/* Themify Customize Styling */
#header {	
	font-family: "Open Sans";	font-weight:normal;
	font-size:14px;
 
}
.fixed-header #header, .fixed-header #site-description {	
	font-family: "Open Sans";	font-weight:300;
	font-size:16px;
 
}
body[class*="themify"] #site-logo a img {		width: 300px; 
}
#site-logo {		position:fixed;
top: auto;right: auto;bottom: auto;left: auto;margin: auto; 
}
#site-description {	display: none; 
}
#main-nav {		position:fixed;
top: auto;right: auto;bottom: auto;left: auto; 
}
.page-title, .page-category-title-wrap .page-title, .page-category-title-wrap .page-category-title, .page-category-title-wrap .page-category-title {		letter-spacing:2.5px;
	text-transform:uppercase;
	background-color: transparent; 
}
@media screen and (max-width: 1280px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 300px; 
}
 }@media screen and (max-width: 768px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 300px; 
}
 }@media screen and (max-width: 680px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 300px; 
}
 }
/* Themify Custom CSS */
@media (min-width: 850px) {
    #headerwrap {
        background-color: white !important;
        height: 125px !important;
        position: fixed;
        width: 100%;
        top: 0px;
        z-index: 300000 !important;
    }
    #site-logo {
        position: fixed;
        top: 25px !important;
        left: 100px !important;
        padding: 0px;
    }
    #main-nav {
				position: fixed;
        top: 75px !important;
        right: 265px;
        padding: 10px;
    }
	
	#social-widget {
				position: fixed;
				top: 1000px !important;
				padding: 10px;
	}
}
