:root {
	--inz-primary: #000000;
}

/* GENERAL */

.wp-admin .interface-interface-skeleton__editor {
	max-width: 100%;
}

.wp-admin .interface-interface-skeleton__content article a {
    pointer-events: none;
    text-decoration: none;
}

.wp-admin .block-editor-block-list__layout.is-root-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.wp-admin [data-block].is-selected {
    border: 1px dashed #a8a6a6;
}

.wp-admin [data-block].has-child-selected {
    border: 1px dashed #c0c0c0;
}

.wp-admin .block-editor-block-list__layout {
    font-family: 'Open Sans';
}

img,
iframe,
video {
	vertical-align: bottom;
}

h2 {
    font-size: 1.8rem;
    font-weight: 300;
}

/* MARGIN TOP */

.m-t-5 {margin-top: 5px;}
.m-t-10 {margin-top: 10px;}
.m-t-15 {margin-top: 15px;}
.m-t-20 {margin-top: 20px;}
.m-t-25 {margin-top: 25px;}
.m-t-30 {margin-top: 30px;}
.m-t-35 {margin-top: 35px;}
.m-t-40 {margin-top: 40px;}
.m-t-45 {margin-top: 45px;}
.m-t-50 {margin-top: 50px;}
.m-t-55 {margin-top: 55px;}
.m-t-60 {margin-top: 60px;}
.m-t-65 {margin-top: 65px;}
.m-t-70 {margin-top: 70px;}
.m-t-75 {margin-top: 75px;}
.m-t-80 {margin-top: 80px;}
.m-t-85 {margin-top: 85px;}
.m-t-90 {margin-top: 90px;}
.m-t-95 {margin-top: 95px;}
.m-t-100 {margin-top: 100px;}

/* MARGIN BOTTOM */

.m-b-0 {margin-bottom: 0px !important;}
.m-b-5 {margin-bottom: 5px;}
.m-b-10 {margin-bottom: 10px;}
.m-b-15 {margin-bottom: 15px;}
.m-b-20 {margin-bottom: 20px;}
.m-b-25 {margin-bottom: 25px;}
.m-b-30 {margin-bottom: 30px;}
.m-b-35 {margin-bottom: 35px;}
.m-b-40 {margin-bottom: 40px;}
.m-b-45 {margin-bottom: 45px;}
.m-b-50 {margin-bottom: 50px;}
.m-b-55 {margin-bottom: 55px;}
.m-b-60 {margin-bottom: 60px;}
.m-b-65 {margin-bottom: 65px;}
.m-b-70 {margin-bottom: 70px;}
.m-b-75 {margin-bottom: 75px;}
.m-b-80 {margin-bottom: 80px;}
.m-b-85 {margin-bottom: 85px;}
.m-b-90 {margin-bottom: 90px;}
.m-b-95 {margin-bottom: 95px;}
.m-b-100 {margin-bottom: 100px;}

/* PADDING TOP */

.p-30 {padding: 30px!important;}
.p-t-5 {padding-top: 5px;}
.p-t-10 {padding-top: 10px;}
.p-t-15 {padding-top: 15px;}
.p-t-20 {padding-top: 20px;}
.p-t-25 {padding-top: 25px;}
.p-t-30 {padding-top: 30px;}
.p-t-35 {padding-top: 35px;}
.p-t-40 {padding-top: 40px;}
.p-t-45 {padding-top: 45px;}
.p-t-50 {padding-top: 50px;}
.p-t-55 {padding-top: 55px;}
.p-t-60 {padding-top: 60px;}
.p-t-65 {padding-top: 65px;}
.p-t-70 {padding-top: 70px;}
.p-t-75 {padding-top: 75px;}
.p-t-80 {padding-top: 80px;}
.p-t-85 {padding-top: 85px;}
.p-t-90 {padding-top: 90px;}
.p-t-95 {padding-top: 95px;}
.p-t-100 {padding-top: 100px;}

/* PADDING BOTTOM */

.p-b-5 {padding-bottom: 5px;}
.p-b-10 {padding-bottom: 10px;}
.p-b-15 {padding-bottom: 15px;}
.p-b-20 {padding-bottom: 20px;}
.p-b-25 {padding-bottom: 25px;}
.p-b-30 {padding-bottom: 30px;}
.p-b-35 {padding-bottom: 35px;}
.p-b-40 {padding-bottom: 40px;}
.p-b-45 {padding-bottom: 45px;}
.p-b-50 {padding-bottom: 50px;}
.p-b-55 {padding-bottom: 55px;}
.p-b-60 {padding-bottom: 60px;}
.p-b-65 {padding-bottom: 65px;}
.p-b-70 {padding-bottom: 70px;}
.p-b-75 {padding-bottom: 75px;}
.p-b-80 {padding-bottom: 80px;}
.p-b-85 {padding-bottom: 85px;}
.p-b-90 {padding-bottom: 90px;}
.p-b-95 {padding-bottom: 95px;}
.p-b-100 {padding-bottom: 100px;}

/* BANNERS */

div.inz-banner {
    border-radius: 15px;
    overflow: hidden;
}

div.inz-banner img {
    width: 100%;
}

