/*
	Theme Name: Crêpeaffaire
	Description: Custom Wordpress theme for Crêpeaffaire
	Version: 1.2
	Author: Direction Forward
	Author URI: http://directionforward.com
*/

/*------------------------------------*\
    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 {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 300;
	font-family: 'BebasNeue-Regular', Helvetica, Arial, sans-serif;
	color: #3c3c3b;
	opacity: 0;
-webkit-transition: opacity 0.100s linear;
-moz-transition: opacity 0.100s linear;
-ms-transition: opacity 0.100s linear;
-o-transition: opacity 0.100s linear;
transition: opacity 0.100s linear;

	overscroll-behavior: none;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: #3c3c3b;
	text-decoration:none;
-webkit-transition: all 0.250s linear;
-moz-transition: all 0.250s linear;
-ms-transition: all 0.250s linear;
-o-transition:  all 0.250s linear;
transition: all 0.250s linear;	
}
a:hover {
	color: #3c3c3b;
	text-decoration: none;

}
a:focus,
button:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0
}
body.privacy-policy main a,
body.cookies-policy main a,
body.terms-conditions main a {
	border-bottom: #929292 1px solid;
}


#cboxTitle {
	display: none !important;
}

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

.canvas {
	width: 100%;
	background-color: white;
	/*overflow-x: hidden;*/
}

.feedback {
	position: fixed;
    top: 50%;
    /*margin-top: -60px;*/
    right: 0;
    z-index: 200;
	display: none;
-webkit-transition: all 0.500s ease-in;
-moz-transition: all 0.500s ease-in;
-ms-transition: all 0.500s ease-in;
-o-transition:  all 0.500s ease-in;
transition: all 0.500s ease-in;
}
.feedback img {
	height: 134px;
	cursor: pointer;
}
.feedbacktag {
    transform: rotate(90deg);
    background-color: white;
    padding: 15px 17px 12px 20px;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: "BebasNeue-Regular";
    position: absolute;
    right: -35px;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
	cursor: pointer;
}

.heart {
    position: absolute;
    top: 10%;
    right: 0;
    z-index: 50;
	display: none;
}
.heart img {
	
}

/* bruce banner */
.bruce-banner {
	width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /*background-color: #c34141;*/
    z-index: 999;
    text-align: center;
    color: white;
	line-height: 1.4em;
    font-size: 1.0em;
    font-family: 'Futura W01';
    text-transform: none;
    letter-spacing: 1px;
	padding: 0.4em 5% 0.4em 5%;
}
.bruce-banner a {
	color: white;
	display: block;
	text-decoration: none;
}


/* pop up */
.capopup h3 {
    margin: 0 auto 0.5em auto;
	font-weight: 600;
	position: relative;
} 
.capopup p {
	font-size: 1.25em;
    line-height: 1.5em;
    width: 80%;
    margin: 0 auto 1.5em auto;
}
.capopup .popupbutton {
	min-width: 100px;
    font-size: 20px;
	letter-spacing: 1px;
	border-radius: 50px;
	width: 80%;
    margin: 0 auto 0 auto;
    display: block;
	border: #cccccc 2px solid;
	padding: 3% 5% calc(2% - 1px) 5%;
	max-width: 400px;
	background-color: transparent;
-webkit-transition: background 0.100s linear;
-moz-transition: background 0.100s linear;
-ms-transition: background 0.100s linear;
-o-transition: background 0.100s linear;
transition: background 0.100s linear;
}
.capopup .popupbutton:hover {
	background-color: #fcc24c;
	border: #fcc24c 2px solid;
}
.capopup input[type=email] {
	width: 80%;
    margin: 0 auto 1em auto;
	display: block;
	padding: 2.5% 5% 2.5% 5%;
	border-radius: 50px;
	min-height: 41px;
}
.capopup button[type=submit] {
	background-color: transparent;
	width: 80%;
	margin: 0 auto 0 auto;
	display: block;
	border: #3c3c3b 2px solid;
	border-radius: 50px;
}
.capopup form {
    padding: 0;
    background-color: transparent;
    margin: 0 0 0 0;
    border-radius: 0;
}
.capopup .signupaccept {
	width: auto;
	height: auto;
	display: block;
	font-size: 11px;
    margin: 2em auto 2em auto;
	width: 60%;
	color: #949494;
}
.capopup .closeme {
	position: absolute;
	top: 2.5%;
    right: 5%;
    font-size: 3em;
    line-height: 1em;
    font-weight: 100;
    font-family: Times New Roman;
	vertical-align: middle;
	cursor: pointer;
	color: white;
}
.capopup .midimage {
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
	border-top-left-radius: 10px;
}
.capopup-underlay {
	width: 100vw;
	height: 100vh;
	position: fixed;
	background-color: #0000009e;
	z-index: 998;
	display: none;
}


/* splash header */
.splashheader {
	width: 100%;
	margin: 0 0 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 40vh;
	display: table;
	min-height: 300px;
    position: relative;
}
.bgfade {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.30);
}
.splashheader h1 {
	color: white;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	position: relative;
}
body.page-id-15 .splashheader h1,
body.parent-pageid-15 .splashheader h1{
	padding: 0 33% 0 0;
}

/* wrapper */
.wrapper {
	max-width: none;
	width: 100%;
	margin:0 auto;
	position:relative;
}
.content {
	max-width: 1280px;
	margin: 0 auto;
    position: relative;
}
body.menu .content,
body.menu-new .content {
    position: relative;
    padding: 10% 0 0 0;
}
body.error404 .content,
body.thank-you .content {
	position: relative;
	max-width: none;
	background-color: #fcc24c;
	display: table;
    width: 100%;
}

/* app menu changes */
body.app-menu .menusplitter {
	height: 0;
}
body.app-menu main .menusplitter:first-of-type {
	margin: 0 0 0 0;
}
body.app-menu .tagicon {
	display: none;
}
body.app-menu .content {
	position: relative;
	max-width: none;
	padding: 0 0 0 0;
}
body.app-menu .content section {
	padding: 0 10% 0 10%;
}
body.app-menu .glutenheader div {
	width: 100%;
}
body.app-menu .glutenheader div svg {
	margin: 0px 0 -10px 0;
	float: none;
}
body.app-menu .themenufooter p {
	width: 90%;
}


/* main */
main {
	width: 55%;
	float: left;
}
body.page-template-template-home main,
body.theblog main,
body.menu main,
body.menu-new main,
body.app-menu main,
body.locations main,
body.page-template-template-locations-nogmap main,
body.delivery main,
body.error404 main,
body.thank-you main {
	width: 100%;
	margin: 0 0 0 0;
	float: none;
	text-align: center;
}
body.error404 main,
body.thank-you main{
    display: table-cell;
    vertical-align: middle;
}

