/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #000000;
  /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 0em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}
/* Search widget. */
.widget_search .search-submit {
  display: none;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.sticky-post {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFFFFF;
  background: rgba(225, 66, 18, 0.5);
  padding: 2rem;
}
.hentry {
  margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.entry-meta a {
  color: #eeeeee;
  font-style: italic;
}
@media all and (min-width: 0px) {
  .content-area {
    padding-top: 45px;
  }
}
@media all and (min-width: 768px) {
  .content-area {
    padding-top: 80px;
  }
}
@media screen and (max-width: 480px) {
  body.handheld .content-area {
    padding-top: 0;
  }
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*-----------------------------------------------------------------------------------*/
/*      Fifth Street Cross Wordpress Theme
/*      Updated March 26, 2025
/*-----------------------------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  background: #000000;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.custom-background {
  background-size: cover;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
button {
  outline: none!important;
}
/* Prevent ugly blue glow on chrome and safari */
/* Site container width */
.container {
  max-width: 1170px;
}
.center-block {
  float: none;
}
/* = Blocs
-------------------------------------------------------------- */
.bloc {
  width: 100%;
  clear: both;
  background: 50% 50% no-repeat;
  padding: 0 50px;
  background-size: cover;
}
.bloc .container {
  padding-left: 0;
  padding-right: 0;
}
/* Sizes */
.bloc-lg {
  padding: 100px 50px;
}
.bloc-md {
  padding: 50px;
}
.bloc-sm {
  padding: 20px 50px;
}
/* Background Effects */
.b-parallax {
  background-attachment: fixed;
}
/* Dark theme */
.d-bloc {
  color: rgba(255, 255, 255, 0.7);
}
.d-bloc button:hover {
  color: rgba(255, 255, 255, 0.9);
}
.d-bloc h1,
.d-bloc h2,
.d-bloc h3,
.d-bloc h4,
.d-bloc h5,
.d-bloc h6,
.d-bloc .ico {
  color: rgba(255, 255, 255, 0.9);
}
.d-bloc .icon-round,
.d-bloc .icon-square,
.d-bloc .icon-rounded,
.d-bloc .icon-semi-rounded-a,
.d-bloc .icon-semi-rounded-b {
  border-color: rgba(255, 255, 255, 0.9);
}
.d-bloc .divider-h span {
  border-color: rgba(255, 255, 255, 0.2);
}
.d-bloc a {
  color: rgba(255, 255, 255, 0.6);
}
.d-bloc a:hover {
  color: #ffffff;
}
.d-bloc .navbar-toggle .icon-bar {
  background: #ffffff;
}
.d-bloc .btn-wire,
.d-bloc .btn-wire:hover {
  color: #ffffff;
  border-color: #ffffff;
}
.d-bloc .panel {
  color: rgba(0, 0, 0, 0.5);
}
.d-bloc .panel button:hover {
  color: rgba(0, 0, 0, 0.7);
}
.d-bloc .panel h1,
.d-bloc .panel h2,
.d-bloc .panel h3,
.d-bloc .panel h4,
.d-bloc .panel h5,
.d-bloc .panel h6,
.d-bloc .ico {
  color: rgba(0, 0, 0, 0.7);
}
.d-bloc .panel icon {
  border-color: rgba(0, 0, 0, 0.7);
}
.d-bloc .panel .divider-h span {
  border-color: rgba(0, 0, 0, 0.1);
}
.d-bloc .panel a {
  color: rgba(0, 0, 0, 0.6);
}
.d-bloc .panel a:hover {
  color: #000000;
}
.d-bloc .panel .btn-wire,
.d-bloc .panel .btn-wire:hover {
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.3);
}
/* Light theme */
.l-bloc {
  color: rgba(0, 0, 0, 0.5);
}
.l-bloc h1,
.l-bloc h2,
.l-bloc h3,
.l-bloc h4,
.l-bloc h5,
.l-bloc h6,
.l-bloc .ico {
  color: rgba(0, 0, 0, 0.7);
}
.l-bloc .icon-round,
.l-bloc .icon-square,
.l-bloc .icon-rounded,
.l-bloc .icon-semi-rounded-a,
.l-bloc .icon-semi-rounded-b {
  border-color: rgba(0, 0, 0, 0.7);
}
.l-bloc .divider-h span {
  border-color: rgba(0, 0, 0, 0.1);
}
.l-bloc a {
  color: rgba(0, 0, 0, 0.6);
}
.l-bloc a:hover {
  color: #000000;
}
.l-bloc .navbar-toggle .icon-bar {
  color: rgba(0, 0, 0, 0.6);
}
/* Row Margin Offsets */
.voffset {
  margin-top: 1em;
}
.voffset-lg {
  margin-top: 80px;
}
/* Bloc text custom styling */
/* = Bric adjustment margins
-------------------------------------------------------------- */
.mg-md {
  margin-top: 10px;
  margin-bottom: 20px;
}
img.mg-sm,
img.mg-md,
img.mg-lg {
  margin-top: 0;
}
img.mg-sm {
  margin-bottom: 10px;
}
img.mg-md {
  margin-bottom: 30px;
}
img.mg-lg {
  margin-bottom: 50px;
}
/* = Icons
-------------------------------------------------------------- */
.icon-sm {
  font-size: 18px!important;
}
.panel-sq,
.panel-sq .panel-heading,
.panel-sq .panel-footer {
  border-radius: 0;
}
.panel-rd {
  border-radius: 30px;
}
.panel-rd .panel-heading {
  border-radius: 29px 29px 0 0;
}
.panel-rd .panel-footer {
  border-radius: 0 0 29px 29px;
}
/* = Forms
-------------------------------------------------------------- */
.form-control {
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
}
/* Empty space fillers - Used on empty blocs to fill them out */
.empty-column,
.empty-column.thin {
  width: 100%;
  height: 350px;
  display: inline-block;
}
.empty-column {
  height: 350px;
}
.empty-column.thin {
  height: 150px;
}
/* iFrame */
iframe {
  border: 0;
}
/* = Custom Colour Styling
-------------------------------------------------------------- */
/* Background colour styles */
.bgc-white {
  background-color: #ffffff;
}
.bgc-medium-red-violet {
  background-color: #B52879;
}
/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px) {
  .bloc {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
  .b-parallax {
    background-attachment: scroll;
  }
  .page-container,
  #hero-bloc {
    overflow-x: hidden;
    position: relative;
  }
  /* Prevent unwanted side scroll on mobile */
}
@media (max-width: 767px) {
  .page-container {
    overflow-x: hidden;
    position: relative;
  }
  .bloc {
    padding-left: 0;
    padding-right: 0;
    background-size: auto 200%;
  }
  .b-parallax {
    background-attachment: scroll;
  }
  .btn.pull-left,
  .btn.pull-right {
    float: none!important;
  }
  .bloc-group .bloc {
    display: block;
    width: 100%;
  }
  .bloc-tile-2 .container,
  .bloc-tile-3 .container,
  .bloc-tile-4 .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bloc-xxl,
  .bloc-xl,
  .bloc-lg {
    padding: 40px 0;
  }
  .bloc-sm,
  .bloc-md {
    padding-left: 0;
    padding-right: 0;
  }
  .a-block {
    text-align: center;
  }
  .voffset-md {
    margin-top: 20px;
  }
  .voffset-lg {
    margin-top: 30px;
  }
  form {
    padding: 5px;
  }
}
#halftone {
  background: radial-gradient(rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.4) 46%), radial-gradient(rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.4) 46%);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  pointer-events: none;
  background-position: 0 0, 2px 2px;
  background-size: 4px 4px, 4px 4px, 100%;
  background-repeat: repeat, repeat, no-repeat;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* Text Decoration */
