/*
 Theme Name:   Hotale Child
 Theme URI:    http://demo.goodlayers.com/hotale
 Description:  Goodlayers Hotale Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     hotale
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  hotale-child
*/
html {
    /*scroll-behavior: smooth;*/
    scroll-padding-top: 130px;
}
@media (max-width: 700px) {
    html {
        scroll-padding-top: -70px;
    }
}
.hotale-page-title-wrap.hotale-style-large .hotale-page-title-content {
    padding-top: 10px !important;
    padding-bottom: 40px !important;
}
.hotale-body-outer-wrapper {
    overflow: initial !important;
}
.gdlr-core-pbf-sidebar-wrapper {
    overflow: initial !important;
}
.gdlr-core-pbf-sidebar-right {
    position: sticky;
    top: 117px;
    width: 300px;
}
.mm-menu.mm-offcanvas {
    z-index: 9999;
    display: none;
    position: fixed;
}
.gdlr-core-flexslider.gdlr-core-bullet-style-cylinder .flex-control-nav {
    margin-top: 0px !important;
}
.tourmaster-room-navigation-checkout-wrap{
    margin-right: 15px;
}
@media (max-width: 700px) {
    .home_slider .gdlr-core-pbf-background-wrap {
        border-radius: 0 !important;
    }
    .text_mobil_center {
        text-align: center;
    }
    .home_service_icon_list .gdlr-core-column-12 {
        width: calc(100% / 3);
        border: 1px solid #eee;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
    }
    .home_service_icon_list .gdlr-core-column-12 .gdlr-core-js {
        padding: 0 !important;
    }
    .hotale-page-title-wrap, body.single-product .hotale-header-background-transparent {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }
}
.rezervaryon_bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0px 0px 9px 4px #0000001f;
}
.rezervaryon_bar .dropdown-menu {
    bottom: 100% !important;
    top: auto;
}
.rezervaryon_bar #datepicker-check_in_out {
    bottom: 40px !important;
    top: auto;
}
.joinchat__button {
    bottom: 66px !important;
}
@media (max-width: 700px) {
    .joinchat__button {
        bottom: 146px !important;
    }
}
/* HEADER POLYLAND SHORTCODE */
.polylang_langswitcher {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}
.polylang_langswitcher .lang-item {
    float: left;
    margin: 0 0 0 16px;
}
.polylang_langswitcher .lang-item a {
    text-transform: uppercase;
}
.hotale-mobile-menu-right .polylang_langswitcher a {
    color: #fff;
}
/* HEADER POLYLAND SHORTCODE */
/* HOME SLİDER */
.home_slider {
    /* border-radius: 20px; */
    overflow: hidden;
}
.home_rooms_slider {
    overflow: hidden;
}
.home_rooms_slider img {
    height: 300px;
    object-fit: cover;
}
.home_slider:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 4%, rgba(0, 0, 0, 0) 100%);
}
.home_slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 4%, rgba(0, 0, 0, 0) 100%);
}
.home_video_container {
    overflow: hidden;
}
.home_video_container:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
@media (max-width: 1024px) {
    .home_slider {
        border-radius: 0 !important;
        height: 100px;
        min-height: 260px !important;
        padding: 0 !important;
    }
    .home_offers_content .gdlr-core-column-12 {
        width: calc(100% / 3);
    }
}
/* HOME SLİDER */
/* ROOM DETAIL */
.room_detail_slider {
    overflow: hidden;
}
.room_detail_gallery {
    border-radius: 20px;
    overflow: hidden;
    padding: 0 !important;
}
.room_detail_gallery img {
    max-width: 100%;
    height: 600px;
    object-fit: cover;
}
.tourmaster-room-single-header-title-wrap {
    overflow: hidden;
}
@media (max-width: 860px) {
    .room_detail_gallery img {
        height: 300px;
    }
    .room_detail_room_features_content .gdlr-core-column-15 {
        width: 50%;
    }
    .tourmaster-room-single-header-title-wrap {
        border-radius: 0 !important;
    }
}
/* ROOM DETAIL */
/* MEDIA PAGE */
.media_page_wrapper {
}
.media_page_wrapper .gdlr-core-media-image img {
    object-fit: cover;
    height: 210px;
}
/* MEDIA PAGE */