/*
 *
 */
@-moz-keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-moz-keyframes header-drop {
  0% {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes header-drop {
  0% {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes header-drop {
  0% {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes header-drop {
  0% {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
  }
}

@-webkit-keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
  }
}

@-o-keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
  }
}

@keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
  }
}

/*-----------------------------------
 * ICON HOVER EFFECT KEYFRAMES
 *-----------------------------------*/
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fe2854, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fe2854, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}

@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fe2854, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fe2854, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fe2854, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fe2854, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.haru-icon {
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  background-color: #6d5f6f;
}

.haru-arrow-left {
  -webkit-mask-image: url(../images/icon-arrow-left.svg);
  mask-image: url(../images/icon-arrow-left.svg);
  width: 4.69px;
  height: 8px;
  background-color: #ababab;
}

.haru-arrow-right {
  -webkit-mask-image: url(../images/icon-arrow-right.svg);
  mask-image: url(../images/icon-arrow-right.svg);
  width: 4.69px;
  height: 8px;
  background-color: #ababab;
}

.haru-clock {
  -webkit-mask-image: url(../images/icon-clock.svg);
  mask-image: url(../images/icon-clock.svg);
  width: 10px;
  height: 10px;
}

.haru-clock-o {
  -webkit-mask-image: url(../images/icon-clock-o.svg);
  mask-image: url(../images/icon-clock-o.svg);
  width: 20px;
  height: 20px;
}

.haru-play {
  -webkit-mask-image: url(../images/icon-play.svg);
  mask-image: url(../images/icon-play.svg);
  width: 43px;
  height: 48px;
}

.haru-grid {
  -webkit-mask-image: url(../images/icon-grid.svg);
  mask-image: url(../images/icon-grid.svg);
  width: 14px;
  height: 14px;
}

.haru-list-small {
  -webkit-mask-image: url(../images/icon-list-small.svg);
  mask-image: url(../images/icon-list-small.svg);
  width: 16px;
  height: 11px;
}

.haru-arrow-order {
  -webkit-mask-image: url(../images/icon-arrow-order.svg);
  mask-image: url(../images/icon-arrow-order.svg);
  width: 10px;
  height: 6px;
}

.haru-search {
  -webkit-mask-image: url(../images/icon-search.svg);
  mask-image: url(../images/icon-search.svg);
  width: 14px;
  height: 14px;
}

.haru-videos {
  -webkit-mask-image: url(../images/icon-videos.svg);
  mask-image: url(../images/icon-videos.svg);
  width: 12px;
  height: 12px;
}

.haru-times {
  -webkit-mask-image: url(../images/icon-times.svg);
  mask-image: url(../images/icon-times.svg);
  width: 10px;
  height: 17px;
}

.haru-file-video {
  -webkit-mask-image: url(../images/icon-file-video.svg);
  mask-image: url(../images/icon-file-video.svg);
  width: 15px;
  height: 20px;
}

.haru-file-image {
  -webkit-mask-image: url(../images/icon-file-image.svg);
  mask-image: url(../images/icon-file-image.svg);
  width: 14px;
  height: 14px;
}

.haru-like {
  -webkit-mask-image: url(../images/icon-like.svg);
  mask-image: url(../images/icon-like.svg);
  width: 14px;
  height: 14px;
}

.haru-dislike {
  -webkit-mask-image: url(../images/icon-dislike.svg);
  mask-image: url(../images/icon-dislike.svg);
  width: 14px;
  height: 14px;
}

.haru-flag {
  -webkit-mask-image: url(../images/icon-flag.svg);
  mask-image: url(../images/icon-flag.svg);
  width: 14px;
  height: 14px;
}

.haru-light {
  -webkit-mask-image: url(../images/icon-light.svg);
  mask-image: url(../images/icon-light.svg);
  width: 14px;
  height: 14px;
}

.haru-fast-backward {
  -webkit-mask-image: url(../images/icon-fast-backward.svg);
  mask-image: url(../images/icon-fast-backward.svg);
  width: 14px;
  height: 14px;
}

.haru-fast-forward {
  -webkit-mask-image: url(../images/icon-fast-forward.svg);
  mask-image: url(../images/icon-fast-forward.svg);
  width: 14px;
  height: 14px;
}

.haru-dots {
  -webkit-mask-image: url(../images/icon-dots.svg);
  mask-image: url(../images/icon-dots.svg);
  width: 16px;
  height: 16px;
}

.haru-share {
  -webkit-mask-image: url(../images/icon-share.svg);
  mask-image: url(../images/icon-share.svg);
  width: 14px;
  height: 14px;
}

.haru-tags {
  -webkit-mask-image: url(../images/icon-tags.svg);
  mask-image: url(../images/icon-tags.svg);
  width: 12px;
  height: 12px;
}

.haru-user-plus {
  -webkit-mask-image: url(../images/icon-user-plus.svg);
  mask-image: url(../images/icon-user-plus.svg);
  width: 20px;
  height: 16px;
}

.haru-user {
  -webkit-mask-image: url(../images/icon-user.svg);
  mask-image: url(../images/icon-user.svg);
  width: 14px;
  height: 16px;
}

.haru-user-times {
  -webkit-mask-image: url(../images/icon-user-times.svg);
  mask-image: url(../images/icon-user-times.svg);
  width: 20px;
  height: 16px;
}

.haru-edit {
  -webkit-mask-image: url(../images/icon-edit.svg);
  mask-image: url(../images/icon-edit.svg);
  width: 18px;
  height: 16px;
}

.haru-volume-off {
  -webkit-mask-image: url(../images/icon-volume-off.svg);
  mask-image: url(../images/icon-volume-off.svg);
  width: 8px;
  height: 16px;
}

.haru-download {
  -webkit-mask-image: url(../images/icon-download.svg);
  mask-image: url(../images/icon-download.svg);
  width: 14px;
  height: 14px;
}

.haru-trash {
  -webkit-mask-image: url(../images/icon-trash.svg);
  mask-image: url(../images/icon-trash.svg);
  width: 12px;
  height: 14px;
}

.haru-single-author {
  margin-bottom: 80px;
}

.haru-single-author .haru-archive-top .haru-archive-layout-toggle {
  margin-right: 0;
}

.haru-single-author .single-author__tabs {
  margin-top: 30px;
  border-bottom: 1px solid #ededed;
  position: relative;
  display: inline-block;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .haru-single-author .single-author__tabs {
    display: block;
  }
}

.haru-single-author .single-author__tabs.about, .haru-single-author .single-author__tabs.discussion {
  display: block;
}

.haru-single-author .single-author__tabs:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 60px;
  background-color: #fe2854;
  left: 0;
  bottom: -1px;
}

.haru-single-author .single-author__tab {
  display: inline-block;
  position: relative;
  padding: 5px 0;
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .haru-single-author .single-author__tab {
    margin: 0 5px;
  }
}

.haru-single-author .single-author__tab:first-child {
  margin-left: 0;
}

.haru-single-author .single-author__tab:last-child {
  margin-right: 0;
}

.haru-single-author .single-author__tab.active a {
  color: #1a051d;
}

.haru-single-author .single-author__tab-title {
  margin-top: 0;
}

.haru-single-author .single-author__tab-link {
  color: #ababab;
  display: block;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .haru-single-author .single-author__tab-link {
    font-size: 14px;
  }
}

.haru-single-author .single-author__tab-content .haru-archive-top {
  margin-top: -43px;
}

@media screen and (max-width: 767px) {
  .haru-single-author .single-author__tab-content .haru-archive-top {
    margin-top: 0;
  }
}

.haru-single-author .single-author__videos, .haru-single-author .single-author__playlists, .haru-single-author .single-author__seriess, .haru-single-author .single-author__channels {
  margin: 0 -15px;
}

.haru-single-author .author-info {
  display: flex;
  align-items: start;
}

.haru-single-author .author-avatar {
  border-radius: 4px;
  overflow: hidden;
}

.haru-single-author .author-name {
  margin-top: 0;
  font-weight: 500;
}

.haru-single-author .author-meta {
  padding-left: 20px;
}

.haru-single-author .author-social {
  padding: 5px 0 0;
  margin: 0;
  list-style: none;
}

.haru-single-author .author-social li {
  display: inline-block;
  margin-right: 5px;
}

.haru-single-author .author-social li:last-child {
  margin-right: 0;
}

.haru-single-author .author-social a {
  color: #fff;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
}

.haru-single-author .author-social a:hover {
  color: #fff;
  background-color: #fe2854;
  transition: all .3s;
}

.haru-single-author .author-social__email {
  background-color: #333;
}

.haru-single-author .author-social__facebook {
  background-color: #3b5998;
}

.haru-single-author .author-social__youtube {
  background-color: #c4302b;
}

.haru-single-author .author-social__twitter {
  background-color: #00acee;
}

.haru-single-author .author-social__instagram {
  background-color: #3f729b;
}

.haru-single-author .video-item,
.haru-single-author .playlist-item,
.haru-single-author .series-item,
.haru-single-author .channel-item {
  padding: 0 15px;
  margin-bottom: 15px;
}

.haru-single-author .haru-no-item {
  padding-bottom: 10px;
}

.haru-single-author .author-pagination-cpt {
  margin: 30px 0;
  text-align: center;
}

.haru-single-author .author-pagination-cpt .author-video-load-more,
.haru-single-author .author-pagination-cpt .author-playlist-load-more,
.haru-single-author .author-pagination-cpt .author-channel-load-more,
.haru-single-author .author-pagination-cpt .author-series-load-more {
  background-color: #fe2854;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  border-radius: 4px;
  border: none;
}

.haru-single-author .author-pagination-cpt .author-video-load-more:hover,
.haru-single-author .author-pagination-cpt .author-playlist-load-more:hover,
.haru-single-author .author-pagination-cpt .author-channel-load-more:hover,
.haru-single-author .author-pagination-cpt .author-series-load-more:hover {
  color: #fff;
}

.haru-single-author .author-pagination-cpt .author-video-load-more:focus,
.haru-single-author .author-pagination-cpt .author-playlist-load-more:focus,
.haru-single-author .author-pagination-cpt .author-channel-load-more:focus,
.haru-single-author .author-pagination-cpt .author-series-load-more:focus {
  outline: none;
}

.haru-single-author .author-pagination-cpt .author-video-load-more i,
.haru-single-author .author-pagination-cpt .author-playlist-load-more i,
.haru-single-author .author-pagination-cpt .author-channel-load-more i,
.haru-single-author .author-pagination-cpt .author-series-load-more i {
  display: none;
}

.haru-single-author .author-pagination-cpt .author-video-load-more.loading i,
.haru-single-author .author-pagination-cpt .author-playlist-load-more.loading i,
.haru-single-author .author-pagination-cpt .author-channel-load-more.loading i,
.haru-single-author .author-pagination-cpt .author-series-load-more.loading i {
  display: inline-block;
}

.haru-single-video {
  margin-bottom: 80px;
}

.haru-lightbox-content .single-video-wrap.in-playlist,
.single-haru_video .single-video-wrap.in-playlist {
  position: relative;
}

.haru-lightbox-content .single-video-wrap.in-playlist .single-video-main,
.single-haru_video .single-video-wrap.in-playlist .single-video-main {
  width: 75%;
}

@media screen and (max-width: 767px) {
  .haru-lightbox-content .single-video-wrap.in-playlist .single-video-main,
  .single-haru_video .single-video-wrap.in-playlist .single-video-main {
    width: 100%;
  }
}

.haru-lightbox-content .single-video-wrap.in-playlist .single-video-playlist,
.single-haru_video .single-video-wrap.in-playlist .single-video-playlist {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .haru-lightbox-content .single-video-wrap.in-playlist .single-video-playlist,
  .single-haru_video .single-video-wrap.in-playlist .single-video-playlist {
    width: 100%;
  }
}

.haru-lightbox-content .single-video-playlist-title,
.single-haru_video .single-video-playlist-title {
  font-size: 20px;
  padding-bottom: 15px;
  margin: 0 0 20px;
  position: relative;
  font-weight: 500;
  color: #1a051d;
  display: flex;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .haru-lightbox-content .single-video-playlist-title,
  .single-haru_video .single-video-playlist-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .haru-lightbox-content .single-video-playlist-title,
  .single-haru_video .single-video-playlist-title {
    font-size: 16px;
  }
}

.haru-lightbox-content .single-video-playlist-title .single-video-playlist-title-link,
.single-haru_video .single-video-playlist-title .single-video-playlist-title-link {
  display: flex;
  width: 100%;
  color: #1a051d;
  transition: all .3s;
}

.haru-lightbox-content .single-video-playlist-title .single-video-playlist-title-link:hover,
.single-haru_video .single-video-playlist-title .single-video-playlist-title-link:hover {
  color: #fe2854;
  transition: all .3s;
}

.haru-lightbox-content .single-video-playlist-title span:first-child,
.single-haru_video .single-video-playlist-title span:first-child {
  white-space: nowrap;
  width: calc(100% - 50px);
  position: relative;
}

.haru-lightbox-content .single-video-playlist-title span:first-child.no-count-videos,
.single-haru_video .single-video-playlist-title span:first-child.no-count-videos {
  width: 100%;
}

.haru-lightbox-content .single-video-playlist-title:before,
.single-haru_video .single-video-playlist-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ededed;
}

.haru-lightbox-content .single-video-playlist-title:after,
.single-haru_video .single-video-playlist-title:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fe2854;
}

.haru-lightbox-content .single-video-playlist-count,
.single-haru_video .single-video-playlist-count {
  font-size: 16px;
  color: #ababab;
  background-color: #fff;
  z-index: 2;
  width: 50px;
  text-align: right;
  padding-bottom: 5px;
  padding-top: 3px;
  position: absolute;
  right: 0;
  top: 0;
}

.haru-lightbox-content .single-video-playlist,
.single-haru_video .single-video-playlist {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 30px;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .haru-lightbox-content .single-video-playlist,
  .single-haru_video .single-video-playlist {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .haru-lightbox-content .single-video-playlist,
  .single-haru_video .single-video-playlist {
    position: relative;
    width: 100%;
    padding-left: 0;
    margin-bottom: 25px;
    height: 260px;
  }
}

.haru-lightbox-content .single-video-playlist .playlist-videos,
.single-haru_video .single-video-playlist .playlist-videos {
  padding: 0;
  margin: 0;
  height: calc(100% - 57px);
}

.haru-lightbox-content .single-video-playlist .video-item,
.single-haru_video .single-video-playlist .video-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .haru-lightbox-content .single-video-playlist .video-item,
  .single-haru_video .single-video-playlist .video-item {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .haru-lightbox-content .single-video-playlist .video-item,
  .single-haru_video .single-video-playlist .video-item {
    display: flex;
  }
}

.haru-lightbox-content .single-video-playlist .video-item.active .video-item__thumbnail,
.single-haru_video .single-video-playlist .video-item.active .video-item__thumbnail {
  width: 100%;
}

.haru-lightbox-content .single-video-playlist .video-item.active .video-item__thumbnail:before,
.single-haru_video .single-video-playlist .video-item.active .video-item__thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  opacity: 1;
  visibility: visible;
  border-radius: 4px;
  transition: all .3s;
}

.haru-lightbox-content .single-video-playlist .video-item.active .video-item__content,
.single-haru_video .single-video-playlist .video-item.active .video-item__content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
  padding: 0 10px;
  opacity: 1;
  visibility: visible;
  transition: all .3s;
}

@media screen and (max-width: 991px) {
  .haru-lightbox-content .single-video-playlist .video-item.active .video-item__content,
  .single-haru_video .single-video-playlist .video-item.active .video-item__content {
    padding: 0 20px;
  }
}

.haru-lightbox-content .single-video-playlist .video-item.active .video-item__title a,
.single-haru_video .single-video-playlist .video-item.active .video-item__title a {
  color: #fff;
}

.haru-lightbox-content .single-video-playlist .video-item.active .video-item__meta,
.single-haru_video .single-video-playlist .video-item.active .video-item__meta {
  color: #fff;
  margin-bottom: 10px;
}

.haru-lightbox-content .single-video-playlist .video-item.active .video-item__meta > div:after,
.single-haru_video .single-video-playlist .video-item.active .video-item__meta > div:after {
  background-color: #fff;
}

.haru-lightbox-content .single-video-playlist .video-item.active .video-item__author a,
.single-haru_video .single-video-playlist .video-item.active .video-item__author a {
  color: #fff;
}

.haru-lightbox-content .single-video-playlist .video-item__thumbnail,
.single-haru_video .single-video-playlist .video-item__thumbnail {
  width: 100px;
}

@media screen and (max-width: 991px) {
  .haru-lightbox-content .single-video-playlist .video-item__thumbnail,
  .single-haru_video .single-video-playlist .video-item__thumbnail {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .haru-lightbox-content .single-video-playlist .video-item__thumbnail,
  .single-haru_video .single-video-playlist .video-item__thumbnail {
    width: 100px;
  }
}

.haru-lightbox-content .single-video-playlist .video-item .video-watch-later,
.single-haru_video .single-video-playlist .video-item .video-watch-later {
  right: 5px;
  top: 5px;
}

.haru-lightbox-content .single-video-playlist .video-item__duration,
.single-haru_video .single-video-playlist .video-item__duration {
  bottom: 5px;
  right: 5px;
  font-size: 10px;
}

.haru-lightbox-content .single-video-playlist .video-item__content,
.single-haru_video .single-video-playlist .video-item__content {
  width: calc(100% - 100px);
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  .haru-lightbox-content .single-video-playlist .video-item__content,
  .single-haru_video .single-video-playlist .video-item__content {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .haru-lightbox-content .single-video-playlist .video-item__content,
  .single-haru_video .single-video-playlist .video-item__content {
    width: calc(100% - 100px);
    padding-left: 15px;
  }
}

.haru-lightbox-content .single-video-playlist .video-item__title,
.single-haru_video .single-video-playlist .video-item__title {
  padding-top: 0;
  margin-top: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

@media screen and (max-width: 991px) {
  .haru-lightbox-content .single-video-playlist .video-item__title,
  .single-haru_video .single-video-playlist .video-item__title {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .haru-lightbox-content .single-video-playlist .video-item__title,
  .single-haru_video .single-video-playlist .video-item__title {
    margin-top: 0;
  }
}

.haru-lightbox-content .single-video-playlist .video-item__title a,
.single-haru_video .single-video-playlist .video-item__title a {
  font-size: 12px;
}

.haru-lightbox-content .single-video-playlist .video-item__meta,
.single-haru_video .single-video-playlist .video-item__meta {
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .haru-lightbox-content .single-video-playlist .video-item__author,
  .single-haru_video .single-video-playlist .video-item__author {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .haru-lightbox-content .single-video-playlist .video-item__author,
  .single-haru_video .single-video-playlist .video-item__author {
    display: block;
  }
}

.haru-lightbox-content .single-video-playlist .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.haru-lightbox-content .single-video-playlist .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.single-haru_video .single-video-playlist .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.single-haru_video .single-video-playlist .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  margin: 0;
  right: -6px;
}

.haru-lightbox-content .single-video-series,
.single-haru_video .single-video-series {
  display: flex;
  padding: 20px 15px;
  margin-bottom: 20px;
  background-color: #eee;
}

.haru-lightbox-content .single-video-series .series-label,
.single-haru_video .single-video-series .series-label {
  color: #1a051d;
  font-weight: 500;
  width: 100px;
}

.haru-lightbox-content .single-video-series .series-videos,
.single-haru_video .single-video-series .series-videos {
  padding: 0;
  margin: 0;
  list-style: none;
}

.haru-lightbox-content .single-video-series .video-item,
.single-haru_video .single-video-series .video-item {
  display: inline-block;
  margin-right: 15px;
}

.haru-lightbox-content .single-video-series .video-item.active a,
.single-haru_video .single-video-series .video-item.active a {
  color: #fe2854;
}

.haru-lightbox-content .single-video-series .video-item:last-child,
.single-haru_video .single-video-series .video-item:last-child {
  margin-right: 0;
}

.haru-lightbox-content .video-player,
.single-haru_video .video-player {
  position: relative;
}

.haru-lightbox-content .video-image,
.single-haru_video .video-image {
  overflow: hidden;
  position: relative;
}

.haru-lightbox-content .video-image:hover:before,
.single-haru_video .video-image:hover:before {
  padding-top: 35%;
  transition: all .5s;
}

.haru-lightbox-content .video-image.played img,
.single-haru_video .video-image.played img {
  z-index: 0;
  opacity: 0;
  visibility: hidden;
}

.haru-lightbox-content .video-image.played .video-icon,
.single-haru_video .video-image.played .video-icon {
  opacity: 0;
  visibility: hidden;
}

.haru-lightbox-content .video-image.played:before,
.single-haru_video .video-image.played:before {
  opacity: 0;
  visibility: hidden;
}

.haru-lightbox-content .video-image.played .player-wrapper .media-wrapper,
.single-haru_video .video-image.played .player-wrapper .media-wrapper {
  background-color: #000;
}

.haru-lightbox-content .video-image.played .player-wrapper iframe,
.single-haru_video .video-image.played .player-wrapper iframe {
  opacity: 1;
  visibility: visible;
}

.haru-lightbox-content .video-image.played .player-wrapper #other-video-player .fb-video,
.single-haru_video .video-image.played .player-wrapper #other-video-player .fb-video {
  opacity: 1;
  visibility: visible;
}

.haru-lightbox-content .video-image .video-icon,
.single-haru_video .video-image .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  transition: all .5s;
}

.haru-lightbox-content .video-image .video-icon a,
.single-haru_video .video-image .video-icon a {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 0;
  position: relative;
  background-color: #fe2854;
  text-align: center;
  border-radius: 50%;
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  .haru-lightbox-content .video-image .video-icon a,
  .single-haru_video .video-image .video-icon a {
    width: 50px;
    height: 50px;
  }
}

.haru-lightbox-content .video-image .video-icon a:hover,
.single-haru_video .video-image .video-icon a:hover {
  transition: all .3s;
}

.haru-lightbox-content .video-image .video-icon a:hover:before,
.single-haru_video .video-image .video-icon a:hover:before {
  transition: all .3s;
}

.haru-lightbox-content .video-image .video-icon a:hover:after,
.single-haru_video .video-image .video-icon a:hover:after {
  animation: sonarEffect 1.3s ease-out 75ms;
}

.haru-lightbox-content .video-image .video-icon a:before,
.single-haru_video .video-image .video-icon a:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 6px;
  background-color: #fff;
  -webkit-mask-image: url(../images/icon-play.svg);
  mask-image: url(../images/icon-play.svg);
  width: 43px;
  height: 48px;
  transform: scale(0.6);
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  .haru-lightbox-content .video-image .video-icon a:before,
  .single-haru_video .video-image .video-icon a:before {
    left: 6px;
    top: 1px;
    transform: scale(0.5);
  }
}

.haru-lightbox-content .video-image .video-icon a:after,
.single-haru_video .video-image .video-icon a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
}

.haru-lightbox-content .video-image .video-loading-icon,
.single-haru_video .video-image .video-loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}

.haru-lightbox-content .video-image.loading .video-loading-icon,
.single-haru_video .video-image.loading .video-loading-icon {
  opacity: 1;
  visibility: visible;
}

.haru-lightbox-content .video-image .player-wrapper video,
.single-haru_video .video-image .player-wrapper video {
  opacity: 0;
}

.haru-lightbox-content .video-image .player-wrapper .mejs__container video,
.single-haru_video .video-image .player-wrapper .mejs__container video {
  opacity: 1;
}

.haru-lightbox-content .video-image .player-wrapper .media-wrapper,
.single-haru_video .video-image .player-wrapper .media-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.haru-lightbox-content .video-image .player-wrapper .media-wrapper.ratio-169,
.single-haru_video .video-image .player-wrapper .media-wrapper.ratio-169 {
  padding-bottom: 56.25%;
}

.haru-lightbox-content .video-image .player-wrapper .media-wrapper.ratio-43,
.single-haru_video .video-image .player-wrapper .media-wrapper.ratio-43 {
  padding-bottom: 75%;
}

.haru-lightbox-content .video-image .player-wrapper iframe,
.single-haru_video .video-image .player-wrapper iframe {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.haru-lightbox-content .video-ads-loading,
.single-haru_video .video-ads-loading {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  align-items: center;
  justify-content: center;
  z-index: 2147483647;
  display: none;
}

.haru-lightbox-content .video-ads-loading.ads-loading-show,
.single-haru_video .video-ads-loading.ads-loading-show {
  display: flex;
}

.haru-lightbox-content .video-ads-wrap,
.single-haru_video .video-ads-wrap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}

.haru-lightbox-content .video-ads-wrap.ads-hide,
.single-haru_video .video-ads-wrap.ads-hide {
  display: none;
}

.haru-lightbox-content .video-ads-wrap .video-skip-ad,
.single-haru_video .video-ads-wrap .video-skip-ad {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  height: 46px;
  line-height: 44px;
  display: flex;
  z-index: 99;
}

.haru-lightbox-content .video-ads-wrap .video-skip-ad.skip-active:hover,
.single-haru_video .video-ads-wrap .video-skip-ad.skip-active:hover {
  cursor: pointer;
}

.haru-lightbox-content .video-ads-wrap .video-skip-ad.skip-active .skip-ad-skip,
.single-haru_video .video-ads-wrap .video-skip-ad.skip-active .skip-ad-skip {
  display: block;
}

.haru-lightbox-content .video-ads-wrap .video-skip-ad.skip-active .skip-ad-countdown,
.single-haru_video .video-ads-wrap .video-skip-ad.skip-active .skip-ad-countdown {
  display: none;
}

.haru-lightbox-content .video-ads-wrap .skip-ad-unskippable,
.single-haru_video .video-ads-wrap .skip-ad-unskippable {
  padding: 0 15px;
}

.haru-lightbox-content .video-ads-wrap .skip-ad-skip,
.single-haru_video .video-ads-wrap .skip-ad-skip {
  display: none;
  padding: 0 15px;
}

.haru-lightbox-content .video-ads-wrap .skip-ad-skip i,
.single-haru_video .video-ads-wrap .skip-ad-skip i {
  padding-left: 6px;
}

.haru-lightbox-content .video-ads-wrap .skip-ad-countdown,
.single-haru_video .video-ads-wrap .skip-ad-countdown {
  display: block;
  padding: 0 15px;
}

.haru-lightbox-content .video-ads-wrap .skip-ad-countdown .skip-ad-time,
.single-haru_video .video-ads-wrap .skip-ad-countdown .skip-ad-time {
  padding-left: 2px;
  color: #fe2854;
}

.haru-lightbox-content .video-ads-wrap .skip-ad-thumb,
.single-haru_video .video-ads-wrap .skip-ad-thumb {
  background-size: cover;
  background-position: center center;
  width: 70px;
}

.haru-lightbox-content .video-ads-wrap .ad-type-image,
.single-haru_video .video-ads-wrap .ad-type-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  max-width: none;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

.haru-lightbox-content .video-ads-wrap .ad-type-video,
.single-haru_video .video-ads-wrap .ad-type-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  max-width: none;
  transform: translate(-50%, -50%);
}

.haru-lightbox-content .video-ads-wrap .video-ad-countdown,
.single-haru_video .video-ads-wrap .video-ad-countdown {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  padding: 0 8px;
  background-color: rgba(0, 0, 0, 0.3);
}

.haru-lightbox-content .video-ads-wrap .video-ad-mute,
.single-haru_video .video-ads-wrap .video-ad-mute {
  position: absolute;
  top: 20px;
  left: 75px;
  color: #fff;
  padding: 0 6px;
  background-color: rgba(0, 0, 0, 0.3);
}

.haru-lightbox-content .video-ads-wrap .video-ad-mute:hover,
.single-haru_video .video-ads-wrap .video-ad-mute:hover {
  cursor: pointer;
  color: #fe2854;
  transition: all .3s;
}

.haru-lightbox-content .video-ads-wrap .video-ad-mute.active:before,
.single-haru_video .video-ads-wrap .video-ad-mute.active:before {
  content: "\f026";
}

.haru-lightbox-content .video-ads-wrap .video-ad-mute:before,
.single-haru_video .video-ads-wrap .video-ad-mute:before {
  content: "\f028";
  font-family: FontAwesome;
}

.haru-lightbox-content .video-ads-wrap .video-ad-remain,
.single-haru_video .video-ads-wrap .video-ad-remain {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  padding: 0 8px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9;
}

.haru-lightbox-content .ima-ads-wrap,
.single-haru_video .ima-ads-wrap {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}

.haru-lightbox-content .ima-ads-wrap > div,
.single-haru_video .ima-ads-wrap > div {
  width: 100% !important;
}

.haru-lightbox-content .ima-ads-wrap.ads-hide,
.single-haru_video .ima-ads-wrap.ads-hide {
  display: none;
}

.haru-lightbox-content .ima-ads-wrap .video-ad-countdown,
.single-haru_video .ima-ads-wrap .video-ad-countdown {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  padding: 0 8px;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 9;
}

.haru-lightbox-content .ima-ads-wrap .video-ad-mute,
.single-haru_video .ima-ads-wrap .video-ad-mute {
  position: absolute;
  top: 20px;
  left: 75px;
  color: #fff;
  padding: 0 6px;
  display: none;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.3);
}

.haru-lightbox-content .ima-ads-wrap .video-ad-mute:hover,
.single-haru_video .ima-ads-wrap .video-ad-mute:hover {
  cursor: pointer;
  color: #fe2854;
  transition: all .3s;
}

.haru-lightbox-content .ima-ads-wrap .video-ad-mute.active:before,
.single-haru_video .ima-ads-wrap .video-ad-mute.active:before {
  content: "\f026";
}

.haru-lightbox-content .ima-ads-wrap .video-ad-mute:before,
.single-haru_video .ima-ads-wrap .video-ad-mute:before {
  content: "\f028";
  font-family: FontAwesome;
}

.haru-lightbox-content .ima-ads-wrap .video-skip-ad,
.single-haru_video .ima-ads-wrap .video-skip-ad {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  padding: 0 8px;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 9;
}

.haru-lightbox-content .ima-ads-wrap .video-skip-ad:hover,
.single-haru_video .ima-ads-wrap .video-skip-ad:hover {
  cursor: pointer;
}

.haru-lightbox-content .ima-ads-wrap .video-skip-ad.active,
.single-haru_video .ima-ads-wrap .video-skip-ad.active {
  display: block;
}

.haru-lightbox-content .video-player-data,
.single-haru_video .video-player-data {
  display: none;
}

.haru-lightbox-content .video-player-data.active-item,
.single-haru_video .video-player-data.active-item {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.haru-lightbox-content .haru-video-player.ads-active .video-ad-countdown,
.haru-lightbox-content .haru-video-player.ads-active .video-ad-mute,
.single-haru_video .haru-video-player.ads-active .video-ad-countdown,
.single-haru_video .haru-video-player.ads-active .video-ad-mute {
  display: block;
}

.haru-lightbox-content .haru-video-player.ads-non-linear .video-ad-mute,
.single-haru_video .haru-video-player.ads-non-linear .video-ad-mute {
  display: none;
}

.haru-lightbox-content .video-auto-next-wrap,
.single-haru_video .video-auto-next-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 9;
}

.haru-lightbox-content .video-auto-next-wrap.active,
.single-haru_video .video-auto-next-wrap.active {
  display: block;
}

.haru-lightbox-content .video-auto-next-wrap:before,
.single-haru_video .video-auto-next-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.haru-lightbox-content .video-auto-next-wrap .video-auto-next-content,
.single-haru_video .video-auto-next-wrap .video-auto-next-content {
  position: absolute;
  width: 100%;
  padding: 10px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.haru-lightbox-content .video-auto-next-wrap .video-auto-next-content .video-next-label,
.single-haru_video .video-auto-next-wrap .video-auto-next-content .video-next-label {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}

.haru-lightbox-content .video-auto-next-wrap .video-auto-next-content .video-next-title,
.single-haru_video .video-auto-next-wrap .video-auto-next-content .video-next-title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}

.haru-lightbox-content .video-auto-next-wrap .video-auto-next-content .progress-time-wrap,
.single-haru_video .video-auto-next-wrap .video-auto-next-content .progress-time-wrap {
  display: block;
  width: 68px;
  height: 68px;
  margin: 0 auto;
  position: relative;
}

