/*
	Theme Name: Edita
*/


/* FONT */



/* GENERIC RESET */

* {
	border: 0px;
	padding: 0px;
	margin: 0px;
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: color 0.3s, background 0.3s, opacity 0.5s, box-shadow 0.5s, border 0.3s;
	-moz-transition: color 0.3s, background 0.3s, opacity 0.5s, box-shadow 0.5s, border 0.3s;
	transition: color 0.3s, background 0.3s, opacity 0.5s, box-shadow 0.5s, border 0.3s;
}

html {
	overflow-x: hidden;
}

body {
	font-family: "Karla", sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	line-height: 28px;
	color: #000000;
	padding: 0 !important;
	background: #f7f6f3;
}

header,
aside,
footer,
nav,
section,
details,
summary,
article,
figure,
figcaption,
address,
mark,
output,
button,
main {
	display: block;
	margin: 0;
}

address {
	font-style: normal;
}

button,
button:hover {
	background: transparent;
	cursor: pointer;
	text-align: left;
	box-shadow: none;
	text-shadow: none;
}

mark {
	background: transparent;
	color: #000000;
	margin: 0;
	padding: 0;
}

label {
	font-weight: normal;
	margin: 0px
}

img,
img.img-responsive {
	width: auto\9;
}

#page {
	max-width: 2000px;
	margin: 0 auto;
}

.entry-content,
.entry-summary,
.hentry {
	margin: 0;
}

h1,
h1.entry-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
	color: #56301a;
	clear: none;
	text-align: center;
	margin: 0 0 30px 0px;
}

h2,
h2.entry-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	color: #4ccdbc;
	clear: none;
	text-align: left;
	margin: 0 0 20px 0px;
}

h3 {
	font-size: 26px;
	font-weight: 400;
	line-height: 30px;
	color: #76c87e;
	clear: none;
	margin: 0 0 10px 0px;
}

h1 a,
h1 a:hover,
h1 a:focus,
h1 a:active,
h1 a:visited,
h2 a,
h2 a:hover,
h2 a:focus,
h2 a:active,
h2 a:visited,
h3 a,
h3 a:hover,
h3 a:focus,
h3 a:active,
h3 a:visited {
	color: #000000;
	text-decoration: none;
}

p {
	margin: 0 0 40px 0;
}

a,
a:active,
a:visited {
	color: #76c87e;
	outline: 0;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #76c87e;
	outline: 0;
	text-decoration: none;
}

ul,
ol {
	margin: 0 0 28px 20px;
}

strong,
b {
	font-weight: 700;
}

form,
nav {
	margin: 0;
}

pre {}

.clear {
	clear: both;
}

/* *** HEADER *** */

header {
	position: relative;
	height: auto !important;
	background: none;
}

header .menu-fixed-scroll.scroll {
	background: none;
}

header .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 620px;
	height: 150px;
	margin-top: -75px;
	margin-left: -310px;
	z-index: 100;
	filter: drop-shadow(5px 5px 5px #222);
}

/* *** MENU *** */

#js-fixed-menu {
	position: absolute;
	top: 100px;
	left: 50px;
	z-index: 100;
}

