
body .visible-malvern { display:none !important; } 
body .hidden-malvern { display:inherit !important; } 
body.shop_malvern .hidden-malvern { display:none !important; }
body.shop_malvern .visible-malvern { display:inherit !important; }

.visible-guest { display:initial !important; }
.hidden-guest { display:none !important; }
.visible-user { display:none !important; }
.hidden-user { display:initial !important; }

body {
	font-size: 18px;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
body {
	background-color: #ffffff;

	/*background-image: url("/myimages/1017/zpos-bg-cream_bg.jpg");*/
	background-image: url("//cdn1.zfood.co.uk/1017/images/zpos-bg-cream_bg.jpg?auto=compress");

	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center top;
}

header, #mobile-header {
	background-color: #f2da9a;

	/*background-image: url("/myimages/1017/zpos-bg-yaknyeti_header_bg.jpg");*/
	background-image: url("//cdn1.zfood.co.uk/1017/images/zpos-bg-yaknyeti_header_bg.jpg?auto=compress");
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}

/* Mobile */
.mobile .km-content {
}
.mobile #mobile-header {
}

/* Core CSS Fixes */
/* With the plan to be commited to the master.css in the future */ 

/* END Core CSS Fixes */
/****************************************************************/



/**-- DISPLAY NONES --**/
.home h1, .home-about, #body-bottom-hr,.row_mods,.row_phones,
.carousel-indicators,
.social_media_links small,
.column_modules,
.voucher_box .success span,
#basket-container hr, .ct_details_bar, .main, #opening-status {
	display: none !important;
}


/* *************** */
/* GLOBAL SETTINGS */
/* *************** */
#btn-devmode{
    padding: 15px !important;
}
body {
    padding: 0;
}
#container {
    background: none;
    padding: 0;
	width: 100%;
}
#body:not(home) #body {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
    font-size: 18px !important;
}
a{
    color:#ce7346;
    text-decoration:none;
}
a:hover, a:focus{
    color:#ce7346;
}
em {
 	color: #f8bc1c;   
}
.website-image {
    text-align: center;   
}
ol>li>ol,
ol>li>ul,
ul>li>ol,
ul>li>ul {
	margin: 0 0 10px 25px;
}
* {
	text-shadow: none !important;
	border-radius: 0 !important;
	line-height: normal;
}
#container { box-shadow:none; }
h5, h6,
legend {
	
}

h1, h2, h3, h4, .nav>li>a, .mod_postcode_box .lead,
legend{
    font-family: 'Cavalier';
    font-weight: bold;
}
body {
    font-family: 'General Sans';
    font-weight: 300;
}
body:not(.home) #body {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
body:not(.home) header {
    padding-bottom: 50px;
}

/**-- SITE WIDTH --**/
.ct_details_bar, #responsive-food-menu, body:not(.home) #body,
.navbar-inner .container, .page_home .main,
footer .row-fluid {
	max-width: 1170px;
	margin: 0 auto;
}
.ct_header_row {
    max-width: 1500px;
    margin: 0 auto;
}

/* **************** */
/* BUTTONS & ALERTS */
/* **************** */
.mothersday {
    background: #e6a6a6 !important;
    color: #890e32 !important;
}
.mothersday .discount_code {
    color: #fff !important;
}

.landing .alert, .welcome_inner .alert {
    max-width: 690px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    border: none;
    padding: 10px;
    position: relative;
    z-index: 2;
}
.landing .alert h3, .welcome_inner .alert h3 {
    font-size: 45px;
    padding-top: 10px;
}
.alert-christmas h3 {
    font-size: 35px;
    padding-top: 10px;
}
.landing .alert p, .welcome_inner .alert p{
    font-size: 24px;
}
.alert-christmas p {
    font-size: 24px;
}
.alert-christmas p.content {
    padding-bottom: 20px;
}
.landing .alert p .discount_code, .welcome_inner .alert p .discount_code{
    color: #482818;
    font-weight: 700 !important;
}
.landing .alert small, .welcome_inner .alert small, .alert-christmas small {
    font-size: 18px;
}
/**-- COLOURS --**/
.btn-success,
.alert-success,
.label-success,
.badge-success,
#opening-status.status-OPEN, 
#editProductModal .btn-group>.dropdown-toggle.btn-success,
#editSpecialDealModal.btn-group>.dropdown-toggle.btn-success,
.trigger-paymentmethod .btn.active { 
	background: #184a24 !important; 
	color: #FFFFFF !important;
}
.btn-success:hover,
.btn-success:focus { 
	background: #1d562a !important; 
	color: #FFFFFF !important; 
}
.text-success, .loyalty-card>div .loyalty-value { 
	color: #184a24 !important; 
}

.btn-primary, .alert-primary, .label-primary, .badge-primary { 
	background: #181872 !important; 
	color: #FFFFFF !important; 
}
.btn-primary:hover, .btn-primary:focus { 
	background: #1e1e84 !important; 
	color: #FFFFFF !important; 
}
.text-primary { 
	color: #181872 !important;
}

.btn-info, .alert-info, .label-info, .badge-info,
#editProductModal fieldset .btn-group>.dropdown-toggle, 
#editSpecialDealModal fieldset .btn-group>.dropdown-toggle { 
	background: #0a81a3 !important; 
	color: #FFFFFF !important; 
}
.btn-info:hover,.btn-info:focus, .btn-group.open .btn-info.dropdown-toggle,
#editProductModal fieldset .btn-group>.dropdown-toggle:hover,
#editProductModal fieldset .btn-group>.dropdown-toggle:focus, 
#editSpecialDealModal fieldset .btn-group>.dropdown-toggle:hover,
#editSpecialDealModal fieldset .btn-group>.dropdown-toggle:focus { 
	background: #1398be !important; 
	color: #FFFFFF !important; 
	}
.text-info { 
	color: #0a81a3 !important; 
}

.btn-danger, .alert-danger, .label-danger, .badge-danger,.alert-error, .modal-footer button:first-of-type, #opening-status.status-CLOSED,
#editProductModal .btn-group>.dropdown-toggle.btn-danger,
#editSpecialDealModal.btn-group>.dropdown-toggle.btn-danger {
	background: #ce0909 !important;
	color: #FFFFFF !important;
}
.btn-danger:hover, .btn-danger:focus, .modal-footer button:first-of-type:hover {
	background: #e21515 !important; 
	color: #FFFFFF !important; 
}
.text-danger, .text-error { 
	color: #ce0909 !important; 
}

