/*
 * COMMON - ROOT
 ________________________________*/


hr{
    border:0;
    border-top:1px solid var(--hr);
    width: 100%;
}



.block-editor-block-list__block {
    margin: 0;
}
body {
    background-color:#f0f0f0;
}

.interface-interface-skeleton__body {
    flex-grow: 1;
    display: flex;
    overflow: auto;
    overscroll-behavior-y: none;
    width: 100vw;
}

.dz-tag{
    display:inline-flex;
    background-color: var(--bg-primary);
    color: var(--font-primary-light);
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-top:10px;
}
/*
 * EDITOR STYLE
 ________________________________*/

.editor-styles-wrapper{
    background-color: rgba(0,0,0,0)!important;
}
.edit-post-layout .interface-interface-skeleton__content {
    background-color: rgba(0,0,0,0)!important;
}

.edit-post-visual-editor.editor-styles-wrapper{
    padding: 0;
}
.editor-styles-wrappe{
    padding:0;
}
/*
 * ROOT STYLE
 ________________________________*/


/*
 * COMMON - CONTAINER
 ________________________________*/

/*
 * COMMON - FONTS
 ________________________________*/



.dz-masonary{
    border: 2px red solid;
}

/* Begin Editor CSS To Full Width */
.block-editor-block-list__layout{
	padding-left: 0;
	padding-right: 0;
}


/*editor style*/

.wp-block{
	max-width: unset!important;
	width: 100%!important;
}

.entry-content{
	width: 100%;
    overflow: hidden;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: unset!important;
    
}

.block-editor-block-list__layout{
	width: 100%;
	/*overflow: hidden;*/
}




/*
 * SLIDE GALLERY
 ________________________________*/


#dz-slidegallery-section{
	padding: 12px 0 0 0;
	background-color: black;
	overflow: hidden;
	width: max-content!important;
}


.dz-slidegallery-container{
	
	display: flex;
	flex-direction: row;
	
	/*overflow: hidden;*/
	width: fit-content;
	height: 100%;
	padding: 0 0 12px 0;
	transition: ease 0.1s;
}
.dz-slidegallery-container-rev{
	
	display: flex;
	flex-direction: row;
	direction: rtl;
	/*overflow: hidden;*/
	width: fit-content;
	padding: 0 0 12px 0;
	transition: ease 0.1s;
}
.dz-slidegallery-item{
	height: 100%;
	padding: 0 6px;
}
.dz-slidegallery-item-edit{
    position: relative;
}
.dz-slidegallery-remove-item{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}
.dz-slidegallery-remove-item:hover{
    background-color: rgba(0,0,0,0.5);

}
.dz-slidegallery-remove-item-button{
    position: absolute;
    left: 50%;
    top: 50%;
    display: none;
}
.dz-slidegallery-remove-item:hover > .dz-slidegallery-remove-item-button{
    color:red;
    display: block;

}


.dz-slidegallery-item > img{
	height: 100%;
	object-fit: cover;
}


/*
 * MENU BLOCK
 ________________________________*/
.dz-menublock-row{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	max-width: 992px;
	margin: auto;
	color: #D8C4A1;
}
@media screen and (max-width:768px){
	.dz-menublock-row{
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}
}

.dz-menublock-col{
	margin: 0 0 80px 0;
}

@media screen and (max-width:768px){
	.dz-menublock-col{
		margin: 0 50px 80px 50px;
	}


}

.dz-menublock-maintitle{
	font-family: 'Fira Sans', sans-serif!important;
	font-weight: 100;
    letter-spacing: 2px;
    margin: 0 auto 35px 0!important;
    font-size: 110%!important;
    border-bottom: 1.5px solid #D8C4A1;
    width: fit-content;
}

.dz-menublock-subtitle{
	font-family: 'Fira Sans', sans-serif!important;
	font-weight: 100;

	margin:0 auto!important;
	font-size: 70%!important;
}