.haru-lightbox-content .video-auto-next-wrap .video-auto-next-content .progess-time-remain,
.single-haru_video .video-auto-next-wrap .video-auto-next-content .progess-time-remain {
  color: #fe2854;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.haru-lightbox-content .video-auto-next-wrap .video-auto-next-content .progess-time.active .progress-time-circle,
.single-haru_video .video-auto-next-wrap .video-auto-next-content .progess-time.active .progress-time-circle {
  animation: countdownTimer 10s linear infinite forwards;
}

.haru-lightbox-content .video-auto-next-wrap .video-auto-next-content .progess-time .progress-time-circle,
.single-haru_video .video-auto-next-wrap .video-auto-next-content .progess-time .progress-time-circle {
  fill: rgba(255, 255, 255, 0.2);
  stroke-dasharray: 113.04px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  stroke-width: 2px;
  stroke: white;
  transform: rotate(-90deg);
  transform-origin: center;
}

.haru-lightbox-content .video-auto-next-wrap .video-auto-next-content .video-next-cancel,
.single-haru_video .video-auto-next-wrap .video-auto-next-content .video-next-cancel {
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  margin-top: 15px;
  transition: all .3s;
}

.haru-lightbox-content .video-auto-next-wrap .video-auto-next-content .video-next-cancel:hover,
.single-haru_video .video-auto-next-wrap .video-auto-next-content .video-next-cancel:hover {
  color: #fe2854;
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  .haru-lightbox-content .video-auto-next-wrap .video-auto-next-content .progress-time-wrap,
  .haru-lightbox-content .video-auto-next-wrap .video-auto-next-content .progess-time,
  .single-haru_video .video-auto-next-wrap .video-auto-next-content .progress-time-wrap,
  .single-haru_video .video-auto-next-wrap .video-auto-next-content .progess-time {
    width: 48px;
    height: 48px;
  }
  .haru-lightbox-content .video-auto-next-wrap .video-auto-next-content .video-next-title,
  .single-haru_video .video-auto-next-wrap .video-auto-next-content .video-next-title {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .haru-lightbox-content .video-auto-next-wrap .video-auto-next-content .video-next-cancel,
  .single-haru_video .video-auto-next-wrap .video-auto-next-content .video-next-cancel {
    margin-top: 10px;
  }
}

.single-video-category {
  display: none;
}

.single-video-category a {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .single-video-category a {
    font-size: 10px;
  }
}

.single-video-category a:hover {
  color: #fff;
}

.single-video-title {
  font-size: 24px;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .single-video-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .single-video-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .single-video-title {
    font-size: 16px;
  }
}

.single-video-share {
  position: relative;
}

.single-video-share:hover {
  cursor: pointer;
}

.single-video-share.active {
  color: #fe2854;
}

.single-video-share .video-social-share {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  z-index: 99;
}

.single-video-share .video-social-share .social-share {
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-video-share .video-social-share .social-share__label {
  display: none !important;
}

.single-video-share .video-social-share .social-share li {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0;
}

.single-video-share .video-social-share .social-share a {
  width: 100%;
  border-radius: 0;
}

.single-video-share .video-social-share .social-share i {
  margin: 0;
}

.single-video-download {
  position: relative;
}

.single-video-download:hover {
  cursor: pointer;
}

.single-video-download .video-download {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  z-index: 99;
}

.single-video-download .video-download a {
  display: block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #1a051d;
  color: #fff;
  border-bottom: 1px solid #433246;
  font-size: 12px;
  text-transform: uppercase;
  transition: all .3s;
}

.single-video-download .video-download a:last-child {
  border-bottom: none;
}

.single-video-download .video-download a:hover {
  background-color: #fe2854;
  transition: all .3s;
}

.single-video-meta-top {
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ededed;
}

@media screen and (max-width: 767px) {
  .single-video-meta-top {
    display: block;
    margin-bottom: 25px;
  }
}

.single-video-meta-top .single-video-meta-left {
  display: flex;
  align-items: flex-end;
  margin-bottom: -8px;
}

@media screen and (max-width: 767px) {
  .single-video-meta-top .single-video-meta-left {
    margin-bottom: 10px;
  }
}

.single-video-meta-top .single-video-meta-left > div {
  margin-right: 15px;
  position: relative;
}

.single-video-meta-top .single-video-meta-left > div:after {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #6d5f6f;
  position: absolute;
  right: -8px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.single-video-meta-top .single-video-meta-left > div:last-child:after {
  display: none;
}

.single-video-meta-top .single-video-view {
  font-weight: 500;
}

.single-video-meta-top .post-views-count {
  color: #1a051d;
}

.single-video-meta-top .post-views-count .post-views-label {
  display: none;
}

.single-video-meta-top .post-views-count i {
  display: none;
}

.single-video-meta-top .single-video-date i {
  display: none;
}

.single-video-meta-top .single-video-meta-right {
  margin-left: auto;
  display: flex;
  align-items: flex-end;
}

.single-video-meta-top .single-video-rating {
  width: 180px;
  margin-right: 20px;
}

.single-video-meta-top .single-video-rating .post-vote-label {
  display: none;
}

.single-video-meta-top .single-video-rating .post-like-unit,
.single-video-meta-top .single-video-rating .post-dislike-unit {
  display: none;
}

.single-video-meta-top .single-video-rating .post-dislike {
  margin-left: auto;
}

.single-video-meta-top .single-video-screenshots {
  background-color: #6d5f6f;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
  padding: 0 12px;
}

@media screen and (max-width: 767px) {
  .single-video-meta-top .single-video-screenshots {
    font-size: 12px;
  }
}

.single-video-meta-top .single-video-screenshots:hover {
  cursor: pointer;
}

.single-video-meta-top .single-video-screenshots .single-video-screenshot-btn {
  color: #fff;
  display: flex;
  align-items: center;
}

.single-video-meta-top .single-video-screenshots .haru-icon {
  margin-right: 5px;
  background-color: #fff;
}

.single-video-meta-top .single-video-share {
  background-color: #6d5f6f;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
  padding: 0 12px;
  margin-left: 6px;
  color: #fff;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .single-video-meta-top .single-video-share {
    font-size: 12px;
  }
}

.single-video-meta-top .single-video-share:hover {
  cursor: pointer;
}

.single-video-meta-top .single-video-share .haru-icon {
  margin-right: 5px;
  background-color: #fff;
}

.single-video-meta-bottom {
  display: flex;
  position: relative;
}

.single-video-meta-bottom .single-video-meta-left img {
  border-radius: 50%;
  max-width: 60px;
}

@media screen and (max-width: 767px) {
  .single-video-meta-bottom .single-video-meta-left img {
    max-width: 40px;
  }
}

.single-video-meta-bottom .single-video-meta-right {
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .single-video-meta-bottom .single-video-meta-right {
    padding-left: 15px;
  }
}

.single-video-meta-bottom .single-video-meta-right-bottom {
  display: flex;
}

@media screen and (max-width: 767px) {
  .single-video-meta-bottom .single-video-meta-right-bottom {
    font-size: 12px;
  }
}

.single-video-meta-bottom .single-video-meta-right-bottom > div {
  margin-right: 20px;
  position: relative;
}

.single-video-meta-bottom .single-video-meta-right-bottom > div:after {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #ababab;
  position: absolute;
  right: -10px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.single-video-meta-bottom .single-video-meta-right-bottom > div:last-child {
  margin-right: 0;
}

.single-video-meta-bottom .single-video-meta-right-bottom > div:last-child:after {
  display: none;
}

.single-video-meta-bottom .single-video-author h6 {
  margin-top: 5px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .single-video-meta-bottom .single-video-author h6 {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .single-video-meta-bottom .single-video-author {
    margin-top: -3px;
  }
}

.single-video-meta-bottom .single-video-author i {
  display: none;
}

.single-video-meta-bottom .single-video-author a {
  color: #1a051d;
  font-weight: 500;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .single-video-meta-bottom .single-video-author a {
    font-size: 14px;
  }
}

.single-video-meta-bottom .single-video-author a:hover {
  color: #fe2854;
}

.single-video-meta-bottom .single-video-author-count,
.single-video-meta-bottom .single-video-author-friends {
  font-weight: 500;
  color: #1a051d;
}

.single-video-meta-bottom .single-video-author-count span,
.single-video-meta-bottom .single-video-author-friends span {
  font-weight: 400;
  color: #6d5f6f;
  text-transform: capitalize;
}

.single-video-meta-bottom .single-video-add-friend {
  position: absolute;
  top: 0;
  right: 0;
}

.single-video-meta-bottom .single-video-add-friend a.friendship-button {
  background-color: #fe2854;
  display: inline-block;
  height: 32px;
  border: 1px solid #fe2854;
  border-radius: 4px;
  padding: 0 20px;
  font-size: 12px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  .single-video-meta-bottom .single-video-add-friend a.friendship-button {
    height: 28px;
    line-height: 26px;
    padding: 0 15px;
  }
}

.single-video-meta-bottom .single-video-add-friend a.friendship-button:hover {
  background-color: transparent;
  border: 1px solid #fe2854;
  color: #fe2854;
  transition: all .3s;
}

.single-video-meta-bottom .single-video-comment {
  display: none;
}

.single-video-actor {
  padding-top: 20px;
  border-top: 1px solid #ededed;
}

.single-video-actor h5 {
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 20px;
  position: relative;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .single-video-actor h5 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .single-video-actor h5 {
    font-size: 16px;
  }
}

.single-video-actor h5:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ededed;
}

.single-video-actor h5:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fe2854;
}

.single-video-actor-list {
  display: flex;
  flex-wrap: wrap;
}

.single-video-actor-item {
  width: 20%;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .single-video-actor-item {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .single-video-actor-item {
    width: 50%;
  }
}

.single-video-actor-item .single-video-actor-item-avatar {
  width: 60px;
  height: 60px;
  background-size: 100% auto;
  background-position: center center;
  border-radius: 50%;
  margin: 0 auto;
}

.single-video-actor-item .single-video-actor-item-meta h6 {
  margin: 15px 0 8px;
  font-weight: 500;
}

.single-video-actor-item .single-video-actor-item-meta a {
  color: #1a051d;
}

.single-video-actor-item .single-video-actor-item-meta a:hover {
  color: #fe2854;
}

.single-video-actor-item .single-video-actor-item-meta .single-video-actor-item-meta-videos {
  color: #ababab;
}

@media screen and (max-width: 1199px) {
  .single-video-actor-item .single-video-actor-item-meta .single-video-actor-item-meta-videos {
    font-size: 12px;
  }
}

.single-video-director {
  margin: 30px 0 30px;
}

.single-video-director h5 {
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 20px;
  position: relative;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .single-video-director h5 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .single-video-director h5 {
    font-size: 16px;
  }
}

.single-video-director h5:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ededed;
}

.single-video-director h5:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fe2854;
}

.single-video-director-list {
  display: flex;
  flex-wrap: wrap;
}

.single-video-director-item {
  width: 20%;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .single-video-director-item {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .single-video-director-item {
    width: 50%;
  }
}

.single-video-director-item .single-video-director-item-avatar {
  width: 60px;
  height: 60px;
  background-size: 100% auto;
  background-position: center center;
  border-radius: 50%;
  margin: 0 auto;
}

.single-video-director-item .single-video-director-item-meta h6 {
  margin: 15px 0 8px;
  font-weight: 500;
}

.single-video-director-item .single-video-director-item-meta a {
  color: #1a051d;
}

.single-video-director-item .single-video-director-item-meta a:hover {
  color: #fe2854;
}

.single-video-director-item .single-video-director-item-meta .single-video-director-item-meta-videos {
  color: #ababab;
}

@media screen and (max-width: 1199px) {
  .single-video-director-item .single-video-director-item-meta .single-video-director-item-meta-videos {
    font-size: 12px;
  }
}

.mejs__fill-container {
  position: absolute;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
}

.mejs__fill-container #video-player_html5 {
  position: absolute;
  width: 100% !important;
  height: 100%;
  top: 0;
  left: 0;
}

.video-player-container.floating-video.ratio-169 {
  padding-bottom: 56.25%;
}

.video-player-container .video-float {
  display: none;
}

.video-player-container .video-float__title {
  width: calc(100% - 50px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  line-height: 1.3;
}

.video-player-container .video-float__actions {
  display: flex;
  width: 50px;
  justify-content: flex-end;
}

.video-player-container .video-float__close:hover {
  cursor: pointer;
}

.single-video-content {
  max-height: 100px;
  position: relative;
  overflow: hidden;
  padding-left: 75px;
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .single-video-content {
    max-height: 90px;
    padding-left: 55px;
  }
}

.single-video-content.active {
  max-height: none;
}

.single-video-content-toggle {
  padding-left: 75px;
  text-align: left;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .single-video-content-toggle {
    padding-left: 55px;
  }
}

.single-video-content-toggle .single-video-content-btn {
  background-color: #6d5f6f;
  color: #fff;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
  padding: 0 12px;
  display: inline-block;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .single-video-content-toggle .single-video-content-btn {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
  }
}

.single-video-content-toggle .single-video-content-btn:hover {
  cursor: pointer;
}

.single-video-tag {
  padding: 15px 0 20px 0;
  margin-left: 75px;
  margin-top: 24px;
  border-top: 1px solid #ededed;
}

@media screen and (max-width: 767px) {
  .single-video-tag {
    padding: 20px 0 30px 0;
    margin-left: 0;
  }
}

.single-video-tag a {
  margin-right: 6px;
}

.single-video-tag i {
  margin-right: 10px;
  transform: scale(1.2);
  position: relative;
  bottom: -2px;
}

.single-video-nav {
  display: flex;
  padding: 30px 0 28px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

@media screen and (max-width: 767px) {
  .single-video-nav {
    display: block;
  }
}

.single-video-nav .video-nav-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.single-video-nav .single-video-nav-content {
  display: flex;
  align-items: flex-start;
}

.single-video-nav .video-nav-thumb {
  position: relative;
}

.single-video-nav .video-nav-thumb img {
  max-width: 110px;
  border-radius: 3px;
}

.single-video-nav .video-nav-duration {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 10px;
  font-weight: 500;
  padding: 0 5px;
  z-index: 2;
  border-radius: 3px;
}

.single-video-nav .video-nav-label {
  color: #ababab;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.single-video-nav .video-nav-title {
  margin: 8px 0;
  font-weight: 500;
}

.single-video-nav .video-nav-info {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}

.single-video-nav .video-nav-info > div {
  margin-right: 15px;
  position: relative;
}

.single-video-nav .video-nav-info > div:after {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #6d5f6f;
  position: absolute;
  right: -8px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.single-video-nav .video-nav-info > div:last-child {
  margin-right: 0;
}

.single-video-nav .video-nav-info > div:last-child:after {
  display: none;
}

.single-video-nav .single-video-prev {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .single-video-nav .single-video-prev {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ededed;
  }
}

.single-video-nav .single-video-prev .video-nav-meta {
  padding-left: 10px;
}

.single-video-nav .single-video-next {
  width: 50%;
  margin-left: auto;
  text-align: right;
  position: relative;
}

@media screen and (max-width: 767px) {
  .single-video-nav .single-video-next {
    width: 100%;
  }
}

.single-video-nav .single-video-next .single-video-nav-content {
  justify-content: flex-end;
}

.single-video-nav .single-video-next .video-nav-info {
  justify-content: flex-end;
}

.single-video-nav .single-video-next .video-nav-meta {
  padding-right: 10px;
}

.single-related-video {
  padding-top: 30px;
  position: relative;
  overflow: hidden;
}

.single-related-video .related-title {
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-size: 20px;
  position: relative;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .single-related-video .related-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .single-related-video .related-title {
    font-size: 16px;
  }
}

.single-related-video .related-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ededed;
}

.single-related-video .related-title:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fe2854;
}

.single-related-video .related-list {
  margin: 0 -10px;
}

.single-related-video .video-item {
  padding: 0 10px;
}

.single-related-video .video-item:focus {
  outline: none;
}

.single-related-video .haru-slick {
  display: none;
}

.single-related-video .haru-slick.slick-initialized {
  display: block;
}

.single-related-video .slick-arrow.slick-prev, .single-related-video .slick-arrow.slick-next {
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  background-color: transparent;
  top: -58px;
  right: 0;
  z-index: 9;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  transition: all .3s;
}

.single-related-video .slick-arrow.slick-prev:before, .single-related-video .slick-arrow.slick-next:before {
  color: #fff;
  font-family: 'slick';
  font-size: 14px;
  line-height: 1;
  opacity: 1;
  transition: all .3s;
}

.single-related-video .slick-arrow.slick-prev:hover:before, .single-related-video .slick-arrow.slick-next:hover:before {
  background-color: #fe2854;
  transition: all .3s;
}

.single-related-video .slick-arrow.slick-prev {
  right: 40px;
}

.single-related-video .slick-arrow.slick-prev:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-left.svg);
  mask-image: url(../images/icon-arrow-left.svg);
  width: 4.69px;
  height: 8px;
  background-color: #6d5f6f;
}

.single-related-video .slick-arrow.slick-next {
  right: 10px;
}

.single-related-video .slick-arrow.slick-next:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-right.svg);
  mask-image: url(../images/icon-arrow-right.svg);
  width: 4.69px;
  height: 8px;
  background-color: #6d5f6f;
}

.single-video-toolbar {
  margin-bottom: 20px;
}

.video-toolbar {
  position: relative;
  background-color: rgba(26, 5, 29, 0.9);
}

.video-toolbar-actions {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
}

.video-toolbar .toolbar-action {
  padding: 0 11px;
  height: 40px;
  line-height: 40px;
  color: #ababab;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .video-toolbar .toolbar-action {
    font-size: 12px;
    padding: 0 8px;
  }
}

@media screen and (max-width: 991px) {
  .video-toolbar .toolbar-action {
    font-size: 0;
    padding: 0 15px;
  }
}

@media screen and (max-width: 991px) {
  .video-toolbar .toolbar-action {
    padding: 0 10px;
  }
}

.video-toolbar .toolbar-action:hover {
  cursor: pointer;
}

.video-toolbar .toolbar-action.active {
  color: #fe2854;
}

.video-toolbar .toolbar-action.active .haru-icon {
  background-color: #fe2854;
}

.video-toolbar .toolbar-action:first-child {
  margin-left: 0;
}

.video-toolbar .toolbar-action--background {
  border-right: 1px solid #433246;
}

.video-toolbar .toolbar-action--border {
  border-right: 1px solid #433246;
}

.video-toolbar .toolbar-action i {
  margin-right: 5px;
  font-size: 14px;
}

@media screen and (max-width: 1199px) {
  .video-toolbar .toolbar-action i {
    font-size: 12px;
    transform: scale(0.9);
  }
}

@media screen and (max-width: 991px) {
  .video-toolbar .toolbar-action i {
    margin-right: 0;
  }
}

.video-toolbar .toolbar-action.video-watch-later .haru-icon {
  transform: scale(1.4);
}

@media screen and (max-width: 1199px) {
  .video-toolbar .toolbar-action.video-watch-later .haru-icon {
    transform: scale(1.2);
  }
}

.video-toolbar .toolbar-action.video-prev a, .video-toolbar .toolbar-action.video-next a {
  display: flex;
  align-items: center;
  color: #ababab;
}

.video-toolbar .toolbar-action.video-prev i {
  margin-right: 5px;
  margin-left: 0;
}

@media screen and (max-width: 991px) {
  .video-toolbar .toolbar-action.video-prev i {
    margin-right: 0;
  }
}

.video-toolbar .toolbar-action.video-next i {
  margin-left: 5px;
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .video-toolbar .toolbar-action.video-next i {
    margin-left: 0;
  }
}

.video-toolbar .toolbar-action.video-more {
  font-size: 0;
  margin-right: 0;
  display: none;
}

.video-toolbar .toolbar-action.video-more i {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .video-toolbar .toolbar-action.video-more i {
    margin-left: 0;
  }
}

.video-toolbar .toolbar-action .haru-icon {
  background-color: #ababab;
}

.video-toolbar .toolbar-action .post-like-count,
.video-toolbar .toolbar-action .post-dislike-count {
  font-size: 0;
}

@media screen and (max-width: 991px) {
  .video-toolbar .toolbar-action .rating-label {
    font-size: 0;
  }
}

.video-toolbar .video-report-form {
  background-color: #1a051d;
  padding: 15px;
  position: relative;
  z-index: 9;
}

.video-toolbar .video-report-form .video-report-notice {
  color: #fe2854;
}

.video-toolbar .video-report-form .video-report-content {
  width: 100%;
  padding: 5px 10px;
  border: none;
  border-radius: 4px;
}

.video-toolbar .video-report-form .video-report-content:focus {
  outline: none;
}

.video-toolbar .video-report-form .video-report-reason {
  margin-top: 10px;
}

.video-toolbar .video-report-form .video-report-submit {
  margin-top: 5px;
}

.video-toolbar .video-report-form.reported .video-report-reason,
.video-toolbar .video-report-form.reported .video-report-submit {
  display: none;
}

.video-toolbar .video-turn-off-light {
  position: relative;
  z-index: 89;
}

.video-toolbar .toolbar-group {
  background-color: #1a051d;
  position: absolute;
  display: none;
  left: 0;
  bottom: 100%;
  width: 100%;
  z-index: 88;
}

.video-toolbar .toolbar-group.show {
  display: block;
}

.video-toolbar .toolbar-group.video-more-group {
  padding: 25px 20px;
}

.video-toolbar .toolbar-group.video-more-group .haru-slick-wrap {
  overflow: hidden;
}

.video-toolbar .toolbar-group.video-more-group .video-item {
  padding: 0 10px;
}

.video-toolbar .toolbar-group.video-more-group .video-item:focus {
  outline: none;
}

.video-toolbar .toolbar-group.video-more-group .video-item__title a {
  color: #fff;
}

.video-toolbar .toolbar-group.video-more-group .video-item__title a:hover {
  color: #fe2854;
}

.video-toolbar .toolbar-group.video-more-group .video-item__meta {
  margin-bottom: 0;
  color: #ababab;
}

.video-toolbar .toolbar-group.video-more-group .video-item__meta > div:after {
  background-color: rgba(171, 171, 171, 0.8);
}

.video-toolbar .toolbar-group.video-more-group .video-item__meta a {
  color: #ababab;
}

.video-toolbar .toolbar-group.video-more-group .video-item__meta a:hover {
  color: #fe2854;
}

.video-toolbar .toolbar-group.video-more-group .video-item .video-watch-later {
  border-right: 0;
}

.video-toolbar .toolbar-group.video-more-group .video-item .video-watch-later:hover .haru-icon {
  margin-right: 5px;
}

.video-toolbar .toolbar-group.video-more-group .video-item .video-watch-later .haru-icon {
  background-color: #fff;
  transform: scale(1);
  margin-right: 0;
}

.video-toolbar .toolbar-group.video-more-group .haru-slick-more-videos {
  display: none;
  margin: 0 -10px;
}

.video-toolbar .toolbar-group.video-more-group .haru-slick-more-videos.slick-initialized {
  display: block;
}

.video-toolbar .toolbar-group.video-more-group:hover .slick-arrow.slick-prev, .video-toolbar .toolbar-group.video-more-group:hover .slick-arrow.slick-next {
  opacity: 1;
  transition: all .3s;
}

.video-toolbar .toolbar-group.video-more-group .slick-arrow.slick-prev, .video-toolbar .toolbar-group.video-more-group .slick-arrow.slick-next {
  background: rgba(0, 0, 0, 0.3);
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 35%;
  z-index: 99;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  transform: translateY(-50%);
  transition: all .3s;
}

.video-toolbar .toolbar-group.video-more-group .slick-arrow.slick-prev:before, .video-toolbar .toolbar-group.video-more-group .slick-arrow.slick-next:before {
  color: #fff;
  font-family: 'slick';
  font-size: 14px;
  line-height: 1;
  opacity: 1;
  transition: all .3s;
}

.video-toolbar .toolbar-group.video-more-group .slick-arrow.slick-prev:hover, .video-toolbar .toolbar-group.video-more-group .slick-arrow.slick-next:hover {
  background-color: #fe2854;
}

.video-toolbar .toolbar-group.video-more-group .slick-arrow.slick-prev:hover:before, .video-toolbar .toolbar-group.video-more-group .slick-arrow.slick-next:hover:before {
  background-color: #fff;
  transition: all .3s;
}

.video-toolbar .toolbar-group.video-more-group .slick-arrow.slick-prev {
  left: 15px;
}

.video-toolbar .toolbar-group.video-more-group .slick-arrow.slick-prev:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-left.svg);
  mask-image: url(../images/icon-arrow-left.svg);
  width: 4.69px;
  height: 8px;
  background-color: #fff;
}

.video-toolbar .toolbar-group.video-more-group .slick-arrow.slick-next {
  right: 15px;
}

.video-toolbar .toolbar-group.video-more-group .slick-arrow.slick-next:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-right.svg);
  mask-image: url(../images/icon-arrow-right.svg);
  width: 4.69px;
  height: 8px;
  background-color: #fff;
}

.video-toolbar .video-auto-next {
  margin-left: auto;
}

.video-toolbar .video-auto-next:hover {
  cursor: pointer;
}

.video-toolbar .video-auto-next.active .button-auto-next {
  background-color: #fe2854;
}

.video-toolbar .video-auto-next.active .button-switch {
  left: 18px;
  background-color: #fff;
}

.video-toolbar .video-auto-next .button-auto-next {
  height: 16px;
  display: inline-block;
  width: 32px;
  border-radius: 16px;
  background-color: #6d5f6f;
  position: relative;
  transition: background-color .3s;
  position: relative;
  margin-left: 5px;
}

.video-toolbar .video-auto-next .button-switch {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: black;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: all .2s;
}

.post-rating__action {
  display: flex;
}

.post-rating-count {
  display: flex;
}

.post-rating-count .haru-icon {
  background-color: #6d5f6f;
  transform: scale(0.9);
  margin-right: 1px;
  position: relative;
  bottom: -2px;
}

.post-rating-bar {
  background-color: #000;
  display: flex;
  height: 5px;
}

.post-rating-percentage {
  background-color: #fe2854;
}

.post-rating .action-rating {
  position: relative;
}

.post-rating .action-rating:hover {
  cursor: pointer;
}

.post-rating .action-rating:hover .haru-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -6px);
  transition: all 300ms ease-in-out 0s;
}

.post-rating .haru-tooltip {
  padding: 2px 5px;
  position: absolute;
  min-width: 100px;
  opacity: 0;
  text-align: center;
  visibility: hidden;
  bottom: 100%;
  left: 50%;
  background: #555;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  transform: translate(-50%, 0);
}

.post-rating .haru-tooltip:after {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -6px;
  left: 50%;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #555;
  transform: translate(-50%, 0);
}

.video-light-off-overlay {
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 88;
  transition: opacity 0.3s, visibility 0.3s;
}

.video-youtube-unmute,
.video-facebook-unmute,
.video-mediaelement-unmute {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 12px;
  padding: 2px 10px;
  display: none;
}

.video-youtube-unmute:hover,
.video-facebook-unmute:hover,
.video-mediaelement-unmute:hover {
  cursor: pointer;
}

.video-youtube-unmute .haru-icon,
.video-facebook-unmute .haru-icon,
.video-mediaelement-unmute .haru-icon {
  background-color: #fff;
  margin-right: 6px;
  position: relative;
  bottom: -3px;
}

body.video-light-off .video-light-off-overlay {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}

body.video-light-off .video-player-wrap {
  z-index: 89;
  position: relative;
}

body.video-light-off .video-turn-off-light.active {
  border-left: 1px solid #433246;
}

body.floating-video .video-player-wrap {
  background-color: #fff;
  padding: 20px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 320px;
  height: auto;
  animation: zoomInVideo 0.5s ease-in-out;
  z-index: 89;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}

body.floating-video .video-float {
  display: flex;
  justify-content: space-between;
}

body.floating-video .video-player {
  background-color: #000;
}

body.floating-video.single-haru_video .video-ads-wrap .video-skip-ad {
  bottom: 15px;
  right: 15px;
}

body.floating-video .video-next-label {
  font-size: 12px;
}

body.floating-video .progress-time-wrap,
body.floating-video .progess-time {
  width: 40px !important;
  height: 40px !important;
}

body.floating-video .video-next-title {
  font-size: 14px !important;
  margin-top: 5px !important;
  margin-bottom: 15px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body.floating-video .video-next-cancel {
  margin-top: 5px !important;
}

body.haru-ios .video-youtube-unmute,
body.haru-ios .video-facebook-unmute,
body.haru-ios .video-mediaelement-unmute {
  display: block;
}

@keyframes zoomInVideo {
  from {
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0;
  }
  to {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

@keyframes countdownTimer {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 113px;
  }
}

.haru-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999998;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.haru-lightbox-overlay.show-lightbox {
  opacity: 1;
  visibility: visible;
}

.haru-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 99999998;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.haru-lightbox.show-lightbox {
  opacity: 1;
  visibility: visible;
}

.haru-lightbox .haru-lightbox-content {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.haru-lightbox .close-lightbox {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.haru-lightbox .close-lightbox:hover {
  cursor: pointer;
  color: #fe2854;
}

.video-screenshots-popup .mfp-content {
  max-width: 80%;
}

/* Magnific pager */
.mfp-pager {
  width: 100%;
  position: absolute;
  z-index: 20;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.mfp-pager:after {
  clear: both;
  display: block;
  content: '';
}

.mfp-pager li {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.mfp-pager li .arrow {
  position: relative;
  top: 2px;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 18px;
  height: 11px;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
  position: relative;
}

.mfp-pager li .prev {
  background-position: -20px -22px;
}

.mfp-pager li .next {
  background-position: -20px -40px;
}

.mfp-pager .arrow_next,
.mfp-pager .arrow_prev {
  display: none;
}

.mfp-pager .arrow_next button,
.mfp-pager .arrow_prev button {
  background-color: transparent;
  border: none;
}

.mfp-pager .arrow_next button:focus, .mfp-pager .arrow_next button:active,
.mfp-pager .arrow_prev button:focus,
.mfp-pager .arrow_prev button:active {
  outline: none;
}

.mfp-pager .dots {
  vertical-align: top;
  text-align: center;
  display: inline-block;
  margin: 0 8px;
  position: relative;
}

.mfp-pager .dots ul {
  padding: 0;
}

.mfp-pager .dots li {
  display: inline-block;
  margin: 0 2px;
  border: 2px solid transparent;
}

.mfp-pager .dots li.active {
  border: 2px solid #fe2854;
}

.mfp-pager .dots li a {
  display: block;
  width: 15px;
  height: 15px;
  background: #666;
  text-indent: -9999px;
  padding: 5px;
  margin: 0;
  cursor: pointer;
  border: none;
}

.mfp-pager .dots button {
  padding: 0;
  border: none;
}

.mfp-pager .dots button:focus, .mfp-pager .dots button:active {
  outline: none;
}

.comments-rating {
  border: none;
  padding: 0;
  margin-left: 0;
}

.comments-rating label {
  display: inline-block;
}

.rating-container {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
}

.rating-container * {
  font-size: 1.4rem;
}

.rating-container > input {
  display: none;
}

.rating-container > input + label {
  /* only enough room for the star */
  font-family: 'dashicons';
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
}

.rating-container > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "\f154";
  color: #888;
}

.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
  content: "\f155";
  color: #e52;
  text-shadow: 0 0 1px #333;
}

.rating-container > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em;
}

.rating-container > .star-cb-clear + label:before {
  width: .5em;
}

.rating-container:hover > input + label:before {
  content: "\f154";
  color: #888;
  text-shadow: none;
}

.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
  content: "\f155";
  color: #e52;
  text-shadow: 0 0 1px #333;
}

.comment-respond .rating-container > .star-cb-clear + label,
.comment-respond .rating-container > input + label:before {
  text-indent: 9999px;
}

.comment-respond .rating-container > input + label {
  text-indent: -9999px;
}

.comment.depth-1 .haru-comments-rating {
  display: none;
}

.haru-archive-video {
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .haru-archive-video {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .haru-archive-video {
    margin-bottom: 40px;
  }
}

.haru-archive-video .grid-columns {
  margin: 0 -15px;
}

.haru-archive-video .archive-video-list .video-item {
  margin-bottom: 20px;
  padding: 0 15px;
}

.layout-wrap.style-list .video-item__title {
  padding-top: 0;
  margin-top: 0;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list .video-item__title {
    font-size: 14px;
  }
}

.layout-wrap.style-list .video-item__meta {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list .video-item__meta {
    font-size: 12px;
  }
}

.layout-wrap.style-list .video-item__desc {
  display: block;
}

.layout-wrap.style-list-2 .video-item {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list-2 .video-item {
    margin-bottom: 20px;
  }
}

.layout-wrap.style-list-2 .video-item__title {
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .layout-wrap.style-list-2 .video-item__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list-2 .video-item__title {
    font-size: 14px;
  }
}

.layout-wrap.style-list-2 .video-item__meta {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list-2 .video-item__meta {
    font-size: 12px;
  }
}

.layout-wrap.style-list-2 .video-item__desc {
  display: block;
}

.video-item {
  position: relative;
}

.video-item__thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.video-item__thumbnail:hover .video-item__icon {
  opacity: 1;
  visibility: visible;
}

.video-item__thumbnail:hover .video-watch-later {
  opacity: 1;
  visibility: visible;
  transition: opacity .3s linear;
}

.video-item__thumbnail .video-watch-later {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  color: #fff !important;
  font-size: 10px;
  padding: 0 4px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  z-index: 2;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s;
}

.video-item__thumbnail .video-watch-later:hover {
  cursor: pointer;
  font-size: 10px;
  line-height: 17px;
  width: auto;
  transition: all .3s;
}

.video-item__thumbnail .video-watch-later:hover .haru-icon {
  margin-right: 2px;
}

.video-item__thumbnail .video-watch-later.active {
  background-color: #fe2854;
}

.video-item__thumbnail .video-watch-later .haru-icon {
  background-color: #fff;
  vertical-align: middle;
}

.video-item__duration {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  font-weight: 500;
  padding: 0 5px;
  line-height: 18px;
  z-index: 2;
  border-radius: 3px;
}

.video-item__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  transition: all .5s;
}

.video-item__icon a {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  text-align: center;
  border-radius: 50%;
  transition: all .3s;
}

.video-item__icon a:hover {
  transition: all .3s;
}

.video-item__icon a:hover:before {
  transition: all .3s;
}

.video-item__icon a:hover:after {
  animation: sonarEffect 1.3s ease-out 75ms;
}

.video-item__icon a .haru-icon {
  transform: scale(0.7);
  background-color: #fff;
}

.video-item__icon a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
}

.video-item__title {
  padding-top: 5px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.video-item__title a {
  color: #1a051d;
  line-height: 1.4;
  font-weight: 500;
  transition: all .3s;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.video-item__title a:hover {
  transition: all .3s;
}

.video-item__category {
  margin-bottom: -5px;
  margin-top: 12px;
  display: none;
}

.video-item__category a {
  background-color: #fe2854;
  display: inline-block;
  color: #fff;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
}

.video-item__category a:hover {
  color: #fff;
}

.video-item__meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 12px;
}

.video-item__meta > div {
  margin-right: 15px;
  position: relative;
}

.video-item__meta > div:after {
  content: '';
  width: 3px;
  height: 3px;
  background-color: rgba(109, 95, 111, 0.8);
  position: absolute;
  right: -8px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.video-item__meta > div:last-child {
  margin-right: 0;
}

.video-item__meta > div:last-child:after {
  display: none;
}

.video-item__meta > div > i {
  margin-right: 5px;
  display: none;
}

.video-item__labels {
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 2;
}

.video-item__label {
  background-color: #fe2854;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  padding: 0 6px;
  height: 16px;
  line-height: 16px;
  position: relative;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.video-item__label:last-child {
  margin-bottom: 0;
}

.video-item__edit {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
}

.video-item__edit a {
  color: #fff !important;
  font-size: 10px;
  padding: 0 4px 2px;
  height: 22px;
  width: 24px;
  line-height: 20px;
  z-index: 2;
  font-size: 0;
  display: block;
}

.video-item__edit a:hover {
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  width: auto;
  transition: all .3s;
}

.video-item__edit a:hover .haru-icon {
  margin-right: 3px;
}

.video-item__edit a .haru-icon {
  background-color: #fff;
  position: relative;
  bottom: -2px;
}

.video-item__delete {
  position: absolute;
  bottom: 36px;
  left: 8px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
}

.video-item__delete a {
  color: #fff !important;
  font-size: 10px;
  padding: 0 6px;
  height: 22px;
  width: 24px;
  line-height: 20px;
  z-index: 2;
  font-size: 0;
  display: flex;
  align-items: center;
}

.video-item__delete a:hover {
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  width: auto;
  transition: all .3s;
}

.video-item__delete a:hover .haru-icon {
  margin-right: 3px;
}

.video-item__delete a .haru-icon {
  background-color: #fff;
}

.video-item__view i {
  display: none;
}

.video-item__like, .video-item__dislike {
  display: none;
}

.video-item__like i, .video-item__dislike i {
  display: none;
}

.video-item__desc {
  display: none;
}

.video-item .post-views-count .post-views-label {
  display: none;
}

.video-item .post-vote-label {
  display: none;
}

.video-item.video-style-2 .video-item__thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  opacity: 1;
  visibility: visible;
  border-radius: 4px;
  transition: all .3s;
}

.video-item.video-style-2 .video-item__content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
  padding: 0 30px;
  opacity: 1;
  visibility: visible;
  transition: all .3s;
}

.video-item.video-style-2 .video-item__title a {
  color: #fff;
}

.video-item.video-style-2 .video-item__meta {
  color: #fff;
  margin-bottom: 20px;
}

.video-item.video-style-2 .video-item__meta > div:after {
  background-color: #fff;
}

.video-item.video-style-2 .video-item__author a {
  color: #fff;
}

.video-item.video-style-2 .video-item__desc {
  display: none;
}

.video-item.video-style-3 .video-item__thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  opacity: 1;
  visibility: visible;
  transition: all .3s;
}

.video-item.video-style-3 .video-item__content {
  position: relative;
}

.video-item.video-style-3 .video-item__meta {
  position: absolute;
  bottom: calc(100% + 10px);
  width: 100%;
  color: #fff;
  padding: 0 40px 0 10px;
  z-index: 2;
}

.video-item.video-style-3 .video-item__meta > div:after {
  background-color: #fff;
}

.video-item.video-style-3 .video-item__author a {
  color: #fff;
}

.video-item.video-style-4 .video-item__content {
  text-align: center;
}

.video-item.video-style-4 .video-item__meta {
  justify-content: center;
}

.video-item.video-style-5 .video-item__desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.video-item.video-style-6 .video-item__title a {
  font-size: 18px;
}

@media screen and (max-width: 1199px) {
  .video-item.video-style-6 .video-item__title a {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .video-item.video-style-6 .video-item__title a {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .video-item.video-style-6 .video-item__meta {
    font-size: 12px;
  }
}

.video-load-more {
  background-color: #fe2854;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 8px 25px;
  border-radius: 4px;
}

.video-load-more:hover {
  color: #fff;
}

.video-load-more:focus {
  outline: none;
}

.video-load-more.loading .loading-icon {
  display: inline-block;
}

.video-load-more .loading-icon {
  display: none;
}

.video-thumbnail {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.video-thumbnail img:not(:first-child) {
  display: none;
}

.video-thumbnail:not(.default) img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  max-width: none;
  transform: translate(-50%, -50%);
}

.video-thumbnail.ratio-43 {
  padding-top: 75%;
}

.video-thumbnail.ratio-169 {
  padding-bottom: 56.25%;
}

.video-thumbnail.ratio-32 {
  padding-bottom: 66.66%;
}

.video-thumbnail.ratio-85 {
  padding-bottom: 62.5%;
}

.haru-archive-playlist {
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .haru-archive-playlist {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .haru-archive-playlist {
    margin-bottom: 40px;
  }
}

.haru-archive-playlist .grid-columns {
  margin: 0 -15px;
}

.haru-archive-playlist .archive-playlist-list .playlist-item {
  margin-bottom: 20px;
  padding: 0 15px;
}

.layout-wrap.style-list .playlist-item__title {
  padding-top: 0;
  margin-top: 0;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list .playlist-item__title {
    font-size: 14px;
  }
}

.layout-wrap.style-list .playlist-item__meta {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list .playlist-item__meta {
    font-size: 12px;
  }
}

.layout-wrap.style-list .playlist-item__desc {
  display: block;
}

.layout-wrap.style-list .playlist-item.playlist-style-2 .playlist-item__content {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 20px;
  text-align: left;
}

.layout-wrap.style-list .playlist-item.playlist-style-2 .playlist-item__meta {
  justify-content: start;
}

.layout-wrap.style-list-2 .playlist-item {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list-2 .playlist-item {
    margin-bottom: 20px;
  }
}

.layout-wrap.style-list-2 .playlist-item__title {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list-2 .playlist-item__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list-2 .playlist-item__title {
    font-size: 14px;
  }
}

.layout-wrap.style-list-2 .playlist-item__meta {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list-2 .playlist-item__meta {
    font-size: 12px;
  }
}

.layout-wrap.style-list-2 .playlist-item__desc {
  display: block;
}

.playlist-item {
  position: relative;
}

.playlist-item__thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.playlist-item__thumbnail:hover .playlist-item__icon {
  opacity: 1;
  visibility: visible;
}

.playlist-item__count-video {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  color: #fff;
  padding: 2px 6px;
  font-size: 10px;
  text-transform: capitalize;
  z-index: 99;
}

.playlist-item__count-video:before {
  content: '';
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-mask-image: url(../images/icon-videos.svg);
  mask-image: url(../images/icon-videos.svg);
  background-color: #fff;
  width: 12px;
  height: 12px;
  position: relative;
  bottom: -2px;
}

.playlist-item__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  transition: all .5s;
}

.playlist-item__icon a {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  text-align: center;
  border-radius: 50%;
  transition: all .3s;
}

.playlist-item__icon a:hover {
  transition: all .3s;
}

.playlist-item__icon a:hover:before {
  transition: all .3s;
}

.playlist-item__icon a:hover:after {
  animation: sonarEffect 1.3s ease-out 75ms;
}

.playlist-item__icon a .haru-icon {
  transform: scale(0.7);
  background-color: #fff;
}

.playlist-item__icon a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
}

.playlist-item__edit {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
}

.playlist-item__edit a {
  color: #fff !important;
  font-size: 10px;
  padding: 0 4px 2px;
  height: 22px;
  width: 24px;
  line-height: 20px;
  z-index: 2;
  font-size: 0;
  display: block;
}

.playlist-item__edit a:hover {
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  width: auto;
  transition: all .3s;
}

.playlist-item__edit a:hover .haru-icon {
  margin-right: 3px;
}

.playlist-item__edit a .haru-icon {
  background-color: #fff;
  position: relative;
  bottom: -2px;
}

.playlist-item__delete {
  position: absolute;
  bottom: 36px;
  left: 8px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
}

.playlist-item__delete a {
  color: #fff !important;
  font-size: 10px;
  padding: 0 6px;
  height: 22px;
  width: 24px;
  line-height: 20px;
  z-index: 2;
  font-size: 0;
  display: flex;
  align-items: center;
}

.playlist-item__delete a:hover {
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  width: auto;
  transition: all .3s;
}

.playlist-item__delete a:hover .haru-icon {
  margin-right: 3px;
}

.playlist-item__delete a .haru-icon {
  background-color: #fff;
}

.playlist-item__title {
  padding-top: 5px;
  margin-bottom: 5px;
}

.playlist-item__title a {
  color: #1a051d;
  line-height: 1.4;
  font-weight: 500;
  transition: all .3s;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.playlist-item__title a:hover {
  transition: all .3s;
}

.playlist-item__category {
  margin-bottom: 15px;
  display: none;
}

.playlist-item__category a {
  background-color: #fe2854;
  display: inline-block;
  color: #fff;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 700;
}

.playlist-item__meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 12px;
}

.playlist-item__meta > div {
  margin-right: 15px;
  position: relative;
}

.playlist-item__meta > div:after {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #6d5f6f;
  position: absolute;
  right: -8px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.playlist-item__meta > div:last-child {
  margin-right: 0;
}

.playlist-item__meta > div:last-child:after {
  display: none;
}

.playlist-item__meta > div > i {
  margin-right: 5px;
  display: none;
}

.playlist-item__view i {
  display: none;
}

.playlist-item__desc {
  display: none;
}

.playlist-item__like, .playlist-item__dislike {
  display: none;
}

.playlist-item__like i, .playlist-item__dislike i {
  display: none;
}

.playlist-item .post-views-count .post-views-label {
  display: none;
}

.playlist-item .post-vote-label {
  display: none;
}

.playlist-item.playlist-style-2 .playlist-item__thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  opacity: 1;
  visibility: visible;
  border-radius: 4px;
  transition: all 0.3s;
}

.playlist-item.playlist-style-2 .playlist-item__content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
  padding: 0 30px;
  opacity: 1;
  visibility: visible;
  transition: all .3s;
}

.playlist-item.playlist-style-2 .playlist-item__title a {
  color: #fff;
}

.playlist-item.playlist-style-2 .playlist-item__meta {
  color: #fff;
  margin-bottom: 20px;
}

.playlist-item.playlist-style-2 .playlist-item__meta > div:after {
  background-color: #fff;
}

.playlist-item.playlist-style-2 .playlist-item__author a {
  color: #fff;
}

.playlist-item.playlist-style-2 .playlist-item__desc {
  display: none;
}

.playlist-item.playlist-style-3 .playlist-item__thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}

