#fb_content {
    margin: 0 auto;
    font-size: 2rem;
    max-width: 100rem;
    position: relative;
}

#fb_content li {
    margin: 0;
    width: 31%;
    margin-right: 3%;
    vertical-align: top;
    display: inline-block;
}
@media all and (max-width: 650px){
    #fb_content li {
        width: 100%;
        margin: 0;
    }
}

#fb_content li:nth-child(3n) {
    margin-right: 0;
}

.fb_post.clearfix {
    display: block;
    width: 100%;
    position: relative;
    transition: all ease .5s;
}

#fb_content .img_container {
    /*min-height: 18rem;*/
    height: 0;
    padding-bottom: 50%;
    background-image: url('/wp-content/uploads/2018/04/EliseForCongress_Logo.png');
    background-size: contain;
    position: relative;
    background-position: center;
}

.fb_body {
    display: block;
    position: relative;
    margin-bottom: 1.4rem;
    padding: 11px 0;    
    /*background-color: #ffffff;*/
    text-align: left;
    /*border: 1px solid #e5e3e3;*/
    min-height: 16.5rem;
}
.fb_body a.read-more-link {
    color: #ee3342 !important;
    margin-top: 18px;
    display: block;
    font-weight: 700;
}
a.fb_date {
    font-size: 14px;
    padding-right: .8rem;
    border-bottom: none;
    color: #000 !important;
    margin-bottom: 6px;
    display: block;
}

.fbShareTxt {
    color: #ffffff;
    display: inline;
    font-size: 1.4rem;
}

.fbShare {
     display: none; 
    background-color: #4867b4;
    padding: 0 5px 7px 12px;
    color: #ffffff;
    border-radius: .5rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
    width: 8rem;
}

.fb_message {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 16px;
    -webkit-line-clamp: 3;
    min-height: 72px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    color: #000;
}
.fb_message a {
    color: inherit !important;
    text-decoration: none !important;
}
.fb_message a:hover{
    color: #ee3342 !important;
}

#fb_content i {
    /*position: absolute;
    bottom: 0;
    left: 0;*/
    font-size: 2.2rem;
    padding: 5px 5px 5px 0;
    color: #3f80b3;
}

#fb_content .fbShare i {
    font-size: 1.4rem;
    padding-right: .4rem;
}