.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	display: inline-block;
	padding: 0 9px;
	line-height: 90px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
	margin: 0;
	font-weight: 600;
}
.sp-megamenu-parent > li > a:after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 1px;
	bottom: 30px;
	left: 0;
	background-color: #27814d;
	transform-origin: bottom right;
	transition: transform 0.40s ease-out;
}
.sp-megamenu-parent > li > a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
	color: #27814d;
}	
}.wf_file::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\f019";
	margin-right: 10px;
}
.wf_file {
	display: inline-flex;
	background-color: #f0efec;
	padding: 8px;
	width: 100%;
}
.wf_file_icon {
	margin-right: 10px;
	margin-left: 15px;
	height: 100%;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
	background: #27814d;
}
.entry-header {
	position: relative;
	margin-bottom: 30px;
	background-color: #f1bb6b3d;
	padding: 10px;
	text-transform: uppercase;
	border-bottom: solid 1px #27814d;
}
.entry-header h2 {
	font-size: 24px;
	line-height: 26px;
}
.offcanvas-menu {
	width: 320px;
	height: 100%;
	background-color: rgb(31, 103, 62);
	color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	transform: translateX(320px);
	visibility: hidden;
	overflow: inherit;
	transition: 0.5s;
	z-index: 10000;
}
