/*
 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;
}
}