/* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 100px; 
}
#footer-logo a img {		width: 50px; 
}
@media screen and (max-width: 1024px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 100px; 
}
#footer-logo a img {		width: 50px; 
}
 }@media screen and (max-width: 768px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 100px; 
}
#footer-logo a img {		width: 50px; 
}
 }@media screen and (max-width: 480px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 100px; 
}
#footer-logo a img {		width: 50px; 
}
 }