:root{
    --blue: rgb(15, 42, 130);
    --red: rgb(226, 17, 20);
}
@font-face {
    font-family: brothersregular;
    src: url(Brothers-Regular.otf);
}
body {
    font-family: sans-serif;
    background:url(/images_src/background2.jpg);

}
p{
    font-family: brothersregular, sans-serif;
    line-height: 1.7;
}
h2{
    font-family: brothersregular cursive;
    font-weight: 500;
}
h5 {
    color: #363636;
    font-size: 20px;
    font-family: Trebuchet MS,sans-serif;
    line-height: 24px;
    margin: 0;
    margin-top: 33px;
    }

img {
    width: 100%;
    height: auto !important;
    max-width: 100%;
    border-style: none;
}

/*header*/
.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 7;
    padding-top: 6px;
    background-color: #fff;

}
.header-grid {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    height: 63px;
    list-style: none;
}
.logo {
    position: relative;
    flex: 0 0 195px;
    display: block;
    max-width: 190px;
    margin: 0 auto;
    padding-left: 15px;
}
.navigation {
    height: 100%;
    align-self: center;
    transform-style: preserve-3d;
    perspective: 1555px;
    box-sizing: border-box;
    padding-left: 100px;
    padding-bottom: 105px;
}
.navigation ul{
    list-style: none;
    margin: 0;
}
.navigation li {
    position: relative;
    display: inline-block;
    margin: 0 0 20px;
    padding: 30px 0 20px 80px;
}

li.order-online {
    color: #fff;
    float: right;
    margin: 0 15px;
    display: inline-block;
    padding: 3px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .025em;
    border-radius: 0 0 6px 6px;
    -webkit-transition: .4s;
    transition: .4s;
    background: var(--red);
}
.super-navigation .order-online span {
    display: block;
    color: #fff;
    font-size: 22px;
    font-family: ThirstyScriptMedium,cursive;
    font-weight: 500;
    text-transform: none;
    display: flex;
    flex-direction: column;
    color: #fff;
}
.order-online span{

}
.order-online a{
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: .025em;
    text-transform: uppercase;
    color: #fff;
}
.order-online img {
    width: 40px;
    padding-left: 10px;
    transform: rotate(-15deg);
}
.order-online:hover img{
    transform: scale(1.2);
}
.order-online:hover {
    transform: scale(1.2);
}

.dropdown {
    visibility: hidden;
    position: absolute;
    top: 64px;
    left: 0;
    z-index: 4;
    width: 200px;
    padding: 30px 20px;
    transition: all .5s ease-out, opacity .1s linear;
    transform: rotateX(-90deg);
    transform-origin: top-center;
    opacity: 0;
    box-shadow: 0 6px 17px hsla(216,3%,66%,.55);
}
.navigation a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.dropdown li {
    display: block;
    float: none;
    margin: 10px 0 0;
    padding: 0;
}
.sub-head{
    background: var(--blue);
}
.sub-head-wrapper{
    display: block;
    padding: 8em 3em;
    text-align: center;
    font-family: brothersregular, sans-serif;
}
.main {
    background: var(--red);
}
.main-wrapper {
    color: white;
    padding: 4rem 1.5rem;
    margin-top: 45px;
}
.main-title {
    color: white;
    font-family: "brothersregular", sans-serif;
    font-size: 1.8em;
    padding-bottom: .5em;
    border-bottom: 1px solid white;
}
 .main-content {font-family: "Alegreya", serif;
    padding: 1em 0;
    line-height: 150%;
    font-size: 1.25em;
    max-width: 50em;
    margin: 0 auto;
}
.main-list {
    font-family: "brothersregular", sans-serif;
    line-height: 150%;
    font-size: 1.25em;
    max-width: 50em;
    margin: 0 auto;
    padding-left: 3em;
}
.feedback-wrapper{
    padding: 4rem 1.5rem;
    text-align: center;
}
.feedback-title {
    text-align: center;
    font-family: brothersregular, sans-serif;
    font-size: 2em;
    color: var(--red);
    padding-bottom: .5em;
    border-bottom: 1px solid var(--red);
    display: inline-block;
}
.feedback-content {
     padding: 1em 0 1.25em 0;
    text-align: center;
    color: #181818;
    font-size: 1.25em;
    line-height: 150%;
    font-family: Alegreya, serif;
}
.feedback-btn {
    text-align: center;
    display: inline-block;
    font-size: 2em;
    letter-spacing: .0625em;
}
.btn-feedback {
    background: var(--blue);
    border: 0.125em solid var(--blue);
    -webkit-box-shadow: inset 0px 0px 0px 1px white;
    -moz-box-shadow: inset 0px 0px 0px 1px white;
    box-shadow: inset 0px 0px 0px 1px white;
    text-decoration: none;
    color: white;
    padding: .125em 1em;
    display: inline-block;
    font-size: 1.8em;
    color: white;
    font-family: brothersregular, sans-serif;
    display: inline-block;
}


