/*
Theme Name: Anava
Author: OVS
Description: Anava Custom Theme
Requires PHP: 7.2
Requires at least: 5.0
Version: 1.0.0
Text Domain: anava

*/

p {
    margin-block-start: 0;
    margin-block-end: 0;
}

@media screen and (min-width: 768px) {


    body.home .elementor-location-header #header-exc-home:not(.solid) {
        position: fixed;
        z-index: 10;
    }
}

body .elementor-57.solid .elementor-element.elementor-element-102482e:not(.elementor-motion-effects-element-type-background),
body .elementor-57.solid .elementor-element.elementor-element-102482e > .elementor-motion-effects-container > .elementor-motion-effects-layer
{
    background-color: rgba(255,255,255,1) ;
}

body.home #header-exc-home {
    background-color: rgba(255,255,255,0) ;
    height: 150px;
    transition: background-color 500ms;
}

body.home #header-exc-home.solid
{
    background-color: rgba(255,255,255,1) ;
}

body.home #header-exc-home #header-collapse-logo {
    display: none;
}

body.home #header-exc-home.solid #header-collapse-logo {
    display: block;
}

body.home #header-exc-home:not(.solid) .hover-line a.elementor-item {
    color: white;
}

body.home #header-exc-home:not(.solid) .hover-line .elementor-item:hover{
    border-bottom: 1px solid #fff;
}


body .elementor-57 .elementor-widget-theme-site-logo img {
    opacity: 0;
}

body .elementor-57.solid .elementor-widget-theme-site-logo img {
    opacity: 1;
}
body #header-exc-home {
    height: 180px;
    transition: height 800ms;
}

body #header-exc-home.solid {
    height: 110px;
}
body #header-exc-home #header-collapse-logo {
    height: 132px;
    width: 185px;
    background: url('logo-anava-full.svg') bottom center no-repeat;
    background-size: 185px;
    display: block;
    transition: height 600ms;
    margin: 0 auto;
}

body #header-exc-home.solid #header-collapse-logo {
    height: 55px;
    width: 185px;
    background-size: 100%;

}



body .elementor-57.solid .elementor-item
{
    color: #231f20 !important;
}
body .hover-line .elementor-item {
    padding: 13px 0 3px 0 !important;
}
body .hover-line .elementor-item:hover{
    text-decoration: none !important;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 3px;
}
@media all and (min-width: 786px) {
    body .elementor-57.solid .hover-line .elementor-item:hover,
    body #header-exc-home .hover-line .elementor-item:hover {
        text-decoration: none !important;
        border-bottom: 1px solid #181818;
        padding-bottom: 3px;
    }
}



body .elementor-field-group .elementor-field-textual:focus {
    box-shadow: none !important;
}

/*
.elementor-location-header {
    display: none;
}
 */
.content-slider,
.content-holder,
.slider-content-inner{
    width: 100%;
    display: flex;
    min-height: 700px;
    /* height: 100vh; */
    justify-content: space-between;
}
.slider-content,
.content-slider {
    height: 800px;
    position: relative;
}
#home-hero-logo img {
    height: 235px;
}
.slider-image{
    display: block;
    width: 50%;
    /* height: 100vh; */
    min-height: 700px;
    background-size: cover;
}

.slider-content {
    width: 50%;
    padding: 110px;
    color: #181818;
    position: relative;
}

.slider-content-menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}

.slider-content-menu a{
    font-size: 18px;
    line-height: 24px;
    color: #181818;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Trade Gothic LT", sans-serif;
}

.slider-content-menu a:hover,
.slider-content-menu a:active {
    text-decoration: underline;
}



.slider-content-year {
    font-family: "Kepler Std Extended", sans-serif;
    font-size: 26px;
    line-height: 26px;
}

.slider-content-title {
    font-family: "Adobe Garamond", sans-serif;
    font-size: 115px;
    line-height: 138px;
    font-weight: normal;
    font-style: italic;
}
.home-slide-nav:hover,
.home-slide-nav.current-tab {
    text-decoration: none !important;
    border-bottom: 1px solid #181818;
    padding-bottom: 5px;
}
.home-slider-arrow {
    width: 40px;
    height: 24px;
    background: url('slider-arrow.svg') center center no-repeat;
    display: block;
}
.home-slider-arrow.home-slider-arrow-prev {
    transform: rotate(180deg);
}

.slider-content-navigation {
    position: absolute;
    bottom: 80px;
    display: flex;
    width: calc(100% - 220px); /* container padding */
    justify-content: space-between;
}

