/* Enter Your Custom CSS Here */
.site-info { display: none
}
.site-header a:hover, a:active {
		/* Menu underline effect */
		text-decoration: underline !important;

}
a:hover, a:active, a:visited {
		/* Underline effect */
    text-decoration: underline ;
		color: white;
}
.preloader {
		/* Disable preloader */
    display: none;
}
.content-wrapper {
    background-color: transparent !important;
}
:focus {
		outline: none !important;
}
:visited {
		color: white !important;
}

