/*
Theme Name: The Sorry Window (album)
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: False Advertising
Version: 4.0.4
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2017 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

* {
  box-sizing: border-box;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

footer {

}





.update-bar {
  background-color: rgba(255, 255, 255, 0.9);
  width: 0%;
  height: 100%;
  border-radius: 25px;
  float: left;
  transition: width 0.3s;
}


button#accept-cookies {
      margin-right: 10px;
    font-size: 14px;
    padding: 8px;
    border-radius:4px;
    white-space: nowrap;
    background-color: #ffffff;
    border:0;
    margin-bottom: 4px;

}

button#decline-cookies {
      margin-right: 10px;
    font-size: 14px;
    padding: 8px;
    border-radius:4px;
    white-space: nowrap;
    background-color: #ffffff;
    border:0;
    margin-bottom: 4px;
}



  #cookie-banner {
    flex-direction: column;     /* stack items */

  }

  #cookie-banner span {
    margin-bottom: 15px;        /* space below text */
    display: block;
  }

  #cookie-banner div {
    display: flex;
    width: 100%;
  }



#cookie-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* allows wrapping if needed */
}



    #container {
  position: absolute;
  width: 100%;
  height: 80vh;   /* or 100vh if you want full viewport */
  overflow: hidden;
    }




.link {
    background-color: #fff;
    border-radius: 30px;
    color: #000;
    display: inline-block;
    padding: 6px 12px 6px 12px;
}



a:link {
  text-decoration:none;
}


a.social:link {
  color:#FFFFFF;

}

.social svg {
  fill: #FFFFFF;
  opacity: 1.0;
    transition: fill 0.3s ease, transform 0.3s ease, opacity 0.3s ease; /* Smooth transition for fill, transform, and opacity properties */
}

.social:hover svg {
    fill: #FFFFFF; /* Change to the desired hover color */
    opacity: 0.5;
}


.single-text {
  padding:20px 0;
  text-align: center;
}

.fadeInBlock {
    opacity:0;
}


    .two-col { display: block; gap: 40px; text-align: left;}

        .card {
      border-radius: 10px;
      padding: 14px;
      text-align:left;

    }

details summary {
  list-style: none;
}

details summary::-webkit-details-marker {
  display: none;
}


details summary {
  position: relative;
  padding-right: 32px; /* space for arrow */
  cursor: pointer;
}

details summary::after {
  content: "▼";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) scaleX(1.3);
  font-size: 14px;
  transition: transform 0.2s ease;
}

details[open] summary::after {
  transform: translateY(-50%) scaleX(1.3) rotate(180deg);
}


