/*
Theme Name:   SiteOrigin North Child
Theme URI:    localhost/siteorigin-north-child
Description:  SiteOrigin North Child Theme for Creative Pandas Design
Author:       M. Alquiros 
Author URI:   http://creativepandasdesign.com
Template:     siteorigin-north
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  siteoriginnorthchild
*/

/* Header */
.main-navigation ul > li:first-child {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

#masthead .site-branding img {
    width: 50px;
}

header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    display: flex !important;
}

#masthead .container {
    display: flex;
}

#masthead .container-inner {
    display: flex;
    flex: 0 0 100%;
    flex-direction: row;
}

#masthead .site-branding, #masthead .main-navigation, #masthead .site-button {
    display: flex;
    flex-basis: 33%;
    align-items: center;
}

#masthead .site-branding {
    justify-content: center;
}

#masthead .main-navigation {
    justify-content: flex-start;
}

#masthead .site-button {
    justify-content: flex-end;
}

/* Mobile CSS */
/* Phone */
@media screen and (max-width: 480px) {
    .section h2 {
        font-size: 30px;
    }

    .featured-work .so-widget-sow-button {
        margin-top: -92px;
        margin-left: 146px;
    }

    .featured-work .widget-title {
        line-height: 1.5em;
    }

    .featured-brands .brands .panel-grid-cell {
        border-bottom: none;
        border-top: none;
        margin-bottom: 0;
    }
}

/* Tablet Portrait */
@media (min-width: 500px) and (max-width: 840px) {
}

/* Tablet Landscape */
@media screen and (min-width: 841px) and (max-width: 1599px) {
}

