/*
 Theme Name:     RW Pages
 Theme URI:      https://github.com/markheggan/rw-pages/
 Description:    RW Elephant WordPress Theme for Lead Pages
 Author:         Mark Heggan
 Author URI:     https://markheggan.co.uk
 Template:       Divi
 Version:        1.0.0
*/


/* Gravity Forms "Required" field override */
.gfield_required { color: inherit !important; }

/* Gravity Forms Footer customization */
body .gform_footer { margin-top: 0 !important; }

/* Popup "Close" Button customization */
#et-boc .area-outer-wrap .da-close {
	border-radius: 30px;
	opacity: .85;
	top: 8px; right: 8px;
}