.bdp_blog_template.crayon_slider,
.blog_template.crayon_slider {
    position: relative;
    display: inline-block;
    width: 100%;
}
.bdp_blog_template.crayon_slider .post_hentry{
    position: relative;
}
.bdp_blog_template.crayon_slider .blog_header::before {
    background: #ff00ae none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 100%;
}
.bdp_blog_template.crayon_slider .blog_header{
    position: absolute;
    bottom: 0;
    padding: 45px 35px 40px 45px;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    width: 45%;
}
.bdp_blog_template.crayon_slider.columns_2 .blog_header{
    width: 70%;
    padding: 30px 20px 25px 30px;
}
.bdp_blog_template.crayon_slider.columns_3 .blog_header{
    width: 85%;
    padding: 25px 15px 20px 30px;
}
.blog_template.crayon_slider .blog_header h2{
    margin-bottom: 5px;
    margin-top: 0;
    padding: 0;
    word-wrap: break-word;
}
.blog_template.bdp_blog_template.crayon_slider .category-link a{
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 15px;
    margin-right: 5px;
    padding: 2px 12px;
}
.bdp_blog_template.crayon_slider .bdp-pinterest-share-image{
    right: 10px;
    left: auto;
}
.blog_template.bdp_blog_template.crayon_slider .bdp-post-image{
    background: #f1f1f1;
}
.blog_template.bdp_blog_template.crayon_slider .label_featured_post {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    color: #ffffff;
    background: #000000;
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 0px;
}
.blog_template.crayon_slider .metadatabox{
    display: inline-block;
    margin-bottom: 10px
}
.blog_template.crayon_slider .metadatabox > div{
    display: inline-block;
}
.blog_template.crayon_slider .post_content{
    margin-bottom: 10px;
}
.blog_template.crayon_slider .post_content a.more-tag{
    background: #ffffff none repeat scroll 0 0;
    border-radius: 3px;
    color: #000000;
    padding: 5px 10px;
    display: inline-block;
    transition: 0.2s all;
    -ms-transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
}
.blog_template.crayon_slider .metadatabox > div{
    margin-right: 5px;
}
.blog_template.crayon_slider ul.flex-direction-nav .flex-prev,
.blog_template.crayon_slider ul.flex-direction-nav .flex-next{
    background-image: none;
}
.blog_template.crayon_slider .metadatabox > div i{
    margin-right: 5px;
}
.blog_template.crayon_slider .metadatabox > .bdp-wrapper-like{
    padding: 0;
}
.blog_template.crayon_slider .post_content .read-more{
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}
.blog_template.crayon_slider .flex-direction-nav i {
    display: block;
    font-size: 20px;
    line-height: 62px;
    padding: 0 5px;
}
.bdp_archive.crayon_slider .author-avatar-div {
    padding: 20px 15px;
    border: 1px solid #ddd;
    background: #fff;
    margin-bottom: 30px;
}
.author-avatar-div .avtar-img {
    display: inline-block;
    max-width: 100px;
}
.author-avatar-div .author_content {
    display: inline-block;
    width: calc(100% - 120px);
    margin-left: 15px;
    vertical-align: top;
}
@media (min-width: 481px) and (max-width: 980px){
    .bdp_blog_template.crayon_slider .blog_header{
        width: 50%;
    }
}
@media screen and (max-width: 480px){
    .bdp_blog_template.crayon_slider .blog_header{
        width: 80%;
    }
}