/*
 * Owl Carousel Shortcode
 */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.proveg-carousel.owl-carousel {
  overflow: hidden;
  display: block;
}

@media ( max-width: 767px ) {
  .proveg-carousel.owl-carousel {
    max-height: none !important;
  }
}

.proveg-carousel.owl-carousel.owl-loaded {
  -webkit-animation: fadeIn .2s ease-in-out forwards;
          animation: fadeIn .2s ease-in-out forwards;
}

@media ( min-width: 768px ) {
  .proveg-carousel.owl-carousel.owl-loaded .item:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0;
    margin-left: -1px;
    padding-bottom: 50%;
  }
}

.proveg-carousel.owl-carousel .item {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  color: currentColor;
  display: block;
}

.proveg-carousel.owl-carousel .vc_row {
  height: 100%;
  z-index: 3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.proveg-carousel.owl-carousel .vc_row,
.proveg-carousel.owl-carousel .vc_column_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.proveg-carousel.owl-carousel .vc_column_container {
  padding: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: static;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-perspective: 500px;
          perspective: 500px;
}

@media ( min-width: 768px ) {
  .proveg-carousel.owl-carousel .vc_row {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .proveg-carousel.owl-carousel .vc_column_container {
    width: 80%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
}

@media ( min-width: 992px ) {
  .proveg-carousel.owl-carousel .vc_column_container {
    padding-left: 10vw;
    padding-right: 10vw;
    padding-bottom: 7.8vh;
  }
}

@media ( min-width: 768px ) {
  .proveg-carousel.owl-carousel .align-left .vc_column_container {
    margin-left: 0;
    text-align: left;
  }

  .proveg-carousel.owl-carousel .align-right .vc_column_container {
    margin-right: 0;
    text-align: right;
  }

  .proveg-carousel.owl-carousel .align-left .button {
    margin-left: auto;
  }

  .proveg-carousel.owl-carousel .align-right .button {
    margin-right: auto;
  }

  .proveg-carousel.owl-carousel .align-left .button:after {
    border-right-color: transparent !important;
    left: 100%;
  }

  .proveg-carousel.owl-carousel .align-right .button:after {
    border-left-color: transparent !important;
    right: 100%;
  }

}

@media all and ( max-width: 992px) {
  .proveg-carousel.owl-carousel .owl-dots {
    visibility: hidden;
  }
}

@media ( min-width: 768px ) {
  .proveg-carousel.owl-carousel.owl-loaded .item p,
  .proveg-carousel.owl-carousel.owl-loaded .item h2,
  .proveg-carousel.owl-carousel.owl-loaded .item .button {
    opacity: 0;
    -webkit-transition-property: transform, opacity;
            transition-property: transform, opacity;
    -webkit-transition-duration: 1.4s, 2s;
            transition-duration: 1.4s, 2s;
    -webkit-transition-timing-function: cubic-bezier(.42,.61,0,1.04);
            transition-timing-function: cubic-bezier(.42,.61,0,1.04);
  }

  .proveg-carousel.owl-carousel.owl-loaded .active .item p,
  .proveg-carousel.owl-carousel.owl-loaded .active .item h2,
  .proveg-carousel.owl-carousel.owl-loaded .active .item .button {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotateX(0) !important;
            transform: translate3d(0, 0, 0) rotateX(0) !important;
  }

  .ie .proveg-carousel.owl-carousel.owl-loaded .item p,
  .ie .proveg-carousel.owl-carousel.owl-loaded .item h2,
  .ie .proveg-carousel.owl-carousel.owl-loaded .item .button {
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }

  .proveg-carousel.owl-carousel.owl-loaded .item p {
    -webkit-transform-origin: 50% 70%;
    transform-origin: 50% 70%;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }

  .proveg-carousel.owl-carousel.owl-loaded .item h2 {
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }

  .proveg-carousel.owl-carousel.owl-loaded .align-left .button {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }

  .proveg-carousel.owl-carousel.owl-loaded .align-right .button {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}

.proveg-carousel.owl-carousel .img-wrapper {
  position: relative;
  display: inline-block;
}

@media ( min-width: 768px ) {
  .proveg-carousel.owl-carousel .img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}

.proveg-carousel.owl-carousel .img-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.3);
  z-index: 2;
}

.proveg-carousel.owl-carousel .item .attachment-slider_owl_carousel {
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.proveg-carousel.owl-carousel .item .text-wrapper {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

@media ( min-width: 768px ) {
  .proveg-carousel.owl-carousel .align-left .text-wrapper {
    margin-left: 0;
  }

  .proveg-carousel.owl-carousel .align-right .text-wrapper {
    margin-right: 0;
  }
}

.proveg-carousel.owl-carousel .item h2 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1em;
  color: white;
  text-shadow: 2px 2px 4px rgba(60, 60, 60, 1);
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin-bottom: 1em;
}

.proveg-carousel.owl-carousel .item p {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Begum;
  line-height: 1.5;
}

@media ( min-width: 768px ) {
  .proveg-carousel.owl-carousel .item p {
    color: white;
  }

  .proveg-carousel.owl-carousel .item h2 {
    position: static;
    top: auto;
    left: auto;
    margin-bottom: 0;
  }

  .proveg-carousel.owl-carousel .item p {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .8);
  }
}


.proveg-carousel.owl-carousel .item .button {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  border-radius: .4em;
  padding: 0.8em 1.6em;
  font-family: Acumin;
  font-stretch: condensed;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  background-color: transparent;
  border: 0 none;
  cursor: pointer;

  min-width: 200px;
  text-align: center;

  background-color: #73c800;
  color: white;
}

.proveg-carousel.owl-carousel .item .button:after {
  content: "";
  display: none;
  height: 0;
  line-height: 0;
  margin-left: -5px;
  margin-right: -5px;
  position: absolute;
  top: -.65em;
  border: solid transparent;
  border-width: 2em 1.5em;
  border-color: #73c800;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}

@media ( min-width: 768px ) {
  .proveg-carousel.owl-carousel .align-left .button:after,
  .proveg-carousel.owl-carousel .align-right .button:after {
    display: inline-block;
  }
}

.proveg-carousel.owl-carousel .item .button:focus {
  outline: none;
}

.proveg-carousel.owl-carousel .item .button:hover {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  background-color: #6dba00;
}

.proveg-carousel.owl-carousel .item .button:hover:after {
  border-color: #6dba00;
}

.proveg-carousel.owl-carousel .item .button:active {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  background-color: #65ad00;
}

.proveg-carousel.owl-carousel .item .button:active:after {
  border-color: #65ad00;
}

.proveg-carousel.owl-carousel .caption {
  font-family: Acumin-condensed-light;
  font-weight: 400;
  color: white;
  padding: 1rem;
  z-index: 10;
  text-align: center;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.proveg-carousel.owl-carousel .item h2 {
  font-size: 7vw;
}
.proveg-carousel.owl-carousel .item p {
  font-size: 1.1rem;
}
.proveg-carousel.owl-carousel .item .button {
  font-size: 1.1rem;
}
.proveg-carousel.owl-carousel .caption {
  font-size: .7rem;
}

@media ( min-width: 768px ) {
  .proveg-carousel.owl-carousel .item h2 {
    font-size: 3rem;
  }
  .proveg-carousel.owl-carousel .item p {
    font-size: 1.2rem;
  }
  .proveg-carousel.owl-carousel .item .button {
    font-size: 1.2rem;
  }
  .proveg-carousel.owl-carousel .caption {
    font-size: .8rem;
  }
}

@media ( min-width: 992px ) {
  .proveg-carousel.owl-carousel .item h2 {
    font-size: 4rem;
  }
  .proveg-carousel.owl-carousel .item p {
    font-size: 1.3rem;
  }
  .proveg-carousel.owl-carousel .item .button {
    font-size: 1.3rem;
  }
  .proveg-carousel.owl-carousel .caption {
    font-size: .9rem;
  }
}

.proveg-carousel.owl-carousel .owl-dots {
  position: absolute;
  top: auto;
  bottom: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.proveg-carousel.owl-carousel .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  padding: 2px;
  border: 1px solid white;
  background-clip: content-box;
  opacity: .7;
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
          box-shadow: 0 0 1px rgba(255,255,255,.5);
  -webkit-transition: background-color .2s ease-in-out;
          transition: background-color .2s ease-in-out;
}

.proveg-carousel.owl-carousel .owl-dots .owl-dot.active span,
.proveg-carousel.owl-carousel .owl-dots .owl-dot:hover span,
.proveg-carousel.owl-carousel .owl-dots .owl-dot:active span {
  opacity: 1;
}

.proveg-carousel.owl-carousel .owl-dots .owl-dot:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.proveg-carousel.owl-carousel .owl-nav .owl-prev,
.proveg-carousel.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  color: white;
  border: 0 none;
  background-color: transparent;
  padding: 10px !important;
  margin: 10px;
  border-radius: 80px;
}

.proveg-carousel.owl-carousel .owl-nav .owl-prev:hover,
.proveg-carousel.owl-carousel .owl-nav .owl-next:hover {
  background-color: rgba(255, 255, 255, .3);
}

.proveg-carousel.owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.proveg-carousel.owl-carousel .owl-nav .owl-next {
  right: 0;
}

.proveg-carousel.owl-carousel .owl-nav .owl-prev:before,
.proveg-carousel.owl-carousel .owl-nav .owl-next:before {
  display: inline-block;
  vertical-align: middle;
  font-family: "proveg-icons";
  font-size: 30px;
}

.proveg-carousel.owl-carousel .owl-nav .owl-prev:before {
  content: "\e922";
}

.proveg-carousel.owl-carousel .owl-nav .owl-next:before {
  content: "\e923";
}

/* Adapting for mobile */

@media all and (max-width: 767px) {
  .proveg-carousel.owl-carousel .item h2 {
    top: -220px;
    margin-bottom: 0;
    bottom: 0;
  }
  .proveg-carousel .owl-item p {
    text-shadow: none;
  }
  .proveg-carousel.owl-carousel .item .attachment-slider_owl_carousel {
    height: 35vh;
  }
  .owl-theme .owl-nav {
    display: none;
  }
}

