/** Shopify CDN: Minification failed

Line 344:1 Unexpected "/"

**/
:root {
    --color-accent4: #1DB7E3;
    --color-accent5: #9D75FF;
    --color-form-signup-input: #ABABAB;

    --color-icon-accent: #13120E;
    --color-icon-accent2: #16C2EA;
}

/* app.css */
:root {
    --global-border-radius-default:10px;
    --global-border-radius-round:26px;
    --global-border-radius-square:3px;
    --global-border-radius-box:0px;
    --global-column-flex-basis: 46%;
    --global-button-padding:5px 27px;
    --global-button-padding-width:27px;
    --global-button-padding-height:5px;
    --global-view-width:90%;
}

.button.small-left,
.spr-summary-actions-newreview.small-left,
input[type="submit"].small-left {
  height: 32px;
  padding: 5px 20px;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-transform: none;
  padding-left: 10px;
}

.button.small-right,
.spr-summary-actions-newreview.small-right,
input[type="submit"].small-right {
  height: 32px;
  padding: 5px 20px;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-transform: none;
  padding-right: 10px;
}

.button.smaller,
.spr-summary-actions-newreview.smaller,
input[type="submit"].smaller {
  height: 32px;
  padding: 5px 10px;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-transform: none;
}

.button.small-icon,
.spr-summary-actions-newreview.small-icon,
input[type="submit"].small-icon {
  height: 32px;
  padding: 5px 20px;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-transform: none;
}


.button.small-icon > svg,
.spr-summary-actions-newreview.small-icon > svg,
input[type="submit"].small-icon > svg {
    padding-left: 20px;
}

.button.small-icon-type1,
.spr-summary-actions-newreview.small-icon-type1,
input[type="submit"].small-icon-type1 {
  height: 32px;
  padding: 5px 20px;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-transform: none;
  padding-right: 15px;
}


.button.small-icon-type1 > svg,
.spr-summary-actions-newreview.small-icon-type1 > svg,
input[type="submit"].small-icon-type1 > svg {
    padding-left: 10px;
}

.text-clear-transform 
{
  text-transform: none !important;
}




    /*------------------------------------------------------------------
    Utilities
    */
    /*------------------------------------------------------------------
    Structure
    */
    body {
        font-size: calc(var(--font-body-scale) * 16px);
    }

    .thb-full-menu .mega-menu-columns > li > a {
        font-size: calc(var(--font-body-scale) * 16px);
    }


    /* override link color  */
    .text-button:not(.button)::before {
        background: var(--color-accent) !important;
    }

    .blog-post .read-more::after {
        opacity: 1 !important;
    }


.text-left-important {
    text-align: left !important; }
  
  .text-right-important {
    text-align: right !important; }
  
  .text-center-important {
    text-align: center !important; }
  
  .text-justify-important {
    text-align: justify !important;  }

    @media only screen and (max-width: 468px) {
        .text-center-mobile,.text-center-mobile-small {
            text-align: center !important;
          }
      }

      @media only screen and (max-width: 767px) {
        .text-center-mobile-medium,
        .text-center-m-medium {
            text-align: center !important;
          }
      }

.button,
  .spr-summary-actions-newreview,
  input[type="submit"] {
     /* REVISION --button-height: 26px; */
     /* REVISION height:var(--solid-button-label,52px); */
     letter-spacing: 0em;
     padding:var(--global-button-padding);
  }

.button.black,
.spr-summary-actions-newreview.black,
input[type="submit"].black {
  background: #000;
  color: #fff; }

  .button.grey,
  .spr-summary-actions-newreview.grey,
  input[type="submit"].grey {
    background: var(--color-accent3);
    color: #000;}

    .button.grey.outline,
  .spr-summary-actions-newreview.grey,
  input[type="submit"].grey {
    border: 1px solid var(--color-accent3);
    color: var(--outline-button-label, var(--color-accent));
    background: transparent; 
}



/* NEW HEADER TYPES */
  .h7 {
    font-size: calc(var(--font-heading-scale) * 15px);
    line-height: 26px; }



.small.force > * {
    font-size: 80%;
    line-height: inherit; 
}

.spacing--disable-all {
    margin: 0px;
}

.spacing--disable-top {
    margin-top: 0px;
}

.spacing--disable-bottom {
    margin-bottom: 0px;
}

.spacing--disable-right {
    margin-right: 0px;
}

.spacing--disable-left {
    margin-left: 0px;
}

.multicolumn__column-image-bottom-padding-false > .multicolumn__image
{
    margin-bottom: 0px;
}



input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
    border-radius: var(--global-border-radius,--global-border-radius-default);
}

.thb-full-menu > li > a { 
    text-transform: lowercase;
}

.thb-full-menu > li > a::first-letter {
    text-transform: uppercase; 
}

/* menu */
.header.style4 .logolink {
    text-align: center;
    margin-right: auto;
    margin-left: auto; }
    @media only screen and (min-width: 1068px) {
      .header.style4 .logolink {
        margin-left: 0; } }
  @media only screen and (min-width: 1068px) {
    .header.style4 > .row > .columns {
      grid-template-columns: auto 1fr auto;
      min-height: 40px; /* MENU HEIGHT */
    }
}
  .header.style4 .full-menu {
    padding-right: 5px; 
    width: 100%;
    justify-content: right;
    }
  @media only screen and (min-width: 1068px) {
    .header.style4 .logolink {
      text-align: left; } }
  /* end menu */



/* override theme button type */



/* scrolling-text.css */
.scrolling-text {
    --color-text:var(--color-accent);
    background: var(--bg-body, var(--color-accent3)) !important;
    color: var(--color-accent, var(--color-accent2)) !important;
  }



/*  blog.css */
.blog-post .read-more::after {
    height: 1px !important;
}

.blog-post .read-more {
    text-transform: none !important;
    padding-bottom: 2px !important;
    letter-spacing: normal !important;
    font-size: inherit !important;
}


.blog-posts .shopify-payment-button__more-options::before, .text-button::before {

    padding-bottom: 1px !important;
}

.blog-post .post-excerpt 
{
    font-size: inherit !important;
}

/* app.css header */
.thb-secondary-area .thb-item-count {
    position: absolute;
    top: -3px;
    right: -6px;
}
@media only screen and (min-width: 768px){
    .thb-secondary-area .thb-secondary-item:last-child {
        padding-right: 0px;
    }
}

/* announcement-bar.css  */


@media only screen and (max-width: 767px) {
    .announcement-bar--inner {
        display: flex !important;
        flex-flow: column nowrap;
     } 
  }

/* app.css */
.header.style3 .logolink #thlgx-logo {
    object-position: center; }

