/*
Theme Name: Smider
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: All right reserved
Text Domain: smider
*/

@font-face {
  font-family: "Metric";
  src: url("fonts/Metric-Medium.eot");
  src: url("fonts/Metric-Medium.woff2") format("woff2"),
    url("fonts/Metric-Medium.woff") format("woff"),
    url("fonts/Metric-Medium.ttf") format("truetype"),
    url("fonts/Metric-Medium.svg#Metric-Medium") format("svg"),
    url("fonts/Metric-Medium.eot?#iefix") format("embedded-opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Metric";
  src: url("fonts/Metric-Regular.eot");
  src: url("fonts/Metric-Regular.woff2") format("woff2"),
    url("fonts/Metric-Regular.woff") format("woff"),
    url("fonts/Metric-Regular.ttf") format("truetype"),
    url("fonts/Metric-Regular.svg#Metric-Medium") format("svg"),
    url("fonts/Metric-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Metric";
  src: url("fonts/Metric-Light.eot");
  src: url("fonts/Metric-Light.woff2") format("woff2"),
    url("fonts/Metric-Light.woff") format("woff"),
    url("fonts/Metric-Light.ttf") format("truetype"),
    url("fonts/Metric-Light.svg#Metric-Medium") format("svg"),
    url("fonts/Metric-Light.eot?#iefix") format("embedded-opentype");
  font-weight: 300;
  font-style: normal;
}

html {
  overflow-y: scroll;
}

::selection {
  background-color: #2e2e2d;
}

::-moz-selection {
  background-color: #2e2e2d;
}

.page-template-page-noise-php ::selection {
  background-color: #f5f5f5;
}

.page-template-page-noise-php ::-moz-selection {
  background-color: #f5f5f5;
}

b,
strong {
  font-weight: 500;
}

a {
  color: inherit;
  text-decoration: none;
}
a,
a:hover,
a:active,
a:focus {
  outline: none;
}

html,
body {
  font-family: "Metric";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

body {
  font-size: 16px;
  background-color: #f5f5f5;
  font-weight: 300;
}

.arrow-to-choice,
.hamburger,
.logo-main-container,
.split-choice-container {
  -webkit-animation: fadein 600ms; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 600ms; /* Firefox < 16 */
  -ms-animation: fadein 600ms; /* Internet Explorer */
  -o-animation: fadein 600ms; /* Opera < 12.1 */
  animation: fadein 600ms;
}

.page-template-page-noise-php {
  color: #f1f1f1;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.logo-main-container {
  position: fixed;
  top: 30px;
  text-align: center;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

.logo-main {
  width: 80px;
  height: auto;
  pointer-events: auto;
  cursor: pointer;
}

.container {
  position: relative;
  max-width: 1100px;
  width: 95%;
  margin: 0 auto;
  /*-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; */
}

#filters {
  margin: 5px 0 30px 0;
  padding: 0;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  -moz-transition: max-height 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: max-height 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: max-height 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: max-height 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.page-template-page-noise-php #filters {
  margin-bottom: 0;
}

.input-search {
  width: 10%;
  border: 1px solid #2e2e2d;
  border-radius: 4px;
  font-size: 18px;
  background-color: #f0f0f0;
  transition: border 0.3s ease;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .input-search {
    width: 50%;
  }
}

.input-search:focus {
  border-color: #bfbfbf;
  outline: none;
}

#filters.expanded {
  max-height: 800px;
}

#filters .filter {
  margin-left: 10px;
  text-decoration: none;
  color: #bfbfbf;
  cursor: pointer;
  font-size: 21px;
  line-height: 26px;
}

.sub-filters {
  max-height: 0;
  overflow: hidden;
  transition: max-height 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sub-filters.expanded {
  max-height: 800px;
  display: block;
}

.page-template-page-smider-php #filters span.filter-filter-active {
  color: #282726;
}

#filters span.filter-filter-active {
  font-weight: 500;
  text-align: center;
}
.filters-toggle {
  cursor: pointer;
}

.filters-toggle .text {
  font-size: 16px;
}

