@font-face {
  font-family: "Museo-900";
  src: url("../fonts/3A9754_0_0.eot");
  src: url("../fonts/3A9754_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/3A9754_0_0.woff2") format("woff2"), url("../fonts/3A9754_0_0.woff") format("woff"), url("../fonts/3A9754_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "Museo-700";
  src: url("../fonts/3A9754_1_0.eot");
  src: url("../fonts/3A9754_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/3A9754_1_0.woff2") format("woff2"), url("../fonts/3A9754_1_0.woff") format("woff"), url("../fonts/3A9754_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "Museo-300";
  src: url("../fonts/3A9754_2_0.eot");
  src: url("../fonts/3A9754_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/3A9754_2_0.woff2") format("woff2"), url("../fonts/3A9754_2_0.woff") format("woff"), url("../fonts/3A9754_2_0.ttf") format("truetype");
}
@font-face {
  font-family: "Museo-500";
  src: url("../fonts/3A9754_3_0.eot");
  src: url("../fonts/3A9754_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/3A9754_3_0.woff2") format("woff2"), url("../fonts/3A9754_3_0.woff") format("woff"), url("../fonts/3A9754_3_0.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/fonts/icomoon.eot?oobdfh");
  src: url("../fonts/icomoon/fonts/icomoon.eot?oobdfh#iefix") format("embedded-opentype"), url("../fonts/icomoon/fonts/icomoon.ttf?oobdfh") format("truetype"), url("../fonts/icomoon/fonts/icomoon.woff?oobdfh") format("woff"), url("../fonts/icomoon/fonts/icomoon.svg?oobdfh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
* {
  list-style: none;
  border: 0;
  outline: none;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  color: #4a4a4a;
  font-family: Roboto, sans-serif;
}

#wrapper {
  overflow-x: hidden;
}
@media (max-width: 992px) {
  #wrapper {
    padding-top: 53px;
  }
}

.container,
.wp-block-kadence-column,
.kt-row-column-wrap {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.container--sm,
.wp-block-kadence-column--sm,
.kt-row-column-wrap--sm {
  max-width: 1048px;
}

.container .row {
  /*margin-left: -1rem;
  margin-right: -1rem;

  .row {*/
  margin-left: auto;
  margin-right: auto;
}

h1, .tribe_events-template-default h1,
h2,
.tribe_events-template-default h2,
h3,
.tribe_events-template-default h3,
h4,
.tribe_events-template-default h4,
h5,
.tribe_events-template-default h5,
h6,
.tribe_events-template-default h6 {
  font-family: "Museo-500";
  line-height: 1;
}

.margin-top-auto {
  margin-top: auto;
}

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

.not-top-margin {
  margin-top: 0px !important;
}

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

.not-bottom-margin {
  margin-bottom: 0px !important;
}

.no-left-right-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.no-padding {
  padding: 0px !important;
}

.no-margin {
  margin: 0px !important;
}

.float-left {
  float: left;
}

.image-box {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.hide-the-title {
  display: none;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

a,
a:link {
  text-decoration: none;
}

a.underline,
a.underline:link {
  text-decoration: underline;
}

a[class*=wp-block-button],
a.wp-block-button__link,
.button.button-dark {
  text-transform: uppercase;
  color: #EDA254 !important;
  border-color: white;
  border: 1px solid white;
  background-color: rgba(62, 58, 60, 0.4) !important;
  letter-spacing: 0.2em;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  padding: 20px 60px;
}
@media (max-width: 767px) {
  a[class*=wp-block-button],
  a.wp-block-button__link,
  .button.button-dark {
    font-size: 14px;
    padding: 10px 30px;
    line-height: 1.2;
  }
}

section {
  margin-bottom: 1em;
}

.back_link {
  color: #EDA254;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  margin-top: 14px;
  display: block;
}
.back_link span {
  padding-right: 9px;
}
.back_link span:before {
  content: "";
  display: inline-block;
  border: solid;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(134deg);
  -webkit-transform: rotate(134deg);
  border-radius: 2px;
}

.post-title {
  font-size: 2rem;
  font-weight: 100;
  font-family: "Museo-500";
}

table {
  border: solid 1px #bbb;
}

table tr {
  border: solid 1px #bbb;
}

table td {
  padding: 10px 15%;
}

@media (max-width: 1220px) {
  .constrain-1170.wp-block-kadence-spacer {
    padding: 0 15px;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/fonts/icomoon.eot?oobdfh");
  src: url("../fonts/icomoon/fonts/icomoon.eot?oobdfh#iefix") format("embedded-opentype"), url("../fonts/icomoon/fonts/icomoon.ttf?oobdfh") format("truetype"), url("../fonts/icomoon/fonts/icomoon.woff?oobdfh") format("woff"), url("../fonts/icomoon/fonts/icomoon.svg?oobdfh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
h1, .tribe_events-template-default h1, h2, .tribe_events-template-default h2, h3, .tribe_events-template-default h3, h4, .tribe_events-template-default h4, h5, .tribe_events-template-default h5 {
  color: #008265;
}
h1.medium, .tribe_events-template-default h1.medium, h2.medium, .tribe_events-template-default h2.medium, h3.medium, .tribe_events-template-default h3.medium, h4.medium, .tribe_events-template-default h4.medium, h5.medium, .tribe_events-template-default h5.medium {
  font-weight: 500;
}

h1, .tribe_events-template-default h1, .h1, .tribe_events-template-default .h1 {
  font-size: 4rem;
  font-size: 4.125rem;
  color: #008265;
}
@media (max-width: 1023px) {
  h1, .tribe_events-template-default h1, .h1, .tribe_events-template-default .h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  h1, .tribe_events-template-default h1, .h1, .tribe_events-template-default .h1 {
    font-size: 2rem;
  }
}

h2, .tribe_events-template-default h2, .h2, .tribe_events-template-default .h2 {
  font-size: 2.875rem;
  font-size: 2.75rem;
}
@media (max-width: 1023px) {
  h2, .tribe_events-template-default h2, .h2, .tribe_events-template-default .h2 {
    font-size: 2.125rem;
  }
}
@media (max-width: 767px) {
  h2, .tribe_events-template-default h2, .h2, .tribe_events-template-default .h2 {
    font-size: 1.75rem;
  }
}

h3, .tribe_events-template-default h3, .h3, .tribe_events-template-default .h3,
.tribe-events-single-event-title,
.tribe_events-template-default .tribe-events-single-event-title,
.product_title,
.tribe_events-template-default .product_title,
[name=order_comments] + h2,
.tribe_events-template-default [name=order_comments] + h2 {
  font-size: 1.75rem;
  font-size: 2.25rem;
  margin: 0 0 0.625rem;
}
h3.title--sm, .tribe_events-template-default h3.title--sm, .h3.title--sm, .tribe_events-template-default .h3.title--sm,
.tribe-events-single-event-title.title--sm,
.tribe_events-template-default .tribe-events-single-event-title.title--sm,
.product_title.title--sm,
.tribe_events-template-default .product_title.title--sm,
[name=order_comments] + h2.title--sm,
.tribe_events-template-default [name=order_comments] + h2.title--sm {
  font-size: 1.875rem;
  margin-bottom: 1.1875rem;
}
@media (max-width: 1023px) {
  h3, .tribe_events-template-default h3, .h3, .tribe_events-template-default .h3,
  .tribe-events-single-event-title,
  .tribe_events-template-default .tribe-events-single-event-title,
  .product_title,
  .tribe_events-template-default .product_title,
  [name=order_comments] + h2,
  .tribe_events-template-default [name=order_comments] + h2 {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  h3, .tribe_events-template-default h3, .h3, .tribe_events-template-default .h3,
  .tribe-events-single-event-title,
  .tribe_events-template-default .tribe-events-single-event-title,
  .product_title,
  .tribe_events-template-default .product_title,
  [name=order_comments] + h2,
  .tribe_events-template-default [name=order_comments] + h2 {
    font-size: 1.5rem;
  }
}

h4, .tribe_events-template-default h4, .h4, .tribe_events-template-default .h4,
.woocommerce-Tabs-panel h2,
.tribe_events-template-default .woocommerce-Tabs-panel h2 {
  font-size: 1.5rem;
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-family: "Museo-500";
}
@media (max-width: 1023px) {
  h4, .tribe_events-template-default h4, .h4, .tribe_events-template-default .h4,
  .woocommerce-Tabs-panel h2,
  .tribe_events-template-default .woocommerce-Tabs-panel h2 {
    font-size: 1.625rem;
  }
}
@media (max-width: 767px) {
  h4, .tribe_events-template-default h4, .h4, .tribe_events-template-default .h4,
  .woocommerce-Tabs-panel h2,
  .tribe_events-template-default .woocommerce-Tabs-panel h2 {
    font-size: 1.25rem;
  }
}

h5, .tribe_events-template-default h5, .h5, .tribe_events-template-default .h5,
html .woocommerce div.product p.price,
.tribe_events-template-default html .woocommerce div.product p.price {
  font-size: 1.125rem;
}
@media (max-width: 1023px) {
  h5, .tribe_events-template-default h5, .h5, .tribe_events-template-default .h5,
  html .woocommerce div.product p.price,
  .tribe_events-template-default html .woocommerce div.product p.price {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  h5, .tribe_events-template-default h5, .h5, .tribe_events-template-default .h5,
  html .woocommerce div.product p.price,
  .tribe_events-template-default html .woocommerce div.product p.price {
    font-size: 1.0625rem;
  }
}

a {
  color: #EDA254;
}
a:hover {
  opacity: 0.7;
}

p {
  font-size: 18px;
  line-height: 1.33;
}
@media (max-width: 1023px) {
  p {
    font-size: 16px;
  }
}

.p--prime {
  font-family: "Museo-500";
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .p--prime {
    font-size: 16px;
  }
}
.p--sub, .p--sub p {
  font-size: 16px;
  line-height: 24px;
}

.text--sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text--lg {
  font-size: 1.375rem;
  line-height: 1.75rem;
}

.mb-0 {
  margin-bottom: 0;
}

.py-0 {
  padding-left: 0;
  padding-right: 0;
}

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

.entry-content ul, .entry-content ul li {
  list-style-type: disc;
}
.entry-content ol, .entry-content ol li {
  list-style-type: decimal;
}
.entry-content ul, .entry-content ol {
  padding-left: 20px;
  line-height: 1.5;
}

.single-exhibitions .entry-content p {
  line-height: 1.7;
}

[class^=icon-], .tribe-common [class^=icon-], [class*=" icon-"], .tribe-common [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding: 0.34375rem 0.48125rem;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e900";
  color: #4a4a4a;
}

.icon-arrow-left:before {
  content: "\e901";
  color: #4a4a4a;
}

.icon-arrow-next-square:before {
  content: "\e902";
  color: #eda254;
}

.icon-arrow-right:before {
  content: "\e903";
}

.icon-arrow-up:before {
  content: "\e904";
  color: #4a4a4a;
}

.icon-close-large:before {
  content: "\e905";
  color: #4a4a4a;
}

.image-text-container a,
.image-box a {
  color: #EDA254;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.image-text-container a i,
.image-box a i {
  font-size: 0.75rem;
}
.image-text-container a i::before,
.image-box a i::before {
  color: #EDA254;
}
.image-text-container a span,
.image-box a span {
  display: inline-block;
  margin-left: 8px;
}
.image-text-container a span:before,
.image-box a span:before {
  content: "";
  display: inline-block;
  border: solid;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-radius: 2px;
}
.image-text-container h3,
.image-box h3 {
  color: #008265;
  height: 2em;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.image-text-container h3:after,
.image-box h3:after {
  content: "";
  left: 0;
  display: block;
  /* or 100px */
  border-bottom: 1px solid #EDA254;
  border-bottom-width: 6px;
}

.image-text-container .portfolio-title a {
  color: inherit;
  text-decoration: none;
  text-transform: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.image-text-container .portfolio-title a:hover {
  text-decoration: underline;
}

.icon-arrow-next-square {
  vertical-align: text-bottom;
  font-size: 1.0625rem !important;
}
.icon-arrow-next-square::before {
  color: #EDA254;
}

.image-text-container {
  /*
  > .row {
      margin: 0;    
  }
  */
  margin-bottom: 40px;
}
.image-text-container h3 {
  font-family: "Museo-700";
}
.image-text-container h3:after {
  content: "";
  margin-top: 18px;
  display: block;
  border-bottom-width: 9px;
  max-width: 190px;
}
.image-text-container .portfolio-descr {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.image-text-container a span {
  border: 1px solid;
  padding: 1px 6px 1px 3px;
}
.image-text-container .top-xs .col-xs,
.image-text-container .middle-xs .col-xs,
.image-text-container .bottom-xs .col-xs {
  padding-left: 0;
  padding-right: 0;
}

.image-box .title {
  padding-bottom: 0;
}
.image-box .title h3 {
  margin-bottom: 0;
}
.image-box h3 {
  color: white;
  height: auto;
}
.image-box h3:after {
  margin: 10px 0 14px;
  max-width: 212px;
}
.image-box .description {
  color: white;
  font-size: 14px;
  line-height: 1.7;
  padding-top: 0;
}

.image-text {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

@media (max-width: 960px) {
  .wp-block-cover {
    min-height: 300px !important;
  }
}
@media (max-width: 960px) {
  .wp-block-spacer:not([style="height:0px"]) {
    height: 45px !important;
  }
}

.wp-block-image.alignwide,
[data-align=wide] .wp-block-image {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.entry-content > p.container,
.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6,
.entry-content > .wp-block-quote {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content > .wp-block-image > .aligncenter {
  padding: 0 15px;
}

.wp-block-kadence-spacer.constrain-1170 {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.kt-inside-inner-col .wp-block-kadence-spacer.constrain-1170 {
  padding-left: 0;
  padding-right: 0;
}

figure.wp-block-gallery.has-nested-images {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 1023px) {
  iframe[src*=snazzymaps] {
    max-height: 500px;
  }
}
@media (max-width: 767px) {
  iframe[src*=snazzymaps] {
    max-height: 350px;
  }
}

#content > .wp-block-cover:first-child h1,
.entry-content > .wp-block-cover:first-child h1 {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
}

.spaces-columns .kt-inside-inner-col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.spaces-columns .kt-inside-inner-col .wp-block-kadence-spacer {
  margin-left: 0;
}

.wp-block-table table tr {
  border-color: white;
  border-width: 2px;
}

.hero-container {
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 18px;
}
.hero-container.hero-section {
  height: 50vw;
  max-height: 800px;
}
@media (max-width: 1023px) {
  .hero-container.hero-section {
    height: auto;
    min-height: 50vw;
  }
}
.hero-container.secondary-slider {
  min-height: 556px;
}
.hero-container .bottom-xs {
  padding-bottom: 200px;
}
.hero-container .bottom-xs--0 {
  padding-bottom: 0;
}
.hero-container .bottom-xs--1 {
  padding-bottom: 40px;
}
@media (max-width: 1300px) {
  .hero-container .bottom-xs {
    padding-bottom: 10vw;
  }
}
@media (max-width: 1023px) {
  .hero-container .bottom-xs {
    padding-top: 20vw;
  }
}
.hero-container h1 {
  letter-spacing: 2px;
  font-family: "Museo-500";
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 10px;
  position: relative;
  color: #fff;
}
.hero-container h2 {
  color: #fff;
}
.hero-container .wp-block-button {
  position: relative;
}
.hero-container .iframe-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero-container .iframe-wrapper iframe {
  width: 177.78vh;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100%;
  min-width: 100%;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-title {
  font-family: "Museo-500";
  font-size: 4rem !important;
  line-height: 1.2;
  margin-bottom: 10px;
  color: white !important;
}
.hero-title:before {
  bottom: -15px;
}

:where(.slider-block, .image-links-gallery) .splide__slide {
  display: inline-flex;
  /* used for all slides vertical align center */
  vertical-align: middle;
  /* used for all slides vertical align center */
}
:where(.slider-block, .image-links-gallery) .splide__slide.is-active {
  transform: scale(1, 1);
  /* sets the active slide to scaling of 1 (100%) */
}
:where(.slider-block, .image-links-gallery) .splide__slide .portfolio-title {
  font-family: "Museo-500";
}
.image-links-gallery :where(.slider-block, .image-links-gallery) .splide__slide .portfolio-title {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
.image-links-gallery :where(.slider-block, .image-links-gallery) .splide__slide .portfolio-title:before {
  bottom: -15px;
}
:where(.slider-block, .image-links-gallery) .splide__slide .portfolio-descr {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  margin: 0;
}
:where(.slider-block, .image-links-gallery) .splide__slide > .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

:where(.slider-block, .image-links-gallery).splide--slide:hover button.splide__arrow {
  opacity: 1 !important;
}
:where(.slider-block, .image-links-gallery).splide--slide button.splide__arrow {
  border: none;
  background-color: rgba(237, 162, 83, 0.5) !important;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s;
}
:where(.slider-block, .image-links-gallery).splide--slide button.splide__arrow svg {
  fill: white;
}
:where(.slider-block, .image-links-gallery).splide--slide button.splide__arrow--prev svg path, :where(.slider-block, .image-links-gallery).splide--slide button.splide__arrow--next svg path {
  transform: translate(15px) rotate(-90deg);
  transform-origin: center;
}

.image-links-gallery .splide__slide {
  height: 340px;
}
.image-links-gallery .splide__slide .portfolio-title {
  font-family: "Museo-300";
}

.slider-block .portfolio-title {
  /*font-size: 4.125rem;
  letter-spacing: 2px;*/
  font-weight: 500;
  text-shadow: 0 0 30px black;
}
.slider-block .splide__slide {
  max-height: 550px;
  position: relative;
}
body.home .slider-block .splide__slide.overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.2;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.slider-block .hero-container {
  z-index: 2;
}
.slider-block .hero-container .bottom-xs--1 {
  padding-bottom: 20px;
}
.slider-block .portfolio-descr {
  font-size: 18px;
  font-weight: 500;
  text-shadow: 0 0 30px black;
}

@media (min-width: 90rem) {
  .slider-button__container {
    margin-top: 40px;
  }
}

.kb-slide-item .kadence-blocks-gallery-thumb-item .kb-gallery-thumb-figure {
  margin: 0;
}

.kt-blocks-carousel .slick-prev,
.kt-blocks-carousel .slick-next {
  background-color: rgba(237, 162, 83, 0.5) !important;
}

.kt-blocks-carousel .slick-prev:before {
  left: 10px;
}

.kt-blocks-carousel .slick-next:before {
  left: auto;
}

.splide__arrows .splide__arrow svg {
  height: 0.8em;
  width: 0.8em;
}

.splide__arrow[disabled] {
  display: none;
}

@media (max-width: 1300px) {
  .slider-block .splide__slide {
    padding-bottom: 10vw;
  }
  .slider-block .splide__slide > .row > .row {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .slider-block .splide__slide {
    padding-top: 20vw;
    min-height: 50vw;
    height: auto !important;
  }
}

.kt-blocks-carousel-init[data-slider-type=slider] .slick-track {
  display: flex;
  align-items: center;
}

.accordions-block .accordion_style_1 .title {
  color: #fff;
  background-color: #008265;
}
.accordions-block .accordion {
  margin-bottom: 4px;
}
.accordions-block .accordion .title {
  line-height: 1;
  padding: 20px 15px;
  margin: 0;
  position: relative;
  cursor: pointer;
  padding-right: 60px;
}
.accordions-block .accordion .title::after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #EDA254;
}
.accordions-block .accordion.active .title::after {
  content: "\f068";
}
.accordions-block .accordion .body {
  display: none;
  padding: 30px 20px;
  background-color: #f6f6f6;
}
.accordions-block .accordion_style_2 .title {
  color: #008265;
  background-color: #EEEEEE;
}

.hours-grid {
  color: #666666;
}
.hours-grid .title {
  margin-top: 0px;
  margin-bottom: 0px;
}
.hours-grid .title::after {
  content: "";
  display: block;
  background-color: #EDA254;
  height: 5px;
  width: 100%;
  max-width: 260px;
  margin-top: 20px;
  margin-bottom: 34px;
}
.hours-grid .body p {
  margin: 7px 0;
  font-size: 14px;
  line-height: 1.4;
}
.hours-grid .content-item {
  margin-bottom: 25px;
}
@media (min-width: 41rem) {
  .hours-grid .content-item {
    margin-bottom: 10px;
  }
}
.hours-grid .image-item {
  margin-bottom: 50px;
  text-align: center;
}
.hours-grid .image-item a {
  display: block;
  text-align: center;
}
.hours-grid .image-item img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 41rem) {
  .hours-grid:not(.masonry-grid-block) .image-item {
    order: 2;
    margin-bottom: 0px;
  }
}

.category-block .container, .category-block.container {
  max-width: 1200px;
}
.category-block-title {
  margin-top: 0;
  margin-bottom: 0;
}
.category-block .title {
  margin-top: 0px;
  margin-bottom: 0px;
}
.category-block .title::after {
  content: "";
  display: block;
  background-color: #EDA254;
  height: 0.625rem;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}
.category-block .cat-link {
  bottom: 32%;
  font-size: 0.75rem;
  text-decoration: none;
  font-weight: 500;
  margin-right: 10px;
}
.category-block .cat-link span {
  font-size: 0.6rem;
  position: absolute;
  top: 1px;
  margin-left: 4px;
}
.category-block .content-item {
  margin-bottom: 50px;
}
.category-block .content-title {
  position: relative;
  padding-bottom: 0px;
  font-weight: 900;
  margin: 0.375rem 0 0;
}
.category-block .image-item {
  /*width:270px;
  height:194px;
  object-fit: cover;
  object-position: 0 0;*/
  max-width: 100%;
  height: auto;
  width: auto;
}
.category-block .image-item a {
  display: block;
  text-align: center;
}
.category-block .posts-container {
  padding-bottom: 2rem;
}
.category-block .post-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.category-block .post-excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #666666;
  line-height: 1.7;
  padding: 0 !important;
  margin: 1rem 0;
}
.category-block .learn-more {
  bottom: -1rem;
}
.category-block .learn-more a {
  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: none;
  color: #EDA254;
  text-transform: uppercase;
}
.category-block .learn-more a i {
  font-size: 0.6875rem;
  color: #EDA254;
}
.category-block .learn-more a i::before {
  color: #EDA254;
}

.category-block.exhibitions-archive .content-title::after {
  display: none;
}

.exhibition-block.category-block {
  /*
  > .row {
       margin-left: -1rem;
       margin-right: -1rem;
   }
   */
}

.exhibition-block .section-title {
  color: #666;
  margin-bottom: 0;
}

.category-flex-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.category-flex-row .category-flex-column {
  display: flex;
  flex-direction: column;
}
.category-flex-row .category-flex-column .category-flex-title {
  display: block;
  flex-grow: 1;
  position: relative;
}
.category-flex-row .category-flex-column .category-flex-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 12.5rem;
  margin-top: 1.25rem;
  border-bottom: 0.375rem solid #EDA254;
}

.relationship-block .h1 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.relationship-block .relation-flex-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.relationship-block .relation-flex-row .relation-flex-column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  text-align: center;
}
@media (min-width: 41rem) {
  .relationship-block .relation-flex-row .relation-flex-column {
    text-align: left;
  }
}
.relationship-block .relation-flex-row .relation-flex-column .relation-title-row {
  flex-grow: 1;
  display: block;
}
.relationship-block .title {
  color: #3D654D;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 700;
}
.relationship-block .title::after {
  content: "";
  display: block;
  background-color: #EDA254;
  height: 5px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.relationship-block .cat-link {
  bottom: 32%;
  font-size: 0.7rem;
  text-decoration: none;
  font-weight: 900;
  margin-right: 10px;
}
.relationship-block .cat-link span {
  font-size: 0.6rem;
  position: absolute;
  top: 1px;
  margin-left: 4px;
}
.relationship-block .content-item {
  margin-bottom: 50px;
}
.relationship-block .content-title {
  font-family: "Museo-500";
  font-size: 1.2rem;
  line-height: 1.3;
  color: #008265;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-weight: 900;
}
.relationship-block .image-item {
  margin-bottom: 5px;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.relationship-block .image-item a {
  display: block;
  text-align: center;
}
.relationship-block .posts-container {
  padding-bottom: 2rem;
}
.relationship-block .description {
  padding: 0 3rem 2rem;
  line-height: 1.5;
  font-size: 1.4rem;
  font-family: "Museo-500";
  color: #666;
}
@media (max-width: 1023px) {
  .relationship-block .description {
    font-size: 16px;
  }
}
.relationship-block .learn-more {
  margin-top: 0;
}
.relationship-block .learn-more > .col-xs {
  padding-top: 0;
}
.relationship-block .learn-more a {
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  color: #EDA254;
}
.relationship-block .learn-more a span {
  display: inline-block;
  margin-left: 0.6em;
  margin-top: 2px;
  position: absolute;
}
.relationship-block .learn-more a span:before {
  content: ">";
  font-size: 0.9rem;
}

.recent-big.container {
  max-width: 1200px;
}
.recent-big .title {
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 700;
}
.recent-big .title::after {
  content: "";
  display: block;
  background-color: #EDA254;
  height: 0.625rem;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}
.recent-big .first-title {
  margin-top: 0px;
  margin-bottom: 0px;
}
.recent-big .see-all {
  bottom: 0;
}
.recent-big .cat-link {
  bottom: 32%;
  font-size: 0.7rem;
  text-decoration: none;
  font-weight: 900;
  margin-right: 10px;
}
.recent-big .cat-link span {
  font-size: 0.6rem;
  position: absolute;
  top: 1px;
  margin-left: 4px;
}
.recent-big .content-item {
  margin-bottom: 50px;
}
.recent-big .content-title {
  font-family: "Museo-500";
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #008265;
  height: 2em;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.recent-big .image-item {
  margin-bottom: 5px;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.recent-big .image-item a {
  display: block;
  text-align: center;
}
.recent-big .learn-more a {
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}
.recent-big .learn-more a span {
  display: inline-block;
  margin-left: 1em;
  margin-top: 2px;
  position: absolute;
}
.recent-big .learn-more a span:before {
  content: ">";
  border: 1px solid;
  padding: 1px 3px;
  font-size: 8px;
}

.tag-cloud {
  margin: 0 -0.5625rem;
  padding: 0;
  list-style-type: none;
}
.entry-content .tag-cloud {
  padding: 0;
}
.tag-cloud li {
  display: inline-block;
}

a.tag-cloud-link {
  padding: 0.375rem 0.75rem;
  background-color: #EDA254;
  color: #fff;
  margin: 0.5625rem;
  display: inline-block;
  border-radius: 0.3125rem;
  text-transform: uppercase;
  text-decoration: none;
}
a.tag-cloud-link .tag-cloud-link {
  padding: 10px;
  display: block;
  width: fit-content;
  margin: 10px 10px 20px 0;
  background-color: #EDA254;
  color: #fff;
  border-radius: 6px;
  font-size: 0.9rem !important;
}

.banner-w-logo .logos {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.banner-w-logo .logo {
  width: 25%;
  padding: 30px 20px;
}
@media (max-width: 65rem) {
  .banner-w-logo .logo {
    width: 50%;
  }
}
@media (max-width: 41rem) {
  .banner-w-logo .logo {
    width: 100%;
  }
}
.banner-w-logo .body {
  padding-bottom: 30px;
  line-height: 1.5;
}
.banner-w-logo h2.title {
  margin-top: 0;
}

.wp-block-quote {
  max-width: 825px;
  width: 100%;
  margin: 60px auto 25px;
}
.wp-block-quote::before {
  content: "";
  display: block;
  background-color: #EDA254;
  height: 12px;
  width: 100%;
  max-width: 190px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.wp-block-quote > p {
  font-family: "Museo-500";
  font-size: 2.25rem;
  line-height: 42px;
}
@media (max-width: 1023px) {
  .wp-block-quote > p {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
.wp-block-quote cite {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-style: initial;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .wp-block-quote cite {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}

.newspaper-columns-block.container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
.newspaper-columns-block.no-left-padding {
  padding-left: 0;
}
.newspaper-columns-block.no-right-padding {
  padding-right: 0;
}
.newspaper-columns-block .newspaper-column p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 31rem) {
  .newspaper-columns-block .newspaper-column p {
    font-size: 14px;
  }
}
.newspaper-columns-block .news-col-2 {
  column-count: 2;
}
@media (max-width: 31rem) {
  .newspaper-columns-block .news-col-2 {
    column-count: 1;
  }
}
.newspaper-columns-block .news-col-3 {
  column-count: 3;
}
@media (max-width: 45rem) {
  .newspaper-columns-block .news-col-3 {
    column-count: 2;
  }
}
@media (max-width: 31rem) {
  .newspaper-columns-block .news-col-3 {
    column-count: 1;
  }
}
.newspaper-columns-block .news-col-4 {
  column-count: 4;
}
@media (max-width: 65rem) {
  .newspaper-columns-block .news-col-4 {
    column-count: 3;
  }
}
@media (max-width: 45rem) {
  .newspaper-columns-block .news-col-4 {
    column-count: 2;
  }
}
@media (max-width: 31rem) {
  .newspaper-columns-block .news-col-4 {
    column-count: 1;
  }
}

footer#footer {
  clear: both;
  padding-top: 50px;
  background-color: #008265;
  color: white;
}
footer#footer a {
  color: white;
}
footer#footer h1, footer#footer h2, footer#footer h3, footer#footer h4, footer#footer h5, footer#footer h6 {
  color: #fff;
}
footer#footer h4 {
  margin-top: 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
footer#footer p {
  font-size: 14px;
  line-height: 24px;
}
footer#footer h5 {
  margin-bottom: 12px;
  color: #fff;
}
footer#footer h5 strong {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
footer#footer h5:after {
  content: "";
  display: block;
  max-width: 60%;
  margin-top: 6px;
  /* or 100px */
  border-bottom: 1px solid #EDA254;
  border-bottom-width: 4px;
}
footer#footer h3 {
  height: 1em;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
footer#footer h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 60%;
  /* or 100px */
  border-bottom: 1px solid #EDA254;
  border-bottom-width: 4px;
}
footer#footer #footer-first-row {
  margin: 0;
}
footer#footer #footer-first-row img {
  filter: invert(100%) sepia(1%) saturate(27%) hue-rotate(120deg) brightness(106%) contrast(100%);
  width: 95%;
  max-width: 360px;
}
footer#footer #footer-first-row .between-xs .col-xs-3 {
  padding: 0;
}
footer#footer .widget_text {
  font-size: 0.8em;
  line-height: 1.5em;
  margin-top: 20px;
  margin-bottom: 35px;
}
footer#footer .social-link--fb {
  padding: 0 7px;
}
footer#footer #footer-sidebar {
  margin: 0;
}
footer#footer #footer-sidebar1 h4::after,
footer#footer #footer-sidebar3 h4::after {
  content: "";
  display: block;
  height: 4px;
  margin-top: 10px;
  max-width: 50%;
  background: #EDA254;
}
footer#footer #footer-sidebar1 .widget:first-child > h4,
footer#footer #footer-sidebar3 .widget:first-child > h4 {
  margin-bottom: 0;
}
footer#footer iframe {
  max-width: 100%;
}

#floating-footer-button {
  position: fixed;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  #floating-footer-button {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    text-align: center;
  }
}

body.has-floating-footer-button #footer {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  body.has-floating-footer-button #footer {
    padding-bottom: 60px;
  }
}
body.has-floating-footer-button .ctct-form-container .grecaptcha-badge {
  bottom: 47px !important;
}
@media (max-width: 767px) {
  body.has-floating-footer-button .ctct-form-container .grecaptcha-badge {
    bottom: 34px !important;
  }
}

.important-messages {
  background-color: #008265;
  color: white;
  font-size: 0.8em;
}
.important-messages h4 {
  font-size: 14px;
}
.important-messages .ditty-item__content {
  font-size: 0.8em !important;
}

@media (max-width: 90rem) {
  .important-messages {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.exhibit-heading {
  color: #3D654D;
  font-weight: normal;
  font-family: "Museo-500";
}

.exhibition-block-category {
  color: #666;
}

.exhibitions-archive .container {
  max-width: 1200px;
}
.exhibitions-archive .image-item {
  /*width:570px;
  height:340px;
  object-fit: cover;
  object-position: 0 0;*/
  max-width: 100%;
  height: auto;
}
.exhibitions-archive .exhibit-thumb {
  display: block;
  margin-bottom: 1.8125rem;
}
.exhibitions-archive .content-title {
  height: auto;
}
.exhibitions-archive .content-title::before {
  border: 0;
}
.exhibitions-archive .exhibit_dates {
  margin-bottom: 0.4rem;
}
.exhibitions-archive.small .image-item {
  min-height: 200px;
  max-height: 200px;
}

.exhibit-meta {
  margin-top: 3px;
  font-family: "Museo-500";
  font-size: 18px;
}

.exhibition-small {
  display: flex;
  flex-direction: column;
}
.exhibition-small .exhibition-thumb {
  margin-bottom: 2.1875rem;
  display: block;
}
.exhibition-small .exhibition-thumb img {
  margin-bottom: 0;
}
.exhibition-small .exhibition-title h4 {
  margin: 0;
}
.exhibition-small .exhibition-meta {
  margin-bottom: 0.3rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-family: "Museo-500";
}
.exhibition-small .exhibition-excerpt {
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 1.5625rem;
}
.exhibition-small .exhibition-meta-container {
  flex-grow: 1;
}
.exhibition-small .learn-more {
  margin-top: auto;
}

.exhibit-flex-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.exhibit-flex-row .exhibit-excerpt-row {
  flex-grow: 1;
  align-items: flex-end;
}
.exhibit-flex-row .exhibit-excerpt-row > div {
  padding-bottom: 0;
}

.membership-block-title {
  color: #3D654D;
  font-size: 18px;
}
.membership-block-description {
  font-size: 14px;
  color: #666666;
  line-height: 1.3;
}
.membership-block-row {
  display: block;
  margin: 28px 0;
}

.on-view-block .top-content .h1:first-child {
  margin-top: 0;
}
.on-view-block .ovb-content {
  font-size: 22px;
  font-family: "Museo-500";
  line-height: 1.3;
  color: #666666;
  margin-bottom: 60px;
}
.on-view-block .exhibition-item {
  margin-bottom: 2rem;
}
.on-view-block .exhibition-item .item-image {
  max-width: 100%;
  width: auto;
  height: auto;
}
.on-view-block .exhibition-item .item-excerpt {
  font-size: 16px;
  line-height: 1.5;
}

.max-image {
  max-width: 100%;
  height: auto;
}

.on-view-block {
  background-color: #EDEDED;
  padding-top: 30px;
  padding-bottom: 40px;
}

.on-view-block .top-content {
  text-align: center;
}

.ovb-title {
  color: #008265;
}

.on-view-block .exhibition-item {
  align-items: center;
}

.on-view-block .exhibition-item .item-title {
  position: relative;
  font-size: 28px;
  margin-bottom: 12px;
}

.on-view-block .actions a {
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.on-view-block .actions a i {
  font-size: 11px;
}

.on-view-block .actions a span:before {
  content: "";
  display: inline-block;
  border: solid;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-radius: 2px;
}

.additional-info {
  background-color: #EDEDED;
}
.additional-info .inner-wrap {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.additional-info .image-column {
  display: flex;
}
.additional-info .image-column img {
  max-width: 100%;
  height: auto;
}
.additional-info .text-column strong {
  color: #008265;
}
.additional-info .title {
  color: #008265;
  margin-bottom: 30px;
}
.additional-info .content {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 1.5;
  color: #666;
  font-family: "Museo-500";
}
@media (max-width: 1023px) {
  .additional-info .content {
    font-size: 16px;
  }
}
.additional-info-link {
  margin-bottom: 50px;
  text-align: center;
}

.tribe-common .col-lg-3,
.tribe-common .col-lg-6,
.tribe-common .col-xs {
  padding: 1rem;
}
.tribe-common .tribe-events-c-search__button {
  border-radius: 30px;
}
.tribe-common .category-block {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
.tribe-common .small-date {
  background: white;
  top: 1.5rem;
  right: 1.5rem;
  position: absolute;
  padding: 5px 20px;
  text-align: center;
}
.tribe-common .small-date span {
  display: block;
}
.tribe-common .small-date span.day {
  font-size: 1.4rem;
  font-weight: 900;
}

.tribe-events .tribe-events-c-search__button {
  background-color: #EDA254;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner,
.tribe-events .tribe-events-calendar-month__multiday-event--past .tribe-events-calendar-month__multiday-event-bar-inner {
  background-color: #EEE;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner--hover,
.tribe-events .tribe-events-calendar-month__multiday-event--past .tribe-events-calendar-month__multiday-event-bar-inner--hover {
  background-color: #F0F0F0;
}

/*
.tribe-events .tribe-events-c-search__button,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    background-color: $orange;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
    border-color: $orange;
    color: $orange;
}
*/
[class^=tribe][class*=tooltip-description] p {
  font-size: 14px;
}

.tribe-category-title {
  font-family: "Museo-700";
}

body .tribe-common.event-tickets .tribe-common-c-btn:disabled,
body .tribe-common.event-tickets a.tribe-common-c-btn:disabled {
  background-color: #dedede;
  color: #999;
}

.entry-content > #tribe-events,
.entry-content > .freeform-block-wrapper > #tribe-events {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  line-height: 1.5;
}
.entry-content > #tribe-events .tribe-events-schedule h2,
.entry-content > .freeform-block-wrapper > #tribe-events .tribe-events-schedule h2 {
  margin-top: 0;
  font-size: 20px;
  color: inherit;
}
.entry-content > #tribe-events button,
.entry-content > .freeform-block-wrapper > #tribe-events button {
  letter-spacing: 0;
}
.entry-content > #tribe-events .tribe-events-back a,
.entry-content > .freeform-block-wrapper > #tribe-events .tribe-events-back a {
  color: #EDA254;
}
@media (min-width: 961px) {
  .entry-content > #tribe-events .tribe-events-event-meta.primary,
  .entry-content > #tribe-events .tribe-events-event-meta.secondary,
  .entry-content > .freeform-block-wrapper > #tribe-events .tribe-events-event-meta.primary,
  .entry-content > .freeform-block-wrapper > #tribe-events .tribe-events-event-meta.secondary {
    width: 100%;
  }
  .entry-content > #tribe-events .tribe-events-event-meta.primary .tribe-events-meta-group,
  .entry-content > #tribe-events .tribe-events-event-meta.secondary .tribe-events-meta-group,
  .entry-content > .freeform-block-wrapper > #tribe-events .tribe-events-event-meta.primary .tribe-events-meta-group,
  .entry-content > .freeform-block-wrapper > #tribe-events .tribe-events-event-meta.secondary .tribe-events-meta-group {
    flex: 0 0 100%;
    width: 100%;
  }
  .entry-content > #tribe-events .tribe-events-event-meta.primary dd[class$=url],
  .entry-content > #tribe-events .tribe-events-event-meta.primary dt:not(:first-child),
  .entry-content > #tribe-events .tribe-events-event-meta.secondary dd[class$=url],
  .entry-content > #tribe-events .tribe-events-event-meta.secondary dt:not(:first-child),
  .entry-content > .freeform-block-wrapper > #tribe-events .tribe-events-event-meta.primary dd[class$=url],
  .entry-content > .freeform-block-wrapper > #tribe-events .tribe-events-event-meta.primary dt:not(:first-child),
  .entry-content > .freeform-block-wrapper > #tribe-events .tribe-events-event-meta.secondary dd[class$=url],
  .entry-content > .freeform-block-wrapper > #tribe-events .tribe-events-event-meta.secondary dt:not(:first-child) {
    margin-top: 0;
  }
  .entry-content > #tribe-events .tribe-events-event-meta.primary dt,
  .entry-content > #tribe-events .tribe-events-event-meta.secondary dt,
  .entry-content > .freeform-block-wrapper > #tribe-events .tribe-events-event-meta.primary dt,
  .entry-content > .freeform-block-wrapper > #tribe-events .tribe-events-event-meta.secondary dt {
    font-weight: bold;
  }
  .entry-content > #tribe-events .tribe-events-event-meta dl,
  .entry-content > .freeform-block-wrapper > #tribe-events .tribe-events-event-meta dl {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: auto;
    grid-auto-flow: column;
  }
}
.entry-content > #tribe-events .tribe-events-venue-map,
.entry-content > .freeform-block-wrapper > #tribe-events .tribe-events-venue-map {
  width: 100%;
}
.entry-content > #tribe-events .tribe-events-venue-map > iframe,
.entry-content > .freeform-block-wrapper > #tribe-events .tribe-events-venue-map > iframe {
  max-height: 450px;
}

