.feedItem {
    border: 1px solid #e6e6e6;
    margin-bottom: 25px;
    padding: 0px;
    overflow: hidden;
    background-color: white;
}

.feedItem.square .feed-snapshot {
    /*width: 318px;*/
    height: 295px;
    overflow: hidden;
}

.feedItem.home-feed .feed-snapshot {
    position: relative;
    background: transparent url("../images/Tile-Pattern_300x300.png") repeat;
}

.feedItemContainer a {
    color: #333333;
    text-decoration: none;
}

.feedItem.home-feed .feed-snapshot .feed-type-indicator {
    background-color: rgba(0,0,0,0.39);
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.65), rgba(0,0,0,0));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0,0.65)), to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.65), rgba(0,0,0,0));
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.65), rgba(0,0,0,0));
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.65), rgba(0,0,0,0));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    background-color: transparent;
    padding: 15px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    line-height: 1.2;
    pointer-events: none;
    height: 100%;
    text-align: center;
}

.feedItem.home-feed .feed-snapshot .feed-type-indicator > div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.feedItem.home-feed .feed-snapshot .feed-type-indicator .featured-title {
    font-size: 21px;
    white-space: normal;
    font-weight: bold;
    text-shadow: 0 1px 6px rgba(0,0,0,0.8);
}

.feedItem.square .full-story-button {
    font-weight: bold;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    pointer-events: visible;
    color: #FFF;
    border: 1px solid #fff;
    background-color: rgba(0,0,0,0.2);
}



.feedItem.square .feed-description {
    border-top: 1px solid transparent;
    height: 35px;
    padding: 5px 10px;
    overflow: hidden;
}

.feedItem.home-feed .feed-description {
    line-height: 25px;
}

.feedItem.home-feed .feed-topic-container {
    line-height: 25px;
}

.feedItem.home-feed .feed-topic-container .hzi-font {
    margin-right: 8px;
    font-size: 16px;
    line-height: 25px;
}

.hzi-font {
    /*font-family: 'Houzz-Glyphs' !important;*/
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    font-size: 1.5em;
}

.feedItem.home-feed .feed-topic-container .feed-topic {
    font-weight: bold;
}

.feedItem.home-feed .feed-meta-info {
    position: relative;
    min-height: 81px;
}

.feedItem.square .feed-meta-container {
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 0;
}
.feedItem.home-feed .feed-meta-container {
    border-top: 1px dotted #e6e6e6;
    font-size: 13px;
    line-height: 18px;
    padding: 10px;
    color: #888;
    margin-bottom: 0;
    overflow: hidden;
    /*max-height: 46px;*/
    max-height: 80px;
}

.feedItem.home-feed .feed-space-counters {
    font-size: 11px;
    color: #ababab;
    font-weight: bold;
    padding: 10px;
    overflow: hidden;
    min-height: 35px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.feedItem .feed-gallery-thumb{
    display: block; 
    height: 295px; 
    overflow:hidden;
}

.feedItem .feed-gallery-thumb img{
    width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .feedItem.square .feed-snapshot {
        height: 245px;
    }
}

/*@media (max-width: 1279px) {
    .feedItem .feed-gallery-thumb{
        height: 265px;
    }
}*/
/*@media (max-width: 1280px){
    .feedItem.square .feed-snapshot {
        width: 350px;
        height: 295px;
    }


}*/