/*
 Theme Name: Industrio2 Child
 Template: industrio2
*/

/* As tuas personalizações de CSS devem vir aqui */

.site-footer .upper-footer {
    padding: 20px 0 !important; /* CORRIGIDO: !important antes do ; */
}

.header-style-1 #navbar > ul > li > a:after {top: 70%!important;}

.site-header .navigation {
    background-color: #fff;
}

.menuOrange{
	background: -webkit-gradient(linear, left top, left bottom, from(#f58128), to(#f58128));
	  position: absolute;
    left: 50px;
   /* top: 0;*/
	color: #fff !important;
}

.menuOrange a{
	color: #fff !important;
}

.request-quote .menuOrange > a:hover{
	color: #000 !important;
}

.request-quote.menuOrange {
	/*display: initial;*/
}

div.request-quote{
	display:none;
}

 .header-style-3 .request-quote {
    top: 0px;
}

@media screen and (min-width: 992px){
	
.header-style-1 #navbar, .header-style-2 #navbar, .header-style-3 #navbar {
    margin-right: 120px;
}
	
.header-style-1 #navbar{
	  margin-right: 120px;
}
	
.menuMob a{
		display:none!important;
	}
}



/* Exemplo para Font Awesome 5+ */
.fa-clock-o::before {
    content: "\f3c5" !important; /* Código diferente para o marcador no FA5+ */
    font-family: "Font Awesome 5 Free" !important; /* Nome da fonte para FA5 */
    font-weight: 900; /* Necessário para ícones sólidos no FA5+ */
}




