/* Sass variables for media queries */
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.owl-carousel .owl-item > div {
  padding: 10px;
}
.owl-carousel button.owl-dot {
  box-shadow: none;
  width: auto;
  background-color: transparent;
  border: none;
}
.owl-carousel button.owl-dot :hover {
  background-color: transparent;
}
.owl-carousel .views-field-title {
  padding-top: 5px;
  text-align: center;
}
.owl-carousel .views-field-title a {
  color: #000000;
  text-decoration: underline;
  font-size: 16px;
  line-height: 1.2;
}
.owl-carousel .views-field-field-snippet-image {
  overflow: hidden;
}
.owl-carousel .views-field-field-snippet-image img {
  object-fit: cover;
}
.owl-carousel .paragraph--type--_-col-full-width {
  margin: 0;
}
.owl-carousel .inner {
  padding: 0;
}
html[data-theme=light] .owl-carousel .inner {
  background-color: #2cd22c;
}
html[data-theme=dark] .owl-carousel .inner {
  background-color: #333333;
}
.owl-carousel .container {
  padding: 0;
  width: auto;
}
.owl-carousel div[class^=col] {
  padding-left: 0;
  padding-right: 0;
}
.owl-carousel h1, .owl-carousel h2, .owl-carousel h3, .owl-carousel h4, .owl-carousel h5, .owl-carousel h6, .owl-carousel p {
  font-size: 15px;
  line-height: 1.4;
}
html[data-theme=light] .owl-carousel h1, html[data-theme=light] .owl-carousel h2, html[data-theme=light] .owl-carousel h3, html[data-theme=light] .owl-carousel h4, html[data-theme=light] .owl-carousel h5, html[data-theme=light] .owl-carousel h6, html[data-theme=light] .owl-carousel p {
  color: #1d1d1d;
}
html[data-theme=dark] .owl-carousel h1, html[data-theme=dark] .owl-carousel h2, html[data-theme=dark] .owl-carousel h3, html[data-theme=dark] .owl-carousel h4, html[data-theme=dark] .owl-carousel h5, html[data-theme=dark] .owl-carousel h6, html[data-theme=dark] .owl-carousel p {
  color: #fefefe;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  box-shadow: none;
  position: absolute;
  top: 35%;
  left: -15px;
  width: auto;
}
.owl-carousel .owl-prev span,
.owl-carousel .owl-next span {
  font-size: 40px;
}
.owl-carousel .owl-next {
  left: 100%;
}
@media (min-width: 768px) {
  .owl-carousel .views-field-title,
.owl-carousel .views-field-field-slices {
    text-align: left;
  }
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  color: #cccccc;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #000000;
  color: #ffffff;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #000000;
}

.owl-carousel button.owl-dot span {
  font-size: 0;
}

/* Blog */
.blog-item {
  padding-top: 20px;
  padding-bottom: 20px;
}
html[data-theme=light] .blog-item {
  border-bottom: 1px solid #e1e1e1;
}
html[data-theme=dark] .blog-item {
  border-bottom: 1px solid #555555;
}
.blog-item .views-field-title a {
  color: #000000;
  font-size: 22px;
}
.blog-item .views-field-view-node a {
  width: auto;
  display: inline-block;
}
.blog-item .col-i-md-12 {
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
}

.blog-item:first-of-type {
  padding-top: 0;
}

/* Testimonials */
.testimonials .owl-stage {
  display: flex;
  padding-bottom: 20px;
}
.testimonials .row {
  display: block;
}
.testimonials .col-i- {
  justify-content: flex-start !important;
  height: calc(100% - 40px);
}
@media (min-width: 768px) {
  .testimonials .col-i- {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.testimonials .inner {
  padding-left: 0;
  padding-right: 0;
}

/*# sourceMappingURL=owl-carousel.css.map */
