:root {
        --color-text-80: #000000;
      }
      
      .divider--bottom-right {
        position: relative;
      }
      
      .divider--bottom-right::after {
        content: "";
        position: absolute;
        bottom: 0;
        background-color: inherit;
        display: block;
        width: 100%;
        height: 4vw;
        -webkit-mask: url(../images/divider-bottom-right.svg);
                mask: url(../images/divider-bottom-right.svg);
        -webkit-mask-size: 100%;
                mask-size: 100%;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-position: bottom;
                mask-position: bottom;
        z-index: 5;
      }
      
      .divider--bottom-left {
        position: relative;
      }
      
      .divider--bottom-left::after {
        content: "";
        position: absolute;
        bottom: 0;
        background-color: inherit;
        display: block;
        width: 100%;
        height: 4vw;
        -webkit-mask: url(../images/divider-bottom-left.svg);
                mask: url(../images/divider-bottom-left.svg);
        -webkit-mask-size: 100%;
                mask-size: 100%;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-position: bottom;
                mask-position: bottom;
        z-index: 5;
      }
      
      .divider--top-left {
        position: relative;
      }
      
      .divider--top-left::before {
        content: "";
        position: absolute;
        top: 0;
        background-color: inherit;
        display: block;
        width: 100%;
        height: 4vw;
        -webkit-mask: url(../images/divider-top-left.svg);
                mask: url(../images/divider-top-left.svg);
        -webkit-mask-size: 100%;
                mask-size: 100%;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-position: top;
                mask-position: top;
        z-index: 5;
      }
      
      .divider--top-right {
        position: relative;
      }
      
      .divider--top-right::before {
        content: "";
        position: absolute;
        top: 0;
        background-color: inherit;
        display: block;
        width: 100%;
        height: 4vw;
        -webkit-mask: url(../images/divider-top-right.svg);
                mask: url(../images/divider-top-right.svg);
        -webkit-mask-size: 100%;
                mask-size: 100%;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-position: top;
                mask-position: top;
        z-index: 5;
      }
      
      /*
      * Countdown
      */
      .countdown {
        position: relative;
      }
      
      .countdown .countdown--timer {
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 600;
      }
      
      .countdown .countdown--timer span {
        font-weight: 900;
      }
      
      .countdown .countdown--end-date {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
      }
      
      .countdown .countdown--end-date h2 {
        text-transform: uppercase;
        color: #fff;
        font-weight: 900;
      }
      
      /* Testemonials */


      .artist-slider--wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }
      
      .artist-slider--wrapper .artist-slider {
        width: fit-content;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
      }
      
      .artist-slider--wrapper .artist-slider .artist-slider--single {
        width: 250px;
        height: 350px;
        margin: 0px 12px;
        background-size: cover;
        background-position: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
      }

		.artist-slider--single {
			transition: order 400ms ease-in-out;
		}
      
      .artist-slider--wrapper .artist-slider .artist-slider--single p {
        background-color: #ffffff;
        margin: 15px;
        text-transform: uppercase;
        font-weight: 900;
        color: #000000;
        padding: 0px 5px;
        line-height: 18px;
      }
      
      .artist-slider--wrapper .artist-slider--nav {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: auto;
        height: 35px;
        width: 150px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-line-pack: center;
            align-content: center;
      }
      
      .artist-slider--wrapper .artist-slider--nav::after {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        width: 3px;
        background-color: #000000;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
      }
      
      .artist-slider--wrapper .artist-slider--nav .artist-slider--nav_arrow {
        background-color: #000000;
        display: block;
        width: 25px;
        height: 25px;
        border-radius: 100%;
        position: relative;
        cursor: pointer;
      }
      
      .artist-slider--wrapper .artist-slider--nav .artist-slider--nav_arrow::after {
        content: "";
        background-image: url(../images/arrow.svg);
        position: absolute;
        height: 10px;
        width: 6px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-size: 7px 10px;
        background-repeat: no-repeat;
      }
      
      .artist-slider--wrapper .artist-slider--nav .artist-slider--nav_arrow#artist-slider--nav_arrow-left::after {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
                transform: translate(-50%, -50%) rotate(180deg);
      }

      @media all and (max-width: 980px) {
        body .line-up--control select{
          width: 48%;
          cursor: pointer;
        }
        .line-up--control select#line-up--area{
          margin-right: 2%;
        }
      }
      
      .line-up--control .hide{
      	display: none;
      }

      .line-up--control input[type=submit]{
        background: #000000;
        color: #ffffff;
        font-family: inherit;
        width: 200px;
        font-weight: 900;
        text-transform: uppercase;
        padding: 5px 0;
        cursor: pointer;
      }
      
      .line-up--grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
            grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-gap: 25px;
      }
      
      @media all and (max-width: 1200px) {
        .line-up--grid {
          -ms-grid-columns: 1fr 1fr 1fr 1fr;
              grid-template-columns: 1fr 1fr 1fr 1fr;
        }
      }
      
      @media all and (max-width: 980px) {
        .line-up--grid {
          -ms-grid-columns: 1fr;
              grid-template-columns: 1fr;
          grid-gap: 0px;
        }
      }
      
      .line-up--grid .line-up--artiest {
        position: relative;
        height: 300px;
        background-size: cover;
        background-position: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        transition: transform 0.5s ease-in-out;
        transform: scale(0);
      }

      .line-up--grid .line-up--artiest.show--artiest{
        transform: scale(1);
      }
      
      #no_results{
		    background-color: #000000;
			padding: 5px;
			color: #ffffff;
			font-weight: 900;
			font-size: 16px;
			width: fit-content;
			margin: 0 auto;
			display: none;
      }
      
      @media all and (max-width: 980px) {
        .line-up--grid .line-up--artiest {
          height: 250px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-bottom: 20px;
          padding-bottom: 20px;
          border-bottom: 1px solid #cccccc;
        }
        .line-up--grid .line-up--artiest:last-child {
          margin-bottom: 0px;
          padding-bottom: 0px;
          border-bottom: none;
        }
      }
      
      .line-up--grid .line-up--artiest img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
      }
      
      @media all and (max-width: 980px) {
        .line-up--grid .line-up--artiest{
          height: 100px;
        }
        .line-up--grid .line-up--artiest img {
          position: relative;
          width: 75px;
        }
      }
      
      .line-up--grid .line-up--artiest p {
        position: relative;
        background-color: #ffffff;
        margin: 15px;
        text-transform: uppercase;
        font-weight: 900;
        color: #000000;
        padding: 0px 5px;
      }
      
      @media all and (max-width: 980px) {
        .line-up--grid .line-up--artiest p {
          padding: 0 20px 0 40px;
          font-size: 18px;
        }
      }
      
      /*
       * artist Popup
       */
      #artist-popup {
        position: fixed;
        padding: 10px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.16);
        display: none;
      }
      
      #artist-popup.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }
      
      #artist-popup iframe {
        position: absolute;
        width: 100%;
        height: 100%;
      }
      
      #artist-popup #artist-popup--close {
        position: absolute;
        right: 20px;
        top: 20px;
        width: 35px;
        height: 35px;
        z-index: 1;
        background: #fff;
        border-radius: 100px;
        -webkit-box-shadow: 0px 0px 25px #666;
                box-shadow: 0px 0px 25px #666;
      }
      
      #artist-popup #artist-popup--close span {
        position: absolute;
        width: 65%;
        height: 4px;
        display: block;
        background: #000000;
        border-radius: 50px;
        left: 50%;
        top: 50%;
      }
      
      #artist-popup #artist-popup--close span:first-child {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg);
      }
      
      #artist-popup #artist-popup--close span:last-child {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg);
      }
      
      #artist-popup #artist-popup--container {
        position: relative;
        width: 100%;
        max-width: 900px;
        max-height: 90%;
        background: #ffffff;
        -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.16);
                box-shadow: 0 3px 14px rgba(0, 0, 0, 0.16);
        overflow-y: auto;
        background-color: #1e1a19;
      }
      
      /*
       * Single artist
       */
      .singel-artist--grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 33% 1fr;
            grid-template-columns: 33% 1fr;
        min-height: 50vh;
      }
      
      @media all and (max-width: 767px) {
        .singel-artist--grid {
          -ms-grid-columns: 1fr;
              grid-template-columns: 1fr;
          min-height: initial;
        }
      }
      
      .singel-artist--grid > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 25px 65px 25px 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
      }
      
      .singel-artist--grid .singel-artist--img {
        position: relative;
      }
      
      @media all and (max-width: 767px) {
        .singel-artist--grid .singel-artist--img {
          height: 50vh;
        }
      }
      
      .singel-artist--grid .singel-artist--img img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: top;
           object-position: top;
      }
      
      .singel-artist--grid h2 {
        color: #fff;
        font-weight: 900;
      }
      
      .singel-artist--grid h3 {
        background-color: #ffffff;
        text-transform: uppercase;
        font-weight: 900;
        color: #000000;
        padding: 3px 8px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
      }
      
      .singel-artist--grid .singel-artist--description {
        color: #ffffff;
        padding: 50px 0;
      }
      
      .singel-artist--grid .singel-artist--social {
        margin-top: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-line-pack: center;
            align-content: center;
        width: calc(100% + 45px);
      }
      
      .singel-artist--grid .singel-artist--social .singel-artist--website {
        background-color: #1e1a19;
        border: solid #ffffff 3px;
        color: #ffffff;
        font-weight: 900;
        text-transform: uppercase;
        padding: 5px;
        margin-bottom: 5px;
        -webkit-transition: all 0.09s ease-in-out;
        transition: all 0.09s ease-in-out;
        text-decoration: none;
      }
      
      .singel-artist--grid .singel-artist--social .social-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
      }
      
      .singel-artist--grid .singel-artist--social .social-icons a {
        position: relative;
        display: block;
        width: 35px;
        height: 35px;
        margin-left: 10px;
      }
      
      .singel-artist--grid .singel-artist--social .social-icons svg {
        position: relative;
      }
      
      /*
       * food Popup
       */
      #food-popup {
        position: fixed;
        padding: 10px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.16);
        display: none;
      }
      
      #food-popup.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        transition: -webkit-backdrop-filter 1s 1s, backdrop-filter 1s 1s;
        backdrop-filter: saturate(180%) blur(5px);
        -webkit-backdrop-filter: saturate(180%) blur(5px);
      }
      
      #food-popup iframe {
        position: absolute;
        width: 100%;
        height: 100%;
      }
      
      #food-popup #food-popup--close {
        position: absolute;
        font-size: 40px;
        margin-top: 15px;
        margin-right: 15px;
        font-family: skia;
        opacity: .5;
        color: #ffffff;
        font-weight: 700;
        height: 30px;
        line-height: 30px;
        width: 30px;
        right: 0;
        top: 0;
        z-index: 1;
        cursor: pointer;
      }

      #food-popup #food-popup--close:hover {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
      }
    
      
      #food-popup #food-popup--close span {
        position: absolute;
        width: 75%;
        height: 3.5px;
        display: block;
        background: #ffffff;
        left: 50%;
        top: 50%;
      }
      
      #food-popup #food-popup--close span:first-child {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg);
      }
      
      #food-popup #food-popup--close span:last-child {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg);
      }
      
      #food-popup #food-popup--container {
        position: relative;
        width: 100%;
        max-width: 1080px;
        max-height: 500px;
        background: #ffffff;
        overflow: hidden;
        background-color: #1e1a19;
        border-radius: 26px 4px 26px 26px;
        -webkit-box-shadow: 0 3px 10px -1px rgba(0, 0, 0, .3), 0 2px 50px 2px rgba(0, 0, 0, .2);
        box-shadow: 0 3px 10px -1px rgba(0, 0, 0, .3), 0 2px 50px 2px rgba(0, 0, 0, .2);
      }
      
      /*
       * Single Food
       */
      .singel-food--grid {
        display: -ms-grid;
        display: grid;
        grid-template-columns: 1fr 1fr;
        height: 500px;
      }
      
      @media all and (max-width: 767px) {
        .singel-food--grid {
          -ms-grid-columns: 1fr;
              grid-template-columns: 1fr;
          min-height: initial;
        }
      }
      
      .singel-food--grid > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 25px 65px 25px 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
      }

      .singel-food--grid > div:last-child{
        height: 500px;
        overflow: auto;
      }

      .singel-food--grid > div:last-child::-webkit-scrollbar {
        height: 3px;
        width: 3px;
        border-radius: 100px;
      }
      
      /* Track */
  .singel-food--grid > div:last-child::-webkit-scrollbar-track {
    background: #fcfcfc;
  }
  
  /* Handle */
  .singel-food--grid > div:last-child::-webkit-scrollbar-thumb {
    background: #8b8b8b;
  }
  
  /* Handle on hover */
  .singel-food--grid > div:last-child::-webkit-scrollbar-thumb:hover {
    background: #8b8b8b;
  }


      
      
      .singel-food--grid .singel-food--img {
        position: relative;
        max-height: 500px;
      }
      
      @media all and (max-width: 767px) {
        .singel-food--grid .singel-food--img {
          height: 50vh;
          display: none;
        }
      }
      
      .singel-food--grid .singel-food--img img {
        position: absolute;
        width: 90%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: top;
           object-position: top;
      }
      
      .singel-food--grid h3 {
        background-color: #341c0c;
        color: #fff9da;
        padding: 3px 8px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
      }
      
      .singel-food--grid .singel-food--description {
        padding: 50px 0;
      }
      
      .singel-food--grid .singel-food--social {
        margin-top: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-line-pack: center;
            align-content: center;
      }
      
      .singel-food--grid .singel-food--social .singel-food--website {
        background-color: #341c0c;
        color: #FFF9DA;
        font-weight: 900;
        text-transform: uppercase;
        padding: 5px;
        margin-bottom: 5px;
        -webkit-transition: all 0.09s ease-in-out;
        transition: all 0.09s ease-in-out;
        text-decoration: none;
      }
      
      .singel-food--grid .singel-food--social .social-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
                margin-right: -40px;
      }
      
      .singel-food--grid .singel-food--social .social-icons a {
        position: relative;
        display: block;
        width: 35px;
        height: 35px;
        margin-left: 10px;
      }
      
      .singel-food--grid .singel-food--social .social-icons svg {
        position: relative;
        height: 35px;
        width: 35px;
        fill: #341c0c;
      }
      
      /*
       * Activities Popup
       */
      #activities-popup {
        position: fixed;
        padding: 10px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.16);
        display: none;
      }
      
      #activities-popup.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }
      
      #activities-popup iframe {
        position: absolute;
        width: 100%;
        height: 100%;
      }
      
      #activities-popup #activities-popup--close {
        position: absolute;
        right: 20px;
        top: 20px;
        width: 35px;
        height: 35px;
        z-index: 1;
        background: #fff;
        border-radius: 100px;
        -webkit-box-shadow: 0px 0px 25px #666;
                box-shadow: 0px 0px 25px #666;
      }
      
      #activities-popup #activities-popup--close span {
        position: absolute;
        width: 65%;
        height: 4px;
        display: block;
        background: #000000;
        border-radius: 50px;
        left: 50%;
        top: 50%;
      }
      
      #activities-popup #activities-popup--close span:first-child {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg);
      }
      
      #activities-popup #activities-popup--close span:last-child {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg);
      }
      
      #activities-popup #activities-popup--container {
        position: relative;
        width: 100%;
        max-width: 900px;
        max-height: 90%;
        background: #ffffff;
        -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.16);
                box-shadow: 0 3px 14px rgba(0, 0, 0, 0.16);
        overflow-y: auto;
        background-color: #1e1a19;
      }
      
      /*
       * Single Activities
       */
      .singel-activities--grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 33% 1fr;
            grid-template-columns: 33% 1fr;
        min-height: 50vh;
      }
      
      @media all and (max-width: 767px) {
        .singel-activities--grid {
          -ms-grid-columns: 1fr;
              grid-template-columns: 1fr;
          min-height: initial;
        }
      }
      
      .singel-activities--grid > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 25px 65px 25px 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
      }
      
      .singel-activities--grid .singel-activities--img {
        position: relative;
      }
      
      @media all and (max-width: 767px) {
        .singel-activities--grid .singel-activities--img {
          height: 50vh;
        }
      }
      
      .singel-activities--grid .singel-activities--img img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: top;
           object-position: top;
      }
      
      .singel-activities--grid h2 {
        color: #fff;
        font-weight: 900;
      }
      
      .singel-activities--grid h3 {
        background-color: #ffffff;
        text-transform: uppercase;
        font-weight: 900;
        color: #000000;
        padding: 3px 8px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
      }
      
      .singel-activities--grid .singel-activities--description {
        color: #ffffff;
        padding: 50px 0;
      }
      
      .singel-activities--grid .singel-activities--social {
        margin-top: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-line-pack: center;
            align-content: center;
        width: calc(100% + 45px);
      }
      
      .singel-activities--grid .singel-activities--social .singel-activities--website {
        background-color: #1e1a19;
        border: solid #ffffff 3px;
        color: #ffffff;
        font-weight: 900;
        text-transform: uppercase;
        padding: 5px;
        margin-bottom: 5px;
        -webkit-transition: all 0.09s ease-in-out;
        transition: all 0.09s ease-in-out;
        text-decoration: none;
      }
      
      .singel-activities--grid .singel-activities--social .social-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
      }
      
      .singel-activities--grid .singel-activities--social .social-icons a {
        position: relative;
        display: block;
        width: 35px;
        height: 35px;
        margin-left: 10px;
      }
      
      .singel-activities--grid .singel-activities--social .social-icons svg {
        position: relative;
      }
      
      /*
       * FAQs
       */
      .faqs-overview {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
            grid-template-columns: 1fr 1fr;
        grid-gap: 40px;
      }

      @media all and (max-width: 767px) {
        .faqs-overview{
          display: block;
        }
        
      }
      
      .faqs-overview .faqs-group {
        margin-bottom: 40px;
      }
      
      .faqs-overview .faqs-group > h3 {
        font-weight: 900;
        text-transform: uppercase;
        font-size: 23px;
        color: #000000;
        margin-bottom: 10px;
      }
      
      .faqs-grid {
        display: -ms-grid;
        display: grid;
        grid-gap: 15px;
      }
      
      .faqs-grid .faq-acc {
        background: #ffffff;
        padding: 20px;
      }
      
      .faqs-grid .faq-acc .faq-acc--title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-line-pack: center;
            align-content: center;
      }
      
      .faqs-grid .faq-acc .faq-acc--title h3 {
        font-size: 16px;
        color: #000000 !important;
        font-weight: 900;
        padding: 0;
      }
      
      .faqs-grid .faq-acc .faq-acc--title i {
        position: relative;
        display: block;
        width: 15px;
        height: 15px;
      }
      
      .faqs-grid .faq-acc .faq-acc--title i span {
        background-color: #000000;
        width: 100%;
        height: 2px;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
      }
      
      .faqs-grid .faq-acc .faq-acc--title i span:first-child {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg);
      }
      
      .faqs-grid .faq-acc .faq-acc--title i span:last-child {
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
                transform: translate(-50%, -50%) rotate(-90deg);
      }
      
      .faqs-grid .faq-acc.active .faq-acc--title i span:first-child {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg);
      }
      
      .faqs-grid .faq-acc.active .faq-acc--title i span:last-child {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg);
      }
      
      .faqs-grid .faq-acc .faq-acc--description {
        padding-top: 20px;
        color: #000000;
        display: none;
      }

      /*image carrousel*/
      @media all and (max-width: 767px) {
        .dsm_image_carousel_item.swiper-slide{
          max-width: 200px;
        }	
      }


