/*
Theme Name: Web Chemistry Theme
Theme URI: https://wpmc.webchemistry.com.au/
Description: Web Chemistry Theme
Author: Web Chemistry
Author URI: https://wpmc.webchemistry.com.au/
Template: Divi
Version: 1.9.9
*/
/* Start your custom CSS bellow this comment
============================================ */

#footer-bottom .et-social-icons{
	margin-top: 9px!important;
}

#menu-footer li a{
	padding: 1.5em 0 1.5em 0;
}
.webchem_logo_footer{
	margin-left: 7px;
	margin-right: 1px;
}
#webchem_footer{
	display: -webkit-box;
	float: left;
	padding-bottom: 12px;
	color: #666;
	text-align: left;
}
#webchem_footer p	{
	padding-top: 7px;
}
/* LOGO */
.logo-footer{
	color:#fff!important;
}
.logo-link{
	display: -webkit-box!important;
}
#webchem-logo{
	padding-top: 3px!important;
	margin-right: 3px!important;
	width: 30px;
    height: 34px;
}
.webchem_container{
	display: -webkit-inline-box;
}
@media (max-width: 980px){
	#webchem_footer{
		display: block;
		float: none;
		text-align: center;
	}
	.webchem_container{
		display: -webkit-inline-box;
	}
}
@media(max-width:568px){
	.webchem_container{
		display: block;
	}
	.webchem_container a{
		display: -webkit-inline-box!important;
    	float: none;
    	text-align: center;
	}
	.webchem_container p{
		padding: 0!important;
	}
	p:last-of-type{
		padding-bottom: 3px;
	}
	.logo-footer{
		margin-top: 4px!important;
	}
	#webchem-logo{
		margin-right: 0px!important;
	}
}
@media(max-width:695px){
	#footer-bottom .container{
		width:100%!important;
	}
}