/******************************************************************
Site Name:Norms Restaurants
Author:Design At Work
Stylesheet: Main Stylesheet
******************************************************************/
/*********************
Import Media Queries
*********************/
/******************************************************************
Stylesheet: Variables
******************************************************************/
/*********************
COLORS
*********************/
/******************************************************************
Stylesheet: Typography
******************************************************************/
/* imported this one in the functions file so bones would look sweet. don't forget to remove it for your site.*/
p {
  -ms-word-wrap: none;
  word-break: none;
  word-wrap: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

:not(pre) > code, :not(pre) > kbd, :not(pre) > samp {
  white-space: normal; }

/******************************************************************
Stylesheet: Form Styles  *********************/
.gform_wrapper .top_label .gfield_label {
  display: none; }

input[type="password"] {
  letter-spacing: 0.3em; }

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea {
  display: block;
  height: 30px;
  line-height: 1em;
  margin-bottom: 14px;
  font-size: 1em;
  color: #5c6b80;
  border-radius: 0px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  background-color: #ebf7f7; }

textarea, .gform_wrapper textarea {
  max-width: 100%;
  min-height: 120px !important;
  height: 117px !important;
  line-height: 1.5em;
  padding: 12px 12px; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  /* 1 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
  color: #999 !important;
  padding: 0 10px; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper select, .gform_wrapper textarea {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  border: none !important;
  padding: 0px 12px !important; }

div.validation_error {
  font-size: 1em;
  border-top: 0px !important;
  border-bottom: 0px !important; }

div.gfield_description.validation_message {
  display: none; }

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  margin-bottom: .375em !important;
  padding: 0;
  border-top: 0px !important;
  border-bottom: 0px !important; }

.gform_wrapper li.gfield.gfield_creditcard_warning {
  padding-bottom: 1em !important;
  border: 0px !important;
  border-top: none; }

.gform_wrapper div.validation_error {
  padding: 0 !important; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-left: 0px !important; }

#wpsl-search-btn, #wpsl-search-wrap input {
  border-radius: 0px !important;
  text-align: center; }

div.wpsl-input {
  width: 100%; }
  div.wpsl-input input#wpsl-search-input {
    width: 100%; }

.wpsl-select-wrap label {
  font-size: 13px;
  line-height: 40px; }

.wpsl-dropdown span.wpsl-selected-item {
  font-size: 13px !important; }

/******************************************************************
Stylesheet: Button Styles
******************************************************************/
/*********************
BUTTON DEFAULTS
*********************/
.button,
html input[type="button"],
input[type="reset"],
input[type="submit"], .wpsl-search-btn, #wpsl-search-btn {
  white-space: nowrap;
  display: inline-block;
  min-width: 155px;
  padding: .25em 1em;
  background: #e75204;
  color: #fff !important;
  border: 3px solid #e75204 !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.215em;
  text-align: center;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  cursor: pointer;
  transition: all .5s;
  box-shadow: inset 0 0 0 0 #fff;
  box-shadow: inset 0 0 0 100vmax #e75204, inset 0 0 0 100vmax #fff; }
  .button:hover,
  html input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover, .wpsl-search-btn:hover, #wpsl-search-btn:hover {
    box-shadow: inset 0 0 0 100vmax #fff;
    color: #e75204 !important;
    box-shadow: inset 0 0 0 0 #e75204, inset 0 0 0 100vmax #fff;
    color: #e75204;
    text-decoration: none; }

.carousel-pause-button {
  white-space: nowrap;
  display: inline-block;
  min-width: 40px;
  padding: .25em 1em;
  background: #e75204;
  color: #fff;
  border: 3px solid #e75204 !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.215em;
  text-align: center;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  cursor: pointer;
  transition: all .5s;
  box-shadow: inset 0 0 0 0 #fff;
  box-shadow: inset 0 0 0 100vmax #e75204, inset 0 0 0 100vmax #fff; }
  .carousel-pause-button:hover {
    box-shadow: inset 0 0 0 100vmax #fff;
    color: #e75204;
    box-shadow: inset 0 0 0 0 #e75204, inset 0 0 0 100vmax #fff;
    color: #e75204;
    text-decoration: none; }

.button2 {
  margin: 10px 0;
  white-space: nowrap;
  display: inline-block;
  min-width: 155px;
  padding: .25em 1em;
  background: #7adbd5;
  border: 3px solid #7adbd5;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.215em;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  color: #323944 !important;
  cursor: pointer;
  text-align: center;
  transition: all .5s;
  box-shadow: inset 0 0 0 0 #fff;
  box-shadow: inset 0 0 0 100vmax #7adbd5, inset 0 0 0 100vmax #fff; }
  .button2:hover {
    box-shadow: inset 0 0 0 100vmax #fff;
    color: #7adbd5 !important;
    box-shadow: inset 0 0 0 0 #7adbd5, inset 0 0 0 100vmax #fff;
    color: #7adbd5;
    text-decoration: none; }

/******************************************************************
Stylesheet: Base Mobile Stylesheet
******************************************************************/
body {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

.header {
  position: relative; }

img {
  max-width: 100%;
  height: auto; }


/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #e75204; }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #9c3703; }

a.social:hover, a.social:focus {
  opacity: 0.85; }

a.printbtn {
  color: #e75204; }
  a.printbtn:hover, a.printbtn:focus {
    color: #fc9f6e; }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h2, .h2 {
  font-size: 25px; }

/*TEXT OVERRIDES*/
.inline {
  display: inline-block !important; }

.uppercase {
  text-transform: uppercase; }

.normalcase {
  text-transform: none; }

.alignleft {
  text-align: left; }

.aligncenter {
  text-align: center; }

.alignright {
  text-align: right; }

.margin-top {
  margin-top: 50px; }

.sanserif {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; }

.white {
  color: #fff; }

.teal {
  color: #7adbd5; }

.orange {
  color: #e75204; }

em.note {
  font-size: 13px;
  color: #999999; }

h4.inline.dkgreen {
  color: #008000 !important; }

/*********************
HEADER STYLES
*********************/
header {
  position: relative; }

.nopad .container{ padding-left: 0; padding-right: 0} 

.page-template-page-home .m-video {
  -webkit-transform: translate3d(0, 0, 0); }
.page-template-page-home .m-video .m-video__inner {
  -webkit-transform: translate3d(0, 0, 0);
  position: relative;
  height: 0;
  padding-top: 56.25%;
  width: 100%;
  clear: both;
  overflow: hidden; }
.page-template-page-home .m-video .m-video__inner .embed {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.page-template-page-home .m-video .m-video__inner .embed iframe, .page-template-page-home .m-video .m-video__inner .embed object,
.page-template-page-home .m-video .m-video__inner .embed video, .page-template-page-home .m-video .m-video__inner .embed div:nth-child(2),
.page-template-page-home .m-video .m-video__inner .embed .OoyalaHtml5VideoPlayer {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
.page-template-page-home .m-youtube_lede {
  position: relative;
  z-index: 1;
  width: 100%; }
.page-template-page-home .m-youtube_lede .text-wrap {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20%;
  z-index: 3; }
.page-template-page-home h1.videooverlay {
  color: #fff; }

/*********************
NAVIGATION STYLES
*********************/
.navbar {
  margin-bottom: 0; }

a.navbar-brand {
  height: 100%; }

/********
New Logo
*********/

.norms-logo{
    padding-top:0;
    }

.navbar-default .navbar-nav > li > a {
  color: #e75204;
  font-family: "Roboto Slab", serif;
  font-size: 1em; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  text-decoration: underline;
  color: #e75204; }

.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent;
  text-decoration: underline; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent; }

li.tab.active {
  outline: none; }

li.tab {
  min-width: 45%; }

.tabs-left .nav-tabs > li > a {
  color: #656669;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  font-size: 13px; }

.tabs-left .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #e75204;
  text-decoration: none; }

/*test*/
.nav-tabs-dropdown {
  display: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.nav-tabs-dropdown:before {
  content: "\e114";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  right: 30px; }

/*nav li:nth-child(5) {
  background-image: url("../../imgs/promo/gc-nav-item.png");
  display: block;
  width: 98px;
  height: 34px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  top: 0px;
  left: 15px; }
*/
/*********************
POSTS & CONTENT STYLES
*********************/
.clear{
  clear:both;
  overflow:hidden;
}
.scholars{
  margin-bottom:30px;
}
.scholar-des{
  margin-top:15px;
  max-width:285px;
}
.left{
  display:block;
}
@media screen and (min-width:1200px){
  .left{
    float:left;
    display:inline-block;
  }
  .scholar-des{
    margin-top:0;
    margin-left:30px;
  }
}

form#searchform.searchform {
  text-align: left; }

.graybg {
  background: #656669; }

.orangebg {
  background: #e75204; }
  .orangebg a, .orangebg a:visited {
    color: #7adbd5; }
    .orangebg a:hover, .orangebg a:focus, .orangebg a:visited:hover, .orangebg a:visited:focus {
      color: #3ecbc2; }

.tealbg {
  background: #7adbd5;
  color: #323944; }

.feature {
  position: relative;
  background-color: #696a6c;
  text-align: center;
  color: #fff;
  height: auto;
  overflow: hidden; }

.bg-image img {
  display: block;
  width: 100%;
  position: absolute; }

img.teal-accent {
  position: relative; }

button.carousel-pause-button {
  float: right; }

span.glyphicon.glyphicon-certificate {
  color: #009900; }

/*********** Gift Card **************/
.page-template-page-giftcard-v2 h1 span {font-size:78px;}
.the-card {background: #7adbd5; text-align: center; padding-bottom: 30px;margin-bottom: 15px;margin-top: 0;}
.the-card h2 {text-transform: none;}
.the-card p {font-size: 18px;}
.the-card a {color:#000; text-decoration: underline; font-size: 26px; text-transform: uppercase;}
.card-img {margin: -30px auto 10px auto;}

.page-template-page-giftcard .table {
  margin-top: 0px; }
.page-template-page-giftcard .table-responsive {
  border: 0; }
.page-template-page-giftcard .table > thead > tr > th,
.page-template-page-giftcard .table > thead > tr > td,
.page-template-page-giftcard .table > tbody > tr > th,
.page-template-page-giftcard .table > tbody > tr > td,
.page-template-page-giftcard .table > tfoot > tr > th,
.page-template-page-giftcard .table > tfoot > tr > td {
  border-top: 0; }
.page-template-page-giftcard .table > thead > tr > th {
  border-bottom: 0px; }
.page-template-page-giftcard .table > caption + thead > tr:first-child > th,
.page-template-page-giftcard .table > caption + thead > tr:first-child > td,
.page-template-page-giftcard .table > colgroup + thead > tr:first-child > th,
.page-template-page-giftcard .table > colgroup + thead > tr:first-child > td,
.page-template-page-giftcard .table > thead:first-child > tr:first-child > th,
.page-template-page-giftcard .table > thead:first-child > tr:first-child > td {
  border-top: 0; }
.page-template-page-giftcard .table > tbody + tbody {
  border-top: 0px; }



/*********** Home **************/
.page-template-page-home {
  /***SECTION1 - PROMO CAROSUEL***/
  /***SECTION 2 - INSTAGRAM***/
  /***SECTION3 - NormsNation***/
  /***SECTION4 - ABOUT***/
  /***SECTION5- neighbor***/ }
  .page-template-page-home #section1 {
    margin-bottom: -60px; }
  .page-template-page-home div.c-wrapper {
    width: 100%;
    margin: auto;
    text-align: center; }
  .page-template-page-home .carousel-inner > .item > img,
  .page-template-page-home .carousel-inner > .item > a > img {
    width: 100%;
    margin: auto; }
  .page-template-page-home .carousel-indicators {
    display: none; }
  .page-template-page-home .socialfeature {
    position: relative;
    bottom: -60px; }
  .page-template-page-home #section2 {
    color: #fff;
    width: 100%;
    margin: auto;
    text-align: center;
    overflow: hidden; }
    .page-template-page-home #section2 hr {
      margin-top: 0px;
      margin-bottom: 0px;
      border: 0;
      width: 99%;
      border-top: 1px solid #eeeeee; }
    .page-template-page-home #section2 h2 {
      margin-top: 70px; }
    .page-template-page-home #section2 h3.inline {
      margin-top: 10px;
      margin-bottom: 5px;
      vertical-align: middle; }
    .page-template-page-home #section2 p.inline {
      margin-top: 5px;
      margin-bottom: 10px;
      vertical-align: middle; }
  .page-template-page-home a.socialfeature {
    position: relative;
    top: 10px; }
  .page-template-page-home a.socialfeature:hover {
    opacity: .5; }
  .page-template-page-home #socialmedialist {
    padding-left: 0; }
  .page-template-page-home #tealcontainer:after {
    background-color: #81cfce; }
  .page-template-page-home #tealcontainer {
    background-color: #81cfce;
    height: 62px;
    height: 62px;
    line-height: 61px;
    width: 130%;
    padding-right: 30%; }
  .page-template-page-home #section3 {
    text-align: center;
    padding: 10px auto; }
    .page-template-page-home #section3 p.orange {
      font-size: 19px; }
    .page-template-page-home #section3 #normsnation {
      background: #656669;
      padding: 20px 0;
      text-align: left;
      margin-bottom: 10px; }
      .page-template-page-home #section3 #normsnation h3 {
        margin-top: 0px; }
  .page-template-page-home #section4 {
    text-align: center;
    overflow: hidden; }
    .page-template-page-home #section4 .fresh {
      padding-left: 0px;
      padding-right: 0px;
      width: 100%; }
    .page-template-page-home #section4 #madefresh {
      background: #7adbd5;
      text-align: left; }
      .page-template-page-home #section4 #madefresh p {
        margin-top: 10px; }
      .page-template-page-home #section4 #madefresh .freshinfo {
        padding-bottom: 25px; }
    .page-template-page-home #section4 #madefresh:after {
      background-color: #81cfce; }
  .page-template-page-home #section5 {
    background-image: url("../../imgs/backgrounds/lightgreen-pattern.jpg");
    text-align: center;
    padding: 10px auto; }
  .page-template-page-home input#wpsl-widget-search {
    text-align: center; }

/************ Menu *****************/
.page-template-page-menu :focus, .page-template-page-menu2 :focus {
  outline: none; }
.page-template-page-menu div.c-wrapper, .page-template-page-menu2 div.c-wrapper {
  width: 100%;
  margin: auto;
  text-align: center; }
.page-template-page-menu .carousel-inner > .item > img,
.page-template-page-menu .carousel-inner > .item > a > img, .page-template-page-menu2 .carousel-inner > .item > img,
.page-template-page-menu2 .carousel-inner > .item > a > img {
  width: 100%;
  margin: auto; }
.page-template-page-menu .carousel-control, .page-template-page-menu2 .carousel-control {
  opacity: 0; }
.page-template-page-menu ol.carousel-indicators, .page-template-page-menu2 ol.carousel-indicators {
  display: none; }
.page-template-page-menu .carousel-control:hover, .page-template-page-menu .carousel-control:focus, .page-template-page-menu2 .carousel-control:hover, .page-template-page-menu2 .carousel-control:focus {
  opacity: 0.5; }
.page-template-page-menu button.carousel-pause-button, .page-template-page-menu2 button.carousel-pause-button {
  position: absolute;
  bottom: 0;
  left: 25px; }
.page-template-page-menu .carousel-pause-button, .page-template-page-menu2 .carousel-pause-button {
  background: transparent;
  color: #656669;
  border: none !important;
  line-height: 1.215em;
  box-shadow: none;
  box-shadow: none; }
.page-template-page-menu .bannerwrap, .page-template-page-menu2 .bannerwrap {
  background-image: url("../../imgs/backgrounds/gray-pattern.jpg");
  padding: 0 0 40px;
  text-align: center; }
.page-template-page-menu .intro, .page-template-page-menu2 .intro {
  text-align: center; }
.page-template-page-menu h4, .page-template-page-menu2 h4 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  color: #e75204;
  font-size: 15px;
  margin-bottom: 0; }
.page-template-page-menu h4.copy, .page-template-page-menu2 h4.copy {
  color: #323944;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  text-transform: none; }
.page-template-page-menu p, .page-template-page-menu2 p {
  font-size: 14px;
  margin-top: 0; }
.page-template-page-menu .tab-pane p, .page-template-page-menu .itemspacer, .page-template-page-menu2 .tab-pane p, .page-template-page-menu2 .itemspacer {
  margin-bottom: 20px; }
.page-template-page-menu .feature2, .page-template-page-menu2 .feature2 {
  position: relative;
  text-align: center;
  color: #fff;
  height: auto;
  overflow: hidden;
  max-width: 1017px;
  margin: 0 auto; }
.page-template-page-menu .bg-image img, .page-template-page-menu2 .bg-image img {
  display: block;
  width: 100%;
  position: absolute; }

/**************** Locations **********/
.page-template-page-locations .wpsl-search {
  background-image: url("../../imgs/backgrounds/gray-pattern.jpg");
  margin-bottom: 0px; }
.page-template-page-locations div#wpsl-gmap.wpsl-gmap-canvas {
  max-height: 300px; }
.page-template-page-locations #wpsl-wrap.wpsl-store-below #wpsl-result-list li {
  padding: 10px 20px; }
.page-template-page-locations #wpsl-result-list ul li:nth-child(even) {
  background-color: #ebf7f7; }
.page-template-page-locations h1 {
  font-size: 42px;
  text-transform: none;
  color: #e75204;
  color: #fff;
  text-align: center; }
.page-template-page-locations #wpsl-search-wrap div label {
  color: #fff; }
.page-template-page-locations .wpsl-store-location a:link {
  text-transform: uppercase; }
.page-template-page-locations a.wpsl-store-details {
  text-transform: none !important; }
.page-template-page-locations .wpsl-store-below #wpsl-result-list p {
  margin: 0 0 10px 0px; }
.page-template-page-locations div#wpsl-stores {
  font-size: 15px; }