/* sidebar */
.sidebar {
	width: 30%;
	margin: 0 0 0 15%;
	float: right;
}
.textwidget {
    margin: 0 0 40px 0;	
}
.footer .textwidget {
	margin: 0 0 0 0;	
}
.footer #sb_instagram {
	width: 244px; height: 126px;
}
.contactsocial img {
	max-width: 30px;
	margin: 5px 30px 0 0;
}
body.page-id-15 .sidebar .textwidget,
body.parent-pageid-15 .sidebar .textwidget {
	text-align: center;
	background-color: #FCC24C;
	border-radius: 10px;
}
body.page-id-15 .sidebar .textwidget img,
body.parent-pageid-15 .sidebar .textwidget img {
	max-width: 150px;
    display: block;
    margin: 0 auto 0 auto;
    padding: 20px 0 5px 0;
} 
body.page-id-15 .sidebar .textwidget a img,
body.parent-pageid-15 .sidebar .textwidget a img {
	max-width: 150px;
    display: block;
    margin: 0 auto 0 auto;
    padding: 5px 0 40px 0;
}
.sidebar .widget_recent_entries {
	
}
.sidebar .widget_recent_entries h3 {
	margin: 5px 0 40px 0;
	padding: 0 0 0 0;
}

/* header */
.header {
	position: fixed;
	width: 100%;
	padding: 1% 2% 1% 2%;
	z-index: 100;
	
-webkit-transition: all 1s linear;
-moz-transition: all 1s linear;
-ms-transition: all 1s linear;
-o-transition:  all 1s linear;
transition: all 1s linear;
}
.header.sticky {
    background-color: white;
	box-shadow: rgba(60, 60, 59, 0.75) 0 0 10px;
}
.header.sticky .nav a {
	color: #3c3c3b;
}
.header.sticky .nav .vegan a {
	color: white;
}

/* logo */
.logo {
	height: 50px;
    vertical-align: middle;
    line-height: 50px;
	float: left;
}
.logo-img {
	height: 40px;
	vertical-align: middle;
    position: absolute;

}
.logo-img:nth-of-type(2) {
	opacity: 0;
}
/* nav */
.nav {
	font-family: 'BebasNeue-Regular';
	line-height: 50px;
	height: 50px;
	float: right;
	color: white;
	letter-spacing: 1px;
    width: 100%;
    text-align: right;	
}
.nav a {
	color: white;
}
.nav ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	font-size: 1.5em;
	display: inline-block;
}
.nav ul li {
	display: inline-block;
    margin-left: 1em;
}
.nav .special a {
    padding: 12px 25px 8px 25px;
    border-radius: 20px;
	background-color: #fcc24c;
	color: #3c3c3b;
}
.nav .vegan a {
    padding: 12px 25px 8px 25px;
    border-radius: 20px;
	background-color: #658958;
}
.mobilemenu {
	position: relative;
	line-height: 45px;
	width: 30px;
    height: 45px;
    float: right;
	cursor: pointer;
}
.gomenu-top, .gomenu-bottom {
    width: 30px;
    -webkit-transition: all 0.10s linear;
    -moz-transition: all 0.10s linear;
    -ms-transition: all 0.10s linear;
    -o-transition: all 0.10s linear;
    transition: all 0.10s linear;
}
.gomenu-top {
    position: absolute;
    right: 0;
    top: 14px;
}
.gomenu-bottom {
    position: absolute;
    right: 0;
    top: 24px;
}
.openedtop {
    transform: translate(0px, 5px) rotate(45deg) scalex(1.0);
}
.openedbottom {
    transform: translate(0px, -6px) rotate(-45deg) scalex(1.0);
}


/* secondnav */
.secondnav {
	font-family: 'BebasNeue-Regular';
	padding: 2%;
	color: white;
	letter-spacing: 1px;
    width: 100%;
    text-align: center;	
	line-height: 1.0em;
}
body.page-template-template-home .secondnav {
	padding: 0;
}
.secondnav.forcefixed {
	position: fixed;
    z-index: 90;
	box-shadow: rgba(59, 59, 58, 0.5) 0 0 10px;
	background-color: white;
}
.secondnav ul {
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	font-size: 1.5em;
	
}
.secondnav ul li {
	display: inline-block;
	margin-left: 60px;
}
/* current pages */
.header.sticky .nav .current-page-ancestor a,
.header.sticky .nav .current_page_item a{
	border-bottom: #FCC24C 2px solid;
	color: #FCC24C;
	font-family: "BebasNeue-Bold";
}
.header .current_page_item a,
.secondnav .current_page_item a {
	color: #FCC24C;
	font-family: "BebasNeue-Bold";
}
.header .special.current_page_item a,
.header.sticky .nav .special.current_page_item a{
	color: #3c3c3b;
	font-family: "BebasNeue-Bold";
	border-bottom: none;
}
.header .vegan.current_page_item a,
.header.sticky .nav .vegan.current_page_item a{
	color: #ffffff;
	font-family: "BebasNeue-Bold";
	border-bottom: none;
}
.searchcountries .current_page_item a {
	border-bottom: #FCC24C 2px solid;
}

/* social */
.topsocial {
	float: right;
}
.topsocial img {
	margin-left: 10px;
	width: 25px;
    vertical-align: middle;

}
.topsocial ul {
	
}
.topsocial ul li {
	position: relative;
    margin-left: 10px;
}
.topsocial ul li img:nth-of-type(2) {
	top: 10px;
	left: 0;
	position: absolute;
	opacity: 0;
}
.twittertopfix {
	top: 13px !important;
}
.topshop {
	display: none;
}

/* footer */
.footer {
	position: relative;
	background-color: #404040;
	min-height: 200px;
	height: 100%;
	color: #999999;
	padding: 3% 2% 3% 2%;
}
.footer h3 {
	letter-spacing: 1px;
	color: #fcc24c;
	margin: 0 0 0 0;
	font-size: 1.25em;
}
.footer p {
	margin: 0 0 0 0;
}
.footer a {
	color: #999999;
}
.footer .widget_text,
.footer .widget_nav_menu {
	display: inline-block;
    vertical-align: top;
	margin: 0 5% 0 0;

}
.footer .widget_nav_menu ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family:'Futura W01';
	font-style: normal;
	font-weight: 300;
}

.footerleft {
	float: left;
	width: 75%;
    position: relative;
}
.footerright {
	float: right;
	width: 25%;
    position: relative;
}

.backtotop {
	line-height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	cursor: pointer;
}
.backtotop img {
	height: 30px;
	margin-right: 5px;
}

.copyright {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 30px;	
}

#sb_instagram {
	margin: 5px 0 0 0;
}
.sidebar #sb_instagram {
	background-color: #ededed;
}
.sidebar #sb_instagram #sbi_load {
	padding: 0 5% 0 5%;
}
.sidebar #sb_instagram #sbi_load .sbi_load_btn {
	display: block;
	color: #3c3c3b;
    border: none;
    background: #eee;
    background: rgba(0,0,0,0.05);
    width: 100%;
    min-height: 30px;
    padding: 5px;
    margin: 0;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: background 0.1s ease-in-out;
    -webkit-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}
.sidebar #sb_instagram #sbi_load .sbi_load_btn:hover {
    background: #ddd;
    background: rgba(0,0,0,0.1);
    -moz-transition: background 0.1s ease-in-out;
    -webkit-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}


