section.blog-showcase {
	margin-bottom: var(--margin);
	text-align: center;
}
section.blog-showcase .root {
	background-color: var(--color-root);
	padding: 0 9px;
	border-radius: var(--border-radius);
	color: black;
	font-weight: 700;
}
section.blog-showcase .box {
	position: relative;
	overflow: hidden;
}
section.blog-showcase h1 {
	font-size: 42px;
	font-weight: 600;
	color: var(--color);
	line-height: 40px;
	margin-bottom: 5px;
	position: relative;
	z-index: 2;
	text-shadow: 0 10px 5px black;
}
section.blog-showcase h1,
section.blog-showcase p.intro {
	font-family: var(--font2);
}
section.blog-showcase .background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
section.blog-showcase .background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 0.45;
	border-radius: var(--border-radius);
}
section.blog-showcase .image {
	position: absolute;
	bottom: -283px;
	text-align: center;
	width: 100%;
}
section.blog-showcase .image img {
	width: 500px;
	height: 250px;
	object-fit: cover;
	border-radius: 75px;
}
section.blog-showcase .content {
	position: relative;
	z-index: 2;
	padding: 50px;
	border-radius: var(--border-radius);
	background: rgba(0, 0, 0, 0.76);
}
section.blog-showcase p.intro {
	margin-bottom: 10px;
	font-family: var(--font2);
}
section.blog-showcase .info {
	font-size: 14px;
	color: white;
}
section.blog-showcase .info li {
	display: inline-block;
	margin: 0 4px;
}
section.blog-showcase .info li a {
	color: white;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
section.blog-showcase .info li a:hover {
	color: var(--color);
}
section.blog-showcase .info i {
	opacity: 0.25;
	font-size: 11px;
	position: relative;
	top: -1px;
	margin-right: 3px;
}
section.blog-showcase .social-share {
	margin-top: 20px;
}
section.blog-showcase .social-share li {
	display: inline-block;
	background: var(--dark);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	margin: 0 3px;
	border: var(--border);
}
section.blog-showcase .social-share a {
	display: block;
}
section.blog-showcase .social-share .icon {
	font-size: 20px;
	padding: 12px 0;
	text-align: center;
	color: var(--color);
}
section.blog-showcase .social-share .name {
	visibility: hidden;
	opacity: 0;
	position: absolute;
}
section.blog-showcase .pro-only {
	padding: 50px 30px 30px;
}
section.blog-showcase .pro-only i {
	color: var(--color);
	margin-right: 4px;
}
section.blog-showcase .pro-only span {
	color: var(--color);
}
section.blog-showcase .pro-only-text {
	font-size: 24px;
	padding: 0 169px;
	line-height: 23px;
}
section.blog-showcase .pro-only-title {
	font-size: 32px;
	color: white;
	line-height: 32px;
	margin-bottom: 10px;
}
@media all and (max-width: 1140px) {
	section.blog-showcase .pro-only-text {
		padding: 0;
	}
}
@media all and (max-width: 960px) {
	section.blog-showcase h1 {
		font-size: 32px;
		line-height: 32px;
	}
	section.blog-showcase .content {
		padding: 20px 15px;
	}
}
@media all and (max-width: 576px) {
	section.blog-showcase .pro-only {
		padding: 25px 0
	}
	section.blog-showcase .box {
		padding: 0;
	}
	section.blog-showcase h1 {
		font-size: 28px;
		line-height: 28px;
	}
	section.blog-showcase .background img {
		padding: 0;
	}
	section.blog-showcase .pro-only-title {
		font-size: 22px;
		line-height: 22px;
	}
	section.blog-showcase .pro-only-text {
		font-size: 18px;
		line-height: 19px;
	}
}