/*
    Template: hotello
    Theme Name: Hotello Child Theme
    Theme URI: https://hotello.stylemixthemes.com/
	Author: StylemixThemes
	Author URI: https://stylemixthemes.com/
	Description: Hotello WordPress Theme is a responsive Hotel WordPress theme targeted especially for hotel, chalet, resort, motel, hostel, bed and breakfast and apartment with all-in-one booking system within theme package.
    Version: 1.0
	Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, editor-style, sticky-post, theme-options
	Text Domain: hotello-child-theme
*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading_font{
    font-family: Prata !important;
}
.room.type-room .stm-single-room__intro h2{
    margin-top: 0 !important;
}
.room_info__single.like_button{
    cursor: pointer;
}
.room_info__single.like_button:not(.liked):hover span{
    text-decoration: underline;
}
.room_info__single.like_button.liked{
    cursor: not-allowed;
}
.room_gallery_swiper.swiper{
    margin-bottom: 50px;
}
.room_gallery_swiper .swiper_nav > div{
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    width: 80px;
    height: 80px;
    border-radius: 4px;
    background-color: rgb(33, 42, 66) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.room_gallery_swiper .swiper_nav > div:hover{
    background-color: #de6610 !important;
}
.room_gallery_swiper .swiper_prev{
    left: 40px;
}
.room_gallery_swiper .swiper_next{
    right: 40px;
}
.room_gallery_swiper .swiper_nav > div:before{
    display: inline-block;
    content: "􏷑" !important;
    font-family: 'stmicons' !important;
    font-size: 35px;
    color: #fff !important;
    line-height: 47px;
}
.room_gallery_swiper .swiper_prev:before{
    transform: rotate(180deg) translateX(1px);
}
.room_gallery_swiper .img_wrap{
    font-size: 1vw;
    max-height: 35.9375rem;
}
.room_gallery_swiper .img_wrap img{
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}
@media only screen and (max-width: 992px){
    .room_gallery_swiper .swiper_nav > div{
        width: 50px;
        height: 50px;
    }
}
@media only screen and (max-width: 767px){
    .room_gallery_swiper .swiper_nav > div{
        width: 40px;
        height: 40px;
    }
    .room_gallery_swiper .swiper_nav > div:before{
        line-height: 40px;
        font-size: 25px;
    }
    .room_gallery_swiper .swiper_prev{
        left: 20px;
    }
    .room_gallery_swiper .swiper_next{
        right: 20px;
    }
}
.room.type-room .stm-single-room__sidebar{
    display: none !important;
}
.room.type-room .stm-single-room__content{
    width: 100%;
}