:root {
	--title-color: #860016;
	--second-color: #199733;
	--third-color: #9a9a9a;
	--hover-color: #999;
}

body {
	font-family: "Playfair Display", serif;
	background-color: #fff;
	color: #9a9a9a;
}

h3, h4, h5, h6, span {
	font-family: "Playfair Display", serif;
}

h1, h2 {
	font-family: "Playfair Display", serif;
	color: var(--title-color);
}

h1 {
	font-weight: 400;
	font-style: normal;
	text-align: center;
	font-size: 90px;
}

h3 {
	color: #000;
}

h4 {
	font-size: 24px;
}


p {
	font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

ul {
	padding-left: 0;
}

a:hover, a:focus {
    color: var(--hover-color);
    text-decoration: none;
}


/* ---CAROUSEL--- */
#hero img {
	position: absolute;
    top: 250px;
    height: 250px;
    right: 0;
    left: 0;
    margin: auto;
}

.set_mainbk h1 {
	font-family: "Playfair Display", serif;
	text-transform: uppercase;
	font-size: 100px;
	color: #fff;
}

.caption h1, .caption p {
	z-index: 11;
}

.height-md, #owl-main.height-md .item {
    height: 75vh;
}

.overlaybg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    z-index: 1;
    top: 0;
    left: 0;
}
/* ---END CAROUSEL--- */


/* ---NAVBAR--- */
.navbar-collapse {
    background-color: transparent;
	border: none;
}

.navbar-collapse.collapse.animate-after {
	background-color: #000;
}

.navbar-nav > li > a {
	color: #fff;
	font-size: 16px;
	border: none;
	text-transform: none;
}

.nav > li > a:hover {
    background-color: transparent;
    color: #860016;
    border: none;
}

.btn.responsive-menu {
	background-color: transparent;
	box-shadow: none;
	font-size: 23px;
}

.btn.responsive-menu i {
	color: #860016;
}

.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;
	background-color: #000;
	position: relative;
}

.texture::before {
    content: '';
    position: absolute;
    inset: 0; /* sostituisce top:0; left:0; width:100%; height:100% */
    background-image: url(../images/2138.jpg);
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    pointer-events: none;
	width: 100%;
	height: 100%
}

.texture h3, .texture h1 {
	color: #fff;
}

.texture h3 {
	text-transform: uppercase;
}

.tochat {
	height: 45px;
    margin-left: 5px;
}


.parallax, .parallax-fixed {
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 500px;
}

.menu-tab-nav.nav-tabs {
    border-bottom: none;
    text-align: center;
}

.tab-content>.active {
    display: block;
}

.tab-content h2 {
    margin-bottom: 20px;
    margin-top: 35px;
}

.menu-tab-nav.nav-tabs .nav-item .nav-link.active {
    background-color: var(--title-color);
    padding: 0px 10px;
    border-radius: 20px;
    color: #fff;
}

.menu-item {
    margin-bottom: 45px;
}

.menu-item .item-price:after {
    position: absolute;
    content: "";
    width: calc(100% - 63px);
    left: 0;
    top: 50%;
    margin-top: -1px;
    border-bottom: 2px dotted var(--second-color);
}

.menu-item .item-title {
    display: table;
    width: 100%;
}

.menu-item p {
	margin-bottom: 10px;
	font-weight: 700;
}

.menu-item span {
    font-size: 18px;
    line-height: normal;
    display: table-cell;
    width: 300px;
	color: #fff;
    padding-right: 18px;
}

.menu-item .item-price {
    display: table-cell;
    color: var(--second-color);
    text-align: right;
    position: relative;
    font-size: 17px;
}

.menu-tab-content {
	margin-bottom: 30px;
}

.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;
}

.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_mainbk {
	width: 100%;
	height: 100vh;
	display: block;
	overflow: hidden;
	position: relative;
}

.post-subtitle {
	color: #fff;
}

.tab-content>.active {
    display: block;
}

.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%);
}

.set_mainxs {
	height: 70vh;
}

.set_menu {
	margin: 50px 0 30px;
}

.set_menu p {
    margin-top: 16px;
    margin-bottom: 6px;
}

.menuitem {
	margin-bottom: 10px;
}

.menuitem p {
	margin: 10px auto;
}

.set_menu p::after {
    display: block;
    color: #860016;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 800;
}

.set_menu span {
    background-color: var(--second-color);
    display: inline;
    padding: 1px 5px;
    border-radius: 10px;
}

