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

body .visible-swindon { display:none !important; } 
body .hidden-swindon { display:inherit !important; } 
body.shop_swindon .hidden-swindon { display:none !important; }
body.shop_swindon .visible-swindon { 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-family: 'Bitter';
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
body {
	background-color: #2e2e2e;

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

	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

header, #mobile-header {

	/*background-image: url("/myimages/415/zpos-bg-wood_header_background.jpg");*/
	background-image: url("//cdn1.zfood.co.uk/415/images/zpos-bg-wood_header_background.jpg?auto=compress");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
}

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

/* ------ GENERAL ------ */

document, iframe {
    background: #000;
}

body {
    padding-bottom: 0;
}

#container {
    border-radius: 0;
    background: rgba(0,0,0,0.7);
    box-shadow: 0 0 20px 0px #000;
    padding: 0;
}

.alert {
    text-align:center;
    border:0px;
}

.well {
    background: #f3c114;
}

.home h1, .contact-us h1 {
    display: none;
}

#logo img {
    padding: 0 10px;
}

.inner-wrapper {
    position: relative;
}

.menu h1,
.p-thanks-for,.p-last-minute, .jumbotron-order-complete h1{
 	color: #fff;   
}

a, a:hover, a:focus{
 	color: #cc0011;   
}

/* ------ HEADER & NAVIGATION ------ */

.right-column {
    padding: 10px;
}

.ct_header_row {
    padding: 20px 0px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 5px rgba(0,0,0,0.8);
}

.home header .navbar {
    margin-bottom: 0 !important;
}

header {
    position: relative;
}

header .navbar-inner {
    background: #000;
    border: none;
    border-bottom: 4px solid #f3c114;
}

header .navbar .nav>li>a {
    color: #fff;
    text-shadow: none;
    font-size: 20px;
    transition: 0.4s ease all;
    /* text-transform: uppercase; */
}

header .caret {
    border-top-color: #fff !important;
    border-bottom-color: #fff !important;
}

header .navbar .nav>.active>a, header .navbar .nav>.active>a:hover, header .navbar .nav>.active>a:focus, 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 {
    background: none;
    color: #f3c114;
    transition: 0.4s ease all;
}

header .navbar .nav>.dropdown .caret {
    transition: 0.4s ease all;
}

header .navbar .nav>.active>a .caret, header .navbar .nav>.active>a:hover .caret, header .navbar .nav>.active>a:focus .caret, header .navbar .nav>li>a:focus .caret, header .navbar .nav>li>a:hover .caret, header .navbar .nav li.dropdown.open>.dropdown-toggle .caret, header .navbar .nav li.dropdown.active>.dropdown-toggle .caret, header .navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-top-color: #f3c114 !important;
    border-bottom-color: #f3c114 !important;
    transition: 0.4s ease all;
}

header .main-menu {
    width: 100%;
    text-align: center;
}

header .navbar .nav>li {
    float: none;
    clear: both;
    display: inline-block;
}

.dropdown-menu {
    border-radius: 0;
    text-align: left;
}

.dropdown-menu>li>a {
    font-weight: bold;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
    background: #000;
    color: #f3c114;
}

legend, hr {
    border-color: #333;
}

#opening-status {
    display: none;
}

.navbar .btn-navbar {
    background: none;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
   	border: 2px solid #fff;
}

.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: none;
    text-shadow: none;
    opacity: 0.95;
}

#custom-open-status {
    position: absolute;
    top: 0;
    left: 30px;
    color: #fff;
    background: #d01818;
    border: 3px solid #ab2626;
    width: 160px;
    height: 40px;
    border-top: 0px;
    text-align: center;
    font-size: 22px;
    line-height: 40px;
    box-shadow: 0 0 20px 0px #000;
    transition: 0.5s all ease;
     -webkit-user-select: none;
     -moz-user-select: none;
    user-select: none;
}

#custom-open-status:hover {
    padding-top: 3px;
    padding-bottom: 3px;
    transition: 0.5s all ease;
}

#custom-open-status.open {
    background: #387238;
    border: 3px solid #2c5a2c;
    border-top: 0;
}

/* ------ CAROUSEL ------ */

#myCarousel {
    margin-bottom: 0;
}

.carousel-caption {
    background: none;
    position: absolute;
    text-align: center;
    top: calc(50% - 0.5em);
    font-size: 5em;
    text-transform: uppercase;
    font-weight: 800;
    display: none;
    text-shadow: 0 0 25px #000;
}

.carousel-caption .slide-highlight {
    color: #f3c114;
}

.carousel-control {
    background: none;
    border: none;
    top: auto;
    bottom: 20px;
}

