/* ===================================================================================

* Theme Name: Runok Child
* Theme URI: https://wp.rrdevs.net/runok/
* Author: RRdevs
* Author URI: https://themeforest.net/user/rrdevs/portfolio
* Description: Runok - Web Agency WordPress Theme
* Version: 1.0.11
* Template: runok
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

/* Mobile Logo Fix */
@media (max-width: 932px) {
    .header .primary-header-inner .header-logo img {
        max-width: 250px !important;
    }
}

/* Mobile Side Menu Button Fix */
@media only screen and (max-width: 992px) {
    .header .primary-header-inner .header-right-wrap .header-right .sidebar-trigger {
        height: 45px;
        width: 45px;
    }
}