button.navbar-toggle {
	display: inline-block;
	float: none;
	width: 66px;
	height: 66px;
	margin: 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

button.navbar-toggle:hover {
	background-color: #56301a;
}

button.navbar-toggle .icon-bar {
	width: 26px;
	background-color: #b9b5b5;
}

button.navbar-toggle:hover .icon-bar {
	background-color: #ffffff;
}

button.navbar-toggle:after {
	content: "menu";
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}

button.navbar-toggle:hover:after {
	color: #433d2f;
}

.menu-offcanvas {
	left: -50%;
	background-color: #56301a;
	-webkit-transition: left 0.3s ease-in-out;
	-moz-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}

.menu-offcanvas.offcanvas-open {
	left: 0;
}

.menu-command {
	margin: 120px 70px 40px;
}

button.menu-offcanvas-button-close {
	float: left;
	width: 26px;
	height: 26px;
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: url("../images/background/close.png") no-repeat;
}

.menu-lang {
	float: right;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	color: #ffffff;
	text-transform: lowercase;
	text-align: right;
}

.language-list {
	margin: 0;
}

.language-item {
	width: auto;
	height: auto;
	margin: 0;
	padding: 4px 8px;
}

.language-item a {
	color: #ffffff;
	text-decoration: none;
}

.language-item a:hover {
	color: #afe4b3;
}

.menu-wrap {
	margin: 0 70px;
}

.main-navigation {
	font-size: 22px;
	line-height: 24px;
	background-color: #56301a;
}

.main-navigation .menu-item {
	text-align: left;
}

.main-navigation a {
	color: #ffffff;
	margin: 4px 0;
	padding: 4px 24px 4px 0;
	border-bottom: 1px solid transparent;
}

.main-navigation a:hover,
.main-navigation .current-menu-item>a,
.main-navigation .current-menu-parent>a {
	border-bottom: 1px solid #ffffff;
}

.main-navigation .sub-menu {
	display: block;
	margin-bottom: 20px;
	background-color: transparent;
}

.main-navigation .sub-menu .menu-item {
	margin-left: 20px;
}

.main-navigation .sub-menu a {
	font-size: 18px;
	color: #4ccdbc;
	padding: 4px 0;
	border-bottom: none;
}

.main-navigation .sub-menu a:hover,
.main-navigation .sub-menu .current-menu-item>a {
	color: #ffffff;
}

.main-navigation .sub-menu .current-menu-item>a:before {
	content: "•";
	padding-right: 5px;
	margin-left: -10px;
}

/* *** BOX INFORMAZIONI *** */

.info-box {
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 100;
}

.info-box .address {
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	color: #ffffff;
	margin-right: 60px;
	margin-bottom: 30px;
}

.info-box .address a {
	color: #ffffff;
	text-decoration: none;
}

.info-box .address a:hover {
	text-decoration: underline;
}

.info-box .reserve,
.info-box .calendar-link {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: #433d2f;
	padding: 15px 45px 15px 30px;
	background: #ffffff;
	text-decoration: none;
	margin-bottom: 15px;
	position: relative;
}

.info-box .reserve {
	display: none;
}

.info-box .reserve .fa,
.info-box .calendar-link .fa {
	font-size: 24px;
	vertical-align: -10%;
	position: absolute;
	right: 10px;
}

.info-box .reserve:hover,
.info-box .calendar-link:hover {
	color: #fff;
	background: #56301a;
}

/* .info-box .calendar-link {
	text-align: right;
	margin-top: 15px;
	font-weight: bold;
	font-size: 18px;
	color: #433d2f;
	padding: 15px 15px 15px 30px;
	background: #ffffff;
	text-decoration: none;
}

.info-box .calendar-link a {
	color: #433d2f;
	text-decoration: none;
}

.info-box .calendar-link a:hover {
	text-decoration: underline;
} */

.info-box .social {
	margin-top: 15px;
	margin-right: 60px;
	text-align: right;
}

.info-box .social a {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-left: 8px;
	background-image: url("../images/background/social-sprite.png");
	background-repeat: no-repeat;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.info-box .social .facebook {
	background-position: 0 0;
}

.info-box .social .facebook:hover {
	background-position: -32px 0;
}

.info-box .social .instagram {
	background-position: 0 -32px;
}

.info-box .social .instagram:hover {
	background-position: -32px -32px;
}

/* *** SLIDESHOW *** */

#header-slideshow {
	background: #3e3430;
}

#header-slideshow .arrow {
	position: absolute;
	bottom: 100px;
	left: 50%;
	width: 40px;
	height: 40px;
	font-size: 40px;
	line-height: 40px;
	color: #ffffff;
	margin-left: -20px;
	text-align: center;
	z-index: 100;
}

#header-slideshow .owl-carousel .owl-item {
	filter: alpha(opacity=80);
	opacity: 0.80;
}

#header-slideshow .owl-controls {
	position: absolute;
	bottom: 48px;
	width: 100%;
	text-align: center;
}

#header-slideshow .owl-dots {
	line-height: 12px;
}

#header-slideshow .owl-dots .owl-dot {
	display: inline-block;
}

#header-slideshow .owl-dots .owl-dot span {
	display: block;
	width: 6px;
	height: 6px;
	margin: 3px 4px;
	background: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#header-slideshow .owl-dots .owl-dot.active span,
#header-slideshow .owl-dots .owl-dot:hover span {
	width: 12px;
	height: 12px;
	margin: 0 1px;
	border: 2px solid #ffffff;
	background: transparent;
}

/* *** MAIN CONTAINER *** */

.site-content {
	padding: 70px 0 90px;
}

.entry-content {
	text-align: center;
}

.site-main {}

/*	WordPress Gallery
	------------------------------------------ */

.gallery {
	margin-bottom: 1.5em;
}

.entry-content .gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 2.8% 0px 0px;
}

.entry-content .gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.entry-content .gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.entry-content .gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.entry-content .gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.entry-content .gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.entry-content .gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.entry-content .gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.entry-content .gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.entry-content .gallery-caption {
	display: block;
}

.entry-meta {}

.entry-meta a {}

#primary main .entry-content .gallery {
	margin-bottom: 50px;
}

#primary main .entry-content .gallery-item {
	padding: 30px 0 0;
}

/* *** LISTE OGGETTI: RECENSIONI & OFFERTE *** */

.item-list {
	margin-top: 30px;
}

.item-list.feedback-list {
	border-top: 1px dashed #cbc4b6;
	padding-top: 25px;
}

.item-list h2 {
	margin-bottom: 20px;
}

.item-list article {
	position: relative;
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	padding: 20px;
	margin-bottom: 30px;
	border: 1px dashed #cbc4b6;
	background: #faf4e8;
	text-align: left;
}

.feedback-list.item-list article {
	color: #767575;
	padding: 30px 60px;
	border: 0;
	background: #d7e1d4;
}

.item-list article.allclick:hover {
	background: #ffffff;
}

.feedback-list.item-list article:before {
	content: '“';
	position: absolute;
	top: 5px;
	left: 15px;
	font-size: 100px;
	line-height: 102px;
	color: #66a350;
}

.feedback-list.item-list article:after {
	content: '”';
	position: absolute;
	bottom: -55px;
	right: 15px;
	font-size: 100px;
	line-height: 102px;
	color: #66a350;
}

