/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/*** Variables ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  font-family: 'Lato', sans-serif;
  font-weight: 400; }

input {
  -webkit-appearance: none;
  border-radius: 0; }

ol, ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

li {
  font-size: 16px;
  line-height: 27px;
  color: #6d6d6d;
  letter-spacing: 0.25px; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input {
  -webkit-appearance: none;
  border-radius: 0; }

img {
  border: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Alegreya', serif; }

h3 {
  color: #333333;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 20px; }

h2 {
  color: #fff; }

.clear {
  clear: both; }

.alignright {
  float: right;
  margin: 0 0 10px 20px; }

.alignleft {
  float: left;
  margin: 0 20px 10px 0; }

p {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 25px;
  color: #6d6d6d;
  letter-spacing: 0.25px; }

input {
  -webkit-appearance: none;
  border-radius: 0; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

a {
  text-decoration: none;
  color: #77a1d5; }

.clear {
  clear: both; }

span.small-caps {
  font-size: 11px;
  padding-left: 2px; }

/*****************************************

Header

*****************************************/
header.main {
  width: 90%;
  margin: 3px auto -2px auto;
  padding: 0 5%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  header.main .logo img {
    width: 165px;
    height: auto;
    opacity: 0.6; }
  header.main nav.main {
    text-align: right;
    position: relative;
    top: 39px; }
    header.main nav.main ul li {
      display: inline-block;
      text-transform: uppercase;
      position: relative;
      font-size: 14px;
      margin-left: 60px;
      letter-spacing: 0.5px; }
      header.main nav.main ul li a {
        color: #6d6d6d;
        transition: all 0.2s ease-in-out; }
        header.main nav.main ul li a:hover {
          color: #77a1d5;
          padding-bottom: 3px;
          border-bottom: 2px solid #77a1d5; }

nav.main ul li ul {
  padding: 8px 10px 6px 25px;
  position: absolute;
  top: 29px;
  left: -25px;
  width: 125px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  text-align: left;
  background-color: #fff; }

nav.main ul li ul li {
  display: block;
  text-align: left;
  width: 100%;
  margin: 0 0 12px 0 !important;
  font-size: 13px !important; }

nav.main ul li ul li a {
  width: 100%;
  padding-top: 16px; }

nav.main ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible; }

/*****************************************

Home Page

*****************************************/
.home-banner {
  width: 95%;
  padding: 200px 2.5%;
  text-align: center; }
  .home-banner .caption-light {
    padding: 50px;
    border: 2px solid #fff;
    width: 60%;
    margin: 0 auto; }
    .home-banner .caption-light h1 {
      color: #fff;
      font-size: 50px;
      line-height: 57px;
      text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
       }
    .home-banner .caption-light h2 {
      color: #fff;
      font-size: 30px;
padding-top: 30px;
line-height: 39px;
      text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6); }
  .home-banner .caption-dark {
    padding: 50px;
    border: 2px solid #333333;
    width: 60%;
    margin: 0 auto; }
    .home-banner .caption-dark h1 {
      color: #333333;
      font-size: 50px;
      padding-bottom: 30px; }
    .home-banner .caption-dark h2 {
      color: #333333;
      font-size: 28px; }
      .home-banner .caption-light h2 a {
         color: #fff;
         transition: all 0.3s ease-in-out;
      }
      .home-banner .caption-light h2 a:hover {
         color: #eee;
      }

.home-about {
  width: 100%;
  margin: 80px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .home-about .left {
    width: 40%;
    margin: 140px 5% 0 5%; }
  .home-about .right {
    width: 50%;
    height: 500px; }

.home-menu {
  width: 90%;
  padding: 160px 5%;
  text-align: center;
  background-attachment: fixed }
  .home-menu h2 {
    font-size: 50px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
    padding-bottom: 100px; }
  .home-menu ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .home-menu li {
    position: relative;
    margin: 0 1% 50px 1%; }
    .home-menu li:first-child {
      margin-left: 0; }
    .home-menu li:last-child {
      margin-right: 0; }
    .home-menu li a {
      color: #fff;
      padding: 14px 30px;
      border: 2px solid #fff;
      text-transform: uppercase;
      letter-spacing: 1px;
      white-space: nowrap;
      font-size: 18px;
      transition: all 0.25s ease-in-out; }
      .home-menu li a:hover {
        color: #f6bb22;
        border: 2px solid #f6bb22; }

.home-reservations {
  width: 100%;
  margin: 80px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .home-reservations .right {
    width: 40%;
    margin: 160px 5% 0 5%; }
    .home-reservations .right .content p {
      padding-bottom: 30px;
      position: relative; }
  .home-reservations .left {
    width: 50%;
    height: 500px; }

/*****************************************

Main Button Styles

*****************************************/
.blue-button {
  position: relative;
  margin: 10px 0; }
  .blue-button a {
    color: #77a1d5;
    padding: 14px 30px;
    border: 2px solid #77a1d5;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-size: 16px;
    transition: all 0.25s ease-in-out; }
    .blue-button a:hover {
      color: #f6bb22;
      border: 2px solid #f6bb22; }

/*****************************************

Instagram Feed

*****************************************/
.instagram-stream {
  width: 100%;
  margin: 0 auto; }

.instagram-stream li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: -2px; 
}
.instagram-stream li.is-text {
}
.instagram-stream a {
  display: block;
  width: 100%;
  height: 100%; }
  .instagram-stream a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    transition: all 0.3s ease-in-out; }
  .instagram-stream a:hover:before {
    background-color: transparent; }
.instagram-stream .is-text {
  text-align: left;
  padding: 0 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }
.instagram-stream .is-text-inner-table {
  display: table; }
.instagram-stream .is-text-inner-cell {
  display: table-cell;
  vertical-align: middle; }
.instagram-stream p {
  margin-bottom: 0; }
.instagram-stream h4 a {
  color: #77a1d5;
  font-size: 36px;
  margin-bottom: 26px;
  margin-top: 5.5%;
  transition: color 0.3s ease-in-out; }
  .instagram-stream h4 a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    background-color: transparent;
    z-index: 1;
    transition: all 0.3s ease-in-out; }
  .instagram-stream h4 a:hover {
    color: #f6bb22; }

/*****************************************

Footer

*****************************************/
footer.main {
  background-color: #333333;
  width: 90%;
  padding: 100px 5% 20px 5%;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 25px;
  font-weight: 300; }
  footer.main .footer-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 60px;
    vertical-align: top; }
  footer.main h4 {
    color: #f6bb22;
    font-size: 26px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    margin-bottom: 35px; }
  footer.main h5 {
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    margin-bottom: 3px; }
  footer.main .left {
    text-align: left; }
    footer.main .left ul.content li {
      margin-bottom: 25px;
      color: #fff; }
      footer.main .left ul.content li a {
        color: #fff;
        transition: all 0.3s ease-in-out; }
        footer.main .left ul.content li a:hover {
          color: #77a1d5; }
  footer.main .middle {
    text-align: center; }
    footer.main .middle .content {
      margin-bottom: 25px; }
      footer.main .middle .content p {
        color: #fff; }
  footer.main .right {
    text-align: right; }
    footer.main .right ul.footer-social {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      justify-content: flex-end;
      -webkit-justify-content: flex-end;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin-top: 35px; }
      footer.main .right ul.footer-social li {
        margin-left: 15px; }
        footer.main .right ul.footer-social li img {
          width: 32px;
          height: 32px;
          transition: all 0.3s ease-in-out; }
          footer.main .right ul.footer-social li img:hover {
            opacity: 0.7; }
  footer.main .copyright {
    text-align: center;
    font-size: 15px;
    width: 97.5%; }
    footer.main .copyright a {
      color: #fff;
      transition: all 0.3s ease-in-out; }
      footer.main .copyright a:hover {
        color: #77a1d5; }
        footer.main .fine-print {
          color: #676767;
          font-size: 15px;
          line-height: 20px;
          padding-top: 18px;
          font-style: italic;
        }

.ctct-custom-form {
  margin-bottom: 35px; }
  .ctct-custom-form input[type="text"] {
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 8px 10px;
    background-color: transparent;
    letter-spacing: 0.5px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    width: 170px;
    margin-right: 10px; }
  .ctct-custom-form button.ctct-button {
    border: 2px solid #f6bb22;
    color: #f6bb22;
    text-transform: uppercase;
    font-size: 13px;
    padding: 8px 10px;
    background-color: transparent;
    letter-spacing: 0.5px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    transition: all 0.3s ease-in-out; }
    .ctct-custom-form button.ctct-button:hover {
      border: 2px solid #77a1d5;
      color: #77a1d5;
      cursor: pointer; }

#success_message {
  text-align: right;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #77a1d5;
  text-transform: uppercase;
  position: relative;
  right: 0; }

/*****************************************

About Page

*****************************************/
.secondary-title {
  width: 95%;
  padding: 150px 2.5%;
  text-align: center; }
  .secondary-title .caption-light span.brdr {
    display: inline-block;
    padding: 20px 35px;
    border: 2px solid #fff; }
  .secondary-title .caption-light h1 {
    color: #fff;
    font-size: 50px;
    padding: 20px 0;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
    margin: 0 auto;
    width: 40%; }
  .secondary-title .caption-dark span.brdr {
    display: inline-block;
    padding: 20px 35px;
    border: 2px solid #333333; }
  .secondary-title .caption-dark h1 {
    color: #333333;
    font-size: 50px;
    padding: 20px 0;
    margin: 0 auto;
    width: 40%; }

.white-wrapper {
  width: 65%;
  margin: 0 auto;
  padding: 100px 17.5%;
  text-align: center; }

.photo-wrapper {
  width: 65%;
  margin: 0 auto;
  padding: 160px 17.5%;
  text-align: center; }
  .photo-wrapper h3 {
    color: #fff;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6); }
  .photo-wrapper .content p {
    color: #fff;
    margin-bottom: 0; }

.wide-wrapper {
  width: 90%;
  padding: 100px 5%; }
  .wide-wrapper .bio-top {
    margin-bottom: 120px;
    position: relative; }
    .wide-wrapper .bio-top img {
      float: left;
      margin: 0 25px 5px 0;
      width: 500px;
      height: auto; }
    .wide-wrapper .bio-top h4 {
      color: #333333;
      font-size: 28px;
      margin-bottom: 20px; }
    .wide-wrapper .bio-top-last {
      margin-bottom: 10px;
      position: relative; }
    .wide-wrapper .bio-top-last img {
      float: left;
      margin: 0 25px 5px 0;
      width: 500px;
      height: auto; }
    .wide-wrapper .bio-top-last h4 {
      color: #333333;
      font-size: 28px;
      line-height: 35px;
      margin-bottom: 20px; }
  .wide-wrapper .bio-bottom {
   margin-bottom: 120px;
  }
  .wide-wrapper .bio-bottom img {
    float: right;
    margin: 0 0 25px 25px;
    width: 500px;
    height: auto; }
  .wide-wrapper .bio-bottom h4 {
    color: #333333;
    font-size: 28px;
    margin-bottom: 20px; }

.accolades h3 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 40px; }
.accolades ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 auto; }
  .accolades ul li {
    background-color: #77a1d5;
    border-radius: 600px;
    vertical-align: middle;
    padding: 40px;
    text-align: center;
    transition: all 0.4s ease-in-out; }
    .accolades ul li img {
      width: 225px;
      height: auto; }
    .accolades ul li:hover {
      background-color: #f6bb22;
      cursor: pointer; }
.local-partners {
  letter-spacing: 0.5px;
  position: relative;
}
.local-partners p {
  font-size: 17px;
  font-weight: 300;
}
.local-partners ul {
  margin-top: 35px;
}
.local-partners ul li{
  color: #fff;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 300;
}

.local-partners ul li a{
  color: #fff;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.local-partners ul li a:hover {
  color: #f6bb22;
}
.local-partners .photo-credit {
  position: absolute;
  left: 10px;
  bottom: 12px;
  font-size: 13px;
}
.local-partners .photo-credit a {
  color: #777777;
  font-size: 13px;
  transition: all 0.2s ease-in-out;
  letter-spacing: 0.2px;
}
.local-partners .photo-credit a:hover {
  color: #77a1d5;
}
.our-commitments ul {
   width: 100%;
   margin: 0 auto;
}
.our-commitments ul li {
   color: #fff;
   margin-bottom: 15px;
   line-height: 22px;
   font-weight: 300;
}
.our-commitments ul,
.our-commitments ul li:last-child {
   margin-bottom: 0;
}



/*****************************************

Two Column

*****************************************/
.two-col {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 auto; }
  .two-col strong {
    color: #77a1d5;
    text-transform: uppercase; }
  .two-col h3 {
    margin-bottom: 25px; }
  .two-col .contact-photo {
    height: 500px;
    width: 50%; }
  .two-col .contact-hours {
    padding: 80px 5%;
    width: 40%; }
    .two-col .contact-hours h3 {
      margin-bottom: 25px; }
    .two-col .contact-hours ul {
      margin: 0 0 20px 0; }
    .two-col .contact-hours p {
      margin-bottom: 0px; }
  .two-col .contact-map {
    height: 650px;
    width: 50%;
    position: relative; }
    .two-col .contact-map iframe {
      width: 100%;
      height: 650px; }
    .two-col .contact-map .overlay {
      width: 100%;
      min-height: 650px;
      position: absolute;
      top: 0; }
  .two-col .contact-address {
    padding: 80px 5%;
    width: 40%; }
  .two-col .transport-content {
    padding: 80px 5%;
    width: 40%; }
    .two-col .transport-content .contact-parking {
      margin-bottom: 65px; }
h3.gift-cards {
  margin-top: 120px;
}
.wpgmp_infowindow {
  padding: 5px !important;
  overflow: hidden !important;
}
.wpgmp_infowindow strong {
  color: #000;
  text-transform: none;
}
.contact-form {
  padding: 80px 5%;
  width: 40%; }
  .contact-form .gform_wrapper .top_label .gfield_label {
    display: none; }
  .contact-form .gform_wrapper .top_label li.gfield.gf_left_half input.large, .contact-form .gform_wrapper .top_label li.gfield.gf_left_half input.medium, .contact-form .gform_wrapper .top_label li.gfield.gf_left_half select.large, .contact-form .gform_wrapper .top_label li.gfield.gf_left_half select.medium, .contact-form .gform_wrapper .top_label li.gfield.gf_right_half input.large, .contact-form .gform_wrapper .top_label li.gfield.gf_right_half input.medium, .contact-form .gform_wrapper .top_label li.gfield.gf_right_half select.large, .contact-form .gform_wrapper .top_label li.gfield.gf_right_half select.medium, .contact-form .gform_wrapper textarea, .contact-form input#input_1_1 {
    border: 2px solid #ddd;
    color: #6d6d6d;
    font-size: 16px;
    padding: 9px 10px;
    background-color: transparent;
    letter-spacing: 0.5px;
    font-family: "Lato", sans-serif;
    font-weight: 300; }
  .contact-form input#input_1_1 {
    width: 97.5% !important;
    margin-bottom: 18px; }
  .contact-form .gform_wrapper textarea {
    margin-top: 12px; }
  .contact-form .gform_wrapper .gform_footer input[type=submit] {
    border: 2px solid #77a1d5;
    color: #77a1d5;
    text-transform: uppercase;
    font-size: 16px;
    padding: 9px 10px;
    background-color: transparent;
    letter-spacing: 0.5px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
    text-align: left;
    margin-top: -12px; }
    .contact-form .gform_wrapper .gform_footer input[type=submit]:hover {
      border: 2px solid #f6bb22;
      color: #f6bb22;
      cursor: pointer; }
  .contact-form .gform_wrapper li.gfield.gfield_error, .contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: transparent;
    background-color: transparent;
    border: none; }
  .contact-form .gform_wrapper div.validation_error {
    font-size: 15px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 32px; }
  .contact-form #gform_confirmation_message_1 {
    border: 2px solid #77a1d5;
    color: #77a1d5;
    text-transform: uppercase;
    font-size: 16px;
    padding: 9px 10px;
    letter-spacing: 0.25px;
    line-height: 24px; }




/*****************************************

Main Menu Page

*****************************************/
ul.food-menus .blue-button {
  margin-top: 65px; }
ul.food-menus h3 {
  margin-bottom: 25px; }
ul.food-menus li:nth-child(odd) {
  display: block; }
  ul.food-menus li:nth-child(odd) .menu-photo {
    width: 50%;
    height: 500px;
    float: left; }
  ul.food-menus li:nth-child(odd) .content {
    padding: 130px 5% 70px 5%;
    width: 40%;
    text-align: center;
    position: relative;
    float: right; }
ul.food-menus li:nth-child(even) {
  display: block; }
  ul.food-menus li:nth-child(even) .menu-photo {
    width: 50%;
    height: 500px;
    float: right; }
  ul.food-menus li:nth-child(even) .content {
    padding: 130px 5% 70px 5%;
    width: 40%;
    text-align: center;
    position: relative;
    float: left; }

/*****************************************

Individual Menu Page

*****************************************/
.dessert-container {
  margin-top: 120px; }

ul.single-menu .main-menu-photo {
  width: 100%;
  height: 600px;
  background-attachment: fixed !important; }
ul.single-menu .content h3 {
  text-align: center;
  padding: 80px 0 50px 0;
  color: #77a1d5; }

ul.sub-cat-menu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 auto 50px auto;
  text-align: center;
  width: 95%; }
  ul.sub-cat-menu li {
    margin-bottom: 50px;
    width: 50%; }
    ul.sub-cat-menu li h5 {
      color: #000;
      font-size: 24px;
      margin-bottom: 4px; }
    ul.sub-cat-menu li p {
      width: 90%;
      margin: 0 auto 5px auto;
   }

.menu-policies {
  width: 90%;
  padding: 120px 5% 80px 5%;
  background-attachment: fixed !important; }
  .menu-policies p {
    color: #fff;
    text-align: center;
    font-weight: 300;
    margin-bottom: 0; }
  .menu-policies ul {
    width: 100%;
    margin: 0 auto 40px auto;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .menu-policies li {
    position: relative;
    margin: 0 1% 40px 1%; }
    .menu-policies li:first-child {
      margin-left: 0; }
    .menu-policies li:last-child {
      margin-right: 0; }
    .menu-policies li a {
      color: #fff;
      padding: 14px 30px;
      border: 2px solid #fff;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 18px;
      white-space: nowrap;
      transition: all 0.25s ease-in-out; }
      .menu-policies li a:hover {
        color: #f6bb22;
        border: 2px solid #f6bb22; }

.gl-icon {
  color: #77a1d5;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  text-transform: uppercase; }
ul.single-menu .white-wrapper {
  padding-top: 0;
}
.holiday-notice h3{
   text-align: center;
   font-size: 23px;
   margin: 0 auto 30px auto;
   font-family: 'Alegreya', serif;
   color: #000;
}
.holiday-notice hr {
  border: 1px solid #77a1d5;
  margin-bottom: 40px;
  margin-top: 0;
}
   ul.holiday-menu li {
    display: block !important;
    width: 100% !important;
   }
   ul.holiday-menu li h4 {
    text-align: center;
    color: #f6bb22;
    font-size: 26px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    margin-top: 50px;
   }


/*****************************************

News

*****************************************/
.featured-news {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 90%;
  padding: 100px 5%;
  margin: 0 auto 40px auto;
  text-align: center; }

.featured-post {
  width: 55%;
  margin-right: 5%; }
  .featured-post .news-meta {
    height: 1px;
    background-color: #cccccc;
    width: 100%;
    margin: 16px auto 30px auto;
    position: relative; }
    .featured-post .news-meta span.cat {
      color: #6d6d6d;
      background-color: #fff;
      padding: 5px 7px;
      position: absolute;
      left: 6.5%;
      top: -11px;
      font-size: 14px;
      text-align: left; }
      .featured-post .news-meta span.cat a {
        color: #6d6d6d;
        transition: all 0.2s ease-in-out; }
        .featured-post .news-meta span.cat a:hover {
          color: #000; }
    .featured-post .news-meta span.date {
      color: #6d6d6d;
      background-color: #fff;
      padding: 5px 7px;
      position: absolute;
      right: 6.5%;
      top: -11px;
      font-size: 14px;
      text-align: right; }
  .featured-post .featured-img {
    width: 100%;
    height: 400px; }
  .featured-post .title {
    text-align: left; }
    .featured-post .title a {
      color: #000;
      transition: all 0.2s ease-in-out; }
      .featured-post .title a:hover {
        color: #6d6d6d; }

.featured-artist {
  width: 40%; }
  .featured-artist .artist-photo {
    width: 100%;
    height: 400px; }
  .featured-artist .artist-meta {
    height: 1px;
    background-color: #cccccc;
    width: 100%;
    margin: 16px auto 30px auto;
    position: relative; }
    .featured-artist .artist-meta span.meta-title {
      color: #6d6d6d;
      background-color: #fff;
      padding: 5px 7px;
      position: absolute;
      left: 6.5%;
      top: -11px;
      font-size: 14px;
      text-align: left; }
    .featured-artist .artist-meta span.season {
      color: #6d6d6d;
      background-color: #fff;
      padding: 5px 7px;
      position: absolute;
      right: 6.5%;
      top: -11px;
      font-size: 14px;
      text-align: right; }
  .featured-artist .artist-description {
    text-align: left; }
    .featured-artist .artist-description h3 {
      margin-bottom: 10px; }

.twitter-feed {
  width: 96%;
  background-color: #77a1d5;
  padding: 2%;
  margin: 60px auto;
  position: relative;
  color: #fff; }
  .twitter-feed h3 {
    text-align: left; }
  .twitter-feed a {
    color: #fff;
    transition: all 0.2s ease-in-out; }
    .twitter-feed a:hover {
      color: #ededed; }
  .twitter-feed #example1 p.tweet {
    font-size: 22px !important;
    font-family: "Alegreya", serif;
    line-height: 35px;
    margin: 20px auto 25px auto;
    letter-spacing: 0.5px;
    color: #fff; }
    .twitter-feed #example1 p.tweet a {
      color: #fff;
      transition: all 0.2s ease-in-out; }
      .twitter-feed #example1 p.tweet a:hover {
        color: #ededed; }
  .twitter-feed img {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 60px;
    height: auto; }

ul.news-feed {
  width: 100%;
  margin: 40px auto 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  ul.news-feed li {
    width: 30%;
    margin-bottom: 60px;
    vertical-align: top;
    text-align: left; }
    ul.news-feed li .featured-img {
      width: 100%;
      height: 400px; }
    ul.news-feed li .title h3 {
      font-size: 24px;
      line-height: 33px;
      text-align: left; }
      ul.news-feed li .title h3 a {
        color: #000;
        transition: all 0.2s ease-in-out; }
        ul.news-feed li .title h3 a:hover {
          color: #333333; }
    ul.news-feed li .news-meta {
      height: 1px;
      background-color: #97AAC1;
      width: 100%;
      margin: 19px auto 28px auto;
      position: relative; }
      ul.news-feed li .news-meta span.cat {
        color: #6d6d6d;
        background-color: #fff;
        padding: 0 7px;
        position: absolute;
        left: 6.5%;
        top: -14px;
        font-size: 14px;
        text-align: left; }
        ul.news-feed li .news-meta span.cat a {
          color: #6d6d6d;
          transition: all 0.2s ease-in-out; }
          ul.news-feed li .news-meta span.cat a:hover {
            color: #000; }
      ul.news-feed li .news-meta span.date {
        color: #6d6d6d;
        background-color: #fff;
        padding: 0 7px;
        position: absolute;
        right: 6.5%;
        top: -14px;
        font-size: 14px;
        text-align: right; }

#more-news {
  position: relative;
  margin: 10px auto;
  color: #77a1d5;
  padding: 14px 30px;
  border: 2px solid #77a1d5;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-size: 16px;
  text-align: center;
  transition: all 0.25s ease-in-out; }
  #more-news:hover {
    color: #f6bb22;
    border: 2px solid #f6bb22;
    cursor: pointer; }

.single-post .featured-meta {
  width: 35%;
  margin-right: 5%;
  float: left; }
  .single-post .featured-meta .news-meta {
    height: 1px;
    background-color: #77a1d5;
    width: 100%;
    margin: 19px auto 28px auto;
    position: relative; }
    .single-post .featured-meta .news-meta span.cat {
      color: #6d6d6d;
      background-color: #fff;
      padding: 0 7px;
      position: absolute;
      left: 6.5%;
      top: -6px;
      font-size: 14px;
      text-align: left; }
      .single-post .featured-meta .news-meta span.cat a {
        color: #6d6d6d;
        transition: all 0.2s ease-in-out; }
        .single-post .featured-meta .news-meta span.cat a:hover {
          color: #000; }
    .single-post .featured-meta .news-meta span.date {
      color: #6d6d6d;
      background-color: #fff;
      padding: 0 7px;
      position: absolute;
      right: 6.5%;
      top: -6px;
      font-size: 14px;
      text-align: right; }
  .single-post .featured-meta .featured-img {
    width: 100%;
    height: 400px;
background-position: center !important; }
.single-post .post-content {
  float: right;
  width: 60%;
  text-align: left; }

/*****************************************

404

*****************************************/
.error-image {
  width: 100%;
  padding: 250px 0;
  background: url("images/404-bg.jpg");
  background-size: cover;
  background-position: center;
  text-align: center; }
  .error-image .caption-light {
    padding: 50px;
    border: 2px solid #fff;
    width: 60%;
    margin: 0 auto; }
    .error-image .caption-light h1 {
      color: #fff;
      font-size: 100px;
      text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
      padding-bottom: 30px; }
    .error-image .caption-light h2 {
      color: #fff;
      font-size: 40px;
      text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6); }
      .error-image .caption-light h2 a {
        color: #fff;
        transition: all 0.2s ease-in-out; }
        .error-image .caption-light h2 a:hover {
          color: #f6bb22; }

/*****************************************

Reservations

*****************************************/
.reservation-page {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .reservation-page .left {
    width: 45%;
    margin-right: 5%; }
    .reservation-page .left ul {
      list-style: disc;
      margin-left: 20px; }
      .reservation-page .left ul li {
        list-style: disc;
        margin-bottom: 15px; }
  .reservation-page .right {
    width: 50%; }
    .reservation-page .right a.cancel-reservation {
      display: none !important; }
    .reservation-page .right form#redi-reservation h2 {
      color: #000;
      color: #77a1d5;
      font-size: 22px;
      margin-top: 10px; }
    .reservation-page .right #step1 input, .reservation-page .right #step1 select {
      border: 2px solid #ddd;
      color: #6d6d6d;
      font-size: 16px;
      padding: 9px 10px;
      background-color: transparent;
      letter-spacing: 0.5px;
      font-family: "Lato", sans-serif;
      font-weight: 300;
      border-radius: 0; }
    .reservation-page .right #step1 label {
      margin-bottom: 5px;
      font-size: 14px;
      color: #000;
      text-transform: uppercase; }
    .reservation-page .right #step2 .redi-restaurant-time-button, .reservation-page .right #step2 .redi-restaurant-button {
      padding: 10px 2% !important;
      font-size: 14px !important;
      font-family: "Lato", sans-serif !important;
      text-transform: uppercase !important; }
    .reservation-page .right #step3 input {
      border: 2px solid #ddd;
      color: #6d6d6d;
      font-size: 16px;
      padding: 9px 10px;
      background-color: transparent;
      letter-spacing: 0.5px;
      font-family: "Lato", sans-serif;
      font-weight: 300;
      border-radius: 0; }
    .reservation-page .right #step3 label {
      margin-bottom: 5px;
      font-size: 14px;
      color: #000;
      text-transform: uppercase; }
    .reservation-page .right #step3 input[type=submit] {
      border: 2px solid #77a1d5;
      color: #77a1d5;
      text-transform: uppercase;
      font-size: 16px;
      padding: 9px 10px;
      background-color: transparent;
      letter-spacing: 0.5px;
      font-family: "Lato", sans-serif;
      font-weight: 300;
      transition: all 0.3s ease-in-out;
      text-align: left;
      margin-top: 0px !important; }
      .reservation-page .right #step3 textarea {
      border: 2px solid #ddd;
      color: #6d6d6d;
      letter-spacing: 0.5px;
      font-family: "Lato", sans-serif;
      font-weight: 300;
      font-size: 16px;
      padding: 9px 10px;
      }
      .reservation-page .right #step3 input[type=submit]:hover {
        border: 2px solid #f6bb22;
        color: #f6bb22;
        cursor: pointer; }

.redi-reservation-alert,
.redi-reservation-alert-error {
   font-family: "Lato", sans-serif !important;
   text-shadow: none !important;
   padding: 10px 30px 10px 14px !important;
   border-radius: 0 !important;
   line-height: 25px;
}
.redi-reservation-alert {
  line-height: 25px;
}
ul.mobile-header {
  display: none;
}


/*****************************************

MEDIA QUERIES

*****************************************/

@media screen and (max-width: 1500px) {

   .accolades ul li img {
      width: 180px;
   }
   .home-banner .caption-light,
   .home-banner .caption-dark {
      width: 75%;
   }

}
@media screen and (max-width: 1300px) {

   .accolades ul li img {
      width: 150px;
   }
   .accolades ul li {
      padding: 30px;
   }

}
@media screen and (max-width: 1225px) {
  .instagram-stream h4 a {
    margin-bottom: 18px;
    margin-top: 7%;
    font-size: 32px;
  }
  .instagram-stream p {
    line-height: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .home-banner .caption-light h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .home-banner .caption-light,
  .home-banner .caption-dark {
    width: 85%;
  }
}


/*****************************************
iPad - Landscape - 1024px
*****************************************/
@media screen and (max-width: 1024px) {

/*** Home Page ***/

  header.main nav.main ul li {
    margin-left: 50px;
  }
  .instagram-stream p {
    line-height: 23px;
    font-size: 15px;
  }
  .instagram-stream h4 a {
    margin-bottom: 15px;
    margin-top: 6%;
    font-size: 28px;
  }
  .home-banner {
    padding: 140px 2.5%;
  }
  .home-menu {
    width: 95%;
    padding: 140px 2.5%;
    background-attachment: scroll !important;
  }
  .home-about .left {
    margin: 120px 5% 0 5%;
  }
  .home-reservations .right {
    margin: 120px 5% 0 5%;
  }



/*** Footer ***/

  .ctct-custom-form input[type="text"] {
    width: 130px;
    float: left !important;
    display: inline-block !important;
  }
  footer.main .left ul.content li,
  footer.main .middle .content p {
    font-size: 15px;
  }
  footer.main .right ul.footer-social li {
    margin-left: 10px;
  }




/*** About Page ***/

   .accolades ul li img {
      width: 140px;
   }
  .secondary-title .caption-light h1,
  .secondary-title .caption-dark h1 {
    width: 50%
  }
  .photo-wrapper {
    padding: 120px 10%;
    width: 80%;
  }
  .white-wrapper {
    padding: 80px 10%;
    width: 80%;
  }
  .wide-wrapper .bio-top h4 {
    line-height: 34px;
  }
  .wide-wrapper {
    padding: 80px 5%;
  }


/*** Menu Page ***/

   .secondary-title {
    padding: 100px 2.5%;
   }
   ul.food-menus li:nth-child(odd) .content {
    padding: 100px 5% 70px 5%;
   }
   ul.food-menus li:nth-child(even) .content {
    padding: 100px 5% 70px 5%;
  }

/*** Single Menu Page ***/

  .menu-policies,
  .main-menu-photo {
    background-attachment: scroll !important;
  }
  ul.single-menu .main-menu-photo {
    height: 500px;
    background-attachment: scroll !important;
  }


/*** News Page ***/

  ul.news-feed li {
    width: 46%;
  }
  .twitter-feed {
    margin: 40px auto;
  }
  h3 {
    font-size: 32px;
    line-height: 42px;
  }
  .single-wrapper .white-wrapper {
    width: 90%;
    padding: 80px 5%;
  }

}


@media screen and (max-width: 960px) {

/*** News Page ***/

  .home-banner .caption-light h1,
  .home-banner .caption-dark h1,
  .secondary-title .caption-light h1,
  .secondary-title .caption-dark h1 {
    font-size: 42px;
  }
  header.main nav.main ul li,
  .home-menu h2 {
    margin-left: 40px;
  }
  .home-menu li a {
    font-size: 16px;
  }
  .home-about .left {
    margin: 100px 5% 0 5%;
  }
  .instagram-stream li:nth-child(10),
  .instagram-stream li:nth-child(11),
  .instagram-stream li:nth-child(12),
  .instagram-stream li:nth-child(13),
  .instagram-stream li:nth-child(14),
  .instagram-stream li:nth-child(15) {
    display: none !important;
  }
  .instagram-stream h4 a {
    font-size: 36px !important;
    margin-bottom: 30px !important;
    margin-top: 10% !important;
  }
  .instagram-stream p {
    font-size: 16px;
    line-height: 27px;
  }
  header.main nav.main ul li {
    font-size: 13px;
    margin-left: 35px;
  }
  footer.main .footer-flex {
    -webkit-flex-direction: column;
    flex-direction: column;
    display: block;
  }
  footer.main {
   padding: 80px 5% 20px 5%;
  }
  footer.main .left {
   text-align: center;
   margin-bottom: 60px;
  }
  footer.main .right {
   text-align: center;
   margin-top: 60px;
  }
  .ctct-custom-form {
    width: 259px !important;
    margin: 0 auto !important;
   }
   footer.main h4 {
      margin-bottom: 25px;
   }
   footer.main .right ul.footer-social {
      justify-content: center;
      -webkit-justify-content: center;
   }
   .accolades ul li img {
      width: 110px;
   }
   .accolades ul li {
      padding: 25px;
   }

}

@media screen and (max-width: 830px) {

   header.main nav.main ul li,
  .home-menu h2 {
    margin-left: 25px;
  }
  .home-menu li a {
    font-size: 14px;
  }
  header.main .logo img {
   width: 150px;
  }
  .accolades ul li {
   width: 29%;
   margin-bottom: 50px;
   padding: 65px 60px !important;
  }
  .accolades ul li img {
      width: 90%;
      height: auto;
   }
   .wide-wrapper .bio-top img,
   .wide-wrapper .bio-bottom img,
   .wide-wrapper .bio-top-last img {
      width: 350px;
   }
   .secondary-title .caption-light h1, .secondary-title .caption-dark h1 {
    width: 75%;
   }

}


/*****************************************
Main Menu Switch - 767px
*****************************************/
@media screen and (max-width: 767px) {

   nav.main {
      display: none;
   }
   #responsive-menu .responsive-menu li a,
   #responsive-menu #responsive-menu-title, #responsive-menu #responsive-menu-title a {
      text-transform: uppercase !important;
      letter-spacing: .3px;
   }
   #click-menu #RMX.threelines-float-left, #click-menu #RMX.threelines-float-right, #click-menu-label {
      text-transform: uppercase !important;
      letter-spacing: .3px;
   }
   ul.responsive-menu li {
    font-size: 13px !important;
   }


}


/*****************************************
iPad - Portrait - 768px
*****************************************/
@media screen and (max-width: 768px) {

/*** Home Page ***/

   .home-banner .caption-light h1, .home-banner .caption-dark h1, .secondary-title .caption-light h1, .secondary-title .caption-dark h1 {
      font-size: 36px;
   }
   .home-banner .caption-light h2 {
      font-size: 24px;
      line-height: 32px;
   }
   .home-banner .caption-light,
   .home-banner .caption-dark {
      width: 70%;
   }
   .home-about .left {
      margin: 30px 5% 0 5%;
      width: 45%;
   }
   .home-reservations .right {
      margin: 60px 5% 0 5%;
      width: 45%;
   }
   .home-about .right,
   .home-reservations .left {
      width: 45%;
      height: 400px;
   }
   .home-about,
   .home-reservations {
      margin: 60px auto;
   }
   .home-menu h2 {
      padding-bottom: 60px;
   }
   .home-menu {
      padding: 100px 2.5%;
   }
   .blue-button a,
   .home-menu li a,
   .menu-policies li a,
   .contact-form .gform_wrapper .gform_footer input[type=submit] {
      font-size: 14px;
      padding: 13px 22px;

   }
   .instagram-stream {
      display: none;
   }
   h3 {
      font-size: 28px;
      line-height: 40px;
   }
   ul.sub-cat-menu li h5 {
      font-size: 20px;
   }
   ul.sub-cat-menu li {
      width: 45%;
   }

   p,
   li,
   .local-partners p,
   .local-partners ul li {
      font-size: 15px;
      line-height: 26px;
   }
   .single-post .featured-meta {
    width: 40%;
   }
   .single-post .post-content {
    width: 55%;
   }

   /*** About Page ***/

   .our-commitments ul {
      width: 100%;
   }

}
/*****************************************
iPhone6 Plus - Landscape - 736px
*****************************************/
@media screen and (max-width: 736px) {

/*** Home Page ***/

   .home-about,
   .home-reservations {
      flex-direction: column;
      -webkit-flex-direction: column;
      width: 90%;
      position: relative;
      margin: 50px auto;
   }
   .home-about .left,
   .home-about .right,
   .home-reservations .left,
   .home-reservations .right {
      width: 100%;
      margin: 20px auto;
   }
   .home-menu {
      padding: 60px 2.5%;
   }
   .home-menu li,
   .menu-policies li {
      width: 50%;
      margin: 0 auto 50px auto;
   }
   .home-menu h2 {
      font-size: 40px;
      padding-bottom: 40px;
   }
   .home-menu li:nth-child(3),
   .home-menu li:nth-child(4) {
      margin-bottom: 10px;
   }
   .home-banner {
      padding: 100px 2.5%;
   }
   .home-banner .caption-light h1, .home-banner .caption-dark h1, .secondary-title .caption-light h1, .secondary-title .caption-dark h1 {
      font-size: 36px;
    }
    .home-banner .caption-light, .home-banner .caption-dark {
      width: 59%;
    }


/*** Main Menu Page ***/

    ul.food-menus li:nth-child(odd) .menu-photo,
    ul.food-menus li:nth-child(even) .menu-photo {
      float: none;
      display: block;
      width: 100%;
      height: 400px;
    }
    ul.food-menus li:nth-child(odd) .content,
    ul.food-menus li:nth-child(even) .content {
      float: none;
      display: block;
      width: 90%;
      padding: 100px 5%;
    }
    ul.food-menus li:first-child .menu-photo {
      display: none;
    }
    ul.single-menu .main-menu-photo {
      height: 400px;
    }
    .menu-policies {
      padding: 100px 5% 60px 5%;
    }

/*** About Page ***/

    .wide-wrapper .bio-top img, .wide-wrapper .bio-bottom img, .wide-wrapper .bio-top-last img {
      width: 100%;
      float: none;
      margin: 0 auto 40px auto;
    }

/*** News Page ***/

    .featured-post {
      width: 100%;
      margin: 0 auto 40px auto;
    }
    .featured-artist {
      width: 100%;
      margin: 0 auto 40px auto;
    }
    .featured-news {
      flex-direction: column;
      -webkit-flex-direction: column;
      padding: 60px 5%;
    }
    .white-wrapper {
      padding: 60px 10%;
    }
    ul.news-feed,
    .reservation-page,
    .two-col {
      flex-direction: column;
      -webkit-flex-direction: column;
      width: 100%;
    }
    ul.news-feed li {
      width: 100%;
    }
    ul.news-feed li .featured-img,
    .home-about .right, .home-reservations .left,
    ul.food-menus li:nth-child(odd) .menu-photo, ul.food-menus li:nth-child(even) .menu-photo{
      height: 350px;
    }
    .single-post .featured-meta,
    .reservation-page .left,
    .two-col .contact-hours,
    .two-col .transport-content {
      float: none;
      width: 90%;
      display: block;
      margin-bottom: 60px;
    }
    .single-post .featured-meta,
    .single-post .post-content {
      float: none;
      width: 100%;
      display: block;
      margin-right: 0;
    }
    .single-post .featured-meta {
      margin-bottom: 40px;
    }
    .two-col .contact-address,
    .contact-form {
      float: none;
      width: 90%;
      display: block;
      margin: 0 auto;
    }
    .two-col .contact-map {
      width: 100%;
    }
    .reservation-page .right {
      float: none;
      width: 100%;
      display: block;
      margin: 0 auto;
    }
    .two-col .contact-photo {
     display: none;
    }
    .two-col .transport-content {
      padding: 0 5%;
      margin-bottom: 40px;
    }
    h3.gift-cards {
      margin-top: 60px;
    }
    .two-col .contact-hours {
      margin-bottom: 0;
    }
    .two-col .contact-address {
      padding-bottom: 40px;
    }
    .contact-form {
      padding-top: 0;
    }
    .wpgmp_map,
    .two-col .contact-map {
      height: 350px !important;
    }

 }
/*****************************************
iPhone6 - Landscape - 667px
*****************************************/
@media screen and (max-width: 667px) {

  ul.single-menu .content h3 {
    padding: 50px 0;
  }
  .accolades ul li {
    width: 24%;
    padding: 50px !important;
  }
  .accolades ul li img {
    width: 100%;
  }
  .accolades h3 {
    font-size: 28px;
  }
    ul.mobile-header {
    display: block;
    width: 100%;
  }
  ul.mobile-header li {
   text-align: center;
   margin: 0 auto;
   padding: 10px 5%;
   width: 90%;
   color: #fff;
  }
  ul.mobile-header li:first-child {
    background-color: #77a1d5;
  }
  ul.mobile-header li:nth-child(2) {
    background-color: #5C88BD;
  }
  ul.mobile-header li:last-child {
    background-color: #77a1d5;
  }
  ul.mobile-header li a {
    color: #fff;
  }
  .home-banner .caption-light h2 {
   display: none;
  }

 }
/*****************************************
Samsung Galaxy Note - Landscape - 640px
*****************************************/
@media screen and (max-width: 640px) {

  ul.food-menus li:nth-child(odd) .content, ul.food-menus li:nth-child(even) .content {
    padding: 60px 5%;
  }
  .dessert-container {
    margin-top: 60px;
  }
  .wide-wrapper .bio-top,
  .wide-wrapper .bio-bottom {
    margin-bottom: 60px;
  }
  ul.single-menu .content h3,
  .single-wrapper .white-wrapper {
    padding: 40px 0;
    margin-bottom: 0;
  }
  ul.sub-cat-menu li {
    width: 100%;
    margin-bottom: 30px;
  }
  ul.sub-cat-menu {
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 100%;
  }
  .gl-icon {
    font-size: 11px;
    margin-bottom: 5px;
  }
  ul.sub-cat-menu {
    margin-bottom: 40px;
  }
  ul.single-menu .main-menu-photo,
  .featured-post .featured-img,
  .featured-artist .artist-photo,
  .single-post .featured-meta .featured-img {
    height: 300px;
  }
  .two-col .contact-hours,
  .two-col .contact-address {
    padding: 40px 5%;
  }
  .photo-wrapper,
  .wide-wrapper,
  .white-wrapper,
  .contact-form {
    padding: 40px 5%;
    width: 90%;
  }

 }
/*****************************************
iPhone5 and Below - Landscape - 568px
*****************************************/
@media screen and (max-width: 568px) {

  .home-banner .caption-light, .home-banner .caption-dark {
      width: 75%;
  }
  .home-banner {
    padding: 80px 2.5%;
  }
  ul.food-menus .blue-button {
    margin-top: 50px;
  }
  .home-about .left, .home-about .right, .home-reservations .left, .home-reservations .right {
    text-align: center !important;
  }
  ul.sub-cat-menu {
    width: 90%;
    padding: 0 5%;
  }
}

@media screen and (max-width: 475px) {
  .accolades ul li {
    padding: 40px !important;
  }
}

/*****************************************
iPhone6 Plus - Portrait - 414px
*****************************************/
@media screen and (max-width: 414px) {


/*** Home Page ***/

  .home-banner .caption-light, .home-banner .caption-dark {
      width: 81%;
  }
  .home-banner .caption-light h1, .home-banner .caption-dark h1, .secondary-title .caption-light h1, .secondary-title .caption-dark h1 {
    font-size: 27px;
    line-height: 36px;
  }
  .home-banner {
    padding: 60px 2.5%;
  }
  .home-banner .caption-light {
    padding: 40px 20px;
  }
  h3,
  footer.main h4,
  .wide-wrapper .bio-top-last h4,
  .wide-wrapper .bio-bottom h4,
  .wide-wrapper .bio-top h4 {
    font-size: 24px;
    line-height: 32px;
  }
  p,
  li,
  .local-partners p,
  .local-partners ul li{
    font-size: 14px;
    line-height: 22px;
  }
  .home-about, .home-reservations {
    margin: 25px auto;
  }
  .home-menu h2 {
    font-size: 32px;
    padding-bottom: 40px;
  }
  .secondary-title {
    padding: 40px 2.5%;
  }
  .menu-policies {
    padding: 80px 5% 40px 5%;
  }
  .secondary-title .caption-light span.brdr {
    padding: 15px 30px;
  }
  footer.main .fine-print {
    font-size: 13px;
    line-height: 17px;
  }

/*** About Page ***/

  .local-partners .photo-credit a {
    font-size: 11px;
  }
  .accolades ul li {
    padding: 35px !important;
  }
  .our-story .content p {
    margin-bottom: 0;
  }
  .wide-wrapper .bio-top img, .wide-wrapper .bio-bottom img, .wide-wrapper .bio-top-last img {
    margin-bottom: 20px;
  }
  footer.main {
    padding: 60px 5%; 20px 5%;
  }

/*** News Page ***/

  .twitter-feed img {
    display: none;
  }
  .twitter-feed {
    width: 90%;
    padding: 5%;
    margin: 20px auto;
  }
  .featured-artist {
    margin-bottom: 20px;
  }
  .single-wrapper .white-wrapper {
    padding: 40px 5%;
  }
  .single-post .featured-meta .news-meta {
    margin-bottom: 15px;
  }
  .twitter-feed #example1 p.tweet {
    font-size: 20px !important;
    line-height: 30px;
  }
  ul.news-feed li {
    margin-bottom: 40px;
  }
  ul.news-feed li .title h3 {
    font-size: 24px;
    line-height: 32px;
  }
  ul.news-feed li .news-meta span.cat,
  ul.news-feed li .news-meta span.date {
    top: -12px;
  }
  .two-col .transport-content {
    margin-bottom: 0;
  }


 }
/*****************************************
iPhone6 - Portrait - 375px
*****************************************/
@media screen and (max-width: 375px) {
  /**/ }
/*****************************************
Samsung Galaxy Note - Landscape - 360px
*****************************************/
@media screen and (max-width: 360px) {

  header.main .logo img {
    width: 130px;
    margin-bottom: -1px;
  }
  #click-menu {
    top: 14px !important;
  }
  header.main {
    margin-top: 10px;
  }
  .secondary-title .caption-light h1, .secondary-title .caption-dark h1 {
    font-size: 32px;
    line-height: 40px;
  }

 }
/*****************************************
iPhone5 and Below - Portrait - 320px
*****************************************/
@media screen and (max-width: 320px) {
  /**/ }