.ordernow {
	width: 300px;
	min-height: 120px;
	position: relative;
	display: table;
}
.ordernow img {
	max-height: 80px;
	max-width: 90px;
}
.ordernow a {
	width: 33%;
    margin: 0 auto 0 0;
    position: relative;
    vertical-align: bottom;
    display: table-cell;
}
/*.ordernow a:nth-of-type(1) {
	left: 0;
}	
.ordernow a:nth-of-type(2) {
	right: 0;
}*/
.ordernow a:nth-of-type(2) img {
	margin: 0 5% 0 5%;
}
 
/*------------------------------------*\
    HOME
\*------------------------------------*/



.pageheader {
    position: relative;
	color: white;
	text-align: center;
	margin-bottom: 0;
    width: 100%;
	overflow: hidden;
	display: table;
}
.pageheader-holder {
	display: table-cell;
	vertical-align: middle;
}
.pageheader-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
body.page-template-template-home .pageheader {
	height: 100vh;
}
.pageheader h1 {
    position: relative;
    /*top: 50%;*/
    width: 100%;
    line-height: 1.0em;
    /*margin: -80px 0 0 0;*/
	font-size: 80px;
	letter-spacing: 8px;
	z-index: 2;
}
.headanim1,
.headanim2,
.headanim3,
.headanim4 {
	opacity: 0;
-webkit-transition: opacity 0.250s linear;
-moz-transition: opacity 0.250s linear;
-ms-transition: opacity 0.250s linear;
-o-transition: opacity 0.250s linear;
transition: opacity 0.250s linear;
}

.pageheader h2 {
	font-size: 40px;
    letter-spacing: 4px;
    font-weight: 300;
    position: relative;
    /*bottom: 50%;*/
    width: 100%;
    line-height: 1.0em;
	/*margin: 0 0 calc(-1em - 40px) 0;*/
	margin: 0 0 0 0;
	opacity: 0;
	z-index: 2;
-webkit-transition: opacity 0.250s linear;
-moz-transition: opacity 0.250s linear;
-ms-transition: opacity 0.250s linear;
-o-transition: opacity 0.250s linear;
transition: opacity 0.250s linear;	
}

.nhbutton {
    position: relative;
	font-size: 2.5em;
	display: inline-block;
    background: white;
    z-index: 2;
    padding: 0.5em 1.5em calc(0.5em - 8px) 1.4em;
    margin: 1em 0.5em 0 0.5em;
    color: #383838;
    font-family: 'BebasNeue-Book';
    opacity: 0;
    letter-spacing: 3px;
-webkit-transition: opacity 0.250s linear, background-color 0.250s linear;
-moz-transition: opacity 0.250s linear, background-color 0.250s linear;
-ms-transition: opacity 0.250s linear, background-color 0.250s linear;
-o-transition: opacity 0.250s linear, background-color 0.250s linear;
transition: opacity 0.250s linear, background-color 0.250s linear;
}
.nhbutton:hover {
	background-color: rgba(255, 255, 255, 0.808);
}

#video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover; 

}

.secondheader {
	position: relative;
	height: calc(100vh - 80px);
	min-height: 300px;
	width: 100%;
	color: white;
	background: black;
	text-align: center;
	background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left center;
	background-attachment: fixed;
}
.secondheader h2 {
    line-height: 1.0em;	
	margin: 0 0 0 0;
	
}
.secondheader h3 {
    line-height: 1.0em;	
	margin: 10px 0 0 0;
	
}

.thirdheader {
	position: relative;
	height: calc(100vh - 80px);
	min-height: 300px;
	width: 100%;
	color: white;
	text-align: center;
	background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
	background-attachment: fixed;
}
.thirdheader h2 {
    line-height: 1.0em;	
	margin: 0 0 0 0;
	
}
.thirdheader h3 {
    line-height: 1.0em;	
	margin: 10px 0 0 0;
	
}


.homebutton {
	letter-spacing: 4px;
    border-radius: 40px;
    padding: 25px 50px 20px 50px;
    font-size: 1.75em;
	background-color: transparent;
	border: white 2px solid;
	cursor: pointer;
	color: white;
    margin: 50px 0 0 0;
    display: inline-block;
    width: auto;
-webkit-transition: all 0.250s linear;
-moz-transition: all 0.250s linear;
-ms-transition: all 0.250s linear;
-o-transition:  all 0.250s linear;
transition: all 0.250s linear;	
}
.homebutton:hover {
	background-color: #fcc24c;
	border: #fcc24c 2px solid;
	color: #3c3c3b;
}


.verticalfix {
	position: absolute;
    width: 100%;
	top: 50%;
-webkit-transition: left 1.000s linear, right 1.000s linear, opacity 1.000s linear;
-moz-transition: left 1.000s linear, right 1.000s linear, opacity 1.000s linear;
-ms-transition: left 1.000s linear, right 1.000s linear, opacity 1.000s linear;
-o-transition:  left 1.000s linear, right 1.000s linear, opacity 1.000s linear;
transition: left 1.000s linear, right 1.000s linear, opacity 1.000s linear;	
}
.secondheader .verticalfix {
	width: 50%;
	right: -100%;
	opacity: 0;
}
.thirdheader .verticalfix {
	width: 50%;
	left: -100%;
	opacity: 0;
}
.fader20 {
	height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.20);
    position: absolute;
}



.homeslides {
	position: relative;
	overflow: hidden;
}
.ahomeslide {
	width: 100%;
}
.homeslide1, .homeslide2, .homeslide3, .homeslide4, .homeslide5, .homeslide6, .homeslide7, .homeslide8 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	text-align: center;
    position: absolute;
	visibility: visible;
-webkit-transition: all 0.250s linear;
-moz-transition: all 0.250s linear;
-ms-transition: all 0.250s linear;
-o-transition:  all 0.250s linear;
transition: all 0.250s linear;	
}
.homeslides h2 {
    line-height: 1.0em;	
	margin: 0 0 0 0;
}
.homeslides h3 {
    line-height: 1.2em;	
	margin: 10px 0 0 0;
}
.slidespacer {
	width: 100%;
    height: 100%;
	padding: 5% 5% 5% 55%;
}
.dots {
	width: 100%;
    position: absolute;
	bottom: 5%;
	padding: 0 5% 0 55%;
}
.adot {
    width: 10px;
    height: 10px;
    background: #999999;
    border-radius: 50%;
    margin: 0 10px 0 10px;
    display: inline-block;
	cursor: pointer;
}
.adot.selected {
	background-color: #404040;
}

.slidebutton {
	letter-spacing: 4px;
    border-radius: 40px;
    padding: 25px 50px 20px 50px;
    font-size: 1.50em;
	background-color: transparent;
	border: #3c3c3b 2px solid;
	cursor: pointer;
	color: #3c3c3b;
    margin: 20px 0 20px 0;
    display: inline-block;
    width: auto;
-webkit-transition: all 0.250s linear;
-moz-transition: all 0.250s linear;
-ms-transition: all 0.250s linear;
-o-transition:  all 0.250s linear;
transition: all 0.250s linear;	
}
.slidebutton:hover {
	background-color: #fcc24c;
	border: #fcc24c 2px solid;
	color: #3c3c3b;
}


/*------------------------------------*\
    FORMS
\*------------------------------------*/

