/* Media queries */

/*
 * Breakpoints are defined in theme.json
 * (By default they are sm, md, lg, xl, 2xl)
 */

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

body  > * {
    flex: 0 0 auto;
  }

body  > main {
    flex: 1 0 auto;
  }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

/*
 * Set z-index on main to contain all content layers.
 */

main {
  z-index: 1;
}

button {
  border: 0;
  background: transparent;
}

a,
button {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  transition: all 0.3s;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  border: 0;
}

.text-404 {
  padding-top: 8rem;
  padding-bottom: 20rem;
}

/*
 * Page
 */

.no-padding {
  padding: 0;
}

/* Image utils */

.image-fillarea {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* WP fixes */

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

#wpadminbar {
    position: fixed;
    overflow: hidden;
}
  }

:root {
  --jcore-font-family: var(--wp--preset--font-family--albertsans);
  --jcore-heading-font-family: var(--wp--preset--font-family--inter);
}

/* List styles , not available as elements in theme.json */

main ul,main ol {
    padding-left: 1.5rem;
    margin-bottom: 2rem;
  }

main ul li,main ol li {
      padding-left: 0.25rem;
      margin-bottom: 0.75rem;
    }

main ul li > ul,main ol li > ul,main ul li > ol,main ol li > ol {
      margin-bottom: 0 !important;
    }

main ul li::marker {
      color: var(--wp--preset--color--brand);
    }

main ol li::marker {
      color: var(--wp--preset--color--brand);
    }

main ol li {
      padding-left: 0.5rem;
    }

main ul:not(.wp-block-rss) li {
      padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
      list-style-type: disc;
      position: relative;
    }

/* Any heading with pre-text in mini-font-size (use css: "mini" on the H-element for right margins)*/

h1.wp-block-heading.mini,h2.wp-block-heading.mini,h3.wp-block-heading.mini,h4.wp-block-heading.mini {
    margin-top: 0.5rem;
  }

h5,
h6 {
  color: var(--wp--preset--color--black);
}

h6 {
  font-size: var(--wp--preset--font-size--mini);
}

/* Any paragraph with pre-text in mini-font-size (use css: "mini" on the p-element for right margins)*/

p.mini {
  margin-top: 0.5rem;
}

a {
  text-underline-offset: 3px;
  text-decoration-thickness: from-font;
}

/* Checklist -list with checkmarks instead of blue bullets */

.wp-block-list.check-list {
  padding-left: 0;
}

.wp-block-list.check-list li {
    position: relative;
    list-style-type: none;
    padding-left: 2rem !important;
  }

.wp-block-list.check-list li:before {
      content: "\f00c";
      font-family: "Font Awesome 6 Pro";
      font-weight: 900;
      position: absolute;
      left: 0;
      font-size: 11px;
      color: var(--wp--preset--color--brand);
      top: 1px;
      width: 16px;
      height: 16px;
      border: 2px solid var(--wp--preset--color--brand);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

.wp-block-list.check-list li::marker {
      display: none !important;
    }

.wp-block-list.check-list.black li:before {
  color: var(--wp--preset--color--black);
  border: 2px solid var(--wp--preset--color--black);
}

/* 
* Add Project Specific Gutenberg Block Styling here! 
*
*/

/* 
* A little hack to cover the whole content column with one link from below. Add the linkall class to the surrounding div, and the the high class to the p contianing the link
*
*/

.linkall {
  position: relative;
}

p.high a::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
}

.wp-block-cover.special-overlay-color .wp-block-cover__background{
  background-color: #001324 !important;
}

.arrow-link {
  font-size: 14px;
  letter-spacing: 0.84px;
}

.arrow-link a {
    color: var(--wp--preset--color--black);
    font-weight: 600;
  }

.arrow-link a:after {
      content: "\f061";
      font-family: "Font Awesome 6 Free";
      font-size: 14px;
      color: var(--wp--preset--color--brand);
      margin-left: 0.5rem;
      transition: transform 0.3s ease-in-out;
      display: inline-block;
    }

.arrow-link a:hover {
      -webkit-text-decoration: none;
      text-decoration: none;
    }

.arrow-link a:hover:after {
        transform: rotate(-45deg);
      }

.arrow-link.light a {
    color: var(--wp--preset--color--white);
  }

wp-block-group.has-black-background-color:not(.does-not-exist) .arrow-link a,.wp-block-group.has-dark-background-color .arrow-link a,.wp-block-group.has-brand-background-color .arrow-link a,.wp-block-group.has-darkerblue-background-color .arrow-link a {
      color: var(--wp--preset--color--white);
    }

wp-block-group.has-black-background-color:not(.does-not-exist) .arrow-link a:after {
        color: var(--wp--preset--color--white) !important;
      }

.wp-block-group.has-dark-background-color .arrow-link a:after {
        color: var(--wp--preset--color--white) !important;
      }

.wp-block-group.has-brand-background-color .arrow-link a:after {
        color: var(--wp--preset--color--white) !important;
      }

.wp-block-group.has-darkerblue-background-color .arrow-link a:after {
        color: var(--wp--preset--color--white) !important;
      }

/*Pre heading text*/

p.pre {
  letter-spacing: 1.26px;
  text-transform: uppercase;
}

.font-weight-light {
  font-weight: 300;
}

.gridible-row.icon-cols {
  display: flex;
  align-items: stretch;
    
}

.gridible-row.icon-cols .gridible-col {
    display: flex;
    flex-direction: column;
    
  }

.gridible-row.icon-cols .gridible-col .h-100 {
      flex: 1 1 auto;
    }

p.line {
  position: relative;
  letter-spacing: 1.26px;
  font-size: 14px;
  width: 100%;
}

p.line:after {
    content: "";
    width: 63px;
    height: 1px;
    background: var(--wp--preset--color--white);
    position: absolute;
    right: 0;
    top: 35px;
  }

p.line.right:after {
    right: 0;
  }

p.line.left:after {
    left: 0;
  }

.wp-block-cover.product-cover {
  padding: 3.5rem 0 !important;
}

.wp-block-cover.product-cover .wp-block-cover__inner-container {
    min-height: inherit;
    display: flex;
    flex-flow: wrap;
    align-content: space-between;
  }

/*Background for icons*/

.icon-bg i {
    background: var(--wp--preset--color--middleblue);
    padding: 1.25rem;
    border-radius: 50%;
  }

.icon-bg i.fa-location-dot {
    padding: 1.25rem 1.438rem !important;
  }

.icon-bg.price i {
    background: var(--wp--preset--color--brand);
  }

/*Subpage pattern 
* Turngroup has lots of text, breakes into 12 col at md, subpage-columns 
* has less text and breaks into 12 at sm 
*
*/

/*Subpage pattern*/

.subpage-columns {
  display: flex;
}

@media (max-width: 599px) {
    .subpage-columns .text-col {
      order: 2;
    }
      .subpage-columns .text-col .wp-block-group {
        padding-left: 0 !important;
        padding-right: 0 !important;
      }
      .subpage-columns .text-col .inner.wp-block-group {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
      }
    .subpage-columns .img-col {
      order: 1;
    }
      .subpage-columns .img-col .wp-block-group {
        padding-right: 0 !important;
        padding-left: 0 !important;
      }
  }

.inner.wp-block-group {
  background-color: var(--wp--preset--color--background);
}

.inner.wp-block-group:hover {
  background-color: var(--wp--preset--color--lightblue);
}

@media (min-width: 600px) {
  .turngroup-md {
    display: flex;
  }
    .turngroup-md .text-col {
      order: 1;
    }
    .turngroup-md .img-col {
      order: 2;
    }
}

@media (width >= 1024px) {
  .turngroup-lg {
    display: flex;
  }
    .turngroup-lg .text-col {
      order: 1;
    }
    .turngroup-lg .img-col {
      order: 2;
    }
}

