/*
  Theme Name:  Barber 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 Barber Omi - HTML Template.
  Version: 1.0
*/
/*=======================================================================
              [Table of Contents]
=========================================================================

01. Typography 
02. General
03. Navbar
04. Home
05. About
06. Gallery
07. Services
08. Team
09. Appointment
10. Footer

/* =============== Colors Used =====================

  Black: #000;
  Black Light: #4A4A4A;
  Brown: #9D6B50;
  White: #FFF;

 ===================================================*/
/* ================================= */
/*===== Typography =====*/
/* ================================= */
body {
  font-family: "Noto Sans", sans-serif;
  line-height: 1.64;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.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: 20px;
}

a {
  color: #9D6B50;
  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: #4A4A4A;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

p {
  font-family: "Noto Sans", sans-serif;
  line-height: 1.64;
  color: #4A4A4A;
  font-size: 14px;
  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;
}

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;
}

.uk-nav-dropdown li a {
  color: #000;
}
.uk-nav-dropdown li a:hover {
  background-color: #9D6B50;
}
.uk-nav-dropdown li a:focus {
  background-color: #9D6B50;
}

/* ================================= */
/*===== General =====*/
/* ================================= */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  background-color: #9D6B50;
  height: 100px;
}

.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%);
}

.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: rgba(255, 255, 255, 0.4);
}

.uk-dotnav-contrast > * > :hover,
.uk-dotnav-contrast > * > :focus {
  background: #9D6B50;
}

.uk-dotnav-contrast > * > :active {
  background: #9D6B50;
}

.uk-dotnav-contrast > .uk-active > * {
  background: #9D6B50;
}

.uk-button {
  padding: 3px 30px;
  border: 2px solid #9D6B50;
  border-radius: 50px;
  background-color: #FFF;
  font-weight: 600;
}
.uk-button:hover {
  background-color: #9D6B50;
  color: #FFF;
}

.btn-brown {
  border: 2px solid transparent;
  background-color: #9D6B50;
  color: #FFF;
}
.btn-brown:hover {
  border-color: #9D6B50;
  background-color: #FFF;
  color: #000;
}

.section {
  padding-bottom: 30px;
}

.section-heading {
  position: relative;
  font-family: "Noto Sans", sans-serif;
  text-transform: none;
  line-height: 1.3;
}
.section-heading:after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 140px;
  height: 2px;
  margin: 0 auto;
  background-color: #9D6B50;
  content: '';
}

.overlay-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

/*=================== Sticky ======================*/
[data-uk-sticky].uk-active {
  z-index: 980;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
}

[data-uk-sticky][class*='uk-animation-'] {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}

[data-uk-sticky].uk-animation-reverse {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}

.uk-sticky-placeholder {
  float: none !important;
}

@media (max-width: 767px) {
  .section-heading {
    font-size: 32px;
  }
}
/* ================================= */
/*===== Navbar =====*/
/* ================================= */
.top-bar {
  background-color: #FFF;
}
.top-bar .uk-container {
  padding: 15px 0;
}

.top-bar-contact-block {
  padding-top: 15px;
}

.top-bar-icon {
  padding-top: 12px;
}
.top-bar-icon i {
  color: #9D6B50;
  font-size: 18px;
}

.top-bar-dtl {
  color: #000;
}

.uk-navbar {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  background-color: transparent;
}
.uk-navbar .uk-navbar-nav {
  width: 100%;
  background-color: #000;
  text-align: center;
}
.uk-navbar .uk-navbar-nav li {
  display: inline-block;
  margin-right: 7px;
  float: none;
}
.uk-navbar .uk-navbar-nav li:last-child {
  margin-right: 0;
}
.uk-navbar .uk-navbar-nav li a {
  height: 55px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  background-color: transparent;
  border-bottom: 2px solid transparent;
  font-weight: 600;
  line-height: 55px;
  text-transform: uppercase;
}
.uk-navbar .uk-navbar-nav li a:hover {
  border-bottom: 2px solid #9D6B50;
  background-color: rgba(157, 107, 80, 0.5);
  color: #FFF;
}
.uk-navbar .uk-navbar-nav .uk-active a {
  border-bottom: 2px solid #9D6B50;
  color: #FFF;
}

.uk-navbar-nav > li > a[href='#'] {
  cursor: pointer;
}

.uk-sticky-placeholder .uk-navbar.uk-active {
  background-color: rgba(0, 0, 0, 0.9);
}

/*Search*/
.search-icon {
  margin-top: 27px;
  margin-left: 10px;
}
.search-icon i {
  font-size: 18px;
}

.search {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding-top: 0;
  opacity: 1;
  background-color: #FFF;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.5s linear;
  -moz-transition: transform 0.5s linear;
  -ms-transition: transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
}
.search::-webkit-input-placeholder {
  color: #FFF;
}
.search::-moz-placeholder {
  color: #FFF;
}
.search::-ms-input-placeholder {
  color: #FFF;
}
.search::-o-input-placeholder {
  color: #FFF;
}

