/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/
.et_pb_text_inner .testimonial-name {
  line-height: 1em !important;
}

.featured-announcements-alt .announcement-content {
	border: 1px solid grey;
}

.announcements-slider .announcement-post {
	height: 100%;
}

/* .custom_bullets_wpcc ul {
  list-style-type:none;
} */

/* .et_pb_text:not(.banner-social) ul:not(.gform_fields):not(.gfield_checkbox):not(.gfield_radio):not(.custom-gallery):not(.client-list):not(.slick-dots):not(.article-list) li:before {
	background-color: transparent !important;
}

.et_pb_text:not(.banner-social) ul:not(.gform_fields):not(.gfield_checkbox):not(.gfield_radio):not(.custom-gallery):not(.client-list):not(.slick-dots):not(.article-list) li:before {
	top: 0 !important;
}

.et_pb_text:not(.banner-social) ul:not(.gform_fields):not(.gfield_checkbox):not(.gfield_radio):not(.custom-gallery):not(.client-list):not(.slick-dots):not(.article-list) li {
	padding-left: 30px !important;
}


.custom_bullets_wpcc ul li::before {
  content: '';
  display: inline-block;
  padding-right: 5px;
  font-family:'ETmodules';
}

.custom_bullets_wpcc--exclamation ul li::before {
  content: '\e061' !important;
}

.custom_bullets_wpcc--exclamation ul li:nth-child(2)::before,
.custom_bullets_wpcc--exclamation ul li:nth-child(4)::before,
.custom_bullets_wpcc--exclamation ul li:nth-child(6)::before {
  content: '\e052' !important;
  color: #bf2026;
}

.enable-list-style-type ul li:before {
	background-color: #BF2026 !important;
} */