/*
Better Box Model
by Paul Irish
http://www.paulirish.com/2012/box-sizing-border-box-ftw/
*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*
Reset CSS
by Eric Meyer
http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  /* font: 300 14px "Raleway",sans-serif; */
  font: 300 14px "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333; }

p {
  font: 300 16px/26px "Raleway", sans-serif;
  margin-bottom: 20px; }

h1, h2, h3, h4 {
  font-family: Georgia,serif;
  font-weight: 400;
  padding: 0;
  text-align: left;
  color: #2b2b2b; }

strong {
  font-weight: bold; }

a {
  color: #2b2b2b;
  text-decoration: underline; }

h1 {
  font-size: 36px;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    h1 {
      margin-bottom: 15px;
      font-size: 28px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    h1 {
      font-size: 32px; } }

h2 {
  font-size: 28px; }

#how-to-order h2 {
  font: 300 16px/26px Georgia, serif;
  letter-spacing: 0.03rem;
  text-transform: none;
  background: rgba(79, 66, 42, 0.8);
  color: #fff;
  padding: 2px 9px;
  margin-bottom: 10px;
  display: inline-block; }

#wrap {
  background: #f0e9da; }
  #wrap img {
    max-width: 100%;
    height: auto; }

.button, button, input[type="submit"], input[type="reset"], input[type="button"], button.stripe-button-el {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  height: 38px;
  letter-spacing: 0.1rem;
  line-height: 38px;
  padding: 0 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  background: #009c7b;
  color: #fff;
  border-radius: 0;
  border: none; }
  .button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button.stripe-button-el:hover {
    background: rgba(0, 156, 123, 0.8); }

/* header */
#navbar-main {
  background: #4f422a;
  color: #fefcf8; }
  #navbar-main a {
    text-decoration: none; }
    #navbar-main a:not(.login) {
      text-transform: uppercase; }

.navbar .navbar-nav {
  display: inline-block;
  float: none; }

.navbar .navbar-collapse {
  text-align: center; }

#nav .row {
  position: relative;
  /* padding-left: 110px; */ }

a.logo {
  text-indent: -9999px;
  width: 100px !important;
  height: 50px !important;
  position: absolute;
  left: 0;
  top: 4px;
  background: url(../images/new-design/logo-laurens-lunches-top2.png) 0 0/100% auto no-repeat; }

.affix-top .logo {
  display: none; }

header .dropdown-menu {
  top: 74px;
  background: #fefcf8;
  border-width: 0; }

@media screen and (max-width: 480px) {
  header {
    padding-top: 60px;
    padding-bottom: 60px; }
    header img {
      width: 190px;
      height: 190px; } }

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; }

#nav {
  width: 100%;
  position: static;
  top: -32px;
  background: #4f422a;
  color: #fefcf8;
  box-shadow: 0px 2px 3px #3d3c3e;
  padding-top: 5px; }
  #nav a {
    text-decoration: none;
    font: 200; }
    #nav a:not(.login) {
      text-transform: uppercase; }
  #nav .dropdown-menu {
    min-width: 240px;
    padding-top: 10px;
    padding-bottom: 10px; }
    #nav .dropdown-menu li a {
      padding-top: 4px;
      padding-bottom: 4px; }
  #nav.affix {
    position: fixed;
    top: 0;
    z-index: 10;
    -webkit-transition: all 0.8s ease-in-out; }

@media (min-width: 767px) {
  .navbar-nav.nav-justified > li {
    float: none; } }

.navbar-nav {
  margin: 1px 1px; }

/* customize nav style */
.navbar-custom .navbar-nav > li > a {
  color: #fefcf8; }

.navbar-custom .navbar-nav li:not(.login) > a:hover, .navbar-nav li .open, .navbar-custom .navbar-nav .active a {
  background-color: #353A3B;
  color: #fefcf8; }

.navbar-custom .navbar-nav > li.login > a {
  display: inline-block !important; }
  .navbar-custom .navbar-nav > li.login > a:hover {
    background: none;
    color: #f0e9da !important; }
  .navbar-custom .navbar-nav > li.login > a:first-child {
    padding-right: 3px; }
  .navbar-custom .navbar-nav > li.login > a:last-child {
    padding-left: 3px; }

.navbar-custom .dropdown-menu {
  right: 0; }

.navbar-custom .navbar-nav > .dropdown > a .caret {
  border-top-color: #999;
  border-bottom-color: #999; }

.navbar-collapse.in {
  /*3.0.2 bug workaround*/
  overflow-y: visible; }

.navbar-toggle {
  outline: 0; }

.divider {
  height: 100px; }
  .divider.top {
    background: #009c7b url(../images/new-design/bg-pattern-teal.png);
    min-height: 100px;
    height: auto;
    margin-bottom: 52px; }
    @media screen and (max-width: 767px) {
      .divider.top {
        margin-bottom: 32px;
        min-height: 80px; } }
  .divider h1 {
    margin-top: 80px;
    margin-bottom: 25px;
    color: #fff; }

.panel {
  border-width: 0; }

@media (max-width: 768px) {
  header {
    height: 395px; } }

/* homepage */
.image-bg-fluid-height {
  background: url("../images/new-design/hero-sandwich.jpg") no-repeat center center/cover scroll;
  padding: 100px 0; }

.img-center {
  margin: 0 auto; }

#hp-about {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f0e9da; }
  @media screen and (min-width: 1024px) {
    #hp-about {
      padding-top: 80px;
      padding-bottom: 80px; } }

#hp-gallery {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fefcf8; }
  #hp-gallery .img-gallery {
    display: inline-block;
    margin-bottom: 4px;
    height: auto;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    width: 100% img;
      width-width: 100%;
      width-height: auto; }
    #hp-gallery .img-gallery .caption {
      text-decoration: none;
      bottom: 0;
      text-align: center;
      width: 100%;
      padding: 0px;
      background: rgba(255, 255, 255, 0.9);
      height: 0;
      transition-property: all;
      transition-duration: .5s;
      transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
      max-height: 0;
      position: absolute; }
    #hp-gallery .img-gallery:hover .caption {
      position: absolute;
      height: auto;
      max-height: 80px;
      padding: 20px; }
  @media screen and (min-width: 500px) {
    #hp-gallery .img-gallery {
      width: 49%; } }
  @media screen and (min-width: 768px) {
    #hp-gallery .img-gallery {
      width: 32%; } }
  @media screen and (min-width: 1024px) {
    #hp-gallery {
      padding-top: 80px;
      padding-bottom: 80px; }
      #hp-gallery .img-gallery {
        width: 24%; } }

