#wordpressblog-content,
#wordpressblog-content .wrdp-post{
    float: left;
    width: 100%;
}

#wordpressblog-content{
    margin-top: -22px;
}

.index #wordpressblog-content .block-title{
    border-top: none;
    padding: 0 160px 52px 0;
}

#wordpressblog-content .wrdp-post{
    background: #f2f3f3 ;
    border-bottom: 2px solid #ffffff;
}

#wordpressblog-content h2.block-title{
    margin-bottom: 6px;
}

.wrdp-post .wrd-post-image{
    padding-right: 0;
    padding-left: 0;
}

.wrdp-post .wrd-post-image img{
    width: 100%;
    float: left;
}
.wrd-post-content{
    padding: 45px 25px;
    justify-content: center;
}

.wrdp-post .wrd-post-content h1{
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Zilla Slab', serif;
    font-weight: bold;
    font-size: 34px;
    line-height: 36px;
    color: #4b5b5b;
}

.wrdp-post .wrd-post-content .post_date{
    float: left;
    width: 100%;
    color: #4b5b5b;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    margin-bottom: 27px;
}

.wrdp-post .wrd-post-content .post_date:before{
    content: '';
    display: inline-block;
    mask: url(../img/svg/calendar.svg) no-repeat;
    -webkit-mask: url(../img/svg/calendar.svg) no-repeat;
    width: 25px;
    height: 25px;
    background: #fe8c29;
    margin-right: 20px;
}

.wrdp-post .wrd-post-content p{
    font-size: 16px;
    color: #4b5b5b;
    font-family: "Roboto", sans-serif;
}

.wrd-post-link{
    float: left;
    margin-top: 28px;
}

.wrdp-post .wrd-post-content .wrd-post-link a{
    display: block;
    font-family: 'Zilla Slab', serif;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    width: 200px;
    height: 55px;
    background: #fe8c29;
    line-height: 55px;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 5px;
}

.wrdp-post .wrd-post-content .wrd-post-link a:hover{
    background: #cf680e;
    color: #ffffff;
}

.wrdp-post.tablet-mobile{
    display: none;
}

.wordpressblog-content .wrdp-post{
   border-bottom: 1px solid #ffffff;
}

.more_block_link{
    text-align: center;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
}

.more_block_link a{
    color: #4b5b5b;
    text-decoration: underline;
}

.more_block_link a:hover{
    text-decoration: none;
    color: #4b5b5b;
}

.more_link_bg{
    float: left;
    width: 100%;
    margin: 45px 0 84px;
}

@media (max-width: 812px) {
    .wrdp-post{
        display: none;
    }
    .wrdp-post.tablet-mobile{
        display: block;
    }

    .wrdp-post .wrd-post-image img{
        margin-bottom: 20px;
    }

    .wrdp-post .wrd-post-content{
        padding: 60px 0;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .wrdp-post .wrd-post-content h1{
        font-size: 26px;
    }
}

@media (max-width: 418px) {
    #wordpressblog-content {
        margin-top: 30px;
    }

    .index #wordpressblog-content .block-title {
        border-top: none;
        padding: 0 0 30px 0;
    }

    .wrdp-post .wrd-post-content h1{
        font-size: 18px;
        line-height: 22px;
    }

    .wrd-post-link {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 320px) {
    .wrdp-post .wrd-post-content h1 {
        font-size: 14px;
        line-height: 17px;
    }
}