@font-face {
  font-family: "post-carousel-arrows";
  src: url("fonts/carousel-arrows68d1.eot?-95vnmw");
  src:
    url("fonts/carousel-arrowsd41d.eot?#iefix-95vnmw")
      format("embedded-opentype"),
    url("fonts/carousel-arrows68d1.woff?-95vnmw") format("woff"),
    url("fonts/carousel-arrows68d1.ttf?-95vnmw") format("truetype"),
    url("fonts/carousel-arrows68d1.svg?-95vnmw#carousel-arrows") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.so-widget-sow-post-carousel .sow-carousel-title.has-title {
  align-items: baseline;
  display: flex;
}
.so-widget-sow-post-carousel
  .sow-carousel-title.has-title
  .sow-carousel-navigation {
  margin-left: auto;
}
body.rtl
  .so-widget-sow-post-carousel
  .sow-carousel-title.has-title
  .sow-carousel-navigation {
  margin-right: auto;
  margin-left: initial;
}
.so-widget-sow-post-carousel .sow-carousel-title .widget-title {
  display: inline-block;
  padding-right: 15px;
}
.so-widget-sow-post-carousel .sow-carousel-title .sow-carousel-navigation {
  float: right;
}
body.rtl
  .so-widget-sow-post-carousel
  .sow-carousel-title
  .sow-carousel-navigation {
  float: left;
}
body.rtl
  .so-widget-sow-post-carousel
  .sow-carousel-title
  .sow-carousel-navigation
  a {
  margin-left: 0;
  margin-right: 2px;
}
.so-widget-sow-post-carousel .sow-carousel-title a.sow-carousel-next,
.so-widget-sow-post-carousel .sow-carousel-title a.sow-carousel-previous {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border-radius: 2px;
  display: block;
  float: right;
  font-family: "post-carousel-arrows";
  font-size: 8px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 18px;
  margin-left: 2px;
  margin-top: 3px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  width: 18px;
}
@media screen and (max-width: 600px) {
  .so-widget-sow-post-carousel
    .sow-carousel-title
    a.sow-carousel-next
    a.sow-carousel-previous,
  .so-widget-sow-post-carousel
    .sow-carousel-title
    a.sow-carousel-previous
    a.sow-carousel-previous {
    display: none;
  }
  .so-widget-sow-post-carousel
    .sow-carousel-title
    a.sow-carousel-next
    a.sow-carousel-next,
  .so-widget-sow-post-carousel
    .sow-carousel-title
    a.sow-carousel-previous
    a.sow-carousel-next {
    display: none;
  }
}
.so-widget-sow-post-carousel
  .sow-carousel-title
  a.sow-carousel-previous:before {
  content: "\e600";
}
.so-widget-sow-post-carousel .sow-carousel-title a.sow-carousel-next:before {
  content: "\e601";
}
.so-widget-sow-post-carousel .sow-carousel-wrapper {
  left: 0;
  overflow: hidden;
  position: relative;
  right: 0;
}
.so-widget-sow-post-carousel .sow-carousel-wrapper .sow-carousel-items {
  zoom: 1;
  margin: 0;
  padding: 0;
  transition: all 0.45s ease;
}
.so-widget-sow-post-carousel .sow-carousel-wrapper .sow-carousel-items:before {
  content: "";
  display: block;
}
.so-widget-sow-post-carousel .sow-carousel-wrapper .sow-carousel-items:after {
  clear: both;
  content: "";
  display: table;
}
.so-widget-sow-post-carousel
  .sow-carousel-wrapper
  .sow-carousel-items
  .sow-carousel-item {
  display: block;
  margin-right: 15px;
}
.so-widget-sow-post-carousel
  .sow-carousel-wrapper
  .sow-carousel-items
  .sow-carousel-item
  .sow-carousel-thumbnail {
  line-height: 0;
}
.so-widget-sow-post-carousel
  .sow-carousel-wrapper
  .sow-carousel-items
  .sow-carousel-item
  .sow-carousel-thumbnail:focus {
  outline: none;
}
.so-widget-sow-post-carousel
  .sow-carousel-wrapper
  .sow-carousel-items
  .sow-carousel-item
  .sow-carousel-thumbnail
  a {
  display: block;
  background-position: center center;
}
.so-widget-sow-post-carousel
  .sow-carousel-wrapper
  .sow-carousel-items
  .sow-carousel-item
  .sow-carousel-thumbnail
  a,
.so-widget-sow-post-carousel
  .sow-carousel-wrapper
  .sow-carousel-items
  .sow-carousel-item
  .sow-carousel-thumbnail
  a
  span.overlay {
  transition: all 0.35s ease;
}
.so-widget-sow-post-carousel
  .sow-carousel-wrapper
  .sow-carousel-items
  .sow-carousel-item
  .sow-carousel-thumbnail
  a
  span.overlay {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: static;
}
.so-widget-sow-post-carousel
  .sow-carousel-wrapper
  .sow-carousel-items
  .sow-carousel-item
  .sow-carousel-default-thumbnail {
  display: block;
  background: #e8e8e8;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #e0e0e0),
    color-stop(1, #e8e8e8)
  );
  background: -ms-linear-gradient(bottom, #e0e0e0, #e8e8e8);
  background: -moz-linear-gradient(center bottom, #e0e0e0 0%, #e8e8e8 100%);
  background: -o-linear-gradient(#e8e8e8, #e0e0e0);
}
.so-widget-sow-post-carousel
  .sow-carousel-wrapper
  .sow-carousel-items
  .sow-carousel-item
  h3 {
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  color: #474747;
  margin: 10px 0 0 0;
}
.so-widget-sow-post-carousel
  .sow-carousel-wrapper
  .sow-carousel-items
  .sow-carousel-item
  h3
  a {
  text-decoration: none;
  color: inherit;
}
.so-widget-sow-post-carousel
  .sow-carousel-wrapper
  .sow-carousel-items
  .sow-carousel-loading {
  display: block;
  background: url(images/carousel-loader.gif) #f6f6f6 center center no-repeat;
  margin: 0;
}
