/**
 * Content
 */

.mobile-table{
	display: none
        
}



@keyframes fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.book-open  .booking-outer{
    
    opacity: 1;
    visibility: visible;
    
	
}

.booking-outer{
    opacity: 0;
    z-index: 9999999999;
    transition: 0.5s ease all;
	visibility: hidden;
    width: 100%;
    height: 100vh;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #877869;;
}

.booking-outer .close-button{
	font-size: 20px;
            font-family: "Spectral", serif;	
background-image:url(https://files.cargocollective.com/c2483217/button-whitew.svg);
    position: absolute;
 color: #877869;
    text-decoration: none;
    width: 107px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 30px;
    right: 30px;
}


.footer >div:nth-child(1){
    width:34% ;
}

.footer >div:nth-child(2){
    width:33% ;
        padding-left: 100px !important;

}
.footer >div:nth-child(3){
   width:33% 
}

.quote{
		color: #877869;
line-height: 31px;
    font-size: 64px;
}

[data-page-id="36644582"] .links{
	display: none;
}

[data-page-id="36644582"] .header{
	
    background: white;
}



[data-page-id="36644582"] .shop{
	
    display: block;
}

[data-page-id="36644582"] .header .right{
	justify-content: flex-end;
}


[data-page-id="36644582"] .logo-link{
	opacity: 1;
    visibility: visible;
}

.just-text a{
		color: #5B5D61 !Important;

}

.just-text h1{
	
    font-size: 40px !important;
}

.just-text h2{
	text-transform: lowercase;
    font-size: 25px !important;
}

[data-page-id="36644582"] #ot-reservation-widget{
    
    display: none;
}

[data-page-id="36644582"].scrolled #ot-reservation-widget{
    
    display: block;
}

.just-text{
    font-size: 15px;
    text-transform: lowercase;
	max-width: 1000px;
    padding: 0px 40px;
    margin: 120px auto 30px auto;
}

.header .left a {

}

.menu-open .header-inner{
	
    border: 0px !important;
}

.menu-open .logo-link{
	opacity: 0;
    visibility: hidden !important;
}

.menu-open #ot-reservation-widget{
	opacity: 0;
    visibility: hidden !important;
}
.menu-open .header{
	
    background: transparent !Important;
}

.menu li {
	margin: 10px 0px;
        font-family: "Spectral", serif;	

	text-align: left;
	list-style: none;
}

.menu a{
    font-weight: 200;
    text-transform: lowercase;
    font-size: 30px;
	text-decoration: none;
        color: #5B5D61 !Important;

}
.menu a:hover {
	color: #877869
}
.menu ul {
	padding: 0px;
}
.menu {
	visibility: visible;
	box-sizing: border-box;
	top: 0%;
	visibility: hidden;
	z-index: 9;
	right: 0px;
	top: 0px;
	z-index: 4;
	padding: 0px 30px 160px 30px;
	transition: opacity 0.5s;
	background: rgba(255, 255, 255, 1);
	position: fixed;
	width: 100%;
	justify-content: flex-end;
	flex-direction: column;
	align-items: flex-start;
	display: flex;
	height: 100vh;
}
.menu-open .menu {
	top: 0px;
	transition: opacity 0.5s ease;
	visibility: visible;
}



.insta-right{
	
    display: none !important;
}
.menu-navigation {
	top: 0px;
	margin-left: 0px;
	display: none;
	position: relative;
	transition: all 0.3s;
	z-index: 999999999;
}