.logolink #thlgx-logo {
    --logo-height:20px;
    width: auto;
    height: var(--logo-height-mobile, 30px);
    object-fit: contain;
    object-position: left; }
    @media only screen and (min-width: 768px) {
      .logolink #thlgx-logo {
        height: var(--logo-height, 30px); 
        }
    }
    @media only screen and (max-width: 768px) {
        .logolink #thlgx-logo {
           width: 90%;
        }
    }

.cart-collaterals table .cart-subtotal {
    font-size: 1.0625rem; }
    .cart-collaterals table .cart-subtotal .price {
      font-size: 1.0625rem; }
*/


/* product-add-to-cart_mod */
/* now globally used  */

.button-style-round {
    --button-border-radius: var( --global-border-radius,--global-border-radius-round);
}

.button-style-rectangle,.b-s-r {
    --button-border-radius: var( --global-border-radius,--global-border-radius-square);
}

.button-style-block {
    --button-border-radius: var( --global-border-radius,--global-border-radius-box);
}

.button-width-wide,.b-w-w {
    --global-button-padding:5px 54px;
}

/* app.css section-header */
.section-header_mod .rte a {
    /* REVISION font-size: smaller; */
}

.section-header_mod .rte.section-header-description p
{
    margin-bottom: var(--section_description-spacing,20px);
}


.block-background-true
{
    background-color: var(--color-accent3);          
}

.section-background-style-solid {
    background: var(--color-accent3);
    border-radius: 0%;
}

.section-border-style-round-background-solid,
.section-border-style-box-background-solid {
    background: var(--color-accent3);
}


.section-border-style-round-background-solid .block-background-true {
    background-color: var(--bg-body);
    margin-bottom: 0px;   
}

.section-border-style-fill-false .block-background-true {
    background-color: transparent;
    border: 1px solid var(--color-accent3);
}

.block-background-true {
    background-color: var(--color-accent3);
  }



.section-border-style-box,
.section-border-style-box-background-solid {
    border-radius: 0%;
}

.section-border-style-round,
.section-border-style-round-background-solid  {
    border-radius: var(--global-border-radius,--global-border-radius-default);
}

/*
.section-border-style-round-background-solid.section-spacing-all {
    padding-bottom: var(--section-spacing-mobile, 0) !important;}
    @media only screen and (min-width: 768px) {
        .section-border-style-round-background-solid.section-spacing-all {
            padding-bottom: var(--section-spacing-desktop, 0) !important; } }
*/

.section-border-style-round > .section-header > h2,
.section-border-style-round-background-solid  > .section-header > h2{
    padding-top: var(--section-spacing-mobile, 0);}
    @media only screen and (min-width: 768px) {
        .section-border-style-round > .section-header > h2,
        .section-border-style-round-background-solid > .section-header > h2{
            padding-top: var(--section-spacing-desktop, 0); } }



.multicolumn.section-border-style-round-background-solid,
.featured-collection.section-border-style-round-background-solid {
                padding: 0 12.5px;
                padding-bottom: var(--section-spacing-mobile, 0);
                max-width: 1360px;
                margin-left: auto;
                margin-right: auto; 
                width:90%;
}
@media only screen and (min-width: 768px) {
                    .multicolumn.section-border-style-round-background-solid,
                    .featured-collection.section-border-style-round-background-solid {
                    padding: 0 0px; 
                    padding-bottom: var(--section-spacing-desktop, 0);
                    width: 90%;} 
}

.multicolumn.section-border-style-round-background-solid .multicolumn__column {
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
    .multicolumn.section-border-style-round-background-solid .multicolumn__column {
        margin-bottom: 0px;
    } 
}

.section-spacing-all {
 /* margin: var(--section-spacing-mobile, 0) !important; */
}

    @media only screen and (min-width: 768px) {
    
        .section-spacing-all {
           /* margin: var(--section-spacing-desktop, 0) !important; */
        } 
    
    }

