﻿.box-services-home a.img {
    display: block;
    overflow: hidden;
}
.box-services-home a.img img {
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    min-height: 140px !important;
}
.post-summary h3{
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    font-weight: bold;
    color: #d10123 !important;
    font-size: 16px !important
}
    .post-summary h3 a {
        word-wrap: break-word;
        cursor: pointer;
        color: #719dec;
    }
.post-summary div{
    overflow: hidden;
    color: #444 !important;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.6em;
    text-align: justify;
     margin-bottom: 10px;
     height: 64px;
}
.post-readmore {
    display: block;
    color: #777 !important;
    font-size: 14px;
    padding-left: 25px;
    background: url('../../Images/bullet.png') no-repeat left center;
    background-size: 18px;
    cursor: pointer;
}
.box-services-home {
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(10,10,10,0.05), 0 0 0 1px rgba(10,10,10,0.05);
    box-shadow: 0 1px 1px rgba(10,10,10,0.05), 0 0 0 1px rgba(10,10,10,0.05);
}
.post-summary{
    padding: 0 10px 10px;
}
.grid-box header {
    margin: 15px 5px 0 5px;
    background: #EAE8E8 url('../../Images/stripe.png') repeat-x left top;
}
.grid-box header h1 {
    font-size: 18px;
    color: #444;
    text-align: center;
    padding: 15px 5px 13px 5px;
    text-transform: uppercase;
    margin: 0 0 16px;
    font-family: "Droid Serif","Times New Roman",Times,serif;
    background: url('../../Images/stripe.png') repeat-x left bottom;
}
.pd-t10{
    padding-top: 10px !important;
}
.post-gallery{
    display: none;
}
/*css sidebar*/
.imgh img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5px;
}
.post-entry .post-avatar {
    width: 36%;
    float: left;
}
.panel-box {
    padding: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.4);
    -ms-box-shadow: 0 0 3px 0 rgba(0,0,0,0.4);
    -o-box-shadow: 0 0 3px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.4);
}
.panel-box .panel-title {
    position: relative;
    /*margin-bottom: .25rem;*/
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.post-entry .item-summary {
    width: 60%;
    float: right;
}
.panel-box .panel-inner {
    padding: 8px;
}

.post-entry .item-summary h3 {
    font-size: 15px !important;
    line-height: 1.5;
    color: #d10123 !important;
    margin: 0 !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
    .post-entry .item-summary h3 a {
        cursor: pointer;
        color: #719dec;
    }
.item-summary div{
    overflow: hidden;
    color: #444 !important;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /*line-height: 1.6em;*/
    margin-bottom: 10px;
}


.panel-box .panel-title h1 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    height: 33px;
    line-height: 33px;
    padding-left: 10px;
    padding-right: 5px;
    background: #d31a22;
}
.panel-box .panel-title h1, .panel-box .panel-title h2 {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.panel-box .panel-title h1:after {
    top: 0;
    content: ' ';
    position: absolute;
    display: block;
    width: 21px;
    height: 33px;
    right: -21px;
}
    .panel-box .panel-title.t1 h1:after, .panel-box .panel-title h1:after {
        background: url('../../Images/ribbon.png') no-repeat center center/cover;
    }

.post-list .post-entry {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}
.post-list .post-entry:last-of-type {
    margin-bottom: 0;
    border-bottom: 0 none;
}
.video-link a.img img {
    height: 140px;
}
.video-link .post-summary div.post-desc { margin-bottom: 0px !important;}