.menu-icon-toggle span {
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	background-color: #877869 !important;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: opacity 0.3s 0.3s;
	transition: opacity 0.3s 0.3s;
}
.menu-icon-toggle::before, .menu-icon-toggle::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	background-color: #877869 !important;
	-webkit-transition: top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
	transition: top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
	transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
}
.menu-icon-toggle::before {
	top: 6px;
}
.menu-icon-toggle::after {
	bottom: 6px;
}
.menu-open .menu-icon-toggle span {
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.menu-open.menu-icon-toggle::before {
	background-color: #877869
}
.menu-open .menu-icon-toggle::after {
	background-color: #877869
}
.menu-open .menu-icon-toggle::before {
	top: calc(50% - 1px);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-open .menu-icon-toggle::after {
	bottom: calc(50% - 1px);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menu-open .menu-icon-toggle::before, .menu-open .menu-icon-toggle::after {
	-webkit-transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s 0.3s;
	transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s 0.3s;
	transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
	transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}


.scrolled  .ot-button{
    	font-size: 16px !important;

    width:120px !important
}


.scrolled #ot-reservation-widget{
    left: initial !important;

	-webkit-transform: translate(-0%, -0%);
	-ms-transform: translate(-0%, -0%);
	transform: translate(-0%, -0%);
    position: fixed;
    right: 30px !important;
    top:9px !important;
    display: block;
    margin: 0px !important;
   bottom: initial !important;
	padding:0px !important
}
.thumbnail{
	 opacity: 0;
    position: relative;
        animation: fadein 1s 0.5s forwards;

}
.thumbnail .thumb_image img {
    transform: scale(1);
    margin-bottom: 0px;
    transition: 500ms all ease-in-out;
}

.thumbnail:hover .thumb_image img {
    transform: scale(1.1);
    transition: 500ms all ease-in-out;
}

[data-set-id="36536298"] .links{
	display: none;
}
[data-set-id="36536298"] .shop{
	display: block;
}

[data-set-id="36536298"] .header .right{
	justify-content: flex-end;
}

.links{
	display: block;
}
.shop{
	
    display: none;
}

[data-page-id="36536222"] #ot-reservation-widget{
    display: none;
}
[data-page-id="36536222"].scrolled #ot-reservation-widget{
    display: block;
}

[data-page-id="36536222"] .header{
	
    background: white;
}


[data-page-id="36536222"] .links{
	display: none;
}
[data-page-id="36536222"] .shop{
	
    display: block;
}

[data-page-id="36536222"] .header .right{
	justify-content: flex-end;
}


[data-page-id="36536222"] .logo-link{
	opacity: 1;
    visibility: visible;
}

.instagram-section iframe{
	margin-bottom: 40px;
}

.instagram-section a{

	color:#877869 !important;
}

.header a:hover{
		color:#877869 !important;

}

.instagram-section{
        font-size: 30px ;
	max-width: 1000px;
    margin: 0px auto;
    padding: 100px;
}
#trigger-two{
    position: absolute;
    top: -82px;

    width: 100%;
}

#trigger-four{
    position: absolute;
    top: -85px;

    width: 100%;
}

#trigger-three{
    position: relative;
    top: 0px;

    width: 100%;
}

#trigger-one{
    position: absolute;
    top: -80px;

    width: 100%;
}

[local-style="36535420"].page_container{
	
    margin-top: -100px;
}

[data-set-id="36536298"] .content_container .page_content {
	max-width: 1300px !important;
    padding: 100px ;
    margin: 100px auto 50px auto;
}

[data-set-id="36536298"] .content_container .page_content b {
    margin-top: 20px !important;
    display: block;
            font-family: "europa", sans-serif;

}

[data-set-id="36536298"] .logo-link{
	
    opacity: 1;
    visibility: visible;
}

