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

body .visible-uxbridge { display:none !important; } 
body .hidden-uxbridge { display:inherit !important; } 
body.shop_uxbridge .hidden-uxbridge { display:none !important; }
body.shop_uxbridge .visible-uxbridge { 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: #ffffff;
	font-family: 'Libre Baskerville';
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
body {
	background-color: #d6b06f;

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

	background-attachment: fixed;
	background-position: center top;
	background-size: auto;
}

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

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

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

/*---------------------resets/ display nones/ global---------------------*/

* {
    text-shadow: none !important;
    box-shadow: none !important;
}
.home h1, .contact-us h1, .home-about, #body-bottom-hr, .carousel-indicators,
.carousel-control, .img-holder{
    display: none;
}
.home .img-holder{
 	display: block;   
}
#container, body {
    padding: 0;
}
footer {
    margin-top: 0;
}

.social_mod {
    background: #d63427;
}

#logo img {
    max-height: 160px;
}

/*---------------------fonts---------------------*/

a, a:hover, a:focus {
    color: #e64d25;
}
.navbar .brand, legend, .ctrl-offcanvas_productmenu_toggle .text-info, .help-block, .section-.well .muted, .alert-info.well-login, 
.checkout .btn-link, .voucher_box h5, .voucher_box .success span, .how-im-ordering small{
    color: #fff;
}
.popover, .gm-style-iw, .trigger-paymentmethod .muted {
    color: #000;
}
.menu h1 {
    text-align: center;
    font-size: 80px;
    line-height: 150%;
}
.welcome_message h3{
 	text-align: center;   
    font-style: italic;
    font-weight: 100;
    font-size: 22.5px;
}

.container-fluid.menu-builder.main-content.menu-container{
    padding-top:20px;
}
/*---------------------containers---------------------*/
#logo{
    position: absolute;  
    top: 0px;
    z-index: 5;
}
.btn-navbar .text-info {
    color: #ffffff;
}
#container{
    border-radius: 0;
    background: none;
    width: 100%;
}

