/* ################################################################################################## LATEST BLOGS + BLOGS */

.row.latest-posts {
	width: 100%;
}

.row.latest-posts .subheading {
	text-align: center;
}

@media (min-width: 1024px) {
	#blog-category .swiper-slide.text-center {
		width: 24% !important;
	}
}

.blogpost-thumb {
	position: relative;
}

#latestblog .caption_static_container,
#blog-category .caption_static_container {
	position: relative;
}
#latestblog.swiper-container,
#blog-category.swiper-container {
	overflow: visible !important;
}

#latestblog .caption,
#blog-category .caption {
	background: white;
	transition: all 0.3s;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	width: 90%;
	position: absolute;
	margin-left: 5%;
	padding: 30px 20px;
}

#latestblog .blogpost-thumb:hover .caption,
#blog-category .blogpost-thumb:hover .caption {
	transform: translateY(-80px);
	transition: all 0.3s;
}

#latestblog .caption h4 > a,
#blog-category .caption h4 > a {
	font-size: 21px !important;
	font-weight: bold !important;
	color: black;
}

#latestblog .post-more a:hover,
#blog-category .post-more a:hover {
	color: var(--accent1);
}

#latestblog .swiper-slide,
#blog-category .swiper-slide {
	margin-bottom: 30px;
}

.post-more {
	position: relative;
	margin-top: 20px;
}
.blogpost-thumb a.title {
	color: black;
	font-size: 18px;
	letter-spacing: 0.1px;
	line-height: 28px;
}

.blogpost-thumb a.title:hover {
	color: var(--accent1);
}


#latestblog .post-more a,
#blog-category .post-more a {
	text-transform: uppercase;
	color: black;
	font-size: 14px;
	border-bottom: 1px solid var(--accent1);
	padding-left: 2px;
	padding-right: 1px;
	display: none;
}
.blogpost-thumb:hover .post-more a {
	display: inline-block !important;
}

#blog-category .blogpost-thumb .img-responsive {
	margin: auto;
}

/* ################################################################################################## BLOG SINGLE */

#blog .blog-title h1 {
	color: white;
}

#blog .blog-title {
	position: absolute;
	bottom: 5%;
	right: 5%;
	width: 55%;
	color: white;
}

#blog .breadcrumb li {
	z-index: 1;
}

#blog .breadcrumb a {
	color: white !important;
	font-weight: normal !important;
}

#blog .main-content {
	display: flex;
}

#blog .featured-image {
	width: 40%;
}

#blog .blog-content {
	width: 50%;
	padding-top: 20px;
}

#blog .featured-image img {
	width: -webkit-fit-content !important;
	width: -moz-fit-content !important;
	width: fit-content !important;
	margin: -150px auto 0;
}

#blog .subheading {
	text-align: center;
}

#blog .social-icons {
	padding-bottom: 20px;
}

#blog .clearfix {
	border-bottom: solid 1px #ddd;
	padding-bottom: 30px;
	margin-bottom: 80px;
}

#blog .headingmain {
	text-align: center;
	font-weight: bold;
	margin-top: 0 !important;
	padding-bottom: 20px;
}

#blog .product-thumb .caption .price {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}

#blog .product-thumb .caption .price-old {
	font-size: 14px;
}

div#latestblog .swiper-wrapper, div#blogrelated .swiper-wrapper {
	height: auto;
}

.related_articles .section_title h2, .related_products .section_title h2 {
	font-weight: 400;
	font-size: 40px;
	line-height: 48px;
	color: black;
	text-transform: uppercase;
	justify-content: center;
	display: flex;
}


@media (max-width: 768px) {
	.main-content > div {
		width: 100% !important;
	}

	#blog .featured-image img {
		margin: auto !important;
	}

	#blog .blog-title {
		left: 20%;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}

	.main-content > div {
		width: 100% !important;
	}

	.main-content {
		flex-wrap: wrap;
	}
}

@media (max-width: 1224px) {
	#blog .featured-image {
		padding-right: 20px;
		margin-top: 50px;
	}
}

/* ################################################################################################## BLOGS */

#blog-category .blog-title * {
	text-align: center;
	color: white !important;
}

#blog-category .blog-title h1 {
	margin-top: 0;
	padding-bottom: 20px;
}

.row.latest-posts .swiper-viewport {
	box-shadow: none;
}

@media (max-width: 1024px) {
	.blogpost-thumb {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin: auto;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.col-sm-3 {
		width: 50% !important;
	}
}
