@charset "UTF-8";
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1250px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@font-face {
  font-family: "din_black";
  src: url("/wp-content/themes/cv-2022-subsites/fonts/din_black-webfont.woff2") format("woff2"), url("/wp-content/themes/cv-2022-subsites/fonts/din_black-webfont.woff") format("woff"), url("/wp-content/themes/cv-2022-subsites/fonts/din_black-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "centuryvenues";
  src: url("/wp-content/themes/cv-2022-subsites/fonts/centuryvenues-font/centuryvenues.eot");
  src: url("/wp-content/themes/cv-2022-subsites/fonts/centuryvenues-font/centuryvenues.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/cv-2022-subsites/fonts/centuryvenues-font/centuryvenues.woff") format("woff"), url("/wp-content/themes/cv-2022-subsites/fonts/centuryvenues-font/centuryvenues.ttf") format("truetype"), url("/wp-content/themes/cv-2022-subsites/fonts/centuryvenues-font/centuryvenues.svg#centuryvenues") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "centuryvenues" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "centuryvenues" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon {
  -webkit-transition: font-size 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
  transition: font-size 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
  transition: font-size 0.2s ease, color 0.2s ease, transform 0.2s ease;
  transition: font-size 0.2s ease, color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.icon-calendar:before {
  content: "i";
}

.icon-close:before {
  content: "j";
}

.icon-envelope:before {
  content: "k";
}

.icon-facey:before {
  content: "l";
}

.icon-hamburger:before {
  content: "m";
}

.icon-instagram:before {
  content: "n";
}

.icon-phone:before {
  content: "o";
}

.icon-pin:before {
  content: "p";
}

.icon-search:before {
  content: "q";
}

.icon-twitter:before {
  content: "r";
}

/*
//FONTICON REFERENCE:
//-----------------
      <ul>
        <li>
          <div class="icon icon-calendar"></div>

        </li>
        <li>
          <div class="icon icon-close"></div>

        </li>
        <li>
          <div class="icon icon-envelope"></div>

        </li>
        <li>
          <div class="icon icon-facey"></div>

        </li>
        <li>
          <div class="icon icon-hamburger"></div>

        </li>
        <li>
          <div class="icon icon-instagram"></div>

        </li>
        <li>
          <div class="icon icon-phone"></div>

        </li>
        <li>
          <div class="icon icon-pin"></div>

        </li>
        <li>
          <div class="icon icon-search"></div>

        </li>
        <li>
          <div class="icon icon-twitter"></div>

        </li>
      </ul>
*/
body {
  color: #f7f8f8;
  background-color: #0F0E0D;
  font-family: "Montserrat", sans-serif, "Open Sans", Helvetica, arial;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}

a {
  color: #F9ED23;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
a:hover {
  color: #e3d606;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "din_black", "Open Sans", Helvetica, sans-serif, arial;
  font-weight: normal;
  color: #f7f8f8;
  position: relative;
}

h1 {
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }
}

h2 {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}

button, .button, input[type=submit] {
  background-color: #F9ED23;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}
button:hover, button:active, button:focus, .button:hover, .button:active, .button:focus, input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus {
  background-color: #cabf06;
  color: #0F0E0D;
}

#row-top .logo img {
  padding: 1rem;
}

.main-section {
  padding: 0 !important;
}

body {
  position: static !important;
}

.row-tracking {
  bottom: 0 !important;
}

.share {
  padding: 0 !important;
  opacity: 0.375;
}

.share:hover {
  opacity: 1;
}

.share.cell p {
  color: #fff;
  text-align: left;
}

.addthis_inline_share_toolbox {
  text-align: left;
}

@media only screen {
  #ui-datepicker-div {
    display: none;
    z-index: 1000 !important;
  }

  #ui-datepicker-div .ui-widget-header {
    border-radius: 0;
    border: 0;
  }

  .card {
    border: none;
  }

  .card .content {
    min-height: 4rem;
    position: relative;
  }

  .evt-card .btn-container {
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
  }

  .event-row .title h5 {
    opacity: 1;
    font-size: 1.25rem;
    display: inline-block;
    margin-right: 0.5rem;
    font-size: 1.25rem;
    font-weight: bold;
  }

  .event-row .title a:hover {
    opacity: 1;
  }

  .spinner {
    background-repeat: no-repeat;
    background-size: 15px 15px;
    display: inline-block;
    margin: 0 10px;
    float: right;
    vertical-align: middle;
    opacity: 0.7;
    filter: alpha(opacity=70);
    width: 15px;
    height: 15px;
  }

  .dynamic-events-nav .button {
    margin-top: 1rem;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1rem;
    border-radius: 2px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3882352941);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3882352941);
    padding: 0.6rem 0.8rem;
    position: relative;
    -webkit-transition: padding 200ms ease-in;
    transition: padding 200ms ease-in;
  }

  .dynamic-events-nav .spinner {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 0;
    visibility: hidden;
    -webkit-transition-property: visibility;
    /* Safari */
    -webkit-transition-duration: 200ms;
    /* Safari */
    -webkit-transition-delay: 100ms;
    /* Safari */
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    transition-property: visibility;
    -webkit-transition-duration: 50ms;
            transition-duration: 50ms;
    -webkit-transition-delay: 50ms;
            transition-delay: 50ms;
  }

  .dynamic-events-nav.isLoadingMore .spinner {
    visibility: visible;
  }

  .dynamic-events-nav.isLoadingMore .button {
    padding: 0.6rem 2rem 0.6rem 0.7rem;
  }

  .event-row .swiper-button-next,
.event-row .swiper-button-prev {
    background-size: 1rem !important;
    opacity: 0.75;
  }

  .swiper-button-next.swiper-button-white {
    right: 0.5rem;
  }

  .featured-cont {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 40em) {
  /* <-- min-width 640px - medium screens and up */
  .card .content {
    min-height: 7rem;
  }
}
@media only screen and (min-width: 64em) {
  /* <-- min-width 1024px - large screens and up */
}
/* .le classes */
@media only screen {
  .lazy-events {
    width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
  }
}
.swiper-pagination-bullet {
  background-color: #c3c3c3;
}

.swiper-pagination-bullet-active {
  background-color: #a9a9a9;
}