.btn-warning, .alert-warning, .label-warning, .badge-warning { 
	background: #ce7346 !important; 
	color: #FFFFFF !important; 
}
.btn-warning:hover,.btn-warning:focus {
	background: #e07e4d !important; 
	color: #FFFFFF !important;
}
.text-warning { 
	color: #ce7346 !important; 
}

.btn-inverse, .alert-inverse, .label-inverse, .badge-inverse { 
	background: #090909 !important; 
	color: #FFFFFF !important; 
}
.btn-inverse:hover, .btn-inverse:focus { 
	background: #181918 !important; 
	color: #FFFFFF !important; 
}
.text-inverse {
	color: #090909 !important; 
}
.btn-default, .label-default, .badge-default {
    background: transparent;
    border: 2px solid #fff !important;
    color: #fff;
}
.btn-default:hover, .btn-default:focus {
    background: rgba(255, 255, 255, 0.12);
    color: #fff !important;
}
.alert-pink { 
	background: #e5387d !important; 
	color: #FFFFFF !important; 
}
.alert-turq { 
	background: #08c5be !important; 
	color: #FFFFFF !important; 
}
.alert-christmas { 
	background: #184a24 !important; 
	color: #FFFFFF !important; 
}

/**-- TABLE STRIPED FIX --**/
table,
.table-striped tbody>tr:nth-child(odd)>td,
.table-striped tbody>tr:nth-child(odd)>th,
.table-hover tbody tr:hover>td,
.table-hover tbody tr:hover>th,
table .muted {
	background: transparent;
}
.table-hover tbody tr.ui-state-highlight:hover>th,
.table-hover tbody tr.ui-state-highlight:hover>td {
	background: transparent;
}
.row-odd, .row-product:hover {
	background: none;
}



/* Elements with Dropshadow */
.ui-tabs-menu,
.well {
    background: #f7f7f7;
    color: #687480;
    border: 1px solid #e4e7f2;
    box-shadow: 0 2px 2px #cccfd4!important;
    border-radius: 3px!important;
}



/**-- WELLS, MODALS, ALERTS --**/

.well {
    background: #FFF;
    color: #687480;
    border: none;
    box-shadow: none !important;
}

.well,
.modal-header,
.page-review-order {
	color: #1d1d1d;
    /*border:none;*/
}
.alert { color: #FFFFFF; }
.modal-body { background: #FFFFFF; color: #000000; }
.alert h4 {
	font-size: 45px;
	line-height: 110%;
}
.modal-header .close, .well .close, .alert .close, 
.well.sys-alert button.close, #editProductModal .close {
	color: #FFFFFF;
	opacity: 0.8;
}
.well.sys-alert button.close {
    color: #c3bbbb !important;
}
.modal-header .close {
    color: #000 !important;
}
.modal-header h3 {
	font-size: 24px;
}
.modal-header {
    background: #ce7346;
    color: #fff !important;
}
.modal-footer {
	background: #2b2828;
	color: #fff;
	opacity: 1;
}
.modal-body .well {
	background: #f5f5f5 !important;
	color: #000000;
}
.well.sys-alert {
	text-align: center;
	color: #FFFFFF;
}
.well-small.sys-alert .lead {
	color: #000;
}
.sys-message {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	text-align: center;
}

/**-- BUTTONS --**/
.btn {
    font-family: 'Cavalier';
    font-weight: bold;
    letter-spacing: 1.2px;
    padding-top: 7px;
}
.home .btn {
    font-size: 35px !important;
    padding: 15px 40px 14px 40px !important;
    line-height: 35px;
}
body:not(.home) .btn {
    font-size: 17px !important;
}
body:not(.home) .btn-small {
    font-size: 13px !important;
}
.btn,
.btn:hover,
.btn:focus {
	border: none;
}
.btn-large {
    padding-top: 15px;
    line-height: 30px;
}
.btn-small {
    padding-top: 0px;
}

/**-- INPUTS --**/
select, textarea, input[type="text"], input[type="password"], 
input[type="datetime"], input[type="datetime-local"], 
input[type="date"], input[type="month"], input[type="time"], 
input[type="week"], input[type="number"], input[type="email"], 
input[type="url"], input[type="search"], input[type="tel"], 
input[type="color"],
.page_members .btn-group .btn.dropdown-toggle,
#responsive-food-menu button {
    font-family: 'General Sans' !important;   
    box-sizing: border-box;
    height: 30px;
}
.control-label {
}
.members .input-append .btn:last-child {
    height: 30px;
    padding-top: 7px;
}
/**-- LEGEND --**/
legend {
	/*text-align: center;*/
}

/**-- CARETS --**/

/*Main menu*/
header .navbar .caret {
	border-top-color: #FFFFFF !important;
	transition: transform 0.3s;
	margin-top: 8px !important;
}
header .navbar .nav li.dropdown.open>.dropdown-toggle .caret {
	transform: rotate(180deg);
}
.navbar .nav li.dropdown>.dropdown-toggle:hover>.caret,
.navbar .nav li.dropdown>a:hover .caret,
.navbar .nav li.dropdown>a:focus .caret,
.navbar .nav li.dropdown.active>.dropdown-toggle .caret,
.navbar .nav li.dropdown.open>.dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
	border-top-color: #ce7346 !important;
}

/*Food menu*/
#editProductModal .btn-info .caret,
#editSpecialDealModal .btn-info .caret {
	margin-top: 8px;
	border-top-color: #FFFFFF;
}
#editProductModal .btn-option .caret,
#editSpecialDealModal .btn-option .caret {
	margin-top: 4px;
	border-top-color: #FFFFFF;
}

/*Postcode box*/
.mod_postcode_box .caret {
	border-top-color: #FFFFFF;
	transition: transform 0.3s;
    margin-top: 12px;
}
.mod_postcode_box .btn-group.open .btn.dropdown-toggle .caret {
	border-top-color: #FFFFFF;
	transform: rotate(180deg);
}
.page_members .btn-group .btn.dropdown-toggle .caret{
    margin-top: 8px;
	border-top-color: #000000;
}

/**-- DROPDOWN MENU --**/
.dropdown-menu {
	border: 0;
	background: #cd7346;
	padding: 0px;
}
.dropdown-menu>li {
	padding: 0px;
}
.dropdown-menu>li>a {
	font-size: 18px;
	color: #FFFFFF;
	padding: 10px;
	/*text-transform: uppercase;*/
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	background: #e07e4d;
}

