/* 
Theme Name: OTR
Author: ak
Author URI: https://akebbell.com
Template: hello-elementor
Version: 1.0.1
*/

.row1text {
    min-height: 194px!important;
}

@media(max-width: 1950px) {
    
    .row1text {
        min-height: 280px!important;
    }
    
}

@media(max-width: 980px) {
    
    .row1text {
        min-height: 0px!important;
    }
    
}

.row2text {
    min-height: 80px;
}

.e-active .e-n-tab-title-text {
    font-weight: bold;
}

h2.wp-block-heading {
  font-family: "Gibson", Sans-serif!important;
  font-size: 22px!important;
  font-weight: 600!important;
  line-height: 1.5em!important;
  margin-top: 0!important;
  padding-bottom: 5px!important;
  border-bottom: solid 6px #e0df00!important;
  max-width: 265px!important;
}

.wp-block-categories-list, .wp-block-archives-list {
    list-style-type: none!important;
    margin-bottom: 25px;
    padding-left: 0!important;
    font-family: "Gibson", Sans-serif!important;
}

.wp-block-categories-list li, .wp-block-archives-list li {
    margin-left: 0!important;
    padding-left: 0!important;
    font-family: "Gibson", Sans-serif!important;
}

.section-search-tools .use-location {
  text-decoration: none; }
  .section-search-tools .use-location span {
    text-decoration: underline; }
  .section-search-tools .use-location:before {
    font-size: 18px;
    content: "\f140";
    font-family: "FontAwesome";
    margin-right: 8px;
    vertical-align: top;
    padding-top: 4px;
    display: inline-block; }
