@charset "UTF-8";

*{min-height: 0; min-width: 0}img{max-width: 100%; height: auto; min-height: 1px}img.alignright{float:right;margin:0 0 1em 1em}img.alignleft{float:left;margin:0 1em 1em 0}img.aligncenter{display:block;margin-left:auto;margin-right:auto}.alignright{float:right}.alignleft{float:left}.aligncenter{display:block;margin-left:auto;margin-right:auto}a, button, input, textarea, select{outline: none!important}*:focus{outline:none!important}.row:before, .row:after {width:0px; height:0px}input::-webkit-outer-spin-button, input::-webkit-inner-spin-button{-webkit-appearance: none; margin: 0}input[type=number]{-moz-appearance: textfield}svg{height:auto}

body{background-color: var(--ama-footer-bgcolor)}
#wrapper{
   padding-top: var(--ama-header-height);
   background-color: #fff;
   position: relative;
   max-width: 1440px;
   margin: 0 auto;
   overflow: hidden
}

/* =============================================================================
   animated close icon
   ========================================================================== */
.remove, .btn-close{position: relative; display: block; overflow: hidden; text-decoration: none}
   .remove::before, .remove::after,
   .btn-close::before, .btn-close::after{content: ''; display: block; width: 12px; height: 2px; position: absolute; top: calc(50% - 1px); left: calc(50% - 6px); background-color: currentColor; transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out}
   .remove::before, .btn-close::before{transform: rotate(45deg)}
   .remove::after, .btn-close::after{transform: rotate(-45deg)}
   .remove:hover::before, .remove:hover::after,
   .btn-close:hover::before, .btn-close:hover::after{transform: rotate(0)}

/* =============================================================================
   data-animate
   ========================================================================== */
[data-animate]{will-change: transform, opacity; transition: transform .5s cubic-bezier(0.42,0,0.58,1), opacity .5s cubic-bezier(0.42,0,0.58,1)}
[data-animate^=T_FADE]{opacity:0}
[data-animate^=T_FADE].animate{opacity:1; transform:none}
[data-animate^=T_FADE_DOWN]{transform: translateY(calc(var(--ama-gutter-x) * -1))}
[data-animate^=T_FADE_UP]{transform: translateY(var(--ama-gutter-x))}
[data-animate^=T_FADE_LEFT]{transform: translateX(var(--ama-gutter-x))}
[data-animate^=T_FADE_RIGHT]{transform: translateX(calc(var(--ama-gutter-x) * -1))}
[data-animate^=T_FADE_FLIP]{transform: rotateX(-90deg)}
[data-animate^=T_FADE_ZOOM]{transform: scale(0.4)}

/* =============================================================================
   wpml
   ========================================================================== */
* + .wpml-ls{margin-left: 1.25rem}

.wpml-ls ul{list-style: none; padding: 0; margin: 0}
.wpml-ls li{position: relative}

.wpml-ls-legacy-list-horizontal ul,
.wpml-ls a{
   color: inherit;
   text-decoration: none;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   -webkit-align-content: center;
   align-content: center;
   -webkit-align-items: center;
   align-items: center;
   min-width: 1.5rem;
   min-height: 1.5rem;
   position: relative
}
.wpml-ls a:hover{color: var(--ama-primary-color)}
   .wpml-ls .wpml-ls-item-toggle::after{
      font-family: 'remixicon'!important;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\ea4e";
      display: block;
      font-size: 120%
   }

   .wpml-ls a > .wpml-ls-flag{position: absolute; width: 1.5rem; height: auto; top: 50%; left: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%)}
   .wpml-ls a > .wpml-ls-flag + *{padding-left: 2rem; display: block}

   .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
   .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
      display: none;
      position: absolute;
      top: calc( 100% + 6px );
      right: 0;
      min-width: 100%;
      white-space: nowrap;
      border-radius: 3px;
      border: 1px solid #efefef;
      background-color: #fff;
      z-index: 1025;
      font-size: .875rem;
      line-height: 1.5
   }
   .wpml-ls-legacy-dropdown .wpml-ls-sub-menu{top: 100%}
   .wpml-ls-legacy-dropdown li:hover .wpml-ls-sub-menu{display: block}

   .wpml-ls-legacy-dropdown .wpml-ls-sub-menu > li + li,
   .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu > li + li{border-top: 1px solid #efefef}
   
      .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,
      .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a{padding: .3125rem .625rem; min-width: calc( 1.5rem + 1.25rem )}

         .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a > .wpml-ls-flag,
         .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a > .wpml-ls-flag{left: .625rem}

.wpml-ls-legacy-list-vertical ul > li + li{margin-top: .625rem}
.wpml-ls-legacy-list-horizontal ul > li + li{margin-left: 1.25rem}

/* =============================================================================
   header
   ========================================================================== */
#header{background-color: var(--ama-header-bgcolor); transition: color .4s linear, background .4s linear, transform .4s linear}
   #header .row-main{
      height: var(--ama-header-height);
      transition: height .4s linear;
      margin: 0 auto;
      padding: 1.875rem 0 0 0;
      max-width: calc(78.625rem + var(--ama-gutter-double-x))
   }
      #header ul{padding-left: 0; list-style: none}