.filters-toggle .arrow {
  margin-top: -8px;
  height: 30px;
  width: 30px;
  -moz-transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.page-template-page-smider-php .filters-toggle .arrow {
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}

.page-template-page-smider-php .filters-toggle.active .arrow {
  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}

.page-template-page-noise-php .filters-toggle .arrow {
  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}

.page-template-page-noise-php .filters-toggle.active .arrow {
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}

.portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 33.3%;
  margin: 0;
  /*display:none;*/
  float: left;
  overflow: hidden;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -moz-transition: filter 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: filter 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: filter 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: filter 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#music .container {
  min-height: 160px;
}
#music .container {
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.audio-player-item.portfolio {
  overflow: hidden;
  float: none;
}
#music .audio-player-item.portfolio {
  width: 10%;
  max-width: 10%;
  -webkit-box-flex: 0 1 10%;
  -moz-box-flex: 0 1 10%;
  -ms-flex: 0 1 10%;
  -webkit-flex: 0 1 10%;
  flex: 0 1 10%;
}
.fullscreen-container .audio-player-item.portfolio {
  width: auto !important;
  max-width: 100% !important;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 117px;
}
.fullscreen-container .audio-player-item .track-label {
  display: none !important;
  min-height: 34px;
}
.fullscreen-container .description {
  font-size: 16px;
  line-height: 18px;
  margin-top: 32px;
}
.audio-player-item .track-label {
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  max-width: 90px;
  margin: 0 auto;
  text-align: center;
}

.audio-controls {
  margin-bottom: 10px;
}

.info-buy:hover {
  text-decoration: underline;
}

.track-more-info {
  cursor: pointer;
}

@media (max-width: 600px) {
  .track-title,
  .track-more-info {
    display: block;
    width: 100%;
    white-space: normal;
  }
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
  display: none !important;
}

.track-description,
.video-description {
  display: block;
}

.track-cover {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  height: 400px;
  width: 400px;
  margin: 0 auto;
  background-position: center center;
  background-size: cover;
}

/*.track-title {
  height: 34px; 
}*/

.portfolio:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}

.portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  background: #666;
  height: 70px;
  cursor: pointer;
  border-left: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.portfolio img {
  width: 100%;
  position: relative;
  top: 0;
  margin-top: -50%;
  -moz-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.portfolio .label-text {
  color: #fff;
  position: relative;
  z-index: 500;
  font-weight: 500;
  font-size: 19px;
  margin-top: 26px;
  padding: 0 10px;
  text-align: center;
}

.portfolio:hover .label {
  opacity: 1;
  visibility: visible;
}
.portfolio:hover img {
  /*top:-30px;*/
}

.overflow-hidden {
  overflow: hidden;
}

/* fullscreen container */
.fullscreen-container .width-container {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  display: table;
  min-height: 100%;
}
.fullscreen-container .width-container-inner {
  display: table-cell;
  vertical-align: middle;
}
.page-template-page-noise-php .fullscreen-container {
  background-color: #2e2e2d;
}
.page-template-page-noise-php .player-separator {
  background-color: #f5f5f5;
}

.fullscreen-container {
  background-color: #f5f5f5;
}

.fullscreen-container {
  text-align: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  -moz-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.fullscreen-container.active {
  visibility: visible;
  opacity: 1;
}

.fullscreen-container .title {
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 22px;
}
.fullscreen-container .close {
  padding: 25px 10px;
}
.share-buttons {
  text-align: center;
  margin-bottom: 20px;
}
.share-buttons .share-button {
  font-size: 18px;
  padding-right: 7px;
  padding-left: 7px;
}
.share-buttons .twitter {
  color: #56c4f2;
}
.share-buttons .facebook {
  color: #2a547b;
}

/* slide */
.slide {
  text-align: center;
  height: 100vh;
  display: table;
  margin: 0 auto;
  width: 100%;
}
.page-template-default .slide-inner {
  padding-right: 15px;
  padding-left: 15px;
}
.slide .slide-inner {
  width: 100%;
  padding-bottom: 115px;
  display: table-cell;
  vertical-align: middle;
}
.slide.last .slide-inner {
  padding-bottom: 230px;
}
.slide .heading {
  font-size: 65px;
  line-height: 65px;
  margin-top: 70px;
  padding-right: 12px;
  padding-left: 12px;
}

.slide .slide-separator,
.player-separator {
  width: 50px;
  height: 3px;
  display: block;
  background-color: #2e2e2d;
  margin: 10px auto 32px auto;
}

.page-template-page-noise-php .slide .slide-separator {
  background-color: #f1f1f1;
}
.slide .slide-separator {
  -moz-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1 !important;
  visibility: visible;
}
.wave-heading {
  font-size: 65px;
  line-height: 65px;
  margin-bottom: 50px;
}
.wave-separator {
  width: 50px;
  height: 3px;
  display: block;
  background-color: #f1f1f1;
  margin: 10px auto 32px auto;
  -moz-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1 !important;
  visibility: visible;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2e2e2d;
  z-index: 10000;
  overflow-y: auto;
}

#overlay-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0px;
}

.containerPlayer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 50%;
}