.dz-menublock-separator{
	font-family: 'Fira Sans', sans-serif!important;
    font-weight: 100;
    margin: 0 auto!important;
    letter-spacing: 0.4px;
    font-size: 30%!important;
    line-height: 7;
    font-style: italic;
}

.dz-menublock-menutitle{
	font-family: 'Fira Sans', sans-serif!important;
	font-weight: 100;

	margin:0 auto 3px auto!important;
	font-size: 70%!important;
}

.dz-menublock-ingredients{
	font-family: 'Fira Sans', sans-serif!important;
	font-weight: 100;
	color:#D8C4A1;
	margin:0 auto!important;
	font-size: 42%!important;
	line-height: 1.3!important;
}
.dz-menublock-remove-button-container{
	display: flex;
	justify-content: center;
	
}

.dz-menublock-addbutton-container{
	display: flex;
	justify-content: center;
}
.dz-menublock3-div{
	position: relative;
}
.dz-menublock2-div{
	position: relative;
}
.dz-menublock-div{
	position: relative;
}
.dz-menublock-remove-button-container:hover{
	background-color: rgba(0,0,0,0.5);
}

.dz-menublock-remove-button{
	
}

.dz-menublock-remove-button-container:hover > .dz-menublock-remove-button{
	color:red;
    
}

.dz-menublock-pagetitle-container{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: 'Fira Sans', sans-serif!important;
	font-weight: 100;
	color:#D8C4A1;
	margin-bottom: 50px;
}
.dz-menublock-pagetitle{
	letter-spacing: 4px;
    border-bottom: 1.3px solid;
    padding: 0 30px 10px;
	margin: 0px 0 10px 0px;
}

.dz-menublock-pagesubtitle{
	font-weight: 100;
	color:#D8C4A1;
}


/*
 * VIDEO TITLE
 ________________________________*/

 div#dz-videoTitle-video-container {
    height: 560px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

video#dz-videoTitle-backgroundvideo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

div#dz-videoTitle-textcontainer {
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
	transform: translateY(-50%);
	color: white;
    display: flex;
}
@media(max-width:768px){
    div#dz-videoTitle-textcontainer{
        top: 0;
        transform: translateY(0%);
        bottom: 0;
        flex-direction: column;
        justify-content: space-evenly;
    }
}
.dz-videoTitle-text{
	transition: all 0.5s ease-in-out;
}

.dz-videoTitle-text p {
    color:var(--font-primary-light);
    margin:25px 0 35px 0;
}

.dz-videoTitle-play {
    width: 100%;
    display: flex;
    justify-content: center;
	align-items: center;
	transition: all 0.5s ease-in-out;
}
.dz-videoTitle-play > svg {
    margin: 10px;
	padding: 10px;
    cursor: pointer;
    width:60px;
	
}

button.dz-videoTitle-button {
    background-color: #C1002A;
    border: unset;
    border-radius: 5px;
    padding: 15px 25px;
    min-width: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    box-shadow: #0000003D 0 12px 24px;
}

span.dz-videoTitle-header {
    font-size: 3.3rem;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
}

.dz-videoTitle-playText {
    color:var(--font-primary-light);
    font-weight: 500;
    font-size: 1.2rem;
    cursor: pointer;
}

.dz-videoTitle-playText {
    background: linear-gradient(
0deg
, rgba(193,0,42,1) 32%, rgba(43,45,65,0) 32%);
}

.dz-videoTitle-mainvideo-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
	bottom: 100%;
	transition: all 0.5s ease-in-out;
}

video#dz-videoTitle-mainvideo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dz-videoTitle-mainvideo-controllcontainer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: var(--font-primary-light);
    display: flex;
    justify-content: space-around;
}

/* Mobile */

@media (max-width:1024px) {
    .dz-videoTitle-text {
        text-align:center;
        margin-top:60px;
    }

    .dz-videoTitle-play > svg {
        height:31px;
        width:31px;
        margin-left:0;
    }
}


/*
 * FOOTERLINKS
 ________________________________*/