body[class*=tribe] #comments {
  display: none;
}

#tribe-events-footer {
  display: none;
}

.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: var(--tec-spacer-7);
}

.calendar-skip a {
  font-weight: 500;
  text-decoration: none;
  color: #EDA254 !important;
  text-transform: uppercase;
}

.tribe-events-calendar-month__day-cell,
.tribe-events-calendar-month__day {
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
}

.tribe-events-calendar-month__day-date-daynum {
  text-shadow: 0px 0px 3px white;
  -webkit-text-stroke: 1px white;
  font-size: 110%;
}

.exhibit > .container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
.exhibit .end_date {
  display: block;
}
.exhibit .exhibit-meta {
  margin: 10px 0 30px;
  line-height: 1.5rem;
}
.exhibit .exhibit_dates,
.exhibit .calendar-links {
  margin: 20px 0;
}
.exhibit .title {
  padding-top: 15px;
  padding-bottom: 0px;
  font-weight: 700;
  display: block;
}
.exhibit .featured-exhibition {
  height: 270px;
}
.exhibit .featured-exhibition img {
  width: 100%;
  height: 100%;
}
.exhibit h4.title {
  color: #3D654D;
}
.exhibit .wp-block-quote {
  margin: 0;
}
.exhibit .exhibitions-sponsors {
  margin-top: 50px;
  margin-bottom: 15px;
}
.exhibit .exhibitions-sponsors .title {
  margin-top: 0;
  font-size: 2.5rem;
}
.exhibit .exhibitions-sponsors .exhibition-sponsors-flex-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .exhibit .exhibitions-sponsors .exhibition-sponsors-flex-row {
    display: block;
  }
  .exhibit .exhibitions-sponsors .exhibition-sponsors-flex-row > .row {
    margin: 15px 0;
  }
}
.exhibit .exhibitions-sponsors .exhibition-sponsors-flex-row img {
  max-width: 100%;
  height: auto;
}
.exhibit .links-container {
  text-transform: uppercase;
  font-size: 0.7rem;
  margin-top: 30px;
  margin-bottom: 50px;
}
.exhibit .links-container a span {
  padding-right: 9px;
}
.exhibit .links-container a span:before {
  content: "";
  display: inline-block;
  border: solid;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(134deg);
  -webkit-transform: rotate(134deg);
  border-radius: 2px;
}
.exhibit .links-container .next-post {
  text-align: right;
}
.exhibit .links-container .next-post a span {
  padding-left: 9px;
}
.exhibit .links-container .next-post a span:before {
  content: "";
  display: inline-block;
  border: solid;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-radius: 2px;
}

