/*
* Template Block Styles
*/
.banner__arrows__container, .slick-slide >div>div {
    width: 1240px;
    margin: auto;
}

.large_park_hero_banner-block {
    position: relative;
    margin-bottom: 150px;
    transition: 1s ease 1s;
}

.acf-block-preview .large_park_hero_banner-block,
.large_park_hero_banner-block.show-banner {
    opacity: 1!important;
}

.banner__arrows {
    position: relative;
    width: 1240px;
    display: flex;
    align-items: center;
    justify-content: start;
    color: white;
    pointer-events: all;
    transform: translate(-14px,45px);
}

.large_park_hero_banner-block .banner__arrows__container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    pointer-events: none;
    z-index: 1;
    display: none;
}

.large-park-hero-banner {
    position: relative;
    /* min-height: 2000px; */
}

.large-park-hero-banner__slider {
    transition: 1s ease;
}

.acf-block-preview .large-park-hero-banner__slider,
.large-park-hero-banner__slider.slick-initialized {
    opacity: 1!important;
}

.large-park-hero-banner__slider,.large-park-hero-banner__slider .slick-list,.large-park-hero-banner__slider.slick-track,.large-park-hero-banner__slider .slick-slide,.large-park-hero-banner__slider .slick-slide >div,.large-park-hero-banner__slider .slick-slide >div>div {
    pointer-events: none;
}

.large-park-hero-banner__slider__item {
    max-height: calc(100vh - 110px)!important;
}

.slick-slide >div>div {
    background-size: cover!important;
    background-position: 50% 50%;
    display: flex!important;
    pointer-events: none;
}

.large_park_hero_banner-block:after {
    content: '';
    display: block;
    width: 100%;
    height: 151px;
    background: url(/wp-content/themes/parks-and-resorts/images/beams.svg);
    z-index: 0;
    position: absolute;
    top: 100%;
    transform: translateY(-50%);
    background-size: 100% 100%;
    transition: 1s ease;
}

.slick-slide .large-park-hero-banner__slider__contents {
    width: 1240px!important;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 0 solid rgba(255,255,255,0);
    /* border-top: 106px solid rgba(255,255,255,0); */
    pointer-events: none;
    transition: .2s ease;
}

.large-park-hero-banner__slider__item__above-title {
    font-size: 32px;
    font-weight: 700;
    color: white;
    /*     text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px 0px 12px rgba(0, 0, 0, 0.6), 0px 0px 100px rgba(0, 0, 0, 0.4); */
}

.large-park-hero-banner__slider__item__title {
    font-size: 60px;
    color: var(--secondary);
    /*     font-family: var(--body-font-cursive); */
    /*     text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px 0px 12px rgba(0, 0, 0, 0.6), 0px 0px 100px rgba(0, 0, 0, 0.4); */
    /* margin-bottom: 10px; */
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    /* padding: 0 0 10px 10px; */
    font-weight: 700;
    /* padding-top: 80px; */
    /* padding-bottom: 10px; */
}

.large-park-hero-banner__slider__item__location {
    color: white;
    font-size: 20px;
    font-weight: 500;
    /*     text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px 0px 12px rgba(0, 0, 0, 0.6), 0px 0px 100px rgba(0, 0, 0, 0.4); */
    display: inline-flex;
    align-content: center;
    pointer-events: all;
    padding-bottom: 30px;
}

.large-park-hero-banner__slider__contents {
    filter: drop-shadow( 0px 2px 4px rgba(0, 0, 0, 0.7));
}

.large-park-hero-banner__slider__item__location a {
    text-decoration: underline;
    color: white;
}

.site .large-park-hero-banner__slider__item__location a:hover, .large-park-hero-banner__slider__item__location:hover, .site .large-park-hero-banner__slider__item__location:hover a {
    /*     color: var(--secondary); */
}

.large-park-hero-banner__slider__item__location:before {
    content: '\f3c5';
    font-family: var(--font-awesome);
    text-decoration: none!important;
    margin-right: 10px;
    display: none;
}

