/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
ul.lang {
    list-style-type:: none;
    display: block;
    width: 300px;
    margin: 0 auto;
}

ul.lang li {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin: 10px
}

ul.lang li a img {
    margin: 0 5px 0 0;
    width: 25px;
    height: auto;
}

.to-site {
    box-shadow: 0 3px 0 0 #990000, 0 4px 4px 0 #000;
    background-color: #cc0000;
    color: #fff;
    text-decoration: none;
    height: 30px;
    padding: 0 30px;
    font-size: 14px;
    line-height: 30px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin: 20px auto;
    text-transform: uppercase;
    font-weight: 700;
    width: 150px;
}

.has-inline-mobile-toggle .mobile-menu-control-wrapper {
    display: none;
}

@media (max-width: 550px) {
    ul.lang li {
        display: block;
        margin: 5px 0;
        text-align: center;
    }

    .main-navigation ul {
        display: block !important;
    }

    .main-navigation .main-nav ul li a {
        padding: 0;
        margin: 0;
        text-align: center;
        display: block;
        line-height: 45px;
    }

    .has-inline-mobile-toggle #site-navigation {
        flex-basis: 100%;
    }

    .inside-header {
        padding: 0 !important
    }

    .main-navigation .menu-toggle {
        display: none;
    }

    #primary-menu {
        width: 100%;
    }
}



