@charset "UTF-8";
/* Theme colors */
/* Button colors */
/* Text link colors */
/* Text colors */
/* Helper colors */
/* Typography */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*
  Dependency-free breakpoint mixin
  http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
*/
.cft-g {
  margin-left: -30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cft-g > .cft-gi {
  width: 100%;
  padding-left: 30px;
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/** * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) * Richard Clark (http://richclarkdesign.com) * http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input, button {
  -webkit-appearance: none;
  border-radius: 0;
}

input, textarea, select, a {
  outline: none;
}

sticky,
.bypostauthor,
.gallery-caption {
  display: normal;
}

.alignnone {
  margin: 0 auto 1em;
}

.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}

.aligncenter, div.aligncenter {
  display: block;
  clear: both;
  margin: 0em auto 1em !important;
}

img,
img[class*="align"],
img[class*="wp-image-"] {
  max-width: 100% !important;
  height: auto;
  width: auto;
  display: block;
}

article img.wp-post-image {
  margin-bottom: 1em;
}

img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

img.alignright {
  margin-left: 1em 0 1em 1em;
}

img.alignleft {
  margin: 1em 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin: 0 auto 1em;
}

img#wpstats {
  display: block;
  margin: 0 auto;
}

img[class*="align"],
img[class*="wp-image-"],
.gallery .gallery-icon img {
  border: none;
}

.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
  text-align: center;
}

.wp-caption img {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  position: relative;
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0;
}

.gallery {
  margin: 0 auto;
}

.gallery .gallery-item {
  margin: 0;
  float: left;
  text-align: center;
  width: 33%;
}

.gallery a img {
  border: none;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body,
input,
textarea,
button,
select {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "din-2014", sans-serif;
  color: #000;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
.h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
  text-decoration: underline;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  font-weight: inherit;
}

h1, .h1 {
  font-size: 30px;
  line-height: 38px;
  font-size: 3rem;
  line-height: 3.8rem;
}

h2, .h2 {
  font-size: 26px;
  line-height: 34px;
  font-size: 2.6rem;
  line-height: 3.4rem;
}

h3, .h3 {
  font-size: 24px;
  line-height: 32px;
  font-size: 2.4rem;
  line-height: 3.2rem;
}

h4, .h4 {
  font-size: 20px;
  line-height: 28px;
  font-size: 2rem;
  line-height: 2.8rem;
}

h5, .h5 {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

h6, .h6 {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

p {
  margin: 0 0 1.5em 0;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

blockquote {
  font-size: 20px;
  line-height: 28px;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #777;
  font-style: italic;
  margin: 0 0 30px;
  padding: 15px 30px;
  border-left: 1px solid #ebebeb;
}
blockquote p {
  margin-bottom: 0;
}
blockquote p + cite {
  margin-top: 15px;
}
blockquote cite {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #777;
}
blockquote cite:before {
  content: "\2014 \0020";
}

hr {
  clear: both;
  border-top: solid #ebebeb;
  border-width: 1px 0 0;
  margin: 60px 0;
}
hr.hr-small {
  margin: 30px 0;
}
hr.hr-clear {
  border-top: 0 none;
}

form {
  margin-bottom: 20px;
}

fieldset {
  margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea, select {
  border: 1px solid #ccc;
  padding: 5px 4px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font: 13px;
  color: #000;
  margin: 0;
  width: 210px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff;
}

select {
  padding: 0;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

textarea {
  min-height: 60px;
}

label, legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
}

select {
  width: 220px;
}

input[type="checkbox"] {
  display: inline;
}

label span, legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-o-keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
form.cft-form {
  max-width: 600px;
  margin: 0;
  padding: 25px 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d7e4e5+0,c9d4d6+100 */
  background: #d7e4e5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d7e4e5 0%, #c9d4d6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d7e4e5 0%, #c9d4d6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d7e4e5 0%, #c9d4d6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e4e5', endColorstr='#c9d4d6',GradientType=1 );
  /* IE6-9 */
}
form.cft-form p.form-message {
  display: none;
  padding: 5px;
  margin: 0 0 20px;
  clear: both;
}
form.cft-form p.form-message.error {
  background: #f4d7d7;
  color: #ab4545;
  border: 1px solid #ab4545;
}
form.cft-form p.form-message.success {
  background: #e6f9da;
  color: #519e20;
  border: 1px solid #519e20;
}
form.cft-form .req {
  color: #b90000;
}
form.cft-form input[type="text"].error, form.cft-form input[type="email"].error, form.cft-form textarea.error, form.cft-form select.error {
  background: #f4d7d7;
}
form.cft-form button[type="submit"].pulse {
  pointer-events: none;
  -webkit-animation: pulse .6s infinite ease-in-out;
  -o-animation: pulse .6s infinite ease-in-out;
  -ms-animation: pulse .6s infinite ease-in-out;
  -moz-animation: pulse .6s infinite ease-in-out;
  animation: pulse .6s infinite ease-in-out;
}
form.cft-form input, form.cft-form textarea {
  width: 100%;
  border: none;
  border-radius: 0;
}
form.cft-form .field-container {
  margin-bottom: 25px;
  position: relative;
}
form.cft-form .field-container label {
  pointer-events: none;
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  position: absolute;
  top: 5px;
  left: 7px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
form.cft-form .field-container.active label {
  color: #fff;
  background: #000;
  font-size: 12px;
  line-height: 16px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding: 0 3px;
  top: -17px;
  left: 0;
}
form.cft-form textarea {
  min-height: 100px;
}

.btn, .btn-secondary,
a.btn-secondary,
a.btn,
a.btn-secondary {
  display: inline-block;
  padding: 8px 10px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  color: #fff;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  font-family: "Oswald", sans-serif;
  -moz-transition: 0.2s all ease-in;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  background-color: #c20606;
}
.btn.small, .small.btn-secondary,
a.btn.small,
a.small.btn-secondary {
  padding: 4px 5px;
  font-size: 13px;
  line-height: 24px;
  font-size: 1.3rem;
  line-height: 2.4rem;
}
.btn.full, .full.btn-secondary,
a.btn.full,
a.full.btn-secondary {
  width: 100%;
}
.btn:hover, .btn-secondary:hover,
a.btn:hover,
a.btn-secondary:hover {
  background-color: #910404;
  color: #fff;
}
.btn:active, .btn-secondary:active,
a.btn:active,
a.btn-secondary:active {
  background-color: #5f0303;
  color: #fff;
}
.btn[disabled], [disabled].btn-secondary, .btn.disabled, .disabled.btn-secondary,
a.btn[disabled],
a[disabled].btn-secondary,
a.btn.disabled,
a.disabled.btn-secondary {
  cursor: default;
  color: #ababab;
  background-color: #dfdfdf;
}

.ghost {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}
.ghost:hover {
  background: #fff;
  color: #c20606;
}

.btn-secondary,
a.btn-secondary {
  background-color: #424242;
}
.btn-secondary:hover,
a.btn-secondary:hover {
  background-color: #292929;
  color: #fff;
}
.btn-secondary:active,
a.btn-secondary:active {
  background-color: #0f0f0f;
  color: #fff;
}

.text-link {
  display: inline;
  border: 0 none;
  background: none;
  text-decoration: underline;
  padding: 0;
  margin: 0;
}

/*
General Fixed Header Styling
Author: Drew Daigle
© Confit Design 2017
*/
header.banner {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99999;
  background: #000;
}
@media screen and (min-width: 800px) {
  header.banner {
    position: relative;
    padding: 0 30px;
  }
}
header.banner .gem {
  position: absolute;
  top: -6px;
  left: 0;
  display: none;
  backface-visibility: visible;
  transform-style: preserve-3d;
  animation-name: rotating;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-backface-visibility: visible;
  -webkit-transform-style: preserve-3d;
  -webkit-animation-name: rotating;
  -webkit-animation-duration: 6s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}
@media screen and (min-width: 1050px) {
  header.banner .gem {
    display: block;
  }
}
header.banner a.brand {
  position: relative;
  padding: 30px 0;
  vertical-align: middle;
  display: inline-block;
}
header.banner a.brand img {
  width: 150px;
}
@media screen and (min-width: 800px) {
  header.banner a.brand {
    padding: 30px 0;
  }
  header.banner a.brand img {
    margin: 0;
  }
}
@media screen and (min-width: 1050px) {
  header.banner a.brand {
    padding: 30px 0 30px 50px;
  }
  header.banner a.brand img {
    width: auto;
  }
}
header.banner a.menu-toggle {
  display: block;
  width: 25px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
@media screen and (min-width: 800px) {
  header.banner a.menu-toggle {
    display: none;
  }
}
header.banner a.menu-toggle span.bars {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
header.banner a.menu-toggle span.bars:before, header.banner a.menu-toggle span.bars:after {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
  display: block;
  top: -8px;
  position: absolute;
}
header.banner a.menu-toggle span.bars:after {
  top: 8px;
}
header.banner a.menu-toggle.closer {
  z-index: 12;
}
header.banner a.menu-toggle.closer span.bars {
  background: transparent;
}
header.banner a.menu-toggle.closer span.bars:before {
  top: 0;
  transform: rotate(-45deg);
}
header.banner a.menu-toggle.closer span.bars:after {
  top: 0;
  transform: rotate(45deg);
}
header.banner nav.nav-primary {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  background: #000;
  height: calc(100vh - 72px);
  overflow: auto;
}
header.banner nav.nav-primary .nav-inner {
  overflow: auto;
  position: relative;
  height: calc(100vh - 72px);
  min-height: 430px;
}
header.banner nav.nav-primary.open {
  opacity: 1;
  z-index: 11;
  visibility: visible;
}
header.banner nav.nav-primary ul#menu-nav-primary {
  list-style-type: none;
  position: relative;
  padding-top: 60px;
  text-align: center;
  background: transparent;
  font-family: "din-2014", sans-serif;
  min-height: 370px;
}
header.banner nav.nav-primary ul#menu-nav-primary:after {
  content: "";
  pointer-events: none;
  display: block;
  background: url("../../dist/images/gem-background.png") no-repeat center;
  background-size: 300px;
  background-position: top center;
  opacity: .1;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  backface-visibility: visible;
  transform-style: preserve-3d;
  animation-name: rotating;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-backface-visibility: visible;
  -webkit-transform-style: preserve-3d;
  -webkit-animation-name: rotating;
  -webkit-animation-duration: 6s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}
header.banner nav.nav-primary ul#menu-nav-primary li {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin: 0 0 60px 0;
}
header.banner nav.nav-primary ul#menu-nav-primary li a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 26px;
}
header.banner nav.nav-primary ul.social.header {
  position: absolute;
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 50px;
}
header.banner nav.nav-primary .copy.header {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 800px) {
  header.banner nav.nav-primary {
    height: auto;
    position: absolute;
    top: 50%;
    right: 30px;
    left: unset;
    bottom: unset;
    transform: translateY(-50%);
    opacity: 1;
    z-index: 11;
    visibility: visible;
  }
  header.banner nav.nav-primary .nav-inner {
    min-height: 0;
    height: auto;
  }
  header.banner nav.nav-primary ul#menu-nav-primary {
    min-height: 0;
    padding: 0;
    position: relative;
    top: 0;
  }
  header.banner nav.nav-primary ul#menu-nav-primary:after {
    display: none;
  }
  header.banner nav.nav-primary ul#menu-nav-primary li {
    display: inline-block;
    margin: 0 20px 0 0;
    position: relative;
  }
  header.banner nav.nav-primary ul#menu-nav-primary li:last-of-type {
    margin: 0;
  }
  header.banner nav.nav-primary ul#menu-nav-primary li a {
    font-size: 18px;
  }
  header.banner nav.nav-primary ul#menu-nav-primary li:after {
    content: "";
    background: #fff;
    position: absolute;
    left: 100%;
    bottom: 0;
    right: 2px;
    height: 1px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  header.banner nav.nav-primary ul#menu-nav-primary li:hover:after {
    left: 0;
  }
  header.banner nav.nav-primary ul#menu-nav-primary li.active:after {
    left: 0;
  }
  header.banner nav.nav-primary ul.social.header {
    display: none;
  }
  header.banner nav.nav-primary .copy.header {
    display: none;
  }
}
@media screen and (min-width: 950px) {
  header.banner nav.nav-primary ul#menu-nav-primary li {
    margin: 0 40px 0 0;
  }
}
@media screen and (min-width: 1100px) {
  header.banner nav.nav-primary ul#menu-nav-primary li {
    margin: 0 50px 0 0;
  }
}
@media screen and (min-width: 1300px) {
  header.banner nav.nav-primary ul#menu-nav-primary li {
    margin: 0 100px 0 0;
  }
}