section#dz-footerlinks-section{
    background:var(--bg-dark-gradient);
    /*background: rgb(56,59,80);
    background: -moz-linear-gradient(90deg, rgba(56,59,80,1) 70%, rgba(110,119,140,1) 150%);
    background: -webkit-linear-gradient(90deg, rgba(56,59,80,1) 70%, rgba(110,119,140,1) 150%);
    background: linear-gradient(90deg, rgba(56,59,80,1) 70%, rgba(110,119,140,1) 150%);*/
    color: var(--font-primary-light);
}



.dz-footerlinks-list-container > ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(1px,1fr));
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
@media(max-width:992px){
    

    .dz-footerlinks-list-container > ul {
        grid-template-columns: repeat(2, minmax(1px,1fr));
        
    }

    #dz-footerlinks-title-container hr {
        display:none;
    }

    #dz-footerlinks-title-container span {
        text-align:center;
    }
}
@media(max-width:768px){
    #dz-footerlinks-section-container {
        
    }

    .dz-footerlinks-list-container > ul {
        grid-template-columns: 1fr;
        
    }

    #dz-footerlinks-title-container hr {
        display:none;
    }

    #dz-footerlinks-title-container span {
        text-align:center;
    }
}



.dz-footerlinks-list-container > ul > li {
    margin: 7px 0;
    font-size: 14px;
}
/*editor copy*/
.dz-footerlinks-list-container >*>*> ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(1px,1fr));
    list-style: none!important;
    padding: 0!important;
}

.dz-footerlinks-list-container >*>*> ul > li {
    margin: 7px 0;
}
#dz-footerlinks-title-container{
    display: inline-flex;
    width: 100%;
}
.dz-footerlinks-title{
    white-space: nowrap!important;
    font-weight: 600;
    font-size: 16px;
    margin:0 20px 0 0;
}



/*
 * FOOTERFORM
 ________________________________*/

#dz-footerform-section{
    background-color: var(--bg-primary);
    padding: 50px 0;
}
#dz-footerform-container{
    display:grid;
    grid-template-columns: 1fr 1fr;
    color:var(--font-primary-light);

}

@media(max-width:576px){
    #dz-footerform-container{
        grid-template-columns: 1fr;
    
    }
}

#dz-footerform-text {
    width:80%;
    margin-bottom:30px;
}

.dz-footerform-textcontainer{
    background: url(/wp-content/themes/flpmicrofinishing/assets/img/footer-world-map-bg.png) no-repeat top;
}

#dz-footerform-container p {
    color:var(--font-primary-light) !important;
}

#dz-footerform-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 120%;
    margin-left:10px;
}

div#dz-footerform-address>p {
    margin: 0px;
    line-height: 1.5;
}

.dz-above-contact > *{
    color:var(--font-primary-light);
}

 button.dz-footerform-button {
    background-color: #2B2D41;
    border: unset;
    border-radius: 5px;
    padding: 15px 25px;
    min-width: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--font-primary-light);
    box-shadow: #0000003D 0 12px 24px;
    margin: 35px 0;

}

div#dz-footerform-text>p {
    margin: 0;
    line-height: 1.5;
}
.dz-footerform-titlecontainer{
    display: flex;
    align-items: center;
}
#dz-footerform-morebtn {
        margin: 15px 0;
}

.dz-form{
    width: 100%;
    box-sizing: border-box;
}

.dz-form-select {
    height:42px;
    width:100%;
    border:none;
    color:#757575;
}

.dz-form-select option {
    margin:0;
    padding:0;
}

.dz-form-area{
    width: 100%;
    box-sizing: border-box;
}

/* #dz-footerform-title:before{
    content:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-map-pin"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"/><circle cx="12" cy="10" r="3"/></svg>');
    

} */

/*
 * CONTACT FORM 
 ________________________________*/

.dz-form, .dz-form-area {
    min-height: 42px;
    border-radius: 4px;
    outline: none;
    border: none;
    padding: 0 15px;
    margin-bottom: 10px;
    box-shadow: var(--default-shadow);
    font-family:'Ubuntu',sans-serif;
    font-size: 14px !important;
 }

 .dz-form-area {
     padding-top:10px;
 }

 .dz-footerform-formcontainer .wpcf7 input[type="submit"] {
    width:100%;
    justify-content: center;
}