/* .Event Cards */
@media only screen {
  .evt-card .image {
    position: relative;
  }

  .evt-card .content span.h1.uppercase {
    display: none;
  }

  .evt-card .content {
    padding-bottom: 3.5rem;
  }

  .evt-card .description {
    margin: 0 0 15px 0;
  }

  .evt-card:first-of-type.zoom {
    border-left: 0;
    margin-left: 0.5rem;
  }
}
@media only screen and (min-width: 40em) {
  .evt-card:first-of-type.zoom {
    margin-left: 1.5rem;
  }
}
@media only screen and (max-width: 1440px) {
  .evt-button {
    display: block;
    float: none;
  }

  .evt-button:nth-of-type(1) {
    margin: 0 0 5px 0;
  }

  .evt-button:nth-of-type(2) {
    float: none;
  }
}
/* Zoom */
.evt-card {
  height: auto;
  cursor: pointer !important;
  -webkit-transition: -webkit-transform 100ms ease-in-out;
  transition: -webkit-transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
}

/* Layut b */
.evt-card .card.layout-b .image {
  border-bottom: 2px solid #9c9c9c;
}

.evt-card .card.layout-b .content span.h1.uppercase {
  display: none !important;
}

.evt-card .card.layout-b .span-c {
  font-size: 1rem;
}

/* Layout c */
.evt-card .card.layout-c .content {
  display: none !important;
}

.evt-card .card.layout-c .span-c {
  padding: 0.3rem;
  border-bottom: 1px solid #9c9c9c;
  text-align: right;
}

/* layout d */
.evt-card .card.layout-d .content {
  padding: 1.1rem 0;
}

.evt-card .card.layout-d .content span.h1.uppercase,
.evt-card .card.layout-d .description {
  display: none !important;
}

/* layout e */
.evt-card .card.layout-e .content {
  display: none !important;
}

/* layout f */
/* layout g */
.evt-card .card.layout-g,
.evt-card .card.layout-g .image {
  margin: 0;
}

.evt-card .card.layout-g .span-c {
  position: absolute;
  right: 0;
  left: 0;
  padding: 0.3rem;
}

.evt-card .card.layout-g .description,
.evt-card .card.layout-g .content span.h1.uppercase {
  display: none !important;
}

.evt-card .card.layout-g .content {
  position: relative;
  height: 38px;
  padding: 0;
  border-top: 1px solid #9c9c9c;
}

.evt-card .card.layout-g .content:before {
  content: "";
  position: absolute;
  width: 65px;
  height: 65px;
  -webkit-transform: scaleY(0.45) rotate(-45deg);
          transform: scaleY(0.45) rotate(-45deg);
  background-color: inherit;
  left: 38.7%;
  top: -60%;
  border-bottom: solid 3.5px #6a6a6a;
  border-left: solid 3.5px #6a6a6a;
}

.evt-card .card.layout-g .span-d {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
  position: absolute;
  display: none;
}

.evt-card.zoom .card.layout-g .span-d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  z-index: 11;
  width: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  margin: 0;
  background-color: #fff;
  border: 3px solid #8f8f8f;
  border-radius: 3px;
}

.evt-card.zoom .card.layout-g .span-d span {
  display: block;
}

.evt-card.zoom .card.layout-g .span-d-image,
.evt-card.zoom .card.layout-g .span-d-content {
  width: 50%;
}

.evt-card.zoom .card.layout-g .span-d-image {
  border-right: 2px solid #bcbcbc;
  background-size: cover;
  background-position: center;
}

.evt-card.zoom .card.layout-g .span-d-content {
  padding: 1rem 1.5rem;
  background-size: cover;
  background-position: center;
  font-size: 0.9rem;
}

.evt-card.zoom .card.layout-g .sd-title {
  text-transform: capitalize;
  font-size: 1.2rem;
  font-weight: 600;
  color: #575757;
}

.evt-card.zoom .card.layout-g .btn-container {
  padding: 0 1rem;
  margin: 15px 0 0 0;
}

.evt-card.zoom .card.layout-g .evt-button {
  padding: 0.7rem 3.5rem;
}

.evt-card.zoom .card.layout-g .sd-date {
  font-size: 1rem;
  font-weight: 600;
  color: #575757;
}

.evt-card.zoom .card.layout-g .sd-description {
  margin-top: 10px;
}

@media only screen and (max-width: 1440px) {
  .card.layout-g .evt-button {
    display: block;
    float: none;
  }

  .card.layout-g .evt-button:nth-of-type(1) {
    margin: 0 0 5px 0;
  }

  .card.layout-g .evt-button:nth-of-type(2) {
    float: none;
  }
}
@media only screen and (max-width: 1024px) {
  .card.layout-g .evt-card.zoom .span-d {
    width: 90%;
  }
}
@media only screen and (max-width: 640px) {
  .card.layout-g .evt-card.zoom .btn-container {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .evt-card.zoom .card.layout-g .span-d {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .evt-card.zoom .card.layout-g .span-d-image,
.evt-card.zoom .card.layout-g .span-d-content {
    width: 100%;
  }

  .evt-card.zoom .card.layout-g .span-d-image {
    border-bottom: 2px solid #bcbcbc;
    border-right: unset;
    height: 200px;
  }
}
.menu button {
  color: #f7f8f8;
}
.menu button label {
  color: #f7f8f8;
}

input.tranparent, textarea.tranparent {
  background: transparent;
  border: 0;
  border-radius: 0;
  text-align: center;
  max-width: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #f7f8f8;
  font-size: 18px;
  -webkit-transition: width 0.2s, opacity 0.6s cubic-bezier(0.55, 0, 1, 0.45);
  transition: width 0.2s, opacity 0.6s cubic-bezier(0.55, 0, 1, 0.45);
}
input.tranparent:hover, input.tranparent:active, input.tranparent:focus, textarea.tranparent:hover, textarea.tranparent:active, textarea.tranparent:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: transparent;
  border: 0;
}
input.tranparent::-webkit-input-placeholder, textarea.tranparent::-webkit-input-placeholder {
  color: #f7f8f8;
  opacity: 0.7;
}
input.tranparent::-moz-placeholder, textarea.tranparent::-moz-placeholder {
  color: #f7f8f8;
  opacity: 0.7;
}
input.tranparent:-ms-input-placeholder, textarea.tranparent:-ms-input-placeholder {
  color: #f7f8f8;
  opacity: 0.7;
}
input.tranparent::-ms-input-placeholder, textarea.tranparent::-ms-input-placeholder {
  color: #f7f8f8;
  opacity: 0.7;
}
input.tranparent::placeholder, textarea.tranparent::placeholder {
  color: #f7f8f8;
  opacity: 0.7;
}

/* Default Styles - DO NOT EDIT */
.everything {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto;
}

a:not(.cta):not(.button):link:hover {
  opacity: 0.75;
}

.grid-container.full > .grid-x, .grid-container.full > .grid-y {
  margin-left: auto;
  margin-right: auto;
}

#row-hero {
  position: relative;
}

