/* General site styles */

/* NOTE: .a1-header-generic related styles might need updating (4 lines in code) */

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&display=swap');

body {
    font-family: 'Josefin Sans', sans-serif;
}
a, p, h1, h2, h3, h4, h5, li {
    -webkit-font-smoothing: antialiased;
}
p {
    font-size: 16px;
}
h1 {
    margin: 0;
    font-family: 'Josefin Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}







.disclaimer {
    position: absolute;
    top: 60px;
    z-index: 1;
    right: 40px;
    background: #ED4337;
    color: #fff;
    padding: 5px 12px 2px 12px;
    border-bottom-left-radius: 5px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: 0 0 4px 0px rgba(0,0,0,0.5);
}
/* End general site styles */

/* Header and navigation */
header {
    padding: 40px 0 20px;
    box-sizing: border-box;
    width: 100%;
    z-index: 200000;
    transition: 0.2s all linear;
    transition-delay: 0s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
    header {
        padding: 32px 0 20px;
    }
}
@media (min-width: 1024px) {
    header {
        padding: 32px 20px 20px;
    }
}
.header__inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.header-logo-container img {
    max-width: 120px;
    margin-top: -20px;
    width: 100%;
}
.header-logo-container > *, .footer-logo-container > * {
    display: inline-block;
    vertical-align: middle;
}
header.active {
    padding: 15px 15px 5px 15px;
    transition-delay: 0.5s;
}
.a1-header-generic {
    display: inline-block;
    margin-bottom: 25px;
    background: #fff;
    padding-bottom: 35px;
    max-width: calc(100% - 40px);
}

.a1-header-generic h1 {
    color: #333;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    margin-left: 15px;
}


.psj-drive-je-footer {
    width: 100px;
    background: #fff;
    padding: 7px 15px;
    margin-top: 15px;
    border-radius: 5px;
}
#a1-main-nav-mobile {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    bottom: -100px;
    transition: 0.2s all linear;
    z-index: 11111111111;
}
#a1-main-nav-mobile.active {
    bottom: 0;
}
#a1-main-nav-mobile ul {
    padding: 0;
    background: #3146b6;
    margin: 0;
    display: -webkit-flex;
    display: flex;
}
#a1-main-nav-mobile ul li {
    width: 50%;
    display: inline-block;
    list-style-type: none;
    height: 60px;
    text-align: center;
    position: relative;
    border-radius: 0;
}
#a1-main-nav-mobile ul li:nth-last-of-type(1) {
    background: #142AA2;
    font-weight: 600;
}
#a1-main-nav-mobile ul li:nth-last-of-type(3) {
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(255,255,255,0.1);
}

#a1-main-nav-mobile ul li a {
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    top: 50%;
    position: absolute;
    left: 50%;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}
#a1-main-nav-mobile ul li:nth-last-of-type(1) a {
    font-weight: 600;
}

@media (min-width:768px) and (max-width:1023px) {
    .testimonials-link {
        display: none;
    }
}

/* End header and navigation */

/* Section: Intro */


.a1-intro-btn {
    display: inline-block;
    padding: 32px 0;
    margin: auto 5px;
    width: 380px;
    max-width: calc(100vw - 40px);
}

/* Robert modal */
.rob-modal-toggle, .privacy-modal-toggle, .covid-19-modal-toggle {
    cursor: pointer;
    transition: 0.2s all linear;
}
.rob-modal-toggle:hover, .privacy-modal-toggle:hover, .covid-19-modal-toggle:hover {
    opacity: 0.8;
}
.rob-modal, .privacy-modal, .covid-19-modal, .booking-fee-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 11111111;
    top: 0;
    left: 0;
    display: none;
    padding: 25px 0;
    overflow: scroll;
}
.rob-modal > div,
.covid-19-modal > div,
.booking-fee-modal > div {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    position: absolute;
    color: #fff;
}
@media (max-width:767px) {
    .covid-19-modal > div,
    .booking-fee-modal > div {
        width: 90%;
        width: calc(100vw - 16px);
    }
}
.privacy-modal > div {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    color: #fff;
}
.rob-modal h4,
.covid-19-modal h4,
.booking-fee-modal h4 {
    font-weight: bold;
}
.rob-modal a {
    font-size: 18px;
    padding: 10px 15px;
    margin-top: 15px;
    display: inline-block;
    margin-right: 15px;
}
.rob-modal a:hover {
    color: #fff;
}

