@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

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

a img {
  border: none; }

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

@keyframes floating {
  0% {
    transform: translate(0, 0px); }
  25% {
    transform: translate(50px, 0); }
  50% {
    transform: translate(0, 0); }
  75% {
    transform: translate(-50px, 0); } }
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.flickity-page-dots {
  bottom: -50px; }

/* white circles */
.flickity-page-dots .dot {
  width: 15px;
  height: 15px;
  opacity: 1;
  background: transparent;
  border: 1.5px solid white; }

/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: white; }

[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer; }

[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none; }

[data-tooltip]:before {
  position: absolute;
  bottom: 125%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400; }

[data-tooltip]:after {
  position: absolute;
  bottom: 125%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid rgba(51, 51, 51, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0; }

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1; }

[data-tooltip-bottom] {
  position: relative;
  z-index: 2;
  cursor: pointer; }

[data-tooltip-bottom]:before,
[data-tooltip-bottom]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none; }

[data-tooltip-bottom]:before {
  position: absolute;
  bottom: -154%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: rgba(82, 82, 82, 0.9);
  color: #fff;
  content: attr(data-tooltip-bottom);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400; }

[data-tooltip-bottom]:after {
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -2px;
  width: 0;
  border-bottom: 5px solid #000;
  border-bottom: 5px solid rgba(82, 82, 82, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0; }

[data-tooltip-bottom]:hover:before,
[data-tooltip-bottom]:hover:after {
  visibility: visible;
  opacity: 1; }

.spinner {
  color: #fff;
  width: 8rem;
  height: 0;
  padding-bottom: 8rem;
  border-radius: 50%;
  left: 4rem;
  right: 0;
  margin: 120px auto;
  position: relative;
  will-change: transform;
  animation: spin 1600ms linear normal infinite;
  background-color: transparent;
  clip: rect(0, 4rem, 8rem, 0); }
  .spinner.black {
    color: #009FB7; }

.spinner::before,
.spinner::after {
  content: ' ';
  height: 100%;
  width: 100%;
  border: 0.5rem solid #fff;
  border-radius: 50%;
  clip: rect(0, 4rem, 8rem, 0);
  left: 0;
  position: absolute;
  top: 0;
  box-sizing: border-box;
  animation: shape-shift-before 1600ms linear normal infinite; }

.spinner.black::before,
.spinner.black::after {
  border-color: #009FB7; }

.spinner::after {
  animation: shape-shift-after 1600ms linear normal infinite; }

@-moz-keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
    clip: rect(0, 4rem, 8rem, 0); }
  25% {
    transform: translate(-50%, -50%) rotate(90deg);
    clip: rect(0, 4rem, 8rem, 0); }
  25.01% {
    transform: translate(-50%, -50%) rotate(90deg);
    clip: rect(auto, auto, auto, auto); }
  50% {
    transform: translate(-50%, -50%) rotate(180deg);
    clip: rect(auto, auto, auto, auto); }
  100% {
    transform: translate(-50%, -50%) rotate(730deg);
    clip: rect(0, 4rem, 8rem, 0); } }
@-webkit-keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
    clip: rect(0, 4rem, 8rem, 0); }
  25% {
    transform: translate(-50%, -50%) rotate(90deg);
    clip: rect(0, 4rem, 8rem, 0); }
  25.01% {
    transform: translate(-50%, -50%) rotate(90deg);
    clip: rect(auto, auto, auto, auto); }
  50% {
    transform: translate(-50%, -50%) rotate(180deg);
    clip: rect(auto, auto, auto, auto); }
  100% {
    transform: translate(-50%, -50%) rotate(730deg);
    clip: rect(0, 4rem, 8rem, 0); } }
@-o-keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
    clip: rect(0, 4rem, 8rem, 0); }
  25% {
    transform: translate(-50%, -50%) rotate(90deg);
    clip: rect(0, 4rem, 8rem, 0); }
  25.01% {
    transform: translate(-50%, -50%) rotate(90deg);
    clip: rect(auto, auto, auto, auto); }
  50% {
    transform: translate(-50%, -50%) rotate(180deg);
    clip: rect(auto, auto, auto, auto); }
  100% {
    transform: translate(-50%, -50%) rotate(730deg);
    clip: rect(0, 4rem, 8rem, 0); } }
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
    clip: rect(0, 4rem, 8rem, 0); }
  25% {
    transform: translate(-50%, -50%) rotate(90deg);
    clip: rect(0, 4rem, 8rem, 0); }
  25.01% {
    transform: translate(-50%, -50%) rotate(90deg);
    clip: rect(auto, auto, auto, auto); }
  50% {
    transform: translate(-50%, -50%) rotate(180deg);
    clip: rect(auto, auto, auto, auto); }
  100% {
    transform: translate(-50%, -50%) rotate(730deg);
    clip: rect(0, 4rem, 8rem, 0); } }
@-moz-keyframes shape-shift-before {
  0% {
    transform: rotate(180deg); }
  25% {
    transform: rotate(360deg); }
  50% {
    transform: rotate(360deg); }
  75% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(180deg); } }
@-webkit-keyframes shape-shift-before {
  0% {
    transform: rotate(180deg); }
  25% {
    transform: rotate(360deg); }
  50% {
    transform: rotate(360deg); }
  75% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(180deg); } }
@-o-keyframes shape-shift-before {
  0% {
    transform: rotate(180deg); }
  25% {
    transform: rotate(360deg); }
  50% {
    transform: rotate(360deg); }
  75% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(180deg); } }
@keyframes shape-shift-before {
  0% {
    transform: rotate(180deg); }
  25% {
    transform: rotate(360deg); }
  50% {
    transform: rotate(360deg); }
  75% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(180deg); } }
@-moz-keyframes shape-shift-after {
  0% {
    transform: rotate(180deg); }
  25% {
    transform: rotate(360deg); }
  50% {
    transform: rotate(540deg); }
  75% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(180deg); } }
@-webkit-keyframes shape-shift-after {
  0% {
    transform: rotate(180deg); }
  25% {
    transform: rotate(360deg); }
  50% {
    transform: rotate(540deg); }
  75% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(180deg); } }
@-o-keyframes shape-shift-after {
  0% {
    transform: rotate(180deg); }
  25% {
    transform: rotate(360deg); }
  50% {
    transform: rotate(540deg); }
  75% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(180deg); } }
@keyframes shape-shift-after {
  0% {
    transform: rotate(180deg); }
  25% {
    transform: rotate(360deg); }
  50% {
    transform: rotate(540deg); }
  75% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(180deg); } }
::-moz-selection {
  color: #ffffff;
  background: #063456; }

::selection {
  color: #ffffff;
  background: #063456; }

textarea {
  resize: none; }

h1,
h2,
h3,
h4,
h5,
h6,
span,
p {
  cursor: default; }

img,
a,
br,
.label,
.labels,
nav,
i,
label,
li h4 {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-drag: none;
  -webkit-user-drag: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

::placeholder {
  color: #333333;
  opacity: 1; }

:-ms-input-placeholder {
  color: #333333; }

::-ms-input-placeholder {
  color: #333333; }

body {
  background: #fff;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #183249;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  font-size: 16px;
  letter-spacing: 0.5px; }

input,
textarea,
button {
  font-family: "Open Sans", sans-serif; }

a {
  text-decoration: none;
  color: inherit; }

strong {
  font-weight: 700; }

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

h2 {
  font-size: 46px; }

.grid {
  width: 85%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1440px; }
  .grid.rl {
    position: relative; }

.midgrid {
  width: 70%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1366px; }

form.checkout_coupon.woocommerce-form-coupon {
  width: 90%;
  left: 0;
  width: 85%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1440px;
  right: 0;
  margin: auto;
  margin-bottom: 30px; }

.holdit .select2-container--default .select2-selection--single {
  border-radius: 20px;
  height: 40px; }
.holdit .select2-container--default
.select2-selection--single
.select2-selection__arrow {
  top: 7px; }
.holdit .select2-container--default
.select2-selection--single
.select2-selection__rendered {
  line-height: 40px; }

.open-player {
  width: 100%;
  height: 338px;
  position: relative;
  cursor: pointer; }
  .open-player img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px; }
  .open-player:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 90px;
    width: 90px;
    background: url("../images/play-button.svg") no-repeat;
    background-size: 100% 100%;
    opacity: 1; }

#vimeo-player {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 999999;
  visibility: hidden;
  transition: 0.3s ease all; }
  #vimeo-player .play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90%;
    height: 0;
    background: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
    overflow: hidden; }
    #vimeo-player .play iframe {
      width: 100%;
      height: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  #vimeo-player.active {
    visibility: visible;
    background: rgba(0, 0, 0, 0.8); }
  #vimeo-player .close {
    width: 16px;
    height: 16px;
    background: url(../images/close-white.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 6%;
    top: 7%;
    cursor: pointer;
    z-index: 99;
    opacity: 0; }

