* {
  margin: 0px;
  padding: 0px;
}

body {
  background-color: #ecebee;
}

body.login {
  background-color: #fff;
}

.row {
  max-width: 1500px !important;
}

.row.expanded {
  max-width: 100% !important;
}

.row .column,
.row .columns {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 25px;
  text-align: left;
  font-weight: 400;
}

a img {
  border: none;
}

h1 {
  margin-bottom: 30px;
  font-size: 42px;
  line-height: 45px;
  font-weight: 700;
}

h2 {
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
}

h3 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  color: #72b82d;
}

h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}


p,
.main ul,
.main ol,
table {
  margin-bottom: 15px;
}

.fullWidth ul {
  list-style: none;
}

.fullWidth ul li:before {
  content: "\2b"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  width: 15px;
  margin-right: 5px;
}

.fullWidth ul li {
  margin-bottom: 5px;
}

a {
    color: #72b82d;
}

a:hover {
  text-decoration: none;
}


/* =Menu
-------------------------------------------------------------- */
header {
  /* padding: 15px 20px; */
  /* margin-bottom:20px; */
  background-color: #fff;
}

header svg {
  max-width: 300px;
}

header {
  border-bottom: 1px solid #d9d9d9;
}

nav {
  background: #fff;
  display: block;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 9999;
  min-height: 42px;
  height: auto !important;
  height: 42px;
  *zoom: 1;
  text-align: right;
  padding-top: 10px;
}

nav li {
  position: relative;
  list-style: none;
  display: inline-block;
}

nav li.hidden {
  display: none;
}

nav a {
  color: #000;
  display: block;
  line-height: 42px;
  padding: 0 16px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

nav ul ul {
  box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
  display: none;
  position: absolute;
  top: 42px;
  left: 0;
  float: left;
  width: 180px;
  z-index: 99999;
  padding: 5px;
  background-color: #000;
}
nav ul ul ul {
  left: 100%;
  top: -5px;
  background-color: #666;
}

nav ul li:hover > ul {
  display: block;
}

nav ul ul a {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.8em;
  min-width: 170px;
}

nav li:hover > a,
nav ul li.current_page_item > a,
nav ul li.current-menu-ancestor > a,
nav ul li.current-menu-item > a,
nav ul li.current-menu-parent > a,
* html nav ul li.current_page_item a,
* html nav ul li.current-menu-ancestor a,
* html nav ul li.current-menu-item a,
* html nav ul li.current-menu-parent a,
* html nav ul li a:hover {
  color: #72b82d;
}

ul ul .menu-item-has-children {
  width: 175px;
}

nav a.menu-link {
  display:  none;
  background: #000;
  padding-top: 6px;
  padding-bottom: 35px;
  height: 42px;
  line-height: 33px;
  text-transform: uppercase;
  width: 100%;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  font-size: 18px;
  padding-left: 15px;
}

.menu:before,
.menu:after {
  content: " ";
  display: table;
}

.menu:after {
  clear: both;
}

.menu-link:after {
  content: url( ../img/menu.png );
  right: 20px;
  top: 15px;
  position: absolute;
}

/* =MAIN STYLES
-------------------------------------------------------------- */
body.login .row.expanded {
  height: 100vh;
  max-width: 100% !important;
}

body.login .row.expanded .columns {
  height: 100%;
  position: relative;
}

body.login .row.expanded .columns.large-6 .wideWrap {
  padding: 60px;


}



/* body.login .row.expanded .columns.large-6 .wideWrap ol {
  list-style-type: none;
} */

body.login .row.expanded .columns.large-6 .boxWrap {
  padding: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 450px;
  width: 100%;
  text-align: center;
}

body.login svg {
  max-width: 250px;
  margin: 0 auto 70px;
  display: block;
}

body.login h2 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  margin-bottom: 20px;
}

body.login p {
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

body.login form input#username,
body.login form input#password {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 20px;
  border: 0px;
  border-bottom: 1px solid #bbbbbb;
  font-size: 15px;
  line-height: 20px;
}

body.login form input#username:focus,
body.login form input#password:focus {
  border: 0px;
}

body.login form input#submit {
  background-color: #72b82d;
  color: #fff;
  border: 0px;
  border-radius: 50px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 20px 50px;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

body.login form .large-6 {
  font-size: 13px;
  line-height: 20px;
}

