/*
Theme Name: Kafit theme
Theme URI:
Description: A custom WordPress website for Kafit - An Israeli Coffee Shops Chain
Author: Avsha Agasi
Author URI: http://the-two.co
Version: 1.0
Tags: clean, advanced, responsive, great
*/

/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
a {text-decoration: none; color: inherit;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table {border-collapse: collapse; border-spacing: 0;}
* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}


html {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-family: 'Times New Roman';
	font-weight: 400;
	font-size: 17px;
	font-style: normal;
	color: #683c11;
	background: white;
	width: 100%;
	height: 100%;
	position: relative;
	direction: ltr;
}

/***********************/

.book {
	font-family: 'Times New Roman';
}

.order-button {
	position: absolute;
	top: 30px;
	right: 40px;
	height: 50px;
	width: 230px;
	background: #683c11;
	z-index: 10000;
	text-align: center;
	line-height: 50px;
	vertical-align: middle;
	color: white;
	font-size: 24px;
	cursor: pointer;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}

.order-button .triangle {
	position: absolute;
	right: 100%;
	top: 0;
	width: 0;
	height: 0;
	border-right: 20px solid #683c11;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
}

.order-button .triangle.right {
	left: 100%;
	border-right: 0;
	border-left: 20px solid #683c11;
	right: auto;
}

.order-button img {
	height: 100%;
	width: auto;
}

.order-button:hover {
	background: white;
	color: #683c11;
}

.menu-button {
	position: fixed;
	top: 50px;
	right: 40px;
	height: 40px;
	width: 40px;
	background: white;
	z-index: 10000;
	cursor: pointer;
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
}

.menu-button-inner {
	position: absolute;
	height: 17px;
	width: 24px;
	left: 50%;
	margin-left: -12px;
	top: 50%;
	margin-top: -8.5px;
}

.menu-button-inner .line {
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	background: #683c11;
}

.menu-button-inner .line.top {
	top: 0;
}

.menu-button-inner .line.middle {
	top: 7px;
}

.menu-button-inner .line.bottom {
	top: 14px;
}

/***********************/

.side-menu {
	position: fixed;
	width: 300px;
	height: 100%;
	top: 0;
	left: 0;
	color: #683c11;
	background: url(images/wood-light.jpg) !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center center !important;
}

.menu-items {
	position: absolute;
	left: 35px;
	top: 50%;
	margin-top: -150px;
	font-size: 30px;
	height: 300px;
}

.menu-items li {
	margin-bottom: 15px;
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
	cursor: pointer;
}

.menu-items li.active {
	color: #ff9300;
}

.menu-items li:hover {
	color: #ff9300;
}

.rights {
	position: absolute;
	bottom: 40px;
	left: 35px;
	font-size: 13px;
	font-weight: 600;
	padding-top: 10px;
	border-top: 1px solid #683c11;
}

/***********************/

.main-logo {
	position: absolute;
	width: 600px;
	height: auto;
	left: 50%;
	margin-left: -300px;
	top: 50%;
	margin-top: -142px;
}

/***********************/

.container {
	position: relative;
	min-height: 100vh;
	background: white;
	right: 0;
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
}

.container.move {
	transform: translateX(300px);
	-webkit-transform: translateX(300px);
}

.section {
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.bg {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center center !important;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
}

.overlay.brown.special {
	background: rgba(104,60,17,0.5);
}

h2 {
	font-size: 130px;
}

.main-headline {
	position: absolute;
	font-size: 340px;
	right: 0;
	width: 100%;
	text-align: center;
	height: 100px;
	top: 50%;
	margin-top: -50px;
	line-height: 100px;
	vertical-align: middle;
}

.main-headline.white {
	color: white;
	font-size: 100px;
}

/* .main-headline.white.reg {
	color: white;
	font-size: 340px;
} */

.diamond {
	position: relative;
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-bottom-color: white;
	top: -30px;
	display: inline-block;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}

.diamond:after {
	content: '';
	position: absolute;
	left: -30px;
	top: 30px;
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-top-color: white;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}

.diamond.brown {
	border-bottom-color: #683c11;
	color: white;
}

.diamond.brown:after {
	border-top-color: #683c11;
}

.diamond.brown .menu-button .line {
	background: white !important;
}

.arrow-down {
	position: fixed;
	bottom: 30px;
	width: 62px;
	height: 62px;
	right: 40px;
	cursor: pointer;
	z-index: 1000000;
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
	overflow: hidden;
}

.arrow-down.up {
	transform: translateY(-60px);
	-webkit-transform: translateY(-60px);
	opacity: 0;
}

.arrow-down:hover .diamond {
	border-bottom-color: #683c11;
	color: white;
}

.arrow-down:hover .diamond:after {
	border-top-color: #683c11;
	color: white;
}

.arrow-down i {
	font-size: 36px;
	position: absolute;
	top: 15px;
	right: -12px;
	z-index: 50;
	transform: translateY(150%);
	-webkit-transform: translateY(150%);
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
}

#the-up {
	top: 10px;
}

