/*!
Theme Name: Burnt Out Records
Theme URI: https://benchmark.co.uk/barebones
Author: Ade Hart
Author URI: https://adehart.co.uk/
Description: Burnt Out Records theme built on Barebones skeleton theme.
Version: 1.0
License: MIT
License URI: https://mit-license.org/
Text Domain: barebones
*/
/**
 * Breakpoints
 */
/**
 * Typography
 */
/**
 * Grid
 */
/**
 * Colors
 */
/**
 * Spacing
 */
/**
* Font Sizes
*/
/**
 * Components
 */
/**
 * Animations
 */
/*
 * Media query to respond to a minimum size (mobile first)
 */
/*
 * Media query to respond to a maximum size
 */
/*
 * Output font size in px/rem
 */
/*
 * Placeholder mixin for <input>
 */
/**
 * Clearfix
 */
/**
 * Default variables and helper mixins
 */
/**
 * Space between columns
 */
/**
 * Max width of container
 */
/**
 * Number of total columns
 */
/**
 * Breakpoints
 */
/**
 * Grid loop mixin
 */
/**
 * Clearfix
 */
/**
 * Grid scaffolding
 */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

.row {
  list-style: none;
  margin-left: -24px;
}
.row:not(.row--flex):before, .row:not(.row--flex):after {
  content: " ";
  display: table;
}
.row:not(.row--flex):after {
  clear: both;
}
.row.row--gutterless {
  margin-left: 0;
}
.row.row--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col {
  float: left;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.row--gutterless .col {
  padding-left: 0;
}

/**
 * Columns generator
 */
@media only screen and (min-width: 1025px) {
  .col--lg-offset-0 {
    margin-left: 0%;
  }
  .col--lg-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--lg-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--lg-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--lg-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--lg-3 {
    width: 25%;
  }
  .row--flex .col--lg-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--lg-offset-3 {
    margin-left: 25%;
  }
  .col--lg-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--lg-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--lg-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--lg-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--lg-6 {
    width: 50%;
  }
  .row--flex .col--lg-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--lg-offset-6 {
    margin-left: 50%;
  }
  .col--lg-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--lg-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--lg-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--lg-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--lg-9 {
    width: 75%;
  }
  .row--flex .col--lg-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--lg-offset-9 {
    margin-left: 75%;
  }
  .col--lg-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--lg-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--lg-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--lg-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--lg-12 {
    width: 100%;
  }
  .row--flex .col--lg-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--lg-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .col--md-offset-0 {
    margin-left: 0%;
  }
  .col--md-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--md-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--md-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--md-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--md-3 {
    width: 25%;
  }
  .row--flex .col--md-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--md-offset-3 {
    margin-left: 25%;
  }
  .col--md-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--md-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--md-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--md-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--md-6 {
    width: 50%;
  }
  .row--flex .col--md-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--md-offset-6 {
    margin-left: 50%;
  }
  .col--md-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--md-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--md-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--md-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--md-9 {
    width: 75%;
  }
  .row--flex .col--md-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--md-offset-9 {
    margin-left: 75%;
  }
  .col--md-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--md-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--md-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--md-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--md-12 {
    width: 100%;
  }
  .row--flex .col--md-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--md-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width:768px) {
  .col--sm-offset-0 {
    margin-left: 0%;
  }
  .col--sm-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--sm-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--sm-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--sm-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--sm-3 {
    width: 25%;
  }
  .row--flex .col--sm-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--sm-offset-3 {
    margin-left: 25%;
  }
  .col--sm-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--sm-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--sm-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--sm-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--sm-6 {
    width: 50%;
  }
  .row--flex .col--sm-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--sm-offset-6 {
    margin-left: 50%;
  }
  .col--sm-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--sm-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--sm-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--sm-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--sm-9 {
    width: 75%;
  }
  .row--flex .col--sm-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--sm-offset-9 {
    margin-left: 75%;
  }
  .col--sm-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--sm-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--sm-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--sm-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--sm-12 {
    width: 100%;
  }
  .row--flex .col--sm-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--sm-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .col--xs-offset-0 {
    margin-left: 0%;
  }
  .col--xs-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--xs-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--xs-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--xs-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--xs-3 {
    width: 25%;
  }
  .row--flex .col--xs-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--xs-offset-3 {
    margin-left: 25%;
  }
  .col--xs-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--xs-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--xs-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--xs-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--xs-6 {
    width: 50%;
  }
  .row--flex .col--xs-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--xs-offset-6 {
    margin-left: 50%;
  }
  .col--xs-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--xs-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--xs-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--xs-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--xs-9 {
    width: 75%;
  }
  .row--flex .col--xs-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--xs-offset-9 {
    margin-left: 75%;
  }
  .col--xs-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--xs-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--xs-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--xs-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--xs-12 {
    width: 100%;
  }
  .row--flex .col--xs-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--xs-offset-12 {
    margin-left: 100%;
  }
}
* {
  background-color: transparent;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: inherit;
  margin: 0;
  padding: 0;
}

html {
  background-color: white;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

input,
select,
textarea,
button {
  color: inherit;
  display: inline-block;
}
input[disabled],
select[disabled],
textarea[disabled],
button[disabled] {
  cursor: not-allowed;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  text-align: left;
}

@media only screen and (min-width: 1025px) {
  .visible-lg {
    display: block !important;
  }
}

@media only screen and (min-width: 1025px) {
  .hidden-lg {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .visible-md {
    display: block !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
}

@media only screen and (min-width: 481px) and (max-width:768px) {
  .visible-sm {
    display: block !important;
  }
}

@media only screen and (min-width: 481px) and (max-width:768px) {
  .hidden-sm {
    display: none !important;
  }
}

@media only screen and (max-width: 480px) {
  .visible-xs {
    display: block !important;
  }
}

@media only screen and (max-width: 480px) {
  .hidden-xs {
    display: none !important;
  }
}

/**
* Clearing and floating
*/
.alignleft,
.float-left {
  float: left;
}
img .alignleft,
img .float-left {
  margin-right: 24px;
}

.alignright,
.float-right {
  float: right;
}
img .alignright,
img .float-right {
  margin-left: 24px;
}

.aligncenter,
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img .aligncenter,
img .float-center {
  margin-bottom: 24px;
}

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

/**
* Text aligments
*/
.align-text-left {
  text-align: left;
}

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

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

/**
* Aligments
*/
.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/**
 * Elements visibility
 */
.visible-on-mobile {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .visible-on-mobile {
    display: block !important;
  }
}

.visible-on-tablet {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .visible-on-tablet {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .visible-on-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .visible-on-desktop {
    display: none !important;
  }
}

/**
 * Accessibility
 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/**
 * Breakpoints
 */
/**
 * Spacing
 */
.py-xl {
  padding-top: 96px;
  padding-bottom: 96px;
}

.pt-xl {
  padding-top: 96px;
}

.pb-xl {
  padding-bottom: 96px;
}

.px-xl {
  padding-left: 96px;
  padding-right: 96px;
}

.pl-xl {
  padding-left: 96px;
}

.pr-xl {
  padding-right: 96px;
}

.my-xl {
  margin-top: 96px;
  margin-bottom: 96px;
}

.mt-xl {
  margin-top: 96px;
}

.mb-xl {
  margin-bottom: 96px;
}

.mx-xl {
  margin-left: 96px;
  margin-right: 96px;
}

.ml-xl {
  margin-left: 96px;
}

.mr-xl {
  margin-right: 96px;
}

.py-lg {
  padding-top: 72px;
  padding-bottom: 72px;
}

.pt-lg {
  padding-top: 72px;
}

.pb-lg {
  padding-bottom: 72px;
}

.px-lg {
  padding-left: 72px;
  padding-right: 72px;
}

.pl-lg {
  padding-left: 72px;
}

.pr-lg {
  padding-right: 72px;
}

.my-lg {
  margin-top: 72px;
  margin-bottom: 72px;
}

.mt-lg {
  margin-top: 72px;
}

.mb-lg {
  margin-bottom: 72px;
}

.mx-lg {
  margin-left: 72px;
  margin-right: 72px;
}

.ml-lg {
  margin-left: 72px;
}

.mr-lg {
  margin-right: 72px;
}

.py-md {
  padding-top: 48px;
  padding-bottom: 48px;
}

.pt-md {
  padding-top: 48px;
}

.pb-md {
  padding-bottom: 48px;
}

.px-md {
  padding-left: 48px;
  padding-right: 48px;
}

.pl-md {
  padding-left: 48px;
}

.pr-md {
  padding-right: 48px;
}

.my-md {
  margin-top: 48px;
  margin-bottom: 48px;
}

.mt-md {
  margin-top: 48px;
}

.mb-md {
  margin-bottom: 48px;
}

.mx-md {
  margin-left: 48px;
  margin-right: 48px;
}

.ml-md {
  margin-left: 48px;
}

.mr-md {
  margin-right: 48px;
}

.py-sm {
  padding-top: 24px;
  padding-bottom: 24px;
}

.pt-sm {
  padding-top: 24px;
}

.pb-sm {
  padding-bottom: 24px;
}

.px-sm {
  padding-left: 24px;
  padding-right: 24px;
}

.pl-sm {
  padding-left: 24px;
}

.pr-sm {
  padding-right: 24px;
}

.my-sm {
  margin-top: 24px;
  margin-bottom: 24px;
}

.mt-sm {
  margin-top: 24px;
}

.mb-sm {
  margin-bottom: 24px;
}

.mx-sm {
  margin-left: 24px;
  margin-right: 24px;
}

.ml-sm {
  margin-left: 24px;
}

.mr-sm {
  margin-right: 24px;
}

.py-xs {
  padding-top: 12px;
  padding-bottom: 12px;
}

.pt-xs {
  padding-top: 12px;
}

.pb-xs {
  padding-bottom: 12px;
}

.px-xs {
  padding-left: 12px;
  padding-right: 12px;
}

.pl-xs {
  padding-left: 12px;
}

.pr-xs {
  padding-right: 12px;
}

.my-xs {
  margin-top: 12px;
  margin-bottom: 12px;
}

.mt-xs {
  margin-top: 12px;
}

.mb-xs {
  margin-bottom: 12px;
}

.mx-xs {
  margin-left: 12px;
  margin-right: 12px;
}

.ml-xs {
  margin-left: 12px;
}

.mr-xs {
  margin-right: 12px;
}

/**
 * Fonts
 */
.font-base {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-alt {
  font-family: "MuseoModerno", "Georgia", "Times New Roman", Times, serif;
}

/**
 * Font Sizes
 */
.text-xxl {
  font-size: 32pxpx;
  font-size: 2pxrem;
}

.text-xl {
  font-size: 24pxpx;
  font-size: 1.5pxrem;
}

.text-lg {
  font-size: 22pxpx;
  font-size: 1.375pxrem;
}

.text-md {
  font-size: 18pxpx;
  font-size: 1.125pxrem;
}

.text-sm {
  font-size: 16px;
  font-size: 1rem;
}

.text-xs {
  font-size: 14pxpx;
  font-size: 0.875pxrem;
}

/**
 * Colors
 */
.text-base {
  color: #444;
}
.text-base a {
  color: #444;
}

.bg-base {
  background-color: #444;
}

.text-background {
  color: #fff;
}
.text-background a {
  color: #fff;
}

.bg-background {
  background-color: #fff;
}

.text-brand {
  color: #444;
}
.text-brand a {
  color: #444;
}

.bg-brand {
  background-color: #444;
}

.text-brand-secondary {
  color: #DB4139;
}
.text-brand-secondary a {
  color: #DB4139;
}

.bg-brand-secondary {
  background-color: #DB4139;
}

.text-brand-primary {
  color: #2b2a2a;
}
.text-brand-primary a {
  color: #2b2a2a;
}

.bg-brand-primary {
  background-color: #2b2a2a;
}

.text-brand-light {
  color: #f2f2f2;
}
.text-brand-light a {
  color: #f2f2f2;
}

.bg-brand-light {
  background-color: #f2f2f2;
}

.text-success {
  color: #5CB85C;
}
.text-success a {
  color: #5CB85C;
}

.bg-success {
  background-color: #5CB85C;
}

.text-info {
  color: #444;
}
.text-info a {
  color: #444;
}

.bg-info {
  background-color: #444;
}

.text-warning {
  color: #F0AD4E;
}
.text-warning a {
  color: #F0AD4E;
}

.bg-warning {
  background-color: #F0AD4E;
}

.text-danger {
  color: #D9534F;
}
.text-danger a {
  color: #D9534F;
}

.bg-danger {
  background-color: #D9534F;
}

body {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  font-size: 16px;
  font-size: 1rem;
}
body.menu-open {
  overflow: hidden;
}

.grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 24px;
}
@media screen and (max-width: 768px) {
  .grid {
    grid-gap: 12px;
  }
}
@media only screen and (min-width: 1025px) {
  .grid.grid--lg-1x {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--lg-2x {
    -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--lg-3x {
    -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--lg-4x {
    -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--lg-5x {
    -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--lg-6x {
    -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .grid.grid--md-1x {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--md-2x {
    -ms-grid-columns: minmax(0, 1fr) 12px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--md-3x {
    -ms-grid-columns: minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--md-4x {
    -ms-grid-columns: minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr);
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--md-5x {
    -ms-grid-columns: minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr);
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--md-6x {
    -ms-grid-columns: minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr);
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 481px) and (max-width:768px) {
  .grid.grid--sm-1x {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--sm-2x {
    -ms-grid-columns: minmax(0, 1fr) 12px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--sm-3x {
    -ms-grid-columns: minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--sm-4x {
    -ms-grid-columns: minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr);
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--sm-5x {
    -ms-grid-columns: minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr);
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--sm-6x {
    -ms-grid-columns: minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr);
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 480px) {
  .grid.grid--xs-1x {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--xs-2x {
    -ms-grid-columns: minmax(0, 1fr) 12px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--xs-3x {
    -ms-grid-columns: minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--xs-4x {
    -ms-grid-columns: minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr);
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--xs-5x {
    -ms-grid-columns: minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr);
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--xs-6x {
    -ms-grid-columns: minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr);
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

/**
 * This file contains all @font-face declarations, if any.
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/**
 * Responsive images
 */
.is-fluid {
  display: block;
  width: 100%;
  height: auto;
}

*:focus {
  outline: 0;
}

input,
select,
textarea {
  background-color: #fff;
  border: solid 1px #2b2a2a;
  border-radius: 0;
  color: #2b2a2a;
  line-height: 36px;
  height: 36px;
  padding: 0 12px;
  width: 100%;
}

input[type=checkbox],
input[type=radio] {
  background: transparent;
  border: 0;
  line-height: normal;
  height: auto;
  width: auto;
}

input[type=file] {
  line-height: normal;
  height: auto;
  padding: 6px 12px;
}

input[type=submit] {
  border-radius: 3px;
}

input[disabled] {
  background-color: whitesmoke;
  cursor: not-allowed;
}

select {
  line-height: normal;
  padding: 0;
  padding-left: 12px;
}

textarea {
  min-height: 96px;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

label {
  display: block;
}

/**
 * Form utility classes
 */
.form--inline .form__group {
  display: inline-block;
}

.form .form__group {
  display: block;
  margin-bottom: 24px;
}
.form .form__group .form__label {
  display: block;
  margin-bottom: 12px;
}

/**
 * Contact Form 7 Overrides
 */
.wpcf7-response-output {
  margin: 24px 0 !important;
  border-color: #DB4139;
}

ul,
ol {
  margin-left: 24px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

.list--unstyled {
  margin-left: 0;
  list-style: none;
}

h1,
h2,
h3,
h4 {
  font-family: "MuseoModerno", "Georgia", "Times New Roman", Times, serif;
  color: #2b2a2a;
}

h5,
h6,
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

small {
  font-size: 0.75em;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
ul,
ol,
dl {
  margin-bottom: 24px;
}

/**
 * Basic styles for links
 */
a {
  color: #2b2a2a;
  text-decoration: none;
}
a:hover {
  opacity: 0.5;
  text-decoration: underline;
}

a[href^=tel] {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  font-style: inherit;
}

/**
 * Rules
 */
hr {
  height: 1px;
}

.category-list .card-heading h2 {
  margin-bottom: 0;
}
.category-list .card-heading .post__date {
  font-size: 14px;
}

.wp-block-image {
  margin-bottom: 24px;
}

.wp-element-caption {
  background-color: #DB4139;
  color: #2b2a2a;
  padding: 12px;
  width: 100%;
}

.card-list .event-title h2 {
  margin-bottom: 0;
}

.header {
  padding: 24px 0;
  background-color: #2b2a2a;
  border-bottom: 4px solid #DB4139;
}
.header .header__logo {
  margin: 0;
  line-height: 1;
}
.header .header__logo h1 {
  margin: 0;
}
.header .header__logo img {
  height: 80px;
  padding-right: 12px;
}
.header .header__logo .site-title {
  font-size: 32px;
  font-family: "MuseoModerno", "Georgia", "Times New Roman", Times, serif;
  color: white;
  line-height: 80px;
}

@media screen and (max-width: 1000px) {
  .header__logo {
    position: relative;
    z-index: 300;
  }
  .header__logo h1 {
    font-size: 0;
  }
  .header__logo h1 img {
    height: 48px !important;
  }
  .header__logo h1 .site-title {
    font-size: 20px !important;
    line-height: 48px !important;
  }
}
.footer {
  margin-top: 48px;
}
.footer .copyright-wrapper {
  border-top: 4px solid #2b2a2a;
}
.footer .footer-socials-cta {
  line-height: 48px;
}
.footer .footer-socials-cta:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .footer .map-container {
    margin-bottom: 48px;
  }
}

.hero-image {
  /* Set a specific height */
  height: 768px;
  padding: 0;
  margin: 0;
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .hero-image {
    height: 576px;
  }
}
.hero-image .hero-image-title {
  padding-bottom: 96px;
  position: absolute;
  bottom: 0;
  color: white;
}
@media screen and (max-width: 1024px) {
  .hero-image .hero-image-title {
    padding-bottom: 64px !important;
  }
}
.hero-image .home-hero-image-title {
  font-size: 80px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .hero-image .home-hero-image-title {
    font-size: 64px;
    padding-bottom: 64px;
  }
}
.hero-image .hero-image-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
}

.pagination .page-numbers {
  margin-right: 12px;
  font-size: 18px;
}
.pagination .page-numbers:last-child {
  margin-right: 0;
}
.pagination .current {
  color: #DB4139;
}

.btn, .wp-element-button {
  background-color: #2b2a2a;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  display: inline-block;
  padding: 24px;
  text-align: center;
  line-height: 0;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn::-moz-focus-inner, .wp-element-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.btn:hover, .wp-element-button:hover {
  text-decoration: none;
  background-color: #DB4139;
  color: #444;
  border-color: #2b2a2a;
}
.btn.is-disabled, .btn:disabled, .wp-element-button.is-disabled, .wp-element-button:disabled {
  pointer-events: none;
  opacity: 0.65;
}

.btn--inverse {
  background-color: #DB4139;
  color: #fff;
  border: 1px solid #f2f2f2;
}
.btn--inverse:hover {
  background-color: #f2f2f2;
  color: #fff;
  border-color: transparent;
}

.btn--block, .wp-block-button__link {
  display: block;
  width: 100%;
}
.btn--block + .btn--block, .wp-block-button__link + .btn--block {
  margin-top: 6px;
}

.btn--link {
  background-color: transparent;
  color: #444;
}

@media screen and (max-width: 1000px) {
  .btn {
    display: block;
    width: 100%;
  }
}
/**
 * Hamburger menu
 */
.nav-burger {
  float: right;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  position: relative;
  z-index: 150;
}

.nav-burger__line {
  width: 35px;
  height: 3px;
  background-color: #fff;
  display: none;
  margin: 8px auto;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
@media screen and (max-width: 1000px) {
  .nav-burger__line {
    display: block;
  }
}
.nav-burger.open .nav-burger__line:nth-child(2) {
  opacity: 0;
}
.nav-burger.open .nav-burger__line:nth-child(1) {
  -webkit-transform: translateY(11px) rotate(45deg);
          transform: translateY(11px) rotate(45deg);
}
.nav-burger.open .nav-burger__line:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(-35deg);
          transform: translateY(-11px) rotate(-35deg);
}

/**
 * Navs
 */
.nav {
  list-style: none;
  margin: 0;
}
.nav > li {
  display: inline-block;
  margin-right: 24px;
}
.nav > li:last-child {
  margin-right: 0;
}
.nav > li > a {
  display: block;
}

.header__navigation .nav {
  float: right;
}
.header__navigation .nav li:first-child a {
  background: none;
  padding: 0;
}
.header__navigation .nav li a {
  color: #fff;
  font-size: 18px;
  background: url(img/nav-icon.png) center left no-repeat;
  padding: 6px 0 6px 48px;
}

@media screen and (max-width: 1000px) {
  .header__navigation {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    padding: 120px 24px;
    background: #2b2a2a;
  }
  .header__navigation .nav {
    float: left;
    display: block;
    width: 100%;
    height: 100%;
  }
  .header__navigation .nav li {
    display: block;
    margin-bottom: 24px;
  }
  .header__navigation .nav li a {
    background: none;
    padding: 0;
    font-size: 24px;
  }
}
.alert {
  padding: 24px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 24px;
}
.alert.alert--success {
  color: #5CB85C;
  border-color: #5CB85C;
}
.alert.alert--info {
  color: #444;
  border-color: #444;
}
.alert.alert--warning {
  color: #F0AD4E;
  border-color: #F0AD4E;
}
.alert.alert--danger {
  color: #D9534F;
  border-color: #D9534F;
}

.home-cta h3 {
  font-size: 32px;
  color: #fff;
}
.home-cta .wp-block-button {
  width: 100%;
}
.home-cta .wp-element-button {
  background-color: #DB4139;
  color: #2b2a2a;
}
.home-cta .wp-element-button:hover {
  background-color: #f2f2f2;
}

@media screen and (max-width: 1024px) {
  .home-cta {
    margin-bottom: 24px;
  }
  .home-cta .home-cta-image {
    min-height: 0;
  }
  .home-cta-3 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .home-cta-image {
    min-height: 289px;
  }
}
@media screen and (min-width: 768px) {
  .artist-list .item-card {
    min-height: 552px;
  }
}
@media screen and (min-width: 1024px) {
  .artist-list .item-card {
    min-height: 480px;
  }
}