:root {
    --bg-main: #f5f8fd;
    --light-blue: #3c8fcd;
    --light-blue-2: #0090d3;
    --light-blue-3: #80c6ea;
    --header-color: #1a2b68;
    --input-border: #e3ebf1;
    --error-text: #8a262f;
    --h1-text: #253062;
    --disabled-button: #e3ebf1;
}

.shrunk {
    height: 0 !important;
}

.shrunk-overflow {
    overflow: hidden;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

body {
    background: var(--bg-main);
}

iframe {
    border: none;
}

.hidden, .mobile-hidden {
    display: none !important;
}

.container--xl {
    max-width: 1400px;
}

div#head {
    height: 160px;
}

/*
    Profile Page
*/
.profile-form-container {
    display: flex;
    flex-direction: column;
}

.profile-form {
    display: flex;
}

.profile-form--content {
    width: 70%;
    min-height: 150px;
}

.profile-form--header {
    width: 30%;
}

.profile-form--header h3 {
    line-height: 30px;
}

.profile-input-holder {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px
}

.profile-input-holder label {
    color: #a8a8a8;
    min-width: 150px;
    text-align: right;
    line-height: 30px;
    margin-right: 10px;
}

.profile-input-holder input {
    background: transparent;
    border: none;
    border-bottom: 2px solid #a8a8a8;
    padding: 5px 10px;
    width: 300px;
}

.profile-input-holder label:after {
    content: ':';
}

.profile-input-holder:last-of-type label:after {
    content: '';
}

.profile-input-holder input:focus {
    border-color: var(--light-blue-2);
}

.profile-form--content form label, .profile-form--content form input {
    font-weight: 100;
}

form.profile--padded-form {
    padding-left: 160px;
}

.profile-form label span, .profile-form div, .profile-form input {
    font-weight: 100;
}

button.button--xs:after {
    content: none;
}

button.button--xs {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

/*End profile page*/

.login-form, .quote-page, .success-page {
    background: #ffffff;
    padding: 30px 30px 100px 30px;
}

.quote-page, .success-page {
    display: flex;
}

.success-page {
    justify-content: center;
}

.login-content {
    width: 50%;
    margin: 0 auto;
}

div#login-logo {
    width: 50%;
    margin: 0 auto;
}

#login-logo img {
    width: 100%;
}

div#login-user-img {
    display: flex;
    justify-content: center;
}

div#login-user-img path {
    stroke: var(--light-blue);
    stroke-width: 3;
}

.divider {
    height: 50px;
    position: relative;
}

.divider-text {
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 4px;
    background: #ffffff;
    width: 5em;
    left: calc(50% - 2.5em);
    text-transform: uppercase;
    font-size: 200%;
    font-weight: bold;
    color: var(--h1-text);
    margin-top: 5px;
}

.divider-text--xl {
    width: 10em;
    left: calc(50% - 5em);
}

.divider-text--xxl {
    width: 13em;
    left: calc(50% - 6.5em);
}

.divider-line {
    width: 100%;
    height: 28px;
    border-bottom: 4px solid var(--light-blue-3);
}

.divider-left .divider-text {
    left: 0;
    text-align: left;
}

.divider-text.divider-text--auto-size {
    width: auto;
}

.divider-left .divider-text.divider-text--auto-size {
    padding-right: 15px;
}

.radio-tabs {
    display: flex;
    margin-bottom: 30px;
}

.radio-pay + label,
.radio-pay-sr + label {
    display: block;
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border-top: 3px solid #ffffff;
    cursor: pointer;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(245, 248, 253, 1) 74%);
}

.radio-pay,
.radio-pay-sr {
    display: none;
}

.radio-pay:checked + label,
.radio-pay-sr:checked + label {
    font-weight: bold;
    border-top-color: var(--light-blue-2);
    background-image: none;
}

input.large-input,
select.large-select,
textarea.large-textarea {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    margin-bottom: 15px;
    border: 2px solid var(--input-border);
    background: transparent;
    outline: none;
}

input.large-input::placeholder,
textarea.large-textarea::placeholder {
    color: #000000;
}

