


/* Menu
------------------------------------------------------------------------------------------------- */
.home-menu{
	margin-top: 100px;
}

.home-menu .item {
	position: relative;
    height: 250px;
    background-position: center;
    background-size: cover;
    display: inline-block;
    width: 100%;
}

.home-menu .item .text {
	position: absolute;
  	bottom: 20px;
    background-color: #F19B22;
    color: #fff;
  	padding: 7px 20px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    letter-spacing: 2px;
  	min-width: 212px;
    left: 50%;
    margin-left: -105px;
    text-align: center;
}

.home-menu .item .overlay {
	background-color: rgba(0,0,0,0.6);
    width: 100%;
  	height: 100%;
    top: 0px;
  	right: 0px;
    opacity: 0;
}

.home-menu .item:hover .overlay {
    opacity: 1;
}

@media(max-width: 767px) {

	.home-menu .col-xs-6:last-child {
    	padding-left: 7.5px;
        padding-right: 15px;
	}

	.home-menu .col-xs-6:first-child {
		padding-right: 7.5px;
        padding-left: 15px;
	}

	.home-menu .item .text {
		letter-spacing: 0px;
        padding: 7px 10px;
        min-width: 162px;
        margin-left: -81px;
	}
}

@media(max-width: 400px) {
	.header-image .title {
		font-size: 30px;
    	line-height: 36px;
	}	

	.header-image .subtitle:before {
    	width: 65px;
	}

	.home-menu .item {
		height: 200px;
	}

	.home-menu .item .text {
    	letter-spacing: 0px;
    	padding: 7px 5px;
        font-size: 12px;
        min-width: 131px;
        margin-left: -66px;
	} 
}
/* ---------------------------------------------------------------------------------------------- */



/* Footer Dati
------------------------------------------------------------------------------------------------- */
.footer-contact {
	background-color: #000;
    text-align: center;
    padding: 20px;
    color: #fff;
}

.footer-contact .name {
	padding-bottom: 5px;
    font-weight: 600;
}

.footer-contact a {
    color: #fff;
}

.footer-contact a:hover {
    color: #F19B22;
    text-decoration: none;
}

.footer-contact i {
	background-color: #F19B22;
    padding: 4px;
}

.footer-contact {
	margin-bottom: 0px !Important;
}

@media(max-width: 400px){
	.footer-contact .sign {
		display: none;
	}

	.footer-contact .mail {
		display: block;
  		margin-top: 7px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Menu
------------------------------------------------------------------------------------------------- */
.header-info {
	text-align: center;
   margin: 40px 0px 30px;
}

.header-info a:hover {
	text-decoration: none;
}

.header-info .title {
	font-size: 45px;
    color: #F19B22;
    position: relative;
    text-transform: uppercase;
    font-family: 'Shadows Into Light', cursive;
    line-height: 70px;
    line-height: 45px;
    display: inline-block;
}

.header-info .subtitle {
    font-size: 15px;
    color: #000;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.wines .header-info {
   display: none;
}

.other-page-link {
	height: 100px;
    padding: 40px;
  	text-align: center;
    background-size: cover;
    background-position: center;
    border-top: 3px solid #000;
}

.other-page-link a {
	padding: 7px 10px;
    background-color: #000;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.other-page-link a:hover {
	background-color: #F19B22;
    text-decoration: none;
}

@media(max-width: 767px){
	.header-info {
    	margin: 40px 0px 20px;
	}

	.header-info .title {		
        font-size: 50px;
	}

	.menu .product-text {
		margin: 10px;
	}
}

@media (max-width: 550px) {
	.header-info .title {
    	font-size: 34px;
	}

	.header-info .subtitle {
		font-size: 11px;
        padding: 0px 30px;
	}

}

@media (max-width: 375px) {
	.header-info .title {
    	font-size: 27px;
	}	
}
/* ---------------------------------------------------------------------------------------------- */


/* Menu Ristorante
------------------------------------------------------------------------------------------------- */
.menu-view .no-menu {
    background-color: #f9f9f9;
    padding: 15px 30px;
    text-align: center;
    margin: 0px 10px;
}

.menu-view .menu .category-name {
    background-color: #F19B22;
    color: #fff;
    padding: 7px 10px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    letter-spacing: 2px;
    font-size: 15px;
    margin: 20px 0px;
}

.menu-view .menu .item {
    padding-bottom: 10px;
    position: relative;
    padding: 0px 10px;
    margin-bottom: 5px;
}

.menu-view .menu .coperto {
	display: none;
}

.menu-view .menu .item .name{
    display: block;
    padding-right: 70px;
    font-weight: 600;
}

.menu-view .menu .item .price {
    position: absolute;
    right: 5px;
    top: 0;
    padding: 1px 5px;
    color: #000;
    font-size: 14px;
}

.menu-view .menu .item .name span{
	font-weight: 300;
    font-size: 12px;
}

.menu-view .allergen {
	font-weight: 300;
}

.menu-view .item.is-vegano .icon {  
    background-color: #689075;
    color: #fff;
    padding: 4px;
    font-size: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-bottom: 2px;
}

.menu .product-text{
    font-size: 15px;
    color: #000;
    position: relative;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    border: 1px solid #F19B22;
  	padding: 10px 15px;
}
