/*
Theme Name: JV 2019
Author: Aside Project Studio
Author URI: http://asideproject.com/
Description: A responsive, semantic, HTML5, WordPress theme.
Version: 1.0
Tags: custom-menu, sticky-post, post-formats, responsive
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

/* Sections
   ========================================================================== */
body {
  margin: 0; }

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

/* Grouping content
   ========================================================================== */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: none; }

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

button,
input {
  /* 1 */
  overflow: visible; }

button,
select {
  /* 1 */
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
details {
  display: block; }

summary {
  display: list-item; }

/* Misc
   ========================================================================== */
template {
  display: none; }

[hidden] {
  display: none; }

* {
  box-sizing: border-box;
  position: relative; }

/*
$unit: percentage(66 / $fullwidth);
$gutter: percentage(24 / $fullwidth);
*/
.radial {
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #555A5F), color-stop(100%, #000));
  background: radial-gradient(center, circle farthest-corner, #555A5F 0%, #000 100%);
  background-color: #555A5F;
  width: 100%;
  height: 100%;
  position: absolute; }

/*! layout elements
--------------------------------*/
/*-- flexbox --*/
/*-- MENU
--------------------------------*/
#navmain {
  transition: font-size 0.1s ease;
  display: block;
  float: left;
  width: 100%;
  -webkit-backface-visibility: hidden; }
  #navmain ul {
    float: left; }
  #navmain ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-backface-visibility: hidden; }
    #navmain ul.menu li {
      padding: 0 .5em; }
      #navmain ul.menu li a {
        display: block;
        padding: .5rem .25em;
        font-family: "europa", helvetica, arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        text-transform: uppercase;
        text-decoration: none;
        line-height: 1;
        color: rgba(255, 255, 255, 0.95);
        border-bottom: 1px solid transparent; }
      #navmain ul.menu li ul li a {
        text-transform: none; }
      #navmain ul.menu li:hover > a {
        color: #ff8c00; }
      #navmain ul.menu li:hover ul li a {
        background: none; }
  #navmain ul.socials {
    padding-top: 3px; }

.menu-main-menu-container {
  float: left; }

.trigger {
  cursor: pointer;
  color: white;
  font-weight: 200; }
  .trigger path {
    transition: all 0.3s ease;
    fill: white; }
  .trigger:hover {
    color: #ff8c00; }
    .trigger:hover path {
      fill: #ff8c00; }

@media screen and (max-width: 770px) {
  /*-- main nav
	--------------------------------*/
  #navmain {
    transform: translateX(100%);
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    opacity: 0;
    z-index: 999999;
    width: 100%;
    margin: 0;
    padding: 0 0 30px;
    overflow: hidden;
    font-size: 125%;
    -webkit-overflow-scrolling: touch; }
    #navmain .menu-main-menu-container {
      width: 100%;
      clear: both; }
    #navmain ul {
      width: 100%;
      text-align: center; }
      #navmain ul li {
        width: 100%; }
        #navmain ul li a {
          display: block;
          padding: 0.25rem 2%; }
        #navmain ul li ul {
          transition: all 0.3s ease;
          font-size: 75%;
          max-height: 0;
          opacity: 0;
          overflow: hidden; }
        #navmain ul li.open > a {
          color: #ff8c00; }
        #navmain ul li.open > ul {
          max-height: 1000rem;
          opacity: 1;
          padding-bottom: 1rem; }
        #navmain ul li.current-menu-item a, #navmain ul li.current-page-ancestor a {
          color: #ff8c00;
          border-bottom: none; }
        #navmain ul li:hover a {
          background: transparent; }
      #navmain ul.menu {
        padding: 2em 0; }
      #navmain ul.socials li {
        width: 30px;
        float: none;
        display: inline-block;
        margin: 0 5px; }
    #navmain.viz {
      transform: translateX(0);
      opacity: 1; }
  #slide-trigger {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    float: right;
    text-align: right;
    text-decoration: none;
    margin: 0; }
    #slide-trigger span {
      float: left;
      display: inline-block;
      line-height: 30px; }
    #slide-trigger .menulabel {
      display: none; }
    #slide-trigger:hover {
      color: #ff8c00; }
      #slide-trigger:hover svg path {
        fill: #ff8c00; }
  .trigger {
    display: block; }
  .bars, .closex {
    width: 30px;
    height: 30px;
    margin-left: .5rem; }
    .bars svg, .closex svg {
      display: block;
      width: 20px;
      height: 20px;
      margin: 5px auto; }
      .bars svg path, .closex svg path {
        fill: white; }
  .closex {
    display: block;
    float: right;
    border: none;
    position: absolute;
    top: 3%;
    right: 5%;
    z-index: 300; }
    .closex:hover {
      color: #ff8c00; }
      .closex:hover svg path {
        fill: #ff8c00; }
  .no-js #slide-trigger {
    display: none; }
  .no-js .menu-main-menu-container {
    display: block; }
  .no-js .menu-main-menu-container ul li {
    float: none; } }

/*
@media screen and (min-width: 721px) {

	#navmain {
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
	}

	#slide-trigger, 
	#menuheader,
	.closex { 
		display: none;
	}
}
*/
@media screen and (min-width: 771px) {
  #navmain {
    float: right;
    clear: left;
    width: auto;
    font-size: 87.5%; }
    #navmain ul {
      margin-left: 1em; }
      #navmain ul li {
        display: block;
        float: left; }
        #navmain ul li:first-child {
          padding-left: 0; }
        #navmain ul li a {
          font-weight: 400; }
        #navmain ul li.current-menu-item a, #navmain ul li.current-page-ancestor a {
          color: white;
          border-bottom-color: white; }
    #navmain ul.menu li {
      padding: 0 0.25em; }
      #navmain ul.menu li:first-child {
        padding-left: 0.5em; }
    body.single-releases #navmain li.mi-music a {
      border-bottom-color: white; }
    body.blog #navmain li.mi-news a {
      border-bottom-color: white; }
  #slide-trigger,
  #menuheader,
  .closex {
    display: none; } }