.section-spacing-horizontal {
    margin-left: var(--section-spacing-mobile, 0) !important;
    margin-right: var(--section-spacing-mobile, 0) !important; }
    @media only screen and (min-width: 768px) {
      .section-spacing-horizontal {
        margin-left: var(--section-spacing-desktop, 0) !important;
        margin-right: var(--section-spacing-desktop, 0) !important; } }
    .section-spacing-horizontal.section-spacing-horizontal--disable-left {
      margin-left: 0 !important; }
    .section-spacing-horizontal.section-spacing-horizontal--disable-right {
      margin-right: 0 !important; }
  
  .section-spacing-horizontal-left {
    margin-left: var(--section-spacing-mobile, 0) !important; }
    @media only screen and (min-width: 768px) {
      .section-spacing-horizontal-left {
        margin-left: var(--section-spacing-desktop, 0) !important; } }
    .section-spacing-horizontal-left.section-spacing-horizontal--disable-left {
      margin-left: 0 !important; }
  
  .section-spacing-padding-horizontal {
    padding-left: var(--section-spacing-mobile, 0) !important;
    padding-right: var(--section-spacing-mobile, 0) !important; }
    @media only screen and (min-width: 768px) {
      .section-spacing-padding-horizontal {
        padding-left: var(--section-spacing-desktop, 0) !important;
        padding-right: var(--section-spacing-desktop, 0) !important; } }
    .section-spacing-padding-horizontal.section-spacing-horizontal--disable-left {
      padding-left: 0 !important; }
    .section-spacing-padding-horizontal.section-spacing-horizontal--disable-right {
      padding-right: 0 !important; }

    .text-size-smaller {
        font-size: 0.625rem; }

    .text-size-smallest {
        font-size: 0.3125rem; }

    
    .button.accent3 {
        --color-accent:var(--color-accent3);
    }

    .button.accent4 {
        --color-accent:var(--color-accent4);
    }


    .button.accent5 {
        --color-accent:var(--color-accent5);
    }

    .button.disable-transition-true,
    .button.disable-transition {
        transition: none !important;
    }

    .button.disable-transition-true:hover,
    .button.disable-transition:hover {
        transition: none !important;
    }

    .button.shade-hover-false::before, 
    .spr-summary-actions-newreview.shade-hover-false::before, 
    input[type="submit"].shade-hover-false::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*background: rgba(0,0,0,.1);*/
        background:none !important;
        transform: translateY(100%);
        z-index: 5;
    }


    .button.shade-hover-false::before, 
    .spr-summary-actions-newreview.shade-hover-true::before, 
    input[type="submit"].shade-hover-true::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.1);
        transform: translateY(100%);
        z-index: 5;
    }





    .section-header-align-right {
        display: grid;
        grid-template-areas: 
        "left center right";
        width: 100%;
        max-width: 100%;
    }

    .section-header-align-right .section-header-heading {
        grid-area: center;
    }

    .section-header-align-right .section-header-url {
        grid-area: right;
        text-align: right;
        justify-self: right;
        align-self: center;
    }



    .section-header-align-left {
        display: grid;
        grid-template-areas: 
        "left center right";
        width: 100%;
        max-width: 100%;
    }

    .section-header-align-left .section-header-heading {
        grid-area: left;
    }

    .section-header-align-left .section-header-url {
        grid-area: left;
        text-align: left;
        justify-self: left;
        align-self: center;
    }



    .section-header-align-center {
        display: grid;
        grid-template-areas: 
        "left center right";
        width: 100%;
        max-width: 100%;

        text-align: center;
    }

    .section-header-align-center .section-header-heading {
        grid-area: center;
        text-align: center;
    }

    .section-header-align-center .section-header-url {
        grid-area: center;
        text-align: center;
        justify-self: center;
        align-self: center;
    }



    @media only screen and (max-width: 767px) 
    {
      .section-header-align-right-mobile {
          display: grid;
          grid-template-areas: 
          "left center right";
          width: 100%;
          max-width: 100%;
      }

      .section-header-align-right-mobile .section-header-heading {
          grid-area: center;
      }

      .section-header-align-right-mobile .section-header-url {
          grid-area: right;
          text-align: right;
          justify-self: right;
          align-self: center;
      }



      .section-header-align-left-mobile {
          display: grid;
          grid-template-areas: 
          "left center right";
          width: 100%;
          max-width: 100%;
      }

      .section-header-align-left-mobile .section-header-heading {
          grid-area: left;
      }

      .section-header-align-left-mobile .section-header-url {
          grid-area: left;
          text-align: left;
          justify-self: left;
          align-self: center;
      }



      .section-header-align-center-mobile {
          display: grid;
          grid-template-areas: 
          "left center right";
          width: 100%;
          max-width: 100%;

          text-align: center;
      }

      .section-header-align-center-mobile .section-header-heading {
          grid-area: center;
          text-align: center;
      }

      .section-header-align-center-mobile .section-header-url {
          grid-area: center;
          text-align: center;
          justify-self: center;
          align-self: center;
      }

      /* section-header-url mobile patch */
      .section-header-url.mobile-display .button.medium {
        font-size: 1rem !important;
        padding-top: 25px;
        padding-bottom: 25px;
      }

    }

    .section-header-align-none {
        display: grid;
        grid-template-areas: 
        "left center right";
        width: 100%;
        max-width: 100%;
    }

    .section-header-align-none > a {
        grid-area: center;
    }


    hr {
        border-bottom: 1px solid var(--color-border);
      }



    .footer .thb-widget-title {
        font-weight: 900;
      }


      svg 
      {
        width: 32px;/* DEFAULT to prevent scaling on LOAD */
      }

      /* footer.cs */
      .social-links {
        --social-links-size : 41px;
      }
      .social-links svg {
        min-width: var(--social-links-size);
        height: auto;
      }


      @media only screen and (max-width: 767px) {
        .social-links svg {
            min-width: calc(var(--social-links-size) * 1.25);
          }
      }

