:root {
	--title-color: #7e6519;
	--second-color: #0a0019;
	--third-color: #694500;
	--hover-color: #999;
}

body {
	font-family: "Playfair Display", serif;
	background-color: #fff;
	color: #666;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Staatliches", sans-serif;
	color: var(--title-color);
}

h1 {
	font-weight: 400;
	font-style: normal;
	text-align: center;
	font-size: 60px;
}

h4 {
	font-size: 24px;
}


p {
	font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

ul {
	padding-left: 0;
}

a:hover, a:focus {
    color: var(--hover-color);
    text-decoration: none;
}



.set_mainbk {
	width: 100%;
	height: 100vh;
	display: block;
	overflow: hidden;
	position: relative;
}

.set_mainxs {
	height: 70vh;
}

.set_mainbk svg {
	position: absolute;
	bottom: -1px;
}

.set_mainbk h1 {
	font-size: 120px;
	color: #fff;
}

.post-subtitle {
	color: var(--third-color);
}
				
.item-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}


.inner-desc {
	position: absolute;
	z-index: 4;
	text-align: center;
	padding: 0 15px;
	width: 60%;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.menu-tab-nav.nav-tabs {
    border-bottom: none;
    text-align: center;
    margin-bottom: 20px;
}

.tab-content>.active {
    display: block;
}

.tab-content h2 {
    margin-bottom: 20px;
    margin-top: 35px;
}

.menu-item {
    margin-bottom: 15px;
}

.menu-tab-nav.nav-tabs .nav-item .nav-link.active {
    background-color: var(--second-color);
    padding: 0px 10px;
    border-radius: 20px;
	color: #fff;
}

.menu-tab-content {
	margin-bottom: 30px;
}

.set_mainmn {
	padding-top: 100px;
	padding-bottom: 50px;
	position: relative;
}

.set_mainmn svg {
position: absolute;
    bottom: -200px;
    z-index: 11;
    transform: rotate(180deg);
}

.set_mainmn .nav > li > a {
	border: none!important;
}

.set_mainmn .nav > li > a:hover {
	cursor: pointer;
}

.set_mainmn .nav > li.active > a, .nav-item.active a {
    color: var(--hover-color);
}


.owl-prev, .owl-next {
	opacity: 1!important;
}

.owl-prev, .owl-next {
    margin-top: -67px;
    background-color: transparent;
    color: var(--hover-color);
}

.owl-controls {
	width: 90%;
}

.owl-buttons {
	display: block!important;
}


.set_cit {
	padding: 150px 0;
    background-color: var(--third-color);
    text-align: center;
    color: #fff;
}

.set_cit p {
	font-size: 70px;
	line-height: 1;
    margin: 0;
}

.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #2c2c2c;
	color: white;
	padding: 1em;
	display: none;
	z-index: 9999;
	font-size: 0.9em;
}

.cookie-banner button {
	margin-left: 10px;
	padding: 0.4em 1em;
	border: none;
	background-color: #00a859;
	color: white;
	cursor: pointer;
}

.cookie-banner a {
	color: #ccc;
	text-decoration: underline;
	margin-left: 10px;
}






.menu-card-ios {
  display: flex;
  align-items: center;
  gap: 12px;

  background: #f9f9f9;
  border-radius: 16px;
  padding: 10px;

  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  margin-bottom: 12px;

  transition: all 0.2s ease;
}

.menu-card-ios:hover {
  transform: scale(1.02);
}

/* IMMAGINE */
.menu-img-ios {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
}

.menu-img-ios img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTENUTO */
.menu-content-ios {
  flex: 1;
}

/* RIGA SUPERIORE */
.top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item-name {
    font-weight: 600;
    font-size: 18px;
    color: var(--second-color);
}

.item-price {
    font-weight: 600;
    font-size: 14px;
    background-color: var(--third-color);
    color: #fff;
    padding: 3px 7px;
    border-radius: 16px;
}

/* DESCRIZIONE */
.menu-content-ios p {
  font-size: 15px;
  color: #000;
  margin: 4px 0 0 0;
  line-height: 1.3;
}


.allergeni {
  font-size: 11px;
  color: #999!important;
  margin-top: 4px;
}



















