@import url(http://fonts.googleapis.com/css?family=Leckerli+One);

@font-face {
  font-family: ProximaNova Regular;
  src: url('../webfonts/2DED73_2_0.ttf');
}

@font-face {
  font-family: MuseoSlab;
  src: url('../webfonts/Museo_Slab_500_2-webfont.ttf');
}

a {
  color: #FFF;
  text-decoration: none;
}

a:hover {
  color: #FFF;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
  color: #FFF;
}

input, textarea {
  background-color: #f1f0ed;
  border: none;
}

h3 {
  color: #5e7e3a;
  font-family: MuseoSlab;
}

label {
  margin-bottom: 0;
}

#content {
  min-height: 325px;
  padding-bottom: 40px;
}

.col-centered{
  margin: 0 auto;
  float: none;
}

.orange {
  color: #e58f24;
}

#main > article:last-child { 
  border-bottom: none;
}

input.wpcf7-form-control.wpcf7-submit {
  background-color: #e58f24;
  padding: 10px 18px;
  margin: 5px;
  border-radius: 2px;
  float: left;
  cursor: pointer;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Carousel */
.carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 625px;
  overflow: hidden;
  z-index: -1;
}

.carousel-inner > .item > img {
  width: 100%;
}

.carousel-caption {
  left: 0;
  top: 230px;
  width: 100%;
  padding-bottom: 30px;
  bottom: 0;
  text-shadow: none;
}

.slider-controls {
  z-index: 1338;
  float: right;
  position: absolute;
  width: 150px;
  bottom: 0;
  right: 0;
  padding-bottom: 30px;
}

.slide-control-left {
  padding-right: 10px;
}

a.wpgmza_infowindow_link {
  color: white;
  font-size: 12px;
  text-decoration: none;
  background: #4e7123 url("/wp-content/uploads/2015/07/bg-button.png") left top repeat-x;
  border: 1px solid #46824c;
  padding: 5px 10px;
}

#chooselocationmenu {
  padding: 0;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
  margin-bottom: 0px;
  padding-top: 2px;
  padding-bottom: 1px;
  border: none;
  cursor: pointer;
}

ul.choose-location-ul {
  height: 200px;
  overflow: scroll;
}

#menu-choose-your-location > li, #menu-choose-your-location-1 > li {
  padding: 3px;
}
#menu-choose-your-location > li:hover, #menu-choose-your-location-1 > li:hover {
  background-color: rgb(234, 234, 234);
}

#menu-choose-your-location > .menu-item > a, #menu-choose-your-location-1  > .menu-item > a {
  color: gray;
  width: 100%;
  display: block;
}

ul#menu-choose-your-location, ul#menu-choose-your-location-1 {
  color: black;
  list-style-type: none;
  padding: 0;
}

.choose-location-wrapper {
  padding: 0 !important;
  border: none !important;
}

.menu-page-choose-location-wrapper {
  display: inline-block;
}

 ul#menu-choose-your-location-1 {
  text-align: left;
  padding: 5px 20px;
}

/* Main Navigation Window */

.navigation-menu {
  right: 0;
  top: 0;
  width: 300px;
  height: 100%;
  z-index: 99;
  -webkit-transform: translateX(400px);
      -ms-transform: translateX(400px);
          transform: translateX(400px);
  position: fixed;
  transition: 1s;
  background-color: #e48f26;
  -webkit-box-shadow: -10px 0px 30px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: -10px 0px 30px 0px rgba(0,0,0,0.3);
  box-shadow: -10px 0px 30px 0px rgba(0,0,0,0.3);
}

ul#menu-main-menu {
  list-style: none !important;
  font-size: 16px;
}

ul#menu-main-menu > li {
  margin-top: 20px;
}

ul#menu-main-menu > li > a {
  color: #843a1c;
  text-decoration: none;
}

ul#menu-main-menu > li.current-menu-item > a {
  color: white;
}

ul#menu-main-menu > li > a:hover {
  color: #FFFFFF;
}

.socialmedia-menu-icons i {
  color: white;
  padding-left: 5px;
  font-size: 20px;
}

.socialmedia-menu-icons {
  padding-left: 36px;
  margin-top: 20px;
}

.close-menu-wrapper {
  margin-top: 50px;
  text-align: right;
}

