footer {
    padding: 10px;
    text-align: center;
    display: block;
}

footer .ee {
    display: inline-block!important;
    width: auto;
    color: rgba(255, 255, 255, 0.2);
    float: none;
    text-decoration: none;
    margin: 0 5px;
}




nav a[href="../"] {
    line-height: 30px;
    padding: 5px 10px;
}
nav #nav_logo {
    height: 30px;
    width: 30px;
    position: relative;
    margin-right: 7.5px;
    display: inline-block;
    float: left;
}
nav #helppage {
    float: right;
}

nav {
    display: block;
    padding: 10px 24px;
    position: fixed;
    line-height: 20px;
    background: #202020;
    width: 100%;
    height: 60px;
    z-index: 9999;
    box-sizing: border-box;
    max-width: 1754px;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
}
nav:before {
    content: '';
    background: red;
    height: 60px;
    width: 200vw;
    position: fixed;
    top: 0;
    left: -100vw;
    z-index: -1;
    background: #202020;
}
nav *, #mobile_search {
    text-decoration: none;
    color: rgb(225, 225, 225);
    box-sizing: border-box;
}
nav a,nav form, nav form input, #mobile_search input, nav form button, #mobile_search button, #mobile_search_trigger, #mobile_search {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px;
    float: left;
    outline: none;
}
#mobile_search_trigger {
    height: 100%;
    width: 40px;
    float: right;
    cursor: pointer;
}
nav form, #mobile_search {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    border: none;
    height: 40px;
    width: calc(100% - 366.88px);
    max-width: 600px;
}
#mobile_search {
    width: 100%;
    height: 60px;
    max-width: none;
}
#bg_mobile_search {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.76);
    z-index: -1;
}
#mobile_search_container {
    display: block;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999!important;
}
#mobile_search_container.active {
    visibility: visible;
}
#mobile_search {
    display: inline-block;
}
#mobile_search input {
    background: white!important;
    padding: 20px;
    width: 100%!important;
    border: none;
    height: 100%;
    text-transform: none;
    font-weight: 400;
    background: #121212;
}
#mobile_search button {
    display: none;
    background: #cecece!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
nav form input {
    border: none;
    width: calc(100% - 70px);
    height: 100%;
    text-transform: none;
    font-weight: 400;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #121212;
}
nav form button, #mobile_search button {
    background: #313131;
    padding: 0;
    border: none;
    width: 70px;
    height: 100%;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
nav form button svg, #mobile_search button svg {
    height: 25px;
    width: 100%;
}
nav a:hover {
    background: rgba(255, 255, 255, 0.01);
}
nav a[href="mailto:me@benlionelscott.com"]:before {
    content: 'email';
}
nav a[href="/subscribers"] {
    float: right!important;
}
nav #sub_n:before {
    float: left;
}
#sub_n:before {
    content: '';
    background-image: url('https://benlionelscott.com/paypal.svg');
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    position: relative;
    top: 2px;
    background-size: contain;
    filter: invert(1);
}
#nav-spacer {
    padding-top: 60px;
}


@media screen and (max-width:1111px) {
            nav a[href="mailto:me@benlionelscott.com"] {
    padding:0px!important;
}
    nav a[href="mailto:me@benlionelscott.com"]:before {
    content: ''!important;
}

}
@media screen and (max-width:517px) {
        nav {
        position: relative;
    }
    nav a[href="/podcast"] {
        display: none;
    }
    nav a {
        font-size: 11px;
        padding: 10px 7px;
    }
}

@media screen and (min-width:1020px) {
    #mobile_search_container {
        display: none!important;
    }
    #mobile_search {
        display: none!important;
    }
    #mobile_search_trigger {
        display: none;
    }
    #desktop_search {
        display: inline-block;
    }
    .f {
        max-width: 1754px!important;
        background: none!important;
        box-shadow: none!important;
        padding: 10px;
    }
}



body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    background-color: rgb(255, 255, 255);
    overflow-x: hidden;
}
body * {
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}