/**
 * Theme Name:     InForce
 * Author:         A.Companhia
 * Template:       Divi
 * Text Domain:	   inforce
 * Description:    InForce
 */

#headerinforce {position: fixed; width: 100%; left: 0; top: 0; z-index: 10; transition: 0.5s; padding: 20px 0 20px 0 !important;}
#headerinforce.hide {top: -190px; transition: 0.5s;}

body {font-weight: 400;}

#footer-info {float: none; text-align: center;}

@media (max-width: 981px) {
 	#et_mobile_nav_menu {display: block;}
 	#top-menu {display: none;}
	.botao-rede {display: inline-block !important;}
	.botao-rede a {padding-left: 20px; padding-right: 0 !important;}
	.et_mobile_menu li a {padding: 10px 20px;}
	.cabecalho .et_pb_column {width: 50%; margin-bottom: 0 !important;}
	.et_pb_menu .et_mobile_menu {top: 70px;}
}

@media (max-width: 479px) {
    .cabecalho .et_pb_column {width: 50% !important;}
}