.close-menu-wrapper a {
  padding-right: 20px;
  color: white;
  text-decoration: none;
}

.homebanner {
  position: absolute;
  padding: 0;
  margin: 0;
  height: 0px;
  z-index: 1338;
  width: 100%;
  background: none;
}

.home .masthead {
  height: 597px;
}

.masthead {
  box-shadow: inset 0px 0px 100px 0px #000000;
  -webkit-box-shadow: inset 0px 0px 100px 0px #000000;
  -moz-box-shadow: inset 0px 0px 100px 0px #000000;
  -o-box-shadow: inset 0px 0px 100px 0px #000000;
  background-repeat: no-repeat;
  background-size: cover;
  height: 255px;
}

.navbar-buttons-wrapper {
  margin-top: 18px;
}

.navbar-buttons {
  border: 2px solid white;
  float: right;
}

.navbar-buttons div {
  display: inline-block;
  float: left;
  position: relative;
  padding: 5px 12px 5px 12px;
  border-right: 2px solid white;
}

.navbar-buttons a {
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
}

.navbar-buttons p {
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
  margin-bottom: 0px;
  padding-top: 3px;
}

.navigation {
  border-right: none;
  background-color: white;
}

.navigation p {
  color: black;
}

.slidertextwrapper {
  padding: 0;
  margin-top: 100px;
}

.slidertext {
  float: left;
  background-color: rgba(231, 181, 66, 0.85);
  text-align: left;
  padding: 0px 50px 10px 20px;
}

.btn-slider {
  border-color: #FFFFFF;
  border-width: 3px;
  color: white;
}

.btn-slider:hover {
  color: white !important;
}

.slidertext > p {
  font-size: 17px;
}

.slidertext h2 {
font-family: 'Leckerli One', cursive;
  font-size: 38px;
}

p, a, .entry-content li {
  font-family: ProximaNova Regular;
}

.slidertext p > a {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
  letter-spacing: 2px;
}

.scrolldown {
  position: absolute;
  width: 200px;
  bottom: 0;
  text-transform: uppercase;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.scrolldown p {
  margin: 0;
  font-size: 14px;
  margin: 0;
  letter-spacing: 2px;
}

.angledownarrow {
  font-size:40px !important;
  font-weight: bold;
  -webkit-animation: angledownanimation 5s infinite; /* Safari 4+ */
  animation: angledownanimation 5s infinite; /* Safari 4+ */
}

@keyframes angledownanimation {

  0% {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  }

  50% {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  }

  100% {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  }

}

@-webkit-keyframes angledownanimation {

  0% {
  -webkit-transform: translateY(-10px);
  }

  50% {
  -webkit-transform: translateY(0px);
  }

  100% {
  -webkit-transform: translateY(-10px);
  }

}

.promobar {
  width: 100%;
  background-color: #5e7e3a;
  text-align: center;
  font-size: 24px;
  color: white;
}

.promobar p {
  margin: 0;
  font-family: MuseoSlab;
  padding: 8px;
}

span.promobutton {
  background-color: #e58f24;
  padding: 10px 10px 6px 10px;
  text-transform: uppercase;
  font-size: 17px;
  margin: 10px;
}

.cta-wrapper {
  margin: 50px 0px 50px 0px;
}

.subtext {
  color: #86614a;
  font-style: italic;
  font-size: 13px;
}

.cta > h3 {
  color: #422919;
}

.cta hr {
  display: block;
  position: relative;
  padding: 0;
  margin: 8px auto;
  height: 0;
  width: 10%;
  max-height: 0;
  font-size: 1px;
  line-height: 0;
  clear: both;
  border: none;
  border-top: 1px solid #5e7e3a;
  border-bottom: 1px solid #5e7e3a;
}

.cta-main-link {
  color: #e58f24;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  transition: 0.3s;
}

.cta a:hover, .cta a:focus {
  color: #F2B76D;
  text-decoration: none;
}

.socialmediasection {
  background: url('/wp-content/uploads/2015/04/background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  overflow: hidden;
}

.socialmediawrapper {
  padding: 30px;
}

.socialmedia {
  border: 10px solid white;
  height: 320px;
  -webkit-box-shadow: 0px 10px 45px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 10px 45px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 10px 45px 0px rgba(0,0,0,0.5);
}

.socialmedia.twitter {
  overflow:hidden;
}

.snapwidget-wrapper {
  overflow:scroll;
  height: 300px;
  padding-top: 90px;
  overflow-x: hidden;
}

.instagram-img-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.instagram-img-wrapper > img {
    width: 100%;
    border-bottom: 4px solid rgb(220, 210, 197);
}

.speech-left {
  border-right-color: rgba(255, 255, 255, 1);
  border-top-width: 65px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  border-right-width: 35px;
  border-right-style: solid;
  border-bottom-width: 35px;
  position: relative;
}

.speech-right {
  border-left-color: rgba(255, 255, 255, 1);
  border-top-width: 65px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  border-left-width: 35px;
  border-left-style: solid;
  border-bottom-width: 35px;
  margin-left: 20px;
  position: relative;
}

.speech-center {
  border-bottom-width: 35px;
  margin: 0 auto;
  border-top-width: 35px;
  border-left-color: transparent;
  border-top-style: solid;
  border-left-width: 20px;
  border-left-style: solid;
  border-right-width: 20px;
  border-right-style: solid;
  border-top-color: white;
  border-right-color: transparent;
  width: 0px;
  position: relative;
}

.plate {
  text-align:center;
  width: 100%;
}

.plate > img {
  margin: 0 auto; 
}

#footer {
  margin-top: 70px;
  padding: 0;
  background-color: #422919;
  border-top: none;
  position: relative;
}

.home #footer {
  margin-top: 0px;
  padding: 0;
  background-color: #422919;
  border-top: none;
  position: relative;
  -webkit-box-shadow: 0px 0px 45px 10px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 45px 10px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 45px 10px rgba(0,0,0,0.4);
}