@media screen and (min-width: 931px) {
  #navmain {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    top: 55%;
    right: 0;
    left: auto;
    font-size: 90%; }
    #navmain ul.menu li {
      padding: 0; } }

@media screen and (min-width: 1031px) {
  #navmain {
    font-size: 100%; }
    #navmain ul.menu li {
      padding: 0 0.5em; } }

/* =12-column grid setup
--------------------------------------------------------------------*/
.col {
  margin: 0 1%;
  position: relative;
  display: inline-block;
  float: left;
  min-height: 1px; }

.first {
  margin-left: 0; }

.last {
  margin-right: 0; }

.unit1 {
  width: 6.5%; }

.unit2 {
  width: 15%; }

.unit3 {
  width: 23.5%; }

.unit4 {
  width: 32%; }

.unit5 {
  width: 40.5%; }

.unit6 {
  width: 49%; }

.unit7 {
  width: 57.5%; }

.unit8 {
  width: 66%; }

.unit9 {
  width: 74.5%; }

.unit10 {
  width: 83%; }

.unit11 {
  width: 91.5%; }

.unit12 {
  width: 100%;
  margin-right: 0; }

.columns {
  column-gap: 2em;
  column-rule: none;
  column-width: 300px;
  -webkit-perspective: 1; }
  .columns ul, .columns li, .columns p, .columns h1, .columns h2, .columns h3, .columns h4, .columns #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults .ctct-form-custom h2, #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults .ctct-form-custom .columns h2,
  .columns #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults #success_message_0 h2,
  #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults #success_message_0 .columns h2, .columns h5, .columns h6 {
    column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column; }
  .columns h1, .columns h2, .columns h3, .columns h4, .columns #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults .ctct-form-custom h2, #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults .ctct-form-custom .columns h2,
  .columns #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults #success_message_0 h2,
  #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults #success_message_0 .columns h2, .columns h5, .columns h6 {
    -webkit-column-break-after: avoid;
    page-break-after: avoid;
    break-after: avoid;
    -moz-break-after: avoid-column; }
  @media screen and (min-width: 541px) {
    .columns {
      column-count: 3; } }
  .columns > *::first-of-type:last-of-type {
    display: block;
    width: 100%; }

/* credit card icons ------------------------------------------------------*/
.gform_wrapper .gform_card_icon_container {
  margin: 8px 0 6px 0;
  height: 32px; }

.gform_wrapper div.gform_card_icon {
  margin-right: 4px;
  text-indent: -9000px;
  background-image: url(../images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 32px;
  float: left; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px; }

.gform_wrapper .gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
  float: left;
  position: relative;
  top: 4px !important; }

.gform_wrapper .ginput_complex .ginput_cardinfo_left,
.gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-height: 43px;
  position: relative;
  float: left; }
  .gform_wrapper .ginput_complex .ginput_cardinfo_left label,
  .gform_wrapper .ginput_complex .ginput_cardinfo_right label {
    white-space: nowrap !important; }

.gform_wrapper .ginput_complex .ginput_cardinfo_left {
  width: 50%;
  margin-right: 1%; }
  .gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
    position: relative;
    display: block;
    min-width: 160px !important; }
  .gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
    margin-right: 4px; }

.gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-width: 85px !important; }
  .gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
    width: 4em !important;
    float: left; }
  .gform_wrapper .ginput_complex .ginput_cardinfo_right label {
    clear: both; }
  .gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
    width: 32px;
    height: 23px;
    background-image: url(../images/gf-creditcard-icons.png);
    background-repeat: no-repeat;
    background-position: 0 -128px;
    position: relative;
    top: -1px;
    left: 6px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1; }

.gform_wrapper .ginput_complex span.ginput_cardextras {
  display: block;
  overflow: hidden; }

.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
  width: 48% !important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

.gform_wrapper .right_label .gform_fileupload_multifile,
.gform_wrapper .left_label .gform_fileupload_multifile {
  margin-left: 31%; }

.gform_wrapper .gform_delete {
  vertical-align: middle;
  cursor: pointer; }

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  padding: 25px;
  border: 2px dashed #ddd;
  text-align: center;
  color: #aaa;
  margin-bottom: 10px; }

/*-- form elements
--------------------------------*/
form {
  display: block; }

fieldset legend {
  display: none; }

label {
  display: block;
  margin-bottom: .2em;
  font-weight: 700; }

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='search'],
textarea,
select {
  font-family: "europa", helvetica, arial, sans-serif;
  font-size: 100%;
  display: block;
  width: 100%;
  max-width: 700px;
  border: 1px solid #ccc;
  padding: .75em;
  height: 2.5em; }

