#breadcrumbs{
    display:none;
}

.yoast-breadcrumbs{
 font-size:13px;    
}

.post-header{
    max-width:100% !important;
    margin-bottom:20px !important;
}

.article-content-wrap{
    background-color:#e4e2dd !important;
    padding:8% !important;
}

.article-content-wrap > div > h3 {
    color:#3d377e !important;
    font-size: 20px !important;
    line-height: 25px !important;
}

.excerpt {
    font-size: 15px !important;
    line-height: 25px;
}

.post-meta {
    background-color:#3d377e;
}

.meta-author > a, .meta-author > a > i {
    color:white !important;
}
.masonry-blog-item .inner-wrap, .blog-recent > div > div{
    box-shadow: 4px 3px 20px 0px #acacac !important;
}

.blog-recent > div > div{
    background-color: #e4e2dd !important;
}

.meta-category > a {
    background-color:#db4a2b !important;
    color:#fff !important;
    font-size: 15px !important;
    padding: 2px 15px !important;
    
}

.post-featured-img > img {
    margin-bottom: 0 !important;
}

h3 {
    margin-bottom:-10px !important;
}
/*
 .entire-meta-link {
    background: linear-gradient(to bottom, #3d377e 0%,40%, transparent);
    border: 3px solid #3d377e;
}

*/

.meta-comment-count{
    display:none !important;
}
.author-section > span > img {
    height:80px !important;
    border-radius:15% !important;
}

.nectar-author-gravatar > img {
    border-radius:15% !important;
    
}


/* ===== Button-Styling ===== */
.mehr {
  display: inline-block;
  margin-left: 6px;
  color: #007bff;
  text-decoration: underline;
  cursor: pointer;
  font-size: 16px !important;
  transition: color 0.2s ease;
}
.mehr:hover {
  color: #0056b3;
}