/* --------------------------------
PRIMARY STYLES
-------------------------------- */
*, *::after, *::before { box-sizing: border-box; }
body {
	font-family: sans-serif;
	font-weight: normal;
	line-height: 1;
	color: black;
}

h1, h2, h3, h4 {
	font-family: 'Vollkorn', serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
	margin-bottom: .5em;
	color: black;
}
h1,
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }

table { width: 100%; }
th, td,
ul, ol, p { 
	font-family: 'Vollkorn', serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	font-size: 16px;
	line-height: 1.5;
}

a { transition: all .5s ease; text-decoration: none; }
a:hover {}

b, strong { font-weight: 700; }
i, em { font-style: italic; }

/* --------------------------------
EFFECTS
-------------------------------- */
.txt-shadow { text-shadow: 1px 1px 40px black; }
.bx-shadow,
.bx-shadow-hover:hover {
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,.2);
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,.2);
}
.opacity-hover:hover { opacity: .5; }

/* --------------------------------
BUTTONS
-------------------------------- */
.btns { cursor: pointer; }
.btn-more {
  font-family: 'Vollkorn', serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  display: inline-block;
  transition: all .5s ease;
  color: white;
}
.btn-more:hover { text-decoration: underline; }
.btn-more i { font-size: 60%; padding-left: .5em; transition: all .5s ease; }
.btn-more:hover i { padding-left: 2em; }

.btn-img img { transition: all .5s ease; }
.btn-img:hover img { transform: scale(1.1); }

/* -------------------------------- 
VIDEO
-------------------------------- */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container video {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
}

