@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');

/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */
  html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,abbr,acronym,em,img,q,small,strong,sub,sup,var,dl,ol,ul,li,fieldset,form,label,table,tr,th,td,article,aside,canvas,footer,header,hgroup,nav,section,time,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,footer,header,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:''; content:none;}table{border-collapse:collapse;border-spacing:0;}


/*Tag*/
  img {
    width: 100%;
    height: auto;
  }

  h2 {
    font: 3em 'shoelaces_fxregular', sans-serif;
    text-align: center;
    color: #bd9666;
  }

  h3 {
    background: url(../imgs/ribbon.svg) no-repeat 50% 50%;
    background-size: 100% auto;
    padding: 20px;
    margin: auto;
    text-align: center;
    color: #302f2c;
    font: 1.2em 'Montserrat', sans-serif;
    text-transform: uppercase;
  }

    h4 {
      color: #bd9666;
      font: 1em 'Montserrat', sans-serif;
    }

  p,
  .time {
    font: 1em 'Montserrat', sans-serif;
    line-height: 1.5em;
    margin: 0 0 20px;
    text-align: justify;
  }

    .time {
      margin-bottom: 0;
      color: #fff;
    }

    p:last-of-type {
      margin: 0;
    }

    small {
      font: .9em 'Montserrat', sans-serif;
      font-style: italic;
      text-align: center;
      margin-bottom: 20px;
      display: block;
      color: #bd9666;
    }

  a {
    text-decoration: none;
    border: none;
    color: #bd9666;
  }

  body:not(#homepage) .main section:first-of-type {
    padding: 0 0 40px;
  }

    section,
    .fooPage {
      padding: 40px 0 40px;
    }

/*All*/
  * {
    box-sizing: border-box;
  }

  body:not(#homepage) .foods {
    padding-top: 25vh;
  }

  .wrapper {
    width: 86%;
    margin: auto;
    position: relative;
  }

  .block {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
  }

    .block > div {
      align-items: stretch;
    }

    .blocks2 > div {
      width: 50%;
    }

      .blocks2 > div:first-child {
        margin-right: 4%;
      }

      .blocks2 > div:last-child {
        margin-left: 4%;
      }

    .blocks3 > div,
    .blocks3 > a {
      width: calc(100% / 3);
    }

      .blocks3 > div:first-child,
      .blocks3 > a:first-child {
        margin-right: 2%;
      }

      .blocks3 > div:nth-child(2),
      .blocks3 > a:nth-child(2) {
        margin: 0 1%;
      }

      .blocks3 > div:last-child,
      .blocks3 > a:last-child {
        margin-left: 2%;
      }



    .blocks2-3 > div:first-child {
      width: calc(100% / 3);
    }

    .blocks2-3 > div:nth-child(2) {
      width: calc((100% / 3) * 2);
    }

    .blocks4 > div {
      width: calc(100% / 4);
    }

      .blocks4 > div {
        margin: 0 2%;
      }


      .block6{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
      }
      .block6>a{
        flex: 30.3%;
        margin:1%;
     }
    



      
      

    .fancyBox {
      background: url(../imgs/frame.svg) 50% 0% no-repeat;
      background-size: 100% auto;
      padding: 60px 40px;
      border-bottom: 2px solid #bd9666;
    }

  /*images*/
    .circled {
      display: block;
      border-radius: 50%;
      width: 80%;
      margin: 10px auto 20px;
    }

    .bevel {
      display: block;
      border-radius: 50px;
    }

/*Loading Screen*/
  .se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 99999999;
    background: url(../imgs/loading.gif) center no-repeat #fff;
    background-size: 256px auto;
    display: block;
    overflow: hidden;
  }