.page-template-page-locations #wpsl-wrap #wpsl-result-list li {
  border-bottom: none; }

  /************* Riverside Coupon Landing ************/
  .page-template-page-coupon .feature {
    background-image: url("../../imgs/backgrounds/gray-pattern.jpg"); }

/************* Rewards ************/
.page-template-page-rewards .feature {
  background-image: url("../../imgs/backgrounds/gray-pattern.jpg"); }
.page-template-page-rewards .rewardssignup {
  padding-bottom: 20px; }
.page-template-page-rewards img.teal-accent, .page-template-page-rewards .tealcontainer {
  position: relative; }
.page-template-page-rewards img.rewards {
  position: relative; }

/************ History ****************/
.page-template-page-history .about {
  font-size: 14px; }

.page-template-page-googie .about {
  font-size: 14px; }

.page-template-page-googie2 #section2 {
  padding-bottom: 50px; }

div#myModal.modal.fade.bs-example-modal-lg.in {
  color: #656669; }

/************ Career ****************/
.page-template-page-careers .feature {
  background-image: url("../../imgs/backgrounds/gray-pattern.jpg"); }
.page-template-page-careers .feature article {
  padding: 15px 0; }

/**GIFT CARD**/
.page-template-page-giftcard-v2 .feature {background-image: url("../../imgs/backgrounds/gray-pattern.jpg");}
.page-template-page-giftcard-v2 .feature article {
  padding: 15px 0; }

