/* ================
SVELTO
===================*/
body {
	background-color: #fff;
	background-position: center;
	background-attachment: fixed;
	font-family: 'Lato', sans-serif;
	color: #5e6060;
}

.row {
	margin-right: 0px;
	margin-left: 0px;
}

a {
	color: #5e6060;
}
.d-none {
	display: none!important;
}
/* ================
MENU
===================*/
#menu {
	background-color: #fff;
	position: realtive;
	top:0px;
	left:0px;
	width: 100%;
	z-index: 10000000;
	/*box-shadow: 0px 0px 8px rgba(0,0,0,.4);*/
}
#logo {
	max-height: 35px;
	width: auto;
}
#menu_list li {
	list-style-type: none;
	float: left;
	position: relative;
}

#menu_list li a {
	display: block;
	text-align: center;
	color: #000;
	text-decoration: none;
	font-size: 20px;
	font-weight: 300;
}

#menu_list li a.active, #menu_list li a:hover  {
	display: block;
	text-align: center;
	color: #9b4a4e;
	text-decoration: none;

}

@media screen and (max-width: 768px) {
	#menu_list li {
		list-style-type: none;
		float: left;
		position: relative;
		width: 100%;
	}
}
/* ================
HOME
===================*/
/*#home_r {
	height: 84vh;
}*/
/* ================
FORM
===================*/
.form-control {
	border: 0px solid #000;
	border-radius: 0px;
	background-color: #000;
	color: #fff;
	border-bottom: 1px solid #fff;
}
textarea.form-control {
	border:1px solid #fff!improtant;
}

button#invia {
	background-color: #000;
	color: #fff;
	border-radius: 0px;
	border:0px solid transparent;
	height: 38px;
	display: block;
}

button#registrati {
	background-color: #fff;
	color: #000;
	border-radius: 0px;
	border:1px solid #000;
	height: 38px;
	display: block;
}
button[type="submit"] {
	width: 100;
	border:0px solid #000;
	background-color: rgba(255,255,255,.4);
	color: #fff;
	width: 100%;
}

/* ================
PAGINE
===================*/
.h1_titta {
	font-size:5rem;
	text-decoration: underline;
	text-decoration-thickness: 3px;
	font-weight:300;
	position: relative;
	display: block;
}

/*.h1_titta:after {
	font-size:5rem;
	position: aboslute;
	bottom:-10px;
	width: 100%;
	content: '';
	height:2px;
	background-color: #5e6060;
	display: block;
}*/

.h3_titta {
	font-weight:300;
}

@media screen and (max-width:768px) {
	.h1_titta {
		font-size:3rem;
		text-decoration: underline;
		font-weight:300;

	}
	.h3_titta {
		font-weight:300;
	}
}
#about_us_image {
	background-image: url('../img/about_us_image.jpg');
}
#our_vision_image {
	background-image: url('../img/our_vision_image.jpg');
}
.blocco_immagine {
	background-position: center;
	background-size: cover;
	background-attachment: scroll;
	min-height: 90vh;
}

button.link {
	background-color: #000;
	color: #fff;
	border:0px solid transparent;
	height: 38px!important;
  min-width: 45%;*
}
.btn-dark {
	background-color: #000;
	color: #fff;
	border:0px solid transparent;
	height: 38px;
	width: 45%;	
}
button.link_b {
	background-color: transparent;
	color: #000;
	border:2px solid #000;
	height: 38px;
	width: 45%;
}

#registrazione {
	background-image: url('../img/anta.jpg');
	background-size: cover;
}

button.filtri.filtroattivo {
	background-color: #000;
	color: #fff;
	border:1px solid transparent;
	height: 38px;
	width: auto;
	padding: 5px 15px;
}

button.filtri.filtrononattivo {
	background-color: #fff;
	color: #000;
	border:1px solid #000;
	height: 38px;
	width: auto;
	padding: 5px 15px;
}

button.filtri.filtrononattivo:hover {
	background-color: #000;
	color: #fff;
	border:1px solid #000;
	height: 38px;
	width: auto;
	padding: 5px 15px;
}

button.filtri.filtrosecondario {
	background-color: #dedede;
	color: #000;
	border:1px solid #dedede;
	height: 38px;
	width: auto;
	padding: 5px 15px;
}

button.filtri.filtrosecondario:hover {
	background-color: #333;
	color: #fff;
	border:1px solid #333;
	height: 38px;
	width: auto;
	padding: 5px 15px;
}

/* ================
FOOTER
===================*/
footer {
	background-color: #444;
	color: #fff;
	text-align: center;
	z-index: 20000;
	position: relative;
/*	box-shadow: 0px 0px 15px rgba(0,0,0,.3);*/
}



/* ================
CONTROLLO
===================*/
#recipeCarousel .carousel-control-prev,
#recipeCarousel .carousel-control-next {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  #recipeCarousel .carousel-control-prev,
#recipeCarousel .carousel-control-next {
    transition: none;
  }
}
#recipeCarousel .carousel-control-prev:hover, #recipeCarousel .carousel-control-prev:focus,
#recipeCarousel .carousel-control-next:hover,
#recipeCarousel .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

#recipeCarousel .carousel-control-prev {
  left: -2rem;
}

#recipeCarousel .carousel-control-next {
  right: -2rem;
}

#recipeCarousel .carousel-control-prev-icon,
#recipeCarousel .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

#error-messages {
	border:1px solid #fff;
	color: #fff;
}

.btn-back {
	color: #fff;
	border:1px solid #fff;
	border-radius: 0px;
}
.btn-back:hover {
	color: #000;
	border:1px solid #fff;
	border-radius: 0px;
	background-color: rgba(255,255,255,.9);
}

.carousel-indicators [data-bs-target] {
	height: 1px;
}