footer {
  background-color: var(--wp--preset--color--light);
}

footer .footer-main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 68px;
    padding-bottom: 51px;
  }

footer .footer-main .left,footer .footer-main .right {
      grid-column: span 3;
    }

footer .footer-main .left a,footer .footer-main .right a {
        color: black;
        font-weight: 400;
        -webkit-text-decoration: underline;
        text-decoration: underline;
      }

footer .footer-main .left a:hover,footer .footer-main .right a:hover {
          -webkit-text-decoration: none;
          text-decoration: none;
        }

footer .footer-main .left a:after {
          font-weight: 600;
        }

footer .footer-main .right a:after {
          font-weight: 600;
        }

footer .footer-main .certificate-container {
      gap: 1rem;
    }

@media (width <= 768px) {

footer .footer-main {
      grid-template-columns: 1fr;
  }
      footer .footer-main .wp-block-columns {
        gap: 1rem;
      }
    }

@media (width >= 768px) {

footer .logo {
      margin-right: 1rem;
  }
    }

@media (width <= 768px) {

footer .logo {
      margin-bottom: 3rem;
  }
    }

@media (width >= 768px) {

footer .social {
      margin-left: 1rem;
  }
    }

footer .social a:hover {
      -webkit-text-decoration: none;
      text-decoration: none;
    }

footer .social .social-text {
      font-weight: 500;
      font-size: 14px;
      margin: 12px 0;
      color: var(--wp--preset--color--brand);
    }

/*Copyright section */

footer .copyright {
    background-color: var(--wp--preset--color--white);
  }

footer .copyright .info {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      min-height: 51px;
      align-items: center;
    }

footer .copyright .info p {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 1rem;
      }

footer .copyright .info p:first-child{
          opacity: 0.4;
        }

#jcore-nav {
  --jcore-menu-height: 92px;
  --jcore-menu-width: 200px;
  --jcore-menu-padding: 21px;
  --jcore-mobile-width: 980px;

  display: flex;
  margin: 0 calc((100vw - var(--wp--style--global--content-size)) / 2);
  justify-content: space-between;
}

#jcore-nav .brand {
    height: var(--jcore-menu-height);
  }

#jcore-nav .brand svg {
      height: calc(var(--jcore-menu-height) - (var(--jcore-menu-padding) * 2));
      margin: var(--jcore-menu-padding) 0;
      width: auto;
    }

#jcore-nav .brand svg * {
        fill: var(--wp--preset--color--black);
      }

/* Set styles for all menu levels. */

#jcore-nav .menu {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    gap: 44px;
  }

/* Level specific styles */

#jcore-nav .menu-0 {
    flex-direction: row;
    height: var(--jcore-menu-height);
  }

#jcore-nav .menu-item {
    margin: 0 0.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

#jcore-nav .menu-link {
    font-weight: 400;
    color: var(--wp--preset--color--black);
    text-wrap: nowrap;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 14px;
  }

/* Open / Close submenu button. */

#jcore-nav button.toggle {
    margin: 0 0.5rem;
  }

#jcore-nav button.toggle .fa-angle-up {
      display: none;
    }

#jcore-nav button.toggle.open .fa-angle-up {
        display: inline;
        display: initial;
      }

#jcore-nav button.toggle.open .fa-angle-down {
        display: none;
      }

#jcore-nav .hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
  }

#jcore-nav .hamburger svg,#jcore-nav .hamburger i {
      width: 23px;
      font-size: 30px;
    }

#jcore-nav .hamburger i {
      display: none;
    }

#jcore-nav .hamburger.mobile-open svg {
        display: none;
      }

#jcore-nav .hamburger.mobile-open i {
        display: block;
      }

#top-bar {
  background-color: var(--wp--preset--color--brand);
}

#top-bar #top-menu {
    margin: 0 calc((100vw - var(--wp--style--global--content-size)) / 2);
    display: flex;
    justify-content: flex-end;
  }

#top-bar #top-menu li {
      list-style: none;
      padding: 8px 0;
    }

#top-bar #top-menu li::marker {
        display: none;
      }

#top-bar #top-menu li a {
        font-size: 14px;
        color: white;
        font-weight: 400;
      }

#top-bar #top-menu li.arrow-right {
        position: relative;
      }

#top-bar #top-menu li.arrow-right::after {
          padding-left: 5px;
          content: "\f061";
          font-family: "Font Awesome 6 Pro";
          color: white;
          font-size: 14px;
        }

#top-bar #top-menu li.arrow-right::before{
            content: "\f0ac";
            font-family: "Font Awesome 6 Pro";
            color: white;
            font-size: 14px;
            left: -5px;
            position: relative;
        }

/* Desktop navigation styles. */

@media (width >= 1024px) {
    #jcore-nav .hamburger {
      display: none;
    }
      #jcore-nav .menu-0  > .menu-item {
        flex-direction: row;
      }

    #jcore-nav .menu-1 {
      position: absolute;
      top: var(--jcore-menu-height);
      left: 50%;
      transform: translateX(-50%);
      z-index: 1;
      background-color: var(--wp--preset--color--dark);
      border-radius: 1rem;
      padding: 1rem;
    }

      #jcore-nav .menu-1:not(.open) {
        display: none;
      }
}

/* Mobile navigation styles. */

@media (width < 1024px) {
    #jcore-nav .menu-0 {
      position: absolute;
      overflow: hidden;
      height: 0;
      transition: height 100ms;
      left: 0;
      right: 0;
      top: var(--jutils-height);
      flex-direction: column;
      background-color: var(--wp--preset--color--brand);
      padding: 0 calc((100vw - var(--wp--style--global--content-size)) / 2);
      z-index: 5;
    }

      #jcore-nav .menu-0  > :first-child {
        margin-top: 80px;
      }

      #jcore-nav .menu-0.mobile-open {
        height: calc(100vh - var(--jutils-height));
      }

    #jcore-nav .menu-1 {
      position: static;
      position: initial;
      top: auto;
      top: initial;
      left: auto;
      left: initial;
    }
      #jcore-nav .menu-1:not(.open) {
        display: inline;
        display: initial;
      }

    #jcore-nav .menu-link {
      font-size: 18px;
    }

    /* Hide submenu button for mobile menu. */
    #jcore-nav button.toggle {
      display: none;
    }

  /* Stop header from hiding with open menu. */
  .scrollActive.navigation-header:has(.mobile-open) {
    margin-top: 0;
  }
}

/* jscroll is active on the element. */

.scrollActive {
  transition: margin-top 300ms;
}

.scrollActive.scrollUp,.scrollActive.scrollTop {
    margin-top: 0;
  }

.scrollActive.scrollDown {
    margin-top: calc(var(--jutils-height) * -1);
  }

.sticky {
  position: fixed;
  top: 0;
  top: var(--wp-admin--admin-bar--height, 0);
  left: 0;
  right: 0;
  z-index: 10;
}

/* WP Fix */

/* Fix for WP admin-bar */

body.admin-bar .navbar.scrollActive,body.admin-bar .navbar.sticky,body.admin-bar .skip-to-content a {
    top: 46px;
  }

@media screen and (min-width: 781px) {
    body.admin-bar .navbar.scrollActive,body.admin-bar .navbar.sticky,body.admin-bar .skip-to-content a {
      top: 32px;
    }
  }

#jcore-body.mobile-open .navigation-header {
    transition: none;
    background-color: var(--wp--preset--color--brand) !important;
  }

#jcore-body.mobile-open .navigation-header #jcore-nav .brand svg * {
            fill: var(--wp--preset--color--white);
          }

#jcore-body.mobile-open .navigation-header .menu-link {
      color: var(--wp--preset--color--white);
    }

