body:not(.wp-admin) .bc_carousel_container {
	/* display: none; */
}

.bc_container {
	padding: 75px 0;
}

.bc_container .dbio-bc-intro-paragraph {
	max-width: 650px;
	margin: auto;
	text-align: center;
	margin-bottom: 2em !important;
}

.bc_carousel_container {
	margin-bottom: 32px;
}

/* Carousel Nav */
.bc_carousel_nav {
	text-align: right;
    z-index: 2;
    right: 0;
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 50%;
    padding: 0px;
}

.bc_carousel_nav>* {
	width:56px;
	height:56px; 
	border-radius: 50%;
	background-color: #434348;
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	-webkit-display: inline-flex;
	-ms-display: inline-flex;
	display: inline-flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	letter-spacing: initial;
	border: none;
	line-height: 100%;
}

.bc_carousel_nav>*:first-child {
	margin-right: 8px;
}

.bc_carousel_nav svg {
	position: relative;
	height:20px;
}

.bc_carousel_nav .slick-prev svg {
	right: 1px;
}

.bc_carousel_nav .slick-next svg {
	left: 1px;
}

.bc_carousel_nav .slick-arrow {
	cursor: pointer;
	outline: none;
	}
.bc_carousel_nav button.slick-prev.slick-arrow {
	left: -20px;
	position: absolute;
	margin: 0px !important; 
} 
.bc_carousel_nav button.slick-next.slick-arrow {
	right: -15px;
	position: absolute; 
}
.bc_carousel_nav .slick-arrow:hover {
	background: linear-gradient(82.91deg, #3E44FE 0%, #975CFF 100%);
	border: none;
}

.bc_single_post .hidden {
	display: none;
}

.slick-track {
	padding-bottom: 4px;
}

/* Single Slide */
body.wp-admin article.bc_single_post.slick-slide * {
	pointer-events: none;
}

.bc_single_post p.dbio_author_name {
    margin-bottom: 0px;
}

article.bc_single_post.slick-slide {
	position: relative;
	margin-left: 16px;
	margin-right: 16px;
	padding: 24px;
	/* background: linear-gradient(150deg, hsla(337, 100%, 84%, 1) 0%, hsla(262, 100%, 60%, 1) 68.75%); */
	border-radius: 6px;
	overflow: hidden;
	z-index: 2;
	outline: none;
}

.bc_container:not(.dbio_dark) article.bc_single_post.slick-slide {
	border: 1px solid #14141A59;
}

article.bc_single_post .bc_main_content,
article.bc_single_post .bc_footer {
	position: relative;
	z-index: 1;
}

.dbio_gradient_bg,
.dbio_gradient_bg_cover {
	position: absolute;
	pointer-events: none;
	border-radius: 6px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.dbio_gradient_bg {
	/* article.bc_single_post.slick-slide:before { */
	/* content: ''; */
	background: linear-gradient(150deg, hsla(337, 100%, 84%, 1) 0%, hsla(262, 100%, 60%, 1) 68.75%);
	/* top: 1px;
	left: 1px; */
	/* width: calc(100% - 2px);
	height: calc(100% - 2px); */
	/* background-color: #14141A; */
	border-radius: 6px;
	/* overflow: hidden; */
	z-index: -1;
	box-sizing: content-box;
	/* border: 1px solid #66666A; */
}

.dbio_gradient_bg_cover {
	background-color: #14141A;
	border: 1px solid #66666A;
	border-color: #66666A;
	z-index: 0;
}

article.bc_single_post.slick-slide .dbio_gradient_bg_cover {
	border: none;
}

article.bc_single_post.slick-slide:hover .dbio_gradient_bg_cover {
	top: 1px;
	left: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border-color: transparent;
}

article.bc_single_post.slick-slide .dbio_lighter_gradient_bg_cover {
	z-index: 2;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

article.bc_single_post.slick-slide:hover .dbio_lighter_gradient_bg_cover {
	opacity: 1;
	background: linear-gradient(180deg, rgba(204, 133, 255, 0) 0%, rgba(204, 133, 255, 0.07) 100%);
}

article.bc_single_post.slick-slide .dbio-second-button-container {
	position: relative;
	z-index: 2;
}

article.bc_single_post.slick-slide .dbio-second-button-container .blog_post_link {
	font-weight: 700 !important;
	color: #AA33FF;
}

article.bc_single_post.slick-slide .dbio-second-button-container .blog_post_link .hover {
	display: none;
}

article.bc_single_post.slick-slide:hover .dbio-second-button-container .blog_post_link .hover {
	display: inline;
}

article.bc_single_post.slick-slide:hover .dbio-second-button-container .blog_post_link .static {
	display: none;
}

/* Single Slide content */
.bc_eyebrow_headline,
.bc_main_headline {
	font-weight: 600;
}

.bc_eyebrow_headline {
	color: #35C8FF;
	font-size: 14px;
	line-height: 158%;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.bc_main_content .img_container {
	background-color: #434348;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 12px;
}

.bc_main_content img {
	height: 184px;
	object-fit: cover;
	width: 100%;
}

.bc_main_headline {
	color: #FFF;
	font-size: 20px;
	line-height: 138%;
	letter-spacing: -0.005em;
	min-height: 4.05em;
}

.bc_container:not(.dbio_dark) article.bc_single_post.slick-slide .bc_main_headline {
	color: #2C2C31;
}

.bc_excerpt {
	color: hsla(255, 3%, 74%, 0.7);
	font-weight: 500;
	font-size: 17px;
	line-height: 160%;
	letter-spacing: 0.01em;
	min-height: 4.8em;
	margin-bottom: 35px;
}

.bc_cta {
	outline: none;
	position: absolute;
	bottom: -24px;
	right: -24px;
	width: 80px;
	height: 80px;
	z-index: 2;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	border-left: solid 2px;
	border-top: solid 2px;
	border-color: #7f33ff;
	border-radius: 6px 0 0 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.bc_carousel:not(.simple) .bc_single_post:hover .bc_cta{
	opacity: 1;
}

.bc_cta svg path {
	stroke: #7f33ff;
}

/* Media queries */
@media only screen and (min-width:960px) and (max-width:1300px) {
	.bc_cta {
		position: relative;
		top: 24px;
		left: calc(100% - 56px);
	}
}

@media only screen and (max-width:1024px) {
	.bc_single_post .bc_cta {
		display: none;
	}

	.bc_carousel_container {
		margin-bottom: 24px;
	}
}

@media only screen and (max-width:767px) {
	.bc_carousel_container {
		width: 100vw;
		overflow: hidden;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	/* .bc_carousel_nav {
		display: none;
	} */
	/* article.bc_single_post.slick-slide:first-child {
		margin-left: 0;
	} */
	.bc_carousel_nav {
		padding: 0 32px;
	}

	article.bc_single_post.slick-slide {
		margin-left: 12px;
		margin-right: 12px;
		padding: 18px;
	}

	.bc_eyebrow_headline {
		font-size: 11px;
	}

	.bc_main_headline {
		min-height: initial;
	}

	.bc_excerpt {
		font-size: 15px;
	}
	.bc_container {
		padding: 1em 0;
	}
}