@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,700|Playfair+Display');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,700');
.btn{
	margin:8px 0 !important;
}

.demo-2 {
	font-family: 'Josefin Sans', sans-serif;
	--color-text: #000;
	--color-bg: #FFF;
	--color-link: #FFF;
	--color-link-hover: #fff;
	--color-info: #000;
}

.content__title {
	font-family: 'Josefin Sans', sans-serif;
	font-size:  1.85rem;
	margin: 0;
	position: relative;
	font-weight: bold;
	text-align:center;
}

.content__subtitle {
	font-size: 1rem;
	padding: 1rem 0;
	letter-spacing: 2px;
	text-indent: 2px;
	text-align: center;
}

.menu__subtitle {
	font-size: 1.25rem !important;
	padding: 5px 0;
	letter-spacing: 0 !important;
	text-align:center;
	position:relative;
	top:-12px;
}

.titlesmall{
	font-size: 20px !important;
	padding: 5px 0 !important;
	letter-spacing: 6px !important;
	text-indent: 2px;
	text-align: center !important;
}

.content__subtitle::after {
	/*content: '\2014';*/
	position: relative;
	/*display: block;
	font-size: 2.75rem;*/
	text-align: center;
}

.menu-trigger {
	display: none;
}

.grim {
	display: none;
}

.content--switch {
	background-size: cover;
	padding:50px 10px 60px 10px !important;
}

.food-img{
	width:100%;
	height:350px;	
}

.par-desc{
	text-align:left;
}

.desc-wrapper{
	height: 400px;
    overflow-y: scroll;
	position:relative;
	left:-2px;
	padding-left:8px !important;
	padding-right:3px;
}

.desc-wrapper a{
    color: #F00 !important;
}

.par-desc a{
    color: #F00 !important;
}

/* width */
::-webkit-scrollbar {
  width: 5px !important;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #DDD; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #666; 
}

.white-bg{
	background-color:#FFF;
	padding:10px;
	border-radius:10px;
}

.content--switch::after {
	content: '';
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 20%;
	bottom: 0;
	background: linear-gradient(transparent, #000);
}

.img-food{
	border:solid 1px #DDD;
	height: 120px;
	background-size:cover;
}

.food-title{
	text-align:center;
	font-size:14px;
	margin:5px 2px;
	background-size:cover;
}

.food-title a{
	color:#F00 !important;
}

.food-container{position:relative;top:5px;}

@media screen and (min-width: 800px) and (max-width: 1366px) {
	.food-container{position:relative;top:70px;}
}

/* @media screen and (max-width:450px) {
	.food-container{position:relative;top:15px;}
} */

#content-1 {
	background-image: url(../img/default.jpg);
}


#pages-404 {
	background-image: url(../img/p404.jpg);
}

#pages-sweet {
	background-image: url(../img/sweet-bg.jpg);
}

#pages-savoury {
	background-image: url(../img/savoury-bg.jpg);
}

#pages-variation {
	background-image: url(../img/pages-variation.jpg);
}

#content-2 {
	background-image: url(../img/bg1);
}

#content-3 {
	background-image: url(../img/bg2);
}

#content-4 {
	background-image: url(../img/bg3);
}

#content-5 {
	background-image: url(../img/bg4);
}

#content-6 {
	background-image: url(../img/bg5);
}

