/*------BOOKING FORM STYLES------*/
.elementor-widget.registration-form-heading {
    margin-bottom:5px;
}

.registration-form-column .gravity-form_container {
    width:60rem;
    margin-bottom:0 !important;
}

.gform_wrapper.registration-form_wrapper {
    margin-bottom:0;
}

.gform_legacy_markup_wrapper .gf_progressbar_wrapper {
    margin-bottom:40px !important;
}

.gform_legacy_markup_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
    color:#4CA585 !important;
    font-size:1.3rem !important;
    font-weight:800 !important;
    opacity:1 !important;
    text-transform:uppercase;
    margin:0 0 0.1rem !important;
    font-family:"proxima-nova","Ek Mukta", sans-serif;
}

.gform_legacy_markup_wrapper .gf_progressbar_blue {
    background:rgba(76,165,133,0.2) !important;
    width:100% !important;
}

.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blue {
    background-color:#4CA585 !important;
    color:#4CA585 !important;
    height:12px !important;
}

.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blue span {
    display:none;
}

.registration-form ul.gform_fields li.gfield:not(.gsection):not(.small-label) {
    margin-bottom:0;
}

.gform_legacy_markup_wrapper .top_label .gsection_description {
    line-height:1.3em;
}

.gform_wrapper .registration-form li:not(.question) label.gfield_label {
    font-size:2rem;
    color:#12130F;
    font-weight:400;
    margin-bottom:0;
}

.gform_wrapper .registration-form li.small-label label.gfield_label, li.question label.gfield_label {
    font-size:1.8rem;
    margin-bottom:0;
    font-weight:400;
}

.gf_left_half .ginput_container {
    padding-right:8px !important;
}

.gf_right_half .gfield_label {
    padding-left:8px;
}

.gf_right_half .ginput_container {
    padding-left:8px !important;
}

.gform_wrapper .registration-form li.question {
    margin-top:30px;
}

.gform_wrapper .gfield_description {
    font-size:1.3rem !important;
    font-weight:400 !important;
    line-height:1.3em !important;
    margin-top:0.5rem;
}

.gform_wrapper .registration-form li .instruction {
    display:none;
}

.gform_wrapper .registration-form .gfield_checkbox li label, .gform_legacy_markup_wrapper .gfield_radio li label {
    font-size:1.8rem !important;
    margin-bottom:0.6rem;
    line-height:1.2em;
}

.gform_wrapper .registration-form select {
    margin-left:0 !important;
}

.gform_legacy_markup_wrapper .gfield_date_day, .gform_legacy_markup_wrapper .gfield_date_month {
    width:5rem !important;
    max-width:5rem !important;
    margin-right:16px !important;
}

.gform_legacy_markup_wrapper .gfield_date_year {
    width:6.5rem !important;
    max-width:6.5rem !important;
}

.gfield.future-interest .ginput_container_checkbox {
    margin-top:0 !important;
}

