/*
Theme Name:     Divi Child
Description:    Divi Child Theme
Author:         MyCity Social
Author URI:     https://www.mycitysocial.com/
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
*/

/* === THEME CUSTOMIZATION STARTS HERE ===== */






/* === DIVI MEDIA QUERIES ===== */
.nf-form-content .one-half {
    width: 50%!important;
    margin-left: 0!important;
    padding: 5px!important;
    float: left!important;
    clear: right;
}
.nf-field-element {
    position: relative;
    width: 100%;
}
.ninja-forms-field {
    height: 50px !important;
}
.field-wrap textarea {
    height: 75px!important;
}
.field-wrap {
    display: block !important;
}
.promo-bar{
	display:none !important;
}
/*** Social-Media ***/
.social_icons{color: transparent!important;-webkit-text-stroke-width: 1px;-webkit-text-stroke-color: #fff;}


/*** Responsive Styles Large Desktop And Above ***/
@media all and (max-width: 1405px) {
  
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (max-width: 1100px) {
	
}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {

}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {

}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
 	
}


@media only screen and (max-width: 600px) {
	.nf-form-content .one-half {
    width: 100%!important;
	}
}