/*
Theme Name: Blogasm Boxed
Theme URI: https://precisethemes.com/wordpress-theme/blogasm-boxed/
Author: Precise Themes
Author URI: https://precisethemes.com/
Description: Blogasm Boxed is a child theme of Blogasm, a minimal, elegant, clean and responsive WordPress blog theme with a pleasing design and minimalist color combination to emphasize your blog posts. View More Details at: https://precisethemes.com/go/blogasm-boxed/ and View Demo at: https://precisethemes.com/go/blogasm-demo/
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blogasm-boxed
Template: blogasm
Tags: two-columns,left-sidebar,right-sidebar,custom-menu,custom-logo,featured-images,footer-widgets,theme-options,custom-colors,threaded-comments,translation-ready,blog
*/

body {
    background: #f6f6f6;
}

.website-container {
    max-width: 1200px !important;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.05);
    background: #fff;
}

.site-header .nav-bar {
    padding-top: 16px;
    padding-bottom: 16px;
}

.site-branding .custom-logo {
    height: 80px;
    margin-right: 0;
}

.site-branding .site-description {
    margin-top: 16px;
    margin-bottom: 0;
}

.hamburger-menu {
    margin-left: 0;
    left: 15px;
}

@media (min-width: 768px) {
    .site-header .nav-bar {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

@media (min-width: 992px) {
    .site-header .nav-bar {
        padding-top: 48px;
        padding-bottom: 24px;
    }

    .main-navigation {
        margin-top: 12px;
    }
}

@media (min-width: 1200px) {
    .site-header .nav-bar {
        padding-top: 64px;
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    #primary {
        width: calc(100% - 300px);
    }
}

@media (min-width: 992px) {
    #secondary {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .right-sidebar {
        padding-left: 48px;
    }
}

@media (min-width: 1200px) {
    .right-sidebar {
        padding-left: 64px;
    }
}

.footer-widgets {
    border-top: 1px solid rgba(0,0,0,0.05);
}

.footer-bar {
    background: #fff;
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid rgba(0,0,0,0.05);
}