/* 
Theme Name: Priority Marketing Child
Theme URI: https://www.prioritymarketing.com/
Description: Fast, fully customizable & beautiful theme suitable for business websites. It is very lightweight and offers unparalleled speed. Built with SEO in mind. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Priority Marketing.
Author: Priority Marketing
Author URI: https://www.prioritymarketing.com/
Template: priority-marketing
Version: 2.0.0
Text Domain: priority-marketing-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
*/

/* || CUSTOM PAGE TEMPALTE STYLING & UTILITIES */
#content, #pmRoot {
  max-width: 1140px;
  margin: 0 auto;
  padding: 4rem 1rem;
}

.home #content {
  max-width: unset !important;
  margin: unset !important;
  padding: unset !important;
}

#pmRoot ul {
    margin-bottom: 15px !important;
}

#pmRoot h1 {
    font-size: 105px !important;
    color: var(--e-global-color-primary) !important;
    font-family: beachwood-variable, sans-serif !important;
    text-transform: uppercase !important;
}

#pmRoot h2 {
    font-size: 32px !important;
    font-family: beachwood-variable, sans-serif !important;
    font-style: italic !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    color: var(--e-global-color-primary) !important;
}


p:last-child {
    margin: 0 !important;
}

/* Button & Form Styling */

.ghost-btn svg {
  transform: scale(1.75) !important;
  margin-left: 8px !important;
  transition: .3s all ease !important;
}

.ghost-btn:hover svg {
  margin-left: 12px !important;
}

.elementor-button .elementor-button-text {
  margin-bottom: -4px !important;
}


.elementor-button .elementor-button-icon svg {
  width: .7em !important;
}

.elementor-button:hover, .gform_button:hover {
  
}

.gform_button {
  font-family: var(--e-global-typography-accent-font-family ), Sans-serif !important;
  font-size: var(--e-global-typography-accent-font-size ) !important;
  font-weight: var(--e-global-typography-accent-font-weight ) !important;
  background-color: var(--e-global-color-accent ) !important;
  border: unset !important;
}

.gform_confirmation_message {
  background-color: #f9f9f9 !important;
  padding: 1rem !important;
  border: 3px solid var(--e-global-color-primary) !important;
  font-weight: 700 !important;
  color: #000 !important;
	text-align: center !important;
}
/* … */

.underline {
  position: relative;
  display: inline-block;
}

/* Pseudo-element for underline effect */
.underline::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -.2em; /* Adjust to fit text */
  width: 100%;
  height: 0.5em;
  background: url('https://aacetoempower.org/wp-content/uploads/2025/05/accent-line.svg') repeat-x;
  background-size: 100% !important;
  z-index: -1;
  transform-origin: left center;
}


.underline.white::after {
  filter: brightness(0) invert(1) !important;
}


/* Mobile Styles */
@media only screen and (max-width: 1024px) {
.overlay::before {
    background-color: var(--e-global-color-primary) !important;
	opacity: .5;
}}


/* Mobile Styles */
@media only screen and (max-width: 767px) {
.overlay::before {
    background-color: var(--e-global-color-primary) !important;
	opacity: 1 !important;
}}