﻿/* Override ucPost Panels CSS*/
#divPosts, #itemsTrending, #servicesTrending {
    border: 1px;
    border-style: solid;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    /*border-color: lightgrey;*/ /*Overruled with master item/service class*/
    margin-bottom: 20px;
}

#divPosts {
    border-color: #555555;
}

.trending-items-header, .trending-services-header, #headingCategories  {
    height: 30px !important;
    color: white;
}

#headingCategories {
    background-color: #555555;
}
/* END: Override ucPost Panels CSS*/

/*iPhone 6*/
@media (max-width: 375px) { 
    .posts-home-wrapper {
        width: 335px;
    }

}
 /*iPhone 5*/
@media (max-width: 320px) {
    .posts-home-wrapper {
        width: 280px;
    }
}