/* login */
.nav-tabs > li > a {
  text-decoration: none;
  font-weight: 400; }

label[for=auto_login] {
  position: relative;
  padding-left: 12px; }

#auto_login {
  position: absolute;
  left: 0;
  width: auto; }

/* school lunches landing page */
div#school-lunch-icons {
  max-width: 850px; }
  div#school-lunch-icons a {
    margin: 10px auto 40px !important;
    display: block !important;
    color: #3d3c3e;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px; }
    div#school-lunch-icons a i {
      font-size: 60px;
      width: 110px;
      height: 110px;
      text-align: center;
      line-height: 100px;
      background: #3d3c3e;
      border-radius: 65px 65px 65px 65px;
      color: #fff;
      border: 4px dotted #e53948;
      display: block;
      margin: 0 auto 2px; }
    div#school-lunch-icons a:hover {
      text-decoration: none; }
      div#school-lunch-icons a:hover i {
        background: #4f422a;
        color: #fefcf8;
        box-shadow: none;
        box-shadow: 0 0px 5px #888; }

/* customizations for stripe */
.form-horizontal button.stripe-button-el {
  background: #009c7b !important; }
  .form-horizontal button.stripe-button-el:hover {
    background: rgba(0, 156, 123, 0.8) !important; }
  .form-horizontal button.stripe-button-el span {
    background: none !important;
    border: none;
    box-shadow: none; }

/* all pages */
#main-content img {
  padding: 20px;
  box-shadow: 0px 0px 4px #ccc;
  background: #fff; }
  @media screen and (max-width: 640px) {
    #main-content img {
      padding: 12px; } }

/* how to order */
#how-to-order h2 {
  display: block; }
  #how-to-order h2:not(:first-child) {
    margin-top: 20px; }

/* change email table */
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border-color: #f0e9da;
  padding: 6px 2px; }

.table input:not(.button) {
  width: 100%; }

.table .field {
  width: 200px; }

/* cart */
.text-right h4 {
  text-align: right; }

.btn-cart {
  background: #4f422a;
  color: #fff;
  font: bold 18px "Open Sans", sans-serif; }
  .btn-cart:hover {
    color: #fefcf8;
    background: rgba(79, 66, 42, 0.9); }

/* update account */
.update-account li {
  line-height: 33px;
  font-weight: 400;
  font-size: 18px; }
  .update-account li i {
    padding-right: 4px; }
  .update-account li a {
    text-decoration: none; }

/* scroll to top */
#top-link-block.affix-top {
  position: absolute;
  bottom: -62px;
  right: 0px; }

#top-link-block.affix {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1100; }

.nav-btn {
  background: #333336;
  color: #fff !important;
  cursor: pointer;
  display: block;
  font-size: 1.8rem;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px; }

/* commerce */
.ShippingAddress h3 {
  font-size: 130%;
  margin-bottom: 12px; }

.ShippingAddress .address-select {
  background: none;
  border: none; }

.addressBox .row {
  margin-left: -15px;
  margin-right: -15px; }

.address-select .body {
  padding: 14px 0; }
  .address-select .body .container {
    width: 100%; }

/* footer */
footer.main-footer {
  background: #aac7c0;
  padding: 40px 0px;
  font-size: 18px;
  line-height: 29px;
  color: #ffffff; }
  footer.main-footer h4 {
    color: #ffffff; }
  footer.main-footer li {
    list-style-type: none; }
  footer.main-footer a {
    color: #ffffff;
    text-decoration: none; }
    footer.main-footer a:hover {
      color: #f0e9da !important; }

footer.copyright {
  background: #3d3c3e;
  color: #fefcf8;
  font-size: 0.9rem;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center; }
