/*
CHANGES TO FILE
- Added font-size mixin 
*/
/**
 * Font Sizes
 * Create default font sizes across all screen sizes with one declaration
 * e.g. @include font-sizes( 34px, 42px, 46px );
 *
**/
:root {
  --highlight-colour: #3d65a5;
  --section-padding: 20px; }
  @media (min-width: 600px) {
    :root {
      --section-padding: 40px; } }
:root {
  --wp-color-forest-green: #29733a;
  --wp-color-goldenrod: #e1d454;
  --wp-color-charcoal: #202020;
  --wp-color-slate-gray: #58595b;
  --wp-color-whisper: #eeeff0;
  --wp-color-mint-cream: #e9f1eb;
  --block-padding: 40px;
  --site-min-padding: 20px;
  --site-max-width: 1240px;
  --wp--style--global--content-size: 1240px;
  --content-max-width: 820px;
  --vh: 1vh;
  --base-letter-spacing: 0.025em;
  --base-letter-spacing: 0.08em;
  --header-colour: #fff; }
  @media (min-width: 900px) {
    :root {
      --block-padding: 80px;
      --site-min-padding: 40px; } }
  @media (min-width: 1400px) {
    :root {
      --block-padding: 110px; } }
  @media (min-width: 1600px) {
    :root {
      --block-padding: 150px; } }
html body {
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 28px;
  --wp--preset--font-size--x-large: 36px; }

@media (min-width: 700px) {
  html body {
    --wp--preset--font-size--small: 14px;
    --wp--preset--font-size--medium: 22px;
    --wp--preset--font-size--normal: 17px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 46px; } }

@media (min-width: 1000px) {
  html body {
    --wp--preset--font-size--small: 15px;
    --wp--preset--font-size--normal: 19px;
    --wp--preset--font-size--medium: 22px;
    --wp--preset--font-size--large: 40px;
    --wp--preset--font-size--x-large: 60px; } }

@media (min-width: 1400px) {
  html body {
    --wp--preset--font-size--small: 16px;
    --wp--preset--font-size--large: 42px;
    --wp--preset--font-size--medium: 24px;
    --wp--preset--font-size--x-large: 70px; } }

*,
::after,
::before {
  box-sizing: border-box; }

.ct-section.site-footer a {
  color: #fff; }

.ct-section.site-footer .legal-text a {
  color: #fff; }

body strong,
body b {
  font-weight: 700; }

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  line-height: 1.2; }

body h2 {
  font-size: 20px; }
  @media (min-width: 600px) {
    body h2 {
      font-size: 28px; } }
  @media (min-width: 900px) {
    body h2 {
      font-size: 32px; } }
body h3 {
  font-size: 20px; }
  @media (min-width: 600px) {
    body h3 {
      font-size: 28px; } }
  @media (min-width: 900px) {
    body h3 {
      font-size: 32px; } }
body h4 {
  font-size: 20px; }
  @media (min-width: 600px) {
    body h4 {
      font-size: 24px; } }
  @media (min-width: 900px) {
    body h4 {
      font-size: 30px; } }
body h5,
body h6 {
  font-size: 14px;
  font-weight: 400; }
  @media (min-width: 600px) {
    body h5,
    body h6 {
      font-size: 15px; } }
iframe {
  display: block;
  max-width: 100%; }

.site-footer .footer-link {
  opacity: 0.9; }
  .site-footer .footer-link:hover {
    color: #fff;
    opacity: 1; }

li::marker {
  color: var(--wp-color-forest-green); }

::-moz-selection {
  background-color: var(--wp-color-charcoal);
  color: #fff; }

::selection {
  background-color: var(--wp-color-charcoal);
  color: #fff; }

h1 {
  text-transform: uppercase; }

/* Alignfull and Alignwide
  --------------------------------------------- */
.site-main .alignfull,
.page-content .alignfull,
.site-main .ct--content .alignfull,
.site-main .ct-inner-content .feature-section {
  width: 100vw;
  max-width: 100vw;
  margin-left: -20px;
  margin-right: -20px; }

.site-main .ct-section-inner-wrap {
  padding-bottom: 0; }
  .site-main .ct-section-inner-wrap .ct-inner-content {
    display: flex;
    flex-direction: column; }

.site-main .top-page-margin {
  margin-top: -56px; }
  @media (max-with: 600px) {
    .site-main .top-page-margin {
      margin-top: -44px; } }
@media (min-width: 800px) {
  .alignwide,
  .ct-inner-content .alignwide {
    max-width: none;
    margin-left: -3em;
    margin-right: -3em; }
  .alignfull,
  .ct-inner-content .alignfull,
  .ct-inner-content .feature-section {
    max-width: none;
    width: 100vw;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2); } }

@media (min-width: 1200px) {
  .alignwide,
  .ct-inner-content .alignwide {
    max-width: none;
    margin-left: -5em;
    margin-right: -5em; } }

/* General Gutenberg Styles
--------------------------------------------- */
.page-article .feature-section {
  margin-top: 3em;
  margin-bottom: 3em; }

.site-main > .ct-section-inner-wrap .inner-page-hero:first-child,
.site-main > .ct-section-inner-wrap .home-hero:first-child {
  margin-top: -40px; }

/* Gutenberg Block Quotes
--------------------------------------------- */
.wp-block-quote.wp-block-quote {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  margin-top: 2em; }

/* Titles
--------------------------------------------- */
.wp-block-heading.is-style-section-header {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.5em; }
  .wp-block-heading.is-style-section-header:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 380px;
    max-width: 80%;
    height: 1px;
    background-color: var(--wp-color-slate-gray);
    margin: auto; }

/* Groups
--------------------------------------------- */
.wp-block-group .wp-block-group__inner-container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto; }

.wp-block-group.alignfull .wp-block-group__inner-container {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  width: 100%; }

/* Buttons
--------------------------------------------- */
.wp-block-buttons .wp-block-button {
  margin-top: 15px;
  margin-bottom: 15px; }
  .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 16px;
    text-transform: uppercase;
    padding: 0.6em 1.2em;
    border-radius: 0;
    font-weight: 700; }
  .wp-block-buttons .wp-block-button.is-style-plus-button {
    margin-bottom: 1em; }
    .wp-block-buttons .wp-block-button.is-style-plus-button .wp-block-button__link {
      text-transform: none;
      font-size: 20px;
      padding: 0.2em 1em 0.2em 0;
      background-color: transparent;
      position: relative;
      padding-left: 50px; }
      .wp-block-buttons .wp-block-button.is-style-plus-button .wp-block-button__link::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        border: solid 1px var(--wp-color-slate-gray);
        background-image: url(../images/plus-icon-grey.svg);
        background-size: 18px;
        background-position: center;
        background-repeat: no-repeat;
        width: 38px;
        height: 38px;
        background-color: transparent; }
      @media (max-width: 600px) {
        .wp-block-buttons .wp-block-button.is-style-plus-button .wp-block-button__link {
          font-size: 17px;
          padding-left: 40px;
          padding-top: 0; }
          .wp-block-buttons .wp-block-button.is-style-plus-button .wp-block-button__link::before {
            background-size: 14px;
            width: 26px;
            height: 26px; } }
      .wp-block-buttons .wp-block-button.is-style-plus-button .wp-block-button__link.has-white-color::before {
        background-image: url(../images/plus-icon-white.svg);
        border: solid 1px #fff; }

/* Columns
--------------------------------------------- */
/* Media & Text
--------------------------------------------- */
/* Cover
--------------------------------------------- */
.ct-inner-content .wp-block-cover.alignwide {
  width: auto; }

/* Tables
--------------------------------------------- */
.wp-block-table {
  margin-left: 0;
  margin-right: 0; }

/* Images
--------------------------------------------- */
figure.wp-block-image {
  margin-left: 0;
  margin-right: 0; }

/* Tables
  --------------------------------------------- */
.wp-block-table {
  font-size: 14px; }

.ct-section.top-header .ct-section-inner-wrap {
  margin-top: 0;
  margin-bottom: 0; }

/*---------- NAVIGATION ---------*/
#-pro-menu-119-85 .oxy-pro-menu-container {
  z-index: 30; }

