@charset "UTF-8";
/*!
Theme Name: Jon Stickley Trio - Black & White
Theme URI: http://underscores.me/
Author: Locke Crawford
Author URI: http://underscores.me/
Description: Custom Theme for Jon Stickley Trio
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jon-stickley-trio
Tags:

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

Jon Stickley Trio is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*  SECTIONS  ============================================================================= */
.section {
  clear: both;
  padding: 0px;
  margin: 0px; }

/*  GROUPING  ============================================================================= */
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

/*  GRID COLUMN SETUP   ==================================================================== */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%; }

.col:first-child {
  margin-left: 0; }

/* all browsers except IE6 and lower */
/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */
@media only screen and (max-width: 600px) {
  .col {
    margin: 0%; } }

/*  GRID OF TWO   ============================================================================= */
.span_2_of_2 {
  width: 100%; }

.span_1_of_2 {
  width: 49.2%; }

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 600px) {
  .span_2_of_2 {
    width: 100%; }
  .span_1_of_2 {
    width: 100%; } }

/*  GRID OF THREE   ============================================================================= */
.span_3_of_3 {
  width: 100%; }

.span_2_of_3 {
  width: 66.13%; }

@media only screen and (min-width: 600px) {
  .span_1_of_3 {
    width: 32.26%; } }

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 600px) {
  .span_3_of_3 {
    width: 100%; }
  .span_2_of_3 {
    width: 100%; } }

/*  GRID OF SIX   ============================================================================= */
.span_6_of_6 {
  width: 100%; }

.span_5_of_6 {
  width: 83.06%; }

.span_4_of_6 {
  width: 66.13%; }

.span_3_of_6 {
  width: 49.2%; }

.span_2_of_6 {
  width: 32.26%; }