.lnk {
  position: relative; }
  .lnk:after {
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    margin: auto;
    margin-top: 14px;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center; }
  .lnk:hover:after, .lnk.active:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center; }
  .lnk.green:after {
    background-color: #1ee47a; }
  .lnk.black:after {
    background-color: #000; }
  .lnk.white:after {
    background-color: #fff; }
  .lnk.big:after {
    height: 2px;
    top: 75%; }
  .lnk.hugh:after {
    height: 6px;
    top: 80%; }
  .lnk.reverse:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center; }
  .lnk.reverse:hover:after, .lnk.reverse.active:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center; }

.cta {
  position: relative;
  border-radius: 200px;
  background: #ffffff;
  color: #333333;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  display: inline-block;
  cursor: pointer;
  border: 1px #dadada solid;
  font-weight: bold;
  font-size: 14px;
  transition: 0.3s ease border-color, 0.3s ease background-color;
  white-space: nowrap; }
  .cta.fr {
    float: right; }
  .cta:hover {
    background: #e6e6e6; }
  .cta.green {
    background: #3cb66d;
    border-color: #2f9056;
    color: #fff; }
    .cta.green:hover {
      background: #2f9056; }
  .cta.yellow {
    background: #fcb73f;
    border-color: #fba40d;
    color: #fff; }
    .cta.yellow:hover {
      background: #fba40d; }
  .cta.blue {
    background: #009fb7;
    border-color: #009fb7;
    color: #fff; }
    .cta.blue:hover {
      background: #00cbea;
      border-color: #00cbea; }

main {
  max-width: 100%;
  position: relative; }

header.main {
  height: 70px;
  line-height: 70px;
  padding-top: 20px;
  position: fixed;
  width: 100%;
  z-index: 9999;
  transition: 0.3s ease all; }
  header.main .desktop-navigation {
    flex: 1;
    margin-left: 20px; }
  header.main .grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: inherit; }
  header.main .logo {
    line-height: 1;
    width: 96px; }
    header.main .logo img {
      width: 96px;
      height: auto;
      transition: 0.3s ease all; }
  header.main nav {
    display: flex;
    height: inherit;
    align-items: center; }
    header.main nav a {
      margin-right: 30px;
      transition: 0.3s ease all;
      color: #ffffff;
      font-weight: 600; }
    header.main nav .cta {
      margin-right: 0;
      color: #000; }
  header.main .desktop-navigation .mmc {
    box-shadow: 0px 0px 10px #fcb73f;
    border: 1px solid #fcb73f;
    border-radius: 50px;
    color: #fcb73f;
    height: 32px;
    line-height: 32px;
    padding: 0 18px; }
    header.main .desktop-navigation .mmc:hover, header.main .desktop-navigation .mmc.active {
      background: #fcb73f;
      color: #000; }
  header.main .member-links img.avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px; }
  header.main .member-links .account-link span {
    cursor: pointer; }
  header.main .member-links .qcart {
    height: 32px;
    line-height: 32px;
    width: 32px;
    border-radius: 50%;
    border: 1px solid #eee;
    text-align: center;
    position: relative; }
    header.main .member-links .qcart span {
      position: absolute;
      width: 14px;
      height: 14px;
      text-align: center;
      line-height: 14px;
      font-size: 11px;
      font-weight: bold;
      border-radius: 50%;
      color: #fff;
      background: #ff7d7d;
      border: 0;
      right: -6px;
      top: -2px; }
    header.main .member-links .qcart img {
      width: 21px;
      line-height: 1;
      display: inline-block;
      margin: 0 2px 5px 0;
      vertical-align: middle; }

.page-template-default main {
  padding-top: 65px; }

.page-template-page-account header.main,
.page-template-default header.main,
header.main.shrink {
  padding: 0;
  background: #333333;
  box-shadow: 0px 0px 30px #0000004d;
  height: 65px;
  line-height: 65px; }
  .page-template-page-account header.main .logo img,
  .page-template-default header.main .logo img,
  header.main.shrink .logo img {
    width: 60px; }

.lake {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 200px;
  z-index: 5;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform; }
  .lake img {
    width: 100%;
    height: auto; }
  .lake .extragd {
    background: transparent linear-gradient(180deg, #01426b 0%, #fff 100%) 0% 0% no-repeat padding-box;
    height: 1000px;
    width: 100%;
    position: relative;
    top: -4px; }

.clouds {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  width: 100%; }
  .clouds img {
    width: 150px;
    animation-name: floating;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: absolute;
    left: 0;
    right: 100px;
    top: 30%;
    z-index: 2;
    pointer-events: none;
    bottom: 0;
    margin: auto; }
    .clouds img:nth-child(1) {
      left: 0;
      right: 548px;
      top: 70vh;
      animation-duration: 40s; }
    .clouds img:nth-child(2) {
      left: 0;
      right: 0;
      top: 90vh;
      animation-duration: 50s; }
    .clouds img:nth-child(3) {
      left: 675px;
      right: 0;
      top: 63vh;
      animation-duration: 60s; }

.mt1 {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  top: 150px;
  z-index: 1;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform; }

.mt2 {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  top: 250px;
  z-index: 1;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform; }

.mt3 {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  top: 300px;
  z-index: 2;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform; }

.sky {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform; }

.home header.main {
  opacity: 0; }

.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 5;
  overflow: hidden;
  opacity: 0; }
  .hero article {
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    padding-bottom: 100px; }
    .hero article h1 {
      font-size: 200px;
      font-weight: 600;
      color: #eb6e5d;
      margin-bottom: 20px; }
    .hero article h2 {
      color: #fff;
      margin-bottom: 40px;
      font-size: 35px; }
    .hero article .cta {
      box-shadow: 0px 0px 30px #0000004d;
      width: 200px; }
      .hero article .cta.events {
        color: #3cb66d;
        margin-right: 100px; }

.intro {
  position: relative;
  min-height: 600px;
  z-index: 6;
  margin-top: 100px; }
  .intro .midgrid {
    position: relative; }
  .intro article {
    color: #fff;
    margin-right: 60px; }
    .intro article h2 {
      font-weight: 400;
      line-height: 55px;
      font-size: 30px;
      margin-bottom: 0; }
      .intro article h2:before {
        content: "";
        position: relative;
        width: 57px;
        height: 327px;
        background: url(../images/welcome.svg) no-repeat;
        background-size: 85%;
        background-position: 100% 42%;
        position: absolute;
        display: block;
        right: -11px; }
    .intro article p {
      font-size: 18px;
      line-height: 28px;
      font-weight: 300; }
  .intro .read-more {
    font-size: 20px;
    position: absolute;
    right: 0;
    margin-top: 20px; }
    .intro .read-more img {
      width: 20px;
      margin-left: 5px;
      vertical-align: middle; }
  .intro .open-player {
    margin-top: 150px;
    height: 50vh;
    min-height: 480px;
    max-height: 700px; }

.fungis {
  position: fixed;
  bottom: 0;
  z-index: 6;
  pointer-events: none;
  opacity: 0; }
  .fungis .fungi1 {
    right: -100px;
    width: 80px;
    opacity: 0.4;
    top: -980px;
    position: absolute;
    right: -19px; }
  .fungis .fungi2 {
    width: 303px;
    top: -178px;
    opacity: 0.4;
    left: -130px;
    opacity: 0.4;
    top: -630px;
    position: absolute; }
  .fungis .fungi3 {
    width: 230px;
    opacity: 0.4;
    top: 50px;
    right: 0;
    margin: auto;
    position: absolute;
    top: -420px;
    left: 72%; }

.myco-parts {
  position: relative;
  z-index: 7;
  margin: 150px 0; }
  .myco-parts .grid {
    position: relative; }
  .myco-parts .box {
    display: flex;
    margin: 100px 0; }
    .myco-parts .box article {
      width: 300px;
      z-index: 2;
      padding-top: 20px; }
      .myco-parts .box article h2 {
        display: inline;
        background: rgba(240, 129, 85, 0.8);
        color: #fff;
        padding: 0 15px;
        border-radius: 10px;
        font-size: 60px; }
      .myco-parts .box article p {
        display: block;
        margin: 30px 0 0 0;
        padding-left: 5%;
        font-size: 18px;
        line-height: 25px; }
    .myco-parts .box img {
      width: 640px;
      height: 400px;
      border-radius: 8px;
      object-fit: cover;
      margin-right: 30px; }
    .myco-parts .box.ecology {
      margin-right: auto;
      margin-left: 0;
      width: 1000px;
      flex-wrap: wrap;
      position: relative; }
      .myco-parts .box.ecology article {
        width: 320px; }
    .myco-parts .box.culture article {
      width: 320px; }

footer {
  margin-top: 50px;
  background: url("../images/footer.svg");
  background-size: cover;
  color: #fff;
  position: relative;
  padding-top: 200px;
  padding-bottom: 200px;
  overflow: hidden;
  z-index: 7;
  width: 100%; }
  footer .nice {
    position: absolute;
    bottom: -10%;
    margin: auto;
    width: 1850px;
    pointer-events: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  footer .grid {
    display: flex;
    justify-content: space-between; }
    footer .grid > * {
      width: 20%; }
    footer .grid ul {
      width: 30%; }
  footer ul li a {
    font-size: 16px;
    line-height: 35px; }
  footer .social-links a {
    width: 42px;
    height: 42px;
    line-height: 38px;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #fff;
    margin-right: 20px;
    text-align: center;
    transition: 0.3s ease all; }
    footer .social-links a svg {
      width: 20px;
      height: 20px;
      vertical-align: middle; }
      footer .social-links a svg path {
        transition: 0.3s ease fill; }
    footer .social-links a:hover {
      background: #fff; }
      footer .social-links a:hover path {
        fill: #eb6e5c; }
  footer .footer-logo {
    padding-top: 6px;
    display: flex;
    font-size: 35px;
    font-weight: 300;
    width: 25%; }
    footer .footer-logo img {
      width: 90px;
      margin-top: -4px; }
    footer .footer-logo a {
      display: block;
      font-size: 12px;
      margin-top: 0;
      font-weight: 400;
      letter-spacing: 0.8px; }
  footer .copyrights {
    width: 565px;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
    margin-top: 50px;
    display: flex;
    border-top: 2px solid #fff;
    line-height: 40px;
    justify-content: space-between;
    font-size: 16px;
    color: #ffffff80; }

.page-template-page-events {
  background: #fff url("../images/events-hero.jpg") no-repeat;
  background-size: 100% auto;
  background-position: 50% 0; }

.events-hero {
  padding-top: 160px; }
  .events-hero h1 {
    color: #fcb73f;
    text-shadow: 0px 0px 30px #00000080;
    font-size: 110px;
    font-weight: 300;
    margin-bottom: 30px;
    display: inline-block; }
  .events-hero a.add-all {
    background-color: #fcb73f;
    border-radius: 200px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 6px 0 10px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    border: 0;
    color: #fff;
    cursor: pointer;
    transition: 0.3s ease all;
    display: inline-block;
    margin-top: 42px;
    vertical-align: top;
    margin-left: 10px; }
    .events-hero a.add-all:hover {
      background: #fba40d;
      border-color: #fba40d; }
    .events-hero a.add-all img {
      width: 21px;
      vertical-align: middle;
      margin-right: 3px; }
  .events-hero .events-slider {
    margin: 60px 0 100px 0; }
    .events-hero .events-slider .event-box:hover {
      transform: scale(1.02) !important;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.event-box {
  width: 34vw;
  min-width: 480px;
  cursor: pointer;
  border-radius: 10px 10px;
  background: #fff;
  margin: 20px 20px;
  padding-bottom: 15px;
  transition: 0.35s ease transform; }
  .event-box h3 {
    font-size: 30px;
    font-weight: bold;
    white-space: nowrap;
    line-height: 30px;
    margin: 15px 12px 5px 12px;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 3px; }
  .event-box .date {
    color: #009fb7;
    font-weight: 900;
    font-size: 28px;
    margin: 0px 12px;
    display: block; }
  .event-box .location {
    margin: 0px 12px;
    display: block;
    line-height: 30px;
    font-size: 16px; }
  .event-box .cta {
    position: absolute;
    bottom: 19px;
    right: 15px; }
  .event-box .image {
    height: 19vw;
    border-radius: 10px 10px 0 0;
    width: 100%;
    overflow: hidden;
    position: relative; }
    .event-box .image:after {
      content: "";
      background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
      z-index: 2;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .event-box .image .event-by {
      display: inline-block;
      margin: 20px;
      color: #fff;
      position: relative;
      z-index: 3; }
      .event-box .image .event-by strong {
        font-weight: 600; }
      .event-box .image .event-by img {
        width: 40px;
        height: 40px;
        object-fit: cover;
        border-radius: 50%;
        margin-right: 5px;
        vertical-align: middle; }

.all-events .event-search-input,
.all-events .makers-search-input,
.all-events .posts-search-input,
.__makers .event-search-input,
.__makers .makers-search-input,
.__makers .posts-search-input,
.__posts .event-search-input,
.__posts .makers-search-input,
.__posts .posts-search-input {
  position: relative;
  width: 200px;
  line-height: 40px; }
  .all-events .event-search-input i,
  .all-events .makers-search-input i,
  .all-events .posts-search-input i,
  .__makers .event-search-input i,
  .__makers .makers-search-input i,
  .__makers .posts-search-input i,
  .__posts .event-search-input i,
  .__posts .makers-search-input i,
  .__posts .posts-search-input i {
    position: absolute;
    background: url(../images/search.svg) no-repeat;
    background-size: 20px;
    background-position: 100% 50%;
    right: 0;
    height: 30px;
    width: 30px;
    top: 6px; }
  .all-events .event-search-input input,
  .all-events .makers-search-input input,
  .all-events .posts-search-input input,
  .__makers .event-search-input input,
  .__makers .makers-search-input input,
  .__makers .posts-search-input input,
  .__posts .event-search-input input,
  .__posts .makers-search-input input,
  .__posts .posts-search-input input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #d6d6d6;
    line-height: 40px;
    width: 200px;
    font-size: 16px;
    font-weight: 600; }
  .all-events .event-search-input.active i,
  .all-events .makers-search-input.active i,
  .all-events .posts-search-input.active i,
  .__makers .event-search-input.active i,
  .__makers .makers-search-input.active i,
  .__makers .posts-search-input.active i,
  .__posts .event-search-input.active i,
  .__posts .makers-search-input.active i,
  .__posts .posts-search-input.active i {
    background: url(../images/close-white.svg) no-repeat;
    background-size: 16px;
    background-position: 100% 50%;
    cursor: pointer; }
.all-events .makers-search-input,
.__makers .makers-search-input,
.__posts .makers-search-input {
  width: 250px; }
  .all-events .makers-search-input input,
  .__makers .makers-search-input input,
  .__posts .makers-search-input input {
    width: 250px; }
.all-events .posts-search-input i,
.__makers .posts-search-input i,
.__posts .posts-search-input i {
  right: auto;
  left: -10px; }
.all-events ::placeholder,
.__makers ::placeholder,
.__posts ::placeholder {
  color: #fff;
  opacity: 1; }
.all-events :-ms-input-placeholder,
.__makers :-ms-input-placeholder,
.__posts :-ms-input-placeholder {
  color: #fff; }
.all-events ::-ms-input-placeholder,
.__makers ::-ms-input-placeholder,
.__posts ::-ms-input-placeholder {
  color: #fff; }
.all-events .event-box .image,
.__makers .event-box .image,
.__posts .event-box .image {
  position: absolute;
  top: 0;
  z-index: 0;
  height: 100%;
  border-radius: 10px; }
.all-events .event-box,
.__makers .event-box,
.__posts .event-box {
  position: relative;
  padding-top: 300px;
  width: 100%;
  margin: 50px 0 100px 0; }
.all-events .event-box h3,
.__makers .event-box h3,
.__posts .event-box h3 {
  z-index: 2;
  position: relative;
  color: #fff;
  margin: 30px 30px 0 30px; }
.all-events .event-box .image .event-by,
.__makers .event-box .image .event-by,
.__posts .event-box .image .event-by {
  margin: 30px; }
.all-events .event-box .date,
.__makers .event-box .date,
.__posts .event-box .date {
  z-index: 1;
  position: relative;
  margin: 10px 30px;
  display: inline-block; }
.all-events .event-box .location,
.__makers .event-box .location,
.__posts .event-box .location {
  position: relative;
  z-index: 1;
  color: #fff;
  margin: 0 30px; }
.all-events .event-box .cta,
.__makers .event-box .cta,
.__posts .event-box .cta {
  right: 30px;
  padding: 0 35px;
  height: 50px;
  line-height: 50px;
  bottom: 45px; }
.all-events .load-more,
.__makers .load-more,
.__posts .load-more {
  left: 0;
  right: 0;
  margin: 150px auto;
  position: relative;
  display: block;
  width: 200px;
  text-align: center;
  height: 50px;
  line-height: 50px; }

.events-slider button {
  width: 60px;
  height: 60px;
  background: #fff; }
  .events-slider button:hover {
    background: #e6e6e6; }

.flickity-prev-next-button.previous {
  left: 5%; }

.flickity-prev-next-button.next {
  right: 5%; }

.woocommerce-checkout table.cart img {
  width: 90px !important; }

.woocommerce-checkout .cart-total .woocommerce table.shop_table {
  position: relative;
  padding: 30px 30px; }

.woocommerce-checkout .woocommerce table.shop_table tr:first-child td {
  border: 0 !important; }
.woocommerce-checkout .woocommerce-cart-form__cart-item.cart_item .product-name {
  font-size: 18px; }
.woocommerce-checkout #order_review {
  position: absolute !important;
  top: 50px; }
  .woocommerce-checkout #order_review .cart-subtotal {
    display: none; }
  .woocommerce-checkout #order_review table.shop_table tr:last-child.order-total td {
    border-top: 1px solid #e5e5e5 !important; }
  .woocommerce-checkout #order_review .form-row.place-order {
    padding-top: 0;
    padding-bottom: 0; }
  .woocommerce-checkout #order_review #place_order {
    width: 100%;
    margin-top: 0px; }
  .woocommerce-checkout #order_review h4 {
    font-size: 20px;
    margin-bottom: 5px; }
  .woocommerce-checkout #order_review table {
    border: 0; }
    .woocommerce-checkout #order_review table .product-name {
      font-size: 12px; }
    .woocommerce-checkout #order_review table td,
    .woocommerce-checkout #order_review table th {
      padding: 10px 0; }
    .woocommerce-checkout #order_review table .order-total {
      color: #009fb7; }
    .woocommerce-checkout #order_review table .product-total,
    .woocommerce-checkout #order_review table .cart-subtotal td,
    .woocommerce-checkout #order_review table .order-total td {
      text-align: right; }
  .woocommerce-checkout #order_review ul.wc_payment_methods.payment_methods.methods {
    display: none; }
  .woocommerce-checkout #order_review #payment {
    background: transparent; }
.woocommerce-checkout ul.event-custom-price li:nth-child(1),
.woocommerce-checkout ul.event-custom-price li:nth-child(2) {
  display: none; }
.woocommerce-checkout .product-remove {
  position: absolute;
  right: 10px;
  border: 0 !important;
  margin-top: 40px; }

.events-slider button svg {
  fill: #fcb73f !important;
  height: 37% !important;
  top: 0 !important;
  bottom: 0;
  margin: auto; }

.woocommerce-form-coupon-toggle {
  margin-bottom: 40px;
  display: none; }

.tags a {
  display: inline-block;
  margin-right: 5px;
  height: 35px;
  line-height: 33px;
  border-radius: 200px;
  text-align: center;
  margin-top: 13px;
  cursor: pointer;
  width: auto;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 200px;
  color: #bbbbbb;
  border: 1px solid #bbbbbb;
  cursor: pointer;
  transition: 0.3s ease all; }
  .tags a:hover {
    color: #000;
    background: #e6e6e6; }

.event svg {
  transform: rotate(180deg); }
.event svg path {
  fill: #0074d9; }
.event svg rect {
  fill: #fff; }
.event .image {
  height: 400px;
  border-radius: 0 0 0 0;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .event .image:before {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 13%;
    width: 100%;
    background: url(../images/white-wave.svg) no-repeat;
    background-position: 10% 100%;
    background-size: 100% 100%;
    z-index: 5; }
  .event .image:after {
    content: "";
    background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
.event .event-info {
  margin: 20px 0; }
  .event .event-info .date {
    display: inline-block;
    color: #009fb7;
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
    margin-right: 10px;
    display: block;
    margin-bottom: 10px; }
  .event .event-info .hour {
    font-weight: 700;
    margin-right: 10px;
    font-size: 30px; }
  .event .event-info .location {
    display: inline-block;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    color: #333;
    margin-right: 10px; }
  .event .event-info .production {
    display: inline-block;
    line-height: 30px;
    color: #333;
    font-weight: 400; }
  .event .event-info .tags-label {
    display: block; }
  .event .event-info h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #fcb73f;
    font-size: 60px;
    line-height: 60px;
    margin: 10px 0 20px 0;
    font-weight: bold; }
.event .event-description {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 1.5;
  padding-right: 20px;
  width: 66%; }
  .event .event-description h3 {
    font-size: 23px;
    font-weight: 700; }
.event .main-event {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px; }
.event .tickets {
  padding: 50px 0; }
  .event .tickets .join-label {
    margin-top: -100px; }
  .event .tickets .tribe-events-tickets {
    border-collapse: separate;
    border-spacing: 15px;
    background: transparent; }
  .event .tickets .tribe-events-style-full.tribe-events-style-theme
  h2.tribe-events-tickets-title {
    display: none; }
  .event .tickets .quantity input {
    width: 58px !important;
    border-radius: 200px !important;
    border: 0;
    font-size: 14px !important;
    height: 27px;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: "Open Sans", sans-serif;
    color: #eb6e5c;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background: #fff;
    cursor: pointer; }
  .event .tickets .tickets_name {
    color: #3cb66d;
    font-size: 18px;
    padding-left: 45px !important;
    line-height: 1;
    font-weight: 400;
    width: 62%; }
    .event .tickets .tickets_name:before {
      content: "";
      position: absolute;
      width: 32px;
      height: 32px;
      background: url(../images/ticket.svg) no-repeat;
      background-size: 100%;
      background-position: 50% 50%;
      margin-left: -42px;
      margin-top: -7px; }
  .event .tickets .tribe-events-tickets tr.tribe-tickets-form-row {
    height: 67px;
    box-shadow: 0px 0px 30px #00000029;
    border-radius: 200px; }
  .event .tickets .tribe-events-tickets td {
    background: transparent;
    border: 0; }
  .event .tickets .tickets_price {
    text-align: center;
    font-style: normal; }
  .event .tickets .club_price span {
    color: #fcb73f !important; }
  .event .tickets .tribe-events-tickets-title.tribe--tickets {
    display: none; }
  .event .tickets button.tribe-button {
    position: relative;
    border-radius: 200px;
    background: #ffffff;
    color: #333333;
    height: 44px;
    padding: 0 20px;
    line-height: 44px;
    display: inline-block;
    cursor: pointer;
    border: 1px #dadada solid;
    font-weight: bold;
    font-size: 14px;
    transition: 0.3s ease all;
    background: #3cb66d;
    border-color: #2f9056;
    color: #fff;
    float: right;
    height: 55px;
    line-height: 53px;
    width: 140px;
    margin-right: -30px !important; }
  .event .tickets .xtra-item-left {
    display: inline-block; }
  .event .tickets .total {
    width: 100%; }
    .event .tickets .total .cta {
      float: right;
      height: 55px;
      line-height: 53px;
      width: 140px; }
  .event .tickets .tkt-qty,
  .event .tickets .tkt-pric {
    display: none !important; }
  .event .tickets .ticket-price {
    line-height: 56px; }
  .event .tickets .mep_no_tickt_notice {
    display: none; }
  .event .tickets .ticket-qty .extra-qty-box {
    width: 84px !important;
    border-radius: 200px !important;
    border: 0;
    font-size: 14px !important;
    height: 27px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: #eb6e5c;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background: #fff;
    cursor: pointer; }
  .event .tickets .woocommerce-Price-amount.amount {
    color: #009fb7;
    font-size: 18px; }
  .event .tickets .total-col {
    display: none; }
  .event .tickets .name {
    color: #3cb66d;
    font-size: 18px;
    padding-left: 45px !important;
    line-height: 18px;
    padding-top: 5px !important; }
    .event .tickets .name:before {
      content: "";
      position: absolute;
      width: 32px;
      height: 32px;
      background: url(../images/ticket.svg) no-repeat;
      background-size: 100%;
      background-position: 50% 50%;
      margin-left: -42px;
      margin-top: -7px; }
  .event .tickets table.type {
    width: 100%;
    border-collapse: separate;
    border-spacing: 15px; }
    .event .tickets table.type tr.ticket {
      background: #ffffff 0% 0% no-repeat padding-box;
      box-shadow: 0px 0px 30px #00000029;
      border-radius: 200px; }
    .event .tickets table.type td {
      padding: 0 15px;
      border-radius: 200px !important; }
  .event .tickets h3 {
    display: none; }
.event .side {
  position: relative;
  top: 0;
  width: 33%; }
  .event .side img {
    max-width: 100%; }
  .event .side .cta {
    width: 100%;
    text-align: center;
    margin-bottom: 10px; }
.event .myco-discount {
  background: url("../images/gal2.png") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  padding: 130px 0 100px 0;
  text-align: center; }
  .event .myco-discount .cta {
    left: 0;
    right: 0;
    margin: auto;
    color: #fcb73f;
    padding: 0 30px;
    box-shadow: 0px 0px 20px #fcb73f;
    border: 1px solid #fcb73f; }
  .event .myco-discount h3 {
    letter-spacing: 0;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #ffffff; }

.lrm-form a {
  text-decoration: underline; }

.lrm-user-modal .lrm-user-modal-container {
  padding-left: 300px;
  width: 980px;
  height: 532px;
  max-width: unset;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  box-shadow: 0px 0px 20px #00000080; }
  .lrm-user-modal .lrm-user-modal-container:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 300px;
    background: url(../images/regwave.svg) no-repeat;
    background-position: 101% 0;
    background-size: auto 106%;
    z-index: 3;
    left: 0;
    top: 0; }
  .lrm-user-modal .lrm-user-modal-container .lrm-close-form {
    top: -60px; }

.lrm-signin-section,
.lrm-signup-section {
  min-height: 450px; }

.lrm-user-modal.its-signup .lrm-user-modal-container:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 300px;
  background: url(../images/regbg.jpg) no-repeat;
  background-position: 19% 76%;
  background-size: auto 117%;
  z-index: 2;
  left: 0;
  top: 0;
  border-top-left-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
  transition: 0.3s ease all; }

.lrm-user-modal.its-login .lrm-user-modal-container:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 300px;
  background: url(../images/loginbg.png) no-repeat;
  background-position: 72%;
  background-size: auto 102%;
  z-index: 2;
  left: 0;
  top: 0;
  border-top-left-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
  transition: 0.3s ease all; }

.lrm-user-modal.its-signup.step-2 .lrm-user-modal-container:after {
  background-position: 34% 76%; }

.lrm-user-modal.its-signup.step-3 .lrm-user-modal-container:after {
  background-position: 49% 76%; }

.lrm-user-modal.its-signup.step-4 .lrm-user-modal-container:after {
  background-position: 64% 76%; }

.lrm-user-modal.its-signup.step-5 .lrm-user-modal-container:after {
  background-position: 85% 76%; }

.lrm-form button,
.lrm-form button[type="submit"] {
  background: #3cb66d;
  width: 200px !important;
  font-size: 14px !important;
  border-radius: 200px;
  transition: 0.3s ease all; }

.lrm-form button:hover,
.lrm-form button[type="submit"]:hover {
  background: #5cc988; }

.lrm-form .lrm-error-message {
  left: -19px !important;
  bottom: -55px !important; }

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

.lrm-signup-section .fbl-button .fb-login-button {
  pointer-events: none;
  transition: 0.3s ease opacity; }
.lrm-signup-section .fbl-button.terms-okay .fb-login-button {
  opacity: 1;
  pointer-events: unset; }

.lrm-form input.has-padding {
  padding: 10px 20px 10px 50px; }

.lrm-form {
  padding: 0px 55px !important; }

.fbl-button:before {
  content: "Or click bellow to Sign up with Facebook:";
  display: block;
  margin-bottom: 15px;
  margin-bottom: -10px;
  text-align: left;
  left: 0;
  right: 0;
  color: #333;
  font-size: 14px;
  margin-bottom: 12px;
  margin-top: 40px; }

.lrm-signin-section .fbl-button:before {
  content: "Or click bellow to Sign in with Facebook:"; }
.lrm-signin-section .lrm-form {
  margin-top: 55px; }

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

.lrm-user-modal-container input[type="text"],
.lrm-user-modal-container input[type="email"],
.lrm-user-modal-container input[type="password"] {
  border: 1px solid #bbbbbb;
  background: #fff;
  font-size: 14px;
  border-radius: 200px;
  font-weight: 400 !important;
  padding-left: 10px; }

.lrm-user-modal-container input[type="text"]:hover,
.lrm-user-modal-container select:hover,
.lrm-user-modal-container input[type="email"]:hover,
.lrm-user-modal-container input[type="password"]:hover {
  box-shadow: none;
  border-color: #000;
  color: #000; }

.lrm-user-modal-container input[type="text"]:focus,
.lrm-user-modal-container input[type="email"]:focus,
.lrm-user-modal-container input[type="password"]:focus {
  box-shadow: none;
  border-color: #1fcbe6; }

.lrm-user-modal-container .lrm-switcher a {
  background: #ececec;
  color: #809191; }

.lrm-user-modal-container .lrm-switcher.-is-not-login-only a:not(.selected) {
  display: none !important; }

ul.lrm-switcher {
  z-index: 0;
  width: 110%;
  margin-left: -10% !important; }
  ul.lrm-switcher li:first-child {
    border-top-right-radius: 200px !important;
    border-bottom-right-radius: 200px !important; }
  ul.lrm-switcher li:last-child {
    border-top-left-radius: 200px !important;
    border-bottom-left-radius: 200px !important; }

.its-signup .lrm-user-modal-container {
  height: 570px !important; }

.my-account {
  padding-top: 35px;
  padding-bottom: 100px;
  overflow: hidden; }

#user-registration.vertical .user-registration-MyAccount-navigation:after {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: -300px;
  background: #f6f7f9; }

#user-registration.vertical .user-registration-MyAccount-navigation {
  position: relative; }

#user-registration
.user-registration-MyAccount-navigation
ul
.user-registration-MyAccount-navigation-link {
  line-height: 35px; }

.lrm-user-modal-container .lrm-switcher.-is-not-login-only li a {
  font-size: 23px;
  font-weight: 300;
  color: #bbbbbb !important;
  padding-top: 5px; }

.extended-form {
  height: 500px; }
  .extended-form .next-step {
    position: absolute;
    right: 20px;
    bottom: 30px; }
  .extended-form .prev-step {
    position: absolute;
    left: 335px;
    bottom: 30px;
    display: none;
    border: none; }
  .extended-form .error-notice {
    position: absolute;
    right: 132px;
    bottom: 30px;
    line-height: 44px;
    font-size: 15px;
    color: #ea0000;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease all; }
    .extended-form .error-notice.has-error {
      opacity: 1;
      visibility: visible; }
  .extended-form input,
  .extended-form select {
    display: block;
    height: 38px;
    line-height: 38px;
    padding-left: 13px;
    font-weight: 400;
    margin: 10px 0 5px 0;
    width: 90%; }
    .extended-form input.has-error,
    .extended-form select.has-error {
      border-color: #ff0000 !important; }
  .extended-form select {
    border: 1px solid #bbbbbb;
    background: #fff;
    font-size: 14px;
    border-radius: 200px !important;
    font-weight: 400 !important;
    height: 38px;
    line-height: 38px;
    width: 89%;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23707070%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat, repeat;
    background-position: right 13px top 50%, 0 0;
    background-size: 0.65em auto, 100%;
    cursor: pointer; }
    .extended-form select:focus {
      box-shadow: none;
      border-color: #1fcbe6; }
  .extended-form label,
  .extended-form .checks-label {
    display: inline-block;
    width: 40%;
    margin-bottom: 40px;
    /* background of the scrollbar except button or resizer */
    /* scrollbar itself */
    /* set button(top and bottom of the scrollbar) */ }
    .extended-form label.lp,
    .extended-form .checks-label.lp {
      margin-bottom: 10px; }
      .extended-form label.lp ul,
      .extended-form .checks-label.lp ul {
        margin: 10px 0 0 0;
        padding: 0 0 10px 0; }
    .extended-form label .scl ul li label,
    .extended-form .checks-label .scl ul li label {
      padding: 0 8px; }
    .extended-form label .scl::-webkit-scrollbar,
    .extended-form .checks-label .scl::-webkit-scrollbar {
      background-color: transparent;
      width: 6px;
      height: 6px; }
    .extended-form label .scl::-webkit-scrollbar-track,
    .extended-form .checks-label .scl::-webkit-scrollbar-track {
      background-color: transparent; }
    .extended-form label .scl::-webkit-scrollbar-thumb:horizontal,
    .extended-form .checks-label .scl::-webkit-scrollbar-thumb:horizontal {
      background-color: #babac0;
      border-radius: 10px; }
    .extended-form label .scl::-webkit-scrollbar-thumb,
    .extended-form .checks-label .scl::-webkit-scrollbar-thumb {
      background-color: #babac0;
      border-radius: 16px; }
    .extended-form label .scl::-webkit-scrollbar-thumb:hover,
    .extended-form .checks-label .scl::-webkit-scrollbar-thumb:hover {
      background-color: #fff; }
    .extended-form label ul::-webkit-scrollbar-button,
    .extended-form .checks-label ul::-webkit-scrollbar-button {
      display: none; }
    .extended-form label ul,
    .extended-form .checks-label ul {
      font-size: 0; }
      .extended-form label ul li,
      .extended-form .checks-label ul li {
        display: inline-block;
        margin-right: 5px;
        height: 36px;
        line-height: 36px;
        border-radius: 200px;
        margin-top: 9px;
        cursor: pointer; }
        .extended-form label ul li label,
        .extended-form .checks-label ul li label {
          width: auto;
          padding: 0 15px;
          font-size: 12px;
          border-radius: 200px;
          color: #bbbbbb;
          border: 1px solid #bbbbbb;
          cursor: pointer;
          transition: 0.3s ease all; }
          .extended-form label ul li label:hover,
          .extended-form .checks-label ul li label:hover {
            border-color: #000;
            color: #000; }
        .extended-form label ul li label,
        .extended-form label ul li input,
        .extended-form .checks-label ul li label,
        .extended-form .checks-label ul li input {
          display: inline-block;
          margin: 0; }
        .extended-form label ul li input[type="checkbox"],
        .extended-form label ul li input[type="radio"],
        .extended-form .checks-label ul li input[type="checkbox"],
        .extended-form .checks-label ul li input[type="radio"] {
          position: absolute;
          opacity: 0;
          z-index: -1; }
      .extended-form label ul input:checked + label,
      .extended-form .checks-label ul input:checked + label {
        background: #009fb7;
        color: #fff;
        border: 1px solid #d4d4d4;
        background-image: linear-gradient(135deg, #009fb7, #02416c); }
    .extended-form label a,
    .extended-form .checks-label a {
      color: #aaaaaa; }
    .extended-form label span,
    .extended-form .checks-label span {
      color: #ff0000; }
    .extended-form label small,
    .extended-form .checks-label small {
      font-size: 14px;
      color: #aaaaaa; }
  .extended-form .step {
    padding: 20px 35px;
    display: none; }
  .extended-form .step-1 {
    display: block; }
  .extended-form .step-5 {
    text-align: center; }
    .extended-form .step-5 article {
      text-align: center; }
      .extended-form .step-5 article img {
        width: 140px;
        margin-top: 40px; }
      .extended-form .step-5 article p {
        line-height: 1.5;
        margin-bottom: 20px;
        padding: 0 11%; }
      .extended-form .step-5 article h3 {
        margin: 20px 0;
        font-size: 25px;
        font-weight: bold;
        color: #009fb7; }

#signup-email,
#signup-password,
#signup-password-confirmation,
.lrm-user-modal-container input[name="username"],
.lrm-user-modal-container input[name="password"] {
  padding-left: 45px; }

.flatpickr-calendar.open {
  z-index: 999999 !important; }

.steps {
  position: absolute;
  margin-top: -38px;
  right: 0; }
  .steps li {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 1px solid #3cb66d;
    position: relative;
    display: inline-block;
    margin-right: 35px; }
    .steps li:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      height: 1px;
      width: 41px;
      background: #707070;
      left: 9px;
      top: -1px;
      bottom: 0;
      margin: auto; }
    .steps li.active {
      background: #3cb66d; }
      .steps li.active:after {
        background: #3cb66d; }
    .steps li:last-child:after {
      display: none; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent; }

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent; }

/* IE 10+ */
input::-webkit-input-placeholder {
  transition: 0.2s ease all; }

input:-moz-placeholder {
  transition: 0.2s ease all; }

/* FF 4-18 */
input::-moz-placeholder {
  transition: 0.2s ease all; }

/* FF 19+ */
input:-ms-input-placeholder {
  transition: 0.2s ease all; }

/* IE 10+ */
.not-approved {
  position: fixed;
  height: 50px;
  background: #031825;
  z-index: 9999999999;
  line-height: 50px;
  color: #fff;
  text-align: center;
  top: 0;
  width: 100%; }
  .not-approved .hide {
    position: absolute;
    right: 8%;
    top: 5px; }
    .not-approved .hide img {
      width: 16px; }

.woocommerce-checkout .fee td {
  text-align: right; }
.woocommerce-checkout .fee th {
  font-size: 12px !important; }
.woocommerce-checkout tr.cart-discount.coupon-check td {
  text-align: right;
  font-size: 16px;
  font-weight: 400 !important; }
.woocommerce-checkout a.woocommerce-remove-coupon {
  font-size: 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../images/remove.svg) no-repeat;
  background-size: 63%;
  background-position: 50% 35%; }
.woocommerce-checkout tr.cart-discount.coupon-check th {
  font-size: 12px !important;
  font-weight: 400 !important; }
.woocommerce-checkout .woocommerce-notices-wrapper {
  position: absolute;
  width: 100%; }
  .woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-info,
  .woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message {
    display: none; }
  .woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error li {
    color: #ffc9c1; }
.woocommerce-checkout #order_review_heading {
  display: none; }
.woocommerce-checkout .woocommerce-checkout-review-order {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 342px;
  box-shadow: 0px 0px 30px #0000004d;
  border-radius: 10px;
  padding: 30px;
  background: #fff; }
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  display: none; }
.woocommerce-checkout .woocommerce-cart-form__cart-item.cart_item .event-custom-price {
  color: #3cb66d;
  font-size: 16px; }
.woocommerce-checkout .shop_table .actions .coupon {
  float: right !important;
  padding: 5px;
  margin-right: -20px;
  padding-bottom: 0;
  margin-top: 5px; }
.woocommerce-checkout .shop_table .actions button[name="update_cart"] {
  display: none; }
.woocommerce-checkout .shop_table .actions button[name="apply_coupon"] {
  border-radius: 200px;
  height: 38px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  background: #009fb7; }
.woocommerce-checkout .shop_table .actions #coupon_code {
  width: 210px;
  text-align: left;
  height: 38px;
  line-height: 38px; }
.woocommerce-checkout .col-2 {
  display: none; }
.woocommerce-checkout .col-1 {
  width: 100% !important;
  float: none !important;
  background: #fff;
  box-shadow: 0px 0px 30px #0000004d;
  padding: 30px;
  border-radius: 10px; }
  .woocommerce-checkout .col-1 h3 {
    color: #333333;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px; }
.woocommerce-checkout .cart-total .woocommerce table.shop_table {
  border: 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 30px #00000029; }
.woocommerce-checkout .cart-total .cart-legend {
  text-align: right;
  padding-right: 138px;
  margin-bottom: 20px; }
  .woocommerce-checkout .cart-total .cart-legend span.regular-price {
    color: #009fb7;
    margin-right: 14px; }
  .woocommerce-checkout .cart-total .cart-legend span.club-price {
    color: #fcb73f; }
.woocommerce-checkout .cart-total td.product-ticket {
  width: 36px;
  height: 36px;
  background: url(../images/ticket.svg) no-repeat !important;
  background-size: 100% !important;
  background-position: 50% 50% !important;
  z-index: 9; }
.woocommerce-checkout .cart-total .product-subtotal {
  width: 200px;
  padding: 0;
  text-align: center; }
  .woocommerce-checkout .cart-total .product-subtotal .club {
    color: #fcb73f;
    display: inline-block;
    margin-left: 45px; }
.woocommerce-checkout .shop_table thead {
  display: none; }
.woocommerce-checkout .cart_item td.product-thumbnail {
  height: 120px;
  padding: 5px 0;
  padding-right: 10px; }
.woocommerce-checkout .cart_item {
  border-bottom: 1px solid #bbbbbb; }

.woocommerce-error {
  background: none;
  border-top: 2px solid #eb6e5c; }

.woocommerce-error li {
  line-height: 38px;
  font-size: 16px; }

.woocommerce-error::before {
  color: #eb6e5c;
  top: 25px; }

.myco-checkout {
  padding-right: 360px;
  position: relative;
  padding-top: 0;
  padding-bottom: 150px;
  z-index: 6; }
  .myco-checkout input,
  .myco-checkout select {
    border: 1px solid #bbbbbb;
    background: #fff;
    font-size: 14px;
    border-radius: 200px;
    font-weight: 400 !important;
    padding-left: 10px;
    height: 40px;
    line-height: 40px; }

.woocommerce button.button.alt {
  position: relative;
  border-radius: 200px;
  background: #ffffff;
  color: #333333;
  height: 44px;
  padding: 0 20px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  border: 1px #dadada solid;
  font-weight: bold;
  font-size: 14px;
  transition: 0.3s ease all;
  background: #3cb66d;
  border-color: #2f9056;
  color: #fff;
  float: none !important;
  left: 0;
  right: 0;
  margin: auto;
  display: block; }
  .woocommerce button.button.alt:hover {
    background: #2f9056; }

.checkout-hero {
  height: 400px;
  background: url("../images/checkout-hero.png") no-repeat;
  background-size: cover;
  margin-bottom: 50px; }
  .checkout-hero:before {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 13%;
    width: 100%;
    background: url(../images/white-wave.svg) no-repeat;
    background-position: 10% 100%;
    background-size: 100% 100%;
    z-index: 5; }
  .checkout-hero .grid {
    display: flex;
    height: inherit;
    align-items: center; }
    .checkout-hero .grid h1 {
      color: #fff;
      font-weight: 300;
      font-size: 80px;
      margin-bottom: 100px; }

.qlwapp-icon.qlwapp-whatsapp-icon {
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
  background: url(../images/whatsapp.png) no-repeat;
  background-size: 48px;
  margin: 0 !important; }
  .qlwapp-icon.qlwapp-whatsapp-icon:before {
    display: none; }

#qlwapp .qlwapp-box .qlwapp-header:before {
  background: #0b3c5d !important; }

#qlwapp.qlwapp-rounded.qlwapp-button .qlwapp-toggle {
  height: auto; }

#qlwapp.qlwapp-button .qlwapp-toggle {
  padding: 12px; }

#qlwapp .qlwapp-box .qlwapp-header .qlwapp-description h3 {
  font-weight: bold; }

#qlwapp .qlwapp-box .qlwapp-header .qlwapp-description {
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
  padding: 20px 25px; }

.event .tickets table.type td.name {
  width: 70%; }

.event .tickets table.type td.myco-club-price .amount {
  color: #fcb73f; }

.event .tickets .legend td {
  text-align: center;
  padding: 0 !important; }
  .event .tickets .legend td.regular-price {
    color: #009fb7; }
  .event .tickets .legend td.myco-price {
    color: #fcb73f; }

.mmc-hero {
  height: 90vh;
  min-height: 920px;
  width: 100%;
  position: relative;
  background: url("../images/mmc-bg.jpg") no-repeat;
  background-size: cover; }
  .mmc-hero a {
    left: 0;
    right: 0;
    margin: 60px auto;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block; }
  .mmc-hero:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.8) 100%); }
  .mmc-hero:before {
    content: "";
    position: absolute;
    bottom: -2px;
    height: 100%;
    width: 100%;
    background: url(../images/mmc-wave.svg) no-repeat;
    background-position: 100% 122%;
    background-size: 100% auto;
    z-index: 2; }
  .mmc-hero article {
    padding-top: 150px;
    color: #fff;
    position: relative;
    z-index: 3; }
    .mmc-hero article h1 {
      font-size: 94px;
      font-weight: 300;
      margin-bottom: 20px;
      color: #fcb73f; }
    .mmc-hero article p {
      max-width: 800px;
      left: 0;
      right: 0;
      font-weight: 500;
      margin: auto;
      font-size: 28px;
      line-height: 0.8; }
  .mmc-hero .intro-text {
    position: absolute;
    z-index: 4;
    width: 41%;
    left: 4%;
    top: 58%; }
    .mmc-hero .intro-text p {
      font-size: 18px;
      line-height: 1.5; }

.mmci1 {
  position: absolute;
  right: -2%;
  bottom: 16%;
  width: 28%;
  max-width: 300px;
  z-index: -1; }

.mmci2 {
  position: absolute;
  left: -2%;
  bottom: 30%;
  width: 42%;
  z-index: -1;
  max-width: 700px; }

.mmci3 {
  position: absolute;
  bottom: -6%;
  width: 21%;
  z-index: -1;
  left: 5%;
  max-width: 400px; }

.join-mmc {
  margin-bottom: 100px; }
  .join-mmc .three {
    margin-right: 50%;
    margin-top: 100px; }
  .join-mmc article h3 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px; }
  .join-mmc article label {
    font-size: 20px;
    font-weight: 700;
    padding: 14px 20px;
    margin: 20px auto;
    left: 0;
    right: 0;
    width: 700px;
    display: block;
    text-align: center;
    border-radius: 200px;
    border: 2px solid transparent;
    transition: 0.3s ease all; }
    .join-mmc article label.please {
      border: 2px solid #ff7d7d; }
    .join-mmc article label input {
      vertical-align: middle; }
  .join-mmc article h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px; }
  .join-mmc article li,
  .join-mmc article p {
    font-size: 18px;
    line-height: 1.5; }
  .join-mmc article ul {
    margin: 40px 0; }
  .join-mmc article li {
    list-style-type: disc;
    margin-left: 30px;
    margin-right: 30px; }
  .join-mmc article .add_to_cart_inline {
    border: 0 !important;
    padding: 0 !important;
    margin-top: 0;
    text-align: center !important;
    max-width: unset; }
  .join-mmc article a.button {
    position: relative;
    border-radius: 200px;
    background: #ffffff;
    color: #333333;
    height: 44px;
    padding: 0 20px;
    line-height: 44px;
    display: inline-block;
    cursor: pointer;
    border: 1px #dadada solid;
    font-weight: bold;
    font-size: 14px;
    transition: 0.3s ease all;
    background: #3cb66d;
    border-color: #2f9056;
    color: #fff;
    float: none !important;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 170px;
    height: 55px;
    line-height: 53px;
    margin-top: 15px; }

.rtl {
  direction: rtl;
  font-family: "Assistant", serif; }
  .rtl .author-profile img {
    margin-left: 5px;
    margin-right: 0; }
  .rtl .tags a {
    margin-right: 0;
    margin-left: 5px; }

.woocommerce-order-pay .order_details {
  width: 100%;
  left: 0;
  padding: 20px 8%;
  right: 0;
  position: fixed;
  margin: auto;
  height: 89px;
  display: flex;
  background: #fff; }

.regnnow {
  left: 0;
  right: 0;
  margin: auto; }

form.checkout.woocommerce-checkout {
  position: static !important; }

.havevent {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px; }

.lrm-user-modal {
  cursor: default;
  pointer-events: none;
  overflow-x: hidden;
  overflow-y: scroll; }

.lrm-user-modal.is-visible {
  pointer-events: unset; }

.woocommerce-checkout .woocommerce table.shop_table td.product-price {
  display: none; }

#custom_facebook_label {
  margin-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.13);
  padding-top: 20px;
  margin-bottom: 10px; }

#custom_facebook_notice {
  font-size: 13px;
  margin-left: 13px; }

div#custom_facebook_field {
  margin-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 25px; }

.woocommerce form .form-row label {
  height: 40px; }

.myco_members_discount_banner {
  height: 95px;
  border-radius: 200px;
  background: url("../images/myco-discount-bg.jpg") no-repeat;
  background-size: 100% 100%;
  line-height: 95px;
  padding: 0 70px 0 90px;
  box-shadow: 0px 0px 30px #0000004d;
  max-width: 760px;
  left: 0;
  right: 0;
  margin: 20px auto 40px auto; }
  .myco_members_discount_banner article {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: inherit; }
    .myco_members_discount_banner article p {
      font-size: 16px;
      color: #fff;
      line-height: 23px;
      max-width: 280px; }
      .myco_members_discount_banner article p span {
        font-weight: bold; }

.lrm-accept-terms-checkbox {
  cursor: pointer; }

.lrm-accept-terms-checkbox,
.lrm-accept-terms-checkbox .lrm-nice-checkbox__indicator {
  transition: 0.3s ease all; }

.lrm-accept-terms-checkbox:hover {
  color: #000; }

.lrm-accept-terms-checkbox:hover .lrm-nice-checkbox__indicator {
  border-color: #b9b9b9; }

.woocommerce-order-received footer {
  margin-top: -35vh; }

.order-thankyou {
  background: url("../images/checkout-hero.png") no-repeat;
  background-size: cover;
  padding: 60px 0 0 0;
  min-height: 850px; }
  .order-thankyou .box {
    width: 830px;
    height: 460px;
    background: #ffffff url("../images/tybg.png") 0% 0% no-repeat padding-box;
    background-size: 101.5%;
    background-position: 17% 39%;
    box-shadow: 0px 0px 30px #0000004d;
    border-radius: 10px;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 100px;
    text-align: center;
    position: relative;
    padding: 60px; }
    .order-thankyou .box h2 {
      font-weight: 900;
      letter-spacing: 0;
      font-size: 70px;
      color: #009fb7;
      display: block;
      opacity: 1;
      margin-bottom: 40px; }
    .order-thankyou .box .cta {
      height: 60px;
      line-height: 60px;
      width: 200px; }
    .order-thankyou .box .close {
      position: absolute;
      right: 20px;
      top: 20px; }
      .order-thankyou .box .close img {
        width: 18px; }
    .order-thankyou .box p {
      font-size: 20px;
      line-height: 28px;
      font-weight: 300;
      max-width: 540px;
      left: 0;
      right: 0;
      margin: auto;
      margin-bottom: 30px; }
    .order-thankyou .box span {
      font-size: 18px;
      display: block;
      font-weight: 300;
      margin-bottom: 30px; }

.show-me-how {
  position: relative; }
  .show-me-how:after {
    content: "";
    position: absolute;
    left: -140px;
    top: -240px;
    height: 220px;
    width: 370px;
    z-index: 3;
    opacity: 0;
    pointer-events: none;
    background: url("../images/fbexmp.jpg");
    border-radius: 4px;
    transition: 0.3s ease all;
    background-size: cover; }
  .show-me-how:hover:after {
    opacity: 1; }

#bd_month,
#bd_day {
  width: 60px;
  display: inline-block; }

select#bd_year {
  width: 75px;
  display: inline-block; }

.share-links {
  margin-top: 30px;
  z-index: 5;
  position: relative;
  max-width: 300px; }
  .share-links a {
    width: 45px;
    height: 45px;
    box-shadow: 0px 0px 20px #0000004d;
    border-radius: 50%;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    margin-right: 10px; }
    .share-links a img {
      vertical-align: middle;
      width: 16px;
      height: auto; }
    .share-links a.orange {
      background: #fcb73f 0% 0% no-repeat padding-box;
      position: relative; }
      .share-links a.orange i {
        position: absolute;
        right: -2px;
        top: -2px;
        width: 16px;
        font-size: 14px;
        font-weight: bold;
        height: 16px;
        background: #fff;
        border-radius: 50%;
        text-align: center;
        line-height: 15px;
        color: #fcb73f; }
      .share-links a.orange img {
        width: 26px; }
    .share-links a.whatsapp {
      background: #4caf50; }
      .share-links a.whatsapp img {
        width: 43px; }
    .share-links a.fb {
      background: #1976d2; }
      .share-links a.fb img {
        height: 20px;
        width: auto; }
    .share-links a.link {
      background: #fcb73f 0% 0% no-repeat padding-box; }

li.user-registration-MyAccount-navigation-link.user-registration-MyAccount-navigation-link--edit-profile {
  display: none !important; }

.cart-total a.cart-event-name {
  padding-bottom: 7px;
  font-size: 18px; }

.cart-total a.cart-event-name strong {
  font-weight: 600; }

.cart-total span.ticket-type {
  color: #3cb66d;
  font-size: 16px; }

a.cart-event-name {
  display: block; }

td.product-subtotal {
  color: #009fb7;
  font-weight: 700; }

#events-result,
#makers-result,
#posts-result {
  min-height: 300px;
  overflow: hidden; }
  #events-result .no-results,
  #makers-result .no-results,
  #posts-result .no-results {
    margin: 60px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 22px;
    width: 100%; }
    #events-result .no-results span,
    #makers-result .no-results span,
    #posts-result .no-results span {
      display: block;
      font-size: 14px; }

#makers-result .no-results {
  color: #000; }

.widget_shopping_cart_content {
  position: absolute;
  width: 350px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px #00000080;
  top: 85px;
  right: 8%;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s ease all;
  padding-bottom: 30px; }
  .widget_shopping_cart_content .cart-event-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 74%;
    overflow: hidden;
    display: inline-block !important; }
  .widget_shopping_cart_content:before {
    content: "";
    position: absolute;
    top: -10px;
    right: 8.5%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    clear: both; }
  .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
    text-align: center;
    margin-top: 30px;
    color: #bbbbbb; }
    .widget_shopping_cart_content .woocommerce-mini-cart__empty-message img {
      display: block;
      position: relative;
      left: 0;
      right: 0;
      margin: auto;
      width: 50%; }
  .widget_shopping_cart_content ul {
    margin: 30px; }
  .widget_shopping_cart_content li {
    border-bottom: 1px solid #bbbbbb;
    height: 60px; }
    .widget_shopping_cart_content li a img {
      vertical-align: middle; }
    .widget_shopping_cart_content li img {
      width: 50px;
      height: 50px;
      margin-right: 13px;
      float: none !important; }
    .widget_shopping_cart_content li a:not(.remove) {
      display: inline;
      line-height: 23px;
      vertical-align: top;
      height: 50px;
      font-size: 12px; }
    .widget_shopping_cart_content li a.remove.remove_from_cart_button {
      position: absolute;
      right: 30px;
      color: #eb6e5c;
      height: 25px;
      line-height: 25px;
      font-size: 22px;
      z-index: 5; }
    .widget_shopping_cart_content li .quantity {
      position: absolute;
      width: 100%;
      right: 30px;
      font-size: 13px;
      text-align: right;
      color: #009fb7; }
    .widget_shopping_cart_content li .ticket-type {
      position: absolute;
      left: 93px;
      margin-top: 0;
      font-size: 12px;
      color: #3cb66d;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 48%;
      overflow: hidden; }
    .widget_shopping_cart_content li p.woocommerce-mini-cart__total.total {
      margin: 0 30px; }
    .widget_shopping_cart_content li p.woocommerce-mini-cart__buttons.buttons {
      margin: 0 30px; }
    .widget_shopping_cart_content li a.button.wc-forward:nth-child(1) {
      display: none; }
  .widget_shopping_cart_content.active {
    opacity: 1;
    pointer-events: unset;
    visibility: visible; }
  .widget_shopping_cart_content a.button.checkout.wc-forward {
    position: relative;
    border-radius: 200px;
    background: #ffffff;
    color: #333333;
    height: 44px;
    padding: 0 20px;
    line-height: 44px;
    display: inline-block;
    cursor: pointer;
    border: 1px #dadada solid;
    font-weight: bold;
    font-size: 14px;
    transition: 0.3s ease all;
    background: #3cb66d;
    border-color: #2f9056;
    color: #fff;
    float: none !important;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center; }
    .widget_shopping_cart_content a.button.checkout.wc-forward:hover {
      background: #5cc988; }
  .widget_shopping_cart_content p.woocommerce-mini-cart__total.total {
    margin: 0 30px;
    color: #009fb7; }
  .widget_shopping_cart_content p.woocommerce-mini-cart__total.total span {
    float: right;
    font-weight: bold; }
  .widget_shopping_cart_content p.woocommerce-mini-cart__buttons.buttons {
    margin: 0 30px; }
  .widget_shopping_cart_content p.woocommerce-mini-cart__buttons.buttons a:nth-child(1) {
    display: none; }

.qchat {
  position: fixed;
  bottom: 35px;
  right: 90px;
  z-index: 99;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  opacity: 0; }
  .qchat img {
    vertical-align: middle; }

.woocommerce td.product-quantity {
  min-width: 100px; }

#user-registration p {
  color: #000;
  line-height: 29px; }

.woocommerce-account footer {
  margin-top: -50px; }

.woocommerce-account p {
  line-height: 30px; }

nav.woocommerce-MyAccount-navigation {
  background: #f6f7f9;
  width: 24% !important;
  min-height: 700px; }

nav.woocommerce-MyAccount-navigation li {
  line-height: 35px;
  padding: 10px 15px;
  display: block;
  font-weight: 400;
  font-size: 14px;
  font-family: sans-serif;
  text-decoration: none;
  box-shadow: 0 0 0 transparent; }

.woocommerce-account .woocommerce {
  display: flex; }
.woocommerce-account a.woocommerce-button.button.pay {
  display: none; }
.woocommerce-account .woocommerce-MyAccount-content {
  width: 73%;
  margin: 50px 0 150px 0;
  padding-right: 4%;
  padding-left: 4%; }
  .woocommerce-account .woocommerce-MyAccount-content h2 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold; }

.return-to-shop {
  display: none; }

p.cart-empty {
  box-shadow: 0px 0px 30px #0000004d;
  border-radius: 10px;
  padding: 30px;
  background: #fff;
  text-align: center;
  color: #bbb;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 40px; }
  p.cart-empty img {
    display: block;
    left: 0;
    right: 0;
    width: 239px;
    margin: 0 auto 30px auto; }
  p.cart-empty a {
    display: block;
    width: 160px;
    margin: 30px auto;
    text-align: center; }

.makers-hero {
  padding-top: 160px;
  background: #fff url("../images/makers.png") no-repeat;
  background-size: 100% auto;
  background-position: 100% 100%;
  position: relative;
  height: 400px; }
  .makers-hero h1 {
    color: #fcb73f;
    text-shadow: 0px 0px 30px #00000080;
    font-size: 110px;
    font-weight: 300;
    margin-bottom: 30px;
    display: inline-block;
    z-index: 5;
    position: relative; }
  .makers-hero:before {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 13%;
    width: 100%;
    background: url(../images/white-wave.svg) no-repeat;
    background-position: 10% 100%;
    background-size: 100% 100%;
    z-index: 5; }
  .makers-hero:after {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    content: "";
    top: 0; }

.btn-text {
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-size: 25px;
  position: relative; }

.single-post-hero {
  position: relative;
  height: 350px;
  margin-bottom: 50px; }
  .single-post-hero:before {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 13%;
    width: 100%;
    background: url(../images/white-wave.svg) no-repeat;
    background-position: 10% 100%;
    background-size: 100% 100%;
    z-index: 5; }

.posts-hero {
  padding-top: 108px;
  background: #fff url(../images/posts.png) no-repeat;
  background-size: 100% auto;
  background-position: 100% 100%;
  position: relative;
  height: 350px;
  margin-bottom: 50px; }
  .posts-hero h1 {
    color: #fcb73f;
    text-shadow: 0px 0px 30px #00000080;
    font-size: 110px;
    font-weight: 300;
    margin-bottom: 30px;
    display: inline-block;
    z-index: 5;
    position: relative; }
  .posts-hero:before {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 13%;
    width: 100%;
    background: url(../images/white-wave.svg) no-repeat;
    background-position: 10% 100%;
    background-size: 100% 100%;
    z-index: 5; }
  .posts-hero:after {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    content: "";
    top: 0; }

.author-profile {
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 3;
  margin-bottom: 20px; }
  .author-profile strong {
    font-weight: 600;
    color: #333333; }
  .author-profile img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: middle; }

.__makers .about p,
.__posts .about p {
  font-size: 20px;
  line-height: 1.5;
  margin: 70px auto 50px auto;
  text-align: center; }
.__makers .about .cta,
.__posts .about .cta {
  left: 0;
  right: 0;
  margin: auto;
  height: 55px;
  width: 200px;
  line-height: 53px;
  display: block;
  text-align: center; }
.__makers .makers-search-input input,
.__makers .posts-search-input input,
.__posts .makers-search-input input,
.__posts .posts-search-input input {
  border-color: #bbbbbb; }
.__makers .makers-search-input i,
.__makers .posts-search-input i,
.__posts .makers-search-input i,
.__posts .posts-search-input i {
  background: url(../images/search-grey.svg) no-repeat;
  background-size: 20px;
  background-position: 100% 50%; }
.__makers .makers-search-input.active i,
.__makers .posts-search-input.active i,
.__posts .makers-search-input.active i,
.__posts .posts-search-input.active i {
  background: url(../images/close.svg) no-repeat;
  background-size: 16px;
  background-position: 100% 50%;
  cursor: pointer; }
.__makers ::placeholder,
.__posts ::placeholder {
  color: #bbbbbb;
  opacity: 1; }
.__makers :-ms-input-placeholder,
.__posts :-ms-input-placeholder {
  color: #bbbbbb; }
.__makers ::-ms-input-placeholder,
.__posts ::-ms-input-placeholder {
  color: #bbbbbb; }
.__makers #makers-result,
.__makers #posts-result,
.__posts #makers-result,
.__posts #posts-result {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 20px;
  padding: 0 20px;
  width: calc(100% + 40px);
  margin-left: -20px; }
.__makers #posts-result,
.__posts #posts-result {
  margin-left: 0;
  margin-right: -20px; }
.__makers .post-box,
.__posts .post-box {
  cursor: pointer;
  position: relative; }
  .__makers .post-box .view-count,
  .__posts .post-box .view-count {
    position: absolute;
    left: 11px;
    bottom: 9px; }
    .__makers .post-box .view-count img,
    .__posts .post-box .view-count img {
      width: 16px;
      vertical-align: middle; }
.__makers .maker-box,
.__makers .post-box,
.__posts .maker-box,
.__posts .post-box {
  width: 47%;
  border-radius: 10px 10px;
  background: #fff;
  margin: 30px 0;
  padding-bottom: 15px;
  transition: 0.35s ease transform;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
  .__makers .maker-box:hover,
  .__makers .post-box:hover,
  .__posts .maker-box:hover,
  .__posts .post-box:hover {
    transform: scale(1.02) !important; }
    .__makers .maker-box:hover .social-icons a,
    .__makers .post-box:hover .social-icons a,
    .__posts .maker-box:hover .social-icons a,
    .__posts .post-box:hover .social-icons a {
      opacity: 1; }
  .__makers .maker-box .social-icons,
  .__makers .post-box .social-icons,
  .__posts .maker-box .social-icons,
  .__posts .post-box .social-icons {
    position: absolute;
    left: 12px;
    z-index: 9;
    top: 15px; }
    .__makers .maker-box .social-icons a,
    .__makers .post-box .social-icons a,
    .__posts .maker-box .social-icons a,
    .__posts .post-box .social-icons a {
      display: block;
      width: 36px;
      height: 36px;
      line-height: 33px;
      background: #fcb73f;
      border-radius: 50%;
      margin-bottom: 7px;
      text-align: center;
      opacity: 0;
      transition: 0.3s ease all; }
      .__makers .maker-box .social-icons a img,
      .__makers .post-box .social-icons a img,
      .__posts .maker-box .social-icons a img,
      .__posts .post-box .social-icons a img {
        max-width: 18px;
        vertical-align: middle; }
      .__makers .maker-box .social-icons a.website img,
      .__makers .post-box .social-icons a.website img,
      .__posts .maker-box .social-icons a.website img,
      .__posts .post-box .social-icons a.website img {
        max-width: 36px; }
  .__makers .maker-box h3,
  .__makers .post-box h3,
  .__posts .maker-box h3,
  .__posts .post-box h3 {
    font-size: 30px;
    font-weight: bold;
    color: #262626;
    text-decoration: underline;
    padding: 10px; }
  .__makers .maker-box h4,
  .__makers .post-box h4,
  .__posts .maker-box h4,
  .__posts .post-box h4 {
    font-size: 16px;
    font-weight: 600;
    color: #262626;
    padding: 5px 10px 0 10px; }
  .__makers .maker-box .tags,
  .__makers .post-box .tags,
  .__posts .maker-box .tags,
  .__posts .post-box .tags {
    font-weight: 300;
    padding: 10px 10px 0 10px; }
  .__makers .maker-box .image,
  .__makers .post-box .image,
  .__posts .maker-box .image,
  .__posts .post-box .image {
    height: 380px;
    border-radius: 10px 10px 0 0;
    width: 100%;
    overflow: hidden;
    position: relative; }
    .__makers .maker-box .image:after,
    .__makers .post-box .image:after,
    .__posts .maker-box .image:after,
    .__posts .post-box .image:after {
      content: "";
      background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
      z-index: 2;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .__makers .maker-box .image .profile,
    .__makers .post-box .image .profile,
    .__posts .maker-box .image .profile,
    .__posts .post-box .image .profile {
      display: inline-block;
      margin: 20px;
      color: #fff;
      position: relative;
      z-index: 3; }
      .__makers .maker-box .image .profile strong,
      .__makers .post-box .image .profile strong,
      .__posts .maker-box .image .profile strong,
      .__posts .post-box .image .profile strong {
        font-weight: 600; }
      .__makers .maker-box .image .profile img,
      .__makers .post-box .image .profile img,
      .__posts .maker-box .image .profile img,
      .__posts .post-box .image .profile img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        border-radius: 50%;
        margin-right: 5px;
        vertical-align: middle; }

.mmc-in-cart .actions {
  display: none !important; }

.join-mmc .woocommerce-Price-amount {
  display: none; }

header.main nav a.lnk.lrm-register {
  margin-right: 15px; }

.__posts .post-box .image .profile img {
  margin-right: 0;
  margin-left: 5px; }

.error404 footer {
  margin-top: -100px; }

#particles {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 1; }

._404bg {
  width: 100%;
  max-height: 100vh;
  object-fit: cover; }

._404 {
  position: absolute;
  width: 400px;
  left: 0;
  right: 0;
  margin: auto;
  top: 140px;
  text-align: center;
  z-index: 2; }
  ._404 p {
    font-size: 22px;
    color: #fff;
    margin: 30px auto;
    display: block;
    font-weight: 600; }

.has-mmc td.product-subtotal span.amount {
  visibility: hidden; }
.has-mmc .cart-total .cart-legend span.regular-price {
  display: none; }

.event {
  overflow: hidden; }

.producers-link {
  margin: auto;
  top: 200px;
  left: 0;
  right: 0;
  display: block;
  width: 236px;
  position: relative;
  z-index: 3;
  height: 55px;
  line-height: 55px;
  text-align: center; }

.mmc-advanteges {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 50px auto; }
  .mmc-advanteges article {
    width: 24%;
    margin: 0 20px;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 30px #3cb66d;
    border-radius: 10px;
    text-align: center;
    padding: 25px;
    margin-bottom: 60px; }
    .mmc-advanteges article img {
      width: 100px;
      display: block;
      left: 0;
      right: 0;
      margin: auto; }
    .mmc-advanteges article p {
      font-size: 15px;
      line-height: 1.5;
      max-width: 100%;
      margin-top: 15px; }

.bread {
  color: #bbbbbb; }
  .bread a {
    text-decoration: underline;
    color: #bbbbbb; }

.single-post {
  position: relative; }
  .single-post .view-count {
    position: absolute;
    left: 0;
    margin-top: 24px; }
    .single-post .view-count img {
      width: 16px;
      vertical-align: middle; }
  .single-post .date {
    position: absolute;
    left: 0;
    color: #009fb7; }
  .single-post h1 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #fcb73f;
    font-size: 60px;
    line-height: 60px;
    margin: 10px 0 20px 0;
    font-weight: bold; }
  .single-post .content {
    width: 67%;
    left: 0;
    right: 0;
    margin: 40px auto; }
    .single-post .content p {
      font-size: 18px;
      line-height: 1.5; }
    .single-post .content li {
      font-size: 18px;
      margin-right: 20px;
      line-height: 1.5;
      margin: 10px 20px;
      list-style: disc; }
  .single-post .share-links {
    margin: 60px 0; }

.join-community.mb {
  width: 220px !important; }

.myco-card {
  position: absolute;
  right: 4%;
  top: 100px;
  background: url("../images/myco-card.png") no-repeat;
  background-size: cover;
  width: 373px;
  height: 581px; }
  .myco-card p.name {
    margin-top: 114px;
    line-height: 81px;
    font-size: 23px;
    text-align: center; }
  .myco-card img {
    left: 0;
    right: 0;
    margin: 50px auto auto auto;
    display: block;
    width: 96px; }
  .myco-card .member-since {
    margin-top: 81px;
    font-weight: 500;
    font-size: 36px;
    padding-left: 61px;
    font-family: monospace; }
    .myco-card .member-since .month {
      margin-left: 11px; }
    .myco-card .member-since .year {
      margin-left: 16px; }

.woocommerce-MyAccount-content .wrap {
  padding-right: 400px; }

.woocommerce .quantity .qty {
  color: #eb6e5c !important; }

.lrm-integrations.lrm-integrations--reset-pass {
  display: none; }

.lrm-reset-password-section input {
  padding-left: 48px !important; }

p#wpua-thumbnail-existing {
  display: none; }

#wpua-images-existing span.description {
  display: none; }

tr.woocommerce.tribe-tickets-form-row.out-of-stock td {
  opacity: 0.5;
  color: grey !important;
  filter: grayscale(1);
  position: relative; }

tr.woocommerce.tribe-tickets-form-row.out-of-stock:after {
  content: "SOLD OUT";
  position: absolute;
  /* left: 1px; */
  right: 25px;
  /* top: 6px; */
  margin-top: 12px;
  margin: auto;
  margin-top: 13px;
  background: #eb6e5c;
  width: 133px;
  border-radius: 50px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #fff; }

.tickets_nostock {
  display: none !important; }

a.regnnow.cta.green.lrm-register {
  left: 0;
  right: 0;
  margin: auto;
  width: 120px;
  height: 55px;
  line-height: 55px;
  display: block;
  text-align: center; }

.woocommerce-account .fungis {
  opacity: 1;
  position: absolute;
  z-index: -1;
  top: 0; }
  .woocommerce-account .fungis .fungi1 {
    top: 0;
    left: 20%; }
  .woocommerce-account .fungis .fungi2 {
    top: 400px;
    right: auto;
    left: 246px;
    width: 250px; }
  .woocommerce-account .fungis .fungi3 {
    top: 200px;
    right: 0; }

.edit-account legend {
  font-weight: 600;
  padding-top: 40px; }

.wpua-edit-container h3 {
  margin-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold; }

p#wpua-undo-button-existing {
  display: none; }

.wp-block-image .aligncenter {
  margin: 30px auto; }

.__makers .makers-search-input i {
  right: auto;
  left: -8px; }

.__makers #makers-result {
  margin-right: -20px;
  marign-left: 0; }

.__makers .maker-box .image .profile img {
  margin-right: 0;
  margin-left: 5px; }

.rtl .spinner {
  left: 0;
  right: -5%; }

.filters {
  display: flex;
  justify-content: space-between;
  margin: 50px 0; }
  .filters select {
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    width: 120px;
    border: 1px solid #bbbbbb;
    background: #fff;
    border-radius: 200px;
    -webkit-appearance: none;
    padding-right: 16px;
    font-size: 14px;
    background: #fff url(../images/arrdn.svg) no-repeat;
    background-size: 8px;
    background-position: 14px 50%;
    cursor: pointer; }
  .filters .location {
    width: 160px; }
  .filters .tags {
    margin-right: 10px; }
  .filters .clear-filters {
    display: none; }
    .filters .clear-filters img {
      width: 16px; }
    .filters .clear-filters.visible {
      display: inline-block;
      cursor: pointer;
      margin-right: 10px;
      vertical-align: middle; }

mark {
  background: none; }

h2.woocommerce-order-details__title {
  display: none; }

.contact-page input {
  border: 1px solid #bbbbbb;
  background: #fff;
  font-size: 14px;
  border-radius: 200px;
  font-weight: 400 !important;
  padding-left: 10px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px; }
.contact-page label {
  font-size: 16px;
  font-weight: 600;
  line-height: 40px; }
.contact-page textarea {
  border: 1px solid #bbbbbb;
  background: #fff;
  font-size: 14px;
  border-radius: 16px;
  width: 485px;
  height: 150px;
  padding: 10px;
  line-height: 1.5; }
.contact-page input[type="submit"] {
  position: relative;
  border-radius: 200px;
  background: #ffffff;
  color: #333333;
  height: 44px;
  padding: 0 20px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  border: 1px #dadada solid;
  font-weight: bold;
  font-size: 14px;
  transition: 0.3s ease all;
  background: #3cb66d;
  border-color: #2f9056;
  color: #fff;
  float: none !important;
  height: 50px;
  display: block;
  -webkit-appearance: none;
  appearance: none; }
.contact-page span.wpcf7-not-valid-tip {
  position: absolute;
  margin-top: -27px; }

.__makers .maker-box h3 {
  text-decoration: none !important; }

.mmc-in-cart .cart_item:first-child .product-name:after {
  content: '₪50 לחודש';
  display: block;
  font-size: 14px;
  font-family: Assistant;
  color: #009eb7; }

.zoom-main-item {
  display: block;
  align-content: center;
  margin: auto;
  width: 50%;
  margin-bottom: 30px; }
  .zoom-main-item img {
    width: 100%;
    height: auto; }

.zoom-clock-box {
  margin-top: 14%; }

.zoom-meeting-page-content {
  margin-top: 10%;
  margin-left: 20%; }
  .zoom-meeting-page-content h3 {
    font-size: x-large;
    text-underline-position: initial;
    margin-bottom: 1rem; }

.zoom-main-item_details h1 {
  font-size: 60px; }

.zoom-main-item_details_time h2 {
  font-size: x-large; }

.coming-zoom-links {
  display: block;
  align-content: center; }

.zoom-item-image img {
  min-width: 100% !important;
  height: auto !important; }

.hatarbit-hero {
  padding-top: 160px;
  background: #fff url("../images/hatarbit.jpg") no-repeat;
  background-size: cover auto;
  position: relative;
  height: 1000px; }
  .hatarbit-hero h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #FCB73F;
    text-shadow: 0px 0px 30px #00000080;
    font-size: 140px;
    font-weight: 300;
    margin-bottom: 30px;
    display: inline-block;
    z-index: 5;
    position: relative; }
  .hatarbit-hero h2 {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-shadow: 0px 0px 30px #00000080;
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 30px;
    display: inline-block;
    z-index: 5;
    position: relative; }
  .hatarbit-hero h3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-shadow: 0px 0px 30px #00000080;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
    display: inline-block;
    z-index: 5;
    position: relative; }
  .hatarbit-hero h4 {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-shadow: 0px 0px 30px #00000080;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    display: inline-block;
    z-index: 5;
    position: relative; }
  .hatarbit-hero .hatarbit-support-btn {
    border-radius: 25px;
    background-color: #fcb83d;
    padding: 10px 20px;
    box-shadow: 50% 50% 50% #000000;
    font-weight: 600;
    margin-bottom: 30px; }
  .hatarbit-hero:before {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 13%;
    width: 100%;
    background: url(../images/white-wave.svg) no-repeat;
    background-position: 10% 100%;
    background-size: 100% 100%;
    z-index: 5; }
  .hatarbit-hero:after {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    content: "";
    top: 0; }

.toggle-button {
  height: 21px;
  width: 21px;
  position: fixed;
  top: 14px;
  left: 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -moz-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  cursor: pointer;
  z-index: 9999999;
  display: none; }

.toggle-button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform .25s ease-in-out, left .25s ease-in-out;
  -moz-transition: transform .25s ease-in-out, left .25s ease-in-out;
  -o-transition: transform .25s ease-in-out, left .25s ease-in-out;
  transition: transform .25s ease-in-out, left .25s ease-in-out; }

.toggle-button span:nth-child(1) {
  top: 10px; }

.toggle-button span:nth-child(2) {
  top: 16px; }

.toggle-button span:nth-child(3) {
  top: 22px; }

.toggle-button.open span:nth-child(1) {
  top: 16px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.toggle-button.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

.toggle-button.open span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.mobile {
  display: none; }

@media only screen and (max-width: 768px) {
  .mobile {
    display: block; }

  .toggle-button {
    display: block; }

  nav.desktop-navigation {
    left: 0 !important;
    position: absolute;
    width: 280px;
    left: 0;
    top: 0;
    display: block !important;
    height: 150vh !important;
    background: #333;
    margin: 0 !important;
    padding-top: 60px;
    z-index: 5;
    transform: translateX(-280px);
    transition: 0.3s ease all; }
    nav.desktop-navigation.active {
      transform: translateX(0); }

  header.main nav a {
    margin: 0; }

  header.main .desktop-navigation a.lnk, header.main .desktop-navigation a.mmc {
    margin-right: 0;
    display: block;
    margin: 0 7%;
    height: 70px;
    line-height: 70px;
    font-size: 18px; }

  header.main .desktop-navigation .mmc {
    display: inline-block;
    width: 83%;
    height: 45px !important;
    line-height: 45px !important;
    text-align: center;
    margin-top: 20px !important; }

  header.main .desktop-navigation .lrm-logout, header.main .desktop-navigation .lrm-login, header.main .desktop-navigation .lrm-register {
    width: 100%;
    display: inline-block;
    width: 83%;
    height: 45px !important;
    line-height: 45px !important;
    text-align: center;
    margin-top: 20px !important;
    margin: 0 7%; }

  header.main .grid {
    width: 90%; }

  .hero {
    height: 552px;
    min-height: unset;
    z-index: 6; }

  .hero article h1 {
    font-size: 57px;
    font-weight: bold;
    margin-top: 90px; }

  .lake {
    top: 135px; }

  img.clouds {
    top: 66px; }

  .footer-logo {
    margin-bottom: 40px; }

  .social-links {
    margin-top: 40px;
    text-align: center; }

  footer {
    padding-bottom: 100px;
    padding-top: 60px;
    background: url(../images/mobile-footer.png) no-repeat;
    background-size: 101% 100%;
    background-position: 50%; }
    footer .footer-logo {
      margin-left: -15px; }

  footer .social-links a {
    border-radius: 50%;
    margin-right: 7px; }

  .sky {
    height: 400px;
    width: 100%;
    object-fit: cover;
    top: 60px; }

  .hero article h2 {
    font-size: 20px;
    margin-top: 177px; }

  .hero article .cta {
    margin: auto 0 11px auto !important;
    width: 86%;
    margin-bottom: 19px;
    height: 45px;
    line-height: 45px; }

  .hero article .cta.events {
    margin-right: 10px; }

  .mt2 {
    top: 140px; }

  .mt1 {
    top: 85px; }

  img.mt3 {
    top: 166px; }

  .intro article h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3; }

  .intro article p {
    font-size: 16px;
    line-height: 1.2; }

  .midgrid {
    width: 85%; }

  .intro .read-more {
    font-size: 20px; }

  .intro .open-player {
    height: 52vw;
    margin-top: 75px;
    min-height: unset; }

  .myco-parts .box {
    margin: 40px 0;
    display: block; }

  .open-player:after {
    width: 70px;
    height: 70px; }

  .myco-parts .box article {
    width: 100%; }

  .myco-parts {
    margin: 50px 0; }

  .myco-parts .box article h2 {
    font-size: 25px;
    padding: 10px 15px;
    font-weight: 600; }

  .myco-parts .box article p {
    padding-right: 0;
    margin-bottom: 20px; }

  .myco-parts .box img {
    width: 100%;
    height: auto;
    margin-right: 0; }

  .single-post .content {
    width: 100%; }

  .myco-parts .box.ecology article {
    width: 100%; }

  .myco-parts .box.ecology {
    width: 100%; }

  .myco-parts .box.culture article {
    width: 100%; }

  footer .grid {
    display: block; }

  footer .grid > * {
    width: 100%;
    margin-bottom: 20px; }

  footer .copyrights {
    width: 90%;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 1.8;
    padding-top: 7px; }

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

  .footer-logo p {
    margin-left: -10px; }
    .footer-logo p a {
      padding-left: 12px; }

  header.main {
    padding: 0;
    background: #333333;
    box-shadow: 0px 0px 30px #0000004D;
    height: 60px;
    line-height: 60px; }
    header.main .grid {
      justify-content: flex-end; }
    header.main .account-link {
      display: none; }
    header.main .logo {
      line-height: 1;
      width: auto;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      width: 76px;
      z-index: 9999; }
      header.main .logo img {
        width: 60px; }

  .event-box {
    width: 78%;
    min-width: unset;
    margin: 20px 7px; }

  .events-hero {
    padding-top: 100px; }

  .flickity-page-dots {
    bottom: -20px; }

  .events-hero h1 {
    font-size: 50px; }

  .flickity-page-dots .dot {
    width: 10px;
    height: 10px;
    margin-right: 4px; }

  .events-hero a.add-all {
    width: 32px;
    line-height: 44px;
    height: 32px;
    display: inline-block;
    margin-top: 16px;
    vertical-align: top;
    margin-left: 7px;
    float: right; }

  .event-box .cta {
    display: none; }

  .events-hero a.add-all img {
    width: 16px;
    margin-top: -13px;
    margin-left: -1px; }

  .events-hero .events-slider {
    margin: 0 0 100px 0; }

  .page-template-page-events {
    background: #660333 url(../images/events-hero-mobile.jpg) no-repeat;
    background-size: 100% auto; }

  .event-box .cta {
    display: none; }

  .events-slider button {
    width: 30px;
    height: 30px; }

  .event-box .date {
    font-size: 16px; }

  .event-box h3 {
    font-size: 25px; }

  .event-box .location {
    font-size: 14px; }

  .event-box .image {
    height: 200px; }

  .all-events .event-box .image {
    height: 180px;
    position: relative; }

  .event-box .image .event-by img {
    width: 35px;
    height: 35px; }

  .all-events .event-box {
    padding-top: 0;
    background: transparent;
    margin-bottom: 0 !important;
    box-shadow: none; }

  .__makers .makers-search-input {
    margin-top: 20px;
    margin-bottom: 10px; }

  .__makers .maker-box {
    width: 100%;
    margin: 20px 0; }

  .__makers .maker-box .image {
    height: 260px; }

  .all-events .event-box h3, .__makers .event-box h3 {
    margin: 10px 0 5px 0;
    font-size: 20px; }

  .all-events .event-box .date, .__makers .event-box .date {
    margin: 0; }

  .all-events .event-box .location, .__makers .event-box .location {
    margin: 00; }

  .all-events .event-box .image .event-by, .__makers .event-box .image .event-by {
    position: absolute;
    top: 89px;
    left: -17px; }

  .event .main-event {
    flex-wrap: wrap;
    flex-direction: column-reverse; }

  .event .side {
    width: 100%;
    height: unset;
    margin-bottom: 20px;
    min-height: unset; }

  .event .event-description {
    width: 100%;
    padding: 0; }

  .event .event-description p {
    font-size: 16px; }

  .event .myco-discount h3 {
    font-size: 16px;
    margin-bottom: 10px; }

  .event .myco-discount {
    padding: 92px 0 80px 0;
    margin-bottom: 20px;
    background-size: auto 80%;
    background-position: 50%; }

  .event .tickets td {
    width: auto !important; }

  .event .tickets button.tribe-button {
    margin-top: 20px !important;
    width: 80vw; }

  .share-links {
    margin-top: 13px; }

  .event .tickets .tickets_name {
    font-size: 12px;
    padding-right: 0; }

  .event .tickets .woocommerce-Price-amount {
    font-size: 14px !important; }

  .event .tickets .tickets_name:before {
    display: none; }

  .lrm-remember-me-checkbox {
    text-align: left; }

  .lrm-remember-me-checkbox {
    text-align: left; }

  .its-login .lrm-user-modal-container {
    max-height: 87vh;
    padding-top: 130px !important; }

  .lrm-form {
    padding: 0 30px !important; }

  .event .tickets .quantity input {
    width: 31px !important;
    border: 1px solid #eee;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

  .tribe-tickets-remaining {
    display: none; }

  .tribe-events-tickets tr.legend {
    padding-left: 52%;
    border: 0 !important; }

  .tribe-events-tickets tr:not(:first-child) {
    border: 0 !important; }

  .tribe-events-tickets .tribe-tickets-remaining {
    display: none !important; }

  .tribe-events-tickets td.tickets_name {
    max-width: 111px; }
  .tribe-events-tickets td.tickets_price {
    padding: 17px 4px !important; }
  .tribe-events-tickets .quantity input {
    box-shadow: none; }

  .event .tickets .legend td {
    font-size: 12px;
    max-width: 61px;
    line-height: 1.2; }

  .event .tickets .tickets_name {
    padding-left: 19px !important;
    padding-top: 18px;
    padding-right: 0;
    width: 56% !important;
    max-width: unset !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

  .event .tickets .tribe-events-tickets tr.tribe-tickets-form-row {
    margin-bottom: 10px; }

  .quantity {
    /* position: absolute; */
    /* right: 0; */ }

  .tickets {
    padding-top: 80px !important; }

  .producers-link {
    top: 108px;
    height: 40px;
    line-height: 40px;
    width: 200px; }

  .tickets:before {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    background: url(../images/ticket-green.svg) no-repeat;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -90px; }

  .tribe-tickets-form-row td:last-child {
    position: absolute;
    right: 2px;
    margin-top: 2.5px; }

  .event .tickets .legend td.myco-price {
    margin-left: -7px; }

  .event .event-info .date {
    font-size: 16px; }

  .event .event-info .location, .event .event-info .hour {
    font-size: 18px;
    margin-right: 0; }

  .event .side .cta {
    margin-bottom: 22px; }

  .event .event-info h2 {
    font-size: 26px;
    line-height: 1.2;
    margin-top: 5px; }

  .tags dt {
    font-size: 14px;
    font-weight: 600; }

  .event .image:before {
    height: 19px;
    bottom: 0;
    background-size: 100% 100%; }

  .event .image {
    height: 242px; }

  .event .event-info {
    margin-top: 12px; }

  .event .event-info .tags a {
    height: 30px;
    line-height: 30px;
    margin-top: 10px; }

  .intro article {
    margin-right: 43px;
    margin-left: 0; }

  .intro article h2:before {
    width: 40px;
    right: 0;
    top: -31px; }

  .hero h1 img {
    width: 59vw;
    margin-top: 15px; }

  ._404bg {
    min-height: 600px;
    max-height: unset; }

  ._404 {
    width: 100%; }
    ._404 svg {
      width: 80%; }

  .home header.main {
    opacity: 1; }

  .checkout-hero {
    height: 111px;
    position: relative;
    background-size: 100% 100%; }

  .__makers .about p, .__posts .about p {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 30px;
    margin-bottom: 30px; }

  .checkout-hero .grid h1 {
    font-size: 30px;
    margin-bottom: 24px; }

  .posts-hero {
    height: 168px;
    padding-top: 86px;
    background-size: 100% 100%; }

  .posts-hero h1 {
    font-size: 30px; }

  .filters {
    display: block; }

  .__posts .post-box {
    width: 100%;
    padding-bottom: 36px; }

  .__posts .post-box .image {
    height: 260px; }

  .woocommerce-checkout #order_review {
    position: relative !important;
    top: auto;
    width: 100% !important; }

  .woocommerce-checkout .cart-total .cart-legend {
    display: none; }

  .myco-checkout {
    padding: 0;
    width: 90%; }

  .woocommerce-checkout .cart-total .woocommerce table.shop_table {
    padding: 0;
    box-shadow: none;
    background: transparent; }

  .woocommerce-page table.cart .product-thumbnail {
    display: block;
    width: 60px;
    height: 60px;
    border-top: 0;
    border: 0 !important; }

  .cart_item td.product-quantity input {
    font-size: 15px;
    line-height: 1;
    font-weight: bold !important;
    padding-left: 0;
    margin-left: 20px; }

  .woocommerce-checkout table.cart img {
    width: 60px !important; }

  .woocommerce-checkout .cart-total .product-subtotal {
    width: 100%;
    text-align: left !important;
    border: 0;
    padding-left: 60px;
    padding-top: 10px; }

  .woocommerce-checkout .cart-total .quantity:after {
    content: '^';
    color: #eb6d5c;
    font-weight: 600;
    transform: scaleX(1.5) rotate(180deg);
    margin-left: -15px;
    position: absolute; }

  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    display: none; }

  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    text-align: left !important; }

  .woocommerce-checkout .cart-total td.product-ticket {
    position: absolute;
    right: 0;
    margin-top: 17px;
    border: 0; }

  .woocommerce-checkout .product-remove {
    margin-top: -3px;
    right: -10px; }

  .woocommerce-checkout .woocommerce-cart-form__cart-item.cart_item .product-name {
    width: 77%;
    position: absolute;
    margin-top: -5px;
    margin-left: 50px;
    top: 0;
    line-height: 1.2;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: none; }

  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: #fff;
    border: none; }

  .woocommerce table.shop_table_responsive tr.cart_item, .woocommerce-page table.shop_table_responsive tr.cart_item {
    border: 0;
    border-bottom: 1px solid #BBBBBB !important;
    margin-bottom: 10px;
    padding-bottom: 10px;
    min-height: 120px;
    position: relative; }

  .woocommerce-checkout td.product-quantity {
    position: absolute;
    margin-top: -49px;
    margin-left: -31px;
    background: transparent !important; }

  .woocommerce .quantity .qty {
    height: 30px;
    width: 40px; }

  .woocommerce-checkout td.actions {
    border: 0 !important; }

  .woocommerce-checkout .shop_table .actions #coupon_code {
    width: 100%;
    /* display: block; */
    margin-bottom: 10px; }

  .woocommerce-checkout .shop_table .actions button[name='apply_coupon'] {
    width: 100% !important; }

  .woocommerce-checkout .shop_table .actions .coupon {
    float: none !important;
    width: 100%; }

  .woocommerce-checkout .shop_table .actions button[name='update_cart'] {
    display: none !important; }

  li.method {
    display: none; }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: none !important;
    width: 100% !important;
    overflow: hidden;
    min-height: unset;
    display: block;
    position: relative !important; }

  nav.woocommerce-MyAccount-navigation li {
    display: inline-block;
    padding: 6px; }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    text-align: center; }

  .woocommerce-account .woocommerce-MyAccount-content {
    float: none !important;
    width: 90%;
    left: 0;
    right: 0;
    margin: 30px auto 100px auto;
    padding: 0; }

  .not-approved .hide {
    right: 3%; }

  .not-approved {
    font-size: 10px; }

  .myco_members_discount_banner article p {
    font-size: 15px;
    line-height: 18px;
    margin: 0;
    display: block !important;
    margin: 0 !important;
    max-width: unset; }

  .myco_members_discount_banner {
    padding: 13px 23px 0 23px;
    margin-top: 0; }

  .woocommerce-page table.shop_table_responsive tr:last-child {
    border: 0 !important; }

  .myco_members_discount_banner .cta {
    background: none;
    border: none;
    margin-top: 0; }

  .myco_members_discount_banner article {
    display: block;
    text-align: center;
    line-height: 1; }

  .woocommerce-checkout .col-1 {
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin-bottom: 20px; }

  .woocommerce-checkout .woocommerce-checkout-review-order {
    box-shadow: none;
    padding: 10px;
    background: transparent; }

  .lrm-user-modal-container {
    width: 90% !important;
    height: auto !important;
    padding-left: 0 !important;
    padding-top: 162px;
    margin: 30px auto 30px !important; }

  .lrm-user-modal.its-signup .lrm-user-modal-container:after, .lrm-user-modal.its-login .lrm-user-modal-container:after {
    width: 100%;
    height: 150px;
    background-size: cover;
    border-top-left-radius: 0.25em;
    border-top-right-radius: 0.25em; }

  .lrm-user-modal .lrm-user-modal-container:before {
    display: none; }

  .lrm-user-modal .lrm-user-modal-container .lrm-close-form {
    top: 3px;
    z-index: 55; }

  .its-login .lrm-form .fieldset {
    text-align: center; }

  ul.lrm-switcher.-is-not-login-only {
    display: none; }

  ul.steps {
    z-index: 5;
    left: 0;
    right: 0;
    margin: -41px auto 0 auto;
    display: block;
    white-space: nowrap;
    width: 214px; }

  .steps li {
    background: #fff; }

  .extended-form .step {
    padding: 10px 20px; }

  .extended-form .error-notice {
    right: auto;
    font-size: 14px;
    left: 34px;
    width: 50%;
    line-height: 1.3;
    margin-bottom: 4px; }

  .extended-form label, .extended-form .checks-label {
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px; }

  .lrm-user-modal.its-signup .lrm-user-modal-container:before {
    content: '';
    width: 100%;
    height: 150px;
    z-index: 4;
    /* background: red; */
    display: block;
    background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* border-radius: 0.25em; */
    border-top-left-radius: 0.25em;
    border-top-right-radius: 0.25em; }

  .extended-form .step {
    padding: 10px 20px; }

  .scl ul {
    width: 700px; }

  .armk {
    position: relative;
    margin-top: -20px !important;
    float: right; }

  .havevent {
    margin-top: 0;
    margin-bottom: 15px; }

  .extended-form label.lp ul, .extended-form .checks-label.lp ul {
    margin: 0;
    padding: 0 0 5px 0px; }

  .scl {
    overflow: scroll;
    padding-bottom: 10px;
    margin-bottom: 30px; }

  .extended-form .prev-step {
    left: 10px;
    bottom: 20px; }

  .extended-form .next-step {
    bottom: 20px; }

  .makers-hero {
    padding-top: 60px;
    background-size: cover;
    background-position: 50% 86%;
    height: 171px; }

  .makers-hero h1 {
    font-size: 30px;
    margin-top: 32px; }

  .mmc-hero article h1 {
    font-size: 30px; }

  .mmc-hero article p {
    font-size: 20px; }

  .mmc-hero article {
    text-align: center; }

  .mmc-hero {
    height: 500px;
    min-height: unset; }

  .mmc-hero .intro-text {
    position: relative;
    display: block;
    width: 100%;
    top: 150px;
    right: 0;
    left: auto;
    padding: 0 13px; }

  .join-label {
    line-height: 1.2;
    margin-top: 0; }
    .join-label a {
      position: relative;
      display: inline-block; }

  .join-mmc {
    margin-top: 308px; }

  .mmc-hero:before {
    background-position: 100% 100%; }

  .mmc-hero a {
    margin: 30px auto; }

  .mmc-advanteges article {
    width: 45%;
    box-shadow: 0px 0px 9px #3CB66D;
    margin: 0;
    height: auto;
    margin-bottom: 20px;
    padding: 25px 9px; }

  .page-template-page-mmc .grid {
    width: 90%; }

  .mmc-advanteges article img {
    width: 74px; }

  .join-mmc article h3 {
    font-size: 30px; }

  .join-mmc .three {
    margin-right: 0;
    margin-top: 50px; }

  .mmci2 {
    bottom: 28%;
    width: 55%;
    display: none; }

  .slcts {
    text-align: right; }

  .contact-page textarea {
    width: 94.5%; }

  .filters .location {
    width: 110px; }

  .filters .clear-filters.visible {
    position: absolute;
    margin-top: 13px;
    left: 7%; }

  .__makers .makers-search-input {
    width: 100%; }
    .__makers .makers-search-input input {
      width: 100%; }

  header.main .member-links .qcart {
    position: absolute;
    left: 52px;
    margin-left: 0 !important; }

  .mmci1 {
    bottom: 18.5%;
    width: 25%;
    display: none; }

  .para.four {
    margin-top: 107px; }

  .join-mmc article label {
    width: 100%; }

  .mmci3 {
    bottom: -4%;
    width: 29%;
    z-index: -1; }

  .its-signup .lrm-user-modal-container {
    height: unset !important;
    min-height: 666px; }

  .myco-card {
    position: absolute;
    top: 143px;
    right: 0;
    left: 0;
    margin: auto;
    transform: scale(0.87); }

  .woocommerce-MyAccount-content .wrap {
    padding: 0;
    min-height: 900px;
    padding-top: 550px; }

  .woocommerce-account .woocommerce {
    display: block; }

  .events-hero .events-slider .event-box:hover {
    transform: none !important; }

  td.product-subtotal span.amount:before {
    font-weight: 300;
    content: 'Regular Price';
    margin-right: 5px; }

  .cart_item td.product-subtotal .club:before {
    font-weight: 300;
    content: 'MMC Price';
    margin-right: 5px; }

  .cart_item td.product-subtotal .club {
    display: block !important;
    margin-left: 0 !important; }

  .hero .cta {
    width: 100% !important; }

  .order-thankyou .box {
    width: 90%;
    background-position: 33% 5%;
    background-size: 135% 100%;
    padding: 50px 40px; }

  .single-post h1 {
    font-size: 30px;
    line-height: 30px; }

  .single-post-hero:before {
    bottom: 0; }

  .single-post-hero {
    height: 200px; }

  .wp-block-image img {
    height: auto; }

  .order-thankyou .box h2 {
    font-size: 30px; }

  .order-thankyou .box p {
    font-size: 16px; }

  a.lnk.lrm-register {
    font-size: 12px; }

  a.cta.lrm-login {
    font-size: 12px;
    padding: 0 9px;
    height: 30px;
    line-height: 30px;
    margin-left: 7px; }

  tr.woocommerce.tribe-tickets-form-row.out-of-stock:after {
    right: 0;
    margin-top: 9px;
    width: 88px;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    left: 0; }

  .fb_customer_chat_bubble_pop_in {
    transform: scale(0.8);
    margin-right: -15px; }

  .qchat {
    height: 36px;
    width: 36px;
    right: 75px; }

  .fb_customer_chat_bubble_pop_in {
    transform: scale(0.8);
    margin-right: -15px;
    margin-bottom: -13px; } }
@media only screen and (max-width: 320px) {
  .event .tickets .tickets_name {
    width: 55% !important; }

  .lrm-user-modal-container input[type=text], .lrm-user-modal-container input[type=email], .lrm-user-modal-container input[type=password] {
    font-size: 12px; }

  .extended-form label, .extended-form .checks-label {
    font-size: 13px; }

  .join-mmc {
    margin-top: 400px; } }
@media only screen and (min-width: 2000px) {
  footer {
    padding-top: 300px;
    padding-bottom: 300px; }
    footer .nice {
      width: 80vw;
      left: 40vw; }

  .error404 footer {
    margin-top: -15vh; }

  ._404 {
    top: 300px; } }

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