/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }


.sppb-articles-carousel-wrap {
	padding: 15px;
	background: #fff;
	border: 1px solid #ebebeb;
}
.sppb-articles-carousel-content {
	box-shadow: none;
	padding: 0;
	margin-bottom: 0;
}
.sppb-articles-carousel-meta-category {
	text-transform: uppercase;
    letter-spacing: 1.75px;
    display: block;
}
.sppb-articles-carousel-link {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 21px;
	max-height: 60px;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical;
}
.sppb-addon-articles-carousel .owl-nav > button {
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  background: #0096e2 !important;
  left: inherit;
  color: #fff !important;
  width: 32px;
  height: 54px;
  z-index: 11;
  font-size: 35px !important;
  text-align: center;
  line-height: 54px;
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
}
.sppb-addon-articles-carousel .owl-nav > button.owl-prev {
  left: -35px;
  right: inherit;
}
.sppb-addon-articles-carousel:hover .owl-nav > button {
  right: 0;
  opacity: 1;
}
.sppb-addon-articles-carousel:hover .owl-nav > button.owl-prev {
  left: 0;
}