/**
Theme Name: Vyana Web
Author: Ivan Jiménez 
Author URI: http://wpastra.com/about/
Description: A starter theme to start a project based on Astra
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: basic-theme
Template: astra
*/

.site-header {
    z-index: 1000;
}
.main-header-bar {
    z-index: 1000;
}
a:focus {
    outline: inherit!important;
}
.ast-button-wrap .menu-toggle.main-header-menu-toggle {
	padding: 0;
}
.ast-mobile-popup-drawer.active .menu-toggle-close:focus{
	border:none!important;
}
.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close:focus {
    outline: none;
}
[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus{
	border:none!important;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal {
    color: transparent;
    background: transparent;
}
/* MAIN MENU */
.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link::before {
    content: '';
	height: 1px;
    width: calc(100% - 16px);
    background-color: currentColor;
	position: absolute;
	bottom: -10px;
}
.ast-builder-menu-1 .menu-item:hover > .menu-link::before{
	content: '';
	height: 1px;
    width: calc(100% - 18px);
    background-color: currentColor;
	position: absolute;
	bottom: -10px;
    transition: all .1s linear;
}
.menu-link .menu-text {
    padding: 0 10px;
}

/* IMAGE GALLERY SLIDER */

.image-gallery-slider .swiper-slide-next h3, .image-gallery-slider .swiper-slide-next p, .image-gallery-slider .swiper-slide-prev h3, .image-gallery-slider .swiper-slide-prev p{
	display: none;
}