/*
Theme Name: Sydney Child
Theme URI: http://athemes.com/theme/sydney
Author: aThemes
Author URI: http://athemes.com
Template: sydney
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney
*/
/* === Desktop layout only, don't touch mobile === */
@media (min-width: 1025px) {
    .shfb-row {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    .shfb-column-1 {
        flex: 0 1 auto;
        padding-right: 20px;
        display: flex;
        align-items: center;
    }

    .shfb-column-2 {
        flex: 1 1 auto;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .shfb-column-3 {
        display: none !important;
    }
}

/* Make Sydney theme menu items bold */
.main-navigation a {
    font-weight: bold;
}

.main-navigation .sub-menu a {
    font-weight: bold;
}
