/* vc-post-tags styles */

.vc-related-posts {
    margin-bottom: 5%;
}

.vc-related-posts a, .vc-related-posts {
    color: #757575;
    text-transform: capitalize;
    font-family: "Fira Sans", Tahoma, sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.vc-tag-title {
    color: #000;
    text-transform: uppercase;
}

.vc-related-posts a {
    margin-right: 3px;
    transition: all 400ms ease-in-out;
}

.vc-related-posts a:hover, .vc-related-posts a:focus {
    color: #222;
}