/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://elegantthemes.com/
 Description:    Divi Child Theme
 Author:         TheSiteEdge
 Author URI:     http://thesiteedge.com/
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
.et_pb_section section aside h5:first-of-type {
    display: none;
}
#current-refined-values {
    display: none;
}
.hr {
    height: 10px;
    border-top: 1px dotted #ccc;
}
.Float-R {
	float:right;
}
.Float-L {
	float: left;
	padding: 0 10px 0 0;
	width: 75px;
}
.clear {
	clear: both;
}
.Download-Button {
	display:block;
	width:222px;
	height:50px;
	text-align:center;
	margin:0 auto;
	background:#f39c12;
	padding:10px 0;
	border-radius:10px;
	color:#000;
}
.Download-Button a {
	text-decoration:none;
	color:#000;
}
.Download-Button a:hover {
	text-decoration:none;
	color:#000;
	background:#000;
}