html {
  scroll-behavior: smooth;
}
.infobox {
    background-color: transparent!important;
    border: 5px solid #e8e1d4;

}
 .infobox, .infobox a, .infobox h3, .infobox ul {
    color: #656565!important;
}
.entry-title{
font-size:24px;
line-height:32px;
font-weight:bold;

}

.post-excerpt, .post-footer {
    display: none;
}
.categories a,
 .tags a, 
.authors a,
 .reset a,
 .post-more, 
.post-comments {
color: #161922;
}

 .post-more:hover,
.post-comments:hover{
color: #161922;
}
.post-item{
    margin-bottom: 7rem;
}
.post-item .wp-post-image,
 .post-related   .wp-post-image{
border-radius:20px;
}

.post-related .button{
    background-color: #a8a8a8;
}

.button-flat input[type="submit"]{
    background-color: #a8a8a8!important;
}