/*
  Theme Name:  Cafe Omi - HTML Template
  Theme URL:
  Author: Media City
  Author URI: https://themeforest.net/user/media-city
  Creation Date: 20 December 2017
  Description: A default stylesheet for Cafe Omi - HTML Template.
  Version: 1.0
*/
/*=======================================================================
              [Table of Contents]
=========================================================================

01. Typography 
02. General
03. Home
04. About
05. Services
06. Menu
07. Info
08. Contact

/* =============== Colors Used =====================

  Black: #252628;
  Black Light: #6A6A6A;
  Skin: #9B7D71;
  White: #FFF;

 ===================================================*/
/* ================================= */
/*===== Typography =====*/
/* ================================= */
body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.64;
  color: #252628;
  font-size: 14px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}

html,
body {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: #252628;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

a {
  color: #252628;
  line-height: 1.3;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
a:focus {
  color: #6A6A6A;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

p {
  font-family: "Open Sans", sans-serif;
  line-height: 1.64;
  color: #6A6A6A;
  font-size: 15px;
  font-weight: 300;
}

blockquote {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.64;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

::-webkit-input-placeholder {
  color: #6A6A6A !important;
}

::-moz-placeholder {
  color: #6A6A6A !important;
}

::-ms-input-placeholder {
  color: #6A6A6A !important;
}

::-o-input-placeholder {
  color: #6A6A6A !important;
}

button {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* ================================= */
/*===== General =====*/
/* ================================= */
.uk-cover {
  overflow: hidden;
}

.uk-cover-background {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.uk-cover-object {
  position: relative;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section-heading {
  position: relative;
  margin-bottom: 50px;
  font-family: "Source Sans Pro", sans-serif;
}
.section-heading:after {
  position: absolute;
  width: 40px;
  height: 3px;
  bottom: -15px;
  left: 0;
  content: '';
  background-color: #9B7D71;
}

.uk-slider {
  position: relative;
  z-index: 0;
  touch-action: pan-y;
}

.uk-slider:not(.uk-grid) {
  margin: 0;
  padding: 0;
  list-style: none;
}

.uk-slider > * {
  position: absolute;
  top: 0;
  left: 0;
}

.uk-slider-container {
  overflow: hidden;
}

.uk-slider:not(.uk-drag) {
  -webkit-transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
}

.uk-slider img {
  pointer-events: none;
}

.uk-slider-fullscreen,
.uk-slider-fullscreen > li {
  height: 100vh;
}

.uk-dotnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.uk-dotnav > * {
  padding: 0 7px 30px;
}

.uk-dotnav:before,
.uk-dotnav:after {
  content: "";
  display: block;
  overflow: hidden;
}

.uk-dotnav:after {
  clear: both;
}

.uk-dotnav > * > * {
  display: block;
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: rgba(50, 50, 50, 0.1);
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.uk-dotnav-contrast > * > * {
  background: #9B7D71;
}

.uk-dotnav-contrast > * > :hover,
.uk-dotnav-contrast > * > :focus {
  background: #9B7D71;
}

.uk-dotnav-contrast > * > :active {
  background: #9B7D71;
}

.uk-dotnav-contrast > .uk-active > * {
  background: #9B7D71;
}

.uk-button {
  padding: 5px 35px;
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  font-weight: 600;
  text-transform: uppercase;
}
.uk-button:hover {
  background-color: black;
  color: #FFF;
}

.overlay-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.marg-bt-0 {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .section-heading {
    font-size: 32px;
  }
}
/* ================================= */
/*===== Home =====*/
/* ================================= */
.home-left,
.home-right {
  background-size: cover;
}
.home-left .uk-overlay-background,
.home-right .uk-overlay-background {
  background-color: rgba(0, 0, 0, 0.8);
}

.home-left {
  background-image: url("../images/bg/home-left-bg.jpg");
}

.home-right {
  background-image: url("../images/bg/home-right-bg.jpg");
}

.logo {
  width: 150px;
  margin: 0 auto 30px;
}

.home-dtl {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
.home-dtl p {
  max-width: 400px;
  margin: 0 auto;
  color: #FFF;
}

.home-heading {
  position: relative;
  margin-bottom: 50px;
}
.home-heading:after {
  position: absolute;
  width: 70px;
  height: 3px;
  right: 0;
  bottom: -30px;
  left: 0;
  margin: 0 auto;
  content: '';
  background-color: #9B7D71;
}

.social-icons {
  position: absolute;
  right: 0;
  bottom: -100px;
  left: 0;
}
.social-icons li {
  display: inline-block;
  border-radius: 100%;
  margin: 0 7px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.social-icons li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.social-icons li a i {
  color: #FFF;
  font-size: 18px;
}
.social-icons li:hover {
  animation: bounce 1s;
}

.fb-icon {
  background-color: #4B70AB;
}

.twitter-icon {
  background-color: #32B9E7;
}

.pinterest-icon {
  background-color: #D63533;
}

.youtube-icon {
  background-color: #E62117;
}

.gplus-icon {
  background-color: #FA5432;
}

.behance-icon {
  background-color: #33ABDB;
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -6px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -4px, 0);
  }
  90% {
    transform: translate3d(0, -2px, 0);
  }
}
/* ================================= */
/*===== About =====*/
/* ================================= */
.about-right {
  background-image: url("../images/bg/about-bg.jpg");
  background-size: cover;
}
.about-right .uk-overlay-background {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-right:hover .uk-overlay-background {
  background-color: rgba(0, 0, 0, 0);
}

.about-block p {
  margin-bottom: 40px;
}

/* ================================= */
/*===== Services =====*/
/* ================================= */
.services-left {
  background-image: url("../images/bg/services-bg.jpg");
  background-size: cover;
}
.services-left .uk-overlay-background {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.services-left:hover .uk-overlay-background {
  background-color: rgba(0, 0, 0, 0);
}

.services-block {
  margin-bottom: 50px;
}
.services-block p {
  margin-bottom: 0;
}
.services-block:hover .services-icon i {
  color: #9B7D71;
}

.services-heading {
  position: relative;
  margin-bottom: 30px;
}
.services-heading:after {
  position: absolute;
  width: 40px;
  height: 3px;
  bottom: -15px;
  left: 0;
  content: '';
  background-color: #9B7D71;
}

.services-icon i {
  font-size: 50px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* ================================= */
/*===== Menu =====*/
/* ================================= */
.menu-right {
  background-image: url("../images/bg/menu-bg.jpg");
  background-size: cover;
}
.menu-right .uk-overlay-background {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu-right:hover .uk-overlay-background {
  background-color: rgba(0, 0, 0, 0);
}

.menu-item {
  position: relative;
  padding-bottom: 25px;
  border-bottom: 2px dashed #6A6A6A;
  margin-bottom: 25px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu-item p {
  margin-top: 0;
}
.menu-item i {
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu-item:hover {
  border-color: #9B7D71;
}
.menu-item:hover i {
  color: #9B7D71;
}

.menu-heading {
  margin-bottom: 10px;
}

.menu-price {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-style: italic;
}

/* ================================= */
/*===== Menu =====*/
/* ================================= */
.info-left {
  background-image: url("../images/bg/info-bg.jpg");
  background-size: cover;
}
.info-left .uk-overlay-background {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.info-left:hover .uk-overlay-background {
  background-color: rgba(0, 0, 0, 0);
}

.info-block {
  padding: 0 30px;
}

/* ================================= */
/*===== Contact =====*/
/* ================================= */
.contact-form .form-group {
  position: relative;
}
.contact-form .form-group i {
  position: absolute;
  top: 0;
  right: 15px;
  transform: translateY(50%);
}
.contact-form .form-control {
  width: 100%;
  height: 45px !important;
  margin-bottom: 25px;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contact-form .form-control:focus, .contact-form .form-control:active {
  background: #FFF !important;
  border-color: rgba(44, 174, 226, 0.7) !important;
}
.contact-form .form-textarea {
  height: 90px !important;
  border-width: 1px;
  border-style: solid;
  border-color: #DDD;
}
.contact-form .uk-button {
  width: 100%;
}

.contact-map {
  height: 100%;
}

.map-banner {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=style.css.map */
