.s_blog {
	background-color: #f2f2f2;
}
.blog_left {
	float: left;
	width: 64%;
}
.blog_left h2 {
	color: #000;
	font-weight: 700;
	display: block;
	font-size: 26px;
	margin: 0 auto;
}
.blog_left .wp-post-image {
	text-align: center;
	margin: 0 auto 20px;
	background: #ffffff;
	border-radius: 3px;
	/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
	padding: 2%;
	/* border: 1px solid #ccc; */
	display: inline-block;
	width: 100%;
	max-width: 100% !important;
	float: none;
}
.blog_right {
	float: right;
	width: 28%;
}
.post_content-inner p, .bd-post-content {
	color: #000 !important;
	font-size: 16px !important;
	margin: 40px auto;
	display: inherit;
}
textarea#comment {
	display: block;
	text-align: left;
	width: 96%;
	border: 1px solid rgba(24, 24, 24, .2);
	min-height: 40px;
	padding: 0 2%;
}
.bdp_blog_template .bd-post-footer a.bd-more-tag {
	background-color: #e40000 !important;
	color: #ffffff !important;
	padding: 10px 6%;
	/* box-shadow: 0 -2px 0 0 rgba(24,24,24,.15) inset; */
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	text-transform: capitalize;
	border: 1px solid #7ed321 !important;
	color: #7ed321 !important;
	background-color: transparent !important;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 50px;
	padding-right: 70px;
	font-size: 16px;
	border-radius: 2em;
}
.bdp_blog_template .bd-post-footer a.bd-more-tag:hover {
	background-color: #7ed321 !important;
	color: #ffffff!important;
	/* box-shadow: 0 -3px 0 0 rgba(24,24,24,.15) inset, 0 3px 10px rgba(0,0,0,0.3); */
	webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}
.bdp_blog_template.lightbreeze .bd-post-image img {
	height: 350px;
	object-fit: cover;
}
.wp-block-search__input {
	background: #fafafa;
	box-shadow: none;
	border-color: #eaeaea;
	padding: 20px;
	height: 60px;
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	border: 1px solid #d1d1d1;
	color: #686868;
	position: inherit;
}
.wp-block-search__button {
	position: relative;
	/* font-size: 0; */
	white-space: nowrap;
	z-index: 2;
	margin-left: -1px;
	height: 60px;
	line-height: 1.42857;
	padding: 6px 12px;
	color: #fff;
	background-color: #7ed321;
	border-color: #ccc;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px 4px 4px 0px;
	float: right;
	position: absolute;
	right: 5%;
}
.wp-block-search__label {
	display: none;
}
.widget {
	line-height: 1.6153846154;
	margin-bottom: 35px;
	border-left: 3px solid #7ed321;
	box-shadow: 3px 3px rgba(70, 70, 70, 5%);
	padding: 15px 5%;
	float: left;
	width: 88%;
	position: relative;
	background: #fff;
}
.widget h2 {
	letter-spacing: 0;
	line-height: 1.3125;
	text-transform: capitalize;
	border-bottom: 1px solid #eaeaea;
	padding: 10px 30px 10px 15px;
	margin: 0;
	font-size: 20px;
}
.widget ul:last-child {
	margin-bottom: 0;
	padding: 20px 0 0 20px;
	padding-bottom: 0;
}
.widget ul {
	padding: 30px;
	margin-bottom: 0px;
}
.widget ul li {
	border-bottom: 1px dotted #d4cccc;
	list-style-type: none;
	padding: 12px 0;
	list-style-type: square;
	width: auto;
}
span.screen-reader-text {
	display: none;
}
.widget ul li:first-child {
	padding-top: 0;
}
.widget ul li:last-child {
	border-bottom: 0px dotted #d4cccc;
}
.widget ul li a {
	color: #000;
	font-size: 15px;
}
.section-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 120rem;/* width: calc(100% - 4rem); */
}
/* POST META */

.post-meta-single-top .post-meta {
	justify-content: center;
}
.post-meta-wrapper {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	max-width: 58rem;
	width: 100%;
}
.post-meta {
	color: #6d6d6d;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.5rem;
	font-weight: 500;
	list-style: none;
	margin: -1rem 0 0 -2rem;
}
.post-meta li {
	flex-shrink: 0;
	letter-spacing: -0.016875em;
	margin: 1rem 0 0 2rem;
	max-width: calc(100% - 2rem);
}
.meta-text {
	color: inherit;
	text-decoration: none;
	color: #e40000;
	font-weight: 500 !important;
	font-size: 14px;
}
.post-meta a {
	color: inherit;
	text-decoration: none;
	color: #000;
	font-weight: 500 !important;
	font-size: 15px;
}
.post-meta a:focus, .post-meta a:hover {
	text-decoration: underline;
}
.post-meta .meta-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	font-size: 16px;
}
.post-meta .meta-icon {
	flex-shrink: 0;
	margin-right: 7px;
}
.sticky .post-sticky {
	color: inherit;
}
.post-meta .post-author .meta-icon svg {
	width: 16px;
	height: 16px;/* font-size: 16px; */
}
.post-meta .post-categories .meta-icon svg {
	width: 1.8rem;
	height: 1.7rem;
}
.post-meta .post-comment-link .meta-icon svg {
	width: 16px;
	height: 16px;
}
.post-meta .post-date .meta-icon svg {
	width: 16px;
	height: 16px;
}
.post-meta .post-edit .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}
.post-meta .post-sticky .meta-icon svg {
	width: 1.5rem;
	height: 1.8rem;
}
.post-meta .post-tags .meta-icon svg {
	width: 17px;
	height: 16px;
	color: #000;
}
.post-meta svg * {
	fill: currentColor;
}
/* Single Pagination ------------------------- */

