@charset "UTF-8";
@import '../node_modules/bootstrap/dist/css/bootstrap-reboot.min.css';
@import '../node_modules/bootstrap/dist/css/bootstrap-grid.min.css';
@import '../node_modules/featherlight/release/featherlight.min.css';
@import '../node_modules/featherlight/release/featherlight.gallery.min.css';
@import '../node_modules/swiper/swiper-bundle.min.css';
@import 'https://use.fontawesome.com/releases/v5.0.8/css/all.css';
/* Mixins */
@import url("https://use.typekit.net/eyd2xey.css");
/* Base Colors */
a {
  color: #ff0700;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
a:hover {
  color: #a400af;
}
a:active {
  color: #ff8600;
}
a:focus {
  color: #fcd834;
}

.brand {
  background-color: #ff0700;
  color: #FCFCFC;
}

.brand-darker {
  background-color: rgb(204, 5.6, 0);
  color: #FCFCFC;
}

/*
.white-text{
	color:$white;
	h1, h2, h3, h4, h5, h6{
		color:$white;
	}
}
*/
.gradient-brand {
  color: #FCFCFC;
  background: rgb(164, 0, 175);
  background: linear-gradient(0deg, rgb(164, 0, 175) 0%, rgb(255, 7, 0) 50%, rgb(255, 134, 0) 100%);
}
.gradient-brand a {
  color: #FCFCFC;
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  -ms-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}
.gradient-brand a:hover {
  color: rgb(226.5, 226.5, 226.5);
}
.gradient-brand a:active {
  color: rgb(226.5, 226.5, 226.5);
}
.gradient-brand a:focus {
  color: rgb(226.5, 226.5, 226.5);
}

.background-brand {
  background: #ff0700;
  color: #FCFCFC;
}
.background-brand a {
  color: #FCFCFC;
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  -ms-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}
.background-brand a:hover {
  color: rgb(226.5, 226.5, 226.5);
}
.background-brand a:active {
  color: rgb(226.5, 226.5, 226.5);
}
.background-brand a:focus {
  color: rgb(226.5, 226.5, 226.5);
}

.gradient, .page-header, .home-header {
  color: #FCFCFC;
}
.gradient h1, .gradient h2, .gradient h3, .gradient h4, .gradient h5, .gradient h6, .page-header h1, .page-header h2, .page-header h3, .page-header h4, .page-header h5, .page-header h6, .home-header h1, .home-header h2, .home-header h3, .home-header h4, .home-header h5, .home-header h6 {
  color: #FCFCFC;
}

/* Base */
body {
  background-color: #FCFCFC;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  body.no-scroll {
    overflow-y: auto;
    overflow-x: hidden;
  }
}

html.with-featherlight {
  overflow: auto;
}

.pad-bottom {
  padding-bottom: 30px;
}

/*
// FOUT fix Typekit
.wf-loading{
	opacity:0;
	@include transition(opacity 1s ease);
}

.wf-active{
	opacity:1;
}
*/
.pad-xl {
  padding: 180px 0;
}

.pad-large {
  padding: 120px 0;
}

.pad-med {
  padding: 60px 0;
}

.pad-small {
  padding: 30px 0;
}

.bottom-sm {
  margin-bottom: 30px;
}

.bottom-med {
  margin-bottom: 60px;
}

.bottom-lg {
  margin-bottom: 120px;
}

.bottom-xl {
  margin-bottom: 180px;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.row.post .col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 992px) {
  .row.post .col {
    gap: 15px;
  }
}

picture.aligncenter, img.aligncenter {
  display: block;
  margin: 0 auto;
}
picture.aligncenter img, img.aligncenter img {
  display: block;
  margin: 0 auto;
}

/*
$modularscale: (
  base: 12px,
  ratio: 1.25
);
*/
/*
html {font-size: 1.125em;}
*/
body {
  font-weight: 300;
  line-height: 1.45;
  font-size: 1rem;
  font-family: "montserrat", Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "vinyl", Helvetica, sans-serif;
  text-wrap: balance;
  color: #ff0700;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 0;
}
h1.regular-header, h2.regular-header, h3.regular-header, h4.regular-header, h5.regular-header, h6.regular-header {
  font-size: 1.618rem;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  h1.regular-header, h2.regular-header, h3.regular-header, h4.regular-header, h5.regular-header, h6.regular-header {
    font-size: 1.618rem;
  }
}
@media only screen and (min-width: 992px) {
  h1.regular-header, h2.regular-header, h3.regular-header, h4.regular-header, h5.regular-header, h6.regular-header {
    font-size: 2.618rem;
  }
}

h1 {
  font-size: 3.854rem;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 4.236rem;
  }
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 6.854rem;
  }
}

h2 {
  font-size: 2.236rem;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 2.618rem;
  }
}
@media only screen and (min-width: 992px) {
  h2 {
    font-size: 4.236rem;
  }
}

h3 {
  font-size: 1.618rem;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 1.618rem;
  }
}
@media only screen and (min-width: 992px) {
  h3 {
    font-size: 2.618rem;
  }
}

h4 {
  font-size: 1.218rem;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  h4 {
    font-size: 1.236rem;
  }
}
@media only screen and (min-width: 992px) {
  h4 {
    font-size: 1.618rem;
  }
}

h5 {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0.333rem;
}
@media only screen and (min-width: 768px) {
  h5 {
    font-size: 0.786rem;
  }
}
@media only screen and (min-width: 992px) {
  h5 {
    font-size: 1rem;
  }
}

