/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

.lazy-hidden{
	background-color: #1f1f1f;
}

@keyframes customFadeInUp{
    0%{
        opacity: 0;
        transform: translateY(60px);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp{
    animation-name: customFadeInUp !important;
    animation-duration: 1s !important;
}

body{
    font-family: 'Commissioner' !important;
    background-color: #1F1F1F;
}

#main{
    padding: 0;
}

#main > .wf-wrap{
    width: 100%;
    padding: 0;
}

.e-con.e-parent > .e-child {
    max-width: 1500px !important;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.e-con.e-parent  .e-con-inner{
    /* max-width: unset !important; */
    max-width: 1500px !important;
}

.mt-m{
    margin-top: 90px;
}

.elementor-button.elementor-size-xs{
    padding: 12px 23px !important;
    background: #AD8759;
    color: #fff;
    font-weight: 300 !important;
    font-size: 15px !important;
    margin-top: 35px;
    letter-spacing: 1px !important;
    border-radius: 0 !important;
}

@media screen and (max-width: 800px){
    .mt-m{
        margin-top: 60px;
    }
    .elementor-button.elementor-size-xs{
        margin-top: 20px;
    }
}

/* Typography */

a{
    color: inherit;
    display: inline-block;
}

a:hover{
    color: inherit;
}

h1, h2, h3, h4, h5, h6, p, span, strong, div, a{
    font-family: 'Commissioner' !important;
}

h1{
    font-size: 4.3rem;
    font-weight: 400 !important;
    line-height: 1.16 !important;
}

h3{
    font-size: 2.5rem;
    font-weight: 400 !important;
    margin-bottom: 18px !important;
    line-height: 1.18 !important;
}

h4{
    font-size: 1.7rem;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

h5{
    font-size: 1.1rem;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
}

h6{
    font-weight: 400 !important;
    letter-spacing: 4px;
    margin-bottom: 8px !important;
    font-size: 12px;
}

p{
    font-size: 16px;
    line-height: 1.6;
}

@media screen and (max-width: 800px){
    h1{
        font-size: 3.2rem;
    }
    h3{
        font-size: 2rem;
    }
    h4{
        font-size: 1.4rem;
    }
    h5{
        font-size: 1rem;
    }
}

/* Pre - header */

.pre-header{
    position: fixed;
    top: 3px;
    z-index: 5;
    width: 100%;
    display: flex;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.3s;
}

.pre-header.fixed-header{
    opacity: 0;
}

.pre-header .hotel-links{
    display: flex;
    justify-content: flex-end;
    max-width: 1500px;
    width: 95%;
}

.pre-header a{
    color: #fff;
    font-size: 12px;
    margin-left: 20px;
    font-weight: 500;
}

/* Header */

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 10px 0;
    transition: background-color 0.3s, transform 0.4s;
    transform: translateY(20px);
}

header .header-inner{
    display: flex;
    align-items: center;
    max-width: 1500px;
    width: 95%;
    margin: 0 auto;
}

header .logo img{
    max-width: 110px;
    filter: invert(1);
}

@media screen and (max-width: 900px){
    header .logo img{
        max-width: 90px;
    }
}

header .main-menu ul{
    display: flex;
    align-items: center;
    margin-left: 30px;
}

header .main-menu ul.menu li{
    margin: 0 5px;
    padding: 10px !important;
    position: relative;
}

header .main-menu ul.menu li.menu-item-has-children::before{
    content: '⌄';
    position: absolute;
    color: white;
    font-size: 17px;
    right: -3px;
	top: 5px;
	opacity: 0.5;
}

header .main-menu ul.menu li a{
    color: #fff;
    transition: color 0.3s;
}

header .main-menu ul li a:hover{
    text-decoration: none;
}

header .right-menu{
    margin-left: auto;
    color: #fff;
    display: flex;
}

header .right-menu .book-your-stay{
    background-color: #AD8759;
    padding: 13px 22px;
}

header .right-menu .book-your-stay a{
    color: inherit;
    text-decoration: none;
}

header .right-menu .header-contact{
    background-color: #c8a06f;
    height: 100%;
    margin-left: 4px;
}

header .right-menu .header-contact a{
    padding: 16px 22px;
    display: block;
}

header .right-menu img{
    display: block;
    width: 25px;
}

header .main-menu ul li > ul.sub-menu{
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
    padding-top: 20px;
}

header.fixed-header .main-menu ul li > ul.sub-menu{
    top: 45px;
}

header .main-menu ul li > ul.sub-menu li{
    padding: 0 !important;
    margin: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.93);
}

