/*
Theme Name: Leluxe
Theme URI: https://html.liviucerchez.com/leluxe/index.html
Author: the liviucerchez team
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: leluxe-resort
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.logo {
    max-width: 180px;
    width: 100%;
}

.logo img {
    width: 100%;
}

.hero-media .item-video:before {
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
}

.hero-media iframe {
    height: 120%;
    margin-top: -100px;
}

body.home.has-additional-menu-content .nav-menu:after {
    background-color: rgb(255 255 255 / 49%);
}

body.home .hero-media,
body.home .hero-media > div {
    width: 100%;
}

body.home .hero-media .owl-carousel .owl-expand, 
body.home .has-booking .hero-media .owl-carousel .owl-expand {
    display: none;
}

body.home #site-menu {
    background-color: transparent;
}

.cm-accordion {
    width: 100%;
    /* max-width: 600px; */
    /* margin: auto; */
    margin-bottom: 40px;
}
.cm-accordion .accordion-item {
    margin-bottom: 10px;
    overflow: hidden;
}
.cm-accordion .accordion-item .accordion-header {
    padding: 10px;
    cursor: pointer;
    color: #000;
    border: 1px solid #000;
    border-radius: 0px;
}
.cm-accordion .accordion-item .accordion-body {
    display: none;
    background-color: #f8f9fa;
    padding: 15px;
    border-top: 1px solid #ddd;
}

.wpcf7-not-valid-tip {
    font-size: 13px;
    font-style: italic;
}

p.field-policy {
    margin: 0px -15px 20px;
}

.single-post .entry-content h2 {
    font-size: 26px;
}

.single-post .entry-content h3 {
    font-size: 19px;
}

@media only screen and (min-width: 1200px) {
    body.home .nav-menu a,
    body.home #identity .languages a {
        color: #fff;
    }
}

@media only screen and (max-width: 767px) {
    .hero-media .owl-carousel .item-video iframe {
        display: none;
    }

    .logo {
        max-width: 145px;
    }
    
    body.home .entry-copyright {
        display: none;
    }

    .hero-media .item-video:before {
        opacity: 0.5;
    }

    #identity {
        top: 5px;
        left: 10px;
    }

    .hero-media h1 {
        font-size: 29px;
    }

    .booking-form form button {
        padding: 10px;
    }
    
    .hero-media h2 {
        text-align: center;
        font-size: 17px;
    }

    .fullpage .booking-form {
        bottom: 70px;
    }

    .booking-form form .field label {
        font-size: 15px;
    }

    .booking-form form button label {
        font-size: 18px;
    }

    .entry-media img {
        height: 150px;
    }
    
    .content-wrap .entry-title {
        font-size: 24px;
        margin-bottom: 54px;
    }
    
    .content-wrap .entry-content > :last-child {
        padding: 20px 0;
    }
    
    .entry-copyright {
        text-align: center;
    }

    .single .entry-accomodation ul.info {
        gap: 20px;
        padding: 20px 0 10px;
    }
    
    .cm-accordion {
        margin-bottom: 20px;
    }
    
    .map iframe {
        height: 200px;
    }

    .wpcf7 {
        margin-top: -35px;
    }
}