@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);

body .visible-harpenden { display:none !important; } 
body .hidden-harpenden { display:inherit !important; } 
body.shop_harpenden .hidden-harpenden { display:none !important; }
body.shop_harpenden .visible-harpenden { display:inherit !important; }

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

body {
	color: #5e7062;
	font-size: 16px;
}
h1 {
	font-family: 'Josefin Sans';
}
h2 {
}
h3 {
}
h4 {
}
body {
	background-color: #ffffff;

	background-image:none;

	background-attachment: scroll;
}

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

	background-image:none;
	background-attachment: scroll;
}

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

/**-- DISPLAY NONES --**/
.home h1, .home-about, #body-bottom-hr, 
.row_mods, .row_phones, 
.voucher_box .success span, 
#basket-container hr,
#opening-status,
.ct_details_bar,
.home_social,
.column_modules,
.mod_postcode_box .col1, .mod_postcode_box .col3, .mod_postcode_box .btn .caret,
.home .mod_table_reservation_v1 h3,
footer,
.carousel-control {
    display: none !important;
}

/* GLOBAL */
body {
    padding: 0;
}
#container {
    background: none;
    padding: 0;
    width: 100%;
    box-shadow: none;
}
ol>li>ol, ol>li>ul, ul>li>ol, ul>li>ul {
    margin: 0 0 10px 25px;
}
a {
    color: #5E7062;
}
a:hover, a:focus {
    color: #556759;
}
em {
    color: #d39e11;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #91b48b;
    border: none;
    text-shadow: none;
    color: #FFFFFF;
    border-radius: 0px;
}
* {
 	box-sizing: border-box;   
}
#body {
 	padding: 30px 0px;   
}
body:not(.home) #body {
 	padding-bottom: 100px;   
}
.meta {
 	font-style: italic;
    font-size: 22px;
    line-height: 110%;
    color: /*#F8FE7A;*/ #121313;
    margin-bottom: 0px !important;
}
#home_chefs .meta {
 	color: #8EB38C;   
}
p {
    line-height: 130%;   
}
.yellow_section {
    background: #F8FE7A;
}
.yellow_section *:not(.btn):not(.btn .text) {
    color: #121313;
    border-color: #121313;
}
.icon_line {
 	margin-bottom: 20px;   
}
.website-image img {
 	border: 2px solid #232323;   
}
.ui-dialog-titlebar {
	background: #F8FE7A;
    color: #121313;
}
.ui-dialog .ui-dialog-titlebar-close {
 	color: #121313 !important;   
}
#dlgResetPassword form label {
    /*color: #FFFFFF;   */
}
.table thead th {
    /*background: #f9ff72;*/
   /* color: #121313;*/
}
table, th, tr {
    border-radius: 0px !important;
}
.label {
 	text-shadow: none;   
}
table, tr, td, th {
 	border-color: #b3b3b3 !important;   
}

/* SITE WIDTH */
body:not(.home) #body, #responsive-food-menu, body:not(.home) .ct_header_row, body:not(.home) .navbar-inner .container, body:not(.home) header .header_icons {
    max-width: 1170px;
    margin: 0 auto;
}
.home #body .container:not(.small), .home .ct_header_row, .home .navbar-inner .container, .home .main, footer .row-fluid {
    max-width: 1700px;
    margin: 0 auto;
}
.container.small {
    max-width: 1450px;
    margin: 0 auto;
}

/* FONTS */
header .navbar a,
.meta, .lead,
#under_logo {
    font-family: 'Josefin Slab', 'Arial', sans-serif !important;
}
h1, h2, h3, h4, h5, h6, legend {
    font-family: 'omnes-pro', 'Arial', sans-serif !important;
    font-style: italic;
    line-height: 120%;
    font-weight: 500;
}
body {
    font-family: 'omnes-pro', 'Arial', sans-serif !important;
}
.lead {
 	font-weight: bold;
    font-size: 22px;
}
body:not(.home) h2 { font-size: 40px;}
h3 { font-size: 32px; }
h4 { font-size: 25px; }
h5 { font-size: 20px; }