svg,svg g {
    --color-accent:var(--color-icon-accent);
    --color-accent2: var(--color-icon-accent2);
}

/* product-grid.css */
.product-card .product-card-title 
{
    font-size: inherit !important;
}

.padding-left-right-off {

    padding-left: 0px;
    padding-right: 0px;
}

@media print, screen and (min-width: 66.75em) {
.large-2-half {
    flex: 0 0 calc(16.66667% * 1.25);
    max-width: calc(16.66667% * 1.25); 
}
}


/* divider headers indenting */

.divider + .rich-text > .rich-text__inner > h1,
.divider + .rich-text > .rich-text__inner > h2,
.divider + .rich-text > .rich-text__inner > h3,
.divider + .rich-text > .rich-text__inner > h4,
.divider + .rich-text > .rich-text__inner > h5,
.product__accordion > details > summary {
    padding-left: 15px;
}

.text-weight-400 { font-weight: 400; }
.text-weight-600 { font-weight: 600; }
.text-weight-700 { font-weight: 700; }
.text-weight-900 { font-weight: 900; }


.text-line-height-0_0,.text-line-height-0_0 p { line-height: 0.0; }
.text-line-height-0_1,.text-line-height-0_1 p { line-height: 0.1; }
.text-line-height-0_2,.text-line-height-0_2 p { line-height: 0.2; }
.text-line-height-0_3,.text-line-height-0_3 p { line-height: 0.3; }
.text-line-height-0_4,.text-line-height-0_4 p { line-height: 0.4; }
.text-line-height-0_5,.text-line-height-0_5 p { line-height: 0.5; }
.text-line-height-0_6,.text-line-height-0_6 p { line-height: 0.6; }
.text-line-height-0_7,.text-line-height-0_7 p { line-height: 0.7; }
.text-line-height-0_8,.text-line-height-0_8 p { line-height: 0.8; }
.text-line-height-0_9,.text-line-height-0_9 p { line-height: 0.9; }
.text-line-height-1_0,.text-line-height-1_0 p { line-height: 1.0; }
.text-line-height-1_1,.text-line-height-1_1 p { line-height: 1.1; }
.text-line-height-1_2,.text-line-height-1_2 p { line-height: 1.2; }
.text-line-height-1_3,.text-line-height-1_3 p { line-height: 1.3; }
.text-line-height-1_4,.text-line-height-1_4 p { line-height: 1.4; }
.text-line-height-1_5,.text-line-height-1_5 p { line-height: 1.5; }
.text-line-height-1_6,.text-line-height-1_6 p { line-height: 1.6; }
.text-line-height-1_7,.text-line-height-1_7 p { line-height: 1.7; }
.text-line-height-1_8,.text-line-height-1_8 p { line-height: 1.8; }
.text-line-height-1_9,.text-line-height-1_9 p { line-height: 1.9; }
.text-line-height-2_0,.text-line-height-2_0 p { line-height: 2.0; }


.text-font-size-0_0,.text-font-size-0_0 p { font-size: 0.0em; }
.text-font-size-0_1,.text-font-size-0_1 p { font-size: 0.1em; }
.text-font-size-0_2,.text-font-size-0_2 p { font-size: 0.2em; }
.text-font-size-0_3,.text-font-size-0_3 p { font-size: 0.3em; }
.text-font-size-0_4,.text-font-size-0_4 p { font-size: 0.4em; }
.text-font-size-0_5,.text-font-size-0_5 p { font-size: 0.5em; }
.text-font-size-0_6,.text-font-size-0_6 p { font-size: 0.6em; }
.text-font-size-0_7,.text-font-size-0_7 p { font-size: 0.7em; }
.text-font-size-0_8,.text-font-size-0_8 p { font-size: 0.8em; }
.text-font-size-0_9,.text-font-size-0_9 p { font-size: 0.9em; }
.text-font-size-1_0,.text-font-size-1_0 p { font-size: 1.0em; }
.text-font-size-1_1,.text-font-size-1_1 p { font-size: 1.1em; }
.text-font-size-1_2,.text-font-size-1_2 p { font-size: 1.2em; }
.text-font-size-1_3,.text-font-size-1_3 p { font-size: 1.3em; }
.text-font-size-1_4,.text-font-size-1_4 p { font-size: 1.4em; }
.text-font-size-1_5,.text-font-size-1_5 p { font-size: 1.5em; }
.text-font-size-1_6,.text-font-size-1_6 p { font-size: 1.6em; }
.text-font-size-1_7,.text-font-size-1_7 p { font-size: 1.7em; }
.text-font-size-1_8,.text-font-size-1_8 p { font-size: 1.8em; }
.text-font-size-1_9,.text-font-size-1_9 p { font-size: 1.9em; }
.text-font-size-2_0,.text-font-size-2_0 p { font-size: 2.0em; }