.slider-content-content {
    max-width: 600px;
}
.slider-content-content h4 {
    margin: 1em 0 0.5em;
    font-family: "Kepler Std Extended", sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.slider-content-content p {
    margin: 0 0 2em;
    max-width: 650px;
    font-family: "Trade Gothic LT", sans-serif;
    color: #6D6E71;
}

.slider-stage {
    font-family: "Trade Gothic LT", sans-serif;
    font-weight: 300;
    color: #6D6E71;
}
#menu-accordion{
    position: fixed;
    opacity: 0;
    top: -100%;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: white;
    z-index: -1;
    padding: 100px 165px 85px;
    transition: all 1200ms;
}
#menu-accordion.show {
    top: 0;
    opacity: 1;
    z-index: 10000;
}
body #menu-accordion a.elementor-item {
    color: #111111;
    text-align: center;
    width: 100%;
    display: block;
    font-family: "Kepler Std Extended", sans-serif;
    font-weight: 100;
    font-size: 45px;
    line-height: 1.3em;
    border: none;
    text-transform: none;
}

#menu-accordion li a.elementor-item:after {
    background-color: #515151;
    height: 1px;
    opacity: 1 !important;
}

#menu-accordion li:last-child a.elementor-item:after {
    background-color: #fff;
    height: 1px;
    opacity: 1 !important;
}

#menu-accordion li:not(:last-child) a.elementor-item:hover {
    font-style: italic;
}

#menu-accordion .coming-soon a.elementor-item {
    color: #8b8b8b;
}



#menu-accordion a.elementor-item span {
    font-size: 20px;
}

#close-main-menu {
    position: absolute;
    top: 70px;
    left: 70px;
    z-index: 1000001;
    width: 28px;
    height: 28px;
    display: block;
    background: white url('close-menu.jpg') center center no-repeat;
}

.dialog-close-button i {
    color: transparent !important;
    background: url('icon-close.svg') center center no-repeat;
    background-size: 30px;

}

::-webkit-input-placeholder { /* Edge */
    color: #8b8b8b;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #8b8b8b;
    opacity: 1;
}

input::placeholder
{
    color: #1b1b1b !important;
    opacity: 1 !important;
}

textarea::placeholder {
    color: #1b1b1b !important;
    opacity: 1 !important;
}

.form-mandatory{
    color: #1b1b1b;
    width: 100%;
    text-align: right;
    margin-bottom: 50px;
    font-size: 12px;
}


.elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper) {
    padding-left: 0 !important;
}
.elementor-field-type-submit {
    justify-content: space-between;
}
body .elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 41% !important;
    border: 1px solid #181818;
    padding-left:0;
    padding-right: 0;
}
.form-button-notes {
    font-family: 'Trade Gothic LT';
    font-size: 14px;
    color: #8b8b8b;
}

.form-button-notes a {
    color: #181818;
}

.elementor-accordion-icon-closed i,
.elementor-accordion-icon-opened i {
    display: none;
}

.elementor-accordion-icon-closed {
    display: block;
    height: 16px;
    width: 16px;
    background: url('plus-icon.svg') center center no-repeat;
    background-size: 16px;
    transition: all 500ms;
}

body .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
    display: block;
    transform: rotate(45deg);
}
.elementor-tab-title.elementor-active .elementor-accordion-title {
    font-weight: 600 !important;
}


.elementor-accordion-item .elementor-tab-content.elementor-active  {
    border-color: #bfbfbf !important;
}

#faq-title-s {
    font-size: 50px;
}
.elementor-kit-4 .elementor-button:hover,
.elementor-button:hover {
    border-width: 1px 1px 1px 1px !important;
}
#parcel-form,
.dialog-lightbox-widget-content {
    background-color: #fff !important;
}

