.main-content {
    display: none;
}

.pl-col {
    float: left;
}

.pl-col.two {
    margin-left: 15px;
    font-size: 31px;
    line-height: 34px;
    color: #363636;
}

.pl-container {
    color: #363636;
    padding: 0 15px;
    box-sizing: border-box;
    max-width: 414px;
    margin: auto;
    text-align: center;
    margin-top: 25px;
}

.step-container {
    margin-bottom: 5px;
    position: relative;
}

.inactive-overlay {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(240, 240, 240, 0.75);
    z-index: 2;
}

.bullet {
    width: 4px;
    margin-left: 1px;
}

.bullet.eight {
    margin-right: 10px;
}

.step-header {
    font-family: industry, sans-serif;
    text-transform: uppercase;
    background: #ADADAD;
    color: #fff;
    padding: 10px 0;
    font-size: 23px;
}

.step-header.active {
    background: #D16900;
}

.step-expanded {
    display: none;
    padding: 20px 20px 20px 20px;
    background: #F0F0F0;
    border: 8px solid #D16900;
    border-top: none;
}

.step-expanded-header {
    margin-bottom: 10px;
    font-size: 20px;
}

#select-date-container,
#select-instructor-container {
    border: 1px solid #707070;
    position: relative;
    background: #fff;
    height: 37px;
}

.pl-calendar-icon {
    position: absolute;
    width: 14px;
    left: 10px;
    top: 12px;
}

.pl-badge-icon,
.pl-badge-icon-grey {
    position: absolute;
    width: 16px;
    left: 10px;
    top: 12px;
}

.select-date-text,
.select-instructor-text {
    position: absolute;
    color: #9c9c9c;
    font-size: 14px;
    left: 33px;
    top: 9px;
}

.pl-down-arrow,
.pl-down-arrow-grey {
    position: absolute;
    width: 15px;
    right: 7px;
    top: 15px;
}

.pl-badge-icon-grey,
.pl-down-arrow-grey {
    display: none;
}

#datetime-1,
.pl-instructor-select {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    background: transparent;
    border: none;
    height: 37px;
    color: #9c9c9c;
    font-family: 'Open Sans', sans-serif;
    padding-left: 31px;
    font-size: 14px;
    cursor: pointer;
}

#datetime-1:focus,
.pl-instructor-select:focus,
textarea,
input {
    outline: none;
}

.pl-instructor-select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.any-available-btn,
.any-available-btn-two,
.choose-instructor-btn {
    background: #D16900;
    text-transform: uppercase;
    font-family: industry, sans-serif;
    color: #fff;
    font-size: 15px;
    padding: 10px 0;
    width: 171px;
    margin: auto;
    cursor: pointer;
}

.any-available-btn-two {
    display: none;
    margin-top: 15px;
}

.choose-instructor-btn {
    display: none;
    width: 195px;
}

.or {
    font-size: 23px;
    margin-top: 2px;
    margin-bottom: 7px;
}

.with-any-instructor {
    display: none;
    margin-bottom: 10px;
    font-size: 20px;
}

.step-expanded.three {
    padding: 0;
}

.booking-container {
    font-size: 0;
}

.day-time-slot-cointainer-spacer {
    display: none;
    float: left;
    width: 10px;
    height: 1194px;
    background: #363636;
}

.lesson-types-row {
    height: 68px;
}

.lesson-types-row-blank-space {
    display: block;
    float: left;
    width: 20%;
    background: #848484;
    height: 68px;
}

.booking-header-row {
    background: #848484;
    color: #fff;
    font-size: 0;
    display: block;
    width: 80%;
    float: left;
    height: 68px;
}

.booking-header-row-spacer,
.booking-header-row.two,
.booking-header-row.three,
.booking-header-row.four,
.booking-header-row.five,
.dates-row.three,
.dates-row.four,
.dates-row.five,
.more-dates.three,
.more-dates.four,
.more-dates.five,
.more-dates-back.three,
.more-dates-back.four,
.more-dates-back.five,
.dates-row-container,
.day-time-slot-cointainer.two,
.day-time-slot-cointainer.three,
.day-time-slot-cointainer.four,
.day-time-slot-cointainer.five {
    display: none;
}

.booking-times-col {
    width: 20%;
    vertical-align: top;
    float: left;
}

.booking-times-col-top-space {
    height: 68px;
    background: #848484;
}