#jcore-body.mobile-open .navigation-header .hamburger i {
        color: white;
      }

#jcore-body.mobile-open .navigation-header .hamburger svg {
        fill: white;
      }

#jcore-body:not(.home) .navigation-header {
    background-color: var(--wp--preset--color--white);
  }

@media (width < 1024px) {
    #jcore-body:not(.home) .scrollActive.scrollTop.navigation-header #jcore-nav .menu-0.mobile-open {
      top: calc(40px + var(--jutils-height));
    }
  }

#jcore-body.home #spacer_0 {
    display: none;
  }

#jcore-body.home .navigation-header {
    transition: all 0.1s ease-out;
  }

#jcore-body.home .navigation-header:not(.scrollTop) {
      background-color: white;
    }

#jcore-body.home .navigation-header.scrollTop {
      margin-top: 40px;
    }

#jcore-body.home .navigation-header.scrollTop #jcore-nav .brand svg * {
              fill: var(--wp--preset--color--white);
            }

#jcore-body.home .navigation-header.scrollTop .menu-link {
        color: var(--wp--preset--color--white);
      }

#jcore-body.home .navigation-header.scrollTop .hamburger svg {
          fill: white;
        }

.archive-posts,
.posts-highlight,
.wp-block-jcore-dynamic-archive-posts__inner {
  display: grid;
  grid-row-gap: 0;
  grid-column-gap: 2rem;
  grid-template-columns: 1fr;
}

@media (width >= 640px) {

.archive-posts.columns-2,
.posts-highlight.columns-2,
.wp-block-jcore-dynamic-archive-posts__inner.columns-2 {
    grid-template-columns: 1fr 1fr;
}
  }

@media (width >= 768px) {

.archive-posts.columns-3,
.posts-highlight.columns-3,
.wp-block-jcore-dynamic-archive-posts__inner.columns-3 {
    grid-template-columns: 1fr 1fr;
}
  }

@media (width >= 1024px) {

.archive-posts.columns-3,
.posts-highlight.columns-3,
.wp-block-jcore-dynamic-archive-posts__inner.columns-3 {
    grid-template-columns: 1fr 1fr 1fr;
}
  }

@media (width >= 640px) {

.archive-posts.columns-4,
.posts-highlight.columns-4,
.wp-block-jcore-dynamic-archive-posts__inner.columns-4 {
    grid-template-columns: 1fr 1fr;
}
  }

@media (width >= 1024px) {

.archive-posts.columns-4,
.posts-highlight.columns-4,
.wp-block-jcore-dynamic-archive-posts__inner.columns-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
  }

/* JCORE DYNAMIC ARCHIVE */

.wp-block-jcore-dynamic-archive .wp-block-jcore-dynamic-archive__filters {
    margin-bottom: 3rem;
  }

.wp-block-jcore-dynamic-archive .wp-block-jcore-dynamic-archive__filters .wp-block-jcore-dynamic-archive__filters__taxonomies__type h3 {
        font-weight: 400;
        text-transform: uppercase;
      }

.wp-block-jcore-dynamic-archive .wp-block-jcore-dynamic-archive__filters .wp-block-jcore-dynamic-archive__filters__taxonomies__type select {
        background-color: var(--wp--preset--color--light);
        border-radius: none;
        border: 1px solid black;
        shadow: none;
        padding: 1rem;
        max-width: 360px;
        min-width: 280px;
        text-transform: uppercase;
      }

.wp-block-jcore-dynamic-archive .wp-block-jcore-dynamic-archive__filters .wp-block-jcore-dynamic-archive__filters__taxonomies__type label.wp-block-jcore-dynamic-archive-filters__radio {
        width: -moz-max-content;
        width: max-content;
        padding: 4px 16px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        display: inline-block;
        margin-bottom: 1rem;
      }

.wp-block-jcore-dynamic-archive .wp-block-jcore-dynamic-archive__filters .wp-block-jcore-dynamic-archive__filters__taxonomies__type input.wp-block-jcore-dynamic-archive-filters__radio__input {
        visibility: hidden;
      }

.wp-block-jcore-dynamic-archive .wp-block-jcore-dynamic-archive__filters .wp-block-jcore-dynamic-archive__filters__taxonomies__type.taxonomy-type-category__children {
        margin-top: 1.5rem;
      }

/* JCORE Dynamic Archive Pagination */

.wp-block-jcore-dynamic-archive-posts__pagination nav {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: baseline;
  gap: 0.25rem;
  margin: 4rem 0.25rem 3rem;
}

.wp-block-jcore-dynamic-archive-posts__pagination nav a {
    font-size: 1rem;
    margin: 0rem;
    color: var(--wp--preset--color--dark);
    background: var(--wp--preset--color--light);
    font-weight: 400;
    padding: 0.75rem 1.25rem;
  }

.wp-block-jcore-dynamic-archive-posts__pagination nav a.current {
      background: var(--wp--preset--color--success);
    }

.wp-block-jcore-dynamic-archive-posts__pagination nav a:hover {
      -webkit-text-decoration: none;
      text-decoration: none;
    }

/*Pagination first */

.wp-block-jcore-dynamic-archive-posts__pagination nav .wp-block-jcore-dynamic-archive__pagination__link-first {
    background: var(--wp--preset--color--brand);
  }

.wp-block-jcore-dynamic-archive-posts__pagination nav .wp-block-jcore-dynamic-archive__pagination__link-first .wp-block-jcore-dynamic-archive__pagination__link__icon::after {
      content: "\f323";
      font-family: "Font Awesome 6 Sharp";
      font-weight: 400;
      display: inline-block;
      font-size: 12px;
    }

.wp-block-jcore-dynamic-archive-posts__pagination nav .wp-block-jcore-dynamic-archive__pagination__link-first .wp-block-jcore-dynamic-archive__pagination__link__text {
      display: none;
    }

/*Pagination previous */

.wp-block-jcore-dynamic-archive-posts__pagination nav .wp-block-jcore-dynamic-archive__pagination__link-previous {
    background: var(--wp--preset--color--brand);
  }

.wp-block-jcore-dynamic-archive-posts__pagination nav .wp-block-jcore-dynamic-archive__pagination__link-previous .wp-block-jcore-dynamic-archive__pagination__link__icon::after {
      content: "\f053";
      font-family: "Font Awesome 6 Sharp";
      font-weight: 400;
      display: inline-block;
      font-size: 12px;
    }

.wp-block-jcore-dynamic-archive-posts__pagination nav .wp-block-jcore-dynamic-archive__pagination__link-previous .wp-block-jcore-dynamic-archive__pagination__link__text {
      display: none;
    }

/*Pagination next */

.wp-block-jcore-dynamic-archive-posts__pagination nav .wp-block-jcore-dynamic-archive__pagination__link-next {
    background: var(--wp--preset--color--brand);
  }

.wp-block-jcore-dynamic-archive-posts__pagination nav .wp-block-jcore-dynamic-archive__pagination__link-next .wp-block-jcore-dynamic-archive__pagination__link__icon::after {
      content: "\f054";
      font-family: "Font Awesome 6 Sharp";
      font-weight: 400;
      display: inline-block;
      font-size: 12px;
    }

.wp-block-jcore-dynamic-archive-posts__pagination nav .wp-block-jcore-dynamic-archive__pagination__link-next .wp-block-jcore-dynamic-archive__pagination__link__text {
      display: none;
    }

/*Pagination last */

.wp-block-jcore-dynamic-archive-posts__pagination nav .wp-block-jcore-dynamic-archive__pagination__link-last {
    background: var(--wp--preset--color--brand);
  }

.wp-block-jcore-dynamic-archive-posts__pagination nav .wp-block-jcore-dynamic-archive__pagination__link-last .wp-block-jcore-dynamic-archive__pagination__link__icon::after {
      content: "\f324";
      font-family: "Font Awesome 6 Sharp";
      font-weight: 400;
      display: inline-block;
      font-size: 12px;
    }

