/* app.css */


/* //app.css */
/*
	Theme Name: CityFood
	Theme URI: http://different.hu
	Description: CityFood Theme
	Version: 1.0
	Author: Different
	Author URI: http://different.hu
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	color:#444;
	-webkit-backface-visibility: hidden;
}
body.etlap {
	background: #e6e6e6;
}
main {
	padding-top: 57px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#ff131d;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

h1 {
	display: block;
	width: 100%;
	margin: 0 auto;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 60px;
	text-align: center;
	color: #ff131d;
}
h1.pages {
	display: block;
  width: 100%;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 60px;
  text-align: left;
  color: #ff131d;
  padding: 0 0 20px;
}
h2.pages {
	display: block;
  width: 100%;
  margin: 0 auto;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 30px;
  text-align: left;
  color: #ff131d;
	text-transform: capitalize;
	margin-bottom: 20px !important;
}

ul.pages {
  list-style: none;
  padding: 0;
  margin: 0;
}

li.pages {
  padding-left: 1em; 
  text-indent: -.7em;
	font-size: 17px;
	color: #000;
	line-height: 33px;
}
li.pages.red {
	color: #ff131d;
}

li.pages::before {
  content: "• ";
  color: red; /* or whatever color you prefer */
}

p.pages {
	font-size: 17px;
  color: #000;
  line-height: 25px;
}
p.white {
  color: #fff !important;
}
.centered {
	text-align: center;
}
p.contact {
	font-size: 17px;
  color: #000;
  line-height: 33px;
	display: inline-block;
}
p.red {
	color: #ff131d !important;
}
a.contact {
	font-size: 17px;
  color: #ff131d;
  line-height: 33px;
	display: inline-block;
}
.small-spacer {
  margin: -5px 0;
}
.spacer {
	margin: 45px 0 !important;
}

article.type-page br.clear {
	display: none;
}

.flexSearchContainer {
  display: flex;
}

#go_up.hidden_display {
	opacity: 0;
	display: none;
	transition: all 0.5s;
}

#go_up {
	position: fixed;
	bottom: 0;
	right: 25px;
	display: block;
	width: 40px;
	height: 40px;
	opacity: 1;
	background: rgba(0,0,0,0.5) url('img/up-arrow.png') 50% 50% no-repeat;
	transition: all 0.5s;
	z-index: 99999999;
}

#go_up:hover {
	opacity: 0.7;
	transition: all 0.5s;
}

#delivery_search_button {
	width: 100px;
  border-radius: 0;
  border-top-right-radius: 5px;
  border: 0;
  border-bottom-right-radius: 5px;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  background: #81c02f;
}

.easy-autocomplete {
	flex: 1;
}

#delivery_search_button:hover {
	opacity: 0.7;
}

#delivery_search {
  flex: 1;
  padding: 12px 15px;
  border: 2px solid #ff131d;
  border-radius: 5px;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 17px;
  color: #ff131d;
	width: 100% !important;
}

.delivery_box {
	margin-bottom: 25px;
	width: 95%;
}

.delivery_header {
  padding: 7px 15px;
  background: #ff131d;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  width: 100%;
}

.delivery_body {
	padding: 15px;
}

.delivery_body p {
  font-size: 17px;
  display: inline-block;
}

.delivery_body p::after {
  content: ',';
}

.footer_bg {
	background: #ff131d;
}

#info_popup {
	background: transparent url('img/popup.png') 50% 50% no-repeat;
	height: 387px;
	width: 529px;
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 1;
	padding: 25px;
}

#delivery_email {
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  font-size: 17px;
  padding: 15px;
  width: 100%;
  margin: 35px 0;
}

#delivery_button {
  width: 225px;
	border-radius: 5px;
	border: 0;
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	background: #81c02f;
	padding: 15px;
}

.popuptext {
	font-size: 17px;
	line-height: 20px;
	font-weight: 200;
}

.foodtable {
	width: 100%;
  border-collapse: separate;
	border-spacing: 0 3px;
}

.foodtable tr td {
  font-size: 16px;
  font-weight: 200;
  padding: 16px;
}

.foodtable tr td:nth-child(even) {
  color: red;
  font-weight: 600;
  text-align: right;
}

.foodtable tr:nth-child(even) {
	background: #f4f4f4;
}

.foodtable tr:nth-child(odd) {
	background: #e9e9e9;
} 

/*
// KEVIN'S STUFF
*/
.vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.vc_column_container {
	padding-left: 0;
	padding-right: 0;
}

.vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}


/*
//
// CONTACT FORM 7
//
*/

.wpcf7-form p {
    margin: 15px 0 0 0;
}

.wpcf7-form label {
	color: #ff131d;
	font-size: 17px;
	font-weight: 600;
}

.wpcf7-form textarea,
.wpcf7-form input[type='tel'],
.wpcf7-form input[type='email'],
.wpcf7-form input[type='text'] {
  margin: 10px 0;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #cbcbcb;
  color: #636363;
  width: 100%;
}

.wpcf7-form textarea {
  height: 130px;
}

div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
  border: 2px solid #ff131d !important;
  width: 50% !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  padding: 10px !important;
  background: #ff131d !important;
  color: #fff !important;
  border-radius: 5px !important;
  font-weight: 600 !important;
  line-height: 25px !important;
  margin: 10px 0 0 0 !important;
}

span.wpcf7-not-valid-tip {
	font-size: 12px !important;
  margin-bottom: 17px !important;
}

.wpcf7-submit {
	width: 187px;
	height: 57px;
	background: #81c02f;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 5px 10px;
	text-transform: uppercase;
	border: 0;
	border-radius: 5px;
	margin-top: 5px;
}

.wpcf7-submit:hover {
	opacity: 0.7;
}



.hidden {
	display: none !important;
}

.kaffee,
.kaffee span,
.kaffee p {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #fff;
	font-weight: 400;
}
.source {
	font-family: 'Source Sans Pro', sans-serif;
}
.footer-col {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: lighter;
	padding: 30px;
	padding-left: 0;
}
.footer-col > .wpb_wrapper > div {
	width: 100%;
	height: 52px;
}
.footer-col > .wpb_wrapper > div > span {
	margin-top: 2px;
}

.footer-col a {
	color: #f2cb13;
}
.bold {
	font-weight: bold !important;
}
.no-bottom {
	padding-bottom: 0 !important;
}

.noselect,
.noselect * {
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	cursor: default;
}
.noselect a,
.noselect a * {
	cursor: pointer !important;
}

.normal {
	font-weight: normal;
	font-size: 16px;
}
.red {
	color: #ff131d;
}

.flex {
	display: flex;
	align-items: stretch;
}

.upper {
	text-transform: uppercase;
	font-weight: bold;
}
.right {
	float: right !important;
}
.white p,
.white {
	color: #fff !important;
}

.min-h {
	min-height: 1840px;
}

.zoomabit img {
	transform: scale(1, 1);
	transition: all 0.5s;
}
.zoomabit img:hover {
	transform: scale(1.1, 1.1);
}

.floating-icon {
	width: 120px;
	height: 120px;
	background: url('img/floating.png');
	position: fixed;
	top: 170px;
	right: 150px;
	z-index: 109;
	cursor: pointer;
	transition: transform 0.5s;
}
.floating-icon:hover {
	transform: scale(1.25, 1.25) rotate(5deg);
}
.floating-icon span {
	display: block;
	padding-top: 47px;
	font-size: 28px;
	text-align: center;
	color: #FFF;
}

/*------------------------------------*\
    HOVER FOOD IMAGES
\*------------------------------------*/

.food-front {
	padding: 15px;
	padding-bottom: 0;
	position: relative;
	overflow: hidden;
}
.food-front,
.food-front * {
	cursor: pointer;
}
.food-front .vc_single_image-wrapper {
	border-radius: 3px;
	overflow: hidden;
}
.food-front img {
	height: 203px !important;
	object-fit: cover !important;
	width: 100%;
}

.wpb_single_image .vc_single_image-wrapper {
	width: 100%;
}

.wpb_single_image .vc_figure {
	width: 100%;
}

.food-front-overlay {
	display: none;
	position: absolute;
	width: calc(100% - 30px);
	height: calc(100% - 15px);
	top: 15px;
	color: #fff;
	border-radius: 3px;

	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
}
.food-front > .food-front-overlay {
	display: block;
}
.food-front-overlay .overlay-content {
	position: absolute;
	width: 100%;
	bottom: -50px;
	padding-left: 14px;
	transition: all 0.5s;
}
.food-front-overlay:hover .overlay-content {
	bottom: 0;
}
.food-front-overlay .overlay-content > div {
	width: 100%;
	text-align: left;
}
.food-title {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 20px;
}
.food-calories {
	font-size: 15px;
}
.food-price {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ff131d;
}
.food-button {
	width: calc(100% + 14px) !important;
	border-top: 1px solid #fff;
	margin-left: -14px;
	margin-top: 14px;
	padding: 14px;
	text-align: center !important;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 20px;
	color: #a0ce4e;
}


/*------------------------------------*\
    FOOD CARDS
\*------------------------------------*/

.food-card {
	height: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	border-radius: 5px;
	padding: 10px;
	margin: 15px;
	transition: all 0.5s;
}
.food-card:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.food-card img {
	width: 265px;
	height: 265px;
	object-fit: cover;
	border-radius: 3px 0 0 3px;
}
.food-card .card-text {
	width: 50%;
	width: calc(100% - 270px);
	padding-left: 25px;
	padding-right: 10px;
	float: right;
}
.food-card .card-text h1 {
	margin: 30px 0 20px 0;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-transform: uppercase;
	text-align: left;
	font-size: 40px;
	color: #ff131d;
}
.food-card .card-text p {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: lighter;
	font-size: 20px;
}

.green-button {
	height: 37px;
	margin-top: 10px;
	margin-right: 15px;
	background: #a0ce4e;
	border-radius: 2px;
	float: right;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	color: #FFF;
	cursor: pointer;
	transition: all 0.5s;
	overflow: hidden;
}
.green-button:hover {
	background: #80a53e;
}
.green-button:before {
	content: " ";
	display: inline-block;
	width: 37px;
	height: 37px;
	background: #80a53e url('img/ico-right.png') 10px center no-repeat;
	float: left;
	transition: all 0.5s;
}
.green-button:hover:before {
	background: #80a53e url('img/ico-right.png') 18px center no-repeat;
}
.green-button > span {
	display: inline-block;
	letter-spacing: 1px;
	padding-top: 11px;
	padding-left: 20px;
	padding-right: 20px;
}


/*------------------------------------*\
    VISUAL COMPOSER RESET AND STUFF
\*------------------------------------*/

/*.vc_row {
	margin: 0 auto !important;
}
.vc_row:before,
.vc_row:after {
	display: none !important;
}
.vc_column-inner {
	padding: 0 !important;
}
.wpb_content_element {
	margin-bottom: 0 !important;
}
.wpb_wrapper p {
	margin: 0 !important;
}

.bg-white > .wpb_column {
	background: #fff;
}

.with-padding,
.with-smaller-padding,
.with-very-small-padding,
.with-very-small-top-padding {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.with-padding > .vc_col-sm-12,
.with-smaller-padding > .vc_col-sm-12,
.with-very-small-padding > .vc_col-sm-12,
.with-very-small-top-padding > .vc_col-sm-12 {
	float: none;
}
.with-padding > .wpb_column {
	padding-top: 60px;
	padding-bottom: 60px;
}
.with-smaller-padding > .wpb_column {
	padding-top: 45px;
	padding-bottom: 45px;
}
.with-very-small-top-padding > .wpb_column {
	padding-top: 12px;
	padding-bottom: 45px;
}
.with-very-small-padding > .wpb_column {
	padding-top: 25px;
	padding-bottom: 25px;
}
.content-padding {
	padding-left: 15px;
	padding-right: 15px;
}

.with-very-very-small-padding {
	padding-top: 0px;
	padding-bottom: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}*/

.wpb_singleimage_heading {
	display: block;
	width: calc(100% - 30px);
	top: 122px;
	position: absolute;
	margin: 0;
	padding: 20px;
	text-align: left;
	color: #fff;
	text-transform: none;

	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );

	border-radius: 3px;

	font-size: 20px;
	overflow: hidden;
	transition: all 0.5s;
}
.food-front:hover .wpb_singleimage_heading,
.wpb_singleimage_heading:hover {
	top: 62px;
}
.wpb_singleimage_heading span {
	display: block;
}

.wpb_singleimage_heading .red.kaffee {
	padding-bottom: 20px;
}

.wpb_singleimage_heading .foodlink {
	font-size: 19px;
	text-align: center;
	padding-top: 20px;
	border-top: 1px solid #fff;
	margin-left: -20px;
	margin-right: -20px;
	color: #a0ce4e;
}

.wpb_video_widget {
	padding: 15px;
}

.icon-text,
.icon-text p {
	display: block;
	width: 100%;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 24px;
	text-align: center;
	color: #fff;
}

p, tr {
  color: #000000;
  font-size: 18px;
  font-family: "Source Sans Pro";
  font-weight: 300;
  line-height: 26px !important;
}

li {
  font-size: 18px;
  font-family: "Source Sans Pro";
  font-weight: 300;
  line-height: 26px !important;
}

td {
    padding: 0 20px;
}