.footer-top {
    background: url(/images_src/newsletter.jpg);
    padding: 3em 2em 0 2em;
}
.footer-top-wrapper {
    padding: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}
.footer-location-deliver {
    color: white;
}
.contain:after {
    content: " ";
    display: block;
    clear: both;
}
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-location{
    position: relative;
    margin: 0;
    list-style: none;
    width: 100%;
    padding: 1em 1em 2em 1em;
    text-align: center;
    text-shadow: #2f2f2f 1px 1px 1px;
}
@media (min-width: 40em){
.footer-location {
    width: 27.15254%;
    float: left;
    padding: 0 1.5em 2.875em 1.5em;
    }
}
.footer-location-title {
    font-family: "brothersregular", sans-serif;
    color: white;
    padding-bottom: .56em;
    text-transform: uppercase;
    font-size: 1.5em;
    letter-spacing: .05em;
    display: inline-block;
    border-bottom: 1px solid white;
}
.footer-location-phone {
    font-family: "brothersregular", sans-serif;
    color: white;
    font-size: 1.18em;
    padding: 1.25em 0 1em 0;
}
.footer-location-address {
    font-size: 1em;
    color: white;
    font-family: "Alegreya", serif;
}
.footer-location-directions {
    font-family: "brothersregular", sans-serif;
    font-weight: 700 italic;
    padding: 1em 0 1em 0;
    font-size: 1em;
    text-shadow: none;
}