.cft-pagination {
  display: block;
  width: 100%;
  padding: 15px 0;
}
.cft-pagination ul {
  text-align: center;
}
.cft-pagination ul li {
  display: inline-block;
  margin-left: 10px;
}
.cft-pagination ul li:first-child {
  margin-left: 0;
}
.cft-pagination ul li i {
  color: #fff;
}
.cft-pagination ul li a {
  width: 35px;
  height: 35px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  font-size: 2rem;
  line-height: 3.5rem;
  display: block;
  text-decoration: none;
}
.cft-pagination ul li.next-post a, .cft-pagination ul li.prev-post a {
  color: #000;
  position: relative;
}
.cft-pagination ul li.active a {
  background: transparent;
  color: #000;
  border: solid 1px #000;
}

#wpadminbar {
  opacity: .3;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  -webkit-transform: translateZ(0);
  position: absolute;
  pointer-events: none;
}
#wpadminbar ul li {
  pointer-events: all;
}

#wp-admin-bar-top-secondary {
  display: none;
}

html[lang="en-us"] {
  margin-top: 0 !important;
}

#wpadminbar:focus, #wpadminbar:hover {
  opacity: 1 !important;
}

@media screen and (min-width: 50.125em) {
  #wpadminbar {
    position: fixed;
    top: 0;
  }
}
body {
  background: linear-gradient(-45deg, #233096, #f6b99d, #1f99aa);
  background-size: 300%, 300%;
}
body.lock {
  overflow: hidden;
}
@media screen and (min-width: 800px) {
  body {
    padding: 30px;
    -webkit-animation: Gradient 25s ease infinite;
    -moz-animation: Gradient 25s ease infinite;
    animation: Gradient 25s ease infinite;
  }
}

.loader {
  background: linear-gradient(-45deg, #233096, #f6b99d, #1f99aa);
  background-size: 300%, 300%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
}
@media screen and (min-width: 800px) {
  .loader {
    padding: 30px;
    -webkit-animation: Gradient 25s ease infinite;
    -moz-animation: Gradient 25s ease infinite;
    animation: Gradient 25s ease infinite;
  }
}
.loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -45px;
  width: 60px;
  backface-visibility: visible;
  transform-style: preserve-3d;
  animation-name: rotating;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-backface-visibility: visible;
  -webkit-transform-style: preserve-3d;
  -webkit-animation-name: rotating;
  -webkit-animation-duration: 6s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

.wrap {
  position: relative;
  margin-top: 72px;
  padding: 0 30px;
}
@media screen and (min-width: 800px) {
  .wrap {
    margin-top: 0;
    padding: 0;
  }
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.container.thin {
  max-width: 750px;
}
.container.blog-container {
  max-width: 800px;
}

.fluid-width-video-wrapper {
  margin-bottom: 30px;
}

.site-section {
  padding: 30px 0;
}
@media screen and (min-width: 800px) {
  .site-section {
    padding: 60px 0;
  }
}

@media screen and (min-width: 800px) {
  .mobile-only {
    display: none;
  }
}

h1, h2, h3, h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  font-size: 3rem;
  line-height: 3rem;
  color: #000;
}

ul {
  list-style-type: none;
}

iframe[src*=spotify], iframe[src*=soundcloud] {
  height: 100px;
  width: 100%;
}

.tour-dates {
  margin: 0 auto;
  display: block;
}
.tour-dates li {
  margin: 0 0 15px 0;
}
.tour-dates .date {
  margin: 0;
  font-weight: 600;
}
.tour-dates .venue {
  text-transform: uppercase;
  display: block;
  margin: 5px 0 0 0;
}
.tour-dates .ticket-link {
  color: #000;
  text-decoration: underline;
}
.tour-dates .ticket-link:hover {
  color: #fff;
}
@media screen and (min-width: 800px) {
  .tour-dates li {
    margin: 0;
    display: table;
  }
  .tour-dates .date {
    display: table-cell;
    padding-right: 70px;
    font-weight: 400;
  }
  .tour-dates .venue {
    display: table-cell;
    margin: 0;
  }
}

ul.social {
  list-style-type: none;
  display: inline-block;
}
ul.social li {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
}
ul.social li:not(:last-of-type) {
  margin-right: 15px;
}
ul.social li a {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
}
ul.social li a i {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 27px;
  line-height: 30px;
  font-size: 2.7rem;
  line-height: 3rem;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
ul.social li a i:hover {
  color: #cccccc;
}
@media screen and (min-width: 800px) {
  ul.social.header {
    display: none;
  }
  ul.social li:not(:last-of-type) {
    margin-right: 30px;
  }
  ul.social li a i {
    font-size: 26px;
    line-height: 30px;
    font-size: 2.6rem;
    line-height: 3rem;
  }
}

/*****HOMEPAGE*****/
.cft-g.artists-grid {
  margin-left: 0;
}
.cft-g.artists-grid > .cft-gi {
  padding-left: 0;
}

.artist-section {
  display: block;
  position: relative;
  height: calc(33vh - 21px);
  min-height: 300px;
  background-size: cover;
}
.artist-section .text-container {
  background-blend-mode: multiply !important;
}
.artist-section .text-container h1 {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.artist-section .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-blend-mode: multiply !important;
}
.artist-section.first .hover-image, .artist-section.first .text-container {
  background-color: #ffc0a3 !important;
}
.artist-section.second .hover-image, .artist-section.second .text-container {
  background-color: #4a5fff !important;
}
.artist-section.third .hover-image, .artist-section.third .text-container {
  background-color: #23adc0 !important;
}
.artist-section.fourth .hover-image, .artist-section.fourth .text-container {
  background-color: #c9caca !important;
}
@media screen and (max-width: 800px) {
  .artist-section .text-container {
    background: transparent !important;
  }
}

@media screen and (min-width: 600px) {
  .artist-section {
    height: 400px;
  }
}
@media screen and (min-width: 800px) {
  .cft-g.artists-grid > .cft-gi {
    width: 50%;
  }

  .artist-section {
    display: block;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    height: 250px;
  }
  .artist-section .text-container {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .artist-section:hover .text-container {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 1000px) {
  .artist-section {
    height: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .cft-g.artists-grid > .cft-gi {
    width: 33.3333%;
  }

  .artist-section {
    height: 400px;
  }
}
@media screen and (min-width: 1800px) {
  .artist-section {
    height: 500px;
  }
}
/*****ARTIST PAGE*****/
.site-section.artist {
  padding: 30px 0;
}
.site-section.artist .artist-featured-image {
  width: 100%;
  margin: 0 auto 30px;
}
.site-section.artist .artist-header {
  margin: 0 0 30px 0;
}
.site-section.artist .artist-name {
  display: block;
  text-align: center;
  margin: 30px 0;
}
.site-section.artist .artist-content h2 {
  margin: 0 0 35px 0;
}
.site-section.artist ul.social {
  position: relative;
  display: block;
  text-align: center;
}
.site-section.artist ul.social li a i {
  color: #000;
  font-size: 24px;
  line-height: 26px;
  font-size: 2.4rem;
  line-height: 2.6rem;
}
.site-section.artist ul.social li a i:hover {
  color: #fff;
}
.site-section.artist .tour-dates {
  margin-bottom: 0;
}
.site-section.artist .tour-dates .date {
  padding-right: 35px;
}
@media screen and (min-width: 800px) {
  .site-section.artist {
    padding: 60px 0;
  }
  .site-section.artist .cft-g.artist-grid {
    margin-left: -60px;
  }
  .site-section.artist .cft-g.artist-grid > .cft-gi {
    width: 50%;
    padding-left: 60px;
  }
  .site-section.artist .artist-header {
    display: inline-block;
  }
  .site-section.artist .artist-name {
    margin: 0 0 30px 0;
    text-align: left;
  }
  .site-section.artist ul.social {
    text-align: left;
    display: inline-block;
  }
  .site-section.artist ul.social li a i {
    font-size: 26px;
    line-height: 30px;
    font-size: 2.6rem;
    line-height: 3rem;
  }
}

/*****TOUR*****/
.site-section.tour .artist-tour-info {
  display: block;
  margin-bottom: 40px;
}
@media screen and (min-width: 800px) {
  .site-section.tour .artist-tour-info {
    margin-bottom: 70px;
  }
}
.site-section.tour .artist-tour-info:last-child {
  margin-bottom: 0;
}
.site-section.tour .artist-tour-info .artist-name {
  margin: 0 0 40px 0;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  font-size: 3rem;
  line-height: 3rem;
}

/*****BLOG*****/
time {
  display: block;
}

div.blog {
  padding: 30px 0;
}
div.blog article {
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: solid 1px #000;
}
div.blog article:last-of-type {
  margin-bottom: 0;
}
div.blog img {
  margin: 50px 0 0 0;
}
div.blog .entry-summary {
  margin: 50px 0 0 0;
}
div.blog .page-header {
  margin-bottom: 30px;
}
div.blog .entry-title a {
  color: #000;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
div.blog .entry-title a:hover {
  text-decoration: none;
  color: #fff;
}
div.blog a.read-more-link {
  position: relative;
  display: inline-block;
  color: #000;
  margin-top: 40px;
  font-weight: bold;
}
div.blog a.read-more-link i {
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
div.blog a.read-more-link:hover {
  color: #fff;
}
div.blog a.read-more-link:hover i {
  -moz-transform: translate(200%, -50%);
  -o-transform: translate(200%, -50%);
  -ms-transform: translate(200%, -50%);
  -webkit-transform: translate(200%, -50%);
  transform: translate(200%, -50%);
}

.site-section.single-post img[class*=attachment] {
  margin: 50px auto 0 auto;
}
.site-section.single-post ul {
  list-style-type: disc;
  padding-left: 47px;
}
.site-section.single-post ol {
  padding-left: 45px;
}
.site-section.single-post ul, .site-section.single-post ol {
  margin-bottom: 1.5em;
}
.site-section.single-post ul li, .site-section.single-post ol li {
  padding-left: 10px;
}
.site-section.single-post .entry-content {
  margin: 50px 0;
}
.site-section.single-post .share-header {
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  font-size: 2.4rem;
  line-height: 3rem;
  position: relative;
  vertical-align: middle;
  margin-bottom: 0;
}
.site-section.single-post ul.social {
  list-style-type: none;
  padding-left: 0;
  position: relative;
  vertical-align: middle;
  line-height: 0;
  margin-bottom: 0;
}
.site-section.single-post ul.social li {
  margin: 0 5px;
}
.site-section.single-post ul.social li a i {
  color: #000;
}
.site-section.single-post ul.social li a i:hover {
  color: #fff;
}

/*****CONTACT*****/
.site-section.contact h1 {
  margin-bottom: 20px;
}
.site-section.contact a {
  color: #000;
}
.site-section.contact .contact-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  text-align: center;
}
.site-section.contact .contact-text span {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  font-size: 2.2rem;
  line-height: 3rem;
}
.site-section.contact .contact-text span:not(:last-of-type) {
  margin-bottom: 20px;
}
.site-section.contact .contact-text span a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.site-section.contact .contact-text span a:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .site-section.contact .contact-text span {
    display: inline-block;
    font-size: 20px;
    line-height: 32px;
    font-size: 2rem;
    line-height: 3.2rem;
  }
  .site-section.contact .contact-text span:not(:last-of-type) {
    margin-right: 30px;
  }
  .site-section.contact .contact-text span:not(:last-of-type):after {
    content: "/";
    position: absolute;
    right: -20px;
  }
}
@media screen and (min-width: 1100px) {
  .site-section.contact .contact-text span {
    font-size: 26px;
    line-height: 36px;
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
  .site-section.contact .contact-text span:not(:last-of-type) {
    margin-right: 50px;
  }
  .site-section.contact .contact-text span:not(:last-of-type):after {
    content: "/";
    position: absolute;
    right: -30px;
  }
}

/*****FOOTER*****/
footer.footer {
  background: transparent;
  color: #fff;
  display: none;
}
footer.footer.show {
  opacity: 1;
  visibility: visible;
}
footer.footer .copy-container, footer.footer .social-container {
  display: block;
  position: relative;
  text-align: center;
}
footer.footer .copy-container {
  font-size: 14px;
  line-height: 18px;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
footer.footer .social-container {
  margin-bottom: 15%;
}
@media screen and (min-width: 800px) {
  footer.footer {
    display: block;
    background: #000;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    opacity: 1;
    visibility: visible;
    padding: 20px 0;
  }
  footer.footer .copy-container, footer.footer .newsletter-signup, footer.footer .social-container {
    display: block;
    position: relative;
    margin-bottom: 20px;
  }
  footer.footer .copy-container:last-of-type, footer.footer .newsletter-signup:last-of-type, footer.footer .social-container:last-of-type {
    margin-bottom: 0;
  }
  footer.footer .copy-container {
    font-size: 16px;
    line-height: 20px;
    font-size: 1.6rem;
    line-height: 2rem;
  }
  footer.footer .copy-container span:first-of-type {
    position: relative;
    margin-right: 10px;
  }
  footer.footer .copy-container span:first-of-type:after {
    content: "";
    width: 1px;
    height: 15px;
    position: absolute;
    right: -7px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
  }
  footer.footer .copy-container a {
    color: #fff;
  }
  footer.footer .copy-container a:hover {
    color: #cccccc;
  }
  footer.footer .newsletter-signup {
    width: 250px;
    margin: auto auto 20px auto;
    padding: 10px 15px;
    background: #3a3b3b;
  }
  footer.footer .newsletter-signup .signup-button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    background: #1d7e8a;
  }
  footer.footer .newsletter-signup .signup-button i, footer.footer .newsletter-signup .signup-button .svg-inline--fa {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 1050px) {
  footer.footer .copy-container {
    display: inline-block;
    margin-bottom: 0;
  }
  footer.footer .newsletter-signup {
    position: absolute;
    top: 50%;
    right: 360px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  footer.footer .social-container {
    position: absolute;
    height: 30px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    right: 30px;
    margin-bottom: 0;
  }
}

/*****ANIMATIONS*****/
@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 0%;
  }
  25% {
    background-position: 100% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  75% {
    background-position: 0% 100%;
  }
}
@-moz-keyframes Gradient {
  0% {
    background-position: 0% 0%;
  }
  25% {
    background-position: 100% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  75% {
    background-position: 0% 100%;
  }
}
@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  25% {
    background-position: 50% 0;
  }
  50% {
    background-position: 100% 50%;
  }
  75% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotateY(0deg);
  }
  20% {
    -webkit-transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
  }
  80% {
    -webkit-transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
  }
}
@-moz-keyframes rotating {
  0% {
    -webkit-transform: rotateY(0deg);
  }
  20% {
    -webkit-transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
  }
  80% {
    -webkit-transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
  }
}
@-ms-keyframes rotating {
  0% {
    -webkit-transform: rotateY(0deg);
  }
  20% {
    -webkit-transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
  }
  80% {
    -webkit-transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
  }
}
@keyframes rotating {
  0% {
    -webkit-transform: rotateY(0deg);
  }
  20% {
    -webkit-transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
  }
  80% {
    -webkit-transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
  }
}

/*# sourceMappingURL=main.css.map */