.covid-19-modal .col-sm-4,
.booking-fee-modal .col-sm-4 {
    background-color: #fff;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
}
.covid-19-modal-header {
    background-color: #efef37;
    padding: 12px 24px 4px 24px;
    border-radius: 8px 8px 0 0;
}
.covid-19-modal-body {
    padding: 24px;
    background: #fff;
    color: #000;
    border-radius: 0 0 8px 8px;
}
.covid-19-modal-body p {
    font-size: 15px;
}
.covid-19-modal-body span {
    font-weight: 600;
}
.covid-19-modal-close {
    text-align: center;
    margin: 16px auto 0;
}
.covid-19-modal-close-inner {
    max-width: 200px;
    margin: auto;
    background-color: #efef37;
    color: #3e3e3e;
    padding: 8px 8px 6px 8px;
    border-radius: 4px;
}
.covid-19-modal .col-sm-4 h4,
.covid-19-modal .col-sm-4 p,
.booking-fee-modal .col-sm-4 h4,
.booking-fee-modal .col-sm-4 p {
    color: #3e3e3e;
}

/* FAQ Page and content pages */
.content-page-container {
    padding: 40px 20px;
    box-sizing: border-box;
}
.content-page-container a {
    /* text-transform: uppercase; */
    /* font-size: 13px; */
    padding: 12px 12px 9px 12px;
    text-align: center;
    background-color: #f2a83e;
    color: #ffffff!important;
    border-radius: 4px;
    margin-bottom: 40px;
    display: inline-block;
}
.content-page-container a.link-plain {
    padding: 0;
    background-color: transparent;
    color: #3146B6!important;
    border-radius: 0;
    margin-bottom: 0;
    display: inline;
    text-decoration: underline;
}
.content-page-container ul {
    margin: 0 0 24px;
    padding-left: 20px;
}
.content-page-container li {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 8px;
}
@media (min-width: 768px) {
    .content-page-container {
        max-width: 1000px;
        margin: auto;
    }
    .content-page-container li {
        font-size: 21px;
        line-height: 32px;
    }
}
.a1-text-blue {
    color: #3146B6;
}
.booking-fee-modal .covid-19-modal-header,
.booking-fee-modal .covid-19-modal-header h4,
.booking-fee-modal .covid-19-modal-close-inner {
    background-color: #2296F3;
    color: #fff;
}
@media (max-width:360px) {
    .booking-fee-modal .col-sm-4 {
        max-height: 420px;
        overflow: scroll;
    }
}
tr.fee {
    transition: 0.1s all linear;
}
tr.fee:hover {
    cursor: pointer;
    opacity: 0.8;

}

/* Woocommerce stylings */

