@charset "UTF-8";
/*!
	Theme Name: Ottawa's Bluesfest 2022 Full Site
	Description: Ottawa Bluesfest 2022 Full Site
	Author: Mediaplus Advertising
	Version: 1.0
*/
/*//Fall Colors
$rouge: #bd3726;
$red: #e64625;
$sunset-orange: #f3653b;
$yellow: #fad04d;
$light-yellow: #fdf996;
$light-orange: #fad04d;
$orange: #faae1d;
$brown: #a06b17;
$mute-green: #81964d;
$mute-teal: #51947b;
$teal: #5ab598;
$light-blue: #cde0de;*/
/*! normalize.css 2012-02-07T12:107 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML10 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/10 & FF10
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/10 & FF10
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
  display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/10, FF10, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/1048/#c7100
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.4106bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S10
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.1em;
  margin: 0.81em 0;
}

h10 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.1em 0;
}

h10 {
  font-size: 0.81em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.71em;
  margin: 2.1em 0;
}

/*
 * Addresses styling not present in IE7/8/10, S10, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF10+, S4/10, Chrome
*/
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S10, Chrome
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/10
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/10, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test10
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}

/* 2 */
q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 710%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/41100
 */
sub,
sup {
  font-size: 710%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.1em;
}

sub {
  bottom: -0.21em;
}

/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/10, FF10
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE10
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/10, S10, O11
 */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.1em 0.621em 0.71em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/10
 * 2. Corrects text not wrapping in FF10 
 * 10. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 10 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF10+, S10, Chrome
 * 10. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 10 */
  *vertical-align: middle;
  /* 10 */
}

/*
 * Addresses FF10/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 10. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 10 */
}

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/10
 * 2. Removes excess padding in IE8/10
 * 10. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 110px;
  /* 10 */
  *width: 110px;
  /* 10 */
}

/*
 * 1. Addresses appearance set to searchfield in S10, Chrome
 * 2. Addresses box-sizing set to border-box in S10, Chrome (include -moz to future-proof)
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S10, Chrome on OS X
 */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF10+
 * www.sitepen.com/blog/2008/010/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/10
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Icons";
  src: url("resources/fonts/bf-icons/bf-icons-webfont.eot");
  src: url("resources/fonts/bf-icons/bf-icons-webfont.eot?#iefix") format("embedded-opentype"), url("resources/fonts/bf-icons/bf-icons-webfont.woff") format("woff"), url("resources/fonts/bf-icons/bf-icons-webfont.ttf") format("truetype"), url("resources/fonts/bf-icons/bf-icons-webfont.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* STRUCTURE */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url("resources/images/2020-background.jpg") no-repeat #000000;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  padding-top: 5em;
}

