/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 20 2023 | 01:11:04 */
.main-navigation.offside {
    position: fixed;
    width: 265px;
    height: 100%;
    height: 100vh;
    top: 0;
    z-index: 9999;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.copyright-bar {
    font-size: 22px;
    font-weight: 600;
}

/* hide search button on smaller screens */
@media only screen and (max-width: 374px) {
/*	.menu-bar-items {
display: none !important;
}*/
span.mobile-menu {
    display: none;
}
}

/* set site logo in center at footer */
.inside-site-info {
    display: inherit;
}

@media only screen and (max-width: 768px) {
.navigation-branding .main-title a, .navigation-branding .main-title a:hover, .navigation-branding .main-title a:visited {
    color: #7bb25e;
}}

nav#mobile-header {
    border-bottom: #bcbcbc 1px solid; }

.featured-navigation {
    display: none;
}
