/* Swiper Custom Styles for GutterDome Gallery */
.gallery-swiper .swiper-button-next,
.gallery-swiper .swiper-button-prev {
    color: #C8963E;
}
.gallery-swiper .swiper-pagination-bullet {
    background: #C8963E;
    opacity: 0.5;
}
.gallery-swiper .swiper-pagination-bullet-active {
    opacity: 1;
}
