/* ---- GENERAL ---- */

.form_container {
    width: 100%;
    margin: 30px auto 30px auto;
}

/* ---------- CONTACT FORM ---------- */

#enquiry_type_other { display: none; }
#read_terms { left: 0; }
.contact_form_block {
    display: block;
    width: 100%;
    padding: 0;
    z-index: 9999;
}

.contact_form_container {
    max-width: 85%;
    margin: 0 auto;
}

.contact_form_text {
    padding: 0;
}

.contact_form_container .contact_form_text p {
    color: #ffffff;
}

.contact_form fieldset {
    padding: 50px 20% 80px 20%;
    border-width: 0;
    box-shadow: 0 0 18px #bfbfbf;
}

.contact_form label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #000000;
    font-size: 12pt;
    line-height: 150%;
    margin: 15px 0 -5px 2px;
}

.contact_form input, .contact_form select, .contact_form textarea {
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #ff6b00;
    width: 100%;
    border-radius: 4px;
    border-width: 2px;
    padding: 15px;
    margin: 9px 0 0 0;
    border-style: solid;
}

.contact_form select { 
    display: block;
    padding: 15px;
    background: #ffffff;
    background: url('../images/select_arrow.jpg') right center;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; 
}

.contact_form textarea { 
    height: 200px;
}

.form_question {
    margin: 0 0 0 0;
}

