
  @import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');


  body {
  font-family: 'Roboto', sans-serif;
  }

  h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  }

  h1 {
  font-size: 34px;
  }

  h2 {
  font-size: 32px;
  }

  h3 {
  font-size: 26px;
  }

  h4 {
  font-size: 21px;
  }

  h5 {
  font-size: 18px;
  }

  h6 {
  font-size: 16px;
  }

  body {
  font-size: 15px;
  }

  body,
  .product-usps li,
  .stock-message {
  color: #595959;
  }

  h1, h2, h3, h4, h5, h6 {
  color: #595959 !important;
  }

  a,
  .woocommerce ul.products li.product .price,
  .woocommerce .price {
  color: var(--orange) !important;
  }

  a:hover,
  .woocommerce ul.products li.product .price,
  .woocommerce .price,
  .product-usps li i,
  .counter {
  color: var(--dark) !important;
  }

  .btn,
  .wpcf7-submit,
  .woocommerce span.onsale,
  .woocommerce a.button,
  .woocommerce .button,
  [type="submit"],
  .nf-form-content input[type=submit]
  {
  background: var(--orange) !important;
  color: #fff !important;
  }

  .btn:hover,
  .wpcf7-submit:hover,
  .woocommerce span.onsale:hover,
  .woocommerce a.button:hover,
  .woocommerce .button:hover,
  [type="submit"]:hover,
  .nf-form-content input[type=submit]:hover
  {
  background: var(--dark) !important;
  color: #fff !important;
  }

  div.social-media ul li a {
  background: var(--dark) !important;
  color: #fff !important;
  }

  div.social-media ul li a i {
  color: #fff !important;
  }

  div.social-media ul li a:hover {
  background: var(--dark) !important;
  color: #fff !important;
  }
  footer div.social-media ul li a {
  background: var(--orange) !important;
  }

  div.phone a.phone, div.email a.email {
  background: var(--dark) !important;
  color: #fff !important;
  }

  div.phone a.phone, div.email a.email i {
  color: #fff !important;
  }

  div.phone a.phone:hover, div.email a.email:hover {
  background: var(--dark) !important;
  color: #fff !important;
  }

  header button.navbar-toggle {
  color: var(--dark);
  border-color: var(--dark);
  }

  .woocommerce-info,
  .woocommerce-message {
  border-top-color: var(--dark) !important;
  }

  .woocommerce-info::before,
  .woocommerce-message::before {
  color: var(--dark) !important;
  }

  .btn,
  .wpcf7-submit,
  .woocommerce span.onsale,
  .woocommerce a.button,
  .woocommerce .button,
  .modal__container,
  .footer-cta-box,
  .rimg,
  [type="submit"] {
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  }

  .img-responsive {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  }



  header > div.wrapper {
  display: block;
  position: relative;
  }

  header div.header::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  }

  header > div.wrapper::after {
  background: url('https://funkyhair-goes.nl/wp-content/uploads/sites/295/2024/05/salonfoto.jpg');
  background-size: cover;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
  }




  @media only screen and (min-width : 992px) {
  body.home header > div.wrapper {
  min-height: 350px;
      min-height: 452px;
    }
  body.home header > div.wrapper.above {
  min-height: 500px;
      min-height: 602px;
    }
  }

  @media only screen and (min-width : 992px) {
  body header > div.wrapper {
  min-height: 225px;
      min-height: 252px;
    }
  body header > div.wrapper.above {
  min-height: 375px;
      min-height: 402px;
    }
  body header > div.wrapper.above::after,
  body header > div.wrapper.above.shadow::before,
  body header > div.wrapper.above_shadow::before {
      top: 177px;
    }
  body header > div.wrapper.sticky_menu .header__content {
      margin-top: 177px;
    }
  }

  @media only screen and (min-width : 992px) {
  header > div.wrapper {
  min-height: 277px;
  }
  header > div.wrapper.above {
  min-height: 427px;
  }

  header div.header div.holder {
  height: 177px;
  }
  }





  nav.navbar-default, div.navbar-collapse {
  background-color: var(--dark); !important;
  }

  @media only screen and (min-width : 992px) {
  
  div.navbar-collapse {
  background: none !important;
  }

  header nav.navbar-default {
  background-color: rgba(10, 0, 0, .5) !important;
  }

  nav.navbar-default div.navbar-collapse ul.navbar-nav>li a:hover {
  background-color: rgba(10, 0, 0, .5) !important;
  -webkit-box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.1);
  }

  header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a:hover,
  header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a:focus,
  header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a:active {
  color: var(--dark) !important;
  }
  }


  @media only screen and (min-width : 992px) {
  section.featured div.wrapper {
  margin-top: -100px;
  }
  header>div.wrapper .header__content {
  transform: translate3d(0, -40px, 0);
  }
  }





  header div.header {
  text-align: center;
  }

  header div.navbar-collapse ul.navbar-nav li a, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  border-bottom: 1px solid var(--orange);
  }

  @media only screen and (min-width : 992px) {
  header div.navbar-collapse ul.navbar-nav li a, header nav.navbar-default div.navbar-collapse ul.navbar-nav li ul.dropdown-menu li.active > a {
  color: var(--orange) !important;
  }
  }


  header div.header div.contact i {
  color: var(--orange);
  }

  @media only screen and (min-width : 992px) {
  header div.navbar-collapse {
  text-align: center;
  }
  }

  section.featured div.item p,
  section.news div.item p {
  color: #595959 !important;
  }

  section.featured div.item,
  section.news div.item {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  }

  section.partners {
  background: var(--orange) !important;
  }

  section.partners img {
  border-radius: 0 !important;
  }

  footer,
  .footer-cta.center:after,
  .author {
  background: var(--dark) !important;
  }

  footer div.column > h4 {
  border-bottom: 1px solid var(--orange);
  }

  footer div.socket,
  .footer-sticky {
  background: var(--dark) !important;
  }


  section.treatments div.items div.item img {
  border-radius: 100% !important;
  }

  .img-circle {
  border-radius: 100% !important;
  }

  section.treatments div.button-wrap {
  background: #9c7694;
  margin-top: 30px;
  }

  section.treatments div.item a {
  color: #595959 !important;
  }

  section.prices table tr td a {
  color: #595959 !important;
  }

  aside div.block.treatments ul li a,
  .woocommerce .widget_product_categories ul li a,
  .woocommerce .widget_product_categories ul li span {
  color: #595959 !important;
  }

  aside div.block.treatments ul li:hover,
  .woocommerce .widget_product_categories ul li:hover {
  background: var(--dark);
  }

  :root {
--dark: #1a1a1a;
--gray:#282828;
--lightgray:#5e5e5e;
--orange: #cf5404;
--darkorange: #2e2017;
--white: #fff;
--spacing: 8rem;
--gap: 3rem;
--text: #c5c5c5;
--bodytekst: "Raleway", sans-serif;
--koptekst: "Nanum Myeongjo", serif;
--font-size-h1: calc(1rem* 3.25);
 --font-size-h2: calc(1rem* 1.75);
--font-size-h3: calc(1rem* 1.5);
 --font-size-h4: calc(1rem* 1.25);
--font-size-h5: calc(1rem* 1);
 --font-size-h6: calc(1rem* 0.875);
}

