/*
POPULAR POSTS
--------------------------------------------------------*/
.tt-popular-post {
    border: 1px solid #eee;
}
.tt-popular-post .tab-content{
    padding: 30px 20px;
}
.tt-popular-post .nav-tabs {
    border-bottom: 1px solid transparent;
}
.tt-popular-post .nav-tabs>li,
.tt-popular-post .nav-tabs.nav-justified>li {
    position: relative;
}
.tt-popular-post .nav-tabs>li::before,
.tt-popular-post .nav-tabs.nav-justified>li::before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #eee;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    z-index: 10;
}
.tt-popular-post .nav-tabs>li:last-child::before,
.tt-popular-post .nav-tabs.nav-justified>li:last-child::before {
    display: none;
}
.tt-popular-post .nav-tabs>li>a, 
.tt-popular-post .nav-tabs.nav-justified>li>a {
	padding: 17px 30px;
    color: #bebebe;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    border-left: none!important;
    border-top: none!important;
    border-right: none!important;
    border-bottom: 4px solid transparent!important;
    background: none;

}
.tt-popular-post .nav-tabs>li.active>a, 
.tt-popular-post .nav-tabs.nav-justified>li.active>a {
	color: #202020;
    border-bottom: 4px solid #0072d3!important;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
}
.tt-popular-post .media,
.tt-latest-post .media,
.tt-recent-comments .media {
    padding-bottom: 0;
}
.footer-sidebar .tt-popular-post .media,
.footer-sidebar .tt-latest-post .media,
.footer-sidebar .tt-recent-comments .media {
    border-bottom: 0;
}
.footer-sidebar .tt-popular-post .media:last-of-type,
.footer-sidebar .tt-latest-post .media:last-of-type,
.footer-sidebar .tt-recent-comments .media:last-of-type,
.tt-popular-post .media:last-of-type,
.tt-latest-post .media:last-of-type,
.tt-recent-comments .media:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
}
.tt-popular-post .media .media-left,
.tt-latest-post .media .media-left,
.tt-recent-comments .media .media-left{
    width: 65px;
    height: 65px;
}
.tt-popular-post .media img,
.tt-latest-post .media img,
.tt-recent-comments .media img{
    width: 65px;
    height: 65px;
    border-radius: 3px;
    max-width: inherit;
}
.tt-popular-post .media-body,
.tt-latest-post .media-body,
.tt-recent-comments .media-body {
    vertical-align: middle;
}
.tt-popular-post .media .media-left,
.tt-latest-post .media .media-left,
.tt-recent-comments .media .media-left {
    padding-right: 15px;
}
.tt-popular-post .media-body h4,
.tt-latest-post .media-body h4,
.tt-recent-comments .media-body h4 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 0;
}
.side .tt-popular-post .media-body h4,
.side .tt-latest-post .media-body h4,
.side .tt-recent-comments .media-body h4 {
    font-size: 16px;
    line-height: 22px;
}
.tt-popular-post .media-body h4 a,
.tt-latest-post .media-body h4 a,
.tt-recent-comments .media-body h4 a{
    color: #212121;
    width: calc(100%);
}
.tt-popular-post .media-body h4 a:hover,
.tt-latest-post .media-body h4 a:hover,
.tt-recent-comments .media-body h4 a:hover{
    color: #0072d3;
}
.footer-section .tt-popular-post .media-body h4 a,
.footer-section .tt-latest-post .media-body h4 a,
.footer-section .tt-recent-comments .media-body h4 a{
    color: #565656;
}
.tt-popular-post .media-body h4+span,
.tt-latest-post .media-body h4+span {
    float: right;
}
.tt-latest-post .entry-meta {
    margin-top: -5px;
}
.tt-popular-post .entry-meta li, 
.tt-latest-post .entry-meta li, 
.tt-recent-comments .entry-meta li {
    font-size: 12px;
    text-transform: capitalize;
    line-height: 1.3;
    margin-top: 10px;
}

.toogle-menu-sidebar .tt-popular-post .entry-meta li,
.toogle-menu-sidebar .tt-latest-post .entry-meta li,
.toogle-menu-sidebar .tt-recent-comments .entry-meta li {
    font-size: 11px;
    letter-spacing: -0.2px;
}
.tt-popular-post .entry-meta li a,
.tt-latest-post .entry-meta li a{
    position: relative;
}
.tt-popular-post .entry-meta li a:after,
.tt-latest-post .entry-meta li a:after{
    content: ", ";
    position: relative;
    right: 2px;
}
.tt-popular-post .entry-meta li a:last-child:after,
.tt-latest-post .entry-meta li a:last-child:after{
    content: "";
}

.tt-latest-post .entry-meta li,
.tt-popular-post .entry-meta li,
.tt-popular-post .entry-meta li a,
.tt-latest-post .entry-meta li a,
.tt-recent-comments .entry-meta li a{
    color: #999;
}
.tt-popular-post .entry-meta li+li,
.tt-latest-post .entry-meta li+li,
.tt-recent-comments .entry-meta li+li {
    margin-left: 5px;
    position: relative;
}
.tt-popular-post .entry-meta li+li:before,
.tt-latest-post .entry-meta li+li:before,
.tt-recent-comments .entry-meta li+li:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #555;
    position: absolute;
    left: -4px;
    top: 3px;
}