/* div#ez-toc-container {
    position: absolute;
    left: -20%;
    max-width: 300px;
    top: 30px;
    transition: top .2s ease-in-out .1s;
}

div#ez-toc-container.sticky {
    position: fixed;
    top: 15%;
    left: 112px;
}

@media screen and (max-width: 1441px){
	div#ez-toc-container.sticky{
		top: 15%;
		left: 0.8%;
	}
	
	div#ez-toc-container {
		left: -9%;
		max-width: 240px;
		top: 30px;
	}

}

@media (max-width:1367px) {
	div#ez-toc-container,
	div#ez-toc-container.sticky{
		position: static;
	}

}
*/
.mobile-false .single-post #fancy-header .fancy-title {
	opacity: 1;
}

#menu-item-25579 a:before {
    content: '\f0a1';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    padding-right: 5px;
    text-decoration: none !important;
}

#menu-item-25579 a {
    text-decoration: underline;
    color: rgb(217,210,6);
}