/*
Theme Name: Barber Lenny
Theme URI: 
Author: Angelo Vaudo
Author URI: https://www.angelovaudo.com
Description: Wordpress Theme for Barber Lenny
License: 
License URI: 
Text Domain: barberlenny
Tags:
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
html,
body {
  position: relative;
  height: 100%; }

body {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
  box-sizing: border-box; }

a {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: rgba(0, 0, 0, 0.8);
  transition: 0.24s ease-out color; }
  a:hover {
    color: #000; }

i, em {
  font-style: italic; }

button {
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

p {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  color: #000;
  font-weight: 400;
  font-size: 0.875rem;
  margin: 1rem auto;
  max-width: 680px; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }
  p a {
    color: #f04849;
    text-decoration: underline;
    font-weight: 400; }
    p a:hover {
      text-decoration: none; }
  @media only screen and (min-width: 768px) {
    p {
      max-width: 600px; } }
  @media only screen and (min-width: 1600px) {
    p {
      margin: 1.15rem auto; } }
ul, ol {
  margin: 1rem 0; }
  ul li, ol li {
    color: #000;
    line-height: 1.6;
    font-size: 14px; }
    ul li span, ol li span {
      display: inline-block;
      margin-right: 0.5rem;
      text-transform: uppercase;
      font-size: 10px;
      opacity: 0.35;
      letter-spacing: 1px; }
    ul li + li, ol li + li {
      margin-top: 0.5rem; }

ol {
  list-style: none;
  counter-reset: ol-counter; }
  ol li {
    counter-increment: ol-counter; }
    ol li::before {
      content: counter(ol-counter) ". "; }

strong, b {
  font-weight: 500;
  color: #000; }

img {
  max-width: 100%;
  display: block; }
  img.svg {
    opacity: 0; }

h2 {
  padding-bottom: 1rem;
  display: inline-block;
  font-weight: 800;
  color: #000;
  position: relative;
  line-height: 1.2; }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 1.75rem;
      margin-bottom: 2rem; } }
  @media only screen and (min-width: 768px) {
    h2 {
      font-size: 3rem;
      margin-bottom: 3rem; } }
.stroke {
  display: block;
  position: relative;
  height: 6px;
  width: 5rem;
  left: 50%;
  bottom: -1rem;
  transform: translateX(-50%);
  background-color: #f04849; }
  .stroke:before {
    content: "";
    height: 100%;
    width: 10px;
    background-image: url("assets/images/icon-stroke.svg");
    left: -9px;
    top: 0;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right; }
  .stroke:after {
    content: "";
    height: 100%;
    width: 10px;
    background-image: url("assets/images/icon-stroke.svg");
    right: -9px;
    top: 0;
    transform: rotate(180deg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right; }

h3 {
  font-size: 1rem; }

.btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  letter-spacing: 2px;
  background-color: #f04849;
  padding: 0.875rem 0.875rem;
  font-size: 0.875rem;
  opacity: 0.8;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  transition: 0.24s ease-out opacity; }
  .btn:before {
    content: "";
    height: 100%;
    width: 16px;
    background-image: url("assets/images/icon-stroke.svg");
    left: -15px;
    top: 0;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right; }
  .btn:after {
    content: "";
    height: 100%;
    width: 16px;
    background-image: url("assets/images/icon-stroke.svg");
    right: -15px;
    top: 0;
    transform: rotate(180deg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right; }
  .btn:hover {
    opacity: 1;
    color: #fff; }
  @media only screen and (min-width: 1600px) {
    .btn {
      font-size: 1rem; } }
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #000; }

.icon-instagram {
  width: 1rem;
  height: 1rem;
  position: relative;
  top: 4px; }

.slide-in-top {
  transform: translateY(40px);
  opacity: 0;
  transition: 0.48s ease-out, 0.64s ease-out opacity; }
  .slide-in-top.show {
    opacity: 1;
    transform: translateY(0); }

img {
  max-width: 100%;
  display: block; }

.section-shop .link-img {
  max-width: 600px;
  margin: 3rem auto;
  display: block; }
  .section-shop .link-img img {
    transition: 0.24s ease-out opacity; }
  .section-shop .link-img:hover img {
    opacity: 0.6; }

nav {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1000;
  padding: 0; }
  nav .column {
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
    align-items: flex-start; }
    nav .column:nth-child(2) {
      justify-content: flex-end; }
  nav .column-menu {
    justify-content: flex-start; }
  nav .btn {
    margin: 0.5rem 1.5rem; }
  nav .logo-barberlenny {
    position: relative;
    top: 1rem;
    left: 1rem;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    nav .logo-barberlenny svg {
      width: 120px; }
  @media only screen and (max-width: 767px) {
    nav .logo-barberlenny svg {
      width: 100px; } }
  @media only screen and (min-width: 768px) {
    nav {
      border-top: 15px solid #87887f;
      left: 15px;
      right: 15px; } }
.logo-barberlenny {
  width: 120px; }
  .logo-barberlenny img {
    display: block;
    max-width: 100%; }

.list-menu {
  margin: 0;
  list-style: none; }
  .list-menu li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 7px; }
  @media only screen and (max-width: 767px) {
    .list-menu li a {
      font-size: 1rem; } }
.menu-header-container {
  position: fixed;
  background: rgba(135, 136, 127, 0.95);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.32s opacity ease-out 0s, visibility 0s 0.32s; }
  .menu-header-container .list-menu {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .menu-header-container .list-menu li {
      margin: 2rem 0;
      opacity: 0;
      transform: translateY(5px);
      transition: 0.32s ease-out opacity 0s, 0.32s ease-out transform 0s; }
    .menu-header-container .list-menu a {
      opacity: 0.8;
      transition: 0.24s ease-out opacity; }
      .menu-header-container .list-menu a:hover {
        opacity: 1; }
  .menu-open .menu-header-container {
    opacity: 1;
    visibility: visible;
    transition: 0.32s opacity ease-out 0s, visibility 0s 0s; }
    .menu-open .menu-header-container .list-menu li {
      opacity: 1;
      transform: translateY(0); }
      .menu-open .menu-header-container .list-menu li:nth-child(1) {
        transition-delay: 0.32s; }
      .menu-open .menu-header-container .list-menu li:nth-child(2) {
        transition-delay: 0.38s; }
      .menu-open .menu-header-container .list-menu li:nth-child(3) {
        transition-delay: 0.44s; }
      .menu-open .menu-header-container .list-menu li:nth-child(4) {
        transition-delay: 0.5s; }
      .menu-open .menu-header-container .list-menu li:nth-child(5) {
        transition-delay: 1.54s; }
      .menu-open .menu-header-container .list-menu li:nth-child(6) {
        transition-delay: 1.6s; }
  @media only screen and (max-width: 767px) {
    .menu-header-container .list-menu li {
      margin: 1rem 0; } }
.toggle-menu {
  border: 0;
  padding: 1rem;
  position: relative;
  z-index: 1001;
  background-color: transparent; }

.hamburger-holder {
  position: relative;
  width: 3rem;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.24s ease-out background-color; }
  .hamburger-holder:hover {
    background-color: #000; }
    .hamburger-holder:hover .hamburger {
      transform: scale(0.9); }

.hamburger {
  /* this span is the central line of the menu icon */
  display: inline-block;
  position: relative;
  width: 24px;
  height: 2px;
  background-color: #fff;
  transition: all 0.16s ease-out 0s;
  /* these are the upper and lower lines in the menu icon */ }
  .hamburger::before, .hamburger:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    right: 0;
    transition: all 0.16s ease-out 0s; }
  .hamburger::before {
    top: -7px; }
  .hamburger::after {
    top: 7px; }
  .menu-open .hamburger, .menu-open:hover .hamburger {
    background-color: transparent;
    transition: all 0.24s ease-out 0.06s; }
    .menu-open .hamburger::before, .menu-open:hover .hamburger::before {
      top: 0;
      transform: rotate(135deg); }
    .menu-open .hamburger::after, .menu-open:hover .hamburger::after {
      top: 0;
      transform: rotate(225deg); }
    .menu-open .hamburger::before, .menu-open .hamburger::after, .menu-open:hover .hamburger::before, .menu-open:hover .hamburger::after {
      background-color: #fff;
      transition: all 0.34s ease-out 0.06s; }

