/*
Theme Name: Ever Athletic
Theme URI: https://stationwp.com/
Description: A custom WordPress theme for Ever Athletic.
Author: Station WP
Author URI: https://stationwp.com/
*/


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

html {
    scroll-behavior: smooth
}

body {
    line-height: 1
}

a {
    text-decoration-skip-ink: auto
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none
}

button {
    outline: 0
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

q {
    display: inline;
    font-style: italic
}

q:before {
    content: '"';
    font-style: normal
}

q:after {
    content: '"';
    font-style: normal
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type="search"] {
    -webkit-appearance: textfield
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th,
td {
    padding: 2px
}

big {
    font-size: 120%
}

small,
sup,
sub {
    font-size: 80%
}

sup {
    vertical-align: super
}

sub {
    vertical-align: sub
}

dd {
    margin-left: 20px
}

kbd,
tt {
    font-family: courier;
    font-size: 12px
}

ins {
    text-decoration: underline
}

del,
strike,
s {
    text-decoration: line-through
}

dt {
    font-weight: bold
}

address,
cite,
var {
    font-style: italic
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.sticky {}

.bypostauthor {}

.wp-caption {}

.wp-caption-text {}

.gallery-caption {}

.alignright {}

.alignleft {}

.aligncenter {}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal
}

.screen-reader-text:focus {
    background-color: #f7f7f7;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #007acc;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.skip-link {
    left: -9999rem;
    top: 2.5rem;
    z-index: 999999999;
    text-decoration: underline
}

.skip-link:focus {
    display: block;
    left: 6px;
    top: 7px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    line-height: normal;
    padding: 15px 23px 14px;
    z-index: 100000;
    right: auto
}

.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap
}




/* All Styles (Temporary) */


/* global variables */

@import url("https://use.typekit.net/wea1zia.css");

:root {
    --global-horizontalPadding: 20px;
    --global-horizontalTextPadding: 20px;
    --gloabl-eaPrimaryBlack: #531549;
    --gloabl-eaSecondaryGreen: #e3dce4;
    --global-maxContentWidth: 1500px;
}

/* Global */
.global-maximumWidth {
    max-width: var(--global-maxContentWidth);
    margin: 0 auto;
    position: relative;
}

.global-horizontalPad {
    padding: 0 var(--global-horizontalPadding);
}

/* generic elements */
html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    color: #131313;

    font-family: owners-text, sans-serif;
    font-weight: 400;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

img {
    display: block;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.number {
    font-size: 100px;
}

h1 {
    margin: 0;
}

h2 {
    margin: 0;
}

h3 {
    margin: 0;
}

h4 {
    margin: 0;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
}

button {
    border: none;
    padding: 0;
    margin: 0;
    background: none;
}

.primaryButton {
    display: block;
    padding: 14px 18px 11px;
    background-color: #131313;
    color: #fff;
    width: fit-content;
    cursor: pointer;

    font-family: owners-narrow, sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    transition: all 0.15s ease-out;
}

.primaryButton:hover {
    border-radius: 10px;
    color: #d8e7db;
}

.primaryButton--white {
    background-color: #fff;
    color: #131313;
}

.primaryButton--white:hover {
    color: #131313;
    background-color: #d8e7db;
}

.--includePattern {
    background-color: #fff;
    background-image: url(/wp-content/themes/media/Logo-Pattern.svg);
    background-position: center top;
    background-repeat: repeat;
    background-size: 1800px;
    position: relative;
}


nav a:hover {
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 4px;
}



@media screen and (min-width:550px) {

    .number {
        font-size: 125px;
    }
}


@media screen and (min-width:600px) {
    :root {
        --global-horizontalPadding: 40px;
    }
}



@media screen and (min-width:1000px) {

    :root {
        --global-horizontalPadding: 60px;
    }

    .number {
        font-size: 230px;
    }

    .primaryButton {
        position: relative;
        padding: 16px 22px 13px;
        width: fit-content;
        font-size: 28px;
    }

    .--includePattern {
        background-image: url(/wp-content/themes/media/Logo-Pattern.svg);
        background-position: center top;
        background-repeat: repeat-y;
        background-size: 2800px;
    }

}






header {
    position: absolute;
    padding-top: 20px;
    width: 100%;
}

.headerNavigation {
    display: flex;
    justify-content: space-between;
    align-items:flex-end;
}

.headerNavigation-Logo {
    z-index: 1;
}

.headerNavigation-Logo img {
    width: 231px;
}


.headerNavigation-links {
    display: none;
}

.headerNavigation-link {
    color: #fff;
    font-family: Owners;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;

    text-decoration: none;
    text-decoration-thickness: 3px;
    text-underline-offset: 4px;
}






.close-button {
    z-index: 4;
    width: 25px;
    height: 27px;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    cursor: pointer;
    position: relative;
}

.close-button.active {
    display: block;
}

.close-button.active .bar {
    width: 120%;
    background-color: #131313;
    height: 3px;
}

.close-button.active .bar-1 {
    transform: rotate(45deg);
    top: 50%;
    position: absolute;
    margin-top: -2px;
    margin-left: -2px;
}

.close-button.active .bar-2 {
    display: none;
}

.close-button.active .bar-3 {
    transform: rotate(-45deg);
    bottom: 50%;
    position: absolute;
    margin-bottom: -1px;
    margin-left: -2px;
}

.bar {
    width: 100%;
    height: 2px;
    background: #fff;
}



#ham-screen {
    position: fixed;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    transition: opacity 0.2s ease;
    opacity: 0;
}

#ham-screen.active {
    left: 0;
    opacity: 1;
}



