/*
 Theme Name:   Divi Child
 Description:  Divi Child Theme
 Author:       webbones
 Author URI:   https://webbones.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
 Text Domain:  divichild
*/
.donate-underline {
padding: 2px 0px;
height: 34px;
width: 54px;
background: transparent url(/wp-content/uploads/2021/03/underline3.png) no-repeat 0px 0px;
}
.fa-home {
	color: #039681;
}
/* general styles */
.et_pb_text ul, .et_pb_text ol { margin-left: 2em; }
.et_pb_blurb_description ul, .et_pb_blurb_description ol { margin-left: 2em; } 
.et_pb_toggle_open ul, .et_pb_toggle_open ol { margin-left: 2em; }

.full-width-btn {
width: 100%;
text-align: center;
}

#page-container h3 {
    color: #3c3f47!important;
	margin-top: 10px;
	line-height: 1em
}

#homepage-news-blog .et_pb_post.has-post-thumbnail > * {
  margin-left: 256px;
}
#homepage-news-blog .et_pb_post.has-post-thumbnail a.entry-featured-image-url {
  float: left;
  max-width: 240px;
  margin-left: 0;
}
/* Remove text shadow in Divi slider modules */
.et_pb_slide_description {
text-shadow:none !important;
}

/* remove divi default effects for items with a drop down menu */
#top-menu .menu-item-has-children > a:first-child {padding-right: 0px; padding-bottom: 20px!important;}
#top-menu .menu-item-has-children > a:first-child:after{content: ''; margin-top: -2px;}

#top-menu .two-line-nav {line-height: 1.4em;}

/* slider styles for 'Encampers speak out' */
.encampers-slider {
	width: 90% !important;
}
.encampers-slider .et_pb_slide_image {
	width: 33.33% !important;
}
.encampers-slider .et_pb_slide_description
{
	width: 66.66% !important;
	padding: 2% 8% !important;
}
.encampers-slider:hover .et-pb-arrow-prev {
	left: -18px;
}
.encampers-slider:hover .et-pb-arrow-next {
	right: -14px;
}

@media only screen and (max-width: 980px) {
	.mobile-hide { display: none; }
}

/* contact form 7 */
span.wpcf7-list-item { display: block; }

/* hide recaptcha badge except on contact page */
.grecaptcha-badge { display: none; }
body.page-id-646 .grecaptcha-badge { display: block; }