.booking-list-time-slot {
    background: #848484;
    color: #fff;
    height: 60px;
    font-size: 16px;
    padding-top: 13px;
    box-sizing: border-box;
}

.booking-list-time-slot div:nth-child(2) {
    margin-top: -1px;    
}

.booking-list-premium, 
.booking-list-standard {
    height: 60px;
    position: relative;
}

.bookings-day-col {
    width: 80%;
    overflow: auto;
}

.booking-header {
    vertical-align: top;
    font-size: 15px;
    display: inline-block;
    box-sizing: border-box;
}

.booking-header.two, 
.booking-header.three {
    width: 50%;
    padding: 8px 5px;
}

.booking-header.two {
    border-right: 1px solid #363636;
}

.booking-header.three {
    border-left: 1px solid #363636;
}

.booking-header div:nth-child(1) {

}

.booking-header div:nth-child(2) {
    font-size: 12px;
    width: 104px;
    margin-left: auto;
    margin-right: auto;
}

.booking-header div:nth-child(3) {
    font-size: 12px;
    margin-top: -2px;
}

.booking-list-container {
    position: relative;
    font-size: 0;
}

.booking-list-col {
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    vertical-align: top;
    height: 1260px;
}

.booking-list-col {
    float: left;
}

.booking-list-spacer {
    width: 2px;
    background: #363636;
    height: 1140px;
    overflow: auto;
    float: left;
    display: none;
}


.booking-list {
    height: 60px;
    padding-top: 9px;
    box-sizing: border-box;
}

.book-btns-col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
}

.book-btns-col:nth-child(1) {
    border-right: 2px solid #363636;
}

.book-btns-col:nth-child(2) {
    border-left: 2px solid #363636;
}

.book-now-btn,
.book-now-btn-booked {
    font-family: industry, sans-serif;
    text-transform: uppercase;
    background: #D16900;
    color: #fff;
    padding: 5px 7px;
    font-size: 14px !important;
    width: 84px;
    margin: auto;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.book-now-btn-booked {
    background: #848484;
}

.instructors-list-modal {
    display: none;
    position: fixed;
    top: 295px;
    width: 256px;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    min-height: 90px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.10);
    padding: 10px 23px 0 7px;
    box-sizing: border-box;
    z-index: 1;
}

.close-instructors-list-modal {
    position: absolute;
    font-size: 26px;
    right: -7px;
    top: -10px;
    cursor: pointer;
}

.available-instructors-row {
    font-size: 0;
    margin-bottom: 10px;
}

.available-instructors-name {
    font-size: 14px;
    display: inline-block;
    width: 60%;
    text-align: left;
}

.available-instructors-book {
    font-size: 14px;
    display: inline-block;
    width: 40%;
    text-align: right;
    text-decoration: underline;
    color: #0093FF;
    cursor: pointer;
}

.step-header.four {
    position: relative;
}

.close-details-modal {
    position: absolute;
    right: 2px;
    color: #000;
    top: 3px;
    font-size: 31px;
    cursor: pointer;
}

.step-container.four {
    display: none;
    position: fixed;
    width: 93%;
    max-width: 430px;
    margin: auto;
    z-index: 4;
    top: 180px;
    left: 0;
    right: 0;
    overflow-y: scroll;
    border-bottom: 8px solid #D16900;
    box-shadow: 2px 2px 9px #000;
}

.step-expanded.four {
    border-bottom: none;
}

.details-input-wrapper {
    margin-bottom: 10px;
}

.details-input-name {
    color: #D16900;
    font-size: 18px;
    margin-bottom: 5px;
}

.details-sub-text {
    color: #4D4F5C;
    font-size: 14px;
    margin-bottom: 7px;
    margin-top: -6px;
}

.details-input,
.details-input-wrapper textarea {
    border: 1px solid #707070;
    position: relative;
    background: #fff;
    height: 37px;
    width: 100%;
    font-size: 16px;
    padding-left: 10px;
    box-sizing: border-box;
}

.details-input-wrapper textarea {
    height: 100px;
    font-size: 15px;
}

.add-to-cart-btn {
    /* display: none; */
    position: relative;
    background: #D16900;
    font-family: industry, sans-serif;
    color: #fff;
    text-transform: uppercase;
    width: 200px;
    margin: auto;
    margin-top: 10px;
    padding: 9px 0;
    cursor: pointer;
}

.add-to-cart-btn.disable-btn {
    pointer-events: none;
}