.exhibit blockquote.exhibition-sponsor-divider {
  margin-top: 50px;
}

.search-results main#content {
  max-width: 73.3125rem;
  margin: 0 auto;
}
.search-results main#content .header {
  text-align: center;
}
.search-results .post-title .title-tag {
  float: right;
  color: white;
  background: #EDA254;
  padding: 8px 7px 5px;
  font-size: 0.71em;
  line-height: 0.86em;
  margin-left: 10px;
}
.search-results .grace-divider {
  height: 9px;
  width: 190px;
  margin: 1.1875rem 0;
  background-color: #EDA254;
}

/* Search Page */
#container-404 {
  margin-bottom: 2.75rem;
}

.post.not-found .entry-title {
  margin-bottom: 1.25rem;
}

.post.not-found .entry-content p {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

.no-results-form #search-input {
  border: solid 2px #008265;
  font-size: 1.5em;
  padding: 8px 10px;
}

.no-results-form #search-submit {
  position: relative;
  top: -1px;
  text-align: center;
  font-size: 1.25rem;
  text-transform: uppercase;
  padding: 13px 10px;
  font-family: "Museo-700";
  cursor: pointer;
}

@media (max-width: 1170px) {
  #container-404 {
    padding: 0 1rem;
  }
}
.post-grid {
  margin: 80px auto;
}
@media (max-width: 1023px) {
  .post-grid {
    margin: 50px auto;
  }
}
@media (max-width: 767px) {
  .post-grid {
    margin: 35px auto;
  }
}
.post-grid > .category-flex-row > .col-xs-12 {
  margin-bottom: 30px;
}

