@charset "UTF-8";
/*
 * Fonts, Variables and Mixins
 */
/*
 * BREAKPOINTS
 */
/*
 * FONTS
 */
/*
 * COLORS
 */
/*
 * Global Styling and Helpers
 */
/*
 * DISPLAY
 */
.block {
  display: block;
}

.in-block {
  display: inline-block;
}

/*
 * BUTTONS
 */
.btn {
  border-radius: 30px;
  padding: 8px 30px;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn.btn-transparent {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.btn.btn-transparent:hover {
  background: rgba(32, 106, 145, 0.5);
}

.btn.btn-white {
  color: #822f86;
  background: #fff;
  border: 1px solid #3c96c3;
}

.btn.btn-white:hover {
  background: #3c96c3;
  color: #fff;
}

.list-number {
  list-style: decimal;
}

/*
 * TEXT
 */
.txt-upper {
  text-decoration: uppercase;
}

.txt-lower {
  text-decoration: lowercase;
}

.txt-cap {
  text-decoration: capitalize;
}

.txt-purple {
  color: #822f86;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

/*
 * BORDER
 */
.brdr {
  border: 1px solid #dbdbdb;
}

.brdr-left {
  border-left: 1px solid #dbdbdb;
}

.brdr-right {
  border-right: 1px solid #dbdbdb;
}

.brdr-top {
  border-top: 1px solid #dbdbdb;
}

.brdr-bottom {
  border-bottom: 1px solid #dbdbdb;
}

/*
 * MARGIN
 */
.mrg0 {
  margin: 0 !important;
}

.mrg0auto {
  margin: 0 auto;
}

.mrg10T {
  margin-top: 10px;
}

.mrg20T {
  margin-top: 20px;
}

.mrg30T {
  margin-top: 30px;
}

.mrg40T {
  margin-top: 40px;
}

.mrg50T {
  margin-top: 50px;
}

.mrg60T {
  margin-top: 60px;
}

.mrg70T {
  margin-top: 70px;
}

.mrg80T {
  margin-top: 80px;
}

.mrg90T {
  margin-top: 90px;
}

.mrg100T {
  margin-top: 100px;
}

.mrg110T {
  margin-top: 110px;
}

.mrg120T {
  margin-top: 120px;
}

.mrg10B {
  margin-bottom: 10px;
}

.mrg15B {
  margin-bottom: 15px;
}

.mrg20B {
  margin-bottom: 20px;
}

.mrg30B {
  margin-bottom: 30px;
}

.mrg40B {
  margin-bottom: 40px;
}

.mrg50B {
  margin-bottom: 50px;
}

.mrg60B {
  margin-bottom: 60px;
}

.mrg70B {
  margin-bottom: 70px;
}

.mrg80B {
  margin-bottom: 80px;
}

.mrg90B {
  margin-bottom: 90px;
}

.mrg100B {
  margin-bottom: 100px;
}

.mrg10L {
  margin-left: 10px;
}

.mrg15L {
  margin-left: 15px;
}

.mrg20L {
  margin-left: 20px;
}

.mrg30L {
  margin-left: 30px;
}

.mrg40L {
  margin-left: 40px;
}

.mrg50L {
  margin-left: 50px;
}

.mrg60L {
  margin-left: 60px;
}

.mrg70L {
  margin-left: 70px;
}

.mrg80L {
  margin-left: 80px;
}

.mrg90L {
  margin-left: 90px;
}

.mrg100L {
  margin-left: 100px;
}

.mrg10R {
  margin-right: 10px;
}

.mrg20R {
  margin-right: 20px;
}

.mrg30R {
  margin-right: 30px;
}

.mrg40R {
  margin-right: 40px;
}

.mrg50R {
  margin-right: 50px;
}

.mrg60R {
  margin-right: 60px;
}

.mrg70R {
  margin-right: 70px;
}

.mrg80R {
  margin-right: 80px;
}

.mrg90R {
  margin-right: 90px;
}

.mrg100R {
  margin-right: 100px;
}

/*
 * PADDING
 */
.pdg0 {
  padding: 0;
}

.pdg0auto {
  padding: 0 auto;
}

.pdg0T {
  padding-top: 0;
}

.pdg10T {
  padding-top: 10px;
}

.pdg20T {
  padding-top: 20px;
}

.pdg30T {
  padding-top: 30px;
}

.pdg40T {
  padding-top: 40px;
}

.pdg50T {
  padding-top: 50px;
}

.pdg60T {
  padding-top: 60px;
}

.pdg70T {
  padding-top: 70px;
}

.pdg80T {
  padding-top: 80px;
}

.pdg90T {
  padding-top: 90px;
}

.pdg100T {
  padding-top: 100px;
}

.pdg0B {
  padding-bottom: 0;
}

.pdg10B {
  padding-bottom: 10px;
}

.pdg20B {
  padding-bottom: 20px;
}

.pdg30B {
  padding-bottom: 30px;
}

.pdg40B {
  padding-bottom: 40px;
}

.pdg50B {
  padding-bottom: 50px;
}

.pdg60B {
  padding-bottom: 60px;
}

.pdg70B {
  padding-bottom: 70px;
}

.pdg80B {
  padding-bottom: 80px;
}

.pdg90B {
  padding-bottom: 90px;
}

.pdg100B {
  padding-bottom: 100px;
}

.pdg0L {
  padding-left: 0;
}

.pdg10L {
  padding-left: 10px;
}

.pdg20L {
  padding-left: 20px;
}

.pdg30L {
  padding-left: 30px;
}

.pdg40L {
  padding-left: 40px;
}

.pdg50L {
  padding-left: 50px;
}

.pdg60L {
  padding-left: 60px;
}

.pdg70L {
  padding-left: 70px;
}

.pdg80L {
  padding-left: 80px;
}

.pdg90L {
  padding-left: 90px;
}

.pdg100L {
  padding-left: 100px;
}

.pdg0R {
  padding-right: 0;
}

.pdg10R {
  padding-right: 10px;
}

.pdg20R {
  padding-right: 20px;
}

.pdg30R {
  padding-right: 30px;
}

.pdg40R {
  padding-right: 40px;
}

.pdg50R {
  padding-right: 50px;
}

.pdg60R {
  padding-right: 60px;
}

.pdg70R {
  padding-right: 70px;
}

.pdg80R {
  padding-right: 80px;
}

.pdg90R {
  padding-right: 90px;
}

.pdg100R {
  padding-right: 100px;
}

@media only screen and (max-width: 870px) {
  .navbar-default .navbar-nav > li > a {
    padding: 17px 8px;
  }

  .navbar-right {
    margin-right: 25px;
  }
}
/*
 * CONTENT
 */
/*
 * CUSTOM GLOBALS
 */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 32px;
}

body.menu .section-label, body.menu #products-summary, body.menu #location {
  display: none;
}
body.menu .hr_line {
  border: none;
}

section {
  padding: 70px 0 50px;
}

h2 {
  color: #822f86;
  font-size: 45px;
  line-height: 60px;
  text-transform: uppercase;
}

h3 {
  font-size: 24px;
  color: #822f86;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
}

a:hover,
button:hover {
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.fw600 {
  font-weight: 600;
}

.no-padding {
  padding: 0;
}

.gray-bg {
  background-color: #f7f7f7;
}

.navbar-right .dropdown-menu {
  right: 0;
  left: auto;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-default {
  background-color: #ffffff;
  box-shadow: 0px 0px 6px #dadada;
}
.navbar-default .navbar-nav > li > a {
  font-family: "Open Sans";
  text-transform: uppercase;
  font-size: 14px;
  padding: 17px 16px;
  color: #000;
  font-weight: 500;
}
.navbar-default .navbar-nav > li .dropdown-menu {
  border: 1px solid #dedede;
  border-top: 0;
  padding: 0;
}
.navbar-default .navbar-nav > li .dropdown-menu li a {
  padding: 5px 20px;
}
.navbar-default .navbar-nav > li .dropdown-menu li a:hover,
.navbar-default .navbar-nav > li .dropdown-menu li a:focus {
  background: #fcf0ff;
}
.navbar-default .navbar-nav > li .dropdown-menu li:last-child a {
  padding-bottom: 10px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #5a205d;
  background-color: #ece3ec;
}

.navbar-right {
  margin-right: 0;
}

.navbar-brand {
  padding-left: 30px;
  padding-top: 9px;
  padding-bottom: 0;
}

.navbar-default .navbar-nav .menu-primary {
  padding: 10px 5px 5px;
}
.navbar-default .navbar-nav .menu-primary a {
  border: 2px solid #822f86;
  color: #822f86;
  display: inline-block;
  padding: 5px 15px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.navbar-default .navbar-nav .menu-primary a:hover {
  background: #822f86;
  color: #fff;
}

.mobile-415-only {
  display: none;
}

.hide-not-415 {
  display: block;
}

.bg-white {
  background-color: #ffffff;
}

.heading-section {
  text-align: center;
  margin: 65px 0;
}
.heading-section .page-heading {
  color: #822f86;
  font-weight: 400;
  font-size: 55px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}
.heading-section p {
  font-size: 23px;
  font-weight: 300;
  text-align: center;
  max-width: 528px;
  margin: 25px auto 40px;
}

.carousel-masthead,
.carousel-inner > .item {
  height: 600px;
  background-size: cover !important;
}

.carousel-masthead .carousel-indicators {
  bottom: 7%;
  display: none;
}

.featured-banner .featured-banner-img {
  background-size: cover;
  height: 500px;
}

.our-menu {
  text-align: center;
}
.our-menu .smoothies {
  max-width: 1000px;
  margin: 67px auto 48px;
  float: none;
}
.our-menu .smoothies .menu-icon {
  display: inline-block;
  vertical-align: middle;
  height: 85px;
}
.our-menu .smoothies .menu-icon img {
  display: inline-block;
}
.our-menu .smoothies .menu-icon img.bowl {
  margin-top: 12px;
}

.mid-heading-box {
  background-size: cover !important;
  height: 475px;
  color: #ffffff;
  text-align: center;
}
.mid-heading-box h2 {
  font-size: 55px;
  line-height: 75px;
  font-weight: bold;
  text-transform: uppercase;
  max-width: 851px;
  margin: 90px auto 20px;
  color: #ffffff;
}
.mid-heading-box p {
  font-size: 37px;
}

.our-locations .location-thumbnail {
  margin: 20px 10px 45px;
}
.our-locations .location-thumbnail .caption {
  text-align: center;
  padding: 0 6px;
  font-size: 14px;
  line-height: 23px;
}
.our-locations .location-thumbnail .caption .location-title {
  font-size: 13px;
  margin: 25px 0 20px;
}
.our-locations .location-thumbnail .caption .location-title h4 {
  margin: 0 0 9px;
  font-size: 16px;
}
.our-locations .location-thumbnail .caption .location-title span {
  display: block;
  line-height: 19px;
}
.our-locations .location-thumbnail .btn {
  font-size: 16px;
  border-width: 1px;
  padding: 6px 20px;
  margin-top: 15px;
}

.locations-filter ul {
  margin: 0 0 25px;
  padding: 0;
  text-align: center;
}
.locations-filter ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0 15px;
}
.locations-filter ul li a {
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
}
.locations-filter ul li a.active {
  font-weight: bold;
  text-decoration: none;
}
.locations-filter ul li a:hover {
  color: #822f86;
  text-decoration: none;
}

.download-app {
  font-size: 24px;
  margin-bottom: 195px;
  position: relative;
}
.download-app p {
  margin-bottom: 50px;
}
.download-app .phone-screen {
  position: absolute;
  right: 0;
  top: -190px;
}

footer {
  border-top: 1px solid #d8d8d8;
  padding-bottom: 66px;
  margin-top: 90px;
  padding-top: 35px;
  background-color: #f7f7f7;
}
footer .col {
  width: 20%;
  float: left;
}
footer .branches {
  display: none;
  margin-top: 50px;
}
footer .branches .branch {
  margin-bottom: 15px;
}
footer .social-icons {
  text-align: center;
}

.footer-logo {
  position: absolute;
  margin-top: -115px;
  margin-left: -83px;
}

.insta-icon {
  margin-right: 60px;
}

.fb-icon {
  margin-right: 140px;
}

.twitter-icon {
  margin-left: 140px;
}

.youtube-icon {
  margin-left: 60px;
}

.btn-primary {
  color: #822f86;
  background-color: #ffffff;
  border-color: #822f86;
  font-weight: 600;
  border: 2px solid;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: #fff;
  background-color: #822f86;
  border-color: #822f86;
}

.btn-primary.btn-violet {
  color: #ffffff;
  background-color: #822f86;
  border-color: #822f86;
}

.btn-primary.btn-violet:hover {
  color: #822f86;
  background-color: #ffffff;
  border-color: #822f86;
}

.section {
  margin-top: 95px;
  margin-bottom: 95px;
}

/*
 * CAROUSEL
 */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.about-us-intro .heading-section {
  margin-top: 0;
}

.about-us-dna {
  font-size: 21px;
}
.about-us-dna .row-dna:before,
.about-us-dna .row-dna:after {
  content: ' ';
  display: table;
}
.about-us-dna .row-dna:after {
  clear: both;
}
.about-us-dna .row-dna {
  margin: 0 auto;
  width: 987px;
}
.about-us-dna .col-dna-1,
.about-us-dna .col-dna-2,
.about-us-dna .col-dna-3 {
  float: left;
}
.about-us-dna .col-dna-1 {
  width: 260px;
}
.about-us-dna .col-dna-2 {
  width: 480px;
}
.about-us-dna .col-dna-3 {
  width: 240px;
}
.about-us-dna .dna-item h4 {
  font-size: 23px;
  color: #822f86;
}
.about-us-dna .dna-item p {
  font-size: 13px;
  line-height: 19px;
}
.about-us-dna img {
  display: block;
  margin: 0 auto 35px;
}
.about-us-dna .flaked {
  top: 230px;
}
.about-us-dna .fruit {
  top: 281px;
}
.about-us-dna .dairy {
  top: 345px;
}
.about-us-dna .real {
  top: 363px;
}

.about-us-dna .flaked, .about-us-dna .fruit, .about-us-dna .dairy, .about-us-dna .real {
  position: relative;
  text-align: center;
}

.science-smoothie {
  margin: 60px 0 50px;
}

.about-us-form {
  max-width: 1582px;
  margin: 47px auto 30px;
}
.about-us-form .form-control {
  height: 66px;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #aca8b4;
  padding: 20px 0;
  padding-left: 30px;
}
.about-us-form textarea.form-control {
  height: auto;
}
.about-us-form input[name=answer] {
  height: 58px;
  width: 97px;
  margin-right: 30px;
  margin-top: 5px;
  margin-left: 20px;
}
.about-us-form button {
  width: 200px;
  height: 65px;
  background-color: #822f86;
  color: #ffffff;
  border-radius: 3px;
  font-size: 20px;
}
.about-us-form button:hover {
  border: 2px solid #822f86;
  background-color: #ffffff;
  color: #822f86;
}
.about-us-form .submit-line {
  font-size: 26px;
  margin-bottom: 50px;
  margin-top: 43px;
}
.about-us-form .submit-line span {
  margin-top: 18px;
}

.franchise p.question {
  font-weight: 500;
  font-size: 19px;
  color: #000;
}
.franchise p.answer {
  margin-bottom: 35px;
  font-size: 19px;
}
.franchise .answer.mrg15B {
  margin-bottom: 15px;
}
.franchise .additionally {
  margin-bottom: 15px;
  margin-top: 15px;
}
.franchise .viewmore {
  margin-top: 60px;
  margin-bottom: 170px;
}
.franchise form .form-control {
  border: 0;
  border-bottom: 2px solid #e3e3e3;
  margin-bottom: 60px;
  border-radius: 0;
  box-shadow: none;
  font-size: 17px;
  font-weight: 700;
  color: #2a2a2a;
  text-transform: uppercase;
  padding: 0 0 0 2px;
}
.franchise form textarea:focus, .franchise form input:focus {
  outline: none;
}
.franchise form textarea.form-control {
  height: 34px;
}
.franchise form label {
  color: #5c5f66;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.hr-small {
  width: 115px;
  margin: 46px auto 65px;
  border-top: #d5d5d5 solid 2px;
}

.dropdown > a:after {
  content: "\25bc";
  font-size: 7px;
  position: relative;
  top: -2px;
  left: 5px;
  color: #a5a5a5;
}

.contact-us {
  padding-top: 40px;
}
.contact-us .heading-section {
  margin-top: 0;
}

.careers,
.careers label,
.careers span {
  font-weight: 500;
}

.career-application {
  margin-top: 55px;
  font-weight: 500;
  color: #1d1d1d;
}
.career-application .application-box {
  border: 1px solid #9a9a9a;
  border-radius: 2px;
  padding: 10px 25px 25px;
  font-size: 12px;
  margin-bottom: 30px;
}
.career-application .application-box h3 {
  margin: 10px 0;
  color: #2b2b2b;
}
.career-application .application-box label {
  font-weight: normal;
}
.career-application .application-box .label-inline,
.career-application .application-box .label-inline label,
.career-application .application-box .label-inline span {
  height: auto;
  margin: 0;
  line-height: 30px;
  vertical-align: bottom;
  display: inline-block;
}
.career-application .application-box .form-group {
  margin-bottom: 20px;
}
.career-application .application-box .form-control {
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid #9a9a9a;
  border-radius: 0;
  padding: 0;
  color: #000;
  line-height: 24px;
  height: auto;
}
.career-application .application-box .checkbox, .career-application .application-box .radio {
  margin: 0;
}
.career-application .application-box input[type=checkbox],
.career-application .application-box input[type=radio] {
  margin: 9px 0 0;
}
.career-application .application-box .checkbox label,
.career-application .application-box .radio label {
  padding-left: 0;
}
.career-application .application-box table td,
.career-application .application-box table th {
  border: 1px solid #afafaf;
  padding: 10px;
  text-align: center;
}
.career-application .application-box table input,
.career-application .application-box table textarea {
  border: 0;
  outline: none;
  text-align: center;
  width: 100%;
}

.page-id-237,
.page-template-template-menu-and-nutrition_1,
.page-template-template-menu-and-nutrition_1-php,
.page-template-template-menu-and-nutrition,
.page-template-template-menu-and-nutrition-php,
body[class^="page-template-template-menu-and-nutrition"],
body[class*=" page-template-template-menu-and-nutrition"] {
  background: #f7f7f7;
}

.menu-and-nutrition {
  background: #f7f7f7;
}
.menu-and-nutrition .filters-tab-group {
  list-style: none;
  padding: 0;
  margin: 45px 0 30px;
}
.menu-and-nutrition .filters-tab-group li {
  display: inline-block;
  margin-right: 10px;
}
.menu-and-nutrition .filters-tab-group li a {
  color: #2d2d2d;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  padding: 2px 12px;
  display: inline-block;
  border-radius: 20px;
}
.menu-and-nutrition .filters-tab-group li a:hover,
.menu-and-nutrition .filters-tab-group li a.active {
  color: #822f86;
  text-decoration: none;
}
.menu-and-nutrition .filters-tab-group li a:focus {
  text-decoration: none;
}
.menu-and-nutrition .filters-tab-group li a.active {
  color: #000;
  font-weight: 900;
}
.menu-and-nutrition .grid {
  margin: 0 -15px;
}
.menu-and-nutrition .grid .grid-item {
  width: 22%;
  margin: 0 9px 30px;
  text-align: center;
  background: #fff;
  height: 390px;
  box-shadow: 0px 2px 8px #d6d6d6;
}
.menu-and-nutrition .grid .grid-item img {
  width: 100%;
}
.menu-and-nutrition .grid .grid-item .caption {
  padding: 20px 15px 30px;
  line-height: 24px;
}
.menu-and-nutrition .grid .grid-item .caption h4 {
  font-size: 22px;
  font-weight: 300;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.menu-and-nutrition .grid .grid-item .caption h4.no-desc {
  margin-bottom: 68px;
}
.menu-and-nutrition .grid .grid-item .caption p {
  font-size: 14px;
}
.menu-and-nutrition .grid .grid-item .caption .btn {
  font-size: 11px;
  padding: 4px 10px;
  border-width: 1px;
}

#order-modal tr {
  height: 40px;
}
#order-modal h3 {
  margin: 40px 0 10px;
}
#order-modal h3, #order-modal p {
  font-size: 16px;
}
#order-modal .menu_ingredients {
  font-weight: bold;
}
#order-modal .modal-footer {
  text-align: center;
  padding-bottom: 60px;
}
#order-modal .close {
  border: solid 2px;
  border-radius: 12px;
  width: 26px;
}
#order-modal .modal-header {
  border-bottom: 0;
}
#order-modal .modal-footer {
  border-top: 0;
}
#order-modal .fa-spinner {
  margin: 0 auto;
  display: block;
}
#order-modal .modal-dialog {
  width: 65%;
}
#order-modal .modal-dialog .modal-content {
  background: #f7f7f7;
}
#order-modal .modal-dialog .modal-content .modal-body {
  padding: 15px 75px;
}
#order-modal input {
  width: 50px;
  margin-left: 12px;
  padding: 2px 5px;
  line-height: 1;
  font-size: 15px;
}
#order-modal .menu_title {
  text-align: center;
  color: #822f86;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 900;
  margin: 30px 0 20px;
}
#order-modal .menu_description {
  line-height: 24px;
  font-size: 15px;
}
#order-modal .modal-body img {
  max-height: 288px;
  max-width: 424px;
  border-radius: 5px;
  box-shadow: 0px 2px 7px #d0d0d0;
}
#order-modal .menu_options table {
  width: 100%;
}
#order-modal .row.content {
  margin-left: 113px;
  margin-right: 113px;
}
#order-modal .ingredients_head {
  margin-top: 0;
  margin-bottom: 25px;
}

