﻿/* || General variables */

/* End General variables */

/* || General styles */
* {
    margin: 0;
    padding: 0
}
body {
    font-family: 'malvaregular', sans-serif;
    background: #fff;
    font-size: 12px;
    margin: 0;
    height: 100%;
    width: 100%;
}
ul, li {
    font-size: 11px;
    line-height: 21px;
    text-align: left;
}
p {
    line-height: 20px;
}
main * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    z-index:0;
}
main .content {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.WelcomeMain {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    padding: 0 0 25px 0;
    max-width: 1200px;
    margin: 0 auto;
}
main .mainContent {
    background: #fff1e8;
    color: #ff670e;
    padding: 30px 10px;
    width: 100%;
    padding: 40px 10px;
}
main .mainContent.home {
    color: #444;
    padding: 20px 0 25px 0;
}
    main .mainContent .pageInfo, .highlight-deposit-ctn {
        max-width: 1200px;
        margin: 0 auto;
    }

main .feedfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
}

main .mainContent .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin: 0 auto;
    max-width: 1200px;
}
    main .mainContent .container .hotelSection {
        display: inline-block;
        margin: 25px 0 0;
        max-width: 380px;
        width: 31%;
        position: relative;
        overflow: hidden;
        padding-bottom: 0;
        background: white;
        border-radius: 15px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    }
main .mainContent .hotelSection img.desktop {
    display: block;
    opacity: 1;
    width: 100%;
    border-radius: 15px 15px 0 0;
    max-width: 100%;
    margin: 0 auto;
}
.content-section-title {
    color: #00bcde;
    text-align: center;
    width: 100%;
    font-size: 22pt;
    font-weight: bolder;
    box-sizing: border-box;
    padding: 15px 10px;
}
.home-page-title-txt {
    color: #00bcde;
    font-weight: normal;
    text-align: center;
    margin: 20px 0;
    width: auto;
}
main .home-page-title-txt h1 {
    color: #00bcde;
    font-size: 30pt;
    font-weight: normal;
    line-height: 36pt;
    text-align: center;
    display: inline-block;
    text-decoration: underline;
}
main .home-page-title-txt h2 {
    color: #00bcde;
    font-size: 30pt;
    font-weight: normal;
    line-height: 36pt;
    text-decoration: underline;
}
    .content-section-title h1 {
        font-size: 24pt;
    }
    .content-section-title h2 {
        font-size: 24pt;
        text-align: center;
    }
.hotelSection .sbpcb-info-ctn {
    padding: 15px;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
}
main .mainContent .hotelSection .secTitle, main .mainContent .hotelSection .onsiteHotel {
    text-align: left;
    width: 100%;
    box-sizing: border-box;
}
    main .mainContent .hotelSection .secTitle a, main .mainContent .hotelSection .onsiteHotel a {
        font-size: 18pt;
        font-weight: bold;
        text-decoration: none;
        color: #00bcde;
    }
    main .mainContent .hotelSection .secTitle div.box-content {
        font-size: 12pt;
        margin: 10px 0;
    }
main .mainContent .hotelSection .sbcbb-price-ctm {
    width: 100%;
    height: 60px;
}
main .mainContent .hotelSection .sbcbb-price-box {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    color: #ff670e;
}
    main .mainContent .hotelSection .sbcbb-price-box span {
        font-size: 17pt;
    }
.sbpcb-info-ctn p {
    line-height: 20px;
    font-size: 15px;
    margin: 0;
    margin-bottom: 6px;
}
.mainContent.home .hotelSection .sbpcb-btn-ctn {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    display: inline-block;
    height: 50px;
}
.mainContent.home .hotelSection .infoButton {
    top: calc(100% - 65px);
    width: calc(100% - 30px);
    font-size: 15px;
    position: absolute;
    box-sizing: border-box;
    margin: 0 auto;
}
main .mainContent .hotelSection .infoButton a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 15px 0;
    text-align: center;
}
/* End general styles */

/* Enquiry Page*/
.ukBreaksEnquireBox {
    border-radius: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    color: #14b9db;
    font-size: 20px;
    line-height: 35px;
    margin: 30px auto 20px auto;
    padding: 10px 15px;
    cursor: pointer;
    text-align: center;
    background: #fff;
    max-width: 800px;
    box-sizing: border-box;
    width: 590px;
}
    .ukBreaksEnquireBox img {
        margin-left: 10px;
        width: 12px;
    }