/*--------------------------------------------------------------
## Loading Graphic from loading.less
--------------------------------------------------------------*/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ef7137;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 9999991;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FFFFFF;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #b2270e;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}
@keyframes spin {
  0% {
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #E14212;
  z-index: 1000;
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */
}
#loader-wrapper .loader-section.section-left {
  left: 0;
}
#loader-wrapper .loader-section.section-right {
  right: 0;
}
.loaded #loader-wrapper .loader-section.section-left {
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-wrapper .loader-section.section-right {
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
  visibility: hidden;
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  transition: all 0.3s 1s ease-out;
}
/* JavaScript Turned Off */
.no-js #loader-wrapper {
  display: none;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* = Buttons
-------------------------------------------------------------- */
.btn.pull-right {
  margin: 0 0 5px 5px;
}
.btn-d,
.btn-d:hover,
.btn-d:focus {
  color: #FFF !important;
  background: rgba(0, 0, 0, 0.3);
}
/* Prevent ugly blue glow on chrome and safari */
button {
  outline: none!important;
}
button.btn-sq {
  border-radius: 0px;
}
button.btn-rd {
  border-radius: 40px;
}
button.btn-wire,
button.btn-wire a {
  background-color: rgba(238, 238, 238, 0.1);
  border: 2px solid rgba(238, 238, 238, 0.5);
  transition: all 300ms ease-out;
}
button.btn-wire:hover,
button.btn-wire a:hover,
button.btn-wire:focus,
button.btn-wire a:focus {
  border: 2px solid #eeeeee;
  background-color: #FFFFFF;
}
button.btn-wire-rounded,
button.btn-wire a-rounded {
  background-color: rgba(238, 238, 238, 0.1);
  border: 2px solid rgba(238, 238, 238, 0.5);
  transition: all 300ms ease-out;
  padding: 1rem 1.5rem;
  border-radius: 4rem;
  behavior: url('/bower_components/pie/PIE.htc');
}
button.btn-wire-rounded:hover,
button.btn-wire a-rounded:hover,
button.btn-wire-rounded:focus,
button.btn-wire a-rounded:focus {
  border: 2px solid #eeeeee;
  background-color: #FFFFFF;
}
button.btn-clear,
button.btn-clear a {
  background-color: transparent;
  border: 1px solid transparent;
}
.btn-xl {
  padding: 16px 40px;
  font-size: 28px;
}
.a-btn {
  padding: 6px 10px 6px 0;
  line-height: 1.42857143;
  display: inline-block;
}
.text-center .a-btn {
  padding: 6px 0;
}
.a-block {
  width: 100%;
  text-align: left;
}
.icon-spacer {
  margin-right: 5px;
}
.btn .caret {
  margin: 0 0 0 5px;
}
.dropdown a .caret {
  margin: 0 0 0 5px;
}
.dropdown a .caret {
  margin: 0 0 0 5px;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: 'a_love_of_thunderregular';
  src: url('/wp-content/themes/fsx/fonts/a_love_of_thunder-webfont.eot');
  src: url('/wp-content/themes/fsx/fonts/a_love_of_thunder-webfont.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/fsx/fonts/a_love_of_thunder-webfont.woff2') format('woff2'), url('/wp-content/themes/fsx/fonts/a_love_of_thunder-webfont.woff') format('woff'), url('/wp-content/themes/fsx/fonts/a_love_of_thunder-webfont.ttf') format('truetype'), url('/wp-content/themes/fsx/fonts/a_love_of_thunder-webfont.svg#a_love_of_thunderregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DINCondRegular';
  src: url('/wp-content/themes/fsx/fonts/dinconreg-webfont.eot');
  src: url('/wp-content/themes/fsx/fonts/dinconreg-webfont.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/fsx/fonts/dinconreg-webfont.woff') format('woff'), url('/wp-content/themes/fsx/fonts/dinconreg-webfont.ttf') format('truetype'), url('/wp-content/themes/fsx/fonts/dinconreg-webfont.svg#DINCondRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
#font .headline {
  font-family: 'a_love_of_thunderregular', 'Avenir', 'Helvetica', 'Arial', 'sans-serif';
}
#font .body {
  font-family: "Roboto", sans-serif;
}
#font .helvetica {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}
#font .DIN {
  font-family: 'DINCondRegular', 'Avenir', 'Helvetica', 'Arial', 'sans-serif';
}
body,
input,
select,
textarea {
  font-family: "Roboto", sans-serif;
  color: #eeeeee;
  font-size: 12px;
  font-size: 1.6rem;
  line-height: 1.25;
  transition: all 300ms ease-out;
}
@media all and (min-width: 768px) {
  body,
  input,
  select,
  textarea {
    font-size: 15px;
    line-height: 1.5625;
  }
}
a {
  color: rgba(255, 255, 255, 0.7);
  transition: all 300ms ease-out;
}
a:hover,
a:focus {
  color: #FFFFFF;
}
h1,
h2,
h3,
h4,
h5,
h6,
button,
.btn,
label,
nav {
  clear: both;
  font-family: 'a_love_of_thunderregular', 'Avenir', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 700;
  color: #d5d5d5;
  transition: all 300ms ease-out;
}
p {
  font-family: "Roboto", sans-serif;
  margin-bottom: 1.5em;
}
ul,
ol {
  font-family: "Roboto", sans-serif;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
blockquote p {
  font-family: serif;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
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);
  font-size: 12px;
  font-size: 1.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  padding-left: 3px;
  width: 100%;
}
#header {
  position: relative;
  text-transform: uppercase;
}
#header a {
  color: rgba(238, 238, 238, 0.5);
  transition: all 300ms ease-out;
}
#header a:hover,
#header a:focus,
#header a:active {
  color: #eeeeee;
}
#header .current_page_item a {
  color: #eeeeee;
}
.fill {
  width: 100%;
  height: 100%;
  background-position: center top;
  background-size: cover;
}
.carousel,
.item,
.active {
  height: 100%;
}
.site-promo-footer {
  position: relative;
  width: 100%;
  background: url('/wp-content/themes/fsx/img/menspeloton-styled.jpg') center center no-repeat #f2682a;
  background-size: cover;
}
@media all and (min-width: 0px) {
  .site-promo-footer .promo-image {
    position: relative;
    height: 80px;
    margin: 0 auto;
    padding: 0.5rem 0;
    display: block;
  }
}
@media all and (min-width: 992px) {
  .site-promo-footer .promo-image {
    height: 150px;
    width: auto;
    position: absolute;
    top: -45px;
    left: 15%;
  }
}
.site-promo-footer .promo-text {
  font-family: 'DINCondRegular', 'Avenir', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  text-align: center;
  transition: all 300ms ease-out;
}
@media all and (min-width: 0px) {
  .site-promo-footer .promo-text {
    font-size: 24px;
  }
}
@media all and (min-width: 768px) {
  .site-promo-footer .promo-text {
    font-size: 30.6px;
  }
}
@media all and (min-width: 992px) {
  .site-promo-footer .promo-text {
    font-size: 36px;
  }
}
.site-promo-footer .promo-br-link {
  padding: 2rem 0;
}
@media all and (min-width: 0px) {
  .site-promo-footer .promo-br-link {
    margin: 0 auto;
    display: block;
  }
}
@media all and (min-width: 992px) {
  .site-promo-footer .promo-br-link {
    float: right;
    margin-left: 1.5rem;
    display: inline-block;
  }
}
.site-fixed-promo {
  position: relative;
}
.site-fixed-promo img {
  position: absolute;
  transform: rotate(-10deg);
  transition: all 300ms ease-out;
}
@media all and (min-width: 0px) {
  .site-fixed-promo img {
    top: 55px;
    left: 5%;
    width: 80px;
  }
}
@media all and (min-width: 480px) {
  .site-fixed-promo img {
    top: -80px;
  }
}
@media all and (min-width: 768px) {
  .site-fixed-promo img {
    width: 100px;
    top: 50px;
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .site-fixed-promo img {
    width: 125px;
    top: -50px;
  }
}
.site-fixed-promo img:hover,
.site-fixed-promo img:focus {
  transform: rotate(0);
}
.site-footer,
.site-info {
  font-size: 10.2px;
  font-family: 'a_love_of_thunderregular', 'Avenir', 'Helvetica', 'Arial', 'sans-serif';
}
.site-info {
  text-align: center;
}
@media all and (min-width: 0px) {
  .site-info {
    font-size: 9px;
  }
}
@media all and (min-width: 992px) {
  .site-info {
    font-size: 10.2px;
  }
}
.site-tagline {
  font-family: 'a_love_of_thunderregular', 'Avenir', 'Helvetica', 'Arial', 'sans-serif';
  text-align: center;
  padding: 1rem 0 0 0;
}
@media all and (min-width: 0px) {
  .site-tagline {
    font-size: 10.2px;
  }
}
@media all and (min-width: 992px) {
  .site-tagline {
    font-size: 12px;
  }
}
.site-footer {
  background: #000000;
  color: #FFFFFF;
}
.site-footer#home {
  padding-top: 40px;
}
.site-footer a {
  color: #cccccc;
  transition: all 300ms ease-out;
}
.site-footer a:hover,
.site-footer a:focus {
  color: #FFFFFF;
}
.nav-links {
  position: relative;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  border-top: 1px solid #eeeeee;
  margin: 1.5em 0 1.5em;
  padding: 1.5em 0 0 0;
  overflow: hidden;
}
.site-main .comment-navigation a,
.site-main .posts-navigation a,
.site-main .post-navigation a {
  color: rgba(238, 238, 238, 0.5);
  transition: all 300ms ease-out;
}
.site-main .comment-navigation a:hover,
.site-main .posts-navigation a:hover,
.site-main .post-navigation a:hover,
.site-main .comment-navigation a:focus,
.site-main .posts-navigation a:focus,
.site-main .post-navigation a:focus {
  color: #eeeeee;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 33.33333333%;
  padding: 0 0 0 25px;
}
.comment-navigation .nav-previous:before,
.posts-navigation .nav-previous:before,
.post-navigation .nav-previous:before {
  content: "\f137";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  color: rgba(238, 238, 238, 0.5);
}
.comment-navigation .nav-previous:before:hover,
.posts-navigation .nav-previous:before:hover,
.post-navigation .nav-previous:before:hover,
.comment-navigation .nav-previous:before:focus,
.posts-navigation .nav-previous:before:focus,
.post-navigation .nav-previous:before:focus {
  color: #eeeeee;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 33.33333333%;
  padding: 0 25px 0 ;
}
.comment-navigation .nav-next:before,
.posts-navigation .nav-next:before,
.post-navigation .nav-next:before {
  content: "\f138";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  right: 0;
  color: rgba(238, 238, 238, 0.5);
}
.comment-navigation .nav-next:before:hover,
.posts-navigation .nav-next:before:hover,
.post-navigation .nav-next:before:hover,
.comment-navigation .nav-next:before:focus,
.posts-navigation .nav-next:before:focus,
.post-navigation .nav-next:before:focus {
  color: #eeeeee;
}
/* = NavBar
-------------------------------------------------------------- */
@media all and (min-width: 0px) {
  body.admin-bar .navbar-fixed-top,
  body.admin-bar .navbar-fixed {
    top: 46px;
  }
}
@media all and (min-width: 992px) {
  body.admin-bar .navbar-fixed-top,
  body.admin-bar .navbar-fixed {
    top: 32px;
  }
}
.navbar {
  margin-bottom: 0;
  z-index: 100;
}
.navbar > .container .navbar-brand {
  margin-left: 0;
}
.navbar-brand {
  padding-left: 0;
  height: auto;
  width: auto;
}
@media all and (min-width: 0px) {
  .navbar-brand {
    padding: 5px 0;
  }
}
.navbar-brand img {
  display: block;
  position: relative;
  transition: all 300ms ease-out;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
}
.navbar-brand img:hover,
.navbar-brand img:focus {
  border-bottom: 2px solid #E14212;
}
@media all and (min-width: 0px) {
  .navbar-brand img {
    max-height: 32px;
    width: auto;
    margin: 0 auto;
  }
}
@media all and (min-width: 768px) {
  .navbar-brand img {
    max-height: 50px;
  }
}
.navbar-brand a {
  position: relative;
}
.navbar-home,
.navbar-fixed {
  background: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.navbar-home a,
.navbar-fixed a {
  transition: all 300ms ease-out;
}
.navbar-home a:hover,
.navbar-fixed a:hover,
.navbar-home a:focus,
.navbar-fixed a:focus {
  color: #FFFFFF;
}
.navbar-toggle {
  border: 0px;
  clear: none;
}
@media all and (min-width: 0px) {
  .navbar-toggle {
    margin: 5px 5px 0 0;
  }
}
@media all and (min-width: 768px) {
  .navbar-toggle {
    margin: 15px 10px 0 0;
  }
}
.navbar-toggle .icon-bar {
  background-color: #eeeeee;
  width: 90px/3;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  background: transparent!important;
}
.navbar-toggle:hover .icon-bar.line-01,
.navbar-toggle:focus .icon-bar.line-01 {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  transition-delay: 0;
  transform: translate3d(0, -7px, 0);
  behavior: url('/bower_components/pie/PIE.htc');
}
.navbar-toggle:hover .icon-bar.line-02,
.navbar-toggle:focus .icon-bar.line-02 {
  transition-delay: 70;
  transform: translate3d(0, -7px, 0);
  behavior: url('/bower_components/pie/PIE.htc');
}
.navbar-toggle:hover .icon-bar.line-03,
.navbar-toggle:focus .icon-bar.line-03 {
  transition-delay: 140;
  transform: translate3d(0, -7px, 0);
  behavior: url('/bower_components/pie/PIE.htc');
}
.navbar-toggle:hover .icon-bar.line-04,
.navbar-toggle:focus .icon-bar.line-04 {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  transition-delay: 210;
  transform: translate3d(0, -7px, 0);
  behavior: url('/bower_components/pie/PIE.htc');
}
@media all and (min-width: 0px) {
  .navbar-toggle {
    top: 3px;
    right: 0;
  }
}
@media all and (min-width: 480px) {
  .navbar-toggle {
    top: 0;
    right: 10px;
  }
}
.navbar-toggle.open {
  z-index: 99999;
  background: transparent;
  background-color: none;
  top: -10px;
}
.navbar-toggle.open .icon-bar {
  z-index: 9999;
}
.navbar-toggle.open .icon-bar:nth-child(5) {
  transform: translate(0px, 0px) rotate(-45deg) scalex(1.3);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.navbar-toggle.open .icon-bar:nth-child(2),
.navbar-toggle.open .icon-bar:nth-child(3) {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  background: 0;
}
.navbar-toggle.open .icon-bar:nth-child(4) {
  transform: translate(0px, 6px) rotate(45deg) scalex(1.3);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.navbar .nav {
  z-index: 1;
}
.navbar .nav > li {
  float: left;
}
@media all and (min-width: 768px) {
  .navbar .nav > li {
    padding: 0;
  }
}
.navbar .nav > li.current-menu-item a {
  color: #E14212;
}
.navbar .nav > li a {
  color: #a8310d;
  font-family: 'a_love_of_thunderregular', 'Avenir', 'Helvetica', 'Arial', 'sans-serif';
  border-bottom: 2px solid transparent;
}
@media all and (min-width: 0px) {
  .navbar .nav > li a {
    font-size: 12px;
  }
}
@media all and (min-width: 768px) {
  .navbar .nav > li a {
    margin: 15px 15px 10px;
    font-size: 15px;
    padding: 0;
  }
}
@media all and (min-width: 992px) {
  .navbar .nav > li a {
    margin: 13px 8px 8px;
    font-size: 12px;
  }
}
@media all and (min-width: 1200px) {
  .navbar .nav > li a {
    margin: 15px 15px 10px;
    font-size: 15px;
  }
}
@media all and (min-width: 0px) {
  .navbar .nav > li a:hover,
  .navbar .nav > li a:focus {
    background: transparent;
    color: #f38766;
    border-bottom: 2px solid #E14212;
  }
}
.icon-container {
  position: absolute;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
}
@media all and (min-width: 0px) {
  .icon-container {
    right: 0;
  }
}
.icon-container .icon-bar {
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 0, 0);
  behavior: url('/bower_components/pie/PIE.htc');
}
.icon-container .icon-bar.line-01 {
  top: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.icon-container .icon-bar.line-02 {
  top: 7px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.icon-container .icon-bar.line-03 {
  top: 14px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.icon-container .icon-bar.line-04 {
  top: 21px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
@media all and (min-width: 992px) {
  .navbar-brand-centered {
    position: absolute;
    left: 50%;
    display: block;
    width: 120px;
    text-align: center;
  }
  .navbar > .container .navbar-brand-centered,
  .navbar > .container-fluid .navbar-brand-centered {
    margin-left: -60px;
  }
}
.main-nav,
.secondary-nav {
  margin-bottom: 0;
}
@media all and (min-width: 0px) {
  .main-nav,
  .secondary-nav {
    margin-top: 2px;
  }
}
@media all and (min-width: 768px) {
  .main-nav,
  .secondary-nav {
    margin-top: 8px;
  }
}
@media all and (min-width: 768px) {
  .main-nav > li:first-child,
  .secondary-nav > li:first-child {
    padding-left: 0;
  }
}
@media all and (min-width: 768px) {
  .main-nav > li:last-child,
  .secondary-nav > li:last-child {
    padding-left: 0;
  }
}
@media all and (min-width: 0px) {
  .main-nav li {
    float: none;
  }
}
@media all and (min-width: 768px) {
  .main-nav li {
    float: left;
  }
}
.secondary-nav li a {
  border: none;
}
.secondary-nav li a:hover,
.secondary-nav li a:focus {
  border: none;
}
body.handheld.mobile .navbar {
  background: #333333;
  background-color: #4a4a4a;
  background-image: linear-gradient(top, #4a4a4a, #303030);
}
@media all and (min-width: 0px) {
  body.handheld.mobile .navbar-brand {
    padding: 10px 5px 5px;
  }
}
@media screen and (max-width: 767px) {
  body.handheld .main-nav li {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  body.handheld .secondary-nav li {
    width: 100%;
  }
}
body.handheld .secondary-nav li a {
  border: none;
}
@media screen and (max-width: 991px) {
  body.handheld .secondary-nav li a {
    margin-right: 30px!important;
    text-align: right;
  }
}
body.handheld .secondary-nav li a:hover,
body.handheld .secondary-nav li a:focus {
  border: none;
}
.navbar-nav .open .dropdown-menu > li > a {
  text-align: inherit;
}
.nav > li > .dropdown a {
  background: none!important;
  display: block;
  padding: 15px 15px;
}
nav .caret {
  margin: 0 5px;
}
@media (max-width: 991px) {
  .navbar .nav {
    padding-top: 0;
    float: none!important;
  }
  .navbar.row {
    margin-left: 0;
    margin-right: 0;
  }
  .site-navigation {
    position: inherit;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
  .navbar-collapse {
    overflow-x: hidden;
    box-shadow: none;
  }
}
@media (min-width: 992px) {
  .site-navigation {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translateY(-50%);
  }
  .nav-invert .site-navigation {
    left: 20px;
    right: 0;
  }
  .nav-center {
    text-align: center;
  }
  .nav-center .navbar .nav-center .navbar-header,
  .nav-center .navbar-brand,
  .nav-center .nav > li {
    float: none;
    display: inline-block;
  }
  .nav-center .site-navigation {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
}
/* 
 * Social Menu icons
 */
#menu-social-items li {
  display: block;
}
@media all and (min-width: 0px) {
  #menu-social-items li:first-child {
    padding-left: 0;
  }
}
@media all and (min-width: 480px) {
  #menu-social-items li:first-child {
    padding-left: 1rem;
  }
}
@media all and (min-width: 768px) {
  #menu-social-items li:first-child {
    padding-left: 0;
  }
}
#menu-social-items li:last-child {
  padding-right: 0;
}
#menu-social-items li a:hover,
#menu-social-items li a:focus {
  border-bottom: 2px solid transparent;
}
@media all and (min-width: 992px) {
  #menu-social-items li a {
    padding-left: 0.25em;
    padding-right: 0.25em;
  }
}
#menu-social-items li a::before {
  content: '\f0c0';
  display: inline-block;
  padding: 0 5px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
}
@media all and (min-width: 0px) {
  #menu-social-items li a::before {
    font-size: 24px;
  }
}
#menu-social-items li a[href*="wordpress.org"]::before {
  content: '\f205';
}
#menu-social-items li a[href*="facebook.com"]::before {
  content: '\f230';
}
#menu-social-items li a[href*="instagram.com"]::before {
  content: '\f16d';
}
#menu-social-items li a[href*="twitter.com"]::before {
  content: '\f081';
}
/*
 * Off Canvas
 * --------------------------------------------------
 */
