/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

.oceanwp-custom-menu li > a {font-family: 'Roboto Condensed';}

.wpcf7-form .question-image {
    width: 350px;
}

label {
    font-size: 24px;
    text-align: center;
    color: #1A2A6B;
}

.wpcf7 {
    text-align: center;
}
form.wpcf7-form {
    margin: 32px;
}

.form-step {
    border: 1px solid #1A2C67;
    width: 227px;
    margin: 0 auto;
    border-radius: 5px;
    padding: 8px;
}
.cf7mls_next.action-button{display:none}

.wpcf7-checkbox .wpcf7-list-item{
    padding: 10px;
    border: 1px solid #ddd;
    width: 60px;
    text-transform: capitalize;
    background: #ddd;
    margin-top: 33px;
    color: #1A2C67;
    margin-right: 10px;
    cursor: pointer;
    margin-left: 0;
} 

.cf7mls_back.action-button {
    background: #FF744D;
    margin-top: 47px;
}

.wpcf7-checkbox .wpcf7-list-item:hover{
    background: #000;
    color: #fff;
} 

.wpcf7-checkbox input[type="checkbox"] {
    display: none;
}


.form-step {
    color: #1A2C67;
    font-weight: 600;
}

.appointment-button {
    padding: 20px;
    border: 1px solid #ddd;
    width: 237px;
    background: #1A2C67;
    margin: 21px auto;
  
}
.appointment-button a{
    color: #fff;
    font-weight: 600;
}

fieldset.fieldset-cf7mls {
    padding: 0;
}

form fieldset:last-child .cf7mls_back {
    display: none!important;
}


input[name="ays_questions[ays-question-7]"] {
    width: 133px!important;
    margin: 20px auto!important;
    padding: 16px 5px!important;
}