/**-- HEADER --**/
#opening-status {
 	font-size: 18px;
    border: none;
    background: none;
	margin-left: 0px;
}
#opening-status:hover, #opening-status:focus {
    text-decoration: none;
    cursor: default;
}
#opening-status-mobile {
	
}
#ct_details_bar_wrapper {
	
}
.ct_header_row {
	padding-top: 50px;
}
.ct_details_bar {
	margin-bottom: 30px;
	font-weight: bold;
}
.ct_details_bar, .ct_details_bar a, .ct_details_bar em {
	color: #FFFFFF;   
    font-style: normal;
}
header {
	
}
#logo {
	
}

/**-- MAIN MENU --**/
/*Style the main navbar*/
header .navbar {
	margin-bottom: 0px !important;
}
header .navbar-inner {
	background: transparent;
	border: none;
	padding: 0px;
    box-shadow: none !important;
}
header .navbar-inner .nav {
	margin-right: 0px;
}
header .navbar .nav>li {
	padding: 0px 17px;
}
header .navbar .nav>li>a,
header .nav-collapse .nav>li>a,
header .nav-collapse .dropdown-menu a {
	color: #FFFFFF;
	font-size: 40px;
	/*text-transform: uppercase;*/
	/*font-weight: bold;*/
	height: 30px;
	line-height: 30px;
}
.nav-collapse .dropdown-menu a {
	font-size: 18px !important;
}
header .navbar .nav>.active>a, 
header .navbar .nav>.active>a:focus,
header .navbar .nav>.active>a:hover,
header .navbar .nav>li>a:focus,
header .navbar .nav>li>a:hover, 
header .navbar .nav li.dropdown.open>.dropdown-toggle,
header .navbar .nav li.dropdown.active>.dropdown-toggle,
header .navbar .nav li.dropdown.open.active>.dropdown-toggle {
	color: #FFFFFF;
	background-color: transparent;
    box-shadow: none !important;
    position: relative;
}
/*center align the menu*/
header .navbar-inner .container {
	display: flex;
	justify-content: end;
}
#responsive-food-menu #header-icons,
.main{
	display: none !important;
}

/*HEADER ICONS*/
#header-icons .tooltip {
    top: unset !important;
    bottom: -70px !important;
}

.tooltip.top .tooltip-arrow {
     transform: rotate(180deg);
    top: 0;
}
#header-icons {
    display: flex;
    font-size: 30px;
    width: 90px;
    justify-content: space-between;
    padding-left: 0;
}

#header-icons a {
    color: #fff;
}

#header-icons a:hover,
#header-icons a:focus {
	color: #ce7346;
}

#opening-status.status-OPEN .fa {
    color: #00d889;
}

#opening-status.status-CLOSED .fa {
	color: #d67c7c;
}

.user_member #header-icons .fa-user,
.user_admin #header-icons .fa-user {
	color: #00d889;
}


@media (min-width: 979px) {
    header .navbar-inner .container > #header-icons {
        display: none;   
   }
}

/**-- MOBILE MENU --**/
header .navbar .btn-navbar,
header .navbar .btn-navbar.collapse {
	background-image: none !important;
	width: auto;
	height: auto;
	text-shadow: none;
	border: none;
    padding: 10px !important;
    padding-bottom: 12px !important;
    background: #ce7346 !important;
}
header .navbar .btn-navbar:hover, 
header .navbar .btn-navbar:focus  {
    
}
header .navbar .btn-navbar .icon-bar {
	width: 25px;
	height: 2px;
}
header .navbar .btn-navbar .icon-bar+.icon-bar {
	margin-top: 5px !important;
}

.uk-offcanvas-bar {
}
.uk-nav-offcanvas>li>a {
    color: #FFF;
}
.uk-nav-offcanvas>.uk-open>a, 
html:not(.uk-touch) .uk-nav-offcanvas>li>a:focus, 
html:not(.uk-touch) .uk-nav-offcanvas>li>a:hover {
    background: #184623;
}
.uk-nav-offcanvas>li>a:hover,
.uk-nav-offcanvas>li>a:focus {
    background: #184623;
}
#zp-offcanvas-basket #order-empty {
 	margin-bottom: 15px;   
}
#mobile_food_menu_nav .btn {
    padding: 5px;
    border: none !important;
}

#zp-offcanvas-menu .uk-offcanvas-bar {
    background: #0e3417;
}
#zp-offcanvas-basket .uk-offcanvas-bar {
    
}

/**-- FOOTER --**/
footer { 
	background-color: #1f4730; 
	margin-top: 0px;
}
footer .row-fluid {
	padding: 30px;
	width: auto;
}
.label-copyright {
	color: #FFFFFF;
	/*font-weight: bold;*/
}
.label-copyright a {
    color: #fff;
}
.label-copyright a:hover {
    text-decoration: underline;
}
.copyright { text-align: left; }
.vendor { float: right; }
.cards, .vendor { padding-top: 5px; }




/**-- HOME PAGE --**/
.column_slideshow img {
	/*width: 100%;*/
	margin: auto;
	display: block;
}
#myCarousel {
	margin-bottom: 0px;
}
.carousel-control {
	color: #FFFFFF;
	opacity: 1;
	background-color: transparent;
	border: none;
}
.carousel-control:hover,
.carousel-control:focus {
	color: red;
}
.carousel-caption {
	background: transparent;
}
.carousel-indicators {
}
.mod_postcode_box {
	background-color: transparent !important;
    border: 3px solid #fff;
    padding: 40px;
    max-width: 850px;
    margin: 0 auto;
}
.mod_postcode_box .dropdown-menu {
	
}
.mod_postcode_box .btn  {
    line-height: 38px;
	
}
#mod_postcode_box_pc {
	color: #878787;
	margin-left: 0px;
	line-height: normal !important;
	vertical-align: middle !important;
	font-size: 20px;
	height: 72px;
}
#mod_postcode_box_pc::placeholder {
	color: #cac6c6;
	/*line-height: normal !important;
	vertical-align: middle !important;
	position: relative;*/
}
.postcode_holder {
    margin-top: 80px;
}
.mod_postcode_box .lead {
    font-size: 70px;
    color: #fff;
    margin-top: 15px;
}
.mod_postcode_box .col3 {
    font-size: 18px;
    max-width: 60%;
    margin: 0 auto;
}
.mod_postcode_box .col3 .muted {
    color: #fff !important;
}
.mod_postcode_box .col2 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.mod_postcode_box .btn-group.open .btn.dropdown-toggle, .mod_postcode_box .dropdown-menu {
	text-align: center;
}