/* 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 {
    background: #b9ddc1 !important;
    color: #5e7062 !important;
}
.btn-success:hover, .btn-success:focus, 
#editProductModal .btn-group>.dropdown-toggle.btn-success:hover, 
#editProductModal .btn-group>.dropdown-toggle.btn-success:focus, 
#editSpecialDealModal.btn-group>.dropdown-toggle.btn-success:hover, 
#editSpecialDealModal.btn-group>.dropdown-toggle.btn-success:focus {
    background: #aed5b6 !important;
    color: #5e7062 !important;
}
.text-success, .loyalty-card>div .loyalty-value {
    color: #b9ddc1 !important;
}
.btn-success2 {
    background: #5e7062 !important;
    color: #b9ddc1 !important;
}
.btn-success2:hover, .btn-success2:focus {
    background: #506153 !important;
    color: #b9ddc1 !important;
}
.text-success2 {
    color: #5e7062 !important;
}

.btn-primary, .alert-primary, .label-primary, .badge-primary {
    background: #5f90be !important;
    color: #FFFFFF !important;
}
.btn-primary:hover, .btn-primary:focus {
    background: #5786b3 !important;
    color: #FFFFFF !important;
}
.text-primary {
    color: #5f90be !important;
}
.btn-primary.with_border {
    border: 1px solid #5f90be;
}

.btn-info, .alert-info, .label-info, .badge-info, 
#editProductModal fieldset .btn-group>.dropdown-toggle.btn-info, 
#editSpecialDealModal fieldset .btn-group>.dropdown-toggle.btn-info {
    background: #5ac6d5 !important;
    color: #FFFFFF !important;
}
.btn-info:hover, .btn-info:focus, .btn-group.open .btn-info.dropdown-toggle, 
#editProductModal fieldset .btn-group>.dropdown-toggle.btn-info:hover, 
#editProductModal fieldset .btn-group>.dropdown-toggle.btn-info:focus, 
#editSpecialDealModal fieldset .btn-group>.dropdown-toggle.btn-info:hover, 
#editSpecialDealModal fieldset .btn-group>.dropdown-toggle.btn-info:focus {
    background: #51bac8 !important;
    color: #FFFFFF !important;
}
.text-info {
    color: #5ac6d5 !important;
}

#editProductModal fieldset .btn-group>.dropdown-toggle:not(.btn-info):not(.btn-success):not(.btn-danger),
#editSpecialDealModal fieldset .btn-group>.dropdown-toggle:not(.btn-info):not(.btn-success):not(.btn-danger) {
    background: #000000;
    color: #FFFFFF;
}
#editProductModal fieldset .btn-group>.dropdown-toggle:not(.btn-info):not(.btn-success):not(.btn-danger):hover,
#editProductModal fieldset .btn-group>.dropdown-toggle:not(.btn-info):not(.btn-success):not(.btn-danger):focus,
#editSpecialDealModal fieldset .btn-group>.dropdown-toggle:not(.btn-info):not(.btn-success):not(.btn-danger):hover,
#editSpecialDealModal fieldset .btn-group>.dropdown-toggle:not(.btn-info):not(.btn-success):not(.btn-danger):focus {
    background: #4e4e4e;
    color: #FFFFFF;
}

.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: #b50101 !important;
    color: #FFFFFF !important;
}
.btn-danger:hover, .btn-danger:focus, .modal-footer button:first-of-type:hover, 
#editProductModal .btn-group>.dropdown-toggle.btn-danger:hover, 
#editProductModal .btn-group>.dropdown-toggle.btn-danger:focus, 
#editSpecialDealModal.btn-group>.dropdown-toggle.btn-danger:hover, 
#editSpecialDealModal.btn-group>.dropdown-toggle.btn-danger:focus {
    background: #a60101 !important;
    color: #FFFFFF !important;
}
.text-danger, .text-error {
    color: #b50101 !important;
}

.btn-warning, .alert-warning, .label-warning, .badge-warning {
    background: #dbc281 !important;
    color: #FFFFFF !important;
}
.btn-warning:hover, .btn-warning:focus {
    background: #cbb372 !important;
    color: #FFFFFF !important;
}
.text-warning {
    color: #dbc281 !important;
}

.btn-inverse, .alert-inverse, .label-inverse, .badge-inverse {
    background: #121313 !important;
    color: #F8FE7A !important;
}
.btn-inverse:hover, .btn-inverse:focus {
    background: #2d3232 !important;
    color: #F8FE7A !important;
}

.btn-white {
 	background: transparent !important;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}
.btn-white:hover, .btn-white:focus {
 	background: #FFFFFF !important;
   	color: #000000 !important;
    border: 1px solid #FFFFFF;
}

.btn-text, .btn-text:hover, .btn-text:focus {
    background: none !important;
    border: none !important;
}
.btn-text.text-primary:hover, .btn-text.text-primary:focus {
 	color: #dde26b !important;   
}
.btn-text img {
 	position: relative;
    top: -3px;
    left: 5px;
}

/* BUTTONS */
.btn {
    font-family: 'omnes-pro', 'Arial', sans-serif !important;
    text-shadow: none;
    text-transform: uppercase;
    border-radius: 0px !important;
    font-weight: 500;
    box-shadow: none;
    font-size: 14px !important;
    padding: 6px 14px;
}
.btn-small {
    padding: 3px 8px 2px;
    font-size: 12px !important;
}
.btn-option {
 	padding: 2px 7px 3px !important;
    font-size: 12px !important;
}
.menu #basket-container .btn:not(.btn-tiny) i,
#zp-offcanvas-basket .btn i {
    position: relative;
    top: 2px;
}

/* DROPDOWN MENU */
.dropdown-menu {
    background: #f9ff72;
    border: 0;
    padding: 0px;
    border-radius: 0px;
}
.dropdown-menu>li {
    padding: 0px;
}
.dropdown-menu>li>a {
    font-size: 18px;
    padding: 10px;
    color: #121313;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background: #e7ed66;
     color: #121313;
}

/* 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 {
    font-family: 'Josefin Slab', 'Arial', sans-serif !important;
    box-sizing: border-box;
    height: 32px;
    border-radius: 0px;
}

/* WELLS */
.well, .page-review-order, .ui-tabs-menu {
    background: #ededed;
    border: none;
    box-shadow: none;
    border-radius: 0px;
}
.well, .page-review-order {
    padding: 15px;
}
.ui-tabs-menu {
    border-top-left-radius: 0px !important; 	
    border-top-right-radius: 0px !important;
}
.well .text-danger, .well .text-error {
 	color: #ffb4b4 !important;   
}

