/* 
 Theme Name:   Divi Child
 Theme URI:    https://gobarrelroll.com
 Description:  Divi child theme
 Author:       Barrel Roll
 Author URI:   https://gobarrelroll.com
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
/******************************************


          Contact Form 7  CSS
******************************************/
.formrow {
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(-.5 * 1.5rem);
    margin-left: calc(-.5 * 1.5rem);
}
.formrow > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
    margin-top: 1rem;
}
.wpcf7-form label.form-label.form-label-hide {
    display: none;
}
@media (min-width: 641px) {
    .col-half {
        flex: 0 0 auto;
        width: 50%;
    }
    .wpcf7-form label.form-label.form-label-hide {
        display: block;
    }
}
.col-full {
    flex: 0 0 auto;
    width: 100%;
}
.formrow input.form-control,
.formrow select.form-control, 
.formrow textarea.form-control {
    background: #eeeeee !important;
    border: none;
    border-radius: 0;
    color: #999 !important;
    padding: 15px !important;
    height: 50px;
    display: block;
    font-size: 15px !important;
    width: 100%;
}
.formrow textarea.form-control {
    height: 288px;
    resize: none;
}
.wpcf7-form label.form-label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
    width: 100%;
	display:inline-block;
}
.wpcf7-form label.form-label > span {
    font-style: italic;
    font-weight: 400;
    color: #c02b0a;
    display: inline-block;
    font-size: 13.008px;
    padding-inline-start: 0.125em;
}
.formrow input.wpcf7-submit[type="submit"], .formrow input.wpcf7-submit[type="submit"]:hover {
    cursor: pointer;
    color: #FFFFFF !important;
    border-width: 1px !important;
    border-color: #00513a !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    background-color: #00513a !important;
    font-size: 18px !important;
    padding: 12px 24px !important;
	margin-top: 1rem;
}
.wpcf7-not-valid-tip {
    font-size: 0.875rem;
}
.wpcf7-form label.agree-checkbox {
	display: flex;
	margin-bottom: 45px;
}
.wpcf7-form label.agree-checkbox p {
  font-size: 15px;
  font-weight: 400;
}
.wpcf7-form label.captcha-message p {
  font-size: 15px;
  font-weight: 400;
}
.formrow .wpcf7-list-item {
    margin: 0 1em 0 0;
}
.wpcf7-form label.agree-checkbox .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -35px;
    width: 200px;
}
.formrow .wpcf7-list-item-label{display:none;}
@media only screen and (max-width: 1160px) and (min-width: 980px)  {
  .wpcf7-form label.form-label {
    font-size: 13px;
  }  
}
@media (max-width: 400px){#service-sec #mbl-blurb .et_pb_blurb{height:70px!important;}}