.faq {text-align: left;}

    .faq details { border-radius: 10px; padding: 32px 32px; margin: 10px 0; background: #00000024; }
    .faq summary { cursor: pointer; font-weight: 500; text-align:left}
    .faq p { margin: 16px 0; }

.faq-container {
  margin-top:30px;
}


.social-icons-hp {
    position: absolute;
    bottom: 39px;
    left: 50%;              /* anchor from the middle */
    transform: translateX(-50%); /* pull it back half its width */
    margin: 0;
    display: flex;          /* flex for spacing icons */
    justify-content: center;
    width: auto;
    z-index: 10;
}




.social-icons {
  padding-top: 40px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.social-icons-mobile {
  position:absolute;
  bottom:50px;
  display: flex;
  justify-content: center;
  width:100%;
}


.spotify, .applemusic {
  margin: 0px 10px -5px 10px;
}


.social {
    margin:0 20px 12px 0;
    display: inline-block;
}






.tour-date2 {
    margin: 39px 0;
    clear: both;
    width: 100%;
    display: grid;
}

.gig-date2 {
  float:left;
}

.gig-info2 {
  float:left;
  margin: 2px 0 20px 0;
}

.gig-links2 {
  float:left;
}

p.gigpress-subscribe {
    display: none;
}

.horizontal-section {
width: 100%;
    padding: 40px 0;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.homepage-inner {
    padding: 80px 20px 80px 20px;
    background-color: #272e36;
}

.horizontal-inner {
  background-color: #00000024;
  text-align: center;
  border-radius: 100px;
  padding: 40px;
  max-width: 1000px;
  width: 100%; /* Ensure inner div spans entire width */
}

.horizontal-inner2 {
  text-align: center;
  border-radius: 100px;
 /* padding: 40px; */
  max-width: 1000px;
  width: 100%; /* Ensure inner div spans entire width */
}

.product-hp {
  width: calc(100% - 0px); /* 33.33% width for each column with margin */
  max-width: 300px; /* Maximum width for each column */
  margin-bottom: 20px; /* Add margin between columns */
  box-sizing: border-box; /* Include padding and border in the width */
  padding: 10px;
}







.product-container {
    display: flex;
  flex-wrap: wrap; /* Allow items to wrap to next row */
  justify-content: center; /* Distribute items evenly */
  margin: 30px;
}


.product-container-signup {
margin: 0 auto;
    max-width: 450px;
}



html, body {
    background-color: rgb(15,18,22);
}



body {
	color: #fff;
    animation-name: background-anim;
	   margin:0;
    animation-duration: 4s;
font-family: nimbus-sans,sans-serif;
font-weight: 400;
font-style: normal;
background: rgb(9,9,9);
    background: radial-gradient(circle, rgb(23 27 32) 0%, rgba(78, 68, 59, 0) 100%);
     animation-fill-mode: forwards;
    background-attachment: fixed;
    font-size: 18px;
    text-rendering: optimizeLegibility;
    line-height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
}


.content-container {
      top: 80vh;
    width: 100%;
    position: relative;
}


.cover-mobile {
    display:block;
    width:100%;
    padding-top:50px;
}

.container {
  float:left;
    z-index: 0;
}

.container-bg {
display:none;
}

#bg-video{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    max-width: 700px;
}
.navigation {
    float: inherit;
    box-sizing: border-box;
    font-size: 18px;
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: center;
}


.page-item-32, .page-item-34, .page-item-36, .children
{
  display:none !important;
}



  .mail-message-area{
    width:100%;
    padding:0 15px;
  }

.gigpress-table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    border-top: 1px solid #CCC;
    margin: 0.5em 0 1em 0;
    display: none;
}
.marquee-bounce {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.logo-bounce {
  fill: #fff;
}

.marquee-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}


    .window-img {
  width: 480px;
  height: auto;
  backdrop-filter: blur(3px);
  display:block;
  margin:0 auto;
}


.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}

.middle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  backdrop-filter: blur(10px); /* Apply blur effect */
  z-index: -1;
}



  .mail-message{
    width: 100%;
    background:rgba(255,255,255, 0.8) !important;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    margin:0 auto;
    border-radius: 0;
  }

  .not-visible-message{
    height:0px;
    opacity: 0;
  }

  .visible-message{
    height:auto;
    opacity: 1;
    margin:25px auto 0;
  }

    .under {
        position:relative;
        clear:both;
        padding:28px;
        bottom:0;
        text-align:center;
        z-index:10;
    }

#mce-success-response.response {
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 24px;
}


#mce-EMAIL-error {
  clear:both;
  font-size: 14px;
  margin: 8px 0;
}


.back-column {
    margin: 0 0 20px 0;
}


/* Input Styles */