/*Header*/
  header {
    background: url(../imgs/dark_wood.png);
    width: 100%;
  }

    #homepage header {
      height: 100vh;
    }

    header:before {
      content: '';
      position: absolute;
      background: url(../imgs/stripes.svg) repeat-x 100% 100%;
      top: 0;
      width: 100%;
      height: 14vh;
    }

    .logo {
      width: 26%;
      position: absolute;
      top: 17vh;
      left: -7%;
      z-index: 4;
    }

    body:not(#homepage) .logo {
      /*content: url(../imgs/coffee-shop-logo-vertical.png);*/
      width: 20%;
      top: 15vh;
      left: 0;
    }

    body:not(#homepage) .logo-resto {
      /*content: url(../imgs/coffee-shop-logo-resto.png);*/
      width: 22%;
      top: 15vh;
      left: 0;
    }

  .topHeader {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
  }

    .contacts {
      background: #10ae56;
      margin: 0;
      padding: 0;
      padding: 5px 10px;
      color: #fff;
      display: flex;
      align-content: center;
    }

    .socialMediaLinks {
      display: flex;
      justify-content: flex-end;
    }

      .socialMediaLinks > li > a > img {
        display: block;
        width: 50px;
        height: auto;
        margin: 0 0 0 10px;
      }

        .socialMediaLinks > li:first-child > a > img {
          margin: 0;
        }

  .sliderHeader {
    width: 100%;
    height: 66vh;
    top: 25vh;
    left: 0;
    position: absolute;
    overflow: hidden;
  }

    .slideshow-slides,
    .slideshow {
      width: 100%;
      height: 66vh;
    }

    #slide1 {
      background: url(../imgs/bg1.jpg) 50% 50% no-repeat;
      background-size:cover;
    }

    #slide2 {
      background: url(../imgs/bg2.jpg) 50% 50% no-repeat;
      background-size: cover;
    }

    #slide3 {
      background: url(../imgs/bg3.jpg) 50% 50% no-repeat;
      background-size: cover;
    }

  h1#taco,
  h1#hotel {
    content: url(../imgs/jumbo-taco.svg);
    width: auto;
    height: 60%;
    position: absolute;
    right: 5%;
    top: 20%;
    z-index: 2;
    display: block;
  }

  h1#hotel {
    content: url(../imgs/condo-hotel.png);
  }

/*Navigation*/
  .mainNav {
    position: absolute;
    top: 17vh;
    right: 0;
    width: 100%;
  }

    .mainNav > ul {
      justify-content: flex-end;
    }

    .mainNav > ul {
      display: flex;
    }

      .mainNav > ul > li > a {
        font: 1em 'Montserrat', sans-serif;
        margin: 5px;
        padding: 10px;
        color: #fff;
      }

      .mainNav > ul > li > a:hover {
        background: #10ae56;
      }

      .selectedLink,
      .selectedLink:hover {
        background: #bd9666!important;
        color: #2c2a29!important;
        cursor: pointer!important;
      }

/*Footer*/
  .whiteBg {
    background: #fff;
  }

  footer {
    width: 100%;
    position: relative;
  }

    footer > div {
      padding: 15px 5%;
    }

    .lowerFooter {
      background: url(../imgs/foo-bg.jpg);
      color: #fff;
    }

    footer p {
      font-size: 0.9em;
      margin-bottom: 8px!important;
    }

    footer ul li{
      display: inline-block;
    }

      footer a {
        color: #bd9666;
      }

      footer ul > li > a {
        font: 0.9em 'Montserrat', sans-serif;
        text-transform: uppercase;
        padding: 5px 10px;
        margin: 0;
      }

      footer ul > li > a:hover {
        background: #b04719;
      }


.footer-right{
  width: 50%;
  float: left;
  text-align: left;
}
.footer-left{
  width: 50%;
  float: right;
}
.footer-left p,.footer-left nav,.footer-left img{
  text-align: right!important;
  margin-right: 0;
}

.footer-center{
  width: 100%;
  text-align: center;
}
.footer-center{
  width: 100%;
}
.footer-center p,.footer-center nav,.footer-center img{
  text-align: center!important;
  margin: 0 auto;
}

.validationText{
  text-align: right!important;
}
label.error{
  color:#ff484f!important;
}

.clearboth{
  clear: both;
}

/*forms*/
  form {
    color: #222;
  }

  form > .block {
    margin-bottom: 20px;
  }

  input,
  textarea {
    width: 70%;
    border: solid 2px #cb4a12;
    border-radius: 3px;
    font: 1em 'Montserrat', sans-serif;
    color: #222;
    padding: 5px 2px;
  }

  label {
    font: 1em 'Montserrat', sans-serif;
    line-height: 1.5em;
    text-align: justify;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 30%;
    color: #10ae56;
    font-weight: 900;
  }

  .parsley-required,
  .parsley-type {
    color: #ff484f;
    font: 0.9em 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: bolder;
    position: relative;
    z-index: 10000;
    text-align: right;
    margin-top: 10px;
  }

    .validationText {
      margin: -10px 0 10px;
    }

    .lgo {
      display: block;
      width: 200px;
      height: auto;
      margin: auto;
    }

/*buttons*/
  .button {
    font: 1em 'Montserrat', sans-serif;
    background: #cb4a12;
    background: linear-gradient(to top, #e85719, #cb4a12);
    padding: 10px 20px;
    color: #fff;
    letter-spacing: 1px;
    display: table;
    margin: auto;
    border: none;
    text-align: center;
    border-radius: 5px;
    box-shadow: 1px 1px 0px 0px #b04719,
                2px 2px 0px 0px #b04719,
                3px 3px 0px 0px #b04719,
                4px 4px 0px 0px #b04719;
  }

  .button:hover {
    background: #e85719;
    background: linear-gradient(to top, #cb4a12, #e85719);
    box-shadow: 1px 1px 0px 0px #b04719 inset,
                2px 2px 0px 0px #b04719 inset,
                3px 3px 0px 0px #b04719 inset,
                4px 4px 0px 0px #b04719 inset;
  }

  .button.disabled,
  .button:disabled {
    background: #fbd6c7;
    color: #b04719;
  }

    .button.disabled:hover {
      cursor: default;
      box-shadow: none;
    }

    .arrows {
      position: fixed;
      right: 0;
      bottom: 40px;
      display: flex;
      flex-direction: column;
    }

    .arrows > a,
    .arrows > span {
      width: 50px;
      height: 50px;
      padding: 10px;
      border-radius: 0;
      margin: 0;
    }

    .button-set > a {
      margin-bottom: 10px;
    }

    .logo-button {
      display: flex;
      flex-direction: column;
    }

/*icons*/
  .text-icons  {
    margin: auto 10px auto 20px;
  }

  .text-icons:first-of-type  {
    margin-left: 0;
  }

/*index*/
  #cafeInterior {
    background: url(../imgs/cafe-interior.jpg) 50% 100% no-repeat;
    background-size: cover;
  }

  .foods {
    background: url(../imgs/black-bg.jpg) 50% 100% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
  }

  .svgIcons {
    margin: 20px auto;
    display: block;
  }

  .picSlider {
    width: 100%;
  }

    .picSlider .picSlide {
      padding: 0 20px;
    }

    .slick-prev, .slick-next {
      width: 40px;
      height: 40px;
      z-index: 10;
    }

    .slick-prev {
      left: -35px;
    }

    .slick-next {
      right: -35px;
    }

    .moreFun {
      display: block;
      position: absolute;
      bottom: 2%;
      left: 10px;
      width: 30%;
    }

/*Rooms*/
  #completeMealBg {
    background: url(../imgs/completeMealBg.jpg) 50% 50% no-repeat;
    background-size: cover;
    border-radius: 20px;
  }

/*Restaurant*/
  .mobileMenu {
    display: none;
  }

  .menuLinkList {
    margin-top: 20px;
  }

  .menuLinkList > li > a {
    color: #bd9666;
    font: 1em 'Montserrat', sans-serif;
    text-align: center;
    display: block;
  }

  #menu .circled {
    margin-top: 0;
  }

    .foodList > li,
    .contactList > li {
      width: 100%;
      color: #fff;
      font: 1em 'Montserrat', sans-serif;
      display: flex;
      justify-content: space-between;
      margin-bottom: 5px;
      border-bottom: 1px #555 dotted;
    }

    .nonDotted > li {
      border-bottom: none;
    }

    .price {
      font: 1em 'Montserrat', sans-serif;
      color: #bd9666;
      text-align: right;
      width: 40%;
    }

    .foodItem {
      width: 60%;
    }

    .sliderNavLinks {
      color: #fff;
      display: table!important;
      width: auto;
      font: 1.5em 'shoelaces_fxregular', sans-serif;
      text-align: center;
      padding: 10px 20px;
    }

      .slick-current .sliderNavLinks {
        background: #bd9666;
        background-size: 100% auto;
        color: #302f2c;
        border-radius: 5px;
      }

      .sliderNavLinks:hover {
        color: #e85719;
      }

  #filipinoBreakfastBg {
    background: url(../imgs/filipinoBreakfastBg.jpg) 50% 50% no-repeat;
    background-size: cover;
    border-radius: 20px;
  }

  #orientalBg {
    background: url(../imgs/pancit.jpg) 50% 50% no-repeat;
    background-size: cover;
    border-radius: 20px;
  }

  #filipinoBg {
    background: url(../imgs/filipinoBg.jpg) 50% 50% no-repeat;
    background-size: cover;
    border-radius: 20px;
  }

  #chickenBg {
    background: url(../imgs/chickenBg.jpg) 50% 50% no-repeat;
    background-size: cover;
    border-radius: 20px;
  }

  #charBroilBg {
    background: url(../imgs/charBroilBg.jpg) 50% 50% no-repeat;
    background-size: cover;
    border-radius: 20px;
  }

  #sandwichesBg {
    background: url(../imgs/sandwichesBg.jpg) 50% 50% no-repeat;
    background-size: cover;
    border-radius: 20px;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 50px;
  }

  .slick-dots li button:before {
    font-family: 'slick';
    font-size: 15px;
    color: #e85719;
  }

    .slick-dots li.slick-active button:before {
      opacity: .75;
      color: #bd9666;
    }

    .slick-dots {
      bottom: -70px;
    }

    .slick-prev:before, .slick-next:before {
      font-family: 'slick';
      font-size: 40px;
      line-height: 1;
      opacity: .75;
      color: #bd9666;
    }

/*Hotel Reservation*/
  .custom-input,
  .ng-scope form:not(#fForm) input,
  .ng-scope form:not(#fForm) select,
  .ng-scope form:not(#fForm) textarea {
    background: #2c2a29;
    color: #fff;
  }

  .md-default-theme .md-datepicker-input, .md-datepicker-input,
  .custom-input md-icon.md-default-theme, md-icon {
    color: #fff;
  }

/*Contact Us*/
  #amenitiesPic  {
    background: url(../imgs/amenities.jpg) 50% 100% no-repeat;
    background-size: cover;
  }

  #coffeeTable {
    background: url(../imgs/contact-us.jpg) 50% 100% no-repeat;
    background-size: cover;
  }

  .contactList {
    margin-top: 20px;
  }

    .contactList > li {
      border-bottom: none;
      color: #bd9666;
      justify-content: flex-start;
    }

    .contactList > li > a {
      text-decoration: underline;
    }

/*list*/
  .bulleted > li {
    padding-left: 50px;
    position: relative;
    font: 1em 'Montserrat', sans-serif;
  }

  .bulleted > li:before {
    content: "\e907";
    color: #bd9666;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    font-family: 'coffee-shop';
  }

/*maps*/
  #googleMaps {
    background: #cb4a12;
  }

/*sitemaps*/
  .sitemapLinks > li > a {
    width: 100%;
    background:#bd9666;
    padding: 10px 20px;
    display: block;
    margin-bottom: 10px;
    display: block;
    font: 1em 'BrandonGrotesque-Black', sans-serif;
    color: #2c2a29;
    text-align: center;
    text-transform: uppercase;
  }

  .sitemapLinks > li:last-child > a {
    margin-bottom: 0;
  }

    .sitemapLinks > li:last-child > a {
      margin-bottom: 0;
    }

/*lightbox*/
  .lightboxes {
    display: none;
  }

  .featherlight-content,
  .featherlight {
    box-sizing: border-box;
    padding: 0!important;
    margin: 0!important;
  }

  .featherlight-content {
    overflow: hidden!important;
    border: 5px solid #fff!important;
    border-radius: 5px;
  }

  .featherlight {
    width: 100%;
    height: 100vh;
  }

  .featherlight .featherlight-close-icon {
    top: 10px;
    right: 10px;
    background: rgb(217, 83, 79);
    color: #fff;
    font-size: 30px;
    font-size: 900;
    display: block;
    width: 40px;
    height: 40px;
    padding: 5px;
  }

    .featherlight-close-icon:hover {
      background: #ea413c;
    }

  #mylightbox {
    background: url(../imgs/white-bg.jpg);
    padding: 20px 40px;
    border: 10px solid #fff;
    color: #222;
  }

  .featherlight-inner:not(#mylightbox) {
    overflow: hidden;
  }

  .caption {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    color: #fff;
    text-align: center;
    font: 1em 'Montserrat', sans-serif;
    left: 0;
    display: block;
    padding: 10px 20px;
  }

  .featherlight-next span,
  .featherlight-previous span {
    display: block;
    font-size: 3em;
    margin: 0;
    top: calc((100% - 1.5em) / 2);
    text-shadow: 1px 1px 0px #bd9666,
                 2px 2px 0px #bd9666,
                 3px 3px 0px #bd9666,
                 3px 3px 10px rgba(0, 0, 0, 0.5);
  }

  .featherlight-previous,
  .featherlight-next {
    height: 100%;
    top: 0;
    width: 10%;
  }

    .featherlight-previous {
      left: 0;
      right: 0;
    }

    .featherlight-next {
      right: 0;
      left: calc(100% - 10%)!important;
    }

    .featherlight-previous span {
      left: 0;
    }

    .featherlight-next span {
      right: 0;
    }

    .featherlight-first-slide .featherlight-previous {
      display: none;
    }

    .featherlight-last-slide .featherlight-next {
      display: none;
    }

/*Animation*/
    /* Sweep To Right */
      .hvr-sweep-to-right {
        display: inline-block;
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        position: relative;
        transition-property: color;
        transition-duration: 0.3s;
      }
      .hvr-sweep-to-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #e85719;
        transform: scaleX(0);
        transform-origin: 0 50%;
        transition-property: transform;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
      }
      .hvr-sweep-to-right:hover,
      .hvr-sweep-to-right:focus,
      .hvr-sweep-to-right:active {
        color: #2c2a29;
      }
      .hvr-sweep-to-right:hover:before,
      .hvr-sweep-to-right:focus:before,
      .hvr-sweep-to-right:active:before {
        transform: scaleX(1);
      }

/*font-face*/
  @font-face {
    font-family: 'shoelaces_fxregular';
    src: url('../fonts/shoelaces_fx-webfont.eot');
    src: url('../fonts/shoelaces_fx-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/shoelaces_fx-webfont.woff') format('woff'),
         url('../fonts/shoelaces_fx-webfont.ttf') format('truetype'),
         url('../fonts/shoelaces_fx-webfont.svg#shoelaces_fxregular') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'coffee-shop';
    src:  url('../fonts/coffee-shop.eot?cqyem6');
    src:  url('../fonts/coffee-shop.eot?cqyem6#iefix') format('embedded-opentype'),
      url('../fonts/coffee-shop.ttf?cqyem6') format('truetype'),
      url('../fonts/coffee-shop.woff?cqyem6') format('woff'),
      url('../fonts/coffee-shop.svg?cqyem6#coffee-shop') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  [class^="icon-"], [class*=" icon-"] {
    font-family: 'coffee-shop' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  }
  .icon-fax:before {
    content: "\e900";
  }
  .icon-cafe:before {
    content: "\e903";
  }
  .icon-email:before {
    content: "\e904";
  }
  .icon-mobile:before {
    content: "\e905";
  }
  .icon-taco:before {
    content: "\e907";
  }
  .icon-telephone:before {
    content: "\e908";
  }



/*media queries*/

  @media screen and (max-width: 1366px) {
      /*footer*/
    footer p {
      font-size: 0.9em;
      margin-bottom: 8px!important;
      white-space: nowrap;
      text-align: left;
    }


  }

  @media screen and (max-width: 1024px) {
    /*tags*/
      h2 {
        font-size: 2.5em;
      }

    /*navigation*/
      .mainNav {
        top: 0;
        position: absolute;
      }

      .mainNav:before {
        content: 'Menu';
        font: 1em 'Montserrat', sans-serif;
        background: #10ae56;
        padding: 10px 20px;
        margin-top: 10px;
        color: #fff;
        letter-spacing: 1px;
        display: table;
        position: relative;
        float: right;
        height: auto;
        right: 0;
        border: none;
        border-radius: 5px;
        box-shadow: 1px 1px 0px 0px #029a55,
                    2px 2px 0px 0px #029a55,
                    3px 3px 0px 0px #029a55,
                    4px 4px 0px 0px #029a55;
        text-transform: uppercase;
      }

      .mainNav:hover > ul {
        display: block;
      }

      .mainNav > ul {
        display: none;
        position: absolute;
        flex-direction: column;
        width: 100%;
        right: 0;
        padding: 4px 0 0;
        z-index: 10;
        top: 100%;
      }

        .mainNav > ul > li {
          background: #222;
          display: block;
        }


        .mainNav > ul > li > a {
          display: block;
          margin: 0;
          text-align: center;
        }

          .mainNav > ul > li > a:hover {
            background: url(../imgs/foo-bg.jpg);
            color: #bd9666;
            text-shadow: 0 0 0 10px #b04719;
          }

    /*index*/
      h1#hotel,
      h1#taco {
        height: 60%;
        top: 20%;
      }

    /*All*/
      .fancyBox {
        background: none;
        border: 2px solid #bd9666;
        border-right: 2px solid #bd9666;
      }


      footer p {
          text-align: left;
          font-size: 0.9em;
          margin-bottom: 8px!important;
          white-space: normal;
        }

    

  }

  @media screen and (max-width: 900px) {
    /*All*/
      p {
        text-align: center;
      }

      .wrapper {
        width: 88%;
      }

      .block:not(.pic-gallery) {
        flex-direction: column;
      }

      .blocks2 > div,
      .blocks3:not(.pic-gallery) > div,
      .blocks3:not(.pic-gallery) > a,
      .blocks2-3 > div {
        width: 100%!important;
        margin: 0 0 20px!important;
      }

      .fancyBox {
        background: none;
        border: 2px solid #bd9666;
        border-right: 2px solid #bd9666;
      }

    /*header*/
      header:before {
        background: url(../imgs/stripes.svg) repeat-x 100% 100%;
        height: 20vh;
        background-size: auto 100%;
      }

      .logo,
      body:not(#homepage) .logo {
        width: 46%;
        position: absolute;
        left: calc((100% - 46%) / 2);
        top: 2vh;
        z-index: 2;
        border-radius: 50%;
        content: url("../imgs/logo.png");
      }

      .sliderHeader {
        width: 100%;
        height: 70vh;
        background: #222;
        background-size: cover;
      }

        .slideshow-slides,
        .slideshow {
          width: 100%;
          height: 70vh;
        }

        #slide1 {
          background: url(../imgs/bg1-mobile.jpg) 50% 50% no-repeat;
          background-size: cover;
        }

        #slide2 {
          background: url(../imgs/bg2-mobile.jpg) 50% 50% no-repeat;
          background-size: cover;
        }

        #slide3 {
          background: url(../imgs/bg3-mobile.jpg) 50% 50% no-repeat;
          background-size: cover;
        }

        .contacts {
          display: none;
        }

        .socialMediaLinks {
          display: flex;
          justify-content: flex-end;
        }

          .socialMediaLinks > li > a > img {
            width: 40px;
          }

      h1#taco {
        content: url(../imgs/jumbo-taco.svg);
        width: 80%;
        height: auto;
        position: absolute;
        left: 10%;
        top: 30%;
        z-index: 2;
        display: block;
      }

      h1#hotel {
        content: url(../imgs/condo-hotel.png);
        width: 80%;
        height: auto;
        position: absolute;
        left: 10%;
        top: 30%;
        z-index: 2;
        display: block;
      }

    /*footer*/
      footer ul {
        flex-direction: column;
      }

        footer ul > li > a {
          margin: 0 auto;
          display: table;
          text-align: center;
          width: 100%;
        }




    /*images*/
      .circled {
        display: block;
        border-radius: 50%;
        width: 50%;
        margin: 20px auto 20px;
      }

      .svgIcons {
        width: 60%;
        margin: 0 auto 20px;
        display: block;
      }

        #roomsIcon {
          content: url(../imgs/reservation-logo-mobile.svg);
        }

        #ratesIcon {
          content: url(../imgs/rooms-logo-mobile.svg);
        }

        #restaurantIcon {
          content: url(../imgs/menu-logo-mobile.svg);
        }

        #sitemapIcon {
          content: url(../imgs/sitemap-logo-mobile.svg);
        }


        .footer-right{
          width: 100%;
          float: none;
          padding-top: 0;
        }

        .footer-left{
          width: 100%;
          float: none;
          text-align: center!important;
        }

        .footer-left p,.footer-left nav,.footer-left img{
          text-align: center!important;
          margin: 0 auto;
        }


    /*forms*/
      input,
      textarea,
      label,
      .custom-input,
      select {
        width: 100%;
      }

    /*index*/
      #cafeInterior,
      #googleMaps {
        height: 300px;
      }

      .foods {
        background: url(../imgs/black-bg-mobile.jpg);
        background-size: 100% auto;
      }

      .foods > .wrapper > .block > div {
        margin-bottom: 20px!important;
      }

    /*menu*/
      .mobileMenu {
        display: block;
        position: relative;
      }

        .menuLinkMobile > ul {
          display: block;
          background: #444;
          position: absolute;
          top: 100%;
          z-index: 100;
          width: 100%;
        }

        .menuLinkMobile:before {
          content: 'Food List';
          font: 1em 'Montserrat', sans-serif;
          background: #bd9666;
          padding: 10px 20px;
          color: #fff;
          letter-spacing: 1px;
          display: table;
          position: relative;
          height: auto;
          right: 0;
          border: none;
          border-radius: 5px;
          text-transform: uppercase;
          margin: auto;
        }

        .menuLinkMobile > ul > li > a {
          padding: 5px 20px;
          display: block;
          text-align: center;
          font: 1.1em 'Montserrat', sans-serif;
        }

      #menuBlock {
        display: none;
      }

      body:not(#homepage) .foods {
        padding-top: 25vh;
      }

        body:not(#homepage) .noLogoPic {
          padding-top: 20vh;
        }

      .slick-current .sliderNavLinks {
        background: #bd9666;
        background-size: 100% auto;
        color: #fff;
        border-radius: 5px;
      }

      .slick-prev {
        left: 0;
      }

      .slick-next {
        right: 20px;
      }

    /*buttons*/
      .arrows {
        position: fixed;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: row;
        z-index: 100;
      }

      .arrows > a, .arrows > span {
        width: 40px;
        height: 40px;
      }

      .slick-prev, .slick-next {
        width: 20px;
        height: 20px;
      }

    /*slides*/
      .picSlider .picSlide {
        padding: 0 60px;
      }

      .picSlide h3 {
        width: calc(100% + (60px * 2));
        margin-left : -60px;
      }

    /*footer page*/
      .fooPage {
        padding-top: 5vh!important;
      }

      .fooPage h4 {
        text-align: center;
      }

    /*restaurant page*/
      .menuSection .blocks2 > div:first-child {
        margin: 0 0 0!important;
      }
  }

  @media screen and (max-width: 1000px) and (orientation: landscape) {
    /*main*/
      section {
        padding: 20px 0;
      }

    /*header*/
      #homepage header {
        height: 110vh;
      }

      body:not(#homepage) .foods {
        padding-top: 40vh;
      }

      .logo, body:not(#homepage) .logo {
        width: 25%;
        left: calc((100% - 25%) / 2);
        top: 2vh;
      }

      h1#taco,
      h1#hotel {
        width: 30%;
        left: 35%;
        top: 35%;
      }

      .sliderHeader,
      .slideshow-slides,
      .slideshow {
        height: 80vh;
      }

    /*menu*/
      .svgIcons {
        width: 30%;
        left: 35%;
        margin: 0;
      }

      #roomsIcon,
      #sitemapIcon,
      body:not(#homepage) #restaurantIcon {
        margin: auto;
      }

    /*button*/
      .logo-button {
        flex-direction: row;
        justify-content: space-around;
        align-items: center!important;
      }

    /*rooms*/
      #roomsPage .slider .blocks2 > div {
        width: 50%!important;
        padding: 2%;
      }

      #roomsPage .slider .block {
        flex-direction: row!important;
      }

      #roomsPage .slider section {
        padding: 0!important;
      }

      .slick-dotted.slick-slider {
        margin-bottom: 10px;
      }

      .slick-dots {
        bottom: -50px;
      }

      #roomsPage .svgIcons {
        width: 35%;
        left: 0;
        margin: -2% 0 0;
      }
  }

  @media screen and (max-width: 500px) and (orientation: portrait) {
    /*main*/
      .contactBox {
        padding: 10% 8%;
        font-size: 0.9em;
      }

    /*header*/
      .logo,
      body:not(#homepage) .logo {
        width: 52%;
        top: 11vh;
      }

      body:not(#homepage) .foods {
        padding-top: 28vh;
      }

    /*menu*/
      .svgIcons {
        margin: 7vh auto 20px;
        width: 60%;
      }
  }

  @media screen and (min-width: 700px) and (orientation: portrait) {
    /*header*/
      .logo, body:not(#homepage) .logo {
        width: 38%;
        left: calc((100% - 38%) / 2);
      }

      h1#hotel,
      h1#taco {
        height: 40%;
        top: 30%;
      }

    /*rooms*/
      #roomsPage .slider .block {
        flex-direction: row;
      }

      #roomsPage .slider .blocks2 > div {
        width: 50%;
      }

      #roomsPage .slider .blocks2 > div:first-child {
        margin-right: 4%!important;
      }

      #roomsPage .slider .blocks2 > div:last-child {
        margin-left: 4%!important;
      }
  }

  @media screen and (min-width: 1000px) and (orientation: portrait) {
    /*header*/
      .logo, body:not(#homepage) .logo {
        width: 38%;
        left: calc((100% - 38%) / 2);
      }

      h1#hotel,
      h1#taco {
        height: 40%;
        top: 30%;
      }

    /*index*/
      .logo-button {
        flex-direction: column;
      }

      .svgIcons {
        width: 100%;
        margin: 0 auto 20px!important;
      }

      .logo-button {
        justify-content: flex-start;
      }

      h1#hotel, h1#taco {
        width: 50%;
        left: 25%;
        top: 30%;
      }

      .fancyBox {
        padding: 40px 20px;
      }
  }

  @media screen and (max-width: 550px) and (orientation: landscape) {
    body:not(#homepage) .foods {
      padding-top: 24vh;
    }
  }