/**FOOD BANK**/
.page-template-page-food-bank .feature {background-image: url("../../imgs/backgrounds/orange-pattern.jpg");}
.page-template-page-food-bank .feature article {
  padding: 15px 0; }

.light-teal {background-color:#f1fbfb; padding-top: 25px; padding-bottom: 25px;margin-bottom: 40px;}
.light-teal img, .dark-teal img {margin: 0 auto; display: block;}
.light-teal .container .row div:nth-child(2) {border-right: 1px solid #000;border-left: 1px solid #000;}

.dark-teal {background-color:#7adbd5; padding-top: 25px; padding-bottom: 25px;margin-bottom: 40px;}

/************ Contact ****************/
.page-template-page-contact .feature {
  background-image: url("../../imgs/backgrounds/gray-pattern.jpg"); }
.page-template-page-contact h4 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  color: #e75204;
  margin-bottom: 0; }
.page-template-page-contact .locationfeedback {
  margin: 40px 0; }

/************ Restaurant location ****************/
.single-wpsl_stores .feature {
  background-image: url("../../imgs/backgrounds/gray-pattern.jpg"); }
.single-wpsl_stores h4 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  color: #e75204;
  margin-bottom: 0; }
.single-wpsl_stores .locationfeedback {
  margin: 40px 0; }

/************ Community ****************/
.page-template-page-community .feature {
  background-image: url("../../imgs/backgrounds/gray-pattern.jpg"); }
.page-template-page-community h2 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  font-size: 15px;
  color: #e75204;
  margin-bottom: 0; }