.playlist-item.playlist-style-3 .playlist-item__content {
  position: relative;
}

.playlist-item.playlist-style-3 .playlist-item__meta {
  position: absolute;
  bottom: calc(100% + 10px);
  width: 100%;
  color: #fff;
  padding: 0 50px 0 10px;
  z-index: 2;
}

.playlist-item.playlist-style-3 .playlist-item__meta > div:after {
  background-color: #fff;
}

.playlist-item.playlist-style-3 .playlist-item__author a {
  color: #fff;
}

.playlist-item.playlist-style-4 .playlist-item__content {
  text-align: center;
}

.playlist-item.playlist-style-4 .playlist-item__meta {
  justify-content: center;
}

.playlist-item.playlist-style-5 .playlist-item__desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.playlist-thumbnail {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.playlist-thumbnail img:not(:first-child) {
  display: none;
}

.haru-single-playlist {
  margin-bottom: 80px;
}

.single-haru_playlist .single-playlist__title {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .single-haru_playlist .single-playlist__title {
    font-size: 18px;
  }
}

.single-haru_playlist .single-playlist__meta-top {
  display: flex;
  border-bottom: 1px solid #ededed;
  padding: 5px 0 25px;
  font-size: 13px;
}

.single-haru_playlist .single-playlist__meta-top > div {
  margin-right: 15px;
  position: relative;
}

.single-haru_playlist .single-playlist__meta-top > div:after {
  content: '';
  width: 3px;
  height: 3px;
  background-color: rgba(109, 95, 111, 0.8);
  position: absolute;
  right: -8px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.single-haru_playlist .single-playlist__meta-top > div:last-child {
  margin-right: 0;
}

.single-haru_playlist .single-playlist__meta-top > div:last-child:after {
  display: none;
}

.single-haru_playlist .single-playlist__meta-top > div > i {
  margin-right: 5px;
  display: none;
}

.single-haru_playlist .single-playlist__author i {
  display: none;
}

.single-haru_playlist .single-playlist__like .post-vote-label, .single-haru_playlist .single-playlist__dislike .post-vote-label {
  display: none;
}

.single-haru_playlist .single-playlist__like i, .single-haru_playlist .single-playlist__dislike i {
  display: none;
}

.single-haru_playlist .single-playlist__view .post-views-count .post-views-label {
  display: none;
}

.single-haru_playlist .single-playlist__view .post-views-count i {
  display: none;
}

.single-haru_playlist .single-playlist__content {
  border-bottom: 1px solid #ededed;
  padding: 25px 0;
  margin-bottom: 30px;
}

.single-haru_playlist .single-playlist__meta-bottom {
  display: flex;
  border-bottom: 1px solid #ededed;
  padding: 30px 0;
  margin-bottom: 30px;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .single-haru_playlist .single-playlist__meta-bottom {
    display: block;
  }
}

.single-haru_playlist .single-playlist__layout-toggle {
  font-weight: 700;
  margin-top: -66px;
  margin-bottom: 60px;
  text-align: right;
}

.single-haru_playlist .single-playlist__layout-toggle .toggle-layout {
  border: 1px solid #ededed;
  display: inline-block;
  padding: 5px 10px;
}

.single-haru_playlist .single-playlist__layout-toggle .toggle-layout.active {
  background-color: #fe2854;
  border: 1px solid #fe2854;
  color: #fff;
}

.single-haru_playlist .single-playlist__videos {
  margin: 0 -15px;
}

.single-haru_playlist .single-playlist__thumbnail {
  position: relative;
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
}

.single-haru_playlist .single-playlist__thumbnail:hover .slick-arrow.slick-prev, .single-haru_playlist .single-playlist__thumbnail:hover .slick-arrow.slick-next {
  opacity: 1;
  transition: all .3s;
}

.single-haru_playlist .single-playlist__thumbnail .slick-arrow.slick-prev, .single-haru_playlist .single-playlist__thumbnail .slick-arrow.slick-next {
  background: rgba(0, 0, 0, 0.3);
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  transform: translateY(-50%);
  transition: all .3s;
}

.single-haru_playlist .single-playlist__thumbnail .slick-arrow.slick-prev:before, .single-haru_playlist .single-playlist__thumbnail .slick-arrow.slick-next:before {
  color: #fff;
  font-family: 'slick';
  font-size: 14px;
  line-height: 1;
  opacity: 1;
  transition: all .3s;
}

.single-haru_playlist .single-playlist__thumbnail .slick-arrow.slick-prev:hover, .single-haru_playlist .single-playlist__thumbnail .slick-arrow.slick-next:hover {
  background-color: #fe2854;
}

.single-haru_playlist .single-playlist__thumbnail .slick-arrow.slick-prev:hover:before, .single-haru_playlist .single-playlist__thumbnail .slick-arrow.slick-next:hover:before {
  background-color: #fff;
  transition: all .3s;
}

.single-haru_playlist .single-playlist__thumbnail .slick-arrow.slick-prev {
  left: 15px;
}

.single-haru_playlist .single-playlist__thumbnail .slick-arrow.slick-prev:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-left.svg);
  mask-image: url(../images/icon-arrow-left.svg);
  width: 4.69px;
  height: 8px;
  background-color: #fff;
}

.single-haru_playlist .single-playlist__thumbnail .slick-arrow.slick-next {
  right: 15px;
}

.single-haru_playlist .single-playlist__thumbnail .slick-arrow.slick-next:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-right.svg);
  mask-image: url(../images/icon-arrow-right.svg);
  width: 4.69px;
  height: 8px;
  background-color: #fff;
}

.single-haru_playlist .single-playlist__count-video {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  color: #fff;
  padding: 2px 6px;
  font-size: 10px;
  text-transform: capitalize;
  z-index: 99;
}

.single-haru_playlist .single-playlist__count-video:before {
  content: '';
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-mask-image: url(../images/icon-videos.svg);
  mask-image: url(../images/icon-videos.svg);
  background-color: #fff;
  width: 12px;
  height: 12px;
  position: relative;
  bottom: -2px;
}

.single-haru_playlist .video-item {
  padding: 0 15px;
  margin-bottom: 20px;
}

.single-haru_playlist .post-rating {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .single-haru_playlist .post-rating {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.single-haru_playlist .post-rating .rating-label {
  display: none;
}

.single-haru_playlist .post-rating .post-like,
.single-haru_playlist .post-rating .post-dislike {
  background-color: #eee;
  display: flex;
  align-items: center;
  height: 32px;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 0 20px;
  line-height: 30px;
  font-weight: 500;
  color: #6d5f6f;
}

.single-haru_playlist .post-rating .post-like.active,
.single-haru_playlist .post-rating .post-dislike.active {
  background-color: #fe2854;
  border: 1px solid #fe2854;
  color: #fff;
}

.single-haru_playlist .post-rating .post-like.active .haru-icon,
.single-haru_playlist .post-rating .post-dislike.active .haru-icon {
  background-color: #fff;
}

.single-haru_playlist .post-rating .post-like .haru-icon,
.single-haru_playlist .post-rating .post-dislike .haru-icon {
  background-color: #6d5f6f;
  margin-right: 5px;
}

.single-haru_playlist .post-rating .post-like {
  margin-right: 10px;
}

.single-haru_playlist .single-playlist-nav {
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ededed;
}

@media screen and (max-width: 767px) {
  .single-haru_playlist .single-playlist-nav {
    display: block;
  }
}

.single-haru_playlist .single-playlist-nav .playlist-nav-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.single-haru_playlist .single-playlist-nav .single-playlist-nav-content {
  display: flex;
  align-items: flex-start;
}

.single-haru_playlist .single-playlist-nav .playlist-nav-thumb {
  position: relative;
}

.single-haru_playlist .single-playlist-nav .playlist-nav-thumb img {
  max-width: 110px;
  border-radius: 3px;
}

.single-haru_playlist .single-playlist-nav .playlist-nav-count-video {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 10px;
  font-weight: 500;
  padding: 0 5px;
  z-index: 2;
  border-radius: 3px;
  text-transform: capitalize;
}

.single-haru_playlist .single-playlist-nav .playlist-nav-label {
  color: #ababab;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.single-haru_playlist .single-playlist-nav .playlist-nav-title {
  margin: 8px 0;
  font-weight: 500;
}

.single-haru_playlist .single-playlist-nav .playlist-nav-info {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}

.single-haru_playlist .single-playlist-nav .playlist-nav-info > div {
  margin-right: 15px;
  position: relative;
}

.single-haru_playlist .single-playlist-nav .playlist-nav-info > div:after {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #6d5f6f;
  position: absolute;
  right: -8px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.single-haru_playlist .single-playlist-nav .playlist-nav-info > div:last-child {
  margin-right: 0;
}

.single-haru_playlist .single-playlist-nav .playlist-nav-info > div:last-child:after {
  display: none;
}

.single-haru_playlist .single-playlist-nav .single-playlist-prev {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .single-haru_playlist .single-playlist-nav .single-playlist-prev {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ededed;
  }
}

.single-haru_playlist .single-playlist-nav .single-playlist-prev .playlist-nav-meta {
  padding-left: 10px;
}

.single-haru_playlist .single-playlist-nav .single-playlist-next {
  width: 50%;
  margin-left: auto;
  text-align: right;
  position: relative;
}

@media screen and (max-width: 767px) {
  .single-haru_playlist .single-playlist-nav .single-playlist-next {
    width: 100%;
  }
}

.single-haru_playlist .single-playlist-nav .single-playlist-next .single-playlist-nav-content {
  justify-content: flex-end;
}

.single-haru_playlist .single-playlist-nav .single-playlist-next .playlist-nav-info {
  justify-content: flex-end;
}

.single-haru_playlist .single-playlist-nav .single-playlist-next .playlist-nav-meta {
  padding-right: 10px;
}

.single-haru_playlist .single-related-playlist {
  position: relative;
  overflow: hidden;
}

.single-haru_playlist .single-related-playlist .related-title {
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-size: 20px;
  position: relative;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .single-haru_playlist .single-related-playlist .related-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .single-haru_playlist .single-related-playlist .related-title {
    font-size: 16px;
  }
}

.single-haru_playlist .single-related-playlist .related-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ededed;
}

.single-haru_playlist .single-related-playlist .related-title:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fe2854;
}

.single-haru_playlist .single-related-playlist .related-list {
  margin: 0 -10px;
}

.single-haru_playlist .single-related-playlist .playlist-item {
  padding: 0 10px;
}

.single-haru_playlist .single-related-playlist .playlist-item:focus {
  outline: none;
}

.single-haru_playlist .single-related-playlist .haru-slick {
  display: none;
}

.single-haru_playlist .single-related-playlist .haru-slick.slick-initialized {
  display: block;
}

.single-haru_playlist .single-related-playlist .slick-arrow.slick-prev, .single-haru_playlist .single-related-playlist .slick-arrow.slick-next {
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  background-color: transparent;
  top: -58px;
  right: 0;
  z-index: 9;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  transition: all .3s;
}

.single-haru_playlist .single-related-playlist .slick-arrow.slick-prev:before, .single-haru_playlist .single-related-playlist .slick-arrow.slick-next:before {
  color: #fff;
  font-family: 'slick';
  font-size: 14px;
  line-height: 1;
  opacity: 1;
  transition: all .3s;
}

.single-haru_playlist .single-related-playlist .slick-arrow.slick-prev:hover:before, .single-haru_playlist .single-related-playlist .slick-arrow.slick-next:hover:before {
  background-color: #fe2854;
  transition: all .3s;
}

.single-haru_playlist .single-related-playlist .slick-arrow.slick-prev {
  right: 40px;
}

.single-haru_playlist .single-related-playlist .slick-arrow.slick-prev:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-left.svg);
  mask-image: url(../images/icon-arrow-left.svg);
  width: 4.69px;
  height: 8px;
  background-color: #6d5f6f;
}

.single-haru_playlist .single-related-playlist .slick-arrow.slick-next {
  right: 10px;
}

.single-haru_playlist .single-related-playlist .slick-arrow.slick-next:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-right.svg);
  mask-image: url(../images/icon-arrow-right.svg);
  width: 4.69px;
  height: 8px;
  background-color: #6d5f6f;
}

.haru-archive-series {
  margin-bottom: 80px;
}

.haru-archive-series .grid-columns {
  margin: 0 -15px;
}

.haru-archive-series .archive-series-list .series-item {
  margin-bottom: 20px;
  padding: 0 15px;
}

.layout-wrap.style-list .series-item__title {
  padding-top: 0;
  margin-top: 0;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list .series-item__title {
    font-size: 14px;
  }
}

.layout-wrap.style-list .series-item__meta {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list .series-item__meta {
    font-size: 12px;
  }
}

.layout-wrap.style-list .series-item__desc {
  display: block;
}

.layout-wrap.style-list .series-item.series-style-2 .series-item__content {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 20px;
  text-align: left;
}

.layout-wrap.style-list .series-item.series-style-2 .series-item__meta {
  justify-content: start;
}

.layout-wrap.style-list-2 .series-item {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list-2 .series-item {
    margin-bottom: 20px;
  }
}

.layout-wrap.style-list-2 .series-item__title {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list-2 .series-item__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list-2 .series-item__title {
    font-size: 14px;
  }
}

.layout-wrap.style-list-2 .series-item__meta {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list-2 .series-item__meta {
    font-size: 12px;
  }
}

.layout-wrap.style-list-2 .series-item__desc {
  display: block;
}

.series-item {
  position: relative;
}

.series-item__thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.series-item__thumbnail:hover .series-item__icon {
  opacity: 1;
  visibility: visible;
}

.series-item__count-video {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  color: #fff;
  padding: 2px 6px;
  font-size: 10px;
  text-transform: capitalize;
  z-index: 99;
}

.series-item__count-video:before {
  content: '';
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-mask-image: url(../images/icon-videos.svg);
  mask-image: url(../images/icon-videos.svg);
  background-color: #fff;
  width: 12px;
  height: 12px;
  position: relative;
  bottom: -2px;
}

.series-item__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  transition: all .5s;
}

.series-item__icon a {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  text-align: center;
  border-radius: 50%;
  transition: all .3s;
}

.series-item__icon a:hover {
  transition: all .3s;
}

.series-item__icon a:hover:before {
  transition: all .3s;
}

.series-item__icon a:hover:after {
  animation: sonarEffect 1.3s ease-out 75ms;
}

.series-item__icon a .haru-icon {
  transform: scale(0.7);
  background-color: #fff;
}

.series-item__icon a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
}

.series-item__edit {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
}

.series-item__edit a {
  color: #fff !important;
  font-size: 10px;
  padding: 0 4px 2px;
  height: 22px;
  width: 24px;
  line-height: 20px;
  z-index: 2;
  font-size: 0;
  display: block;
}

.series-item__edit a:hover {
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  width: auto;
  transition: all .3s;
}

.series-item__edit a:hover .haru-icon {
  margin-right: 3px;
}

.series-item__edit a .haru-icon {
  background-color: #fff;
  position: relative;
  bottom: -2px;
}

.series-item__delete {
  position: absolute;
  bottom: 36px;
  left: 8px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
}

.series-item__delete a {
  color: #fff !important;
  font-size: 10px;
  padding: 0 6px;
  height: 22px;
  width: 24px;
  line-height: 20px;
  z-index: 2;
  font-size: 0;
  display: flex;
  align-items: center;
}

.series-item__delete a:hover {
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  width: auto;
  transition: all .3s;
}

.series-item__delete a:hover .haru-icon {
  margin-right: 3px;
}

.series-item__delete a .haru-icon {
  background-color: #fff;
}

.series-item__title {
  padding-top: 5px;
  margin-bottom: 5px;
}

.series-item__title a {
  color: #1a051d;
  line-height: 1.4;
  font-weight: 500;
  transition: all .3s;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.series-item__title a:hover {
  transition: all .3s;
}

.series-item__category {
  margin-bottom: 15px;
  display: none;
}

.series-item__category a {
  background-color: #fe2854;
  display: inline-block;
  color: #fff;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 700;
}

.series-item__meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 12px;
}

.series-item__meta > div {
  margin-right: 15px;
  position: relative;
}

.series-item__meta > div:after {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #6d5f6f;
  position: absolute;
  right: -8px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.series-item__meta > div:last-child {
  margin-right: 0;
}

.series-item__meta > div:last-child:after {
  display: none;
}

.series-item__meta > div > i {
  margin-right: 5px;
  display: none;
}

.series-item__view i {
  display: none;
}

.series-item__desc {
  display: none;
}

.series-item__like, .series-item__dislike {
  display: none;
}

.series-item__like i, .series-item__dislike i {
  display: none;
}

.series-item .post-views-count .post-views-label {
  display: none;
}

.series-item .post-vote-label {
  display: none;
}

.series-item.series-style-2 .series-item__thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  opacity: 1;
  visibility: visible;
  border-radius: 4px;
  transition: all 0.3s;
}

.series-item.series-style-2 .series-item__content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
  padding: 0 30px;
  opacity: 1;
  visibility: visible;
  transition: all .3s;
}

@media screen and (max-width: 991px) {
  .series-item.series-style-2 .series-item__content {
    padding: 0 20px;
  }
}

.series-item.series-style-2 .series-item__title a {
  color: #fff;
}

.series-item.series-style-2 .series-item__meta {
  color: #fff;
  margin-bottom: 20px;
}

.series-item.series-style-2 .series-item__meta > div:after {
  background-color: #fff;
}

.series-item.series-style-2 .series-item__author a {
  color: #fff;
}

.series-item.series-style-2 .series-item__desc {
  display: none;
}

.series-item.series-style-3 .series-item__thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}

.series-item.series-style-3 .series-item__content {
  position: relative;
}

.series-item.series-style-3 .series-item__meta {
  position: absolute;
  bottom: calc(100% + 10px);
  width: 100%;
  color: #fff;
  padding: 0 50px 0 10px;
  z-index: 2;
}

.series-item.series-style-3 .series-item__meta > div:after {
  background-color: #fff;
}

.series-item.series-style-3 .series-item__author a {
  color: #fff;
}

.series-item.series-style-4 .series-item__content {
  text-align: center;
}

.series-item.series-style-4 .series-item__meta {
  justify-content: center;
}

.series-item.series-style-5 .series-item__desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.series-thumbnail {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.series-thumbnail img:not(:first-child) {
  display: none;
}

.haru-single-series {
  margin-bottom: 80px;
}

.single-haru_series .single-series__title {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .single-haru_series .single-series__title {
    font-size: 18px;
  }
}

.single-haru_series .single-series__meta-top {
  display: flex;
  border-bottom: 1px solid #ededed;
  padding: 5px 0 25px;
  font-size: 12px;
}

.single-haru_series .single-series__meta-top > div {
  margin-right: 15px;
  position: relative;
}

.single-haru_series .single-series__meta-top > div:after {
  content: '';
  width: 3px;
  height: 3px;
  background-color: rgba(109, 95, 111, 0.8);
  position: absolute;
  right: -8px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.single-haru_series .single-series__meta-top > div:last-child {
  margin-right: 0;
}

.single-haru_series .single-series__meta-top > div:last-child:after {
  display: none;
}

.single-haru_series .single-series__meta-top > div > i {
  margin-right: 5px;
  display: none;
}

.single-haru_series .single-series__author i {
  display: none;
}

.single-haru_series .single-series__like .post-vote-label, .single-haru_series .single-series__dislike .post-vote-label {
  display: none;
}

.single-haru_series .single-series__like i, .single-haru_series .single-series__dislike i {
  display: none;
}

.single-haru_series .single-series__view .post-views-count .post-views-label {
  display: none;
}

.single-haru_series .single-series__view .post-views-count i {
  display: none;
}

.single-haru_series .single-series__content {
  border-bottom: 1px solid #ededed;
  padding: 25px 0 20px;
}

.single-haru_series .single-series__meta-bottom {
  display: flex;
  border-bottom: 1px solid #ededed;
  padding: 30px 0;
  margin-bottom: 30px;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .single-haru_series .single-series__meta-bottom {
    display: block;
  }
}

.single-haru_series .single-series__layout-toggle {
  font-weight: 700;
  margin-top: -66px;
  margin-bottom: 60px;
  text-align: right;
}

.single-haru_series .single-series__layout-toggle .toggle-layout {
  border: 1px solid #ededed;
  display: inline-block;
  padding: 5px 10px;
}

.single-haru_series .single-series__layout-toggle .toggle-layout.active {
  background-color: #fe2854;
  border: 1px solid #fe2854;
  color: #fff;
}

.single-haru_series .single-series__videos {
  margin: 0 -15px;
}

.single-haru_series .single-series__thumbnail {
  position: relative;
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
}

.single-haru_series .single-series__thumbnail:hover .slick-arrow.slick-prev, .single-haru_series .single-series__thumbnail:hover .slick-arrow.slick-next {
  opacity: 1;
  transition: all .3s;
}

.single-haru_series .single-series__thumbnail .slick-arrow.slick-prev, .single-haru_series .single-series__thumbnail .slick-arrow.slick-next {
  background: rgba(0, 0, 0, 0.3);
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  transform: translateY(-50%);
  transition: all .3s;
}

.single-haru_series .single-series__thumbnail .slick-arrow.slick-prev:before, .single-haru_series .single-series__thumbnail .slick-arrow.slick-next:before {
  color: #fff;
  font-family: 'slick';
  font-size: 14px;
  line-height: 1;
  opacity: 1;
  transition: all .3s;
}

.single-haru_series .single-series__thumbnail .slick-arrow.slick-prev:hover, .single-haru_series .single-series__thumbnail .slick-arrow.slick-next:hover {
  background-color: #fe2854;
}

.single-haru_series .single-series__thumbnail .slick-arrow.slick-prev:hover:before, .single-haru_series .single-series__thumbnail .slick-arrow.slick-next:hover:before {
  background-color: #fff;
  transition: all .3s;
}

.single-haru_series .single-series__thumbnail .slick-arrow.slick-prev {
  left: 15px;
}

.single-haru_series .single-series__thumbnail .slick-arrow.slick-prev:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-left.svg);
  mask-image: url(../images/icon-arrow-left.svg);
  width: 4.69px;
  height: 8px;
  background-color: #fff;
}

.single-haru_series .single-series__thumbnail .slick-arrow.slick-next {
  right: 15px;
}

.single-haru_series .single-series__thumbnail .slick-arrow.slick-next:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-right.svg);
  mask-image: url(../images/icon-arrow-right.svg);
  width: 4.69px;
  height: 8px;
  background-color: #fff;
}

.single-haru_series .single-series__count-video {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  color: #fff;
  padding: 2px 6px;
  font-size: 10px;
  text-transform: capitalize;
  z-index: 99;
}

.single-haru_series .single-series__count-video:before {
  content: '';
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-mask-image: url(../images/icon-videos.svg);
  mask-image: url(../images/icon-videos.svg);
  background-color: #fff;
  width: 12px;
  height: 12px;
  position: relative;
  bottom: -2px;
}

.single-haru_series .video-item {
  padding: 0 15px;
  margin-bottom: 20px;
}

.single-haru_series .post-rating {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .single-haru_series .post-rating {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.single-haru_series .post-rating .rating-label {
  display: none;
}

.single-haru_series .post-rating .post-like,
.single-haru_series .post-rating .post-dislike {
  background-color: #eee;
  display: flex;
  align-items: center;
  height: 32px;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 0 20px;
  line-height: 30px;
  font-weight: 500;
  color: #6d5f6f;
}

.single-haru_series .post-rating .post-like.active,
.single-haru_series .post-rating .post-dislike.active {
  background-color: #fe2854;
  border: 1px solid #fe2854;
  color: #fff;
}

.single-haru_series .post-rating .post-like.active .haru-icon,
.single-haru_series .post-rating .post-dislike.active .haru-icon {
  background-color: #fff;
}

.single-haru_series .post-rating .post-like .haru-icon,
.single-haru_series .post-rating .post-dislike .haru-icon {
  background-color: #6d5f6f;
  margin-right: 5px;
}

.single-haru_series .post-rating .post-like {
  margin-right: 10px;
}

.single-haru_series .single-series-nav {
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ededed;
}

@media screen and (max-width: 767px) {
  .single-haru_series .single-series-nav {
    display: block;
  }
}

.single-haru_series .single-series-nav .series-nav-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.single-haru_series .single-series-nav .single-series-nav-content {
  display: flex;
  align-items: flex-start;
}

.single-haru_series .single-series-nav .series-nav-thumb {
  position: relative;
}

.single-haru_series .single-series-nav .series-nav-thumb img {
  max-width: 110px;
  border-radius: 3px;
}

.single-haru_series .single-series-nav .series-nav-count-video {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 10px;
  font-weight: 500;
  padding: 0 5px;
  z-index: 2;
  border-radius: 3px;
  text-transform: capitalize;
}

.single-haru_series .single-series-nav .series-nav-label {
  color: #ababab;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.single-haru_series .single-series-nav .series-nav-title {
  margin: 8px 0;
  font-weight: 500;
}

.single-haru_series .single-series-nav .series-nav-info {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}

.single-haru_series .single-series-nav .series-nav-info > div {
  margin-right: 15px;
  position: relative;
}

.single-haru_series .single-series-nav .series-nav-info > div:after {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #6d5f6f;
  position: absolute;
  right: -8px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.single-haru_series .single-series-nav .series-nav-info > div:last-child {
  margin-right: 0;
}

.single-haru_series .single-series-nav .series-nav-info > div:last-child:after {
  display: none;
}

.single-haru_series .single-series-nav .single-series-prev {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .single-haru_series .single-series-nav .single-series-prev {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ededed;
  }
}

.single-haru_series .single-series-nav .single-series-prev .series-nav-meta {
  padding-left: 10px;
}

.single-haru_series .single-series-nav .single-series-next {
  width: 50%;
  margin-left: auto;
  text-align: right;
  position: relative;
}

@media screen and (max-width: 767px) {
  .single-haru_series .single-series-nav .single-series-next {
    width: 100%;
  }
}

.single-haru_series .single-series-nav .single-series-next .single-series-nav-content {
  justify-content: flex-end;
}

.single-haru_series .single-series-nav .single-series-next .series-nav-info {
  justify-content: flex-end;
}

.single-haru_series .single-series-nav .single-series-next .series-nav-meta {
  padding-right: 10px;
}

.single-haru_series .single-related-series {
  position: relative;
  overflow: hidden;
}

.single-haru_series .single-related-series .related-title {
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-size: 20px;
  position: relative;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .single-haru_series .single-related-series .related-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .single-haru_series .single-related-series .related-title {
    font-size: 16px;
  }
}

.single-haru_series .single-related-series .related-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ededed;
}

.single-haru_series .single-related-series .related-title:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fe2854;
}

.single-haru_series .single-related-series .related-list {
  margin: 0 -10px;
}

.single-haru_series .single-related-series .series-item {
  padding: 0 10px;
}

.single-haru_series .single-related-series .series-item:focus {
  outline: none;
}

.single-haru_series .single-related-series .haru-slick {
  display: none;
}

.single-haru_series .single-related-series .haru-slick.slick-initialized {
  display: block;
}

.single-haru_series .single-related-series .slick-arrow.slick-prev, .single-haru_series .single-related-series .slick-arrow.slick-next {
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  background-color: transparent;
  top: -58px;
  right: 0;
  z-index: 9;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  transition: all .3s;
}

.single-haru_series .single-related-series .slick-arrow.slick-prev:before, .single-haru_series .single-related-series .slick-arrow.slick-next:before {
  color: #fff;
  font-family: 'slick';
  font-size: 14px;
  line-height: 1;
  opacity: 1;
  transition: all .3s;
}

.single-haru_series .single-related-series .slick-arrow.slick-prev:hover:before, .single-haru_series .single-related-series .slick-arrow.slick-next:hover:before {
  background-color: #fe2854;
  transition: all .3s;
}

.single-haru_series .single-related-series .slick-arrow.slick-prev {
  right: 40px;
}

.single-haru_series .single-related-series .slick-arrow.slick-prev:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-left.svg);
  mask-image: url(../images/icon-arrow-left.svg);
  width: 4.69px;
  height: 8px;
  background-color: #6d5f6f;
}

.single-haru_series .single-related-series .slick-arrow.slick-next {
  right: 10px;
}

.single-haru_series .single-related-series .slick-arrow.slick-next:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-right.svg);
  mask-image: url(../images/icon-arrow-right.svg);
  width: 4.69px;
  height: 8px;
  background-color: #6d5f6f;
}

.single-series-actor {
  padding-top: 20px;
}

.single-series-actor h5 {
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 20px;
  position: relative;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .single-series-actor h5 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .single-series-actor h5 {
    font-size: 16px;
  }
}

.single-series-actor h5:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ededed;
}

.single-series-actor h5:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fe2854;
}

.single-series-actor-list {
  display: flex;
  flex-wrap: wrap;
}

.single-series-actor-item {
  width: 20%;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .single-series-actor-item {
    width: 33.333333%;
  }
}

@media screen and (max-width: 767px) {
  .single-series-actor-item {
    width: 50%;
  }
}

.single-series-actor-item .single-series-actor-item-avatar {
  width: 60px;
  height: 60px;
  background-size: 100% auto;
  background-position: center center;
  border-radius: 50%;
  margin: 0 auto;
}

.single-series-actor-item .single-series-actor-item-meta h6 {
  margin: 15px 0 8px;
  font-weight: 500;
}

.single-series-actor-item .single-series-actor-item-meta a {
  color: #1a051d;
}

.single-series-actor-item .single-series-actor-item-meta a:hover {
  color: #fe2854;
}

.single-series-actor-item .single-series-actor-item-meta .single-series-actor-item-meta-seriess {
  color: #ababab;
}

.single-series-director {
  margin: 20px 0 20px;
}

.single-series-director h5 {
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 20px;
  position: relative;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .single-series-director h5 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .single-series-director h5 {
    font-size: 16px;
  }
}

.single-series-director h5:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ededed;
}

.single-series-director h5:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fe2854;
}

.single-series-director-list {
  display: flex;
  flex-wrap: wrap;
}

.single-series-director-item {
  width: 20%;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .single-series-director-item {
    width: 33.333333%;
  }
}

@media screen and (max-width: 767px) {
  .single-series-director-item {
    width: 50%;
  }
}

.single-series-director-item .single-series-director-item-avatar {
  width: 60px;
  height: 60px;
  background-size: 100% auto;
  background-position: center center;
  border-radius: 50%;
  margin: 0 auto;
}

.single-series-director-item .single-series-director-item-meta h6 {
  margin: 15px 0 8px;
  font-weight: 500;
}

.single-series-director-item .single-series-director-item-meta a {
  color: #1a051d;
}

.single-series-director-item .single-series-director-item-meta a:hover {
  color: #fe2854;
}

.single-series-director-item .single-series-director-item-meta .single-series-director-item-meta-seriess {
  color: #ababab;
}

.haru-archive-channel {
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .haru-archive-channel {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .haru-archive-channel {
    margin-bottom: 40px;
  }
}

.haru-archive-channel .grid-columns {
  margin: 0 -15px;
}

.haru-archive-channel .archive-channel-list .channel-item {
  margin-bottom: 20px;
  padding: 0 15px;
}

.layout-wrap.style-list .channel-item__title {
  padding-top: 0;
  margin-top: 0;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list .channel-item__title {
    font-size: 14px;
  }
}

.layout-wrap.style-list .channel-item__meta {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list .channel-item__meta {
    font-size: 12px;
  }
}

.layout-wrap.style-list .channel-item__desc {
  display: block;
}

.layout-wrap.style-list .channel-item.channel-style-2 .channel-item__content {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 20px;
  text-align: left;
}

.layout-wrap.style-list .channel-item.channel-style-2 .channel-item__meta {
  justify-content: start;
}

.layout-wrap.style-list-2 .channel-item {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list-2 .channel-item {
    margin-bottom: 20px;
  }
}

.layout-wrap.style-list-2 .channel-item__title {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list-2 .channel-item__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list-2 .channel-item__title {
    font-size: 14px;
  }
}

.layout-wrap.style-list-2 .channel-item__meta {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list-2 .channel-item__meta {
    font-size: 12px;
  }
}

.layout-wrap.style-list-2 .channel-item__desc {
  display: block;
}

.channel-item {
  position: relative;
}

.channel-item:hover .channel-item__subscribe {
  opacity: 1;
  visibility: visible;
  top: 50%;
  transition: all .3s;
}

.channel-item:focus {
  outline: none;
}

.channel-item__thumbnail {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.channel-item__thumbnail:hover .channel-item__icon {
  opacity: 1;
  visibility: visible;
}

.channel-item__subscribe {
  position: absolute;
  top: calc(50% + 15px);
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  transition: all .3s;
}

.channel-item .channel-subscribe {
  min-width: 125px;
}

.channel-item__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  display: none;
  transform: translate(-50%, -50%);
  transition: all .5s;
}

.channel-item__icon a {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 0;
  position: relative;
  background-color: #fe2854;
  text-align: center;
  border-radius: 50%;
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  .channel-item__icon a {
    width: 50px;
    height: 50px;
  }
}

.channel-item__icon a:hover {
  transition: all .3s;
}

.channel-item__icon a:hover:before {
  transition: all .3s;
}

.channel-item__icon a:hover:after {
  animation: sonarEffect 1.3s ease-out 75ms;
}

.channel-item__icon a:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 6px;
  background-color: #fff;
  -webkit-mask-image: url(../images/icon-play.svg);
  mask-image: url(../images/icon-play.svg);
  width: 43px;
  height: 48px;
  transform: scale(0.6);
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  .channel-item__icon a:before {
    left: 6px;
    top: 1px;
    transform: scale(0.5);
  }
}

.channel-item__icon a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
}

.channel-item__edit {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
}

.channel-item__edit a {
  color: #fff !important;
  font-size: 10px;
  padding: 0 4px 2px;
  height: 22px;
  width: 24px;
  line-height: 20px;
  z-index: 2;
  font-size: 0;
  display: block;
}

.channel-item__edit a:hover {
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  width: auto;
  transition: all .3s;
}

.channel-item__edit a:hover .haru-icon {
  margin-right: 3px;
}

.channel-item__edit a .haru-icon {
  background-color: #fff;
  position: relative;
  bottom: -2px;
}

.channel-item__delete {
  position: absolute;
  bottom: 36px;
  left: 8px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
}

.channel-item__delete a {
  color: #fff !important;
  font-size: 10px;
  padding: 0 6px;
  height: 22px;
  width: 24px;
  line-height: 20px;
  z-index: 2;
  font-size: 0;
  display: flex;
  align-items: center;
}

.channel-item__delete a:hover {
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  width: auto;
  transition: all .3s;
}

.channel-item__delete a:hover .haru-icon {
  margin-right: 3px;
}

.channel-item__delete a .haru-icon {
  background-color: #fff;
}

.channel-item__title {
  padding-top: 5px;
  margin-bottom: 5px;
  font-weight: 400;
}

.channel-item__title a {
  color: #1a051d;
  line-height: 1.4;
  font-weight: 500;
  transition: all .3s;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.channel-item__title a:hover {
  transition: all .3s;
}

.channel-item__category {
  margin-bottom: 15px;
  display: none;
}

.channel-item__category a {
  background-color: #fe2854;
  display: inline-block;
  color: #fff;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 700;
}

.channel-item__meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 12px;
}

.channel-item__meta > div {
  margin-right: 15px;
  position: relative;
}

.channel-item__meta > div:after {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #6d5f6f;
  position: absolute;
  right: -8px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.channel-item__meta > div:last-child {
  margin-right: 0;
}

.channel-item__meta > div:last-child:after {
  display: none;
}

.channel-item__meta > div > i {
  margin-right: 5px;
  display: none;
}

.channel-item__view i {
  display: none;
}

.channel-item__desc {
  display: none;
}

.channel-item__like, .channel-item__dislike {
  display: none;
}

.channel-item__like i, .channel-item__dislike i {
  display: none;
}

.channel-item__date {
  display: none;
}

.channel-item__view {
  display: none;
}

.channel-item .post-views-count .post-views-label {
  display: none;
}

.channel-item .post-vote-label {
  display: none;
}

.channel-item.channel-style-2 .channel-item__thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  opacity: 1;
  visibility: visible;
  border-radius: 4px;
  transition: all 0.3s;
}

.channel-item.channel-style-2 .channel-item__content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
  padding: 0 30px;
  opacity: 1;
  visibility: visible;
  transition: all .3s;
}

.channel-item.channel-style-2 .channel-item__title a {
  color: #fff;
}

.channel-item.channel-style-2 .channel-item__meta {
  color: #fff;
  margin-bottom: 20px;
}

.channel-item.channel-style-2 .channel-item__meta > div:after {
  background-color: #fff;
}

.channel-item.channel-style-2 .channel-item__author a {
  color: #fff;
}

.channel-item.channel-style-2 .channel-item__desc {
  display: none;
}

.channel-item.channel-style-2:hover .channel-item__subscribe-2 {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition: all .3s;
}

.channel-item.channel-style-2 .channel-item__subscribe-2 {
  position: absolute;
  top: 15px;
  left: 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all .3s;
}

.channel-item.channel-style-3 .channel-item__thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}

.channel-item.channel-style-3 .channel-item__content {
  position: relative;
}

.channel-item.channel-style-3 .channel-item__meta {
  position: absolute;
  bottom: calc(100% + 10px);
  width: 100%;
  color: #fff;
  padding: 0 50px 0 10px;
  z-index: 2;
}

.channel-item.channel-style-3 .channel-item__meta > div:after {
  background-color: #fff;
}

.channel-item.channel-style-3 .channel-item__author a {
  color: #fff;
}

.channel-item.channel-style-4 .channel-item__content {
  text-align: center;
}

.channel-item.channel-style-4 .channel-item__meta {
  justify-content: center;
}

.channel-item.channel-style-5 .channel-item__desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.channel-item.channel-style-7 {
  display: flex;
  width: 100%;
}