/* LEGEND, UI-WIDGET */
legend {
    color: #5f7161;
    text-align: center;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 110%;
    border-color: #5f7161;
}
.ui-widget-header {
 	background: #5e7062;
    color: #B9DDC1;
}

/*--SYSTEM ALERTS**/
.well.sys-alert {
    text-align: center;
    color: #000000;
    background: #bebebe;
}
.well-small.sys-alert .lead {
    color: #FFFFFF;
}
.alert {
 	padding: 10px 35px 8px 14px;   
}
.sys-message {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    text-align: center;
    border-radius: 0px !important;
}

/* MODALS */
.modal-header {
    background: #5E7062;
}
.modal-header h3 {
    color: #B9DDC1;
    font-size: 25px !important;
    /*margin: 0px !important;*/
    padding: 0px 5px 2px;
}
.modal-header .close {
 	color: #000000 !important;   
}
.modal-body {
    background: #FFFFFF;
    color: #000000;
}
.modal-footer {
    background: #2b2828;
    color: #fff;
    opacity: 1;
    border-radius: 0px;
}
.modal-footer h3,
.modal-footer h3 span {
    font-size: 20px !important;
    line-height: 110%;
}
.modal-footer small {
 	color: #d4d4d4;   
}
.modal-body .well {
    background: #f5f5f5 !important;
    color: #000000;
}

/* CARETS */
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: #F8FE7A !important;
}
#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: 5px;
    border-top-color: #FFFFFF;
}

/* HEADER SECTION */
#under_logo {
    margin: 0px auto;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    top: 5px;
}

header {
    max-width: 1920px;
    position: relative;
    margin: 0px auto;
}
.header_icons {
    list-style-type: none;
    margin: 0px !important;
    display: flex;
    align-items: center;
}
.header_icons li {
    float: left;
}
.header_icons li:not(:last-child) {
    margin-right: 20px;
}
body:not(.home) .header_icons {
    justify-content: space-between;
    padding: 5px 20px;
}
#header_yellow_square {
    position: absolute;
    right: 0px;
    top: 0px;
    background: /*#f8fe7a;*/ #5e7062;
    z-index: 1;
}
.header_icons img {
 	margin-right: 5px;   
}
header .right_column {
    background: #5E7062;
}
body:not(.home) header .right_column {
    width: 100% !important;
    margin: 20px auto 0px !important;
    float: none;
}

/* NAV SECTION */
.home header .navbar,
.home header .right_column {
 	position: relative;
    z-index: 5;
}
header .right_column *:not(.btn) {
 	color: #B9DDC1 !important;
    font-size: 18px !important;
}
header .navbar a {
    text-shadow: none !important;
    text-transform: uppercase;
}
header .navbar .nav>li>a, header .nav-collapse .nav>li>a {
    color: #242F32;
    font-weight: bold;
}
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: #5E7062;
    background-color: transparent;
    box-shadow: none;
    position: relative;
}
header .navbar .nav>li>a {
	padding: 10px 15px 6px;
}
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 {
    position: relative;
}
header .dropdown-menu a {
 	padding: 12px 10px 8px;   
}

/* FOOTER SECTION */
#footer_custom {
 	background: #232323;
    max-width: 2000px;
    margin: 0px auto;
}
#footer_custom > .row-fluid {
 	display: flex;
}
#footer_custom > .row-fluid > .left { 
    background: url('/myimages/1142/zpos-bg-okka_footer_tables.jpg') no-repeat;
    background-size: cover;
    /*background-position: center bottom;*/
    background-position: center center;
}
#footer_custom > .row-fluid > [class*="span"] {
 	padding: 40px;
    margin: 0px;
}
#footer_custom .mod_table_reservation_v1 p {
 	font-size: 14px;   
}
#footer_custom > .row-fluid > .middle p:last-child {
    margin-bottom: 0px;
}
#footer_custom > .row-fluid > .right {
 	display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #5E7062;
}
#footer_custom > .row-fluid > .right .lead {
 	color: #FFFFFF;   
}
#footer_custom > .row-fluid > .right .top_content h2 {
 	max-width: 470px;   
}
#footer_custom .right .row-fluid {
 	margin-top: 30px;
}
#footer_custom .lead {
    margin-bottom: 5px;   
}
#footer_custom .right .row-fluid .left img {
    max-width: 400px;   
}
#footer_custom > .row-fluid > .middle {
 	background: #8EB38C;
    color: #FFFFFF;
}
#footer_custom .middle a {
 	color: #FFFFFF;   
}
#footer_custom .right .bottom_content {
 	margin-top: 30px;   
}
.label-copyright a {
 	color: #B9DDC1;
}
.label-copyright a:hover, .label-copyright a:focus {
    color: #AED4B7;
}