#row-hero:before {
  content: " ";
  display: block;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.title {
  display: block;
  width: 100%;
}

.sticky {
  position: inherit;
  -webkit-transform: none;
          transform: none;
  z-index: auto;
}

hr.clear {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  clear: both;
  display: block;
  height: 0;
  margin: 0;
  width: 100%;
}

.no-padding {
  padding: 0px;
}

.no-padding-top {
  padding-top: 0px;
}

.no-padding-right {
  padding-right: 0px;
}

.no-padding-bottom {
  padding-bottom: 0px;
}

.no-padding-left {
  padding-left: 0px;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.htext-white:hover {
  color: #fff;
}

.htext-black:hover {
  color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}

.hbg-white:hover {
  background-color: #fff;
}

.hbg-black:hover {
  background-color: #000;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.background-contain, .background-contain .row-bg-wrapper {
  background-size: contain;
}

.background-cover, .background-cover .row-bg-wrapper {
  background-size: cover;
}

#small-logo {
  max-height: 4rem;
  padding: 0.5rem 0;
}

nav.top-bar, nav.top-bar ul {
  background-color: transparent;
}

#template-name {
  background-color: rgba(255, 255, 255, 0.25);
  bottom: 0;
  display: inline-block;
  opacity: 0.5;
  padding: 1rem;
  position: fixed;
  right: 0;
}

.notouch {
  background: transparent;
  position: relative;
  z-index: 10;
}

/* Default WP styles */
img.alignnone {
  margin: 0.25rem 1.25rem 1.25rem 0;
}

img.alignright {
  float: right;
  margin: 0.25rem 0 1.25rem 1.25rem;
}

img.alignleft {
  float: left;
  margin: 0.25rem 1.25rem 1.25rem 0;
}

img.aligncenter {
  display: block;
  margin: 0.25rem auto 0;
}

.alignnone {
  margin: 0.25rem 1.25rem 1.25rem 0;
}

.alignright {
  float: right;
  margin: 0.25rem 0 1.25rem 1.25rem;
}

.alignleft {
  float: left;
  margin: 0.25rem 1.25rem 1.25rem 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 0.25rem auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.25rem 0.125rem 0.625rem;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 0.25rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.25rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.25rem 0 1.25rem 1.25rem;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 0.25rem 0.25rem;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.25rem;
  line-height: normal;
  padding: 10.25rem 1.5rem 0.875rem;
  text-decoration: none;
  top: 0.25rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Admin bar indicators */
#wpadminbar #wp-admin-bar-root-default .bb .ab-item, #wpadminbar #wp-admin-bar-root-default .bb .ab-item:hover {
  color: white;
}

#wpadminbar #wp-admin-bar-root-default .bb.dev .ab-item, #wpadminbar #wp-admin-bar-root-default .bb.dev .ab-item:hover,
#wpadminbar #wp-admin-bar-root-default .bb.broken .ab-item, #wpadminbar #wp-admin-bar-root-default .bb.broken .ab-item:hover {
  background-color: red;
}

#wpadminbar #wp-admin-bar-root-default .bb.stage .ab-item, #wpadminbar #wp-admin-bar-root-default .bb.stage .ab-item:hover,
#wpadminbar #wp-admin-bar-root-default .bb.wip .ab-item, #wpadminbar #wp-admin-bar-root-default .bb.wip .ab-item:hover {
  background-color: darkorange;
}

#wpadminbar #wp-admin-bar-root-default .bb.prod .ab-item, #wpadminbar #wp-admin-bar-root-default .bb.prod .ab-item:hover,
#wpadminbar #wp-admin-bar-root-default .bb.stable .ab-item, #wpadminbar #wp-admin-bar-root-default .bb.stable .ab-item:hover {
  background-color: green;
}

.bb.css a::before {
  content: "\f463";
  top: 2px;
}

/* Offcanvas Menu */
.off-canvas button.close-button {
  z-index: 20;
}

/* List Posts */
.bb_posts_wrapper {
  list-style: none;
}

.bb_posts_item {
  text-align: center;
}

.bb_posts_item img {
  border-radius: 50%;
  padding: 2rem;
}

/* Some tweaks to help GF and Zurb play nicely together */
span > [type=text], span > [type=password], span > [type=date], span > [type=datetime], span > [type=datetime-local], span > [type=month], span > [type=week], span > [type=email], span > [type=tel], span > [type=time], span > [type=url], span > [type=color], span > [type=number], span > [type=search], span > textarea {
  margin-bottom: 0.25rem;
}

label.gfield_label {
  font-size: 1rem;
}

body .gform_wrapper .gfield_date_day label, body .gform_wrapper .gfield_date_month label, body .gform_wrapper .gfield_date_year label, body .gform_wrapper .gfield_time_ampm label, body .gform_wrapper .gfield_time_hour label, body .gform_wrapper .gfield_time_minute label, body .gform_wrapper .ginput_complex label, body .gform_wrapper .instruction {
  margin-bottom: 1.5rem;
}

.gform_wrapper.gf_browser_gecko select {
  padding: 2px 24px 2px 2px !important;
}

.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] {
  vertical-align: inherit !important;
}

/* Gravity Forms validation errors */
body .gform_wrapper div.validation_error, body .gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  border: 2px solid #E02E48;
  background-color: #FED7DA;
  color: inherit;
  width: auto;
  display: inline-block;
  padding: 0.8rem 0.5rem;
}

body .gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 1.25rem;
  min-height: 1rem;
  border: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_creditcard_warning, body .gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  border: none;
  padding: 0;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0;
}

body .gform_wrapper .validation_message, body .gform_wrapper .gfield_error .gfield_label, body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, body .gform_wrapper li.gfield_error ul.gfield_checkbox, body .gform_wrapper li.gfield_error ul.gfield_radio {
  color: inherit;
}

body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper li.gfield_error select, body .gform_wrapper li.gfield_error textarea {
  border-color: #E02E48;
  border-width: 1px 1px 1px 5px;
}

body .gform_wrapper .gfield_description.validation_message {
  padding: 0 0 0.6rem;
}

/* Add support for multi-column Gravity Forms */
.gform_wrapper .two-column .gsection:not(.empty), .gform_wrapper .three-column .gsection:not(.empty) {
  display: none;
}

