/*
Theme Name: AAF D7 Awards
Theme URI: https://opencollective.com/blankslate
Template: blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready,one-column,two-columns,custom-menu,featured-images,microformats,sticky-post,threaded-comments,translation-ready
Version: 2026.1768509922
Updated: 2026-01-15 20:45:22

*/

/*
Theme Name: Pyro Productions
Template: blankslate
Author: Push Crank Press
Author URI: https://pushcrankpress.com
Version: 2026.1765321111
Updated: 2025-12-09 22:58:31

*/

:root {

    /* --- Colors --- */
    --white: #fff;
    --black: #111;
    --gold: #FDEA99;
    --med-dark-gray: #3B3B3B;
    --medium-gray: #6E6E6E;
    --prime-gray: #CBCBCB;
    --light-gray: #EAEAEA;
    --dark-gray: #242424;
    --dark-gradient: linear-gradient(to bottom, #242424, #000000);

    /* --- Padding --- */
    --pad-0-d: 95px;
    --pad-1-d: 135px;
    --pad-2-d: 215px;
    --pad-1-m: 30px;
}

/* Elements & Resets */

html {
    overflow-x: hidden !important;
    font-family: "ofelia-text", sans-serif;
    line-height: 1.6;
}

html * {
    box-sizing: border-box;
}

body {
    background-color: #ddd;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
    margin-bottom: 0;
}

p {
    line-height: 1.5;
}

a,
a:hover,
a:visited,
a:active {
    color: inherit;
    text-decoration: none !important;
}

img {
    max-width: 100%;
}

ul,
ol {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
}

ol {
    list-style-type: decimal;
}

li {
    display: list-item;
    text-align: match-parent;
}

header ol,
header ul,
footer ol,
footer ul {
    list-style: none;
    padding-inline-start: 0px;
}

em {
    font-style: italic;
}

::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
}

/* --- Wrappers --- */

.site-wrapper {
    display: block;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.block-padding {
    padding: clamp(var(--pad-1-m), 6vw, var(--pad-1-d));
}

.padding-interior {
    padding: clamp(var(--pad-1-m), 6vw, 45px) clamp(var(--pad-1-m), 6vw, var(--pad-0-d));
}

/* --- Stacks --- */

.stack-xtra-xtra-small>*+* {
    margin-block-start: 0.5rem;
}

.stack-xtra-small>*+* {
    margin-block-start: 0.75rem;
}

.stack-small>*+* {
    margin-block-start: 1rem;
}

.stack-slim-fit>*+* {
    margin-block-start: 1.5rem;
}

.stack>*+* {
    margin-block-start: 2rem;
}

.stack-medium>*+* {
    margin-block-start: 3rem;
}

.stack-large>*+* {
    margin-block-start: 4rem;
}

.stack-xtra-large>*+* {
    margin-block-start: 6rem;
}

.stack-xtra-xtra-large>*+* {
    margin-block-start: 8rem;
}

.stack-align-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.stack-align-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

/* --- Max Content --- */

.max-240 {
    display: block;
    max-width: 240px;
}

.max-360 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
}

.max-480 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
}

.max-640 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
}

.max-800 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

.max-960 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
}

.max-1080 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
}

.max-1280 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}

.max-1440 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
}

.max-90vw {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 90vw;
}

.max-40vw {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 40vw;
}

/* --- Aspect Ratios --- */

.aspect-1w1h {
    aspect-ratio: 1/1;
    max-width: 100%;
}

.aspect-2w1h {
    aspect-ratio: 2/1;
    max-width: 100%;
}

.aspect-3w2h {
    aspect-ratio: 3/2;
    max-width: 100%;
}

.aspect-4w3h {
    aspect-ratio: 4/3;
    max-width: 100%;
}

.aspect-5w2h {
    aspect-ratio: 5/2;
    max-width: 100%;
}

.aspect-6w5h {
    aspect-ratio: 6/5;
    max-width: 100%;
}

.aspect-9w8h {
    aspect-ratio: 9/8;
    max-width: 100%;
}

.aspect-9w5h {
    aspect-ratio: 9/5;
    width: 100%;
}

/* Auxilary Classes */

.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.display-block {
    display: block;
}

.display-flex {
    display: flex;
}

/* Align Content */

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.align-items-center {
    display: flex;
    align-items: center;
}