.nav-links::after {
  content: "";
  display: block;
  clear: both;
}

.nav-next {
  float: left;
}

.nav-previous {
  float: right;
}

.posts-navigation {
  margin-bottom: 1.8125rem;
}

.posts-navigation a {
  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: none;
  color: #EDA254;
  text-transform: uppercase;
}

.posts-navigation a i {
  font-size: 0.6875rem;
  color: #EDA254;
}

.posts-navigation a i::before {
  color: #EDA254;
}

.single-post article.post .entry-content {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 15px;
}
@media (max-width: 1023px) {
  .single-post article.post .entry-content {
    margin: 50px auto;
  }
}
@media (max-width: 767px) {
  .single-post article.post .entry-content {
    margin: 35px auto;
  }
}
.single-post article.post .entry-content > p.container,
.single-post article.post .entry-content > h1,
.single-post article.post .entry-content > h2,
.single-post article.post .entry-content > h3,
.single-post article.post .entry-content > h4,
.single-post article.post .entry-content > h5,
.single-post article.post .entry-content > h6,
.single-post article.post .entry-content > .wp-block-quote {
  padding: 0;
}

.header-layout-logo {
  width: 260px;
  padding-right: 10px;
  border-right: #edecec 1px solid;
}
.header-layout-logo #logo {
  margin-top: 0.5rem;
  width: 100%;
}

