/*---------------------------------------------------------------------------------

 Theme Name:   Child Theme
 Theme URI:    https://minesh.dev/divi-child-theme
 Description:  Child theme created for custom development
 Author:       Minesh Singh
 Author URI:   https://minesh.dev
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
/*FONTS*/
@font-face {
    font-family: 'Source Sans Pro', sans-serif;
    src: url('https://mycommunityconnects/fonts/SourceSansPro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    }
@font-face {
    font-family: 'Source Sans Pro', sans-serif;
    src: url('https://mycommunityconnects/fonts/SourceSansPro-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
        }
body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
}   
h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 0.9; 
}  
p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
}  
label {
  font-size: 15px;
}
/*FORM STYLING*/
@media only screen and (min-width: 981px) {
  .form-flex {
    column-count: 2;
  }
  }
.form {
  height: 40px;
  margin-bottom: 11px !important;
  width: 100%;
}
.txt-wht {
  color: white !important;
}
.wpcf7-list-item-label {
  color: white;
}
.wpcf7-form-control.has-spinner.wpcf7-submit.form-sub {
  color: #ec008c;
  border: none;
  padding: 7px 15px;
  background-color: white;
  font-size: 16px;
  border-radius: 25px;
} 
.sub-btn {
    text-align: center;
    margin-top: 15px;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: white;
  color: white;
}