/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- */
.prossime-fiere {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.prossime-fiere .fiera > a {
	min-height: 110px;
	display: flex;
	align-items: center;
	justify-contents: center;
	flex-shrink: 0;
}

.prossime-fiere .fiera {
	width: calc(100% / 3);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

@media only screen and (max-width: 1000px) {
	.prossime-fiere .fiera {
		width: 50%;
	}
}

@media only screen and (max-width: 800px) {
	.prossime-fiere .fiera {
		width: 100%;
	}
}

hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px dotted #ee5f5b;
	border-bottom: 1px solid #ffffff;
}

button:disabled {
	background: #999;
}

#contact-form-buttons {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}


#protezioni {
	margin-bottom: 25px;
	display: grid;
	grid-column-gap: 10px;
	grid-row-gap: 5px;
	grid-template-columns: repeat(2, 1fr);
	width: 80%;
	position: relative;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.protezione {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.protezione label {
	cursor: pointer;
}
.protezione input[type=checkbox] {
	margin: 0;
}
.protezione .protezioni-label {
	margin-left: 5px;
}
.protezioni-img-outer {
	flex-shrink: 0;
}
.protezioni-img {
	margin-right: 10px;
	width: 60px;
	height: 60px;
}
.contact-form-grid {
	display: flex;
	flex-wrap: wrap;
	width: 80%;
}
.contact-form-element {
	width: 50%;
}
.cc-window {
	top: 30%;
	left: 30%;
	right: 30%;
	max-width: none !important;
	display: flex;
	bottom: unset;
}
.cc-floating .cc-message {
	flex-grow: 1;
}
.cc-window.cc-floating .cc-compliance {
	flex: initial;
	margin-top: 30px;
}

@media only screen and (max-width: 1000px) {
	.cc-window {
		top: 10%;
		left: 10%;
		right: 10%;
	}
}
@media only screen and (max-width: 600px) {
	.cc-window {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow-y: auto;
	}
	#cookieconsent:wrapper {
		margin-bottom: 20px;
	}
	.cc-compliance {
		margin-bottom: 10px;
	}
}

ul.actions {
	margin-top: 0;

	display: flex;
	align-items: center;
	justify-content: flex-end;
}

ul.actions li {
	float: none;
}
