body {
	  font-family: "Open Sans", sans-serif;
	  background: #fff9f2;
}

h1 {
	font-size: 1.45em;
	color: #b20000;
	font-weight: normal;
	padding: 10px 0 0 0;
}

.main-text-h1 {
	color: #796e62;
    background: #fff9f2;
	zoom: 70%;
	opacity: 0.8;
	padding: 0 5% 0 5%;
	display: none;
}

.cta-button-bg {
	display: none;
}

.cta-button-bg2 {
		display: none;
}

.cta-button-wrapper {
display: none;
}

.cta-button-wrapper2 {
	display: none;
}

.cta-button {
display: none;
}

.cta-button2 {
display: none;
}

.notice-red {
	color: #fff;
	background: #b20000;
	font-weight: bold;
	padding: 12px;
	margin: 2% 0 2% 0;
	line-height: 1.45em;
	border-radius: 10px;
-webkit-box-shadow: 10px 6px 12px -5px rgba(43,0,0,0.37);
-moz-box-shadow: 10px 6px 12px -5px rgba(43,0,0,0.37);
box-shadow: 10px 6px 12px -5px rgba(43,0,0,0.37);
}
.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1.5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.25; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.25; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.25; }
    100% { opacity: 1.0; }
}



.swe-anchor {
	display: none;
}


h2 {
	font-size: 1.2em;
line-height: 1.5em;
	color: #3b3228;

}

h3 {
	font-style: normal; 
	font-size: 0.9em;
	font-weight: 400;
	line-height: 1.6em;
	color: #796e62;

}


.food-marking-chili{
	width: 20px;
	margin-left: 2px;
	margin-bottom: 2px;
	vertical-align: middle;
	opacity: 0.95;
}

.food-marking-vege {
	width: 19px;
	margin-left: 3px;
	margin-bottom: 2px;
	vertical-align: middle;
	opacity: 0.95;
}

.food-allergy-marking {
	opacity: 0.8;
	font-size: 1em;
	margin-left: 7px;
	border: 1px solid #3b3228;
	border-radius: 5px;
	color: ##3b3228;
	padding: 0 7px 0 7px;
	font-weight: normal;
	vertical-align: middle;
	zoom: 85%;
}

.food-allergy-description-wrapper {
	padding: 13px 0 7px 0;
}

.food-allergy-description {
	opacity: 0.8;
	font-size: 1em;
	line-height: 1.7em;
	margin-bottom: 5px;
	color: ##3b3228;
	font-weight: normal;
	zoom: 85%;
}

.some-marking-fb {
	width: 20px;
	margin-left: 10px;
	vertical-align: middle;
}

.some-marking-ig {
	width: 20px;
	margin-left: 10px;
	vertical-align: middle;
}

.header-bg {
	background: #fff9f2;
		height: 115px;
			margin-top: 10px;
		margin-bottom: 10px;
}

.header {

	color: #b20000;

	height: 125px;
  margin: 0 auto;
	display: table;



	overflow: hidden;
}

.restaurant-name {
	background: #fff9f2;
		font-size: 4em;
			font-family: 'Quintessential', cursive;
display: table-cell; 
vertical-align: middle;
margin: 0 auto;
}

.restaurant-name-link {
	color: #b20000;
	text-decoration: none;
}


    .restaurant-logo {
display: inline-block;
width: 110px;
margin-right: 30px;
vertical-align: middle;
}

.contact-details-top-outer-wrapper {
margin: 0 auto;
	color: 1faef1;
	width: 100%;
	display: table;
	overflow: hidden;

}

.contact-details-top-inner-wrapper {
	width: 100%;
	padding: 0.8% 0 0.8% 0;
	text-align: center;
	vertical-align: middle;
	font-size: 1.35em;
	color: #fff;
	background: #1faef1;
	display: table-cell;
	margin: 0 auto;
}

.contact-details-top {
font-size: 1.35em;
	margin-top: 5px;
}

.contact-icon-phone {
height: 47px;
filter: invert(1);
margin: 0 6px 0 0;
vertical-align: middle;	
}

.contact-icon-email {
height: 47px;
margin: 0 10px 8px 50px;
filter: invert(1);
vertical-align: middle;	
}

.contact-details-link {
color: #fff;
text-decoration: none;
}

.contact-details-link {
color: #fff;
text-decoration: none;
}

.contact-details-link:hover {
text-shadow: 1px 3px 2px rgba(59, 50, 40, 0.65);
}



.contact-details-link:hover {
text-shadow: none;
}


.banner-wrapper {
	width: 100%;
}

.image_full{
   display: block;
   width: 100%;
   border-bottom: 1px solid rgb(59, 50, 40, 0.6);
  border-top: 1px solid rgb(59, 50, 40, 0.6);
   
   
  }

 .image_mobile{
  display:none;
 }





.footer-bg {
	background: #25190d;
		height: 125px;
}

.footer {
color: #fff;
	height: 125px;

margin: 0 auto;

	display: table;
	overflow: hidden;
}

.footer-content {
		background: #25190d;
		font-size: 1em;

display: table-cell; 
vertical-align: middle;
margin: 0 auto;
}

.normal-text {
	font-style: normal; 
	font-weight: 400;

}



hr.dotted {
	border-top: 1px dashed #3b3228;
	opacity: 0.4;
}

a {
  color: #3b3228;
}

.wrapper {
  padding: 2em 1em;
  background: #fff;
  -webkit-columns: 330px 2;
     -moz-columns: 330px 2;
          columns: 330px 2;
  -webkit-column-gap: 22px;
     -moz-column-gap: 22px;
          column-gap: 22px;
		  	background: #fff9f2;
}