/**-- SOCIAL MEDIA --**/
.social_media_links {
	max-width: 100px;
	margin: 10px auto 0px;
}
.social_media_links .btn { 
	padding: 0px; 
}
.social_media_links a, .social_media_links a:hover, .social_media_links a:focus { 
	background-color: transparent !important; 
}
.social_media_links a:hover {
	transform: translateY(3px);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.social_media_links img { 
	max-width: 35px;
}
/**-- CUSTOM BITS --**/

/**-- RESERVATIONS --**/
/*.mod_table_reservation_v1 { display: none; }
.reservations .mod_table_reservation_v1 {
 	display: block;   
}
.mod_table_reservation_v1 {
    margin: 20px auto !important;
    width: 500px;
}
.mod_table_reservation_v1 select, 
.mod_table_reservation_v1 input, 
.mod_table_reservation_v1 button {
    margin: 0px auto 20px !important;
    padding-left: 0px;
    padding-right: 0px;
    width: 500px;
}
.mod_table_reservation_v1 h3 {
 	font-size: 36px;   
}
.mod_table_reservation_v1 select {
    text-align-last: center;
    text-align: center;
}*/

/**-- MENU PAGE --**/
.page_menu .ui-tabs-panel .row-product h5,
.page_menu .ui-tabs-panel .row-product .description,
.page_menu .ui-tabs-panel .row-product .price,
.page_menu .ui-tabs-panel .row-product .name small {
	/*color: #FFFFFF;   */
}
.page_menu .ui-tabs-vertical .tb-nav-tabs { border: none; }
.page_menu .cat-desc {
	background: red;
	border: none;
	color: #FFFFFF;
	padding: 20px;
}
.page_menu .price {
    font-family: 'general sans';
}
.page_menu .row-product .description,
.page_menu .row-product .price {
	font-size: 16px;
}
.page_menu .row-product small {
	font-size: 14px;
}
.page_menu .row-product .name {
	font-size: 18px;
}

#basket-container { 
	padding: 20px; 
	margin-bottom: 30px; 
}
#basket-container h3 {
	color: #000000;
    font-size: 40px;
}
#basket-container,
#basket-container small,
#basket-container th,
.checkout .well-basket .muted,
.checkout .well-basket small {
	color: #000000;
}
.checkout .btn-block+.btn-block {
    padding-top: 3px;
}
.well-basket .note-delivery small {
	color: #FFFFFF;
}
#basket-container a { 
	margin-top: 10px; 
}
#basket-container .table th,
#basket-container .table td,
.checkout .product-basket th,
.checkout .product-basket td  {
	border-color: #383536;
	color: #000000;
}
.checkout .product-basket th, 
.checkout .product-basket td,
.checkout .well-basket small{
    border-color: #FFF !important;
    color: #FFF !important;
}
#basket-container .text-success,
.well-basket .text-success {
	/*color: #71b365;*/
}
#basket-container .text-info,
.well-basket .text-info {
	/*color: #48b9ef;*/
}
.how-im-ordering {
	border: none;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px !important;
	background: transparent;
	color: #FFFFFF;
}
.how-im-ordering h2 {
	font-size: 40px;
    color: #ce7346
}
.how-im-ordering small {
	color: #184a24;
	font-weight: bold;
    font-size: 25px !important;
}

/*RESPONSIVE FOOD MENU/SEARCH*/
.menu-container .navbar-affix-container,
.menu-container .navbar-affix-container .navbar-inner {
	background-color: transparent !important;
	background-image: none;
	height: auto !important;
	border: none;
}
#responsive-food-menu {
	background-color: #d07544;
}
#responsive-food-menu .navbar-search input {
	width: 240px;
	height: 36px;
}
#responsive-food-menu .btn-navbar.btn-primary {
	background: #f4ffba;
	height: 30px;
	margin-right: 10px !important;
	line-height: 21px;
}
#responsive-food-menu .btn-navbar.btn-primary:hover {
	background-color: #c1cc8a;
}
#responsive-food-menu .btn-navbar.btn-primary .text-info {
	color: #87a16b;
}
#responsive-food-menu .ctrl-mob-nav-search {
	padding-top: 5px !important;
}
#responsive-food-menu.affix-top .navbar-search,
#responsive-food-menu.affix-top .btn-navbar.btn-success,
#responsive-food-menu.affix .btn-navbar,
#responsive-food-menu.affix .btn-navbar.btn-success {
	margin-top: 5px !important;
}
#responsive-food-menu.affix .search-query,
#responsive-food-menu.affix .navbar-search {
    margin-top: 3px !important;
}
#responsive-food-menu.affix {
	left: initial;
	border: 1px solid #0e5959;
}
#responsive-food-menu .brand {
	color: #FFFFFF;
	font-size: 24px;
	line-height: 110%;
}

/*EDIT PRODUCT MODALS*/
/*LABELS*/
#editProductModal .modal-body h4 .name,
#editSpecialDealModal .modal-body h4 .name,
#editProductModal .modal-body h3,
#editSpecialDealModal .modal-body h3 {
	font-size: 35px;
	line-height: 110%;
}
#editProductModal small,
#editSpecialDealModal small,
#editProductModal li,
#editSpecialDealModal li {
	font-size: 24px;
}
#editProductModal .modal-body h5,
#editSpecialDealModal .modal-body h5 {
 	font-size: 24px;   
}
#editProductModal fieldset small,
#editSpecialDealModal fieldset small {
    font-size: 18px;
}
#editProductModal fieldset small .label-default, 
#editSpecialDealModal fieldset small .label-default {
    font-size: 14px;
    padding: 4px;
    margin-top: -4px;
    height: 23px;
    box-sizing: border-box;
    background: #184a24;
    border: 0px;
}
#editProductModal .modal-footer h3,
#editSpecialDealModal .modal-footer h3 {
	font-size: 24px;
	line-height: 110%;
}
#editProductModal .modal-footer h3 small,
#editSpecialDealModal .modal-footer h3 small {
    color: #FFFFFF;
}
#editProductModal .type-choose-one .control-label,
#editSpecialDealModal .type-choose-one .control-label {
    font-size: 20px;
    line-height: 110%;
}
/*BUTTONS*/
#editProductModal fieldset .btn-group>.dropdown-toggle, 
#editSpecialDealModal fieldset .btn-group>.dropdown-toggle {
    font-size: 14px !important;
    padding: 5px !important;
}

.img-polaroid {
	background-color: transparent;
	border: none;
}
.popover .popover-title {
	background: #ce7346;
	color: #FFFFFF !important;
	font-size: 16px !important;
}
.popover .popover-content {
	color: #000000;
}