#footer li {
  width: 100%;
  float: left;
  list-style: none !important;
  border-bottom: none;
  padding: 0;
}

#menu-california-locations li {
  width: 50%;
}

.footerlogo {
  margin-top: -70px;
  text-align: center;
}

.sister-restaurant-btn {
  margin-right: 10px;
}

.col-md-4.locations {
  float: left;
}

.locations h1 {
  font-family: MuseoSlab;
  color: #e58f24;
  font-size: 24px;
}

.locations h2 {
  font-family: MuseoSlab;
  color: #e58f24;
  font-size: 20px;
}

.locations p {
  color: white;
  font-size: 15px;
}

#menu-california-locations {
  padding-left: 0px;
  float: left;
  margin-top: 10px;
  margin-bottom: 0px;
}

#menu-nevada-locations, #menu-extra-links {
  padding-left: 0px;
  float: left;
  margin-top: 10px;
  margin-bottom: 0px;
  width: 100%;
}

.right-footer {
  padding-left: 60px;
}

#map-canvas {
  width: 100%;
  height: 400px;
}

.loc-map-infowindow h3, .wpgmza_infowindow_title {
  margin-bottom: 0;
  margin-top: 8px;
  font-size: 16px;
  font-family: MuseoSlab;
  color: #5e7e3a;
}

.loc-map-infowindow p {
  margin: 0;
}

.loc-map-infowindow button, .loc-map-infowindow button:hover, .loc-map-infowindow button:focus, .loc-map-infowindow button:active{
  background-color: #88BD4B;
  border: none;
  color: white;
}

a.wpgmza_infowindow_link {
  background-color: #88BD4B;
  border: none;
  padding: 11px;
  font-size: 13px;
  border-radius: 5px;
}

#footer-widgets {
  padding: 10px;
}

#footer a {
  color: #FFF;
  text-decoration: none;
}

#footer hr {
  float: left;
  display: block;
  position: relative;
  padding: 0;
  margin: 2px auto;
  height: 0;
  width: 20%;
  max-height: 0;
  font-size: 1px;
  line-height: 0;
  clear: both;
  border: none;
  border-top: 2px solid #5e7e3a;
  border-bottom: 1px solid #5e7e3a;
}

#footer-wrapper {
  margin-bottom: 50px;
}

#sub-floor {
  background-color: #28170c;
  font-size: 12px;
}

.google-address {
  color: black;
}

.google-address:hover {
  color: black;
}

/*********
Page
*********/

