.zolog-category-slider-1-title .widget-title,
.zolog-category-slider-2-title .widget-title,
.zolog-category-slider-3-title .widget-title {
  text-align: center;
  display: block;
  font-size: 28px;
  margin: 30px 0 15px 0;
}

.zolog-category-slider-1-title .widget-subtitle,
.zolog-category-slider-2-title .widget-subtitle,
.zolog-category-slider-3-title .widget-subtitle {
  width: 20%;
  margin: 0 auto 15px auto;
  text-align: center;
  line-height: 1.8;
  font-size: 13px;
  position: relative;
}

.zolog-category-slider-widget
  .zolog-category-slider-1-title
  .widget-subtitle:before,
.zolog-category-slider-widget
  .zolog-category-slider-2-title
  .widget-subtitle:before,
.zolog-category-slider-widget
  .zolog-category-slider-3-title
  .widget-subtitle:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 0;
  border: 1px solid var(--hs-theme-color);
  top: 50%;
  left: 105%;
  border-radius: 50px;
}
.zolog-category-slider-widget
  .zolog-category-slider-1-title
  .widget-subtitle:after,
.zolog-category-slider-widget
  .zolog-category-slider-2-title
  .widget-subtitle:after,
.zolog-category-slider-widget
  .zolog-category-slider-3-title
  .widget-subtitle:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 0;
  border: 1px solid var(--hs-theme-color);
  top: 50%;
  right: 105%;
  border-radius: 50px;
}

.zolog-category-slider-1 a {
  text-decoration: none;
  color: var(--hs-theme-color);
  text-transform: capitalize;
  font-size: 14px;
}

.zolog-category-slider-1 button {
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 2;
  border: none;
  width: 50px;
  height: 50px;
  background: var(--hs-background-color);
  opacity: 0.8;
  cursor: pointer;
  color: var(--hs-header-color);
}

.rtl .zolog-category-slider-1 button {
right: inherit;
  left: 1px;
}

.zolog-category-slider-1 .slick-prev {
  right: 52px;
}

.rtl .zolog-category-slider-1 .slick-prev {
  right: inherit;
  left: 1px;
}

.rtl .zolog-category-slider-1 .slick-next {
  right: inherit;
  left: 52px;
}

.zolog-category-slider-1 .entry,
.zolog-category-slider-2 .entry {
  position: relative;
}

.zolog-category-slider-1 .entry-thumbnail img {
  width: 100%;
  height: auto;
}

.zolog-category-slider-1 .entry-header {
  padding: 15px 30px 30px 30px;
  text-align: center;
}

