/*
 
Theme name: Lego
 
Theme url: https://www.imprimis.it
 
Description: Tema sviluppato da IMPRIMIS Srl
 
Version: 2.0
 
Author: <a href="https://www.imprimis.it" title="IMPRIMIS">IMPRIMIS Srl</a>
 
Author url: https://www.imprimis.it

 
*/
@font-face {
	font-family: "Lego";	
	font-weight: 300;
	src: url("assets/fonts/ceracompactpro-regular.otf") format("opentype");
}
@font-face {
	font-family: "Lego";
	font-weight: 400;
	src: url("assets/fonts/ceracompactpro-medium.otf") format("opentype");
}

body {
	color: #343f4b;
	font-family: 'Lego', 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 1.5rem;
}

footer a {
	color: #343f4b;
	text-decoration: none;
}
footer a:hover {
	color: #333;
	text-decoration: underline;
}

footer {
	margin:30px 0;
	padding:30px;
	/* border-top:1px solid #ccc; */
	border-top:4px solid #737373;
}
.btn-xl {
	padding:1rem 2rem;
	font-size:1.2rem;
	min-width: 150px;
}
.btn-xxl {
	padding: 2rem 4rem;
	font-size: 1.5rem;
}
.btn, .btn-lg, .btn-xl, .form-control, .form-check-input[type="checkbox"] {
	border-radius: 0;
	font-size: 1.5rem;
}
.btn-warning {	
	background-color: #ffcf00;
	border-color: #ffcf00;
}
.btn-warning:hover {	
	background-color: #ffc107;
	text-decoration: none;
}
.main-nav {
	background-color: #ffcf00;
}
.main-nav a {
	color: #343f4b;
}
.main-nav a:hover {
	color: #333;
}
.section {	
	padding:30px;
}

.section-dark {
	background-color: #000;	
	color:#fff;
}
.section-dark h1 {
	border:0;
}

.section-light {	
	background-color: #eff2f7;	
	color:#47525e;
}
.section h2 {
	font-weight: 600;
}

h1 {
	border-bottom:1px solid #ccc;
	margin:15px 0;
}
.archive a {
	color: #343f4b;	
	text-decoration: none;
}
.archive a:hover {
	color: #333;	
	
}
.archive article {
	margin-bottom:30px;
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
}
.archive article:last-of-type {
	border-bottom: 0;
}

/* GET RESPONSE CHECKBOX IN REGISTRATION PAGE*/
.gr-marketing-consent-checkbox + span {
	color: #888;
}

.gr-marketing-consent-checkbox {
	width: 1.1rem;
	height: 1.1rem;
	color: #3ba1da;
	vertical-align: middle;
	-webkit-appearance: none;
	background: none;
	border: 0;
	outline: 0;
	flex-grow: 0;
	background-color: #FFFFFF;
	margin-right: 16px;
	margin-left: 1px;
}

.gr-marketing-consent-checkbox:checked {
	background-color: #ffffff;
	border: 2px solid #3ba1da;
	border-radius: 15%;
}

.gr-marketing-consent-checkbox:hover::before {
	box-shadow: inset 0 0 0 2px #666;
}

.gr-marketing-consent-checkbox::before {
	content: "\f372";
	color: transparent;
	display: block;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	background-color: transparent;
	background-size: contain;
	box-shadow: inset 0 0 0 2px #aaaaaa;
	border-radius: 15%;
}

.gr-marketing-consent-checkbox:checked::before {
	box-shadow: none;
	content: "\f373";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233ba1da' width='30' height='30' viewBox='0 0 24 24'%3E %3Cpath stroke-width='5' d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' /%3E %3C/svg%3E");
	width: 30px;
	height: 30px;
	position: relative;
	right: 7px;
	bottom: 10px;
	z-index: 2;
}

.gr-marketing-consent-checkbox:checked::after {
	box-shadow: none;
	content: "";
	background-color: #ffffff;
	width: 7px;
	height: 7px;
	position: relative;
	left: 10px;
	bottom: 42px;
	display: inline-block;
	z-index: 1;
}

.gr-marketing-consent-checkbox:disabled {
	background-color: #CCD3D8;
	opacity: 0.84;
	cursor: not-allowed;
}

.wpcf7-form .customer-data {
	padding: 10px 20px 0px 20px;
}

.wpcf7-form .acceptance-inputs {
	padding: 0px;
}

.wpcf7-form .customer-data input, .wpcf7-form .customer-data textarea {
	width: 100%;
}

.wpcf7-form .submit-section p{
	text-align: center;
}

.img-contatti{
	width: 100%;
}

.card {
	border: none !important;
}
  

/* STILI CSS DA AGGIUNGERE AL TUO TEMA WORDPRESS - REVISIONE HOMEPAGE 19-09-2025 */
.section {
	/* padding: 60px 0; */
}

.section-dark {
	background-color: #737373; /*#333;*/
	color: white;
}

.lego-box {
	background-color: #f9d00d;
	border-radius: 10px;
	padding: 30px 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	/* border: 1px solid #FF6B35; */
	margin-bottom: 20px;
}

.lego-box img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 10px;
	margin-bottom: 20px;
}

.lego-box h3 {
	/* color: #c61718; */
	font-weight: bold;
	font-size: 1.3rem;
	margin-bottom: 15px;
	line-height: 1.3;
}

.lego-box .subtitle {
	/* color: #c61718; */
	font-weight: bold;
	font-size: 1.1rem;
	margin-bottom: 8px;
}

.lego-box p {
	/* color: #333; */
	color: #c61718;
	font-size: 0.95rem;
	line-height: 1.4;
	flex-grow: 1;
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.lego-box {
		margin-bottom: 30px;
	}
	
	.lego-box h3 {
		font-size: 1.2rem;
	}
	
	.section {
		padding: 40px 0;
	}
}
/* FINE STILI CSS */
