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

body .visible-smethwick { display:none !important; } 
body .hidden-smethwick { display:inherit !important; } 
body.shop_smethwick .hidden-smethwick { display:none !important; }
body.shop_smethwick .visible-smethwick { 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: #343537;
	font-family: 'Barlow';
	font-size: 18px;
}
h1 {
	color: #681d1d;
	font-family: 'Times New Roman';
	font-size: 28px;
}
h2 {
}
h3 {
}
h4 {
}
body {

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

	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
}

header, #mobile-header {

	/*background-image: url("/myimages/674/zpos-bg-header_texture_tile.jpg");*/
	background-image: url("//cdn1.zfood.co.uk/674/images/zpos-bg-header_texture_tile.jpg?auto=compress");
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center top;
	background-size: auto;
}

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

/*DISPLAY NONES */

.home h1, .contact-us h1, .menu h1,
.information .page-header,
.row_phones, 
.carousel-caption,
#body-bottom-hr,
.checkout .success span{
 	display: none;   
}

.alert small {
    font-size:14px;
}

#container {
    background:none;
    border-radius: 0px;
    box-shadow:none;
    padding:0px;
}
#contact_map_canvas{
    color:#000;
}
/* GLOBAL STYLES ----------------------------------- */
body {
 	background-color: #F3E6D5;
}

h3, h4, h5, th, td, p, form, legend,
.navbar.affix .brand,
.mod_postcode_box .lead,
.home-about .well-small,
.well h3,
.how-im-ordering,
.well,
.modal-header .close,
.jumbotron h1,
.error-500 #body h1,
.sitemap h1{ /*white text colour*/
 	color: white;   
}
 
.ct_details_bar, 
.local_branch { /* grey colour */
    color: #888888;
}

.ct_user_status > small > a,
.local_branch > em,
.text-info,
.text-warning,
.text-success,
.btn-link,
.members .controls a,
.checkout .muted a,
.well-how-pay,
.members .text-info a{
    color: #fba700; /*orange colour */
}

#urgentNotice0,
.well,
.well.tc, 
.modal-header,
.modal-body,
.modal-footer,
.modal-header .close,
.container-fluid.menu-selection .alert,
.how-im-ordering,
.mod_postcode_box .btn,
.home-about .well-small { /*remove border radiuses */
	border-radius: 0;
}

.modal-header > .close {
    opacity: 0.6;
}

.menu .row-odd {
    background: rgba(255,255,255,.1);
}

.popover, .popover h3 { /*headers in pop-ups on menu page */
    color: #444;
}
.sys-alert {
    margin-bottom: 0px !important;
    border: none;
    text-align: center;
}
/* RED FABRIC PATTERN ---------------------------------------------------- */
.well.tc, /*buttons on "choose how you'd like to order" screen */
.mod_postcode_box {
    background-image: url(//cdn1.zfood.co.uk/674/images/zpos-bg-header_texture_tile.jpg?auto=compress);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center top;
    background-size: auto;
}

.well { 
    background-color: #272727;
}

/* LOGIN/REGISTER, OPEN STATUS, AND BRANCH LOCATION BAR ------------------------------------------------------ */

#opening-status {
    float: right;
    margin-top: -180px;
    text-shadow: none;
    font-weight: bold;
    font-size: 30px;
}

.status-OPEN {
    color: #0dc70d !important; 
}
.status-CLOSED {
    color: #e52828 !important;
}

.ct_user_status {
    padding-left: 15%;
    
}
.ct_details_bar {
    padding: 20px 0px 15px 0px;
    text-align: center;
    background-color: #272727;
    width: 100%;
    font-size: 15px;
   
}
.local_branch {
    padding-right: 30%;
    float: right;
}

/* HEADER ------------------------------------------------------------------------------- */
.ct_header_row {
    height: 190px;
}

#logo > a > img { /* website logo */
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 250px;
}

/* NAVBAR -------------------------------------------------- */
.navbar .btn-navbar {
 	box-shadow: none;   
}

.navbar .nav, .navbar .nav > li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

