/* colours */
/* vendor prefixes */
/* loading */
@keyframes expandWidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes expandWidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes expandWidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.body-loading {
  position: fixed;
  z-index: 999999999;
  top: 0;
  left: 0;
  height: 3px;
  background-color: #ffffff;
  display: none;
}
body.loading .body-loading {
  display: block;
  -webkit-animation: expandWidth 2s linear 1;
  -khtml-animation: expandWidth 2s linear 1;
  -moz-animation: expandWidth 2s linear 1;
  animation: expandWidth 2s linear 1;
}
/* layout */
.constrain {
  position: relative;
}
.center-xy {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.center-x {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.center-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.height100 {
  position: relative;
  min-height: -moz-fill-available;
  min-height: fill-available;
  min-height: 100vh;
}
/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
  .height100 {
    /* The hack for Safari */
    min-height: -webkit-fill-available;
  }
}
.fullwidth {
  width: 100%;
}
.fullscreen {
  position: relative;
  min-height: -moz-fill-available;
  min-height: fill-available;
  min-height: 100vh;
  width: 100%;
}
.centreAlignGallery .spectra-image-gallery__layout--carousel .slick-track {
  align-items: stretch;
}
html,
body,
html a {
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
a:not(.btn),
a:not(.btn):active {
  border: 0;
  outline: 0;
}
img {
  border: 0;
  outline: 0;
  display: block;
  height: auto;
  max-width: 100%;
}
.aligncenter img {
  margin-left: auto;
  margin-right: auto;
}
/* page layout */
#wrapper {
  margin: 0 auto;
}
/* header */
#header {
  background-color: var(--wp--preset--color--green);
}
#header h1 {
  margin: 0;
  padding-top: var(--wp--preset--spacing--40);
  padding-bottom: var(--wp--preset--spacing--10);
  font-weight: 600;
}
#header h1 a {
  text-decoration: none;
  color: var(--wp--preset--color--orange);
}
/* site navigation */
#top-menu li {
  list-style-type: none;
}
#top-menu ul,
#top-menu li {
  margin: 0;
  padding: 0;
}
#top-menu ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  padding-bottom: 5px;
}
#top-menu a {
  display: block;
  color: white;
  padding: 12px;
  text-decoration: none;
  font-weight: 600;
}
#top-menu li.current-menu-item > a,
#top-menu a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-color: var(--wp--preset--color--orange);
}
/* FAQ accordions */
.schema-faq {
  padding-left: 24px;
}
.schema-faq .question {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: var(--wp--preset--font-size--small);
}
.schema-faq .question::before,
.schema-faq .question::after {
  content: '';
  position: absolute;
  left: -24px;
  top: 45%;
  height: 1px;
  width: 14px;
  background-color: black;
}
.schema-faq .question::after {
  transform: rotate(90deg);
  transform-origin: center;
  transition: all 0.2s ease-in-out;
}
.schema-faq .question strong {
  font-weight: 600;
}
.schema-faq .answer {
  overflow-y: hidden;
  position: relative;
}
.schema-faq .answer .schema-faq-answer {
  margin-top: -100%;
  transition: all 0.2s ease-in-out;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
}
.schema-faq .schema-faq-section {
  margin-bottom: 16px;
}
.schema-faq .schema-faq-section.open .schema-faq-answer {
  margin-top: 16px;
  transition: all 0.2s ease-in-out;
}
.schema-faq .schema-faq-section.open .question::after {
  transform: rotate(0);
  transition: all 0.2s ease-in-out;
}
.wp-block-latest-posts__list li,
.widget_recent_entries li {
  list-style-type: none;
  margin: 0;
}
.wp-block-latest-posts__list a.wp-block-latest-posts__post-title,
.widget_recent_entries a.wp-block-latest-posts__post-title {
  font-size: var(--wp--preset--font-size--large);
  font-family: var(--wp--preset--font-family--playfair-display);
  line-height: 2rem;
  color: var(--wp--preset--color--navy-blue);
  text-decoration: none;
  margin-bottom: 16px;
  display: block;
}
.wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt,
.widget_recent_entries .wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts__list .wp-block-latest-posts__post-date,
.widget_recent_entries .wp-block-latest-posts__post-date {
  font-family: var(--wp--preset--font-family--work-sans);
  font-size: var(--wp--preset--font-size--body-small);
  font-weight: 300;
}
.wp-block-latest-posts__list .wp-block-latest-posts__post-date,
.widget_recent_entries .wp-block-latest-posts__post-date {
  font-weight: 500;
  margin-bottom: 32px;
}
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignleft,
.widget_recent_entries .wp-block-latest-posts__featured-image.alignleft {
  margin-right: 2rem;
}
.page-template-news .content-wrap {
  padding-top: 24px;
}
.page-template-news #latestNews {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-news #latestNews.loading {
  padding-bottom: 48px;
  background-image: url('/ozone/wp-content/themes/ozonereimagined/img/loading.gif');
  background-repeat: no-repeat;
  background-position: center bottom;
}
.page-template-news #latestNews a.wp-block-button__link {
  background-color: transparent;
  border-width: 1px !important;
  border-style: solid;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-top: 16px;
  transition: all 0.2s ease-in-out;
}
.page-template-news #latestNews a.wp-block-button__link:hover {
  background-color: var(--wp--preset--color--green);
  color: white !important;
  transition: all 0.2s ease-in-out;
}
.page-template-news #loadMoreNews {
  margin-top: 32px;
  margin-bottom: 32px;
}
.single-post a.breadcrumb {
  font-size: var(--wp--preset--font-size--body-small);
  text-decoration: none;
}
.single-post a.breadcrumb span {
  font-size: 0.8rem;
  line-height: 1.4rem;
  display: inline-block;
  margin-right: 8px;
}
.single-post .uagb-is-root-container {
  max-width: 1180px;
  padding: 60px 0;
  margin-left: auto;
  margin-right: auto;
}
.single-post .the-content .type-post {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.single-post .the-content .type-post .wp-post-image {
  margin-bottom: 40px;
}
.single-post .the-content .type-post h1 {
  padding-bottom: var(--wp--preset--spacing--30);
  margin-bottom: var(--wp--preset--spacing--60);
}
.single-post .the-content .type-post h1::after {
  display: none;
}
.single-post .the-content .type-post .postMeta {
  margin-bottom: var(--wp--preset--spacing--60);
}
.sidebar#newsSidebar h2.has-page-title-font-size {
  line-height: 1;
}
.sidebar#newsSidebar h2,
.sidebar#newsSidebar .wp-block-latest-posts__list > li {
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: var(--wp--preset--spacing--50);
  margin-bottom: var(--wp--preset--spacing--50);
}
.sidebar#newsSidebar .wp-block-latest-posts__featured-image {
  margin-bottom: var(--wp--preset--spacing--40);
}
.sidebar#newsSidebar .wp-block-latest-posts__list > li:last-child {
  border: none;
}
.sidebar#newsSidebar .wp-block-latest-posts__post-date {
  margin-bottom: 0;
}
.the-content .type-post {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #B5B5B5;
}
.the-content .type-post:last-child {
  border-bottom: none;
}
.the-content .type-post h2 {
  line-height: 2.3rem;
  margin-bottom: var(--wp--preset--spacing--60);
  padding-bottom: 0;
  margin-bottom: var(--wp--preset--spacing--40);
}
.the-content .type-post h2 a {
  text-decoration: none;
}
.the-content .type-post .wp-block-button .wp-block-button__link {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
.the-content .type-post .postContent {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.the-content .type-post .postMeta {
  display: flex;
  flex-flow: row nowrap;
  gap: 8px;
  margin-bottom: 24px;
}
.the-content .type-post .postExcerpt {
  flex-basis: 100%;
  margin-bottom: 16px;
}
.the-content .type-post .postExcerpt p {
  font-size: var(--wp--preset--font-size--body-small);
}
.the-content .type-post .postExcerpt p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  nav#top-menu a {
    font-size: 0.7rem;
    padding-left: 10px;
    padding-right: 10px;
  }
  .wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
    font-size: var(--wp--preset--font-size--body-small);
  }
}
@media (max-width: 921px) {
  #top-menu ul {
    flex-flow: column nowrap;
    padding-bottom: 15px;
  }
  #top-menu a {
    text-align: center;
  }
  .has-x-large-font-size {
    font-size: 30px !important;
  }
  .has-large-font-size {
    font-size: 32px !important;
  }
  .has-medium-font-size {
    font-size: 24px !important;
  }
  .has-small-font-size {
    font-size: 18px !important;
  }
  .schema-faq .answer .schema-faq-answer {
    margin-top: -500%;
  }
  .wp-block-uagb-container a {
    word-break: break-word;
  }
  .the-content #latestNews .type-post .postImage {
    margin-bottom: 16px;
  }
  .the-content #latestNews .type-post .postContent h2,
  .the-content #latestNews .type-post .postContent p {
    padding-left: 0;
    padding-right: 0;
  }
  .the-content #latestNews .type-post .postContent h2 {
    margin-bottom: var(--wp--preset--spacing--40);
  }
  .single-post .uagb-is-root-container {
    padding-top: 65px;
  }
  .single-post .the-content .type-post .wp-post-image {
    margin-bottom: 0;
  }
  .single-post .the-content h1.has-page-title-font-size {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }
  .single-post .the-content .postMeta,
  .single-post .the-content a.breadcrumb {
    padding-left: 0;
    padding-right: 0;
  }
}
