/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.14.2.1639527691
Updated: 2021-12-15 00:21:31

*/

/***Share buttons on mobile***/
@media only screen and ( max-width: 600px ) {

.a2a_kit {
	width: 260px !important;
}

}

.vertical-align { 
        display: flex; 
        flex-direction: column; 
        justify-content: center;
    }

.gform_required_legend {
	display: none;
}

.gfield_label {
  font-size: 15px !important;
	color: #000;
	font-weight: 700 !Important;
}

.gfield_checkbox {
	font-size: 15px !important;
	color: #000;
}

.gfield_radio {
	font-size: 15px !important;
	color: #000;
}

.gsection_title {
	color: #000;
	font-weight: 700;
}

.gsection_description {
	color: #000;
}

ul li.gfield {
	margin-top: 2px !important;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    color: #000 !important;
}

/*** BUTTON STYLING ***/
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
    font-size: 16px;
	font-weight: 300 !important;
	font-family: "Arial", Helvetica, Arial, Lucida, sans-serif;
}
.gform_wrapper input[type=submit] {
    cursor: pointer;
	font-family: "Arial", Helvetica, Arial, Lucida, sans-serif;
	font-size: 16px;
    letter-spacing: 1px;
    padding: 12px 12px;
	border: none;
    background: #28417f;
    color: #FFF !important;
	transition: 0.3s;
}
/*** BUTTON HOVER STYLING ***/
.gform_wrapper input[type=submit]:hover {
    background: #10295b;
	border: none;
  	color: #fff !important;
}



.mobile_menu_bar:after {
 position: relative !important;
 content: 'MENU';
 bottom: 9px;
 color: #fff;
}

.mobile_nav.opened .mobile_menu_bar:before {
 content: '\4d';
}

/***Switch column order on mobile***/
@media only screen and ( max-width: 980px ) {
.flip {
display: -webkit-flex;
-webkit-flex-direction: column-reverse;
display: flex;
flex-direction: column-reverse !important;}
}
/***end switch column on mobile***/