/*
File Name: style.css
Theme Name:  RT-Theme 19 | Child Theme
Author: RT-Themes
Version: 1.1
Author URI: http://themeforest.net/user/stmcan
Theme URI: http://themeforest.net/item/rttheme-19-responsive-multipurpose-wp-theme/10730591
Description: Responsive Multi-Purpose WordPress Theme 
License: GNU General Public License
License URI: /Licensing/gpl.txt
Text Domain: rt_theme
Template: rttheme19
*/
#logo {
    display: flex !important;
    max-height: 70px;
}

#logo img {
    max-height: 70px;
}


.stuck #logo {
    max-height: 70px;
}

.stuck #logo a.wright_logo img {
    max-height: 50px;
}

.stuck #logo a.grasshopper_logo img {
    max-height: 70px;
}

#logo a {

}

#logo a:not(:last-of-type) {
    margin-right: 1em;
}

#logo a:not(:last-of-type) {
    margin-right: 1em;
}

.site-logo .sitename > a {
    color: #fff
}

.site-logo {
    padding: 10px 0px 10px 0px
}

@media screen and (max-width: 375px) {
    #logo {
        max-width: 160px
    }

    #logo img {
        max-width: 80px
    }
    .wright_logo {
        max-height: 25px;
    }

    .grasshopper_logo {
        margin-top:-10px;
        max-height: 25px;
    }
}


@media screen and (max-width: 991px) {
    #logo {
        max-width: 240px
    }

    #logo img {
        max-width: 120px
    }

    .wright_logo {
        max-height: 40px;
    }

    .grasshopper_logo {
        margin-top:-10px;
        max-height: 40px;
    }
}

@media screen and (max-width: 979px) {
    #mobile-logo {
        background-color: rgba(0, 0, 0, 0.65);
        border-color: #2F2F2F
    }
    #mobile-logo .sitename > a,
    .mobile-menu-button {
        color: #fff
    }
    .mobile-menu-button span {
        background-color: #fff
    }
}

@media screen and (min-width: 992px) {
    #logo {
        max-width: 300px
    }

    #logo img {
        max-width: 150px
    }

    .wright_logo {
        max-height: 50px;
    }

    .grasshopper_logo {
        margin-top: -10px;
        max-height: 65px;
    }

}
