/* =Blog CSS
-------------------------------------------*/
.section-blog {
	width: 100%;
	float: none;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #f2f2f2;
}
.section-blog.grid {
	margin-bottom: 25px;
}
.section-blog.last {
	margin-right: 0px;
}
.blog-title a {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 22px;
	line-height: 1.612;
}
.blog-title {
	margin-bottom: 0;
} 
.section-blog .date {
	font-size: 16px;
	letter-spacing: 0.2em;
	display: block;
	margin-bottom: 15px;
}
.blog-img {
	display: table;
	height: 200px;
	width: 300px;
	margin: auto;
	background: #F5F5F5;
	float: left;
}
.post-meta {
	padding-top: 30px;
	margin-bottom: 0;
	text-align: right;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.section-blog .blog-img a.blog-img-link, .single-blog-post .blog-img .single-blog-img-link {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	height: 200px;
}
.single-blog-post h2.entry-title.post-title.blog-title {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 26px;
	line-height: 1.612;
}

.single-blog-post .blog-img {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	height: auto;
}
.single-blog-post .blog-img .single-blog-img-link {
	max-height: 510px;
	height: auto;
}
.section-blog .blog-img a.blog-img-link img, .single-blog-post .blog-img .single-blog-img-link img {
	max-height: 100%;
	display: table;
	margin: auto;
}
.section-blog .blog-img a.blog-img-link img:hover {
	filter: grayscale(1);
}
.blog-content {
	background: #fff;
	text-align: left;
	padding: 0 20px;
	width: 60%;
	float: right;
}
.blog-content h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
.blog-content .post-excerpt {
	line-height: 1.7;
	min-height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.blog-content .post-excerpt p.read-more {
	display: none;
}
.blog-content h2 a {
	font-weight: 600;
	color: #221F20;
}
.blog-content h2 a:hover {
	color: #1F1f1f;
}
.blog-content .readmore {
	margin-top: 10px;
}
.right-side-col .widget-wrapper input[type="text"] {
	width: 82%;
}
.right-side-col .widget-title h3 {
	font-family: "Karla";
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 18px;
}
.right-side-col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#widgets ul.side-social-addres {
	list-style: none;
	padding: 0;
	display: flex;
	gap: 12px;
}
#widgets ul.side-social-addres a {
	width: 35px;
	height: 35px;
	background-color: #b30480;
	text-align: center;
	line-height: 35px;
	color: #fff;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#widgets ul.side-social-addres a:hover {
	background-color: #7f7f7f;
	color: #b30480;
}
#widgets .widget_text .textwidget > p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 19px;
	text-align: justify;
}
#searchform {
	position: relative;
}
#widgets .widget-wrapper input[type="text"] {
	width: 100%;
	padding: 10px 38px 9px 12px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
#widgets .widget-wrapper.widget_search {
	padding-bottom: 40px;
}
#widgets .widget-wrapper:last-child {
	border-bottom: none;
	padding-bottom: 20px;
}
.navigation {
	clear: both;
	height: auto;
	line-height: 50px
}
.navigation ul {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
}
.navigation a {
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
	color: #8784cd;
	text-decoration: none;
}
.navigation li {
	display: inline;
}
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
	background-color: #fff;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 10px 12px;
	border: 1px solid #aeaeae;
}
.navigation li a:hover, .navigation li.active a {
	background-color: #eee;
}
.pnavigation {
	float: left;
	width: 100%;
}
.page-template-blog-excerpt .post-data {
	display: none;
}
.single-post .post {
	padding-bottom: 30px;
	border-bottom: 1px solid #f2f2f2;
}
#respond {
	background-color: transparent;
	background-image: none;
	font-family: inherit;
	padding: 0;
	border: none;
	margin-top: 50px;
}
#reply-title {
	font-family: inherit;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.2em;
	font-size: 18px;
}
#respond label {
	color: #8784cd;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 14px;
}
#respond input[type="text"], #respond input[type="email"] {
	border: 1px solid #e6e6e6;
	height: 45px;
}
#respond .comment-form-cookies-consent {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
#respond #wp-comment-cookies-consent {
	margin-top: 4px;
}
#respond .comment-form-cookies-consent label {
	display: inline;
	font-size: 14px;
	line-height: 1.4;
	margin-left: 12px;
}


.featuredpost .blog-img {
	width: 456px;
	height: auto;
}
.section-blog.featuredpost .blog-img a.blog-img-link {
	height: auto;
}
.section-blog.featuredpost .blog-img a.blog-img-link img {
	height: auto;
	width: auto;
}
.featuredpost .blog-content .readmore {
	margin-top: 25px;
}
.featuredpost h2.blog-title a {
	color: #000;
}
.featuredpost h2.blog-title a:hover{
	color: #8784cd;
}

@media screen and (max-width: 1200px){
.blog-img,
.featuredpost .blog-img {
	width: 40%;
}
}
@media screen and (max-width: 900px){
	#blogposts, #widgets, #content-full.single-blog-page, #content.grid.col-620, #content-search.grid.col-620 {
		width: 100%;
	}
	#widgets {
		margin-top: 0;
	}
	#widgets .widget-wrapper:last-child {
		padding-bottom: 0;
	}

}
@media screen and (max-width: 768px){
	#widgets .widget-wrapper {
		padding: 0 0 35px 0;
	}
}
@media screen and (max-width: 533px){
.blog-img,
.featuredpost .blog-img,
.blog-content {
	width: 100%;
}
.blog-img,
.featuredpost .blog-img {
	margin-bottom: 15px;
	height: auto;
	max-height: 246px;
	display: block;
	min-height: 200px;
	justify-content: center;
	align-items: center;
}
.section-blog .blog-img a.blog-img-link{
	height: auto;
}
.blog-content {
	padding: 0;
}
.blogpage .navigation {
	height: auto;
}
.blogpage .navigation ul {
	flex-wrap: wrap;
}
.blogpage .navigation ul li {
	line-height: 42px;
}
.blogpage .navigation li a, .blogpage .navigation li a:hover, .blogpage .navigation li.active a, .blogpage .navigation li.disabled {
	padding: 10px 8px;
}
.post-meta {
	font-size: 13px;
}
 
}