/* Base for label styling */
.gform_legacy_markup_wrapper ul.gfield_checkbox li, .gform_legacy_markup_wrapper ul.gfield_radio li {
    overflow:visible !important;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked, [type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label, [type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
    position:relative;
    padding-left:3.8rem !important;
    cursor:pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before, [type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
    content:'';
    position:absolute;
    left:0;
    top:-0.3rem;
    width:2.8rem;
    height:2.8rem;
    border:none;
    background:#E0E0E2;
    border-radius:0.8rem;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after, [type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
    content:'\f17b';
    position:absolute;
    top:0.3em;
    left:0.4em;
    font-size:1.6rem;
    line-height:0.8;
    color:#EDF6F9;
    transition:all .2s;
    font-family:fontawesome;
}

[type="checkbox"]:checked + label:before, [type="radio"]:checked + label:before {
    background:#4CA585;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after, [type="radio"]:not(:checked) + label:after {
    opacity:0;
    transform:scale(0);
}
[type="checkbox"]:checked + label:after, [type="radio"]:checked + label:after {
    opacity:1;
    transform:scale(1);
}

/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before, [type="radio"]:checked:focus + label:before,
[type="radio"]:not(:checked):focus + label:before {
    border:2px dotted #12130F;
}

/* hover style just for information */
label:hover:before {
    background:#4CA585 !important;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-right:0 !important;
}

.gform_wrapper .registration-form ul li.gfield:not(.check-boxes):not(.no-label):not(.gfield--type-name):not(.hidden_label):not(.enrolment-notice-wrapper) {
    margin-bottom:4rem !important;
}

.gform_wrapper .registration-form ul li.gfield.question {
    margin-top:6rem !important;
}

.gfield.enrolment-notice-wrapper {
    margin-bottom:3rem !important;
}

.enrolment-notice-wrapper .enrolment-notice {
    margin-left:0;
}

.enrolment-notice .gform_confirmation_message {
    text-align:left;
}

.enrolment-notice p {
    margin-bottom:0;
}

.gform_wrapper .registration-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper .registration-form textarea {
    font-size:1.8rem;
    font-weight:400;
    border-radius:0.8rem;
    border:none;
    padding:1rem !important;
    background:#E0E0E2;
    color:#12130F;
    line-height:1.1 !important;
}

.gform_wrapper .registration-form select {
    font-size:1.6rem !important;
}

.gform_wrapper .registration-form input, .gform_wrapper .registration-form select {
    line-height:1em !important;
}

.gform_wrapper .registration-form .top_label input.medium {
    width:100%;
    max-width:307px;
}

.gform_wrapper .registration-form ul li.gfield.no-label {
    margin-top:12px !important;
}

.gform_wrapper .registration-form ul li.gfield.no-label .ginput_complex {
    margin-top:0;
}

.gform_wrapper .registration-form ul li.gfield.no-label .ginput_complex span {
    padding-top:0 !important;
}

.gform_wrapper .registration-form ul li.gfield.no-label .ginput_complex input[type=text] {
    margin-bottom:0;
}

.gform_wrapper .registration-form .top_label .ginput_container_textarea {
    margin-top:12px;
}

.registration-form .gfield_required {
    display:none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#12130F !important;
    opacity:0.6 !important;
    font-family:"proxima-nova","Ek Mukta", sans-serif !important;
}

::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#12130F;
    opacity:0.6 !important;
    font-family:"proxima-nova","Ek Mukta", sans-serif !important;
}

::-moz-placeholder  { /* Mozilla Firefox 19+ */
    color:#12130F;
    opacity:0.6 !important;
	font-family:"proxima-nova","Ek Mukta", sans-serif !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#12130F;
    opacity:0.6 !important;
	font-family:"proxima-nova","Ek Mukta", sans-serif !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color:#12130F;
    opacity:0.6 !important;
	font-family:"proxima-nova","Ek Mukta", sans-serif !important;
	font-weight:300 !important;
}

.gform_wrapper li.question label.gfield_label {
    margin-bottom:1.4rem;
}

.gform_wrapper li.question .gfield_description {
    padding-bottom:0;
}

.gform_wrapper li.question .ginput_container {
    margin-top:5px !important;
}

li.question .gfield_label span.gfield_required {
    display:none;
}

.gform_legacy_markup_wrapper .gform_page_footer {
    border-top:none !important;
    padding-top:0 !important;
    margin-top:0 !important;
}

input[type='button'].gform_next_button {
    background:transparent;
}

input[type='button'].gform_previous_button {
    background:transparent !important;
    color:#4CA585 !important;
}

input[type='button'].gform_next_button, input[type='button'].gform_previous_button, input[type='submit'] {
    text-transform:uppercase;
    font-size:1.6rem !important;
    font-weight:600;
    font-family:"proxima-nova","Ek Mukta", sans-serif;
    color:#4CA585;
    padding:1.5rem 2.8rem !important;
    border-radius:4rem;
    border:0.2rem solid #4CA585;
    margin-bottom:2rem !important;
    box-shadow:none !important;
}

input[type='button'].gform_next_button:hover, input[type='button'].gform_next_button:active, input[type='button'].gform_next_button:focus, input[type='button'].gform_previous_button:hover, input[type='button'].gform_previous_button:active, input[type='button'].gform_previous_button:focus, input[type='submit']:hover, input[type='submit']:active, input[type='submit']:focus {
    background:#4CA585 !important;
    color:#EDF6F9 !important;
    box-shadow:none;
}

.gform_wrapper .registration-form input[type='submit'] {
    text-transform:uppercase;
    padding:0.6em 1.4em;
    border-radius:4rem;
    margin:0 auto 0;
    box-shadow:none;
    color: #EDF6F9;
    background: #4CA585;
    border: 0.2rem solid #4CA585;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.gform_wrapper .registration-form input[type='submit']:hover, .gform_wrapper .registration-form input[type='submit']:active, .gform_wrapper .registration-form input[type='submit']:focus {
    color:#A2D45E;
    background:#12130F !important;
    border-color:#12130F;
}
/*-----CONFIRMATION STYLES------*/
.gform_confirmation_wrapper.registration-form {
    font-size:1.8rem;
    font-weight:400;
    box-shadow:none;
    margin-top:0;
    padding:2rem 2rem 4rem 2rem;
    max-width:100%;
    width:100%;
    border-radius:1.5rem;
}

.gform_confirmation_wrapper.registration-form h3 {
    font-size:2rem;
}

.gform_confirmation_wrapper.registration-form .profile-img {
    width:9rem;
    border-radius:1.5rem;
    margin:auto auto 1.4rem auto;
}

.gform_wrapper h3.gf_progressbar_title {
    font-size:1.6rem !important;
    width:auto;
    display:inline-block;
    color:#4CA585;
}

.gform_wrapper .gf_progressbar {
    display:inline-block;
    width:auto;
}

.gform_wrapper .gf_progressbar_percentage.percentbar_100 {
    font-size:1.6rem;
    font-weight:800;
    color:#4CA585;
}

.gform_confirmation_message h4 {
    margin-bottom:1.5em;
}

.gform_confirmation_message p:nth-child(+n+4) {
    margin-bottom:0;
}

.gform_confirmation_message p.title {
    font-size:0.7em;
    text-transform:uppercase;
    font-weight:600;
}

.gform_validation_errors {
    display:none;
}

/*-----------------------------------------
TABLETS 767px (iPad) and all widths below this
-----------------------------------------*/
@media only screen and (max-width: 767px) {
    
    /*-----BOOKING FORM STYLES----*/
    
    .registration-form ul.gform_fields li.gfield.check-boxes {
        width:100% !important;
    }
    
    ul.gform_fields li:nth-child(2).check-boxes {
        margin-top:0;
    }
    
    ul.gform_fields li:nth-child(2).check-boxes .ginput_container_checkbox {
        margin-top:0;
    }
    
    ul.gform_fields li:nth-child(2).check-boxes .ginput_container_checkbox ul.gfield_checkbox {
        margin-top:0;
    }
    
    ul.gform_fields li:nth-child(1).check-boxes .ginput_container_checkbox ul.gfield_checkbox {
        margin-bottom:0;
    }
    
}

/*-----------------------------------------
TABLETS 641px (iPad) and all widths below this
-----------------------------------------*/
@media only screen and (max-width: 641px) {
    
    .gform_legacy_markup_wrapper .ginput_container span:not(.ginput_price) {
        display:inline-block;
        margin-bottom:0;
    }
    
    .gform_legacy_markup_wrapper .gform_footer input.button, .gform_legacy_markup_wrapper .gform_footer input[type=submit], .gform_legacy_markup_wrapper .gform_page_footer input.button, .gform_legacy_markup_wrapper .gform_page_footer input[type=submit] {
        width:auto;
    }
    
}

/*-----------------------------------------
TABLETS 640px (iPad) and all widths below this
-----------------------------------------*/
@media only screen and (max-width: 640px) {
    
    .gform_legacy_markup_wrapper .ginput_container span:not(.ginput_price) {
        display:inline;
    }

    .gf_right_half .ginput_container, .gf_right_half .gfield_label {
        padding-left:0 !important;
    }

    .gform_wrapper .registration-form .gfield:not(.address) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper .registration-form textarea {
        margin-bottom:1rem !important;
    }

    .gform_legacy_markup_wrapper .gform_footer input.button, .gform_legacy_markup_wrapper .gform_footer input[type=submit], .gform_legacy_markup_wrapper .gform_page_footer input.button, .gform_legacy_markup_wrapper .gform_page_footer input[type=submit] {
        margin:0 0.5rem 1rem 0 !important;
    }
    
}