.item-list article img.preview {
	float: left;
	display: block;
	margin: 0 20px 0 0;
	border: 5px solid #ffffff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-box-shadow: 2px -2px 2px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px -2px 2px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 2px -2px 2px 0px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}

.item-list article .author {
	color: #66a350;
	margin-bottom: 10px;
}

.item-list article a.title {
	display: block;
	color: #b4563d;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 10px;
	text-decoration: none;
}

.feedback-list.item-list article mark {
	color: #484848;
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 10px;
}

.item-list article .rating,
.item-list article .date {
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	text-align: right;
}

.item-list article .rating img {
	margin-left: 2px;
}

.item-list article .description {}

.item-list article .more {
	color: #b4563d;
	margin-top: 10px;
}

/* *** MAPPA *** */

#map_canvas {
	width: 100%;
	height: 430px;
	margin: 20px 0 20px 0;
}

#map_canvas img {
	max-width: none;
}

#map_canvas .infowindow {
	min-width: 200px;
	text-align: left;
}

.adp-placemark td {
	padding: 5px;
}

.adp-placemark img {
	display: inline-block;
	max-width: none;
}

#position_box {
	display: none;
}

/* *** IMMAGINI ALLEGATE *** */

.content-area.image-attachment .entry-attachment {
	margin-bottom: 30px;
	text-align: center;
}

.content-area.image-attachment .entry-attachment .attachment a {
	display: inline-block;
}

.content-area.image-attachment .entry-attachment .attachment a img {
	display: inline-block;
}

/* *** SINGOLO MENU *** */

.single-menu h4 {
	display: inline-block;
	font-size: 32px;
	font-weight: 700;
	line-height: 32px;
	color: #fafafa;
	padding: 4px 26px;
	background: #56301a;
}

.single-menu h4:before {
	content: "euro ";
	font-size: 22px;
}

.single-menu .entry-content {
	font-size: 22px;
	font-weight: 700;
	line-height: 38px;
	margin-top: 40px;
	padding-top: 50px;
	border-top: 1px solid #d5d5d1;
}

h2.single-menu-subtitle {
	font-size: 25px;
	font-weight: 400;
	line-height: 30px;
	color: #000000;
	margin-bottom: 60px;
	clear: none;
	text-align: center;
}

.single-menu-content .gutter-sizer {
	width: 6%;
}

.single-menu-content .item {
	width: 46%;
	margin-bottom: 50px;
}

.single-menu-content .title {
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;
	color: #56301a;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.single-menu-content .text {
	font-size: 20px;
	font-weight: 700;
	line-height: 38px;
}

.single-menu-content .text ul {
	list-style-type: disc;
}

.single-menu-content .text em {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #5b5b5b;
}

.single-menu-content .price {
	display: inline-block;
	font-size: 32px;
	font-weight: 700;
	line-height: 32px;
	color: #fafafa;
	padding: 4px 26px;
	background: #56301a;
}

.single-menu-content .price span {
	font-size: 22px;
}

/* *** SEZIONI MENU RISTORANTE *** */

.restaurant-menu {}

.restaurant-menu .item {
	position: relative;
	float: left;
	max-width: 25%;
	background: #332d28;
}

.restaurant-menu .item-data {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #ffffff;
	text-align: center;
	z-index: 1;
}

.restaurant-menu .item-data .title {
	font-family: "Cookie", cursive;
	font-size: 120px;
	line-height: 130px;
	padding-top: 40%;
	margin-bottom: 30px;
	text-transform: lowercase;
}

.restaurant-menu .item:hover .item-data .title {
	display: none;
}

.restaurant-menu .item.disable .item-data .title {
	display: block;
}

.restaurant-menu .item.disable .item-data .title:before {
	content: "";
	display: block;
	max-width: 200px;
	margin: 0 auto;
	padding-bottom: 29px;
	border-top: 2px solid #76c87e;
}

.restaurant-menu .item.disable .item-data .title:after {
	content: "";
	display: block;
	max-width: 200px;
	margin: 0 auto;
	padding-top: 39px;
	border-bottom: 2px solid #76c87e;
}

.restaurant-menu .item-data .subtitle {
	display: none;
	max-width: 80%;
	font-size: 23px;
	font-weight: 700;
	line-height: 30px;
	padding-top: 60%;
	margin: 0 auto 30px;
}

.restaurant-menu .item:hover .item-data .subtitle {
	display: block;
}

.restaurant-menu .item.disable .item-data .subtitle {
	display: none;
}

.restaurant-menu .item-data .link {
	display: block;
	max-width: 200px;
	margin: 0 auto;
	padding-bottom: 32px;
	border-bottom: 2px solid #56301a;
}

.restaurant-menu .item .image {
	filter: alpha(opacity=75);
	opacity: 0.75;
}

.restaurant-menu .item.disable .image,
.restaurant-menu .item:hover .image {
	filter: alpha(opacity=5);
	opacity: 0.05;
}

/* *** EVENTI *** */

.events {
	padding: 70px 0;
	background: #e6ddd7;
}

.events mark {
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 100px;
	text-align: center;
	text-transform: lowercase;
}

.events .image {
	float: left;
	max-width: 30%;
	margin-right: 30px;
}

.events .data {
	margin-right: 30px;
}

.events .title {
	font-size: 40px;
	line-height: 46px;
	margin-bottom: 10px;
	font-family: 'Cookie', cursive;
}

.events .summary {
	font-size: 17px;
	line-height: 27px;
}

.events .more {
	font-size: 19px;
	font-weight: 700;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
}

.events .more:after {
	content: url("../images/arrow-maroon.png");
	padding-left: 12px;
	-webkit-transition: padding 0.3s;
	-moz-transition: padding 0.3s;
	transition: padding 0.3s;
}

.events .item:hover .more:after {
	padding-left: 24px;
}