.thumbnail > a{

    padding-bottom: 0px;
}
.thumbnail > a:after{
	position: absolute;
    bottom:0px;
    content:"BUY NOW";
    font-family: "Spectral", serif;	
	color: white !important;
	background-color: transparent !important;
	font-weight: 600 !important;
	height: 67px !important;
	display: flex !important;
	letter-spacing: 2px;
	justify-content: center;
	align-items: center;
	text-transform: lowercase;
	font-size: 14px !important;
	margin: 0px !important;
	background-repeat:no-repeat;
	width:130px !important;
	background-position: center;
	background-size: contain;
	background-image: url(https://files.persona.co/115595/button.svg);

}


.thumbnails{
	padding: 0px 50px 50px 50px;
    max-width: 1200px !important;
    margin: 0px auto 100px auto !Important;
}

.pasta-dish{
    width: 200px;
    height: 200px;
    margin: 0px auto 50px auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(https://files.cargocollective.com/c2483217/Pasta-dish.svg);

    
}

.shop-header{
	max-width: 500px;
    padding: 0px 30px;
    margin: 150px auto 80px auto;
}

.scrolled .header{
	background-size: contain;
    background-repeat: repeat;
    background-position: center;
    background-image: url(https://freight.cargo.site/t/original/i/cfea8a1a313066846227f3ac9596802457eb3c2e8dcd8b44ee4e3c208df6df44/ws-paper-1.jpg);

}

.footer{
    display: flex;
    font-size: 16px;
    max-width: 1510px;
	padding: 0px 100px 0px 100px !important;
    margin: 0px auto  !important;
 background-position: center;
    color: white !important;
}

.lower-footer{
    display: flex;
	padding: 0px 100px 0px 100px !important;
    margin: 0px auto  !important;
 background-position: center;
    color: white !important;
     position: relative;
    font-size: 16px;

    padding-bottom: 0px !important;
    margin-top: -0px !important;
}

.footer >div{
	
    padding: 50px 50px 0px 30px ;
}
.footer >div:nth-child(2){
	padding-top: 140px;
}
.footer >div:nth-child(3){
	padding-top: 140px;
}

.lower-footer >div{
	
    padding: 0px ;
}
.lower-footer >div:nth-child(2){
	padding: 0px 30px 0px 100px;
    width: 66% !important;
}
.lower-footer >div:nth-child(1){
	padding-top: 0px;
      width: 34% !important;
}

.footer >div b{
    font-family: "Spectral", serif;	font-style: normal;
text-transform: lowercase;
    font-weight: 600;
    font-size: 16px;;
    letter-spacing: 0.5px;
    
}

.pasta-footer{
    width: 100%;
    background-position: bottom;
       background-repeat: repeat-x;
    height: 198px !important;
    background-size: cover;
	background-image: url(https://files.cargocollective.com/c2483217/footer-pasta.svg);
}



.footer h2{
	    color: white !important;

    
}

.map-outer {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 100%;
    height: 0%;
}
#map {
    position: absolute;
    top: 0px;
    border-radius: 100%;
    transform: scale(1.1, 1.1);
    width: 100%;
    padding-bottom: 100%;
    height: 0%;
    margin-top: 0px;
}
.marquee{
	
	padding: 50px 0px !Important;
}

.marquee h1{
	
    font-size: 100px !Important;
}

.marquee span{
    padding-right: 1rem;
	color: #877869;;
}

[local-style="36535480"].page_container{
	border-top: 0px solid #877869;
}

[local-style="36535466"].page_container{
	border-top: 1px solid #877869;
    	border-bottom: 1px solid #877869;

}

.menu-time{

    display: flex;
    align-self: stretch !important;
    align-items: flex-start !Important;
    margin: 0px auto !important;
    padding: 0px !important;
    max-width: 1200px;
    width: calc(100% - 100px);

}
.menu-time h2{
	display: block;
    margin-bottom: 100px !important;
}

.menu-time > div:first-child{
    		border-left: 1px solid #877869;
padding: 50px 50px 33px 50px;
    justify-content: space-between;
        min-height: 350px;
display: flex;
    flex-direction: column;
		border-right: 1px solid #877869;

}

.menu-time > div:last-child{
padding: 50px;
    position: relative;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    min-height: 350px;
		border-right: 1px solid #877869;

}

#toolset{
	
    display: none !important;
}

.single{
    margin: 0px auto !Important;
    padding: 100px !Important;
	max-width: 835px;
}

.menu-time a{
		color: #5B5D61 !important;

    
}

.welcome-section{
    max-width: 1062px;
    align-items: flex-start;
    margin: 0px auto !important;
    width: calc(100% - 100px);
	padding: 150px 0px !Important;
    color: white !important;
}

.welcome-section h1{
	font-size: 45px !Important;
    color: white !important;
}

.main_container{
	
    overflow: initial !important;
}

.welcome-section > div:nth-child(2){
	top: 80px;
    position: sticky;
}

.pastas{
    background-size: contain;
    background-image: url(https://files.cargocollective.com/c2483217/pastas.svg);
    position: relative;
    background-repeat:repeat-x;
	margin-top: 0px;
    padding-bottom: 38%;
}

.start{
	
    height: 80vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

body{
	background-size: contain;
    background-repeat: repeat;
    background-position: center;
    background-image: url(https://freight.cargo.site/t/original/i/cfea8a1a313066846227f3ac9596802457eb3c2e8dcd8b44ee4e3c208df6df44/ws-paper-1.jpg);
}



.logo-link{
    opacity: 0;
    visibility: hidden;
	margin: 0px auto;
    left: 0px;
    width: 200px;
      transition: 0.5s ease all;
    right: 0px;
    position: absolute !important;
    
}

.scrolled .logo-link{
    opacity: 1;
    transition: 0.5s ease all;
    visibility: visible;
}

.header .right{
    align-self: flex-end;
	align-items: center;
    display: flex;
    padding-right: 0px;
    width: 35%;
        max-width: 370px;

    text-align: right;
    justify-content: space-between;
    align-content: flex-end;
}

.scrolled .header .right{
	 padding-right: 0px;
    max-width: 562px;
    min-width: 410px;
    
}

.header .left > a{
	
    margin-left: 25px;
}

.header .right > a{
    margin-right: 25px;
}

.header .left{
	align-items: center;
    display: flex;
    justify-content: space-between;
    width: 35%;
    max-width: 272px;
        padding-left: 55px;

}
	
[data-set-id="36536298"]  #ot-reservation-widget{
	
    display: none;
}

[data-set-id="36536298"].scrolled  #ot-reservation-widget{
	
    display: block;
}

[data-set-id="36536298"] .header{
	
    background: white;
}

.header .table:hover{
		color: white !important;

}


.header .table{
	  font-family: "Spectral", serif;	
	color: white !important;
	background-color: transparent !important;
	font-weight: 400 !important;
	height: 31px !important;
	display: flex !important;
	letter-spacing: 1px;
    font-size: 14px ;
	justify-content: center;
	align-items: center;
	text-transform: lowercase;
	margin: 0px  !important;
	background-repeat:no-repeat;
	width:129px !important;
	background-position: center;
	background-size: contain;
	background-image: url(https://files.persona.co/115595/button.svg);

}

.book-button{
	
        font-family: "Spectral", serif;	
	color: white !important;
	background-color: transparent !important;
	font-weight: 400 !important;
	height: 67px !important;
	display: flex !important;
	letter-spacing: 1px;
	justify-content: center;
	align-items: center;
	text-transform: lowercase;
	font-size: 18px !important;
	margin: 0px auto !important;
	background-repeat:no-repeat;
	width:160px !important;
	background-position: center;
	background-size: contain;
	background-image: url(https://files.persona.co/115595/button.svg);

}


#ot-reservation-widget{
    left: 160px !Important;
            animation: fadein 1s 1s forwards;
opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    position: absolute;
    right: 0px;
    width: 160px !Important;
    top:50vh !important;
 margin: 18px auto 0px auto !important;
    display: block;
   bottom: 0px;
	padding:0px !important
}

.ot-dtp-picker{
	width:100%
}



 .ot-button:hover{
	opacity: 0.8;
}
.header-inner a.ot-button{
	
    color: white !important;
}
 .ot-button{
    font-family: "Spectral", serif;	
	color: white !important;
	background-color: transparent !important;
	font-weight: 400 !important;
	height: 67px !important;
	display: flex !important;
	letter-spacing: 1px;
	justify-content: center;
	align-items: center;
	text-transform: lowercase;
	font-size: 18px !important;
	margin: 0px auto !important;
	background-repeat:no-repeat;
	width:160px !important;
	background-position: center;
	background-size: contain;
	background-image: url(https://files.persona.co/115595/button.svg);
}

.button-group{
    width: 100%;
	flex-wrap: wrap;
    align-items: flex-start;
    align-self: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    display: flex;
}

.button-group a{
    font-family: "Spectral", serif;	
	color: white !important;
	background-color: transparent !important;
	font-weight: 400 !important;
	height: 67px !important;
	display: flex !important;
	letter-spacing: 2px;
	justify-content: center;
	align-items: center;
	text-transform: lowercase;
	font-size: 14px !important;
	margin: 0px 2% 0px 0px !important;
	background-repeat:no-repeat;
	width:31% !important;
    min-width: 120px;
	background-position: center;
	background-size: contain;
	background-image: url(https://files.persona.co/115595/button.svg);

}


.content{
	
    opacity: 0;
        animation: fadein 0.5s 1s ease forwards;

}

.button:hover{
	opacity: 0.7;
}



.button{
    font-family: "europa", sans-serif;
color: white !important;
    font-weight: 600;
    height: 110px;
    display: flex;
    letter-spacing: 2px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin: 0px auto;
    background-repeat:no-repeat ;
    width:220px;
    background-position: center;
    background-size: contain;
    background-image: url(https://files.persona.co/115595/button.svg);

	
}


.logo{
	height: 95px;
    margin: 0px auto 34px auto;
    background-repeat:no-repeat ;
    width:388px;
    background-position: center;
    background-size: contain;
    background-image: url(https://files.cargocollective.com/c2483217/New-colour-NO-PASTA.svg);
}




.header{
    width: 100%;
    font-family: "Spectral", serif;	
font-size: 15px;
}
.header-inner a{
	text-transform: lowercase;
    color: #5B5D61 !Important;
    letter-spacing: 1px;
	font-size: 17px;
    font-weight:  400;
}

.header-inner{

	width: 100%;
    justify-content: space-between;
    display: flex;
    padding: 30px 50px;
    align-items: center;
}

.scrolled .header-inner{
	    		border-bottom: 1px solid #877869;

}

.menu-icon-toggle {
	display: block;
	width: 38px;
	height: 30px;
	position: relative;
	z-index: 9;
}

.header-logo{
     height: 50px;
    margin: 0px auto;
    background-repeat: no-repeat;
    width: 200px;
    background-position: center;
    background-size: contain;
    background-image: url(https://files.cargocollective.com/c2483217/New-colour.svg);

	
}

body {
	background-color: #fff;
    color: #5B5D61 !Important;
}

a:active {
	opacity: 0.7;
}



.page a.active {
	opacity: .4;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: 600;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 1em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: .5em;
}

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.3;	
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 17px;
	font-weight: 300;
	color: #5B5D61;
    font-family: "Spectral", serif;	
    font-style: normal;
	line-height: 1.3;
}

[data-predefined-style="true"] bodycopy a {
	color: rgb(255, 255, 255);
	padding-bottom: 0.1em;
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {

}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
    font-family: "Spectral", serif;	font-style: normal;
	font-weight: 100;
	padding: 0;
    text-transform: lowercase;
	margin: 0;
	font-size: 32px;
	line-height: 1.2;
	color: #5B5D61;
	}

[data-predefined-style="true"] h1 a {
	 	color: #5B5D61;
}

[data-predefined-style="true"] h2 {
    font-family: "Spectral", serif;	font-style: normal;
	font-weight: 100;
	padding: 0;
	margin: 0;
	color: #5B5D61;
	font-size: 25px;
	line-height: 1.4;
	}

[data-predefined-style="true"] h2 a {
color: #5B5D61;

}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 26px !Important;
	line-height: 1.3;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, 'Sans Serif', Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 1);
	border-bottom-width: 0em;
}

.left small{
	left: 30px;
    top: 25px;
    position: absolute;
}

/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: 0 /*!content_left*/;
	margin-right: auto /*!content_left*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: rgb(255, 255, 255) /*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100% /*!content_left*/;
}

[data-css-preset] .content_padding {
	padding-top: 0rem /*!main_margin*/;
	padding-bottom: 0rem /*!main_margin*/;
	padding-left: 0rem /*!main_margin*/;
	padding-right: 0rem /*!main_margin*/;
}


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 45px/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -90px/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 20px/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -40px/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
    	overflow: hidden;
}

.thumbnails .title {
    margin-top:20px;
    margin-bottom: 10px;
    font-size: 20px;
	font-weight: normal;
    color: #5B5D61 !Important;
    font-family: "Spectral", serif;	
	font-style: normal;
	line-height: 1.1;
}

.thumbnails .tags {
    display: block;
    margin-top: 1.7rem;
    margin-bottom: 1.5rem;
    font-size: 17px;
	font-weight: 700;
	color: #5B5D61;
    font-family: "Spectral", serif;	
	font-style: normal;
	line-height: 1.2;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: #5B5D61;
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 0.75);
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
    top: 2rem /*!site_menu_button*/;
	right: 2rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
    font-size: 34px;
}

#site_menu_button.custom_icon {
	width: 40px;
    height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 2rem /*!shop_button*/;
	right: 2rem /*!shop_button*/;
}

#shop_button.text {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 36px;
}

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 2.5rem .7rem 1rem;
}

