.blog-single .row{
    max-width: 1200px;
}
.blog-single .entry-category,
.blog-single .entry-header-text .entry-divider,
.blog-single .entry-meta,
.blog-single .entry-image,
.blog-single .comments-area{
    display: none;
}
.blog-single h1{
    color: var(--black);
    text-align: left;
    font-size: 42px !important;
}
.blog-single h2{
    color: var(--black);
    text-align: left;
    font-size: 36px !important;
}
.blog-single h3{
    color: var(--black);
    text-align: left;
    font-size: 32px !important;
}
.related-posts-title{
    text-transform: uppercase;
    margin-left: 15px;
}
.blog-single .custom-breadcrumb{
    margin: unset;
}
.blog-single .entry-header-text{
    padding-left: unset !important;
    padding-bottom: unset !important;
}
.blog-single .entry-title{
    margin-bottom: .3em;
}
.blog-single .post-meta{
    margin-bottom: 1.5em;
}
.blog-single .post-category{
    font-size: 14px;
    color: #C4C0C0;
    text-transform: uppercase;
    font-weight: 700;
}
.blog-single .post-date{
    font-size: 14px;
    color: #C4C0C0;
    font-weight: 700;
    margin-left: 30px;
}
.blog-single .post-content{
    color: var(--black);
}

.blog-single .slider-featured-wrapper {
    position: relative;
}
.blog-single .slider-featured-prev, 
.blog-single .slider-featured-next{
    position: absolute;
    top: 50%;
    z-index: 10;
    font-size: 24px;
    background: transparent;
    border: none;
    color: var(--black);
    transform: translateY(-50%);
}
.blog-single .slider-featured-prev {
    left: -50px;
}
.blog-single .slider-featured-next {
    right: -75px;
}
.blog-single .related-post-item{
    background: #fff;
    margin: 15px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3), 0px 4px 8px 3px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    height: 510px;
}
.blog-single .related-post-item img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}
.blog-single .related-post-item p{
    color: var(--black);
    margin-bottom: unset;
}
.blog-single .related-post-item .content{
    padding: 15px;
}
.blog-single .related-post-item .cat {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--black);
    font-weight: 700;
}
.blog-single .related-post-item .date {
    color: #C4C0C0;
    font-weight: 700;
    font-size: 14px;
    margin-left: 15px;
}
.blog-single .related-post-item h4 a{
    font-size: 22px;
    color: var(--black);
    font-family: 'Montserrat', sans-serif !important;
    line-height: 30px;
    text-decoration: none;
}



.custom-toc-sidebar {
  position: sticky;
  top: 100px;
  width: fit-content;
  padding: 20px;
}

.custom-toc-sidebar h3 {
  font-size: 24px !important;
}

#custom-toc {
  list-style: none;
  padding: 0;
  margin: 0;
}

#custom-toc li {
  margin-bottom: 8px;
}

#custom-toc .toc-link {
  text-decoration: none;
  color: var(--black);
  transition: all 0.2s ease;
  display: block;
  padding-left: 15px;
}

#custom-toc .toc-link:hover {
  color: #e6007e;
}

#custom-toc .toc-link.active {
  color: var(--pink);
  font-weight: bold;
  border-left: 3px solid var(--pink);
  transition: all 0.2s ease;
}


@media only screen and (min-width: 768px) and (max-width: 1023px){
    .custom-toc-sidebar{
        display: none;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape){
    .custom-toc-sidebar{
        display: none;
    }
    .blog-single .large-3{
        display: none;
    }
}
@media only screen and (max-width: 1025px){
    .custom-toc-sidebar{
        display: none;
    }
    .blog-single .large-3{
        display: none;
    }
}

@media only screen and (max-width: 767px){
    .blog-single h1{
        font-size: 36px !important;
    }
    .blog-single h2{
        font-size: 32px !important;
    }
    .blog-single h3{
        font-size: 28px !important;
    }
}
