/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Logo main **/
#logo-main {
	-webkit-justify-content: center !important;
	justify-content: center !important;
}

/** General >> Logo main site description **/
#logo-main .site-description {
	text-align: center !important;
}

/** General >> Container logo **/
.container .logo {
	padding-top: 10px !important;
	padding-right: 0 !important;
	padding-bottom: 10px !important;
	-webkit-flex-direction: column !important;
	-moz-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
	-webkit-align-items: center !important;
	align-items: center !important;
	-webkit-align-content: center !important;
	align-content: center !important;
}

/** General >> Custom logo link custom logo **/
.custom-logo-link .custom-logo {
	
}

