/*



[Custom Stylesheet]



Project     : USNews - Multipurpose News, Magazine and Blog HTML5 Template

Author      : themelooks.com

Author URI  : https://themeforest.net/user/themelooks



*/

.post--img a.cat:before {
    background-color: #076BB3;
}
.news--ticker .title{
    background-color: #076BB3;
}
.post--items-title .h4{
    color: #F17C21;

}
.post--items-title{
    border-top-color: #F17C21;

}
.post--img .icon:before{
    background-color: #F17C21;
}

.bg--color-orange{
    background-color: #F17C21;
}

.btn-primary{
    background-color: #F17C21;
    border-color: #F17C21;
}
.banner-small-img{
    background-size: cover;
    background-repeat: no-repeat;
    height: 174px;
}

.poll--widget .radio-custom p:before {
    width: 75%;
}

.poll--widget .radio-custom p {
    width: 55%;
}

.poll--widget .radio-custom label {
    width: 45%;
}
.poll--widget .radio-custom label span:before {
    display:none;
}
.poll--widget .radio-custom label {
    padding-left: 5px;
}

.post--info .meta {
    height: 50px;
}

.header--topbar .nav>li {
    float: left;
}

.post--info .meta>li>a, .post--info .meta>li>span {
    line-height: 30px;
}

.post--item.post--layout-2 .post--info .title .h4 {
    height: 50px;
}

.cat-articles{
    height: 870px;
}
.mobile-hide{
    display: inline-block !important;
}

.desktop-hide{
    display: none !important;
}

.post--item.post--title-large .post--info .title .h4 {
    font-size: 14px;
    line-height: 25px;
}

@media (max-width: 768px) {
    .cat-articles {
        height: auto;
    }
    .article-desc img {
        width:100% !important;
        height:auto !important;
    }
}

@media screen and (max-width: 480px){
    .mobile-hide{
        display: none !important;
    }
    .desktop-hide{
        display: inline-block !important;
    }

    .font-size-12px{
        font-size:12px;
    }
}
