/*
 Theme Name:   Felix Hof
 Theme URI:    https://www.felix-hof.ch
 Description:  Child Theme für Felix Hof
 Author:       Silvan Hagen
 Author URI:   https://silvanhagen.com
 Template:     generatepress
 Version:      0.1
*/

.custom-menu-item {
    display: flex;
    order: 2;
    line-height: 1;
}
.custom-menu-item .button {
    border-radius: 28px;
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}
.custom-menu-item span {
    display: inline-block;
}

.custom-menu-item .svg-inline--fa {
    display: none;
}

@media only screen and (max-width: 570px) {
    .custom-menu-item span {
        display: none;
    }
    .custom-menu-item .button {
        margin-left: 0;
        margin-right: 0;
    }
    .main-navigation.has-branding .menu-toggle, .main-navigation.has-sticky-branding.navigation-stick .menu-toggle {
        padding-right: 10px !important;
    }
    .custom-menu-item .svg-inline--fa {
        display: block;
        width: 13px;
        transform: rotate(90deg);
    }
}

@media only screen and (max-width: 420px) {
    .custom-menu-item .button {
        padding-left: 0;
        padding-right: 0;
        color: #0050f0;
        background-color: transparent;    
    }
    .custom-menu-item .button:hover {
        color: #ff5e00;
        background-color: transparent;
    }
    .menu-toggle {
        padding-left: 15px !important;
    }
}

@media only screen and (max-width: 340px) {
    .custom-menu-item {
        display: none;
    }
}