.pagination-single {
	font-size: 15px;
	margin-top: 10px;
}
.pagination-single-inner {
	/* display: flex; */
	flex-direction: inherit;
}
.pagination-single hr:first-child {
	margin: 0 0 20px 0;
	border-top: 1px solid #7ed321;
	border-bottom: 1px solid #7ed321;
	border-left: 0px solid #7ed321;
	border-right: 0px solid #7ed321;
	background-color: transparent;
}
.pagination-single hr:last-child {
	margin: 20px 0 20px 0;
	border-top: 1px solid #7ed321;
	border-bottom: 1px solid #7ed321;
	border-left: 0px solid #7ed321;
	border-right: 0px solid #7ed321;
	background-color: transparent;
}
.pagination-single a {
	/* align-items: baseline; */
	/* display: flex; */
	/* font-weight: 600; */
	/* letter-spacing: -0.0275em; */
	/* text-decoration: none; */
	/* flex: 1; */
	width: 50%;
	box-sizing: border-box;
	margin: 0;
	float: left;
	position: relative;
	font-weight: 600 !important;
	color: #000;
}
.pagination-single a + a {
	margin-top: 1rem;
	float: right;
	width: 50%;
	box-sizing: border-box;
	margin: 0;
	position: relative;
	text-align: right;
}
.next-post span.arrow {
	float: right;
	margin: 0 0 0 13px;
}
.pagination-single a .arrow {
	margin-right: 1rem;
}
.pagination-single a:focus .title, .pagination-single a:hover .title {
	text-decoration: underline;
}
/* Author Bio -------------------------------- */

.author-bio {
	margin-top: 4rem;
	margin-right: auto;
	margin-left: auto;
	max-width: 58rem;
	width: 100%;
}
.hide-avatars .author-bio {
	padding-left: 0;
}
.author-bio .author-title-wrapper {
	align-items: center;
	display: flex;
	margin: 0 0 1rem 0;
}
.author-bio .avatar {
	border-radius: 50%;
	margin-right: 1.5rem;
	height: 5rem;
	width: 5rem;
}
.hide-avatars img.avatar {
	display: none;
}
.author-bio p:last-child {
	margin-bottom: 0;
}
.author-bio .author-title {
	margin: 0;
}
.author-bio .author-link {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	margin-top: 1em;
	text-decoration: none;
}
.author-bio .author-link:focus, .author-bio .author-link:hover {
	text-decoration: underline;
}
/* POST NAV LINKS */

.post-nav-links {
	border-radius: 0.4rem;
	display: flex;
	font-size: 0.9em;
	font-weight: 600;
	line-height: 1;
	margin: 3em auto 0 auto;
	padding: 0;
	width: calc(100% - 4rem);
	max-width: 58rem;
}
.post-nav-links > span.label {
	padding: 1em 0;
}
.post-nav-links > * {
	padding: 1em 0.75em;
}
/* POST META BOTTOM */

.post-meta-wrapper.post-meta-single-bottom {
	margin-top: 3rem;
}
#commentform .submit {
	background-color: #e40000;
	color: #ffffff;
	padding: 10px 6%;
	box-shadow: 0 -2px 0 0 rgba(24,24,24,.15) inset;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	border: none;
}
#commentform .submit:hover {
	background-color: #e40000;
	color: #ffffff;
	box-shadow: 0 -3px 0 0 rgba(24,24,24,.15) inset, 0 3px 10px rgba(0,0,0,0.3);
	webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}
.more-link {
	background-color: #7ed321;
	color: #ffffff;
	padding: 10px 6%;
	box-shadow: 0 -2px 0 0 rgba(24,24,24,.15) inset;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	border: none;
	text-transform: capitalize;
}
.more-link:hover {
	background-color: #000;
	color: #ffffff;
	box-shadow: 0 -3px 0 0 rgba(24,24,24,.15) inset, 0 3px 10px rgba(0,0,0,0.3);
	webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}
span.faux-button {
	background-color: transparent;
}
.read-more-button-wrap {
	margin: 0 auto 10px;
	padding: 0;
	border-bottom: 0px dashed #000;
}
span.color-accent {
	color: #fff;
}
.blog_left .wp-post-image {
	padding: 0% !important;/* width: auto; */
}
article ul {
	margin: 0 0 20px 20px;
	display: inherit;
}
article ul li {
	padding: 0% !important;
	margin: 10px auto;
}
.blog_left ul, .blog_left ol {
	margin: 0 0 20px 20px;
	display: inherit;
}
.blog_left ul li, .blog_left ol li {
	padding: 0% !important;
	margin: 10px auto;
}
.blog_left article {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding: 15px;
	border: 1px solid #ccc;
	display: inline-block;
	width: 100%;
	max-width: 100% !important;
	float: none;
	margin-bottom: 40px;
	line-height: 1.8;
}
hr.post-separator.styled-separator.is-style-wide.section-inner {
	display: none;
}
.post-meta-wrapper ul {
	margin: 0px 0 20px;
	padding-bottom: 15px;
	color: #000000;
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
	font-style: italic;
	float: left;
	text-align: left;
	padding: 0;
}
.post-meta-wrapper ul li {
	display: inline-block !important;
	margin: 0 18px 0 0;
}
.post-meta-wrapper ul li {
}
.post-meta-wrapper ul li .meta-icon {
	color: #222222;
	margin-right: 0px;
	vertical-align: middle;
}
.post-meta-wrapper ul li .meta-text {
}
.has-text-align-center {
	text-align: left !important;
}
