/**!
 * b4st CSS
 */
@import url('https://fonts.googleapis.com/css2?family=Hind+Guntur:wght@300;400;600&display=swap');
:root {
  --brown: #381c12;
	--corpo: #402D23;
  --darkgrey: #291f1e;
	--grey:#646464;
	--orange:#c66501;
	--beige: #f2ece1;
	--white: #fff;
	--pink:#964B72;
	--lightgrey:#F8F8F8

}
@font-face {
    font-family: 'Sinhala MN';
    src: url('https://www.florenceindianrestaurant.it/wp-content/themes/haveli/font/SinhalaMN.woff2') format('woff2'),
        url('https://www.florenceindianrestaurant.it/wp-content/themes/haveli/font/SinhalaMN.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sinhala MN';
    src: url('https://www.florenceindianrestaurant.it/wp-content/themes/haveli/font/SinhalaMN-Bold.woff2') format('woff2'),
        url('https://www.florenceindianrestaurant.it/wp-content/themes/haveli/font/SinhalaMN-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	font-family: 'Hind Guntur', sans-serif !important;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	color:var(--corpo) !important;
	line-height: 1.8em;
	background: var(--lightgrey)
}
body.noscroll {
	overflow: hidden
}

body.page-id-29 {
		background: var(--white)
}

.elementor-section.elementor-section-boxed > .elementor-container,
.container{
    max-width: 1240px;
}
b, strong {
 font-weight: 900;
}
hr.linea {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    border: 0;
    border-top: 2px solid #AE6500 !important;
    width: 80px !important;
}
.btn-menu {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.btn-menu span {
    display: block;
    width: 60%;
    /*box-shadow: 0 2px 10px 0 rgb(0 0 0 / 30%);*/
    border-radius: 0;
    height: 3px;
    background: #fff;
    transition: all .3s;
    position: relative;
    margin: 0 auto;
}
.btn-menu span + span {
  margin-top: 10px;
}
.active span:nth-child(1) {
  animation: ease .7s top forwards;
	background: #fff
}
.not-active span:nth-child(1) {
  animation: ease .7s top-2 forwards;
}
.active span:nth-child(2) {
  animation: ease .7s scaled forwards;
}
.not-active span:nth-child(2) {
  animation: ease .7s scaled-2 forwards;
}
.active span:nth-child(3) {
  animation: ease .7s bottom forwards;
	margin-top: 27px;
		background: #fff
}
.not-active span:nth-child(3) {
  animation: ease .7s bottom-2 forwards;
}
@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 22px;
    transform: rotate(0);
  }
  100% {
    top: 22px;
    transform: rotate(45deg);
  }
}
@keyframes top-2 {
  0% {
    top: 22px;
    transform: rotate(45deg);
  }
  50% {
    top: 22px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 22px;
    transform: rotate(135deg);
  }
}
@keyframes bottom-2 {
  0% {
    bottom: 22px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
/*main ul {
	padding-left: 0
}*/
/*main li {
	color: #000;
	margin-bottom: 20px;
	list-style: none;
	position: relative;
	    padding-left: 15px;
}
main li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 9px;
    position: absolute;
    top: 5px;
    left: 0;
}
*/
body::-webkit-scrollbar {
  width: 0.5em;
}
 
bodyt::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  outline: 1px solid slategrey;
	background-color: var(--orange);
}

h1,
h2,
h3 {
	font-family: 'Sinhala MN';
	font-weight: regular;
}

.h1{
	color: var(--orange);
    font-size: 24px;
    letter-spacing: 2px;
		text-transform: uppercase;
}


 h1 {
	color: var(--orange);
    font-size: 24px;
    letter-spacing: 2px;
			text-transform: uppercase;

}
h2 {
	text-transform: uppercase;
	font-size: 2.5rem;
	color: var(--brown);
	letter-spacing: 2px;
	
}

.dicono {
	padding:6rem 1rem 3rem 1rem  !important
}
.dicono h2{
	color: var(--beige)
}

.dicono p {
	    font-family: 'Hind Guntur', sans-serif
}
.orange {
	color: var(--orange);
}
.sinhala {

	font-family: 'Sinhala MN' !important;
	font-weight: normal;

}
.elementor-section-full_width .elementor-widget-wrap {
	padding: 0 !important
}



.owl-item.active img {
  -webkit-animation: ken-burns-out 6.8s 1 ease-in-out forwards;
  animation: ken-burns-out 6.8s 1 ease-in-out forwards;
}


/*//The animation: from 1.3 scale to 1*/
@-webkit-keyframes ken-burns-out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

}

@keyframes ken-burns-out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

}
/**/
/*
.owl-item.active  img {
  animation: mobileburns 30s infinite;
}
@media screen and (min-width: 800px) {
  .owl-item.active  img {
    animation: kenburns 20s infinite;
  }
}

@keyframes kenburns {
  5% {
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale3d(1.5, 1.5, 1.5) translate3d(-100px, -30px, 0px);
    animation-timing-function: ease-out;
  }
  60% {
    transform: scale3d(1.5, 1.5, 1.5) translate3d(-100px, -30px, 0px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    animation-timing-function: ease-out;
  }
}
@keyframes mobileburns {
  5% {
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in;
  }
  65% {
    transform: scale3d(2.5, 2.5, 2.5) translate3d(-100px, -30px, 0px);
    animation-timing-function: ease-in;
  }
  80% {
    transform: scale3d(2.5, 2.5, 2.5) translate3d(-100px, -30px, 0px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in;
  }
}
@keyframes noburns {
  100% {
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in;
  }
}

*/
/**/
@media (max-width: 1200px) {

}
@media (min-width: 1025px) {
	.page-id-12 .elementor-element-35136f6.mneg {
		margin-top: -300px
	}
	
	.elementor-element-6424c454.mt-neg{
		margin-top: -400px
	}
	.elementor-element-a6b186b {
		margin-top: -190px
	
	}
	.elementor-element-be6fc11 {
		margin-top: -480px
	
	}
}
@media (max-width: 1024px) {
		h3 {
    font-size: 26px;
}
}
 
a {
	color: var(--pink)
}
a:hover {
    color: var(--orange);
    text-decoration: none;
}

.single-post  a:not(.btn) {
		color: var(--orange);
}
.corpo {
	color: var(--corpo)
}
main a{
  position: relative;
}

#wpadminbar a:before {
	display: none !important
}
.nohover:before {
	display: none
}
@media (hover: hover) and (pointer: fine) {
 main a:not(.btn):hover::before{
    left: 0;
    right: auto;
   width: 100%;
  }
}
.wp-caption {}
.wp-caption-text {}
.sticky {}
.screen-reader-text {}
.gallery-caption {}
.bypostauthor {}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
}
/* Max img widths */
img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
/* Author bio */
.author-bio .avatar {
	border: 1px solid #dee2e6;
	border-radius: 50%;
}
/* Main content */
/* Sidebar */
/* Hide form placeholders on focus */
input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
.home .wpcf7-form input:focus::-webkit-input-placeholder { color: #fff; }
.home .wpcf7-form  input:focus:-moz-placeholder { color: #fff; } /* FF 4-18 */
.home .wpcf7-form  input:focus::-moz-placeholder { color: #fff; } /* FF 19+ */
.home .wpcf7-form  textarea:focus::-webkit-input-placeholder { color: #fff; }
.home .wpcf7-form  textarea:focus:-moz-placeholder { color: #fff; } /* FF 4-18 */
.home .wpcf7-form  textarea:focus::-moz-placeholder { color: #fff; } /* FF 19+ */
/* Comments */
#comments,
#reply-title {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}
.commentlist,
.commentlist ul {
	padding-left: 0;
}
.commentlist li {
	padding: 1rem;
}
.comment-meta {
	margin-bottom: 1rem;
}
.commentlist .children {
	margin-top: 1rem;
}
/* Site footer */
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 0;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	background: rgba(82,32,40, 0.8);
	white-space: nowrap;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	cursor: pointer;
	z-index: 1
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: .5;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #522028;
  opacity: .5;
}
.cd-top:hover {
	text-decoration:none;
	opacity: 1;
}
#menu-menu-principale,
#menu-menu-principale-inglese{
height: 100vh;
    font-size: 1.8em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 0;
    font-weight: 600;
    max-width: 55%;
    margin-left: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 11;
    padding-right: 15%;
    padding-left: 10%;
	top: 55px;
    /*top: 25px;*/

}

#menu-menu-principale a,
#menu-menu-principale-inglese a{
	opacity: 1
}

.wpml-ls-item {
	float: left
}
.overlay.show #menu-menu-principale li ,
.overlay.show #menu-menu-principale-inglese li {
    -webkit-animation: fadeInUp 0.5s ease forwards;
    animation: fadeInUp 0.5s ease forwards;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
}
.overlay.show #menu-menu-principale li,
.overlay.show #menu-menu-principale-inglese li{
    position: relative;
    opacity: 0;
}

.nomostrare {
	display: none
}

.dropdown-menu .nomostrare {
	display: block
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
	width: 250px;
	position: fixed;
	top: 0;
	right: -250px;
	height: 100vh;
	z-index: 99999;
	background-color: rgba(28, 112, 182, 0.9);
	color: #fff;
	transition: all 0.3s;
	overflow-y: none;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#sidebar.active {
    right: 0;
}
#dismiss {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	position: absolute;
	top: 20px;
	left: 25px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#sidebar .sidebar-header {
    padding: 20px;
}
#sidebar ul {
		margin-top: 5rem
}
#sidebar ul li a {
	padding: 10px 20px;
	display: block;
	color: #fff;
	font-size: 20px;
	text-align:right
}
#sidebar ul li a:hover {
		color: #ccc;
}
#sidebar ul li.active>a {
	color: #fff;
	font-weight: 600;
}
a[data-toggle="collapse"] {
    position: relative;
}
#sidebar ul li.active>a {
	background: #1B3865
}
nav .navbar .menu-item-has-children:hover .dropdown-menu {
    display: block;
}

