/* CSS Document
Project:     Discount Coffee & Deli
Author:      CK Silas (cksilas@gmail.com)
Author URI:  http://twitter.com/cksilas
Date: 	     Feb, 2018
Version:     1.0.0
*/
/* === Imports === */
@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%; } }
@media (min-width: 992px) {
  .container-narrow {
    max-width: 910px; } }
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
/* === Mixins, Variables & Presets === */
body {
  font-family: "Vollkorn", serif;
  color: rgba(34, 29, 35, 0.7);
  font-size: 17px;
  line-height: 1.6;
  background: #fff; }

h1, h2, h3, h4 {
  font-family: "Open Sans", sans-serif;
  color: #221d23;
  font-weight: 700; }

h1 {
  font-size: 42px;
  font-size: 3.125vw; }
  @media (max-width: 1216px) {
    h1 {
      font-size: 38px; } }
  @media (min-width: 1344px) {
    h1 {
      font-size: 42px; } }

h2 {
  font-size: 36px;
  font-size: 3.125vw; }
  @media (max-width: 1088px) {
    h2 {
      font-size: 34px; } }
  @media (min-width: 1152px) {
    h2 {
      font-size: 36px; } }

h3 {
  font-size: 32px; }

h4 {
  font-size: 28px; }

::selection {
  background: #f17105;
  color: #fff; }

a {
  color: #f17105;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  a:hover, a:focus {
    color: #d86504;
    text-decoration: none; }

.js .animate-box {
  opacity: 0; }

@media only screen and (max-width: 768px) {
  .animated, .bounce {
    /*CSS3 animation properties*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    /*CSS3 transition properties*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS3 transform properties*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important; }

  .js .animate-box {
    opacity: 1; } }
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 20px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #f17105;
  border: none;
  padding: 16px 20px 13px;
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
  border: solid 1px transparent; }
  .btn:hover, .btn:focus {
    background: none;
    border: solid 1px #f17105;
    color: #f17105; }

.btn-outer {
  margin-top: 5px;
  border: solid 1px #f17105;
  padding: 3px;
  display: inline-block; }

.btn-lg {
  padding: 20px 22px 16px;
  font-size: 22px;
  line-height: 1; }

.alert {
  margin-bottom: 30px; }

/* === Top Section ===*/
section.top {
  padding-top: 6px;
  padding-bottom: 6px; }
  section.top .container {
    position: relative; }
  section.top .navbar {
    background: rgba(238, 237, 238, 0.2);
    margin-top: 0;
    margin-bottom: 0;
    border-top: solid 1px rgba(34, 29, 35, 0.09);
    border-bottom: solid 1px rgba(34, 29, 35, 0.09); }
    section.top .navbar .navbar-brand {
      background: #fff;
      height: auto;
      padding: 7px 15px 15px;
      display: block;
      border: solid 1px rgba(34, 29, 35, 0.09);
      border-top: none;
      position: absolute;
      top: -7px;
      left: 30px; }
    section.top .navbar .nav li a {
      padding: 35px 15px;
      color: rgba(34, 29, 35, 0.8);
      line-height: 0;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 1px; }
      section.top .navbar .nav li a:hover, section.top .navbar .nav li a:focus {
        color: #f17105; }
    section.top .navbar .nav li.icons {
      margin-left: 12px; }
      section.top .navbar .nav li.icons a {
        display: inline-block;
        padding: 5px;
        padding-top: 23px;
        font-size: 20px; }
    section.top .navbar .nav li.active a {
      color: #f17105;
      background: none; }
      section.top .navbar .nav li.active a:hover, section.top .navbar .nav li.active a:focus {
        color: #f17105;
        background: none; }

/* === Slider Section ===*/
section.slider {
  position: relative;
  color: #fff;
  text-align: center; }
  section.slider .slider-bg {
    background-color: #221d23; }
    section.slider .slider-bg .slider-img {
      height: 800px;
      background-position: center center;
      background-repeat: no-repeat; }
      @media (min-width: 768px) and (max-width: 1199px) {
        section.slider .slider-bg .slider-img {
          height: 700px; } }
      @media (min-width: 480px) and (max-width: 768px) {
        section.slider .slider-bg .slider-img {
          height: 550px; } }
      @media (max-width: 479px) {
        section.slider .slider-bg .slider-img {
          height: 480px; } }
  section.slider .slider-overlay {
    background: rgba(34, 29, 35, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  section.slider .slider-content {
    position: absolute;
    top: 18%;
    width: 100%; }
    section.slider .slider-content p.welcome {
      color: #f17105;
      font-family: "Dancing Script", cursive;
      font-size: 46px;
      font-size: 5.2734375vw;
      margin-bottom: 15px; }
      @media (max-width: 720.5925925926px) {
        section.slider .slider-content p.welcome {
          font-size: 38px; } }
      @media (min-width: 1024px) {
        section.slider .slider-content p.welcome {
          font-size: 54px; } }
    section.slider .slider-content h1 {
      font-family: "Vollkorn", serif;
      color: #fff;
      font-size: 80px;
      font-size: 14.0625vw;
      font-weight: 700;
      line-height: 1;
      margin-bottom: 15px; }
      @media (max-width: 369.7777777778px) {
        section.slider .slider-content h1 {
          font-size: 52px; } }
      @media (min-width: 1024px) {
        section.slider .slider-content h1 {
          font-size: 144px; } }
    section.slider .slider-content .small {
      color: #fff;
      font-size: 40px;
      font-size: 5.859375vw;
      font-weight: 400;
      letter-spacing: 2px;
      line-height: 1;
      margin-bottom: 30px; }
      @media (max-width: 477.8666666667px) {
        section.slider .slider-content .small {
          font-size: 28px; } }
      @media (min-width: 1024px) {
        section.slider .slider-content .small {
          font-size: 60px; } }
    section.slider .slider-content .btn-outer {
      border: solid 1px #ffe44d; }
      section.slider .slider-content .btn-outer button {
        background: #ffe44d;
        color: #221d23;
        border: solid 1px transparent; }
        section.slider .slider-content .btn-outer button:hover, section.slider .slider-content .btn-outer button:focus {
          background: none;
          border: solid 1px #ffe44d;
          color: #ffe44d; }

/*=== Content Sections === */
section .section-heading {
  margin-bottom: 30px;
  text-align: center; }
  section .section-heading p {
    font-family: "Dancing Script", cursive;
    font-size: 28px;
    color: rgba(34, 29, 35, 0.7); }
  section .section-heading h2 {
    font-size: 36px;
    font-weight: 900;
    margin-top: -10px; }
  section .section-heading .line-separator {
    width: 80px;
    height: 4px;
    background: #ffe44d;
    display: block;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto; }

/*=== Intro Section ===*/
section.intro {
  padding-top: 120px;
  padding-bottom: 120px; }
  @media (max-width: 767px) {
    section.intro {
      padding-top: 60px;
      padding-bottom: 60px; } }
  section.intro .col {
    margin-bottom: 15px; }
    section.intro .col .image-box {
      width: 100%;
      height: 390px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
  section.intro .section-heading {
    text-align: left; }
    section.intro .section-heading .line-separator {
      margin-left: 0; }

/*=== Menu Section ===*/
section.menu {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-bottom: 0;
  color: #fff;
  background: linear-gradient(rgba(34, 29, 35, 0.8), rgba(34, 29, 35, 0.8)), url(../images/blackboard.jpg) top center no-repeat;
  background-color: #221d23;
  background-size: 100%; }
  @media (max-width: 767px) {
    section.menu {
      padding-top: 60px;
      padding-bottom: 60px; } }
  section.menu .section-heading {
    text-align: center;
    margin-top: -10px; }
    section.menu .section-heading p {
      color: rgba(255, 255, 255, 0.5); }
    section.menu .section-heading h2 {
      color: #fff; }
    section.menu .section-heading .line-separator {
      margin-left: auto;
      margin-right: auto; }
  section.menu ul.menu-tabs {
    padding: 0;
    margin: 0;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 45px; }
    section.menu ul.menu-tabs li {
      display: inline-block;
      margin-right: 2px;
      margin-left: 2px;
      margin-bottom: 5px;
      padding: 12px 20px 10px;
      border: solid 1px rgba(255, 255, 255, 0.5);
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.8);
      cursor: pointer;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      section.menu ul.menu-tabs li:hover, section.menu ul.menu-tabs li:focus {
        color: #f17105;
        border-color: #f17105; }
      section.menu ul.menu-tabs li.current {
        color: #fff;
        background: #f17105;
        border-color: #f17105; }
  section.menu .row.menu-box {
    background: rgba(255, 255, 255, 0.08);
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 45px; }
    section.menu .row.menu-box h2 {
      color: #fff;
      font-size: 32px;
      margin-bottom: 30px;
      margin-left: -1px;
      text-transform: uppercase;
      line-height: 1.2; }
    section.menu .row.menu-box .tab-content {
      display: none; }
    section.menu .row.menu-box .tab-content.current {
      display: inherit; }
    section.menu .row.menu-box .image-box {
      height: 130px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      background-color: rgba(255, 255, 255, 0.4);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 991px) {
        section.menu .row.menu-box .image-box {
          height: 160px; } }
    section.menu .row.menu-box .col {
      text-align: left;
      padding-top: 20px;
      overflow: hidden; }
      @media (max-width: 991px) {
        section.menu .row.menu-box .col {
          height: 350px;
          border-bottom: dashed 1px rgba(255, 255, 255, 0.18); } }
      section.menu .row.menu-box .col .col-nest {
        margin-bottom: 15px; }
      section.menu .row.menu-box .col .menu-details p {
        margin-bottom: 0;
        margin-top: 0; }
        section.menu .row.menu-box .col .menu-details p.price {
          float: right;
          font-size: 22px;
          font-weight: 700;
          color: #ffe44d;
          font-family: "Open Sans", sans-serif;
          margin-top: -8px; }
          @media (max-width: 991px) {
            section.menu .row.menu-box .col .menu-details p.price {
              margin-top: -8px;
              font-size: 22px; } }
        section.menu .row.menu-box .col .menu-details p.food {
          font-size: 20px;
          margin-bottom: 5px;
          margin-right: 80px;
          line-height: 1.2; }
          @media (max-width: 767px) {
            section.menu .row.menu-box .col .menu-details p.food {
              font-size: 16px; } }
        section.menu .row.menu-box .col .menu-details p.desc {
          font-size: 16px;
          color: rgba(255, 255, 255, 0.6);
          margin-right: 70px;
          line-height: 1.5;
          margin-top: 7px;
          min-height: 75px; }
          @media (max-width: 1199px) {
            section.menu .row.menu-box .col .menu-details p.desc {
              margin-right: inherit; } }
          @media (max-width: 767px) {
            section.menu .row.menu-box .col .menu-details p.desc {
              min-height: auto;
              font-size: 15px;
              line-height: 1.3; } }
      section.menu .row.menu-box .col .hr {
        margin-right: 15px;
        margin-left: 15px;
        border-bottom: dashed 1px rgba(255, 255, 255, 0.18);
        margin-top: 5px; }
        @media (max-width: 991px) {
          section.menu .row.menu-box .col .hr {
            display: none; } }

/*=== Services Section ===*/
section.services {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #eeedee; }
  @media (max-width: 767px) {
    section.services {
      padding-top: 60px;
      padding-bottom: 60px; } }
  section.services .row {
    margin-top: 60px; }
    section.services .row .col-outer {
      background: #fff;
      box-shadow: 0 1px 6px rgba(34, 29, 35, 0.05);
      padding: 10px;
      margin-bottom: 15px; }
      section.services .row .col-outer .col-inner {
        padding: 45px 20px;
        text-align: center;
        border: solid 1px rgba(34, 29, 35, 0.09); }
      section.services .row .col-outer .icon {
        background: #ffe44d;
        width: 80px;
        height: 80px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px; }
      section.services .row .col-outer h2 {
        font-size: 22px;
        margin-bottom: 15px; }

/*=== Gallery Section ===*/
section.gallery {
  padding-top: 120px;
  padding-bottom: 120px; }
  @media (max-width: 767px) {
    section.gallery {
      padding-top: 60px;
      padding-bottom: 60px; } }
  section.gallery .row {
    margin-left: -5px;
    margin-right: -5px; }
  section.gallery ul.gallery {
    list-style: none;
    padding: 0;
    margin-top: 60px; }
    section.gallery ul.gallery .col {
      position: relative;
      margin-bottom: 10px;
      padding-left: 5px;
      padding-right: 5px; }
      section.gallery ul.gallery .col .overlay {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }
    section.gallery ul.gallery .image-box img {
      width: 100%; }

/*=== Contact Section === */
section.contact {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #eeedee; }
  @media (max-width: 767px) {
    section.contact {
      padding-top: 60px;
      padding-bottom: 60px; } }
  section.contact .contact-details {
    margin-top: 60px; }
    section.contact .contact-details h3 {
      margin-top: 0;
      font-size: 20px;
      text-transform: uppercase;
      margin-bottom: 15px; }
    section.contact .contact-details p.icons {
      font-size: 28px; }
      section.contact .contact-details p.icons i {
        margin-right: 18px;
        display: inline-block; }
  section.contact form {
    margin-top: 60px; }
    section.contact form .form-control {
      border: solid 1px rgba(34, 29, 35, 0.125);
      border-bottom: solid 1px rgba(34, 29, 35, 0.13);
      box-shadow: none;
      padding: 24px 15px 22px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      font-size: 16px;
      line-height: 1;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      section.contact form .form-control:focus {
        border: solid 1px #f17105; }
    section.contact form textarea {
      resize: none; }
    section.contact form .btn-outer {
      display: block; }

/*=== Map Section === */
section.map {
  background: #fff;
  padding-top: 10px;
  border-top: solid 1px rgba(34, 29, 35, 0.1); }
  section.map .the-map {
    min-height: 500px;
    background: url(../images/map.jpg) center center no-repeat;
    border-top: solid 1px rgba(34, 29, 35, 0.06);
    background-size: cover; }

/*=== Contact Section === */
footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #221d23;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 16px; }

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