.order-form-wrapper {
	margin-top: -4px;
	  padding: 2em 1em;
}

.c-forms-payment-label {
	display: none!important;
}


#order-form {
	position:relative;
	width:1px;
	min-width:100%;
	background: #fff9f2;
}

.c-forms-form a {
    font-family: 'Open Sans',Helvetica,sans-serif!important;
}


.footer-link {
	margin: 0 20px 0 0;
	color: #fff;
}

.hide {
    display: none;
}


.rekisteriseloste-wrapper {
padding: 2% 11% 2% 11%;
}

.rekisteriseloste-content p {
font-family: 'Open Sans', sans-serif;
font-size: 1em;
line-height: 1.4em;
color: #3b3228;
}

.back-button {
 width: 30px;
 opacity: 0.65;
 margin-bottom: 5px;
}

.rekisteriseloste-heading {
font-size: 1.25em;
font-weight: bold;
line-height: 1.7em;
}

@media (max-width: 1847px) {
  .extra-line {
	display: none;
}
}




@media (min-width: 600px) {
  .wrapper {
    padding: 1em calc(10% - 60px);
  }
}

@media (max-width: 650px) {
		
.cta-button-bg {
	display: block;
	border-radius: 10px;
	background: #3b3228;
		height: 60px;
			width: 100%;
			margin: 0 0 1% 0;

}

.cta-button-bg2 {
	display: block;
	border-radius: 10px;
	background: #1faef1;
		height: 52px;
			width: 100%;
			margin: 0 0 1% 0;

}

.cta-button-wrapper {
	color: #fff;
	height: 60px;
margin: 0 auto;
	display: table;
	overflow: hidden;
}

.cta-button-wrapper2 {
	color: #fff;
	height: 52px;
margin: 0 auto;
	display: table;
	overflow: hidden;

}

.cta-button {
	height: 60px;
   margin: 0 auto;
	background: #3b3228;
	display: table-cell; 
vertical-align: middle;
margin: 0 auto;	
}

.cta-button2 {
	height: 52px;
   margin: 0 auto;
	background: #1faef1;
	display: table-cell; 
vertical-align: middle;
margin: 0 auto;
}


.swe-anchor {
	display: block;
	text-align: center;
	padding: 4% 0 4% 0;
	margin-top: 10px;
}

.order-form-wrapper {
	background: #fff9f2;
	margin-top: -4px;
	
}


.contact-details-top-inner-wrapper {
	height: 45px;
	font-size: 0.65em;
}
.contact-details-top {
	margin-top: 2px;
font-size: 1.45em;
}

.contact-icon-phone {
height: 23px;
margin: 3px 0 4px 0px;

}

.contact-icon-email {
height: 22px;
margin: 0 7px 6px 25px;
}

  
.footer-link {
	margin: 0 20px 0 20px;
}

   .desktop-show {
        display: initial;
    }
	
.bottom-footer-row {
display:table;
    margin-left: auto;
    margin-right: auto;
line-height: 1.8em;
}	



}
	

@media (max-width: 768px) {
	
	.header-bg {
		height: 75px;
			margin-bottom: 2px;
}

	.header {
	height: 75px;
	}
	
		.footer-bg {
		height: 75px;
}

	.footer {
	height: 75px;
	}

.restaurant-name {
			font-size: 2em;
}
    .restaurant-logo {
width: 77px;
}

.extra-line {
	display: none;
}

.rekisteriseloste-wrapper {
padding: 5% 7% 5% 7%;
}

.rekisteriseloste-heading {
font-size: 1em;
}

.rekisteriseloste-content p {
font-size: 0.75em;
}


}


@media (max-width: 640px) {
  .image_full{
   display:none;
  }

  h1 {
	font-size: 1.15em;
   line-height: 1.6em;
}
  
   h2 {
	font-size: 0.95em;
   line-height: 1.6em;
} 

  .image_mobile{
   display:block;
   width: 100%;
   -webkit-box-shadow: -4px 14px 25px -14px rgba(49,40,30,0.7);
-moz-box-shadow: -4px 14px 25px -14px rgba(49,40,30,0.7);
box-shadow: -4px 14px 25px -14px rgba(49,40,30,0.7);
  }
  
  .restaurant-name {
			font-size: 3em;
}
  
    .restaurant-logo {
display: inline-block;
margin-right: 10px;
vertical-align: middle;
}


}

@media (max-width: 450px) {
	
	  .restaurant-name {
			font-size: 2.5em;
}

    .restaurant-logo {
		width: 65px;
	}
	
	

.contact-details-top-inner-wrapper {
	height: 40px;
	font-size: 0.70em;
}

.contact-details-top {
font-size: 1.30em;
}

.contact-icon-phone {
height: 17px;
margin: 0 3px 2px 0;
}

.contact-icon-email {
height: 17px;
margin: 0 7px 3px 25px;
}


	
}


.item {
  border-bottom: 1px dotted #c5c5c5;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  display: -webkit-box;
  line-height: 1.2em;
  display: flex;
  margin-bottom: 9px;
  -webkit-box-pack: justify;
          justify-content: space-between;
		  	  	background: #fff9f2;
}

.name  {
  font-family: "Open Sans", sans-serif;
  margin-bottom: -4px;
  background: #fff;
  padding: 4px;
  color: #555;
   	  	background: #fff9f2;
}


.list-title {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  color: #3b3228;
  margin-bottom: 22px;
  	  	background: #fff9f2;
}

.list {
  margin-bottom: 22px;
  	  	background: #fff9f2;
		break-inside: avoid-column;
}