.navbar-toggler .box {
width: 73px;
    height: 65px;
    position: relative;
}
.navbar.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 11;
    padding: 1rem 0 !important;
    animation: 0.5s 0.3s fadeInDown both;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
	box-shadow: 0 4px 2px -2px rgb(0 0 0 / 10%);
}
.navbar.fixed #menu-menu-principale,
.navbar.fixed #menu-menu-principale-inglese{
    padding: 25px 75px 20px 25px;
}
.navbar.fixed .custom-logo svg {
    width: 180px;
    height: 50px;
}
.nav-link{
	position: relative;
}
.logo {
	    height: 155px;
    width: auto;
}
/*.nav-link:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    width: 70%;
    bottom: 0;
    border-top: 2px solid rgba(255,255,255,0.8);
    margin: auto;
}*/
.dropdown-menu .nav-link:after{
    display: none;
}
#menu-item-59 .nav-link:after {
	display: none
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    background:none;
    border: none;
    border-radius:none;
display:block !important;
	padding: 0;
	
}
.nav-link {
	width: fit-content;
	font-weight: 600;

}
.dropdown-menu .nav-link {
padding: 10px 0px !important;
    font-size: 20px !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: normal;
	position: relative
}
.dropdown-menu .nav-link:hover {
	color:#7B0D1F !important
}
.dropdown-menu .nav-link:before {
    content: "";
    color: #7B0D1F;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    width: calc(100%);
    margin: auto;
    height: 2px;
    background: currentColor;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
    -o-transition: transform .8s cubic-bezier(.19,1,.22,1);
    transition: transform .8s cubic-bezier(.19,1,.22,1);
    transition: transform .8s cubic-bezier(.19,1,.22,1),-webkit-transform .8s cubic-bezier(.19,1,.22,1);
}
.navbar-nav .nav-link:hover:before,  .navbar-nav .nav-item.current-menu-item .nav-link:before{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    color: var(--orange);
}
.nav-link:hover {
	color:var(--orange) !important
}

.nomostrare:before {
	display:none
}


 
.dropdown-menu .nav-link:hover:after {
	display: none
}
.cont-menu {
	position: relative
}

.dropdown-menu {
	border-radius: 0
}

.img-menu-desk img {
	height: 650px;
	width: 100%;
	object-fit: cover
}
.img-menu-mobile  {
	margin-bottom: 5em
}
.img-menu-mobile img {
	height: 300px;
	width: 100%;
	object-fit: cover
}

#gallery-staff img {
	width: 100%;
    height: 330px;
    object-fit: cover;
}
#menu-menu-principale .border-bottom,
#menu-menu-principale .border-top ,
#menu-menu-principale-inglese .border-bottom,
#menu-menu-principale-inglese .border-top {
	border-color:#DDD0D0  !important
}
/*.cont-menu:before {
	content: '';
	position: absolute;
	left: -10px;
	top: 0;
	height: 100%;
	border-left: 1px solid #535353
}
*/
.menu-item-has-children {
	position: relative;

}
.cont-menu a:first-child:hover {
	color: #fff
}
.noafter .nav-link:after {
	display: none
}
.noafter .current_anchor_item {
	margin-bottom: 0 !important
}
.menu-item-has-children i  {

	    display: none;
}
.aprisottomenu {
	display: block
}
.elementor-pagination-position-outside .swiper-container {
	padding-bottom: 0
}

.bg-centrale  {
	background: url('/wp-content/uploads/2022/01/elemento-grafico_2.png') no-repeat center center;
	background-size: 35%
}
.page-id-20 .bg-centrale {
    background: url(/wp-content/uploads/2022/01/elemento-grafico_2.png) no-repeat center -175px;
    background-size: 35%;
}

.card-image img {
	height: 350px;
	width: 100%;
	object-fit: cover
}

.blog-contenitore {
	position: relative
}

.blog-contenitore:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    background: url(/wp-content/uploads/2022/01/elemento-grafico_2.png) center center no-repeat;
    background-size: contain;
    width: 350px;
    height: 350px;
}

.blog-contenitore:after {
    content: '';
    position: absolute;
    top: -20px;
    right: 0;
    background: url(/wp-content/uploads/2022/01/elemento-grafico_2.png) center center no-repeat;
    background-size: contain;
    width: 350px;
    height: 350px;
}
@media (min-width: 991px) {
/*.menu-item-has-children:hover .dropdown-menu {
	display: block
}*/
	
}
.owl-theme .owl-nav .disabled {
    opacity: 1;
    cursor: default;
} 
.relative {
	position: relative
}
.white {
	color: #fff
}
.black {
	color: #000
}
.testata-home {
    height: 100vh;
    /* margin-top: -110px; */
   margin-top: -169px;
}
#video-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    object-fit: cover;
    z-index: 0;
    height: 100%;
    top: 0;
}

picture.img-slide:before {

	   content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(10%, #16161500), to(#161615)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient( 
0deg
 , #16161500 40%, #161615 100%) 0% 0% no-repeat padding-box;
    opacity: 0.43;
}


.elementor-element-915cd92 .elementor-widget-wrap.elementor-element-populated {
	padding-left: 0;
	padding-right: 0
}
/*
.img-slide:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 120px;
    background: url(https://www.restaurandofirenze.com/wp-content/uploads/2021/07/punta-slide.png) center center no-repeat;
    background-size: cover;
}
*/
/*.testata-home:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 25%;
		background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 10%, rgba(0,0,0,.01) 20%, rgba(0,0,0,.64) 100%, rgba(0,0,0,.65) 100%);
		background: -o-linear-gradient(bottom, rgba(0,0,0,0) 10%, rgba(0,0,0,.01) 20%, rgba(0,0,0,.64) 100%, rgba(0,0,0,.65) 100%);
		background: linear-gradient(to top, rgba(0,0,0,0) 10%, rgba(0,0,0,.01) 20%, rgba(0,0,0,.64) 100%, rgba(0,0,0,.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0);
    left: 0;
    top: 0;
}*/
.custom-logo svg {
	width: 260px;
}
.breadcrumb {
font-size: 14px;
    margin-bottom: 0;
    background: none;
    padding: 10px 0; 
    /* border-bottom: 1px solid; */
    border-radius: 0;
	justify-content: center;
}
.breadcrumb a {
	color: #5F5F5F
}
.category .breadcrumb a {
	color: var(--beige)
}
.separator {
	margin: 0 5px
}
nav.navbar {
	z-index: 111;
	/*position: fixed;*/
	width: 100%;
	/*background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.10) 100%);
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.10) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.10) 85%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);*/
}
hr.linea {
    width: 100px;
    /* margin-left: 0; */
    border-top: 2px solid #D3C7AE;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
hr.linea.white {
    border-top: 2px solid var(--white) !important

}


.blocco-here img {
	margin-top: -300px
}
.onboard {
	margin-top: -150px;
	z-index: 1
}
.scroll-down {
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: 10px;
}
.page-id-61 .scroll-down {
    bottom: 25px;
}
.scroll-down svg {
		animation: pulse 1.5s infinite;
}
.cont-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 35%);
}
.blocco-finale img{
	width: 100%
}
@media (min-width: 768px) {
.navbar-expand-md {
    flex-wrap: wrap;
    justify-content: flex-start;
}
	
}
.navbar-expand-md .navbar-collapse {
    justify-content: center;
}
.navbar-light .navbar-nav .nav-link {
color: #fff;
    position: relative;
    font-size: 16px;
    padding: 1rem 2rem;
    font-weight: normal;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
color: #fff;
    background: transparent;
}
.chiudi-icon {
	display: none
}
.noscroll .apri-icon {
	display: none
}
.noscroll .chiudi-icon {
	display: block
}
.navbar-nav .nav-link {
    position: relative;
    text-align: left;
    font-weight: normal;
    font-size: 22px;
    color: var(--beige) !important;
    font-family: 'Sinhala MN';
    padding-bottom: 0;
	

}




.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.current-menu-item .nav-link{
	color: #522028;
}

