/*
Theme Name: Web Stark Theme
Theme URI: https://www.webstark.com.au/
Description: Web Stark Theme
Author: Web Stark Theme
Author URI: https://www.webstark.com.au/
Template: Divi
Version: 3.0
*/

/* Start your custom CSS bellow this comment
============================================ */


/* Foter */
#footer-bottom {
    padding: 22px 0 0;
}
#wc_footer{
	display: -webkit-box;
	float: left;
	padding-bottom: 12px;
	color: #666;
	text-align: left;
}
.webstark-link{
	color: white!important;
}
.webstark-link:hover{
	text-decoration: none!important;
}
.wc_container{
	display: -webkit-inline-box;
}

@media (max-width: 980px){
	#wc_footer{
		display: block;
		float: none;
		text-align: center;
	}
	.wc_container{
		display: -webkit-inline-box;
	}
}
@media(max-width:568px){
	.wc_container{
		display: block;
	}
	.wc_container a{
		display: -webkit-inline-box!important;
    	float: none;
    	text-align: center;
	}
	.wc_container p{
		padding: 0!important;
	}
	p:last-of-type{
		padding-bottom: 3px;
	}
	.logo-footer{
		margin-top: 4px!important;
	}
	#logo{
		margin-right: 0px!important;
	}
	#logo2{
		margin-right: 0px!important;
	}
}
@media(max-width:695px){
	#footer-bottom .container{
		width:100%!important;
	}
}