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

*/

#gform_wrapper_5 {
	display: block!important;
}


.access-content-box-title {
	color: #fff; line-height: 1.6em; font-weight: bold; font-size: 30px; text-align: center;
} 

.access-content-box-sub-title {
	color: #fff; line-height: 1.6em; font-size: 20px; text-align: center;
}

.button-container-access-content-box {
	max-width: 650px; margin-left: auto; margin-right: auto;
}

.access-content-box-why {
	margin-top: 10px; color: #fff; line-height: 1.6em; font-size: 16px; text-align: center;
} 

.access-content-box-why-link {
	color: #3cade7; text-decoration: underline;
}


@media only screen and (min-width: 1201px) {
	#responsive-navigation {
		display: none !important;
	}
}

@media only screen and (max-width: 1200px) {

#desktop-navigation {
	display: none !important;
}

#top-desktop-logo {
	display: none !important;
}
}



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


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


.urg-guidebook-download {
	background-color: #e73c3c; 
	padding: 5px;
	color: #fff !important; 
	font-size: 24px; 
	line-height: 1.8; 
	text-align:center;
}




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

#ui-datepicker-div {
	z-index: 9999999999 !important;
}

sup {
  font-size: 14px;
}

.gform_required_legend {
	display: none !important;
}

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

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

.gsection_description {
	color: #fff;
}

.gf_progressbar_title {
	color: #fff !important;
}

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

.gfield_checkbox {
	font-size: 15px !important;
	color: #fff !important;
	font-weight: 500 !important;
}

.gfield_description {
	color: #fff;
	font-style: italic;
}

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

.gfield_consent_label{
	font-size: 15px !important;
	color: #fff;
}

.gfield_consent_description {
	font-size: 12px !important;
	color: #fff;
}

.gfield_select {
    background: #fff;
    border: 0px solid #cccccc;
    border-radius: 2px !important;
    color: #777777 !important;
    font-weight: 300 !important;
  	font-size: 13px !important;
    letter-spacing: 2px !important;
    padding: 8px 8px !important;
}

/*** REMOVE LABEL ON FIELDS USING PLACEHOLDER ***/

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    color: #fff !important;
}
/*** FIELD STYLING ***/
.gform_wrapper ul.gform_fields li.gfield,
.gform_wrapper .top_label li.gfield.gf_right_half {
    padding-right: 0;
}

/*** FIELD FOCUS STYLING ***/
input[type=text]:focus,
input.text:focus,
input.title:focus,
textarea:focus {
}
/*** MESSAGE BOX TRANSITION ***/
.gform_wrapper textarea.medium {
    margin-top: 6px;
    height: 10em;
    transition: height .3s ease-out;
}
/*** MESSAGE BOX FOCUS HEIGHT ***/
.gform_wrapper textarea.medium:focus {
    height: 25em;
}
/*** 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: #E73C3C;
    color: #FFF !important;
	transition: 0.3s;
}
/*** BUTTON HOVER STYLING ***/
.gform_wrapper input[type=submit]:hover {
    background: #AA2727;
	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: 8px 8px;
    border-radius: 4px;
	border: none;
    background: #E73C3C;
    color: #FFF !important;
	transition: 0.3s;
    width: 33% !important;
	float: right;
}

.gform_next_button:hover {
  background-color: #AA2727;
}

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

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

.gf_progressbar_percentage {
  background-color: #E73C3C !important;
}
/** QUIZ BUTTON STYLING **/

#gform_previous_button_28 {
	display: none !important;
}

#gform_submit_button_28 {
	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: #E73C3C;
    color: #FFF !important;
	transition: 0.3s;
	width: 100% !important;
}

#gform_submit_button_28:hover {
    background: #AA2727;
	border: none;
  	color: #fff !important;
}

#gform_previous_button_29 {
	display: none !important;
}

#gform_submit_button_29 {
	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: #E73C3C;
    color: #FFF !important;
	transition: 0.3s;
	width: 100% !important;
}

#gform_submit_button_29:hover {
    background: #AA2727;
	border: none;
  	color: #fff !important;
}

#gform_previous_button_30 {
	display: none !important;
}

#gform_submit_button_30 {
	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: #E73C3C;
    color: #FFF !important;
	transition: 0.3s;
	width: 100% !important;
}