h6 {
  font-size: 0.786rem;
  margin-top: 0;
  line-height: 1.1;
}

small, .font_small {
  font-size: 0.707em;
}

p {
  font-size: 1rem;
  margin: 0;
  line-height: 1.6rem;
}

p:last-child {
  margin-bottom: 0;
}

ul {
  margin-bottom: 0;
}

ul li ul {
  padding-left: 10px;
}

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

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

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

.large-text {
  font-size: 150%;
  line-height: 1.5em;
}

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

.big-header {
  color: #141414;
  font-size: 60px;
  border-bottom: 1px solid #ff0700;
}

html .gform-theme--foundation .gform_heading .gform_required_legend {
  font-size: 0.75rem;
  text-align: right;
}

html .gform-theme--foundation .gform_fields {
  gap: 15px;
}

/*



html .gform_wrapper div.validation_error{
	background: transparent;
    border: 0;
    color:$charcoal;
    font-weight: 100;
    padding: 0;
    margin: 0;
    font-size:14px;
}

html .gform_wrapper .validation_message {
    font-weight: 100;
}

html .gform_wrapper li.gfield.gfield_error, html .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 6px!important;
    border-top: 0;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    box-sizing: border-box;
}

html .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 20px 10px;
    box-shadow:none!important;
    outline:none!important;
}

html .gform_wrapper .ginput_container_fileupload input{
    border: none;
    box-shadow: none;
    margin-bottom: 20px;
}

html .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], html .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-bottom:0;
}


html .gform_wrapper input:not(.button), html .gform_wrapper textarea, html .gform_wrapper select{
    background: transparent;
    font-weight:100;
}

html .mailinglist-panel .gform_wrapper input {
    background: transparent;
    border-color:$white;
    color:$white;
}

html .gform_wrapper input::placeholder {
    font-weight:100;
}

html .mailinglist-panel .gform_wrapper input::placeholder {
    color:$white;
    font-weight:100;
    opacity:0.6;
}

html .gform_wrapper .field_description_below .gfield_description {
    padding-top: 5px;
    color:$charcoal;
}

html .gform_wrapper label.gfield_label{
	font-weight:100;
}

html .gfield_checkbox label, html .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, html .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
  font-weight:100!important;
}

html .gform_wrapper .gform_footer {
    padding:0;
    margin:0;
    clear: both;
    width: 100%;
}



html .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, html .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], html .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0!important;
    box-shadow: none!important;
    outline:none!important;
}



html .gform_wrapper li.hidden_label input {
    margin-top: 0px;
}

html #gform_wrapper_2{
	margin:0;
}

img.gform_delete{margin-bottom:0px!important;}

*/
header nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  padding: 10px;
  z-index: 9999;
  -webkit-transition: all 1200ms ease-in-out;
  -moz-transition: all 1200ms ease-in-out;
  -ms-transition: all 1200ms ease-in-out;
  -o-transition: all 1200ms ease-in-out;
  transition: all 1200ms ease-in-out;
  /* &.follow{
       background:rgba(255,255,255,0.7);
   }*/
}
header nav a.logo {
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
}
header nav a.logo img {
  width: 80px;
  height: auto;
}
header nav a.logo {
  z-index: 10000;
}
header nav a.logo:hover {
  text-decoration: none;
}
header nav h1 {
  margin-bottom: 0;
  text-align: center;
  color: white;
  font-size: 23px;
  line-height: 40px;
}
@media only screen and (min-width: 768px) {
  header nav h1 {
    font-size: 40px;
  }
}
header nav .social-links {
  position: absolute;
  top: 13px;
  right: 10px;
  z-index: 9999;
}
header nav .social-links a {
  font-size: 25px;
  color: #fff;
  margin: 0 3px;
}

