/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://generatepress.com/about
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.6.1.1771925518
Updated: 2026-02-24 09:31:58

*/

/*
Theme Name: GeneratePress Child
Theme URI: 
Description: Custom child theme for GeneratePress - Cuero Development Corporation
Author: 
Author URI: 
Template: generatepress
Version: 1.0.0
*/

/* ==========================================================================
   CUSTOM STYLES (extracted from HTML files)
   ========================================================================== */

/* Stat Circle Component */
.stat-circle {
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.stat-circle:hover {
    transform: scale(1.05);
}

/* ==========================================================================
   GENERATEPRESS OVERRIDES
   ========================================================================== */

/* Remove default GP header/footer since we use custom ones */
.site-header,
.site-footer {
    display: none !important;
}

/* Remove GP content wrapper padding that conflicts with full-width sections */
.site-content {
    padding: 0 !important;
}

/* Ensure full-width layout */
.site-main {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Remove any GP container constraints for our custom layout */
body .site {
    max-width: 100%;
}

/* ==========================================================================
   BACK TO TOP SMOOTH SCROLL
   ========================================================================== */

.back-to-top {
    cursor: pointer;
}

/* ==========================================================================
   GOOGLE MAP GRAYSCALE
   ========================================================================== */

iframe.grayscale {
    filter: grayscale(100%);
}