.channel-item.channel-style-7 .channel-item__thumbnail {
  width: 56px;
  height: 56px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  flex: 0 0 56px;
}

.channel-item.channel-style-7 .channel-item__thumbnail img {
  position: absolute;
  max-width: none;
  height: 100%;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}

.channel-item.channel-style-7 .channel-item__title {
  margin-top: 0;
  padding-right: 90px;
}

.channel-item.channel-style-7 .channel-item__content {
  padding: 0 12px;
}

.channel-item.channel-style-7 .channel-item__subscribe-2 {
  position: absolute;
  top: 0;
  right: 0;
}

.channel-item.channel-style-7 .channel-subscribe {
  padding: 0 10px;
  min-width: auto;
}

.channel-item.channel-style-8 {
  text-align: center;
}

.channel-item.channel-style-8 .channel-item__thumbnail {
  border-radius: 50%;
  max-width: 100px;
  height: 100px;
  margin: 0 auto;
}

.channel-item.channel-style-8 .channel-item__thumbnail img {
  position: absolute;
  height: 100%;
  max-width: none;
  height: 100%;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}

.channel-item.channel-style-8 .channel-item__content {
  text-align: center;
}

.channel-item.channel-style-8 .channel-item__meta {
  justify-content: center;
}

.channel-item.channel-style-8 .channel-item__subscribe-2 {
  padding-top: 3px;
}

.haru-single-channel {
  margin-bottom: 80px;
}

.single-haru_channel .single-channel__thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.single-haru_channel .single-channel__meta-info {
  display: flex;
  margin-top: 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .single-haru_channel .single-channel__meta-info {
    display: block;
  }
}

.single-haru_channel .single-channel__meta-info-left {
  display: flex;
  align-items: center;
}

.single-haru_channel .single-channel__author-avatar {
  width: 90px;
  height: 90px;
  flex: 90px 0 0;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .single-haru_channel .single-channel__author-avatar {
    width: 60px;
    height: 60px;
    flex: 60px 0 0;
  }
}

.single-haru_channel .single-channel__author-avatar a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.single-haru_channel .single-channel__info {
  padding-left: 15px;
}

.single-haru_channel .single-channel__social {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.single-haru_channel .single-channel__social li {
  display: inline-block;
  margin: 0 2px;
}

.single-haru_channel .single-channel__social li:first-child {
  margin-left: 0;
}

.single-haru_channel .single-channel__social li:last-child {
  margin-right: 0;
}

.single-haru_channel .single-channel__social a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  display: block;
  color: #fff;
  text-align: center;
  transition: all .3s;
}

.single-haru_channel .single-channel__social a:hover {
  background-color: #fe2854;
  color: #fff;
  transition: all .3s;
}

.single-haru_channel .single-channel__social-facebook {
  background-color: #3b5998;
}

.single-haru_channel .single-channel__social-youtube {
  background-color: #c4302b;
}

.single-haru_channel .single-channel__social-twitter {
  background-color: #00acee;
}

.single-haru_channel .single-channel__social-instagram {
  background-color: #3f729b;
}

.single-haru_channel .single-channel__title {
  font-size: 20px;
  font-weight: 500;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .single-haru_channel .single-channel__title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.single-haru_channel .single-channel__meta {
  display: flex;
  flex-wrap: wrap;
}

.single-haru_channel .single-channel__meta > div {
  margin-right: 15px;
  position: relative;
}

.single-haru_channel .single-channel__meta > div:last-child {
  margin-right: 0;
}

.single-haru_channel .single-channel__meta > div:last-child:after {
  display: none;
}

.single-haru_channel .single-channel__meta > div:after {
  content: '';
  width: 3px;
  height: 3px;
  background-color: rgba(109, 95, 111, 0.8);
  position: absolute;
  right: -8px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.single-haru_channel .single-channel__videos-count {
  color: #1a051d;
  font-weight: 500;
}

.single-haru_channel .single-channel__videos-count span {
  color: #6d5f6f;
  text-transform: capitalize;
  font-weight: 400;
}

.single-haru_channel .single-channel__count-subscribed .count-subscribed {
  color: #1a051d;
  font-weight: 500;
}

.single-haru_channel .single-channel__add-friend {
  position: absolute;
  right: 135px;
  top: 0;
}

.single-haru_channel .single-channel__add-friend a.friendship-button {
  background-color: #fe2854;
  display: inline-block;
  height: 28px;
  border: 1px solid #fe2854;
  border-radius: 4px;
  padding: 0 20px;
  font-size: 12px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  transition: all .3s;
}

.single-haru_channel .single-channel__add-friend a.friendship-button:hover {
  background-color: transparent;
  border: 1px solid #fe2854;
  color: #fe2854;
  transition: all .3s;
}

.single-haru_channel .single-channel__subscribe {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .single-haru_channel .single-channel__subscribe {
    margin-top: 10px;
  }
}

.single-haru_channel .single-channel__meta-top {
  display: flex;
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .single-haru_channel .single-channel__meta-top {
    display: block;
  }
}

.single-haru_channel .single-channel__meta-top > div {
  margin-right: 15px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .single-haru_channel .single-channel__meta-top > div {
    display: inline-block;
  }
}

.single-haru_channel .single-channel__meta-top > div:after {
  content: '';
  width: 3px;
  height: 3px;
  background-color: rgba(109, 95, 111, 0.8);
  position: absolute;
  right: -8px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.single-haru_channel .single-channel__meta-top > div:last-child {
  margin-right: 0;
}

.single-haru_channel .single-channel__meta-top > div:last-child:after {
  display: none;
}

.single-haru_channel .single-channel__meta-top > div > i {
  margin-right: 5px;
  display: none;
}

.single-haru_channel .single-channel__author i {
  display: none;
}

.single-haru_channel .single-channel__like .post-vote-label, .single-haru_channel .single-channel__dislike .post-vote-label {
  display: none;
}

.single-haru_channel .single-channel__like i, .single-haru_channel .single-channel__dislike i {
  display: none;
}

.single-haru_channel .single-channel__view .post-views-count .post-views-label {
  display: none;
}

.single-haru_channel .single-channel__view .post-views-count i {
  display: none;
}

.single-haru_channel .single-channel__meta-bottom {
  display: flex;
  border-bottom: 1px solid #ededed;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .single-haru_channel .single-channel__meta-bottom {
    display: block;
  }
}

.single-haru_channel .single-channel__content {
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.single-haru_channel .single-channel__tabs {
  margin-top: 30px;
  border-bottom: 1px solid #ededed;
  position: relative;
  display: inline-block;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .single-haru_channel .single-channel__tabs {
    display: block;
  }
}

.single-haru_channel .single-channel__tabs.about, .single-haru_channel .single-channel__tabs.discussion {
  display: block;
}

.single-haru_channel .single-channel__tabs:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 60px;
  background-color: #fe2854;
  left: 0;
  bottom: -1px;
}

.single-haru_channel .single-channel__tab {
  display: inline-block;
  position: relative;
  padding: 5px 0;
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .single-haru_channel .single-channel__tab {
    margin: 0 5px;
  }
}

.single-haru_channel .single-channel__tab:first-child {
  margin-left: 0;
}

.single-haru_channel .single-channel__tab:last-child {
  margin-right: 0;
}

.single-haru_channel .single-channel__tab.active a {
  color: #1a051d;
}

.single-haru_channel .single-channel__tab-title {
  margin-top: 0;
}

.single-haru_channel .single-channel__tab-link {
  color: #ababab;
  display: block;
  font-size: 18px;
}

@media screen and (max-width: 1199px) {
  .single-haru_channel .single-channel__tab-link {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .single-haru_channel .single-channel__tab-link {
    font-size: 14px;
  }
}

.single-haru_channel .single-channel__tab-content .haru-archive-top {
  margin-top: -43px;
}

@media screen and (max-width: 767px) {
  .single-haru_channel .single-channel__tab-content .haru-archive-top {
    margin-top: 0;
  }
}

.single-haru_channel .single-channel__videos, .single-haru_channel .single-channel__playlists, .single-haru_channel .single-channel__seriess {
  margin: 0 -15px;
}

.single-haru_channel .single-content .video-item,
.single-haru_channel .single-content .playlist-item,
.single-haru_channel .single-content .series-item {
  padding: 0 15px;
  margin-bottom: 20px;
}

.single-haru_channel .post-rating {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .single-haru_channel .post-rating {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.single-haru_channel .post-rating .rating-label {
  display: none;
}

.single-haru_channel .post-rating .post-like,
.single-haru_channel .post-rating .post-dislike {
  background-color: #eee;
  display: flex;
  align-items: center;
  height: 32px;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 0 20px;
  line-height: 30px;
  font-weight: 500;
  color: #6d5f6f;
}

.single-haru_channel .post-rating .post-like.active,
.single-haru_channel .post-rating .post-dislike.active {
  background-color: #fe2854;
  border: 1px solid #fe2854;
  color: #fff;
}

.single-haru_channel .post-rating .post-like.active .haru-icon,
.single-haru_channel .post-rating .post-dislike.active .haru-icon {
  background-color: #fff;
}

.single-haru_channel .post-rating .post-like .haru-icon,
.single-haru_channel .post-rating .post-dislike .haru-icon {
  background-color: #6d5f6f;
  margin-right: 5px;
}

.single-haru_channel .post-rating .post-like {
  margin-right: 10px;
}

.single-haru_channel .single-channel-nav {
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ededed;
}

@media screen and (max-width: 767px) {
  .single-haru_channel .single-channel-nav {
    display: block;
  }
}

.single-haru_channel .single-channel-nav .channel-nav-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.single-haru_channel .single-channel-nav .single-channel-nav-content {
  display: flex;
  align-items: flex-start;
}

.single-haru_channel .single-channel-nav .channel-nav-thumb {
  position: relative;
}

.single-haru_channel .single-channel-nav .channel-nav-thumb img {
  max-width: 110px;
  border-radius: 3px;
}

.single-haru_channel .single-channel-nav .channel-nav-count-video {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 10px;
  font-weight: 500;
  padding: 0 5px;
  z-index: 2;
  border-radius: 3px;
  text-transform: uppercase;
}

.single-haru_channel .single-channel-nav .channel-nav-label {
  color: #ababab;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.single-haru_channel .single-channel-nav .channel-nav-title {
  margin: 8px 0;
  font-size: 14px;
  font-weight: 500;
}

.single-haru_channel .single-channel-nav .channel-nav-info {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}

.single-haru_channel .single-channel-nav .channel-nav-info > div {
  margin-right: 15px;
  position: relative;
}

.single-haru_channel .single-channel-nav .channel-nav-info > div:after {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #6d5f6f;
  position: absolute;
  right: -8px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.single-haru_channel .single-channel-nav .channel-nav-info > div:last-child {
  margin-right: 0;
}

.single-haru_channel .single-channel-nav .channel-nav-info > div:last-child:after {
  display: none;
}

.single-haru_channel .single-channel-nav .single-channel-prev {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .single-haru_channel .single-channel-nav .single-channel-prev {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ededed;
  }
}

.single-haru_channel .single-channel-nav .single-channel-prev .channel-nav-meta {
  padding-left: 10px;
}

.single-haru_channel .single-channel-nav .single-channel-next {
  width: 50%;
  margin-left: auto;
  text-align: right;
  position: relative;
}

@media screen and (max-width: 767px) {
  .single-haru_channel .single-channel-nav .single-channel-next {
    width: 100%;
  }
}

.single-haru_channel .single-channel-nav .single-channel-next .single-channel-nav-content {
  justify-content: flex-end;
}

.single-haru_channel .single-channel-nav .single-channel-next .channel-nav-info {
  justify-content: flex-end;
}

.single-haru_channel .single-channel-nav .single-channel-next .channel-nav-meta {
  padding-right: 10px;
}

.single-haru_channel .single-related-channel {
  position: relative;
  overflow: hidden;
}

.single-haru_channel .single-related-channel .related-title {
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-size: 20px;
  position: relative;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .single-haru_channel .single-related-channel .related-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .single-haru_channel .single-related-channel .related-title {
    font-size: 16px;
  }
}

.single-haru_channel .single-related-channel .related-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ededed;
}

.single-haru_channel .single-related-channel .related-title:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fe2854;
}

.single-haru_channel .single-related-channel .related-list {
  margin: 0 -10px;
}

.single-haru_channel .single-related-channel .channel-item {
  padding: 0 10px;
}

.single-haru_channel .single-related-channel .channel-item:focus {
  outline: none;
}

.single-haru_channel .single-related-channel .haru-slick {
  display: none;
}

.single-haru_channel .single-related-channel .haru-slick.slick-initialized {
  display: block;
}

.single-haru_channel .single-related-channel .slick-arrow.slick-prev, .single-haru_channel .single-related-channel .slick-arrow.slick-next {
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  background-color: transparent;
  top: -58px;
  right: 0;
  z-index: 9;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  transition: all .3s;
}

.single-haru_channel .single-related-channel .slick-arrow.slick-prev:before, .single-haru_channel .single-related-channel .slick-arrow.slick-next:before {
  color: #fff;
  font-family: 'slick';
  font-size: 14px;
  line-height: 1;
  opacity: 1;
  transition: all .3s;
}

.single-haru_channel .single-related-channel .slick-arrow.slick-prev:hover:before, .single-haru_channel .single-related-channel .slick-arrow.slick-next:hover:before {
  background-color: #fe2854;
  transition: all .3s;
}

.single-haru_channel .single-related-channel .slick-arrow.slick-prev {
  right: 40px;
}

.single-haru_channel .single-related-channel .slick-arrow.slick-prev:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-left.svg);
  mask-image: url(../images/icon-arrow-left.svg);
  width: 4.69px;
  height: 8px;
  background-color: #6d5f6f;
}

.single-haru_channel .single-related-channel .slick-arrow.slick-next {
  right: 10px;
}

.single-haru_channel .single-related-channel .slick-arrow.slick-next:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-right.svg);
  mask-image: url(../images/icon-arrow-right.svg);
  width: 4.69px;
  height: 8px;
  background-color: #6d5f6f;
}

.channel-thumbnail {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.channel-thumbnail:hover img:not(:first-child) {
  animation-play-state: running !important;
}

.channel-thumbnail img:not(:first-child) {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.channel-subscribe {
  white-space: nowrap;
}

.channel-subscribe:hover, .channel-subscribe:focus {
  color: #fff;
}

.channel-subscribe:hover .haru-icon, .channel-subscribe:focus .haru-icon {
  background-color: #fe2854;
}

.channel-subscribe .haru-icon {
  background-color: #fff;
  position: relative;
  bottom: -3px;
  transform: scale(0.8);
}

.channel-subscribe .status-subscribed {
  display: none;
}

.channel-subscribe .text-subscribe {
  padding-left: 3px;
}

.channel-subscribe .count-subscribed {
  display: none;
}

.channel-subscribe.subscribed .status-subscribe {
  display: none;
}

.channel-subscribe.subscribed .status-subscribed {
  display: inline-block;
}

.haru-archive-actor {
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .haru-archive-actor {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .haru-archive-actor {
    margin-bottom: 40px;
  }
}

.haru-archive-actor .grid-columns {
  margin: 0 -15px;
}

.haru-archive-actor .archive-actor-list .actor-item {
  margin-bottom: 20px;
  padding: 0 15px;
}

.layout-wrap.style-list .actor-item__title {
  padding-top: 0;
  margin-top: 0;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list .actor-item__title {
    font-size: 14px;
  }
}

.layout-wrap.style-list .actor-item__meta {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list .actor-item__meta {
    font-size: 12px;
  }
}

.layout-wrap.style-list .actor-item__desc {
  display: block;
}

.layout-wrap.style-list-2 .actor-item {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list-2 .actor-item {
    margin-bottom: 20px;
  }
}

.layout-wrap.style-list-2 .actor-item__title {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list-2 .actor-item__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list-2 .actor-item__title {
    font-size: 14px;
  }
}

.layout-wrap.style-list-2 .actor-item__meta {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list-2 .actor-item__meta {
    font-size: 12px;
  }
}

.layout-wrap.style-list-2 .actor-item__desc {
  display: block;
}

.actor-item__thumbnail {
  position: relative;
  overflow: hidden;
}

.actor-item__thumbnail img {
  border-radius: 4px;
}

.actor-item__count-video {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  color: #fff;
  padding: 2px 6px;
  font-size: 10px;
  text-transform: capitalize;
  z-index: 99;
}

.actor-item__count-video:before {
  content: '';
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-mask-image: url(../images/icon-videos.svg);
  mask-image: url(../images/icon-videos.svg);
  background-color: #fff;
  width: 12px;
  height: 12px;
  position: relative;
  bottom: -2px;
}

.actor-item__title {
  padding-top: 5px;
  margin-bottom: 5px;
}

.actor-item__title a {
  color: #1a051d;
  font-weight: 500;
  line-height: 1.4;
  font-weight: 500;
  transition: all .3s;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.actor-item__title a:hover {
  transition: all .3s;
}

.actor-item__category {
  margin-bottom: 15px;
  display: none;
}

.actor-item__category a {
  background-color: #fe2854;
  display: inline-block;
  color: #fff;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 700;
}

.actor-item__meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 12px;
}

.actor-item__meta > div {
  margin-right: 15px;
  position: relative;
}

.actor-item__meta > div:after {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #6d5f6f;
  position: absolute;
  right: -8px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.actor-item__meta > div:last-child {
  margin-right: 0;
}

.actor-item__meta > div:last-child:after {
  display: none;
}

.actor-item__meta > div > i {
  margin-right: 5px;
  display: none;
}

.actor-item__view i {
  display: none;
}

.actor-item__desc {
  display: none;
}

.actor-item__like, .actor-item__dislike {
  display: none;
}

.actor-item__like i, .actor-item__dislike i {
  display: none;
}

.actor-item__edit {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
}

.actor-item__edit a {
  color: #fff !important;
  font-size: 10px;
  padding: 0 4px 2px;
  height: 22px;
  width: 24px;
  line-height: 20px;
  z-index: 2;
  font-size: 0;
  display: block;
}

.actor-item__edit a:hover {
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  width: auto;
  transition: all .3s;
}

.actor-item__edit a:hover .haru-icon {
  margin-right: 3px;
}

.actor-item__edit a .haru-icon {
  background-color: #fff;
  position: relative;
  bottom: -2px;
}

.actor-item .post-views-count .post-views-label {
  display: none;
}

.actor-item .post-vote-label {
  display: none;
}

.haru-single-actor {
  margin-bottom: 80px;
}

.single-haru_actor .single-actor__top {
  display: flex;
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .single-haru_actor .single-actor__top {
    display: block;
  }
}

.single-haru_actor .single-actor__thumbnail {
  min-width: 260px;
}

@media screen and (max-width: 767px) {
  .single-haru_actor .single-actor__thumbnail {
    width: 100%;
    min-width: auto;
  }
}

.single-haru_actor .single-actor__info {
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .single-haru_actor .single-actor__info {
    padding-left: 0;
  }
}

.single-haru_actor .single-actor__author {
  display: none;
}

.single-haru_actor .single-actor__title {
  font-size: 20px;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .single-haru_actor .single-actor__title {
    font-size: 18px;
    margin-top: 10px;
  }
}

.single-haru_actor .single-actor__meta-top {
  display: flex;
  border-bottom: 1px solid #ededed;
  padding: 5px 0 25px;
  font-size: 13px;
}

.single-haru_actor .single-actor__meta-top > div {
  margin-right: 15px;
  position: relative;
}

.single-haru_actor .single-actor__meta-top > div:after {
  content: '';
  width: 3px;
  height: 3px;
  background-color: rgba(109, 95, 111, 0.8);
  position: absolute;
  right: -8px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.single-haru_actor .single-actor__meta-top > div:last-child {
  margin-right: 0;
}

.single-haru_actor .single-actor__meta-top > div:last-child:after {
  display: none;
}

.single-haru_actor .single-actor__meta-top > div > i {
  margin-right: 5px;
  display: none;
}

.single-haru_actor .single-actor__author i {
  display: none;
}

.single-haru_actor .single-actor__like .post-vote-label, .single-haru_actor .single-actor__dislike .post-vote-label {
  display: none;
}

.single-haru_actor .single-actor__like i, .single-haru_actor .single-actor__dislike i {
  display: none;
}

.single-haru_actor .single-actor__view .post-views-count .post-views-label {
  display: none;
}

.single-haru_actor .single-actor__view .post-views-count i {
  display: none;
}

.single-haru_actor .single-actor__content {
  padding: 25px 0 20px;
}

.single-haru_actor .single-actor__filmography {
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.single-haru_actor .single-actor__filmography ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.single-haru_actor .single-actor__filmography ul li {
  padding: 10px 15px;
  color: #ababab;
  font-size: 15px;
}

.single-haru_actor .single-actor__filmography ul li:nth-child(2n+1) {
  background-color: #f7f8f9;
}

.single-haru_actor .single-actor__filmography .filmography-year {
  min-width: 100px;
  color: #6d5f6f;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .single-haru_actor .single-actor__filmography .filmography-year {
    min-width: 50px;
  }
}

.single-haru_actor .single-actor__filmography .filmography-movie {
  color: #1a051d;
  font-weight: 500;
}

.single-haru_actor .single-actor__filmography .filmography-text {
  margin: 0 3px;
}

.single-haru_actor .single-actor__filmography .filmography-character {
  color: #6d5f6f;
}

.single-haru_actor .single-actor__filmography-title {
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-size: 20px;
  position: relative;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .single-haru_actor .single-actor__filmography-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .single-haru_actor .single-actor__filmography-title {
    font-size: 16px;
  }
}

.single-haru_actor .single-actor__filmography-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ededed;
}

.single-haru_actor .single-actor__filmography-title:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fe2854;
}

.single-haru_actor .single-actor__meta-bottom {
  display: flex;
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  padding: 30px 0;
  margin-bottom: 30px;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .single-haru_actor .single-actor__meta-bottom {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .single-haru_actor .single-actor__playall {
    margin-left: auto;
  }
}

.single-haru_actor .single-actor__layout-toggle {
  font-weight: 700;
  margin-top: -66px;
  margin-bottom: 60px;
  text-align: right;
}

.single-haru_actor .single-actor__layout-toggle .toggle-layout {
  border: 1px solid #ededed;
  display: inline-block;
  padding: 5px 10px;
}

.single-haru_actor .single-actor__layout-toggle .toggle-layout.active {
  background-color: #fe2854;
  border: 1px solid #fe2854;
  color: #fff;
}

.single-haru_actor .single-actor__videos {
  margin: 0 -15px;
}

.single-haru_actor .single-actor__thumbnail {
  position: relative;
  padding-bottom: 10px;
}

.single-haru_actor .single-actor__thumbnail img {
  border-radius: 4px;
}

.single-haru_actor .single-actor__thumbnail:hover .slick-arrow.slick-prev, .single-haru_actor .single-actor__thumbnail:hover .slick-arrow.slick-next {
  opacity: 1;
  transition: all .3s;
}

.single-haru_actor .single-actor__count-video {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  color: #fff;
  padding: 2px 6px;
  font-size: 10px;
  text-transform: capitalize;
  z-index: 99;
}

.single-haru_actor .single-actor__count-video:before {
  content: '';
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-mask-image: url(../images/icon-videos.svg);
  mask-image: url(../images/icon-videos.svg);
  background-color: #fff;
  width: 12px;
  height: 12px;
  position: relative;
  bottom: -2px;
}

.single-haru_actor .video-item {
  padding: 0 15px;
  margin-bottom: 20px;
}

.single-haru_actor .post-rating {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .single-haru_actor .post-rating {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.single-haru_actor .post-rating .rating-label {
  display: none;
}

.single-haru_actor .post-rating .post-like,
.single-haru_actor .post-rating .post-dislike {
  background-color: #eee;
  display: flex;
  align-items: center;
  height: 32px;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 0 20px;
  line-height: 30px;
  font-weight: 500;
  color: #6d5f6f;
}

.single-haru_actor .post-rating .post-like.active,
.single-haru_actor .post-rating .post-dislike.active {
  background-color: #fe2854;
  border: 1px solid #fe2854;
  color: #fff;
}

.single-haru_actor .post-rating .post-like.active .haru-icon,
.single-haru_actor .post-rating .post-dislike.active .haru-icon {
  background-color: #fff;
}

.single-haru_actor .post-rating .post-like .haru-icon,
.single-haru_actor .post-rating .post-dislike .haru-icon {
  background-color: #6d5f6f;
  margin-right: 5px;
}

.single-haru_actor .post-rating .post-like {
  margin-right: 10px;
}

.single-haru_actor .single-actor-nav {
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ededed;
}

@media screen and (max-width: 767px) {
  .single-haru_actor .single-actor-nav {
    display: block;
  }
}

.single-haru_actor .single-actor-nav .actor-nav-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.single-haru_actor .single-actor-nav .single-actor-nav-content {
  display: flex;
  align-items: flex-start;
}

.single-haru_actor .single-actor-nav .actor-nav-thumb {
  position: relative;
}

.single-haru_actor .single-actor-nav .actor-nav-thumb img {
  max-width: 110px;
  border-radius: 4px;
}

.single-haru_actor .single-actor-nav .actor-nav-count-video {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 10px;
  font-weight: 500;
  padding: 0 5px;
  z-index: 2;
  border-radius: 3px;
  text-transform: capitalize;
}

.single-haru_actor .single-actor-nav .actor-nav-label {
  color: #ababab;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.single-haru_actor .single-actor-nav .actor-nav-title {
  margin: 8px 0;
  font-weight: 500;
}

.single-haru_actor .single-actor-nav .actor-nav-info {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}

.single-haru_actor .single-actor-nav .actor-nav-info > div {
  margin-right: 15px;
  position: relative;
}

.single-haru_actor .single-actor-nav .actor-nav-info > div:after {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #6d5f6f;
  position: absolute;
  right: -8px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.single-haru_actor .single-actor-nav .actor-nav-info > div:last-child {
  margin-right: 0;
}

.single-haru_actor .single-actor-nav .actor-nav-info > div:last-child:after {
  display: none;
}

.single-haru_actor .single-actor-nav .single-actor-prev {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .single-haru_actor .single-actor-nav .single-actor-prev {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ededed;
  }
}

.single-haru_actor .single-actor-nav .single-actor-prev .actor-nav-meta {
  padding-left: 10px;
}

.single-haru_actor .single-actor-nav .single-actor-next {
  width: 50%;
  margin-left: auto;
  text-align: right;
  position: relative;
}

@media screen and (max-width: 767px) {
  .single-haru_actor .single-actor-nav .single-actor-next {
    width: 100%;
  }
}

.single-haru_actor .single-actor-nav .single-actor-next .single-actor-nav-content {
  justify-content: flex-end;
}

.single-haru_actor .single-actor-nav .single-actor-next .actor-nav-info {
  justify-content: flex-end;
}

.single-haru_actor .single-actor-nav .single-actor-next .actor-nav-meta {
  padding-right: 10px;
}

.single-haru_actor .single-related-actor {
  position: relative;
  overflow: hidden;
}

.single-haru_actor .single-related-actor .related-title {
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-size: 20px;
  position: relative;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .single-haru_actor .single-related-actor .related-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .single-haru_actor .single-related-actor .related-title {
    font-size: 16px;
  }
}

.single-haru_actor .single-related-actor .related-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ededed;
}

.single-haru_actor .single-related-actor .related-title:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fe2854;
}

.single-haru_actor .single-related-actor .related-list {
  margin: 0 -10px;
}

.single-haru_actor .single-related-actor .actor-item {
  padding: 0 10px;
}

.single-haru_actor .single-related-actor .actor-item:focus {
  outline: none;
}

.single-haru_actor .single-related-actor .haru-slick {
  display: none;
}

.single-haru_actor .single-related-actor .haru-slick.slick-initialized {
  display: block;
}

.single-haru_actor .single-related-actor .slick-arrow.slick-prev, .single-haru_actor .single-related-actor .slick-arrow.slick-next {
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  background-color: transparent;
  top: -58px;
  right: 0;
  z-index: 9;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  transition: all .3s;
}

.single-haru_actor .single-related-actor .slick-arrow.slick-prev:before, .single-haru_actor .single-related-actor .slick-arrow.slick-next:before {
  color: #fff;
  font-family: 'slick';
  font-size: 14px;
  line-height: 1;
  opacity: 1;
  transition: all .3s;
}

.single-haru_actor .single-related-actor .slick-arrow.slick-prev:hover:before, .single-haru_actor .single-related-actor .slick-arrow.slick-next:hover:before {
  background-color: #fe2854;
  transition: all .3s;
}

.single-haru_actor .single-related-actor .slick-arrow.slick-prev {
  right: 40px;
}

.single-haru_actor .single-related-actor .slick-arrow.slick-prev:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-left.svg);
  mask-image: url(../images/icon-arrow-left.svg);
  width: 4.69px;
  height: 8px;
  background-color: #6d5f6f;
}

.single-haru_actor .single-related-actor .slick-arrow.slick-next {
  right: 10px;
}

.single-haru_actor .single-related-actor .slick-arrow.slick-next:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-right.svg);
  mask-image: url(../images/icon-arrow-right.svg);
  width: 4.69px;
  height: 8px;
  background-color: #6d5f6f;
}

.haru-archive-director {
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .haru-archive-director {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .haru-archive-director {
    margin-bottom: 40px;
  }
}

.haru-archive-director .grid-columns {
  margin: 0 -15px;
}

.haru-archive-director .archive-director-list .director-item {
  margin-bottom: 20px;
  padding: 0 15px;
}

.layout-wrap.style-list .director-item__title {
  padding-top: 0;
  margin-top: 0;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list .director-item__title {
    font-size: 14px;
  }
}

.layout-wrap.style-list .director-item__meta {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list .director-item__meta {
    font-size: 12px;
  }
}

.layout-wrap.style-list .director-item__desc {
  display: block;
}

.layout-wrap.style-list-2 .director-item {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list-2 .director-item {
    margin-bottom: 20px;
  }
}

.layout-wrap.style-list-2 .director-item__title {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list-2 .director-item__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list-2 .director-item__title {
    font-size: 14px;
  }
}

.layout-wrap.style-list-2 .director-item__meta {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list-2 .director-item__meta {
    font-size: 12px;
  }
}

.layout-wrap.style-list-2 .director-item__desc {
  display: block;
}

.director-item__thumbnail {
  position: relative;
  overflow: hidden;
}

.director-item__thumbnail img {
  border-radius: 4px;
}

.director-item__count-video {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  color: #fff;
  padding: 2px 6px;
  font-size: 10px;
  text-transform: capitalize;
  z-index: 99;
}

.director-item__count-video:before {
  content: '';
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-mask-image: url(../images/icon-videos.svg);
  mask-image: url(../images/icon-videos.svg);
  background-color: #fff;
  width: 12px;
  height: 12px;
  position: relative;
  bottom: -2px;
}

.director-item__title {
  padding-top: 5px;
  margin-bottom: 5px;
}

.director-item__title a {
  color: #1a051d;
  font-weight: 500;
  line-height: 1.4;
  font-weight: 500;
  transition: all .3s;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.director-item__title a:hover {
  transition: all .3s;
}

.director-item__category {
  margin-bottom: 15px;
  display: none;
}

.director-item__category a {
  background-color: #fe2854;
  display: inline-block;
  color: #fff;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 700;
}

.director-item__meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 12px;
}

.director-item__meta > div {
  margin-right: 15px;
  position: relative;
}

.director-item__meta > div:after {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #6d5f6f;
  position: absolute;
  right: -8px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.director-item__meta > div:last-child {
  margin-right: 0;
}

.director-item__meta > div:last-child:after {
  display: none;
}

.director-item__meta > div > i {
  margin-right: 5px;
  display: none;
}

.director-item__view i {
  display: none;
}

.director-item__desc {
  display: none;
}

.director-item__like, .director-item__dislike {
  display: none;
}

.director-item__like i, .director-item__dislike i {
  display: none;
}

.director-item__edit {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
}

.director-item__edit a {
  color: #fff !important;
  font-size: 10px;
  padding: 0 4px 2px;
  height: 22px;
  width: 24px;
  line-height: 20px;
  z-index: 2;
  font-size: 0;
  display: block;
}

.director-item__edit a:hover {
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  width: auto;
  transition: all .3s;
}

.director-item__edit a:hover .haru-icon {
  margin-right: 3px;
}

.director-item__edit a .haru-icon {
  background-color: #fff;
  position: relative;
  bottom: -2px;
}

.director-item .post-views-count .post-views-label {
  display: none;
}

.director-item .post-vote-label {
  display: none;
}

.haru-single-director {
  margin-bottom: 80px;
}

.single-haru_director .single-director__top {
  display: flex;
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .single-haru_director .single-director__top {
    display: block;
  }
}

.single-haru_director .single-director__thumbnail {
  min-width: 260px;
}

@media screen and (max-width: 767px) {
  .single-haru_director .single-director__thumbnail {
    width: 100%;
    min-width: auto;
  }
}

.single-haru_director .single-director__info {
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .single-haru_director .single-director__info {
    padding-left: 0;
  }
}

.single-haru_director .single-director__author {
  display: none;
}

.single-haru_director .single-director__title {
  font-size: 20px;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .single-haru_director .single-director__title {
    font-size: 18px;
    margin-top: 10px;
  }
}

.single-haru_director .single-director__meta-top {
  display: flex;
  border-bottom: 1px solid #ededed;
  padding: 5px 0 25px;
  font-size: 13px;
}

.single-haru_director .single-director__meta-top > div {
  margin-right: 15px;
  position: relative;
}

.single-haru_director .single-director__meta-top > div:after {
  content: '';
  width: 3px;
  height: 3px;
  background-color: rgba(109, 95, 111, 0.8);
  position: absolute;
  right: -8px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.single-haru_director .single-director__meta-top > div:last-child {
  margin-right: 0;
}

.single-haru_director .single-director__meta-top > div:last-child:after {
  display: none;
}

.single-haru_director .single-director__meta-top > div > i {
  margin-right: 5px;
  display: none;
}

.single-haru_director .single-director__author i {
  display: none;
}

.single-haru_director .single-director__like .post-vote-label, .single-haru_director .single-director__dislike .post-vote-label {
  display: none;
}

.single-haru_director .single-director__like i, .single-haru_director .single-director__dislike i {
  display: none;
}

.single-haru_director .single-director__view .post-views-count .post-views-label {
  display: none;
}

.single-haru_director .single-director__view .post-views-count i {
  display: none;
}

.single-haru_director .single-director__content {
  padding: 25px 0 20px;
}

.single-haru_director .single-director__filmography {
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.single-haru_director .single-director__filmography ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.single-haru_director .single-director__filmography ul li {
  padding: 10px 15px;
  color: #ababab;
  font-size: 15px;
}

.single-haru_director .single-director__filmography ul li:nth-child(2n+1) {
  background-color: #f7f8f9;
}

.single-haru_director .single-director__filmography .filmography-year {
  min-width: 100px;
  color: #6d5f6f;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .single-haru_director .single-director__filmography .filmography-year {
    min-width: 50px;
  }
}

.single-haru_director .single-director__filmography .filmography-movie {
  color: #1a051d;
  font-weight: 500;
}

.single-haru_director .single-director__filmography .filmography-text {
  margin: 0 3px;
}

.single-haru_director .single-director__filmography .filmography-character {
  color: #6d5f6f;
}

.single-haru_director .single-director__filmography-title {
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-size: 20px;
  position: relative;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .single-haru_director .single-director__filmography-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .single-haru_director .single-director__filmography-title {
    font-size: 16px;
  }
}

.single-haru_director .single-director__filmography-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ededed;
}

.single-haru_director .single-director__filmography-title:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fe2854;
}

.single-haru_director .single-director__meta-bottom {
  display: flex;
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  padding: 30px 0;
  margin-bottom: 30px;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .single-haru_director .single-director__meta-bottom {
    display: block;
  }
}

.single-haru_director .single-director__layout-toggle {
  font-weight: 700;
  margin-top: -66px;
  margin-bottom: 60px;
  text-align: right;
}

.single-haru_director .single-director__layout-toggle .toggle-layout {
  border: 1px solid #ededed;
  display: inline-block;
  padding: 5px 10px;
}

.single-haru_director .single-director__layout-toggle .toggle-layout.active {
  background-color: #fe2854;
  border: 1px solid #fe2854;
  color: #fff;
}

.single-haru_director .single-director__videos {
  margin: 0 -15px;
}

.single-haru_director .single-director__thumbnail {
  position: relative;
  padding-bottom: 15px;
}

.single-haru_director .single-director__thumbnail img {
  border-radius: 4px;
}

.single-haru_director .single-director__thumbnail:hover .slick-arrow.slick-prev, .single-haru_director .single-director__thumbnail:hover .slick-arrow.slick-next {
  opacity: 1;
  transition: all .3s;
}

.single-haru_director .single-director__count-video {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  color: #fff;
  padding: 2px 6px;
  font-size: 10px;
  text-transform: capitalize;
  z-index: 99;
}

.single-haru_director .single-director__count-video:before {
  content: '';
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-mask-image: url(../images/icon-videos.svg);
  mask-image: url(../images/icon-videos.svg);
  background-color: #fff;
  width: 12px;
  height: 12px;
  position: relative;
  bottom: -2px;
}

.single-haru_director .video-item {
  padding: 0 15px;
  margin-bottom: 20px;
}

.single-haru_director .post-rating {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .single-haru_director .post-rating {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.single-haru_director .post-rating .rating-label {
  display: none;
}

.single-haru_director .post-rating .post-like,
.single-haru_director .post-rating .post-dislike {
  background-color: #eee;
  display: flex;
  align-items: center;
  height: 32px;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 0 20px;
  line-height: 30px;
  font-weight: 500;
  color: #6d5f6f;
}

.single-haru_director .post-rating .post-like.active,
.single-haru_director .post-rating .post-dislike.active {
  background-color: #fe2854;
  border: 1px solid #fe2854;
  color: #fff;
}

.single-haru_director .post-rating .post-like.active .haru-icon,
.single-haru_director .post-rating .post-dislike.active .haru-icon {
  background-color: #fff;
}

.single-haru_director .post-rating .post-like .haru-icon,
.single-haru_director .post-rating .post-dislike .haru-icon {
  background-color: #6d5f6f;
  margin-right: 5px;
}

.single-haru_director .post-rating .post-like {
  margin-right: 10px;
}

.single-haru_director .single-director-nav {
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ededed;
}

@media screen and (max-width: 767px) {
  .single-haru_director .single-director-nav {
    display: block;
  }
}

.single-haru_director .single-director-nav .director-nav-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.single-haru_director .single-director-nav .single-director-nav-content {
  display: flex;
  align-items: flex-start;
}

.single-haru_director .single-director-nav .director-nav-thumb {
  position: relative;
}

.single-haru_director .single-director-nav .director-nav-thumb img {
  max-width: 110px;
  border-radius: 4px;
}

.single-haru_director .single-director-nav .director-nav-count-video {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 10px;
  font-weight: 500;
  padding: 0 5px;
  z-index: 2;
  border-radius: 3px;
  text-transform: capitalize;
}

.single-haru_director .single-director-nav .director-nav-label {
  color: #ababab;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.single-haru_director .single-director-nav .director-nav-title {
  margin: 8px 0;
  font-weight: 500;
}

.single-haru_director .single-director-nav .director-nav-info {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}

.single-haru_director .single-director-nav .director-nav-info > div {
  margin-right: 15px;
  position: relative;
}

.single-haru_director .single-director-nav .director-nav-info > div:after {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #6d5f6f;
  position: absolute;
  right: -8px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.single-haru_director .single-director-nav .director-nav-info > div:last-child {
  margin-right: 0;
}

.single-haru_director .single-director-nav .director-nav-info > div:last-child:after {
  display: none;
}

.single-haru_director .single-director-nav .single-director-prev {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .single-haru_director .single-director-nav .single-director-prev {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ededed;
  }
}

.single-haru_director .single-director-nav .single-director-prev .director-nav-meta {
  padding-left: 10px;
}

.single-haru_director .single-director-nav .single-director-next {
  width: 50%;
  margin-left: auto;
  text-align: right;
  position: relative;
}

@media screen and (max-width: 767px) {
  .single-haru_director .single-director-nav .single-director-next {
    width: 100%;
  }
}

.single-haru_director .single-director-nav .single-director-next .single-director-nav-content {
  justify-content: flex-end;
}

.single-haru_director .single-director-nav .single-director-next .director-nav-info {
  justify-content: flex-end;
}

.single-haru_director .single-director-nav .single-director-next .director-nav-meta {
  padding-right: 10px;
}

.single-haru_director .single-related-director {
  position: relative;
  overflow: hidden;
}

.single-haru_director .single-related-director .related-title {
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-size: 20px;
  position: relative;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .single-haru_director .single-related-director .related-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .single-haru_director .single-related-director .related-title {
    font-size: 16px;
  }
}

.single-haru_director .single-related-director .related-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ededed;
}

.single-haru_director .single-related-director .related-title:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fe2854;
}

.single-haru_director .single-related-director .related-list {
  margin: 0 -10px;
}

.single-haru_director .single-related-director .director-item {
  padding: 0 10px;
}

.single-haru_director .single-related-director .director-item:focus {
  outline: none;
}

.single-haru_director .single-related-director .haru-slick {
  display: none;
}

.single-haru_director .single-related-director .haru-slick.slick-initialized {
  display: block;
}

.single-haru_director .single-related-director .slick-arrow.slick-prev, .single-haru_director .single-related-director .slick-arrow.slick-next {
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: -58px;
  right: 0;
  z-index: 9;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  transition: all .3s;
}

.single-haru_director .single-related-director .slick-arrow.slick-prev:before, .single-haru_director .single-related-director .slick-arrow.slick-next:before {
  color: #fff;
  font-family: 'slick';
  font-size: 14px;
  line-height: 1;
  opacity: 1;
  transition: all .3s;
}

.single-haru_director .single-related-director .slick-arrow.slick-prev:hover:before, .single-haru_director .single-related-director .slick-arrow.slick-next:hover:before {
  background-color: #fe2854;
  transition: all .3s;
}

.single-haru_director .single-related-director .slick-arrow.slick-prev {
  right: 40px;
}

.single-haru_director .single-related-director .slick-arrow.slick-prev:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-left.svg);
  mask-image: url(../images/icon-arrow-left.svg);
  width: 4.69px;
  height: 8px;
  background-color: #6d5f6f;
}

.single-haru_director .single-related-director .slick-arrow.slick-next {
  right: 10px;
}

.single-haru_director .single-related-director .slick-arrow.slick-next:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-right.svg);
  mask-image: url(../images/icon-arrow-right.svg);
  width: 4.69px;
  height: 8px;
  background-color: #6d5f6f;
}