/*Manual Themeroller stuff*/
.page_menu .ui-tabs .ui-tabs-nav li.ui-tabs-active a, 
.page_menu .ui-tabs .ui-tabs-nav li.ui-state-disabled a, 
.page_menu .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    background: #204730;
    color: #FFFFFF !important;
    border-right-width: 0px !important;
}
.page_menu .ui-tabs .ui-tabs-nav li {
    background: #346649;
    border: none;
}
.page_menu .ui-tabs .ui-tabs-nav li:hover,
.page_menu .ui-tabs .ui-tabs-nav li:focus {
    background: #11381a;
}
.page_menu .ui-tabs .ui-tabs-nav li a {
    color: #FFFFFF;
}
.page_menu .ui-widget-header {
 	background: none;   
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
 	background: #4a2804; 
    color: #FFFFFF;
}

/**-- CHECKOUT --**/
.checkout h2,
.contact-us h1 {
 	color: #d4865e; 
	font-size: 35px;
	line-height: 110%;	
}
.checkout h4, .checkout h5 {
    font-size: 20px !important;
	line-height: 110%;
    font-family: 'cavalier';
}
.checkout .well-basket { 
	padding: 19px;
	background: #0e2e16 !important;
    color: #FFF;
}
.checkout #basket {
	background: #0e2e16 !important;
	padding: 10px;
    color: #FFF;
}
.checkout .ui-widget {
	border: 1px solid #000000;
}
.checkout #dlgResetPassword .well {
	border: 1px solid #FFFFFF;
}
.checkout #dlgResetPassword .muted {
	/*color: #FFFFFF;*/
}
.checkout .ui-dialog-titlebar {
 	/*background: #925e04;
    color: #FFFFFF;*/
}
#dlgResetPassword {
 	/*background: #dea831;
    color: #FFFFFF;*/
}
.checkout .marginbottom15 small { 
	color: #000000 !important; 
}
.pay-name { 
	color: #000; 
}
.trigger-paymentmethod .btn { 
	background: transparent;
}
.trigger-paymentmethod .btn.active .pay-name { 
	color: #FFFFFF; 
}
.trigger-paymentmethod i.tick { 
	color: #FFFFFF !important; 
}
.checkout .btn-proceed-final {
	font-size: 18px !important;
	line-height: 110%;
}
.checkout #loginSignin,
.checkout #ctl-forgotPassword {
 	widtH: 100%;
    margin-bottom: 5px;
}
.checkout #chooseAddressModal .btn-block {
 	/*background: #be3717;*/
}
/*Stop the credit card/cash buttons on checkout from shrinking when hovered*/
.trigger-paymentmethod button:hover,
.trigger-paymentmethod button:focus {
	font-size: 17.5px;
}
.checkout .loyalty-description h2 { 
	color: #000000;
}
.loyaltypoints_box .lead {
    color: #FFF;
}
.loyaltypoints_box {
    background: #ce7346 !important;
    color: #fff;
}
.loyaltypoints_box .ui-widget-header {
	background: #184a24;
	border: none;
    color: #fff;
}
.loyaltypoints_box .row-credits .well-white {
	color: #383536;
	border: none !important;
    border-radius: 0px !important;
}
.loyaltypoints_box .row-credits .col-equals .well {
	color: #FFF;
}
.loyaltypoints_box .row-credits .col-equals .ui-widget-header {
 	background: transparent !important;  
border: none !important;	
}
.loyaltypoints_box .btn-success {
	margin-bottom: 15px;
}
.loyaltypoints_box .btn-link {
	color: #FFFFFF;
	font-size: 12px !important;
	text-decoration: underline;
}

/**-- MEMBERS PAGE --**/
.nav-list .active a,
.nav-list>li>a:hover, 
.nav-list>li>a:focus,
.nav-list>li.active>a:hover, 
.nav-list>li.active>a:focus,
.hero-unit,
.section-my-orders th {
    background: #1f4730;
    color: #fff;
}
.section-my-orders td,
.section-sales-reports td,
.section-sales-reports th {
 	color: #FFFFFF; 
	background: #ce7346;	
}
.section-sales-reports .btn-primary.active {

}
.sidebar-nav .nav-header {
	color: #ce7346;
	font-size: 18px;
}
.sidebar-nav li a {
	color: #1f4730;
}
.sidebar-nav small { 
	color: #ce7346; 
}
.hero-unit h1,
.hero-unit h2,
.hero-unit p {
	color: #FFFFFF !important;
}
.members .section-.well { padding: 30px; }
.members .section-.well h2,
.members .section-.well p,
.members .section-.well .muted {
	margin-bottom: 15px;
	color: #1f4730;
}
.members .hero-unit a  {
	color: #FFFFFF;
	text-decoration: underline;
}
.jumbotron {
	
}
.jumbotron .text-warning  {
	
}
.section-my-orders .ui-widget-content { background: none; }
.section-my-orders .ui-widget-header { background-color: #9ad463; }
.section-my-profile fieldset { margin-top: 20px; }
.section-my-addresses .marginbottom15 a {
	text-decoration: underline;
	color: #326195;
}
.members .btn-group .btn.dropdown-toggle {
	background: #FFFFFF;
    text-transform: none;
    color: #555555;
    font-weight: normal;
	border: 1px solid #ccc;
    padding-top: 4px;
}
.members #frmRegister legend,
.members #frmLogin legend {
	padding: 28px 0px;
	text-align: center;
    background: #ce7346;
    color: #fff;
    font-size: 32px;
    line-height: 30px;
    padding-top: 32px;
}
.members #frmRegister,
.members #frmLogin {
	padding: 0px 0px 25px 0px;
}
.members #frmRegister .control-group,
.members #frmLogin .control-group {
	padding: 0px 25px;
}
.members .website-image {
	margin-top: 30px;
}
.section-my-orders td,
.section-sales-reports td, .section-sales-reports th {
 	color: #0a3c61;
	background:#fff;	
}

