/* Search bar */

.post.clearfix {
    display: flex;
    align-items: stretch;
}
.post.clearfix .relatedArticles-content {
    padding: 0;
    background-color: transparent;
}
.post.clearfix .relatedArticles-elem {
    transition: all .25s linear;
    display: flex;
    align-items: center;
}
.post.clearfix .relatedArticles-elem:hover {
    box-shadow: -1px 1px 5px #ced2de;
}
.post.clearfix .relatedArticles-elem, .post.clearfix .relatedArticles-content:hover {
    border-radius: 10px;
}
.post.clearfix .relatedArticles-title {
    display: flex;
    align-items: center;
}
.post.clearfix .relatedArticles-content a {
    padding: 15px;
}
.post.clearfix .relatedArticles-title.title-type-6 {
    height: auto;
    font-size: 18px;
    max-width: inherit;
}
.relatedArticles-search {
    margin-top: 80px;
    margin-bottom: 30px;
    color: #696871;
    text-shadow: 2px 2px 2px #e3e6f0b3;
}
.relatedArticles-search strong {
    font-size: 20px;
}

