/*!
Theme Name: Mesomi
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mesomi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/* ---------- ICONS ICOMOON -----------  */

@charset "UTF-8";

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?84syk2');
  src:  url('fonts/icomoon.eot?84syk2#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?84syk2') format('truetype'),
    url('fonts/icomoon.woff?84syk2') format('woff'),
    url('fonts/icomoon.svg?84syk2#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
  content: "\e903";
}
.icon-facebook:before {
  content: "\e904";
}


/* ---------- ALGEMENE STYLING -----------  */


* {
  font-family: 'nunito', sans-serif;
  text-align: center;
  box-sizing: border-box;
  margin: 0;
  line-height: 1.625;
  scroll-behavior: smooth;
  font-size: 16px;
  text-align: left;
  font-family: 'Jost', sans-serif;
}

ul {
  list-style-type: none;
  padding-left: 0px;
}


/* ---------- CONTAINER STYLING -----------  */

.container {
  width: 100%;
}

.container-80 {
  width: 80%;
  max-width: 1000px;
}

.container-90 {
  width: 80%;
}

@media (min-width: 1100px) {

  .container-90 {
    width: 90%;
    max-width: 1200px;
  }

}

/* ---------- MARGIN STYLING -----------  */

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-small {
  margin-bottom: 32px;
}

.mb-medium {
  margin-bottom: 80px;
}

.mt-small {
	margin-top: 32px;
}

.ml-40 {
  margin-left: 40px;
}



/* ---------- FONTS STYLING -----------  */


h1 {
  font-family: 'Montserrat', sans-serif;
  width: 90%;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
  color: #E48AA3;
}

.text-center {
  text-align: center;
}


.bold {
  font-weight: bold;
}

.italic {
	font-style: italic;
}

.text-white {
  color: white;
}


.text-m {

}

.text-l {
  font-size: 25px;
}

.text-xl {
  font-size: 60px;
}

@media (min-width: 800px) {

  .text-l {
    font-size: 40px;
  }

  .text-xl {
    font-size: 80px;
  }

}


/* ---------- BUTTON STYLING -----------  */

button {
  width: 226px;
  height: 50px;
  border: none;
  text-align: center;
	cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}

button:hover {
  border: 1px solid #E48AA3;
  background-color: #E48AA3;
	color: white;
}

.solid-button-white {
  border: 1px solid white;
  background-color: white;
  color: black;
}

.outline-button-white {
  border: 1px solid white;
  color: white;
  background: none;
}

.outline-button-black {
  border: 1px solid black;
  color: black;
  background: none;
}

.black-button {
  background-color: black;
  color: white;
  padding: 8px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}


/* ---------- LOGO EN NAVIGATIE -----------  */

.hero-img {
  z-index: 0;
  height: 900px;
  object-fit:cover;
  width: 100%;
}

.logo {
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 91;
  margin-left: 60px;
  width: auto;
}

.nav {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -95px;
}

@media (min-width: 1100px) {

  .nav {
    top: 0;
    left: 10%;
  }

}

/* Hamburger menu */


/* basic naviagtion styling */

nav ul {
  text-align: left;
  list-style-type: none;
}

nav a {
  text-decoration: none;
  color: white;
  font-size: 18px;
  text-align: left;
}


nav a:hover {
  color: black;
}

/* Mobile menu hamburger icoon */

 .hamburger {
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 91;
}

.bar1, .bar2, .bar3 {
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 6px 0;
  transition: 0.2s;
}

.change .bar1 {
  opacity: 0;
}

.change .bar2 {
  margin-top: 15px;
}

.change .bar3 {
  opacity: 0;
}


/* Mobile menu styling (hamburger menu - navigation.js) */

  /* mobile menu open styling zie navigation.js  */
  .openmenu {
    height: 100%;
    background-color: #E48AA3;
    padding-bottom: 40vh;
    padding-top: 100px;
    overflow-x: hidden;
    padding-bottom: 0;
  }

  .openmenu li {
    z-index: 80;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
  }


  nav ul {
    background-color: white;
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 90;
  }



  #menu {
    height: 100%;
    width: 0;
    position: fixed
    top: 0;
    left: 0;
    transition: 0.3s;
    max-width: 500px;
  }

  .custom-logo {
    width: 70px;
    padding-top: 5px;
  }

  .menu {
    padding-left: 0px;
    margin: auto;
  }

  .menu-item {
    width: 100%;
    display: none;
    /* min-height: 70px;
    padding-top: 50px; */
  }

  .menu-item * {
    position: absolute;
    left: 80px;
  }