.navbar .nav>li>a {
    font-family: 'Barlow', sans-serif;
    color: #681d1d;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    margin: 15px 40px 15px 40px;
    display: block;
    text-shadow: none;
    background-color: transparent !important;
}

.navbar .nav>.active>a,
.navbar .nav>li>a:hover,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open>.dropdown-toggle { /*navbar text colours */
    color: #fc6b00;
}

.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
    text-decoration: underline;
    box-shadow: none;
}

.navbar-inner {
    background: none;
    box-shadow: none;
    border: none;
    text-align: center;
}

.dropdown-menu {
    top: 55px;
    left: 50px;
    border-radius: 0;
	border: none;
}
.dropdown-menu>li>a:hover, 
.dropdown-menu>li>a:focus, 
.dropdown-submenu:hover>a, 
.dropdown-submenu:focus>a {
    background-color: #fc6b00;
    background-image: none;
}

.navbar .nav li.dropdown .dropdown-toggle .caret {
    border-top-color: #681d1d ;
    border-bottom-color: #681d1d ;
}

.navbar .nav li.dropdown>a:hover .caret, 
.navbar .nav li.dropdown>a:focus .caret,
.navbar .nav li.dropdown.open>.dropdown-toggle .caret{
    border-top-color: #fc6b00;
    border-bottom-color: #fc6b00;
}

.navbar.affix {
    background-color: #4a1717;
}
.navbar.affix .brand{
    text-shadow: none;
}

/* MAIN / SLIDESHOW  ------------------------------------------------------------ */
.carousel {
    padding: 30px 0px;
    margin-left: -20px;
}

.carousel-indicators > li {
    background-color: rgba(138, 135, 130, 0.25);
}
.carousel-indicators .active {
    background-color: rgba(138, 135, 130, 0.7);
}
.carousel-control,
.carousel-control:focus {
    color: rgba(138, 135, 130, 0.7);
    background: none;
    border: none;
}
.carousel-control:hover {
    color: rgba(104, 29, 29, 0.7);
    background: none;
    border: none;
}
.carousel-control {
 	top: 100%;  
}

/* WEBSITE BUTTONS / LABELS -------------------------------------------------------------------- */

.btn,
.btn-large,
.btn-group>.btn:last-child, 
.btn-group>.dropdown-toggle {
 	border-radius: 0 !important;   
}

.btn,
.btn-danger, 
.btn-success, 
.btn-inverse,
.btn-info,
.btn-primary,
.btn-secondary,
.btn-order { /*checkout buttons on menu page */
 	text-shadow: none;
    border: none;
    background-image: none; 
}

.btn-success {
    background-color: #368b36;
}
.btn-success:hover,
.btn-success:focus
.btn-success:active {
    background-color: #1e6b1e;
}

.btn-danger {
 	background-color:#c92c26;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background-color: #aa1b16;
}

.btn-inverse {
 	background-color: #681d1d; /*dark red colour to prevent blending with black wells */   
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active {
    background-color: #481010;  
}

.btn-info {
    background-color: #1e84a2;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    background-color: #13647b;
}

.btn-primary {
    background-color: #267ac2;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #1d65a3;
}

.mod_postcode_box .btn:hover,
.mod_postcode_box .btn:focus {
    background-color: #d75600;
} 


.home .btn-group.open .btn.dropdown-toggle {
    background-color: #d75600;
    box-shadow: none;
}

.label {
    background-color: #fc6b00;
}

/* ALERTS ------------------------------------------------------- */

 #urgentNotice0,
.checkout .modal-body { /* pop-up notices */
     color: white;
     background-color: #681D1D;
}
 #urgentNotice0 .modal-footer,
.checkout .modal-footer {
     background-color: #181818;
     border:none;
 }

.alert {
    background-color: #272727;
 	color: white; 
    text-shadow: none;
    border: none;
    border-radius: 0;
}

.alert-success {
 	background-color: #79b461;  
}

.alert-danger,
.alert-error {
    background-color:#c92c26;
}

.alert-info {
    background-color: #1e84a2;
}

.alert-warning {
    color: black;
 	background-color: #ddcc1e;  
}

/* POSTCODE BOX  ------------------------------------------------------------ */
#mod_postcode_box_pc { /* postcode box length */
    width: 280px; 
    height: 45px;
    font-size: 23px;
    border-radius: 0px;
    margin-right: 18px;
    font-size: 20px;    
}