form {
	padding: 5%;
	background-color: #ededed;
	margin: 60px 0 0 0;
	border-radius: 5px;
}
label {
	font-family: 'BebasNeue-Regular';
	display: block;
	font-size: 16px;
}

fieldset {
	border: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
input[type=email],
input[type=text],
input[type=tel],
input[type=url],
textarea,
select {
	border: none;
	border-radius: 5px;
	padding: 5px;
	margin: 0 0 20px 0;
	width: 100%;
	font-family:'Futura W01';
	font-style: normal;
	font-weight: 300;	
	background-color: white;
}
input[type=checkbox] {
	margin: 0 10px 20px 0;
}
input[type=radio] {
	margin: 0 10px 0 0;
}
.frm_opt_container {
	margin: 0 0 20px 0;
}
button[type=submit] {
	border: none;
	padding: 10px 5px 7px 5px;
	border-radius: 10px;
	background-color: #FCC24C;
    min-width: 100px;
    font-size: 20px;
    letter-spacing: 1px;
}

.signup {
    position: relative;
}
.signup form {
	padding: 0 0 0 0;
	background-color: transparent;
	margin: 5px 0 0 0;
	border-radius: 0;
}
.signupstagetwo {
	display: none;
}
.signupstagethree {
	display: none;
}
.signupstagethree button {
	vertical-align: top;
}
.signupaccept {
    border: none;
    margin: -1px 5px 0 0;
    font-family: 'Futura W01';
    font-style: normal;
    font-weight: 300;
    width: calc(100% - 100px);
    display: inline-block;
    line-height: 16px;
    height: 30px;
    outline: 0;
    font-size: 14px;
}

.signup input[type=email],
.signup select {
    border: none;
	margin: 0 5px 0 0;
	font-family: 'Futura W01';
    font-style: normal;
    font-weight: 300;
	width: calc(100% - 100px);
    display: inline-block;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 5px 5px 5px 15px;
    line-height: 20px;	
	height: 30px;
	-webkit-appearance:none;
	outline: 0;
}
.signup input[type=button] {
	display: inline-block;
    background-color: #999999;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: none;
    padding: 4px 15px 6px 10px;
    font-family: 'Futura W01';
    font-style: normal;
    font-weight: 500;
	line-height: 20px;
	outline: 0;
}
.signup button[type=submit] {
	display: inline-block;
    background-color: #FCC24C;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: none;
    padding: 4px 15px 6px 10px;
    font-family: 'Futura W01';
    font-style: normal;
    font-weight: 500;
	line-height: 20px;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    min-width: auto;
    font-size: inherit;
    letter-spacing: inherit;	
	outline: 0; 
}

.endcontactform .frm_opt_container {
	margin: 0 0 0 0;
}
.endcontactform .frm_submit,
#frm_form_8_container .frm_submit {
	margin: 10px 0 0 0;
}
.endcontactform .frm_error,
.endcontactform .frm_error_style,
#frm_form_8_container .frm_error,
#frm_form_8_container .frm_error_style {
    color: red;
    margin: -15px 0 15px 0;
 }
#frm_error_field_62n6q32 {
    margin: 0 0 15px 0;
}

/*------------------------------------*\
    BLOG
\*------------------------------------*/

body.theblog section {
    text-align: left;
}
body.theblog article {
	background-color: #ededed;
	display: inline-block;
	width: 21%;
	text-align: center;
	box-shadow: 5px 5px 5px #dddddd;
	padding: 0 0 20px 0;
    vertical-align: top;
	min-height: 350px;
	margin: 0 5% 5% 0;
}
body.theblog article:nth-of-type(4n) {
	margin: 0 0 5% 0;
}
body.theblog article img {
	width: 100%;
}
body.theblog article h3 {
	margin: 20px 0 10px 0;
	padding: 0 10px 0 10px;
}

.loopimg {
	min-height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* post */
body.single article h1 {
	margin: 0 0 0 0;
}
body.single .thefeaturedimage {
	margin: 20px 0 0 0;
}
.thefeaturedimage {
	height: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
body.app-menu .thefeaturedimage {
	min-height: 25vh;
}
body.menu .thefeaturedimage {
padding: 0 0 100% 0;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/*------------------------------------*\
    ORDER
\*------------------------------------*/

.metaslider .flexslider {
	margin: 0 0 0 0 !important;
}
.metaslider {
	margin-bottom: 0 !important;
}
.ordersystem {
	width: 100%;
	margin: 0 auto 0 auto;
	height: 70vh;
}

.mapleft {
	width: 50%;
	float: left;
	background-color: #cccccc;
	height: 100%;
    min-height: 70vh;
	position: relative;
}
#dvMap {
	position: absolute;
	height: 100%;
	width: 100%
}
#dvMap iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    height: 100%;
    width: 100%;	
}

.resultright {
	width: 50%;
	float: right;
	text-align: center;
	background-color: #FCC24C;
	height: 100%;
    min-height: calc(70vh + 1px);
	display: table;
}
.orderhere {
    display: table-cell;
    vertical-align: middle;
}
.orderhere img {
    max-width: 75px;
    max-height: 65px;
}

body.delivery .splashheader {
	margin-bottom: 0 !important;
}
body.delivery .footer {
	margin-top: 0 !important;
}
body.delivery .orderbutton {
    width: 200px;
    border-radius: 20px;
    border: #3c3c3b 2px solid;
    display: block;
    text-align: center;
    font-size: 1.25em;
    line-height: 1.75em;
    padding: 4px 0 0 0;
	margin: 20px auto 0 auto;
}

/* Tooltip container */
.tooltip {	
    position: relative;
	cursor: default;
}
.tooltip span {	
    border-bottom: 1px dotted white;
}
/* Tooltip text */
.tooltip .tooltiptext {
    background-color: #FCC24C;
    color: #3c3c3b;
    text-align: center;
    padding: 10px 5px;
    border-radius: 5px;
    width: 200px;
    bottom: 150%;
    font-size: small;
    left: 50%;
    margin-left: -100px; /* Use half of the width to center the tooltip */
    position: absolute;
	z-index: 1;
	border-bottom: none;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
    visibility:hidden;
    opacity:0;
	-webkit-transition: all 0.250s linear;
	-moz-transition: all 0.250s linear;
	-ms-transition: all 0.250s linear;
	-o-transition: all 0.250s linear;
	transition: all 0.250s linear;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility:visible;
    opacity:1;
}

/*------------------------------------*\
    MENU
\*------------------------------------*/

body.menu section,
body.menu-new section,
body.app-menu section {
    text-align: left;
}
body.menu #waffles,
body.menu #minipancakes {
	min-height: 180px;
}
body.menu article,
body.menu-new article,
body.app-menu article {
	width: 30%;
    display: inline-block;
    text-align: left;	
	vertical-align: top;
	margin: 0 calc(5% - 3px) 40px 0;
}
body.menu article:nth-of-type(3n),
body.menu-new article:nth-of-type(3n),
body.app-menu article:nth-of-type(3n) {
	margin: 0 0 40px 0;
}
body.menu article h3,
body.menu-new article h3,
body.app-menu article h3 {
	letter-spacing: 1px;
	font-size: 1.5em;
    margin: 10px 0 10px 0;
	display: inline-block;
}
.tagicon {
	display: inline-block;
    margin: 0 0 0 10px;
    line-height: 20px;
}
.tagicon img {
	width: 30px;
	height: 30px;
}
.tagline {
    font-weight: 500;
    /*text-transform: uppercase;*/
    /* color: #bbbbbb; */
    font-size: 1.0em;
    margin: -15px 0 15px 0;	
}
.menusplitter {
	margin: 5% auto calc(5% - 20px) auto;
	height: 1px;
	width: 50%;
	border: none;
	background-color: #cccccc;
}	
.themenuheader {
	text-align: center;
	width: 100%;
	margin: 0 auto 0 auto;
}
.themenuheader h3 {
	width: 50%;
	color: white;
	margin: 0 auto 0 auto;
	background-color: #FCC24C;
    padding: 25px 20px 20px 20px;
}
.themenuheader h3 a {
	color: #3c3c3b;
}
.themenuheader span {
	color: #3c3c3b;
}
.notgluten {
	display: none;
}
#glutenfree {
	display: none;
}

