.masonry_timeline_wrapper {
    box-shadow: 0 0 5px #dddddd;
    -webkit-box-shadow: 0 0 5px #dddddd;
    -moz-box-shadow: 0 0 5px #dddddd;
    display: inline-block;
    width: 100%;
}

.masonry-timeline-wrapp {
    background: #fff;
    float: left;
    width: 100%;
}

.image-blog {
    float: left;
    position: relative;
    width: 50%;
    min-height: 150px;
    text-align: center;
}

.image-blog img {
    display: inline-block;
}

.image-blog:hover img {
    opacity: 0.8;
}

.image-blog:hover .bdp-pinterest-share-image {
    visibility: visible;
    opacity: 1;
}

.image-blog .year-number {
    background: #fff;    
    display: inline-block;    
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 20px;
    font-style: italic;    
    padding: 5px 15px;
}

.image-blog .bdp-wrapper-like {
    background: #ffffff none repeat scroll 0 0;
    bottom: 10px;
    display: block;
    font-size: 16px;
    line-height: 1;
    padding: 5px;
    position: absolute;
    right: 10px;
    width: auto;
}

.image-blog .bdp-wrapper-like .bdp-count {
    padding: 0 0 0 5px;
}

.masonry-timeline-wrapp .post-content-area {
    float: right;
    padding: 30px;
    position: relative;
    text-align: center;
    width: 50%;
}

.post-content-area .post-title {
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.3;
    letter-spacing: 1px;
}

.post-content-area .post-title:after {
    background: #000000;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 50px;
}

.post-content-area .post_content {
    color: #000000;
    font-size: 12px;
    line-height: 1.5;
    margin: 15px 0;
    letter-spacing: 1px;
}

.read-more-div a.more-tag {
    border: 1px solid #000000;
    color: #000000;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 15px;
    padding: 8px; 
    border-radius: 5px;
}

.read-more-div a.more-tag:hover {
    border-color: #e21130;
    color: #e21130;
}

.masonry-timeline-wrapp .categories {
    font-size: 14px;
    letter-spacing: 1px;
}

.masonry-timeline-wrapp .tags {
    font-size: 14px;    
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-align: left;
}

.post-footer {
    position: relative;     
    overflow: hidden;
}

.metadatabox {
    display: block; 
    padding: 10px 0; 
    border-top: 1px solid #bdbdbd;          
    border-bottom: 1px solid #bdbdbd;    
    font-size: 14px;
}

.metadatabox span {
    margin: 0 5px;
    display: inline-block;
}

.metadatabox span i {
    margin-right: 2px;
}

.post-footer .social-component {   
    background: #ffffff none repeat scroll 0 0;    
    border-bottom: 1px solid #bdbdbd;
    border-top: 1px solid #bdbdbd;
    display: block;
    float: left;
    padding-right: 60px;
    position: relative;
    text-align: left;
    
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    
    transition-property: transform;
    -webkit-transition-property: transform;
    -ms-transition-property: transform;
    -o-transition-property: transform;
    
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    
    vertical-align: middle;
    width: 100%;
    opacity: 0;    
    top: 100%;    
}

.social-component.open-content {    
    transform: translateY(calc(-100% + 1px));
    -webkit-transform: translateY(calc(-100% + 1px));
    -ms-transform: translateY(calc(-100% + 1px));
    -o-transform: translateY(calc(-100% + 1px));
    opacity: 1;
}

.post-footer .social-component .social-share a.close-div {
    border: 1px solid #e21130;    
    border-radius: 50%;
    bottom: 0;
    color: #e21130;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    line-height: 20px;
    margin: auto !important;
    padding: 0;
    position: absolute;
    right: 18px;
    text-align: center;
    top: 0;
    width: 25px;   
}

.post-footer .social-component .social-share a.close-div:hover {    
    background: #e21130 ; 
    color: #ffffff;
}

.masonry-timeline-wrapp .social-component .social-share {
    display: inline-block;
    margin: 5px !important;
    float: left;
}

.wl_pagination_box {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0 !important;
}

@media screen and (min-width: 992px) { 
    
    .masonry-timeline-wrapp:nth-child(2n) .image-blog {
        float: right;
    }
    
    .masonry-timeline-wrapp:nth-child(2n) .post-content-area {
        float: left;
    }

    .masonry-timeline-wrapp:nth-child(2n) .image-blog .bdp-wrapper-like {
        right: auto;
        left: 10px;
    }
    
    .masonry-timeline-wrapp:nth-child(2n) .image-blog .year-number {
        right: 10px;
        left: auto;
    }
    
    .masonry-timeline-wrapp:nth-child(2n) .bdp-pinterest-share-image {
        right: 10px;
        left: auto;
    }
}

@media screen and (max-width: 991px) {  
    .masonry-timeline-wrapp {
        text-align: center;
    }    
    .masonry-timeline-wrapp .post-content-area,
    .masonry-timeline-wrapp .image-blog {      
        float: left;
        width: 100%;
    }
    .masonry-timeline-wrapp .image-blog img {
        width: 100%;
    }
       
}

@media screen and (max-width: 480px) {
    
}