.wp-block-jcore-dynamic-archive-posts__pagination nav .wp-block-jcore-dynamic-archive__pagination__link-last .wp-block-jcore-dynamic-archive__pagination__link__text {
      display: none;
    }

/* Current link item */

.wp-block-jcore-dynamic-archive-posts__pagination nav .wp-block-jcore-dynamic-archive__pagination__link.is-current {
    background: var(--wp--preset--color--brand);
  }

/* JCORE Dynamic Archive load more button */

.wp-block-jcore-dynamic-archive-posts__pagination {
  display: flex;
  justify-content: center;
}

.wp-block-jcore-dynamic-archive-posts__pagination a.wp-block-jcore-dynamic-archive-posts__load_more {
    background-color: var(--wp--preset--color--brand);
    color: var(--wp--preset--color--white);
    width: -moz-max-content;
    width: max-content;
    padding: 18px 24px;
    margin-top: 3rem;
    border-radius: 29px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: var(--wp--preset--font-size--paragraph);
    line-height: var(--wp--custom--line-height--sm);
  }

.rec {
  background-color: var(--wp--preset--color--light);
  padding-top: 1rem;
}

.rec .recent-posts-heading h3 {
    margin-bottom: 2rem;
  }

.single-post .taxonomy-category.pre a {
    font-size: var(--wp--preset--font-size--mini);
    text-transform: uppercase;
    font-weight: 400;
  }

.tease {
  text-align: left;
  margin-bottom: 3rem;
  display: block;
}

.tease .image-container {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 12px;
}

.tease .image-container::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.tease .image-container img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  font-family: "object-fit: cover;";
  border-radius: 12px;
}

.tease .image-container.postcard::after {
  padding-bottom: 76%;
}

.tease h3.post-title {
  margin-top: 1rem;
  font-size: var(--wp--preset--font-size--heading-5);
}

.tease h3.post-title a {
    font-weight: 400;
    color: var(--wp--preset--color--black);
  }

.tease .data .post-term {
  color: var(--wp--preset--color--brand);
  text-transform: uppercase;
  font-size: 12px;
}

.block-post_grid .posts-highlight {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 1fr;
  }

@media (width >= 640px) {

.block-post_grid.columns-2 .posts-highlight {
        grid-template-columns: 1fr 1fr;
    }
      }

@media (width >= 768px) {

.block-post_grid.columns-3 .posts-highlight {
        grid-template-columns: 1fr 1fr 1fr;
    }
      }

@media (width >= 640px) {

.block-post_grid.columns-4 .posts-highlight {
        grid-template-columns: 1fr 1fr;
    }
      }