.contact_form button {
    display: block;
    cursor: pointer;
    margin: 30px 0 0 0;
    font-family: 'Montserrat', sans-serif;
    width: 270px;
    font-size: 17px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    border-style: solid;
    border-radius: 4px;
    border-width: 1px;
    border-color: #ffffff;
    background-image: url("../images/icon_send.png");
    background-color: #ed5200;
    background-repeat: no-repeat;
    background-position: 18px;
    background-size: 34px;
    padding: 15px 15px 15px 50px;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

.contact_form button:hover {
    background: #b92c00;
    color: #fff;
    background-image: url("../images/icon_send.png");
    background-repeat: no-repeat;
    background-position: 18px;
    background-size: 34px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

/* ----- Validation ----- */

.required {border-color: #d84c02;}

.contact_form input:valid,
.contact_form select:valid,
.contact_form textarea:valid {
    border: solid 2px #fff0; 
    -webkit-transition: all .8s ease-in;  
       -moz-transition: all .8s ease-in;  
        -ms-transition: all .8s ease-in;   
         -o-transition: all .8s ease-in;   
            transition: all .8s ease-in;  
}

/* ---------- BOOKING FORM ---------- */

#referred_more { display: none; }
#session_more { display: none; }
#session_time_more { display: none; }
#vehicle_other_more { display: none; }

.booking_form .w10 { width: 100px; }
.booking_form .w15 { width: 150px; }
.booking_form .w20 { width: 200px; }
.booking_form .w25 { width: 250px; }
.booking_form .w33 { width: 330px; }
.booking_form .w40 { width: 400px; }
.booking_form .w50 { width: 500px; }
.booking_form .w66 { width: 66%; }
.booking_form .w75 { width: 75%; }
.booking_form .w90 { width: 90%; }

.booking_form_block {
    display: block;
    width: 100%;
    padding: 0;
    z-index: 9999;
}

.booking_form_container {
    max-width: 85%;
    margin: 0 auto;
}

.booking_form_text {
    padding: 0;
}

.booking_form_container .booking_form_text p {
    color: #40372c;
}

/* ----- Validation ----- */

.required {border-color: #d84c02;}

.booking_form input:valid,
.booking_form select:valid,
.booking_form textarea:valid,  
.booking_form .custom_chkbox.required:valid {
    border: solid 2px #fff0; 
    -webkit-transition: all .8s ease-in;  
       -moz-transition: all .8s ease-in;  
        -ms-transition: all .8s ease-in;   
         -o-transition: all .8s ease-in;   
            transition: all .8s ease-in;  
}

.form_container {
    width: 100%;
    margin: 30px auto 30px auto;
}

.booking_form fieldset {
    margin-bottom: 50px;
    padding: 50px 7vw 80px 7vw;
    border-width: 0;
    box-shadow: 0 0 18px #d6d3d3;
}

.booking_form label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #40372c;
    font-size: 16px;
    line-height: 150%;
    margin: 15px 0 -5px 2px;
}

.booking_form input, .booking_form select, .booking_form textarea {
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #ff9c37;
    width: 100%;
    border-radius: 4px;
    border-width: 2px;
    padding: 15px;
    margin: 9px 0 0 0;
    border-style: solid;
}

.booking_form select { 
    display: block;
    padding: 15px;
    background: #ffffff;
    background: url('../images/select_arrow.jpg') right center;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; 
}

.booking_form textarea { 
    height: 200px;
}

.booking_form input.indicator {
    padding-left: 29px;
}

.booking_form input[type="checkbox"] ~ label {
    margin: -22px 0 22px 50px;
}

/* Customize the label (the container) */
.lab_chkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.lab_chkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.custom_chkbox {
    position: absolute;
    margin-top: -2px;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 3px;
}

.custom_chkbox.required { 
    border: solid 2px #F44336; 
    height: 26px;
    width: 26px;
}

/* On mouse-over, add a grey background color */
.lab_chkbox:hover input ~ .custom_chkbox {
    background-color: #ffefdc;
    cursor: pointer;
}

/* When the checkbox is checked, add a orange background */
.lab_chkbox input:checked ~ .custom_chkbox {
    background-color: #ff9f3f;
}

/* When the checkbox required is checked, add a orange background */
.lab_chkbox input:checked:valid ~ .custom_chkbox.required {
    border: solid 2px #ffffff00; 
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom_chkbox:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.lab_chkbox input:checked ~ .custom_chkbox:after {
    display: block;
}

/* Style the checkmark/indicator */
.lab_chkbox .custom_chkbox:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 9px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.lab_chk_cntr { 
    padding-left: 0;
    text-align: center; }

.lab_chk_cntr .custom_chkbox { 
    display: block;
    position: relative;
    margin: 0 auto; 
    top: 25px;
    -ms-transform: scale(1.4);
        transform: scale(1.4); 
}

/* When the checkbox required is checked */
.lab_chk_cntr input:checked:valid ~ .custom_chkbox.required:after {
    left: 7px;
    top: 4px;
}

.booking_form input[type="date"] {   
    background:#fff url(../images/icon_date_picker.png) 90% 50% no-repeat;
    background-size: 18px;
    min-height: 54px;
}

.booking_form input[type="date"]::-webkit-inner-spin-button {
    display: none;
}

.booking_form input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.booking_form input[type="time"] {   
    background:#fff url(../images/icon_time_picker.png) 87% 50% no-repeat;
    background-size: 18px;
    min-height: 54px;
}

.booking_form input[type="time"]::-webkit-inner-spin-button {
    display: none;
}

.booking_form input[type="time"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ff9c37;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ff9c37;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ff9c37;
}

.booking_form .currency {
    display: block;
    width: 14px;
    margin: -36px 0 40px 15px;
    font-family: 'Montserrat', sans-serif;
    color: #888888;
    font-size: 17px; 
}

.booking_form button {
    display: block;
    cursor: pointer;
    margin: 30px auto -20px auto;
    font-family: 'Montserrat', sans-serif;
    width: 280px;
    font-size: 17px;
    color: #ffffff;
    text-decoration: none;
    border-style: solid;
    border-radius: 4px;
    border-width: 1px;
    border-color: #ff9c37;
    background-image: url("../images/icon_send.png");
    background-color: #ff9c37;
    background-repeat: no-repeat;
    background-position: 18px;
    background-size: 34px;
    padding: 15px 15px 15px 50px;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

.booking_form button:hover {
    background: #ee7800;
    color: #fff;
    background-image: url("../images/icon_send.png");
    background-repeat: no-repeat;
    background-position: 18px;
    background-size: 34px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.copy_address_btn {
    display: block;
    width: fit-content;
    background-color: #fe6a00;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    padding: 1px 10px 1px 10px;
    border-radius: 4px;
    margin: -30px 0 3px auto;
    font-weight: 400;
}

.copy_address_btn:hover {
    background-color: #b44d03;
    cursor: pointer;
}

/* ---------------------------------------- RESOLUTIONS ---------------------------------------- */

@media screen and (max-width: 1023px) {
    /* ---------- CONTACT FORM ---------- */

    .contact_form_block         { width: 100%; margin: 0; padding: 10px 0 10px 0; }
    .contact_form_container     { max-width: 100%; }
    .contact_form               { width: 100%; margin: 0; padding: 0; }
    .contact_form fieldset      { width: 100%; margin: 0 ; padding: 30px 60px 30px 60px; }

    /* ---------- BOOKING FORM ---------- */

    .booking_form_block         { width: 100%; margin: 0; padding: 10px 0 10px 0; }
    .booking__form_container    { max-width: 100%; }
    .booking_form               { width: 100%; margin: 0; padding: 0; }
    .booking__form fieldset     { width: 100%; margin: 0 ; padding: 30px 60px 30px 60px; }
}

@media screen and (max-width: 940px) {
    /* ---------- CONTACT FORM ---------- */

    .contact_form_block         { width: 100%; margin: 0; padding: 10px 0 10px 0; }
    .contact_form_container     { max-width: 100%; }
    .contact_form               { width: 100%; margin: 0; padding: 0; }
    .contact_form fieldset      { width: 100%; margin: 0 ; padding: 30px 60px 30px 60px; }

    /* ---------- BOOKING FORM ---------- */

    .booking_form_block         { width: 100%; margin: 0; padding: 10px 0 10px 0; }
    .booking_form_container     { max-width: 100%; }
    .booking_form               { width: 100%; margin: 0; padding: 0; }
    .booking_form fieldset      { width: 100%; margin: 0 0 35px 0; padding: 30px 60px 30px 60px; }
}

@media screen and (max-width: 500px) {
    /* ---------- CONTACT FORM ---------- */

    .contact_form_block         { width: 100%; padding: 0; }
    .contact_form fieldset      { width: 100%; margin: 0 ; padding: 15px 20px 30px 15px; }
    .contact_form button        { width: 100%; }

    /* ---------- BOOKING FORM ---------- */

    .booking_form_block         { width: 100%; padding: 0; }
    .booking_form fieldset      { width: 100%; margin: 0 0 10px 0 ; padding: 15px 20px 30px 15px; }
    .booking_form button        { width: 100%; }
}