.carousel-indicators {
    /*top: auto;
    right: auto;
    bottom: 30px;
    left: calc(50% - 25px);*/
}

/* ------ POSTCODE BOX ------- */

.mod_postcode_box {
    border-radius: 0;
    background: #f3c114;
    border: none;
}

.mod_postcode_box .lead.col1 {
    display: inline;
    color: #000;
    vertical-align: middle;
}

.mod_postcode_box .col2 {
    display: inline;
    margin-left: 20px;
    white-space: nowrap;
}

.mod_postcode_box .nowrap {
    white-space: nowrap;
}

#mod_postcode_box_pc {
    margin-bottom: 0;
    max-width: 200px;
}

/* ------ INPUT ------ */

input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], 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"], .uneditable-input {
    border-radius: 0;
   /*border: 2px solid #000;*/
    background: #fff;
    color: #000;
    font-family: "Bitter";
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
    box-shadow: none;
    border-color: #19589F;
}

.uneditable-input:focus, input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
    box-shadow: none;
}

/* ------ BUTTONS ------ */

.btn {
    border-radius: 0 !important;
    /*border: 2px solid #fff;*/
    line-height: calc(100% + 4px);
    box-shadow: none;
    background-image: none;
    font-family: "Bitter";
    font-weight: bold;
    text-shadow: none;
    text-transform: uppercase;
    /*color: #fff;*/
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #fff !important;
    box-shadow: none !important;
    background-image: none;
}

.btn-success, .alert.alert-success {
    background: #459045;
    color: #fff;
    border-color: #377537;
}

.btn-success [class^="icon-"], .btn-danger [class^="icon-"] {
    /*filter: brightness(0);*/
}

.btn-success .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
    margin-top: 0;
    vertical-align: middle;
}

.btn-danger, .alert.alert-danger {
    background: #de1515;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	background: #d60303;
}

.btn-inverse {
    color: #fff;
}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    color: #fff !important;
}

/* ------ HOME ------ */

.side-login {
    position: absolute;
    z-index: 4;
    background: #9e000f;
    top: 250px;
    padding: 10px;
    border: 3px solid #840000;
    border-left: 0;
    font-weight: bold;
    color: #fff;
    box-shadow: 0 0 20px 0px #000;
    left: 0;
}

.lower {
    margin-bottom: 20px;
}

.lower-img {
    width: 80%;
    margin: 10%;
    text-align: center;
    border: 5px #fff solid;
    border-radius: 1px;
    transition: 0.2s all ease;
}

.lower-img:hover {
    filter: brightness(95%);
    transform: rotate(-1deg);
    transition: 0.2s all ease;
}

.l1 {
    transform: rotate(-5deg);
}

.l2 {
    transform: rotate(6deg);
}

.l3 {
    transform: rotate(-7deg);
}

.home-about .well {
    background: none;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    padding: 10px 30px;
    border: none;
}
.home_social {
 	display: none;   
}
footer .social_media_links {
 	margin-top: 20px;   
}
.social_media_links {
    text-align: center;
    margin-bottom: 35px;
}

.social_media_links .btn {
    padding: 0;
    background: none;
    max-width: 45px;
    border: none;
    margin: 0px 10px;
}

.social_media_links .btn small {
    display: none;
}

.social_media_links {
    text-align: center;
    margin-bottom: 35px;
}

/* ------ MENU ------ */

.popover {
    border-radius: 0;
}

.popover-title {
    background: #f3c114;
    color: #000;
    font-weight: bold;
    border-radius: 0;
    border-bottom: none;
}

.row-product:hover {
    background: #fff;
}


.tb-nav-tabs {
    background: none;
	border: none;
}

.row-variation {
    margin-top: 10px;
}

#responsive-food-menu.navbar .navbar-inner {
    border-radius: 0;
    background: #000;
    border: none;
    border-top: 3px #f3c114 solid;
}

#responsive-food-menu.navbar .navbar-inner .brand {
    color: #fff;
    text-shadow: none;
}


.navbar-search .search-query {
    border-radius: 0;
}

.btn-small {
    border: 1px #fff solid;
}

/* ------ CHECKOUT ------ */

.voucher_box .success>span {
    display: none;
}

.well-login {
    background: #fff;
}


#body-bottom-hr {
    display: none;
}

/* ------ CONTACT US ------- */

.box-delivery-information, .box-contact-information {
    margin-bottom: 10px 20px;
}


h2 {
    color: #fff;
  	padding: 0px 20px;
}