.section-search-tools .clear-location {
  text-decoration: none;
  color: #BF0300; }
  .section-search-tools .clear-location span {
    text-decoration: underline; }

.search-filter {
display: none;
  margin-bottom: 10px; padding-bottom: 15px; border-bottom: solid 1px #dad9d7;}

.location-display {
  font-weight: normal; }

.section-search-results {
    margin-top: 40px;
}

.gm-style-iw-d, .gm-style-iw-d * {
    text-align: center!important;
    font-family: 'Gibson'!important;
}

.gm-style-iw-d .store-image {
    max-width: 250px!important;
    border-radius: 15px!important;
}

.gm-style-iw-d .storetitle {
    font-size: 20px!important;
    font-weight: 500!important;
}

.gm-style-iw-d .directionsbtn {
    font-size: 15px!important;
    font-weight: 500!important;
    width: 100%;
    display: block;
    border-radius: 50px;
    width: 100%;
    background: #FBCE07;
    padding: 15px;
    color: #595959;
}

    .gm-style-iw-d .directionsbtn:hover {
        color: #fff;
        background: #595959;
    }

.gm-style-iw-d img.site-icon {
  height: 22px !important;
  margin-top: 5px !important;
  margin-right: 5px !important;
  margin-left: 5px;
}

.storename {
    font-size: 18px;
    font-weight: bold;
}

.section-search-results .checkbox-list {
  list-style-type: none;
  margin: 0; }
.section-search-results .hidden, .section-search-results .hidden-pagination {
  display: none !important; }
.section-search-results .no-results {
  margin-top: 20px; }
.section-search-results h3 {
  border-bottom: 1px solid #dad9d7;
  padding-bottom: 5px;
  margin-bottom: 5px; }
.section-search-results .subtitle {
  margin-bottom: 0;
  padding: 12px 0;
  font-weight: bold;
  color: #BF0300; }
.section-search-results .filter-title {
  position: relative; }
  .section-search-results .filter-title .btn-filter {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    cursor: pointer; }
    .section-search-results .filter-title .btn-filter:before {
      float: right;
      content: "\f103";
      font-family: "FontAwesome";
      font-size: 24px;
      line-height: 34px;
      margin-right: 5px; }
@media screen and (max-width: 767px) {
  .section-search-results .filter-title:hover {
    opacity: 0.8; }
  .section-search-results .filter-title .btn-filter {
    display: block; }
  .section-search-results .filter-panel {
    display: none; }
  .section-search-results .search-filter.active .filter-panel {
    display: block; } }
.section-search-results .load-more, .section-search-results .search-message {
  text-align: center;
  padding-top: 20px; }
  .section-search-results .load-more span, .section-search-results .search-message span {
    color: #BF0300;
    font-size: 14px;
    display: inline-block;
    padding: 10px 12px;
    line-height: 30px;
    font-weight: bold; }
.section-search-results .load-more span {
  cursor: pointer; }
  .section-search-results .load-more span:hover {
    opacity: 0.7; }
  .section-search-results .load-more span:before {
      content: "\f103";
      font-family: "FontAwesome";
    display: inline-block;
    margin-right: 10px;
    font-size: 30px;
    line-height: 30px;
    vertical-align: middle; }

.lt-ie10 .search-results-table .row:not(.header) {
  opacity: 1 !important; }

div label input {margin-right: 100px;}

.cat{
  margin: 0 5px 5px 0;
  background-color: #fff;
  color: #000;
  overflow: hidden;
  float: left;
}

.cat label {
  float: left;
  width: auto; 
}

.cat label span {
  text-align: center;
  padding: 3px 0;
  display: block;
  padding: 15px 25px;
  border-radius: 15px;
  background: #000;
  font-weight: bold;
  border: 1px solid #000;
}

.cat label input {
  position: absolute;
  display: none;
  color: #fff !important;
}
/* selects all of the text within the input element and changes the color of the text */
.cat label input + span{color: #fff;}

.cat:hover input + span, .cat input:checked + span{color: #000; border-color: #dfde02; background-color: #dfde02;}

/* This will declare how a selected input will look giving generic properties */
.cat input:checked + span {
    color: #000;
}

.search-results-table .cell.image {
    max-width: 200px;
}

.search-results-table .cell.image img {
    border-radius: 15px;
}

.search-results-table {
  display: table;
  width: 100%; }
  .search-results-table .search-result-rows {
    display: table-row-group; }
    .search-results-table .search-result-rows .row {
      display: table-row;
      background-color: #FFF;
      -webkit-animation-duration: 0.5s;
      -moz-animation-duration: 0.5s;
      animation-duration: 0.5s; }
      .no-touch .search-results-table .search-result-rows .row:not(.header) {
        opacity: 0; }
  .search-results-table .too-far {
    display: none; }
  .search-results-table.HideTooFar .too-far {
    display: block; }
  .search-results-table.HideTooFar .row {
    display: none; }
  .search-results-table .cell {
      vertical-align: top;
    display: table-cell;
    padding: 12px 10px 12px 0;
    border-bottom: 1px solid #dad9d7; }
    .search-results-table .cell.btns {
      text-align: right;
      width: 200px; }
      .search-results-table .cell.btns a {
        min-width: 180px;
        margin-left: 5px;
        margin-bottom: 5px; }
  .search-results-table .header .cell {
    border-bottom: none;
    font-weight: bold;
    color: #BF0300; }
  @media screen and (max-width: 700px) {
    .search-results-table .row {
      display: block;
      border-bottom: 1px solid #dad9d7; }
      .search-results-table .row.header {
        display: none; }
    .search-results-table .cell {
      display: block;
      border-bottom: none; }
      .search-results-table .cell.btns {
        text-align: left;
        display: table;
        width: 100%;
        padding-right: 0;
        min-width: 0; }
        .search-results-table .cell.btns a {
          min-width: 0;
          display: table-cell;
          border: 1px solid #fff; } }

.results-map-holder {
  position: relative;
  height: 0;
  min-height: 850px;
  width: 100%;
  padding-bottom: 34%; }
  .results-map-holder .results-map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    

.site-icons {
  position: relative;
  width: 100% !important;
  height: 40px;
  margin-top: 10px;
}
    
    img.site-icon {
        float: left!important;
        height: 27px!important;
        margin-top: 5px!important;
        margin-right: 15px!important;
    }
    
.filterbtn {
   float: right;
  margin-top: 10px;
  font-size: 22px; 
}
#searchTextField {
  max-width: 95% !important;
  float: left;
  border-radius: 15px 0 0 15px;
  padding: 15px;
  border: none;
  background: #EEEEEE;
}   
    
    #searchTextField:focus {
        border-color: none!important;
        outline: none!important;
    }

#search {
    background: #fbce07;
    color: #505050;
    padding: 15px;
    border-color: #fbce07;
    width: 5%;
    border-radius: 0 15px 15px 0;
    border: none;
}

    #search:hover {
        color: #fbce07;
        background: #505050;
        border-color: #505050;
    }
    
/* ------------------------------------------------------------------------------
- LUNCHBOX.CSS
- Author: Sam Featherstone
- Direction: Desktop -> Mobile
- Breakpoint Start: 1600px
- Breakpoint End: 320px
- Breakpont Frequency: Every 50px
------------------------------------------------------------------------------ */
body, html {
  overflow-x: hidden; }

/* ---------------------------------------- */
/* --              BACKPACK              -- */
/* ---------------------------------------- */
.backpack {
  max-width: 1400px;
  margin: 50px auto;
  padding-left: 0;
  padding-right: 0;
  font-family: "Gibson";
}

@media(max-width: 1980px) {

    .backpack {
      max-width: 1200px!important;
    }

}

.lunch h3, .lunch h3 span {
    font-weight: bold;
}

.btn-result {
    display: inline-block;
  padding: 10px 20px;
  background: #fbce07;
  border-radius: 25px;
  color: #595959!important;
  margin-top: 10px;
  margin-right: 10px;   
  font-weight: bold;
}

.btn-result:hover {
    background: #595959!important;
    color: #fff!important;
}

/* ----- at 1000px ----- */
@media only screen and (max-width: 1000px) {
  .backpack {
    padding-left: 32px;
    padding-right: 32px; } }
/* ----- at 650px ----- */
@media only screen and (max-width: 650px) {
  .backpack {
    padding-left: 15px;
    padding-right: 15px; } }
/* ---------------------------------------- */
/* --              LUNCHBOX              -- */
/* ---------------------------------------- */
/* ----- default ----- */
.lunchbox {
  margin-right: -64px; }

.lunchbox.bottom > .lunch {
  margin-bottom: 64px; }

.lunch {
  border-right: 64px solid transparent; }

/* ----- medium ----- */
.lunchbox.medium {
  margin-right: -25px; }

.lunchbox.medium.bottom > .lunch {
  margin-bottom: 25px; }

.lunchbox.medium > .lunch {
  border-right: 25px solid transparent; }

/* ----- small ----- */
.lunchbox.small {
  margin-right: -8px; }

.lunchbox.small.bottom > .lunch {
  margin-bottom: 8px; }

.lunchbox.small > .lunch {
  border-right: 8px solid transparent; }

/* ----- small ----- */
@media only screen and (max-width: 1000px) {
  .lunchbox.small {
    margin-right: -5px; }

  .lunchbox.small.bottom > .lunch {
    margin-bottom: 5px; }

  .lunchbox.small > .lunch {
    border-right: 5px solid transparent; } }
/* ----- none ----- */
.lunchbox.none {
  margin-right: 0; }

.lunchbox.none.bottom > .lunch {
  margin-bottom: 0; }

.lunchbox.none > .lunch {
  border-right: none; }

/* ----- at 1000px ----- */
@media only screen and (max-width: 1000px) {
  .lunchbox {
    margin-right: -32px; }

  .lunch {
    border-right: 32px solid transparent; }

  .lunchbox.bottom > .lunch {
    margin-bottom: 32px; } }
.lunchbox:before, .lunchbox:after {
  content: "";
  display: table; }

.lunchbox:after {
  clear: both; }

.lunch img, img.max, img.max-ib {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block; }

img.max-ib {
  display: inline-block; }

/* ---------------------------------------- */
/* --               LUNCH                -- */
/* ---------------------------------------- */
.lunch {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important; }

.lunch.right {
  float: right; }

/* ----- defaults ----- */
.lunch.c1of8 {
  width: 12.5%; }

.lunch.c2of8 {
  width: 25%; }

.lunch.c4of8 {
  width: 50%; }

.lunch.c6of8 {
  width: 75%; }

.lunch.c1of6 {
  width: 16.66666%; }

.lunch.c1of5 {
  width: 20%; }

.lunch.c1of4 {
  width: 25%; }

.lunch.c1of3 {
  width: 33.33333%; }

.lunch.c1of2 {
  width: 50%; }

.lunch.c2of6 {
  width: 33.33333%; }

.lunch.c2of5 {
  width: 40%; }

.lunch.c2of3 {
  width: 66.66666%; }

.lunch.c3of6 {
  width: 50%; }

.lunch.c3of5 {
  width: 60%; }

.lunch.c3of4 {
  width: 75%; }

.lunch.c4of6 {
  width: 66.66666%; }

.lunch.c4of5 {
  width: 80%; }

.lunch.c5of6 {
  width: 83.33333%; }

.lunch.c1of1 {
  width: 100%; }

/* ----- at 1600px ----- */
@media only screen and (max-width: 1600px) {
  .lunch.at1600left {
    float: left; }

  .lunch.at1600right {
    float: right; }

  .lunch.at1600c1of6 {
    width: 16.66666%; }

  .lunch.at1600c1of5 {
    width: 20%; }

  .lunch.at1600c1of4 {
    width: 25%; }

  .lunch.at1600c1of3 {
    width: 33.33333%; }

  .lunch.at1600c1of2 {
    width: 50%; }

  .lunch.at1600c2of6 {
    width: 33.33333%; }

  .lunch.at1600c2of5 {
    width: 40%; }

  .lunch.at1600c2of3 {
    width: 66.66666%; }

  .lunch.at1600c3of6 {
    width: 50%; }

  .lunch.at1600c3of5 {
    width: 60%; }

  .lunch.at1600c3of4 {
    width: 75%; }

  .lunch.at1600c4of6 {
    width: 66.66666%; }

  .lunch.at1600c4of5 {
    width: 80%; }

  .lunch.at1600c5of6 {
    width: 83.33333%; }

  .lunch.at1600c1of1 {
    width: 100%; } }
/* ----- at 1550px ----- */
@media only screen and (max-width: 1550px) {
  .lunch.at1550left {
    float: left; }

  .lunch.at1550right {
    float: right; }

  .lunch.at1550c1of6 {
    width: 16.66666%; }

  .lunch.at1550c1of5 {
    width: 20%; }

  .lunch.at1550c1of4 {
    width: 25%; }

  .lunch.at1550c1of3 {
    width: 33.33333%; }

  .lunch.at1550c1of2 {
    width: 50%; }

  .lunch.at1550c2of6 {
    width: 33.33333%; }

  .lunch.at1550c2of5 {
    width: 40%; }

  .lunch.at1550c2of3 {
    width: 66.66666%; }

  .lunch.at1550c3of6 {
    width: 50%; }

  .lunch.at1550c3of5 {
    width: 60%; }

  .lunch.at1550c3of4 {
    width: 75%; }

  .lunch.at1550c4of6 {
    width: 66.66666%; }

  .lunch.at1550c4of5 {
    width: 80%; }

  .lunch.at1550c5of6 {
    width: 83.33333%; }

  .lunch.at1550c1of1 {
    width: 100%; } }
/* ----- at 1500px ----- */
@media only screen and (max-width: 1500px) {
  .lunch.at1500left {
    float: left; }

  .lunch.at1500right {
    float: right; }

  .lunch.at1500c1of6 {
    width: 16.66666%; }

  .lunch.at1500c1of5 {
    width: 20%; }

  .lunch.at1500c1of4 {
    width: 25%; }

  .lunch.at1500c1of3 {
    width: 33.33333%; }

  .lunch.at1500c1of2 {
    width: 50%; }

  .lunch.at1500c2of6 {
    width: 33.33333%; }

  .lunch.at1500c2of5 {
    width: 40%; }

  .lunch.at1500c2of3 {
    width: 66.66666%; }

  .lunch.at1500c3of6 {
    width: 50%; }

  .lunch.at1500c3of5 {
    width: 60%; }

  .lunch.at1500c3of4 {
    width: 75%; }

  .lunch.at1500c4of6 {
    width: 66.66666%; }

  .lunch.at1500c4of5 {
    width: 80%; }

  .lunch.at1500c5of6 {
    width: 83.33333%; }

  .lunch.at1500c1of1 {
    width: 100%; } }
/* ----- at 1450px ----- */
@media only screen and (max-width: 1450px) {
  .lunch.at1450left {
    float: left; }

  .lunch.at1450right {
    float: right; }

  .lunch.at1450c1of6 {
    width: 16.66666%; }

  .lunch.at1450c1of5 {
    width: 20%; }

  .lunch.at1450c1of4 {
    width: 25%; }

  .lunch.at1450c1of3 {
    width: 33.33333%; }

  .lunch.at1450c1of2 {
    width: 50%; }

  .lunch.at1450c2of6 {
    width: 33.33333%; }

  .lunch.at1450c2of5 {
    width: 40%; }

  .lunch.at1450c2of3 {
    width: 66.66666%; }

.section-search-results   .lunch.at1400c2of3 {
    width: 50%;
  }

  .lunch.at1450c3of6 {
    width: 50%; }

  .lunch.at1450c3of5 {
    width: 60%; }

  .lunch.at1450c3of4 {
    width: 75%; }

  .lunch.at1450c4of6 {
    width: 66.66666%; }

  .lunch.at1450c4of5 {
    width: 80%; }

  .lunch.at1450c5of6 {
    width: 83.33333%; }

  .lunch.at1450c1of1 {
    width: 100%; } }
/* ----- at 1400px ----- */
@media only screen and (max-width: 1400px) {
  .lunch.at1400left {
    float: left; }

  .lunch.at1400right {
    float: right; }

  .lunch.at1400c1of6 {
    width: 16.66666%; }

  .lunch.at1400c1of5 {
    width: 20%; }

  .lunch.at1400c1of4 {
    width: 25%; }

  .lunch.at1400c1of3 {
    width: 33.33333%; }

  .lunch.at1400c1of2 {
    width: 50%; }

  .lunch.at1400c2of6 {
    width: 33.33333%; }

  .lunch.at1400c2of5 {
    width: 40%; }

  .lunch.at1400c2of3 {
    width: 66.66666%; }

  .lunch.at1400c3of6 {
    width: 50%; }

  .lunch.at1400c3of5 {
    width: 60%; }

  .lunch.at1400c3of4 {
    width: 75%; }

  .lunch.at1400c4of6 {
    width: 66.66666%; }

  .lunch.at1400c4of5 {
    width: 80%; }

  .lunch.at1400c5of6 {
    width: 83.33333%; }

  .lunch.at1400c1of1 {
    width: 100%; } }
/* ----- at 1350px ----- */
@media only screen and (max-width: 1350px) {
  .lunch.at1350left {
    float: left; }

  .lunch.at1350right {
    float: right; }

  .lunch.at1350c1of6 {
    width: 16.66666%; }

  .lunch.at1350c1of5 {
    width: 20%; }

  .lunch.at1350c1of4 {
    width: 25%; }

  .lunch.at1350c1of3 {
    width: 33.33333%; }

  .lunch.at1350c1of2 {
    width: 50%; }

  .lunch.at1350c2of6 {
    width: 33.33333%; }

  .lunch.at1350c2of5 {
    width: 40%; }

  .lunch.at1350c2of3 {
    width: 66.66666%; }

  .lunch.at1350c3of6 {
    width: 50%; }

  .lunch.at1350c3of5 {
    width: 60%; }

  .lunch.at1350c3of4 {
    width: 75%; }

  .lunch.at1350c4of6 {
    width: 66.66666%; }

  .lunch.at1350c4of5 {
    width: 80%; }

  .lunch.at1350c5of6 {
    width: 83.33333%; }

  .lunch.at1350c1of1 {
    width: 100%; } }
/* ----- at 1300px ----- */
@media only screen and (max-width: 1300px) {
  .lunch.at1300left {
    float: left; }

  .lunch.at1300right {
    float: right; }

  .lunch.at1300c1of6 {
    width: 16.66666%; }

  .lunch.at1300c1of5 {
    width: 20%; }

  .lunch.at1300c1of4 {
    width: 25%; }

  .lunch.at1300c1of3 {
    width: 33.33333%; }

  .lunch.at1300c1of2 {
    width: 50%; }

  .lunch.at1300c2of6 {
    width: 33.33333%; }

  .lunch.at1300c2of5 {
    width: 40%; }

  .lunch.at1300c2of3 {
    width: 66.66666%; }

  .lunch.at1300c3of6 {
    width: 50%; }

  .lunch.at1300c3of5 {
    width: 60%; }

  .lunch.at1300c3of4 {
    width: 75%; }

  .lunch.at1300c4of6 {
    width: 66.66666%; }

  .lunch.at1300c4of5 {
    width: 80%; }

  .lunch.at1300c5of6 {
    width: 83.33333%; }

  .lunch.at1300c1of1 {
    width: 100%; } }
/* ----- at 1250px ----- */
@media only screen and (max-width: 1250px) {
  .lunch.at1250left {
    float: left; }

  .lunch.at1250right {
    float: right; }

  .lunch.at1250c1of6 {
    width: 16.66666%; }

  .lunch.at1250c1of5 {
    width: 20%; }

  .lunch.at1250c1of4 {
    width: 25%; }

  .lunch.at1250c1of3 {
    width: 33.33333%; }

  .lunch.at1250c1of2 {
    width: 50%; }

  .lunch.at1250c2of6 {
    width: 33.33333%; }

  .lunch.at1250c2of5 {
    width: 40%; }

  .lunch.at1250c2of3 {
    width: 66.66666%; }

  .lunch.at1250c3of6 {
    width: 50%; }

  .lunch.at1250c3of5 {
    width: 60%; }

  .lunch.at1250c3of4 {
    width: 75%; }

  .lunch.at1250c4of6 {
    width: 66.66666%; }

  .lunch.at1250c4of5 {
    width: 80%; }

  .lunch.at1250c5of6 {
    width: 83.33333%; }

  .lunch.at1250c1of1 {
    width: 100%; } }
/* ----- at 1200px ----- */
@media only screen and (max-width: 1200px) {
  .lunch.at1200left {
    float: left; }

  .lunch.at1200right {
    float: right; }

  .lunch.at1200c1of6 {
    width: 16.66666%; }

  .lunch.at1200c1of5 {
    width: 20%; }

  .lunch.at1200c1of4 {
    width: 25%; }

  .lunch.at1200c1of3 {
    width: 33.33333%; }

  .lunch.at1200c1of2 {
    width: 50%; }

  .lunch.at1200c2of6 {
    width: 33.33333%; }

  .lunch.at1200c2of5 {
    width: 40%; }

  .lunch.at1200c2of3 {
    width: 66.66666%; }

  .lunch.at1200c3of6 {
    width: 50%; }

  .lunch.at1200c3of5 {
    width: 60%; }

  .lunch.at1200c3of4 {
    width: 75%; }

  .lunch.at1200c4of6 {
    width: 66.66666%; }

  .lunch.at1200c4of5 {
    width: 80%; }

  .lunch.at1200c5of6 {
    width: 83.33333%; }

  .lunch.at1200c1of1 {
    width: 100%; } }
/* ----- at 1150px ----- */
@media only screen and (max-width: 1150px) {
  .lunch.at1150left {
    float: left; }

  .lunch.at1150right {
    float: right; }

  .lunch.at1150c1of6 {
    width: 16.66666%; }

  .lunch.at1150c1of5 {
    width: 20%; }

  .lunch.at1150c1of4 {
    width: 25%; }

  .lunch.at1150c1of3 {
    width: 33.33333%; }

  .lunch.at1150c1of2 {
    width: 50%; }

  .lunch.at1150c2of6 {
    width: 33.33333%; }

  .lunch.at1150c2of5 {
    width: 40%; }

  .lunch.at1150c2of3 {
    width: 66.66666%; }

  .lunch.at1150c3of6 {
    width: 50%; }

  .lunch.at1150c3of5 {
    width: 60%; }

  .lunch.at1150c3of4 {
    width: 75%; }

  .lunch.at1150c4of6 {
    width: 66.66666%; }

  .lunch.at1150c4of5 {
    width: 80%; }

  .lunch.at1150c5of6 {
    width: 83.33333%; }

  .lunch.at1150c1of1 {
    width: 100%; } }
/* ----- at 1100px ----- */
@media only screen and (max-width: 1100px) {
  .lunch.at1100left {
    float: left; }

  .lunch.at1100right {
    float: right; }

  .lunch.at1100c1of6 {
    width: 16.66666%; }

  .lunch.at1100c1of5 {
    width: 20%; }

  .lunch.at1100c1of4 {
    width: 25%; }

  .lunch.at1100c1of3 {
    width: 33.33333%; }

  .lunch.at1100c1of2 {
    width: 50%; }

  .lunch.at1100c2of6 {
    width: 33.33333%; }

  .lunch.at1100c2of5 {
    width: 40%; }

  .lunch.at1100c2of3 {
    width: 66.66666%; }

  .lunch.at1100c3of6 {
    width: 50%; }

  .lunch.at1100c3of5 {
    width: 60%; }

  .lunch.at1100c3of4 {
    width: 75%; }

  .lunch.at1100c4of6 {
    width: 66.66666%; }

  .lunch.at1100c4of5 {
    width: 80%; }

  .lunch.at1100c5of6 {
    width: 83.33333%; }

  .lunch.at1100c1of1 {
    width: 100%; } }
/* ----- at 1050px ----- */
@media only screen and (max-width: 1050px) {
  .lunch.at1050left {
    float: left; }

  .lunch.at1050right {
    float: right; }

  .lunch.at1050c1of6 {
    width: 16.66666%; }

  .lunch.at1050c1of5 {
    width: 20%; }

  .lunch.at1050c1of4 {
    width: 25%; }

  .lunch.at1050c1of3 {
    width: 33.33333%; }

  .lunch.at1050c1of2 {
    width: 50%; }

  .lunch.at1050c2of6 {
    width: 33.33333%; }

  .lunch.at1050c2of5 {
    width: 40%; }

  .lunch.at1050c2of3 {
    width: 66.66666%; }

  .lunch.at1050c3of6 {
    width: 50%; }

  .lunch.at1050c3of5 {
    width: 60%; }

  .lunch.at1050c3of4 {
    width: 75%; }

  .lunch.at1050c4of6 {
    width: 66.66666%; }

  .lunch.at1050c4of5 {
    width: 80%; }

  .lunch.at1050c5of6 {
    width: 83.33333%; }

  .lunch.at1050c1of1 {
    width: 100%; } }
/* ----- at 1000px ----- */
@media only screen and (max-width: 1000px) {
  .lunch.at1000left {
    float: left; }

  .lunch.at1000right {
    float: right; }

  .lunch.at1000c1of6 {
    width: 16.66666%; }

  .lunch.at1000c1of5 {
    width: 20%; }

  .lunch.at1000c1of4 {
    width: 25%; }

  .lunch.at1000c1of3 {
    width: 33.33333%; }

  .lunch.at1000c1of2 {
    width: 50%; }

  .lunch.at1000c2of6 {
    width: 33.33333%; }

  .lunch.at1000c2of5 {
    width: 40%; }

  .lunch.at1000c2of3 {
    width: 66.66666%; }

  .lunch.at1000c3of6 {
    width: 50%; }

  .lunch.at1000c3of5 {
    width: 60%; }

  .lunch.at1000c3of4 {
    width: 75%; }

  .lunch.at1000c4of6 {
    width: 66.66666%; }

  .lunch.at1000c4of5 {
    width: 80%; }

  .lunch.at1000c5of6 {
    width: 83.33333%; }

  .lunch.at1000c1of1 {
    width: 100%; } }
/* ----- at 950px ----- */
@media only screen and (max-width: 950px) {
  .lunch.at950left {
    float: left; }

  .lunch.at950right {
    float: right; }

  .lunch.at950c1of6 {
    width: 16.66666%; }

  .lunch.at950c1of5 {
    width: 20%; }

  .lunch.at950c1of4 {
    width: 25%; }

  .lunch.at950c1of3 {
    width: 33.33333%; }

  .lunch.at950c1of2 {
    width: 50%; }

  .lunch.at950c2of6 {
    width: 33.33333%; }

  .lunch.at950c2of5 {
    width: 40%; }

  .lunch.at950c2of3 {
    width: 66.66666%; }

  .lunch.at950c3of6 {
    width: 50%; }

  .lunch.at950c3of5 {
    width: 60%; }

  .lunch.at950c3of4 {
    width: 75%; }

  .lunch.at950c4of6 {
    width: 66.66666%; }

  .lunch.at950c4of5 {
    width: 80%; }

  .lunch.at950c5of6 {
    width: 83.33333%; }

  .lunch.at950c1of1 {
    width: 100%; } }
/* ----- at 900px ----- */
@media only screen and (max-width: 1000px) {
  .lunch.at900left {
    float: left; }

  .lunch.at900right {
    float: right; }

  .lunch.at900c1of6 {
    width: 16.66666%; }

  .lunch.at900c1of5 {
    width: 20%; }

  .lunch.at900c1of4 {
    width: 25%; }

  .lunch.at900c1of3 {
    width: 33.33333%; }

  .lunch.at900c1of2 {
    width: 50%; }

  .lunch.at900c2of6 {
    width: 33.33333%; }

  .lunch.at900c2of5 {
    width: 40%; }

  .lunch.at900c2of3 {
    width: 66.66666%; }

  .lunch.at900c3of6 {
    width: 50%; }

  .lunch.at900c3of5 {
    width: 60%; }

  .lunch.at900c3of4 {
    width: 75%; }

  .lunch.at900c4of6 {
    width: 66.66666%; }

  .lunch.at900c4of5 {
    width: 80%; }

  .lunch.at900c5of6 {
    width: 83.33333%; }

  .lunch.at900c1of1 {
    width: 100%!important; } }
/* ----- at 850px ----- */
@media only screen and (max-width: 850px) {
  .lunch.at850left {
    float: left; }

  .lunch.at850right {
    float: right; }

  .lunch.at850c1of6 {
    width: 16.66666%; }

  .lunch.at850c1of5 {
    width: 20%; }

  .lunch.at850c1of4 {
    width: 25%; }

  .lunch.at850c1of3 {
    width: 33.33333%; }

  .lunch.at850c1of2 {
    width: 50%; }

  .lunch.at850c2of6 {
    width: 33.33333%; }

  .lunch.at850c2of5 {
    width: 40%; }

  .lunch.at850c2of3 {
    width: 66.66666%; }

  .lunch.at850c3of6 {
    width: 50%; }

  .lunch.at850c3of5 {
    width: 60%; }

  .lunch.at850c3of4 {
    width: 75%; }

  .lunch.at850c4of6 {
    width: 66.66666%; }

  .lunch.at850c4of5 {
    width: 80%; }

  .lunch.at850c5of6 {
    width: 83.33333%; }

  .lunch.at850c1of1 {
    width: 100%; } }
/* ----- at 800px ----- */
@media only screen and (max-width: 800px) {
  .lunch.at800left {
    float: left; }

  .lunch.at800right {
    float: right; }

  .lunch.at800c1of6 {
    width: 16.66666%; }

  .lunch.at800c1of5 {
    width: 20%; }

  .lunch.at800c1of4 {
    width: 25%; }

  .lunch.at800c1of3 {
    width: 33.33333%; }

  .lunch.at800c1of2 {
    width: 50%; }

  .lunch.at800c2of6 {
    width: 33.33333%; }

  .lunch.at800c2of5 {
    width: 40%; }

  .lunch.at800c2of3 {
    width: 66.66666%; }

  .lunch.at800c3of6 {
    width: 50%; }

  .lunch.at800c3of5 {
    width: 60%; }

  .lunch.at800c3of4 {
    width: 75%; }

  .lunch.at800c4of6 {
    width: 66.66666%; }

  .lunch.at800c4of5 {
    width: 80%; }

  .lunch.at800c5of6 {
    width: 83.33333%; }

  .lunch.at800c1of1 {
    width: 100%; } }
/* ----- at 750px ----- */
@media only screen and (max-width: 750px) {
  .lunch.at750left {
    float: left; }

  .lunch.at750right {
    float: right; }

  .lunch.at750c1of6 {
    width: 16.66666%; }

  .lunch.at750c1of5 {
    width: 20%; }

  .lunch.at750c1of4 {
    width: 25%; }

  .lunch.at750c1of3 {
    width: 33.33333%; }

  .lunch.at750c1of2 {
    width: 50%; }

  .lunch.at750c2of6 {
    width: 33.33333%; }

  .lunch.at750c2of5 {
    width: 40%; }

  .lunch.at750c2of3 {
    width: 66.66666%; }

  .lunch.at750c3of6 {
    width: 50%; }

  .lunch.at750c3of5 {
    width: 60%; }

  .lunch.at750c3of4 {
    width: 75%; }

  .lunch.at750c4of6 {
    width: 66.66666%; }

  .lunch.at750c4of5 {
    width: 80%; }

  .lunch.at750c5of6 {
    width: 83.33333%; }

  .lunch.at750c1of1 {
    width: 100%; } }
/* ----- at 700px ----- */
@media only screen and (max-width: 700px) {
  .lunch.at700left {
    float: left; }

  .lunch.at700right {
    float: right; }

  .lunch.at700c1of6 {
    width: 16.66666%; }

  .lunch.at700c1of5 {
    width: 20%; }

  .lunch.at700c1of4 {
    width: 25%; }

  .lunch.at700c1of3 {
    width: 33.33333%; }

  .lunch.at700c1of2 {
    width: 50%; }

  .lunch.at700c2of6 {
    width: 33.33333%; }

  .lunch.at700c2of5 {
    width: 40%; }

  .lunch.at700c2of3 {
    width: 66.66666%; }

  .lunch.at700c3of6 {
    width: 50%; }

  .lunch.at700c3of5 {
    width: 60%; }

  .lunch.at700c3of4 {
    width: 75%; }

  .lunch.at700c4of6 {
    width: 66.66666%; }

  .lunch.at700c4of5 {
    width: 80%; }

  .lunch.at700c5of6 {
    width: 83.33333%; }

  .lunch.at700c1of1 {
    width: 100%; } }
/* ----- at 650px ----- */
@media only screen and (max-width: 650px) {
  .lunch.at650left {
    float: left; }

  .lunch.at650right {
    float: right; }

  .lunch.at650c1of6 {
    width: 16.66666%; }

  .lunch.at650c1of5 {
    width: 20%; }

  .lunch.at650c1of4 {
    width: 25%; }

  .lunch.at650c1of3 {
    width: 33.33333%; }

  .lunch.at650c1of2 {
    width: 50%; }

  .lunch.at650c2of6 {
    width: 33.33333%; }

  .lunch.at650c2of5 {
    width: 40%; }

  .lunch.at650c2of3 {
    width: 66.66666%; }

  .lunch.at650c3of6 {
    width: 50%; }

  .lunch.at650c3of5 {
    width: 60%; }

  .lunch.at650c3of4 {
    width: 75%; }

  .lunch.at650c4of6 {
    width: 66.66666%; }

  .lunch.at650c4of5 {
    width: 80%; }

  .lunch.at650c5of6 {
    width: 83.33333%; }

  .lunch.at650c1of1 {
    width: 100%; } }
/* ----- at 600px ----- */
@media only screen and (max-width: 600px) {
  .lunch.at600left {
    float: left; }

  .lunch.at600right {
    float: right; }

  .lunch.at600c1of6 {
    width: 16.66666%; }

  .lunch.at600c1of5 {
    width: 20%; }

  .lunch.at600c1of4 {
    width: 25%; }

  .lunch.at600c1of3 {
    width: 33.33333%; }

  .lunch.at600c1of2 {
    width: 50%; }

  .lunch.at600c2of6 {
    width: 33.33333%; }

  .lunch.at600c2of5 {
    width: 40%; }

  .lunch.at600c2of3 {
    width: 66.66666%; }

  .lunch.at600c3of6 {
    width: 50%; }

  .lunch.at600c3of5 {
    width: 60%; }

  .lunch.at600c3of4 {
    width: 75%; }

  .lunch.at600c4of6 {
    width: 66.66666%; }

  .lunch.at600c4of5 {
    width: 80%; }

  .lunch.at600c5of6 {
    width: 83.33333%; }

  .lunch.at600c1of1 {
    width: 100%; } }
/* ----- at 550px ----- */
@media only screen and (max-width: 550px) {
  .lunch.at550left {
    float: left; }

  .lunch.at550right {
    float: right; }

  .lunch.at550c1of6 {
    width: 16.66666%; }

  .lunch.at550c1of5 {
    width: 20%; }

  .lunch.at550c1of4 {
    width: 25%; }

  .lunch.at550c1of3 {
    width: 33.33333%; }

  .lunch.at550c1of2 {
    width: 50%; }

  .lunch.at550c2of6 {
    width: 33.33333%; }

  .lunch.at550c2of5 {
    width: 40%; }

  .lunch.at550c2of3 {
    width: 66.66666%; }

  .lunch.at550c3of6 {
    width: 50%; }

  .lunch.at550c3of5 {
    width: 60%; }

  .lunch.at550c3of4 {
    width: 75%; }

  .lunch.at550c4of6 {
    width: 66.66666%; }

  .lunch.at550c4of5 {
    width: 80%; }

  .lunch.at550c5of6 {
    width: 83.33333%; }

  .lunch.at550c1of1 {
    width: 100%; } }
/* ----- at 500px ----- */
@media only screen and (max-width: 500px) {
  .lunch.at500left {
    float: left; }

  .lunch.at500right {
    float: right; }

  .lunch.at500c1of6 {
    width: 16.66666%; }

  .lunch.at500c1of5 {
    width: 20%; }

  .lunch.at500c1of4 {
    width: 25%; }

  .lunch.at500c1of3 {
    width: 33.33333%; }

  .lunch.at500c1of2 {
    width: 50%; }

  .lunch.at500c2of6 {
    width: 33.33333%; }

  .lunch.at500c2of5 {
    width: 40%; }

  .lunch.at500c2of3 {
    width: 66.66666%; }

  .lunch.at500c3of6 {
    width: 50%; }

  .lunch.at500c3of5 {
    width: 60%; }

  .lunch.at500c3of4 {
    width: 75%; }

  .lunch.at500c4of6 {
    width: 66.66666%; }

  .lunch.at500c4of5 {
    width: 80%; }

  .lunch.at500c5of6 {
    width: 83.33333%; }

  .lunch.at500c1of1 {
    width: 100%; } }
/* ----- at 450px ----- */
@media only screen and (max-width: 450px) {
  .lunch.at450left {
    float: left; }

  .lunch.at450right {
    float: right; }

  .lunch.at450c1of6 {
    width: 16.66666%; }

  .lunch.at450c1of5 {
    width: 20%; }

  .lunch.at450c1of4 {
    width: 25%; }

  .lunch.at450c1of3 {
    width: 33.33333%; }

  .lunch.at450c1of2 {
    width: 50%; }

  .lunch.at450c2of6 {
    width: 33.33333%; }

  .lunch.at450c2of5 {
    width: 40%; }

  .lunch.at450c2of3 {
    width: 66.66666%; }

  .lunch.at450c3of6 {
    width: 50%; }

  .lunch.at450c3of5 {
    width: 60%; }

  .lunch.at450c3of4 {
    width: 75%; }

  .lunch.at450c4of6 {
    width: 66.66666%; }

  .lunch.at450c4of5 {
    width: 80%; }

  .lunch.at450c5of6 {
    width: 83.33333%; }

  .lunch.at450c1of1 {
    width: 100%; } }
/* ----- at 400px ----- */
@media only screen and (max-width: 400px) {
  .lunch.at400left {
    float: left; }

  .lunch.at400right {
    float: right; }

  .lunch.at400c1of6 {
    width: 16.66666%; }

  .lunch.at400c1of5 {
    width: 20%; }

  .lunch.at400c1of4 {
    width: 25%; }

  .lunch.at400c1of3 {
    width: 33.33333%; }

  .lunch.at400c1of2 {
    width: 50%; }

  .lunch.at400c2of6 {
    width: 33.33333%; }

  .lunch.at400c2of5 {
    width: 40%; }

  .lunch.at400c2of3 {
    width: 66.66666%; }

  .lunch.at400c3of6 {
    width: 50%; }

  .lunch.at400c3of5 {
    width: 60%; }

  .lunch.at400c3of4 {
    width: 75%; }

  .lunch.at400c4of6 {
    width: 66.66666%; }

  .lunch.at400c4of5 {
    width: 80%; }

  .lunch.at400c5of6 {
    width: 83.33333%; }

  .lunch.at400c1of1 {
    width: 100%; } }
/* ----- at 350px ----- */
@media only screen and (max-width: 350px) {
  .lunch.at350left {
    float: left; }

  .lunch.at350right {
    float: right; }

  .lunch.at350c1of6 {
    width: 16.66666%; }

  .lunch.at350c1of5 {
    width: 20%; }

  .lunch.at350c1of4 {
    width: 25%; }

  .lunch.at350c1of3 {
    width: 33.33333%; }

  .lunch.at350c1of2 {
    width: 50%; }

  .lunch.at350c2of6 {
    width: 33.33333%; }

  .lunch.at350c2of5 {
    width: 40%; }

  .lunch.at350c2of3 {
    width: 66.66666%; }

  .lunch.at350c3of6 {
    width: 50%; }

  .lunch.at350c3of5 {
    width: 60%; }

  .lunch.at350c3of4 {
    width: 75%; }

  .lunch.at350c4of6 {
    width: 66.66666%; }

  .lunch.at350c4of5 {
    width: 80%; }

  .lunch.at350c5of6 {
    width: 83.33333%; }

  .lunch.at350c1of1 {
    width: 100%; } }  