body.login form input#submit:hover {
  background-color: #000;
}

body.login form .large-6:last-of-type {
  text-align: right;
}

body.login form .large-6 a {
  text-decoration: none;
  color: #000;
}

body.login form .large-6 a:hover {
  color: #72b82d;
}

.slideshow {
  height: 100%;
  background-color: #000;
  position: relative;
}

.slideshow .slide {
  height: 100% !important;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: center;
}

#meals,
#dealerFlag {
  display: inline-block;
}

#dealerFlag svg {
  height: 20px;
}

header .row .large-3:last-of-type {
  text-align: right;
  font-size: 20px;
  line-height: 25px;
  padding-top: 20px;
}

#meals {
  margin-left: 50px;
  color: #72b82d;
}

#dealerFlag {
  margin-right: 0px;
}


header .row .large-3:last-of-type a {
  margin: 0 10px;
  color: #000;
}

header .row .large-3:last-of-type a:hover {
  color: #72b82d;
}

.fullWidth {
  padding: 60px 20px;
  background-color: #fff;
}

.fullWidth.grey {
  background-color: #ecebee;
}

a.button {
  background-color: #72b82d;
  display: inline-block;
  color: #fff;
  border-radius: 50px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px 50px;
  text-decoration: none;
}

a.buttonSelected {
  background-color: #5e9c23; 
  color: black;
 
}

.iconButton {
  background-color: #72b82d;
  display: inline-block;
  color: #fff;
  border-radius: 50px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px 50px;
  text-decoration: none;
}

.iconButton:hover {
  background-color: #000;
}

.iconButton:hover {
  background-color: #5e9c23; 
  cursor: pointer; 
}


#intro hr {
  max-width: 70px;
  border: 0px;
  border-top: 1px solid #000;
  margin: 30px 0;
}

#intro p {
  max-width: 300px;
}

#intro h2 {
  margin-bottom: 35px;
  font-size: 40px;
  line-height: 45px;
}

#intro h1 {
   color: #72b82d;
   font-size: 60px;
   line-height: 65px;
   margin-bottom: 50px;
}

#intro {
  position: relative;
}

.introshow {
  height: 500px;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 850px;
  right: 0;
}

.introshow .slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.introshow .slide img {
  position: absolute;
  max-height: 500px;
}

.introshow .slide .text {
  position: absolute;
  padding: 50px;
  right: 0;
  bottom: 70px;
  max-width: 300px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
  line-height: 35px;
  text-align: right;
}

.introshow .slide .text strong {
  display: block;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
}

.introshow .cycle-prev,
.introshow .cycle-next {
  position: absolute;
  bottom: 30px;
  z-index: 999999999;
  font-size: 40px;
  line-height: 45px;
}

.introshow .cycle-prev {
  right: 100px;
}

.introshow .cycle-next {
  right: 50px;
}

.introshow .cycle-prev:hover,
.introshow .cycle-next:hover {
  color: #72b82d;
}

#ctas a {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  height: 400px;
  text-decoration: none;
  background-size: cover;
  background-position: center;
}

#ctas a span {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 20px;
  transform: translateY(-50%);
  left: 0;
  font-weight: 700;
  font-size: 45px;
  line-height: 50px;
}

#ctas a .wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

#ctas a:hover .wrap {
  background-color: rgba(114,184,45,0.6);
}

#catalog h2 {
  color: #72b82d;
  font-size: 40px;
  line-height: 45px;
}

#catalog .large-4 {
  padding-left: 50px;
  padding-top: 40px;
}

#breadcrumbs {
  padding: 50px 20px 0px;
  background-color: #fff;
}

#breadcrumbs .columns,
#breadcrumbs a {
  text-decoration: none;
  color: #000;
  font-weight: 300;
}

#breadcrumbs a:hover {
  color: #72b82d;
}

.tags {
  margin-top: 35px;
}

.tags span {
  margin-right: 15px;
  display: inline-block;
  text-transform: uppercase;
  color: #72b82d;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
}

.tags span i {
  color: #000;
}

#productInfo hr {
  border: 0px;
  border-bottom: 1px solid #d9d9d9;
  margin: 30px 0;
}


#productInfo span.price {
  font-size: 35px;
  line-height: 40px;
  font-weight: 300;
  display: block;
}

