/*  MICROTHEMER STYLES  */


/*= Cabeçalho ================ */

/** Cabeçalho >> Masthead main header bar **/
#masthead .main-header-bar {
	background-color: rgb(0, 0, 0) !important;
	height: 125px !important;
}

/** Cabeçalho >> Post 20 entry content **/
#post-20 > .entry-content {
	
}


/*( Celular )*/
@media (max-width: 480px) {

	/*= Cabeçalho ================ */

	/** Cabeçalho >> Primary menu link **/
	#primary-menu a {
	background-color: rgb(11, 11, 11) !important;
}

	/** Cabeçalho >> Post 20 wp image 86 **/
	#post-20 .wp-image-86 {
	height: 100px !important;
	padding-right: 0 !important;
	padding-left: 45px !important;
}

	/** Cabeçalho >> #post-20 .wp-image-86 **/
	#post-20 .wp-image-86 {
	padding-left: 15px !important;
	margin-left: -10px !important;
}


}

