/* Themify Customize Styling */
body {	
	font-family: "Open Sans";	font-weight:normal;
	font-size:1em;

	color: #000000; 
}
a {	
	color: #ff540d; 
}
#headerwrap {	background: none;
	background-color: #000000; 
}
#pagewrap #headerwrap.fixed-header, .transparent-header #pagewrap #headerwrap.fixed-header {	background: none;
	background-color: #000000; 
}
body #site-logo a img {		width: 150px; 
}
#site-description {	display: none; 
}
#main-nav a {	
	font-family: "Oswald";	font-weight:normal;
 
}
#main-nav a:hover {	
	color: #ec008c; 
}
#main-nav .current_page_item > a, #main-nav .current-menu-item > a {	
	color: #ec008c; 
}
#main-nav .current_page_item > a:hover, #main-nav .current-menu-item > a:hover {	
	color: #ec008c; 
}
.post-title {	
	font-family: "Open Sans";	font-weight:600;
	font-size:18px;
 
}
#footerwrap {	background: none;
	background-color: #000000; 
}
@media(max-width: 1024px) { /* Themify Customize Styling */
body #site-logo a img {		width: 150px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
body #site-logo a img {		width: 150px; 
}
 }@media(max-width: 480px) { /* Themify Customize Styling */
body #site-logo a img {		width: 150px; 
}
 }
/* Themify Custom CSS */
.nc_wrapper {
    background: #000;
    position: fixed;
    -webkit-transition: top .5s bottom .5s;
    transition: top .5s bottom .5s;
    width: 100%;
    z-index: 99999;
}