.mod_postcode_box {
    height: 200px;
    margin-top: -220px;
    margin-bottom: -20px;
}

.mod_postcode_box .lead { /*enter postcode to order text*/
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    padding-right: 70px;
    font-size: 21px;
}

.mod_postcode_box .btn { /* button */
    height: 55px;
    width: 165px;
    border: 0px;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    background: #fc6b00;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Barlow', sans-serif;
}

.mod_postcode_box .input-append { /*align postcode box and order now button */
    float: right;
    margin-right: 74px;
}

.mod_postcode_box .text {
    font-size: 20px;
}

.home .col.col3 { /* puts "we need to check your postcode" line under the postcode box */
    float: right;
    clear: right;
    width: 500px;
    margin: 10px 64px 0 0;
}

/* ADDRESS BOX BELOW POSTCODE BOX  ------------------------------------------------------------ */

.home-about .well-small {
    height: 70px;
    background-color: #272727;
    border: none;
    font-weight: bold;
    text-align: center;
    font-size: 26px;
}

.home-about .well-small p{
	padding-top: 25px;
}

/* MENU ---------------------------------------------- */
#responsive-food-menu {
    background-color: #4a1717;
}

#responsive-food-menu .navbar-inner .brand {
    color: white;
    font-weight: bold;
    text-shadow: none;
}

.menu .ui-state-highlight, 
.menu .ui-widget-content 
.menu .ui-state-highlight, 
.menu .ui-widget-header .ui-state-highlight { /*notices for cateogories in the menu (e.g. in burgers & wraps) */
    background-color: #681d1d !important;
    color: white;
    border: none;
}

.menu .navbar .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #fc6b00;
    border-bottom-color: #fc6b00;
}

.menu .btn-option .caret {
    border-top-color: #333333; ;
    border-bottom-color: #333333;
}
.menu .btn-info .caret {
    border-top-color: white; ;
    border-bottom-color: white;
}

#editProductModal,
#editSpecialDealModal { /*edit menu entry pop-up */
    color: white;
    text-align: center;
 	background-color: #181818;
}

#editProductModal .modal-footer,
#editSpecialDealModal .modal-footer {
    background-color: #181818;
}

#editProductModal .dropdown-menu,
#editSpecialDealModal .dropdown-menu { /*fix position of drop-down menus for buttons on editable menu entries */
    top: 20px;
    left: 0;
}

.modal-body select {
    display: block;
    margin: 0 auto;
}
.modal-body li {
 	list-style-type: none;    
}
.modal-body ul {
    margin: 0;
}
.menu .modal-body p {
color: #343537;
}
.ath-container p {
color: #343537;
}

/* FOOTER -----------------------------------------------------*/
footer {
    background-color: #272727;
    padding: 20px;
}

.copyright {
    line-height: 15px;
    font-size: 10px;   
}
.copyright .label-copyright a {
    color: #fba700;   
}

/* MEMBERS PAGE ---------------------------------------------------------- */

.members .well h3, legend {
    text-align: center;
}

.members .hero-unit {
 	background-color: #681d1d;
}
.members .hero-unit a {
 	color: #fc6b00;
}
.members .sidebar-nav a,
.members .text-info,
.members h1{
    display: block;
    color: white;
    text-shadow: none;
}
.members .controls a {
    color: #000000;
}
.members .controls a.uk-text-small { /*T&Cs "read" link on log-in page */
    color: #fc6b00;
}

.members .sidebar-nav a:hover,
.members .sidebar-nav a:focus{
 	background-color: #511414;   
}
.members .sidebar-nav .active a,
.members .sidebar-nav a:active{
    background-color: #681d1d;
}


/* CONTACT PAGE AND CHECKOUT PAGE ------------------------------------------------------- */

.table-striped tbody>tr:nth-child(odd)>td,
.table-striped tbody>tr:nth-child(odd)>th { /*order list confirmation table rows - prevents white background */
    background-color: transparent;
}