.align-items-end {
    display: flex;
    align-items: flex-end;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-space-between {
    justify-content: space-between;
}

.col-gap-2rem {
    column-gap: 2rem;
}

.gap-3rem {
    gap: 3rem;
}

.rotate-45deg {
    transform: rotate(45deg);
}

.rotate-180deg {
    transform: rotate(180deg);
}

.flex-align-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.self-center {
    margin-left: auto;
    margin-right: auto;
}

/* Positioning */

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.top-0 {
    top: 0;
}

.left-0 {
    left: 0;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.opacity-50 {
    opacity: 0.5;
}

.position-top-left {
    top: 0;
    left: 0;
}

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

.z-index-10 {
    z-index: 10;
}

.z-index-100 {
    z-index: 100;
}

.max-content {
    width: max-content;
}

.max-90pct {
    max-width: 90%;
}

.position-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.opacity-70 {
    opacity: 0.7;
}

/* Margin Fix */

.margin-fix-1 {
    transform: translateY(-10px);
    margin-bottom: -4px;
}

.margin-fix-2 {
    transform: translateY(-4px);
    margin-bottom: -4px;
}

.margin-fix-3 {
    transform: translateY(-4px);
    margin-bottom: -10px;
}

.optimize-baseline {
    margin-top: -0.25em;
    margin-bottom: -0.25em;
}

/* Skew */

.skew15deg {
    transform: skewX(15deg);
}

.skew-15deg {
    transform: skewX(-15deg);
}

.skew25deg {
    transform: skewX(25deg);
}

.skew-25deg {
    transform: skewX(-25deg);
}

.skew20deg {
    transform: skewX(20deg);
}

.skew-20deg {
    transform: skewX(-20deg);
}

/* Padding Adjust */

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-top-10px {
    padding-top: 10px !important;
}

.padding-10px {
    padding: 10px 14px 12px 14px;
}

.padding-left-14px {
    padding-left: 14px !important;
}

.margin-bottom-2rem {
    margin-bottom: 2rem !important;
}

/* Overflow Hidden */

.overflow-hidden {
    overflow: hidden;
}

/* --- Flexbox --- */

.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.flex-wrapper.two-columns {
    column-gap: 10%;
    row-gap: clamp(3rem, 6vw, 6rem);
}

.flex-wrapper.two-columns .flex-item {
    flex: 1 1 45%;
    min-width: 288px;
}

.flex-wrapper.three-columns {
    column-gap: 5%;
    row-gap: clamp(3rem, 6vw, 6rem);
}

.flex-wrapper.three-columns .flex-item {
    flex: 0 0 30%;
    min-width: 288px;
}

.flex-direction-column {
    flex-direction: column;
}

.flex-direction-column-reverse {
    flex-direction: column-reverse;
}

.flex-direction-row {
    flex-direction: row;
}

.flex-direction-row-reverse {
    flex-direction: row-reverse;
}

.flex-item.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-50 {
    flex: 0 0 50%;
}

.interior-flex-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.interior-flex-item {
    flex: 1 0 280px;
    max-width: 100%;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-1-0-320 {
    flex: 1 0 320px;
    max-width: 100%;
}

.flex-0-0-400 {
    flex: 0 0 400px;
    max-width: 100%;
}

.col-gap-1rem {
    column-gap: 1rem;
}

.col-gap-4rem {
    column-gap: 4rem;
}

.col-gap-6pct {
    column-gap: 6% !important;
}

.col-gap-8pct {
    column-gap: 8%;
}

.col-gap-10pct {
    column-gap: 10%;
}



/* Grid Classes */

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    column-gap: 10%;
    row-gap: 3rem;
}

.grid-item {
    grid-column: span 1;
}

/* Text Alignment */

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-shadow {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

/* Positioning */

.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.absolute-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.absolute-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/* --- Type Color Classes --- */

.clr-white {
    color: white !important;
}

.clr-gold {
    color: var(--gold) !important;
}

.weight-900 {
    font-weight: 900;
}

.weight-700 {
    font-weight: 700;
}

.weight-500 {
    font-weight: 500;
}

.weight-300 {
    font-weight: 300;
}

.weight-100 {
    font-weight: 100;
}

/* --- Background Color Classes --- */

.bg-black {
    background-color: black;
}

.bg-black-50 {
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-white {
    background-color: white;
}

.bg-white-50 {
    background-color: rgba(255, 255, 255, 0.5);
}

.bg-dark-gray {
    background-color: var(--dark-gray);
}

.bg-med-dark-gray {
    background-color: var(--med-dark-gray);
}

.bg-dark-gradient {
    background: var(--dark-gradient);
}

.cursor-pointer {
    cursor: pointer;
}

/* Rule */

div.rule {
    width: 150px;
    height: 3px;
    background-color: black;
    margin-top: 0.25rem;
}

div.rule.short {
    width: 80px;
}

div.rule.full-width {
    width: 100%;
}

hr.full-width {
    border: none;
    height: 3px;
}

/* IMG / Video */

.object-fit-cover {
    object-fit: cover;
}

/* MISC */

.fill-container {
    width: 100%;
    height: 100%;
}

strong {
    font-weight: 600;
}

.gold-border {
    border: 1px solid var(--gold);
}

/* Site Specific Classes */




/* type classes */

html * {
    font-family: "montserrat", sans-serif;
}

h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.125;
    color: var(--gold);
}

h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.125;
    color: white
}

p {
    font-size: 20px;
    color: white;
}

.type-size-25 {
    font-size: 25px;
}

a.button {
    display: block;
    padding: 20px 50px;
    border: 1px solid var(--gold);
    width: fit-content;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
    color: white;
    text-align: center;
}

a.button.small {
    padding: 10px 20px;
    font-size: 15px;
}

a.button.solid {
    border: none;
    text-decoration: underline !important;
    font-size: 20px;
    font-weight: 300;
}

.circle-image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 8px solid var(--gold);
    background-color: var(--gold);
    overflow: hidden;
}

@media only screen and (max-width: 1024px) {
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 25px;
    }
    p {
        font-size: 18px;
        font-weight: 300;
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 20px;
    }
    p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 480px) {   
    .stack-large >*+* {
        margin-block-start: 2rem;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 18px;
    }
    p {
        font-size: 14px;
    }
    a.button {
        font-size: 20px;
    }
    .type-size-25 {
        font-size: 20px;
    }
    .flex-center-480 {
          justify-content: center;
    }
    .center-all-480 {   
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

}

hero {
    display: block;
    width: 100%;
}

#header.standard {
    padding: 24px;
    width: 100%;
    height: 105px;
}