#gform_submit_button_30:hover {
    background: #AA2727;
	border: none;
  	color: #fff !important;
}


/** END QUIZ BUTTON STYLING **/

/** END GRAVITY FORM STYLING **/

.mp_wrapper {
	padding-top: 10px !important;
}

.mepr-submit {
	cursor: pointer;
	font-family: 'Open Sans Condensed',Helvetica,Arial,Lucida,sans-serif!important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
  	font-size: 14px;
    padding: 17px 15px;
    border-radius: 0;
    background: #E73C3C;
    color: rgb(255,255,255);
    border: none;
	transition: 0.3s;
	margin-bottom: 20px !important;
	width: 100% !important;
	text-align: center;
}

.mepr-submit:hover {
	background: #AA2727;
    color: #fff;
    border: none !important;
}

#wp-submit {
	cursor: pointer;
	font-family: 'Open Sans Condensed',Helvetica,Arial,Lucida,sans-serif!important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
  	font-size: 14px;
    padding: 17px 15px;
    border-radius: 0;
    background: #E73C3C;
    color: rgb(255,255,255);
    border: none !important;
  	transition: 0.3s;
	margin-bottom: 20px !important;
	width: 100% !important;
	text-align: center;
}

#wp-submit:hover {
	background: #AA2727;
    color: #fff;
   border: none !important;
}

.hide-if-no-js {
	display: none !important;
}

#mepr_loginform {
	color: #fff !important;
}

.memberpress-unauthorized {
	padding-left: 50px !important;
	padding-right: 50px !important;
	background: #063aa3;
	padding: 10px; 
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.mp_wrapper h3 {
	color: #fff;
}

#user_email1, #mepr_user_password1, #mepr_user_password_confirm1, #mepr_phone1, #user_login {
  padding: 5px;
}


#user_first_name1, #user_last_name1, #user_login1, #user_email1, #mepr_user_password1, #mepr_user_password_confirm1 {
  border: 1px solid #fff !important;
  border-radius: 3px !important;
  color: #000 !important;
  font-weight: 700 !Important;
  padding: 10px !important;
}

.mepr-login-actions a {
	text-decoration: none !important;
}

.mepr-login-actions {
	font-size: 14px !important;
	padding: 10px !important;
	background-color: #212121;
	transition: 0.3s;
	width: 150px;
	text-align: center !important;
}

.mepr-login-actions:hover {
	background-color: #484848;
}

.mepr-account-change-password a {
	text-decoration: none !important;
}

.mepr-account-change-password {
	font-size: 14px !important;
	padding: 10px !important;
	background-color: #212121;
	transition: 0.3s;
	width: 150px;
	text-align: center;
}

.mepr-account-change-password:hover {
	background-color: #484848;
}

#mepr_phone_number2, #mepr_phone_number1 {
   border: 1px solid #fff !important;
  border-radius: 3px !important;
  color: #000 !important;
  font-weight: 700 !Important;
  height: 40px !important;
  width: 100% !important;
	max-width: 550px !important;
	padding-left: 80px !important;
}

.mepr-login-actions a {
	color: #fff !important;
}

.iti {
	width: 100% !important;
}

.mepr_mepr_phone_number {
  width: 100% !important;
}

.iti__flag-container {
  color: #000 !important;
  font-weight: 700;
}

.mepr-tel-input {
	width: 100% !important;
}

#user_first_name1, #user_last_name1, #user_login1 {
  padding: 5px;
}

.mp-form-label {
  color: #fff !important;
  font-weight: 700 !Important;
}

label {
  color: #fff !important;
  font-weight: 700 !Important;
}

.mepr_price {
  display: none !important;
}

.hide {
	display: none !important;
}

#memberpress-registration-form .et_pb_column {
	min-height: 0px !important;
}



@media only screen and (max-width: 1200px) {
	.memberpress-unauthorized {
		padding-left: 10px !important;
		padding-right: 10px !important;
		background: #063aa3;
		padding: 10px; 
		width: 100%;
}

}

