/*Per rendere più specifici alcuni stili che potrebbero sovrascrivere o essere sovrascritti da quello di default ho inserito questo foglio di stile in cui è possibile trasferire lo stile voluto semplicemente rendendolo specifico utilizzando al classe .ict che deve essere presente in tutti gli elementi dell'html

es:
HTML
<input id="nome" name="nome" class="ict dati_post form-control">

CSS
.ict.form-control {
..lo stile da dare...
}*/


/* ============================
	GENERALI 
   ============================ */


:root {
	--c1-orange: #e5882a;
	}
 
h3 {
color: var(--c1-orange);
font-family:'Roboto', sans-serif; 
font-size: 2.5rem;
font-weight: bold;
}
 

body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;	
	font-size: 14px;
	color: #263365;
	/*background-image: url('../img/bg.jpg');*/
	background-position: top center;
	background-size:cover;
	background-repeat: repeat-y; 
    background-color:#9ed6ec;

}
.row {
	margin-left:0px;
	margin-right:0px;
}

h1, h2, h4 {
	color: #263365;
}

a {
	text-decoration: none;
}

.text-red {
	color:#ac182d;
}


.buono {
animation-delay: 0.5s;

}



.fryer {
 animation-delay: 1s;	
}




/* ============================
	MENU
   ============================ */

   .skip-to-main-content-link {
   	position: absolute;
   	left: -9999px;
   	z-index: 999;
   	padding: 1em;
   	background-color: black;
   	color: white;
   	opacity: 0;
   }
   .skip-to-main-content-link:focus {
   	left: 50%;
   	transform: translateX(-50%);
   	opacity: 1;
   }

   #attiva_menu {
   	max-width: 30px; 
   	margin:10px 25px; 
   	cursor: pointer;
   }

   #menu {
   	background-color: #00417b;
   	/*border-bottom: 4px solid #ffffff;
   	box-shadow: 0px 5px 5px rgba(0,0,0,.2);
   	z-index: 2000;
   	position: relative;*/
   }

   #menu_list li {
   	list-style-type: none;
   	float: left;
   	/*padding-left: 2%;
   	padding-right: 2%;*/
   }

   #menu_list li a {
   	display: block;
   	text-align: center;
   	text-decoration: none;
   	padding: 10px 10px 0px 10px;
   	color: #fff;
	font-weight: bold;   
   	font-size: 21px;
   }



/*  #menu_list li a {
   	display: block;
   	text-align: center;
   	text-decoration: none;
	padding: 5px 10px;
   	color: #000;
	font-weight: bold;  
   	font-size: 21px;
    padding-left: 20px;
   	padding-right: 20px;
   }*/

   @media (max-width: 991px) {
   	#menu_list li {
   		float: none; 		
   	}
   	#menu_list li a {
   		text-align: right;
   	}
   }


   @media (max-width: 1199px) {

   	#menu_list {
   		margin-left: 45px;	
   	}
   }

   @media (max-width:991px) {

   	#menu_list {
   		margin-left: 0px;	
   	}
   }

   #menu_list li a:hover, #menu_list li a.active {
   	text-decoration: none !important;
   	color: #ffcb39;
   }

.modal-body {
	background-color: #115740;
}

/* ============================
	FORM
   ============================ */

   .sfondo {
   	background-color: rgba(255, 255, 255, 0.85);
   	border-radius: 20px;
   	box-shadow: 0px 6px 8px rgba(0, 0, 0, .4);
   }
#errore {
	color: #ac182d;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
}
   .form-control, .form-select {
   	height: 45px;
   	border-radius: 5px;
   	border: 1px solid #115740;
   	color: #000000;
   }

   .form-group {
   	margin-bottom: 15px;
   }

label[for=reg], label[for=tratt_dati]  {
	display: block;
}

   label a {
   	color: inherit;
   	text-decoration: underline;
   }

   small.small {
   	font-size: 10px;
   	line-height: 9px;
   }

   
.button {
	/*background: linear-gradient(to bottom,  #e01f1c 0%, #e01f1c 20%, #ad1613 100%);*/
	background: #00417b;
	color: #fff;
	border-radius:8px;
	border: 0px solid transparent;	
  	font-weight: bold;
	font-size: 1.5rem;
	padding: .25rem 2rem;
	width: max-content;
	max-width: 300px;
	-webkit-box-shadow: 2px 4px 8px 1px #000000; 
	box-shadow: 2px 4px 8px 1px #000;
	text-decoration: none;
	/*
	-webkit-box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7); 
	box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7);*/
}




.amazon_btn {
   /*background: linear-gradient(to bottom,  #e01f1c 0%, #e01f1c 20%, #ad1613 100%);*/
	background: #ec663b;
	color: #fff;
	border-radius:8px;
	border: 0px solid transparent;	
  	font-weight: bold;
	font-size: 1.25rem;
	padding: .25rem 2rem;
	width: max-content;
	max-width: 250px;
	-webkit-box-shadow: 2px 4px 8px 1px #000000; 
	box-shadow: 2px 4px 8px 1px #000;
	text-decoration: none;
	/*
	-webkit-box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7); 
	box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7);*/
}




.amazon_btn:hover {
	color: #54EDFD;
	background: #008f81;
}




.partecipa_btn {
   /*background: linear-gradient(to bottom,  #e01f1c 0%, #e01f1c 20%, #ad1613 100%);*/
	background: #00417b;
	color: #fff;
	border-radius:8px;
	border: 0px solid transparent;	
  	font-weight: bold;
	font-size: 1.25rem;
	padding: 0.5rem 2.75rem;
	width: max-content;
	max-width: 300px;
	-webkit-box-shadow: 2px 4px 8px 1px #000000; 
	box-shadow: 2px 4px 8px 1px #000;
	text-decoration: none;
	/*
	-webkit-box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7); 
	box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7);*/
}


.button:hover {
	color: #00417b;
	background: #fff;
}


.amazon_btn:hover {
	color: #00493E;
	background: #54EDFD;
}


.partecipa_btn:hover {
	color:#00417b;
	background: #fff;
}


@media (max-width:375px) {
	.button {
		font-size: 1rem;
	}
	
	
		.long-and-truncated {
		  margin: 0 5px;
		  flex: 1;
		  min-width: 0;
		}


		.long-and-truncated span {
		  display: block;
		  -webkit-line-clamp: 3;
		  text-overflow: ellipsis;
		  overflow: hidden;
		  display: -webkit-box;
		  -webkit-box-orient: vertical;
		  word-wrap: break-word;
		}
	
}

   @media (max-width: 575px) {
   	label {
   		font-size: .80rem;
   	}
   }

.modal-body {
	background-color: #fff;
}


/* ============================
	FOOTER
   ============================ */
   footer {
   	font-family: 'Roboto';
   	font-size: 0.8rem;
   	background-color: #fff9ef;
   }

   footer p {
   	color:#263365;
   	font-family: 'Roboto';
   	font-weight: normal;
   	font-style: normal;
   	font-size: 0.8rem;
   	text-align: center;	
   }

   footer p a {
   	color:#263365;
   	text-decoration:underline;
   	font-weight: 700;
   }


/* =========================
	COOKIE BAR
	======================= */

	.cc-window {
		font-size: .85rem !important;
		line-height: 1.2em !important;
	}

	@media (max-width:767px) {
		.cc-window {
			font-size: .75rem !important;
			line-height: 1.1em !important;
		}
	}


   small.small {
   	font-size: 10px;
   	line-height: 9px;
   }

