/* VARIABLES */
:root {
  --white-font: #FFF;
  --white-font-hover: #dfe1e5;
  --white-bg: #FFF;
  --font-color: #78808b;
  --background-color: #f1f4f7;
  --blue: #30a5ff;
  --blue-dark: #424555;
  --blue-dark-hover: #3D3F4B;
  --teal: #4cc0c1;
  --orange: #F59F4F;
  --orange-hover: #EE9140;
  --yellow: #FFC333;
  --red: #CF5147;
  --red-hover: #C4473E;
  --red-dark: #9F4840;
  --red-dark-hover: #8C433D;  
}
/* END VARIABLES */
html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; 
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  background-color: #ffffff;
  margin-bottom: 250px;
}
a {
  color: #1E1E1E; 
 }
 a.underline{
   text-decoration: underline;
 }
 a.no-underline:hover{
   text-decoration: none;
 }
 
 .cryptedmail:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-ext); 
}
  
  h1 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 5rem;
    letter-spacing: .2rem;
    font-weight: 500; 
    display: inline-block;
    overflow-wrap: break-word;
    word-break: break-word;
    -ms-word-break: break-word;
    -moz-word-wrap: break-word;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;}
  
  h2 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.8rem;
    font-weight: 500; 
    display: inline-block;
    overflow-wrap: break-word;
    word-break: break-word;
    -ms-word-break: break-word;
    -moz-word-wrap: break-word;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;}

  
  h3 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 500; }
  
  h4 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase; }
  
  p {
    color: #000;
    font-weight: 300 !important;
    font-size: 0.9rem;
}
  
  .form-control-custom {
    border: 0.1rem solid #dfe1e5;
    width: 100%;
    padding: 1rem;
    font-size: .9rem;
    color: #696b6e;
    border-radius: .3rem; 
    
  }
  
  .form-control-custom:focus {
    border: 0.1rem solid #e8ba2d;
    outline: none; }
  
  .emphasis {
    font-family: Georgia, Times, 'Times New Roman';
    font-style: italic;
    color: #e8ba2d; }
  
  .pill-btn {
    border-radius: 499rem !important; }
  
  .justify-center {
    display: flex;
    align-items: center;
    justify-content: center; }
  
  .alt-background {
    background: #f7f7f8; }
  
  .bg-primary {
    background-color: #e8ba2d !important; }
  
  .bg-secondary {
    background: #f7f7f8 !important; }

  .bg-blue-dark{
    background: v#424555;
  }
  .bg-blue-dark:hover{
    background: #3D3F4B;
  }

  .bg-red-dark{
    background: #9F4840
  }
  .bg-red-dark:hover{
    background: #8C433D
  }

  .bg-red {
    background: #CF5147
  }
  .bg-red:hover{
    background: #C4473E
  }

  .bg-orange{
    background: #F59F4F
  }
  .border-orange{
    border-color: #F59F4F
  }
  .bg-orange:hover{
    background: #EE9140;
  }

  .color-orange{
    color: #F59F4F;
  }
  .color-blue-dark{
    color: #424555;
  }
  
.btn-primary, .btn-outline-primary, .btn-secondary, .btn-outline-secondary, .btn-white, .btn-outline-white, .btn-success, .btn-outline-success, .btn-info, .btn-outline-info, .btn-warning, .btn-outline-warning, .btn-danger, .btn-outline-danger {
  font-size: .7rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .2rem;
  border-radius: .3rem; 
}

.btn-outline-primary, .btn-outline-secondary, .btn-outline-white, .btn-outline-success, .btn-outline-info, .btn-outline-warning, .btn-outline-danger {
  border-width: 0.1rem; 
}

.btn-md {
  font-size: .9rem; 
}

.btn-lg {
  padding: 1.1rem 2.5rem;
  font-size: .9rem; 
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #e8ba2d;
  border-color: #e8ba2d; 
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #d5a523 !important;
  border-color: #d5a523 !important; 
}

.btn-outline-primary, .btn-outline-primary:visited {
  color: #e8ba2d;
  border-color: #e8ba2d;
  background: none; 
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: #e8ba2d;
  border-color: #e8ba2d;
  color: #FFF; 
}

.btn-white {
  border-color: #fff;
  background-color: #fff;
  color: #46484a; 
}

.btn-white:hover, .btn-white:focus, .btn-white:active {
  border-color: #dfe1e5;
  background-color: #dfe1e5;
  color: #46484a; 
}

.btn-outline-white, .btn-outline-white:visited {
  background: none;
  color: v#FFF;
  border-color: #FFF; 
}

.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active {
  color: #46484a;
  background: #FFF; 
}
  
.link-white, link-white:visited {
  font-size: .7rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .2rem;
  border-radius: .3rem;
  border: 0;
  color: #FFF; 
}

.link-white:hover, .link-white:focus, .link-white:active {
  color: #dfe1e5 !important; }

.bg-black-75{
  background: rgba(0,0,0,.75)
}

.bg-transparent{
  background: transparent;
}
  
.navbar-toggler, .navbar-toggler:active, .navbar-toggler:focus {
  outline: none;
  border: none; 
}
  
  
a.navbar-brand, a.logo {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFF !important;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 0;
  text-transform: uppercase; 
}

@media screen and (max-width: 420px) {
  a.navbar-brand, a.logo {
    font-size: 1rem; 
  }
}
 
a.logo:hover, a.logo:active, a.logo:focus {
  text-decoration: none; 
}
  
li.nav-item {
  margin-left: .75rem; 
}
li.nav-item a.nav-link {
  color: #c3c3c3 !important;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: .1rem; 
  padding: .5em;
}

li.nav-item a.nav-link:hover {
  color: #FFF !important;
}
li.nav-item a.active {
  color: #FFF !important;
}
        
    li.nav-item .btn {
      margin-top: .2rem;
      margin-left: .4rem; }
    li.nav-item .btn-white {
      color: #46484a; }
  
  .search-field {
    display: none; }
  .search-field input {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: .3rem;
    background: transparent;
    color: #fff;
    text-indent: .5rem;
    font-weight: 300; }
  .search-field input:focus {
    border: 1px solid #fff;
    outline: none; }
  
  .cover-img-01{
    background: #252629 url(../images/haarstudio-ilse-salon-01.jpg) center;
  }
  .cover-img-02{
    background: #252629 url(../images/z-one_producten.jpg) center;
  }
  .cover-img-03{
    background: #252629 url(../images/cover-bg-14.jpeg) center;
  }
  .cover-img-04{
    background: #252629 url(../images/cover-bg-15.jpeg) center;
  }
  .cover-img-05{
    background: #252629 url(../images/cover-bg-16.jpg) center;
  }
  .cover-img-06{
    background: #252629 url(../images/cover-bg-17.jpeg) center;
  }
  .cover-img-07{
    background: #252629 url(../images/cover-bg-18.jpeg) center;
  }
  .cover-img-08{
    background: #252629 url(../images/cover-bg-19.jpeg) center;
  }
.cover {
  background-size: cover;
  min-height: 20rem;
  height: 400px;
  border-radius: 0;
  width: 100%;
  color: #fff;
  padding-top: 0; 
}
.cover p.lead {
  margin: 0 auto;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 1);
  text-shadow: 1px 1px 1px #000000; 
}
.cover .cover-container {
  display: inline-block;
  margin: 4rem auto 0 auto; 
  text-shadow: 1px 1px 8px #000000;
}

  
  @media screen and (max-width: 768px) {
    .cover h1 {
      font-size: 4rem; }
  
    .btn-lg {
      font-size: 0.8rem !important;
      padding: 1rem 1.5rem; } }
  @media screen and (max-width: 420px) {
    .cover h1 {
      font-size: 2.5rem; }
    .cover p {
      font-size: 1rem; }
  
    .btn-lg {
      font-size: 0.8rem !important;
      padding: 1rem 1.5rem; } }
  .cover-inner {
    display: table-cell;
    vertical-align: middle }
  
  .gallery {
    padding: 0; 
  }
  .gallery .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .gallery .col-gallery {
    padding: .1rem; }
  .gallery .col-gallery img {
    width: 100%; }
  
  ul.category-filter {
    display: block;
    width: 100%;
    height: auto;
    text-align: center; }
    ul.category-filter li {
      list-style: none;
      text-transform: uppercase;
      display: inline-block;
      font-weight: 300;
      padding: 0 1rem;
      color: #696b6e;
      letter-spacing: .1rem;
      cursor: pointer; }
    ul.category-filter li:hover {
      color: #e8ba2d; }
    ul.category-filter li.active {
      color: #e8ba2d; }
  
  .filtr-active {
    color: #e8ba2d;
    border: 1px solid #333; }
  
  .parent {
    margin: 0;
    overflow: hidden;
    position: relative;
    cursor: pointer; }
  
  .child {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    padding-top: 20% }
    .child h1, .child h2, .child h3 {
      font-size: 1.2rem; }
    .child h1, .child h2, .child h3, .child h4, .child h5, .child p {
      color: #fff; }
    .child a .fa {
      font-size: 2rem;
      color: #fff; }
    .child .btn {
      font-size: .7rem;
      }
  
  .child:before, .parent img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  
  .parent:hover .child, .parent:focus .child,
  .parent:hover img, .parent:focus img {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1; }
  
  @media screen and (max-width: 992px) {
    .child {
      padding-top: 15%; }
      .child h1, .child h2, .child h3 {
        font-size: 1rem; } }
  .cta {
    color: #46484a;
    padding: 4rem 0; }
    .cta p {
      color: #696b6e; }
  
  @media screen and (max-width: 420px) {
    .cta h1, .cta h2 {
      font-size: 2.5rem; }
    .cta p {
      font-size: 1rem; }
  
    .btn-lg {
      font-size: 0.8rem !important;
      padding: 1rem 1.5rem; } }
  .team {
    padding: 5rem 0 0 0; }
    .team h3 {
      margin-bottom: 0; }
    .team .col-team {
      padding-top: 2rem;
      padding-bottom: 2rem; }
      .team .col-team img {
        margin: 0; }
      .team .col-team figure {
        position: relative;
        display: inline-block;
        margin-bottom: 1.5rem; }
      .team .col-team figcaption {
        border-radius: .3rem;
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff; }
      .team .col-team figure:hover figcaption {
        display: flex;
        align-items: center;
        justify-content: center; }
      .team .col-team .social li a {
        border: none !important;
        background: none !important;
        color: #fff !important;
        font-size: 1.6rem; }
      .team .col-team .social li a:hover {
        color: #e8ba2d !important; }
  
  .social {
    margin: 0 auto;
    padding: 0; 
  }
  @media screen and (min-width: 576px){
    .social{
      margin-right: 50px;
    }
  }
  
  .social li {
    display: inline-block; 
  }
  
  .social li a {
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    text-align: center;
    text-decoration: none;
    background: #fff;
    color: #696b6e;
    line-height: 1.2;
    font-size: 2.5rem; }
  
  .social li a:hover {
    color: #e8ba2d; }

.border-circle{
  display: block;
  height: 50px;
  width: 50px;
  border: 2px solid #FFF;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.border-circle:hover{
  border-color: #e8ba2d;
}
  
  .contact {
    padding: 0 0 5rem 0; }
    .contact .contact-details {
      padding-top: 5rem;
      padding-bottom: 1rem; }
    .contact h3 {
      margin-bottom: 0; }

  
  #map {
    height: 500px;
    width: 100%;
    margin-bottom: 2rem; }
  
  .contact {
    padding: 5rem 0; }
  .contact .contact-details {
    padding-top: 2rem;
    padding-bottom: 0rem; }

  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 100px; /* Set the fixed height of the footer here */
    background: #424555;
    color: #FFF;
    padding-top: 1rem;
    padding-bottom: .5rem; 
  }

  .footer .divider {
    background: #46484a;
    width: 100%;
    height: .1rem;
    margin: 2rem 0 1.5rem 0; }
  .footer ul.nav-footer {
    float: left !important;
    padding: 0;
    width: 100%; }
  .footer ul.nav-footer li {
    display: inline-block; }
  .footer ul.nav-footer .nav-link {
    color: #a0a0a0;
    padding: 0; }
  .footer ul.nav-footer .nav-link:hover {
    color: #e8ba2d; }
  .footer .copyright {
    color: #FFF;
    }
  .footer .copyright .a{
    color: #FFF;
  }

  .footer .social li a {
    background: none;
    color: #FFF;
    border: none; }
  .footer .social li a:hover {
    color: #e8ba2d; }
 
  
a.phone-footer{
  color: #FFF;
}
a.phone-footer:hover{
  text-decoration: none;
}

/* --- EMAIL FROM H O N E Y_P O T*/
.ohnohoney {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

/* --- COOKIE POLICY POPUP --- */
#cookie_directive_container {
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 3000;
  background-color: #252629;
  border-radius: 0px 25px 0px 0px;
  width: auto;
  max-width: 5550px;
  padding-top: 20px;
  padding-left: 10px;
}

#cookie_directive_container p{
  max-width: 450px;
}

#cookie_directive_container a{
  text-decoration: none;
  color: #fff;
}


#cookie_directive_container a:hover{
  text-decoration: underline;
  color: #fff;
}