#events-slideshow .owl-controls {
	margin-top: 70px;
	text-align: center;
}

#events-slideshow .owl-dots {
	line-height: 12px;
}

#events-slideshow .owl-dots .owl-dot {
	display: inline-block;
}

#events-slideshow .owl-dots .owl-dot span {
	display: block;
	width: 6px;
	height: 6px;
	margin: 3px 4px;
	background: #c1b49b;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#events-slideshow .owl-dots .owl-dot.active span,
#events-slideshow .owl-dots .owl-dot:hover span {
	width: 12px;
	height: 12px;
	margin: 0 1px;
	border: 2px solid #c1b49b;
	background: transparent;
}

/* *** BOX UTILITÀ *** */

.utilities {
	overflow: hidden;
	background: #fff;
}

.utilities .row>.col-md-6 {
	padding: 0;
}

.utilities .hours,
.utilities #reserve-form {
	position: relative;
	min-height: 510px;
}

/* Orari di apertura */

.utilities .hours {
	padding: 50px 60px 0 15px;
	background: #e9e3da;
}

.utilities .hours:before {
	content: "";
	position: absolute;
	top: 0;
	right: 50%;
	bottom: 0;
	width: 100%;
	background: #e9e3da;
	z-index: -1;
}

.utilities .hours mark {
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	color: #73706b;
}

.utilities .hours .title {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	margin-top: 30px;
	text-transform: uppercase;
}

.utilities .hours .description {
	font-size: 16px;
	line-height: 20px;
}

/* Form per riservare tavolo */

.utilities #reserve-form {
	padding: 20px 15px 0 60px;
	border: 1px solid transparent;
	/* Fix per altezza in Chrome */
	background: #ffffff;
}

.utilities #reserve-form:after {
	content: "";
	position: absolute;
	top: -1px;
	left: 50%;
	bottom: -1px;
	width: 100%;
	background: #ffffff;
	z-index: -1;
}

.utilities #reserve-form mark {
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 20px;
	text-align: center;
}

.utilities #reserve-form .warning {
	text-align: center;
	font-weight: bold;
	color: red;
	font-size: 20px;
}

.utilities #reserve-form .specs {
	font-size: 18px;
	line-height: 25px;
}

.utilities .defaultForm select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.utilities .defaultForm select::-ms-expand {
	display: none;
}

.utilities .defaultForm button {
	float: right;
}

/* Cartina + Video */

.utilities .map,
.utilities .video {
	float: left;
	width: 50%;
	max-width: 1000px;
}

/* *** FOOTER *** */

footer {
	background: #56301a;
	padding: 30px 0;
	color: #ffffff;
}

footer a,
footer a:hover,
footer a:focus,
footer a:active,
footer a:visited {
	text-decoration: none;
	color: #fff;
}

footer a:hover {
	text-decoration: underline;
}

footer address {
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	margin-top: 60px;
}

footer .credits-container {
	position: absolute;
	right: 0;
	bottom: 0;
}

footer .copyright {
	font-size: 16px;
	line-height: 20px;
	color: #b1ac9b;
}

footer .social {
	margin-bottom: 35px;
	text-align: right;
}

