@charset "UTF-8";
/*
Theme Name: Royal Purple Raceway
Theme URI: http://royalpurpleraceway.com
Author: DreamCo Design
Author URI: http://dreamcodesign.com
*/
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Teko:600,400);
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, nav, section, details, summary {
  display: block; }

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {
  max-width: 100%; }

/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll; }

/* we use a lot of ULs that aren't bulleted.
	don't forget to restore the bullets within content. */
ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible; }

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box; }

img {
  height: auto; }

ul {
  padding-left: 1.125em; }

/*- bootstrap overrides -*/
a:focus {
  text-decoration: none; }

.container {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.row {
  margin-right: -1.5rem;
  margin-left: -1.5rem; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.btn, [role=button],
input[type=submit],
button {
  padding: .25em .5em .1em .5em;
  font-family: 'Teko', Helmet, Freesans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .05em;
  background-color: #000000;
  border: calc( .25rem + .25vw ) solid #ebebeb;
  border-radius: 0; }
  .btn:hover, [role=button]:hover,
  input[type=submit]:hover,
  button:hover, .btn:focus, [role=button]:focus,
  input[type=submit]:focus,
  button:focus, .btn:active, [role=button]:active,
  input[type=submit]:active,
  button:active, .btn:active:focus, [role=button]:active:focus,
  input[type=submit]:active:focus,
  button:active:focus {
    color: #e2131e;
    background-color: #ebebeb;
    border-color: #ebebeb; }
  .btn.btn-arrow:before, .btn-arrow[role=button]:before,
  input.btn-arrow[type=submit]:before,
  button.btn-arrow:before {
    color: #000000; }

.btn-small {
  font-size: 75%; }

.btn-large {
  font-size: 1.75rem; }

.btn-primary {
  background-color: #ee3a43; }
  .btn-primary.btn-arrow:before {
    color: #ee3a43; }
  .btn-primary.btn-outlined {
    color: #ee3a43;
    border-color: #ee3a43; }

.btn-outlined {
  color: #000000;
  background-color: #fff;
  border-color: #000000; }

.btn-arrow:before {
  content: "\f344";
  display: inline-block;
  margin-right: .5em;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  font-family: 'dashicons';
  font-size: 75%;
  font-weight: 900;
  background-color: #fff;
  border-radius: 50%; }

/*-------------------------------------------------------- basics */
html {
  font-size: 14px; }

body, select, input, button, textarea {
  font: normal 100%/1.5 Helmet, Freesans, sans-serif;
  color: #000000; }

body {
  background-color: #000000; }

a {
  color: #ee3a43;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; }
  a:hover, a:focus:active {
    color: #000000;
    text-decoration: none; }

.more,
.back {
  display: inline-block;
  font-family: 'Teko', Helmet, Freesans, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .05em; }
  .more:before, .more:after,
  .back:before,
  .back:after {
    display: inline-block;
    width: 1.5em;
    font-family: 'dashicons';
    font-size: 85%;
    line-height: 1.75;
    vertical-align: text-bottom;
    letter-spacing: -.75em;
    text-align: left; }

.more:after {
  content: "\f345\f345\f345"; }

.back:before {
  content: "\f341\f341\f341"; }

b,
strong {
  font-weight: 600; }

h1,
h2 {
  font-family: 'Teko', Helmet, Freesans, sans-serif;
  font-weight: 600; }

h1 {
  font-size: 3vw;
  line-height: 1.1; }
  @media (max-width: 1000px) {
    h1 {
      font-size: 30px; } }
  @media (min-width: 1333.3333333333px) {
    h1 {
      font-size: 40px; } }

h2 {
  font-size: 2vw;
  line-height: 1.2; }
  @media (max-width: 1000px) {
    h2 {
      font-size: 20px; } }
  @media (min-width: 1500px) {
    h2 {
      font-size: 30px; } }

img {
  max-width: 100%;
  height: auto; }

label {
  display: block;
  font-weight: 600; }

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea {
  width: 100%;
  padding: .25em;
  background-color: #eee;
  border: 0.25rem solid #ebebeb; }

input[type=file] {
  max-width: 100%;
  border: .25rem solid #ccc; }

input[name=post_password] {
  max-width: 300px; }

.wp-caption,
.alignnone,
.alignleft,
.aligncenter,
.alignright {
  max-width: 100%; }

.scroll-to-top {
  position: fixed;
  right: 1.5rem;
  bottom: 3rem;
  opacity: 0;
  height: 40px;
  width: 40px;
  color: #ee3a43;
  background-color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  border-radius: .25em;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }
  .scroll-to-top:after {
    content: "\f343";
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 0;
    font-family: 'dashicons';
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -.025em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .scroll-to-top:hover {
    opacity: 1; }
  .scroll-to-top.show {
    opacity: .3; }

.wpcf7-form-control-wrap {
  display: block; }

.wpcf7-form-control {
  margin-top: 0; }

.wpcf7-not-valid {
  background-color: rgba(238, 58, 67, 0.15) !important; }

.wpcf7-response-output {
  margin: 1rem 0 0 0 !important;
  padding: 0 !important;
  border: 0 !important; }

div.wpcf7 {
  position: relative; }
  div.wpcf7 h2 {
    margin-top: 3rem; }

div.wpcf7-validation-errors {
  display: none !important; }

span.wpcf7-list-item {
  position: relative;
  margin-left: 0; }
  span.wpcf7-list-item label {
    display: block; }

span.wpcf7-radio span.wpcf7-list-item + span.wpcf7-list-item {
  margin-left: 1.5rem; }

span.wpcf7-checkbox .wpcf7-list-item {
  display: block; }
  span.wpcf7-checkbox .wpcf7-list-item label {
    float: none;
    width: 100%; }

span.wpcf7-not-valid-tip {
  position: absolute;
  top: .25em;
  right: 1em;
  color: #ee3a43; }

.hidden {
  position: absolute;
  left: -9999px; }

.ajax-loader {
  position: absolute;
  right: -1.5rem; }

.rpr_hide {
  display: none !important; }

.vid_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }
  .vid_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

article {
  padding-bottom: 4.5rem;
  background-color: #fff;
  background-size: cover;
  background-position: center center; }
  article .container {
    position: relative; }

.entry-content {
  padding-bottom: 1.5rem; }
  .entry-content h1,
  .entry-content h2,
  .entry-content p,
  .entry-content table {
    margin-top: 1.33em;
    margin-bottom: 0; }
  .entry-content h3 + h2 {
    margin-top: .5em; }
  .entry-content p.wp-caption-text {
    margin-top: .5rem;
    font-size: .75rem;
    font-style: italic; }
  .entry-content ul {
    list-style: disc;
    margin-top: 1rem;
    padding-left: 1.1em; }
  .entry-content li {
    margin-top: .33em;
    margin-bottom: 0; }
  .entry-content h3 {
    margin-top: 3rem;
    font-weight: 600;
    font-size: .875rem;
    text-transform: uppercase;
    letter-spacing: .1em; }
  .entry-content .col-md-pull-4 > h2:first-child {
    margin-top: 1rem; }

.entry-header, .home_headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
  padding: 4.5rem 0 0 0; }
  .entry-header h1, .home_headline h1,
  .entry-header h2,
  .home_headline h2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    font-size: 4vw;
    color: #332a86; }
    @media (max-width: 600px) {
      .entry-header h1, .home_headline h1,
      .entry-header h2,
      .home_headline h2 {
        font-size: 24px; } }
  .entry-header hr, .home_headline hr {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0 0 0 1.5rem;
    height: 0;
    border: 0;
    border-bottom: calc( .25rem + .25vw ) solid #332a86; }

h1.entry-title {
  margin: 0; }

article ul,
aside ul {
  list-style: none;
  padding: 0; }

aside h3 {
  margin-top: 3rem; }

/*- main nav / header -*/
.main-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc( 4rem + .25rem + .25vw );
  padding: 0;
  background-image: url("_/img/bg.jpg");
  background-size: auto 400px;
  background-position: center center;
  border-bottom: calc( .25rem + .25vw ) solid #332a86;
  box-shadow: 0 -.75rem 1rem .5rem #000; }
  .main-header .container {
    position: relative;
    z-index: 2;
    height: 4rem; }
  .main-header .social-nav {
    margin: 1.5rem; }

.main-header-logo {
  display: inline-block;
  padding: 0.6666666667rem 0;
  height: 4rem;
  width: auto; }
  .main-header-logo img {
    height: 100%;
    width: auto; }

button.menu {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4.8rem;
  height: 4rem;
  padding: 2rem 0;
  line-height: 0;
  font-size: 1.5rem;
  text-align: center;
  background-color: transparent;
  border: none; }
  button.menu:after {
    content: "\f333";
    font-family: 'dashicons';
    font-size: 2rem;
    color: #ee3a43; }
  button.menu:hover, button.menu:focus:active {
    background-color: transparent; }

#navs {
  display: none;
  position: absolute;
  top: 4rem;
  left: 0;
  width: 100%;
  background-image: url("_/img/bg.jpg");
  background-size: auto 400px;
  background-position: center center;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5); }
  #navs .container {
    padding: 0 -1.5rem; }

.main-nav ul {
  margin: 0;
  padding: 0 0 1px 0;
  list-style: none;
  background-color: #262626; }
  .main-nav ul ul {
    display: none; }
.main-nav li {
  width: 100%;
  padding: 1px 1px 0 1px; }
  .main-nav li a {
    display: block;
    padding: 0.75em 1.5rem;
    font-family: 'Teko', Helmet, Freesans, sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #ebebeb;
    background-color: #000000; }
    .main-nav li a:hover {
      color: #ee3a43;
      text-decoration: none;
      background-color: #ebebeb; }
  .main-nav li:hover:active {
    background-color: transparent;
    border-color: #ee3a43; }
.main-nav .current-menu-item a,
.main-nav .current_page_parent a,
.main-nav .current_page_item a {
  color: #ee3a43;
  text-decoration: none; }

.social-nav ul {
  list-style: none;
  padding: 0; }
.social-nav li {
  display: inline-block;
  margin: 1em 1em 0 0; }
  .social-nav li.menu-item i._mi {
    font-size: 2rem;
    color: #e2db1e;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
  .social-nav li.menu-item a:hover i._mi {
    color: #fff; }

.site-main,
.tribe-mobile #main {
  padding-top: calc( 4rem + .25rem + .25vw ); }

/*----------  Home  --*/
.superhero {
  position: relative;
  padding: 3rem 0;
  text-align: center;
  background-size: cover;
  background-position: center center; }
  .superhero:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(51, 42, 134, 0.5);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(51, 42, 134, 0.75) 50%, rgba(51, 42, 134, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(51, 42, 134, 0.75) 50%, rgba(51, 42, 134, 0) 100%); }

.superhero-logo,
.superhero-content {
  padding: 1.5rem; }

.superhero-logo {
  position: relative;
  z-index: 1;
  width: 600px; }

.superhero-content {
  position: relative;
  z-index: 1; }

.superhero-headline {
  margin: 0 auto;
  max-width: 7em;
  color: #fff;
  font-size: 3vw;
  line-height: 1;
  text-shadow: 0.05em 0.05em 0.1em rgba(0, 0, 0, 0.75); }
  @media (max-width: 1200px) {
    .superhero-headline {
      font-size: 36px; } }
  @media (min-width: 1600px) {
    .superhero-headline {
      font-size: 48px; } }

.superhero-list {
  font-size: 0; }

.superhero-item {
  display: inline-block;
  font-size: 1.5vw;
  font-weight: 600;
  color: #fff;
  text-shadow: 0.05em 0.05em 0.1em rgba(0, 0, 0, 0.75); }
  @media (max-width: 1066.6666666667px) {
    .superhero-item {
      font-size: 16px; } }
  @media (min-width: 1333.3333333333px) {
    .superhero-item {
      font-size: 20px; } }
  .superhero-item:not(:first-child):before {
    content: '•';
    display: inline-block;
    padding: 0 .25em;
    font-size: 150%;
    line-height: 0;
    vertical-align: middle; }

.superhero-button {
  margin: 1em; }

ul.events-list {
  list-style: none;
  padding: 0; }

.events-item {
  margin-top: 3rem; }

.events-image {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  background-size: cover;
  background-position: center center;
  border: 1px solid #bbb; }

h2.events-title {
  margin-top: .5em; }

.parallax_break {
  height: calc( 15vmin + 10rem );
  background-image: url("_/img/bg.jpg");
  background-size: auto 400px;
  background-position: center center; }

.recent_news-image-img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  background-size: cover;
  background-position: center center;
  border: 1px solid #bbb; }

.recent_news-title {
  margin-top: .5em; }

.recent_news-excerpt {
  padding-bottom: .5rem; }

.social_feeds {
  margin-bottom: -15vmin;
  padding-bottom: 15vmin;
  background-color: #ebebeb; }
  .social_feeds .social-nav {
    text-align: center; }
    .social_feeds .social-nav li {
      margin: 1em; }
      .social_feeds .social-nav li.menu-item i._mi {
        font-size: 3vw;
        color: #ee3a43; }
        @media (max-width: 1000px) {
          .social_feeds .social-nav li.menu-item i._mi {
            font-size: 30px; } }
        @media (min-width: 1333.3333333333px) {
          .social_feeds .social-nav li.menu-item i._mi {
            font-size: 40px; } }
      .social_feeds .social-nav li.menu-item a:hover i._mi {
        color: #332a86; }

.ff-stream-wrapper {
  margin: 0 -1.5rem !important; }

.ff-item,
.shuffle__sizer {
  width: calc( 100% - 3rem ) !important;
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.ff-img-holder img {
  width: 100% !important;
  height: auto !important; }

/*----------  Events  --*/
.schedule_link,
.tickets_link,
.schools_link {
  text-align: center; }
  .schedule_link a,
  .tickets_link a,
  .schools_link a {
    display: block;
    padding: 1.5rem 1rem;
    line-height: 1.5;
    white-space: normal;
    border: 0;
    border-radius: .5rem; }
    .schedule_link a:before,
    .tickets_link a:before,
    .schools_link a:before {
      content: "\f508";
      font-family: 'dashicons';
      font-size: 5rem;
      font-weight: 100;
      line-height: 1; }

.schedule_link,
.schools_link {
  padding-top: 1.5rem; }

.tickets_link a:before,
.schools_link a:before {
  display: inline-block;
  margin-right: .5rem;
  font-size: 3rem;
  vertical-align: middle; }

.schedule_link a:before {
  display: block;
  content: "\f508"; }

.tickets_link a:before {
  content: "\f524"; }

.schools_link a:before {
  content: "\f332"; }

.featured_event {
  margin-top: 3rem; }

.featured_event-image-img {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-color: #332a86;
  background-size: cover;
  background-position: center center;
  border: 1px solid #ddd;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; }
  .featured_event-image-img.content-image-img:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }

.content-image-img:hover:before {
  background-color: rgba(0, 0, 0, 0.5); }
.content-image-img:hover .featured_event-content {
  color: #fff; }

.featured_event-content {
  position: absolute;
  z-index: 2;
  left: 1.5rem;
  bottom: 1.5rem;
  color: #ebebeb;
  text-shadow: .075em .1em 0 #000; }

.recurring_events-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3rem;
  height: auto; }

.recurring_events-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 30%;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  position: relative; }

.recurring_events-link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  border: 1px solid #ddd;
  border-radius: .5rem;
  overflow: hidden; }
  .recurring_events-link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 10em 6em rgba(51, 42, 134, 0.5);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
  .recurring_events-link:hover:after {
    box-shadow: inset 0 0 10em -5em rgba(51, 42, 134, 0.5); }

.recurring_events-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  min-width: 8em;
  color: #ebebeb;
  text-shadow: .075em .1em 0 #000;
  text-align: center; }

.featured_event-title {
  margin-top: .5em;
  font-size: 3vw;
  text-align: center; }
  @media (max-width: 100rem) {
    .featured_event-title {
      font-size: 3rem; } }
  @media (min-width: 166.6666666667rem) {
    .featured_event-title {
      font-size: 5rem; } }

.featured_event-subtitle {
  font-size: 1.5vw;
  text-align: center; }
  @media (max-width: 100rem) {
    .featured_event-subtitle {
      font-size: 1.5rem; } }
  @media (min-width: 166.6666666667rem) {
    .featured_event-subtitle {
      font-size: 2.5rem; } }
  .featured_event-subtitle a {
    color: #000000; }

.events_misc-list {
  margin-top: 3rem; }

#tribe-events-bar {
  margin: 0; }

.tribe-bar-submit {
  margin-left: 0; }

.events-archive .entry-content,
.events-archive .entry-header,
.events-archive .home_headline {
  width: 100%; }

.tribe-events-calendar td.tribe-events-present {
  background-color: #fff; }
  .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
  .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
    background-color: #ee3a43; }

.events_list-title {
  margin: 3rem 0 1.5rem 0; }

#tribe-events-content .tribe-events-calendar td,
#tribe-events-content table.tribe-events-calendar {
  border: 1px solid #332a86; }

#tribe-events-footer,
#tribe-events-header {
  margin-top: .5em; }

#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous,
#tribe-events-footer .tribe-events-sub-nav li,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous,
#tribe-events-header .tribe-events-sub-nav li {
  margin: 0 !important; }

.tribe-events-event-cost,
.tribe-events-sub-nav a span {
  display: none; }

.tribe-events-sub-nav li a {
  margin-bottom: 0;
  padding-bottom: 10px; }

.tribe-events-calendar th {
  background-color: #332a86;
  color: #fff;
  padding: 1em 0; }
.tribe-events-calendar div[id*=tribe-events-daynum-],
.tribe-events-calendar div[id*=tribe-events-daynum-] a {
  background-color: rgba(51, 42, 134, 0.125);
  color: #000000;
  font-size: 1rem;
  font-weight: 600; }

.tribe-events-list .tribe-events-event-image {
  float: none;
  margin: 0;
  width: auto; }
.tribe-events-list .type-tribe_events {
  padding: 1.5rem 0; }

.events_list-image {
  margin-bottom: 1.5rem; }

.events_list-image-img {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center center;
  border: 1px solid #ddd; }

.tribe-events-loop .tribe-events-event-meta {
  background: none;
  border: none;
  margin: .5rem 0;
  padding: 0;
  clear: none; }

#tribe-events > .back {
  margin-top: 1rem; }

.entry-content .event-date {
  margin-top: 0; }

.single-tribe_events .tribe-events-event-meta {
  background: transparent;
  border: 0;
  margin: 1.5rem 0 0 0; }
.single-tribe_events dt {
  margin-top: 1em;
  font-weight: 600; }
.single-tribe_events .tribe-events-event-meta {
  font-size: 1rem; }

.tribe-events-cal-links {
  margin: 0 !important; }

.tribe-events-event-meta .column,
.tribe-events-event-meta .tribe-events-meta-group {
  margin: 0;
  padding: 0;
  width: auto; }

.tribe-events-tickets {
  margin-top: 1.5rem;
  width: auto; }
  .tribe-events-tickets td {
    padding: .25em 1rem .25em 0 !important; }

.tickets_name {
  font-weight: 600; }

.tribe-events-tickets tr:last-child,
.tribe-events-tickets-title,
.tribe-ticket,
.tribe-events-single-section-title {
  display: none; }

/*----------  E.T. Brackets  --*/
.brackets-item,
.brackets-payouts {
  margin-top: 1.5rem; }

h3.brackets-class {
  font-size: 1rem; }

.brackets-class-info {
  font-size: .875rem;
  color: #888; }

.brackets-info {
  margin: .5rem 0;
  font-size: .875rem; }

.brackets-table {
  width: 100%; }
  .brackets-table th,
  .brackets-table td {
    padding: .5rem 0;
    vertical-align: middle; }

.brackets-title,
.brackets-purse {
  border-top: 1px solid #ddd; }

.brackets-purse {
  font-size: 2rem;
  text-align: right; }

.brackets-purse-min {
  font-size: .8rem;
  color: #888; }

/*----------  SpringNationals  --*/
.springnationals-next {
  font-family: 'Teko', Helmet, Freesans, sans-serif;
  font-size: 3rem; }

/*----------  Fan Guide  --*/
.visiting-nav .menu {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -.5rem;
  padding: 0; }
  .visiting-nav .menu .menu-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .visiting-nav .menu a {
    display: block;
    margin: .5rem;
    padding: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.5;
    white-space: normal;
    color: #ee3a43;
    background-color: #fff;
    border: calc( .125rem + .125vw ) solid #ee3a43;
    border-radius: .5rem;
    text-align: center; }
    .visiting-nav .menu a i {
      display: block;
      margin: 0; }
      .visiting-nav .menu a i:before {
        font-size: 5rem;
        font-weight: 100;
        line-height: 1.2; }
    .visiting-nav .menu a:hover {
      color: #fff;
      background-color: #ee3a43; }

ul.connect-list {
  list-style: none;
  padding: 0; }

li.connect-item {
  display: block;
  margin: 0;
  padding: .75em 0; }
  li.connect-item:not(:first-child) {
    border-top: 1px solid #000000; }

.connect-link {
  font-size: 1.33rem; }

ul.facilities-list {
  list-style: none;
  padding: 0; }

li.facilities-item {
  display: block;
  margin: .75rem 0; }

.facilities-link {
  width: 100%;
  padding-top: .66em;
  padding-bottom: .5em;
  line-height: 1.2;
  white-space: normal; }
  .facilities-link.has_image {
    position: relative;
    z-index: 2;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-size: cover;
    background-position: center top;
    box-shadow: inset 0 0 30rem 0 rgba(0, 0, 0, 0.33); }
    .facilities-link.has_image:hover {
      box-shadow: inset 0 0 30rem 30rem #ebebeb; }

.travel_directions-copy ul {
  list-style: disc;
  padding-left: 1.1em; }

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0; }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

ul.hotels-list {
  list-style: none;
  padding: 0; }

li.hotels-item {
  margin-top: 1.5rem; }

h2.hotels-name {
  margin-top: .5em; }

.hotels-image {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  border: 1px solid #ccc; }
  .hotels-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 80%; }

ul.fan_photos-list {
  list-style: none;
  padding: 0; }

li.fan_photos-item {
  margin-top: 1.5rem;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

.fan_photos-image {
  height: 0;
  padding-bottom: 66%;
  background-size: cover;
  background-position: center center;
  border: 1px solid #ccc;
  cursor: pointer; }

/*----------  Records & Results  --*/
table.records {
  min-width: 75%; }
  table.records h2,
  table.records h3,
  table.records p {
    margin: 0; }
  table.records tbody th,
  table.records tbody td {
    border-top: 1px solid #ccc;
    vertical-align: top; }
  table.records th,
  table.records td {
    padding: 1rem .5rem 1rem 0; }
    table.records th:first-child,
    table.records td:first-child {
      width: 33%; }
  table.records h2 {
    font-size: 6vw; }
    @media (max-width: 500px) {
      table.records h2 {
        font-size: 30px; } }
    @media (min-width: 666.6666666667px) {
      table.records h2 {
        font-size: 40px; } }
  table.records h3 {
    margin-top: .5em; }
    
 .trackrecords-image {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 40px;
    border: 1px solid #bbb;
}

/*----------  News (blog)  --*/
.news-list {
  margin: 0; }

.news-item {
  padding: 3rem 0; }
  .news-item:not(:first-child) {
    border-top: .25rem solid #ccc; }

.news-item-image,
.news-image {
  margin-bottom: 1rem; }

.news-item-title {
  font-size: 1.75rem; }
  .news-item-title a {
    color: #000000; }

.news-item-date,
.news-item-categories {
  font-size: .875rem;
  color: #666666; }

h1.news-title {
  margin: 0; }

.blog_navigation {
  margin: 2rem -1px 0 -1px;
  border-top: 0.25rem solid rgba(0, 0, 0, 0.25); }

.blog_navigation-prev a,
.blog_navigation-next a {
  position: relative;
  display: inline-block;
  padding: 1em 0;
  font-size: .875rem;
  color: #ee3a43; }
  .blog_navigation-prev a:before, .blog_navigation-prev a:after,
  .blog_navigation-next a:before,
  .blog_navigation-next a:after {
    display: inline-block;
    font-family: 'dashicons';
    font-size: .875em;
    vertical-align: bottom; }

.blog_navigation-next {
  float: right; }
  .blog_navigation-next a:after {
    content: "\f344";
    margin-left: .5em; }

.blog_navigation-prev {
  float: left; }
  .blog_navigation-prev a:before {
    content: "\f340";
    margin-right: .5em; }

/*--------- FAQs --*/
.faqs-list {
  list-style: none;
  padding: 0; }

.faqs-item {
  padding-bottom: 1.5rem;
  border-bottom: .25rem solid #bbb; }

.faqs-q {
  cursor: pointer; }

.faqs-a {
  display: none; }

/*---------- Footer --*/
.main-footer {
  position: relative;
  font-size: .875rem;
  background-color: #fff; }
  .main-footer .container {
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .main-footer a:hover {
    color: #fff; }

.footer_a_d {
  padding: 1.5rem 0;
  text-align: center; }
  .footer_a_d img {
    border: 1px solid #ddd; }

.footer_skyline {
  display: block;
  height: 15vmin; }

.main-footer-content {
  color: #fff;
  background-color: #000000; }

.footer-nav ul {
  list-style: none;
  padding: 0; }
.footer-nav li {
  display: block; }
  .footer-nav li:not(:first-child) a {
    border-top: 1px solid rgba(255, 255, 255, 0.25); }
  .footer-nav li a:hover {
    color: #ee3a43; }
.footer-nav a {
  display: block;
  padding: .75em 0;
  font-family: 'Teko', Helmet, Freesans, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.66);
  text-transform: uppercase;
  letter-spacing: .1em; }
  .footer-nav a:hover {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none; }

.address {
  margin-top: 1.5rem;
  font-size: 1rem; }

.copyright {
  margin-top: .75rem;
  font-size: .75rem; }

.address,
.copyright {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5); }

@media screen and (min-width: 34em) {
  .ff-item,
  .shuffle__sizer {
    width: calc( 50% - 2.25rem ) !important; }

  .events_list-image {
    float: left;
    margin: 0;
    width: 10rem; }

  .events_list-content.with_image {
    margin-left: calc( 10rem + 1.5rem ); }
  .events_list-content:not(.with_image) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    .events_list-content:not(.with_image) .tribe-events-list-event-title {
      -webkit-box-flex: 5;
      -webkit-flex: 5 1 auto;
          -ms-flex: 5 1 auto;
              flex: 5 1 auto; }
    .events_list-content:not(.with_image) .tribe-events-event-meta {
      -webkit-box-flex: 4;
      -webkit-flex: 4 1 auto;
          -ms-flex: 4 1 auto;
              flex: 4 1 auto;
      text-align: right; }
    .events_list-content:not(.with_image) .tribe-events-list-event-description {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      min-width: 5rem;
      max-width: 5rem;
      text-align: right; } }
@media screen and (min-width: 48em) {
  .ff-item,
  .shuffle__sizer {
    width: calc( 33.3333333% - 1.95rem ) !important; }

  .entry-featured_image {
    float: right;
    margin: 0.2rem 0 1rem 1.5rem;
    max-width: 50%; }

  .news-image {
    float: left;
    margin: 0.2rem 1.5rem 1rem 0;
    max-width: 300px; }
    .news-image + .news-content {
      margin-left: 320px; } }
@media screen and (min-width: 62em) {
  .alignleft {
    float: left;
    margin: calc( 1.5rem + .25rem ) 1.5rem 1rem 0; }

  .alignright {
    float: right;
    margin: calc( 1.5rem + .25rem ) 0 1rem 1.5rem; }

  /*- main nav / header -*/
  .main-header {
    position: relative;
    height: 10rem;
    padding: 0 3rem;
    box-shadow: none; }
    .main-header .container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      height: 10rem; }
    .main-header .social-nav {
      margin-right: 0; }
      .main-header .social-nav li {
        margin: 1em 0 0 1em; }

  .main-header-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 2.5rem 0;
    height: 10rem;
    -webkit-transition: none;
    transition: none; }

  button.menu {
    display: none; }

  #navs {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    position: relative;
    top: auto;
    bottom: 1.4285714286rem;
    left: auto;
    right: auto;
    margin-left: 3rem;
    width: auto;
    height: auto;
    background: none;
    box-shadow: none; }

  .main-nav ul {
    margin-bottom: -0.75rem;
    margin-right: -0.75rem;
    padding: 0;
    background-color: transparent; }
  .main-nav li {
    display: inline-block;
    width: auto;
    padding: 0; }
    .main-nav li a {
      padding: 2.5rem 0.75rem;
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 0;
      color: #fff;
      letter-spacing: .05em;
      background-color: transparent;
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease; }
      .main-nav li a:hover {
        background-color: transparent; }
  .main-nav a:not(:last-child):hover,
  .main-nav .current_page_parent:not(:last-child) a,
  .main-nav .current_page_item:not(:last-child) a {
    color: #ee3a43;
    background-color: transparent; }

  .site-main {
    padding-top: 0; }

  .superhero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .superhero:before {
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.75) 0%, rgba(51, 42, 134, 0.75) 50%, rgba(51, 42, 134, 0) 100%);
      background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(51, 42, 134, 0.75) 50%, rgba(51, 42, 134, 0) 100%); }

  .superhero-image,
  .superhero-content {
    padding: 15vh 1.5rem; }

  .parallax_break {
    background-attachment: fixed; }

  .ff-item,
  .shuffle__sizer {
    width: calc( 25% - 1.8rem ) !important; }

  .news-item-image {
    float: left;
    width: 33%;
    margin-right: 1.5rem;
    border: 5px solid #fff;
    border-radius: .33em;
    box-shadow: 0 0 1px 0 #bbb; }

  .travel_directions-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .travel_directions-copy {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }

  .travel_directions-map {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 50%; }

  .main-footer .social-nav {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem; }
    .main-footer .social-nav li {
      margin: 1em 0 0 1em; }
      .main-footer .social-nav li:first-child {
        margin-left: 0; }

  .footer-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 24rem; }
  .footer-nav li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%; }
    .footer-nav li a {
      padding: .25em 0;
      border: none !important; }
  .footer-nav a {
    letter-spacing: .025em; }

  .byline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    .byline br {
      content: ' ';
      display: inline-block;
      width: .5rem; } }
