/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

.et_pb_text_0 h1 {
    font-weight: 800;
}

.et_pb_text_0 h3, .et_pb_text_1 h3 {
    line-height: 1.3em;
}

#epc img {
 height: 170px;	
}

.et_divi_100_custom_back_to_top .et_pb_scroll_top {
    background: #da6d8c;  
}


.et_header_style_left #logo {
    max-width: 70%;
}


.et_pb_promo_description {
    padding-bottom: 10px;
}

/* Responsive Styles Tablet And Below */
@media all and (max-width: 980px) {
	/* Page Containers */
	.et_pb_column {
		width: 100% !important;
	}


/* Rows and Sections */
	.et_pb_section {
		padding: 50px 0;
		min-height: 375px;
	}

	.et_pb_fullwidth_section {
		padding: 0;
	}

	.et_pb_row,
	.et_pb_column .et_pb_row_inner {
		padding: 10px 0;
	}


#et_pb_contact_form_0 {
		margin-bottom: 0;
		font-size: 24px;		
		text-align: center;
	}

}