#enquiryThankMessageCtn {
    padding: 10px;
    background: #fff;
    width: 90%;
    margin: 10px auto;
    border-radius: 8px;
    border-radius: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    margin: 25px auto;
    max-width: 440px;
    width: 89%;
}
.enquireExterior {
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
    text-shadow: none;
    width: 90%;
}
.ukBreaksEnquireFormBox {
    border-radius: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    background: #fff;
    padding: 20px 0;
}
.ukBreaksEnquireFormBox .title {
    cursor: pointer;
    color: #ff7a00;
    font-size: 22px;
    font-weight: bold;
}
.ukBreaksEnquireFormBox .subtitle {
    color: #999;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 15px 40px;
    font-size: 14px;
}
    .ukBreaksEnquireFormBox .title img {
        cursor: pointer;
        position: relative;
        left: 10px;
        transform: rotate(180deg);
        width: 12px;
        top: 8px;
    }
.ukBreaksEnquireFormBox .form-container {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 40px;
    background: #fff;
    border-radius: 12px;
    box-sizing: border-box;
}
    .ukBreaksEnquireFormBox .input-pair img {
        width: var(--icon-size);
        height: var(--icon-size);
        object-fit: contain;
        flex-shrink: 0;
    }
    .ukBreaksEnquireFormBox .wrapper {
        height: 44px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fafafa;
        border: 1px solid #bfbfbf;
        border-radius: 7px;
        margin: 5px 0 0 0;
        font-weight: 600;
        margin: auto !important;
        flex: 1;
        min-width: 0;
    }
        .ukBreaksEnquireFormBox .wrapper span {
            width: 100%;
            text-align: center;
            font-size: 25px;
            font-weight: 600px;
            cursor: pointer;
        }
            .ukBreaksEnquireFormBox .wrapper span.num {
                font-size: 14px;
                border-right: 2px solid rgba(0, 0, 0, .2);
                border-left: 2px solid rgba(0, 0, 0, .2);
                pointer-events: none;
            }
    .ukBreaksEnquireFormBox input, .ukBreaksEnquireFormBox select {
        flex: 1;
        min-width: 0;
        padding: var(--input-padding) !important;
        border: 1px solid #ccc !important;
        border-radius: var(--border-radius) !important;
        background: #fafafa;
        font-size: 13px;
        transition: 0.3s;
        margin: auto !important;
    }
    .ukBreaksEnquireFormBox .input-validation-error {
        border: 1px solid #c00 !important;
        outline-style: none;
    }
    .ukBreaksEnquireFormBox select {
        color: #6c757d;
    }
        .ukBreaksEnquireFormBox input:focus {
            border-color: #007bff;
            outline: none;
            background: #fff;
        }
        .ukBreaksEnquireFormBox input::placeholder {
            color: #6c757d;
            opacity: 1
        }
    .ukBreaksEnquireFormBox textarea {
        background: #fafafa;
        border: 1px solid #bfbfbf;
        border-radius: 7px;
        padding: 6px;
    }
    .ukBreaksEnquireFormBox .subscribe-label {
        text-align: left;
        color: #bbb;
        font-size: 16px;
    }
    .ukBreaksEnquireFormBox .newsletterSubscribe {
        min-width: auto;
        zoom: 1.5;
    }
    .ukBreaksEnquireFormBox .sendButton {
        color: #fff;
        border: none;
        cursor: pointer;
        background: #14b9db;
        border-radius: 20px !important;
        clear: both;
        font-size: 20px;
        line-height: 30px;
        margin: 20px auto 30px !important;
        padding: 8px !important;
        text-align: center;
        width: 50%;
    }
        .ukBreaksEnquireFormBox .sendButton:hover {
            background: #ff7a00;
        }
.form-grid {
    display: grid;
    gap: var(--gap);
    grid-template-columns: repeat(12, 1fr);
}
    .form-grid .input-pair {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100%;
        overflow: hidden;
        flex-wrap: wrap;
    }
.ukBreaksEnquireFormBox .recaptcha-err, .ukBreaksEnquireFormBox .far-enquiry-errors-ctn {
    color: #c00;
    font-size: 15px;
}
    .form-grid .input-pair span.text-danger {
        flex-basis: 100%;
        margin-top: 5px;
        text-align: left;
        color: #c00;
    }
            .form-grid .input-pair span.text-danger:empty {
                display: none;
            }
