/* Themify Customize Styling */
body {	
	font-family: "Open Sans";	font-weight:300;
 
}
body #site-logo a img {		width: 200px; 
}
#main-nav a {	
	color: #dddddd;	font-weight:500;
	letter-spacing:0.5px;
	font-size:15px;
	text-transform:uppercase; 
}
#main-nav a:hover {	
	color: #fdc727; 
}
#main-nav .current_page_item > a, #main-nav .current-menu-item > a {	
	color: #fdc727; 
}
#footer a {		font-weight:bold;

	color: #fdc727; 
}
#pagewrap .back-top.back-top-float, .full-section-scrolling #footerwrap .back-top .arrow-up a, .footer-horizontal-left #footerwrap .back-top .arrow-up a, .footer-horizontal-right #footerwrap .back-top .arrow-up a, .footer-left-col #footerwrap .back-top .arrow-up a, .footer-right-col #footerwrap .back-top .arrow-up a, #footer .back-top .arrow-up a {	background: none;
	background-color: #fdc727; 
}
@media(max-width: 1280px) { /* Themify Customize Styling */
body #site-logo a img {		width: 200px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
body #site-logo a img {		width: 200px; 
}
 }@media(max-width: 680px) { /* Themify Customize Styling */
body #site-logo a img {		width: 200px; 
}
 }
/* Themify Custom CSS */
body:not(.slide-cart):not(.mobile_menu_active) nav#main-nav-wrap {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}