/*!
Theme Name: Three Days Grace
Theme URI: http://threedaysgrace.com/
Author: FADE Agency
Author URI: https://fadeagency.com
Description: Offical Three Days Grace website theme.
Text Domain: three-days-grace

*/
@import url(https://fonts.googleapis.com/css?family=Cuprum:400,400i,700,700i);
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #313433;
  font-family: "Cuprum", Helvetica, sans-serif;
  font-weight: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1em;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff; }

#header h1 {
  font-size: 2em;
  color: #fff;
  text-transform: uppercase; }

@media (max-width: 600px) {
  #header {
    font-size: 0.7em; } }

h2 {
  color: #f40007; }

h1.page-title {
  font-size: 2em;
  color: #fff;
  background: black;
  text-align: center;
  text-transform: uppercase;
  padding: 0.5em; }

#newsletter h2 {
  color: black;
  font-size: 1.4em; }

#newsletter p {
  color: #c5c5c5;
  font-size: 0.8em; }

#newsletter .page-title {
  color: black; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
ul,
ol {
  margin: 0 0 1.5em 1em; }

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; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

#header {
  color: #fff;
  background: url(./img/bg-page.jpeg) no-repeat center center fixed;
  background-size: cover;
  text-align: center; }
  @media (max-width: 600px) {
    #header {
      padding-bottom: 10px; } }

.header-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  padding: 100px 0 100px 0; }
  @media (max-width: 600px) {
    .header-grid {
      flex-direction: column;
      padding: 20px 0 20px 0; } }
  .header-grid .item {
    margin: 10px;
    flex-basis: 50%; }

.header-grid-page {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch; }
  @media (max-width: 600px) {
    .header-grid-page {
      flex-wrap: wrap; } }
  .header-grid-page .item-promo {
    flex-basis: 33%; }
    @media (max-width: 600px) {
      .header-grid-page .item-promo {
        flex-basis: 100%; } }
  .header-grid-page .item-cover {
    flex-basis: 33%; }
    @media (max-width: 600px) {
      .header-grid-page .item-cover {
        flex-basis: 0;
        display: none; } }
  .header-grid-page .item-promo-buttons {
    flex-basis: 33%; }
    @media (max-width: 600px) {
      .header-grid-page .item-promo-buttons {
        flex-basis: 100%;
        margin-top: 20px; } }

.promo-cover {
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.4);
  margin-top: 15px; }

li.community-nav a {
  color: #f40007; }
  li.community-nav a:hover {
    color: #c5c5c5; }

#footer {
  color: #c5c5c5;
  font-size: 0.8em;
  text-align: center;
  padding: 20px 0 10px 0;
  background: black;
  margin-top: 30px; }
  #footer p {
    margin-top: 30px; }
  #footer a {
    color: #f40007; }
    #footer a:hover {
      color: #fff; }
  #footer .fab {
    color: black; }

#footer .footer-link a {
  color: #c5c5c5; }
  #footer .footer-link a:hover {
    color: #fff; }

.fa-stack {
  display: inline-block;
  height: 1.8em;
  line-height: 1.8em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-2x {
  font-size: 1.8em; }

.fa-2x {
  font-size: 1.8em; }

#news {
  text-align: center;
  padding-bottom: 20px; }

#tour {
  text-align: center;
  padding-bottom: 20px; }

.news-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 3fr;
  grid-template-columns: 1fr 3fr;
      grid-template-areas: "news-left news-right";
  grid-gap: 20px; }
  @media (max-width: 800px) {
    .news-grid {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      -ms-grid-rows: auto 20px auto;
          grid-template-areas: "news-left" "news-right"; } }

.news-left {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: news-left; }

.news-single-grid > .news-left {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }

.news-right {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: news-right; }

.news-single-grid > .news-right {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }

@media (max-width: 800px){
    .news-left {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .news-right {
    -ms-grid-row: 3;
    -ms-grid-column: 1; } }

.news-content {
  background: black;
  padding: 20px;
  border-radius: .25em;
  margin-bottom: 30px;
  text-align: left;
  font-size: 1.3em;
  line-height: 1.3em; }

.news-date {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff; }

.news-title a {
  font-size: 1em;
  line-height: 1em; }
  .news-title a:hover {
    color: #fff; }

.news-title {
  font-size: 1.6em;
  line-height: 1em;
  color: #fff; }

.news-img {
  max-height: 300px;
  overflow: hidden;
  border-radius: .25em; }

.news-img-single {
  border-radius: .25em; }

.next-prev {
  text-align: center;
  margin-bottom: 30px; }

.next-prev a {
  font-size: 1.4em;
  text-transform: uppercase;
  background-color: black;
  border: 1px solid black;
  border-radius: .25rem;
  color: #fff;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 5px; }
  .next-prev a:hover {
    background-color: #0d0d0d;
    color: #f40007;
    border: 1px solid #0d0d0d; }

/* PAGENAVI styles. */
.page-navigation {
  text-align: center;
  margin: 50px 0; }

.wp-pagenavi a,
.wp-pagenavi span {
  font-family: "Cuprum", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  padding: 10px 15px;
  margin-right: 2px;
  color: #fff;
  background: black;
  text-decoration: none;
  border-radius: .25em; }

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: #fff;
  background: #313433; }

.wp-pagenavi span.current {
  font-weight: bold; }

.news-single-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 3fr;
  grid-template-columns: 1fr 3fr;
      grid-template-areas: "news-left news-right";
  grid-gap: 30px;
  line-height: 1.6em; }
  @media (max-width: 1200px) {
    .news-single-grid {
      -ms-grid-columns: 1fr 30px 2fr;
      grid-template-columns: 1fr 2fr;
          grid-template-areas: "news-left news-right"; }
    .news-single-grid > .news-left {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .news-single-grid > .news-right {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
  @media (max-width: 800px) {
    .news-single-grid {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      -ms-grid-rows: auto 30px auto;
          grid-template-areas: "news-left" "news-right"; }
    .news-single-grid > .news-left {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .news-single-grid > .news-right {
    -ms-grid-row: 3;
    -ms-grid-column: 1; } }

.center {
  text-align: center; }

.tour-grid {
  margin-bottom: 30px;
  padding: 10px;
  font-size: 1em; }
  .tour-grid .item {
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    background: black;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 2em;
    border-radius: 0.25em; }
    .tour-grid .item:hover {
      background: #0d0d0d;
      cursor: pointer; }
    @media (max-width: 600px) {
      .tour-grid .item {
        flex-direction: column; } }

.event-date {
  font-size: 1.5em;
  text-align: left;
  flex-basis: 15%;
  align-items: start;
  color: #f40007;
  margin-right: 10px; }
  @media (max-width: 600px) {
    .event-date {
      text-align: center; } }

.event-location {
  flex-basis: 70%;
  text-align: left;
  font-size: 1.2em; }
  @media (max-width: 600px) {
    .event-location {
      text-align: center; } }

.event-venue {
  text-align: left;
  font-size: 1.2em; }
  @media (max-width: 600px) {
    .event-venue {
      text-align: center; } }

.event-city {
  text-align: left;
  font-size: 1.5em; }
  @media (max-width: 600px) {
    .event-city {
      text-align: center; } }

.event-notes {
  font-size: 1em !important;
  line-height: 1.2em;
  color: #c5c5c5; }
  .event-notes p {
    font-size: 1em !important; }

.page-id-18 .event-notes,
.page-id-18 .event-toggle {
  display: none !important; }

.event-links {
  flex-basis: 15%;
  justify-content: flex-end;
  display: flex;
  align-items: center; }
  @media (max-width: 600px) {
    .event-links {
      text-align: center;
      justify-content: center;
      margin-top: 10px; } }

.event-info {
  margin: 10px 10px 0 0; }
  @media (max-width: 1200px) {
    .event-info {
      margin: 10px 5px 0 0; } }

.gigpress-tickets-link {
  font-size: 1em;
  text-transform: uppercase;
  background-color: #f40007;
  border: 1px solid #f40007;
  border-radius: 0.25rem;
  color: #fff;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block; }
  .gigpress-tickets-link:hover {
    background-color: #fff;
    color: #f40007;
    border: 1px solid #fff; }

.gigpress-artist-heading {
  display: none; }

.tour-navigation {
  text-align: center;
  margin-bottom: 50px; }

.seated-event-link1,
.seated-event-link1:visited,
.seated-event-link2,
.seated-event-link2:visited {
  font-family: "Cuprum", Helvetica, sans-serif !important;
  text-transform: uppercase !important;
  background-color: #f40007 !important;
  border: 1px solid #f40007 !important;
  padding: 10px 30px !important;
  text-align: center !important;
  text-decoration: none !important;
  display: inline-block !important;
  font-size: 1em !important;
  border-radius: 2px !important;
  color: #fff !important; }

.seated-event-link1:hover,
.seated-event-link2:hover {
  font-family: "Cuprum", Helvetica, sans-serif !important;
  text-transform: uppercase !important;
  background-color: #fff !important;
  border: 1px solid #fff !important;
  color: #313433 !important; }

.seated-event-row {
  padding: 20px 20px !important;
  margin-bottom: 10px !important;
  background-color: black !important;
  border-bottom: none !important; }
  .seated-event-row:hover {
    background-color: rgba(0, 0, 0, 0.7) !important; }

.seated-events-table {
  border-top: none !important; }

.seated-follow-text {
  font-weight: normal !important;
  font-size: 1.4em;
  color: #000;
  text-align: center;
  margin-bottom: 20px; }

.seated-event-details-cell {
  opacity: 0.8;
  margin-top: 10px; }

.seated-event-row {
  pointer-events: none; }

.seated-event-row a {
  pointer-events: auto; }

.seated-event-venue-cell {
  text-transform: uppercase !important; }

.seated-follow-link,
.seated-follow-link:visited {
  font-family: "Cuprum", Helvetica, sans-serif !important;
  text-transform: uppercase !important;
  background-color: #000 !important;
  border: 1px solid #000 !important;
  padding: 10px 30px !important;
  text-align: center !important;
  text-decoration: none !important;
  display: inline-block !important;
  font-size: 1.4em !important;
  border-radius: 1px !important;
  color: #fff !important; }

.seated-follow-link:hover {
  font-family: "Cuprum", Helvetica, sans-serif !important;
  text-transform: uppercase !important;
  color: #f40007 !important; }

.seated-follow-box-top {
  text-align: center;
  margin: 0 0 20px 0; }

.music-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: stretch;
  margin-bottom: 30px; }
  .music-grid article {
    width: 100%; }
    @media (max-width: 800px) {
      .music-grid article {
        min-height: auto; } }
  .music-grid .item {
    display: flex;
    flex-basis: 31%;
    text-align: center;
    background: black;
    border-radius: .25em;
    margin: 10px; }
    .music-grid .item:hover {
      background: #0d0d0d; }
    @media (max-width: 1200px) {
      .music-grid .item {
        flex-basis: 47%; } }
    @media (max-width: 800px) {
      .music-grid .item {
        flex-basis: 100%; } }
    .music-grid .item p {
      color: #fff;
      margin-top: 0; }

.music-img-outer {
  overflow: hidden;
  margin-bottom: 20px; }

.music-img {
  transition: all 0.5s ease; }
  .music-img:hover {
    opacity: 0.9;
    cursor: pointer;
    transform: scale(1.1); }

.music-single-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 3fr;
  grid-template-columns: 1fr 3fr;
      grid-template-areas: "music-left music-right";
  grid-gap: 30px;
  line-height: 1.6em; }
  @media (max-width: 1200px) {
    .music-single-grid {
      -ms-grid-columns: 1fr 30px 2fr;
      grid-template-columns: 1fr 2fr;
          grid-template-areas: "music-left music-right"; } }
  @media (max-width: 800px) {
    .music-single-grid {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      -ms-grid-rows: auto 30px auto;
          grid-template-areas: "music-left" "music-right"; } }

.music-left {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  display: -ms-grid;
  display: grid;
  grid-area: music-left;
  grid-auto-rows: minmax(min-content, max-content); }
  .music-left img {
    border-radius: .25em; }

.music-right {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  display: -ms-grid;
  display: grid;
  grid-area: music-right;
  grid-auto-rows: minmax(min-content, max-content);
  background: black;
  border-radius: .25em;
  padding: 20px;
  font-size: 1.3em;
  line-height: 1.3em; }

@media (max-width: 1200px){
    .music-left {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .music-right {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }

@media (max-width: 800px){
    .music-left {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .music-right {
    -ms-grid-row: 3;
    -ms-grid-column: 1; } }
  .music-right h1 {
    font-size: 2.5em;
    margin: 0 0 20px 0;
    color: #fff; }
  .music-right h2 {
    font-size: 1.6em;
    margin: 0 0 10px 0;
    color: #f40007; }

.music-spotify-player {
  width: 100%;
  margin-bottom: 30px; }

.music-label {
  text-transform: uppercase;
  margin-bottom: 20px; }

.music-title {
  margin: 10px 0 10px 0;
  color: #f40007;
  font-size: 2em; }

.music-date {
  margin: 10px 0 20px 0;
  color: #f40007;
  font-size: 1.2em; }

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin-bottom: 20px; }

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

.video-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: stretch;
  margin-bottom: 30px; }
  .video-grid .item {
    width: 48%;
    background: black;
    border-radius: 0.25em;
    margin: 10px; }
    @media (max-width: 1030px) {
      .video-grid .item {
        width: 100%; } }
    .video-grid .item h1 {
      text-align: center !important;
      color: #f40007; }
    @media (max-width: 800px) {
      .video-grid .item {
        min-height: auto; } }

.photos-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: stretch;
  margin-bottom: 30px; }
  .photos-grid article {
    width: 100%; }
    @media (max-width: 800px) {
      .photos-grid article {
        min-height: auto; } }
  .photos-grid .item {
    display: flex;
    flex-basis: 31%;
    text-align: center;
    background: black;
    border-radius: .25em;
    margin: 10px; }
    .photos-grid .item h3 {
      color: #f40007;
      font-size: 1.6em; }
    .photos-grid .item:hover {
      background: #0d0d0d; }
    @media (max-width: 1200px) {
      .photos-grid .item {
        flex-basis: 47%; } }
    @media (max-width: 800px) {
      .photos-grid .item {
        flex-basis: 100%; } }

.sl-caption {
  display: none !important; }

.card {
  background: black;
  padding: 20px;
  border-radius: .25em;
  font-size: 1.3em;
  text-align: left;
  margin: 0 0 30px 0; }

#give {
  text-align: center; }

.logo {
  margin-bottom: 30px; }

.gear-grid {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 1.2em;
  line-height: 1.2em; }
  .gear-grid article {
    background: black;
    padding: 20px;
    border-radius: .25em;
    margin: 10px;
    flex-basis: 22%; }
    @media (max-width: 1200px) {
      .gear-grid article {
        flex-basis: 45%; } }
    @media (max-width: 800px) {
      .gear-grid article {
        flex-basis: 100%; } }
  .gear-grid ul {
    margin: 0;
    padding: 0 0 0 20px; }

html {
  box-sizing: border-box;
  height: 100%; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #0d0d0d;
  background: url(./img/bg-page.jpeg) no-repeat center center fixed;
  background-size: cover;
  color: #c5c5c5;
  height: 100%;
  font-family: "Cuprum", Helvetica, sans-serif;
  font-size: 16px;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

hr {
  background-color: #fff;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px; }

.page-id-109,
.page-id-103 {
  text-align: center; }

.entry-content {
  text-align: center;
  background: black;
  border-radius: .25em;
  padding: 20px;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.4em; }

#main {
  flex: 1; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #fff;
  border-radius: 3px;
  background: black;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: .6em 1em .4em;
  transition: all 0.2s linear; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #fff; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: black; }

.btn-black {
  font-size: 1.4em;
  text-transform: uppercase;
  background-color: black;
  border: 1px solid black;
  border-radius: .25rem;
  color: #fff;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 5px; }
  @media (max-width: 800px) {
    .btn-black {
      font-size: 1em; } }
  .btn-black:hover {
    background-color: #0d0d0d;
    color: #f40007;
    border: 1px solid #0d0d0d; }

.btn-grey {
  font-size: 1.2em;
  text-transform: uppercase;
  background-color: #313433;
  border: 1px solid #313433;
  border-radius: .25rem;
  color: #fff;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 5px; }
  @media (max-width: 800px) {
    .btn-grey {
      font-size: 1em; } }
  .btn-grey:hover {
    background-color: #fff;
    color: #f40007;
    border: 1px solid #fff; }

.btn-small {
  font-size: 1em; }

.btn-x-small {
  font-size: 0.8em;
  padding: 2px 10px;
  border-radius: .2em; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #fff; }

select {
  border: 1px solid #fff; }

textarea {
  width: 100%; }

#mc_embed_signup {
  padding: 10px; }

#mc_embed_signup form {
  text-align: center;
  padding: 10px 0 10px 0; }

.mc-field-group {
  display: inline-block; }

/* positions input field horizontally */
#mc_embed_signup input.email {
  font-family: "Cuprum", Helvetica, sans-serif;
  font-size: 0.8em;
  border: 1px solid #c5c5c5;
  border-radius: 0;
  color: #f40007;
  background-color: #fff;
  box-sizing: border-box;
  height: 40px;
  padding: 1.4em;
  display: inline-block;
  margin: 0;
  width: 350px;
  vertical-align: top; }

#mc_embed_signup .clear {
  display: inline-block; }

/* positions button horizontally in line with input */
#mc_embed_signup .button {
  font-size: 0.8em;
  border: none;
  border-radius: 0;
  color: #fff;
  background-color: #f40007;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  display: inline-block;
  margin: 0;
  transition: all 0.2s linear;
  text-transform: uppercase; }

#mc_embed_signup .button:hover {
  background-color: black;
  color: #fff;
  cursor: pointer; }

#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em .5em 0em .5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both; }

#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em .5em .5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%; }

#mc_embed_signup #mce-error-response {
  display: none; }

#mc_embed_signup #mce-success-response {
  color: #f40007;
  display: none; }

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: .5em 0; }

@media (max-width: 768px) {
  #mc_embed_signup input.email {
    width: 100%;
    margin-bottom: 5px; }
  #mc_embed_signup .clear {
    display: block;
    width: 100%; }
  #mc_embed_signup .button {
    width: 100%;
    margin: 0; } }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #f40007;
  text-decoration: none;
  transition: all 0.2s linear; }
  a:hover, a:focus, a:active {
    color: #fff; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.header-nav {
  overflow: hidden;
  background: black; }

nav {
  text-align: center; }

nav ul {
  padding: 0;
  margin: 0; }

nav ul li {
  display: inline-block;
  padding: 5px; }

nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.3em;
  text-transform: uppercase; }
  nav ul li a:hover, nav ul li a:focus {
    color: #f40007; }

ul.social-icons {
  text-align: right !important;
  margin-bottom: 10px; }

.menu-icon {
  text-align: right;
  box-sizing: border-box;
  padding: 15px 10px;
  cursor: pointer;
  color: #f40007;
  display: none;
  text-align: right; }

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: #f40007;
  margin: 6px 0;
  transition: 0.4s; }

.change .bar1 {
  transform: rotate(-45deg) translate(-9px, 6px); }

.change .bar2 {
  opacity: 0; }

.change .bar3 {
  transform: rotate(45deg) translate(-8px, -8px); }

@media (max-width: 920px) {
  nav ul {
    max-height: 0px; }
  .showing {
    max-height: 600px;
    transition: all 0.5s ease; }
  nav ul li {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    text-align: right; }
    nav ul li a {
      font-size: 1.5em;
      display: block; }
  .menu-icon {
    padding: 5px;
    display: inline;
    float: right;
    margin-top: -12px; }
  nav {
    float: right; } }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both; }
.main-logo {
	padding-top: 2em;
}