/* HOME PAGE */
.home #body .container {
 	width: 100%;   
}
.column_slideshow {
 	position: relative;
    z-index: 5;
}
.mod_postcode_box {
 	background: #5E7062;
    margin: 0px 0px 0px auto;
}
#mod_postcode_box_pc {
    line-height: normal !important;
    vertical-align: middle !important;
    background: transparent;
    border: none;
    border-bottom: 1px solid #B9DDC1;
    box-shadow: none;
    padding-bottom: 8px;
    height: 40px;
    border-radius: 0px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
}
#mod_postcode_box_pc::placeholder {
    text-transform: none !important;
    color: #B9DDC1;
    text-align: left !important;
    font-weight: normal !important;
}
.mod_postcode_box .col2 {
    width: 100%;
    margin: 0px;
}
#home_intro p {
    max-width: 530px;   
}
#home_intro_grid,
#home_intro_grid_tablet {
    display: flex;
}
#home_intro_grid a, #home_intro_grid_tablet a {
 	color: #5E7062;   
}
#home_intro_grid p,
#home_intro_grid_tablet p {
 	margin-bottom: 0px;
    line-height: 150%;
}
#home_intro h2 {
 	max-width: 500px;
    margin-bottom: 20px;
}
#home_chefs {
 	margin-top: 20px;   
}
#home_chefs > .container > .row-fluid {
    display: flex;
    align-items: center;   
}
#home_join {
 	position: relative;
    background: #5e7062
}
#home_join p {
 	max-width: 480px;
    margin: 5px auto 30px;
}
#home_join .lead {
 	color: #FFFFFF; 
}
#home_join .left .image_container {
    position: relative;   
}
#home_join .left h4 {
    position: absolute;
    bottom: 90px;
    max-width: 230px;
    left: 0px;
    text-align: center;
    font-weight: bold;
}
#home_join .left .btn {
    position: absolute;
    text-align: center; 
    top: 100px;
    left: 340px;
}
#home_join > .container > .row-fluid {
 	display: flex;
    align-items: center;
}
#home_join::before,
#home_join::after {
    content: "";
 	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #B9DDC1;
    width: 1px;
    height: 100px;
}
#home_join::before{
    top: 0px;
}
#home_join::after {
    bottom: 0px;
}
#home_flavours h2 {
 	max-width: 850px;
}
#home_flavours_static_image {
 	display: none;   
}

/* MENU PAGE */
#responsive-food-menu {
	background: #8EB38C;
}
#responsive-food-menu .brand {
    color: #FFFFFF;
    font-size: 24px;
}
.how-im-ordering h2 {
    font-size: 37px !important;
}
.row-product h5 {
	color: #5f7161;
    font-size: 22px;
}
.cat-desc {
    font-size: 18px;
    padding: 7px 10px 7px;
    line-height: 130%;
}
.ui-tabs-panel {
    /*color: #FFFFFF;*/
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    background: #5f7161;
    color: #FFFFFF !important;
}
.ui-tabs .ui-tabs-nav li {
     background: #FFFFFF;
    padding-right: 0px !important;
}
.page_menu .ui-tabs .ui-tabs-nav li:hover, .page_menu .ui-tabs .ui-tabs-nav li:focus {
    background: #778b7a;
}
.page_menu .ui-tabs .ui-tabs-nav li:hover a, .page_menu .ui-tabs .ui-tabs-nav li:focus a {
    color: #FFFFFF;
}
.page_menu .ui-tabs .ui-tabs-nav li a {
    color: #121313;
    font-size: 20px;
}
#menu-search-box {
    width: 223px;
    border-radius: 0px;
}
#zp-offcanvas-menu .uk-offcanvas-bar {
    background: #232323;
}
#zp-offcanvas-basket .uk-offcanvas-bar {
}
.popover .popover-title {
    background: #faff69;
    color: #121313 !important;;
    font-size: 16px !important;
    padding: 7px 15px 8px;
}
.popover .popover-content {
    color: #000000;
}

.type-choose-one > .row-fluid > .control-group {
 	width: 100% !important;
    margin: 0px 0px 10px !important;
}
.modal-body .type-choose-one .dropdown-toggle {
 	max-widtH: 100%;   
}
.modal-body .type-choose-one .control-label {
    padding-top: 0px;
}
#zp-offcanvas-basket .text-danger, #zp-offcanvas-basket .text-error {
    color: #ff5454 !important;
}
#zp-offcanvas-basket .text-success {
 	color: #30aa4b !important;
}
#zp-offcanvas-basket .text-info {
 	color: #59bdcb !important;
}
.product-container-panel .ui-widget-header {
    color: #FFFFFF;
    background: #5f7161;
    padding: 5px 9px 6px !important;
    text-align: center;
    margin-top: 20px !important;
    border: none;
    font-size: 22px;
    font-weighT: normal;
}

/* CHECKOUT PAGE */
.checkout h2, .contact-us h1 {
    color: #5f7161;
    font-size: 50px;
    line-height: 110%;
}
.checkout h4, .checkout h5 {
    font-size: 24px !important;
    line-height: 110%;
}
.checkout .well-basket {
    background: #5f7161 !important;
}
.checkout .loyalty-description h2 {
	color: #000000;
    font-size: 24px;
}
.well-basket .text-success {
    /*color: #72d29a !important;*/
}
.menu #basket-container .text-success {
 	color: #698670 !important;   
}
.well-basket * {
 	color: #FFFFFF;   
}
.well-basket .text-info {
    /*color: # !important;*/  
}
.well-basket .text-error,
.well-basket .text-danger{
    color: #ffa4a4 !important;
}