.shop_product .button {
    font-family: "Spectral", serif;	font-style: normal;
	color: white !important;
	background-color: transparent !important;
	font-weight: 600 !important;
	height: 40px !important;
	display: flex !important;
	letter-spacing: 2px;
	justify-content: center;
	align-items: center;
	text-transform: lowercase;
	font-size: 14px !important;
	margin: 0px !important;
	background-repeat:no-repeat;
	width:160px !important;
	background-position: center;
	background-size: contain;
	background-image: url(https://files.persona.co/115595/button.svg);

}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(0, 0, 0, 0.85) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    font-weight: 400;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.5rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,.5);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
   stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}



/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}



@media only screen and (max-width : 1150px) {

    
    .header .right{
	
        justify-content: flex-end;
}
    .header .links{
	
        display: none;
}
    .menu-navigation {
        display: flex;
        margin-left: 0px ;
    
}
    
   .header .shop{
       display: none;
	
}
    
    .insta-left{
	display: none !important;
}
    
    .header .left{
        
        padding-left: 0px;;
    
}
}

@media only screen and (max-width : 1050px) {
    .menu-time > div:last-child{
padding: 35px;
        
        
    }
    
    .menu-time > div:first-child{
padding: 35px;
        
    }
.footer >div:nth-child(1){
	width:55%;
    
}
    
      .footer >div:nth-child(1){
	width:100%;
          max-width: 500px;
          margin: 0px auto;
        text-align: center;
}
    
 
    .footer >div:nth-child(2){
	width:100%;
        padding-top: 40px;
    margin-bottom: -50px ;
        padding-bottom: 0px !important;
        padding-left: 30px !important;
        text-align: center;
}
    .lower-footer{
		padding: 0px 50px 0px 50px !important;

        flex-wrap: wrap;
}
.footer >div:nth-child(3){
	width:100%;
    padding: 30px;
    text-align: center;
}
    .footer{
    display: flex;
    font-size: 16px;
    max-width: 1510px;
	padding: 0px 30px 0px 30px !important;
    margin: 0px auto  !important;
 background-position: center;
    color: white !important;
}
    .lower-footer >div:nth-child(2){
	padding: 0px 30px;
        width:100% !important;
        text-align: center;
}
    .instagram-section{
        font-size: 25px ;

    padding: 50px;
}
    
    .marquee h1{
	
    font-size: 60px !Important;
}
    
    .footer >div {
    padding: 40px 30px 0px 30px;
}
    
      .thumbnail{
	width:50% !important
}
    
    [data-set-id="36536298"] .content_container .page_content [grid-row] > div{
	
        padding: 50px ;
}
	

    
}