#selectedInfo .columns {
  font-weight: 300;
}

#selectedInfo .columns:last-of-type {
  text-align: right;
}

#productInfo form {
  padding: 30px 0;
}

#productInfo form input,
#productInfo form select {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 25px;
  border-radius: 50px;
  border: 1px solid #d9d9d9;
  font-weight: 700;
  padding: 20px 25px;
  display: inline-block;
  width: calc(50% - 15px);
  margin-right: 15px;
  float: left;
  margin-bottom: 15px;
}

#productInfo form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background: url('data:image/svg+xml,<svg height="15px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>') no-repeat;
  background-position: calc(100% - 20px) center !important;
  padding-right: 50px;
}


body.product form input#submit {
  background-color: #72b82d;
  color: #fff;
  border: 0px;
  border-radius: 50px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 20px 50px;
  display: inline-block;
  text-align: center;
}

body.product form input#submit:hover {
  background-color: #000;
}

#productInfo form .row {
  clear: both;
}

#productInfo form .row input {
  float: none;
  width: 100%;
}

#productInfo form .row input#qty {
  max-width: 150px;
  float: left;
  margin-right: 15px;
}

#productInfo form .row input#submit {
  max-width: 250px;
}

#selectedInfo {
  padding-bottom: 40px;
}

.accord h4 {
  border-top: 1px solid #d9d9d9;
  padding-top: 20px;
  margin-top: 20px;
  padding-right: 45px;
  position: relative;
}

.accord h4.title:hover i,
.accord h4.title:hover {
  color: #72b82d;
}

.accord h4.title i {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 15px;
  color: #000;
}

.accord h4.title i.fa-chevron-up,
.accord h4.title.open i.fa-chevron-down {
  display: none;
}

.accord h4.title.open i.fa-chevron-up {
  display: block;
}

.accord table {
  border-spacing: 0px;
  width: 100%;
}

.accord table td {
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 15px;
  font-weight: 300;
}

.accord table tr:last-of-type td {
  border-bottom: 0;
}

.accord table td:first-of-type {
  font-weight: 400;
}

.photoGrid-container{

}

.photoGrid {
    overflow: hidden;
    overflow-y: scroll;
    max-height: 175vh !important;
}

.photoGrid .photo img {
  display: block;
  width: 100%;
}

.photoGrid .photo {
    float: left;
    width: calc(50% - 10px);
    margin: 0 5px 10px;
}

.photoGrid .photo:first-of-type,
.photoGrid .photo:nth-child(4n) {
    width: calc(100% - 10px);
}


/* =FOOTER STYLES
-------------------------------------------------------------- */
footer .large-6,
footer .large-3:first-of-type {
  padding-top: 40px;
}

footer .large-6.columns {
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
  text-align: center;
}

footer .large-6 a {
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}


footer .large-3:first-of-type a {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
}

footer .large-6 a:hover,
footer .large-3:first-of-type a:hover {
  color: #72b82d;
}



footer .large-3:last-of-type {
  text-align: right;
}

footer svg {
  max-width: 190px;
}



/* =MEDIA QUERIES
-------------------------------------------------------------- */
@media only screen and (max-width: 1450px) {
  header .row .large-4 {
    width: 66.6%;
    margin: 0 !important;
  }
  header .row .large-3:last-of-type {
    width: 33.3%;
    margin: 0 !important;
  }

  header .row .large-3:first-of-type {
    width: 100%;
    text-align: center;
  }

  nav {
    text-align: left;
  }

  #dealerFlag {
    margin-right: 10px;
  }

  #meals {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 1365px) {
  #ctas a {
    height: 250px;
  }

  #ctas a span {
    font-size: 30px;
    line-height: 35px;
  }

  #catalog .large-4 {
    width: 50%;
  }

}

@media only screen and (max-width: 1300px) {
  #intro .large-4,
  #intro .large-8 {
    width: 50%;
  }

  .introshow {
    max-width: 50%;
  }

  .introshow .slide .text {
    background-color: rgba(255,255,255,0.6);
    left: 0;
    right: auto;
    bottom: 0;
    max-width: 100%;
    text-align: left;
    font-size: 20px;
    line-height: 25px;
    padding: 30px 130px 30px 20px;
  }

  .introshow .slide .text strong {
    font-size: 22px;
    line-height: 25px;
    display: inline-block;
  }

  .introshow .cycle-next {
    right: 20px;
  }

  .introshow .cycle-prev {
    right: 70px;
  }

  .introshow .cycle-prev,
  .introshow .cycle-next {
    bottom: 20px;
  }

  .introshow .slide img {
    bottom: 0px;
  }


}