/*LP*/
.loyaltypoints_box {
    background: #5f7161 !important;
    color: #FFFFFF;
}
.loyaltypoints_box .ui-widget-header {
    background: #5f7161 !important;
    color: #FFFFFF !important;
    border: none;
    padding:  1px 2px 3px;
}
.loyaltypoints_box .row-credits .well-white {
    color: #000000;
    border: none !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.loyaltypoints_box .row-credits .col-equals .well {
    color: #B9DDC1;
}
.loyaltypoints_box .btn-link {
 	color: #FFFFFF;   
}
.loyaltypoints_box .row-credits .well {
    background: #FFFFFF;
    color: #000000;
}

/* MEMBERS PAGE */
.nav-list>li>a {
    text-shadow: none;
    color: #5f7161;
}
.nav-list .nav-header{
    color: #5f7161;
    text-shadow: none;
    font-size: 20px;
    font-weight: normal;
    text-transform: none;
    font-weight: bold;
}
.nav-list>li>a i {
    /*background-image: url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/img/glyphicons-halflings-white.png");*/
}
.nav-list>.active>a>[class^="icon-"] {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/img/glyphicons-halflings.png");
}
.nav-list>.active>a, .nav-list>.active>a:hover, .nav-list>.active>a:focus, .nav-list a:hover, .nav-list a:focus  {
    background: transparent !important;
    font-weight: bold;
    text-shadow: none;
    color: #5f7161;
}
.nav-list .divider {
 	border-color: #5f7161;   	
}
.hero-unit {
    background: #5f7161;
}
.hero-unit h1, .hero-unit p {
    color: #FFFFFF !important;
}
.hero-unit a {

    text-decoration: underline;
}
.members .btn-group .btn.dropdown-toggle {
    background: #FFFFFF;
    text-transform: none;
    color: #555555;
    font-weight: normal;
    border: 1px solid #ccc;
    padding: 7px 10px;
}
.section-sales-reports .btn-primary:not(.active) {
    background: #476c92 !important;
}
.section-sales-reports .ctl-toggle-columns .btn {
    padding: 6px 11px;   
}
.section-my-addresses .text-info a {
    color: #5ac6d5;
    text-decoration: underline;
}
.section-my-addresses > .media-address {
    /*background: #edffef !important;*/
}

/* CONTACT PAGE */
.contact-us .ui-widget-header {
    font-size: 24px;
    padding: 9px 10px 5px !important;
    border: none;
    background: #bcdec0;
    color: #121313;
    font-weight: normal;
}
.contact-us .ui-widget-content {
 	border: none;  
    background: #ededed;
    color: #5f7161;
}
.contact-us .contact-email a {
 	
}

/* REVIEW ORDER PAGE */
.page-review-order {
    background: #5e7062 !important;
    color: #B9DDC1;
}
.page-review-order legend {
 	font-size: 22px; 
}
.page-review-order h1 {
 	color: #FFFFFF;   
}
#frmReviewOrder {
    color: #FFFFFF !important;
}
.rating-row .lead {
	color: #FFFFFF !important;
}
.rating-row small.muted {
    color: #bcdec0 !important;
}
.page-review-order legend {
 	color: #B9DDC1;
    border-color: #B9DDC1;
}

/* 404 PAGE */
.page_error-404 h2, .page_error-404 h3, .page_error-404 #body p {
    color: #5E7062;
}

/* ORDER CONFIRMATION PAGE */
.p-thanks-for,
.p-last-minute {

}

/* MENU SELECTION PAGE */
.menu-selection h1 {
    text-align: center;
}
.menu-selection h3 {
    text-align: center;
    text-shadow: none;
}

/* TERMS AND CONDITIONS PAGE */
.cookie-policy-content table {
 	background: #FFFFFF;   
}

/* SOCIAL MEDIA */
.social_media_links .btn {
 	background: transparent !important;
    box-shadow: none;
}

/* RESERVATIONS/BOOKING */
body:not(.home):not(.book) .mod_table_reservation_v1 { 
    display: none; 
}
.book .mod_table_reservation_v1 {
    max-width: 330px;
    margin: 20px auto !important;
    width: 100%;
}
.home .mod_table_reservation_v1 {
 	max-width: 400px;
    width: 100%;
}
.home .mod_table_reservation_v1 select, 
.home .mod_table_reservation_v1 input, 
.home .mod_table_reservation_v1 button,
.home .mod_table_reservation_v1 p {
    max-width: 350px;
}
.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: 100% !important;
}
.mod_table_reservation_v1 select {
    text-align-last: center;
    text-align: center;
}
.mod_table_reservation_v1 label {
    font-size: 20px;   
}
#booking_cta {
    background: #707070;
    padding: 20px 20px 30px;  
    text-align: center;
    color: #FFFFFF;
}
.book #body img {
    margin-bottom: 17px;
}

/* MEDIA QUERIES */

