/* Global */

:root {
    --marstons-red: #ba2a56;
    --marstons-pink: #ab0aab;
}

*:not(i)::selection {
    color: white;
}

.brz .brz-css-kemrc .brz-mm-menu__icon {
    display: none; /* removes the icon for their mobile menu as it is broken */
}

.loading-text {
    color: black !important;
}

.spinner-container .loader .spin {
    border-top: 8px solid var(--marstons-red);
}

.vc-outer div, .vc-outer td, .vc-outer p, .vc-outer input {
    color: black;
}

.vc-form input {
    background-color: white;
}

.u-image-1 {
    margin-left: 0 !important;
}

.vc-outer {
    margin: 20px;
}

.vc-outer-wrapper {
    max-width: 1000px;
    margin: 180px auto 0 auto;
    border-radius: 20px;
    background-color: white;
    padding: 100px 80px;
    box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.35);
}

.vc-form .form-update > .fake-form > h3,
.vc-form form[method=post] > h3 {
    color: #111111;
    font-size: 46px;
    line-height: 1.1;
    text-align: center;
    background: -webkit-linear-gradient(#ba2a56, #ab0aab);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    font-family: Fira Sans, sans-serif !important;
    font-weight: 800;
}

.vc-form .form-update > .fake-form > p:not(.consent),
.vc-form form[method=post] > p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}

.vc-progress {
    background-color: #ccc;
}

.vc-progress .vc-progress-inner {
    background-color: var(--marstons-pink) !important;
    background-image: linear-gradient(to right, var(--marstons-red), var(--marstons-pink));
}

.vc-form .vc-buttons .next,
.vc-form form[method=post] .vc-buttons .next2 {
    background-color: var(--marstons-pink);
    background-image: linear-gradient(to right, var(--marstons-red), var(--marstons-pink));
    border-color: var(--marstons-pink) !important;
    border: 0;
    margin-top: 10px;
    padding: 14px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    min-width: 140px;
}

.vc-form .vc-buttons .next:hover,
.vc-form form[method=post] .vc-buttons .next2:hover {
    background-image: unset;
    background-color: var(--marstons-red);
    border-color: var(--marstons-red) !important;
}

.vc-form .vc-buttons .previous {
    background-color: white;
    border-color: var(--marstons-pink) !important;
    color: var(--marstons-pink);
    margin-top: 10px;
    padding: 12px 0;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    min-width: 140px;
}

.vc-form .vc-buttons .previous:hover {
    background-color: var(--marstons-pink);
    color: white;
}

.vc-form .form-group input[name=postcode], .vc-form .form-group select[name=address], .vc-form .form-group select[name=appointment] {
    border: 1px solid #bbb;
    font-size: 16px;
    width: 100%;
    border-radius: 0;
}

.vc-form .form-group input[name=postcode] {
    padding: 15px;
}

.vc-form .form-group select[name=address], .vc-form .form-group select[name=appointment] {
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: transparent;
}

.vc-contact-details .form-control {
    padding: 15px;
    border: 1px solid lightgrey;
    font-size: 16px;
    border-radius: 0;
    width: calc(100% - 20px);
    margin-bottom: 0;
}

.vc-contact-details .form-group, .vc-contact-details > div {
    margin-bottom: 0;
}

.form-group .errorText {
    margin-top: 0 !important;
    font-family: Roboto, Sans-Serif;
}

.error > input, input.error {
    border-color: #ff0000 !important;
}

/* product */

.vc-product-selector > div {
    padding: 35px 15px;
}

.vc-product-selector > div.active,
.vc-product-selector > div:hover {
    background-color: var(--marstons-pink);
    background-image: linear-gradient(to right, var(--marstons-red), var(--marstons-pink));
    color: white;
}

.form-update .active > div > div > div {
    background-color: var(--marstons-red) !important;
}

.vc-product-selector > div h3 {
    margin-bottom: 10px;
    font-size: 20px !important;
}

.vc-product-selector > div p {
    font-size: 16px !important;
    line-height: 1.6;
    margin: 0 !important;
}

.pricing .termId {
    color: black !important;
}

/* addon1 */