/*------------------------------------*\
    RECENT POSTS GRID
\*------------------------------------*/
.post-grid-1 .vc_grid.vc_pageable-wrapper {
	margin-top: 40px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.post-grid-1 .vc_grid.vc_pageable-wrapper > div {
	width: 100%;
}
.post-grid-1 .vc_gitem-zone-a {
	height: 271px;
	-webkit-mask-image: url('img/blog-post-mask.png');
	mask-image: url('img/blog-post-mask.png');
	-webkit-mask-position: top center;
	mask-position: top center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all 0.5s;
}
.post-grid-1 .vc_gitem-zone-c,
.post-grid-1 .vc_gitem-zone-c .vc_gitem-col {
	background: #fff !important;
}
.post-grid-1 .vc_gitem-zone-a:hover {
	transform: translate(0, -5px);
}
.post-grid-1 .vc_gitem-zone-c .vc_gitem_row .vc_gitem-col {
	padding: 10px 0 !important;
}
.post-grid-1 .vc_gitem-post-data-source-post_date {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
}
.post-grid-1 .vc_gitem-post-data-source-post_title {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 30px;
	color: #ff131d;
}
.post-grid-1 .vc_gitem-post-data-source-post_title > h4 {
	text-transform: none;
	padding: 0;
}
.post-grid-1 .vc_gitem-post-data-source-post_excerpt {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
}
.post-grid-1 .vc_btn3-container .vc_gitem-link {
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	transition: none !important;
}
.post-grid-1 .vc_btn3-container .vc_gitem-link:hover,
.post-grid-1 .vc_btn3-container .vc_gitem-link:focus,
.post-grid-1 .vc_btn3-container .vc_gitem-link:active,
.post-grid-1 .vc_btn3-container .vc_gitem-link:visited {
	/*padding: 0 !important;
	margin: 0 !important;
	background: none !important;
	border: 0 !important;
	outline: 0 !important;*/
}
.post-grid-1 .vc_btn3-container .vc_gitem-link:hover {
	color: #ff131d !important;
}
.post-grid-1 .vc_btn3-container .vc_gitem-link:after {
	content: "»";
	padding-left: 3px;
	color: #ff131d;
}

/*------------------------------------*\
    RECENT POSTS GRID v2
\*------------------------------------*/
.post-grid-2 .vc_grid-item .vc_grid-item-mini {
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.post-grid-2 .vc_grid.vc_pageable-wrapper {
	margin-top: 40px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.post-grid-2 .vc_grid.vc_pageable-wrapper > div {
	width: 100%;
}
.post-grid-2 .vc_gitem-zone-a {
	height: 271px;
	-webkit-mask-image: -webkit-gradient(linear, left 80%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
	mask-image: gradient(linear, left 80%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
	-webkit-mask-position: top center;
	mask-position: top center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all 0.5s;
}
.post-grid-2 .vc_gitem-zone-c {
	padding: 0 30px;
	overflow: visible;
	margin-top: -40px;
}
.post-grid-2 .vc_gitem-zone-c,
.post-grid-2 .vc_gitem-zone-c .vc_gitem-col {
	background: transparent !important;
}
.post-grid-2 .vc_gitem-zone-c .vc_gitem_row .vc_gitem-col {
	padding: 10px 0 !important;
}
.post-grid-2 .vc_gitem-post-data-source-post_date {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-transform: lowercase;
	font-size: 18px;
	position: absolute;
	left: -21px;
	top: -222px;
	background: #a0ce4e;
	padding: 5px 10px;
	color: #fff;
	border-radius: 3px;
}
.post-grid-2 .vc_gitem-post-data-source-post_title {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 30px;
	color: #ff131d;
}
.post-grid-2 .vc_gitem-post-data-source-post_title > h4 {
	text-transform: none;
	padding: 0;
}
.post-grid-2 .vc_gitem-post-data-source-post_excerpt {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
}
.post-grid-2 .vc_btn3-container .vc_gitem-link {
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	transition: none !important;
	border: 0;
}
.post-grid-2 .vc_btn3-container {
	margin: 0;
	padding-top: 15px;
	padding-left: 30px;
	padding-bottom: 5px;
	border-top: 1px solid #ebedee;
	width: calc(100% + 60px);
	max-width: calc(100% + 60px);
	margin-left: -30px;
}
.post-grid-2 .vc_btn3-container .vc_gitem-link:hover,
.post-grid-2 .vc_btn3-container .vc_gitem-link:focus,
.post-grid-2 .vc_btn3-container .vc_gitem-link:active,
.post-grid-2 .vc_btn3-container .vc_gitem-link:visited {
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
	border: 0 !important;
	outline: 0 !important;
}
.post-grid-2 .vc_btn3-container .vc_gitem-link:hover {
	color: #ff131d !important;
}
.post-grid-2 .vc_btn3-container .vc_gitem-link:after {
	content: "»";
	padding-left: 3px;
	color: #ff131d;
}



/* Quotes */
.quote p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: lighter;
	text-align: center;
}
.quote p:first-child {
	padding: 30px;
}
.quote h5 {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	text-transform: none;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 24px;
	color: #ff131d;
}

.fb_iframe_widget {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}

.like-header h1 {
	text-transform: uppercase;
	margin-top: 10px !important;
	margin-bottom: 42px !important;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width: 1170px;
	width:100%;
	margin:0 auto !important;
	position:relative;
}
.redbg {
	background: #ff131d !important;
}
/*.wrapper-full {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
*/
/*.wrapper-wrap {
	height: 72px;

	background: #e5e5e5;


	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	box-ordinal-group: 1;

	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}
*/

/* header */
.cityfood-header {
	width: 100%;
	height: 380px;
	padding-top: 85px;

	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
/*
	display: -webkit-box;
	display: -moz-box;
	display: box;

	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;

	-webkit-box-pack: start;
	-moz-box-pack: start;
	box-pack: start;

	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;

	-webkit-box-align: start;
	-moz-box-align: start;
	box-align: start;
*/
}
.in-header {
	height: 100%;
	padding: 60px 0;
}

.header-image {
	text-align: center;
}

.red-box {
	position: relative;
	width: 100%;
	height: 100%;
}
.red-box:hover > div > .red-box-image {
	object-fit: 110%;
}
.red-box > div {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: url('img/redback.png') center center no-repeat;
	background-size: cover;
}
.red-box > div > .red-box-image {
	display: block;
	width: 100%;
	height: 100%;
	background: url('img/background.png') center center no-repeat;
	background-size: cover;

	-webkit-mask-image: url('img/redmask.png');
	mask-image: url('img/redmask.png');
	-webkit-mask-position: top center;
	mask-position: top center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;

	object-fit: cover;
}
.red-box > div > .red-box-text {
	position: absolute;
	bottom: 0;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 15px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	color: #FFF;
}

/* Page select */
.nav {
	width: 100%;
	height: 80px;
	background: #e5e5e5;
	box-sizing: content-box;

	position: fixed;
	top: 0;
	left: 0;
	z-index: 111;
		transition: all 0.5s;
/*
	display: -webkit-box;
	display: -moz-box;
	display: box;

	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;

	-webkit-box-pack: start;
	-moz-box-pack: start;
	box-pack: start;

	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;

	-webkit-box-align: start;
	-moz-box-align: start;
	box-align: start;
*/
}

.nav.small {
	top: -80px;
}

.nav .wrapper {
	padding-left: 0;
	padding-right: 0;
	height: 80px;
}
.nav ul {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	height: 100%;
}
.nav ul > li {
	display: inline-block;
	background-color: #e5e5e5;
	height: 100%;
	/*
	background: #dddddd;
	background: -moz-linear-gradient(top, #dddddd 0%, #a0a0a0 100%);
	background: -webkit-linear-gradient(top, #dddddd 0%,#a0a0a0 100%);
	background: linear-gradient(to bottom, #dddddd 0%,#a0a0a0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#a0a0a0',GradientType=0 );
	*/
	cursor: pointer;
}
.nav ul > li > a {
	display: inline-block;
	cursor: pointer;
}
.nav ul > li:hover,
.nav ul > li.active {
	background: rgba(195,195,195,1);
	background: -moz-linear-gradient(top, rgba(195,195,195,1) 0%, rgba(233,233,233,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(195,195,195,1)), color-stop(100%, rgba(233,233,233,1)));
	background: -webkit-linear-gradient(top, rgba(195,195,195,1) 0%, rgba(233,233,233,1) 100%);
	background: -o-linear-gradient(top, rgba(195,195,195,1) 0%, rgba(233,233,233,1) 100%);
	background: -ms-linear-gradient(top, rgba(195,195,195,1) 0%, rgba(233,233,233,1) 100%);
	background: linear-gradient(to bottom, rgba(195,195,195,1) 0%, rgba(233,233,233,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c3c3', endColorstr='#e9e9e9', GradientType=0 );
}
.nav ul > li > .navicon {
	height: 80px;
	background-position: 0 0;
	transition: 0.25s all;
}
.nav ul > li > .navicon:not(.active):hover {
	background-position: 0 -80px;
}

/* Icons */
.nav ul > li > .navicon.cityfood {
	width: 180px;
	background-image: url('img/nav-cityfood.png');
}
.nav ul > li > .navicon.vital {
	width: 188px;
	background-image: url('img/nav-vital.png');
}
.nav ul > li > .navicon.gluten {
	width: 194px;
	background-image: url('img/nav-gluten.png');
}
.nav ul > li > .navicon.paleo {
	width: 129px;
	background-image: url('img/nav-paleo.png');
}
.nav ul > li.active > .navicon {
	background-position: 0 -80px !important;
}

/* Footer icons */

i.foot-icon {
	width: 36px;
	height: 32px;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 10px;
}
i.foot-icon.phone {
	background-image: url('img/ico-phone.png');
}
i.foot-icon.file {
	background-image: url('img/ico-file.png');
}
i.foot-icon.chat {
	background-image: url('img/ico-chat.png');
}
i.foot-icon.attention {
	background-image: url('img/ico-attention.png');
}
i.foot-icon.mail {
	background-image: url('img/ico-mail.png');
}

.redline {
	position: fixed;
	left: 0;
	top: 80px;
	width: 100%;
	height: 5px;
	background: #ff131d;
	z-index: 109;
}

/* Right menu */
.right-menu {
	float: right;
}
.right-menu li {
	display: block;
	height: 80px;
	padding: 30px;
	font-size: 15px;
	font-weight: bold;
	background-image: url('img/littleline.png');
	background-position: top left;
	background-repeat: no-repeat;
	text-transform: uppercase;
	transition: color 0.5s, background-color 0.5s;
	color: #7f7f7f;
	float: right;
}
.right-menu li:hover,
.right-menu li.active {
	color: #7f7f7f;
}
.ico-user {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background: url('img/user.png') center center no-repeat;
}
.ico-lock {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background: url('img/lock.png') center center no-repeat;
}
li:hover .ico-user,
li.active .ico-user {
	background: url('img/user-a.png') center center no-repeat;
}
li:hover .ico-lock,
li.active .ico-lock {
	background: url('img/lock-a.png') center center no-repeat;
}

/* Login box */
.login-box {
	position: fixed;
	width: 250px;
	height: 220px;
	background: #ff131d;
	top: -250px;
	left: 1143px;
	z-index: 110;

	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);

	transition: top 0.5s;
}
.login-box.open {
	top: 80px;
}
.login-inner {
	padding: 20px 30px;
}
.login-inner input {
	width: 100%;
	height: 37px;
	background: #b20d14;
	border: 0;
	outline: 0;
	border-radius: 2px;
	margin-bottom: 15px;
	color: #fff;
	font-size: 14px;

	padding-left: 30px;
	background-position: 8px 10px;
	background-repeat: no-repeat;

	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.login-inner input.user {
	background-image: url('img/user-a.png');
}
.login-inner input.pass {
	background-image: url('img/lock-a.png');
}
.login-inner .button-container {
	width: 100%;
	height: 37px;
}
.login-inner .login-bottom {
	width: 100%;
	padding-top: 20px;
}
.login-inner .login-bottom span {
	width: 100%; /* 50% */
	font-size: 12px;
	float: left;
}
.login-inner .login-bottom span a {
	color: #fff;
}
/*::-webkit-input-placeholder {
	color: #fff;
}
::-moz-placeholder {
	color: #fff;
}
:-ms-input-placeholder {
	color: #fff;
}
:-moz-placeholder {
	color: #fff;
}*/

.login-inner .green-button {
	margin: 0;
}

/* Cart */
.cart-contents {
	height: 80px;
	float: right;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 35px;
	padding-right: 30px;
	background-image: url('img/littleline.png');
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 14px;
	position: relative;
	color: #7B7E7F;
	cursor: pointer;
	transition: color 0.5s, background-color 0.5s;
}
.cart-contents:hover,
.cart-contents.active {
    background: rgba(195,195,195,1);
    background: -moz-linear-gradient(top, rgba(195,195,195,1) 0%, rgba(233,233,233,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(195,195,195,1)), color-stop(100%, rgba(233,233,233,1)));
    background: -webkit-linear-gradient(top, rgba(195,195,195,1) 0%, rgba(233,233,233,1) 100%);
    background: -o-linear-gradient(top, rgba(195,195,195,1) 0%, rgba(233,233,233,1) 100%);
    background: -ms-linear-gradient(top, rgba(195,195,195,1) 0%, rgba(233,233,233,1) 100%);
    background: linear-gradient(to bottom, rgba(195,195,195,1) 0%, rgba(233,233,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c3c3', endColorstr='#e9e9e9', GradientType=0 );
    /*color: #fff;*/
}
.cart-contents > .cart {
	width: 24px;
	height: 64px;
	background-image: url('img/cart.png');
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
}
.cart-contents:hover .cart,
.cart-contents.active .cart {
	background-image: url('img/cart-a.png');
}
.cart-contents > .amount {
	padding-left: 20px;
	font-weight: bold;
	position: relative;
	top: 24px;
}
.cart-contents > .amount > span {
	display: inline-block;
	padding-left: 5px;
	transform: scale(1.5, 0.7);
}
.cart-contents > .count {
	width: 24px;
	height: 24px;
	padding-top: 3px;
	background: #81C02F;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	border-radius: 50px;
	position: absolute;
	left: 20px;
	top: 20px;
}

/* Minicart */
.minicart {
	position: fixed;
	width: 362px;
	background: #7b7e7f;
	top: 0;
	left: 1143px;
	z-index: 110;

	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);

	transform: translate(0, calc(-100% - 20px));
	transition: transform 0.5s;
}
.minicart.open {
	transform: translate(0, 80px);
}
.minicart .cart-item,
.minicart .cart-total {
	height: 60px;
	margin: 5px;
	margin-top: 0;
	margin-bottom: 1px;
	padding: 1px;
	background: #fff;
}
.minicart .cart-item:first-child {
	margin-top: 5px;
}
.minicart .cart-left,
.minicart .cart-left img {
	float: left;
}
.minicart .cart-left .name {
	display: block;
	font-size: 14px;
	padding-top: 8px;
	padding-left: 68px;
}
.minicart .cart-left .price {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #d61f26;
	padding-left: 68px;
}
.minicart .cart-right {
	float: right;
}
.minicart .cart-right .qty {
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding-top: 16px;
	padding-right: 16px;
	float: right;
}
i.cart-delete {
	display: block;
	width: 32px;
	height: 58px;
	background: url('img/delete.png') center center no-repeat;
	margin-right: 10px;
	cursor: pointer;
	float: right;
	transition: background 0.2s;
}
i.cart-delete:hover {
	background: url('img/delete_h.png') center center no-repeat;
}
.cart-total .cart-left span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding-top: 18px;
	padding-left: 10px;
}
.cart-total .cart-right span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding-top: 16px;
	padding-right: 10px;
	color: #d61f26;
}
.minicart .cart-buttons {
	padding: 5px;
	height: 33px;
}
.minicart .green-button {
	float: left;
	width: 50%;
	width: calc(50% - 2.5px);
	margin: 0;
}
.minicart .green-button span {
	width: calc(100% - 37px);
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

/* Main menu */
.main-menu {
	width: 100%;
	height: 57px;
	background: #ff131d;
	position: absolute;
	/*top: 380px;*/
	z-index: 109;
	transition: all 0.5s;
}
.main-menu.stick {
	position: fixed;
	top: 80px;
}
.main-menu.small {
	position: fixed;
	top: -60px;
}
.main-menu ul {
	padding: 0;
	margin: -2px 0 0 0;
	float: left;
	list-style-type: none;
}
.main-menu ul > li {
	display: inline-block;
	float: left;
	height: 57px;
	padding-top: 16px;
	padding-left: 5px;
	padding-right: 5px;
	/*border-left: 1px solid #AF1A1F;*/
	position: relative;
	/*background: #ff131d;*/
	transition: background 0.25s;
}
/*
.main-menu ul > li:last-child {
	border-left: 1px solid #AF1A1F;
	border-right: 1px solid #AF1A1F;
}
*/
.main-menu ul > li > a {
	color: #FFF;
	font-size: 17px;
	font-weight: 600;
	padding: 5px 15px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	border-radius: 5px;
	transition: all 1s;
}

.main-menu ul > li > a span.blog {
	display: inline-block;
	color: #f2cb13;
}

.main-menu ul > li > a span.blog::before {
	content: 'ÚJ!';
	font-size: 10px;
	background: #f2cb13;
	color: #fff;
	padding: 3px 5px;
	border-radius: 5px;
	margin-right: 10px;
	vertical-align: middle;
}


.main-menu ul > li > a:hover,
.main-menu ul > li.current-menu-item > a,
.main-menu ul > li.active > a {
	color: #ff131d;
}
.main-menu ul > li.current-menu-item > a {
	background: #fff;
}
.main-menu .fb {
	display: block;
	float: right;
	width: 37px;
	height: 37px;
	padding: 0;
	margin: 10px;
	background: url('img/fb.png') center center no-repeat;
	transition: all 0.25s;
}
.main-menu .fb:hover {
	transform: rotate(5deg) scale(2, 2);
}
.main-menu .hover-back {
	background: #fff;
	width: 20px;
	height: 29px;
	position: absolute;
	border-radius: 5px;
	transition: all 1s;
	top: 14px;
	left: -20px;
	opacity: 0;
}

/* sidebar */
.sidebar {

}

/*------------------------------------*\
    BANK FOOTER
\*------------------------------------*/
.bank.full-width {
	width: 100%;
	background: #FFF;
	padding: 80px;
}
.bank h1 {
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #d61f26;
	margin: 0;
}
.bank .wrapper.in-bank {
	padding-top: 20px;
	font-size: 16px;
	text-align: center;
	color: #515151;
}
.bank .cards {
	padding-top: 30px;
	text-align: center;
}
.bank .cards > .card {
	max-width: 184px;
	display: inline-block;
}
.bank .cards > .card > div {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}
.bank .bottomtext {
	font-size: 11px;
	font-weight: bold;
	padding-top: 80px;
	text-align: center;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.nomargin {
	margin: 0 !important;
}
.footer {
	width: 100%;
	background: #ff131d;
	margin: 0 auto;
}
.footer_sub {
	width: 100% !important;
	background: #bf0e16;
}
.footer-menu-wrap {
	padding: 20px 0;
	height: 89px;
}
.logo-img {
	height: 49px;
	display: inline-block;
}
.copyright {
	/*border-top: 1px solid #FFF;*/
	padding: 20px;
	font-size: 14px;
	color: #FFF;
	text-align: center;
        background-color: #bf0e16 !important;
}
.foot-20 {
	width: 20%;
	float: left;
}
.foot-60 {
	width: 60%;
	float: left;
}
.footer-menu {
	text-align: center;
}
.footer-menu > ul {
	display: inline-block;
	padding: 0;
	margin: 15px auto 0 auto;
	text-align: center;
	list-style-type: none;
}
.footer-menu > ul > li {
	height: 20px;
	font-size: 14px;
	padding: 0 20px;
	border-right: 1px solid #FFF;
	display: inline-block;
}
.footer-menu > ul > li:last-child {
	border: none;
}
.footer-menu > ul > li > a {
	color: #FFF;
}
.footer-social > ul {
	text-align: right;
	list-style-type: none;
	padding: 0;
	margin-top: 15px;
}
.footer-social > ul > li {
	display: inline-block;
	margin-right: 30px;
}
.footer-social > ul > li:last-child {
	margin-right: 0;
}
i.social {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
i.social.fb {
	background-image: url('img/foot-facebook.png');
}
i.social.tw {
	background-image: url('img/foot-twitter.png');
}
i.social.ig {
	background-image: url('img/foot-instagram.png');
}
i.social.yt {
	background-image: url('img/foot-youtube.png');
}

.footer p {
    color: #fff !important;
}

.footer p a {
    color: #fff !important;
}



/*------------------------------------*\
    PAGES
\*------------------------------------*/

.image-content {
	color: #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 40px;
}

.image-content h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	padding: 2px;
	margin: 0;
}
.image-content h1 {
	font-size: 100px;
}
.image-content h1 {
	font-size: 60px;
}

.h-400 {
	height: 400px;
}
.h-400 div {
	position: relative;
	height: 100%;
}

/*------------------------------------*\
    CITYFOOD TABLE
\*------------------------------------*/

.cityfood_header {
	transition: all 0.5s;
}

.cityfood_header.stick {
	position: fixed;
	width: 100%;     /*20180216 95% */
	max-width: 1170px;
	background: #e6e6e6;
	border-radius: 0px;
	top: 0px;
	z-index: 108;
}

.cityfood_header.small {
	top: -200px;
}

.cityfood_header.stick + .cf_row {
	margin-top: 223px;
}

.cf_row,
.cf_header_row {
	display: -webkit-box;
	display: -moz-box;
	display: box;

	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;

	-webkit-box-pack: start;
	-moz-box-pack: start;
	box-pack: start;

	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;

	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	box-align: stretch;

	display: flex;
}
.cf_header_row {
	min-height: 0;
}

.cf_row > .category,
.cf_header_row > .category {
	display: flex;
	align-items: center;

	width: 5.5%;

	border-radius: 5px;
	margin: 1px;
	margin-left: 0;
}
.cf_row > .category > span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

.cf_row > .name,
.cf_header_row > .name {
	display: flex;
	align-items: center;

	width: 13.5%;

	border-radius: 5px;
	margin: 1px;
}
.cf_row > .name > span,
.cf_header_row > .name > span {
	margin: 0 20px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

.cf_row > .food,
.cf_header_row > .food {
	width: 13.5%;
	min-width: 13.5%;
	max-width: 13.5%;

	border-radius: 5px;
	margin: 1px;
	background: #FFF;
	flex: 1;

	position: relative;

	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: 0.5s all;
}
.cf_row > .food.hoverzoom:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	/*z-index: 33333;*/
}
.cf_row > .food:last-child {
	margin-right: 0;
}

.cf_row > .food > .food-name {
	display: block;
	min-height: 60px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 60px; /* 80px; */
	font-size: 12px;
}
.cf_row > .food > .food-extra {
	padding-top: 0px;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.cf_row > .food > .food-extra > .food-middle,
.cf_row > .food > .food-extra > .food-buttons {
	display: block;
	height: 28px;
	padding-left: 15px;
	padding-right: 15px;
}
.cf_row > .food > .food-extra > .food-buttons {
	margin-top: 5px;
	margin-bottom: 10px;
}
.cf_row > .food > .food-extra > .food-buttons > i {
	cursor: pointer;
	opacity: 0.75;
	transition: 0.25s all;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.cf_row > .food > .food-extra > .food-buttons > i:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	opacity: 1;
}
.cf_row > .food > .food-extra > .food-middle > .food-icon {
	width: 28px;
	height: 28px;
	float: left;
}
.cf_row > .food > .food-extra > .food-middle > .food-price {
	font-size: 18px;
	font-weight: bold;
	color: #d61f26;
	height: 28px;
	padding-top: 5px;
	float: right;
}
.food-icon.gomba {
	background: url('img/gomba.png') center center no-repeat;
}
.food-icon.kedvenc {
	background: url('img/kedvenc.png') center center no-repeat;
}
.food-icon.fitness {
	background: url('img/fitness.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
}
.food-icon.fitness:hover {
	background-position: 0 -28px;
}
.food-icon.ajanlat {
	background: url('img/ajanlat.png') center center no-repeat;
}
.food-buttons i {
	display: block;
	float: left;
	width: 30px;
	height: 27px;
	border-radius: 3px;
	background-position: center center;
	background-repeat: no-repeat;
}
.food-buttons i.green {
	background-color: #81c02f;
	margin-right: 5px;
}
.food-buttons i.red {
	background-color: #d61f26;
	float: right;
}
.food-buttons i.photo {
	background-image: url('img/photo.png');
}
.food-buttons i.attributes {
	background-image: url('img/list.png');
}
.food-buttons i.cart {
	background-image: url('img/basket.png');
}

/* Floating menu */
#floating-menu {
	position: fixed;
	left: 0;
	top: 180px;
	transition: all 0.5s;
	transform: translate(calc(-100% + 30px), 0);
	z-index: 120;
}
#floating-menu.open {
	transform: translate(0, 0);
}
#floating-menu div {
	padding: 8px 20px 8px 20px;
	margin-top: 1px;
	border-radius: 0 5px 5px 0;
	font-weight: 600;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
	transition: all 0.5s;
	transform: translate(-10px, 0)
}
#floating-menu div:hover {
	transform: translate(0, 0)
}
#floating-menu:not(.open) div:not(#open-menu):hover {
	transform: translate(calc(100% - 30px), 0);
}
#floating-menu #open-menu {
	padding: 8px 7px 8px 20px;
	background: #d61f26;
	height: 35px;
}
#floating-menu #open-menu:before {
	content: ' ';
	display: block;
	background: url('img/arrow.png') center center no-repeat;
	width: 7px;
	height: 19px;
	padding-top:;
	float: right;
	transition: all 0.5s;
	transform: scale(-1, 1);
}
#floating-menu.open #open-menu:before {
	transform: scale(1, 1);
}

.single_image {
	margin: 2px 0 !important;
	transition: all 0.25s;
	position: relative;
	z-index: 1;
}
/*
.single_image:hover {
	-webkit-animation: image_hover 0.5s 1;
	-moz-animation:    image_hover 0.5s 1;
	-o-animation:      image_hover 0.5s 1;
	animation:         image_hover 0.5s 1;
	z-index: 333333;
}
@keyframes image_hover {
	0%    { transform: rotate(0deg); }
	33.3% { transform: rotate(1deg); }
	66.7% { transform: rotate(-1deg); }
	100%  { transform: rotate(0deg); }
}
*/
.with_space {
	margin-top: 30px !important;
}
.with_bigger_space {
	margin-top: 25px !important;
}

span.red {
	color: #d61f26;
}

.transparent {
	background: transparent !important;
}
.hvr-red:before {
	background: #D61F26 !important;
}
.hvr-green:before {
	background: #81C02F !important;
}

/* Food header */
.cf_header_row {
	width: 100%;
	height: 42px;
	margin: 0;
	margin-top: 4px;
	margin-bottom: 2px;
	background: #D61F26;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
.cf_header_row .food {
	background: none;
	text-align: center;
	color: #FFF;
}

.week_select_wrap ul {
	list-style-type: none;
	display: inline-block;
	height: 62px;
	padding: 0;
	margin: 0;
}
.week_select_wrap ul li {
	display: inline-block;
    position: relative;
    height: 42px;
    padding: 8px 25px;
    border-right: 1px solid #af1a1f;
    font-size: 18px;
    font-weight: bold;
    float: left;
    cursor: pointer;
}
.week_select_wrap ul li a {
	position: relative;
	z-index: 108;
	color: #fff;
	transition: all 0.5s;
}
.week_select_wrap ul li:hover a,
.week_select_wrap ul li.active a {
	color: #F26b13; /*#f2cb13;*/
}
.week_select_wrap ul li:before {
	content: ' ';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #FFFFFF; /*rgb(128,19,23); hetvalaszto*/
	/*background: -moz-linear-gradient(top, rgba(128,19,23,1) 0%, rgba(214,31,38,1) 100%);
	background: -webkit-linear-gradient(top, rgba(128,19,23,1) 0%,rgba(214,31,38,1) 100%);
	background: linear-gradient(to bottom, rgba(128,19,23,1) 0%,rgba(214,31,38,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#801317', endColorstr='#d61f26',GradientType=0 );*/  /*  hetvalaszto */
	transition: all 0.5s;
	opacity: 0;
}
.week_select_wrap ul li:hover:before,
.week_select_wrap ul li.active:before {
	opacity: 1;
}
.week_select_wrap ul li:first-child:before {
	border-radius: 5px 0 0 5px;
}

.cf_header_row .print {
	width: 72px;
    height: 42px;
    margin-left: 0;
    border-left: 1px solid #AF1A1F;
    cursor: pointer;
    order: 4;
}
.cf_header_row .orders {
	width: 216px;
    height: 42px;
    background: #D61F26;
    margin-left: 0;
    border-left: 1px solid #AF1A1F;
    cursor: pointer;
    order: 3;
    display: flex;
    align-items: center;
}
.cf_header_row .orders > span {
	font-size: 14px;
    font-weight: bold;
    padding-left: 15px;
    color: #FFF;
    line-height: 14px;
}
.cf_header_row .cart {
	width: 168px;
    height: 42px;
    margin-left: 0;
    background: #81C02F;
    cursor: pointer;
    order: 2;
    display: flex;
    align-items: center;
}
.cf_header_row .cart > span {
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	text-transform: uppercase;
	color: #FFF;
}
.cf_header_row .total {
	height: 62px;
	margin-left: auto;
	order: 1;
	display: flex;
	align-items: center;
}
.cf_header_row .total > span {
	font-size: 16px;
	font-weight: bold;
	padding-right: 30px;
	color: #F2CB13;
}

.cf_header_small {
	margin-top: 0;
    margin-bottom: 0;
    height: 24px !important;
}
.cf_header_small > div {
	background: #D61F26 !important;
	border-radius: 5px;
}
.cf_header_small > .category {
	width: calc(5.5% + 4px);
	margin-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.cf_header_small > .name {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.cf_header_row > .food {
	display: flex;
	align-items: center;
}
.cf_header_row > .food > span {
	display: block;
    width: 100%;
    font-size: 12px;
    text-align: center;
    line-height: 13px;
}
.cf_header_small > .food > span {
	font-size: 14px;
    font-weight: bold;
}

.cf_header_row i {
	display: inline-block;
    width: 32px;
    height: 32px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    
}
.cf_header_row i.cart-icon {
	background-image: url('img/basket32.png');
	margin-left: 30px;
}
.cf_header_row i.orders-icon {
	background-image: url('img/orders.png');
	margin-left: 30px;
	margin-top: 0;
}
.cf_header_row i.print-icon {
	background-image: url('img/print.png');
    margin-left: 20px;
    margin-top: 5px;
}

/* Bubble */
.bubble-container {
	position: absolute;
	left: -100px;
	top: -100px;
	width: 121px;
	min-height: 30px;
	z-index: 33333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
	-moz-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
	transition: transform 0.25s;
	transform: scale(1, 1);
	transform-origin: 50% 100%;
}
.bubble-container.hidden {
	display: block !important;
	transform: scale(0, 0);
}
.bubble {
	position: relative;
	width: 121px;
	min-height: 30px;
	background: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	padding: 15px;
}
.bubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 8px 8px 0;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -8px;
	left: 52px;
}
.bubble .red {
	color: #D61F26;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

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

}
@media only screen and (max-width:900px) {
	/*.cf_row > .food > .food-extra > .food-middle > .food-icon {
		display: none;
	}*/
}
@media only screen and (max-width:1080px) {
	/*.food-buttons i.photo {
		display: none;
	}
	.food-buttons i.attributes {
		display: none;
	}
	.food-buttons i.cart {
		width: 100%;
	}
	.cf_row > .food > .food-extra > .food-middle > .food-price {
		font-size: 14px;
	}*/
}
@media only screen and (max-width:1140px) {

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

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

	
.pass::-webkit-input-placeholder,
.user::-webkit-input-placeholder {
	color: #fff;
}
.pass::-moz-placeholder,
.user::-moz-placeholder {
  color: #fff;
}
.pass:-ms-input-placeholder,
.user:-ms-input-placeholder {
  color: #fff;
}
.pass:-moz-placeholder,
.user:-moz-placeholder {
  color: #fff;
}

#selected_type {
	display: none;
}

.countup_num {
	font-weight: bold;
	font-size: 150px;
	text-align: right;
}

.countup_num_text {
	display: block;
	font-size: 40px;
	margin-left: 30px;
	margin-top: 15px;
	line-height: 42px;
}

.countup_num_sub_text {
	text-align: center;
	font-size: 40px;
	margin: 35px !important;
}

.green-food-button {
	position:absolute;
	bottom:40px;
}

#menu_button {
	display: none;
}

#days_in_week {
	display: flex;
}

#day_choose {
	display: none;
}