.page-template-page-community p.banner {
  font-size: 12px; }
.page-template-page-community p {
  font-size: 15px; }
.page-template-page-community #scholarships {
  background-color: #656669;
  color: #fff; }
.page-template-page-community .action {
  padding-bottom: 20px; }

/************ Community Alt ****************/
.page-template-page-community2 .feature {
  background-image: url("../../imgs/backgrounds/gray-pattern.jpg"); }
.page-template-page-community2 h2 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  font-size: 15px;
  color: #e75204;
  margin-bottom: 0; }
.page-template-page-community2 p.banner {
  font-size: 12px; }
.page-template-page-community2 p {
  font-size: 15px; }
.page-template-page-community2 #scholarships {
  background-color: #656669;
  color: #fff; }
.page-template-page-community2 .action {
  padding-bottom: 20px; }

/*********************
SIDEBARS & ASIDES
*********************/
#sidebar3 h4.widgettitle {
  color: #e75204; }

div#sidebar4 {
  margin-top: 20px; }
  div#sidebar4 ul {
    padding: 0;
    /* highlight current page */ }
    div#sidebar4 ul li {
      list-style: none;
      text-align: center;
      line-height: 2em; }
      div#sidebar4 ul li a, div#sidebar4 ul li a:visited {
        font-size: 13px;
        color: #656669;
        text-transform: uppercase; }
        div#sidebar4 ul li a:hover, div#sidebar4 ul li a:focus, div#sidebar4 ul li a:visited:hover, div#sidebar4 ul li a:visited:focus {
          text-decoration: underline; }
    div#sidebar4 ul li.current-menu-item a,
    div#sidebar4 ul li.current_page_item a,
    div#sidebar4 ul li.current_page_ancestor a {
      color: #e75204;
      text-decoration: underline; }