@media screen and (max-width: 600px) {
  .containerPlayer {
    width: 80%;
  }
}

.variation-name {
  height: 80px;
}

.variation-price {
  font-size: 20px;
}

.variations-container {
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: auto auto auto;
}

@media (max-width: 600px) {
  .variations-container {
    grid-template-columns: auto; /* Imposta un solo elemento per riga */
  }
}

.variation-column {
  width: 400px;
  flex: 1 0 auto;
  text-align: center;
  border-right: 2px solid #f5f5f5;
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 600px) {
  .variation-column {
    border-right: none;
  }
}

.variation-column:last-child {
  border-right: none;
}

.custom-add-to-cart-button {
  border: none;
}

.wc-block-grid {
  display: none;
}

.slide .slide-separator.separator-hidden {
  width: 0;
  opacity: 0;
  visibility: hidden;
}

.slide .heading,
.slide .subheading,
.slide .slide-separator {
  visibility: hidden;
}

.player-separator {
  margin-top: 25px;
  margin-bottom: 25px;
}
.video-player-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

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

.slide .subheading {
  font-size: 16px;
  line-height: 18px;
  padding-right: 12px;
  padding-left: 12px;
}
.slide .link {
  font-weight: 500;
  font-size: 18px;
  margin-top: 30px;
  display: block;
}

.slide .heading p:last-child,
.slide .subheading p:last-child {
  margin-bottom: 0;
}
.slide strong,
.slide b {
  font-weight: 500;
}