.haru-archive-watch-later .grid-columns {
  margin: 0 -15px;
}

.haru-archive-watch-later .archive-video-list .video-item {
  margin-bottom: 20px;
  padding: 0 15px;
}

.watch-later-element {
  display: inline-block;
  position: relative;
}

.watch-later-element:hover .haru-watch-later-list {
  top: 100%;
  opacity: 1;
  visibility: visible;
  transition: all .3s;
}

.watch-later-element .watch-later-icon {
  display: block;
  position: relative;
  text-align: center;
  border-radius: 50%;
  margin-top: 4px;
}

.watch-later-element .watch-later-icon:hover .haru-icon {
  background-color: #fe2854;
}

.watch-later-element .haru-icon {
  margin: 0 -2px;
  transform: scale(0.8);
}

.watch-later-element .watch-later-status {
  position: absolute;
  top: 2px;
  right: 1px;
  border-radius: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: transparent;
}

.watch-later-element .watch-later-status.has-videos {
  background-color: red;
  border: 1px solid #fff;
}

.haru-watch-later-list {
  list-style: none;
  width: 350px;
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 4px;
  margin: 0;
  padding: 10px;
  position: absolute;
  top: calc(100% + 20px);
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  .haru-watch-later-list {
    width: 280px;
  }
}

.haru-watch-later-videos.empty-video {
  display: none;
}

.haru-watch-later-videos.empty-video ~ .haru-watch-later-empty-video {
  display: block;
}

.haru-watch-later-videos.empty-video ~ .haru-watch-later-view-all {
  display: none;
}

.video-watch-later-item {
  display: flex;
  margin-bottom: 15px;
}

.video-watch-later-item:last-child {
  margin-bottom: 0;
}

.video-watch-later-item .video-content {
  display: flex;
}

.video-watch-later-item .video-thumb {
  flex: 0 0 90px;
  border-radius: 3px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .video-watch-later-item .video-thumb {
    flex: 0 0 80px;
  }
}

.video-watch-later-item .video-title {
  padding-left: 10px;
  margin: 0;
  line-height: 1.4;
  font-weight: 500;
  font-size: 12px;
}

.video-watch-later-item .video-title a {
  color: #1a051d;
  transition: all .3s;
}

.video-watch-later-item .video-title a:hover {
  color: #fe2854;
  transition: all .3s;
}

.video-watch-later-delete {
  margin-left: auto;
  flex: 0 0 25px;
  text-align: center;
}

.video-watch-later-delete:hover {
  cursor: pointer;
}

.video-watch-later-delete:hover .haru-icon {
  background-color: #fe2854;
}

.video-watch-later-delete .haru-icon {
  background-color: #6d5f6f;
  transform: scale(0.8);
}

.haru-watch-later-empty-video {
  display: none;
  padding: 10px;
  text-align: center;
}

.haru-watch-later-empty-video .haru-icon {
  background-color: #6d5f6f;
  transform: scale(1.2);
}

.haru-watch-later-view-all {
  margin: 30px 0 10px;
  text-align: center;
}

.haru-single-shortcode {
  margin-bottom: 80px;
}

.single-shortcode-content {
  display: flex;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .single-shortcode-content {
    display: block;
  }
}

.haru-shortcode-core {
  width: 50%;
  min-width: 250px;
  min-height: 100px;
  padding: 10px;
  border: 1px solid #ededed;
  border-radius: 4px;
}

.haru-shortcode-core:focus {
  outline: none;
  border: 1px solid #fe2854;
}

@media screen and (max-width: 767px) {
  .haru-shortcode-core {
    width: 100%;
  }
}

.haru-shortcode-copy {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .haru-shortcode-copy {
    margin-left: 0;
    margin-top: 15px;
  }
}

img {
  max-width: 100%;
}

.haru-container {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .haru-container {
    max-width: 970px;
  }
}

@media screen and (max-width: 767px) {
  .haru-container {
    max-width: 750px;
  }
}

.haru-container:before {
  display: table;
  content: '';
}

.haru-container:after {
  display: table;
  content: '';
  clear: both;
}

.grid-columns {
  flex-wrap: wrap;
  display: flex;
}

.grid-columns__five .grid-item, .grid-columns__5 .grid-item {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 1199px) {
  .grid-columns__five .grid-item, .grid-columns__5 .grid-item {
    width: 25%;
  }
}

@media screen and (max-width: 991px) {
  .grid-columns__five .grid-item, .grid-columns__5 .grid-item {
    width: 33.333333%;
  }
  @-moz-document url-prefix() {
    .grid-columns__five .grid-item, .grid-columns__5 .grid-item {
      width: calc(33.333333% - .1px);
    }
  }
}

@media screen and (max-width: 767px) {
  .grid-columns__five .grid-item, .grid-columns__5 .grid-item {
    width: 100%;
  }
}

.grid-columns__four .grid-item, .grid-columns__4 .grid-item {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 991px) {
  .grid-columns__four .grid-item, .grid-columns__4 .grid-item {
    width: 33.333333%;
  }
  @-moz-document url-prefix() {
    .grid-columns__four .grid-item, .grid-columns__4 .grid-item {
      width: calc(33.333333% - .1px);
    }
  }
}

@media screen and (max-width: 767px) {
  .grid-columns__four .grid-item, .grid-columns__4 .grid-item {
    width: 100%;
  }
}

.grid-columns__three .grid-item, .grid-columns__3 .grid-item {
  width: 33.333333%;
  display: inline-block;
  vertical-align: top;
}

@-moz-document url-prefix() {
  .grid-columns__three .grid-item, .grid-columns__3 .grid-item {
    width: calc(33.333333% - .1px);
  }
}

@media screen and (max-width: 767px) {
  .grid-columns__three .grid-item, .grid-columns__3 .grid-item {
    width: 100%;
  }
}

.grid-columns__two .grid-item, .grid-columns__2 .grid-item {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .grid-columns__two .grid-item, .grid-columns__2 .grid-item {
    width: 100%;
  }
}

.isotope-loaded {
  display: block;
  overflow: hidden;
}

.haru-slick {
  display: none;
}

.haru-slick.slick-initialized {
  display: block;
}

.post-social-share {
  margin-left: auto;
}

.post-social-share .social-share {
  margin: 0;
  padding: 0;
  list-style: none;
}

.post-social-share .social-share__label {
  color: #1a051d;
  font-weight: 500;
  margin-right: 5px;
}

.post-social-share .social-share__facebook a {
  background-color: #3b5998;
}

.post-social-share .social-share__twitter a {
  background-color: #00acee;
}

.post-social-share .social-share__google a {
  background-color: #dd4b39;
}

.post-social-share .social-share__linkedin a {
  background-color: #0e76a8;
}

.post-social-share .social-share__tumblr a {
  background-color: #34526f;
}

.post-social-share .social-share__pinterest a {
  background-color: #c8232c;
}

.post-social-share .social-share__vk a {
  background-color: #4c75a3;
}

.post-social-share .social-share__whatsapp a {
  background-color: #34b7f1;
}

.post-social-share .social-share__telegram a {
  background-color: #0088cc;
}

.post-social-share li {
  display: inline-block;
  margin: 0 1px;
}

.post-social-share li:first-child {
  margin-left: 0;
}

.post-social-share li:last-child {
  margin-right: 0;
}

.post-social-share a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  display: block;
  color: #fff;
  text-align: center;
  transition: all .3s;
}

.post-social-share a:hover {
  background-color: #fe2854;
  color: #fff;
  transition: all .3s;
}

.haru-archive-video:not(.haru-container),
.haru-archive-playlist:not(.haru-container),
.haru-archive-series:not(.haru-container),
.haru-archive-channel:not(.haru-container),
.haru-single-video:not(.haru-container),
.haru-single-playlist:not(.haru-container),
.haru-single-series:not(.haru-container),
.haru-single-channel:not(.haru-container),
.haru-single-actor:not(.haru-container),
.haru-single-director:not(.haru-container) {
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .haru-archive-video:not(.haru-container),
  .haru-archive-playlist:not(.haru-container),
  .haru-archive-series:not(.haru-container),
  .haru-archive-channel:not(.haru-container),
  .haru-single-video:not(.haru-container),
  .haru-single-playlist:not(.haru-container),
  .haru-single-series:not(.haru-container),
  .haru-single-channel:not(.haru-container),
  .haru-single-actor:not(.haru-container),
  .haru-single-director:not(.haru-container) {
    padding: 0 15px;
  }
}

.archive-sidebar.left-sidebar,
.single-sidebar.left-sidebar {
  width: 25%;
  float: left;
  padding-right: 30px;
}

@media screen and (max-width: 991px) {
  .archive-sidebar.left-sidebar,
  .single-sidebar.left-sidebar {
    width: 100%;
    float: none;
    padding-right: 0;
  }
}

.archive-sidebar.right-sidebar,
.single-sidebar.right-sidebar {
  width: 25%;
  float: right;
  padding-left: 30px;
}

@media screen and (max-width: 991px) {
  .archive-sidebar.right-sidebar,
  .single-sidebar.right-sidebar {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}

.archive-content,
.single-content {
  margin-bottom: 60px;
}

.archive-content.has-left-sidebar,
.single-content.has-left-sidebar {
  width: 75%;
  float: right;
  padding-left: 0;
}

@media screen and (max-width: 991px) {
  .archive-content.has-left-sidebar,
  .single-content.has-left-sidebar {
    width: 100%;
    float: none;
  }
}

.archive-content.has-right-sidebar,
.single-content.has-right-sidebar {
  width: 75%;
  float: left;
  padding-right: 0;
}

@media screen and (max-width: 991px) {
  .archive-content.has-right-sidebar,
  .single-content.has-right-sidebar {
    width: 100%;
    float: none;
  }
}

.archive-content.has-left-sidebar.has-right-sidebar,
.single-content.has-left-sidebar.has-right-sidebar {
  width: 50%;
  display: inline-block;
  float: none !important;
}

@media screen and (max-width: 991px) {
  .archive-content.has-left-sidebar.has-right-sidebar,
  .single-content.has-left-sidebar.has-right-sidebar {
    width: 100%;
  }
}

.archive-video__title,
.archive-playlist__title,
.archive-series__title,
.archive-channel__title,
.archive-actor__title,
.archive-director__title {
  color: #1a051d;
  font-size: 20px;
  margin: 0;
}

@media screen and (max-width: 1199px) {
  .archive-video__title,
  .archive-playlist__title,
  .archive-series__title,
  .archive-channel__title,
  .archive-actor__title,
  .archive-director__title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .archive-video__title,
  .archive-playlist__title,
  .archive-series__title,
  .archive-channel__title,
  .archive-actor__title,
  .archive-director__title {
    font-size: 16px;
  }
}

.haru-archive-top {
  border-bottom: 1px solid #ededed;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}

.haru-archive-top:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 60px;
  background-color: #fe2854;
  left: 0;
  bottom: -1px;
}

@media screen and (max-width: 767px) {
  .haru-archive-top {
    display: block;
  }
}

.haru-archive-top-left {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .haru-archive-top-left {
    margin-bottom: 15px;
  }
}

.haru-archive-top-right {
  display: flex;
  margin-left: auto;
}

.archive-single__title {
  font-size: 20px;
  margin: 0;
  color: #1a051d;
}

@media screen and (max-width: 1199px) {
  .archive-single__title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .archive-single__title {
    font-size: 16px;
  }
}

.haru-archive-layout-toggle {
  font-weight: 700;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .haru-archive-layout-toggle {
    flex: 120px 0 0;
  }
}

.haru-archive-layout-toggle .toggle-layout {
  background-color: #fff;
  border: 1px solid #ededed;
  display: inline-block;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  text-align: center;
  margin-left: 3px;
}

.haru-archive-layout-toggle .toggle-layout:first-child {
  margin-left: 0;
}

.haru-archive-layout-toggle .toggle-layout.active {
  background-color: #fe2854;
  border: 1px solid #fe2854;
}

.haru-archive-layout-toggle .toggle-layout.active .haru-icon {
  background-color: #fff;
}

.haru-archive-layout-toggle .toggle-layout[data-layout="grid"], .haru-archive-layout-toggle .toggle-layout[data-layout="list"], .haru-archive-layout-toggle .toggle-layout[data-layout="list-2"] {
  font-size: 0;
  line-height: 44px;
}

.haru-archive-layout-toggle .toggle-layout[data-layout="list"] .haru-icon {
  position: relative;
  top: -1px;
}

.haru-archive-layout-toggle .toggle-layout[data-layout="list-2"] .haru-icon {
  position: relative;
  top: -1px;
}

.haru-archive-layout-toggle .toggle-layout .haru-icon {
  background-color: #ababab;
}

.haru-archive-order {
  position: relative;
  display: block;
  min-width: 150px;
}

@media screen and (max-width: 767px) {
  .haru-archive-order {
    margin-left: auto;
  }
}

.haru-archive-order:hover {
  cursor: pointer;
}

.haru-archive-order .order-item-current {
  border: 1px solid #ededed;
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
  position: relative;
  border-radius: 4px;
  text-transform: capitalize;
}

.haru-archive-order .order-item-current.active {
  border: 1px solid #fe2854;
}

.haru-archive-order .order-item-current.active:before {
  transform: rotate(180deg);
  top: calc(50% - 3px);
}

.haru-archive-order .order-item-current:before {
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-order.svg);
  mask-image: url(../images/icon-arrow-order.svg);
  width: 10px;
  height: 6px;
  background-color: #ababab;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.haru-archive-order .order-items {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  top: calc(100% + 3px);
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid #ededed;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  border-radius: 4px;
  overflow: hidden;
}

.haru-archive-order .order-items.active {
  opacity: 1;
  visibility: visible;
}

.haru-archive-order .order-item.selected {
  background-color: #fe2854;
}

.haru-archive-order .order-item.selected a {
  color: #fff;
}

.haru-archive-order .order-item a {
  display: block;
  padding: 2px 15px;
}

.archive-pagination {
  margin-top: 30px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .archive-pagination {
    margin-top: 15px;
  }
}

.archive-pagination .page-numbers {
  padding: 0 5px;
}

.archive-pagination .page-numbers.current {
  color: #fe2854;
}

.single-pagination {
  margin-top: 30px;
  text-align: center;
}

.layout-wrap.style-list .video-item {
  display: flex;
  width: 100%;
  align-items: start;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list .video-item {
    display: block;
  }
}

.layout-wrap.style-list .video-item__thumbnail {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list .video-item__thumbnail {
    width: 100%;
  }
}