.post-type-archive-behandelingen > main > section > div > div > div:nth-child(3) > h3:nth-child(2) {
    display: none;
}

.home section.treatments div.items div.item a span {
    color: #fff !important;
    font-family: var(--koptekst);
    font-size: var(--font-size-h5);
    letter-spacing: 2px;
}
.home section.treatments div.items div.item img {
    margin: 0 auto;
    transition: all .3s ease;
    object-fit: cover;
    height: 350px;
    width: 100%;
    opacity: 0.4;
    border-radius: 0 !important;
}
.home section.treatments > div > div > div > div > div > a:nth-child(2) {
    position: absolute;
    bottom: 30px;
    left: 50px;
    padding: 0 0;
    width: 70%;
    text-align: left;
}
.home section.treatments div.items div.item:hover img {
    opacity: 0.8;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 18px 8px;
    border-top: 1px solid var(--lightgray);
}
.table-hover>tbody>tr:hover {
    background-color: var(--gray);
}
section.prices table thead:nth-child(1) tr {
    height: 60px;
}
section.prices table thead tr {
    height: 160px;
}
.table>thead>tr>th {
    border-bottom: 2px solid var(--orange);
}
.table>thead>tr>th:nth-child(1) {
    color: white;
    font-family: var(--koptekst);
    font-size: 21px;
}