.large-input:focus,
#password-str.focused,
.large-select:focus,
textarea.large-textarea:focus {
    border-color: var(--light-blue-2);
}

input.large-input:focus + label span path {
    fill: var(--light-blue-2);
}

.login-links {
    display: flex;
    justify-content: space-between;
    color: #b5b5b5;
    height: 30px;
    line-height: 30px;
}

.login-links a {
    color: #b5b5b5;
    display: block;
}

.login-form-submission {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.login-form-submission button {
    width: 49%;
    margin-bottom: 10px;
    margin-top: 10px;
}

button {
    display: inline-block;
    border-radius: 100px;
    padding: 0 38px;
    color: var(--light-blue-2);
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 700;
    border: 2px solid var(--light-blue-2);
    transition: all .2s;
    cursor: pointer;
    background: transparent;
    height: 50px;
    line-height: 50px;
}

button:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 9px;
    background: url(../svgs/chevron--blue.svg);
    background-size: cover;
    margin-left: 20px;
    transition: all .2s;
}

button:hover {
    background: rgba(0, 144, 212, 0.06);
}

button:hover:after {
    transform: translateX(3px);
}

button[type="submit"] {
    background: var(--light-blue-2);
    border-color: var(--light-blue-2);
}

button#google-signin {
    background: #dd4a39;
    border-color: #dd4a39;
}

button#facebook-signin {
    background: #2f4f7c;
    border-color: #2f4f7c;
}

button[type="submit"],
button#google-signin,
button#facebook-signin {
    color: #ffffff;
}

button[type="submit"]:hover,
button#google-signin:hover,
button#facebook-signin:hover {
    opacity: 0.7;
}

button[type="submit"]:after,
button#google-signin:after,
button#facebook-signin:after {
    background: url('../svgs/chevron--white.svg');
}

button#guest-booking {
    color: var(--light-blue-2);
    border: 2px solid rgba(0, 144, 212, 0.3);
    background: transparent;
}

button#guest-booking:after {
    background: url(../svgs/chevron--blue.svg);
}

button#guest-booking:hover {
    background: rgba(0, 144, 212, 0.06);
    opacity: 1;
}

button#google-signin:before, button#facebook-signin:before {
    content: '';
    display: block;
    width: 45px;
    height: 40%;
    position: absolute;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff;
    background-size: contain;
    transform: translateY(-50%);
}

button#google-signin, button#facebook-signin {
    position: relative;
}

button#google-signin:before {
    background-image: url(../svgs/google.svg);
}

button#facebook-signin:before {
    background-image: url(../svgs/facebook.svg);
}

button.button--xl {
    width: 100%;
}

button.free-button {
    margin-top: 10px;
}

button:disabled {
    background: var(--disabled-button);
    border-color: var(--disabled-button);
}

.error-block {
    color: var(--error-text);
    text-align: center;
    margin: 2px 0 20px 0;
}

.password-holder [type=password] + label span[data-type=text] {
    display: none;
}

.password-holder [type=text] + label span[data-type=password] {
    display: none;
}

.password-holder {
    position: relative;
    margin-bottom: 15px;
}

.password-holder label {
    position: absolute;
    width: 35px;
    min-width: 35px;
    height: 35px;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.password-holder label path {
    fill: #b5b5b5;
}

.password-holder input {
    margin-bottom: 0;
    border-bottom: none;
}

div#password-str {
    text-align: center;
    line-height: 50px;
    border: 2px solid var(--input-border);
    border-top: none;
}

.default {
    background-color: #b5b5b5;
}

.weak {
    background-color: #8a262f;
    color: #ffffff;
}

.average {
    background-color: #fad054;
}

.strong {
    background-color: var(--light-blue-2);
    color: #ffffff;
}

.stronger {
    background-color: #008d3e;
    color: #ffffff;
}

div#captcha-container {
    margin-top: 10px;
}

.grecaptcha-badge {
    margin: 0 auto;
}

div#thanks {
    text-align: center;
}

section.activate-content {
    text-align: center;
}