#header.scroll-header{
   --ama-header-bgcolor: rgba(255, 255, 255, 1);
   box-shadow: var(--ama-header-sticky-box-shadow)
}

#menu-toggle{color: var(--ama-primary-color); padding: 0; width: 2rem; height: 2rem; border: none; background: none; position: relative; margin-left: 1.25rem}
   #menu-toggle > span{display: block; width: 100%; height: 2px; position: absolute; top: 50%; background-color: currentColor; transform: translate(0, -50%); transition: opacity 0.3s 0.3s}
      #menu-toggle::before,
      #menu-toggle::after{content: ''; display: block; width: 100%; height: 2px; position: absolute; background-color: currentColor; transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s}
      #menu-toggle::before{top: 6px}
      #menu-toggle::after{bottom: 6px}
   #menu-toggle.toggled > span{opacity: 0; transition: opacity 0.3s}
      #menu-toggle.toggled::before,
      #menu-toggle.toggled::after{transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s}
      #menu-toggle.toggled::before{top: calc(50% - 1px); transform: rotate(45deg)}
      #menu-toggle.toggled::after{bottom: calc(50% - 1px); transform: rotate(-45deg)}

.col-logo a{
   display: block;
   width: 10.5319rem;
   height: calc(var(--ama-header-height) - 1.875rem)
}

.icon__link{
   color: #0D0E44;
   font-family: var(--ama-h-font-family);
   font-size: 0.7612rem;
   line-height: 0.9131rem;
   font-weight: 600;
   display: inline-flex;
   flex-wrap: wrap;
   align-items: center;
   text-decoration: none
}
.icon__link:hover{color: var(--ama-primary-color)}
   .icon__link > span{display: block; padding-left: .625rem}
   .icon__link.is-leave-review > span{max-width: 4.0625rem}