.vc-check-outer .check2 {
    height: 20px !important;
    width: 20px !important;
    position: relative;
    align-self: center;
    padding: 0 !important;
}

.routerIMG + div > .vc-check-outer {
    margin: 20px 0;
}

/* details & enquiry */

.vc-contact-details > div.details-grid {
    grid-gap: 0;
}

.vc-contact-details .form-group, .vc-contact-details > div {
    margin-bottom: 0;
}

.vc-divider {
    border-color: var(--marstons-pink);
    margin: 40px auto !important;
}

.vc-contact-details > div > div p {
    margin-bottom: 2px;
}

.details-grid p,
.contact > .col-md-6 > p {
    margin-top: 5px;
}

/* contract */

.fake-form .vc-contract table td {
    border: unset;
}

.package.title > div:nth-of-type(2) {
    align-items: flex-start;
}

.service-title, .vc-contract .vc-head-row {
    color: var(--marstons-pink) !important;
}

.vc-contract > div:nth-child(2) > div {
    border: 1px solid #dedede;
}

.vc-total-costs {
    border-top: 1px solid #dedede;
    margin-top: 20px;
}

.vc-payment > h3 {
    font-size: 24px !important;
    text-align: center;
    margin: 20px 0 !important;
    line-height: 1.2;
    font-weight: 700;
    font-family: Fira Sans, sans-serif !important;
}

.vc-form.main .vc-payment > h4 {
    text-align: center;
    font-weight: 700;
    font-family: Fira Sans, sans-serif !important;
}

.vc-form.main .vc-payment > p.consent {
    text-align: center;
    margin-top: 30px;
}