.footer-location-service-area {
    font-family: "Alegreya", serif;
    color: white;
    line-height: 200%;
    font-size: .85em;
}
.contain {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.sub-head-wrapper.contain:after {
    display: none;
}

.sub-head-hours{
    width: 36%;
    float: left;
}
.sub-head-title{
    font-size: 1.25em;
    color: white;
    font-size: 1.5em;
    letter-spacing: .0625em;
    margin: 0 0 .5em 0;
    padding: 0 0 .5em 0;
    text-transform: uppercase;
    border-bottom: 1px solid white;
    text-shadow: black 1px 1px 1px;
}
.sub-head-sub-text{
    color: white;
    font-size: 1em;
    text-transform: uppercase;
    line-height: 170%;
    text-shadow: black 1px 1px 1px;
}
.sub-head-divider{
    width: 27%;
    float: left;
    color: #183287
}
.sub-head-seperator{
    font-size: 7em;
    text-shadow: #181818 1px 1px 1px;
}
.sub-head-options{
    width: 36%;
    float: left;
}

.banner {
  background-image: url(/images_src/dough.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-content {
  color: #fff;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translate(0, -50%);
}
.hero-content h2{
    display: grid;
    grid-column: 1 /-1;
    grid-template-columns: 1fr auto 1fr;
    grid-gap: 20px;
    align-items: center;

}
.hero-content h2:before, .hero-content h2:after {
    display: block;
    content: "";
    height: 10px;
    background: linear-gradient(to var(--direction, left), #F73119, transparent);
}
.hero-content h2:after {
    --direction: right;
}
.hero-content h1 {
  color: rgba(255, 255,255, 0.8);
  font-size: 7vw;
  margin: 0 0 0.25em 0;
}
.hero-content p{
  max-width: 350px;
  margin: 0 auto 20px;
}
.full-hero {
  height: 70vh;
  box-sizing: border-box;
  padding-top: 10vh;
  background-size: cover;
  margin-top: 15px;
}
.gutters {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 20px;
    grid-gap: 20px;
    max-width: 1200px;
    margin:0 auto;

}

.skip{
    width: 100%;
    float: left;
    text-align: center;
    grid-column: 1/2;
    line-height: 2.5;
}
.skip h2{
    margin: 0;
}
.skip p{
    padding-top: 35px;
    margin: 0;
    padding-bottom: 15px;
}
.stay-home{
    width: 100%;
    text-align: center;
    line-height: 2.5;
}
.stay-home p{
    padding-top: 35px;
    margin: 0;
    padding-bottom: 15px;
}
.stay-home h2{
    margin:0;
}
.border-box{
    box-sizing: border-box;
    width: 100%;
    margin-top: -31px;
    border: 4px solid #e1e1e1;
    border-top: 0;
    height: 100%;
    box-shadow:12px 10px 20px rgba(0,0,0,0.5)

}

.skip h2 {
    display: grid;
    grid-column: 1 /-1;
    grid-template-columns: 1fr auto 1fr;
    grid-gap: 2px;
    align-items: center;
    color: var(--red);
}
.skip h2:before, .skip h2:after {
    display: block;
    content: "";
    height: 4px;
    background: #e1e1e1;
}
.stay-home h2 {
    display: grid;
    grid-column: 1 /-1;
    grid-template-columns: 1fr auto 1fr;
    grid-gap: 2px;
    align-items: center;
    color: var(--red);
}
.stay-home h2:before, .stay-home h2:after {
    display: block;
    content: "";
    height: 4px;
    background: #e1e1e1
}
.row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);


}
.row figure {
    margin: 20px;
}
.row h2 {
    margin-bottom: 0;
}
img.img-responsive {
    width: 400px
    height: 400px;
    border:5px solid rgba(0,0,0,0.2);
    box-shadow:0 0 20px rgba(0,0,0,0.2);
}
/*footer */
.footer-grid {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.social-link {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.copyright {
    text-align: center;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
}
.social {
    text-shadow: 3px 3px 3px #aaa;
    line-height: 2em;
    margin: 1em;
    text-align: center;
    font-size: 3vh;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
    display: flex;
    margin: 0;

}
.social a:hover {
  transform: scale(1.5);
  color: var(--red);
  padding-right: 45px;
  padding-left: 45px;
}

.social a {
    margin: 0 1em 0 0;
    text-decoration: none;
    color: var(--blue);

}

.about-social {
    text-shadow: 3px 3px 3px #aaa;
    line-height: 2em;
    margin: 1em;
}

.social a last-of-type {
    margin: 0;
}
.footer-social {
    margin-left: auto;
    margin-right: auto;
}
.copyright a{
    text-decoration: none;
}
.fab {
    display: inline-block;
    -moz-animation: pulse 2s infinite linear;
    -o-animation: pulse 2s infinite linear;
    -webkit-animation: pulse 2s infinite linear;
    animation: pulse 2s infinite linear;
}
.fab:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
@-o-keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
@-ms-keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: .5; }
    100% { opacity: 1; }
}
/*menu dropdown */
li:hover .dropdown {
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;

}
.dropdown {
    position: absolute;
    top: 64px;
    left: 0;
    z-index: 4;
    display: block;
    visibility: hidden;
    width: 200px;
    padding: 30px 20px;
    -webkit-transition: all .5s ease-out,opacity .1s linear;
    transition: all .5s ease-out,opacity .1s linear;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    opacity: .7;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 17px 0 hsla(216,3%,66%,.55);
    box-shadow:0 0 20px rgba(0,0,0,0.2);
}
.dropdown a {
    color: var(--red);
}
.dropdown li a:hover {
    color: var(--blue);
}
.navigation a:hover {
    color: var(--blue);

}
.sub-nav{

    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 38px 0 10px;
}
.sub-nav ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.sub-nav li {
    display: inline-block;
    width: 125px;
    margin: 0 15px;
    vertical-align: top;
}
.sub-nav a {
    display: inline-block;
    color: var(--blue);
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
    letter-spacing: .025em;
}
.sub-nav a:hover {
    color: var(--red);
}
.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1300px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.grid > .grid-cell{
    padding: .8em;
}
.grid-cell {
    flex: 1;
    box-sizing: border-box;

}
.container {
    position: relative;
    margin-top: 67px;
}
.menu-container {
    padding: 55px 0;
    background: url(/images_src/background3.jpg) fixed no-repeat top;
    background-size: cover;
    overflow: hidden;
}
.grid-gutters {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.menu-container .grid-cell {
    -ms-flex-item-align: center;
    align-self: center;
    padding-right: 30px;
    padding-left: 30px;
}
.grid-cell.w65 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    margin-right: auto;
    margin-left: auto;
}
.menu-box {
    box-sizing: border-box;
    width: 100%;
    margin-top: -36px;
    padding-top: 45px;
    border: 4px solid var(--red);
    border-top: 0;
}
.grid-cell.w100 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.text-align-center, [data-text-align=center] {
    text-align: center;
}
.menu-items h4{
    margin: 0;
    line-height: 1.2;
}
h4.alt {
    font-weight: 700;
    line-height: 1.2;
    font-size: 24px;
    font-family: NeutrafaceText,sans-serif;
}
.menu-items p {
    margin: 0 0 25px;
    padding-right: 30px;
    line-height: 1.5;
}
.texture {
    background-color: #fff;
}
.menu-item-container {
    padding: 20px 15px;
}
.menu-item-container h2{
    display: grid;
    grid-column: 1 /-1;
    grid-template-columns: 1fr auto 1fr;
    grid-gap: 20px;
    align-items: center;
    color: var(--blue);

}
.menu-item-container h2:before, .menu-item-container h2:after {
    display: block;
    content: "";
    height: 4px;
    background: var(--red);
}
.alt {
    color: var(--blue);
}
.button {
    display: inline-block;
    padding: 12px 30px;
    color: #fff;
    font-size: 18px;
    font-family: NeutrafaceText,sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: var(--blue);
    -webkit-box-shadow: inset 0 0 0 0 var(--red);
    box-shadow: inset 0 0 0 0 var(--red);
}
.button.menu-order {
    position: relative;
    padding-top: 16px;
    padding-left: 75px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}
.button.menu-order span {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-size: 22px;
    font-family: ThirstyScriptMedium,cursive;
    font-weight: 500;
    text-transform: none;
}
.menu-container .menu-items .grid-cell {
    padding-right: 15px;
    padding-left: 15px;
}
.button:hover {
    color: #fff;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-box-shadow: inset 400px 0 0 0 var(--red);
    box-shadow: inset 400px 0 0 0 var(--red);
}
.button.menu-order .icon {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 50px;
    height: 50px;
    fill: #fff;
    margin-right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.price {
    padding-left: 5px;
}
.deals {
    width: 100%;
}
.deals {
    display: -ms-flexbox;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.small-box {
    max-width: 800px;
    margin: 0 auto 35px;
    padding: 0 10px;
}
.section-top {
    margin-top: 55px;
}
.grid-cell h1 {
    display: grid;
    grid-column: 1 /-1;
    grid-template-columns: 1fr auto 1fr;
    grid-gap: 2px;
    align-items: center;
    font-family: ThirstyScriptMedium,cursive;
    font-weight: 500;
}
.grid-cell h1:before, .grid-cell h1:after {
    display: block;
    content: "";
    height: 4px;
    background: #F73119;
    background: linear-gradient(to var(--direction, left), #F73119, transparent);
}
.grid-cell h1:after {
    --direction: right;
}
/*location page */
.container-map {
        height: 100%;
        position: relative;
         margin-top: 67px;
      }
input {
    font-size: 12px;
}
h1 {
    color: #525454;
    font-size: 22px;
    margin: 0 0 10px 0;
    text-align: center;
}
#hide-listings,
#show-listings {
        width: 48%;
}
hr {
    background: #D0D7D9;
    height: 1px;
    margin: 20px 0 20px 0;
    border: none;
}
#map {
    bottom:0px;
    height: 100%;
    left: 362px;
    position: absolute;
    right: 0px;
    margin-top: 97px;
}
.options-box {
    background: #fff;
    border: 1px solid #999;
    border-radius: 3px;
    height: 100%;
    line-height: 35px;
    padding: 10px 10px 30px 10px;
    text-align: left;
    width: 340px;
}
#pano {
    width: 200px;
    height: 200px;
}
#places-search,
#search-within-time-text {
    width: 84%;
}
.text-location{
    font-size: 12px;
}
#toggle-drawing {
    width: 27%;
    position: relative;
    margin-left: 10px;
}
#zoom-to-area-text {
    width: 70%;
}
#zoom-to-area {
    width: 24%;
}
#max-duration {
    display: none;
}