.header-desktop-nav .oxel_megamenu__wrapper {
  -webkit-transform: translateY(-36px);
          transform: translateY(-36px);
  transition-duration: 0.15s !important; }
  .header-desktop-nav .oxel_megamenu__wrapper .mega-menu-image {
    aspect-ratio: 4/3;
    width: 150px; }
  .header-desktop-nav .oxel_megamenu__wrapper .aussie-products-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .header-desktop-nav .oxel_megamenu__wrapper .aussie-products-list a {
      color: var(--wp-color-slate-gray);
      font-size: 13px; }
  .header-desktop-nav .oxel_megamenu__wrapper .multi-col-list .aussie-products-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em; }

.header-desktop-nav .ct-link.nav-btn-link .oxel_megamenu_parent__title {
  position: relative; }
  .header-desktop-nav .ct-link.nav-btn-link .oxel_megamenu_parent__title::before {
    content: "";
    position: absolute;
    display: block;
    border: solid 1px #fff;
    top: -8px;
    bottom: -8px;
    left: -15px;
    right: -15px;
    pointer-events: none;
    opacity: 0.6; }

/*---------- FOOTER LINKS ---------*/
@media (min-width: 600px) {
  .aussie-product-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: var(--site-min-padding);
       -moz-column-gap: var(--site-min-padding);
            column-gap: var(--site-min-padding); } }

