/*
 Theme Name: Divi Child
 Description: Divi Child Theme for Curing Retinal Blindness Foundation
 Author: Laricos Enterprises, LLC
 Author URI: https://www.laricos.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Style hyperlinks

p a {
	color: #00a3f4;
	text-decoration: underline;
}

p a:hover {
	color: #0092db;
	text-decoration: underline;
}

p a:visited {
	color: #562e98;
	text-decoration: underline;
}

*/

/* The below code removes the sidebar that is included by default in individual event pages from the WP Event Manager Plugin */

.single-event_listing #sidebar {
    display: none;
}
.single-event_listing #left-area {
    padding: 0;
    width: 100%;
}
.single-event_listing #main-content .container:before{
    display: none;
}

/* Bloom optin height fix */

.et_bloom_form_header {
height: auto !important;
}
.et_bloom_form_container_wrapper{
height: auto !important;
}