.large-park-hero-banner__form {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.large-park-hero-banner__form form {
    width: 1240px;
    margin: 0 auto;
    /* top:50%; */
    pointer-events: all;
    /* background: white; */
    /* z-index: 1; */
    /* transform: translateY(92px); */
    transition: .2s ease;
}

.banner__arrows .slick-prev, .banner__arrows .slick-next {
    position: static;
    transform: unset;
    background: unset!important;
    color: white!important;
}

.banner__arrows .slick-prev:before, .banner__arrows .slick-next:before {
    color: white!important;
    ; }

.banner__arrows .slick-prev:hover:before, .banner__arrows .slick-next:hover:before {
    color: var(--secondary)!important
}

.banner__arrows .slick-prev {
    margin-right: 20px
}

.banner__arrows .slick-next {
    margin-left: 20px
}

.large_hero_banner-block {
    position: relative;
    /* z-index: -1; */
}

.large_hero_banner-block .availability {
    /* display:flex; */
}

.availability {
    display: grid;
    border: 1px solid var(--primary-light-border);
    padding: 32px;
    border-radius: 10px;
    /* margin-bottom: 20px; */
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    background: white;
    /* z-index: -1; */
    /* position: relative; */
}

.availability__col {
    display: grid;
    grid-template-rows: auto min-content;
}

.availability label, .large-park-hero-banner__form form #filter__toggle {
    font-weight: 500;
}

