/* Themify Customize Styling */
#header {	
	font-family: "Montserrat";	font-weight:600;
 
}
#headerwrap a:hover {	
	color: #bbb; 
}
#pagewrap #headerwrap.fixed-header, .transparent-header #pagewrap #headerwrap.fixed-header {	background: none;
	background-color: rgba(255,255,255,0.77); 
}
#headerwrap.fixed-header #site-logo a img {	
	height: 35px; 
}
#headerwrap.fixed-header a {	
	color: #444; 
}
#headerwrap.fixed-header a:hover {	
	color: #000; 
}
body #site-logo a img {	
	height: 35px; 
}
#main-nav .current_page_item > a, #main-nav .current-menu-item > a {	
	color: #ffffff; 
}
#main-nav .current_page_item > a:hover, #main-nav .current-menu-item > a:hover {	
	color: #bbb; 
}
#footerwrap {	background: none;
	background-color: #101010; 
}
#footer-logo a img {	
	height: 35px; 
}
@media(max-width: 1024px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo a img {	
	height: 35px; 
}
body #site-logo a img {	
	height: 35px; 
}
#footer-logo a img {	
	height: 35px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo a img {	
	height: 35px; 
}
body #site-logo a img {	
	height: 35px; 
}
#footer-logo a img {	
	height: 35px; 
}
 }@media(max-width: 600px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo a img {	
	height: 35px; 
}
body #site-logo a img {	
	height: 35px; 
}
#footer-logo a img {	
	height: 35px; 
}
 }
/* Themify Custom CSS */

#main-nav .highlight-link > a {
    border: 1px solid #fff !important;
    color: #fff !important;
    background: transparent !important;
}
#main-nav .highlight-link > a:hover {
    border: 1px solid #fff !important;
    color: #3b3b3b !important;
    background: #fff !important;
}
.fixed-header-on #main-nav .highlight-link > a {
    border: 1px solid #000 !important;
    color: #444 !important;
    background: transparent !important;
}
.fixed-header-on #main-nav .highlight-link > a:hover {
    border: 1px solid #000 !important;
    color: #fff !important;
    background: #000 !important;
}
.mobile_menu_active #main-nav .highlight-link a {
  color: #292929 !important;
  border: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}