/* */
.wrapper-text-line-height-0_0 .post-excerpt p { line-height: 0.0; }
.wrapper-text-line-height-0_1 .post-excerpt p { line-height: 0.1; }
.wrapper-text-line-height-0_2 .post-excerpt p { line-height: 0.2; }
.wrapper-text-line-height-0_3 .post-excerpt p { line-height: 0.3; }
.wrapper-text-line-height-0_4 .post-excerpt p { line-height: 0.4; }
.wrapper-text-line-height-0_5 .post-excerpt p { line-height: 0.5; }
.wrapper-text-line-height-0_6 .post-excerpt p { line-height: 0.6; }
.wrapper-text-line-height-0_7 .post-excerpt p { line-height: 0.7; }
.wrapper-text-line-height-0_8 .post-excerpt p { line-height: 0.8; }
.wrapper-text-line-height-0_9 .post-excerpt p { line-height: 0.9; }
.wrapper-text-line-height-1_0 .post-excerpt p { line-height: 1.0; }
.wrapper-text-line-height-1_1 .post-excerpt p { line-height: 1.1; }
.wrapper-text-line-height-1_2 .post-excerpt p { line-height: 1.2; }
.wrapper-text-line-height-1_3 .post-excerpt p { line-height: 1.3; }
.wrapper-text-line-height-1_4 .post-excerpt p { line-height: 1.4; }
.wrapper-text-line-height-1_5 .post-excerpt p { line-height: 1.5; }
.wrapper-text-line-height-1_6 .post-excerpt p { line-height: 1.6; }
.wrapper-text-line-height-1_7 .post-excerpt p { line-height: 1.7; }
.wrapper-text-line-height-1_8 .post-excerpt p { line-height: 1.8; }
.wrapper-text-line-height-1_9 .post-excerpt p { line-height: 1.9; }
.wrapper-text-line-height-2_0 .post-excerpt p { line-height: 2.0; }


.wrapper-text-font-size-0_0 .post-excerpt p { font-size: 0.0em; }
.wrapper-text-font-size-0_1 .post-excerpt p { font-size: 0.1em; }
.wrapper-text-font-size-0_2 .post-excerpt p { font-size: 0.2em; }
.wrapper-text-font-size-0_3 .post-excerpt p { font-size: 0.3em; }
.wrapper-text-font-size-0_4 .post-excerpt p { font-size: 0.4em; }
.wrapper-text-font-size-0_5 .post-excerpt p { font-size: 0.5em; }
.wrapper-text-font-size-0_6 .post-excerpt p { font-size: 0.6em; }
.wrapper-text-font-size-0_7 .post-excerpt p { font-size: 0.7em; }
.wrapper-text-font-size-0_8 .post-excerpt p { font-size: 0.8em; }
.wrapper-text-font-size-0_9 .post-excerpt p { font-size: 0.9em; }
.wrapper-text-font-size-1_0 .post-excerpt p { font-size: 1.0em; }
.wrapper-text-font-size-1_1 .post-excerpt p { font-size: 1.1em; }
.wrapper-text-font-size-1_2 .post-excerpt p { font-size: 1.2em; }
.wrapper-text-font-size-1_3 .post-excerpt p { font-size: 1.3em; }
.wrapper-text-font-size-1_4 .post-excerpt p { font-size: 1.4em; }
.wrapper-text-font-size-1_5 .post-excerpt p { font-size: 1.5em; }
.wrapper-text-font-size-1_6 .post-excerpt p { font-size: 1.6em; }
.wrapper-text-font-size-1_7 .post-excerpt p { font-size: 1.7em; }
.wrapper-text-font-size-1_8 .post-excerpt p { font-size: 1.8em; }
.wrapper-text-font-size-1_9 .post-excerpt p { font-size: 1.9em; }
.wrapper-text-font-size-2_0 .post-excerpt p { font-size: 2.0em; }


.button-icon-arrow::after,
.button-icon-arrow-black::after {
    /* black icon */
    content: url('data:image/svg+xml;charset=utf-8,<svg aria-hidden="true" focusable="false" role="img" viewBox="0 0 13 14" version="1.1" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(5.55556,0,0,5.55556,0.827778,6.06111)"><path d="M0,0.299L2.037,0.299L2.186,0.149L2.037,0L0,0L-0.149,0.149L0,0.299" style="fill-rule:nonzero;"/></g><g transform="matrix(5.55556,0,0,5.55556,5.84444,12.6111)"><path d="M0,-2.059L0.932,-1.03L0,-0L0.01,0.211L0.221,0.2L1.245,-0.93L1.245,-1.13L0.221,-2.26L0.01,-2.27L0,-2.059" style="fill-rule:nonzero;"/></g></svg>');
    display: inline-block;
    width: .95em; /* adjust the width and height to scale the SVG */
    height: .95em;
    margin-left: .5em;
    vertical-align: middle;
    position: relative;
    top: -0.25em;
    background: unset;
    transform-origin: initial;
    transform: unset;
    
  }

  .button-icon-arrow-white::after,
  .button.black.button-icon-arrow::after,
  .button.accent2.button-icon-arrow::after {
    /* white icon */
    content: url('data:image/svg+xml;charset=utf-8,<svg aria-hidden="true" focusable="false" role="img" viewBox="0 0 13 14" version="1.1" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(5.55556,0,0,5.55556,0.827778,6.06111)"><path d="M0,0.299L2.037,0.299L2.186,0.149L2.037,0L0,0L-0.149,0.149L0,0.299" style="fill:white; fill-rule:nonzero;"/></g><g transform="matrix(5.55556,0,0,5.55556,5.84444,12.6111)"><path d="M0,-2.059L0.932,-1.03L0,-0L0.01,0.211L0.221,0.2L1.245,-0.93L1.245,-1.13L0.221,-2.26L0.01,-2.27L0,-2.059" style="fill:white; fill-rule:nonzero;"/></g></svg>');
    display: inline-block;
    width: .95em; /* adjust the width and height to scale the SVG */
    height: .95em;
    margin-left: .5em;
    vertical-align: middle;
    position: relative;
    top: -0.25em;
    background: unset;
    transform-origin: initial;
    transform: unset;
  }