@media (max-width: 1700px) {
    .home section {
     	padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1700px) and (min-width: 980px) {
    .home header,
    body:not(.home) header .left_column {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1700px) and (min-width: 768px) {
 	.column_slideshow {
     	padding-right: 20px;   
    }   
}
@media (min-width: 1601px) {
    #header_yellow_square {
        width: 825px;
        height: 652px;
    }
}
@media (max-width: 1600px) and (min-width: 1401px) {
    #header_yellow_square {
        width: 650px;
        height: 550px;
    }
}
@media (min-width: 1501px) {
    #home_intro_grid_tablet {
     	display: none;   
    }
}
@media (max-width: 1500px) and (min-width: 768px) {
    #home_intro_grid {
     	display: none;   
    }
    #home_intro_grid_tablet {
     	clear: both;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 40px;
    }
    #home_intro_grid_tablet > div {
        width: 33.3%;
    }
}
@media (min-width: 1401px) {
 	header .navbar .nav>li>a, header .nav-collapse .nav>li>a {
        font-size: 22px;
    }
    #home_intro {
        padding-top: 70px;   
    }
    .home h2 { font-size: 60px;}

    #home_flavours_carousel .slick-active:not(.slick-current) img {
        width: 350px !important;
        top: 45px;
    }
    #home_flavours_carousel .slick-slide:not(.slick-current):has(+ .slick-active:not(.slick-current)) img,
    #home_flavours_carousel .slick-slide:not(.slick-current):not(.slick-active):has(+ .slick-slide:not(.slick-active)) img {
        top: 100px;
        width: 250px !important;
    }
}
@media (max-width: 1400px) and (min-width: 1201px) {
    #header_yellow_square {
        width: 490px;
        height: 470px;
    }
    header .navbar .nav>li>a, header .nav-collapse .nav>li>a {
        font-size: 20px;
    }
    #home_intro {
        padding-top: 20px;
    }
    .home h2 { font-size: 50px; }

    #home_flavours_carousel .slick-active:not(.slick-current) img {
        width: 300px !important;
        top: 25px;
    }

    #home_flavours_carousel .slick-slide:not(.slick-current):has(+ .slick-active:not(.slick-current)) img,
    #home_flavours_carousel .slick-slide:not(.slick-current):not(.slick-active):has(+ .slick-slide:not(.slick-active)) img {
        top: 60px;
        width: 210px !important;
    }
}
@media (min-width: 1201px) {
    #mod_postcode_box_pc {
        width: 470px;
        font-size: 22px;
    }
    .home section:not(#home_intro) {
        padding: 100px 20px;   
    }
    .home .mod_table_reservation_v1 {
        margin: 0px auto 280px 0px;
    }
    #footer_custom > .row-fluid > [class*="span"] {
        width: 33.33%;
    }
    #home_flavours_carousel img {
        transition: all 0.3s;   
    }
    #home_flavours_carousel .slick-active:not(.slick-current) img {
        z-index: 5;
        position: relative;
    }
    /*Image directly to the left and right of the central image*/
    #home_flavours_carousel .slick-active:has(+ .slick-current) img {
        left: 50px;
        margin-right: 0px;
        margin-left: auto;
    }
    /*Image directly to the right of the central image*/
    #home_flavours_carousel .slick-active:not(:has(+ .slick-current)) img {
        left: -50px;
    }

    /*Image 2 to the left and right of the central image*/
    #home_flavours_carousel .slick-slide:not(.slick-current):has(+ .slick-active:not(.slick-current)) img,
    #home_flavours_carousel .slick-slide:not(.slick-current):not(.slick-active):has(+ .slick-slide:not(.slick-active)) img {
        z-index: 10;
        position: relative;
    }
    /*Image 2 to the left of the central image*/
    #home_flavours_carousel .slick-slide:not(.slick-current):has(+ .slick-active:not(.slick-current)) img {
        right: -200px;
        margin-right: 0px;
        margin-left: auto;
    }
    /*Image 2 to the right of the central image*/
    #home_flavours_carousel .slick-slide:not(.slick-current):not(.slick-active):has(+ .slick-slide:not(.slick-active)) img {
        left: -200px;
        margin-right: auto;
        margin-left: 0px;
    }
    
}
@media (max-width: 1200px) {
    #responsive-food-menu.affix {
        left: 0;
    }
    .page_contact-us .row-fluid .span8 .well {
        margin-bottom: 20px;
    }
    .members #frmRegister #ctl-lookupAddress {
        display: block;
    }
    .members #frmRegister #registerPostcode {
        width: 206px;
    }
    .members #frmLogin #ctl-forgotPassword {
        display: block;
    }
    .members #frmLogin #loginPassword {
        width: 206px;
    }
    body:not(.home) #body {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    #footer_custom > .row-fluid > .left {
     	display: none;   
    }
    #home_flavours_carousel .slick-slide {
     	margin: 0px 20px;   
    }
    header .dropdown-menu a {
        font-size: 14px;   
    }
    #home_join .left h4,
    #home_join .left .btn {
        display: none;
    }
}
@media (max-width: 1200px) and (min-width: 980px) {
    #header_yellow_square {
        width: 380px;
        height: 390px;
    }
    header .social_placeholder {
     	display: none;   
    }
    .home h2 { font-size: 45px; margin: 12px 0px; }
    #mod_postcode_box_pc {
        width: 380px;
        font-size: 18px;
    }
    .home section:not(#home_intro) {
        padding: 75px 20px;   
    }
}
@media (max-width: 1200px) and (min-width: 768px) {
    .home .mod_table_reservation_v1 {
        margin: 0px auto 60px 0px;
    }
    #footer_custom > .row-fluid > [class*="span"] {
     	width: 50%;  
    }
}
@media (max-width: 1182px) {
    #basket-container {
        margin-top: 20px;
    }
}
@media (min-width: 980px) {
    header .navbar .nav>li:first-child {
        padding-left: 0px;   
    }
    header .navbar .nav>li:last-child {
        padding-right: 0px;   
    }   
    header .navbar-inner {
        padding-left: 0px;
        padding-right: 0px;
    }
    body:not(.home) header .navbar-inner {
     	float: right;   
    }
    .ct_header_row {
        display: flex;
        align-items: center;
    }
    .home .header_icons {
        justify-content: flex-end;
    }
    .home header {
        padding-top: 30px;
    }
    body:not(.home) header {
     	padding-top: 20px;
        padding-bottom: 20px;
    }
    header .navbar .nav>.active>a::before, 
    header .navbar .nav>.active>a:focus::before, 
    header .navbar .nav>.active>a:hover::before, 
    header .navbar .nav>li>a:focus::before, 
    header .navbar .nav>li>a:hover::before {
        content: "";
        background: url(https://static.zfood.co.uk/okkarestaurant.co.uk/images/okka_nav_active_before_v2.svg?v=1) no-repeat;
        background-size: cover;
        width: 41px;
        height: 2px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0px;
    }
    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: "";
        background: url(https://static.zfood.co.uk/okkarestaurant.co.uk/images/okka_nav_active_after_v2.svg) no-repeat;
        background-size: cover;
        width: 41px;
        height: 2px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0px;
    }
    .mod_postcode_box .col2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .home p {
        margin: 5px 0 30px;
    }
    body:not(.home) p {
     	margin: 5px 0 10px;   
    }
    #home_flavours h2 {
        margin: 0px auto 80px;
    }
    .home header .right_column {
        background: transparent;
    }
    body:not(.home) header .header_icons {
		margin: 0px auto !important;
    }
    header li.book {
     	display: none;   
    }
}
@media (max-width: 979px) {
    .page_contact-us .row-fluid .span8 .well {
        margin-bottom: 22px;
    }
    .trigger-paymentmethod .btn {
        width: 100% !important;
        display: block;
    }
    #header_yellow_square,
    #home_chefs .right {
     	display: none;   
    }
    header .navbar-inner {
    	padding-left: 0px;
        padding-right: 0px;
    }
    .header_icons {
     	justify-content: space-between;
        padding: 5px 20px;
    }
    header {
        padding-top: 20px;
    }
    header .btn-navbar {
        margin-right: 0px !important;
    }
    header .btn-navbar,
    header .nav-collapse {
     	background: #B9DDC1 !important;
    }
    header .btn-navbar:hover, header .btn-navbar:focus {
        background: #B1D6B9 !important;
    }
    header .btn-navbar .icon-bar {
     	background: #5E7062 !important;
        box-shadow: none;
    }
    p {
        margin: 5px auto 10px;
    }
    .home p {
     	margin-bottom: 20px;   
    }
    #home_chefs {
     	padding-bottom: 0px !important;   
    }
    #home_flavours h2 {
        margin: 0px auto 40px;
    }
    .home h2 { font-size: 40px; }
    .home header .right_column {
        width: 100% !important;
    }
    header .navbar .nav>li>a, header .nav-collapse .nav>li>a {
        text-align: center;
    }
    header .dropdown-menu a {
     	text-align: center;
        color: #242F32 !important;
    }
    header .dropdown-menu a:hover, header .dropdown-menu a:focus {
     	color: #F8FE7A !important;
        background: transparent !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: #F8FE7A;
    }
}
@media (max-width: 979px) and (min-width: 768px) {
    header .left_column {
        width: 22.92817679558011% !important;
    }
    header .middle_column {
        width: 74.30939226519337% !important;
    }
    header .navbar {
        margin-top: 35px;   
    }
    header .right_column {
        margin: 20px 0px 0px !important;
    }
    header .left_column {
        padding-left: 20px;   
    }
    #mod_postcode_box_pc {
        width: 100%;
        font-size: 14px;
    }
    .mod_postcode_box .btn-group {
        display: block;
        text-align: center;
        margin-top: 15px;
    }
    #mod_postcode_box_pc::placeholder {
        text-align: center !important;
    }
    #home_intro, .column_slideshow,
    #home_chefs [class*="span"] {
        width: 48.61878453038674% !important;
    }
    .home section:not(#home_intro) {
        padding: 50px 20px;   
    }
    header .middle_column {
     	padding-right: 20px;   
    }
    #home_chefs .middle {
     	padding: 20px 0px;   
    }
    #home_join .btn-group .btn {
     	display: block;
        margin: 10px auto;
    }
}
@media (min-width: 768px) {
    .home .btn-group .btn:not(:first-child) {
        margin-left: 25px;
    }
    #home_intro_grid > div,
    #home_intro_grid_tablet > div {
        border-left: 0.5px solid #8EB38C;
        padding: 5px 20px;
        margin: 0px;
    }
    #home_intro_grid {
        margin-top: 80px;
    }
    #home_intro_grid > .left   { width: 26%; }
    #home_intro_grid > .middle { width: 28%; }
    #home_intro_grid > .right  { width: 46%; }
    .mod_postcode_box {
        max-width: 640px;
    }
    .btn-large {
        font-size: 18px !important;
        padding: 15px 22px;
    }
    .mod_postcode_box {
        padding: 15px 25px;
    }
    #home_intro .btn-group {
        margin-top: 10px;   
    }
    body:not(.home) #footer_custom .top_content {
     	margin-bottom: 30px;   
    }
    .meta.line {
        margin-left: 30px;
        position: relative;
    }
    .meta.line::before {
        content: "";
        height: 1px;
        width: 20px;
        background: #121313;
        position: absolute;
        left: -30px;
        top: 50%;
        transform: translateY(-50%);
    }
    #logo {
        max-width: 89px;   
    }
}
@media (max-width: 767px) {
    .home .btn-group .btn {
        margin: 10px auto;
        display: block;
    }
    .menu-container .ui-tabs-vertical .ui-tabs-panel {
        width: 100% !important;
    }
    .row-order-complete- .span12 {
        padding: 20px;
    }
    .contact-us .box-contact-information {
        margin-top: 22px !important;
    }
    .checkout .well h4, 
    .checkout .well h5,
    .contact-us .ui-widget-header,
    .ui-widget:not(.ui-tabs-menu),
    .how-im-ordering,
    .checkout h2, .contact-us h1,
    #logo,
    #footer_custom,
    .home section {
        text-align: center;
    }
    .row-variation {
        margin-bottom: 5px;
    }
    #responsive-food-menu .brand {
        width: 100%;
        text-align: center;
    }
    #responsive-food-menu .btn-navbar:not(.ctrl-mob-nav-search) {
        float: left;
    }
    .menu-selection .btn {
        max-width: 500px;
        margin: 10px auto;
    }
    .book #body .left,
    #home_intro_grid_tablet {
        display: none;
    }
    header .right_column {
        margin: 10px 0px 0px !important;
    }
    #home_intro {
     	padding-top: 30px;   
    }
    #home_intro_grid {
        flex-direction: column; 
        align-items: center;
        max-width: 350px;
    }
    #home_intro_grid > div:not(:last-child),
    #home_intro_grid_tablet > div:not(:last-child) {
        border-bottom: 0.5px solid #F8FE7A60;
    }
    #home_intro_grid > div,
    #home_intro_grid_tablet > div {
        padding: 10px 5px;
        margin: 0px auto;
    }
    #home_intro_grid {
        margin: 10px auto 0px;
    }
    .home section:not(#home_intro) {
        padding: 50px 20px;   
    }
    .home .main {
     	display: flex;
        flex-direction: column-reverse;
    }
    .home #body {
        padding-top: 0px;   
    }
    .btn-large {
        font-size: 16px !important;
        padding: 12px 18px;
    }
    .mod_postcode_box {
        padding: 5px 20px;
    }
    header .navbar  {
     	padding-left: 20px;
        padding-right: 20px;
    }
    #home_chefs > .container > .row-fluid,
    #footer_custom > .row-fluid,
    #home_join > .container > .row-fluid {
        flex-direction: column;
    }
    #home_chefs img {
     	max-width: 400px;
        width: 100%;
    }
    #home_chefs .middle {
     	max-width: 530px;
        padding: 30px 0px 50px;
    }
    #home_join > .right {
     	padding-top: 30px;   
    }
    .home h2 { font-size: 34px; }
    
    #footer_custom > .row-fluid > [class*="span"] {
     	width: 100%;  
    }
    .home .mod_table_reservation_v1 {
        margin: 0px auto;
    }
    .home .mod_table_reservation_v1 select, .home .mod_table_reservation_v1 input, .home .mod_table_reservation_v1 button, .home .mod_table_reservation_v1 p {
     	float: none !important;   
    }
    #footer_custom .right .top_content,
    #footer_custom .right .row-fluid .left img,
    #home_join .left {
     	margin-bottom: 30px;
    }
    .type-choose-one > .row-fluid > .control-group, .modal-body .form-horizontal.type-choose-one .control-label {
		text-align: center;
	}
	.modal-body .form-horizontal.type-choose-one .control-label {
		width: 100% !important;
	}
	.modal-body .form-horizontal.type-choose-one .controls {
		margin-left: 0px !important;
	}
	#editProductModal .modal-body h4, #editSpecialDealModal .modal-body h4, #editProductModal .modal-body h3, #editSpecialDealModal .modal-body h3 {
        text-align: center;   
    }
    #editProductModal .modal-body small {
        /*text-align: center;*/
        margin: 0px auto;
        display: block;
    }
    #editProductModal .modal-body h5 {
     	text-align: center;   
    }
    #home_join {
     	margin-bottom: 0px;   
    }
    .book #body img {
     	display: block;
        margin: 0px auto 20px;
    }
    .block-terms-conditions,
    .block-website-help {
     	margin-bottom: 30px;   
    }
}
@media (max-width: 767px) and (min-width: 600px) {
    #mod_postcode_box_pc {
        width: 440px;
        font-size: 21px;
    }
}
@media (max-width: 767px) and (min-width: 481px) {
    .mod_postcode_box .col2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
@media (max-width: 600px) and (min-width: 481px) {
    #mod_postcode_box_pc {
        width: 340px;
        font-size: 16px;
    }
}
@media (max-width: 480px) {
    header .social_placeholder {
     	display: none;   
    }
    #mod_postcode_box_pc {
     	width: 100%;
        margin: 10px auto;
    }
    .mod_postcode_box .btn-group {
     	display: block;   
    }
    #mod_postcode_box_pc::placeholder {
        text-align: center !important;
    }
}