/* Mobile: all 12 col by default */
[class*="col-span-"] {
    grid-column: span 12;
}
/* END Enquiry Page*/

/* MAIN containers */
.home-page-info-txt {
    width: 100%;
    margin: 30px auto;
    font-size: 14pt;
}
.videoContainer {
    max-width: 700px;
    max-height: 400px;
    margin: 0px auto;
}

.videosContainer {
    margin: 0 auto;
    max-width: 700px;
    text-align: center;
}
    .videosContainer.atTickets, .videosContainer.sixFifty {
        max-width: 650px;
    }
    .videosContainer .videoContainer {
        border: 10px solid #fff;
        border-radius: 18px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
        margin: 10px auto 35px;
        max-width: 700px;
        max-height: 400px;
    }
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-responsive {
    border-radius: 12px;
    position: relative;
    padding-bottom: 52%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
main .feedfo .pluginFeefoDesk.reviews-page {
    margin: 35px auto 0;
    float: none;
    clear: both;
    width: 92% !important;
    max-width: 92% !important;
}
main .pluginFeefoDesk.reviews-page .feefo-box-hdr-txt.mobile {
    display: none;
}
main .pluginFeefoDesk.reviews-page .support-reply {
    background: #f3f8fe;
    border-radius: 8px;
    font-size: 10pt;
    line-height: 12pt;
    padding: 10px 15px 12px;
    border: 1px solid #d2d3d6;
}
.view-more-btn-container {
    text-align: right;
    width: 95%;
    margin-top: 20px;
}
.view-more-blue-btn {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    background: #ff670e;
    border-radius: 12px;
    padding: 14px 60px;
}
.feefo_insta-col1, .tp-wdget-col2 {
    width: 48.8%;
    float: left;
}
main .feedfo .pluginFeefoDesk {
    display: block;
    margin: 0;
    padding: 13px 5px 13px 18px;
    float: left;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    color: #000;
    max-width: 768px;
    text-align: left;
}
.feedfo.reviews-page {
    justify-content: center;
}
.pluginFeefoDesk-wrapper {
    scrollbar-width: thin;
    scrollbar-color: #bbb #ccc;
    overflow-y: scroll;
    padding-right: 13px;
    height: 700px;
}
main .pluginFeefoDesk .feefoLogo {
    float: right;
    width: 115px;
}
main .pluginFeefoDesk .feefoTitle {
    font-size: 20px;
    font-weight: bold;
    margin-left: 0;
    margin-top: 0;
}
main .pluginFeefoDesk .feefoRating img {
    margin: 8px 20px 0 0;
    display: inline-block;
    width: 120px;
}
main .pluginFeefoDesk .feefoRating span {
    color: #000;
    font-size: 18pt;
    font-weight: bold;
    margin-right: 15px;
}
.feefo-box-hdr-txt {
    color: #595959;
}
main .feefo-box-button {
    color: #006273;
    font-size: 12pt;
    font-weight: bold;
    line-height: 35px;
    text-decoration: none;
}
.feedfo .pluginFeefoDesk, .feedfo .feed {
    width: 100%;
}
.pluginFeefoDesk .feefoComment .title {
    font-size: 15px;
    font-weight: bold;
}
main .mainContent .feefoComment .commText {
    color: #595959;
    font-size: 10pt;
    line-height: 12px;
    margin: 10px 0;
}
main .mainContent .feefoComment .reviewer {
    color: #595959;
    font-size: 10pt;
}
.sb-hotel-review-full-ctn {
    margin-top: 50px;
}
main .pluginFeefoDesk hr {
    margin: 7px 0;
    opacity: .4;
}
.trustpilot-widget-wrapper {
    position: relative;
    width: 100%;
}
.pageInfo .trustpilot-widget, .feedfo .trustpilot-widget, pageInfo .costumerFeedback {
    display: flex;
    float: unset;
    width: 100%;
    height: unset;
    margin: unset;
    padding: 10px 15px 15px 20px;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
}
.trustpilot-widget-wrapper .trustpilot-widget iframe {
    height: 700px !important;
}
.orange-section-ctn {
    color: #fff;
    margin: 0;
    text-align: left;
    width: 100%;
    background: #ffb900;
}
    .orange-section-ctn .orangeCont {
        padding: 40px 10px;
    }
        .orange-section-ctn .orangeCont .boxesCont, .orange-section-ctn .orangeCont .boxesCont {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: 0 auto;
            width: 100%;
            max-width: 1200px;
        }
        .orange-section-ctn .orangeCont .osb3-item-box-1, .orange-section-ctn .orangeCont .osb3-item-box-2, .orange-section-ctn .orangeCont .osb3-item-box-3 {
            font-size: 26px;
            max-width: 370px;
            width: 32%;
            margin: 0;
            font-weight: bold;
            text-align: left;
            border: 5px solid #fff;
            border-radius: 15px;
        }
        .orange-section-ctn .orangeCont a {
            text-decoration: none;
            display: inline-block;
            width: 100%;
            height: auto;
        }
    .orange-section-ctn img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
        height: auto;
        border-radius: 9px 9px 0 0;
    }
    .orange-section-ctn .orangeCont .textStar {
        padding: 4% 4%;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHEAAABxBAMAAAAQUFHjAAAAJ1BMVEUAAAD///////////////////////////////////////////////+uPUo5AAAADXRSTlMAMxUtCwcQAykdGSUhW+ifgAAAAmBJREFUWMOdmMFrE0EYxce66Rj04OvGkiY5JHgSvSy4eF0FPVQPsUJB8ZDcak/BQ/GYBSHXBI9eIr0I9pBgodeGXPpnddtp2STTfDP7fvcfPGbezH6zah0H4VhRbAINzrwPYEiZrwHUKLOFjCZjjpCxzZhTXJEQZoQrXhYXNa4J24XNAIa4sLkBQ7VX1HyEG86Kmg+MR1TwnvGICn40GlHBrtGICv7JTbuC+q1gzpDTWdnqZyl+SuXLqagF9v8hI+w5yrdaQb07h2EslS8nzmPecu4o32IF938DcO9yGUsM9KGJaa2axUMsUU2xTF24+WSeCOWTaQrlE6lL5ROJhfKxYVXKhtV02AAiHenmExCvpjIkXgnmDzbsl4gM+xlk2K8gV/YDZHbWie8BLuwBXCSCSITVTwEqrD6Gm2SNSIUtjeDBYI3IhA1m8KFmi1N40beG2Uykwm6mEBAuvQ1BFL8K3yN4U12K6ina3+ouilCxrnMmLgAyLsDGncGblUnoE4oxzA/JjI6rvkVEXEPpOTyxx6+jOTyxp9bdlIlrIr+IiLiG4BcT17A3hYjw5NJeOzRRdxH8hZMtdTd7cyauYUTENbSccWkTbdrs02aNNpHQZp82a7SJhDYHXua7k8hzLmpZ57F0+N8rbsv6IFhvQWDiNhuLz+Scx4Jpr4V+c+EwhcN4dBL5pq2oFbLVElZIeoOZ1TpVgikP305zwprVHmvGijU7rLmlWHPImnXFmjFtJqy5rVhzzJoNxZoD1gzbrFlRrNlkzR3FmhPWDHuM2c0rS/y87VBm2RxphuPQY0suAQgzBjOpC3PfAAAAAElFTkSuQmCC');
        background-repeat: no-repeat;
        background-position: center left;
    }
    .orange-section-ctn .orangeCont a .text {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAhBAMAAADE0v0eAAAAGFBMVEUAAAD///////////////////////////8jfp1fAAAAB3RSTlMAaWidatmmtviHQgAAAFZJREFUGNNjYGAwYoAD5nIFONu8vAghXA6XMAeyYRLi5QgJxnLqSpQgSzgQkGADsQMgbHWEOBNYPWFhAYTphVDDyRBGhE8hUrgJIMKzEBHOQGE4MIQxANezPYUXN4UeAAAAAElFTkSuQmCC');
        background-repeat: no-repeat;
        background-position: center right;
        min-height: 60px;
        width: 100%;
        padding: 0px 8% 0 0;
        line-height: 28px;
        font-size: 28px;
        color: #fff;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        align-items: center;
        vertical-align: -webkit-baseline-middle;
    }
    .orange-section-ctn .orangeCont .osb3-item-box-1 {
        background: #00bcdd;
    }
    .orange-section-ctn .orangeCont .osb3-item-box-2 {
        background: #f70;
    }
    .orange-section-ctn .orangeCont .osb3-item-box-3 {
        background: #00c33c;
    }
