/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/* Adicionar fonte */

@font-face {font-family: 'NeoSansStd-Bold';src: url('webfonts/262E11_0_0.eot');src: url('webfonts/262E11_0_0.eot#iefix') format('embedded-opentype'),url('webfonts/262E11_0_0.woff') format('woff'),url('webfonts/262E11_0_0.ttf') format('truetype');}
 
@font-face {font-family: 'NeoSansStd-Regular';src: url('webfonts/262E11_1_0.eot');src: url('webfonts/262E11_1_0.eot#iefix') format('embedded-opentype'),url('webfonts/262E11_1_0.woff') format('woff'),url('webfonts/262E11_1_0.ttf') format('truetype');}

body {
font: 13px/1.65em "NeoSansStd-Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444;
    -webkit-text-size-adjust: 100%;

} 

h1,h2,h3,h4,h5,h6 { font-family: NeoSansStd-Bold !important;
}

h3 { font-family: NeoSansStd-Regular !important;
}

.fonteBold { font-family: NeoSansStd-Bold !important;
}

.fonteRegular { font-family: NeoSansStd-Regular !important;
}

/* Alinhar txt footer à dta */
#socket .copyright {
    float: right;
}

/* Reduzir altura do footer */
#footer {
    padding: 0px 0 0px 0;
    z-index: 1;
}

/* Alterar letras no menu principal */
.avia-menu-text {
	letter-spacing: 2px;
	font-size: 11px;
	font-weight: normal!important;
}

/* Famoso botão drop shadow */
.vl-Botao {
	letter-spacing: 2px;
	font-size: 11px;
	color: #ffffff!important;
    min-width: 115px;
    height: 33px;
    margin: 0;
    padding: 10px;
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
	text-decoration: none!important;
/*	box-shadow: 0px 0px 6px #888888; */
}
.vl-BotaoAzul {
    background: linear-gradient(#E9ECED 5%, #255B71 50%, #00425F 51%, #01496C 85%, #81B3F0);    
    color: white;
    border-color: #b8c8d8  #5F7f8f  #5F7f8f  #b8c8d8;
}
.vl-BotaoCinza {
    background: literal("linear-gradient(#FCFCFD 5%, #E2E3E3 50% , #D9DADB 51%, #C6C7C8 85%, #898A8C)");    
    color: #666;
    border-color: #e0e0e0  #c0c0c0  #c0c0c0  #e0e0e0 ;
}

/* Custom css para o famoso drop shadow nos tiles e limitar largura */
.dropshadow {
    box-shadow: 0px 1px 10px #888888;
	max-width: 275px;
	background-color: #ffffff;
	margin: 10px auto !important;
}


/* Reduzir espaço entre tiles era 6% */
#top .av-flex-placeholder {
    display: table-cell;
    width: 3%!important;
}


/* Reduzir fonte de socket */
.widget {
	font-size: 10px;
}

/* Remover seta on mouse over nas imagens */
.image-overlay {
 visibility: hidden;
 }

 
/* Remover bullet no mobile */
#mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before{ content:""; }
  
  
/* Altera cores no menu mobile hover */
#mobile-advanced li > a:hover {
	background-color: #f8f8f8;
	color: #0076a1;
}

/* Alinhar imgs por baixo - custom css class */
@media only screen and (max-width: 767px) {
.alinha-baixo {
    margin-bottom: 0px!important;
}
}

.alinhar-bloco-texto-meio {
vertical-align: middle;
    
}

/* Esconder wpml */
.av-language-switch-item { display: none; }