@charset "UTF-8";
/*
 Theme Name: Stellar Classic
 Theme URI: https://stellardigital.com.au/
 Author: Stellar Digital
 Version: 1.0.0
 Description: Minimal classic theme starter (no block templates).
 License: GPL-2.0+
 Text Domain: stellar-classic
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* 1. Put the six container selectors in a list --------------- */
/* 2. Loop once and spit them out ----------------------------- */
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
  .container-sm {
    max-width: 1400px;
  }
  .container-md {
    max-width: 1400px;
  }
  .container-lg {
    max-width: 1400px;
  }
  .container-xl {
    max-width: 1400px;
  }
  .container-xxl {
    max-width: 1400px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: calc(100% - 144px);
  }
  .container-sm {
    max-width: calc(100% - 144px);
  }
  .container-md {
    max-width: calc(100% - 144px);
  }
  .container-lg {
    max-width: calc(100% - 144px);
  }
  .container-xl {
    max-width: calc(100% - 144px);
  }
  .container-xxl {
    max-width: calc(100% - 144px);
  }
}
body .aligncenter, .entry-content-wrapper a:hover .aligncenter {
  clear: both;
  display: block;
  margin: 10px auto;
  padding: 10px 0;
  position: relative;
  width: auto;
}
img {
  max-width: 100%;
  height: auto;
}
/* Normalize images that come through with sizes="auto" */
html {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  color: #000;
  font-size: 60%;
  font-weight: 400;
  overflow-x: hidden;
  background-color: #fff;
}
html .container:not(.related_projects) {
  padding-left: 72px;
  padding-right: 72px;
  width: auto;
}
body {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}
h1 {
  font-size: 4.8rem;
}
h2 {
  font-size: 3.6rem;
}
h3 {
  font-size: 2.8rem;
}
h4 {
  font-size: 2.4rem;
}
h5 {
  font-size: 2.2rem;
}
h6 {
  font-size: 2rem;
}
p, span, a, li, td, div {
  font-size: 2.6rem;
}
p {
  margin: 0 0 1.5rem;
}
p a {
  display: inline-block;
}
strong {
  font-weight: 700;
}
a {
  cursor: pointer;
  display: block;
  color: #333333;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
table tr td {
  padding-right: 10px;
}
ul {
  padding-inline-start: 20px;
}
.uppercase {
  text-transform: uppercase;
}
.white {
  color: #fff;
}
span.accent {
  color: #477a67;
}
.primary span {
  color: #aaaa00;
}
.darkblue {
  color: #0102fd;
}
.lightgrey {
  color: #808080;
}
.grecaptcha-badge {
  z-index: 999;
}
a.btn {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  padding: 16px 28px;
  background-color: #477a67;
  color: #fff;
  border-radius: 235px;
}
header#masthead {
  overflow: visible;
  z-index: 99991;
  background-color: transparent;
  position: relative;
  position: fixed;
  width: 100%;
  max-width: 100vw;
  top: 0;
  padding: 20px 0;
  transition: box-shadow 0.25s ease-out, background-color 0.25s ease-out;
  box-shadow: none;
}
header#masthead:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0.8) 50%, transparent 100%);
  height: 200%;
}
header#masthead.is-stuck {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
header#masthead.is-stuck::after {
  background: none;
}
header#masthead.is-stuck .current-menu-item::after {
  filter: unset !important;
}
header#masthead.is-stuck .secondary-nav {
  display: none;
}
header#masthead .header-wrap {
  max-width: 94%;
  margin: 0 auto;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  overflow: visible;
}
header#masthead .header-wrap .site-branding {
  min-width: 200px;
  text-align: center;
}
header#masthead .header-wrap .site-branding img {
  height: auto;
  max-width: 280px;
}
header#masthead .header-wrap .navs {
  position: relative;
  width: auto;
  min-width: 55%;
}
.site-nav .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
.site-nav .menu > li {
  text-align: center;
}
.site-nav .menu > li > a {
  font-weight: 500;
  text-decoration: none;
  color: #000;
  padding: 5px;
  font-size: 2.5rem;
  border-bottom: 3px solid transparent;
}
.secondary-nav {
  position: absolute;
  right: 0;
  top: 10px;
  display: flex;
  flex-direction: column;
}
.secondary-nav .buttons {
  display: inline-flex;
  gap: 5px;
}
.secondary-nav .buttons a.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border-radius: 235px;
}
.secondary-nav .buttons a.btn.quote {
  background-color: #477a67;
}
.secondary-nav .buttons a.btn.phone {
  background-color: #3a3a3a;
}
.site-header, .header-wrap, .navs, .site-nav {
  overflow: visible;
  position: relative;
  z-index: 10;
}
.site-nav .menu, .site-nav .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav .menu li.current-menu-item > a, .site-nav .menu li.current-menu-ancestor > a, .site-nav .menu ul li.current-menu-item > a, .site-nav .menu ul li.current-menu-ancestor > a {
  border-bottom: 3px solid #0102fd;
}
.site-nav .menu > li {
  position: relative;
}
.site-nav .menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0.18s;
}
.site-nav .menu .sub-menu li {
  position: relative;
}
.site-nav .menu .sub-menu a {
  padding: 1rem 2rem;
  white-space: nowrap;
  text-align: left;
}
.site-nav .menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}
.site-nav .menu li:hover > .sub-menu, .site-nav .menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s;
}
.site-nav .menu-item-has-children > a::after {
  content: "▾";
  font-size: 0.75em;
  margin-left: 0.4rem;
}
.site-nav .sub-menu .menu-item-has-children > a::after {
  content: "▸";
  float: right;
}
.owl-nav {
  position: absolute !important;
  top: calc(50% - 91px);
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  pointer-events: auto;
}
.owl-nav .owl-prev span, .owl-nav .owl-next span {
  font-size: 14rem;
  color: #477a67;
  display: block;
}
.owl-nav .owl-prev {
  margin-left: -5%;
}
.owl-nav .owl-next {
  margin-right: -5%;
}
.owl-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
}
.owl-dots button.owl-dot span {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 999px;
  background: #f2f2f2;
  transition: transform 0.18s ease, background-color 0.18s ease, opacity 0.18s ease, width 0.18s ease;
  opacity: 1;
}
/* Marquee-only styles */
.owl-grid-slider.is-marquee[data-marquee="true"] {
  overflow: hidden;
  position: relative;
  width: 100%;
  opacity: 0;
  /* will get set to 1 in JS after sizing */
  visibility: hidden;
  /* will get set to visible in JS after sizing */
  display: block !important;
}
.owl-grid-slider.is-marquee[data-marquee="true"] .owl-stage-outer {
  width: 100%;
  overflow: hidden;
  display: block;
  min-height: 1px;
}
.owl-grid-slider.is-marquee[data-marquee="true"] .owl-stage {
  /* JS will also enforce flex on this element */
  min-height: 1px;
}
.owl-grid-slider.is-marquee[data-marquee="true"] .owl-stage .owl-item {
  /* JS sets width, maxWidth, minWidth, marginRight, etc. */
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.owl-grid-slider.is-marquee[data-marquee="true"] .owl-item .item {
  display: block;
  height: auto;
}
.owl-grid-slider.is-marquee[data-marquee="true"] .owl-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* Global override */
.gform-theme, .gravity-theme, .gform_wrapper {
  --gf-color-primary: #000;
  --gf-color-in-ctrl-primary: var(--gf-color-primary);
  --gf-ctrl-border-color: #000;
  --gf-color-in-ctrl-contrast: #000;
  --gf-color-in-ctrl-dark: #000;
  --gf-radius: 0;
  /* kill GF’s embedded SVG icons if you don’t want their colors */
  --gf-icon-ctrl-select: none;
  --gf-icon-ctrl-number: none;
  --gf-icon-ctrl-search: none;
}
.gform-theme .gform-theme--api, .gform-theme .gform-theme--framework, .gravity-theme .gform-theme--api, .gravity-theme .gform-theme--framework, .gform_wrapper .gform-theme--api, .gform_wrapper .gform-theme--framework {
  --gf-field-pg-prog-font-size: 24px !important;
}
/* 1) Set the tick/fill color (Chrome/Edge/Firefox/Safari) */
.gform-theme input[type="checkbox"], .gform-theme input[type="radio"], .gravity-theme input[type="checkbox"], .gravity-theme input[type="radio"] {
  accent-color: #000;
}
/* 2) Recolor the focus ring (instead of the default blue) */
.gform-theme input[type="checkbox"]:focus, .gform-theme input[type="checkbox"]:focus-visible, .gform-theme input[type="radio"]:focus, .gform-theme input[type="radio"]:focus-visible, .gravity-theme input[type="checkbox"]:focus, .gravity-theme input[type="checkbox"]:focus-visible, .gravity-theme input[type="radio"]:focus, .gravity-theme input[type="radio"]:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
  box-shadow: none;
}
/* 3) If GF adds its own box-shadow on focus, nuke it with specificity */
.gform-theme .gfield-choice-input:focus, .gform-theme .gfield-choice-input:focus-visible, .gravity-theme .gfield-choice-input:focus, .gravity-theme .gfield-choice-input:focus-visible {
  box-shadow: none !important;
}
/* ---- brand tokens ---- */
:root {
  --gf-box:   #000;
  /* box fill/border when checked */
  --gf-mark:  #000;
  /* tick/dot color */
  --gf-ring:  #000;
  /* focus outline */
}
/* hide the real control but keep it focusable/clickable via the label */
.gform-theme .gfield-choice-input[type="checkbox"], .gform-theme .gfield-choice-input[type="radio"] {
  position: absolute;
  opacity: 0;
}
/* label gets the visual control */
.gform-theme .gchoice label {
  position: relative;
  padding-left: 1.75em;
  cursor: pointer;
  line-height: 1.3;
}
/* control shape */
.gform-theme .gchoice label::before, .gform-theme .gchoice label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 1.1em;
  height: 1.1em;
  transition: transform 0.12s ease, opacity 0.12s ease, background-color 0.12s, border-color 0.12s;
}
/* box/circle */
.gform-theme .gchoice label::before {
  background: #fff;
  border: 2px solid #000;
  border-radius: 3px;
  /* checkbox */
}
.gform-theme .gfield-choice-input[type="radio"] + label::before {
  border-radius: 50%;
  /* radio */
}
/* marker: ✓ for checkbox */
.gform-theme .gchoice label::after {
  left: 0.2em;
  top: 0.25em;
  width: 0.75em;
  height: 0.55em;
  border: 0.2em solid transparent;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg) scale(0.8);
  opacity: 0;
}
/* marker: dot for radio */
.gform-theme .gfield-choice-input[type="radio"] + label::after {
  left: 0.32em;
  top: 0.42em;
  width: 0.5em;
  height: 0.5em;
  border: 0;
  border-radius: 50%;
  background: var(--gf-mark);
  transform: scale(0.6);
}
/* checked states */
.gform-theme .gfield-choice-input:checked + label::before {
  background: var(--gf-box);
  border-color: var(--gf-box);
}
.gform-theme .gfield-choice-input[type="checkbox"]:checked + label::after {
  border-color: var(--gf-mark);
  opacity: 1;
  transform: rotate(45deg) scale(1);
}
.gform-theme .gfield-choice-input[type="radio"]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
/* focus ring */
.gform-theme .gfield-choice-input:focus-visible + label::before {
  outline: 2px solid var(--gf-ring);
  outline-offset: 2px;
}
body .gform_wrapper {
  text-align: left;
  width: 100%;
}
body .gform_wrapper form .gform_fields {
  row-gap: 20px;
}
body .gform_wrapper form input.gform_button, body .gform_wrapper form .gform_button_select_files {
  margin: auto !important;
  background-color: #0102fd !important;
  padding: 17px 24px !important;
  border-radius: 5px !important;
  color: #fff !important;
  font-size: 2rem !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  border: none !important;
  width: 100% !important;
  max-width: 150px !important;
  transition: all 0.5s;
}
body .gform_wrapper form input.gform_button:hover, body .gform_wrapper form .gform_button_select_files:hover {
  background: #858585 !important;
  transition: all 0.5s;
}
body .gform_wrapper form .gform_drop_area::before {
  color: #000 !important;
}
@media (max-width: 1800px) {
  html {
    font-size: 55%;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 52%;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 50%;
  }
}
@media (max-width: 1280px) {
  #services_menu .sepline {
    display: none;
  }
  #services_menu a {
    padding: 5px;
    background: #0202fc;
    color: white;
    border: 1px solid #0202fc;
  }
  #services_menu a.active_page {
    background: white !important;
  }
  #services_menu {
    flex-wrap: wrap;
  }
  div.contacts ul.socials {
    gap: 10px !important;
  }
}
@media (max-width: 1050px) {
  .vc_col-sm-4, .vc_grid > div > div {
    width: 48% !important;
  }
}
@media (max-width: 992px) {
  .vc_col-sm-4, div.vc_grid > div > div {
    width: 46% !important;
  }
  div.vc_grid > div > div:last-child {
    margin-right: 0px !important;
  }
  .top-banner-overlay, body.single-service #top-banner div.top-banner-overlay, div#top-banner {
    height: 40vh;
    max-height: 40vh !important;
    min-height: auto !important;
  }
  #home_top_intro .wpb_column:last-child * {
    text-align: left;
  }
  #bill > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #contact_col {
    width: 30% !important;
  }
  #four_one_f {
    width: 70% !important;
  }
  #four_one_f .vc_row {
    display: flex;
    flex-wrap: wrap !important;
  }
  #four_one_f .vc_row > div {
    width: 48% !important;
  }
  #four_one_f .vc_row > div#quals_col {
    width: 30% !important;
  }
  #four_one_f .vc_row > div#logo_col {
    width: 70% !important;
  }
  #four_one_f .vc_row #goaw {
    display: none !important;
  }
  .standards .vc_col-sm-8 {
    width: 100% !important;
  }
  .standards .vc_col-sm-2 {
    width: 50% !important;
  }
  .project_right, .project-left, .tab_whole {
    width: 100% !important;
  }
  .project-left {
    padding: 30px;
    background: #ebebeb;
  }
  .related_project {
    flex: unset !important;
    width: 47% !important;
  }
  .owl-nav {
    top: 50% !important;
  }
}
@media (max-width: 783px) {
  html {
    font-size: 45%;
  }
}
@media (max-width: 632px) {
  .site-info .col {
    flex: unset !important;
    text-align: center;
  }
  #four_one_f, #contact_col, footer #four_one_f .vc_row > div#quals_col {
    width: 100% !important;
  }
  #contact_col {
    border-left: unset !important;
    border-top: 1px solid #02A7F0;
  }
  div.related_project, footer #four_one_f .vc_row > div#logo_col {
    width: 100% !important;
  }
  html .container:not(.related_projects) {
    padding-left: 50px;
    padding-right: 50px;
    width: auto;
  }
  div.vc_col-sm-4, body div.vc_grid > div > div {
    width: 100% !important;
  }
  html {
    font-size: 40%;
  }
  .vc_gitem-zone-c {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #top-banner {
    margin-bottom: 40px !important;
    padding-top: 50px;
  }
  #top-banner::after, section#hero-top::after {
    height: 100%;
    background: linear-gradient(to top, #000000d9, #00000078, transparent);
  }
  .single-service .top-banner-title {
    margin: 0 auto !important;
  }
  .single-service .top-banner-intro {
    padding: unset !important;
  }
}
@media (min-width: 783px) {
  body.admin-bar #masthead {
    top: 32px;
  }
}
/* Custom Styling */
.sd-has-vimeo-bg .sd-vimeo-bg::after {
  content: "";
  height: 25%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #000, transparent);
  position: absolute;
}
#top-banner, section#hero-top {
  min-height: 100vh;
}
#top-banner .vc_row, #top-banner .wpb_text_column, section#hero-top .vc_row, section#hero-top .wpb_text_column {
  margin-bottom: unset !important;
}
#top-banner::after, section#hero-top::after {
  content: "";
  height: 25%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #000, transparent);
  position: absolute;
}
#top-banner h1, section#hero-top h1 {
  color: #fff;
  text-shadow: 2px 2px 10px #000;
  font-size: 5rem;
}
#top-banner #intro h2, section#hero-top #intro h2 {
  color: #fff;
}
#hero-top:not(.home) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#hero-top:not(.home) .intro {
  max-width: 900px;
  margin: auto;
}
#hero-top:not(.home) .intro h2 {
  color: #fff;
  font-weight: 500;
  font-size: 3rem;
}
section#slider .owl-nav .owl-prev {
  margin-left: 20px;
}
section#slider .owl-nav .owl-next {
  margin-right: 20px;
}
section#slider .owl-nav span {
  color: #fff;
}
section#focus .vc_row {
  max-width: 1100px;
  margin: auto;
}
section#bill img {
  width: 645px;
  max-width: 100% !important;
}
section#bill blockquote {
  margin: 80px 0 0;
  position: relative;
}
section#bill blockquote p {
  font-style: italic;
  font-size: 2.4rem;
}
section#bill blockquote:before {
  content: url("/wp-content/themes/stellar-classic/assets/images/quote-open-buttrose-earthmovers.svg");
  transform: scale(0.8);
  position: absolute;
  top: -35px;
}
section#bill blockquote:after {
  content: url("/wp-content/themes/stellar-classic/assets/images/quote-close-buttrose-earthmovers.svg");
  float: right;
  transform: scale(0.8);
}
section#bill .secondary_button a {
  background-color: #fff !important;
}
section#bill .stretch {
  max-width: 940px;
  margin: auto;
}
section#relations .vc_row {
  max-width: 1350px;
  margin: auto;
}
section#relations .owl-stage-outer:before {
  content: "";
  width: 10%;
  background: linear-gradient(to right, #fff, transparent);
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
section#relations .owl-stage-outer:after {
  content: "";
  width: 10%;
  background: linear-gradient(to right, transparent, #fff);
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}
section#sectors h3 {
  text-transform: uppercase;
}
.owl-post-card > .opc-body:first-child h3 a {
  text-align: center;
  margin-bottom: 0px !important;
  font-size: 1.5em !important;
}
.owl-post-card > .opc-body:first-child + .opc-media + .opc-body {
  padding-top: 10px;
}
.owl-post-card > .opc-body:first-child + .opc-media + .opc-body p {
  text-align: center;
}
section#projects .owl-post-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
section#projects .owl-post-card .pcontent {
  padding: 20px 50px 40px 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #fff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-color: #797979;
}
section#projects .owl-post-card .pcontent > * {
  margin: unset;
}
section#projects .owl-post-card .pcontent .psep {
  width: 30%;
  border-top: 1px dashed black;
}
section#projects .owl-post-card .pcontent h3 {
  margin: 0;
  text-transform: uppercase;
  color: #000;
}
section#projects .owl-post-card .featimg {
  position: relative;
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
}
section#projects .owl-post-card .featimg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#hero {
  width: 100% !important;
  min-height: calc(90vh - 150px);
  background-size: cover;
  background-position: center;
  padding: 150px 50px 50px 50px;
  box-sizing: border-box;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#hero #main_title {
  margin: auto auto !important;
  color: white !important;
  text-shadow: 2px 2px 5px black;
}
#hero #blurb {
  margin-top: auto;
  text-align: left;
  align-self: flex-start;
  font-weight: bold;
  z-index: 1;
  width: 50%;
}
#hero #blurb p {
  font-size: 3rem;
  font-weight: bold;
  color: white;
}
#hero #blackshadow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 25vh;
  background: linear-gradient(to top, #000000bd, transparent);
  z-index: 0;
}
body:not(.home) #blurb {
  text-align: center !important;
  align-self: center !important;
}
#services_menu {
  display: flex;
  justify-content: center;
  padding: 0px 50px 125px 50px;
  gap: 20px;
  text-align: center;
}
#services_menu a {
  font-size: 0.8em;
}
#services_menu .active_page, #services_menu a:hover {
  color: blue;
  transition: all 0.5s;
}
#services_menu span:last-child {
  display: none;
}
.vc_btn3 {
  padding: 10px;
  border-radius: 5px;
  border: 2px solid;
  margin: 20px 0px;
}
.single-service article > .container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.single-service article > .container .service_left, .single-service article > .container .service_right {
  flex: 1;
}
.related_projects {
  width: 100%;
  max-width: 100% !important;
  box-sizing: border-box !important;
  display: flex;
  gap: 30px;
  padding: 50px;
  background: #ebebeb;
  flex-wrap: wrap;
}
.related_projects .related_header {
  width: 100% !important;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.related_projects .related_header h2 {
  margin-bottom: unset !important;
}
.related_projects .related_project {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: white;
  box-shadow: 0px 0px 15px #b8b8b8;
  flex: 1;
  position: relative;
}
.related_projects .related_project .project_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.related_projects .related_project .pcontent {
  padding: 20px 50px 75px 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.related_projects .related_project .pcontent > * {
  margin: unset;
}
.related_projects .related_project .pcontent .psep {
  width: 30%;
  border-top: 1px dashed black;
}
.related_projects .related_project .featimg {
  width: 100%;
  height: 375px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.related_projects .related_project .featimg div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: scale(1) !important;
  transition: transform 0.3s ease-in-out;
}
.related_projects .related_project:hover .featimg > div {
  transform: scale(1.2) !important;
  transition: transform 0.3s ease-in-out !important;
}
footer#colophon p, footer#colophon a, footer#colophon span {
  font-size: 2rem;
}
footer#colophon #footer_top {
  background: black !important;
  padding-top: 0;
}
footer#colophon #footer_top * {
  color: white;
}
footer#colophon #footer_top ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-transform: uppercase;
  font-weight: bold;
  list-style: none !important;
  margin: 0;
}
footer#colophon #footer_top .abn p {
  font-size: 1.6rem;
}
.contacts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contacts > div {
  display: flex;
  gap: 15px;
}
.contacts .s_title {
  font-size: 2rem !important;
  color: #02A7F0 !important;
  text-transform: uppercase;
}
.contacts .address span {
  display: flex;
  gap: 2px;
}
.contacts .address span a {
  color: #02A7F0 !important;
}
.contacts .dashicons {
  color: #02A7F0 !important;
  font-size: 3rem !important;
  width: 28px;
  height: 28px;
}
.contacts .contact_title {
  order: 1;
}
.contacts .s_phone {
  order: 2;
}
.contacts .s_address {
  order: 3;
}
.contacts .social_title {
  order: 4;
}
.contacts ul.socials {
  order: 5;
  gap: 20px !important;
}
.contacts ul.socials .dashicons {
  color: white !important;
}
#contact_col {
  border-left: 1px solid #02A7F0;
}
.socials {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
}
.sd-has-vimeo-bg {
  position: relative;
  overflow: hidden;
}
.sd-vimeo-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.sd-vimeo-bg iframe {
  border: 0;
  pointer-events: none;
}
.sd-has-vimeo-bg .vc_row, .sd-has-vimeo-bg .vc_column-inner {
  position: relative;
  z-index: 1;
}
body.page #top-banner, body.single-service #top-banner {
  margin-bottom: 125px;
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}
body.page #top-banner .vimeo-bg, body.single-service #top-banner .vimeo-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
body.page #top-banner .vimeo-bg iframe, body.single-service #top-banner .vimeo-bg iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  max-width: none;
  aspect-ratio: auto !important;
  object-fit: cover;
  display: block;
}
body.page #top-banner .top-banner-img, body.single-service #top-banner .top-banner-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
body.page #top-banner .top-banner-overlay, body.single-service #top-banner .top-banner-overlay {
  position: relative;
  z-index: 1;
  inset: 0;
  height: 100vh;
  display: flex;
  align-items: stretch;
}
body.page #top-banner .top-banner-inner, body.single-service #top-banner .top-banner-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: clamp(2rem, 6vw, 4rem) clamp(1.5rem, 5vw, 3rem);
}
body.page #top-banner .top-banner-title, body.single-service #top-banner .top-banner-title {
  margin: auto 0;
  text-align: center;
  color: #fff;
  font-size: 6rem;
  line-height: 1.1;
}
body.page #top-banner .top-banner-intro, body.single-service #top-banner .top-banner-intro {
  width: 100%;
  max-width: 720px;
  margin-top: 2rem;
  text-align: center;
  color: #fff;
  font-size: clamp(1rem, 1.4vw, 1.1rem);
  opacity: 0.9;
}
body.page #top-banner .top-banner-intro p, body.single-service #top-banner .top-banner-intro p {
  margin: 0;
}
.faux-table {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faux-table .rrow {
  display: flex;
  gap: 15px;
}
.faux-table .rrow strong {
  min-width: 100px;
  text-transform: uppercase;
}
.faux-table .rrow .service_list {
  display: flex;
  flex-direction: column;
}
.single-project #top-banner {
  position: relative;
}
.single-project #top-banner .top-banner-overlay {
  position: absolute;
  top: 50%;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