.well {
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.ui-widget-header {
    background: #000;
    border: none;
    color: #f3c114;
    border-bottom: 3px solid #f3c114;
    border-radius: 0;
}

.ui-widget-content {
    border: none;
}


.map {
    border: none;
}

.contact-us .span8>.well {
    border: 3px solid #f3c114;
    padding: 0;
}

/* ------ FOOTER ------ */

footer {
    background: #f3c114;
    color: #000;
    padding: 20px 30px;
    margin-top: 0;
}

footer .vendor {
    text-align: right;
}

footer .muted {
    color: #000;
}

footer .muted a {
    color: #000;
    text-decoration: underline;
}

footer {
    margin-top: 10px;
}

.home footer {
    margin-top: 0;
}

/* ------ MEMBERS ------ */


.members .nav-list>.active>a, .members .nav-list>.active>a:hover, .members .nav-list>.active>a:focus {
    background: #f3c114;
    color: #fff;
    text-shadow: none;
}

.members .nav-list>li>a, .members .nav-list .nav-header {
    color: #000;
    text-shadow: none;
}

.members h2 {
    color: #000;
}

/* ------ OTHER ------ */

.modal {
    border-radius: 0;
}

.modal-header {
    background: #000;
    color: #fff;
    border-radius: 0;
    border-bottom: 3px solid #f3c114;
}

.modal-body {
    border-radius: 0;
}

.modal-footer {
    background: #fff;
    border-radius: 0;
    border-top: 3px solid #f3c114;
}

.label {
    border-radius: 0;
    height: 100%;
    text-shadow: none;
    margin-top: 1px;
    margin-left: 3px;
}

.menu-selection {
    text-align: center;
}

.alert {
    color: #fff;
    background: #ed1313;
    border-radius: 0;
}

.page_error-500 h1, .page_error-500 #body p,
.page_error-404 h1.text-error{
 	color: #fff;   
}

.alert-info {
    background: none;
    border: none;
    color: #19589F;
    text-shadow: none;
    text-align:left;
}

/* Large desktop */
@media (min-width: 1200px) {

}

@media (max-width: 1050px) {
    .side-login {
        left: 0;
        z-index: 1;
        top: 270px;
    }
}

@media (min-width: 980px) {
    .carousel-caption {
        display: block;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	header .navbar .nav>li {
        display: block !important;
    }
}

@media (max-width: 979px) {
    header .navbar .nav>li {
        display: block !important;
    }
    
    header .dropdown-menu {
        text-align: center;
        color: #fff;
    }
    
    .nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
        color: #fff;
    }
    
    .nav-collapse .nav>li>a:hover, .nav-collapse .nav>li>a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
        background: none;
    }
    
    .contact-us .span8>.well {
        border: 0;
    }
    
    
    .navbar {
        margin-bottom: 0 !important;
    }
    
    .contact-us .span8>.well {
        margin-bottom: 0;
    }
    
    #custom-open-status {
        position: static;
        box-shadow: none;
        width: auto;
        border-left: none;
        border-right: none;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.home-about .well {
		font-size: 16px;
        font-size: 1em;
    }
    
    .right_column {
        padding: 5px;
    	font-size: 0.8em;
    }
    
    footer, footer .span4 {
        text-align: center;
    }
    
    footer .span4 {
        margin: 10px 0;
    }
    
    .mod_postcode_box_pc .col2 {
        margin-left: 0;
    }
    
    #mod_postcode_box_pc {
        max-width: calc(100% - 120px) !important;
    }
    
	#order-checkout {
        margin-top: 10px;
    }
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	#mod_postcode_box_pc {
        max-width: calc(100% - 120px) !important;
    }
    
    .side-login {
        top: 240px;
    }
}

#mod_accepted_payment_icons_footer img {
    max-width: 38px;
}

/*Welcome page*/
.welcome {
    overflow-x: hidden;
}
.welcome .branch_finder_box, .welcome .branches_map {
    position: absolute;
    left: -10000px;
}
.welcome {
    #body {
     	padding: 30px 20px;
    }
    .navbar {
     	display: none;   
    }
    h2{
        font-size: 18px;
        line-heighT: 110%;
        text-align: center;
        margin-bottom: 40px;
    }
    h1 {
     	color: #f1c100;
        text-align: center;
        margin-bottom: 20px;
    }
    #list_branches {
        .branch-select {
            color: #FFFFFF;
            text-align: center;
            background: #ffffff0f;
            padding: 20px;
            img {
             	margin-bottom: 20px; 
            }
            .btn {
                margin-top: 20px;
            }
        }
    }
}
@media (max-width: 767px) {
    .welcome {
        & #list_branches {
            .moredon {
                margin-bottom: 40px;    
            }
        }
    }
}