header .main-menu ul li > ul.sub-menu li:not(:last-of-type){
    border-bottom: 2px solid #4f4f4f;
}

header .main-menu ul li > ul.sub-menu li a{
    white-space: nowrap;
    padding: 15px 45px;
    display: inline-block;
}

/* Language switcher */

header .right-menu .wpml-ls{
    display: flex;
    align-items: center;
    margin-right: 4px;
    padding: 0;
}

header .right-menu .wpml-ls a{
    padding: 12px;
}

/* Show sub-menu */

header .main-menu ul li.menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
}

/* Mobile menu - rules */ /* 1140px */
.mobile-menu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.mobile-menu.active-mobile-menu{
    opacity: 1;
    visibility: visible;
}

.mobile-menu > div{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-menu ul.menu li{
    padding: 0;
    margin: 4px 0;
}

.mobile-menu ul.menu li a{
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 13px 0;
    display: block;
    text-align: center;
    font-size: 1.15rem;
    font-weight: 500;
}

.mobile-menu ul.menu li a:hover{
    text-decoration: none;
}

.mobile-menu-toggle{
    background-color: #AD8759;
    /* margin-left: auto; */
    padding: 6px 24px;
    display: none;
    cursor: pointer;
}

.mobile-menu-toggle span{
    color: #fff;
}

.mobile-menu-toggle span.open-menu{
    padding: 0 2px;
}

.mobile-menu-toggle span.close-menu{
    display: none;
}

.active-mobile-menu.mobile-menu-toggle span.open-menu{
    display: none;
}

.active-mobile-menu.mobile-menu-toggle span.close-menu{
    display: block;
}

.mobile-menu .hotel-links{
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    height: 60px;
    row-gap: 8px;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    white-space: nowrap;
}

@media screen and (max-width: 1300px){
    header .main-menu,
    header .right-menu .book-your-stay,
    header .right-menu .header-contact{
        display: none;
    }
    .mobile-menu-toggle{
        display: block;
    }
    header{
        transform: translateY(0);
    }
    .pre-header{
        display: none;
    }
    header .right-menu .wpml-ls{
        margin-right: 0px;
    }
}

/* Fixed header */

header.fixed-header{
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    transform: translateY(0);
}

/* Hero section */

.hero-section p{
    max-width: 520px;
    margin-bottom: 40px;
    font-size: 17px;
}

@media screen and (max-width: 800px){
    .hero-section p{
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.rooms-grid{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 5px;
}

.room-item > a{
    width: 100%;
}

.room-item-inner{
    /* background-color: #3a3a3a; */
    height: 550px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.room-item:nth-of-type(1){
    grid-column: 1 / 5;
}

.room-item:nth-of-type(2){
    grid-column: 5 / 9;
}

.room-item:nth-of-type(3){
    grid-column: 9 / 13;
}

.room-item:nth-of-type(4){
    grid-column: 1 / 7;
}

.room-item:nth-of-type(5){
    grid-column: 7 / 13;
}

.room-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.room-image::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.room-image img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.room-item .room-info{
    display: flex;
}

.room-item .room-info .info-details{
    display: flex;
    align-items: center;
    margin-right: 25px;
    color: #fff;
}

.room-item .room-info .info-details img{
    width: 25px;
    margin-right: 5px;
}

.room-item .room-info .info-details span{
    font-size: 15px;
    font-weight: 500;
}

.room-item .room-title{
    margin-top: auto;
}

.room-item .room-title h4{
    color: #fff;
}

.room-item .room-description p{
    color: #fff;
    max-width: 450px;
}

@media screen and (max-width: 850px){
    .rooms-grid{
        grid-template-columns: 1fr;
    }
    .rooms-grid .room-item{
        width: 100%;
        grid-column: unset;
    }
}

/* Sliders */
.eg-washington-element-1,
.eg-washington-element-3{
    display: none !important;
}

/* Detox steps */
.detox-steps p{
    font-size: 17px;
}

/* Footer */

.pre-footer{
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 17vh;
}

.pre-footer{
    border-radius: 1px !important;
}

.pre-footer h4{
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

footer{
    margin-top: 80px;
    color: #fff;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-inner{
    display: flex;
    flex-wrap: wrap;
    max-width: 1500px;
    width: 95%;
    margin: 0 auto;
}

.footer-inner .col{
    width: 33.3%;
}

.footer-inner h5{
    color: #fff;
    font-weight: 500 !important;
    font-size: 19px;
}

.footer-inner p{
    line-height: 1.8;
    margin-bottom: 0;
}

footer .socials{
    display: flex;
    margin-top: 15px;
    column-gap: 20px;
}

footer .socials a{
    text-decoration: none;
}

footer .socials img{
    width: 26px;
}

.footer-links{
    width: 100%;
    margin-top: 50px;
    display: flex;
    column-gap: 30px;
    font-weight: 500;
}

.footer-extra p{
    margin-top: 10px;
    font-size: 14px !important;
}

@media screen and (max-width: 900px){
    .footer-inner .col{
        width: 100%;
    }
    .footer-inner .col:nth-of-type(1),
    .footer-inner .col:nth-of-type(2){
        margin-bottom: 40px;
    }
    .footer-links{
        margin-bottom: 10px;
    }
    .pre-footer{
        margin-top: 80px;
    }
}


/* Contact form styles */

.popup-message-style #page .wpcf7-response-output{
    background: #ad8759 !important;
}

.wpcf7{
    margin: 40px auto 0;
    max-width: 900px;
    width: 97%;
}

.wpcf7 label{
    color: #fff;
    font-size: 16px;
}

.wpcf7 input::placeholder{
    color: #fff !important;
}

.wpcf7 h5{
    color: #fff;
    font-size: 19px;
}

.wpcf7 input, .wpcf7 select{
    background-color: #494949;
    color: #fff !important;
    margin-top: 3px;
}

.wpcf7 select.wpcf7-not-valid{
	border-color: #f55b5f;
}

/*Change text in autofill textbox*/
.wpcf7 input:-webkit-autofill{
    -webkit-text-fill-color: #fff !important;
}

.wpcf7 .country-select .flag-dropdown,
.wpcf7 .country-select .selected-flag{
    width: 100%;
}

.wpcf7 li .country-name{
    color: #000;
}

input[type=number]::-webkit-inner-spin-button{
    display: none;
}

.number-wrap{
    display: flex;
    width: 100%;
}

.number-wrap span.wpcf7-form-control-wrap{
    flex: 1;
}

.number-wrap input.wpcf7-form-control{
    font-size: 17px;
    text-align: center;
}

.wpcf7 input[type="date"]::-webkit-calendar-picker-indicator{
   filter: invert(1);
   font-size: 20px;
}

.number-wrap .minus,
.number-wrap .plus{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #AD8759;
    font-size: 28px;
    cursor: pointer;
    margin-top: 3px;
}

.number-wrap .minus span,
.number-wrap .plus span{
    height: 30px;
}

.wpcf7 .submit-button{
    text-align: center;
}

.wpcf7 .submit-button input[type="submit"]{
    background: #AD8759;
    margin-left: 60px;
    margin-top: 30px;
    font-weight: 400;
    font-size: 15px;
    padding: 15px 40px;
}

.wpcf7 .submit-button input[type="submit"]:hover{
    background: #AD8759 !important;
}

.wpcf7 .country-select{
    margin-bottom: 10px;
}

.grecaptcha-badge{
	display: none;
}
