/*
  Kapsalon De Stijl — Custom Styles
  Gebaseerd op Template 2103 Central
*/

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background-color: #0f0f0f;
  color: #d4d4d4;
}

h1, h2, h3 {
  font-family: "Playfair Display", Georgia, serif;
  color: #c8a96e;
}

h1 {
  font-size: 3rem;
  letter-spacing: 6px;
}

h2 {
  color: #1a1a1a;
}

p {
  line-height: 1.8;
}

a {
  transition: all 0.3s ease;
  color: #c8a96e;
}

a:hover,
a:focus {
  color: #e0c78a;
  text-decoration: none;
}

/* --- Header --- */
#header h1 {
  color: #c8a96e;
}

#header p {
  color: #999;
  letter-spacing: 4px;
  font-size: 1rem;
}

/* --- Navigation --- */
.navbar-toggler {
  border-color: #c8a96e;
  cursor: pointer;
}

.navbar {
  justify-content: flex-end;
}

.navbar-brand {
  color: #c8a96e !important;
}

#mainNav {
  background: #1a1a1a;
  padding: 5px 15px;
  width: 200px;
  position: absolute;
  top: 50px;
  right: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  border: 1px solid #333;
}

#mainNav .nav-link {
  color: #d4d4d4 !important;
}

#mainNav .nav-link:hover {
  color: #c8a96e !important;
}

button {
  cursor: pointer;
}

button:focus {
  outline: none;
}

.tm-section-mb {
  margin-bottom: 90px;
}

#top {
  padding-top: 65px;
}

#tm-section-2,
#tm-section-6 {
  padding-top: 60px;
}

/* --- Diensten Iconen --- */
.tm-section-2 .fa {
  color: #c8a96e;
}

.tm-section-2 h2 {
  color: #c8a96e;
}

.tm-section-2 p,
.tm-section-2 .tm-special {
  color: #bbb;
}

.tm-special {
  color: #c8a96e !important;
  font-weight: 400;
}

/* --- Parallax Sectie --- */
.tm-section-4 {
  padding: 0px;
  padding-top: 100px;
  padding-bottom: 80px;
  background-image: url('https://images.unsplash.com/photo-1622287162716-f311baa1a2b8?w=1920&q=80');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  height: 300px;
}

/* --- Content Boxes --- */
.tm-box-3 {
  padding: 40px 50px;
  background: #f7f3ed;
}

.tm-box-3 h2 {
  color: #1a1a1a;
}

.tm-box-3 p {
  color: #444;
}

.tm-box-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 25px;
  padding-right: 25px;
  min-height: 200px;
  background: #f7f3ed;
}

.tm-box-5 h2 {
  color: #1a1a1a;
}

.tm-box-5 p {
  color: #444;
}

.tm-media {
  margin-bottom: 25px;
}

/* --- Slider --- */
.slick-dots li button:before {
  font-size: 20px;
  color: #c8a96e;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #e0c78a;
}

.tm-img-slider-item {
  position: relative;
}

.tm-slider-caption {
  color: white;
  font-size: 1.5rem;
  font-family: "Playfair Display", Georgia, serif;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
  margin-bottom: 0;
  padding: 12px 30px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: #fff;
}

.tm-img-container {
  width: 96%;
  max-width: 1020px;
}

.slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-prev:before,
.slick-next:before {
  color: #c8a96e;
}

.slick-prev {
  left: 5px;
  z-index: 1000;
}

.slick-next {
  right: 5px;
}

.tm-slider-img {
  width: 100%;
}

.tm-slider-img,
.slick-slide {
  min-height: 250px;
}

.tm-slider-img {
  min-width: 500px;
  object-fit: cover;
  max-height: 500px;
}

/* --- Buttons --- */
.btn {
  background-color: transparent;
  border: 2px solid #c8a96e;
  border-radius: 0;
  color: #c8a96e;
  font-size: 1.1rem;
  letter-spacing: 1px;
  margin-top: 5px;
  padding: 12px 30px;
  text-transform: uppercase;
}

.btn-big {
  padding: 10px 45px;
}

.btn:hover,
.btn:focus {
  background-color: #c8a96e;
  border-color: #c8a96e;
  color: #1a1a1a;
}

/* --- Media Images --- */
.tm-media-img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.float-right {
  float: right;
}

