/**
 * TB header: poravnanje logotipa, pretrage i hamburger menija; footer: lista linkova bez mobilnog menija modula.
 *
 * @package prof-tfh-divi-child
 */

/* Hamburger uvek vidljiv na tablet/telefon (Divi breakpoint 980px) */
@media (max-width: 980px) {
	/* Sakrij pretragu na mobilnom / uskom ekranu */
	.et-l--header #prof-magazin-header-menu a.et_pb_menu__icon.et_pb_menu__search-button,
	.et-l--header #prof-magazin-header-menu button.et_pb_menu__icon.et_pb_menu__search-button,
	.et-l--header #prof-magazin-header-menu .et_pb_menu__search-container {
		display: none !important;
	}
}

/* Footer Explore: obična lista, ne hamburger */
.et-l--footer .prof-tfh-footer-links {
	list-style: none;
	margin: 0.35rem 0 0;
	padding: 0;
}

.et-l--footer .prof-tfh-footer-links li {
	margin: 0 0 0.45rem;
	padding: 0;
}

.et-l--footer .prof-tfh-footer-links a {
	color: rgba(255, 255, 255, 0.92);
	text-decoration: none;
	font-size: 15px;
	line-height: 1.45;
}

.et-l--footer .prof-tfh-footer-links a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.et-l--footer .prof-tfh-footer-heading {
	margin-bottom: 0.35rem;
}

@media (max-width: 980px) {
	.et-l--footer .prof-tfh-footer-search-note {
		display: none;
	}
}