@media screen and (min-width: 55em) {
	.menu-trigger {
		display: inline-block;
		background: none;
		border: 0;
		grid-area: menu;
		justify-self: start;
		align-self: end;
		cursor: pointer;
		pointer-events: auto;
		font-family: inherit;
		color: inherit;
		position: relative;
		padding: 0;
		color: #fff;
		white-space: nowrap;
	}

	.menu-trigger--close {
		color: #000;
		align-self: center;
	}

	.grim {
		display: grid;
		position: fixed;
		z-index: 1000;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		grid-template-columns: repeat(32,3.125vw);
		grid-template-rows: repeat(32,3.125vh);
		pointer-events: none;
	}

	.grim--open {
		pointer-events: auto;
	}

	.grim__item {
		position: relative;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.grim__item:first-child {
		grid-area: 31 / 1 / 33 / 2;
	}

	.grim__item:nth-child(2) {
		grid-area: 31 / 2 / 33 / 3;
	}

	.grim__item:nth-child(3) {
		grid-area: 29 / 1 / 31 / 3;
	}

	.grim__item:nth-child(4) {
		grid-area: 29 / 3 / 33 / 5;
	}

	.grim__item:nth-child(5) {
		grid-area: 25 / 1 / 29 / 5;
	}

	.grim__item:nth-child(6) {
		grid-area: 25 / 5 / 33 / 9;
	}

	.grim__item:nth-child(7) {
		grid-area: 17 / 1 / 25 / 9;
	}

	.grim__item:nth-child(8) {
		grid-area: 17 / 9 / 33 / 17;
	}

	.grim__item:nth-child(9) {
		grid-area: 1 / 1 / 17 / 17;
	}

	.grim__item:nth-child(10) {
		grid-area: 1 / 17 / 33 / 33;
	}

	.grim__item-bg {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0;
		box-shadow: 0 0 0 2px currentColor;
		background: currentColor;
	}

	.grim__item-bg--1 { color: #f1d3b9; }
	.grim__item-bg--2 { color: #df9e98; }
	.grim__item-bg--3 { color: #fcfdff; }
	.grim__item-bg--4 { color: #9ed4d4; }
	.grim__item-bg--5 { color: #000; }

	.grim__item-bg--6 { color: #7296de; }
	.grim__item-bg--7 { color: #7c95b5; }
	.grim__item-bg--8 { color: #86bfbf; }
	.grim__item-bg--9 { color: #af9b9b; }
	.grim__item-bg--10 { color: #c57d76; }

	.grim__item-img {
		position: absolute;
		width: 100%;
		height: 100%;
		opacity: 0;
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: 50% 100%;
		background-color: currentColor;
	}

	.grim__item-img--1 { color: #fcfdff; }
	.grim__item-img--2 { color: #a9bdd6; }
	.grim__item-img--3 { color: #9ed4d4; }
	.grim__item-img--4 { color: #d0bebe; }
	.grim__item-img--5 { color: #df9e98; }

	.grim__item-content {
		position: relative;
		color: #000;
		overflow: hidden;
	}

	.grim__item-content:hover,
	.grim__item-content:focus {
		opacity: 0.8;
		color: inherit;
		transition: opacity 0.3s;
	}

	.grim__item-inner {
		padding: 0 1rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		position: relative;
		opacity: 0;
	}

	.grim__item-title {
		font-weight: normal;
		margin: 0;
		font-size: 2vmax;
		font-family: 'Josefin Sans', sans-serif;
	}

	.grim__item:nth-child(-n+6) .grim__item-title {
		font-size: 2vmax;
	}

	.grim__item:nth-child(5) .grim__item-title {
		color: #fff;
	}

	.grim__item-desc {--switch
		font-size: 0.85rem;
		margin: 0.5rem 0 0 0;
	}

	.grim__item-desc::after {
		content: '\2014';
		position: relative;
		display: block;
		font-size: 1.75rem;
	}
	
	.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 25s;
  -webkit-animation-duration: 25s;
  -webkit-animation-timing-function: ease-in-out;
  /* Chrome, Safari, Opera */
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
  /* line 241, ../sass/variables-theme-2.scss */
  0% {
    transform: scale(0.9) rotate(0deg);
  }

  /* line 244, ../sass/variables-theme-2.scss */
  50% {
    transform: scale(1) rotate(5deg);
  }

  /* line 247, ../sass/variables-theme-2.scss */
  100% {
    transform: scale(0.9) rotate(0deg);
  }
}

@-webkit-keyframes pulse {
  /* line 253, ../sass/variables-theme-2.scss */
  0% {
    -webkit-transform: scale(0.95), rotate(0deg);
  }

  /* line 256, ../sass/variables-theme-2.scss */
  50% {
    -webkit-transform: scale(1), rotate(5deg);
  }

  /* line 259, ../sass/variables-theme-2.scss */
  100% {
    -webkit-transform: scale(0.95), rotate(0deg);
  }
}
}

.jssocials-share-link { border-radius: 50%; } 

.hidethis{
	display:none !important;
}