.navigation-wrapper {
  border-bottom: #edecec 1px solid;
}

.h1-off {
  display: none;
}

.main-nav-wrapper {
  position: relative;
  z-index: 4;
}
.main-nav-below.top-nav-below-main-nav .main-nav-wrapper {
  z-index: 9;
}
.main-nav-above.top-nav-below .main-nav-wrapper {
  z-index: 10;
}

.main-nav {
  position: relative;
  /*
  > .container > .row {
      margin: 0;
  }
  */
}
.main-nav #menu-main-menu {
  margin-bottom: 0;
  padding-left: 0;
  justify-content: space-around;
  width: 100%;
}

.main-menu-wrapper {
  position: relative;
}
.main-menu-wrapper .menu.search {
  margin-bottom: 0;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  #logo .wp-block-image {
    margin: 0;
  }
  .header-menu {
    float: left;
  }
  .header-menu > ul {
    display: flex;
    flex-wrap: nowrap;
  }
  .header-menu .menu li {
    display: block;
  }
  .header-menu .menu a {
    display: block;
    position: relative;
    color: #666665;
    text-decoration: none;
  }
  .header-menu .menu .sub-menu {
    padding: 0;
    color: #F6F6F6;
  }
  .header-menu .menu .sub-menu a {
    font-size: 0.875rem;
    font-weight: 400;
    padding: 0.75rem 1.375rem;
  }
  .header-menu .menu .sub-menu a:hover {
    font-weight: 600;
    background-color: rgba(61, 101, 77, 0.16);
  }
  .header-menu .menu a:hover,
  .header-menu .menu li:hover > a {
    z-index: 2;
    color: #EDA254;
  }
  .header-menu .menu ul {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  .header-menu .menu ul li {
    position: relative;
  }
  .header-menu .menu ul a {
    border-width: 0 0 1px;
    transition: 0.15s;
  }
  .header-menu .menu ul ul {
    top: 0;
    left: 100%;
  }
  #main-nav {
    z-index: 9;
    line-height: 37px;
    display: flex;
    width: 100%;
  }
  .top-nav-below-main-nav #main-nav .main-menu > ul > li, .header-layout-1.top-nav-below #main-nav .main-menu > ul > li {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .main-menu .menu.search {
    float: left;
    padding: 0;
  }
  .main-menu .menu.search li {
    display: block;
    float: left;
  }
  .main-menu .menu.search a {
    display: block;
    position: relative;
    color: #666665;
    text-decoration: none;
    padding-right: 30px;
  }
  .main-menu .menu.search .sub-menu a {
    padding: 8px 10px;
  }
  .main-menu .menu.search a:hover,
  .main-menu .menu.search li:hover > a {
    z-index: 2;
    color: #EDA254;
  }
  .main-menu .menu.search .search-icon {
    position: absolute;
    top: 0.8em;
    right: 0;
    cursor: pointer;
  }
  .main-menu .menu a {
    transition: 0.15s;
  }
  .main-menu .menu > li {
    position: relative;
    padding-bottom: 2rem;
  }
  .main-menu .menu > li > a {
    padding: 0 15px;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .main-menu .menu > li > a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .main-menu .menu > li.current-menu-item > a {
    font-weight: 600;
    color: #EDA254;
  }
  .main-menu .menu > li.current-menu-item > a svg path {
    fill: #EDA254;
  }
}
@media (min-width: 992px) {
  .main-menu .menu > li > .menu-sub-content {
    border-top: 6px solid #EDA254;
  }
}
@media (min-width: 992px) {
  .main-menu .menu > li.eda-current-menu {
    border-bottom: 5px solid #008265;
    margin-bottom: -5px;
  }
  .main-menu .menu > li.eda-current-menu > a:after {
    content: "";
    width: 20px;
    height: 2px;
    position: absolute;
    margin-top: 17px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
    background: #000;
    transition: 0.3s;
  }
}
@media (min-width: 992px) {
  .main-menu .menu > li.is-icon-only > a {
    padding: 0 20px;
    line-height: inherit;
  }
  .main-menu .menu > li.is-icon-only > a:after, .main-menu .menu > li.is-icon-only > a:before {
    display: none;
  }
  .main-menu .menu > li.is-icon-only > a .eda-menu-icon {
    font-size: 160%;
    transform: translateY(15%);
  }
}
@media (min-width: 992px) {
  .main-menu .menu ul {
    line-height: 20px;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .main-menu .menu .sub-menu .eda-menu-icon,
  .main-menu .menu .mega-recent-featured-list .eda-menu-icon,
  .main-menu .menu .mega-link-column .eda-menu-icon,
  .main-menu .menu .mega-cat-more-links .eda-menu-icon {
    width: 20px;
  }
}
@media (min-width: 992px) {
  .main-menu .menu-sub-content {
    display: none;
    padding: 15px;
    width: 230px;
    position: absolute;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  }
  .main-menu .menu-sub-content .menu-item-has-children > a:before {
    right: 5px;
  }
}
@media (min-width: 992px) {
  .main-menu ul li:hover > .menu-sub-content,
  .main-menu ul li[aria-expanded=true] > ul,
  .main-menu ul li[aria-expanded=true] > .mega-menu-block {
    display: block;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  nav.main-nav .menu > li:hover > a {
    color: #EDA254;
  }
}
@media (min-width: 992px) {
  nav.main-nav .menu > li:hover > a svg {
    transform: rotate(-180deg);
  }
  nav.main-nav .menu > li:hover > a svg path {
    fill: #EDA254;
  }
}
@media (min-width: 992px) {
  nav.main-nav .components > li:hover > a {
    color: #008265;
  }
}
@media (min-width: 992px) {
  .main-menu {
    display: flex;
    width: 100%;
  }
  .main-menu #main-nav-menu {
    background-color: #ffffff;
    color: #2c2f34;
  }
  .main-menu #main-nav-menu .menu-sub-content {
    background: #F6F6F6;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .main-menu #main-nav-menu .menu-item:is(:last-child, :nth-last-child(2)) .menu-sub-content {
    left: auto;
    right: 0;
  }
  .main-menu #main-nav-menu .components li a.button:hover,
  .main-menu #main-nav-menu .components li a.checkout-button {
    color: color-contrast(#008265);
  }
  .main-menu #main-nav-menu.fixed-nav {
    background-color: rgba(255, 255, 255, 0.95);
  }
  .main-menu .cats-vertical {
    background: rgba(0, 0, 0, 0.03);
  }
  .main-menu ul.cats-vertical li a.is-active,
  .main-menu ul.cats-vertical li a:hover {
    background: #fff;
  }
  .main-menu .mega-menu .post-meta,
  .main-menu .mega-menu .post-meta a:not(:hover) {
    color: rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 992px) {
  .menu-item-has-children > a svg,
  .mega-menu > a svg {
    margin-left: 6px;
    transition: all 0.3s ease-in-out;
  }
  .menu-item-has-children .menu-item-has-children > a:before,
  .mega-menu .menu-item-has-children > a:before {
    border: 4px solid transparent;
    border-left-color: #ffffff;
  }
  .menu > .menu-item-has-children:not(.is-icon-only) > a,
  .menu .mega-menu:not(.is-icon-only) > a {
    padding-right: 25px;
  }
  .main-menu .menu > li.eda-current-menu > a:after {
    border-color: #008265;
  }
  .main-menu .menu > li:hover > a:after {
    border-color: #EDA254;
    transform: rotate(225deg);
  }
}
@media (min-width: 992px) {
  .main-nav-boxed .main-nav {
    border-width: 0;
  }
  .main-nav-boxed .main-menu-wrapper {
    float: left;
    width: 100%;
  }
  .main-nav-boxed .main-menu-wrapper .search-bar {
    border-right-width: 0;
  }
  .main-nav-boxed.main-nav-light .main-menu-wrapper {
    border-width: 1px;
    background-color: #ffffff;
  }
  .dark-skin .main-nav-boxed.main-nav-light .main-menu-wrapper {
    border-width: 0;
  }
  .main-nav-boxed.main-nav-light .fixed-nav .main-menu-wrapper {
    border-color: transparent;
  }
  .main-nav-above.top-nav-above #main-nav:not(.fixed-nav) {
    top: -1px;
  }
  .main-nav-below.top-nav-below #main-nav:not(.fixed-nav) {
    bottom: -1px;
  }
  .dark-skin .main-nav-below.top-nav-above #main-nav {
    border-width: 0;
  }
  .dark-skin .main-nav-below.top-nav-below-main-nav #main-nav {
    border-top-width: 0;
  }
}
.main-nav-boxed .main-nav:not(.fixed-nav),
.main-nav-boxed .fixed-nav .main-menu-wrapper,
.theme-header:not(.main-nav-boxed) .fixed-nav .main-menu-wrapper {
  background: transparent !important;
}

