/*---------------------------------------------------------------------------------

 Theme Name:   Divi Child Theme
 Theme URI:    https://elegantthemes.com
 Description:  Baseline Divi Child Theme
 Author:       Huckleberry Branding
 Author URI:   https://huckleberrybranding.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
/* State page template styles */
.faq-toggles .et_pb_toggle h5 {
  width: 100%;
  font-size: 1em;
}

.faq-toggles .et_pb_toggle {
	font-size: 1.5em;
	line-height: 1.65em!important;
}

.faq-toggles .et_pb_toggle_open h5 {
	width: 100%;
	background-color: #f17428;
	color: #fff!important;
	opacity: 1;
	transition: 0.3s;
	border-radius: 5px;
}

.faq-toggles .et_pb_toggle_close h5:hover {
	background-color: #f17428;
	color: #fff!important;
	border-radius: 5px;
}

.et_pb_toggle_content,
.faq-toggles .et_pb_toggle h5,
.faq-toggles .et_pb_toggle_open h5 {
	padding: 40px 3%;
}

.faq-toggles .et_pb_toggle_close h5 {
	color: #121e44;
}

.faq-toggles .et_pb_toggle_open h5:hover {
  opacity: 0.75;
}

.et_pb_module.et_pb_accordion_item {
  margin-bottom: 1.5%!important;
  border: none;
  border-radius: 5px;
}

.et_pb_toggle_title:before {
	display: none;
}

.et_pb_toggle_open,
.et_pb_toggle_close {
	padding: 0;
}
/* END -- State page template styles */

@media only screen and (min-width: 1200px){
	.et_pb_column.et_pb_column_1_4.et_pb_column_1_tb_footer.et_pb_css_mix_blend_mode_passthrough {
    	width: 20% !important;
	}/*change width of footer menu to fit*/
}

.lwp-hide-mobile-menu.et_pb_menu .et_pb_menu__menu,.lwp-hide-mobile-menu.et_pb_fullwidth_menu .et_pb_menu__menu {
    display: flex!important;
}
 
.lwp-hide-mobile-menu .et_mobile_nav_menu {
    display: none;
}