::placeholder {
  color: #999999; }

input:focus, textarea:focus, select:focus {
  background: #ffe; }

input[type='submit'],
input[type='button'],
.button,
button {
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  width: auto;
  padding: .4em 1em;
  font-weight: 700;
  background: #ff8c00;
  color: white;
  border: 0; }
  input[type='submit']:visited,
  input[type='button']:visited,
  .button:visited,
  button:visited {
    color: white; }
  input[type='submit']:hover,
  input[type='button']:hover,
  .button:hover,
  button:hover {
    color: white;
    background: darkslategray; }
  input[type='submit'].reversed,
  input[type='button'].reversed,
  .button.reversed,
  button.reversed {
    background: white;
    color: #ff8c00;
    border: 1px solid #e6e6e6; }
    input[type='submit'].reversed:visited,
    input[type='button'].reversed:visited,
    .button.reversed:visited,
    button.reversed:visited {
      color: white; }
    input[type='submit'].reversed:hover,
    input[type='button'].reversed:hover,
    .button.reversed:hover,
    button.reversed:hover {
      background: #e6e6e6; }
  input[type='submit'].ghost,
  input[type='button'].ghost,
  .button.ghost,
  button.ghost {
    background: transparent;
    border: 1px solid white;
    color: white; }
    input[type='submit'].ghost:visited,
    input[type='button'].ghost:visited,
    .button.ghost:visited,
    button.ghost:visited {
      color: white; }
    input[type='submit'].ghost:hover,
    input[type='button'].ghost:hover,
    .button.ghost:hover,
    button.ghost:hover {
      background: #ff8c00;
      border-color: #ff8c00; }

textarea {
  max-width: none;
  height: auto; }

select {
  width: auto;
  padding: 0 .75em; }

/*-- Gravity forms specific styles
--------------------------------*/
.gform_wrapper {
  /* Class for labelling required form items */
  /*-- datepicker input
	--------------------------------*/ }
  .gform_wrapper ul.gfield_radio label,
  .gform_wrapper ul.gfield_checkbox label,
  .gform_wrapper .ginput_container_consent label {
    display: inline-block;
    clear: right;
    margin-left: .5em;
    font-weight: initial; }
  .gform_wrapper input.small {
    width: 20%;
    min-width: 20px;
    max-width: 100px; }
  .gform_wrapper .zipcode input {
    min-width: 60px;
    max-width: 100px; }
  .gform_wrapper ul.gform_fields,
  .gform_wrapper ul.gfield_radio,
  .gform_wrapper ul.gfield_checkbox {
    list-style: none;
    padding: 0; }
  .gform_wrapper li.gfield {
    *zoom: 1;
    margin-bottom: 1rem; }
    .gform_wrapper li.gfield:before, .gform_wrapper li.gfield:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */
      height: 0;
      width: 100%; }
    .gform_wrapper li.gfield:after {
      clear: both; }
  .gform_wrapper ul.gfield_radio li,
  .gform_wrapper ul.gfield_checkbox li {
    margin-bottom: 0; }
  .gform_wrapper .gfield_description {
    margin-top: .5rem; }
  .gform_wrapper .reqtxt, .gform_wrapper .emailreqtxt {
    font-size: 90%;
    color: #bd071a;
    font-style: italic; }
  .gform_wrapper .totalfield {
    display: inline-block;
    border: 2px solid #ccc;
    padding: .5rem; }
    .gform_wrapper .totalfield label, .gform_wrapper .totalfield .ginput_container {
      display: inline-block;
      margin-right: .5rem; }
    .gform_wrapper .totalfield .ginput_container {
      font-weight: 700; }
  .gform_wrapper .required, .gform_wrapper .validation_error {
    color: #bd071a; }
  .gform_wrapper .validation_error, .gform_wrapper .validation_message,
  .gform_wrapper .gform_confirmation_message {
    background: rgba(202, 10, 55, 0.1);
    padding: 1rem;
    border-left: 3px solid #c03;
    margin-bottom: 1rem; }
  .gform_wrapper .gform_confirmation_message {
    color: #3e754d;
    background: rgba(62, 117, 77, 0.1);
    border-color: #3e754d; }
  .gform_wrapper .validation_message {
    font-size: 75%;
    padding: .5rem 1rem;
    font-style: italic;
    color: #3e754d; }
  .gform_wrapper .ginput_complex span {
    display: block; }
    .gform_wrapper .ginput_complex span label {
      font-weight: 400; }
  .gform_wrapper .ginput_complex.ginput_container_address span.address_state select {
    width: 100%; }
  .gform_wrapper .ginput_complex.ginput_container_address span.address_zip {
    width: 17%;
    min-width: 120px; }
  .gform_wrapper .ginput_container_date input.datepicker,
  .gform_wrapper .ginput_container_date .ui-datepicker-trigger {
    display: inline-block; }
  .gform_wrapper .ginput_container_date input.datepicker {
    max-width: 200px;
    background-image: url(images/icons/calendar-alt.svg);
    background-repeat: no-repeat;
    background-size: 1em;
    background-position: .5em center;
    padding-left: 2em; }
  .gform_wrapper .ginput_container_date .ui-datepicker-trigger {
    margin-left: .5rem; }

/*-- datepicker div
--------------------------------*/
div#ui-datepicker-div {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  padding: .5rem;
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.9);
  width: 200px;
  font-size: 87%; }
  div#ui-datepicker-div a {
    text-decoration: none; }
  div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
  div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next,
  div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-month,
  div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-year {
    float: left;
    width: auto;
    max-width: 50%;
    text-transform: uppercase; }
  div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    border-width: 1px 0;
    padding: .5rem 0; }
  div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next,
  div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-year {
    float: right;
    text-align: right;
    clear: right; }
  div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-month,
  div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-year {
    text-transform: none; }
  div#ui-datepicker-div table.ui-datepicker-calendar {
    width: 100%; }
    div#ui-datepicker-div table.ui-datepicker-calendar td {
      text-align: center; }

/*-- Constant Contact form
--------------------------------*/
@media screen and (min-width: 341px) {
  .gform_wrapper .ginput_complex span {
    display: block;
    float: left;
    width: 49%; }
    .gform_wrapper .ginput_complex span:first-of-type {
      margin-right: 2%; } }

@media screen and (max-width: 770px) {
  .gform_wrapper .ginput_complex span.address_city, .gform_wrapper .ginput_complex span.address_state {
    width: 100%;
    margin-right: 0; } }

@media screen and (min-width: 771px) {
  .gform_wrapper .ginput_complex.ginput_container_address span.address_city {
    clear: left;
    margin-right: 2%; }
  .gform_wrapper .ginput_complex.ginput_container_address span.address_state {
    width: 30%;
    margin-right: 2%; } }

/*-- Social links, etc
--------------------------------*/
ul.socials, ul.sharing-links {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.socials li, ul.sharing-links li {
    display: block;
    overflow: hidden;
    float: left; }
    ul.socials li a, ul.sharing-links li a {
      text-align: center;
      display: block;
      width: 100%;
      height: 100%;
      padding: 5px; }
    ul.socials li svg, ul.sharing-links li svg {
      display: block;
      max-width: 100%;
      max-height: 100%;
      margin: auto; }
    ul.socials li path, ul.sharing-links li path {
      fill: white; }

.share-icon {
  width: 26px;
  height: 26px;
  display: block; }

ul.socials {
  font-size: 16px; }
  ul.socials li {
    background-color: transparent; }
    ul.socials li.share-bandcamp:hover a path {
      fill: #7099a7; }
    ul.socials li.share-facebook:hover a path {
      fill: #3b5998; }
    ul.socials li.share-google-plus:hover a path {
      fill: #cc0000; }
    ul.socials li.share-instagram:hover a path {
      fill: #bd4c69; }
    ul.socials li.share-linkedin:hover a path {
      fill: #0073a5; }
    ul.socials li.share-pinterest:hover a path {
      fill: #d43638; }
    ul.socials li.share-tumblr:hover a path {
      fill: #2c4762; }
    ul.socials li.share-twitter:hover a path {
      fill: #2ca9e1; }
    ul.socials li.share-youtube:hover a path {
      fill: #bf0900; }
    ul.socials li.share-email:hover a path {
      fill: #ff8c00; }

ul.sharing-links li.share-facebook a {
  background-color: #3b5998; }

ul.sharing-links li.share-google-plus a {
  background-color: #cc0000; }

ul.sharing-links li.share-linkedin a {
  background-color: #0073a5; }

ul.sharing-links li.share-pinterest a {
  background-color: #d43638; }

ul.sharing-links li.share-tumblr a {
  background-color: #2c4762; }

ul.sharing-links li.share-twitter a {
  background-color: #2ca9e1; }

ul.sharing-links li.share-youtube a {
  background-color: #bf0900; }

ul.sharing-links li.share-email a {
  background-color: darkslategray; }

.sharing-module {
  *zoom: 1; }
  .sharing-module:before, .sharing-module:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    height: 0;
    width: 100%; }
  .sharing-module:after {
    clear: both; }
  .sharing-module .sharing-title {
    display: block;
    cursor: pointer;
    margin: 0;
    float: left;
    font-size: 1rem;
    line-height: 1; }
    .sharing-module .sharing-title span {
      display: inline-block;
      float: left;
      margin-right: .5em;
      color: darkslategray; }
      .sharing-module .sharing-title span path {
        fill: darkslategray; }
      .sharing-module .sharing-title span.share-icon {
        width: 1em; }
    .sharing-module .sharing-title:hover span {
      color: slategray; }
      .sharing-module .sharing-title:hover span path {
        fill: slategray; }
  .sharing-module .positioner {
    float: left;
    min-width: 50%;
    height: 26px;
    overflow: hidden; }
  .sharing-module .share-icon {
    display: block; }
  .sharing-module .sharing-links {
    transform: translateX(-100%);
    transition: all 0.3s ease;
    float: left;
    position: relative;
    left: 0;
    opacity: 0; }
  .sharing-module.open .sharing-links {
    transform: none;
    opacity: 1; }

/* Slider */
.slider-gallery {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-y: visible;
  position: relative;
  height: auto !important;
  margin-bottom: 70px; }
  .slider-gallery .slick-track {
    height: auto !important; }
  .slider-gallery .slick-slide {
    height: 100% !important; }
    .slider-gallery .slick-slide.slick-loading img {
      display: block; }
  .slider-gallery .slide-content {
    width: auto;
    display: inline-block;
    overflow: hidden;
    position: relative; }
    .slider-gallery .slide-content img {
      max-width: 100%;
      height: auto; }

.slick-loading .slick-slide {
  display: block; }

.slick-loading .slick-track,
.slick-loading .slick-slide {
  visibility: visible; }

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

/* Arrows */
.slick-prev,
.slick-next {
  transition: all 0.3s ease;
  position: absolute;
  top: calc(100% + 10px);
  display: block;
  height: 40px;
  width: 60px;
  line-height: 0px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  border: none;
  outline: none;
  z-index: 1001;
  color: white; }
  .slick-prev svg,
  .slick-next svg {
    width: auto;
    height: 20px; }
  .slick-prev path,
  .slick-next path {
    fill: white; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: #ff8c00;
    opacity: 1.0; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: 0.7; }

.slick-prev {
  left: 0; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0; }

.slick-next {
  left: 70px; }
  [dir="rtl"] .slick-next {
    right: 70px;
    left: auto; }

.nextbutton {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  content: '';
  width: 100%;
  text-indent: 1111%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer; }
  .nextbutton:hover {
    background: transparent; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0;
    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 {
          border-color: white;
          opacity: 1.0; }
      .slick-dots li button:before {
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 10px;
        height: 10px;
        line-height: 10px;
        text-align: center;
        background-color: black;
        opacity: 0.5;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        border: 2px solid black; }
    .slick-dots li.slick-active button:before {
      background-color: white;
      opacity: 1.0; }

.album-art,
.album-desc {
  float: left;
  margin-bottom: 2rem; }

.rel_date {
  margin-left: 1em;
  font-size: 60%;
  font-style: normal; }

.buy-links {
  padding: .5em 0 1em; }
  .buy-links .buy-title,
  .buy-links .buy-links-links,
  .buy-links .buy-links-link {
    display: inline-block;
    margin-right: .5em; }
  .buy-links .buy-title {
    text-transform: uppercase; }
  .buy-links .buy-links-links {
    margin: 0;
    padding: 0;
    list-style: none; }
  .buy-links .buy-links-link:after {
    content: ' | '; }
  .buy-links .buy-links-link:last-child:after {
    content: ''; }

@media screen and (min-width: 541px) {
  .album-art {
    width: 23.5%;
    margin-right: 2%; }
  .album-desc {
    width: 74.5%; } }

@media screen and (min-width: 770px) {
  .album-art {
    width: 32%; }
  .album-desc {
    width: 66%; } }

.bit-widget-container .bit-upcoming-events {
  margin: 0 0 10px 0 !important; }

.bit-widget-container .bit-widget .bit-event .bit-button {
  line-height: 32px; }

.tourdates-listing {
  font-size: 87.5%; }
  #sidebar .tourdates-listing {
    margin-bottom: 1rem; }
  .tourdates-listing.tiny .tourdate {
    display: block; }
    .tourdates-listing.tiny .tourdate div {
      width: 100%; }
    .tourdates-listing.tiny .tourdate .td-date-date {
      font-size: 125%; }
    .tourdates-listing.tiny .tourdate .td-date-date,
    .tourdates-listing.tiny .tourdate .td-date-venue {
      width: 100%;
      display: block; }
    .tourdates-listing.tiny .tourdate .td-date-sep {
      display: none; }
    .tourdates-listing.tiny .tourdate .td-tix {
      margin-top: .5em; }
  .tourdates-listing.full {
    margin-bottom: 1.5rem;
    font-size: inherit; }
  .tourdates-listing .alldates {
    margin: .5em 0; }

.tourdate {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: .5em 0; }
  .tourdate .td-date {
    padding-right: 2rem;
    flex-shrink: 0; }
  .tourdate .td-notes {
    padding-right: 2rem;
    flex-grow: 1; }
    .tourdate .td-notes p {
      margin-bottom: .5rem; }
  .tourdate .td-tix a.button {
    margin-top: .4em; }
  .full .tourdate {
    padding: 1em 0; }

@media screen and (min-width: 721px) {
  .tourdate {
    display: flex; }
    .tourdate .td-date {
      flex-basis: 50%; }
    .widget .tourdate .td-date-venue {
      display: block; }
    .widget .tourdate .td-date, .widget .tourdate .td-notes {
      padding-right: 1rem; } }

@media screen and (min-width: 931px) {
  .bit-widget-container .bit-widget .bit-event .bit-event-buttons {
    flex-direction: row; }
    .bit-widget-container .bit-widget .bit-event .bit-event-buttons > div {
      margin: 0 0 0 .5rem; } }

@media print {
  /* =============================================================================
	   Print Styles
	   ========================================================================== */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  body {
    font-size: 11pt;
    margin: .5in; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  /* Don't show links for images, or javascript/internal links */
  pre, block quote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  #branding {
    position: relative !important;
    padding: 1rem 0;
    border-bottom: 1px solid #ccc;
    height: auto !important; }
    #branding #logo {
      width: auto;
      max-width: 100%; }
      #branding #logo a {
        text-indent: 0;
        padding: 0;
        height: auto;
        color: #999;
        font-weight: 700; }
        #branding #logo a img {
          width: 100%; }
        #branding #logo a:after {
          display: none; }
  #primary {
    float: left;
    padding: 0; }
  #shim {
    height: 0 !important; }
  nav,
  #slide-trigger,
  .sharing-module {
    display: none !important; }
  h2, h3 {
    page-break-after: avoid; }
  article {
    page-break-before: always; }
  ul, img {
    page-break-inside: avoid; } }

/* HTML definitions */
body {
  transition: all 0.3s ease;
  margin: 0;
  padding: 0;
  background-color: #333;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  font-family: "europa", helvetica, arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
  line-height: 1.5;
  color: white; }
  body.dropped {
    margin-left: -100vw; }

pre {
  font-family: monospace, 'monospace'; }

::selection {
  background: #426f6f;
  color: white;
  text-shadow: none; }

a {
  transition: all 0.3s ease;
  color: #ff8c00;
  font-weight: 700;
  text-decoration: underline; }
  a:visited {
    color: #ff8c00; }
  a:hover {
    color: white;
    text-decoration: none; }
  a:focus {
    outline: none; }
  a:hover, a:active {
    outline: 0; }

path {
  transition: all 0.3s ease; }

h1, h2, h3, h4, #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults .ctct-form-custom h2,
#bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults #success_message_0 h2, h5, h6 {
  font-family: "eb-garamond", times, "times new roman", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  color: white;
  margin: 0 0 .5em 0; }
  h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults .ctct-form-custom h2 a,
  #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults #success_message_0 h2 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited {
    color: inherit;
    text-decoration: none;
    font-weight: inherit; }
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults .ctct-form-custom h2 a:hover,
  #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults #success_message_0 h2 a:hover, h5 a:hover, h6 a:hover {
    color: #ff8c00; }

h1, h2, h4, #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults .ctct-form-custom h2,
#bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults #success_message_0 h2, h5 {
  font-style: italic;
  text-transform: uppercase; }

h1 a, h2 a {
  text-decoration: none; }

h1 {
  font-size: 250%; }

h2 {
  font-size: 200%; }

h3 {
  font-size: 150%; }

h4, #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults .ctct-form-custom h2,
#bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults #success_message_0 h2 {
  font-size: 125%; }

h5 {
  font-size: 106.25%; }
  h5.morelink {
    margin-top: -1rem;
    text-align: right;
    margin-right: 1rem; }

h6 {
  font-size: 100%; }

p, ul, ol, hr {
  margin: 0 0 1.5em 0; }

ul {
  padding-left: 2em; }

hr {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  clear: both; }
  hr.clr {
    visibility: hidden;
    height: 0;
    width: 0;
    margin: 0;
    border: 0; }

iframe {
  width: 100%; }

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

/*!-- STRUCTURE
--------------------------------*/
#page, #branding, #bottom, #main,
#colophon, .aligncenter, .band,
.contain {
  *zoom: 1; }
  #page:before, #page:after, #branding:before, #branding:after, #bottom:before, #bottom:after, #main:before, #main:after,
  #colophon:before,
  #colophon:after, .aligncenter:before, .aligncenter:after, .band:before, .band:after,
  .contain:before,
  .contain:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    height: 0;
    width: 100%; }
  #page:after, #branding:after, #bottom:after, #main:after,
  #colophon:after, .aligncenter:after, .band:after,
  .contain:after {
    clear: both; }

#page, #branding, #bottom {
  width: 100%;
  margin: 0;
  padding: 0;
  clear: both; }

.aligncenter {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1400px;
  clear: both; }

#main,
.contain {
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 1400px;
  clear: both; }

#main {
  padding: 2rem 0; }

#primary.full-width {
  *zoom: 1;
  width: 100%; }
  #primary.full-width:before, #primary.full-width:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    height: 0;
    width: 100%; }
  #primary.full-width:after {
    clear: both; }

#content {
  width: 100%; }

#bottom,
#sidebar {
  font-size: 75%;
  line-height: 1.3; }

#sidebar #tertiary,
#sidebar .widget {
  border-bottom: 0;
  margin-bottom: 1rem; }
  #sidebar #tertiary ul,
  #sidebar .widget ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #sidebar #tertiary ul li,
    #sidebar .widget ul li {
      margin-bottom: .5em; }
  #sidebar #tertiary:last-child,
  #sidebar .widget:last-child {
    margin-right: 0; }

