/*
Theme Name: Drac Artcai Child
Description: Tema hijo personalizado para Drac Artcai con colores institucionales #9260ab (púrpura) y #dbad50 (dorado)
Author: Drac Artcai Team
Template: fukasawa
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: drac-artcai-child
*/

/* ==========================================================================
   Colores institucionales de Drac Artcai
   ========================================================================== */

/* Color primario: Púrpura #9260ab */
:root {
    --drac-primary: #9260ab;
    --drac-secondary: #dbad50;
}

/* Enlaces */
body a {
	color: #9260ab !important;
	text-decoration: none;
}

body a:hover,
body a:focus {
    color: #dbad50 !important;
}

/* Botones principales */
button,
input[type="submit"],
input[type="button"],
.btn,
.give-btn {
    background-color: #9260ab !important;
    border-color: #9260ab !important;
    color: #ffffff !important;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.btn:hover,
.give-btn:hover {
    background-color: #dbad50 !important;
    border-color: #dbad50 !important;
    color: #000000 !important;
}

/* Headers y títulos */
h1, h2, h3, h4, h5, h6 {
    color: #9260ab !important;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit !important;
}

/* Navegación principal */
.main-menu a { 
    color: #9260ab !important; 
}

.main-menu a:hover,
.main-menu .current-menu-item > a,
.main-menu .current_page_item > a { 
    color: #dbad50 !important; 
}

/* Footer */
.site-footer {
    background-color: #9260ab !important;
}

.site-footer a {
    color: #dbad50 !important;
}

/* Elementos de GiveWP (donaciones) */
.give-form .give-donation-amount .give-currency-symbol,
.give-form .give-donation-amount .give-text-input {
    border-color: #9260ab !important;
}

.give-form .give-btn-donate {
    background-color: #9260ab !important;
}

.give-form .give-btn-donate:hover {
    background-color: #dbad50 !important;
}

/* Galerías */
.ngg-gallery-thumbnail a:hover img,
.photo-gallery img:hover {
    border-color: #dbad50 !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .main-navigation a {
        color: #9260ab !important;
    }
}