/*
Theme Name: MakeMusic V2
Theme URI: https://www.makemusic.com
Text Domain: makemusic
Author: MakeMusic | Alex Factor
Author URI: http://makemusic.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*======Nav Switchbar Styles======*/
.nav-switch-bar {
    font-size: 12px;
    letter-spacing: -1%;
    font-family: 'Poppins', sans-serif;
}

.switchbar-list {
    margin-bottom: 0;
    padding: 0;
}

.switchbar-list li.switch-bar-divider {
    padding: 15px;
    font-size: 18px;
    line-height: 18px;
}

.switchbar-list a {
    padding: 15px 0;
    display: block;
    text-transform: uppercase;
}

.switch-bar-link {
    color: #6c757d;
    text-decoration: none;
    font-weight: 400;
}

.switch-bar-link:hover {
    color: #343a40;
    text-decoration: none;
}

.switch-bar-link.active {
    color: #5B4EC7;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.switch-bar-divider {
    color: #ced4da;
    margin: 0 10px;
}

.nav-switch-bar .switchbar-list {
    list-style: none;
    display: flex;
}

@media (min-width: 992px) {
    #menu-login-menu > li {
        border-radius: 30px;
        margin: 0;
        height: 48px;
    }

    .login .menu-login-container {
        width: auto;
        margin: 0;
    }

    #menu-login-menu > li > a {
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        height: 46px;
        line-height: 46px;
        padding: 0 20px;
        width: 106px;
        text-align: center;
    }

    /* Hide the expand/collapse caret on desktop — dropdown is CSS hover */
    #menu-login-menu > li > a.expand {
        display: none;
    }

    #menu-login-menu > li:first-child {
        border: none;
    }

    .nav-header .menu {
        position: unset;
    }

    #menu-login-menu > li:first-child {
        margin-right: 5px;
    }

    .nav-container .menu-login-container .menu {
        display: flex;
        justify-content: right;
        position: unset;
        padding: 11px 0 0;
        align-items: center;
    }

    #menu-login-menu li {
        background: #147F7F;
    }

    .nav-header.nav-scrolling #menu-login-menu li > a:first-child {
        padding: 0 20px;
    }

    /* Login dropdown: Inter font + proper alignment */
    #menu-login-menu .sub-menu {
        left: 0;
    }
    #menu-login-menu .sub-menu a {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 15px;
        text-transform: none;
        height: auto;
        line-height: normal;
        width: auto;
    }
}

/*=======New Header======*/
.site-header {
    position: unset;
}

.nav-header.nav-scrolling.eco-nav {
    padding: 0;
    height: 128px;
    box-shadow: 0px 8px 8px 0px #0000000D;
    border-bottom: 0;
}

.nav-header .nav-switch-bar-container {
    background: #F7F7F7;
}

/* Remove the purple active underline bar under the active nav item */
.nav-header .menu > .current-menu-ancestor:after,
.nav-header .menu > .current-menu-item.menu-item-has-children:after {
    content: none;
}

.nav-header .site-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nav-header .col-10.mm-logo {
    height: auto;
}

.nav-header .site-logo figure,
.nav-header.nav-scrolling .site-logo figure {
    background-image: url("assets/images/logos/MakeMusic_Logo.svg");
    background-size: contain;
    background-position: center 10px;
    left: 0;
}

.nav-header .nav-container,
.nav-header .nav-switch-bar {
    max-width: 1228px;
    margin: 0 auto;
}

.nav-header .nav-container {
    height: 80px;
}

.nav-header .nav-container .row {
    padding: 7px 0;
}

.nav-container .menu-header-container {
    padding: 15px 0;
}

.nav-header #menu-login-menu > li:last-child {
    background: #5B4EC7;
    border: 1px solid #5B4EC7;
}

.nav-header #menu-login-menu > li:last-child:hover {
    opacity: 0.8;
}

/* Push content below the fixed nav */
#page {
    padding-top: 48px;
}

@media (min-width: 992px) {
    .nav-header .menu > li:first-child .sub-menu {
        top: 41px;
    }
    /* Bridge the hover gap between nav items and dropdowns so the
       sub-menu doesn't disappear when the mouse moves slowly.
       Use ::after instead of padding so the hover background
       doesn't stretch beyond the visible item. */
    .nav-header .menu > li.menu-item-has-children::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -12px;
        height: 12px;
    }
    .nav-header .menu > li.menu-item-has-children .sub-menu {
        padding-top: 12px;
        margin-top: -12px;
    }
}
@media (max-width: 767px) {
    .nav-header .nav-switch-bar{
        padding-left: 50px;
    }
    .nav-header .mobile-menu-controls{
        padding-top: 10px;
    }
    .nav-header .nav-container .row{
        padding: 0;
    }
    .nav-header.nav-scrolling.eco-nav{
        height: 102px;
    }
    .nav-header .site-logo{
        padding-left: 35px;
    }
}
/*=======New Footer======*/
.site-footer {
    border-top: none;
    background-color: rgba(0, 0, 0, .88);
    padding: 70px 0;
}

.site-footer .container {
    max-width: 1228px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 14px;
}

.footer-logo {
    position: unset;
    right: unset;
    bottom: unset;
    display: block;
}

.footer-address {
    margin: 15px 0 10px 0;
}

.footer-widget:last-child {
    text-align: left;
}

.footer-widget .widget-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.footer-widget .widget-title a {
    display: block;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    padding-bottom: 5px;
}

.footer-widget .widget-title a:hover {
    text-decoration: none;
}

.footer-widget.studio .widget-title a span.highlight {
    color: rgba(145, 254, 216, 1);
}

.footer-widget.cloud .widget-title a span.highlight {
    color: rgba(205, 164, 246, 1);
}

.footer-widget .widget-title a span.arrow-title {
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    background-image: url("assets/images/arrow_title.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-top: 5px;
}

.footer-widget .menu-footer-container {
    padding-top: 20px;
}

.menu-footer-container > .menu a {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 30px;
}
@media (max-width: 767px) {
    .site-footer{
        padding: 0;
    }
    .footer-logo{
        margin: 0 auto;
    }
    .footer-widget.cloud{
        margin-top: 30px;
    }
    .footer-widget.studio{
        text-align: center;
    }
}