.wpcf7-not-valid-tip {
    background-color: #E8C550;
    padding: 5px 15px;
    color: var(--font-primary-light);
    border-radius: 4px;
    font-size: 0.9rem;
    border:2px solid #E8C550;
    box-shadow: var(--default-shadow);
    position: relative;
    padding-left: 45px;
}

span.wpcf7-not-valid-tip:before {
    content: '!';
    font-weight: 800;
    color:var(--font-primary-light);
    background-color: #E8C550;
    padding: 5px 15px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px 0 0 4px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
    background-color:var(--bg-secondary);
    color:#fff;
    box-shadow: var(--default-shadow);
    padding:15px;
    margin:0;
    border-radius:4px;
    border:none;
}



/*
 * FOOTEREND
 ________________________________*/

 #dz-footerend-section{
    background-color: var(--bg-secondary);
    padding: 10px 0;
}

 div#dz-footerend-container p {
    color: var(--font-primary-light);
    font-size: 80%;
}
div#dz-footerend-container a {
    color: var(--font-primary-light);
    
}


/*
 * MAILBOX
 ________________________________*/
 
 section#dz-mailbox-section {
     background:var(--bg-dark-gradient);
    /*background: rgb(62,62,86);
    background: -moz-linear-gradient(90deg, rgba(62,62,86,1) 0%, rgba(43,45,65,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(62,62,86,1) 0%, rgba(43,45,65,1) 100%);
    background: linear-gradient(90deg, rgba(62,62,86,1) 0%, rgba(43,45,65,1) 100%);*/
    color: var(--font-primary-light);
    padding: 30px 0;
}

.dz-mailbox-textcontainer > * > * > p > strong {
    background: linear-gradient(0deg, rgba(193,0,42,1) 32%, rgba(43,45,65,0) 32%);
}
.dz-mailbox-textcontainer > * > * > p  {
    margin:0;
    line-height: 16px;
    color:var(--font-primary-light);
    font-size: 1.25rem;
}
.dz-mailbox-textcontainer > * > * > p > sup  {
    color: var(--bg-gray);
    font-size: 70%;
}

.dz-mailbox-textcontainer {
    text-align: right;
}
.dz-mailbox-mailcontainer {
    display: flex;
}

.dz-mailbox-textcontainer  .wp-block-columns {
    align-items: center;
    margin-bottom: 0;
}

.dz-mailbox-textcontainer a {
    color:var(--font-primary-light);
    text-decoration:none;
    font-weight:500;
}

.dz-mailbox-button {
    background-color: #C1002A;
    border: unset;
    border-radius: 0 5px 5px 0;
    padding: 15px 25px;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--font-primary-light);
    box-shadow: #0000003D 0 12px 24px;
}

.dz-mailbox-input {
    border: unset;
    border-radius: 5px 0 0 5px;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
}

/* Mobile */ 

@media (max-width:1024px) {
    #dz-mailbox-section {
        display:flex;
        justify-content: center;
    }

    .dz-mailbox-textcontainer .wp-block-columns {
        display:flex;
        flex-direction: column;
        text-align: center;
    }

    .dz-mailbox-textcontainer > * > * > p {
        margin-bottom:15px;
    }
}