@media only screen and (min-width: 40.063em) {
  /* <-- min-width 641px, medium screens */
  .gform_wrapper ul.gform_column {
    float: left;
    display: inline-block;
    padding: 0.5rem 1.5rem;
    min-height: 100%;
  }

  .gform_wrapper .two-column .gform_column {
    width: 49.5%;
  }

  .gform_wrapper .three-column .gform_column {
    width: 33%;
  }

  .gform_wrapper .gsection {
    margin: 0;
  }

  .gform_wrapper .two-column .gform_column:nth-of-type(3), .gform_wrapper .three-column .gform_column:nth-of-type(4) {
    float: right;
  }

  /* Extra 1 because there's an empty one at the start */
}
/* Children as paragraphs */
aside .menu.vertical > li > a {
  padding-left: 0;
  padding-right: 0;
}

aside .sticky {
  background-color: white;
}

/* Children as Tiles */
.child-tiles .cell {
  display: inline-block;
  height: 170px;
  overflow: hidden;
  position: relative;
}

.child-tiles:not(.small-up-2) .cell:not(:nth-child(+n+6)) {
  margin-bottom: 2rem;
}

.child-tiles .image {
  position: relative;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.child-tiles .image::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(62, 62, 62, 0.5);
  -webkit-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
}

.child-tiles .image:hover::before {
  background-color: rgba(62, 62, 62, 0.7);
}

.child-tiles .link {
  display: table;
  height: 100%;
  width: 100%;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.child-tiles span {
  display: table-cell;
  vertical-align: middle;
}

/* START Panels */
.panel-wrapper {
  position: relative;
}

.panel-wrapper a:hover {
  opacity: 1;
}

.panel-wrapper, .panel-bg-wrapper, .panel-inner-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.panel-inner-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}

.panel-inner-wrapper > .cell {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.panel-inner-wrapper > .cell > a {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  position: absolute;
  top: 0;
  left: 0;
}

.panel-inner-wrapper.no-image {
  text-align: inherit;
  color: inherit;
}

.panel-inner-wrapper p.action-button {
  text-align: center;
}

/* Edit link */
.edit-panel a {
  background: rgb(0, 0, 0) none repeat scroll 0 0;
  color: #fff !important;
  display: table-caption;
  margin-top: -3rem;
  opacity: 0.2;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  position: relative;
  z-index: 1000;
}

.edit-panel a * {
  color: #fff;
}

/* Children as Slider */
.panel-slider.slick-slider {
  padding: 0;
}

.panel-slider .panel-inner-wrapper {
  padding-left: 4rem;
  padding-right: 4rem;
}

.slick-prev, .slick-next {
  z-index: 10;
  position: absolute;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent !important;
  color: transparent;
  top: 50%;
  margin-top: -2.5rem;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:after, .slick-next:focus:after {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:after {
  font-family: "slick";
  font-size: 5rem;
  line-height: 1;
  color: white;
}

.slick-prev {
  left: 25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: 25px;
}

.slick-prev:before {
  content: "‹";
}

[dir=rtl] .slick-prev:before {
  content: "›";
}

.slick-next {
  right: 25px;
}

[dir=rtl] .slick-next {
  left: 25px;
  right: auto;
}

.slick-next:after {
  content: "›";
}

[dir=rtl] .slick-next:after {
  content: "‹";
}

/* Children as Tiles */
.panel-tiles .tile {
  display: inline-block;
  padding: 0;
  min-height: 300px;
  overflow: hidden;
  position: relative;
  border: 4px solid transparent;
}

.panel-tiles .tile .panel-wrapper, .panel-tiles .tile .panel-inner-wrapper {
  height: inherit;
  min-height: inherit;
}

.panel-tiles .panel-wrapper.video {
  height: 100%;
  padding: 0;
}

/* Default recipe */
.default .link {
  display: block;
}

/* Custom styles for specific recipes */
.panel-wrapper.half_image {
  position: relative;
  overflow: hidden;
}

.panel-wrapper.half_image .panel-inner-wrapper > .cell {
  padding-top: 0;
  padding-bottom: 0;
}

.panel-wrapper.half_image .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  width: 110%;
  margin-left: -1rem;
}

.panel-wrapper.half_image .content {
  padding-top: 0.975rem;
  padding-bottom: 0.975rem;
}

.panel-wrapper.recent_posts .image {
  display: table;
  height: 300px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.panel-wrapper.recent_posts .title {
  margin-top: 1rem;
  text-transform: uppercase;
}

.panel-wrapper.recent_posts .content {
  margin-top: 1rem;
}

.panel-wrapper.tile_menu .cell {
  display: inline-block;
  padding: 0;
  height: 250px;
  overflow: hidden;
  position: relative;
  border: 4px solid transparent;
}

.panel-wrapper.tile_menu .image {
  display: table;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel-wrapper.tile_menu .image::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}

.panel-wrapper.tile_menu .link {
  display: table-row;
  height: 100%;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.panel-wrapper.tile_menu span {
  display: table-cell;
  vertical-align: middle;
}

.panel-wrapper.video {
  height: 300px;
}

.panel-wrapper.video .cell {
  display: inline-block;
  padding: 0;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.panel-wrapper.video .wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.panel-wrapper.video .link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.panel-wrapper.video .link .fa {
  color: #E62117;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Medium and up */
@media only screen and (min-width: 40em) {
  /* <-- min-width 640px - medium screens and up */
  .panel-wrapper.half_image .image {
    background-position-x: left;
    height: 100%;
    position: absolute;
    width: calc(50% + 0.46875rem);
    top: 0;
    left: 0;
  }

  .panel-wrapper.half_image .image-right > .image {
    background-position-x: right;
    left: auto;
    right: 0;
  }

  .panel-wrapper.half_image .content {
    float: right;
    padding: 0.975rem;
    width: 50%;
  }

  .panel-wrapper.half_image .image-right .content {
    float: left;
  }

  .panel-wrapper.tile_menu .cell {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: none;
    border-bottom: none;
  }

  .panel-wrapper.video {
    height: 500px;
  }
}
/* Large and up */
@media only screen and (min-width: 64em) {
  /* <-- min-width 1024px - large screens and up */
  .panel-wrapper.video {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .panel-wrapper.video {
    height: 600px;
  }
}
/* END Panels */
/* End Default Styles - BEGIN EDITING BELOW THIS LINE */
@media print {
  a[href]:after {
    content: "";
  }
}
ul.show-for-medium.menu.vertical {
  margin-right: 15px;
}

aside .menu.vertical > li > a {
  font-family: "Montserrat", sans-serif, "Open Sans", Helvetica, arial;
  font-weight: 700;
}

#row-content {
  margin-bottom: 100px;
}

#hero-wrapper {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 0;
}
@media (max-width: 767.98px) {
  #hero-wrapper #wrapper-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  #hero-wrapper #wrapper-mobile {
    display: none;
  }
}
#hero-wrapper .hero-subwrapper {
  position: relative;
  width: 100%;
}
#hero-wrapper .hero-subwrapper img {
  position: relative;
  z-index: 1;
  width: 100vw;
  height: auto;
}
#hero-wrapper .hero-subwrapper video {
  position: relative;
  z-index: 2;
  width: 100vw;
  height: auto;
}
#hero-wrapper .hero-subwrapper .content-wrapper {
  position: absolute;
  width: 100%;
  display: block;
}
#hero-wrapper .hero-subwrapper .content-wrapper:after {
  content: "";
  width: 100%;
  z-index: 3;
  background: rgb(15, 14, 13);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(15, 14, 13)), to(rgba(15, 14, 13, 0)));
  background: linear-gradient(0deg, rgb(15, 14, 13) 0%, rgba(15, 14, 13, 0) 100%);
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
}