.woocommmerce {
    color: #fff;
}
/* .woocommerce #a1-site-content-inner, .woocommerce-page #a1-site-content-inner {
    background: #2296F3;
} */
.woocommerce-order {
    padding: 0 15px;
    color: #fff;
}
.woocommerce-container, .woocommerce-cart-form, .cart-collaterals {
    color: #fff;
    width: 100%!important;
    padding: 20px 0 0;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100%;
}
@media (min-width:768px) {
    .woocommerce-container, .woocommerce-cart-form, .cart-collaterals {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
.cart-collaterals {
    padding-left: 15px;
}
.woocommerce-container h3 {
    font-weight: 600;
}
.woocommerce-container label {
    font-weight: normal;
}
#payment {
    width: 420px;
    margin: auto;
    max-width: 100%;
    background-color: transparent;
}
@media (min-width:768px) {
    #payment {
        width: 518px;
    }
}
@media (max-width:767px) {
    .woocommerce-checkout #payment ul.payment_methods li img {
        max-width: 140px;
    }
}
#paypal_pro-card-number,
#paypal_pro-card-expiry,
#paypal_pro-card-cvc {
    background-color: #e3e3e3;
    padding-top: 14px!important;
    text-transform: lowercase;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    font-size: 22px;
    text-transform: uppercase;
    width: 100%;
    transition: 0.1s all linear;
    background-color: #f2a83e!important;
    color: #ffffff;
    display: flex;
    justify-content: center;
    text-decoration: none;
    font-weight: 400;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 0 10px 4px rgb(0 0 0 / 10%);
    margin-top: auto;
    border: none;
        
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
        filter: brightness(1.08);
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {

}
@media (min-width:1025px) {
    .woocommerce #payment #place_order:hover,
    .woocommerce-page #payment #place_order:hover {
        background-color: #70a870;
    }
}
#payment.woocommerce-checkout-payment {
    background: transparent;
    /* border: 1px solid rgba(0,0,0,0.16);
    margin: 0 0 40px; */

}
/* #ppc-button {
    background-color: #fff;
    padding: 20px 20px 0;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
    margin: 20px 0 40px 0;
} */
.woocommerce-checkout #payment ul.payment_methods {
    border: none;
    padding: 0;
    /* padding-bottom: 15px;
    margin-bottom: 100px;
    position: relative;
    z-index: 111; */
}
/* label[for="payment_method_paypal"] img,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    display: none;
}
label[for="payment_method_paypal"]:hover,
label[for="payment_method_paypal_pro"]:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: 0.1s all linear;
}
label[for="payment_method_paypal"] {
    position: relative;
} */

.woocommerce form .form-row {
    padding: 0 !important;
}
.form-row.place-order {
    margin-top: 0!important;
}

.paypal-buttons {
    min-height: 170px!important;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #fff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.woocommerce form .form-row .required {
    color: #3146B6;
}
#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    margin-left: 15px;
}
.a1-pay-container {
    margin-top: 30px;
    margin-bottom: 100px;
}
@media (min-width:768px) {
    .a1-pay-container > div {
        max-width: 48%;
    }
}

.a1-pay-container p {
    font-size: 13px;
    font-weight: bold;
    position: relative;
}
.postscript:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(255,255,255,0.2);
}
.paypal-icon {
    width: 100px;
    margin-left: 7px;
    margin-top: -3px;
}
.validate-phone, .validate-email {
    width: 100%!important;
}



.woocommerce .quantity .qty {
    color: #000;
}
.home .make-payment {
    display: block;
}
.make-payment, .make-payment-details {
    display: none;
}
.make-payment:hover {
    cursor: pointer;
    opacity: 0.8;
}

