.show-post-details {
    padding-top: 80px;
  }
  .page-title-2 .info-box {
    padding: 15px;
  }
  .inline-gallery-container {
    width: 100%;
    /* height: 500px; */
    height: 100%;
    position: relative;
  }

  .lightGallery-captions h4 {
    transform: translate3d(60px, 0, 0px);
  }
  .lightGallery-captions p {
    transform: translate3d(-60px, 0, 0px);
  }
  .lightGallery-captions h4,
  .lightGallery-captions p {
    opacity: 0;
  }

  .lg-current .lightGallery-captions h4,
  .lg-current .lightGallery-captions p {
    transform: translate3d(0, 0, 0px);
  }
  .lg-current .lightGallery-captions h4,
  .lg-current .lightGallery-captions p {
    opacity: 1;
  }

  .lg-slide-progress .lightGallery-captions h4 {
    transform: translate3d(-60px, 0, 0px);
  }
  .lg-slide-progress .lightGallery-captions p {
    transform: translate3d(60px, 0, 0px);
  }
  .lg-slide-progress .lightGallery-captions h4,
  .lg-slide-progress .lightGallery-captions p {
    opacity: 0;
  }

  .lightGallery-captions h4,
  .lightGallery-captions p {
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in;
  }

  .lg-current .lightGallery-captions h4,
  .lg-current .lightGallery-captions p {
    transition-delay: 500ms;
  }
  .lg-current.lg-slide-progress .lightGallery-captions h4,
  .lg-current.lg-slide-progress .lightGallery-captions p {
    transition-delay: 0ms;
  }
.lg-img-wrap img {
    width: 100% !important;
    object-fit: cover;
    object-position: center;
    height: 100% !important;
}
.lg-img-wrap img.contain {
    object-fit: contain;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #f85c70;
}

.post-show-info {
    max-height: 360px;
    overflow-y: auto;
    overflow-x: visible;
}
.post-show-description {
    /* max-height: 260px; */
    overflow-y: auto;
    overflow-x: visible;
}


.signal-comment-modal-btn.already-signaled svg,
.signal-reply-modal-btn.already-signaled svg {
    color: var(--lightBlue) !important;
}

#inline-gallery-container .lg-counter {
    color: white;
    font-weight: bold;
    /* float: left; */
    padding: 5px;
    /* padding-top: 30px; */
    display: inline-flex;
    background-color: var(--lightBlue);
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1080;
}
.rpw-post {
    /* position: fixed; */
    top: 95px;
    height: calc(100% - 95px);
}
.rpw-post > div:first-child {
    height: 60%;
}
@media only screen and (max-width: 1200px) {
    .rpw-post {
        position: initial;
    }
    .inline-gallery-container {
        height: 500px;
      }
}
.post-show-section {
    /* background-image: url("/assets/images/shape/shape-3.png") !important; */
    /* background-size: cover !important; */
    /* background-position: center !important; */
    box-shadow: 0 3px 20px rgb(0 0 0 / 0.4) !important;
}

.post-show-section h3 {
    /* margin-bottom: 0 !important; */
}
.post-ads-block {
    position: fixed;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 120px);
}
.post-ads-block .small-ad {
    height: 109px;
}
.post-ads-block .main-ad {
    height: calc(100% - 120px);
}

.post-show-contact-section ul {
    overflow-y: auto;
}

.show-similar-posts-carousel:not(.all-posts-carousel) {
    width: 100% !important;
}
.show-similar-posts-carousel .owl-item {
    width: 210px !important;
}

.swiper {
    width: 600px;
    height: 300px;
  }


.feature-section .owl-carousel.show-similar-posts-carousel .owl-stage-outer {
    overflow: visible;
}

.three-item-carousel.posts-owl-carousel.owl-carousel.show-similar-posts-carousel {
    height: 360px;
}
.three-item-carousel.posts-owl-carousel.owl-carousel.show-similar-posts-carousel .owl-stage-outer {
    height: 360px;
}

@media only screen and (max-width: 800px) {
    .similar-posts-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .show-similar-posts-carousel .owl-item {
        width: 160px !important;
    }
}

/************ START ads styles ************************/


/* half-page banner ads */
.half-page-ads-container {
    display: flex;
    flex-direction: row;
    justify-content: center;


}

.half-page-ads-container .half-page-ads {
    height: 600px;
    width: 300px;

}

.half-page-ads-container .half-page-ads img {
    height: 600px;
    width: 300px;

}
/* medium rectangle  ads */
.medium-rectangle-container {
    display: flex;
    flex-direction: row;
    justify-content: center;

    margin: 0 auto;
}

.medium-rectangle-container .medium-rectangle-ads {
    height: 250px;
    width: 300px;

}

.medium-rectangle-container .medium-rectangle-ads img {
    height: 250px;
    width: 300px;

}

/* leaderboard banner ads */
.leaderboard-banner-container {
    display: flex;
    flex-direction: row;
    justify-content: center;

    margin: 0 auto ;
}

.leaderboard-banner-container .leaderboard-ads {
    height: 90px;
    width: 728px;

}

.leaderboard-banner-container .leaderboard-ads img {
    height: 90px;
    width: 728px;

}

.margin-19 {
    margin-top: 19px;
}



.default-ads .btn {

    color: black !important;
}



/******************************* END ads styles ********************/




