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

.bc_container {
  padding: 75px 0;
}

.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;
}

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:hover .dbio_gradient_bg_cover {
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-color: transparent;
}

/* 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_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_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;
}
}