/*------------------------------------*\ 
    #VENDORS-CUSTOM:OWL-CAROUSEL:OWL.THEME.HOWARDHANNA
\*------------------------------------*/
/*------------------------------------*\ 
    #VENDORS-CUSTOM:OWL-CAROUSEL:THEME
\*------------------------------------*/
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #005a4e;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #005a4e;
  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;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #005a4e;
}

.owl-carousel .owl-item .listing-card img {
  width: auto;
}
.owl-carousel .owl-item .listing-card img.author-logo {
  width: 90px;
}
.owl-carousel .owl-nav {
  display: none;
}
@media (min-width: 768px) {
  .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: -40px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: -webkit-calc(100% + 80px);
    width: calc(100% + 80px);
    margin-top: 0;
  }
  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    line-height: 40px;
    font-size: 34px;
  }
  .owl-carousel .owl-nav .owl-prev {
    float: left;
  }
  .owl-carousel .owl-nav .owl-next {
    float: right;
  }
}

@media (min-width: 768px) {
  .owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
    font-weight: bold;
    font-family: "Courier New", Courier, monospace;
    border-radius: 50%;
  }
  .owl-theme .owl-nav .owl-prev:hover, .owl-theme .owl-nav .owl-next:hover {
    background-color: #005a4e;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .owl-theme .owl-dots {
    display: none;
  }
}
.owl-theme .owl-dots .owl-dot span {
  border: 1px solid #005a4e;
}
/*# sourceMappingURL=owl.theme.howardhanna.css.map */