a {
	color: #202629;
}
a:hover {
	color: #f46d46;
}
.wp-block-image img {
	margin: 15px 0;
}
h1.site-title a, 
p.site-title a, 
p.site-description {
	color: #202629;
} 
.entry-meta.button {
	border: 1px solid #f46d46;
	background-color: #f46d46;
}
.entry-title a:hover, 
.entry-footer span a:hover, 
.entry-meta a:hover,
h1.site-title a:hover,
.entry-meta.button:hover a,
.entry-title i, 
.entry-footer span i, 
.entry-meta i,
.mainmenu li:hover a, 
.mainmenu li.active a {
	color: #f46d46;
}
.comment-form input[type="text"]:hover, 
.comment-form input[type="text"]:focus, 
.comment-form input[type="email"]:hover, 
.comment-form input[type="email"]:focus, 
.comment-form input[type="url"]:hover, 
.comment-form input[type="url"]:focus, 
.comment-form textarea:hover, 
.comment-form textarea:focus {
	border: 1px solid #f46d46;
}
.comment-form input[type="submit"] {
	background: #f46d46;
}
.comment-reply-link {
	color: #f46d46;
}
.comment-list li.comment {
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding: 30px;
	background-color: transparent;
}
.widget a:hover {
	color: #f46d46;
}
.wp-block-search .wp-block-search__button:hover {
	border: 1px solid #f46d46;
	background: #f46d46;
	transition: 0.5s;
}
article.post{
	margin-bottom: 30px;
	background-color: inherit; 
	border-radius: 0px;
	border: 0px solid #e1e8ed;
}
.single-area article.post{
	margin-bottom: 30px;
	background-color: #fff; 
	border-radius: 5px;
	border: 1px solid #e1e8ed;
}
.archive .blog-area {
	padding-top: 0px;
}
.post-content-container {
	display: flex;
	align-items: center;
	margin-bottom: 75px;
}
.post-content-container.content-container {
	display: inherit;
	align-items: inherit;
}
.post-img-side {
	order: 1;
}
.post-img-side {
	max-width: 55.5%;
	display: block;
	width: auto;
	min-width: 85px;
	min-height: 85px;
	position: relative;
}
figure {
	margin: 0px;
}
.post-img-side .post-img {
	border: 7px solid #fff;
	box-shadow: 0px 4px 37px 0px rgba(0,0,0,.08);
	width: auto;
	overflow: hidden;
	display: block;
}
.post-img > a {
	display: block;
	position: relative;
	-webkit-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	-webkit-backface-visibility: hidden;
}
.post-img a img {
	-webkit-backface-visibility: hidden;
	opacity: 1;
	position: relative;
	-webkit-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.post-img a::before {
	content: "\f178";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-100%, -50%);
	color: #fff;
	font-size: 50px;
	font-family: "FontAwesome";
	font-weight: 900;
	opacity: 0;
	transition: all 0.4s ease-out;
}
 .post-img:hover a::before{
	z-index: 9;
	opacity: 1;
	transform: translate(-50%,-50%);
}
.post-img a::after {
	content: "";
	background-color: #f46d46;
	opacity: 0;
	transition: all 0.4s ease-out;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	position: absolute;
}
.post-img:hover a::after {
	opacity: 0.81;
	z-index: 8;
}
.post-content-side {
	background-color: #fff;
	border-radius: 0px;
	margin-left: 0;
	margin-right: -55px;
	padding: 30px;
	order: 0;
	position: relative;
	z-index: 9;
	-webkit-box-shadow: 0px 4px 37px 0px rgba(0,0,0,.11);
	box-shadow: 0px 4px 37px 0px rgba(0,0,0,.11);
	max-width: calc(44.5% + 55px);
}
.post-content-container > div:last-child {
	margin-bottom: 0;
}
.post-content-side.content-side {
	max-width: 100%;
}
.article.post.sticky .post-content-side {
	background-color: #ddd;
}
.title h2 {
	font-size: 25px;
	margin-bottom: 21px;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: 0px;
}
.title h2 a {
	color: #202629;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	text-decoration: none;
}
.title h2 a:hover{
	color: #f46d46;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.post-content:not(:empty):not(:last-child) {
	margin-bottom: 24px;
}
.post-content {
	font-size: 13px;
	line-height: 25px;
	color: #1b1c1d;
	padding: 0px;
	text-align: center;
}
.single-area .post-content {
	padding: 30px;
}
.post-meta.footer-meta {
	max-width: 80%;
	margin: 0 auto;
}
.post-meta {
	padding: 0;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
}
.meta-date a {
	text-decoration: none;
	color: #9EA2AA;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.meta-date a:hover {
	color: #f46d46;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.post-meta.footer-meta {
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;
}
.post-meta.footer-meta > div:first-child {
	padding-left: 0;
	margin-right: 0;
}
.post-meta.footer-meta > div {
	font-size: 11px;
	text-transform: uppercase;
	color: #9EA2AA;
	letter-spacing: 1.4px;
}
.post-meta.footer-meta > div {
	padding: 0 10px;
	position: relative;
	font-size: 11px;
	color: #888c8e;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
}
.post-meta .meta-date {
	margin-bottom: 0;
}
.meta-date, .meta-read {
	text-transform: uppercase;
	font-size: 11px;
	color: #9ea2aa;
	font-weight: 400;
	margin-bottom: 10px;
	letter-spacing: 2px;
	text-align: center;
}
.post-meta.footer-meta div.post-more {
	padding: 0 10px;
	margin: 0 auto;
	font-weight: 700;
}
.post-meta.footer-meta div.post-more a {
	display: inline-block;
	position: relative;
	padding-bottom: 5px;
	line-height: 1;
	color: #f46d46;
	text-decoration: none;
}
.post-meta.footer-meta div.post-more a::before {
	content: "";
	width: 100%;
	position: absolute;
	border-bottom: 1px solid;
	height: 0;
	top: 100%;
	right: 0%;
}
.post-meta.footer-meta div.post-more a:hover::before {
	width: 0%;
	transition: width 0.3s ease-in-out;
}

