/*
Theme Name: Divi-child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Child theme for the Divi theme
Author: Beelieve Tech LLC
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 1.0.1
*/

.et-social-icons li {
	margin-top: 50px;
}

/*.et_pb_section_2 {
	background-size: 73%;
	background-image: url(https://floridarrc.com/wp-content/uploads/2017/06/frrcStateOpacity3.svg);
} */

label.control-label wp_crm_input_label {
	font-size: 64px;
}

/*crm town hall form css - .townHallForm is the main class and when you want to edit something inside it like the .checkbox for example you just put it after*/

.townHallForm {
	font-size: 24px;
}
.townHallForm .checkbox {
	font-size: 12px;
}
.townHallForm .wp_crm_form_element {
	margin-bottom: 25px;
}
.townHallForm ul {
  list-style-type: none;
}


/*crm town hall form css - MemForm */

.MemForm {
	font-size: 24px;
}
.MemForm .checkbox {
	font-size: 12px;
}
.MemForm .wp_crm_form_element {
	margin-bottom: 25px;
}
.MemForm ul {
  list-style-type: none;
}

/*crm intake form css - IntakeForm */

.IntakeForm {
	font-size: 24px;
}
.IntakeForm .checkbox {
	font-size: 12px;
}
.IntakeForm .wp_crm_form_element {
	margin-bottom: 25px;
}
.IntakeForm ul {
  list-style-type: none;
}

.et_pb_section  .et_pb_section_3 .et_pb_with_background .et_section_regular {
	position: relative;
    top: -75px;
}

#top-menu li.mega-menu:hover > ul {
    visibility: visible !important;
    opacity: .9 !important;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}