.slide .post-content {
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

/* SIDENAV */
.sidenav {
  position: fixed;
  top: 0;
  height: 100%;
  width: 300px;
  max-width: 100%;
  z-index: 999;
  -moz-transition: all 400ms cubic-bezier(0.81, 0.005, 0.165, 1);
  -o-transition: all 400ms cubic-bezier(0.81, 0.005, 0.165, 1);
  -webkit-transition: all 400ms cubic-bezier(0.81, 0.005, 0.165, 1);
  transition: all 400ms cubic-bezier(0.81, 0.005, 0.165, 1);
  pointer-events: none;
  overflow-y: auto;
}
.sidenav:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.sidenav.open {
  pointer-events: auto;
}

.sidenav-left {
  left: -210px;
}

.sidenav-left.open {
  background-color: white;
  left: 0;
}
.sidenav-right {
  right: -210px;
}

.sidenav-right.open {
  background-color: #2a2a29;
  right: 0;
}

.sidenav-menu {
  font-size: 23px;
  line-height: 24px;
  margin: 10px 28px;
  vertical-align: middle;
  display: inline-block;
  width: 210px;
}
.sidenav-menu > .menu-item {
  margin-bottom: 5px;
  display: block;
  text-transform: lowercase;
}
.sidenav-menu > .menu-item:last-child {
  margin-bottom: 0;
}

.sidenav .sidenav-social {
  position: absolute;
  bottom: 28px;
}
.sidenav-left .sidenav-social {
  left: 28px;
}
.sidenav-right .sidenav-social {
  right: 28px;
}

.sidenav .social-item img {
  width: 30px;
  height: 30px;
}

.sidenav-left .hamburger {
  right: 20px;
}

.sidenav-right .hamburger {
  left: 20px;
}

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

.sidenav-left .hamburger-inner,
.sidenav-left .hamburger-inner::before,
.sidenav-left .hamburger-inner::after {
  background-color: #2e2e2d;
}

.sidenav-right .hamburger-inner,
.sidenav-right .hamburger-inner::before,
.sidenav-right .hamburger-inner::after {
  background-color: #f5f5f5;
}

/*
SPLIT CHOICE PAGE
 */
.split-choice-container {
  width: 100%;
  height: 100%;
}

.split-choice-container .logo-img {
  width: 100px;
  height: 100px;
  display: block;
  visibility: visible;
  opacity: 1;
  -moz-transition: all 600ms cubic-bezier(0.81, 0.005, 0.165, 1);
  -o-transition: all 600ms cubic-bezier(0.81, 0.005, 0.165, 1);
  -webkit-transition: all 600ms cubic-bezier(0.81, 0.005, 0.165, 1);
  transition: all 600ms cubic-bezier(0.81, 0.005, 0.165, 1);
}

.split-choice-container .logo-img.hide {
  visibility: hidden;
  opacity: 0;
}
.split-choice-container .choice {
  width: 50%;
  height: 100%;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.split-choice-container .choice .choice-text {
  opacity: 0;
  -moz-transition: all 600ms cubic-bezier(0.81, 0.005, 0.165, 1);
  -o-transition: all 600ms cubic-bezier(0.81, 0.005, 0.165, 1);
  -webkit-transition: all 600ms cubic-bezier(0.81, 0.005, 0.165, 1);
  transition: all 600ms cubic-bezier(0.81, 0.005, 0.165, 1);
}

.split-choice-container .choice:hover > .choice-text {
  opacity: 1;
  transform: translateY(-100%);
}

.split-choice-container .choice:hover > .logo-img {
  opacity: 0;
  transform: translateY(-100%);
}

.split-choice-container .choice,
.switch-to-choice {
  -moz-transition: all 600ms cubic-bezier(0.81, 0.005, 0.165, 1);
  -o-transition: all 600ms cubic-bezier(0.81, 0.005, 0.165, 1);
  -webkit-transition: all 600ms cubic-bezier(0.81, 0.005, 0.165, 1);
  transition: all 600ms cubic-bezier(0.81, 0.005, 0.165, 1);
  cursor: pointer;
}

.split-choice-container .choice.expanded,
.switch-to-choice.expanded {
  width: 100%;
  z-index: 99;
}

.switch-to-choice {
  height: 100%;
  width: 6px;
  position: fixed;
}

.switch-to-choice:before {
  /* enlarge horizontal clickable area */
  position: absolute;
  content: "";
  top: 0;
  right: -15px;
  left: -15px;
  bottom: 0;
}

.cp-controls .cp-play {
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}

.cp-controls .cp-play:after {
  position: absolute;
  border-radius: 50%;
  right: -18px;
  left: -26px;
  top: -23px;
  bottom: -21px;
  content: "";
  display: block;
}

.split-choice-container .choice-left,
.switch-to-left-choice {
  background-color: #f5f5f5;
  left: 0;
}
.split-choice-container .choice-right,
.switch-to-right-choice {
  background-color: #2e2e2d;
  right: 0;
}

.down-reveal-arrow {
  position: fixed;
  bottom: 15px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  z-index: 1;
}
.down-reveal-arrow.arrow-black {
  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}
.down-reveal-arrow.arrow-white {
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}

.arrow-to-choice {
  position: fixed;
  top: 50%;
  margin-top: -30px;
  height: 30px;
  width: 30px;
  z-index: 1;
  cursor: pointer;
}

.arrow-to-left-choice {
  left: 20px;
}

.arrow-to-right-choice {
  right: 20px;
}

/* circle player */
.cp-container {
  margin-bottom: -26px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  z-index: 1;
  pointer-events: auto;
}
.hamburger:hover,
.hamburger:focus {
  outline: none;
}

.hamburger-box {
  width: 21px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 21px;
  height: 4px;
  background-color: #2e2e2d;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -9px;
}

.hamburger-inner::after {
  bottom: -9px;
}

/*
      * Squeeze
      */

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease,
    transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease,
    transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Self Clearing Goodness */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.row:after,
.clearfix:after {
  clear: both;
}
.row,
.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* cookie notice */
#cookie-notice {
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 14px;
}
#cn-notice-text {
  padding-top: 8px;
  /*padding-bottom: 8px;*/
  display: inline-block;
}
#cookie-notice .button {
  margin-top: 8px !important;
}
#cn-notice-text a {
  color: white;
  font-weight: bold;
}
#cn-notice-text a:hover,
#cn-notice-text a:focus {
}

