:root {
	--wd-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: rgb(255,255,255);
	--wd-entities-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: rgb(255,255,255);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-widget-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(20,42,19);
	--wd-widget-title-font-size: 12px;
}
.page .wd-page-content {
	background-color: rgb(20,42,19);
	background-image: none;
}

@media (max-width: 1024px) {
	:root {
		--wd-widget-title-font-size: 10px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-widget-title-font-size: 10px;
	}

}




/*change testimonial footer color*/
div.testimonial-content footer span {

	color: #95a860;}

div.testimonial-content footer {

	color: #95a860;}

.wd-side-hidden.wd-opened {
background-color: #0C240F !important;
}