.newsletter-cta{
    background: url(/images_src/newsletter.jpg);
    color: #fff;
    text-align: center;
    padding-bottom: center;
    margin-top: 50px;
}
.vegtables {
    width: 100px;
    height: 100%;
}
.column-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.grid-cell.w60 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
}
.newsletter-cta .newsletter-content {
    max-width: 550px;
    margin: 0 auto;
}
.grid.no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: 125px;
}
form.grid .grid-cell {
    padding-right: 5px;
}

.grid-cell.w30 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
}
.newsletter-cta form {
    margin: 0 auto;
    text-align: left;
}
.newsletter-content h2{
    display: grid;
    grid-column: 1 /-1;
    grid-template-columns: 1fr auto 1fr;
    grid-gap: 20px;
    align-items: center;

}
.newsletter-content h2:before, .newsletter-content h2:after {
    display: block;
    content: "";
    height: 10px;
    background: linear-gradient(to var(--direction, left), #F73119, transparent);
}
.newsletter-content h2:after {
    --direction: right;
}
input[type=email], input[type=number], input[type=password], input[type=text], select, textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 13px;
    border: none;
    border-radius: 4px;
    background: #fff;
    -webkit-appearance: none;
}

.button.small {
    padding: 12px;
}
input[type=submit] {
    cursor: pointer;
}