@media only screen and (max-width: 600px) {
	.memberpress-unauthorized {
		padding-left: 10px !important;
		padding-right: 10px !important;
		background: #063aa3;
		padding: 10px; 
		width: 100%;
}
	
	.memberpress-unauthorized h2 {
		line-height: 1.5em; 
		font-size: 18px !important;
	}
	
	.memberpress-unauthorized h3 {
		line-height: 1.5em; 
		font-size: 15px !important;
	}
	
	.gform_wrapper .gform_footer input.button,
	.gform_wrapper .gform_footer input[type=submit] {
		width: 100%;
		font-size: 15px !important;
		font-weight: 700 !important;
		padding-top: 6px;
		padding-bottom: 6px;
		border: none;
}
}




/** QUIZ FORM STYLING **/

.quiz-header {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.6;
}

.quiz-sub-header {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
}


@media only screen and (max-width: 600px) {

.quiz-header {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
}

.quiz-sub-header {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.6;
}



/** END QUIZ FORM STYLING **/

/** QUIZ BUTTON STYLING **/

#gform_submit_button_28 {
	cursor: pointer;
	font-family: 'Open Sans Condensed',Helvetica,Arial,Lucida,sans-serif!important;
	font-size: 20px;
    letter-spacing: 1px;
    padding: 8px 8px;
    border-radius: 4px;
	border: none;
    background: #E73C3C;
    color: #FFF !important;
	transition: 0.3s;
	width: 100% !important;
}

#gform_submit_button_28:hover {
    background: #AA2727;
	border: none;
  	color: #fff !important;
}

#gform_submit_button_29 {
	cursor: pointer;
	font-family: 'Open Sans Condensed',Helvetica,Arial,Lucida,sans-serif!important;
	font-size: 20px;
    letter-spacing: 1px;
    padding: 8px 8px;
    border-radius: 4px;
	border: none;
    background: #E73C3C;
    color: #FFF !important;
	transition: 0.3s;
	width: 100% !important;
}

#gform_submit_button_29:hover {
    background: #AA2727;
	border: none;
  	color: #fff !important;
}

#gform_submit_button_30 {
	cursor: pointer;
	font-family: 'Open Sans Condensed',Helvetica,Arial,Lucida,sans-serif!important;
	font-size: 20px;
    letter-spacing: 1px;
    padding: 8px 8px;
    border-radius: 4px;
	border: none;
    background: #E73C3C;
    color: #FFF !important;
	transition: 0.3s;
	width: 100% !important;
}

#gform_submit_button_30:hover {
    background: #AA2727;
	border: none;
  	color: #fff !important;
}


/** END QUIZ BUTTON STYLING **/

}









/** MOBILE MENU STYLING **/

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

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


/** END MOBILE MENU STYLING **/





/* ##### SLIDE-IN DESKTOP ##### */

.slide_in_container {
	position:fixed;
	top: 25%;
	right:0px;
	z-index:9999999;
	transform: translateX(100%);
    transition: 0.5s ease-out;
}

.show_form {
	transform: translateX(0px);
}


.slide_in_label {
    transform: translate(-100%, -100%) rotate(-90deg);
    transform-origin: right bottom 0px;	
    position: absolute !important;
    top: 0px;
 
}

.slide_in_label:hover {
	cursor: pointer;
}

.custom_contact_form p input, .custom_contact_form p textarea {
    padding: 15px 10px 10px 10px !important;
}

.fa-times-circle {
	font-size: 22px;
	cursor: pointer;
	color: #000 !important;
}


.login-button {
	margin-top: 10px;
	cursor: pointer;
	font-weight: 700;
	font-family: 'Open Sans Condensed',Helvetica,Arial,Lucida,sans-serif!important;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 8px 8px;
	border-radius: 4px;
	border: none;
	background: #E73C3C;
	color: #fff !important;
	width: 100% !important;
}

.login-button:hover {
    background: #AA2727;
	border: none;
  	color: #fff !important;
}

.registration-button {
	cursor: pointer;
	font-weight: 700;
	font-family: 'Open Sans Condensed',Helvetica,Arial,Lucida,sans-serif!important;
	font-size: 16px;
    letter-spacing: 1px;
    padding: 8px 8px;
    border-radius: 4px;
	border: none;
    background: #E73C3C;
    color: #FFF !important;
	transition: 0.3s;
	width: 100% !important;
}

.registration-button:hover {
	 background: #AA2727;
	border: none;
  	color: #fff !important;
}