.vc-form.main .vc-payment span.vc-payment-date {
    background: linear-gradient(to right, #ba2a56, #ab0aab);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vc-check-outer > h3 {
    font-family: Fira Sans, sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}

.vc-check-outer > h3 > a {
    color: var(--marstons-pink);
}

.vc-check-outer > h3 a:hover {
    text-decoration: underline;
}

.vc-check-outer {
    margin: 40px 0;
}

.vc-check-outer > .active {
    background-color: var(--marstons-red) !important;
    border-color: #F5E1E7 !important;
}

.vc-check-outer a {
    color: var(--marstons-red);
}

.vc-check-outer .check1 {
    height: 22px !important;
    width: 22px !important;
    position: relative;
    border-radius: 0;
}

.vc-check-outer .active:after {
    height: 14px;
    width: 15px;
    position: absolute;
    content: '';
    display: block;
    background-color: white;
    top: 4px;
    left: 4px;
    clip-path: polygon(16% 49%, 36% 67%, 85% 8%, 100% 23%, 35% 100%, 0 67%);
}

.vc-payment .vc-check-outer .vc-checkbox {
    height: 26px;
    width: 25px;
    display: grid;
    place-items: center;
    border-radius: 0;
}

.vc-contract .vc-content-row {
    font-size: 14px;
    font-weight: normal;
}

.fake-form .vc-contract > div:first-child {
    margin-bottom: 20px;
}

.vc-contract > div:nth-child(2) > div .vc-head-row:not(:first-of-type) {
    margin: 20px 0 5px 0 !important;
    padding-top: 10px;
    border-top: 1px solid #dedede;
}

.vc-payment .vc-buttons button[name=save] {
    float: right;
}

.vc-head-row {
    font-size: 16px !important;
}

/* info-complete */

.vc-info-complete-page .fake-form > p + p {
    margin-top: -15px;
}

/* login, register, activate */

.vc-form form[method=post] h3 {
    margin-bottom: 20px;
}

.vc-form form[method=post] .vc-contact-details p {
    margin-bottom: 0;
}

.vc-form form[method=post] .forgotlink {
    text-align: left;
}

.forgotlink a {
    color: var(--marstons-red);
}

.forgotlink a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.vc-form form[method=post] .vc-contact-details .form-group {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
}

.vc-form form[method=post] .vc-contact-details > .form-group input {
    width: 100% !important;
}

.vc-form form[method=post] .vc-buttons {
    margin: 30px 0 36px 0 !important;
}

.vc-form form[method=post] .vc-buttons .previous {
    margin-left: 0;
}

.vc-form form[method=post] .vc-buttons .next2 {
    margin-left: 10px;
}

/* media queries */

@media screen and (max-width: 991px) {
    .vc-outer {
        margin: 400px 20px 20px 20px;
    }
}

@media screen and (max-width: 783px) {
    .vc-form .form-update .vc-contact-details p {
        margin-top: 0 !important;
    }
    .vc-divider {
        margin: 20px auto !important;
    }
}

@media screen and (max-width: 768px) {
    .vc-outer {
        margin: 200px 20px 20px 20px;
    }
    .vc-outer-wrapper {
        padding: 60px;
        margin-top: 0;
    }
    .vc-contract {
        flex-direction: column;
    }
    .vc-contract > div {
        width: 100% !important;
    }
    .vc-contract > div:nth-child(2) {
        display: block;
        padding-left: 0 !important;
    }
    .vc-dd > div:nth-child(2) > div > div,
    .vc-dd > div:nth-child(4) > div > div {
        flex-direction: column;
    }
    .vc-contract > div:nth-child(2) > div .vc-head-row {
        font-size: 16px;
    }
    .vc-contract > div:first-child > div > div {
        line-height: 1.4;
        margin: 10px 0;
    }
    .vc-dd .bill-date-value {
        margin-top: 10px;
    }
    .bill-date-value {
        opacity: 0.4;
    }
}

@media only screen and (max-width: 600px) {
    .form-update .routerIMG {
        max-width: 200px;
        position: absolute;
        left: calc(50% - 100px);
    }
    .form-update .routerIMG + div {
        margin-top: 250px;
    }
    .vc-check-outer + p {
        margin-top: 60px !important;
    }
    .routerIMG + div > .vc-check-outer {
        margin-left: 0 !important;
    }
    .vc-payment > h3,
    .vc-payment .vc-check-outer > h3 {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 561px) {
    .vc-outer-wrapper {
        padding: 60px 40px;
    }
    .vc-contact-details > div:nth-child(2) > :not(div.col-md-6) {
        display: none;
    }
    .vc-contact-details .form-control {
        width: 100%;
    }
    .vc-form .form-update > .fake-form > h3,
    .vc-form form[method=post] > h3 {
        font-size: 32px;
    }
    .vc-product-selector > div {
        flex-direction: column;
        align-items: center;
        padding: 10px !important;
    }
    .vc-product-selector > div > div {
        margin: 10px 0 !important;
        text-align: center !important;
    }
    .vc-product-selector > div > div:last-of-type {
        width: 100%;
    }
    .vc-product-selector h3 {
        margin-bottom: 0;
    }
    .vc-product-selector p {
        margin: 5px 0 0 0 !important;
    }
    .vc-dd {
        margin-top: 0;
    }
    .vc-contact-details > div {
        margin-bottom: 0 !important;
    }
    .vc-check-outer .active:after {
        height: 10px;
        width: 11px;
        top: 2px;
        left: 2px;
    }
    .vc-form .form-update .package {
        border-top: 1px solid #dadada !important;
        border-bottom: 1px solid #dadada !important;
        border-radius: 0;
        padding: 10px 0 !important;
        margin: 30px 0 !important;
    }
    .vc-contract table tr.price-summary td:first-child {
        text-align: left;
        font-weight: bold;
        padding: 5px 40px 5px 0;
    }
    .package.title > div:first-of-type > div.service-title {
        font-size: 20px;
    }
    .vc-dd > div:first-of-type {
        flex-direction: column-reverse;
        align-items: center;
    }
    .vc-dd > div:first-of-type .dd-title {
        padding-top: 20px;
    }
    .fake-form .vc-contract > div:first-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .form-group .form-control {
        margin-bottom: 5px !important;
    }
    .consent:not(.payment-consent) {
        margin: 0 0 20px 0 !important;
    }
    .vc-payment > .vc-buttons {
        margin-top: 0 !important;
        margin-bottom: 30px !important;
    }
    .vc-check-outer .active:after {
        height: 14px !important;
        width: 11px !important;
    }
    .vc-outer .vc-form .vc-buttons button {
        min-width: 110px;
    }
}
