/*
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
*/
/* 1. Put the six container selectors in a list --------------- */
/* 2. Loop once and spit them out ----------------------------- */
@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;
  }
}
/* Limit default (non-stretched) WPBakery rows */
section.vc_section {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
}
img {
  width: 100%;
  height: auto;
}
html {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #333333;
  font-size: 60%;
  font-weight: 600;
  overflow-x: hidden;
}
p, span, a {
  font-size: 1.8rem;
}
p {
  margin: 0 0 1.5rem;
}
h1, h2 {
  font-weight: 700;
  word-spacing: 3px;
  letter-spacing: 1px;
}
h1 {
  font-size: 3.2rem;
}
h2, h2 span {
  font-size: 2.8rem;
}
a {
  display: block;
  color: #333333;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
header#masthead {
  display: flex;
  justify-content: center;
  align-items: center;
}
header#masthead .site-branding h1, header#masthead .site-branding h2, header#masthead .site-branding p, header#masthead .site-branding a.intro {
  text-align: center;
  display: block;
}
header#masthead .site-branding a.intro {
  font-weight: 700;
  margin-bottom: 6rem;
  font-size: 3rem;
}
header#masthead .site-branding h1 {
  margin-bottom: 6rem;
}
header#masthead .site-branding h1 span {
  font-size: 4rem;
}
header#masthead .site-branding h1 img {
  max-width: 400px;
}
header#masthead .site-branding h2 {
  margin-bottom: 4rem;
}
header#masthead .site-branding a.flex {
  display: flex;
  justify-content: center;
  gap: 30px;
  text-decoration: none;
}
main.site-main p.big {
  font-size: 2rem;
  margin-bottom: 6rem;
  text-align: justify;
  text-align-last: center;
  max-width: 575px;
}
main.site-main h3 {
  font-size: 2rem;
  margin: 3rem 0 2rem;
}
.acf-owl-gallery {
  margin-bottom: 6rem;
}
.acf-owl-gallery .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
  /* Set your desired uniform height */
  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;
}
body .gform_wrapper {
  text-align: left;
  width: 100%;
}
body .gform_wrapper form .gform_fields {
  row-gap: 20px;
}
body .gform_wrapper form .gform-footer input.gform_button {
  margin: auto !important;
  background-color: transparent !important;
  color: #333333 !important;
  border: 1px solid #333333 !important;
  border-radius: 5px !important;
  width: 100% !important;
  max-width: 150px !important;
}
footer {
  padding: 4rem 1.5rem 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
footer p {
  font-size: 1.3rem;
}
