/*
Theme Name: Enfold Child Theme
Theme URI: https://kriesi.at/themes/enfold
Template: enfold
Description: Tema hijo personalizado para el tema Enfold
Author: Tu Nombre
Author URI: https://tusitio.com
Version: 1.0.0
Text Domain: enfold-child
*/

/* 
Importar estilos del tema padre
NOTA: Enfold ya carga automáticamente el style.css del tema hijo,
por lo que no necesitas importar manualmente los estilos del padre
*/

/* Tus estilos personalizados van aquí */
#header_main_alternate {
    background-color: #e2e6ea!important;
}
#top #header .av-main-nav > li > a {
    color: #1c5fac;
    background-color: #e2e6ea;
    font-size: 15px;
    font-family: 'arial', Helvetica, sans-serif;
    letter-spacing: 0.02em;
    font-weight: 700;
}
.av-logo-container {height:70px!important;}
.html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main {
    padding-top: 153px!important;
}
.logo, .logo a {
    overflow: hidden;
    position: relative;
    display: block;
    height: 100%;
}
#avia2-menu li a:hover {color: #1c5fac!important;}