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

 Theme Name:   Divi Child Theme
 Theme URI:    http://Elegantthemes.com
 Description:  This is a child them for Divi created by Sam Crowe
 Author:       Sam Crowe
 Author URI:   https://alsphagraphics.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 ------------------------------*/
/*--Sam added to correct Accessibility problem on Main Nav --*/
nav > a {
	color:#ffffff;
}
/*added by Sam Sept 1, 2022 adding clear background to Formidable form styles */
.frm_form_fields > fieldset {
	 background-color:rgb(68 174 233 / 0%)!important;
}

.frm_style_formidable-style.with_frm_style div.frm_description{
	color:#ffffff;
}

 .frm_style_formidable-style.with_frm_style .frm_submit button {
	white-space:nowrap;
}
.shiftnav, .shiftnav *, .shiftnav-toggle, .shiftnav-toggle * {
    color: #fff!important;
}
/******Sam added for Webinar page custom Lightbox Styling *******/
[class*="lightbox-trigger-"] {cursor:pointer;}
[class*="lightbox-content-"] {position:relative; z-index: unset !important;}
[class*="lightbox-content-"] .mfp-close {color:#999999 !important;}
[class*="lightbox-content-"] .mfp-close:active {top:0px !important;}