/* Themify Customize Styling */
body {		font-weight:400;
	font-size:18px;

	color: #303030; 
}
a {	
	color: #6a7f10; 
}
a:hover {	
	color: #586b0c; 
}
:root {	
	--theme_accent: #f96e32;
	--theme_accent_hover: #586b0c; 
}
.header-widget-full {	background: none;
	background-color: rgba(255,255,255,0.00); 
}
#headerwrap.fixed-header #site-logo a img {		width: 130px; 
}
body #site-logo a img {		width: 200px; 
}
#footer {	
	color: #0f0f0f; 
}
#footer a {	
	color: #6a7f10; 
}
#footer a:hover {	
	color: #586b0c; 
}
@media(max-width: 1280px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo a img {		width: 130px; 
}
body #site-logo a img {		width: 200px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo a img {		width: 130px; 
}
 }@media(max-width: 680px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo a img {		width: 130px; 
}
body #site-logo a img {		width: 200px; 
}
 }
/* Themify Custom CSS */

#headerwrap.fixed-header #site-logo a img {
    position: relative;
    bottom: -20px;
}
.camp_buger {
	content: "";
}

.camp_buger:after {
	content: "Camp Finder";
	display: inline-block;
	position: relative;
	bottom: 5px;
}

.tf_search_icon {
	color: #fff;
	background-color: #6a7f10;
}
.tf_search_icon:hover {
	background-color: #586b0c;
}

#tf_sticky_buy div.product div.tf_sticky_prod_img div.images img {
    object-fit: fill !important;
}

.wpf_search_button {
    background-color: #6a7f10 !important;
}
.wpf_search_button:hover {
    background-color: #586b0c !important;
}