/*
Theme Name:     BBCT
Description:    Child Theme
Author:         Kate Peterssen
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
/* Set the semi-transparent background color */
.home-top-slider .et_pb_slide_content,
.home-top-slider .et_pb_slide_description > h2,
.home-top-slider .et_pb_more_button_wrap {
	background-color: #ef1f2f;	 
}

/* Hide the content area if empty (no title and no content) */
.et_pb_slide_description:first-child .et_pb_slide_content:empty { display:none; }

/* Add 30px of padding to the background */
.et_pb_slide_description > h2 {
	padding: 30px 30px 30px 30px !important;
	margin-left:-30px;
	margin-right:-30px;
}
.et_pb_slide_description { 
	margin-top:30px; 
	margin-bottom:-30px;
}
.et_pb_slide_description > div:first-child { padding-top: 30px !important; }
.et_pb_slide_description .et_pb_slide_content,
.et_pb_more_button_wrap
 {
	padding:0px 30px 30px 30px !important;
	margin-left:-30px;
	margin-right:-30px;
}
@media only screen and ( max-width: 479px ) { 
	.et_pb_slide_description > h2 {
		padding-bottom: 0px !important;
	}
	.et_pb_slide_description .et_pb_slide_content > p {
		padding-top: 10px !important; 
	}
	.et_pb_more_button_wrap {
		display:none;
	}
}

/* Give the background rounded corners 
.et_pb_slide_description > :first-child {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.et_pb_slide_description div :last-child {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}*/

/*add white background to top ten sliders background*/
.whitebckg {
background-color: white;
}

/*add white text to contact form */
#wpcf7-f1832-p1814-o1 label {
    color: white;
}
/*
.et-social-google-play a:before { 
	content: '\\e09d';
}*/