/*
Theme Name: Paroti
Theme URI: https://gaviaspreview.com/wp/paroti/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: The 2022 theme for WordPress is a fully responsive theme that looks great on any device.
Version: 1.1.7
Tested up to: 5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
Text Domain: paroti

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.wp-caption-text{
   font-weight: 400;
   font-size: 14px;
   font-style: italic;
   color: #FFFFFF;
}
.gallery-caption{
   font-weight: 500;
}
.bypostauthor{
   text-align: left;
}
/* Globalna zamiana koloru #144047 na #ca4329 */

:root {
  --primary-color: #ca4329;
}

/* Linki, tekst, obramowania */
a,
a:visited,
a:hover,
a:focus,
a:active,
button,
.give-btn,
input[type="submit"],
input[type="button"],
input[type="reset"],
.btn,
.header a,
.footer a,
nav a,
.menu a,
.give-submit,
.give-btn.give-submit {
  color: #ca4329 !important;
  border-color: #ca4329 !important;
}



/* Hover i aktywne stany */
a:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.btn:hover,
.give-btn:hover,
.menu a:hover {
  background-color: #a73621 !important; /* ciemniejszy odcień */

button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.wp-block-button__link,
.elementor-button {
    color: #ffffff !important;
}
/* PRZYCISK W NAGŁÓWKU – LINK */
header a,
.site-header a,
.main-header a,
.header a {
    color: #ffffff !important;
}
	
	#headerowy {
    background-color: #db3317 !important;
    color: #ffffff !important;
}

#headerowy:hover {
    background-color: #9e9e9e !important;
    color: #db3317 !important;
}

	/* PRZYCISK W HEADERZE – ELEMENTOR */
#headerowy {
    background-color: #db3317;
    color: #ffffff;
    transition: background-color 0.25s ease, color 0.25s ease;
}

#headerowy:hover {
    background-color: #9e9e9e;
    color: #db3317;
}

/* tekst w środku (Elementor trzyma go w spanach) */
#headerowy .elementor-button-text {
    color: inherit;
}
header .elementor-button {
    background-color: #db3317;
}

header .elementor-button:hover {
    background-color: #9e9e9e;
}

header .elementor-button-text {
    color: #ffffff;
}

header .elementor-button:hover .elementor-button-text {
    color: #db3317;
}
/* MENU: kolor tekstu na hover + aktywny element (podświetlenie) */
nav a:hover,
nav a:focus,
nav .current-menu-item > a,
nav .current_page_item > a,
nav .current-menu-ancestor > a,
nav .current-menu-parent > a {
  color: #fff !important;
}

/* Jeśli „podświetlenie” to tło (np. kapsułka/CTA) */
nav li:hover > a,
nav .current-menu-item > a {
  background-color: #fff !important;
}

/* Wtedy tekst ustaw np. na ciemny (żeby było czytelne) */
nav li:hover > a,
nav .current-menu-item > a {
  color: #000 !important;
}

