/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

:root {
  --main-gold: #E0AC3B;
}
/** background: var(--main-gold); **/

/** Main setup **/

body{
		overflow-x:hidden;
}
body.no-scroll{
	overflow:hidden;
}

/** Elementor styles **/
.page-header{
	display:none;
}

.website-container{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
@media (max-width: 1024px) {
	.website-container{
		padding-bottom:130px;
	}
}
#content{
	max-width:100%;
	width:100%;
}
a.main-btn{
	margin-top:15px;
	display:inline-block;
	font-size:18px;
	padding:14px 25px;
	background:var(--main-gold);
	color:#fff;
	font-weight:500;
	border-radius:4px;
	transition:all .4s;
}
a.main-btn:hover{
	background:#c59429;
}

.sidebar{
	width:calc(100% / 3);
	background:#fff;
}

.gallery-container{
	width:calc(100% / 3 * 2);
	background:#f2f2f2;
}
@media (max-width: 1260px) {
	.sidebar{
		width:40%;
	}
	.gallery-container{
		width:60%;
	}
}

@media (max-width: 1023px) {
	.sidebar{
		width:100%;
	}
	.gallery-container{
		width:100%;
	}
}

/** Header **/
.custom-site-header{
	height:150px;
	width:100%;
	background:#fff;
	padding:30px;
	box-sizing:border-box;
}
.custom-site-header .container{
	display:flex;	
	justify-content:center;
	align-items:center;
	width:100%;
	max-width:1240px;
	margin:auto;
}
.custom-site-header .container .logo img{
	height:80px;
}
@media (max-width: 1560px) {
	.custom-site-header{
		height:auto;
		padding:15px 30px;
	}
}
@media (max-width: 768px) {
	.custom-site-header{
		height:auto;
		padding:15px 20px;
	}
}
.hamburger, .close-icon{
	width:40px;
	margin-right:10px;
	height:34px;
	position:relative;
	cursor:pointer;
	margin-left:auto;
	transition:all .4s;
}
.hamburger:before,  .close-icon:before{
	content:'';
	display:block;
	width:40px;
	height:4px;
	background:#000;
	position:absolute;
	top:0px;
	transition:all .2s;
}
.hamburger .line,  .close-icon .line{
	width:40px;
	height:4px;
	background:#000;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	opacity:1;
	transition:all .2s;
}
.hamburger:after,  .close-icon:after{
	content:'';
	display:block;
	width:40px;
	height:4px;
	background:#000;
	position:absolute;
	bottom:0px;
	transition:all .2s;
}
.hamburger:hover:before, .hamburger:hover .line, .hamburger:hover:after, 
.close-icon:hover:before, .close-icon:hover .line, .close-icon:hover:after{
	background: var(--main-gold);
}

.hamburger.active:before, .close-icon.active:before{
	transform:rotate(-45deg);
	top: 50%;
    margin-top: -2px;
}
.hamburger.active .line, .close-icon.active .line{
	opacity:0;
}
.hamburger.active:after, .close-icon.active:after{
	transform:rotate(45deg);
	bottom: 50%;
    margin-bottom: -2px;
}
.black-opacity{
	background:rgba(0, 0, 0, .7);
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:99;
}
.black-opacity-overview{
	background:rgba(0, 0, 0, .7);
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:80;
}
.overlay-menu{
	position:fixed;
	width:calc(100% / 3);
	height:100%;
	background:#000;
	color:#fff;
	left:0px;
	top:0px;
	z-index:100;
	display:flex;
	align-items:center;
	padding:40px;
	transform:translateX(-100%);
	transition:all .4s ease-in-out;
}
@media (max-width: 1260px) {
	.overlay-menu{
		width:40%;
	}
}
@media (max-width: 1024px) {
	.overlay-menu{
		width:90%;
	}
}
@media (max-width: 700px) {
	.overlay-menu{
		width:90%;
	}
	.overlay-menu ul{
		padding-left:0px;
	}
	.overlay-menu nav .menu a{
		font-size: 32px !important;
        line-height: 40px;
	}
}
.overlay-menu.active{
	transform:translateX(0%);
}
.overlay-menu .hamburger{
	position:absolute;
	top:60px;
	right:30px;
}
.overlay-menu .hamburger:before, .overlay-menu .hamburger .line, .overlay-menu .hamburger:after{
	background:#fff;
}
.overlay-menu nav .menu{
	list-style:none;
}
.overlay-menu nav .menu li{
	padding:10px 0px;
}
.overlay-menu nav .menu a{
	font-size:40px;
	padding:8px 0px;
	color:#fff;
	display:inline-block;
	text-decoration:none;
}
.overlay-menu nav .menu a:after{
	content:'';
	width:0%;
	height:3px;
	background:#000;
	display:block;
	margin-top:7px;
	transition:all .4s ease-in-out;
}
.overlay-menu nav .menu a:hover:after{
	width:100%;
	background:#fff;
}