.table-hover tbody tr:hover>td, 
.table-hover tbody tr:hover>th { /*table row hover over non-current dates */
    background-color: #681d1d;
}

.ui-state-highlight, 
.ui-widget-content .ui-state-highlight, 
.ui-widget-header .ui-state-highlight { /*table row hover over current date */
    background-color: #fc6b00;
}

.btn-link:hover {
    color: #ca4300;
}

.how-im-ordering {
    background-color: #272727;
    border: 1px solid #760909;
}

h5 {
 	font-size: 18px;   
}

.checkout .voucher_box,
.checkout .alert-info,
.checkout .success {
 	background-color: #272727;   
}

/* ORDER COMPLETE PAGE -------------------------------------------------------------------------- */
.jumbotron {
 	background-color: #681d1d;
    padding: 20px;
}

.order-complete .alert-warning {
    background-color: #fba700;
}

.order-complete .p-last-minute {
    color: #272727;
}

/*ERROR PAGES: 404, 500 ---------------------------------------------- */
.error-500 #body {
    background-color: #272727;
    color: white;
 	padding: 20px;   
}

.error-404 .alert-error {
    background-color: #272727;
}

/* T&Cs PAGE ------------------------------------------------------------------ */
#info-company-information p,
.page_information .big-modal p, 
.page_information .big-modal h3
{ /* for T&C popups */
     color: #272727;
}
.page_information .big-modal .modal-footer,
.page_information .big-modal .modal-header,
.page_information .big-modal .modal-header h3,
.page_information .big-modal table{
    background-color: #272727;
    color: white;
}

/* REVIEW PAGE ------------------------------------------------------------------ */
.page_review-order .page-review-order, 
.page_review-order .page-review-order h1,
.page_review-order .page-review-order .lead{
    background-color: #272727;
    color: white;
}

/*SITE MAP ----------------------------------------------------------------------- */
.sitemap .well a {
 	color: #fba700;   
}
.sitemap ul {
 	list-style-type: none;    
}

/*ADDITIONAL CHANGES -------------------------------------------------------- */
.row-product {
    padding: 5px;
}
.row-product:hover {
    background: #681D1D;
}

.caret {
    border-top: 4px solid white;  
}


@media (max-width: 1200px)  { /* SCREEN BETWEEN 980PX AND 1200PX -------------------------------------------------- */
    #logo > a > img {
        top: 40px;
        max-height: 250px;
    }
    
    .ct_details_bar {
     	font-size: 14px;   
    }
    
	 .local_branch {
        padding-right: 6%;
    }   
    
    #mod_postcode_box_pc {
     	width: 185px;
    }
    .navbar .nav>li>a {
        margin: 15px 20px 15px 20px;
    }
    .mod_postcode_box .lead {
     	font-size: 17px;   
    }
    
    .home .col.col3 {
        width: 400px;
        margin: -10px 64px 0 0;
    }
    
    .mod_postcode_box {
        margin-top: -160px;
    }
    
    .homePizza > img {
     	margin-top: 50px;
    	margin-bottom: -50px;
    }
}


