.blog_template.boxy-clean{   
    width: 100%;
    float: left;
}
.blog_template.boxy-clean ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 30px 0;
    display: inline-block;    
}
.blog_template.boxy-clean .blog_wrap {
    width: 100%;
    float: left;
    box-sizing: border-box;
    transition: all 200ms ease-out 0s;
    -webkit-transition: all 200ms ease-out 0s;
    -ms-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    vertical-align: top;
    word-wrap: break-word;
    padding: 20px;
    list-style: none;
    margin: 0;
    overflow: hidden;
}
.post-comment > a {
    border-top: 2px solid #4d4d4d;
    display: inline-block;
    text-align: center;
    width: 25px;
}
.blog_template.boxy-clean ul li.two_column{   
    width: 50%;
    float: left; 
}
.blog_template.boxy-clean ul li.three_column{
    width: 33.33%;
    float: left;      
}
.blog_template.boxy-clean ul li.four_column{   
    width: 25%;
    float: left;       
}
.blog_template.boxy-clean ul li:hover{
    background: #eee;
}
.blog_template.boxy-clean .br {
    border-right: 1px solid #ddd;
}
.blog_template.boxy-clean .bb {
    border-bottom: 1px solid #ddd;
}
.blog_template.boxy-clean .bt {
    border-top: 1px solid #ddd;
}
.blog_template.boxy-clean .post-meta {
    border: medium none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 10px;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.blog_template.boxy-clean .postdate {
    width: 60px;
    color: #555;
    background: #fff;
    position: absolute;
    text-align: center;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    right: 40px;
    z-index: 1;
    border: 1px solid #9d9d9d;
    opacity: 0;
    top: 5px;
    padding: 5px;
}
.blog_template.boxy-clean .postdate .year {
    float: left;
    font-size: 20px;  
    text-align: center;
    width: 100%;
    border-top: 2px solid;
    line-height: 1.4;
    padding-bottom: 2px;
}
.blog_template.boxy-clean .postdate .month {
    font-size: 14px;
    color: #555;
}
.blog_template.boxy-clean .post-comment {
    top: 85px;
    line-height: 1.6;
    color: #555;
    background: #fff;
    position: absolute;
    text-align: center;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    width: 60px;
    right: 40px; 
    z-index: 1;
    opacity: 0;
    border: 1px solid #9d9d9d;
}
.blog_template.boxy-clean .post-comment .fa {
    color: #4d4d4d;
    display: block;
    font-size: 18px;
    padding: 10px 0;
    border: none
}
.blog_template.boxy-clean ul li:hover .postdate,
.blog_template.boxy-clean ul li:hover .post-comment{
    right: -10px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    visibility: visible;
    opacity: 1;
}
.blog_template.boxy-clean .post-media {
    float: left;
    position: relative;
    width: 100%;
}
.blog_template.boxy-clean .post-image {
    float: left;
    width: 100%;    
}
.blog_template.boxy-clean .post-image img {
    float: left;
    width: 100%;
    min-height: 100px;
}
.blog_template.boxy-clean .author {
    background: none repeat scroll 0 0 #18A3B2;
    bottom: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    left: -10px;
    padding: 8px 10px;
    position: absolute;
    text-transform: capitalize;
}
.boxy-clean .blog_wrap .post-video iframe {
    margin: 0;
}
.blog_template.boxy-clean .post_summary_outer,
.blog_template.boxy-clean .blog_header,
.blog_template.boxy-clean .post_content,
.blog_template.boxy-clean .read-more {
    float: left;
    width: 100%;
}
.blog_template.boxy-clean .blog_footer,
.blog_template.boxy-clean .footer_meta,
.blog_template.boxy-clean .category-link,
.blog_template.boxy-clean .tags {
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 5px;
}
.boxy-clean .blog_footer .category-link i{
    padding: 0;
}
.boxy-clean .blog_footer{
    background: none;
    border: none;
}
.blog_template.boxy-clean .blog_header h1 {
    display: block;
    word-break: normal;
    margin-bottom: 5px;
}
.boxy-clean .blog_header h1 a{
    line-height: 1em;
    font-weight: normal;
}
.blog_template.boxy-clean .read-more {
    margin: 15px 0;
}
.blog_template.boxy-clean .read-more a.more-tag{
    padding: 2px 10px;
    float: right;
    text-decoration: none;
    border: 4px double #888888;
}
.blog_template.boxy-clean ul.slides{
    margin: 0;
}
.blog_template.boxy-clean .more-tag i{
    padding-right: 5px;
}
.blog_template.boxy-clean .social-component {
    float: left;
    margin-top: 10px;
    width: 100%;
}
.blog_template.boxy-clean .boxy-clean .social-component a {
    margin-right: 5px;
    margin-bottom: 5px;
}
.wl_pagination_box {
    text-align: center;
}
.wl_pagination_box .wl_pagination span, .wl_pagination_box .wl_pagination a {   
    padding: 5px 10px;    
}
.bdp-load-more a.button.bdp-load-more-btn {    
    padding: 5px 10px;
    font-size: 18px;
    text-decoration: none;
}
.boxy-clean .social-component.large a{
    line-height: normal;
}
.boxy-clean .social-component a{
    margin-bottom: 5px;
}
.boxy-clean  ul li.blog_wrap::before{
    content: none !important;
}
.boxy-clean .post_content p{
    line-height: 1.5;
}
.blog_template.boxy-clean h1 , .blog_template.boxy-clean .read-more > a{
    transition: all 0.3s;
    -weblit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.blog_template.boxy-clean ul li:hover .blog_header h1 {
    background: #eeeeee;
}

@media screen and (max-width: 992px){  
   
    .blog_template.boxy-clean ul li.four_column,
    .blog_template.boxy-clean ul li.three_column {
        width: 50%;
        float: left;         
    }  
    .blog_template.boxy-clean ul li.four_column:nth-child(2n),
    .blog_template.boxy-clean ul li.three_column:nth-child(2n) {
        border-right: none;       
    }  
    .blog_template.boxy-clean ul li.four_column:nth-child(2n+1),
    .blog_template.boxy-clean ul li.three_column:nth-child(2n+1) {
        border-right: 1px solid #ddd;
    }  
    .blog_template.boxy-clean ul li.three_column:nth-child(3) {
        border-top: none;
    }
    .blog_template.boxy-clean ul li.four_column:nth-child(3),
    .blog_template.boxy-clean ul li.four_column:nth-child(4) {
        border-top: none;
    }
}
@media screen and (max-width: 640px){      
    .blog_template.boxy-clean ul li.four_column,
    .blog_template.boxy-clean ul li.three_column,
    .blog_template.boxy-clean ul li.two_column {  
        width: 100%;
        float: left; 
        border-top: none;
        border-right: none;        
    }
    .blog_template.boxy-clean ul li.four_column:nth-child(2n+1),
    .blog_template.boxy-clean ul li.three_column:nth-child(2n+1),
    .blog_template.boxy-clean ul li.two_column:nth-child(2n+1) {
        border-right: none;
    } 
    .blog_template.boxy-clean ul li.four_column:first-child,
    .blog_template.boxy-clean ul li.three_column:first-child,
    .blog_template.boxy-clean ul li.two_column:first-child {
        border-top: 1px solid #ddd;
    }         
}