/* Themify Customize Styling */
body {	
	color: #000000; 
}
a {	
	color: #9b8c2c; 
}
a:hover {	
	color: #827928; 
}
#site-logo img {		width: autopx;
	height: 50px; 
}
#site-logo a {		width: autopx; 
}
#site-description {	display: none;	position:fixed;

	top: 48px;right: auto;bottom: auto;
	left: 70px; 
}
#main-nav a {	
	color: #9b8c2c; 
}
#main-nav a:hover {	
	color: #807725; 
}
#main-nav .current_page_item a,  #main-nav .current-menu-item a {	
	color: #000000; 
}
#main-nav .current_page_item a:hover,  #main-nav .current-menu-item a:hover {	
	color: #807725; 
}
.post-title, .post-title a {	
	color: #ffffff; 
}
.post-title a:hover {	
	color: #d1d1d1; 
}

/* Themify Custom CSS */
/* use style.css in child theme */@media screen and (max-width: 976px) { /* Themify Customize Styling */
#site-logo img {		width: autopx;
	height: 50px; 
}
#site-logo a {		width: autopx; 
}
 }@media screen and (max-width: 768px) { /* Themify Customize Styling */
#site-logo img {		width: autopx;
	height: 50px; 
}
#site-logo a {		width: autopx; 
}
 }@media screen and (max-width: 480px) { /* Themify Customize Styling */
#site-logo img {		width: autopx;
	height: 50px; 
}
#site-logo a {		width: autopx; 
}
 }