/* Themify Customize Styling */
body {	
	font-family: "Merriweather";	font-weight:300;
 
}
body[class*="themify"] #site-logo a img {		width: 350px; 
}
#footer a {	
	color: #bad3de; 
}
#footer a:hover {	
	color: #3ea52d; 
}
@media screen and (max-width: 1280px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 350px; 
}
 }@media screen and (max-width: 768px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 350px; 
}
 }@media screen and (max-width: 680px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 350px; 
}
 }
/* Themify Custom CSS */
.social-widget {
    position: absolute !important;
    right: 10px;
    top:10px;
	  transform: rotate(10deg);
}