#left_day_btn,
#current_day_num,
#right_day_btn {
	display: none;
}

.cart_mobile_bottom {
	display: none;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

.csak_mobilon_lathato{
    display:none;
}

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


.week_select_wrap ul li:first-child::before {

    border-radius: 0;

}

.cf_header_row > .food > span {
	display: inline-block;
    width: 100%;
    font-size: 12px;
    text-align: center;
    line-height: 13px;
    vertical-align: middle;
}

    .food.fooddayname:before{
     content: '';
     display: inline-block;
     height: 100%;
     vertical-align: middle;
    }

    .egeszhetirendelessor{
        display: none !important; 
    }

    .egeszhetirendelessor2{
        width: 16% !important; 
    }
	
	#menu_button {
		display: block;
	}
	
	.footer_sub  p {
		font-size: 11px;
	}
	
	.hvr-rectangle-out:before {
		background: rgba(255,255,255,0.2);
		border-radius: 0;
	}
	
	.nav ul > li:hover, .nav ul > li.active {
		/*background: #e5e5e5;*/
	  background: rgba(195,195,195,1);
	  background: -moz-linear-gradient(top, rgba(195,195,195,1) 0%, rgba(233,233,233,1) 100%);
	  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(195,195,195,1)), color-stop(100%, rgba(233,233,233,1)));
	  background: -webkit-linear-gradient(top, rgba(195,195,195,1) 0%, rgba(233,233,233,1) 100%);
	  background: -o-linear-gradient(top, rgba(195,195,195,1) 0%, rgba(233,233,233,1) 100%);
	  background: -ms-linear-gradient(top, rgba(195,195,195,1) 0%, rgba(233,233,233,1) 100%);
	  background: linear-gradient(to bottom, rgba(195,195,195,1) 0%, rgba(233,233,233,1) 100%);
	}
	
	nav ul#selectbox li#selected_type {
		display: block;
	}
	
	nav ul#selectbox li#selected_type.cityfood_select a {
		width: 165px;
		background-image: url('img/nav-cityfood.png');
	}
	
	nav ul#selectbox .selectbox_item {
		left: -180px;
		transition: all 0.5s;
	}
	
	nav ul#selectbox .selectbox_item.open {
		left: 0;
		transition: all 0.5s;
	}
	
	nav ul#selectbox li:first-child {
		border-top: 0;
	}
	
	nav ul#selectbox li {
		border-top: 1px solid #cdcdcd;
	}
	
	nav ul#selectbox li#cityfood_btn {
		position: absolute;
		top: 80px;
		width: 180px;
	}
	
	nav ul#selectbox li#paleo_btn {
		position: absolute;
		top: 160px;
		width: 180px;
	}
	
	nav ul#selectbox li#vital_btn {
		position: absolute;
		top: 240px;
		width: 180px;
	}
	
	nav ul#selectbox li#paleo_btn .navicon {
    margin: 0 25px;
	}
	
	nav ul#selectbox li#vital_btn .navicon  {
    margin: 0 -8px;
	}
	
	nav ul#selectbox li.active {
		/*display: block;*/
	}
	
	nav .cart-contents span.amount {
		display: none;
	}
	
	nav ul.right-menu li#login span {
		display: none;
	}
	
	nav ul.right-menu li#register span {
		display: none;
	}

    nav ul.right-menu li#registered-user-name span {
		display: none;
	}
	
	nav ul.right-menu li {
    padding: 25px 10px;
		background-image: none;
	}
	
	.footer_sub {
		height: 50px;
	}
	
	.footer_sub .vc_column-inner {
		padding-top: 7px !important;
	}
	
	.ico-user {
		margin: 0;
  	background: url('img/user_m.png') center center no-repeat;
		height: 32px;
		width: 32px;
	}
	
	li:hover .ico-lock, 
	li.active .ico-lock {
		background: url('img/lock_m_h.png') center center no-repeat;
	}
	li:hover .ico-user, 
	li.active .ico-user {
		background: url('img/user_m_h.png') center center no-repeat;
	}
	
	.cart-contents:hover .cart, .cart-contents.active .cart {
		background-image: url('img/cart_m_h.png');
	}
	
	.cart-contents:hover .menu, .cart-contents.active .menu {
		background: url('img/menu_m_h.png') center center no-repeat;
	}
	
	.ico-lock {
		margin: 0;
  	background: url('img/lock_m.png') center center no-repeat;
		height: 32px;
		width: 32px;
	}
	
	.cart-contents > .cart {
    width: 33px;
		background: url('img/cart_m.png') center center no-repeat;
	}
	
	.cart-contents {
    padding-left: 5px;
    padding-right: 5px;
		background-image: none;
	}
	
	.cart-contents .count {
    width: 20px;
    height: 20px;
    padding-top: 2px;
    font-size: 11px;
    left: 13px;
    top: 13px;
	}

	.cart-contents .menu {
  	width: 33px;
    height: 64px;
		background: url('img/menu_m.png') center center no-repeat;
	}
	
	.main-menu ul > li {
    padding: 0;
		width: 100%;
    text-align: center;
    border-bottom: 1px solid #6c080c;
	}
	
	.main-menu ul > li:last-child {
    border-bottom: 0px;
	}
	
	.main-menu ul > li > a {
    width: 100%;
    display: block;
    height: 100%;
		padding: 15px 0;
		border-radius: 0;
	}
	
	.main-menu ul > li.current-menu-item > a {
		background: #a60c13;
		-webkit-box-shadow: inset 0px 2px 8px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: inset 0px 2px 8px 0px rgba(0,0,0,0.2);
		box-shadow: inset 0px 2px 8px 0px rgba(0,0,0,0.2);
	}
	
	.main-menu ul > li > a:hover,
  .main-menu ul > li.current-menu-item > a,
  .main-menu ul > li.active > a {
		color: #fff;
	}
	
	nav.main-menu ul#menu-fomenu {
    position: fixed;
    background: #ff131d;
    top: -380px; /* -280px */
    width: 100%;
		transition: all 0.5s;
	}
	
	nav.main-menu ul#menu-fomenu.open { 
    position: fixed;
    background: #ff131d;
    top: 80px;
    width: 250px;
    transition: all 0.5s;
    right: 0px !important;
	}
	
	.green-button {
    float: none;
    margin-left: auto;
    margin-right: auto;
	}
	
	.nav ul > li > .navicon.cityfood {
    width: 180px;
	}
	
	.nav ul > li.active > .navicon {
		background-position: -8px -80px !important;
	}
	
	.login-box {
    width: 250px;
		height: 195px;
    /*20180227 left: 0 !important; */
     right: 0px !important;
	}
	
	.minicart {
    width: 100%;
    left: 0 !important;
	}
	
	.login-inner .login-bottom {
		padding-top: 0px; 
	}
	
	.login-inner .button-container {
        width: 100%;
        height: 37px;
		/*20180227 height: 0; */
	}
	
	.login-inner .login-bottom span {
		padding: 5px 0;
	}
	
	h1.pages {
		padding: 0 0px 5px 20px;
	}
	
	#logo_contact_page {
		display: none;
	}
	
	/*20180216 article {
		padding: 0 20px;
	}*/
	
	.delivery_body {
		padding: 5px;
	}
	
	.delivery_body p {
		margin: 2px 0;
	}
	
	.floating-icon {
		display: none;
	}
	
	.countup_num {
		text-align: center;
	}
	
	.countup_num_text {
    display: block;
    font-size: 33px;
    margin-left: 0;
    margin-top: 0;
    line-height: 42px;
    text-align: center;
	}
	
	.countup_num_sub_text {	
		text-align: center;
		font-size: 24px;
		margin: 15px 0 !important;
		padding-top: 10px;
	}
	
	.food-card .card-text {
		padding-left: 10px;
    padding-right: 10px;
		width: auto;
		float: none;
	}
	
	.green-food-button {
		position: relative;
    display: block;
    bottom: 0;
    float: none;
		margin: 2px 0;
	}
	
	.quote p:first-child {
		padding: 10px 0;
	}
	
	.fb_iframe_widget {
		left: 0;
	}
	
	.in-header {
		padding-top: 90px;
	}
	
	.icon-text,
	.icon-text p {
		padding-top: 0;
	}
	
	.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
		 padding-right: 0 !important;
	}
	
	.food-card img {
		margin: 0 auto;
    display: block;
    width: 100%;
	}
	
	.food-card .card-text h1 {
		margin: 25px 0 0 0;
	}
	
	#selected_type::after { 
    content: " ";
		position: absolute;
		background: url('img/arrow_down.png');
    width: 10px;
    height: 5px;
    top: 65px;
    left: 80px;
	}
	
	.bank.full-width {
		padding: 20px;
	}
	
	.cf_header_row {
		border-radius: 0px;
	}
	
    /* 20180203 megis kell 
	
      .cf_header_row .cart,*/