body.menu-open {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}
body.menu-open #offCanvas {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.off-canvas-content.is-open-right {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

#offCanvas {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#offCanvas.is-closed {
  opacity: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#offCanvas.is-open {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#offCanvas.position-right {
  background-color: #0F0E0D;
  width: 100vw;
}
#offCanvas.position-right .menu {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (min-width: 768px) {
  #offCanvas.position-right .menu {
    margin-top: 70px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#offCanvas.position-right .menu > li {
  padding-right: 0;
  width: 100%;
}
#offCanvas.position-right .menu .menu-item a {
  text-align: left;
  border-bottom: 1px solid #282624;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin: 5px 0;
  color: #f7f8f8;
  -webkit-transition: color 0.1s, -webkit-transform 0.1s;
  transition: color 0.1s, -webkit-transform 0.1s;
  transition: color 0.1s, transform 0.1s;
  transition: color 0.1s, transform 0.1s, -webkit-transform 0.1s;
}
#offCanvas.position-right .menu .menu-item a:hover {
  color: #F9ED23;
  opacity: 1;
}
@media (min-width: 768px) {
  #offCanvas.position-right .menu .menu-item a:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
#offCanvas.position-right .menu .menu-item a:active, #offCanvas.position-right .menu .menu-item a:focus {
  color: #F9ED23;
}
@media (min-width: 768px) {
  #offCanvas.position-right .menu .menu-item a:active, #offCanvas.position-right .menu .menu-item a:focus {
    color: #cabf06;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media (min-width: 768px) {
  #offCanvas.position-right .menu .menu-item a {
    text-align: center;
    border-bottom: none;
  }
}
#offCanvas .genre {
  display: none;
}
#offCanvas .search-submit {
  max-width: 2rem;
  display: inline-block;
  font-size: 0.8rem;
  position: relative;
  top: 0.3rem;
}
#offCanvas #main-menu-close-btn {
  color: #f7f8f8;
  position: relative;
  z-index: 200;
  line-height: 16px;
  padding: 20px;
  -webkit-transition: color 0.2s, -webkit-transition 0.2s;
  transition: color 0.2s, -webkit-transition 0.2s;
  transition: color 0.2s, transition 0.2s;
  transition: color 0.2s, transition 0.2s, -webkit-transition 0.2s;
  background-color: transparent;
}
#offCanvas #main-menu-close-btn:hover {
  color: #F9ED23;
  background-color: transparent;
}
@media (min-width: 768px) {
  #offCanvas #main-menu-close-btn:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
#offCanvas #main-menu-close-btn:active, #offCanvas #main-menu-close-btn:focus {
  color: #f7f8f8;
  background-color: transparent;
}
@media (min-width: 768px) {
  #offCanvas #main-menu-close-btn:active, #offCanvas #main-menu-close-btn:focus {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
#offCanvas #main-menu-close-btn .icon {
  font-size: 20px;
}
@media (min-width: 768px) {
  #offCanvas #main-menu-close-btn .icon {
    font-size: 35px;
  }
}
#offCanvas .top-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#offCanvas .top-row #main-menu-logo {
  max-width: 50px;
  margin-left: 15px;
  height: auto;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #offCanvas .top-row #main-menu-logo {
    max-width: 85px;
    margin-left: 40px;
    margin-top: 20px;
  }
}

#main-nav {
  width: 100%;
  padding: 15px 0;
}
#main-nav > .container {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#main-nav .logo {
  position: relative;
  display: block;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