.span_1_of_6 {
  width: 15.33%; }

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 600px) {
  .span_3_of_6 {
    width: 66.13%;
    padding: 0 0 0 10px; }
  .span_2_of_6 {
    width: 100%; }
  .span_1_of_6 {
    width: 32.26%; } }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.grecaptcha-badge {
  display: none !important; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.5; }

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 25, 2016 */
@font-face {
  font-family: 'wolf';
  src: url("../fonts/wolf_in_the_city-webfont.eot");
  src: url("../fonts/wolf_in_the_city-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/wolf_in_the_city-webfont.woff2") format("woff2"), url("../fonts/wolf_in_the_city-webfont.woff") format("woff"), url("../fonts/wolf_in_the_city-webfont.ttf") format("truetype"), url("../fonts/wolf_in_the_city-webfont.svg#wolf_in_the_cityregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'league-spartan-black';
  src: url("../fonts/league-spartan/WOFF2/LeagueSpartan-Black.woff2") format("woff2"), url("../fonts/league-spartan/WOFF/LeagueSpartan-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'league-spartan-medium';
  src: url("../fonts/league-spartan/WOFF2/LeagueSpartan-Medium.woff2") format("woff2"), url("../fonts/league-spartan/WOFF/LeagueSpartan-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'league-spartan-light';
  src: url("../fonts/league-spartan/WOFF2/LeagueSpartan-Light.woff2") format("woff2"), url("../fonts/league-spartan/WOFF/LeagueSpartan-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

h1.entry-title {
  margin: 10px 0px 20px 0px;
  padding: 0px;
  font-family: 'league-spartan-black', sans-serif;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 50px;
  color: #FFFFFF; }

.listenPage h1.entry-title {
  color: #FFFFFF; }

h2 {
  color: #101820;
  font-family: 'league-spartan-black', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 24px;
  margin: 0 0 10px 0; }

h2.entry-title {
  -webkit-column-span: all;
  /* Chrome, Safari, Opera */
  -moz-column-span: all;
  column-span: all; }
  h2.entry-title a, h2.entry-title a:visited {
    color: #101820;
    font-family: 'league-spartan-black', sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 45px;
    margin: 0 0 10px 0;
    padding: 0px;
    text-decoration: none; }

h2.entry-title a:hover {
  color: #101820; }

h3 {
  color: #101820;
  font-family: 'league-spartan-black', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0 0 10px 0; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

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, Consolas, "Andale Mono", "DejaVu Sans Mono", 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%; }

/*--------------------------------------------------------------
# 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-color: #000000;
  background-repeat: repeat;
  background-size: 200px 200px; }

blockquote, q {
  quotes: "" ""; }
  blockquote:before,
  blockquote:after, q:before,
  q:after {
    content: ""; }

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

ul, ol {
  margin: 0 0 1.5em 3em; }

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

/* MUSIC PLAYER */
.albumDetailWrapper {
  background: #101820;
  height: 88px;
  text-align: center;
  display: table;
  margin: 0 0 20px 0; }
  .albumDetailWrapper .albumDetails {
    background: #000000;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 66%; }
    .albumDetailWrapper .albumDetails .albumTitle {
      font-family: 'league-spartan-black', sans-serif;
      font-size: 15px;
      text-transform: uppercase;
      color: #FFFFFF;
      line-height: 18px; }
    .albumDetailWrapper .albumDetails .albumYear {
      font-family: 'league-spartan-light', sans-serif;
      font-size: 15px;
      color: #e6e7e8;
      line-height: 18px; }
  .albumDetailWrapper img {
    display: table-cell;
    float: right;
    height: 100%;
    width: auto; }

.albumGroups {
  clear: both;
  padding: 0px;
  margin: 0px 0 40px 0;
  overflow: hidden; }

@media screen and (min-width: 700px) {
  .albumDetailWrapper {
    height: 145px; }
  .albumGroups {
    margin: 0px; } }

.musicPlayer {
  position: relative; }

.wp-playlist {
  margin: 0px 0 20px 0 !important;
  padding: 0px !important; }

.wp-playlist-item-album, .wp-playlist-item-artist, .mejs-volume-button button, .mejs-volume-button, .mejs-horizontal-volume-total, .mejs-horizontal-volume-current, .mejs-horizontal-volume-handle {
  display: none !important; }

.wp-playlist-light {
  background: none !important;
  border: none !important; }

.wp-playlist-current-item {
  height: auto !important; }

.wp-playlist-current-item .wp-playlist-item-title {
  color: #FFFFFF;
  margin-left: 10px;
  font-family: 'league-spartan-medium', sans-serif;
  font-size: 18px;
  margin-bottom: 10px; }

.wp-playlist .wp-playlist-current-item img {
  display: none; }

.mejs-container, .mejs-container .mejs-controls {
  background: none !important;
  color: #FFFFFF;
  height: 40px !important;
  top: 2px; }

.mejs-controls .mejs-button button {
  background: none !important; }

.mejs-controls .mejs-time-rail .mejs-time-total, .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #1ECAD3 !important; }

.mejs-playpause-button {
  width: 40px !important;
  height: 40px !important;
  margin: 0 10px 0 0 !important; }

.wp-playlist .mejs-controls .mejs-button button {
  font-size: 20px !important;
  border: #1ECAD3 3px solid !important;
  width: 40px !important;
  height: 40px !important;
  color: #1ECAD3 !important;
  margin: 0px !important; }

.mejs-playpause-button.mejs-play button::before {
  content: "" !important;
  font-family: "fontawesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  text-decoration: inherit !important;
  -webkit-font-smoothing: antialiased !important;
  speak: none !important; }

.mejs-playpause-button.mejs-pause button::before {
  content: "" !important;
  font-family: "fontawesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  text-decoration: inherit !important;
  -webkit-font-smoothing: antialiased !important;
  speak: none !important; }

.mejs-container .mejs-controls .mejs-time {
  padding: 25px 3px 0 !important; }

.mejs-controls div.mejs-time-rail {
  padding-top: 20px !important; }

.wp-playlist-current-item {
  font-family: 'league-spartan-medium', sans-serif;
  font-size: 14px;
  position: absolute !important;
  color: #FFFFFF;
  width: 80% !important;
  left: 50px !important; }

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #FFFFFF !important; }

.albumLinks .itunesMargin {
  margin-right: 1%; }

.albumLinks a, .albumLinks a:visited {
  text-align: center;
  color: #939598;
  text-decoration: none;
  font-family: 'league-spartan-black', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 20px;
  border: #101820 solid 0px;
  text-decoration: none;
  background: #000000;
  letter-spacing: 1px;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px; }
  @media screen and (min-width: 385px) {
    .albumLinks a, .albumLinks a:visited {
      width: 49%;
      margin-bottom: 0px; } }
  .albumLinks a .itunesMargin, .albumLinks a:visited .itunesMargin {
    margin-right: 1%; }

.albumLinks a:hover {
  color: #1ECAD3;
  background: #000000;
  border: #101820 solid 0px; }

/* EVENT CALENDAR */
.eventBorders {
  padding: 20px 20px 0 0;
  margin: 0;
  overflow: hidden; }

.eventDates {
  background: #FFBF3C;
  color: #000000;
  text-align: center;
  padding: 5px 0; }

.col.span_1_of_6.eventDates {
  margin: 0 0 10px 1.6%; }

.calendarMonth, .calendarYear {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 13px; }

.calendarDay {
  font-family: 'league-spartan-black', sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 43px;
  margin: 0 0 3px 0; }

.eventName {
  font-family: 'league-spartan-black', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 20px; }

.eventLocation, .eventMeta {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #e6e7e8;
  line-height: 18px;
  margin-right: 5px; }

.eventDetailsButtons {
  margin: 0 0 10px 0; }
  .eventDetailsButtons a {
    width: 49%;
    text-decoration: none;
    display: inline-block;
    padding: 5px 0px;
    text-align: center; }
  .eventDetailsButtons a.eventDetails, .eventDetailsButtons a:visited.eventDetails {
    font-family: 'league-spartan-black', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #e6e7e8;
    background: #000000;
    border: 0px solid #e6e7e8;
    margin-right: 1%;
    width: 100%;
    margin-bottom: 10px; }
  .eventDetailsButtons a:hover.eventDetails {
    background: #000000;
    border: 0px solid #e6e7e8;
    color: #FFBF3C; }
  .eventDetailsButtons a.eventTickets, .eventDetailsButtons a:visited.eventTickets {
    font-family: 'league-spartan-black', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #e6e7e8;
    background: #000000;
    border: 0px solid #FFFFFF;
    width: 100%; }
  .eventDetailsButtons a:hover.eventTickets {
    background: #000000;
    border: 0px solid #FFFFFF;
    color: #FFBF3C; }

.eventsPage {
  background: #101820 !important;
  padding: 0 20px 40px 20px;
  margin: 60px auto 0 auto; }

.event-content {
  padding: 0px;
  margin: 20px auto 0 auto; }

@media all and (min-width: 601px) and (max-width: 800px) {
  .calendarDay {
    font-family: 'league-spartan-black', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 35px;
    margin: 0 0 3px 0; } }

.em-pagination {
  display: block;
  margin: 25px auto 0 auto;
  text-align: center; }
  .em-pagination .current {
    border: 1px solid #e6e7e8;
    color: #e6e7e8;
    padding: 5px 10px; }
  .em-pagination a.page-numbers {
    font-family: 'league-spartan-black', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 10px;
    background: #e6e7e8;
    color: #939598;
    text-decoration: none;
    border: 1px solid #e6e7e8; }

body {
  margin: 0px;
  padding: 0px; }

ul.resp-tabs-list {
  margin: 0px;
  padding: 0px; }

p {
  margin: 0px 0 20px 0;
  padding: 0px; }

.resp-tabs-list li {
  font-family: 'league-spartan-black', sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  list-style: none;
  cursor: pointer;
  float: left;
  width: 25%;
  height: auto;
  position: relative;
  line-height: 28px; }
  .resp-tabs-list li img {
    width: 100%;
    height: auto; }

img.aboutImage {
  position: relative;
  z-index: 1;
  opacity: .7; }

.resp-tabs-container {
  clear: left;
  font-family: 'Roboto', sans-serif;
  font-size: 14px; }

h2.resp-accordion {
  cursor: pointer;
  display: none; }

.resp-tab-content {
  display: none;
  padding: 15px 20px; }

li.resp-tab-active {
  border-bottom: none; }
  li.resp-tab-active img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    opacity: 1;
    background: #000000; }

.resp-content-active, .resp-accordion-active {
  display: block; }

.resp-tab-content {
  background: #FFFFFF; }

h2.resp-accordion {
  font-family: 'league-spartan-black', sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
  line-height: 28px; }

h2.resp-tab-active {
  margin-bottom: 0px !important; }

/*-----------Trio styles-----------*/
.aboutTabName {
  position: absolute;
  z-index: 2; }

li .aboutBand {
  background-color: #000000; }
  li .aboutBand .aboutTabName {
    top: 55%;
    width: 25%;
    left: 8%; }

li .aboutJon {
  background-color: #000000; }
  li .aboutJon .aboutTabName {
    top: 65%;
    left: 8%; }

li .aboutLyndsay {
  background-color: #000000; }
  li .aboutLyndsay .aboutTabName {
    top: 75%;
    left: 8%; }

li .aboutPatrick {
  background-color: #000000; }
  li .aboutPatrick .aboutTabName {
    top: 85%;
    left: 8%; }

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #DBDBDB;
  /* !important;*/ }

.resp-easy-accordion h2.resp-accordion {
  display: block; }

.resp-jfit {
  width: 100%;
  margin: 0px; }

.resp-tab-content-active {
  display: block; }

h2.resp-accordion img.aboutImage {
  position: relative;
  z-index: 1;
  opacity: .7;
  width: 100%; }

h2.resp-accordion.resp-tab-active img.aboutImage {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  opacity: 1; }

/*-----------Trio Accordian styles-----------*/
.aboutTabName {
  position: absolute;
  z-index: 2; }

h2 .aboutBand {
  background-color: #000000;
  width: 100%;
  height: 115px;
  overflow: hidden; }
  h2 .aboutBand img {
    top: -115px; }
  h2 .aboutBand .aboutTabName {
    top: 0;
    width: 90%;
    left: 8%; }

h2 .aboutJon {
  background-color: #000000;
  width: 100%;
  height: 115px;
  overflow: hidden; }
  h2 .aboutJon img {
    top: -100px; }
  h2 .aboutJon .aboutTabName {
    top: 65%;
    left: 8%; }

h2 .aboutLyndsay {
  background-color: #000000;
  width: 100%;
  height: 115px;
  overflow: hidden; }
  h2 .aboutLyndsay img {
    top: -115px; }
  h2 .aboutLyndsay .aboutTabName {
    top: 65%;
    left: 8%; }

h2 .aboutPatrick {
  background-color: #000000;
  width: 100%;
  height: 115px;
  overflow: hidden; }
  h2 .aboutPatrick img {
    top: -110px; }
  h2 .aboutPatrick .aboutTabName {
    top: 65%;
    left: 8%; }

.resp-tabs-container p {
  color: #333333; }

.resp-tabs-container a {
  color: #101820; }

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 600px) {
  ul.resp-tabs-list {
    display: none; }
  h2.resp-accordion {
    display: block; }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1; }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none; }
  .resp-accordion-closed {
    display: none !important; }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important; } }

@media all and (min-width: 601px) and (max-width: 999px) {
  .resp-tabs-list li {
    font-family: 'league-spartan-black', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-block;
    list-style: none;
    cursor: pointer;
    float: left;
    width: 25%;
    height: auto;
    position: relative;
    line-height: 20px; }
  li .aboutBand {
    background-color: #000000; }
    li .aboutBand .aboutTabName {
      top: 45%;
      width: 25%;
      left: 8%; } }

.woocommerce ul.products li.product a, .woocommerce ul.products li.product a:visited {
  color: #FFFFFF; }

.woocommerce ul.products li.product a:hover {
  color: #FFBF3C; }

.woocommerce ul.products li.product h3 {
  font-family: 'league-spartan-black', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  text-transform: uppercase; }

.woocommerce ul.products li.product span.price {
  font-family: 'league-spartan-black', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFFFFF; }

.woocommerce div.product p.price, .woocommerce-variation.single_variation, .woocommerce div.product span.price {
  font-family: 'league-spartan-black', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #FFFFFF !important; }

.woocommerce ul.products li.product .button, .woocommerce ul.products li.product a img {
  margin: 0px; }

.added_to_cart {
  text-align: center;
  font-family: 'league-spartan-black', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  width: 75px;
  margin: 0 auto; }

.woocommerce div.product .product_title {
  color: #FFFFFF;
  line-height: 55px; }

.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  color: #FFFFFF;
  font-size: 18px;
  padding: 10px 0px 0px 0px !important; }

.woocommerce a.button, .woocommerce a.button:visited, .woocommerce a.backToStore {
  text-align: center;
  color: #FFFFFF !important;
  text-decoration: none;
  font-family: 'league-spartan-black', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  border: #FFFFFF solid 2px;
  text-decoration: none;
  background: none;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%; }

.woocommerce a.button:hover, .woocommerce a:hover.backToStore {
  color: #FFFFFF !important;
  background: #101820;
  border: #101820 solid 2px; }

.woocommerce a.backToStore {
  margin: 0 0 10px 0; }

.woocommerce .button.wc-forward {
  width: auto; }

a.button, button.button, input.button, #review_form #submit, button[type="submit"].single_add_to_cart_button, .woocommerce button.button.alt, .woocommerce .cart .button, .woocommerce .cart input.button, a.checkout-button.button.alt.wc-forward, .woocommerce-page #payment #place_order, p.buttons a:hover.button, input.wpcf7-submit, .woocommerce button.button.alt {
  text-align: center !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
  font-family: 'league-spartan-black', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 10px !important;
  border: #000000 solid 5px !important;
  text-decoration: none !important;
  background-color: #101820 !important;
  letter-spacing: 1px !important;
  display: inline-block !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important; }

a:hover.button, .woocommerce a:hover.button, button:hover.button, input:hover.button, #review_form #submit:hover, button:hover[type="submit"].single_add_to_cart_button, .woocommerce button.button.alt:hover, a:hover.checkout-button.button.alt.wc-forward, .woocommerce-page #payment #place_order:hover, p.buttons a.button, input:hover.wpcf7-submit, .woocommerce button:hover.button.alt {
  color: #FFBF3C !important;
  background-color: none !important;
  border: #000000 solid 5px !important; }

.panel.entry-content.wc-tab, body.woocommerce-page .entry-content {
  -webkit-column-count: 1;
  /* Chrome, Safari, Opera */
  -moz-column-count: 1;
  /* Firefox */
  column-count: 1; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: #e6e7e8; }

.woocommerce .woocommerce-message, .woocommerce .woocommerce-info {
  border-top-color: #101820; }

.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-info:before {
  color: #101820; }

.woocommerce-checkout #payment {
  background: #FFFFFF; }

.single-product .product_meta, .woocommerce-tabs {
  display: none; }

.logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 540px;
  z-index: 2; }
  .logo a, .logo a:visited {
    font-family: 'wolf';
    text-decoration: none;
    font-size: 50px;
    color: #FFFFFF;
    display: block;
    text-align: center;
    line-height: 50px;
    left: -5px;
    position: relative; }
  .logo a:hover {
    color: #e6e7e8; }

@media screen and (min-width: 601px) {
  .logo a, .logo a:visited {
    font-size: 130px;
    line-height: 130px;
    left: -30px; } }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  background: #e6e6e6;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #FFFFFF;
    outline: none; }
  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: #FFFFFF;
    outline: none; }

button:hover {
  outline: none; }

button:active,
button:focus {
  outline: none; }

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: #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,
  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: #111; }

select {
  border: 1px solid #ccc; }

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"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

#mc4wp-form-1 {
  margin: 0 5px;
  display: inline-block; }

.mc4wp-form-fields {
  background: #FFBF3C;
  margin-bottom: 10px;
  padding: 5px 10px;
  display: inline-block;
  font-family: 'league-spartan-black', sans-serif;
  font-size: 16px;
  text-transform: uppercase; }
  .mc4wp-form-fields input[type="email"] {
    background: #101820;
    color: #FFFFFF;
    height: 30px;
    margin: 10px 10px 10px 10px;
    border-radius: 0px;
    border: 2px solid #101820;
    font-size: 16px;
    line-height: 30px;
    padding: 0 10px;
    font-family: 'league-spartan-medium', sans-serif;
    font-size: 16px; }
  .mc4wp-form-fields input[type="submit"] {
    background: #000000;
    color: #FFFFFF;
    border: 0px solid #101820;
    border-radius: 0px;
    font-size: 16px;
    height: 30px;
    padding: 0px 10px 2px 10px;
    text-align: center;
    margin: 10px 10px 10px 10px;
    font-family: 'league-spartan-medium', sans-serif;
    font-size: 16px; }
  .mc4wp-form-fields input:hover[type="submit"] {
    background: #101820;
    border: 0px solid #101820;
    color: #FFBF3C; }
  .mc4wp-form-fields ::-webkit-input-placeholder {
    color: #FFFFFF; }
  .mc4wp-form-fields :-moz-placeholder {
    /* Firefox 18- */
    color: #FFFFFF; }
  .mc4wp-form-fields ::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFFFFF; }
  .mc4wp-form-fields :-ms-input-placeholder {
    color: #FFFFFF; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #101820; }
  a:visited {
    color: #101820; }
  a:hover,
  a:focus,
  a:active {
    color: #939598;
    text-decoration: none; }
  a:focus {
    outline: thin dotted; }
  a:hover,
  a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
nav.main-navigation {
  width: 100%; }

.main-navigation {
  position: absolute;
  z-index: 3;
  top: 0;
  clear: both;
  display: block;
  float: left;
  width: 100%;
  right: 0px; }
  .main-navigation ul {
    display: none;
    list-style: none;
    padding-left: 0;
    text-align: center;
    padding: 20px 0 20px 0;
    margin: -20px 0 0 0;
    background: rgba(0, 0, 0, 0.9); }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    border-bottom: #939598 solid 3px;
    padding: 10px 0;
    position: relative;
    width: 320px;
    margin: 0px auto 0px auto; }
  .main-navigation li:last-child {
    border-bottom: none; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    font-family: 'league-spartan-black', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #FFFFFF; }
  .main-navigation a:hover {
    color: #e6e7e8; }

@media screen and (min-width: 700px) {
  .main-navigation a {
    font-family: 'league-spartan-black', sans-serif;
    font-size: 35px;
    text-transform: uppercase; } }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

.main-navigation.toggled {
  height: 100%; }

button.menu-toggle {
  background: none;
  border: none;
  font-size: 30px;
  color: #FFFFFF;
  position: absolute;
  right: 10px;
  top: 13px;
  line-height: 30px;
  padding: 0px 5px;
  margin: 0px; }

button[aria-expanded="true"] {
  color: #FFFFFF; }

.menuText {
  display: none; }

@media screen and (min-width: 500px) {
  button.menu-toggle {
    right: 20px;
    top: 15px; } }

@media screen and (min-width: 700px) {
  .menuText {
    font-family: 'league-spartan-medium', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFFFFF;
    display: block;
    right: 60px;
    top: 23px;
    position: absolute; } }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# 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. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# 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;
  table-layout: fixed; }

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.fixedHeader {
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 60px;
  padding: 0px;
  display: block; }
  .fixedHeader .logo {
    width: 75%; }
    @media screen and (min-width: 500px) and (max-width: 700px) {
      .fixedHeader .logo {
        top: 7px; } }
    .fixedHeader .logo a {
      font-size: 60px;
      line-height: 60px; }

.content-area {
  background: #101820;
  padding: 30px 20px 70px 20px;
  margin: 60px auto 0 auto; }

.site-main {
  margin: 0 auto;
  max-width: 1000px; }

.site {
  margin: 0 auto;
  max-width: 1200px;
  background: #101820; }

.entry-content, .about-content {
  background: #e6e7e8;
  padding: 20px;
  margin: 40px auto 0 auto;
  overflow: hidden; }

.shop-content {
  background: #101820;
  padding: 20px;
  margin: 40px auto 0 auto;
  overflow: hidden;
  color: #FFFFFF; }

.entry-meta {
  -webkit-column-span: all;
  /* Chrome, Safari, Opera */
  -moz-column-span: all;
  column-span: all;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  margin: 0 0 10px 0; }

@media screen and (min-width: 700px) {
  .fixedHeader {
    height: 85px; }
    .fixedHeader .logo {
      top: 0px; }
      .fixedHeader .logo a {
        font-size: 100px;
        line-height: 100px; }
  .content-area {
    margin: 65px auto 0px auto; }
  .entry-content {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2; } }

a.scrollToTop {
  display: block;
  background: #101820;
  height: 50px;
  width: 50px;
  margin: 0 auto 0px auto;
  color: #FFFFFF;
  font-size: 45px;
  text-align: center;
  position: relative;
  top: -50px;
  line-height: 40px; }

.footerNav {
  margin: 0 0 50px 0; }
  .footerNav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: center; }
  .footerNav li {
    list-style-type: none;
    text-align: center;
    display: inline-block;
    margin: 0 20px;
    padding: 0px; }
    .footerNav li a {
      color: #FFFFFF;
      text-decoration: none;
      font-family: 'league-spartan-black', sans-serif;
      font-size: 18px;
      text-transform: uppercase;
      letter-spacing: 1px;
      line-height: 30px; }
    .footerNav li a:hover {
      color: #e6e7e8; }

@media screen and (min-width: 600px) {
  a.scrollToTop {
    display: block;
    position: relative;
    top: -75px;
    margin: 20px 20px -20px auto; } }

.socialIcons {
  text-align: center;
  margin: 0 auto; }
  .socialIcons a {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    speak: none;
    color: #FFFFFF;
    text-decoration: none;
    background: #F5333F;
    width: 60px;
    height: 60px;
    font-size: 40px;
    line-height: 60px;
    margin: 0 5px;
    vertical-align: top; }
  .socialIcons a:hover {
    opacity: .5; }

.footerText {
  margin: 50px auto 75px auto;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #e6e7e8; }

.aboutPageImages img {
  width: 100%;
  height: auto; }

.aboutParagraph {
  display: block; }

@media all and (min-width: 601px) {
  .aboutPageImages img {
    float: left;
    width: auto;
    height: auto;
    margin: 0 10px 20px 0; } }

.no-margin {
  margin: 0px 0px 0px 0px !important; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Home Page
--------------------------------------------------------------*/
.site-branding {
  position: relative;
  text-align: center; }
  .site-branding .featureImage {
    position: relative;
    z-index: 1;
    width: 60%;
    margin: 40px auto; }

.home-content h1 {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  font-family: 'league-spartan-black', sans-serif;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 50px; }

.homeButtonWrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .homeButtonWrapper .homeButton {
    width: 50%;
    flex-grow: 2; }
    .homeButtonWrapper .homeButton a, .homeButtonWrapper .homeButton a:visited {
      text-align: center;
      color: #FFFFFF;
      text-decoration: none;
      font-family: 'league-spartan-black', sans-serif;
      font-size: 25px;
      text-transform: uppercase;
      padding: 3px 10px 0px 10px;
      border-top: #000000 solid 5px;
      border-left: #000000 solid 5px;
      border-right: #000000 solid 5px;
      border-bottom: #000000 solid 5px;
      text-decoration: none;
      display: block;
      background: none;
      letter-spacing: 2px;
      margin: 0px 5%; }
    .homeButtonWrapper .homeButton a:hover {
      color: #FFBF3C;
      background: #101820; }

.listen {
  background: url("../images/JS3_listen.svg") no-repeat top;
  width: 80px;
  height: 43px;
  margin: 0 auto 10px auto;
  display: block; }

.onTour {
  background: url("../images/JS3_tour.svg") no-repeat top;
  width: 80px;
  height: 43px;
  margin: 0 auto 10px auto;
  display: block; }

.aboutUs {
  background: url("../images/JS3_storebutton.svg") no-repeat top;
  width: 80px;
  height: 43px;
  margin: 0 auto 10px auto;
  display: block; }

@media screen and (min-width: 600px) {
  .homeButtonWrapper {
    font-size: 25px !important;
    position: relative;
    max-width: 1000px;
    margin: 0 auto 40px auto;
    bottom: 0px;
    z-index: 1;
    left: 0;
    right: 0;
    justify-content: space-between;
    flex-wrap: nowrap; }
    .homeButtonWrapper .homeButton {
      width: 30%; }
      .homeButtonWrapper .homeButton a, .homeButtonWrapper .homeButton a:visited {
        background: none;
        font-size: 25px !important;
        padding: 5px 10px;
        border-top: #000000 solid 10px;
        border-left: #000000 solid 10px;
        border-right: #000000 solid 10px;
        border-bottom: #000000 solid 10px; } }

.homepageNewsWrapper {
  background: #101820;
  margin: 0 auto;
  max-width: 1040px;
  padding: 25px 20px 50px 20px; }
  .homepageNewsWrapper h1 {
    color: #FFFFFF; }

.homepageNews {
  color: #FFFFFF !important;
  max-width: 1000px;
  margin: 0 auto;
  display: block; }
  .homepageNews a {
    color: #FFFFFF;
    text-decoration: underline; }
  .homepageNews a:hover {
    text-decoration: none; }
  .homepageNews h1 {
    -webkit-column-span: all;
    /* Chrome, Safari, Opera */
    -moz-column-span: all;
    column-span: all;
    font-family: 'league-spartan-black', sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    margin: 20px 0 20px 0;
    line-height: 45px;
    color: #FFFFFF !important; }
  .homepageNews h2 {
    -webkit-column-span: all;
    /* Chrome, Safari, Opera */
    -moz-column-span: all;
    column-span: all;
    font-family: 'league-spartan-black', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    margin: 20px 0 20px 0;
    line-height: 35px;
    color: #FFFFFF !important; }
  .homepageNews h3 {
    -webkit-column-span: all;
    /* Chrome, Safari, Opera */
    -moz-column-span: all;
    column-span: all;
    font-family: 'league-spartan-black', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    margin: 20px 0 20px 0;
    line-height: 25px; }
  .homepageNews a.seeAllNews, .homepageNews a:visited.seeAllNews {
    display: block;
    width: 100%;
    background: #000000;
    color: #FFFFFF;
    font-family: 'league-spartan-black', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px;
    border: #e6e7e8 0px solid;
    text-decoration: none;
    letter-spacing: 2px;
    text-align: center; }
  .homepageNews a:hover.seeAllNews {
    background: #000000;
    color: #FFBF3C;
    border: #e6e7e8 0px solid; }

@media screen and (min-width: 700px) {
  .homeButtonWrapper .homeButton a, .homeButtonWrapper .homeButton a:visited {
    font-size: 35px !important; }
  .homepageNews {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2; } }

.listenWrapper {
  background: #101820;
  padding: 40px 20px 40px 20px; }
  .listenWrapper .listenContent {
    max-width: 1000px;
    margin: 0 auto; }
  .listenWrapper h1 {
    color: #FFFFFF; }

.tourWrapper {
  background: #101820;
  padding: 25px 20px 25px 20px; }
  @media screen and (min-width: 600px) {
    .tourWrapper {
      padding: 0px 20px 25px 20px; } }
  .tourWrapper .tourContent {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 20px 0; }
  .tourWrapper h1 {
    color: #FFFFFF;
    margin-bottom: 0px; }

.tourWrapper .col.span_1_of_2, .eventsPage .col.span_1_of_2 {
  padding: 1% 0 30px 0px;
  border-bottom: 1px solid #FFBF3C;
  margin: 0 0 0px 0; }

.aboutWrapper {
  padding: 0 20px 75px 20px;
  background: #e6e7e8; }
  .aboutWrapper h1 {
    color: #939598; }

.maxContents {
  max-width: 1000px;
  margin: 0 auto; }

a.seeAllTour {
  font-family: 'league-spartan-black', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  padding: 20px 10px 0 10px;
  width: 250px;
  margin: 0 auto;
  text-decoration: none;
  display: block;
  letter-spacing: 1px; }

a:hover.seeAllTour {
  color: #FFBF3C; }

.ad-banner {
  background: #101820;
  text-align: center; }

.homepage-products-wrapper {
  padding: 40px 20px 40px 20px; }
  .homepage-products-wrapper h1 {
    color: #FFFFFF; }

.homepage-products {
  max-width: 1000px;
  margin: 0 auto; }

.newsletterWrapper {
  padding: 40px 20px 60px 20px;
  color: white;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center; }
  .newsletterWrapper p {
    text-align: center; }
  .newsletterWrapper h1 {
    color: #FFFFFF; }

.mc4wp-form.mc4wp-form-479 {
  display: inline-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-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## 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; }
