*{word-wrap:break-word;}
@media (min-width: 600px){
    body.admin-bar .navbar-fixed-top{
        margin-top: 32px;
    }
}
span.scroll-lazyload{
    text-align: center;
    padding: 5px;
}
span.scroll-lazyload i{
    background-image: url('../img/facebook.gif');
    display: inline-block;
    height: 32px;
    width: 32px;
}
.post-box h4{
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    max-width: 400px;
    height: 2.1em; /* Fallback for non-webkit */
    margin: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 0;
}
.post-box h4{
    margin-bottom: 10px;
}
.post-box .wp-post-image{
    height: auto;
    width: 100%;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 700;
}
.post-box-detail h2 {
    /*margin-bottom: .3em;*/
    font-weight: 400;
    font-size: 2.8rem;
    color: #333;
}
body .home_item_wrap{
    height: auto;
}
#brandmenu .pad {
    background: #bbb!important;
    min-height: 45px;
    margin: 0;
}
#brandmenu .pad a{
    font-size: 13px !important;
}
body .single-content{
    margin-right: 300px;
    float: left;
}
body .single-sidebar{
    width: 300px;
    float: right;
    margin-left: -300px;
}
@media (max-width: 980px){
    body .post-box h4{
        height: 4.3em; /* Fallback for non-webkit */
        -webkit-line-clamp: 4;
    }
    .post-box-detail .header-category{
        display: none;
    }
    body .single-content{
        margin-right: 0px;
        float: none;
    }
    body .single-sidebar{
        float: none;
        margin: 0 auto;
    }
}
@media (max-width: 768px){
    body .container{
        padding-left: 7px;
        padding-right: 7px;
    }
    body .row{
        margin-left: -7px;
        margin-right: -7px;
    }
    .col-sm-4, .col-xs-6, .col-sm-6, .col-sm-8, .col-xs-12, .col-sm-12, .col-md-12{
        padding-left: 7px;
        padding-right: 7px;
    }
    #secondary{
        margin: 0;
    }
}
.popular-posts .wpp-list .current{
    display: none;
}
.search .item{
    overflow: hidden;
}
.search h4 a{
    color: #000;
}
.search .item-thumb img{
    width: auto;
    margin-right: 10px;
}
.search .item-thumb{
    display: inline-block;
    float: left;
}
.search .post-box-detail{
    padding: 0 7px;
}
/* rev-content */
body .rc-item .rc-headline{
    font-weight: 400 !important;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 400;
}
body .rc-wc .row-item h3{
    font-size: 2rem;
    font-weight: 400;
}
#endpost_popular ul li{
    margin-bottom: 0 !important;
    height: 210px !important;
}
#endpost_popular .widget{
    overflow: hidden;
}
.mobile-sticky-ad{
    display: none;
}
@media screen and (max-width: 760px){
    .pricepony-theia-post-start-btn{
        font-size: 32px;
    }
    .mobile-sticky-ad{
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translate(-50%,0);
        display: block;
        z-index: 10;
    }
}