/*
 * QUALITYLABEL
 ________________________________*/

 section#dz-qualitylabel-section {
     background:var(--bg-dark-gradient);
    /*background: rgb(62,62,86);
    background: -moz-linear-gradient(90deg, rgba(62,62,86,1) 0%, rgba(43,45,65,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(62,62,86,1) 0%, rgba(43,45,65,1) 100%);
    background: linear-gradient(90deg, rgba(62,62,86,1) 0%, rgba(43,45,65,1) 100%);*/
    color: var(--font-primary-light);
    padding: 100px 0;
}
span.dz-qualitylabel-title {
    color: var(--font-primary-light);
}
div#dz-qualitylabel-text > div > div > ul {
    list-style: none;
    padding-left: 1em;
}
div#dz-qualitylabel-text > ul {
    list-style: none;
    padding-left: 1em;
}
div#dz-qualitylabel-text > div > div > ul >li{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
div#dz-qualitylabel-text > ul >li{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color:#fff;
    font-weight: 500;
}
div#dz-qualitylabel-text > div > div > ul ::before{
    content: '';
    display: inline-block;
    height: 1em;
    width: 1em;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%233DE6CC" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"/></svg>');

    background-size: contain;
    background-repeat: no-repeat;
    margin-right:0.5em;  
}

div#dz-qualitylabel-text  > ul ::before{
    content: '';
    display: inline-block;
    height: 1em;
    width: 1em;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%233DE6CC" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right:0.5em;  
}
div#dz-qualitylabel-container {
    display: flex;
    align-items: center;

}
div#dz-qualitylabel-text {
    flex: 2;
}
@media(max-width:768px){
    div#dz-qualitylabel-container {
        display: flex;
        flex-direction: column;
    }
    div#dz-qualitylabel-text {
        margin-bottom: 40px;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
}

div#dz-qualitylabel-image {
    flex: 1;
}

div#dz-qualitylabel-image > img {
    object-fit: contain;
    width: 100%;
}


/*
 * IMAGEEXCERPT
 ________________________________*/

section#dz-imageexcerpt-section {
    /*height: 30vw;*/
    /*max-height: calc(1980px*0.3);*/
    margin: 120px 0;
}

 p.dz-imageexcerpt-excerpt {
    margin-bottom:45px;
} 

.dz-container-xl {
    max-width: 1980px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 100%;
    position: relative;
    height: 30vw;
    max-height: calc(1980px*0.3);
    margin: auto;
}


.dz-imageexcerptltr-image {
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
    height: 100%;
}

.dz-imageexcerptrtl-image {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
    height: 100%;
}
@media(max-width:768px){
    .dz-container-xl {
        grid-template-columns: 1fr;
        
    }
    .dz-imageexcerptltr-image {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);

        height: 100%;
    }
    .dz-imageexcerptrtl-image {
        clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);

        height: 100%;
    }
}
.dz-imageexcerptltr-image > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.dz-imageexcerptrtl-image > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.dz-container.dz-imageexcerpt-textcontainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
@media(max-width:768px){
    .dz-container.dz-imageexcerpt-textcontainer {
        position: relative;
        
        grid-template-columns: 1fr;
    }
}
.dz-imageexcerptltr-content {
    margin: auto 0 auto 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.dz-imageexcerptrtl-content {
    margin: auto 50px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    align-items: flex-start;
}
@media(max-width:768px){
    .dz-imageexcerptltr-content {
        margin:auto 20px auto 20px;
    }
    .dz-imageexcerptrtl-content {
        margin:auto 20px auto 20px
    }
}
.dz-imageexcerptltr-content > h2 {
    margin-top: 0;
}

.dz-imageexcerptrtl-content > h2 {
    margin-top: 0;
}
 /* .dz-container-xl {
    display:grid;
    grid-template-columns: 50% 50%;
    max-width:1920px;
    margin:0 auto;
    position: relative;
}

.col-2 {
    display:grid;
    grid-template-columns: 55% 45%;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}

.dz-image-left {
    overflow:hidden;
    position: relative;
}

.dz-image-left:after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    z-index: 3;
    display: block;
    background-image: url(https://svgshare.com/i/TJ1.svg);
    background-repeat: no-repeat;
    background-size: 200px 100%;
    height: 100%;
    width: 200px;
} */

/*
 * FULLWIDTHIMAGECONTAINER
 ________________________________*/

section#dz-fullwidthimagecontainer-section {
    height: 300px;
    position: relative;
    display: flex;
}
section#dz-fullwidthimagecontainer-section > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
div#dz-fullwidthimagecontainer-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}











/*
 * PRODUCTSLIDER
 ________________________________*/