#location, #location-ajax-replacement, #checkout, #products, #products-summary {
  padding-top: 0;
}

#checkout {
  display: none;
}

#checkout-button-order {
  margin: 50px auto;
  text-align: center;
}

#location {
  padding-bottom: 0;
}

.form-label {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}

.menu-spinner {
  margin-top: 20px;
  color: #822f86;
}

#products-summary .product-name {
  display: inline-table;
  width: 30%;
  text-align: left;
}
#products-summary .product-size {
  display: inline-table;
  width: 10%;
}
#products-summary .product-qua {
  display: inline-table;
  width: 10%;
  text-align: left;
}

#checkout-summary {
  border-top: 2px solid lightgray;
  margin-top: 6%;
  padding-top: 6%;
  font-size: 20pt;
  color: #3c4c57;
  font-weight: bold;
}
#checkout-summary .checkout-left {
  width: 30%;
  text-align: right;
  display: inline-block;
}
#checkout-summary .checkout-right {
  width: 67%;
  text-align: right;
  display: inline-block;
}
#checkout-summary .checkout-total {
  font-size: 30pt;
}

#checkout-error {
  color: red;
}

h3.menu_title {
  color: #822f86;
  text-transform: uppercase;
  margin-top: 55px;
}

.col-right {
  float: right;
}