@media only screen and (max-width : 800px) {
.welcome-section > div:nth-child(2){
	top: 0px;
    position: relative;
}
    
    .menu-time > div:last-child{
width: 100% !important;        
        
    }
    
      .menu-time > div:first-child{
width: 100% !important;        
        
    }
    .welcome-section{
    max-width: 1140px;
    align-items: flex-start;
    margin: 0px auto !important;
    width: calc(100% - 50px);
    padding: 100px 0px !Important;
    color:  white !important;
}
    .menu-time > div:first-child{
    		border-left: 1px solid #877869;
padding: 50px;
    justify-content: space-between;
        min-height: 340px;
display: flex;
    flex-direction: column;
		border-right: 1px solid #877869;
		border-bottom: 1px solid #877869;

}

.menu-time > div:last-child{
padding: 50px;
    		border-left: 1px solid #877869;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
        min-height: 340px;
		border-right: 1px solid #877869;

}
    .footer >div:nth-child(2){
	padding-top: 30px;
        text-align: center;
}
    .footer >div:nth-child(1){
	width:100%;
    
}
    
    [data-predefined-style="true"] h1 {
    font-family: "Spectral", serif;	font-style: normal;
	font-weight: 100;
	padding: 0;
	margin: 0;
	font-size: 32px;
	line-height: 1.2;
	color: #5B5D61;
	}
    
    .logo{
	height: 140px;
    margin: 0px auto 20px auto;
  
    width:300px;
    }
    
    .single{
    margin: 0px auto !Important;
    padding: 30px !Important;
	max-width: 800px;
}
    
  .shop-header{
    padding: 0px 30px;
    margin: 100px auto 60px auto;
}
    
        [data-set-id="36536298"] .content_container .page_content [grid-row] > div{
	margin: 0px !important;
        padding: 0px !Important ;
}
	
    [data-set-id="36536298"] .content_container .page_content [grid-row]{
	margin: 0px auto;
        padding: 0px 0px 30px 0px ;
}
    
     [data-set-id="36536298"] .content_container .page_content {
	max-width: 1300px !important;
    padding: 50px ;
    margin: 69px auto 50px auto;
}
    
    [data-predefined-style="true"] h2 {
    font-family: "Spectral", serif;	font-style: normal;
	font-weight: 100;
	padding: 0;
	margin: 0;
	color: #5B5D61;
	font-size: 25px;
	line-height: 1.2;
	}
    
}

