/*
Theme Name:Child Theme for Divi
Theme URI: http://wordpress-style.net
Description: Child Theme For Divi
Author: Eduard Ungureanu
Author URI: http://wordpress-style.net
Template: Divi
Version: 1.0
*/

/* Start your custom CSS bellow this comment
============================================ */


.esg-filterbutton {
	border: none !important;
}


@media (max-width: 1024px) {

.esg-filterbutton {
	width: 100%;
}

}



.minimal-light .esg-filterbutton.selected .esg-filter-checked, .minimal-light .esg-filterbutton:hover .esg-filter-checked {
	color: green !important;
	background-color: #E3D7DB !important;
}

.esg-filter-checked:active {
	color: green !important;
}

.minimal-light .esg-filter-checked {
	padding: 5px 3px !important;
	color: transparent;
	background: white !important;
	font-size: 14px;
	border-radius: 70px !important;
	border: solid black 1px !important;
}

.eg-el-amount {
	display: none !important;
}

.esg-filterbutton {
	background-color: transparent !important;
	border-color: transparent aliceblue !important;
	font-family: 'aleo regular',Helvetica,Arial,Lucida,sans-serif !important;
	font-size: 16px !important;
	border-radius: 0px !important;
	border-width: 2px !important;
	color: black !important;
	box-shadow: none !important;
}