#location-ajax-replacement .oz {
  font-weight: bold;
}
#location-ajax-replacement .filters-tab-group {
  margin-top: 0px;
}
#location-ajax-replacement .grid .grid-item {
  height: 450px;
}
#location-ajax-replacement .menu-title i {
  height: 47px;
  display: block;
  overflow-y: hidden;
}
#location-ajax-replacement .menu-title h4 {
  margin-top: 0;
  height: 28px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#store_nr {
  width: 93%;
  padding: 10px 12px;
  height: 44px;
  border-radius: 3px;
  margin: 0 23px;
}

.menu-only .select-dropdown {
  display: none;
}
.menu-only .btn-order-now {
  display: inline-block;
}

.btn-order-now {
  display: none;
  margin-top: 15px;
}

.select-dropdown {
  padding-top: 5px;
}

.default-image-location {
  width: 340px;
  height: 274px;
}

.order-quantity {
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #555;
}

#menu_and_nutrition_cart {
  z-index: 1;
  position: relative;
}

.menu-order-btn {
  display: block;
  max-width: 100px;
  margin: 5px auto;
}

.menu-nutrition-with-options.menu-and-nutrition .grid .grid-item {
  height: 472px;
  width: 30%;
}
.menu-nutrition-with-options.menu-and-nutrition .grid .grid-item .order-loader-img {
  width: 14px;
}
.menu-nutrition-with-options.menu-and-nutrition .grid .grid-item i {
  height: 47px;
  display: block;
  overflow-y: hidden;
}