#body, #responsive-food-menu {
    max-width: 1170px;
    margin: 0 auto;
}
#body{
 	margin: 40px auto 20px !important;   
}
.home #body{
 	margin: 0 auto !important;   
}
.social_media_links, .navbar-inner, .home #body,
.ct_details_bar, footer .row-fluid{
    max-width: 1190px;
    margin: 0 auto;  
}
.well {
    background: #162968;
    border-radius: 0;
    border: none;
}
.ct_details_bar {
    line-height: 30px;
}
.hero-unit {
    background: #e64d25;
    background: -moz-linear-gradient(top, #e64d25 0%, #d63427 100%);
    background: -webkit-linear-gradient(top, #e64d25 0%,#d63427 100%);
    background: linear-gradient(to bottom, #e64d25 0%,#d63427 100%);
}
.img-holder{
 	background: rgba(225,225,225,0.7);
    padding: 20px;
}
.img-holder div{
    text-align: center;
}	
.img-holder img{ 
    -webkit-transition: all 0.3s ease; /* Safari and Chrome */
       -moz-transition: all 0.3s ease; /* Firefox */
            transition: all 0.3s ease;
}
.img-holder img:hover{
 	-webkit-transform:scale(0.99); /* Safari and Chrome */
       -moz-transform:scale(0.99); /* Firefox */
        -ms-transform:scale(0.99); /* IE 9 */
         -o-transform:scale(0.99); /* Opera */
            transform:scale(0.99);
    overflow: hidden;
}
/*---------------------nav styles---------------------*/

.navbar {
    margin-bottom: 0 !important;
    background: #e64d25;
    background: -moz-linear-gradient(top, #e64d25 0%, #d63427 100%);
    background: -webkit-linear-gradient(top, #e64d25 0%,#d63427 100%);
    background: linear-gradient(to bottom, #e64d25 0%,#d63427 100%);
}
header .navbar{
    border-top: 4px solid #d63427;   
}
.navbar-inner {
    background: #e64d25;
    background: -moz-linear-gradient(top, #e64d25 0%, #d63427 100%);
    background: -webkit-linear-gradient(top, #e64d25 0%,#d63427 100%);
    background: linear-gradient(to bottom, #e64d25 0%,#d63427 100%);
    border: none;
}
.navbar .nav {
    float: right;
}
.navbar .nav>li>a {
    background: none;
    color: #fff;
    font-size: 25px;
    line-height: 50px;
    font-style: italic;
}
.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus, .navbar .nav>li>a:focus, .navbar .nav>li>a:hover, .navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
    color: #0c1c46;
    background: none;
}
header .navbar-inner .container{
    position: relative;   
}
/*---------------------caret colour---------------------*/

.navbar .nav li.dropdown > .dropdown-toggle .caret, .navbar .nav li.dropdown.open>.dropdown-toggle .caret, .navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-top: 6px solid #fff;
    margin-top: 20px;
}
.navbar .nav li.dropdown > .dropdown-toggle:hover > .caret, .navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown>a:hover .caret, .navbar .nav li.dropdown>a:focus .caret, .navbar .nav li.dropdown.active>.dropdown-toggle .caret {
    border-top: 6px solid #0c1c46;
}

/*---------------------nav list---------------------*/
.nav-header{
    color: #fff;
}
.nav-list>li>a {
    color: #fff;
}
.nav-list>li>a:hover, .nav-list>li>a:focus {
    background: #e64d25;
    color: #fff;
}
.nav-list>.active>a, .nav-list>.active>a:hover, .nav-list>.active>a:focus {
    background: #e64d25;
    color: #fff;
}

/*---------------------nav button---------------------*/

.navbar .btn-navbar {
    background: none;
    text-shadow: none;
    border-color: white;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
    background: #0c1c46;
}

/*---------------------dropdown menu---------------------*/

.dropdown-menu {
    background: #fff;
}
.navbar .dropdown-menu{
 	background: #d63427;   
}
.dropdown-menu>li>a {
    color: #000;
}
.navbar .dropdown-menu>li>a {
    color: #fff;
}
.dropdown-menu>li>a:hover {
    background: #162968;
    background: -moz-linear-gradient(top, #162968 0%, #0c1c46 100%);
    background: -webkit-linear-gradient(top, #162968 0%,#0c1c46 100%);
    background: linear-gradient(to bottom, #162968 0%,#0c1c46 100%);
}

/*---------------------opening status---------------------*/

#opening-status {
    margin-left: 0;
}
.status-CLOSED {
    color: #f5ed60 !important;
    background: none;
}
.status-OPEN {
    color: #f5ed60 !important;
    background: none;
}

/*---------------------details bar---------------------*/
.details-wrapper{
    background: #e7795d;
    background: -moz-linear-gradient(top, #e7795d 0%, #e16140 100%);
    background: -webkit-linear-gradient(top, #e7795d 0%,#e16140 100%);
    background: linear-gradient(to bottom, #e7795d 0%,#e16140 100%);
}	
.ct_user_status a{
 	color: #fff !important;   
}
.ct_user_status.tl{
 	text-align: right !important;   
}
/*---------------------slider---------------------*/
#myCarousel{
    margin-bottom: 0;
}
#myCarousel img {
    width: 100%;
}

/*---------------------postcode box---------------------*/
.column_modules{
 	position: absolute;
    top: 20%;
    left: 18%;
    width: 30%;
}
.mod_postcode_box {
    background: rgba(6,0,36,0.7);
    border-radius: 10px;
    border: none;
    color: #fff;
    font-style: italic;
}
.mod_postcode_box .lead {
    font-size: 47px;
    text-transform: capitalize;
    line-height: 140%;
}
.mod_postcode_box .col3 {
    width: 70%;
    margin: 0 auto;
    line-height: 200%;
}
.mod_postcode_box input {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    width:40%;
}
.mod_postcode_box .btn {
	background: #e64d25;
    background: -moz-linear-gradient(top, #e64d25 0%, #d63427 100%);
    background: -webkit-linear-gradient(top, #e64d25 0%,#d63427 100%);
    background: linear-gradient(to bottom, #e64d25 0%,#d63427 100%);
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    width: 200%;
}
.mod_postcode_box .btn:hover {
	background: #d63427;
}
.mod_postcode_box input, .mod_postcode_box .btn {
    height: 40px;
    border: none;
    margin-bottom: 10px;
    font-family: 'Libre Baskeville', serif; 
}
.mod_postcode_box > .input-append {
    max-width: 100%;
    width: 85%;
}
#mod_postcode_box_pc{
 	margin-left: -70px;   
}
.mod_postcode_box .dropdown-menu.pull-right {
    right: inherit;
}
.btn-group.open .btn-success.dropdown-toggle, .mod_postcode_box .btn-group.open .btn-success.dropdown-toggle {
    background: #d63427;
}
.mod_postcode_box .dropdown-menu {
    background: #d63427;
}
.mod_postcode_box .dropdown-menu>li>a {
    color: #fff;
}
.mod_postcode_box .dropdown-menu>li>a:hover {
    background: #162968;
}

/*---------------------table stripped 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 {
    background: #fff;
    color: #000;
}
.box-delivery-information table, .box-delivery-information .table-striped tbody>tr:nth-child(odd)>td, .box-delivery-information .table-striped tbody>tr:nth-child(odd)>th, .box-delivery-information .table-hover tbody tr:hover>td, .box-delivery-information .table-hover tbody tr:hover>th {
    background: #fff;
    color: #000;
}
.well-basket {
    background: #fff;
    color: #000;
}

/*---------------------menu page popovers---------------------*/

.popover .popover-title {
    background: #e64d25;
    color: #fff;
}

/*---------------------modal---------------------*/

.modal-header {
    background: #e64d25;
    color: #fff;
}
.modal-body {
    background: #fff;
    color: #222;
}
.modal-footer {
    background: #162968;
    color: #fff;
}
.modal fieldset {
    background: #fff;
    border: none;
}

/*---------------------alerts & buttons---------------------*/

.btn {
    background-image: none;
}
.alert {
    color: #fff;
    background: #e7795d;
    background: -moz-linear-gradient(top, #e7795d 0%, #e16140 100%);
    background: -webkit-linear-gradient(top, #e7795d 0%,#e16140 100%);
    background: linear-gradient(to bottom, #e7795d 0%,#e16140 100%);
    border: none;
}

/*--------success--------*/

.btn-success, .alert.alert-success {
    background: #12BB12;
}
.btn-success:hover, .btn-success:focus, .btn-group.open .btn-success.dropdown-toggle {
    background: #008800;
}

/*--------primary--------*/

.btn-primary {
    background: #2357ce;
}
.btn-primary:hover, .btn-primary:focus {
    background: #00249B;
}

/*--------info--------*/

.btn-info {
    background: #70afeb;
}
.btn-info:hover, .btn-info:focus {
    background: #5796D2;
}

/*--------danger--------*/

.btn-danger {
    background: #d63427;
}
.btn-danger:hover, .btn-danger:focus {
    background: #BD1B0E;
}

/*--------warning--------*/

.btn-warning {
    background: #FF871A;
}
.btn-warning:hover, .btn-warning:focus {
    background: #CC5400;
}

/*---------------------footer---------------------*/

footer {
}
footer .row-fluid, .welcome_message{
    background: #162968;
    background: -moz-linear-gradient(top, #162968 0%, #0c1c46 100%);
    background: -webkit-linear-gradient(top, #162968 0%,#0c1c46 100%);
    background: linear-gradient(to bottom, #162968 0%,#0c1c46 100%);  
    box-sizing: border-box;
    padding: 20px 10px;
}
.cards, .vendor {
    padding-top: 5px;
}

/*---------------------fixes---------------------*/
.row-product:hover {
    background: none;
}
.ui-tabs-menu.ui-tabs.ui-widget.ui-widget-content.ui-corner-all {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.ui-widget-content{
 	background: rgba(255,255,255,0.7);   
}
.well .ui-widget-content{
 	background: #fff;   
}
#responsive-food-menu.affix {
    left: initial;
}
.nav-list>li>a [class^="icon-"], .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-"] {
  background-image: url("http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/img/glyphicons-halflings-white.png");
}
#responsive-food-menu [class^="icon-"], #responsive-food-menu [class*=" icon-"] {
    background-image: url("http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/img/glyphicons-halflings-white.png");
}
.box-opening-hours{
 	margin-top: 20px;   
}
/*---------------------social media buttons---------------------*/
.social_media_links {
    width: 100%;
    padding: 10px 0;
    text-align: right;
}
.social_media_links img {
    max-width: 32px;
}
.social_media_links img:hover {
    max-width: 32px;
}
.social_media_links small {
    display: none;
}
.social_media_links a {
    background-color: transparent;
    background: none !important;
    border: none !important;
    box-shadow: none;
    padding: 0px;
    width: 45px !important;
}
.loyaltypoints_box{
    background: #e64d25 !important;
    background: -moz-linear-gradient(top, #e64d25 0%, #d63427 100%) !important;
    background: -webkit-linear-gradient(top, #e64d25 0%,#d63427 100%) !important;
    background: linear-gradient(to bottom, #e64d25 0%,#d63427 100%) !important;
}
.loyaltypoints_box .ui-widget-header{
 	background: #162968;
    border: none;
}
.loyaltypoints_box .row-credits .well{
    border-color: #162968 !important;
    color: #162968;
}	
.loyaltypoints_box .lead {
    font-size: 28px !important;
}
/*---------------------media queries---------------------*/


/*---------------------large desktop---------------------*/
@media (max-width: 1400px) {
    .mod_postcode_box .lead {
        font-size: 30px;
    }
}
@media (max-width: 1200px) {
    #logo{
        position: static;
        float: none;
        text-align: center;
        padding-top: 10px;
    }
    .navbar .nav, .navbar .nav > li {
        float: none !important;
        display: inline-block;
        vertical-align: top;
    }
    .navbar-inner {
        text-align: center;
    }
    .ct_details_bar{
     	padding: 0 10px; 
        box-sizing: border-box;
    }
    .ct_user_status.tl {
        text-align: left !important;
    }
    .column_modules {
        position: static;
        width: 100%;
    }
    .mod_postcode_box{
     	border-radius: 0;  
        margin-bottom: 0;
    }
    .website-image {
        text-align: center;
    }
}

.menu #body .website-image {
    margin-bottom: 20px;
    text-align: center;
}
/*---------------------portrait table and landscape desktop---------------------*/

@media (min-width: 768px) and (max-width: 979px) {
    .menu h1 {
        font-size: 45px;
        line-height: 100%;
    }
    .navbar .nav {
        float: none;
        text-align: center;
    }
    .navbar .nav, .navbar .nav > li {
        display: block;
    }
}

/*---------------------landscape phone and portrait tablet---------------------*/

@media (max-width: 767px) {
    #body {
        margin: 0 10px;
    }
    .menu h1 {
        font-size: 45px;
        line-height: 100%;
    }
    .navbar .nav {
        float: none;
        text-align: center;
    }
    .navbar .nav, .navbar .nav > li {
        display: block;
    }
    .ct_user_status.tl {
        text-align: center !important;
    }
    .mod_postcode_box > .input-append {
        width: 100%;
    }
    .top-row-images{
     	display: none;   
    }
    .tl, .tr, .copyright {
        text-align: center !important;
    }
    footer .tl, footer .tr, .copyright {
        text-align: center !important;
        padding: 10px 0;
    }
    .how-im-ordering h2 {
        font-size: 21px;
    }
}

/*---------------------landscape phone and down---------------------*/

@media (max-width: 480px) {
    .mod_postcode_box .btn {
        width: 100%;
    }
    #mod_postcode_box_pc {
        margin-left: 0;
    }
}
.product-61307 { display:none; }