footer .navbar-light .navbar-nav .nav-link:focus,
footer .navbar-light .navbar-nav .nav-link:hover,
footer .current-menu-item .nav-link{
	color: var(--beige);
}
.navbar-light .navbar-nav .nav-link:after:focus,
.navbar-light .navbar-nav .nav-link:after:hover {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	border-top:1px solid #522028
}
.current-menu-item .dropdown-menu .nav-link {
	color: #fff !important
		
}
.menu-button .nav-link  {
	background:#C8102E !important ;
	color: #fff !important; 
    font-size: 30px !important;
    text-transform: none;
    padding: 6px 2rem !important;
}
.navbar-light .navbar-nav .menu-button  .nav-link:hover{
	color: #fff !important; 
}
.navbar-light .navbar-nav .nav-link:hover:before,
.navbar-light .navbar-nav .nav-item.current-menu-item .nav-link:before,
.single-portfolio .navbar-light .navbar-nav #menu-item-571 .nav-link:before,
.single-portfolio.casestudy .navbar-light .navbar-nav #menu-item-65 .nav-link:before,
.navbar-light .navbar-nav li .nav-link.current_anchor_item:before{
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0 50%;
		-ms-transform-origin: 0 50%;
		transform-origin: 0 50%;
	color: #9F9073
}
.contenuti-testata {
display: flex;
    color: #fff;
    flex-direction: column;
    justify-content: flex-end;
    height: 65%;
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 11;
}
.contenuti-testata-interna {
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.contenuti-testata-interna div {
    justify-content: center;
    display: flex;
    flex-direction: column;
    /*height: 35%;*/
	height: 100%;
    padding-left: 3em;
    /*position: absolute;
    bottom: 55px;*/
}
.contenuti-testata-interna  h3 {
color: #fff;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1em;
}

.contenuti-testata-interna div:before {
content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-left: 1px solid rgba(255,255,255,0.5);
    height: 100%;
}

	.testata-interna {
		margin-top: -180px;
		position: relative
	}

.testata-interna:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(10%, #16161500), to(#161615)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient( 
180deg
 , #16161500 10%, #161615 100%) 0% 0% no-repeat padding-box;
    opacity: 0.43;
	
}

.vertical-align {
	    justify-content: center;
    display: flex;
    flex-direction: column;
}
.num {
    font-size: 26px;
    font-weight: 500;
}
.fixed-menu {
	width: 100%;
	margin: 0;
	background: #B5A781;
	position: absolute;
	bottom: 0px;
	padding: 10px;
font-size: 15px;
    font-weight: 600;
	
}
.fixed-menu a {
	color: #fff;
	    text-decoration: none;
}
.wpcf7-submit {
	width: 100%
}

.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled{
		background-color: var(--brown);
	border:1px solid var(--brown);
    padding: 0.8em 2.5em 0.6em 2.5em;
    font-weight: 400;
    border-radius: 0;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
		background-color: var(--orange);
		border-color: var(--orange);
}
.btn-orange{
		background-color: var(--orange);
	border:1px solid var(--orange);
		padding: 0.8em 2.5em 0.6em 2.5em;
		font-weight: 400;
		border-radius:0;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--white) !important;
}
.btn-orange:hover {
		background-color: var(--brown);
		border-color: var(--brown);
	color: var(--white) !important;
}
.btn-white{
		background-color: var(--white);
	border:1px solid var(--white);
		padding: 0.8em 2.5em 0.6em 2.5em;
		font-weight: 400;
		border-radius:0;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #414141 !important;
}
.btn-white:hover {
		background-color: var(--brown);
		border-color: var(--brown);
	color: var(--white) !important;
}
.btn-beige{
		background-color: var(--beige);
	border:1px solid var(--beige);
		padding: 0.8em 2.5em 0.6em 2.5em;
		font-weight: 400;
		border-radius:0;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--brown) !important;
}
.btn-beige:hover {
		background-color: var(--orange);
		border-color: var(--orange);
	color: var(--white) !important;
}
.btn-transparent{
		background-color: transparent;
	border:1px solid var(--beige);
	color: var(--beige);
		padding: 0.8em 2.5em 0.6em 2.5em;
		font-weight: 600;
		border-radius:0;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase
}
.btn-transparent:hover {
		background-color: var(--orange);
		border-color: var(--orange);
}

.wpcf7-submit,
.wpcf7-submit.disabled,
.wpcf7-submit:disabled{
		background: var(--orange);
		border: 1px solid var(--orange);
		color: #fff;
		text-transform: uppercase;
		padding: 8px 2em;
		border-radius: 0;
		letter-spacing: 2px;
	font-size: 16px
}
.wpcf7-submit:hover {
	background: var(--brown);
	border: 1px solid var(--brown);
}

.misha_loadmore {
	text-align: center;
	width: 25%;
	margin: auto;
	clear: both;
	cursor: pointer
}
.misha_loadmore{
			background-color: transparent;
	border:1px solid var(--orange);
		padding: 0.8em 2.5em 0.6em 2.5em;
		font-weight: 400;
		border-radius:0;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--orange) !important;
}
.misha_loadmore:hover{
    color: var(--white) !important;
    background-color:var(--orange)   !important;


}
.page-id-19 .wpcf7-submit {
    padding: 1em 3em;
}
.page-id-19 .seleziona {
	margin-left: 44px !important
}
.btn-grey:hover{
    color: #fff !important;
    background-color: #C8102E !important;
border-color: #C8102E !important;
}
button:focus {
    outline: none;
}

.card.ristoranti img {
	height:450px;
	object-fit:cover
}

.card.ristoranti.bistecche-card img {
	height:auto;
	object-fit:cover
}

	.card-hover img{
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
	}
	
.card.ristoranti:hover .card-hover img {
				opacity: 1;
		visibility: visible;
	}
#accordion,
#faq {
	z-index: 11;
	position: relative;
	min-height: 250px
}
#accordion .card {
	border: none;
	border-radius: 0
}
#accordion .card-header,
#faq .card-header {
    padding: 15px 0 12px 0;
    margin-bottom: 0;
    background: none;
    border-bottom: 1px solid #B19375;

	 border-left: none;
	border-right: none;
	border-radius: 0
}

#heading- {
	  border-top: 1px solid #B19375;
}
#accordion h5,
#faq h5 {
	cursor: pointer;
	position: relative
}
#accordion .card-header h5:after,
#faq .card-header h5:after{
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 600;
    position: absolute;
    right: 0;
    color: #000;
    top: 5px;
	    font-size: 14px;
}
#accordion .card-header.aperto h5:after ,
#faq .card-header.aperto h5:after {
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    position: absolute;
    right: 0;
		font-size: 14px;
    color: #000;
    top: 5px;
}
#accordion a[data-toggle="collapse"],
#faq a[data-toggle="collapse"]{
    position: relative;

}
#accordion .card-header {
	cursor: pointer
}
.card-header  svg {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.2s ease-in-out;
}
.card-header.active-acc  svg {
	transform: rotate(
180deg
);
}


.card-header h3 span {
	color: #727272 !important;
	    font-size: 20px;
}
.parallax {
		background-attachment: fixed !important;
		background-position: top center !important;
		will-change: transform !important;
}

	.single-post h1 {
		color: var(--beige);
		font-size: 2rem
	}
	
	.bg-darkgrey,
	.bg-darkgrey .elementor-widget-container {
		color:  var(--beige)
	}
	
	
	.bg-darkgrey hr.linea {
		border-color: var(--beige) !important
	}

.cta-border {
	border: 2px solid var(--brown);
	padding: 3em
}
@media (min-width: 1800px) {
.container {
    max-width: 1340px;
}

}
@media (min-width: 1024px) {
	
.py-10 {
	padding: 8em 0
} 
.mt-md-7 {
	margin-top: 10rem !important
}
	.pl-md-8 {
    padding-left: 10em;
	}
.news-cont-home {
	height: 355px !important
}
.news-cont-home .readmore {
	position: absolute;
	bottom: 20px
}
	.azienda-desc-tre {
		padding-right: 12em
	}
	.widget_social-3 {
 position: absolute;
    padding: 0;
    right: 0;
    top: 160px;		
	}  
	.nav_menu-2 {
		padding-left: 5em
	}
	#blocco-costanza-personalita:after {
		    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px solid #D8D6D6;
	}
	
	.cards {
		min-height: 600px
	}
	.intro-cucina .descrizione {
		margin-top: -200px
	}
	.cc-2 {
		column-count: 2
	}
	
}
.cc-2 li:before {
font-family: "Font Awesome 5 Free";
    content: "\f111";
    display: inline-block;
    padding-right: 5px;
    vertical-align: inherit;
    font-weight: 600;
    font-size: 8px;
    color: #000;
}
.intro-cucina .img img{ 
				height: 570px;
    object-fit: cover;
}
.cont-article h3 {
	font-size: 35px
}
.masonry {
    column-count: 4;
column-gap: 0.5em;
}
.masonry .item {
    display: inline-block;
    margin: 0 ;
    width: 100%;
	overflow: hidden
}
.masonry .item img {
	width: 100%
}
.masonry .item:nth-child(3n+0) img {
	height: 380px;
	object-fit: cover
}
.masonry .item:nth-child(2n) img {
	height: 300px;
	object-fit: cover
}

