html,
body,
.layout-container {
	height: auto;
	margin: 0px;
	padding: 0px;
	font-family: 'Hind Light', Helvetica, Arial, system-ui, sans-serif;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1;
}

h1,
h2,
h3,
h4,
h5 {
	&,
	span {
		font-family: 'Hind', Helvetica, Arial, system-ui, sans-serif;
		font-weight: normal;
	}
}

body {
	overflow-x: hidden;
}

.layout-container,
#page-content {
	text-align: center;
}

#page-content,
.wrapper-container {
	float: left;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.wrapper-content,
#page-content .region-content {
	position: relative;
	float: none;
	display: inline-block;
	width: 100%;
	max-width: 1200px;
	text-align: left;
}

/*
*	Border-box
*/
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*
*	Invisible Elements
*/
.visually-hidden {
	display: none;
}

/* Nascosto di default (anche se manca .visually-hidden) */
.contextual .trigger {
  opacity: 0;
  pointer-events: none;
  transition: opacity .15s ease-in-out;
}

/* Mostra solo in hover/focus/attivo */
.contextual:hover .trigger,
.contextual:focus-within .trigger,
.contextual .trigger:focus,
.contextual.is-active .trigger {
  opacity: 1;
  pointer-events: auto;
}

/*
*	 Containers
*/
div,
p,
span {
	margin: 0px;
	padding: 0px;
}

p {
  line-height: 1.3;
  margin: 0.25rem 0;
}

/*
*	 Titles
*/
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
}

/*
*	 Images
*/
img {
	max-width: 100%;
	max-height: 100%;
}

#page-container,
#page-content {
  display: block;
  width: 100%;
}

body:not(.homepage) #page-content {
    padding: 20px;
    min-height: calc(100vh - 120px);
}

/* Recensioni clienti */
.block-recensioni_clienti-popup {
	position: fixed;
  bottom: 0.75rem;
  left: 0.75rem;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
	background-color: #fff;
  border-radius: 0.5rem;

	.content,
	.content a,
	.content .field-item {
		display: flex;
		width: auto;
		min-height: 0;
		padding: 0;
		margin: 0;
	}

	&,
	img {
		height: 70px;
	}
}

.mobile .block-recensioni_clienti-popup {
	&,
	img {
		height: 50px;
	}
}
