body#bloglist {
    height: auto;
    min-height: 100vh;
    background: #eff1f4;
}


#bloglist .site-blocks-cover {
    background-image: url(../img/breadcrumb/breadcrumb-vizvagas_blog.png) !important;
    background-position: center;
    height: 400px!important;
}
.site-blocks-cover h1 {
    font-size: 3rem;
    margin-top: 14%;
}
.relative-content {
    position: relative;
    background: white;
    margin: 50px 30px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.07);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.07);
}
.single-post-desc {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
.btn {
    font-weight: 500;
    border-width: 2px;
    font-style: normal;
    letter-spacing: 1px;
    border-radius: 0px!important;
    -moz-transition: all 0.3s ease-in-out;
    padding: 0.7rem 3rem;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;

}

.relative-content .thumb {
    overflow: hidden;
    z-index:-1;
}

.relative-content:hover img {
    transform: scale(1.1);
}

.relative-content .thumb img {
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.site-blocks-cover  a:hover {
    color: #ffffff!important;
}

.site-blocks-cover  a{
    color: #ffffff!important;
}


@media screen and (max-width: 768px) {
    
  .absolute-date {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 23px;
    color: white;
    background: #212529;
    font-size: 1.5rem;
    line-height: 1rem;
    font-weight: 700;
}
    }