.ctl-toggle-columns .btn.btn-primary {
    border: none !important;
    font-size: 18px;
}
.ctl-toggle-columns .btn.btn-primary:active, 
.ctl-toggle-columns .btn.btn-primary.active {
    background-color: #043975 !important
}
.members legend small {
    color: #d4865e;
}
.members .navbar .brand {
    color: #d4865e;
}
/*.nav-list li a [class^="icon-"] {
    background-image: url(https://static.zfood.co.uk/global/images/glyphicons-halflings-white.png);   
}
*/
.nav-list li a:hover [class^="icon-"], 
.nav-list li a:hover [class*=" icon-"],
.nav-list li a:focus [class^="icon-"], 
.nav-list li a:focus [class*=" icon-"],
.nav-list>li.active>a:hover [class^="icon-"], 
.nav-list>li.active>a:focus [class*=" icon-"],
.nav-list li.active a [class^="icon-"], 
.nav-list li.active a [class*=" icon-"] {
 	background-image: url(https://static.zfood.co.uk/global/images/glyphicons-halflings-white.png);   
}

/**-- CONTACT --**/
.contact-us .ui-widget {
	
}
.contact-us .ui-widget-header {
	font-size: 22px;
	padding: 10px;
	border: none;
    background: #ce7346;
    color: #FFFFFF;
}
.contact-us .ui-widget-content {
	color: #000000;
	border: none;
}
.page_contact-us .row-fluid .span8 .well {
	border: none;
	margin-bottom: 30px;
}
.contact-us .box-opening-hours { 
	margin-top: 30px;
}
.contact-us #contact_map_canvas {
 	color: #000000 !important;   
}

/**-- REVIEW ORDER PAGE --**/
.page-review-order h1 {
	color: #184a24;
	background-color: transparent;
	text-align: center;
}
.page-review-order {
	
}
.page-review-order legend {
}
.rating-row .lead {
 	/*color: #098a8f !important;   */
}
.rating-row small.muted,
.rating-row td,
.rating-row label {
    color: #949494 !important;
}
.page-review-order textarea {
	height: 230px;
}
.page-review-order .btn.dropdown-toggle {
    background: #7cbf4c;
    color: #FFFFFF;
}
.page-review-order .btn.dropdown-toggle .caret {
    border-top-color: #FFFFFF;
}
.page-review-order .btn-group.open .btn.dropdown-toggle {
	background: #72b144;
    color: #FFFFFF;
}

/* ******** */
/* 404 PAGE */
/* ******** */
.page_error-404 .alert { 
	background: transparent !important; border: none; 
}
.page_error-404 h1 { 
	padding: 5px 0px; 
}
.page_error-404 h2,
.page_error-404 h3,
.page_error-404 #body p {
   color: #184a24;
}

/* *********************** */
/* ORDER CONFIRMATION PAGE */
/* *********************** */
h1.order-complete-title {
	color: #9ad463;
}
#order-confirmation {
	background: #9ad463;
	color: #FFFFFF;
}
.order-confirmation-note {
	text-align: center;
}
.p-thanks-for,
.p-last-minute {
    
}


/* ******************* */
/* MENU SELECTION PAGE */
/* ******************* */
.menu-selection {
	padding: 0px 0px 30px 0px;
}
.menu-selection h1 {
	text-align: center;
	font-size: 50px;
	line-height: 110%;
    color: #d07544;
}
.menu-selection h3 {
	color: #482818;
	font-size: 40px;
	line-height: 110%;
	text-align: center;
}
.menu-selection .alert,
.menu-selection .well {
	background: transparent !important;
	border: none;
}
.menu-selection img {
	margin: 0px auto 30px;
	display: block;
}


/* ************************* */
/* TERMS AND CONDITIONS PAGE */
/* ************************* */
.page_information h1 {
	font-size: 35px;
}
.page_information .well {
    background: #204730;
    color: #FFF;
}
.page_information .page-header {
    border: none;
}
/* ************* */
/* MEDIA QUERIES */
/* ************* */

.page_welcome {}

.page_welcome #opening-status,
.page_welcome .navbar {
    display: none;
}

/*CUSTOM CSS*/

.home header {
    background: url(/myimages/1017/zpos-bg-yaknyeti_header_bg.jpg);
    height: 850px;
}
.welcome, .loyalty  {
    background: url(/myimages/1017/zpos-bg-cream_bg.jpg);
    padding-bottom: 125px;
}
.welcome:before, .loyalty:before {
    background: url(/myimages/1017/zpos-bg-cream_edge.png);
    height: 100px;
    width: 100%;
    position: relative;
    top: -85px;
}
.welcome_inner, .about_inner, .loyalty_inner {
    max-width: 1500px;
    margin: 0 auto;
}
.welcome h2, .loyalty h2 {
    font-size: 100px;
    text-align: center;
    color: #482818;
}
.welcome .text-warning {
    color: #ce7346;
}
.welcome p{
    font-size: 24px;
    color: #482818;
    text-align: center;
    line-height: 30px;
    max-width: 75%;
    margin: 0 auto;
    margin-top: 30px;
}

