.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%;
}

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

.masonry-timeline-wrapp .image-blog .label_featured_post {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    color: #ffffff;
    background: #ffffff;
    border: 1px solid #000000;
    padding: 5px 15px;
    font-size: 14px;
}

.bdp_acf_field .bdp_acf_link {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
}

.masonry-timeline-wrapp:nth-child(2n) .image-blog .label_featured_post {
    left: 10px;
    right: auto;
}

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

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

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

.masonry-timeline-wrapp .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;
}

.masonry-timeline-wrapp .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%;
}

.masonry-timeline-wrapp .post-content-area .post-title {
    position: relative;
    margin-bottom: 20px;
    margin-top: 0;
    word-wrap: break-word;
}

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

.masonry-timeline-wrapp .post-content-area .post_content {
    margin: 15px 0;
    letter-spacing: 1px;
}

.masonry-timeline-wrapp .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: 15px 0;
    padding: 8px;
    border-radius: 5px;
}

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

.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: center;
}
.masonry-timeline-wrapp .bdp_acf_field{
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
}

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

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

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

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

.masonry-timeline-wrapp .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-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;

    vertical-align: middle;
    width: 100%;
    opacity: 0;
    top: 100%;
}

.masonry-timeline-wrapp .social-component.open-content {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);

    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-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;

    opacity: 1;
}

.masonry-timeline-wrapp .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;
}

.masonry-timeline-wrapp .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;
}

.bdp_archive.masonry_timeline .author-avatar-div {
    min-height: 180px;
    padding: 15px;
    position: relative;
    margin-bottom: 30px;
}

.bdp_archive.masonry_timeline .avtar-img {
    float: left;
    width: 150px;
}

.bdp_archive.masonry_timeline .author_content {
    display: inline-block;
    padding-left: 15px;
    width: calc(100% - 150px);
}
.masonry-timeline-wrapp.bdp_blog_single_post_wrapp .bdp-post-image.bdp-video .bdp-flexslider.flexslider .flex-direction-nav .flex-nav-prev .flex-prev:focus, .masonry-timeline-wrapp.bdp_blog_single_post_wrapp .bdp-post-image.bdp-video .bdp-flexslider.flexslider .flex-direction-nav .flex-nav-next .flex-next:focus{
    background: transparent !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) {
    .bdp_archive.masonry_timeline .author-avatar-div .author_content {
        float: none;
    }
}