.secondary-masthead {
  width: 100%;
  text-align: center;
  background: url("/wp-content/uploads/2015/05/tanbg.jpg");
  padding: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-content {
  width: 100%;
  text-align: center;
  background: url("/wp-content/uploads/2015/05/tanbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.page-content-inner h3 {
  margin: 0;
  color: black;
  font-size: 26px;
  font-family: MuseoSlab;
}

.page-content-inner {
  font-size: 16px;
  width: 60%;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 70px;
}

/*********
Locations
*********/

.location-content {
  margin-bottom: 100px;
}

.orangeh1 {
  font-family: 'Leckerli One', cursive;
  color: #e58f24;
}

.searchlocationtext {
  width: 400px;
  color: gray;
  height: 30px;
  background-color: white;
}

.food-type-h1 {
  text-align: center;
  color: #e18f40;
  font-family: 'Leckerli One', cursive;
  font-size: 60px;
  margin-bottom: 30px;
}

.searchlocationbtn {
  color: #FFF;
  text-decoration: none;
  background-color: #e58f24;
  padding: 6px 10px;
  border: none;
  font-family: ProximaNova Regular;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  vertical-align: top;
}

.masthead-interior h1, .masthead-interior p {
  text-align: center;
  color: white;
  font-family: 'Leckerli One', cursive;
  font-size: 60px;
}

.interior-header-wrapper {
  width: 100%;
  background: url("/wp-content/uploads/2015/05/tanbg.jpg");
  background-size: cover;
  padding: 50px;
}

.interior-header {
  text-align: center;
  font-size: 16px;
  width: 60%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.interior-header h1, .interior-header h3 {
  margin: 0;
  text-align: center;
  color: #5e7e3a;
  font-size: 26px;
  font-family: MuseoSlab;
  line-height: 1.3;
}

.interior-header p {
  margin: 20px;
}

.interior-header .buttons {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.orange-button {
  display: inline-block;
}

.orange-button a {
  background-color: #e56824;
  padding: 10px 18px;
  margin: 5px;
  border-radius: 2px;
  float: left;
  cursor: pointer;
}

.red-button {
  display: inline-block;
}

.red-button a {
  background-color: #e58f24;
  padding: 10px 18px;
  margin: 5px;
  border-radius: 2px;
  float: left;
  cursor: pointer;
}

.catering-absolute-btn {
  background-color: #869B63;
  padding: 6px 10px;
  text-transform: uppercase;
  border-radius: 2px;
  font-size: 11px;
  cursor: pointer;
  float: right;
  letter-spacing: 1px;
}

.catering-absolute-btn img {
  padding-right: 5px;
}

.green-btn {
  padding: 8px 8px !important;
  margin-left: 5px;
  border-radius: 2px;
  cursor: pointer;
  border: 2px solid rgba(0, 128, 0, 0.3);
  transition: 0.5s;
  display: inline-block;
  margin-bottom: 5px;
}

.green-btn:hover {
    border: 2px solid rgba(0, 128, 0, 0.5);
}

.greenhr {
  display: block;
  position: relative;
  padding: 0;
  margin: 8px auto;
  height: 0;
  width: 5%;
  max-height: 0;
  font-size: 1px;
  line-height: 0;
  clear: both;
  border: none;
  border-top: 1px solid #5e7e3a;
  border-bottom: 1px solid #5e7e3a;
}

.greenh3 {
  font-family: MuseoSlab;
  color: green;
  font-size: 16px;
  margin: 4px 0px;
}

.greenh3 > a {
  font-family: MuseoSlab;
  color: green !important;
  font-size: 16px;
  margin: 4px 0px;
}

#blog-sidebar .widget {
  margin-bottom: 30px;
  background-color: #f6f6f3;
  padding: 20px;
}

#blog-sidebar .widget a {
  color: black;
}

div#blog-sidebar h4 {
  font-family: MuseoSlab;
  color: green;
  font-size: 16px;
  margin: 4px 0px;
}

.location-information h3 {
  font-family: MuseoSlab;
  color: green;
  font-size: 16px;
}

.location-information p {
  margin: 0;
}

.location-attributes a {
  color: black;
}

.col-md-12.location-attributes {
  padding: 11px 0px;
  margin: 15px 15px;
  border-top: 1px solid rgba(128, 128, 128, 0.5);
  border-bottom: 1px solid rgba(128, 128, 128, 0.5);
  width: 100%;
  text-align: left;
  background-color: white;
}

/*********
Location Page - Listing All Locations
**********/

.location-text-box {
    width: 69%;   
    float: left;
}

.location-text-box h3 {
  font-family: MuseoSlab;
  color: #5e7e3a;
  font-size: 16px;
  margin: 4px 0px;
}

.location-text-box p {
  margin: 0;
}

.location-attributes-box {
  width: 31%;   
  float: right;   
  text-align: right;
}

.location-box {
  width: 100%;    
  border-top: 1px solid #CDCDCD;
  float: left;
  margin: 10px 0px;
  padding: 10px 0px;
}

.menu-item-box {
  width: 100%;
  border-top: 1px solid #CDCDCD;
  float: left;
  margin: 10px;
  padding: 5px 10px;
  height: 150px;
  line-height: 1.1;
}

.location-attributes {
  margin-top: 20px;
  background-color: #fcf2e5;
  padding: 5px;
  text-align: center;
  width: 22%;
}

.location-attributes-archive {
  margin-top: 20px;
  background-color: #fcf2e5;
  padding: 5px;
  text-align: center;
}

.location-attributes-archive a {
  color: black;
  padding: 10px 2px 10px 0px;
  font-size: 12px;
}

.location-attributes-archive a > img {
  width: 15px;
}

/* MENU */

.menu-attributes-box {
  width: 100%;
  float: left;
  text-align: left;
}

.menu-btn-wrapper {
  width: 100%;
  text-align: center;
}

.greenbutton {
  background-color: #5e7e3a;
  text-align: center;
  border-radius: 2px;
  margin: 3px;
  color: white;
  float: none;
  margin: 3px auto;
  display: inline-block;
}

.greenbutton p {
  padding: 15px 0px;
  margin: 0;
  font-family: MuseoSlab;
  font-size: 13px;
}

.menu-categories-wrapper {
    background-color: #422919;
}

.menu-categories-wrapper .container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.featured-plate {
  position: relative;
}

.featured-plate > img {
  width: 100%;
  height: 175px;
}

.featured-plate-text {
  background-color: rgba(255, 255, 255, 0.67);
  color: white;
  position: absolute;
  margin-bottom: 0px;
  width: 100%;
  bottom: 0;
}

.featured-plate-text > p {
  margin: 0;
  background-color: rgba(255, 165, 0, 0.67);
  padding-left: 10px;
}

.menu-text-box {
  width: 100%;   
  float: left;
}

.menu-text-box h3 {
  font-family: MuseoSlab;
  color: green;
  font-size: 16px;
  margin: 4px 0px;
}

.menu-text-box p {
  margin: 0;
}

.location ul.dropdown-menu {
  margin: 0 auto;
  float: none;
  left: 0;
  right: 0;
  width: 200px;
}

.location > .btn {
  background-color: #e56824;
  padding: 10px;
  margin: 5px;
  color: white;
  border: none;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.col-md-4.clearfix.location-map {
  padding-bottom: 30px;
}

div#hoverNav {
  display: none !important;
}

/* Index.PHP */
.the-post-featured-image {
  float: left;   
  width: 35%;
}

.the-post-featured-image .featured-img-bg {
  height: 200px;
}

.the-post-featured-image .featured-img img {
  height: 200px;
}

.the-post-content {
  float: right;   
  width: 65%;
}

.the-post-content > .article-header {
  padding: 0px 20px 0;
}

.the-post-content .entry-content p {
  font-size: 14px;
}

.entry-content p, .entry-content li {
  font-size: 14px;
}

.the-post-content > .entry-content a {
  color: white;
}

.entry-content a {
  color: #4e7123;
}

.blog .hentry {
  border-bottom: 1px solid lightgray;
  margin: 0 0 35px 0;
}

.custom-read-more-btn {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #e58f24;
  transition: 0.3s;
  border: none;
  border-radius: 2px;
  padding: 10px 18px;
}

.custom-read-more-btn:hover {
background-color: #F9AA49;
}

.custom-read-more-btn:hover {
  color: white !important;
}

/* VIP Club */

.orange-submit-btn {
  background-color: #e56824;
  border: none;
  padding: 10px 20px;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.vip-input {
  float: right;
  background-color: #f1f0ed;
  border: none;
  padding: 3px;
}

.vip-input-wrapper {
  padding: 0px 20px;
}

/* Gift Cards */

.gift-card-featured-text {
  float: left;
  background-color: rgba(231, 181, 66, 0.85);
  text-align: left;
  padding: 0px 50px 10px 20px;
}

.gift-card-featured-text {
  position: absolute;
  bottom: 50px;
  background-color: rgba(189, 30, 50, 0.75);
  color: white;
}

.gift-card-content {
  text-align: left;
  margin: 20px 0px;
  float: left;
}

.gift-card-featured {
  text-align: center;
  display: inline-block;
  width: 100%;
  max-height: 450px;
  overflow: hidden;  
}

.gift-card-featured img {
  width: 100%;
}

.gift-card-btns {
  background-color: #f6f6f3;
  float: left;
}

.gift-card-btns img {
    margin: 10px;
}

/* Pop Up */

#sammys-pop {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 1.0;
    transition: 1s;
}

#sammys-pop > .container {
  background-color: white;
  margin-top: 60px;
  overflow-y: scroll;
  width: 700px;
}