.masonry a:before {
	display: none !important
}
.masonry figure {
	position: relative
}
.masonry figure img {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.masonry figure:hover img {
    -webkit-transform: scale(1.1) rotate( 
0deg) !important;
    transform: scale(1.1) rotate( 
0deg) !important;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.nascosto {
	opacity: 0;
	visibility: hidden;
	position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		justify-content: center;
		display: flex;
		flex-direction: column;
	-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
	box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 55%);
}
.nascosto h3 {
	color: #fff;
	font-size: 38px
}
.nascosto h4 {
	padding: 0 20px;
	font-size: 35px
}
.related-cucine figure:hover .nascosto {
	opacity: 1;
	visibility: visible;
	outline: 1px solid #fff;
 outline-offset: -15px;
		-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.big {
	font-size: 18px;
		line-height: 1.6em;
}
.intro p {
	font-size: 18px;
		line-height: 1.8em;
}
.social-header {
	position: absolute;
    right: 80px;
}
a.rounded {
width: 35px;
    height: 35px;
    background: #fff;
    display: inline-block;
    border-radius: 50% !important;
    line-height: 38px;
    text-align: center;
}
a.rounded i {
    font-size: 1.2em;
    color: #ff225f;
}

.pagination {
	    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.page-item {
    position: relative;
    display: block;
    font-size: 18px;
    /* margin-left: -1px; */
    line-height: 1.25;
    color: #707070;
    background-color: #fff;
    border: none;
	    margin: 0 5px;
}
.page-item span {
    position: relative;
    display: block;
    padding: 12px 18px;
    /* margin-left: -1px; */
    line-height: 1.25;
    color: #707070;
    background-color: #fff;
    border: none;
}
.page-link {
    position: relative;
    display: block;
    padding: 12px 18px;
    /* margin-left: -1px; */
    line-height: 1.25;
    color: #707070;
    background-color: #fff;
    border: none;
}
.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #707070;
    border-color: #707070;
}
.page-item:last-child .page-link,
.page-item:first-child .page-link{
	border-radius: 0
}
.form-control {
	background: transparent;
border-radius: 0;
    height: 50px;
    border: none;
    border-bottom: 1px solid var(--orange);
    padding-left: 10px;
}
input[type=number] {
	    height: 40px;
    width: 100%;
    border: 1px solid #707070;
}
input[type=number] {
	padding-left: 15px
}
.checkbox-468 input {
	margin-left: 10px
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox;
    width: 100%;
    border: none;
    border-bottom: 1px solid #707070;
	color: #7B7B7B;
	    height: 40px;
}
input[type=date]:focus-visible,
input[type=datetime-local]:focus-visible,
input[type=month]:focus-visible,
input[type=time]:focus-visible,
.form-control:focus-visible{
	outline: none !important
}
select {
color: #7B7B7B;
}
.form-control:focus {
    color: #7B7B7B;
    outline: 0;
    box-shadow: none;
}
textarea.form-control {
    height: auto;

}
.privacy {
	font-size: 13px
}
.privacy .wpcf7-list-item {
	margin: 0
}
.privacy input {
	margin-right: 5px
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 5px;
    height: 18px;
    width: 18px;
    top: 0px;
    border: 2px solid #222;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: '\2713';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 2px;
    left: 5px;
    visibility: hidden;
    font-size: 16px;
}

.slide {
	/*height: 84vh;*/
	margin-top: -179px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #FFF;
    text-decoration: none;
}
.owl-nav button:hover svg #Ellisse_20{
	fill:#e32226;
	stroke:#e32226
}
#gallery-carousel .owl-nav button:hover svg #Tracciato_17,
#gallery-carousel .owl-nav button:hover svg #Tracciato_18 {
	fill:#fff;
	stroke:#fff
}
#owl-home-gallery {
	z-index: inherit
}
#opere-carousel.owl-theme .owl-nav ,
#gallery-carousel.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 40%;
    width: 100%;
}
#opere-carousel .owl-prev,
#gallery-carousel .owl-prev{
		position: absolute;
    left: -130px;
}
#opere-carousel .owl-next,
#gallery-carousel .owl-next{
		position: absolute;
    right: -130px;
}
.home #owl-home-gallery .owl-nav {
	display: none
}
#owl-home-gallery .owl-nav {
    position: absolute;
    right: 0;
    z-index: 11;
    margin-top: 10px;
}
#owl-home-gallery .owl-nav button {
	color: #000000
}
.cont-img {
    overflow: hidden;
}
.cont-img img {
	width:100%;
    transform: scale(1) rotate(
0deg
);
    transition: all ease 0.6s;
    box-shadow: none;
}
.cont-img:hover img {
    transform: scale(1.1) rotate(
0deg
);
    transition: all ease 0.6s;
}
.date:after {
content: '';
    position: absolute;
    top: 13px;
    width: 85%;
    border-top: 1px solid #ccc;
    left: 12%;
}
.privacy .wpcf7-acceptance {
    padding-left: 25px;
}
.privacy .wpcf7-list-item {
    margin: 0;
    /* margin-top: -5px; */
    position: absolute;
    /* padding-right: 41px; */
    left: 0;
    top: -5px;
}


.fondatori .gallery {
	    position: absolute;
    right: 0;
    top: -320px;
}

.fondatori-gallery img {
	height: 680px;
	object-fit: cover
}
.fondatori-gallery img.fondatore-2{
object-position: -325px;
}
#wpcf7-f4-o1 {
	margin-top:50px
}
.privacy .wpcf7-list-item::before {
content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #fff;
    border-radius: 0;
    /* border: 1px solid #707070; */
    box-shadow: 0 0 0 1px #707070;
}
.inputcheck .wpcf7-list-item::before {
    background: var(--orange);
    border: 5px solid #fff;
    box-shadow: 0 0 0 1px #707070;
}
.page-template-page-contatti .privacy .wpcf7-list-item::before {
    box-shadow: 0 0 0 1px #707070;
}
.wpcf7-list-item input[type=checkbox], .radio .wpcf7-list-item input[type=checkbox], .wpcf7-checkbox .wpcf7-list-item input[type=radio], .radio .wpcf7-list-item input[type=radio] {
    /* display: none; */
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    /* border-radius: 50px; */
    opacity: 0;
}
footer {
	background: var(--darkgrey);
	color: var(--beige);
	font-weight: normal;
	position: relative
}


footer:before {
    content: '';
    position: absolute;
    left: 0;
    top: -250px;
    background: url(https://www.florenceindianrestaurant.it/wp-content/uploads/2022/01/footer-bg-chisiamo-left_1.png);
    width: 245px;
    height: 500px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    background-position: center center;
}

footer:after {
    content: '';
    position: absolute;
    right: 0;
    top: -250px;
    background: url(https://www.florenceindianrestaurant.it/wp-content/uploads/2022/01/footer-bg-chisiamo-right_1.png);
    width: 245px;
    height: 500px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    background-position: center center;
}
.logo-footer {
	height: 110px;
    width: auto;
}

footer .nav-link {
		font-weight: normal
}

.widget_widget_orari p b{
			font-weight: normal !important
}
.info-footer {
	font-weight: 500;
	color: #522028;
	letter-spacing: 1px
}


.social-foot {
position: relative;
    top: 5px;
    /* right: 0; */
    font-size: 15px;
    font-weight: 600;
	    z-index: 1;
}
.social-foot img {
	width: 40px
}
li#menu-item-76,
li#menu-item-78,
li#menu-item-80,
li#menu-item-81 {
	position: relative
}
li#menu-item-76:before,
li#menu-item-78:before,
li#menu-item-80:before,
li#menu-item-81:before {
content: '';
    position: absolute;
    left: 0;
    top: 17px;
    width: 10px;
    border-top: 1px solid;
    height: 1px;
}
@media (max-width: 1600px) {


#blocco-ripetible-2 .descrizione-blocco .inner-box {
    padding: 10% 24% 15% 10% !important
}
	#blocco-ripetible-1 .descrizione-blocco .inner-box {
    padding: 10% 10% 15% 24% !important
}

}


#gallery-locale img {
	height: 400px;
	object-fit: cover
}
footer {
	font-family: 'Sinhala MN';
}
footer a {
	color: var(--beige)
}
footer a.rounded,
.social-menu a{
	width: 34px !important;
    height: 34px;
    background: #fff;
    display: inline-block;
    border-radius: 0 !important;
    line-height: 40px;
	border: 1px solid #fff;
		-webkit-transition: .7s ease-in-out;
	-moz-transition: .7s ease-in-out;
	-o-transition: .7s ease-in-out;
	transition: .7s ease-in-out;
}
.social-menu a {
		margin: 0 5px;
    padding: 0;

    text-align: center !important;
    font-size: 14px !important;

	
}
.social-menu {
	margin-left: -5px;
	margin-right: -5px;
	    margin-top: 20px;
}
footer a.rounded i,
.social-menu a i{
	font-size: 1.5em;
	color: #000
}
footer a.rounded:hover,
.social-menu a:hover{
background: var(--orange);
	border-color:var(--orange);
	color: var(--white)
}

footer  .nav-link:hover {
	text-decoration: none
}
footer ul {
	list-style: none;
	padding-left: 0
}


/*footer .navbar-light .navbar-nav .nav-link:focus,
footer .navbar-light .navbar-nav .nav-link:hover,
footer .current-menu-item .nav-link {
    color: #000!important;
    background: none;
}*/
footer h4 {
	  font-family: 'Sinhala MN';
    font-style: normal;
	font-size: 1.1em;
    font-weight: 600;
}
/*.owl-theme .owl-dots .owl-dot span {
    margin: 5px 3px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff225f;
    border: 1px solid #ff225f;
}
*/
.owl-theme .owl-dots {
    position: absolute;
    bottom: 15px;
    /*width: 100%;*/
	    left: 50px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: auto;
    background: transparent;
		border:1px solid var(--white);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%;
    margin: 0 5px;

}
.owl-theme .owl-dots .owl-dot.active, .owl-theme .owl-dots .owl-dot:hover {
    outline: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #fff
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
	border:1px solid #fff
}


