/*
Theme Name: Necchi Child
Theme URI: https://rockit.rs/
Description: Child tema teme Necchi — sve dalje prepravke (CSS, šabloni, funkcije) idu ovde, parent "necchi" ostaje netaknut.
Author: rockit.rs
Author URI: https://rockit.rs/
Template: necchi
Version: 1.0.0
Text Domain: necchi-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Prepravke stila idu ispod ove linije. */

/* Header: stavka menija 'Gde kupiti' kao crveno dugme (klasa necchi-menu-cta na stavci menija). */
.site-header .site-navigation ul.menu li.necchi-menu-cta > a,
.site-header .site-navigation-dropdown ul.menu li.necchi-menu-cta > a {
	background: #d71920;
	color: #ffffff;
	padding: 10px 18px;
	border-radius: 0;
}
.site-header .site-navigation ul.menu li.necchi-menu-cta > a:hover {
	background: #000000;
	color: #ffffff;
}
/* Footer stacked: centrirano. */
.site-footer.footer-stacked .footer-inner { text-align: center; }