.header-icon__btns{min-height: 2.2925rem}
.header-icon__btns > li + li,
.header-icon__btns + .wc-header-cart {margin-left: 1.875rem; padding-left: 1.875rem; position: relative}
.header-icon__btns > li + li::before,
.header-icon__btns + .wc-header-cart::before {content: ''; display: block; position: absolute; width: 1px; height: 2.2925rem; top: 50%; left: 0; transform: translateY(-50%); background-color: #C3C3D9}

/* =============================================================================
   ama-nav-menu
   ========================================================================== */
.ama-nav-menu{list-style: none; padding: 0; margin: 0; font-weight: 500; font-size: 15.84px; line-height: 21px}
   .ama-nav-menu li{
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-items: center;
      align-content: center
   }
      .ama-nav-menu li > a{
         display: block;
         flex: 1 0 0;
         text-decoration: none!important;
         color: inherit
      }
      .ama-nav-menu li > .sub-menu-toggle{
         display: flex;
         flex-wrap: wrap;
         flex-direction: row;
         align-items: center;
         align-content: center;
         justify-content: center
      }
      .ama-nav-menu li > ul{min-width: 100%}
      .ama-nav-menu a{padding-top: .5rem; padding-bottom: .5rem}

      .ama-nav-menu li:hover > a,
      body:not(.home) .ama-nav-menu [class*="current-"] > a,
      body:not(.home) .ama-nav-menu [class*="current_"] > a{color: var(--ama-primary-color)}

.ama-nav-menu .is-btn > a{
   padding: 0.1875rem 0.625rem;
   color: #fff;
   background-color: #172783;
   border-radius: 0.3125rem;
}
.ama-nav-menu .is-btn > a:hover{color: #fff; background-color: var(--ama-primary-color)}

/* =============================================================================
   content
   ========================================================================== */
.classic-editor ul:not([class]),
.term-description ul,
ul.wp-el,
ul.wp-el ul{padding-left: 0; list-style: none}

   .classic-editor ul:not([class]) li,
   .term-description ul li,
   ul.wp-el li{padding-left: 1.25rem; position: relative}
   
      .classic-editor ul:not([class]) li::before,
      .term-description ul li::before,
      ul.wp-el li::before{content: ''; display: block; width: .5rem; height: .5rem; border-radius: 50%; background: var(--ama-marker-color); position: absolute; left: 0; top: .35em}

      .classic-editor ul:not([class]) li + li,
      .classic-editor li ul,
      .classic-editor li ol,
      .term-description li + li,
      .term-description li ul,
      .term-description li ol,
      .wp-el li + li,
      .wp-el li > ul,
      .wp-el li > ol{margin-top: var(--ama-margin-top-li)}
   
.gutenberg-elements > ul.wp-el{padding-left: var(--ama-gutter-x)}

.gutenberg-elements > ol{padding-left: calc(18px + var(--ama-gutter-x))!important}

.classic-editor * + *,
.term-description * + *,
*:not(.ama-block) + .wp-el{margin-top: var(--ama-margin-top-base)}

.classic-editor * + ul,
.term-description * + ul,
*:not(.ama-block) + ul.wp-el{margin-top: 1.25rem}

.classic-editor * + h1,
.classic-editor * + h2,
.classic-editor * + h3,
.term-description * + h1,
.term-description * + h2, .term-description * + h3,
*:not(.ama-block) + h1.wp-el,
*:not(.ama-block) + h2.wp-el,
*:not(.ama-block) + h3.wp-el{margin-top: var(--ama-margin-top-heading)}

*:not(.ama-block) + .wp-block-contact-form-7-contact-form-selector{margin-top: var(--ama-margin-top-wpcf7)}

.gutenberg-elements > *:first-child:not(.alignmax):not(.block-txtmedia.has-media-center){padding-top: var(--ama-offset-top-first)}
.gutenberg-elements > *:last-child:not(.alignmax){padding-bottom: var(--ama-offset-bottom-last)}

/* wp-block-columns */
.wp-block-columns{margin-bottom: 0}
* + .wp-block-columns{margin-top: calc(var(--ama-gutter-column-x) * 2)}

/* wp-block-buttons */
*:not(.ama-block):not(.wp-block-button) + .wp-block-button,
.wp-block-button + *:not(.ama-block):not(.wp-block-button){margin-top: var(--ama-margin-top-button)}

*:not(.ama-block) + .wp-block-buttons,
.wp-block-buttons + *:not(.ama-block){margin-top: var(--ama-margin-top-buttons)}

.ama-block:not(.alignmax) + .wp-block-buttons{margin-top: calc(2.7062rem - var(--ama-gutter-button-x))}

*.ama-block + .wp-block-buttons,
.wp-block-buttons + *.ama-block{margin-top: calc(var(--ama-margin-top-block) - var(--ama-gutter-button-x))}

/* =============================================================================
   footer
   ========================================================================== */
#footer{
   font-size: .9375rem;
   line-height: 1.2712rem;
   padding-top: var(--ama-footer-padding-top);
   padding-bottom: var(--ama-footer-padding-bottom);
   color: var(--ama-footer-color);
   background-color: var(--ama-footer-bgcolor);
}
#footer a{color: inherit; text-decoration: none}
#footer a:hover{color: var(--ama-primary-color)}

   #footer .copyright{
      padding-top: 0.65rem;
      margin-top: 2.6625rem;
      color: #6F7CBE;
      border-top: 1px solid currentColor;
      font-size: 1.0594rem;
      line-height: 1.4375rem;
   }

   .footer-container{
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      gap: var(--ama-gutter-double-x)
   }
      .footer-container > .footer__logo{grid-column: 1 / 4}

      .footer__logo svg{max-width: 100%}

      .footer-container > .footer__content{grid-column: 4 / 9; padding-right: 25%; font-size: 1.0137rem; line-height: 1.1519rem}
         .footer-container > .footer__content > * + *{margin-top: 0.9375rem}

      .footer-container > .footer__about{grid-column: 9 / 13; color: #BBC2D6}
         .footer-container > .footer__about{
            display: grid;
            grid-template-areas: 
               "left right"
               "bottom bottom"
            ;
            gap: var(--ama-gutter-double-x)
         }
         .footer-container > .footer__about > .about--location{ grid-area: left}
         .footer-container > .footer__about > .about--info{ grid-area: bottom}
         .footer-container > .footer__about > .about--open{ grid-area: right}
         .footer-container > .footer__about > p > span:first-child{font-size: 1.0594rem; line-height: 1.2712rem; display: block; margin-bottom: 0.1875rem}

#footer .ama-social{color: #BBC2D6}

/* =============================================================================
   scroll to top
   ========================================================================== */
.scroll-to-top{z-index: 10; position: fixed; bottom: 1.25rem; right: 1.25rem; user-select: none; pointer-events: none}
.scroll-to-top__btn{width: var(--ama-scroll-top-width); height: var(--ama-scroll-top-height); opacity: 0; color: var(--ama-scroll-top-color); border-radius: var(--ama-scroll-top-border-radius); background-color: var(--ama-scroll-top-bg); font-size: 150%; line-height: 1em; -moz-transition: all .25s linear; transition: all .25s linear}
.scroll-to-top__btn[style="visibility: visible;"]{pointer-events: all; cursor: pointer; opacity: 1}

/* =============================================================================
   media query
   ========================================================================== */
@media (min-width: 1200px){
   * + .header-icon__btns{margin-left: 2.8125rem}

	.ama-nav-menu{
      margin: -.3125rem -.4688rem;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      align-content: center
   }
      .ama-nav-menu > li{margin: .3125rem .4688rem}
      .ama-nav-menu li{position: relative}
      .ama-nav-menu .has-submenu > a{padding-right: 1.25rem}
         .ama-nav-menu .has-submenu > .sub-menu-toggle{position: absolute; top: 0; right: 0; width: 1.25rem; height: 100%; pointer-events: none; user-select: none}
         .ama-nav-menu li > ul{
            z-index: 100;
            position: absolute;
            background-color: #fff;
            white-space: nowrap;
            min-width: 160px;
            opacity: 0;
            pointer-events: none;
            transform-origin: left top;
            transform: scale(0.6);
            transition: opacity 0.3s,transform .3s;
            filter: drop-shadow(0px 8px 40px rgba(0, 0, 0, .1));
            padding: .5rem 0
         }
         .ama-nav-menu li > ul a{padding-left: var(--ama-gutter-x); padding-right: var(--ama-gutter-x)}

         .ama-nav-menu > li > ul{top: 100%}
         .ama-nav-menu li:hover > ul{opacity:1; pointer-events:all; transform:none}
}
@media (max-width: 1199px){
   #header .row-main{padding-top: 0}

   .col-logo a,
   .col-logo svg{width: 6.25rem}

   .ama-nav-menu li + li{border-top: 1px solid rgba(0, 0, 0, .05)}
   .ama-nav-menu .sub-menu-toggle{
      cursor: pointer;
      align-self: stretch;
      width: 2.375rem;
      position: relative;
      background: rgba(0, 0, 0, .05)
   }
   .ama-nav-menu .sub-menu{display: none; padding: .625rem; background-color:rgba(0, 0, 0, .05)}

   #header .offcanvas-body{padding: 0}
   #header .offcanvas-body .ama-nav-menu a{padding-left: var(--ama-offcanvas-padding-x); padding-right: var(--ama-offcanvas-padding-x)}

   .header-icon__btns{min-height: unset}
   .header-icon__btns > li + li{margin-left: 1.25rem; padding-left: 1.25rem}
   #header .icon__link > span{display: none}
}
@media (max-width: 991px){
   .footer-container > .footer__content{padding-right: 0}
   .footer-container > .footer__content{grid-column: 4 / -1}
   .footer-container > .footer__about{grid-column: 1 / -1}
}

/* =============================================================================
   events calendar
   ========================================================================== */

:root {
   --tec-grid-gutter: 1.25rem;
   --tec-color-text-primary: #141827;
   --tec-color-text-primary-light: rgba(20,24,39,.62);
   --tec-color-text-secondary: #5d5d5d;
   --tec-color-text-disabled: #d5d5d5;
   --tec-color-icon-primary: #5d5d5d;
   --tec-color-icon-primary-alt: #757575;
   --tec-color-icon-secondary: #bababa;
   --tec-color-icon-active: #141827;
   --tec-color-icon-disabled: #d5d5d5;
   --tec-color-icon-focus: var(--ama-primary-color);
   --tec-color-icon-error: #da394d;
   --tec-color-text-event-title: var(--ama-primary-color);
   --tec-color-event-icon: #141827;
   --tec-color-event-icon-hover: var(--ama-secondary-color);
   --tec-color-accent-primary: var(--ama-primary-color);
   --tec-color-accent-primary-hover: var(--ama-secondary-color);
   --tec-color-accent-primary-active: var(--ama-secondary-color);
   --tec-color-accent-primary-background: var(--ama-secondary-color);
   --tec-color-accent-secondary: var(--ama-secondary-color);
   --tec-color-accent-secondary-hover: var(--ama-secondary-color);
   --tec-color-accent-secondary-active: var(--ama-secondary-color);
   --tec-color-accent-secondary-background: var(--ama-secondary-color);
   --tec-color-link-accent-hover: var(--ama-secondary-color);
   --tec-color-border-default: #d5d5d5;
   --tec-color-border-secondary: #e4e4e4;
   --tec-color-border-tertiary: #7d7d7d;
   --tec-color-border-hover: #5d5d5d;
   --tec-color-border-active: #141827;
   --tec-color-background: #fff;
   --tec-color-background-events: transparent;
   --tec-color-background-transparent: hsla(0,0%,100%,.6);
   --tec-color-background-secondary: #f7f6f6;
   --tec-color-background-messages: rgba(20,24,39,.07);
   --tec-color-background-secondary-hover: #f0eeee;
   --tec-color-background-error: rgba(218,57,77,.08);
   --tec-color-box-shadow: rgba(0,0,0,.14);
   --tec-color-box-shadow-secondary: rgba(0,0,0,.1);
   --tec-color-scroll-track: rgba(0,0,0,.25);
   --tec-color-scroll-bar: rgba(0,0,0,.5);
   --tec-color-background-primary-multiday: rgba(51,74,255,.24);
   --tec-color-background-primary-multiday-hover: rgba(51,74,255,.34);
   --tec-color-background-secondary-multiday: rgba(20,24,39,.24);
   --tec-color-background-secondary-multiday-hover: rgba(20,24,39,.34);
   --tec-color-accent-primary-week-event: rgba(51,74,255,.1);
   --tec-color-accent-primary-week-event-hover: rgba(51,74,255,.2);
   --tec-color-accent-primary-week-event-featured: rgba(51,74,255,.04);
   --tec-color-accent-primary-week-event-featured-hover: rgba(51,74,255,.14);
   --tec-font-family-sans-serif: 'Syne', sans-serif;
   --tec-z-index-dropdown: 50000;
   --tec-spacer-3: 0.625rem;
   --tec-spacer-5: 1.25rem;
}

.type-tribe_events {
   --ama-margin-top-block: 3.125rem;
}

#tribe-tickets__registration-form .tribe-tickets__mini-cart {
   margin-top: 0;
}