#owl-home-gallery .owl-dots {
	    width: auto;
    right: 20px;
    left: auto;
    transform: rotate(
90deg
);
    bottom: 50px;
}
.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    right: 0;
	width: 100%;
    top: 40%;
}
.owl-theme .owl-nav .owl-prev {
	position: absolute;
		left: -70px;
}
.owl-theme .owl-nav .owl-next {
	position: absolute;
		right: -70px;
}
.px-0 .elementor-widget-wrap.elementor-element-populated {
	padding: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -35px;
    right: 0;
    width: 100%;
    left: auto;
    text-align: right;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
.swiper-pagination-bullet {
	   width: 15px;
    height: 15px;
    margin: auto;
    background: transparent;
		border:1px solid var(--brown);
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 1;
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--brown);
}

.page-id-47 .owl-theme .owl-dots {
    left: -10px;
}
.light {
	font-weight: 300;

}
.border {
    border-color: var(--beige) !important;
}
.border-top {
    border-color: var(--beige) !important;
}

.mission .sinistra:after {
content: '';
    right: 0;
    height: 148%;
    width: 1px;
    border-right: 1px solid #520A20;
    position: absolute;
    top: -96px;
}

.galleria-mission .owl-theme .owl-dots {
    position: absolute;
    bottom: auto;
    top: -20px;
    left: -90px;
    transform: rotate(90deg);
}
.visione {
	    margin-top: -110px;
    padding-top: 110px;
	z-index: -1;
	position: relative
}
.visione .sinistra {
	padding-right: 8em
}
.visione .sinistra:after {
    content: '';
    right: 0;
    height: 148%;
    width: 1px;
    border-right: 1px solid #520A20;
    position: absolute;
    top: -96px;
}

.visione .destra {
	padding-left: 6em
}
.mission .destra {
	padding-left: 6em
}
.condivisione .destra {
	padding-top: 6em;
	padding-right: 6em;
	padding-left: 6em
}
.condivisione .cont-blocco:after {
    content: '';
    position: absolute;
    bottom: -30px;
    width: 90%;
    right: 0;
    border-top: 1px solid;
}
.condivisione .cont-blocco:before {
    content: '';
    position: absolute;
    left: 10%;
    height: 100%;
    border-left: 1px solid;
    width: 1px;
    bottom: -30px;
}

.page-id-12 .owl-theme .owl-dots {
    position: absolute;
    bottom: -45px;
    right: 0;
    left: auto;
}
footer {
	font-size: 14px
}
footer
.text-2 svg{
	height: 135px;
}
#menu-menu-principale-1,
#menu-menu-principale-inglese-1{
	list-style: none;
	padding-left: 0;
	margin-left: 0
}
#menu-menu-principale-1 .nav-link,
#menu-menu-principale-inglese-1 .nav-link{
    display: block;
    padding: 0 0 3px  0;
}
.icl_lang_sel_widget-2 {
    margin-left: -22px;
    text-align: left;
}
img.wpml-ls-flag {
    width: 25px !important;
    height: 25px !important;
}
.wpml-ls-legacy-list-horizontal {
    border: none;
    padding: 0;
    clear: inherit;
}
.piede {

	font-size: 13px;
}
.overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    opacity: 1;
    visibility: hidden;
    transition: opacity 0.55s, visibility 0.55s, width 0.55s;
    z-index: 50;
	background:linear-gradient(
    to right, 
    rgba(42,32,31,1) 0%, 
    rgba(42,32,31,1) 40%, 
    rgba(42,32,31,0.9) 40%, 
    rgba(42,32,31,0.9) 100%
  )

}
/*.overlay:before {
    content: "";
    background: rgba(0,0,0,.95);
    left: -55%;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    transition: left 0.35s ease;
}
*/
.overlay.show {
    /*opacity: 0.9;*/
    visibility: visible;
    height: 100%;
}

.noscroll svg.logo {
    height: 155px;
    width: auto;
}
.noscroll .slide {
    margin-top: -179px;
}
.noscroll svg.logo path {
	fill:#fff !important;
	transition-delay: 1.5s;
	-webkit-animation: fadeInDown;
    animation: fadeInDown;

}

.info-menu {
	position: absolute;
    top: 260px;
    padding: 0 40px;
	color: var(--beige);
	    max-width: 40%;
	
}   

.info-menu a{ 
	color: var(--beige)
}

.info-menu .fermata-tram {
    padding-top: 25px;
    display: block;
}
/*
.overlay.show:before {
    left: 0;
}
.overlay:after {
    content: "";
    background: rgba(0,0,0,.95);
    right: -55%;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    transition: all 0.35s ease;
}
.overlay.show:after {
    right: 0;
}
*/
.overlay a {
	color: #fff
}
.overlay.show .dropdown-menu li {
    position: relative;
	opacity: 0
}
.overlay.show .dropdown-menu li {
-webkit-animation: fadeInUp 0.5s ease forwards;
    animation: fadeInUp 0.5s ease forwards;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
}
.overlay.show {
display: block
}
.navbar-toggler {
position: absolute;
    top: 20px;
    right: 55px;
	    border: none;
	padding: 0
}
.noscroll .logo svg {
	height: 50px;
    width: auto;
    position: absolute;
    left: 48px;
    top: 55px;
} 
.noscroll .navbar-toggler {
	position: absolute;
	top: 20px;
	right: 63px;
	border: none;
	padding: 0
}
.testi-slide {
    position: absolute;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    height: auto;
    bottom: 90px;
	z-index: 11
}

.testi-slide div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
} 
.testi-slide div h3 {
    background: var(--white);
    color: var(--brown);
    margin-bottom: 0;
    width: fit-content;
    margin: 0;
    padding: 8px 35px 0px 35px;
    display: table;
		font-weight: regular !important;
	letter-spacing: 2.5px;
	    font-size: 1.75rem;
}

.osx .testi-slide div h3 {
	
    padding: 8px 35px 8px 35px
}

.bottone-slide {
    display: table;
    position: absolute;
    right: 100px;
    top: 38px;
}

:lang(en-US) .bottone-slide {
    right: 225px;
}
.cont-alternato  img {
	width: 100%;
}
.cont-alternato .img {
  position: relative;
}
#blocco-cucine-1 img {
	height: 100%;
		object-fit: cover;
}
#blocco-cucine-2 img {
	height: 100%;
		object-fit: cover;
}

.altri-text {
	position: absolute;
    top: 60%;
    width: 100%;
	left: 0;
   padding-left: 40px;
}

.page-template-default.page-id-43 .owl-nav {
	display: none
} 
.page-template-default.page-id-43 .owl-theme .owl-dots {
    position: absolute;
    bottom: -45px;
    left: auto;
    right: 0;
}
.attenzione-desc {
	margin-top: -100px;
    position: relative;
    z-index: 1;
}
.attenzione-img img{
	height: 650px;
	object-fit: cover
}
.cont-completa figure {
	overflow: hidden
}
.cont-completa figure img {
	
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
.cont-completa figure:hover img {
	-webkit-transform: scale(1.1) rotate(
0deg) !important;
    transform: scale(1.1) rotate(
0deg) !important;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
@media (max-width: 1550px) {
.page-id-39 .galleria-neg {
    margin-top: -355px;
}
}
@media (min-width: 2100px) {
.container {
    max-width: 1640px;
}
	
}
/* media queries*/ 
@media (min-width: 1024px) {
	
	.px-5-large {
	padding-left: 5em;
	padding-right: 5em
}
	
	.px-5-large-percent {
	padding-left: 5%;
	padding-right: 5%
}
	.cont-alternato {
		padding-bottom: 8em
	}
.cont-alternato:nth-child(even) .img {
    order: 2;
    /* justify-content: flex-end; */
    /* display: flex; */
    margin-left: auto;
}
	
#blocco-ipiatti .img {
    order: 2;
    /* justify-content: flex-end; */
    /* display: flex; */
    margin-left: auto;
}
#blocco-ripetible-1 .img {
	margin-top:-70px
}
#blocco-ripetible-1 .descrizione-blocco,
	#blocco-ripetible-3 .descrizione-blocco{
position: absolute;
    right: 5%;
    bottom: 0;
    top: 0;
    height: 92%;
    border: 1px solid;

}
#blocco-ripetible-2 .descrizione-blocco,
	#blocco-ripetible-4 .descrizione-blocco{
position: absolute;
    left: 5%;
    bottom: 0;
    top: 55px;
    height: 88%;
    border: 1px solid;

}	
	
#blocco-ipiatti  .descrizione-blocco{
position: absolute;
    left: 20px;
    bottom: 0;
    top: -55px;
    height: 100%;
    border: 1px solid;

}	
#blocco-ripetible-1	.descrizione-blocco .inner-box {
	   padding: 15% 10% 15% 24%;
}
	
#blocco-ripetible-2	.descrizione-blocco .inner-box {
	   padding: 15% 24% 15% 10%;
}
	
	#blocco-ripetible-2 .cont-alternato .img {
		z-index: inherit;
	}
	
	#blocco-ipiatti .inner-box {
		height: 100%;
			display: flex;
			flex-direction: column;
			justify-content: center;
			padding: 5em;
	}
	.descrizione-blocco h2 {
    font-weight: 800;
    max-width: 75%
	}
	.descrizione-blocco h3 {
		margin-bottom: 25px
	}
	.cont-alternato .img {
	    z-index: 1;
	}
	.cont-alternato-cucine:nth-child(even) .descrizione-blocco {
		order: 2
	}
}


