/* Themify Customize Styling */
:root {	
	--theme_accent: #4a0001;
	--theme_accent_semi: #f8991d;
	--theme_accent_hover: #f8991d; 
}
a, .post-nav .arrow {	
	color: #f8991d; 
}
h1 {	
	font-family: "Alegreya";	font-weight:600;
 
}
h2 {	
	font-family: "Alegreya";	font-weight:600;
 
}
h3 {	
	font-family: "Alegreya";	font-weight:500;
 
}
h4 {	
	font-family: "Alegreya";	font-weight:500;
 
}
h5 {	
	font-family: "Alegreya";	font-weight:400;
 
}
h6 {	
	font-family: "Alegreya";	font-weight:400;
 
}
#pagewrap #headerwrap.fixed-header, .transparent-header #pagewrap #headerwrap.fixed-header {	background: none;
	background-color: #f8991d; 
}
#headerwrap.fixed-header #site-logo a img {		width: 200px; 
}
body #site-logo a img {		width: 200px; 
}
#main-nav a {	
	color: #4a0001; 
}
#main-nav .current_page_item > a, #main-nav .current-menu-item > a {	
	color: #ee901b; 
}
@media(max-width: 1024px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo a img {		width: 200px; 
}
body #site-logo a img {		width: 200px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo a img {		width: 200px; 
}
body #site-logo a img {		width: 200px; 
}
 }@media(max-width: 680px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo a img {		width: 200px; 
}
body #site-logo a img {		width: 200px; 
}
 }
/* Themify Custom CSS */
.nav .highlight-link > a,
.highlight-link > a {
    background: #4ca554 !important;
    color: white !important;
    border-radius: 30px;
    padding: 10px 20px;
}