/**handles:imic_main**/
/*
Theme Name: vestige Child Theme 
Theme URI: http://preview.imithemes.com/vestige-wp
Description: vestige Child Theme
Author: imithemes
Author URI: http://www.imithemes.com
Template: vestige
Version: 1.0
*/
/* =Theme customization starts here
------------------------------------------------------- */



/* Some styles need to be changed in the template's Custom CSS theme option (Theme Options>Custom CSS/JS)
For example, I changed .basic-link attributes there because they are set in a color.css AFTER this style sheet is read. BUT .basic-link:hover can be changed here.  Go figure. */
 
body{
	color:#000;
}

.basic-link:hover{
	color:#dabc74!important;
}

.top-link{
	font-size:13px;
       color: #ffffff;
}

.main-navigation > ul > li > a{
	/* display:block; */
	color:rgba(255,255,255,1);
}
@media only screen and (max-width: 992px) {
	.dd-menu > ul > li > a{
		color:#222;
	}
}



/*
.site-logo{
       position: fixed;
       left: 105px;
}
*/