#map {
  position: relative;
  background-repeat: no-repeat;
  text-align: center;
  padding: 10px auto; }

#googlemaps {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }

#searchlocal {
  position: relative;
  z-index: 1;
  margin: 60px auto;
  padding: 10px 30px;
  background: #ffffff;
  height: auto; }

/*********************
FOOTER STYLES
*********************/
footer.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center; }
  footer.footer img {
    margin: 0 auto; }

p.copyright {
  font-size: 12px; }

ul#social {
  padding: 0;
  display: block;
  position: relative; }
  ul#social li {
    display: inline-block; }

ul#social a {
  height: 31px;
  display: block; }

a.txtcolor {
  color: #656669; }

table#locations {
  margin: 0 auto;
  text-align: center; }
  table#locations td {
    vertical-align: bottom; }
  table#locations .glyphicon-map-marker {
    font-size: 27px;
    color: #656669;
    margin-top: -12px; }
  table#locations h5 {
    font-size: 25px;
    margin: 0; }
  table#locations p.socal {
    font-size: 18px;
    margin: 0; }
  table#locations a, table#locations a:visited {
    color: #e75204;
    text-decoration: underline; }

#countdown_container{
 top: 0;   
}


@media only screen and (min-width: 768px) {
  /******************************************************************
  Stylesheet: Tablet & Small Desktop Stylesheet
  ******************************************************************/
  
  /********
New Logo
*********/

.norms-logo{
    padding-top:32px;
    }

  
  
  /*********************
  NAVIGATION STYLES
  *********************/
  .food-bank-img {
    margin: 0 auto;
}
  .navbar-brand {
    padding: 5px 5px 0px 5px;
    height: 100%; }

  nav#custom-bootstrap-menu.navbar.navbar-default {
    background: rgba(255, 255, 255, 0.8);
    border: 0;
    width: 100%;
    border-radius: 0; }

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

  .navbar-default .navbar-nav > li > a {
    padding: 15px 9px; }

  .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;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background: rgba(255, 255, 255, 0.8);
    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);
    background-clip: padding-box; }

  .mobilelink {
    display: none; }

  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #e75204;
    background-color: transparent;
    text-decoration: underline; }

  .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #e75204; }

  /* nav li:nth-child(5) {
  	 top: 10px;
  	 left: 0px;
   } */
  /********* TAB STYLES ************/
  li.tab {
    min-width: 50px; }

  ul.nav-tabs li a {
    padding: 10px 7px; }

  .tabbable:after {
    clear: both; }

  .tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
    border-bottom: 0; }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  .feature {
    padding: 0% 0 10% 0;
    overflow: hidden; }

  .page-template-page-teal-callout .feature {
    padding: 0px;
    overflow: hidden; }

  .privacy h4{
    color:#e75204;
  }

  /******* Home m***********/
  .page-template-page-home {
    /***SECTION1 - PROMO CAROSUEL***/
    /***SECTION 2 - INSTAGRAM***/ }
    .page-template-page-home .carousel-indicators {
      display: block; }
    .page-template-page-home .videowrap {
      position: relative; }
    .page-template-page-home #section2 h2 {
      margin-top: 75px; }
    .page-template-page-home #section2 h3.inline {
      margin-top: 10px;
      margin-bottom: 10px; }
    .page-template-page-home #section2 p.inline {
      margin-top: 10px;
      margin-bottom: 10px; }
    .page-template-page-home .tie-instagram {
      margin: 0 auto 5px; }
    .page-template-page-home .tieinsta-grid.grid-col-5.tie-instagram .tie-instagram-post {
      width: 20% !important; }
    .page-template-page-home a.socialfeature {
      position: relative;
      top: -12px; }
    .page-template-page-home a.socialfeature:hover {
      opacity: .5; }
    .page-template-page-home #socialmedialist {
      padding-left: 15px; }
    .page-template-page-home #tealcontainer {
      margin-left: 16px;
      margin-bottom: 16px;
      width: 150%;
      padding-right: 50%; }
    .page-template-page-home #tealcontainer:before {
      content: '';
      width: 35px;
      height: 62px;
      background-image: url("../../imgs/social/teal-accent.png");
      position: absolute;
      background-repeat: no-repeat;
      top: 0px;
      left: 0; }

  /********* Menu *******/
  .page-template-page-menu .legendicon, .page-template-page-menu2 .legendicon {
    display: inline-block;
    padding: 15px; }
  .page-template-page-menu .plateright, .page-template-page-menu2 .plateright {
    border-radius: 50%;
    height: 250px;
    width: 400px;
    float: right;
    shape-outside: inset(1% round 50%);
    margin-left: 10px;
    margin-bottom: 10px; }
  .page-template-page-menu .nav-tabs > li, .page-template-page-menu2 .nav-tabs > li {
    float: none;
    display: inline-block;
    *display: inline;
    /* ie7 fix */
    zoom: 1;
    /* hasLayout ie7 trigger */ }
  .page-template-page-menu .nav-tabs, .page-template-page-menu2 .nav-tabs {
    text-align: center; }
  .page-template-page-menu .tabs-left .nav-tabs > li, .page-template-page-menu2 .tabs-left .nav-tabs > li {
    float: none;
    display: block;
    text-align: left; }
  .page-template-page-menu .intro, .page-template-page-menu2 .intro {
    margin-bottom: 50px; }

  /****** Locations *************/
  .page-template-page-locations #wpsl-search-wrap form {
    text-align: center;
    max-width: 600px;
    margin: 0 auto; }
  .page-template-page-locations .wpsl-country, .page-template-page-locations .wpsl-street {
    display: inline-block; }
  .page-template-page-locations .wpsl-street:after {
    padding-left: 5px;
    content: "|"; }

  /****** contact *************/
  .page-template-page-contact .feature {
    margin-bottom: 50px; }

  /****** menusub *************/
  .page-template-page-menusub .feature {
    margin-bottom: 50px; }

  /****** careers *************/
  .page-template-page-careers .feature {
    margin-bottom: 50px; }
  .page-template-page-careers .feature article {
    padding-top: 50px; }

    /****** gift cards *************/
    .page-template-page-giftcard-v2 .feature {
      margin-bottom: 50px; }
    .page-template-page-giftcard-v2 .feature article {
      padding-top: 50px; }

    /****** food bank *************/
    .page-template-page-food-bank .feature {
      margin-bottom: 50px; }
    .page-template-page-food-bank .feature article {
      padding-top: 50px; }

  /****** community *************/
  .page-template-page-community .feature {
    margin-bottom: 50px; }
  .page-template-page-community div.row.tealbg {
    padding: 20px; }
  .page-template-page-community h2 {
    margin-top: 0px; }
  .page-template-page-community h3 {
    margin: 0px; }
  .page-template-page-community .tealcontainer {
    margin-bottom: 20px; }

  /****** community *************/
  .page-template-page-community2 .feature {
    margin-bottom: 50px; }
  .page-template-page-community2 div.row.tealbg {
    padding: 20px; }
  .page-template-page-community2 h2 {
    margin-top: 0px; }
  .page-template-page-community2 h3 {
    margin: 0px; }
  .page-template-page-community2 .tealcontainer {
    margin-bottom: 20px; }

  /********** Rewards ************/
  .page-template-page-rewards div.row.tealbg {
    padding: 20px; }
  .page-template-page-rewards .feature {
    padding: 0px;
    overflow: hidden; }
  .page-template-page-rewards h3 {
    margin: 0px; }
  .page-template-page-rewards .callout {
    margin-bottom: 10px; }
  .page-template-page-rewards .tealcontainer {
    margin-bottom: 20px; }

  /******* History **********/
  .page-template-page-history div.row.tealbg {
    padding: 20px; }
  .page-template-page-history .feature {
    padding: 0px;
    overflow: hidden; }
  .page-template-page-history h3 {
    margin: 0px; }
  .page-template-page-history .callout {
    margin-bottom: 10px; }
  .page-template-page-history .tealcontainer {
    margin-bottom: 20px; }

  /******* History **********/
  .page-template-page-googie div.row.tealbg {
    padding: 20px; }
  .page-template-page-googie .feature {
    padding: 0px;
    overflow: hidden; }
  .page-template-page-googie h3 {
    margin: 0px; }
  .page-template-page-googie .callout {
    margin-bottom: 10px; }
  .page-template-page-googie .tealcontainer {
    margin-bottom: 20px; }

  /********* Gift Card *************/
  .page-template-page-giftcard div#iFrame {
    margin: 0 auto; }
  .page-template-page-giftcard .table {
    margin-top: 0px; }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  div#sidebar4 ul li {
    text-align: left; }

  input#wpsl-widget-search {
    text-align: center;
    max-width: 500px;
    margin: 0 auto; }

  /*********************
  FOOTER STYLES
  *********************/
  footer.footer {
    text-align: left; }
    footer.footer img {
      margin: 0; }

  table#locations {
    margin: 0;
    text-align: left; } }
