/*
 Theme Name:   Mole Digital Child Theme
 Theme URI:    https://moledigital.com
 Description:  Child Theme for Divi
 Author:       Mole Digital
 Author URI:   https://moledigital.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/*Bottom footer styles*/

#footer-bottom-bar a {
	color: #DC0C6A;
	    font-family: 'ABeeZee',Helvetica,Arial,Lucida,sans-serif;
}

.footer-btm-bar-left a {
	color: #DC0C6A !important;
}

.footer-btm-bar-left a:hover {
	color: #234F74 !important;
}

.footer-btm-bar-left {
	float: left;
	width:50%;
}

.footer-btm-bar-right {
	float: left;
	width: 50%;
	text-align: right;
	color: #234F74;
	font-family: 'ABeeZee',Helvetica,Arial,Lucida,sans-serif;
}

#footer-bottom-bar{
	padding: 20px 0px;
}

@media (max-width: 630px) {
	.footer-btm-bar-left {
	float: none;
	width: 100%;
	text-align: center;
}
	

.footer-btm-bar-right {
	float: none;
	width: 100%;
	text-align: center;
}
}

.dp-dfg-content {
	padding: 0px !important;
}

.dp-dfg-content .et_pb_section, .dp-dfg-content .et_pb_row {
	padding: 0px !important;
	margin: 0px !important;
}

.dp-dfg-content .et_pb_row {
	width: 100% !important;
	max-width: unset !important
}

.post-content-inner .et_pb_section, .post-content-inner .et_pb_row {
	padding: 0px !important;
	margin: 0px !important;
}

.post-content-inner .et_pb_row {
	width: 100% !important;
	max-width: unset !important
}

.entry-title {display: none;}


/*.searchandfilter ul>li>ul:not(.children) {
	    flex-wrap: wrap;
	display: flex;
}

.searchandfilter ul li {
	flex: 1 1 50%;
}*/