@media screen and (min-width: 900px) {
  .aussie-product-list {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3; } }

@media screen and (min-width: 1200px) {
  .aussie-product-list {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4; } }

.aussie-product-list .aussie-product-category {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
  margin-bottom: 10px; }
  .aussie-product-list .aussie-product-category a:hover,
  .aussie-product-list .aussie-product-category a:focus {
    text-decoration: underline; }
  .aussie-product-list .aussie-product-category .footer-header {
    font-weight: 600;
    text-transform: uppercase;
    color: var(--wp-color-goldenrod);
    font-size: 15px;
    margin-bottom: 10px; }
    .aussie-product-list .aussie-product-category .footer-header a {
      color: inherit;
      text-decoration: none; }
  .aussie-product-list .aussie-product-category .aussie-product-links {
    list-style: none;
    padding: 0;
    margin: 0; }
    .aussie-product-list .aussie-product-category .aussie-product-links li {
      font-size: 13px; }
      .aussie-product-list .aussie-product-category .aussie-product-links li a {
        color: inherit;
        text-decoration: none;
        font-weight: 400;
        color: var(--wp-color-whisper); }
        .aussie-product-list .aussie-product-category .aussie-product-links li a:hover {
          text-decoration: underline; }

/*---------- NAVIGATION ---------*/
/*---------- SECTIONS ---------*/
.ct-section.page-content .ct-section-inner-wrap {
  padding-top: 0;
  padding-bottom: 0; }

/*---------- HERO ---------*/
.ct-section.page-hero .ct-section-inner-wrap {
  padding-top: 0;
  padding-bottom: 0; }

.page-hero-title {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%; }
  .page-hero-title::before {
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -50%;
    right: -50%;
    content: "";
    background-color: #000;
    opacity: 0.3; }

/*---------- BACKGROUND COLOURS ---------*/
/***** MAP ******/
.ct-code-block.map-block {
  margin-bottom: 1px; }

.map-wrapper {
  position: relative;
  overflow: hidden; }

.iframe-wrapper {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }
  .iframe-wrapper iframe {
    display: block;
    width: 100%;
    max-width: 100%; }

.map-overlay {
  position: absolute;
  top: 40px;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  opacity: 0.2; }

/*---------- BLOG ---------*/
.sidebar-posts .oxy-repeater-pages-wrap {
  display: none; }