#shim {
  transition: all 0.2s ease; }

#pg-bg {
  transition: opacity 0.7s ease;
  z-index: 0;
  position: fixed;
  opacity: 0.4;
  background-color: black; }
  #pg-bg.darkened {
    opacity: 0.8; }

/*-- HEADER
--------------------------------*/
#branding {
  position: fixed;
  z-index: 10000; }
  #branding .contain {
    transition: all 0.3s ease;
    max-width: 90%;
    padding: 1rem 0; }
  #branding #logo {
    margin: 1rem 0; }
    #branding #logo a {
      color: rgba(255, 255, 255, 0.9);
      text-decoration: none; }
    #branding #logo img {
      width: 100%;
      height: auto; }
    #branding #logo:hover a {
      color: white; }
  #branding.compact .contain {
    padding: 0; }

#headbg {
  transition: opacity 0.5s ease;
  /* Fallback for sad browsers */
  background-color: transparent;
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(black, rgba(0, 0, 0, 0));
  /* Opera */
  background-image: -o-linear-gradient(black, rgba(0, 0, 0, 0));
  /* WebKit (Chrome 11+) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, black), color-stop(1, rgba(0, 0, 0, 0)));
  /* WebKit (Safari 5.1+, Chrome 10+) */
  background-image: -webkit-linear-gradient(black, rgba(0, 0, 0, 0));
  /* IE10 */
  background-image: -ms-linear-gradient(black, rgba(0, 0, 0, 0));
  /* W3C */
  background-image: linear-gradient(black, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 0.7; }
  #headbg.darkened {
    opacity: 1.0; }

