/* This is the end all, be all stylesheet.
 * Whatever`s here will override every-
 * thing else. Use this power sparingly,
 * as this CSS will not be minified or
 * altered in any way.
 */

 .popup-box--content-only {
     text-align:center;
 }

 .popup-box__contentonly-contentbox {
		pointer-events: all;
		position: relative;
		display:inline-block;
		max-width:100%;
		box-sizing:border-box;
		padding-left:15px;
        padding-right:25px;
 }

     /*Booking Widget*/
 
     @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .col-lg-offset-1 {
            margin-left: 0 !important;
        }
        
        .col-lg-5 {
            width: 50% !important;
        }
    
        .reservation-overlay .room-input-section {
            width: auto !important;
        }
    
        .reservation-overlay .booking-overlay .addbottom {
        margin-bottom: 10px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: 100% !important;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .reservation-overlay .booking-overlay .addbottom {
            margin-bottom: 10px;
            padding-left: 15px;
            padding-right: 15px;
            width: 100% !important;
        }
    }    
    
    @media only screen and (min-width: 1200px) {
    
        .reservation-overlay .check-in-input {
    
            margin-left: 8.3333333333% !important;
            width: 41.6666666667% !important;
            margin-bottom: 30px;
        }
    
        .reservation-overlay .check-out-input {
    
            width: 41.6666666667% !important;
            margin-bottom: 30px;
        }
    
        .reservation-overlay .guests-input {
            width: 41.6666666667% !important;
            margin-left: 8.3333333333% !important;
        }
    
        .reservation-overlay .group-id-input{
            width: 41.6666666667% !important;
            margin-left: 8.3333333333% !important;
        }
    
        .reservation-overlay .promo-input{
            width: 41.6666666667% !important;
            padding-left: 15px;
            padding-right: 15px;
        }
    }

    .reservation-overlay .booking-overlay .title {
        display: block;
    }

    .slider_content_off .content-wrapper h1 span {
        background: #fff;
        display: inline-block;
        line-height: 1.3em;
        padding: 0 1.5%;
        font-size: 53px;
    }

    .slider_content_off .content-wrapper h1 {
        position: relative;
        top: -20px;
        margin: 0 0 5px;
    }


    .navbar-brand {
        z-index: 99999 !important;
    }

    .letusknow-form h3 {
        color: #fe9f69;
        text-align: center;
        margin-top: 50px;
    }

    .letusknow-form h3 + p {
        margin: 0 auto 20px;
        text-align: center;
        max-width: 640px;
    }

    .letusknow-form label {
        color: #e9518a;
        margin: 0 10px 5px;
        font-weight: normal;
    }

    .letusknow-form p {
        margin-bottom: 20px;
    }

    .letusknow-form input,
    .letusknow-form textarea {
        background: #fff;
        color: #e9518a;
        border: 2px solid #fe9f69;
        margin: 0 10px;
        padding: 13px 15px;
        margin-top: 10px;
        width: calc(100% - 30px);
    }

    .letusknow-form textarea {
        height: 100px;
    }

    .letusknow-form em {
        margin: 0 10px;
        display: inline-block;
        color: #6c6c6c;
    }

    .letusknow-form-cols {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .letusknow-form-cols p {
        width: 100%;
    }

    @media (min-width: 640px) {
        .letusknow-form-cols p {
            width: 48%;
        }
      }

    .letusknow-form .submit {
        background: #e9518a;
        border: none;
        color: #fff;
        text-align: center;
        padding: 13px 25px;
        font-weight: bold;
        width: auto;
    }

    .letusknow-form p.submit-button {
        text-align: center;
    }

    .wpcf7-spinner {
        display: block;
    }

    .wpcf7 form .wpcf7-response-output {
        padding: 20px;
        margin-bottom: 50px;
        background-color: #f2f2f2;
        border: none;
    }

    .wpcf7 form.sent .wpcf7-response-output {
        background-color: rgb(0 128 0 / 15%);
    }