@media only screen and (min-width: 1024px) {
  /******************************************************************
  Stylesheet: Desktop Stylsheet
  ******************************************************************/
  nav#custom-bootstrap-menu.navbar.navbar-default {
    position: absolute;
    z-index: 5; }

  h1 {
    font-size: 52px; }

  h2 {
    font-size: 42px;
    letter-spacing: 1px; }

  h3 {
    font-size: 30px;
    letter-spacing: 1px; }

  .navbar-default .navbar-nav > li > a {
    padding: 0px 12px;
    line-height: 141px; }

  .carousel-indicators {
    text-align: right; }

  .vdivider {
    border-right: 2px solid #fff; }

  .vdivider2 {
    border-right: 2px solid #323944; }

  .vldivider2 {
    border-left: 2px solid #323944; }

  .feature {
    padding: 141px 0 0px 0; }

  .page-template-page-food-bank .feature {
      padding: 141px 0 260px 0; }

    .feature p {
      margin-bottom: 30px; }
    .feature article {
      padding-top: 65px; }
/*
  nav li:nth-child(5) {
    top: 55px;
    left: 0px; }
*/
.food-bank-img {margin: -280px auto 10px auto;}
  /******* Home m***********/
  .page-template-page-home {
    /***SECTION 2 - INSTAGRAM***/
    /***SECTION 3 - NormsNation***/
    /***SECTION 4 - About***/ }
    .page-template-page-home #section2 h3.inline {
      line-height: 108px;
      margin-top: 0px;
      margin-bottom: 0px; }
    .page-template-page-home #section2 p.inline {
      line-height: 100px;
      margin-top: 0px;
      margin-bottom: 0px; }
    .page-template-page-home #tealcontainer:before {
      top: 22px; }
    .page-template-page-home #tealcontainer {
      margin-top: 22px; }
    .page-template-page-home #section3 img.rewards {
      margin-bottom: -115px; }
    .page-template-page-home #section3 #normsnation {
      height: 213px;
      background: transparent;
      background-image: url("../../imgs/home/gray-polygon.jpg");
      background-repeat: no-repeat;
      padding-top: 100px;
      padding-left: 50px;
      margin-bottom: 0px; }
    .page-template-page-home #section3 p.orange {
      margin-bottom: -20px; }
    .page-template-page-home #section3 a.button.gyr {
      margin: 0 0 0 5px; }
    .page-template-page-home #section4 {
      overflow: hidden;
      padding: 43px 0 0; }
      .page-template-page-home #section4 h2 {
        margin: 0 10px; }
      .page-template-page-home #section4 p.white {
        min-height: 200px; }
      .page-template-page-home #section4 img.madefreshnorms {
        margin-top: -50px; }
      .page-template-page-home #section4 #madefresh p {
        margin-top: 0px; }

  /********* Menu *******/
  .page-template-page-menu .bannerwrap, .page-template-page-menu2 .bannerwrap {
    padding: 141px 0 35px 0; }

  /************* Rewards ************/
  .page-template-page-rewards h3 {
    margin-bottom: 0px; }
    .page-template-page-rewards h3 span.txt1 {
      display: block;
      font-size: 58px;
      line-height: 0.8em; }
    .page-template-page-rewards h3 span.txt2 {
      display: block;
      font-size: 26px;
      line-height: 1em; }
    .page-template-page-rewards h3 span.txt3 {
      display: block;
      font-size: 93px;
      line-height: 0.7em; }
    .page-template-page-rewards h3 span.txt4 {
      display: block;
      font-size: 55px;
      line-height: 0.95em; }
    .page-template-page-rewards h3 span.txt5 {
      display: block;
      font-size: 67px;
      line-height: 0.65em; }
  .page-template-page-rewards .feature {
    padding: 141px 0 100px 0;
    margin-bottom: -100px; }
  .page-template-page-rewards #section2 {
    padding: 0; }
  .page-template-page-rewards #section3 {
    position: relative;
    top: -175px;
    margin-bottom: -175px; }
  .page-template-page-rewards img.teal-accent, .page-template-page-rewards .tealcontainer {
    max-width: 975px; }
  .page-template-page-rewards .callout {
    margin-top: -20px;
    text-align: center; }
  .page-template-page-rewards div.row.tealbg {
    top: 0px;
    position: relative;
    padding-bottom: 80px; }
  .page-template-page-rewards .rewardssignup {
    padding-top: 50px;
    text-align: center;
    position: relative;
    z-index: 2; }
    .page-template-page-rewards .rewardssignup p {
      font-size: 26px; }

  /****** community *************/
  .page-template-page-community h3 {
    margin-bottom: 0px; }
    .page-template-page-community h3 span.txt1 {
      display: block;
      font-size: 52px;
      line-height: 0.8em; }
    .page-template-page-community h3 span.txt2 {
      display: block;
      font-size: 53px;
      line-height: 0.8em; }
    .page-template-page-community h3 span.txt3 {
      display: block;
      font-size: 22px;
      line-height: 0.8em; }
  .page-template-page-community #tealaccent, .page-template-page-community .tealbg {
    max-width: 970px;
    margin: 0 auto; }
  .page-template-page-community div#scholarships {
    margin-top: 30px;
    padding: 25px 0 25px 0; }

  .page-template-page-community2 h3 {
    margin-bottom: 0px; }
    .page-template-page-community2 h3 span.txt1 {
      display: block;
      font-size: 52px;
      line-height: 0.8em; }
    .page-template-page-community2 h3 span.txt2 {
      display: block;
      font-size: 55px;
      line-height: 0.8em; }
    .page-template-page-community2 h3 span.txt3 {
      display: block;
      font-size: 22px;
      line-height: 1.1em; }
  .page-template-page-community2 #tealaccent, .page-template-page-community2 .tealbg {
    max-width: 970px;
    margin: 0 auto; }
  .page-template-page-community2 div#scholarships {
    margin-top: 30px;
    padding: 25px 0 25px 0;
    padding: 25px 0 100px 0;
    margin-bottom: -100px; }

  /************ History ****************/
  .page-template-page-history .feature {
    padding: 141px 0 50px 0;
    margin-bottom: -50px; }
    .page-template-page-history .feature p {
      margin-bottom: 30px; }
  .page-template-page-history img.teal-accent, .page-template-page-history .tealcontainer {
    max-width: 1015px; }
  .page-template-page-history .callout .callout {
    margin-top: 0px;
    padding: 0px 0 0px 30px; }
  .page-template-page-history h3 {
    margin-bottom: 0px; }
    .page-template-page-history h3 span.txt1 {
      display: block;
      font-size: 30px;
      line-height: 1em;
      padding-left: 15px; }
    .page-template-page-history h3 span.txt2 {
      display: block;
      font-size: 38px;
      line-height: 0.7em; }
    .page-template-page-history h3 span.txt3 {
      display: block;
      font-size: 38px;
      line-height: 1em;
      padding-left: 15px; }
    .page-template-page-history h3 span.txt4 {
      display: block;
      font-size: 30px;
      line-height: 0.7em;
      padding-left: 15px; }
  .page-template-page-history #brain {
    text-align: center; }
  .page-template-page-history h3.googie {
    font-size: 44px; }
  .page-template-page-history img.googie {
    position: absolute;
    top: -30px; }
  .page-template-page-history img.freshaccent {
    width: 100%;
    max-width: 1014px;
    margin: -89px auto 0; }
  .page-template-page-history div#madefresh.fresh {
    max-width: 1014px;
    padding: 10px 10px 0px; }
  .page-template-page-history div.row.tealbg {
    top: 0px;
    position: relative; }

  .page-template-page-googie .feature {
    padding: 141px 0 50px 0;
    margin-bottom: -50px; }
    .page-template-page-googie .feature p {
      margin-bottom: 30px; }
  .page-template-page-googie .callout .callout {
    margin-top: 0px;
    padding: 50px 0 0px 30px; }
  .page-template-page-googie h3 {
    margin-top: 50px;
    padding-left: 55px; }
    .page-template-page-googie h3 span.txt1 {
      display: block;
      font-size: 30px;
      line-height: 1em; }
    .page-template-page-googie h3 span.txt2 {
      display: block;
      font-size: 30px;
      line-height: 0.7em; }
    .page-template-page-googie h3 span.txt3 {
      display: block;
      font-size: 41px;
      line-height: 1em; }
  .page-template-page-googie div.row.tealbg {
    top: 0px;
    position: relative; }

  .page-template-page-googie2 img.pennant {
    margin-top: 50px; }

  /****** Locations *************/
  .page-template-page-locations .wpsl-search {
    padding: 141px 0 35px 0; }
  .page-template-page-locations div#wpsl-gmap.wpsl-gmap-canvas {
    max-height: 600px; }

  /****** careers *************/
  .page-template-page-careers .feature {
    margin-bottom: 50px; }
  .page-template-page-careers .feature article {
    padding: 40px 0; }

  /****** gift cards *************/
  .page-template-page-giftcard-v2 .feature {
    margin-bottom: 0; }
  .page-template-page-giftcard-v2 .feature article {
    padding: 40px 0; }

  /****** food bank *************/
  .page-template-page-food-bank .feature {
    margin-bottom: 0; }
  .page-template-page-food-bank .feature article {
    padding: 40px 0; }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  #map h4.widgettitle {
    font-size: 42px;
    text-transform: none; } }