footer {
    position: relative;
    /*top: calc(var(--headerAndNav-height) * 1px);*/
    background: #14b9db;
    margin: 0;
    text-align: left;
    color: #fff;
}
    footer .awardsCont {
        background: #fff;
        padding: 50px 20px;
    }
        footer .awardsCont .awardsLogos {
            max-width: 1200px;
            width: 100%;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            align-items: flex-end;
            flex-direction: row;
            align-content: center;
            gap: 35px;
            justify-content: space-evenly;
        }
        footer .awardsCont .award {
            margin: 0 auto;
            width: 14%;
            text-align: center;
        }
.lazy-home-promo img {
    margin: -3px auto;
    display: block;
    width: auto;
    max-width: 100%;
}
footer * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
footer .container {
    max-width: 1200px;
    margin: 0 auto;
    width: 98%;
    background: #14b9db;
    padding: 30px 0;
}
footer img.footerLogo {
    margin-bottom: 35px;
    max-width: 70%;
}
footer .social {
    float: right;
    display: inline-flex;
    max-width: 250px;
    width: 75%;
}
    footer .social a {
        display: block;
        margin: 0 auto;
    }
    footer .social img {
        max-width: 28px;
        width: auto;
        height: auto;
    }
footer .links {
    clear: both;
    display: flex;
}
    footer .links .title {
        font-size: 11pt;
        margin-bottom: 10px;
    }
    footer .links a {
        color: #c9f5fe;
        display: block;
        font-size: 10pt;
        line-height: 18pt;
        text-decoration: none;
    }
