html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}.hamburger {
padding: 15px 15px;
display: inline-block;
cursor: pointer;
transition-property: opacity, filter;
transition-duration: 0.15s;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
margin: 0;
overflow: visible;
}
.hamburger:hover {
opacity: 0.7;
}
.hamburger-box {
width: 40px;
height: 24px;
display: inline-block;
position: relative;
}
.hamburger-inner {
display: block;
top: 50%;
margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
width: 40px;
height: 4px;
background-color: #000;
border-radius: 4px;
position: absolute;
transition-property: transform;
transition-duration: 0.15s;
transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
content: "";
display: block;
}
.hamburger-inner::before {
top: -10px;
}
.hamburger-inner::after {
bottom: -10px;
} .hamburger--3dx .hamburger-box {
perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
background-color: transparent;
transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
transform: translate3d(0, -10px, 0) rotate(-45deg);
} .hamburger--3dx-r .hamburger-box {
perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
background-color: transparent;
transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
transform: translate3d(0, -10px, 0) rotate(-45deg);
} .hamburger--3dy .hamburger-box {
perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
background-color: transparent;
transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
transform: translate3d(0, -10px, 0) rotate(-45deg);
} .hamburger--3dy-r .hamburger-box {
perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
background-color: transparent;
transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
transform: translate3d(0, -10px, 0) rotate(-45deg);
} .hamburger--3dxy .hamburger-box {
perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
background-color: transparent;
transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
transform: translate3d(0, -10px, 0) rotate(-45deg);
} .hamburger--3dxy-r .hamburger-box {
perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
background-color: transparent;
transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
transform: translate3d(0, -10px, 0) rotate(-45deg);
} .hamburger--arrow.is-active .hamburger-inner::before {
transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
} .hamburger--arrow-r.is-active .hamburger-inner::before {
transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
} .hamburger--arrowalt .hamburger-inner::before {
transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
top: 0;
transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
bottom: 0;
transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
} .hamburger--arrowalt-r .hamburger-inner::before {
transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
top: 0;
transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
bottom: 0;
transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
} .hamburger--arrowturn.is-active .hamburger-inner {
transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
} .hamburger--arrowturn-r.is-active .hamburger-inner {
transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
} .hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg);
} .hamburger--collapse .hamburger-inner {
top: auto;
bottom: 0;
transition-duration: 0.13s;
transition-delay: 0.13s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
top: -20px;
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
transform: translate3d(0, -10px, 0) rotate(-45deg);
transition-delay: 0.22s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
top: 0;
opacity: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
top: 0;
transform: rotate(-90deg);
transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
} .hamburger--collapse-r .hamburger-inner {
top: auto;
bottom: 0;
transition-duration: 0.13s;
transition-delay: 0.13s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
top: -20px;
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
transform: translate3d(0, -10px, 0) rotate(45deg);
transition-delay: 0.22s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
top: 0;
opacity: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
top: 0;
transform: rotate(90deg);
transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
} .hamburger--elastic .hamburger-inner {
top: 2px;
transition-duration: 0.275s;
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
top: 10px;
transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
top: 20px;
transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
transform: translate3d(0, 10px, 0) rotate(135deg);
transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
transition-delay: 0s;
opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
transform: translate3d(0, -20px, 0) rotate(-270deg);
transition-delay: 0.075s;
} .hamburger--elastic-r .hamburger-inner {
top: 2px;
transition-duration: 0.275s;
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
top: 10px;
transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
top: 20px;
transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
transform: translate3d(0, 10px, 0) rotate(-135deg);
transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
transition-delay: 0s;
opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
transform: translate3d(0, -20px, 0) rotate(270deg);
transition-delay: 0.075s;
} .hamburger--emphatic {
overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
left: 0;
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
top: 10px;
right: 0;
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
transition-delay: 0s;
transition-timing-function: ease-out;
background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
left: -80px;
top: -80px;
transform: translate3d(80px, 80px, 0) rotate(45deg);
transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
right: -80px;
top: -80px;
transform: translate3d(-80px, 80px, 0) rotate(-45deg);
transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
} .hamburger--emphatic-r {
overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
left: 0;
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
top: 10px;
right: 0;
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
transition-delay: 0s;
transition-timing-function: ease-out;
background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
left: -80px;
top: 80px;
transform: translate3d(80px, -80px, 0) rotate(-45deg);
transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
right: -80px;
top: 80px;
transform: translate3d(-80px, -80px, 0) rotate(45deg);
transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
} .hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
opacity: 0;
transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
bottom: 0;
} .hamburger--slider .hamburger-inner {
top: 2px;
}
.hamburger--slider .hamburger-inner::before {
top: 10px;
transition-property: transform, opacity;
transition-timing-function: ease;
transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
transform: translate3d(0, -20px, 0) rotate(-90deg);
} .hamburger--slider-r .hamburger-inner {
top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
top: 10px;
transition-property: transform, opacity;
transition-timing-function: ease;
transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
transform: translate3d(0, -20px, 0) rotate(90deg);
} .hamburger--spin .hamburger-inner {
transition-duration: 0.22s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
transform: rotate(225deg);
transition-delay: 0.12s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg);
transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
} .hamburger--spin-r .hamburger-inner {
transition-duration: 0.22s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
transform: rotate(-225deg);
transition-delay: 0.12s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(90deg);
transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
} .hamburger--spring .hamburger-inner {
top: 2px;
transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
top: 10px;
transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
top: 20px;
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
transition-delay: 0.22s;
background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
top: 0;
transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
top: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, 10px, 0) rotate(-45deg);
} .hamburger--spring-r .hamburger-inner {
top: auto;
bottom: 0;
transition-duration: 0.13s;
transition-delay: 0s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
top: -20px;
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
transform: translate3d(0, -10px, 0) rotate(-45deg);
transition-delay: 0.22s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
top: 0;
opacity: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
top: 0;
transform: rotate(90deg);
transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
} .hamburger--stand .hamburger-inner {
transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
transform: rotate(90deg);
background-color: transparent;
transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
top: 0;
transform: rotate(-45deg);
transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(45deg);
transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
} .hamburger--stand-r .hamburger-inner {
transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
transform: rotate(-90deg);
background-color: transparent;
transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
top: 0;
transform: rotate(-45deg);
transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(45deg);
transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
} .hamburger--squeeze .hamburger-inner {
transition-duration: 0.075s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
transform: rotate(45deg);
transition-delay: 0.12s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg);
transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
} .hamburger--vortex .hamburger-inner {
transition-duration: 0.2s;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
transition-duration: 0s;
transition-delay: 0.1s;
transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
transform: rotate(765deg);
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(90deg);
} .hamburger--vortex-r .hamburger-inner {
transition-duration: 0.2s;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
transition-duration: 0s;
transition-delay: 0.1s;
transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
transform: rotate(-765deg);
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg);
}
button.hamburger {
outline: 0;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
width: 40px;
height: 4px;
background-color: #000;
border-radius: 4px;
position: absolute;
transition-property: transform;
transition-duration: 0.15s;
transition-timing-function: ease;
}html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #4169e1;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}  body,
html {
height: 100%;
}
html {
height: auto;
}
body {
font-size: 16px;
color: #2d2d2d;
background-color: #fff;
font-family: "Barlow", sans-serif;
} *:first-child + html .clearfix {
zoom: 1;
} .pull-left {
float: left !important;
}
.pull-right {
float: right !important;
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix {
zoom: 1;
}
.woocommerce .col-1,
.woocommerce .col-2 {
max-width: none;
}
span.woocommerce-input-wrapper {
width: 100%;
} h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Barlow", sans-serif;
}
p,
dl,
ol,
ul {
font-family: "Barlow", sans-serif;
margin-top: 0;
margin-bottom: 1em;
}
h1 {
display: block;
font-size: 2em;
margin-top: 0.67em;
margin-bottom: 0.67em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}
h2 {
display: block;
font-size: 1.5em;
margin-top: 0.83em;
margin-bottom: 0.83em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}
h3 {
display: block;
font-size: 1.17em;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}
h4 {
display: block;
font-size: 1.12em;
margin-top: 1.33em;
margin-bottom: 1.33em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}
h5 {
display: block;
font-size: 0.83em;
margin-top: 1.67em;
margin-bottom: 1.67em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}
h6 {
display: block;
font-size: 0.75em;
margin-top: 2.33em;
margin-bottom: 2.33em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}
p {
font-size: 1em;
}
a[href^="tel"] {
color: inherit;
text-decoration: none;
}
a {
text-decoration: none !important;
font-family: "Barlow", sans-serif;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
a:active,
a:focus {
outline: 0 !important;
-moz-outline-style: none !important;
} header {
display: block;
float: left;
width: 100%;
}
ul#primary-menu {
list-style: none;
padding: 0px;
display: block;
float: left;
width: 100%;
margin: 0;
}
ul#primary-menu ul {
margin: 0;
padding: 0;
}
ul#primary-menu li {
display: inline-block;
position: relative;
}
ul#primary-menu a {
display: block;
padding: 10px 12px;
text-transform: uppercase;
color: #212020;
font-size: 1.2em;
letter-spacing: 1px;
font-weight: bold;
border-bottom: 2px solid transparent;
}
div#header-social-row {
text-align: right;
padding: 5px 0 0;
}
div#header-social-row a[href^="tel"] {
font-weight: bold;
font-size: 1.2em;
margin-right: 10px;
color: #fff;
}
div#header-social-row i {
font-size: 25px;
color: #212020;
margin-right: 8px;
}
div#header-nav-row {
padding: 0 0 20px;
}
div#header-nav-2 {
text-align: right;
}
li#menu-item-41,
li#menu-item-42 {
cursor: pointer;
}  img#nav-logo {
width: 200px;
max-width: 100%;
} section#home-deal-banner {
background: #ea5a12;
color: #fff;
text-align: center;
font-size: 2.2em;
text-transform: uppercase;
font-weight: 800;
text-shadow: 0px 4px 10px black;
padding: 8px 0;
letter-spacing: 1px;
}
section#home-specials {
padding: 20px 0 60px;
}
div.home-specials-header h2 {
color: #2d2d2d;
text-align: center;
text-transform: uppercase;
font-size: 2.5em;
font-weight: 800;
margin-bottom: 40px;
}
img#free-ship-flag {
float: right;
position: relative;
right: -15px;
margin-top: -80px;
}
div#home-specials-row-1 {
margin-top: 10px;
}
div#home-specials-row-2 {
margin-top: 20px;
}  .parallax-wrapper-2 {
background: url(//fierceheadwear.com/wp-content/themes/weicks-media-base-theme/img/home-foot-top-banner.jpg);
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}  section#home-most-pop {
padding: 20px 0 40px;
}
.row.home-feature-products-heading h2 {
text-align: center;
text-transform: uppercase;
font-weight: 800;
font-size: 2.5em;
}
section#home-feature-products { padding: 40px 0 80px;
}
section#home-collections {
padding: 10px 0 50px;
}
section#home-story { padding: 100px 0 80px;
background: url(https://fierceheadwear.com/wp-content/uploads/2025/06/Our-Story-Footer-v2.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
div#home-story-content-wrap {
color: #fff;
}
div#home-story-content-wrap h1 {
font-weight: 800;
font-size: 3em;
letter-spacing: 1px;
margin: 10px 0;
text-align: center;
}
div#home-story-content-wrap h2 {
font-size: 1.5em;
font-style: italic;
text-align: center;
}
div#home-story-content-wrap p {
text-align: center;
font-size: 1.5em;
line-height: 1.3;
}
section#home-foot-top-banner { min-height: 520px;
} footer {
display: block;
float: left;
width: 100%; color: #fff;
padding: 30px 0 10px;
background: #191919;
}
div#foot-copyright {
text-align: center;
margin-top: 30px;
}
div#foot-copyright a {
color: #fff;
font-weight: 600;
}
ul#secondary-menu {
margin: 0;
padding: 0;
}
ul#secondary-menu li {
list-style: none;
}
ul#secondary-menu li a {
color: #fff;
font-size: 1.1em;
margin-bottom: 2px;
display: block;
}
footer.site-footer i {
color: #fff;
font-size: 40px;
margin-right: 8px;
}
#foot-main p {
font-size: 1.1em;
}
img#foot-logo {
display: block;
margin: 0 auto 15px;
}
#foot-logo-col {
text-align: center;
}
div#foot-logo-col p {
margin-bottom: 2px;
}
footer a[href^="tel"] {
font-size: 1.15em;
} section#inner-header {
min-height: 390px;
}
section#inner-header-title {
background: rgb(0 0 0 / 55%);
position: relative;
margin-top: -77px;
}
section#inner-header-title h1 {
text-transform: uppercase;
font-weight: 800;
color: #fff;
padding: 10px;
position: relative;
margin-top: 0;
font-size: 3em;
letter-spacing: 2px;
margin-bottom: 0;
}
main#primary-inner {
padding: 70px 0 60px;
}
.gform_wrapper input,
.gform_wrapper textarea,
.gfrom_wrapper select {
padding: 10px !important;
border-radius: 4px;
}
select#input_3_6_4 {
padding: 10px !important;
border-radius: 4px;
padding: 10px;
}
div#gform_wrapper_1 label,
div#gform_wrapper_2 label,
div#gform_wrapper_3 label,
div#gform_wrapper_4 label {
display: none;
}
input#gform_submit_button_1,
input#gform_submit_button_2,
input#gform_submit_button_3,
input#gform_submit_button_4 {
background: #344040;
color: #fff;
font-weight: bold;
font-size: 1.2em;
padding: 10px 20px !important;
border: 1px solid #344040;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
input#gform_submit_button_1:hover,
input#gform_submit_button_2:hover,
input#gform_submit_button_3:hover,
input#gform_submit_button_4:hover {
background: #fff;
color: #344040;
}
div#contact-page-details-col h2 {
margin-top: 0;
}
.hat-icon-wrap img {
width: 40px;
}
.hat-icon-wrap i {
font-size: 30px;
}
.hat-icon-wrap {
margin-bottom: 10px;
}
.contact-address-block {
margin-bottom: 30px;
font-size: 1.3em;
}
.contact-address-block strong {
color: #ea5a13;
}
div#gform_confirmation_message_1,
div#gform_confirmation_message_2,
div#gform_confirmation_message_3 {
font-size: 1.5em;
margin: 20px 0;
}
div#gform_confirmation_message_4 {
color: #fff;
margin: 20px 0;
}
input#input_4_1 {
width: 300px;
max-width: 100%;
}
input#gform_submit_button_4 {
float: right;
position: relative;
top: -78px;
width: 60px;
color: #344040;
padding: 14px 10px !important;
font-size: 1em;
background: none;
left: -34px;
border: none;
}
div#input_3_6 input {
margin-bottom: 24px;
}
.page-id-36 main#primary-inner {
padding: 60px 0 0;
}
div#contact-map-wrap {
margin-top: 40px;
box-shadow: 0px 0px 20px -13px #000;
}
body.home section#inner-header {
display: none;
} .feat-product-thumb {
height: 300px;
display: block;
float: left;
width: 100%;
background-position: center !important;
background-size: contain !important;
background-repeat: no-repeat !important;
background-color: #fff !important;
}
a.featured-product-box-link {
display: block;
background: #fff;
box-shadow: 0px 0px 11px -3px #000;
padding: 20px;
}
span.featured-product-box-title {
display: block;
float: left;
width: 100%;
min-height: 70px;
}
span.featured-product-box-price {
color: #000;
font-weight: bold;
font-size: 1.4em;
}
h2.home-feat-product-name {
font-weight: 400;
font-size: 1.1em;
color: #000;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
background-color: #344040 !important;
color: #fff;
-webkit-font-smoothing: antialiased;
}
nav.woocommerce-breadcrumb {
display: none;
}
h1.woocommerce-products-header__title.page-title {
text-transform: uppercase;
font-weight: 800;
color: #fff;
padding: 10px;
position: relative;
margin-top: 0;
font-size: 3em;
letter-spacing: 2px;
margin-bottom: 0;
}
header.woocommerce-products-header {
background: rgb(0 0 0 / 55%);
position: relative;
margin-top: -77px;
}
body.product-template-default main#primary {
padding: 50px 0;
}
input#coupon_code {
width: 200px;
max-width: 50%;
}
.product_meta span.sku_wrapper,
.product_meta span.tagged_as {
display: none !important;
}
div#woocommerce-archive-wrap {
padding: 60px 15px;
}
div.product ol.flex-control-nav.flex-control-thumbs {
margin-top: 40px !important;
}
div.product ol.flex-control-nav.flex-control-thumbs li {
margin-right: 5px !important;
margin-bottom: 5px !important;
}
section.related.products h2.woocommerce-loop-product__title {
color: #000;
}
.product_meta a {
color: #000;
}
span.woocommerce-Price-amount.amount {
font-weight: bold;
color: #000;
font-size: 1.2em;
}
h2.woocommerce-loop-product__title {
color: #000;
}
nav.woocommerce-pagination .page-numbers li a {
background: #253333;
color: #fff;
font-weight: bold !important;
}
nav.woocommerce-pagination .page-numbers li span.current {
background: #fff !important;
color: #253333 !important;
font-weight: bold !important;
}
div.product ol.flex-control-nav.flex-control-thumbs li img {
height: 80px;
width: auto !important;
}
#woocommerce-archive-products-wrap > .row {
float: left;
width: 100%;
}
body.woocommerce .term-description {
display: none;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents a {
color: #000;
font-weight: 600;
font-size: 1.1em;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
box-sizing: border-box;
width: 100%;
margin: 0;
outline: 0;
line-height: normal;
padding: 12px !important;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
background: #ffffff !important;
border-radius: 5px;
}
body.single-product table.variations tr td {
display: block;
}
li.wc_payment_method.payment_method_stripe > label {
width: 90%;
}
.stripe-card-group {
width: 100%;
}
div#stripe-exp-element,
div#stripe-cvc-element {
width: 250px;
margin-left: 5px;
}
div#top-banner {
background: #212020; color: #fff;
font-size: 1.1em;
font-weight: 600;
text-transform: uppercase;
padding: 10px;
text-align: center;
}
div#top-banner-2 { background: #ec1b3a;
color: #fff;
font-size: 1.1em;
font-weight: 600;
text-transform: uppercase;
padding: 10px;
text-align: center;
}
i.fa-solid.fa-check,
i.fa-solid.fa-flag-usa {
top: 4px;
position: relative;
margin-right: 20px;
}
.home-collections-boxes-col h2 {
text-align: center;
color: #fff;
position: relative;
top: -180px;
font-size: 2.2em;
text-shadow: 4px 2px 4px black;
margin-bottom: 0px;
margin-top: -43px;
}
.home-collections-boxes-col img {
margin-bottom: 30px;
border-radius: 10px;
box-shadow: 2px 6px 20px -9px #000;
}
a#home-story-btn {
display: block;
text-align: center;
background: #191919;
color: #fff;
font-family: "Barlow";
font-weight: bold;
font-size: 1.5em;
letter-spacing: 1px;
padding: 10px;
width: 200px;
margin: 0 auto;
border-radius: 8px;
}
a#home-story-btn:hover {
background: #fff;
color: #191919;
}
.ditty.ditty-ticker i {
position: relative;
top: 0px;
}
section#home-join-newsletter {
padding: 60px 0;
}
section#home-join-newsletter h2 {
font-family: "Barlow";
letter-spacing: 1px;
font-size: 2.3em;
text-align: center;
font-weight: 900;
margin: 10px 0;
}
section#home-join-newsletter p {
text-align: center;
font-size: 1.2em;
} .cart-contents:before {
font-family: "Font Awesome 5 Free";
content: "\f07a";
font-style: normal;
font-weight: 900;
padding-right: 5px;
font-size: 20px;
color: #212020;
margin-right: 2px;
top: -1px;
position: relative;
}
.cart-contents:hover {
text-decoration: none;
}
.cart-contents-count {
color: #ffffff;
background-color: #000;
border-radius: 10px;
padding: 2px 6px;
line-height: 1;
font-family: Arial, Helvetica, sans-serif;
vertical-align: top;
font-size: 14px;
}
.header .top-content .container .phone-wrapper a.cart-contents {
top: -2px;
position: relative;
font-size: 25px;
} div#gform_fields_5 label {
display: none;
}
div#gform_fields_5 input {
font-size: 1.1em;
}
input#gform_submit_button_5 {
display: block;
text-transform: uppercase;
text-align: center;
background: #191919;
color: #fff;
font-family: "Barlow";
font-weight: bold;
font-size: 1.5em;
letter-spacing: 1px;
width: 200px;
padding: 13px 10px !important;
margin: 0 auto;
border: 3px solid;
border-radius: 8px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
input#gform_submit_button_5:hover {
background: #fff;
color: #191919;
}
div#coupon-page p {
font-size: 1.3em;
}
div#coupon-page h2 {
margin-top: 0;
font-size: 2.2em;
}
div.pum h2 {
font-size: 2em;
margin-bottom: 20px;
}
div.pum p {
font-size: 1.2em;
}
div#tab-description ul {
margin-left: 0;
} .home-collection-grid .home-collection-grid-col {
padding: 10px;
}
.home-collection-grid a h3 {
text-align: right;
margin-top: -80px;
color: #fff;
font-size: 3em;
text-shadow: 3px 3px 10px black;
position: relative;
top: -20px;
left: -26px;
}
.home-collection-grid img {
width: 100%;
}
.home-collection-grid a:hover img {
opacity: 0.8;
}@media (max-width: 1400px) {
.home-collection-grid a h3 {
margin-top: -80px;
font-size: 2.7em;
top: -10px;
left: -26px;
}
} @media (max-width: 1199.98px) {
section#home-foot-top-banner {
min-height: 420px !important;
}
img#free-ship-flag {
width: 250px;
}
div#home-story-content-wrap {
margin-top: 0;
}
input#gform_submit_button_4 {
left: 0;
}
span.featured-product-box-title {
min-height: 90px;
}
.feat-product-thumb {
height: 250px;
}
.home-collection-grid a h3 {
margin-top: -80px;
font-size: 2.7em;
top: 0px;
left: -26px;
}
} @media (max-width: 991.98px) {
button.hamburger {
display: block;
float: right;
position: relative;
top: -90px;
margin-bottom: -60px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
width: 40px;
height: 4px;
background-color: #bcbec0;
border-radius: 4px;
position: absolute;
transition-property: transform;
transition-duration: 0.15s;
transition-timing-function: ease;
}
ul#primary-menu li {
display: block;
width: 100%;
}
ul#primary-menu a {
display: block;
float: left;
width: 100%;
padding: 6px 15px;
text-align: left;
font-size: 1em;
}
ul#primary-menu {
display: block;
position: absolute;
z-index: 99;
background-color: #fff;
max-height: 0px;
padding: 0;
top: -12px;
border-bottom: none;
overflow: hidden;
width: 100%;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
ul#primary-menu.mobile-active {
max-height: 900px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
section#home-foot-top-banner {
min-height: 360px !important;
}
div#header-nav-1 img {
display: block;
width: 210px;
}
div#header-social-row a[href^="tel"] {
float: left;
}
nav#head-nav {
position: relative;
margin-top: 0px;
top: 30px;
}
ul#primary-menu a {
padding: 6px 10px 6px 30px;
font-size: 1.3em;
}
ul.sub-menu li a {
font-weight: 400 !important;
padding: 4px 10px 4px 30px !important;
font-size: 1em !important;
}
ul#primary-menu ul {
display: none;
}
ul#primary-menu > li.menu-item-has-children:before {
content: "▼";
font-size: 11px;
color: #212020;
position: absolute;
float: left;
top: 30px;
-webkit-transition: color 0.5s ease;
-moz-transition: color 0.5s ease;
-o-transition: color 0.5s ease;
-ms-transition: color 0.5s ease;
position: relative;
left: 10px;
}
ul#primary-menu > li.menu-item-has-children:after {
display: none !important;
} header .container {
max-width: 100%;
}
div#header-nav-2 {
padding: 0;
}
section#home-deal-banner {
font-size: 1.7em;
}
img#free-ship-flag {
width: 250px;
}
div#home-specials-row-2 a {
display: block;
margin-bottom: 20px;
}
.home-collections-boxes-col {
margin-bottom: 30px;
}
section#inner-header-title h1,
h1.woocommerce-products-header__title.page-title {
font-size: 2.5em;
}
section#inner-header-title,
header.woocommerce-products-header {
background: rgb(0 0 0 / 55%);
position: relative;
margin-top: -67px;
}
.feat-product-thumb {
height: 200px;
}
span.featured-product-box-title {
min-height: 110px;
}
.home-collections-boxes-col h2 {
top: -120px;
font-size: 1.8em;
margin-top: -43px;
}
div#home-story-content-wrap p {
font-size: 1.3em;
}
.home-collection-grid a h3 {
margin-top: -68px;
font-size: 2.2em;
top: 0px;
left: -26px;
}
}
@media (max-width: 820px) {
.parallax-wrapper-1,
.parallax-wrapper-2,
.parallax-wrapper-3 {
background-attachment: scroll !important;
}
} @media (max-width: 767.98px) {
section#home-foot-top-banner {
min-height: 310px !important;
}
section#home-deal-banner {
font-size: 1.2em;
}
img#free-ship-flag {
display: none;
}
img#foot-logo {
width: 220px;
}
div#foot-main {
text-align: center;
}
section#inner-header {
min-height: 260px;
}
section#inner-header-title h1,
h1.woocommerce-products-header__title.page-title {
font-size: 2.2em;
}
section#inner-header-title,
header.woocommerce-products-header {
background: rgb(0 0 0 / 55%);
position: relative;
margin-top: -62px;
}
main#primary-inner {
padding: 50px 0 60px;
}
div#contact-page-details {
text-align: center;
}
input#input_4_1 {
width: 90%;
display: block;
margin: 0 auto;
}
input#gform_submit_button_4 {
left: -20px;
}
.feat-product-thumb {
height: 250px;
}
span.featured-product-box-title {
min-height: 0;
}
a.featured-product-box-link {
margin-bottom: 30px;
}
div#best-sellers-row {
margin-bottom: 0;
}
section#home-story {
padding: 80px 0 60px;
}
span#xhide {
display: none;
}
div#top-banner {
font-size: 1em;
}
i.fa-solid.fa-flag-usa {
top: 0;
}
#home-outdoor-tall {
display: none;
}
.home-collection-grid a h3 {
margin-top: -72px;
font-size: 2.2em;
top: 0px;
left: -26px;
}
div#home-outdoor-short {
padding-top: 0;
margin-top: -10px;
}
}
@media (max-width: 625px) {
input#gform_submit_button_4 {
left: -20px;
padding: 0 !important;
}
} @media (max-width: 575.98px) {
section#inner-header {
min-height: 220px;
}
section#inner-header-title h1,
h1.woocommerce-products-header__title.page-title {
font-size: 1.6em;
letter-spacing: normal;
}
section#inner-header-title,
header.woocommerce-products-header {
background: rgb(0 0 0 / 55%);
position: relative;
margin-top: -50px;
}
main#primary-inner {
padding: 30px 0 30px;
}
div#home-story-content-wrap h1 {
font-size: 2.5em;
}
div#home-story-content-wrap p {
font-size: 1.2em;
line-height: normal;
}
div#home-story-content-wrap h2 {
font-size: 1.1em;
}
section#home-story {
padding: 60px 0 30px;
}
a#home-story-btn {
font-size: 1.4em;
width: 180px;
}
section#home-join-newsletter h2 {
font-size: 2em;
}
div#home-outdoor-short {
padding-top: 0;
padding-bottom: 0;
margin-top: -10px;
}
.home-collection-grid .home-collection-grid-col {
padding: 2px 10px;
}
.home-collection-grid a h3 {
margin-top: -66px;
font-size: 2.2em;
top: 0px;
left: -26px;
}
}
@media (max-width: 500px) {
.home-collections-boxes-col img {
margin-bottom: 20px;
}
.home-collections-boxes-col h2 {
top: -80px;
font-size: 1.6em;
margin-top: -53px;
}
}
@media (max-width: 400px) {
div#home-story-content-wrap h1 {
font-size: 2em;
}
div#home-story-content-wrap p {
text-align: left;
}
body.product-template-default main#primary {
padding: 30px 0;
}
} @media (min-width: 576px) {
} @media (min-width: 768px) {
br#xbreak {
display: none;
}
#home-outdoor-short {
display: none;
}
} @media (min-width: 992px) {
button.hamburger,
br.mobile-break,
hr.lg-hr {
display: none;
}
ul#primary-menu ul {
display: none;
position: absolute;
min-width: 180px;
background: #fff;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
z-index: 2;
border-radius: 10px;
}
ul#primary-menu li ul li {
text-align: center;
display: block;
max-width: 100%;
width: 250px;
}
ul#primary-menu li ul li a {
text-align: left;
padding: 10px 15px;
}
div#contact-page-details-col {
padding-left: 20px;
}
li.menu-item-has-children:hover > ul {
display: block !important;
}
ul#primary-menu ul.sub-menu a:hover {
background-color: #e7e7e7;
border-color: transparent;
}
ul#primary-menu a:hover {
border-color: #212020;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
ul#primary-menu a {
padding: 10px 9px !important;
font-size: 1em !important;
}
ul#primary-menu > li.menu-item-has-children:after {
content: "▼";
font-size: 9px !important;
color: #fff;
position: absolute;
right: -2px;
float: right;
top: 16px !important;
-webkit-transition: color 0.5s ease;
-moz-transition: color 0.5s ease;
-o-transition: color 0.5s ease;
-ms-transition: color 0.5s ease;
}
} @media (min-width: 1200px) {
}
@media (min-width: 1400px) {
section#home-foot-top-banner {
background-position: top !important;
min-height: 560px !important;
}
} @media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
.parallax-wrapper-1,
.parallax-wrapper-2,
.parallax-wrapper-3 {
background-attachment: scroll !important;
}
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
.parallax-wrapper-1,
.parallax-wrapper-2,
.parallax-wrapper-3 {
background-attachment: scroll !important;
}
}