@media only screen and (min-width: 1200px) {
  /******************************************************************
  Stylesheet: Super Large Monitor Stylesheet
  ******************************************************************/
  .page-template-page-home {
    /***SECTION 2 - INSTAGRAM***/
    /***SECTION 3 - NormsNation***/ }
    .page-template-page-home #tealcontainer {
      width: 200%;
      padding-right: 100%; }
    .page-template-page-home #section3 #normsnation {
      padding-top: 117px;
      padding-left: 90px;
      width: 1050px;
      margin: 0 auto; }
    .page-template-page-home #section3 a.button.gyr {
      margin: 0 15px; }
    .page-template-page-home #section4 p.white {
      min-height: 180px; }
    .page-template-page-home .container.story {
      max-width: 1100px; }





  /***SECTION4 - ABOUT***/
  #section4 .fresh {
    width: 100%; }
  #section4 img.freshaccent {
    width: 190%;
    margin-left: 10%;
    margin-bottom: -1px; }
  #section4 #madefresh {
    width: 190%;
    padding-right: 100%;
    margin-left: 10%; }
    #section4 #madefresh .freshinfo {
      max-width: 1170px;
      margin: 0 auto;
      padding-bottom: 25px; }

  .page-template-page-rewards img.freshaccent {
    position: relative; } }