div.social-media ul li a,footer div.social-media ul li a {
    border-radius: 100% !important;
    height: 60px !important;
    line-height: 58px !important;
    width: 35px !important;
    border: 1px solid var(--white) !important;
    background: transparent !important;
}
div.social-media ul li a:hover {
    background: var(--darkorange) !important;
    border-color: var(--orange) !important;
}

footer .column.socials_footer h4 {
    display: none;
}
footer div.column > h4::before {
    content: "";
    width: 75px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 11px;
    background: var(--orange);
}
footer div.column > h4 {
    border-bottom: 0px solid var(--orange);
    position: relative;
    margin-bottom: -5px;
}
footer .column.socials_footer {
    margin-top: -15px;
}
footer {
    padding-top: 70px;
}
footer div.socket {
    margin-top: 60px;
}

.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    background: var(--dark) !important;
    color: white !important;
    border-color: var(--lightgray) !important;
}

section.contact div.holder div.wrap {
    box-shadow: 0 0 30px -5px rgba(0, 0, 0, .15);
    padding: 0;
}

.medewerker_team {
    padding: 35px;
    margin: 2em 0;
    background: var(--gray);
}

div.breadcrumbs {
    margin-bottom: 45px;
}
div.page-header h1::before {
    content: "Funky";
    position: absolute;
    color: var(--orange);
    opacity: 0.3;
    z-index: -1;
    top: -25px;
    left: -25px;
    font-family: var(--bodytekst);
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0px;
}
div.page-header h1 {
    border-bottom: 0px solid #e6e6e6 !important;
    margin-bottom: 70px !important;
    position: relative;
}

.welkom_text {
    margin-top: -130px;
}

header > div.wrapper::after {
    filter: grayscale(1) brightness(0.3);
    background-position: center;
}

@media only screen and (min-width: 992px) {
    header>div.wrapper.sticky_menu.sticky_header .header {
        box-shadow: 0 0 50px -5px rgb(164 164 164 / 10%);
    }
.home section.treatments .col-xs-24.col-sm-16.col-md-8 {
    width: 33.3333%;
}
.single-behandelingen figure img {
    width: 100%;
    object-fit: cover;
    height: 350px;
}
header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav>li#menu-item-576 a {
    border: 1px solid white !important;
    border-radius: 100%;
    padding: 13px 40px;
}
footer > div.container > div > div:nth-child(2) {
    width: 45%;
}
footer > div.container > div > div:nth-child(1) {
    width: 25%;
    margin-right: 30%;
}
body header > div.wrapper {
        min-height: 442px;
    }
    header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a:hover, header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a:focus, header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a:active {
        color: var(--orange) !important;
    }
header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav>li#menu-item-576 a:hover {
    border-color: var(--orange) !important;
    background: var(--darkorange) !important;
}
header div.header.full-width .container {
    width: 91%;
}
header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav>li#menu-item-576 {
    float: right;
}
html {font-size: 18px !important; }
    header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav>li>a {
        color: white !important;
    }
.footer-cta-box.pd-1.position-relative {
    width: 70%;
    margin: 0 auto;
}
.text-section-content {
        max-width: 45em;
        /* margin: 0 auto; */
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    header div.header.full-width div.wrapper img.logo {
        padding: 0 !important;
        max-width: 200px;
    }
    header div.header div.holder {
        height: 147px;
        min-height: 50px;
    }
    body.home header > div.wrapper {
        min-height: 663px;
    }
.welkom_intro {
    width: 55%;
    margin: 0 auto;
}
header>div.wrapper.sticky_menu.sticky_header .header {
        background: var(--dark) !important;
    }
}


section.salon_welkom img {
    width: 390px;
    height: 550px;
    border-radius: 100%;
    object-fit: cover;
}
section.salon_welkom {
    margin-top: -410px;
}

