/*
Theme Name: AWIEF Premium Theme
Theme URI: https://awieforum.org/
Author: Saleem Satardien
Author URI: https://deepmind.google/
Description: Custom premium, high-performance editorial theme migrated from Vite/React for the Africa Women Innovation and Entrepreneurship Forum. Fully integrated with Lazy Blocks for visual, drag-and-drop editing by non-technical administrators.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: awief-theme
Tags: custom-colors, translation-ready, full-width-template*/

/* ==========================================================================
   WOOCOMMERCE PREMIUM CHECKOUT STYLING OVERRIDES
   ========================================================================== */

/* Notices */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #fdf8f9 !important; /* warm bg */
    color: #7f3d59 !important; /* brand text */
    border-top: 4px solid #7f3d59 !important;
    border-radius: 12px;
    padding: 1.5rem !important;
    font-weight: 600;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    margin-bottom: 2rem !important;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    color: #7f3d59 !important;
}

/* Forms & Inputs */
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
    background-color: #fcfbf9 !important;
    border: 1px solid rgba(29, 11, 20, 0.1) !important;
    border-radius: 12px !important;
    padding: 1rem 1.25rem !important;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: none !important;
}
.woocommerce form .form-row input.input-text:focus, 
.woocommerce form .form-row textarea:focus {
    border-color: #7f3d59 !important;
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(127, 61, 89, 0.2) !important;
}
.woocommerce form .form-row label {
    font-size: 0.75rem !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 900;
    color: rgba(29, 11, 20, 0.6) !important;
    margin-bottom: 0.5rem !important;
}

/* Tables (Cart / Checkout Review) */
.woocommerce table.shop_table {
    border: 1px solid rgba(29, 11, 20, 0.1) !important;
    border-radius: 16px !important;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02) !important;
}
.woocommerce table.shop_table th {
    background-color: #fdf8f9 !important;
    color: #7f3d59 !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.75rem !important;
    padding: 1.25rem !important;
}
.woocommerce table.shop_table td {
    border-top: 1px solid rgba(29, 11, 20, 0.05) !important;
    padding: 1.25rem !important;
    color: #1d0b14 !important;
    font-weight: 600;
}
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
    background-color: rgba(127, 61, 89, 0.02) !important;
}

/* Payment Section */
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #fdf8f9 !important;
    border-radius: 20px !important;
    border: 1px solid rgba(127, 61, 89, 0.1) !important;
    overflow: hidden;
    padding: 2rem !important;
    margin-top: 2rem !important;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid rgba(127, 61, 89, 0.1) !important;
    padding: 0 0 1.5rem 0 !important;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    font-weight: 700;
    color: #1d0b14 !important;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #fff !important;
    border: 1px solid rgba(29, 11, 20, 0.1) !important;
    border-radius: 12px !important;
    color: rgba(29, 11, 20, 0.7) !important;
    font-size: 0.875rem !important;
    padding: 1.25rem !important;
    box-shadow: none !important;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    display: none !important; /* Hide the ugly default triangle arrow */
}

/* Place Order Button */
.woocommerce #payment #place_order {
    background-color: #7f3d59 !important;
    color: #fff !important;
    border-radius: 99px !important;
    padding: 1.25rem 3rem !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2em !important;
    font-size: 0.75rem !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    margin-top: 1.5rem !important;
}
.woocommerce #payment #place_order:hover {
    background-color: #1d0b14 !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* Headings */
.woocommerce h3 {
    font-family: var(--font-heading, Arial) !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: #1d0b14 !important;
    margin-bottom: 1.5rem !important;
    margin-top: 2rem !important;
    border-bottom: 2px solid rgba(29, 11, 20, 0.05);
    padding-bottom: 0.5rem;
}

/* Product Image Safeguard */
.woocommerce table.shop_table img {
    max-width: 90px !important;
    height: auto !important;
    border-radius: 8px;
}

/* ==========================================================================
   ELEMENTOR FORMS PREMIUM STYLING OVERRIDES
   ========================================================================== */

/* The form container */
.elementor-form {
    background: #fdfcfa;
    padding: 2.5rem;
    border-radius: 32px;
    border: 1px solid rgba(29, 11, 20, 0.05);
    box-shadow: 0 20px 40px -15px rgba(29, 11, 20, 0.05);
}

/* Form Labels */
.elementor-form .elementor-field-label {
    color: #7f3d59 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    font-size: 0.75rem !important;
    margin-bottom: 0.5rem !important;
    display: block !important;
}

/* Form Inputs & Textareas */
.elementor-form .elementor-field-textual {
    background-color: #ffffff !important;
    border: 1px solid rgba(29, 11, 20, 0.1) !important;
    border-radius: 9999px !important;
    padding: 1rem 1.5rem !important;
    color: #1d0b14 !important;
    font-size: 0.875rem !important;
    transition: all 0.3s ease !important;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.02) !important;
}