#salesforce_newsletter_container {
    color: #323232;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 17px 10px 17px;
    font: 16px helvetica neue, Arial, sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    max-width: 456px;
}
footer .lineD {
    border: .5px solid #fff;
    display: block;
    margin: 10px 0 30px;
}
footer .last {
    clear: both;
    display: flex;
    flex-wrap: wrap;
}
footer .copyr {
    clear: both;
    color: #c9f5fe;
    margin: 0 10.5% 40px 0;
}
    footer .copyr p {
        font-size: 10pt;
        line-height: 14pt;
        max-width: 190px;
    }
footer .contact {
    margin-right: 7.5%;
    font-size: x-large;
    text-align: center;
}
    footer .contact .contact-title {
        color: #fff !important;
        font-size: 1.75rem !important;
        font-weight: 600 !important;
        display: block !important;
    }
footer .info {
    margin-top: 12pt;
}
footer .contact p {
    font-size: 11pt;
    line-height: 15pt;
}
    footer .contact p a {
        color: #fff;
    }
footer .payCards img {
    width: 80px;
    height: auto;
}
footer .wtuk {
    margin-top: 0;
    font-size: 9pt;
    color: #c9f5fe;
    display: block;
}
footer .confidence img {
    display: inline-block;
    max-width: 100%;
    width: 134px;
    height: auto;
    margin-top: 25px;
}
footer .links .group {
    margin-left: 4%;
}
.news-letter-title {
    font: 20px helvetica neue, Arial, sans-serif;
    color: #14b9db;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    margin: 0 0 8px;
}
.news-letter-text {
    color: #323232;
    font: 12px helvetica neue, Arial, sans-serif;
    margin-bottom: 5px;
}
.form-text-box-name {
    color: #323232;
    font: 12px helvetica neue, Arial, sans-serif;
    width: 16%;
    display: inline-block;
    margin-bottom: 12px;
    line-height: 1;
    font-weight: 700;
    text-align: left;
}
.footer-Tbox-news-datebox {
    display: inline-block;
    width: 82% !important;
}
.news-letter-gdpr-text {
    color: #323232;
    font: 9px helvetica neue, Arial, sans-serif;
    margin-bottom: 5px;
    margin-top: 3px;
}
.error-message {
    font-size: 12px;
    color: red;
}
input.signup-footer-btn-nws {
    width: 100%;
    height: 40px;
    background-color: #ffc043;
    border: 1px solid #ffc043;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
}
.recaptcha-err-footer {
    margin-top: -2px;
    font-size: 12px;
    color: #c00;
}
.orange {
    color: #fff;
    background: #ff671f;
    border-radius: 10px;
}
    .orange:hover {
        color: #fff;
        background: #ff671f;
        box-shadow: 3px 3px 3px -1px rgb(0 0 0 / 30%), 3px 3px 3px 2px rgb(0 0 0 / 10%);
        border: 1px solid #ff671f;
    }