/*-- Footer
--------------------------------*/
#bottom {
  margin-top: 1rem;
  color: #e6e6e6; }
  #bottom .contain {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 2rem 0; }
  #bottom .footer-col {
    float: left;
    margin-bottom: 1.5em; }
    #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults {
      background: transparent !important;
      font: inherit;
      padding: 0;
      border-radius: 0; }
      #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults .ctct-form-custom,
      #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults #success_message_0 {
        min-height: none; }
        #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults .ctct-form-custom p,
        #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults #success_message_0 p {
          font: inherit;
          color: white; }
      #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults .ctct-form-custom input {
        line-height: 1;
        height: 30px; }
      #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults .ctct-form-custom .ctct-form-field {
        margin: 0;
        float: left;
        width: calc(100% - 8em);
        clear: both; }
        #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults .ctct-form-custom .ctct-form-field label {
          display: none; }
        #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults .ctct-form-custom .ctct-form-field input {
          width: 100%;
          border-radius: 0px;
          font: inherit;
          border: 0;
          padding: .75em;
          box-shadow: none; }
        #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults .ctct-form-custom .ctct-form-field .ctct-form-errorMessage {
          position: absolute;
          top: 100%; }
      #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults .ctct-form-custom #gdpr_text {
        display: none; }
      #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults .ctct-form-custom .ctct-form-button {
        transition: all 0.3s ease;
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        width: auto;
        padding: .4em 1em;
        font-weight: 700;
        background: #ff8c00;
        color: white;
        border: 0;
        width: 8em;
        border-radius: 0;
        font: inherit;
        padding: .65em 1em;
        border: 0;
        float: right; }
        #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults .ctct-form-custom .ctct-form-button:visited {
          color: white; }
        #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults .ctct-form-custom .ctct-form-button:hover {
          color: white;
          background: darkslategray; }
        #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults .ctct-form-custom .ctct-form-button.reversed {
          background: white;
          color: #ff8c00;
          border: 1px solid #e6e6e6; }
          #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults .ctct-form-custom .ctct-form-button.reversed:visited {
            color: white; }
          #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults .ctct-form-custom .ctct-form-button.reversed:hover {
            background: #e6e6e6; }
        #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults .ctct-form-custom .ctct-form-button.ghost {
          background: transparent;
          border: 1px solid white;
          color: white; }
          #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults .ctct-form-custom .ctct-form-button.ghost:visited {
            color: white; }
          #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults .ctct-form-custom .ctct-form-button.ghost:hover {
            background: #ff8c00;
            border-color: #ff8c00; }
      #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults .grecaptcha-badge,
      #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults .ctct-form-footer {
        display: none; }
    #bottom .footer-col.email-signup input {
      line-height: 1;
      border: none; }
      #bottom .footer-col.email-signup input[type=email] {
        float: left;
        width: calc(100% - 8em); }
      #bottom .footer-col.email-signup input[type=submit] {
        float: right;
        width: 8em; }
    #bottom .footer-col.email-signup input, #bottom .footer-col.email-signup button {
      height: 36px !important; }
  #bottom a {
    color: #e6e6e6; }
  #bottom a:hover {
    color: white; }