@media all and (min-width: 0px) {
  .row-offcanvas {
    position: relative;
    transition: all 300ms ease-out;
  }
  .row-offcanvas-right {
    right: 0;
  }
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -300px;
    /* 6 columns */
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -300px;
    /* 6 columns */
  }
  .row-offcanvas-right.active {
    right: 300px;
    /* 6 columns */
  }
  .row-offcanvas-left.active {
    left: 300px;
    /* 6 columns */
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 300px;
    /* 6 columns */
    height: 100vh;
    background: #333333;
    padding-top: 80px;
    transition: all 300ms ease-out;
  }
  .sidebar-offcanvas ul.nav li {
    position: relative;
    display: block;
    float: none;
  }
  .sidebar-offcanvas ul.nav li a {
    position: relative;
    display: block;
    padding: 5px 15px;
  }
  .sidebar-offcanvas.active {
    right: 0;
  }
  .sidebar-offcanvas #menu-social-items.navbar-nav {
    margin: 0;
  }
}
.hero h1 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  behavior: url('/bower_components/pie/PIE.htc');
  transition: all 300ms ease-out;
}
@media all and (min-width: 0px) {
  .hero h1 {
    font-size: 24px;
  }
}
@media all and (min-width: 480px) {
  .hero h1 {
    font-size: 36px;
  }
}
.hero h2 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  behavior: url('/bower_components/pie/PIE.htc');
  transition: all 300ms ease-out;
}
@media all and (min-width: 0px) {
  .hero h2 {
    font-size: 21.6px;
  }
}
@media all and (min-width: 480px) {
  .hero h2 {
    font-size: 33.6px;
  }
}
.hero h3 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  behavior: url('/bower_components/pie/PIE.htc');
  transition: all 300ms ease-out;
}
@media all and (min-width: 0px) {
  .hero h3 {
    font-size: 19.2px;
  }
}
@media all and (min-width: 480px) {
  .hero h3 {
    font-size: 31.2px;
  }
}
.hero h4 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  behavior: url('/bower_components/pie/PIE.htc');
  transition: all 300ms ease-out;
}
@media all and (min-width: 0px) {
  .hero h4 {
    font-size: 16.8px;
  }
}
@media all and (min-width: 480px) {
  .hero h4 {
    font-size: 28.8px;
  }
}
.hero h5 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  behavior: url('/bower_components/pie/PIE.htc');
  transition: all 300ms ease-out;
}
@media all and (min-width: 0px) {
  .hero h5 {
    font-size: 14.4px;
  }
}
@media all and (min-width: 480px) {
  .hero h5 {
    font-size: 24px;
  }
}
.hero h6 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  behavior: url('/bower_components/pie/PIE.htc');
  transition: all 300ms ease-out;
}
@media all and (min-width: 0px) {
  .hero h6 {
    font-size: 12px;
  }
}
@media all and (min-width: 480px) {
  .hero h6 {
    font-size: 18px;
  }
}
.hero p {
  transition: all 300ms ease-out;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  behavior: url('/bower_components/pie/PIE.htc');
}
@media all and (min-width: 0px) {
  .hero p {
    font-size: 9.6px;
  }
}
@media all and (min-width: 480px) {
  .hero p {
    font-size: 12px;
  }
}
/* = Hero
-------------------------------------------------------------- */
.contained_image_bloc .bloc {
  transition: all 300ms ease-out;
  min-height: 500px;
}
@media all and (min-width: 0px) {
  .contained_image_bloc .bloc {
    padding: 0.5em;
    padding-left: -15px;
    padding-right: -15px;
  }
}
@media all and (min-width: 480px) {
  .contained_image_bloc .bloc {
    padding: 1.5em;
  }
}
@media all and (min-width: 768px) {
  .contained_image_bloc .bloc {
    padding: 3em;
  }
}
@media all and (min-width: 0px) {
  .contained_image_bloc p {
    padding-top: 45vh;
  }
}
@media all and (min-width: 768px) {
  .contained_image_bloc p {
    padding-top: 0;
  }
}
.hero {
  padding: 0;
  position: relative;
  background-size: cover;
}
.hero #front-page-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero img {
  max-width: 600px;
}
.hero .hentry {
  margin: 0;
}
#carousel-header {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -99;
  overflow: hidden;
  background-color: #000000;
  background-size: cover;
  background-position: center center;
  text-transform: uppercase;
}
.carousel-control-left {
  position: absolute;
  left: 25px;
  top: 50%;
}
.carousel-control-right {
  position: absolute;
  right: 25px;
  top: 50%;
}
.carousel-inner {
  height: 100%;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: auto;
  right: 0;
  top: 0;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.flex-container {
  display: flex;
  justify-content: center;
}
.vert-center {
  align-self: center;
}
.flex-center-vertically {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  min-height: 80vh;
}
.flex-start-vertically {
  align-self: flex-start;
}
.flex-end-vertically {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  min-height: 80vh;
}
.text-formatting-single-post {
  max-width: 700px;
  max-width: 70rem;
  margin: 0 auto;
}
@media all and (min-width: 0px) {
  .text-formatting-single-post {
    padding: 0 1rem;
  }
}
@media all and (min-width: 992px) {
  .text-formatting-single-post {
    padding: 0 4rem;
  }
}
.color-light-gray-text {
  color: rgba(238, 238, 238, 0.5);
}
.format-anchor-links {
  color: rgba(238, 238, 238, 0.75);
  transition: all 300ms ease-out;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}
.format-anchor-links:hover,
.format-anchor-links:focus {
  color: #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.format-anchor-links:active {
  text-decoration: none;
}
/*
 * for archive
 */
body.archive #primary {
  max-width: 700px;
  max-width: 70rem;
  margin: 0 auto;
}
@media all and (min-width: 0px) {
  body.archive #primary {
    padding: 0 1rem;
  }
}
@media all and (min-width: 992px) {
  body.archive #primary {
    padding: 0 4rem;
  }
}
/*
 * for single.php
 */