/* ---CAROUSEL--- */
#hero img {
	position: absolute;
    top: 250px;
    height: 250px;
    right: 0;
    left: 0;
    margin: auto;
}

#hero p, #hero h1 {
	color: #fff;
	text-align: left;
}

.height-md, #owl-main.height-md .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* intensità oscuramento */
  z-index: 1;
}

.overlaybg {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 0;
    top: 0;
    left: 0;
	height: 75vh;
}

.caption h1, .caption p {
	z-index: 11;
}

.height-md, #owl-main.height-md .item {
	position: relative;
    height: 75vh;
}
/* ---END CAROUSEL--- */


/* ---NAVBAR--- */
.navbar-collapse {
    background-color: #0a0019;
	border: none;
}

.navbar-collapse.collapse.animate-after {
	background-color: #0a0019;
}

.navbar-nav > li > a {
	color: #fff;
	font-size: 16px;
	border: none;
}

.navbar-collapse.collapse.animate-after .navbar-nav > li > a {
	color: #fff;
}

.navbar-collapse.collapse.animate-after .navbar-brand img {
	filter: drop-shadow(0 0 0 black);
}

.nav > li > a:hover {
    background-color: transparent;
    color: #ccc;
    border: none;
}

.btn.responsive-menu {
	background-color: transparent;
	box-shadow: none;
	font-size: 23px;
}

.btn.responsive-menu i {
	color: var(--third-color);
}

.navbar-brand img {
	height: 75px!important;
}
/* ---END NAVBAR--- */


.set_padding {
	padding: 100px 0;
}

.texture {
	background-image: url(../images/texture.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 100px 0;
}

.parallax, .parallax-fixed {
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
	background-position: center;
    height: 500px;
}

.maintxt {
    margin: auto;
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    bottom: 100px;
}

.maintxt h1 {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}

.maintxt img {
	height: 100px;
    margin: auto;
    display: block;
}

.set_btn {
	color: #fff;
    background-color: var(--second-color);
    padding: 5px 15px;
	border-radius: 20px;
}

.set_btn:hover {
    color: var(--third-color);
}

.navbar .set_btn {
	color: var(--second-color);;
    background-color: #fff;
	margin-top: 10px;
}

.btn_center {
	display: table;
	margin: auto;
}

.nopadding {
	padding: 0;
}

.centra {
	float: none;
	margin: auto;
}

/*
path {
  fill: #ffffff;
  transform-origin: center;
  animation: wave 3s ease-in-out infinite alternate;
}

@keyframes wave {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(3);
  }
}
*/

/* ---FANCYBOX--- */
.img-cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.set_gallerymn {
	background-color: var(--third-color);
	padding: 150px 0;
}

.set_gallerymn h1 {
	color: #fff;
}

.set_gallery {
	margin-bottom: 50px;
}

.set_gallery .col-sm-6, .set_gallery .col-xs-12 {
	padding: 0;
	outline: 2px solid #fff;
}

.icon-overlay a .icn-more {
    background-color: rgba(155, 155, 155, 0.5);
}
/* ---END FANCYBOX--- */



/* ---FOOTER--- */
footer {
    background-color: var(--third-color);
	color: #fff;
}

footer h4 {
	color: #fff;
}

.dark-bg {
    background-color: #000;
}

.footer-bottom {
    background-color: var(--second-color);
}

.footer-bottom p, .footer-bottom a {
    color: #fff;
}

.tochat {
    position: fixed;
    right: 10px;
    bottom: 75px;
    height: 65px;
	z-index: 1111;
}

footer .inner {
    padding-top: 60px;
    padding-bottom: 60px;
}

footer img {
	height: 75px;
}

footer h4 {
	margin-bottom: 5px;
	text-transform: none;
}

.footer-menu li:before {
	content: none;
}

#scrollUp {
    background-color: #21201e;
    border-radius: 25px;
}

.set_je {
	margin: auto;
	display: table;
}

.set_je img {
    margin: auto;
    display: table;
    width: 70%;
}

.testoprivacy p {
	color: #000!important;	
}

.modal-title {
	font-weight: 400;
	color: #000!important;
	font-size: 20px;
}

.modal-body p strong, .modal-body li strong, .modal-body td strong {
	color: #444;
}

.modal-body {
	margin-top: 30px;
}