#main-nav .logo:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#main-nav .logo img {
  width: 50px;
  height: auto;
  padding: 0;
}
@media (min-width: 768px) {
  #main-nav .logo img {
    width: 85px;
  }
}
#main-nav .menu-items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#main-nav .menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#main-nav .menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
}
#main-nav .menu li.main-subnav-li {
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#main-nav .menu .main-subnav-li {
  margin-left: auto;
}
#main-nav .menu .h-search-input {
  position: relative;
}
#main-nav .menu .search-input-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
  -webkit-transition: max-width 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: max-width 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  margin-left: auto;
}
#main-nav .menu .search-input-wrapper:after {
  content: "";
  background-color: #f7f8f8;
  border-radius: 20px;
  height: 3px;
  position: absolute;
}
@media (max-width: 767.98px) {
  #main-nav .menu .search-input-wrapper:after {
    bottom: 8px;
    left: 10px;
    width: calc(100% - 20px);
  }
}
@media (min-width: 768px) {
  #main-nav .menu .search-input-wrapper:after {
    bottom: 0;
    width: 100%;
  }
}
#main-nav .menu .search-input-wrapper.search-hidden {
  max-width: 0;
}
#main-nav .menu .search-input-wrapper.search-hidden input {
  opacity: 0;
}
@media (max-width: 767.98px) {
  #main-nav .menu .search-input-wrapper:not(.search-hidden) {
    background-color: rgba(15, 14, 13, 0.5);
    border-radius: 10px;
    padding-bottom: 10px;
  }
}
#main-nav .menu #main-nav-search-btn.active {
  -webkit-transform: translateX(-100%) scale(0.8);
          transform: translateX(-100%) scale(0.8);
  margin-left: unset !important;
}
#main-nav .menu #main-nav-search-cal {
  margin-left: auto;
}
#main-nav .menu #main-nav-search-btn-close {
  margin-right: 0;
  margin-left: -50px;
  opacity: 1;
}
@media (min-width: 768px) {
  #main-nav .menu #main-nav-search-btn-close {
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  #main-nav .menu #main-nav-search-btn-close {
    margin-right: 60px;
  }
}
#main-nav .menu .h-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  position: relative;
}
#main-nav .menu .search-stuff-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
}
@media (max-width: 767.98px) {
  #main-nav .menu .search-stuff-wrapper:not(.search-hidden) {
    width: calc(100vw - 60px);
    position: absolute;
    top: 50px;
    right: -45px;
    margin: 0 auto;
  }
}
#main-nav .menu button {
  max-width: 60px;
  -webkit-transition: max-width 0.2s, margin 0.2s, padding 0.2s, opacity 0.2s, -webkit-transform 0.2s ease;
  transition: max-width 0.2s, margin 0.2s, padding 0.2s, opacity 0.2s, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, max-width 0.2s, margin 0.2s, padding 0.2s, opacity 0.2s;
  transition: transform 0.2s ease, max-width 0.2s, margin 0.2s, padding 0.2s, opacity 0.2s, -webkit-transform 0.2s ease;
  padding: 0 10px;
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  z-index: 10;
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  #main-nav .menu button {
    margin: 0 5px;
  }
}
#main-nav .menu button:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#main-nav .menu button:hover .icon {
  color: #F9ED23;
}
#main-nav .menu button:active, #main-nav .menu button:focus {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#main-nav .menu button:active .icon, #main-nav .menu button:focus .icon {
  color: #cabf06;
}
#main-nav .menu button .icon {
  font-size: 25px;
  color: #f7f8f8;
  padding: 0;
  line-height: normal;
  height: auto;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (min-width: 768px) {
  #main-nav .menu button .icon {
    font-size: 35px;
  }
}
#main-nav .menu button .icon.icon-close {
  font-size: 20px;
}
@media (min-width: 768px) {
  #main-nav .menu button .icon.icon-close {
    font-size: 30px;
  }
}
#main-nav .menu button.hidden {
  max-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
}
#main-nav .menu #main-menu-toggle {
  padding: 15px;
  margin-right: 0;
}
#main-nav .menu #main-menu-toggle img {
  width: 27px;
}

.menu .active > a {
  color: #F9ED23 !important;
  background-color: transparent !important;
}

#row-top {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(15, 14, 13, 0)), to(rgb(15, 14, 13)));
  background: linear-gradient(0deg, rgba(15, 14, 13, 0) 0%, rgb(15, 14, 13) 100%);
}

.events-row {
  padding: 45px 0;
}
.events-row .events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 30px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .events-row .events {
    margin: 60px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.events-row .section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .events-row .section-wrapper {
    margin: 0 -10px;
    padding: 0;
  }
}
.events-row .section-wrapper > header {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}
.events-row .section-wrapper > header h1 {
  margin: 0;
  text-shadow: 0 0 25px #0F0E0D;
}

.promo-tag {
  background: #F9ED23;
  font-family: "din_black", "Open Sans", Helvetica, sans-serif, arial;
  font-size: 12px;
  line-height: 24px;
  color: #0F0E0D;
  display: inline-block;
  position: relative;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: bold;
  height: 25px;
  top: -1px;
  border-radius: 0 0 5px 0;
  -webkit-transition: border-radius 0.2s ease;
  transition: border-radius 0.2s ease;
}
.promo-tag:after {
  content: "";
  border-bottom: 0px solid transparent;
  border-left: 16px solid #F9ED23;
  border-top: 24px solid transparent;
  position: absolute;
  right: -15px;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

#row-featured {
  margin: 60px 0;
}
@media (max-width: 767.98px) {
  #row-featured .section-wrapper {
    padding: 0;
  }
}
#row-featured .cf-card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  #row-featured .cf-card-container {
    margin: 0 -10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#row-featured .cf-card {
  width: 100%;
  margin: 10px 0;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  position: relative;
  z-index: 4;
}
@media (max-width: 575.98px) {
  #row-featured .cf-card {
    height: 51vw !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #row-featured .cf-card {
    height: 287px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #row-featured .cf-card {
    height: 197px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #row-featured .cf-card {
    height: 256px !important;
  }
}
@media (min-width: 1200px) {
  #row-featured .cf-card {
    height: 337px !important;
  }
}
@media (min-width: 768px) {
  #row-featured .cf-card {
    width: 50%;
    margin: 0 10px;
  }
}
#row-featured .cf-card:hover {
  z-index: 5;
}
@media (min-width: 768px) {
  #row-featured .cf-card:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.75);
  }
}
#row-featured .events-container {
  width: 100%;
}
#row-featured .event-details {
  background-color: rgba(15, 14, 13, 0.85);
  color: #f7f8f8;
  padding: 20px 15px;
  font-size: 14px;
  line-height: 18px;
  font-family: "Montserrat", sans-serif, "Open Sans", Helvetica, arial;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#row-featured .event-details .event-name {
  margin-top: 5px;
  font-family: "din_black", "Open Sans", Helvetica, sans-serif, arial;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  #row-featured .event-details .event-name {
    font-size: 20px;
    line-height: 24px;
  }
}
#row-featured .event-details .cf-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
#row-featured .event-details .button {
  font-size: 12px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Montserrat", sans-serif, "Open Sans", Helvetica, arial;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
  height: 40px;
  border: 1px solid #f7f8f8;
  border-radius: 6px;
  margin: 0;
  padding: 0 20px;
  min-height: unset;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
}
@media (max-width: 767.98px) {
  #row-featured .event-details .button {
    width: 50%;
  }
}
@media (min-width: 768px) {
  #row-featured .event-details .button {
    font-size: 16px;
  }
}
#row-featured .event-details .button.bg4 {
  background: #f7f8f8;
  color: #282624;
  margin-right: 5px;
}
#row-featured .event-details .button.bg4:hover {
  background-color: #F9ED23;
  border-color: #F9ED23;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#row-featured .event-details .button.bg4:active, #row-featured .event-details .button.bg4:focus {
  background-color: #cabf06;
  border-color: #cabf06;
}
#row-featured .event-details .button.bg2 {
  background: transparent;
  color: #f7f8f8;
  margin-left: 5px;
}
#row-featured .event-details .button.bg2:hover {
  background-color: transparent;
  border-color: #F9ED23;
  color: #F9ED23;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#row-featured .event-details .button.bg2:active, #row-featured .event-details .button.bg2:focus {
  color: #cabf06;
  border-color: #cabf06;
}