/* For textareas, keep border radius smaller so it doesn't look weird */
.elementor-form textarea.elementor-field-textual {
    border-radius: 20px !important;
    min-height: 120px !important;
}

/* Focus States */
.elementor-form .elementor-field-textual:focus {
    border-color: #d4af37 !important;
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.1) !important;
    outline: none !important;
}

/* Submit Button Container */
.elementor-form .elementor-field-type-submit {
    margin-top: 1.5rem !important;
    text-align: center !important;
}

/* Submit Button */
.elementor-form .elementor-button {
    background-color: #7f3d59 !important;
    color: #ffffff !important;
    border-radius: 9999px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2em !important;
    padding: 1.25rem 3rem !important;
    font-size: 0.875rem !important;
    border: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 10px 20px -5px rgba(127, 61, 89, 0.4) !important;
    width: 100% !important;
    cursor: pointer !important;
    display: inline-block !important;
}

.elementor-form .elementor-button:hover {
    background-color: #d4af37 !important;
    color: #1d0b14 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 15px 25px -5px rgba(212, 175, 55, 0.4) !important;
}

/* ==========================================================================
   DEFAULT WORDPRESS CONTENT STYLING (BLOG POSTS & STANDARD PAGES)
   Applies premium styling to standard text elements that aren't wrapped in custom blocks.
   ========================================================================== */