.form-text-box {
    position: relative;
}
.form-text-box:before {
    content: "∗";
    position: absolute;
    top: 5px;
    left: -12px;
    color: #f5463b;
    font-weight: 700;
}
.f-news-letter-class {
    color: #323232;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 17px 10px 17px;
    font: 16px helvetica neue, Arial, sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    max-width: 456px;
}
.g-recaptcha, .recaptcha-widget-footer {
    width: min-content;
    display: flex;
    transform: scale(.77);
    transform-origin: 0 0;
    padding-left: 36%;
    margin-top: 20px;
}
.page-breadcrumb-ctn {
}
nav.website-breadcrumb {
    display: block;
    overflow: hidden;
    padding: 4px 0px;
    margin: 15px 0px;
}
.website-breadcrumb .breadcrumb-item {
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}
    .website-breadcrumb .breadcrumb-item a {
        text-decoration: none;
        display: block;
        width: 100%;
        font-size: 12px;
        height: 24px;
        padding: 1px 11px;
    }
.website-breadcrumb .breadcrumb-item-ancestor a {
    color: #637381;
    padding: 0px 11px;
}
.website-breadcrumb .breadcrumb-item-ancestor {
    background-color: transparent;
    border: 2px solid #C4CDD5 !important;
    border-radius: 10px !important;
    max-height: 24px !important;
}
.website-breadcrumb .breadcrumb-home-icon {
    height: 16px;
    width: 15px;
    display: block;
    margin-top: 1px;
}
.website-breadcrumb .breadcrumb-arrows-separator {
    float: left;
    margin-top: 8px;
    height: 10px;
    opacity: .8;
}
.website-breadcrumb .breadcrumb-item-current {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #FF671F;
    border-radius: 10px;
}
.website-breadcrumb .breadcrumb-item-current a {
    color: #637381;
    cursor: text;
}