.drop-box {
    position: absolute;
    background: white;
    border: 1px solid var(--primary-light);
    top: 100%;
    min-width: 100%;
    border-radius: 3px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.accommodation-filters__membership.drop-box {
  padding: 0;
  gap: 0;
  cursor: pointer;
}

.accommodation-filters__membership.drop-box .custom-checkbox {
  cursor: pointer;
  padding: 10px 15px 7px 15px;
}

.accommodation-filters__membership.drop-box .custom-checkbox:first-of-type {
  /*padding: 10px 15px;*/
  margin-top: 12px;
}

.accommodation-filters__membership.drop-box .custom-checkbox:last-of-type {
  /*padding: 0 15px 15px 15px;*/
  margin-bottom: 12px;
}

.accommodation-filters__membership.drop-box .custom-checkbox:hover {
  background-color: var(--subtle-shade);
}

.custom-checkbox {
    white-space: nowrap
}

.availability__guests label {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.availability__guests label:before {
    content: '\f183';
    font-family: var(--font-awesome);
    width: 35px;
    text-align: center;
    margin-right: 4px;
}

.availability__guests__children label:before {
    content: '\f1ae';
}

.availability__guests__infants label:before {
    content: '\f77d';
}
.availability__guests__pets label:before {
    content: '\f1b0';
}
.availability__guests label > span > span {
    display: block;
    font-size: 14px
}

.guests_buttons__button {
    font-size: 0;
    /* height: 100%; */
    display: flex;
    align-items: center;
    cursor: pointer;
}

.availability__search.action-button.action-button--alt {
    margin: 0;
    height: 46px;
    padding: 0;
    font-size: 24px;
}

.availability__search.action-button.action-button--alt:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: white;
}

.availability__field {
    border: 1px solid var(--primary-light-border) !important;
    border-radius: 3px;
    padding: 0 0 0 13px!important;
    font-size: 18px;
    font-family: var(--body-font);
    font-weight: 400;
    line-height: 1;
    box-shadow: inset 0 .1em .1em rgba(0,0,0,0.05);
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    cursor: pointer;
    pointer-events: all;
    /* white-space: nowrap; */
}

.availability--hide {
    height: 1px;
    opacity: 0;
    position: absolute;
    top: 100%;
}

.field_icon--cal:before {
    content: '\f073';
    background: #F4F7F9;
    height: 100%;
    font-family: var(--font-awesome);
    display: flex;
    align-items: center;
    padding: 0 12px;
    /* border-left: 1px solid var(--primary-light-border); */
    font-weight: 600;
}

.field_icon--drop:after {
    height: 100%;
    font-family: var(--font-awesome);
    display: flex;
    align-items: center;
    padding: 0 12px;
    content: '\f0d7';
    font-weight: 600;
}
.availability__col:last-of-type  .field_icon--cal:before {
    content:unset;
}
.availability__col:last-of-type  .field_icon--cal {
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    border-left:0!important;
    padding-left: 12px!important;
}
.availability__col:first-of-type  .field_icon--cal {
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    border-right:0!important;
}
.availability__col:first-of-type  .field_icon--cal:after {
    content:
    "";
    display:
    block;
    width:1px; 
    height:65%;
    background:
    var(--primary-light-border);
    /* justify-self: self-end; */
    margin-left: auto;
}
.guests_buttons__button:before {
    background: white;
    border: 1px solid var(--primary-light);
    content: '\f067';
    font-size: 11px;
    color: var(--primary);
    font-family: var(--font-awesome);
    width: 34px;
    text-align: center;
    height: 34px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guests_buttons__button--minus:before {
    content: '\f068';
}

.availability__guests > div, .drop-down-controls {
    display: grid;
    grid-template-columns: auto min-content;
    align-items: center;
    margin-top: 11px;
}

.availability__guests > div:not(:last-child) {
    margin: 0 0 16px -5px;
}

.availability__col {
    position: relative;
}
.availability__single {
    grid-template-columns: 1.15fr 1fr;
}
.availability__single .availability__field {
    padding-left:0!important;
    justify-content: flex-start;
    gap: 12px;
}
.guests_buttons {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
}

.guests_buttons input {
    text-align: center;
    border: 0!important;
    padding: 2px 0 0!important;
    font-size: 18px;
    font-family: var(--body-font);
    line-height: 1;
    width: 40px;
}

.drop-down-controls__apply {
    border: 1px solid var(--primary-light);
    border-radius: 3px;
    font-size: 14px;
    padding: 7px 13px;
    line-height: 1;
    cursor: pointer;
}

.drop-down-controls__apply:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: -1
}

.drop-down-controls__reset {
    font-size: 14px;
    color: var(--primary-light-text);
    cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
.guests_buttons input::-webkit-outer-spin-button, .guests_buttons input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.guests_buttons input[type=number] {
    -moz-appearance: textfield;
}

.accommodation-filters__col {
    position: relative;
}

.drop-down-controls {
    display: none;
}

@media(max-width: 1290px) {
    .large-park-hero-banner__form form {
        width:100%;
        padding: 0 16px
    }

    .availability {
        grid-template-columns: 1.5fr 1fr 1fr;
    }

    .availability__col:last-child {
        /* grid-column: 1/-1; */
    }

    .slick-slide .large-park-hero-banner__slider__contents {
        padding: 0 26px
    }

    .large_hero_banner-block:after {
        height: 120px!important;
    }

    .banner__arrows {
        transform: translate(7px, 2px);
    }

    .large-park-hero-banner__slider__item__title {
        /* font-size: 7vw; */
        white-space: normal!important;
    }
}

@media(max-width: 946px) {
    .large-park-hero-banner__form .availability {
        grid-template-columns: 1fr 1fr;
        row-gap: 15px;
    }

    .availability__col:nth-child(3) {
        grid-column: 1/-1
    }

    .slick-slide .large-park-hero-banner__slider__contents {
        border-bottom-width: 350px;
    }

    .large_hero_banner-block:after {
        height: 91px!important;
    }

    .large-park-hero-banner__slider__item__title {
        font-size: 7vw;
        text-align: center;
    }

    .banner__arrows {
        transform: translate(7px, -27px);
    }

    .large_park_hero_banner-block:after {
        height: 100px
    }

    .large-park-hero-banner__slider__item__location {
        text-align: center;
        justify-content: center;
        padding-bottom: 30px;
    }

    .large-park-hero-banner__slider__item {
        height: unset!important;
    }
}

@media(max-width: 550px) {
    .large-park-hero-banner__form .availability {
        grid-template-columns: 1fr;
        row-gap: 15px;
        padding: 24px 15px;
    }

    #booking_engine_container {
        padding-top: 25px
    }

    .large_hero_banner-block:after {
        height: 61px!important;
    }

    .banner__arrows, .large-park-hero-banner__slider {
    }

    .large-park-hero-banner__form {
        /* position: static; */
        /* padding: 16px 0 50px; */
        /* background-size: cover; */
    }

    .large-park-hero-banner__form form {
        /* transform: unset!important; */
    }

    .large_park_hero_banner-block:after {
        height: 63px
    }

    .large_park_hero_banner-block {
        margin-bottom: 100px;
    }
}

.large-park-hero-banner__slider__item {
    min-height: calc(var(--banner-height) + 120px);
    transition: .2s ease;
}

.large-park-hero-banner__slider__item__title {
    padding-top: calc(var(--banner-height) / 5)
}

#home_form .availability {
    margin-bottom: calc(var(--banner-height) / 5)
}

@media(max-width: 946px) {
    .large-park-hero-banner__slider__item__title {
        padding-top: 50px;
    }

    #home_form .availability {
        margin-bottom: 20px;
    }
}

/*Editor styles*/
.acf-block-preview .large-park-hero-banner__slider {
    opacity: 1;
}
.acf-block-preview .large-hero-banner__slider .large-hero-banner__slider__item {
    display: none;
}

.acf-block-preview .large-hero-banner__slider .large-hero-banner__slider__item:first-of-type {
    display: block;
    height: 440px;
}