#ham-menu {
    background: #FFFFFF;
    width: 320px;
    height: 100vh;
    position: fixed;
    left: 100vw;
    transition: all 0.2s ease;
    z-index: 3;
    display: flex;
    flex-direction: column;
}

#ham-menu.active {
    margin-left: -320px;
    left: 100vw;
    opacity: 1;
}

.flyoutNav-heading {
    padding: 20px 0px;
}

.flyoutNav-heading img {
    width: 56px;
}


.flyoutNav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


.flyoutNav-link {
    padding: 13px var(--global-horizontalPadding) 9px;
    display: flex;
}

.flyoutNav-link:hover {
    background-color: #131313;
}

.flyoutNav-link:hover {
    color: #fff;
}

.flyoutNav-link {
    color: #131313;
    font-family: owners-xnarrow, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;

    text-transform: uppercase;
}

.flyoutNav-contactInfo:first-of-type {
    margin-top: 40px;
}


.flyoutNav-contactInfo {
    padding: 0px var(--global-horizontalPadding);
    margin-top: 30px;
    width: fit-content;

    color: #131313;
    font-family: owners-text, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.flyoutNav-socialLinks {
    bottom: 0;
    padding-bottom: 20px;
}

.flyoutNav-socialLinks ul {
    display: flex;
    gap: 20px;
}

.flyoutNav-socialLink svg {
    height: 30px;
}

.flyoutNav-socialLinks path {
    fill: #131313;
}


.flyoutNav-socialLink:hover path {
    fill: #d8e7db;
}


body.menu-open {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}


@media screen and (min-width:600px) {

    header {
        position: absolute;
        padding-top: 40px;
        width: 100%;
    }

    .headerNavigation-Logo img {
        width: 300px;
    }


    #ham-menu {
        width: 540px;
    }

    #ham-menu.active {
        margin-left: -540px;
    }

    .flyoutNav-heading {
        padding: 40px 0px;
    }


    .flyoutNav-heading img {
        width: 73px;
    }

    .flyoutNav-link a {
        font-size: 50px;
    }

    .flyoutNav-socialLinks {
        padding-bottom: 40px;
    }

}



@media screen and (min-width:1000px) {

    header {
        padding-top: 60px;
        z-index: 10;
    }

    .headerNavigation-Logo img {
        width: 400px;
    }

    .headerNavigation-menu svg {
        width: 48px;
    }

    .headerNavigation-links {
        display: flex;
        gap: 50px;
        z-index: 100;
    }

    #ham-menu.active,
    #ham-screen.active,
    .close-button,
    .close-button.active {
        display: none;
    }

    body.menu-open {
        height: auto;
        width: auto;
        overflow: visible;
    }

}





/* Flyout Notice */
/* Body no scroll */
body.no-scroll {
    overflow: hidden;
}

