/*
 Theme Name:   Divi Child Theme
 Theme URI:    https://www.elegantthemes.com/
 Description:  Child theme for DIVI by Elegant Themes
 Author:       Indigo Marmoset
 Author URI:   https://www.indigomarmoset.co.uk
 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
*/

/* Change Divi hamburger menu to X */

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

/* Rotate the Divi Menu icon on click */

.mobile_menu_bar:before {
	transition: all .4s ease;
	transform: rotate(0deg);
	display: block;
}
/* Rotate the Divi Menu icon on click */

.mobile_nav.opened .mobile_menu_bar::before {
	transition: all .4s ease;
	transform: rotate(90deg);
	display: block;
}

/* Header Blurbs */

.dpf-header_blurbs .et_pb_blurb_container {
    align-content: center;
}

.dpf-header_blurbs .et_pb_module_header {
    padding: 0px !important;
}

/* Happy Forms */

.happyforms-part--legal .option-label .label p:last-child {
	font-size: 13px !important;
}

.happyforms-part--legal .option-label .label p:last-child a {
	text-decoration: underline;
}
