/*-----------------------------------------------------------------------------------
	Eigenart Kunsthandwerk Überlingen
	About: Website eigenart Kunsthandwerk Überlingen
	Author: https://schrift-werkstatt.de
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: 0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'Barlow-Medium';
	src: url('./fonts/Barlow-Medium/Barlow-Medium.ttf');
	src: url('./fonts/Barlow-Medium/Barlow-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Barlow-Light';
	src: url('./fonts/Barlow-Light/Barlow-Light.ttf');
	src: url('./fonts/Barlow-Light/Barlow-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Merriweather-Light';
	src: url('./fonts/Merriweather-Light/Merriweather-Light.ttf');
	src: url('./fonts/Merriweather-Light/Merriweather-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Merriweather-Bold';
	src: url('./fonts/Merriweather-Bold/Merriweather-Bold.ttf');
	src: url('./fonts/Merriweather-Bold/Merriweather-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Merriweather-Regular';
	src: url('./fonts/Merriweather-Regular/Merriweather-Regular.ttf');
	src: url('./fonts/Merriweather-Regular/Merriweather-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
:where(.l-bloc) .bloc-link{
	fill:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Correct Dropdown Links */

.d-bloc .dropdown-menu a, .l-bloc .dropdown-menu a,.d-bloc .dropdown-menu a:hover, .l-bloc .dropdown-menu a:hover{
	color:var(--bs-nav-link-hover-color);
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
.navbar-toggle.menu-icon-rounded-bars{
	margin-top:7px!important;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	fill:#FFF;
	background:rgba(0,0,0,.3);
}


/* = Icons
-------------------------------------------------------------- */
blocsicon{
	display:inline-block;
	width:100%;
}
blocsicon svg {
	width: 100%;
	 height: auto;
	 display: block;
}

/* Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}
/* Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: auto;
}



.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}

/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox] {
	display: grid;
	text-decoration: none;
}
a[data-lightbox]::before,a[data-lightbox] > img,a[data-lightbox] > picture {
	grid-area: 1 / 1;
}
a[data-lightbox]::before{
	content: "+";
	font-family: Helvetica, Arial;
	color:#FFF;
	font-size:32px;
	font-weight:100;
	line-height: 0px;
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	padding-bottom:5px;
	background: rgba(0,0,0,.5);
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
	border-radius: 50%;
	justify-self: center;
	align-self: center;
	pointer-events: none;
	transform:scale(0.6);
	opacity: 0;
	z-index: 1;
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover::before {
	opacity: 1;
	transform:scale(1);
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover img{
	opacity: 0.8;
	transition: all .2s ease-in-out;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1280px;
}
.smart-text-box{
	width:100%;
	height:100%;
	padding:10% 10% 10% 10%;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	min-height:360px;
	justify-content:center;
	border-bottom-right-radius:20px;
	border-top-right-radius:20px;
	background-color:var(--swatch-var-2344);
}
.img-restaurant{
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center center;
	background-image:url("img/254019.jpg");
	background-image: -webkit-image-set(url("img/254019.webp") 1x,
url("img/254019.webp") 2x);background-image: image-set(url("img/254019.jpg") 1x,
url("img/254019.jpg") 2x,url("img/254019.webp") 1x,
url("img/254019.webp") 2x);
	overflow:hidden;
	justify-content:flex-end;
	display:flex;
	flex-direction:column;
	transform:rotate(0deg) scale(1);
	transition:all 0.5s ease-in-out .2s;
}
.h3-heading{
	font-family:"Barlow-Light";
	font-size:32px;
}
h2{
	font-family:"Barlow-Light";
	font-size:32px;
	text-transform:uppercase;
}
p{
	font-family:"Merriweather-Light";
	font-size:16px;
	line-height:24px;
}
.btn{
	background-color:var(--swatch-var-5082);
	font-family:"Barlow-Medium";
	font-size:16px;
	color:var(--swatch-var-6539)!important;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-5082)!important;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:11px 15px 11px 15px;
	min-width:200px;
	transition:all 0.4s ease-in-out 0.2s;
	transform:rotate(0deg);
	border-radius:7px 7px 7px 7px;
}
.btn:hover{
	background-color:var(--swatch-var-6539);
	color:var(--swatch-var-5082)!important;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-5082)!important;
	transition:all 0.4s ease-in-out 0.2s;
	transform:rotate(2deg);
	border-radius:7px 7px 7px 7px;
}
h1{
	font-family:"Barlow-Light";
	font-size:55px;
	text-transform:uppercase;
	line-height:60px;
}
.btn-white{
	color:var(--swatch-var-5082)!important;
	border-width:1px 1px 1px 1px;
	background-color:transparent;
	text-transform:uppercase;
	border-style:solid;
	border-color:var(--swatch-var-7291)!important;
	min-width:200px;
}
.btn-white:hover{
	background-color:var(--swatch-var-5082);
	color:var(--swatch-var-6539)!important;
	border-color:var(--swatch-var-5082)!important;
	border-width:1px 1px 1px 1px;
}
.img-catering{
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center center;
	background-image:url("img/190610.jpg");
	background-image: -webkit-image-set(url("img/190610.webp") 1x,
url("img/190610.webp") 2x);background-image: image-set(url("img/190610.jpg") 1x,
url("img/190610.jpg") 2x,url("img/190610.webp") 1x,
url("img/190610.webp") 2x);
	overflow:hidden;
	justify-content:flex-end;
	display:flex;
	flex-direction:column;
	transform:scale(1) rotate(0deg);
	transition:all 0.5s ease-in-out 0.2s;
}
.navbar-brand img{
	width:300px;
}
h3{
	font-family:"Barlow-Light";
	font-size:32px;
	line-height:38px;
	text-transform:uppercase;
}
.text-bold{
	font-family:"Merriweather-Bold";
}
.header-img{
	overflow:hidden;
	background-position:center bottom;
	display:flex;
	justify-content:flex-end;
	align-items:stretch;
	flex-direction:column;
	z-index:-9;
	transform:scale(1);
	transition:all 0.8s ease-in-out 0.3s;
}
.navbar-nav li a{
	font-family:"Barlow-Medium";
	text-transform:uppercase;
	font-size:15px;
	color:var(--swatch-var-5082)!important;
	transform:scale(1);
	transition:all 0.3s ease-in-out 0.1s;
}
.nav-sm{
	font-family:"Barlow-Regular";
	color:var(--swatch-var-5082)!important;
	font-size:13px;
	text-decoration:none;
	text-transform:uppercase;
	transition:all 0.3s ease-in-out 0.1s;
}
.nav-sm:hover{
	color:var(--swatch-var-4048)!important;
	transition:all 0.3s ease-in-out 0.1s;
	padding-left:5px;
}
.face{
	fill:var(--swatch-var-7291);
	width:24px!important;
	transform:scale(1);
	transition:all 0.5s ease 0.2s;
}
.face:hover{
	fill:var(--swatch-var-4048);
	transform:scale(1.2);
	transition:all 0.5s ease 0.2s;
}
.mail{
	fill:var(--swatch-var-7291);
	width:20px;
	transform:scale(1);
	transition:all 0.5s ease 0.2s;
}
.navbar-nav li a:hover{
	color:var(--swatch-var-4048)!important;
	transform:scale(1.1);
	transition:all 0.3s ease-in-out 0.1s;
	margin-top:-5px;
}
.img-specials{
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center center;
	background-image:url("img/2151259670.jpg");
	background-image: -webkit-image-set(url("img/2151259670.webp") 1x,
url("img/2151259670.webp") 2x);background-image: image-set(url("img/2151259670.jpg") 1x,
url("img/2151259670.jpg") 2x,url("img/2151259670.webp") 1x,
url("img/2151259670.webp") 2x);
	overflow:hidden;
	justify-content:flex-end;
	display:flex;
	flex-direction:column;
	transform:scale(1) rotate(0deg);
	transition:all 0.5s ease-in-out 0.2s;
}
.img-wedding{
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center center;
	background-image:url("img/131151.jpg");
	background-image: -webkit-image-set(url("img/131151.webp") 1x,
url("img/131151.webp") 2x);background-image: image-set(url("img/131151.jpg") 1x,
url("img/131151.jpg") 2x,url("img/131151.webp") 1x,
url("img/131151.webp") 2x);
	overflow:hidden;
	justify-content:flex-end;
	display:flex;
	flex-direction:column;
	transform:scale(1) rotate(0deg);
	transition:all 0.5s ease-in-out 0.2s;
}
.clock{
	width:20px!important;
}
.signature{
	width:200px;
}
.text-small{
	font-size:12px;
	line-height:20px;
}
.footer-social-media{
	display:flex;
	flex-direction:row;
	align-items:center;
}
.logo-footer{
	width:600px;
}
.footer-link{
	font-family:"Merriweather-Light";
	color:var(--swatch-var-7291)!important;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:var(--swatch-var-7291)!important;
	text-decoration:none;
}
.footer-link:hover{
	text-decoration:none;
	color:var(--swatch-var-4048)!important;
}
.michelin-star{
	width:100px;
	filter:grayscale(100%);
	transform:scale(1);
	transition:all 0.5s ease 0s;
}
.michelin-star:hover{
	filter:grayscale(0%);
	transform:scale(1.2);
	transition:all 0.5s ease 0s;
}
.mail:hover{
	transform:scale(1.2);
	transition:all 0.5s ease 0.2s;
}
.img-restaurant:hover{
	transform:scale(1.4) rotate(8deg);
	transition:all 0.5s ease-in-out 0.2s;
}
.scale{
	overflow:hidden;
	border-radius:20px 0px 0px 20px;
}
.img-catering:hover{
	transform:scale(1.4) rotate(8deg);
	transition:all 0.5s ease-in-out 0.2s;
}
.img-specials:hover{
	transform:scale(1.4) rotate(8deg);
	transition:all 0.5s ease-in-out 0.2s;
}
.img-wedding:hover{
	transform:scale(1.4) rotate(8deg);
	transition:all 0.5s ease-in-out 0.2s;
}
img{
	border-radius:0px 0px 0px 0px;
}
.header-img:hover{
	transform:scale(1.1);
	transition:all 0.8s ease-in-out 0.3s;
}
.header-wrapper{
	overflow:hidden;
	width:100%;
	height:auto;
}
.header-wrapper:hover{
	border-radius:18px 18px 18px 18px;
}
label{
	font-family:"Merriweather-Regular";
	text-transform:none;
	font-size:14px;
}
.icons{
	display:flex;
	flex-direction:column;
}
.grid-hours{
	grid-template-columns:0.05fr 1fr;
	column-gap:0px;
}
.divider-style{
	height:1px;
	background-color:#FFFFFF;
}
.divider-background-color{
	background-color:#FFFFFF;
}
.divider-bloc-4-background-color{
	background-color:#FFFFFF;
}
.divider-0-background-color{
	background-color:#FFFFFF;
}
.text-span-style{
	opacity:0.6;
}
.p-style{
	width:71.58%;
}
.container-div-style{
	width:100%;
}
.menu-icon-stroke{
	stroke:var(--swatch-var-4048)!important;
	fill:var(--swatch-var-4048)!important;
}
.dropdown-center{
	text-align:center;
	word-spacing:10px;
}
.hamburger-right{
	text-align:right;
}
.h6-style{
	width:100%;
	font-size:15px;
}
.img-style{
	width:107px;
}
.img-bloc-7-style{
	width:110px;
}
.img-6-style{
	width:110px;
}
.p-bloc-7-style{
	width:100%;
}
.h1-bloc-3-style{
	font-family:"Barlow-Light";
}
.h2-style{
	font-family:"Barlow-Light";
}
.img-bloc-1-style{
	height:620px;
}
.img-schmuck--style{
	height:411px;
}
.h3-style{
	font-size:16px;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-6539:rgba(255,133,133,1.00);
	
	--swatch-var-7291:#202020;
	
	--swatch-var-4048:rgba(78,78,77,1.00);
	
	--swatch-var-5082:rgba(32,32,32,1.00);
	
	--swatch-var-2344:rgba(229,227,220,1.00);
	
}



/* Text colour styles */

.tc-5082{
	color:var(--swatch-var-5082)!important;
}
.tc-7291{
	color:var(--swatch-var-7291)!important;
}

/* Bloc image backgrounds */



/* Accesibility Enhancements */
a:focus-visible,button:focus-visible{outline: 4px solid rgba(13, 110, 253, 0.60)!important;outline-offset: 2px;box-shadow:none!important;}


/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
    .link-with-icon.text-sm-start,.link-with-icon.text-sm-left{justify-content: flex-start;}
    .link-with-icon.text-sm-center{justify-content: center;}
    .link-with-icon.text-sm-end,.link-with-icon.text-sm-right{justify-content: flex-end;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
    .link-with-icon.text-md-start,.link-with-icon.text-md-left{justify-content: flex-start;}
    .link-with-icon.text-md-center{justify-content: center;}
    .link-with-icon.text-md-end,.link-with-icon.text-md-right{justify-content: flex-end;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
    .link-with-icon.text-lg-start,.link-with-icon.text-lg-left{justify-content: flex-start;}
    .link-with-icon.text-lg-center{justify-content: center;}
    .link-with-icon.text-lg-end,.link-with-icon.text-lg-right{justify-content: flex-end;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}


@media (max-width: 991px){
	.smart-text-box{
	}
	.icons{
		flex-direction:column;
		align-items:flex-start;
		display:flex;
	}
	.clock{
		height:20px!important;
		width:20px!important;
	}
	.grid-hours{
		grid-template-columns:0.15fr 1fr;
		grid-template-rows:auto auto auto;
		column-gap:0px;
	}
	
}

@media (max-width: 767px){
	.img-restaurant{
		min-height:350px;
		height:300px;
	}
	.img-catering{
		min-height:350px;
		height:300px;
	}
	.img-specials{
		min-height:350px;
		height:300px;
	}
	.img-wedding{
		min-height:350px;
		height:300px;
	}
	.icons{
		flex-direction:row;
	}
	.scale{
		border-top-right-radius:15px;
		border-bottom-left-radius:0px;
		border-top-left-radius:15px;
	}
	.smart-text-box{
		border-radius:0px 0px 15px 15px;
	}
	.grid-hours{
		grid-template-columns:0.05fr 1fr;
	}
	.blocsapp-special-menu blocsnav{
		background-image:url("img/32540.jpg");
	background-image: -webkit-image-set(url("img/32540.webp") 1x,
url("img/32540.webp") 2x);background-image: image-set(url("img/32540.jpg") 1x,
url("img/32540.jpg") 2x,url("img/32540.webp") 1x,
url("img/32540.webp") 2x);
	background-image: -webkit-image-set(url("img/32540.webp") 1x,
url("img/32540.webp") 2x);background-image: image-set(url("img/32540.jpg") 1x,
url("img/32540.jpg") 2x,url("img/32540.webp") 1x,
url("img/32540.webp") 2x);
		background-size:cover;
		background-position:center bottom;
	}
	.close-special-menu .close-icon{
		fill:var(--swatch-var-7291);
		color:var(--swatch-var-7291)!important;
		background-color:var(--swatch-var-7291);
	}
	.blocsapp-special-menu blocsnav li a{
		font-size:40px!important;
		line-height:50px;
		font-family:"Barlow-Light";
		text-transform:uppercase;
		color:var(--swatch-var-7291)!important;
	}
	
}

@media (max-width: 575px){
	.img-restaurant{
		height:200px;
		border-radius:0px 0px 0px 0px;
	}
	.img-catering{
		height:200px;
		min-height:260px;
	}
	.img-specials{
		height:200px;
		min-height:260px;
	}
	.img-wedding{
		height:200px;
		min-height:260px;
	}
	.scale{
		border-radius:12px 12px 0px 0px;
	}
	.smart-text-box{
		border-radius:0px 0px 12px 12px;
	}
	.icons{
		display:flex;
		align-items:center;
		justify-content:flex-start;
		flex-direction:row;
	}
	.blocsapp-special-menu blocsnav{
		background-image:url("img/32540.jpg");
	background-image: -webkit-image-set(url("img/32540.webp") 1x,
url("img/32540.webp") 2x);background-image: image-set(url("img/32540.jpg") 1x,
url("img/32540.jpg") 2x,url("img/32540.webp") 1x,
url("img/32540.webp") 2x);
	background-image: -webkit-image-set(url("img/32540.webp") 1x,
url("img/32540.webp") 2x);background-image: image-set(url("img/32540.jpg") 1x,
url("img/32540.jpg") 2x,url("img/32540.webp") 1x,
url("img/32540.webp") 2x);
		background-size:cover;
		background-position:center bottom;
		background-repeat:no-repeat;
	}
	.blocsapp-special-menu blocsnav li a{
		font-family:"Barlow-Light";
		text-transform:uppercase;
	}
	.close-special-menu .close-icon{
		background-color:var(--swatch-var-7291);
	}
	label{
		color:var(--swatch-var-7291)!important;
	}
	img{
		border-radius:12px 12px 12px 12px;
	}
	.header-wrapper{
		border-radius:12px 12px 12px 12px;
	}
	
}