#footnav ul {
  list-style: none;
  margin-right: 0;
  padding: 0;
  float: right; }
  #footnav ul li {
    display: inline;
    margin: 0; }
    #footnav ul li:after {
      content: "  |  "; }
    #footnav ul li:last-child:after {
      content: "" !important; }

/*-- headers and overlays
--------------------------------*/
.overlink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  content: '';
  width: 100%;
  text-indent: 1111%;
  white-space: nowrap;
  overflow: hidden; }

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
  width: 100%;
  text-indent: 1111%;
  white-space: nowrap;
  overflow: hidden; }

/*-- Content
--------------------------------*/
/* Add " (PDF)" text after links that go to PDFs */
/* If file size specified as data attribute, use that too */
.collapse {
  *zoom: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 3% 0 2% 0; }
  .collapse:before, .collapse:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    height: 0;
    width: 100%; }
  .collapse:after {
    clear: both; }
  .collapse .collapse-trigger {
    transition: all 0.3s ease; }
    .collapse .collapse-trigger:hover {
      cursor: pointer;
      color: #ff8c00; }
  .collapse .collapse-content {
    transition: all 0.3s ease;
    display: none; }
  .collapse:last-of-type {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.post {
  *zoom: 1; }
  .post:before, .post:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    height: 0;
    width: 100%; }
  .post:after {
    clear: both; }

.index .post {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  margin: 0 0 1rem;
  padding: 0 0 1rem 0; }

.index .archive-title {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  font-style: normal;
  text-transform: uppercase; }
  .index .archive-title .subordinate {
    font-style: italic;
    text-transform: none;
    margin-right: .5rem; }

.entry-meta {
  clear: both;
  display: block;
  font-size: 75%;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.7); }