.arrow-down i.show {
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.button {
	display: block;
	width: 180px;
	height: 50px;
	border: 2px solid #683c11;
	text-align: center;
	line-height: 46px;
	vertical-align: middle;
	font-size: 30px;
	cursor: pointer;
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
}

.button:hover {
	background: #683c11;
	color: white;
}

h4 {
	font-size: 30px;
}

h4.the-s {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}

.m-t-30 {
	margin-top: 20px;
}

.clear {
	clear: both;
}

.overflow-hidden {
	overflow: hidden !important;
}

/************ panel ***********/

.panel {
	position: fixed;
	top: 30px;
	left: 35px;
	width: 65px;
	height: 65px;
	z-index: 1000;
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
}

.panel.move {
	transform: translateX(300px);
	-webkit-transform: translateX(300px);
}

.panel .diamond {
	cursor: pointer;
	transition: color .4s ease-out;
	-webkit-transition: color .4s ease-out;
}

.panel .diamond:hover {
	color: #4ECDC4;
}

.panel .diamond.first:hover .menu-button .line {
	
}

.panel .diamond.brown.first:hover .menu-button .line {
	background: #4ECDC4 !important;
}

.panel .diamond.first {
	position: absolute;
	left: 0;
	right: auto;
}

.panel .diamond.second {
	position: absolute;
	left: 69px;
}

.panel .diamond.second span {
	font-size: 24px;
	position: absolute;
	top: 20px;
	z-index: 50;
	left: -15px;
}

.panel .diamond.third {
	position: absolute;
	left: 35px;
	top: 5px;
}

.panel .diamond.third i {
	font-size: 21px;
	position: absolute;
	top: 20px;
	right: -3px;
	z-index: 50;
}

.panel .diamond.first .menu-button {
	position: absolute;
	height: 17px;
	width: 24px;
	right: -12px;
	top: 22px;
	background: transparent;
}

.panel .diamond.first .menu-button .line {
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	background: #683c11;
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
}

.panel .diamond.first .menu-button .line.top {
	top: 0;
}

.panel .diamond.first .menu-button .line.middle {
	top: 7px;
}

.panel .diamond.first .menu-button .line.bottom {
	top: 14px;
}

.x-button {
	position: absolute;
	top: 50px;
	left: 35px;
	height: 17px;
	width: 24px;
	cursor: pointer;
	z-index: 10;
}

.x-button .line {
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	background: #683c11;
}

.x-button.white .line {
	background: white;
}

.x-button .line.top {
	top: 7px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.x-button .line.bottom {
	top: 7px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

/************ home ***********/

.opening-images {
	position: relative;
	height: 100%;
}

.opening-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	transition: all 1.2s ease-out;
	-webkit-transition: all 1.2s ease-out;
}

.opening-image.active {
	visibility: visible;
	opacity: 1;
}

.section.opening .box {
	position: absolute;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	top: 0;
	height: 100px;
	background: white;
}

.section.opening .box .triangle {
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 0;
	border-top: 80px solid white;
	border-left: 200px solid transparent;
	border-right: 200px solid transparent;
	z-index: 1;
}

.section.opening .box .logo {
	position: absolute;
	width: 180px;
	left: 50%;
	margin-left: -90px;
	top: 30px;
	height: auto;
	z-index: 1;
}



/***********/

.section .box.wood {
	background: url(images/wood-light.jpg) !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center center !important;
	
}

.section.cafipedia .box, .section.branches .box {
	position: absolute;
	width: 40%;
	left: 0;
	top: 0;
	height: 100%;
	background: white;
}

.section.menu .box, .section.franchisees .box {
	position: absolute;
	width: 40%;
	right: 0;
	top: 0;
	height: 100%;
	background: white;
}

.section.cafipedia .box .triangle, .section.branches .box .triangle {
	position: absolute;
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	z-index: 1;
}

.section.menu .box .triangle, .section.franchisees .box .triangle {
	position: absolute;
	top: 0;
	right: 100%;
	width: 0;
	height: 0;
	z-index: 1;
}

.section.cafipedia .headline, .section.branches .headline {
	position: absolute;
	height: 120px;
	line-height: 120px;
	vertical-align: middle;
	top: 50%;
	margin-top: -60px;
	color: white;
	right: 0;
	width: 60%;
	text-align: center;
}

.section.menu .headline, .section.franchisees .headline {
	position: absolute;
	height: 120px;
	line-height: 120px;
	vertical-align: middle;
	top: 50%;
	margin-top: -60px;
	width: 60%;
	left: 0;
	text-align: center;
	color: white;
}

.section.cafipedia .box .inner, .section.branches .box .inner  {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding-right: 25%;
	display: table;
}

.section.menu .box .inner, .section.franchisees .box .inner  {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding-left: 25%;
	display: table;
}

.section.cafipedia .box .inner .content, .section.branches .box .inner .content {
	position: static;
	display: table-cell;
	vertical-align: middle;
	color: #683c11;
	font-size: 21px;
	line-height: 26px;
	padding-left: 65px;
	text-align: left;
}

.section.cafipedia .box .inner .content .inside {
	position: absolute;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	height: 420px;
	top: 50%;
	margin-top: -210px;
}

.section.menu .box .inner .content, .section.franchisees .box .inner .content {
	position: static;
	display: table-cell;
	vertical-align: middle;
	color: #683c11;
	font-size: 50px;
	line-height: 70px;
	padding-right: 65px;
}

.section.menu .box .inner .content .inside {
	position: absolute;
	width: 270px;
	left: 50%;
	margin-left: -135px;
	height: 350px;
	top: 50%;
	margin-top: -175px;
}

.section.franchisees .box .inner .content {
	font-size: 50px;
	line-height: 60px;
}

.section.franchisees .box .inner .content .inside {
	position: absolute;
	width: 200px;
	left: 50%;
	margin-left: -100px;
	height: 240px;
	top: 50%;
	margin-top: -120px;
	transition: all .6s ease-out;
	-webkit-transition: all .6s ease-out;
}

.section.franchisees .box .inner .content .inside:hover {
	transform: translateX(-20px);
	-webkit-transform: translatX(-20px)
}

.section.menu .box .inner .content ul, .section.branches .box .inner .content ul {
	/* border-top: 1px solid #683c11; */
}

.section.menu .box .inner .content ul li, .section.branches .box .inner .content ul li {
	/* border-bottom: 1px solid #683c11; */
	cursor: pointer;
	transition: all .6s ease-out;
	-webkit-transition: all .6s ease-out;
}

.section.menu .box .inner .content ul li:hover {
	transform: translateX(-20px);
	-webkit-transform: translateX(-20px);
}

.section.branches .box .inner .content ul li:hover {
	transform: translateX(20px);
	-webkit-transform: translateX(20px);
}

.section.branches .box .inner .content {
	font-size: 30px;
	line-height: 50px;
}

.section.branches .box .inner .content .inside {
	position: absolute;
	width: 330px;
	left: 50%;
	margin-left: -160px;
	height: 410px;
	top: 50%;
	margin-top: -205px;
}

.totseret {
	display: block;
	margin-top: 15px;
	height: 70px;
	width: auto;
	float: left;
}

/***********************/

.square {
	position: absolute;
	width: 2000px;
	height: 2000px;
	top: 50%;
	margin-top: -1000px;
	right: 44%;
	background: rgba(0,0,0,0.7);
	z-index: 100;
	/* transform: rotate(45deg);
	-webkit-transform: rotate(45deg); 
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);*/
	-webkit-transform: rotate(45deg) skew(20deg, 20deg);
	overflow: hidden;
}

.square .fill {
	position: absolute;
	width: 200%;
	height: 200%;
	top: -50%;
	right: -50%;
	background: url(images/interested-2.jpg);
	-webkit-transform: rotate(-45deg) skew(-20deg, -20deg);
}

/***********************/

.section .box.left {
	position: absolute;
	width: 40%;
	left: 0;
	top: 0;
	height: 100%;
	background: white;
}

.section .box.right {
	position: absolute;
	width: 40%;
	right: 0;
	top: 0;
	height: 100%;
	background: white;
}

.section.menu-section .box.left, .section.menu-section .box.right {
	width: 50% !important;
}

.section.breakfast-3 .box, .section.breakfast-5 .box {
	position: absolute;
	width: 40%;
	right: 0;
	top: 0;
	height: 100%;
	background: white;
}

.section .box .big-tri-left {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	z-index: 1;
}

.big-tri-right {
	display: none;
	position: absolute;
	top: 0;
	right: 100%;
	width: 0;
	height: 0;
	z-index: 1;
}

.section.menu-section .box .inner  {
	position: absolute;
	width: 500px;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -250px;
	display: table;
}

.section.menu-section .box .inner .content {
	position: static;
	display: table-cell;
	vertical-align: middle;
	color: #683c11;
	font-size: 21px;
	line-height: 24px;
	text-align: left;
}

.section.breakfast-3 .box .inner .content, .section.breakfast-5 .box .inner .content {
	position: static;
	display: table-cell;
	vertical-align: middle;
	color: #683c11;
	font-size: 21px;
	line-height: 24px;
	padding-right: 50px;
	text-align: right;
}

.inner .content .title {
	font-size: 30px;
	margin-bottom: 10px;
}

.m-t-20 {
	margin-top: 30px;
}

.m-t-10 {
	margin-top: 10px;
}

.inner .content .line {
	margin-top: 6px;
	border-top: 1px solid rgba(104,60,17,0.2);
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
}

.inner .content .line .right {
	float: left;
}

.inner .content .line .left {
	float: right;
}

.inner .content .small {
	margin-top: 4px;
	font-size: 16px;
	color: black;
}

.inner .content .divider {
	width: 100%;
	height: 1px;
	background: black;
	margin: 30px 0;
}

/******************/

.menu-diamonds {
	position: absolute;
	left: 50px;
	top: calc( 100vh - 310px );
	width: 520px;
	height: 260px;
	z-index: 100;
	text-align: center;
}

.menu-diamonds .diamond {
	border: 80px solid transparent;
	border-bottom-color: white;
	top: -80px;
	display: inline-block;
	font-size: 36px;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}

.menu-diamonds .diamond:after {
	content: '';
	position: absolute;
	left: -80px;
	top: 80px;
	width: 0;
	height: 0;
	border: 80px solid transparent;
	border-top-color: white;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}

.menu-diamonds .diamond span {
	position: absolute;
	top: 60px;
	right: -80px;
	width: 160px;
	z-index: 100;
}

.menu-diamonds .diamond:hover {
	border-bottom-color: #683c11;
	color: white;
}

.menu-diamonds .diamond:hover:after {
	border-top-color: #683c11;
	color: white;
}


#menu-diamond-1 {
	position: absolute;
	right: 0;
}

#menu-diamond-2 {
	position: absolute;
	right: 180px;
}

