/*
Theme Name: Alloggio Child
Theme URI: https://alloggio.qodeinteractive.com
Description: A child theme of Alloggio
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: alloggio
Template: alloggio

#qodef-page-content .qodef-e-media .qodef-e-price, #qodef-room-related-items .qodef-e-price,#qodef-page-content .qodef-e-price{display:yes}
*/
.qodef-room .qodef-e-title.kendydat{
    position: absolute;
    top:-22%;
    left: 75%;
    z-index: 100;
    transform: translate(-75%,22%);
    color: #fff;
    font-weight: 500;
    font-size: 60px;
    line-height: 1.033333333333333em;
}
@media screen and (max-width:991px){
    .qodef-room .qodef-e-title.kendydat{
        top:-15%;
        left: 50%;
        transform: translate(-50%,15%);
        font-size: 40px;
    }
    html .rs-layer:not(.rs-wtbindex), .rs-layer:not(.rs-wtbindex){
        font-size: 40px!important;
        width: 100%!important;
        line-height: 40px!important;
    }
}
/* @media screen and (min-width:768px) and (max-width:1023px){
    .qodef-room .qodef-e-title.kendydat{
        top:-21%;
        left: 50%;
        transform: translate(-50%,21%);
        font-size: 50px;
    }
} */
@media screen and (min-width:992px) and (max-width:1199px){
    html .rs-parallax-wrap:first-child,
    html .rs-parallax-wrap:first-child + .rs-parallax-wrap{
        left: 10%!important;
    }
}

body.room-template-default.single.single-room #qodef-page-wrapper main#qodef-page-content .qodef-e-location,#qodef-room-reservation-form > div.qodef-m-field.qodef--price > div > span.qodef-m-price-description{
    display: none;
}