@media (min-width: 992px) {
  .header-layout-1.main-nav-below.top-nav-above .main-nav {
    margin-top: -1px;
  }
  .header-layout-1.main-nav-below.top-nav-above .top-nav {
    border-top-width: 0;
  }
  .header-layout-1.main-nav-below.top-nav-above .breaking-title {
    top: 0;
    margin-bottom: -1px;
  }
}
.header-layout-1.main-nav-below.top-nav-below-main-nav .main-nav-wrapper {
  z-index: 9;
}
.header-layout-1.main-nav-below.top-nav-below-main-nav .main-nav {
  margin-bottom: -1px;
  bottom: 0;
  border-top-width: 0;
}
@media (min-width: 992px) {
  .header-layout-1.main-nav-below.top-nav-below-main-nav .top-nav {
    margin-top: -1px;
  }
}

.header-layout-1.has-shadow:not(.top-nav-below) .main-nav {
  border-bottom: 0 !important;
}

#theme-header.header-layout-1 > div:only-child nav {
  border-width: 0 !important;
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
  .main-nav .menu > li:not(.is-icon-only) > a {
    padding-left: 7px;
    padding-right: 20px;
  }
  .main-nav .menu > li:not(.is-icon-only) > a.search-form {
    padding-right: 25px;
  }
  .main-nav .menu > li:not(.is-icon-only) > a:before {
    display: none;
  }
  .main-nav .menu > li.is-icon-only > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.menu-tiny-label {
  font-size: 10px;
  border-radius: 10px;
  padding: 2px 7px 3px;
  margin-left: 3px;
  line-height: 1;
  position: relative;
  top: -1px;
}
.menu-tiny-label.menu-tiny-circle {
  border-radius: 100%;
}

@media (max-width: 991px) {
  .main-menu-wrapper {
    padding: 15px;
  }
  #eda-wrapper header#theme-header {
    box-shadow: none;
    background: transparent !important;
  }
  .logo-container,
  .header-layout-1 .main-nav {
    border-width: 0;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
  }
  .header-layout-1.top-nav-below .main-nav:not(.fixed-nav) {
    box-shadow: none;
  }
  .is-header-layout-1.has-header-ad .top-nav-below .main-nav {
    border-bottom-width: 1px;
  }
  .logo-container,
  .header-layout-1 .main-nav {
    background-color: #ffffff;
  }
  .header-layout-1.main-nav-below.top-nav-below-main-nav .main-nav {
    margin-bottom: 0;
  }
  .main-menu-wrapper .eda-alignleft {
    width: 100%;
  }
}
@media (max-width: 1220px) {
  #main-nav {
    padding: 0 15px;
  }
}
@media (max-width: 1023px) {
  .header-layout-logo #logo {
    margin-top: 1rem;
    width: auto;
  }
  .header-layout-logo #logo figure {
    text-align: right;
  }
  .header-layout-logo #logo img {
    max-height: 40px;
  }
  #main-nav {
    padding: 10px 15px;
  }
  #main-nav .main-menu-wrapper {
    padding: 0;
  }
  #main-nav .main-menu-wrapper .header-layout-logo {
    width: auto;
    border-right: none;
  }
  #main-nav .main-menu-wrapper #logo {
    margin-top: 0;
  }
  #main-nav .main-menu-wrapper #logo figure {
    margin-bottom: 0;
    text-align: left;
  }
  #main-nav .main-menu-wrapper #logo figure img {
    max-height: 32px;
  }
  #main-nav #menu-components-wrap {
    width: auto;
  }
}
#menu-main-menu .menu-item.mobile {
  display: none;
}
@media (max-width: 62rem) {
  #menu-main-menu .menu-item.mobile {
    display: block;
  }
}

@media (min-width: 993px) {
  .menu > .menu-item-has-children > a {
    position: relative;
  }
  .menu > .menu-item-has-children > a > .child-menu-icon {
    font-size: 70%;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
}
#top-nav .header-layout-logo {
  width: 260px;
  padding-right: 10px;
  border-right: #edecec 1px solid;
  padding-bottom: 0;
}

.navigation-wrapper {
  border-bottom: #edecec 1px solid;
}

#top-menu-components-wrap {
  width: calc(100% - 260px);
}

#menu-components-wrap {
  padding-bottom: 0;
  width: calc(100% - 260px);
}

.h1-off {
  display: none;
}

.top-nav-wrapper {
  position: relative;
  z-index: 4;
}
.top-nav-below.top-nav-below-top-nav .top-nav-wrapper {
  z-index: 9;
}
.top-nav-above.top-nav-below .top-nav-wrapper {
  z-index: 10;
}

#theme-header {
  background-color: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999999;
}
@media (max-width: 992px) {
  #theme-header {
    width: 100%;
    height: 53px;
    position: fixed;
    top: 0;
    left: 0;
  }
}

.top-nav {
  position: relative;
}

.top-menu-wrapper {
  position: relative;
}
body .container > .top-menu-wrapper {
  margin: 0;
}

