.carousel-shortcode.carousel-shortcode-id-1 .owl-nav a {
    width: 36px;
    height: 36px;
    border-width: 0px;
    border-style: solid;
    border-radius: 500px;
}

.arrows-hover-bg-on.carousel-shortcode.carousel-shortcode-id-1 .owl-nav a:hover {
    background: black;
}

.carousel-shortcode.carousel-shortcode-id-1 .owl-nav a.owl-prev {
    top: 50%;
    transform: translateY(calc(-50% + 0px));
    left: -43px;
}

.carousel-shortcode.carousel-shortcode-id-1 .owl-nav a.owl-prev i {
    padding: 0px 0px 0px 0px;
}

.carousel-shortcode.carousel-shortcode-id-1 .owl-nav a.owl-next {
    top: 50%;
    transform: translateY(calc(-50% + 0px));
    right: -43px;
}

.carousel-shortcode.carousel-shortcode-id-1 .owl-nav a.owl-next i {
    padding: 0px 0px 0px 0px;
}

.carousel-shortcode.carousel-shortcode-id-1 .owl-nav i {
    font-size: 18px;
}

.carousel-shortcode.carousel-shortcode-id-1 .owl-nav a:not(:hover) i, .carousel-shortcode.carousel-shortcode-id-1 .owl-nav a:not(:hover) i:before {
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    background: none;
}

.carousel-shortcode.carousel-shortcode-id-1 .owl-nav a:hover i, .carousel-shortcode.carousel-shortcode-id-1 .owl-nav a:hover i:before {
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    background: none;
}

.carousel-shortcode.carousel-shortcode-id-1 .owl-dots {
    top: calc(100% + 20px);
    left: 50%;
    transform: translateX(calc(-50% + 0px));
}

.carousel-shortcode.carousel-shortcode-id-1 .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 8px;
}

.bullets-ubax.carousel-shortcode.carousel-shortcode-id-1 .owl-dot.active span {
    border-color: #cbc267;
}

/* Blog */
.blog-shortcode.blog-masonry-shortcode-id-1 .filter a, .blog-shortcode.blog-masonry-shortcode-id-1 .filter a * { color: #cbc267;}
.blog-shortcode .entry-title a{ color: black !important;}
.paginator .button-load-more { border-color: rgb(203, 194, 103) !important;}
.paginator a, .paginator a * { color: #cbc267 !important;}
.paginator .button-load-more.animate-load, .paginator .button-load-more:hover {background-color: #cbc267;}
.paginator a:hover span {color: white !important;}

@media screen and (max-width: 768px) {
    .carousel-shortcode.carousel-shortcode-id-1.hide-arrows .owl-nav a {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .carousel-shortcode.carousel-shortcode-id-1.reposition-arrows .owl-nav .owl-prev {
        top: 50%;
        transform: translateY(calc(-50% + 0px));
        left: 10px;
    }

    .carousel-shortcode.carousel-shortcode-id-1.reposition-arrows .owl-nav .owl-next {
        top: 50%;
        transform: translateY(calc(-50% + 0px));
        right: 10px;
    }
}