#content nav {
  display: block;
  overflow: hidden; }
  #content nav.nav-previous {
    float: left;
    width: 50%; }
  #content nav.nav-next {
    float: right;
    text-align: right;
    width: 50%; }
  #content nav #nav-above {
    display: none; }
  #content nav #nav-below {
    margin: 1rem 0; }
  #content nav article.last-child,
  #content nav .single .post {
    border: 0; }

.paged #content #nav-above,
.single #content #nav-above {
  display: block; }

/* Image Attachments */
.image-attachment div.entry-meta {
  float: left; }

.image-attachment nav {
  float: right;
  margin: 0 0 1rem 0; }

.image-attachment .entry-content {
  clear: both; }
  .image-attachment .entry-content .entry-attachment {
    background: #ccc;
    margin: 0 0 1rem;
    padding: 1rem;
    text-align: center; }
  .image-attachment .entry-content .attachment {
    display: block;
    margin: 0 auto;
    text-align: center; }

/* Images */
p img {
  margin-bottom: 0.5rem; }

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */ }

img.alignleft {
  margin-right: 1rem; }

img.alignright {
  margin-left: 1rem; }

.wp-caption {
  padding: .5rem;
  text-align: center; }

.wp-caption img {
  margin: .25rem; }

.wp-caption .wp-caption-text {
  margin: .5rem; }

/*-- Alignment
--------------------------------*/
.alignleft, .alignright {
  display: inline; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

/*-- alerts
--------------------------------*/
.alert, .validation_error,
.gform_confirmation_message {
  *zoom: 1;
  border-radius: 7px;
  border: 1px solid gray;
  background: #e6e6e6;
  padding: 2%;
  margin-bottom: 2rem; }
  .alert:before, .alert:after, .validation_error:before, .validation_error:after,
  .gform_confirmation_message:before,
  .gform_confirmation_message:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    height: 0;
    width: 100%; }
  .alert:after, .validation_error:after,
  .gform_confirmation_message:after {
    clear: both; }
  .alert *, .validation_error *,
  .gform_confirmation_message * {
    color: #333; }

.warning, .validation_error {
  background: #f2dede;
  border-color: #bd071a; }

.ok,
.gform_confirmation_message {
  background: #dff0d9;
  border-color: #3e754d; }

.validation_message {
  font-weight: 700;
  color: #a00; }

/*-- News
--------------------------------*/
#news-excerpts .news-excerpt {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  *zoom: 1;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }
  #news-excerpts .news-excerpt:before, #news-excerpts .news-excerpt:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    height: 0;
    width: 100%; }
  #news-excerpts .news-excerpt:after {
    clear: both; }
  #news-excerpts .news-excerpt:last-child {
    border: none; }
  #news-excerpts .news-excerpt .news-excerpt--thumb {
    width: 23.5%;
    float: left;
    margin: .3em 1rem 1rem 0;
    z-index: 6; }
    #news-excerpts .news-excerpt .news-excerpt--thumb a {
      display: block; }

/*-- thumbnails
--------------------------------*/
.thumbarray {
  *zoom: 1;
  margin: 0 0 2rem 0; }
  .thumbarray:before, .thumbarray:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    height: 0;
    width: 100%; }
  .thumbarray:after {
    clear: both; }
  .thumbarray .thumb {
    float: left;
    margin: 0 2% 2% 0; }
    .thumbarray .thumb .thumb--thumb {
      background: white; }
      .thumbarray .thumb .thumb--thumb a {
        display: block; }
      .thumbarray .thumb .thumb--thumb img {
        display: block; }
    .thumbarray .thumb .thumb--title {
      font-family: "europa", helvetica, arial, sans-serif;
      font-size: 1em;
      font-weight: 200;
      font-style: normal;
      text-transform: none;
      padding: .5rem 0; }
    .thumbarray .thumb:hover .thumb--thumb a {
      opacity: 0.9; }
  .thumbarray.thumbs-gallery {
    display: flex;
    flex-wrap: wrap; }