.glutenheader {
	text-align: center;
	width: 100%;
	margin: 0 auto 5% auto;
	/* hide gluten */
	display: none; 
}
.glutenheader div {
	cursor: pointer;
	width: 50%;
	color: #BBBBBB;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
    padding: 25px 20px 20px 20px;
}
.glutenheader div svg {
	width: 50px;
	float: left;
    margin: 1em 1em 1em 0;
}

.themenufooter {
	text-align: center;
	width: 100%;
	margin: 0 auto 0 auto;
}
.themenufooter h3 {
	width: 50%;
	color: white;
	margin: 0 auto 0 auto;
	background-color: #FCC24C;
    padding: 25px 20px 20px 20px;
}
.themenufooter p {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
.themenufooter h3 a {
	color: #3c3c3b;
}
.addfillings {
	width: 50%;
    margin: 0 auto 0 auto;
    text-align: center;
}
.addfillings h3,
.addfillings p {
	margin: 0 0 0 0;
}


.content ul.theingredients {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	list-style: none;
}

.content ul.thenutrition {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	list-style: none;
}
.content ul.theallergens {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	list-style: none;
}

	
.ingredients,
.nutrionalinfo,
.allergens {
	margin: 0 0 5px 0;	
}
.revealingredients,
.revealnutrition,
.revealallergens {
	color: #bbbbbb;
	font-size: 1.3em;
	cursor: pointer;
}
.revealingredients img,
.revealnutrition img {
    width: 20px;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.revealallergens img {
    width: 17px;
    vertical-align: middle;
    margin: 0 5px 0 2px;
}
.theingredients,
.thenutrition,
.tagline,
.theallergens {
	display: none;
}


.leftflag {
	position: absolute;
	height: 250px;
	
}
body.app-menu .leftflag {
	left: 0;
	height: 200px;
}


/* FOR LAUNCH */
/*.nutrionalinfo {
	display: none !important;
}
.allergens {
	display: none !important;
}*/
#salads {
	display: none !important;
}
body.kw .footer #text-2,
body.nl .footer #text-2, 
body.sa .footer #text-2 {
	display: none;
}
#text-14 {
	display: none;
}
body.kw .footer #text-14 {
	display: inline-block;
}

/*------------------------------------*\
    LOCATIONS
\*------------------------------------*/

body.locations section,
body.page-template-template-locations-nogmap section {
    text-align: left;
}
body.locations section h1,
body.page-template-template-locations-nogmap section h1 {
	text-align: center;	
}
.searchfunction {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	position: relative;
	color: white;
}
.searchfunction h1 {
	display: block;
	margin: 0 0 20px 0;
}
.searchfunction p {
	display: block;
	margin: -10px 0 30px 0;
	font-size: 1.25em;
    font-weight: 500;
}
.searchfunction a {
	color: white;
}
.searchfunction input[type=text] {
    display: inline-block;
    width: 250px;
    border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
    padding: 5px 5px 5px 15px;
	margin: 0 5px 0 0;
	line-height: 20px;
}
.searchfunction input[type=button] {
	display: inline-block;
    background-color: #FCC24C;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: none;
    padding: 4px 15px 6px 10px;
    font-family: 'Futura W01';
    font-style: normal;
    font-weight: 500;
	line-height: 20px;
}
ul.searchcountries {
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0 0 0 0;
	font-family: 'Futura W01';
    font-style: normal;
    font-weight: 600;
}
ul.searchcountries li {
	display: inline-block;
	margin: 0 1% 0 1%;
}

body.locations article,
body.page-template-template-locations-nogmap article {
	width: 30%;
    display: inline-block;
    text-align: left;	
    vertical-align: top;
	margin: 0 calc(5% - 3px) 40px 0;
}
body.locations article:nth-of-type(3n),
body.page-template-template-locations-nogmap article:nth-of-type(3n) {
	margin: 0 0 40px 0;
}
body.locations article h3,
body.page-template-template-locations-nogmap article h3 {
	letter-spacing: 2px;
	font-size: 2.0em;
	line-height: 1.10em;
}
body.locations article h4,
body.page-template-template-locations-nogmap article h4 {
	line-height: 1.5em;
}


body.locations .orderbutton,
body.single .orderbutton,
body.page-template-template-locations-nogmap .orderbutton {
    width: 200px;
    border-radius: 20px;
    border: #cccccc 2px solid;
    display: block;
    text-align: center;
    font-size: 1.25em;
    line-height: 1.75em;
    padding: 4px 0 0 0;
	margin: 0 0 10px 0;
-webkit-transition: all 0.250s linear;
-moz-transition: all 0.250s linear;
-ms-transition: all 0.250s linear;
-o-transition:  all 0.250s linear;
transition: all 0.250s linear;	
}
body.locations .orderbutton:hover,
body.single .orderbutton:hover,
body.page-template-template-locations-nogmap .orderbutton:hover {
	background-color: #fcc24c;
	border: #fcc24c 2px solid;
	color: #3c3c3b;
}

.gmapswrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.gmapswrapper div:first-of-type {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.miles {
	margin: 0 0 0 0;
    width: 100%;
    background-color: #fcc24c;
    padding: 10px;
	text-transform: uppercase;
	font-family: 'BebasNeue-Regular';
	line-height: 1.0em;
    font-size: 20px;
}

.viewongmaps {
	margin: -10px 0 20px 0;
}

/*
WESTFIELD temporary changes 
body.page-template-template-locations-nogmap article#post-93 h3,
body.page-template-template-locations-nogmap article#post-93 .thefeaturedimage {
	pointer-events: none;
}
body.page-template-template-locations-nogmap article#post-93 .orderbutton,
body.page-template-template-locations-nogmap article#post-93 .viewongmaps {
	display: none;
}
*/

/*------------------------------------*\
    STORES
\*------------------------------------*/

.astore h3 {
    margin: 2em 0 1em 0;
}
.astore h4 {
	margin: 0 0 0.25em 0;
}
.astorephoto {
	height: 30vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 2em 0 2em 0;
    min-height: 300px;
}
.astore-buttons {

}
.storeopeningtimes td:nth-of-type(2),
.storeopeningtimes td:nth-of-type(3),
.storeopeningtimes td:nth-of-type(4) {
	text-align: right;
	min-width: 20px;
}
.storeopeningtimes {
    font-family: 'Futura W01';
    font-style: normal;
    font-weight: 300;
    font-size: 1.0em;
}
.todaystheday {
	font-weight: 700;
}

.astore-buttons,
.astore-contact,
.astore-review {
	float: left;
}
.astore-openingtimes,
.astore-facilities,
.astore-findus {
	float: left;
}


.content .astore-facilities ul {
	margin: 0 0 0 20px;
}

.astoremapembed {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	margin: 5em 0 1em;
}
.astoremapembed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*------------------------------------*\
    FEEDBACK FORM
\*------------------------------------*/

.feedbacklogo {
    position: absolute;
    padding: 1% 2% 1% 2%;
	text-align: left;
	top: 0;
    width: 50%;
    left: 0;
	z-index: 100;
}
.feedbacklogo img {
	height: 40px;
	vertical-align: middle;
    position: absolute;
}

.feedbackclose {
    position: absolute;
    font-size: 4.0em;
    font-family: 'Futura W01';
    font-style: normal;
    font-weight: 300;
    margin: 0;
    padding: 1% 2% 1% 2%;
    text-align: right;
    top: 0;
    width: 100px;
	right: 0;
	cursor: pointer;
	z-index: 100;
	color: white;
}
.progressdots {
	position: absolute;
	right: 0;
	top: 50%;
    margin-right: 2%;
	margin-top: -100px;
}
.progressdots ul {
	list-style: none;
	margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.progressdots ul li {
	margin: 15px 0 15px 0;
}
.progressdots .circle {
	border-radius: 50%;
	width: 15px;
	height: 15px; 
	background-color: #C19439;
}


.feedbackbutton {
	position: absolute;
    font-size: 1.75em;
    font-family: 'Futura W01';
    font-style: normal;
    font-weight: 300;
    margin: 0;
    padding: 1% 2% 1% 2%;
    bottom: 0;
    width: 225px;
    right: 0;
    cursor: pointer;
    text-align: center;
}
.feedbackbutton p {
	font-size: 16px;
    margin: 10px 0 0 0;
}
.feedbackbutton button {
    background-color: transparent;
    border: #3c3c3b 2px solid;
    border-radius: 50px;
    outline: 0;
	padding: 5px 30px 5px 30px;
    min-width: 160px;
}

.feedbackbutton input[type=submit] {
	display: none !important;
}

.feedbackwrap {
	position: relative;
    height: 100%;
    width: 50%;
    margin: 0 auto 0 auto;
}

.feedbackformitself {
	/* off screen on load */
	left: 100%;
	
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
	z-index: 300;
	background-color: #fcc24c;
-webkit-transition: all 0.500s ease-in;
-moz-transition: all 0.500s ease-in;
-ms-transition: all 0.500s ease-in;
-o-transition: all 0.500s ease-in;
transition: all 0.500s ease-in;
}
.feedbackformitself form {
    padding: 0 0 0 0;
    margin: 5% 0 5% 0;
    width: 100%;
    height: 90%;
	display: table;
	border-radius: 0;
	background-color: transparent;
}
.feedbackformitself form .fs-small-label {
	font-size: 1.25em;
	color: #C19439;
    letter-spacing: 2px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    display: inline;
	
}
.feedbackformitself form .fs-black-label {
    font-size: 1.25em;
    line-height: 1.75em;
    padding: 5px 0 0 0;
	letter-spacing: 1px;

}

.feedbackformitself form ul {
	display: table-cell;
    vertical-align: middle;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
	list-style: none;
}
.feedbackformitself form ul li {
	display: none;
	margin-top: 5000px;
-webkit-transition: all 1.0s ease-in;
-moz-transition: all 1.0s ease-in;
-ms-transition: all 1.0s ease-in;
-o-transition:  all 1.0s ease-in;
transition: all 1.0s ease-in;
}
.feedbackformitself form ul li:first-of-type {
	display: block;
	margin-top: 0;
}
.feedbackformitself form table {
	text-align: center;
	width: 100%;
	table-layout:fixed;
}
.feedbackformitself form table.autotable {
	width: auto;
}
.feedbackformitself form table tr {

}
.feedbackformitself form table td {

	
}
.feedbackformitself input[type=radio] {
	margin: 0 0 0 0;
}
.feedbackformitself textarea {
	margin: 0 0 0 0;
	
}

.feedbackform input[type='checkbox'] {
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 5px;
    border: none;
    position: relative;
    float: left;
    top: 40px;
    margin: 0 20px 0 0;
}
.feedbackform input[type='checkbox']:checked {
	background: #5cbb5c;
    border: white 2px solid;
}

.fs-field-label {
    font-size: 2.0em;
    font-family: 'Futura W01';
    font-style: normal;
    font-weight: 300;
    line-height: 1.2em;
    margin: 40px 0 20px 0;
}
label.spacer {
	text-align: left;
}

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



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



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


@font-face {
	font-family: 'BebasNeue-Bold';
	src: url('fonts/BebasNeue-Bold.eot');
	src: local('☺'), url('fonts/BebasNeue-Bold.woff') format('woff'), url('fonts/BebasNeue-Bold.ttf') format('truetype'), url('fonts/BebasNeue-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BebasNeue-Book';
	src: url('fonts/BebasNeue-Book.eot');
	src: local('☺'), url('fonts/BebasNeue-Book.woff') format('woff'), url('fonts/BebasNeue-Book.ttf') format('truetype'), url('fonts/BebasNeue-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BebasNeue-Light';
	src: url('fonts/BebasNeue-Light.eot');
	src: local('☺'), url('fonts/BebasNeue-Light.woff') format('woff'), url('fonts/BebasNeue-Light.ttf') format('truetype'), url('fonts/BebasNeue-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BebasNeue-Regular';
	src: url('fonts/BebasNeue-Regular.eot');
	src: local('☺'), url('fonts/BebasNeue-Regular.woff') format('woff'), url('fonts/BebasNeue-Regular.ttf') format('truetype'), url('fonts/BebasNeue-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BebasNeue-Thin';
	src: url('fonts/BebasNeue-Thin.eot');
	src: local('☺'), url('fonts/BebasNeue-Thin.woff') format('woff'), url('fonts/BebasNeue-Thin.ttf') format('truetype'), url('fonts/BebasNeue-Thin.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

strong {
	font-weight: 700;
}

p,
.sidebar p {
	font-family:'Futura W01';
	font-style: normal;
	font-weight: 300;
	margin: 20px 0 20px 0;

}
.orderhere p {
    font-size: 18px;
    margin: -10px auto 30px auto;
    width: 50%;
}

main table {
	font-size: 1.5em;
}
main table img.alignnone {
	margin: 0 20px 0 0;
}


.sidebar {
	font-family:'Futura W01';
	font-style: normal;
	font-weight: 300;
}

.content ul:not(.woocommerce-error, .woocommerce-info, .woocommerce-message) {
	margin: -20px 0 20px 20px;
	padding: 0 0 0 0;
	font-family:'Futura W01';
	font-style: normal;
	font-weight: 300;
	list-style-image: url('img/heart.svg');
}
.content ol:not(.woocommerce-error, .woocommerce-info, .woocommerce-message) {
	margin: -20px 0 20px 20px;
	padding: 0 0 0 0;
	font-family:'Futura W01';
	font-style: normal;
	font-weight: 300;
}
body.privacy-policy .content ol,
body.cookies-policy .content ol,
body.terms-conditions .content ol {
	margin: 1.5em 0 1.5em 25px;
}


h1 {
	font-size: 44px;
    letter-spacing: 4px;
    font-weight: 300;
    line-height: 1.0em;
	margin: 0 0 40px 0;
}

h2 {
	font-size: 60px;	
    letter-spacing: 4px;
	font-weight: 300;	
	line-height: 1.0em;
}
.orderhere h2 {
	font-size: 40px;
}


h3 {  
	font-size: 1.5em;	
    letter-spacing: 4px;
    font-weight: 300;	
}
.orderhere h3 {
	margin: -10px 0 30px 0;
}
body.theblog main h3 {
	letter-spacing: 2px;
}
body.privacy-policy main h3,
body.cookies-policy main h3,
body.terms-conditions main h3 {
	margin: 1.5em 0 -0.5em 0;
}
.sidebar h3 {
    font-family: 'BebasNeue-Regular';
    letter-spacing: 2px;
    font-size: 30px;
    margin: 0 0 0 0;
    padding: 40px 0 0 0;
}
.sidebar .rpwe_widget h3 {
    font-family: 'BebasNeue-Regular';
    letter-spacing: 2px;
    font-size: 30px;
    margin: 0 0 0 0;
    padding: 4px 0 40px 0;
}
.sidebar .rpwe_widget h3.rpwe-title {
    font-size: 1.5em;
    line-height: 1.20em;
	padding: 10px 0 0 0;
}
.sidebar .rpwe_widget time {
	font-family: 'BebasNeue-Regular';
	font-size: 1.25em;
	text-transform: uppercase;
}


h4 {
    font-size: 1.25em;
    letter-spacing: 1px;
    line-height: 1.25em;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

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

.disablescroll {
	overflow: hidden;
}

.mobilemenu {
	display: none;
}

@media only screen and (max-width:1400px) {
	body.menu .content,
	body.menu-new .content {  
		padding: 10% 5% 0 5%;
	}

	
}





@media only screen and (max-width:1280px) {
	.content {
   		width: 90%;
	}
	body.app-menu .content {
		width: 100%;
		padding-top: 70px;
	}
	body.app-menu .secondnav {
		overflow-x: scroll;
	}
	body.app-menu .secondnav ul {
		width: 808px;
	}
	.logo {
	    line-height: 45px;
		height: 45px;
	}
	.logo-img {
		height: 35px;
	}
	.nav {    
		line-height: 45px;
	}
	.nav ul {
		font-size: 1.3em;
	}
	.secondnav ul li {
		line-height: 1.75em;
	}
	body.theblog article {
		width: 47%;
	    min-height: 400px;
	}
	body.theblog article:nth-of-type(2) {
		margin: 0 0 0 0;
	}
	
	.footerleft {
		width: 60%;
	}
	.footerright {
	    width: 40%;
	}
	.capopup p {
		font-size: 1.10em;
	}


	
}




@media only screen and (max-width:1024px) {
	.topsocial {
		display: none;
	}
	
	
}


@media only screen and (max-width:768px) {
	.header {
	    padding: 5% 5% 5% 5%;	
		background-color: white;
		box-shadow: #3c3c3b 0 0 10px;	
		z-index: 1000;
	}
	
	.logo-img:nth-of-type(1) {
		opacity: 0;
	}
	.logo-img:nth-of-type(2) {
		opacity: 1;
	}
	
	.heart {
		display: none;
	}
	.feedback {
		display: none;
	}
	.mobilemenu {
		display: block;
	}
	.nav {
		text-align: left;
		position: absolute;
		left: 0;
		background-color: #fcc24c;
	    padding: 0 5% 0 5%;
		display: none;
	}
	.nav .special a,
	.nav .vegan a {
		color: #fcc24c;
		background-color: white;
    	padding: 15px 35px 10px 35px;
		border-radius: 30px;
	}
	.nav ul {
	    font-size: 1.8em;
		line-height: 2.0em;
		letter-spacing: 2px;
	}
	.nav ul li {
		display: block;
		margin: 0 0 0 0;
	}
	.nav ul li:last-of-type {
		margin-top: 10px;
	}
	
	.secondnav,
	.secondnav.forcefixed {
		background-color: #C3C3C3;
		box-shadow: none;
	    padding: 1% 0 1% 0;
		line-height: 3.0em;
		max-height: 150px;
	}
	.secondnav ul {
		margin: 10px 0 10px 0;
	}
	.secondnav ul li {
		margin: 0 2% 0 2%;
	}	
	.header .current_page_item a,
	.secondnav .current_page_item a {
    	color: #3c3c3b;
    	font-family: "BebasNeue-Bold";
	}
	.topsocial {
		display: none;
		float: none;
		position: relative;
		margin-top: 10px;
	}
	.topsocial ul li {
		display: inline-block;
	}
	.topsocial img {
		margin-left: 0;
		width: 35px;
		vertical-align: middle;
		margin-right: 5px;
	}
	
	
	.pageheader {
		margin-bottom: 0;
	}
	.pageheader h1 {
		font-size: 2.4em;
		letter-spacing: 2px;
		/*margin: -15% 0 0 0;*/
	}
	.pageheader h2 {
	    font-size: 20px;
		letter-spacing: 1px;
		/*margin: 0 5% -40px 5%;*/
		margin-top: 10px;
    	width: 90%;
	}
	.nhbutton {
		font-size: 2em;
	}
	#video-background {
		min-height: auto;
		top: auto;
		/*position: relative;*/
		left: 0;
		width: 100%;
	-ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
	}
	
	.secondheader,
	.thirdheader {
		height: auto;
	    min-height: 180px;
	}
	.secondheader {
		background-position: center center;
		background-size: contain;
		background-attachment: initial;
	}
	.thirdheader {
	    background-size: auto 100%;
	    background-attachment: initial;
	}
	.secondheader h3,
	.thirdheader h3 {
		display: none;
	}
	.secondheader .verticalfix,
	.thirdheader .verticalfix {
		margin: 0 2.5% 0 2.5%;
	    width: 60%;
	}
	.homeslides h3 {
		font-size: 20px;
		letter-spacing: 1px;
	}
	.homeslide1, .homeslide2, .homeslide3, .homeslide4, .homeslide5, .homeslide6, .homeslide7, .homeslide8 {
		background-position: 0 center;
		background-size: 200% auto;
	}
	
	.homebutton {
		font-size: 1.25em;
		letter-spacing: 1px;
	    padding: 15px 20px 10px 20px;
		margin: 30px 0 0 0;
	}
	.dots {
		padding: 0 0 0 0;
	}
	.slidespacer {
		padding: 10% 5% 10% 5%;
		background-color: rgba(255, 255, 255, 0.60);
	}
	.slidespacer p {
		display: none;
	}
	.slidebutton {
		font-size: 1.25em;
 		letter-spacing: 1px;
		padding: 15px 20px 10px 20px;	
	}
	
	
	main {
		float: none;
		width: 90%;
		margin: 0 5% 0 5%;
	}
	.sidebar {
		float: none;
		width: 90%;
		margin: 30px auto 0 auto;
	}
	
	.splashheader {
		height: 25vh;
		margin: 0 0 40px 0;
		min-height: 200px;
	}
	
	
	.footerright {
		float: none;
		width: 100%;
		height: 35px;
	}
	.signup,
	.backtotop {
		display: none;
	}
	.footerleft {
		float: none;
		width: 100%;
	}
	.copyright {
		font-size: 10px;
	}
	#text-3 {
		display: none;
	}
	#text-2 {
	    margin: 5% 0 0 0;
    	width: 100%;
	}
	#text-4 {
	    margin: 5% 0 0 0;
    	width: 100%;
	}
	.footer #sb_instagram {
		width: 100%;
		height: 100%;
	}
	.ordernow { 
		min-height: 80px;
	    width: 240px;
	}
	.ordernow img {
		max-height: 65px;
	}
	#text-6 h3,
	#text-8 h3,
	#text-6 img.qrcode,
	#text-8 img.qrcode{
		display: none;
	}
	body.page-id-15 .sidebar .textwidget a img,
	body.parent-pageid-15 .sidebar .textwidget a img {
		padding: 40px 0 40px 0;
		max-width: 250px;
	}
	
	
	/*Typograhpy*/
	h1 {
        font-size: 38px;
	    margin: 0 0 20px 0;
	}
	h2 {
	    font-size: 28px;
	    letter-spacing: 2px;
	}
	.orderhere h3 {
		margin: 0 0 0 0;
	}
	
	
	/*Stores*/
	.astore-buttons,
	.astore-contact,
	.astore-review {
		float: none;
	}
	.astore-openingtimes,
	.astore-facilities,
	.astore-findus {
		float: none;
	}
	.astoremapembed {
		margin: 1em 0 5em 0;
	}

	
	/*Pages*/
	body.theblog article {
		display: block;
		width: 80%;
	    margin: 0 auto 40px auto;
		min-height: auto;
	}
	body.theblog article:nth-of-type(2),
	body.theblog article:nth-of-type(4) {
		margin: 0 auto 40px auto;
	}
	
	body.menu .glutenheader div {
		width: 100%;
	}
	body.menu .glutenheader div svg {
		float: none;
		margin: 0 0 0 0;
	}
	body.menu .secondnav {
		overflow-x: scroll;
	}
	body.menu .secondnav ul {
		width: 810px;
	}
	body.menu .tagicon {
		display: none;
	}
	body.menu .leftflag { 
		height: 200px;
	}

	body.menu article,
	body.menu-new article,
	body.app-menu article {
		width: 90%;
		display: block;
		text-align: center;
		vertical-align: top;
		margin: 0 auto 40px auto;
	}
	body.menu article:nth-of-type(3n),
	body.menu-new article:nth-of-type(3n),
	body.app-menu article:nth-of-type(3n) {
		margin: 0 auto 40px auto;
	}
	body.menu section,
	body.menu-new section {
		margin-left: 0;
	}
	.themenuheader h3,
	.themenufooter h3,
	.themenufooter p  {
		width: 100%;
	}
	.addfillings {
    	width: 75%;
	}
	
	.searchfunction p {
		font-size: 1.1em;
	}
	body.locations article,
	body.page-template-template-locations-nogmap article {
		width: 90%;
		display: block;
		margin: 0 auto 40px auto;
	}
	body.locations article:nth-of-type(3n),
	body.page-template-template-locations-nogmap article:nth-of-type(3n) {
		margin: 0 auto 40px auto;
	}
	body.locations article h3,
	body.page-template-template-locations-nogmap article h3 {
		font-size: 1.7em;
	}
	body.locations .orderbutton,
	body.single .orderbutton,
	body.page-template-template-locations-nogmap .orderbutton {
	    width: 100%;
   		line-height: 2.0em;
	}
	
	
	
	body.delivery .splashheader {
		margin: 0 0 0 0;
	}
	.ordersystem {
		height: 100%;
		
	}
	.orderhere {
		padding: 50px 0 50px 0;
	}
	.resultright {
	    min-height: 200px;
		float: none;
		width: 100%;
		height: 100%;
	}
	.mapleft {
		min-height: 200px;
		float: none;
   		width: 100%;
		height: 100%;
	}
	.instructions h3 {
	    padding: 0 2% 0 2%;
	}
	
	
	body.page-id-15 .splashheader h1,
	body.parent-pageid-15 .splashheader h1 {
	    padding: 0 0 0 5%;
		font-size: 22px;
		text-align: left;
	
	}
	
	
	/* FEEDBACK */
	.feedbackwrap {
		width: 95%;
	}
	.feedbackbutton {
	    bottom: 5%;
	    z-index: 200;
	}
	.feedbackbutton p {
		display: none;
	}
	.progressdots {
		display: none;
	}
	.fs-field-label {
    	font-size: 1.5em;
		margin: 20px 0 10px 0;
	}
	.feedbackformitself form {
	    margin: 10% 0 5% 0;
	}
	.feedbackformitself form ul {
   		display: block;
	}
	.feedbackformitself form h4 {
		display: none;
	}
	.feedbackformitself form .fs-small-label {
		letter-spacing: 0;
	}
	.feedbackformitself form .fs-black-label {
		font-size: 1.0em;
		line-height: 2.0em;
		padding: 5px 0 0 0;
		letter-spacing: 0;		
	}

	.capopup {
		width: 100%;
		overflow: scroll;
		padding-bottom: 10%;
	-webkit-transition: height 0.500s linear, padding-top 0.500s linear;
	-moz-transition: height 0.500s linear, padding-top 0.500s linear;
	-ms-transition: height 0.500s linear, padding-top 0.500s linear;
	-o-transition: height 0.500s linear, padding-top 0.500s linear;
	transition: height 0.500s linear, padding-top 0.500s linear;
	}
	.capopup h3 {
		font-size: 1.4em;
		line-height: 10vh;
		padding: 0 10px 0 10px;
	}
	.capopup .midimage {
		border-top-right-radius: 10px;
	}
	.capopup.popup-open {
		height: 80vh;
		/*min-height: 450px;*/
		padding-top: calc(20vh + 2%) !important;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.capopup.popup-open h3 {
		line-height: 1.5em;
		margin: 1em auto 0.5em auto;
	}

	.bruce-banner {
		padding: 0.5em 2.5% 0.5em 2.5%;
		white-space: nowrap;
		z-index: 1001;
	}

}




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

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

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-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 {

}
.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 {

}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	max-width:100%;
	padding: 0 0 0 0;
	text-align:center;
}
.wp-caption.alignnone {
	
}
.wp-caption.alignleft {

}
.wp-caption.alignright {

}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:100%;
	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 {

}

/*------------------------------------*\
    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;
	}
}