/*---------- QUOTE CTA ---------*/
/* Rows
-------------------------------------------------------------- */
.kb-row-layout-wrap.is-style-section-row {
  padding-top: var(--site-min-padding);
  padding-bottom: var(--site-min-padding); }
  .kb-row-layout-wrap.is-style-section-row .kt-row-column-wrap {
    width: 100%; }

/* Split Content ( Media & Text )
-------------------------------------------------------------- */
@media (min-width: 1140px) {
  .wp-block-kadence-splitcontent .kt-sc-textcol {
    padding-right: calc( (100vw - var(--wp--style--global--content-size)) / 2);
    padding-left: 40px; } }

.ct-inner-content .wp-block-media-text .wp-block-media-text__content {
  padding-top: 4%;
  padding-bottom: 4%; }

@media (min-width: 1140px) {
  .ct-inner-content .wp-block-media-text .wp-block-media-text__content {
    padding-right: calc( (100vw - var(--wp--style--global--content-size)) / 2);
    padding-left: 40px; }
  .ct-inner-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: calc( (100vw - var(--wp--style--global--content-size)) / 2);
    padding-right: 40px; } }

/* Images
-------------------------------------------------------------- */
figure.wp-block-kadence-image {
  margin: 0; }

/*---------- HOME ---------*/
.site-main.home-main .ct-section-inner-wrap {
  padding-top: 0;
  margin-top: -18px; }
  @media (max-width: 600px) {
    .site-main.home-main .ct-section-inner-wrap {
      margin-top: -8px; } }
.plasterboard-card {
  z-index: 8; }
  .plasterboard-card .plasterboard-plus-wrap {
    position: relative;
    padding-left: 50px; }
    .plasterboard-card .plasterboard-plus-wrap::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      border: solid 1px var(--wp-color-slate-gray);
      background-image: url(../images/plus-icon-grey.svg);
      background-size: 18px;
      background-position: center;
      background-repeat: no-repeat;
      width: 38px;
      height: 38px;
      background-color: transparent; }
    .plasterboard-card .plasterboard-plus-wrap a {
      color: inherit; }
    @media (max-width: 600px) {
      .plasterboard-card .plasterboard-plus-wrap {
        gap: 0.5em;
        font-size: 14px;
        padding-left: 40px; }
        .plasterboard-card .plasterboard-plus-wrap::before {
          width: 28px;
          height: 28px;
          background-size: 12px; } }
.other-products-col .other-products-home-title {
  position: relative;
  z-index: 1; }
  .other-products-col .other-products-home-title::before, .other-products-col .other-products-home-title::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: var(--wp-color-forest-green); }
  .other-products-col .other-products-home-title::before {
    right: 100%;
    width: 50vw; }
  .other-products-col .other-products-home-title::after {
    left: 100%;
    width: 50vw; }

.home-products-section {
  max-width: 100%; }

.other-products-list .home-other-product-link {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75em; }
  .other-products-list .home-other-product-link::before {
    content: "";
    display: block;
    border: solid 1px #fff;
    background-image: url(../images/plus-icon-white.svg);
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
    background-color: transparent; }
  .other-products-list .home-other-product-link:hover::before, .other-products-list .home-other-product-link:focus::before {
    background-color: #fff;
    background-image: url(../images/plus-icon-grey.svg); }
  @media (max-width: 600px) {
    .other-products-list .home-other-product-link {
      gap: 0.5em;
      font-size: 14px; }
      .other-products-list .home-other-product-link::before {
        width: 28px;
        height: 28px;
        background-size: 12px; } }
/*---------- INNER PAGE LAYOUT ---------*/
/*---------- PRODUCTS ---------*/
.page-content .product-intro-section .wp-block-image.product-overlap-image {
  position: relative;
  z-index: 21;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.25);
  margin-bottom: 40px; }
  @media (min-width: 900px) {
    .page-content .product-intro-section .wp-block-image.product-overlap-image {
      margin-top: -120px; } }
/*---------- CONTACT ---------*/
/*# sourceMappingURL=site-styles.css.map */