@charset "UTF-8";
.red {
  color: #BF311A;
}
.white {
  color: #ffffff !important;
}
.black {
  color: #1d1d1b !important;
}
.lightergreybg {
  background: #f7f6f5;
}
.greybg {
  background: #cccac4;
}
.lightgreybg {
  background: #f8f7f6;
}
.whitebg {
  background: #ffffff;
}
.offwhitebg {
  background: #f7f6f5;
}
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e62984;
  --red: #BF311A;
  --orange: #f9b234;
  --yellow: #ffc107;
  --green: #a3c610;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #a3c610;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #BF311A;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #ffffff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b, strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre, code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .cart_totals h2, .woocommerce-MyAccount-content h3, .checkout h3, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2, .cart_totals h2, .woocommerce-MyAccount-content h3, .checkout h3 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(29, 29, 27, 0.1);
}
small, .small {
  font-size: 80%;
  font-weight: 400;
}
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
code {
  font-size: 87.5%;
  color: #e62984;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.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: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-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%;
  }
}
.table, .shop_table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th, .shop_table th, .table td, .shop_table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th, .shop_table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody, .shop_table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table, .shop_table .table, .table .shop_table, .shop_table .shop_table {
  background-color: #ffffff;
}
.table-sm th, .table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th, .table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th, .table-bordered thead td {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(29, 29, 27, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(29, 29, 27, 0.075);
}
.table-primary, .table-primary > th, .table-primary > td {
  background-color: #b8daff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary, .table-secondary > th, .table-secondary > td {
  background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success, .table-success > th, .table-success > td {
  background-color: #e5efbc;
}
.table-hover .table-success:hover {
  background-color: #ddeaa7;
}
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #ddeaa7;
}
.table-info, .table-info > th, .table-info > td {
  background-color: #bee5eb;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning, .table-warning > th, .table-warning > td {
  background-color: #ffeeba;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger, .table-danger > th, .table-danger > td {
  background-color: #edc5bf;
}
.table-hover .table-danger:hover {
  background-color: #e7b3ab;
}
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #e7b3ab;
}
.table-light, .table-light > th, .table-light > td {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark, .table-dark > th, .table-dark > td {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active, .table-active > th, .table-active > td {
  background-color: rgba(29, 29, 27, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(16, 16, 15, 0.075);
}
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(16, 16, 15, 0.075);
}
.table .thead-dark th, .shop_table .thead-dark th {
  color: #ffffff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th, .shop_table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #ffffff;
  background-color: #212529;
}
.table-dark th, .table-dark td, .table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control, .comment-form textarea#comment, .woocommerce-Input, .woocommerce-MyAccount-content input, .woocommerce-MyAccount-content textarea, .woocommerce-MyAccount-content select, .checkout input, .checkout textarea, .checkout select, #login input[type=text], #login input[type=password] {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand, .comment-form textarea#comment::-ms-expand, .woocommerce-Input::-ms-expand, .woocommerce-MyAccount-content input::-ms-expand, .woocommerce-MyAccount-content textarea::-ms-expand, .woocommerce-MyAccount-content select::-ms-expand, .checkout input::-ms-expand, .checkout textarea::-ms-expand, .checkout select::-ms-expand, #login input[type=text]::-ms-expand, #login input[type=password]::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, .comment-form textarea#comment:focus, .woocommerce-Input:focus, .woocommerce-MyAccount-content input:focus, .woocommerce-MyAccount-content textarea:focus, .woocommerce-MyAccount-content select:focus, .checkout input:focus, .checkout textarea:focus, .checkout select:focus, #login input[type=text]:focus, #login input[type=password]:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder, .comment-form textarea#comment::placeholder, .woocommerce-Input::placeholder, .woocommerce-MyAccount-content input::placeholder, .woocommerce-MyAccount-content textarea::placeholder, .woocommerce-MyAccount-content select::placeholder, .checkout input::placeholder, .checkout textarea::placeholder, .checkout select::placeholder, #login input[type=text]::placeholder, #login input[type=password]::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .comment-form textarea#comment:disabled, .woocommerce-Input:disabled, .woocommerce-MyAccount-content input:disabled, .woocommerce-MyAccount-content textarea:disabled, .woocommerce-MyAccount-content select:disabled, .checkout input:disabled, .checkout textarea:disabled, .checkout select:disabled, #login input[type=text]:disabled, #login input[type=password]:disabled, .form-control[readonly], .comment-form textarea#comment[readonly], .woocommerce-Input[readonly], .woocommerce-MyAccount-content input[readonly], .woocommerce-MyAccount-content textarea[readonly], .woocommerce-MyAccount-content select[readonly], .checkout input[readonly], .checkout textarea[readonly], .checkout select[readonly], #login input[type=text][readonly], #login input[type=password][readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:not([size]):not([multiple]), select.woocommerce-Input:not([size]):not([multiple]), .woocommerce-MyAccount-content select:not([size]):not([multiple]), .checkout select:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value, select.woocommerce-Input:focus::-ms-value, .woocommerce-MyAccount-content select:focus::-ms-value, .checkout select:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}
.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, .comment-form .input-group-sm > textarea.form-control-plaintext#comment, .input-group-sm > .form-control-plaintext.woocommerce-Input, .woocommerce-MyAccount-content .input-group-sm > input.form-control-plaintext, .woocommerce-MyAccount-content .input-group-sm > textarea.form-control-plaintext, .woocommerce-MyAccount-content .input-group-sm > select.form-control-plaintext, .checkout .input-group-sm > input.form-control-plaintext, .checkout .input-group-sm > textarea.form-control-plaintext, .checkout .input-group-sm > select.form-control-plaintext, #login .input-group-sm > input.form-control-plaintext[type=text], #login .input-group-sm > input.form-control-plaintext[type=password], .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .comment-form .input-group-sm > .input-group-prepend > input.form-control-plaintext#submit, .input-group-sm > .input-group-prepend > .form-control-plaintext.button, .input-group-sm > .input-group-prepend > .form-control-plaintext.woocommerce-Button, .input-group-sm > .input-group-prepend > .form-control-plaintext.woocommerce-button, #payment .place-order .input-group-sm > .input-group-prepend > .form-control-plaintext#place_order, .homeeventbuttons .input-group-sm > .input-group-prepend > a.form-control-plaintext, #login .input-group-sm > .input-group-prepend > .form-control-plaintext#wp-submit, .navigation .input-group-sm > .input-group-prepend > a.form-control-plaintext, .pagination .input-group-sm > .input-group-prepend > .form-control-plaintext.page-numbers.prev, .pagination .input-group-sm > .input-group-prepend > .form-control-plaintext.page-numbers.next, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .comment-form .input-group-sm > .input-group-append > input.form-control-plaintext#submit, .input-group-sm > .input-group-append > .form-control-plaintext.button, .input-group-sm > .input-group-append > .form-control-plaintext.woocommerce-Button, .input-group-sm > .input-group-append > .form-control-plaintext.woocommerce-button, #payment .place-order .input-group-sm > .input-group-append > .form-control-plaintext#place_order, .homeeventbuttons .input-group-sm > .input-group-append > a.form-control-plaintext, #login .input-group-sm > .input-group-append > .form-control-plaintext#wp-submit, .navigation .input-group-sm > .input-group-append > a.form-control-plaintext, .pagination .input-group-sm > .input-group-append > .form-control-plaintext.page-numbers.prev, .pagination .input-group-sm > .input-group-append > .form-control-plaintext.page-numbers.next, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, .comment-form .input-group-lg > textarea.form-control-plaintext#comment, .input-group-lg > .form-control-plaintext.woocommerce-Input, .woocommerce-MyAccount-content .input-group-lg > input.form-control-plaintext, .woocommerce-MyAccount-content .input-group-lg > textarea.form-control-plaintext, .woocommerce-MyAccount-content .input-group-lg > select.form-control-plaintext, .checkout .input-group-lg > input.form-control-plaintext, .checkout .input-group-lg > textarea.form-control-plaintext, .checkout .input-group-lg > select.form-control-plaintext, #login .input-group-lg > input.form-control-plaintext[type=text], #login .input-group-lg > input.form-control-plaintext[type=password], .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .comment-form .input-group-lg > .input-group-prepend > input.form-control-plaintext#submit, .input-group-lg > .input-group-prepend > .form-control-plaintext.button, .input-group-lg > .input-group-prepend > .form-control-plaintext.woocommerce-Button, .input-group-lg > .input-group-prepend > .form-control-plaintext.woocommerce-button, #payment .place-order .input-group-lg > .input-group-prepend > .form-control-plaintext#place_order, .homeeventbuttons .input-group-lg > .input-group-prepend > a.form-control-plaintext, #login .input-group-lg > .input-group-prepend > .form-control-plaintext#wp-submit, .navigation .input-group-lg > .input-group-prepend > a.form-control-plaintext, .pagination .input-group-lg > .input-group-prepend > .form-control-plaintext.page-numbers.prev, .pagination .input-group-lg > .input-group-prepend > .form-control-plaintext.page-numbers.next, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .comment-form .input-group-lg > .input-group-append > input.form-control-plaintext#submit, .input-group-lg > .input-group-append > .form-control-plaintext.button, .input-group-lg > .input-group-append > .form-control-plaintext.woocommerce-Button, .input-group-lg > .input-group-append > .form-control-plaintext.woocommerce-button, #payment .place-order .input-group-lg > .input-group-append > .form-control-plaintext#place_order, .homeeventbuttons .input-group-lg > .input-group-append > a.form-control-plaintext, #login .input-group-lg > .input-group-append > .form-control-plaintext#wp-submit, .navigation .input-group-lg > .input-group-append > a.form-control-plaintext, .pagination .input-group-lg > .input-group-append > .form-control-plaintext.page-numbers.prev, .pagination .input-group-lg > .input-group-append > .form-control-plaintext.page-numbers.next {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm, .input-group-sm > .form-control, .comment-form .input-group-sm > textarea#comment, .input-group-sm > .woocommerce-Input, .woocommerce-MyAccount-content .input-group-sm > input, .woocommerce-MyAccount-content .input-group-sm > textarea, .woocommerce-MyAccount-content .input-group-sm > select, .checkout .input-group-sm > input, .checkout .input-group-sm > textarea, .checkout .input-group-sm > select, #login .input-group-sm > input[type=text], #login .input-group-sm > input[type=password], .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .comment-form .input-group-sm > .input-group-prepend > input#submit, .input-group-sm > .input-group-prepend > .button, .input-group-sm > .input-group-prepend > .woocommerce-Button, .input-group-sm > .input-group-prepend > .woocommerce-button, #payment .place-order .input-group-sm > .input-group-prepend > #place_order, .homeeventbuttons .input-group-sm > .input-group-prepend > a, #login .input-group-sm > .input-group-prepend > #wp-submit, .navigation .input-group-sm > .input-group-prepend > a, .pagination .input-group-sm > .input-group-prepend > .page-numbers.prev, .pagination .input-group-sm > .input-group-prepend > .page-numbers.next, .input-group-sm > .input-group-append > .btn, .comment-form .input-group-sm > .input-group-append > input#submit, .input-group-sm > .input-group-append > .button, .input-group-sm > .input-group-append > .woocommerce-Button, .input-group-sm > .input-group-append > .woocommerce-button, #payment .place-order .input-group-sm > .input-group-append > #place_order, .homeeventbuttons .input-group-sm > .input-group-append > a, #login .input-group-sm > .input-group-append > #wp-submit, .navigation .input-group-sm > .input-group-append > a, .pagination .input-group-sm > .input-group-append > .page-numbers.prev, .pagination .input-group-sm > .input-group-append > .page-numbers.next {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.woocommerce-Input:not([size]):not([multiple]), .woocommerce-MyAccount-content .input-group-sm > select:not([size]):not([multiple]), .checkout .input-group-sm > select:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.button:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.woocommerce-Button:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.woocommerce-button:not([size]):not([multiple]), #payment .place-order .input-group-sm > .input-group-prepend > select#place_order:not([size]):not([multiple]), #login .input-group-sm > .input-group-prepend > select#wp-submit:not([size]):not([multiple]), .pagination .input-group-sm > .input-group-prepend > select.page-numbers.prev:not([size]):not([multiple]), .pagination .input-group-sm > .input-group-prepend > select.page-numbers.next:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.button:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.woocommerce-Button:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.woocommerce-button:not([size]):not([multiple]), #payment .place-order .input-group-sm > .input-group-append > select#place_order:not([size]):not([multiple]), #login .input-group-sm > .input-group-append > select#wp-submit:not([size]):not([multiple]), .pagination .input-group-sm > .input-group-append > select.page-numbers.prev:not([size]):not([multiple]), .pagination .input-group-sm > .input-group-append > select.page-numbers.next:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}
.form-control-lg, .input-group-lg > .form-control, .comment-form .input-group-lg > textarea#comment, .input-group-lg > .woocommerce-Input, .woocommerce-MyAccount-content .input-group-lg > input, .woocommerce-MyAccount-content .input-group-lg > textarea, .woocommerce-MyAccount-content .input-group-lg > select, .checkout .input-group-lg > input, .checkout .input-group-lg > textarea, .checkout .input-group-lg > select, #login .input-group-lg > input[type=text], #login .input-group-lg > input[type=password], .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .comment-form .input-group-lg > .input-group-prepend > input#submit, .input-group-lg > .input-group-prepend > .button, .input-group-lg > .input-group-prepend > .woocommerce-Button, .input-group-lg > .input-group-prepend > .woocommerce-button, #payment .place-order .input-group-lg > .input-group-prepend > #place_order, .homeeventbuttons .input-group-lg > .input-group-prepend > a, #login .input-group-lg > .input-group-prepend > #wp-submit, .navigation .input-group-lg > .input-group-prepend > a, .pagination .input-group-lg > .input-group-prepend > .page-numbers.prev, .pagination .input-group-lg > .input-group-prepend > .page-numbers.next, .input-group-lg > .input-group-append > .btn, .comment-form .input-group-lg > .input-group-append > input#submit, .input-group-lg > .input-group-append > .button, .input-group-lg > .input-group-append > .woocommerce-Button, .input-group-lg > .input-group-append > .woocommerce-button, #payment .place-order .input-group-lg > .input-group-append > #place_order, .homeeventbuttons .input-group-lg > .input-group-append > a, #login .input-group-lg > .input-group-append > #wp-submit, .navigation .input-group-lg > .input-group-append > a, .pagination .input-group-lg > .input-group-append > .page-numbers.prev, .pagination .input-group-lg > .input-group-append > .page-numbers.next {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.woocommerce-Input:not([size]):not([multiple]), .woocommerce-MyAccount-content .input-group-lg > select:not([size]):not([multiple]), .checkout .input-group-lg > select:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.button:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.woocommerce-Button:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.woocommerce-button:not([size]):not([multiple]), #payment .place-order .input-group-lg > .input-group-prepend > select#place_order:not([size]):not([multiple]), #login .input-group-lg > .input-group-prepend > select#wp-submit:not([size]):not([multiple]), .pagination .input-group-lg > .input-group-prepend > select.page-numbers.prev:not([size]):not([multiple]), .pagination .input-group-lg > .input-group-prepend > select.page-numbers.next:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.button:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.woocommerce-Button:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.woocommerce-button:not([size]):not([multiple]), #payment .place-order .input-group-lg > .input-group-append > select#place_order:not([size]):not([multiple]), #login .input-group-lg > .input-group-append > select#wp-submit:not([size]):not([multiple]), .pagination .input-group-lg > .input-group-append > select.page-numbers.prev:not([size]):not([multiple]), .pagination .input-group-lg > .input-group-append > select.page-numbers.next:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}
.form-group, .comment-form p.comment-form-comment, .comment-form p.form-submit, .woocommerce-form-row {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col, .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #a3c610;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(163, 198, 16, 0.8);
  border-radius: 0.2rem;
}
.was-validated .form-control:valid, .was-validated .comment-form textarea#comment:valid, .comment-form .was-validated textarea#comment:valid, .was-validated .woocommerce-Input:valid, .was-validated .woocommerce-MyAccount-content input:valid, .woocommerce-MyAccount-content .was-validated input:valid, .was-validated .woocommerce-MyAccount-content textarea:valid, .woocommerce-MyAccount-content .was-validated textarea:valid, .was-validated .woocommerce-MyAccount-content select:valid, .woocommerce-MyAccount-content .was-validated select:valid, .was-validated .checkout input:valid, .checkout .was-validated input:valid, .was-validated .checkout textarea:valid, .checkout .was-validated textarea:valid, .was-validated .checkout select:valid, .checkout .was-validated select:valid, .was-validated #login input[type=text]:valid, #login .was-validated input[type=text]:valid, .was-validated #login input[type=password]:valid, #login .was-validated input[type=password]:valid, .form-control.is-valid, .comment-form textarea.is-valid#comment, .is-valid.woocommerce-Input, .woocommerce-MyAccount-content input.is-valid, .woocommerce-MyAccount-content textarea.is-valid, .woocommerce-MyAccount-content select.is-valid, .checkout input.is-valid, .checkout textarea.is-valid, .checkout select.is-valid, #login input.is-valid[type=text], #login input.is-valid[type=password], .was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #a3c610;
}
.was-validated .form-control:valid:focus, .was-validated .comment-form textarea#comment:valid:focus, .comment-form .was-validated textarea#comment:valid:focus, .was-validated .woocommerce-Input:valid:focus, .was-validated .woocommerce-MyAccount-content input:valid:focus, .woocommerce-MyAccount-content .was-validated input:valid:focus, .was-validated .woocommerce-MyAccount-content textarea:valid:focus, .woocommerce-MyAccount-content .was-validated textarea:valid:focus, .was-validated .woocommerce-MyAccount-content select:valid:focus, .woocommerce-MyAccount-content .was-validated select:valid:focus, .was-validated .checkout input:valid:focus, .checkout .was-validated input:valid:focus, .was-validated .checkout textarea:valid:focus, .checkout .was-validated textarea:valid:focus, .was-validated .checkout select:valid:focus, .checkout .was-validated select:valid:focus, .was-validated #login input[type=text]:valid:focus, #login .was-validated input[type=text]:valid:focus, .was-validated #login input[type=password]:valid:focus, #login .was-validated input[type=password]:valid:focus, .form-control.is-valid:focus, .comment-form textarea.is-valid#comment:focus, .is-valid.woocommerce-Input:focus, .woocommerce-MyAccount-content input.is-valid:focus, .woocommerce-MyAccount-content textarea.is-valid:focus, .woocommerce-MyAccount-content select.is-valid:focus, .checkout input.is-valid:focus, .checkout textarea.is-valid:focus, .checkout select.is-valid:focus, #login input.is-valid[type=text]:focus, #login input.is-valid[type=password]:focus, .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #a3c610;
  box-shadow: 0 0 0 0.2rem rgba(163, 198, 16, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback, .was-validated .comment-form textarea#comment:valid ~ .valid-feedback, .comment-form .was-validated textarea#comment:valid ~ .valid-feedback, .was-validated .woocommerce-Input:valid ~ .valid-feedback, .was-validated .woocommerce-MyAccount-content input:valid ~ .valid-feedback, .woocommerce-MyAccount-content .was-validated input:valid ~ .valid-feedback, .was-validated .woocommerce-MyAccount-content textarea:valid ~ .valid-feedback, .woocommerce-MyAccount-content .was-validated textarea:valid ~ .valid-feedback, .was-validated .woocommerce-MyAccount-content select:valid ~ .valid-feedback, .woocommerce-MyAccount-content .was-validated select:valid ~ .valid-feedback, .was-validated .checkout input:valid ~ .valid-feedback, .checkout .was-validated input:valid ~ .valid-feedback, .was-validated .checkout textarea:valid ~ .valid-feedback, .checkout .was-validated textarea:valid ~ .valid-feedback, .was-validated .checkout select:valid ~ .valid-feedback, .checkout .was-validated select:valid ~ .valid-feedback, .was-validated #login input[type=text]:valid ~ .valid-feedback, #login .was-validated input[type=text]:valid ~ .valid-feedback, .was-validated #login input[type=password]:valid ~ .valid-feedback, #login .was-validated input[type=password]:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .was-validated .comment-form textarea#comment:valid ~ .valid-tooltip, .comment-form .was-validated textarea#comment:valid ~ .valid-tooltip, .was-validated .woocommerce-Input:valid ~ .valid-tooltip, .was-validated .woocommerce-MyAccount-content input:valid ~ .valid-tooltip, .woocommerce-MyAccount-content .was-validated input:valid ~ .valid-tooltip, .was-validated .woocommerce-MyAccount-content textarea:valid ~ .valid-tooltip, .woocommerce-MyAccount-content .was-validated textarea:valid ~ .valid-tooltip, .was-validated .woocommerce-MyAccount-content select:valid ~ .valid-tooltip, .woocommerce-MyAccount-content .was-validated select:valid ~ .valid-tooltip, .was-validated .checkout input:valid ~ .valid-tooltip, .checkout .was-validated input:valid ~ .valid-tooltip, .was-validated .checkout textarea:valid ~ .valid-tooltip, .checkout .was-validated textarea:valid ~ .valid-tooltip, .was-validated .checkout select:valid ~ .valid-tooltip, .checkout .was-validated select:valid ~ .valid-tooltip, .was-validated #login input[type=text]:valid ~ .valid-tooltip, #login .was-validated input[type=text]:valid ~ .valid-tooltip, .was-validated #login input[type=password]:valid ~ .valid-tooltip, #login .was-validated input[type=password]:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .comment-form textarea.is-valid#comment ~ .valid-feedback, .is-valid.woocommerce-Input ~ .valid-feedback, .woocommerce-MyAccount-content input.is-valid ~ .valid-feedback, .woocommerce-MyAccount-content textarea.is-valid ~ .valid-feedback, .woocommerce-MyAccount-content select.is-valid ~ .valid-feedback, .checkout input.is-valid ~ .valid-feedback, .checkout textarea.is-valid ~ .valid-feedback, .checkout select.is-valid ~ .valid-feedback, #login input.is-valid[type=text] ~ .valid-feedback, #login input.is-valid[type=password] ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .comment-form textarea.is-valid#comment ~ .valid-tooltip, .is-valid.woocommerce-Input ~ .valid-tooltip, .woocommerce-MyAccount-content input.is-valid ~ .valid-tooltip, .woocommerce-MyAccount-content textarea.is-valid ~ .valid-tooltip, .woocommerce-MyAccount-content select.is-valid ~ .valid-tooltip, .checkout input.is-valid ~ .valid-tooltip, .checkout textarea.is-valid ~ .valid-tooltip, .checkout select.is-valid ~ .valid-tooltip, #login input.is-valid[type=text] ~ .valid-tooltip, #login input.is-valid[type=password] ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #a3c610;
}
.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #a3c610;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #d7f263;
}
.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #c5ed1c;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(163, 198, 16, 0.25);
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #a3c610;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(163, 198, 16, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #BF311A;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(191, 49, 26, 0.8);
  border-radius: 0.2rem;
}
.was-validated .form-control:invalid, .was-validated .comment-form textarea#comment:invalid, .comment-form .was-validated textarea#comment:invalid, .was-validated .woocommerce-Input:invalid, .was-validated .woocommerce-MyAccount-content input:invalid, .woocommerce-MyAccount-content .was-validated input:invalid, .was-validated .woocommerce-MyAccount-content textarea:invalid, .woocommerce-MyAccount-content .was-validated textarea:invalid, .was-validated .woocommerce-MyAccount-content select:invalid, .woocommerce-MyAccount-content .was-validated select:invalid, .was-validated .checkout input:invalid, .checkout .was-validated input:invalid, .was-validated .checkout textarea:invalid, .checkout .was-validated textarea:invalid, .was-validated .checkout select:invalid, .checkout .was-validated select:invalid, .was-validated #login input[type=text]:invalid, #login .was-validated input[type=text]:invalid, .was-validated #login input[type=password]:invalid, #login .was-validated input[type=password]:invalid, .form-control.is-invalid, .comment-form textarea.is-invalid#comment, .is-invalid.woocommerce-Input, .woocommerce-MyAccount-content input.is-invalid, .woocommerce-MyAccount-content textarea.is-invalid, .woocommerce-MyAccount-content select.is-invalid, .checkout input.is-invalid, .checkout textarea.is-invalid, .checkout select.is-invalid, #login input.is-invalid[type=text], #login input.is-invalid[type=password], .was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #BF311A;
}
.was-validated .form-control:invalid:focus, .was-validated .comment-form textarea#comment:invalid:focus, .comment-form .was-validated textarea#comment:invalid:focus, .was-validated .woocommerce-Input:invalid:focus, .was-validated .woocommerce-MyAccount-content input:invalid:focus, .woocommerce-MyAccount-content .was-validated input:invalid:focus, .was-validated .woocommerce-MyAccount-content textarea:invalid:focus, .woocommerce-MyAccount-content .was-validated textarea:invalid:focus, .was-validated .woocommerce-MyAccount-content select:invalid:focus, .woocommerce-MyAccount-content .was-validated select:invalid:focus, .was-validated .checkout input:invalid:focus, .checkout .was-validated input:invalid:focus, .was-validated .checkout textarea:invalid:focus, .checkout .was-validated textarea:invalid:focus, .was-validated .checkout select:invalid:focus, .checkout .was-validated select:invalid:focus, .was-validated #login input[type=text]:invalid:focus, #login .was-validated input[type=text]:invalid:focus, .was-validated #login input[type=password]:invalid:focus, #login .was-validated input[type=password]:invalid:focus, .form-control.is-invalid:focus, .comment-form textarea.is-invalid#comment:focus, .is-invalid.woocommerce-Input:focus, .woocommerce-MyAccount-content input.is-invalid:focus, .woocommerce-MyAccount-content textarea.is-invalid:focus, .woocommerce-MyAccount-content select.is-invalid:focus, .checkout input.is-invalid:focus, .checkout textarea.is-invalid:focus, .checkout select.is-invalid:focus, #login input.is-invalid[type=text]:focus, #login input.is-invalid[type=password]:focus, .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #BF311A;
  box-shadow: 0 0 0 0.2rem rgba(191, 49, 26, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .comment-form textarea#comment:invalid ~ .invalid-feedback, .comment-form .was-validated textarea#comment:invalid ~ .invalid-feedback, .was-validated .woocommerce-Input:invalid ~ .invalid-feedback, .was-validated .woocommerce-MyAccount-content input:invalid ~ .invalid-feedback, .woocommerce-MyAccount-content .was-validated input:invalid ~ .invalid-feedback, .was-validated .woocommerce-MyAccount-content textarea:invalid ~ .invalid-feedback, .woocommerce-MyAccount-content .was-validated textarea:invalid ~ .invalid-feedback, .was-validated .woocommerce-MyAccount-content select:invalid ~ .invalid-feedback, .woocommerce-MyAccount-content .was-validated select:invalid ~ .invalid-feedback, .was-validated .checkout input:invalid ~ .invalid-feedback, .checkout .was-validated input:invalid ~ .invalid-feedback, .was-validated .checkout textarea:invalid ~ .invalid-feedback, .checkout .was-validated textarea:invalid ~ .invalid-feedback, .was-validated .checkout select:invalid ~ .invalid-feedback, .checkout .was-validated select:invalid ~ .invalid-feedback, .was-validated #login input[type=text]:invalid ~ .invalid-feedback, #login .was-validated input[type=text]:invalid ~ .invalid-feedback, .was-validated #login input[type=password]:invalid ~ .invalid-feedback, #login .was-validated input[type=password]:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .was-validated .comment-form textarea#comment:invalid ~ .invalid-tooltip, .comment-form .was-validated textarea#comment:invalid ~ .invalid-tooltip, .was-validated .woocommerce-Input:invalid ~ .invalid-tooltip, .was-validated .woocommerce-MyAccount-content input:invalid ~ .invalid-tooltip, .woocommerce-MyAccount-content .was-validated input:invalid ~ .invalid-tooltip, .was-validated .woocommerce-MyAccount-content textarea:invalid ~ .invalid-tooltip, .woocommerce-MyAccount-content .was-validated textarea:invalid ~ .invalid-tooltip, .was-validated .woocommerce-MyAccount-content select:invalid ~ .invalid-tooltip, .woocommerce-MyAccount-content .was-validated select:invalid ~ .invalid-tooltip, .was-validated .checkout input:invalid ~ .invalid-tooltip, .checkout .was-validated input:invalid ~ .invalid-tooltip, .was-validated .checkout textarea:invalid ~ .invalid-tooltip, .checkout .was-validated textarea:invalid ~ .invalid-tooltip, .was-validated .checkout select:invalid ~ .invalid-tooltip, .checkout .was-validated select:invalid ~ .invalid-tooltip, .was-validated #login input[type=text]:invalid ~ .invalid-tooltip, #login .was-validated input[type=text]:invalid ~ .invalid-tooltip, .was-validated #login input[type=password]:invalid ~ .invalid-tooltip, #login .was-validated input[type=password]:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .comment-form textarea.is-invalid#comment ~ .invalid-feedback, .is-invalid.woocommerce-Input ~ .invalid-feedback, .woocommerce-MyAccount-content input.is-invalid ~ .invalid-feedback, .woocommerce-MyAccount-content textarea.is-invalid ~ .invalid-feedback, .woocommerce-MyAccount-content select.is-invalid ~ .invalid-feedback, .checkout input.is-invalid ~ .invalid-feedback, .checkout textarea.is-invalid ~ .invalid-feedback, .checkout select.is-invalid ~ .invalid-feedback, #login input.is-invalid[type=text] ~ .invalid-feedback, #login input.is-invalid[type=password] ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .comment-form textarea.is-invalid#comment ~ .invalid-tooltip, .is-invalid.woocommerce-Input ~ .invalid-tooltip, .woocommerce-MyAccount-content input.is-invalid ~ .invalid-tooltip, .woocommerce-MyAccount-content textarea.is-invalid ~ .invalid-tooltip, .woocommerce-MyAccount-content select.is-invalid ~ .invalid-tooltip, .checkout input.is-invalid ~ .invalid-tooltip, .checkout textarea.is-invalid ~ .invalid-tooltip, .checkout select.is-invalid ~ .invalid-tooltip, #login input.is-invalid[type=text] ~ .invalid-tooltip, #login input.is-invalid[type=password] ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #BF311A;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #BF311A;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #eb7f6d;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e2442a;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(191, 49, 26, 0.25);
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #BF311A;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(191, 49, 26, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group, .form-inline .comment-form p.comment-form-comment, .comment-form .form-inline p.comment-form-comment, .form-inline .comment-form p.form-submit, .comment-form .form-inline p.form-submit, .form-inline .woocommerce-form-row {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline .comment-form textarea#comment, .comment-form .form-inline textarea#comment, .form-inline .woocommerce-Input, .form-inline .woocommerce-MyAccount-content input, .woocommerce-MyAccount-content .form-inline input, .form-inline .woocommerce-MyAccount-content textarea, .woocommerce-MyAccount-content .form-inline textarea, .form-inline .woocommerce-MyAccount-content select, .woocommerce-MyAccount-content .form-inline select, .form-inline .checkout input, .checkout .form-inline input, .form-inline .checkout textarea, .checkout .form-inline textarea, .form-inline .checkout select, .checkout .form-inline select, .form-inline #login input[type=text], #login .form-inline input[type=text], .form-inline #login input[type=password], #login .form-inline input[type=password] {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn, .comment-form input#submit, .button, .woocommerce-Button, .woocommerce-button, #payment .place-order #place_order, .homeeventbuttons a, #login #wp-submit, .navigation a, .pagination .page-numbers.prev, .pagination .page-numbers.next {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover, .comment-form input#submit:hover, .button:hover, .woocommerce-Button:hover, .woocommerce-button:hover, #payment .place-order #place_order:hover, .homeeventbuttons a:hover, #login #wp-submit:hover, .navigation a:hover, .pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover, .btn:focus, .comment-form input#submit:focus, .button:focus, .woocommerce-Button:focus, .woocommerce-button:focus, #payment .place-order #place_order:focus, .homeeventbuttons a:focus, #login #wp-submit:focus, .navigation a:focus, .pagination .page-numbers.prev:focus, .pagination .page-numbers.next:focus {
  text-decoration: none;
}
.btn:focus, .comment-form input#submit:focus, .button:focus, .woocommerce-Button:focus, .woocommerce-button:focus, #payment .place-order #place_order:focus, .homeeventbuttons a:focus, #login #wp-submit:focus, .navigation a:focus, .pagination .page-numbers.prev:focus, .pagination .page-numbers.next:focus, .btn.focus, .comment-form input.focus#submit, .focus.button, .focus.woocommerce-Button, .focus.woocommerce-button, #payment .place-order .focus#place_order, .homeeventbuttons a.focus, #login .focus#wp-submit, .navigation a.focus, .pagination .focus.page-numbers.prev, .pagination .focus.page-numbers.next {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .comment-form input.disabled#submit, .disabled.button, .disabled.woocommerce-Button, .disabled.woocommerce-button, #payment .place-order .disabled#place_order, .homeeventbuttons a.disabled, #login .disabled#wp-submit, .navigation a.disabled, .pagination .disabled.page-numbers.prev, .pagination .disabled.page-numbers.next, .btn:disabled, .comment-form input#submit:disabled, .button:disabled, .woocommerce-Button:disabled, .woocommerce-button:disabled, #payment .place-order #place_order:disabled, .homeeventbuttons a:disabled, #login #wp-submit:disabled, .navigation a:disabled, .pagination .page-numbers.prev:disabled, .pagination .page-numbers.next:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .comment-form input#submit:not(:disabled):not(.disabled), .button:not(:disabled):not(.disabled), .woocommerce-Button:not(:disabled):not(.disabled), .woocommerce-button:not(:disabled):not(.disabled), #payment .place-order #place_order:not(:disabled):not(.disabled), .homeeventbuttons a:not(:disabled):not(.disabled), #login #wp-submit:not(:disabled):not(.disabled), .navigation a:not(:disabled):not(.disabled), .pagination .page-numbers.prev:not(:disabled):not(.disabled), .pagination .page-numbers.next:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .comment-form input#submit:not(:disabled):not(.disabled):active, .button:not(:disabled):not(.disabled):active, .woocommerce-Button:not(:disabled):not(.disabled):active, .woocommerce-button:not(:disabled):not(.disabled):active, #payment .place-order #place_order:not(:disabled):not(.disabled):active, .homeeventbuttons a:not(:disabled):not(.disabled):active, #login #wp-submit:not(:disabled):not(.disabled):active, .navigation a:not(:disabled):not(.disabled):active, .pagination .page-numbers.prev:not(:disabled):not(.disabled):active, .pagination .page-numbers.next:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .comment-form input.active#submit:not(.disabled):not(:disabled), .active.button:not(.disabled):not(:disabled), .active.woocommerce-Button:not(.disabled):not(:disabled), .active.woocommerce-button:not(.disabled):not(:disabled), #payment .place-order .active#place_order:not(.disabled):not(:disabled), .homeeventbuttons a.active:not(.disabled):not(:disabled), #login .active#wp-submit:not(.disabled):not(:disabled), .navigation a.active:not(.disabled):not(:disabled), .pagination .active.page-numbers.prev:not(.disabled):not(:disabled), .pagination .active.page-numbers.next:not(.disabled):not(:disabled) {
  background-image: none;
}
a.btn.disabled, a.disabled.button, a.disabled.woocommerce-Button, a.disabled.woocommerce-button, #payment .place-order a.disabled#place_order, .homeeventbuttons a.disabled, #login a.disabled#wp-submit, .navigation a.disabled, .pagination a.disabled.page-numbers.prev, .pagination a.disabled.page-numbers.next, fieldset:disabled a.btn, fieldset:disabled a.button, fieldset:disabled a.woocommerce-Button, fieldset:disabled a.woocommerce-button, fieldset:disabled #payment .place-order a#place_order, #payment .place-order fieldset:disabled a#place_order, fieldset:disabled .homeeventbuttons a, .homeeventbuttons fieldset:disabled a, fieldset:disabled #login a#wp-submit, #login fieldset:disabled a#wp-submit, fieldset:disabled .navigation a, .navigation fieldset:disabled a, fieldset:disabled .pagination a.page-numbers.prev, .pagination fieldset:disabled a.page-numbers.prev, fieldset:disabled .pagination a.page-numbers.next, .pagination fieldset:disabled a.page-numbers.next {
  pointer-events: none;
}
.btn-primary {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-success {
  color: #212529;
  background-color: #a3c610;
  border-color: #a3c610;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #86a30d;
  border-color: #7c970c;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(163, 198, 16, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #a3c610;
  border-color: #a3c610;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #7c970c;
  border-color: #728b0b;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(163, 198, 16, 0.5);
}
.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
  color: #ffffff;
  background-color: #BF311A;
  border-color: #BF311A;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #9d2815;
  border-color: #922514;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(191, 49, 26, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #BF311A;
  border-color: #BF311A;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #922514;
  border-color: #872312;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(191, 49, 26, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #a3c610;
  background-color: transparent;
  background-image: none;
  border-color: #a3c610;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #a3c610;
  border-color: #a3c610;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(163, 198, 16, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #a3c610;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #a3c610;
  border-color: #a3c610;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(163, 198, 16, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #BF311A;
  background-color: transparent;
  background-image: none;
  border-color: #BF311A;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #BF311A;
  border-color: #BF311A;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(191, 49, 26, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #BF311A;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #BF311A;
  border-color: #BF311A;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(191, 49, 26, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}
.btn-lg, .btn-group-lg > .btn, .comment-form .btn-group-lg > input#submit, .btn-group-lg > .button, .btn-group-lg > .woocommerce-Button, .btn-group-lg > .woocommerce-button, #payment .place-order .btn-group-lg > #place_order, .homeeventbuttons .btn-group-lg > a, #login .btn-group-lg > #wp-submit, .navigation .btn-group-lg > a, .pagination .btn-group-lg > .page-numbers.prev, .pagination .btn-group-lg > .page-numbers.next, #payment .place-order #place_order {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn, .comment-form .btn-group-sm > input#submit, .btn-group-sm > .button, .btn-group-sm > .woocommerce-Button, .btn-group-sm > .woocommerce-button, #payment .place-order .btn-group-sm > #place_order, .homeeventbuttons .btn-group-sm > a, #login .btn-group-sm > #wp-submit, .navigation .btn-group-sm > a, .pagination .btn-group-sm > .page-numbers.prev, .pagination .btn-group-sm > .page-numbers.next, .button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.show {
  display: block;
}
tr.collapse.show {
  display: table-row;
}
tbody.collapse.show {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.dropup, .dropdown {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(29, 29, 27, 0.15);
  border-radius: 0.25rem;
}
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .comment-form .btn-group > input#submit, .btn-group > .button, .btn-group > .woocommerce-Button, .btn-group > .woocommerce-button, #payment .place-order .btn-group > #place_order, .homeeventbuttons .btn-group > a, #login .btn-group > #wp-submit, .navigation .btn-group > a, .pagination .btn-group > .page-numbers.prev, .pagination .btn-group > .page-numbers.next, .btn-group-vertical > .btn, .comment-form .btn-group-vertical > input#submit, .btn-group-vertical > .button, .btn-group-vertical > .woocommerce-Button, .btn-group-vertical > .woocommerce-button, #payment .place-order .btn-group-vertical > #place_order, .homeeventbuttons .btn-group-vertical > a, #login .btn-group-vertical > #wp-submit, .navigation .btn-group-vertical > a, .pagination .btn-group-vertical > .page-numbers.prev, .pagination .btn-group-vertical > .page-numbers.next {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover, .comment-form .btn-group > input#submit:hover, .btn-group > .button:hover, .btn-group > .woocommerce-Button:hover, .btn-group > .woocommerce-button:hover, #payment .place-order .btn-group > #place_order:hover, .homeeventbuttons .btn-group > a:hover, #login .btn-group > #wp-submit:hover, .navigation .btn-group > a:hover, .pagination .btn-group > .page-numbers.prev:hover, .pagination .btn-group > .page-numbers.next:hover, .btn-group-vertical > .btn:hover, .comment-form .btn-group-vertical > input#submit:hover, .btn-group-vertical > .button:hover, .btn-group-vertical > .woocommerce-Button:hover, .btn-group-vertical > .woocommerce-button:hover, #payment .place-order .btn-group-vertical > #place_order:hover, .homeeventbuttons .btn-group-vertical > a:hover, #login .btn-group-vertical > #wp-submit:hover, .navigation .btn-group-vertical > a:hover, .pagination .btn-group-vertical > .page-numbers.prev:hover, .pagination .btn-group-vertical > .page-numbers.next:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .comment-form .btn-group > input#submit:focus, .btn-group > .button:focus, .btn-group > .woocommerce-Button:focus, .btn-group > .woocommerce-button:focus, #payment .place-order .btn-group > #place_order:focus, .homeeventbuttons .btn-group > a:focus, #login .btn-group > #wp-submit:focus, .navigation .btn-group > a:focus, .pagination .btn-group > .page-numbers.prev:focus, .pagination .btn-group > .page-numbers.next:focus, .btn-group > .btn:active, .comment-form .btn-group > input#submit:active, .btn-group > .button:active, .btn-group > .woocommerce-Button:active, .btn-group > .woocommerce-button:active, #payment .place-order .btn-group > #place_order:active, .homeeventbuttons .btn-group > a:active, #login .btn-group > #wp-submit:active, .navigation .btn-group > a:active, .pagination .btn-group > .page-numbers.prev:active, .pagination .btn-group > .page-numbers.next:active, .btn-group > .btn.active, .comment-form .btn-group > input.active#submit, .btn-group > .active.button, .btn-group > .active.woocommerce-Button, .btn-group > .active.woocommerce-button, #payment .place-order .btn-group > .active#place_order, .homeeventbuttons .btn-group > a.active, #login .btn-group > .active#wp-submit, .navigation .btn-group > a.active, .pagination .btn-group > .active.page-numbers.prev, .pagination .btn-group > .active.page-numbers.next, .btn-group-vertical > .btn:focus, .comment-form .btn-group-vertical > input#submit:focus, .btn-group-vertical > .button:focus, .btn-group-vertical > .woocommerce-Button:focus, .btn-group-vertical > .woocommerce-button:focus, #payment .place-order .btn-group-vertical > #place_order:focus, .homeeventbuttons .btn-group-vertical > a:focus, #login .btn-group-vertical > #wp-submit:focus, .navigation .btn-group-vertical > a:focus, .pagination .btn-group-vertical > .page-numbers.prev:focus, .pagination .btn-group-vertical > .page-numbers.next:focus, .btn-group-vertical > .btn:active, .comment-form .btn-group-vertical > input#submit:active, .btn-group-vertical > .button:active, .btn-group-vertical > .woocommerce-Button:active, .btn-group-vertical > .woocommerce-button:active, #payment .place-order .btn-group-vertical > #place_order:active, .homeeventbuttons .btn-group-vertical > a:active, #login .btn-group-vertical > #wp-submit:active, .navigation .btn-group-vertical > a:active, .pagination .btn-group-vertical > .page-numbers.prev:active, .pagination .btn-group-vertical > .page-numbers.next:active, .btn-group-vertical > .btn.active, .comment-form .btn-group-vertical > input.active#submit, .btn-group-vertical > .active.button, .btn-group-vertical > .active.woocommerce-Button, .btn-group-vertical > .active.woocommerce-button, #payment .place-order .btn-group-vertical > .active#place_order, .homeeventbuttons .btn-group-vertical > a.active, #login .btn-group-vertical > .active#wp-submit, .navigation .btn-group-vertical > a.active, .pagination .btn-group-vertical > .active.page-numbers.prev, .pagination .btn-group-vertical > .active.page-numbers.next {
  z-index: 1;
}
.btn-group .btn + .btn, .btn-group .comment-form input#submit + .btn, .btn-group .comment-form .comment-form input#submit + input#submit, .comment-form .btn-group .comment-form input#submit + input#submit, .btn-group .comment-form input#submit + .button, .btn-group .comment-form input#submit + .woocommerce-Button, .btn-group .comment-form input#submit + .woocommerce-button, .btn-group .comment-form #payment .place-order input#submit + #place_order, #payment .place-order .btn-group .comment-form input#submit + #place_order, .btn-group .comment-form .homeeventbuttons input#submit + a, .homeeventbuttons .btn-group .comment-form input#submit + a, .btn-group .comment-form #login input#submit + #wp-submit, #login .btn-group .comment-form input#submit + #wp-submit, .btn-group .comment-form .navigation input#submit + a, .navigation .btn-group .comment-form input#submit + a, .btn-group .comment-form .pagination input#submit + .page-numbers.prev, .pagination .btn-group .comment-form input#submit + .page-numbers.prev, .btn-group .comment-form .pagination input#submit + .page-numbers.next, .pagination .btn-group .comment-form input#submit + .page-numbers.next, .comment-form .btn-group input#submit + .btn, .btn-group .button + .btn, .btn-group .comment-form .button + input#submit, .comment-form .btn-group .button + input#submit, .btn-group .button + .button, .btn-group .button + .woocommerce-Button, .btn-group .button + .woocommerce-button, .btn-group #payment .place-order .button + #place_order, #payment .place-order .btn-group .button + #place_order, .btn-group .homeeventbuttons .button + a, .homeeventbuttons .btn-group .button + a, .btn-group #login .button + #wp-submit, #login .btn-group .button + #wp-submit, .btn-group .navigation .button + a, .navigation .btn-group .button + a, .btn-group .pagination .button + .page-numbers.prev, .pagination .btn-group .button + .page-numbers.prev, .btn-group .pagination .button + .page-numbers.next, .pagination .btn-group .button + .page-numbers.next, .btn-group .woocommerce-Button + .btn, .btn-group .comment-form .woocommerce-Button + input#submit, .comment-form .btn-group .woocommerce-Button + input#submit, .btn-group .woocommerce-Button + .button, .btn-group .woocommerce-Button + .woocommerce-Button, .btn-group .woocommerce-Button + .woocommerce-button, .btn-group #payment .place-order .woocommerce-Button + #place_order, #payment .place-order .btn-group .woocommerce-Button + #place_order, .btn-group .homeeventbuttons .woocommerce-Button + a, .homeeventbuttons .btn-group .woocommerce-Button + a, .btn-group #login .woocommerce-Button + #wp-submit, #login .btn-group .woocommerce-Button + #wp-submit, .btn-group .navigation .woocommerce-Button + a, .navigation .btn-group .woocommerce-Button + a, .btn-group .pagination .woocommerce-Button + .page-numbers.prev, .pagination .btn-group .woocommerce-Button + .page-numbers.prev, .btn-group .pagination .woocommerce-Button + .page-numbers.next, .pagination .btn-group .woocommerce-Button + .page-numbers.next, .btn-group .woocommerce-button + .btn, .btn-group .comment-form .woocommerce-button + input#submit, .comment-form .btn-group .woocommerce-button + input#submit, .btn-group .woocommerce-button + .button, .btn-group .woocommerce-button + .woocommerce-Button, .btn-group .woocommerce-button + .woocommerce-button, .btn-group #payment .place-order .woocommerce-button + #place_order, #payment .place-order .btn-group .woocommerce-button + #place_order, .btn-group .homeeventbuttons .woocommerce-button + a, .homeeventbuttons .btn-group .woocommerce-button + a, .btn-group #login .woocommerce-button + #wp-submit, #login .btn-group .woocommerce-button + #wp-submit, .btn-group .navigation .woocommerce-button + a, .navigation .btn-group .woocommerce-button + a, .btn-group .pagination .woocommerce-button + .page-numbers.prev, .pagination .btn-group .woocommerce-button + .page-numbers.prev, .btn-group .pagination .woocommerce-button + .page-numbers.next, .pagination .btn-group .woocommerce-button + .page-numbers.next, .btn-group #payment .place-order #place_order + .btn, .btn-group #payment .place-order .comment-form #place_order + input#submit, .comment-form .btn-group #payment .place-order #place_order + input#submit, .btn-group #payment .place-order #place_order + .button, .btn-group #payment .place-order #place_order + .woocommerce-Button, .btn-group #payment .place-order #place_order + .woocommerce-button, .btn-group #payment .place-order #payment .place-order #place_order + #place_order, #payment .place-order .btn-group #payment .place-order #place_order + #place_order, .btn-group #payment .place-order .homeeventbuttons #place_order + a, .homeeventbuttons .btn-group #payment .place-order #place_order + a, .btn-group #payment .place-order #login #place_order + #wp-submit, #login .btn-group #payment .place-order #place_order + #wp-submit, .btn-group #payment .place-order .navigation #place_order + a, .navigation .btn-group #payment .place-order #place_order + a, .btn-group #payment .place-order .pagination #place_order + .page-numbers.prev, .pagination .btn-group #payment .place-order #place_order + .page-numbers.prev, .btn-group #payment .place-order .pagination #place_order + .page-numbers.next, .pagination .btn-group #payment .place-order #place_order + .page-numbers.next, #payment .place-order .btn-group #place_order + .btn, .btn-group .homeeventbuttons a + .btn, .btn-group .homeeventbuttons .comment-form a + input#submit, .comment-form .btn-group .homeeventbuttons a + input#submit, .btn-group .homeeventbuttons a + .button, .btn-group .homeeventbuttons a + .woocommerce-Button, .btn-group .homeeventbuttons a + .woocommerce-button, .btn-group .homeeventbuttons #payment .place-order a + #place_order, #payment .place-order .btn-group .homeeventbuttons a + #place_order, .btn-group .homeeventbuttons .homeeventbuttons a + a, .homeeventbuttons .btn-group .homeeventbuttons a + a, .btn-group .homeeventbuttons #login a + #wp-submit, #login .btn-group .homeeventbuttons a + #wp-submit, .btn-group .homeeventbuttons .navigation a + a, .navigation .btn-group .homeeventbuttons a + a, .btn-group .homeeventbuttons .pagination a + .page-numbers.prev, .pagination .btn-group .homeeventbuttons a + .page-numbers.prev, .btn-group .homeeventbuttons .pagination a + .page-numbers.next, .pagination .btn-group .homeeventbuttons a + .page-numbers.next, .homeeventbuttons .btn-group a + .btn, .btn-group #login #wp-submit + .btn, .btn-group #login .comment-form #wp-submit + input#submit, .comment-form .btn-group #login #wp-submit + input#submit, .btn-group #login #wp-submit + .button, .btn-group #login #wp-submit + .woocommerce-Button, .btn-group #login #wp-submit + .woocommerce-button, .btn-group #login #payment .place-order #wp-submit + #place_order, #payment .place-order .btn-group #login #wp-submit + #place_order, .btn-group #login .homeeventbuttons #wp-submit + a, .homeeventbuttons .btn-group #login #wp-submit + a, .btn-group #login #login #wp-submit + #wp-submit, #login .btn-group #login #wp-submit + #wp-submit, .btn-group #login .navigation #wp-submit + a, .navigation .btn-group #login #wp-submit + a, .btn-group #login .pagination #wp-submit + .page-numbers.prev, .pagination .btn-group #login #wp-submit + .page-numbers.prev, .btn-group #login .pagination #wp-submit + .page-numbers.next, .pagination .btn-group #login #wp-submit + .page-numbers.next, #login .btn-group #wp-submit + .btn, .btn-group .navigation a + .btn, .btn-group .navigation .comment-form a + input#submit, .comment-form .btn-group .navigation a + input#submit, .btn-group .navigation a + .button, .btn-group .navigation a + .woocommerce-Button, .btn-group .navigation a + .woocommerce-button, .btn-group .navigation #payment .place-order a + #place_order, #payment .place-order .btn-group .navigation a + #place_order, .btn-group .navigation .homeeventbuttons a + a, .homeeventbuttons .btn-group .navigation a + a, .btn-group .navigation #login a + #wp-submit, #login .btn-group .navigation a + #wp-submit, .btn-group .navigation .navigation a + a, .navigation .btn-group .navigation a + a, .btn-group .navigation .pagination a + .page-numbers.prev, .pagination .btn-group .navigation a + .page-numbers.prev, .btn-group .navigation .pagination a + .page-numbers.next, .pagination .btn-group .navigation a + .page-numbers.next, .navigation .btn-group a + .btn, .btn-group .pagination .page-numbers.prev + .btn, .btn-group .pagination .comment-form .page-numbers.prev + input#submit, .comment-form .btn-group .pagination .page-numbers.prev + input#submit, .btn-group .pagination .page-numbers.prev + .button, .btn-group .pagination .page-numbers.prev + .woocommerce-Button, .btn-group .pagination .page-numbers.prev + .woocommerce-button, .btn-group .pagination #payment .place-order .page-numbers.prev + #place_order, #payment .place-order .btn-group .pagination .page-numbers.prev + #place_order, .btn-group .pagination .homeeventbuttons .page-numbers.prev + a, .homeeventbuttons .btn-group .pagination .page-numbers.prev + a, .btn-group .pagination #login .page-numbers.prev + #wp-submit, #login .btn-group .pagination .page-numbers.prev + #wp-submit, .btn-group .pagination .navigation .page-numbers.prev + a, .navigation .btn-group .pagination .page-numbers.prev + a, .btn-group .pagination .pagination .page-numbers.prev + .page-numbers.prev, .pagination .btn-group .pagination .page-numbers.prev + .page-numbers.prev, .btn-group .pagination .pagination .page-numbers.prev + .page-numbers.next, .pagination .btn-group .pagination .page-numbers.prev + .page-numbers.next, .pagination .btn-group .page-numbers.prev + .btn, .btn-group .pagination .page-numbers.next + .btn, .btn-group .pagination .comment-form .page-numbers.next + input#submit, .comment-form .btn-group .pagination .page-numbers.next + input#submit, .btn-group .pagination .page-numbers.next + .button, .btn-group .pagination .page-numbers.next + .woocommerce-Button, .btn-group .pagination .page-numbers.next + .woocommerce-button, .btn-group .pagination #payment .place-order .page-numbers.next + #place_order, #payment .place-order .btn-group .pagination .page-numbers.next + #place_order, .btn-group .pagination .homeeventbuttons .page-numbers.next + a, .homeeventbuttons .btn-group .pagination .page-numbers.next + a, .btn-group .pagination #login .page-numbers.next + #wp-submit, #login .btn-group .pagination .page-numbers.next + #wp-submit, .btn-group .pagination .navigation .page-numbers.next + a, .navigation .btn-group .pagination .page-numbers.next + a, .btn-group .pagination .pagination .page-numbers.next + .page-numbers.prev, .pagination .btn-group .pagination .page-numbers.next + .page-numbers.prev, .btn-group .pagination .pagination .page-numbers.next + .page-numbers.next, .pagination .btn-group .pagination .page-numbers.next + .page-numbers.next, .pagination .btn-group .page-numbers.next + .btn, .btn-group .comment-form .btn + input#submit, .comment-form .btn-group .btn + input#submit, .btn-group .btn + .button, .btn-group .btn + .woocommerce-Button, .btn-group .btn + .woocommerce-button, .btn-group #payment .place-order .btn + #place_order, .btn-group #payment .place-order .comment-form input#submit + #place_order, .comment-form .btn-group #payment .place-order input#submit + #place_order, .btn-group #payment .place-order .homeeventbuttons a + #place_order, .homeeventbuttons .btn-group #payment .place-order a + #place_order, .btn-group #payment .place-order #login #wp-submit + #place_order, #login .btn-group #payment .place-order #wp-submit + #place_order, .btn-group #payment .place-order .navigation a + #place_order, .navigation .btn-group #payment .place-order a + #place_order, .btn-group #payment .place-order .pagination .page-numbers.prev + #place_order, .pagination .btn-group #payment .place-order .page-numbers.prev + #place_order, .btn-group #payment .place-order .pagination .page-numbers.next + #place_order, .pagination .btn-group #payment .place-order .page-numbers.next + #place_order, #payment .place-order .btn-group .btn + #place_order, .btn-group .homeeventbuttons .btn + a, .homeeventbuttons .btn-group .btn + a, .btn-group #login .btn + #wp-submit, #login .btn-group .btn + #wp-submit, .btn-group .navigation .btn + a, .navigation .btn-group .btn + a, .btn-group .pagination .btn + .page-numbers.prev, .pagination .btn-group .btn + .page-numbers.prev, .btn-group .pagination .btn + .page-numbers.next, .pagination .btn-group .btn + .page-numbers.next, .btn-group .btn + .btn-group, .btn-group .comment-form input#submit + .btn-group, .comment-form .btn-group input#submit + .btn-group, .btn-group .button + .btn-group, .btn-group .woocommerce-Button + .btn-group, .btn-group .woocommerce-button + .btn-group, .btn-group #payment .place-order #place_order + .btn-group, #payment .place-order .btn-group #place_order + .btn-group, .btn-group .homeeventbuttons a + .btn-group, .homeeventbuttons .btn-group a + .btn-group, .btn-group #login #wp-submit + .btn-group, #login .btn-group #wp-submit + .btn-group, .btn-group .navigation a + .btn-group, .navigation .btn-group a + .btn-group, .btn-group .pagination .page-numbers.prev + .btn-group, .pagination .btn-group .page-numbers.prev + .btn-group, .btn-group .pagination .page-numbers.next + .btn-group, .pagination .btn-group .page-numbers.next + .btn-group, .btn-group .btn-group + .btn, .btn-group .comment-form .btn-group + input#submit, .comment-form .btn-group .btn-group + input#submit, .btn-group .btn-group + .button, .btn-group .btn-group + .woocommerce-Button, .btn-group .btn-group + .woocommerce-button, .btn-group #payment .place-order .btn-group + #place_order, #payment .place-order .btn-group .btn-group + #place_order, .btn-group .homeeventbuttons .btn-group + a, .homeeventbuttons .btn-group .btn-group + a, .btn-group #login .btn-group + #wp-submit, #login .btn-group .btn-group + #wp-submit, .btn-group .navigation .btn-group + a, .navigation .btn-group .btn-group + a, .btn-group .pagination .btn-group + .page-numbers.prev, .pagination .btn-group .btn-group + .page-numbers.prev, .btn-group .pagination .btn-group + .page-numbers.next, .pagination .btn-group .btn-group + .page-numbers.next, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .comment-form input#submit + .btn, .btn-group-vertical .comment-form .comment-form input#submit + input#submit, .comment-form .btn-group-vertical .comment-form input#submit + input#submit, .btn-group-vertical .comment-form input#submit + .button, .btn-group-vertical .comment-form input#submit + .woocommerce-Button, .btn-group-vertical .comment-form input#submit + .woocommerce-button, .btn-group-vertical .comment-form #payment .place-order input#submit + #place_order, #payment .place-order .btn-group-vertical .comment-form input#submit + #place_order, .btn-group-vertical .comment-form .homeeventbuttons input#submit + a, .homeeventbuttons .btn-group-vertical .comment-form input#submit + a, .btn-group-vertical .comment-form #login input#submit + #wp-submit, #login .btn-group-vertical .comment-form input#submit + #wp-submit, .btn-group-vertical .comment-form .navigation input#submit + a, .navigation .btn-group-vertical .comment-form input#submit + a, .btn-group-vertical .comment-form .pagination input#submit + .page-numbers.prev, .pagination .btn-group-vertical .comment-form input#submit + .page-numbers.prev, .btn-group-vertical .comment-form .pagination input#submit + .page-numbers.next, .pagination .btn-group-vertical .comment-form input#submit + .page-numbers.next, .comment-form .btn-group-vertical input#submit + .btn, .btn-group-vertical .button + .btn, .btn-group-vertical .comment-form .button + input#submit, .comment-form .btn-group-vertical .button + input#submit, .btn-group-vertical .button + .button, .btn-group-vertical .button + .woocommerce-Button, .btn-group-vertical .button + .woocommerce-button, .btn-group-vertical #payment .place-order .button + #place_order, #payment .place-order .btn-group-vertical .button + #place_order, .btn-group-vertical .homeeventbuttons .button + a, .homeeventbuttons .btn-group-vertical .button + a, .btn-group-vertical #login .button + #wp-submit, #login .btn-group-vertical .button + #wp-submit, .btn-group-vertical .navigation .button + a, .navigation .btn-group-vertical .button + a, .btn-group-vertical .pagination .button + .page-numbers.prev, .pagination .btn-group-vertical .button + .page-numbers.prev, .btn-group-vertical .pagination .button + .page-numbers.next, .pagination .btn-group-vertical .button + .page-numbers.next, .btn-group-vertical .woocommerce-Button + .btn, .btn-group-vertical .comment-form .woocommerce-Button + input#submit, .comment-form .btn-group-vertical .woocommerce-Button + input#submit, .btn-group-vertical .woocommerce-Button + .button, .btn-group-vertical .woocommerce-Button + .woocommerce-Button, .btn-group-vertical .woocommerce-Button + .woocommerce-button, .btn-group-vertical #payment .place-order .woocommerce-Button + #place_order, #payment .place-order .btn-group-vertical .woocommerce-Button + #place_order, .btn-group-vertical .homeeventbuttons .woocommerce-Button + a, .homeeventbuttons .btn-group-vertical .woocommerce-Button + a, .btn-group-vertical #login .woocommerce-Button + #wp-submit, #login .btn-group-vertical .woocommerce-Button + #wp-submit, .btn-group-vertical .navigation .woocommerce-Button + a, .navigation .btn-group-vertical .woocommerce-Button + a, .btn-group-vertical .pagination .woocommerce-Button + .page-numbers.prev, .pagination .btn-group-vertical .woocommerce-Button + .page-numbers.prev, .btn-group-vertical .pagination .woocommerce-Button + .page-numbers.next, .pagination .btn-group-vertical .woocommerce-Button + .page-numbers.next, .btn-group-vertical .woocommerce-button + .btn, .btn-group-vertical .comment-form .woocommerce-button + input#submit, .comment-form .btn-group-vertical .woocommerce-button + input#submit, .btn-group-vertical .woocommerce-button + .button, .btn-group-vertical .woocommerce-button + .woocommerce-Button, .btn-group-vertical .woocommerce-button + .woocommerce-button, .btn-group-vertical #payment .place-order .woocommerce-button + #place_order, #payment .place-order .btn-group-vertical .woocommerce-button + #place_order, .btn-group-vertical .homeeventbuttons .woocommerce-button + a, .homeeventbuttons .btn-group-vertical .woocommerce-button + a, .btn-group-vertical #login .woocommerce-button + #wp-submit, #login .btn-group-vertical .woocommerce-button + #wp-submit, .btn-group-vertical .navigation .woocommerce-button + a, .navigation .btn-group-vertical .woocommerce-button + a, .btn-group-vertical .pagination .woocommerce-button + .page-numbers.prev, .pagination .btn-group-vertical .woocommerce-button + .page-numbers.prev, .btn-group-vertical .pagination .woocommerce-button + .page-numbers.next, .pagination .btn-group-vertical .woocommerce-button + .page-numbers.next, .btn-group-vertical #payment .place-order #place_order + .btn, .btn-group-vertical #payment .place-order .comment-form #place_order + input#submit, .comment-form .btn-group-vertical #payment .place-order #place_order + input#submit, .btn-group-vertical #payment .place-order #place_order + .button, .btn-group-vertical #payment .place-order #place_order + .woocommerce-Button, .btn-group-vertical #payment .place-order #place_order + .woocommerce-button, .btn-group-vertical #payment .place-order #payment .place-order #place_order + #place_order, #payment .place-order .btn-group-vertical #payment .place-order #place_order + #place_order, .btn-group-vertical #payment .place-order .homeeventbuttons #place_order + a, .homeeventbuttons .btn-group-vertical #payment .place-order #place_order + a, .btn-group-vertical #payment .place-order #login #place_order + #wp-submit, #login .btn-group-vertical #payment .place-order #place_order + #wp-submit, .btn-group-vertical #payment .place-order .navigation #place_order + a, .navigation .btn-group-vertical #payment .place-order #place_order + a, .btn-group-vertical #payment .place-order .pagination #place_order + .page-numbers.prev, .pagination .btn-group-vertical #payment .place-order #place_order + .page-numbers.prev, .btn-group-vertical #payment .place-order .pagination #place_order + .page-numbers.next, .pagination .btn-group-vertical #payment .place-order #place_order + .page-numbers.next, #payment .place-order .btn-group-vertical #place_order + .btn, .btn-group-vertical .homeeventbuttons a + .btn, .btn-group-vertical .homeeventbuttons .comment-form a + input#submit, .comment-form .btn-group-vertical .homeeventbuttons a + input#submit, .btn-group-vertical .homeeventbuttons a + .button, .btn-group-vertical .homeeventbuttons a + .woocommerce-Button, .btn-group-vertical .homeeventbuttons a + .woocommerce-button, .btn-group-vertical .homeeventbuttons #payment .place-order a + #place_order, #payment .place-order .btn-group-vertical .homeeventbuttons a + #place_order, .btn-group-vertical .homeeventbuttons .homeeventbuttons a + a, .homeeventbuttons .btn-group-vertical .homeeventbuttons a + a, .btn-group-vertical .homeeventbuttons #login a + #wp-submit, #login .btn-group-vertical .homeeventbuttons a + #wp-submit, .btn-group-vertical .homeeventbuttons .navigation a + a, .navigation .btn-group-vertical .homeeventbuttons a + a, .btn-group-vertical .homeeventbuttons .pagination a + .page-numbers.prev, .pagination .btn-group-vertical .homeeventbuttons a + .page-numbers.prev, .btn-group-vertical .homeeventbuttons .pagination a + .page-numbers.next, .pagination .btn-group-vertical .homeeventbuttons a + .page-numbers.next, .homeeventbuttons .btn-group-vertical a + .btn, .btn-group-vertical #login #wp-submit + .btn, .btn-group-vertical #login .comment-form #wp-submit + input#submit, .comment-form .btn-group-vertical #login #wp-submit + input#submit, .btn-group-vertical #login #wp-submit + .button, .btn-group-vertical #login #wp-submit + .woocommerce-Button, .btn-group-vertical #login #wp-submit + .woocommerce-button, .btn-group-vertical #login #payment .place-order #wp-submit + #place_order, #payment .place-order .btn-group-vertical #login #wp-submit + #place_order, .btn-group-vertical #login .homeeventbuttons #wp-submit + a, .homeeventbuttons .btn-group-vertical #login #wp-submit + a, .btn-group-vertical #login #login #wp-submit + #wp-submit, #login .btn-group-vertical #login #wp-submit + #wp-submit, .btn-group-vertical #login .navigation #wp-submit + a, .navigation .btn-group-vertical #login #wp-submit + a, .btn-group-vertical #login .pagination #wp-submit + .page-numbers.prev, .pagination .btn-group-vertical #login #wp-submit + .page-numbers.prev, .btn-group-vertical #login .pagination #wp-submit + .page-numbers.next, .pagination .btn-group-vertical #login #wp-submit + .page-numbers.next, #login .btn-group-vertical #wp-submit + .btn, .btn-group-vertical .navigation a + .btn, .btn-group-vertical .navigation .comment-form a + input#submit, .comment-form .btn-group-vertical .navigation a + input#submit, .btn-group-vertical .navigation a + .button, .btn-group-vertical .navigation a + .woocommerce-Button, .btn-group-vertical .navigation a + .woocommerce-button, .btn-group-vertical .navigation #payment .place-order a + #place_order, #payment .place-order .btn-group-vertical .navigation a + #place_order, .btn-group-vertical .navigation .homeeventbuttons a + a, .homeeventbuttons .btn-group-vertical .navigation a + a, .btn-group-vertical .navigation #login a + #wp-submit, #login .btn-group-vertical .navigation a + #wp-submit, .btn-group-vertical .navigation .navigation a + a, .navigation .btn-group-vertical .navigation a + a, .btn-group-vertical .navigation .pagination a + .page-numbers.prev, .pagination .btn-group-vertical .navigation a + .page-numbers.prev, .btn-group-vertical .navigation .pagination a + .page-numbers.next, .pagination .btn-group-vertical .navigation a + .page-numbers.next, .navigation .btn-group-vertical a + .btn, .btn-group-vertical .pagination .page-numbers.prev + .btn, .btn-group-vertical .pagination .comment-form .page-numbers.prev + input#submit, .comment-form .btn-group-vertical .pagination .page-numbers.prev + input#submit, .btn-group-vertical .pagination .page-numbers.prev + .button, .btn-group-vertical .pagination .page-numbers.prev + .woocommerce-Button, .btn-group-vertical .pagination .page-numbers.prev + .woocommerce-button, .btn-group-vertical .pagination #payment .place-order .page-numbers.prev + #place_order, #payment .place-order .btn-group-vertical .pagination .page-numbers.prev + #place_order, .btn-group-vertical .pagination .homeeventbuttons .page-numbers.prev + a, .homeeventbuttons .btn-group-vertical .pagination .page-numbers.prev + a, .btn-group-vertical .pagination #login .page-numbers.prev + #wp-submit, #login .btn-group-vertical .pagination .page-numbers.prev + #wp-submit, .btn-group-vertical .pagination .navigation .page-numbers.prev + a, .navigation .btn-group-vertical .pagination .page-numbers.prev + a, .btn-group-vertical .pagination .pagination .page-numbers.prev + .page-numbers.prev, .pagination .btn-group-vertical .pagination .page-numbers.prev + .page-numbers.prev, .btn-group-vertical .pagination .pagination .page-numbers.prev + .page-numbers.next, .pagination .btn-group-vertical .pagination .page-numbers.prev + .page-numbers.next, .pagination .btn-group-vertical .page-numbers.prev + .btn, .btn-group-vertical .pagination .page-numbers.next + .btn, .btn-group-vertical .pagination .comment-form .page-numbers.next + input#submit, .comment-form .btn-group-vertical .pagination .page-numbers.next + input#submit, .btn-group-vertical .pagination .page-numbers.next + .button, .btn-group-vertical .pagination .page-numbers.next + .woocommerce-Button, .btn-group-vertical .pagination .page-numbers.next + .woocommerce-button, .btn-group-vertical .pagination #payment .place-order .page-numbers.next + #place_order, #payment .place-order .btn-group-vertical .pagination .page-numbers.next + #place_order, .btn-group-vertical .pagination .homeeventbuttons .page-numbers.next + a, .homeeventbuttons .btn-group-vertical .pagination .page-numbers.next + a, .btn-group-vertical .pagination #login .page-numbers.next + #wp-submit, #login .btn-group-vertical .pagination .page-numbers.next + #wp-submit, .btn-group-vertical .pagination .navigation .page-numbers.next + a, .navigation .btn-group-vertical .pagination .page-numbers.next + a, .btn-group-vertical .pagination .pagination .page-numbers.next + .page-numbers.prev, .pagination .btn-group-vertical .pagination .page-numbers.next + .page-numbers.prev, .btn-group-vertical .pagination .pagination .page-numbers.next + .page-numbers.next, .pagination .btn-group-vertical .pagination .page-numbers.next + .page-numbers.next, .pagination .btn-group-vertical .page-numbers.next + .btn, .btn-group-vertical .comment-form .btn + input#submit, .comment-form .btn-group-vertical .btn + input#submit, .btn-group-vertical .btn + .button, .btn-group-vertical .btn + .woocommerce-Button, .btn-group-vertical .btn + .woocommerce-button, .btn-group-vertical #payment .place-order .btn + #place_order, .btn-group-vertical #payment .place-order .comment-form input#submit + #place_order, .comment-form .btn-group-vertical #payment .place-order input#submit + #place_order, .btn-group-vertical #payment .place-order .homeeventbuttons a + #place_order, .homeeventbuttons .btn-group-vertical #payment .place-order a + #place_order, .btn-group-vertical #payment .place-order #login #wp-submit + #place_order, #login .btn-group-vertical #payment .place-order #wp-submit + #place_order, .btn-group-vertical #payment .place-order .navigation a + #place_order, .navigation .btn-group-vertical #payment .place-order a + #place_order, .btn-group-vertical #payment .place-order .pagination .page-numbers.prev + #place_order, .pagination .btn-group-vertical #payment .place-order .page-numbers.prev + #place_order, .btn-group-vertical #payment .place-order .pagination .page-numbers.next + #place_order, .pagination .btn-group-vertical #payment .place-order .page-numbers.next + #place_order, #payment .place-order .btn-group-vertical .btn + #place_order, .btn-group-vertical .homeeventbuttons .btn + a, .homeeventbuttons .btn-group-vertical .btn + a, .btn-group-vertical #login .btn + #wp-submit, #login .btn-group-vertical .btn + #wp-submit, .btn-group-vertical .navigation .btn + a, .navigation .btn-group-vertical .btn + a, .btn-group-vertical .pagination .btn + .page-numbers.prev, .pagination .btn-group-vertical .btn + .page-numbers.prev, .btn-group-vertical .pagination .btn + .page-numbers.next, .pagination .btn-group-vertical .btn + .page-numbers.next, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .comment-form input#submit + .btn-group, .comment-form .btn-group-vertical input#submit + .btn-group, .btn-group-vertical .button + .btn-group, .btn-group-vertical .woocommerce-Button + .btn-group, .btn-group-vertical .woocommerce-button + .btn-group, .btn-group-vertical #payment .place-order #place_order + .btn-group, #payment .place-order .btn-group-vertical #place_order + .btn-group, .btn-group-vertical .homeeventbuttons a + .btn-group, .homeeventbuttons .btn-group-vertical a + .btn-group, .btn-group-vertical #login #wp-submit + .btn-group, #login .btn-group-vertical #wp-submit + .btn-group, .btn-group-vertical .navigation a + .btn-group, .navigation .btn-group-vertical a + .btn-group, .btn-group-vertical .pagination .page-numbers.prev + .btn-group, .pagination .btn-group-vertical .page-numbers.prev + .btn-group, .btn-group-vertical .pagination .page-numbers.next + .btn-group, .pagination .btn-group-vertical .page-numbers.next + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .comment-form .btn-group + input#submit, .comment-form .btn-group-vertical .btn-group + input#submit, .btn-group-vertical .btn-group + .button, .btn-group-vertical .btn-group + .woocommerce-Button, .btn-group-vertical .btn-group + .woocommerce-button, .btn-group-vertical #payment .place-order .btn-group + #place_order, #payment .place-order .btn-group-vertical .btn-group + #place_order, .btn-group-vertical .homeeventbuttons .btn-group + a, .homeeventbuttons .btn-group-vertical .btn-group + a, .btn-group-vertical #login .btn-group + #wp-submit, #login .btn-group-vertical .btn-group + #wp-submit, .btn-group-vertical .navigation .btn-group + a, .navigation .btn-group-vertical .btn-group + a, .btn-group-vertical .pagination .btn-group + .page-numbers.prev, .pagination .btn-group-vertical .btn-group + .page-numbers.prev, .btn-group-vertical .pagination .btn-group + .page-numbers.next, .pagination .btn-group-vertical .btn-group + .page-numbers.next, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:first-child, .comment-form .btn-group > input#submit:first-child, .btn-group > .button:first-child, .btn-group > .woocommerce-Button:first-child, .btn-group > .woocommerce-button:first-child, #payment .place-order .btn-group > #place_order:first-child, .homeeventbuttons .btn-group > a:first-child, #login .btn-group > #wp-submit:first-child, .navigation .btn-group > a:first-child, .pagination .btn-group > .page-numbers.prev:first-child, .pagination .btn-group > .page-numbers.next:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .comment-form .btn-group > input#submit:not(:last-child):not(.dropdown-toggle), .btn-group > .button:not(:last-child):not(.dropdown-toggle), .btn-group > .woocommerce-Button:not(:last-child):not(.dropdown-toggle), .btn-group > .woocommerce-button:not(:last-child):not(.dropdown-toggle), #payment .place-order .btn-group > #place_order:not(:last-child):not(.dropdown-toggle), .homeeventbuttons .btn-group > a:not(:last-child):not(.dropdown-toggle), #login .btn-group > #wp-submit:not(:last-child):not(.dropdown-toggle), .navigation .btn-group > a:not(:last-child):not(.dropdown-toggle), .pagination .btn-group > .page-numbers.prev:not(:last-child):not(.dropdown-toggle), .pagination .btn-group > .page-numbers.next:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn, .comment-form .btn-group > .btn-group:not(:last-child) > input#submit, .btn-group > .btn-group:not(:last-child) > .button, .btn-group > .btn-group:not(:last-child) > .woocommerce-Button, .btn-group > .btn-group:not(:last-child) > .woocommerce-button, #payment .place-order .btn-group > .btn-group:not(:last-child) > #place_order, .homeeventbuttons .btn-group > .btn-group:not(:last-child) > a, #login .btn-group > .btn-group:not(:last-child) > #wp-submit, .navigation .btn-group > .btn-group:not(:last-child) > a, .pagination .btn-group > .btn-group:not(:last-child) > .page-numbers.prev, .pagination .btn-group > .btn-group:not(:last-child) > .page-numbers.next {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .comment-form .btn-group > input#submit:not(:first-child), .btn-group > .button:not(:first-child), .btn-group > .woocommerce-Button:not(:first-child), .btn-group > .woocommerce-button:not(:first-child), #payment .place-order .btn-group > #place_order:not(:first-child), .homeeventbuttons .btn-group > a:not(:first-child), #login .btn-group > #wp-submit:not(:first-child), .navigation .btn-group > a:not(:first-child), .pagination .btn-group > .page-numbers.prev:not(:first-child), .pagination .btn-group > .page-numbers.next:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn, .comment-form .btn-group > .btn-group:not(:first-child) > input#submit, .btn-group > .btn-group:not(:first-child) > .button, .btn-group > .btn-group:not(:first-child) > .woocommerce-Button, .btn-group > .btn-group:not(:first-child) > .woocommerce-button, #payment .place-order .btn-group > .btn-group:not(:first-child) > #place_order, .homeeventbuttons .btn-group > .btn-group:not(:first-child) > a, #login .btn-group > .btn-group:not(:first-child) > #wp-submit, .navigation .btn-group > .btn-group:not(:first-child) > a, .pagination .btn-group > .btn-group:not(:first-child) > .page-numbers.prev, .pagination .btn-group > .btn-group:not(:first-child) > .page-numbers.next {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .comment-form .btn-group-sm > input#submit + .dropdown-toggle-split, .btn-group-sm > .button + .dropdown-toggle-split, .btn-group-sm > .woocommerce-Button + .dropdown-toggle-split, .btn-group-sm > .woocommerce-button + .dropdown-toggle-split, #payment .place-order .btn-group-sm > #place_order + .dropdown-toggle-split, .homeeventbuttons .btn-group-sm > a + .dropdown-toggle-split, #login .btn-group-sm > #wp-submit + .dropdown-toggle-split, .navigation .btn-group-sm > a + .dropdown-toggle-split, .pagination .btn-group-sm > .page-numbers.prev + .dropdown-toggle-split, .pagination .btn-group-sm > .page-numbers.next + .dropdown-toggle-split, .button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .comment-form .btn-group-lg > input#submit + .dropdown-toggle-split, .btn-group-lg > .button + .dropdown-toggle-split, .btn-group-lg > .woocommerce-Button + .dropdown-toggle-split, .btn-group-lg > .woocommerce-button + .dropdown-toggle-split, #payment .place-order .btn-group-lg > #place_order + .dropdown-toggle-split, .homeeventbuttons .btn-group-lg > a + .dropdown-toggle-split, #login .btn-group-lg > #wp-submit + .dropdown-toggle-split, .navigation .btn-group-lg > a + .dropdown-toggle-split, .pagination .btn-group-lg > .page-numbers.prev + .dropdown-toggle-split, .pagination .btn-group-lg > .page-numbers.next + .dropdown-toggle-split, #payment .place-order #place_order + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn, .btn-group-vertical .comment-form input#submit, .comment-form .btn-group-vertical input#submit, .btn-group-vertical .button, .btn-group-vertical .woocommerce-Button, .btn-group-vertical .woocommerce-button, .btn-group-vertical #payment .place-order #place_order, #payment .place-order .btn-group-vertical #place_order, .btn-group-vertical .homeeventbuttons a, .homeeventbuttons .btn-group-vertical a, .btn-group-vertical #login #wp-submit, #login .btn-group-vertical #wp-submit, .btn-group-vertical .navigation a, .navigation .btn-group-vertical a, .btn-group-vertical .pagination .page-numbers.prev, .pagination .btn-group-vertical .page-numbers.prev, .btn-group-vertical .pagination .page-numbers.next, .pagination .btn-group-vertical .page-numbers.next, .btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn, .comment-form .btn-group-vertical > input#submit + .btn, .comment-form .btn-group-vertical > input#submit + input#submit, .comment-form .btn-group-vertical > input#submit + .button, .comment-form .btn-group-vertical > input#submit + .woocommerce-Button, .comment-form .btn-group-vertical > input#submit + .woocommerce-button, .comment-form #payment .place-order .btn-group-vertical > input#submit + #place_order, #payment .place-order .comment-form .btn-group-vertical > input#submit + #place_order, .comment-form .homeeventbuttons .btn-group-vertical > input#submit + a, .homeeventbuttons .comment-form .btn-group-vertical > input#submit + a, .comment-form #login .btn-group-vertical > input#submit + #wp-submit, #login .comment-form .btn-group-vertical > input#submit + #wp-submit, .comment-form .navigation .btn-group-vertical > input#submit + a, .navigation .comment-form .btn-group-vertical > input#submit + a, .comment-form .pagination .btn-group-vertical > input#submit + .page-numbers.prev, .pagination .comment-form .btn-group-vertical > input#submit + .page-numbers.prev, .comment-form .pagination .btn-group-vertical > input#submit + .page-numbers.next, .pagination .comment-form .btn-group-vertical > input#submit + .page-numbers.next, .btn-group-vertical > .button + .btn, .comment-form .btn-group-vertical > .button + input#submit, .btn-group-vertical > .button + .button, .btn-group-vertical > .button + .woocommerce-Button, .btn-group-vertical > .button + .woocommerce-button, #payment .place-order .btn-group-vertical > .button + #place_order, .homeeventbuttons .btn-group-vertical > .button + a, #login .btn-group-vertical > .button + #wp-submit, .navigation .btn-group-vertical > .button + a, .pagination .btn-group-vertical > .button + .page-numbers.prev, .pagination .btn-group-vertical > .button + .page-numbers.next, .btn-group-vertical > .woocommerce-Button + .btn, .comment-form .btn-group-vertical > .woocommerce-Button + input#submit, .btn-group-vertical > .woocommerce-Button + .button, .btn-group-vertical > .woocommerce-Button + .woocommerce-Button, .btn-group-vertical > .woocommerce-Button + .woocommerce-button, #payment .place-order .btn-group-vertical > .woocommerce-Button + #place_order, .homeeventbuttons .btn-group-vertical > .woocommerce-Button + a, #login .btn-group-vertical > .woocommerce-Button + #wp-submit, .navigation .btn-group-vertical > .woocommerce-Button + a, .pagination .btn-group-vertical > .woocommerce-Button + .page-numbers.prev, .pagination .btn-group-vertical > .woocommerce-Button + .page-numbers.next, .btn-group-vertical > .woocommerce-button + .btn, .comment-form .btn-group-vertical > .woocommerce-button + input#submit, .btn-group-vertical > .woocommerce-button + .button, .btn-group-vertical > .woocommerce-button + .woocommerce-Button, .btn-group-vertical > .woocommerce-button + .woocommerce-button, #payment .place-order .btn-group-vertical > .woocommerce-button + #place_order, .homeeventbuttons .btn-group-vertical > .woocommerce-button + a, #login .btn-group-vertical > .woocommerce-button + #wp-submit, .navigation .btn-group-vertical > .woocommerce-button + a, .pagination .btn-group-vertical > .woocommerce-button + .page-numbers.prev, .pagination .btn-group-vertical > .woocommerce-button + .page-numbers.next, #payment .place-order .btn-group-vertical > #place_order + .btn, #payment .place-order .comment-form .btn-group-vertical > #place_order + input#submit, .comment-form #payment .place-order .btn-group-vertical > #place_order + input#submit, #payment .place-order .btn-group-vertical > #place_order + .button, #payment .place-order .btn-group-vertical > #place_order + .woocommerce-Button, #payment .place-order .btn-group-vertical > #place_order + .woocommerce-button, #payment .place-order .btn-group-vertical > #place_order + #place_order, #payment .place-order .homeeventbuttons .btn-group-vertical > #place_order + a, .homeeventbuttons #payment .place-order .btn-group-vertical > #place_order + a, #payment .place-order #login .btn-group-vertical > #place_order + #wp-submit, #login #payment .place-order .btn-group-vertical > #place_order + #wp-submit, #payment .place-order .navigation .btn-group-vertical > #place_order + a, .navigation #payment .place-order .btn-group-vertical > #place_order + a, #payment .place-order .pagination .btn-group-vertical > #place_order + .page-numbers.prev, .pagination #payment .place-order .btn-group-vertical > #place_order + .page-numbers.prev, #payment .place-order .pagination .btn-group-vertical > #place_order + .page-numbers.next, .pagination #payment .place-order .btn-group-vertical > #place_order + .page-numbers.next, .homeeventbuttons .btn-group-vertical > a + .btn, .homeeventbuttons .comment-form .btn-group-vertical > a + input#submit, .comment-form .homeeventbuttons .btn-group-vertical > a + input#submit, .homeeventbuttons .btn-group-vertical > a + .button, .homeeventbuttons .btn-group-vertical > a + .woocommerce-Button, .homeeventbuttons .btn-group-vertical > a + .woocommerce-button, .homeeventbuttons #payment .place-order .btn-group-vertical > a + #place_order, #payment .place-order .homeeventbuttons .btn-group-vertical > a + #place_order, .homeeventbuttons .btn-group-vertical > a + a, .homeeventbuttons #login .btn-group-vertical > a + #wp-submit, #login .homeeventbuttons .btn-group-vertical > a + #wp-submit, .homeeventbuttons .navigation .btn-group-vertical > a + a, .navigation .homeeventbuttons .btn-group-vertical > a + a, .homeeventbuttons .pagination .btn-group-vertical > a + .page-numbers.prev, .pagination .homeeventbuttons .btn-group-vertical > a + .page-numbers.prev, .homeeventbuttons .pagination .btn-group-vertical > a + .page-numbers.next, .pagination .homeeventbuttons .btn-group-vertical > a + .page-numbers.next, #login .btn-group-vertical > #wp-submit + .btn, #login .comment-form .btn-group-vertical > #wp-submit + input#submit, .comment-form #login .btn-group-vertical > #wp-submit + input#submit, #login .btn-group-vertical > #wp-submit + .button, #login .btn-group-vertical > #wp-submit + .woocommerce-Button, #login .btn-group-vertical > #wp-submit + .woocommerce-button, #login #payment .place-order .btn-group-vertical > #wp-submit + #place_order, #payment .place-order #login .btn-group-vertical > #wp-submit + #place_order, #login .homeeventbuttons .btn-group-vertical > #wp-submit + a, .homeeventbuttons #login .btn-group-vertical > #wp-submit + a, #login .btn-group-vertical > #wp-submit + #wp-submit, #login .navigation .btn-group-vertical > #wp-submit + a, .navigation #login .btn-group-vertical > #wp-submit + a, #login .pagination .btn-group-vertical > #wp-submit + .page-numbers.prev, .pagination #login .btn-group-vertical > #wp-submit + .page-numbers.prev, #login .pagination .btn-group-vertical > #wp-submit + .page-numbers.next, .pagination #login .btn-group-vertical > #wp-submit + .page-numbers.next, .navigation .btn-group-vertical > a + .btn, .navigation .comment-form .btn-group-vertical > a + input#submit, .comment-form .navigation .btn-group-vertical > a + input#submit, .navigation .btn-group-vertical > a + .button, .navigation .btn-group-vertical > a + .woocommerce-Button, .navigation .btn-group-vertical > a + .woocommerce-button, .navigation #payment .place-order .btn-group-vertical > a + #place_order, #payment .place-order .navigation .btn-group-vertical > a + #place_order, .navigation #login .btn-group-vertical > a + #wp-submit, #login .navigation .btn-group-vertical > a + #wp-submit, .navigation .btn-group-vertical > a + a, .navigation .pagination .btn-group-vertical > a + .page-numbers.prev, .pagination .navigation .btn-group-vertical > a + .page-numbers.prev, .navigation .pagination .btn-group-vertical > a + .page-numbers.next, .pagination .navigation .btn-group-vertical > a + .page-numbers.next, .pagination .btn-group-vertical > .page-numbers.prev + .btn, .pagination .comment-form .btn-group-vertical > .page-numbers.prev + input#submit, .comment-form .pagination .btn-group-vertical > .page-numbers.prev + input#submit, .pagination .btn-group-vertical > .page-numbers.prev + .button, .pagination .btn-group-vertical > .page-numbers.prev + .woocommerce-Button, .pagination .btn-group-vertical > .page-numbers.prev + .woocommerce-button, .pagination #payment .place-order .btn-group-vertical > .page-numbers.prev + #place_order, #payment .place-order .pagination .btn-group-vertical > .page-numbers.prev + #place_order, .pagination .homeeventbuttons .btn-group-vertical > .page-numbers.prev + a, .homeeventbuttons .pagination .btn-group-vertical > .page-numbers.prev + a, .pagination #login .btn-group-vertical > .page-numbers.prev + #wp-submit, #login .pagination .btn-group-vertical > .page-numbers.prev + #wp-submit, .pagination .navigation .btn-group-vertical > .page-numbers.prev + a, .navigation .pagination .btn-group-vertical > .page-numbers.prev + a, .pagination .btn-group-vertical > .page-numbers.prev + .page-numbers.prev, .pagination .btn-group-vertical > .page-numbers.prev + .page-numbers.next, .pagination .btn-group-vertical > .page-numbers.next + .btn, .pagination .comment-form .btn-group-vertical > .page-numbers.next + input#submit, .comment-form .pagination .btn-group-vertical > .page-numbers.next + input#submit, .pagination .btn-group-vertical > .page-numbers.next + .button, .pagination .btn-group-vertical > .page-numbers.next + .woocommerce-Button, .pagination .btn-group-vertical > .page-numbers.next + .woocommerce-button, .pagination #payment .place-order .btn-group-vertical > .page-numbers.next + #place_order, #payment .place-order .pagination .btn-group-vertical > .page-numbers.next + #place_order, .pagination .homeeventbuttons .btn-group-vertical > .page-numbers.next + a, .homeeventbuttons .pagination .btn-group-vertical > .page-numbers.next + a, .pagination #login .btn-group-vertical > .page-numbers.next + #wp-submit, #login .pagination .btn-group-vertical > .page-numbers.next + #wp-submit, .pagination .navigation .btn-group-vertical > .page-numbers.next + a, .navigation .pagination .btn-group-vertical > .page-numbers.next + a, .pagination .btn-group-vertical > .page-numbers.next + .page-numbers.prev, .pagination .btn-group-vertical > .page-numbers.next + .page-numbers.next, .comment-form .btn-group-vertical > .btn + input#submit, .btn-group-vertical > .btn + .button, .btn-group-vertical > .btn + .woocommerce-Button, .btn-group-vertical > .btn + .woocommerce-button, #payment .place-order .btn-group-vertical > .btn + #place_order, .homeeventbuttons .btn-group-vertical > .btn + a, #login .btn-group-vertical > .btn + #wp-submit, .navigation .btn-group-vertical > .btn + a, .pagination .btn-group-vertical > .btn + .page-numbers.prev, .pagination .btn-group-vertical > .btn + .page-numbers.next, .btn-group-vertical > .btn + .btn-group, .comment-form .btn-group-vertical > input#submit + .btn-group, .btn-group-vertical > .button + .btn-group, .btn-group-vertical > .woocommerce-Button + .btn-group, .btn-group-vertical > .woocommerce-button + .btn-group, #payment .place-order .btn-group-vertical > #place_order + .btn-group, .homeeventbuttons .btn-group-vertical > a + .btn-group, #login .btn-group-vertical > #wp-submit + .btn-group, .navigation .btn-group-vertical > a + .btn-group, .pagination .btn-group-vertical > .page-numbers.prev + .btn-group, .pagination .btn-group-vertical > .page-numbers.next + .btn-group, .btn-group-vertical > .btn-group + .btn, .comment-form .btn-group-vertical > .btn-group + input#submit, .btn-group-vertical > .btn-group + .button, .btn-group-vertical > .btn-group + .woocommerce-Button, .btn-group-vertical > .btn-group + .woocommerce-button, #payment .place-order .btn-group-vertical > .btn-group + #place_order, .homeeventbuttons .btn-group-vertical > .btn-group + a, #login .btn-group-vertical > .btn-group + #wp-submit, .navigation .btn-group-vertical > .btn-group + a, .pagination .btn-group-vertical > .btn-group + .page-numbers.prev, .pagination .btn-group-vertical > .btn-group + .page-numbers.next, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .comment-form .btn-group-vertical > input#submit:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .woocommerce-Button:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .woocommerce-button:not(:last-child):not(.dropdown-toggle), #payment .place-order .btn-group-vertical > #place_order:not(:last-child):not(.dropdown-toggle), .homeeventbuttons .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), #login .btn-group-vertical > #wp-submit:not(:last-child):not(.dropdown-toggle), .navigation .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .pagination .btn-group-vertical > .page-numbers.prev:not(:last-child):not(.dropdown-toggle), .pagination .btn-group-vertical > .page-numbers.next:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn, .comment-form .btn-group-vertical > .btn-group:not(:last-child) > input#submit, .btn-group-vertical > .btn-group:not(:last-child) > .button, .btn-group-vertical > .btn-group:not(:last-child) > .woocommerce-Button, .btn-group-vertical > .btn-group:not(:last-child) > .woocommerce-button, #payment .place-order .btn-group-vertical > .btn-group:not(:last-child) > #place_order, .homeeventbuttons .btn-group-vertical > .btn-group:not(:last-child) > a, #login .btn-group-vertical > .btn-group:not(:last-child) > #wp-submit, .navigation .btn-group-vertical > .btn-group:not(:last-child) > a, .pagination .btn-group-vertical > .btn-group:not(:last-child) > .page-numbers.prev, .pagination .btn-group-vertical > .btn-group:not(:last-child) > .page-numbers.next {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .comment-form .btn-group-vertical > input#submit:not(:first-child), .btn-group-vertical > .button:not(:first-child), .btn-group-vertical > .woocommerce-Button:not(:first-child), .btn-group-vertical > .woocommerce-button:not(:first-child), #payment .place-order .btn-group-vertical > #place_order:not(:first-child), .homeeventbuttons .btn-group-vertical > a:not(:first-child), #login .btn-group-vertical > #wp-submit:not(:first-child), .navigation .btn-group-vertical > a:not(:first-child), .pagination .btn-group-vertical > .page-numbers.prev:not(:first-child), .pagination .btn-group-vertical > .page-numbers.next:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn, .comment-form .btn-group-vertical > .btn-group:not(:first-child) > input#submit, .btn-group-vertical > .btn-group:not(:first-child) > .button, .btn-group-vertical > .btn-group:not(:first-child) > .woocommerce-Button, .btn-group-vertical > .btn-group:not(:first-child) > .woocommerce-button, #payment .place-order .btn-group-vertical > .btn-group:not(:first-child) > #place_order, .homeeventbuttons .btn-group-vertical > .btn-group:not(:first-child) > a, #login .btn-group-vertical > .btn-group:not(:first-child) > #wp-submit, .navigation .btn-group-vertical > .btn-group:not(:first-child) > a, .pagination .btn-group-vertical > .btn-group:not(:first-child) > .page-numbers.prev, .pagination .btn-group-vertical > .btn-group:not(:first-child) > .page-numbers.next {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn, .comment-form .btn-group-toggle > input#submit, .btn-group-toggle > .button, .btn-group-toggle > .woocommerce-Button, .btn-group-toggle > .woocommerce-button, #payment .place-order .btn-group-toggle > #place_order, .homeeventbuttons .btn-group-toggle > a, #login .btn-group-toggle > #wp-submit, .navigation .btn-group-toggle > a, .pagination .btn-group-toggle > .page-numbers.prev, .pagination .btn-group-toggle > .page-numbers.next, .btn-group-toggle > .btn-group > .btn, .comment-form .btn-group-toggle > .btn-group > input#submit, .btn-group-toggle > .btn-group > .button, .btn-group-toggle > .btn-group > .woocommerce-Button, .btn-group-toggle > .btn-group > .woocommerce-button, #payment .place-order .btn-group-toggle > .btn-group > #place_order, .homeeventbuttons .btn-group-toggle > .btn-group > a, #login .btn-group-toggle > .btn-group > #wp-submit, .navigation .btn-group-toggle > .btn-group > a, .pagination .btn-group-toggle > .btn-group > .page-numbers.prev, .pagination .btn-group-toggle > .btn-group > .page-numbers.next {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"], .comment-form .btn-group-toggle > input#submit input[type="radio"], .btn-group-toggle > .button input[type="radio"], .btn-group-toggle > .woocommerce-Button input[type="radio"], .btn-group-toggle > .woocommerce-button input[type="radio"], #payment .place-order .btn-group-toggle > #place_order input[type="radio"], .homeeventbuttons .btn-group-toggle > a input[type="radio"], #login .btn-group-toggle > #wp-submit input[type="radio"], .navigation .btn-group-toggle > a input[type="radio"], .pagination .btn-group-toggle > .page-numbers.prev input[type="radio"], .pagination .btn-group-toggle > .page-numbers.next input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .comment-form .btn-group-toggle > input#submit input[type="checkbox"], .btn-group-toggle > .button input[type="checkbox"], .btn-group-toggle > .woocommerce-Button input[type="checkbox"], .btn-group-toggle > .woocommerce-button input[type="checkbox"], #payment .place-order .btn-group-toggle > #place_order input[type="checkbox"], .homeeventbuttons .btn-group-toggle > a input[type="checkbox"], #login .btn-group-toggle > #wp-submit input[type="checkbox"], .navigation .btn-group-toggle > a input[type="checkbox"], .pagination .btn-group-toggle > .page-numbers.prev input[type="checkbox"], .pagination .btn-group-toggle > .page-numbers.next input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .comment-form .btn-group-toggle > .btn-group > input#submit input[type="radio"], .btn-group-toggle > .btn-group > .button input[type="radio"], .btn-group-toggle > .btn-group > .woocommerce-Button input[type="radio"], .btn-group-toggle > .btn-group > .woocommerce-button input[type="radio"], #payment .place-order .btn-group-toggle > .btn-group > #place_order input[type="radio"], .homeeventbuttons .btn-group-toggle > .btn-group > a input[type="radio"], #login .btn-group-toggle > .btn-group > #wp-submit input[type="radio"], .navigation .btn-group-toggle > .btn-group > a input[type="radio"], .pagination .btn-group-toggle > .btn-group > .page-numbers.prev input[type="radio"], .pagination .btn-group-toggle > .btn-group > .page-numbers.next input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"], .comment-form .btn-group-toggle > .btn-group > input#submit input[type="checkbox"], .btn-group-toggle > .btn-group > .button input[type="checkbox"], .btn-group-toggle > .btn-group > .woocommerce-Button input[type="checkbox"], .btn-group-toggle > .btn-group > .woocommerce-button input[type="checkbox"], #payment .place-order .btn-group-toggle > .btn-group > #place_order input[type="checkbox"], .homeeventbuttons .btn-group-toggle > .btn-group > a input[type="checkbox"], #login .btn-group-toggle > .btn-group > #wp-submit input[type="checkbox"], .navigation .btn-group-toggle > .btn-group > a input[type="checkbox"], .pagination .btn-group-toggle > .btn-group > .page-numbers.prev input[type="checkbox"], .pagination .btn-group-toggle > .btn-group > .page-numbers.next input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .comment-form .input-group > textarea#comment, .input-group > .woocommerce-Input, .woocommerce-MyAccount-content .input-group > input, .woocommerce-MyAccount-content .input-group > textarea, .woocommerce-MyAccount-content .input-group > select, .checkout .input-group > input, .checkout .input-group > textarea, .checkout .input-group > select, #login .input-group > input[type=text], #login .input-group > input[type=password], .input-group > .custom-select, .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus, .comment-form .input-group > textarea#comment:focus, .input-group > .woocommerce-Input:focus, .woocommerce-MyAccount-content .input-group > input:focus, .woocommerce-MyAccount-content .input-group > textarea:focus, .woocommerce-MyAccount-content .input-group > select:focus, .checkout .input-group > input:focus, .checkout .input-group > textarea:focus, .checkout .input-group > select:focus, #login .input-group > input[type=text]:focus, #login .input-group > input[type=password]:focus, .input-group > .custom-select:focus, .input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control, .comment-form .input-group > textarea#comment + .form-control, .comment-form .input-group > textarea#comment + textarea#comment, .comment-form .input-group > textarea#comment + .woocommerce-Input, .comment-form .woocommerce-MyAccount-content .input-group > textarea#comment + input, .woocommerce-MyAccount-content .comment-form .input-group > textarea#comment + input, .comment-form .woocommerce-MyAccount-content .input-group > textarea#comment + textarea, .woocommerce-MyAccount-content .comment-form .input-group > textarea#comment + textarea, .comment-form .woocommerce-MyAccount-content .input-group > textarea#comment + select, .woocommerce-MyAccount-content .comment-form .input-group > textarea#comment + select, .comment-form .checkout .input-group > textarea#comment + input, .checkout .comment-form .input-group > textarea#comment + input, .comment-form .checkout .input-group > textarea#comment + textarea, .checkout .comment-form .input-group > textarea#comment + textarea, .comment-form .checkout .input-group > textarea#comment + select, .checkout .comment-form .input-group > textarea#comment + select, .comment-form #login .input-group > textarea#comment + input[type=text], #login .comment-form .input-group > textarea#comment + input[type=text], .comment-form #login .input-group > textarea#comment + input[type=password], #login .comment-form .input-group > textarea#comment + input[type=password], .input-group > .woocommerce-Input + .form-control, .comment-form .input-group > .woocommerce-Input + textarea#comment, .input-group > .woocommerce-Input + .woocommerce-Input, .woocommerce-MyAccount-content .input-group > .woocommerce-Input + input, .woocommerce-MyAccount-content .input-group > .woocommerce-Input + textarea, .woocommerce-MyAccount-content .input-group > .woocommerce-Input + select, .checkout .input-group > .woocommerce-Input + input, .checkout .input-group > .woocommerce-Input + textarea, .checkout .input-group > .woocommerce-Input + select, #login .input-group > .woocommerce-Input + input[type=text], #login .input-group > .woocommerce-Input + input[type=password], .woocommerce-MyAccount-content .input-group > input + .form-control, .woocommerce-MyAccount-content .comment-form .input-group > input + textarea#comment, .comment-form .woocommerce-MyAccount-content .input-group > input + textarea#comment, .woocommerce-MyAccount-content .input-group > input + .woocommerce-Input, .woocommerce-MyAccount-content .input-group > input + input, .woocommerce-MyAccount-content .input-group > input + textarea, .woocommerce-MyAccount-content .input-group > input + select, .woocommerce-MyAccount-content .checkout .input-group > input + input, .checkout .woocommerce-MyAccount-content .input-group > input + input, .woocommerce-MyAccount-content .checkout .input-group > input + textarea, .checkout .woocommerce-MyAccount-content .input-group > input + textarea, .woocommerce-MyAccount-content .checkout .input-group > input + select, .checkout .woocommerce-MyAccount-content .input-group > input + select, .woocommerce-MyAccount-content #login .input-group > input + input[type=text], #login .woocommerce-MyAccount-content .input-group > input + input[type=text], .woocommerce-MyAccount-content #login .input-group > input + input[type=password], #login .woocommerce-MyAccount-content .input-group > input + input[type=password], .woocommerce-MyAccount-content .input-group > textarea + .form-control, .woocommerce-MyAccount-content .comment-form .input-group > textarea + textarea#comment, .comment-form .woocommerce-MyAccount-content .input-group > textarea + textarea#comment, .woocommerce-MyAccount-content .input-group > textarea + .woocommerce-Input, .woocommerce-MyAccount-content .input-group > textarea + input, .woocommerce-MyAccount-content .input-group > textarea + textarea, .woocommerce-MyAccount-content .input-group > textarea + select, .woocommerce-MyAccount-content .checkout .input-group > textarea + input, .checkout .woocommerce-MyAccount-content .input-group > textarea + input, .woocommerce-MyAccount-content .checkout .input-group > textarea + textarea, .checkout .woocommerce-MyAccount-content .input-group > textarea + textarea, .woocommerce-MyAccount-content .checkout .input-group > textarea + select, .checkout .woocommerce-MyAccount-content .input-group > textarea + select, .woocommerce-MyAccount-content #login .input-group > textarea + input[type=text], #login .woocommerce-MyAccount-content .input-group > textarea + input[type=text], .woocommerce-MyAccount-content #login .input-group > textarea + input[type=password], #login .woocommerce-MyAccount-content .input-group > textarea + input[type=password], .woocommerce-MyAccount-content .input-group > select + .form-control, .woocommerce-MyAccount-content .comment-form .input-group > select + textarea#comment, .comment-form .woocommerce-MyAccount-content .input-group > select + textarea#comment, .woocommerce-MyAccount-content .input-group > select + .woocommerce-Input, .woocommerce-MyAccount-content .input-group > select + input, .woocommerce-MyAccount-content .input-group > select + textarea, .woocommerce-MyAccount-content .input-group > select + select, .woocommerce-MyAccount-content .checkout .input-group > select + input, .checkout .woocommerce-MyAccount-content .input-group > select + input, .woocommerce-MyAccount-content .checkout .input-group > select + textarea, .checkout .woocommerce-MyAccount-content .input-group > select + textarea, .woocommerce-MyAccount-content .checkout .input-group > select + select, .checkout .woocommerce-MyAccount-content .input-group > select + select, .woocommerce-MyAccount-content #login .input-group > select + input[type=text], #login .woocommerce-MyAccount-content .input-group > select + input[type=text], .woocommerce-MyAccount-content #login .input-group > select + input[type=password], #login .woocommerce-MyAccount-content .input-group > select + input[type=password], .checkout .input-group > input + .form-control, .checkout .comment-form .input-group > input + textarea#comment, .comment-form .checkout .input-group > input + textarea#comment, .checkout .input-group > input + .woocommerce-Input, .checkout .input-group > input + input, .checkout .input-group > input + textarea, .checkout .input-group > input + select, .checkout #login .input-group > input + input[type=text], #login .checkout .input-group > input + input[type=text], .checkout #login .input-group > input + input[type=password], #login .checkout .input-group > input + input[type=password], .checkout .input-group > textarea + .form-control, .checkout .comment-form .input-group > textarea + textarea#comment, .comment-form .checkout .input-group > textarea + textarea#comment, .checkout .input-group > textarea + .woocommerce-Input, .checkout .input-group > textarea + input, .checkout .input-group > textarea + textarea, .checkout .input-group > textarea + select, .checkout #login .input-group > textarea + input[type=text], #login .checkout .input-group > textarea + input[type=text], .checkout #login .input-group > textarea + input[type=password], #login .checkout .input-group > textarea + input[type=password], .checkout .input-group > select + .form-control, .checkout .comment-form .input-group > select + textarea#comment, .comment-form .checkout .input-group > select + textarea#comment, .checkout .input-group > select + .woocommerce-Input, .checkout .input-group > select + input, .checkout .input-group > select + textarea, .checkout .input-group > select + select, .checkout #login .input-group > select + input[type=text], #login .checkout .input-group > select + input[type=text], .checkout #login .input-group > select + input[type=password], #login .checkout .input-group > select + input[type=password], #login .input-group > input[type=text] + .form-control, #login .comment-form .input-group > input[type=text] + textarea#comment, .comment-form #login .input-group > input[type=text] + textarea#comment, #login .input-group > input[type=text] + .woocommerce-Input, #login .woocommerce-MyAccount-content .input-group > input[type=text] + input, .woocommerce-MyAccount-content #login .input-group > input[type=text] + input, #login .woocommerce-MyAccount-content .input-group > input[type=text] + textarea, .woocommerce-MyAccount-content #login .input-group > input[type=text] + textarea, #login .woocommerce-MyAccount-content .input-group > input[type=text] + select, .woocommerce-MyAccount-content #login .input-group > input[type=text] + select, #login .checkout .input-group > input[type=text] + input, .checkout #login .input-group > input[type=text] + input, #login .checkout .input-group > input[type=text] + textarea, .checkout #login .input-group > input[type=text] + textarea, #login .checkout .input-group > input[type=text] + select, .checkout #login .input-group > input[type=text] + select, #login .input-group > input[type=text] + input[type=text], #login .input-group > input[type=text] + input[type=password], #login .input-group > input[type=password] + .form-control, #login .comment-form .input-group > input[type=password] + textarea#comment, .comment-form #login .input-group > input[type=password] + textarea#comment, #login .input-group > input[type=password] + .woocommerce-Input, #login .woocommerce-MyAccount-content .input-group > input[type=password] + input, .woocommerce-MyAccount-content #login .input-group > input[type=password] + input, #login .woocommerce-MyAccount-content .input-group > input[type=password] + textarea, .woocommerce-MyAccount-content #login .input-group > input[type=password] + textarea, #login .woocommerce-MyAccount-content .input-group > input[type=password] + select, .woocommerce-MyAccount-content #login .input-group > input[type=password] + select, #login .checkout .input-group > input[type=password] + input, .checkout #login .input-group > input[type=password] + input, #login .checkout .input-group > input[type=password] + textarea, .checkout #login .input-group > input[type=password] + textarea, #login .checkout .input-group > input[type=password] + select, .checkout #login .input-group > input[type=password] + select, #login .input-group > input[type=password] + input[type=text], #login .input-group > input[type=password] + input[type=password], .comment-form .input-group > .form-control + textarea#comment, .input-group > .form-control + .woocommerce-Input, .woocommerce-MyAccount-content .input-group > .form-control + input, .woocommerce-MyAccount-content .input-group > .form-control + textarea, .woocommerce-MyAccount-content .input-group > .form-control + select, .checkout .input-group > .form-control + input, .checkout .input-group > .form-control + textarea, .checkout .input-group > .form-control + select, #login .input-group > .form-control + input[type=text], #login .input-group > .form-control + input[type=password], .input-group > .form-control + .custom-select, .comment-form .input-group > textarea#comment + .custom-select, .input-group > .woocommerce-Input + .custom-select, .woocommerce-MyAccount-content .input-group > input + .custom-select, .woocommerce-MyAccount-content .input-group > textarea + .custom-select, .woocommerce-MyAccount-content .input-group > select + .custom-select, .checkout .input-group > input + .custom-select, .checkout .input-group > textarea + .custom-select, .checkout .input-group > select + .custom-select, #login .input-group > input[type=text] + .custom-select, #login .input-group > input[type=password] + .custom-select, .input-group > .form-control + .custom-file, .comment-form .input-group > textarea#comment + .custom-file, .input-group > .woocommerce-Input + .custom-file, .woocommerce-MyAccount-content .input-group > input + .custom-file, .woocommerce-MyAccount-content .input-group > textarea + .custom-file, .woocommerce-MyAccount-content .input-group > select + .custom-file, .checkout .input-group > input + .custom-file, .checkout .input-group > textarea + .custom-file, .checkout .input-group > select + .custom-file, #login .input-group > input[type=text] + .custom-file, #login .input-group > input[type=password] + .custom-file, .input-group > .custom-select + .form-control, .comment-form .input-group > .custom-select + textarea#comment, .input-group > .custom-select + .woocommerce-Input, .woocommerce-MyAccount-content .input-group > .custom-select + input, .woocommerce-MyAccount-content .input-group > .custom-select + textarea, .woocommerce-MyAccount-content .input-group > .custom-select + select, .checkout .input-group > .custom-select + input, .checkout .input-group > .custom-select + textarea, .checkout .input-group > .custom-select + select, #login .input-group > .custom-select + input[type=text], #login .input-group > .custom-select + input[type=password], .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .comment-form .input-group > .custom-file + textarea#comment, .input-group > .custom-file + .woocommerce-Input, .woocommerce-MyAccount-content .input-group > .custom-file + input, .woocommerce-MyAccount-content .input-group > .custom-file + textarea, .woocommerce-MyAccount-content .input-group > .custom-file + select, .checkout .input-group > .custom-file + input, .checkout .input-group > .custom-file + textarea, .checkout .input-group > .custom-file + select, #login .input-group > .custom-file + input[type=text], #login .input-group > .custom-file + input[type=password], .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child), .comment-form .input-group > textarea#comment:not(:last-child), .input-group > .woocommerce-Input:not(:last-child), .woocommerce-MyAccount-content .input-group > input:not(:last-child), .woocommerce-MyAccount-content .input-group > textarea:not(:last-child), .woocommerce-MyAccount-content .input-group > select:not(:last-child), .checkout .input-group > input:not(:last-child), .checkout .input-group > textarea:not(:last-child), .checkout .input-group > select:not(:last-child), #login .input-group > input[type=text]:not(:last-child), #login .input-group > input[type=password]:not(:last-child), .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child), .comment-form .input-group > textarea#comment:not(:first-child), .input-group > .woocommerce-Input:not(:first-child), .woocommerce-MyAccount-content .input-group > input:not(:first-child), .woocommerce-MyAccount-content .input-group > textarea:not(:first-child), .woocommerce-MyAccount-content .input-group > select:not(:first-child), .checkout .input-group > input:not(:first-child), .checkout .input-group > textarea:not(:first-child), .checkout .input-group > select:not(:first-child), #login .input-group > input[type=text]:not(:first-child), #login .input-group > input[type=password]:not(:first-child), .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend, .input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .comment-form input#submit, .comment-form .input-group-prepend input#submit, .input-group-prepend .button, .input-group-prepend .woocommerce-Button, .input-group-prepend .woocommerce-button, .input-group-prepend #payment .place-order #place_order, #payment .place-order .input-group-prepend #place_order, .input-group-prepend .homeeventbuttons a, .homeeventbuttons .input-group-prepend a, .input-group-prepend #login #wp-submit, #login .input-group-prepend #wp-submit, .input-group-prepend .navigation a, .navigation .input-group-prepend a, .input-group-prepend .pagination .page-numbers.prev, .pagination .input-group-prepend .page-numbers.prev, .input-group-prepend .pagination .page-numbers.next, .pagination .input-group-prepend .page-numbers.next, .input-group-append .btn, .input-group-append .comment-form input#submit, .comment-form .input-group-append input#submit, .input-group-append .button, .input-group-append .woocommerce-Button, .input-group-append .woocommerce-button, .input-group-append #payment .place-order #place_order, #payment .place-order .input-group-append #place_order, .input-group-append .homeeventbuttons a, .homeeventbuttons .input-group-append a, .input-group-append #login #wp-submit, #login .input-group-append #wp-submit, .input-group-append .navigation a, .navigation .input-group-append a, .input-group-append .pagination .page-numbers.prev, .pagination .input-group-append .page-numbers.prev, .input-group-append .pagination .page-numbers.next, .pagination .input-group-append .page-numbers.next {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn, .input-group-prepend .comment-form input#submit + .btn, .input-group-prepend .comment-form .comment-form input#submit + input#submit, .comment-form .input-group-prepend .comment-form input#submit + input#submit, .input-group-prepend .comment-form input#submit + .button, .input-group-prepend .comment-form input#submit + .woocommerce-Button, .input-group-prepend .comment-form input#submit + .woocommerce-button, .input-group-prepend .comment-form #payment .place-order input#submit + #place_order, #payment .place-order .input-group-prepend .comment-form input#submit + #place_order, .input-group-prepend .comment-form .homeeventbuttons input#submit + a, .homeeventbuttons .input-group-prepend .comment-form input#submit + a, .input-group-prepend .comment-form #login input#submit + #wp-submit, #login .input-group-prepend .comment-form input#submit + #wp-submit, .input-group-prepend .comment-form .navigation input#submit + a, .navigation .input-group-prepend .comment-form input#submit + a, .input-group-prepend .comment-form .pagination input#submit + .page-numbers.prev, .pagination .input-group-prepend .comment-form input#submit + .page-numbers.prev, .input-group-prepend .comment-form .pagination input#submit + .page-numbers.next, .pagination .input-group-prepend .comment-form input#submit + .page-numbers.next, .comment-form .input-group-prepend input#submit + .btn, .input-group-prepend .button + .btn, .input-group-prepend .comment-form .button + input#submit, .comment-form .input-group-prepend .button + input#submit, .input-group-prepend .button + .button, .input-group-prepend .button + .woocommerce-Button, .input-group-prepend .button + .woocommerce-button, .input-group-prepend #payment .place-order .button + #place_order, #payment .place-order .input-group-prepend .button + #place_order, .input-group-prepend .homeeventbuttons .button + a, .homeeventbuttons .input-group-prepend .button + a, .input-group-prepend #login .button + #wp-submit, #login .input-group-prepend .button + #wp-submit, .input-group-prepend .navigation .button + a, .navigation .input-group-prepend .button + a, .input-group-prepend .pagination .button + .page-numbers.prev, .pagination .input-group-prepend .button + .page-numbers.prev, .input-group-prepend .pagination .button + .page-numbers.next, .pagination .input-group-prepend .button + .page-numbers.next, .input-group-prepend .woocommerce-Button + .btn, .input-group-prepend .comment-form .woocommerce-Button + input#submit, .comment-form .input-group-prepend .woocommerce-Button + input#submit, .input-group-prepend .woocommerce-Button + .button, .input-group-prepend .woocommerce-Button + .woocommerce-Button, .input-group-prepend .woocommerce-Button + .woocommerce-button, .input-group-prepend #payment .place-order .woocommerce-Button + #place_order, #payment .place-order .input-group-prepend .woocommerce-Button + #place_order, .input-group-prepend .homeeventbuttons .woocommerce-Button + a, .homeeventbuttons .input-group-prepend .woocommerce-Button + a, .input-group-prepend #login .woocommerce-Button + #wp-submit, #login .input-group-prepend .woocommerce-Button + #wp-submit, .input-group-prepend .navigation .woocommerce-Button + a, .navigation .input-group-prepend .woocommerce-Button + a, .input-group-prepend .pagination .woocommerce-Button + .page-numbers.prev, .pagination .input-group-prepend .woocommerce-Button + .page-numbers.prev, .input-group-prepend .pagination .woocommerce-Button + .page-numbers.next, .pagination .input-group-prepend .woocommerce-Button + .page-numbers.next, .input-group-prepend .woocommerce-button + .btn, .input-group-prepend .comment-form .woocommerce-button + input#submit, .comment-form .input-group-prepend .woocommerce-button + input#submit, .input-group-prepend .woocommerce-button + .button, .input-group-prepend .woocommerce-button + .woocommerce-Button, .input-group-prepend .woocommerce-button + .woocommerce-button, .input-group-prepend #payment .place-order .woocommerce-button + #place_order, #payment .place-order .input-group-prepend .woocommerce-button + #place_order, .input-group-prepend .homeeventbuttons .woocommerce-button + a, .homeeventbuttons .input-group-prepend .woocommerce-button + a, .input-group-prepend #login .woocommerce-button + #wp-submit, #login .input-group-prepend .woocommerce-button + #wp-submit, .input-group-prepend .navigation .woocommerce-button + a, .navigation .input-group-prepend .woocommerce-button + a, .input-group-prepend .pagination .woocommerce-button + .page-numbers.prev, .pagination .input-group-prepend .woocommerce-button + .page-numbers.prev, .input-group-prepend .pagination .woocommerce-button + .page-numbers.next, .pagination .input-group-prepend .woocommerce-button + .page-numbers.next, .input-group-prepend #payment .place-order #place_order + .btn, .input-group-prepend #payment .place-order .comment-form #place_order + input#submit, .comment-form .input-group-prepend #payment .place-order #place_order + input#submit, .input-group-prepend #payment .place-order #place_order + .button, .input-group-prepend #payment .place-order #place_order + .woocommerce-Button, .input-group-prepend #payment .place-order #place_order + .woocommerce-button, .input-group-prepend #payment .place-order #payment .place-order #place_order + #place_order, #payment .place-order .input-group-prepend #payment .place-order #place_order + #place_order, .input-group-prepend #payment .place-order .homeeventbuttons #place_order + a, .homeeventbuttons .input-group-prepend #payment .place-order #place_order + a, .input-group-prepend #payment .place-order #login #place_order + #wp-submit, #login .input-group-prepend #payment .place-order #place_order + #wp-submit, .input-group-prepend #payment .place-order .navigation #place_order + a, .navigation .input-group-prepend #payment .place-order #place_order + a, .input-group-prepend #payment .place-order .pagination #place_order + .page-numbers.prev, .pagination .input-group-prepend #payment .place-order #place_order + .page-numbers.prev, .input-group-prepend #payment .place-order .pagination #place_order + .page-numbers.next, .pagination .input-group-prepend #payment .place-order #place_order + .page-numbers.next, #payment .place-order .input-group-prepend #place_order + .btn, .input-group-prepend .homeeventbuttons a + .btn, .input-group-prepend .homeeventbuttons .comment-form a + input#submit, .comment-form .input-group-prepend .homeeventbuttons a + input#submit, .input-group-prepend .homeeventbuttons a + .button, .input-group-prepend .homeeventbuttons a + .woocommerce-Button, .input-group-prepend .homeeventbuttons a + .woocommerce-button, .input-group-prepend .homeeventbuttons #payment .place-order a + #place_order, #payment .place-order .input-group-prepend .homeeventbuttons a + #place_order, .input-group-prepend .homeeventbuttons .homeeventbuttons a + a, .homeeventbuttons .input-group-prepend .homeeventbuttons a + a, .input-group-prepend .homeeventbuttons #login a + #wp-submit, #login .input-group-prepend .homeeventbuttons a + #wp-submit, .input-group-prepend .homeeventbuttons .navigation a + a, .navigation .input-group-prepend .homeeventbuttons a + a, .input-group-prepend .homeeventbuttons .pagination a + .page-numbers.prev, .pagination .input-group-prepend .homeeventbuttons a + .page-numbers.prev, .input-group-prepend .homeeventbuttons .pagination a + .page-numbers.next, .pagination .input-group-prepend .homeeventbuttons a + .page-numbers.next, .homeeventbuttons .input-group-prepend a + .btn, .input-group-prepend #login #wp-submit + .btn, .input-group-prepend #login .comment-form #wp-submit + input#submit, .comment-form .input-group-prepend #login #wp-submit + input#submit, .input-group-prepend #login #wp-submit + .button, .input-group-prepend #login #wp-submit + .woocommerce-Button, .input-group-prepend #login #wp-submit + .woocommerce-button, .input-group-prepend #login #payment .place-order #wp-submit + #place_order, #payment .place-order .input-group-prepend #login #wp-submit + #place_order, .input-group-prepend #login .homeeventbuttons #wp-submit + a, .homeeventbuttons .input-group-prepend #login #wp-submit + a, .input-group-prepend #login #login #wp-submit + #wp-submit, #login .input-group-prepend #login #wp-submit + #wp-submit, .input-group-prepend #login .navigation #wp-submit + a, .navigation .input-group-prepend #login #wp-submit + a, .input-group-prepend #login .pagination #wp-submit + .page-numbers.prev, .pagination .input-group-prepend #login #wp-submit + .page-numbers.prev, .input-group-prepend #login .pagination #wp-submit + .page-numbers.next, .pagination .input-group-prepend #login #wp-submit + .page-numbers.next, #login .input-group-prepend #wp-submit + .btn, .input-group-prepend .navigation a + .btn, .input-group-prepend .navigation .comment-form a + input#submit, .comment-form .input-group-prepend .navigation a + input#submit, .input-group-prepend .navigation a + .button, .input-group-prepend .navigation a + .woocommerce-Button, .input-group-prepend .navigation a + .woocommerce-button, .input-group-prepend .navigation #payment .place-order a + #place_order, #payment .place-order .input-group-prepend .navigation a + #place_order, .input-group-prepend .navigation .homeeventbuttons a + a, .homeeventbuttons .input-group-prepend .navigation a + a, .input-group-prepend .navigation #login a + #wp-submit, #login .input-group-prepend .navigation a + #wp-submit, .input-group-prepend .navigation .navigation a + a, .navigation .input-group-prepend .navigation a + a, .input-group-prepend .navigation .pagination a + .page-numbers.prev, .pagination .input-group-prepend .navigation a + .page-numbers.prev, .input-group-prepend .navigation .pagination a + .page-numbers.next, .pagination .input-group-prepend .navigation a + .page-numbers.next, .navigation .input-group-prepend a + .btn, .input-group-prepend .pagination .page-numbers.prev + .btn, .input-group-prepend .pagination .comment-form .page-numbers.prev + input#submit, .comment-form .input-group-prepend .pagination .page-numbers.prev + input#submit, .input-group-prepend .pagination .page-numbers.prev + .button, .input-group-prepend .pagination .page-numbers.prev + .woocommerce-Button, .input-group-prepend .pagination .page-numbers.prev + .woocommerce-button, .input-group-prepend .pagination #payment .place-order .page-numbers.prev + #place_order, #payment .place-order .input-group-prepend .pagination .page-numbers.prev + #place_order, .input-group-prepend .pagination .homeeventbuttons .page-numbers.prev + a, .homeeventbuttons .input-group-prepend .pagination .page-numbers.prev + a, .input-group-prepend .pagination #login .page-numbers.prev + #wp-submit, #login .input-group-prepend .pagination .page-numbers.prev + #wp-submit, .input-group-prepend .pagination .navigation .page-numbers.prev + a, .navigation .input-group-prepend .pagination .page-numbers.prev + a, .input-group-prepend .pagination .pagination .page-numbers.prev + .page-numbers.prev, .pagination .input-group-prepend .pagination .page-numbers.prev + .page-numbers.prev, .input-group-prepend .pagination .pagination .page-numbers.prev + .page-numbers.next, .pagination .input-group-prepend .pagination .page-numbers.prev + .page-numbers.next, .pagination .input-group-prepend .page-numbers.prev + .btn, .input-group-prepend .pagination .page-numbers.next + .btn, .input-group-prepend .pagination .comment-form .page-numbers.next + input#submit, .comment-form .input-group-prepend .pagination .page-numbers.next + input#submit, .input-group-prepend .pagination .page-numbers.next + .button, .input-group-prepend .pagination .page-numbers.next + .woocommerce-Button, .input-group-prepend .pagination .page-numbers.next + .woocommerce-button, .input-group-prepend .pagination #payment .place-order .page-numbers.next + #place_order, #payment .place-order .input-group-prepend .pagination .page-numbers.next + #place_order, .input-group-prepend .pagination .homeeventbuttons .page-numbers.next + a, .homeeventbuttons .input-group-prepend .pagination .page-numbers.next + a, .input-group-prepend .pagination #login .page-numbers.next + #wp-submit, #login .input-group-prepend .pagination .page-numbers.next + #wp-submit, .input-group-prepend .pagination .navigation .page-numbers.next + a, .navigation .input-group-prepend .pagination .page-numbers.next + a, .input-group-prepend .pagination .pagination .page-numbers.next + .page-numbers.prev, .pagination .input-group-prepend .pagination .page-numbers.next + .page-numbers.prev, .input-group-prepend .pagination .pagination .page-numbers.next + .page-numbers.next, .pagination .input-group-prepend .pagination .page-numbers.next + .page-numbers.next, .pagination .input-group-prepend .page-numbers.next + .btn, .input-group-prepend .comment-form .btn + input#submit, .comment-form .input-group-prepend .btn + input#submit, .input-group-prepend .btn + .button, .input-group-prepend .btn + .woocommerce-Button, .input-group-prepend .btn + .woocommerce-button, .input-group-prepend #payment .place-order .btn + #place_order, .input-group-prepend #payment .place-order .comment-form input#submit + #place_order, .comment-form .input-group-prepend #payment .place-order input#submit + #place_order, .input-group-prepend #payment .place-order .homeeventbuttons a + #place_order, .homeeventbuttons .input-group-prepend #payment .place-order a + #place_order, .input-group-prepend #payment .place-order #login #wp-submit + #place_order, #login .input-group-prepend #payment .place-order #wp-submit + #place_order, .input-group-prepend #payment .place-order .navigation a + #place_order, .navigation .input-group-prepend #payment .place-order a + #place_order, .input-group-prepend #payment .place-order .pagination .page-numbers.prev + #place_order, .pagination .input-group-prepend #payment .place-order .page-numbers.prev + #place_order, .input-group-prepend #payment .place-order .pagination .page-numbers.next + #place_order, .pagination .input-group-prepend #payment .place-order .page-numbers.next + #place_order, #payment .place-order .input-group-prepend .btn + #place_order, .input-group-prepend .homeeventbuttons .btn + a, .homeeventbuttons .input-group-prepend .btn + a, .input-group-prepend #login .btn + #wp-submit, #login .input-group-prepend .btn + #wp-submit, .input-group-prepend .navigation .btn + a, .navigation .input-group-prepend .btn + a, .input-group-prepend .pagination .btn + .page-numbers.prev, .pagination .input-group-prepend .btn + .page-numbers.prev, .input-group-prepend .pagination .btn + .page-numbers.next, .pagination .input-group-prepend .btn + .page-numbers.next, .input-group-prepend .btn + .input-group-text, .input-group-prepend .comment-form input#submit + .input-group-text, .comment-form .input-group-prepend input#submit + .input-group-text, .input-group-prepend .button + .input-group-text, .input-group-prepend .woocommerce-Button + .input-group-text, .input-group-prepend .woocommerce-button + .input-group-text, .input-group-prepend #payment .place-order #place_order + .input-group-text, #payment .place-order .input-group-prepend #place_order + .input-group-text, .input-group-prepend .homeeventbuttons a + .input-group-text, .homeeventbuttons .input-group-prepend a + .input-group-text, .input-group-prepend #login #wp-submit + .input-group-text, #login .input-group-prepend #wp-submit + .input-group-text, .input-group-prepend .navigation a + .input-group-text, .navigation .input-group-prepend a + .input-group-text, .input-group-prepend .pagination .page-numbers.prev + .input-group-text, .pagination .input-group-prepend .page-numbers.prev + .input-group-text, .input-group-prepend .pagination .page-numbers.next + .input-group-text, .pagination .input-group-prepend .page-numbers.next + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .comment-form .input-group-text + input#submit, .comment-form .input-group-prepend .input-group-text + input#submit, .input-group-prepend .input-group-text + .button, .input-group-prepend .input-group-text + .woocommerce-Button, .input-group-prepend .input-group-text + .woocommerce-button, .input-group-prepend #payment .place-order .input-group-text + #place_order, #payment .place-order .input-group-prepend .input-group-text + #place_order, .input-group-prepend .homeeventbuttons .input-group-text + a, .homeeventbuttons .input-group-prepend .input-group-text + a, .input-group-prepend #login .input-group-text + #wp-submit, #login .input-group-prepend .input-group-text + #wp-submit, .input-group-prepend .navigation .input-group-text + a, .navigation .input-group-prepend .input-group-text + a, .input-group-prepend .pagination .input-group-text + .page-numbers.prev, .pagination .input-group-prepend .input-group-text + .page-numbers.prev, .input-group-prepend .pagination .input-group-text + .page-numbers.next, .pagination .input-group-prepend .input-group-text + .page-numbers.next, .input-group-append .btn + .btn, .input-group-append .comment-form input#submit + .btn, .input-group-append .comment-form .comment-form input#submit + input#submit, .comment-form .input-group-append .comment-form input#submit + input#submit, .input-group-append .comment-form input#submit + .button, .input-group-append .comment-form input#submit + .woocommerce-Button, .input-group-append .comment-form input#submit + .woocommerce-button, .input-group-append .comment-form #payment .place-order input#submit + #place_order, #payment .place-order .input-group-append .comment-form input#submit + #place_order, .input-group-append .comment-form .homeeventbuttons input#submit + a, .homeeventbuttons .input-group-append .comment-form input#submit + a, .input-group-append .comment-form #login input#submit + #wp-submit, #login .input-group-append .comment-form input#submit + #wp-submit, .input-group-append .comment-form .navigation input#submit + a, .navigation .input-group-append .comment-form input#submit + a, .input-group-append .comment-form .pagination input#submit + .page-numbers.prev, .pagination .input-group-append .comment-form input#submit + .page-numbers.prev, .input-group-append .comment-form .pagination input#submit + .page-numbers.next, .pagination .input-group-append .comment-form input#submit + .page-numbers.next, .comment-form .input-group-append input#submit + .btn, .input-group-append .button + .btn, .input-group-append .comment-form .button + input#submit, .comment-form .input-group-append .button + input#submit, .input-group-append .button + .button, .input-group-append .button + .woocommerce-Button, .input-group-append .button + .woocommerce-button, .input-group-append #payment .place-order .button + #place_order, #payment .place-order .input-group-append .button + #place_order, .input-group-append .homeeventbuttons .button + a, .homeeventbuttons .input-group-append .button + a, .input-group-append #login .button + #wp-submit, #login .input-group-append .button + #wp-submit, .input-group-append .navigation .button + a, .navigation .input-group-append .button + a, .input-group-append .pagination .button + .page-numbers.prev, .pagination .input-group-append .button + .page-numbers.prev, .input-group-append .pagination .button + .page-numbers.next, .pagination .input-group-append .button + .page-numbers.next, .input-group-append .woocommerce-Button + .btn, .input-group-append .comment-form .woocommerce-Button + input#submit, .comment-form .input-group-append .woocommerce-Button + input#submit, .input-group-append .woocommerce-Button + .button, .input-group-append .woocommerce-Button + .woocommerce-Button, .input-group-append .woocommerce-Button + .woocommerce-button, .input-group-append #payment .place-order .woocommerce-Button + #place_order, #payment .place-order .input-group-append .woocommerce-Button + #place_order, .input-group-append .homeeventbuttons .woocommerce-Button + a, .homeeventbuttons .input-group-append .woocommerce-Button + a, .input-group-append #login .woocommerce-Button + #wp-submit, #login .input-group-append .woocommerce-Button + #wp-submit, .input-group-append .navigation .woocommerce-Button + a, .navigation .input-group-append .woocommerce-Button + a, .input-group-append .pagination .woocommerce-Button + .page-numbers.prev, .pagination .input-group-append .woocommerce-Button + .page-numbers.prev, .input-group-append .pagination .woocommerce-Button + .page-numbers.next, .pagination .input-group-append .woocommerce-Button + .page-numbers.next, .input-group-append .woocommerce-button + .btn, .input-group-append .comment-form .woocommerce-button + input#submit, .comment-form .input-group-append .woocommerce-button + input#submit, .input-group-append .woocommerce-button + .button, .input-group-append .woocommerce-button + .woocommerce-Button, .input-group-append .woocommerce-button + .woocommerce-button, .input-group-append #payment .place-order .woocommerce-button + #place_order, #payment .place-order .input-group-append .woocommerce-button + #place_order, .input-group-append .homeeventbuttons .woocommerce-button + a, .homeeventbuttons .input-group-append .woocommerce-button + a, .input-group-append #login .woocommerce-button + #wp-submit, #login .input-group-append .woocommerce-button + #wp-submit, .input-group-append .navigation .woocommerce-button + a, .navigation .input-group-append .woocommerce-button + a, .input-group-append .pagination .woocommerce-button + .page-numbers.prev, .pagination .input-group-append .woocommerce-button + .page-numbers.prev, .input-group-append .pagination .woocommerce-button + .page-numbers.next, .pagination .input-group-append .woocommerce-button + .page-numbers.next, .input-group-append #payment .place-order #place_order + .btn, .input-group-append #payment .place-order .comment-form #place_order + input#submit, .comment-form .input-group-append #payment .place-order #place_order + input#submit, .input-group-append #payment .place-order #place_order + .button, .input-group-append #payment .place-order #place_order + .woocommerce-Button, .input-group-append #payment .place-order #place_order + .woocommerce-button, .input-group-append #payment .place-order #payment .place-order #place_order + #place_order, #payment .place-order .input-group-append #payment .place-order #place_order + #place_order, .input-group-append #payment .place-order .homeeventbuttons #place_order + a, .homeeventbuttons .input-group-append #payment .place-order #place_order + a, .input-group-append #payment .place-order #login #place_order + #wp-submit, #login .input-group-append #payment .place-order #place_order + #wp-submit, .input-group-append #payment .place-order .navigation #place_order + a, .navigation .input-group-append #payment .place-order #place_order + a, .input-group-append #payment .place-order .pagination #place_order + .page-numbers.prev, .pagination .input-group-append #payment .place-order #place_order + .page-numbers.prev, .input-group-append #payment .place-order .pagination #place_order + .page-numbers.next, .pagination .input-group-append #payment .place-order #place_order + .page-numbers.next, #payment .place-order .input-group-append #place_order + .btn, .input-group-append .homeeventbuttons a + .btn, .input-group-append .homeeventbuttons .comment-form a + input#submit, .comment-form .input-group-append .homeeventbuttons a + input#submit, .input-group-append .homeeventbuttons a + .button, .input-group-append .homeeventbuttons a + .woocommerce-Button, .input-group-append .homeeventbuttons a + .woocommerce-button, .input-group-append .homeeventbuttons #payment .place-order a + #place_order, #payment .place-order .input-group-append .homeeventbuttons a + #place_order, .input-group-append .homeeventbuttons .homeeventbuttons a + a, .homeeventbuttons .input-group-append .homeeventbuttons a + a, .input-group-append .homeeventbuttons #login a + #wp-submit, #login .input-group-append .homeeventbuttons a + #wp-submit, .input-group-append .homeeventbuttons .navigation a + a, .navigation .input-group-append .homeeventbuttons a + a, .input-group-append .homeeventbuttons .pagination a + .page-numbers.prev, .pagination .input-group-append .homeeventbuttons a + .page-numbers.prev, .input-group-append .homeeventbuttons .pagination a + .page-numbers.next, .pagination .input-group-append .homeeventbuttons a + .page-numbers.next, .homeeventbuttons .input-group-append a + .btn, .input-group-append #login #wp-submit + .btn, .input-group-append #login .comment-form #wp-submit + input#submit, .comment-form .input-group-append #login #wp-submit + input#submit, .input-group-append #login #wp-submit + .button, .input-group-append #login #wp-submit + .woocommerce-Button, .input-group-append #login #wp-submit + .woocommerce-button, .input-group-append #login #payment .place-order #wp-submit + #place_order, #payment .place-order .input-group-append #login #wp-submit + #place_order, .input-group-append #login .homeeventbuttons #wp-submit + a, .homeeventbuttons .input-group-append #login #wp-submit + a, .input-group-append #login #login #wp-submit + #wp-submit, #login .input-group-append #login #wp-submit + #wp-submit, .input-group-append #login .navigation #wp-submit + a, .navigation .input-group-append #login #wp-submit + a, .input-group-append #login .pagination #wp-submit + .page-numbers.prev, .pagination .input-group-append #login #wp-submit + .page-numbers.prev, .input-group-append #login .pagination #wp-submit + .page-numbers.next, .pagination .input-group-append #login #wp-submit + .page-numbers.next, #login .input-group-append #wp-submit + .btn, .input-group-append .navigation a + .btn, .input-group-append .navigation .comment-form a + input#submit, .comment-form .input-group-append .navigation a + input#submit, .input-group-append .navigation a + .button, .input-group-append .navigation a + .woocommerce-Button, .input-group-append .navigation a + .woocommerce-button, .input-group-append .navigation #payment .place-order a + #place_order, #payment .place-order .input-group-append .navigation a + #place_order, .input-group-append .navigation .homeeventbuttons a + a, .homeeventbuttons .input-group-append .navigation a + a, .input-group-append .navigation #login a + #wp-submit, #login .input-group-append .navigation a + #wp-submit, .input-group-append .navigation .navigation a + a, .navigation .input-group-append .navigation a + a, .input-group-append .navigation .pagination a + .page-numbers.prev, .pagination .input-group-append .navigation a + .page-numbers.prev, .input-group-append .navigation .pagination a + .page-numbers.next, .pagination .input-group-append .navigation a + .page-numbers.next, .navigation .input-group-append a + .btn, .input-group-append .pagination .page-numbers.prev + .btn, .input-group-append .pagination .comment-form .page-numbers.prev + input#submit, .comment-form .input-group-append .pagination .page-numbers.prev + input#submit, .input-group-append .pagination .page-numbers.prev + .button, .input-group-append .pagination .page-numbers.prev + .woocommerce-Button, .input-group-append .pagination .page-numbers.prev + .woocommerce-button, .input-group-append .pagination #payment .place-order .page-numbers.prev + #place_order, #payment .place-order .input-group-append .pagination .page-numbers.prev + #place_order, .input-group-append .pagination .homeeventbuttons .page-numbers.prev + a, .homeeventbuttons .input-group-append .pagination .page-numbers.prev + a, .input-group-append .pagination #login .page-numbers.prev + #wp-submit, #login .input-group-append .pagination .page-numbers.prev + #wp-submit, .input-group-append .pagination .navigation .page-numbers.prev + a, .navigation .input-group-append .pagination .page-numbers.prev + a, .input-group-append .pagination .pagination .page-numbers.prev + .page-numbers.prev, .pagination .input-group-append .pagination .page-numbers.prev + .page-numbers.prev, .input-group-append .pagination .pagination .page-numbers.prev + .page-numbers.next, .pagination .input-group-append .pagination .page-numbers.prev + .page-numbers.next, .pagination .input-group-append .page-numbers.prev + .btn, .input-group-append .pagination .page-numbers.next + .btn, .input-group-append .pagination .comment-form .page-numbers.next + input#submit, .comment-form .input-group-append .pagination .page-numbers.next + input#submit, .input-group-append .pagination .page-numbers.next + .button, .input-group-append .pagination .page-numbers.next + .woocommerce-Button, .input-group-append .pagination .page-numbers.next + .woocommerce-button, .input-group-append .pagination #payment .place-order .page-numbers.next + #place_order, #payment .place-order .input-group-append .pagination .page-numbers.next + #place_order, .input-group-append .pagination .homeeventbuttons .page-numbers.next + a, .homeeventbuttons .input-group-append .pagination .page-numbers.next + a, .input-group-append .pagination #login .page-numbers.next + #wp-submit, #login .input-group-append .pagination .page-numbers.next + #wp-submit, .input-group-append .pagination .navigation .page-numbers.next + a, .navigation .input-group-append .pagination .page-numbers.next + a, .input-group-append .pagination .pagination .page-numbers.next + .page-numbers.prev, .pagination .input-group-append .pagination .page-numbers.next + .page-numbers.prev, .input-group-append .pagination .pagination .page-numbers.next + .page-numbers.next, .pagination .input-group-append .pagination .page-numbers.next + .page-numbers.next, .pagination .input-group-append .page-numbers.next + .btn, .input-group-append .comment-form .btn + input#submit, .comment-form .input-group-append .btn + input#submit, .input-group-append .btn + .button, .input-group-append .btn + .woocommerce-Button, .input-group-append .btn + .woocommerce-button, .input-group-append #payment .place-order .btn + #place_order, .input-group-append #payment .place-order .comment-form input#submit + #place_order, .comment-form .input-group-append #payment .place-order input#submit + #place_order, .input-group-append #payment .place-order .homeeventbuttons a + #place_order, .homeeventbuttons .input-group-append #payment .place-order a + #place_order, .input-group-append #payment .place-order #login #wp-submit + #place_order, #login .input-group-append #payment .place-order #wp-submit + #place_order, .input-group-append #payment .place-order .navigation a + #place_order, .navigation .input-group-append #payment .place-order a + #place_order, .input-group-append #payment .place-order .pagination .page-numbers.prev + #place_order, .pagination .input-group-append #payment .place-order .page-numbers.prev + #place_order, .input-group-append #payment .place-order .pagination .page-numbers.next + #place_order, .pagination .input-group-append #payment .place-order .page-numbers.next + #place_order, #payment .place-order .input-group-append .btn + #place_order, .input-group-append .homeeventbuttons .btn + a, .homeeventbuttons .input-group-append .btn + a, .input-group-append #login .btn + #wp-submit, #login .input-group-append .btn + #wp-submit, .input-group-append .navigation .btn + a, .navigation .input-group-append .btn + a, .input-group-append .pagination .btn + .page-numbers.prev, .pagination .input-group-append .btn + .page-numbers.prev, .input-group-append .pagination .btn + .page-numbers.next, .pagination .input-group-append .btn + .page-numbers.next, .input-group-append .btn + .input-group-text, .input-group-append .comment-form input#submit + .input-group-text, .comment-form .input-group-append input#submit + .input-group-text, .input-group-append .button + .input-group-text, .input-group-append .woocommerce-Button + .input-group-text, .input-group-append .woocommerce-button + .input-group-text, .input-group-append #payment .place-order #place_order + .input-group-text, #payment .place-order .input-group-append #place_order + .input-group-text, .input-group-append .homeeventbuttons a + .input-group-text, .homeeventbuttons .input-group-append a + .input-group-text, .input-group-append #login #wp-submit + .input-group-text, #login .input-group-append #wp-submit + .input-group-text, .input-group-append .navigation a + .input-group-text, .navigation .input-group-append a + .input-group-text, .input-group-append .pagination .page-numbers.prev + .input-group-text, .pagination .input-group-append .page-numbers.prev + .input-group-text, .input-group-append .pagination .page-numbers.next + .input-group-text, .pagination .input-group-append .page-numbers.next + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .comment-form .input-group-text + input#submit, .comment-form .input-group-append .input-group-text + input#submit, .input-group-append .input-group-text + .button, .input-group-append .input-group-text + .woocommerce-Button, .input-group-append .input-group-text + .woocommerce-button, .input-group-append #payment .place-order .input-group-text + #place_order, #payment .place-order .input-group-append .input-group-text + #place_order, .input-group-append .homeeventbuttons .input-group-text + a, .homeeventbuttons .input-group-append .input-group-text + a, .input-group-append #login .input-group-text + #wp-submit, #login .input-group-append .input-group-text + #wp-submit, .input-group-append .navigation .input-group-text + a, .navigation .input-group-append .input-group-text + a, .input-group-append .pagination .input-group-text + .page-numbers.prev, .pagination .input-group-append .input-group-text + .page-numbers.prev, .input-group-append .pagination .input-group-text + .page-numbers.next, .pagination .input-group-append .input-group-text + .page-numbers.next {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group > .input-group-prepend > .btn, .comment-form .input-group > .input-group-prepend > input#submit, .input-group > .input-group-prepend > .button, .input-group > .input-group-prepend > .woocommerce-Button, .input-group > .input-group-prepend > .woocommerce-button, #payment .place-order .input-group > .input-group-prepend > #place_order, .homeeventbuttons .input-group > .input-group-prepend > a, #login .input-group > .input-group-prepend > #wp-submit, .navigation .input-group > .input-group-prepend > a, .pagination .input-group > .input-group-prepend > .page-numbers.prev, .pagination .input-group > .input-group-prepend > .page-numbers.next, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .comment-form .input-group > .input-group-append:not(:last-child) > input#submit, .input-group > .input-group-append:not(:last-child) > .button, .input-group > .input-group-append:not(:last-child) > .woocommerce-Button, .input-group > .input-group-append:not(:last-child) > .woocommerce-button, #payment .place-order .input-group > .input-group-append:not(:last-child) > #place_order, .homeeventbuttons .input-group > .input-group-append:not(:last-child) > a, #login .input-group > .input-group-append:not(:last-child) > #wp-submit, .navigation .input-group > .input-group-append:not(:last-child) > a, .pagination .input-group > .input-group-append:not(:last-child) > .page-numbers.prev, .pagination .input-group > .input-group-append:not(:last-child) > .page-numbers.next, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .comment-form .input-group > .input-group-append:last-child > input#submit:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .button:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .woocommerce-Button:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .woocommerce-button:not(:last-child):not(.dropdown-toggle), #payment .place-order .input-group > .input-group-append:last-child > #place_order:not(:last-child):not(.dropdown-toggle), .homeeventbuttons .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle), #login .input-group > .input-group-append:last-child > #wp-submit:not(:last-child):not(.dropdown-toggle), .navigation .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle), .pagination .input-group > .input-group-append:last-child > .page-numbers.prev:not(:last-child):not(.dropdown-toggle), .pagination .input-group > .input-group-append:last-child > .page-numbers.next:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn, .comment-form .input-group > .input-group-append > input#submit, .input-group > .input-group-append > .button, .input-group > .input-group-append > .woocommerce-Button, .input-group > .input-group-append > .woocommerce-button, #payment .place-order .input-group > .input-group-append > #place_order, .homeeventbuttons .input-group > .input-group-append > a, #login .input-group > .input-group-append > #wp-submit, .navigation .input-group > .input-group-append > a, .pagination .input-group > .input-group-append > .page-numbers.prev, .pagination .input-group > .input-group-append > .page-numbers.next, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .comment-form .input-group > .input-group-prepend:not(:first-child) > input#submit, .input-group > .input-group-prepend:not(:first-child) > .button, .input-group > .input-group-prepend:not(:first-child) > .woocommerce-Button, .input-group > .input-group-prepend:not(:first-child) > .woocommerce-button, #payment .place-order .input-group > .input-group-prepend:not(:first-child) > #place_order, .homeeventbuttons .input-group > .input-group-prepend:not(:first-child) > a, #login .input-group > .input-group-prepend:not(:first-child) > #wp-submit, .navigation .input-group > .input-group-prepend:not(:first-child) > a, .pagination .input-group > .input-group-prepend:not(:first-child) > .page-numbers.prev, .pagination .input-group > .input-group-prepend:not(:first-child) > .page-numbers.next, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .comment-form .input-group > .input-group-prepend:first-child > input#submit:not(:first-child), .input-group > .input-group-prepend:first-child > .button:not(:first-child), .input-group > .input-group-prepend:first-child > .woocommerce-Button:not(:first-child), .input-group > .input-group-prepend:first-child > .woocommerce-button:not(:first-child), #payment .place-order .input-group > .input-group-prepend:first-child > #place_order:not(:first-child), .homeeventbuttons .input-group > .input-group-prepend:first-child > a:not(:first-child), #login .input-group > .input-group-prepend:first-child > #wp-submit:not(:first-child), .navigation .input-group > .input-group-prepend:first-child > a:not(:first-child), .pagination .input-group > .input-group-prepend:first-child > .page-numbers.prev:not(:first-child), .pagination .input-group > .input-group-prepend:first-child > .page-numbers.next:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23ffffff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(29, 29, 27, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #556708;
  background-color: #edf4cf;
  border-color: #e5efbc;
}
.alert-success hr {
  border-top-color: #ddeaa7;
}
.alert-success .alert-link {
  color: #2e3804;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #63190e;
  background-color: #f2d6d1;
  border-color: #edc5bf;
}
.alert-danger hr {
  border-top-color: #e7b3ab;
}
.alert-danger .alert-link {
  color: #360e08;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #1d1d1b;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
}
.close:hover, .close:focus {
  color: #1d1d1b;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(29, 29, 27, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #1d1d1b;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #1d1d1b;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #1d1d1b;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #1d1d1b;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #1d1d1b;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #1d1d1b;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(29, 29, 27, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(29, 29, 27, 0.25);
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #ffffff;
}
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(29, 29, 27, 0.25);
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #ffffff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(29, 29, 27, 0.25);
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #ffffff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(29, 29, 27, 0.25);
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #ffffff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}
.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next, .active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next, .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev, .active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev, .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #a3c610 !important;
}
a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
  background-color: #7c970c !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #BF311A !important;
}
a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
  background-color: #922514 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #a3c610 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #BF311A !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #ffffff !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after, .entry blockquote::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0, .my-0 {
  margin-top: 0 !important;
}
.mr-0, .mx-0 {
  margin-right: 0 !important;
}
.mb-0, .my-0 {
  margin-bottom: 0 !important;
}
.ml-0, .mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}
.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}
.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3, .my-3 {
  margin-top: 1rem !important;
}
.mr-3, .mx-3 {
  margin-right: 1rem !important;
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}
.ml-3, .mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}
.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5, .my-5 {
  margin-top: 3rem !important;
}
.mr-5, .mx-5 {
  margin-right: 3rem !important;
}
.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}
.ml-5, .mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0, .py-0 {
  padding-top: 0 !important;
}
.pr-0, .px-0 {
  padding-right: 0 !important;
}
.pb-0, .py-0 {
  padding-bottom: 0 !important;
}
.pl-0, .px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}
.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}
.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}
.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}
.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3, .py-3 {
  padding-top: 1rem !important;
}
.pr-3, .px-3 {
  padding-right: 1rem !important;
}
.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}
.pl-3, .px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}
.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5, .py-5 {
  padding-top: 3rem !important;
}
.pr-5, .px-5 {
  padding-right: 3rem !important;
}
.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}
.pl-5, .px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto, .my-auto {
  margin-top: auto !important;
}
.mr-auto, .mx-auto {
  margin-right: auto !important;
}
.mb-auto, .my-auto {
  margin-bottom: auto !important;
}
.ml-auto, .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}
.text-success {
  color: #a3c610 !important;
}
a.text-success:hover, a.text-success:focus {
  color: #7c970c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}
.text-danger {
  color: #BF311A !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #922514 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *, *::before, *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table, .shop_table {
    border-collapse: collapse !important;
  }
  .table td, .shop_table td, .table th, .shop_table th {
    background-color: #fff !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -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);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@font-face {
  font-family: "D-DIN-PRO";
  src: url("../fonts/D-DIN-PRO-Regular.woff2") format("woff2"), url("../fonts/D-DIN-PRO-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN-PRO";
  src: url("../fonts/D-DIN-PRO-Medium.woff2") format("woff2"), url("../fonts/D-DIN-PRO-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN-PRO";
  src: url("../fonts/D-DIN-PRO-SemiBold.woff2") format("woff2"), url("../fonts/D-DIN-PRO-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN-PRO";
  src: url("../fonts/D-DIN-PRO-Bold.woff2") format("woff2"), url("../fonts/D-DIN-PRO-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN-PRO";
  src: url("../fonts/D-DIN-PRO-Heavy.woff2") format("woff2"), url("../fonts/D-DIN-PRO-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.letterspace {
  letter-spacing: 0.025em;
}
h1, h2, h3, h4, h5, .h1, .h2, .cart_totals h2, .woocommerce-MyAccount-content h3, .checkout h3, .h3, .h4, .h5 {
  line-height: 1.1;
  font-weight: 700;
  font-variant-ligatures: none;
  font-family: "D-DIN-PRO", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.em {
  font-style: italic;
}
.light {
  font-weight: 300;
}
h1, .h1, p.h1, .h1 p {
  font-size: 5rem;
  font-weight: 700;
  font-family: "D-DIN-PRO", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 0.5em;
}
@media (max-width: 1199px) {
  h1, .h1, p.h1, .h1 p {
    font-size: 3.8rem;
  }
}
@media (max-width: 991px) {
  h1, .h1, p.h1, .h1 p {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  h1, .h1, p.h1, .h1 p {
    font-size: 3.2rem;
  }
}
.h2, .cart_totals h2, .woocommerce-MyAccount-content h3, .checkout h3, p.h2, .h2 p, .cart_totals h2 p, .woocommerce-MyAccount-content h3 p, .checkout h3 p {
  font-size: 3.2rem;
}
.h2 small, .cart_totals h2 small, .woocommerce-MyAccount-content h3 small, .checkout h3 small, p.h2 small, .h2 p small, .cart_totals h2 p small, .woocommerce-MyAccount-content h3 p small, .checkout h3 p small {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .h2, .cart_totals h2, .woocommerce-MyAccount-content h3, .checkout h3, p.h2, .h2 p, .cart_totals h2 p, .woocommerce-MyAccount-content h3 p, .checkout h3 p {
    font-size: 2.8rem;
  }
}
.h3, p.h3, .h3 p {
  font-size: 2.4rem;
}
.h3.smaller, p.h3.smaller, .h3.smaller p {
  font-size: 2.1rem;
}
h1.b-b, h2.b-b, h3.b-b, p.b-b {
  display: inline-block;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}
h2.b-t {
  display: inline-block;
  margin-top: 0.1em;
  padding-top: 0.75em;
}
h1.pagetitle, h2.pagetitle, h3.pagetitle {
  margin-bottom: 1em;
}
h1 span {
  display: block;
}
h4 {
  font-size: 1.8rem;
  margin: 0 0 0.5em 0;
}
p, .p, h2.p, h3.p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300;
}
p strong {
  font-weight: 700;
}
ul {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300;
  padding-left: 1em;
}
p small {
  line-height: 1.5;
  display: inline-block;
}
.large p, p.large, blockquote {
  font-size: 2.1rem;
}
.large p a, p.large a, blockquote a {
  text-decoration: underline !important;
}
.larger p, p.larger {
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .larger p, p.larger {
    font-size: 1.8rem;
  }
}
.smaller p, p.smaller {
  font-size: 1.4rem;
}
.inverse {
  color: #ffffff !important;
}
.text-left-xs {
  text-align: left;
}
.pull-left-xs {
  float: left !important;
}
@media (max-width: 991px) {
  .order-1-mobile {
    order: 1;
  }
  .order-2-mobile {
    order: 2;
  }
  .order-3-mobile {
    order: 3;
  }
  .order-4-mobile {
    order: 4;
  }
  .order-5-mobile {
    order: 5;
  }
  .order-6-mobile {
    order: 6;
  }
  .order-7-mobile {
    order: 7;
  }
}
@media (min-width: 992px) {
  .order-1-desktop {
    order: 1;
  }
  .order-2-desktop {
    order: 2;
  }
  .order-3-desktop {
    order: 3;
  }
  .order-4-desktop {
    order: 4;
  }
}
@media (min-width: 991px) {
  .col-lg-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.alert {
  font-size: 1.6rem;
}
/*
@font-face {
  font-family: "sodemi";
  src: url("../fonts/nid-webfont.woff2") format("woff2"),
       url("../fonts/nid-webfont.woff") format("woff");
}
*/
/*
@font-face { 
    font-family: 'sobold'; 
    src: url('../fonts/din-webfont.eot'); 
    src: url('../fonts/din-bold-webfont.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/din-bold-webfont.woff') format('woff'), 
         url('../fonts/din-bold-webfont.ttf') format('truetype'), 
         url('../fonts/din-bold-webfont#din-wf') format('svg'); 
    font-weight: normal; 
} 



@font-face { 
    font-family: 'solightitalic'; 
    src: url('../fonts/din-lightitalic-webfont.eot'); 
    src: url('../fonts/din-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/din-lightitalic-webfont.woff') format('woff'), 
         url('../fonts/din-lightitalic-webfont.ttf') format('truetype'), 
         url('../fonts/din-lightitalic-webfont#din-wf') format('svg'); 
    font-weight: normal; 
    font-style: italic; 
} 


@font-face { 
    font-family: 'solight'; 
    src: url('../fonts/din-light-webfont.eot'); 
    src: url('../fonts/din-light-webfont.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/din-light-webfont.woff') format('woff'), 
         url('../fonts/din-light-webfont.ttf') format('truetype'), 
         url('../fonts/din-light-webfont#din-wf') format('svg'); 
    font-weight: normal; 
} 
*/
/*
.container {  

@media(max-width:1400px) { max-width:1370px;}
@media(max-width:1600px) { max-width:1570px;}

}

.container-fluid { max-width:1570px;}
*/
/*
section.b-bottom, section.b-b  {  
border-bottom:1px solid $bordercolor; 
box-shadow:0 10px 10px rgba(50,50,50,0.025);
}
*/
hr.divide {
  margin: 0;
}
section {
  padding-bottom: 0px;
  position: relative;
}
section.above {
  z-index: 10;
  background: #ffffff;
}
section.padtop, .p-t {
  padding-top: 90px;
}
@media (max-width: 767px) {
  section.padtop, .p-t {
    padding-top: 45px;
  }
}
section.padbottom, .p-b {
  padding-bottom: 95px;
}
@media (max-width: 767px) {
  section.padbottom, .p-b {
    padding-bottom: 45px;
  }
}
section.padtopsmall, .p-ts {
  padding-top: 45px;
}
@media (max-width: 767px) {
  section.padtopsmall, .p-ts {
    padding-top: 30px;
  }
}
section.padbottomsmall, .p-bs {
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  section.padbottomsmall, .p-bs {
    padding-bottom: 30px;
  }
}
.row.padtop, .row.p-t {
  padding-top: 45px;
}
@media (max-width: 767px) {
  .row.padtop, .row.p-t {
    padding-top: 30px;
  }
}
.b-t {
  border-top: 1px solid #1d1d1b;
}
.b-t2 {
  border-top: 2px solid #1d1d1b;
}
.b-b {
  border-bottom: 1px solid #1d1d1b;
}
.b-b2 {
  border-bottom: 2px solid #1d1d1b;
}
.b-l {
  border-left: 1px solid #1d1d1b;
}
.b-l2 {
  border-left: 2px solid #1d1d1b;
}
.b-r {
  border-right: 1px solid #1d1d1b;
}
.b-r2 {
  border-right: 2px solid #1d1d1b;
}
@media (max-width: 769px) {
  .b-l, .b-l2, .b-r, .b-r2 {
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
  }
}
.inverse.b-b {
  border-color: #ffffff;
}
.verticaldivide {
  height: calc(100% - 1px);
  border-right: 1px solid #1d1d1b;
  width: 1px;
  margin: 0 auto;
}
body {
  font-weight: 400;
  font-family: "D-DIN-PRO", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.serif {
  font-family: "D-DIN-PRO", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.sans {
  font-family: "D-DIN-PRO", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.sansbold {
  font-family: "D-DIN-PRO", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
@media (min-width: 991px) {
  .two-col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
  }
  .two-col p {
    display: inline-block;
  }
}
ul {
  padding-left: 0px;
}
.videocontrol {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}
.videocontrol video, .videocontrol iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  object-fit: cover;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  outline-width: 0px !important;
}
.videocontrol .playbut {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  /*  PLAY ICON
&:after { content:'';
cursor: pointer;
width:120px;
height:120px;
@extend .transition;
background-size: 40px auto;
background-repeat: no-repeat;
//border:1px solid $white;
border-radius: 50%;
background-position: center center;
background-image:url('../icons/icon-play.svg');}

&:hover:after { opacity:0.7;}
*/
}
.videoscreen {
  position: relative;
  overflow: hidden;
}
.videoscreen video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
}
@media (min-width: 575px) {
  .col-padded {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 575px) {
  .rowwide {
    margin-left: -30px;
    margin-right: -30px;
  }
  .rowwide > [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.rowtight {
  margin-left: -5px;
  margin-right: -5px;
}
.rowtight > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.flexcenter {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.flexcenter .content {
  position: relative;
  z-index: 10;
}
a:hover .flexcenter:after {
  opacity: 1;
}
a .flexcenter {
  cursor: pointer;
}
.grid-text {
  padding: 50px 30px;
}
.grid-box {
  border: 1px solid #1d1d1b;
  padding: 30px;
}
.grid-image {
  min-height: 500px;
}
.grid-image-inner {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.grid-image-inner img {
  display: none;
}
@media (min-width: 768px) {
  .grid-image-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .grid-image-inner {
    padding-bottom: 66%;
  }
}
.grid-image-inner.contain {
  background-size: contain;
}
.gridtext {
  padding: 50px;
}
#customaccordian {
  border-bottom: 1px solid #1d1d1b;
  margin-bottom: 30px;
}
.accorditem {
  border-bottom: 1px solid #1d1d1b;
}
.accordbody {
  overflow: hidden;
  width: 100%;
  max-height: 0px;
  height: auto;
}
.accordbodyinner {
  border-top: 1px solid #666666;
  font-size: 1.6rem;
}
.accordbody.open {
  max-height: 1000px;
}
.accordhead {
  position: relative;
}
.accordhead h5 {
  font-size: 1.6rem;
  display: block;
  cursor: pointer;
  padding: 5px 0;
}
.accordhead h5 label {
  pointer-events: none;
}
.accordhead h5:after {
  content: "";
  background-image: url("../icons/icon-arrow-down.svg");
  background-size: cover;
  height: 0.9em;
  width: 0.9em;
  position: absolute;
  top: 0.1em;
  right: 0.1em;
}
.accordhead h5:hover {
  background: #cccccc;
}
.accordhead h5.open:after {
  border: 1px solid blue;
  transform: rotate(180deg);
}
.accordhead .closer {
  background: red;
  display: none;
}
.accordhead h5.open {
  pointer-events: none;
}
.accordhead h5.open .closer {
  pointer-events: auto;
}
.accordion__item {
  margin: 5px auto;
}
.accordion__item .accordion__title {
  position: relative;
  display: block;
  padding: 3px 0;
  margin-bottom: 0px;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  background-color: #ffffff;
  border-bottom: 1px solid #1d1d1b;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  cursor: pointer;
}
.accordion__item .accordion__title:hover {
  background-color: #e5e4e4;
  transition: all 0.5s ease-out;
}
.accordion__item .accordion__title .accordion__arrow {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 14px;
  height: 14px;
  background-image: url("../icons/icon-arrow-down.svg");
  background-size: cover;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.accordion__item .accordion__rotate {
  transform: rotate(180deg);
}
.accordion__item .accordion__content {
  padding: 30px;
  margin-bottom: 2px;
  font-size: 14px;
  display: none;
  background-color: #f3f3f3;
}
.accordion__item .accordion__arrow-item {
  font-weight: 700;
}
/*-------------------------------------*/
.topfade {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  /* Standard syntax (must be last) */
}
.bottomfade {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 90px;
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  /* Standard syntax (must be last) */
}
.fullheightfade {
  height: 120%;
}
.popup {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.7);
  pointer-events: none;
  opacity: 0;
  colo: #ffffff;
}
.popup .container {
  position: relative;
}
.popupinner {
  opacity: 0;
  width: 100%;
}
.popupinner h4 {
  color: #ffffff;
  margin-bottom: 30px;
}
.close {
  border: 1px solid red;
  position: absolute;
  top: 33px;
  right: 27px;
  opacity: 0 !important;
  z-index: 999;
  opacity: 0;
}
.close svg {
  height: 20px;
  width: 20px;
}
.close svg path {
  fill: #ffffff;
}
.close:hover svg {
  transform: rotate(90deg);
}
.close.active {
  opacity: 1 !important;
  transition-delay: 0.6s;
}
.popupinner.active {
  opacity: 1;
  transition-delay: 0.3s;
}
.popup.active {
  pointer-events: auto;
  opacity: 1;
}
.greyscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.no-smil .greyscale {
  filter: gray;
}
a.scaler svg {
  will-change: transform;
}
a.scaler:hover svg {
  transform: scale(1.3, 1.3);
}
.icon-inline {
  height: 1em;
  width: 1em;
  margin-right: 0.5em;
  display: inline-block;
  position: relative;
  top: 0.1em;
}
a.arrowlink {
  position: relative;
}
a.arrowlink:after {
  content: "";
  position: absolute;
  top: 0.3em;
  height: 0.6em;
  width: 0.6em;
  background-image: url("../icons/icon-arrow-right-thin.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
  right: -15px;
}
a.arrowlink:hover:after {
  opacity: 1;
  right: -20px;
}
a.arrowlinkwhite:after, .inverse .readmore:after {
  background-image: url("../icons/icon-arrow-right-white.svg");
}
a.arrowlinkdown:after {
  background-image: url("../icons/icon-arrow-down.svg");
  right: -15px !important;
}
.full, .videoscreen, .flexcenter, .accordhead .closer, .overlay, .itemimage, .hometop video, a.markerpopup .col-image .image, .singlecurator .video.full iframe, .page-template-page-podcast .podcastembed iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.fixed {
  position: fixed;
}
.image {
  display: block;
  position: relative;
  height: 0px;
  width: 100%;
  padding-bottom: 50%;
  padding-bottom: 66%;
  background-color: #cccccc;
  background-size: cover;
  background-position: 50% 50%;
}
.image img {
  display: none;
}
.square {
  padding-bottom: 100%;
}
.circle {
  padding-bottom: 100%;
  border-radius: 50%;
}
.landscape {
  padding-bottom: 66%;
}
.image.contain {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}
.image.portrait {
  padding-bottom: 138%;
}
.image.full, .image.videoscreen, .image.flexcenter, .accordhead .image.closer, .image.overlay, .image.itemimage, .hometop video.image, a.markerpopup .col-image .image, .singlecurator .video.full iframe.image, .page-template-page-podcast .podcastembed iframe.image {
  padding-bottom: 0%;
  position: absolute;
  height: 100%;
}
.wide {
  padding-bottom: 40%;
}
@media (max-width: 768px) {
  .image.sm-landscape {
    padding-bottom: 50% !important;
  }
}
.imageborder {
  border: 1px solid rgba(46, 45, 55, 0.1);
  margin-bottom: 4px;
  padding: 5px;
}
.imageborder:hover {
  opacity: 0.7;
}
.bgimage {
  background-size: cover;
  background-position: 50% 50%;
}
.image.marginbottom {
  margin-bottom: 3rem;
}
.transition, .videocontrol .playbut, a:hover .flexcenter:after, .accordbody, .popup, .popupinner, .close svg, a, a svg, a img, .imageborder, .slicktextdots .slick-slide, .slicktextdots .slick-slide .slicktextdotlink:after, .slickstandarddots .dot, .btn, .comment-form input#submit, .button, .woocommerce-Button, .woocommerce-button, #payment .place-order #place_order, .homeeventbuttons a, #login #wp-submit, .navigation a, .pagination .page-numbers.prev, .pagination .page-numbers.next, input.wpcf7-submit, .sub-menu, .menublock, .screen .screendown, input, button, .mainheader, .themeall, .mapfiltergrouptoggle, .mapfiltergroup, a.backtotop span, button *, a * {
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.transitionquick, a.scaler svg, a.arrowlink:after {
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.overlay {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}
.overlay.fadetop {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000",GradientType=0);
  /* IE6-9 */
}
.overlaydark {
  background-color: rgba(0, 0, 0, 0.7);
}
.overlaylight {
  background-color: rgba(255, 255, 255, 0.2);
}
.overlayinner {
  position: relative;
  z-index: 5;
}
::-webkit-input-placeholder {
  color: #1d1d1b;
  opacity: 1;
}
::-moz-placeholder {
  color: #1d1d1b;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #1d1d1b;
  opacity: 1;
}
:-moz-placeholder {
  color: #1d1d1b;
  opacity: 1;
}
.inverse::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.inverse::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.inverse:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.inverse:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.form-control::placeholder, .comment-form textarea#comment::placeholder, .woocommerce-Input::placeholder, .woocommerce-MyAccount-content input::placeholder, .woocommerce-MyAccount-content textarea::placeholder, .woocommerce-MyAccount-content select::placeholder, .checkout input::placeholder, .checkout textarea::placeholder, .checkout select::placeholder, #login input[type=text]::placeholder, #login input[type=password]::placeholder {
  color: #1d1d1b !important;
  opacity: 1;
}
.map {
  width: 100%;
  padding-bottom: 30%;
  height: 0;
  position: relative;
}
@media (max-width: 768px) {
  .map {
    padding-bottom: 50%;
  }
}
.map #map_canvas, .map iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.map2022outer {
  border: 1px solid #1d1d1b;
  padding: 2px;
  position: relative;
  width: 100%;
}
.map2022 {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
}
.map2022 iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.panel {
  padding: 15px;
  background: #f8f7f6;
  margin: 0 0 30px 0;
}
.slickouter {
  position: relative;
}
.slick-slider.slickfull {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .slick-slider.slickfull {
    min-height: 400px;
  }
}
.slick-slider.slickfull .slick-list, .slick-slider.slickfull .slick-track {
  height: 100%;
}
.slick-slide .image img {
  display: none;
}
.slickfull .item {
  height: 100%;
}
.slickfull .item img {
  display: none;
}
.slickbut {
  background: transparent !important;
  position: absolute;
  top: 50%;
  font-family: "D-DIN-PRO", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 300;
  left: -20px;
  font-size: 1.6rem;
  z-index: 10;
  border-width: 0px !important;
  outline-width: 0px !important;
  cursor: pointer !important;
  display: inline-block;
  margin-top: -12px;
}
@media (max-width: 767px) {
  .slickbut {
    left: -15px;
  }
}
.slickbut svg {
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.slickbut svg path, .slickbut svg polygon {
  fill: #1d1d1b;
}
.slickbutwhite svg path {
  fill: #ffffff;
}
.slickbut.slicknext {
  left: auto;
  right: -20px;
}
@media (max-width: 767px) {
  .slickbut.slicknext {
    right: -15px;
  }
}
.slickbutinline {
  margin-top: 0px;
  padding-left: 0px;
  position: static;
}
.slickbutinline svg {
  height: 16px;
  width: 16px;
}
.slickbutsright {
  position: absolute;
  right: 20px;
  bottom: 0px;
}
@media (max-width: 768px) {
  .slickbutsright {
    bottom: -30px;
  }
}
.slickbutsrightsmall {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.slickbutsrightsmall svg {
  height: 12px;
  width: 12px;
}
.slickbutbg {
  background: #ffffff !important;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  display: flex;
  text-align: center;
  padding: 2px 7px;
  align-items: inline;
}
.slickbutbg svg path, .slickbutbg svg polygon {
  fill: #1d1d1b;
}
.slickbutinline svg path, .slickbutinline svg polygon {
  fill: #ffffff !important;
}
/*
.slickdots {  
  padding:30px 0 25px;
  z-index:10;

  .slick-list {overflow: visible !important; }

  .slick-track {
    margin-left: 0px;

@media(max-width:767px) { width:100% !important; 
margin-left:0px;
margin-right: 0px;}
     }


}
*/
.slickdots.slickgallerydots {
  padding-top: 15px;
}
.slickdots.slickgallerydots .slick-track {
  margin-left: 0px !important;
}
.slicktextdots {
  position: relative !important;
  z-index: 20;
  color: #ffffff;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .slicktextdots {
    font-size: 2rem;
    margin-bottom: 0px;
  }
}
.slicktextdots .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
}
.slicktextdots .slick-list {
  overflow-y: visible;
}
.slicktextdots .slick-slide.slick-cloned {
  display: none !important;
}
.slicktextdots .slick-slide {
  display: block !important;
  float: none;
  outline-width: 0px !important;
  opacity: 0.7;
  position: relative;
  display: inline-block;
}
.slicktextdots .slick-slide:hover {
  opacity: 0.9;
  cursor: pointer;
}
.slicktextdots .slick-slide span {
  position: relative;
}
.slicktextdots .slick-slide .slicktextdotlink {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  color: #ffffff;
}
.slicktextdots .slick-slide .slicktextdotlink:after {
  position: absolute;
  top: 0.6rem;
  right: -1.6rem;
  opacity: 0;
  background-image: url("../icons/icon-arrow-right-thin-white.svg");
  height: 1.6rem;
  width: 1.6rem;
  content: "";
}
.slicktextdots .slick-slide .slicktextdotlink:hover {
  opacity: 1;
}
.slicktextdots .slick-slide .slicktextdotlink:hover:after {
  opacity: 1;
  right: -3rem;
}
.slicktextdots .slick-slide.slick-current {
  opacity: 1;
}
.slicktextdots .slick-slide.slick-current .slicktextdotlink {
  display: block;
}
.slickstandarddots {
  border: 1px solid green !important;
  position: absolute !important;
  bottom: 10px;
  left: 0;
  width: 100%;
}
.slickstandarddots .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
  text-align: center;
}
.slickstandarddots .dot {
  display: inline-block !important;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin: 0px 5px;
  cursor: pointer;
}
.slickstandarddots .dot.slick-active, .slickstandarddots .dot.slick-active1 {
  background: #ffffff;
}
.imagedot {
  left: 0px !important;
  opacity: 1 !important;
  margin-right: 15px;
}
.imagedot img {
  max-width: 100%;
  height: auto;
}
.imagedot:hover {
  cursor: pointer;
  opacity: 0.5 !important;
}
.seohide {
  font-size: 1px;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
  transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.cookie-notice-container {
  padding: 5px 0 2px 0;
}
#cookie-notice .cn-button {
  color: #ffffff;
  display: none;
}
.cc-window {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 1.5em;
  background: #ffffff;
  border-top: 1px solid #cccac4;
  background: #ffffff;
  color: #333344 !important;
  padding: 5px 30px;
  z-index: 9999;
  font-family: "solight" !important;
  text-align: center;
}
.cc-link {
  color: #333344 !important;
  text-decoration: underline;
  display: none !important;
}
.cc-link:hover {
  color: #e62984 !important;
  text-decoration: underline;
}
.cc-window.cc-static {
  position: static;
}
.cc-compliance {
  display: inline-block;
  vertical-align: baseline;
  padding-left: 15px;
}
.cc-compliance a {
  padding: 3px 7px;
}
@media (max-width: 768px) {
  .cc-compliance {
    display: block;
    margin-top: 10px;
  }
}
.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer;
}
.cc-btn {
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  background: #e62984 !important;
  margin-left: 30px;
  font-weight: bold !important;
}
@media (max-width: 768px) {
  .cc-btn {
    margin: 10px auto 3px auto !important;
  }
}
.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0em;
  font-weight: bold !important;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active, .cc-link:visited {
  color: initial;
}
.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}
.cc-close:focus, .cc-close:hover {
  opacity: 1;
}
@media print {
  .cc-revoke, .cc-window {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #wpadminbar {
    display: none;
  }
  html.js {
    margin-top: 0px !important;
  }
}
/*
.ekko-lightbox{display:-ms-flexbox!important;display:flex!important;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding-right:0!important}.ekko-lightbox-container{position:relative}.ekko-lightbox-container>div.ekko-lightbox-item{position:absolute;top:0;left:0;bottom:0;right:0;width:100%}.ekko-lightbox iframe{width:100%;height:100%}.ekko-lightbox-nav-overlay{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%;display:-ms-flexbox;display:flex}.ekko-lightbox-nav-overlay a{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;opacity:0;transition:opacity .5s;color:#fff;font-size:30px;z-index:1}.ekko-lightbox-nav-overlay a>*{-ms-flex-positive:1;flex-grow:1}.ekko-lightbox-nav-overlay a>:focus{outline:none}.ekko-lightbox-nav-overlay a span{padding:0 30px}.ekko-lightbox-nav-overlay a:last-child span{text-align:right}.ekko-lightbox-nav-overlay a:hover{text-decoration:none}.ekko-lightbox-nav-overlay a:focus{outline:none}.ekko-lightbox-nav-overlay a.disabled{cursor:default;visibility:hidden}.ekko-lightbox a:hover{opacity:1;text-decoration:none}.ekko-lightbox .modal-dialog{display:none}.ekko-lightbox .modal-footer{text-align:left}.ekko-lightbox-loader{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.ekko-lightbox-loader>div{width:40px;height:40px;position:relative;text-align:center}.ekko-lightbox-loader>div>div{width:100%;height:100%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;animation:a 2s infinite ease-in-out}.ekko-lightbox-loader>div>div:last-child{animation-delay:-1s}.modal-dialog .ekko-lightbox-loader>div>div{background-color:#333}@keyframes a{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}
*/
.isotope, .isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  /*  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity; */
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/*
.development { position:fixed;
height:100vh;
width:100vw;
top:0;
left:0;
opacity:0.5;}

.development .container { height:100vh; 
border:1px solid red;
border-width:0 1px 0 1px;}

.development .container .col-1 { height:100vh;
border-left:1px solid lawngreen; 
box-shadow: inset -15px 0 0px #eeeeee, inset 15px 0 0px #eeeeee;}

.development .container .col-1:first-child { border-left:0px;}

 .temp { border:1px solid #000000;
  margin-bottom:30px;
}

 .temp[class*=col]{
  padding-top:15px;
  padding-bottom:15px;}

  .temp a {  // display: block;
  }

  .temp-pad { border:1px solid #000000;
    padding:15px;}

.temp-bg { background:#ffffff;
  z-index:99;
}

    .temp-h400 { height:400px;
      overflow: hidden;}
*/
.btn, .comment-form input#submit, .button, .woocommerce-Button, .woocommerce-button, #payment .place-order #place_order, .homeeventbuttons a, #login #wp-submit, .navigation a, .pagination .page-numbers.prev, .pagination .page-numbers.next {
  background: transparent;
  border: 1px solid #1d1d1b;
  padding: 0.25em 1em 0.15em;
  font-size: 1.4rem;
  color: #1d1d1b;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 0px;
  letter-spacing: 0.025em;
}
.btn svg, .comment-form input#submit svg, .button svg, .woocommerce-Button svg, .woocommerce-button svg, #payment .place-order #place_order svg, .homeeventbuttons a svg, #login #wp-submit svg, .navigation a svg, .pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
  height: 0.9em;
  width: 0.9em;
}
.btn-outline {
  background: transparent;
  border: 1px solid #1d1d1b;
  border-width: 0 0 1px 0;
  padding-left: 0;
  padding-right: 0;
}
.btn:hover, .comment-form input#submit:hover, .button:hover, .woocommerce-Button:hover, .woocommerce-button:hover, #payment .place-order #place_order:hover, .homeeventbuttons a:hover, #login #wp-submit:hover, .navigation a:hover, .pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
  opacity: 0.5;
}
.btn-outline:hover {
  border-color: rgba(0, 0, 0, 0);
}
.btn-inline {
  vertical-align: baseline;
  position: relative;
  top: -2px;
  margin-left: 0.5em;
}
.btn-inverse, #payment .place-order #place_order, #login #wp-submit, .accountbox .btn, .accountbox .comment-form input#submit, .comment-form .accountbox input#submit, .accountbox .button, .accountbox .woocommerce-Button, .accountbox .woocommerce-button, .accountbox #payment .place-order #place_order, #payment .place-order .accountbox #place_order, .accountbox .homeeventbuttons a, .homeeventbuttons .accountbox a, .accountbox #login #wp-submit, #login .accountbox #wp-submit, .accountbox .navigation a, .navigation .accountbox a, .accountbox .pagination .page-numbers.prev, .pagination .accountbox .page-numbers.prev, .accountbox .pagination .page-numbers.next, .pagination .accountbox .page-numbers.next, .navigation a {
  border-color: #e62984;
  background: #e62984;
  color: #ffffff;
}
.btn-inverse:hover, #payment .place-order #place_order:hover, #login #wp-submit:hover, .accountbox .btn:hover, .accountbox .comment-form input#submit:hover, .comment-form .accountbox input#submit:hover, .accountbox .button:hover, .accountbox .woocommerce-Button:hover, .accountbox .woocommerce-button:hover, .accountbox #payment .place-order #place_order:hover, #payment .place-order .accountbox #place_order:hover, .accountbox .homeeventbuttons a:hover, .homeeventbuttons .accountbox a:hover, .accountbox #login #wp-submit:hover, #login .accountbox #wp-submit:hover, .accountbox .navigation a:hover, .navigation .accountbox a:hover, .accountbox .pagination .page-numbers.prev:hover, .pagination .accountbox .page-numbers.prev:hover, .accountbox .pagination .page-numbers.next:hover, .pagination .accountbox .page-numbers.next:hover, .navigation a:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0);
}
.btn-center {
  display: block;
  text-align: center;
}
.btn-sm, .btn-group-sm > .btn, .comment-form .btn-group-sm > input#submit, .btn-group-sm > .button, .btn-group-sm > .woocommerce-Button, .btn-group-sm > .woocommerce-button, #payment .place-order .btn-group-sm > #place_order, .homeeventbuttons .btn-group-sm > a, #login .btn-group-sm > #wp-submit, .navigation .btn-group-sm > a, .pagination .btn-group-sm > .page-numbers.prev, .pagination .btn-group-sm > .page-numbers.next, .button {
  padding: 0.4em 1em 0.4em;
  font-size: 1.2rem;
}
.btn-lg, .btn-group-lg > .btn, .comment-form .btn-group-lg > input#submit, .btn-group-lg > .button, .btn-group-lg > .woocommerce-Button, .btn-group-lg > .woocommerce-button, #payment .place-order .btn-group-lg > #place_order, .homeeventbuttons .btn-group-lg > a, #login .btn-group-lg > #wp-submit, .navigation .btn-group-lg > a, .pagination .btn-group-lg > .page-numbers.prev, .pagination .btn-group-lg > .page-numbers.next, #payment .place-order #place_order {
  font-size: 2.1rem;
}
.btn-text:hover {
  color: #1d1d1b;
}
.btn-xs {
  font-size: 1rem;
}
.btn-micro {
  font-weight: 700;
  font-size: 1.2rem;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 2px 5px 2px 12px;
}
.btn-micro .icon-inline {
  height: 0.7em;
  width: 0.7em;
  top: 0.05em;
}
.btn-icon .wp_file_get_contents {
  display: inline;
}
.btn-icon svg {
  width: 1.2em;
  height: 1.2em;
  margin-right: 4px;
}
.btn-icon svg path, .btn-icon svg rect, .btn-icon svg polygon {
  fill: #ffffff;
}
.form-intro {
  padding-bottom: 30px;
  padding-top: 30px;
  margin-bottom: 45px;
  border-bottom: 1px solid #1d1d1b;
  border-top: 1px solid #1d1d1b;
}
span.form-hidden {
  display: block;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
span.num {
  background-color: #e62984;
  color: #ffffff;
  font-weight: 400;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -0.1em;
  height: 1em;
  width: 1em;
  margin-right: 0.25em;
}
span.num span {
  font-size: 0.7em;
}
ul.formcontents {
  list-style: none;
  padding-left: 0px;
  border-top: 1px solid #fdeef5;
}
ul.formcontents li {
  border-bottom: 1px solid #fdeef5;
  padding: 10px 0;
  font-weight: 700;
}
.formboxouter span.num span {
  font-size: 0.6em;
}
div .cred-form .form-box .form-group, div .cred-form .form-box .comment-form p.comment-form-comment, .comment-form div .cred-form .form-box p.comment-form-comment, div .cred-form .form-box .comment-form p.form-submit, .comment-form div .cred-form .form-box p.form-submit, div .cred-form .form-box .woocommerce-form-row {
  margin: 0px 0 40px;
  padding: 0 0 40px;
  border-bottom: 1px solid rgba(230, 41, 132, 0.5);
}
.form-box {
  overflow: hidden;
  background: #fdeef5;
  margin: 15px 0 30px;
  padding: 45px;
}
.form-box a, .form-box p a {
  text-decoration: underline !important;
}
.form-box ul {
  padding-left: 0.5em;
}
.form-box strong {
  font-weight: 700;
}
.form-box .form-group:last-child, .form-box .comment-form p.comment-form-comment:last-child, .comment-form .form-box p.comment-form-comment:last-child, .form-box .comment-form p.form-submit:last-child, .comment-form .form-box p.form-submit:last-child, .form-box .woocommerce-form-row:last-child {
  border-bottom: 0px solid #e62984 !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.form-box .form-group.forceborder, .form-box .comment-form p.forceborder.comment-form-comment, .comment-form .form-box p.forceborder.comment-form-comment, .form-box .comment-form p.forceborder.form-submit, .comment-form .form-box p.forceborder.form-submit, .form-box .forceborder.woocommerce-form-row {
  margin: 0px 0 40px !important;
  padding: 0 0 40px !important;
  border-bottom: 1px solid rgba(230, 41, 132, 0.5) !important;
}
iframe {
  border: 0px solid transparent !important;
}
form hr {
  border-color: #cccac4;
}
fieldset legend {
  font-size: 1.8rem;
  margin-left: -2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 30px;
}
.form-group, .comment-form p.comment-form-comment, .comment-form p.form-submit, .woocommerce-form-row {
  margin-top: 10px;
  margin-bottom: 25px;
}
.form-group label, .comment-form p.comment-form-comment label, .comment-form p.form-submit label, .woocommerce-form-row label {
  font-size: 1.6rem;
  font-weight: 700;
}
.form-group label p, .comment-form p.comment-form-comment label p, .comment-form p.form-submit label p, .woocommerce-form-row label p {
  margin-bottom: 1em;
}
.form-group label ul, .comment-form p.comment-form-comment label ul, .comment-form p.form-submit label ul, .woocommerce-form-row label ul {
  padding-left: 1.5em;
}
.form-group em, .comment-form p.comment-form-comment em, .comment-form p.form-submit em, .woocommerce-form-row em {
  font-size: 1.2rem;
}
.form-group img, .comment-form p.comment-form-comment img, .comment-form p.form-submit img, .woocommerce-form-row img {
  max-width: 400px;
  max-height: 400px;
  height: auto;
  width: auto;
}
.form-group.checkboxgrid, .comment-form p.checkboxgrid.comment-form-comment, .comment-form p.checkboxgrid.form-submit, .checkboxgrid.woocommerce-form-row {
  margin-right: 1.5em;
}
.form-group.checkboxgrid li, .comment-form p.checkboxgrid.comment-form-comment li, .comment-form p.checkboxgrid.form-submit li, .checkboxgrid.woocommerce-form-row li {
  display: inline-block;
}
.form-box .formrow .form-group, .form-box .formrow .comment-form p.comment-form-comment, .comment-form .form-box .formrow p.comment-form-comment, .form-box .formrow .comment-form p.form-submit, .comment-form .form-box .formrow p.form-submit, .form-box .formrow .woocommerce-form-row {
  margin-bottom: 30px !important;
}
@media (max-width: 768px) {
  .form-box .formrow .form-group:last-child, .form-box .formrow .comment-form p.comment-form-comment:last-child, .comment-form .form-box .formrow p.comment-form-comment:last-child, .form-box .formrow .comment-form p.form-submit:last-child, .comment-form .form-box .formrow p.form-submit:last-child, .form-box .formrow .woocommerce-form-row:last-child {
    margin-bottom: 0px !important;
  }
}
.form-control, .comment-form textarea#comment, .woocommerce-Input, .woocommerce-MyAccount-content input, .woocommerce-MyAccount-content textarea, .woocommerce-MyAccount-content select, .checkout input, .checkout textarea, .checkout select, #login input[type=text], #login input[type=password], .form-select, .wpt-form-checkbox-label {
  color: #1d1d1b;
  background: #ffffff;
  border: 1px solid #f8f7f6;
  padding: 8px 12px 6px;
  border-radius: 0px;
  font-size: 1.6rem;
  font-weight: 300;
}
.form-group ul.wpt-form-set-checkboxes, .comment-form p.comment-form-comment ul.wpt-form-set-checkboxes, .comment-form p.form-submit ul.wpt-form-set-checkboxes, .woocommerce-form-row ul.wpt-form-set-checkboxes {
  padding-left: 0px;
}
.form-group ul.wpt-form-set-checkboxes label, .comment-form p.comment-form-comment ul.wpt-form-set-checkboxes label, .comment-form p.form-submit ul.wpt-form-set-checkboxes label, .woocommerce-form-row ul.wpt-form-set-checkboxes label {
  font-weight: 300;
  padding-left: 15px;
  font-size: 1.4rem;
}
.form-group ul.wpt-form-set-checkboxes input, .comment-form p.comment-form-comment ul.wpt-form-set-checkboxes input, .comment-form p.form-submit ul.wpt-form-set-checkboxes input, .woocommerce-form-row ul.wpt-form-set-checkboxes input {
  margin-right: 5px;
  position: relative;
  top: 1px;
}
ul.wpt-form-set-radios {
  padding-left: 0px;
}
ul.wpt-form-set-radios input {
  margin-right: 10px;
}
.form-control.disabled, .comment-form textarea.disabled#comment, .disabled.woocommerce-Input, .woocommerce-MyAccount-content input.disabled, .woocommerce-MyAccount-content textarea.disabled, .woocommerce-MyAccount-content select.disabled, .checkout input.disabled, .checkout textarea.disabled, .checkout select.disabled, #login input.disabled[type=text], #login input.disabled[type=password] {
  cursor: normal;
  pointer-events: none;
  opacity: 0.7;
}
.form, .wpcf7-form, #loginform {
  font-size: 1.4rem;
  margin: 30px 0 0 0;
}
.form .form-group:last-child, .form .comment-form p.comment-form-comment:last-child, .comment-form .form p.comment-form-comment:last-child, .form .comment-form p.form-submit:last-child, .comment-form .form p.form-submit:last-child, .form .woocommerce-form-row:last-child, .wpcf7-form .form-group:last-child, .wpcf7-form .comment-form p.comment-form-comment:last-child, .comment-form .wpcf7-form p.comment-form-comment:last-child, .wpcf7-form .comment-form p.form-submit:last-child, .comment-form .wpcf7-form p.form-submit:last-child, .wpcf7-form .woocommerce-form-row:last-child, #loginform .form-group:last-child, #loginform .comment-form p.comment-form-comment:last-child, .comment-form #loginform p.comment-form-comment:last-child, #loginform .comment-form p.form-submit:last-child, .comment-form #loginform p.form-submit:last-child, #loginform .woocommerce-form-row:last-child {
  margin-bottom: 0px;
}
.form label, .wpcf7-form label, #loginform label {
  margin-top: 0px;
  font-weight: normal;
  padding: 0 0 0 0px;
}
.form label small, .wpcf7-form label small, #loginform label small {
  padding: 5px 0;
  display: block;
}
.form input.wpcf7-text, .form textarea.wpcf7-textarea, .form input.form-control, .form input.woocommerce-Input, .form .woocommerce-MyAccount-content input, .woocommerce-MyAccount-content .form input, .form .checkout input, .checkout .form input, .form #login input[type=text], #login .form input[type=text], .form #login input[type=password], #login .form input[type=password], .form select.form-control, .form select.woocommerce-Input, .form .woocommerce-MyAccount-content select, .woocommerce-MyAccount-content .form select, .form .checkout select, .checkout .form select, .wpcf7-form input.wpcf7-text, .wpcf7-form textarea.wpcf7-textarea, .wpcf7-form input.form-control, .wpcf7-form input.woocommerce-Input, .wpcf7-form .woocommerce-MyAccount-content input, .woocommerce-MyAccount-content .wpcf7-form input, .wpcf7-form .checkout input, .checkout .wpcf7-form input, .wpcf7-form #login input[type=text], #login .wpcf7-form input[type=text], .wpcf7-form #login input[type=password], #login .wpcf7-form input[type=password], .wpcf7-form select.form-control, .wpcf7-form select.woocommerce-Input, .wpcf7-form .woocommerce-MyAccount-content select, .woocommerce-MyAccount-content .wpcf7-form select, .wpcf7-form .checkout select, .checkout .wpcf7-form select, #loginform input.wpcf7-text, #loginform textarea.wpcf7-textarea, #loginform input.form-control, #loginform input.woocommerce-Input, #loginform .woocommerce-MyAccount-content input, .woocommerce-MyAccount-content #loginform input, #loginform .checkout input, .checkout #loginform input, #loginform #login input[type=text], #login #loginform input[type=text], #loginform #login input[type=password], #login #loginform input[type=password], #loginform select.form-control, #loginform select.woocommerce-Input, #loginform .woocommerce-MyAccount-content select, .woocommerce-MyAccount-content #loginform select, #loginform .checkout select, .checkout #loginform select {
  border-radius: 0px;
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #1d1d1b;
  height: auto !important;
  padding: 6px 12px;
  font-size: 1.6rem;
  outline-width: 0px !important;
  box-shadow: 0 0 0 #ffffff !important;
  margin-bottom: 15px;
}
select.form-control.form-control {
  min-height: 35px;
  max-width: 400px;
}
input[read-only].form-control, input.woocommerce-Input[read-only], .woocommerce-MyAccount-content input[read-only], .checkout input[read-only], #login input[type=text][read-only], #login input[type=password][read-only], input.form-control.hasDatepicker, input.hasDatepicker.woocommerce-Input, .woocommerce-MyAccount-content input.hasDatepicker, .checkout input.hasDatepicker, #login input.hasDatepicker[type=text], #login input.hasDatepicker[type=password] {
  background: #fdfdfd !important;
  background: #ffffff !important;
}
small.wpt-form-error {
  font-size: 1.4rem;
  display: block;
  margin: 10px 0;
}
input.wpcf7-submit {
  border: 1px solid #1d1d1b;
  background: transparent;
  color: #1d1d1b;
  cursor: pointer;
  text-transform: uppercase;
  padding: 6px 12px;
  margin-top: 10px;
  font-size: 1.4rem;
}
input.wpcf7-submit:hover {
  opacity: 0.7;
}
input.wpcf7-not-valid {
  border-color: #BF311A !important;
}
span.wpcf7-not-valid-tip {
  display: block;
  padding-top: 5px;
  color: #ffffff !important;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.wpcf7-list-item {
  display: block;
  font-size: 1.4rem;
  margin: 0 0 1em;
}
.wpcf7-list-item input[type="radio"] {
  float: none;
  margin: 0;
}
.wpcf7-list-item .mc4wp-checkbox {
  padding-top: 5px;
}
.wpcf7-form {
  margin-top: 0px;
}
.form-group div.wpcf7-response-output, .comment-form p.comment-form-comment div.wpcf7-response-output, .comment-form p.form-submit div.wpcf7-response-output, .woocommerce-form-row div.wpcf7-response-output, .form-group #mce-responses div, .comment-form p.comment-form-comment #mce-responses div, .comment-form p.form-submit #mce-responses div, .woocommerce-form-row #mce-responses div {
  background-color: #a3c610;
  border-color: #a3c610;
  font-size: 1.8rem;
  padding: 15px;
  margin: 25px 0 15px;
}
.form-group div.wpcf7-mail-sent-ok, .comment-form p.comment-form-comment div.wpcf7-mail-sent-ok, .comment-form p.form-submit div.wpcf7-mail-sent-ok, .woocommerce-form-row div.wpcf7-mail-sent-ok {
  background-color: #a3c610;
  border-color: #a3c610;
}
.form-group div.wpcf7-validation-errors, .comment-form p.comment-form-comment div.wpcf7-validation-errors, .comment-form p.form-submit div.wpcf7-validation-errors, .woocommerce-form-row div.wpcf7-validation-errors {
  background-color: #ffc107;
  border-color: #ffc107;
}
.form-group div.wpcf7-mail-sent-ng, .comment-form p.comment-form-comment div.wpcf7-mail-sent-ng, .comment-form p.form-submit div.wpcf7-mail-sent-ng, .woocommerce-form-row div.wpcf7-mail-sent-ng {
  background-color: #BF311A;
  border-color: #BF311A;
}
.comment-form p.logged-in-as {
  font-size: 1.2rem;
}
.alert {
  margin: 10px 0;
  font-size: 1.6rem;
}
.alert p {
  margin: 0px;
}
.js-wpt-field-items .wpt-form-error {
  display: inline-block;
  background: black !important;
  color: white !important;
  border: 1px solid black;
  border-radius: 0px;
  margin: -10px 10px 0 0;
  text-transform: uppercase;
  padding: 3px 8px;
  font-size: 12px;
}
.js-wpt-field-items .wpt-form-error + input {
  border: 1px solid black !important;
}
.wpt-form-item-checkbox .js-wpt-field-items .wpt-form-error {
  display: block;
}
.widesearch {
  margin-top: 0px;
  padding: 25px 0 10px;
  position: relative;
  z-index: 5;
  background: #ffffff;
  border-top: 0px solid #1d1d1b;
  border-bottom: 2px solid #1d1d1b;
}
@media (min-width: 991px) {
  .widesearch .col-widesearchtitle {
    padding-right: 0px;
  }
}
.widesearch h2, .widesearch p {
  display: block;
  vertical-align: baseline;
  padding-right: 0px;
}
.widesearch h2.h2, .widesearch .cart_totals h2, .cart_totals .widesearch h2 {
  margin: 0 0 5px;
  font-size: 3rem;
}
@media (min-width: 1400px) {
  .widesearch h2.h2, .widesearch .cart_totals h2, .cart_totals .widesearch h2 {
    font-size: 3.2rem;
  }
}
.widesearch p {
  font-size: 1.4rem;
}
@media (min-width: 1400px) {
  .widesearch p {
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .widesearch p {
    display: none;
  }
}
@media (max-width: 991px) {
  .widesearch h2.h2, .widesearch .cart_totals h2, .cart_totals .widesearch h2 {
    margin: 0 0 20px 0;
    display: block;
  }
}
@media (min-width: 768px) {
  .widesearch form > ul {
    margin-top: -5px !important;
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
  }
  .widesearch form > ul li {
    display: inline-block;
    margin-right: 15px;
    flex-grow: 1;
  }
  .widesearch li.startdate {
    min-width: 150px;
  }
}
@media (min-width: 991px) {
  .widesearch form > ul {
    margin-top: -5px !important;
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .widesearch h2 {
    margin-bottom: 15px !important;
  }
  .widesearch ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
  }
  .widesearch li {
    padding: 0 8px;
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .widesearch .form-group, .widesearch .comment-form p.comment-form-comment, .comment-form .widesearch p.comment-form-comment, .widesearch .comment-form p.form-submit, .comment-form .widesearch p.form-submit, .widesearch .woocommerce-form-row {
    margin: 0 0 15px;
  }
  .widesearch li, .widesearch label, .widesearch select {
    display: block !important;
  }
  .widesearch li.searchtext, .widesearch li.searchsubmit {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .widesearch li.searchtext label, .widesearch li.searchsubmit label {
    display: none !important;
  }
  .widesearch li.searchtext .btn, .widesearch li.searchtext .comment-form input#submit, .comment-form .widesearch li.searchtext input#submit, .widesearch li.searchtext .button, .widesearch li.searchtext .woocommerce-Button, .widesearch li.searchtext .woocommerce-button, .widesearch li.searchtext #payment .place-order #place_order, #payment .place-order .widesearch li.searchtext #place_order, .widesearch li.searchtext .homeeventbuttons a, .homeeventbuttons .widesearch li.searchtext a, .widesearch li.searchtext #login #wp-submit, #login .widesearch li.searchtext #wp-submit, .widesearch li.searchtext .navigation a, .navigation .widesearch li.searchtext a, .widesearch li.searchtext .pagination .page-numbers.prev, .pagination .widesearch li.searchtext .page-numbers.prev, .widesearch li.searchtext .pagination .page-numbers.next, .pagination .widesearch li.searchtext .page-numbers.next, .widesearch li.searchsubmit .btn, .widesearch li.searchsubmit .comment-form input#submit, .comment-form .widesearch li.searchsubmit input#submit, .widesearch li.searchsubmit .button, .widesearch li.searchsubmit .woocommerce-Button, .widesearch li.searchsubmit .woocommerce-button, .widesearch li.searchsubmit #payment .place-order #place_order, #payment .place-order .widesearch li.searchsubmit #place_order, .widesearch li.searchsubmit .homeeventbuttons a, .homeeventbuttons .widesearch li.searchsubmit a, .widesearch li.searchsubmit #login #wp-submit, #login .widesearch li.searchsubmit #wp-submit, .widesearch li.searchsubmit .navigation a, .navigation .widesearch li.searchsubmit a, .widesearch li.searchsubmit .pagination .page-numbers.prev, .pagination .widesearch li.searchsubmit .page-numbers.prev, .widesearch li.searchsubmit .pagination .page-numbers.next, .pagination .widesearch li.searchsubmit .page-numbers.next {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 5px;
  }
}
.widesearch input, .widesearch select {
  line-height: 1 !important;
  padding: 5px;
  border: 1px solid #1d1d1b;
  height: 40px;
  width: 100%;
}
.widesearch .datewrap {
  border: 1px solid #1d1d1b;
  display: block;
  position: relative;
  padding: 5px;
  height: 36px;
}
.widesearch .datewrap .wpv_date_input {
  font-size: 1.4rem;
  display: block;
  height: 30px;
}
.widesearch .datewrap .ui-datepicker-trigger {
  position: absolute;
  right: 8px;
  top: 8px;
}
.widesearch .datewrap .wpv-date-front-end-clear {
  position: absolute;
  right: 26px;
  top: 8px;
}
.widesearch .form-group.search input.form-control, .widesearch .comment-form p.search.comment-form-comment input.form-control, .widesearch .comment-form p.search.comment-form-comment input.woocommerce-Input, .widesearch .comment-form p.search.comment-form-comment .woocommerce-MyAccount-content input, .woocommerce-MyAccount-content .widesearch .comment-form p.search.comment-form-comment input, .widesearch .comment-form p.search.comment-form-comment .checkout input, .checkout .widesearch .comment-form p.search.comment-form-comment input, .widesearch .comment-form p.search.comment-form-comment #login input[type=text], #login .widesearch .comment-form p.search.comment-form-comment input[type=text], .widesearch .comment-form p.search.comment-form-comment #login input[type=password], #login .widesearch .comment-form p.search.comment-form-comment input[type=password], .comment-form .widesearch p.search.comment-form-comment input.form-control, .widesearch .comment-form p.search.form-submit input.form-control, .widesearch .comment-form p.search.form-submit input.woocommerce-Input, .widesearch .comment-form p.search.form-submit .woocommerce-MyAccount-content input, .woocommerce-MyAccount-content .widesearch .comment-form p.search.form-submit input, .widesearch .comment-form p.search.form-submit .checkout input, .checkout .widesearch .comment-form p.search.form-submit input, .widesearch .comment-form p.search.form-submit #login input[type=text], #login .widesearch .comment-form p.search.form-submit input[type=text], .widesearch .comment-form p.search.form-submit #login input[type=password], #login .widesearch .comment-form p.search.form-submit input[type=password], .comment-form .widesearch p.search.form-submit input.form-control, .widesearch .search.woocommerce-form-row input.form-control, .widesearch .search.woocommerce-form-row input.woocommerce-Input, .widesearch .search.woocommerce-form-row .woocommerce-MyAccount-content input, .woocommerce-MyAccount-content .widesearch .search.woocommerce-form-row input, .widesearch .search.woocommerce-form-row .checkout input, .checkout .widesearch .search.woocommerce-form-row input, .widesearch .search.woocommerce-form-row #login input[type=text], #login .widesearch .search.woocommerce-form-row input[type=text], .widesearch .search.woocommerce-form-row #login input[type=password], #login .widesearch .search.woocommerce-form-row input[type=password], .widesearch .form-group.search input.woocommerce-Input, .widesearch .form-group.search .woocommerce-MyAccount-content input, .woocommerce-MyAccount-content .widesearch .form-group.search input, .widesearch .form-group.search .checkout input, .checkout .widesearch .form-group.search input, .widesearch .form-group.search #login input[type=text], #login .widesearch .form-group.search input[type=text], .widesearch .form-group.search #login input[type=password], #login .widesearch .form-group.search input[type=password] {
  font-size: 1.4rem !important;
  height: 36px;
}
.widesearch .btn, .widesearch .comment-form input#submit, .comment-form .widesearch input#submit, .widesearch .button, .widesearch .woocommerce-Button, .widesearch .woocommerce-button, .widesearch #payment .place-order #place_order, #payment .place-order .widesearch #place_order, .widesearch .homeeventbuttons a, .homeeventbuttons .widesearch a, .widesearch #login #wp-submit, #login .widesearch #wp-submit, .widesearch .navigation a, .navigation .widesearch a, .widesearch .pagination .page-numbers.prev, .pagination .widesearch .page-numbers.prev, .widesearch .pagination .page-numbers.next, .pagination .widesearch .page-numbers.next {
  height: 36px;
}
.pagenavtop {
  font-size: 1.2rem;
}
.select-css, .sf-input-select {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("../icons/icon-arrow-down.svg");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
.select-css::-ms-expand, .sf-input-select::-ms-expand {
  display: none;
}
.select-css:hover, .sf-input-select:hover {
  border-color: #888;
}
.select-css:focus, .sf-input-select:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
.select-css option, .sf-input-select option {
  font-weight: normal;
}
.searchandfilter {
  /*
label:after {  position:absolute;
top:0;
right:0;
height:100%;
width:20px;
background-color:  @offblack;
content:'';
//pointer-events: none;
display:none;
}
*/
}
.searchandfilter .screen-reader-text {
  display: none;
}
.searchandfilter h4 {
  padding-bottom: 15px;
  font-weight: 700;
}
.searchandfilter ul {
  list-style: none;
  padding: 0px;
  margin-top: 0;
  margin-bottom: 0;
}
.searchandfilter label {
  display: block !important;
  padding: 0px 0 0 0px;
  margin-bottom: 10px;
  position: relative;
}
.searchandfilter li {
  position: relative;
}
.searchandfilter li .sf-input-checkbox {
  position: absolute;
  left: 0;
  top: 9px;
}
.searchandfilter li input.sf-input-checkbox + label {
  display: inline-block !important;
  padding-left: 20px;
  font-size: 1.4rem;
}
.searchandfilter .sf-input-text, .searchandfilter .sf-input-select {
  border-radius: 0px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 5px 10px;
  background-color: #ffffff;
  border: 1px solid #1d1d1b;
  color: #1d1d1b;
  display: block;
  width: 100%;
  outline-width: 0px !important;
  box-shadow: 0 0 0 #ffffff;
}
.searchandfilter .sf-input-text:focus, .searchandfilter .sf-input-select:focus {
  outline-width: 0px !important;
}
.searchandfilter li.sf-field-submit input {
  margin-top: 10px;
  background: #e62984;
  color: #ffffff;
  cursor: pointer;
  padding: 7px 15px;
  border: 1px solid #e62984;
  border-radius: 0px;
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: uppercase;
}
.search-filter-reset {
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: uppercase;
}
.sidebar .searchandfilter > ul > li {
  padding-top: 0px;
}
.sidebar .searchandfilter > ul > li label {
  display: block;
}
.sidebar .searchandfilter li.sf-field-search, .sidebar .searchandfilter li.sf-field-submit {
  border-bottom: 0px solid #e62984;
  padding-bottom: 0px;
  margin-bottom: 15px;
}
.block .searchandfilter .sf-input-text, .block .searchandfilter .sf-input-select, .block .searchandfilter label {
  display: block;
  width: 100%;
}
/*
// wide search
.widesearch { margin-top:0px;
  padding:35px 0 25px;
position:relative;
z-index:5;
background:$white;

border-top:0px solid $black;
border-bottom:2px solid $black;


.col-widesearchtitle {   

  @media(min-width:991px) {   padding-right:0px;}
}

h2, p {  display:block; 
vertical-align: baseline;
padding-right:0px;}

  h2.h2 { margin:0 0 10px;
    font-size:2.6rem;
@media(min-width:1400px) {  font-size:3.2rem;}

  }

  p {  font-size:1.4rem;
@media(min-width:1400px) {  font-size:1.6rem;}
  }

  @media(max-width:991px) {   
    h2.h2 { margin:0 0 20px 0;
      display:block;} 
  }

@media(min-width:768px) { 
form > ul {   
  margin-top:-15px !important;
  margin-left:30px;
  display:flex !important;
justify-content:space-between;
align-items:flex-start;

li { display:inline-block;
margin-right:15px;
  flex-grow: 1;}
}
}

@media(max-width:767px) { 
li, label, select { display:block !important;}

  }



input, select { line-height:1 !important;
  padding:5px;
height:40px;
width:100%;
//border:1px solid $lightgrey !important;
//color:$pink;
}

.searchandfilter select.sf-input-select {   
min-width:50px;}

li.sf-field-post-meta-wpcf-start-date {   
min-width:100px;

}

li.sf-field-taxonomy-event-programme,
li.sf-field-taxonomy-event-format
 {  min-width:120px;
   @media(min-width:991px) {  max-width:150px;}
 }

li.sf-field-taxonomy-collections,
li.sf-field-taxonomy-event-type { 
  @media(min-width:991px) {  max-width:150px;}
}

li.sf-field-taxonomy-access { display:none;}

li.sf-field-submit {   @media(min-width:991px) { margin-top:20px;} }

li.sf-field-reset { display:none;}

  li.sf-field-post-meta-wpcf-start-date {
li { padding-top:0px !important;
margin-right:0px;}

}






@media(min-width:768px) {  


}


}
*/
.menu {
  display: inline-block;
  padding: 0px;
  list-style: none;
}
.menu li {
  position: relative;
  display: inline-block;
}
.menu li a {
  color: #1d1d1b;
}
.menu a:hover {
  color: #1d1d1b;
  opacity: 0.8;
}
.account {
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 991px) {
  .account {
    padding: 5px 0;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    border-left: 1px solid #1d1d1b;
    border-right: 1px solid #1d1d1b;
  }
}
@media (max-width: 991px) {
  .account {
    width: 100%;
    font-size: 1.8rem;
    padding: 20px 0;
  }
}
.menumain {
  text-align: center;
  padding-left: 0px;
  padding-right: 45px;
  margin: 0px 0 -1px 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 1400px) {
  .menumain {
    padding-right: 90px;
  }
}
.menumain > li {
  position: relative;
  font-weight: 700;
  font-size: 2rem;
  padding: 5px 0;
  border-bottom: 1px solid transparent;
}
.menumain a {
  position: relative;
}
@media (min-width: 991px) {
  .sub-menu {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0px;
    top: 100%;
    margin: 0px 0 0 -10px;
    width: auto;
    text-align: left;
    background-color: #ffffff;
    border: 2px solid #1d1d1b;
    padding: 0px 0px;
    z-index: 200;
  }
  .sub-menu li {
    display: block;
    border-bottom: 1px solid #1d1d1b;
    font-size: 1.8rem;
    min-width: 200px;
  }
  .sub-menu li a {
    padding: 5px 5px;
    display: block;
  }
  .sub-menu li:last-child {
    border-bottom: 0px solid #1d1d1b;
  }
  li.menu-item-has-children:hover .sub-menu {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
}
.menublock {
  display: block;
  border-width: 0 1px 1px 1px;
  text-align: left;
  margin-top: 1.2em;
}
.menublock li {
  padding-bottom: 3px;
  display: block;
}
.promobanner {
  background: #1d1d1b;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  z-index: 5;
}
.promobanner p {
  margin: 8px auto;
  font-size: 1.4rem;
}
.promobanner a {
  position: relative;
  top: -1px;
  margin: 0 15px;
}
.promobanner a:hover {
  background: #ffffff;
  color: #000000;
}
.screentext {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 99;
}
.screentext .container {
  position: relative;
}
.screen {
  min-height: 80vh;
  position: relative;
  overflow-x: hidden;
  background-position: 50% 50%;
  background-size: cover;
}
.screen .slickouter {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.screen .screendown {
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -13px;
  border-width: 0px;
  background: none;
  cursor: pointer;
  padding: 0px;
}
.screen .screendown svg {
  width: 26px;
  height: auto;
}
.screen .screendown svg path, .screen .screendown svg polygon {
  fill: #ffffff;
}
.screen .screendown:hover {
  bottom: 20px;
}
.screen .screendown:hover svg path, .screen .screendown:hover svg polygon {
  fill: #BF311A;
}
.slickfull {
  min-height: 80vh;
}
.slickfull .item {
  min-height: 80vh;
  background-size: cover;
  background-position: 50% 50%;
  /* .image { padding-bottom:0px !important;
@extend .full;
  }
img { display:none;}
*/
}
.itemimage {
  background-size: cover;
  background-position: 50% 50%;
}
.itemimage img {
  display: none !important;
}
.slickone.slickfull .item .image {
  background-position: 50% 75% !important;
}
.screen.banner {
  min-height: 60vh;
  height: 500px;
}
@media (max-width: 767px) {
  .screen.banner {
    height: 300px;
  }
}
.screen.banner .slickfull, .screen.banner .item {
  min-height: 60vh;
  height: 500px;
}
@media (max-width: 767px) {
  .screen.banner .slickfull, .screen.banner .item {
    height: 300px;
  }
}
.woocommerce button.button.alt {
  background: #e62984;
  padding: 15px;
}
.woocommerce .cart-collaterals .cart_totals {
  float: none !important;
}
.woocommerce-form-row label {
  text-transform: uppercase;
}
span.show-password-input {
  display: none;
}
#customer_login button {
  margin-top: 2rem;
}
#customer_login .mailchimp-newsletter {
  display: none;
}
.woocommerce-cart-form {
  margin-bottom: 50px;
}
.shop_table {
  font-size: 1.8rem;
  border: 0px solid transparent !important;
}
.shop_table td, .shop_table th {
  border: 0px solid #1d1d1b;
  background: #ffffff;
  font-size: 1.6rem;
  padding: 15px;
}
@media (max-width: 768px) {
  .shop_table td:not(:last-child) {
    border-width: 1px 1px 0px 1px;
  }
}
.shop_table thead th {
  border-bottom: 0px solid #1d1d1b;
  text-transform: uppercase;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .shop_table td.product-name {
    background: #f8f7f6 !important;
  }
}
.shop_table .product-thumbnail {
  width: 110px;
}
@media (max-width: 768px) {
  .shop_table .product-thumbnail {
    width: 40px;
  }
}
.shop_table .product-thumbnail img {
  margin: 0px;
  width: 100px;
}
@media (max-width: 768px) {
  .shop_table .product-thumbnail img {
    width: 30px;
  }
}
@media (min-width: 768px) {
  .shop_table td.product-quantity {
    width: 100px;
  }
}
.shop_table td.product-quantity label {
  display: none;
}
.shop_table td.product-quantity inout {
  width: 100%;
}
.shop_table td.product-remove {
  text-align: center;
}
@media (max-width: 768px) {
  .shop_table td.product-remove {
    display: none !important;
  }
}
.shop_table td.product-remove a.remove {
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -100px;
  background-image: url("../icons/icon-close.svg");
  background-size: cover;
  display: inline-block;
}
@media (max-width: 768px) {
  .actions {
    border-bottom: 1px solid #1d1d1b !important;
  }
}
.actions button {
  border: 1px solid #1d1d1b;
  font-family: inherit;
  font-size: 1.4rem;
  line-height: 1.4rem;
  display: inline-block;
  padding: 4px 10px 3px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .actions button {
    margin-left: 0px !important;
  }
}
.actions .coupon {
  display: flex;
  align-items: stretch;
}
.actions .coupon #coupon_code {
  border: 1px solid #1d1d1b;
  min-width: 150px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  display: inline-block;
  padding: 4px 6px 3px;
}
@media (max-width: 768px) {
  .actions .coupon #coupon_code {
    margin-right: 10px;
  }
}
.cart_totals h2 {
  margin-bottom: 0.5em;
}
.cart_totals th {
  text-transform: uppercase;
  font-size: 1.4rem;
}
ul#shipping_method {
  font-weight: 700;
  text-transform: uppercase;
  list-style: none;
  padding: 0 0 5px 0;
}
.woocommerce-shipping-calculator {
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .checkout-button.button {
    font-size: 2rem;
    display: block;
    background: #1d1d1b;
    color: #ffffff;
  }
}
#wc-stripe-payment-request-wrapper, #wc-stripe-payment-request-button-separator {
  display: none !important;
}
.woocommerce .col-2 {
  display: none !important;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
  margin: 0px;
  padding: 0px;
  border: 0px solid transparent !important;
  background: transparent !important;
}
.woocommerce-form-coupon-toggle .woocommerce-info:before {
  display: none !important;
}
.woocommerce form.checkout_coupon {
  padding-bottom: 15px;
  border: 0px solid transparent;
  margin: 5px 0;
}
.woocommerce form.checkout_coupon p:first-child {
  display: none;
}
.woocommerce form.checkout_coupon .form-row {
  float: none !important;
}
.woocommerce form.checkout_coupon input {
  padding: 5px;
  border: 1px solid #1d1d1b !important;
}
.woocommerce-MyAccount-content input, .woocommerce-MyAccount-content textarea, .woocommerce-MyAccount-content select, .checkout input, .checkout textarea, .checkout select {
  outline-width: 0px !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.woocommerce-MyAccount-content label, .checkout label {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 1.4rem;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #f8f7f6 !important;
  border-radius: 0px !important;
}
.checkout input::-webkit-input-placeholder {
  color: #dddddd;
  opacity: 1;
}
.checkout input::-moz-placeholder {
  color: #dddddd;
  opacity: 1;
}
.checkout input:-ms-input-placeholder {
  color: #dddddd;
  opacity: 1;
}
.checkout input:-moz-placeholder {
  color: #dddddd;
  opacity: 1;
}
textarea#order_comments::-webkit-input-placeholder {
  color: #dddddd;
  opacity: 1;
}
textarea#order_comments::-moz-placeholder {
  color: #dddddd;
  opacity: 1;
}
textarea#order_comments:-ms-input-placeholder {
  color: #dddddd;
  opacity: 1;
}
textarea#order_comments:-moz-placeholder {
  color: #dddddd;
  opacity: 1;
}
.wc-proceed-to-checkout {
  margin-top: 30px;
}
.woocommerce table.shop_table {
  font-size: 1.2rem;
}
.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row, .woocommerce form .form-row {
  display: block;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 1.5em;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  max-width: unset;
}
#ship-to-different-address {
  font-family: inherit;
  margin-top: -4px;
}
#ship-to-different-address span {
  padding-left: 5px;
  display: inline-block;
}
h3#order_review_heading {
  margin: 0em 0 1em 0;
}
@media (min-width: 991px) {
  #order_review {
    max-width: 100%;
  }
}
#order_review th {
  font-size: 1.4rem;
  text-transform: uppercase;
}
#payment {
  margin-top: 15px;
  background: #ffffff !important;
  border-radius: 0px;
  padding: 15px;
  /*
.wc_payment_methods {  width:70%;
float: left;}
.place-order { width:29%;
float: right;
text-align: right;}
}*/
}
#payment .wc_payment_methods {
  list-style: none;
  width: 100%;
}
#payment .wc_payment_methods label {
  font-size: 1.8rem;
  text-transform: uppercase;
}
#payment .wc_payment_methods img {
  margin-left: 5px;
  height: 0.9em;
  width: auto;
}
#payment .wc_payment_methods p {
  font-size: 1.2rem;
  margin-bottom: 0px;
}
#payment .place-order {
  text-align: right;
}
.woocommerce-privacy-policy-text {
  display: none;
}
.woocommerce-privacy-policy-text p {
  font-size: 1.2rem;
}
.woocommerce .woocommerce-customer-details address {
  border: 0px solid transparent !important;
  font-size: 1.6rem;
  padding-left: 0px;
}
.woocommerce .woocommerce-customer-details address p {
  margin: 5px 0;
}
.woocommerce-notices-wrapper {
  position: relative;
  z-index: 5;
}
.woocommerce-notices-wrapper .woocommerce-message, .woocommerce-notices-wrapper ul {
  list-style: none;
  border: 0px solid #000000;
  color: #000000;
  line-height: 1;
  padding: 10px 15px;
  background: #fdeef5;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.woocommerce-notices-wrapper .woocommerce-message:before {
  display: none !important;
}
.woocommerce-notices-wrapper .button {
  position: relative;
  top: -10px;
}
/*
.woocommerce-error, .woocommerce-info, .woocommerce-message {   
padding:10px;
font-size:1.6rem;
color:#ffffff;
&:before { display: none !important;  }
a { color:#dddddd !important;}
}

.woocommerce-info {   background: #1e85be !important; }
.woocommerce-error {    background: #b81c23; }

}
*/
.pinkbg {
  background: #e62984;
}
html {
  scroll-behavior: smooth;
  font-size: 9px;
  color: #1d1d1b;
  font-family: "D-DIN-PRO", Helvetica Neue, Helvetica, Arial, sans-serif;
}
@media (min-width: 576px) {
  html {
    font-size: 9px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 9px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px !important;
    max-width: 100% !important;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1800px !important;
  }
}
/*
    @media (min-width:1600px) { 
    .container { max-width:1570px !important;
      padding-left:60px;
      padding-right:60px;}
  }

*/
.container.inner {
  position: relative;
  z-index: 5;
}
hr {
  border-top: 1px solid #1d1d1b;
}
hr.blocker {
  margin: 3em 0;
  border-top: 1px solid #1d1d1b !important;
}
hr.thin {
  max-width: 200px;
  border-top: 1px solid #1d1d1b !important;
  margin: 10px 0;
}
hr.nospace {
  border: 0px;
  margin: 1em 0;
  border-top: 1px solid #1d1d1b !important;
}
/*a { color:$red;}
a:hover { color:$white;
text-decoration: none;}
*/
a, input, button, .btn, .comment-form input#submit, .button, .woocommerce-Button, .woocommerce-button, #payment .place-order #place_order, .homeeventbuttons a, #login #wp-submit, .navigation a, .pagination .page-numbers.prev, .pagination .page-numbers.next {
  text-decoration: none !important;
}
a {
  color: #1d1d1b;
}
a:hover {
  color: #1d1d1b;
}
section.bigtext {
  padding: 50px 0 50px;
}
@media (max-width: 767px) {
  section.bigtext {
    padding: 40px 0;
  }
}
body {
  padding: 0;
  margin: 0;
  padding-top: 40px;
}
@media (max-width: 991px) {
  body {
    padding-top: 54px;
  }
}
body.home, body.page-template-page-projects, .single-project {
  padding-top: 0px;
}
.mainheader {
  background: transparent;
  padding: 0px 0 0px 0;
  z-index: 200;
  position: fixed;
  top: 0px;
  left: 0;
  transition-delay: 0s;
  width: 100vw;
  z-index: 500;
}
@media (max-width: 992px) {
  .mainheader {
    padding: 0px 0 0 0;
    background: #ffffff;
  }
}
.mainheader .container {
  position: relative;
}
.mainheader .menu-login {
  z-index: 1;
  border: 1px solid #ffffff;
  border-width: 0 1px 1px 1px;
  background: #e62984;
  padding: 5px 10px 3px;
  position: absolute;
  right: 30px;
  top: 100%;
  margin-top: 1px;
  display: none;
}
.mainheader .headersocial {
  display: inline-block;
  z-index: 1;
  border: 1px solid #ffffff;
  border-width: 0 1px 1px 1px;
  background: #e62984;
  padding: 5px 10px 3px;
  position: absolute;
  left: 30px;
  top: 100%;
  margin-top: 1px;
  font-size: 1.2rem;
  display: none;
}
.mainheader .headersocial svg {
  margin: 0 2px;
  height: 1.4em;
  width: 1.4em;
}
.mainheader .headersocial svg path {
  fill: #1d1d1b;
}
.mainheader .topnav {
  border-bottom: 2px solid #1d1d1b;
  background: transparent;
  background: #ffffff;
}
@media (max-width: 992px) {
  .mainheader .topnav {
    padding: 0px 0 0 0;
    height: 54px;
    background: transparent;
  }
}
/*
header.mainheader.headroom--top {   background:transparent !important;}
header.mainheader.headroom--unpinned {   transform: translateY(-100%);}
header.mainheader.headroom--pinned {   transform: translateY(0%); background:$lightgrey; }
header.mainheader.mobmenuopen {   transform: translateY(0%) !important;  }

*/
/*
body.admin-bar .mainheader {  top:32px;}
body.admin-bar { padding-top:32px;}
*/
.logocontainer {
  position: fixed;
  top: 42px;
  width: 100%;
  z-index: 20;
  pointer-events: none;
}
@media (max-width: 991px) {
  .logocontainer {
    z-index: 505;
  }
}
.col-logo {
  position: relative;
}
.logo {
  pointer-events: auto;
  width: 100%;
  line-height: 1;
  z-index: 1;
  opacity: 1 !important;
}
@media (min-width: 991px) {
  .logo {
    background: #e62984;
    padding: 4px;
    border-radius: 0 0 7px 7px;
    border-radius: 7px;
    position: relative;
    display: block;
    left: -30px;
    top: 20px;
  }
}
.logo img, .logo svg {
  height: auto;
  width: 100%;
}
@media (max-width: 991px) {
  .logo {
    position: fixed;
    top: 0;
    left: 0px;
    margin: 0px;
    width: 180px;
  }
  .logo img, .logo svg {
    width: auto;
    border-right: 1px solid #1d1d1b;
    border-bottom: 1px solid #1d1d1b;
    height: 53px;
  }
}
.headerbottom {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 999;
}
.headerbottom .bottomdate {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  border: 1px solid #ffffff;
  border-width: 1px 1px 0 1px;
  background: #e62984;
  padding: 7px 18px;
}
.headerbottom .bottomdate sup {
  font-size: 50%;
  position: relative;
  top: -0.9em;
}
.slickevents {
  margin: 0 0px 0px;
}
.slickevents .slick-track {
  display: flex;
}
.slickevents .slick-track .slick-slide {
  padding: 0 15px;
  display: flex;
  height: auto;
  align-items: stretch;
  justify-content: center;
}
.slickevents .slick-track .slick-slide .box-event {
  min-height: 200px;
}
.slickevents .griditem {
  height: inherit;
}
.griditem {
  position: relative;
  margin-bottom: 30px;
}
.griditem .image, .griditem img {
  margin-bottom: 15px;
}
/*
.meta { font-weight:300; 
margin:0px 0 0 0;

font-size:1.2rem;
text-transform: uppercase;

strong {  // this should be a different style?
  font-weight:400 !important; 
}



}
*/
.programme {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px;
  background: #ffffff;
  font-size: 1.2rem;
  padding: 4px 7px;
  border: 1px solid #1d1d1b;
  border-width: 0 1px 1px 0;
  text-transform: uppercase;
}
.programme .type.Curator {
  color: #1d1d1b;
  padding-right: 0px;
}
.programme .type.Press {
  display: none;
}
.programme.meta.Press {
  display: none;
}
.itemtitle {
  padding: 10px 10px 0 0;
  margin: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
}
.box-stretch {
  position: relative;
  background: #ffffff;
  padding: 0px 0 15px 0;
  width: 100%;
  margin-bottom: 30px;
  color: #1d1d1b;
  min-height: 450px;
}
.box-stretch .image {
  margin-bottom: 0px;
}
.box-stretch .readmore {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #1d1d1b;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 5px 10px;
  font-size: 1.4rem;
}
.box-stretch .inset {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid #1d1d1b;
  padding: 5px 0px 5px 0px;
}
.box-stretch .inset .date, .box-stretch .inset .meta {
  display: inline-block;
  padding: 0px 10px;
  background: #ffffff;
  text-transform: uppercase;
  color: #1d1d1b;
  margin-bottom: 0px;
  font-size: 1.4rem;
}
.box-stretch .inner {
  margin-top: 10px;
  padding: 0 10px;
}
.box-stretch .inner p.organiser {
  display: inline;
}
.box-stretch .inner div.type {
  font-size: 1.4rem;
  font-style: italic;
}
.box-stretch .inner .meta.type {
  margin: 10px 0 1em 0;
}
.box-stretch .inner div.meta span {
  font-size: 1.4rem;
  font-style: italic;
}
.box-stretch .inner div.meta span.divide {
  font-style: normal;
}
.box-stretch .inner div.meta div {
  display: inline;
}
.box-stretch .inner .description {
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 15px 0 25px 0;
}
.box-stretch p.soldout {
  left: auto;
  right: 0px;
  font-size: 1.1rem;
  padding: 4px 7px;
  top: 0;
  position: absolute;
  border: 1px solid #1d1d1b;
  border-width: 0 0 1px 1px;
  background: #ffffff;
}
.box-stretch a:hover {
  opacity: 1 !important;
}
.box-stretch a:hover .image {
  opacity: 0.8;
}
.box-stretch a:hover .readmore {
  background: #e62984;
  color: #ffffff;
}
.page-template-page-programme-womap .logocontainer .logo {
  display: none !important;
}
.event-hori {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #1d1d1b;
}
.event-hori .event-hori-image {
  width: 100%;
  position: relative;
}
.event-hori .date {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.event-hori .meta {
  font-size: 1.2rem;
  font-style: italic;
}
.event-hori p.description {
  margin: 15px 0 20px 0;
}
.event-hori .buttons a.btn, .event-hori .buttons a.button, .event-hori .buttons a.woocommerce-Button, .event-hori .buttons a.woocommerce-button, .event-hori .buttons #payment .place-order a#place_order, #payment .place-order .event-hori .buttons a#place_order, .event-hori .buttons .homeeventbuttons a, .homeeventbuttons .event-hori .buttons a, .event-hori .buttons #login a#wp-submit, #login .event-hori .buttons a#wp-submit, .event-hori .buttons .navigation a, .navigation .event-hori .buttons a, .event-hori .buttons .pagination a.page-numbers.prev, .pagination .event-hori .buttons a.page-numbers.prev, .event-hori .buttons .pagination a.page-numbers.next, .pagination .event-hori .buttons a.page-numbers.next {
  margin: 0 0.75em 0 0;
}
.meta div.js-wpv-view-layout {
  display: inline;
}
.box-general .image {
  border: 1px solid #1d1d1b;
}
.box-general h2.h2, .box-general .cart_totals h2, .cart_totals .box-general h2 {
  border-bottom: 1px solid #1d1d1b;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-left: 10px;
}
.box-general h3.h3, .box-general h2.h3 {
  border-bottom: 1px solid #1d1d1b;
  padding-bottom: 15px;
  padding-left: 10px;
}
.box-general p {
  padding-left: 10px;
}
.box-general a.btn, .box-general a.button, .box-general a.woocommerce-Button, .box-general a.woocommerce-button, .box-general #payment .place-order a#place_order, #payment .place-order .box-general a#place_order, .box-general .homeeventbuttons a, .homeeventbuttons .box-general a, .box-general #login a#wp-submit, #login .box-general a#wp-submit, .box-general .navigation a, .navigation .box-general a, .box-general .pagination a.page-numbers.prev, .pagination .box-general a.page-numbers.prev, .box-general .pagination a.page-numbers.next, .pagination .box-general a.page-numbers.next {
  padding: 15px 10px;
  margin-top: 15px;
  display: block;
  border: 1px solid #1d1d1b;
  text-align: left;
  opacity: 1 !important;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.box-general a.btn:hover, .box-general a.button:hover, .box-general a.woocommerce-Button:hover, .box-general a.woocommerce-button:hover, .box-general #payment .place-order a#place_order:hover, #payment .place-order .box-general a#place_order:hover, .box-general .homeeventbuttons a:hover, .homeeventbuttons .box-general a:hover, .box-general #login a#wp-submit:hover, #login .box-general a#wp-submit:hover, .box-general .navigation a:hover, .navigation .box-general a:hover, .box-general .pagination a.page-numbers.prev:hover, .pagination .box-general a.page-numbers.prev:hover, .box-general .pagination a.page-numbers.next:hover, .pagination .box-general a.page-numbers.next:hover {
  color: #ffffff;
  background: #e62984;
}
@media (min-width: 1200px) {
  .resultsgrid .col-lg-4:nth-of-type(3n+1) {
    clear: left;
  }
}
@media (max-width: 991px) {
  .js-wpv-addon-maps-focus-map {
    display: none;
  }
}
.pagenav {
  width: calc(100% + 15px);
  width: 100%;
  position: absolute;
  left: 0;
  padding: 5px 30px 5px;
  font-size: 1.4rem;
  margin-bottom: 0px;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .pagenav {
    padding: 5px 15px;
  }
}
.pagenavtop {
  top: 0;
  border-bottom: 1px solid #1d1d1b;
  margin-bottom: 20px;
}
.pagenavbottom {
  bottom: 0;
  border-top: 1px solid #1d1d1b;
}
ul.wpv-pagination-nav-links-container {
  display: none;
}
.search-filter-results {
  padding: 15px 0 0 15px;
}
.search-filter-results .pagenavtop {
  border-bottom: 0px solid #1d1d1b;
}
.search-filter-results .pagenavbottom {
  border-top: 0px solid #1d1d1b;
}
.eventgrid {
  padding-left: 15px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.hometop {
  overflow: hidden;
  position: relative;
  min-height: 80vh;
  height: 80vh;
  width: 100%;
}
.hometop video {
  object-fit: cover;
}
@media (max-width: 991px) {
  .hometop {
    padding-top: 54px;
  }
}
.hometop .hometopinner {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  border-bottom: 2px solid #1d1d1b;
}
.hometop .container {
  position: relative;
  height: 100%;
}
.slickhome {
  position: absolute;
  left: 0px;
  left: auto;
  top: 0;
  right: 0px;
  width: 100%;
  height: 100%;
  /*
@media(max-width:992px) { 
position:static;
width:100%;
height:300px;
margin: 0 auto;
border-bottom:1px solid $black;
.item { height:300px !important;
min-height:300px !important;}
}
//border-left:1px solid $black;

*/
}
.hometextcol {
  background: #ffffff;
  border: 2px solid #1d1d1b;
  padding: 0px;
  border-width: 2px 2px 0 2px;
}
@media (max-width: 992px) {
  .hometextcol {
    border-width: 1px 0 0 0;
  }
}
.homedate {
  border-top: 1px solid #1d1d1b;
  padding: 20px 30px 20px 30px;
  margin-left: 0px;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1;
  position: relative;
  top: 0px;
}
@media (max-width: 991px) {
  .homedate {
    margin-left: 0px;
    padding: 10px 5px 10px 15px;
  }
}
.homedate span.tighter {
  letter-spacing: -0.1em;
}
.homedate sup {
  font-size: 50%;
  position: relative;
  top: -0.9em;
}
.hometextbox {
  padding: 20px 30px 20px;
}
@media (max-width: 992px) {
  .hometextbox {
    padding: 15px 10px 15px 15px;
  }
}
.homeh1 {
  padding: 0px 0 0;
  font-size: 3.4rem;
  margin-bottom: 0px;
}
.hometext {
  border-top: 1px solid #1d1d1b;
  margin: 15px 15px 15px 0;
  padding: 30px 0 15px;
}
@media (max-width: 767px) {
  .hometext {
    display: none;
  }
}
.floater {
  z-index: 2;
  background: #ffffff;
  padding: 30px 30px 0;
}
@media (max-width: 991px) {
  .floater {
    padding: 0px;
  }
}
.hometheme {
  border-bottom: 2px solid #1d1d1b;
  position: relative;
}
.hometheme .homethemetext {
  position: relative;
  padding: 0px 0;
}
.hometheme .homethemetext p.h3 span.h2 {
  margin-top: 5px;
  display: block;
  font-size: 7rem;
}
@media (max-width: 1400px) {
  .hometheme .homethemetext p.h3 span.h2 {
    font-size: 4.5rem !important;
  }
}
@media (max-width: 1200px) {
  .hometheme .homethemetext p.h3 span.h2 {
    font-size: 5rem !important;
  }
}
@media (max-width: 992px) {
  .hometheme .homethemetext p.h3 span.h2 {
    font-size: 4rem !important;
  }
}
@media (max-width: 992px) {
  .hometheme {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .page-template-page-2024festival .hometheme {
    margin-top: 0px !important;
  }
}
.slicktheme {
  width: 100%;
}
@media (min-width: 768px) {
  .slicktheme {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 45px);
    border-right: 2px solid #1d1d1b;
    height: 100%;
  }
  .slicktheme .slickfull, .slicktheme .slickfull .item {
    min-height: 100%;
  }
}
@media (min-width: 1200px) {
  .slicktheme {
    width: calc(66.666% - 45px);
  }
}
@media (max-width: 768px) {
  .slicktheme {
    height: 300px;
    border-bottom: 1px solid #1d1d1b;
  }
  .slicktheme .slickfull, .slicktheme .slickfull .item {
    min-height: 300px;
  }
}
.slicktheme.festivalpage {
  left: auto;
  right: 0px;
}
/*
.slickhome2 {  
  @media(min-width:992px) { 
  position: relative;
  top:-90px;
width:425px;
}
 @media(max-width:992px) {   
margin-top: -30px;
margin-bottom: 15px;
  }
}

*/
.homecuratorpicks .slickouter.slickevents {
  margin: 0;
}
@media (max-width: 991px) {
  .homecuratorpicks .slickouter.slickevents {
    margin: 0 10px;
  }
}
.homecuratorpicks .highlightstitle {
  padding: 0 15px;
  margin-bottom: 30px;
}
.homecuratorpicks .highlightstitle h2.h1 {
  margin-bottom: 10px;
  font-variant-ligatures: none !important;
}
.homecuratorpicks .highlightstitle p {
  margin-bottom: 0px;
}
.lfaprojects .organisername, .lfaprojects .divide {
  display: none;
}
section.viewspodcast {
  border-top: 2px solid #1d1d1b;
}
.homepodcast {
  min-height: 400px;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .homepodcast {
    border-top: 2px solid #1d1d1b;
    min-height: 600px;
  }
}
@media (min-width: 768px) {
  .homepodcast {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: calc(41.667% - 30px);
    width: calc(50% - 30px);
    border-left: 2px solid #1d1d1b;
  }
}
.homepodcast .overlay {
  background-color: rgba(255, 255, 255, 0.8);
}
.homepodcast .content {
  position: absolute;
  background: #ffffff;
  bottom: 30px;
  left: 30px;
  padding: 15px 30px 15px 30px;
  width: 60%;
  z-index: 2;
}
@media (max-width: 991px) {
  .homepodcast .content {
    width: calc(100% - 30px);
  }
}
.homepodcast h2 {
  padding-bottom: 15px;
  margin-bottom: 0px;
}
.homepodcast .btn, .homepodcast .comment-form input#submit, .comment-form .homepodcast input#submit, .homepodcast .button, .homepodcast .woocommerce-Button, .homepodcast .woocommerce-button, .homepodcast #payment .place-order #place_order, #payment .place-order .homepodcast #place_order, .homepodcast .homeeventbuttons a, .homeeventbuttons .homepodcast a, .homepodcast #login #wp-submit, #login .homepodcast #wp-submit, .homepodcast .navigation a, .navigation .homepodcast a, .homepodcast .pagination .page-numbers.prev, .pagination .homepodcast .page-numbers.prev, .homepodcast .pagination .page-numbers.next, .pagination .homepodcast .page-numbers.next {
  margin-top: 10px;
}
.haveyoursay {
  border-bottom: 2px solid #1d1d1b;
  padding: 15px 0;
}
.haveyoursay p {
  margin-bottom: 0px;
}
#js-wpv-addon-maps-render-map-5 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
}
section.mapblog {
  position: relative;
  border-bottom: 2px solid #1d1d1b;
  border-top: 2px solid #1d1d1b;
}
section.mapblog .container {
  pointer-events: none;
}
.homemap {
  background-image: url("../images/loadmap.jpg");
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  left: 0;
  top: 0;
  min-height: 66vh;
  width: calc(75vw - 15px);
}
@media (min-width: 1600px) {
  .homemap {
    width: calc(73vw - 15px);
  }
}
@media (max-width: 768px) {
  .homemap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
}
.homemap:after {
  background-image: url("../images/loading.gif");
  background-size: 20px 20px;
  background-position: 90px 0px;
  background-repeat: no-repeat;
  padding: 30px 0 0 0;
  content: "Loading festival map";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin: -20px 0 0 -100px;
  text-align: center;
  font-weight: 700;
  font-size: 2.1rem;
}
.homemap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.homemap .wpv-addon-maps-render {
  z-index: 5;
  min-height: 66vh;
  width: 100vw;
}
.homemap .js-wpv-view-layout {
  display: none;
}
.gm-style-iw {
  padding: 16px;
}
a.markerpopup {
  max-width: 600px;
  overflow: hidden;
  display: block;
  min-width: 450px;
}
a.markerpopup .image {
  max-width: 300px;
}
a.markerpopup div.js-wpv-view-layout {
  display: inline;
}
a.markerpopup .programme {
  display: none !important;
}
a.markerpopup .date {
  margin-bottom: 3px;
  text-transform: uppercase;
  font-size: 1.4rem;
}
a.markerpopup .meta {
  margin-bottom: 10px;
}
a.markerpopup .col-text {
  min-width: 200px;
}
a.markerpopup .col-image {
  position: relative;
}
a.markerpopup .col-image .image {
  padding-bottom: 0px;
}
@media (max-width: 991px) {
  a.markerpopup {
    min-width: 100px;
  }
  a.markerpopup .col-image {
    height: 100px;
    margin-bottom: 15px;
  }
  a.markerpopup h3.h3 {
    font-size: 2rem;
  }
}
.liveblogcol {
  height: 66vh;
  pointer-events: auto;
  z-index: 5;
  /*position: absolute;
right:0;
bottom:0px;
width:100%;
z-index:5;*/
}
@media (min-width: 992px) {
  .liveblogcol {
    padding-left: 30px;
  }
}
.liveblogtitle {
  border-bottom: 1px solid #1d1d1b;
  padding: 10px 15px 10px 0;
  margin: 0px 0 0 0;
  height: 50px;
  font-weight: 700;
  font-size: 2.1rem;
  background: #ffffff;
}
.liveblogtitle span:after {
  float: right;
  display: inline-block;
  position: relative;
  top: 10px;
  left: 5px;
  width: 0;
  height: 0;
  margin-left: 1.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.liveblog {
  min-height: 250px;
  background: #ffffff;
  color: #1d1d1b;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% - 30px);
  border: 2px solid #1d1d1b;
  border-width: 0px 0px 0px 2px;
  padding: 0px 0 15px 30px;
  margin: 0 0 0px 0;
}
.liveblog .livebloginner {
  overflow-y: scroll;
  height: calc(100% - 40px);
  padding-right: 25px;
}
.liveblog .liveblogitem {
  border-bottom: 1px solid white;
  padding: 20px 0 0;
  margin-bottom: 10px;
}
.liveblog .liveblogitem strong {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.2rem;
  font-family: "D-DIN-PRO", Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1;
}
.liveblog .liveblogitem img {
  max-width: 100%;
  height: auto;
}
.liveblog .liveblogitem p {
  font-size: 1.4rem;
}
.liveblog .liveblogitem p strong {
  font-weight: 700;
}
.liveblog .liveblogitem a {
  text-decoration: underline !important;
}
.homeeventbuttons {
  border: 1px solid #cccac4;
  border-width: 0 1px 1px 1px;
  padding: 30px;
}
@media (max-width: 992px) {
  .homeeventbuttons {
    border-width: 0px 1px 1px 1px;
  }
}
.homeeventbuttons a {
  min-width: 100%;
  margin-bottom: 1em;
}
.homeeventbuttons a:after {
  content: " >";
}
.festivalintro {
  z-index: 3;
}
@media (min-width: 992px) {
  .festivalintro {
    position: relative;
    left: -90px;
  }
}
.themetitle {
  background: white;
}
.themetitle p.h2 {
  font-size: 2rem;
  margin-bottom: 0px;
}
.themetitle h2.h1 {
  margin-bottom: 0px;
}
.themetop {
  margin-top: 30px;
}
.themeintro {
  position: relative;
  z-index: 2;
}
@media (min-width: 991px) {
  .themeintro {
    position: relative;
    left: 80px;
    top: -30px;
  }
  .themeintro .large p {
    background: #ffffff;
    margin-bottom: 0px;
    padding: 15px 15px 15px 0;
  }
}
.themeall {
  padding: 0px;
  height: auto;
  max-height: 0px;
  overflow: hidden;
}
.themeall p {
  font-size: 1.6rem;
}
.themeall .row {
  padding-top: 10px;
}
.themeall.open {
  max-height: 3000px;
}
.themebut.open {
  opacity: 0;
  pointer-events: none;
}
.curatorial-panel {
  padding: 20px 0 0 0;
}
.curatorial-panel .curator {
  text-align: center;
}
@media (max-width: 991px) {
  .curatorial-panel .curator {
    padding-bottom: 30px;
  }
}
.curatorial-panel .curator .image {
  width: 100px;
  height: 100px;
  padding: 0px;
  margin: 0 auto 10px;
}
.curatorial-panel .curator h3.h3 {
  font-size: 1.8rem;
}
.curatorial-panel .curator p {
  font-size: 1.4rem;
  border-top: 1px solid #1d1d1b;
  padding-top: 10px;
  margin-top: 10px;
  line-height: 1.2;
}
.curationpaneltop h2, .curationpaneltop h3, .curationpaneltop p {
  display: inline-block;
}
.box-person.curator .inner {
  border-top: 1px solid #1d1d1b;
  border-bottom: 1px solid #1d1d1b;
}
div.reason {
  margin: 10px 0 15px;
  font-style: italic;
  font-size: 1.4rem;
}
div.reason p {
  display: inline;
}
div.reason span {
  font-size: 130%;
}
.page-template-page-festival-highlights .programme.meta, .page-template-page-festival-highlights .type.Curator {
  display: none !important;
}
.singlecurator .video.full, .singlecurator .video.videoscreen, .singlecurator .video.flexcenter, .singlecurator .accordhead .video.closer, .accordhead .singlecurator .video.closer, .singlecurator .video.overlay, .singlecurator .video.itemimage, .singlecurator .hometop video.video, .hometop .singlecurator video.video, .singlecurator a.markerpopup .col-image .video.image, a.markerpopup .col-image .singlecurator .video.image, .singlecurator .video.full iframe.video, .singlecurator .page-template-page-podcast .podcastembed iframe.video, .page-template-page-podcast .podcastembed .singlecurator iframe.video {
  border: 10px solid #ffffff;
  border-width: 15px 0 15px 15px;
}
.banner {
  margin-top: -100px;
  width: 100%;
  height: 70vh;
  min-height: 350px;
  position: relative;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  .banner {
    min-height: 200px;
  }
}
.banner .slick, .banner .slick .item, .banner .slick .item .image {
  height: 70vh;
  min-height: 350px;
  padding-bottom: 0px !important;
}
@media (max-width: 1100px) {
  .banner .slick, .banner .slick .item, .banner .slick .item .image {
    min-height: 250px;
  }
}
@media (max-width: 767px) {
  .banner .slick, .banner .slick .item, .banner .slick .item .image {
    min-height: 200px;
  }
}
.bannershort {
  height: 50vh;
  min-height: 250px;
}
.bannershort .slick, .bannershort .slick .item, .bannershort .slick .item .image {
  height: 50vh;
  min-height: 250px;
}
.bannerafter {
  padding-top: 30px;
}
.bannerafterdivide {
  border-left: 1px solid #1d1d1b;
}
.slicktitle h2, .slicktitle p {
  display: inline-block;
}
.bannerleft {
  top: 0;
  left: 0;
  width: calc(50vw + 40px);
  margin-bottom: 30px;
  border-bottom: 1px solid #1d1d1b;
}
@media (max-width: 991px) {
  .bannerleft {
    width: 100%;
  }
}
.leftcolintro {
  border-bottom: 1px solid #1d1d1b;
  padding-bottom: 30px;
}
.tweettop {
  padding: 15px;
  border: 1px solid #ffffff;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .tweettop {
    margin-top: -30px;
  }
}
.tweetbg {
  z-index: 5;
  padding: 0px 0px 10px 5px;
  color: #1d1d1b;
  position: relative;
  font-weight: 300;
  font-family: "D-DIN-PRO", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  margin: 0px 0px 10px 0;
}
.tweetleft {
  margin: 10px 0 5px;
}
.tweetleft svg {
  position: relative;
  top: 1px;
  width: 35px;
  height: 35px;
}
.tweetleft svg path {
  fill: #ffffff;
}
.tweet {
  padding-left: 0px;
  padding-right: 20px;
  display: inline-block;
}
ul.tweet_list {
  list-style: none;
  margin: 0;
  padding: 0px 40px 0 0;
  height: 11em;
  overflow-y: hidden;
}
ul.tweet_list li {
  line-height: 1.6;
  font-size: 1.8rem;
  margin-bottom: 90px;
}
.tweet_list li a {
  display: inline;
  color: #ffffff;
  text-decoration: underline;
}
span.tweet-text {
  width: 100%;
  display: inline-block;
  font-size: 1rem;
}
.tweet_time {
  margin-top: 10px;
  display: block;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  body:not(.home) .tweetbg {
    display: none;
  }
}
.box {
  width: 100%;
  padding: 15px;
}
.box .text {
  padding-top: 2em;
}
.box.padded {
  padding: 30px;
}
.box-news {
  margin-bottom: 45px;
}
.imagegrid .image {
  margin-bottom: 10px;
}
.datarows {
  padding: 0px 0;
  margin: 15px 0 30px;
  border-top: 1px solid #1d1d1b;
}
.datarow {
  font-size: 1.6rem;
  padding: 10px 0;
  border-bottom: 1px solid #1d1d1b;
  display: flex;
}
.datarow .key {
  padding-right: 20px;
  min-width: 120px;
  font-weight: 700;
  display: inline-block;
}
.datarow .key a {
  text-decoration: underline;
}
.datarow .value {
  flex-grow: 1;
}
.nextprev {
  padding: 15px 0;
  text-align: right;
}
@media (max-width: 768px) {
  .nextprev {
    display: none;
  }
}
.nextprev div {
  display: inline-block !important;
}
.nextprev a {
  font-weight: 600;
  display: inline-block;
  color: #ffffff;
  font-size: 1.2rem;
}
.nextprev svg {
  height: 1.1em;
  width: 1.1em;
  vertical-align: middle;
}
.nextprev svg path, .nextprev svg polyline, .nextprev svg line {
  fill: #ffffff;
}
@media (min-width: 991px) {
  .singleeventadmin .cred-form {
    display: flex;
  }
}
.editcol {
  padding-right: 30px;
}
.editcol ul {
  padding-left: 0px !important;
  margin-bottom: 5px;
}
.editcol .btn, .editcol .comment-form input#submit, .comment-form .editcol input#submit, .editcol .button, .editcol .woocommerce-Button, .editcol .woocommerce-button, .editcol #payment .place-order #place_order, #payment .place-order .editcol #place_order, .editcol .homeeventbuttons a, .homeeventbuttons .editcol a, .editcol #login #wp-submit, #login .editcol #wp-submit, .editcol .navigation a, .navigation .editcol a, .editcol .pagination .page-numbers.prev, .pagination .editcol .page-numbers.prev, .editcol .pagination .page-numbers.next, .pagination .editcol .page-numbers.next {
  margin-top: 20px;
  font-size: 1.6rem !important;
}
#comments ol {
  padding-left: 0px;
  font-size: 1.6rem;
}
#comments .comment-meta {
  font-size: 1.2rem;
}
#comments hr {
  margin: 30px 0;
}
.organizer .organizerlogo {
  max-width: 100px;
  margin: 10px 0;
  border: 1px solid #cccac4;
  padding: 10px;
}
.organizer .organizerlogo .image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}
.sharebox {
  margin: 30px 0 0 0;
}
.sharebox button, .sharebox svg {
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: none;
  border: 0px solid #ffffff;
  padding: 0px;
  margin-right: 10px;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .sharebox button, .sharebox svg {
    display: none;
  }
}
.playbutton {
  display: block;
  position: absolute;
  bottom: -30px;
}
.playbutton svg {
  height: 34px;
  width: 34px;
}
.playbutton svg path, .playbutton svg polygon {
  fill: #ffffff;
}
.playbutton:hover svg path, .playbutton:hover svg polygon {
  fill: #BF311A;
}
.access {
  font-size: 1.6rem;
  margin-bottom: 4px;
  padding-left: 43px;
  min-height: 44px;
}
.access span {
  vertical-align: center;
}
.access img {
  height: 28px;
  width: 28px;
}
.access span.icon {
  position: absolute;
  left: 15px;
  top: -5px;
  display: inline-block;
  padding: 3px;
  border: 1px solid #f8f7f6;
  border-radius: 50%;
}
.mappage {
  position: relative;
  z-index: 5;
}
.mappage .map {
  background: #666666;
  z-index: 5;
}
@media (min-width: 992px) {
  .mappage .map {
    border-left: 2px solid #1d1d1b;
    position: fixed;
    right: 0;
    top: 30px;
    min-height: calc(100vh - 30px);
    width: calc(50vw - 30px);
  }
}
@media (max-width: 991px) {
  .mappage .map {
    border-bottom: 1px solid #1d1d1b;
    position: relative;
    width: 100% !important;
    height: 0px;
    padding-bottom: 100%;
  }
}
.mappage .mapwide {
  width: calc(75vw - 30px);
}
.mappage .wpv-addon-maps-render {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100%;
}
/*
.mapfilter {  position: fixed;
width:100%;
background: $white;
border-bottom:2px solid $black;
  z-index:4;
  padding:10px 0;


.filterbuttons { width:100%; }

}
*/
.listcolumn {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .listcolumn {
    min-height: calc(100vh - 40px);
  }
}
.mapfiltergroup {
  padding: 30px 0 0 0;
}
.mapfiltergroup .form-group, .mapfiltergroup .comment-form p.comment-form-comment, .comment-form .mapfiltergroup p.comment-form-comment, .mapfiltergroup .comment-form p.form-submit, .comment-form .mapfiltergroup p.form-submit, .mapfiltergroup .woocommerce-form-row {
  margin: 10px 20px;
}
@media (max-width: 991px) {
  .mapfiltergroup .form-group, .mapfiltergroup .comment-form p.comment-form-comment, .comment-form .mapfiltergroup p.comment-form-comment, .mapfiltergroup .comment-form p.form-submit, .comment-form .mapfiltergroup p.form-submit, .mapfiltergroup .woocommerce-form-row {
    margin: 10px 0;
  }
}
.mapfiltergroup .form-group.search label, .mapfiltergroup .comment-form p.search.comment-form-comment label, .comment-form .mapfiltergroup p.search.comment-form-comment label, .mapfiltergroup .comment-form p.search.form-submit label, .comment-form .mapfiltergroup p.search.form-submit label, .mapfiltergroup .search.woocommerce-form-row label {
  border-bottom: 0px solid #1d1d1b;
}
.mapfiltergroup .form-group.search input, .mapfiltergroup .comment-form p.search.comment-form-comment input, .comment-form .mapfiltergroup p.search.comment-form-comment input, .mapfiltergroup .comment-form p.search.form-submit input, .comment-form .mapfiltergroup p.search.form-submit input, .mapfiltergroup .search.woocommerce-form-row input {
  border: 1px solid #1d1d1b;
  font-size: 1.4rem;
  padding: 10px 15px;
}
.mapfiltergroup .form-group.date label, .mapfiltergroup .comment-form p.date.comment-form-comment label, .comment-form .mapfiltergroup p.date.comment-form-comment label, .mapfiltergroup .comment-form p.date.form-submit label, .comment-form .mapfiltergroup p.date.form-submit label, .mapfiltergroup .date.woocommerce-form-row label {
  border-bottom: 0px solid #1d1d1b;
  margin-bottom: 5px;
}
.mapfiltergroup .form-group.date .datewrap, .mapfiltergroup .comment-form p.date.comment-form-comment .datewrap, .comment-form .mapfiltergroup p.date.comment-form-comment .datewrap, .mapfiltergroup .comment-form p.date.form-submit .datewrap, .comment-form .mapfiltergroup p.date.form-submit .datewrap, .mapfiltergroup .date.woocommerce-form-row .datewrap {
  border: 1px solid #1d1d1b;
  display: inline-block;
  padding: 10px 15px;
  width: 100%;
}
.mapfiltergroup .form-group.date .wpv_date_input, .mapfiltergroup .comment-form p.date.comment-form-comment .wpv_date_input, .comment-form .mapfiltergroup p.date.comment-form-comment .wpv_date_input, .mapfiltergroup .comment-form p.date.form-submit .wpv_date_input, .comment-form .mapfiltergroup p.date.form-submit .wpv_date_input, .mapfiltergroup .date.woocommerce-form-row .wpv_date_input {
  font-size: 1.4rem;
  display: inline-block;
  width: calc(100% - 35px);
}
.mapfiltergroup label {
  font-size: 1.6rem;
  width: 100%;
  border-bottom: 1px solid #1d1d1b;
}
.mapfiltergroup .checkboxes {
  display: flex;
  flex-wrap: wrap;
}
.mapfiltergroup .checkboxes > label {
  flex: 0 0 100%;
  margin-bottom: 4px;
}
.mapfiltergroup .checkboxes .checkbox {
  flex: 0 0 50%;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .mapfiltergroup .checkboxes .checkbox {
    flex: 0 0 100%;
  }
}
.mapfiltergroup .checkboxes .checkbox label {
  font-weight: 400;
  position: relative;
  padding-left: 1.5em;
  font-size: 1.4rem;
  border-bottom: 0px solid #1d1d1b;
}
.mapfiltergroup .checkboxes .checkbox label input {
  position: absolute;
  left: 0;
  top: 3px;
}
.freeorfamily {
  margin: 8px 0;
}
.form-group.free, .comment-form p.free.comment-form-comment, .comment-form p.free.form-submit, .free.woocommerce-form-row, .form-group.family, .comment-form p.family.comment-form-comment, .comment-form p.family.form-submit, .family.woocommerce-form-row {
  position: relative;
  padding-left: 2em;
  margin-top: 0px;
  margin-bottom: 2px;
}
.form-group.free label, .comment-form p.free.comment-form-comment label, .comment-form p.free.form-submit label, .free.woocommerce-form-row label, .form-group.family label, .comment-form p.family.comment-form-comment label, .comment-form p.family.form-submit label, .family.woocommerce-form-row label {
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 0px;
  border-bottom: 0px solid #1d1d1b !important;
}
.form-group.free input, .comment-form p.free.comment-form-comment input, .comment-form p.free.form-submit input, .free.woocommerce-form-row input, .form-group.family input, .comment-form p.family.comment-form-comment input, .comment-form p.family.form-submit input, .family.woocommerce-form-row input {
  position: absolute;
  left: 0;
  top: 3px;
}
.collapsebut {
  position: relative;
  padding: 0 0 2px 0;
}
.collapsebut:after {
  content: "";
  background-image: url("../icons/icon-arrow-down.svg");
  background-size: cover;
  height: 0.8em;
  width: 0.8em;
  position: absolute;
  top: 0.2em;
  right: 0.2em;
  transform: rotate(180deg);
}
.collapsebut.collapsed:after {
  transform: rotate(0deg);
}
.mapfiltergrouptoggle {
  display: none;
  color: #ffffff;
  background: #e62984;
  margin: 0 -15px;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 15px;
  position: relative;
  border-bottom: 1px solid #1d1d1b;
  cursor: pointer;
}
@media (max-width: 768px) {
  .mapfiltergrouptoggle {
    display: block;
  }
}
.mapfiltergrouptoggle:after {
  content: "";
  background-image: url("../icons/icon-arrow-down-white.svg");
  background-size: cover;
  height: 0.8em;
  width: 0.8em;
  position: absolute;
  top: 50%;
  margin-top: -0.4em;
  right: 20px;
  transform: rotate(0deg);
}
.mapfiltergrouptoggle.open:after {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .mapfiltergroup {
    overflow: hidden;
    max-height: 0px;
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .mapfiltergroup.open {
    overflow: hidden;
    max-height: 1000px;
    padding: 20px 0;
    border-bottom: 1px solid #1d1d1b;
  }
}
/*
.mapfilter { position: fixed;
  z-index:40;
  width:100%;
top:38px;
left:0;
border-bottom:2px solid $black;
height:60px;
overflow:hidden;
background:$white;
}


.col-search  .form-group {    
  position: relative;
input {  border:1px solid black !important; 
max-width:150px; }
.btn { position: absolute;
right:20px;
background: black;
color:$white;
top:5px;} 
}


.col-display {  
  text-align: right;
a.btn { display:inline-block;}
}

*/
/*
.listcolumn { position: relative;}

.listhighlighter { position: fixed;
left:0;
top:50vh;
width:50vw;
height:1px;
background:blue;
}

*/
.destination .supportedby p:not(:first-child) {
  display: none;
}
.destination .supportedby img {
  display: none !important;
}
.supportedby {
  padding-bottom: 15px;
}
.supportedby img {
  max-width: 200px;
  height: auto;
  display: block;
}
figure.quote {
  margin: 0px 0;
}
figure.quote blockquote {
  font-size: 1.6rem;
}
figure.quote figcaption {
  font-size: 1.4rem;
  font-weight: 700;
}
.mapblock {
  position: relative;
  width: 100%;
  min-height: 400px;
}
#login::after {
  display: block;
  clear: both;
  content: "";
}
#login .accountbox {
  width: 100%;
}
#login h3 {
  font-size: 2.1rem;
}
#login label {
  display: block;
}
#login input[type=text], #login input[type=password] {
  margin-bottom: 10px;
}
#login .login-remember {
  font-size: 1.4rem;
  padding: 15px 0;
  display: inline-block;
  float: left;
}
#login .login-submit {
  display: inline-block;
  float: right;
}
#login a.forgotpassword {
  font-size: 1.6rem;
  color: #e62984;
  display: block;
  margin: 20px 0 10px;
  clear: left;
}
#login #wp-submit {
  margin-top: 10px;
}
.accountintro {
  border-bottom: 1px solid #cccac4;
  padding-bottom: 15px;
  margin-bottom: 5px;
}
.accountintro p {
  font-size: 2rem;
}
.accountbox {
  background: #f2f2f2;
  background: #fdeef5;
  padding: 30px 30px 5px;
  margin: 30px 0 0 0;
}
@media (max-width: 991px) {
  .accountbox {
    margin-bottom: 30px;
  }
}
.accountbox h3, .accountbox h2 {
  margin-bottom: 15px;
}
.accountbox .btn, .accountbox .comment-form input#submit, .comment-form .accountbox input#submit, .accountbox .button, .accountbox .woocommerce-Button, .accountbox .woocommerce-button, .accountbox #payment .place-order #place_order, #payment .place-order .accountbox #place_order, .accountbox .homeeventbuttons a, .homeeventbuttons .accountbox a, .accountbox #login #wp-submit, #login .accountbox #wp-submit, .accountbox .navigation a, .navigation .accountbox a, .accountbox .pagination .page-numbers.prev, .pagination .accountbox .page-numbers.prev, .accountbox .pagination .page-numbers.next, .pagination .accountbox .page-numbers.next {
  text-decoration: none !important;
  margin: 5px 0 15px;
}
.accountfunctions {
  margin: 60px 0;
}
.event-list.event {
  margin: 15px 0;
  padding: 15px;
  background: #ffffff;
}
.event-list.event h4 {
  margin: 0px;
}
.event-list.event a {
  text-decoration: none !important;
}
.event-list.event span.date {
  font-size: 1.4rem;
}
.event-list.event a.btn, .event-list.event a.button, .event-list.event a.woocommerce-Button, .event-list.event a.woocommerce-button, .event-list.event #payment .place-order a#place_order, #payment .place-order .event-list.event a#place_order, .event-list.event .homeeventbuttons a, .homeeventbuttons .event-list.event a, .event-list.event #login a#wp-submit, #login .event-list.event a#wp-submit, .event-list.event .navigation a, .navigation .event-list.event a, .event-list.event .pagination a.page-numbers.prev, .pagination .event-list.event a.page-numbers.prev, .event-list.event .pagination a.page-numbers.next, .pagination .event-list.event a.page-numbers.next, .event-list.event .btn a, .event-list.event .comment-form input#submit a, .comment-form .event-list.event input#submit a, .event-list.event .button a, .event-list.event .woocommerce-Button a, .event-list.event .woocommerce-button a, .event-list.event #payment .place-order #place_order a, #payment .place-order .event-list.event #place_order a, .event-list.event .homeeventbuttons a a, .homeeventbuttons .event-list.event a a, .event-list.event #login #wp-submit a, #login .event-list.event #wp-submit a, .event-list.event .navigation a a, .navigation .event-list.event a a, .event-list.event .pagination .page-numbers.prev a, .pagination .event-list.event .page-numbers.prev a, .event-list.event .pagination .page-numbers.next a, .pagination .event-list.event .page-numbers.next a {
  color: #ffffff !important;
  text-decoration: none !important;
}
.accountbox.accountlinks {
  background: #ffffff;
  padding-top: 0px;
}
.accountbox.accountlinks li {
  padding-bottom: 5px;
}
.accountbox.accountlinks a {
  text-decoration: none !important;
}
.form-fees p {
  font-size: 1.4rem;
}
.notification {
  margin-bottom: 15px;
  padding: 15px;
}
.notification h4 {
  display: none;
}
.notification.alert-show-title h4 {
  display: block;
}
.accordion {
  padding: 0px 0 0px 0;
}
.card-body {
  padding-top: 15px;
}
.card-header {
  text-align: left;
  border: 0px solid red;
  padding: 5px 0 5px;
}
.card-header button {
  background: transparent;
  padding: 0 0px 0 0;
  cursor: pointer;
  text-align: left;
  display: block;
  width: 100%;
  position: relative;
  border: 0px solid transparent;
  color: #1d1d1b !important;
}
.card-header button svg {
  position: absolute;
  left: auto;
  right: 0px;
  top: 50%;
  margin-top: -0.4em;
  height: 0.6em;
  width: 0.6em;
}
.card-header button:hover svg, .card-header button[aria-expanded="true"] svg {
  transform: rotate(90deg);
}
.carouseldesc {
  position: absolute;
  bottom: 30px;
  left: 0;
  padding: 0 30px;
  width: 100%;
}
.testimonial {
  text-align: center;
}
.testimonial svg {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  display: inline-block;
}
.testimonial svg path {
  fill: #ffffff;
}
.testimonial strong {
  text-transform: uppercase;
  color: #ffffff;
}
.page-template-page-podcast {
  padding-top: 0px;
}
@media (max-width: 991px) {
  .page-template-page-podcast {
    padding-top: 45px;
  }
}
.page-template-page-podcast .col-logo {
  display: none !important;
}
.page-template-page-podcast .logo.buildingsounds {
  border: 0px solid white !important;
  background: 0px;
  z-index: 10;
  position: absolute;
  top: 36px;
  right: 15px;
  max-width: 100%;
  text-align: right;
}
.page-template-page-podcast .logo.buildingsounds span {
  border: 1px solid #1d1d1b;
  display: inline-block;
  /*background:$pink;
border-radius:0 0 7px 7px;
display:inline-block;
padding:5px 0px;

*/
}
.page-template-page-podcast .logo.buildingsounds img {
  max-width: 180px;
  height: auto;
}
@media (max-width: 991px) {
  .page-template-page-podcast .logo.buildingsounds {
    text-align: left;
    z-index: 600;
    position: fixed;
    top: 0;
    left: -15px;
  }
  .page-template-page-podcast .logo.buildingsounds span {
    padding: 0px;
  }
  .page-template-page-podcast .logo.buildingsounds img {
    width: 100px;
  }
}
@media (min-width: 991px) {
  .page-template-page-podcast .podcastleft {
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .page-template-page-podcast .podcastleft {
    padding-top: 70px;
  }
}
@media (min-width:991px and max-width:1200px) {
  .page-template-page-podcast .slick .item .image {
    padding-bottom: 140%;
  }
}
.page-template-page-podcast .comingup {
  padding: 25px 25px 15px;
  background: #f8f7f6;
}
@media (max-width: 768px) {
  .page-template-page-podcast .comingup {
    padding-bottom: 0px;
  }
}
.page-template-page-podcast .podcastembed {
  width: 100%;
  padding: 25px 25px 0px;
  background: #f8f7f6;
  display: flex;
  min-height: 300px;
}
@media (max-width: 768px) {
  .page-template-page-podcast .podcastembed {
    margin: 0 0 30px 0;
  }
}
.page-template-page-podcast .podcastembed p {
  position: relative;
  width: 100%;
}
.page-template-page-podcast .podcastembed iframe {
  position: absolute;
}
.page-template-page-podcast .podcastfollow {
  color: #ffffff;
  background: #e62984;
  padding: 25px;
}
@media (max-width: 768px) {
  .page-template-page-podcast .podcastfollow {
    margin: 30px 0 15px 0;
  }
}
.page-template-page-podcast .podcastfollow .links {
  vertical-align: middle;
  margin-top: 5px;
}
.page-template-page-podcast .podcastfollow a {
  border-radius: 7px;
  margin-bottom: 4px;
  border: 1px solid #ffffff;
  vertical-align: middle;
}
.page-template-page-podcast .podcastfollow a:hover {
  opacity: 1 !important;
  background: #000000;
}
.page-template-page-podcast .podcastfollow .spotify {
  background: #1DB954;
  padding: 12px 30px 10px;
  display: inline-block;
  margin-right: 10px;
}
.page-template-page-podcast .podcastfollow .spotify svg {
  max-height: 30px;
  width: auto;
  width: 100px;
}
.page-template-page-podcast .podcastfollow .spotify:hover {
  background: #0DA944;
}
.page-template-page-podcast .podcastfollow .applemusic {
  background: #050505;
  padding: 13px 30px;
  display: inline-block;
}
.page-template-page-podcast .podcastfollow .applemusic svg {
  max-height: 26px;
  width: auto;
  width: 100px;
}
.peoplegrid {
  margin-top: 30px;
}
.box-person {
  margin-bottom: 40px;
}
.box-person svg {
  height: 1.4em;
  width: 1.4em;
}
.box-person .descreveal p {
  max-height: 7em;
  overflow: hidden;
}
.pronouns {
  font-weight: 300;
  display: inline;
  font-family: "D-DIN-PRO", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
}
@media (max-width: 991px) {
  .home .newsgrid .col-12:nth-of-type(n+3) {
    display: none;
  }
}
.navigation {
  font-size: 1.4rem;
  font-weight: 300;
  border-top: 1px solid #1d1d1b;
  text-transform: uppercase;
  padding: 15px 0;
  margin-top: 15px;
}
.navigation svg {
  height: 0.8em;
  width: auto;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.navigation svg path {
  fill: #e62984;
}
.pagination {
  font-weight: 700;
  font-size: 1.8rem;
  /*span.page-numbers { color:fade(@pink, 50%) }

.page-numbers:first-child:before { content:'Page:';
padding:0 5px;
color:@pink;}*/
}
.pagination .total {
  margin: 0 0 15px 0;
}
.pagination .page-numbers {
  padding: 0 2px;
  display: none;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  display: inline-block;
  margin: 0 10px 0 0;
}
.archivegrid hr {
  margin-bottom: 30px;
}
.archivegrid p.description {
  display: none;
}
a.underline {
  text-decoration: underline !important;
}
.entry {
  margin-top: 1rem;
  font-weight: 300;
}
.entry a {
  text-decoration: underline !important;
}
.entry strong {
  font-weight: 700;
}
.entry ul {
  padding-left: 1.5em;
}
.entry img {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
}
.entry .wp-caption {
  max-width: 100%;
}
.entry p.wp-caption-text {
  font-size: 1.2em;
  margin-top: -0.5em;
}
.entry iframe, .entry video {
  max-width: 100%;
  border: 1px solid #cccac4;
  margin: 1em 0;
}
@media (min-width: 991px) {
  .entry blockquote img {
    float: left;
    max-width: 50%;
    height: auto;
  }
  .entry blockquote p {
    float: right;
  }
}
.mediaitem {
  margin-bottom: 60px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
.mediaitem .title {
  margin-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #1d1d1b;
}
.mediaitem .text {
  border-bottom: 1px solid #1d1d1b;
  border-top-width: 0px;
  margin-top: -4px;
  padding: 15px 0px 30px;
  flex-grow: 1;
}
.mediaitem .text p {
  margin-bottom: 0px;
}
.mediaitem .media {
  display: flex;
  align-items: stretch;
}
.mediaitem .media iframe, .mediaitem .media video {
  width: 100%;
  min-height: 250px;
}
.singlecontent .meta {
  font-size: 1.6rem;
  padding: 5px 0;
  text-transform: uppercase;
  border-top: 1px solid #1d1d1b;
  border-bottom: 1px solid #1d1d1b;
}
.box-blog {
  margin-bottom: 30px;
}
.box-blog .inner p.description {
  padding-bottom: 5px !important;
}
.blogpostintro {
  padding: 10px 20px 10px 0;
  border-bottom: 1px solid #1d1d1b;
  font-style: italic;
}
.competitionstop .compsignup {
  padding: 0 0 10px 0;
}
@media (min-width: 991px) {
  .competitionstop .compsignup {
    padding: 30px 10px 10px 15px;
  }
}
.competitionstop #mc_embed_signup {
  width: 100%;
  background: #e62984;
  padding: 30px;
}
.competitionstop #mc_embed_signup form.form {
  margin: 0px;
}
.competitionstop #mc_embed_signup .btn, .competitionstop #mc_embed_signup .comment-form input#submit, .comment-form .competitionstop #mc_embed_signup input#submit, .competitionstop #mc_embed_signup .button, .competitionstop #mc_embed_signup .woocommerce-Button, .competitionstop #mc_embed_signup .woocommerce-button, .competitionstop #mc_embed_signup #payment .place-order #place_order, #payment .place-order .competitionstop #mc_embed_signup #place_order, .competitionstop #mc_embed_signup .homeeventbuttons a, .homeeventbuttons .competitionstop #mc_embed_signup a, .competitionstop #mc_embed_signup #login #wp-submit, #login .competitionstop #mc_embed_signup #wp-submit, .competitionstop #mc_embed_signup .navigation a, .navigation .competitionstop #mc_embed_signup a, .competitionstop #mc_embed_signup .pagination .page-numbers.prev, .pagination .competitionstop #mc_embed_signup .page-numbers.prev, .competitionstop #mc_embed_signup .pagination .page-numbers.next, .pagination .competitionstop #mc_embed_signup .page-numbers.next {
  background: #ffffff;
  border-color: #e62984;
}
.competitionstop #mc_embed_signup h2 {
  margin-bottom: 10px;
  color: #ffffff;
}
.competitionstop #mc_embed_signup p {
  color: #ffffff;
}
.page-template-page-competitions-template #mc_embed_signup {
  margin-top: 0px;
}
.box-competition h4 {
  margin-top: -0.75em;
}
.year ul {
  list-style: none;
  padding: 30px 0 0 0;
}
.year li {
  padding-bottom: 3rem;
}
.year .presslogo {
  width: 120px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  height: 100px;
  padding-bottom: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.contactinfo {
  text-align: center;
}
.contactinfo img {
  max-width: 150px;
  margin: -30px 0 30px;
}
@media (max-width: 768px) {
  .contactinfo {
    padding: 30px 0 0 0;
    margin: 30px 0;
  }
  .contactinfo * {
    text-align: left !important;
  }
}
.sponsors .imageouter {
  border: 1px solid #f8f7f6;
  padding: 15px;
  margin-bottom: 10px;
}
.socialicons a {
  display: inline-block;
}
.socialicons span {
  display: none;
}
.socialicons svg {
  height: 16px;
  width: 16px;
  display: inline-block;
  margin: 0 10px 10px 0;
}
a:hover {
  opacity: 0.5;
}
.footersocial {
  text-align: left;
}
.footersocial svg path {
  fill: #1d1d1b;
}
@media (max-width: 767px) {
  .footersocial {
    text-align: left;
  }
  .footersocial svg {
    margin: 5px 15px 0 0;
  }
}
section.getinvolved {
  position: relative;
  z-index: 10;
}
section.getinvolved a {
  opacity: 1 !important;
  display: block;
}
section.getinvolved a:hover .image, section.getinvolved a:hover img {
  opacity: 0.5;
}
section.getinvolved .getinvolvedblock {
  padding: 15px;
}
section.getinvolved .getinvolvedblock h3 {
  opacity: 1 !important;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  background: #e62984;
  font-size: 1.9rem;
  border-radius: 5px;
  padding: 10px 30px;
}
@media (max-width: 991px) {
  section.getinvolved .getinvolvedblock .image.wide {
    padding-bottom: 66%;
  }
}
.page-template-page-podcast .getinvolved {
  display: none;
}
footer#mainfooter {
  margin-top: -1px;
  background: #ffffff;
  border-top: 2px solid #1d1d1b;
  position: relative;
  z-index: 11;
  color: #1d1d1b;
}
footer#mainfooter .footercol {
  padding-top: 30px;
}
@media (min-width: 991px) {
  footer#mainfooter .footercol {
    padding-bottom: 30px;
    border-right: 1px solid #1d1d1b;
  }
}
@media (min-width: 1200px) {
  footer#mainfooter .footercol {
    border-right: 1px solid #1d1d1b;
    padding: 30px 45px 30px;
  }
}
footer#mainfooter .mailinglist {
  padding-bottom: 10px;
  padding-left: 10px;
}
footer#mainfooter .mailinglist p, footer#mainfooter .mailinglist label {
  color: #1d1d1b;
  font-weight: 300;
  font-size: 1.4rem;
  margin: 0 0 0em 0;
}
footer#mainfooter .mailinglist form {
  margin-top: 15px;
  position: relative;
}
@media (min-width: 1200px) {
  footer#mainfooter .mailinglist form {
    min-width: 200px;
    max-width: 280px;
  }
}
footer#mainfooter .mailinglist .form-group, footer#mainfooter .mailinglist .comment-form p.comment-form-comment, .comment-form footer#mainfooter .mailinglist p.comment-form-comment, footer#mainfooter .mailinglist .comment-form p.form-submit, .comment-form footer#mainfooter .mailinglist p.form-submit, footer#mainfooter .mailinglist .woocommerce-form-row {
  position: relative;
}
footer#mainfooter .mailinglist input#mce-EMAIL {
  border: 1px solid #1d1d1b;
  padding: 10px;
  display: block;
  width: 100%;
  font-size: 1.3rem;
  outline-width: 0px !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-color: transparent;
  margin-bottom: 0px !important;
}
footer#mainfooter .mailinglist #mc-embedded-subscribe {
  display: inline-block;
  border: 1px solid #1d1d1b;
  border-width: 0 0 0 1px;
  background-color: transparent;
  color: #1d1d1b;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
}
footer#mainfooter .mailinglist #mc-embedded-subscribe svg {
  height: 0.8em;
  width: 0.8em;
}
footer#mainfooter .mailinglist #mc-embedded-subscribe svg path {
  fill: #1d1d1b;
}
footer#mainfooter .mailinglist #mc-embedded-subscribe:hover {
  background: #e62984;
  opacity: 1 !important;
}
footer#mainfooter .mailinglist #mc-embedded-subscribe:hover svg path {
  fill: #ffffff;
}
footer#mainfooter .footercol.logos {
  border-right: 0px solid #1d1d1b !important;
  padding-top: 30p;
}
footer#mainfooter .footercol.logos img {
  margin-bottom: 15px;
}
footer#mainfooter h4.footertitle {
  padding-bottom: 10px;
  font-size: 2.4rem;
}
footer#mainfooter .logo {
  top: 0;
}
footer#mainfooter ul, footer#mainfooter nav {
  list-style: none;
  padding: 0;
}
footer#mainfooter li, footer#mainfooter nav div {
  font-weight: 300;
  font-size: 1.4rem;
  padding-bottom: 0.25em;
}
footer#mainfooter a {
  color: #1d1d1b;
}
footer#mainfooter p {
  font-size: 1.4rem;
}
footer#mainfooter p.hashtag {
  margin-top: 10px;
  font-size: 1.8rem;
}
a.backtotop {
  display: block;
  margin-top: 0px;
  font-size: 1rem;
  font-weight: 300;
  vertical-align: middle;
  text-transform: uppercase;
}
a.backtotop span {
  opacity: 0;
}
a.backtotop svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  position: relative;
  top: -3px;
  left: 2px;
}
a.backtotop svg path {
  fill: #1d1d1b;
}
@media (max-width: 991px) {
  a.backtotop {
    display: none;
  }
}
@media (min-width: 992px) {
  a.backtotop:hover span {
    opacity: 1;
  }
}
.diary {
  display: inline-block;
  margin-top: 0px;
}
@media (max-width: 991px) {
  .diary {
    text-align: left;
    margin-left: 15px;
  }
}
.diary .nla {
  display: inline-block;
  vertical-align: top;
}
.diary .nla img {
  max-width: 120px;
}
.diary .nla svg {
  height: 40px;
}
.diary .nla svg path {
  fill: #e62984;
}
.diary .diarylogo {
  display: inline-block;
  margin-left: 15px;
  vertical-align: top;
}
.diary .diarylogo img {
  max-width: 120px;
}
.diary svg {
  height: 40px;
}
.diary svg path, .diary svg polygon, .diary svg rect {
  fill: #e62984;
}
.diary p {
  padding: 5px;
  color: #ffffff;
  background: #e62984;
  text-transform: uppercase;
  line-height: 1;
}
.footerlower {
  width: 100%;
  border-top: 2px solid #1d1d1b;
  margin-top: 0px;
  padding: 15px 0;
  position: relative;
  z-index: 10;
  font-size: 1rem;
  color: #1d1d1b;
  background: #ffffff;
}
.footerlower a {
  color: #1d1d1b;
  text-decoration: underline;
}
.footerlower p {
  font-size: 1.4rem;
  padding-left: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px;
}
html.menuopen {
  overflow: hidden;
  position: fixed;
}
html.menuopen iframe#homemap {
  display: none;
}
@media (max-width: 991px) {
  .col-logo {
    position: relative;
    z-index: 10;
  }
  .col-menumain {
    padding-top: 20px;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 54px;
    left: 0;
    z-index: 4;
    background: #ffffff;
    text-align: center !important;
    display: block;
    min-height: calc(100vh - 54px);
    height: calc(100vh - 54px);
    width: 100%;
    color: #1d1d1b;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    overflow: scroll;
  }
  .col-menumain .socialicons {
    display: none !important;
  }
  .col-menumain #menumain {
    display: block;
  }
  .col-menumain.open, .col-menumain .menu.open {
    opacity: 1;
    pointer-events: auto;
  }
  .col-menu {
    text-align: left;
  }
  .menusub li {
    padding: 0 10px 0 0;
  }
  .menumaininner {
    width: 100%;
    padding: 10px;
  }
  .menumain {
    min-width: 80%;
    padding: 0px !important;
    text-align: center;
    opacity: 0;
    pointer-events: none;
  }
  .menumain > li {
    display: block;
    padding: 5px 0;
    font-size: 3rem;
    border-bottom: 1px solid #1d1d1b;
  }
  .menumain > li a {
    color: #1d1d1b !important;
  }
  .sub-menu {
    padding: 0 0 10px 0;
    min-width: 360px;
    max-width: 400px;
    display: flex;
    flex-wrap: wrap;
  }
  .sub-menu > li {
    padding: 3px 0;
    font-size: 1.6rem;
    flex: 0 0 100%;
  }
  li#menu-item-32049 {
    display: none;
  }
  #nav-icon {
    border: 0px solid #000000;
    background: transparent;
    outline-width: 0px;
    width: 24px;
    height: 15px;
    position: absolute;
    top: 18px;
    right: 15px;
    margin: 0px auto 0px auto;
    z-index: 10;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  #nav-icon:before {
    content: "";
    height: 54px;
    position: absolute;
    top: -18px;
    left: -15px;
    border-right: 1px solid #1d1d1b;
  }
  #nav-icon span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #1d1d1b;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #nav-icon span:nth-child(1) {
    top: 0px;
  }
  #nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
    top: 6px;
  }
  #nav-icon span:nth-child(4) {
    top: 12px;
  }
  #nav-icon.open span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%;
  }
  #nav-icon.open span {
    background: #1d1d1b;
  }
  #nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #nav-icon.open span:nth-child(4) {
    top: 6px;
    width: 0%;
    left: 50%;
  }
}