@media (max-width:767px) {
    header, .a1-header-generic {
        padding: 10px 0 7px 0;
        width: 100%;
        max-width: none;
    }
    header {
        /* padding: 20px;
        box-sizing: border-box; */
    }
    /* Note disabled on child pages as links not currently working */
    .home #a1-main-nav-mobile {
        display: block;
    }
    .header-logo-container {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
    }
    .header-logo-container img {
        margin-left: 15px;
        width: 80px;
        text-align: center;
        margin: auto;
    }
    .a1-copy-content-box {
        margin-top: 0;
    }    
    .a1-logo-icon-min {
        margin-bottom: 12px;
        /* width: 100px; */
    }
    .disclaimer {
        right: 9px;
        top: 59px;
        font-size: 13px;
        background: transparent;
        box-shadow: none;
        color: red;
    }
    .mobile-continue {
        color: #fff;
        font-size: 50px;
        padding-top: 40px;
    }
    .a1-section-mission h2 {
        font-size: 28px;
        text-align: left;
        padding-left: 15px;
        margin-top: 50px;
    }
    .a1-section-mission p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
        text-align: right;
        padding-right: 15px;
    }
    
    .a1-section-social {
        padding-top: 25px;
        padding-bottom: 25px;
        background-position: 100% 50%!important;
    }
    .a1-section-social > p {
        padding: 0 15px;
    }
    .section-intro-text {
        font-size: 14px;
    }
    .facebook-post-card {
        margin-bottom: -15px;
        margin-top: -30px;
        position: relative;
    }
 
    .facebook-post-carousel-container-inner {
        -webkit-transform: translateX(-249px);
        transform: translateX(-249px);
    }
    .a1-img-right, .a1-img-left {
        display: block;
        float: none;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        margin: 15px 0;
        width: 100%;
    }
    .a1-img-right > img, .a1-img-left > img {
        width: 100%;
    }
    .section-profiles h2 {
        color: #3146B6;
    }
    .profile-intro {
        padding: 0 15px;
    }
    .profile-intro-text {
        font-size: 15px;
    }
    .profile-card {
        max-width: 100%;
        width: 100%;
        margin: 8px 0;
    }
    .profile-card-inner {
        flex-direction: row!important;
        align-items: flex-start;
        height: auto;
        align-items: center;
        margin: 0 16px;
        padding: 8px;
        border-radius: 8px;
    }
    .profile-card__content {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
    .profile-card-more {
        display: block;
        color: #fff;
        background-color: #2296F3;
        border-radius: 4px;
        padding: 8px 8px 6px 8px;
        margin-right: 8px;
        box-shadow: 0 0 10px 3px rgba(0,0,0,.14);
        white-space: pre;
    }
    #section-profiles {
        padding: 40px 0;
    }
    .section-profiles__title {
        font-size: 24px;
    }
    .section-profiles-section-title {
        font-size: 24px;
        margin: 20px;
    }

    .profile-card-main {
        display: none;
        display: block;
        position: fixed;
        background-color: transparent;
        bottom: 0;
        z-index: 999999999;
        left: 0;
        width: 100%;
        transform: translateY(2000px);
        transform: translateY(calc(100vh));
        transition: all 1s cubic-bezier(.4,0,.2,1);
        padding-top: 800px;
        visibility: hidden;
        min-height: 100%;
    }
    .profile-card-main-inner {
        background: #fff;
        padding: 14px 24px 24px;
        color: #333;
        border-top-right-radius: 24px;
        border-top-left-radius: 24px;
        box-shadow: 0px -40px 50px 100px rgba(0,0,0,0.2);
        border: 1px solid rgba(0,0,0,0.1);
        max-height: 400px;
        overflow: scroll;
        position: relative;
    }
    .profile-card-main-inner:before {
        content: '';
        position: absolute;
        height: 48px;
        width: 48px;
        background-image: url('../img/icon__modal-close.svg');
        background-size: cover;
        top: 16px;
        right: 16px;
        border-radius: 50%;
        z-index: 99999999999999999;
        box-shadow: 0 0 10px 3px rgba(0,0,0,.14);
        /* background: red; */
    }
    .profile-card-main.active {
        transform: translateY(0);
        visibility: visible;
    }
    .profile-card__image {
        max-width: 64px;
    }
    .profile-card h3 {
        font-size: 22px;
        margin: 0 16px;
        transform: translateY(2px);
        font-weight: normal;
    }
    .profile-card h3:before {
        top: 40px;
    }
    .profile-card p:first-of-type {
        margin-top: 0;
        padding-right: 64px;
    }
    .instructor-card > div {
        margin: 0;
    }
    .footer-col h2 {
        margin-top: 50px;
    }
    .a1-quote:before {
        font-size: 160px;
        line-height: 130px;
        float: left;
    }
    .a1-section-mission .a1-testimonial-comment {
        margin-top: 180px;
        margin-bottom: 30px;
    }
    .testimonials-post-controls {
        float: right;
        margin-top: 20px;
    }
    .a1-section-mission .testimonials-next {
        font-size: 22px;
    }
    .testimonials-post-controls span {
        font-size: 30px;
        margin-top: -12px;
        margin-left: -10px;
    }
    .rob-modal > div, .privacy-modal > div {
        -webkit-transform: none;
        transform: none;
        position: relative;
        width: auto;
        height: auto;
        left: auto;
        top: auto;
        overflow: scroll;
    }
    .a1-section-contact {
        margin-top: 0;
    }
    .a1-section-contact h2 {
        padding-left: 0;
    }

    .instructor-carousel {
        margin-bottom: 50px;
        margin-top: 0;
    }
    .slick-dots {
        display: none!important;
    }
    .instructor-carousel .slick-arrow {
        width: 20px;
        font-size: 20px;
        bottom: -50px;
    }
    .instructor-carousel .slick-prev {
        left: 28%;
        transform: translateX(-28%);
    }
    .instructor-carousel .slick-next {
        left: 71%;
        transform: translateX(-71%);
    }
    .slick-prev:before, .slick-next:before {
        font-size: 24px;
    }
    .instructor-mobile-helper {
        position: absolute;
        bottom: 32px;
        top: auto;
        text-align: center;
        width: 100%;
        color: #3146B6;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
    }
    .our-drivers {
        margin-top: 47px;
    }

    .our-drivers .subheading-logo {
        vertical-align: top;
        margin-top: -10px;
    }
}

