

.splide__slide.blogbanner{text-align: center; align-content: center;}
.slide-featured-post{display: flex; width: 100%; max-width: 1915px; }

.slide-featured-post-image{display: flex; background-repeat: no-repeat; background-size: cover; background-position: center; }

.slide-featured-post-content{display: flex;
    flex-direction: column;
    justify-content: center;
    
    color: #fff; 
    align-items: flex-start;
}

.slide-featured-post-content h3 a{color: #fff; font-size: 28px; text-decoration: none; font-weight: 700;  }


.slide-featured-blogbanner{display: flex; justify-content: center;}


.slide-featured-post-related{display: flex; width: 15%;}

.slide-featured-post-related ul{
    list-style-type: none; 
    margin-left: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slide-featured-post-related li
{
    background-repeat: no-repeat;
    margin-bottom: 8%;    
    
    background-size: cover;
    background-position: center;
    display: flex;
    color: #fff;

}

.slide-featured-post-related li div.slide-featured-post-related-block
{
    padding: 1em;    

    display: flex;
    flex-direction: column;
    justify-content: center;

}

.slide-featured-post-related-block a
{
    color: #fff;
}

a.slide-featured-post-related-link{
    width: 100%;
    
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.splide__progress__bar {    
    background: var(--tyreblog-color);
    height: 3px;
}


.splide__pagination{display: none;}

.splide__pagination__page.is-active {
    background: var(--tyreblog-color);
}
    
    

.slide-featured-post-related .small-text, .slide-featured-post-related .small-text a{
    font-size: 12px;
    font-weight: 400;
}

.slide-featured-post-related-block{width: 80%;}
.slide-featured-post-related-link{
    width: 20%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 1.8em;
    
}

.slide-featured-post-related-block-container{
    background-color: rgba(0,0,0,.5);
    display: flex;
    

}

.read-more-link{
    font-size: 12px;
    line-height: 1.14!important;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: -0.03em;
    border-radius: 0em;
    padding: 0.8em 2.1em;
    border: 1px solid #fff;
    text-transform: uppercase;    
    color: #ffffff!important;
}


.slide-featured-post-category a{
    font-size: 12px;
    line-height: 1.14!important;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: -0.03em;
    border-radius: 0em;
    padding: 0.8em 2.1em;
    background: var(--tyreblog-color);
    border-color: var(--tyreblog-color);
    color: #ffffff!important;
    text-transform: uppercase;
}


@media only screen and (max-width : 767px) 
{
    .slide-featured-post {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .slide-featured-post-image
    {
        min-height: 250px;        
    }

    .slide-featured-post-content{
        width: 100%;
        padding: 1em;
    }

    .slide-featured-post-related{display: none;}

    .splide-featured-image{
        display: flex;
        align-items: center;}

}





@media only screen and (min-width : 1900px) 
{
    .slide-featured-post{min-height: 560px;}
    .splide__slide img {min-height: 560px;}

    #main-slide-prop{min-height: 600px; }


}



@media only screen and (min-width : 768px)
{
    .slide-featured-post-image{width: 40%; max-width: 40%;   }

    .slide-featured-post-content{width: 45%; 
        padding: 5em;
    }

    .slide-featured-post-related li
    {
        height: 25%;
    }

    .slide-featured-post-related li div
    {
        height: 100%;
    }
    
}

@media only screen and (max-width : 479px) 
{
    
    .slide-labtop-img{display: none;}
    
}

@media only screen and (min-width : 480px) 
{
    .slide-portrait-img{display: none;}
}