#menu-diamond-3 {
	position: absolute;
	right: 360px;
}

#menu-diamond-4 {
	position: absolute;
	right: 90px;
	top: 20px;
}

#menu-diamond-5 {
	position: absolute;
	right: 270px;
	top: 20px;
}

/******************/

.branches-diamonds {
	position: absolute;
	left: 50px;
	top: calc( 100vh - 410px );
	width: 520px;
	height: 360px;
	z-index: 100;
	text-align: center;
}

.branches-diamonds .diamond {
	border: 80px solid transparent;
	border-bottom-color: white;
	top: -80px;
	display: inline-block;
	font-size: 30px;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}

.branches-diamonds .diamond:after {
	content: '';
	position: absolute;
	left: -80px;
	top: 80px;
	width: 0;
	height: 0;
	border: 80px solid transparent;
	border-top-color: white;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}

.branches-diamonds .diamond span {
	position: absolute;
	top: 60px;
	right: -80px;
	width: 160px;
	z-index: 100;
}

.branches-diamonds .diamond:hover {
	border-bottom-color: #683c11;
	color: white;
}

.branches-diamonds .diamond:hover:after {
	border-top-color: #683c11;
	color: white;
}

#branch-diamond-1 {
	position: absolute;
	right: 0;
}

#branch-diamond-2 {
	position: absolute;
	right: 180px;
}