.post-meta.footer-meta div.post-more.more-content {
	position: absolute;
	right: 0px;
}
.post-meta .meta-date.date-content {
	position: absolute;
	left: 0px;
}
.single-area ,
.page-area{
	padding-top: 100px;
}
.nav-links a {
	border: 1px solid #ddd;
}
.nav-links a:hover, 
.page-links a:hover {
	border-color: #f46d46;
	background-color: #f46d46;
}
.nav-links a:hover {
	border: 1px solid #f46d46;
}
.breadcrumbs-area {
	margin-bottom: 0px;
}
.archive .breadcrumbs-area {
	margin-bottom: 100px;
}
.error-page {
	padding: 120px 0;
}
a.button {
	background-color: #f46d46;
	border: 1px solid #f46d46;
	padding: 5px 15px;
	display: inline-block;
	margin-top: 20px;
}
a.button:hover {
	border: 1px solid #f46d46;
	color: #f46d46;
}
/* Tablet Layout: 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
	.post-content-container {
		margin-bottom: 35px;
	}
	.post-content-container {
		display: block;
	}
	.post-img-side {
		max-width: 100%;
	}
	.post-content-side {
		margin-left: 0;
		max-width: 100%;
		box-shadow: none;
		margin-right: 0;
		padding: 20px 15px;
	}
	.nav-next {
		margin-top: 15px;
	}
}
/* Wide Mobile Layout */
@media (min-width: 481px) and (max-width: 767px) { 
	.post-content-container {
		margin-bottom: 35px;
	}
	.post-content-container {
		display: block;
	}
	.post-img-side {
		max-width: 100%;
	}
	.post-content-side {
		margin-left: 0;
		max-width: 100%;
		box-shadow: none;
		margin-right: 0;
		padding: 20px 15px;
	}
	.nav-next {
		margin-top: 15px;
	}
}
/* Mobile Layout*/
@media (min-width: 320px) and (max-width: 480px) {
	.post-content-container {
		margin-bottom: 35px;
	}
	.post-content-container {
		display: block;
	}
	.post-img-side {
		max-width: 100%;
	}
	.post-content-side {
		margin-left: 0;
		max-width: 100%;
		box-shadow: none;
		margin-right: 0;
		padding: 20px 15px;
	}
	.nav-next {
		margin-top: 15px;
	}
}