.elementor-kit-7{--e-global-color-primary:#DFE3CC;--e-global-color-secondary:#082A5B;--e-global-color-text:#082A5B;--e-global-color-accent:#DFE3CC;--e-global-color-2349c30:#FFFFFF;--e-global-typography-primary-font-family:"The Seasons";--e-global-typography-primary-font-size:3.625rem;--e-global-typography-primary-font-weight:100;--e-global-typography-primary-line-height:2.5rem;--e-global-typography-secondary-font-family:"The Seasons";--e-global-typography-secondary-font-size:2.1875rem;--e-global-typography-secondary-font-weight:100;--e-global-typography-text-font-family:"mundial";--e-global-typography-text-font-size:1.3rem;--e-global-typography-text-font-weight:200;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-438d9dd-font-family:"The Seasons";--e-global-typography-438d9dd-font-size:2rem;--e-global-typography-438d9dd-font-weight:300;--e-global-typography-7c05730-font-family:"mundial";--e-global-typography-7c05730-font-size:1.3rem;--e-global-typography-7c05730-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;--container-default-padding-top:0%;--container-default-padding-right:5%;--container-default-padding-bottom:0%;--container-default-padding-left:5%;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1366px){.elementor-kit-7{--e-global-typography-text-font-size:1.2rem;}}@media(max-width:1200px){.elementor-kit-7{--e-global-typography-438d9dd-font-size:1.5rem;}}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-primary-font-size:3rem;--e-global-typography-secondary-font-size:24px;--e-global-typography-text-font-size:1.25rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:2rem;--e-global-typography-secondary-font-size:1.5rem;--e-global-typography-text-font-size:1rem;--e-global-typography-accent-font-size:1rem;--e-global-typography-438d9dd-font-size:1.6rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.mapsvg-layers-item
{
    display: inline-block;
}

.mapsvg-layers-list button
{
    border: none; 
    color: #082A5B;
  font-family: var( --e-global-typography-text-font-family ), Sans-serif;
  font-size: var( --e-global-typography-text-font-size );
  font-weight: var( --e-global-typography-text-font-weight );
}

.mapsvg-layers-list button:hover
{
    background: none; 
    color: #DFE3CC;
}


/*gforms*/
/* Background color */
body .gform_wrapper {
 
  padding: 20px;
  color: white;
}

/* Remove default Gravity Form field borders and add underlines */
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper textarea {
  border: none;
  border-bottom: 1px solid white !important;
  border-radius: 0;
  background-color: transparent;
  color: white;
  padding: 8px 0;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: none;
}

/* Hide the field labels and use placeholder text instead */
.gform_wrapper .gfield_label {
  display: none;
}

/* Style the submit button */
.gform_wrapper .gform_footer input[type="submit"], .gform_button {
  background-color: white;
  color: #0c2759;
  border: none;
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 16px;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  transition: background-color 0.3s;
}

.gform_wrapper .gform_footer input[type="submit"]:hover {
  background-color: #f0f0f0;
}

/* Center the submit button container */
.gform_footer {
  text-align: center;
  padding-top: 20px;
}

/* Remove the action buttons at the top and style them as needed */
.gform_wrapper .action-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  gap: 10px;
}

.gform_wrapper .action-buttons button {
  background-color: transparent;
  border: 1px solid white;
  border-radius: 5px;
  color: white;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.gform_wrapper .action-buttons button.learn-more {
  background-color: white;
  color: #0c2759;
}

/* Fix the textarea height */
.gform_wrapper textarea {
  height: 70px;
}

/* Add styles for asterisks showing required fields */
.gform_wrapper .gfield_required {
  color: white;
}

/* Remove box shadow focus */
.gform_wrapper input:focus,
.gform_wrapper textarea:focus {
  outline: none;
  box-shadow: none;
}

/* Add placeholder styling */
.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

/* Remove default padding and margins */
.gform_wrapper ul.gform_fields {
  padding: 0;
  margin: 0;
}

.gform_wrapper li.gfield {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Add better spacing between form fields */
.gform_wrapper .gform_body {
  margin-bottom: 20px;
}

/* Add specific media query for better mobile display */
@media only screen and (max-width: 641px) {
  .gform_wrapper input[type="text"],
  .gform_wrapper input[type="email"],
  .gform_wrapper input[type="tel"],
  .gform_wrapper textarea {
    margin-bottom: 15px;
  }
}

#gform_submit_button_6{
    background-color: #dfe3cc;
}

#gform_submit_button_6:hover{
    background-color: #FFFFFF;
}

#gf_openai_generate_letter_button_6:hover{
    background-color: #dfe3cc;
    color:  #082b5b;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'The Seasons';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://charmhavencommunity.com.au/wp-content/uploads/2024/09/font.woff2') format('woff2'),
		url('https://charmhavencommunity.com.au/wp-content/uploads/2024/09/font.woff') format('woff');
}
/* End Custom Fonts CSS */