.hs_recent_popular_tab_widget_content img {
    max-width: 100%;
    height: auto;
}
.hs_recent_popular_tab_widget_content ul.hs-recent-popular-tabs:after, .hs_recent_popular_tab_widget_content .tab-content ul:after {
content: '';
    display: block;
    clear: both;
}
.hs-recent-popular-tabs {display:flex;justify-content: space-evenly;flex-wrap:wrap;}
.hs_recent_popular_tab_widget_content ul.hs-recent-popular-tabs li {
    list-style: none;
    display: block;
    flex: 1 1 auto;
    text-align: center;
    margin: 0;
    padding: 0 !important;
}
.hs_recent_popular_tab_widget_content ul.has-1-tabs li {
    width: 100%;
    margin: 0 auto;
}
.hs_recent_popular_tab_widget_content .tab_title a {
    display: block;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    line-height: 52px;
    text-decoration: none;
    position: relative;
font-size: 11px;
padding: 0px 8px;
color: #444;
}
.hs_recent_popular_tab_widget_content .tab_title:first-child a {
    margin-left: 0;
    border-left: 0;
}
.hs_recent_popular_tab_widget_content .tab_title.selected a {
    background: #fff;
}
.hs_recent_popular_tab_widget_content .inside {
    padding-top: 25px;
}

.footer .hs_recent_popular_tab_widget_content .inside {
    padding-top: 0px;
}
.hs_recent_popular_tab_widget_content .tab-content {
    overflow: hidden;
    padding: 0px;
    border:0;
}
.hs_recent_popular_tab_widget_content .tab-content ul {
text-align:left;
}
.hs_recent_popular_tab_widget_content .tab-content li {
    list-style-type: none;
    display:inline-block;
	*display: inline;
	vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 16px 0;
	text-align: center;
    padding: 0px 0px 16px 0px;
    border-bottom: 1px solid #f9f9f9;
    background: none;
    position: relative;
	opacity:1;
}
.hs_recent_popular_tab_widget_content .post-list_h .featured-thumbnail.large {margin-top: 5px;}
.hs_recent_popular_tab_widget_content .post-list-inner p {margin:8px 0px 0px 0px;line-height: 1.4;}
.hs_recent_popular_tab_widget_content .post-list-inner a.btn {margin-top: 12px;}

.hs_recent_popular_tab_widget_content .post-list_h h4 a, .hs_recent_popular_tab_widget_content .post-list_h h4, .hs_recent_popular_tab_widget_content .meta-space-top, .hs_recent_popular_tab_widget_content .meta-space-top a {text-align: center;justify-content: center;}
@media (min-width: 992px) {
.hs_recent_popular_tab_widget_content .left-thumb .post-list_h {
margin-bottom: 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.hs_recent_popular_tab_widget_content .left-thumb .featured-thumbnail.large {
    width: 70%;margin-right: 20px;margin-top: 0px;
}

.hs_recent_popular_tab_widget_content .left-thumb .post-list-inner {
text-align: left;
margin-top: 0px;
padding:0px;
}
.hs_recent_popular_tab_widget_content .left-thumb .post-list_h h4 a, .hs_recent_popular_tab_widget_content .left-thumb .post-list_h h4, .hs_recent_popular_tab_widget_content .left-thumb .meta-space-top, .hs_recent_popular_tab_widget_content .left-thumb .meta-space-top a {text-align: left;justify-content: left;}


}
@media (max-width: 991px) {
.hs_recent_popular_tab_widget_content .featured-thumbnail.large img {max-height:unset!important;}
}

.hs_recent_popular_tab_widget_content .tab-content .horizontal-layout .post-list_h {margin-bottom: 25px;}
.hs_recent_popular_tab_widget_content .tab-content .post-list_h {opacity:1;}
.hs_recent_popular_tab_widget_content.hs-recent-popular-tab-loading .tab-content .post-list_h {opacity:0;}
.hs_recent_popular_tab_widget_content .tab-content li.horizontal-layout {border-bottom:0;width: 33.1%;}
.hs_recent_popular_tab_widget_content .tab-content li:last-child {
    border: none;
    margin-bottom: 0;
}

.hs_recent_popular_tab_widget_content .entry-title {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.hs_recent_popular_tab_widget_content .wp-post-image { margin: 0 !important }
/* Pagination */
.hs_recent_popular_tab_widget_content .hs-recent-popular-tab-pagination {
    margin: 0px;
width: 100%;
padding-top: 14px;
padding-bottom: 14px;
border-top: 1px solid #f9f9f9;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.hs_recent_popular_tab_widget_content .hs-recent-popular-tab-pagination a { margin: 0;padding: 2px 8px;font-size: 1.2rem; }
.hs-recent-popular-tab-pagination a.next,.hs-recent-popular-tab-pagination a.previous, .recent-popular-tab-counter { display: inline-block; }
.recent-popular-tab-counter{padding:0px 8px;}
/* Loading... */
.hs-recent-popular-tab-loading { min-height: 120px }
.hs_recent_popular_tab_widget_content.hs-recent-popular-tab-loading .tab-content li {opacity:0;}
.clear { clear: both }
.hs-recent-popular-tab-loading:after {
    content: "";
    margin: 0 auto 3em auto;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 49%;
    z-index: 12;
    text-indent: -9999em;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid #000;
    -webkit-animation: load8 0.5s infinite linear;
    animation: load8 0.5s infinite linear;
    border-radius: 50%;
    width: 2em;
    height: 2em;
}
@-webkit-keyframes load8 { 
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 { 
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.title-right { overflow: hidden }