/*!
Theme Name: Attractor Yourland Theme
Theme URI: https://attractor.com.au/
Author: Attractor Dev Team
Author URI: https://attractor.com.au/
Description: Proudly Build by Attractor
Version: 1.5.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: inmyPrime
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

body{
    position: relative;
}

.custom-list-style {
    list-style: lower-alpha;
    padding-left: 30px;
	font-family: "OldschoolGrotesk_W";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.page-template-default .elementor-widget:not(:last-child) {
    margin-block-end: 0px;
}

.custom-list-style-2 {
    list-style: disc;
    padding-left: 30px;
	font-family: "OldschoolGrotesk_W";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.custom-list-style li, .custom-list-style-2 li{
	font-size :17px;
	font-family: "OldschoolGrotesk_W";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}


.p-uppercase {
  text-transform: uppercase;
}

.footer-widget-register-interest .gform_confirmation_message{
    text-align: center;
    color: white;
    font-family: Poppins, sans-serif;
}
.footer-widget-register-interest .gform_confirmation_message h2{
    font-size: 2rem;
    font-family: Butler;
}

/* add custom css styles */
@media (min-width: 993px) {
    .two-column-carousel-widget .widget-row .widget-col-left .text-block {
      padding: 60px 120px 75px 60px !important;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center !important;
      gap: 20px !important;
    }
  }
  /* purchaser-information */
  @media (min-width: 993px) {
    .main-widget-two-column .text-block {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center !important;
      align-items: left;
      gap: 20px !important;
      text-align: left;
      padding: 75px 100px 75px 60px;
    }
  }

  
  /* homepage */
  @media (min-width: 993px) {
    .main-widget-two-column .text-block {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center !important;
        gap: 20px !important;
        align-items: left;
        text-align: left;
        padding: 75px 100px 75px 60px;
    }
  }

/* Ensure form wrapper is positioned */
.gform-theme {
  position: relative;
}

/* Overlay add */
.gform-theme::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(128, 128, 128, 0.5); /* semi-transparent gray */
  z-index: 5;
  display: none;
  pointer-events: none; /* allow interaction through the overlay if needed */
}

/* Show overlay when spinner is visible */
.gform-theme:has(.gform-loader:not([style*="display: none"]))::before {
  display: block;
}

/* gray overlay added */
.gform-theme .gform-loader {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}


.gform-theme--framework .gform-loader {
    border-block-end-color: #f36d25 !important;
    border-block-start-color: var(--gf-form-spinner-bg-color);
    border-inline-end-color: var(--gf-form-spinner-bg-color);
    border-inline-start-color: #f36d25 !important;
}

.gform-theme--foundation .gform-loader {
    align-self: center;
    animation: gformLoader 1.1s infinite linear;
    block-size: 10em;
    border-block-end: 1.1em solid #000;
    border-block-start: 1.1em solid #fff;
    border-inline-end: 1.1em solid #fff;
    border-inline-start: 1.1em solid #000;
    border-radius: 50%;
    display: inline-block;
    font-size: 5px !important;
    inline-size: 10em;
    position: relative;
    transform: translateZ(0);
}


.att-news-button{
    margin-bottom: 60px;
}