.nav-width {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.site-width {
  width: 1175px;
  margin: 0 auto;
  padding: 0;
}

.content-width {
  width: 1125px;
  margin: 0 auto;
  padding: 0;
}

.title {
  font-family: "Barlow Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  margin: 0;
  color: #357560;
  text-align: left;
  text-transform: uppercase;
  font-size: 2.4em;
}

.subtitle,
.subtitle a {
  font-family: "Barlow Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  margin: 0.5em 0 0;
  color: #BD3826;
  text-transform: uppercase;
  text-align: right;
  font-size: 1em;
  line-height: 1em;
}

.block-1 {
  background-image: url("resources/images/box-orange.png");
  background-size: 101% 101%;
  background-repeat: no-repeat;
  background-position: bottom;
}

.block-2 {
  background-image: url("resources/images/box-teal.png");
  background-size: 101% 101%;
  background-repeat: no-repeat;
  background-position: bottom;
}

.block-3 {
  background-image: url("resources/images/box-rouge.png");
  background-size: 101% 101%;
  background-repeat: no-repeat;
  background-position: bottom;
}

.bf-sponsor {
  width: 100%;
  height: auto;
}

.sponsors-row {
  margin: 0 -15px;
}

.dash-divider {
  border: 1px dashed gray;
  margin: 20px 0;
}

/* Column layout */
.bf-col-grid {
  padding: 5px;
}

.bf-block {
  padding: 15px;
}

@media (max-width: 767px) {
  .bf-col-responsive {
    width: 100%;
  }
}

/*!* Desktop Large *!
@media (min-width: 1521px) {
  .site-width {
    width: $desktop_large_site_width;
    margin: 0 auto;
    padding: 0;
  }
  .content-width {
    width: $desktop_large_site_width;
  }
}*/
/* Desktop Small */
@media (min-width: 1025px) and (max-width: 1285px) {
  .nav-width {
    width: 990px;
    margin: 0 auto;
    padding: 0;
  }

  body,
body p {
    font-size: 14px;
    line-height: 24px;
  }

  .site-width {
    width: 990px;
    margin: 0 auto;
    padding: 0;
  }

  .content-width {
    width: 940px;
  }
}
/* Tablets */
@media (min-width: 768px) and (max-width: 1024px) {
  .nav-width {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  body,
body p {
    font-size: 14px;
    line-height: 25px;
  }

  .site-width {
    width: 750px;
    margin: 0 auto;
    padding: 0;
  }

  .content-width {
    width: 700px;
  }
}
/* Small Tablets */
@media (min-width: 481px) and (max-width: 767px) {
  .nav-width {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  body,
body p {
    font-size: 11px;
    line-height: 22px;
  }

  .site-width {
    width: 460px;
    margin: 0 auto;
    padding: 0;
  }

  .content-width {
    width: 410px;
  }

  .title,
.subtitle,
.subtitle a {
    text-align: center;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .nav-width {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  body,
body p {
    font-size: 10px;
    line-height: 18px;
  }

  .site-width {
    width: 90%;
    margin: 0 5%;
    padding: 0;
  }

  .content-width {
    width: 90%;
    margin: 0 5%;
  }

  .title,
.subtitle,
.subtitle a {
    text-align: center;
  }
}
/* Portrait phones and down */
@media (max-width: 320px) {
  .nav-width {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .site-width {
    width: 90%;
    margin: 0 5%;
    padding: 0;
  }

  .content-width {
    width: 90%;
    margin: 0 5%;
  }

  .title,
.subtitle,
.subtitle a {
    text-align: center;
  }
}
.column {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}

.column-xs-1,
.column-sm-1,
.column-md-1,
.column-lg-1 {
  width: 8.3333333333%;
}

.column-offset-1 {
  margin-left: 8.3333333333%;
}

.column-xs-2,
.column-sm-2,
.column-md-2,
.column-lg-2 {
  width: 16.6666666667%;
}

.column-offset-2 {
  margin-left: 16.6666666667%;
}

.column-xs-3,
.column-sm-3,
.column-md-3,
.column-lg-3 {
  width: 25%;
}

.column-offset-3 {
  margin-left: 25%;
}

.column-xs-4,
.column-sm-4,
.column-md-4,
.column-lg-4 {
  width: 33.3333333333%;
}

.column-offset-4 {
  margin-left: 33.3333333333%;
}

.column-xs-5,
.column-sm-5,
.column-md-5,
.column-lg-5 {
  width: 41.6666666667%;
}

.column-offset-5 {
  margin-left: 41.6666666667%;
}

.column-xs-6,
.column-sm-6,
.column-md-6,
.column-lg-6 {
  width: 50%;
}

.column-offset-6 {
  margin-left: 50%;
}

.column-xs-7,
.column-sm-7,
.column-md-7,
.column-lg-7 {
  width: 58.3333333333%;
}

.column-offset-7 {
  margin-left: 58.3333333333%;
}

.column-xs-8,
.column-sm-8,
.column-md-8,
.column-lg-8 {
  width: 66.6666666667%;
}

.column-offset-8 {
  margin-left: 66.6666666667%;
}

.column-xs-9,
.column-sm-9,
.column-md-9,
.column-lg-9 {
  width: 75%;
}

.column-offset-9 {
  margin-left: 75%;
}

.column-xs-10,
.column-sm-10,
.column-md-10,
.column-lg-10 {
  width: 83.3333333333%;
}

.column-offset-10 {
  margin-left: 83.3333333333%;
}

.column-xs-11,
.column-sm-11,
.column-md-11,
.column-lg-11 {
  width: 91.6666666667%;
}

.column-offset-11 {
  margin-left: 91.6666666667%;
}

.column-xs-12,
.column-sm-12,
.column-md-12,
.column-lg-12 {
  width: 100%;
}

.column-offset-12 {
  margin-left: 100%;
}

@media (min-width: 1286px) {
  .column-lg-1 {
    width: 8.3333333333%;
  }

  .column-lg-2 {
    width: 16.6666666667%;
  }

  .column-lg-3 {
    width: 25%;
  }

  .column-lg-4 {
    width: 33.3333333333%;
  }

  .column-lg-5 {
    width: 41.6666666667%;
  }

  .column-lg-6 {
    width: 50%;
  }

  .column-lg-7 {
    width: 58.3333333333%;
  }

  .column-lg-8 {
    width: 66.6666666667%;
  }

  .column-lg-9 {
    width: 75%;
  }

  .column-lg-10 {
    width: 83.3333333333%;
  }

  .column-lg-11 {
    width: 91.6666666667%;
  }

  .column-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1285px) {
  .column-md-1 {
    width: 8.3333333333%;
  }

  .column-md-2 {
    width: 16.6666666667%;
  }

  .column-md-3 {
    width: 25%;
  }

  .column-md-4 {
    width: 33.3333333333%;
  }

  .column-md-5 {
    width: 41.6666666667%;
  }

  .column-md-6 {
    width: 50%;
  }

  .column-md-7 {
    width: 58.3333333333%;
  }

  .column-md-8 {
    width: 66.6666666667%;
  }

  .column-md-9 {
    width: 75%;
  }

  .column-md-10 {
    width: 83.3333333333%;
  }

  .column-md-11 {
    width: 91.6666666667%;
  }

  .column-md-12 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .column-sm-1 {
    width: 8.3333333333%;
  }

  .column-sm-2 {
    width: 16.6666666667%;
  }

  .column-sm-3 {
    width: 25%;
  }

  .column-sm-4 {
    width: 33.3333333333%;
  }

  .column-sm-5 {
    width: 41.6666666667%;
  }

  .column-sm-6 {
    width: 50%;
  }

  .column-sm-7 {
    width: 58.3333333333%;
  }

  .column-sm-8 {
    width: 66.6666666667%;
  }

  .column-sm-9 {
    width: 75%;
  }

  .column-sm-10 {
    width: 83.3333333333%;
  }

  .column-sm-11 {
    width: 91.6666666667%;
  }

  .column-sm-12 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .column-xs-1 {
    width: 8.3333333333%;
  }

  .column-xs-2 {
    width: 16.6666666667%;
  }

  .column-xs-3 {
    width: 25%;
  }

  .column-xs-4 {
    width: 33.3333333333%;
  }

  .column-xs-5 {
    width: 41.6666666667%;
  }

  .column-xs-6 {
    width: 50%;
  }

  .column-xs-7 {
    width: 58.3333333333%;
  }

  .column-xs-8 {
    width: 66.6666666667%;
  }

  .column-xs-9 {
    width: 75%;
  }

  .column-xs-10 {
    width: 83.3333333333%;
  }

  .column-xs-11 {
    width: 91.6666666667%;
  }

  .column-xs-12 {
    width: 100%;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

h1 {
  font: 700 2.8em/1.2em "Barlow Condensed", "Helvetica", "Arial", sans-serif;
}

h2 {
  font: 700 2.4em/1.2em "Barlow Condensed", "Helvetica", "Arial", sans-serif;
}

h3 {
  font: 700 1.6em/1.2em "Barlow Condensed", "Helvetica", "Arial", sans-serif;
}

h4 {
  font: 500 1.4em/1.2em "Barlow Condensed", "Helvetica", "Arial", sans-serif;
}

h5 {
  font: 500 1.2em/1.2em "Barlow Condensed", "Helvetica", "Arial", sans-serif;
}

h6 {
  font: 500 1em/1.4em "Barlow Condensed", "Helvetica", "Arial", sans-serif;
}

p {
  font: 500 17px/1.4em "Barlow", "Helvetica", "Arial", sans-serif;
}

a {
  color: #3d876f;
  -webkit-transition: color 100ms ease-in-out;
  transition: color 100ms ease-in-out;
  cursor: pointer;
}
a a:hover,
a a:focus,
a a:visited, a:hover {
  color: #5BB598;
  outline: none;
}

/* MENUS */
/* Classes for TinyMCE editor */
/*
WordPress classes
*/
/* CSS Document */
/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
  margin: 10px 0;
}

.alignleft,
img.alignleft {
  margin-right: 0.8em;
  display: inline;
  float: left;
}

.alignright,
img.alignright {
  margin-left: 0.8em;
  display: inline;
  float: right;
}

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone,
img.alignnone {
  /* not sure about this one */
}

.wp-caption {
  margin-bottom: 0.8em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/* SCREEN MODES */
/* SCREEN MODE ELEMENTS FOR JAVASCRIPT */
.screen-modes {
  height: 1px;
  width: 100%;
  margin: -1px 0 0;
  padding: 0;
}

.screen-mode {
  height: 1px;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* SCREEN MODES FOR DISPLAY */
.visible-desktop {
  display: block;
}

.visible-desktop-small {
  display: none;
}

.visible-tablet {
  display: none;
}

.visible-tablet-small {
  display: none;
}

.visible-landscape-phone {
  display: none;
}

.visible-portait-phone {
  display: none;
}

/* SCREEN MODE VISIBILITY */
/* All Responsive Browsers */
@media (min-width: 0px) {
  /* Set default to none */
  .visible-desktop {
    display: none;
  }

  .visible-desktop-small {
    display: none;
  }

  .visible-tablet {
    display: none;
  }

  .visible-tablet-small {
    display: none;
  }

  .visible-landscape-phone {
    display: none;
  }

  .visible-portait-phone {
    display: none;
  }
}
/* Desktop */
@media (min-width: 1286px) {
  .visible-desktop {
    display: block;
  }

  .hidden-desktop {
    display: none;
  }
}
/* Desktop Small */
@media (min-width: 1025px) and (max-width: 1285px) {
  .visible-desktop-small {
    display: block;
  }

  .hidden-desktop-small {
    display: none;
  }
}
/* Tablets */
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-tablet {
    display: block;
  }

  .hidden-tablet {
    display: none;
  }
}
/* Small Tablets */
@media (min-width: 481px) and (max-width: 767px) {
  .visible-tablet-small {
    display: block;
  }

  .hidden-tablet-small {
    display: none;
  }
}
/* Landscape phones and down */
@media (min-width: 321px) and (max-width: 480px) {
  .visible-landscape-phone {
    display: block;
  }

  .hidden-landscape-phone {
    display: none;
  }
}
/* Portrait phones and down */
@media (max-width: 320px) {
  .visible-portait-phone {
    display: block;
  }

  .hidden-portait-phone {
    display: none;
  }
}
.icon {
  font-family: "Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
}

.icon-sm {
  font-size: 1em;
}

.icon-md {
  font-size: 2em;
}

.icon-lg {
  font-size: 3em;
}

.icon-bf-icon-facebook:before {
  content: "\e900";
}

.icon-bf-icon-instagram:before {
  content: "\e901";
}

.icon-bf-icon-enveloppe:before {
  content: "\e902";
}

.icon-bf-icon-twitter:before {
  content: "\e903";
}

.icon-bf-icon-chevron-right:before {
  content: "\e904";
}

.icon-bf-icon-chevron-left:before {
  content: "\e905";
}

.icon-bf-icon-chevron-up:before {
  content: "\e906";
}

.icon-bf-icon-chevron-down:before {
  content: "\e907";
}

.btn {
  padding: 20px 12px;
  margin: 10px 0;
  line-height: 1;
  display: inline-block;
  width: auto;
  color: #ffffff;
  border-radius: 2px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 3px;
}
.btn:active, .btn:focus, .btn:hover, .btn:visited {
  text-decoration: none;
}

a.text-link {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Barlow Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 1.6em;
  margin: 0.5em 0;
}
a.text-link:hover, a.text-link:active, a.text-link:focus, a.text-link:visited {
  text-decoration: none;
  -webkit-transform: none;
          transform: none;
}

.btn-inline {
  margin: 0.15em 1em;
  padding: 0 5px;
  line-height: 1em;
  font-size: 1.6em;
  width: auto;
}

.btn-orange {
  position: relative;
  color: #ffffff;
  border: 2px solid #fac848;
  overflow: hidden;
  background-color: #F9B916;
}
.btn-orange span {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-family: "Barlow Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 0.8em;
}
.btn-orange:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  background-image: url("resources/images/box-orange.png");
  background-size: 101% 101%;
  background-repeat: no-repeat;
}
.btn-orange:active, .btn-orange:focus, .btn-orange:hover, .btn-orange:visited {
  color: #ffffff;
  background-color: #ffca43;
}
.btn-orange:active:before, .btn-orange:focus:before, .btn-orange:hover:before, .btn-orange:visited:before {
  opacity: 0.5;
}

.btn-pink {
  position: relative;
  color: #ffffff;
  border: 2px solid #f4aca2;
  overflow: hidden;
  background-color: #EE8375;
}
.btn-pink span {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-family: "Barlow Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 0.8em;
}
.btn-pink:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  background-image: url("resources/images/box-pink.png");
  background-size: 101% 101%;
  background-repeat: no-repeat;
}
.btn-pink:active, .btn-pink:focus, .btn-pink:hover, .btn-pink:visited {
  color: #ffffff;
  background-color: #ffa397;
}
.btn-pink:active:before, .btn-pink:focus:before, .btn-pink:hover:before, .btn-pink:visited:before {
  opacity: 0.5;
}

.btn-mint {
  position: relative;
  color: #ffffff;
  border: 2px solid #7ec5ae;
  overflow: hidden;
  background-color: #5BB598;
}
.btn-mint span {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-family: "Barlow Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 0.8em;
}
.btn-mint:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  background-image: url("resources/images/box-teal.png");
  background-size: 101% 101%;
  background-repeat: no-repeat;
}
.btn-mint:active, .btn-mint:focus, .btn-mint:hover, .btn-mint:visited {
  color: #ffffff;
  background-color: #67dcb6;
}
.btn-mint:active:before, .btn-mint:focus:before, .btn-mint:hover:before, .btn-mint:visited:before {
  opacity: 0.5;
}

.btn-rouge {
  position: relative;
  color: #ffffff;
  border: 2px solid #d8503e;
  overflow: hidden;
  background-color: #BD3826;
}
.btn-rouge span {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-family: "Barlow Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 0.8em;
}
.btn-rouge:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  background-image: url("resources/images/box-rouge.png");
  background-size: 101% 101%;
  background-repeat: no-repeat;
}
.btn-rouge:active, .btn-rouge:focus, .btn-rouge:hover, .btn-rouge:visited {
  color: #ffffff;
  background-color: #f53a21;
}
.btn-rouge:active:before, .btn-rouge:focus:before, .btn-rouge:hover:before, .btn-rouge:visited:before {
  opacity: 0.5;
}

.btn-moss {
  position: relative;
  color: #000000;
  border: 2px solid #f2f677;
  overflow: hidden;
  background-color: #edf347;
}
.btn-moss span {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-family: "Barlow Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 0.8em;
}
.btn-moss:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  background-image: url("resources/images/box-moss.png");
  background-size: 101% 101%;
  background-repeat: no-repeat;
}
.btn-moss:active, .btn-moss:focus, .btn-moss:hover, .btn-moss:visited {
  color: #000000;
  background-color: #faff6e;
}
.btn-moss:active:before, .btn-moss:focus:before, .btn-moss:hover:before, .btn-moss:visited:before {
  opacity: 0.5;
}

.btn-sm {
  margin: 0.5em;
  padding: 0.5em 1.5em;
  font-size: 1em;
}

.btn-md {
  margin: 0.5em;
  padding: 0.5em 1.5em;
  font-size: 1.5em;
}

.btn-lg {
  margin: 0.5em;
  padding: 0.5em 1.5em;
  font-size: 2em;
}

.btn-shania {
  display: inline-block;
  margin: 0.25em 0 0;
  padding: 0.5em 1em;
  font-size: 3.5em;
}

/* Desktop Small */
/* Tablets */
/* Small Tablets */
@media (min-width: 481px) and (max-width: 767px) {
  .btn-lg {
    font-size: 1.4em;
    margin: 0.25em;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  a.text-link {
    font-size: 1.2em;
  }
}
/* Portrait phones and down */
body.nav-open {
  overflow: hidden;
}
body.nav-open .mobile-nav-tray {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mobile-nav-tray {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  padding-top: 5em;
  background-color: #000000;
  z-index: 100;
}
.mobile-nav-tray .menu-main-menu-container {
  padding: 0 2em 3em 2em;
  overflow-y: scroll;
}
.mobile-nav-tray .menu {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: "Barlow Condensed", "Helvetica", "Arial", sans-serif;
  list-style: none;
  font-size: 2em;
}
.mobile-nav-tray .menu .menu-item {
  padding: 0;
  margin: 0;
  font-weight: 600;
  width: 100%;
  position: relative;
}
.mobile-nav-tray .menu .menu-item a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.75em 0;
  border-bottom: 1px solid #404040;
}
.mobile-nav-tray .menu .menu-item.menu-item-has-children {
  margin-right: 1em;
}
.mobile-nav-tray .menu .menu-item.menu-item-has-children:after {
  content: "";
  position: absolute;
  top: 1.25em;
  right: 0.5em;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffffff;
}
.mobile-nav-tray .menu .menu-item:nth-child(1) a {
  color: #FBAE1A;
}
.mobile-nav-tray .menu .menu-item:nth-child(2) a {
  color: #5BB598;
}
.mobile-nav-tray .menu .menu-item:nth-child(3) a {
  color: #E84826;
}
.mobile-nav-tray .menu .menu-item:nth-child(4) a {
  color: #81964E;
}
.mobile-nav-tray .menu .menu-item:nth-child(5) a {
  color: #F9B916;
}
.mobile-nav-tray .menu .menu-item:nth-child(6) a {
  color: #52947C;
}
.mobile-nav-tray .menu .menu-item:nth-child(7) a {
  color: #EE8375;
}
.mobile-nav-tray .menu .menu-item:nth-child(8) a {
  color: #D59429;
}
.mobile-nav-tray .menu .menu-item:nth-child(9) a {
  color: #ECC277;
}
.mobile-nav-tray .menu .menu-item:nth-child(10) a {
  color: #BD3826;
}
.mobile-nav-tray .menu .menu-item .sub-menu {
  display: none;
  z-index: 100;
  padding: 10px 0;
  margin: 0;
  border-radius: 3px;
  text-align: left;
  background-color: #000000;
  padding: 0.5em;
}
.mobile-nav-tray .menu .menu-item .sub-menu li {
  color: #ffffff;
  display: block;
  margin: 0;
  padding: 5px 0;
}
.mobile-nav-tray .menu .menu-item .sub-menu li a {
  font-size: 0.8em;
  margin: 0 0.5em;
  padding: 1em 0;
  border-bottom: 1px solid #404040;
  color: #ffffff !important;
}
.mobile-nav-tray .bf-social-media {
  background-color: #421510;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.mobile-nav-tray .bf-social-media .social-link {
  margin: 0 0.25em;
  padding: 0;
  height: 30px;
  width: 30px;
}
.mobile-nav-tray .bf-social-media .social-link a {
  display: block;
  width: 100%;
  height: 100%;
}
.mobile-nav-tray .bf-social-media .social-link a img {
  display: block;
  width: 100%;
  height: inherit;
  margin: 0;
  padding: 0;
}

.menu-container {
  display: table;
  vertical-align: middle;
}

.menu-block {
  display: table-cell;
  vertical-align: middle;
  padding: 0.75em 0;
}

.menu-icon {
  display: none;
  background: #421510;
  border: 0;
  outline: 0;
  margin-right: 1em;
  height: 4em;
  width: 4em;
}
.menu-icon .bar1,
.menu-icon .bar2,
.menu-icon .bar3 {
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  margin: 5px 0;
  -webkit-transition: opacity 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
  transition: opacity 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out, opacity 400ms ease-in-out;
  transition: transform 400ms ease-in-out, opacity 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
}
.menu-icon .bar2 {
  width: 20px;
}
.menu-icon.active .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 6px);
  transform: rotate(-45deg) translate(-4px, 6px);
}
.menu-icon.active .bar2 {
  opacity: 0;
}
.menu-icon.active .bar3 {
  -webkit-transform: rotate(45deg) translate(-4px, -6px);
  transform: rotate(45deg) translate(-4px, -6px);
}

.main-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  color: #ffffff;
  background: #421510;
  height: 4em;
  border-bottom: 1px solid #412f02;
  margin-top: 10px;
  -webkit-box-shadow: 0 0 100px rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 100px rgba(255, 255, 255, 0.25);
}
.main-menu .btn {
  margin: 0;
}
.main-menu .logo {
  margin-right: 1em;
}
.main-menu:after {
  content: "";
  border-top: 10px solid #52947C;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}
.main-menu .menu {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: "Barlow Condensed", "Helvetica", "Arial", sans-serif;
}
.main-menu .menu .menu-item {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: bottom;
  font-weight: 600;
  position: relative;
  padding-right: 0.5em;
}
.main-menu .menu .menu-item a {
  display: block;
  padding: 5px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.35em;
  -webkit-transition: color 100ms ease-in-out;
  transition: color 100ms ease-in-out;
  -webkit-transition: border-width 100ms ease-in-out;
  transition: border-width 100ms ease-in-out;
}
.main-menu .menu .menu-item a:active, .main-menu .menu .menu-item a:visited {
  color: #ffffff;
}
.main-menu .menu .menu-item a:hover {
  color: #cccccc;
}
.main-menu .menu .menu-item.menu-item-has-children {
  padding-right: 0.75em;
}
.main-menu .menu .menu-item.menu-item-has-children:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.35em;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ffffff;
}
.main-menu .menu .menu-item:nth-child(1) a {
  color: #FBAE1A;
}
.main-menu .menu .menu-item:nth-child(2) a {
  color: #5BB598;
}
.main-menu .menu .menu-item:nth-child(3) a {
  color: #E84826;
}
.main-menu .menu .menu-item:nth-child(4) a {
  color: #81964E;
}
.main-menu .menu .menu-item:nth-child(5) a {
  color: #F9B916;
}
.main-menu .menu .menu-item:nth-child(6) a {
  color: #52947C;
}
.main-menu .menu .menu-item:nth-child(7) a {
  color: #EE8375;
}
.main-menu .menu .menu-item:nth-child(8) a {
  color: #D59429;
}
.main-menu .menu .menu-item:nth-child(9) a {
  color: #ECC277;
}
.main-menu .menu .menu-item:nth-child(10) a {
  color: #BD3826;
}
.main-menu .menu .menu-item:hover .sub-menu {
  float: left;
  display: block;
}
.main-menu .menu .menu-item:hover .sub-menu li {
  display: block;
}
.main-menu .menu .sub-menu {
  min-width: 200px;
  display: none;
  position: absolute;
  z-index: 100;
  padding: 10px 0;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 3px;
  text-align: left;
  background-color: #52947C;
  padding: 0.5em;
}
.main-menu .menu .sub-menu li {
  display: block;
  margin: 0;
  padding: 0.25em 0;
}
.main-menu .menu .sub-menu li a {
  font-size: 1.2em;
  padding: 0.25em 0.5em;
  color: #ffffff !important;
}
.main-menu .menu .sub-menu li a,
.main-menu .menu .sub-menu li a:active,
.main-menu .menu .sub-menu li a:visited {
  color: #ffffff;
  text-transform: uppercase;
}
.main-menu .menu .sub-menu li a:hover {
  color: #000000 !important;
  background-color: #F9B916;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none !important;
}

@media (max-width: 1024px) {
  nav .site-width {
    width: 100%;
    padding-right: 1em;
  }

  .menu-icon {
    display: block;
  }

  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block;
  }
}
/* Tablets */
/* Small Tablets */
/* Landscape phones and down */
@media (max-width: 480px) {
  .logo {
    display: none;
  }
}
/* Portrait phones and down */
.bf-social-media {
  padding: 0;
  text-align: center;
  display: inline-block;
  margin: 1em 0.5em;
}
.bf-social-media li {
  display: inline-block;
  list-style: none;
}
.bf-social-media .social-link {
  margin: 0 0.25em;
  padding: 0;
  height: 30px;
  width: 30px;
}
.bf-social-media .social-link a {
  display: block;
  width: 100%;
  height: 100%;
}
.bf-social-media .social-link a img {
  display: block;
  width: 100%;
  height: inherit;
  margin: 0;
  padding: 0;
}
.bf-social-media .social-link-orange {
  -webkit-transition: background 100ms ease-in-out;
  transition: background 100ms ease-in-out;
}
.bf-social-media .social-link-orange:hover, .bf-social-media .social-link-orange:active {
  border-color: #fcd779;
  background-color: #F9B916;
}
.bf-social-media .social-link-orange:hover .icon, .bf-social-media .social-link-orange:active .icon {
  color: #000000;
}
.bf-social-media .social-link-pink {
  -webkit-transition: background 100ms ease-in-out;
  transition: background 100ms ease-in-out;
}
.bf-social-media .social-link-pink:hover, .bf-social-media .social-link-pink:active {
  border-color: #f9d5d0;
  background-color: #EE8375;
}
.bf-social-media .social-link-pink:hover .icon, .bf-social-media .social-link-pink:active .icon {
  color: #ffffff;
}
.bf-social-media .social-link-blue {
  -webkit-transition: background 100ms ease-in-out;
  transition: background 100ms ease-in-out;
}
.bf-social-media .social-link-blue:hover, .bf-social-media .social-link-blue:active {
  border-color: #9fb6db;
  background-color: #557dbf;
}
.bf-social-media .social-link-blue:hover .icon, .bf-social-media .social-link-blue:active .icon {
  color: #ffffff;
}
.bf-social-media .social-link-teal {
  -webkit-transition: background 100ms ease-in-out;
  transition: background 100ms ease-in-out;
}
.bf-social-media .social-link-teal:hover, .bf-social-media .social-link-teal:active {
  border-color: #8cc0ad;
  background-color: #52947C;
}
.bf-social-media .social-link-teal:hover .icon, .bf-social-media .social-link-teal:active .icon {
  color: #ffffff;
}
.bf-social-media .social-link-purple {
  -webkit-transition: background 100ms ease-in-out;
  transition: background 100ms ease-in-out;
}
.bf-social-media .social-link-purple:hover, .bf-social-media .social-link-purple:active {
  border-color: #966dc8;
  background-color: #633996;
}
.bf-social-media .social-link-purple:hover .icon, .bf-social-media .social-link-purple:active .icon {
  color: #ffffff;
}
.bf-social-media .social-link-yellow {
  -webkit-transition: background 100ms ease-in-out;
  transition: background 100ms ease-in-out;
}
.bf-social-media .social-link-yellow:hover, .bf-social-media .social-link-yellow:active {
  border-color: #f6f9a7;
  background-color: #edf347;
}
.bf-social-media .social-link-yellow:hover .icon, .bf-social-media .social-link-yellow:active .icon {
  color: #000000;
}
.bf-social-media .social-link-green {
  -webkit-transition: background 100ms ease-in-out;
  transition: background 100ms ease-in-out;
}
.bf-social-media .social-link-green:hover, .bf-social-media .social-link-green:active {
  border-color: #c9e28a;
  background-color: #A3CD39;
}
.bf-social-media .social-link-green:hover .icon, .bf-social-media .social-link-green:active .icon {
  color: #ffffff;
}