.artist-slider--single {
  transition: order 400ms ease-in-out;
}


/*
/// Food Grid
*/

.food-grid{
  grid-gap: 25px !important;
}

.food-grid .food-grid--single{
  display: flex;
  position: relative;
  height: 300px;
  flex-direction: column;
  align-content: flex-start;
  justify-content: flex-end;
  cursor: pointer;
}

.food-grid  .food-grid--single img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}

.food-grid .food-grid--single h2 {
  width: fit-content;
  position: relative;
  color: #341c0c;
  background-color: #FFF9DA;
  margin: 15px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0px 5px;
  line-height: 1.7em;
}

#food-popup .food-popup--container {
  position: relative;
  width: 100%;
  max-width: 1080px;
  max-height: 500px;
  background: #fff9da;
  overflow: hidden;
  border-radius: 26px 4px 26px 26px;
  -webkit-box-shadow: 0 3px 10px -1px rgba(0, 0, 0, .3), 0 2px 50px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 3px 10px -1px rgba(0, 0, 0, .3), 0 2px 50px 2px rgba(0, 0, 0, .2);
  display: none;
}

#food-popup .food-popup--container.show {
  display: block;
}

#food-popup .food-popup--close {
  position: absolute;
  font-size: 40px;
  margin-top: 15px;
  margin-right: 15px;
  opacity: .5;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  width: 30px;
  right: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}

#food-popup .food-popup--close:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


#food-popup .food-popup--close span {
  position: absolute;
  width: 75%;
  height: 3.5px;
  display: block;
  background: #341c0c;
  left: 50%;
  top: 50%;
}

#food-popup .food-popup--close span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

#food-popup .food-popup--close span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media all and (max-width: 980px) {
  .food-grid--single {
    border: none;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}