#branch-diamond-3 {
	position: absolute;
	right: 360px;
}

#branch-diamond-4 {
	position: absolute;
	right: 90px;
	top: 20px;
}

#branch-diamond-5 {
	position: absolute;
	right: 270px;
	top: 20px;
}

#branch-diamond-6 {
	position: absolute;
	right: 0;
	top: 120px;
}

#branch-diamond-7 {
	position: absolute;
	right: 180px;
	top: 120px;
}

#branch-diamond-8 {
	position: absolute;
	right: 360px;
	top: 120px;
}

/******************/

.section.branch-1 {
	background: url(../images/shlomtzion-2.jpg);
}

.section.branch-2 {
	background: url(../images/shlmotzion-1.jpg);
}

.section.branch-3 {
	background: url(../images/modiin-1.jpg);
}

.section.branch-4 {
	background: url(../images/modiin-2.jpg);
}

.section.branch-5 {
	background: url(../images/moshava-1.jpg);
}

.section.branch-6 {
	background: url(../images/moshava-2.jpg);
}

.section.branch-7 {
	background: url(../images/petach-1.jpg);
}

.section.branch-8 {
	background: url(../images/petach-2.jpg);
}

.section.branch-9 {
	background: url(../images/malcha-2.jpg);
}

.section.branch-10 {
	background: url(../images/malcha-1.jpg);
}

.section.branch-11 {
	background: url(../images/edomim-1.jpg);
}

.section.branch-12 {
	background: url(../images/edomim-2.jpg);
}

.section.branch-13 {
	background: url(../images/botani-1.jpg);
}

.section.branch-14 {
	background: url(../images/botani-2.jpg);
}

.section.branch .box {
	position: absolute;
	width: 50%;
	left: 0;
	top: 0;
	height: 100%;
	background: white;
}

.section.branch .box.right {
	right: 0;
	width: 40%;
}

.section.branch .box.full-right {
	right: 0;
	width: 50%;
}

.section.branch .box.full-right .content {
	
}

.section.branch .box .triangle {
	position: absolute;
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	z-index: 1;
}


.section.branch .box .inner  {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: table;
}