/* ---------- HERO SECTIE -----------  */

.hero-section {
  margin-top: -700px;
  /* height: 1000px; */
}

.hero-buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 226px;
  margin-top: 80px;
}

.hero-buttons button {
  margin-bottom: 40px;
}


/* media query for large screens */

@media (min-width: 950px) {

  .hero-buttons {
    width: 600px;
  }

  .hero-img {
    z-index: 0;
    height: 900px;
    object-fit:cover;
    width: 100%;
  }

  .hero-section {
    margin-top: -600px;
    height: 800px;
  }

  .hero-buttons {
    flex-direction: row;
  }

}



/* ---------- BEHANDELINGEN SECTIE -----------  */

.behandelingen-sectie {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 400px;
}

@media (min-width: 950px) {

  .behandelingen-sectie {
     margin-top: 0px;
  }
}

.behandelingen-sectie {
  display: flex;
  justify-content: center;
  flex-direction: column;
}


.behandelingen-lijst {
  width: 90%;
  max-width: 650px;
  margin-top: 50px;
  margin-bottom: 40px;
}

.behandelingen-lijst li {
  width: 90%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E5E5E5;
  margin-left: 5%;
	cursor: pointer;
}

.description {
  max-height: 0;
  overflow: hidden;
  padding-top: 15px;
}

.behandeling-prijs {
  float: right;
  margin-right: 10px;
}

@media (min-width: 364px) {

  .behandeling-prijs {
    margin-right: 38px;
  }
}

.expand-collapse {
	float: right;
	margin-right: 8px;
	cursor: pointer;
}



/* ---------- TESTIMONIALS SECTIE -----------  */

.review-sectie {
  margin-top: 160px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.review-grid {
  display: grid;
  gap: 30px;
}

.review-img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 100%;
}

.review-item {
  position: relative;
  border-bottom: 1px solid #E5E5E5;
  height: 220px;
  /* padding-right: 20%; */
}

.review-item:last-child {
  border-bottom: none;
}

.review-author {
  position: absolute;
  bottom: 40px;
  left: 120px;
  padding-bottom: 30px;
}

.review-img {
  position: absolute;
  bottom: 60px;
  left: 0px;
}


@media (min-width: 1100px) {

  .review-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    padding-left: 40px;
  }

  .review-item {
    position: relative;
    border-right: 1px solid #E5E5E5;
    border-bottom: none;
    padding-right: 20%;
  }

  .review-item:last-child {
    border-right: none;
  }

  .review-img {
    position: absolute;
    bottom: 10px;
    left: 0px;
    margin-left: 40px;
  }

  .review-item p {
    margin-left: 40px;
  }

  .review-author {
    position: absolute;
    bottom: -10px;
    left: 144px;
  }

}

/* ---------- INSTAGRAM SECTIE -----------  */

.instagram-sectie {
  margin-top: 100px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

@media (min-width: 800px) {

  .review-sectie {
    margin-top: 200px;
  }

  .instagram-sectie {
    margin-top: 200px;
  }

}

/* ---------- FOOTER  -----------  */

footer {
  background-color: #FCEEF2;
}


/* contact info sectie footer */

.footer-contact-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 150px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-contact-info ul {
  margin-top: 50px;
  margin-bottom: 50px;
}

.footer-contact-info svg {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 30px;
}


/* Footer met logo en social media icons */

.footer {
  background-color: #E48AA3;
}

.footer-items {
  display: flex;
  justify-content: space-between;
}

.footer-logo {
  height: 40px;
  margin-bottom: auto;
  margin-top: auto;
}

.social-icons {
  display: flex;
  justify-content: center;
}

.social-icons a {
	padding-top: 20px;
	padding-bottom: 20px;
}

.icon-instagram,
.icon-facebook {
  color: white;
  font-size: 20px;
  margin: 20px;
}

.icon-instagram:hover,
.icon-facebook:hover {
	color: black;
}


/* disclaimer footer */

.footer-info {
  background-color: #E48AA3;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  color: white;
}


.footer-info li {
  margin-left: 10px;
  margin-right: 10px;
}


/* media query for large screens */

@media (min-width: 950px) {

  .footer-contact-info {
    flex-direction: row;
    margin-top: 150px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-contact-info ul {
    width: 30%;
  }

  .footer-info {
    background-color: white;
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;
  }

}


/* 404 page styling */

.page-404 {
  height: 500px;
}

.page-404 .hamburger {
  display: none;
}

@media (min-width: 1000px) {

  .page-404 {
    height: 400px;
  }

}

.sb_instagram_header  {
display: none;
}