@media (min-width: 992px) {
  #top-nav {
    z-index: 9;
    line-height: 15px;
  }
  .top-nav-below-top-nav #top-nav .top-menu > ul > li, .header-layout-1.top-nav-below #top-nav .top-menu > ul > li {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .top-menu .menu {
    padding: 12px 0 10px 0;
    margin: 0;
  }
  .top-menu .menu a {
    transition: 0.15s;
  }
  .top-menu .menu > li > a {
    padding-left: 12px;
    font-size: 12px;
    font-family: Roboto, sans-serif;
    color: #4a4a4a;
  }
  .top-menu .menu > li > a:after {
    content: "";
    border-right: 1px solid #4A4A4A;
    margin-left: 1em;
  }
  .top-menu .menu > li > .menu-sub-content {
    border-top: 2px solid #008265;
  }
  .top-menu .menu > li.eda-current-menu {
    border-bottom: 5px solid #008265;
    margin-bottom: -5px;
  }
  .top-menu .menu > li.eda-current-menu > a:after {
    content: "";
    width: 20px;
    height: 2px;
    position: absolute;
    margin-top: 17px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
    background: #000;
    transition: 0.3s;
  }
  .top-menu .menu > li.is-icon-only > a {
    padding: 0 20px;
    line-height: inherit;
  }
  .top-menu .menu > li.is-icon-only > a:after, .top-menu .menu > li.is-icon-only > a:before {
    display: none;
  }
  .top-menu .menu > li.is-icon-only > a .eda-menu-icon {
    font-size: 160%;
    transform: translateY(15%);
  }
  .top-menu .menu > li:last-child a {
    padding-right: 1em;
  }
  .top-menu .menu > li:last-child a:after {
    display: none;
  }
  .top-menu .menu ul {
    line-height: 20px;
    z-index: 1;
  }
  .top-menu .menu .sub-menu .eda-menu-icon,
  .top-menu .menu .mega-recent-featured-list .eda-menu-icon,
  .top-menu .menu .mega-link-column .eda-menu-icon,
  .top-menu .menu .mega-cat-more-links .eda-menu-icon {
    width: 20px;
  }
  .top-menu .menu.cart {
    padding: 0;
    position: relative;
  }
  .top-menu .menu.cart li {
    background-color: #edecec;
  }
  .top-menu .menu.cart li > a {
    background: url(../images/cart.svg) 50% no-repeat;
    background-size: 21px 20px;
    position: relative;
    padding: 11px 0;
    margin-right: 0px;
    padding-left: 36px;
  }
  .top-menu .menu.cart li > a::before {
    content: "";
    height: 50%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 25%;
    display: contents !important;
    display: block !important;
    background-color: #4A4A4A;
  }
  .top-menu .menu.cart li span {
    visibility: hidden;
  }
  .top-menu .menu #cart-count {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    color: white;
    background-color: #008265;
    font-size: 11px;
    position: absolute;
    top: 5px;
    right: 7px;
  }
  .top-menu .menu-sub-content {
    display: none;
    padding: 15px;
    width: 230px;
    position: absolute;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  }
  .top-menu .menu-sub-content a {
    width: 200px;
  }
  .top-menu .menu-sub-content .menu-item-has-children > a:before {
    right: 5px;
  }
  .top-menu ul li:hover > .menu-sub-content,
  .top-menu ul li[aria-expanded=true] > ul,
  .top-menu ul li[aria-expanded=true] > .mega-menu-block {
    display: block;
    z-index: 1;
  }
  nav.top-nav .menu > li.current_page_item > a,
  nav.top-nav .menu > li.current-menu-item > a,
  nav.top-nav .menu > li:hover > a {
    color: #EDA254;
  }
  nav.top-nav .components > li:hover > a {
    color: #008265;
  }
  .top-menu #top-nav-menu {
    background-color: #edecec;
    color: #4a4a4a;
  }
  .top-menu #top-nav-menu .menu-sub-content {
    background: #ffffff;
  }
  .top-menu #top-nav-menu .components li a.button:hover,
  .top-menu #top-nav-menu .components li a.checkout-button {
    color: color-contrast(#008265);
  }
  .top-menu #top-nav-menu.fixed-nav {
    background-color: rgba(255, 255, 255, 0.95);
  }
  .top-menu .cats-vertical {
    background: rgba(0, 0, 0, 0.03);
  }
  .top-menu ul.cats-vertical li a.is-active,
  .top-menu ul.cats-vertical li a:hover {
    background: #fff;
  }
  .top-menu .mega-menu .post-meta,
  .top-menu .mega-menu .post-meta a:not(:hover) {
    color: rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 992px) {
  .menu > .menu-item-has-children:not(.is-icon-only) > a,
  .menu .mega-menu:not(.is-icon-only) > a {
    padding-right: 25px;
  }
  .top-menu .menu > li.eda-current-menu > a:before,
  .top-menu .menu > li:hover > a:before {
    border-top-color: color-contrast(#008265);
  }
}
@media (min-width: 992px) {
  .top-nav-boxed .top-nav {
    border-width: 0;
  }
  .top-nav-boxed .top-menu-wrapper {
    float: left;
    width: 100%;
  }
  .top-nav-boxed .top-menu-wrapper .search-bar {
    border-right-width: 0;
  }
  .top-nav-boxed.top-nav-light .top-menu-wrapper {
    border-width: 1px;
    background-color: #ffffff;
  }
  .dark-skin .top-nav-boxed.top-nav-light .top-menu-wrapper {
    border-width: 0;
  }
  .top-nav-boxed.top-nav-light .fixed-nav .top-menu-wrapper {
    border-color: transparent;
  }
  .top-nav-above.top-nav-above #top-nav:not(.fixed-nav) {
    top: -1px;
  }
  .top-nav-below.top-nav-below #top-nav:not(.fixed-nav) {
    bottom: -1px;
  }
  .dark-skin .top-nav-below.top-nav-above #top-nav {
    border-width: 0;
  }
  .dark-skin .top-nav-below.top-nav-below-top-nav #top-nav {
    border-top-width: 0;
  }
}
.top-nav-boxed .top-nav:not(.fixed-nav),
.top-nav-boxed .fixed-nav .top-menu-wrapper,
.theme-header:not(.top-nav-boxed) .fixed-nav .top-menu-wrapper {
  background: transparent !important;
}

@media (min-width: 992px) {
  .header-layout-1.top-nav-below.top-nav-above .top-nav {
    margin-top: -1px;
  }
  .header-layout-1.top-nav-below.top-nav-above .top-nav {
    border-top-width: 0;
  }
  .header-layout-1.top-nav-below.top-nav-above .breaking-title {
    top: 0;
    margin-bottom: -1px;
  }
}
.header-layout-1.top-nav-below.top-nav-below-top-nav .top-nav-wrapper {
  z-index: 9;
}
.header-layout-1.top-nav-below.top-nav-below-top-nav .top-nav {
  margin-bottom: -1px;
  bottom: 0;
  border-top-width: 0;
}
@media (min-width: 992px) {
  .header-layout-1.top-nav-below.top-nav-below-top-nav .top-nav {
    margin-top: -1px;
  }
}

.header-layout-1.has-shadow:not(.top-nav-below) .top-nav {
  border-bottom: 0 !important;
}

#theme-header.header-layout-1 > div:only-child nav {
  border-width: 0 !important;
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
  .top-nav .menu > li:not(.is-icon-only) > a {
    padding-left: 7px;
    padding-right: 7px;
  }
  .top-nav .menu > li:not(.is-icon-only) > a:before {
    display: none;
  }
  .top-nav .menu > li.is-icon-only > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.menu-tiny-label {
  font-size: 10px;
  border-radius: 10px;
  padding: 2px 7px 3px;
  margin-left: 3px;
  line-height: 1;
  position: relative;
  top: -1px;
}
.menu-tiny-label.menu-tiny-circle {
  border-radius: 100%;
}

@media (max-width: 991px) {
  #eda-wrapper header#theme-header {
    box-shadow: none;
    background: transparent !important;
  }
  .logo-container,
  .header-layout-1 .top-nav {
    border-width: 0;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
  }
  .header-layout-1.top-nav-below .top-nav:not(.fixed-nav) {
    box-shadow: none;
  }
  .is-header-layout-1.has-header-ad .top-nav-below .top-nav {
    border-bottom-width: 1px;
  }
  .header-layout-1.top-nav-below.top-nav-below-top-nav .top-nav {
    margin-bottom: 0;
  }
  .top-menu-wrapper .eda-alignleft {
    width: 100%;
  }
}
@media (max-width: 1220px) {
  #top-nav > .container {
    max-width: none;
    padding-left: 15px;
  }
}
@media (max-width: 1023px) {
  #theme-header-top {
    display: none !important;
  }
  .main-menu .menu > li {
    padding-bottom: 1rem;
  }
}
@media (max-width: 655px) {
  #header-message {
    padding: 8px 15px;
  }
}
@media (max-width: 992px) {
  .main-menu .menu > li {
    padding-bottom: 0;
  }
}
#top_menu .menu.search {
  padding: 11px 0 10px;
  background-color: #008265;
  color: white;
  position: relative;
  /*
  &::before {
    content: "";
    height: 50%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 25%;
    display: contents !important;
    display: block !important;
    background-color: #4A4A4A;
  }
  */
}
#top_menu .menu.search .search-form {
  display: flex;
  align-items: center;
  color: white;
}
#top_menu .menu.search .search-form img {
  margin-left: 5px;
  filter: brightness(5);
}

#mobile_menu {
  display: none;
}

.menu-close {
  display: none;
}

.menu.search.mobile {
  display: none;
}

#mobile-search-submit {
  position: absolute;
  top: 57%;
  right: 15px;
  z-index: 2;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 8px;
  transform: translateY(-50%);
  color: #5c5c5c;
  font-size: 1.125rem;
}