@media (width >= 1024px) {

.block-post_grid.columns-4 .posts-highlight {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
      }

.masonry-grid {
  display: grid;
  grid-row-gap: 2rem !important;
  grid-template-columns: 1fr;
  grid-auto-rows: 20px;
}

.masonry-grid  > * {
    width: auto !important;
    grid-row-end: span 20; /* Somewhat sane default. */
  }

@media (width >= 768px) {

.masonry-grid {
    grid-row-gap: 3rem !important;
}
    .masonry-grid.columns-2,.masonry-grid.columns-3,.masonry-grid.columns-4 {
      grid-template-columns: 1fr 1fr;
    }
      .masonry-grid .tease-nr-2 .image-container {
        margin-top: 6rem;
        margin-bottom: 2rem;
      }
  }

@media (width >= 1024px) {
    .masonry-grid.columns-3 {
      grid-template-columns: 1fr 1fr 1fr;
    }
    .masonry-grid.columns-4 {
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
  }

.error404 h1 {
    font-size: var(--wp--preset--font-size--heading-1);
    margin-top: 3rem;
  }

.error404 .home-link {
    max-width: var(--wp--style--global--content-size);
    margin-top: 2rem;
    text-transform: uppercase;
    padding-bottom: 2rem;
    margin-bottom: 5rem;
  }

.block-social_share {
  background: transparent;
  padding-top: 1.5rem;
  }

@media (width >= 768px) {

.block-social_share {
    display: grid;
    grid-template-columns: 66px auto;
    grid-gap: 0.5rem;
    justify-content: end;
    justify-items: end;
    align-items: center;
  }
  }

.block-social_share p.share-heading {
    font-family: var(--jcore-heading-font-family);
  }

@media (width >= 768px) {

.block-social_share p.share-heading {
      margin-bottom: 0;
      margin-top: 0;
  }
    }

.block-social_share .social-media-share a {
    color: var(--wp--preset--color--white);
    -webkit-text-decoration: none;
    text-decoration: none;
    }

.block-social_share .social-media-share a:hover {
      -webkit-text-decoration: none;
      text-decoration: none;
    }

.block-social_share .social-media-share a .fa-circle {
        color: var(--wp--preset--color--middleblue);
      }

/* Yoast FAQ & Accordion Block Styling */

.schema-faq,
.block-accordion {
  border-top: 1px solid var(--wp--preset--color--light);
}

.schema-faq-section,
.block-accordion .accordion-section {
  background: var(--wp--preset--color--white);
  border-radius: 12px;
  padding: 0 1.25rem;
}

.schema-faq-section:not(.does-not-exist) p:last-child {
    padding-bottom: 1.5rem;
  }

.block-accordion .accordion-section p:last-child {
    padding-bottom: 1.5rem;
  }

.schema-faq-section .schema-faq-question,
.block-accordion .accordion-title {
  font-family: var(--jcore-heading-font-family);
  font-size: var(--wp--preset--font-size--mini);
  font-weight: 400;
  margin: 10px 0;
  padding: 1rem 20% 1rem 0;
  cursor: pointer;
  position: relative;
  text-align: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  width: 100%;
}

.schema-faq-section .schema-faq-question:after {
    content: "\f078";
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    top: 50%;
    right: 0;
    width: 29px;
    height: 29px;
    background: #b5d9f9;
    border-radius: 999px;
    text-align: center;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #052F56;
    font-size: 0.75rem;
    font-weight: 900;
  }

.block-accordion .accordion-title:after {
    content: "\f078";
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    top: 50%;
    right: 0;
    width: 29px;
    height: 29px;
    background: #b5d9f9;
    border-radius: 999px;
    text-align: center;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #052F56;
    font-size: 0.75rem;
    font-weight: 900;
  }

.schema-faq-section .schema-faq-question.faq-q-open:after {
      content: "\f077";
      font-family: "Font Awesome 6 Pro";
    }

.block-accordion .accordion-title.faq-q-open:after {
      content: "\f077";
      font-family: "Font Awesome 6 Pro";
    }

.schema-faq-section .schema-faq-question.accordion-open:after {
      content: "\f077";
      font-family: "Font Awesome 6 Pro";
    }

.block-accordion .accordion-title.accordion-open:after {
      content: "\f077";
      font-family: "Font Awesome 6 Pro";
    }

.schema-faq-section p.schema-faq-answer,
.accordion-section .accordion-content {
  margin: 0;
  font-weight: 400;
  font-size: var(--wp--preset--font-size--paragraph);
}

@media (width >= 768px) {

.schema-faq-section p.schema-faq-answer,
.accordion-section .accordion-content {
  max-width: 85%;
}
}

.schema-faq-section p.schema-faq-answer {
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  transition:
          height 0.3s ease-in-out, margin 0.3s ease-in-out;
}

.schema-faq-section p.schema-faq-answer.faq-a-open {
    margin-bottom: 1rem;
  }

/**
* Gravity Forms minimalistics if using default base theme in GF settings.
* The theme framework uses root settings, if nothing else defined. 
* Add more gernral settings to root by inspecting the element styling you want to change.
* The button styling is set from Ilme root button styles found in blocks/buttons.css.
* For style changes to take effect: MAKE BUILD!!!
*/

:root .gform-theme--framework {
    --gf-color-primary: var(--wp--preset--color--brand);
    --gf-color-primary-darker: var(--wp--preset--color--brand);
    --gf-ctrl-bg-color: var(--wp--preset--color--white);
    --gf-color-out-ctrl-light-darker:var(--wp--preset--color--lightgrey);
    --gf-ctrl-border-color: var(--wp--preset--color--lightgrey);
    --gf-ctrl-border-color-hover: var(--wp--preset--color--lightgrey);
    --gf-ctrl-radius: 12px;
    --gf-ctrl-textarea-radius: 12px;
    --gf-ctrl-border-width: 1px;
    --gf-ctrl-border-style: solid;
    --gf-ctrl-color: var(--wp--preset--color--black);
    --gf-ctrl-outline-color: var(--wp--preset--color--lightblue);
    --gf-ctrl-outline-color-focus: var(--wp--preset--color--lightblue);
    --gf-ctrl-border-color-focus: var(--wp--preset--color--brand);
    --gf-ctrl-accent-color: var(--wp--preset--color--brand);
    --gf-ctrl-btn-bg-color-ctrl: var(--jcore-button-bg-color);
    --gf-ctrl-btn-color-primary: var(--jcore-button-text-color);
    --gf-ctrl-btn-color-hover-primary: var(--jcore-button-hover-text-color);
    --gf-ctrl-btn-color-hover-ctrl: var(--jcore-button-hover-text-color);
    --gf-ctrl-btn-bg-color-primary: var(--jcore-button-bg-color);
    --gf-ctrl-btn-bg-color-hover-primary: var(--jcore-button-hover-bg-color);
    --gf-ctrl-btn-bg-color-hover-ctrl: var(--jcore-button-hover-bg-color);
    --gf-ctrl-btn-radius: 29px;
    --gf-ctrl-btn-font-weight: var(--jcore-button-font-weight);
    --gf-ctrl-btn-text-transform: uppercase;
    --gf-ctrl-btn-font-size: var(--jcore-button-font-size);
    --gf-ctrl-btn-font-style: normal;
    --gf-ctrl-btn-font-family: var(--jcore-heading-font-family);
    --gf-ctrl-btn-font-size-md: var(--wp--preset--font-size--paragraph);
    --gf-ctrl-btn-padding-y: 1rem;
    --gf-ctrl-btn-padding-x-md: 2rem;
    --gf-ctrl-choice-check-color: var(--wp--preset--color--brand);
    --gf-field-pg-prog-bar-bg-color-blue: var(--wp--preset--color--brand);
    --gf-field-pg-prog-bar-bg-color-orange: var(--wp--preset--color--brand);
    --gf-ctrl-label-font-size-primary: var(--wp--preset--font-size--paragraph);
    --gf-ctrl-label-font-size-tertiary: var(--wp--preset--font-size--mini);
    --gf-color-in-ctrl-primary: var(--wp--preset--color--brand);
    --gf-color-in-ctrl-primary-darker: var(--wp--preset--color--brand);
    --gf-ctrl-file-zone-icon-color: var(--wp--preset--color--brand);
    --gf-form-footer-margin-y-start: 2.5rem;
    --gf-field-prod-quant-width: 65px;
  }

body .gform_wrapper .gform_fields {
      gap: 1.5rem;
    }

@media (width >= 640px) {

body .gform_wrapper .gform-footer {
      display: flex;
      justify-content: flex-end;
    }
      }

body .gform-theme--framework.prodlist_wrapper .prod {
    max-width: 500px;
  }

body .gform-theme--framework .gfield--type-product .ginput_quantity {
    margin-bottom: var(--gf-field-prod-quant-margin-y-end);
    order: 3;
    flex-basis:10%;
  }

body .gform-theme--framework .gfield--type-product .ginput_container_singleproduct {
    display: flex;
    flex-direction: row;
    align-content: center;
    
  }

body .gform-theme--framework .ginput_quantity_label.gform-field-label {
    order: 4;
    flex-basis:10%;
    font-size: 18px;
    margin-left: 1rem;
    align-self: center;
  }

body .gform-theme--framework .ginput_quantity {
    
    
  }

body .gform-theme--framework .gform-field-label.gform-field-label--type-sub-large.ginput_product_price_label {
    display: none;
  }

body .gform-theme--framework .gform-field-label.gform-field-label--type-sub-large.ginput_product_price {
    font-size: 20px;
    font-weight: 500;
    color: var(--wp--preset--color--brand);
  }

body .gform-theme--framework .ginput_product_price_wrapper{
      flex-basis:70%;
  }

/** Block frontend styling */

.block-interactive_image_tool.aligncenter .image-wrapper {
    margin: auto;
}

.block-interactive_image_tool.alignright .image-wrapper {
    margin-left: auto;
}

.block-interactive_image_tool.alignleft .image-wrapper {
    margin-right: auto;
}

.block-interactive_image_tool .image-wrapper {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}

.block-interactive_image_tool .image-wrapper figure {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.block-interactive_image_tool .image-wrapper figure .hotspot-image {
    transition: all 0.25s ease-in-out;
}

.block-interactive_image_tool .image-wrapper .hotspot, .block-interactive_image_tool .image-wrapper .hotspot-fake {
    cursor: pointer;
    position: absolute;
    height: 43px;
    width: 43px;
    z-index: 5;
    transform: translate(-50%, -50%);
    background-color: var(--wp--preset--color--yellow);
    border-radius: 50%;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 0 0 0 rgba(255, 205, 0, 0.5);
}

.block-interactive_image_tool .image-wrapper .hotspot .marker, .block-interactive_image_tool .image-wrapper .hotspot-fake .marker {
    z-index: 30;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    position: relative;
    display: flex;
    cursor: pointer;
}

.block-interactive_image_tool .image-wrapper .hotspot .marker:after{
        content: "";
        position: absolute;
        height: 55px;
        width: 55px;
        border-radius: 50%;
        left: 50%;
        border: 1px solid var(--wp--preset--color--yellow);;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.block-interactive_image_tool .image-wrapper .hotspot-fake .marker:after{
        content: "";
        position: absolute;
        height: 55px;
        width: 55px;
        border-radius: 50%;
        left: 50%;
        border: 1px solid var(--wp--preset--color--yellow);;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.block-interactive_image_tool .image-wrapper .hotspot .marker .hotspot-index, .block-interactive_image_tool .image-wrapper .hotspot-fake .marker .hotspot-index {
    color: white;
    margin-left: auto;
    margin-right: auto;
    line-height: 43px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: opacity 0.25s ease-in-out;
}

@media (max-width: 576px) {
    .block-interactive_image_tool .image-wrapper .hotspot .marker .hotspot-index, .block-interactive_image_tool .image-wrapper .hotspot-fake .marker .hotspot-index {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 14px;
    }
}

.block-interactive_image_tool .image-wrapper .hotspot .marker.toggle .hotspot-index, .block-interactive_image_tool .image-wrapper .hotspot-fake .marker.toggle .hotspot-index {

}

.block-interactive_image_tool .image-wrapper .hotspot .marker.toggle::after, .block-interactive_image_tool .image-wrapper .hotspot-fake .marker.toggle::after {
}

.block-interactive_image_tool .image-wrapper .hotspot .hotspot-tooltip, .block-interactive_image_tool .image-wrapper .hotspot-fake .hotspot-tooltip {
    display: flex;
    z-index: 1;
    flex-direction: column;
    width: 262px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(calc(25px + 43px / 2 ));
    cursor: auto;
    height: auto;
    text-align: center;
    border: 0 solid black;
    box-shadow: 0px 8px 24px rgba(0,0,0,0.07843);
    border-radius: 12px;
    background-color: #FFFFFF;
    padding: 1rem;
    transition: opacity 0.25s ease-in-out;
    pointer-events: none;
    opacity: 0;
}

.block-interactive_image_tool .image-wrapper .hotspot .hotspot-tooltip .tooltip-title, .block-interactive_image_tool .image-wrapper .hotspot-fake .hotspot-tooltip .tooltip-title {
    font-size: 1.25rem;
    transition: none;
    margin-bottom: 0;
    color: black;
}

.block-interactive_image_tool .image-wrapper .hotspot .hotspot-tooltip .tooltip-text, .block-interactive_image_tool .image-wrapper .hotspot-fake .hotspot-tooltip .tooltip-text {
    margin-top: 12px;
    margin-bottom: 1rem;
    line-height: 1.4;
    transition: none;
    font-size: 1rem;
    color: black;
}

.block-interactive_image_tool .image-wrapper .hotspot .hotspot-tooltip .hotspot-link, .block-interactive_image_tool .image-wrapper .hotspot-fake .hotspot-tooltip .hotspot-link {
    margin-top: auto;
    font-size: 14px;
    padding-top: 0.5rem;
    text-transform: uppercase;
    transition: none;
    color: #ec6608;
    margin-bottom: 1rem;
    line-height: 1.4;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

.block-interactive_image_tool .image-wrapper .hotspot .hotspot-tooltip .hotspot-link:hover, .block-interactive_image_tool .image-wrapper .hotspot-fake .hotspot-tooltip .hotspot-link:hover {
    color: #000;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

.block-interactive_image_tool .image-wrapper .hotspot .hotspot-tooltip img, .block-interactive_image_tool .image-wrapper .hotspot-fake .hotspot-tooltip img {
    margin-bottom: calc(1.5rem - 12px);
    margin-top: 12px;
    width: 100%;
    background-color: #364854;
}

.block-interactive_image_tool .image-wrapper .hotspot .hotspot-tooltip.pop-left, .block-interactive_image_tool .image-wrapper .hotspot-fake .hotspot-tooltip.pop-left {
    transform: translateX(calc(-100% - 25px - 43px / 2 ));
}

@media (max-width: 576px) {
    .block-interactive_image_tool .image-wrapper .hotspot .hotspot-tooltip, .block-interactive_image_tool .image-wrapper .hotspot-fake .hotspot-tooltip {
        display: none;
    }
}

.block-interactive_image_tool .image-wrapper .hotspot.toggle, .block-interactive_image_tool .image-wrapper .hotspot-fake.toggle {
    z-index: 6;
}

.block-interactive_image_tool .image-wrapper .hotspot.toggle .hotspot-tooltip, .block-interactive_image_tool .image-wrapper .hotspot-fake.toggle .hotspot-tooltip {
    opacity: 1;
    pointer-events: auto;
}

.block-interactive_image_tool .mobile {
    display: none;
}

.block-interactive_image_tool .mobile .hotspot-container {
    cursor: pointer;
    width: 100%;
    margin-bottom: 0.625rem;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.07843);
    border-radius: 12px;
    background-color: #FFFFFF;
}

.block-interactive_image_tool .mobile .hotspot-container .hotspot-heading {
    display: flex;
    padding: 0.75rem 1.25rem 0.75rem 0;
    word-break: break-word;
    text-align: left;
}

.block-interactive_image_tool .mobile .hotspot-container .hotspot-heading .hotspot-fake {
    transition: all 0.125s ease-in-out;
    margin: auto 1rem;
    display: block;
    height: 0.625rem;
    width: 0.625rem;
    background-color: var(--wp--preset--color--yellow);;
    border-radius: 50%;
    position: relative;
}

.block-interactive_image_tool .mobile .hotspot-container .hotspot-heading .hotspot-fake::after {
    position: absolute;
    height: calc(0.625rem + 6px);
    width: calc(0.625rem + 6px);
    content: "";
    border: solid 1px var(--wp--preset--color--yellow);;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transition: all 0.125s ease-in-out;
}

.block-interactive_image_tool .mobile .hotspot-container .hotspot-heading .tooltip-title {
    color: black;
    margin-top: auto;
    margin-bottom: auto;
}

.block-interactive_image_tool .mobile .hotspot-list .hotspot-accordion {
    display: none;
    color: black;
    text-align: left;
}

.block-interactive_image_tool .mobile .hotspot-list .hotspot-accordion > * {
    padding-left: 1rem;
    padding-right: 1rem;
}

.block-interactive_image_tool .mobile .hotspot-list .hotspot-accordion > *:first-child {
    padding-top: 1rem;
}

.block-interactive_image_tool .mobile .hotspot-list .hotspot-accordion > *:last-child {
    padding-bottom: 2rem;
    margin-bottom: 0;
}

.block-interactive_image_tool .mobile .hotspot-list .hotspot-accordion p {
    color: black;
}

.block-interactive_image_tool .mobile .hotspot-list .hotspot-accordion.toggle {
    display: block;
}

.block-interactive_image_tool .mobile .hotspot-list .hotspot-accordion img {
    margin-bottom: 0.5rem;
}

.block-interactive_image_tool .mobile .hotspot-list .hotspot-accordion a {
    box-shadow: none;
    color: #ec6608;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

@media (max-width: 576px) {
    .block-interactive_image_tool .mobile {
        display: block;
    }
    .block-interactive_image_tool .hotspot {
        display: block;
        height: 1.25rem !important;
        width: 1.25rem !important;
        position: relative;
    }
    .block-interactive_image_tool .hotspot .hotspot-tooltip {
        display: none;
    }
    .block-interactive_image_tool[data-active="true"] .image-wrapper .hotspot[data-active="false"] {
        opacity: 0;
        pointer-events: none;
    }
    .block-interactive_image_tool[data-active="true"] .hotspot-list .hotspot-item[data-active="false"] .hotspot-fake {
        background-color: #3a4853;
    }
    .block-interactive_image_tool[data-active="true"] .hotspot-list .hotspot-item[data-active="false"] .hotspot-fake:after {
        border-color: #3a4853;
    }
    .block-interactive_image_tool .image-wrapper .hotspot .marker:after {
        height: 1.5rem;
        width: 1.5rem;
    }
}

@media (min-width: 577px) {
    .block-interactive_image_tool .hotspot-image {
        transform: scale(1) !important;
        -o-object-position: center !important;
           object-position: center !important;
    }
}

/* Buttons, all non-hover styling comes from theme.json */

.wp-block-buttons .wp-block-button:hover .wp-block-button__link {
        color: var(--wp--preset--color--white);
        background: var(--wp--preset--color--darkerblue);
        border-color: var(--wp--preset--color--darkerblue);
      }

.wp-block-buttons .wp-block-button.is-style-outline:hover .wp-element-button {
        color: var(--wp--preset--color--black);
        background: var(--wp--preset--color--lightgrey);
        border-color: var(--wp--preset--color--lightgrey);
      }

/**
* Set buttons colors and font variables for use elsewhere in theme where not G-berg,for example btn-class for form submit or tease-link or pagination?
*/

:root {
  --jcore-button-bg-color: var(--wp--preset--color--brand);
  --jcore-button-border-color: var(--wp--preset--color--brand);
  --jcore-button-text-color: var(--wp--preset--color--white);
  --jcore-button-active-bg-color: var(--wp--preset--color--brand);
  --jcore-button-active-txt-color: var(--wp--preset--color--light);
  --jcore-button-hover-bg-color: var(--wp--preset--color--darkerblue);
  --jcore-button-hover-text-color: var(--wp--preset--color--light);
  --jcore-button-hover-border-color: var(--wp--preset--color--darkerblue);
  --jcore-button-font-size: var(--wp--preset--font-size--paragraph);
  --jcore-button-padding: 1rem 1.5rem;
}

.btn {
  background-color: var(--jcore-button-bg-color);
  color: var(--jcore-button-text-color);
  border-color: var(--jcore-button-border-color);
  padding: 1rem 1.5rem;
  padding: var(--jcore-button-padding);
  font-size: var(--jcore-button-font-size);
  text-transform: uppercase;
}

.btn:hover {
    background-color: var(--jcore-button-hover-bg-color);
    color: var(--jcore-button-hover-text-color);
    border-color: var(--jcore-button-hover-border-color);
  }

/**
*
*Search in nav that opens search-field 
*AND 
*styles the Gutenberg search-block like Ilme search field. 
*
*/

.toggle-search .fa-search {
    color: var(--wp--preset--color--white);
    }

.searchbar-container {
      display: none;
    }

.searchbar-container.toggle {
      display: block;
      background-color: var(--wp--preset--color--dark);
    }

.searchform, .wp-block-search {
      margin-bottom: 6px;
      margin-top: 6px;
    }

.searchform input,.wp-block-search input {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        border: 1px solid var(--jcore-button-bg-color);
        flex-grow: 1;
        margin-left: 0;
        margin-right: 0;
        min-width: 3rem;
        padding: .45rem 1rem;
        text-decoration: none !important;
        text-decoration: initial !important;
        font-size: var(--jcore-button-font-size);
        margin-bottom: 8px;
        margin-right: 6px;
      }

.searchform .wp-block-search__button,.wp-block-search .wp-block-search__button,.searchform .btn[type="submit"],.wp-block-search .btn[type="submit"] {
        padding: calc(0.45rem + 1px) calc(1rem + 1px);
        font-size: var(--jcore-button-font-size);
        margin-left: 0;
        margin-bottom: 8px;
        background-color: var(--jcore-button-bg-color);
        color: var(--jcore-button-text-color);
      }

.searchform .wp-block-search__inside-wrapper,.wp-block-search .wp-block-search__inside-wrapper {
        margin-top: 6px;
        display: flex;
      }

/*
* Gutenberg block Details styling as accordion 
* 
*
*/

/* PDF and CAD special styles, then basics */

details.wp-block-details.pdf summary::marker {
    content: "\f1c1\ \ ";
    font-family: "Font Awesome 6 Sharp";
    font-weight: 300;
    color: var(--wp--preset--color--brand);
  }

details.wp-block-details.cad summary::marker {
    content: "\e672\ \ ";
    font-family: "Font Awesome 6 Sharp";
    font-weight: 300;
    color: var(--wp--preset--color--brand);
  }

details.wp-block-details.grey {
  background-color: var(--wp--preset--color--background);
  padding: 0 2.5rem 0 0;
}

/*
*
* General Details styles Background-color, color, border-radius and shadow can be set in theme.jason, but chose to put it all here instead.
*
*/

details.wp-block-details {
  background-color: var(--wp--preset--color--white);
  border-radius: 12px;
}

details.wp-block-details summary {
    box-sizing: border-box;
    padding: 1rem 2.5rem 1rem 1rem;
    font-family: var(--jcore-heading-font-family);
    font-size: var(--wp--preset--font-size--heading-5);
    font-weight: 400;
    border-radius: 12px;
  }

details.wp-block-details summary  + * {
      margin-top: 1rem;
    }

@media (width >= 768px) {

details.wp-block-details summary {
      padding: 1rem 3.5rem 1rem 1.5rem;
  }
    }

details.wp-block-details summary::marker {
    content: none;
    display: none;
  }

details.wp-block-details summary::-webkit-details-marker {
    display: none;
  }

/* Add a custom transition when opening/closing. */

.wp-block-details {
  transition: all 0.5s ease-in-out;
  margin-bottom: 1rem;
  border-radius: 0;
  position: relative;
}

/* Add horizontal margin to nested blocks/elements. */

.wp-block-details > :where(:not(summary)) {
  margin-left: 1rem;
  margin-right: 2.5rem;
}

@media (width >= 768px) {

.wp-block-details > :where(:not(summary)) {
    margin-left: 1.5rem;
    margin-right: 3rem;
}
  }

/* If open, add some bottom padding to avoid content butting against the bottom. */

.wp-block-details[open] {
  padding-bottom: 0.25rem;
}

/* Change the background of the `summary` element based on state. 
.wp-block-details[open] summary,
.wp-block-details summary:hover,
.wp-block-details summary:focus {
  background: var(--wp--preset--color--white);
}*/

.wp-block-details summary::after {
  content: "\f13a";
  font-family: "Font Awesome 6 Sharp";
  font-size: 1.5rem;
  font-weight: 900;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  color: var(--wp--preset--color--middleblue);
}

@media (width >= 768px) {

.wp-block-details summary::after {
    font-size: 1.75rem;
    right: 1rem;
}
  }

.wp-block-details[open] summary::after {
  content: "\f139";
}

/* Wrapper to show videos embedded with Gutenberg responsively Works out of the box for YouTube videos. Add videowrapper class to work with any embedded iframe */

.wp-block-embed-youtube .wp-block-embed__wrapper,.videowrapper .wp-block-embed__wrapper {
    aspect-ratio: 16/9;
  }

.wp-block-embed-youtube .wp-block-embed__wrapper iframe,.videowrapper .wp-block-embed__wrapper iframe {
      width: 100%;
      height: 100%;
    }

/*FILE block*/

.wp-block-file {
    position: relative;
  }

.wp-block-file a:hover {
    -webkit-text-decoration: underline;
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

.wp-block-file a.wp-block-file__button {
    border-radius: 0;
    background-color: var(--wp--preset--color--brand);
    font-size: var(--wp--preset--font-size--mini);
    text-transform: uppercase;
    position: relative;
    padding: 0.45rem 2rem 0.45rem 2.5rem;
    color: var(--wp--preset--color--white);
    margin-left: 0;
    width: -moz-max-content;
    width: max-content;
  }

.wp-block-file a.wp-block-file__button:hover {
    opacity: 1;
  }

.wp-block-file a.wp-block-file__button:before {
    content: "\f019";
    font-family: "Font Awesome 6 Sharp";
    font-weight: 600;
    position: absolute;
    left: 8px;
    font-size: 16px;
    color: var(--wp--preset--color--white);
    top: 5px;
  }

/* Media and images */

.wp-block-image.alignleft {
        float: left;
    }

.wp-block-image.alignright {
        float: right;
    }

.wp-block-image.aligncenter {
        margin-left: auto;
        margin-right: auto;
    }

.wp-block-image {
    border-radius: 8px;
}

.wp-block-image img {
        border-radius: 8px;
    }

.wp-block-image img.no-radius {
        border-radius: 0;
    }

.wp-block-cover:not(.no-radius) .wp-block-cover__image-background {
        border-radius: 0;
    }

/*Lightbox enabled, but no icon on the image on hover.*/

figure button.lightbox-trigger {
        display: none;
    }

/*
* A class for zooming images on hover *
*/

.img-hover-zoom {
    overflow: hidden;
}

.img-hover-zoom img {
    transition: transform 0.5s ease;
    filter: brightness(90%);
}

.img-hover-zoom:hover img {
    transform: scale(1.1);
    filter: brightness(100%);
}

/*
* A class for zooming images on hover with brightness reversed compared to normal image-zoom *
*/

.img-hover-zoom-reverse {
    overflow: hidden; 
  }

.img-hover-zoom-reverse img {
    transition: transform .5s ease;
    filter: brightness(100%);
  }

.img-hover-zoom-reverse:hover img {
    transform: scale(1.1);
    filter: brightness(85%);
  }

/* Gallery */

.blocks-gallery-grid figure.wp-block-image figcaption,.wp-block-gallery figure.wp-block-image figcaption {
        padding: 1em 0.7em 0.77em;
        font-weight: 300;
        font-size: 16px !important;
    }

/* Gutenberg media and text block */

.wp-block-media-text .wp-block-media-text__content {
      /* remove the default 7% horizontal padding */
      padding: 0;
    }

/* Gutenberg pullquote and blockquote -nothing set int theme.json*/

blockquote.wp-block-quote {
  margin-bottom: 2rem;
}

/* Pullquote */

.wp-block-pullquote {
  margin-bottom: 2rem;
  padding: 0;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-pullquote blockquote {
    border: none;
    margin-top: 5rem;
  }

.wp-block-pullquote blockquote p {
      font-family: var(--jcore-heading-font-family);
      font-size: 2.25rem;
      font-style: normal;
      text-align: center;
      font-weight: 300;
      margin-bottom: 2rem;
      line-height: 1.17;
    }

.wp-block-pullquote blockquote p:first-of-type:before {
        font-size: 2rem;
        color: var(--wp--preset--color--brand);
        content: "\22";
        font-family: "Font Awesome 6 Sharp";
        font-weight: 900;
        position: absolute;
        top: -2.5rem;
        left: calc(50% - 1.25rem);
      }

.wp-block-pullquote blockquote p:last-of-type:after {
        content: "";
      }

.wp-block-pullquote blockquote cite {
      font-family: var(--jcore-heading-font-family);
      font-style: normal !important;
      font-size: var(--wp--preset--font-size--mini);
      text-align: center;
    }

.wp-block-pullquote blockquote  > * {
      position: relative;
    }

/* RSS Feed block */

ul.wp-block-rss {
    list-style: none;
  }

.wp-block-rss .wp-block-rss__item {
    background-color: var(--wp--preset--color--light);
    margin-bottom: 0;
    min-height: 150px;
    padding: 1rem;
  }

.wp-block-rss .wp-block-rss__item a {
    color: var(--wp--preset--color--brand);
    font-size: var(--wp--preset--font-size--heading-4);
    margin-bottom: 0.75rem;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

.wp-block-rss .wp-block-rss__item a::after {
      content: "\ \ \f09e";
      font-family: "Font Awesome 6 Sharp";
      font-weight: 400;
    }

.wp-block-rss .wp-block-rss__item a:hover {
      -webkit-text-decoration: underline;
      text-decoration: underline;
      text-underline-offset: 3px;
      text-decoration-thickness: from-font;
    }

.wp-block-rss .wp-block-rss__item .wp-block-rss__item-publish-date {
    font-weight: bold;
    margin: 0.75rem 0;
    font-size: var(--wp--preset--font-size--mini);
  }

.wp-block-rss .wp-block-rss__item:nth-of-type(2n + 1) {
    background-color: var(--wp--preset--color--light);
  }

/*WP Block Table, style-variation: stripes */

.wp-block-table.is-style-stripes {
  margin: 0 0 0 1rem;
  border-bottom: none; 
}

.wp-block-table.is-style-stripes tbody tr:nth-child(2n + 1) {
    background-color: var(--wp--preset--color--white);
    
  }

.wp-block-table.is-style-stripes tbody tr {
    background-color: var(--wp--preset--color--background);
    
  }

.wp-block-table thead {
    border-bottom: none;
  }

/*Table styling*/

.wp-block-table {
  
  font-size: var(--wp--preset--font-size--paragraph);
}

.wp-block-table thead {
    text-align: left;
    font-size: var(--wp--preset--font-size--mini);
  }

.wp-block-table thead tr th {
        border: none;
        font-weight: 400 !important;
      }

.wp-block-table tr:nth-child(even) {
      background-color: var(--wp--preset--color--background);
    }

.wp-block-table tr td {
      border: none;
      padding: .75rem;
    }

@media (width <= 640px) {
    .wp-block-table table {
      width: 100%;
      border-collapse: collapse;
    }

      .wp-block-table table thead {
        display: none;
      }

      .wp-block-table table tr {
        display: block !important;
      }

      .wp-block-table table td {
        display: block;
        text-align: left;
      }
  }

.block-services .service {
    position: relative;
    display: grid;
    grid-template-columns: 70px auto;
    grid-gap: 1.5rem;
    gap: 1.5rem;
    margin-bottom: var(--wp--custom--spacing-sizes--small);
  }

.block-services .service p {
      margin-bottom: 0;
      margin-top: 0;
    }

.block-services .service .fa-icon i {
      color: var(--wp--preset--color--black);
      background-color: var(--wp--preset--color--lightblue);
      border-radius: 50%;
      height: 63px;
      width: 63px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 22px;
    }

.block-services .service h4 {
      margin-top: 8px;
      margin-bottom: 8px;
      font-size: var(--wp--preset--font-size--mini);
      line-height: 1.1;
    }

.block-services .service a {
      font-size: var(--wp--preset--font-size--mini);
      font-weight: 500;
    }

/* 
* YOAST Breadcrumbs block styling on differnet backgrounds
*
*/

.wave .yoast-breadcrumbs {
    color: var(--wp--preset--color--white);
  }

.wave .yoast-breadcrumbs span {
      font-size: 12px;
      text-transform: uppercase;
    }

.wave .yoast-breadcrumbs a {
      color: var(--wp--preset--color--white);
    }

.yoast-breadcrumbs span {
      font-size: 12px;
      text-transform: uppercase;
    }

.yoast-breadcrumbs .breadcrumb_last {
      color: var(--wp--preset--color--light);
    }

.yoast-breadcrumbs a {
      color: var(--wp--preset--color--black);
    }

@media (width >= 640px) {

.block-img_heading .set {
      position: relative;
      display: grid;
      grid-template-columns: 70px auto;
      grid-gap: 1.5rem;
      gap: 1.5rem;
  }
    }

.block-img_heading .set .fa-icon {
      margin-top: 1rem;
    }

.block-img_heading .set .fa-icon.white i {
      color: var(--wp--preset--color--white);
    }

.block-img_heading .set .fa-icon.black i {
      color: var(--wp--preset--color--black);
    }

.block-img_heading .set .fa-icon i {
      background-color: var(--wp--preset--color--middleblue);
      border-radius: 50%;
      height: 63px;
      width: 63px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 22px;
    }

.block-img_heading .set .image img {
      margin-top: 1rem;
      max-width: 63px;
      height: auto;
    }

.block-img_heading .set h3,.block-img_heading .set h5 {
      margin-top: 1rem;
      line-height: 1.1;
    }

.block-img_heading .set h5 {
      margin-bottom: .5rem;
    }

.block-img_heading .set p {
      margin-top:.5rem;
      margin-bottom: 1rem;
    }

.search-items {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(2, 1fr);

}

.search-items article {
    background-color: var(--wp--preset--color--light);
    border-radius: 1rem;
    padding: 1rem;
  }

.pagination-block {
  --jcore-button-bg-color: transparent; /* because a-tag is styles here as btn, and .btn is one level up */
  --jcore-button-hover-bg-color: transparent;
  padding: 2rem;
  display: flex;
  justify-content: space-evenly;
}

.pagination-block  > section {
    display: flex;
    align-items: center;
  }

.pagination-block div {
    padding: 0;
  }

.pagination-block div a {
      color: var(--wp--preset--color--black);
      background-color:var(--wp--preset--color--brand);
      border-radius: .5rem;
      padding: 0.75rem;
      margin: 1rem;
    }

.pagination-block div a:hover {
        -webkit-text-decoration: none;
        text-decoration: none;
        background-color: var(--wp--preset--color--light);
      }

.pagination-block div.current a{
        background-color: var(--wp--preset--color--light);
        color: var(--jcore-button-active-txt-color);
      }

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