.modal-body p, .modal-body h4 {
	padding-left: 26px;
}

.modal-body h4 {
	margin-top: 50px;
	color: #000;
}

.modal-body ol {
	padding-left: 35px;
}

.modal-body p, .modal-body ol {
	padding-right: 15px;
}

.modal-backdrop {
	background-color: #444;
}

.modal-content ul, .modal-content li{
	color: #6E6E6E;
}

.modal-body ul {
	padding-left: 50px;
	font-size: 16px;
    list-style: disc;
}

.modal-header {
	height: auto;
}

.modal-header button span {
	font-size: 50px;
    position: absolute;
    top: 12px;
    right: 20px;
}
/* ---END FOOTER--- */

::selection {
    background: #000000;
    color: #666;
}

@media (max-width: 1200px) {
	.set_circle {
		margin: 0 auto 15px;
		display: table;
		float: none;
	}
	
	.set_menu .col-sm-8 {
		width: 100%;
	}
	
	.set_menu h3, .set_menu p, .set_menu span {
		text-align: center;
	}
}


@media (min-width: 1024px) {
	.navbar {
		position: absolute;
		right: 0;
		left: 0;
		width: 100%;
		background-color: transparent;
	}
	
	.navbar .set_btn {
        position: absolute;
        right: 0;
        top: 8px;
    }
	
	.navbar-header {
		border: none;
	}
	
	.navbar .set_btn.set_second {
		position: absolute;
		right: 145px;
		top: 8px;
	}
	
	.navbar-nav {
		float: none;
        display: table;
        vertical-align: middle;
        padding-left: 0;
        margin: auto;
        padding-right: 12%;
        margin-top: 12px;
	}
}

@media (max-width: 1024px) {
	.navbar-nav > li > a {
		color: #fff;
	}
	
	.navbar-brand img {
		height: 65px!important;
		margin-top: -10px;
	}
	
	.navbar-header {
		background: var(--second-color);
	}
	
	.navbar {
		background-color: #fff;
	}
	
	.navbar .set_btn {
		position: absolute;
		bottom: 70px;
		top: auto;
		right: 0;
		left: 0;
		margin: auto;
		width: 217px;
		text-align: center;
	}
	
	.navbar .set_btn.set_second {
		bottom: 120px;
	}
}

@media (max-width: 992px) {
	#hero img {
		display: none;
	}
	
	.tochat {
		bottom: 25px;
	}
	
	footer img {
		margin: auto;
		display: block;
		margin-bottom: 50px;
	}
}

@media (min-width: 992px) {
	.main_home h1 {
		text-align: left;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 50px;
	}
	
	h2 {
		font-size: 35px;
	}
	
	h3 {
		font-size: 25px;
	}
	
	.height-md, #owl-main.height-md .item {
		height: 50vh;
	}
	
	.set_menu {
		padding: 0;
	}
	
	.set_margin_sm {
		margin-bottom: 50px;
	}
	
	.parallax, .parallax-fixed {
		height: 350px;
	}
	
	.menuitem h3 {
		width: 70%;
	}
	
	.menulist .col-xs-12 {
		padding: 0;
	}
	
	.footer-bottom p {
		margin-bottom: 10px;
	}

	footer .col-md-3 {
		margin-bottom: 30px;
		text-align: center;
	}
	
	.set_mainxs {
		height: 60vh;
	}
	
	.set_mainbk h1 {
		font-size: 80px;
	}
	
	.set_mainbk svg, .set_mainmn svg {
		height: 40px;
	}
	
	.set_mainmn svg {
		bottom: -38px;
	}
	
	.inner-desc {
    	width: 100%;
	}
	
	.set_mainbk {
		height: 70vh;
	}
	
	.set_margin p {
		text-align: center;
		margin-bottom: 25px!important;
	}
	
	.set_cit {
		padding: 100px 0;
	}
}


@media (min-width: 1024px) and (max-width: 1200px) {
	.navbar-nav {
		padding-left: 0;
		padding-right: 35%;
	}
	
	
}


.newspaper p {
	column-count: 3;
	/*
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  grid-auto-rows: 100px 200px;*/
}

@media print {
    .pagebreak { /*
		page-break-before: always!important; 
		-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;*/
	} /* page-break-after works, as well */
}