/* from owl.theme.default.css */
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    transform: scale(1);
    /*zoom: 1;*/
    /**display: inline;*/
}
.owl-theme .owl-dots .owl-dot span {
width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
/****************************/

/* customizations */
.owl-item>div img {
    background-color: #f5f5f5;
    -webkit-mask-image: url(/wp-content/themes/lloydpest-child/images/pest-icons/_bg_even.svg);
    mask-image: url(/wp-content/themes/lloydpest-child/images/pest-icons/_bg_even.svg);
    background-repeat: no-repeat;
}
.owl-item:nth-child(odd)>div img {
    -webkit-mask-image: url(/wp-content/themes/lloydpest-child/images/pest-icons/_bg_odd.svg);
    mask-image: url(/wp-content/themes/lloydpest-child/images/pest-icons/_bg_odd.svg);
}
.owl-item h3 {
    margin-bottom: 0;
    font-family: "Bebas Neue",Sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
}
.owl-item img {
    padding: 25%;
}
.owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}
.owl-nav button {
    position: absolute;
    font-size: 40px !important;
    color: #d5d5d5 !important;
}
.owl-nav button:hover {
    color: #bbb !important;
}
.owl-nav button.owl-prev {
    left: -45px;
}
.owl-nav button.owl-next {
    right: -50px;
}
/******************/