.layout-wrap.style-list .video-item__content {
  width: 50%;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list .video-item__content {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}

.layout-wrap.style-list .playlist-item {
  display: flex;
  width: 100%;
  align-items: start;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list .playlist-item {
    display: block;
  }
}

.layout-wrap.style-list .playlist-item__thumbnail {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list .playlist-item__thumbnail {
    width: 100%;
  }
}

.layout-wrap.style-list .playlist-item__content {
  width: 50%;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list .playlist-item__content {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}

.layout-wrap.style-list .series-item {
  display: flex;
  width: 100%;
  align-items: start;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list .series-item {
    display: block;
  }
}

.layout-wrap.style-list .series-item__thumbnail {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list .series-item__thumbnail {
    width: 100%;
  }
}

.layout-wrap.style-list .series-item__content {
  width: 50%;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list .series-item__content {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}

.layout-wrap.style-list .channel-item {
  display: flex;
  width: 100%;
  align-items: start;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list .channel-item {
    display: block;
  }
}

.layout-wrap.style-list .channel-item__thumbnail {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list .channel-item__thumbnail {
    width: 100%;
  }
}

.layout-wrap.style-list .channel-item__content {
  width: 50%;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list .channel-item__content {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}

.layout-wrap.style-list .actor-item {
  display: flex;
  width: 100%;
  align-items: start;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list .actor-item {
    display: block;
  }
}

.layout-wrap.style-list .actor-item__thumbnail {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list .actor-item__thumbnail {
    width: 100%;
  }
}

.layout-wrap.style-list .actor-item__content {
  width: 50%;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list .actor-item__content {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}

.layout-wrap.style-list .director-item {
  display: flex;
  width: 100%;
  align-items: start;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list .director-item {
    display: block;
  }
}

.layout-wrap.style-list .director-item__thumbnail {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list .director-item__thumbnail {
    width: 100%;
  }
}

.layout-wrap.style-list .director-item__content {
  width: 50%;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list .director-item__content {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}

.layout-wrap.style-list-2 .video-item {
  width: 100%;
}

.layout-wrap.style-list-2 .playlist-item {
  width: 100%;
}

.layout-wrap.style-list-2 .series-item {
  width: 100%;
}

.layout-wrap.style-list-2 .channel-item {
  width: 100%;
}

.layout-wrap.style-list-2 .actor-item {
  width: 100%;
}

.layout-wrap.style-list-2 .director-item {
  width: 100%;
}

.archive-pagination .pagination .page-numbers {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: #f7f8f9;
  margin: 0 5px;
  border-radius: 4px;
  font-weight: 500;
}

.archive-pagination .pagination .page-numbers:first-child {
  margin-left: 0;
}

.archive-pagination .pagination .page-numbers:last-child {
  margin-right: 0;
}

.archive-pagination .pagination .page-numbers.current {
  background-color: #fe2854;
}

.archive-pagination .pagination .page-numbers.prev, .archive-pagination .pagination .page-numbers.next {
  width: auto;
  padding: 0 10px;
}

.haru-button {
  background-color: #fe2854;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  border-radius: 4px;
}

.haru-button:hover {
  color: #fff;
}

.hide-control {
  display: none;
}

.haru-archive-breadcrumbs,
.haru-single-breadcrumbs {
  background-color: #f5f5f5;
  padding: 15px 0;
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .haru-archive-breadcrumbs,
  .haru-single-breadcrumbs {
    margin-bottom: 60px;
  }
}

.haru-archive-breadcrumbs .full-width,
.haru-single-breadcrumbs .full-width {
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .haru-archive-breadcrumbs .full-width,
  .haru-single-breadcrumbs .full-width {
    padding: 0 15px;
  }
}

.haru-breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.haru-breadcrumb > li {
  display: inline-block;
}

.haru-breadcrumb .delimiter {
  padding: 0 3px;
}

.haru-breadcrumb .current {
  color: #fe2854;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.haru-clear:before, .haru-clear:after {
  display: table;
  content: '';
}

.haru-clear:after {
  clear: both;
}

.video-ajax-content,
.channel-ajax-content,
.series-ajax-content,
.playlist-ajax-content {
  position: relative;
  min-height: 200px;
}

@media screen and (max-width: 1199px) {
  .video-ajax-content,
  .channel-ajax-content,
  .series-ajax-content,
  .playlist-ajax-content {
    min-height: 175px;
  }
}

@media screen and (max-width: 991px) {
  .video-ajax-content,
  .channel-ajax-content,
  .series-ajax-content,
  .playlist-ajax-content {
    min-height: 130px;
  }
}

.video-ajax-content:before,
.channel-ajax-content:before,
.series-ajax-content:before,
.playlist-ajax-content:before {
  content: '';
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}

.video-ajax-content.loading:before,
.video-ajax-content.loading .ajax-loading-icon,
.channel-ajax-content.loading:before,
.channel-ajax-content.loading .ajax-loading-icon,
.series-ajax-content.loading:before,
.series-ajax-content.loading .ajax-loading-icon,
.playlist-ajax-content.loading:before,
.playlist-ajax-content.loading .ajax-loading-icon {
  opacity: 1;
  visibility: visible;
}

.ajax-loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}

.loading-bar {
  margin: 60px auto;
  font-size: 4px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid rgba(254, 40, 84, 0.1);
  border-right: 5px solid rgba(254, 40, 84, 0.1);
  border-bottom: 5px solid rgba(254, 40, 84, 0.1);
  border-left: 5px solid #fe2854;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loading-bar:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.button-border {
  display: inline-block;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 25px;
  line-height: 38px;
  font-weight: 500;
  color: #fe2854;
  transition: all .3s;
}

.button-border:hover {
  background-color: #fe2854;
  border: 1px solid #fe2854;
  color: #fff;
  transition: all .3s;
}

.button-border--medium {
  height: 32px;
  line-height: 30px;
  padding: 0 20px;
  font-size: 12px;
}

.button-border--small {
  height: 28px;
  line-height: 26px;
  padding: 0 20px;
  font-size: 12px;
}

.button-border--tiny {
  height: 24px;
  line-height: 22px;
  padding: 0 15px;
  font-size: 10px;
}

.button-background {
  background-color: #fe2854;
  display: inline-block;
  height: 40px;
  border: 1px solid #fe2854;
  border-radius: 4px;
  padding: 0 25px;
  line-height: 38px;
  font-weight: 500;
  color: #fff;
  transition: all .3s;
}

.button-background:hover {
  background-color: transparent;
  border: 1px solid #fe2854;
  color: #fe2854;
  transition: all .3s;
}

.button-background--medium {
  height: 32px;
  line-height: 30px;
  padding: 0 20px;
  font-size: 12px;
}

.button-background--small {
  height: 28px;
  line-height: 26px;
  padding: 0 20px;
  font-size: 12px;
}

.button-background--tiny {
  height: 24px;
  line-height: 22px;
  padding: 0 15px;
  font-size: 10px;
}

.haru-notice {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  display: block;
  line-height: 1.8;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .xs-mt-15 {
    margin-top: 15px;
  }
}

aside {
  margin-bottom: 30px;
}

.widget-title {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 0px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-weight: 500;
  border-bottom: 1px solid #ededed;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .widget-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .widget-title {
    font-size: 16px;
  }
}

.widget-title:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 60px;
  background-color: #fe2854;
  left: 0;
  bottom: -1px;
}

.video-search-popup .search-form,
.video-search-shortcode .search-form,
.widget-video-search .search-form {
  position: relative;
  background-color: transparent;
  border: 1px solid #ededed;
  border-radius: 4px;
}

.video-search-popup .search-form label,
.video-search-shortcode .search-form label,
.widget-video-search .search-form label {
  display: block;
  margin-bottom: 0;
}

.video-search-popup .search-form label input[type="search"],
.video-search-shortcode .search-form label input[type="search"],
.widget-video-search .search-form label input[type="search"] {
  width: calc(100% - 60px);
  height: 40px;
  background-color: transparent;
  border: none;
  outline: none;
  padding-left: 15px;
  padding-right: 5px;
  font-weight: 400;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.video-search-popup .search-form label input[type="search"]::-moz-placeholder,
.video-search-shortcode .search-form label input[type="search"]::-moz-placeholder,
.widget-video-search .search-form label input[type="search"]::-moz-placeholder {
  color: #ababab;
  opacity: 1;
}

.video-search-popup .search-form label input[type="search"]:-ms-input-placeholder,
.video-search-shortcode .search-form label input[type="search"]:-ms-input-placeholder,
.widget-video-search .search-form label input[type="search"]:-ms-input-placeholder {
  color: #ababab;
}

.video-search-popup .search-form label input[type="search"]::-webkit-input-placeholder,
.video-search-shortcode .search-form label input[type="search"]::-webkit-input-placeholder,
.widget-video-search .search-form label input[type="search"]::-webkit-input-placeholder {
  color: #ababab;
}

.video-search-popup .search-form .search-submit,
.video-search-shortcode .search-form .search-submit,
.widget-video-search .search-form .search-submit {
  color: #ababab;
  width: 50px;
  padding: 0;
  position: absolute;
  font-size: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  border: none;
  background: none;
  outline: none;
}

.video-search-popup .search-form .search-submit:hover:before,
.video-search-shortcode .search-form .search-submit:hover:before,
.widget-video-search .search-form .search-submit:hover:before {
  background-color: #fe2854;
}

.video-search-popup .search-form .search-submit:before,
.video-search-shortcode .search-form .search-submit:before,
.widget-video-search .search-form .search-submit:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-mask-image: url(../images/icon-search.svg);
  mask-image: url(../images/icon-search.svg);
  width: 14px;
  height: 14px;
  background-color: #ababab;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.widget-video-categories {
  padding: 20px;
  border: 1px solid #ededed;
  border-radius: 4px;
}

.widget-video-categories > ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.widget-video-categories > ul > li {
  border-bottom: 1px solid #ededed;
}

.widget-video-categories > ul > li:last-child {
  border-bottom: none;
}

.widget-video-categories > ul li {
  padding: 10px 0;
  position: relative;
}

.widget-video-categories > ul li.current-cat > a {
  color: #fe2854;
  left: 15px;
}

.widget-video-categories > ul li.current-cat > a:before {
  opacity: 1;
  transition: all .3s;
}

.widget-video-categories > ul li.current-cat > .count {
  color: #fe2854;
}

.widget-video-categories > ul li:first-child {
  padding-top: 0;
}

.widget-video-categories > ul li:last-child {
  padding-bottom: 0;
}

.widget-video-categories > ul li a {
  position: relative;
  left: 0;
  transition: all .3s;
}

.widget-video-categories > ul li a:hover {
  color: #fe2854;
  left: 15px;
  transition: all .3s;
}

.widget-video-categories > ul li a:hover:before {
  opacity: 1;
  transition: all .3s;
}

.widget-video-categories > ul li a:before {
  position: absolute;
  content: "";
  opacity: 0;
  top: 45%;
  left: -15px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fe2854;
  transition: all .3s;
  transform: translateY(-50%);
}

.widget-video-categories > ul li .list-count,
.widget-video-categories > ul li .archive-count {
  float: right;
}

.widget-video-categories > ul li .children {
  padding-left: 15px;
  list-style: none;
  list-style-type: none;
}

.widget-video-categories > ul li .children li {
  padding-top: 15px;
}

.widget-video-categories > ul li span {
  font-size: 14px;
}

.widget-video-tags .tagcloud a {
  background-color: #f8f8f8;
  border-radius: 4px;
  color: #6d5f6f;
  display: inline-block;
  margin: 6px 4px 0 0;
  padding: 4px 12px;
  font-size: 14px !important;
  text-transform: capitalize;
  transition: all .3s;
}

.widget-video-tags .tagcloud a:hover {
  background-color: #fe2854;
  color: #fff;
  transition: all .3s;
}

.widget-video-top .videos-list,
.widget-video-videos .videos-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget-video-top .videos-list.style-1 .video-item,
.widget-video-videos .videos-list.style-1 .video-item {
  border-bottom: 1px solid #333;
}

.widget-video-top .videos-list.style-1 .video-item:last-child,
.widget-video-videos .videos-list.style-1 .video-item:last-child {
  border: none;
}

.widget-video-top .videos-list.style-1 .video-item__content h6 a,
.widget-video-videos .videos-list.style-1 .video-item__content h6 a {
  color: #fff;
}

.widget-video-top .videos-list.style-1 .video-item__content h6 a:hover,
.widget-video-videos .videos-list.style-1 .video-item__content h6 a:hover {
  color: #fe2854;
}

.widget-video-top .videos-list.style-1 .video-item__meta,
.widget-video-videos .videos-list.style-1 .video-item__meta {
  color: #ababab;
}

.widget-video-top .videos-list.style-1 .video-item__meta a,
.widget-video-videos .videos-list.style-1 .video-item__meta a {
  color: #ababab;
}

.widget-video-top .videos-list.style-1 .video-item__meta a:hover,
.widget-video-videos .videos-list.style-1 .video-item__meta a:hover {
  color: #fe2854;
}

.widget-video-top .videos-list.style-1 .video-item__meta > div:after,
.widget-video-videos .videos-list.style-1 .video-item__meta > div:after {
  background-color: #ababab;
}

.widget-video-top .video-item,
.widget-video-videos .video-item {
  display: flex;
  align-items: start;
  margin-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
}

.widget-video-top .video-item:last-child,
.widget-video-videos .video-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.widget-video-top .video-item__thumbnail,
.widget-video-videos .video-item__thumbnail {
  width: 30%;
}

.widget-video-top .video-item__duration,
.widget-video-videos .video-item__duration {
  font-size: 10px;
  right: 5px;
  bottom: 5px;
}

.widget-video-top .video-item__labels,
.widget-video-videos .video-item__labels {
  display: none;
}

.widget-video-top .video-item__date,
.widget-video-videos .video-item__date {
  display: none;
}

.widget-video-top .video-item__content,
.widget-video-videos .video-item__content {
  width: 70%;
  padding-left: 10px;
}

.widget-video-top .video-item__content h6,
.widget-video-videos .video-item__content h6 {
  margin-top: 0;
  padding-top: 0;
}

.widget-video-top .video-item__meta,
.widget-video-videos .video-item__meta {
  margin-bottom: 0;
}

.widget-playlist-top .playlists-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget-playlist-top .playlists-list.style-1 .playlist-item {
  border-bottom: 1px solid #333;
}

.widget-playlist-top .playlists-list.style-1 .playlist-item:last-child {
  border: none;
}

.widget-playlist-top .playlists-list.style-1 .playlist-item__content h6 a {
  color: #fff;
}

.widget-playlist-top .playlists-list.style-1 .playlist-item__content h6 a:hover {
  color: #fe2854;
}

.widget-playlist-top .playlists-list.style-1 .playlist-item__meta {
  color: #ababab;
}

.widget-playlist-top .playlists-list.style-1 .playlist-item__meta a {
  color: #ababab;
}

.widget-playlist-top .playlists-list.style-1 .playlist-item__meta a:hover {
  color: #fe2854;
}

.widget-playlist-top .playlists-list.style-1 .playlist-item__meta > div:after {
  background-color: #ababab;
}

.widget-playlist-top .playlist-item {
  display: flex;
  align-items: start;
  margin-bottom: 16px;
}

.widget-playlist-top .playlist-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.widget-playlist-top .playlist-item__thumbnail {
  width: 30%;
}

.widget-playlist-top .playlist-item__date {
  display: none;
}

.widget-playlist-top .playlist-item__content {
  width: 70%;
  padding-left: 10px;
}

.widget-playlist-top .playlist-item__content h6 {
  margin-top: 0;
  padding-top: 0;
}

.widget-series-top .seriess-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget-series-top .seriess-list.style-1 .series-item {
  border-bottom: 1px solid #333;
}

.widget-series-top .seriess-list.style-1 .series-item:last-child {
  border: none;
}

.widget-series-top .seriess-list.style-1 .series-item__content h6 a {
  color: #fff;
}

.widget-series-top .seriess-list.style-1 .series-item__content h6 a:hover {
  color: #fe2854;
}

.widget-series-top .seriess-list.style-1 .series-item__meta {
  color: #ababab;
}

.widget-series-top .seriess-list.style-1 .series-item__meta a {
  color: #ababab;
}

.widget-series-top .seriess-list.style-1 .series-item__meta a:hover {
  color: #fe2854;
}

.widget-series-top .seriess-list.style-1 .series-item__meta > div:after {
  background-color: #ababab;
}

.widget-series-top .series-item {
  display: flex;
  align-items: start;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
}

.widget-series-top .series-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.widget-series-top .series-item__thumbnail {
  width: 30%;
}

.widget-series-top .series-item__date {
  display: none;
}

.widget-series-top .series-item__content {
  width: 70%;
  padding-left: 10px;
}

.widget-series-top .series-item__content h6 {
  margin-top: 0;
  padding-top: 0;
}

.widget-channel-top .channels-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget-channel-top .channels-list.style-1 .channel-item {
  border-bottom: 1px solid #333;
}

.widget-channel-top .channels-list.style-1 .channel-item:last-child {
  border: none;
}

.widget-channel-top .channels-list.style-1 .channel-item__content h6 a {
  color: #fff;
}

.widget-channel-top .channels-list.style-1 .channel-item__content h6 a:hover {
  color: #fe2854;
}

.widget-channel-top .channels-list.style-1 .channel-item__meta {
  color: #ababab;
}

.widget-channel-top .channels-list.style-1 .channel-item__meta a {
  color: #ababab;
}

.widget-channel-top .channels-list.style-1 .channel-item__meta a:hover {
  color: #fe2854;
}

.widget-channel-top .channels-list.style-1 .channel-item__meta > div:after {
  background-color: #ababab;
}

.widget-channel-top .channel-item {
  display: flex;
  align-items: start;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
}

.widget-channel-top .channel-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.widget-channel-top .channel-item__thumbnail {
  width: 30%;
}

.widget-channel-top .channel-item__date {
  display: none;
}

.widget-channel-top .channel-item__content {
  width: 70%;
  padding-left: 10px;
}

.widget-channel-top .channel-item__content h6 {
  margin-top: 0;
  padding-top: 0;
}

.video-list-shortcode .video-list-top {
  display: flex;
  margin-bottom: 25px;
  border-bottom: 1px solid #ededed;
}

@media screen and (max-width: 767px) {
  .video-list-shortcode .video-list-top {
    display: block;
  }
}

.video-list-shortcode .haru-shortcode-title {
  margin: 0 0 -1px 0;
  font-size: 20px;
  padding-right: 40px;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 991px) {
  .video-list-shortcode .haru-shortcode-title {
    flex: 150px 0 0;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .video-list-shortcode .haru-shortcode-title {
    font-size: 16px;
    padding-right: 0;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
  }
}

.video-list-shortcode .haru-shortcode-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 60px;
  background-color: #fe2854;
}

@media screen and (max-width: 767px) {
  .video-list-shortcode .haru-shortcode-title:before {
    bottom: -1px;
  }
}

.video-list-shortcode .haru-shortcode-title.no-filter {
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .video-list-shortcode .haru-shortcode-title.no-filter {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 15px;
  }
}

.video-list-shortcode .video-filter {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .video-list-shortcode .video-filter {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .video-list-shortcode .video-filter {
    text-align: left;
  }
}

.video-list-shortcode .video-filter li {
  display: inline-block;
  margin: 0 10px -1px 10px;
}

.video-list-shortcode .video-filter li:first-child {
  margin-left: 0;
}

.video-list-shortcode .video-filter li:last-child {
  margin-right: 0;
}

.video-list-shortcode .video-filter .tab-item-heading {
  margin: 0;
  font-weight: 500;
}

.video-list-shortcode .video-filter a {
  display: block;
  color: #ababab;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  .video-list-shortcode .video-filter a {
    font-size: 13px;
  }
}

.video-list-shortcode .video-filter a:hover, .video-list-shortcode .video-filter a.active, .video-list-shortcode .video-filter a.selected {
  color: #fe2854;
  transition: all .3s;
}

.video-list-shortcode .video-filter a:focus {
  outline: none;
}

.video-list-shortcode .video-list {
  margin: 0 -15px;
}

.video-list-shortcode .video-list .video-item {
  padding: 0 15px;
  margin-bottom: 30px;
}

.video-slideshow-shortcode .haru-shortcode-title {
  font-size: 20px;
  margin-bottom: 24px;
  position: relative;
  font-weight: 500;
  color: #1a051d;
}

@media screen and (max-width: 1199px) {
  .video-slideshow-shortcode .haru-shortcode-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .video-slideshow-shortcode .haru-shortcode-title {
    font-size: 16px;
  }
}

.video-slideshow-shortcode .haru-shortcode-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ededed;
}

.video-slideshow-shortcode .haru-shortcode-title span {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

.video-slideshow-shortcode .haru-shortcode-title span:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: 0;
  background-color: #fe2854;
}

.video-slideshow-shortcode .haru-slick {
  display: none;
}

.video-slideshow-shortcode .haru-slick.slick-initialized {
  display: block;
}

.video-slideshow-shortcode .haru-slick:hover .slick-arrow.slick-prev, .video-slideshow-shortcode .haru-slick:hover .slick-arrow.slick-next {
  opacity: 1;
  transition: all .3s;
}

.video-slideshow-shortcode.default {
  overflow: hidden;
}

.video-slideshow-shortcode.default .video-list {
  margin: 0 -15px;
}

.video-slideshow-shortcode.default .video-item {
  padding: 0 15px;
}

.video-slideshow-shortcode.carousel-one .video-item__icon a {
  transform: scale(1.5);
}

.video-slideshow-shortcode.carousel-one .video-item__title a {
  font-size: 20px;
}

@media screen and (max-width: 1199px) {
  .video-slideshow-shortcode.carousel-one .video-item__title a {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .video-slideshow-shortcode.carousel-one .video-item__title a {
    font-size: 16px;
  }
}

.video-slideshow-shortcode.carousel-one .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 25%;
}

@media screen and (max-width: 991px) {
  .video-slideshow-shortcode.carousel-one .slick-dots {
    bottom: 20%;
  }
}

@media screen and (max-width: 767px) {
  .video-slideshow-shortcode.carousel-one .slick-dots {
    bottom: 35%;
  }
}

.video-slideshow-shortcode.carousel-one .slick-dots li button {
  background: #fff;
  border: 1px solid #fff;
}

@media screen and (max-width: 991px) {
  .video-slideshow-shortcode.carousel-one.style-sidebar .slick-dots {
    bottom: 40%;
  }
}

@media screen and (max-width: 639px) {
  .video-slideshow-shortcode.carousel-one.style-sidebar .slick-dots {
    bottom: 30%;
  }
}

@media screen and (max-width: 479px) {
  .video-slideshow-shortcode.carousel-one.style-sidebar .slick-dots {
    bottom: 40%;
  }
}

.video-slideshow-shortcode.carousel-one-2 .video-item__category {
  display: block;
}

.video-slideshow-shortcode.carousel-one-2 .video-item__category a {
  text-transform: uppercase;
}

.video-slideshow-shortcode.carousel-one-2 .video-item__content {
  text-align: left;
}

.video-slideshow-shortcode.carousel-one-2 .video-item__meta {
  justify-content: start;
}

.video-slideshow-shortcode.carousel-one-2 .video-item__icon a {
  transform: scale(1.5);
}

.video-slideshow-shortcode.carousel-one-2 .video-item__title a {
  font-size: 20px;
}

@media screen and (max-width: 1199px) {
  .video-slideshow-shortcode.carousel-one-2 .video-item__title a {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .video-slideshow-shortcode.carousel-one-2 .video-item__title a {
    font-size: 16px;
  }
}

.video-slideshow-shortcode.carousel-one-2 .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 25%;
}

.video-slideshow-shortcode.carousel-one-2 .slick-dots li button {
  background: #fff;
  border: 1px solid #fff;
}

.video-slideshow-shortcode.featured .item-slick .video-item {
  position: relative;
  float: left;
  width: 25%;
}

@media screen and (max-width: 767px) {
  .video-slideshow-shortcode.featured .item-slick .video-item {
    width: 100%;
  }
}

.video-slideshow-shortcode.featured .item-slick .video-item:nth-child(1) {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .video-slideshow-shortcode.featured .item-slick .video-item:nth-child(1) {
    width: 100%;
  }
}

.video-slideshow-shortcode.featured .item-slick .video-item:nth-child(1) .video-item__thumbnail {
  padding-top: 75%;
}

.video-slideshow-shortcode.featured .item-slick .video-item:nth-child(1) .video-item__content {
  bottom: 0;
}

.video-slideshow-shortcode.featured .item-slick .video-item .video-item__thumbnail {
  padding-top: 75%;
  border-radius: 0;
}

.video-slideshow-shortcode.featured .item-slick .video-item .video-item__thumbnail .video-thumbnail {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.video-slideshow-shortcode.featured .item-slick .video-item .video-item__thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  max-width: none;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
  .video-slideshow-shortcode.featured .item-slick .video-item .video-item__content {
    padding: 0 15px;
  }
}

@media screen and (max-width: 991px) {
  .video-slideshow-shortcode.featured .item-slick .video-item .video-item__title {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .video-slideshow-shortcode.featured .item-slick .video-item .video-item__title {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .video-slideshow-shortcode.featured .item-slick .video-item .video-item__meta {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .video-slideshow-shortcode.featured .item-slick .video-item .video-item__meta {
    display: flex;
  }
}

.video-slideshow-shortcode.featured .item-slick .video-item.video-style-2 .video-item__thumbnail:before {
  border-radius: 0;
}

.video-slideshow-shortcode.featured .slick-arrow.slick-prev {
  left: 0;
}

.video-slideshow-shortcode.featured .slick-arrow.slick-next {
  right: 0;
}

.video-slideshow-shortcode.nav-thumbnail {
  overflow: hidden;
}

.video-slideshow-shortcode.nav-thumbnail:hover .slick-arrow.slick-prev, .video-slideshow-shortcode.nav-thumbnail:hover .slick-arrow.slick-next {
  opacity: 1;
  transition: all .3s;
}

.video-slideshow-shortcode.nav-thumbnail .video-item {
  position: relative;
  border-radius: 4px;
}

.video-slideshow-shortcode.nav-thumbnail .video-nav {
  margin: 20px -10px 0 -10px;
}

.video-slideshow-shortcode.nav-thumbnail .video-nav-item {
  padding: 0 10px;
}

.video-slideshow-shortcode.nav-thumbnail .video-nav-item:focus {
  outline: none;
}

.video-slideshow-shortcode.nav-thumbnail .video-nav-item.slick-current .video-thumbnail {
  border: 2px solid #fe2854;
}

.video-slideshow-shortcode.list-small {
  border-radius: 4px;
  padding: 30px;
}

.video-slideshow-shortcode.list-small .video-list {
  margin: 0 -15px;
  padding-top: 30px;
  position: relative;
}

.video-slideshow-shortcode.list-small .video-list:before {
  content: '';
  position: absolute;
  height: 1px;
  width: calc(100% - 30px);
  left: 15px;
  top: 0;
  background-color: #ededed;
}

.video-slideshow-shortcode.list-small .video-list:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 70px;
  left: 15px;
  top: 0;
  background-color: #fe2854;
}

.video-slideshow-shortcode.list-small .video-item {
  position: relative;
  padding: 0 15px;
}

.video-slideshow-shortcode.list-small .video-item.default {
  display: flex;
  align-items: start;
  flex-direction: row-reverse;
}

.video-slideshow-shortcode.list-small .video-item.default:last-child {
  border: none;
  padding-bottom: 0;
}

.video-slideshow-shortcode.list-small .video-item.default .video-item__thumbnail {
  width: 35%;
  min-width: 100px;
}

.video-slideshow-shortcode.list-small .video-item.default .video-item__content {
  padding-right: 15px;
  width: 65%;
}

.video-slideshow-shortcode.list-small .video-item.default .video-item__title {
  margin-top: 0;
  padding-top: 0;
}

.video-slideshow-shortcode.list-small .video-item.default .video-item__title a {
  font-size: 12px;
}

.video-slideshow-shortcode.list-small .video-item.default .video-item__author {
  display: none;
}

@media screen and (max-width: 991px) {
  .video-slideshow-shortcode.list-small.style-sidebar .video-item__date {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .video-slideshow-shortcode.list-small.style-sidebar .video-item__date {
    display: block;
  }
}

.video-slideshow-shortcode.list-small.dark-style {
  background-color: #1a051d;
  border-top: 1px solid #ededed;
}

.video-slideshow-shortcode.list-small.dark-style .video-list:before {
  background-color: rgba(237, 237, 237, 0.2);
}

.video-slideshow-shortcode.list-small.dark-style .video-list:after {
  background-color: #fff;
}

.video-slideshow-shortcode.list-small.dark-style .video-item.slick-active:before {
  content: '';
  position: absolute;
  right: -1px;
  width: 1px;
  height: 100%;
  background-color: rgba(237, 237, 237, 0.1);
}

.video-slideshow-shortcode.list-small.dark-style .video-item .video-item__title a {
  color: #fff;
}

.video-slideshow-shortcode.list-small.dark-style .video-item .video-item__meta > div {
  color: #ababab;
}

.video-slideshow-shortcode.info-featured .video-item {
  border-radius: 4px;
  background-color: #fe2854;
  position: relative;
}

.video-slideshow-shortcode.info-featured .video-item.default {
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .video-slideshow-shortcode.info-featured .video-item.default {
    display: block;
  }
}

.video-slideshow-shortcode.info-featured .video-item.default:last-child {
  border: none;
  padding-bottom: 0;
}

.video-slideshow-shortcode.info-featured .video-item.default .video-item__thumbnail {
  width: 65%;
  min-width: 100px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media screen and (max-width: 991px) {
  .video-slideshow-shortcode.info-featured .video-item.default .video-item__thumbnail {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .video-slideshow-shortcode.info-featured .video-item.default .video-item__thumbnail {
    width: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}

.video-slideshow-shortcode.info-featured .video-item.default .video-thumbnail {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.video-slideshow-shortcode.info-featured .video-item.default .video-item__content {
  padding: 0 40px 70px 40px;
  width: 35%;
}

@media screen and (max-width: 1199px) {
  .video-slideshow-shortcode.info-featured .video-item.default .video-item__content {
    padding: 0 30px 70px 30px;
  }
}

@media screen and (max-width: 991px) {
  .video-slideshow-shortcode.info-featured .video-item.default .video-item__content {
    padding: 0 20px 40px 20px;
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .video-slideshow-shortcode.info-featured .video-item.default .video-item__content {
    width: 100%;
    padding-top: 20px;
  }
}

.video-slideshow-shortcode.info-featured .video-item.default .video-item__title {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .video-slideshow-shortcode.info-featured .video-item.default .video-item__title {
    padding-bottom: 5px;
  }
}

.video-slideshow-shortcode.info-featured .video-item.default .video-item__title a {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .video-slideshow-shortcode.info-featured .video-item.default .video-item__title a {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .video-slideshow-shortcode.info-featured .video-item.default .video-item__title a {
    font-size: 16px;
  }
}

.video-slideshow-shortcode.info-featured .video-item.default .video-item__meta > div {
  color: #fff;
}

.video-slideshow-shortcode.info-featured .video-item.default .video-item__meta > div:after {
  background-color: #fff;
}

.video-slideshow-shortcode.info-featured .video-item.default .video-item__author a {
  color: #fff;
}

.video-slideshow-shortcode.info-featured .slick-dots {
  position: absolute;
  left: 30px;
  bottom: 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
  .video-slideshow-shortcode.info-featured .slick-dots {
    left: 20px;
  }
}

@media screen and (max-width: 991px) {
  .video-slideshow-shortcode.info-featured .slick-dots {
    left: 10px;
    margin-bottom: 20px;
  }
}

.video-slideshow-shortcode.info-featured .slick-dots li button {
  background: #fff;
  border: 1px solid #fff;
}

.video-slideshow-shortcode.list-fullwidth {
  border-radius: 4px;
  padding: 30px;
}

.video-slideshow-shortcode.list-fullwidth .video-list {
  margin: 0 -15px;
  padding-top: 30px;
  position: relative;
}

.video-slideshow-shortcode.list-fullwidth .video-list:before {
  content: '';
  position: absolute;
  height: 1px;
  width: calc(100% - 30px);
  left: 16px;
  top: 0;
  background-color: #ededed;
}

.video-slideshow-shortcode.list-fullwidth .video-list:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 70px;
  left: 15px;
  top: 0;
  background-color: #fe2854;
}

.video-slideshow-shortcode.list-fullwidth .video-item {
  position: relative;
  padding: 0 15px;
}

.video-slideshow-shortcode.list-fullwidth.dark-style {
  background-color: #1a051d;
  border-top: 1px solid #ededed;
}

.video-slideshow-shortcode.list-fullwidth.dark-style .video-list:before {
  background-color: rgba(237, 237, 237, 0.1);
}

.video-slideshow-shortcode.list-fullwidth.dark-style .video-list:after {
  background-color: #fff;
}

.video-slideshow-shortcode.list-fullwidth.dark-style .video-item.slick-active:before {
  content: '';
  position: absolute;
  right: -1px;
  width: 1px;
  height: 100%;
  background-color: rgba(237, 237, 237, 0.1);
}

.video-slideshow-shortcode.list-fullwidth.dark-style .video-item .video-item__title a {
  color: #fff;
}

.video-slideshow-shortcode.list-fullwidth.dark-style .video-item .video-item__author a {
  color: #ababab;
}

.video-slideshow-shortcode.list-fullwidth.dark-style .video-item .video-item__meta > div {
  color: #ababab;
}

.video-slideshow-shortcode.list-fullwidth.dark-style .video-item .video-item__meta > div:after {
  background-color: rgba(171, 171, 171, 0.8);
}

.video-slideshow-shortcode.carousel-no-padding .video-item__thumbnail {
  border-radius: 0;
}

.video-slideshow-shortcode.carousel-no-padding .video-item__thumbnail:before {
  border-radius: 0;
}

.video-slideshow-shortcode.carousel-no-padding .video-thumbnail {
  border-radius: 0;
}

.video-slideshow-shortcode .slick-arrow.slick-prev, .video-slideshow-shortcode .slick-arrow.slick-next {
  background: rgba(0, 0, 0, 0.3);
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  transform: translateY(-50%);
  transition: all .3s;
}

.video-slideshow-shortcode .slick-arrow.slick-prev:before, .video-slideshow-shortcode .slick-arrow.slick-next:before {
  color: #fff;
  font-family: 'slick';
  font-size: 14px;
  line-height: 1;
  opacity: 1;
  transition: all .3s;
}

.video-slideshow-shortcode .slick-arrow.slick-prev:hover, .video-slideshow-shortcode .slick-arrow.slick-next:hover {
  background-color: #fe2854;
}

.video-slideshow-shortcode .slick-arrow.slick-prev:hover:before, .video-slideshow-shortcode .slick-arrow.slick-next:hover:before {
  background-color: #fff;
  transition: all .3s;
}

.video-slideshow-shortcode .slick-arrow.slick-prev {
  left: 15px;
}

.video-slideshow-shortcode .slick-arrow.slick-prev:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-left.svg);
  mask-image: url(../images/icon-arrow-left.svg);
  width: 4.69px;
  height: 8px;
  background-color: #fff;
}

.video-slideshow-shortcode .slick-arrow.slick-next {
  right: 15px;
}

.video-slideshow-shortcode .slick-arrow.slick-next:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-right.svg);
  mask-image: url(../images/icon-arrow-right.svg);
  width: 4.69px;
  height: 8px;
  background-color: #fff;
}

.video-slideshow-shortcode .slick-dots {
  list-style: none;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .video-slideshow-shortcode .slick-dots {
    bottom: 15px;
  }
}

.video-slideshow-shortcode .slick-dots li {
  display: inline-block;
  padding: 0 12px;
}

.video-slideshow-shortcode .slick-dots li.slick-active button {
  width: 16px;
  height: 16px;
  background: transparent;
}

.video-slideshow-shortcode .slick-dots li button {
  width: 8px;
  height: 8px;
  display: block;
  background: #000;
  border: 1px solid #000;
  font-size: 0;
  padding: 0;
  border-radius: 50%;
}

.video-slideshow-shortcode .slick-dots li button:focus {
  outline: none;
}

.video-order-shortcode {
  position: relative;
}

.video-order-shortcode .video-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  border-bottom: 1px solid #ededed;
}

.video-order-shortcode .video-filter li {
  display: inline-block;
  margin: 0 10px -1px 10px;
}

@media screen and (max-width: 767px) {
  .video-order-shortcode .video-filter li {
    margin: 0 5px -1px 5px;
  }
}

.video-order-shortcode .video-filter li:first-child {
  margin-left: 0;
}

.video-order-shortcode .video-filter li:last-child {
  margin-right: 0;
}

.video-order-shortcode .video-filter .tab-item-heading {
  margin: 0;
  font-weight: 500;
}

.video-order-shortcode .video-filter a {
  display: block;
  color: #ababab;
  position: relative;
  font-size: 20px;
  padding-bottom: 20px;
  transition: all .3s;
}

@media screen and (max-width: 1199px) {
  .video-order-shortcode .video-filter a {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .video-order-shortcode .video-filter a {
    font-size: 16px;
  }
}

.video-order-shortcode .video-filter a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #fe2854;
}

.video-order-shortcode .video-filter a:hover, .video-order-shortcode .video-filter a.active {
  color: #1a051d;
  transition: all .3s;
}

.video-order-shortcode .video-filter a:hover:before, .video-order-shortcode .video-filter a.active:before {
  width: 100%;
  transition: all .3s;
}

.video-order-shortcode .video-filter a:focus {
  outline: none;
}

.video-order-shortcode .video-list {
  margin: 0 -15px;
}

.video-order-shortcode .video-item {
  padding: 0 15px;
  margin-bottom: 20px;
}

.video-order-shortcode .video-control {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .video-order-shortcode .video-control {
    position: relative;
    top: 0;
    text-align: center;
  }
}

.video-order-shortcode .video-control .video-control-item {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 24px;
  margin: 0 2px;
  text-align: center;
}

.video-order-shortcode .video-control .video-control-item:first-child {
  margin-left: 0;
}

.video-order-shortcode .video-control .video-control-item:last-child {
  margin-right: 0;
}

.video-order-shortcode .video-control .video-control-item:hover {
  cursor: pointer;
}

.video-order-shortcode .video-control .video-control-item:hover i {
  background-color: #fe2854;
  transition: all .3s;
}

.video-order-shortcode .video-control .video-control-item.disable {
  opacity: .5;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .video-order-shortcode.style-sidebar .video-item__date,
  .video-order-shortcode.style-sidebar .video-item__author {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .video-order-shortcode.style-sidebar .video-item__date,
  .video-order-shortcode.style-sidebar .video-item__author {
    display: block;
  }
}

.video-order-single-shortcode {
  position: relative;
}

.video-order-single-shortcode .video-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  border-bottom: 1px solid #ededed;
}

@media screen and (max-width: 767px) {
  .video-order-single-shortcode .video-filter {
    padding: 0 70px 0 0;
  }
}

.video-order-single-shortcode .video-filter li {
  display: inline-block;
  margin: 0 10px -1px 10px;
}

.video-order-single-shortcode .video-filter li:first-child {
  margin-left: 0;
}

.video-order-single-shortcode .video-filter li:last-child {
  margin-right: 0;
}

.video-order-single-shortcode .video-filter .tab-item-heading {
  margin: 0;
  font-weight: 500;
}

.video-order-single-shortcode .video-filter a {
  display: block;
  color: #ababab;
  position: relative;
  font-size: 20px;
  padding-bottom: 20px;
  transition: all .3s;
}

@media screen and (max-width: 991px) {
  .video-order-single-shortcode .video-filter a {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .video-order-single-shortcode .video-filter a {
    font-size: 16px;
  }
}

.video-order-single-shortcode .video-filter a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #fe2854;
}

.video-order-single-shortcode .video-filter a:hover, .video-order-single-shortcode .video-filter a.active {
  color: #1a051d;
  transition: all .3s;
}

.video-order-single-shortcode .video-filter a:hover:before, .video-order-single-shortcode .video-filter a.active:before {
  width: 60px;
  transition: all .3s;
}

.video-order-single-shortcode .video-filter a:focus {
  outline: none;
}

.video-order-single-shortcode .video-list {
  margin: 0 -15px;
}

.video-order-single-shortcode .video-item {
  padding: 0 15px;
  margin-bottom: 20px;
}

.video-order-single-shortcode .video-control {
  position: absolute;
  right: 0;
  top: 0;
}

.video-order-single-shortcode .video-control .video-control-item {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 24px;
  margin: 0 2px;
  text-align: center;
}

.video-order-single-shortcode .video-control .video-control-item:first-child {
  margin-left: 0;
}

.video-order-single-shortcode .video-control .video-control-item:last-child {
  margin-right: 0;
}

.video-order-single-shortcode .video-control .video-control-item:hover {
  cursor: pointer;
}

.video-order-single-shortcode .video-control .video-control-item:hover i {
  background-color: #fe2854;
  transition: all .3s;
}

.video-order-single-shortcode .video-control .video-control-item.disable {
  opacity: .5;
  pointer-events: none;
}

.video-featured-shortcode {
  position: relative;
}

.video-featured-shortcode .video-featured-top {
  display: flex;
  margin-bottom: 25px;
  border-bottom: 1px solid #ededed;
}

@media screen and (max-width: 991px) {
  .video-featured-shortcode .video-featured-top {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .video-featured-shortcode .video-featured-top {
    display: block;
  }
}

.video-featured-shortcode .haru-shortcode-title {
  margin: 0 0 -1px 0;
  font-size: 20px;
  padding-right: 30px;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 991px) {
  .video-featured-shortcode .haru-shortcode-title {
    flex: 175px 0 0;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .video-featured-shortcode .haru-shortcode-title {
    font-size: 16px;
    padding-right: 0;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
  }
}

.video-featured-shortcode .haru-shortcode-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 60px;
  background-color: #fe2854;
}

@media screen and (max-width: 767px) {
  .video-featured-shortcode .haru-shortcode-title:before {
    bottom: -1px;
  }
}

.video-featured-shortcode .video-filter {
  list-style: none;
  padding: 0 130px 0 0;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .video-featured-shortcode .video-filter {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .video-featured-shortcode .video-filter {
    padding: 0;
    text-align: left;
  }
}

.video-featured-shortcode .video-filter li {
  display: inline-block;
  margin: 0 10px -1px 10px;
}

.video-featured-shortcode .video-filter li:first-child {
  margin-left: 0;
}

.video-featured-shortcode .video-filter li:last-child {
  margin-right: 0;
}

.video-featured-shortcode .video-filter .tab-item-heading {
  margin: 0;
  font-weight: 500;
}

.video-featured-shortcode .video-filter a {
  display: block;
  color: #ababab;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  .video-featured-shortcode .video-filter a {
    font-size: 13px;
  }
}

.video-featured-shortcode .video-filter a:hover, .video-featured-shortcode .video-filter a.active {
  color: #fe2854;
  transition: all .3s;
}

.video-featured-shortcode .video-filter a:focus {
  outline: none;
}

.video-featured-shortcode .video-item {
  position: relative;
  float: left;
  width: 25%;
}

@media screen and (max-width: 767px) {
  .video-featured-shortcode .video-item {
    width: 100%;
  }
}

.video-featured-shortcode .video-item:nth-child(1) {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .video-featured-shortcode .video-item:nth-child(1) {
    width: 100%;
  }
}

.video-featured-shortcode .video-item:nth-child(1) .video-item__thumbnail {
  padding-top: 75%;
}

.video-featured-shortcode .video-item:nth-child(1) .video-item__content {
  bottom: 0;
}

.video-featured-shortcode .video-item .video-item__thumbnail {
  padding-top: 75%;
}

.video-featured-shortcode .video-item .video-item__thumbnail .video-thumbnail {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-featured-shortcode .video-item .video-item__thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  max-width: none;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
  .video-featured-shortcode .video-item .video-item__title {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .video-featured-shortcode .video-item .video-item__title {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .video-featured-shortcode .video-item .video-item__meta {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .video-featured-shortcode .video-item .video-item__meta {
    display: flex;
  }
}

.video-featured-shortcode .video-list {
  display: block;
}

.video-featured-shortcode.default .video-item {
  padding: 4px;
}

.video-featured-shortcode.default .video-list {
  margin: 0 -4px;
}

.video-featured-shortcode.style-2 .video-item .video-item__thumbnail {
  padding-top: 75%;
  border-radius: 0;
}

.video-featured-shortcode.style-2 .video-item .video-item__thumbnail:before {
  border-radius: 0;
}

.video-featured-shortcode.style-2 .video-item .video-thumbnail {
  border-radius: 0;
}

.video-featured-shortcode .videos-ajax-view-more {
  position: absolute;
  right: 0;
  top: -70px;
}

@media screen and (max-width: 767px) {
  .video-featured-shortcode .videos-ajax-view-more {
    position: relative;
    top: 0;
    text-align: center;
    margin-top: 30px;
  }
}

.video-featured-shortcode .video-control {
  position: absolute;
  right: 0;
  top: 0;
}

.video-featured-shortcode .video-control .video-control-item {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 24px;
  margin: 0 2px;
  text-align: center;
}

.video-featured-shortcode .video-control .video-control-item:first-child {
  margin-left: 0;
}

.video-featured-shortcode .video-control .video-control-item:last-child {
  margin-right: 0;
}

.video-featured-shortcode .video-control .video-control-item:hover {
  cursor: pointer;
}

.video-featured-shortcode .video-control .video-control-item:hover i {
  background-color: #fe2854;
  transition: all .3s;
}

.video-featured-shortcode .video-control .video-control-item.disable {
  opacity: .5;
  pointer-events: none;
}

.video-category-shortcode {
  position: relative;
}

.video-category-shortcode .video-category-top {
  display: flex;
  margin-bottom: 25px;
  border-bottom: 1px solid #ededed;
}

@media screen and (max-width: 991px) {
  .video-category-shortcode .video-category-top {
    display: block;
  }
}

.video-category-shortcode .haru-shortcode-title {
  margin: 0 0 -1px 0;
  font-size: 20px;
  padding-right: 40px;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .video-category-shortcode .haru-shortcode-title {
    font-size: 18px;
    padding-right: 20px;
    flex: 165px 0 0;
  }
}

@media screen and (max-width: 991px) {
  .video-category-shortcode .haru-shortcode-title {
    font-size: 16px;
    padding-right: 0;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
  }
}

.video-category-shortcode .haru-shortcode-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 60px;
  background-color: #fe2854;
}

@media screen and (max-width: 991px) {
  .video-category-shortcode .haru-shortcode-title:before {
    bottom: -1px;
  }
}

.video-category-shortcode .haru-shortcode-title.no-filter {
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .video-category-shortcode .haru-shortcode-title.no-filter {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 15px;
  }
}

.video-category-shortcode .video-filter {
  list-style: none;
  padding: 0 110px 0 0;
  margin: 0;
}

@media screen and (max-width: 1199px) {
  .video-category-shortcode .video-filter {
    margin: -3px 0 0;
  }
}

@media screen and (max-width: 991px) {
  .video-category-shortcode .video-filter {
    margin: 0;
  }
}

@media screen and (max-width: 991px) {
  .video-category-shortcode .video-filter {
    padding: 0;
    text-align: left;
  }
}

.video-category-shortcode .video-filter li {
  display: inline-block;
  margin: 0 10px -1px 10px;
}

@media screen and (max-width: 1199px) {
  .video-category-shortcode .video-filter li {
    margin: 0 8px -1px 8px;
  }
}

.video-category-shortcode .video-filter li:first-child {
  margin-left: 0;
}

.video-category-shortcode .video-filter li:last-child {
  margin-right: 0;
}

.video-category-shortcode .video-filter .tab-item-heading {
  margin: 0;
  font-weight: 500;
}

.video-category-shortcode .video-filter a {
  display: block;
  color: #ababab;
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  transition: all .3s;
}

@media screen and (max-width: 1199px) {
  .video-category-shortcode .video-filter a {
    font-size: 12px;
  }
}

.video-category-shortcode .video-filter a:hover, .video-category-shortcode .video-filter a.active {
  color: #fe2854;
  transition: all .3s;
}

.video-category-shortcode .video-filter a:focus {
  outline: none;
}

.video-category-shortcode.default .video-list {
  margin: 0 -15px;
}

.video-category-shortcode.default .video-item {
  padding: 0 15px;
  margin-bottom: 20px;
}

.video-category-shortcode.default .video-item.video-style-2 {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .video-category-shortcode.default.style-sidebar .video-item__date,
  .video-category-shortcode.default.style-sidebar .video-item__author {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .video-category-shortcode.default.style-sidebar .video-item__date,
  .video-category-shortcode.default.style-sidebar .video-item__author {
    display: block;
  }
}

.video-category-shortcode .videos-ajax-view-more {
  position: absolute;
  right: 0;
  top: -70px;
}

@media screen and (max-width: 1199px) {
  .video-category-shortcode .videos-ajax-view-more {
    top: -65px;
  }
}

@media screen and (max-width: 991px) {
  .video-category-shortcode .videos-ajax-view-more {
    position: relative;
    top: 0;
    text-align: center;
  }
}

.video-category-shortcode .video-control {
  position: absolute;
  right: 0;
  top: 0;
}

.video-category-shortcode .video-control .video-control-item {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 24px;
  margin: 0 2px;
  text-align: center;
}

.video-category-shortcode .video-control .video-control-item:first-child {
  margin-left: 0;
}

.video-category-shortcode .video-control .video-control-item:last-child {
  margin-right: 0;
}

.video-category-shortcode .video-control .video-control-item:hover {
  cursor: pointer;
}

.video-category-shortcode .video-control .video-control-item:hover i {
  background-color: #fe2854;
  transition: all .3s;
}

.video-category-shortcode .video-control .video-control-item.disable {
  opacity: .5;
  pointer-events: none;
}

.video-category-shortcode.dark-style .haru-shortcode-title {
  color: #fff;
}

.video-category-shortcode.dark-style .video-filter a {
  color: #fff;
}

.video-category-shortcode.dark-style .video-filter a:hover, .video-category-shortcode.dark-style .video-filter a.active {
  color: #fe2854;
}

.video-category-shortcode.dark-style .video-item__title a {
  color: #fff;
}

.video-category-shortcode.dark-style .video-item__title a:hover {
  color: #fe2854;
}

.video-category-shortcode.dark-style .video-item__meta {
  color: #fff;
}

.video-category-shortcode.dark-style .video-item__meta a {
  color: #fff;
}

.video-category-shortcode.dark-style .video-item__meta a:hover {
  color: #fe2854;
}

.video-category-shortcode.dark-style .video-item__meta > div:after {
  background-color: #fff;
}

.video-category-shortcode.dark-style .video-control .video-control-item i {
  color: #fff;
}

.video-category-single-shortcode {
  position: relative;
}

.video-category-single-shortcode .video-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  border-bottom: 1px solid #ededed;
}

.video-category-single-shortcode .video-filter li {
  display: inline-block;
  margin: 0 10px -1px 10px;
}

.video-category-single-shortcode .video-filter li:first-child {
  margin-left: 0;
}

.video-category-single-shortcode .video-filter li:last-child {
  margin-right: 0;
}

.video-category-single-shortcode .video-filter .tab-item-heading {
  margin: 0;
  font-weight: 500;
}

.video-category-single-shortcode .video-filter a {
  display: block;
  color: #ababab;
  position: relative;
  font-size: 20px;
  padding-bottom: 15px;
  transition: all .3s;
}

@media screen and (max-width: 1199px) {
  .video-category-single-shortcode .video-filter a {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .video-category-single-shortcode .video-filter a {
    font-size: 16px;
  }
}

.video-category-single-shortcode .video-filter a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #fe2854;
}

.video-category-single-shortcode .video-filter a:hover, .video-category-single-shortcode .video-filter a.active {
  color: #1a051d;
  transition: all .3s;
}

.video-category-single-shortcode .video-filter a:hover:before, .video-category-single-shortcode .video-filter a.active:before {
  width: 60px;
  transition: all .3s;
}

.video-category-single-shortcode .video-filter a:focus {
  outline: none;
}

.video-category-single-shortcode.default .video-item {
  position: relative;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .video-category-single-shortcode.default .video-item {
    width: 100%;
  }
}

.video-category-single-shortcode.default .video-item.default {
  display: flex;
  align-items: start;
  margin-bottom: 24px;
}

.video-category-single-shortcode.default .video-item.default .video-item__thumbnail {
  width: 35%;
  min-width: 170px;
}

@media screen and (max-width: 1199px) {
  .video-category-single-shortcode.default .video-item.default .video-item__thumbnail {
    min-width: 140px;
  }
}

@media screen and (max-width: 991px) {
  .video-category-single-shortcode.default .video-item.default .video-item__thumbnail {
    min-width: 100px;
  }
}

.video-category-single-shortcode.default .video-item.default .video-item__content {
  padding: 0 10px;
  width: 65%;
}

.video-category-single-shortcode.default .video-item.default .video-item__title {
  margin-top: 0;
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  .video-category-single-shortcode.default .video-item:not(:first-child) .video-item__title a {
    font-size: 12px;
  }
}

.video-category-single-shortcode.default .video-item:not(:first-child) .video-item__author {
  display: none;
}

.video-category-single-shortcode.default .video-item:not(:first-child) .video-item__icon {
  display: none;
}

.video-category-single-shortcode.default .video-item:not(:first-child) .video-item__duration {
  font-size: 10px;
  bottom: 4px;
  right: 4px;
}

.video-category-single-shortcode.default .video-item:not(:first-child) .video-watch-later {
  top: 4px;
  right: 4px;
}

.video-category-single-shortcode.default .video-item:not(:first-child) .video-item__labels {
  display: none;
}

.video-category-single-shortcode.default .video-item.video-style-2 {
  margin-bottom: 24px;
  width: 100%;
}

.video-category-single-shortcode.style-2 .video-item {
  position: relative;
  width: 100%;
}

.video-category-single-shortcode.style-2 .video-item.default {
  display: flex;
  align-items: start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}

.video-category-single-shortcode.style-2 .video-item.default:last-child {
  border: none;
  padding-bottom: 0;
}

.video-category-single-shortcode.style-2 .video-item.default .video-item__thumbnail {
  width: 35%;
}

.video-category-single-shortcode.style-2 .video-item.default .video-item__content {
  padding-left: 10px;
  width: 65%;
}

.video-category-single-shortcode.style-2 .video-item.default .video-item__title {
  margin-top: 0;
  padding-top: 0;
}

.video-category-single-shortcode.style-2 .video-item.video-style-2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .video-category-single-shortcode.style-2 .video-item.video-style-2 {
    margin-bottom: 20px;
  }
}

.video-category-single-shortcode .videos-ajax-view-more {
  position: absolute;
  right: 0;
  top: -70px;
}

@media screen and (max-width: 767px) {
  .video-category-single-shortcode .videos-ajax-view-more {
    position: relative;
    top: 0;
    text-align: center;
  }
}

.video-category-single-shortcode .video-control {
  position: absolute;
  right: 0;
  top: 0;
}

.video-category-single-shortcode .video-control .video-control-item {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 24px;
  margin: 0 2px;
  text-align: center;
}

.video-category-single-shortcode .video-control .video-control-item:first-child {
  margin-left: 0;
}

.video-category-single-shortcode .video-control .video-control-item:last-child {
  margin-right: 0;
}

.video-category-single-shortcode .video-control .video-control-item:hover {
  cursor: pointer;
}

.video-category-single-shortcode .video-control .video-control-item:hover i {
  background-color: #fe2854;
  transition: all .3s;
}

.video-category-single-shortcode .video-control .video-control-item.disable {
  opacity: .5;
  pointer-events: none;
}

.video-top-shortcode {
  position: relative;
}

.video-top-shortcode .haru-shortcode-title {
  font-size: 20px;
  margin-bottom: 24px;
  position: relative;
  font-weight: 500;
  color: #1a051d;
}

@media screen and (max-width: 1199px) {
  .video-top-shortcode .haru-shortcode-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .video-top-shortcode .haru-shortcode-title {
    font-size: 16px;
  }
}

.video-top-shortcode .haru-shortcode-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ededed;
}

.video-top-shortcode .haru-shortcode-title span {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

.video-top-shortcode .haru-shortcode-title span:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: 0;
  background-color: #fe2854;
}

.video-top-shortcode .haru-slick {
  display: none;
}

.video-top-shortcode .haru-slick.slick-initialized {
  display: block;
}

.video-top-shortcode .haru-slick:hover .slick-arrow.slick-prev, .video-top-shortcode .haru-slick:hover .slick-arrow.slick-next {
  opacity: 1;
  transition: all .3s;
}

.video-top-shortcode.default .video-item {
  position: relative;
}

.video-top-shortcode.default .video-item.default {
  display: flex;
  align-items: start;
  margin-bottom: 24px;
}

.video-top-shortcode.default .video-item.default:last-child {
  border: none;
  padding-bottom: 0;
}

.video-top-shortcode.default .video-item.default .video-item__thumbnail {
  width: 35%;
  min-width: 100px;
}

.video-top-shortcode.default .video-item.default .video-item__icon {
  display: none;
}

.video-top-shortcode.default .video-item.default .video-item__duration {
  font-size: 10px;
  bottom: 4px;
  right: 4px;
}

.video-top-shortcode.default .video-item.default .video-watch-later {
  top: 4px;
  right: 4px;
}

.video-top-shortcode.default .video-item.default .video-item__content {
  padding-left: 12px;
  width: 65%;
}

.video-top-shortcode.default .video-item.default .video-item__title {
  margin-top: 0;
  padding-top: 0;
}

.video-top-shortcode.default .video-item.default .video-item__title a {
  font-size: 12px;
}

.video-top-shortcode.default .video-item.default .video-item__meta {
  margin-bottom: 0;
}

.video-top-shortcode.default .video-item.default .video-item__author {
  display: none;
}

@media screen and (max-width: 991px) {
  .video-top-shortcode.default.style-sidebar .video-item.default, .video-top-shortcode.default.style-sidebar-2 .video-item.default {
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .video-top-shortcode.default.style-sidebar .video-item.default, .video-top-shortcode.default.style-sidebar-2 .video-item.default {
    display: flex;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 991px) {
  .video-top-shortcode.default.style-sidebar .video-item.default .video-item__meta, .video-top-shortcode.default.style-sidebar-2 .video-item.default .video-item__meta {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .video-top-shortcode.default.style-sidebar .video-item.default .video-item__meta, .video-top-shortcode.default.style-sidebar-2 .video-item.default .video-item__meta {
    display: flex;
  }
}

.video-top-shortcode.default.style-sidebar .video-item.default .video-item__date, .video-top-shortcode.default.style-sidebar-2 .video-item.default .video-item__date {
  display: none;
}

@media screen and (max-width: 767px) {
  .video-top-shortcode.default.style-sidebar .video-item.default .video-item__date, .video-top-shortcode.default.style-sidebar-2 .video-item.default .video-item__date {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .video-top-shortcode.default.style-sidebar .video-item.default .video-item__title, .video-top-shortcode.default.style-sidebar-2 .video-item.default .video-item__title {
    padding-top: 5px;
    margin-bottom: 5px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .video-top-shortcode.default.style-sidebar .video-item.default .video-item__title, .video-top-shortcode.default.style-sidebar-2 .video-item.default .video-item__title {
    margin-top: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .video-top-shortcode.default.style-sidebar .video-item.default .video-item__thumbnail, .video-top-shortcode.default.style-sidebar-2 .video-item.default .video-item__thumbnail {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .video-top-shortcode.default.style-sidebar .video-item.default .video-item__thumbnail, .video-top-shortcode.default.style-sidebar-2 .video-item.default .video-item__thumbnail {
    width: 35%;
    min-width: 100px;
  }
}

@media screen and (max-width: 991px) {
  .video-top-shortcode.default.style-sidebar .video-item.default .video-item__content, .video-top-shortcode.default.style-sidebar-2 .video-item.default .video-item__content {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .video-top-shortcode.default.style-sidebar .video-item.default .video-item__content, .video-top-shortcode.default.style-sidebar-2 .video-item.default .video-item__content {
    padding-left: 12px;
    width: 65%;
  }
}

@media screen and (max-width: 991px) {
  .video-top-shortcode.default.style-sidebar .video-item.default:not(:nth-child(-n+2)), .video-top-shortcode.default.style-sidebar-2 .video-item.default:not(:nth-child(-n+2)) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .video-top-shortcode.default.style-sidebar .video-item.default:not(:nth-child(-n+2)), .video-top-shortcode.default.style-sidebar-2 .video-item.default:not(:nth-child(-n+2)) {
    display: flex;
  }
}

.video-top-shortcode.style-2 .video-item {
  margin-bottom: 20px;
}

.video-top-shortcode.style-2 .video-item__title a {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .video-top-shortcode.style-2 .video-item__title a {
    font-size: 14px;
  }
}

.video-top-shortcode.style-2 .video-item__author {
  display: none;
}

@media screen and (max-width: 991px) {
  .video-top-shortcode.style-2.style-sidebar .video-item.video-style-3, .video-top-shortcode.style-2.style-sidebar-2 .video-item.video-style-3 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .video-top-shortcode.style-2.style-sidebar .video-item.video-style-3, .video-top-shortcode.style-2.style-sidebar-2 .video-item.video-style-3 {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 991px) {
  .video-top-shortcode.style-2.style-sidebar .video-item.video-style-3 .video-item__duration, .video-top-shortcode.style-2.style-sidebar-2 .video-item.video-style-3 .video-item__duration {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .video-top-shortcode.style-2.style-sidebar .video-item.video-style-3 .video-item__duration, .video-top-shortcode.style-2.style-sidebar-2 .video-item.video-style-3 .video-item__duration {
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  .video-top-shortcode.style-2.style-sidebar .video-item.video-style-3 .video-item__date, .video-top-shortcode.style-2.style-sidebar-2 .video-item.video-style-3 .video-item__date {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .video-top-shortcode.style-2.style-sidebar .video-item.video-style-3 .video-item__date, .video-top-shortcode.style-2.style-sidebar-2 .video-item.video-style-3 .video-item__date {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .video-top-shortcode.style-2.style-sidebar-2 .video-item.video-style-3:not(:nth-child(-n+2)) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .video-top-shortcode.style-2.style-sidebar-2 .video-item.video-style-3:not(:nth-child(-n+2)) {
    display: block;
  }
}

.video-top-shortcode.style-3 {
  padding: 20px;
  border: 1px solid #ededed;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .video-top-shortcode.style-3 {
    padding: 15px;
  }
}

@media screen and (max-width: 1199px) {
  .video-top-shortcode.style-3 .video-item__content {
    padding: 0 20px;
  }
}

@media screen and (max-width: 991px) {
  .video-top-shortcode.style-3 .video-item__content {
    padding: 0 15px;
  }
}

@media screen and (max-width: 991px) {
  .video-top-shortcode.style-3.style-sidebar .video-item__meta, .video-top-shortcode.style-3.style-sidebar-2 .video-item__meta {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .video-top-shortcode.style-3.style-sidebar .video-item__meta, .video-top-shortcode.style-3.style-sidebar-2 .video-item__meta {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .video-top-shortcode.style-3.style-sidebar .video-item__title a, .video-top-shortcode.style-3.style-sidebar-2 .video-item__title a {
    font-size: 12px;
    margin-bottom: 10px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .video-top-shortcode.style-3.style-sidebar .video-item__title a, .video-top-shortcode.style-3.style-sidebar-2 .video-item__title a {
    font-size: 14px;
    margin-bottom: 0;
    padding-right: 0;
  }
}

.video-top-shortcode.style-4 {
  max-width: none;
}

.video-top-shortcode.style-4 .video-list {
  margin: 0 -15px;
}

.video-top-shortcode.style-4 .video-item {
  padding: 0 15px;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .video-top-shortcode.style-4.style-sidebar .video-item__date,
  .video-top-shortcode.style-4.style-sidebar .video-item__author {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .video-top-shortcode.style-4.style-sidebar .video-item__date,
  .video-top-shortcode.style-4.style-sidebar .video-item__author {
    display: block;
  }
}

.video-top-shortcode .slick-arrow.slick-prev, .video-top-shortcode .slick-arrow.slick-next {
  background: rgba(0, 0, 0, 0.3);
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  transform: translateY(-50%);
  transition: all .3s;
}

.video-top-shortcode .slick-arrow.slick-prev:before, .video-top-shortcode .slick-arrow.slick-next:before {
  color: #fff;
  font-family: 'slick';
  font-size: 14px;
  line-height: 1;
  opacity: 1;
  transition: all .3s;
}

.video-top-shortcode .slick-arrow.slick-prev:hover, .video-top-shortcode .slick-arrow.slick-next:hover {
  background-color: #fe2854;
}

.video-top-shortcode .slick-arrow.slick-prev:hover:before, .video-top-shortcode .slick-arrow.slick-next:hover:before {
  background-color: #fff;
  transition: all .3s;
}

.video-top-shortcode .slick-arrow.slick-prev {
  left: 15px;
}

.video-top-shortcode .slick-arrow.slick-prev:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-left.svg);
  mask-image: url(../images/icon-arrow-left.svg);
  width: 4.69px;
  height: 8px;
  background-color: #fff;
}

.video-top-shortcode .slick-arrow.slick-next {
  right: 15px;
}

.video-top-shortcode .slick-arrow.slick-next:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-right.svg);
  mask-image: url(../images/icon-arrow-right.svg);
  width: 4.69px;
  height: 8px;
  background-color: #fff;
}

.video-top-shortcode .slick-dots {
  list-style: none;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .video-top-shortcode .slick-dots {
    bottom: 15px;
  }
}

.video-top-shortcode .slick-dots li {
  display: inline-block;
  padding: 0 12px;
}

.video-top-shortcode .slick-dots li.slick-active button {
  width: 16px;
  height: 16px;
  background: transparent;
}

@media screen and (max-width: 1199px) {
  .video-top-shortcode .slick-dots li.slick-active button {
    width: 12px;
    height: 12px;
  }
}

.video-top-shortcode .slick-dots li button {
  width: 8px;
  height: 8px;
  display: block;
  background: #000;
  border: 1px solid #000;
  font-size: 0;
  padding: 0;
  border-radius: 50%;
}

@media screen and (max-width: 1199px) {
  .video-top-shortcode .slick-dots li button {
    width: 6px;
    height: 6px;
  }
}

.video-top-shortcode .slick-dots li button:focus {
  outline: none;
}

.video-top-shortcode .video-control {
  position: absolute;
  right: 0;
  top: 0;
}

.video-top-shortcode .video-control .video-control-item {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 24px;
  margin: 0 2px;
  text-align: center;
}

.video-top-shortcode .video-control .video-control-item:first-child {
  margin-left: 0;
}

.video-top-shortcode .video-control .video-control-item:last-child {
  margin-right: 0;
}

.video-top-shortcode .video-control .video-control-item:hover {
  cursor: pointer;
}

.video-top-shortcode .video-control .video-control-item:hover i {
  background-color: #fe2854;
  transition: all .3s;
}

.video-top-shortcode .video-control .video-control-item.disable {
  opacity: .5;
  pointer-events: none;
}

.video-top-shortcode.dark-style .haru-shortcode-title {
  color: #fff;
}

.video-top-shortcode.dark-style.default .video-item__title a {
  color: #fff;
}

.video-top-shortcode.dark-style.default .video-item__meta > div {
  color: #ababab;
}

.video-top-shortcode.dark-style.default .video-item__meta > div:after {
  background-color: rgba(171, 171, 171, 0.8);
}

.video-list-category-shortcode {
  position: relative;
}

.video-list-category-shortcode .haru-shortcode-title {
  padding: 0;
  margin: 0 0 25px;
  position: relative;
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .video-list-category-shortcode .haru-shortcode-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .video-list-category-shortcode .haru-shortcode-title {
    font-size: 16px;
  }
}

.video-list-category-shortcode .haru-shortcode-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ededed;
}

.video-list-category-shortcode .haru-shortcode-title span {
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
}

.video-list-category-shortcode .haru-shortcode-title span:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background-color: #fe2854;
}

.video-my-videos-shortcode .haru-archive-layout-toggle {
  margin-right: 0;
}

.video-my-videos-shortcode .grid-columns {
  margin: 0 -15px;
}

.video-my-videos-shortcode .video-list .video-item {
  margin-bottom: 20px;
  padding: 0 15px;
}

.video-search-button .haru-icon:hover {
  background-color: #fe2854;
}

.video-search-popup {
  max-width: 80%;
  margin: 0 auto;
  color: #fff;
}

.video-search-popup .search-form {
  border: 1px solid rgba(237, 237, 237, 0.5);
}

.video-search-popup .mfp-close {
  color: #fff;
}

/* 
* More details here: http://codepen.io/dimsemenov/pen/GAIkt
*/
.search-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all .3s ease-in-out;
}

.search-zoom-in.mfp-bg {
  opacity: 0;
  transition: all .3s ease-out;
}

.search-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transition: all .3s ease-out;
}

.search-zoom-in.mfp-ready.mfp-bg {
  opacity: .95;
}

.search-zoom-in.mfp-removing .mfp-with-anim {
  opacity: 0;
  transition: all .3s ease-out;
}

.search-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.channel-category-shortcode {
  position: relative;
}

.channel-category-shortcode .channel-category-top {
  display: flex;
  margin-bottom: 25px;
  border-bottom: 1px solid #ededed;
}

@media screen and (max-width: 991px) {
  .channel-category-shortcode .channel-category-top {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .channel-category-shortcode .channel-category-top {
    display: block;
  }
}

.channel-category-shortcode .haru-shortcode-title {
  margin: 0 0 -1px 0;
  font-size: 20px;
  padding-right: 40px;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 991px) {
  .channel-category-shortcode .haru-shortcode-title {
    flex: 175px 0 0;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .channel-category-shortcode .haru-shortcode-title {
    font-size: 16px;
    padding-right: 0;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
  }
}

.channel-category-shortcode .haru-shortcode-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 60px;
  background-color: #fe2854;
}

@media screen and (max-width: 767px) {
  .channel-category-shortcode .haru-shortcode-title:before {
    bottom: -1px;
  }
}

.channel-category-shortcode .haru-shortcode-title.no-filter {
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .channel-category-shortcode .haru-shortcode-title.no-filter {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 15px;
  }
}

.channel-category-shortcode .channel-filter {
  list-style: none;
  padding: 0 130px 0 0;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .channel-category-shortcode .channel-filter {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .channel-category-shortcode .channel-filter {
    padding: 0;
    text-align: left;
  }
}

.channel-category-shortcode .channel-filter li {
  display: inline-block;
  margin: 0 10px -1px 10px;
}

.channel-category-shortcode .channel-filter li:first-child {
  margin-left: 0;
}

.channel-category-shortcode .channel-filter li:last-child {
  margin-right: 0;
}

.channel-category-shortcode .channel-filter .tab-item-heading {
  margin: 0;
  font-weight: 500;
}

.channel-category-shortcode .channel-filter a {
  display: block;
  color: #ababab;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  .channel-category-shortcode .channel-filter a {
    font-size: 13px;
  }
}

.channel-category-shortcode .channel-filter a:hover, .channel-category-shortcode .channel-filter a.active {
  color: #fe2854;
  transition: all .3s;
}

.channel-category-shortcode .channel-filter a:focus {
  outline: none;
}

.channel-category-shortcode.default .channel-list {
  margin: 0 -15px;
}

.channel-category-shortcode.default .channel-item {
  padding: 0 15px;
  margin-bottom: 20px;
}

.channel-category-shortcode.default .channel-item.channel-style-2 {
  margin-bottom: 30px;
}

.channel-category-shortcode .channels-ajax-view-more {
  position: absolute;
  right: 0;
  top: -70px;
}

@media screen and (max-width: 767px) {
  .channel-category-shortcode .channels-ajax-view-more {
    position: relative;
    top: 0;
    text-align: center;
  }
}

.channel-category-shortcode .channel-control {
  position: absolute;
  right: 0;
  top: 0;
}

.channel-category-shortcode .channel-control .channel-control-item {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 24px;
  margin: 0 2px;
  text-align: center;
}

.channel-category-shortcode .channel-control .channel-control-item:first-child {
  margin-left: 0;
}

.channel-category-shortcode .channel-control .channel-control-item:last-child {
  margin-right: 0;
}

.channel-category-shortcode .channel-control .channel-control-item:hover {
  cursor: pointer;
}

.channel-category-shortcode .channel-control .channel-control-item:hover i {
  background-color: #fe2854;
  transition: all .3s;
}

.channel-category-shortcode .channel-control .channel-control-item.disable {
  opacity: .5;
  pointer-events: none;
}

.channel-slideshow-shortcode .haru-shortcode-title {
  font-size: 20px;
  margin-bottom: 24px;
  position: relative;
  font-weight: 500;
  color: #1a051d;
}

@media screen and (max-width: 991px) {
  .channel-slideshow-shortcode .haru-shortcode-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .channel-slideshow-shortcode .haru-shortcode-title {
    font-size: 16px;
  }
}

.channel-slideshow-shortcode .haru-shortcode-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ededed;
}

.channel-slideshow-shortcode .haru-shortcode-title span {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

.channel-slideshow-shortcode .haru-shortcode-title span:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: 0;
  background-color: #fe2854;
}

.channel-slideshow-shortcode .haru-slick {
  display: none;
}

.channel-slideshow-shortcode .haru-slick.slick-initialized {
  display: block;
}

.channel-slideshow-shortcode .haru-slick:hover .slick-arrow.slick-prev, .channel-slideshow-shortcode .haru-slick:hover .slick-arrow.slick-next {
  opacity: 1;
  transition: all .3s;
}

.channel-slideshow-shortcode.default .channel-list {
  margin: 0 -10px;
}

.channel-slideshow-shortcode.default .channel-item {
  padding: 0 10px;
  margin-bottom: 10px;
}

.channel-slideshow-shortcode.default .channel-item:before {
  left: 10px;
  width: calc(100% - 20px);
}

.channel-slideshow-shortcode .slick-arrow.slick-prev, .channel-slideshow-shortcode .slick-arrow.slick-next {
  background: rgba(0, 0, 0, 0.3);
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  transform: translateY(-50%);
  transition: all .3s;
}

.channel-slideshow-shortcode .slick-arrow.slick-prev:before, .channel-slideshow-shortcode .slick-arrow.slick-next:before {
  color: #fff;
  font-family: 'slick';
  font-size: 14px;
  line-height: 1;
  opacity: 1;
  transition: all .3s;
}

.channel-slideshow-shortcode .slick-arrow.slick-prev:hover, .channel-slideshow-shortcode .slick-arrow.slick-next:hover {
  background-color: #fe2854;
}

.channel-slideshow-shortcode .slick-arrow.slick-prev:hover:before, .channel-slideshow-shortcode .slick-arrow.slick-next:hover:before {
  background-color: #fff;
  transition: all .3s;
}

.channel-slideshow-shortcode .slick-arrow.slick-prev {
  left: 15px;
}

.channel-slideshow-shortcode .slick-arrow.slick-prev:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-left.svg);
  mask-image: url(../images/icon-arrow-left.svg);
  width: 4.69px;
  height: 8px;
  background-color: #fff;
}

.channel-slideshow-shortcode .slick-arrow.slick-next {
  right: 15px;
}

.channel-slideshow-shortcode .slick-arrow.slick-next:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-right.svg);
  mask-image: url(../images/icon-arrow-right.svg);
  width: 4.69px;
  height: 8px;
  background-color: #fff;
}

.channel-slideshow-shortcode .slick-dots {
  list-style: none;
  padding: 0;
  margin-top: 15px;
  text-align: center;
}

.channel-slideshow-shortcode .slick-dots li {
  display: inline-block;
  padding: 0 12px;
}

.channel-slideshow-shortcode .slick-dots li.slick-active button {
  width: 16px;
  height: 16px;
  background: transparent;
}

.channel-slideshow-shortcode .slick-dots li button {
  width: 8px;
  height: 8px;
  display: block;
  background: #000;
  border: 1px solid #000;
  font-size: 0;
  padding: 0;
  border-radius: 50%;
}

.channel-slideshow-shortcode .slick-dots li button:focus {
  outline: none;
}

.channel-top-shortcode {
  position: relative;
}

.channel-top-shortcode .haru-shortcode-title {
  font-size: 20px;
  margin-bottom: 24px;
  position: relative;
  font-weight: 500;
  color: #1a051d;
}

@media screen and (max-width: 1199px) {
  .channel-top-shortcode .haru-shortcode-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .channel-top-shortcode .haru-shortcode-title {
    font-size: 16px;
  }
}

.channel-top-shortcode .haru-shortcode-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ededed;
}

.channel-top-shortcode .haru-shortcode-title span {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

.channel-top-shortcode .haru-shortcode-title span:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: 0;
  background-color: #fe2854;
}

.channel-top-shortcode .haru-slick {
  display: none;
}

.channel-top-shortcode .haru-slick.slick-initialized {
  display: block;
}

.channel-top-shortcode .haru-slick:hover .slick-arrow.slick-prev, .channel-top-shortcode .haru-slick:hover .slick-arrow.slick-next {
  opacity: 1;
  transition: all .3s;
}

.channel-top-shortcode.default .channel-item {
  position: relative;
}

.channel-top-shortcode.default .channel-item.default {
  display: flex;
  align-items: start;
  margin-bottom: 24px;
}

.channel-top-shortcode.default .channel-item.default:last-child {
  border: none;
  padding-bottom: 0;
}

.channel-top-shortcode.default .channel-item.default .channel-item__thumbnail {
  width: 35%;
  min-width: 100px;
}

.channel-top-shortcode.default .channel-item.default .channel-item__icon {
  display: none;
}

.channel-top-shortcode.default .channel-item.default .channel-item__duration {
  font-size: 10px;
  bottom: 4px;
  right: 4px;
}

.channel-top-shortcode.default .channel-item.default .channel-watch-later {
  top: 4px;
  right: 4px;
}

.channel-top-shortcode.default .channel-item.default .channel-item__content {
  padding-left: 12px;
  width: 65%;
}

.channel-top-shortcode.default .channel-item.default .channel-item__title {
  margin-top: 0;
  padding-top: 0;
}

.channel-top-shortcode.default .channel-item.default .channel-item__title a {
  font-size: 12px;
}

.channel-top-shortcode.default .channel-item.default .channel-item__meta {
  margin-bottom: 0;
}

.channel-top-shortcode.default .channel-item.default .channel-item__author {
  display: none;
}

.channel-top-shortcode.style-2 .channel-item {
  margin-bottom: 20px;
}

.channel-top-shortcode.style-2 .channel-item__title a {
  font-size: 12px;
}

.channel-top-shortcode.style-2 .channel-item__author {
  display: none;
}

.channel-top-shortcode.style-3 {
  padding: 20px;
  border: 1px solid #ededed;
  border-radius: 4px;
}

.channel-top-shortcode.style-4 {
  max-width: none;
}

.channel-top-shortcode.style-4 .channel-list {
  margin: 0 -15px;
}

.channel-top-shortcode.style-4 .channel-item {
  padding: 0 15px;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .channel-top-shortcode.style-4.style-sidebar .channel-item__date,
  .channel-top-shortcode.style-4.style-sidebar .channel-item__author {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .channel-top-shortcode.style-4.style-sidebar .channel-item__date,
  .channel-top-shortcode.style-4.style-sidebar .channel-item__author {
    display: block;
  }
}

.channel-top-shortcode.style-5 {
  padding: 20px;
  border: 1px solid #ededed;
  border-radius: 4px;
}

.channel-top-shortcode.style-5 .channel-item {
  margin-bottom: 20px;
}

.channel-top-shortcode.style-5 .channel-item:last-child {
  margin-bottom: 0;
}

.channel-top-shortcode.style-5 .channel-item__author {
  display: none;
}

.channel-top-shortcode.style-5 .channel-control {
  top: 20px;
  right: 20px;
}

.channel-top-shortcode.style-5.style-sidebar .channel-item, .channel-top-shortcode.style-5.style-sidebar-2 .channel-item {
  margin-bottom: 12px;
}

@media screen and (max-width: 1199px) {
  .channel-top-shortcode.style-5.style-sidebar .channel-item__title, .channel-top-shortcode.style-5.style-sidebar-2 .channel-item__title {
    padding-right: 30px;
  }
}

@media screen and (max-width: 991px) {
  .channel-top-shortcode.style-5.style-sidebar .channel-item__title, .channel-top-shortcode.style-5.style-sidebar-2 .channel-item__title {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .channel-top-shortcode.style-5.style-sidebar .channel-item__title, .channel-top-shortcode.style-5.style-sidebar-2 .channel-item__title {
    padding-right: 90px;
  }
}

@media screen and (max-width: 1199px) {
  .channel-top-shortcode.style-5.style-sidebar .channel-item__title a, .channel-top-shortcode.style-5.style-sidebar-2 .channel-item__title a {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .channel-top-shortcode.style-5.style-sidebar .channel-item__title a, .channel-top-shortcode.style-5.style-sidebar-2 .channel-item__title a {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .channel-top-shortcode.style-5.style-sidebar .channel-item__videos-count, .channel-top-shortcode.style-5.style-sidebar-2 .channel-item__videos-count {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .channel-top-shortcode.style-5.style-sidebar .channel-item__videos-count, .channel-top-shortcode.style-5.style-sidebar-2 .channel-item__videos-count {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .channel-top-shortcode.style-5.style-sidebar .channel-item__subscribe-2, .channel-top-shortcode.style-5.style-sidebar-2 .channel-item__subscribe-2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .channel-top-shortcode.style-5.style-sidebar .channel-item__subscribe-2, .channel-top-shortcode.style-5.style-sidebar-2 .channel-item__subscribe-2 {
    display: block;
  }
}

@media screen and (max-width: 1199px) {
  .channel-top-shortcode.style-5.style-sidebar .text-subscribe, .channel-top-shortcode.style-5.style-sidebar-2 .text-subscribe {
    font-size: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .channel-top-shortcode.style-5.style-sidebar .text-subscribe, .channel-top-shortcode.style-5.style-sidebar-2 .text-subscribe {
    font-size: 10px;
    padding-left: 3px;
  }
}

@media screen and (max-width: 991px) {
  .channel-top-shortcode.style-5.style-sidebar-2 .channel-item:not(:nth-child(-n+5)) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .channel-top-shortcode.style-5.style-sidebar-2 .channel-item:not(:nth-child(-n+5)) {
    display: flex;
  }
}

.channel-top-shortcode.style-6 {
  max-width: none;
}

.channel-top-shortcode.style-6 .channel-item {
  padding: 0 10px;
  margin-bottom: 30px;
}

.channel-top-shortcode .slick-arrow.slick-prev, .channel-top-shortcode .slick-arrow.slick-next {
  background: rgba(0, 0, 0, 0.3);
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  transform: translateY(-50%);
  transition: all .3s;
}

.channel-top-shortcode .slick-arrow.slick-prev:before, .channel-top-shortcode .slick-arrow.slick-next:before {
  color: #fff;
  font-family: 'slick';
  font-size: 14px;
  line-height: 1;
  opacity: 1;
  transition: all .3s;
}

.channel-top-shortcode .slick-arrow.slick-prev:hover, .channel-top-shortcode .slick-arrow.slick-next:hover {
  background-color: #fe2854;
}

.channel-top-shortcode .slick-arrow.slick-prev:hover:before, .channel-top-shortcode .slick-arrow.slick-next:hover:before {
  background-color: #fff;
  transition: all .3s;
}

.channel-top-shortcode .slick-arrow.slick-prev {
  left: 15px;
}

.channel-top-shortcode .slick-arrow.slick-prev:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-left.svg);
  mask-image: url(../images/icon-arrow-left.svg);
  width: 4.69px;
  height: 8px;
  background-color: #fff;
}

.channel-top-shortcode .slick-arrow.slick-next {
  right: 15px;
}

.channel-top-shortcode .slick-arrow.slick-next:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-right.svg);
  mask-image: url(../images/icon-arrow-right.svg);
  width: 4.69px;
  height: 8px;
  background-color: #fff;
}

.channel-top-shortcode .slick-dots {
  list-style: none;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .channel-top-shortcode .slick-dots {
    bottom: 15px;
  }
}

.channel-top-shortcode .slick-dots li {
  display: inline-block;
  padding: 0 12px;
}

.channel-top-shortcode .slick-dots li.slick-active button {
  width: 16px;
  height: 16px;
  background: transparent;
}

.channel-top-shortcode .slick-dots li button {
  width: 8px;
  height: 8px;
  display: block;
  background: #000;
  border: 1px solid #000;
  font-size: 0;
  padding: 0;
  border-radius: 50%;
}

.channel-top-shortcode .slick-dots li button:focus {
  outline: none;
}

.channel-top-shortcode .channel-control {
  position: absolute;
  right: 0;
  top: 0;
}

.channel-top-shortcode .channel-control .channel-control-item {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 24px;
  margin: 0 2px;
  text-align: center;
}

.channel-top-shortcode .channel-control .channel-control-item:first-child {
  margin-left: 0;
}

.channel-top-shortcode .channel-control .channel-control-item:last-child {
  margin-right: 0;
}

.channel-top-shortcode .channel-control .channel-control-item:hover {
  cursor: pointer;
}

.channel-top-shortcode .channel-control .channel-control-item:hover i {
  background-color: #fe2854;
  transition: all .3s;
}

.channel-top-shortcode .channel-control .channel-control-item.disable {
  opacity: .5;
  pointer-events: none;
}

.channel-my-channels-shortcode .haru-archive-layout-toggle {
  margin-right: 0;
}

.channel-my-channels-shortcode .grid-columns {
  margin: 0 -15px;
}

.channel-my-channels-shortcode .channel-list .channel-item {
  margin-bottom: 20px;
  padding: 0 15px;
}

.series-category-shortcode {
  position: relative;
}

.series-category-shortcode .series-category-top {
  display: flex;
  margin-bottom: 25px;
  border-bottom: 1px solid #ededed;
}

@media screen and (max-width: 991px) {
  .series-category-shortcode .series-category-top {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .series-category-shortcode .series-category-top {
    display: block;
  }
}

.series-category-shortcode .haru-shortcode-title {
  margin: 0 0 -1px 0;
  font-size: 20px;
  padding-right: 30px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .series-category-shortcode .haru-shortcode-title {
    flex: 175px 0 0;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .series-category-shortcode .haru-shortcode-title {
    font-size: 16px;
    padding-right: 0;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
  }
}

.series-category-shortcode .haru-shortcode-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 60px;
  background-color: #fe2854;
}

@media screen and (max-width: 767px) {
  .series-category-shortcode .haru-shortcode-title:before {
    bottom: -1px;
  }
}

.series-category-shortcode .haru-shortcode-title.no-filter {
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .series-category-shortcode .haru-shortcode-title.no-filter {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 15px;
  }
}

.series-category-shortcode .series-filter {
  list-style: none;
  padding: 0 130px 0 0;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .series-category-shortcode .series-filter {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .series-category-shortcode .series-filter {
    padding: 0;
    text-align: left;
  }
}

.series-category-shortcode .series-filter li {
  display: inline-block;
  margin: 0 10px -1px 10px;
}

.series-category-shortcode .series-filter li:first-child {
  margin-left: 0;
}

.series-category-shortcode .series-filter li:last-child {
  margin-right: 0;
}

.series-category-shortcode .series-filter .tab-item-heading {
  margin: 0;
  font-weight: 500;
}

.series-category-shortcode .series-filter a {
  display: block;
  color: #ababab;
  font-size: 14px;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  .series-category-shortcode .series-filter a {
    font-size: 13px;
  }
}

.series-category-shortcode .series-filter a:hover, .series-category-shortcode .series-filter a.active {
  color: #fe2854;
  transition: all .3s;
}

.series-category-shortcode .series-filter a:focus {
  outline: none;
}

.series-category-shortcode.default .series-list {
  margin: 0 -15px;
}

.series-category-shortcode.default .series-item {
  padding: 0 15px;
  margin-bottom: 20px;
}

.series-category-shortcode.default .series-item.series-style-2 {
  margin-bottom: 30px;
}

.series-category-shortcode .seriess-ajax-view-more {
  position: absolute;
  right: 0;
  top: -70px;
}

@media screen and (max-width: 767px) {
  .series-category-shortcode .seriess-ajax-view-more {
    position: relative;
    top: 0;
    text-align: center;
  }
}

.series-category-shortcode .series-control {
  position: absolute;
  right: 0;
  top: 0;
}

.series-category-shortcode .series-control .series-control-item {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 24px;
  margin: 0 2px;
  text-align: center;
}

.series-category-shortcode .series-control .series-control-item:first-child {
  margin-left: 0;
}

.series-category-shortcode .series-control .series-control-item:last-child {
  margin-right: 0;
}

.series-category-shortcode .series-control .series-control-item:hover {
  cursor: pointer;
}

.series-category-shortcode .series-control .series-control-item:hover i {
  background-color: #fe2854;
  transition: all .3s;
}

.series-category-shortcode .series-control .series-control-item.disable {
  opacity: .5;
  pointer-events: none;
}

.series-slideshow-shortcode .haru-shortcode-title {
  font-size: 20px;
  margin-bottom: 24px;
  position: relative;
  font-weight: 500;
  color: #1a051d;
}

@media screen and (max-width: 991px) {
  .series-slideshow-shortcode .haru-shortcode-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .series-slideshow-shortcode .haru-shortcode-title {
    font-size: 16px;
  }
}

.series-slideshow-shortcode .haru-shortcode-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ededed;
}

.series-slideshow-shortcode .haru-shortcode-title span {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

.series-slideshow-shortcode .haru-shortcode-title span:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: 0;
  background-color: #fe2854;
}

.series-slideshow-shortcode .haru-slick {
  display: none;
}

.series-slideshow-shortcode .haru-slick.slick-initialized {
  display: block;
}

.series-slideshow-shortcode .haru-slick:hover .slick-arrow.slick-prev, .series-slideshow-shortcode .haru-slick:hover .slick-arrow.slick-next {
  opacity: 1;
  transition: all .3s;
}

.series-slideshow-shortcode.default .series-list {
  margin: 0 -10px;
}

.series-slideshow-shortcode.default .series-item {
  padding: 0 10px;
}

.series-slideshow-shortcode .slick-arrow.slick-prev, .series-slideshow-shortcode .slick-arrow.slick-next {
  background: rgba(0, 0, 0, 0.3);
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  transform: translateY(-50%);
  transition: all .3s;
}

.series-slideshow-shortcode .slick-arrow.slick-prev:before, .series-slideshow-shortcode .slick-arrow.slick-next:before {
  color: #fff;
  font-family: 'slick';
  font-size: 14px;
  line-height: 1;
  opacity: 1;
  transition: all .3s;
}

.series-slideshow-shortcode .slick-arrow.slick-prev:hover, .series-slideshow-shortcode .slick-arrow.slick-next:hover {
  background-color: #fe2854;
}

.series-slideshow-shortcode .slick-arrow.slick-prev:hover:before, .series-slideshow-shortcode .slick-arrow.slick-next:hover:before {
  background-color: #fff;
  transition: all .3s;
}

.series-slideshow-shortcode .slick-arrow.slick-prev {
  left: 15px;
}

.series-slideshow-shortcode .slick-arrow.slick-prev:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-left.svg);
  mask-image: url(../images/icon-arrow-left.svg);
  width: 4.69px;
  height: 8px;
  background-color: #fff;
}

.series-slideshow-shortcode .slick-arrow.slick-next {
  right: 15px;
}

.series-slideshow-shortcode .slick-arrow.slick-next:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-right.svg);
  mask-image: url(../images/icon-arrow-right.svg);
  width: 4.69px;
  height: 8px;
  background-color: #fff;
}

.series-slideshow-shortcode .slick-dots {
  list-style: none;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .series-slideshow-shortcode .slick-dots {
    bottom: 15px;
  }
}

.series-slideshow-shortcode .slick-dots li {
  display: inline-block;
  padding: 0 12px;
}

.series-slideshow-shortcode .slick-dots li.slick-active button {
  width: 16px;
  height: 16px;
  background: transparent;
}

.series-slideshow-shortcode .slick-dots li button {
  width: 8px;
  height: 8px;
  display: block;
  background: #000;
  border: 1px solid #000;
  font-size: 0;
  padding: 0;
  border-radius: 50%;
}

.series-slideshow-shortcode .slick-dots li button:focus {
  outline: none;
}

.series-top-shortcode {
  position: relative;
}

.series-top-shortcode .haru-shortcode-title {
  font-size: 20px;
  margin-bottom: 24px;
  position: relative;
  font-weight: 500;
  color: #1a051d;
}

@media screen and (max-width: 1199px) {
  .series-top-shortcode .haru-shortcode-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .series-top-shortcode .haru-shortcode-title {
    font-size: 16px;
  }
}

.series-top-shortcode .haru-shortcode-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ededed;
}

.series-top-shortcode .haru-shortcode-title span {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

.series-top-shortcode .haru-shortcode-title span:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: 0;
  background-color: #fe2854;
}

.series-top-shortcode .haru-slick {
  display: none;
}

.series-top-shortcode .haru-slick.slick-initialized {
  display: block;
}

.series-top-shortcode .haru-slick:hover .slick-arrow.slick-prev, .series-top-shortcode .haru-slick:hover .slick-arrow.slick-next {
  opacity: 1;
  transition: all .3s;
}

.series-top-shortcode.default .series-item {
  position: relative;
}

.series-top-shortcode.default .series-item.default {
  display: flex;
  margin-bottom: 24px;
}

.series-top-shortcode.default .series-item.default:last-child {
  border: none;
  padding-bottom: 0;
}

.series-top-shortcode.default .series-item.default .series-item__thumbnail {
  width: 35%;
  min-width: 100px;
}

.series-top-shortcode.default .series-item.default .series-item__content {
  padding-left: 12px;
  width: 65%;
}

.series-top-shortcode.default .series-item.default .series-item__title {
  margin-top: 0;
  padding-top: 0;
}

.series-top-shortcode.default .series-item.default .series-item__icon {
  display: none;
}

.series-top-shortcode.style-2 .series-item {
  margin-bottom: 20px;
}

.series-top-shortcode.style-4 {
  max-width: none;
}

.series-top-shortcode.style-4 .series-list {
  margin: 0 -15px;
}

.series-top-shortcode.style-4 .series-item {
  padding: 0 15px;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .series-top-shortcode.style-4.style-sidebar .series-item__date,
  .series-top-shortcode.style-4.style-sidebar .series-item__author {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .series-top-shortcode.style-4.style-sidebar .series-item__date,
  .series-top-shortcode.style-4.style-sidebar .series-item__author {
    display: block;
  }
}

.series-top-shortcode .slick-arrow.slick-prev, .series-top-shortcode .slick-arrow.slick-next {
  background: rgba(0, 0, 0, 0.3);
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  transform: translateY(-50%);
  transition: all .3s;
}

.series-top-shortcode .slick-arrow.slick-prev:before, .series-top-shortcode .slick-arrow.slick-next:before {
  color: #fff;
  font-family: 'slick';
  font-size: 14px;
  line-height: 1;
  opacity: 1;
  transition: all .3s;
}

.series-top-shortcode .slick-arrow.slick-prev:hover, .series-top-shortcode .slick-arrow.slick-next:hover {
  background-color: #fe2854;
}

.series-top-shortcode .slick-arrow.slick-prev:hover:before, .series-top-shortcode .slick-arrow.slick-next:hover:before {
  background-color: #fff;
  transition: all .3s;
}

.series-top-shortcode .slick-arrow.slick-prev {
  left: 15px;
}

.series-top-shortcode .slick-arrow.slick-prev:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-left.svg);
  mask-image: url(../images/icon-arrow-left.svg);
  width: 4.69px;
  height: 8px;
  background-color: #fff;
}

.series-top-shortcode .slick-arrow.slick-next {
  right: 15px;
}

.series-top-shortcode .slick-arrow.slick-next:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-right.svg);
  mask-image: url(../images/icon-arrow-right.svg);
  width: 4.69px;
  height: 8px;
  background-color: #fff;
}

.series-top-shortcode .slick-dots {
  list-style: none;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .series-top-shortcode .slick-dots {
    bottom: 15px;
  }
}

.series-top-shortcode .slick-dots li {
  display: inline-block;
  padding: 0 12px;
}

.series-top-shortcode .slick-dots li.slick-active button {
  width: 16px;
  height: 16px;
  background: transparent;
}

.series-top-shortcode .slick-dots li button {
  width: 8px;
  height: 8px;
  display: block;
  background: #000;
  border: 1px solid #000;
  font-size: 0;
  padding: 0;
  border-radius: 50%;
}

.series-top-shortcode .slick-dots li button:focus {
  outline: none;
}

.series-top-shortcode .series-control {
  position: absolute;
  right: 0;
  top: 0;
}

.series-top-shortcode .series-control .series-control-item {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 24px;
  margin: 0 2px;
  text-align: center;
}

.series-top-shortcode .series-control .series-control-item:first-child {
  margin-left: 0;
}

.series-top-shortcode .series-control .series-control-item:last-child {
  margin-right: 0;
}

.series-top-shortcode .series-control .series-control-item:hover {
  cursor: pointer;
}

.series-top-shortcode .series-control .series-control-item:hover i {
  background-color: #fe2854;
  transition: all .3s;
}

.series-top-shortcode .series-control .series-control-item.disable {
  opacity: .5;
  pointer-events: none;
}

.series-my-seriess-shortcode .haru-archive-layout-toggle {
  margin-right: 0;
}

.series-my-seriess-shortcode .grid-columns {
  margin: 0 -15px;
}

.series-my-seriess-shortcode .series-list .series-item {
  margin-bottom: 20px;
  padding: 0 15px;
}

.playlist-category-shortcode {
  position: relative;
}

.playlist-category-shortcode .playlist-category-top {
  display: flex;
  margin-bottom: 25px;
  border-bottom: 1px solid #ededed;
}

@media screen and (max-width: 991px) {
  .playlist-category-shortcode .playlist-category-top {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .playlist-category-shortcode .playlist-category-top {
    display: block;
  }
}

.playlist-category-shortcode .haru-shortcode-title {
  margin: 0 0 -1px 0;
  font-size: 20px;
  padding-right: 40px;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 991px) {
  .playlist-category-shortcode .haru-shortcode-title {
    flex: 175px 0 0;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .playlist-category-shortcode .haru-shortcode-title {
    font-size: 16px;
    padding-right: 0;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
  }
}

.playlist-category-shortcode .haru-shortcode-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 60px;
  background-color: #fe2854;
}

@media screen and (max-width: 767px) {
  .playlist-category-shortcode .haru-shortcode-title:before {
    bottom: -1px;
  }
}

.playlist-category-shortcode .haru-shortcode-title.no-filter {
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .playlist-category-shortcode .haru-shortcode-title.no-filter {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 15px;
  }
}

.playlist-category-shortcode .playlist-filter {
  list-style: none;
  padding: 0 130px 0 0;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .playlist-category-shortcode .playlist-filter {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .playlist-category-shortcode .playlist-filter {
    padding: 0;
    text-align: left;
  }
}

.playlist-category-shortcode .playlist-filter li {
  display: inline-block;
  margin: 0 10px -1px 10px;
}

.playlist-category-shortcode .playlist-filter li:first-child {
  margin-left: 0;
}

.playlist-category-shortcode .playlist-filter li:last-child {
  margin-right: 0;
}

.playlist-category-shortcode .playlist-filter .tab-item-heading {
  margin: 0;
  font-weight: 500;
}

.playlist-category-shortcode .playlist-filter a {
  display: block;
  color: #ababab;
  font-size: 14px;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  .playlist-category-shortcode .playlist-filter a {
    font-size: 13px;
  }
}

.playlist-category-shortcode .playlist-filter a:hover, .playlist-category-shortcode .playlist-filter a.active {
  color: #fe2854;
  transition: all .3s;
}

.playlist-category-shortcode .playlist-filter a:focus {
  outline: none;
}

.playlist-category-shortcode.default .playlist-list {
  margin: 0 -15px;
}

.playlist-category-shortcode.default .playlist-item {
  padding: 0 15px;
  margin-bottom: 20px;
}

.playlist-category-shortcode.default .playlist-item.playlist-style-2 {
  margin-bottom: 30px;
}

.playlist-category-shortcode .playlists-ajax-view-more {
  position: absolute;
  right: 0;
  top: -70px;
}

@media screen and (max-width: 767px) {
  .playlist-category-shortcode .playlists-ajax-view-more {
    position: relative;
    top: 0;
    text-align: center;
  }
}

.playlist-category-shortcode .playlist-control {
  position: absolute;
  right: 0;
  top: 0;
}

.playlist-category-shortcode .playlist-control .playlist-control-item {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 24px;
  margin: 0 2px;
  text-align: center;
}

.playlist-category-shortcode .playlist-control .playlist-control-item:first-child {
  margin-left: 0;
}

.playlist-category-shortcode .playlist-control .playlist-control-item:last-child {
  margin-right: 0;
}

.playlist-category-shortcode .playlist-control .playlist-control-item:hover {
  cursor: pointer;
}

.playlist-category-shortcode .playlist-control .playlist-control-item:hover i {
  background-color: #fe2854;
  transition: all .3s;
}

.playlist-category-shortcode .playlist-control .playlist-control-item.disable {
  opacity: .5;
  pointer-events: none;
}

.playlist-slideshow-shortcode .haru-shortcode-title {
  font-size: 20px;
  margin-bottom: 24px;
  position: relative;
  font-weight: 500;
  color: #1a051d;
}

@media screen and (max-width: 991px) {
  .playlist-slideshow-shortcode .haru-shortcode-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .playlist-slideshow-shortcode .haru-shortcode-title {
    font-size: 16px;
  }
}

.playlist-slideshow-shortcode .haru-shortcode-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ededed;
}

.playlist-slideshow-shortcode .haru-shortcode-title span {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

.playlist-slideshow-shortcode .haru-shortcode-title span:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: 0;
  background-color: #fe2854;
}

.playlist-slideshow-shortcode .haru-slick {
  display: none;
}

.playlist-slideshow-shortcode .haru-slick.slick-initialized {
  display: block;
}

.playlist-slideshow-shortcode .haru-slick:hover .slick-arrow.slick-prev, .playlist-slideshow-shortcode .haru-slick:hover .slick-arrow.slick-next {
  opacity: 1;
  transition: all .3s;
}

.playlist-slideshow-shortcode.default {
  overflow: hidden;
}

.playlist-slideshow-shortcode.default .playlist-list {
  margin: 0 -15px;
}

.playlist-slideshow-shortcode.default .playlist-item {
  padding: 0 15px;
}

.playlist-slideshow-shortcode .slick-arrow.slick-prev, .playlist-slideshow-shortcode .slick-arrow.slick-next {
  background: rgba(0, 0, 0, 0.3);
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  transform: translateY(-50%);
  transition: all .3s;
}

.playlist-slideshow-shortcode .slick-arrow.slick-prev:before, .playlist-slideshow-shortcode .slick-arrow.slick-next:before {
  color: #fff;
  font-family: 'slick';
  font-size: 14px;
  line-height: 1;
  opacity: 1;
  transition: all .3s;
}

.playlist-slideshow-shortcode .slick-arrow.slick-prev:hover, .playlist-slideshow-shortcode .slick-arrow.slick-next:hover {
  background-color: #fe2854;
}

.playlist-slideshow-shortcode .slick-arrow.slick-prev:hover:before, .playlist-slideshow-shortcode .slick-arrow.slick-next:hover:before {
  background-color: #fff;
  transition: all .3s;
}

.playlist-slideshow-shortcode .slick-arrow.slick-prev {
  left: 15px;
}

.playlist-slideshow-shortcode .slick-arrow.slick-prev:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-left.svg);
  mask-image: url(../images/icon-arrow-left.svg);
  width: 4.69px;
  height: 8px;
  background-color: #fff;
}

.playlist-slideshow-shortcode .slick-arrow.slick-next {
  right: 15px;
}

.playlist-slideshow-shortcode .slick-arrow.slick-next:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-right.svg);
  mask-image: url(../images/icon-arrow-right.svg);
  width: 4.69px;
  height: 8px;
  background-color: #fff;
}

.playlist-slideshow-shortcode .slick-dots {
  list-style: none;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .playlist-slideshow-shortcode .slick-dots {
    bottom: 15px;
  }
}

.playlist-slideshow-shortcode .slick-dots li {
  display: inline-block;
  padding: 0 12px;
}

.playlist-slideshow-shortcode .slick-dots li.slick-active button {
  width: 16px;
  height: 16px;
  background: transparent;
}

.playlist-slideshow-shortcode .slick-dots li button {
  width: 8px;
  height: 8px;
  display: block;
  background: #000;
  border: 1px solid #000;
  font-size: 0;
  padding: 0;
  border-radius: 50%;
}

.playlist-slideshow-shortcode .slick-dots li button:focus {
  outline: none;
}

.playlist-top-shortcode {
  position: relative;
}

.playlist-top-shortcode .haru-shortcode-title {
  font-size: 20px;
  margin-bottom: 24px;
  position: relative;
  font-weight: 500;
  color: #1a051d;
}

@media screen and (max-width: 991px) {
  .playlist-top-shortcode .haru-shortcode-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .playlist-top-shortcode .haru-shortcode-title {
    font-size: 16px;
  }
}

.playlist-top-shortcode .haru-shortcode-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ededed;
}

.playlist-top-shortcode .haru-shortcode-title span {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

.playlist-top-shortcode .haru-shortcode-title span:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: 0;
  background-color: #fe2854;
}

.playlist-top-shortcode .haru-slick {
  display: none;
}

.playlist-top-shortcode .haru-slick.slick-initialized {
  display: block;
}

.playlist-top-shortcode .haru-slick:hover .slick-arrow.slick-prev, .playlist-top-shortcode .haru-slick:hover .slick-arrow.slick-next {
  opacity: 1;
  transition: all .3s;
}

.playlist-top-shortcode.default .playlist-item {
  position: relative;
}

.playlist-top-shortcode.default .playlist-item.default {
  display: flex;
  margin-bottom: 24px;
}

.playlist-top-shortcode.default .playlist-item.default:last-child {
  border: none;
  padding-bottom: 0;
}

.playlist-top-shortcode.default .playlist-item.default .playlist-item__thumbnail {
  width: 35%;
  min-width: 100px;
}

.playlist-top-shortcode.default .playlist-item.default .playlist-item__content {
  padding-left: 12px;
  width: 65%;
}

.playlist-top-shortcode.default .playlist-item.default .playlist-item__title {
  margin-top: 0;
  padding-top: 0;
}

.playlist-top-shortcode.style-2 .playlist-item {
  margin-bottom: 20px;
}

.playlist-top-shortcode.style-4 {
  max-width: none;
}

.playlist-top-shortcode.style-4 .playlist-list {
  margin: 0 -15px;
}

.playlist-top-shortcode.style-4 .playlist-item {
  padding: 0 15px;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .playlist-top-shortcode.style-4.style-sidebar .playlist-item__date,
  .playlist-top-shortcode.style-4.style-sidebar .playlist-item__author {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .playlist-top-shortcode.style-4.style-sidebar .playlist-item__date,
  .playlist-top-shortcode.style-4.style-sidebar .playlist-item__author {
    display: block;
  }
}

.playlist-top-shortcode .slick-arrow.slick-prev, .playlist-top-shortcode .slick-arrow.slick-next {
  background: rgba(0, 0, 0, 0.3);
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  transform: translateY(-50%);
  transition: all .3s;
}

.playlist-top-shortcode .slick-arrow.slick-prev:before, .playlist-top-shortcode .slick-arrow.slick-next:before {
  color: #fff;
  font-family: 'slick';
  font-size: 14px;
  line-height: 1;
  opacity: 1;
  transition: all .3s;
}

.playlist-top-shortcode .slick-arrow.slick-prev:hover, .playlist-top-shortcode .slick-arrow.slick-next:hover {
  background-color: #fe2854;
}

.playlist-top-shortcode .slick-arrow.slick-prev:hover:before, .playlist-top-shortcode .slick-arrow.slick-next:hover:before {
  background-color: #fff;
  transition: all .3s;
}

.playlist-top-shortcode .slick-arrow.slick-prev {
  left: 15px;
}

.playlist-top-shortcode .slick-arrow.slick-prev:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-left.svg);
  mask-image: url(../images/icon-arrow-left.svg);
  width: 4.69px;
  height: 8px;
  background-color: #fff;
}