@media only screen and (max-width : 600px) {
   .booking-outer .close-button{
       right:19px}
 
    
    .booking-outer .close-button{
	font-size: 20px;
    top: 20px;
    right: 20px;
}
    
    #booking{
	
        margin: 54px auto !Important;
}
    
    
.booking-outer{
    opacity: 0;
    z-index: 9999999999;
    transition: 0.5s ease all;
	visibility: hidden;
    width: 100%;
    text-align: center;
    height: 100vh;
    position: fixed;
    display: block;
    justify-content: center;
    align-items: center;
    background: #877869;;
}

    
    

    .header-inner{

    padding: 20px 30px;

}
    
    .scrolled  .ot-button{

        
}
    
    .insta-right{
	
        display: block !important;
}
    
  
    
    .welcome-section{

    width: 100%;
    padding: 80px 0px !Important;
    color:  white !important;
}
    [data-predefined-style="true"] bodycopy {
	font-size: 16px;
	font-weight: 300;
	color: #5B5D61;
    font-family: "Spectral", serif;	
    font-style: normal;
	line-height: 1.3;
}
    
    .welcome-section h1{
	font-size: 40px !Important;
    color: white !important;
}
    
    .header .right{
    align-self: flex-end;
	align-items: flex-end;
        justify-content: flex-end;
    
}
    
    [data-predefined-style="true"] h1 {
    font-family: "Spectral", serif;	font-style: normal;
	font-weight: 100;
	padding: 0;
	margin: 0;
	font-size: 25px;
	line-height: 1.2;
	color: #5B5D61;
	}
    .header .table{
	
        display: none !important;
}
    
    .scrolled .mobile-table{
      visibility: visible;
        opacity: 1;
        transition: 0.5s ease all;
      display: block;
        
    }
  .mobile-table{
      opacity: 0;
              transition: 0.5s ease all;

      visibility: hidden;
      display: none;
    left: 0px !important;
bottom: 0px !important;
	-webkit-transform: translate(-0%, -0%);
	-ms-transform: translate(-0%, -0%);
	transform: translate(-0%, -0%);
    position: fixed;
    right: 0px !important;
    top:initial !important;
    		border-top: 1px solid #877869;

    display: block !important;
        max-width: 100% !important;
        width:100%  !important;
        background: white;
    margin: 0px !important;
	padding:0px !important
}
    
    .mobile-table .table{
	 font-family: "Spectral", serif;	
	color: white !important;
	background-color: transparent !important;
	font-weight: 400 !important;
	height: 67px !important;
	display: flex !important;
	letter-spacing: 1px;
	justify-content: center;
	align-items: center;
	text-transform: lowercase;
	font-size: 18px !important;
	margin: 0px auto !important;
	background-repeat:no-repeat;
	width:160px !important;
	background-position: center;
	background-size: contain;
	background-image: url(https://files.persona.co/115595/button.svg);

        
}
    
       .mobile-table .table {
	text-decoration: none !important;
}
    
     .scrolled .ot-button{
         
         width:184px !important
    
}
    .pasta-footer{
    width: 100%;
        margin-bottom: 66px;
    background-position: bottom;
       background-repeat: repeat-x;
    height: 200px !important;
    background-size: cover;
	background-image: url(https://files.cargocollective.com/c2483217/footer-pasta.svg);
}
    .instagram-section{
        font-size: 20px ;

    padding: 30px 30px;
}
    .menu-time{

 
    width: calc(100% - 60px);

}
    
    .button-group{
    width: 100%;
    text-align: center;
        flex-direction: column;
	flex-wrap: wrap;
    align-items: center;
    align-self: center;
    justify-content: center;
    align-content: center;
    display: flex;
}
    .button-group a{
    font-family: "Spectral", serif;	
	color: white !important;
	background-color: transparent !important;
	font-weight: 400 !important;
	height: 67px !important;
	display: flex !important;
	letter-spacing: 2px;
	justify-content: center;
	align-items: center;
	text-transform: lowercase;
	font-size: 14px !important;
	margin: 0px 0px 0px 0px !important;
	background-repeat:no-repeat;
         width:184px !important;
	background-position: center;
	background-size: contain;
	background-image: url(https://files.persona.co/115595/button.svg);

}
     .menu-time > div:first-child{
    		border-left: 1px solid #877869;
padding: 30px;
    text-align: center;
    justify-content: space-between;
        min-height: 200px;
display: flex;
    flex-direction: column;
		border-right: 1px solid #877869;
		border-bottom: 1px solid #877869;

}

.menu-time > div:last-child{
padding: 30px;
    		border-left: 1px solid #877869;
text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
		border-right: 1px solid #877869;

}
    
    .lower-footer{
	
        padding: 0px !important;
}
    .logo{
	height: 83px;
    margin: 0px auto 30px auto;
  
    width:270px;
    }
    .scrolled .header .right{
	 padding-right: 0px;
    max-width: 420px;
    min-width: 0px;
    
}
    
    .thumbnail{
        margin-bottom: 70px;
	width:100% !important
}
    .thumbnail > a:after{
	
        bottom: -50px;
}
    
    [data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0px/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: 0px/*!responsive_thumbnails_padding*/; 
}
    .thumbnails{
    padding: 0px 30px 40px 30px;
    max-width: 1200px !important;
    margin: 0px auto 100px auto !Important;
}
    [data-set-id="36536298"] .content_container .page_content {
	max-width: 1300px !important;
    padding: 30px ;
    margin: 70px auto 50px auto;
}
    .just-text{
    font-size: 15px;
	max-width: 1000px;
    padding: 0px 30px;
    margin: 120px auto 30px auto;
}
    #ot-reservation-widget{
    left: 160px !Important;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    position: absolute;
    right: 0px;
    width: 160px !Important;
    top:50vh !important;
 margin: 0px auto 0px auto !important;
    display: block;
   bottom: 0px;
	padding:0px !important
}
    #trigger-two{
    position: absolute;
    top: -74px;

    width: 100%;
}

#trigger-one{
    position: absolute;
    top: -74px;

    width: 100%;
}
    #trigger-four{
    top: -72px;


    width: 100%;
}
    
    .lower-footer{
	
        font-size: 13px;
}
}

@media only screen and (max-height : 650px) {

    
    .booking-outer{
    opacity: 0;
    z-index: 9999999999;
    transition: 0.5s ease all;
	visibility: hidden;
    width: 100%;
    text-align: center;
    height: 100vh;
    position: fixed;
    display: block;
    justify-content: center;
    align-items: center;

}
     #booking{
	
        margin: 54px auto !Important;
}
    
}