#header .burger-menu {
    position: relative;
    width: 40px;
    height: 32px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    cursor: pointer !important;
}

#header .burger-menu-line {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 4px;
    background-color: var(--white);
}

#header .burger-menu-line:nth-child(2) {
    top: 14px;
}

#header .burger-menu-line:nth-child(3) {
    top: 14px;
}

#header .burger-menu-line:nth-child(4) {
    top: 28px;
}

#mobile-menu {
display: none;
   top: 105px;
   left: 0;
   width: 100%;
   height: calc(100vh - 105px);
}

#mobile-menu.active {
    display: block;
}

#mobile-menu ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2rem;
    margin-top: 0 !important;
    padding: 24px;
}

#mobile-menu li a {
    color: white !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
}

#footer {
    padding: 24px;
    width: 100%;
    height: 95px;
}

/* Gravity Forms */

.gform_wrapper input, 
.gform_wrapper textarea,
.gform_wrapper select {
    background-color: var(--prime-gray) !important;
    border-radius: 0 !important;
    color: var(--dark-gray) !important;
    font-weight: 700 !important;
}

.gform_wrapper select {
    color: white !important;
}

.gform_wrapper input::placeholder, 
.gform_wrapper textarea::placeholder,
.gform_wrapper select::placeholder {
    color: white !important;
    font-weight: 700 !important;
}

.gform_wrapper .gform_title {
    margin-bottom: 2rem !important;
    font-size: 30px !important;
    color: white !important;
}

.gform-theme--framework .gf_progressbar .percentbar_blue {
    background-color: var(--gold) !important;
}

.gform-theme--framework .gf_progressbar_title {
    color: white !important;
}

.gform_wrapper input#choice_2_13_0,
.gform_wrapper input#choice_2_13_1 {
    border-radius: 50% !important;
}

.gform_wrapper .button {
    background-color: var(--gold) !important;
    color: var(--dark-gray) !important;
}

#field_2_13 .gfield_label.gform-field-label {
    display: none !important;
}

#field_2_13 label {
    font-weight: 700 !important;
    color: white !important;
}

#field_2_13 #input_2_13 {
    flex-direction: row !important;
    flex-wrap: wrap !important;
}

@media only screen and (max-width: 1024px) {
    .gform_wrapper .gform_title {
        margin-bottom: 1.5rem !important;
        font-size: 25px !important;
    }
}

@media only screen and (max-width: 767px) {
    .gform_wrapper .gform_title {
        margin-bottom: 1rem !important;
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 480px) {   
    .gform_wrapper .gform_title {
        margin-bottom: 0.5rem !important;
        font-size: 18px !important;
    }
}

/* Enter Page */

.clubs-container {
    display: none;
}

.clubs-container.active {
    display: block;
}