div.inz-banner h2 {
    padding: 15px 10px;
    margin: 0;
    background-color: var(--inz-primary);
    color: var(--white);
    font-size: inherit;
    text-align: center;
}

div.inz-banner h2 .fa {
    margin-right: 5px;
}

/* HOME TITLE */

.full-height {
    height: 100vh;
}

.full-height > span {
    mix-blend-mode: multiply;
}
 
.full-height .wp-block-cover__inner-container {
     margin-top: -150px;
}

h1.home-title {
    max-width: 390px;
    margin: 0 auto 70px;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    h1.home-title {
        font-size: 50px;
    }
}

/* PRODUCTS */

.prod-inner {
    border-radius: 15px;
    text-align: center;
    overflow: hidden;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 5%);
}

.prod-inner.style-1 {
    padding-bottom: 20px;
    box-shadow: none;
}

.prod-inner.style-2 {
    text-align: left;
}

.prod-inner img {
    width: 100%;
}

.prod-inner.style-1 img {
    border-radius: 15px;
}

.prod-inner p.img-text {
    margin: 10px 0 5px;
    font-size: 11px;
}

.prod-inner p.img-text,
.prod-inner p.img-text a {
    color: #7e7e7e;
}

.prod-inner p.img-text a {
    text-decoration: underline;
}

.prod-inner__infos {
    min-height: 90px;
    padding: 15px 20px 15px;
    background-color: #fff;
}

.prod-inner__infos .btn-action {
    padding: 10px;
    margin-top: 20px;
    font-size: 14px;
}

.prod-inner__infos span.block-redeem {
    background-color: #c0c0c0;
}

.style-1 .prod-inner__infos {
    width: 85%;
    margin: -25px auto 0;
    border-radius: 15px;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 5%);
}

.prod-inner__infos h2,
.style-2 .prod-inner__cat {
    margin: 0;
    color: #87868a;
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
}

.prod-inner__cat,
.style-2 .prod-inner__infos h2 {
    margin-bottom: 5px;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

.style-2 .prod-inner__infos h2 {
    color: inherit;
    font-size: 1.4em;
}

.btn-download {
    width: 100%;
    padding: 10px 0;
    margin: 0 5px 10px 0;
    display: block;
    border-bottom: 1px solid #efefef;
}

.btn-download:last-of-type {
	border: none;
}

.btn-download .fa {
	margin-right: 10px;
}

.btn-image {
    max-width: 60%;
    padding: 5px 10px;
    margin: 10px auto 0;
    border-radius: 5px;
    border: 1px solid #f3f3f3;
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

/* SLIDESHOW */

.slide-container {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

body:not(.archive) #post-list:not(.list-full) .post-item {
    max-width: 550px;
    padding: 0 50px 20px;
    margin: 0 auto;
}

.slide-container .post-item {
    display: none;
}

.wp-admin .slide-container .post-item {
    display: block;
}

.post-list-slider .post-item {
    padding: 0 40px;
}

/* Arrows */

[class^="nav-prev"],
[class^="nav-next"] {
	width: 35px;
	height: 35px;
	display: inline-block !important;
	background-size: 16px !important;
	cursor: pointer;
	text-align: center;
	position: absolute !important;
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	z-index: 1;
	border: 1px solid;
	border-radius: 30px;
}

[class^="nav-prev"] {
	background: url(../../assets/images/nav-left.png) center no-repeat;
	left: 0;
}

[class^="nav-next"] {
	background: url(../../assets/images/nav-right.png) center no-repeat;
	right: 0;
}

.slick-arrow[aria-disabled=true] {
    opacity: 0.3;
}

/* GALLERY SLIDER */

.gallery-slider {
    padding: 0 50px;
}

.image-inner {
    border: 1px solid #f3f3f3;
    box-shadow: none;
    overflow-y: hidden;
    border-radius: 15px;
}

@media (min-width: 576px) {
    .gallery-slider .slick-list {
        margin: 0 -15px;
    }
    .gallery-slider .item {
        padding: 0 15px;
    }
}

/* VIDEOS */

.video-item {
	max-width: 700px;
}

.video-item a:before {
	content: "";
	height: 100%;
	background: url(../../assets/images/video.png) center no-repeat rgb(0 0 0 / 0.3);
	background-size: 50px;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	z-index: 1;
}

.video-item:hover a:before {
	background: url(../../assets/images/video.png) center no-repeat rgb(0 0 0 / 0.5);
	background-size: 50px;
}

.video-item__thumb {
	border-radius: 10px;
	overflow: hidden;
}

.video-item__thumb img {
	width: 100%;
}

/* BLOCK TABS */

.tab-title {
    padding: 10px;
    background-color: #f0f0f0;
}

/* BLOCK COLUMNS */

.wp-block-column h3 {
    font-weight: 700;
    font-size: 1.2em;
}

.wp-block-column ul {
    padding-left: 15px;
}

.wp-block-column > p:last-of-type,
.wp-block-column ul {
    margin-bottom: 30px;
}

.wp-block-image img {
    height: auto;
}

@media (max-width: 575px) {
    .wp-block-column h3 {
        font-size: 16px;
    }
}