.search .search-container {
  position: relative;
  padding: 0 100px;
  margin-top: 30px;
}

.search.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.search-box {
  width: 97%;
  border: none;
  font-size: 16px;
  color: #000;
  background: none;
}

.search-close {
  position: absolute;
  right: 100px;
  top: 0;
  padding: 5px 15px;
  color: #9D6B50;
}
.search-close:hover {
  color: #9D6B50;
}

.search input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Mobile Navigation */
.nav-off-toggle {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #FFF;
}
.nav-off-toggle:hover {
  color: #FFF;
}

.uk-nav-offcanvas {
  margin: 50px 0;
}

.uk-offcanvas-bar {
  background-color: #9D6B50;
}

.uk-nav-offcanvas li a {
  color: rgba(255, 255, 255, 0.7);
  padding: 12px 20px;
  background-color: transparent;
  font-size: 14px;
  text-transform: uppercase;
}

.uk-nav-offcanvas > li:nth-child(n+2) > a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 992px) {
  .uk-navbar {
    padding: 7px 0;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .top-bar .uk-container {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .logo {
    margin-left: 15px;
  }
}
/* ================================= */
/*===== Home =====*/
/* ================================= */
.home-main-block {
  position: relative;
}

.home-img {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-img img {
  width: 100%;
}

.home-dtl-block {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
.home-dtl-block:after, .home-dtl-block:before {
  position: absolute;
  right: 0;
  left: 0;
  width: 70px;
  height: 2px;
  margin: 0 auto;
  background-color: #9D6B50;
  content: '';
}
.home-dtl-block:after {
  top: -7px;
}
.home-dtl-block:before {
  bottom: -12px;
}

.home-main-heading {
  margin-bottom: 15px;
}

.home-heading {
  color: #9D6B50;
}

.home-sub-heading {
  font-weight: 400;
}

.home-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.7);
}
.home-icon i {
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  font-size: 20px;
  color: #FFF;
  animation: arrow 1s ease infinite;
}

@keyframes arrow {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@media (max-width: 992px) {
  .home-img {
    margin-top: 0;
  }
  .home-img img {
    height: 400px;
  }

  .home-heading {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .home-img img {
    height: 300px;
  }

  .home-icon {
    width: 50px;
    height: 50px;
  }
  .home-icon i {
    font-size: 15px;
  }
}
/* ================================= */
/*===== About =====*/
/* ================================= */
.about-main-block {
  padding: 100px 0 85px;
}

.about-text {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.about-icon {
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid transparent;
  border-radius: 100%;
  margin-bottom: 20px;
  background-color: #9D6B50;
  text-align: center;
  margin: 0 auto 20px;
  -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-icon i {
  position: absolute;
  color: #FFF;
  font-size: 25px;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -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-features:hover .about-icon {
  border-color: #9D6B50;
  background-color: transparent;
}
.about-features:hover .about-icon i {
  color: #9D6B50;
}

@media (max-width: 767px) {
  .about-main-block {
    padding-bottom: 55px;
  }

  .about-features {
    margin-bottom: 30px !important;
  }
}
/* ================================= */
/*===== Gallery =====*/
/* ================================= */
.gallery-main-block {
  position: relative;
  padding: 100px 0;
}
.gallery-main-block .uk-container,
.gallery-main-block .uk-slider-container {
  position: relative;
}
.gallery-main-block .uk-dotnav.uk-position-bottom {
  bottom: -90px;
  left: 32%;
}

.gallery-info-block p {
  color: rgba(255, 255, 255, 0.6);
}

.gallery-info-heading {
  color: #FFF;
  font-family: "Noto Sans", sans-serif;
  text-transform: none;
}

.gallery-img {
  position: relative;
  text-align: center;
}
.gallery-img img {
  width: 100%;
}
.gallery-img .uk-overlay-panel {
  opacity: 0;
  -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;
}
.gallery-img .uk-overlay-panel i {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  font-size: 20px;
}

.gallery-img:hover .uk-overlay-panel {
  opacity: 1 !important;
}

.gallery-heading {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  margin: 0 auto;
  font-family: noto;
  text-transform: none;
  letter-spacing: 1.2px;
}

@media (max-width: 992px) {
  .gallery-info-block {
    padding-top: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .gallery-heading {
    bottom: 10px;
    font-size: 15px;
  }

  .gallery-main-block .uk-dotnav.uk-position-bottom {
    left: 56.5%;
  }
}
@media (max-width: 767px) {
  .gallery-main-block {
    padding-bottom: 50px;
  }

  .gallery-info-block {
    margin-bottom: 30px !important;
  }

  .gallery-img {
    margin-bottom: 50px !important;
  }
}
/* ================================= */
/*===== Services =====*/
/* ================================= */
.services-main-block {
  padding: 100px 0 0;
}
.services-main-block .section {
  padding-bottom: 70px;
}

.services-img {
  width: 100%;
}

.services-dtl p {
  max-width: 500px;
  margin: 0 auto;
}

.services-heading {
  padding-bottom: 10px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}

.services-sub-heading {
  padding-bottom: 30px;
  color: #9D6B50;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.services-price {
  font-family: mont;
  font-size: 100px;
  line-height: 1.3;
}
.services-price span {
  font-size: 60px;
}

@media (max-width: 992px) {
  .services-dtl {
    padding: 10px 10px 0;
  }

  .services-heading {
    font-size: 30px;
  }

  .services-sub-heading {
    padding-bottom: 10px;
    font-size: 14px;
  }

  .services-text {
    font-size: 14px;
  }

  .services-price {
    font-size: 40px;
  }
  .services-price span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .services-block {
    margin-bottom: 30px !important;
  }

  .services-block:last-child {
    margin-bottom: 0 !important;
  }

  .services-dtl {
    padding-bottom: 30px;
  }
}
/* ================================= */
/*===== Team =====*/
/* ================================= */
.team-main-block {
  position: relative;
  padding: 100px 0;
}
.team-main-block .uk-slider-container {
  position: relative;
  border-radius: 10px;
  background-color: #FFF;
}
.team-main-block .uk-slider-container li {
  overflow: visible;
}
.team-main-block .section {
  padding-bottom: 70px;
}

.team-dtl-block {
  padding: 45px;
}
.team-dtl-block p {
  margin-bottom: 20px;
}

.team-img img {
  z-index: 111;
}

.team-member-name {
  position: relative;
  margin-bottom: 40px;
}
.team-member-name:after {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #9D6B50;
  content: '';
}

.team-social li {
  display: inline-block;
  margin-right: 10px;
}
.team-social li:last-child {
  margin-right: 0;
}

/* ================================= */
/*===== Appointment =====*/
/* ================================= */
.appointment-main-block {
  position: relative;
}
.appointment-main-block .uk-container {
  position: relative;
  padding: 100px;
}
.appointment-main-block .section {
  padding-bottom: 50px;
}
.appointment-main-block .section .section-heading {
  color: #FFF;
}

.appointment-form.uk-form p {
  max-width: 350px;
  margin: 0 auto 50px;
  color: #FFF;
  text-align: center;
}
.appointment-form.uk-form .form-control {
  width: 100%;
  height: 50px;
  border-top: none;
  border-right: none;
  border-left: none;
  margin-bottom: 20px;
  background: transparent;
  color: #FFF;
  box-shadow: none;
}
.appointment-form.uk-form .form-control:active, .appointment-form.uk-form .form-control:focus {
  border-color: #9D6B50;
  outline: none;
  background: transparent;
  color: #FFF;
}
.appointment-form.uk-form .form-textarea {
  height: 120px;
}
.appointment-form.uk-form .uk-button {
  padding: 3px 70px;
  margin-top: 30px;
}

@media (max-width: 992px) {
  .appointment-main-block .uk-container {
    padding: 100px 25px;
  }
}
/* ================================= */
/*===== Footer =====*/
/* ================================= */
.footer-main-block .uk-overlay-background {
  background: rgba(0, 0, 0, 0.8);
}

.footer-block {
  position: relative;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 70px 0;
}
.footer-block .uk-grid {
  position: relative;
}

.widget-heading {
  margin-bottom: 30px;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  text-transform: none;
}

.why-barber p {
  color: rgba(255, 255, 255, 0.7);
}

.working-time-widget {
  margin-bottom: 50px;
}
.working-time-widget li {
  color: rgba(255, 255, 255, 0.7);
}

.related-links li a {
  color: rgba(255, 255, 255, 0.7);
}
.related-links li a:hover {
  color: #9D6B50;
}

.newsletter .uk-form-controls {
  width: 100%;
  height: 50px !important;
  border-color: transparent !important;
}
.newsletter .uk-form-controls:focus {
  background-color: #FFF !important;
}
.newsletter .uk-button {
  border-radius: 0;
  height: 50px;
}

.copyright-block {
  padding: 10px 0 4px;
  background-color: #000;
}
.copyright-block p {
  padding-top: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.footer-social {
  text-align: right;
}
.footer-social li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #FFF;
  margin-right: 10px;
  text-align: center;
  cursor: pointer;
  -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;
}
.footer-social li:last-child {
  margin-right: 0;
}
.footer-social li:hover {
  border-color: #9D6B50;
}
.footer-social li:hover a {
  color: #9D6B50;
}
.footer-social li a {
  color: #FFF;
}
.footer-social li a i {
  font-size: 18px;
}

@media (max-width: 992px) {
  .footer-block {
    padding-bottom: 50px;
  }

  .footer-widget {
    margin-bottom: 50px !important;
  }

  .widget-heading {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .footer-widget {
    margin-bottom: 50px !important;
  }

  .copyright-text p {
    margin-bottom: 30px;
    text-align: center;
  }

  .footer-social {
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */
