/*!
Theme Name: Baires GDL
Author: Britanny & Ernesto
Description: Custom theme for Baires Guadalajara Restaurant
*/
html {
  overflow-x: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

body {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1em;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden; }

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

.container {
  margin: 0;
  padding-left: 200px; }
  .container .content {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0; }

.mobile-nav {
  display: none;
  background: #000000;
  color: #ffffff;
  border-bottom: 2px solid #8B0E04;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: auto;
  margin: 0;
  padding: 0;
  z-index: 9999; }
  .mobile-nav .wrapper {
    padding: 10px 20px;
    margin: 0;
    height: auto; }
  .mobile-nav .logo {
    display: inline-block;
    background: url("img/logo.png");
    background-size: 100%;
    width: 80px;
    height: 40px; }
  .mobile-nav .toggle-nav {
    position: relative;
    top: 12px;
    display: inline-block;
    float: right;
    cursor: pointer; }

nav.navbar {
  background: #000000;
  font-family: "Times New Roman", serif;
  padding: 0;
  margin: 0;
  position: fixed;
  height: 100%;
  width: 200px;
  top: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 9999; }
  nav.navbar div.logo {
    margin: 40px 0 20px;
    padding: 20px 20px;
    width: 160px;
    height: 80px; }
    nav.navbar div.logo .placeholder {
      width: 100%;
      height: 100%;
      background: url("img/logo.png") no-repeat;
      background-size: 100%; }
  nav.navbar div.menu {
    margin: 0; }
    nav.navbar div.menu ul {
      width: 100%; }
      nav.navbar div.menu ul li {
        text-align: center;
        text-transform: uppercase;
        width: 100%;
        transition: border .2s;
        padding: 10px 0;
        border-bottom: 1px solid #000000;
        border-top: 1px solid #000000; }
        nav.navbar div.menu ul li.current-menu-item {
          background-color: #8B0E04;
          border-bottom: 1px solid #8B0E04;
          border-top: 1px solid #8B0E04; }
        nav.navbar div.menu ul li:hover {
          border-bottom: 1px solid #8B0E04;
          border-top: 1px solid #8B0E04; }
  nav.navbar div.extra {
    background: #000000;
    width: 100%;
    margin-top: 40px; }
    nav.navbar div.extra div.wrapper {
      overflow: auto;
      text-align: center; }
    nav.navbar div.extra div.reserve {
      margin-bottom: 20px; }
      nav.navbar div.extra div.reserve a {
        border: 2px solid #8B0E04;
        background: #8B0E04;
        text-transform: uppercase;
        display: inline-block;
        padding: 6px 12px;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        transition: background .1s; }
        nav.navbar div.extra div.reserve a:hover {
          background: #000000; }
    nav.navbar div.extra div.social {
      width: 90px;
      margin: 0 auto; }
      nav.navbar div.extra div.social ul {
        overflow: auto; }
        nav.navbar div.extra div.social ul li {
          width: 28.33%;
          margin-right: 5%;
          float: left;
          display: inline-block;
          color: #ffffff;
          height: 25px;
          background-image: url("img/social.png");
          background-repeat: no-repeat;
          background-size: 70px;
          opacity: 0.7;
          transition: opacity .2s; }
          nav.navbar div.extra div.social ul li:hover {
            opacity: 1; }
          nav.navbar div.extra div.social ul li.fb {
            background-position: -23px -0.5px; }
          nav.navbar div.extra div.social ul li.tp {
            background-position: -46px; }

.footer {
  background: #000000;
  padding: 40px 0;
  text-align: center;
  margin-top: 40px; }
  .footer .logo {
    background: url("img/logo.png") no-repeat;
    background-size: 100%;
    display: block;
    text-align: center;
    width: 200px;
    height: 100px;
    margin: 0 auto; }
  .footer .links {
    margin: 40px 0;
    font-size: 0.8em;
    text-align: center; }
    .footer .links ul {
      width: inherit;
      text-align: center;
      overflow: auto; }
      .footer .links ul li {
        float: left;
        color: #ffffff;
        text-align: center;
        width: 33%;
        margin: 10px 0;
        font-weight: 200;
        letter-spacing: 1px; }
        .footer .links ul li a {
          border-bottom: 2px solid #000000;
          transition: border .2s; }
          .footer .links ul li a:hover {
            border-color: #ffffff; }
    .footer .links a {
      text-transform: uppercase; }
  .footer div.social {
    width: 90px;
    margin: 0 auto;
    margin-bottom: 40px; }
    .footer div.social ul {
      overflow: auto; }
      .footer div.social ul li {
        width: 28.33%;
        margin-right: 5%;
        float: left;
        display: inline-block;
        color: #ffffff;
        height: 25px;
        background-image: url("img/social.png");
        background-repeat: no-repeat;
        background-size: 70px;
        opacity: 0.7;
        transition: opacity .2s; }
        .footer div.social ul li:hover {
          opacity: 1; }
        .footer div.social ul li.fs {
          background-position: 1.5px -0.5px; }
        .footer div.social ul li.fb {
          background-position: -23px -0.5px; }
        .footer div.social ul li.tp {
          background-position: -46px; }

p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 0.9em;
  font-weight: 200;
  margin-top: 40px;
  line-height: 25px;
  letter-spacing: 2px;
  font-size: 1em; }

.extra {
  margin: 0;
  height: 300px; }
  .extra .col_sm-12 {
    margin: 0;
    padding: 0;
    height: 300px; }
    .extra .col_sm-12.reserve .wrapper {
      width: 100%;
      height: 100%; }
      .extra .col_sm-12.reserve .wrapper h2 {
        font-size: 2em;
        color: #ffffff;
        font-family: "Times New Roman", serif;
        letter-spacing: 4px;
        text-transform: uppercase;
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
        .extra .col_sm-12.reserve .wrapper h2 a {
          border-bottom: 3px solid transparent;
          transition: border .2s; }
          .extra .col_sm-12.reserve .wrapper h2 a:hover {
            border-color: #ffffff; }

.gallery {
  padding: 0;
  margin: 0; }
  .gallery .images {
    width: 100%; }
    .gallery .images .image {
      position: relative;
      height: auto;
      min-height: 500px;
      max-height: 500px;
      overflow: hidden; }
      .gallery .images .image .gallery-nav {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%); }
        .gallery .images .image .gallery-nav button {
          display: block;
          margin-bottom: 10px;
          background: none;
          border: 2px solid #ffffff;
          height: 10px;
          width: 10px;
          padding: 0;
          border-radius: 30px;
          cursor: pointer;
          outline: none;
          transition: background .2s; }
          .gallery .images .image .gallery-nav button.active {
            background-color: #ffffff; }
      .gallery .images .image .description {
        position: absolute;
        bottom: 40px;
        color: #ffffff;
        max-width: 250px;
        font-family: "Times New Roman", serif; }
        .gallery .images .image .description.left {
          left: 40px; }
        .gallery .images .image .description.right {
          right: 40px; }
        .gallery .images .image .description h2 {
          text-transform: uppercase;
          font-size: 1.5em;
          margin-bottom: 15px; }
        .gallery .images .image .description p {
          font-weight: 100;
          font-style: italic;
          line-height: 20px;
          margin: 0; }
      .gallery .images .image .holder {
        z-index: -1;
        height: auto;
        width: 100%;
        position: relative;
        top: 0;
        transition: top .2s ease-out; }
        .gallery .images .image .holder .wrapper {
          max-height: 500px;
          width: 100%;
          overflow: hidden; }
          .gallery .images .image .holder .wrapper img {
            width: 100%; }

body {
  background: #000000; }

.lead {
  background: transparent;
  width: 100%;
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 !important; }
  .lead .logo {
    width: 400px;
    height: 250px;
    background: url("img/logo.png") no-repeat;
    background-size: 100%;
    text-align: center;
    margin: 0 auto; }

.about {
  height: auto;
  margin: 0; }
  .about .col:first-child {
    background: #000000;
    padding: 45px 0; }
  .about .description {
    z-index: 1;
    height: auto;
    padding: 100px 80px 100px 30px;
    color: #ffffff;
    background: #000000;
    position: relative;
    left: 50px; }
    .about .description h1 {
      font-size: 2.5em;
      text-align: center;
      font-style: italic;
      font-family: "Times New Roman", serif;
      letter-spacing: 4px; }
      .about .description h1 b {
        color: #8B0E04; }
  .about .feature-image {
    background: transparent;
    background-repeat: no-repeat;
    background-size: cover; }

.chef {
  height: auto;
  margin: 0; }
  .chef .col:last-child {
    background: #000000;
    padding: 45px 0; }
  .chef .description {
    z-index: 1;
    height: auto;
    padding: 100px 30px 100px 80px;
    color: #ffffff;
    background: #000000;
    position: relative;
    right: 50px; }
    .chef .description h1 {
      font-size: 2.5em;
      text-align: center;
      font-style: italic;
      font-family: "Times New Roman", serif;
      letter-spacing: 4px; }
      .chef .description h1 b {
        color: #8B0E04; }
  .chef .feature-image {
    background: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }

.actions {
  height: auto;
  margin: 0; }
  .actions a {
    border-bottom: 2px solid transparent;
    transition: border .2s; }
  .actions a:hover {
    border-color: #ffffff; }
  .actions .to-menu {
    background-image: url("../img/banquetes.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
  .actions .to-tour {
    background-image: url("../img/bar.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
  .actions .to-reserve {
    background-image: url("../img/drinks.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
  .actions .plain-image {
    background-image: url("../img/ramen.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
  .actions .to-tour {
    height: 600px; }
  .actions .col_sm-12 {
    padding: 0; }
    .actions .col_sm-12 h2 {
      font-size: 1.75em;
      color: #ffffff;
      font-family: "Times New Roman", serif;
      text-transform: uppercase;
      text-align: center;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
    .actions .col_sm-12 > div .overlay {
      background: rgba(0, 0, 0, 0.6);
      width: 100%;
      height: 100%;
      transition: background .2s; }
      .actions .col_sm-12 > div .overlay:hover {
        background: rgba(0, 0, 0, 0.4); }
  .actions .col:first-child > div {
    height: 300px; }
  .actions .col:first-child .bottom {
    height: 300px; }
    .actions .col:first-child .bottom > div {
      height: 300px; }

.prensa {
  height: auto;
  margin: 0; }
  .prensa .col:first-child {
    background: #000000;
    padding: 45px 0; }
  .prensa .description {
    z-index: 1;
    height: auto;
    padding: 100px 80px 100px 30px;
    color: #ffffff;
    background: #000000;
    position: relative;
    left: 50px; }
    .prensa .description h1 {
      font-size: 2.5em;
      text-align: center;
      font-style: italic;
      font-family: "Times New Roman", serif;
      letter-spacing: 4px; }
      .prensa .description h1 b {
        color: #8B0E04; }
  .prensa .feature-image {
    background: transparent;
    background-repeat: no-repeat;
    background-size: cover; }
  .prensa div.more {
    margin-top: 30px;
    text-align: center; }
    .prensa div.more a {
      border: 1px solid #8B0E04;
      text-transform: uppercase;
      display: inline-block;
      padding: 6px 12px;
      line-height: 1.42857143;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      transition: background .1s;
      font-family: "Times New Roman", serif; }
      .prensa div.more a:hover {
        background: #8B0E04; }

.banquetes {
  height: auto;
  margin: 0; }
  .banquetes .col:last-child {
    background: #000000;
    padding: 45px 0; }
  .banquetes .description {
    z-index: 1;
    height: auto;
    padding: 100px 30px 100px 80px;
    color: #ffffff;
    background: #000000;
    position: relative;
    right: 50px; }
    .banquetes .description h1 {
      font-size: 2em;
      text-align: center;
      font-style: italic;
      font-family: "Times New Roman", serif;
      letter-spacing: 4px; }
      .banquetes .description h1 b {
        color: #8B0E04; }
  .banquetes .feature-image {
    background-size: cover;
    background-position: center; }

.planning {
  background: #000000;
  text-align: center;
  color: #ffffff;
  padding: 80px 0; }
  .planning h1 {
    font-weight: 100;
    font-style: italic;
    font-size: 2.5em;
    margin-bottom: 40px; }
  .planning p {
    max-width: 600px;
    margin: 0 auto;
    font-weight: 200;
    line-height: 25px;
    margin-bottom: 40px; }
  .planning a {
    border: 3px solid #8B0E04;
    padding: 9px 32px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 0.8em;
    transition: background .2s; }
    .planning a:hover {
      background: #8B0E04; }

.extra {
  margin: 0; }
  .extra .col_sm-12 {
    margin: 0;
    padding: 0; }
    .extra .col_sm-12:first-child {
      background: url("img/cuerpo.jpg") no-repeat;
      background-size: cover;
      background-position: center; }
    .extra .col_sm-12:last-child {
      background: url("img/reservar-cava.jpg") no-repeat;
      background-size: cover;
      background-position: center; }

.cava {
  height: auto;
  margin: 0; }
  .cava .col:first-child {
    background: #000000;
    padding: 45px 0; }
  .cava .description {
    z-index: 1;
    height: auto;
    padding: 100px 80px 100px 30px;
    color: #ffffff;
    background: #000000;
    position: relative;
    left: 50px; }
    .cava .description h1 {
      font-size: 2em;
      text-align: center;
      font-style: italic;
      font-family: "Times New Roman", serif;
      letter-spacing: 4px; }
      .cava .description h1 b {
        color: #8B0E04; }
  .cava .feature-image {
    background-size: cover; }

.food {
  background-size: cover; }
  .food .list {
    margin: 0 auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    padding: 80px 0; }
    .food .list ul li {
      margin-bottom: 40px;
      font-size: 2.5em;
      letter-spacing: 4px;
      font-family: "Times New Roman", serif;
      font-weight: 100;
      text-transform: uppercase; }
      .food .list ul li a {
        transition: border .2s;
        border-bottom: 2px solid transparent; }
        .food .list ul li a:hover {
          border-color: #ffffff; }

.offer {
  background-size: cover;
  padding: 40px; }
  .offer .menu-wrapper {
    padding: 20px;
    background: #000000; }
  .offer .title h1 {
    font-size: 2em;
    font-style: italic;
    font-family: "Times New Roman", serif;
    color: #8B0E04;
    text-align: center;
    letter-spacing: 4px;
    font-weight: bold; }
  .offer .description {
    max-width: 80%;
    margin: 0 auto 40px auto; }
    .offer .description p {
      color: #ffffff;
      font-family: "Times New Roman", serif; }
  .offer .slides {
    margin-top: 40px;
    overflow: hidden;
    color: #ffffff; }
    .offer .slides .grid {
      margin: 0;
      padding: 0;
      height: auto; }
    .offer .slides .slideshow {
      margin-top: 40px;
      height: 267px;
      overflow: hidden; }
      .offer .slides .slideshow .holder {
        position: relative;
        transition: opacity .2s ease-out; }
        .offer .slides .slideshow .holder.moving {
          opacity: 0.5; }
    .offer .slides .image {
      height: 267px;
      overflow: hidden;
      max-width: 80%;
      margin: 0 auto; }
      .offer .slides .image img {
        background: #eee;
        width: auto;
        height: 100%; }
    .offer .slides .list {
      min-height: inherit;
      max-height: inherit;
      line-height: 25px;
      height: 350px;
      overflow: scroll;
      max-width: 100%; }
      .offer .slides .list li {
        margin-bottom: 40px;
        font-weight: 200; }
        .offer .slides .list li h2 {
          font-size: 1.3em;
          margin-bottom: 10px; }
        .offer .slides .list li p {
          font-size: 0.9em;
          margin: 0;
          letter-spacing: 0;
          font-style: italic; }
  .offer .types {
    margin-top: 40px;
    padding: 0 40px;
    text-align: center; }
    .offer .types .type {
      margin-bottom: 20px; }
      .offer .types .type.active .name {
        border-color: #8B0E04; }
        .offer .types .type.active .name a {
          color: #8B0E04; }
    .offer .types .name {
      display: inline-block;
      font-size: 1.2em;
      font-weight: 200;
      color: #ffffff;
      text-transform: uppercase;
      cursor: pointer;
      border-bottom: 3px solid #ffffff;
      padding-bottom: 10px; }

.contact {
  height: auto;
  margin: 0; }
  .contact .grid {
    margin: 0; }
    .contact .grid .col {
      margin: 0;
      padding: 0; }
  .contact > .col:last-child {
    background: #000000;
    padding: 45px 0; }
  .contact .description {
    z-index: 1;
    min-height: 400px;
    color: #ffffff;
    background: #000000;
    padding-left: 40px; }
    .contact .description h1 {
      font-size: 2em;
      text-align: center;
      font-style: italic;
      font-family: "Times New Roman", serif;
      letter-spacing: 4px; }
      .contact .description h1 b {
        color: #8B0E04; }
  .contact .feature-image {
    background: url("../img/chef.jpg") no-repeat;
    background-size: cover;
    background-position: center; }
  .contact .contact-box {
    margin: 0;
    padding: 0;
    margin-top: 80px; }
    .contact .contact-box .text {
      transform: translateY(20%);
      padding: 0 40px; }
      .contact .contact-box .text p {
        font-weight: 100;
        line-height: 25px; }
    .contact .contact-box form p {
      margin: 0;
      margin-bottom: 10px; }
      .contact .contact-box form p input {
        padding-left: 5%;
        width: 90%;
        border: none;
        background: #ffffff;
        height: 40px;
        font-size: 1em;
        outline: none; }
      .contact .contact-box form p textarea {
        width: 90%;
        height: 100px;
        font-size: 1em;
        outline: none;
        padding-left: 5%;
        padding-top: 10px; }
      .contact .contact-box form p input, .contact .contact-box form p textarea {
        border: 2px solid #000000;
        transition: border .2s; }
      .contact .contact-box form p input:focus, .contact .contact-box form p textarea:focus {
        border: 2px solid #8B0E04; }
      .contact .contact-box form p button {
        border: 3px solid #8B0E04;
        background: none;
        color: #ffffff;
        padding: 12px 24px;
        font-size: 1em;
        transition: background .2s; }
        .contact .contact-box form p button:hover {
          background: #8B0E04; }

.places {
  color: #ffffff;
  text-align: center;
  padding: 80px 0 0; }
  .places .grid-2 {
    margin: 0; }
  .places .col {
    margin: 0;
    padding: 0; }
  .places h1, .places h2 {
    letter-spacing: 4px; }
  .places h1 {
    font-size: 2em;
    text-transform: uppercase;
    font-family: "Times New Roman", serif;
    margin-bottom: 80px; }
  .places h2 {
    font-size: 1.7em;
    font-family: "Times New Roman", serif;
    margin-bottom: 40px; }
    .places h2 b {
      color: #8B0E04; }
  .places .data-block {
    margin-bottom: 30px; }
    .places .data-block p {
      margin: 0; }
  .places .map {
    min-height: 400px;
    width: auto;
    padding: 0 40px;
    margin: 0; }
  .places .mobile-text {
    display: none; }

.tour {
  height: auto;
  margin: 0; }
  .tour .col:last-child {
    background: #000000;
    padding: 45px 0; }
  .tour .description {
    z-index: 1;
    height: auto;
    padding: 100px 30px 100px 80px;
    color: #ffffff;
    background: #000000;
    position: relative;
    right: 50px; }
    .tour .description h1 {
      font-size: 2em;
      text-align: center;
      font-style: italic;
      font-family: "Times New Roman", serif;
      letter-spacing: 4px; }
      .tour .description h1 b {
        color: #8B0E04; }
  .tour .feature-image {
    background: url("../img/chef.jpg") no-repeat;
    background-size: cover;
    background-position: center; }

.tours {
  margin-top: 80px; }
  .tours .grid-2 {
    margin: 0;
    padding: 0; }
    .tours .grid-2 .col {
      margin: 0;
      text-align: center; }
      .tours .grid-2 .col button {
        outline: none;
        background: none;
        border: 3px solid #8B0E04;
        color: #ffffff;
        text-transform: uppercase;
        transition: background .2s;
        padding: 12px 24px;
        font-size: 0.9em; }
        .tours .grid-2 .col button:hover, .tours .grid-2 .col button.active {
          background: #8B0E04; }

.google-embed {
  margin-top: 40px; }
  .google-embed > div {
    width: 600px;
    margin: 0 auto; }
    .google-embed > div:last-child {
      display: none; }
    .google-embed > div iframe {
      max-width: inherit; }

.reservacion {
  height: auto;
  margin: 0; }
  .reservacion .grid {
    margin: 0; }
    .reservacion .grid .col {
      margin: 0;
      padding: 0; }
  .reservacion > .col:last-child {
    background: #000000;
    padding: 45px 0; }
  .reservacion .description {
    z-index: 1;
    min-height: 400px;
    color: #ffffff;
    background: #000000;
    padding: 0 40px; }
    .reservacion .description h1 {
      font-size: 2em;
      text-align: center;
      font-style: italic;
      font-family: "Times New Roman", serif;
      letter-spacing: 4px; }
      .reservacion .description h1 b {
        color: #8B0E04; }
    .reservacion .description p {
      margin: 40px auto;
      max-width: 80%; }
  .reservacion .feature-image {
    background: url("../img/chef.jpg") no-repeat;
    background-size: cover;
    background-position: center; }

.open-table {
  background: #ffffff;
  padding: 20px;
  color: #000000;
  overflow: auto;
  height: 215px; }
  .open-table #OT_searchWrapper {
    font-family: "Open Sans", Helvetica, sans-serif; }
    .open-table #OT_searchWrapper h2 {
      margin-bottom: 20px;
      font-weight: bold;
      font-size: 1.2em; }
    .open-table #OT_searchWrapper dl dt {
      display: inline-block; }
    .open-table #OT_searchWrapper dl dd {
      display: inline-block;
      margin-bottom: 10px; }

#TB_window {
  position: fixed !important;
  top: 20px !important;
  left: 50% !important;
  margin: 0 !important;
  transform: translateX(-50%); }

.blog h1 {
  color: #ffffff;
  font-family: "Times New Roman", serif;
  font-size: 2.5em;
  text-align: center;
  font-style: italic;
  margin: 80px 0; }
  .blog h1 b {
    color: #8B0E04; }

.first-post {
  height: auto;
  margin: 0; }
  .first-post .col:last-child {
    background: #000000;
    padding: 45px 0; }
  .first-post .description {
    z-index: 1;
    height: auto;
    padding: 100px 30px 100px 80px;
    color: #ffffff;
    background: #000000;
    position: relative;
    right: 50px; }
    .first-post .description h2 {
      font-size: 1.5em;
      text-transform: uppercase;
      text-align: center;
      line-height: 30px; }
      .first-post .description h2 a {
        border-bottom: 2px solid #000000;
        transition: border .2s; }
        .first-post .description h2 a:hover {
          border-bottom: 2px solid #ffffff; }
    .first-post .description p {
      margin: 20px 0 0;
      letter-spacing: 0; }
      .first-post .description p.excerpt {
        border-left: 1px solid #ffffff;
        padding-left: 10px;
        display: none; }
      .first-post .description p.date {
        font-family: "Times New Roman", serif;
        font-style: italic;
        text-align: center; }
  .first-post .feature-image {
    background: url("../img/chef.jpg") no-repeat;
    background-size: cover;
    background-position: center; }

.other-posts {
  margin-top: 20px !important; }
  .other-posts.grid-2 {
    margin: 0;
    padding: 0; }
    .other-posts.grid-2 .col {
      margin: 0;
      padding: 0; }
  .other-posts .post {
    height: 400px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px !important; }
    .other-posts .post .info {
      color: #ffffff;
      background: #000000;
      width: 90%;
      left: 5%;
      text-align: center;
      position: absolute;
      top: 250px; }
      .other-posts .post .info a {
        padding: 5px;
        font-size: 1.2em;
        border-bottom: 2px solid #000000;
        transition: border .2s; }
        .other-posts .post .info a:first-child {
          padding: 0;
          margin: 0; }
        .other-posts .post .info a:hover {
          border-bottom: 2px solid #ffffff; }
      .other-posts .post .info .date {
        font-family: "Times New Roman", serif;
        font-size: 0.7em; }
      .other-posts .post .info p {
        letter-spacing: 0;
        margin: 0;
        padding: 10px 5px;
        margin: 5px 0; }
    .other-posts .post .image {
      overflow: hidden;
      height: 300px;
      width: 100%;
      background-size: cover;
      opacity: 0.8;
      transition: opacity .2s; }
      .other-posts .post .image:hover {
        opacity: 1; }

.blog-post {
  background: #ffffff; }
  .blog-post a {
    color: #000000; }
  .blog-post .banner {
    max-width: 100%;
    height: 300px;
    overflow: hidden; }
    .blog-post .banner img {
      width: 100%;
      height: auto; }
  .blog-post .content {
    max-width: 80%;
    margin: 0 auto;
    position: relative;
    top: -100px;
    padding: 40px 20px;
    background: #ffffff; }
    .blog-post .content h1 {
      font-size: 2.5em;
      text-align: center;
      margin-bottom: 20px; }
    .blog-post .content .meta {
      text-align: center;
      color: #8B0E04;
      font-family: "Times New Roman", serif; }
    .blog-post .content p {
      letter-spacing: 0;
      margin: 0; }
    .blog-post .content .writeup {
      max-width: 600px;
      margin: 40px auto;
      font-size: 1em; }
      .blog-post .content .writeup img {
        width: 100%;
        height: auto;
        margin: 40px 0; }
      .blog-post .content .writeup a {
        color: #177ee6;
        transition: color .2s; }
        .blog-post .content .writeup a:hover {
          color: #000000; }
      .blog-post .content .writeup .go-back {
        margin-top: 40px; }
    .blog-post .content hr {
      background: none;
      border: none;
      border-bottom: 1px solid #eeeeee; }
  .blog-post .comments {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 40px; }
    .blog-post .comments h3 {
      margin-bottom: 20px;
      color: #999; }
    .blog-post .comments .commentlist {
      margin-bottom: 20px;
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 20px; }
    .blog-post .comments .comment-meta .comment-author {
      margin-bottom: 5px; }
      .blog-post .comments .comment-meta .comment-author b {
        font-weight: bold; }
      .blog-post .comments .comment-meta .comment-author b, .blog-post .comments .comment-meta .comment-author span {
        position: relative;
        top: -10px; }
    .blog-post .comments .comment-meta .comment-metadata {
      font-size: small; }
    .blog-post .comments .comment-content {
      margin: 5px 0;
      background: #eeeeee;
      padding: 10px;
      border-radius: 3px; }
    .blog-post .comments .reply {
      overflow: auto; }
      .blog-post .comments .reply a {
        float: right;
        color: #8B0E04;
        font-size: small;
        font-weight: bold; }
    .blog-post .comments .comment-respond {
      margin-top: 10px;
      padding-top: 20px; }
    .blog-post .comments .comment-form {
      margin-top: 10px; }
      .blog-post .comments .comment-form p {
        margin-top: 10px; }
      .blog-post .comments .comment-form label {
        display: block; }
      .blog-post .comments .comment-form textarea, .blog-post .comments .comment-form input[type=text], .blog-post .comments .comment-form input[type=email], .blog-post .comments .comment-form input[type=url] {
        border: 2px solid #bbb;
        outline: none;
        font-size: 1em;
        transition: border .2s; }
        .blog-post .comments .comment-form textarea:focus, .blog-post .comments .comment-form input[type=text]:focus, .blog-post .comments .comment-form input[type=email]:focus, .blog-post .comments .comment-form input[type=url]:focus {
          border-color: #000000; }
      .blog-post .comments .comment-form textarea {
        width: 100%; }
      .blog-post .comments .comment-form input[type=submit] {
        padding: 12px 24px;
        border: 2px solid #8B0E04;
        background: none;
        font-size: 1em;
        transition: all .2s;
        cursor: pointer; }
        .blog-post .comments .comment-form input[type=submit]:hover {
          background: #8B0E04;
          color: #ffffff; }

* {
  margin: 0;
  padding: 0; }

/* Icon 1 */
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 30px;
  height: 15px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon1 span:nth-child(1) {
  top: 0px; }

#nav-icon1 span:nth-child(2) {
  top: 9px; }

#nav-icon1 span:nth-child(3) {
  top: 18px; }

#nav-icon1.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

#nav-icon1.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

@media (max-width: 699px) {
  nav.navbar {
    display: none; }
    nav.navbar .logo {
      margin-top: 0 !important; }
    nav.navbar.active {
      display: block !important; }

  .mobile-nav {
    display: block; }

  .container {
    padding: 0;
    margin: 0; }

  /* SHARED */
  .description {
    padding: 40px !important;
    position: static !important;
    margin: 0 !important;
    max-width: 100% !important; }
    .description.left {
      left: 0 !important;
      margin: 0 !important; }

  .feature-image {
    height: 200px; }

  .feature-image:first-child {
    display: none; }

  .first-post .feature-image:first-child {
    display: block;
    height: 100px; }

  .extra {
    height: 200px; }
    .extra .col_sm-12:first-child {
      display: none; }
    .extra .col_sm-12 {
      height: inherit; }

  /* PAGES */
  .home .lead {
    height: 400px; }
    .home .lead .logo {
      width: 80%;
      margin: 0 auto;
      background-size: 100%;
      height: 170px; }
  .home .actions .to-menu, .home .actions .to-tour, .home .actions .to-reserve {
    height: 150px; }
  .home .actions .plain-image {
    display: none; }

  .banquets .gallery, .the-cava .gallery {
    height: auto; }
    .banquets .gallery .images .image, .the-cava .gallery .images .image {
      position: static;
      overflow: auto;
      height: auto;
      min-height: auto;
      max-height: 100%; }
      .banquets .gallery .images .image .gallery-nav, .the-cava .gallery .images .image .gallery-nav {
        display: none; }
      .banquets .gallery .images .image .description, .the-cava .gallery .images .image .description {
        position: static;
        text-align: center; }
      .banquets .gallery .images .image .holder, .the-cava .gallery .images .image .holder {
        position: static; }
        .banquets .gallery .images .image .holder .wrapper, .the-cava .gallery .images .image .holder .wrapper {
          height: 200px;
          margin-bottom: 20px; }

  .footer .links {
    text-align: center;
    margin-bottom: 0; }
    .footer .links ul {
      overflow: auto;
      width: 100%; }
      .footer .links ul li {
        float: none;
        display: block;
        margin: 20px 0;
        width: auto; }

  .open-table {
    width: 100%;
    position: absolute;
    left: 0;
    padding: 0;
    overflow: scroll;
    font-size: 1em;
    height: auto; }
    .open-table .wrapper {
      padding: 10px; }
    .open-table #OT_submitWrap {
      left: 50%;
      margin-left: -25%; }

  .contact .contact-box {
    margin-top: 20px; }
  .contact .map {
    display: none; }
  .contact .text {
    display: none; }
  .contact .mobile-text {
    display: block; }

  .virtual-tour .tours {
    margin-top: 20px; }

  .blog {
    margin-top: 100px; }
    .blog h1 {
      max-width: 80%;
      margin: 40px auto; }
    .blog .first-post text
    .description {
      padding: 0 !important; }
      .blog .first-post text
      .description h2 {
        text-transform: none; }
    .blog .other-posts .post {
      height: auto; }
    .blog .other-posts .image {
      height: 100px;
      background-size: 100%; }
    .blog .other-posts .info {
      position: static;
      top: 0;
      left: 0;
      width: 90%;
      text-align: center;
      margin: 0 auto; }
      .blog .other-posts .info a {
        line-height: 30px; }

  .menu .feature-image {
    height: auto !important; }
  .menu .offer {
    padding: 0; }
    .menu .offer .menu-wrapper {
      padding: 0; }
    .menu .offer .description p {
      margin: 0; }
    .menu .offer .slideshow {
      margin: 0;
      height: 250px;
      overflow-y: hidden;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch; }
      .menu .offer .slideshow .holder {
        width: 310%; }
      .menu .offer .slideshow .image {
        float: left;
        margin-right: 10px;
        height: auto; }
        .menu .offer .slideshow .image img {
          height: auto;
          width: auto;
          max-width: 350px; }
    .menu .offer .list {
      overflow-y: scroll;
      height: auto;
      max-height: 250px;
      -webkit-overflow-scrolling: touch; }
      .menu .offer .list ul {
        padding-left: 20px;
        width: 5000px;
        overflow: auto; }
        .menu .offer .list ul li {
          float: left;
          width: 200px;
          margin-right: 50px; }
    .menu .offer .types {
      padding: 0; }
      .menu .offer .types .type:last-child {
        margin-right: 20px; } }

/*# sourceMappingURL=style.css.map */