/* media queiers*/

@media (min-width: 1025px){
    #link{
        float: right;
        margin-top: -12px;
    }
}
@media (max-width:1024px) {
    .gutters{
    display: block;
    }
    .skip {
        margin-bottom: 45px;
        float: none;
    }
    .logo{
        display: block;
        max-width: 150px;
        margin: 0 auto;
        padding-right: 105px;
        z-index: 9;
    }
    #wrapper {
    display:flex;
    margin:10px;
    position: relative;
    cursor:pointer;
    flex-direction: row-reverse;
}



.hamburger {
    position: absolute;
    height: 7px;
    width:100%;
    background: var(--red);
    border-radius:10px;
    transition: all cubic-bezier(0.25, 0.1, 0.28, 1.54) 0.32s;
}

.line01 {
    top:19%;
}

.line02 {
    top:49%;
}

.line03 {
    top:79%;
}

.menu.open .line01 {
    transform:rotate(45deg);
    top:49%;
}

.menu.open .line02, .menu.open .line03 {
    transform:rotate(-45deg);
    top:49%;
}
.super-navigation.grid-cell .order-online  {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 60px;
}
header >.grid{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.super-navigation.grid-cell li, .super-navigation.grid-cell img {
    display: none;
    margin-bottom: 0;
}
.navigation {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    pointer-events: none;
    opacity: 0;

}
.navigation li.active{
    padding:30px 100px 20px 100px;
}
.dropdown {

}
.navigation>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.order-online img{
    display: none;
}
.order-online:hover {
    transform: none;
}
.super-navigation.grid-cell {
    position: relative;
    height: 52px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 120px;
}
.header-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
     flex-direction: row-reverse;
}
.navigation.open {
    pointer-events: auto;
    opacity: 1;
}
.hamburger-menu-button {
  width: 40px;
  height: 40px;
  padding: 6px;
  display: block;
  position: relative;
  z-index: 100;
  border: 5px solid white;
  box-sizing: content-box;
  border-radius: 50%;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
}
.hamburger-menu-button-open {
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -12px;
}
.hamburger-menu-button-open,
.hamburger-menu-button-open::before,
.hamburger-menu-button-open::after {
  position: absolute;
  width: 24px;
  height: 2px;
  background: var(--red);
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hamburger-menu-button-open::before,
.hamburger-menu-button-open::after {
  left: 0;
  content: "";
}
.hamburger-menu-button-open::before {
  top: 6px;
}
.hamburger-menu-button-open::after {
  bottom: 6px;
}
.hamburger-menu-button-close {
  background: transparent;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hamburger-menu-button-close::before {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}
.hamburger-menu-button-close::after {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}

.ham-menu ul {
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
      background:url(/images_src/background2.jpg);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ham-menu.on ul {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.ham-menu ul {
  font-size: 0;
}
.sub-nav {
    padding: 0px;
    display: none
}
.sub-nav a {
    display: none;
}
.ham-menu ul li:first-child .ham-menu ul li a {
  padding-left: 30px;
}
.ham-menu ul li a {
  padding: 15px;
  display: block;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 13px;
}
.ham-menu ul li.active a, .ham-menu ul li a:hover {
  color: var(--blue) !important;
}
}
/*header */
@media (min-width: 1025px){
    header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 7;
    padding-top: 8px;
    background: var(--blue);
    }
}
/*homepage photo*/
@media (max-width: 850px) {
    .vegtables{
        width:auto;
    }
    .grid.no-wrap {
        padding-left: 55px;
    }
    .navigation li.active{
        padding: 30px 70px 20px 70px;
    }
}
@media (max-width:670px) {
    .navigation li.active{
        padding: 10px 20px 20px 20px;

    }
}
@media (max-width: 600px) {
    .newsletter-cta form {
    margin: 0 auto;
    text-align: left;
    font-size: 8px;
    }
}
@media (max-width: 525px) {
    .vegtables {
        display: flex;
        z-index: 1;
    }
    .grid.no-wrap {
        flex-wrap: wrap;
    }
    .social {
        display: block;
    }
}
@media (max-width: 500px){
    .order-online a{
        font-size: 16px;
    }
    .super-navigation .order-online span {
        font-size: 16px
    }
    li.order-online {
        margin-right:  28px;
        padding: 3px 7px;
        text-align: center;
    }
    .logo {
        padding-right: 55px;
    }
}
@media (max-width: 475px) {
    .logo {
        padding-right: 35px;
        max-width: 150px;
        flex: 0 0 115px;
    }
    .order-online a {
        font-size: 12px;
    }
    .super-navigation.grid-cell {
        flex: 0 0 100px;
    }
    .column-align-center {
        display: block;

    }
    .grid-cell.vegtables {
        flex: 1;
        box-sizing: border-box;
        position: relative;

        top: 0;
    }
.small {
    display: inline-block;
    padding: 12px 30px;
    color: #fff;
    font-size: 8px;
    font-family: NeutrafaceText,sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #1D6EDC;
    -webkit-box-shadow: inset 0 0 0 0 #F73119;
    box-shadow: inset 0 0 0 0 #F73119;
    }
    .grid-cell.w60 {

    }
    .newsletter-cta form {
    margin: 0 auto;
    text-align: left;
    font-size: 8px;
    }
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.font-weight-bold {
  font-weight: 700!important;
}
.w-100 {
    width: 100%!important;
}
.btn-default {
    display: none;
}
.md-form {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.md-form .prefix {
    position: absolute;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}
.md-form .prefix {
    top: .25rem;
    font-size: 1.75rem;
}
.grey-text {
    color: #9e9e9e!important;
}
.md-form .prefix~input, .md-form .prefix~textarea {
    margin-left: 2.5rem;
    width: -webkit-calc(100% - 2.5rem);
    width: calc(100% - 2.5rem);
}

.md-form input[type=date], .md-form input[type=datetime-local], .md-form input[type=email],
.md-form input[type=number], .md-form input[type=password], .md-form input[type=search-md],
.md-form input[type=search], .md-form input[type=tel], .md-form input[type=text],
.md-form input[type=time], .md-form input[type=url], .md-form textarea.md-textarea {
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ced4da;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: transparent;
}
.md-form .validate {
    margin-bottom: 2.5rem;
}
.md-form .form-control {
    margin: 0 0 .5rem 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: .3rem 0 .55rem 0;
    background-image: none;
    background-color: transparent;
    height: auto;
}
.md-form {

}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.md-form label {
    position: absolute;
    top: .65rem;
    left: 0;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: text;
    color: #757575;
}
.md-form .prefix~label {
    margin-left: 2.5rem;
}
.md-form .prefix.active {
    color: #4285f4;
}

.md-form .prefix {
    position: absolute;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}
.md-form .prefix {
    top: .25rem;
    font-size: 1.75rem;
}
.md-form label.active {
    -webkit-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    transform: translateY(-140%);
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-unique {
    background-color: var(--blue)!important;
    color: #fff!important;
}
.waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
@media (max-width: 1090px){
    .navigation {
        padding-left: 30px;
    }
}
@media (min-width: 1025px) {
    #hamburger-menu {
    display: none;
    }
}

@media (max-width: 760px) {
    .sub-head-wrapper {
        display: none;
    }
    .border-box {
        height: 100%;
    }
}
@media (min-width: 50em){
.main-list {
    max-width: 50em;
    margin: 0 auto;
    }
}

@media (min-width: 40em){
.main-list {
    padding-left: 5em;
    }
}
@media (min-width: 68em) {
.contain {
    width: 68em;
    }
}
@media (max-width: 1015px) {
    .footer-location {
        font-size:12px;
    }
}
@media (max-width: 910px){
    .footer-location{
        font-size: 12px;
        padding-bottom: 2.25em;
    }
}
@media (max-width: 330px){
    .logo {
        max-width: 100px;
    }
}
@media (max-width: 370px) {
    .navigation li.active {
        padding: 10px 0px 20px 0px;
    }
}
@media (min-width: 40em){
.footer-location {
    width: 27.15254%;
    float: left;
    padding: 0 1.5em 2.875em 1.5em;
    }
}
.contain {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.sub-head-wrapper.contain:after {
    display: none;
}