.section.branch .box .inner .content {
	position: static;
	display: table-cell;
	vertical-align: middle;
	color: #683c11;
	font-size: 17px;
	line-height: 21px;
	padding: 0 40px;
	text-align: left;
}

.section.branch .box .inner .content .headline-2 {
	font-size: 36px;
}

.section.branch .box .inner .content .desc {
	margin-top: 10px;
}

.section.branch .box .inner .content .details {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #683c11;
}

.section.branch .box .inner .content .phone {
	position: relative;
	height: 40px;
	width: 150px;
	margin-top: 30px;
	text-align: center;
	line-height: 38px;
	vertical-align: middle;
	border: 1px solid #683c11;
	display: inline-block;
	margin-right: 10px;
}

.section.branch .box .inner .content .open-map {
	position: relative;
	height: 40px;
	width: 150px;
	margin-top: 30px;
	text-align: center;
	line-height: 38px;
	vertical-align: middle;
	border: 1px solid #683c11;
	display: inline-block;
	cursor: pointer;
	margin-right: 10px;
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
}

.section.branch .box .inner .content .open-map:hover {
	background: #683c11;
	color: white;
}

.section.branch .box .inner .content .open-events-menu {
	position: relative;
	height: 40px;
	width: 150px;
	margin-top: 30px;
	text-align: center;
	line-height: 38px;
	vertical-align: middle;
	border: 1px solid #683c11;
	color: white;
	background: #683c11;
	display: inline-block;
	cursor: pointer;
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
}

.section.branch .box .inner .content .open-events-menu:hover {
	background: transparent;
	color: #683c11;
}

.tripadvisor {
	display: block;
	margin-top: 30px;
	height: 60px;
	width: auto;
}

.branch-gallery-image {
	position: relative;
	width: 50%;
	height: 50%;
	float: right;
}

/*****/