.just-cat-links {
  font-family: 'a_love_of_thunderregular', 'Avenir', 'Helvetica', 'Arial', 'sans-serif';
  color: rgba(238, 238, 238, 0.75);
  transition: all 300ms ease-out;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}
.just-cat-links:hover,
.just-cat-links:focus {
  color: #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.just-cat-links:active {
  text-decoration: none;
}
.cat-links,
.tags-links,
.just-cat-links {
  color: rgba(238, 238, 238, 0.5);
}
@media all and (min-width: 0px) {
  .cat-links,
  .tags-links,
  .just-cat-links {
    font-size: 10.2px;
  }
}
@media all and (min-width: 480px) {
  .cat-links,
  .tags-links,
  .just-cat-links {
    font-size: 12px;
  }
}
.cat-links a,
.tags-links a,
.just-cat-links a {
  color: rgba(238, 238, 238, 0.75);
  transition: all 300ms ease-out;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}
.cat-links a:hover,
.tags-links a:hover,
.just-cat-links a:hover,
.cat-links a:focus,
.tags-links a:focus,
.just-cat-links a:focus {
  color: #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.cat-links a:active,
.tags-links a:active,
.just-cat-links a:active {
  text-decoration: none;
}
.comments-area {
  max-width: 700px;
  max-width: 70rem;
  margin: 0 auto;
}
@media all and (min-width: 0px) {
  .comments-area {
    padding: 0 1rem;
  }
}
@media all and (min-width: 992px) {
  .comments-area {
    padding: 0 4rem;
  }
}
.entry-content,
.entry-header {
  max-width: 700px;
  max-width: 70rem;
  margin: 0 auto;
  position: relative;
}
@media all and (min-width: 0px) {
  .entry-content,
  .entry-header {
    padding: 0 1rem;
  }
}
@media all and (min-width: 992px) {
  .entry-content,
  .entry-header {
    padding: 0 4rem;
  }
}
.entry-content a,
.entry-header a {
  color: rgba(238, 238, 238, 0.75);
  transition: all 300ms ease-out;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}
.entry-content a:hover,
.entry-header a:hover,
.entry-content a:focus,
.entry-header a:focus {
  color: #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.entry-content a:active,
.entry-header a:active {
  text-decoration: none;
}
.entry-footer {
  max-width: 700px;
  max-width: 70rem;
  margin: 0 auto;
}
@media all and (min-width: 0px) {
  .entry-footer {
    padding: 0 1rem;
  }
}
@media all and (min-width: 992px) {
  .entry-footer {
    padding: 0 4rem;
  }
}
.entry-footer a {
  max-width: 700px;
  max-width: 70rem;
  margin: 0 auto;
  color: rgba(238, 238, 238, 0.75);
  transition: all 300ms ease-out;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}
.entry-footer a:hover,
.entry-footer a:focus {
  color: #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.entry-footer a:active {
  text-decoration: none;
}
.entry-footer a.no-border:hover,
.entry-footer a.no-border:focus {
  border: none;
}
.entry-footer .continue-reading {
  margin: 0 0.25em 0 0;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  transition: all 300ms ease-out;
}
@media all and (min-width: 0px) {
  .entry-footer .continue-reading {
    font-size: 12px;
  }
}
.entry-footer .continue-reading a:hover,
.entry-footer .continue-reading a:focus,
.entry-footer .continue-reading a:active {
  border-bottom: none;
}
.entry-footer .continue-reading a i {
  margin-left: 0.5em;
}
.entry-meta {
  margin-bottom: 1em;
  color: rgba(238, 238, 238, 0.5);
  padding-bottom: 2px;
}
@media all and (min-width: 0px) {
  .entry-meta {
    font-size: 9px;
  }
}
@media all and (min-width: 480px) {
  .entry-meta {
    font-size: 10.2px;
  }
}
.entry-meta a {
  color: rgba(238, 238, 238, 0.75);
  transition: all 300ms ease-out;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}
.entry-meta a:hover,
.entry-meta a:focus {
  color: #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.entry-meta a:active {
  text-decoration: none;
}
.entry-title {
  margin-bottom: 8px;
}
.entry-title-front-page {
  margin: 0 0 2px 0;
}
.byline {
  padding-right: 3px;
}
.index-box {
  position: relative;
  max-width: 700px;
  max-width: 70rem;
  padding: 0.5em 0 3rem;
  margin: 0 auto 2em;
  background: rgba(0, 0, 0, 0.75);
}
.index-box blockquote.alignleft {
  background: #FFFFFF;
  border: none;
}
@media all and (min-width: 1500px) {
  .index-box blockquote.alignleft {
    padding-left: 2em;
  }
}
.index-box blockquote.alignright {
  background: #FFFFFF;
  border: none;
}
@media all and (min-width: 1200px) {
  .index-box blockquote.alignright {
    padding-right: 2em;
  }
}
.index-box .entry-header,
.index-box .entry-content,
.index-box .entry-footer {
  padding: 0 4rem;
}
.small-index-thumbnail {
  position: relative;
  margin-top: -0.5em;
  margin-bottom: 1em;
  transition: all 300ms ease-out;
}
.small-index-thumbnail:hover,
.small-index-thumbnail:focus {
  opacity: 0.8;
}
.small-index-thumbnail img {
  display: block;
  margin: 0 auto;
}
.format-video .small-index-thumbnail :before {
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-family: FontAwesome;
  font-size: 500%;
  content: '\f01d';
  position: absolute;
  top: 25%;
  left: 50%;
  margin: 0 0 0 -0.5em;
  padding: 0;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  behavior: url('/bower_components/pie/PIE.htc');
}
.format-video .small-index-thumbnail :before:hover,
.format-video .small-index-thumbnail :before:focus {
  color: #FFFFFF;
}
.single-post-thumbnail {
  position: relative;
}
.single-post-thumbnail img {
  display: block;
  margin: 0 auto;
}
.front-index-thumbnail {
  position: relative;
}
.front-index-thumbnail img {
  display: block;
  margin: 0 auto;
  transition: all 300ms ease-out;
}
.front-index-thumbnail img:hover,
.front-index-thumbnail img:focus {
  opacity: 0.8;
}
@media all and (min-width: 0px) {
  .front-index-thumbnail {
    margin-bottom: 0;
  }
}
@media all and (min-width: 768px) {
  .front-index-thumbnail {
    margin-bottom: -3.2em;
  }
}
.has-thumbnail {
  position: relative;
  margin-top: -8em;
}
/*
 * for video embeds
 */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sponsors-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}
@media all and (min-width: 480px) {
  .sponsors-group {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.sponsors-item {
  list-style-type: none;
  padding: 2rem;
}
.sponsors-item img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  transition: all 300ms ease-out;
}
@media all and (min-width: 0px) {
  .sponsors-item img {
    max-height: 8rem;
    max-width: 20rem;
  }
}
.sponsors-item img:hover,
.sponsors-item img:focus {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
@media all and (min-width: 0px) {
  .dataTables_length,
  .dataTables_filter {
    font-size: 10px;
  }
}
@media all and (min-width: 480px) {
  .dataTables_length,
  .dataTables_filter {
    font-size: 16px;
  }
}
.tablepress {
  font-family: "Roboto", sans-serif;
  color: #555555;
}
.tablepress tfoot th,
.tablepress thead th {
  background-color: rgba(0, 0, 0, 0.5) !important;
  font-family: 'a_love_of_thunderregular', 'Avenir', 'Helvetica', 'Arial', 'sans-serif';
  color: #eeeeee;
}
.tablepress-table-name {
  font-family: 'a_love_of_thunderregular', 'Avenir', 'Helvetica', 'Arial', 'sans-serif';
  padding: 0 0 20px;
}
/*# sourceMappingURL=_compiled.css.map */