/*
Theme Name: Pricigin Child
Theme URI: https://pricigin.hr/
Description: Child tema za Hello Elementor. Nosi izvorni dizajn Pricigina.
Author: Miro
Template: hello-elementor
Version: 0.1.0
Text Domain: pricigin-child
*/

/* --- Popravci nakon migracije --- */
/* Hello Elementor postavlja img { height: auto } globalno i time ponistava height=42 iz oznake */
#logo img,
.pricigin-logo,
header #logo a img {
	height: 42px !important;
	width: auto !important;
	max-width: none;
}

footer .pricigin-logo {
	height: 42px !important;
	width: auto !important;
	display: inline-block;
}

/* sitna ikona (tocka) preko slicice novosti, kao u originalu */
a.box_news figure figcaption img {
	width: 60px;
	height: auto !important;
}

/* logotipi pokrovitelja u traci ispod hero sekcije */
.pokrovitelji img {
	max-height: 120px;
	height: auto !important;
	width: auto;
	max-width: 100%;
}