p.backlink {
  margin: 2rem 0; }
  p.backlink a {
    color: white;
    text-decoration: none; }

/*-- Accessibility
--------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  border: 0; }

/*-- alert boxes
--------------------------------*/
.alert {
  *zoom: 1;
  border-radius: 7px;
  border: 1px solid gray;
  background: #ccc;
  padding: 2%;
  margin-bottom: 2rem; }
  .alert:before, .alert:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    height: 0;
    width: 100%; }
  .alert:after {
    clear: both; }

.warning {
  background: #f2dede;
  border-color: #bd071a; }

.ok {
  background: #dff0d9;
  border-color: #3e754d; }

/*-- Widgets
--------------------------------*/
.widget {
  display: block;
  margin-bottom: 1rem; }

.widget-area .widget_search {
  overflow: hidden; }
  .widget-area .widget_search input {
    float: left; }
  .widget-area .widget_search h2 {
    padding-left: 6px; }
  .widget-area .widget_search h4, .widget-area .widget_search #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults .ctct-form-custom h2, #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults .ctct-form-custom .widget-area .widget_search h2,
  .widget-area .widget_search #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults #success_message_0 h2,
  #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults #success_message_0 .widget-area .widget_search h2 {
    padding-left: 3px; }

#insta-feed .insta-feed-feed #sbi_load {
  text-align: left; }
  #insta-feed .insta-feed-feed #sbi_load .sbi_follow_btn {
    margin-left: 0; }

#twitter-feed #ctf {
  font-size: 87.5%; }
  #twitter-feed #ctf a {
    text-decoration: none;
    color: white; }
    #twitter-feed #ctf a:hover {
      color: #2ca9e1; }
  #twitter-feed #ctf .ctf-header {
    padding: 0; }
  #twitter-feed #ctf .ctf-item {
    border-top: 1px dotted rgba(255, 255, 255, 0.5);
    padding: 10px 5px; }
    #twitter-feed #ctf .ctf-item .ctf-author-box {
      margin-left: 32px;
      min-height: 24px; }
      #twitter-feed #ctf .ctf-item .ctf-author-box .ctf-author-avatar {
        margin-left: -32px;
        width: 24px;
        height: 24px; }
        #twitter-feed #ctf .ctf-item .ctf-author-box .ctf-author-avatar img {
          width: 24px;
          height: 24px; }
      #twitter-feed #ctf .ctf-item .ctf-author-box .ctf-author-name {
        margin-left: 0;
        margin-top: 0; }
    #twitter-feed #ctf .ctf-item .ctf-tweet-content {
      font-size: 88%;
      line-height: 1.3; }
    #twitter-feed #ctf .ctf-item .ctf-tweet-actions a {
      color: white; }

/*-- blog
--------------------------------*/
.blog .post .entry-content img.alignleft,
.blog .post .entry-content img.alignright {
  max-width: 30%; }

/*-- thickbox
--------------------------------*/
#TB_window {
  background: transparent !important; }
  #TB_window img#TB_Image {
    margin: 0 !important;
    border: none !important; }
  #TB_window #TB_closeWindow {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0; }
    #TB_window #TB_closeWindow button .tb-close-icon {
      color: white; }
    #TB_window #TB_closeWindow button:hover .tb-close-icon {
      color: #ff8c00; }
  #TB_window #TB_caption {
    display: none; }

/* =media queries
--------------------------------------------------------------------*/
@media screen and (max-width: 540px) {
  .thumbarray .thumb {
    width: 49%; }
    .thumbarray .thumb:nth-of-type(even) {
      margin-right: 0; } }

@media screen and (min-width: 541px) {
  #bottom .footer-col {
    width: 49%;
    margin-right: 2%; }
    #bottom .footer-col:last-child {
      margin-right: 0; } }

@media screen and (min-width: 541px) and (max-width: 770px) {
  .thumbarray .thumb {
    width: 32%; }
    .thumbarray .thumb:nth-of-type(3n+3) {
      margin-right: 0; } }

@media screen and (max-width: 720px) {
  body {
    font-size: 92%; }
  h1 {
    font-size: 200%; }
  h2 {
    font-size: 175%; }
  h3 {
    font-size: 130%; }
  h4, #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults .ctct-form-custom h2,
  #bottom .footer-col.email-signup .ctct-inline-form .ctct-form-container .ctct-form-defaults #success_message_0 h2 {
    font-size: 113%; } }

@media screen and (max-width: 770px) {
  body {
    transition: all 0.3s ease;
    width: 100%; }
  #branding #logo {
    padding: 0;
    width: calc(100% - 40px); }
  #primary, #sidebar {
    width: 100% !important;
    clear: both; } }

@media screen and (min-width: 771px) {
  #logo {
    width: auto;
    float: left;
    font-size: 3.5vw; }
  #primary.has-sidebar {
    float: left;
    width: 74.5%;
    margin: 0; }
  #sidebar {
    float: right;
    width: 23.5%; }
  #bottom .footer-col {
    width: 32%; } }

@media screen and (min-width: 771px) and (max-width: 930px) {
  .thumbarray .thumb {
    width: 23.5%; }
    .thumbarray .thumb:nth-of-type(4n+4) {
      margin-right: 0; } }

@media screen and (min-width: 1031px) {
  #primary.has-sidebar {
    width: 66%; } }

@media screen and (min-width: 930px) {
  .thumbarray.thumbs-music .thumb {
    width: 15%; }
    .thumbarray.thumbs-music .thumb:nth-of-type(6n+6) {
      margin-right: 0; }
  .thumbarray.thumbs-gallery .thumb {
    width: 23.5%; }
    .thumbarray.thumbs-gallery .thumb:nth-of-type(4n+4) {
      margin-right: 0; } }

@media screen and (min-width: 1400px) {
  body {
    font-size: 112%; } }
