/*
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
*/



@font-face {
font-family: 'Bilbao FT';
font-style: normal;
font-weight: normal;
src: url('/wp-content/uploads/avia_fonts/bilbao.ttf') format('truetype');    
}

@font-face {
font-family: 'Vasca FT';
font-style: normal;
font-weight: normal;
src: url('/wp-content/uploads/avia_fonts/Vasca.ttf') format('truetype');    
}

@font-face {
font-family: 'Vascan FT';
font-style: normal;
font-weight: normal;
src: url('/wp-content/uploads/avia_fonts/Vascan.ttf') format('truetype');    
}

h2 {
    font-family: 'Bilbao FT'
}

/*texto menu*/

.av-catalogue-title {
    padding-right: 60px;
    text-transform: none;
}

/* Cambiar tamaño del texto del top header */
#header_meta .container a {
    font-size: 14px;
}
#top #header_meta a, #top #header_meta li, #top #header_meta .phone-info {
    font-size: 14px;
}

/*Quitar fecha y comentarios de noticias*/
.html_elegant-blog #top .post-entry .post-meta-infos, .html_elegant-blog .avia-content-slider .slide-meta {
    display: none;
}

/*quitar publicidad del tiempo*/

#wunderground_forecast_widget-2 > div > div.wu-copyright > a > img{
    display: none;
}

#wunderground_forecast_widget-3 > div > div.wu-copyright > a > img{
     display: none;
}

/*capitular*/ 
#after_section_2 > div > div > div > div > div.flex_column.av_one_third.flex_column_div.av-zero-column-padding.first.avia-builder-el-21.el_after_av_hr.el_before_av_two_third > section > div > p:nth-child(1) > span > strong {
font-size: 65px;
}

/*Quitar nombre de las fotos de la galeria*/
div .mfp-title {
    display: none;
}

/*logo*/

.logo img {
  
    max-height: 90%;
    margin-top:10px;
}

/*Poner separadores entre los items de menús*/
.av-main-nav ul li a {
    border-bottom: 1px;
    border-bottom-style: solid;
    border-color: gainsboro;
}
