@media (min-width: 1200px) {
    .d-xl-block-inline {
        display: inline-block!important;
    }
}

@media (max-width: 1023px ) {
    .availability-container {
        margin-top: 165px;
    }
    .availability-next-room {
        margin: 5px 0;
        padding: 10px;
        height: 170px;
    }
    .other-location-miles {
        padding: 10px 0;
        text-align: left;
        font-size: 20px;
    }
    .other-location-overview {
        text-align: left;
        padding: 15px;
        height: 220px;
        width: 100%;
        margin: 0 auto;
    }
    .other-location-overview .ql-align-center {
        text-align: left;
    }
    .ql-size-large {
        font-size: 1.3em;
    }
}
@media screen and (min-width: 768px) {
    .modal-lg {
        max-width: 750px;
    }
    .modal-content {
        margin-top: 40px;
    }
    .full-screen-modal .close {
        padding: 0;
        position: absolute;
        right: 20px;
        top: 0px;
        background-color: #fff;
        color: #000;
        opacity: 1;
        font-size: 45px;
        font-weight: 200;
    }

}
@media screen and (min-width: 1024px) {

    .modal-lg {
        max-width: 1010px;
    }
    .modal-content {
        margin-top: 40px;
    }
    .full-screen-modal .close {
        padding: 0;
        position: absolute;
        right: 20px;
        top: 0px;
        background-color: #fff;
        color: #000;
        opacity: 1;
        font-size: 50px;
        font-weight: 200;
    }
    hidden-lg {
        display: none;
    }
}

@media screen and (max-width: 767px) {

    .mmb-10 {margin-bottom:10px;}
    .availability-hotel-container .room {
        height: 200px;
    }
    .search-bar-summary {
        /*padding: 13px 10px;*/
        padding: 70px 0;
        width: 100%;
        box-shadow: 0 2px 8px -2px rgba(0,0,0,.8);
        background-color: #fff;
        color: white;
        height: 100vh;
        overflow: hidden;
    }
    .all-rooms-banner {
        background-color: #ffc107;
        color: #FFF;
        font-size: 18px;
        padding: 15px;
        line-height: 15px;
        border-radius: 0;
        text-align: center;
        border: 2px solid #FFF;
        max-width: 400px;
        margin: 20px auto;
    }
    .full-screen-modal .close {
        padding: 0;
        position: absolute;
        right: 16px;
        top: 0px;
        background-color: #fff;
        color: #000;
        opacity: 1;
        font-size: 55px;
        font-weight: 200;
    }
    /*.search-bar {*/
        /*position: fixed;*/
        /*top: 0;*/
        /*left: 0;*/
        /*width: 100%;*/
        /*!* background-color: #2b3b70; *!*/
        /*background-color: rgba(61,97,109,.985);*/
        /*display: none;*/
    /*}*/
    .search-bar-summary-mobile {
        display: block;
    }
    .hidden-mobile {
        display: none;
    }
    .availability-container {
        margin-top: 60px;
    }
    .other-locations-title {
        font-size: 20px;
        font-weight: bold;
        margin: 10px 0 20px 0;
    }
    .review_score {
        padding-top: 0;
    }

    .modal.show .modal-dialog {
        margin-top: 50px;
    }

    .modal-header .close {
        padding: 5px 10px;
        position: absolute;
        right: 16px;
        top: -18px;
        background-color: #f9a831;
        color: white;
        opacity: 1;
    }
    .multi-day-header h1 {
        font-size: 16px;
        font-weight: lighter;
    }
    h1.hotel-name {
        font-size: 1.5rem;
        margin-top: 13px;
    }
    .alert-success h2 {
        color: #199054;
        font-size: 12px;
        line-height: 20px;
        padding: 10px;
    }
    .alert-danger h2 {
        color: #FFF;
        font-size: 12px;
        line-height: 15px;
        padding: 10px;
    }

    .multi-day-header a, .multi-day-header a:visited {
        font-size: 13px;
    }
    .multi-day-header {
        padding: 5px 15px 0px 15px;
    }

    .multi-day-table tbody th {
        width: 120px;
        text-align: left;
        padding: 6px;
        font-size: 11px;
    }
    .multi-day-table thead th {
        font-size: 13px;
    }
    .other-location-miles {
        text-align: center;
    }

    .availability-next-room {
        margin: 0 0 25px;
        padding: 10px;
        height: 160px;
    }
    .other-location-banner {
        height: 200px;
    }
    .other-location-overview {
        height: 185px;
        width: 90%;
    }
    .ql-size-large {
        font-size: 1.2em;
    }
    .other-location-overview {
        text-align: center;
    }
    .other-location-overview .ql-align-center {
        text-align: center;
    }

    .other-location-overview {
        text-align: left;
        padding: 15px 15px 0 15px;
        height: unset;
        width: 100%;
        margin: 0 auto;
        font-size: 12px;
    }
    .other-location-view {
        padding: 0 0 10px 0;
        text-align: center;
        font-size: 15px;
    }

    .sc-availability-image .room-title {
        position: absolute;
        top: 10px;
        left: 10px;
        color: white;
        font-size: 13px;
        font-weight: bold;
    }
    .sc-availability-image .room {
        position: relative;
        margin: 0;
        text-align: center;
        border: none;
        padding: 0;
        height: 100px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        min-width: 100px;
    }
    .sc-availability-table thead th {
        text-align: center;
        font-size: 10px;
    }
    .booking-overview-gallery {
        height: 100px;
    }


}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .ipad-vert-only {
        display: flex !important;
    }
    .mobile-only, .ipad-horiz-only, .desktop-only {
        display: none !important;
    }
    .footer p {
        font-size: 20px;
    }
    .footer-bottom-bar {
        font-size: 13px;
    }
    .btn-group-sm>.btn, .btn-sm {
        padding: .25rem .5rem;
        font-size: .875rem;
        line-height: 1.5;
    }
    .footer-logo {
        max-width: 65%;
    }
    .footer .ql-size-large {
        text-align: center;
        font-size: 20px;
        font-weight: normal;
    }

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .ipad-horiz-only {
        display: flex !important;
    }
    .mobile-only, .ipad-vert-only, .desktop-only {
        display: none !important;
    }
    .footer p {
        font-size: 20px;
    }
    .footer-bottom-bar {
        font-size: 13px;
    }
    .footer .ql-size-large {
        text-align: center;
        font-size: 20px;
        font-weight: normal;
    }

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .desktop-only {
        display: flex !important;
    }
    .mobile-only, .ipad-vert-only, .ipad-horiz-only {
        display: none !important;
    }
    .footer p {
        font-size: 26px;
    }
    .footer-bottom-bar {
        font-size: 20px;
    }
    .footer .ql-size-large {
        text-align: center;
        font-size: 20px;
        font-weight: normal;
    }

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}