#header {
  height: 100vh;
  position: relative;
  overflow: hidden; }
  #header:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.1); }
  #header .parrallax {
    position: relative;
    height: 105vh; }
  #header .link {
    color: #fff; }

.item {
  overflow: hidden; }

.owl-carousel-header {
  background-color: #87887f; }

footer {
  background-color: #87887f;
  padding: 1rem 0 0.15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  footer p, footer span {
    margin: 0 0.5rem;
    padding: 0;
    line-height: 1.6;
    text-transform: uppercase;
    font-size: 10px;
    opacity: 0.4; }
  @media only screen and (max-width: 767px) {
    footer {
      margin-top: 3rem;
      padding: 1.5rem; } }
  @media only screen and (min-width: 768px) {
    footer {
      margin-top: 5rem; } }
@media only screen and (min-width: 768px) {
  .wrapper {
    border: 15px solid #87887f;
    border-top-width: 0; } }

.section {
  position: relative;
  z-index: 2;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .section {
      padding-top: 3rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media only screen and (min-width: 768px) {
    .section {
      padding-top: 5rem; } }
.container {
  max-width: 960px;
  margin: 0 auto; }

.section-barberlenny .container {
  position: relative;
  background: #fff;
  margin: -12rem auto 0; }
  .section-barberlenny .container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06); }
  .section-barberlenny .container:after {
    content: "";
    position: absolute;
    top: 12rem;
    left: -24px;
    right: -24px;
    bottom: -24px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+36 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 36%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */ }

.section-barberlenny .content-inner {
  position: relative;
  z-index: 1; }

.section-barberlenny p {
  text-align: left; }

.section-barberlenny a {
  text-align: left;
  margin: 0; }

@media only screen and (max-width: 767px) {
  .section-barberlenny .container {
    padding: 1.5rem; } }

@media only screen and (min-width: 768px) {
  .section-barberlenny .container {
    padding: 3rem; } }

.img-barberlenny {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  max-width: 150px;
  overflow: hidden;
  margin-bottom: 1.5rem; }

.section-image {
  margin-top: -25vh;
  height: 50vh;
  position: relative;
  overflow: hidden; }
  .section-image .parrallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -5%;
    background-image: url("assets/images/bg-contact2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.section-appointment {
  position: relative;
  z-index: 3; }
  .section-appointment iframe {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
    padding: 1rem;
    max-width: 700px;
    border: 0;
    width: 100%;
    background-color: #fff; }
  @media only screen and (max-width: 767px) {
    .section-appointment iframe {
      height: 400px; } }
  @media only screen and (min-width: 768px) {
    .section-appointment iframe {
      height: 650px; } }
.appointment-holder {
  position: relative;
  z-index: 1; }

.section-contact {
  text-align: left; }
  .section-contact .stroke {
    left: 0;
    transform: translateX(0); }

@media only screen and (max-width: 767px) {
  .content-contact-holder {
    flex-wrap: wrap; } }

@media only screen and (min-width: 768px) {
  .content-contact-holder {
    display: flex;
    align-items: center; } }

.content-contact {
  text-align: left; }
  .content-contact li {
    position: relative;
    padding-left: 90px; }
    .content-contact li span {
      position: absolute;
      left: 0;
      top: 4px; }
  @media only screen and (min-width: 768px) {
    .content-contact {
      flex-basis: 430px;
      flex-shrink: 0; } }
.content-map {
  width: 100%;
  border: 3px solid #87887f; }
  @media only screen and (max-width: 767px) {
    .content-map {
      margin-top: 2rem; } }
.acf-map {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 40vh;
  min-height: 300px; }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

@media only screen and (max-width: 767px) {
  .section-instagram {
    padding-left: 0;
    padding-right: 0; } }

.photo-holder {
  background-color: #87887f; }
  .photo-holder img {
    margin: 0;
    display: block;
    padding: 0; }

.photo {
  opacity: 0.6;
  transition: 0.24s ease-out opacity; }
  .photo:hover {
    opacity: 1; }

.extend {
  max-height: 0;
  overflow: hidden;
  transition: 0.48s ease max-height; }
  .extend.show {
    max-height: 2000px; }

.read-more {
  position: absolute;
  display: inline-block;
  line-height: 1.6;
  letter-spacing: 1px;
  border-bottom: 2px solid #87887f;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  transition: 0.24s ease-out opacity, 0s ease-out visibility 0.24s, 0.24s ease-out color; }
  .read-more:hover {
    color: #000; }
  .read-more.hide {
    opacity: 0;
    visibility: hidden; }

.cover {
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.8; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  width: 3rem;
  height: 3rem;
  background: #87887f;
  z-index: 10;
  top: 50%;
  transform: translateY(-100%);
  color: #fff;
  font-size: 2rem;
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
  transition: 0.24s ease-out opacity; }
  .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
    opacity: 1; }

.owl-carousel .owl-nav button.owl-prev {
  left: 0;
  background-image: url("assets/images/arrow-left.svg"); }

.owl-carousel .owl-nav button.owl-next {
  right: 0;
  background-image: url("assets/images/arrow-right.svg"); }

.cover-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .cover-title div {
    position: relative;
    z-index: 10;
    display: block;
    margin-bottom: 2rem;
    text-align: center; }
    .cover-title div .btn {
      margin-top: 1rem; }

h1 {
  display: block;
  color: #fff;
  font-size: 4rem;
  text-align: center;
  font-weight: 800;
  z-index: 11;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  line-height: 1.1; }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2rem;
      max-width: 250px; } }
.video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99; }

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }

#vidtop-content {
  top: 0;
  color: #fff; }

@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 300%;
    top: -100%; } }

@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 300%;
    left: -100%; } }

@media all and (max-width: 500px) {
  .vid-info .acronym {
    display: none; } }