@media only screen and (min-width: 1240px) {
  div.wpsl-store-location, div.wpsl-direction-wrap {
    width: 1170px;
    position: relative;
    margin: 0 auto; } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  img.freshaccent {
    margin-bottom: -1px; } }
@media print {
  /******************************************************************
  Stylesheet: Print Stylesheet
  ******************************************************************/
  a[href]:after {
    content: none !important; }

  /*
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter:none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;

    // show links on printed pages
    &:after {
      content: " (" attr(href) ")";
    }

    // show title too
    abbr[title]:after {
      content: " (" attr(title) ")";
    }
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

    @page {
      margin: 0.5cm;
    }

    p, h2, h3 {
      orphans: 3;
      widows: 3;
    }

    h2,
    h3 {
      page-break-after: avoid;
    }

    // hide content people who print don't need to see
    .sidebar,
    .page-navigation,
    .wp-prev-next,
    .respond-form,
    nav {
      display: none;
    }*/ }
    
   .blinky{
    margin-left: -5px;
    padding-bottom: 0;
} 
    
    
    @media (min-width: 768px){
.navbar-collapse {
    min-width: 768px;
}

.blinky{
    margin-left: 0;
    padding-bottom: 5px;
}
}


 /******************************************************************
  Stylesheet: 247 Reward FAQ
  ******************************************************************/
.body-white{
 background-color: white;
color: #656669;
}

.header247, .noheader247{
background-color:#9ed8d5;
display: flex;
display:-webkit-flex;
justify-content: center;
}


.content247 p.bottom-space{
padding-top: 10px;
padding-bottom: 20px;
}

.title247{
text-align: center; padding-top: 30px; padding-bottom: 30px;
}


@media only screen and (min-width: 1024px){
.header247.bannerwrap, .videowrap {
    padding: 141px 0 0 0;
}

#countdown_container{
 top: 141px;   
}

.noheader247{
    padding: 0 !important;
}

}


