/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/






.wpcf7-form{
    width: 100%!important;
    margin-top: 30px;
}
.wpcf7-acceptance  label{
    display: flex;
    font-size: 12px;
    line-height: 1.125;
}
.accept{
    max-width: 50px;
    width: auto;
    margin-right: 30px;
}
.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
    margin-top: 10px;
}


.acc_row{
	width: 100%;
	margin-top: 80px;
}

.accordion_text_box{
    font-size: 12px;
}

.acc_row:hover{
    cursor: pointer;
}
.accordion_text_box{
    padding: 20px 0;
}
.wpcf7-submit{
    color: #fff;
    background: #b7b23b !important;
}
.wpcf7-list-item-label{
    display: flex;
    align-items: center;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn{
    opacity: 0.5;
}