/** Loader **/
.loader {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-family: Arial, sans-serif;
}

.loader-box {
    position: relative;
    width: 80%;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
	overflow:hidden;
	border-radius:10px;
}
.loader-box .logo-loader{
	position:absolute;
	width:200px;
	z-index:100;
	top: 56px;
}
.white-space{
	z-index:99;
	background: #ffffff;
    position: absolute;
    width: 165px;
    height: 10px;
    top: 161px;
}

.loader-text {
	z-index: 99;
    font-size: 22px;
    font-weight: 300;
    bottom: -5px;
    position: absolute;
}
.loader-box svg{
    border-radius: 4px;
	transform:rotate(-90deg);
}

/** Artwork gallery **/
.gallery-container{
	position:relative;
}
.artgallery-background{
	width:100%;
	height:100vh;
	position:absolute;
	top:0px;
	background:url('./images/iStock-2230159616_new_v2.jpg');
	background-size:cover;
	background-position:center right;
}
@media (max-width: 1023px) {
	.artgallery-background{
		height:70vh;
	}
}

/** info slider **/
.artwork-info {
  --slides-to-show: 1;
}
.artwork-info.auto-scroll{
	position:fixed;
	top:0px;
	width: calc(100% / 3);
}
@media (max-width: 1260px) {
	.artwork-info.auto-scroll{
		position:fixed;
		top:0px;
		width:40%;
	}
}
@media (max-width: 1024px) {
	.artwork-info.auto-scroll{
		position:relative;
		top:0px;
		width:100%;
	}
}
.artwork-info .info-title div.price span{
	font-size:30px;
}
.artwork-info .info-title div.price span:first-child{
	font-weight:600;
}
@media (max-width: 768px) {
	.artwork-info .info-title div.price span{
		font-size:20px;
		line-height:26px;
	}
}

.artwork-info .info-title > div{
	transform:translateX(-200px);
	opacity:0;
	transition:all .3s;
}
.artwork-info .extra-info{
	transform:translateY(200px);
	opacity:0;
	transition:all .3s;
}
.artwork-info .art-info-slide.is-active .info-title > div{
	transform:translateX(0px);
	opacity:1;
	transition:all 0.8s ease-in-out .5s;
}
.artwork-info .art-info-slide.is-active .extra-info{
	transform:translateX(0px);
	opacity:1;
	transition:all 0.8s ease-in-out .5s;
}

.artwork-info .extra-info p{
	font-size:20px;
}
@media (max-width: 1600px) {
	.artwork-info .extra-info p{
		font-size:16px;
		line-height:22px;
	}
}

@media (max-width: 1440px) {
	.artwork-info .extra-info p{
		font-size:16px;
		line-height:22px;
	}
}

.blaze-slider--fade .blaze-track {
    transform: none !important; /* voorkomt horizontaal schuiven */
}

.blaze-slider--fade .art-info-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity .5s ease; /* fade duration */
}