/* Arrow updates */
.button.outline.accent2 {
    --outline-button-label:var(--color-accent2) !important;
} 

.button.outline.accent2:hover {
  --outline-button-label:var(--color-accent2) !important;
  --solid-button-label:#fff;
}

.button.outline.white {
  color: var(--outline-button-label);
} 




.button.outline.accent2.button-icon-arrow::after
{
  /* accent 2 icon */
  content: url('data:image/svg+xml;charset=utf-8,<svg aria-hidden="true" focusable="false" role="img" viewBox="0 0 13 14" version="1.1" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(5.55556,0,0,5.55556,0.827778,6.06111)"><path d="M0,0.299L2.037,0.299L2.186,0.149L2.037,0L0,0L-0.149,0.149L0,0.299" style="fill:rgb(22, 194, 234); fill-rule:nonzero;"/></g><g transform="matrix(5.55556,0,0,5.55556,5.84444,12.6111)"><path d="M0,-2.059L0.932,-1.03L0,-0L0.01,0.211L0.221,0.2L1.245,-0.93L1.245,-1.13L0.221,-2.26L0.01,-2.27L0,-2.059" style="fill:rgb(22, 194, 234); fill-rule:nonzero;"/></g></svg>');
  display: inline-block;
  width: .95em; /* adjust the width and height to scale the SVG */
  height: .95em;
  margin-left: .5em;
  vertical-align: middle;
  position: relative;
  top: -0.25em;
  background: unset;
  transform-origin: initial;
  transform: unset;
}

.button.outline.accent2.button-icon-arrow:hover::after
{
  /* white icon */
  content: url('data:image/svg+xml;charset=utf-8,<svg aria-hidden="true" focusable="false" role="img" viewBox="0 0 13 14" version="1.1" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(5.55556,0,0,5.55556,0.827778,6.06111)"><path d="M0,0.299L2.037,0.299L2.186,0.149L2.037,0L0,0L-0.149,0.149L0,0.299" style="fill:white; fill-rule:nonzero;"/></g><g transform="matrix(5.55556,0,0,5.55556,5.84444,12.6111)"><path d="M0,-2.059L0.932,-1.03L0,-0L0.01,0.211L0.221,0.2L1.245,-0.93L1.245,-1.13L0.221,-2.26L0.01,-2.27L0,-2.059" style="fill:white; fill-rule:nonzero;"/></g></svg>');
  display: inline-block;
  width: .95em; /* adjust the width and height to scale the SVG */
  height: .95em;
  margin-left: .5em;
  vertical-align: middle;
  position: relative;
  top: -0.25em;
  background: unset;
  transform-origin: initial;
  transform: unset;
}


