#page-title{
    text-align: center;
    padding: 20px 0;
    margin: 0;
    border: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f1f2f4 !important;
}
.blog-cat-list ul.cat-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    text-align: center;
}
.blog-cat-list ul.cat-list li:first-child {
    margin-left: 0;
}
.blog-cat-list ul.cat-list li {
    display: inline-block;
    margin: 0 25px;
}
.blog-cat-list ul.cat-list a {
    font-size: 1.4rem;
    font-weight: 500;
    color: #555;
    display: inline-block;
}
.line-hover{
    position: relative;
}
.line-hover.line-white:after{
    background-color: #fff;
}
.line-hover:after{
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    content: '';
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background-color: #23232c;
}
.line-hover.line-white.active:after, .line-hover:hover:after{
    left: 0;
    width: 100%;
    background-color: #23232c;
}
#posts .entry{
    float: left;
    width: 49%;
    margin-right: 2% !important;
}
#posts .entry:nth-child(2n){
    margin-right: 0 !important;
}
.small-thumbs .entry-image{
    width: 100% !important;
    margin: 0 0 10px 0 !important;
    height: 235px;
    overflow: hidden;
}
.entry-c{
    width: 100%;
}
body.tech_store .content-wrap{
    margin: 15px 0;
}
.sidebar_menu .spost .entry-c{
    width: auto;
}
.postcontent .small-thumbs .entry-title h2{
    height: 60px;
    overflow: hidden;
}
.sidebar-widgets-wrap .widget:first-child{
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.sidebar-widgets-wrap .widget{
    padding-top: 15px !important;
}
.sidebar-widgets-wrap .widget > h4, .sidebar-widgets-wrap .widget > h4 a{
    background-color: transparent !important;
    font-size: 22px !important;
    font-weight: normal !important;
    margin: 0 !important;
}
.sidebar-widgets-wrap .widget > h4 a:hover{
    color: #333 !important;
}
.sidebar_menu li a{
    font-size: 11px;
    font-weight: 600;
    color: #23232c;
    text-transform: uppercase;
    line-height: 25px;
}
.sidebar-widgets-wrap .sidebar_menu{
    border: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f2f4;
}
.social-links-widget{
    border-bottom: 1px solid #f1f2f4;
    padding-bottom: 20px;
}
.social-links-widget > a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #909097;
    font-weight: 400;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 10px 10px 10px 0;
    border: 1px solid #f1f2f4;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.social-links-widget > a:hover {
    color: #23232c;
    border-color: #23232c;
}
@media screen and (max-width: 768px){
    .postcontent .small-thumbs .entry-title h2{
        height: 100%;
    }
    #posts .entry{
        width: 100%;
        margin: 0;
    }
    .blog-cat-list ul.cat-list li{
        padding: 10px 0;
    }
    .hotline_header .hotline strong{
        display: none;
    }
    .sidebar-widgets-wrap .widget{
        padding-top: 0 !important;
    }
}