.cf_header_row .print ,
	  .cf_header_row .orders{
		display: none;
	}
	
    /* megis kell*/
	
	.cf_header_row.cf_header_small {
		display: none;
	}
	
	.week_select_wrap ul li {
		padding: 10px 15px;  /*20180203 padding: 18px 5px; */
	}
	
	.cf_header_row .total {
		text-align: right;
		width: 80px;
	}
	
	.cf_header_row .total > span {
		padding-right: 10px;
		font-size: 12px;
	}
	
	.cityfood_header.stick {
		position: fixed;
    width: 100%;
    max-width: 100%;
    background: #e6e6e6;
    border-radius: 0px;
    top: -5px;
    z-index: 9999;
    margin: 0 auto;
	}
	.cityfood_header.small {
		top: -200px;
	}
	
/*20180203 de megis */
	#floating-menu {
		display: none;
	}
	
	#day_choose {
		display: block;
    white-space: nowrap;
	}
	
	#days_in_week {
		display: block;
	/*	white-space: nowrap; */
	}
	
	.cf_row > .name,
	.cf_header_row > .name {
		width: 12%; /*20180203 25% */
		word-break: break-all;
	}
	
	.cf_row > .food,
	.cf_header_row > .food {
		width: 80%; /*20180203 75% */
		max-width: 80%; /*20180203 75% */
	}
	
	.cf_row > .category,
	.cf_header_row > .category {
		width: 4%;   /*20180203 13% */
	}
	
	.hidden_on_tablet_size { /*20180203 hidden_on_mobile_size */
		display: none;
	}
	
	.min-h {
		min-height: 0;
	}
	
	.cf_row > .name > span {
		font-size: 14px;
	}

	.cf_header_row > .name > span {
		font-size: 12px;
	}
	
	.cf_row > .food > .food-name {
		padding-bottom: 100px;
    font-size: 15px;
	}
	
	#left_day_btn,
	#right_day_btn {
    width: 8%; /*20180203 25% */
    display: inline-block;
    text-align: center;
    padding: 8px;
    background: #a0171c;
    color: #fff;
    font-size: 18px;
    height: 100%;
    cursor:pointer;
    float:left; /*20180203 */
	}
	
	#days_in_week .category,
	#days_in_week .name {
		display: none;
	}
	
	#days_in_week .fooddayname {
		display: none;
	}
	