.card.ristoranti a:before{
	display: none
}

.card.ristoranti {
border: 1px solid #520A20;
	border-radius: 0
}

.card.ristoranti h3 {
	    font-size: 53px;
    line-height: 1.1em;
	font-weight: 800
}

.card.ristoranti p {
	font-weight: 600
}

.card.ristoranti.bistecche-card p {
	font-weight: 500
}

.bistecche-card img {
	width: 100%
}
.page-id-16 .gallery {
	    margin-top: -70px;
    margin-left: -1px;
	margin-bottom: 40px;
	position: relative
}
.page-id-16 .gallery .owl-dots {
    position: absolute;
    top: 0;
    left: -61px;
    width: 35px;
    bottom: auto;
}

.page-id-16 .gallery-cont:after {
    content: '';
    position: absolute;
    right: 0;
    width: 85%;
    height: 1px;
    border-top: 1px solid;
    bottom: 0;
}

.page-id-16 .gallery-cont:before {
    content: '';
    position: absolute;
    left: 15%;
    width: 1px;
    height: 100%;
    border-left: 1px solid;
    bottom: 0;
}


.elenco-menu h2 {
	position: relative;
	padding-left: 40px
}
.elenco-menu h2:before {
content: '';
    position: absolute;
    left: 0;
    bottom: 9px;
    border-bottom: 2px solid;
    height: 1px;
    width: 43px;
	
}

.elenco-menu h2:after {
content: '';
    position: absolute;
    right: 0;
    bottom: 9px;
    border-bottom: 2px solid;
    height: 1px;
    width: 75%;
	
}

.elenco-menu p {
	font-size: 18px
}

.elenco-menu .piatto {
	position: relative
}
.elenco-menu .piatto p {
	background: #fff;
    position: relative;
    z-index: 1;
    width: fit-content;
	display: table
}

.elenco-menu .prezzo p {
width: fit-content;
    /* text-align: right; */
    float: right;
    background: #fff;
    position: relative;
    z-index: 1;
	display: table
}
/*.elenco-menu .piatto:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-top: 2px dotted;
    bottom: 10px;
}

.elenco-menu .prezzo:after {
content: '';
    position: absolute;
    width: 65%;
    height: 1px;
    border-top: 2px dotted;
    bottom: 10px;
    left: 5px;
}*/

.menu-deg {
	background: #EEE9EA;
	padding: 25px
}
.menu-deg .piatto {
	padding: 10px 0
}
.menu-deg .piatto p,
.menu-deg .prezzo p {
	background:  #EEE9EA
}
.menu-deg .prezzo p {
	font-size: 22px;
	margin-top: 15px
}
.menu-deg h3 {
	font-weight: 600
}
.menu-deg .piatto:after,
.menu-deg .prezzo:after{
	display: none
}

.dots-central .owl-dots {
	width: 100%
}


.dots-right  .owl-dots {
	width: 100%;
	text-align: right
}
.bg-pink {
	background: var(--pink);
	color: var(--white)
}

.bg-darkgrey {
	background: var(--darkgrey);
	color: var(--beige)
}
.bg-pink-orange {
background: 
linear-gradient(
    to right, 
    var(--pink) 0%, 
    var(--pink) 50%, 
    var(--orange) 50%, 
    var(--orange) 100%
  )
}
.bg-pink h2,
.bg-pink p,
.bg-pink .elementor-widget-container,
.bg-pink-orange h2,
.bg-pink-orange p,
.bg-pink-orange .elementor-widget-container{
	color: var(--white) !important
}
@media (max-width: 1600px) {
	#blocco-ripetible-2 h2 span {
		font-size: 30px !important
	}
	#blocco-ripetible-4 h2 span {
		font-size: 38px !important
	}
	.btn-primary-reverse {
    letter-spacing: 1px;
    font-size: 14px;
}
	.punto {
		height: 200px !important;
    justify-content: center;
    display: flex;
    flex-direction: column;
	}
}
	@media (min-width: 1900px) {
		#menu-menu-principale {
    /*top: -60px;*/
}
}
@media (min-width: 2400px) {
		#menu-menu-principale ,
			#menu-menu-principale-inglese{
    padding-left: 20%;
    /*top: -80px;*/
}
	.contenitore-testi-slide {
		width: 70%;
		margin: 0 auto
	}
	#menu-menu-principale,
			#menu-menu-principale-inglese {
		top: -55px
	}
.mt-neg-150 {
	margin-top: -260px
}

	.contenuti-testata-portfolio {
    top: 20%;
}
	.img-testata-portfolio {
    margin-top: -300px;
}
	.container {
		max-width: 1550px
	}
	
}


@media (min-width: 1281px) and (max-width:1440px) {
	
	#menu-menu-principale ,
		#menu-menu-principale-inglese{
    padding-left: 20%;
    top: 20px;
}
	
}
@media (min-width: 768px) and (max-width:1280px) {
	
	#menu-menu-principale,
		#menu-menu-principale-inglese{
    padding-left: 20%;
    top: 0px;
}
	.navbar-light .navbar-nav .nav-link {
    padding-left: 1em;
    padding-right: 1em;
		font-size: 14px
	}
h2 {
    font-size: 40px; 
    letter-spacing: 2px
	}
#blocco-ripetible-3 h2 span {
    font-size: 32px !important;
}
#blocco-ripetible-4 h2 span {
    font-size: 32px !important;
}
}
@media (max-width: 767px) {
	
.wpml-ls-legacy-list-horizontal>ul {
    padding: 0;
    /* margin: 0 !important; */
    /* list-style-type: none; */
    text-align: center;
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
	.icl_lang_sel_widget-2 {
    margin-left: 0;
    text-align: center;
    right: 0 !important;
}
	.card-hover {
		display: none !important
	}
	:lang(en-US) .bottone-slide {
    right: 0;
}
	.btn {
		width: 100%
	}
#owl-home-gallery .owl-dots {

    right: auto;
    left: auto;
    transform: none;
    bottom: 0;
    margin: auto;
    width: 100%;
}
	.social-menu  {
		justify-content: center;
		margin-top: 20px
	}
	.bottone-slide {
    position: relative;
		top:10px;
		right: 0
}
	.bottone-slide a {
		width: 100%
	}
		.cont-testi {
		height: 50%
	}
.navbar-toggler .box {
width: 55px;
    height: 50px;
}
	.menu-text {
		display: none
	}

	
 .logo-cont svg {
height: 70px !important;
    width: auto;
    margin-top: 0;
    margin-left: 0;
}

	

h1 {
    font-size: 18px;
		
}
h2 {
    font-size: 30px;
}	
	
h3 {
    font-size: 24px;
}	
	.elementor-element-915cd92 .elementor-widget-wrap.elementor-element-populated {
    padding-left: 10px;
    padding-right: 10px;
}
.elementor-12 .elementor-element.elementor-element-704d20b2 > .elementor-widget-container,
	.elementor-12 .elementor-element.elementor-element-53bde3d > .elementor-widget-container{
    margin: 10px !important;
}
	footer:after,
	footer:before{
		display: none
	}
	.navbar-toggler svg {
		height: 50px;
		width: 50px
	}
.nav_menu-2,
.nav_menu-3,
.nav_menu-4 {
	display: none
}
	.icona svg {
    height: 85px;
}
	.aprisottomobile {
		position: absolute;
    left: 30%;
    top: 11px;
	}
	.aprisottomobile svg {
		width: 15px
	}
	#news-carousel figure {
		height: 150px !important;
	}
	.mostrasubmenu {
		display: block
	}
	
	.meno {
		display: none;
		margin-top: 6px;
	}
	.btn-close {
    box-sizing: content-box;
    width: 1.5em;
    height: 1.5em;
    padding: .25em .25em;
    border: 0;
    border-radius: .25rem;
    opacity: 1;
    background-size: cover;
}
	
#menu-menu-mobile  .nav-link {
    font-size: 18px !important;
	}
.navbar.fixed .custom-logo svg {
    width: 160px;
    height: 40px;
}
	.navbar.fixed {
    padding: 0.5rem 0 !important;
}
	
	.navbar.fixed	.navbar-toggler {
    top: 15px;
}
.gradient-half {
    background: linear-gradient( to top, rgb(235,235,235) 0%, rgb(235,235,235) 75%, rgb(255,2555,255) 75%, rgb(255,255,255) 100% );
}
	.elementor-element-2c98f0e {
		background-image:  none !important;
		padding: 20px
	}
	
	.dicono {
		padding: 1rem !important
	}
	
	.px-0-mobile {
		padding: 0
	}
	.gradient-half-reverse {
    background: linear-gradient( to top, rgb(235,235,235) 0%, rgb(235,235,235) 30%, rgb(255,2555,255) 30%, rgb(255,255,255) 100% );
}
	
	.contenuti-testata-interna {
    bottom: 0;
		position: absolute;
    height: auto;
}
	.contenuti-testata-interna h3 {
    font-size: 32px !important;

}
	.single-ristorante	.contenuti-testata-interna h3 {
    font-size: 25px !important;

}
	.fondatori .gallery {
	position: relative;
    bottom: 0;
    height: auto;
		top: 0;
		padding: 0
	}