footer .social a {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-left: 8px;
	background-image: url("../images/background/social-sprite.png");
	background-repeat: no-repeat;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

footer .social .facebook {
	background-position: 0 0;
}

footer .social .facebook:hover {
	background-position: -32px 0;
}

footer .social .instagram {
	background-position: 0 -32px;
}

footer .social .instagram:hover {
	background-position: -32px -32px;
}

footer .credits {
	font-size: 15px;
	line-height: 20px;
	color: #b1ac9b;
	text-align: right;
}

footer .credits a {
	color: #b1ac9b;
}

footer .map-baloon-container {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

footer .baloon {
	font-family: 'Cookie', cursive;
	font-size: 50px;
	line-height: 50px;
	background: #4ccdbc;
	color: #fff;
	padding: 15px 50px;
	text-align: center;
	position: relative;
}

footer .baloon::after {
	position: absolute;
	content: '';
	bottom: -20px;
	right: 7%;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #4ccdbc;
}

footer a.map-button {
	font-size: 17px;
	line-height: 17px;
	font-weight: bold;
	background: #fff;
	color: #868686;
	padding: 25px;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	margin-top: 40px;
	display: block;
}

footer a.map-button span::after {
	content: url("../images/arrow-footer.png");
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 15px;
	transition: margin-left, 0.5s;
}

footer a.map-button:hover,
footer a.map-button:active,
footer a.map-button:focus {
	text-decoration: none;
	color: #868686;
}

footer a.map-button:hover span:after {
	margin-left: 25px;
}

/* *** FORM FORMAT *** */

.defaultForm {
	font-family: inherit;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	margin: 20px 0;
}

.defaultForm label {
	margin: 0;
	font-weight: normal;
}

.defaultForm a {
	color: #73706b;
}

.defaultForm .gform_fields {
	margin: 0;
}

.defaultForm .gfield_label {}

.defaultForm li.gfield {
	display: block;
	list-style: none;
	margin-bottom: 40px;
}

.defaultForm li.gfield.gfieldNoMargin {
	margin-bottom: 0px;
}

.defaultForm li.gfield ul {
	list-style: none;
	margin: 0;
}

.defaultForm li.gfield50 {
	float: left;
	width: 48%;
}

.defaultForm li.gfield33 {
	float: left;
	width: 31%;
}

.defaultForm li.gfield25 {
	float: left;
	width: 23%;
}

.defaultForm li.gfieldLeft {
	margin-right: 2%;
}

.defaultForm li.gfieldRight {
	margin-left: 2%;
}

.defaultForm li.gfield33.gfieldCenter {
	margin-left: 1.5%;
	margin-right: 1.5%;
}

.defaultForm li.gfield25.gfieldCenter {
	margin-left: 1%;
	margin-right: 1%;
}

.defaultForm li.gfieldClear {
	clear: left;
}

.defaultForm input[type="text"],
.defaultForm input[type="email"],
.defaultForm input[type="date"],
.defaultForm select,
.defaultForm textarea {
	width: 100%;
	height: 43px;
	font-size: 18px;
	line-height: 43px;
	color: #000000;
	padding: 0 15px;
	border: none;
	border-bottom: 2px solid #d7d6d2;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #ffffff;
}

.defaultForm input::-moz-placeholder,
.defaultForm textarea::-moz-placeholder {
	opacity: 1;
}

.defaultForm input::-webkit-input-placeholder,
.defaultForm textarea::-webkit-input-placeholder {
	color: #000000;
}

.defaultForm .pickadate-container input {
	background-image: url("../images/background/calendar.png");
	background-position: right center;
	background-repeat: no-repeat;
}

.defaultForm .hours-container input {
	background-image: url("../images/background/clock.png");
	background-position: right center;
	background-repeat: no-repeat;
}

.defaultForm textarea {
	resize: none;
	min-height: 130px;
	line-height: 24px;
	padding: 15px;
}

.defaultForm select {
	padding: 0 0 0 14px;
}

.defaultForm select option {
	padding-left: 7px;
}

.defaultForm button,
.defaultForm input.button,
.defaultForm input.button.gform_button {
	font-size: 23px;
	line-height: 24px;
	color: #ffffff;
	padding: 13px 60px;
	border: none;
	background: #4ccdbc;
	text-shadow: none;
	text-transform: uppercase;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.defaultForm button:hover,
.defaultForm input.button:hover,
.defaultForm input.button.gform_button:hover {
	background: #347e79;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.defaultForm .privacy {
	font-size: 18px;
	line-height: 24px;
	padding: 8px 0;
	margin-bottom: 5px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.defaultForm .privacy a {
	text-decoration: none;
}

.defaultForm .privacy a:hover {
	text-decoration: underline;
}

.defaultForm .privacy .gfield_description {
	font-size: 11px;
	line-height: 14px;
	margin: 5px 0 0;
}

/* Valutazioni */

.defaultForm .gsurvey-survey-field {
	padding: 3px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 5px;
}

.defaultForm .gsurvey-survey-field>.gfield_label {
	float: left;
	margin-right: 10px;
}

.defaultForm .gsurvey-rating-wrapper,
.defaultForm .gsurvey-rating {
	height: 18px;
}

.defaultForm .gsurvey-rating:not(:checked)>label {
	display: block;
}

.defaultForm .gsurvey-survey-comment {
	padding: 3px 5px;
}

.defaultForm .gsurvey-survey-comment div {
	font-style: italic;
	font-size: 11px;
	line-height: 14px;
}


/* Commenti */

.comment-form textarea {
	resize: none;
	padding: 5px;
}

.comment-form label {
	font-weight: normal;
}

.comment-form input[type="submit"] {
	float: none;
	font-size: 14px;
	line-height: 16px;
	text-transform: inherit;
}

/* Scroll to Top */

.to-top {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	font-size: 40px;
	line-height: 50px;
	color: #ffffff;
	background: #934e27;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	filter: alpha(opacity=50);
	opacity: 0.50;
	z-index: 100;
}

.to-top:hover {
	color: #ffffff;
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Modal Box */

[data-toggle="modal"] {
	cursor: pointer;
}

.modal {
	overflow-y: auto;
}

.modal-dialog .close-button {
	overflow: hidden;
}

.modal-dialog button.close {
	font-size: 30px;
	line-height: 30px;
	color: #ffffff;
	padding: 7px 4px 7px 13px;
	text-shadow: none;
	filter: alpha(opacity=70);
	opacity: 0.70;
}

.modal-dialog button.close:hover,
.modal-dialog button.close:focus {
	outline: none;
	filter: alpha(opacity=100);
	opacity: 1;
}

.modal-dialog button.close span {
	display: block;
}

.modal-dialog .modal-content {
	border: none;
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.modal-dialog .modal-content .modal-header {
	border-bottom: none;
}

.modal-dialog .modal-content mark {
	font-size: 20px;
	line-height: 30px;
}

.modal-dialog .modal-content iframe {
	display: block;
	margin: 0 auto;
}

.modal-dialog .modal-content .goodbye {
	margin: 15px auto;
}

.modal-backdrop.in {
	filter: alpha(opacity=75);
	opacity: 0.75;
}

/** GALLERY FOTO E VIDEO **/

.galleryphotovideo {
	padding: 50px 0;
}

.galleryphotovideo mark {
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 50px;
	text-align: center;
	text-transform: lowercase;
}

#galleryphotovideo-slideshow.owl-carousel {
	display: block;
}

#galleryphotovideo-slideshow .owl-controls {
	margin-top: 40px;
	text-align: center;
}

#galleryphotovideo-slideshow .owl-dots {
	line-height: 12px;
}

#galleryphotovideo-slideshow .owl-dots .owl-dot {
	display: inline-block;
}

#galleryphotovideo-slideshow .owl-dots .owl-dot span {
	display: block;
	width: 6px;
	height: 6px;
	margin: 3px 4px;
	background: #c1b49b;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#galleryphotovideo-slideshow .owl-dots .owl-dot.active span,
#galleryphotovideo-slideshow .owl-dots .owl-dot:hover span {
	width: 12px;
	height: 12px;
	margin: 0 1px;
	border: 2px solid #c1b49b;
	background: transparent;
}

/** SOCIAL GALLERY **/

.socialgallery {
	padding: 0 0 50px;
}

.socialgallery mark {
	font-family: 'Cookie', cursive;
	font-size: 60px;
	line-height: 66px;
	margin-bottom: 50px;
	text-align: center;
}

#socialgallery-slideshow.owl-carousel {
	display: block;
}

