/*
Theme Name: DRLC Theme
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Dog and Rooster
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1753343378
Updated: 2025-07-24 07:49:38

*/

html, body{
	margin: 0 !important;
}
html, body {
  overflow-x: hidden;
}
.e-loop-nothing-found-message {
    max-width: 600px;
    margin: 0 auto;
}

.e-loop-nothing-found-message a:hover {
    color: #92005b;
}

.e-loop-nothing-found-message a {
    color: #5a103e
}
div#gform_confirmation_message_2 {
    color: #5a103e;
    border: 2px solid #FF773D;
    padding: 20px;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
}

.wp-block-button a.wp-block-button__link {
    border: 2px solid #FF773D;
    background: none;
    color: #5A103E;
}

.wp-block-button a.wp-block-button__link:hover {
    text-decoration: none !important;
    background: rgb(90 16 62 / 10%);
}
.grecaptcha-badge {
    bottom: 100px !important;
}
html[lang="es-ES"] .page-title h1{
    font-size: 80px !important;  /* smaller for Spanish text */
}

/* Mobile overrides */
@media (max-width: 767px) {
    html[lang="es-ES"] .page-title h1{
        font-size: 40px !important;  /* smaller for mobile */
    }

}