.tm-fa-toggler-icon {
  font-size: 30px;
  padding: 0;
  color: #c8a96e;
}

.tm-2col-l {
  padding-right: 40px;
}

.tm-2col-r {
  padding-left: 40px;
}

/* --- Forms --- */
.form-control {
  border-radius: 0;
  font-size: 1.2rem;
  padding: 13px 19px;
  background: #1a1a1a;
  border: 1px solid #333;
  color: #d4d4d4;
}

.form-control:focus {
  border-color: #c8a96e;
  box-shadow: 0 0 0 0.2rem rgba(200, 169, 110, 0.15);
  background: #1a1a1a;
  color: #d4d4d4;
}

.form-control::placeholder {
  color: #777;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #777;
}

.form-control::-ms-input-placeholder {
  color: #777;
}

.tm-btn-submit {
  background-color: #c8a96e;
  border-color: #c8a96e;
  color: #1a1a1a;
  font-weight: 600;
}

.tm-btn-submit:hover {
  background-color: #e0c78a;
  border-color: #e0c78a;
  color: #1a1a1a;
}

/* --- Contact --- */
.tm-address-box h2 {
  color: #c8a96e;
}

.tm-address-box p,
.tm-address-box address {
  color: #bbb;
}

.tm-hours {
  color: #d4d4d4 !important;
}

/* --- Footer --- */
footer p {
  color: #777;
}

.tm-footer-link {
  color: #c8a96e;
}

.tm-footer-link:hover {
  color: #e0c78a;
}

/* --- Section 5 images --- */
.tm-section-5 .image img {
  object-fit: cover;
  width: 100%;
}

/* =============================================
   Prijskaarten
   ============================================= */

.price-card {
  border: 1px solid #333;
  padding: 0;
  background: #1a1a1a;
}

.price-card-header {
  text-align: center;
  padding: 30px 20px 20px;
  border-bottom: 1px solid #333;
}

.price-card-header .fa {
  color: #c8a96e;
  margin-bottom: 15px;
}

.price-card-header h2 {
  color: #c8a96e;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.price-list li {
  display: flex;
  justify-content: space-between;
  padding: 14px 25px;
  border-bottom: 1px solid #222;
  color: #bbb;
  font-size: 1rem;
}

.price-list li:last-child {
  border-bottom: none;
}

.service-name {
  flex: 1;
}

.service-price {
  color: #c8a96e;
  font-weight: 600;
  white-space: nowrap;
  padding-left: 15px;
}

/* =============================================
   Loader
   ============================================= */

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #c8a96e;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 1001;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e0c78a;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes spin {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #0f0f0f;
  z-index: 1000;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

.no-js #loader-wrapper {
  display: none;
}

/* =============================================
   Responsive
   ============================================= */

@media screen and (max-width: 1199px) {
  .tm-2col-l { padding-right: 30px; }
  .tm-2col-r { padding-left: 30px; }
}

@media screen and (max-width: 991px) {
  .tm-img-container { max-width: 490px; width: 90%; }
  .tm-address-box { padding-left: 10px; }
  .fit { margin-bottom: 50px; }
  .tm-slider-caption { font-size: 1rem; padding: 8px 10px; }
  .tm-2col-l { padding-right: 20px; }
  .tm-2col-r { padding-left: 20px; }
}

@media screen and (max-width: 768px) {
  .navbar {
    justify-content: flex-end;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    flex-direction: column;
    align-items: end;
  }
  #mainNav { top: 90px; right: 30px; }
  .tm-2col-l { padding-right: 15px; }
  .tm-2col-r { padding-left: 15px; }
  .tm-address-box { padding-left: 0; padding-top: 40px; }
  .tm-box-5 { padding-top: 25px; padding-bottom: 25px; }
  .tm-section-mb { margin-bottom: 60px; }
  .tm-mb-sm-4 { margin-bottom: 30px; }
}

@media screen and (max-width: 540px) {
  .tm-address-box { margin-bottom: 50px; }
  .tm-slider-caption { right: 0; left: 0; bottom: 0; }
  .tm-slider-col { padding-left: 0; padding-right: 0; }
}

@media screen and (max-width: 430px) {
  .tm-media { flex-direction: column; }
  .navbar { padding: 0; }
}

@media (min-width: 768px) {
  .tm-contact-right { padding-left: 40px; }
}

@media (min-width: 1200px) {
  .container { max-width: 1310px; }
}
