/**************************************************/
/**************** Post gallery css ****************/
/**************************************************/
.shindiri-post-gallery .owl-thumbnails .owl-item img {
    opacity: 0.5;
}

.shindiri-post-gallery .owl-thumbnails .owl-item.synced img {
    opacity: 1;
}

.shindiri-post-gallery .owl-full-images .owl-wrapper-outer {
    width: calc(100% - 2px) !important;
}


.shindiri-post-gallery .owl-full-images .owl-item img {
    margin-bottom: 30px;
}

.shindiri-post-gallery .owl-full-images .owl-item {
    padding-bottom: 50px;
}

.shindiri-post-gallery .owl-full-images .owl-item .item .caption {
    position: absolute;
    margin: 0;
    font-size: 18px;
    text-align: center;
    padding: 0 15px;
    width: 100%;
}

.shindiri-post-gallery .owl-prev {
    position: absolute;
    top: 50%;
    font-size: 46px; 
    display: block;
    width: 46px;
    text-align: center;
    margin-top: -23px;
    left: -45px;
}

.shindiri-post-gallery .owl-next {
    position: absolute;
    top: 50%;
    font-size: 46px; 
    display: block;
    width: 46px;
    text-align: center;
    margin-top: -23px;
    right: -45px;
}