/* Themify Customize Styling */
:root {	
	--theme_accent: rgba(25,121,195,0.69);
	--theme_accent_semi: rgba(246,0,10,0.60);
	--theme_accent_hover: rgba(2,102,102,0.60); 
}
body #site-logo a {	
	font-family: "Lora";	font-weight:400;
	font-style:normal;
 
}
body #site-logo a img {		width: 250px; 
}
@media(max-width: 1024px) { /* Themify Customize Styling */
body #site-logo a img {		width: 250px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
body #site-logo a img {		width: 250px; 
}
 }@media(max-width: 600px) { /* Themify Customize Styling */
body #site-logo a img {		width: 250px; 
}
 }