section {
    padding-left: 25px;
    padding-right: 25px;
}

.page-template-available-lodges .callout h1,
.page-template-available-lodges .callout p {
    color: #fff;
}

.page-template-available-lodges .main-cta {
    display: none !important;
}

#results {
    background-color: #fff;
    padding: 45px;
}

#results ._container {
    max-width: 1400px;
    margin: 0 auto 50px;
    padding: 0 15px;
}

#results ._grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 400px;
        grid-template-columns: 1fr 400px;
    grid-gap: 20px;
    grid-template-areas: "a b";
}

#results ._grid > div:first-child {
    grid-area: b;
}

#results ._grid > div:last-child {
    grid-area: a;
}

@media (max-width: 1200px) {
    #results ._grid {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    #results {
        padding: 120px 20px 0;
    }

    #results ._grid {
        padding: 0;
    }
}

#results header {
    max-height: none !important;
}

#results h2 {
    margin-top: 5rem;
    margin-bottom: 0;
}

#results header h2 {
    margin-top: 0;
}

#results header p {
    margin-top: 0;
    color: #8b8b8b;
}

.-arrow-top, 
.-arrow-bottom { 
    position: relative; 
    z-index: 5;
}

.-arrow-top:after, 
.-arrow-bottom:before,
.-arrow-bottom:after {
    content: '';
    display: block;
    width: 1px;
    margin-left: -1px;
    left: 50%;
}

.-arrow-top:after {
    position:absolute;
    margin-top:-45px;
    border-left:2px solid white;
    height:60px;
    bottom: 0;
}

.-arrow-bottom:after {
    position:absolute;
    border-left:2px solid black;
    height:60px;
    box-sizing:border-box;
    top: 0;
}

.-arrow-bottom:before {
    content: '';
    position:absolute;
    border-right: 2px solid #163438;
    border-bottom: 2px solid #163438;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    content: '';
    top: 52px;
    margin-left:-4px;
}

.cloudbeds-room-single {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin: 2em 0 0;
}

.cloudbeds-room-single > div {
    flex: 1;
}

.cloudbeds-room-single img {
    width: 100%;
    background-color: #000;
    max-height: 100%;
}

.cloudbeds-room-single h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5em;
    margin: 0 0 0.2em;
}

.cloudbeds-room-single p {
    margin: 0 0 0.2em;
}

p.cloudbeds-room-desc {
    margin-bottom: 10px;
}

.cloudbeds-room-single a._button {
    margin: 0 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.875em;
    display: inline-block;
}

p.cloudbeds-room-info {
    margin-top: 0;
    color: #8b8b8b;
}

.cloudbeds-room-single a._button:first-child {
    color: #6a8689;
    border-bottom: 2px solid;
    padding-bottom: 3px;
    margin-left: 0;
}

.cloudbeds-room-single a._button:last-child {
    margin-bottom: 10px;
    padding: 5px 15px;
    background: #6a8689;
    color: #fff;
}

#book-your-stay-module {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: 0.6s;
    transition: 0.6s;
    pointer-events: auto;
    z-index: 99;
    position: sticky;
    top: 80px;
    max-width: 400px;
    background-color: #f1f1f1;
    padding: 30px;
}

body.admin-bar #book-your-stay-module {
    top: calc(80px + 32px);
}

@media (max-width: 1200px) {
    #book-your-stay-module {
        position: relative;
        top: 0 !important;
        width: 100%;
        display: block;
        max-width: none;
        margin: 0 0 40px;
        opacity: 1;
        pointer-events: auto;
    }
}

#book-your-stay-module.-active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";    
    pointer-events: auto;
}

#book-your-stay-form h3 {
    margin-top: 0;
    font-family: imperial-urw,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #1e3337;
    font-size: 18px;
}

#book-your-stay-form h3 i {
    margin: 0 0 0 5px;
    color: #788386;
}

#book-your-stay-form label,
#book-your-stay-form a {
    color: #708588;
}

#book-your-stay-form label {
    text-transform: uppercase;
    font-weight: 700;
}

#book-your-stay-form ._flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

@media (max-width: 768px) {
    #book-your-stay-form ._flex {
        display: block;
    }
}

#book-your-stay-form ._flex div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

#book-your-stay-form input {
    background-color: #fff;
    border: 1px solid #aaaaa9;
}

#book-your-stay-form input[type="text"],
#book-your-stay-form input[type="date"] {
    height: auto !important;
    padding: 10px;
    width: 100%;
}

#book-your-stay-form input[type="submit"] {
    display: block;
    width: 100%;
    background-color: #223135;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

#book-your-stay-scroll-top {
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    background-color: #eeedee;
    box-shadow: none;
    outline: none;
    border: none;
    font-family: imperial-urw,sans-serif;
    padding: 10px 20px 12px 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1e3337;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 10;
    font-size: 21px;
    line-height: 1;
    display: none;
}

#book-your-stay-module-close {
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    outline: none;
    border: none;
    background-color: transparent;
    color: #788386;
    font-size: 25px;
    position: absolute;
    right: 10px;
    top: 7px;
}

#book-your-stay-scroll-top i {
    margin: 0 0 0 5px;
    color: #788386;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-number-input-wrapper {
    position: relative;
}

.form-number-select-controls {
    display: flex;
	justify-content: flex-end;
}

.form-number-select-controls button {
    appearance: none;
    -webkit-appearance: none;
    padding: 0 15px;
    background-color: transparent;
    border: none;
    border-left: 1px solid #ddd;
}

input[type=number] {
    -moz-appearance: textfield;
}

@media (max-width: 1200px) {
    #results ._grid {
        -ms-grid-columns: 100%;
            grid-template-columns: 100%;
    }

    #book-your-stay-scroll-top {
        bottom: 15px;
        display: block;
        opacity: 0;
        pointer-events: none;
    }

    #book-your-stay-scroll-top.-visible {
        opacity: 1;
        pointer-events: auto;
    }
}

@media (max-width: 767px) {
    .cloudbeds-room-single {
        -ms-grid-columns: 100%;
            grid-template-columns: 100%;
        margin-bottom: 75px;
    }

    /* .page-template-available-lodges span.easepick-wrapper {
        display: none;
    } */
}

.inline-number-picker {
    position: relative;
    display: inline-block;
}

@media (max-width: 600px) {
    .inline-number-picker {
        position: initial;
    }
}

.form-number-select.-inline-pop-up {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    opacity: 0;
    pointer-events: none;
    display: flex;
    gap: 5px;
    padding: 15px;
    justify-content: space-between;
    z-index: 9999;
    flex-direction: column;
    align-items: flex-start;
}

.form-number-select.-inline-pop-up:after {
    content: '';
    height: 0.5rem;
    width: 0.5rem;
    background-color: #fff;
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    border-bottom: 1px solid #d1d5db;
    border-right: 1px solid #d1d5db;
    transform: translate(-50%, -50%) rotate(45deg);
    pointer-events: none;
}

.form-number-select.-inline-pop-up.-open {
    opacity: 1;
    pointer-events: auto;
}

@media (max-width: 600px) {
    .form-number-select.-inline-pop-up.-open {
        bottom: 10px;
        top: auto;
        left: 0;
        transform: translateX(0px);
        width: calc(100% - 20px);
        right: 0;
        margin: 0 auto;
    }
}

.form-number-select.-inline-pop-up label {
    font-weight: 700;
    color: #1D3135;
    display: block;
    margin: 0;
}

.form-number-select img {
    height: 12px;
    width: auto;
    pointer-events: none;
}

@media screen and (max-width: 991px) {
    .page-template-available-lodges .main-cta { 
        display: none; 
    }
}