.blaze-slider--fade .art-info-slide.is-active {
    opacity: 1;
    position: relative;
    z-index: 2;
}
.info-title{
	background:#F5F1E8;
	padding:40px;
	box-sizing:border-box;
	min-height:380px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.info-title h2{
	font-size:90px;
	line-height:108px;
	font-weight:700;
}
@media (min-width: 2000px) {
	.info-title h2{
		font-size:90px;
		line-height:108px;
	}
}
@media (max-width: 1999px) {
	.info-title{
		min-height:250px;
	}
	.info-title h2{
		font-size:60px;
		line-height:72px;
	}
}
@media (max-width: 1600px) {
	.info-title{
		min-height:250px;
	}
	.info-title h2{
		font-size:48px;
		line-height:60px;
	}
}
@media (max-width: 1023px) {
	.info-title{
		min-height:inherit;
	}
}
@media (max-width: 768px) {
	.info-title{
		min-height:132px;
		padding:30px 20px;
	}
	.info-title h2{
		font-size:32px;
		line-height:40px;
		margin-bottom:5px;
		margin-top:0px;
	}
}
.info-title .price{
	width:100%;
}
.extra-info{
	background:#fff;
	padding:40px;
	box-sizing:border-box;
}
@media (max-width: 1023px) {
	.extra-info{
		display:none !important;
	}
}
@media (max-width: 768px) {
	.info-title .price{
		width:100%;
	}
}

/** Art slider **/
.artwork-gallery {
  --slides-to-show: 1;
}
.artwork-gallery {
    transition: height 0.3s ease;
}
.artwork-gallery .art-slide{
	position:relative;
}
.artwork-gallery .art-slide .mobile-info{
	display:none !important;
}
@media (max-width: 1023px) {
	.artwork-gallery .art-slide .mobile-info{
		display:block !important;
		padding:30px;
	}
}
.artwork-gallery .art-slide.alt{
	background:#fff;
}
.artwork-gallery .art-slide.alt img{
	opacity:0;
	transition:all .5s ease-in-out;
}
.artwork-gallery .art-slide.alt.is-active img{
	opacity:1;
}
.artwork-gallery .art-wrap{
	height:100vh;
	width:100%;
	position:relative;
}
@media (max-width: 1023px) {
	.artwork-gallery .art-wrap{
		height:70vh;
	}

}
.artwork-gallery .art-wrap.full-image{
}
.artwork-gallery .art-wrap.full-image img{
	object-fit: cover;
    height: 100%;
}
.artwork-gallery .art-wrap .art{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.artwork-gallery .art-wrap .art img{
	width:100%;
	height:100%;
	max-height:75vh;
	border:12px solid #000;
	box-shadow: -5px 5px 11px 0px rgba(0,0,0,0.43);
	-webkit-box-shadow: -5px 5px 11px 0px rgba(0,0,0,0.43);
	-moz-box-shadow: -5px 5px 11px 0px rgba(0,0,0,0.43);
}
.artwork-gallery .art-wrap .art .overlay-points{
    width:50px;
    height:50px;
    opacity:0;
    position:absolute;
    transition:all .4s ease-in-out .5s;
    border-radius:50%;
	cursor:help;
}
.artwork-gallery .art-wrap .art .overlay-points.left{
	top:80%;
	left:-20px;
}
.artwork-gallery .art-wrap .art .overlay-points.right{
	top:60px;
	right:60px;
}
.artwork-gallery .art-wrap .art .overlay-points.is-visible{
    animation: pulse 2s infinite ease-in-out 0.8s;
}

/* Water-ripple ring */
.artwork-gallery .art-wrap .art .overlay-points:after{
    content:'';
    position:absolute;
    width:38px;
    height:38px;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    border-radius:100%;
    border:2px solid rgba(255,255,255,0.8);
    animation: ripple 2.2s infinite ease-out 0.8s;
}

/* Binnenste pulsende kern */
.artwork-gallery .art-wrap .art .overlay-points:before{
    content:'';
    position:absolute;
    width:22px;
    height:22px;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    border-radius:100%;
    background:#fff;
    animation: corePulse 2s infinite ease-in-out 0.8s;
}

.artwork-gallery .art-wrap .art .overlay-points:hover, .artwork-gallery .art-wrap .art .overlay-points:hover:before, .artwork-gallery .art-wrap .art .overlay-points:hover:after{
	animation:none;
}

.artwork-gallery .art-wrap .art .overlay-points .point-info{
	position:absolute;
	max-width:0%;
	background:#fff;
	color:#000;
	top:90%;
	border-radius:0px 4px 4px 4px;
	overflow:hidden;
	left:90%;
	white-space:nowrap;
	text-align:left;
	transition:all .8s ease-in-out;
}
.artwork-gallery .art-wrap .art .overlay-points .point-info span{
	padding:8px 12px;
	display:block;
}
.artwork-gallery .art-wrap .art .overlay-points:hover .point-info{
	max-width:500px;
}
@media (max-width: 1560px) {
	.artwork-gallery .art-wrap .art .overlay-points.right{
		top:40px;
		left:40px;
		right:inherit;
	}
}
@media (max-width: 768px) {
	/* Binnenste pulsende kern */
	.artwork-gallery .art-wrap .art .overlay-points:before{
		content:'';
		position:absolute;
		width:16px;
		height:16px;
		left:50%;
		top:50%;
		transform:translate(-50%, -50%);
		border-radius:100%;
		background:#fff;
		animation: corePulse 2s infinite ease-in-out 0.8s;
	}
	.artwork-gallery .art-wrap .art .overlay-points .point-info{
		left: 50%;
		border-radius:4px 4px 4px 4px;
        transform: translateX(-30%);
        top: 105%;
	}
}

/* --- ANIMATIONS --- */

@keyframes pulse {
    0%   { transform: scale(1); opacity:0.9; }
    50%  { transform: scale(1.1); opacity:1; }
    100% { transform: scale(1); opacity:0.9; }
}

@keyframes corePulse {
    0%   { transform:translate(-50%, -50%) scale(1); }
    50%  { transform:translate(-50%, -50%) scale(1.1); }
    100% { transform:translate(-50%, -50%) scale(1); }
}

/* Water-ripple ring */
@keyframes ripple {
    0% {
        transform:translate(-50%, -50%) scale(0.8);
        opacity:0.7;
    }
    70% {
        opacity:0.2;
    }
    100% {
        transform:translate(-50%, -50%) scale(1.1);
        opacity:0;
    }
}
.artwork-gallery .art-wrap .art .overlay-points.is-visible{
	opacity:1;
}

.mosaic-area{
	background:#F2F2F2;
	width: calc(100% - 30px);
	margin:auto;
	box-sizing: border-box;
}
/* clear fix */
.mosaic-area:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width:50%;
  box-sizing: border-box;
      border: 15px solid #f2f2f2;
}

.grid-item {
  float: left;
/*   margin:30px; */
}

.grid-item img {
   display: block;
   max-width: 100%;
      object-fit: fill;
    width: 100%;
    height: 100%;
}

/*** Art overview overlay ***/

.gallery-overview{
	position:fixed;
	width:80%;
	height:100vh;
	background:#fff;
	right:0px;
	top:0px;
	transform: translateX(100%);
	transition: all .4s ease-in-out;
	z-index:81;
}
.close-overview{
	padding: 30px 30px 20px 30px;
}
.close-overview .close{
	display:flex;
	align-items:center;
}
.close-overview .close span{
	margin-left:auto;
	color:#000;
	font-size:20px;
}
.close-overview .close-icon{
	margin-left:15px;
	margin-right:0px;
}
.gallery-overview.active{
	transform: translateX(0%);
}
.gallery-overview .art-navigator{
	position: absolute;
	left:0px;
	top:150px;
	width:64px;
	color:#fff;
	font-size:24px;
	font-weight:600;
	cursor:pointer;
	background:#000;
	transform: translateX(-100%);
}
.gallery-overview .art-navigator .top-navigator{
	padding:15px 13px;
	transition:all .4s;
	border-bottom:1px solid #fff;
}
.gallery-overview .art-navigator .top-navigator .icon svg{
	fill: #fff;
    width: 27px;
    transform: rotate(-90deg);
    margin-left: 5px;
}
@media (max-width: 1023px) {
	.gallery-overview .art-navigator .top-navigator .icon svg {
		fill: #fff;
		width: 28px;
		transform: rotate(0deg);
		margin-left: 0px;
		margin-top: 5px;
		margin-right: 10px;
	}
}
.gallery-overview .art-navigator .top-navigator:hover{
	background: var(--main-gold);
}
.gallery-overview .art-navigator .bottom-navigator{
	padding:0px 0px;
}
.gallery-overview .art-navigator .slide-name{
    writing-mode:tb-rl;
    transform: rotate(0deg);
    transform-origin: top left;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    white-space:nowrap;
    width:30px;
    margin-bottom:5px;
	text-transform:uppercase;
}
.gallery-overview .art-navigator .pagination{
	display:flex;
	margin:auto;
	flex-wrap:wrap;
	justify-content: center;
	font-size:18px;
	
}
.gallery-overview .moasic-grid{
	padding: 0px 20px 20px 20px;
	height:calc(100vh - 84px);
	overflow-y:scroll;
}
@media (max-width: 768px) {
	.gallery-overview .moasic-grid{
		height:calc(80vh - 84px);
	}
}
.gallery-overview .art-navigator .pagination .top{
	border-bottom:2px solid #fff;
	padding-bottom:3px;
}

.gallery-overview .art-navigator .pagination .bottom{
	padding-top:3px;
	width:100%;
	text-align:center;
}
.gallery-overview .art-navigator .bottom-navigator button{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    border: 0px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    transition:all .4s;
    padding: 16px;
    justify-content: center;
	border-radius:0px;
}
.gallery-overview .art-navigator .bottom-navigator button img{
	margin-bottom:5px;
	max-height:50px;
border:1px solid #fff;
}
.gallery-overview .art-navigator .bottom-navigator button:hover, .gallery-overview .art-navigator .bottom-navigator button:focus{
	background: var(--main-gold);
}
.gallery-overview .overview-sizer,
.gallery-overview .overview-item {
	  width:calc(100% / 3);
  	box-sizing: border-box;
    border: 20px solid #fff;
}
@media (max-width: 768px) {
	.gallery-overview .overview-sizer,
	.gallery-overview .overview-item {
		  width:calc(100% / 2);
		box-sizing: border-box;
		border: 20px solid #fff;
	}
}

.gallery-overview .overview-item  {
  	float: left;
  	cursor:pointer;
}

.gallery-overview .overview-item  img {
    display: block;
    max-width: 100%;
    object-fit: fill;
    width: 100%;
    height: 100%;
      width: 100%;
	  height: auto;
	  display: block;
	 transition: transform .3s ease;
	  transform-origin: center top;
}
/*.gallery-overview .overview-item:hover img{*/
	/*transform: scale(0.87);*/
	/*transform: translate3d(0, 0px, 0) scale3d(.8, .8, .8);
	
}*/
/*.gallery-overview .overview-item:hover img {
    clip-path: inset(0 0 80px 0);
}*/


.gallery-overview .overview-item .bottom{
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 10px;
  opacity: 0;
  transition: opacity .3s ease;
  text-align: center;
  color:#000;
}
.gallery-overview .overview-item .bottom .title{
	font-size:30px;
	line-height:36px;
	font-weight:600;
}
.gallery-overview .overview-item .bottom .prijs{
	font-size:20px;
	line-height:26px;
}
.gallery-overview .overview-item:hover .bottom {
/*   transform: translateY(0); */
opacity: 1;
}
@media (max-width: 1023px) {
	.gallery-overview .overview-item img{
		transform:none !important;
	}
	.gallery-overview .overview-item img:hover{
		transform:scale(0.95) !important;
	}
	.gallery-overview .overview-item .bottom{
		position:relative !important;
		opacity:1 !important; 
	}
}

@media (max-width: 1024px) {
	.gallery-overview{
		position:fixed;
		width:100%;
		height:80vh;
		background:#fff;
		right:0px;
		top:inherit;
		bottom:20vh;
		transform: translateY(100vh) translateX(0);
		transition: all .4s ease-in-out;
		z-index:81;
	}
	.gallery-overview.active{
		transform: translateY(20vh);
	}
	.gallery-overview .art-navigator{
		position: absolute;
		left:50%;
		top:-30px;
		width:auto;
		color:#fff;
		font-size:24px;
		font-weight:600;
		cursor:pointer;
		background:#000;
		display:flex;
		transform: translateX(-50%) translateY(-100%);
		transition:all .4s;
	}
	.gallery-overview.active .art-navigator{
		top:0px;
	} 
	.gallery-overview .art-navigator .top-navigator{
		padding:10px 20px;
		transition:all .4s;
		border-right:1px solid #fff;
		display:flex;
		align-items: center;
		border-bottom:0px;
	}
	.gallery-overview .art-navigator .top-navigator:hover{
		background: var(--main-gold);
	}
	.gallery-overview .art-navigator .bottom-navigator{
		padding:0px 0px;
	}
	.gallery-overview .art-navigator .slide-name{
		writing-mode:inherit;
		transform: inherit;
		transform-origin: inherit;
		filter: none;
		white-space:nowrap;
		width:auto;
		margin-bottom:0px;
		text-transform:uppercase;
	}
	.gallery-overview .art-navigator .pagination{
		display:flex;
		margin:auto;
		flex-wrap:wrap;
		justify-content: center;
		font-size:20px;
		width:80px;
		margin-left:10px;
		
	}
	.gallery-overview .art-navigator .pagination .top{
		width:50%;
		border-right:1px solid #fff;
		text-align:center;
		border-bottom:0px;
		padding-bottom:0px;
	} 
	.gallery-overview .art-navigator .pagination .bottom{
		width:50%;
		text-align:center;
		border-left:1px solid transparent;
		padding-top:0px;
	} 
	.gallery-overview .art-navigator .bottom-navigator button{
		text-transform: uppercase;
		font-weight: 600;
		font-size: 12px;
		border: 0px;
		color: #fff;
		display: flex;
		flex-wrap: nowrap;
		transition:all .4s;
		padding: 12px 40px;
		min-width:115px;
		justify-content: center;
		align-items:center;
		border-radius:0px;
		display:flex;
		height:70px;
	}
	.gallery-overview .art-navigator .bottom-navigator button span{
		display:block;
	}
	.gallery-overview .art-navigator .bottom-navigator button img{
		margin-bottom:0px;
		max-height:45px;
		border:1px solid #fff;
		margin-right:15px;
	}
}