.reveal-if-active {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

input[type="radio"]:checked ~ .reveal-if-active,
input[type="checkbox"]:checked ~ .reveal-if-active {
  opacity: 1;
  height: auto; /* little bit of a magic number :( */
  overflow: visible;
}


.form {
  margin: 3rem auto;
}

.form__row {
  position: relative;
  margin-bottom: 1.5rem;
}

.form__field {
  display: block;
  width: 100%;
  max-width:450px;
  color: #fff;
  height: 50px;
  font-size:16px;
  position: relative;
  padding: 20px 0 5px 12px;
  border: 1px solid #fff;
  text-indent: 0;
  -webkit-appearance: none;
  border-radius: 7px;
  background: #0e0e0e30;
  transition: all .2s linear;
}


input[type="text"] {
  display: block;
  width: 100%;
  max-width: 450px;
  color: #fff;
  height: auto;
  font-size: 16px;
  position: relative;
  padding: 25px 0 8px 12px;
  border: 1px solid #fff;
  text-indent: 0;
  -webkit-appearance: none;
  border-radius: 7px;
  background: #0e0e0e30;
  transition: all .2s linear;
}


.footer-logo {
  float:left;
      width: 10%;
}


.footer-left {
  width:90%;
  float:left;
}



.footer-links svg {
    fill: #ffffff9e;
  margin-right:5px;
}

input[type="tel"] {
  display: block;
  width: 100%;
  max-width: 450px;
  color: #ffffff;
  height: 50px;
  font-size: 16px;
  position: relative;
  padding: 5px 0 5px 12px;
  border: 1px solid #fff;
  text-indent: 0;
  -webkit-appearance: none;
  border-radius: 7px;
    background: #0e0e0e30;
  transition: all .2s linear;
}


.marquee {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

input[type="email"] {
  display: block;
  width: auto;
  color: #fff;
  font-size: 16px;
  position: relative;
    padding: 25px 0 8px 11px;
    border: 1px solid #ffffff5c;
  text-indent: 0;
  -webkit-appearance: none;
  border-radius: 7px;
    background: #0e0e0e30;
  transition: all .2s linear;
  float:left;
}


.small-text {
  font-size: 14px;
  margin: 10px 0 0 0;
  float: left;
  clear: both;
}

.wpforms-field-label {
  margin: 20px 0 5px 0;
  overflow: hidden;
  position: relative;
  clear: both;
  display: block;
}

.wpforms-field-hp {
  display:none;
}

.wpforms-field-checkbox {
  display:block;
  margin:0 0 20px 0;
}

.wpforms-confirmation-container-full {
  background-color: #fff;
color: #0E0E0E;
padding: 1px 15px;
text-align: center;
}

.form__field--select {
  padding-top: 8px;
  color: #fff;
    font-size:16px;
      -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
      background: url(arrow.svg) 96% no-repeat #0e0e0e30;
}



/* CAUTION: IE hackery ahead */
select::-ms-expand {
    display: none; /* remove default arrow on ie10 and ie11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    select {
        background:none\9;
        padding: 5px\9;
    }
}




option {
  color: #333;
}


.ph-small {
  transition: all .2s;
      color: #ffffff;
      font-size: 11px;
      line-height: 20px;
      margin-top: 5px;
      margin-left: 12px;
      position: absolute;
      z-index: 10;
      user-select: none;
      white-space: nowrap;
      pointer-events: none;
}





.ph-big {
  font-size: 16px;
  margin: 15px 0 0 15px;
}



.form__label {
  display: none;
}



option {
  color: #333;
}



    .message {
        text-align: center;
        margin:0 20px;
    }









/* Generic Button Styles */

button, .button {
    padding: 16px 20px 16px 20px;
    font-size: 18px;
    background-color:#fff;
    width: auto;
        display: inline-flex;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    color:#000000 !important;
box-shadow: 5px 4px 15px 0 rgba(0,0,0,0.22);
border-radius: 6px;
    font-weight:400 !important;
    align-items: center;
    gap: 10px;
    border:0;
}







.button-small {
    padding: 14px;
    font-size: 16px;
    background-color:#fff;
    width: auto;
    float: left;
        display: inline-flex;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    color:#000000 !important;
box-shadow: 5px 4px 15px 0 rgba(0,0,0,0.22);
border-radius: 6px;
    font-weight:400 !important;
    align-items: center;
    gap: 10px;
}





.button-secondary, .button-select  {
padding: 10px 10px 9px 10px;
font-size: 14px;
    font-weight: 400 !important;
    border-radius: 6px;
    width: 50%;
    box-sizing: border-box;
    box-shadow: 0 0 0pt 1pt white;
    margin: 0 16px 0 0; 
    position: relative;
    white-space: nowrap;
}


center-button {
    margin: 0 8px;
}



.button-tertiary {
    padding: 13px 20px 12px 20px;
    font-size: 18px;
    width: auto;
    width: 100%;
    background-color:#fff;
    width: auto;
    float: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    color:#000000 !important;
box-shadow: 5px 4px 15px 0 rgba(0,0,0,0.22);
border-radius: 6px;
    width:100%;
    font-weight:500 !important;
}


.categories {
        width: 100%;
    clear: both;
    margin: 22px 0 41px 0;
}

.special {
    font-size: 23px;
}

.section.related.products {
    position: relative;
    clear: both;
}

.button-select {
    opacity:0.5
}

.embed-container {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    margin: 20px 0 20px 0;
}

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

  .button:hover, button-secondary:hover {
    background: -webkit-linear-gradient(left, hotPink 0%, orange 50%, transparent 50%);
    background-size: 200% 200%;
    color:white;
        box-shadow: inset 0 0 rgba(255, 255, 255, 100);
  }

/* Send Button Styles */

  .form-btn{
    width:180px;
    display: block;
    height: auto;
    padding:15px;
    color:#fff;
    background:#8BC3A3;
    border:none;
    border-radius:3px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin:auto;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

  .form-btn:hover{
    background:#111;
    color: white;
    border:none;
  }

  .form-btn:active{
    opacity: 0.9;
  }


input#mc-embedded-subscribe.button {
	color:#fff;
	font-size:18px;
	font-weight:500;
          width: 338px;
}



input#mc-embedded-subscribe2.button {
  color:#fff;
  font-size:18px;
  font-weight:500;
  width:auto;
}




#mc_embed_signup div.mce_inline_error {
    margin: 0 0 31px 0;
    padding: 0 0;
    color: #ff0000;
    /* background-color: #6B0505; */
    /* font-weight: bold; */
    z-index: 1;
}



a:link {
	text-decoration:none;
	  /* ^- the important bit. RGB 192,192,192 is the same as #C0C0C0*/
  -webkit-transition: box-shadow 500ms ease;
  -moz-transition: box-shadow 500ms ease;
  -ms-transition: box-shadow 500ms ease;
  -o-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
	color:#fff;
        transition: fill 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}

a:hover {
    color: #FFFFFF; /* Change to the desired hover color */
    opacity: 0.5;
}



a.nav {
background-color: white;
}

.current-menu-item {
    color: #ffc928;
    text-decoration: underline;
}





ul
{
list-style: none;
padding: 0;
margin: 0;
}



.menu {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
height: 256px;
width: 153px;
margin-top: -24px;
}






.mobile-menu {
        display:block;
            font-size: 36px;
    font-weight: 400 !important;
    line-height: 64px;
    transition: max-height 0.3s ease-out;
}






.wide-menu {
  display:none;
}


li.menu-item {
  padding:0 12px;
  text-align: center;
}


li.page_item {
    text-align: center;
    display: block;
    padding: 0 16px;
    font-size: 20px;
}



li
{
list-style: none;
padding: 0;
margin: 0;
display:block;
    text-align: left;
    display: inline;
}


a.nav:link {
  /* ^- the important bit. RGB 192,192,192 is the same as #C0C0C0*/
  -webkit-transition: box-shadow 500ms ease;
  -moz-transition: box-shadow 500ms ease;
  -ms-transition: box-shadow 500ms ease;
  -o-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
  text-decoration:none;
    background-image: -webkit-linear-gradient(left, hotPink 0%, orange 50%, transparent 50%);
    background-position: 100% 0;
    background-size: 200% 200%;
    -webkit-background-clip: text;
    margin:0 10px;
}

a:visited {
  color:#fff;
}


a.nav:active {
    color:#ffffff;
}

a.nav:hover {
    box-shadow: inset 0 -0.1em rgba(255, 255, 255, 100);
    background-position: 0 0;
    color: transparent;
    transition: .4s 0;
}





h1
{
font-size:26px;
line-height:27px;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
      -moz-margin-before: 0;
    -moz-margin-after: 0;
    -moz-margin-start: 0;
    -moz-margin-end: 0;
    font-weight:500;
		letter-spacing:0;
}

h1.extra-large {
  font-size:42px;
  line-height:44px;
}





p.intro {
  font-size:22px;
  line-height:31px;
}


h2 {
	margin-block-start: 0;
	font-size:23px;
	font-weight: 400;
	letter-spacing:0;
    line-height:25px;
    margin-block-start: 0;
    margin-block-end: 10px;
    margin-inline-start: 0;
    margin-inline-end: 0;
}



h3 {
        display: block;
    font-size: 21px;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: normal;
}

h4 {
  font-size: 18px;
      -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: 200;
}

h4.footer-title {
  margin-bottom:12px;
}

strong {
  font-weight:900;
}

h1.entry-title {
margin: 0 0 30px 0;

}



p.side{
      -webkit-margin-before: 0em;
    -webkit-margin-after: 0.4em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -moz-margin-before: 0.6em;
    -moz-margin-after: 0.6em;
    -moz-margin-start: 0;
    -moz-margin-end: 0;
}


p {
      -webkit-margin-before: 1.2em;
    -webkit-margin-after: 1.2em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -moz-margin-before: 0.6em;
    -moz-margin-after: 0.6em;
    -moz-margin-start: 0;
    -moz-margin-end: 0;
}


.video-container {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}

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

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



.soc-wrapper {
  margin:30px 0 0 0;
}

.soc {
  padding:0 7px 0 0;
}



.container {
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    width:100%;
    margin: 100px auto 0 auto;
}

.logo {
  float:left;
}



.dineuron-menu{width: 100%; height: 100%; opacity: 0; visibility: hidden; position:fixed; z-index:1}
.nav-open .dineuron-menu {opacity: 1; visibility: visible; background: rgba(0, 0, 0, 1);  transition: opacity 0.3s ease-out;}
.dineuron-menu .nav li a{color:#FFF;}
.dineuron-menu .nav li{
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation-timing-function: cubic-bezier(.45,.005,0,1);
    -moz-animation-timing-function: cubic-bezier(.45,.005,0,1);
    -o-animation-timing-function: cubic-bezier(.45,.005,0,1);
    animation-timing-function: cubic-bezier(.45,.005,0,1);
}
.nav-open .dineuron-menu .nav li{
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s;
}

.menu-item a {color:#ffffff}

.nav-button{height:42px; display:block; width:50px; padding:12px; z-index:100}
.nav-button #nav-icon3{width:24px;height:22px;display:inline-block;position:relative;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;}
.nav-button #nav-icon3 span{display:block;position:absolute;height:3px;width:100%;background:#fff;border-radius:9px;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}
.nav-button #nav-icon3 span:nth-child(1){top:0}
.nav-button #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3){top:7px}
.nav-button #nav-icon3 span:nth-child(4){top:14px}
.nav-open #nav-icon3 span:nth-child(1){top:9px;width:0;left:50%}
.nav-open #nav-icon3 span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg); background:#ffffff}
.nav-open #nav-icon3 span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg); background:#ffffff}
.nav-open #nav-icon3 span:nth-child(4){top:9px;width:0;left:50%}

.flex-center{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%}


ul#menu-menu-2 {
  display:none;
}

.navbar {
  position: fixed;
width: 100%;
padding:20px;
background: linear-gradient(0deg, rgba(15,15,15,0) 0%, rgb(15,15,15,1) 100%);
}




.d-flex {
  float:right;
  display:block;
}

.footer {
  background: #000000;
  color: #ffffff;
  display: block;
position: relative;
clear: both;
padding:20px;
float:left;
}

footer#footer a {
    color: #ffffff9e;
}

ul.footer-links {
  float:left;
  width:100%;
  margin-bottom:20px;
}

li.footer-links {
    display: list-item;
    padding: 4px 20px 4px 0;
    font-size: 16px;
}


marquee a {
  color: #fff!important;
}

.header {
    width: 100%;
    position: relative;
    float: left;
    box-sizing: border-box;
    z-index: 2;
}


.footer-left {
  width:82%;
  float:left;
}

.footer-logo {
  float:left;
  width:18%;
}

.content-column {
    position: relative;
    padding: 0 0 130px 0px;
    max-width:800px;
    width:auto;
    margin: 0 auto;
    box-sizing: border-box;
}

@media screen and (min-width: 550px) {



}


@media screen and (min-width: 768px) {




#cookie-banner {
  align-items: baseline;
}


.social {
    margin:0 12px;
}


.social-icons-hp {
        left: auto;
        right: 39px;
        transform: none;
        justify-content: flex-end;
}


.horizontal-section {
width: 100%;
}


.horizontal-inner {
  padding: 80px;
}


.horizontal-inner2 {
  /* padding: 80px; */
}



input#mc-embedded-subscribe2.button {
  width:450px;
}



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