/*20180203 - alatta ami helyette jött */
/*	#days_in_week .fooddayname.active {
		display: block;
		width: 50%;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    vertical-align: middle;
	}
	*/

    #days_in_week .fooddayname.active-tablet,
	#days_in_week .fooddayname.active {
    width: 27.7%;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    vertical-align: middle;
    height: 100%;
    padding: 0;
    margin: 0;
    /*20180216 padding-top: 9px; */
    /*border-right: 1px solid #af1a1f;*/
    border-radius: 0;
	}
	
	#current_day_num {
    /*width: 50%;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    vertical-align: middle;*/
		display: none;
	}
	
	.city_fitt_img {
		display: none;
	}
	
	.bottom_food_img {
		content:url('img/etlap_desc.png');
    width: 100%;
    margin-bottom: 35px !important;
	}
	
	.cart_mobile_bottom {
		display: block;
		width: 100%;
	}
	
	#info_popup {
    height: 387px;
    width: 100%;
    left: 0 !important;
	}
	
	#info_popup .popuptext {
    font-size: 20px;
    line-height: 25px !important;
	}
	
	#delivery_email {
		margin: 5px 0;
	}
	
	#delivery_button {
    width: 100%;
		font-size: 12px;
	}
	
}


/*20180203 440px volt*/

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

nav.main-menu ul#menu-fomenu.open { 
    position: fixed;
    background: #ff131d;
    top: 80px;
    width: 100%;
		transition: all 0.5s;
	}


.login-box {
    width: 100%;
		height: 195px;
    left: 0 !important;
	}

.cf_header_row  {  /*20180227 .with_bigger_space */
overflow:visible;
}

.week_select_wrap ul li:first-child::before {

    border-radius: 0;

}

   .csak_mobilon_nem_lathato{
    display:none;
}

.csak_mobilon_lathato{
    display:flex;
}

   .cf_header_row > .food > span {

    display: inline-block;
    width: 100%;
    font-size: 12px;
    text-align: center;
    line-height: 13px;
    vertical-align: middle;
    position: relative;
    top: -5px;
}
  

   .food.fooddayname:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;

}

	.hidden_on_mobile_size {
		display: none;
	}
  
  /*.current_day_on_tablet {
    background: #fff !important;
  }*/

  .fooddayname {
    border-left:0 !important;
    }

  #floating-menu {
		display: none;
	}

 .egeszhetirendelessor{
        display: none !important; 
    }

    .egeszhetirendelessor2{
        width: 43% !important; 
    }

#days_in_week {
		display: block;
		white-space: nowrap; 
	}
  
	.cf_row > .name,
	.cf_header_row > .name {
		width: 30%;
		word-break: break-all;
	}
	
	.cf_row > .food,
	.cf_header_row > .food {
		width: 80%;
		max-width: 80%;
	}
	
	.cf_row > .category,
	.cf_header_row > .category {
		width: 13%;
	}
  
	#days_in_week .fooddayname.active {
		/*display: block;*/
		width: 60%;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    vertical-align: middle;
	}
  
  #days_in_week .fooddayname.active-tablet {
    display: none;
  }
  
	#left_day_btn,
	#right_day_btn {
    width: 20%;
    display: inline-block;
    text-align: center;
    padding: 8px;
    background: #a0171c;
    color: #fff;
    font-size: 18px;
    height: 100%;
    float: none;
	}
  
  .week_select_wrap ul li {
      padding: 10px 5px;
  }
  /*20180227 
	.cf_header_row .cart, */
	.cf_header_row .orders,
	.cf_header_row .print  {
		display: none;
	}
}


/* INTERBOL */
h1{
line-height:unset;
}

/*
	Titles
*/

.cityfoodcontent .headline {
	margin-bottom: 40px;
	overflow: hidden;
	font-family: Pacifico;
	text-align: center;
	font-size: 36px;
	color: #363535;
    position: relative;
}
	/*
.cityfoodcontent .headline .border-animate {        
        position: absolute;
        width: 75px;        
        right: 100%;
        background: #fff;
        height: 7px;
        -webkit-border-radius: 40%;
        -moz-border-radius: 40%;
        border-radius: 40%;
        top: 50%;
        -webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1;
        -webkit-animation: dotted-width 4.5s infinite 2.5s;
        -moz-animation: dotted-width 4.5s infinite 2.5s;
        -o-animation: dotted-width 4.5s infinite 2.5s;
        animation: dotted-width 4.5s infinite 2.5s;
    }
    */
    
    @keyframes dotted-width {
        0% { right: 100%; }
        100% { right: -100%; }
    }
    
.cityfoodcontent .headline > div:before {
        left: 0;
        position: absolute;
        content: '';
        top: 50%;
        -webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 995px;
        border-bottom: 1px solid #a3a3a3;
    }

.cityfoodcontent .headline span {
		position: relative;
		padding: 0 40px;
        z-index: 2;
        background: #fff;
	}
	
	/*.headline span:before,
.cityfoodcontent .headline span:after {
		position: absolute;
		content: '';
		top: 50%;
		width: 995px;
		border-bottom: 5px dotted #a3a3a3;
	}*/
.cityfoodcontent .headline span:before {
		right: 100%;
	}
.cityfoodcontent .headline span:after {
		left: 100%;
	}
	
.cityfoodcontent .headline.small {
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 28px;
}
	
.cityfoodcontent .maintitle {
	font-size: 26px;
	font-style: italic;
	color: #232323;
    text-align: left;
}

.cityfoodcontent .title-block {
	margin-bottom: 10px;
	padding: 20px;
	font-size: 28px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
	background: #e52d2d;
}

/*
	Buttons
*/

.cityfoodcontent .button {
	position: relative;
	height: 42px;
	margin: 0;
	border: 1px solid transparent;
	line-height: 30px;
	font-size: 16px;
	font-weight: 700;
	padding: 5px 10px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}

.cityfoodcontent .button.large {
	height: 50px;
	padding-top: 9px;
	padding-bottom: 9px;
}

.cityfoodcontent .button.square {
	width: 42px;
}

.cityfoodcontent .button.large.square {
	width: 50px;
}

.cityfoodcontent .button.icon {
	padding-left: 0;
	padding-right: 0;
	font-size: 30px;
	line-height: 30px;
}

.cityfoodcontent .button.multi-line > .text {
	position: relative;
	display: inline-block;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	   -moz-transform: translate(0, -50%);
			transform: translate(0, -50%);
}

.cityfoodcontent .button.text-small {
	font-size: 14px;
	line-height: 30px;
}

.cityfoodcontent .button.text-medium {
	font-size: 15px;
}

.cityfoodcontent .button.multi-line {
	line-height: 18px;
}

.cityfoodcontent .button.multi-line.text-small {
	line-height: 16px;
}

.cityfoodcontent .button.icon-left,
.cityfoodcontent .button.icon-right,
.cityfoodcontent .button.pic-left,
.cityfoodcontent .button.pic-right {
	text-align: left;
}

.cityfoodcontent .button.icon-left {
	padding-left: 45px;
}

.cityfoodcontent .button.icon-right {
	padding-right: 45px;
}

.cityfoodcontent .button.pic-left {
	padding-left: 75px;
}

.cityfoodcontent .button.pic-right {
	padding-right: 75px;
}
.cityfoodcontent .button.icon-left > i,
.cityfoodcontent .button.icon-right > i {
		position: absolute;
		top: 50%;
		width: 45px;
		margin-top: -15px;
		font-size: 24px;
		line-height: 30px;
		text-align: center;
	}
.cityfoodcontent .button.icon-left > i {
		left: 0;
	}
.cityfoodcontent .button.icon-right > i {
		right: 0;
	}
.cityfoodcontent .button.pic-left img,
.cityfoodcontent .button.pic-right img {
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		height: 100%;
	}
.cityfoodcontent .button.pic-left img {
		left: 0;
	}
.cityfoodcontent .button.pic-right img {
		right: 0;
	}