.view-modifiers {
  font-size: 16px;
  margin-bottom: 10px;
}

.menu-nutrition-with-options .grid {
  margin: 0;
}
.menu-nutrition-with-options .ordering-page {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.menu-nutrition-with-options .column-left {
  float: left;
  width: 25%;
}
.menu-nutrition-with-options .column-right {
  float: right;
  width: 25%;
  height: 100%;
  margin-top: 52px;
  box-shadow: 0px 1px 4px #a9a9a9;
}
.menu-nutrition-with-options .cart-column.fixed {
  position: fixed;
  width: 25%;
  top: 0;
}
.menu-nutrition-with-options .column-center {
  display: inline-block;
  width: 50%;
}
.menu-nutrition-with-options .menu {
  float: left;
  width: 75%;
  /*max-width: 5in;*/
}
.menu-nutrition-with-options :not(footer) .container {
  height: auto;
  overflow: hidden;
}
.menu-nutrition-with-options .right {
  width: 180px;
  float: right;
  background: #aafed6;
}
.menu-nutrition-with-options .left {
  float: none;
  /* not needed, just for clarification */
  background: #e8f6fe;
  /* the next props are meant to keep this block independent from the other floated one */
  width: auto;
  overflow: hidden;
}
.menu-nutrition-with-options .topright {
  position: absolute;
  top: 5px;
  right: 5px;
}
.menu-nutrition-with-options .bottomright {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.menu-nutrition-with-options .bottom {
  position: absolute;
  bottom: 0;
}
.menu-nutrition-with-options .store_name {
  background: #fbfbfb;
  border-bottom: 1px solid #eee;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 15px 22px;
}
.menu-nutrition-with-options .store_address {
  font-weight: 100;
}
.menu-nutrition-with-options .store_phone {
  font-weight: 100;
}
.menu-nutrition-with-options .section {
  color: #1C494D;
  display: block;
}
.menu-nutrition-with-options .section_header {
  cursor: pointer;
}
.menu-nutrition-with-options .item {
  /*cursor: pointer;*/
  color: #1C494D;
  display: block;
  line-height: 1.4;
  margin: 0 -30px 0 -45px;
  position: relative;
  padding: 7px 100px 7px 45px;
  text-decoration: none !important;
}
.menu-nutrition-with-options .item_name {
  color: #1C494D;
  display: block;
  margin-bottom: 2px;
}
.menu-nutrition-with-options .item_description {
  margin: 0;
}
.menu-nutrition-with-options .item_image_box {
  width: 100px;
  height: 100px;
}
.menu-nutrition-with-options .item_image {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.menu-nutrition-with-options .item_price {
  position: absolute;
  right: 30px;
  top: 7px;
  font-family: jaf-bernino-sans-comp,Helvetica,Arial,sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1C494D;
  line-height: 1.4;
}
.menu-nutrition-with-options .item-title {
  box-sizing: border-box;
  color: #1c494d;
  /*height: 49px;*/
  text-decoration: none solid #1c494d;
  text-size-adjust: 100%;
  column-rule-color: #1c494d;
  perspective-origin: 245px 24.5px;
  transform-origin: 245px 24.5px;
  caret-color: #1c494d;
  border: 0px none #1c494d;
  font: normal normal 100 normal 36px / normal jaf-bernino-sans-condensed, Helvetica, Arial, sans-serif;
  outline: #1c494d none 0px;
  padding: 0px 75px 0px 0px;
}
.menu-nutrition-with-options .item-price {
  bottom: 728px;
  box-sizing: border-box;
  color: #1c494d;
  display: block;
  height: 33px;
  left: 474.594px;
  letter-spacing: 1px;
  position: absolute;
  right: 30px;
  text-decoration: none solid #1c494d;
  text-size-adjust: 100%;
  top: 23px;
  width: 45.4063px;
  column-rule-color: #1c494d;
  perspective-origin: 22.7031px 16.5px;
  transform-origin: 22.7031px 16.5px;
  caret-color: #1c494d;
  border: 0px none #1c494d;
  font: normal normal bold normal 24px / normal jaf-bernino-sans-comp, Helvetica, Arial, sans-serif;
  outline: #1c494d none 0px;
}
.menu-nutrition-with-options ul {
  list-style-type: none;
}
.menu-nutrition-with-options hr {
  border: 0;
  border-top: 1px solid #e9e8eb;
  height: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
.menu-nutrition-with-options .ordertypes {
  width: 100%;
}
.menu-nutrition-with-options .menulocations {
  width: 100%;
}
.menu-nutrition-with-options .ordertype {
  margin: 0;
  padding: 0;
}
.menu-nutrition-with-options .table-cart {
  width: 100%;
}
.menu-nutrition-with-options .tr-cart {
  width: 100%;
}
.menu-nutrition-with-options .td-cart {
  width: 100%;
}
.menu-nutrition-with-options .cart-items {
  margin: 0;
  padding: 10px 15px;
}
.menu-nutrition-with-options .cart-button {
  width: 95%;
  cursor: pointer;
  padding: 0;
  border: none;
  background: none;
}
.menu-nutrition-with-options .cart-name {
  float: left;
  text-align: left;
}
.menu-nutrition-with-options .cart-price {
  float: right;
}
.menu-nutrition-with-options .cart-modifier {
  margin-left: 15%;
  float: left;
}
.menu-nutrition-with-options .cart-modifier-price {
  float: right;
}
.menu-nutrition-with-options .delivery-charge {
  margin-left: 15px;
}
.menu-nutrition-with-options .subtotal-amount {
  float: right;
  margin-right: 15px;
}
.menu-nutrition-with-options .tax-amount {
  float: right;
  margin-right: 15px;
}
.menu-nutrition-with-options .delivery-charge-amount {
  float: right;
  margin-right: 15px;
}
.menu-nutrition-with-options .loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.menu-nutrition-with-options .checkout {
  width: 100%;
  /*height:70px;*/
}
.menu-nutrition-with-options .checkout.fixed {
  position: fixed;
  top: 0;
}
.menu-nutrition-with-options .checkout-button {
  width: 100%;
  font-size: 12px;
  margin-top: 16px;
  border-width: 1px;
}
.menu-nutrition-with-options .checkout-button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.menu-nutrition-with-options .checkout-button-total {
  float: right;
}
.menu-nutrition-with-options .menu-button {
  cursor: pointer;
  padding: 0;
  border: none;
  background: none;
}
.menu-nutrition-with-options .modifier-button {
  cursor: pointer;
  padding: 0;
  border: none;
  background: none;
}
.menu-nutrition-with-options .checked:before {
  content: '✓';
}
.menu-nutrition-with-options .checked-box:before {
  content: '☑';
}
.menu-nutrition-with-options .unchecked:before {
  content: '☐';
}
.menu-nutrition-with-options .update-item-button {
  bottom: 0px;
  box-shadow: #4a934a 0px 1px 0px 0px;
  color: white;
  cursor: pointer;
  display: block;
  left: 0px;
  position: relative;
  right: 0px;
  text-decoration: none solid white;
  text-size-adjust: 100%;
  top: 0px;
  width: 520px;
  column-rule-color: white;
  perspective-origin: 260px 24px;
  transform-origin: 260px 24px;
  caret-color: white;
  background: #5cb85c none repeat scroll 0% 0%/auto padding-box border-box;
  border: 0px none white;
  border-radius: 2px 2px 2px 2px;
  font: normal normal 600 normal 18px / 18px jaf-bernino-sans-condensed, Helvetica, Arial, sans-serif;
  outline: white none 0px;
  padding: 9px;
}
.menu-nutrition-with-options .remove-item-button {
  float: right;
  color: #4c555d;
  cursor: pointer;
  display: inline-block;
  height: 36px;
  text-align: right;
  text-decoration: none solid #4c555d;
  text-size-adjust: 100%;
  column-rule-color: #4c555d;
  /*perspective-origin: 47.8438px 18px;
  transform-origin: 47.8438px 18px;*/
  caret-color: #4c555d;
  background: transparent none repeat scroll 0px 0px/auto padding-box border-box;
  border: 1px solid #989898;
  border-radius: 2px 2px 2px 2px;
  font: normal normal 600 normal 14px / 14px jaf-bernino-sans-condensed, Helvetica, Arial, sans-serif;
  outline: #4c555d none 0px;
  padding: 10px;
}
.menu-nutrition-with-options .remove-item-button-copy {
  background-position: 0px 0px;
  bottom: 0px;
  box-sizing: border-box;
  color: #4c555d;
  cursor: pointer;
  display: inline-block;
  height: 36px;
  left: 475px;
  position: relative;
  right: 0px;
  text-align: right;
  text-decoration: none solid #4c555d;
  text-size-adjust: 100%;
  top: 0px;
  width: 100px;
  column-rule-color: #4c555d;
  perspective-origin: 47.8438px 18px;
  transform-origin: 47.8438px 18px;
  caret-color: #4c555d;
  background: transparent none repeat scroll 0px 0px/auto padding-box border-box;
  border: 1px solid #989898;
  border-radius: 2px 2px 2px 2px;
  font: normal normal 600 normal 14px / 14px jaf-bernino-sans-condensed, Helvetica, Arial, sans-serif;
  outline: #4c555d none 0px;
  padding: 10px;
}
.menu-nutrition-with-options .quantity1 {
  box-sizing: border-box;
  color: #1c494d;
  float: left;
  height: 37px;
  text-decoration: none solid #1c494d;
  text-size-adjust: 100%;
  width: 113.828px;
  column-rule-color: #1c494d;
  perspective-origin: 56.9063px 18.5px;
  transform-origin: 56.9063px 18.5px;
  caret-color: #1c494d;
  border: 0px none #1c494d;
  font: normal normal normal normal 16px / normal ff-tisa-web-pro, Georgia, "Times New Roman", serif;
  outline: #1c494d none 0px;
}
.menu-nutrition-with-options .quantity2 {
  bottom: 0px;
  left: 0px;
  position: relative;
  right: 0px;
  top: 0px;
  border: 1px solid #cccccc;
  border-radius: 2px 2px 2px 2px;
  overflow: hidden;
}
.menu-nutrition-with-options .quantity3 {
  height: 35px;
  width: 111.828px;
  perspective-origin: 55.9063px 17.5px;
  transform-origin: 55.9063px 17.5px;
}
.menu-nutrition-with-options .quantity_minus {
  bottom: -2px;
  color: #1c494d;
  cursor: pointer;
  display: block;
  height: 38px;
  left: -1px;
  position: absolute;
  right: 78.8281px;
  text-decoration: none solid #1c494d;
  text-size-adjust: 100%;
  top: 0px;
  width: 34px;
  column-rule-color: #1c494d;
  perspective-origin: 17px 19px;
  transform-origin: 17px 19px;
  caret-color: #1c494d;
  background: #f2f2f2 none repeat scroll 0% 0%/auto padding-box border-box;
  border: 1px solid #cccccc;
  font: normal normal 600 normal 18px / 18px jaf-bernino-sans-condensed, Helvetica, Arial, sans-serif;
  margin: -1px 0px 0px;
  outline: #1c494d none 0px;
  padding: 9px 7px;
}
.menu-nutrition-with-options .quantity_minus_span {
  bottom: -2px;
  box-sizing: border-box;
  color: #1c494d;
  cursor: pointer;
  left: 0px;
  position: relative;
  right: 0px;
  text-align: center;
  text-decoration: none solid #1c494d;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
  top: 2px;
  white-space: nowrap;
  column-rule-color: #1c494d;
  align-self: flex-start;
  caret-color: #1c494d;
  border: 0px none #1c494d;
  font: normal normal normal normal 18px / 18px SSGizmo;
  outline: #1c494d none 0px;
}
.menu-nutrition-with-options .quantity_value_span {
  box-sizing: border-box;
  color: #1c494d;
  display: block;
  height: 35px;
  text-align: center;
  text-decoration: none solid #1c494d;
  text-size-adjust: 100%;
  width: 111.828px;
  column-rule-color: #1c494d;
  perspective-origin: 55.9063px 17.5px;
  transform-origin: 55.9063px 17.5px;
  caret-color: #1c494d;
  border: 0px none #1c494d;
  font: normal normal 600 normal 18px / normal jaf-bernino-sans-condensed, Helvetica, Arial, sans-serif;
  outline: #1c494d none 0px;
  padding: 5px;
}
.menu-nutrition-with-options .quantity_plus {
  bottom: -2px;
  color: #1c494d;
  cursor: pointer;
  display: block;
  height: 38px;
  left: 78.8281px;
  position: absolute;
  right: -1px;
  text-decoration: none solid #1c494d;
  text-size-adjust: 100%;
  top: 0px;
  width: 34px;
  column-rule-color: #1c494d;
  perspective-origin: 17px 19px;
  transform-origin: 17px 19px;
  caret-color: #1c494d;
  background: #f2f2f2 none repeat scroll 0% 0%/auto padding-box border-box;
  border: 1px solid #cccccc;
  font: normal normal 600 normal 18px / 18px jaf-bernino-sans-condensed, Helvetica, Arial, sans-serif;
  margin: -1px 0px 0px;
  outline: #1c494d none 0px;
  padding: 9px 7px;
}
.menu-nutrition-with-options .quantity_plus_span {
  bottom: -2px;
  box-sizing: border-box;
  color: #1c494d;
  cursor: pointer;
  left: 0px;
  position: relative;
  right: 0px;
  text-align: center;
  text-decoration: none solid #1c494d;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
  top: 2px;
  white-space: nowrap;
  column-rule-color: #1c494d;
  align-self: flex-start;
  caret-color: #1c494d;
  border: 0px none #1c494d;
  font: normal normal normal normal 18px / 18px SSGizmo;
  outline: #1c494d none 0px;
}
.menu-nutrition-with-options .centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}
.menu-nutrition-with-options .centered-div {
  /*width: 100px;
  height: 100px;*/
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.menu-nutrition-with-options .cc-img {
  width: 42px;
  height: 25px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}
.menu-nutrition-with-options .place-order-button.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.menu-nutrition-with-options table.login {
  border-collapse: collapse;
  padding: 15px;
  margin: 15px;
}
.menu-nutrition-with-options table.payment-amount {
  border-collapse: collapse;
  padding: 15px;
  margin: 15px;
}
.menu-nutrition-with-options table.delivery-address {
  border-collapse: collapse;
}
.menu-nutrition-with-options table.payment {
  border-collapse: collapse;
  border-color: black;
  border-style: solid;
  border-width: thin;
  margin: 15px;
}
.menu-nutrition-with-options table.delivery-address {
  margin: 15px;
}
.menu-nutrition-with-options table.contact {
  border-collapse: collapse;
  margin: 15px;
}
.menu-nutrition-with-options table.order-note {
  border-collapse: collapse;
  margin: 15px;
}
.menu-nutrition-with-options .payment-options.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.menu-nutrition-with-options div.payment {
  border-color: black;
  border-style: solid;
  border-width: thin;
}
.menu-nutrition-with-options .return-to-checkout-button {
  float: right;
  color: #4c555d;
  cursor: pointer;
  display: inline-block;
  height: 36px;
  text-align: right;
  text-decoration: none solid #4c555d;
  text-size-adjust: 100%;
  column-rule-color: #4c555d;
  caret-color: #4c555d;
  background: transparent none repeat scroll 0px 0px/auto padding-box border-box;
  border: 1px solid #989898;
  border-radius: 2px 2px 2px 2px;
  font: normal normal 600 normal 14px / 14px jaf-bernino-sans-condensed, Helvetica, Arial, sans-serif;
  outline: #4c555d none 0px;
  padding: 10px;
}
.menu-nutrition-with-options .amount-due {
  font-weight: bold;
}
.menu-nutrition-with-options .tip-label {
  text-align: right;
}
.menu-nutrition-with-options tr.top td {
  border-top: thin solid black;
}
.menu-nutrition-with-options tr.bottom td {
  border-bottom: thin solid black;
}
.menu-nutrition-with-options tr.row td:first-child {
  border-left: thin solid black;
}
.menu-nutrition-with-options tr.row td:last-child {
  border-right: thin solid black;
}
.menu-nutrition-with-options input.manual-cc-radio {
  margin-left: 8px;
}
.menu-nutrition-with-options .cart-column {
  font-size: 13px;
  line-height: 24px;
}
.menu-nutrition-with-options .location-selector {
  padding: 18px 20px;
  background: #EFF0F2;
}
.menu-nutrition-with-options .checkout {
  padding: 20px 21px 10px !important;
}
.menu-nutrition-with-options .select_stores p {
  margin: 0;
}

@media only screen and (max-width: 1150px) {
  .about-us-dna {
    zoom: 0.8;
  }
  .about-us-dna .container {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    padding: 17px 10px;
  }

  .menu-nutrition-with-options.menu-and-nutrition .grid .grid-item {
    height: 415px;
    width: 27%;
  }
}
.navbar-toggle .bottom {
  bottom: auto;
}

@media only screen and (max-width: 870px) {
  .navbar-default .navbar-nav > li > a {
    padding: 17px 8px;
  }

  .navbar-right {
    margin-right: 25px;
  }

  .about-us-dna {
    zoom: 0.6;
  }
  .about-us-dna .container {
    width: 100%;
  }
}
/*
 * RESPONSIVE
 */
/* MOBILE FIRST */
@media only screen and (min-width: 1367px) {
  /*
   * RESPONSIVE - MIN WIDTH 1366px
   */
}
@media only screen and (min-width: 1681px) {
  /*
   * RESPONSIVE - MIN WIDTH 1680px
   */
}
@media only screen and (min-width: 1921px) {
  /*
   * RESPONSIVE - MIN WIDTH 1920px
   */
}
/* DESKTOP FIRST */
@media only screen and (max-width: 1367px) {
  /*
   * RESPONSIVE - MAX WIDTH 1366px
   */
}
@media only screen and (max-width: 769px) {
  /*
   * RESPONSIVE - MAX WIDTH 768px
   */
  section {
    padding: 45px 0 50px;
  }

  .container {
    padding: 0 45px;
  }

  .navbar .container {
    padding: 0;
  }

  .navbar-fixed-top {
    position: relative;
    margin: 0;
  }

  .navbar-header {
    height: 65px;
  }

  .navbar-brand {
    padding: 13px 44px;
    float: none;
    display: inline-block;
    height: auto;
  }

  .nav > li {
    border-bottom: 1px solid #ececec;
  }

  .navbar-default .navbar-nav > li {
    line-height: 17px;
  }

  .navbar-default .navbar-nav > li > a {
    padding: 10px 45px;
    font-size: 13px;
  }

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    background: #fdf5ff;
  }

  .navbar-default .navbar-nav > li:last-child a {
    padding-bottom: 16px;
  }

  .navbar-default .navbar-nav > li .dropdown-menu {
    border: 0;
    font-size: 13px;
    list-style: none;
  }

  .navbar-default .navbar-nav > li .dropdown-menu li {
    border-top: 1px solid #f3f3f3;
  }

  .navbar-default .navbar-nav > li .dropdown-menu li:last-child a {
    padding-bottom: 5px;
  }

  .navbar-default .navbar-nav > li .dropdown-menu li a {
    padding: 5px 67px;
    color: #000;
    display: block;
  }

  .navbar-default .navbar-collapse {
    padding: 0;
  }

  .navbar-default .navbar-toggle {
    margin-top: 14px;
    background: #87319a;
    border: 0;
    padding: 12px 10px;
    margin-right: 31px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background: #87319a;
  }

  .navbar-toggle {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }

  .navbar-toggle[aria-expanded=true] .icon-bar {
    position: relative;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
  }
  .navbar-toggle[aria-expanded=true] .icon-bar.top {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
    left: 0px;
  }
  .navbar-toggle[aria-expanded=true] .icon-bar.middle {
    width: 0%;
    opacity: 0;
  }
  .navbar-toggle[aria-expanded=true] .icon-bar.bottom {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -6px;
    left: 0px;
  }

  .navbar-nav {
    margin: 0;
  }

  .heading-section {
    margin: 20px 0;
  }

  .heading-section .page-heading {
    font-size: 45px;
  }

  .mid-heading-box {
    height: 455px;
  }

  .mid-heading-box h2 {
    margin: 20px 33px 20px;
  }

  .download-app {
    margin-bottom: 100px;
  }

  .download-app p {
    margin-bottom: 25px;
    font-size: 17px;
  }

  .download-app h3 {
    margin: 9px 0 20px;
  }

  .download-app .phone-screen {
    right: auto;
    top: -102px;
    height: auto;
  }

  .carousel-masthead, .carousel-inner > .item {
    height: 420px;
  }

  .our-locations .location-thumbnail .caption ul {
    padding-left: 19px;
    font-size: 12px;
  }

  .menu-and-nutrition section {
    padding-top: 25px;
  }

  .menu-and-nutrition .filters-tab-group {
    margin-top: 0;
  }

  .menu-and-nutrition .filters-tab-group li a {
    padding: 2px 5px;
  }

  .menu-and-nutrition .grid .grid-item {
    width: 26%;
  }

  .menu-and-nutrition .grid .grid-item .caption {
    line-height: 17px;
  }

  .menu-and-nutrition .grid .grid-item .caption h4 {
    font-size: 18px;
    margin: 0 0 9px;
  }

  .menu-and-nutrition .grid .grid-item .caption p {
    font-size: 10px;
  }

  .menu-and-nutrition .grid .grid-item .caption .btn {
    display: block;
    margin: 7px auto;
    width: 89%;
    letter-spacing: 0px;
  }

  .menu-nutrition-with-options .column-right {
    float: none;
    width: 100%;
    height: 100%;
    margin-top: 11px;
  }

  .menu-nutrition-with-options .menu {
    float: none;
    width: 100%;
    margin-top: 40px;
  }

  .menu-nutrition-with-options .location-selector {
    padding: 8px 20px 10px;
  }

  .menu-nutrition-with-options .store_name {
    padding: 10px 22px;
  }

  .menu-nutrition-with-options .checkout {
    padding: 9px 21px 5px !important;
  }

  #order-modal .menu_title {
    margin: 18px 0 0;
  }

  #order-modal .modal-body img {
    margin-bottom: 49px;
  }

  #order-modal h3 {
    margin: 17px 0 10px;
  }

  #order-modal .ingredients_head {
    margin-bottom: 10px;
  }

  .about-us-dna {
    zoom: 0.65;
  }

  .about-us-dna .container {
    width: 86%;
  }

  .science-smoothie {
    margin: 60px 0 30px;
    font-size: 28px;
  }
  .science-smoothie br {
    display: none;
  }

  .franchise .viewmore {
    margin-bottom: 85px;
  }

  .application-box .pdg0 {
    padding: 0 15px;
  }

  .application-box .pdg0L {
    padding-left: 15px;
  }

  footer .col {
    width: 100%;
    float: none;
    text-align: center;
  }

  .social-link {
    margin: 80px 2px 10px;
    display: inline-block;
  }

  footer .branches {
    margin-top: 6px;
  }

  .featured-banner .featured-banner-img {
    background-size: cover !important;
    height: 250px;
    background-position: right 0px !important;
  }

  .menu-nutrition-with-options.menu-and-nutrition .grid .grid-item {
    width: 40%;
  }
}
@media only screen and (max-width: 737px) {
  /*
   * RESPONSIVE - MAX WIDTH 736px
   */
  .col-right {
    float: none;
    text-align: center;
  }

  .download-app {
    margin-bottom: 65px;
    padding-bottom: 20px;
  }

  .download-app .phone-screen {
    position: relative;
    margin: -99px auto 0;
    top: 0;
    height: 340px;
  }

  .mid-heading-box {
    height: 365px;
    padding: 34px 0 44px;
  }

  .mid-heading-box h2 {
    margin: 0;
    font-size: 47px;
    line-height: 61px;
  }

  .mid-heading-box p {
    font-size: 27px;
    margin-top: 10px;
  }

  .our-locations .location-thumbnail .caption {
    text-align: left;
  }

  .menu-and-nutrition .grid .grid-item {
    width: 35%;
    height: 370px;
  }

  #order-modal .modal-dialog {
    width: 90%;
    margin: 25px auto;
  }

  #order-modal .modal-body img {
    margin-bottom: 49px;
    max-width: none;
    max-height: none;
    width: 100%;
  }

  #order-modal .menu_title {
    font-size: 20px;
  }

  #order-modal .modal-dialog .modal-content .modal-body {
    padding: 15px 45px;
  }

  .featured-banner .featured-banner-img {
    height: 410px;
  }

  .about-us-dna {
    zoom: 0.57;
  }

  .about-us-dna .row-dna {
    width: auto;
  }

  .about-us-dna .container {
    width: 96%;
  }

  .career-application .application-box table td,
  .career-application .application-box table th {
    border: 1px solid #e8e8e8;
    padding: 3px;
  }

  .career-application .application-box.work-availability-application table td,
  .career-application .application-box.work-availability-application table th {
    text-align: left;
    border: 0;
  }
  .career-application .application-box.work-availability-application table th {
    display: none;
  }
  .career-application .application-box.work-availability-application table td {
    display: block;
    text-align: left;
    border: 0;
    padding: 4px 0;
  }
  .career-application .application-box.work-availability-application table td:not(.td-label):first-child {
    padding-top: .5em;
  }
  .career-application .application-box.work-availability-application table td:not(.td-label):last-child {
    padding-bottom: .5em;
  }
  .career-application .application-box.work-availability-application table td:not(.td-label):before {
    content: attr(data-th) ": ";
    display: inline-block;
    width: 95px;
  }
  .career-application .application-box.work-availability-application table .td-label {
    font-weight: bold;
  }
  .career-application .application-box.work-availability-application table input,
  .career-application .application-box.work-availability-application table textarea {
    text-align: left;
    width: 145px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    display: inline-block;
  }

  .hide-not-415 {
    display: none;
  }

  .mobile-415-only {
    display: block;
  }
}
@media only screen and (max-width: 416px) {
  /*
   * RESPONSIVE - MAX WIDTH 415px
   */
  body {
    font-size: 16px;
    line-height: 30px;
  }

  h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .container {
    padding: 0 35px;
  }

  .navbar-brand {
    padding: 13px 25px;
  }

  .navbar-default .navbar-nav > li > a {
    padding: 10px 28px;
  }

  .navbar-default .navbar-nav > li .dropdown-menu li a {
    padding: 5px 44px;
  }

  .carousel-masthead,
  .carousel-inner > .item {
    height: 203px;
    overflow-x: hidden;
    background-size: 600px !important;
    background-position: center 0px !important;
  }

  .heading-section {
    margin: 0;
  }

  .heading-section .page-heading {
    font-size: 35px;
    margin: 0 0 9px;
  }

  .heading-section p {
    font-size: 20px;
    margin: 5px auto 20px;
  }

  .our-menu .smoothies {
    margin: 40px auto;
  }

  .mid-heading-box h2 {
    font-size: 30px;
    line-height: 44px;
  }

  .download-app {
    margin-bottom: 65px;
    padding-bottom: 20px;
  }

  .download-app .col-right {
    text-align: center;
  }

  .download-app .phone-screen {
    position: relative;
    margin: -99px auto 0;
    top: 0;
    height: 340px;
  }

  .our-locations {
    padding-top: 14px;
  }

  .our-locations .location-thumbnail .caption {
    text-align: center;
  }

  .menu-and-nutrition .filters-tab-group li {
    display: block;
    width: 100%;
    line-height: 24px;
    border-bottom: 1px solid #eaeaea;
  }

  .menu-and-nutrition .grid .grid-item {
    width: 93%;
    height: auto;
  }

  .menu-and-nutrition .grid .menu-title {
    margin-bottom: 22px;
  }

  .menu-and-nutrition .grid .grid-item .caption .btn {
    padding: 7px 10px;
  }

  .about-us-dna {
    zoom: 0.3;
  }

  .science-smoothie {
    line-height: 50px;
  }

  .about-us-form .form-control {
    height: 50px;
    font-size: 15px;
  }

  .about-us-form .submit-line {
    text-align: center;
  }

  .about-us-form .submit-line .pull-right {
    float: none !important;
    margin: 8px auto;
  }

  .franchise .mid-heading-box {
    height: 297px;
  }

  .heading-section .page-heading.contact-heading {
    font-size: 24px;
  }

  .hr-small {
    margin: 15px auto 45px;
  }

  .franchise form label {
    margin-bottom: 4px;
  }

  .franchise form .form-group {
    margin-bottom: 5px;
  }

  .franchise form .form-control {
    margin-bottom: 35px;
  }

  .order-quantity {
    width: 100%;
  }

  #location-ajax-replacement .grid .grid-item {
    height: 522px;
  }

  .container > .navbar-header {
    width: 100%;
    margin: 0;
  }

  #menu_and_nutrition_cart {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .navbar-default .navbar-toggle {
    margin-right: 15px;
  }

  #products-summary {
    font-size: 14px;
    padding-bottom: 0;
  }
  #products-summary .product-name {
    line-height: 1.4;
    display: block;
    width: 49%;
    float: left;
  }
  #products-summary .product-qua {
    display: inline-block;
    width: 33%;
  }
  #products-summary .product-size {
    display: inline-block;
    width: 50%;
    line-height: 1.4;
    float: left;
  }
  #products-summary h3 {
    margin-bottom: 0;
    font-size: 16px;
  }
  #products-summary .button-checkout {
    margin: 0 auto;
    display: block;
  }

  label.section-label h3 {
    font-size: 16px;
    margin-bottom: 0;
  }

  label.section-label.active h3 {
    margin-bottom: 0;
  }

  #checkout-personal .form-label, #checkout-personal .label {
    font-size: 18px;
  }

  #checkout-payment .form-label, #checkout-payment .label {
    font-size: 18px;
  }

  #checkout-summary .checkout-left {
    width: 100%;
    text-align: left;
  }
  #checkout-summary .checkout-right {
    width: 100%;
    text-align: right;
  }
  #checkout-summary .checkout-total {
    margin-top: 20px;
  }

  #location-ajax-replacement {
    padding-bottom: 0;
  }

  section#checkout {
    padding-bottom: 0;
  }

  .carousel-masthead .carousel-indicators {
    bottom: 1%;
  }

  .carousel-indicators li,
  .carousel-indicators .active {
    width: 18px;
    height: 18px;
  }

  .carousel-indicators li {
    margin: 1px 5px;
  }

  .featured-banner .featured-banner-img {
    height: 200px;
  }

  #menu_and_nutrition_cart {
    float: none !important;
  }

  #location .section-label {
    display: block;
    float: none !important;
  }

  #store_nr {
    margin: 14px 0 0;
  }
}
@media only screen and (max-width: 375px) {
  #location-ajax-replacement .grid .grid-item {
    height: 492px;
  }
}
@media only screen and (max-width: 320px) {
  .row-dna {
    zoom: 0.97;
  }

  #location-ajax-replacement .grid .grid-item {
    height: 449px;
  }
}

/*# sourceMappingURL=main.css.map */
