/* =========================================================
 * JCEM: Form response display fixes (Slick no-op compensation)
 *
 * Without Slick managing .form-content as a carousel, ensure
 * the response block displays correctly and script tags remain
 * invisible (defense against any CSS reset that might surface them).
 * ======================================================= */

/* Ensure script tags inside form-content never become visible */
.form-content > script {
  display: none !important;
}

/* Response block: smooth transition when shown by MutationObserver */
#enquiry-response {
  transition: opacity 0.3s ease;
}

/* On mobile, ensure the response has adequate padding and visibility */
@media (max-width: 991px) {
  .form-section #enquiry-response,
  .contact-section #enquiry-response {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .form-section .response-content,
  .contact-section .response-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* ========================================================= */

.casestudy-gallery .new-gallery-item .inside>a .enlarge .icon {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.single-eventservices .imagery-section .casestudy-gallery .new-gallery-item .inside>a:hover>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-eventservices .imagery-section .casestudy-gallery .new-gallery-item .inside>a:hover .enlarge {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

.single-eventservices .imagery-section .casestudy-gallery .new-gallery-item .inside>a:hover .post-border {
    margin: 30px;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

.single-eventservices .imagery-section .casestudy-gallery .new-gallery-item .inside>a:hover .overlay {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

.single-eventservices .imagery-section .casestudy-gallery .new-gallery-item:nth-of-type(1n+12) {
    display: none;
}

@media (min-width: 768px) {
    .single-eventservices .imagery-section .casestudy-gallery .new-gallery-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .single-eventservices .imagery-section .casestudy-gallery .new-gallery-item .inside {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .single-eventservices .imagery-section .casestudy-gallery .new-gallery-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .single-eventservices .imagery-section .casestudy-gallery .new-gallery-item:first-of-type,
    .single-eventservices .imagery-section .casestudy-gallery .new-gallery-item:nth-of-type(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.single-eventservices .imagery-section[data-rows="3"] .casestudy-gallery .new-gallery-item {
    display: block;
}

.single-eventservices .imagery-section[data-rows="3"] .casestudy-gallery .new-gallery-item:nth-of-type(1n+9) {
    display: none;
}

.single-eventservices .imagery-section[data-rows="4"] .casestudy-gallery .new-gallery-item {
    display: block;
}

.single-eventservices .imagery-section[data-rows="4"] .casestudy-gallery .new-gallery-item:nth-of-type(1n+12) {
    display: none;
}

.single-eventservices .imagery-section[data-rows="5"] .casestudy-gallery .new-gallery-item {
    display: block;
}

.single-eventservices .imagery-section[data-rows="5"] .casestudy-gallery .new-gallery-item:nth-of-type(1n+15) {
    display: none;
}

.single-eventservices .imagery-section[data-rows="6"] .casestudy-gallery .new-gallery-item {
    display: block;
}

.single-eventservices .imagery-section[data-rows="6"] .casestudy-gallery .new-gallery-item:nth-of-type(1n+18) {
    display: none;
}

.single-eventservices .imagery-section[data-rows="7"] .casestudy-gallery .new-gallery-item {
    display: block;
}

.single-eventservices .imagery-section[data-rows="7"] .casestudy-gallery .new-gallery-item:nth-of-type(1n+21) {
    display: none;
}

.single-eventservices .imagery-section[data-rows="8"] .casestudy-gallery .new-gallery-item {
    display: block;
}

.single-eventservices .imagery-section[data-rows="8"] .casestudy-gallery .new-gallery-item:nth-of-type(1n+24) {
    display: none;
}

.single-themed-events .imagery-section .casestudy-gallery .new-gallery-item .inside>a .enlarge {
    display: block;
    position: absolute;
    z-index: 5;
    pointer-events: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 20px;
    height: 20px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: opacity .3s ease-in-out;
}

.single-themed-events .imagery-section .casestudy-gallery .new-gallery-item .inside>a .enlarge .icon {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.single-themed-events .imagery-section .casestudy-gallery .new-gallery-item .inside>a:hover>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-themed-events .imagery-section .casestudy-gallery .new-gallery-item .inside>a:hover .enlarge {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

.single-themed-events .imagery-section .casestudy-gallery .new-gallery-item .inside>a:hover .post-border {
    margin: 30px;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

.single-themed-events .imagery-section .casestudy-gallery .new-gallery-item .inside>a:hover .overlay {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

@media (min-width: 768px) {
    .single-themed-events .imagery-section .casestudy-gallery .new-gallery-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .single-themed-events .imagery-section .casestudy-gallery .new-gallery-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        margin-bottom: 30px;
    }

    .single-themed-events .imagery-section .casestudy-gallery .new-gallery-item:first-of-type,
    .single-themed-events .imagery-section .casestudy-gallery .new-gallery-item:nth-of-type(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.single-themed-events .imagery-section .casestudy-gallery .new-gallery-item:nth-of-type(1n+12) {
    display: none;
}

.single-themed-events .imagery-section[data-rows="3"] .casestudy-gallery .new-gallery-item {
    display: block;
}

.single-themed-events .imagery-section[data-rows="3"] .casestudy-gallery .new-gallery-item:nth-of-type(1n+9) {
    display: none;
}

.single-themed-events .imagery-section[data-rows="4"] .casestudy-gallery .new-gallery-item {
    display: block;
}

.single-themed-events .imagery-section[data-rows="4"] .casestudy-gallery .new-gallery-item:nth-of-type(1n+12) {
    display: none;
}

.single-themed-events .imagery-section[data-rows="5"] .casestudy-gallery .new-gallery-item {
    display: block;
}

.single-themed-events .imagery-section[data-rows="5"] .casestudy-gallery .new-gallery-item:nth-of-type(1n+15) {
    display: none;
}

.single-themed-events .imagery-section[data-rows="6"] .casestudy-gallery .new-gallery-item {
    display: block;
}

.single-themed-events .imagery-section[data-rows="6"] .casestudy-gallery .new-gallery-item:nth-of-type(1n+18) {
    display: none;
}

.single-themed-events .imagery-section[data-rows="7"] .casestudy-gallery .new-gallery-item {
    display: block;
}

.single-themed-events .imagery-section[data-rows="7"] .casestudy-gallery .new-gallery-item:nth-of-type(1n+21) {
    display: none;
}

.single-themed-events .imagery-section[data-rows="8"] .casestudy-gallery .new-gallery-item {
    display: block;
}

.single-themed-events .imagery-section[data-rows="8"] .casestudy-gallery .new-gallery-item:nth-of-type(1n+24) {
    display: none;
}

.casestudy-gallery .new-gallery-item .inside {
    display: block;
    overflow: hidden;
    position: relative;
    background: #00313c;
    margin-bottom: 15px;
    padding-top: 56.25%;
}

.single-casestudies .imagery-section .casestudy-gallery .new-gallery-item .inside>a,
.single-casestudies .imagery-section .casestudy-gallery .new-gallery-item .inside>a>img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.single-casestudies .imagery-section .casestudy-gallery .new-gallery-item .inside>a>img {
    -o-object-fit: cover;
    object-fit: cover;
    transition: opacity .3s ease-in-out, -webkit-transform 3s ease-in-out;
    transition: transform 3s ease-in-out, opacity .3s ease-in-out;
    transition: transform 3s ease-in-out, opacity .3s ease-in-out, -webkit-transform 3s ease-in-out;
}

.single-casestudies .imagery-section .casestudy-gallery .new-gallery-item .inside>a .overlay {
    display: block;
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: opacity .3s ease-in-out;
    background: #0fabac;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single-casestudies .imagery-section .casestudy-gallery .new-gallery-item .inside>a .post-border {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: opacity .3s ease-in-out, margin .3s ease-in-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 6;
}

.single-casestudies .imagery-section .casestudy-gallery .new-gallery-item .inside>a .enlarge {
    display: block;
    position: absolute;
    z-index: 5;
    pointer-events: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 20px;
    height: 20px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: opacity .3s ease-in-out;
}

.single-casestudies .imagery-section .casestudy-gallery .new-gallery-item .inside>a .enlarge .icon {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.single-casestudies .imagery-section .casestudy-gallery .new-gallery-item .inside>a:hover>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-casestudies .imagery-section .casestudy-gallery .new-gallery-item .inside>a:hover .enlarge,
.single-casestudies .imagery-section .casestudy-gallery .new-gallery-item .inside>a:hover .post-border {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

.single-casestudies .imagery-section .casestudy-gallery .new-gallery-item .inside>a:hover .post-border {
    margin: 30px;
}

.single-casestudies .imagery-section .casestudy-gallery .new-gallery-item .inside>a:hover .overlay {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

@media (min-width: 768px) {
    .single-casestudies .imagery-section .casestudy-gallery .new-gallery-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .single-casestudies .imagery-section .casestudy-gallery .new-gallery-item .inside {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .single-casestudies .imagery-section .casestudy-gallery .new-gallery-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .single-casestudies .imagery-section .casestudy-gallery .new-gallery-item:first-of-type,
    .single-casestudies .imagery-section .casestudy-gallery .new-gallery-item:nth-of-type(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.single-casestudies .imagery-section .casestudy-gallery .new-gallery-item:nth-of-type(1n+12) {
    display: none;
}

.single-casestudies .imagery-section[data-rows="3"] .casestudy-gallery .new-gallery-item {
    display: block;
}

.single-casestudies .imagery-section[data-rows="3"] .casestudy-gallery .new-gallery-item:nth-of-type(1n+9) {
    display: none;
}

.single-casestudies .imagery-section[data-rows="4"] .casestudy-gallery .new-gallery-item {
    display: block;
}

.single-casestudies .imagery-section[data-rows="4"] .casestudy-gallery .new-gallery-item:nth-of-type(1n+12) {
    display: none;
}

.single-casestudies .imagery-section[data-rows="5"] .casestudy-gallery .new-gallery-item {
    display: block;
}

.single-casestudies .imagery-section[data-rows="5"] .casestudy-gallery .new-gallery-item:nth-of-type(1n+15) {
    display: none;
}

.single-casestudies .imagery-section[data-rows="6"] .casestudy-gallery .new-gallery-item {
    display: block;
}

.single-casestudies .imagery-section[data-rows="6"] .casestudy-gallery .new-gallery-item:nth-of-type(1n+18) {
    display: none;
}

.single-casestudies .imagery-section[data-rows="7"] .casestudy-gallery .new-gallery-item {
    display: block;
}

.single-casestudies .imagery-section[data-rows="7"] .casestudy-gallery .new-gallery-item:nth-of-type(1n+21) {
    display: none;
}

.single-casestudies .imagery-section[data-rows="8"] .casestudy-gallery .new-gallery-item {
    display: block;
}

.single-casestudies .imagery-section[data-rows="8"] .casestudy-gallery .new-gallery-item:nth-of-type(1n+24) {
    display: none;
}

.single-landingpages .imagery-section .casestudy-gallery .new-gallery-item .inside>a .enlarge {
    display: block;
    position: absolute;
    z-index: 5;
    pointer-events: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 20px;
    height: 20px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: opacity .3s ease-in-out;
}

.single-landingpages .imagery-section .casestudy-gallery .new-gallery-item .inside>a .enlarge .icon {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.single-landingpages .imagery-section .casestudy-gallery .new-gallery-item .inside>a:hover>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-landingpages .imagery-section .casestudy-gallery .new-gallery-item .inside>a:hover .enlarge,
.single-landingpages .imagery-section .casestudy-gallery .new-gallery-item .inside>a:hover .post-border {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

.single-landingpages .imagery-section .casestudy-gallery .new-gallery-item .inside>a:hover .post-border {
    margin: 30px;
}

.single-landingpages .imagery-section .casestudy-gallery .new-gallery-item .inside>a:hover .overlay {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

@media (min-width: 768px) {
    .single-landingpages .imagery-section .casestudy-gallery .new-gallery-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .single-landingpages .imagery-section .casestudy-gallery .new-gallery-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .single-landingpages .imagery-section .casestudy-gallery .new-gallery-item .inside {
        margin-bottom: 30px;
    }

    .single-landingpages .imagery-section .casestudy-gallery .new-gallery-item:first-of-type,
    .single-landingpages .imagery-section .casestudy-gallery .new-gallery-item:nth-of-type(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.single-landingpages .imagery-section .casestudy-gallery .new-gallery-item:nth-of-type(1n+12) {
    display: none;
}

.bottom-content .bottom-row.gallery_section .content-row .new-gallery-item .inside>a .enlarge {
    display: block;
    position: absolute;
    z-index: 5;
    pointer-events: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 20px;
    height: 20px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: opacity .3s ease-in-out;
}

.bottom-content .bottom-row.gallery_section .content-row .new-gallery-item .inside>a .enlarge .icon {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bottom-content .bottom-row.gallery_section .content-row .new-gallery-item .inside>a:hover>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.bottom-content .bottom-row.gallery_section .content-row .new-gallery-item .inside>a:hover .enlarge,
.bottom-content .bottom-row.gallery_section .content-row .new-gallery-item .inside>a:hover .new-gallery-item,
.bottom-content .bottom-row.gallery_section .content-row .new-gallery-item .inside>a:hover .post-border {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

.bottom-content .bottom-row.gallery_section .content-row .new-gallery-item .inside>a:hover .post-border {
    margin: 30px;
}

.bottom-content .bottom-row.gallery_section .content-row .new-gallery-item .inside>a:hover .overlay {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

.bottom-content .bottom-row.gallery_section .content-row .new-gallery-item .inside {
    display: block;
    overflow: hidden;
    position: relative;
    background-color: #00313c;
    margin-bottom: 15px;
    padding-top: 56.25%;
}

.bottom-content .bottom-row.gallery_section .content-row .new-gallery-item .inside>a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.bottom-content .bottom-row.gallery_section .content-row .new-gallery-item .inside>a>img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: opacity .3s ease-in-out, -webkit-transform 3s ease-in-out;
    transition: transform 3s ease-in-out, opacity .3s ease-in-out;
    transition: transform 3s ease-in-out, opacity .3s ease-in-out, -webkit-transform 3s ease-in-out;
}

.bottom-content .bottom-row.gallery_section .content-row .new-gallery-item .inside>a .overlay {
    display: block;
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: opacity .3s ease-in-out;
    background: #0fabac;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bottom-content .bottom-row.gallery_section .content-row .new-gallery-item .inside>a .post-border {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: opacity .3s ease-in-out, margin .3s ease-in-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 7;
}

.bottom-content .bottom-row.gallery_section .content-row .new-gallery-item:nth-of-type(1n+12) {
    display: none;
}

@media (min-width: 768px) {
    .bottom-content .bottom-row.gallery_section .content-row .new-gallery-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .bottom-content .bottom-row.gallery_section .content-row .new-gallery-item .inside {
        margin-bottom: 30px;
        margin-right: 2%;
    }
}

@media (min-width: 992px) {
    .bottom-content .bottom-row.gallery_section .content-row .new-gallery-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .bottom-content .bottom-row.gallery_section .content-row .new-gallery-item:first-of-type,
    .bottom-content .bottom-row.gallery_section .content-row .new-gallery-item:nth-of-type(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.bottom-content .bottom-row.gallery_section[data-rows="3"] .content-row .new-gallery-item {
    display: block;
}

.bottom-content .bottom-row.gallery_section[data-rows="3"] .content-row .new-gallery-item:nth-of-type(1n+9) {
    display: none;
}

.bottom-content .bottom-row.gallery_section[data-rows="4"] .content-row .new-gallery-item {
    display: block;
}

.bottom-content .bottom-row.gallery_section[data-rows="4"] .content-row .new-gallery-item:nth-of-type(1n+12) {
    display: none;
}

.bottom-content .bottom-row.gallery_section[data-rows="5"] .content-row .new-gallery-item {
    display: block;
}

.bottom-content .bottom-row.gallery_section[data-rows="5"] .content-row .new-gallery-item:nth-of-type(1n+15) {
    display: none;
}

.bottom-content .bottom-row.gallery_section[data-rows="6"] .content-row .new-gallery-item {
    display: block;
}

.bottom-content .bottom-row.gallery_section[data-rows="6"] .content-row .new-gallery-item:nth-of-type(1n+18) {
    display: none;
}

.bottom-content .bottom-row.gallery_section[data-rows="7"] .content-row .new-gallery-item {
    display: block;
}

.bottom-content .bottom-row.gallery_section[data-rows="7"] .content-row .new-gallery-item:nth-of-type(1n+21) {
    display: none;
}

.bottom-content .bottom-row.gallery_section[data-rows="8"] .content-row .new-gallery-item {
    display: block;
}

.bottom-content .bottom-row.gallery_section[data-rows="8"] .content-row .new-gallery-item:nth-of-type(1n+24) {
    display: none;
}

.single-entertainment .entertainment-section .entertainment-imagery .entertainment-gallery .new-gallery-item .inside {
    display: block;
    overflow: hidden;
    position: relative;
    background: #00313c;
    margin-bottom: 15px;
    padding-top: 56.25%;
}

@media (min-width: 768px) {
    .single-entertainment .entertainment-section .entertainment-imagery .entertainment-gallery .new-gallery-item .inside {
        margin-bottom: 30px;
    }
}

.single-entertainment .entertainment-section .entertainment-imagery .entertainment-gallery .new-gallery-item .inside>a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.single-entertainment .entertainment-section .entertainment-imagery .entertainment-gallery .new-gallery-item .inside>a>img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: opacity .3s ease-in-out, -webkit-transform 3s ease-in-out;
    transition: transform 3s ease-in-out, opacity .3s ease-in-out;
    transition: transform 3s ease-in-out, opacity .3s ease-in-out, -webkit-transform 3s ease-in-out;
}

.single-entertainment .entertainment-section .entertainment-imagery .entertainment-gallery .new-gallery-item .inside>a .overlay {
    display: block;
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: opacity .3s ease-in-out;
    background: #0fabac;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single-entertainment .entertainment-section .entertainment-imagery .entertainment-gallery .new-gallery-item .inside>a .post-border {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: opacity .3s ease-in-out, margin .3s ease-in-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 6;
}

.single-entertainment .entertainment-section .entertainment-imagery .entertainment-gallery .new-gallery-item .inside>a .enlarge {
    display: block;
    position: absolute;
    z-index: 5;
    pointer-events: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 20px;
    height: 20px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: opacity .3s ease-in-out;
}

.single-entertainment .entertainment-section .entertainment-imagery .entertainment-gallery .new-gallery-item .inside>a .enlarge .icon {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.single-entertainment .entertainment-section .entertainment-imagery .entertainment-gallery .new-gallery-item .inside>a:hover>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-entertainment .entertainment-section .entertainment-imagery .entertainment-gallery .new-gallery-item .inside>a:hover .enlarge {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

.single-entertainment .entertainment-section .entertainment-imagery .entertainment-gallery .new-gallery-item .inside>a:hover .post-border {
    margin: 30px;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

.single-entertainment .entertainment-section .entertainment-imagery .entertainment-gallery .new-gallery-item .inside>a:hover .overlay {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

.single-decoration .decoration-section .decoration-imagery .decoration-gallery .new-gallery-item .inside>a .overlay {
    display: block;
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: opacity .3s ease-in-out;
    background: #0fabac;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single-decoration .decoration-section .decoration-imagery .decoration-gallery .new-gallery-item .inside>a .post-border {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: opacity .3s ease-in-out, margin .3s ease-in-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 6;
}

.single-decoration .decoration-section .decoration-imagery .decoration-gallery .new-gallery-item .inside>a .enlarge {
    display: block;
    position: absolute;
    z-index: 5;
    pointer-events: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 20px;
    height: 20px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: opacity .3s ease-in-out;
}

.single-decoration .decoration-section .decoration-imagery .decoration-gallery .new-gallery-item .inside>a .enlarge .icon {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.single-decoration .decoration-section .decoration-imagery .decoration-gallery .new-gallery-item .inside>a:hover>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-decoration .decoration-section .decoration-imagery .decoration-gallery .new-gallery-item .inside>a:hover .enlarge {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

.single-decoration .decoration-section .decoration-imagery .decoration-gallery .new-gallery-item .inside>a:hover .post-border {
    margin: 30px;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

.single-decoration .decoration-section .decoration-imagery .decoration-gallery .new-gallery-item .inside>a:hover .overlay {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

@media (min-width: 992px) {
    .single-decoration .decoration-section .decoration-imagery .decoration-gallery .new-gallery-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .single-decoration .decoration-section .decoration-imagery .decoration-gallery .new-gallery-item .inside {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .footer .footer-bottom .bottom-row .copyright-col {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .footer .footer-bottom .bottom-row .company-col {
        flex: 0 0 80%;
        max-width: 80%;
    }
    
    .footer .footer-bottom .bottom-row .company-col .address-details, .footer .footer-bottom .bottom-row .company-col .company-name {
        font-size: 0.85rem !important;
    }
}

@media only screen and (max-width: 667px) {
    .bottom-content .bottom-row.gallery_section .content-row .new-gallery-item .inside {
        position: relative !important;
        padding-top: 0 !important;
    }

    .bottom-content .bottom-row.gallery_section .content-row .new-gallery-item .inside > a > img {
        position: relative !important;
    }

    .bottom-content .bottom-row.gallery_section .content-row .new-gallery-item .inside > a {
        position: relative !important;
    }
}

.bottom-row {
    background: none !important;
}

@media (min-width: 768px) {
    .single-casestudies .intro-section .intro-row .casestudy-details .inside .video-showcase {
        padding-top: 25px !important;
        position: relative !important;
        width: 100%;
    }
}

#side-menu .menu-section {
    margin: 30px 0px 60px 0px !important;
    display: block;
}

.button-wishlist {
    display: none !important;
}

@media (min-width: 768px) {
    .single-decoration .decoration-section .decoration-details .action-buttons .actions-bottom .actions-left, .single-decoration .decoration-section .decoration-details .action-buttons .actions-bottom .actions-right {
        -webkit-box-flex: 0;
        -ms-flex: auto;
        flex: none !important;
        max-width: 100% !important;
    }
}

@media (min-width: 768px) {
    .single-entertainment .entertainment-section .entertainment-details .action-buttons .actions-bottom .actions-left, .single-entertainment .entertainment-section .entertainment-details .action-buttons .actions-bottom .actions-right {
        -webkit-box-flex: 0;
        -ms-flex: auto;
        flex: none !important;
        max-width: 100% !important;
    }
}

/* Side menu submenu fix hopefully */
/* Hide submenus by default on mobile. Adjust media query to taste. */
@media (max-width: 991px) {
  .menu-item-has-children .sub-menu {
    display: none;
  }

  /* If parent is "open" or toggled, show the submenu. */
  .menu-item-has-children.open > .sub-menu {
    display: block;
  }
}

.single-decoration .decoration-section .decoration-details .action-buttons .btn-enquiry,
.single-decoration .decoration-section .decoration-details .action-buttons .button-share,
.single-decoration .decoration-section .decoration-details .action-buttons .button-wishlist {
    margin-bottom: 15px;
    position: relative;
}

.single-decoration .decoration-section .decoration-details .action-buttons .btn-enquiry .icon,
.single-decoration .decoration-section .decoration-details .action-buttons .button-share .icon,
.single-decoration .decoration-section .decoration-details .action-buttons .button-wishlist .icon {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .single-entertainment .entertainment-section .entertainment-details .action-buttons .btn-enquiry,
    .single-entertainment .entertainment-section .entertainment-details .action-buttons .button-share,
    .single-entertainment .entertainment-section .entertainment-details .action-buttons .button-wishlist {
        margin-bottom: 15px;
        position: relative;
    }

    .single-entertainment .entertainment-section .entertainment-details .action-buttons .btn-enquiry .icon,
    .single-entertainment .entertainment-section .entertainment-details .action-buttons .button-share .icon,
    .single-entertainment .entertainment-section .entertainment-details .action-buttons .button-wishlist .icon {
        display: block;
        width: 25px;
        height: 25px;
        position: absolute;
        top: 50%;
        left: 10px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

body.virtual-event-solutions {
    @media (min-width: 76px) {
        .footer-links li {
            padding: 0px !important;
        }
        .footer-links li::before {
            display: none !important;
        }
    }
}

@media (min-width: 768px) {
    .single-entertainment .entertainment-section .entertainment-details .action-buttons .actions-bottom .actions-left, .single-entertainment .entertainment-section .entertainment-details .action-buttons .actions-bottom .actions-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 767px) {
  .single-post figure.wp-block-embed.is-type-video.is-provider-youtube.wp-block-embed-youtube.wp-embed-aspect-16-9.wp-has-aspect-ratio iframe {
    width: 100% !important;
  }
}

/* =============================================
   Pricing Box - Entertainment Single
   ============================================= */

.single-entertainment .pricing-box {
    border: 5px solid #00abad;
    border-radius: 14px;
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: 'Open Sans JCEM', 'Open Sans', sans-serif;
}

.single-entertainment .pricing-box__label {
    font-size: 1.05rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #00abad;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}

.single-entertainment .pricing-box__price {
    font-size: 3.4rem;
    font-weight: 900;
    color: #000;
    line-height: 1.1;
    margin-bottom: 10px;
}

.single-entertainment .pricing-box__note {
    font-size: 0.9rem;
    color: #555;
    font-weight: 400;
}

/* =============================================
   Delivery Comparison - Entertainment Single
   ============================================= */

.single-entertainment .delivery-comparison {
    padding: 30px 0 40px;
    background: #f9fafa;
}

.single-entertainment .delivery-comparison .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-entertainment .delivery-comparison__col {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-entertainment .delivery-comparison__inner {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-top: 3px solid #00abad;
    padding: 25px 20px;
    width: 100%;
}

.single-entertainment .delivery-comparison__title {
    margin-top: 0;
    margin-bottom: 10px;
    color: #00abad;
    text-transform: none;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0;
}

.single-entertainment .delivery-comparison__subtitle {
    margin-top: 0;
    margin-bottom: 15px;
    color: #000;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: none;
}

.single-entertainment .delivery-comparison__inner ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    overflow: visible;
}

.single-entertainment .delivery-comparison__inner ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}

.single-entertainment .delivery-comparison__inner ul li::before {
    content: "\203A";
    position: absolute;
    left: 2px;
    top: 0;
    color: #00abad;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.5;
}

.single-entertainment .delivery-comparison__inner ul li:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .single-entertainment .delivery-comparison {
        padding: 40px 0 50px;
    }

    .single-entertainment .delivery-comparison__col {
        margin-bottom: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .single-entertainment .delivery-comparison__inner {
        padding: 30px 25px;
    }
}

@media (min-width: 992px) {
    .single-entertainment .delivery-comparison__inner {
        padding: 35px 30px;
    }
}