/*p{*/
/*    color: red !important;*/
/*}*/

.single-post_restaurant .minigallery_wrapper .button.fancy {
    background-color: #2f7c83;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    margin-top: 25px;
    padding: 0 20px;
    text-transform: uppercase;
    letter-spacing: 2.1px;
    text-decoration: none;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.single-post_restaurant .minigallery_wrapper .button.fancy:hover {
    border: 1px solid #2f7c83;
    background-color: #fff;
    color: #2f7c83;
}

/*.single-post_restaurant .fancybox-content {*/
/*    position: absolute;*/
/*    top: 5vh;*/
/*    left: 12vw;*/
/*    width: 76vw;*/
/*    height: 90vh;*/
/*}*/


.single-post_restaurant .fancybox-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
}
/*client decided to hide video controls */
.player_wrapper .controls {
    /*bottom: 130px;*/
    /*top: auto;*/
    /*position: absolute;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*gap: 20px;*/
    /*right: 10px;*/
    display: none;
}

.player_wrapper .controls a {
    width: 30px;
}

.player_wrapper .controls .far,
.player_wrapper .controls .fas {
    font-size: 30px;
}

.emergency-header-container {
    display: none;
}

body.page-template-template-christmas .filter_wrapper .filter-wrap,
body.page-template-template-families .filter_wrapper .filter-wrap {
    margin-bottom: 2em;
    padding: 0 15px 30px;
}

@media screen and (max-width: 991px) {
    .player_wrapper {
        background: #FFF;
    }
}


/* Careers deform */

.deform .field input[type=text], .deform .field select {
    border: 1px solid #ccc;
}

.deform .form_overlay .btn a,
.deform .field.fieldtype_submit input[type=submit] {
    background-color: #2f7c83 !important;
    border-width: 1px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
}

.deform .form_overlay .btn a:hover,
.deform .field.fieldtype_submit input[type=submit]:hover {
    background-color: #fff !important;
    border-color: #2f7c83 !important;
}

.careers_forms {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 4vw;
    padding-right: 4vw;
}

.careers_forms a.big_button {
    display: inline-block;
    text-align: center;
    padding: 1em;
    line-height: 1.063em;
    text-decoration: none;
    font-size: .875em;
    transition: all .3s ease-in-out;
    font-family: franklin-gothic-urw, serif;
    border: 1px solid #333;
    color: #333;
    letter-spacing: .16em;
    text-transform: uppercase;
    min-width: 160px;
}

body > div.careers_forms.padding_standard > form > fieldset > div > div.field.fieldtype_checkbox.fieldname_privacy > label > span.desc > a {
    color: #000;
    font-weight: 600;
}

.careers_forms a.big_button:hover {
    border-color: #2f7c83;
    color: #fff;
    background-color: #2f7c83;
}

.careers_forms .btn_wrap {
    margin-top: 10px;
    max-width: 840px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

/* FILTERABLE POSTS */

#filterable_posts_blocks {
    padding-top: 6rem;
}

#filterable_posts_blocks .the_title + #posts-list {
    padding-top: 3rem;
}

#filterable_posts_blocks .children-wrap {
    display: flex;
    flex-flow: row wrap;
    gap: 2rem 1rem;
}

#filterable_posts_blocks .children-wrap .single-child-wrap {
    flex: 0 1 calc(33.3% - 1rem);
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
    position: unset!important;
    /*height: 100% !important;*/
    /*max-height: 720px;*/
}

#filterable_posts_blocks .the_content {
    text-align: center;
    padding-bottom: 4rem;
}

#filterable_posts_blocks .children-wrap .single-child-wrap .title-section {
    font-size: 1.5rem;
    padding: 1rem 0;
    text-decoration: none;
}

#filterable_posts_blocks .children-wrap .single-child-wrap .description {
    padding-bottom: 0;
    line-height: 120%;
}

#filterable_posts_blocks .children-wrap .single-child-wrap .gallery-wrapper {
    width: 100%;
    height: 300px;
}

#filterable_posts_blocks .children-wrap .single-child-wrap .single-child-content {
    padding: 20px 20px 40px;
}

#filterable_posts_blocks .children-wrap .single-child-wrap .gallery-wrapper img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;

}