.playlist-top-shortcode .slick-arrow.slick-next {
  right: 15px;
}

.playlist-top-shortcode .slick-arrow.slick-next:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  -webkit-mask-image: url(../images/icon-arrow-right.svg);
  mask-image: url(../images/icon-arrow-right.svg);
  width: 4.69px;
  height: 8px;
  background-color: #fff;
}

.playlist-top-shortcode .slick-dots {
  list-style: none;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .playlist-top-shortcode .slick-dots {
    bottom: 15px;
  }
}

.playlist-top-shortcode .slick-dots li {
  display: inline-block;
  padding: 0 12px;
}

.playlist-top-shortcode .slick-dots li.slick-active button {
  width: 16px;
  height: 16px;
  background: transparent;
}

.playlist-top-shortcode .slick-dots li button {
  width: 8px;
  height: 8px;
  display: block;
  background: #000;
  border: 1px solid #000;
  font-size: 0;
  padding: 0;
  border-radius: 50%;
}

.playlist-top-shortcode .slick-dots li button:focus {
  outline: none;
}

.playlist-top-shortcode .playlist-control {
  position: absolute;
  right: 0;
  top: 0;
}

.playlist-top-shortcode .playlist-control .playlist-control-item {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 24px;
  margin: 0 2px;
  text-align: center;
}