#socialgallery-slideshow .owl-controls {
	margin-top: 40px;
	text-align: center;
}

#socialgallery-slideshow .owl-dots {
	line-height: 12px;
}

#socialgallery-slideshow .owl-dots .owl-dot {
	display: inline-block;
}

#socialgallery-slideshow .owl-dots .owl-dot span {
	display: block;
	width: 6px;
	height: 6px;
	margin: 3px 4px;
	background: #c1b49b;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#socialgallery-slideshow .owl-dots .owl-dot.active span,
#socialgallery-slideshow .owl-dots .owl-dot:hover span {
	width: 12px;
	height: 12px;
	margin: 0 1px;
	border: 2px solid #c1b49b;
	background: transparent;
}

#socialgallery-slideshow .item .title {
	padding-top: 25px;
	margin-top: 25px;
	font-size: 25px;
	line-height: 28px;
	position: relative;
}

#socialgallery-slideshow .item .title::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 30%;
	background: #56301a;
}


/*** MODALE PER VIDEO ***/

.modal-open {
	padding-right: 0 !important;
}

.modal-dialog {
	width: 70%;
}

.modal-dialog .close-button {
	overflow: hidden;
}

.modal-dialog .close-button button.close {
	font-size: 30px;
	line-height: 30px;
	padding: 7px 4px 7px 13px;
	text-shadow: none;
	box-shadow: none;
	opacity: 0.7;
	color: #fff;
}

.modal-dialog .close-button button.close span {
	display: block;
}

.modal-dialog .close-button button.close span:hover,
.modal-dialog .close-button button.close span:focus {
	opacity: 1;
	outline: none;
}

.modal-dialog .modal-content {
	box-shadow: none;
	background-color: transparent;
	border: 0;
}

.modal-dialog .modal-content iframe {
	display: block;
	margin: 0 auto;
}

.modalButton {
	position: relative;
}

.modalButton .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.modalButton .overlay .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.modalButton .overlay .icon i {
	font-size: 110px;
	margin-bottom: 15px;
}

.modalButton .overlay .icon i.fa {
	display: block;
	text-align: center;
}

