/* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 180px; 
}
#site-description {	display: none; 
}
#main-nav {		position:relative;

	margin-top: 3%; 
}
#main-nav a {		font-style:normal;
	font-weight:normal;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase; 
}
#main-nav-wrap #main-nav a:hover, #main-nav-wrap #main-nav > li > a:hover {	
	color: #94b413; 
}
#main-nav-wrap #main-nav .current_page_item > a, #main-nav .current-menu-item > a, #main-nav > .current_page_item > a, #main-nav > .current-menu-item > a {	
	color: #94b413; 
}
#footer, #footer-logo, .footer-nav a, .footer-text {		text-transform:none; 
}
#footer a {		text-transform:none; 
}
#footer-nav a {		text-transform:none; 
}
@media screen and (max-width: 1024px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 180px; 
}
 }@media screen and (max-width: 768px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo img {		width: 80px; 
}
#main-nav a {		font-weight:bold;
 
}
 }@media screen and (max-width: 480px) { /* Themify Customize Styling */
#main-nav a {		font-weight:bold;
 
}
#main-nav-wrap #main-nav a:hover, #main-nav-wrap #main-nav > li > a:hover {	
	color: #94b413; 
}
#main-nav-wrap #main-nav .current_page_item > a, #main-nav .current-menu-item > a, #main-nav > .current_page_item > a, #main-nav > .current-menu-item > a {	
	color: #94b413; 
}
 }
/* Themify Custom CSS */
.header-top-bar #site-logo img {
 width: 180px;
 height: 80px;
-webkit-transition: all 0.5s ease-out;
 -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out;
}
#headerwrap.fixed-header #site-logo img {
 width: 180px;
height:50px;
max-height:100px;
} 