/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 14, 2016, 5:00:00 PM
    Author     : oshrib
*/

.listing-item {
    background: none !important;
    padding: 0 5px;
    display: inline-block;
}

.listing-item a {
    color: #000;
}
.listing-item a:hover {
    text-decoration: none;
}
.listing-item h2 {
    color: #000;
    font-size: 14px;
}
.display-posts-listing  {
    min-height: 350px;
}
.display-posts-title {
    margin-bottom: 35px;
}

.entry-content p, hr {
    clear: both;
}
.listing-item img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image,span.img-wrapper {
    object-fit: cover;
    background-size: cover;
    height: 170px;
    width: 100%;
}
.page-template-page-articles .col-md-height {
    float: left;
}
.page-template-membership-articles .col-md-height {
    float: left;
}
.sidebar img {
    margin-bottom: 20px;
}
.entry-content {
    margin-bottom: inherit;
    padding-right: inherit;
}
#mobile_place_holder a{
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 381px;
}