#cookie-notice .button {
  box-shadow: none;
  padding: 2px 6px;
  font-size: 13px;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  border: 2px solid white;
  display: inline-block;
  margin-bottom: 8px;
}
.cookie-notice-container {
  padding-top: 0;
  padding-bottom: 0;
}

/* RESPONSIVE STUFF */
@media only screen and (min-width: 1600px) {
  .logo-main {
    width: 110px;
  }
  .split-choice-container .logo-img {
    width: 130px;
    height: 130px;
    margin: -75px auto 0 auto;
  }
}
@media only screen and (min-width: 960px) {
  .portfolio-wrapper {
    height: 85px;
  }
  .portfolio .label-text {
    margin-top: 34px;
  }
}
/* #Mobile + #Tablet (Portrait) */
@media only screen and (max-width: 959px) {
  .slide br,
  .fullscreen-container .description br {
    display: none;
  }
  .slide .heading {
    font-size: 40px;
    line-height: 40px;
  }
  .sidenav .hamburger {
    top: 80px;
  }
  .arrow-to-choice {
    top: 81px;
  }
  .portfolio {
    width: 33.3%;
  }
  #music .audio-player-item.portfolio {
    width: 16.6%;
    max-width: 16.6%;
    -webkit-box-flex: 0 1 16.6%;
    -moz-box-flex: 0 1 16.6%;
    -ms-flex: 0 1 16.6%;
    -webkit-flex: 0 1 16.6%;
    flex: 0 1 16.6%;
  }
}

/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 95%;
  }
}

/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (max-width: 767px) {
  .portfolio {
    width: 50%;
    margin: 0;
  }
  #music .audio-player-item.portfolio {
    width: 20%;
    max-width: 20%;
    -webkit-box-flex: 0 1 20%;
    -moz-box-flex: 0 1 20%;
    -ms-flex: 0 1 20%;
    -webkit-flex: 0 1 20%;
    flex: 0 1 20%;
  }
  .container {
    width: 95%;
    max-width: 580px;
  }
  .top-spacer {
    height: 70px;
  }
}

@media only screen and (max-width: 550px) {
  #music .audio-player-item.portfolio {
    width: 25%;
    max-width: 25%;
    -webkit-box-flex: 0 1 25%;
    -moz-box-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    -webkit-flex: 0 1 25%;
    flex: 0 1 25%;
  }
}

/* #Mobile (Portrait) */
@media only screen and (max-width: 479px) {
  .container {
    max-width: 340px;
  }
  #work .portfolio {
    width: 100%;
    margin: 0;
    float: none;
  }
  #music .audio-player-item.portfolio {
    width: 33.3%;
    max-width: 33.3%;
    -webkit-box-flex: 0 1 33.3%;
    -moz-box-flex: 0 1 33.3%;
    -ms-flex: 0 1 33.3%;
    -webkit-flex: 0 1 33.3%;
    flex: 0 1 33.3%;
  }

  .track-cover {
    width: 250px;
    height: 250px;
    margin-top: 48px;
  }
  .fullscreen-container .audio-player-item.portfolio {
    margin-top: 49px;
  }
}