article.type-project > .container {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
article.type-project > .container h1, article.type-project > .container #project_gallery {
  width: 100%;
  margin-bottom: 0px;
}
article.type-project > .container .project_left {
  width: calc(33% - 20px);
}
article.type-project > .container .project_right {
  width: calc(66% - 20px);
}
.sepline {
  font-size: 0px;
  border-right: 1px solid;
}
.vc_grid-item:hover h3 {
  color: blue !important;
}
.balanced .wpb_single_image {
  min-height: 95px;
  display: flex;
  align-items: center;
}
.nooutline > a {
  border: transparent !important;
}
/* ****** CUT CORNERS STYLES ****** */
.vc_grid-item {
  filter: drop-shadow(2px 3px 5px rgba(118, 118, 118, 0.47));
}
.vc_grid-item > .vc_grid-item-mini {
  /*	clip-path: polygon(0px 30px, 0px 100%, calc(100% - 30px) 100%, 100% calc(100% - 30px), 100% 0, 30px 0); */
  box-shadow: 0px 0px 11px #0000;
  filter: unset !important;
  background: white;
}
.vc_grid-item > .vc_grid-item-mini .vc_gitem-zone {
  border: unset !important;
}
.vc_gitem-zone-c {
  padding: 20px 50px 75px 50px !important;
}
.vc_gitem-zone-c .vc_col-sm-12 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.vc_gitem-zone-c .vc_col-sm-12 * {
  margin-bottom: 0px !important;
}
.vc_gitem-zone-c .vc_separator {
  margin-left: 0px !important;
}
.vc_gitem-zone-c .vc_separator .vc_sep_holder {
  border-top: 1px dashed black;
}
.vc_grid > div > div:last-child {
  margin-right: auto !important;
  margin-left: 0px !important;
}
.vc_grid > div {
  margin-right: unset !important;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.vc_grid > div:before {
  display: none !important;
}
.vc_grid > div > div {
  padding: unset !important;
  width: calc(33.33% - 20px);
}
.vc_grid > div > div > .vc_grid-item-mini {
  height: 100% !important;
}
body.home .vc_grid .vc_gitem-zone-c {
  padding-bottom: 25px !important;
}
body.home .vc_grid .vc_gitem-zone-c .vc_custom_heading {
  width: 100% !important;
  text-align: center !important;
}
div[id*="galleryholder"] {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
div[id*="galleryholder"] a {
  width: calc(33% - 10px);
}
.top-banner-title {
  color: white;
}
.single-project a.vc_btn3, .single-service a.vc_btn3 {
  padding: 17px 60px 17px 24px;
  border-color: rbg(1, 2, 253);
  color: #0102fd;
  font-size: 2rem;
  border-radius: 5px;
  border-width: 2px;
  position: relative;
  display: inline-block;
}
.single-project a.vc_btn3:hover, .single-service a.vc_btn3:hover {
  background: #858585;
  color: white;
  border-color: #858585;
  transition: all 0.5s;
}
.single-project a.vc_btn3:hover i, .single-service a.vc_btn3:hover i {
  background-image: url("https://buttroseearthmovers.com.au/wp-content/uploads/2025/11/chevron-white.png");
  transition: all 0.5s;
}
.single-project a.vc_btn3 i, .single-service a.vc_btn3 i {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23.75px;
  width: 12.5px;
  height: 16px;
  background: url("https://buttroseearthmovers.com.au/wp-content/uploads/2025/11/chevron-blue.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.single-project .top-banner-intro, .single-service .top-banner-intro {
  position: absolute;
  bottom: 0px;
  color: white;
  padding: 0px 72px 40px;
  text-align: center;
  width: 100%;
  z-index: 9;
}
.single-project .top-banner-intro .desc-banner-inner, .single-service .top-banner-intro .desc-banner-inner {
  width: 750px;
  max-width: 90%;
  margin: 0 auto;
}
.main_button .vc_btn3 {
  background: #0102fd !important;
  color: white !important;
  transition: all 0.5s;
}
.main_button:hover .vc_btn3 {
  background: #858585 !important;
  color: white;
  border-color: #858585;
  transition: all 0.5s;
}
.vc_btn3.vc_btn3-size-lg {
  font-size: 2rem !important;
}
.service_right .subimg {
  display: none;
}
#top-banner > img {
  min-width: 100% !important;
}
.top-banner-intro {
  box-sizing: border-box !important;
}
#history_slider .opc-readmore {
  display: none !important;
}
.owl-nav .owl-prev span, .owl-nav .owl-next span {
  color: #0102fd !important;
}
#top-banner {
  background-size: cover;
}
.gform_required_legend {
  display: none;
}
.gform_wrapper * {
  font-size: inherit !important;
}
#top-banner p {
  margin-bottom: 50px !important;
  font-size: 3rem;
}
article.service > .container {
  padding-bottom: 50px !important;
}
#contact-project > div.vc_row {
  margin: 0 auto;
}
#contact-project > div.vc_row .vc_col-sm-6 .wpb_wrapper {
  text-align: center;
}
#contact-project > div.vc_row a {
  white-space: nowrap !important;
}
#contact-project .wpb_text_column, #contact-project h3 {
  margin-bottom: 0px !important;
}
