/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
	.show-desktop {display: none !important;}
	/* .show-mobile {display: flex !important;} */
	.logo_rodape_abimapi {width: 70% !important;}
	.socialsocial {display: block;}
	#primary-menu { float: left; }
	#primary-menu.style-2 {
		float: left;	
	}
  }
@media only screen and (min-width: 600px) {
	/*.show-desktop {display: flex !important;}*/
	.show-mobile {display: none !important;}
}