#sammys-pop .pop-title {
  text-align: center;
  padding: 10px 0;
  background-color: #E8E8E8;
}

#sammys-pop .col-md-12.pop-title h1 {
    font-size: 41px;
    color: #E58F24;
    font-family: MuseoSlab;
}

#sammys-pop .pop-content {
  text-align: center;
  padding: 10px 20px;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
}

#sammys-pop .col-md-12.pop-content p {
    font-size: 18px;
}

#sammys-pop .buttons {
  text-align: center;
  text-transform: uppercase;
}

#sammys-pop .orange-button a, #sammys-pop .red-button a {
  width: 100%;
}

#sammys-pop .buttons-wrapper {
  border-top: 2px solid #E8E8E5;
  padding: 10px 0;
}

#sammys-pop .sammy-pop-logo {
  position: absolute;
  z-index: 100;
  -webkit-transform: translateX(-50px) translateY(-50px) rotate(-20deg);
  -ms-transform: translateX(-50px) translateY(-50px) rotate(-20deg);
  transform: translateX(-50px) translateY(-50px) rotate(-20deg);
  -webkit-animation: sammy-pop-logo-animation 5s infinite; /* Safari 4+ */
  -moz-animation:    sammy-pop-logo-animation 5s infinite; /* Fx 5+ */
  -o-animation:      sammy-pop-logo-animation 5s infinite; /* Opera 12+ */
  animation:         sammy-pop-logo-animation 5s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes sammy-pop-logo-animation {
  0%   { -webkit-transform: translateX(-50px) translateY(-50px) rotate(-20deg);}
  50% { -webkit-transform: translateX(-50px) translateY(-50px) rotate(-25deg); }
}

