/* Themify Customize Styling */
:root {	
	--theme_accent: #30778F;
	--theme_accent_semi: #000000; 
}
#footerwrap {	background: none;
	background-color: var(--theme_accent); 
}
#footer-logo a img {		width: 60px; 
}
#footer {	
	color: #ffffff; 
}
#footer a {	
	color: #ffffff; 
}
@media(max-width: 1024px) { /* Themify Customize Styling */
#footer-logo a img {		width: 60px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
#footer-logo a img {		width: 60px; 
}
 }@media(max-width: 600px) { /* Themify Customize Styling */
#footer-logo a img {		width: 60px; 
}
 }