.evt-card {
  width: 100% !important;
  margin: 0 0 15px 0 !important;
  -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  position: relative;
  -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0) !important;
          box-shadow: 0px 0px 100px rgba(0, 0, 0, 0) !important;
}
@media (max-width: 575.98px) {
  .evt-card {
    height: 51vw !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .evt-card {
    height: 287px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .evt-card {
    width: calc(50% - 20px) !important;
    height: 197px !important;
  }
}
@media (min-width: 768px) {
  .evt-card {
    margin: 10px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .evt-card {
    height: 171px !important;
  }
}
@media (min-width: 992px) {
  .evt-card {
    width: calc(33.3333333333% - 20px) !important;
  }
}
@media (min-width: 1200px) {
  .evt-card {
    height: 227px !important;
  }
}
.evt-card:hover {
  z-index: 20;
}
@media (min-width: 768px) {
  .evt-card:hover:not(.zoom) {
    -webkit-transform: scale(1.05) !important;
            transform: scale(1.05) !important;
    -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.75) !important;
            box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.75) !important;
  }
}
.evt-card:hover:not(.zoom) .promo-tag {
  border-radius: 0 0 3px 0;
}
.evt-card .content {
  min-height: 0 !important;
  max-height: 0 !important;
  visibility: visible !important;
  background-color: #282624 !important;
  padding: 0 !important;
  margin: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  overflow: hidden !important;
  -webkit-transition: max-height 0.4s ease, min-height 0.4s ease, padding 0.4s ease;
  transition: max-height 0.4s ease, min-height 0.4s ease, padding 0.4s ease;
}
.evt-card .card {
  border-radius: 0;
  height: 220px;
  background-color: #0c0c0c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.evt-card .card .image {
  height: 100%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.evt-card .card .image .event-details {
  background-color: rgba(15, 14, 13, 0.85);
  color: #f7f8f8;
  padding: 10px 15px;
  font-size: 13px;
  line-height: 14px;
  font-family: "Montserrat", sans-serif, "Open Sans", Helvetica, arial;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
}
.evt-card .card .image .event-details .event-name {
  margin-top: 5px;
  font-family: "din_black", "Open Sans", Helvetica, sans-serif, arial;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .evt-card .card .image .event-details .event-name {
    font-size: 17px;
    line-height: 20px;
  }
}
.evt-card .card.layout-f {
  height: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  overflow: visible !important;
  border: none !important;
}
.evt-card .description {
  display: none !important;
}
.evt-card .promo-tag-wrapper {
  position: absolute;
  z-index: 1;
}
.evt-card .btn-container {
  background: transparent;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.evt-card .btn-container:before, .evt-card .btn-container:after {
  display: none;
}
.evt-card .btn-container .button {
  font-size: 12px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Montserrat", sans-serif, "Open Sans", Helvetica, arial;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
  height: 40px;
  width: 100%;
  border: 1px solid #f7f8f8;
  border-radius: 6px;
  margin: 0;
  padding: 0;
  min-height: unset;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
}
@media (min-width: 768px) {
  .evt-card .btn-container .button {
    font-size: 16px;
  }
}
.evt-card .btn-container .button.bg4 {
  background: #f7f8f8;
  color: #282624;
  margin-right: 5px;
}
.evt-card .btn-container .button.bg4:hover {
  background-color: #F9ED23;
  border-color: #F9ED23;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.evt-card .btn-container .button.bg4:active, .evt-card .btn-container .button.bg4:focus {
  background-color: #cabf06;
  border-color: #cabf06;
}
.evt-card .btn-container .button.bg2 {
  background: #282624;
  color: #f7f8f8;
  margin-left: 5px;
}
.evt-card .btn-container .button.bg2:hover {
  background-color: #282624;
  border-color: #F9ED23;
  color: #F9ED23;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.evt-card .btn-container .button.bg2:active, .evt-card .btn-container .button.bg2:focus {
  color: #cabf06;
  border-color: #cabf06;
}
.evt-card.zoom {
  opacity: 1 !important;
  border: none !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  z-index: 25 !important;
  padding: 0 !important;
}
@media (min-width: 768px) {
  .evt-card.zoom {
    -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.75), 0px 0px 100px rgba(0, 0, 0, 0.75), 0px 0px 100px rgba(0, 0, 0, 0.75) !important;
            box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.75), 0px 0px 100px rgba(0, 0, 0, 0.75), 0px 0px 100px rgba(0, 0, 0, 0.75) !important;
  }
}
.evt-card.zoom .content {
  padding: 15px !important;
  min-height: unset !important;
  max-height: 80px !important;
  height: 80px !important;
}
.evt-card.zoom:hover {
  cursor: auto !important;
}

#row-inner-event-hero {
  padding: 0;
}
#row-inner-event-hero .cfh-button-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  #row-inner-event-hero .cfh-button-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
#row-inner-event-hero .cfh-button-container .cfh-buy {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 100%;
  margin: 15px;
  padding: 15px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  #row-inner-event-hero .cfh-button-container .cfh-buy {
    max-width: 300px;
  }
}

#row-event-hero .cfh-card {
  height: 51vw;
  max-height: 700px;
}

#row-inner-event {
  padding: 0;
}
#row-inner-event article {
  padding: 0;
}

body.home {
  overflow-x: hidden;
}

#section-upcoming_events {
  margin-top: 250px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #section-upcoming_events {
    margin-top: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #section-upcoming_events {
    margin-top: 350px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #section-upcoming_events {
    margin-top: 400px;
  }
}
@media (min-width: 1200px) {
  #section-upcoming_events {
    margin-top: 500px;
  }
}

.promo-banner {
  padding: 45px 0;
}
@media (max-width: 991.98px) {
  .promo-banner .img-desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .promo-banner .img-mobile {
    display: none;
  }
}