section#dz-productgallery-section{
    position: relative;
    margin: 60px 0;
}

#dz-productgallery-nextbtn.disabled{
    opacity: 0.2;
}

#dz-productgallery-prevbtn.disabled{
    opacity: 0.2;
}

.dz-productgallery-container > a{
    text-decoration: none;
    color:var(--font-primary-dark)
}
.dz-productgallery-container {
    display: flex;
    overflow-x: scroll;
    padding-left: max(20px,calc((100% - 1340px)/2));
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    scroll-snap-type: x mandatory;
    scroll-padding-left: max(20px,calc((100% - 1200px)/2));
    scroll-padding-right: 20px;
    /* height: 400px; */
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.dz-productgallery-container::-webkit-scrollbar {
    display: none;
}

.dz-productgallery-item {
    width: 300px;
    height: 480px;
    /* margin-right: 20px; */
    margin-right: 25px;
    scroll-snap-align: start;
    flex-shrink: 0;
    /* scroll-snap-type: x mandatory; */
    -webkit-overflow-scrolling: touch;
    display: flex;
    box-shadow: var(--default-shadow);
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
}

.dz-pagegallery-item{
    width: 300px;
    height: 460px;
    /* margin-right: 20px; */
    margin-right: 25px;
    scroll-snap-align: start;
    flex-shrink: 0;
    /* scroll-snap-type: x mandatory; */
    -webkit-overflow-scrolling: touch;
    display: flex;
    box-shadow: var(--default-shadow);
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
}

.dz-productgallery-item-image {
    height: 300px;
    width: 100%;
    position: relative;
    flex-shrink: 0;

}

.dz-productgallery-item-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dz-productgallery-item > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dz-productgallery-item-content {
    padding: 20px;
    height: 100%;
    background-color:#f0f0f0;
}

p.dz-productgallery-item-title {
    margin: 0!important;
    font-weight: bold;
    margin-top: 7px!important;
    font-size: 21px !important;
    padding-top:10px;
    padding-bottom:10px;

    line-height: 2rem;
}

.dz-productgallery-item-text > p {
    margin: 0!important;
    font-size: 14px;
    line-height: 18px;
}
.dz-productgallery-item-text {
    margin: 0!important;
    color: #98989f;
    font-size: 80%!important;
    font-weight: 400;
}

.dz-productgallery-item-text a {
    color: var(--font-primary-dark);
    text-decoration: none;
    font-weight: 500;
    margin-left: 2px;
}

.dz-productgallery-item-text a:hover {
    color:var(--bg-primary);
}

button.dz-productgallery-addimagebtn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


h3.dz-productgallery-header {
    font-size: 170%;
}
.dz-productgallery-header-text {
    max-width: 50%;
}

/* Mobile */

@media (max-width:1024px) {
.dz-productgallery-header-text {
    max-width: 100%;
}
}



/*
 * REFERENCEGALLERY
 ________________________________*/

 section#dz-referencegallery-section {
    margin: 160px 0;
    position: relative;
    /* overflow: hidden; */
}

.dz-referencegallery-outercontainer {
    display: flex;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

div.dz-referencegallery-container {
    display: flex;
    /* overflow-x: scroll; */
    width: 1200px;
    margin: auto;
    overflow: visible;
    justify-content: center;
}

.dz-referencegallery-item {
    width: 200px;
    height: 85px;
    /* padding-right: 50px; */
    margin-right: 50px;
    position: relative;
    flex-shrink: 0;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.dz-referencegallery-item:hover {
    opacity: 0.9;
    transition: opacity 0.3s;
}

.dz-referencegallery-item:last-child{
    margin-right: 0;
}

.dz-referencegallery-item >img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity 0.4s ease-in-out;
    opacity: 0.7;
}

.dz-referencegallery-item >img:hover {
    opacity: 0.85;
    transition: opacity 0.4s ease-in-out;
}


button.dz-productgallery-addimagebtn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.dz-referencegallery-textcontainer {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /* padding-bottom: 20px; */
}
.dz-referencegallery-textcontainer > * {
    margin: 0;
}
.dz-referencegallery-textcontainer > a {
    width: 24px;
    height: 24px;
    color: var(--bg-primary);
    margin-left: 10px;
}
hr.dz-referencegallery-hr {
    width: 140px;
    border-top-width: 1px;
    border-top: 1px solid var(--font-primary-dark);
    margin-bottom: 30px;
}



#dz-referencegallery-prevbtn svg, #dz-referencegallery-nextbtn svg {
    opacity: 0.2;
}

