.post-listing
{
    /* background-color: green; */
    position: relative;
}
.sidebar-content
{
    /* background-color: red; */
}
.block-title {
    font-size: 14px;
    border-bottom: 2px solid #ffa500;
    padding: 10px 0px 6px 0px;
    margin-bottom: 20px;
}
.title-block {
    background-color: #ffa500;
    padding: 9px 12px 6px;
    color: #fff;
    font-weight: 600;
}
.article-post-list
{
    /* background-color: plum; */
}
.article-post-block
{
   
}
.article-post-block::after
{
    display: block;
    content: " ";
    clear: both;
}
.article-img-block 
{
    float: left;
}
.article-detail-block
{
    /* background-color: red; */
    display: block;
    margin-left: 235px;
    min-height: 150px;
}
.title-of-article h3 a{
    text-decoration: none;
    color: #000;
    font-size:20px;
}
.title-of-article h3 a:hover
{
    color: #f44336;
}

.view-and-date span{
    color: lightgray;
    color: #606060;
    font-size: 12px;
}
.article-date
{
    margin-left: 10px;
}
.article-discription
{
    font-size: 13px;
    color: #777;
    font-family: open sans,arial,sans-serif;
    margin-top: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    max-height: 80px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media(max-width:767px)
{
    .article-img-block {
        float: none;
        text-align: center;
    }
    .article-detail-block {
        /* background-color: red; */
        display: block;
        margin-left: 0px;
        min-height: 150px;
        text-align: justify;
    }
    .article-post-block
    {
        margin-bottom: 25px;
        box-shadow: 0px 0px 5px lightgrey;
    padding: 20px;
    }
    .coupon-name
    {
        box-shadow: 0px 0px 5px lightgrey;
        padding: 10px;
    }
}
.title-coupon-color
{
    background-color: #222;
}
.title-coupon-block
{
    border-bottom: 2px solid #222;
}
.coupon-main-con
{
    /* background-color: greenyellow; */
}
.coupon-img img{
    width: 100%;
    max-width: 120px;
    height: 82.5625px;
    max-height: 82.5625px;
}
.coupon-list
{
    float: left;
}
.coupon-list::after
{
    display: block;
    content: " ";
    clear: both;
}
.coupon-name
{
    margin-left: 130px;
    font-size: 13px;
    /* color: #777; */
    font-family: open sans,arial,sans-serif;
    margin-top: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    font-weight: bold;
    max-height: 80px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 83px;
}
.coupon-tag span
{
    color: #606060;
    font-size: 12px;
    font-weight: normal;
}
@media(max-width:1199px)
{
    .coupon-img
    {
        display: none;
    }
    .coupon-name
    {
        margin: 0px;
        min-height: auto;
        margin-bottom: 15px;
    }
}
.article-img-block img
{
    max-width: 218px;
    width: 100%;
    height: 150px;
    max-height:150px;
}
.coupon-name div a
{
    text-decoration: none;
    color: #000;
}
.coupon-name div a:hover
{
    color: #f44336;
}
.author-bio
{
    font-size: 13px;
    color: #777;
    font-family: open sans,arial,sans-serif;
    margin-top: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    max-height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.custom-news-list
{
    margin-bottom:20px;
}