@-moz-keyframes sammy-pop-logo-animation {
  0%   { transform: translateX(-50px) translateY(-50px) rotate(-20deg); }
  50% {   transform: translateX(-50px) translateY(-50px) rotate(-25deg); }
}
@-o-keyframes sammy-pop-logo-animation {
  0%   { transform: translateX(-50px) translateY(-50px) rotate(-20deg); }
  50% {   transform: translateX(-50px) translateY(-50px) rotate(-25deg); }
}
@keyframes sammy-pop-logo-animation {
  0%   { transform: translateX(-50px) translateY(-50px) rotate(-20deg); }
  50% {   transform: translateX(-50px) translateY(-50px) rotate(-25deg); }
}

.excerpt-read-more {
  display: none;
}

p > img.ajax-loader {
  display: none;
}
.navbar {
  border: none;
}

/* Events */

.event-information > h1 {
color: #5e7e3a;
  font-family: MuseoSlab;
  font-size: 20px;
}

.event-information > p {
margin: 0;
}

.event-information > hr {
  border-top: 1px solid #000000;
}

.col-md-8.event-information {
  margin-bottom: 70px;
}

.event-img {
  margin-bottom: 50px;
}

.event-img img {
  width: 100%;
  border: 1px solid black;
  height: 220px;
}

.event-box {
  height: 400px;
}