.activate-content p {
    line-height: 30px;
}

h2, h3 {
    color: var(--header-color);
    font-weight: bold;
}

h2 {
    line-height: 50px;
}

h3 {
    line-height: 40px;
}

.centered {
    text-align: center;
}

.info-container {
    margin-bottom: 15px;
}

ul.mobile-only.booking-links.site-header__main-nav-list.flex {
    margin-left: 50px;
}

.booking-links a.site-header__main-nav-link--dropdown.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.site-header__main-nav-link.fs--20.fc--black {
    font-size: 1rem;
    padding: 10px 0;
}

.primary-content {
    background: #edf5fc;
    padding: 30px;
    margin-top: 20px;
}

.justify-space-around {
    justify-content: space-around;
}

/**
 * Popups - move to wb.css
 */
.windowBox button {
    width: 100%;
}

.windowBoxContent {
    padding-top: 20px;
}

.windowBoxContent p {
    margin-bottom: 10px;
    text-align: center;
}

.windowBox .windowBoxContent {
    padding-top: 20px;
    overflow: hidden;
}

.window-box-message .windowBoxContent button {
    margin-top: 10px;
}

.window-box-message .windowBoxContent button:first-of-type {
    margin-top: 0;
}

.windowBox.window-box-message {
    background: var(--light-blue-2);
    border-radius: 3px;
    border: none;
    color: #ffffff;
}

.windowBox.window-box-message a.closeButton {
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
}

.windowBox.window-box-message a.closeButton img {
    width: 100%;
    height: 100%;
    display: block;
}

.windowBox.window-box-message button {
    background: #fefefe;
    border-radius: 5px;
    border: none;
    border-bottom: 3px solid #c7ccd0;
    max-width: 70%;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}

.windowBox.window-box-message button:last-of-type {
    margin-bottom: 0;
}

.windowBox.window-box-message button:after {
    display: none;
}