/* Overlay */
.moreInfoFlyout-overlay {
    visibility: hidden;
    position: fixed;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    transition: opacity 0.2s ease;
    opacity: 0;
}

.moreInfoFlyout-overlay.open {
    visibility: visible;
    left: 0;
    opacity: 1;
}


/* Close Button */

.moreInfoFlyout-close {
    width: 25px;
    height: 28px;
    display: block;
    cursor: pointer;
    position: relative;
}

.moreInfoFlyout-close .bar {
    width: 120%;
    height: 3px;
    background-color: #131313;
}

.moreInfoFlyout-close .bar-1 {
    transform: rotate(45deg);
    top: 50%;
    position: absolute;
    margin-top: -2px;
    margin-left: -2px;
}

.moreInfoFlyout-close .bar-2 {
    transform: rotate(-45deg);
    bottom: 50%;
    position: absolute;
    margin-bottom: -1px;
    margin-left: -2px;
}






/* Flyout Container */

.moreInfoFlyout-actions {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    align-items: flex-end;
}

.moreInfoFlyout-logo {
    width: 56px;
}


.moreInfoFlyout {
    visibility: hidden;
    background: #FFFFFF;
    width: 320px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 100vw;
    transition: all 0.2s ease;
    z-index: 50;
    display: flex;
    flex-direction: column;
}

.moreInfoFlyout.open {
    visibility: visible;
    margin-left: -320px;
    left: 100vw;
    opacity: 1;
}

.moreInfoFlyout-contents {
    padding: 20px;
    overflow-y: auto;
}

.moreInfoFlyout-image {
    background-color: #d8e7db;
    width: 100%;
    height: 235px;
    margin-bottom: 20px;
    object-fit: cover;
}

.moreInfoFlyout-image+.moreInfoFlyout-heading {
    margin-top: 0px;
}

.moreInfoFlyout-heading {
    position: relative;
    margin-top: 20px;
    font-family: owners-xnarrow, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
}




.moreInfoFlyout-contents p {
    margin-top: 20px;
    font-family: owners-text, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

@media screen and (min-width:400px) {
    .moreInfoFlyout {
        width: 400px;
    }

    .moreInfoFlyout.open {
        margin-left: -400px;
    }

    .moreInfoFlyout-image {
        height: 320px;
        margin-bottom: 30px;
    }
}


@media screen and (min-width:600px) {

    .moreInfoFlyout {
        width: 540px;
    }

    .moreInfoFlyout.open {
        margin-left: -540px;
    }

    .moreInfoFlyout-actions {
        padding-bottom: 40px;
    }

    .moreInfoFlyout-contents {
        padding: 40px;
    }

    .moreInfoFlyout-logo {
        width: 73px;
    }

    .moreInfoFlyout-image {
        height: 390px;
        margin-bottom: 30px
    }

    .moreInfoFlyout-heading {
        margin-top: 30px;
        font-size: 65px;
    }

}


.moreInfoButton {
    text-transform: lowercase;
    font-family: owners-text, sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    cursor: pointer;

    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    padding: 0px;
    border-radius: 16px;
    width: 19px;
    height: 19px;
    bottom: 25px;
    color: #131313;
    border: 2px solid #131313;
}

.moreInfoButton--inline {
    bottom: 5px;
}

.moreInfoButton:hover {
    color: #fff;
    background-color: #131313;
}

@media screen and (min-width:550px) {

    .moreInfoButton {
        bottom: 35px;
    }

    .moreInfoButton--inline {
        bottom: 5px;
    }

}



@media screen and (min-width:750px) {

    .testingMode-title {
        font-size: 45px;
    }

    .moreInfoButton {
        bottom: 25px;
    }


    .moreInfoButton--inline {
        bottom: 5px;
    }
}

@media screen and (min-width:1000px) {

    .moreInfoButton {
        font-size: 18px;
        line-height: 14px;
        border-radius: 26px;
        border: 2px solid #131313;
        bottom: 45px;

        width: 20px;
        height: 20px;
    }

    .moreInfoButton--inline {
        bottom: 5px;
        font-size: 15px;
        width: 18px;
        height: 18px;
    }

}





/* 404 and Search page */

.not-found {
    height: 100vh;
}