body.booking-form article .booking-form-ctn{
    background: url(https://www.actionsnowsports.com/wp-content/uploads/2016/05/gcp_100329_148-scaled.jpg);
    background-attachment: fixed;
    padding: 4em;
    border-radius: 10px;
    margin-bottom:3em;
}

body.booking-form article .booking-form-ctn .inner{
    background: #fff;
    padding: 4em;
    border-radius: 10px;
    color:#000;
}
body.booking-form article .booking-form-ctn h1, body.booking-form article .booking-form-ctn h1>p{
    text-align:center;
}
body.booking-form article .booking-form-ctn .content-inner{
    background:#fff;
}
body.booking-form article .booking-form-ctn p, body.booking-form article .booking-form-ctn label{
    color:#000;
    font-weight:500;
}
body.booking-form select{
    padding:5px;
}
body.booking-form select, body.booking-form input{
    color: #322a2a;
    border: 1px solid #322a2a;
}
body.booking-form input::placeholder{
    color: #322a2a;
}
body.booking-form .wpcf7-list-item{
    margin: 10px 20px 5px 0;
}
body.booking-form article .booking-form-ctn p{
    margin-bottom:15px;
}
body.booking-form article .booking-form-ctn p .input-block-level{
    margin-bottom:0;
}
body.booking-form .booking-form-ctn .cf7-repeater-container .cf7-repeater{
    padding:0;
}
body.booking-form input.wpcf7-submit.booking-form-submit{
    background: #f6821f;
    border: 2px solid #f6821f;
    color: #fff;
    margin-top: 2em;
    font-size: 16px;
    padding: 6px 20px;
}
body.booking-form input.wpcf7-submit.booking-form-submit:hover{
    background: transparent;
    color: #f6821f;
    border: 2px solid #f6821f;
}
body.booking-form .hide{
    display:none !important;
}
body.booking-form .wpcf7-not-valid-tip{
    display:block !important;
}
.booking-radio-list h3, .emergency-contact-section h3{
    text-transform:uppercase;
}
#lesson-requirement .repeater-field-header{
    background: #c2d2df;
    vertical-align: middle;
    height: 45px;
}
#lesson-requirement .repeater-field-content{
    border: 1px solid #c2d2df;
    padding-left: 10px;
}
.repeater-field-header-title>p{
    margin-bottom: 0 !important;
    margin-left: 10px;
    margin-top:10px;
    font-weight: bold;
}
.repeater-field-header-acctions ul li{
    margin:10px 10px 0 0;
}
.repeater-field-content{
    padding-top:10px;
}
.repeater-field-footer{
    margin: -20px 0 2em 0 !important;
}

@media only screen and (max-width:768px){
    body.booking-form article .booking-form-ctn{
        padding:1em;
    }
    body.booking-form article .booking-form-ctn .inner{
        padding:2em 1em;
    }
}