.cityfoodcontent .button.facebook	{ background: #0068b3; }
.cityfoodcontent .button.google		{ background: #e26640; }
.cityfoodcontent .button.twitter		{ background: #009fe3; }
.cityfoodcontent .button.youtube		{ background: #e52d2d; }
.cityfoodcontent .button.green {
	background: #019630;
	color: #fff;
}
.cityfoodcontent .button.green:hover {
	background: #005b1d;
}
.cityfoodcontent .button.red {
	background: #e52d2d;
}
.cityfoodcontent .button.red:hover {
	background: #000;
}
.cityfoodcontent .button.gray {
	background: #a8a8a8;
}
.cityfoodcontent .button.gray:hover {
	background: #777;
}
.cityfoodcontent .button.border-red {
	border-color: #e52d2d;
	color: #e52d2d;
	background: transparent;
}
.cityfoodcontent .button.border-red:hover {
	border-color: #000;
	color: #000;
}
.cityfoodcontent .button.border-white {
	border-color: #fff;
	color: #fff;
	background: transparent;
}
.cityfoodcontent .button.border-white:hover {
	border-color: #000;
	color: #000;
}
.cityfoodcontent .button.border-black {
	border-color: #000;
	color: #000;
	background: #fff;
}
.cityfoodcontent .button.border-black:hover {
	border-color: #e52d2d;
	color: #e52d2d;
}
.cityfoodcontent .button.white {
	color: #e12b2b;
	background: #fff;
}
.cityfoodcontent .button.white:hover {
	color: #fff;
	border-color: #fff;
	background: #e12b2b;
}

/*
	Form
*/

.cityfoodcontent legend {
	margin: 0;
}

.cityfoodcontent fieldset {
	display: block;
	margin: 0 0 15px;
	font-weight: 700;
	color: #e12b2b;
border: 0px;
padding: 0px;
font-size: 14px;
}
.cityfoodcontent .form-bg {
	margin: 0 -15px 20px;
	padding: 15px 15px 0;
	background: #ececec;
}
.cityfoodcontent .form-group {
	margin-bottom: 20px;
}
.cityfoodcontent .form-control,
.cityfoodcontent .form-control:focus {
	border-color: #d1d1d1;
	background-color: #d1d1d1;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
.cityfoodcontent .form-control {
	height: 33px;
	padding: 0 10px;
	font-size: 16px;
	margin-bottom: 0;
	color: #000;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}
.cityfoodcontent .custom-checkbox {
	position: relative;
	height: 42px;
	padding-left: 55px;
}
.cityfoodcontent .custom-checkbox input {
		display: none;
	}
.cityfoodcontent .custom-checkbox .sign {
		position: absolute;
		top: 0;
		left: 0;
		width: 42px;
		height: 42px;
		line-height: 40px;
		font-size: 30px;
		text-align: center;
		color: #e12b2b;
		border: 1px solid #c1c1c1;
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
				border-radius: 2px;
	}
.cityfoodcontent .custom-checkbox input:checked + .sign {
		border-color: #e12b2b;
	}
.cityfoodcontent .custom-checkbox input:checked + .sign:before {
		content: '\f26b';
		font-family: 'Material-Design-Iconic-Font';
	}
.cityfoodcontent .custom-checkbox .text {
		position: relative;
		display: block;
		top: 50%;
		padding: 5px 0;
		font-size: 16px;
		line-height: 20px;
		color: #404040;
		-webkit-transform: translate(0, -50%);
		   -moz-transform: translate(0, -50%);
				transform: translate(0, -50%);
		-webkit-touch-callout: none;
		  -webkit-user-select: none;
		   -khtml-user-select: none;
		     -moz-user-select: none;
		      -ms-user-select: none;
		          user-select: none;
	}
.cityfoodcontent .single-line-form {
	position: relative;
}
.cityfoodcontent .single-line-form .form-control {
		height: 60px;
		padding: 17px 40px 17px 10px;
		font-weight: 700;
		color: #000;
		background: #fff;
	}
.cityfoodcontent .single-line-form .form-control::-webkit-input-placeholder	{ color: #000; opacity: 1; }
.cityfoodcontent .single-line-form .form-control::-moz-placeholder			{ color: #000; opacity: 1; }
.cityfoodcontent .single-line-form .form-control:-ms-input-placeholder		{ color: #000; opacity: 1; }
.cityfoodcontent .single-line-form .form-control:-moz-placeholder			{ color: #000; opacity: 1; }
.cityfoodcontent .single-line-form .button {
		position: absolute;
		top: 1px;
		right: 1px;
		width: 40px;
		height: 58px;
		padding: 0;
		line-height: 58px;
		font-size: 24px;
		color: #000;
		background: transparent;
	}
	
/*
	Custom select
*/

.custom-select {
    visibility:hidden;
}

.cityfoodcontent div.fancy-select {
	position: relative;
	text-align: left;
	line-height: 20px;
	font-size: 15px;
	color: #000;
}

.cityfoodcontent div.fancy-select.disabled {
	opacity: 0.5;
}

.cityfoodcontent div.fancy-select div.trigger {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 10px 40px 10px 10px;
	border: 1px solid transparent;
	/*20180223 background-color: #d1d1d1;*/
	cursor: pointer;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}

.cityfoodcontent div.fancy-select div.trigger:after {
	position: absolute;
	display: block;
	content: '\f2f2';
	top: 50%;
	right: 10px;
	margin-top: -12px;
	font-size: 24px;
	line-height: 24px;
	font-family: 'Material-Design-Iconic-Font';
}

.cityfoodcontent div.fancy-select div.trigger.open:after {
	content: '\f2f8';
}

.cityfoodcontent div.fancy-select ul.options {
	position: absolute;
	overflow: auto;
	visibility: hidden;
	/*20180226 top: 100%; */
	left: 0;
	width: 100%;
	max-height: 200px;
	margin: 0;
	border: 1px solid #d1d1d1;
	list-style: none;
	z-index: 50;
	opacity: 0;
	color: #000;
	background-color: #fff;
	z-index: 1001;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
			box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}

.cityfoodcontent div.fancy-select ul.options.open {
	visibility: visible;
	opacity: 1;
}

.cityfoodcontent div.fancy-select ul.options li {
	display: block;
	margin: 0;
	padding: 8px 12px;
	cursor: pointer;
    color:#fff;
}

.cityfoodcontent div.fancy-select ul.options li.hover {
	background: #eee;

}

.cityfoodcontent div.fancy-select ul.options li.selected {
	background: #d1d1d1;
}

.cityfoodcontent div.fancy-select.green,
.cityfoodcontent div.fancy-select.green ul.options {
	color: #fff;
}

.cityfoodcontent div.fancy-select.green div.trigger,
.cityfoodcontent div.fancy-select.green ul.options {
	background: #019630;
}

.cityfoodcontent div.fancy-select.green div.trigger {
	font-weight: normal; /* bold */
}

.cityfoodcontent div.fancy-select.green ul.options {
	border-color: transparent;
}

.cityfoodcontent div.fancy-select.green ul.options li.hover {
	background: #008f2d;
}

.cityfoodcontent div.fancy-select.green ul.options li.selected {
	background: #007425;
}

.cityfoodcontent div.fancy-select.black,
.cityfoodcontent div.fancy-select.black ul.options {
	color: #fff;
}

.cityfoodcontent div.fancy-select.black div.trigger {
	border-color: #e12b2b;
	font-weight: bold;
}

.cityfoodcontent div.fancy-select.black ul.options {
	border-color: #fff;
}

.cityfoodcontent div.fancy-select.black div.trigger,
div.fancy-select.black ul.options {
	background: #000;
}

.cityfoodcontent div.fancy-select.black ul.options li.hover {
	background: #060606;
}

.cityfoodcontent div.fancy-select.black ul.options li.selected {
	background: #222;
}

.cityfoodcontent div.fancy-select.white,
.cityfoodcontent div.fancy-select.white ul.options {
	color: #e12b2b;
}

.cityfoodcontent div.fancy-select.white div.trigger {
	border-color: #fff;
	font-weight: bold;
}

.cityfoodcontent div.fancy-select.white ul.options {
	border-color: #fff;
}

.cityfoodcontent div.fancy-select.white div.trigger,
.cityfoodcontent div.fancy-select.white ul.options {
	background: #D61F26; /*20180223 #fff;*/
}

.cityfoodcontent div.fancy-select.white ul.options li.hover {
	background: #eee;
    color: #e12b2b;
}

.cityfoodcontent div.fancy-select.white ul.options li.selected {
	color: #fff;
	background: #ff0000;
}
	
/*
	Lists
*/
.cityfoodcontent .list-comma {
	margin-left: 0;
}
.cityfoodcontent .list-comma li {
		display: inline-block;
		list-style-type: none;
	}
.cityfoodcontent .list-comma li:after {
		content: ',';
	}
.cityfoodcontent .list-comma li:last-child:after {
		content: '';
	}
	
ul.text-color a,
ol.text-color a {
	color: inherit;
}


/* Tooltip */
.cityfoodcontent .has-tip {
	border: 0;
}

/*
	Accorion
*/
.cityfoodcontent .accordion {
	border: 0;
}
.cityfoodcontent .accordion-item {
		margin-bottom: 10px;
	}
.cityfoodcontent .accordion a.accordion-title {
			height: 50px;
			padding: 14px 10px;
			border: 1px solid #e52d2d;
			font-size: 16px;
			line-height: 20px;
			font-weight: 700;
			text-decoration: none;
			color: #45464b;
			background: #fff;
			-webkit-border-radius: 2px;
			   -moz-border-radius: 2px;
					border-radius: 2px;
		}
.cityfoodcontent .accordion .accordion-title:before {
			content: '\f2f2';
			font-size: 30px;
			font-family: 'Material-Design-Iconic-Font';
		}
.cityfoodcontent .accordion .is-active > .accordion-title:before {
			content: '\f2f8';
		}
.cityfoodcontent .accordion a.accordion-title:focus {
			background: #fff;
		}
.cityfoodcontent .accordion a.accordion-title:hover,
.cityfoodcontent .accordion .is-active > a.accordion-title {
			color: #fff;
			background: #e52d2d;
		}
.cityfoodcontent .accordion-content {
			padding: 15px 10px 5px;
			border: 0;
		}
.cityfoodcontent .accordion-content *:last-child {
				margin-bottom: 0;
			}
			
/*
	Pagination
*/
.cityfoodcontent .pagination {
	text-align: center;
	margin-bottom: 30px;
}
.cityfoodcontent .pagination a {
		color: #5c6770;
	}
.cityfoodcontent .pagination .current,
.cityfoodcontent .pagination a {
		width: 40px;
		height: 40px;
		padding: 10px 0;
		line-height: 20px;
		font-size: 16px;
		font-weight: 700;
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
				border-radius: 2px;
	}
.cityfoodcontent .pagination .current {
		color: #fff;
		background: #e52d2d;
	}

			
/*
	Clone blocks
*/
.cityfoodcontent .clone-blocks [data-clone] {
	position: relative;
}
.cityfoodcontent .clone-blocks > [data-clone]:first-child [data-clone-remove] {
	display: none;
}
.cityfoodcontent .clone-blocks [data-clone] [data-clone-remove] {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 20px;
	line-height: 1em;
	color: #e12b2b;
}
.cityfoodcontent .clone-blocks [data-clone] [data-clone-remove]:hover {
	color: #000;
}

/*
	Shipping form
*/
.cityfoodcontent .shipping-form {
	display: none;
}

/*
	Country list
*/
.cityfoodcontent .country-list {
	font-size: 18px;
	line-height: 22px;
}
.cityfoodcontent .country-list h4 {
		margin: 0;
		font-size: 18px;
		font-weight: 700;
	}
		
/*
	Responsive video
*/
.cityfoodcontent .flex-video {
	margin-bottom: 30px;
}


/*
	Figure box
*/
.cityfoodcontent .figure-box {
	position: relative;
	display: block;
	overflow: hidden;
	height: 180px;
	margin: 0 0 30px;
}
.cityfoodcontent .figure-box:hover {
	opacity: 0.8;
}
.cityfoodcontent .figure-box.top {
	margin-top: -23px;
	margin-bottom: 5px;
}
.cityfoodcontent .figure-box > img {
		position: relative;
		display: inline-block;
		top: 50%;
		width: 100%;
		z-index: 1;
		-webkit-transform: translate(0, -50%);
		   -moz-transform: translate(0, -50%);
				transform: translate(0, -50%);
	}
.cityfoodcontent .figure-box .text {
		position: absolute;
		top: 50%;
		left: 50%;
		text-align: right;
		font-size: 18px;
		font-weight: 700;
		white-space: nowrap;
		color: #000;
		z-index: 3;
		-webkit-transform: translate(-50%, -50%);
		   -moz-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
	}
.cityfoodcontent .figure-box .text:before {
		position: absolute;
		content: '';
		top: 50%;
		left: 0;
		right: 0;
		width: 100%;
		height: 1px;
		background: #fff;
		-webkit-box-shadow: inset 0 0 1px 1px rgba(100%, 100%, 100%, 1), 0 0 60px 60px rgba(100%, 100%, 100%, 1);
		   -moz-box-shadow: inset 0 0 1px 1px rgba(100%, 100%, 100%, 1), 0 0 60px 60px rgba(100%, 100%, 100%, 1);
				box-shadow: inset 0 0 1px 1px rgba(100%, 100%, 100%, 1), 0 0 60px 60px rgba(100%, 100%, 100%, 1);
		-webkit-border-radius: 100%;
		   -moz-border-radius: 100%;
				border-radius: 100%;
	}
.cityfoodcontent .figure-box .text .title {
			position: relative;
			margin: 0;
			font-family: 'Pacifico', cursive;
			font-size: 46px;
			font-weight: 400;
		}
.cityfoodcontent .figure-box .text .title:after {
				position: absolute;
				content: '\f2fb';
				right: -25px;
				bottom: -30px;
				font-size: 50px;
				line-height: 1em;
				font-family: 'Material-Design-Iconic-Font';
				-webkit-transition: all 0.3s;
				   -moz-transition: all 0.3s;
						transition: all 0.3s;
			}
.cityfoodcontent .figure-box:hover .text .title:after {
				right: -35px;
			}
.cityfoodcontent .figure-box .text p {
			position: relative;
			margin: 0;
		}

/* app.css */


.cityfoodcontent i.text-highlighted, .cityfoodcontent i.text-highlighted p {
    font-size: 18px;
    font-weight: 700;
    color: #e12b2b;
}		

.cityfoodcontent input, .cityfoodcontent button, .cityfoodcontent textarea {
    font-family: "Source Sans Pro";
}

.cityfoodcontent textarea[rows] {
    height: auto;
}



/*
	Lists
*/

.cityfoodcontent .list-comma {
	margin-left: 0;
}

	.cityfoodcontent .list-comma li {
		display: inline-block;
		list-style-type: none;
	}
	
	.cityfoodcontent .list-comma li:after {
		content: ',';
	}
	
	.cityfoodcontent .list-comma li:last-child:after {
		content: '';
	}
	
.cityfoodcontent ul.text-color a,
.cityfoodcontent ol.text-color a {
	color: inherit;
}

/*
	Table
*/

.cityfoodcontent table,
.cityfoodcontent table thead,
.cityfoodcontent table tbody,
.cityfoodcontent table tfoot {
	border: 0;
}

.cityfoodcontent table thead,
.cityfoodcontent table tfoot {
	background: #d1d1d1;
}

.cityfoodcontent table thead th,
.cityfoodcontent table thead td,
.cityfoodcontent table tbody th,
.cityfoodcontent table tbody td,
.cityfoodcontent table tfoot th,
.cityfoodcontent table tfoot td,
.cityfoodcontent table caption,
.cityfoodcontent .table .caption,
.cityfoodcontent .table .col {
	padding: 3px 10px;
}

.cityfoodcontent table thead.large th,
.cityfoodcontent table thead.large td,
.cityfoodcontent table tfoot.large th,
.cityfoodcontent table tfoot.large td {
	padding: 8px 10px;
}

.cityfoodcontent table caption,
.cityfoodcontent .table .caption {
	position: relative;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	text-align: left;
}

.cityfoodcontent table caption.red,
.table .caption.red {
	color: #fff;
	background: #e12b2b;
}

.cityfoodcontent table caption.green,
.cityfoodcontent .table .caption.green {
	color: #fff;
	background: #019630;
}

.cityfoodcontent table caption.large,
.cityfoodcontent .table .caption.large {
	height: 60px;
}

	.cityfoodcontent table caption.large > span,
	.cityfoodcontent .table .caption.large > span	{
		position: relative;
		display: inline-block;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		   -moz-transform: translate(0, -50%);
				transform: translate(0, -50%);
	}
	
.cityfoodcontent .table {
	margin-bottom: 30px;
}

.cityfoodcontent .table .tgroup:nth-child(even) {
	background: #ececec;
}

.cityfoodcontent .table .line:after {
	display: table;
	content: '';
	clear: both;
}

.cityfoodcontent .table .line.form-line {
	line-height: 28px;
}

.cityfoodcontent .table .col {
	float: left;
}

.cityfoodcontent .table .col-lg-5	{ width: 5%; }
.cityfoodcontent .table .col-lg-10	{ width: 10%; }
.cityfoodcontent .table .col-lg-15	{ width: 15%; }
.cityfoodcontent .table .col-lg-20	{ width: 20%; }
.cityfoodcontent .table .col-lg-25	{ width: 25%; }
.cityfoodcontent .table .col-lg-30	{ width: 30%; }
.cityfoodcontent .table .col-lg-35	{ width: 35%; }
.cityfoodcontent .table .col-lg-40	{ width: 40%; }
.cityfoodcontent .table .col-lg-45	{ width: 45%; }
.cityfoodcontent .table .col-lg-50	{ width: 50%; }
.cityfoodcontent .table .col-lg-55	{ width: 55%; }
.cityfoodcontent .table .col-lg-60	{ width: 60%; }
.cityfoodcontent .table .col-lg-65	{ width: 65%; }
.cityfoodcontent .table .col-lg-70	{ width: 70%; }
.cityfoodcontent .table .col-lg-75	{ width: 75%; }
.cityfoodcontent .table .col-lg-80	{ width: 80%; }
.cityfoodcontent .table .col-lg-85	{ width: 85%; }
.cityfoodcontent .table .col-lg-90	{ width: 90%; }
.cityfoodcontent .table .col-lg-95	{ width: 95%; }
.cityfoodcontent .table .col-lg-100	{ width: 100%; }

.cityfoodcontent .table .icon-cell {
	line-height: 0;
}

	.cityfoodcontent .table .icon-cell i {
		font-size: 20px;
		line-height: 23px;
	}
	
	.cityfoodcontent .table .form-line .icon-cell i {
		line-height: 30px;
	}
	
.cityfoodcontent .table .thead {
	font-weight: 700;
	background: #ececec;
}

.cityfoodcontent .table .number-field {
	position: relative;
	width: 78px;
	padding: 0 25px;
}

	.cityfoodcontent .table .number-field input {
		width: 28px;
		height: 28px;
		line-height: 28px;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	.cityfoodcontent .table .number-field .icon-button {
		position: absolute;
		display: block;
		top: 0;
		line-height: 0;
		font-size: 0;
		color: #a1a1a1;
	}
	
	.cityfoodcontent .table .number-field .icon-button.minus {
		left: 0;
	}
	
	.cityfoodcontent .table .number-field .icon-button.plus {
		right: 0;
	}
	
		.cityfoodcontent .table .number-field .icon-button i {
			line-height: 28px;
			font-size: 26px;
		}
	

/* base and alyout */

.hidden {
    display: none;
}

#site {
	opacity: 0;
	-webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
#site.ready {
	opacity: 1;
	/*transition-delay: 0.1s;*/
}

body, input, button, textarea {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	/*line-height: 1.2em;*/
/*	margin-bottom: 20px;*/
   /* font-family: 'Open Sans', sans-serif; */
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	/* Safari only override */
	::i-block-chrome, h1, h2, h3, h4, h5, h6, p {
		text-rendering: optimizeSpeed;
	}
}

p,
ul,
ol,
form,
figure,
table {
	margin-bottom: 20px;
}

figure {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

	figure img {
		/*width: 100%; 2017-09-27*/
	}

p {
	line-height: inherit;
}

a, input, button, textarea {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
}

/* LAYOUT
================================================== */

/*
	Header
*/

.cityfoodcontent .header {
	padding-top: 5px;
}

	.cityfoodcontent .header .logo {
		display: block;
		width: 210px;
		height: 92px;
		margin: 0;
		text-indent: -9999px;
		background: url('../img/logo.svg') left center;
        background-repeat: no-repeat;
		-webkit-background-size: 210px 88px;
				background-size: 210px 88px;
	}

	.cityfoodcontent .header .share {
		display: inline-block;
		margin-left: 0;
		font-size: 0;
		line-height: 0;
	}

		.cityfoodcontent .header .share li {
			display: inline-block;
			list-style: none;
			margin-right: 10px;
		}
        
       .cityfoodcontent .header .share li a {
			font-size: 24px;
            /*line-height: 38px;*/
            line-height: inherit;
            height: 33px;
            width: 33px;
            padding: 0;
            position: relative;
		}
        
        .cityfoodcontent .header .share li a i {
            vertical-align: middle;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
        }
		
		.cityfoodcontent .header .share li:last-child {
			margin-right: 0;
		}

	.cityfoodcontent .header .share:hover a {
		background: #d1d1d1;
	}
	
	.cityfoodcontent .header .share:hover .button.facebook:hover	{ background: #0068b3; }
	.cityfoodcontent .header .share:hover .button.google:hover	{ background: #e26640; }
	.cityfoodcontent .header .share:hover .button.twitter:hover	{ background: #009fe3; }
	.cityfoodcontent .header .share:hover .button.green:hover	{ background: #019630; }
	.cityfoodcontent .header .share:hover .button.youtube:hover	{ background: #e52d2d; }
	
.cityfoodcontent .login-links {
	margin: 0;
	text-align: right;
}

	.cityfoodcontent .login-links li {
		display: inline-block;
		list-style-type: none;
		margin-left: 37px;
        margin-right: 21px;
	}

		.cityfoodcontent .login-links a {
			display: block;
			padding: 0;
			font-weight: 700;
			font-size: 16px;
			line-height: 28px;
		}
		
		.cityfoodcontent .login-links .underline a {
			font-size: 14px;
			font-weight: 400;
			text-decoration: underline;
		}
		
		.cityfoodcontent .login-links.logout a {
			color: #e52d2d;
		}
		
		.cityfoodcontent .login-links.login a {
			color: #019630;
		}
		
		.cityfoodcontent .login-links.logout a:hover,
		.cityfoodcontent .login-links.login a:hover {
			color: #000;
		}
		
	.cityfoodcontent .header .login-form {
		margin-bottom: 0;
	}
    
    .cityfoodcontent .header .login-form input[type="submit"] {
		height: 33px;
        /*line-height: 33px;*/
        padding: 0;
        font-size: 14px;
	}
    
    .cityfoodcontent .header .login-form .row.small-gap > .column,
	.cityfoodcontent .header .login-form .row.small-gap > .columns,
    .cityfoodcontent .header .login-form > div {
		padding-left: 0 !important;
		padding-right: 5px !important;
	}


/* //base and alyout */

/* sidebar */

/*
	Sidebar
*/

.cityfoodcontent .sb-block {
	margin-bottom: 30px;
}
	.cityfoodcontent .sb-block .sb-title {
		margin: 0 0 10px;
		padding: 8px 10px;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
		text-transform: uppercase;
		font-weight: 700;
		color: #fff;
		background: #019630;
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
				border-radius: 2px;
	}
	
	.cityfoodcontent .sb-block ul li {
		margin-bottom: 5px;
	}
	
	.cityfoodcontent .sb-block .list-blog {
		margin-left: 0;
		margin-bottom: 0;
		list-style-type: none;
	}
	
		.cityfoodcontent .sb-block .list-blog a {
			display: block;
			padding: 5px 20px;
			-webkit-border-radius: 2px;
			   -moz-border-radius: 2px;
					border-radius: 2px;
		}
		
		.cityfoodcontent .sb-block .list-blog li:hover a,
		.cityfoodcontent .sb-block .list-blog li.active a {
			color: #fff;
			background: #e52d2d;
		}
	
		
			.cityfoodcontent .sb-block .list-blog li:last-child {
				margin-bottom: 0;
			}
		
	.cityfoodcontent .sb-block .list-comma {
		margin-left: 20px;
	}
	
		.cityfoodcontent .sb-block .list-comma a {
			padding: 3px 0;
		}
		
		.cityfoodcontent .sb-block .list-comma a:hover {
			color: #e52d2d;
		}
		
	.cityfoodcontent .sb-block .banner {
		display: block;
		text-align: center;
	}
	
.cityfoodcontent .article-more-block {
	display: block;
	position: relative;
}

.cityfoodcontent .article-more-block:hover {
	opacity: 0.8;
}

	.cityfoodcontent .article-more-block img {
		display: block;
		width: 100%;
	}
	
	.cityfoodcontent .article-more-block span {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		padding: 20px 27px 20px 5px;
		font-size: 20px;
		line-height: 22px;
		font-weight: 700;
		text-align: right;
	}
	
	.cityfoodcontent .article-more-block.dark span {
		color: #000;
	}
	
	.cityfoodcontent .article-more-block.light span {
		color: #fff;
	}
	
		.cityfoodcontent .article-more-block span i {
			position: absolute;
			top: 50%;
			right: 5px;
			margin-top: -35px;
			font-size: 70px;
			line-height: 1em;
		}
		
.cityfoodcontent .related-post {
	background: #ececec;
}

	.cityfoodcontent .related-post .sb-title {
		margin-bottom: 0;
		-webkit-border-radius: 2px 2px 0 0;
		   -moz-border-radius: 2px 2px 0 0;
				border-radius: 2px 2px 0 0;
	}

	.cityfoodcontent .related-post .text {
		padding: 0 20px 20px;
	}
	
	.cityfoodcontent .related-post .title {
		font-size: 20px;
		font-weight: 700;
		text-align: center;
		color: #e12b2b;
	}

/*
	Entry
*/

.cityfoodcontent .entry a:not(.button) {
	color: inherit;
	text-decoration: underline;
}

.cityfoodcontent .entry a:not(.button):hover {
	color: #e52d2d;
	text-decoration: none;
}


/* //sidebar */
/*
	Grid
*/

.cityfoodcontent .row.small-gap {
	margin-left: -5px;
	margin-right: -5px;
}

	.cityfoodcontent .row.small-gap > .column,
	.cityfoodcontent .row.small-gap > .columns {
		padding-left: 5px;
		padding-right: 5px;
	}


/*
	Article block
*/

.cityfoodcontent .article-block {
	margin-bottom: 30px;
}

	.cityfoodcontent .article-block .maintitle {
		margin-bottom: 12px;
	}

	.cityfoodcontent .article-block figure {
		position: relative;
		margin-bottom: 15px;
	}
		
		.cityfoodcontent .article-block figure a {
			display: block;
		}
		
			.cityfoodcontent .article-block figure a img {
				-webkit-transition: all 0.3s;
				   -moz-transition: all 0.3s;
						transition: all 0.3s;
			}
		
			.cityfoodcontent .article-block figure a:hover img {
				opacity: 0.7;
			}
			
		.cityfoodcontent .article-block figure .figure-label {
			position: absolute;
			right: 0;
			bottom: 0;
			left: 0;
			width: 100%;
			padding: 7px 0 5px;
			font-size: 30px;
			line-height: 34px;
			text-align: center;
			text-transform: uppercase;
			font-weight: 700;
			color: #fff;
			background: #019630;
		}
		
		.cityfoodcontent .article-block .figure-caption {
			text-align: center;
		}
		
			.cityfoodcontent .article-block .figure-caption figcaption {
				position: absolute;
				display: inline-block;
				top: 50%;
				left: 0;
				width: 100%;
				font-size: 80px;
				line-height: 1em;
				font-family: 'Pacifico', cursive;
				text-shadow: 0 0 30px #fff;
				color: #363535;
				-webkit-transform: translate(0, -50%);
				   -moz-transform: translate(0, -50%);
						transform: translate(0, -50%);
			}
			
			.cityfoodcontent .article-block .figure-caption figcaption span {
				position: relative;
				display: inline-block;
				z-index: 2;
			}
			
			.cityfoodcontent .article-block .figure-caption figcaption span:after {
				position: absolute;
				content: '';
				top: 50%;
				left: 0;
				right: 0;
				height: 1px;
				background: #fff;
				z-index: -1;
				-webkit-box-shadow: inset 0 0 1px 1px rgba(100%, 100%, 100%, 1), 0 0 50px 50px rgba(100%, 100%, 100%, 1);
				   -moz-box-shadow: inset 0 0 1px 1px rgba(100%, 100%, 100%, 1), 0 0 50px 50px rgba(100%, 100%, 100%, 1);
						box-shadow: inset 0 0 1px 1px rgba(100%, 100%, 100%, 1), 0 0 50px 50px rgba(100%, 100%, 100%, 1);
				-webkit-border-radius: 100%;
				   -moz-border-radius: 100%;
						border-radius: 100%;
				-webkit-transform: translate(0, -50%);
				   -moz-transform: translate(0, -50%);
						transform: translate(0, -50%);
			}
			
			
	.cityfoodcontent .article-block p {
		margin-bottom: 15px;
	}
	


/* //app.css */

main.cityfoodcontent  {
    padding-top: 80px;
}

.cityfoodcontent .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right;
}
.cityfoodcontent .large-9 {
    width: 75%;
}
.cityfoodcontent .large-pull-3 {
    position: relative;
    left: -25%;
}
.cityfoodcontent .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}



.food-inactivebutton {
  cursor: default;
  }
.food-inactivebutton.green:hover {
	background: #019630;
}    
.food-inactivebutton.red:hover {
	background: #e52d2d;
}    
.food-inactivebutton.gray:hover {
	background: #a8a8a8;
}    
.food-inactivebutton.border-red:hover {
	border-color: #e52d2d;
	color: #e52d2d;
}
.food-inactivebutton.border-white:hover {
	border-color: #fff;
	color: #fff;
}
.food-inactivebutton.border-black:hover {
	border-color: #000;
	color: #000;
}
.food-inactivebutton.white:hover {
	color: #e12b2b;
	border-color: #000;
	background: #fff;
}

/* inacivebutton */

.food-delta { font-weight:bold; }
.food-inactive-number-field{ width: 78px; text-align:center;}
.food-tooltip-kep-text { font-size:10px; }

.food-center { text-align:center; }

.food-etlap-szoveg { font-family: Verdana, Geneva, sans-serif; font-size: 11px; /* font-weight:bold; */}
.food-etlap-szoveg2 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; background-color: white !important; padding-top: 5px; padding-bottom: 5px; margin-left:-3px; margin-right:-3px;}
/* // inactivebutton */

.food-activebutton.white {
	color: #fff;
	border-color: #fff;
	background: #e12b2b;
}

.food-float-left {
float:left;
}
.food-float-right {
float:right;
}

.mainmenu a {
padding-left: 20px;
padding-right: 30px;
}




.food-table.printtop .cell {
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
}

	.food-table.printtop .cell > .top {
		height: 60px;
		margin-bottom: 1px;
		border: 1px solid #c1c1c1;
	}

	.food-table.printtop .cell > .bottom {
		padding: 3px 0;
		background: #c1c1c1;
	}
	
		.food-table.printtop .cell .text-small {
			font-weight: 400;
			line-height: 16px;
		}
	.food-form .food-table.printtop {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
		background: #fff;
	}

body.rendeles {
	background: #e6e6e6;
}

/* tooltipster */

.tooltip_templates { display: none; }

.tooltipster-sidetip.tooltipster-light .tooltipster-box{background:#FFFFFF !important;}
.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#FFFFFF !important;}
.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-background{border-left-color:#FFFFFF !important;}
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background{border-right-color:#FFFFFF !important;}
.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background{border-top-color:#FFFFFF !important;}

.ttipsterkep {
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px;
 /*line-height: 16px;*/ 
background-color:#26B226;
}

/* tooltipster end */

.login-inner input:focus.user, .login-inner input:active.user, .login-inner input:valid {
    background-color: #b20d14;
    background-image: url('img/user-a.png');
}
.login-inner input:focus.pass, .login-inner input:active.pass {
    background-color: #b20d14;
	background-image: url('img/lock-a.png');
}

/* reeszponzivhoz */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	
	
	
	.cityfoodcontent .article-block .figure-caption figcaption {
		font-size: 40px;
	}
	
	.payment-slider-nav li {
		width: 25%;
	}
	
	.payment-slider-nav li:last-child {
		width: 100%;
	}
	
	.cityfoodcontent .figure-box {
		height: 140px;
	}
	
	/*
		Table
	*/
	
	.cityfoodcontent .table .col-md-5	{ width: 5%; }
	.cityfoodcontent .table .col-md-10	{ width: 10%; }
	.cityfoodcontent .table .col-md-15	{ width: 15%; }
	.cityfoodcontent .table .col-md-20	{ width: 20%; }
	.cityfoodcontent .table .col-md-25	{ width: 25%; }
	.cityfoodcontent .table .col-md-30	{ width: 30%; }
	.cityfoodcontent .table .col-md-35	{ width: 35%; }
	.cityfoodcontent .table .col-md-40	{ width: 40%; }
	.cityfoodcontent .table .col-md-45	{ width: 45%; }
	.cityfoodcontent .table .col-md-50	{ width: 50%; }
	.cityfoodcontent .table .col-md-55	{ width: 55%; }
	.cityfoodcontent .table .col-md-60	{ width: 60%; }
	.cityfoodcontent .table .col-md-65	{ width: 65%; }
	.cityfoodcontent .table .col-md-70	{ width: 70%; }
	.cityfoodcontent .table .col-md-75	{ width: 75%; }
	.cityfoodcontent .table .col-md-80	{ width: 80%; }
	.cityfoodcontent .table .col-md-85	{ width: 85%; }
	.cityfoodcontent .table .col-md-90	{ width: 90%; }
	.cityfoodcontent .table .col-md-95	{ width: 95%; }
	.cityfoodcontent .table .col-md-100	{ width: 100%; }
	
}

@media screen and (max-width: 39.9375em) {
	
	
	
	.cityfoodcontent .text-strong-small {
		font-weight: 700;
	}
	
	.cityfoodcontent .text-right-small {
		text-align: right;
	}
/*
		Table
	*/
	
	.cityfoodcontent .table .col-sm-5	{ width: 5%; }
	.cityfoodcontent .table .col-sm-10	{ width: 10%; }
	.cityfoodcontent .table .col-sm-15	{ width: 15%; }
	.cityfoodcontent .table .col-sm-20	{ width: 20%; }
	.cityfoodcontent .table .col-sm-25	{ width: 25%; }
	.cityfoodcontent .table .col-sm-30	{ width: 30%; }
	.cityfoodcontent .table .col-sm-35	{ width: 35%; }
	.cityfoodcontent .table .col-sm-40	{ width: 40%; }
	.cityfoodcontent .table .col-sm-45	{ width: 45%; }
	.cityfoodcontent .table .col-sm-50	{ width: 50%; }
	.cityfoodcontent .table .col-sm-55	{ width: 55%; }
	.cityfoodcontent .table .col-sm-60	{ width: 60%; }
	.cityfoodcontent .table .col-sm-65	{ width: 65%; }
	.cityfoodcontent .table .col-sm-70	{ width: 70%; }
	.cityfoodcontent .table .col-sm-75	{ width: 75%; }
	.cityfoodcontent .table .col-sm-80	{ width: 80%; }
	.cityfoodcontent .table .col-sm-85	{ width: 85%; }
	.cityfoodcontent .table .col-sm-90	{ width: 90%; }
	.cityfoodcontent .table .col-sm-95	{ width: 95%; }
	.cityfoodcontent .table .col-sm-100	{ width: 100%; }

     .koretel figure a img{ 
      width:250px;
       height:250px;
}
}
/*  reszponzivhoz */

body .etlapnyomtatas { display: none; }
.cityfoodcontent .number-field input {
position: relative;
top: 1px;
height: 22px;
margin: 0 auto;
width: 29px;
border: 1px solid #b8b8b8;
text-align: center;
font-size: 16px;
padding: 0;
font-weight: 700;
background: #fff;
-webkit-box-shadow: inset 0 0px 6px rgba(10, 10, 10, 0.32);
-moz-box-shadow: inset 0 0px 6px rgba(10, 10, 10, 0.32);
box-shadow: inset 0 0px 6px rgba(10, 10, 10, 0.32);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.cityfoodcontent .number-field a.icon-button:hover {
color: #ff8888;
}

.cityfoodcontent .name .number-field a.icon-button:hover {
color: #ff8888;
}

body {
line-height:unset;
}

.wpb_text_column, .wpb_wrapper, .wpb_wrapper p{
/* margin:unset; */
}

.wpb_wrapper p{
 margin-top:24px;
}

.card-text h1{
font-weight:bold;
}

.food-bold h1, .food-bold h5{
font-weight:bold;
}

.blogposts h4{
font-family: 'Yanone Kaffeesatz', sans-serif;
font-size:30px;
font-weight:bold;
line-height:unset;
}

/* racsvonal 

.cf_row > .food, .cf_header_row > .food , .cf_row > .name, .cf_header_row > .name{
margin:1px;
}

.cf_row > .category, .cf_header_row > .category {
margin-top: 1px;
margin-right: 1px;
margin-bottom: 1px;
}
*/
/* racsvonal vege */

/* napok kozott racs  */


.fooddayname{
    /*border-right: 1px solid #af1a1f;*/
    border-left: 1px solid #af1a1f;
}

.green-button span a {
color:#FFFFFF;
}

/*
.left a.icon-info{
position:relative;
left: -18px;
top: +18px;
}
*/

.wpcf7-form textarea, .wpcf7-form input[type="tel"], .wpcf7-form input[type="email"], .wpcf7-form input[type="text"] {
font-family: inherit;
font-size: 100%;
font-weight: 600;
height: inherit;
}

.wpcf7-form textarea {
    height: 130px;
}

main td {
    padding: 0 20px !important;
}

.lang-item a.hvr-rectangle-out:before{
background: initial !important;
}

.lang-item a.hvr-rectangle-out img{
width:24px;
height:16px;
}

.lang-item a.hvr-rectangle-out {
padding-left:0px;
padding-right:0px;
}

html[lang="en-GB"] .forditatlan, html[lang="de-DE"] .forditatlan{
display:none !important;
}
/*
h1 {
border: 5px dashed red !important;
}

h2 {
border: 5px dashed green !important;
}
*/


@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 20px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 20px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 20px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 20px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

.glowingbutton{
-webkit-animation: glowing 1500ms infinite;
-moz-animation: glowing 1500ms infinite;
-o-animation: glowing 1500ms infinite;
animation: glowing 1500ms infinite;
}

article > a > img.wp-post-image {
margin:20px;
}

.post-block.list > figure > img.wp-post-image {
margin:20px;
}

.tapanyagtable tr td {
border-left: 1px solid #019630; 
border-right: 1px solid #019630; 
line-height:16px; 
height:16px; 
padding-left:2px; 
padding-right:2px; 
padding-top:0px; 
padding-bottom:0px; 
font-size: 12px;
}

#registered-user-name span{
font-weight: normal;
font-size: 14px;
text-transform: initial;
}

.total span{
    visibility:hidden;
}

.cart_mobile_bottom > figure {
    text-align:center;
}
/* modositasok 2018.02.07 */
.posts,
.sidebar {
	padding-top:30px;
}

.posts figure img {
	width: 100%;
}

.related-post img {
	width: 100%;
}

.related-post figure {
	margin-bottom: 0px;
}

.related-post .sb-block.sb-title {
	margin-bottom: 0px;
}

.posts figure {
	margin-bottom:0px;
}

.blog-category {
    background-color: #ececec !important;
    color: #000000 !important;
    border-top: 2px solid #ff131d;
    position: relative;
    padding: 15px 20px;
}

.posts h2 > a,.posts  h2 > a:hover, .posts h2 > a:focus,.posts  h2 > a:active, .posts h2 > a:visited {
    color: #e52d2d !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}

h2 > .list-posttitle, h2.list-posttitle {
    line-height: 20px !important;
}

.blog-category .info ul {
    margin: 0;
}

.blog-category .info {
    text-align: right;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
	text-align: left !important;
}

.blog-category .info i,
.post-block .info i  
{
	margin-right: 10px;
	font-size: 14px !important;
}

.blog-category .info i {
    margin-right: 10px;
}

.blog-category .info a,
.blog-category .info time  
{
	font-size: 14px;
}

.list-comma li {
    display: inline-block;
    list-style-type: none;
}

.post-block.list {
    margin-bottom: 30px;
    background: #ececec;
}

.post-block {
    padding: 0 25px 25px;
}

.post-block {
    background: #ffffff !important;
	border: 1px solid #ececec;
}

.post-block .view-article {
	display: none;
}


.post-block .button.red {
    background: #ff131d;
	color:#fff;
}

.post-block .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.post-block .button:focus, .post-block  .button:hover {
    background-color: #1583cc;
    color: #fff;
}

.post-block .button {
	background: #80a53e;
	border-radius: 6px;
	position: relative;
	height: 42px;
	margin: 0;
	border: 1px solid transparent;
	line-height: 30px;
	font-size: 14px;
	font-weight: 700;
	padding: 5px 10px;
}

.post-block .button:hover {
	background: #80a53e;
}

.mtop20 {
	margin-top:20px !important;
}

.mtop30 {
	margin-top:30px !important;
}

.sb-block .sb-title {
    margin: 0 0 10px;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background: #ff131d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.sb-block .list-blog {
    margin-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

footer {
	clear: both;
}

.sb-block .list-blog li:hover a, .sb-block .list-blog li.active a {
    background: #eeeeee;
}

.sb-block .list-blog a {
    display: block;
    padding: 5px 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.sb-block {
    margin-bottom: 30px;
}

.post .attachment-post-thumbnail {
	width: 100%;
}

article > a > img.wp-post-image {
    margin: 0px;
}

h1.blog-title {
    margin: 5px 0;
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
}


.post-block.post {
    padding: 0 0px 25px;
}

.post-block.post p {
    padding: 0px 25px;
}

.list-blogtitle {
	margin: 15px 0;
	font-size: 28px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
}




.page-numbers {
    text-align: center;
    margin-bottom: 30px;
    margin-left: 0;
}
.page-numbers::before, .page-numbers::after {
    content: ' ';
    display: table;
}
.page-numbers li {
    display: inline-block;
}
.page-numbers li .current {
    color: #fff;
    background: #e52d2d;
}
.page-numbers li a, .page-numbers li span {
    display: block;
    color: #5c6770;
    width: 40px;
    height: 40px;
    padding: 10px 0;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.page-numbers li a:hover {
    background: #e6e6e6;
}
/* modositas 2018-10-24 Janous */

.food-card .card-text p {
    font-size: 16px;
}

.green-food-button span {
   font-size: 16px;
}

/* Bloglist */

h2.list-posttitle {
	height: 66px;
}