/*
Theme Name: Stockholm Child
Theme URI: http://demo.select-themes.com/stockholm/
Description: A child theme of Stockholm Theme
Author: Select Themes
Author URI: http://select-themes.com
Version: 1.0.0
Template: stockholm
*/
@import url("../stockholm/style.css");

.portfolio_gallery a:hover .gallery_text_holder {
    opacity: 0;
}

.blog_holder article .post_info, .blog_holder.blog_chequered article .quote_author, .latest_post_holder .post_info_section span, .latest_post_holder .post_info_section a {
    display: none;
}

.single_tags .tags_text h5 {
    display: none;
}

.comment_holder {
    display: none;
}

.projects_holder.hover_text.no_space:not(.portfolio_full_image)>.mix {
    float: none;
}

.mobile_header_right {
    display: none;
    width: calc(50% - 40px);
    height: 85px;
    float: right;
    text-align: right;
}
.mobile_header_right a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 85px;
    text-align: right;
    color: #012e5c;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
}
.mobile_header_right a > span {
    display: block;
}

@media (max-width: 998px) {
    .mobile_header_right {
        display: block;
    }
}
@media (max-width: 550px) {
    .mobile_header_right a {
        letter-spacing: 1px;
    }
}
@media (max-width: 340px) {
    .mobile_header_right a {
        letter-spacing: 0;
    }
}