@media (max-width: 980px)  { /* SCREEN BETWEEN 768PX AND 980PX -------------------------------------------------- */

    #logo > a > img { /* website logo */
        top: 60px;
        max-height: 200px;
    }
    
    #opening-status {
        font-size: 25px;
     	margin-right: 25px;
        margin-top: -40px;
    }
    
    
    .local_branch {
        padding-right: 0px;
        display: block;
        text-align: center;
        margin-top: 4px;
        color: #888888;
        float: none;
        margin: 0px; 
    }  
    .ct_user_status {
        padding-left: 0;
        font-size: 90%;
     	display: block;
        text-align: center !important;
    }
    
    .column_slideshow.span6 {
        width: 100%;   
    }
    .column_modules.span6 {
     	display: none;   
    }
    .carousel { /* removes gap between nav bar and carousel */
     	padding: 0;
    }
    .well.tc { /* adds gap between postocde box and carousel */
        margin-top: 20px;
    }
    
    .mod_postcode_box {
     	height: 170px;
        margin-top: 50px;
    	padding-top: 50px;   
    } 
    #mod_postcode_box_pc {
        width: 260px;
    }
    .mod_postcode_box .input-append { /*align postcode box and order now button */
        float: right;
        margin-right: 114px;
    }
    .mod_postcode_box .lead {
        font-size: 20px;
        line-height: 22px;
        padding-right: 0px;
        text-align: center;   
    } 
    .home .col.col3 { /*postcode box usage explanation */
        width: 100%;
        margin: 10px 0 0 0;
    }
    
    .navbar .btn-navbar { /*navbar positioning */
        margin-top: -20px;
        float: left;
        background: none;
        padding: 0px 8px;
    }
    .navbar .btn-navbar:hover,
    .home .navbar li a:hover,
	.navbar .btn-navbar:active,
    .navbar .btn-navbar li a:active,
    .navbar .btn-navbar:focus,
    .home .navbar li a:focus{
        background-color: transparent;
         color: #fc6b00;
    }
    .navbar .btn-navbar:hover .icon-bar,
    .navbar .btn-navbar:active .icon-bar,
    .navbar .btn-navbar:focus .icon-bar {
        background-color: #fc6b00;
    }

    .navbar .nav, .navbar .nav > li {
    	display: block;
	}
}

@media (max-width: 767px) {
 	
    #container {
     	margin-top: -60px;   
    }
      
    #opening-status {
        margin-top: 20px;
     	margin-right: 25px;
        font-size: 25px;
    }
    
    
    #logo > a > img { /* website logo */
        top: 95px;
        max-height: 180px;
    }
    
    .navbar .btn-navbar { /*navbar positioning */
        margin-top: 35px;
        float: left;
        background: none;
        padding: 0px 8px;
    }

    .carousel {
     	margin: 0;
        padding: 60px 0px 30px 0px;
    }
    
    .well.tc { /* adds gap between postocde box and carousel */
        margin-top: 50px;
    }
     #mod_postcode_box_pc {
        width: 410px;
    	height: 55px;
        margin-top: -20px;
        margin-right: 0px;
    }
    .mod_postcode_box {
        height: auto;
        padding: 20px 0;
    }
    .mod_postcode_box .lead {
        font-size: 18px;
        padding: 10px;     
    }
    .mod_postcode_box > .input-append > .btn-group > .btn {
        width: 410px;
    	margin-left: 1px;
    }
   
    .mod_postcode_box > .input-append {
        float: none;
        margin: 0 auto;
    }
    
    .input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"] {
        display: block;
    }
    
    .home .col.col3 { /* "we need to check your postcode" line in postcode box */
        float: none;
        font-size: 15px;
        margin: 20px 0;
        padding: 10px;
		width: 95%;
    }
    
    .home .well.well-small { /* address box */
        font-size:20px;
        margin-top: 19px;
    }
    
    footer .span4 {
        display: block;
        margin: 0 auto;
        text-align: center;
        padding: 5px;
    }
    
    footer img:not(#mod_accepted_payment_icons_footer img) {
        display: block;
        margin-left: auto;
        margin-right: auto;   
    }
    #mod_accepted_payment_icons_footer {
     	margin: 5px auto; 
    }
    .copyright {
        font-size: 14px;
    }
}


@media (max-width: 489px) { /*postcode box fixes */
    .home .well.well-small { /* address box */
        font-size:18px;
        margin-top: 19px;
    }
}

@media (max-width: 435px) { /*small screen fixes */
    
    #logo > a > img {
        top: 130px;
        max-height: 130px;
    }
    
    .mod_postcode_box > .input-append > .btn-group > .btn {
     	max-width: 100vw;   
    }
    .home .well.well-small { /* address box */
        font-size: 15px;
        margin-top: 19px;
    }
}


.loyaltypoints_box.well { background: #681d1d; color: #000; }
.loyaltypoints_box a { color: #fba700; }
.loyaltypoints_box .well-white { color:#000; }
.loyaltypoints_box .ui-widget-header { background: #272727; border:none; }
.loyaltypoints_box .row-credits .well { border-color: #000 !important;}

.hygiene {
    text-align: center;
    margin: 10px 0px;
}

#mod_accepted_payment_icons_footer img {
    max-width: 39px;
}