section.slide-text .container {
    width: 100%;
    padding: 0;
}
section.slide-text {
    padding: 26px 0;
    color: #fff;
    text-transform: uppercase;
    margin-top: -83px;
}
.marqueeTop {
    display: flex;
    overflow: hidden;
    gap: 3.75rem;
    position: relative;
    user-select: none;
    letter-spacing: 0;
}
.marqueeTop-content {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    min-width: 100%;
    gap: 2.75rem;
    animation: scrolltext 60s linear infinite;
}

@media only screen and (max-width: 991px) {
html {font-size: 14px !important;}
header nav.navbar-default {
    background: transparent;
}
.medewerker_team img {
    margin-bottom: 65px;
}
header>div.wrapper {
    min-height: 350px;
}
section.salon_welkom {
    z-index: 1000;
}
html.navbar-open section.salon_welkom {
    display: none;
}
section.salon_welkom {
    margin-top: -120px!important;
}
header button.navbar-toggle {
    color: var(--white);
}
.text-container .container {
    flex-direction: column-reverse;
}
.text-section {
    padding: 95px 35px!important;
}
.home section.treatments .col-xs-24.col-sm-16.col-md-8 {
    width: 100%;
}
.home section.treatments {
    padding-top: 0;
}
div.page-header h1::before {
    left: -15px;
}
}

section.footer-cta::before {
    background-position: center;
}

main section, section.treatments {
    padding: 90px 0;
}

body {
    line-height: 1.8;
    font-size: 17px;
font-family: var(--bodytekst);
color: var(--text)!important;
background: var(--dark);
}

h1,h2,h3,h4,h5,h6 {
margin: 2.75rem 0 1.05rem;
line-height: 1.15;
letter-spacing: 3px;
font-family: var(--koptekst)!important;
color: var(--white)!important;
}

h1 { font-size: var(--font-size-h1);}
h2 { font-size: var(--font-size-h2);}
h3 { font-size: var(--font-size-h3);}
h4 { font-size: var(--font-size-h4);}
h5 { font-size: var(--font-size-h5);}
h6 { font-size: var(--font-size-h6);}

strong {
    color: white;
}

small, .text_small {font-size: 0.8em;}

p {margin-bottom: 1.15rem;}

.btn {
    margin:1em 0;
    white-space: normal;
}

.relative, main section {
    position: relative;
}

html, body {
    overflow-x: hidden;
}

img {
    height: auto;
}

@media only screen and (max-width: 991px) {
.gallery .gallery-item {
    width: 100%;
}
.m-pdt-0 {
padding-top:0!important;
}
.m-pdb-0 {
padding-bottom:0!important;
}
.m-pdb-2 {
padding-bottom:2em!important;
}
.m-pdt-2 {
padding-top:2em!important;
}
.m-mt-0 {
margin-top:0!important;
}
.m-mb-0 {
margin-bottom:0!important;
}
}

@keyframes scrolltext {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(calc(-100% - 1rem));
}
}


.btn, .wpcf7-submit, .woocommerce span.onsale, .woocommerce a.button, .woocommerce .button, [type="submit"], .nf-form-content input[type=submit] {
    background: transparent !important;
    border-radius: 100% !important;
    padding: 18px 66px!important;
    border: 1px solid white!important;
    text-transform: uppercase !important;
    font-size: 12px!important;
}

.btn:hover, .wpcf7-submit:hover, .woocommerce span.onsale:hover, .woocommerce a.button:hover, .woocommerce .button:hover, [type="submit"]:hover, .nf-form-content input[type=submit]:hover {
    background: var(--darkorange)!important;
    border: 1px solid var(--orange)!important;
}

a:hover, .woocommerce ul.products li.product .price, .woocommerce .price, .product-usps li i, .counter {
    color: var(--lightgray) !important;
}

section.text-container {
    padding: 0;
}
.text-container .container {
    padding: 0;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    margin: 0;
}
.text-section {
    flex: 1;
    padding: var(--gap) var(--spacing);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.text-section, .image-section {
    flex: 1 0 50% !important;
}
section.text-container img {
    margin: 0;
    object-fit: cover;
    width: 100%;
}
.block2.text-container img {
    height: 710px;
    object-position: top;
}

section.footer-cta::before {
    background-image: url(/wp-content/uploads/sites/295/2024/05/salonbuiten.jpg);
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    filter: brightness(0.2) grayscale(1);
    background-size: cover;
}

.footer-cta {
    padding: 120px 0 100px;
}