@media only screen and (max-width: 1024px) {
  #catalog .large-2 {
    text-align: center;
  }

  #catalog .large-4 {
    padding-left: 0px;
    padding-top: 30px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    float: none;
    text-align: center;
  }

  footer .large-3:last-of-type,
  footer p {
    text-align: center;
  }

  footer .large-6,
  footer .large-3:first-of-type {
     padding-top: 0px;
  }

  .photoGrid {
    overflow: hidden;
    overflow-y: scroll;
    height: 350px !important;
    background-color: #f2f2f2;
    padding: 20px 10px;
  }

  .photoGrid .photo,
  .photoGrid .photo:first-of-type,
  .photoGrid .photo:nth-child(4n) {
    width: calc(25% - 10px);
  }

  #content {
    padding-top: 50px;
  }


}

@media only screen and (max-width: 960px) {
  header {
    padding: 15px 0 0;
    position: relative;
  }

  header .row .large-3:last-of-type,
  header .row .large-4 {
    width: 100%;
  }

  header .row .large-3:first-of-type {
    padding-bottom: 50px;
  }

  header .row .large-3:last-of-type {
    position: absolute;
    top: 70px;
    text-align: center;
  }

  header .row .large-3:last-of-type a.hide,
  nav ul li:hover > ul {
    display: none;
  }

  nav ul ul {
    top: 0px;
    position: relative;
    float: none;
  }

  nav li.hidden {
      display: block;
  }

  .menu-item i {
    display: none;
  }

  nav li {
    height: auto;
    min-height: 36px;
    height: auto !important;
    height: 36px;
    display: block;
  }

  .active {
    display: block !important;
  }

  .menu > li {
      float: none !important;
  }

  .menu > li > .menu-item-has-children {
    background-image: none;
  }

  .menu-item-has-children {
    width: 100%;
  }

  nav ul li {
    margin-bottom: 0px !important;
    border-bottom: 1px solid #666;
  }

  .menu li .more {
    background-image: url(images/list.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    float: right;
    width: 20%;
    border-left: 1px solid rgba(255,255,255,.3);
    padding: 8px 15px;
    cursor: pointer;
    z-index: 200;
    position: relative;
  }

 .menu li .more:before {
    content: "";
    background: rgba(0,0,0,.3);
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2px;
  }

  ul.menu {
    border-top: 4px solid #666;
  }

  .menu ul {
      display: block;
      width: 100%;
      z-index: 9999999;
  }

  .menu > li.hover > ul,
  .menu li li.hover ul {
      position: static;
      display: block !important; /* Show Menu Fix */
  }

  nav a {
    width: 100%;
    padding: 0px;
    text-align: left;
    padding-left: 15px;
    line-height: 35px
  }

  nav ul ul ul li a {
    padding-left: 45px;
  }

  nav ul ul,
  nav ul ul li {
    width: 100%;
  }

  nav ul ul {
    padding: 0px !important;
  }

  nav ul ul li {
    float: none;
  }

  nav {
    width:100% !important;
  }

  nav ul ul ul {
    left: 0;
    top: 0;
  }
}

@media only screen and (max-width: 800px) {
  #intro .large-4,
  #intro .large-8 {
    width: 100%;
  }

  .introshow {
    position: relative;
    max-width: 100%;
  }

  .fullWidth#intro {
    padding: 0;
  }

  #intro .large-4 {
    padding: 60px 20px 30px;
  }


}


@media only screen and (max-width: 640px) {
  body.login .row.expanded {
    height: auto;
  }

  .slideshow {
    height: 300px;
  }

  body.login .row.expanded .columns.large-6 .boxWrap {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0,0);
    max-width: 100%;
    padding: 50px 20px;
  }

  #ctas a {
    height: 150px;
  }

}

.parsing_label{
  font-weight: 900;
  color: #72b82d;
}

.cart-area{
  background-color:#fff;
}

.mealLink:hover{
  color:green !important;
}