@media only screen and (max-width: 767px) 
{

    /* MOBILE */
    /* override link color  */
    .text-button:not(.m-button)::before {
      background: var(--color-accent) !important;
    }


    .m-button,
    .m-button.text-button
    {
      letter-spacing: 0em;
      padding:var(--global-button-padding);

      /* */
      display: inline-flex;
      cursor: pointer;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      text-transform: uppercase;
      border-radius: var(--button-border-radius, 3px);
      border: 0;
      text-align: center;
      position: relative;
      overflow: hidden;
      -moz-appearance: none;
      appearance: none;
      transition: color .25s cubic-bezier(.104,.204,.492,1),background-color .25s cubic-bezier(.104,.204,.492,1);
    }

    .m-button.mobile-medium,
    .m-button.mobile-medium.text-button,
    .m-button.m-medium,
    .m-button.m-medium.text-button
    {
      height: 40px;
      font-size: .75rem;
    }
    .m-button.mobile-b-w-w,
    .m-button.mobile-b-w-w.text-button
    {
      --global-button-padding: 5px 54px;
    }

    .m-button.black
    {
      background: #000;
      color: #fff; 
    }

    .m-button.grey
    {
      background: var(--color-accent3);
      color: #000;
    }

    .m-button.grey.outline
    {
      border: 1px solid var(--color-accent3);
      color: var(--outline-button-label, var(--color-accent));
      background: transparent; 
    }	


    .m-button.disable-transition-true,
    .m-button.disable-transition {
      transition: none !important;
    }

    .m-button.disable-transition-true:hover,
    .m-button.disable-transition:hover {
      transition: none !important;
    }

    .m-button.shade-hover-false::before
    {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /*background: rgba(0,0,0,.1);*/
      background:none !important;
      transform: translateY(100%);
      z-index: 5;
    }


    .m-button.shade-hover-false::before
    {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,.1);
      transform: translateY(100%);
      z-index: 5;
    }

    .m-button.text-button
    {
      --button-border-radius: var(--global-border-radius, --global-border-radius-square);
    }

    .m-button.text-button:before 
    {
      content: none;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #0000001a;
      transform: translateY(100%);
      z-index: 5;
    }

    /* END MOBILE */

  .button.mobile-accent2,
  .spr-summary-actions-newreview.mobile-accent2,
  input[type="submit"].mobile-accent2,
  .m-button.mobile-accent2
  {
    background: var(--color-accent2);
    color: #fff; }

    .button.mobile-accent2.mobile-outline,
    .m-button.mobile-accent2.mobile-outline,
    .button.mobile-accent2.m-ol,
    .m-button.mobile-accent2.m-ol
    {
        --outline-button-label: var(--color-accent2);
        border: 1px solid var(--color-accent2);
        color: var(--outline-button-label, var(--color-accent2));
        background: transparent;
    }

	
	.button.mobile-black,
	.spr-summary-actions-newreview.mobile-black,
	input[type="submit"].mobile-black,
  .m-button.mobile-black
  {
	  background: #000;
	  color: #fff; 
  }

	  .button.mobile-grey,
	  .spr-summary-actions-newreview.mobile-grey,
	  input[type="submit"].mobile-grey,
    .m-button.mobile-grey {
    --color-accent3:#eaeaea;
		background: var(--color-accent3);
		color: #000;}

		.button.mobile-grey.mobile-outline,
    .button.mobile-grey.mobile-outline:hover,
    .m-button.mobile-grey.mobile-outline,
    .m-button.mobile-grey.mobile-outline:hover,
    .button.mobile-grey.m-ol,
    .button.mobile-grey.m-ol:hover,
    .m-button.mobile-grey.m-ol,
    .m-button.mobile-grey.m-ol:hover,
	  .spr-summary-actions-newreview.mobile-grey,
	  input[type="submit"].mobile-grey {
		border: 1px solid var(--color-accent3);
		color: var(--outline-button-label, var(--color-accent));
		background: transparent; 
	}
	
	  .button.mobile-white,
    .button.mobile-white.mobile-outline,
    .button.mobile-white.m-ol,
    .m-button.mobile-white,
    .m-button.mobile-white.mobile-outline,
    .m-button.mobile-white.m-ol,
  .spr-summary-actions-newreview.mobile-white,
  input[type="submit"].mobile-white {
    background: #fff;
    color: var(--color-accent); }
	
	.button.mobile-outline,
  .m-button.mobile-outline,
  .spr-summary-actions-newreview.mobile-outline,
  input[type="submit"].mobile-outline,
  .mobile-outline.mobile-white,
  .mobile-outline.mobile-white.mobile-button-icon-arrow,
  .button.mo-ol,
  .m-button.m-ol,
  .spr-summary-actions-newreview.m-ol,
  input[type="submit"].m-ol,
  .m-ol.mobile-white,
  .m-ol.mobile-white.mobile-button-icon-arrow
  {
    border: 1px solid var(--outline-button-label, var(--color-accent));
    color: var(--outline-button-label, var(--color-accent));
    background: transparent; }
	
    .button.mobile-outline:before,
    .m-button.mobile-outline:before,
    .spr-summary-actions-newreview.mobile-outline:before,
    input[type="submit"].mobile-outline:before,
    .button.m-ol:before,
    .m-button.m-ol:before,
    .spr-summary-actions-newreview.m-ol:before,
    input[type="submit"].m-ol:before
     {
      content: none; }
	  
    .button.mobile-outline:hover,
    .m-button.mobile-outline:hover,
    .spr-summary-actions-newreview.mobile-outline:hover,
    input[type="submit"].mobile-outline:hover,
    .button.m-ol:hover,
    .m-button.m-ol:hover,
    .spr-summary-actions-newreview.m-ol:hover,
    input[type="submit"].m-ol:hover
     {
      background: var(--outline-button-label, var(--color-accent));
      color: var(--solid-button-label, #fff); }
	  /*
    .m-button.mobile-outline.mobile-white,
    .button.mobile-outline.mobile-white,
    .spr-summary-actions-newreview.mobile-outline.mobile-white,
    input[type="submit"].mobile-outline.mobile-white {
      border-color: var(--bg-body);
      color: var(--bg-body); }
	  
      
        .m-button.mobile-outline.mobile-white:hover,
        .button.mobile-outline.mobile-white:hover,
        .spr-summary-actions-newreview.mobile-outline.white:hover,
        input[type="submit"].mobile-outline.white:hover {
          background: var(--bg-body);
          color: var(--color-accent); 
        }
      */
		
	.button.mobile-accent3,
  .m-button.mobile-accent3 {
        --color-accent:var(--color-accent3);
    }

    .button.mobile-accent4,
    .m-button.mobile-accent4  {
        --color-accent:var(--color-accent4);
    }


    .button.mobile-accent5,
    .m-button.mobile-accent5 {
        --color-accent:var(--color-accent5);
    }


    .mobile-button-icon-arrow::after,
    .mobile-button-icon-arrow-black::after,
    /* .mobile-accent2.mobile-outline.mobile-button-icon-arrow::after,*//* not used */
    .mobile-black.mobile-outline.mobile-button-icon-arrow::after,
    .mobile-black.m-ol.mobile-button-icon-arrow::after  
    {
    /* black icon */
    content: url('data:image/svg+xml;charset=utf-8,<svg aria-hidden="true" focusable="false" role="img" viewBox="0 0 13 14" version="1.1" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(5.55556,0,0,5.55556,0.827778,6.06111)"><path d="M0,0.299L2.037,0.299L2.186,0.149L2.037,0L0,0L-0.149,0.149L0,0.299" style="fill-rule:nonzero;"/></g><g transform="matrix(5.55556,0,0,5.55556,5.84444,12.6111)"><path d="M0,-2.059L0.932,-1.03L0,-0L0.01,0.211L0.221,0.2L1.245,-0.93L1.245,-1.13L0.221,-2.26L0.01,-2.27L0,-2.059" style="fill-rule:nonzero;"/></g></svg>');
    display: inline-block;
    width: .95em; /* adjust the width and height to scale the SVG */
    height: .95em;
    margin-left: .5em;
    vertical-align: middle;
    position: relative;
    top: -0.25em;
    background: unset;
    transform-origin: initial;
    transform: unset;
    
  }

  .mobile-button-icon-arrow-white::after,
  .mobile-black.mobile-button-icon-arrow:not(.mobile-outline)::after,
  .mobile-black.mobile-button-icon-arrow:not(.m-ol)::after,
  .button.mobile-accent2.mobile-button-icon-arrow::after,
  .m-button.mobile-accent2.mobile-button-icon-arrow::after,
  .mobile-accent2:hover.mobile-outline:hover.mobile-button-icon-arrow:hover::after,
  .mobile-black:hover.mobile-outline:hover.mobile-button-icon-arrow:hover::after,
  .mobile-white:hover.mobile-outline:hover.mobile-button-icon-arrow:hover::after,
  .mobile-accent2:hover.m-ol:hover.mobile-button-icon-arrow:hover::after,
  .mobile-black:hover.m-ol:hover.mobile-button-icon-arrow:hover::after,
  .mobile-white:hover.m-ol:hover.mobile-button-icon-arrow:hover::after
  {
    /* white icon */
    content: url('data:image/svg+xml;charset=utf-8,<svg aria-hidden="true" focusable="false" role="img" viewBox="0 0 13 14" version="1.1" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(5.55556,0,0,5.55556,0.827778,6.06111)"><path d="M0,0.299L2.037,0.299L2.186,0.149L2.037,0L0,0L-0.149,0.149L0,0.299" style="fill:white; fill-rule:nonzero;"/></g><g transform="matrix(5.55556,0,0,5.55556,5.84444,12.6111)"><path d="M0,-2.059L0.932,-1.03L0,-0L0.01,0.211L0.221,0.2L1.245,-0.93L1.245,-1.13L0.221,-2.26L0.01,-2.27L0,-2.059" style="fill:white; fill-rule:nonzero;"/></g></svg>');
    display: inline-block;
    width: .95em; /* adjust the width and height to scale the SVG */
    height: .95em;
    margin-left: .5em;
    vertical-align: middle;
    position: relative;
    top: -0.25em;
    background: unset;
    transform-origin: initial;
    transform: unset;
  }

   
  .button.mobile-accent2.mobile-outline.mobile-button-icon-arrow::after,
  .m-button.mobile-accent2.mobile-outline.mobile-button-icon-arrow::after,
  .button.mobile-accent2.m-ol.mobile-button-icon-arrow::after,
  .m-button.mobile-accent2.m-ol.mobile-button-icon-arrow::after
  {
    /* accent 2 icon */
    content: url('data:image/svg+xml;charset=utf-8,<svg aria-hidden="true" focusable="false" role="img" viewBox="0 0 13 14" version="1.1" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(5.55556,0,0,5.55556,0.827778,6.06111)"><path d="M0,0.299L2.037,0.299L2.186,0.149L2.037,0L0,0L-0.149,0.149L0,0.299" style="fill:rgb(22, 194, 234); fill-rule:nonzero;"/></g><g transform="matrix(5.55556,0,0,5.55556,5.84444,12.6111)"><path d="M0,-2.059L0.932,-1.03L0,-0L0.01,0.211L0.221,0.2L1.245,-0.93L1.245,-1.13L0.221,-2.26L0.01,-2.27L0,-2.059" style="fill:rgb(22, 194, 234); fill-rule:nonzero;"/></g></svg>');
    display: inline-block;
    width: .95em; /* adjust the width and height to scale the SVG */
    height: .95em;
    margin-left: .5em;
    vertical-align: middle;
    position: relative;
    top: -0.25em;
    background: unset;
    transform-origin: initial;
    transform: unset;
  }

}


.mobile-display 
{
    display: none !important;
}

.mobile-hide 
{
    display: block !important;
}

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

  .mobile-hide 
  {
    display: none !important;
  }
}