.full {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.f-form-wrapper {
	position: absolute;
	width: 500px;
	left: 50%;
	margin-left: -250px;
	height: 360px;
	top: 50%;
	margin-top: -180px;
}

.f-form {
	position: relative;
	width: 500px;
}

.f-form input {
	width: 100%;
	display: block;
	height: 40px;
	margin-bottom: 10px;
	border: 2px solid white;
	background: white;
	padding-left: 10px;
	font-family: 'Times New Roman';
	font-weight: 400;
	font-size: 21px;
	font-style: normal;
	color: #683c11;
}

.f-form textarea {
	width: 100%;
	display: block;
	height: 120px;
	margin-bottom: 10px;
	border: 2px solid white;
	background: white;
	padding-left: 10px;
	padding-top: 10px;
	font-family: 'Times New Roman';
	font-weight: 400;
	font-size: 21px;
	font-style: normal;
	color: #683c11;
	resize: none;
}

.f-form .send-button {
	width: 100%;
	display: block;
	height: 40px;
	background: #89643a;
	color: white;
	font-size: 21px;
	padding-left: 10px;
	text-align: left;
	line-height: 40px;
	vertical-align: middle;
	cursor: pointer;
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
}

.f-form .send-button:hover {
	background: #683c11;
	color: white;
}

::-webkit-input-placeholder {
	font-family: 'Times New Roman';
	font-weight: 400;
	font-size: 21px;
	font-style: normal;
	color: #683c11;
}

:-moz-placeholder {
	font-family: 'Times New Roman';
	font-weight: 400;
	font-size: 21px;
	font-style: normal;
	color: #683c11;
}

::-moz-placeholder {
	font-family: 'Times New Roman';
	font-weight: 400;
	font-size: 21px;
	font-style: normal;
	color: #683c11;
}
:-ms-input-placeholder {
	font-family: 'Times New Roman';
	font-weight: 400;
	font-size: 21px;
	font-style: normal;
	color: #683c11;
}

/***************/

.order-table {
	position: fixed;
	width: 100%;
	height: 400px;
	top: 0;
	left: 0;
	z-index: 9999999999;
	background: url(images/wood-light.jpg);
	color: #683c11;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
}

.order-table.in {
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.overlay.brown {
	background: rgba(95,55,19,0.95);
}

.order-table .content-wrapper {
	position: absolute;
	width: 1130px;
	left: 50%;
	margin-left: -565px;
	height: 100%;
	top: 0;
	display: table;
}

.order-table .content-wrapper .content {
	display: table-cell;
	vertical-align: middle;
}

.order-table .content-wrapper .content h4, .order-table .content-wrapper .content h5 {
	padding-right: 25px;
}

.order-table .content-wrapper .content h4 {
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}

.order-table .content-wrapper .content h4:hover {
	color: #4ECDC4;
}

.order-table .content-wrapper .content .order-rec {
	width: calc( 25% - 20px );
	float: right;
	margin: 10px;
}

.order-table .content-wrapper .content .order-rec .box {
	position: relative;
	width: 100%;
	height: 50px;
	background: rgba(104,60,17,0.8);
	color: white;
	/* border-bottom: 1px solid white; */
	text-align: center;
	line-height: 50px;
	vertical-align: middle;
	margin: 10px auto 0;
	font-size: 21px;
}

.e-h-40 {
	height: 40px;
}

/* .order-table .content-wrapper .content .order-rec .box:before {
	position: absolute;
	left: calc( 100% - 18px );
	top: 6px;
	height: 35px;
	width: 35px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	content: '';
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.order-table .content-wrapper .content .order-rec .box:after {
	position: absolute;
	right: calc( 100% - 18px );
	top: 6px;
	height: 35px;
	width: 35px;
	border-left: 1px solid white;
	border-top: 1px solid white;
	content: '';
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
} */

/*******/

footer {
	padding: 100px 0;
}

footer .items {
	position: relative;
	text-align: center;
	line-height: 50px;
	vertical-align: middle;
	font-size: 40px;
	padding: 0 100px;
}

footer .items li, footer .items span {
	display: inline-block;
}

footer .items span {
	margin: 0 15px;
}

footer .items li {
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}

footer .items li.active {
	color: #ff9300;
}

footer .items li:hover {
	color: #ff9300;
}

footer .items li.noho:hover {
	color: #ff9300;
}

/**********/

.d-strip {
	position: relative;
	width: 25%;
	height: 100%;
	float: right;
}

.d-strip .top {
	position: absolute;
	width: 100%;
	height: calc( 100% - 200px );
	top: 0;
	right: 0;
}

.d-strip .top .right-tri {
	content: '';
	width: 0;
	height: 0;
	border-top: 90px solid white; 
	border-left: 180px solid transparent; 
	top: 0;
	right: 0;
	position: absolute;
}

.d-strip .top .right-left {
	content: '';
	width: 0;
	height: 0;
	border-top: 90px solid white; 
	border-right: 180px solid transparent; 
	top: 0;
	left: 0;
	position: absolute;
}

.d-strip .bottom {
	position: absolute;
	width: 100%;
	height: 200px;
	bottom: 0;
	right: 0;
	padding: 50px 50px 0;
	text-align: center;
	background: url(images/wood-light.jpg) !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center center !important;
	
}

.d-strip .bottom .right-tri {
	content: '';
	width: 0;
	height: 0;
	border-bottom: 90px solid white; 
	border-left: 180px solid transparent; 
	top: -90px;
	right: 0;
	position: absolute;
}

.d-strip .bottom .right-left {
	content: '';
	width: 0;
	height: 0;
	border-bottom: 90px solid white; 
	border-right: 180px solid transparent; 
	top: -90px;
	left: 0;
	position: absolute;
}

/* .d-strip .bottom:before {
	content: '';
	position: absolute;
	width: 50%;
	padding-bottom: 50%;
	bottom: 0;
	background: green;
	right: -15.5%;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.d-strip .bottom:after {
	content: '';
	position: absolute;
	width: 50%;
	padding-bottom: 50%;
	bottom: 100%;
	background: red;
	left: 0;
} */

.center-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: table;
	text-align: center;
	padding: 0 50px;
}

.center-wrapper.narrow {
	width: 500px;
	left: 50%;
	margin-left: -250px;
	padding: 0;
}

.center-wrapper .content {
	display: table-cell;
	vertical-align: middle;
}

.d-strip .bottom .title {
	font-size: 21px;
	font-weight: 600;
}

.d-strip .bottom .desc {
	color: black;
	margin-top: 5px;
}

.d-strip .bottom .price {
	font-size: 21px;
}

/***************/

.container-map {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999999999;
	background: #683c11;
	color: white;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
}

.container-map.in {
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.map-container {
	position: absolute;
	width: calc( 100% - 20px );
	height: calc( 100% - 20px );
	top: 10px;
	left: 10px;
	background: white;
}

/******/

.go-b {
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
	transition: all .8s ease-out .3s;
	-webkit-transition: all .8s ease-out .3s;
	opacity: 0;
}

.go-b.in {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
}

/*******/

.gallery-images {
	position: relative;
	width: 100%;
	height: auto;
}

.gallery-images li {
	position: relative;
	float: left;
	width: 25%;
	height: 50vh;
	cursor: pointer;
}

.gallery-images li .overlay {
	opacity: 0;
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
}

.gallery-images li .overlay .dots {
	position: absolute;
	width: 80px;
	left: 50%;
	margin-left: -40px;
	top: 50%;
	margin-top: -128px;
}

.gallery-images li:hover .overlay {
	opacity: 1;
}

.image-container {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.75);
	transition: all .6s ease-out;
	-webkit-transition: all .6s ease-out;
}

.image-container.show {
	visibility: visible;
	opacity: 1;
}

.image-container .image {
	position: absolute;
	top: 100px;
	left: 100px;
	right: 100px;
	bottom: 100px;
	background-size: contain !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

/*****************/

.mob-tri {
	display: none;
}

/*************** media queries *****************/

@media screen and (min-width : 0px) and (max-width : 1024px) {
	
	.main-logo {
		width: 250px;
		margin-left: -125px;
		top: 200px;
		margin-top: 0;
	}
	
	.order-button {
		right: 15px;
		height: 40px;
		line-height: 40px;
		width: 190px;
		font-size: 19px;
	}
	
	.order-button .triangle {
		border-right: 15px solid #683c11;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
	}
	
	.order-button .triangle.right {
		border-left: 15px solid #683c11
	}
	
	.panel {
		left: 10px;
		right: auto;
		top: 25px;
		width: 52px;
		height: 52px;
	}
	
	.diamond {
		border: 25px solid transparent;
		border-bottom-color: white;
		top: -25px;
	}
	
	.diamond:after {
		left: -25px;
		top: 25px;
		border: 25px solid transparent;
		border-top-color: white;
	}
	
	.panel .diamond.first {
		left: 0;
	}
	
	.panel .diamond.second {
		left: 56px;
	}
	
	.panel .diamond.second span {
		top: 15px;
		font-size: 22px;
	}
	
	.panel .diamond.third {
		left: 28px;
	}
	
	.panel .diamond.third i {
		top: 15px;
	}
	
	.panel .diamond.first .menu-button {
		width: 22px;
		right: -11px;
		top: 17px;
	}
	
	.panel .diamond.first .menu-button .line.middle {
		top: 6px;
	}
	
	.panel .diamond.first .menu-button .line.bottom {
		top: 12px;
	}
	
	.section.cafipedia .headline, .section.branches .headline, .section.menu .headline, .section.franchisees .headline {
		top: 50px;
		margin-top: 0;
		left: 0;
		right: auto;
		width: 100%;
		text-align: center;
	}
	
	h2 {
		font-size: 50px;
	}
	
	.section.cafipedia .box, .section.branches .box, .section.menu .box, .section.franchisees .box {
		width: 100%;
		bottom: 0;
		height: 60%;
		top: auto;
	}
	
	.section.cafipedia .box .triangle, .section.branches .box .triangle, .section.menu .box .triangle, .section.franchisees .box .triangle {
		display: none;
	}
	
	.section.cafipedia .box .inner .content {
		font-size: 18px;
		line-height: 21px;
		padding: 0 15px;
		text-align: left;
	}
	
	.totseret {
		display: none;
	}
	
	#arrow-down-d {
		display: none;
	}
	
	.section.menu .box .inner .content, .section.franchisees .box .inner .content, .section.branches .box .inner .content {
		font-size: 28px;
		line-height: 32px;
		padding: 15px;
		text-align: center;
	}
	
	.x-button {
		right: 20px;
		top: 40px;
	}
	
	.menu-items {
		right: 20px;
	}
	
	.side-menu {
		width: 250px;
	}
	
	.container.move {
		transform: translateX(250px);
		-webkit-transform: translateX(250px);
	}
	
	.order-table {
		overflow: hidden;
		height: 540px;
	}
	
	.order-table .content-wrapper {
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	
	.order-table .content-wrapper .content .order-rec {
		width: 50%;
		margin: 6px auto;
		position: relative;
		height: 120px;
	}
	
	.order-table .content-wrapper .content h4 {
		font-size: 21px;
	}
	
	.order-table .content-wrapper .content h4, .order-table .content-wrapper .content h5 {
		padding-right: 0;
		text-align: center;
		font-size: 16px;
	}
	
	.order-table .content-wrapper .content .order-rec .box {
		height: 36px;
		line-height: 34px;
		font-size: 18px;
		position: absolute;
		right: 10%;
		width: 80%;
		bottom: 10px;
	}
	
	.order-table .x-button {
		display: none;
	}
	
	.mob-tri {
		display: none;
		position: absolute;
		left: 0;
		bottom: 100%;
		width: 0;
		height: 0;
		border-left: 100px solid transparent;
		border-right: 100px solid transparent;
		border-bottom: 50px solid white;
	}
	
	.menu-items {
		font-size: 24px;
		height: 260px;
		margin-top: -130px;
	}
	
	.rights {
		right: 20px;
	}
	
	.main-headline {
		
	}
	
	.main-headline.white {
		font-size: 50px;
	}
	
	.section.branch {
		height: auto !important;
	}
	
	.branch-t-image {
		position: relative;
		height: 50vh;
		width: 100%;
		border-top: 2px solid white;
	}
	
	.section.branch .box {
		width: 100%;
		height: 70%;
		top: auto;
		bottom: 0;
		position: relative;
		padding: 30px 0;
	}
	
	.section.branch .box .inner {
		position: relative;
		display: block;
	}
	
	.section.branch .box .inner .content {
		position: relative;
		display: block;
	}
	
	.section.branch .box .triangle {
		display: none;;
	}
	
	.section.branch .box .inner .content {
		font-size: 18px;
		line-height: 21px;
		padding: 0 20px;
		text-align: left;
	}
	
	.section.branch .box .inner .content .phone, .section.branch .box .inner .content .open-map {
		width: 150px;
		margin-right: 4px;
	}
	
	footer {
		padding: 50px 0;
	}
	
	footer .items {
		padding: 0 50px;
		font-size: 21px;
		line-height: 24px;
		text-align: center;
	}
	
	footer .items span {
		margin: 0 5px;
	}
	
	.section .box .big-tri-left {
		display: none;
	}
	
	.section .box.left, .section .box.right {
		width: 100%;
		top: auto;
		left: auto;
		right: auto;
		position: relative;
		padding: 30px 0;
		height: auto;
	}
	
	.section.menu-section {
		height: auto !important;
	}
	
	.section.menu-section .box .inner {
		position: relative;
		display: block;
	}
	
	.section.menu-section .box.left .inner .content, .section.menu-section .box.right .inner .content {
		padding: 0 20px;
		font-size: 18px;
		line-height: 18px;
	}
	
	.section.menu-section .box .inner .content {
		position: relative;
		display: block;
		padding: 0 10px;
	}
	
	.section.desserts {
		height: auto !important;
	}
	
	.d-strip {
		width: 100%;
		height: 75vh;
		float: none;
	}
	
	.d-strip .top .right-tri, .d-strip .top .right-left, .d-strip .bottom .right-tri, .d-strip .bottom .right-left {
		display: none;
	}
	
	.f-form {
		width: 100%;
	}
	
	.f-form input, .f-form textarea {
		
		-webkit-appearance: none;
		border-radius: 0;
	}
	
	.f-form .send-button {
		background: #683c11;
	}
	
	.section.cafipedia .box .inner .content .inside, .section.menu .box .inner .content .inside, .section.branches .box .inner .content .inside, .section.franchisees .box .inner .content .inside {
		position: relative;
		width: auto;
		left: 0;
		margin-left: 0;
		height: auto;
		top: 0;
		margin-top: auto;
	}
	
	.section.cafipedia .box .inner, .section.branches .box .inner, .section.menu .box .inner, .section.franchisees .box .inner {
		padding-right: 0;
		padding-left: 0;
	}
	
	.section.menu-section .box.left, .section.menu-section .box.right {
		width: 100% !important;
	}
	
	.section.menu-section .box .inner {
		width: 100% !important;
		margin-left: 0;
		left: 0;
	}
	
	.section.franchisees .box .inner .content .inside:hover {
		transform: translateX(0);
		-webkit-transform: translatX(0)
	}
	
	.section.menu .box .inner .content ul li {
		font-size: 44px;
		line-height: 50px;
	}
	
	.section.menu .box .inner .content ul li:hover {
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}
	
	.section.branches .box .inner .content ul {
		/* -webkit-column-count: 2;
		-webkit-column-gap: 10px;
		column-count: 2;
		column-gap: 10px;
		-moz-column-count: 2;
		-moz-column-gap: 10px;
		padding: 0 20px;
		text-align: right; */
		width: 220px;
		margin: auto;
	}
	
	.section.branches .box .inner .content ul li {
		font-size: 36px;
		line-height: 1;
		padding: 10px 0;
		border-bottom: 2px solid #683c11;
	}
	
	.section.branches .box .inner .content ul li:last-of-type {
		border-bottom: 0;
	}
	
	.section.branches .box .inner .content ul li:hover {
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}
	
	.gallery-images li {
		width: 50%;
	}
	
	.gallery-images li .overlay .dots {
		width: 50px;
		margin-left: -25px;
		margin-top: -80px;
	}
	
	.image-container .image {
		top: 30px;
		left: 30px;
		right: 30px;
		bottom: 30px;
	}
	
	.main-headline {
		line-height: 50px;
	}
	
	.section.branch .box .inner .content .headline-2 {
		line-height: 40px;
	}
	
	.section.bg.menu, .section.bg.branches, .section.bg.franchisees, .section.bg.cafipedia {
		height: auto !important;
	}
	
	.section.bg.menu .box, .section.bg.branches .box, .section.bg.franchisees .box, .section.bg.cafipedia .box {
		margin-top: 50vh;
		position: relative;
		height: 0;
		padding: 0;
		overflow: hidden;
		transition: all .4s ease-out;
		-webkit-transition: all .4s ease-out;
	}
	
	.section.bg.menu .box.show, .section.bg.branches .box.show, .section.bg.franchisees .box.show, .section.bg.cafipedia .box.show {
		position: relative;
		padding: 30px 0;
		height: auto;
	}
	
	.section.bg.menu .box .inner, .section.bg.branches .box .inner, .section.bg.franchisees .box .inner, .section.bg.cafipedia .box .inner {
		position: relative;
	}
	
	.panel.move {
		transform: translateX(250px);
		-webkit-transform: translateX(250px);
	}

}
