/*!
Theme Name: Kava Child
Theme URI:
Author: Zemez
Author URI:
Description: Kava child theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kava-child
*/


/*======================
    COLORS
======================*/

:root {
    --c-gold: #b9923b;
    --c-grey: #2b2a2b;
}

/*======================
    GENERAL
======================*/

.auto-height svg,
.auto-height div,
.auto-height a {
    height: auto !important;
}

::-moz-selection {
    background: #888a8c;
    color: #ffffff;
}

::-moz-selection,
::selection {
    background: #888a8c;
    color: #ffffff;
}

.elementor-widget-text-editor a {
    color: currentColor;
}

p:last-child {
    margin-bottom: 0 !important;
}

.mobile-only {
    display: none
}

@media all and (max-width: 767px) {

    .mobile-only {
        display: block
    }

    .desktop-only {
        display: none;
    }

}

@media all and (min-width: 1025px) {

    .fullw-col-right {
        padding-right: clamp(35px, calc((100vw - 1180px) /2), 50vw) !important;
    }

    .fullw-col-left {
        padding-left: clamp(35px, calc((100vw - 1180px) /2), 50vw) !important;
    }

}

/* Testimonial Slider */

.jet-testimonials__instance li.slick-active>span {
    background: var(--e-global-color-accent);
}

/*======================
    BUTTONS
======================*/

.footer-btn,
.btn_gold-line a {
    position: relative;
}

.footer-btn::after,
.footer-btn::before {
    content: '';
    width: 78px;
    height: 3px;
    background: #B9923B;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.btn_gold-line a::before {
    content: '';
    width: 2px;
    height: 100%;
    background: #B9923B;
    position: absolute;
    left: 0%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    top: 50%;
    -webkit-transition: 250ms ease all;
    -o-transition: 250ms ease all;
    transition: 250ms ease all;
}

.btn_gold-line:hover a::before {
    -webkit-transform: rotate(0deg) translateY(-50%);
    -ms-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
    left: 0;
    width: 3px
}

/*======================
    SECTION PADDING / TYPES
======================*/

.small-padding {
    padding: 25px 35px;
}

.def-padding {
    padding: 55px 35px;
}

.large-padding {
    padding: 70px 35px;
}

.xlarge-padding {
    padding: 90px 35px;
}

.narrow {
    margin: 25px 30px
}

.narrow-header {
    margin: 0px 30px 25px
}

@media all and (max-width: 1024px) {

    .def-padding {
        padding: 50px 22px;
    }

    .large-padding {
        padding: 65px 22px;
    }

    .xlarge-padding {
        padding: 75px 22px;
    }

    .narrow,
    .narrow-header {
        margin: 0;
    }

}

@media all and (max-width: 767px) {

    .small-padding {
        padding: 20px 13px;
    }

    .def-padding,
    .large-padding {
        padding: 44px 13px;
    }

    .xlarge-padding {
        padding: 58px 13px;
    }

}

/*======================
HEADER SECTIONS - LINES & ICONS
======================*/

.home_icon-sect .elementor-column {
    min-height: 0px !important;
}

.header_icon {
    position: absolute !important;
    bottom: 110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sect_gold-line::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: calc(50% - 1px);
    background-color: var(--c-gold);
}

@media screen and (max-width: 767px) {

    .header_icon {
        bottom: 85px;
    }

}

/*======================
MENU
======================*/

/* STICKY AFFECTS  */

#top-menu {
    -webkit-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    transition: 300ms ease all;
}

#top-menu.elementor-sticky--effects {
    background-color: #1a1a1a;
}

@media all and (min-width: 1025px) {

    #top-menu.elementor-sticky--effects>div {
        min-height: unset;
        padding: 10px 0;
    }

    #top-menu.elementor-sticky--effects .menu_logo img {
        max-width: 230px;
    }

}

@media all and (max-width: 767px) {

    #top-menu.elementor-sticky--effects>div {
        min-height: 70px;
        padding: 10px 0;
    }

    #top-menu.elementor-sticky--effects .menu_logo img {
        max-width: 140px;
    }

}

/***/

/* LINKS ON LEFT + MENU TOGGLE */

#top-menu #top-menu .menu_left-links a:hover span,
#top-menu .menu_explore:hover .jet-hamburger-panel__toggle-label {
    color: var(--c-gold);
}

#top-menu .menu_left-links a:hover svg rect {
    width: 20px !important;
}

#top-menu .menu_left-links a:hover .elementor-icon-list-text {
    margin-left: -16px;
    padding-right: 16px;
    color: var(--c-gold);
}

#top-menu .menu_left-links rect,
#top-menu .elementor-icon-list-text,
#top-menu .jet-hamburger-panel__toggle-label {
    -webkit-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    transition: 300ms ease all;
}

/***/

.menu_logo img {
    -webkit-filter: drop-shadow(0 0 5px transparent);
    filter: drop-shadow(0 0 5px transparent);
    -webkit-transition: 250ms ease all;
    -o-transition: 250ms ease all;
    transition: 250ms ease all;
}

.menu_logo:hover img {
    -webkit-filter: drop-shadow(0 0 5px #f2e7b9a1);
    filter: drop-shadow(0 0 5px #f2e7b9a1);
}

/* #main-menu .menu_slide-inner .jet-nav-arrow {
    display: none;
}

#main-menu .menu_slide-inner .jet-nav__sub {
    display: block !important;
    visibility: visible !important;
    opacity: 1;
} */

.menu_inner a {
    background: transparent !important;
}

.menu_inner .empty-link a {
    cursor: pointer;
}

.menu_inner .elementor-sub-item {
    font-family: 'sofia-pro', sans-serif !important;
    font-size: 1.1rem !important;
    text-transform: initial !important;
}

#main-menu,
#main-menu>div,
#main-menu img {
    -webkit-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    transition: 300ms ease all;
}

#main-menu.elementor-sticky--effects {
    background: #1E1D1E;
}

#main-menu.elementor-sticky--effects>div {
    min-height: 115px;
}

#main-menu.elementor-sticky--effects img {
    max-width: 140px;
}

/*======================
SERVICES
======================*/

.serv_gallery .swiper-slide-image {
    height: 270px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media all and (max-width: 767px) {

    .serv_gallery .swiper-slide-image {
        height: 220px;
    }

}