.playlist-top-shortcode .playlist-control .playlist-control-item:first-child {
  margin-left: 0;
}

.playlist-top-shortcode .playlist-control .playlist-control-item:last-child {
  margin-right: 0;
}

.playlist-top-shortcode .playlist-control .playlist-control-item:hover {
  cursor: pointer;
}

.playlist-top-shortcode .playlist-control .playlist-control-item:hover i {
  background-color: #fe2854;
  transition: all .3s;
}

.playlist-top-shortcode .playlist-control .playlist-control-item.disable {
  opacity: .5;
  pointer-events: none;
}

.playlist-my-playlists-shortcode .haru-archive-layout-toggle {
  margin-right: 0;
}

.playlist-my-playlists-shortcode .grid-columns {
  margin: 0 -15px;
}

.playlist-my-playlists-shortcode .playlist-list .playlist-item {
  margin-bottom: 20px;
  padding: 0 15px;
}

.find-box {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  width: 600px;
  overflow: hidden;
  margin-left: -300px;
  position: fixed;
  top: 30px;
  bottom: 30px;
  left: 50%;
  z-index: 100105;
}

@media screen and (max-width: 767px) {
  .find-box {
    max-width: 300px;
    margin-left: -150px;
  }
}

.find-box input[type="text"] {
  border: 1px solid #ededed;
}

.find-box input[type="text"]:focus {
  outline: none;
}

.find-box .button {
  background-color: #fe2854;
  border: none;
  color: #fff;
  padding: 2px 20px;
  border-radius: 4px;
  font-weight: 500;
}

.find-box .button span {
  color: #fff;
}

.find-box-head {
  background: #fcfcfc;
  border-bottom: 1px solid #ddd;
  height: 36px;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  padding: 0 36px 0 16px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#find-posts-close {
  width: 36px;
  height: 36px;
  border: none;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  text-align: center;
  background: 0 0;
  color: #666;
}

#find-posts-close:before {
  font: normal 20px/36px dashicons;
  vertical-align: top;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f158";
}

.find-box-inside {
  overflow: auto;
  padding: 16px;
  background-color: #fff;
  position: absolute;
  top: 37px;
  bottom: 45px;
  overflow-y: scroll;
  width: 100%;
  box-sizing: border-box;
}

#find-posts-response,
.find-box-search {
  position: relative;
}

.find-box-buttons {
  padding: 8px 16px;
  background: #fcfcfc;
  border-top: 1px solid #ddd;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.ui-find-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .7;
  filter: alpha(opacity=70);
  z-index: 100100;
}

.cmb-form input[type="text"] {
  border: 1px solid #ededed;
}

.cmb-form input[type="text"]:focus {
  outline: none;
}

.cmb-form input[type=file]:focus {
  outline: none;
}

.cmb-form .button {
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  color: #fff;
  padding: 6px 20px;
  border-radius: 4px;
  font-weight: 500;
}

.cmb-form .button:hover {
  background-color: black;
}

.cmb-form .button span {
  color: #fff;
}

.cmb-form input[type="submit"] {
  background-color: #fe2854;
  border: none;
  color: #fff;
  padding: 6px 20px;
  border-radius: 4px;
  font-weight: 500;
}

.cmb-form .cmb-type-title .cmb-td {
  width: 100%;
}

.cmb-form .attached-posts-section {
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .cmb-form .cmb-th {
    font-size: 14px;
  }
}

.cmb-form .cmb-td {
  width: calc(100% - 200px);
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .cmb-form .cmb-td {
    padding: 0;
  }
}

.cmb-form .cmb-td input[type="text"] {
  width: 100%;
}

.cmb-form .cmb2-checkbox-list label {
  font-weight: 400;
}

.cmb-form p.cmb2-metabox-description {
  font-size: 13px;
  font-style: normal;
}

.cmb-form .select2-container {
  min-width: 200px;
}

.cmb-form .select2-container--default .select2-selection--single {
  border-radius: 4px;
  border: 1px solid #ededed;
  padding: 6px 8px;
  height: 40px;
}

.cmb-form .select2-container--default .select2-selection--single:focus {
  outline: none;
}

.cmb-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 4px;
}

.cmb-form .cmb-th label {
  color: #1a051d;
  font-weight: 500;
}

.cmb-form .cmb-multicheck-toggle {
  padding: 0 10px;
  border: 1px solid #ededed;
  height: 30px;
  line-height: 30px;
  display: inline-block;
}

.cmb-form .cmb-multicheck-toggle:hover {
  cursor: pointer;
}

.cmb-form ul {
  padding: 0;
  list-style: none;
}

.cmb-form .cmb2-text-medium {
  width: 100% !important;
}

.cmb-form .cmb2-text-list input[type="text"] {
  width: calc(50% - 10px);
}

.cmb-form .attached-posts-wrap .retrieved,
.cmb-form .attached-posts-wrap .attached {
  height: 142px !important;
  overflow-y: auto;
}

.cmb-form .attached-posts-wrap .cmb2-attached-posts-search-button {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .cmb-form .cmb-type-custom-attached-posts .retrieved-wrap {
    margin-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .cmb-form .cmb-type-custom-attached-posts .column-wrap {
    width: 47%;
  }
}

.cmb-form input[type="text"] {
  height: 40px;
  line-height: 40px;
  border: 1px solid #ededed;
  border-radius: 4px;
  padding: 10px 15px;
}

.cmb-form input[type="submit"] {
  display: block;
  margin: 30px auto 30px 210px;
}

@media screen and (max-width: 767px) {
  .cmb-form input[type="submit"] {
    margin-left: 0;
  }
}

.message-submit-warning {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  display: block;
  font-weight: 500;
  line-height: 1.8;
}

.message-submit-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  display: block;
  font-weight: 400;
  line-height: 1.8;
  margin-right: 1.2rem;
}

.message-submit-error strong {
  font-weight: 500;
}

.video-submit-notice {
  background-color: #f7f8f9;
  border-radius: 4px;
  border: 1px dashed #eae8ea;
  padding: 15px 20px 20px;
  margin-bottom: 30px;
}

.video-submit-notice p {
  position: relative;
  padding-left: 20px;
}

.video-submit-notice p:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  top: 11px;
  left: 0;
  border-radius: 50%;
  background-color: #1a051d;
}

.video-submit-notice strong {
  color: #1a051d;
  font-weight: 500;
}

.video-submit-notice-title {
  padding-bottom: 10px;
  line-height: 1.5;
  text-transform: uppercase;
}

.user-subscription-action {
  padding-top: 15px;
}

.author-top-shortcode {
  position: relative;
}

.author-top-shortcode .haru-shortcode-title {
  font-size: 20px;
  margin-bottom: 24px;
  position: relative;
  font-weight: 500;
  color: #1a051d;
}

@media screen and (max-width: 991px) {
  .author-top-shortcode .haru-shortcode-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .author-top-shortcode .haru-shortcode-title {
    font-size: 16px;
  }
}

.author-top-shortcode .haru-shortcode-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ededed;
}

.author-top-shortcode .haru-shortcode-title span {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

.author-top-shortcode .haru-shortcode-title span:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: 0;
  background-color: #fe2854;
}

.author-top-shortcode .author-item {
  position: relative;
  margin-bottom: 20px;
}

.author-top-shortcode .author-item__title {
  padding-top: 5px;
  margin-bottom: 5px;
}

.author-top-shortcode .author-item__title a {
  color: #1a051d;
  line-height: 1.4;
  transition: all .3s;
}

.author-top-shortcode .author-item__title a:hover {
  color: #fe2854;
  transition: all .3s;
}

.author-top-shortcode .author-item__meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 12px;
}

.author-top-shortcode .author-item__meta > div {
  margin-right: 15px;
  position: relative;
}

.author-top-shortcode .author-item__meta > div:after {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #6d5f6f;
  position: absolute;
  right: -8px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.author-top-shortcode .author-item__meta > div:last-child {
  margin-right: 0;
}

.author-top-shortcode .author-item__meta > div:last-child:after {
  display: none;
}

.author-top-shortcode .author-item__meta > div > i {
  margin-right: 5px;
  display: none;
}

.author-top-shortcode .author-item__add-friend {
  margin-left: auto;
}

.author-top-shortcode .author-item__add-friend a.friendship-button {
  background-color: #fe2854;
  display: inline-block;
  height: 28px;
  border: 1px solid #fe2854;
  border-radius: 4px;
  padding: 0 20px;
  font-size: 12px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  transition: all .3s;
}

.author-top-shortcode .author-item__add-friend a.friendship-button:hover {
  background-color: transparent;
  border: 1px solid #fe2854;
  color: #fe2854;
  transition: all .3s;
}

.author-top-shortcode .author-item.default {
  display: flex;
  width: 100%;
}

.author-top-shortcode .author-item.default .author-item__thumbnail {
  width: 56px;
  height: 56px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  flex: 0 0 56px;
}

.author-top-shortcode .author-item.default .author-item__thumbnail img {
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.author-top-shortcode .author-item.default .author-item__title {
  margin-top: 0;
}

.author-top-shortcode .author-item.default .author-item__content {
  padding: 0 12px;
}

.author-top-shortcode .author-item.default .author-item__subscribe-2 {
  margin-left: auto;
}

.author-top-shortcode.default {
  padding: 20px;
  border: 1px solid #ededed;
  border-radius: 4px;
}

.author-top-shortcode.default .author-item {
  margin-bottom: 20px;
}

.author-top-shortcode.default .author-item:last-child {
  margin-bottom: 0;
}

.author-top-shortcode.style-2 .author-item__add-friend {
  display: none;
}

.author-top-shortcode.dark-style.default .author-item__title a {
  color: #fff;
}

.author-top-shortcode.dark-style.style-2 .author-item__title a {
  color: #fff;
}

.author-top-shortcode.dark-style.style-2 .author-item__meta > div {
  color: #ababab;
}

.author-top-shortcode.dark-style.style-2 .author-item__meta > div:after {
  background-color: rgba(171, 171, 171, 0.8);
}

.user-menu-shortcode .user-account-wrap {
  display: inline-block;
  margin-top: 1px;
}

.user-menu-shortcode .user-account-wrap .user-menu-login:hover .haru-icon {
  background-color: #fe2854;
}

.user-menu-shortcode .user-account-wrap .user-account-content {
  position: relative;
}

.user-menu-shortcode .user-account-wrap .user-account-content:hover .user-account-menu {
  opacity: 1;
  visibility: visible;
  top: 110%;
  z-index: 999;
  -webkit-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  -moz-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  -ms-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  -o-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
}

.user-menu-shortcode .user-account-wrap .user-account-content.logged-in {
  top: -4px;
}

.user-menu-shortcode .user-account-wrap .user-account-content .user-account-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  left: auto;
  border: solid 1px #ededed;
  top: 125%;
  width: auto;
  min-width: 180px;
  background-color: #fff;
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all .5s;
}

.user-menu-shortcode .user-account-wrap .user-account-content li {
  padding: 5px 30px;
  position: relative;
}

.user-menu-shortcode .user-account-wrap .user-account-content li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
  transition: all .3s;
}

.user-menu-shortcode .user-account-wrap .user-account-content li.membership {
  display: none;
}

.user-menu-shortcode .user-account-wrap .user-account-content .sub-menu {
  position: absolute;
  border: solid 1px #ededed;
  background-color: #fff;
  width: 100%;
  min-width: 180px;
  top: 10px;
  right: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.user-menu-shortcode .user-account-wrap .user-account-content .avatar {
  max-width: 16px;
  border-radius: 50%;
}

#buddypress .archive-video__title,
#buddypress .archive-playlist__title,
#buddypress .archive-series__title,
#buddypress .archive-channel__title,
#buddypress .archive-actor__title,
#buddypress .archive-director__title {
  color: #1a051d;
  font-size: 20px;
  margin: 0 !important;
}

#buddypress .haru-archive-layout-toggle {
  margin-right: 0;
}

#buddypress .video-item__title,
#buddypress .playlist-item__title,
#buddypress .series-item__title,
#buddypress .channel-item__title {
  padding-top: 5px;
  margin-bottom: 5px;
  margin-top: 10px;
}

#buddypress .layout-wrap.style-list .video-item__title,
#buddypress .layout-wrap.style-list .playlist-item__title,
#buddypress .layout-wrap.style-list .series-item__title,
#buddypress .layout-wrap.style-list .channel-item__title {
  padding-top: 0;
  margin-top: 0;
}

.bd-tab-videos {
  margin: 0 -15px;
}

.bd-tab-videos .video-item {
  padding: 0 15px;
  margin-bottom: 15px;
}

.bd-tab-playlists {
  margin: 0 -15px;
}

.bd-tab-playlists .playlist-item {
  padding: 0 15px;
  margin-bottom: 15px;
}

.bd-tab-seriess {
  margin: 0 -15px;
}

.bd-tab-seriess .series-item {
  padding: 0 15px;
  margin-bottom: 15px;
}

.bd-tab-channels {
  margin: 0 -15px;
}

.bd-tab-channels .channel-item {
  padding: 0 15px;
  margin-bottom: 15px;
}

.bd-tab-channels {
  margin: 0 -15px;
}

.bd-tab-channels .channel-item {
  padding: 0 15px;
  margin-bottom: 15px;
}

.bp-no-item {
  padding-bottom: 10px;
}

.bd-pagination-cpt {
  margin: 30px 0;
  text-align: center;
}

.bd-pagination-cpt .bp-video-load-more,
.bd-pagination-cpt .bp-playlist-load-more,
.bd-pagination-cpt .bp-channel-load-more,
.bd-pagination-cpt .bp-series-load-more {
  background-color: #fe2854 !important;
  color: #fff !important;
  display: inline-block;
  font-weight: 500 !important;
  height: 40px;
  line-height: 40px !important;
  padding: 0 25px !important;
  border-radius: 4px !important;
  border: none !important;
}

.bd-pagination-cpt .bp-video-load-more:hover,
.bd-pagination-cpt .bp-playlist-load-more:hover,
.bd-pagination-cpt .bp-channel-load-more:hover,
.bd-pagination-cpt .bp-series-load-more:hover {
  color: #fff;
}

.bd-pagination-cpt .bp-video-load-more:focus,
.bd-pagination-cpt .bp-playlist-load-more:focus,
.bd-pagination-cpt .bp-channel-load-more:focus,
.bd-pagination-cpt .bp-series-load-more:focus {
  outline: none;
}

.bd-pagination-cpt .bp-video-load-more i,
.bd-pagination-cpt .bp-playlist-load-more i,
.bd-pagination-cpt .bp-channel-load-more i,
.bd-pagination-cpt .bp-series-load-more i {
  display: none;
}

.bd-pagination-cpt .bp-video-load-more.loading i,
.bd-pagination-cpt .bp-playlist-load-more.loading i,
.bd-pagination-cpt .bp-channel-load-more.loading i,
.bd-pagination-cpt .bp-series-load-more.loading i {
  display: inline-block;
}

#youzify div.item-list-tabs {
  padding: 15px 20px;
  margin: 0 0 35px;
  background-color: #fff;
  border-radius: 3px;
}

#youzify .archive-video__title,
#youzify .archive-playlist__title,
#youzify .archive-series__title,
#youzify .archive-channel__title,
#youzify .archive-actor__title,
#youzify .archive-director__title {
  color: #1a051d;
  font-size: 20px;
  margin: 0 !important;
}

#youzify .haru-archive-layout-toggle {
  margin-right: 0;
}

#youzify .video-item__title,
#youzify .playlist-item__title,
#youzify .series-item__title,
#youzify .channel-item__title {
  padding-top: 5px;
  margin-bottom: 5px;
  margin-top: 10px;
}

#youzify .layout-wrap.style-list .video-item__title,
#youzify .layout-wrap.style-list .playlist-item__title,
#youzify .layout-wrap.style-list .series-item__title,
#youzify .layout-wrap.style-list .channel-item__title {
  padding-top: 0;
  margin-top: 0;
}

#youzify .haru-clock {
  height: 10px;
}

#youzify .haru-grid {
  height: 14px;
}

#youzify .haru-list-small {
  height: 11px;
}

#youzify .haru-play {
  height: 48px;
}

#youzify .haru-user-plus {
  height: 16px;
}

#youzify .haru-user {
  height: 16px;
}

#youzify .video-item__duration {
  line-height: normal;
}

.youzify-membership-login-page {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 991px) {
  .youzify-membership-login-page {
    margin-bottom: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .youzify-membership-login-page {
    margin-bottom: 60px !important;
  }
}

.youzify-page {
  padding-bottom: 40px;
}

.buddypress.media {
  overflow-y: auto;
}

.pmpro-require-membership {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.pmpro-require-content {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 100%;
  transform: translate(-50%, -50%);
}

.pmpro-require-message {
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
}

.pmpro-require-message span {
  font-weight: 500;
}

.pmpro-require-actions {
  margin-top: 25px;
}

.pmpro-require-btn {
  min-width: 95px;
  margin: 0 6px;
}

.pmpro-require-btn:first-child {
  margin-left: 0;
}

.pmpro-require-btn:last-child {
  margin-right: 0;
}

.pmpro_content_message a {
  background-color: #fe2854 !important;
  display: inline-block !important;
  height: 32px;
  border: 1px solid #fe2854 !important;
  border-radius: 4px !important;
  padding: 0 20px !important;
  line-height: 30px !important;
  font-weight: 500 !important;
  font-size: 12px;
  color: #fff !important;
  margin-top: 25px !important;
  transition: all .3s;
  min-width: 95px;
}

.pmpro_content_message a:hover {
  background-color: transparent !important;
  border: 1px solid #fe2854 !important;
  color: #fe2854 !important;
  transition: all .3s;
}

.pmpro-require-message-2 {
  font-weight: 400;
  line-height: 1.4;
}

.pmpro-require-message-2 span {
  font-weight: 500;
}

.pmpro-require-actions-2 {
  margin-top: 20px;
}

.pmpro-require-actions-2 a {
  text-align: center;
}

form.pmpro_form .input,
form.pmpro_form textarea,
form.pmpro_form select,
#loginform input[type=text],
#loginform input[type=password] {
  max-width: 100% !important;
}

.pmpro_login_wrap {
  margin-bottom: 75px !important;
}

@media screen and (max-width: 767px) {
  .pmpro_login_wrap {
    margin-bottom: 50px !important;
  }
}

.pmpro_login_wrap label {
  font-weight: 500 !important;
  color: #1a051d;
  margin-bottom: 10px !important;
}

.pmpro_login_wrap input[type="text"],
.pmpro_login_wrap input[type="password"] {
  border: 1px solid #ededed;
  padding: 8px 15px;
  width: 100%;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .pmpro_login_wrap input[type="text"],
  .pmpro_login_wrap input[type="password"] {
    max-width: 100% !important;
    width: 100% !important;
  }
}

.pmpro_login_wrap input[type="text"]:focus,
.pmpro_login_wrap input[type="password"]:focus {
  outline: none;
  border: 1px solid #fe2854;
}

.pmpro_login_wrap input[type=submit] {
  background-color: #fe2854;
  display: inline-block;
  height: 40px;
  border: 1px solid #fe2854;
  border-radius: 4px;
  padding: 0 30px;
  line-height: 38px;
  font-weight: 500;
  color: #fff;
  transition: all .3s;
}

.pmpro_login_wrap input[type=submit]:hover {
  background-color: transparent;
  border: 1px solid #fe2854;
  color: #fe2854;
  transition: all .3s;
}

.pmpro_login_wrap .login-remember label {
  font-weight: 500 !important;
}

#pmpro_levels_table thead {
  background: #f7f8f9;
}

#pmpro_levels_table thead tr > * {
  padding: 10px 20px 9px 20px;
  font-weight: 500;
  color: #1a051d;
}

@media screen and (max-width: 767px) {
  #pmpro_levels_table thead tr > * {
    padding: 10px 10px 9px 10px;
  }
}

#pmpro_levels_table tbody tr > * {
  padding: 10px 20px 9px 20px;
}

@media screen and (max-width: 767px) {
  #pmpro_levels_table tbody tr > * {
    padding: 10px 10px 9px 10px;
  }
}

#pmpro_levels_table tbody strong {
  color: #1a051d;
  font-weight: 500;
}

#pmpro_levels_table .pmpro_btn {
  background-color: #fe2854;
  display: inline-block;
  height: 40px;
  border: 1px solid #fe2854;
  border-radius: 4px;
  padding: 0 30px;
  line-height: 38px;
  font-weight: 500;
  color: #fff;
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  #pmpro_levels_table .pmpro_btn {
    height: 32px;
    padding: 0 15px;
    line-height: 30px;
  }
}

#pmpro_levels_table .pmpro_btn:hover {
  background-color: transparent;
  border: 1px solid #fe2854;
  color: #fe2854;
  transition: all .3s;
}

#pmpro_levels_table ~ p {
  margin-top: 10px;
  margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
  #pmpro_levels_table ~ p {
    margin-bottom: 50px;
  }
}

.pmpro_form {
  margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .pmpro_form {
    margin-bottom: 45px;
  }
}

.pmpro_form label {
  font-weight: 500 !important;
  color: #1a051d;
  margin-bottom: 10px !important;
}

.pmpro_form .pmpro_asterisk {
  color: red;
}

@media screen and (max-width: 767px) {
  .pmpro_form .pmpro_asterisk {
    position: absolute;
    top: 3px;
    right: 0;
  }
}

.pmpro_form .lite {
  color: #ababab !important;
  font-style: italic;
  margin-top: 5px;
}

.pmpro_form input[type="text"],
.pmpro_form input[type="password"] {
  border: 1px solid #ededed;
  padding: 8px 15px;
  width: 100%;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .pmpro_form input[type="text"],
  .pmpro_form input[type="password"] {
    max-width: 100% !important;
    width: 100% !important;
  }
}

.pmpro_form input[type="text"]:focus,
.pmpro_form input[type="password"]:focus {
  outline: none;
  border: 1px solid #fe2854;
}

.pmpro_form input[type=submit] {
  background-color: #fe2854;
  display: inline-block;
  height: 40px;
  border: 1px solid #fe2854;
  border-radius: 4px;
  padding: 0 30px;
  line-height: 38px;
  font-weight: 500;
  color: #fff;
  transition: all .3s;
}

.pmpro_form input[type=submit]:hover {
  background-color: transparent;
  border: 1px solid #fe2854;
  color: #fe2854;
  transition: all .3s;
}

.pmpro_form .pmpro_member_profile_edit-field {
  position: relative;
}

.pmpro_form .pmpro_btn-cancel {
  font-weight: 500;
}

#pmpro_account {
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  #pmpro_account {
    margin-bottom: 45px;
  }
}

#pmpro_account #pmpro_account-membership {
  margin-top: 0 !important;
}

#pmpro_account h3 {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  #pmpro_account h3 {
    font-size: 18px;
  }
}

#pmpro_account .pmpro_table {
  margin-top: 25px;
}

#pmpro_account .pmpro_actionlinks {
  margin-top: 5px;
}

#pmpro_account thead {
  background: #f7f8f9;
}

#pmpro_account thead tr > * {
  padding: 10px 20px 9px 20px;
  font-weight: 500;
  color: #1a051d;
}

@media screen and (max-width: 767px) {
  #pmpro_account thead tr > * {
    padding: 10px 10px 9px 10px;
  }
}

#pmpro_account tbody tr > * {
  padding: 10px 20px 9px 20px;
}

@media screen and (max-width: 767px) {
  #pmpro_account tbody tr > * {
    padding: 10px 10px 9px 10px;
  }
}

#pmpro_account tbody p {
  margin: 0 !important;
}

#pmpro_account strong {
  color: #1a051d;
  font-weight: 500;
}

.pmpro_billing_wrap {
  margin-bottom: 75px !important;
}

@media screen and (max-width: 767px) {
  .pmpro_billing_wrap {
    margin-bottom: 50px !important;
  }
}

.pmpro_billing_wrap strong {
  color: #1a051d;
  font-weight: 500;
}

.pmpro_cancel_wrap h2 {
  font-size: 20px;
  padding-bottom: 10px;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .pmpro_cancel_wrap h2 {
    font-size: 18px;
  }
}

.pmpro_cancel_wrap thead {
  background: #f7f8f9;
}

.pmpro_cancel_wrap thead tr > * {
  padding: 10px 20px 9px 20px;
  font-weight: 500;
  color: #1a051d;
}

.pmpro_cancel_wrap tbody tr > * {
  padding: 10px 20px 9px 20px;
}

.pmpro_cancel_wrap tbody p {
  margin: 0 !important;
}

.pmpro_cancel_wrap strong {
  color: #1a051d;
  font-weight: 500;
}

.pmpro_cancel_wrap .pmpro_actions_nav {
  margin-top: 10px;
  margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .pmpro_cancel_wrap .pmpro_actions_nav {
    margin-bottom: 50px;
  }
}

.pmpro_invoice_wrap {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .pmpro_invoice_wrap {
    margin-bottom: 80px;
  }
}

.pmpro_invoice_wrap thead {
  background: #f7f8f9;
}

.pmpro_invoice_wrap thead tr > * {
  padding: 10px 20px 9px 20px;
  font-weight: 500;
  color: #1a051d;
}

@media screen and (max-width: 767px) {
  .pmpro_invoice_wrap thead tr > * {
    padding: 10px 10px 9px 10px;
  }
}

.pmpro_invoice_wrap tbody tr > * {
  padding: 10px 20px 9px 20px;
}

@media screen and (max-width: 767px) {
  .pmpro_invoice_wrap tbody tr > * {
    padding: 10px 10px 9px 10px;
  }
}

.pmpro_invoice_wrap tbody p {
  margin: 0 !important;
}

.pmpro_invoice_wrap strong {
  color: #1a051d;
  font-weight: 500;
}

.pmpro_invoice_wrap .pmpro_actions_nav {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .pmpro_invoice_wrap .pmpro_actions_nav-right {
    width: 100%;
  }
}
