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

  to {
    opacity: 1;
  }
}

.proveg-carousel.owl-carousel {
  margin-bottom: 5vw;
  overflow: hidden;
  display: block;
}

@media ( max-width: 767.98px ) {
  .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;
}

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

@media ( min-width: 768px ) {
  .owl-carousel .owl-stage-outer {
    height: auto !important;
  }
}

@media ( min-width: 768px ) {
  .proveg-carousel.owl-carousel .owl-stage-outer:before,
  .proveg-carousel.owl-carousel .owl-stage-outer:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 99;
    left: 50%;
    bottom: -2px;
    height: calc( 1024/10210 * 40vw );
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .proveg-carousel.owl-carousel .owl-stage-outer:before {
    width: 40vw;
    background-size: calc( 100% + 2px ) calc( 100% + 2px );
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10210 1024' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0 0.023l126.44 91.742c413.449 299.991 1382.252 590.589 2512.463 736.616 1566.557 202.403 3571.114 193.56 5097.346-22.491 490.428-69.424 1149.934-210.999 1501.515-322.329 340.98-107.972 687.657-269.146 859.201-399.453l113.034-84.109-0.010 1024c-2787.402-0.232-10209.931-0.268-10209.931-0.268z'%3E%3C/path%3E%3C/svg%3E");
    background-position: 50% 100%;
  }

  .proveg-carousel.owl-carousel .owl-stage-outer:after {
    width: calc( 40vw - 2px );
    border-style: solid;
    border-color: white;
    border-width: 0 9999px;
    box-sizing: content-box;
  }
}

.proveg-carousel.owl-carousel .owl-stage {
  margin-left: auto;
  margin-right: auto;
}

.proveg-carousel.owl-carousel .content-row {
  position: relative;
  width: 100%;
  z-index: 3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.proveg-carousel.owl-carousel .content-row,
.proveg-carousel.owl-carousel .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.proveg-carousel.owl-carousel .text-container {
  width: 100%;
  max-width: 1200px;
  padding: 0 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc( 1024 / 10210 * 100% );
  text-align: center;
  -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 .content-row {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .proveg-carousel.owl-carousel .text-container {
    margin-top: calc( 1024/10210 * 50% );
    margin-bottom: calc( 1024/10210 * 100% );
    width: 80%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
}

@media ( min-width: 1180px ) {
  .proveg-carousel.owl-carousel .text-container {
    width: 60%;
    flex: 0 0 60%;
  }
}

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

  .proveg-carousel.owl-carousel .align-right .text-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 ( min-width: 768px ) {
  .proveg-carousel.owl-carousel.owl-loaded p,
  .proveg-carousel.owl-carousel.owl-loaded h2,
  .proveg-carousel.owl-carousel.owl-loaded .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 p,
  .proveg-carousel.owl-carousel.owl-loaded .active h2,
  .proveg-carousel.owl-carousel.owl-loaded .active .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 p,
  .ie .proveg-carousel.owl-carousel.owl-loaded h2,
  .ie .proveg-carousel.owl-carousel.owl-loaded .button {
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }

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

  .proveg-carousel.owl-carousel.owl-loaded 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;
}

.proveg-carousel.owl-carousel.owl-loaded .img-wrapper:before {
  content: "";
  display: block;
  width: 1px;
  height: 0;
  margin-left: -1px;
  padding-bottom: 50%;
}

@media ( max-width: 543.8px ) {
  .proveg-carousel.owl-carousel.owl-loaded .img-wrapper:before {
    padding-bottom: 50vw !important;
  }
}

.proveg-carousel.owl-carousel .img-wrapper .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  z-index: 2;
}

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

.proveg-carousel.owl-carousel .item .text-wrapper {
  margin-top: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

@media ( min-width: 1400px ) {
  .proveg-carousel.owl-carousel .item .text-wrapper {
    max-width: 500px;
  }
}

.proveg-carousel.owl-carousel 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: 0 auto 40px;
  max-width: 90%;
}

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

@media ( max-width: 767.98px ) {
  .proveg-carousel.owl-carousel p:first-child {
    margin-top: 0;
  }
}

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

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

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

@media ( min-width: 1180px ) {
  .proveg-carousel.owl-carousel h2 {
    max-width: 80%;
  }
}


.proveg-carousel.owl-carousel .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: #147c3f;
  color: white;
}

.proveg-carousel.owl-carousel .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: #147c3f;
  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 .button:focus {
  outline: none;
}

.proveg-carousel.owl-carousel .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: #2CC84D;
}

.proveg-carousel.owl-carousel .button:hover:after {
  border-color: #2CC84D;
}

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

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

.proveg-carousel.owl-carousel .caption {
  font-family: Acumin;
  font-weight: 300;
  font-stretch: condensed;
  color: white;
  padding: 1rem;
  z-index: 10;
  text-align: center;
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 2%;
}

@media ( min-width: 768px ) {
  .proveg-carousel.owl-carousel .caption {
    bottom: calc( 1024 / 10210 * 100% + 1rem );
  }
}

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

@media ( min-width: 768px ) {
  .proveg-carousel.owl-carousel h2 {
    font-size: 4vw;
  }
  .proveg-carousel.owl-carousel p {
    line-height: 1.3;
  }
  .proveg-carousel.owl-carousel .caption {
    font-size: .8rem;
  }
}

@media ( min-width: 992px ) {
  .proveg-carousel.owl-carousel p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .proveg-carousel.owl-carousel .button {
    font-size: 1.2rem;
  }
  .proveg-carousel.owl-carousel .caption {
    font-size: .9rem;
  }
}

@media ( min-width: 1180px ) {
  .proveg-carousel.owl-carousel .button {
    font-size: 1.3rem;
    margin-top: 1rem;
  }
  .proveg-carousel.owl-carousel h2 {
    margin-bottom: 1.5rem;
  }
}

@media ( min-width: 1366px ) {
  .proveg-carousel.owl-carousel h2 {
    font-size: 4rem;
  }
}

.proveg-carousel.owl-carousel .owl-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.proveg-carousel.owl-carousel .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  padding: 2px;
  margin: 5px;
  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;
}

@media ( max-width: 543.8px ) {
  .proveg-carousel.owl-carousel .owl-dots {
    top: 50vw !important;
  }
}

@media ( min-width: 768px) {
  .proveg-carousel.owl-carousel .owl-dots {
    bottom: calc( 1024 / 10210 * 80% );
  }

  .proveg-carousel.owl-carousel .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 5px 7px;
  }
}

@media ( min-width: 1180px) {
  .proveg-carousel.owl-carousel .owl-dots {
    bottom: calc( 1024 / 10210 * 100% );
  }
}

.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);
}


@media (max-width: 767.98px) {
  .proveg-carousel.owl-carousel .owl-nav {
    display: none;
  }
}

.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";
}

.proveg-carousel.owl-carousel .owl-nav .owl-next:focus,
.proveg-carousel.owl-carousel .owl-nav .owl-prev:focus {
  box-shadow: 0 0 2pt 2pt #5E9ED6;
  outline: none;
}