/* Tablet only */
@media (min-width:768px) and (max-width:991px) {
    .header-logo-container img {
        width: 96px;
        margin-left: 0;
    }
    .profile-intro {
        padding-top: 150px;
    }
}
.link-book {
    /* background: #2296F3; */
    padding: 0!important;
    background: rgb(63, 81, 181);
    background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(34, 150, 243) 100%);
    margin-left: 16px;
}

@media (min-width:768px) {

    .a1-vertical-align {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        position: relative;
        top: 50%;
    }
    
    .instructor-carousel .slick-arrow {
        display: block;
        top: -20px;
        right: 160px;
        transform: none;
        bottom: auto;
        left: auto;
    }
    .instructor-carousel .slick-next {
        display: block;
        top: -20px;
        right: 29px;
        left: auto;
        transform: none;
        bottom: auto;
    }
    .instructor-carousel .slick-dots {
        display: block;
        top: -7px;
        right: 58px;
        transform: none;
        left: auto;
        bottom: auto;
    }
    .a1-section-heading-left, .a1-section-heading-right {
        display: flex;
    }
}

/* Tablet landcape only */
@media (min-width:769px) and (max-width:1024px) {
    .book-card {
        width: 288px;
    }
}

@media (min-width: 992px) {
    .book-content-intro {
        margin-top: 100px;
    }
    .speedo-container {
        margin-top: 50px;
        margin-bottom: -200px;
    }
}


@media (min-width: 1400px) {
    .testimonials-active {
        width: 600px;
    }
    .testimonials-active .a1-testimonial-comment {
        max-width: none;
    }
    .a1-section-mission p {
        font-size: 32px;
        max-width: 500px;
        width: 600px;
        line-height: 60px;
    }
}


/* Offer */
.offer-display {
    max-width: 100%;
    width: 100%;
    background: #fff;
    padding: 25px;
    display: none;
    border-radius:5px;
}
.offer-display p {
    color: #2296F3;
    font-size:16px;
}

/* Site notice */

.site-notice {
    background: #15093e;
    border-top: 1px solid rgba(255,255,255,0.16);
    box-sizing: border-box;
    padding: 32px 20px;
    position: fixed;
    z-index: 9999;
    width: 100%;
    max-width: 500px;
    bottom: 0;
    box-shadow: 0 0 23px -3px rgba(0,0,0,0.25);
    left: 50%;
    transform: translateX(-50%);
    transition: 0.2s all linear;
}
.site-notice-close {
    position: absolute;
    top: 24px;
    right: 16px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
}
@media (min-width:1024px) {
    .site-notice-close {
        right: 24px;
    }
}
.site-notice--closed {
    display: none;
}
.site-notice-close:before,
.site-notice-close:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 24px;
    background-color: #fff;
    transform: rotate(45deg);
    top: 12px;
    left: 0;
}
.site-notice-close:after {
    transform: rotate(-45deg);
}
.site-notice span {
    background-color: #3e3e3e;
    color: #efef37;
    padding: 8px 12px 5px 12px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 10px;
}
@media (max-width:767px) {
    .site-notice.active {
        bottom: 74px;
    }
}
@media (min-width:768px) {
    .site-notice {
        border: 1px solid rgba(255, 255, 255, 0.16);
        width: calc(100vw - 64px);
        left: 24px;
        bottom: 24px;
        transform: translateX(0);
        border-radius: 8px;
        padding: 40px;
    }
}
.site-notice h1 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 12px;
    color: #f2a83d;
}
.site-notice p {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
}