@media (max-width: 62rem) {
  #mobile_menu {
    position: relative;
    display: block;
    margin-top: 3px;
  }
  #mobile_menu .mobile-menu-toggle {
    width: 32px;
    height: 26px;
    font-size: 0;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: transparent;
    padding: 0;
  }
  #mobile_menu .mobile-menu-toggle span {
    opacity: 1;
    display: block;
    margin-top: 4px;
    height: 4px;
    width: 100%;
    border-radius: 2px;
    background-color: #008265;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
  }
  #mobile_menu .mobile-menu-toggle span:nth-child(1) {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }
  #mobile_menu .mobile-menu-toggle span:nth-child(2) {
    transition: transform 0.2s ease-in-out;
  }
  #mobile_menu .mobile-menu-toggle span:nth-child(3) {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }
  .menu-close {
    display: block;
    margin-right: auto;
  }
  #desk_menu {
    background: #008265;
    color: #fff;
    max-width: 13.6875rem;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    left: -100vw;
    transition: all 0.3s ease-in-out;
    align-content: flex-start;
    box-shadow: 0.625rem 0.625rem 0.625rem rgba(0, 0, 0, 0.16);
  }
  #desk_menu.open {
    left: 0;
  }
  #desk_menu .main-menu {
    width: 100%;
  }
  #desk_menu .menu {
    margin-top: 0;
    width: 100%;
  }
  #desk_menu .menu li {
    display: block;
  }
  #desk_menu .menu li.current_page_item > a {
    color: #F58F24;
  }
  #desk_menu .menu li.current_page_item > a svg {
    margin-left: 1.25rem;
  }
  #desk_menu .menu li.current_page_item > a svg path {
    fill: #fff;
  }
  #desk_menu .menu li a {
    display: block;
    text-decoration: none;
    font-size: 1.125rem;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    padding: 9px 15px 10px 13px;
    color: #fff;
    border-bottom: 0.0625rem solid #EDA254;
  }
  #desk_menu .menu li a .child-menu-icon {
    float: right;
  }
  #desk_menu .menu li a.parent-open {
    color: #F58F24;
    opacity: 1;
  }
  #desk_menu .menu li a.parent-open .child-menu-icon {
    color: #F58F24;
  }
  #desk_menu .menu li .sub-menu {
    background: #4A4A4A;
    overflow: hidden;
    max-height: 0;
  }
  #desk_menu .menu li .sub-menu li a {
    border: none;
  }
  #desk_menu .menu li .sub-menu.open {
    max-height: 100%;
    padding: 0;
    padding-bottom: 12px;
  }
  #desk_menu .menu li:last-child a {
    border-bottom: none;
  }
  #desk_menu .menu.search {
    padding: 0;
  }
  #desk_menu .menu.search li a {
    border-bottom: none;
  }
  .menu.search {
    display: none;
  }
  #desk_menu .menu.search.mobile {
    display: block;
    padding: 19px 15px 10px 13px;
    position: relative;
    z-index: 0;
  }
  #mobile-search-input {
    position: relative;
    border-radius: 90px;
    height: 38px;
    background-color: #fff;
    z-index: 1;
    width: 100%;
    padding-left: 15px;
    padding-right: 42px;
  }
  #mobile-search-input:placeholder {
    color: #5c5c5c;
    font-size: 1.125rem;
    font-family: Roboto, sans-serif;
    font-weight: 500;
  }
}
.search-bar {
  position: absolute;
  z-index: 99999;
  background-color: rgba(61, 101, 77, 0.5) !important;
  opacity: 0;
}
.search-bar #search {
  height: 40px;
  display: flex;
  width: 80%;
}
.search-bar #search input {
  flex: 1;
  padding: 0 10px;
  font-size: 1.5em;
}
.search-bar #search #search-submit {
  flex: 0 0 30px;
  background: transparent;
  color: #fff;
  height: 2em;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-family: "Museo-700";
  text-transform: uppercase;
  font-size: 1.5em;
  padding: 0 10px;
  cursor: pointer;
}
.search-bar .close {
  position: absolute;
  right: 32px;
  top: 20px;
  width: 36px;
  height: 36px;
  background: transparent;
  cursor: pointer;
  display: inline-block;
}
.search-bar .close:hover {
  opacity: 1;
}
.search-bar .close:hover::before, .search-bar .close:hover::after {
  transform: rotate(90deg);
}
.search-bar .close:before,
.search-bar .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 3em;
  width: 3px;
  top: -7px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.search-bar .close:before {
  transform: rotate(45deg);
}
.search-bar .close:after {
  transform: rotate(-45deg);
}

input,
textarea,
select {
  padding: 10px;
  border: 1px solid #edecec;
}

body:not(.woocommerce-page) select,
body.woocommerce-page.product-template-default select {
  padding: 15px;
  background-color: #F6F6F6;
  border: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
}

.styled-select-arrow {
  display: inline-block;
  position: relative;
}
.styled-select-arrow select {
  appearance: none;
  padding-right: 45px !important;
}
.styled-select-arrow::after {
  content: "";
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border-bottom: 3px solid #EDA254;
  border-left: 3px solid #EDA254;
  transform: translate3d(0, -50%, 0) rotate(-45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  pointer-events: none;
}

/*
a.membership-block-add-button {
	font-size: calculateRem(18);
	line-height: calculateRem(50);
	letter-spacing: calculateRem(164);
	padding: calculateRem(15) calculateRem(17);
	box-shadow: 0 calculateRem(4) calculateRem(4) rgba( 0,0,0,0.16 );
	text-decoration: none;
	color: $text-color-light;
}
*/
button,
a.btn {
  background-color: #F58F24;
  font-size: 1rem;
  letter-spacing: 0.125rem;
  border-radius: 0.0625rem;
  color: #fff;
  border: none;
}
button.btn--full-width,
a.btn.btn--full-width {
  display: block;
}

.kt-btns-wrap.kt-btn-align-center .button.kt-button {
  margin: 0 auto;
}
.kt-btns-wrap .kt-btn-wrap .button.kt-button {
  padding: 1.5625rem 1.0625rem 1.1875rem;
  background-color: #EDA254 !important;
  color: #fff !important;
  border: none !important;
  font-size: 1rem;
  font-weight: 500;
  max-width: 24.5rem;
  letter-spacing: 0.25rem;
}

@media (max-width: 960px) {
  .button.button-orange {
    min-width: 0 !important;
  }
}

.button-wrap.align-full {
  width: 100%;
  text-align: center;
}
.button-wrap.align-full .button {
  width: 100%;
  text-align: center;
}
.button-wrap.align-wide {
  width: 1170px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.button-wrap.align-wide .button {
  width: 100%;
  text-align: center;
}
.button-wrap.align-center {
  text-align: center;
}
.button-wrap.align-left {
  text-align: left;
}
.button-wrap.align-right {
  text-align: right;
}

.button.button-orange,
html .woocommerce a.button.alt,
html .woocommerce button.button.alt,
html .woocommerce input.button.alt,
html .woocommerce #respond input#submit.alt {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 0;
  font-size: 18px;
  letter-spacing: 0.164em;
  color: white;
  background-color: #EDA254;
  text-transform: uppercase;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
}
.button.button-orange:hover,
html .woocommerce a.button.alt:hover,
html .woocommerce button.button.alt:hover,
html .woocommerce input.button.alt:hover,
html .woocommerce #respond input#submit.alt:hover {
  background-color: #dc9143;
  opacity: 1;
  color: white;
}

html .woocommerce a.button.alt,
html .woocommerce button.button.alt,
html .woocommerce input.button.alt,
html .woocommerce #respond input#submit.alt {
  letter-spacing: 1px;
}

html .woocommerce #respond input#submit,
html .woocommerce a.button,
html .woocommerce button.button,
html .woocommerce input.button {
  letter-spacing: 0px;
}

.gform_wrapper.gravity-theme .gform_description {
  display: block;
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 1.5;
}
.gform_wrapper.gravity-theme .gfield_label {
  text-transform: uppercase;
}
.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  padding: 10px 15px;
  font-size: 20px;
  font-family: inherit;
}
.gform_wrapper.gravity-theme .gfield {
  margin-top: 10px;
}
.gform_wrapper.gravity-theme .gchoice {
  margin-bottom: 10px;
}
.gform_wrapper.gravity-theme .gfield-choice-input {
  appearance: none;
  width: 32px;
  height: 32px;
  background: transparent;
  border: 1px solid #4A4A4A;
}
.gform_wrapper.gravity-theme .gfield-choice-input:checked {
  background: #EDA254;
}
.gform_wrapper.gravity-theme #field_submit,
.gform_wrapper.gravity-theme .gform_footer {
  justify-content: center;
}
.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input {
  min-width: 270px;
  padding: 15px 25px 12px 25px;
  background-color: #EDA254;
  border-radius: 50px;
  border: none;
  color: white;
  font-size: 25px;
  font-family: "Museo-300";
  font-weight: 300;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.dark-bg-form .gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
.dark-bg-form .gform_wrapper.gravity-theme .gfield_required {
  color: white;
}
.dark-bg-form .gform_wrapper.gravity-theme .gfield-choice-input {
  border-color: white;
}
.dark-bg-form .gform_wrapper.gravity-theme .gfield_error label {
  color: #EDA254;
}

body.woocommerce #main {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 15px;
}

.woocommerce-breadcrumb {
  display: none;
}

.woocommerce .summary,
.woocommerce .woocommerce-Tabs-panel {
  font-size: 16px;
}
.woocommerce .summary p, .woocommerce .summary ul, .woocommerce .summary ol,
.woocommerce .woocommerce-Tabs-panel p,
.woocommerce .woocommerce-Tabs-panel ul,
.woocommerce .woocommerce-Tabs-panel ol {
  font-size: inherit;
}
.woocommerce div.product form.cart .variations th.label {
  vertical-align: middle;
}
.woocommerce .product_meta {
  display: none;
}
.woocommerce .qty {
  height: 42px;
  margin-right: 10px;
  border: 1px solid #666;
}
.woocommerce .bos4w-display-dropdown label {
  font-weight: bold;
  text-align: center;
  padding: 0 15px;
}

.woocommerce-tabs > .tabs.wc-tabs {
  display: none;
}
.woocommerce-tabs .entry-content > h1, .woocommerce-tabs .entry-content > h2, .woocommerce-tabs .entry-content > h3, .woocommerce-tabs .entry-content > h4, .woocommerce-tabs .entry-content > h5, .woocommerce-tabs .entry-content > h6 {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-variation-add-to-cart {
  margin-top: 20px;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 120px;
  height: 35px;
}

.woocommerce-page .entry-content {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 15px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: #edecec;
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  padding-left: 30px !important;
}
.woocommerce .woocommerce-error a.button, .woocommerce .woocommerce-error a.button:hover,
.woocommerce .woocommerce-info a.button,
.woocommerce .woocommerce-info a.button:hover,
.woocommerce .woocommerce-message a.button,
.woocommerce .woocommerce-message a.button:hover {
  color: white;
  background-color: #008265;
}
.woocommerce .woocommerce-error a.button:hover,
.woocommerce .woocommerce-info a.button:hover,
.woocommerce .woocommerce-message a.button:hover {
  opacity: 0.9;
}

.woocommerce-info,
.woocommerce-message {
  border-top-color: #008265;
}

.woocommerce-error {
  border-top-color: #EDA254;
}

.woocommerce-info::before,
.woocommerce-message::before {
  color: #008265;
}

.woocommerce-error::before {
  color: #EDA254;
}

.woocommerce-page form .woocommerce-additional-fields__field-wrapper .form-row-first {
  float: none;
  width: 100%;
}

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