.fondatori-gallery img {
    height: 450px;
    object-fit: cover;
}
	.fondatori-gallery img {
    height: 450px;
    object-fit: cover;
}
	
	
	.fondatori-gallery img.fondatore-2 {
    object-position: -220px;
}
	.mission .destra {
    padding-left: 30px;
		    margin-top: 40px;
}
	
	.mission .sinistra {
		text-align: center
	}
	.visione {
    margin-top: 0;
    padding-top:0;
}
	.visione .sinistra {
    padding-right: 3em;
}
	.visione .destra {
    padding-left: 15px;
}
	.condivisione .destra {
    padding-top: 3em;
    padding-right: 3em;
    padding-left: 4em;
}
	
	.bistecche-card {
		margin-bottom: 20px
	}
	

	.card.ristoranti h3 {
    font-size: 45px;
	}
	.page-id-16 .gallery-cont:before {
		left:0
	}
	
	.page-id-16 .gallery-cont:after {
    width: 100%;
	}
	
	.elenco-menu .piatto:after {
		display: none
	}
	
	.menu-deg .prezzo {
		margin-top: 1em !important
	}
	.elementor-element-49a622f4 {
		margin-top: 30px
	}
	.elementor-element-9794c1c {
		padding-top: 20px
	}
	.prenotatavolo {
		text-align: center
	}
	
	.custom_html-2  svg {
		height: 95px;
		width: auto
	}
	.prenotatavolo span {
	    display: inline-block;
    line-height: 1.1em;
    float: none !important;
    margin-right: 0 !important;
    margin-top: 15px !important;
    margin-bottom: 15px;
	}
	
	#CDSWIDSSP {
    max-width: 100% !important;
}
	#CDSWIDCOE img {
    border: none;
    display: block;
    width: auto !important;
    margin: auto !important;
}
		.elenco-menu h2:before {
    bottom: 5px;
	}
	.elenco-menu h2:after {
    bottom: 5px;
	}
	.elementor-element-5c736be {
		margin-top: 30px
	}
	.elementor-element-be6fc11 {
		order: 2
	}

	footer { 
		text-align: center
	}
	footer .nav-link {
		width: auto
	}
	footer .menu {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    text-align: left;
    padding-left: 10px;
}
	li#menu-item-76, li#menu-item-78, li#menu-item-80, li#menu-item-81 {
		padding-left: 0 !important
	}
	li#menu-item-76:before, li#menu-item-78:before, li#menu-item-80:before, li#menu-item-81:before {
		display: none;
		
	}
	.social-foot span  {
		display: none
	}
	.social-foot {
    top: 0;
    text-align: center !important;
    margin: 10px 0;
}
	.info-footer {
    padding: 0 20px;
    margin: 0;
}
	.overlay .fixed-menu{
		position: fixed;
    z-index: 1111;
    top: 100vh;
	}
	.testata-home {
    height: 100vh !important;
    /* background-position: -33em 50px !important; */
    margin-top: -105px;
}
	.navbar-toggler svg {
		height: 40px !important
	}
	.navbar-toggler svg #MENU {
		display: none
	}
	.navbar-toggler {
    right: 10px;
		    top: 10px;
	}



	.cont-testi {
		text-align: left;
		height: 60%
	}
	.cont-testi .titolo-slide {
		font-size: 40px
	}
	.cont-testi .btn  {
		margin-top: 10px !important;
    margin-left: 0 !important;
	}
	.contenuti-testata-interna div {
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 35%;
left: 0;
    padding-left: 25px;
	}
	.home .intro {
		margin-top: -145px
	}
	.home h1 {
    font-size: 45px;
}
	
	.elenco-menu .wrapper .border-dotted {
		border-bottom: 1px solid #ccc
	}
	.chisiamo-carousel  {
		margin-top: 30px
	}
	.chisiamo-carousel .owl-dots {
		    bottom: -80px !important;
	}
	.cont-testi .big { 
    font-size: 30px;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 3px;
    position: relative;
    width: fit-content;
    margin: auto;
    display: table;
    line-height: 1.4em;
}
	.cont-testi .big:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 45px;
    width: 33%;
    border-top: 1px solid #fff;
}
	.cont-testi .big:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 65%;
    border-top: 1px solid #fff;
}
	
	.prenotatavolo .btn {
		padding: 15px 2em;
		width: 100%
		
	}
	.owl-theme .owl-dots {
    left: 10px;
}
.masonry .item:nth-child(2n) img {
    height: 125px;
}	
	.masonry .item:nth-child(3n+0) img {
    height: 190px;
}
	
	.noscroll .navbar-toggler {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    padding: 0;
}
	
	#gallery-locale.owl-theme .owl-dots {
    left: 0;
    position: relative;
    margin-top: 25px !important;
}
	#gallery-locale.owl-theme .owl-dots button {
    border: 1px solid #000;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;

}
	
	#gallery-locale.owl-theme .owl-dots .owl-dot span {
		background: #000
	}
	#gallery-locale.owl-theme .owl-dots .owl-dot.active,
	#gallery-locale.owl-theme .owl-dots .owl-dot:hover {
				background: #fff;
    border: 1px solid #522028;
	}
		#gallery-locale.owl-theme .owl-dots .owl-dot.active span {
		background: #522028
	}

	
#menu-menu-principale,
	#menu-menu-principale-inglese,
	#menu-menu-mobile{
align-items: center;
    height: auto;
    font-size: 1.6em;
    display: block;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    position: relative;
    padding: 0;
    font-weight: 600;
    padding-top: 20px;
    max-width: 100%;
    padding-left: 35px;
    padding-right: 50px;
}
	#menu-menu-mobile 	.nav-link {
    width: auto;
		text-align: center
	}
	.cont-menu:before {
		display: none
	}
	#menu-item-60:before {
content: '0.1';
    display: block;
    position: absolute;
    border: none;
    left: -22px;
    top: 12px;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
	}
	
	#menu-item-61:before {
content: '0.2';
    display: block;
    position: absolute;
    border: none;
    left: -22px;
    top: 12px;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
	}
	
	
	#menu-item-69:before {
content: '0.3';
    display: block;
    position: absolute;
    border: none;
    left: -22px;
    top: 12px;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
	}
#menu-menu-mobile .nav-link {
    padding: 10px 0px !important;
	}
	.cont-menu a {
		display: none
	}
#menu-menu-mobile  a {
		display: block
	}
	.home .intro hr.linea {
		margin-left: 0
	} 
	
	.motto {
    font-size: 16px;
	}
	.navbar.fixed #menu-menu-principale,
		.navbar.fixed #menu-menu-principale-inglese{
    padding: 0;
}
	.custom-logo {
		display: block;
    width: 100%;
	}
	.custom-logo svg {
    width: 180px;
    padding-left:0;
    margin: auto;
}
	.overlay.show svg.logo-overlay {
    display: block;
		margin: auto
}
.nav-link {
    width:auto !important;
    text-align: center !important
}
	.logo-cont {
		    text-align: left !important;
    margin-left: 0 !important;
	}
	.no-mobile {
		display: none !important
	}
	.overlay {
background:rgba(42,32,31,1);
    width: 100%;
	}
	.info-menu {
    position: relative;
    top: 50px;
    bottom: 0;
    padding:10px 20px;
    color: var(--beige);
    max-width: 100%;
		    text-align: center;
}
	.info-menu .btn {
		width: 100%
	}
	.navbar-nav .nav-link {
    font-size: 20px;
    padding-bottom: 0;
}
	.order2 {
		order: 2
	}
	 
.masonry {
    column-count: 3;
    column-gap: 0.5em;
}
	
	
.masonry .item {
    margin: 0 0 0.5em;
}

	
	.page-template-default.page-id-41 .owl-theme .owl-nav {
		display: block
	}
		.page-template-default.page-id-41 .owl-theme .owl-dots {
		display: none
	}
	
	
	.page-id-47 .intro {
    margin-bottom: 0;
}
.page-id-47 .galleria-neg {
    margin-top: 0;
}

	.elementor-12 .elementor-element.elementor-element-3421b2d > .elementor-widget-container {
    margin: 0 15px;
}
	.elementor-14 .elementor-element.elementor-element-2c02c2dd > .elementor-widget-container {
    margin: 0 10px;
}

	.elementor-14 .elementor-element.elementor-element-3c0be7cc > .elementor-widget-container {
    margin: 0 15px;
}
.elementor-kit-8 h2 {
    font-size: 35px;
    line-height: 42px;
}
	
	.elementor-14 .elementor-element.elementor-element-d23b636 > .elementor-widget-container {
    margin: 0 15px;
}
	
	.elementor-14 .elementor-element.elementor-element-0e02465 > .elementor-widget-container {
    margin: 0 10px;
}
	.elementor-16 .elementor-element.elementor-element-6dc61572 > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0;
}
	.social-foot {
		width: 100% !important
	}
	.cont-article h3 {
    font-size: 28px;
}
	.related-outlet h3 {
		line-height: 40px
	}
	
	.blog figure {
		height: 250px !important
	}
	.page-template-default.page-id-41 .owl-theme .owl-dots, .page-template-default.page-id-45 .owl-theme .owl-dots, .page-template-default.page-id-49 .owl-theme .owl-dots {
    display: none;
}
.page-template-page-contatti h1 {
    font-size: 38px;
	}
	
	.page-template-page-contatti 	h4 {
    font-size: 22px;
	}
	
	.gradient-half-due {
    background: linear-gradient( to bottom, rgb(235,235,235) 0%, rgb(235,235,235) 30%, rgb(255,2555,255) 30%, rgb(255,255,255) 100% );
}
.misha_loadmore {
    color: #fff !important;
    padding: 1em 1em;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0;
    letter-spacing: 3px;
    width: 90%;
}
	


	.page-id-39 .galleria-neg {
    margin-top: 0;
}
	
	.single h1 {
    font-size: 28px;
	}
	
	.related figure {
		height: 250px !important
	}
	

	.btn-primary-reverse {
		  padding: 10px 1em;
	}
	.page-id-61 .contenuti-testata.interna p {
		display: none
		
	}
	.px-mobile-0 {
		padding: 0
	}
	#accordion h5,
	#faq h5 {
