/*!
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.10
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;
}



.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;
}

@media only screen and (min-width: 1900px) {
    #location-map-section .imp-wrap{
        max-width:100% !important;
    }
    .imp-wrap{
        max-width:100% !important;
    }
}
.att-popup .gform_confirmation_message{
    color: #006451 !important;
        text-align: center;
}
.att-popup .dialog-close-button{
    text-decoration: none;
}

@media only screen and (max-width: 980px) {
  .news-inner .news-block .news-text .news-content, .news-inner .news-block .news-text .news-content p{
      width: 100%;
  }
  .news-inner .news-block .news-text .news-content iframe{
      width: 100%;
  }
  
}

.elementor-popup-modal .dialog-close-button{
    outline: none;
    text-decoration: none;
}

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



/* add custom CSS for adding the form spinner */

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

/* Overlay add */
.gravity-theme::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  border-radius: 15px;
  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 */
.gravity-theme:has(.gform_ajax_spinner:not([style*="display: none"]))::before {
  display: block;
}

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

/* style the loader */
.gform_wrapper.gravity-theme .gform_ajax_spinner{
    align-self: center;
    animation: gformLoader 1.1s infinite linear;
    block-size: 8em !important;
    border-block-end: 1.1em solid #006451!important;
    border-block-start: 1.1em solid #fff;
    border-inline-end: 1.1em solid #fff;
    border-inline-start: 1.1em solid #006451 !important;
    border-radius: 50%;
    display: inline-block;
    font-size: 6px !important;
    inline-size: 8em !important;
    margin-inline-start: 2em;
    position: relative;
    transform: translateZ(0);
    vertical-align: middle;
}

.news-content a {
    color: #000000 !important;
}