/*
Theme Name:  Salient
Version:     18.1.1
Description: An Ultra Responsive Multi-Purpose Theme.
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author:      ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
License:     Custom license
License URI: https://themeforest.net/licenses/terms/regular
Text Domain: salient
*/

/*-------------------------------------------------------------------------*/
/* Note: The theme CSS files are loaded through the /css/ folder.
/*-------------------------------------------------------------------------*/
/* Overlay blanco con animacion fade para el slider */
.tp-caption.white-overlay,
.rev_slider .slotholder:after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(255, 255, 255, 0.65) !important;
    z-index: 2 !important;
    pointer-events: none !important;
    transition: opacity 0.5s ease-in-out !important;
}

/* Efecto fade durante la transicion de la diapositiva */
.tp-simpleresponsive .slotholder:after {
    animation: fadeInOverlay 0.6s ease-in-out !important;
}

@keyframes fadeInOverlay {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Ocultar flecha del desplegable en el menú principal */
#header-outer header nav ul.buttons li.menu-item-has-children > a .sf-sub-indicator,
#header-outer header nav ul.sf-menu li.menu-item-has-children > a .sf-sub-indicator,
header#top nav > ul > li.menu-item-has-children > a > i,
header#top nav > ul > li.menu-item-has-children > a .sf-sub-indicator {
    display: none !important;
}

/* Eliminar flecha del desplegable de Mas Informacion en Salient */
#header-outer header nav ul li.menu-item-has-children > a i,
#header-outer header nav ul li.menu-item-has-children > a:after,
#header-outer header nav ul li.menu-item-has-children > a:before,
#header-outer header nav ul.sf-menu > li.menu-item-has-children > a:after,
#header-outer nav .sf-menu > li > a .sf-sub-indicator,
header#top nav ul li.menu-item-has-children > a .sf-sub-indicator,
header#top nav > ul > li.menu-item-has-children > a:after {
    display: none !important;
    content: "" !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}