.site-main > p,
.site-main > h1,
.site-main > h2,
.site-main > h3,
.site-main > h4,
.site-main > h5,
.site-main > h6,
.site-main > ul,
.site-main > ol,
.site-main > figure,
.site-main > blockquote,
.site-main > .wp-block-paragraph,
.site-main > .wp-block-heading,
.site-main > .wp-block-list,
.site-main > .wp-block-quote,
.site-main > .wp-block-image {
    max-width: 850px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.site-main > p, 
.site-main > .wp-block-paragraph {
    font-size: 1.125rem;
    line-height: 1.85;
    color: rgba(29, 11, 20, 0.75); /* Charcoal / 75% */
    font-weight: 500;
    margin-bottom: 2rem;
}

.site-main > h1, .site-main > h2, .site-main > h3, .site-main > h4,
.site-main > .wp-block-heading {
    color: #1d0b14; /* Charcoal */
    font-family: "Outfit", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    margin-top: 4rem;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.site-main > h1 { font-size: 3rem; color: #7f3d59; }
.site-main > h2 { font-size: 2.25rem; }
.site-main > h3 { font-size: 1.75rem; color: #7f3d59; }
.site-main > h4 { font-size: 1.25rem; letter-spacing: 0.1em; }

.site-main > ul, .site-main > ol, .site-main > .wp-block-list {
    font-size: 1.125rem;
    line-height: 1.8;
    color: rgba(29, 11, 20, 0.75);
    font-weight: 500;
    margin-bottom: 2.5rem;
    padding-left: 3.5rem !important;
}

.site-main > ul > li {
    list-style-type: square;
    margin-bottom: 0.75rem;
}

.site-main > ul > li::marker {
    color: #7f3d59;
}

.site-main > a, .site-main p a {
    color: #7f3d59;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid rgba(127, 61, 89, 0.2);
    transition: all 0.3s ease;
}

.site-main > a:hover, .site-main p a:hover {
    color: #d4af37;
    border-bottom-color: #d4af37;
}

/* First element top padding (only for standard text elements) */
.site-main > p:first-child,
.site-main > h1:first-child,
.site-main > h2:first-child,
.site-main > h3:first-child,
.site-main > .wp-block-paragraph:first-child,
.site-main > .wp-block-heading:first-child {
    margin-top: 6rem;
}

/* ==========================================================================
   BALANCED VERTICAL PADDING / MARGINS FOR LANDING & SPECIAL ADS PAGES
   ========================================================================== */
body[class*="special-ads"] section,
body[class*="landing"] section {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
body[class*="special-ads"] section .mb-24,
body[class*="special-ads"] section .mb-20,
body[class*="special-ads"] section .mb-16 {
    margin-bottom: 3rem !important;
}

/* ==========================================================================
   CLEAN CONVERSION FUNNEL (NO HEADER / NO FOOTER ON SOCIAL & MOBILE FUNNELS)
   ========================================================================== */
body.awief-funnel-page #main-header,
body.awief-funnel-page header#main-header,
body.awief-funnel-page .bg-brand.text-white.py-3.px-6.text-center,
body.awief-funnel-page footer,
body.woocommerce-cart #main-header,
body.woocommerce-cart footer,
body.woocommerce-checkout #main-header,
body.woocommerce-checkout footer,
body.woocommerce-order-received #main-header,
body.woocommerce-order-received footer {
    display: none !important;
}
body.awief-funnel-page,
body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-order-received {
    padding-top: 0 !important;
}

/* ==========================================================================
   WOOCOMMERCE CART PAGE POLISH & ALIGNMENT FIXES
   ========================================================================== */

/* Remove yellow PayPal buttons from Cart page */
.woocommerce-cart .paypal-buttons,
.woocommerce-cart [id^="paypal-button"],
.woocommerce-cart .wcppec-checkout-buttons,
.woocommerce-cart .wcppec-checkout-buttons__container,
.woocommerce-cart #ppc-button,
.woocommerce-cart .ppc-button-wrapper,
.woocommerce-cart .wc-proceed-to-checkout + div,
.woocommerce-cart .wc-proceed-to-checkout ~ div[id*="paypal"],
.woocommerce-cart iframe[src*="paypal"] {
    display: none !important;
}

/* Cart Table vertical centering and clean cell padding */
.woocommerce table.shop_table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    width: 100% !important;
}

.woocommerce table.shop_table thead th {
    background-color: #f8f6f0 !important;
    color: #1a1a1a !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    letter-spacing: 0.1em !important;
    padding: 16px 20px !important;
    vertical-align: middle !important;
}

.woocommerce table.shop_table tbody td {
    padding: 20px !important;
    vertical-align: middle !important;
    border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
}

/* Quantity input alignment fix */
.woocommerce table.shop_table td.product-quantity {
    text-align: center !important;
    vertical-align: middle !important;
}

.woocommerce table.shop_table td.product-quantity .quantity {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
}

.woocommerce table.shop_table td.product-quantity input.qty {
    width: 64px !important;
    height: 42px !important;
    text-align: center !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #fff !important;
}

/* Coupon row and bottom actions bar */
.woocommerce table.shop_table td.actions {
    padding: 24px 20px !important;
    background-color: #faf9f5 !important;
    vertical-align: middle !important;
}

.woocommerce table.shop_table td.actions .coupon {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    float: left !important;
}

.woocommerce table.shop_table td.actions .coupon input.input-text {
    height: 44px !important;
    line-height: 44px !important;
    padding: 0 18px !important;
    border-radius: 9999px !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    font-size: 13px !important;
    width: 200px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.woocommerce table.shop_table td.actions .coupon .button,
.woocommerce table.shop_table td.actions > .button {
    height: 44px !important;
    line-height: 44px !important;
    padding: 0 24px !important;
    border-radius: 9999px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    transition: all 0.2s ease !important;
}

/* Full-Width Cart Totals Box matching table width */
.woocommerce .cart-collaterals {
    width: 100% !important;
    display: block !important;
    margin-top: 32px !important;
    float: none !important;
}

.woocommerce .cart-collaterals .cart_totals {
    width: 100% !important;
    float: none !important;
    max-width: 100% !important;
    border-radius: 20px !important;
    padding: 36px !important;
    background: #fff !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04) !important;
    border: 1px solid rgba(0,0,0,0.08) !important;
    box-sizing: border-box !important;
}

.woocommerce .cart-collaterals .cart_totals h2 {
    font-size: 20px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    margin-bottom: 24px !important;
    color: #1a1a1a !important;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table {
    width: 100% !important;
    margin-bottom: 28px !important;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
    border-radius: 9999px !important;
    padding: 18px 32px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    font-size: 13px !important;
    display: block !important;
    text-align: center !important;
    background-color: #7f3d59 !important;
    color: #fff !important;
    box-shadow: 0 10px 25px rgba(127, 61, 89, 0.25) !important;
    transition: all 0.3s ease !important;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #1a1a1a !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2) !important;
}

/* Fix WooCommerce Notices & Alerts icon misalignment */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    display: block !important;
    padding: 18px 24px !important;
    border-radius: 14px !important;
    background-color: #fff !important;
    border-left: 6px solid #7f3d59 !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04) !important;
    margin-bottom: 24px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    position: relative !important;
    list-style: none !important;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 4px 0 !important;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before,
.woocommerce-error li::before,
.woocommerce-info li::before,
.woocommerce-message li::before {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    margin: 0 10px 0 0 !important;
    top: auto !important;
    left: auto !important;
    font-size: 18px !important;
}

.woocommerce-message .restore-item,
.woocommerce-message a.button {
    margin-left: auto !important;
    background: #7f3d59 !important;
    color: #fff !important;
    padding: 8px 18px !important;
    border-radius: 9999px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
}

/* ==========================================================================
   TARGETED HEADER & NAVIGATION MENU PROTECTION AGAINST ELEMENTOR SPECIFICITY
   ========================================================================== */
body header#main-header {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 100 !important;
    display: block !important;
}
body header#main-header nav#main-nav {
    position: relative !important;
    width: 100% !important;
    max-width: 1550px !important;
    margin: 0 auto !important;
    display: block !important;
}
body header#main-header nav#main-nav > div {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
}
body header#main-header nav#main-nav .nav-item {
    font-family: inherit !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.25rem !important;
    padding: 0.5rem 0 !important;
    line-height: 1 !important;
}
body header#main-header nav#main-nav .group\/nav > div {
    position: absolute !important;
    z-index: 100 !important;
}

