body {
  background-color: #faf9f4;
  color: #3c3c3a;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Avenir Next', 'Avenir', sans-serif;
}

h1, h2, h3, h4 {
  font-family: 'DIN Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

 a {
  color: #3c3c3a;
}
a:hover, a:active, a:focus {
 color: green;
 transition: color 0.2s ease-in-out 0s;
 -moz-transition: color 0.2s ease-in-out 0s;
 -webkit-transition: color 0.2s ease-in-out 0s;
 -o-transition: color 0.2s ease-in-out 0s;
}

strong {font-weight: 800;}

.lead {
  font-size: 24px;
  font-weight: 400;
}

.pagination {
  padding-top: 20px;
}
.pagination a {
  color: #3c3c3a;
}
.pagination .page-link{
  background: transparent;
  border: none;
  font-size: 0.8em;
}
.page-item.disabled .page-link {
  background: transparent;
}

.page-item.active .page-link {
  background: #b3b3b3;
}



/*  HEADER & NAV */

.navbar-nav .nav-link {
  font-family: 'DIN Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 0.1em;
  color: #333;
}

.nav-link:hover, .nav-link:active {
  color: #b4b4b4;
}

.navbar-brand {
  background: transparent url(../img/logo_temp.png) top left no-repeat;
  background-size: cover;
  min-width: 84px;
  min-height: 84px;
  text-indent: -9999px;

}

.navbar-toggler {
  position: absolute;
  top: 20px;
  right: 0;
  font-family: 'DIN Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #333;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.nav-item .search {
  background: transparent url(../img/search.png) 10px center no-repeat;
  background-size: 40%;
  width: 55px;
  height: 45px;
  text-indent: -9999px;
  margin-top: 13px;
  margin-left: 20px;
}

.nav-item .search:hover {
  opacity: 0.5;
}


/* FOOTER */
footer {
  background: #444 url(../img/tile_dark.gif) top left repeat fixed ;
  color: #fafafa;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-top: 40px;
}

footer h3 {
  margin-bottom: 0;
  letter-spacing: 0.1em;

}
footer p {
  opacity: 0.9;
  font-size: 18px;
  margin-bottom: 2em;
}
footer a {
  color: #fafafa;
}
footer  .nav-link {
  font-family: 'DIN Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.1em;
}

footer  a:hover {
  color: #b4b4b4;
}
.copyright {
  text-align: center;
  font-size: 0.75em;
  margin-top: 10px;
}

.socmed li img {max-width: 42px;}
.socmed li a:hover {opacity: 0.6;}

#mc_embed_signup {
  text-align: center;
  font-family: 'Avenir Next', 'Avenir', sans-serif;
}
.email, .btn-subscribe {
  font-family: 'Avenir Next', 'Avenir', sans-serif;
  border-radius: 0;
}
.email {
  width: 80%;
  float: left;
  border: 1px solid #fff;
}
.btn-subscribe {
  width: 40px;
  width:19%;
  padding: .5rem 0rem;
  color: #fff;
  background: #b4b4b4;
}
.btn-subscribe:hover {
  background-color: #333;
}
.subnav{
  margin: 20px 0;
  text-align: center;
}

.subnav .nav-link {
  font-family: 'DIN Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 22px;
}

@media (max-width: 991px) {
  .subnav {
    -webkit-flex-direction: column;
     flex-direction: column;
   }
 }

/* MAIN INDEX */

.jumbotron {
  background: url(../img/mainpage-hero.jpg) center center no-repeat;
  background-size: cover;
  text-indent: -99999px;
  min-height: 500px;
  margin-bottom: 0;
  border-radius: 0;
}

.carousel-inner {
  max-height: 540px;
}
.carousel-item img {
  width: 100%;
  height: 100%;
  margin-top: -180px;
}

.white-pattern {
  background: #fff url(../img/tile.gif) top left repeat fixed;
}

.gregulars-pitch {
  padding: 40px 0;
  text-align: center;
  margin-bottom: 40px;
}

.gregulars-pitch h1 {
  font-size: 48px;
  letter-spacing: 0.1em;
  margin-top: 40px;
}

.btn-app {
  background-color: #b3b3b3;
  color: #fff;
  border-radius: 0;
  font-weight: 400;
  text-align: left;
  font-size: 13px;
  padding-left: 46px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-right: 10px;
  margin-top: 10px;
}

.btn-app:hover {
  background-color: #333;
  color: #fff;
  text-decoration: none;
}
.ios {
  background: #b3b3b3 url(../img/apple.png) 10px 10px no-repeat;
}
.android{
  background: #b3b3b3 url(../img/android.png) 10px 10px no-repeat;
}

.btn-gray {
  background-color: #b3b3b3;
  color: #fff;
  border-radius: 0;
  font-weight: 400;
  text-transform: uppercase;
}

.btn-gray:hover {
  background-color: #333;
  color: #fff;
  text-decoration: none;
}

.our-stuff h3 {
  text-align: center;
  padding-top: 1rem;

}

/* ABOUT */

