/*
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.20.4.1682446248
Updated: 2023-04-25 18:10:48

*/

/***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***/

@media only screen and (min-width: 981px) {
	 .et_pb_posts .et_pb_post img,
	 .et_pb_posts .et_overlay {
		height: 220px !important;
		width: 335px;
		float: left;
		left: 0;
		margin-right: 25px;
	}

body.rtl .et_pb_posts .et_pb_post img,
body.rtl .et_pb_posts .et_overlay {
		float: right;
		right: 0;
		margin-left: 25px;
		margin-right: 0;
	}
}


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

#gfield_instruction_5_11, #gfield_instruction_5_12, #gfield_instruction_5_13, #gfield_instruction_5_14 {
	display: none !important;
}

.gsection_title {
	font-size: 18px !important;
	line-height: 1.8em !important;
}

.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;
}