#testimonials {
  background: #F9ED23;
  color: #0F0E0D;
  padding: 60px 0;
  margin: 50px 0;
  position: relative;
  overflow: hidden;
}
#testimonials .testimonial {
  margin: 0 auto;
}
#testimonials .testimonial .testimonial-wrapper {
  margin: 0 auto;
  max-width: calc(100% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 576px) {
  #testimonials .testimonial .testimonial-wrapper {
    max-width: calc(100% - 160px);
  }
}
@media (min-width: 992px) {
  #testimonials .testimonial .testimonial-wrapper {
    max-width: 730px;
  }
}
#testimonials .testimonial .testimonial-message {
  text-align: center;
  font-weight: normal;
  font-family: "din_black", "Open Sans", Helvetica, sans-serif, arial;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  #testimonials .testimonial .testimonial-message {
    font-size: 26px;
    line-height: 36px;
  }
}
#testimonials .testimonial .testimonial-person {
  font-family: "Montserrat", sans-serif, "Open Sans", Helvetica, arial;
  font-weight: 300;
  margin-top: 30px;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 768px) {
  #testimonials .testimonial .testimonial-person {
    font-size: 20px;
    line-height: 24px;
  }
}
#testimonials .swiper-button-prev, #testimonials .swiper-button-next {
  height: 100%;
  top: 0;
  margin: 0;
  width: 100px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.25;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
@media (max-width: 575.98px) {
  #testimonials .swiper-button-prev, #testimonials .swiper-button-next {
    display: none;
  }
}
#testimonials .swiper-button-prev:hover, #testimonials .swiper-button-next:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#testimonials .swiper-button-prev:active, #testimonials .swiper-button-prev:focus, #testimonials .swiper-button-next:active, #testimonials .swiper-button-next:focus {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
#testimonials .swiper-button-prev {
  left: 0;
}
#testimonials .swiper-button-next {
  right: 0;
}

#insta-feed {
  background-color: #282624;
  text-align: center;
  padding: 100px 0;
  overflow: hidden;
}
#insta-feed .content {
  margin: 60px 0;
}
#newsletter-signup {
  text-align: center;
  margin: 100px 0;
}
#newsletter-signup .newsletter-signup-wrapper {
  margin: 60px auto;
  position: relative;
  width: 100%;
  max-width: 700px;
  -webkit-transition: max-width 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: max-width 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#newsletter-signup .newsletter-signup-wrapper:after {
  content: "";
  background-color: #f7f8f8;
  border-radius: 20px;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
#newsletter-signup .newsletter-signup-wrapper #newsletter-signup-field-email {
  text-align: left;
  margin: 0 15px 5px 0;
  line-height: normal;
  padding: 0;
}
@media (max-width: 767.98px) {
  #newsletter-signup .newsletter-signup-wrapper #newsletter-signup-field-email {
    font-size: 16px;
  }
}
#newsletter-signup .newsletter-signup-wrapper #newsletter-signup-submit {
  background-color: transparent;
  color: #F9ED23;
  z-index: 5;
  position: relative;
  display: block;
  white-space: nowrap;
  -webkit-transition: color 0.2s, -webkit-transform 0.2s;
  transition: color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, color 0.2s;
  transition: transform 0.2s, color 0.2s, -webkit-transform 0.2s;
}
#newsletter-signup .newsletter-signup-wrapper #newsletter-signup-submit:hover, #newsletter-signup .newsletter-signup-wrapper #newsletter-signup-submit:active, #newsletter-signup .newsletter-signup-wrapper #newsletter-signup-submit:focus {
  background-color: transparent;
}
#newsletter-signup .newsletter-signup-wrapper #newsletter-signup-submit:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: #e3d606;
}
#newsletter-signup .newsletter-signup-wrapper #newsletter-signup-submit:active, #newsletter-signup .newsletter-signup-wrapper #newsletter-signup-submit:focus {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  color: #cabf06;
}

footer#row-footer {
  max-width: none;
  background: #282624;
  color: #f7f8f8;
  font-size: 16px;
  padding: 80px 0;
}
footer#row-footer .footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer#row-footer .footer-row {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (min-width: 768px) {
  footer#row-footer .footer-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media (min-width: 992px) {
  footer#row-footer .footer-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
footer#row-footer a {
  color: #F8F7F7;
  font-weight: normal;
  font-family: "Montserrat", sans-serif, "Open Sans", Helvetica, arial;
  font-weight: 300;
}
footer#row-footer svg {
  color: #F8F7F7;
}
footer#row-footer .heading {
  font-size: 20px;
  font-weight: bold;
}
footer#row-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer#row-footer ul li {
  list-style: none;
}
footer#row-footer .logo-svg {
  max-width: 170px;
  height: auto;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  footer#row-footer .logo-svg {
    max-width: 100px;
  }
}
footer#row-footer .footer-menu-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 170px;
  width: 100%;
}
footer#row-footer .footer-menu-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-evenly;
  margin-top: 30px;
}
footer#row-footer .footer-menu-socials .icon {
  color: #f7f8f8;
  font-size: 43px;
  line-height: normal;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  footer#row-footer .footer-menu-socials .icon {
    font-size: 27px;
  }
}
footer#row-footer .column-2 {
  display: none;
}
@media (min-width: 992px) {
  footer#row-footer .column-2 {
    display: block;
    margin-right: 150px;
  }
}
footer#row-footer .column-2 li {
  margin-bottom: 13px;
  margin-right: 60px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  footer#row-footer .column-2 li {
    margin-right: 20px;
  }
}
@media (max-width: 767.98px) {
  footer#row-footer .column-3 {
    border-top: 2px solid #3B3B3B;
    padding-top: 30px;
    margin-top: 30px;
    width: 100%;
  }
}
footer#row-footer .column-3 li {
  margin-bottom: 13px;
}
footer#row-footer .column-3 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer#row-footer .column-3 li .img-wrapper {
  width: 35px;
}
footer#row-footer .column-3 li .icon {
  font-size: 18px;
  color: #f7f8f8;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
footer#row-footer .footer-container {
  width: 100%;
}

#row-copyright {
  color: #282624;
  text-align: center;
  padding: 30px;
  max-width: none;
  background: #F9ED23;
  font-size: 16px;
}
#row-copyright div {
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  #mobile-chat-container {
    bottom: 15px !important;
  }
}
#mobile-chat-container .fa-comments path {
  visibility: hidden;
}

.overlapping-nav {
  background-color: #f7f8f8;
  color: #0F0E0D;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 4px #0F0E0D;
          box-shadow: 2px 2px 4px #0F0E0D;
}

#row-inner-search {
  margin: 60px auto;
}

.everything {
  background: transparent;
  position: relative;
  z-index: 2;
}

.actions a {
  color: #F9ED23;
  font-size: 16px;
  line-height: 20px;
  border: 2px solid #F9ED23;
  padding: 10px;
  border-radius: 4px;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
}

body.single-event #row-event {
  margin: 40px auto 100px auto;
}

.swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.search-results select.inp-category {
  visibility: hidden;
}