.welcome .alert p {
    color:#fff;
    margin-top: 0px;
    max-width: 100%;
}
.loyalty p {
    font-size: 24px;
    color: #482818;
    text-align: center;
    line-height: 30px;
    max-width: 50%;
    margin: 0 auto;
    margin-top: 30px;
}
#welcome_content, #loyalty_content {
    text-align: center;
}
#welcome_content {
    margin-top: 20px;
}
#welcome_content hr {
    border-color: #482818 !important;
    max-width: 35%;
    margin: 0 auto;
    border-width: 2px;
    margin-bottom: 30px;
    margin-top: 20px;
}
#loyalty_content hr {
    border-color: #482818 !important;
    max-width: 30%;
    margin: 0 auto;
    border-width: 2px;
    margin-bottom: 30px;
    margin-top: 20px;
}
#welcome_content .btn-group, #loyalty_content .btn-group {
    margin-top: 35px;
}
#welcome_content .btn:first-child, #loyalty_content .btn:first-child {
    margin-right: 40px;
}
.about {
    background: url(/myimages/1017/zpos-bg-cuisine_background.jpg);
    padding-top: 180px;
    padding-bottom: 180px;
}
#about_content {
    text-align: center
}
#about_content h2 {
    font-size: 80px;
    color: #ffffff;
    letter-spacing: 1.2px;
}
#about_content .about_h2 {
    color: #f2da9a;
}
#about_content hr {
    border-color: #fff !important;
    max-width: 35%;
    margin: 0 auto;
    border-width: 2px;
    margin-bottom: 30px;
    margin-top: 20px;
}
#about_content p {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    max-width: 75%;
    margin: 0 auto;
    margin-top: 30px;
}
#about_content .btn-group {
    margin-top: 35px;
}
#about_content .btn:first-child {
    margin-right: 40px;
}
.bottomBanner {
    background: url(/myimages/1017/zpos-bg-yaknyeti_foodbg.jpg);
    height: 485px;
}
.side_image img {
    position: absolute;
    width: 25%;
    margin-top: -275px;
}
.side_image2 img {
    position: absolute;
    right: 0px;
    margin-top: -400px;
    width: 29%;
}
.alert-black {
	background: #ffa902 !important; 
	color: #FFFFFF !important; 
}
.alert.alert-black h3 {
    font-size: 55px;
    padding: 5px 0 !important;
}
/* ************* */
/* MEDIA QUERIES */
/* ************* */
@media (max-width: 1500px) {
    .ct_header_row, .welcome_inner, .about_inner, .loyalty_inner {
    	max-width: 1200px;
    	margin: 0 auto;
    }
    header .navbar .nav>li>a, header .nav-collapse .nav>li>a, header .nav-collapse .dropdown-menu a {
        font-size: 30px;
    }
    .side_image img {
        margin-top: -160px;
    }
    .bottomBanner {
        height: 350px;
        background-size: cover;
    }
}
@media (min-width: 1500px) {
	.nav-collapse .dropdown-menu a {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 22px !important;
    }
}
@media (max-width: 1200px) {
	#responsive-food-menu.affix { left: 0; }
	.page_contact-us .row-fluid .span8 .well { margin-bottom: 20px; }
	.contact-us .box-opening-hours { margin-top: 20px; }
	.members #frmRegister #ctl-lookupAddress {displaY: block; }
	.members #frmRegister #registerPostcode { width: 206px; } 
	.members #frmLogin #ctl-forgotPassword { displaY: block; }
    .members #frmLogin #loginPassword { width: 206px; }
    
    .side_image img {
        margin-top: -100px;
    }
    .welcome_inner, .about_inner, .loyalty_inner {
        max-width: 1079px;
        margin: 0 auto;
    }
    body:not(.home) #body{
    	padding-left: 15px;
    	padding-right: 15px;
    }
}
@media (max-width: 1200px) and (min-width: 980px) {
	
}
@media (max-width: 1200px) and (min-width: 768px) {
    .left_column { padding-left: 20px; }
    .right_column { padding-right: 20px; }
}
@media (max-width: 1182px) {
	#basket-container {
		margin-top: 20px;
	}
	.how-im-ordering h2 {
     	text-align: center;   
    }
}
@media (max-width: 1100px) {
    .ct_header_row {
        padding-top: 25px;
    }
    .left_column.span3 {
        width: 100%;
    	text-align: center;
    	padding-left: 0px;
    }
    .right_column.span9 {
        width: 100%;
    	padding-left: 5px;
    	padding-top: 25px;
    	margin-left: 0px;
        padding-right: 5px;
    }
    .welcome p, #about_content p, .loyalty p {
        font-size: 21px;
    }
    .landing .alert {
        margin-top: 50px;
    }
    .loyalty p {
        max-width: 65%;
    }
    .postcode_holder {
        margin-top: 50px;
    }
    .side_image img, .side_image2 img {
        display: none;
    }
    .welcome, .loyalty {
        padding-bottom: 60px;
    }
    .about {
        padding-top: 100px;
        padding-bottom: 120px;
    }
    #loyalty_content, #welcome_content {
        position: relative;
        top: -45px;
    }
    #about_content h2 {
        font-size: 65px;
    }
    header .navbar-inner .container {
        justify-content: center;
    }
    .landing .alert {
    margin-top: 30px;
    }
    
}

@media (max-width: 1100px) and (min-width: 980px) {
    #welcome_content {
    margin-top: 130px;
    }
}



@media (min-width: 979px) {
    header .navbar-inner .container > #header-icons {
        display: none;   
   }
    header .navbar .nav>.active>a:after, 
    header .navbar .nav>.active>a:focus:after, 
    header .navbar .nav>.active>a:hover:after,
    header .navbar .nav>li>a:focus:after,
    header .navbar .nav>li>a:hover:after {
        content: '';
    	position: absolute;
    	background: #cd7346;
    	height: 4px;
    	width: 70px;
    	bottom: 4px;
    	left: 0px;
    	right: 0px;
        margin: 0 auto;
    }
}    
@media (max-width: 979px) {
	.page_menu .menu-selection .alert {
		margin: 20px 0px;
		padding: 0px;
	}
    header .navbar-inner .container {
        display: block !important;
        justify-content: center;
    }
	.page_menu .menu-selection h1 {
		text-align: center;
		margin-top: 10px;
	}
	.page_menu .menu-selection .well {
		margin-bottom: 0px;
	}
	header .navbar-inner .container {
		display: block;
	}
	.page_contact-us .row-fluid .span8 .well {
		margin-bottom: 22px;
	}
	.contact-us .box-opening-hours {
		margin-top: 22px;
	}
	#responsive-food-menu.affix-top button {
		height: 36px;
        line-height: 30px;
	}
	#responsive-food-menu.affix .icon-search {
		margin-top: 12px;
	}
	#responsive-food-menu.affix-top .icon-search {
		margin-top: 16px;
	}
	.nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
     	background: transparent; 
        color: #ce7346;
    }
	.trigger-paymentmethod .btn {
        width: 100% !important;
        display: block;
    }
    .checkout #ctl-lookupAddress {
     	display: block;   
    }
    .home .navbar .navbar-inner .container > #header-icons {
    	display: flex !important;;    
    }
    #header-icons {
    	padding: 4px 0 0 0 !important;
    }
    #header-icons {
    	display: none;
    }
    header .navbar .btn-navbar, header .navbar .btn-navbar.collapse {
        padding: 10px !important;
        padding-bottom: 12px !important;
        background: #ce7346 !important;
    }
    header .navbar {
        text-align: center;
    }
	.home .btn {
    	font-size: 24px !important;
    	padding: 20px 40px 14px 40px !important;
    	line-height: 110%;
	}
    #mod_postcode_box_pc {
        height: 60px;
    }
    .mod_postcode_box {
        padding: 25px;
        max-width: 650px;
    }
    .mod_postcode_box .caret {
        margin-top: 8px;
    }
    .mod_postcode_box .lead {
        font-size: 55px;
    }
    .mod_postcode_box .col2 {
        margin-top: 5px;
    }
    .header-icons-mobile {
        display: flex !important;
    }
    body:not(.home) header {
        padding-bottom: 20px;
    }
    
    header .navbar .nav>.active>a, 
	header .navbar .nav>.active>a:focus,
	header .navbar .nav>.active>a:hover,
	header .navbar .nav>li>a:focus,
	header .navbar .nav>li>a:hover, 
	header .navbar .nav li.dropdown.open>.dropdown-toggle,
	header .navbar .nav li.dropdown.active>.dropdown-toggle,
	header .navbar .nav li.dropdown.open.active>.dropdown-toggle {
        color: #ce7346;
    }
}
@media (max-width: 900px) {
    .welcome h2, .loyalty h2 {
        font-size: 65px;
    }
    #about_content h2 {
        font-size: 50px;
    }
    .home header {
        height: 800px;
    }
    .welcome, .loyalty {
        padding-bottom: 0px;
    }
    #loyalty_content {
        top: -70px;
    }
}
@media (max-width: 979px) and (min-width: 768px) {
    #welcome_content {
    margin-top: 140px;
    }
    
}
@media (min-width: 768px) {
	.mod_postcode_box .btn {
     	margin-left: 0px !important  ; 
    }
}
@media (max-width: 767px) {
	.menu-container .ui-tabs-vertical .ui-tabs-panel {
		width: 100% !important;
	}
	.row-order-complete- .span12 {
		padding: 20px;
	}
	.ct_user_status,
	.ct_local_branch_details {
		text-align: center !important;
	}
	.contact-us .box-contact-information {
		margin-top: 22px !important;
	}
	.contact-us .ui-widget {
		border-bottom: none;
	}
	.contact-us .ui-widget-header {
		text-align: center;
	}
	.copyright,
	.cards,
	.vendor-zpos {
		text-align: center;
		display: block !important;
		margin-bottom: 30px;
	}
	.menu-selection h1 {
		text-align: center;
		font-size: 30px;
	}
	.menu-selection h3 {
		font-size: 20px;
	}
	.mod_postcode_box .btn-group {
		margin-left: 0px;
	}
	.carousel-control.left {
		margin-left: 0px;
	}
	.carousel-control.right {
		margin-right: 0px;
	}
	.menu-selection .btn {
     	width: 70%;
        margin: auto;
    }
	.how-im-ordering h2,
	.checkout h2, 
	.contact-us h1 {
		text-align: center;
	}
    .welcome p, #about_content p, .loyalty p {
        font-size: 18px;
        max-width: 85%;
    }
    .postcode_holder {
        margin-top: 30px;
    }
    .home header {
        height: 700px;
    }
    .landing .alert {
        margin-top: 30px;
    }
    .bottomBanner {
        height: 250px;
    }
    .mod_postcode_box .lead {
        font-size: 35px;
    }
    .mod_postcode_box {
        max-width: 450px;
    }
    .mod_postcode_box .col3 {
        max-width: 100%;
    }
    .landing .alert {
        max-width: 485px;
    }
    .landing .alert h3 {
        font-size: 35px;
        padding-top: 0px;
        margin-bottom: 0px;
    }
    .landing .alert p {
        font-size: 18px;
        margin-top: 0px;
    }
    .landing .alert small {
        font-size: 13px;
    }
    .landing .alert p .discount_code {
        font-size: 25px;
    }
    .mod_table_reservation_v1 .btn.btn-parimary {
        margin-left: 0px !important;
}
}