.add-to-cart-loading-gif {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 30px;
}

.g-recaptcha {
    transform: scale(0.79);
    -webkit-transform: scale(0.79);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.tail-datetime-calendar .calendar-actions {
    background-color: #363636;
}

.tail-datetime-calendar .calendar-actions span {
    text-shadow: none;
}

.tail-datetime-calendar .calendar-actions span[data-action]:hover {
    background-color: #D16900;
}

.tail-datetime-calendar .calendar-actions span:first-child:before, 
.tail-datetime-calendar .calendar-actions span:last-child:before {
    background-color: transparent;
}

.tail-datetime-calendar .calendar-datepicker table tr th {
    background-color: #848484;
}

.content-div-one {
    padding: 0;
}

h1.h1-class-home {
    color: #363636;
}

p.p-class-home {
    color: #848484;
    padding: 0 15px;
}

p.p-class-home a {
    color: #848484;
}

.body-container-home {
    background: #fff;
    padding-top: 0;
}

.checkbox-wrapper-inline {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.lesson-details-checkbox-wrapper [type="checkbox"].filled-in+label:before, [type="checkbox"].filled-in+label:after {
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.lesson-details-checkbox-wrapper [type="checkbox"].filled-in:checked+label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #D16900;
    border-bottom: 2px solid #D16900;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.lesson-details-checkbox-wrapper [type="checkbox"].filled-in:checked+label:before {
    top: -4px;
    left: 1px;
    width: 3px;
    height: 16px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(28deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 218% 98%;
}

[type="checkbox"].filled-in:checked+label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid rgb(0, 154, 202);
    background-color: rgb(0, 154, 202);
    z-index: 0;
}

.lesson-details-checkbox-wrapper [type="checkbox"].filled-in:not(:checked)+label:after {
    height: 12px;
    width: 12px;
}

.lesson-details-checkbox-wrapper [type="checkbox"]+label {
    font-size: 15px;
    line-height: 17px;
    padding-left: 21px;
    height: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #4D4F5C;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.lesson-details-checkbox-wrapper [type="checkbox"].filled-in:checked+label:after {
    /*top: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #D16900;
    background-color: #D16900;
    z-index: 0;*/
    top: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #D16900;
    background-color: transparent;
    z-index: 0;
}

/*.lesson-details-checkbox-wrapper [type="checkbox"].filled-in:checked+label:before {
    display: none
}*/

.lesson-details-checkbox-wrapper [type="checkbox"].filled-in:not(:checked)+label:after {
    border: 2px solid #D16900;
}



input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #000000;
    box-shadow: none;
}

input:not([type]):focus:not([readonly])+label, input[type=text]:focus:not([readonly])+label, input[type=password]:focus:not([readonly])+label, input[type=email]:focus:not([readonly])+label, input[type=url]:focus:not([readonly])+label, input[type=time]:focus:not([readonly])+label, input[type=date]:focus:not([readonly])+label, input[type=datetime]:focus:not([readonly])+label, input[type=datetime-local]:focus:not([readonly])+label, input[type=tel]:focus:not([readonly])+label, input[type=number]:focus:not([readonly])+label, input[type=search]:focus:not([readonly])+label, textarea.materialize-textarea:focus:not([readonly])+label {
    color: #0a0a0a;
}

.any-available-checkbox-wrapper {
    display: none;
}

.any-available-checkbox-wrapper.lesson-details-checkbox-wrapper [type="checkbox"].filled-in:not(:checked)+label:after {
    border: 2px solid #ADADAD;
}

.more-dates-container {
    display: none;
}

.deatils-lesson-name {
    text-transform: capitalize;
    color: #D16900;
    font-weight: 600;
    font-size: 19px;
}

.details-instructor {
    margin-bottom: 15px;
}

@media (min-width: 375px) {
    .g-recaptcha {
        transform: initial;
        -webkit-transform: initial;
        transform-origin: initial;
        -webkit-transform-origin: initial;
        width: 302px;
        margin: auto;
    }
}

@media (min-width: 414px) {
    .bullet {
        width: 5px;
    }

    .booking-list-spacer {
        width: 4px;
    }

    .pl-header-verbiage {
        font-size: 17px;
    }

    .pl-col.two {
        font-size: 44px;
        line-height: 44px;
    }

    .booking-times-col-top-space {
        height: 71px;
    }

    .booking-header {
        font-size: 17px;
    }

    .booking-header.two {
        border-right: 2px solid #363636;
    }

    .booking-header.three {
        border-left: 2px solid #363636;
    }

    .book-now-btn,
    .book-now-btn-booked {
        font-size: 15px !important;
        /*padding: 8px 7px;*/
        width: 107px;
    }

    .booking-list-container>div {
        font-size: 18px;
    }

    .booking-list-time-slot div:nth-child(2) {
        margin-top: -4px;
    }

}

@media (min-width: 768px) {
    .bullet {
        width: 7px;
        margin-left: 3.4px;
    }

    .pl-header-container {
        height: 135px;
    }

    .pl-header-verbiage {
        font-size: 26px;
    }

    .pl-col.two {
        font-size: 60px;
        line-height: 61px;
    }
}

@media (min-width: 992px) {
    h1.h1-class-home {
        font-size: 24px;
        margin-bottom: 5px;
    }

    p.p-class-home {
        font-size: 15px;
    }
}

@media (min-width: 1024px) {
    .bullet {
        width: 11px;
        margin-left: 4.6px;
    }

    .step-expanded.four {
        padding-top: 10px;
    }

    .step-container.four {
        max-width: 820px;
        top: 207px;
        height: 595px;
    }

    .details-col.one {
        float: left;
        text-align: left;
        margin-right: 80px;
        margin-left: 15px;
    }

    .details-col.two {
        overflow: hidden;
        text-align: left;
    }

    .instructors-list-modal {
        position: absolute;
        top: 10px;
        width: 90%;
    }

    .day-time-slot-cointainer-spacer {
        height: 1260px;
    }

    .booking-list-spacer {
        display: none;
    }

    .book-btns-col:nth-child(1),
    .book-btns-col:nth-child(2) {
        border: none;
    }

    .lesson-types-row {
        height: 53px;
    }

    .lesson-types-row-blank-space {
        width: 85px;
        background: #363636;
        height: 53px;
    }

    .booking-header-row {
        width: 253px;
        height: 53px;
    }

    .booking-header-row-spacer {
        float: left;
        width: 10px;
        height: 53px;
        background: #363636;
        overflow: auto;
    }

    .booking-header-row.two,
    .booking-header-row-spacer.one,
    .booking-header-row-spacer.two,
    .day-time-slot-cointainer.two,
    .step-container.three.active .day-time-slot-cointainer-spacer.one,
    .step-container.three.active .day-time-slot-cointainer-spacer.two {
        display: block;
    }

    .dates-row-container {
        display: block;
        position: relative;
        background: #363636;
        height: 40px;
        color: #fff;
        font-size: 15px;
        padding-top: 3px;
        padding-bottom: 4px;
    }

     .step-container.three.active .more-dates-container {
        display: block;
        position: absolute;
        color: #FFFF00;
        font-size: 12px;
        top: 7px;
        cursor: pointer;
    }

    .more-dates-container.one {
        left: 82px;
    }

    .more-dates-container.two {
        right: 10px;
    }

    .more-dates-back,
    .more-dates {
        position: relative;
        width: 72px;
    }

    .more-dates-back img {
        position: absolute;
        left: 5px;
        width: 9px;
        top: 10px;
    }

    .more-dates img {
        position: absolute;
        right: 5px;
        width: 9px;
        top: 10px;
    }

    .more-dates-back div:nth-child(3),
    .more-dates div:nth-child(3) {
        margin-top: -3px
    }

    .dates-row.zero {
        display: block;
        width: 85px;
        float: left;
        height: 44px;
    }

    .dates-row {
        width: 242px;
        float: left;
        overflow: auto;
        margin-right: 10px;
    }

    .dates-row.two {
        margin-left: 7px;
    }

    .dates-row.three {
        margin-left: 11px;
    }

    .dates-row.four {
        margin-left: 9px;
    }

    .dates-row.five {
        margin-left: 13px;
    }

    .booking-header.two, 
    .booking-list {
        border-right: none;
    }

    .booking-header.three {
        border-left: none;
    }

    .booking-list {
        padding-top: 12px;
    }

    .book-now-btn, .book-now-btn-booked {
        font-size: 14px !important;
        /*padding: 7px 7px;*/
        width: 97px;
    }

    .day-time-slot-cointainer {
        width: 253px;
        float: left;
        overflow: auto;
        min-height: 1px;
    }

    .booking-times-col-top-space {
        height: 54px;
        background: #363636;
    }

    .booking-header.two, .booking-header.three {
        padding: 2px 2px 6px 2px;
        font-size: 16px;
    }

    .booking-header div:nth-child(2) {
        font-size: 11px;
        line-height: 12px;
        margin-top: 1px;
        width: 102px;
    }

    .booking-header div:nth-child(3) {
        font-size: 10px;
        margin-top: -2px;
    }

    .booking-list-time-slot {
        background: #363636;
    }

    .pl-header-container {
        height: 180px;
    }

    .pl-header-verbiage {
        font-size: 38px;
        clip-path: polygon(0 0, 100% 0, 91% 100%, 0% 100%);
        width: 860px;
        padding-left: 40px;
    }

    .pl-col.two {
        font-size: 90px;
        line-height: 92px;
    }

    .or {
        margin-top: -6px;
        margin-bottom: 10px;
    }

    .pl-badge-icon,
    .pl-down-arrow,
    .any-available-btn,
    .step-container.two.active .pl-badge-icon-grey,
    .step-container.two.active .pl-down-arrow-grey {
        display: none;
    }

    .pl-badge-icon-grey,
    .pl-down-arrow-grey,
    .step-expanded.one,
    .step-expanded.two,
    .step-expanded.three,
    .inactive-overlay,
    .any-available-checkbox-wrapper,
    .step-container.two.active .pl-badge-icon,
    .step-container.two.active .pl-down-arrow {
        display: block;
    }

    .pl-container {
        max-width: 969px;
    }

    .pl-container-col.one {
        float: left;
        width: 290px;
        margin-right: 10px;
    }

    .step-expanded.one {
        padding: 35px 15px 40px 15px;
    }

    .step-expanded.two {
        padding: 20px 15px 20px 15px;
    }

    .pl-container-col.two {
        overflow: auto;
    }

    .step-expanded.two,
    .step-expanded.three {
        border: 8px solid #ADADAD;
        border-top: none;
    }

    .step-container.two.active .step-expanded.two,
    .step-container.three.active .step-expanded.three {
        border: 8px solid #D16900;
        border-top: none;
    }

    .step-container.two.active .any-available-checkbox-wrapper.lesson-details-checkbox-wrapper [type="checkbox"].filled-in:not(:checked)+label:after {
        border: 2px solid #D16900;
    }

    .booking-list-time-slot>div {
        display: inline-block;
        margin-top: 10px;
    }

    .booking-container {
        padding: 6px 6px 0 6px;
    }

    .booking-times-col {
        display: block;
        width: 85px;
        float: left;
    }

    .bookings-day-col {
        overflow: auto;
        display: block;
        width: initial;
    }
}

@media (min-width: 1232px) {
    .pl-container {
        max-width: 1232px;
    }

    .booking-header-row.three,
    .booking-header-row-spacer.three,
    .day-time-slot-cointainer.three,
    .step-container.three.active .day-time-slot-cointainer-spacer.three,
    .dates-row.three {
        display: block;
    }

    .more-dates-back.two,
    .more-dates.two {
        display: none;
    }

    .more-dates-back.three,
    .more-dates.three {
        display: block;
    }
}

@media (min-width: 1495px) {
    .pl-container {
        max-width: 1495px;
    }

    .booking-header-row.four,
    .booking-header-row-spacer.four,
    .day-time-slot-cointainer.four,
    .step-container.three.active .day-time-slot-cointainer-spacer.four,
    .dates-row.four {
        display: block;
    }

    .more-dates-back.three,
    .more-dates-back.two {
        display: none;
    }

    .more-dates-back.four {
        display: block;
    }


    .more-dates-back.two,
    .more-dates.two,
    .more-dates-back.three,
    .more-dates.three {
        display: none;
    }

    .more-dates-back.four,
    .more-dates.four {
        display: block;
    }
}

@media (min-width: 1758px) {
    .pl-container {
        max-width: 1758px;
    }

    .booking-header-row.five,
    .booking-header-row-spacer.five,
    .day-time-slot-cointainer.five,
    .step-container.three.active .day-time-slot-cointainer-spacer.five,
    .dates-row.five {
        display: block;
    }

    .more-dates-back.two,
    .more-dates.two,
    .more-dates-back.three,
    .more-dates.three,
    .more-dates-back.four,
    .more-dates.four {
        display: none;
    }

    .more-dates-back.five,
    .more-dates.five {
        display: block;
    }
}


