@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');
.prev-post-icon i,.prev-post-icon a, .next-post-icon i, .next-post-icon a, .prev-post-title a, .next-post-title a {
  
    transition: .3s all ease-in-out;
}
.slick-slider { display: none; }
.slick-slider.slick-initialized { display: block; }
.blog-slider-item {
    min-height: 400px;
}

.mini-list {
    width: 360px;
    height: 410px;
   /* overflow-y: scroll; */
    position: absolute;
    top: 80px;
    bottom: 80px;
    right: 30px;
    width: 30%;
    z-index: 4;
    padding-right: 20px;
}

.blog-slider {
    position: relative;
}

.blog-slider .slick-list {
    border-radius: 8px;
}
.blog-slider-container .post-meta img {
    display: inline;
    margin-right:8px;
    border-radius: 5px;
}
.post-categories-container .post-categories a, .post-categories-container .post-categories {
    font-family: var(--blog-heading-font);
    color: var(--slider-category-color);
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.50);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.blog-slider .post-categories {
    color: #fff;
}
.blog-slider-item {
    max-height: 570px;
    height: 570px;
    background-size: cover;
   
}
.blog-slider-container {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 2;
   
    max-width:720px;
}
.blog-slider-container .comment-count {
    padding-left: 5px;
}
.blog-slider-container .post-title {
    font-size: 36px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: var(--blog-heading-font);
    font-weight: 700;
    word-break: break-word;
    line-height: 36px;
}
.blog-slider-container .post-meta,.blog-slider-container .post-meta a {
    font-size: 11px;
    color: #fff;
    font-family: var(--blog-heading-font);
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
.blog-slider-list.tab-content {
    z-index: 2;
    display: block;
    position: relative;
}
.mini-list-slider-content {
    width: 65%;
    padding-left: 25px;
}
.mini-list-slider-categories a {
    color: #fff;
    color: #fff;
    opacity: 0.8;
    font-size: 12px;
    font-weight: 700;
    font-family: var(--category-font);
    text-transform: uppercase;
    letter-spacing: 3px;
}
.mini-list-slider-categories {
    color: #fff;
}
.dd-slider-post-date {
    padding-right: 10px;
}
.sidebar-nav i {
    font-size: 18px;
}
.dd-slider-comments-link {
    padding-left:10px;
}
h5.mini-list-post-title {
    color: #fff;
 
    font-family: var(--blog-heading-font);
    font-weight: 700;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
}
.blog-slider-item::after {
    top: 0%!important;
    background: linear-gradient(to bottom,rgba(50,50,50,0.2) 0%,rgba(16,15,15,0.91) 89%,rgba(16,15,15,0.93) 93%)!important;
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    transition: 0.2s all ease-in-out;
    opacity: 0.93;
}
.blog-slider-item:hover::after {
    opacity: 0.98;
}
.mini-list-slider-categories a:hover {
    text-decoration: none;
    color: #fff;
}
.mini-list-slider-item:not(:last-child)  {
   
    border-bottom: 1px solid rgba(255,255,255,0.10); 
}
.mini-list-slider-item-child-container {
    cursor: pointer;
    display: flex;
    margin: 20px 0px;
}
.mini-list-slider-thumbnail {
    width: 100px;
    height: 70px;
    background-size: cover;
    background-position: 50% 50%;
    box-shadow: 1px 4px 10px 1px rgba(0,0,0,0.22);
    border-radius: 8px;
}
.dd-slider-post-title-link:hover {
   
    text-decoration: none;
}

/** Siarbar Slider **/
.sidebar-title h2 {
    color: var(--custom-heading-color);
    font-size: 18px;
    font-family: var(--blog-heading-font);
    font-weight: 700;
    position: relative;
    overflow: hidden;
    margin-top:0px;
}
.sidebar-title-container {
    padding-bottom: 7px;
}
.sidebar-title h2:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
    margin-left: 20px;
}
.sidebar-nav {
    position: absolute;
    right: 0;
    top: -2px;
    z-index: 3;

    margin-top: 2px;
    background-color: #fff;
    width: 70px;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
}
.sidebar-nav .sidebar-prev, .sidebar-nav .sidebar-next {
    cursor: pointer;
}
.sidebar-title {
    position: relative;
}
.sidebar-grid .sidebar-blog-slider-item:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.sidebar-blog-slider-meta-container {
    padding-left: 20px;
    margin-top: -12px;
}
.sidebar-post-meta i {
    font-size: 13px;
    position: relative;
    bottom: -1px;
    margin-right: 5px;
    margin-bottom: 0px;
    padding-left: 1px;
    color: #8d8d8d!important;
}

.sidebar-post-meta .comment-count {
    color: #8d8d8d!important;
    font-size: 11px;
}
h5.sidebar-post-title {
    font-family: var(--blog-heading-font);
    color: var(--custom-heading-color);
    font-weight: 700;
    display: block;
    word-break: break-word;
    font-size:13px;
}
.sidebar-slider-thumbnail {
    display: block;
    width: 70px;
    min-width: 70px;
    height: 70px;
 /*   position: absolute;
    left: 0;
    top: 0;*/
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 8px;
}

.sidebar-blog-slider-container {
    display: flex;
    flex-direction: row;
}

.sidebar-blog-slider-item {
    position: relative;
}

