@charset "UTF-8";
/*
Theme Name: Twenty Twenty-Five Child
Description: A quick child theme for the Twenty Twenty-Five WordPress theme
Author: Stellar Digital
Author URI: https://stellardigital.com.au
Template: twentytwentyfive
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-child
Tags: block-patterns, full-site-editing, child-theme
*/
@media (max-width: 1600px) {
  html {
    font-size: 52%;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 50%;
  }
}
@media (max-width: 783px) {
  html {
    font-size: 45%;
  }
}
@media (max-width: 632px) {
  html {
    font-size: 40%;
  }
}
@font-face {
  font-family: "Gagalin";
  src: url("assets/fonts/subset-Gagalin-Regular.woff2") format("woff2"), url("assets/fonts/subset-Gagalin-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-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: 1640px;
  }
  .container-sm {
    max-width: 1640px;
  }
  .container-md {
    max-width: 1640px;
  }
  .container-lg {
    max-width: 1640px;
  }
  .container-xl {
    max-width: 1640px;
  }
  .container-xxl {
    max-width: 1640px;
  }
}
img {
  width: 100%;
  height: auto;
}
html {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  color: #000;
  font-size: 60%;
  font-weight: 400;
  overflow-x: hidden;
}
html .container {
  padding-left: 2rem;
  padding-right: 2rem;
  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 {
  font-size: 1.8rem;
}
p {
  margin: 0 0 1.5rem;
}
p a {
  display: inline-block;
}
strong {
  font-weight: 700;
}
a {
  display: block;
  color: #000;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
table tr td {
  padding-right: 10px;
}
ul {
  padding-inline-start: 20px;
}
.grecaptcha-badge {
  z-index: 999;
}
a.btn {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  padding: 12px 40px;
  background-color: #FF7700;
  color: #fff;
  text-transform: uppercase;
  margin: auto;
  width: fit-content;
  display: block;
  font-family: "Lato", sans-serif;
}
header#masthead {
  z-index: 99991;
  background-color: transparent;
  position: relative;
  padding: 10px;
  width: 100%;
  top: 0;
  left: 0;
  margin: auto;
}
header#masthead .header-wrap {
  max-width: 1820px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
header#masthead .header-wrap .site-branding {
  min-width: 200px;
}
header#masthead .header-wrap .site-branding img {
  height: auto;
  max-width: 600px;
}
header#masthead .header-wrap .navs {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 35px;
}
.primary-nav {
  max-width: 980px;
}
.primary-nav .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  list-style: none;
  margin: 0 25px;
  padding: 0;
}
.primary-nav .menu > li {
  text-align: center;
  max-width: 120px;
  min-width: 80px;
}
.primary-nav .menu > li a {
  font-weight: 600;
  text-decoration: none;
  padding: 1.5rem 0;
  color: #000;
}
.site-header, .header-wrap, .navs, .primary-nav {
  overflow: visible;
  position: relative;
  z-index: 10;
}
.primary-nav .menu, .primary-nav .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.primary-nav .menu li.current-menu-item > a, .primary-nav .menu li.current-menu-ancestor > a, .primary-nav .menu ul li.current-menu-item > a, .primary-nav .menu ul li.current-menu-ancestor > a {
  color: #000;
}
.primary-nav .menu > li {
  position: relative;
}
.primary-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;
}
.primary-nav .menu .sub-menu li {
  position: relative;
}
.primary-nav .menu .sub-menu a {
  padding: 1rem 2rem;
  white-space: nowrap;
  text-align: left;
}
.primary-nav .menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}
.primary-nav .menu li:hover > .sub-menu, .primary-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;
}
.primary-nav .menu-item-has-children > a::after {
  content: "▾";
  font-size: 0.75em;
  margin-left: 0.4rem;
}
.primary-nav .sub-menu .menu-item-has-children > a::after {
  content: "▸";
  float: right;
}
body {
  background: #9BDAFF;
  background: linear-gradient(90deg, #9bdaff 0%, white 100%);
}
body h1 {
  color: #FF7700;
  font-size: 5rem;
  line-height: 7rem;
  text-align: center;
  font-family: "Gagalin", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
body ul {
  list-style: none;
  padding-left: 0;
}
body ul li {
  position: relative;
  padding-left: 7rem;
  line-height: 6rem;
  font-family: "Anton", sans-serif;
  font-size: 3rem;
}
body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5.5rem;
  height: 5.5rem;
  background: url("assets/checkbox-andrew-mates-coaching-australia.png") no-repeat center center;
  background-size: contain;
}
body #social-links {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body #social-links a {
  display: flex;
  align-items: center;
  font-family: "Anton", sans-serif;
  font-size: 2.5rem;
  margin-bottom: 10px;
}
body #social-links a img.social-icon {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  padding-right: 8px;
}
body p, body a {
  font-size: 3rem;
  font-family: "Anton", sans-serif;
}
body section#ybm .vc_row {
  max-width: 1000px;
  margin: auto;
}
body section#ybm .vc_row p, body section#ybm .vc_row a {
  font-size: 2.4rem;
  font-family: "Lato", sans-serif;
}
body section#ybm .vc_row p {
  margin-bottom: 0;
}
body section#ybm .vc_row a {
  color: #477a68;
  font-weight: bold;
  display: block;
  margin-top: 10px;
}
.acf-owl-gallery {
  margin-bottom: 6rem;
}
.acf-owl-gallery .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
  overflow: hidden;
  position: relative;
}
.acf-owl-gallery .item a {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
}
.acf-owl-gallery .item a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: inline-block;
}
.acf-owl-gallery .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
}
.acf-owl-gallery .owl-nav .owl-prev, .acf-owl-gallery .owl-nav .owl-next {
  pointer-events: auto;
}
.acf-owl-gallery .owl-nav .owl-prev i, .acf-owl-gallery .owl-nav .owl-next i {
  color: #fff;
  font-size: 4rem;
}
.acf-owl-gallery .owl-nav .owl-prev {
  margin-left: 20px;
}
.acf-owl-gallery .owl-nav .owl-next {
  margin-right: 20px;
}
.calendly-overlay, .calendly-badge-widget, .calendly-popup, .calendly-popup-content {
  z-index: 999999 !important;
}
/* Global override */
.gform-theme, .gravity-theme, .gform_wrapper {
  --gf-color-primary: $secondary;
  --gf-color-in-ctrl-primary: var(--gf-color-primary);
  --gf-ctrl-border-color: $secondary;
  --gf-color-in-ctrl-contrast: $secondary;
  --gf-color-in-ctrl-dark: $secondary;
  --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;
}
/* 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 #FF7700;
  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:   $secondary;
  /* box fill/border when checked */
  --gf-mark:  $secondary;
  /* tick/dot color */
  --gf-ring:  $secondary;
  /* 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 #FF7700;
  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: #FF7700 !important;
  color: #fff !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
  border: none !important;
  border-radius: 0 !important;
  width: 100% !important;
  max-width: 150px !important;
}
body .gform_wrapper form .gform_drop_area::before {
  color: #FF7700 !important;
}
footer {
  padding: 2.5rem 1.5rem 1rem;
  background-color: #000;
}
footer p, footer a, footer td {
  color: #fff;
  font-family: "Lato", sans-serif;
}
footer .site-info p {
  font-size: 1.8rem;
  color: #fff;
}