/* --------------------------------
FORMS
-------------------------------- */
form { position: relative; width: 100%; margin-bottom: 2em; }
.wpcf7-form .inner { padding: 0 .25em; }
input::-webkit-input-placeholder { color: #999; }
input:-moz-placeholder { color: #999; }
textarea::-webkit-input-placeholder { color: #999; }
textarea:-moz-placeholder { color: #999; }

textarea { height: 120px; }
textarea,
select,
.input-text,
.input-submit {
	display: inline-block;
	font-family: 'Vollkorn', serif;
	font-weight: 400;
	color: black;
	font-size: 16px;
	line-height: 1;
	width: 100%;
	padding: .5em 1em;
	margin-bottom: .5em;
	outline: none;
	border: 1px solid #999;
}
.input-submit {
	border-color: #c50063;
	color: white;
	transition: all .5s ease;
	background: #c50063;
}
.input-submit:hover {  }

.wpcf7-response-output { line-height: 1.5; }
.wpcf7-not-valid-tip { padding: 0.5em 1em 2em !important; }
.wpcf7-list-item { text-align: left; }

/* --------------------------------
HEADER
-------------------------------- */
header {
	z-index: 999;
	position: sticky;
	top: 0; left: 0;
	width: 100%;
	background: white;
	padding: 2em 0;
	transition: all .5s ease;
}
header.active { background: rgba(255, 255, 255, 0.95); padding: 1em 0; }

header .notification-banner {
  width: 100%;
  background: #c71066;
  padding: .25em;
  text-align: center;
  margin: 1em 0 -1em;
}
header .notification-banner p { color: white; margin-bottom: 0; }

/* --------------------------------
NAV
-------------------------------- */
nav { 
	display: none;
	text-align: left;
	background: rgba(255,255,255,.95);
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	height: 100vh;
	padding: 1.5em;
}
nav ul { width: 100%; padding: 2em 0; }
nav ul li { display: block; }
nav ul li a {
	color: black;
	display: inline-block;
	padding: .5em;
	transition: all .5s ease;
}
nav ul li a:hover,
nav ul li.current-menu-item > a,
nav ul li a i { color: #c71066; }
nav ul ul { display: none; padding: 0 1em 1em; }
nav ul li.menu-item-has-children { position: relative; }
nav ul li.menu-item-has-children > a::after {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-size: .6em;
	font-weight: bold;
	content: "\f107";
	margin-left: .5em;
	color: #c71066;
}
header nav ul li.menu-item-has-children:hover > ul { display: block; z-index: 2; }

nav ul.top {}
nav ul.top .quantity {
  background: #c71066;
  color: white;
  border-radius: 50%;
  width: 24px;
  display: inline-block;
  text-align: center;
}
nav ul.top li a { font-size: 16px; }
nav ul.main li a { font-size: 18px; }

.nav-toggle {
	float: right;
	-webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  z-index: 3;
  display: inline-block;
  height: .75rem;
  width: 2em;
}
.nav-toggle:hover .nav-toggle-bar,
.nav-toggle:hover .nav-toggle-bar::after,
.nav-toggle:hover .nav-toggle-bar::before { background: #c71066; }

.nav-toggle .nav-toggle-bar,
.nav-toggle .nav-toggle-bar::after,
.nav-toggle .nav-toggle-bar::before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: black;
	content: '';
	height: 0.2rem;
	width: 100%;
}
.nav-toggle .nav-toggle-bar { margin-top: 0; }
.nav-toggle .nav-toggle-bar::after { margin-top: .4rem; }
.nav-toggle .nav-toggle-bar::before { margin-top: -0.4rem; }

.nav-toggle.expanded .nav-toggle-bar { background: transparent; }
.nav-toggle.expanded .nav-toggle-bar::after,
.nav-toggle.expanded .nav-toggle-bar::before { background: #c71066; margin-top: 0; }
.nav-toggle.expanded .nav-toggle-bar::after {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-toggle.expanded .nav-toggle-bar::before {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* -------------------------------- 
SLIDER
-------------------------------- */
.slider { }
.slider .slide { position: relative; width: 100%;	height: 100%; }

.slider .slide .slide-1-1,
.slider .slide .slide-1-2,
.slider .slide .slide-1-3,
.slider .slide .slide-2-3 { 
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .5s ease;
	float: left;
}
.slider .slide .slide-1-1 { width: 100%; float: none; }
.slider .slide .slide-1-2 { width: 50%; }
.slider .slide .slide-1-3 { width: 33.33%; }
.slider .slide .slide-2-3 { width: 66.67%; }

/* --------------------------------
ARTICLE & SECTIONS
-------------------------------- */
article { overflow: hidden; }
section { 
	position: relative;
	width: 100%;
	line-height: 0;
	margin-bottom: 3em;
	text-align: center;
}
section h4 {
	position: relative;
	color: #c71066;
	background: white;
	padding: .5em;
	display: inline-block;
	margin-bottom: 1em;
}
section h4:after {
	content: "";
	z-index: -1;
	position: absolute;
	top: 50%; left: calc(50% - 150px);
	width: 300px;
	height: 1px;
	background: #c71066;
}
section ul { list-style: disc; }
section ol { list-style: numeric; }
section ul,
section ol,
section p { margin-bottom: 2em; }
section p a { color: #c71066; text-decoration: underline; }
section p a:hover { text-decoration: none; }
section span { color: #c71066; }

.container { margin: 0 auto; position: relative; }
.inner { padding: 0 1.5em; }

.desktop-hide {}
.desktop-show { display: none; }

.table-align { display: table; width: 100%; height: 100%; }
.table-cell-align { display: table-cell; vertical-align: middle; }
.table-cell-align.bottom { vertical-align: bottom; }

.last { margin-bottom: 0 !important; }
.align-h { height: 100%; }
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }

.hero { padding: 0; overflow: hidden; }
.hero .hero-nav {
	z-index: 9;
	display: none;
	position: absolute;
	bottom: 1em; right: 2em;
	background: rgba(199,16,102,.95);
	padding: 1em .5em;
}
.hero .hero-nav i {
	font-size: 40px;
	line-height: 1;
	color: white;
	padding: 0 .5em;
	transition: all .5s ease;
}
.hero .hero-nav i:hover {}
.hero .hero-nav i.fa-angle-left {  }
.hero .hero-nav i.fa-angle-right {  }
.hero .hero-nav i.slick-disabled { opacity: .4; cursor: not-allowed; }

.hero .hero-img { position: relative; }
.hero .hero-img img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: auto;
}
.hero .hero-overlay {
	z-index: 2;
	position: relative;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background: #c71066;
}
.hero .hero-overlay .box {
	position: relative;
	background: rgba(199,16,102,.95);
	padding: 2em 1em 3em;
}
.hero .hero-overlay .box h2 { color: white; margin-bottom: 0; }
.hero .hero-overlay .box p {
	position: absolute;
	left: 0; bottom: -1.5em;
	width: 100%;
	margin: 0;
}
.hero .hero-overlay .box p .btn-more {
  padding: 1em;
  background: rgba(255,255,255,.95);
  color: black;
}
.hero .hero-overlay .box p .btn-more:hover { background: rgba(0,0,0,.95); color: white; }

.bg { padding: 3em 0; background: #f5f5f5; }
.bg:after {
	content: "";
	z-index: 1; 
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	height: 13.5em;
	background: white;
}
.bg.reversed { padding-top: 0; }
.bg.reversed:after { top: 0; bottom: auto; }
.bg .container { z-index: 2; }
.bg h4 { background: #f5f5f5; }

.bg .marge-5em { margin-top: 3em; }

.tiles {}
.tiles .tile { 
	position: relative;
	margin: .5em;
	display: inline-block;
  width: calc(100% - 1em);
  height: calc(100% - 1em);
}

.tiles .tile .tile-link,
.tiles .tile .tile-gallery,
.tiles .tile .tile-link img { position: relative; }

.tiles .tile .tile-link .tile-inner {
  z-index: 3;
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
}

.tiles .tile .tile-title,
.tiles .tile .tile-more {
	font-family: 'Vollkorn', serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  color: white;
  padding: .5em;
  display: block;
	transition: all .5s ease;
}

.tiles .tile .tile-title {
	font-size: 18px;
	margin-bottom: .5em;
	text-shadow: 1px 1px 40px black;
}
.tiles .tile.lg .tile-title { font-size: 32px; }
.tiles .tile .tile-link:hover .tile-title { text-shadow: none; }
.tiles .tile .tile-more { opacity: 0; }
.tiles .tile .tile-link:hover .tile-more { text-decoration: underline; opacity: 1; }
.tiles .tile .tile-more i { font-size: 60%; padding-left: .5em; transition: all .5s ease; }
.tiles .tile .tile-link:hover .tile-more i { padding-left: 2em; }
.tiles.products .tile .tile-title { opacity: 0; }
.tiles.products .tile .tile-link:hover .tile-title { opacity: 1; }

.tiles .tile .tile-link .tile-overlay {
	content: "";
  z-index: 2;
  position: absolute;
  top: 0; left: -100%;
  width: 200%;
  height: 100%;
	background: rgba(199,16,102,.95);
	transform: scale(0);
	border-radius: 100%;
	transition: all .5s ease;
}
.tiles .tile .tile-link:hover .tile-overlay { transform: scale(1); border-radius: 0; }

.tile-pink { position: relative; background: #c71066; }
.tile-pink:after { content: ""; display: block; padding-bottom: 100%; }
.tile-pink-inner { position: absolute; width: 100%; height: 100%; }
.tile-pink-inner h3 { font-size: 18px; margin-bottom: 1em; color: white; }

.lookbook { 
	position: relative;
	background: #c71066;
	padding: 3em 0;
}
.lookbook:after {
	content: "";
	z-index: -1;
	position: absolute;
	top: 100%; left: 0;
	width: 100%;
	height: 100%;
	background: #c71066;
}
.lookbook h2 { color: white; }

.process {}
.process p.icon-sphere { position: relative; }
.process p.icon-sphere:after {
	z-index: -1;
	position: absolute;
	top: 15%; left: 15%;
	background: #c50063;
	width: 70%;
	height: 70%;
	border-radius: 100%;
	content: "";
}

.reviews { position: relative; margin-top: -120px; }
.reviews .reviews-bg { background: #c71066; padding: 2em 1em; }
.reviews .reviews-bg h2,
.reviews .reviews-bg p { color: white; }

.reviews .grade {
	z-index: 1;
	position: relative;
	top: 120px; left: calc(50% - 120px);
	background: white;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	transition: all .5s ease;
}
.reviews:hover .grade { 
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,.2);
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,.2);
}
.reviews .grade h2 { 
	font-size: 60px;
	font-weight: 700;
	color: #c71066;
	margin-bottom: 0;
}
.reviews .grade p { margin: 0; line-height: 1.2; }
.reviews .grade p i { font-size: 12px; color: #c71066; margin-bottom: 2em; }

.search-filter-field { margin-bottom: 2em; }
.search-filter-input-checkbox {
	position: relative !important;
	display: inline-block !important;
	padding: .5em 1em !important;
	margin: .5em;
	transition: all .5s ease;
}
.search-filter-input-checkbox__label,
.search-filter-input-checkbox__count { 
	font-family: 'Vollkorn', serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	transition: all .5s ease;
}

.search-filter-input-checkbox:hover,
.search-filter-input-checkbox--is-active { background: #c71066; }
.search-filter-input-checkbox:hover .search-filter-input-checkbox__label,
.search-filter-input-checkbox--is-active .search-filter-input-checkbox__label,
.search-filter-input-checkbox:hover .search-filter-input-checkbox__count,
.search-filter-input-checkbox--is-active .search-filter-input-checkbox__count { color: white !important; }

/* --------------------------------
WOOCOMMERCE
-------------------------------- */
.shop-nav { background: #f1f1f1; text-align: left; padding: 2em 0; }
.shop-nav .breadcrumbs a,
.shop-nav .breadcrumbs span { color: #c71066; }

.shop { text-align: left; padding: 0; }
.shop a { color: #c71066; }

.shop .sidebar { background: #2a303c; margin-bottom: 4em; }
.shop .sidebar nav { 
	text-align: left;
	padding: 2em;
	display: block;
  background: none;
  position: relative;
  height: auto;
}
.shop .sidebar nav ul { padding: 0; margin-bottom: 0; }
.shop .sidebar nav ul ul {
  position: relative;
  top: 0;
  left: 1em;
  background: transparent;
  width: auto;
  padding: 0;
  box-shadow: none;
  margin-bottom: 0;
}
.shop .sidebar nav ul li { display: block; }
.shop .sidebar nav ul li.current-menu-item > ul,
.shop .sidebar nav ul li.current-menu-parent > ul { display: block; }
.shop .sidebar nav ul li a { display: inline-block; color: white; }
.shop .sidebar nav ul li.menu-item-has-children > a::after { display: none; }
.shop .sidebar nav ul li.menu-item-has-children > i { 
  cursor: pointer;
  font-size: .6em;
  color: #c71066;
  padding: 0 1em;
  position: absolute;
  top: 1.6em; right: 0;
}
.shop .sidebar nav ul li.menu-item-has-children > i.active { transform: rotate(180deg); }

.shop .sidebar nav ul li.current-menu-item > i,
.shop .sidebar nav ul li.current-menu-parent > i { transform: rotate(180deg); }
.shop .sidebar nav ul li.current-menu-item > i.active,
.shop .sidebar nav ul li.current-menu-parent > i.active { transform: rotate(0deg); }

.shop .products { text-align: center; }
.shop .products .woocommerce-placeholder { border: none !important; }

.shop .products .product a img { transition: all .5s ease; }
.shop .products .product a:hover img { transform: scale(1.1); }
.shop .products .product a h4 { margin-bottom: .5em; transition: all .5s ease; }
.shop .products .product a:hover h4 { text-decoration: underline; }
.shop .products .product a h4:after { content: none; }

.shop .products .product .price span,
.woocommerce .product .price span { font-size: 100% !important; color: black !important; }
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price { color: black !important; }

.woocommerce .product .product_title { margin: 0; }
.woocommerce .product .images .woocommerce-product-gallery__image--placeholder { border: none !important; }

.woocommerce-error,
.woocommerce-info,
.woocommerce-message { 
	font-family: 'Vollkorn', serif !important;
	line-height: 1.5 !important;
	border-top: none !important;
	color: black !important;
	background-color: #f1f1f1 !important;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before { color: #c71066 !important; }
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  padding: 1em !important;
  border-radius: 0 !important;
  color: white !important;
  background-color: #c71066 !important;
  line-height: .5 !important;
}

.woocommerce-product-search { }
.woocommerce-product-search .input-text {
	box-sizing: border-box;
	border: none;
	margin-bottom: 0;
	background: #f1f1f1;
}
.woocommerce-product-search .input-submit {
  border-color: #c71066;
  border-bottom: none !important;
  background: #c71066;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content { width: 100% !important; float: none !important; }

.woocommerce .shop_table { border: none !important; padding: 1em; }
.woocommerce .shop_table tbody th,
.woocommerce .shop_table tfoot td,
.woocommerce .shop_table tfoot th,
.woocommerce .shop_table td { border-top: 1px solid #999 !important; }

.woocommerce form .form-row label { line-height: 1.5 !important; color: black !important; }
.woocommerce form .form-row label span { color: black !important; }

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment { background: #f1f1f1 !important; border-radius: 0 !important; padding: 2em !important; }

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box { background-color: #333f47 !important; color: white !important; }
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #333f47 !important;
	border-right-color: transparent !important;
	border-left-color: transparent !important;
	border-top-color: transparent !important;
}

.order-rental-period { background: #c71066; padding: 2em; }
.order-rental-period p { color: white; margin-bottom: 0; }

.cart_totals > h2,
.cart_totals > table { display: none; }

.woocommerce-checkout #payment ul.payment_methods { padding: 0 !important; border: none !important; }

.wc_payment_method label { font-size: 20px; }

.thwcfe-html-field-wrapper p { font-size: .9em; }

.woocommerce .woocommerce-customer-details address { line-height: 1.5; }

/* --------------------------------
TIMELINE
-------------------------------- */
.tl-mobile { text-align: left; }
.tl-mobile h2 { color: #c50063; margin-bottom: .5em; }
.tl-mobile h4 { color: grey; }
.tl-mobile h4,
.tl-mobile p { line-height: 1.3; }

.tl-mobile  .tl-img img { border-radius: 100%; }

.tl-mobile .tl-koos,
.tl-mobile .tl-laura,
.tl-mobile .tl-merged,
.tl-mobile .tl-item { position: relative; }

.tl-mobile .tl-koos::before,
.tl-mobile .tl-laura::before,
.tl-mobile .tl-merged::before,
.tl-mobile .tl-koos::after {
	z-index: 1;
  position: absolute;
  content: "";
  width: 2px;
  background: #2a303c;
}
.tl-mobile .tl-koos::before { top: calc(1.5em + 4px); left: 1em; height: calc(100% - 3.5em); }
.tl-mobile .tl-laura::before { top: calc(2em + 4px); left: 3em; height: calc(100% - 4em); }
.tl-mobile .tl-merged::before {
	top: calc(-2em + 4px);
  left: 2em;
  height: 2.5em;
  background: #c71066;
}

.tl-mobile .tl-koos::after {
  left: 1em;
  bottom: calc(1.5em + 4px);
  height: 2px;
  width: 2em;
}

.tl-mobile .tl-item::before {
  z-index: 1;
  position: absolute;
  top: 4px; left: 1em;
  content: "";
  height: 2px;
  background: #2a303c;
}
.tl-mobile .tl-koos .tl-item::before { left: 1em; width: 4em; }
.tl-mobile .tl-laura .tl-item::before { left: 3em; width: 2em; }
.tl-mobile .tl-merged .tl-item::before { left: 2em; width: 3em; }

.tl-mobile .tl-koos .tl-start::before { top: calc(1.5em + 4px); }
.tl-mobile .tl-laura .tl-start::before { top:calc(2em + 4px); }
.tl-mobile .tl-merged .tl-start::before { top: calc(.5em + 4px); }

.tl-mobile .tl-merged .tl-item::before { background: #c71066; }

.tl-mobile .tl-item::after {
  z-index: 2;
  position: absolute;
  top: 0; left: 5em;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
  border: 2px solid #2a303c;
}
.tl-mobile .tl-koos .tl-start::after { top: 1.5em; }
.tl-mobile .tl-laura .tl-start::after { top: 2em; }
.tl-mobile .tl-merged .tl-start::after { top: .5em; }

.tl-mobile .tl-merged .tl-item::after { border-color: #c71066; }

.team { margin-bottom: 5em; }
.team h2 { margin-bottom: 2em; }
.team h3 { color: #c71066; }
.team img { border-radius: 100%; }

.hide-button { display: none !important; }
.wp-block-button__link {
	font-family: 'Vollkorn', serif;
  background-color: #c50063 !important;
  border-radius: .5em !important;
  padding: 1em !important;
  line-height: 1;
  transition: all .5s ease;
}
.wp-block-button__link:hover { background-color: #9a004e !important; text-decoration: none; }

/* --------------------------------
FOOTER
-------------------------------- */
footer {
	width: 100%;
	padding: 3em 0 1em;
	background: #333f47 url("img/footer-bg.png") no-repeat center;
	background-size: cover;
	background-blend-mode: multiply;
	color: white;
}
footer h3 { color: inherit; margin-bottom: 1em; }
footer p,
footer ul { color: inherit; margin-bottom: 2em; }
footer a { color: inherit; text-decoration: underline; }
footer a:hover { color: #c71066; text-decoration: none; }

footer ul.social li { display: inline; }
footer ul.social li a {
	font-size: 40px;
	display: inline-block;
	margin-right: .25em;
	transition: all .5s ease;
}
footer ul.social li a:hover { transform: scale(1.2); }

/* --------------------------------
MEDIA QUERIES
-------------------------------- */
@media screen and (min-width: 35.5em) {
	.container { width: 568px; }

	.tiles .tile .tile-title { font-size: 24px; }
	.tiles .tile.lg .tile-title { font-size: 40px; }
	.tiles .tile .tile-pink-inner h3 {font-size: 24px; margin-bottom: 2em; }

	.slider .slide .slide-1-1,
	.slider .slide .slide-1-2,
	.slider .slide .slide-1-3,
	.slider .slide .slide-2-3 { height: 375px; }
}
@media screen and (min-width: 48em) {
	.container { width: 768px; }
}
@media screen and (min-width: 64em) {
	.container { width: 1024px; }

	.desktop-hide { display: none; }
	.desktop-show { display: block; }

	h1,
	h2 { font-size: 40px; }
	h3 { font-size: 32px; }

	textarea,
	.input-text,
	.input-submit,
	th, td,
	ul, p { font-size: 18px; }

	nav {
		display: block !important;
		text-align: right;
		background: transparent;
		position: relative;
		height: auto;
		padding: 0;
	}
	nav ul { padding: 0; }
	nav ul li { display: inline-block; }
	nav ul ul {
		position: absolute;
    top: 100%;
    left: -1em;
    background: rgba(199,16,102,.95);
    width: 240px;
    text-align: left;
    padding: 1em;
	}
	nav ul ul li { display: block; }
	nav ul ul li a { color: white; }
	nav ul ul li.current-menu-item a,
	nav ul ul li a:hover { color: white; text-decoration: underline; }

	section { margin-bottom: 5em;	}
	section h4 { margin-bottom: 2em; }

	footer { padding: 5em 0 3em; }

	.hero { overflow: hidden; }
	.hero .hero-nav { display: block; }
	.hero .hero-overlay { position: absolute; background: transparent; }
	.hero .hero-overlay .box { padding: 4em 2em; }
	.hero .hero-overlay .box h2 { font-size: 48px; }

	.slider .slide { margin: 0 .5em; }
	.slider .slide .slide-1-1,
	.slider .slide .slide-1-2,
	.slider .slide .slide-1-3,
	.slider .slide .slide-2-3 { height: 675px; margin: 0 .5em; }
	.slider .slide .slide-1-1 { width: calc(100% - 1em); }
	.slider .slide .slide-1-2 { width: calc(50% - 1em); }
	.slider .slide .slide-1-3 { width: calc(33% - 1em); }
	.slider .slide .slide-2-3 { width: calc(67% - 1em); }

	.bg { padding: 5em 0; }
	.bg .marge-5em { margin-top: 5em; }
	.bg .marge-8em { margin-top: 8em; }

	.lookbook {	padding: 4em 0; }
	.lookbook:after { top: 0; left: 100%; }

	.reviews:after {
	  content: "";
	  position: absolute;
	  bottom: 2em; left: calc(50% - 35px);
	  width: 70px;
	  height: 70px;
	  background: url(img/beeldmerk.svg) no-repeat center;
	}
	.reviews .reviews-bg { padding: 4em 2em; }

	/* --------------------------------
	TIMELINE
	-------------------------------- */
	.timeline { }
	.timeline h2 { color: #c50063; margin-bottom: 0; padding-bottom: .5em; }
	.timeline h4 { color: grey; }

	.timeline .tl-img img { border-radius: 100%; }

	.timeline .tl-koos,
	.timeline .tl-laura,
	.timeline .tl-item,
	.timeline .tl-merged { position: relative; }

	.timeline .tl-koos::before,
	.timeline .tl-laura::before {
		z-index: 1;
	  position: absolute;
	  content: "";
	  width: 2px;
	  height: 100%;
	  background: #2a303c;
	}
	.timeline .tl-koos::before { top: 0; right: -4em; }
	.timeline .tl-laura::before { top: 0; left: -4em; }
	.timeline .tl-start::before { top: 2em; }

	.timeline .tl-item::before {
	  z-index: 1;
	  position: absolute;
	  top: 4px;
	  content: "";
	  width: 2em;
	  height: 2px;
	  background: #2a303c;
	}
	.timeline .tl-koos .tl-item::before { right: -4em; }
	.timeline .tl-laura .tl-item::before { left: -4em; }
	.timeline .tl-koos.tl-start .tl-item::before,
	.timeline .tl-laura.tl-start .tl-item::before { top: 2em; width: 3em; }

	.timeline .tl-item::after {
	  z-index: 2;
	  position: absolute;
	  top: 0;
	  content: "";
	  width: 10px;
	  height: 10px;
	  border-radius: 50%;
	  background: white;
	  border: 2px solid #2a303c;
	}
	.timeline .tl-koos .tl-item::after { right: -2em; }
	.timeline .tl-laura .tl-item::after { left: -2em; }
	.timeline .tl-koos.tl-start .tl-item::after,
	.timeline .tl-laura.tl-start .tl-item::after { top: calc(2em - 4px); }
	.timeline .tl-koos.tl-start .tl-item::after { right: -1em; }
	.timeline .tl-laura.tl-start .tl-item::after { left: -1em; }

	.timeline .tl-merged { padding-top: 4em; }
	.timeline .tl-merged h2 { padding-top: 1em; }
	.timeline .tl-merged h2,
	.timeline .tl-merged p strong { 
		background: white;
		position: relative;
		z-index: 2;
		display: block;
	}
	.timeline .tl-merged p strong { padding-bottom: 1em; }

	.timeline .tl-merged::before {
	  z-index: 1;
    position: absolute;
    top: -2px;
    left: calc(50% - 1.35em);
    content: "";
    height: 2px;
    width: 2.7em;
    background: #2a303c;
	}
	.timeline .tl-merged::after { 
	  z-index: 1;
	  position: absolute;
	  top: 0; left: calc(50% - 1px);
	  content: "";
	  width: 2px;
	  height: 100%;
	  background: #c71066;
	}
	.timeline .tl-merged .tl-item::after { left: calc(50% - 5px); border-color: #c71066; }
}
@media screen and (min-width: 80em) {
	.container { width: 1200px; }

	.timeline .tl-merged::before { left: calc(50% - 2.35em); width: 4.7em; }
}
@media screen and (min-width: 120em) {
	.hero .hero-img { width: 1920px; left: calc(50% - 960px); }
}

/* IE11
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop,
	[data-aos^=fade][data-aos^=fade],
	[data-aos^=zoom][data-aos^=zoom] { opacity: 1; }
}*/