@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/plugins/gantry5/assets/fonts/fontawesome-webfont.woff") format("woff");
}

[hidden] {
  display: none !important;
}

.g-main-nav .g-parent:hover > .g-dropdown,
.g-main-nav .g-parent:focus-within > .g-dropdown,
.g-main-nav .g-parent > .g-menu-item-container[aria-expanded="true"] + .g-dropdown {
  display: block;
  opacity: 1;
  visibility: visible;
}

.restored-carousel {
  display: block !important;
  overflow: hidden;
  position: relative;
}

.restored-carousel > .restored-slide {
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 500ms ease;
  visibility: hidden;
}

.restored-carousel > .restored-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  visibility: visible;
}

.restored-lightbox {
  background: transparent;
  border: 0;
  height: 100%;
  margin: auto;
  max-height: none;
  max-width: none;
  padding: 48px 72px;
  width: 100%;
}

.restored-lightbox::backdrop {
  background: rgba(13, 20, 28, 0.92);
}

.restored-lightbox figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: 0;
}

.restored-lightbox img {
  max-height: calc(100vh - 140px);
  max-width: 100%;
  object-fit: contain;
}

.restored-lightbox figcaption {
  color: #fff;
  font-size: 16px;
  padding-top: 12px;
}

.restored-lightbox button {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 34px;
  height: 48px;
  line-height: 40px;
  padding: 0;
  position: fixed;
  width: 48px;
  z-index: 1;
}

.restored-lightbox-close {
  right: 20px;
  top: 20px;
}

.restored-lightbox-previous,
.restored-lightbox-next {
  top: calc(50% - 24px);
}

.restored-lightbox-previous {
  left: 20px;
}

.restored-lightbox-next {
  right: 20px;
}

.restored-form-status {
  color: inherit;
  font-weight: 600;
  margin: 12px 0 0;
}

.restored-review-provider {
  align-items: center;
  background: #347eb7;
  border: 1px solid #286694;
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  justify-content: center;
  margin: 4px;
  min-height: 48px;
  padding: 8px 14px;
  width: 150px;
}

.wpcr3_rating_style1_score > div {
  cursor: pointer;
}

.wpcr3_rating_style1_score > div.is-selected {
  color: #f3b11b;
}

@media (max-width: 48rem) {
  body.restored-offcanvas-open {
    overflow: hidden;
  }

  #g-offcanvas {
    background: #172330;
    bottom: 0;
    display: block;
    left: 0;
    max-width: calc(100vw - 56px);
    overflow-y: auto;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    transition: transform 220ms ease;
    width: 320px;
    z-index: 10002;
  }

  .restored-offcanvas-open #g-offcanvas {
    transform: translateX(0);
  }

  .restored-offcanvas-open #g-page-surround::after {
    background: rgba(0, 0, 0, 0.48);
    content: "";
    inset: 0;
    position: fixed;
    z-index: 10000;
  }

  .g-offcanvas-toggle {
    border: 0;
    display: block !important;
    cursor: pointer;
    height: 24px;
    left: 42px;
    line-height: 24px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 18px;
    width: 24px;
    z-index: 10003;
  }

  .g-offcanvas-toggle .fa {
    font-size: 23px;
    line-height: 24px;
  }

  #g-navigationmain > .g-grid > .g-block.align-right {
    display: none !important;
  }

  .restored-mobile-menu,
  .restored-mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .restored-mobile-menu {
    padding: 64px 18px 24px;
  }

  .restored-mobile-menu a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    color: #fff;
    display: block;
    padding: 13px 10px;
  }

  .restored-mobile-menu .g-dropdown {
    display: none;
    opacity: 1;
    position: static;
    visibility: visible;
    width: auto;
  }

  .restored-mobile-menu .g-menu-parent-indicator::after {
    color: #fff;
    content: "\f107";
    font-family: "FontAwesome";
    line-height: 1;
  }

  .restored-mobile-menu .restored-submenu-open > .g-dropdown {
    display: block;
  }

  .restored-mobile-menu .g-sublevel a {
    font-size: 14px;
    padding-left: 24px;
  }

  .restored-lightbox {
    padding: 56px 48px;
  }

  .restored-lightbox button {
    height: 40px;
    width: 40px;
  }

  .restored-lightbox-close,
  .restored-lightbox-next {
    right: 8px;
  }

  .restored-lightbox-previous {
    left: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .restored-carousel > .restored-slide,
  #g-offcanvas {
    transition: none;
  }
}