/* DESKTOP */
@media (min-width: 1024px){
    .col-span-12 {
        grid-column: span 12;
    }
    .col-span-6 {
        grid-column: span 6;
    }
    .col-span-4 {
        grid-column: span 4;
    }
    .col-span-3 {
        grid-column: span 3;
    }
    .col-span-2 {
        grid-column: span 2;
    }
    .col-span-1 {
        grid-column: span 1;
    }
    footer .lineM {
        display: none;
    }
    .ukBreaksEnquireFormBox textarea {
        width: 435px;
        height: 90px;
    }
}
/* END DESKTOP */
/* TABLET */
@media (min-width: 769px) and (max-width: 1023px) {
    .col-span-12 {
        grid-column: span 12;
    }
    .col-span-6 {
        grid-column: span 12;
    }
    /* 6 -> full width */
    .col-span-4 {
        grid-column: span 6;
    }
    /* 4 -> 2 on line */
    .col-span-3 {
        grid-column: span 6;
    }
    /* 3 -> 2 on line */
    .col-span-2 {
        grid-column: span 4;
    }
    /* 2 -> 3 on a line */
}
/* END TABLET */
/* MOBILE */
@media (max-width: 768px) {
    footer {
        background-color: #fff;
        text-align: center;
    }
        footer .awardsCont .award {
            width: 160px;
        }
        footer .awardsCont .awardsLogos {
            gap: 15px;
        }

        footer .awardsCont {
            padding: 7% 2% 10% 2%;
        }

        footer .container {
            width: 100%;
        }

        footer img.footerLogo {
            margin-bottom: 20px;
        }

        footer .social {
            display: inline-flex;
            width: 75%;
            float: none;
        }

        footer .links {
            flex-direction: column;
        }

            footer .links .group:not(.sb-footer-notice-tab), footer .links .groupLeft {
                margin: 22pt 0 0;
            }

            footer .links .title {
                font-size: 1.75rem;
                margin-bottom: .8rem;
                font-weight: 500;
                line-height: 1.2;
            }

            footer .links a {
                font-size: 11pt;
                line-height: 15pt;
                margin-bottom: 1rem;
                color: #fff;
            }

    .group.sb-footer-notice-tab {
        padding: 15px 0 0 0;
        margin: auto;
        width: 90%;
    }
    .orange-section-ctn .orangeCont .boxesCont {
        justify-content: center;
        width: 95%;
    }
    .orange-section-ctn .orangeCont .osb3-item-box-1, .orange-section-ctn .orangeCont .osb3-item-box-2, .orange-section-ctn .orangeCont .osb3-item-box-3 {
        border: 5px solid #fff;
        border-radius: 15px;
        font-size: 20pt;
        font-weight: bold;
        text-align: left;
        width: 100%;
    }
    .orange-section-ctn .orangeCont .osb3-item-box-1, .orange-section-ctn .orangeCont .osb3-item-box-2 {
        margin-bottom: 20px;
    }
    footer .lineD {
        display: none;
    }

    footer .last {
        flex-direction: column;
    }

    footer .lineM {
        border: .5px solid #fff;
        display: block;
        margin: 0 8%;
    }

    footer .copyr {
        margin: 22pt 0;
    }
    footer .contact {
        margin: 22pt 0 0;
    }

        footer .contact p {
            margin-bottom: 1rem;
        }

            footer .contact p span {
                color: #c9f5fe;
            }

    footer .confidence img {
        margin-top: 25px;
        max-width: 40%;
        width: 150px;
        height: auto;
    }

    footer .wtuk {
        font-size: 1rem;
        color: #fff;
        line-height: 1.5;
    }
    .orange-section-ctn .orangeCont .textStar .text {
        font-size: 20px;
        min-height: 30px;
    }
    body:not(.is-tablet) .feedfo .pluginFeefoDesk.home {
        clear: both;
        width: 100% !important;
    }
    body:not(.is-tablet) main .feedfo {
        width: 95%;
    }
    .feefo_insta-col1, .tp-wdget-col2{
        width: 100%;
        float: none;
    }
    body:not(.is-tablet) .feefo-rev-ctn {
        display: none;
    }
    .pluginFeefoDesk-wrapper{
        height: auto;
    }
    body:not(.is-tablet) main .pluginFeefoDesk .feefoTitle {
        font-size: 3.5vw;
        padding-top: 6px;
    }
    body:not(.is-tablet) main .pluginFeefoDesk.home .feefo-box-button {
        background: #ffd100;
        border-radius: 20px;
        line-height: 40px;
        margin: 15px auto 5px;
        text-align: center;
        width: 90%;
        color: #222;
        font-weight: bold;
        text-decoration: none;
        display: block;
        font-size: 4vw;
    }
    body:not(.is-tablet) .feefo-box-hdr-txt {
        display: none;
    }
    body:not(.is-tablet) main .pluginFeefoDesk.home .feefoRating span {
        font-size: 5vw;
    }
    main .pluginFeefoDesk .feefoRating img {
        margin: 10px 20px 0 0;
    }
    .trustpilot-widget-wrapper {
        margin: 35px 0 35px 0;
    }
    .trustpilot-widget iframe {
        height: 420px !important;
    }
    footer .copyr p{
        margin: 0 auto;
    }
    main .mainContent .container .hotelSection {
        background: white;
        border-radius: 15px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
        margin: 0 auto 25px;
        max-width: 440px;
        width: 95%;
    }
    main .mainContent .hotelSection a img {
        border-radius: 15px 15px 0 0;
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }
    main .mainContent .container{
        gap: 0;
    }
    .ukBreaksEnquireBox{
        width: 96%;
    }
    .enquireExterior {
        width: 96%;
        max-width: none;
        margin: 0 auto 30px;
    }
    .home-page-info-txt {
        width: 85%;
        margin: 20px auto;
        font-size: 14px;
    }

    #site-nav {
        height: 100%;
        padding: 30px 0;
        z-index: 999999 !important;
    }
    main .feedfo .pluginFeefoDesk.reviews-page {
        width: 100% !important;
        max-width: 100% !important;
    }
}
/* END MOBILE */
/* END MAIN containers */
/* || Buttons */
.sbsw-btn {
    background: #ffb71b;
    border: 2px solid #fa7822;
    border-radius: 12px;
    color: #fff;
    font-size: 14pt;
    padding: 11px;
    text-align: center;
    width: 100%;
    top: 0;
    position: relative;
    margin: 15px 0;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.orange {
    color: #fff;
    background: #ff671f;
    border-radius: 10px;
    border: 1px solid #FF671F !important;
}
/* End Buttons */
