#page-header {
	box-shadow: 0 5px 5px rgba(0,0,0,0.05), 0 2px 3px rgba(0,0,0,0.05);
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1000;
}
@media only screen and (min-width:769px) {
	#page-header {
		position: fixed;
		text-align: center;
	}
	#page-header .container {
	    max-width: 80%;
	    padding: 0 10%;
	}
}
#page-header .background {
	backdrop-filter: blur(30px);
	/*background: rgba(210, 210, 210, 0.75);*/
	background: rgba(255,255,255,0.98);
	float: left;
	padding: 20px 0;
	position: relative;
	width: 100%;
}
#page-header .background:before {
	background: linear-gradient(0deg, rgba(255,255,255,0.5), transparent);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.custom-logo {
	margin: 0 auto 10px;
}

/* Not mobile. */
@media only screen and (min-width:769px) {
	#page-header {
		position: fixed;
	}

	body.admin-bar #page-header {
		top: 32px;
	}
	body.archive #content,
	body.woocommerce-shop #content,
	body.woocommerce.single-product #content,
	body.no-featured-image #content {
		padding-top: 105px;
	}
	
	.custom-logo {
		display: block;
	}
	#page-header .container {
	    min-height: 65px;
	}
	#page-header .site-title {
	    left: 2%;
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	}
}
/* Mobile. */
@media only screen and (max-width: 768px) {
	.custom-logo-link {
		display: block;
		padding-right: 120px;
		width: 100%;
	}
}
.site-title,
.site-description {
	line-height: 1.2;
	margin: 0;
	padding-right: 120px;
}
@media only screen and (min-width: 769px) {
	.site-title,
	.site-description {
		padding-right: 0;
	}
}
.site-title {
	font-size: 2.5rem;
	text-transform: uppercase;
}
.site-title a.johnjb-brand {
	background: -webkit-linear-gradient(0deg, #0a2d00 0%, #333 50%, #00093c 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #333;
	font-weight: 900 !important;
}
.site-title a.johnjb-brand:hover {
	color: #0f0f0f;
}
.site-description {
	margin-top: 10px;
}
#header-primary {
    display: inline-block;
}
#header-primary,
#header-primary aside,
#header-primary .widget,
#header-primary .textwidget {
    height: 38px;
}
#header-primary .widget {
    float: left;
    margin: 0 0 0 1rem;
}

a#header-button-join {
    background: linear-gradient(0deg, #000, #555) !important;
    border-radius: 100px;
    color: #fff !important;
    float: left;
    font-size: 0.75rem;
    padding: 0.5rem 2rem;
}
a#header-button-join:focus,
a#header-button-join:hover,
a#header-button-join:active {
    background: #000;
}
/* Mobile. */
@media only screen and (max-width:768px) {
    a#header-button-join {
        font-size: 1.5rem;
        text-align: center;
        width: 100%;
    }
}

/* Not mobile. */
@media only screen and (min-width: 769px) {
    #page-header .main-navigation,
    #header-secondary {
        position: absolute;
        max-width: 25%;
        right: 2%;
        top: 50%;
        transform: translateY(-50%);
    }
    #page-header .main-navigation {
        left: 50%;
        max-width: 50%;
        transform: translate(-50%,-50%);
    }
}
/* Mobile. */
@media only screen and (max-width: 768px) {
    #page-header .main-navigation,
    #header-secondary {
        float: left;
        margin: 1rem 0;
        width: 100%;
    }
}

/*
#mega-menu-wrap-primary {
	background: #fff !important;
}
*/
#mega-menu-primary {
	background: transparent !important;
}
#mega-menu-wrap-primary .mega-menu-toggle {
	border-radius: 0 !important;
}
#mega-menu-primary a {
	text-transform: uppercase !important;
}
@media only screen and (max-width:768px){
    #mega-menu-wrap-primary {
        background: #0f0f0f !important;
    }
}


.nav-icons {
	margin-bottom: 40px;
}
#page-header .nav-icons {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
#page-header .nav-icons .nav-search {
	margin-left: 10px;
}
#bottom .nav-icons .nav-search {
	display: none;
}
@media (min-width: 769px) {
	#page-header .nav-icons {
		display: none;
	}
	#bottom .nav-icons .nav-search {
		display: block;
	}
}
.nav-icons .nav-search {
	cursor: pointer;
	transition: color 0.2s ease-in-out;
}
.nav-icons .nav-search:hover {
	color: #ccc;
}
