/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Green theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #4DC7A0;
    color: #FFF;
    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;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px;
    background: var(--awb-color5);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    opacity: 0.5;
}

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

.owl-item .edf-owl-preview {
    max-width: 100%;
    aspect-ratio: 4 / 3;
    position: relative;
}
.owl-item .edf-owl-preview .edf-owl-preview-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-item .edf-owl-preview:hover .edf-owl-preview-overlay{
    background: rgba(0, 0, 0, 0.5);
}
.owl-item .edf-owl-preview .edf-owl-link {
    display: inline-block;
    background: #ffffff;
    border-radius: 25px;
    padding: 10px 18px;
    transition: 0.5s;
    transform: scale(0);
    opacity: 0;
}
.owl-item .edf-owl-preview:hover .edf-owl-link{
    transform: scale(1);
    opacity: 1;

}
.owl-item .edf-owl-preview .edf-owl-link:hover {
    color: var(--awb-color5);
}
.edf-page-slide {
    width: 100%;
}
.owl-stage-outer {
    width: 100%;
}
.owl-item {
    text-align: center;
    padding: 0 0;
}
.owl-item a {
    color: var(--awb-color7);
}
.owl-item h5 {
    margin: 10px 0;
}
.owl-item h5 a:hover {
    color: var(--awb-color5);
}
.owl-item p {
    margin: 0 !important;
    font-size: 0.85em;
}
.owl-item p a {
    opacity: 0.5;
}
.owl-item p a:hover {
    opacity: 1;
}