/* Tablets */
/* Small Tablets */
/* Landscape phones and down */
/* Portrait phones and down */
/*
* Masthead
*/
.masthead {
  margin: 2em auto 1em;
  padding: 0;
}
.masthead .masthead-upper {
  position: relative;
  background-color: #52947C;
  border-top-left-radius: 5em;
  border-top-right-radius: 5em;
  border-bottom: solid 25px #d99d39;
}
.masthead .masthead-upper .logo-container {
  margin: 0 6em 1em 1em;
}
.masthead .masthead-upper .guitar-picks {
  position: absolute;
  bottom: -4em;
  left: 0;
  z-index: 5;
  width: 100%;
  margin: 0;
  padding: 0;
}
.masthead .masthead-upper .guitar-picks .pick {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  float: left;
  width: 6.5em;
  height: 6.5em;
  padding: 0;
}
.masthead .masthead-upper .guitar-picks .pick:first-child {
  padding: 0 0 0 1em;
}
.masthead .masthead-upper .guitar-picks .pick a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.masthead .masthead-upper .guitar-picks .pick a span {
  position: absolute;
  top: 1em;
  left: 0;
  display: block;
  width: 100%;
  font-size: 1.8em;
  line-height: 1em;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.masthead .masthead-upper .guitar-picks .pick.large {
  width: 9em;
  height: 9em;
  margin: -0.75em 0 -4em;
}
.masthead .masthead-upper .guitar-picks .pick.large span {
  top: 1em;
  font-size: 2em;
  line-height: 1em;
}
.masthead .masthead-upper .guitar-picks .pick img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.masthead .masthead-upper .guitar {
  position: absolute;
  bottom: -115px;
  right: -50px;
  width: 630px;
}
.masthead .masthead-upper .guitar img {
  display: block;
  width: 100%;
  height: inherit;
  margin: 0;
  padding: 0;
}

/* Desktop Small */
@media (min-width: 1025px) and (max-width: 1285px) {
  .masthead .masthead-upper {
    border-bottom-width: 20px;
    border-top-left-radius: 4em;
    border-top-right-radius: 4em;
  }
  .masthead .masthead-upper .guitar-picks {
    font-size: 12px;
  }
  .masthead .masthead-upper .guitar {
    bottom: -90px;
    right: -40px;
    width: 525px;
  }
}
/* Tablets */
@media (min-width: 768px) and (max-width: 1024px) {
  .masthead .masthead-upper {
    border-bottom-width: 20px;
    border-top-left-radius: 3.5em;
    border-top-right-radius: 3.5em;
  }
  .masthead .masthead-upper .guitar-picks {
    font-size: 10px;
  }
  .masthead .masthead-upper .guitar {
    bottom: -75px;
    right: -30px;
    width: 420px;
  }
}
/* Small Tablets */
@media (min-width: 481px) and (max-width: 767px) {
  .masthead .masthead-upper {
    border-bottom-width: 15px;
    border-top-left-radius: 2.5em;
    border-top-right-radius: 2.5em;
  }
  .masthead .masthead-upper .guitar-picks {
    font-size: 7px;
  }
  .masthead .masthead-upper .guitar {
    bottom: -50px;
    right: -25px;
    width: 275px;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .masthead .masthead-upper {
    border-bottom-width: 12px;
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
  }
  .masthead .masthead-upper .guitar-picks {
    font-size: 5px;
  }
  .masthead .masthead-upper .guitar {
    bottom: -28px;
    right: -15px;
    width: 150px;
  }
}
/* Portrait phones and down */
@media (max-width: 320px) {
  .masthead .masthead-upper {
    border-bottom-width: 8px;
  }
  .masthead .masthead-upper .guitar-picks {
    font-size: 4px;
  }
  .masthead .masthead-upper .guitar {
    bottom: -23px;
    right: -10px;
    width: 125px;
  }
}
/* Content Styles */
.page-header {
  color: #357560;
}

.content-wrapper {
  background-color: #C0DED8;
}
.content-wrapper.content-white {
  background: #ffffff;
}

.content-block {
  color: #421510;
  border-radius: 3px;
  margin: -2em auto 0;
  padding: 4em 0;
}
.content-block li {
  font: 500 17px/1.4em "Barlow", "Helvetica", "Arial", sans-serif;
  margin-bottom: 0.6em;
}
.content-block hr {
  margin: 2em 0;
  border-color: #321d4c;
}
.content-block img {
  max-width: 100%;
  height: inherit;
}
.content-block.green-copper {
  padding: 6em 0 4em;
}
.content-block .disclaimer {
  margin: 3em 0 0;
  padding: 0;
  color: #52947C;
  font-size: 0.8em;
  line-height: 1.25em;
  font-weight: 700;
  text-align: center;
}

body.page-template-template-greencopper-artists .content-block,
body.page-template-template-greencopper-schedule .content-block {
  padding: 7em 0;
}

@media (min-width: 1025px) {
  .print-schedule {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    margin: -4.5em -1.5em 0 -1.5em !important;
    text-shadow: 1px 1px 3px #000000;
  }
}
/* Tablet down */
@media (max-width: 1024px) {
  .logo-container {
    margin: 0;
  }
}
/* Desktop Small */
/* Tablets */
@media (min-width: 768px) and (max-width: 1024px) {
  .content-block .title {
    font-size: 32px;
  }
  .content-block .content {
    font-size: 18px;
    line-height: 22px;
  }
  .content-block .content .wp-caption {
    max-width: 100%;
  }
  .content-block .content img.alignleft,
.content-block .content img.alignright,
.content-block .content img.alignnone,
.content-block .content .wp-caption img {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }
  .content-block .content iframe {
    width: 100%;
  }
}
/* Small Tablets */
@media (min-width: 481px) and (max-width: 767px) {
  .print-schedule {
    text-align: center;
  }

  .content-block .title {
    font-size: 28px;
  }
  .content-block .content {
    font-size: 16px;
    line-height: 18px;
  }
  .content-block .content .wp-caption {
    max-width: 100%;
  }
  .content-block .content img.alignleft,
.content-block .content img.alignright,
.content-block .content img.alignnone,
.content-block .content .wp-caption img {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }
  .content-block .content table img.alignleft,
.content-block .content table img.alignright,
.content-block .content table img.alignnone,
.content-block .content table img {
    width: 100%;
    height: auto;
  }
  .content-block .content iframe {
    max-width: 100%;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .header-cta {
    display: none;
  }

  .print-schedule {
    text-align: center;
  }

  .content-block .title {
    font-size: 24px;
  }
  .content-block .content {
    font-size: 15px;
    line-height: 17px;
  }
  .content-block .content .wp-caption {
    max-width: 100%;
  }
  .content-block .content img.alignleft,
.content-block .content img.alignright,
.content-block .content img.alignnone,
.content-block .content .wp-caption img {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }
  .content-block .content table img.alignleft,
.content-block .content table img.alignright,
.content-block .content table img.alignnone,
.content-block .content table img {
    width: 100%;
    height: auto;
  }
  .content-block .content iframe {
    max-width: 100%;
  }
}
/* Portrait phones and down */
@media (max-width: 320px) {
  .print-schedule {
    text-align: center;
  }

  .content-block .title {
    font-size: 22px;
  }
  .content-block .content {
    font-size: 14px;
    line-height: 16px;
  }
  .content-block .content img.alignleft,
.content-block .content img.alignright,
.content-block .content img.alignnone,
.content-block .content .wp-caption img {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }
}
/* Header Styles */
.bf-logo {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3em 8em 4em;
}

.bf-event-date {
  color: #dddddd;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .bf-event-date {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
}

/* Desktop Small */
/* Tablets */
@media (min-width: 768px) and (max-width: 1024px) {
  .bf-logo {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2em 3em 3em 4em;
  }
}
/* Small Tablets */
@media (min-width: 481px) and (max-width: 767px) {
  .bf-countdown {
    width: 100%;
  }
  .bf-countdown .bf-countdown-number {
    float: left;
    width: 100%;
    line-height: 1.2em;
    font-size: 6em;
  }

  .bf-logo {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2em 2em 3em 4em;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .bf-countdown {
    width: 100%;
  }
  .bf-countdown .bf-countdown-number {
    float: left;
    width: 100%;
    height: 80px;
    line-height: 1.2em;
    font-size: 4em;
  }

  .bf-logo {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2em 1.5em 2em 5em;
  }
}
/* Portrait phones and down */
@media (max-width: 320px) {
  .bf-countdown {
    width: 100%;
  }
  .bf-countdown .bf-countdown-number {
    float: left;
    width: 100%;
    height: 80px;
    line-height: 1.2em;
    font-size: 3.6em;
  }

  .bf-logo {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.5em 0.5em 1em 4em;
  }
}
/* Main Styles */
.zEWidget-launcher {
  left: 0 !important;
  margin: 10px 5px !important;
  z-index: 80 !important;
}

.leaderboard {
  margin: 3em auto;
  text-align: center;
}
.leaderboard img {
  display: block;
  margin: 0 auto;
  border: 3px solid #A3CD39;
}

.responsive-table {
  width: 100%;
  padding: 0;
  margin: 0;
}
.responsive-table tr {
  padding: 0;
  margin: 0;
}
.responsive-table tr td {
  padding: 0;
  margin: 0;
}
.responsive-table tr td img {
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  max-width: 100%;
}

/* Tablets */
@media (min-width: 768px) and (max-width: 1024px) {
  .responsive-table tr td {
    display: block !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    width: 100% !important;
  }
}
/* Small Tablets */
@media (min-width: 481px) and (max-width: 767px) {
  .responsive-table tr td {
    display: block !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    width: 100% !important;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .leaderboard {
    margin: 2em auto;
  }

  .responsive-table tr td {
    display: block !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    width: 100% !important;
  }
}
/* Portrait phones and down */
/* Footer Styles */
.footer-graphic {
  margin: -30px auto 0;
  padding: 0;
}
.footer-graphic img {
  display: block;
  width: 100%;
  height: inherit;
  margin: 0;
  padding: 0;
}

.footer {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  color: #ffffff;
  background: #421510;
}
.footer .img-responsive {
  width: auto;
  height: auto;
  max-width: 100%;
}
.footer .menu-item-has-children a {
  font-weight: 600;
}
.footer h3.sirius-xm-title {
  margin: 3em 0 0.5em;
  font-size: 1em;
}
.footer .siriusxm-logo {
  max-width: 200px;
}
.footer .menu-footer-menu-container {
  padding: 3em 0;
  text-align: center;
}
.footer .menu-footer-menu-container ul,
.footer .menu-footer-menu-container li {
  list-style: none;
  list-style-image: none;
}
.footer .menu-footer-menu-container ul {
  margin: 10px 0 0 0;
  padding: 0;
}
.footer .menu-footer-menu-container ul li {
  font-family: "Barlow Condensed", "Helvetica", "Arial", sans-serif;
  font-size: 2em;
  line-height: 1em;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  width: 25%;
}
.footer .menu-footer-menu-container ul li a {
  color: #ffffff;
  text-decoration: none;
}
.footer .menu-footer-menu-container ul li .menu-container {
  margin: 0;
}
.footer .menu-footer-menu-container ul li .sub-menu {
  text-transform: inherit;
}
.footer .menu-footer-menu-container ul li .sub-menu li {
  width: 100%;
  text-transform: capitalize;
  line-height: 1.6em;
  font-weight: 500;
  display: block;
  font-size: 0.6em;
}
.footer .menu-footer-menu-container ul li .sub-menu li a:hover {
  color: #ffffff;
}
.footer .menu-footer-menu-container ul li:nth-child(1) a {
  color: #E84826;
}
.footer .menu-footer-menu-container ul li:nth-child(1) .sub-menu li a,
.footer .menu-footer-menu-container ul li:nth-child(1) .sub-menu li a:visited {
  color: #fce4de;
}
.footer .menu-footer-menu-container ul li:nth-child(1) .sub-menu li a:active,
.footer .menu-footer-menu-container ul li:nth-child(1) .sub-menu li a:focus,
.footer .menu-footer-menu-container ul li:nth-child(1) .sub-menu li a:hover {
  color: #f29682;
}
.footer .menu-footer-menu-container ul li:nth-child(2) a {
  color: #52947C;
}
.footer .menu-footer-menu-container ul li:nth-child(2) .sub-menu li a,
.footer .menu-footer-menu-container ul li:nth-child(2) .sub-menu li a:visited {
  color: #eff6f3;
}
.footer .menu-footer-menu-container ul li:nth-child(2) .sub-menu li a:active,
.footer .menu-footer-menu-container ul li:nth-child(2) .sub-menu li a:focus,
.footer .menu-footer-menu-container ul li:nth-child(2) .sub-menu li a:hover {
  color: #8cc0ad;
}
.footer .menu-footer-menu-container ul li:nth-child(3) a {
  color: #FBAE1A;
}
.footer .menu-footer-menu-container ul li:nth-child(3) .sub-menu li a,
.footer .menu-footer-menu-container ul li:nth-child(3) .sub-menu li a:visited {
  color: white;
}
.footer .menu-footer-menu-container ul li:nth-child(3) .sub-menu li a:active,
.footer .menu-footer-menu-container ul li:nth-child(3) .sub-menu li a:focus,
.footer .menu-footer-menu-container ul li:nth-child(3) .sub-menu li a:hover {
  color: #f9d5d0;
}
.footer .menu-footer-menu-container ul li:nth-child(4) a {
  color: #81964E;
}
.footer .menu-footer-menu-container ul li:nth-child(4) .sub-menu li a,
.footer .menu-footer-menu-container ul li:nth-child(4) .sub-menu li a:visited {
  color: #fbfcd7;
}
.footer .menu-footer-menu-container ul li:nth-child(4) .sub-menu li a:active,
.footer .menu-footer-menu-container ul li:nth-child(4) .sub-menu li a:focus,
.footer .menu-footer-menu-container ul li:nth-child(4) .sub-menu li a:hover {
  color: #f4f88f;
}
.footer .menu-footer-menu-container ul li.disabled a {
  cursor: default;
}
.footer .menu-footer-menu-container ul li li a {
  cursor: pointer;
  cursor: hand;
}

.post-footer {
  background-color: #2d0e0b;
  font-family: "Barlow Condensed", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.post-footer .copyright {
  margin: 1em 0;
}
.post-footer .bf-social-media {
  position: absolute;
  right: 0;
  margin: 0.6em;
}

/* Zendesk help button position tweak */
#launcher {
  bottom: 25px !important;
}

/* Tablets */
/* Small Tablets */
@media (min-width: 481px) and (max-width: 767px) {
  .footer .menu-footer-menu-container > ul > li {
    padding: 0.5em 0;
  }
  .footer .menu-footer-menu-container ul li {
    width: 50%;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .footer .menu-footer-menu-container > ul > li {
    padding: 0.5em 0;
  }
  .footer .menu-footer-menu-container ul li {
    width: 100%;
  }

  .post-footer .bf-social-media {
    position: relative;
    margin: 1em 0 0.5em 0;
  }
  .post-footer .copyright {
    margin: 0.5em 0 1em 0;
  }
}
/* Portrait phones and down */
@media (max-width: 320px) {
  .footer .menu-footer-menu-container ul > ul > li {
    padding: 0.5em 0;
  }
  .footer .menu-footer-menu-container ul ul li {
    width: 100%;
  }
}
/* Home Slider */
.home-slider {
  border: 3px solid #faae1d;
}
.home-slider .slick-slide {
  position: relative;
}
.home-slider .slick-slide img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 0 -8px;
  padding: 0;
}
.home-slider .slick-slide .video-container {
  position: relative;
  z-index: 1;
}
.home-slider .slick-slide .video-container iframe {
  width: 100%;
  height: auto;
  margin: 0 0 -8px;
  padding: 0;
  aspect-ratio: 16/9;
}
.home-slider .slick-slide .slide-title,
.home-slider .slick-slide .slide-date {
  display: inline-block;
  position: absolute;
  z-index: 2;
  margin: 0;
  padding: 0.25em 0.5em;
  color: #ffffff;
  font-family: "Barlow Condensed", "Helvetica", "Arial", sans-serif;
  font-size: 2.5em;
  line-height: 1em;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.5);
}
.home-slider .slick-slide .slide-title {
  top: 0;
  left: 0;
  background-color: #BD3826;
  font-weight: 700;
}
.home-slider .slick-slide .slide-date {
  bottom: 0;
  left: 0;
  background-color: #52947C;
  font-weight: 600;
}
.home-slider .slick-dots li {
  height: 8px;
  width: 30px;
  margin: 0 5px;
}
.home-slider .slick-dots li button {
  border: 0;
  display: block;
  height: 8px;
  width: 30px;
  margin: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background-color: #333;
}
.home-slider .slick-dots li button:before {
  content: "";
  width: 30px;
  height: 8px;
}
.home-slider .slick-dots li.slick-active button {
  outline: none;
  color: #000;
  background-color: #faae1d;
}

/* Tablets */
/* Small Tablets */
@media (min-width: 481px) and (max-width: 767px) {
  .home-slider .slick-slide .slide-title,
.home-slider .slick-slide .slide-date {
    padding: 0.25em 0.5em;
    font-size: 2em;
    line-height: 1em;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .home-slider .slick-slide .slide-title,
.home-slider .slick-slide .slide-date {
    padding: 0.25em 0.5em;
    font-size: 1.5em;
    line-height: 1em;
  }
}
/* Portrait phones and down */
.feature {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.feature .featured-box {
  display: inline-block;
  width: 295px;
  padding: 0;
  margin: 0 0 0 32px;
  -webkit-box-shadow: -8px 15px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -8px 15px 10px 0px rgba(0, 0, 0, 0.25);
}
.feature .featured-box a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.feature .featured-box a img.frame {
  position: relative;
  z-index: 2;
  float: left;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.feature .featured-box a img.feature-ad {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 280px;
  height: 180px;
  margin: 8px;
  padding: 0;
}
.feature .featured-box:first-child {
  margin: 0;
}

/* Tablets */
@media (min-width: 768px) and (max-width: 1024px) {
  .feature .featured-box {
    width: 240px;
    margin: 0 0 0 10px;
  }
  .feature .featured-box a img.feature-ad {
    margin: 5px;
    width: 230px;
    height: inherit;
  }
}
/* Small Tablets */
@media (min-width: 481px) and (max-width: 767px) {
  .feature {
    padding: 0;
  }
  .feature .featured-box,
.feature .featured-box:first-child {
    margin: 0 0 25px;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .feature {
    padding: 0;
  }
  .feature .featured-box,
.feature .featured-box:first-child {
    margin: 0 0 25px;
  }
}
/* Portrait phones and down */
@media (max-width: 320px) {
  .feature {
    padding: 0;
  }
  .feature .featured-box,
.feature .featured-box:first-child {
    width: 240px;
    margin: 0 0 15px;
  }
  .feature .featured-box a img.feature-ad,
.feature .featured-box:first-child a img.feature-ad {
    margin: 5px;
    width: 230px;
    height: inherit;
  }
}
.become-an-insider {
  width: 100%;
  background-color: #2d6452;
  color: #ffffff;
  text-align: center;
}
.become-an-insider .header {
  background-color: #3d876f;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2em;
  padding: 1em 0;
  margin: 0;
  font-weight: 600;
}
.become-an-insider .header h1, .become-an-insider .header h2, .become-an-insider .header h3 {
  font-family: "Barlow Condensed", "Helvetica", "Arial", sans-serif;
  font-size: 2.4em;
  text-transform: uppercase;
  padding: 0 0.5em;
  margin: 0;
}
.become-an-insider .header p {
  margin: 0.5em 0;
  padding: 0 0.5em;
  font-size: 1.15em;
  letter-spacing: 0.05ch;
  font-family: "Barlow Condensed", "Helvetica", "Arial", sans-serif;
  text-align: center;
  color: #ffffff;
}
.become-an-insider input,
.become-an-insider label {
  display: block;
  text-align: left;
  font-family: "Barlow Condensed", "Helvetica", "Arial", sans-serif;
  width: 100%;
}
.become-an-insider input {
  padding: 1em;
}
.become-an-insider label {
  line-height: 2.4em;
}
.become-an-insider input[type=submit] {
  margin-top: 1.5em;
  text-align: center;
}
.become-an-insider .signup-form {
  padding: 2em 0;
}
.become-an-insider .mc-field-group {
  padding: 0 0.5em;
}

/* Desktop Small */
/* Tablets */
@media (min-width: 768px) and (max-width: 1024px) {
  .become-an-insider .header h1, .become-an-insider .header h2, .become-an-insider .header h3 {
    font-size: 2em;
  }
  .become-an-insider .header p {
    font-size: 1em;
  }
}
/* Small Tablets */
@media (min-width: 481px) and (max-width: 767px) {
  .become-an-insider .header h1, .become-an-insider .header h2, .become-an-insider .header h3 {
    font-size: 2em;
  }
  .become-an-insider .header p {
    font-size: 1em;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .become-an-insider .header h1, .become-an-insider .header h2, .become-an-insider .header h3 {
    font-size: 1.6em;
  }
  .become-an-insider .header p {
    font-size: 1em;
  }
}
/* Portrait phones and down */
@media (max-width: 320px) {
  .become-an-insider .header h1, .become-an-insider .header h2, .become-an-insider .header h3 {
    font-size: 1.6em;
  }
  .become-an-insider .header p {
    font-size: 1em;
  }
}
/* Day Pass Shortcode Styles */
.event-passes {
  margin: 0 -5px;
}

.section-notice {
  border: 1px solid #000000;
  padding: 0.25em 1em;
  margin: 1em 0;
}
.section-notice h1,
.section-notice h2,
.section-notice h3,
.section-notice h4,
.section-notice h5,
.section-notice h6,
.section-notice b,
.section-notice strong {
  color: #A3CD39 !important;
}

.day-pass-row {
  margin: 0 -0.5em;
}

.day-pass-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  display: block;
  width: 20%;
  padding: 0.5em;
}

.day-pass-block {
  padding: 0;
  font-family: "Barlow Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
.day-pass-block .content {
  padding: 0.5em 1em;
}
.day-pass-block .header {
  font-size: 1.6em;
  line-height: 1em;
  padding: 0.5em;
}
.day-pass-block .price-container {
  padding: 1em 0;
}
.day-pass-block .price {
  font-size: 3em;
  padding: 0;
  line-height: 1;
}

.btn-pass {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0.5em 0;
  padding: 1em;
}

.day-purple {
  background-color: #633996;
  color: #ffffff;
}
.day-purple .header {
  background-color: #4b2b71;
}
.day-purple .btn-pass {
  background-color: #edf347;
  color: #000000;
}
.day-purple .btn-pass:active, .day-purple .btn-pass:hover, .day-purple .btn-pass:focus {
  color: #000000;
  background-color: #edf347;
}
.day-purple .btn-disabled {
  background-color: #321d4c;
  color: gray;
}
.day-purple .btn-disabled:active, .day-purple .btn-disabled:focus, .day-purple .btn-disabled:hover {
  -webkit-transform: none;
          transform: none;
  background-color: #321d4c;
  color: gray;
}

.day-pink {
  background-color: #EE8375;
  color: #ffffff;
}
.day-pink .header {
  background-color: #e85a48;
}
.day-pink .btn-pass {
  background-color: #557dbf;
  color: #ffffff;
}
.day-pink .btn-pass:active, .day-pink .btn-pass:hover, .day-pink .btn-pass:focus {
  color: #ffffff;
  background-color: #557dbf;
}
.day-pink .btn-disabled {
  background-color: #e1331c;
  color: gray;
}
.day-pink .btn-disabled:active, .day-pink .btn-disabled:focus, .day-pink .btn-disabled:hover {
  -webkit-transform: none;
          transform: none;
  background-color: #e1331c;
  color: gray;
}

.day-blue {
  background-color: #557dbf;
  color: #ffffff;
}
.day-blue .header {
  background-color: #3e64a3;
}
.day-blue .btn-pass {
  background-color: #F9B916;
  color: #000000;
}
.day-blue .btn-pass:active, .day-blue .btn-pass:hover, .day-blue .btn-pass:focus {
  color: #000000;
  background-color: #F9B916;
}
.day-blue .btn-disabled {
  background-color: #304d7e;
  color: gray;
}
.day-blue .btn-disabled:active, .day-blue .btn-disabled:focus, .day-blue .btn-disabled:hover {
  -webkit-transform: none;
          transform: none;
  background-color: #304d7e;
  color: gray;
}

.day-green {
  background-color: #A3CD39;
  color: #ffffff;
}
.day-green .header {
  background-color: #85a82b;
}
.day-green .btn-pass {
  background-color: #633996;
  color: #ffffff;
}
.day-green .btn-pass:active, .day-green .btn-pass:hover, .day-green .btn-pass:focus {
  color: #ffffff;
  background-color: #633996;
}
.day-green .btn-disabled {
  background-color: #658020;
  color: #333333;
}
.day-green .btn-disabled:active, .day-green .btn-disabled:focus, .day-green .btn-disabled:hover {
  -webkit-transform: none;
          transform: none;
  background-color: #658020;
  color: #333333;
}

.day-teal {
  background-color: #52947C;
  color: #ffffff;
}
.day-teal .header {
  background-color: #407361;
}
.day-teal .btn-pass {
  background-color: #edf347;
  color: #000000;
}
.day-teal .btn-pass:active, .day-teal .btn-pass:hover, .day-teal .btn-pass:focus {
  color: #000000;
  background-color: #edf347;
}
.day-teal .btn-disabled {
  background-color: #2e5245;
  color: gray;
}
.day-teal .btn-disabled:active, .day-teal .btn-disabled:focus, .day-teal .btn-disabled:hover {
  -webkit-transform: none;
          transform: none;
  background-color: #2e5245;
  color: gray;
}

.day-yellow {
  background-color: #edf347;
  color: #000000;
}
.day-yellow .header {
  background-color: #d8df0f;
}
.day-yellow .btn-pass {
  background-color: #EE8375;
  color: #ffffff;
}
.day-yellow .btn-pass:active, .day-yellow .btn-pass:hover, .day-yellow .btn-pass:focus {
  color: #ffffff;
  background-color: #EE8375;
}
.day-yellow .btn-disabled {
  background-color: #c1c70d;
  color: #333333;
}
.day-yellow .btn-disabled:active, .day-yellow .btn-disabled:focus, .day-yellow .btn-disabled:hover {
  -webkit-transform: none;
          transform: none;
  background-color: #c1c70d;
  color: #333333;
}

/* Desktop Large */
@media (min-width: 1521px) {
  .day-pass-wrapper .price {
    font-size: 5em;
  }
}
/* Desktop Small */
/* Tablets */
@media (min-width: 768px) and (max-width: 1024px) {
  .day-pass-wrapper {
    width: 33.33%;
  }
  .day-pass-wrapper .price {
    font-size: 3em;
  }
}
/* Small Tablets */
@media (min-width: 481px) and (max-width: 767px) {
  .day-pass-wrapper {
    width: 50%;
  }
  .day-pass-wrapper .price {
    font-size: 4em;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .day-pass-wrapper {
    width: 100%;
  }
  .day-pass-wrapper .header {
    padding: 1em;
  }
  .day-pass-wrapper .price {
    font-size: 5em;
  }
  .day-pass-wrapper .btn-pass {
    font-size: 1.8em;
  }
}
/* Portrait phones and down */
@media (max-width: 320px) {
  .day-pass-wrapper {
    width: 100%;
  }
  .day-pass-wrapper .header {
    padding: 1em;
  }
  .day-pass-wrapper .price {
    font-size: 5em;
  }
  .day-pass-wrapper .btn-pass {
    font-size: 1.8em;
  }
}
/*
* Feature Luke Combs
*/
.feature-luke-combs {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 5em 0 1em;
}
.feature-luke-combs img {
  width: 100%;
  height: auto;
  display: block;
  border: 3px solid #F9B916;
}

/* Tablets */
@media (min-width: 768px) and (max-width: 1024px) {
  .feature-luke-combs {
    padding: 3em 0 1em;
  }
}
/* Small Tablets */
@media (min-width: 481px) and (max-width: 767px) {
  .feature-luke-combs {
    padding: 2em 0 1em;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .feature-luke-combs {
    padding: 1em 0 1em;
  }
}
/* Portrait phones and down */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.position-relative {
  position: relative;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.is-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.is-visually-hidden.focusable:active,
.is-visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.img-responsive {
  max-width: 100%;
  height: inherit;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

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

.fit-width {
  width: 100%;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.pin-wrapper {
  height: auto !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-orange {
  color: #F9B916;
}

.text-pink {
  color: #EE8375;
}

.text-blue {
  color: #557dbf;
}

.text-teal {
  color: #52947C;
}

.text-purple {
  color: #633996;
}

.text-yellow {
  color: #edf347;
}

.text-green {
  color: #A3CD39;
}