.set_menu .col-sm-6 {
	margin-bottom: 50px;
}

.set_circle {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	height: 165px;
    width: 165px;
	padding-right: 15px;
}

.set_btn {
	color: #fff;
    background-color: #860016;
    padding: 15px 35px;
    border-radius: 30px;
    font-weight: 800;
}

.btn_center {
	display: table;
	margin: auto;
}

.nopadding {
	padding: 0;
}

.centra {
	float: none;
	margin: auto;
}

.indexline h2, .indexline p {
	text-align: center;
}

.indexline h2 {
	margin-bottom: 10px;
}

.indexline p {
	margin-bottom: 25px;
}



.menulist h2 {
	text-align: center;
	margin-bottom: 50px;
	color: #860016;
}

.menulist h3 {
	margin-bottom: 5px;
}

.menulist {
	padding: 0;
	margin-bottom: 70px!important;
}

.menulist .col-xs-12 {
	margin-bottom: 15px;
}

.menulist span {

}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.menu-card {
    position: relative;
    background: #0b0b0b;
    border-radius: 20px;
    padding: 20px;
    border: 2px solid var(--title-color);
    transition: 0.3s;
}

.menu-card h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
	padding-right: 45px;
}

.menu-card p {
    color: #aaa;
    font-size: 14px;
}

.menu-card img {
	height: 180px;
    margin: auto;
    display: block;
}

/* prezzo */
.menu-card span {
    position: absolute;
    top: 15px;
    right: 15px;
	color: #fff;
    background-color: var(--second-color);
    display: inline;
    padding: 1px 5px;
    border-radius: 10px;
}

.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;
}




/* ---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_gallery .col-sm-6, .set_gallery .col-xs-12 {
	padding: 0;
	outline: 2px solid #fff;
}

.icon-overlay a .icn-more {
    background-color: rgba(134, 0, 22, 0.5);
}
/* ---END FANCYBOX--- */



/* ---FOOTER--- */
.dark-bg {
    background-color: #000;
}

.footer-bottom {
    background-color: #860016;
}

.footer-bottom p, .footer-bottom a {
    color: #fff;
}

footer .inner {
    padding-top: 60px;
    padding-bottom: 60px;
}

footer img {
	height: 75px;
}

footer h4 {
	margin-bottom: 5px;
}

footer a:hover, footer a:focus {
	color: #fff;
}

.footer-menu li:before {
	content: none;
}

.a_ws {
    background-color: #33ba47;
    font-size: 20px;
    position: fixed;
    right: 10px;
    bottom: 75px;
    z-index: 1111;
    padding: 5px 15px;
    display: table;
    color: #fff;
    border-radius: 25px;
}

#scrollUp {
    background-color: #21201e;
    border-radius: 25px;
}

.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: #860016;
}

@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;
		margin: auto;
        width: auto;
        display: table;
	}
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.navbar-nav {
		padding-left: 0;
	}
}

@media (min-width: 1024px) {
	.navbar {
		position: absolute;
		right: 0;
		left: 0;
		width: 100%;
		background-color: transparent;
	}
	
	.navbar-header {
		border: none;
	}
	
	.navbar .set_btn {
		position: absolute;
		right: 0;
		top: 8px;
	}
}

@media (max-width: 1024px) {
	.navbar-brand img {
		height: 65px!important;
		margin-top: -10px;
	}
	
	.navbar-header {
		background: #000;
	}
	
	.navbar {
		background-color: #000;
	}
	
	.navbar .set_btn {
		position: absolute;
		bottom: 70px;
		top: auto;
		right: 0;
		left: 0;
		margin: auto;
		width: 217px;
		text-align: center;
	}
}

@media (max-width: 992px) {
	#hero img {
		display: none;
	}
	
	.a_ws {
		bottom: 25px;
	}
	
	footer .col-md-3 img {
		margin: auto;
		display: block;
		margin-bottom: 50px;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 40px;
	}
	
	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;
	}
	
	.set_mainbk h1 {
		font-size: 70px;
	}
	
	.inner-desc {
    	width: 100%;
	}
	
	.set_mainbk {
		height: 70vh;
	}
	
	.inner-desc {
    	width: 100%;
	}
	
	.footer-bottom p {
		margin-bottom: 10px;
	}

	footer .col-md-3 {
		margin-bottom: 30px;
		text-align: center;
	}
}


.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 */
}