.window-box-btn-holder {
    background: #005b87;
    padding: 20px;
    margin-top: 20px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.window-box-message .windowBoxContent {
    padding: 20px 0 0 0;
}

.windowBox.window-box-message {
    padding-bottom: 0;
}

.windowBox.window-box-message p {
    padding: 0 20px;
}

.windowBox.window-box-message button.link-button {
    width: 100%;
    max-width: 100%;
    border: none;
    background: transparent;
    text-transform: none;
    text-decoration: underline;
    padding: 0;
    height: 25px;
    line-height: 25px;
    margin-top: 15px;
}

.windowBoxContent p:last-child {
    margin-bottom: 15px;
}

/*End popups*/

.expand-tr td {
    padding: 0 !important;
}

span.expander.expander-expand.active {
    transform: rotate(90deg);
}

span.expander.expander-expand {
    transition: transform .8s;
    cursor: pointer;
    position: static;
    vertical-align: bottom;
}

/**
 * Tables
 */
table.createTable thead th {
    background: var(--light-blue-2);
    font-weight: 400;
    border: none;
}

table.createTable {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    border-spacing: 0 10px;
    margin-bottom: 0;
}

table.createTable thead tr th:first-of-type {
    border-top-left-radius: 0;
}

table.createTable thead tr th:last-of-type {
    border-top-right-radius: 0;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.hover tbody tr.odd:hover,
table.dataTable.hover tbody tr.even:hover,
table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.display tbody tr.even:hover,
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd,
table.dataTable tbody tr {
    background: #e3ebf1;
    color: #253062;
    border-bottom: none;
    border-top: none;
}

table.createTable td {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

table.dataTable tr {
    margin-bottom: 5px;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border-top: none;
}

.ct-content-holder .dataTables_info,
.ct-content-holder .dataTables_paginate .paginate_button,
.ct-content-holder .dataTables_paginate .paginate_button.disabled,
.ct-content-holder .dataTables_paginate .paginate_button.current {
    color: #a8a8a8 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
    border: none;
    background: none;
    color: #a8a8a8 !important;
    border: none;
}

div#password-change-required {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
    background: #f44336;
    color: #ffffff;
    margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
    .mobile-break {
        display: none;
    }

    .mobile-only {
        display: none;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1201px) {
    .site-header__main-nav-link {
        padding: 34px 40px 30px;
    }
}

@media screen and (max-width: 768px) {
    .desktop-space {
        display: none;
    }

    .login-content {
        width: 100%;
    }

    div#head {
        height: 75px;
    }

    .login-form-submission {
        flex-direction: column;
    }

    .login-form-submission button {
        width: 100%;
    }

    .login-links {
        height: 60px;
        text-align: center;
        flex-wrap: wrap;
    }

    .login-links.justify-space-around {
        height: 30px;
    }

    .login-links a {
        flex-grow: 1;
    }

    button#google-signin:before, button#facebook-signin:before {
        left: 15px;
    }

    .divider-text--xl, .divider-text--xxl {
        font-size: 125%;
    }

    .divider-text--xl {
        width: 200px;
        left: calc(50% - 100px);
    }

    .divider-text--xxl {
        width: 250px;
        left: calc(50% - 125px);
    }

    .profile-form {
        flex-direction: column;
    }

    .profile-form--header {
        width: 100%;
        text-align: center;
    }

    .profile-form--content {
        width: 100%;
    }

    .profile-input-holder {
        flex-direction: column;
    }

    .profile-input-holder label {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .profile-input-holder input {
        width: 100%;
        text-align: center;
    }

    form.profile--padded-form {
        padding-left: 0;
    }

    label.si.si-radio {
        display: flex;
    }

    button.button--xs {
        width: 100%;
    }

    .profile-input-holder label:after {
        content: '';
    }

    ul.si-radio-container {
        margin-top: 15px;
    }

    ul.si-radio-container + button {
        margin-bottom: 20px;
    }

    .password-reset-holder {
        text-align: center;
        margin-top: 10px;
    }

    div.windowBox {
        width: 100%;
    }

    .windowBox.wb-loading .windowBoxContent, .windowBox.wb-loading {
        padding: 0;
        height: 100%;
    }

    .windowBox.wb-loading .windowBoxContent {
        display: flex;
        align-items: center;
    }

    .windowBox.window-box-message button {
        max-width: 100%;
        padding: 0;
    }

    .windowBox.window-box-message {
        border-radius: 0;
    }

    /**
     * Table styles
     */
    .createTable thead {
        display: none;
    }

    tr[data-rowheader]:before {
        background: var(--light-blue-2);
        color: #ffffff;
    }
}

/** From here **/

div#return-and-save {
    display: none;
}

.single-screen iframe#booking-widget {
    width: 100% !important;
}

div#booking-widget-outer {
    width: 95%;
    margin-left: 0 !important;
}

div#booking-container {
    justify-content: center !important;
}

div#view-map {
    background: var(--light-blue-2);
    height: 34px;
    border-radius: 17px;
    padding: 0 10px;
    line-height: 34px;
    width: 200px;
    text-align: center;
    right: calc(50% - 100px);
    top: 0px;
    background: var(--light-blue-2);
    color: #ffffff;
    font-weight: 700;
    position: absolute;
    z-index: 1000;
    font-size: 20px !important;
    transition: transform 0.3s;
}

div#view-map:not(.open) {
    transform: translateY(-82%);
}

div#view-map:focus, div#view-map:active, div#view-map:hover {
    transform: translateY(0%);
}

#view-map.open {
    max-width: 200px;
    position: absolute;
    top: 0 !important;
}

body#wbody.minimised {
    background: transparent;
}

.no-menu a::after {
    display: none;
}

@media screen and (max-width: 768px) {
    #view-map {
        display: none;
    }

    a.site-header__nav-btn {
        background: var(--light-blue);
    }

    iframe#booking-widget {
        min-height: 100vh;
    }

    #nb-body div#content {
        min-height: calc(100vh + 75px)
    }

    button#guest-booking:after {
        position: absolute;
        top: calc(50% - 4.5px);
    }

    button#guest-booking {
        position: relative;
    }
}
