/*
Theme Name:     Newspaper Child
Description:    Tema Child per il tema Newspaper
Template:       Newspaper
Version:        0.1.0
*/

#pass-strength-result[class="hide-if-no-js"] {
	display: none;
}

.tml-field-wrap.tml-accept_uso_img_nome-wrap .tml-label {
	height: 100px;
	overflow-y: scroll;
}

.sf-menu > li > a {
	font-size: 12px !important;
}
/*.td-affix .sf-menu .menu-item-home {
	display: none;
}*/

/* loghi testate nell'header (parts/header/ads.php) */
.cl-loghi-testate {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
	list-style: none;
	margin: 0;
	padding: 10px 0;
}

.cl-loghi-testate__item {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 0;
}

.cl-loghi-testate__item img {
	position: inherit;
	display: block;
	width: auto;
	height: auto;
	max-height: 70px;
	max-width: 120px;
	/*border: 1px solid #ccc;*/
	box-shadow: 4px 4px 10px rgba(0,0,0,0.2);
	border-radius: 10px;
}

@media (max-width: 767px) {
	.cl-loghi-testate {
		gap: 12px;
		margin-bottom: 15px;
	}

	.cl-loghi-testate__item {
		flex: 0 1 calc(25% - 9px);
	}

	.cl-loghi-testate__item img {
		margin: 0;
		max-height: 58px;
		max-width: 90px;
	}
}