#filterable_posts_blocks .filter-wrap {
    margin: 2rem auto 4rem;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #filterable_posts_blocks .children-wrap .single-child-wrap {
        flex: 0 1 calc(50% - 1rem);
    }
}

@media screen and (min-width: 0) and (max-width: 767px) {
    #filterable_posts_blocks {
        padding-top: 2rem;
    }

    #filterable_posts_blocks .children-wrap {
        padding-top: 1rem;
    }

    #filterable_posts_blocks .children-wrap .single-child-wrap {
        flex: 1 1 100%;
    }
}

/***************************** FILTERABLE GALLERY ***********************************************/

#filterable_gallery_blocks {
    padding-top: 0;
    overflow-x: hidden;
}

#filterable_gallery_blocks .the_title + #posts-list {
    padding-top: 3rem;
}

#filterable_gallery_blocks .children-wrap {
    display: flex;
    flex-flow: row nowrap;
    position: relative;
}

#filterable_gallery_blocks .the_content {
    text-align: center;
    padding-bottom: 4rem;
}

#filterable_gallery_blocks .children-wrap .single-child-wrap {
    width: 400px;
    height: 300px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
    padding: 0 10px;
    aspect-ratio: 4 / 5;
}

#filterable_gallery_blocks .children-wrap .single-child,
#filterable_gallery_blocks .children-wrap .single-child-wrap .gallery-wrapper {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

#filterable_gallery_blocks .children-wrap .single-child-wrap .gallery-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#filterable_gallery_blocks .children-wrap .slick-track {
    left: calc(-1 * 400px / 2);
}

#filterable_gallery_blocks .filter-wrap {
    margin: 2rem auto 4rem;
}

#filterable_gallery_blocks .arrow.prev {
    left: -50px;
    top: 50%;
    border: none;
}

#filterable_gallery_blocks .arrow.next {
    right: -50px;
    top: 50%;
    border: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #filterable_gallery_blocks {
        padding-bottom: 40px;
    }

    #filterable_gallery_blocks .children-wrap .single-child-wrap {
        flex: 0 1 calc(50% - 1rem);
    }

    #filterable_gallery_blocks .children-wrap .slick-track {
        left: unset;
    }

    #filterable_gallery_blocks .arrow.prev {
        left: -60px;
    }

    #filterable_gallery_blocks .arrow.next {
        right: -60px;
    }
}

@media screen and (min-width: 0) and (max-width: 767px) {

    #filterable_gallery_blocks {
        padding-top: 2rem;
        padding-bottom: 40px;
    }

    #filterable_gallery_blocks .children-wrap {
        padding-top: 1rem;
    }

    #filterable_gallery_blocks .children-wrap .single-child-wrap {
        flex: 1 1 100%;
    }

    #filterable_gallery_blocks .children-wrap .slick-track {
        left: unset;
    }

    #filterable_gallery_blocks .arrow.prev {
        left: -60px;
    }

    #filterable_gallery_blocks .arrow.next {
        right: -60px;
    }
}

body.page-template-template-special_offers .filter-wrap-mobile .middle_title {
    display: none;
}

/*******************************************************************************************/

#highlight_two_blocks .children-wrap {
    gap: 40px;
}

#highlight_two_blocks .children-wrap .single-child-wrap {
    width: calc(50% - 20px);
}

@media screen and (max-width: 991px) {
    #highlight_two_blocks .children-wrap .single-child-wrap {
        width: 100%;
    }
}

#highlight_two_blocks .children-wrap .single-child {
    height: 100%;
}

.tintup iframe {
    height: 700px !important;
}

#highlight_custom_carousel_two_blocks {
    position: relative;
    overflow: hidden;
}

#highlight_custom_carousel_two_blocks .container-large {
    position: relative;
}

@media screen and (max-width: 991px) {

    #highlight_custom_carousel_two_blocks .arrow.prev {
        left: -60px;
    }

    #highlight_custom_carousel_two_blocks .arrow.next {
        right: -60px;
    }

    #highlight_custom_carousel_two_blocks .children-wrap .slick-track {
        padding-bottom: 0;
    }

    #highlight_custom_carousel_two_blocks {
        padding-bottom: 0;
    }
}