.event-text-box h3 {
  font-size: 16px;
}

.event-main-img img {
  width: 100%;
  border: 1px solid black;
  height: 220px;
}

.event-button a {
  background-color: #e58f24;
  padding: 6px 10px;
  text-transform: uppercase;
  border-radius: 2px;
  font-size: 11px;
  float: left;
  cursor: pointer;
  letter-spacing: 1px;
}

.sidebar-div h3{
  margin-top: 0;
}

.sidebar-div {
  background-color: #f6f6f3;
  padding: 30px;
  margin-bottom:20px;
}

.active {
  background-color: #e58f24 !important;
}

/* BUGS */

/* .animated { 
  -webkit-animation-duration: 1s; 
  animation-duration: 1s; 
  -webkit-animation-fill-mode: both; 
  animation-fill-mode: both; 
} 

@-webkit-keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-30px);} 
    60% {-webkit-transform: translateY(-15px);} 
} 

@keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
    40% {transform: translateY(-30px);} 
    60% {transform: translateY(-15px);} 
} 

.bounce { 
  -webkit-animation-name: bounce; 
  animation-name: bounce; 
} */

/* Bootstrap 3 does a weird modal thing where it shifts all of the content to the right - here's a fix: */

body.modal-open {
  overflow: visible;
}

.modal-body iframe {
    width: 100%;
  height: 500px;
}

.modal-title {
  font-family: MuseoSlab;
  color: green;
  font-size: 16px;
}

.modal-dialog {
  width: 800px;
}

.modal-title a {
  color: orange;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
  border: 2px solid orange;
  padding: 3px;
  margin: 10px;
  vertical-align: middle;
}

.wpgmza_markerbox.scrollFix > p:last-child {
  display: none;
}

p.wpgmza_infowindow_link {
  line-height: 30px;
}

.wpgmza_markerbox a.wpgmza_infowindow_link {
  color: white !important;
}

ul.dropdown-menu.choose-location-ul {
  width: 100%;
  overflow-x: hidden;
}

.entry-content a {
    color: #E58F24;
}

/* ADA Accessibility */

a.offscreen {
  position:absolute;
  left:-1000px;
  top:-1000px;
  width:1px;
  height:1px;
  text-align: left; 
  overflow:hidden;
  z-index: 9999;
}

a.offscreen:focus, a.offscreen:active, a.offscreen:hover { 
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
    background-color: #1B1B04;
    padding: 10px;
    border: 1px solid #E58F24;
    margin: 10px;
}

/* Mobile */

.mobile-buttons-wrapper {
  display: none;
}

.mobile-cta {
  display: none;
}

/* Media Queries */

@media (max-width: 1199px) {

  #sammys-pop .sammy-pop-logo {
    display: none;
  }

  #sammys-pop > .container {
      width: 520px;
  }

} /* END MEDIA QUERY: 1199px */

@media (max-width: 992px) {

  .slidertext h2 {
    font-size: 33px;
  }

  .navbar-buttons a:first-child {
      display: none;
  }

  .carousel {
      height: 485px;
  }

  .carousel-caption {
      top: 55px;
  }

  .featured-plate {
    margin: 20px;
  }

  .featured-plate > img {
    width: 100%;
    height: auto;
  }

  .right-footer {
    padding-left: 15px;
  }

  #sammys-pop > .container{
    width:400px;
  }

} /* END MEDIA QUERY: 992px */