.zolog-category-slider-1 .entry-category a {
  display: inline-block;
  padding: 5px 10px;
  color: var(--hs-text-color);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.zolog-category-slider-1 .entry-title {
  text-transform: capitalize;
  text-decoration: none;
  color: var(--hs-header-color);
  font-size: 22px;
  font-weight: 400;
  margin-top: 0;
}

.zolog-category-slider-1 .read-more a:hover {
  letter-spacing: 1.3px;
}

.zolog-category-slider-1 .slick-slide {
  padding: 0 5px;
}

.zolog-category-slider-2 {
  padding-bottom: 50px;
}

.zolog-category-slider-2 .entry-header {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: var(--hs-background-color-opacity);
  width: 75%;
}

.rtl .zolog-category-slider-2 .entry-header {
  left: inherit;
  right: 10px;
}

.zolog-category-slider-2 .entry-meta {
  padding: 0 15px 15px 15px;
}

.zolog-category-slider-2 .entry-category {
  display: inline-block;
  background: var(--hs-theme-color);
  padding: 3px 15px;
}

.zolog-category-slider-2 .entry-category a {
  text-decoration: none;
  font-weight: 700;
  font-size: 11px;
  color: var(--hs-background-color);
  text-transform: uppercase;
  display: block;
}

.zolog-category-slider-2 .entry-title {
  margin: 20px 0 5px 0;
}

.zolog-category-slider-2 .entry-title a {
  text-transform: capitalize;
  text-decoration: none;
  color: var(--hs-header-color);
  font-size: 22px;
  font-weight: 400;
}

.zolog-category-slider-2 .entry-title a:hover {
  color: var(--hs-theme-color);
}

.zolog-category-slider-2 .published-date {
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
}

.zolog-category-slider-2 button {
  position: absolute;
  bottom: 0;
  right: 1px;
  z-index: 2;
  border: none;
  width: 50px;
  height: 50px;
  background: var(--hs-background-color);
  opacity: 0.8;
  cursor: pointer;
  color: var(--hs-header-color);
}

.rtl .zolog-category-slider-2 button {
  right: inherit;
  left: 1px;
}

.zolog-category-slider-2 .slick-prev {
  right: 52px;
}

.rtl .zolog-category-slider-2 .slick-prev {
  right: inherit;
  left: 1px;
}

.rtl .zolog-category-slider-2 .slick-next {
  right: inherit;
  left: 52px;
}

.zolog-category-slider-2 .slick-slide {
  padding: 0 5px;
}

.zolog-category-slider-3 {
  padding-bottom: 50px;
}

.zolog-category-slider-3 .slick-slide {
  padding: 0 15px;
}

.zolog-category-slider-3 .entry-category,
.zolog-category-slider-3 .entry-title {
  text-align: center;
}

.zolog-category-slider-3 .entry-category {
  padding: 15px 15px 5px 15px;
}

.zolog-category-slider-3 .entry-category a {
  padding: 0 10px;
  text-transform: capitalize;
  text-decoration: none;
  display: inline-block;
  color: var(--hs-theme-color);
  font-weight: 600;
  letter-spacing: 1px;
}

.zolog-category-slider-3 .entry-category a:hover {
  color: var(--hs-text-color);
}

.zolog-category-slider-3 .entry-title {
  margin: 0 0 15px 0;
}

.zolog-category-slider-3 .entry-title a {
  text-transform: capitalize;
  text-decoration: none;
  color: var(--hs-header-color);
  font-size: 22px;
  font-weight: 400;
}

.zolog-category-slider-3 button {
  position: absolute;
  bottom: 0;
  right: 1px;
  z-index: 2;
  border: none;
  width: 50px;
  height: 50px;
  background: var(--hs-background-color);
  opacity: 0.8;
  cursor: pointer;
  color: var(--hs-header-color);
}

.rtl .zolog-category-slider-3 button {
  right: inherit;
}

.zolog-category-slider-3 .slick-prev,
.rtl .zolog-category-slider-3 .slick-prev {
  left: calc(50% - 50px);
}

.zolog-category-slider-3 .slick-next,
.rtl .zolog-category-slider-3 .slick-next {
  right: calc(50% - 50px);
}

@media (max-width: 767px) {
  .zolog-category-slider-1-title,
  .zolog-category-slider-2-title,
  .zolog-category-slider-3-title {
    padding-right: 7px;
    padding-left: 7px;
  }
  .zolog-category-slider-1-title .widget-title,
  .zolog-category-slider-2-title .widget-title,
  .zolog-category-slider-3-title .widget-title {
    text-align: left;
    font-size: 18px;
  }

  .zolog-category-slider-1-title .widget-subtitle,
  .zolog-category-slider-2-title .widget-subtitle,
  .zolog-category-slider-3-title .widget-subtitle {
    width: 100%;
    text-align: left;
  }

  .rtl .zolog-category-slider-1-title .widget-title,
  .rtl .zolog-category-slider-2-title .widget-title,
  .rtl .zolog-category-slider-3-title .widget-title,
  .rtl .zolog-category-slider-1-title .widget-subtitle,
  .rtl .zolog-category-slider-2-title .widget-subtitle,
  .rtl .zolog-category-slider-3-title .widget-subtitle{
    text-align: right;
  }

  .zolog-category-slider-widget
    .zolog-category-slider-1-title
    .widget-subtitle:before,
  .zolog-category-slider-widget
    .zolog-category-slider-2-title
    .widget-subtitle:before,
  .zolog-category-slider-widget
    .zolog-category-slider-3-title
    .widget-subtitle:before,
  .zolog-category-slider-widget
    .zolog-category-slider-1-title
    .widget-subtitle:after,
  .zolog-category-slider-widget
    .zolog-category-slider-2-title
    .widget-subtitle:after,
  .zolog-category-slider-widget
    .zolog-category-slider-3-title
    .widget-subtitle:after {
    display: none;
  }

  .zolog-category-slider-1 .slick-slide,
  .zolog-category-slider-2 .slick-slide,
  .zolog-category-slider-3 .slick-slide {
    padding: 0;
  }

  .zolog-category-slider-2 .entry-header {
    width: 100%;
    left: 0;
    bottom: 0;
  }

  .rtl .zolog-category-slider-2 .entry-header {
    left: inherit;
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .zolog-category-slider-1-title .widget-subtitle,
  .zolog-category-slider-2-title .widget-subtitle,
  .zolog-category-slider-3-title .widget-subtitle {
    width: 40%;
  }
}
