@charset "UTF-8";

/*!
Theme Name: Foundry Forged
Theme URI: https://github.com/kbihler/foundryforged.git
Author: Kyle Bihler
Author URI: https://www.foundryideas.com
Description: Foundry Forged Bootstrap Theme. Theme is Sass-ified and includes Foundation 6 for utility styles.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: foundryforged
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Foundry Forged is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.page-id-10511 .featured-hero {
  position: relative;
}

.page-id-10511 .featured-hero p.featured-hero__page-subheader {
  position: absolute;
  left: 10px;
  bottom: -10px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .page-id-10511 .featured-hero p.featured-hero__page-subheader {
    font-size: 12px;
  }
}

#masthead {
  flex-wrap: wrap;
}

/* flipdown countdown clock styles */

#flipdown {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -2.5em;
  display: flex;
  justify-content: center;
}

.flipdown::after {
  content: "";
  background-image: url(https://airrace.org/wp-content/uploads/2022/07/Sponsored-By-ORIS-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 120px;
  height: 60px;
  flex-shrink: 2;
  flex-grow: 0;
  align-self: flex-start;
  position: absolute;
  right: -120px;
  top: 40px;
}

#flipdown .rotor {
  border-radius: 0px;
}

#flipdown .rotor-group::before,
#flipdown .rotor-group::after {
  display: none;
}

#flipdown .rotor-group-heading {
  position: relative;
  top: 120px;
}

#flipdown .rotor::after {
  border-top: 0px;
}

#flipdown .rotor-leaf-rear,
#flipdown .rotor-leaf-rear.flipped {
  /* background-color: #404040; */
  border-radius: 0px;
}

#flipdown .rotor-leaf-front,
#flipdown .rotor-leaf-front.flipped {
  /* background-color: #808080; */
  border-radius: 0px;
}

.flipdown__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
}

.flipdown-wrapper.--desktop {
  flex-wrap: nowrap;
}

@media only screen and (max-width: 1350px) {
  .site-branding__social {
    flex-basis: 20% !important;
  }
  .flipdown__wrapper.--mobile {
    background-color: white;
    padding: 20px;
    flex-wrap: wrap;
  }
  .flipdown__wrapper.--mobile #flipdown {
    width: 300px;
  }
  .flipdown__wrapper.--mobile::after {
    width: 75px;
  }
  .flipdown::after {
    content: "";
    background-image: url(https://airrace.org/wp-content/uploads/2022/07/Sponsored-By-ORIS-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 120px;
    height: 60px;
    flex-shrink: 2;
    flex-grow: 0;
    align-self: flex-start;
    position: absolute;
    top: 30px;
  }
}

@media only screen and (max-width: 800px) {
  .flipdown__wrapper {
    right: 45px;
  }
}

@media only screen and (max-width: 768px) {
  .flipdown__wrapper {
    right: unset;
  }
  .flipdown__wrapper.--mobile #flipdown {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #flipdown {
    min-width: unset;
    top: -80px;
  }
  .flipdown::after {
    top: 160px;
    max-width: 100px;
    right: unset;
  }
  .flipdown__wrapper.--mobile {
    height: 250px;
    flex-direction: column-reverse;
  }
  .flipdown .rotor-group {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 550px) {
  #flipdown {
    top: -70px;
  }
  .flipdown::after {
    top: 110px;
  }
  #flipdown .rotor-group-heading {
    top: 80px;
  }
}

@media only screen and (min-width: 550px) {
  /* #flipdown {
    width: 420px;
  } */
  #flipdown .rotor {
    border-radius: 0px;
    width: 40px;
    height: 70px;
    background-color: #808080;
  }
  #flipdown .rotor::after {
    width: 40px;
    height: 35px;
  }
  #flipdown .rotor-leaf {
    width: 40px;
    height: 70px;
  }
  #flipdown .rotor-bottom,
  #flipdown .rotor-leaf-rear {
    padding-top: 4px;
  }
  #flipdown .rotor-top,
  #flipdown .rotor-bottom,
  #flipdown .rotor-leaf-rear,
  #flipdown .rotor-leaf-front {
    font-size: 48px;
    width: 40px;
    height: 35px;
    background-color: #808080;
  }
  #flipdown .rotor-leaf-front {
    height: 60px;
  }
}

#flipdown .rotor-top,
#flipdown .rotor-bottom,
#flipdown .rotor-leaf-rear,
#flipdown .rotor-leaf-front {
  background-color: #808080;
}

#flipdown .rotor {
  background-color: #808080;
}

body.page-id-9236 .sponsors-template__cell {
  width: unset;
}