@media (max-width: 767px) and (min-width: 481px) {
    #welcome_content {
    margin-top: 140px;
    }
	
}
@media (max-width: 675px) {
    .welcome h2, .loyalty h2 {
        font-size: 50px;
    }
    #about_content h2 {
        font-size: 35px;
    }
    .home .btn {
        padding: 10px 30px 5px 30px !important;
        font-size: 22px !important;
    }
    #mod_postcode_box_pc {
        height: 40px;
    }
    .bottomBanner {
        height: 160px;
    }
}
@media (max-width: 520px) {
    .mod_postcode_box {
        max-width: 365px;
    }
    .mod_postcode_box .lead {
        font-size: 30px;
        margin-top: 0px;
    }
    .landing .alert {
        max-width: 400px;
    }
} 
@media (max-width: 480px) {
	#responsive-food-menu .brand {
		font-size: 18px;
		padding-top: 15px;
	}
	#responsive-food-menu .btn-navbar.btn-primary {
		margin-righT: 0px !important;
		font-size: 10px;
	}
	.carousel-control {
		display: none;
	}
	.mod_postcode_box .col3 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.members .hero-unit {
		padding: 30px;
	}
	.members .hero-unit h1 {
		font-size: 40px;
	}
	.menu-selection .btn {
     	width: 90%;
    }
    #welcome_content .btn-group, #about_content .btn-group, #loyalty_content .btn-group {
        display: grid;
        max-width: 75%;
    	margin: 0 auto;
    	margin-top: 35px;
    }
    #welcome_content .btn:first-child,
    #loyalty_content .btn:first-child,
    #about_content .btn:first-child{
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .mod_postcode_box {
        max-width: 310px;
    }
    .mod_postcode_box .lead {
        font-size: 28px;
    }
    .mod_postcode_box .col3 {
        font-size: 15px;
    }
    .mod_postcode_box > .input-append {
        display: grid;
    }
    .mod_postcode_box .btn-group {
        display: grid;
    }
    .landing .alert {
        max-width: 350px;
    }
    .landing .alert p { font-size: 16px;}
    .landing .alert {
    margin-top: 10px;
    }#welcome_content {
    margin-top: 110px;
    }
}
@media (max-width: 350px) {
    .mod_postcode_box {
        border: none;
    }
    #welcome_content {
    margin-top: 230px;
    }
}
/*Increase width of customisation modals to fit in toppings*/
/*@media (min-width: 979px) {
	body #editProductModal.modal {
		width: 950px;
		margin-left: -475px;
	}
} */
/*BOOKING*/
.zpostable {
    max-width: 50%;
    margin: 0 auto;
}
.opening {
    text-align: center;
}
.book h2 {
    text-align:center;
    font-size:50px;
}
.book h1 {
    display: none;
}
.extrapage {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #204730;
    color: #fff;
    box-sizing: border-box;
}
.zpostable h3, .bookcontacthours h2 {
    font-size: 31.5px;
}
.zpostable h4, .zpostable h5 {
    font-family: 'Cavalier', sans-serif;
    text-align:center;
    color: #d07544;
}
.book .mod_table_reservation_v1 {
    display:block !important;
}
.book h3, .book h4, .book p {
    text-align:center;
}
.book h4 {
    font-size: 24px;
    line-height: 110%;
    max-width: 600px;
    margin: 10px auto;
}
.mod_table_reservation_v1 .btn.btn-parimary {
    background: #d07544;
    box-shadow: none;
    border: 0px;
    color: #fff;
    text-shadow: none;
}
.bookcontacthours table {
    margin-bottom:0px;
}
.christmasalert {
    background: url('/myimages/1017/zpos-bg-yak_n_yeti_christmasbg2.jpg') !important;
    background-size: cover;
}

.christmaslink:focus,
.christmaslink:hover {
text-decoration: none;
}