/*
ul.site-nav{
    list-style:none;
    padding:0;
    margin:0;
    display: block;
    height:100%;
    position:fixed;
    width:100%;
    z-index:100;
    z-index:9998;
    top:0;
    left:0;
    background:$brand-gradient;
    overflow-y:auto;
    @include transition(all 500ms ease-in-out);
    @include transform(translate(-100%, 0));
    //ACTIVE STATES
    &.on{
        @include transform(translate(0, 0));
        li{

           @include transform(translate(0, 0));
           opacity:1; 
           a{
            width:50%;
           }
           ul.children li{
                margin-bottom:20px;
           }
        }
    }
    // END ACTIVE
    @include lg{
        overflow-y:hidden;
    }
    li{
      width:100%;
      text-align:center;
      height:auto;
      display: block;
      border-right:0.5px solid rgba(255,255,255,0.5);
     // background:rgba(0,0,0,0.95);
      //INACTIVE
      @include transition(all 600ms ease-out);
     // @include transform(translate(-100%, 0));
      opacity:0.5;
      padding:15px 0 15px;


      a{
        color:$white;
        text-decoration:none;
        font-size:40px;
        display: block;
        text-transform:uppercase;
        &:hover{
            color:$brand;
        }
       }
    }

    ul{
        width:50%;
        position:absolute;
        left:0;
        &.children{
            width:50%;
            padding:0;
            visibility:hidden;
            position:absolute;
            right:0;
            li{
              width:100%;
              float:none;
              margin-bottom:0;
              display:block;
              border:none;
              padding:0;
              background-color:transparent;
              @include transition(all 900ms ease-in-out);
              //@include transform(translate(0, 0));
              a{
                    font-size:14px;
                    margin-top:0;
                    margin-bottom:0;
                    text-transform:initial;


                    &:hover{
                        text-decoration: none;
                        color:$brand;
                        cursor: pointer;
                    }
              }
            }
        }
    }
}
*/
nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu-wrapper {
  display: flex;
  justify-content: start;
  align-items: start;
  background: linear-gradient(0deg, rgb(164, 0, 175) 0%, rgb(255, 7, 0) 50%, rgb(255, 134, 0) 100%);
  width: 100%;
  height: 0;
  position: fixed;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 15px;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.menu-wrapper.on {
  visibility: visible;
  opacity: 1;
  height: 100%;
}
.menu-wrapper.on ul.site-nav {
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .menu-wrapper.on ul.site-nav {
    gap: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .menu-wrapper.on ul.site-nav {
    gap: 30px;
  }
}
.menu-wrapper.on ul.site-nav li {
  opacity: 1;
}
.menu-wrapper.on ul.children li {
  opacity: 1;
}

ul.site-nav {
  font-family: "vinyl", sans-serif;
  font-weight: 100;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: start;
  justify-content: start;
  color: white;
  list-style: none;
  padding-top: 100px;
  height: 100%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
ul.site-nav .page_item_has_children:hover > .children {
  opacity: 1;
  visibility: visible;
}
ul.site-nav li {
  text-transform: uppercase;
  text-align: left;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
}
ul.site-nav li:nth-child(1) {
  transition-delay: 0.08s;
}
ul.site-nav li:nth-child(2) {
  transition-delay: 0.16s;
}
ul.site-nav li:nth-child(3) {
  transition-delay: 0.24s;
}
ul.site-nav li:nth-child(4) {
  transition-delay: 0.32s;
}
ul.site-nav li:nth-child(5) {
  transition-delay: 0.4s;
}
ul.site-nav li:nth-child(6) {
  transition-delay: 0.48s;
}
ul.site-nav li:nth-child(7) {
  transition-delay: 0.56s;
}
ul.site-nav li:nth-child(8) {
  transition-delay: 0.64s;
}
ul.site-nav li:nth-child(9) {
  transition-delay: 0.72s;
}
ul.site-nav li:nth-child(10) {
  transition-delay: 0.8s;
}
ul.site-nav li:nth-child(11) {
  transition-delay: 0.88s;
}
ul.site-nav li:nth-child(12) {
  transition-delay: 0.96s;
}
ul.site-nav li a {
  color: #FCFCFC;
  font-size: 2rem;
  text-decoration: none !important;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
  position: relative;
  cursor: pointer !important;
}
ul.site-nav li a:hover > .children {
  visibility: visible !important;
}
ul.site-nav li a:hover::after {
  width: 100%;
}
ul.site-nav li a.current-page::after {
  width: 100%;
  opacity: 0.4;
}
ul.site-nav li a::after {
  content: "";
  height: 2px;
  width: 0%;
  background: #FCFCFC;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media only screen and (min-width: 768px) {
  ul.site-nav li a {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  ul.site-nav li a {
    font-size: 3rem;
  }
}
ul.site-nav li .children {
  display: flex;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  right: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  ul.site-nav li .children {
    flex-direction: row;
  }
}
ul.site-nav li .children {
  gap: 10px;
}
@media only screen and (min-width: 992px) {
  ul.site-nav li .children {
    gap: 20px;
  }
}
ul.site-nav li .children {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
ul.site-nav li .children li {
  display: inline-block;
  width: auto;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-out;
  -moz-transition: opacity 500ms ease-out;
  -ms-transition: opacity 500ms ease-out;
  -o-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
}
ul.site-nav li .children li:nth-child(1) {
  transition-delay: 0.05s;
}
ul.site-nav li .children li:nth-child(2) {
  transition-delay: 0.1s;
}
ul.site-nav li .children li:nth-child(3) {
  transition-delay: 0.15s;
}
ul.site-nav li .children li:nth-child(4) {
  transition-delay: 0.2s;
}
ul.site-nav li .children li:nth-child(5) {
  transition-delay: 0.25s;
}
ul.site-nav li .children li:nth-child(6) {
  transition-delay: 0.3s;
}
ul.site-nav li .children li:nth-child(7) {
  transition-delay: 0.35s;
}
ul.site-nav li .children li:nth-child(8) {
  transition-delay: 0.4s;
}
ul.site-nav li .children li:nth-child(9) {
  transition-delay: 0.45s;
}
ul.site-nav li .children li:nth-child(10) {
  transition-delay: 0.5s;
}
ul.site-nav li .children li:nth-child(11) {
  transition-delay: 0.55s;
}
ul.site-nav li .children li:nth-child(12) {
  transition-delay: 0.6s;
}
ul.site-nav li .children li a {
  font-size: 1.2rem;
  display: initial;
  width: auto;
}
ul.site-nav li .children li a::after {
  bottom: -2px;
  display: none;
}
ul.site-nav li .children li a::before {
  content: "•";
  display: inline-block;
  margin-right: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
ul.site-nav li .children li a:hover::before {
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
@media only screen and (min-width: 992px) {
  ul.site-nav li .children li a {
    font-size: 1.875rem;
  }
}
ul.site-nav li.social-nav {
  margin-top: auto;
  display: flex;
  flex-direction: row;
  gap: 30px;
}
ul.site-nav li.social-nav a {
  font-size: 1rem;
}
ul.site-nav li.social-nav a::after {
  display: none;
}
ul.site-nav li.social-nav a:hover {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (min-width: 992px) {
  ul.site-nav li.social-nav a {
    font-size: 1.5rem;
  }
}

.toggle {
  display: block;
  position: absolute;
  padding: 30px;
  width: 60px;
  height: 60px;
  top: 20px;
  right: 20px;
  z-index: 10000;
}
.toggle::before {
  display: block;
  position: absolute;
  width: 60px;
  height: 5px;
  content: "";
  background: #ff0700;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  -moz-transform: translate(-50%, -8px);
  -o-transform: translate(-50%, -8px);
  -ms-transform: translate(-50%, -8px);
  -webkit-transform: translate(-50%, -8px);
  transform: translate(-50%, -8px);
}
.toggle::after {
  display: block;
  position: absolute;
  width: 60px;
  height: 5px;
  content: "";
  background: #ff0700;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  -moz-transform: translate(-50%, 5px);
  -o-transform: translate(-50%, 5px);
  -ms-transform: translate(-50%, 5px);
  -webkit-transform: translate(-50%, 5px);
  transform: translate(-50%, 5px);
}
.toggle.on {
  position: fixed;
}
.toggle.on::before {
  -moz-transform: translate(-50%, 0px) rotateZ(-45deg);
  -o-transform: translate(-50%, 0px) rotateZ(-45deg);
  -ms-transform: translate(-50%, 0px) rotateZ(-45deg);
  -webkit-transform: translate(-50%, 0px) rotateZ(-45deg);
  transform: translate(-50%, 0px) rotateZ(-45deg);
}
.toggle.on::after {
  -moz-transform: translate(-50%, 0px) rotateZ(45deg);
  -o-transform: translate(-50%, 0px) rotateZ(45deg);
  -ms-transform: translate(-50%, 0px) rotateZ(45deg);
  -webkit-transform: translate(-50%, 0px) rotateZ(45deg);
  transform: translate(-50%, 0px) rotateZ(45deg);
}
.toggle:hover:not(.on)::before {
  -moz-transform: translate(-50%, -12px);
  -o-transform: translate(-50%, -12px);
  -ms-transform: translate(-50%, -12px);
  -webkit-transform: translate(-50%, -12px);
  transform: translate(-50%, -12px);
}
.toggle:hover:not(.on)::after {
  -moz-transform: translate(-50%, 9px);
  -o-transform: translate(-50%, 9px);
  -ms-transform: translate(-50%, 9px);
  -webkit-transform: translate(-50%, 9px);
  transform: translate(-50%, 9px);
}

#sub-nav {
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 17px;
  text-align: center;
  z-index: 999;
}
#sub-nav a {
  margin: 0 20px;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 400;
}
#sub-nav a:hover {
  text-decoration: none;
}
#sub-nav.follow {
  position: fixed;
  top: 60px;
  border-top: 0.5px solid #ff0700;
}

/* Buttons */
.button-row .btn {
  display: table;
  margin: 0 auto;
}

.btn, .button.button-primary, html .gform_button, html .button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, html input.gform_button.button, #gform_submit_button_3 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  border: none;
  color: #FCFCFC;
  background-color: #ff0700;
  border: 1px solid #ff0700;
  font-size: 1.25rem;
  letter-spacing: 2px;
  text-decoration: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
  display: inline-block;
  position: relative;
  width: auto;
  padding: 10px 25px;
  border-radius: 10px;
  font-weight: 500;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.btn:active, .button.button-primary:active, html .gform_button:active, html .button:active, .woocommerce #respond input#submit:active, .woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, html input.gform_button.button:active, #gform_submit_button_3:active {
  text-decoration: none;
  color: #FCFCFC;
  border: 1px solid #ff0700;
  background: #ff0700;
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.btn:focus, .button.button-primary:focus, html .gform_button:focus, html .button:focus, .woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus, html input.gform_button.button:focus, #gform_submit_button_3:focus {
  text-decoration: none;
  color: #FCFCFC;
  border: 1px solid #ff0700;
  background: #ff0700;
}
.btn:hover, .button.button-primary:hover, html .gform_button:hover, html .button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, html input.gform_button.button:hover, #gform_submit_button_3:hover {
  text-decoration: none;
  color: #FCFCFC;
  border: 1px solid #a400af;
  background: #a400af;
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.btn i, .button.button-primary i, html .gform_button i, html .button i, .woocommerce #respond input#submit i, .woocommerce a.button i, .woocommerce button.button i, .woocommerce input.button i, html input.gform_button.button i, #gform_submit_button_3 i {
  margin-right: 8px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #ff0700;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: rgb(204, 5.6, 0);
}

.header-content {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 25vh;
}
.header-content h1, .header-content h2 {
  color: #ff0700;
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.header-content h1 {
  background: linear-gradient(0deg, rgb(255, 134, 0) 0%, rgb(255, 8, 0) 50%, rgb(164, 0, 175) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4rem;
}
@media only screen and (min-width: 768px) {
  .header-content h1 {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 992px) {
  .header-content h1 {
    font-size: 7rem;
  }
}
.header-content h2 {
  background: linear-gradient(0deg, rgb(164, 0, 175) 0%, rgb(255, 7, 0) 50%, rgb(255, 134, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3rem;
}
@media only screen and (min-width: 768px) {
  .header-content h2 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 992px) {
  .header-content h2 {
    font-size: 5rem;
  }
}

.header-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgb(255, 255, 255) 100%);
  opacity: 1;
}

header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 80px 0 20px 0;
  overflow: hidden;
}

.home header {
  height: 100vh;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.home header .header-content {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.home header .header-content img {
  max-width: 80%;
  height: auto;
  margin-bottom: 40px;
}
.home header .header-content h1 {
  font-size: 3rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: linear-gradient(0deg, rgb(255, 134, 0) 0%, rgb(255, 8, 0) 50%, rgb(164, 0, 175) 100%);
}
@media only screen and (min-width: 992px) {
  .home header .header-content h1 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .home header .header-content h1 {
    font-size: 5rem;
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FCFCFC;
  background-image: url(../loading.svg);
  background-position: center;
  background-size: 50px;
  background-repeat: no-repeat;
  z-index: 10000;
  display: block;
}

footer {
  background: #FCFCFC;
  color: #141414;
}
footer .container {
  padding: 60px 15px;
}
footer .nav-menu {
  list-style: none;
  padding-left: 0;
}
footer .nav-menu a {
  color: #ff0700;
  margin-bottom: 10px;
  display: block;
}
footer .nav-menu li ul li {
  list-style: none;
}
footer .disclaimer {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
footer .footer-links {
  text-align: center;
}
footer .footer-links a {
  text-decoration: none;
}
footer .footer-links a::after {
  content: "•";
  color: #fff;
  display: inline-block;
  padding: 0 5px;
}
footer .footer-links a:first-child::after, footer .footer-links a:last-child::after {
  display: none;
}
footer .footer-logo {
  display: block;
  margin: 20px auto;
  height: 40px;
}
footer .footer-info span {
  color: #474747;
  text-transform: uppercase;
  font-size: 14px;
  margin: 30px 0;
  display: block;
}
footer .footer-info a {
  color: #ff0700;
  display: table;
  margin-bottom: 10px;
}
footer .footer-info a:hover {
  color: rgb(229.5, 6.3, 0);
  text-decoration: none;
}
footer .footer-info a:active {
  color: #ff0700;
}
footer .footer-info a:focus {
  color: #ff0700;
}
footer .footer-info a svg {
  margin-right: 5px;
}
footer .social-links {
  text-align: center;
  font-size: 28px;
}
footer .social-links a {
  margin: 0 10px;
}

html .gform_wrapper .gsection .gfield_label, html .gform_wrapper h2.gsection_title, html .gform_wrapper h3.gform_title {
  font-weight: 100;
}

html .gform_wrapper span.gform_description {
  font-weight: 100;
}

html .gform_wrapper .signup {
  position: relative;
}
html .gform_wrapper .signup .gform_heading {
  width: 100%;
  font-weight: 100;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  html .gform_wrapper .signup .gform_heading {
    width: calc(30% - 40px);
  }
}
html .gform_wrapper .signup .gform_heading h3 {
  color: #ff0700;
}
html .gform_wrapper .signup .gform_body {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  html .gform_wrapper .signup .gform_body {
    width: calc(70% - 40px);
  }
}
html .gform_wrapper .signup .gform_footer {
  width: 80px;
}
html .gform_wrapper .signup .gform_footer input {
  margin-top: 16px;
  width: 100%;
}

html .gform_wrapper .signup div.validation_error {
  position: absolute;
  top: -15px;
}

.afterpay-banner {
  background: #b2fce3;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: start;
}
.afterpay-banner img {
  height: 100px;
  width: auto;
}

section.padded {
  padding: 60px 0;
}

.page-wrapper {
  padding: 40px 0;
}

.page-section {
  padding: 40px 0;
  position: relative;
}

.container-full {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .container-full {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.spacer {
  padding: 60px 0;
  height: 0;
}

.small-spacer {
  padding: 30px 0;
  height: 0;
}

.feature {
  font-size: 125%;
}

.feature p {
  line-height: 32px;
}

.container .row div img {
  max-width: 100%;
  height: auto;
}

.owl-carousel img {
  width: 100%;
  height: auto;
  cursor: ew-resize;
}

.content-column--inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.featherlight {
  background: rgba(0, 0, 0, 0.95);
}
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.95);
}
.featherlight .featherlight-content {
  background: #141414;
}
.featherlight .featherlight-close-icon {
  background: #141414;
  color: #FCFCFC;
}

.featherlight-next, .featherlight-previous {
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  -moz-transition: opacity 300ms linear;
  -ms-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.featherlight-next:hover, .featherlight-previous:hover {
  background: transparent;
  opacity: 1;
}
.featherlight-next:hover span, .featherlight-previous:hover span {
  color: #FCFCFC;
  text-shadow: none;
}

section.content-block.padded {
  padding: 120px 0;
}

.content-block .container:not(:last-child), .content-block .container-fluid:not(:last-child) {
  margin-bottom: 40px;
}

.content-column {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .content-column {
    margin-bottom: 0;
  }
}
.content-column.image-bg {
  margin-bottom: 0;
}

.content-column img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.content-column.centered {
  text-align: center;
}

.content-column.feature {
  font-size: 150%;
}

.spacer {
  display: block;
  padding: 60px 0;
}

.content-column.image-bg {
  background-size: cover;
  background-position: center;
  min-height: 100vw;
}
.content-column.image-bg div {
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  .content-column.image-bg {
    min-height: 0;
  }
}

.content-column.image-bg.white-text::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 0;
}

.content-column.center-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-column.center-content div {
  padding: 30px;
}
@media only screen and (min-width: 768px) {
  .content-column.center-content div {
    padding: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .content-column.center-content div {
    padding: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-column.center-content div {
    padding: 120px;
  }
}

.content-column.vertical-align {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  margin-bottom: 0;
}

.content-column.text-white {
  color: #fff;
}

.flexbox-row {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .flexbox-row {
    display: flex;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 992px) {
  .content-left .flex-panel--image {
    order: 1;
  }
}
@media only screen and (min-width: 992px) {
  .content-left .flex-panel--content {
    order: 2;
  }
}

@media only screen and (min-width: 992px) {
  .content-right .flex-panel--image {
    order: 2;
  }
}
@media only screen and (min-width: 992px) {
  .content-right .flex-panel--content {
    order: 1;
  }
}

.flex-panel {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .flex-panel {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.flex-panel--content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-panel--content div {
  padding: 40px 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 992px) {
  .flex-panel--content div {
    width: 80%;
    padding: 0;
    gap: 15px;
  }
}
.flex-panel--content div hr {
  width: 50%;
  text-align: left;
  left: 0;
  display: inline-block;
  border-color: red;
  border-width: 0.5px;
  padding-top: 0;
}
.flex-panel--content div img {
  max-width: 100%;
}

.flexbox-row.content-left .flex-panel--image.circular {
  transform: translateX(-10%);
}

.flexbox-row.content-right .flex-panel--image.circular {
  transform: translateX(10%);
}

.flex-panel--image img {
  width: 100%;
  height: auto;
}
.flex-panel--image.circular img {
  clip-path: circle(50% at 50% 50%);
  -webkit-clip-path: circle(50% at 50% 50%);
}

/*
.hero-links{

	a {
	  width: 100%;
	  height: auto;
	  display: block;
	  position: relative;
	  background: #ffffff;
	  overflow: hidden;
	  border:0.5px solid $white;
	  @include sm{
	  	width: 50%;
	    float: left;
	  }
	  @include lg{
	  	width: 25%;
	    float: left;
	  }
	  .img-wrap::after {
		  content: " ";
		  height: 100%;
		  width: 100%;
		  display: block;
		  position: absolute;
		  background:$brand-gradient;
		  top: 0;
		  opacity: 0.1;
		  -webkit-transition: all 1s ease;
		  transition: all 1s ease;
		}
	  	&:hover> .img-wrap img {
		  -webkit-transform: scale(1.1);
		  transform: scale(1.1);
			}

			&:hover > .img-wrap::after {
			  opacity: 0.7;
			  background:$brand-gradient;
			  -webkit-transition: all 1s ease;
		  transition: all 1s ease;
			}



		&:hover > span{
			color:$white;
		}
	  img {
		  width: 100%;
		  height: auto;
		  display: block;
		  -webkit-transition: all 3s ease;
		  transition: all 3s ease;
		}

		span {
		  position: absolute;
		  top: 50%;
		  width: 100%;
		  text-align: center;
		  font-size: 32px;
		  text-transform: uppercase;
		  @include transform(translate(0,-50%));
		  color: $white;
		  font-family:'Vinyl', Impact, sans-serif;
		  text-transform:uppercase;
		  -webkit-transition: all 1s ease;
		}
	}

}

*/
.hero-links {
  display: flex;
  gap: 1px;
}
.hero-links {
  flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) {
  .hero-links {
    flex-wrap: nowrap;
  }
}
.hero-links a {
  width: 100%;
  max-width: calc(50% - 0.5px);
  aspect-ratio: 9/16;
  display: block;
  position: relative;
  background: #ffffff;
  overflow: hidden;
  border: 0.5px solid #FCFCFC;
}
@media only screen and (min-width: 992px) {
  .hero-links a {
    max-width: calc(33.333% - 1px);
  }
}
.hero-links a .img-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.hero-links a .img-wrap::after {
  content: " ";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  background: linear-gradient(0deg, rgb(164, 0, 175) 0%, rgb(255, 7, 0) 50%, rgb(255, 134, 0) 100%);
  top: 0;
  opacity: 0.1;
  transition: all 1s ease;
}
.hero-links a:hover > .img-wrap img {
  transform: scale(1.1);
}
.hero-links a:hover > .img-wrap::after {
  opacity: 0.7;
  background: linear-gradient(0deg, rgb(164, 0, 175) 0%, rgb(255, 7, 0) 50%, rgb(255, 134, 0) 100%);
  transition: all 1s ease;
}
.hero-links a:hover > span {
  color: #FCFCFC;
}
.hero-links a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: all 3s ease;
}
.hero-links a span {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  text-transform: uppercase;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #FCFCFC;
  font-family: "Vinyl", Impact, sans-serif;
}
@media only screen and (min-width: 768px) {
  .hero-links a span {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 992px) {
  .hero-links a span {
    font-size: 1.8rem;
  }
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper .swiper-wrapper .swiper-slide img, .swiper .swiper-wrapper .swiper-slide picture {
  width: 100%;
  height: auto;
}

.swiper-controls {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.swiper-controls .swiper-button-prev, .swiper-controls .swiper-button-next {
  background: transparent;
  border: 0;
  color: #ff0700;
  height: 40px;
  z-index: 11;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.swiper-controls .swiper-button-prev:hover, .swiper-controls .swiper-button-next:hover {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.swiper-controls .swiper-button-prev:active, .swiper-controls .swiper-button-next:active {
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.swiper-controls .swiper-pagination {
  position: relative;
  transform: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  top: initial;
  left: initial;
  bottom: initial;
  justify-content: center;
  z-index: 10;
}
.swiper-controls .swiper-pagination .swiper-pagination-bullet {
  background: #ff0700;
  opacity: 0.2;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.swiper-controls .swiper-pagination .swiper-pagination-bullet:hover {
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.swiper-controls .swiper-pagination .swiper-pagination-bullet:active {
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

/*
.home{
	.header-content{
		padding: 360px 0 320px;
		position: relative;
		h2,h3,h4,h5,h6{
			color:$white;
		}
		img{
			margin-bottom:20px;
		}
	}
}
*/
.home header .header-content {
  z-index: 2;
  height: 100vh;
}

video#bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  background-color: #151515;
}

section.shop-info {
  margin: 0.5px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.shop-info--content {
  background: #fff;
  display: flex;
  color: #141414;
  border-right: none;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .shop-info--content {
    border-right: 1px solid #ebebeb;
  }
}
.shop-info--content div {
  padding: 60px;
}

.shop-info--map {
  padding: 0;
}

.social-bar {
  padding: 20px;
  background: linear-gradient(90deg, rgb(164, 0, 175) 0%, rgb(255, 7, 0) 50%, rgb(255, 134, 0) 100%);
  color: #FCFCFC;
  text-align: center;
}
.social-bar a {
  color: #FCFCFC;
  margin: 0 10px;
  font-size: 22px;
  display: inline-block;
}
.social-bar a:hover {
  text-decoration: none;
  color: rgb(226.5, 226.5, 226.5);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1200px) {
  .gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.gallery-grid a {
  display: flex;
}
.gallery-grid picture, .gallery-grid img {
  width: 100%;
  height: auto;
}

.artist-info {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
@media only screen and (min-width: 768px) {
  .artist-info {
    flex: 1;
  }
}
.artist-info img {
  width: 100%;
  height: auto;
}
.artist-info .artist-info--content {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 20px;
}

.artist-gallery {
  flex: 1;
}
@media only screen and (min-width: 992px) {
  .artist-gallery {
    flex: 2;
  }
}
.artist-gallery .gallery-grid {
  width: 100%;
}

.artist-section {
  padding: 10px;
}
@media only screen and (min-width: 992px) {
  .artist-section {
    padding: 20px;
  }
}
.artist-section .container-full {
  gap: 10px;
}
@media only screen and (min-width: 992px) {
  .artist-section .container-full {
    gap: 20px;
  }
}

.artist-social-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.artist-social-links a {
  color: #FCFCFC;
  font-size: 1rem;
  display: inline-block;
}
.artist-social-links a:hover {
  text-decoration: none;
  color: rgb(226.5, 226.5, 226.5);
}

ul.accordion {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
}
ul.accordion .inner {
  padding: 0 10px 30px 10px;
  overflow: hidden;
  display: none;
}
ul.accordion .inner.show {
  /*display: block;*/
}
ul.accordion li {
  margin: 0.5em 0;
}
ul.accordion li a.accordion-toggle {
  width: 100%;
  display: block;
  color: #141414;
  padding: 10px;
  transition: background 0.3s ease;
  border-bottom: 1px solid #ff0700;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
  text-decoration: none;
  font-size: 1.4rem;
}
ul.accordion li a.accordion-toggle:hover {
  text-decoration: none;
}
ul.accordion li a.accordion-toggle::after {
  position: absolute;
  right: 10px;
  top: 10px;
  content: "✖";
  display: block;
  color: #ff0700;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
ul.accordion li a.accordion-toggle.active::after {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.woocommerce .col-1, .woocommerce .col-2 {
  max-width: none;
}

.shop-subnav {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .shop-subnav {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.shop-subnav {
  width: 100%;
  padding: 10px;
  background: linear-gradient(90deg, rgb(164, 0, 175) 0%, rgb(255, 7, 0) 50%, rgb(255, 134, 0) 100%);
}
.shop-subnav a {
  color: #FCFCFC;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.shop-subnav a:hover {
  text-decoration: none;
}
.shop-subnav .cart-link {
  float: left;
}
@media only screen and (min-width: 768px) {
  .shop-subnav .cart-link {
    float: right;
  }
}
.shop-subnav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 10px;
}
.shop-subnav ul li a {
  border: 1px solid #FCFCFC;
  padding: 10px;
  border-radius: 10px;
}
.shop-subnav ul li a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.shop-subnav ul li a.current-page {
  background: #FCFCFC;
  color: #ff0700;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #ff0700 !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 20px 0;
  position: relative;
  background-color: #FCFCFC;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  line-height: 42px;
  margin: 1rem;
  border: 1px solid #ff0700;
  border-radius: 5px;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  color: #a400af;
}

.woocommerce form .form-row .required {
  font-weight: 100;
}

#customer_details {
  margin-bottom: 40px;
}

#coupon_code {
  min-width: 150px;
  padding: 9px;
}

.woocommerce form .form-row {
  margin-bottom: 15px;
}
.woocommerce form .form-row label {
  font-size: 16px;
  line-height: 1;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  font-weight: 100;
  padding: 10px 20px;
  border: 0.5px solid #aaa;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-weight: 500;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-Address header .title {
  padding: 0;
}
.woocommerce-Address header .title a.edit {
  float: none;
}
.woocommerce-Address header .title h2 {
  font-size: 2rem;
}

legend {
  font-size: 1em;
  font-style: italic;
}

.woocommerce div.product form.cart .variations select {
  font-weight: 100;
}

.related.products {
  width: 100%;
  float: left;
}

.input-text.qty.text {
  padding: 10px;
  width: 60px;
  margin-right: 20px;
}

.item-description {
  margin-bottom: 40px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #ff0700;
  font-size: 34px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  background: #141414;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  opacity: 0.7;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.variations {
  font-size: 20px;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
  margin-top: 20px;
}

.return-to-shop {
  margin-top: 20px;
  text-align: center;
  font-size: 24px;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 100;
}

.woocommerce div.product .stock {
  color: rgb(255, 81.4, 76.5);
}

.woocommerce .products ul, .woocommerce ul.products {
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 10px;
  width: 100%;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .woocommerce .products ul, .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .woocommerce .products ul, .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .woocommerce .products ul, .woocommerce ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.woocommerce .products ul::before, .woocommerce ul.products::before {
  display: none;
}

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  margin: 0;
  width: initial;
}
.woocommerce ul.products[class*=columns-] li.product a.woocommerce-loop-product__link, .woocommerce-page ul.products[class*=columns-] li.product a.woocommerce-loop-product__link {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  align-items: self-end;
  width: 100%;
}
.woocommerce ul.products[class*=columns-] li.product a.woocommerce-loop-product__link img, .woocommerce-page ul.products[class*=columns-] li.product a.woocommerce-loop-product__link img {
  margin: 0;
}
.woocommerce ul.products[class*=columns-] li.product a.woocommerce-loop-product__link picture, .woocommerce-page ul.products[class*=columns-] li.product a.woocommerce-loop-product__link picture {
  width: 100%;
}
.woocommerce ul.products[class*=columns-] li.product a.woocommerce-loop-product__link h2, .woocommerce ul.products[class*=columns-] li.product a.woocommerce-loop-product__link span.price, .woocommerce-page ul.products[class*=columns-] li.product a.woocommerce-loop-product__link h2, .woocommerce-page ul.products[class*=columns-] li.product a.woocommerce-loop-product__link span.price {
  width: 50%;
  font-size: 1.2rem;
}
.woocommerce ul.products[class*=columns-] li.product a.woocommerce-loop-product__link span.price, .woocommerce-page ul.products[class*=columns-] li.product a.woocommerce-loop-product__link span.price {
  text-align: right;
}

.term-description {
  text-align: center;
  padding: 20px;
}

html .woocommerce ul.products li.product a.button {
  margin: 0;
  font-size: 0.75rem;
  background: transparent;
  color: #ff0700;
  border: 1px solid #ff0700;
  align-self: end;
  text-align: center;
  width: 100%;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
html .woocommerce ul.products li.product a.button:hover {
  background: #ff0700;
  color: #FCFCFC;
}

/*
	a h2{
		position:absolute;
		bottom:5px;
		width:100%;
		text-align: center;
		opacity:0;
		color:$white;
		@include transition(all 500ms ease-in-out);
	}
	a img{
		@include transition(all 500ms ease-in-out);
		margin:0 0 0;
	}
	&:hover{
		a h2{
			opacity:1;
			bottom:10px;
			font-size:1.5em;
		}
		a img{
			opacity:0.3;
		}
	}
}
*/
/*
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
	float: left;
    padding: 0;
    position: relative;
    margin-left: 0;
    width:50%;
	margin:0;
	@include md{
		width:33.333%;
	}
	@include lg{
		width:25%;
	}
}
*/
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  color: #141414;
}

.related h2 {
  text-align: center;
  margin: 30px 0;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 50%;
  }
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: right;
  clear: none;
  padding: 60px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 50%;
  }
}
.woocommerce #content div.product div.summary .price, .woocommerce div.product div.summary .price, .woocommerce-page #content div.product div.summary .price, .woocommerce-page div.product div.summary .price {
  margin-bottom: 20px;
}

.woocommerce div.product div.images {
  margin-bottom: 0;
}

mark {
  border: 1px dotted #ff0700;
  background: transparent;
  padding: 5px;
}

.woocommerce table.shop_table th {
  font-weight: 500;
}

nav.woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}
nav.woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
  display: block;
  padding: 10px 20px;
  background: rgb(255, 81.4, 76.5);
  margin-bottom: 3px;
  color: #FCFCFC;
  border-radius: 5px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
nav.woocommerce-MyAccount-navigation ul li a:hover {
  text-decoration: none;
  background: rgb(255, 31.8, 25.5);
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  background: #ff0700;
  color: #FCFCFC;
}

.woocommerce-Address header {
  margin: 0;
  background: transparent;
}

p.woocommerce-form-row span {
  font-size: 12px;
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
  margin-right: 10px;
}

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
  clear: none;
}

nav.woocommerce-pagination {
  display: flex;
  padding: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
nav.woocommerce-pagination ul.page-numbers {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  list-style: none;
  border: 0;
}
nav.woocommerce-pagination ul.page-numbers li span.current {
  background-color: transparent;
}
nav.woocommerce-pagination ul.page-numbers li a {
  display: block;
  text-decoration: none;
  background: transparent;
  color: #ff0700;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -ms-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
nav.woocommerce-pagination ul.page-numbers li a:hover {
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  background: transparent;
  color: #a400af;
}
nav.woocommerce-pagination ul.page-numbers li a:active {
  background: transparent;
  color: #a400af;
  -moz-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
nav.woocommerce-pagination ul.page-numbers li a:focus {
  background: transparent;
  color: #a400af;
}
nav.woocommerce-pagination .woocommerce-LoopProduct-link {
  display: none !important;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  width: 40px;
  height: 40px;
}

.woocommerce table.shop_table {
  border: 0;
}

.woocommerce .cart_totals h2 {
  font-size: 2rem;
}/*# sourceMappingURL=base.css.map */