.menu {
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
          height: auto;
  width: auto;
  margin-top: 0;
}

    .two-col {
        display: grid;
        grid-template-columns: 1fr 1fr;
      }



.mobile-menu {
        display:none;
}

.wide-menu {
  display:block;
}


h1
{
font-size:52px;
line-height:49px;
        font-weight:500;
        margin: 0 0 10px 0;
}


h1.extra-large {
  font-size:72px;
  line-height:72px;
}





    h2 {
	font-size:40px;
    line-height:40px;
}

.navbar {
padding:38px;
}

.cover-mobile {
    display:none;
}

.footer {
padding:38px;

        float: left;
        width: 100%;
}


    #container {
  position: fixed;
  width: 100%;
  height: 80vh;   /* or 100vh if you want full viewport */
  overflow: hidden;
    }







.bottom-hero {
    margin: 0;
}



    .under {
          position: absolute;
        bottom: 0;
        width: 100%;
        padding: 38px;
        text-align: left;
    }


.product-hp {
  width: calc(33.33% - 20px); /* 33.33% width for each column with margin */
}



  .content-container {
      top: 80vh;
}



.d-flex {
  display:none;
}

ul#menu-menu-2 {
  display:block;
}

.menu-item a {color:#fff}

    a.nav:link {
    margin: 0 20px;
}

    a.marquee {
        color:#FFFFFF
    }


ul.footer-links {
        width: 25%;
        float: left;
}




.button-secondary, .button-select  {
padding: 9px 12px 9px 12px;
font-size:16px;
}




.social-icons {
  display: inline-block;
  /* margin: 0 0 0 18px; */
  /* position: absolute; */
  /* bottom: 109px; */
  /* right: 38px; */
  padding-top: 0;
  width: auto;
  float: right;

}




.campaign-progress {
      margin-top: 16px;
    background: #0000002e;
    padding: 20px;
    border-radius: 16px;
}

.campaign-progress__top {
  display: grid;
  grid-template-columns: minmax(70px, auto) 1fr;
  gap: 18px;
  align-items: end;
}

.metric__value {
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

.metric__label {
  font-size:14px;
}

.campaign-progress__bar {
  width: 100%;
  height: 12px;
  margin: 12px 0 8px;
  appearance: none;
  border: none;
  border-radius: 6px; /* outer rounding */
  overflow: hidden;     /* important */
}


/* Track */
.campaign-progress__bar::-webkit-progress-bar {
  background: rgba(255,255,255,0.85);
  border-radius: 6px;
}

.campaign-progress__bar::-webkit-progress-value {
  background-image: linear-gradient(90deg, #85243c 0%, #06489a 100%);
  background-repeat: no-repeat;

  /* Make the gradient wider than the fill so it doesn't squash */
  background-size: 400px 100%;  /* pick a number larger than your bar */
  background-position: left center;
}





.marquee-container {
  height: 80vh;
}






 .spotify, .applemusic {
    margin: 0 11px 0 0;
    width:auto;
}




  button,  .button {
        width: auto;
    }



    li.menu-item {
      text-align: left;
      display: inline;
    }


li.page_item {
    display: inline;
    padding: 0 16px;
}




li.select2-results__option {
  list-style: disc!important;
}

.navigation {
        position: relative;
        width: 100%;

}






    .message {
    padding: 32px;
    position: absolute;
    width: 48%;
    top: 35vh;
        text-align:left;
}


.content-column {
}


.container-bg {
display:block;
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
    position: absolute;
    height: 100%;
    width: 100%;
}


    .container {
        padding:38px;
        margin: 150px auto 0 auto;
    }






.ph-big {
  font-size: 16px;
  margin: 17px 0 0 17px;
}


.button-small {
    padding: 17px;

}



.form__field {
  height: 55px;
  padding: 20px 0 5px 11px;
}



@media screen and (min-width: 1080px) {



}
