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

.cc_container {
	padding: 40px 0;
}

.cc_container:not(.dbio_dark) article.cc_single_post.slick-slide .cc_main_headline {
	color: #2C2C31;
}

.cc_carousel_container {
	position: relative;
	margin-bottom: 32px;
}

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

.cc_carousel_nav > * {
	width: 36px;
	height: 36px; 
	border-radius: 50%;
	background-color: #3E44FE99;
	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;
	line-height: 100%;
	border: 1px solid #3E49F4;
	box-shadow: 0px 8px 14px 0px #3E44FE42;
}

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

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

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

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

.cc_carousel_nav .slick-arrow {
	cursor: pointer;
	outline: none;
}

.cc_carousel_nav button.slick-prev.slick-arrow {
	left: -2px;
	position: absolute;
}

.cc_carousel_nav button.slick-next.slick-arrow {
	right: -2px;
	position: absolute;
}

.cc_carousel_nav .slick-arrow:not(.slick-disabled):hover {
	background: linear-gradient(82.91deg, #3E44FE 0%, #975CFF 100%);
	border: none;
}

.cc_carousel_nav .slick-arrow.slick-disabled {
	background-color: #B9B9BA;
	border: none;
	box-shadow: none;
}

.cc_single_post .hidden {
	display: none;
}

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

/* Slider Wrapper */
.dbio_cta_card_carousel .slick-slider .slick-track {
	display:flex;
}

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

article.cc_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;
	height: inherit;
}

article.cc_single_post.slick-slide a {
	display: flex;
	flex-direction: column;
	height: 100%;
}

article.cc_single_post.slick-slide .cc_main_content {
	display: flex;
	flex-direction: column;
}

article.cc_single_post .cc_main_content,
article.cc_single_post .cc_link_container,
article.cc_single_post .cc_button_container {
	position: relative;
	z-index: 1;
}

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

article.cc_single_post .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; */
}

article.cc_single_post .dbio_gradient_bg_cover {
	border: 1px solid #14141A59;
	z-index: 0;
}

article.cc_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.cc_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.cc_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.cc_single_post.slick-slide .cc_link_container {
	position: relative;
	margin-top: auto;
	z-index: 2;
}

article.cc_single_post.slick-slide .cc_link_container .cc_post_link {
	font-weight: 700 !important;
	color: #AA33FF;
}

article.cc_single_post.slick-slide .cc_link_container .cc_post_link svg {
	position: relative;
	top: 1px;
	margin-left: 11px;
	max-height: 16px;
}

article.cc_single_post.slick-slide .cc_link_container .cc_post_link .hover {
	display: none;
}

article.cc_single_post.slick-slide:hover .cc_link_container .cc_post_link .hover {
	display: inline;
}

article.cc_single_post.slick-slide:hover .cc_link_container .cc_post_link .static {
	display: none;
}

article.cc_single_post.slick-slide .cc_button_container {
	width: 100%;
	height: auto;
	margin-top: auto;
	padding: 13.5px 26px;
	border: solid 1px transparent;
	border-radius: 30px;
	background-image: linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(99.69deg, #3E44FE -10.66%, #BB5CFF 114.64%);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	transition: all 0.3s ease-in-out;
	text-align: center;
}

article.cc_single_post.slick-slide .cc_button_container .cc_post_link {
	background: linear-gradient(99.69deg, #3E44FE -10.66%, #BB5CFF 114.64%);
	background-clip: text;
	color: transparent;
	text-transform: uppercase;
	font-weight: bold;
	transition: all 0.3s ease-in-out;
}

article.cc_single_post.slick-slide:hover .cc_button_container {
	background: #3E44FECC;
	border-color: #3E49F4;
}

article.cc_single_post.slick-slide:hover .cc_button_container .cc_post_link {
	color: #FFFFFF;
}



/* Single Slide content */
article.cc_single_post .cc_main_headline {
	font-weight: 600;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 138%;
	letter-spacing: -0.005em;
}

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

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

article.cc_single_post p.cc_description {
	min-height: 4.8em;
	margin-bottom: 35px;
	font-weight: 500 !important;
	font-size: 17px;
	line-height: 160%;
	letter-spacing: 0.01em;
	color: #6A6A6D;
}

article.cc_single_post .cc_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;
}

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

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

	article.cc_single_post .cc_carousel_container {
		margin-bottom: 24px;
	}
}

@media only screen and (max-width:767px) {
	.cc_carousel_container {
		width: 100%;
		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;
	} */
	.cc_carousel_nav {
		padding: 0 32px;
	}

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

	.cc_eyebrow_headline {
		font-size: 11px;
	}

	.cc_main_headline {
		min-height: initial;
	}

	.cc_excerpt {
		font-size: 15px;
	}
	.cc_container {
		padding: 1em 0;
	}
}