/*Settings and props for code.*/
/* Main content (icon, content, author, source)---------------------------*/
.pandorabox-ts-wrap {
  margin: 0 2rem;
}
.pandorabox-ts-slider {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 90%;
  margin: 5rem auto;
}
.pandorabox-ts-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 2.5rem;
  overflow: hidden;
}
.pandorabox-ts-item-icon {
  flex-shrink: 0;
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  border: 4px solid #D6D6D6;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pandorabox-ts-item-content {
  width: 100%;
  min-height: 14rem;
  margin-left: 2.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pandorabox-ts-item-content-text {
  font-weight: 300;
  font-size: 1.2rem;
  text-align: left;
}
.pandorabox-ts-content-wrap {
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
  /*height: 50%;*/
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.pandorabox-ts-content-author {
  font-size: 1.7rem;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  margin-right: 2rem;
}
.pandorabox-ts-content-source {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: right;
  color: #808080;
}
.pandorabox-colorblock .pandorabox-ts-content-source {
  color: #fff;
}
/*Edit owl plugin*/
/*Button next/prev (green color and position)*/
.pandorabox-ts-slider .owl-next,
.pandorabox-ts-slider .owl-prev {
  position: absolute;
  bottom: 50%;
}
.pandorabox-ts-slider .owl-next i,
.pandorabox-ts-slider .owl-prev i {
  font-size: 2rem;
}
.pandorabox-ts-slider .owl-next:focus,
.pandorabox-ts-slider .owl-prev:focus {
  outline: none;
}
.pandorabox-ts-slider .owl-next {
  right: -2rem;
}
.pandorabox-ts-slider .owl-prev {
  left: -2rem;
}
.pandorabox-ts-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 7px 7px;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}
.pandorabox-ts-slider .owl-dots .owl-dot.active span {
  background-color: rgba(0, 0, 0, 0.7);
}
.pandorabox-colorblock .pandorabox-ts-slider .owl-dots .owl-dot.active span {
  background-color: white;
}
.pandorabox-ts-slider .owl-dots .owl-dot:focus {
  box-shadow: none;
  outline: none;
}
/*End-----------------------------------------*/
@media screen and (max-width: 1024px) {
  .pandorabox-ts-wrap {
    margin: 0 0.5rem;
  }
  .pandorabox-ts-slider {
    width: 90%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .pandorabox-ts-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .pandorabox-ts-item-icon {
    width: 6rem;
    height: 6rem;
    position: absolute;
    left: 0;
    bottom: 1rem;
  }
  .pandorabox-ts-item-content {
    margin-left: 0;
  }
  .pandorabox-ts-item-content-text {
    margin-bottom: 2rem;
  }
  .pandorabox-ts-content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 8rem;
    margin-top: 0;
    width: auto;
  }
  .pandorabox-ts-content-source {
    text-align: left;
  }
  .owl-nav {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .pandorabox-ts-slider {
    width: 100%;
  }
  .pandorabox-ts-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .pandorabox-ts-item-icon {
    display: none;
  }
  .pandorabox-ts-content-wrap {
    margin: 1rem 0 2rem;
  }
  .owl-nav {
    display: none;
  }
}