/* Hide automatic page titles ('Home', 'About', etc.) injected by Elementor or WordPress on non-blog pages */
body:not(.single-post) .elementor-page-title,
body:not(.single-post) h1.entry-title,
body:not(.single-post) .entry-header {
    display: none !important;
}

/* ==========================================================================
   FULL-WIDTH LAYOUT PROTECTION (STRIP ALL ELEMENTOR / WP WRAPPER PADDING & MARGINS AROUND BLOCKS)
   ========================================================================== */
body:not(.woocommerce-page):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) main#primary.site-main,
body:not(.woocommerce-page):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) main#primary.site-main .entry-content,
body:not(.woocommerce-page):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) main#primary.site-main .entry-content > *,
body:not(.woocommerce-page):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) main#primary.site-main .is-layout-constrained,
body:not(.woocommerce-page):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) main#primary.site-main .is-layout-constrained > *,
body:not(.woocommerce-page):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .elementor-section,
body:not(.woocommerce-page):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .elementor-container,
body:not(.woocommerce-page):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .elementor-column,
body:not(.woocommerce-page):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .elementor-column-wrap,
body:not(.woocommerce-page):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .elementor-widget-wrap,
body:not(.woocommerce-page):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .elementor-widget,
body:not(.woocommerce-page):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .elementor-widget-container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}



/* Guarantee all card and image containers with aspect ratios are positioned relative so their child images NEVER break out of the box or rampage across the page */
.aspect-video,
.aspect-\[16\/9\],
.aspect-\[16\/10\],
.aspect-\[4\/3\],
.aspect-\[4\/5\],
.aspect-\[21\/9\],
.aspect-square,
[class*="aspect-"] {
    position: relative !important;
}

/* Ensure all card images in aspect containers stretch 100% full cover without leaving white gaps */
.aspect-video img,
.aspect-\[16\/9\] img,
.aspect-\[16\/10\] img,
.aspect-\[4\/3\] img,
.aspect-\[4\/5\] img,
.aspect-\[21\/9\] img,
.aspect-square img,
[class*="aspect-"] img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}


/* Guarantee that ANY page starting with a hero banner (Home, About, What We Do, Conference, Impact, Get Involved, etc.) starts directly below the top announcement banner with zero white gap across all layers */
body.has-top-hero main#primary.site-main,
body.home main#primary.site-main,
body.front-page main#primary.site-main,
body.has-top-hero .entry-content,
body.home .entry-content,
body.front-page .entry-content,
body.has-top-hero .elementor,
body.home .elementor,
body.front-page .elementor,
body.has-top-hero .elementor-section-wrap > .elementor-section:first-child,
body.home .elementor-section-wrap > .elementor-section:first-child,
body.front-page .elementor-section-wrap > .elementor-section:first-child,
body.has-top-hero .elementor-section.elementor-top-section:first-child,
body.home .elementor-section.elementor-top-section:first-child,
body.front-page .elementor-section.elementor-top-section:first-child,
body.has-top-hero .elementor-section.elementor-top-section:first-child > .elementor-container,
body.home .elementor-section.elementor-top-section:first-child > .elementor-container,
body.front-page .elementor-section.elementor-top-section:first-child > .elementor-container,
body.has-top-hero .elementor-section.elementor-top-section:first-child .elementor-column-wrap,
body.home .elementor-section.elementor-top-section:first-child .elementor-column-wrap,
body.front-page .elementor-section.elementor-top-section:first-child .elementor-column-wrap,
body.has-top-hero .elementor-section.elementor-top-section:first-child .elementor-widget-wrap,
body.home .elementor-section.elementor-top-section:first-child .elementor-widget-wrap,
body.front-page .elementor-section.elementor-top-section:first-child .elementor-widget-wrap,
body.has-top-hero .elementor-section.elementor-top-section:first-child .elementor-widget,
body.home .elementor-section.elementor-top-section:first-child .elementor-widget,
body.front-page .elementor-section.elementor-top-section:first-child .elementor-widget,
body.has-top-hero .elementor-section.elementor-top-section:first-child .elementor-widget-container,
body.home .elementor-section.elementor-top-section:first-child .elementor-widget-container,
body.front-page .elementor-section.elementor-top-section:first-child .elementor-widget-container,
body.has-top-hero .wp-site-blocks,
body.home .wp-site-blocks,
body.front-page .wp-site-blocks {
    margin-top: 0 !important;
    padding-top: 0 !important;
}








