/*
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.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.4.5.1588794994
Updated: 2020-05-06 19:56:34

*/



/* Gravity Form CSS */

.gform_required_legend {
	color: #000 !important;
}

.gf_progressbar_title {
	color: #000 !important;
}

.gfield_consent_label {
	color: #000 !important;
}

div#ui-datepicker-div {
  display: none;
}

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

.gfield_description {
	color: #000;
	
}

.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: 20px;
	font-weight: 700 !important;
	font-family: 'Open Sans Condensed',Helvetica,Arial,Lucida,sans-serif!important;
}
.gform_wrapper input[type=submit] {
    cursor: pointer;
	font-family: 'Open Sans Condensed',Helvetica,Arial,Lucida,sans-serif!important;
	font-size: 20px;
    letter-spacing: 1px;
    padding: 12px 12px;
    border-radius: 4px;
	border: none;
    background: #2dabe2;
    color: #FFF !important;
	transition: 0.3s;
  width: 25% !important;
	float: right;
}
/*** BUTTON HOVER STYLING ***/
.gform_wrapper input[type=submit]:hover {
    background: #1897ce;
	border: none;
  	color: #fff !important;
  
}

.gform_next_button {
    cursor: pointer;
	font-family: 'Open Sans Condensed',Helvetica,Arial,Lucida,sans-serif!important;
	font-size: 20px;
    letter-spacing: 1px;
    padding: 5px 5px;
    border-radius: 4px;
	border: none;
    background: #2dabe2;
    color: #FFF !important;
	transition: 0.3s;
    width: 25% !important;
	float: right;
}

.gform_next_button:hover {
  background-color: #1897ce;
}

.gform_previous_button.button {
    cursor: pointer;
	font-family: 'Open Sans Condensed',Helvetica,Arial,Lucida,sans-serif!important;
	font-size: 20px;
    letter-spacing: 1px;
    padding: 5px 5px;
    border-radius: 4px;
	border: none;
    background: #2dabe2 !important;
    color: #FFF !important;
	transition: 0.3s;
  	width: 25% !important;
  	float: left;
}

.gform_previous_button.button:hover {
  background-color: #1897ce !important;   
}

.gf_progressbar_percentage {
  background-color: #2dabe2 !important;
}


/** Video Iframe Responsive Code **/
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/** END Video Iframe Responsive Code **/



/** MEMBERPRESS CUSTOM CSS **/
.mepr-submit {
	cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
  	font-size: 14px;
    padding: 17px 15px;
    border-radius: 0;
    background: #2dabe2;
    color: rgb(255,255,255);
    border: 2px solid #2dabe2;
   transition: 0.3s;
}

.mepr-submit:hover {
	background: #fff;
    color: #1897ce;
    border: 2px solid #1897ce; 
	 transition: box-shadow .2s ease-in-out;
}

#wp-submit {
	cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
  	font-size: 14px;
    padding: 17px 15px;
    border-radius: 0;
    background: #2dabe2;
    color: rgb(255,255,255);
    border: 2px solid #2dabe2;
    transition: 0.3s;
}

#wp-submit:hover {
	background: #fff;
    color: #1897ce;
    border: 2px solid #1897ce; 
	 transition: box-shadow .2s ease-in-out;
}

/** END MEMBERPRESS CUSTOM CSS **/










.evr-close {
	background-color: #fff !important;
	color: #000 !important;
	opacity: 1 !important;
	font-size: 40px !important;
	font-weight: 300 !important;
}

.et_pb_scroll_top {
	bottom: 175px !important;
}

.gravity-form-pdf-download-shortcode {
	color: red !important;
}


.hvr-grow {
    margin-right: auto;
    margin-left: auto;
    -moz-transform: perspective(1px) translateZ(0);
    -webkit-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-property: transform;
    -webkit-transition-property: transform;
    -o-transition-property: transform;
    transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


#hvr-grow {
    margin-right: auto;
    margin-left: auto;
    -moz-transform: perspective(1px) translateZ(0);
    -webkit-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-property: transform;
    -webkit-transition-property: transform;
    -o-transition-property: transform;
    transition-property: transform;
}
#hvr-grow:hover, #hvr-grow:focus, #hvr-grow:active {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

#mobile-footer a {
	color: white;
}

span.mobile_menu_bar:before {
	color: #18264f;
}
.mepr_price {
	display: none;
}

.et_mobile_menu {
	border-top: 3px solid #18264f;
}

#portal-return-home a {
	color: white;
}

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

h1.main_title {
    display: none;
}

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


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

.mobile_menu_bar:after {
 position: relative !important;
 content: 'MENU';
 bottom: 9px;
 left: 10%;
 color: #fff;
font-family: 'Arial',Helvetica,Arial,Lucida,sans-serif;
}

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

.nav li ul {
	width: 300px;
}

.nav li ul a {
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

.nav li ul a:hover {
	background-color: #1D426B;
	color: #fff !important;
	border-radius: 3px;
	opacity: 1;
	font-weight: bold;
}


#main-header {
	background-color: #1D426B;
		box-shadow: none;
}

#main-header .nav li ul a {
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

#main-header .nav li ul a:hover {

	color: #fff !important;
	border-radius: 3px;
	opacity: 1;
	font-weight: bold;
}

#main-header .nav a {
	margin-left: 5px;
	margin-right: 5px;
}

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