@media (min-width: 960px) {
   body.page-tribe-attendee-registration .event-tickets .tribe-tickets__registration-grid, body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration-grid {
      grid-template-columns: calc(100% - 25rem) 25rem !important;
   }

   body.page-tribe-attendee-registration .event-tickets .tribe-tickets__mini-cart, body.page-tribe-attendee-registration .tribe-common .tribe-tickets__mini-cart {
      width: 25rem !important;
   }


   .entry .entry-content .event-tickets .tribe-tickets__tickets-item-extra, .event-tickets .tribe-tickets__tickets-item-extra {
      padding: 0 !important;
   }
}

body.page-tribe-attendee-registration .event-tickets .tribe-tickets__mini-cart .tribe-tickets__tickets-item, body.page-tribe-attendee-registration .tribe-common .tribe-tickets__mini-cart .tribe-tickets__tickets-item {
   grid-template-columns: 3fr 1.5fr 1fr 1.5fr !important;
}

.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: 12.5rem;
}

.woocommerce table.cart td.actions .coupon .button {
   height: 37px;
   padding: 6px 6px 5px !important;
}

.entry-header + .woocommerce {
   margin-top: 3.125rem;
}

#order_review_heading {
   margin-top: 3.125rem;
}

.woocommerce-input-wrapper .select2-container .select2-selection--single {
   height: auto;
}

.woocommerce-input-wrapper .select2-selection {
   -webkit-text-size-adjust: 100%;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   min-height: 0;
   min-width: 0;
   font-family: inherit;
   outline: none!important;
   display: block;
   padding: 0.6875rem .75rem;
   font-size: 1rem;
   font-weight: 400;
   color: #212529;
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid #ced4da;
   appearance: none;
   border-radius: .375rem;
   transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   box-sizing: border-box;
   width: 100%;
   margin: 0;
   line-height: normal;
}

.woocommerce-input-wrapper .select2-selection__arrow {
   top: 50% !important;
   transform: translateY(-50%) !important;
}

.cart-collaterals .cart_totals h2 {
   margin-bottom: 1.875rem;
}

.wc-header-cart[data-count="0"] {
   display: none;
}

.wc-header-cart {
   align-self: center;
}

.wc-header-cart svg {
   height: 2rem;
   width: auto;
}