/* ################################################################################################## 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;
	}
}

#latestblog .caption,
#blog-category .caption {
	margin: auto;
	margin-top: 20px;
	text-align: left;
	padding: 20px 30px;
	position: relative;
	/* z-index: 99; */
	background: white;
	width: 100%;
	transition: all 0.3s;

}

#latestblog .blogpost-thumb:hover .caption,
#blog-category .blogpost-thumb:hover .caption {
	transform: translateY(-45px);
	transition: all 0.3s;
	box-shadow: 0 0 27px 7px rgba(40, 40, 40, 0.12);
}

#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 {
	text-decoration: underline;
}

#latestblog .post-more a,
#blog-category .post-more a {
	text-transform: uppercase;
	color: black;
	font-size: 14px;
}

#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;
}

@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;
}

/* #blog-category #content {
    margin-top: -220px;
} */

@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;
	}
}
