.row-small{
    .sp-spost-item{
        padding-left: 10px;
        padding-right: 10px;   
    }
}
.row-small.row{
    margin-left: -10px !important;
    margin-right: -10px !important;
}
.row-type-overlay{
    .sp-post-content{
        color: #fff;
        position: absolute;
        top: 50%;
        left: 0;
        bottom: inherit;
        padding: 30px 0;
        width: 100%;
        background: none;
        z-index: 2;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 15px;
    }
    .sp-post-item:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .3;
        -webkit-transition: .35s;
        -o-transition: .35s;
        transition: .35s;
        z-index: 1;
        pointer-events: none;
    }
    .sp-post-cat a:after {
        content: '';
        position: absolute;
        display: block;
        right: -10px;
        height: 0;
        border-color: transparent;
        border-bottom-color: inherit;
        top: 0;
        width: 0;
        border-width: 0 10px 17px 0;
        border-style: solid;
    }
    .sp-post-cat a {
        background-color: #ffc600;
        color: #3d4248;
        border-color: #ffc600;
        padding: 3px 5px 3px 8px;
        line-height: 1;
        letter-spacing: .5px;
        position: relative;
        height: 17px;
        display: inline-flex;
        align-items: center;
        font-weight: 400;
    }
    h3.sp-post-title{
        color: #fff !important;
        text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    }
    .sp-post-meta{
        transform: translateY(200%);
        opacity: 0;
        transition: all.3s ease-in-out;
    }
    .sp-post-thumbnail.img_cover img{
        transition: all.3s ease-in-out;
    }
    .sp-post-item:hover{
        .sp-post-meta{
            transform: translateY(0);
            opacity: 1;
            transition: all.3s ease-in-out;
        }    
        .sp-post-thumbnail.img_cover img{
            transform: scale(1.2);
            transition: all.3s ease-in-out;
        }
    }
    .sp-post-item:hover:before{
        opacity: .6;
    }
    .sp-post-meta a{
        color: #ffff;
        font-weight: bold;
    }
}
.sp-post-thumbnail.img_cover{
    margin-bottom: 0;
}
.row-type-vertical{
    .sp-post-item{
        display: flex;
        flex-direction: row;
    }
    .sp-post-thumbnail.img_cover{
        width: 260px;
        padding-top: 185px !important;
        margin-bottom: 0;
    }
    .sp-post-content{
        flex:1;
        padding-left: 30px;
    }
    .sp-post-desc{
        font-size: 14px;
        line-height: 1.6;
        margin-top: 1em;
    }
   
}
.sp-post-desc{
    font-size: 14px;
}
 h3.sp-post-title{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 5px;
}
.sp-load-more:hover{
    color: #fff;
    background: var(--text-primary) !important;
    transition: all.3s ease-in-out;
}
.sp-load-more:before{
    right: 100%;
    margin-right: 20px;
}
.sp-load-more:after {
    left: 100%;
    margin-left: 20px;
}
.wrap-btn{
    overflow: hidden;
}
.sp-load-more:after, .sp-load-more:before {
    content: "";
    height: 1px;
    background: #eee;
    width: 1000px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    cursor: none;
    pointer-events: none;
}
.sp-load-more{
    cursor: pointer;
    transition: all.3s ease-in-out;
    border-color: #e0e0e0 !important;
    min-width: 30%;
    height: 30px;
    line-height: 28px;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    padding: 0 18px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    text-align: center;
    color: #212121;
    background: #fff;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    text-rendering: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    font-size: 11px;
}
.sp-featured-title a:hover,
.sp-post-item:hover .sp-post-title{
    color: var(--text-primary);
}
.sport-theme-sidebar-right .sp-featured-item:hover .sp-featured-title:before{
    background: var(--text-primary) !important;
    color: #fff !important;
}
a{
    text-decoration: none !important;
}
.sp-post-author{
    color: var(--text-primary);
}
.sport-theme-sidebar-right{
    position: sticky;
    top: 20px;
}