body #qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-text {
    color: white
}
@media screen and (max-width: 768px) {

    body.home .elementor-location-header {
        position: fixed;
        z-index: 100;
        top: 0;
    }

    body #header-exc-home,
    body #header-exc-home.solid {
        height: 74px;
    }


    body #header-exc-home #header-collapse-logo {
        height: 30px;
        width: 114px;
        background: url('logo-mobile.svg') bottom center no-repeat;
        background-size: 114px;
        display: block;
        margin: 0 auto;
    }

    body #header-exc-home.solid #header-collapse-logo {
        height: 30px;
        width: 114px;
    }


    .main-menu-toggle a {
        text-indent: -1000px;
        background: url('menu-icon-black.svg') center center no-repeat;
        background-size: 24px;
        height: 24px;
        width: 24px;
        padding: 0 !important;
    }

    body.home #header-exc-home:not(.solid) .main-menu-toggle a {
        background: url('menu-icon-white.svg') center center no-repeat;
    }

    body #header-exc-home .main-menu-toggle a:active,
    body #header-exc-home .main-menu-toggle a:hover {
        text-decoration: none;
        border-bottom: none;
    }

    #header-exc-home .elementor-nav-menu--main {
        margin-top: 20px;
        margin-left: 20px;
    }

    .elementor-nav-menu--main {
        margin-top: 20px;
    }

    #close-main-menu {
        top: 20px;
        left: 15px;
        width: 30px;
        height: 30px;
        background-size: 30px;
        background: white url('icon-close.svg') center center no-repeat;
    }

    body.admin-bar #close-main-menu {
        top: 60px;
    }

    #menu-accordion {
        padding: 0 40px;
        height: 100vh;
        display: flex;
        align-items: center;
    }

    body #menu-accordion a.elementor-item {
        font-size: 24px;
        border-bottom: 1px solid #181818;
        padding-top: 24px;
        padding-bottom: 20px;
        line-height: 24px;
    }

    body #menu-accordion a.elementor-item span {
        font-size: 12px;
        display: block;
    }

    body #menu-accordion li:last-child a.elementor-item {
        border-bottom: none;
    }

    body #menu-accordion .elementor-widget-container {
        width: 100%;
    }


    .slider-content-inner {
        flex-wrap: wrap;
    }

    .slider-image {
        width: 100%;
        min-height: 250px;
        height: 250px;
    }

    .slider-content {
        width: 100%;
        padding: 15px 32px;
        height: 580px;
    }

    .slider-content-menu a {
        font-size: 12px;
    }

    .slider-content-menu {
        margin-bottom: 37px;
    }

    .slider-content-year {
        font-size: 18px;
        line-height: 31px;
    }

    .slider-content-title {
        font-size: 43px;
        line-height: 57px;
    }

    .slider-content-content h4 {
        font-size: 18px;
        margin: 0.5em 0 0.3em;
    }

    .slider-content-content p {
        font-size: 14px;
        line-height: 18px;
    }

    .slider-content-navigation {
        width: calc(100% - 64px);
    }


    #home-roots-slider .elementor-testimonial {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap
    }

    #home-roots-slider .elementor-testimonial__content {
        order: 2;
    }

    #home-roots-slider .elementor-testimonial__footer {
        order: 1;
    }

    #home-roots-slider .elementor-testimonial__image {
        display: none;
    }

    #home-roots-slider .elementor-testimonial__cite {
        margin-left: 0;
    }

    #home-roots-slider .elementor-widget-testimonial-carousel .swiper-slide {
        /* padding: 0; */
    }

    .swiper-pagination-bullet-active {
        height: 10px !important;
        width: 10px !important;
        top: 1px;
        position: relative;

    }


    .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next {
        background: url('slider-arrow.svg') center center no-repeat;
        height: 15px;
        width: 40px;
        display: block;
        background-size: contain;
        z-index: 100;
        top: 80px;
        right: -20px;
    }

    .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next,
    .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev {
        top: auto !important;
        bottom: 0;
    }

    .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev {
        background: url(slider-arrow.svg) center center no-repeat;
        height: 15px;
        width: 40px;
        display: block;
        background-size: contain;
        z-index: 100;
        left: -20px;
        transform: rotate(180deg);
    }

    body .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev i,
    body .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next i {
        display: none;
    }


    /* Contact us popup */
    body:not(.rtl) #elementor-popup-modal-209 .dialog-close-button {
        right: 20px;
    }

    #contact-us-form textarea {
        max-height: 100px;
    }

    #form-button-notes {
        display: none;
    }

    #parcel-form .elementor-button,
    #contact-us-form .elementor-button {
        flex-basis: 100% !important;
    }

    .form-mandatory {
        margin-bottom: 35px;
    }

    .form-button-notes {
        order: 2;
        text-align: center;
        width: 100%;
        margin-top: 16px;
        margin-bottom: 16px;
        padding-bottom: 16px;
    }

    .home-slider-arrow {
        height: 15px;
    }

    .elementor-swiper-button .elementor-screen-only {
        display: none !important;
    }


}

/* WhatsApp floating button */
.anava-whatsapp-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 0;
    transition: transform 0.2s ease;
}

.anava-whatsapp-btn:hover {
    transform: scale(1.08);
}

.anava-whatsapp-btn img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .anava-whatsapp-btn {
        width: 50px;
        height: 50px;
        bottom: 15px;
        left: 15px;
    }
}