.about .copytext {

}
.about .hero {
  padding-bottom: 1rem;
}
.about h2 {
  text-align: center;
  padding-top: 1rem;
}



/* BLOG */
.post-index {
  padding-top: 20px;
}
.post {
  text-align: center;
  margin: 20px 0;
}
.post h3 {
  font-size: 22px;
  padding-top: 1rem;
}
.meta {
  font-size: 0.8rem;
}

.blog-title {
  text-align: center;
  padding: 40px 0 20px 0 ;
}
.blog-title .nav{
  text-align: center;
}

.blog-title .nav-link {
  font-family: 'DIN Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 22px;
}

.blog .carousel-caption {
	background: #151515;
	background: rgba(80,80,80,0.6);
	left: 40px;
	width: 40%;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-top: 16px;
	height: auto;
	bottom: 40px;
	line-height: 1.4;

}
.blog .carousel-caption a {
	color: #fff;
}

.blog .carousel-inner {
	max-height: none;
}
.blog .carousel-item img {
	  width: 100%;
	  height: 100%;
	  margin-top: 0px;
	}

.blog-post-image {
  margin-bottom: 2em;
}

.blog-sidebar {margin-left: 20px;}

/* GREGULARS PAGE */

.gregulars {padding: 20px 0 40px;}
.gregulars h1, .gregulars h2, .gregulars h3 {text-align: center; margin-bottom: 1em; margin-top: 1em}
.gregulars .phone {margin-top: 1.5em}

.orderahead {text-align: center; padding: 40px 20px 0 20px; }
.orderahead .step {padding-top: 40px}
.orderahead .step2, .orderahead .step3 {
  background: transparent url(../img/dotdotdot.png) no-repeat;
  background-position: 0px 90px;
  padding-left: 80px;
}
.orderahead .step img {padding: 20px 0}

@media (max-width: 991px) {
  .steps, .apply {
    -webkit-flex-direction: column;
     flex-direction: column;
   }
   .steps img {margin: 10px 0}
   .step p { margin-top: 0}
   .orderahead .step {padding-top: 10px;}
}

/* LOCATIONS */


.location {
  background: #fff;
  padding:  0 0 10px 0;
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px
  }
.location h4 {
  padding-top: 0.5em;
  font-size: 22px;
}
.location .socmed a {
  opacity: 0.6;
}
.location .socmed a:hover {
  opacity: 1;
}

/* FOOD */

.food {
  padding-bottom: 20px;
  text-align: center;
}
.food img {}
.food h4 {
  padding-top: 0.5em;
  padding-bottom: 1em;
  font-size: 22px
}

.details {
  font-size: 14px;
}

.details .danger {color: red;}

/* CAREERS */

.apply {
  padding: 30px 0;
}
.apply .btn {
  background: #b2b2b2;
  border: none;
  text-transform: uppercase;
  border-radius: 0;
  min-width: 200px;
  padding: 10px;
  margin-bottom: 10px;
}
.apply .btn:hover {
  background: #333;
}

/* CONTACT US */

.contact input, .contact select, .contact textarea {
  font-family: 'Avenir Next', 'Avenir', sans-serif;
  border-radius: 0;
  color: #;
  border: none;
  margin-bottom: 1.4em;
}



.contact form {
  margin: 40px 0;
}

/* MENU */

#appmenu {
  background: #000;
}

#yext-widget-245479.yext-menu {
  color: #ccc;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Avenir Next', 'Avenir', sans-serif;
  padding: .5em;
  background: transparent;
}

#yext-widget-245479.yext-menu .yext-menu-section-title {
    font-size: 18px;
    background: transparent;

}

#yext-widget-245479.yext-menu .yext-menu-item-details {
	border-bottom: 2px solid #222;
	padding-bottom: .9em;
	margin-bottom: .9em;
}

#yext-widget-245479.yext-menu .yext-accentcolor {
	color: #ccc;
}

#yext-widget-245479.yext-menu .yext-menu-item-name {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}

#yext-widget-245479.yext-menu .yext-menus-list li {
	display: none;
}
#yext-widget-245479.yext-menu .yext-menu-item-desc, #yext-widget-245479.yext-menu .yext-menu-item-option {
	line-height: 1.6;
}

/* MEDIA QUERIES */

@media (min-width: 1200px) {
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .mobile {
    display: none;
  }

}
@media (max-width: 991px) {
  .no-mobile {
    display: none;
  }
  .navbar-nav .nav-link {
    padding: 0.1rem;
    text-align: center;
  }
  .carousel-item img {
    margin-top: -100px;
  }
  .gregulars-pitch img {
    max-height: 300px;
  }
}

@media (max-width: 575px) {
	p, ul, ol, li {font-size: 16px;}
  .navbar {display: block;}
  .btn-app {
    margin: 20px 20px 0 20px;
  }
  .gregulars-pitch h1 {
    font-size: 32px;
  }
  .gregulars-pitch .lead {
    font-size: 18px;
  }
  .blog-sidebar {
    margin-left: 0px;
    margin-top: 40px;}

}

@media (max-width: 420px) {
  .carousel-item img {
    margin-top: 0;
  }

}