#dz-referencegallery-prevbtn:hover, #dz-referencegallery-nextbtn:hover {
    cursor: pointer;
}

#dz-referencegallery-prevbtn:focus, #dz-referencegallery-nextbtn:focus {
    outline: none;
}



/* Mobile */ 

@media (max-width:1024px) {
    section#dz-referencegallery-section {
        margin: 0;
        margin-top: 100px;
    }
    
}






/*
 * TIMELINE
 ________________________________*/

 .dz-timeline-wrap {
    width: 80%;
    padding: 0px 0;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
 }
 
 .dz-timeline-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background: #CCD1D9;
    z-index: 1
 }

.dz-timeline-block {
    width: -webkit-calc(50% + 8px);
    width: -moz-calc(50% + 8px);
    width: calc(50% + 8px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    clear: both;
 }
 
 .dz-timeline-block-right {
    float: right;
 }


 
 .dz-timeline-block-left {
    float: left;
    text-align: right;
    padding-right:15px;
    display: flex;
    flex-direction: row-reverse;
 }




 .dz-timeline-year {
     display:inline-flex;
     font-size: 0.8rem;
     background-color:var(--bg-primary);
     color:#fff;
     padding:3px 5px;
     border-radius: 2px;
 }
 
 .dz-timeline-marker {
    width: 17px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #F5F7FA;
    background: var(--bg-primary);
    margin-top: 10px;
    z-index: 25;
 }
 
 .dz-timeline-content {
    width: 95%;
    padding: 0 15px;
    color: #666
 }
 
 .dz-timeline-content h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 500
 }
 

 
 .dz-timeline-content p {
    font-size: 14px;
    line-height: 1.5em;
    word-spacing: 1px;
    color: #888;
 }
 
 
 @media screen and (max-width: 768px) {
    .dz-timeline-wrap:before {
       left: 8px;
       width: 2px;
    }
    .dz-timeline-block {
       width: 100%;
       margin-bottom: 30px;
    }
    .dz-timeline-block-right {
       float: none;
    }
 
    .dz-timeline-block-left {
       float: none;
       direction: ltr;
    }
 }

/*
 * AUTHORBLOCK
 ________________________________*/

 #dz-authorblock-section {
     display:flex;
     justify-content: center;
 }

 #dz-authorblock-container {
    box-shadow: var(--default-shadow);
    border-radius: 8px;
    display:flex;
    justify-content: center;
}

 .dz-authorblock-content.dz-row {
    border-radius: 8px;
    
    justify-content: space-evenly;
    background-color: white;
    overflow: hidden;
}
.dz-authorblock-imagecontainer {
    width: 250px;
    height: 250px;
    flex-shrink: 0;
}
.dz-authorblock-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

p.dz-authorblock-contact {
    margin-bottom: 0!important;
    margin-top: 10px!important;
}

 .dz-authorblock-textcontainer.dz-col {
     color:var(--font-primary-p) !important;
     padding: 30px 100px;
    box-sizing: border-box;
    max-width: 800px;
    justify-content: space-evenly;
}



.dz-authorblock-title {
    font-size: 1.3rem;
    font-weight: 500;
    font-style: italic;
}

@media screen and (max-width:768px) {
    .dz-authorblock-content.dz-row {
        flex-wrap: wrap;
    }

    .dz-authorblock-textcontainer.dz-col {
        padding:30px;
    }

    .dz-authorblock-imagecontainer {
        padding-top:30px;
    }
}