a:hover,
.mainmenu li:hover a, 
.mainmenu li.active a,
.site-title a:hover,
.blog-title span {
	color: #ff5671;
}
body.custom-background .header-area {
	padding: 200px 0;
}
.widget-area .widget a:hover {
	color: #ff5671;
}
.navigation  .nav-links a:hover, 
.navigation  .page-links a:hover {
	border-color: #ff5671;
	background-color: #ff5671;
}
article.post {
  margin-bottom: 30px;
}
.single-service-box {
	text-align: center;
	filter: drop-shadow(0px 5px 30px rgba(222, 222, 222, 0.6));
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
	padding: 21px 20px 54px;
	margin-right: 25px;
}
.service-thumb img {
	width: 100%;
}
.service-content {
	padding: 50px 38px 15px;
}
h5.service-sub-title a {
	font-size: 14px;
	color: #97aa85;
	font-weight: 500;
}
h2.service-title a {
	font-size: 22px;
	line-height: 25px;
	color: #232323;
	font-weight: 700;
	margin: 0;
	text-decoration: none;
}
.service-desc {
	font-size: 17px;
	line-height: 27px;
	color: #6e706c;
	font-weight: 400;
	margin-top: 8px;
}
.service-social-icon ul li {
	list-style: none;
	display: inline-block;
	margin: 0 12px;
}
.service-social-icon ul li a {
	display: inline-block;
	background: #232323;
	color: #fff;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
	transition: 0.5s;
}
.service-social-icon ul li a:hover {
	background: #97aa85;
}
.footer-wrap,
.post-wrapper .footer-wrap {
	border-top: 1px dashed #79788b52;
	padding-top: 15px;
	margin-top: 35px;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	align-items: center;
}
.cat-links a {
	text-decoration: none;
}
.cat-links a:hover {
	color: #ff5671;
}
.widget-area {
	background: #fff;
	border-radius: 0px 0px 12px 12px;
	box-shadow: 0 2px 20px #0e0e130d;
}
.widget {
	background: transparent;
	padding: 20px;
	box-shadow: 0 0px 0px #0e0e130d;
	border-color: #ffa21e;
	border-style: solid;
	border-width: 0 0 0 0px;
}
.widget {
	margin-bottom: 0px;
}
.widget h2 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #191919;
	margin-bottom: 35px;
	background-color: #97aa85;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 100px;
	transition: 0.7s;
}
.cat-links a:hover {
	color: #97aa85;
}
.navigation .nav-links a:hover,
.navigation .page-links a:hover {
	border-color: #97aa85;
	background-color: #97aa85;
}
.widget-area .widget a:hover,
a:hover, 
.mainmenu li:hover a, 
.mainmenu li.active a, 
.site-title a:hover, 
.blog-title span {
	color: #97aa85;
}
.blog-title h3.heading-title {
	border-bottom: 1px solid #dfe1ea;
	margin: 0 0 1rem;
	padding: 0 0 1rem;
	word-wrap: break-word;
	word-break: break-word;
}
.single-area  .blog-title {
	padding-bottom: 0px;
}
.single-area .post-thumbnail img {
	margin-top: 15px;
}
.single-content {
	background: #fff;
	padding: 30px;
	border-radius: 0px 0px 12px 12px;
	box-shadow: 0 2px 20px #0e0e130d;
}
/* Responsive */
/* Tablet Layout: 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.post-inner {
		flex-direction: column;
		text-align: center;
	}
	.post-wrapper .meta-wrapper {
		justify-content: center;
	}
	.footer-area {
		text-align: center;
	}
}
/* Wide Mobile Layout */
@media (min-width: 481px) and (max-width: 767px) {
	.post-inner {
		flex-direction: column;
		text-align: center;
	}
	.post-wrapper .meta-wrapper {
		justify-content: center;
	}
	.footer-area {
		text-align: center;
	}
}
/* Mobile Layout*/
@media (min-width: 320px) and (max-width: 480px) {
	.post-inner {
		flex-direction: column;
		text-align: center;
	}
	.post-wrapper .meta-wrapper {
		justify-content: center;
	}
	.footer-area {
		text-align: center;
	}
	.service-social-icon ul li {
		margin: 0 4px;
	}
}