@media (max-width: 768px) {

  .mobile-buttons-wrapper {
    background-color: #422919;
    height: 55px;
    display: block;
    padding-top: 5px;
    -webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.49);
    -moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.49);
    box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.49);
  }

  .navbar > .container {
    display: none;
  }

  .mobile-location-nav {
    width: 20%;
    padding-left: 10px;
    text-align: center;
    float: left;
  }

  .mobile-logo-nav {
    width: 60%;
    padding-left: 5px;
    text-align: center;
    float: left;
  }

  .mobile-menu-nav {
    width: 20%;
    padding-right: 10px;
    text-align: center;
    float: right;
  }

  .mobile-navbar-buttons.row {
    color: white;
  }

  .mobile-nav > p {
    margin: 0;
    text-transform: uppercase;
    font-size: 11px;
  }

  .mobile-nav > p > i {
    font-size: 30px;
    color: #e58f24;
  }

  .slidertext {
    float: none;
    background-color: rgba(231, 181, 66, 0);
    text-align: center;
    padding: 5px 45px;
  }

  .home .masthead {
    height: 400px;
  }

  .slidertextwrapper {
      margin-top: 0px;
  }  

  header.header {
    position: relative;
    z-index: 2;
  }

  .cta, .socialmediawrapper {
    display: none;
  }

  .socialmediasection {
    height: 310px;
  }

  .footerlogo {
    display: none;
  }

  .plate > img {
    width: 100%; 
  }

  .mobile-cta {
    display: block;
    margin-top:15px;
    float: left;
    width: 100%;
  }

  .mobile-cta-btn {
    background-color: rgb(229, 143, 36);
    color: white;
    padding: 1px 5px;
    margin: 10px;
    font-family: MuseoSlab;
  }

  .mobile-cta-btn h3 {
    margin: 10px;
    color: white;
  }

  .navbar {
    position: fixed;
    width: 100%;
  }

  .second-cta.mobile-cta-btn {
    background-color: #e56824;
  }

  .third-cta.mobile-cta-btn {
    background-color: #edb01c;
  }

  .right-footer {
    padding-left: 0px; 
  }

  div#footer-widgets {
      text-align: center !important;
  }

  #footer hr {
    float: none;
  }

  #footer-wrapper {
    margin-bottom: 0px;
  }

  .masthead-interior {
    padding-top: 80px;
    margin-top: 0px;
  }

  .masthead-interior h1 {
    font-size: 40px;
    margin-top: 40px;
  }

  form.wpcf7-form {
    overflow: hidden;
  }

  html #wpadminbar {
    position: fixed;
  }

  .carousel-inner > .item > img {
    width: 100%;
    height: auto;
  }

  .cta-container {
    display: none;
  }

  .carousel-caption {
    top: 0px;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .carousel {
      height: 280px;
      padding-top: 55px;
  }

  .orangeh1 {
    text-align: center;
    width: 100%;
  }

  .interior-header-wrapper {
    padding: 0px;
  }

  .interior-header {
    width: 100%;
  }

  .page-content-inner {
    width: 90%;
  }

  .greenbutton {
    display: block;
    padding: 0px;
    margin: 5px 25px;
  }

  .location-attributes {
    width: 85%;
  }

  .menu-item-box {
    margin: 10px 0px;
    padding: 10px 0px;
  }

.slider-controls {
    width: 100%;
    bottom: 60px;
}

  .slide-control-right {
    float: right;
  }

  .scrolldown {
    display: none;
  }

  .searchlocationtext {
    width: 250px;
  }

  .the-post-featured-image {
    display:none;
  }

  .the-post-content {
    width: 100%;
  }

  .col-md-4.locations {
    float: none;
  }

  .gift-card-featured {
    display: none;
  }

  #sammys-pop > .container{
    width:400px;
  }

  .slidertext h2 {
      font-size: 27px;
  }

  /* Issues with page being stretched to right/left on mobile */

  a img.alignnone {
      margin: 0;
  }

  .alignnone {
      margin: 0;
  }

  #sidebar img {
    width: 100%;
  }

  #side form .vip-input-wrapper {
    padding: 0;
  }

  #side form .vip-input {
      float: left;
      width: 100%;
  }

  #side form .monthandday {
      display: block;
      width: 100%;
      margin: 0;
      height: auto;
  }
  
  #side form .monthandday > select, #ada-birthday-year {
      margin: 0;
      margin-bottom: 10px;
      height: 30px !important;
      width: 100% !important;
  }

} /* END MEDIA QUERY: 768px */

@media (max-width: 521px) {

  #sammys-pop > .container {
    margin: 0;
    height: 100%;
    padding-bottom: 160px;
    width: initial;
    max-height: initial !important;
  }

  #sammys-pop .col-md-12.pop-title h1 {
    font-size: 40px;
  }

  #sammys-pop .buttons-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: white;
  }

  .slidertext h2 {
  margin-top: 5px;
  }

  .offscreen {
    display: none;
  }


} /* END MEDIA QUERY: 521px */

@media (max-width: 480px) {

} /* END MEDIA QUERY: 480px */