.slider-grid.sidebar-blog-slider-content .sidebar-post-meta {
    font-size: 13px;
    color: #8d8d8d;
}
span.slider-sep {
    padding: 0px 7px;
}
/** Full background slider - sidebar **/
.full-bg-image-ratio {
    position: relative;
}
.slider-bg-image .sidebar-post-meta i, .slider-bg-image .sidebar-post-meta span {
    color: #fff !important;
}
.full-bg-image .dd-sidebar-slider-post-title-link h5.sidebar-post-title {
    color: #fff!important;
        font-size: 14px;
    line-height: 1.3!important;
}
.full-bg-image-container {
    padding-bottom: 95%;
}

.slider-bg-image .slick-list {
    border-radius: 8px;
}
.full-bg-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
   
}
.full-bg-image-container:after {
    top: 15%!important;
    background: linear-gradient(to bottom,rgba(50,50,50,0) 0%,rgba(16,15,15,0.91) 89%,rgba(16,15,15,0.93) 93%)!important;
    transition: .2s all ease-in-out;
    opacity: .93;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
}
.full-bg-image .sidebar-blog-slider-meta-container {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    z-index: 500;
    padding-left:0px;
}

/** Related content Slider **/
.related-post-categories a {
    font-size: 13px;
    color: var(--blog-post-category-color);
    font-weight: 700;
    font-family: var(--category-font);
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 3px;
    /* padding-top: 9px; */
}

.related-post-categories {
    margin-top: 10px;
}

h5.related-post-title {
    font-size: 18px;
    color: var(--custom-heading-color);
    font-weight: 700;
}

.related-title h2 {
    font-family: var(--blog-heading-font);
    color: var(--custom-heading-color);
    position: relative;
    overflow: hidden;
    font-weight: 700;
    font-size:24px;
}

.related-title h2:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 65%;
    height: 1px;
    background-color: #f0f0f0;
    margin-left: 20px;
}

.related-nav .related-prev, .related-nav .related-next {
    cursor: pointer;
}
.related-nav i {
    font-size:26px;
}
i.fa-light.fa-circle-arrow-left {}

.related-nav span {
     padding: 0px 4px; 
}

.slider-grid.related-nav {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 3;
    margin-right: 2px;
    margin-top: 2px;
    background-color: #fff;
    width: 59px;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
}

.related-title {
    position: relative;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-content: center; */
}

.related-title-container {
    padding-bottom: 7px;
}
.related-slider-thumbnail {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    border-radius: 8px;
    max-height: 215px;
}
.related-blog-slider-item {
    /* margin: 0 15px; */
    margin-right: 30px;
}
.related-ratio {
    position: relative;
}
.related-blog-slider-container {
    padding-bottom: 70%!important;
}

.related-post-categories-container {
    z-index: 4;
}
/** Next and previous shortcodes **/
p.next-post-title a,p.next-post-title, p.prev-post-title a, p.prev-post-title {
    font-size:14px;
    line-height: 20px;
  
    color:#fff;
}
p.prev-post-title a:hover, p.next-post-title a:hover {
    opacity:.5;

}
.prev-post-bg {
    display: flex;
    flex-direction: row;
    height: 100px;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0px 15px;
}
.next-post-categories-container, .prev-post-categories-container {
    z-index: 4;
    padding: 0 3%;
    width: 90%;
}
.next-post-categories {
    text-align: right;
}
.prev-post-categories, .next-post-categories {
    color: var(--blog-post-category-color);
}
.next-post-categories a, .prev-post-categories a {
    font-size: 13px;
    color: var(--blog-post-category-color);
    font-weight: 700;
    font-family: var(--category-font);
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 3px;
    /* padding-top: 9px; */
}
.next-post-bg {
    display: flex;
    flex-direction: row-reverse;
    height: 100px;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0px 15px;
}
.prev-post-icon, .next-post-icon  {
    width: 75px;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prev-post-icon i, .next-post-icon i {
    font-size: 30px;
    color: rgba( 255,255,255,0.5);
}

.prev-post-wrapper, .next-post-wrapper {
    border-radius: 8px;
    overflow: hidden;
}

.prev-post-bg:after, .next-post-bg:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(36,36,36,.65);
}
.prev-post-title, .next-post-title {
    font-family: var(--blog-heading-font);
}
.prev-post-content {
    z-index: 4;
    text-align: left;
}
.next-post-content {
    z-index: 4;
    text-align: right;
}
.prev-post-content p, .next-post-content p {
    margin-bottom: 0px;
    color: #fff;
}

.prev-post-content .related-post-categories {
    margin-top:0px;
}
.prev-post-icon a, .next-post-icon a {
    display: block;
    z-index: 1;
    position: relative;
}
.prev-post-icon i:hover, .next-post-icon i:hover  {
    opacity: .5;
}
@media only screen and (max-width:480px){
    .blog-slider-container .post-title {
        font-size:28px;
    }
    .blog-slider-container {
        padding-right: 20px;
    }
    .mini-list {
        width: 90%;
        left: 20px;
        right: 20px;
        height: 185px;
    }
    
    .mini-list-slider-thumbnail {
        display: none;
    }   
    .blog-slider-item {
      
    }
}


/** Scrollbar 
.mini-list:hover .mini-list::-webkit-scrollbar-thumb:hover {

}
.mini-list::-webkit-scrollbar{
    opacity: 0;
}
.mini-list::-webkit-scrollbar:
.mini-list::-webkit-scrollbar {
    width: 15px;
}
.mini-list::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255,255,255,0.10);
}
.mini-list::-webkit-scrollbar-thumb {
    height: 4rem;
    border-radius: 40px;
    border: 4px solid transparent;
    background-clip: content-box;
    background-color: rgba(255,255,255,0.10);
    
}

.mini-list::-webkit-scrollbar-track {
    background-color: transparent;
}
**/
/** End scroll bar **/