.modalButton .overlay .icon div {
	font-weight: 700;
	font-size: 22px;
	line-height: 28px;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

/** CALENDARIO **/

.cld-main {
	width: 100%;
}

.cld-main a {
	color: #000;
}

.cld-main svg {
	fill: #000;
}

.cld-datetime {
	position: relative;
	width: 66%;
	min-width: 100px;
	max-width: 300px;
	margin: auto;
	overflow: hidden;
	margin-bottom: 15px;
	padding-top: 10px;
	font-weight: bold;
}

.cld-datetime .today {
	position: relative;
	float: left;
	width: calc(100% - 40px);
	margin: auto;
	text-align: center;
}

.cld-nav {
	position: relative;
	width: 20px;
	height: 20px;
	margin-top: 2px;
}

.cld-nav:hover {
	cursor: pointer;
}

.cld-nav:hover svg {
	fill: #005EFF;
}

.cld-rwd {
	float: left;
}

.cld-fwd {
	float: right;
}

.cld-nav svg:hover {}

.cld-labels,
.cld-days {
	padding-left: 0;
}

.cld-label,
.cld-day {
	box-sizing: border-box;
	display: inline-block;
	width: 14.28%;
	text-align: center;
}

.cld-day {
	border: 1px solid #eee;
	vertical-align: top;
}

/* .cld-day.today .cld-number {
	background: #0080FF;
	color: #fff;
} */

.cld-day.disableDay {
	opacity: 0.5;
}

.cld-day.nextMonth,
.cld-day.prevMonth {
	opacity: 0.33;
}

.cld-number {
	position: relative;
	margin: 0;
	/* padding: 10px; */
	padding: 30px 10px;
}

.cld-title {
	position: absolute;
	/* position: relative; */
	z-index: 5;
	/* display: none; */
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	/* display: block; */
	/* padding: 5px 10px; */
	/* white-space: nowrap; */
	/* border: 1px solid #ccc;
        border-radius: 5px; */
	font-size: 12px;
}

.cld-title.lunch,
.cld-title.up {
	bottom: auto;
	top: 0px;
	font-weight: normal;
}

.cld-title.dinner {
	font-weight: normal;
}

.cld-title.all {
	font-weight: normal;
}

.cld-title.all a {
	color: #347302;
	font-weight: bold;
}

.cld-title.title-link {
	bottom: 15px;
	color: yellow;
}

/* .cld-number:hover .cld-title{
        display: block;
      } */
/* .cld-title::before{
        content: '';
        position: absolute;
        top: -7.5px; left: 10px;
        width: 0;
        height: 0;
        border-left: 7.5px solid transparent;
        border-right: 7.5px solid transparent;

        border-bottom: 7.5px solid #ccc;
      } */
.cld-number.eventday {
	font-weight: bold;
	color: #0080FF;
}

.cld-number.eventday:hover {
	cursor: pointer;
	background: #eee;
}

.today .cld-number.eventday:hover {
	background: #005EFF;
}

.cld-number.all {
	background: #b3e35a;
	color: #000000;
	font-weight: bold;
	border: 1px solid #b3e35a;
}

.cld-number.all:hover {
	cursor: default;
	background: #b3e35a;
}

.cld-number.lunch {
	color: #000000;
	font-weight: bold;
	background-image: -ms-linear-gradient(top, #b3e35a 0%, #b3e35a 50%, #F7F6F3 51%, #F7F6F3 100%);
	background-image: -moz-linear-gradient(top, #b3e35a 0%, #b3e35a 50%, #F7F6F3 51%, #F7F6F3 100%);
	background-image: -o-linear-gradient(top, #b3e35a 0%, #b3e35a 50%, #F7F6F3 51%, #F7F6F3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b3e35a), color-stop(50, #b3e35a), color-stop(51, #F7F6F3), color-stop(100, #F7F6F3));
	background-image: -webkit-linear-gradient(top, #b3e35a 0%, #b3e35a 50%, #F7F6F3 51%, #F7F6F3 100%);
	background-image: linear-gradient(to bottom, #b3e35a 0%, #b3e35a 50%, #F7F6F3 51%, #F7F6F3 100%);
}

.cld-number.lunch:hover {
	cursor: default;
	background-image: -ms-linear-gradient(top, #b3e35a 0%, #b3e35a 50%, #F7F6F3 51%, #F7F6F3 100%);
	background-image: -moz-linear-gradient(top, #b3e35a 0%, #b3e35a 50%, #F7F6F3 51%, #F7F6F3 100%);
	background-image: -o-linear-gradient(top, #b3e35a 0%, #b3e35a 50%, #F7F6F3 51%, #F7F6F3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b3e35a), color-stop(50, #b3e35a), color-stop(51, #F7F6F3), color-stop(100, #F7F6F3));
	background-image: -webkit-linear-gradient(top, #b3e35a 0%, #b3e35a 50%, #F7F6F3 51%, #F7F6F3 100%);
	background-image: linear-gradient(to bottom, #b3e35a 0%, #b3e35a 50%, #F7F6F3 51%, #F7F6F3 100%);
}

.cld-number.dinner {
	background-image: -ms-linear-gradient(top, #F7F6F3 0%, #F7F6F3 50%, #b3e35a 51%, #b3e35a 100%);
	background-image: -moz-linear-gradient(top, #F7F6F3 0%, #F7F6F3 50%, #b3e35a 51%, #b3e35a 100%);
	background-image: -o-linear-gradient(top, #F7F6F3 0%, #F7F6F3 50%, #b3e35a 51%, #b3e35a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F7F6F3), color-stop(50, #F7F6F3), color-stop(51, #b3e35a), color-stop(100, #b3e35a));
	background-image: -webkit-linear-gradient(top, #F7F6F3 0%, #F7F6F3 50%, #b3e35a 51%, #b3e35a 100%);
	background-image: linear-gradient(to bottom, #F7F6F3 0%, #F7F6F3 50%, #b3e35a 51%, #b3e35a 100%);
	color: #000000;
	font-weight: bold;
}

.cld-number.dinner:hover {
	cursor: default;
	background-image: -ms-linear-gradient(top, #F7F6F3 0%, #F7F6F3 50%, #b3e35a 51%, #b3e35a 100%);
	background-image: -moz-linear-gradient(top, #F7F6F3 0%, #F7F6F3 50%, #b3e35a 51%, #b3e35a 100%);
	background-image: -o-linear-gradient(top, #F7F6F3 0%, #F7F6F3 50%, #b3e35a 51%, #b3e35a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F7F6F3), color-stop(50, #F7F6F3), color-stop(51, #b3e35a), color-stop(100, #b3e35a));
	background-image: -webkit-linear-gradient(top, #F7F6F3 0%, #F7F6F3 50%, #b3e35a 51%, #b3e35a 100%);
	background-image: linear-gradient(to bottom, #F7F6F3 0%, #F7F6F3 50%, #b3e35a 51%, #b3e35a 100%);
}

.cld-number[onclick],
.cld-number[onclick]:hover {
	background: #4ccdbc;
	color: #fff;
	cursor: pointer;
	border: 1px solid #4ccdbc;
}

.cld-number[onclick]:hover {
	background: #347e79;
	border: 1px solid #347e79;
}

.caleandar-container {
	background: #e6ddd7;
}

.caleandar-container mark {
	margin-top: 20px;
	color: #56301a;
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

#caleandar {
	/*margin: 0;*/
	padding: 0 0 0 5px;
	background: #f7f6f3;

	width: 70%;
	margin: 0 auto;
}

ul.cld-labels,
ul.cld-days {
	margin: 0 0 28px 0;
}

.legend {
	/* margin: 0; */
	margin: 0 25%;
}

.legend li {
	display: inline-block;
	font-size: 15px;
	margin-bottom: 20px;
}

.legend li div {
	width: 40px;
	height: 20px;
	background: #f7f6f3;
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

.legend li div.lunch {
	background-image: -ms-linear-gradient(top, #b3e35a 0%, #b3e35a 50%, #F7F6F3 51%, #F7F6F3 100%);
	background-image: -moz-linear-gradient(top, #b3e35a 0%, #b3e35a 50%, #F7F6F3 51%, #F7F6F3 100%);
	background-image: -o-linear-gradient(top, #b3e35a 0%, #b3e35a 50%, #F7F6F3 51%, #F7F6F3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b3e35a), color-stop(50, #b3e35a), color-stop(51, #F7F6F3), color-stop(100, #F7F6F3));
	background-image: -webkit-linear-gradient(top, #b3e35a 0%, #b3e35a 50%, #F7F6F3 51%, #F7F6F3 100%);
	background-image: linear-gradient(to bottom, #b3e35a 0%, #b3e35a 50%, #F7F6F3 51%, #F7F6F3 100%);
}

.legend li div.dinner {
	background-image: -ms-linear-gradient(top, #F7F6F3 0%, #F7F6F3 50%, #b3e35a 51%, #b3e35a 100%);
	background-image: -moz-linear-gradient(top, #F7F6F3 0%, #F7F6F3 50%, #b3e35a 51%, #b3e35a 100%);
	background-image: -o-linear-gradient(top, #F7F6F3 0%, #F7F6F3 50%, #b3e35a 51%, #b3e35a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F7F6F3), color-stop(50, #F7F6F3), color-stop(51, #b3e35a), color-stop(100, #b3e35a));
	background-image: -webkit-linear-gradient(top, #F7F6F3 0%, #F7F6F3 50%, #b3e35a 51%, #b3e35a 100%);
	background-image: linear-gradient(to bottom, #F7F6F3 0%, #F7F6F3 50%, #b3e35a 51%, #b3e35a 100%);
}

.legend li div.all {
	background: #b3e35a;
}

.legend li div.offer {
	background: #4ccdbc;
}

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

.padding-0 {
	padding-left: 0;
	padding-right: 0;
}

.site-main .gallery a img {
	max-width: 100%;
}

#primary main .entry-content .gallery-item {
	width: 36%;
}

footer p {
	margin: 0 0 15px 0;
}

footer .privacy {
	font-size: 14px;
	margin: 0 0 15px 0;
}

.banner-terrazza img {
	display: block;
	margin: 0 auto 20px;
}

/*** GALLERY NELLE PAGINE ***/

#primary main .entry-content .gallery .owl-carousel .owl-controls {
	margin-top: 40px;
	text-align: center;
}

#primary main .entry-content .gallery .owl-carousel .owl-dots {
	line-height: 12px;
}

#primary main .entry-content .gallery .owl-carousel .owl-dots .owl-dot {
	display: inline-block;
}

#primary main .entry-content .gallery .owl-carousel .owl-dots .owl-dot span {
	display: block;
	width: 6px;
	height: 6px;
	margin: 3px 4px;
	background: #c1b49b;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#primary main .entry-content .gallery .owl-carousel .owl-dots .owl-dot.active span,
#primary main .entry-content .gallery .owl-carousel .owl-dots .owl-dot:hover span {
	width: 12px;
	height: 12px;
	margin: 0 1px;
	border: 2px solid #c1b49b;
	background: transparent;
}

#primary main .entry-content .gallery .owl-carousel .gallery-item {
	width: 100%;
}

#primary main .entry-content .gallery .owl-carousel .owl-prev,
#primary main .entry-content .gallery .owl-carousel .owl-next {
	display: inline-block;
	padding: 5px 15px;
	background: #c1b49b;
	border-radius: 10px;
	margin: 0 5px;
}

#primary main .entry-content .gallery .owl-carousel .owl-prev .fa,
#primary main .entry-content .gallery .owl-carousel .owl-next .fa {
	color: #fff;
}

/*** FEEDBACK ***/

#feedback {
	background: #cdbda6;
	padding: 40px 105px;
	margin-bottom: 100px;
}

#feedback mark {
	text-align: center;
	font-size: 30px;
	color: #000;
	font-weight: bold;
	margin-bottom: 75px;
}

.feedback-slideshow .item {
	padding: 0 50px;
}

.feedback-slideshow .item .title {
	font-weight: bold;
	margin-bottom: 10px;
}

.feedback-slideshow .item .author {
	font-weight: bold;
	margin-top: 30px;
	font-weight: 28px;
}

.feedback-slideshow .owl-controls {
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

.feedback-slideshow .owl-dots {
	line-height: 12px;
}

.feedback-slideshow .owl-dots .owl-dot {
	display: inline-block;
}

.feedback-slideshow .owl-dots .owl-dot span {
	display: block;
	width: 6px;
	height: 6px;
	margin: 3px 4px;
	background: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.feedback-slideshow .owl-dots .owl-dot.active span,
.feedback-slideshow .owl-dots .owl-dot:hover span {
	width: 12px;
	height: 12px;
	margin: 0 1px;
	border: 2px solid #ffffff;
	background: transparent;
}

.feedback-slideshow .logo {
	width: 20%;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.feedback-slideshow .logo img {
	width: auto;
}

.feedback-slideshow .content.icon {
	width: 70%;
	display: inline-block;
}

.wrap {
	padding: 20px 15px;
	border-bottom: 2px dashed #9d9d9c;
}

.piatto {
	text-align: left;
	font-weight: 400;
	line-height: 20px;
}

.prezzo {
	text-align: right;
	line-height: 20px;
}