#highlight_custom_carousel_two_blocks .children-wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    flex-wrap: nowrap;
}

#highlight_custom_carousel_two_blocks .children-wrap .single-child-wrap {
    padding: 0 20px;
    width: clamp(400px, 25vw, 500px);
}

#highlight_custom_carousel_two_blocks .children-wrap .slick-track {
    padding: 40px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;;
    flex-wrap: nowrap;
}

#highlight_custom_carousel_two_blocks .children-wrap .single-child-wrap .single-child .mini-gallery-wrapper .single-image {
    aspect-ratio: 16 / 9;
}

#highlight_custom_carousel_two_blocks .children-wrap .single-child-wrap .single-child .custom_title-section {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 28px;
}

#highlight_custom_carousel_two_blocks .children-wrap .single-child-wrap .single-child .description {
    padding: 0 20px;
}

#highlight_custom_carousel_two_blocks .children-wrap .single-child-wrap .single-child .buttons {
    padding: 20px 20px;
}

#posts-list .description h4, #posts-list .description h5, #posts-list .description h6 {
    margin-bottom: 10px;
    display: block;
}

#posts-list .description h4 {
    font-size: 1.3em;
}

#posts-list .description h5 {
    font-size: 1.2em;
}


#posts-list .description h6 {
    font-size: 1.1em;
}


@media (min-width: 992px){
    body.page-template-template-families #children-list .single-child-wrap:nth-child(odd) {
        padding: unset;
    }
    body.page-template-template-families #children-list .single-child-wrap{
        width: calc(33.33% - 1em);
        /*margin-bottom: 3em*/
        margin: 0 0.5em 2em;
        box-shadow: 0 0 30px rgba(0, 0, 0, .15);
        padding: 0;
    }
    body.page-template-template-families #children-list .single-child{
        box-shadow: unset;
    }
    body.page-template-template-families #children-list .single-child-wrap .mini-gallery-wrapper {
        height: 18em;
    }
}

@media (max-width:992px){

    body.page-template-template-families #children-list .single-child-wrap:nth-child(even), body.page-template-template-families #children-list .single-child-wrap:nth-child(odd) {
        padding: 0;
    }
    body.page-template-template-families #children-list .single-child-wrap{
        margin-bottom: 2em
    }
}

#filterable_posts_blocks .children-wrap {
    padding-bottom: 100px;
}

#posts-list .children-wrap {
    display: flex;
    align-items: stretch;
    padding-bottom: 100px;
}

#posts-list .children-wrap .single-child-wrap .single-child {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#posts-list .children-wrap .single-child-wrap .single-child .mini-gallery-wrapper {
    height: 300px;
}

#posts-list .children-wrap .single-child-wrap .single-child .single-child-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*max-height: 355px;*/
    height: 100%;
    padding: 20px 20px 40px;
    gap: 1rem;
}

#posts-list .children-wrap .single-child-wrap .single-child .single-child-content .title-section {
    text-align: left;
    font-size: 1.5rem;
    padding: 0;
    font-family: franklin-gothic-urw,serif;
    margin: 0;
    text-decoration: none;
}

#posts-list .children-wrap .single-child-wrap .single-child .single-child-content .title-section:after {
    display: none;
}

#posts-list .children-wrap .single-child-wrap .single-child .single-child-content .description {
    text-align: left;
    line-height: 120%;
    margin: 0;
}

#posts-list .children-wrap .single-child-wrap .single-child .single-child-content .buttons.centered {
    margin-top: auto;
}

#posts-list .children-wrap .single-child-wrap .single-child .single-child-content .buttons.centered .button {
    letter-spacing: .16em;
}

   /* .single-child-wrap .single-child {
        display: flex;
        flex-direction: column;
        height: 100%;

        .single-child-content {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            align-items: flex-start;

            .description p {
                text-wrap: balance;
            }

            .buttons.centered {
                margin-top: auto;
                .button {
                    letter-spacing: .16em;
                }
            }
        }
    }
}
*/

#header_wrapper .buttons {
    width: auto;
}
#header_wrapper .buttons #book_now {
    display: block;
    position: relative;
    top: unset;
    left: unset;
}