font-size: 1em
}
.icl_lang_sel_widget-2 {
    top: -5px;
    right: 40px;
}
	.toscana {
		display: none
	}
.blocco-here img {
    margin-top: 20px;
}
	.blocco-here .immagine {
		order: 2
	}
	
	.elementor-element-2c295f4f {
		padding-left: 20px;
		padding-right: 20px
	}
	.elementor-element-2c295f4f .btn {
		width: 100%
	}
	.elementor-element-704d20b2  .mb-0.mt-5 {
		margin-bottom: 30px !important
	}
	#footer {
		margin: 0
	}
	
	footer .menu:first-child:before {
		display: none
	}

	
	.cta-mobile {
	position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 11;
	}
	

.iubenda-tp-btn[data-tp-float][data-tp-float=bottom-right], .iubenda-tp-btn[data-tp-float][data-tp-float=top-right] {
		display: none !important
	}
	.chiuditutto {
		position: absolute;
    right: 20px;
    color: #fff;
    top: 5px;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
		z-index: 11
	}
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
	text-align: center;
	background: #46b450;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	text-align: center;
	background: #f7e700;
	font-weight: 600;
	padding: 18px;
	font-size: 20px;
	text-transform: uppercase;	
}
div.wpcf7-spam-blocked {
	text-align: center;
	background: #ffa500;
	font-weight: 600;
	padding: 18px;
	font-size: 20px;
	text-transform: uppercase;		
}
div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
	background: #ff0000;
	font-weight: 600;
	padding: 18px;
	font-size: 20px;
	text-transform: uppercase;			
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    text-align: center;
    background: #ffb900;
    font-weight: 600;
}

@media (max-width: 520px) {
	.cont-testi {
		height: 50%
	}
	.cont-testi .titolo-slide {
		font-size: 35px
	}
}

/*tablet*/

@media (min-width: 768px) and (max-width:1450px) {
#blocco-ripetible-1 .descrizione-blocco,
	#blocco-ripetible-3 .descrizione-blocco{
position: relative;
    right: 5%;
    bottom: 0;
    top: 0;
    height: 92%;
    border: 1px solid;

}
#blocco-ripetible-2 .descrizione-blocco,
	#blocco-ripetible-4 .descrizione-blocco{
position: relative;
    left: 5%;
    bottom: 0;
    top: 55px;
    height: 88%;
    border: 1px solid;

}	
.fondatori-gallery img {
    height: 550px;
}
	
	.fondatori-desc {
		-ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%
	}
	
	.condivisione .destra {
    padding-top: 2em;
    padding-right: 0em;
    padding-left: 4em;
}
	.card.ristoranti .card-body.card-post {
		padding: 2rem!important;
	}
	.social-foot img {
    width: 35px;
}
		#owl-home-gallery picture {
		    height: 75vh !important;
	}
	.testata-home {
    height: 70vh !important;
}
	#menu-menu-principale {

    max-width: 70%;

}
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1366px) and (orientation:portrait) {
	.browser-ipad .px-5-large {
		padding-left: 1em !important;
		padding-right: 1em !important			
	} 
	.browser-ipad .bottoni .col-md-6 {
		width:  100% !important;
		flex: 0 0 100%;
			max-width: 100%;
		margin-bottom: 25px !important
	}
	.browser-ipad .bottoni .col-md-6:last-child{
		margin-bottom: 0 !important
	}
	.blog .cont-article figure {
		height: 295px !important
	}
	.blog article .row.p-md-5.bg-white {
		padding: 1.5em !important
	}
	.related-outlet article h3 a {
		font-size: 30px !important
	}
	
	.card.ristoranti .card-body.card-post {
		padding: 2rem!important;
	}
	.social-foot img {
    width: 35px;
}
	#owl-home-gallery picture {
		    height: 75vh !important;
	}
	.testata-home {
    height: 70vh !important;
}
}

@media  (min-width: 1790px) and (max-width: 1895px)  {
	.mucca h2 {
		font-size: 50px !important
	}
}
@media  (min-width: 1400px) and (max-width: 1789px)  {
	.mucca h2 {
		font-size: 42px !important
	}
}
/*@media (min-width: 1300px) {
.mapplic-tooltip-body {
    padding: 0 !important;
}


.mapplic-tooltip-wrap {
left: -23.5%;
    top: 450px;
    position: absolute;
}
.mapplic-tooltip {
left: 20% !important;
    top: 150px !important;
}
.mapplic-map .mapplic-map-image {
    position: relative !important;
    width: 100% !important;
    float: right;
    height: 100%;
    margin-right: -25%;
}
.mapplic-map svg {
    width: 100%;
    height: 135% !important;

}
.mapplic-tooltip {
    display: none;
    position: absolute;
    transform-origin: 0 0;
    padding-bottom: 30px;
    pointer-events: none;
    float: left;
    width: 40%;
}
.mapplic-tooltip-description, .mapplic-tooltip p {
font-size: 15px !important;
    line-height: inherit !important;
    z-index: 1111;
    position: relative;
    max-width: 100%;
}
.mapplic-tooltip-wrap {
	box-shadow:none !important;
	transform: none !important
}

.mapplic-tooltip-close {
	display: none !important
}

.mapplic-tooltip-title {
    color: #8F1F38 !important;
    font-family: 'Avenir';
    font-weight: bold;
	position: relative;
	padding-left: 30px
}
.mapplic-zoom-buttons {
	display: none !important
}

.mapplic-tooltip-content {
max-height: 100% !important;
    max-width: 100%;
}
.mapplic-image, .mapplic-tooltip-wrap {
    max-width: 100% !important;

}
.mapplic-tooltip-title:before {
    position: absolute;
    left: 0;
    background: #8F1F38;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 28px;
    top: -2px;
	}
  
}*/

/*
#mapplic-id276 {
	height: 650px !important;
	margin-top: -35%;
}
*/

#iub-pp-container h1 {
	font-size: 40px;
}
#iub-pp-container h2 {
	font-size: 36px;
}


#sb_instagram .sbi_follow_btn a {
    background: #522028;
    color: #fff;
}

#sb_instagram .sbi_follow_btn a:focus, #sb_instagram .sbi_follow_btn a:hover {
    background: #D3C7AE !important;
    color: #fff;
}

#sb_instagram .sbi_follow_btn a:focus, #sb_instagram .sbi_follow_btn a:hover {
    outline: 0;
    box-shadow: inset 0 0 10px 20px #D3C7AE;
}

.iubenda-tp-btn[data-tp-float][data-tp-float=bottom-right], .iubenda-tp-btn[data-tp-float][data-tp-float=top-right] {
   
}

.grecaptcha-badge { 
    visibility: hidden;
}

.otgs-development-site-front-end {
 
display: none !important;
 
}




.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.caption {
background: rgba(255,255,255,0.5);
    color: var(--brown);
    position: absolute;
    width: 100%;
    bottom: 0;
    display: none;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    padding: 10px 20px 5px 20px;
}


.masonry .item:hover .caption {
    display: block !important;
    animation: 0.5s 0s fadeInUp both;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}


.elementor-element-6dc61572 {
	position: relative;
	z-index: 11
}

#CDSSCROLLINGRAVE.wide {
    width: 600px !important;
	margin:auto !important
}

@media (max-width: 767px) {
	#CDSSCROLLINGRAVE.wide {
    width: 100% !important;
	margin:auto !important
}
}


.woocommerce div.product form.cart .button,
.wc-block-components-checkout-place-order-button,
.wc-block-cart__submit-button{
    vertical-align: middle;
    float: left;
    background-color: var(--brown);
    border: 1px solid var(--brown);
    padding: 0.8em 2.5em 0.6em 2.5em;
    font-weight: 400;
    border-radius: 0;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
	color: #fff !important
}

 .woocommerce div.product form.cart .button:hover,
.wc-block-components-checkout-place-order-button:hover,
.wc-block-cart__submit-button:hover{
    background-color: var(--orange);
	color:#fff !important;
    border-color: var(--orange);
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    color: #432A22;
    font-family: "Sinhala MN";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 5px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: var(--brown);
    font-size: 30px;
    margin: 20px 0;
    font-weight: 600;
}


.prezzo-gift {
	color: #4E2213;
    font-family: "Sinhala MN";
	
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}


.gift-cards_form .gift-card-content-editor.step-content input {
    width: 100%;
    height: 40px;
    border-radius: 00;
    margin: 0 0 30px 0;
}
.gift-cards_form .gift-card-content-editor.step-content textarea  {
	border-radius: 0
}

.ywgc-label-above-input input, .ywgc-label-above-input label {
    display: block;
    color: #495057;;
	margin-bottom: 0
}