/*
Theme Name: CMON 2023
Author: Design by Ivan De Rossi code by Marco Romano 
Description: Made with love by the authors for CMON
Requires at least: 6.1
Requires PHP: 8
Text Domain: CMON
*/
@import "css/bootstrap.css";

/* Color schema */
.color-primary {
    color: var(--bs-primary)
}

.color-secondary {
    color: var(--bs-secondary)
}

.color-black {
    color: var(--bs-black)
}

.color-white {
    color: var(--bs-white)
}

.color-neutral-50 {
    color: var(--bs-neutral-50)
}

.color-red {
    color: red;
}

.color-green {
    color: green;
}

.color-neutral-100 {
    color: var(--bs-neutral-100)
}

.color-neutral-200 {
    color: var(--bs-neutral-200)
}

.color-neutral-300 {
    color: var(--bs-neutral-300)
}

.color-neutral-400 {
    color: var(--bs-neutral-400)
}

.color-violet-50 {
    color: var(--bs-violet-50)
}

.color-violet-100 {
    color: var(--bs-violet-100)
}

.color-violet-200 {
    color: var(--bs-violet-200)
}

.color-violet-300 {
    color: var(--bs-violet-300)
}

.color-violet-400 {
    color: var(--bs-violet-400)
}

.color-violet-500 {
    color: var(--bs-violet-500)
}

.color-violet-600 {
    color: var(--bs-violet-600)
}

.color-violet-700 {
    color: var(--bs-violet-700)
}

.color-violet-800 {
    color: var(--bs-violet-800)
}

.color-violet-900 {
    color: var(--bs-violet-900)
}

.color-yellow-50 {
    color: var(--bs-yellow-50)
}

.color-yellow-100 {
    color: var(--bs-yellow-100)
}

.color-yellow-200 {
    color: var(--bs-yellow-200)
}

.color-yellow-300 {
    color: var(--bs-yellow-300)
}

.color-yellow-400 {
    color: var(--bs-yellow-400)
}

.color-yellow-500 {
    color: var(--bs-yellow-500)
}

.color-yellow-600 {
    color: var(--bs-yellow-600)
}

.color-yellow-700 {
    color: var(--bs-yellow-700)
}

.color-yellow-800 {
    color: var(--bs-yellow-800)
}

.color-yellow-900 {
    color: var(--bs-yellow-900)
}

.bk-primary {
    background-color: var(--bs-primary);
}

.bk-secondary {
    background-color: var(--bs-secondary);
}

.bk-neutral-400 {
    background-color: var(--bs-neutral-400);
}

.bk-violet-500 {
    background-color: var(--bs-violet-500);
}

.bk-violet-700 {
    background-color: var(--bs-violet-700);
}

.bk-violet-800 {
    background-color: var(--bs-violet-800);
}

.bk-yellow-50 {
    background-color: var(--bs-yellow-50)
}

.bk-media {
    background-image: url('https://dev.cmon.com/wp-content/uploads/2023/05/bk-media.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.bk-bianco {
    background-image: url('https://dev.cmon.com/wp-content/uploads/2023/07/sfondo-bianco.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.error {
    color: red;
    text-align: center;
}

.border-purple {
    border-color: #694D94
}

/* General setup */


.container-2k {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1920px) {
    .col-2k {
        flex: 1 0 0%;
    }

    .row-cols-2k-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-2k-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-2k-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-2k-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-2k-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-2k-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-2k-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-2k-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-2k-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-2k-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-2k-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-2k-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-2k-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-2k-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-2k-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-2k-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-2k-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-2k-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-2k-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-2k-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width:789px) {
    .w-md-25 {
        width: 25% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-80 {
        width: 80% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .w-md-auto {
        width: auto !important;
    }
}

iframe {
    aspect-ratio: 16/9;
}

iframe[src*="youtube.com"] {
    width: 100%;
    height: auto;
}

.hide {
    display: none;
}

.show {
    display: block;
}

/* width */
::-webkit-scrollbar {
    /* width: 8px;
    height: 8px; */
}

/* Track */
::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px #ffffff;
    border-radius: 10px; */
}

/* Handle */
::-webkit-scrollbar-thumb {
    /* background: #694D94;
    border-radius: 10px; */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    /* background: #301756; */
}


/* NAV */
.navbar {
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(37, 37, 37, 0.16);
}

.navbar .nav-link {
    border-radius: 8px;
}

.navbar .nav-link:hover {
    border-radius: 8px;
    background: var(--violet-violet-50, #ECE9F2);
}

.navbar-toggler {
    padding: 8px;
    font-size: 20px;
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: none;
    border-radius: 0;
    transition: var(--bs-navbar-toggler-transition);
    -webkit-transition: var(--bs-navbar-toggler-transition);
}

@media (max-width:768px) {
    .navbar-collapse.collapse.show {
        height: 100vh;
    }

    /* .navbar-collapse.collapsing{
        height: 100vh;
    }
    .collapsing {
        height: 0;
        overflow: hidden;
        transition: height 2.35s ease;
    } */
    .navbar-nav {
        margin-top: 2rem;
    }

    .navbar-nav {
        text-align: center;
    }

    .navbar-nav .nav-item {
        margin: 0.25rem auto;
    }

    .footerNavMob {
        /* position: absolute; */
        bottom: 9vh;
        text-align: center;
        width: 100%;
        justify-content: center;
        border-top: 1px solid #ECE9F2;
        padding: 1rem;
    }
}

/* Slideshow */
.splide__arrow svg {
    fill: #000;
    height: 0.6em;
    width: 0.6em;
}

.splide__arrow {
    background: #FFFFFF;
    padding: 8px;
    box-shadow: 0px 4px 8px rgba(68, 33, 121, 0.64);
    opacity: 1;
}

.splide__pagination {
    display: none;
}

.splide__pagination__page {
    background: #fff;
    background: var(--base-white, #FFF);
    box-shadow: 0px 2.6666667461395264px 5.333333492279053px 0px rgba(68, 33, 121, 0.64);
}

.splide__pagination__page.is-active {
    background: var(--base-yellow-500, #FFC20E);
    box-shadow: 0px 2.6666667461395264px 5.333333492279053px 0px rgba(181, 138, 10, 0.70);
    transform: scale(1);
    -webkit-transform: scale(1);
    z-index: 1;
}

.splide__arrow--prev {
    left: -1em;
}

.splide__arrow--next {
    right: -1em;
}

.splide__track.overflow-hidden {
    overflow: visible !important;
    overflow-x: clip !important;
}

.splide__list {
    height: auto !important;
}

@media (max-width:768px) {
    .splide__arrow--prev {
        left: -0.75em;
    }

    .splide__arrow--next {
        right: -0.75em;
    }
}

/* card */
.card {
    height: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.card:hover {
    filter: drop-shadow(0px 8px 16px rgba(68, 33, 121, 0.32));
    -webkit-filter: drop-shadow(0px 8px 16px rgba(68, 33, 121, 0.32));
}

.card .boxImg {
    /* height: 220px; */
    overflow: hidden;
    aspect-ratio: 64 / 43;
    position: relative;
}

/*.page-template-template-kickstarter .card .boxImg{
	 aspect-ratio: 28/25;
}*/
.card img {
    border-radius: 8px 8px 0 0;
}

.card .badge {
    position: absolute;
    bottom: 15px;
    left: 0.75rem;
    font-weight: 600;
    border-radius: 8px;
    box-shadow: 0px 4px 8px 0px rgba(37, 37, 37, 0.32);
}

.card a {
    text-decoration: none;
    cursor: pointer;
}

.card h3 {
    color: var(--bs-neutral-400);
    font-weight: 500;
    line-height: 120%;
}

.card p {
    color: var(--bs-neutral-100);
    margin-bottom: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
}

/* headers */
.headerProduct {
    width: 100%;
}

.boxInfo {
    background: -webkit-linear-gradient(180deg, rgba(16, 8, 28, 0.1) 0%, rgba(16, 8, 28, 0) 100%);
    background: linear-gradient(180deg, rgba(16, 8, 28, 0.1) 0%, rgba(16, 8, 28, 0) 100%);
    backdrop-filter: blur(80px);
    -webkit-backdrop-filter: blur(80px);
    border-radius: 16px;
}

.boxInfo .text-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
}

.fixH {
    height: 320px;
    overflow: hidden;
}

.btnBox .btn {
    width: 45%;
    margin: 0 0.5rem;
}

.boxDetails p {
    line-height: 1.4;
}

.boxDetails .small {
    font-size: 12px;
    font-weight: 600;
}

.imgBoxProd {
    height: 380px;
    clip-path: polygon(0 0, 101% 0, 100% 100%, 0 85%);
    width: 100%;
    position: absolute;
}

.headerProductBox {
    transform: translateY(185px);
    -webkit-transform: translateY(185)px;
}

.imgBoxProd img {
    width: 100%
}

.headerProduct .boxDetails p {
    line-height: 1.4;
}

.headerProduct .boxDetails .small {
    font-size: 12px;
    font-weight: 600;
}

.headerProduct .imgBox img {
    width: 100%
}

.bk-gradient-navP {
    background: rgba(29, 14, 51, 0.7);
    backdrop-filter: blur(80px);
    -webkit-backdrop-filter: blur(80px);
    border-radius: 60px;
    align-items: center;
    padding: 8px 12px;
}

.bk-gradient-navP a {
    font-weight: 700;
}

@media (max-width:768px) {
    .imgBoxProd {
        height: auto;
        clip-path: none;
        width: 100%;
        position: relative;
    }

    .headerProductBox {
        transform: none;
        -webkit-transform: none;
    }

    .boxInfo {
        background: linear-gradient(180deg, rgb(52 30 32) 0%, rgb(15 9 28) 100%);
        background: -webkit-linear-gradient(180deg, rgb(52 30 32) 0%, rgb(15 9 28) 100%);
        backdrop-filter: blur(80px);
        -webkit-backdrop-filter: blur(80px);
        border-radius: 0;
    }

    .bk-gradient-navP {
        background: rgba(29, 14, 51, 0.7);
        backdrop-filter: blur(80px);
        -webkit-backdrop-filter: blur(80px);
        border-radius: 60px;
        align-items: center;
        padding: 0px 10px;
    }

    .bk-gradient-navP .btn-link {
        padding: 0.1rem;
        font-size: 12px;
    }

    .btnBox .btn {
        width: 100%;
        margin: 0.5rem 0;
    }

    .fixH {
        height: 470px;
    }

    .poductLine .fixH {
        height: auto;
    }
}

/* Single P */
.aboutP {
    padding-top: 185px;
}

@media (max-width:768px) {
    .aboutP {
        padding-top: 0;
    }
}

/* Footer */
footer .nav-link {
    font-weight: 300;
    width: max-content;
    padding-left: 0;
}

footer .nav-link:hover {
    color: var(--bs-yellow-500);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

/* form */
form label,
.wpcf7-list-item-label {
    color: var(--base-neutral-400, #10081C);
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.wpcf7-list-item {
    margin: 0 !important;
}

.wpcf7-list-item-label::before {
    content: " ";
    margin-right: 0.5rem;
}

.form-select {
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    line-height: 1.2;
}

input[type=checkbox] {
    border-radius: 4px;
    border: 2px solid var(--violet-violet-100, #C5BAD5);
    background: var(--base-white, #FFF);
    --bs-form-check-bg: var(--bs-body-bg);
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
    width: 16px;
    height: 16px;
}

input[type=checkbox]:checked,
input[type=radio]:checked,
.form-select:checked,
textarea:checked {
    background-color: #694D94;
    border-color: #694D94;
}

input[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

input[type=checkbox]:focus,
input[type=radio]:focus,
.form-select:focus,
textarea:focus {
    border-color: #694D94;
    outline: 0;
    box-shadow: 0px 4px 8px 0px rgba(68, 33, 121, 0.64);
}

input:hover,
.form-select:hover,
textarea:hover {
    border: 2px solid var(--violet-violet-400, #694D94);
    box-shadow: 0px 4px 8px 0px rgba(68, 33, 121, 0.64);
}

textarea {
    border-radius: 8px;
    border: 2px solid var(--violet-violet-100, #C5BAD5);
    background: var(--base-white, #FFF);
    padding: 0.375rem 0.75rem;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

input.filled,
textarea.filled {
    border: 2px solid var(--violet-violet-400, #694D94);
}

/* vari */
.bodyText h3,
.bodyText h2 {
    margin-top: 32px;
}

.auto-flow-column {
    grid-auto-flow: column;
}

.auto-flow-row {
    grid-auto-flow: row;
}

body.cmon-newsletter-overlay-active {
    overflow: hidden !important;
}

.cmon-newsletter-overlay {
    transition: all 300ms ease-in;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1100;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    pointer-events: none;
}

body.cmon-newsletter-overlay-active .cmon-newsletter-overlay {
    opacity: 100%;
    pointer-events: all;
}

.cmon-newsletter-overlay-curtain {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1101;
}

.cmon-newsletter-overlay-container {
    background: #fff;
    position: fixed;
    top: 5vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1102;
    width: 90vw;
    max-width: 600px;
    max-height: calc(90vh - 10vw);
    overflow-y: auto;
}

.mce_inline_error {
    color: red;
}


.filterbox {
    background: rgba(251, 251, 253, 0.80);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 130px;
    padding: 2rem 1rem;
    width: max-content;
    margin: auto;
}

.filter {
    padding: 8px 12px;
    color: var(--bs-violet-500);
    text-decoration: none;
    align-items: flex-start;
    white-space: nowrap;
    transition: all .2s
}

.filter:hover {
    border-radius: 130px;
    background: #FFFFFF;
    cursor: pointer;
}

.filter:active,
.active {
    border-radius: 100px;
    background: var(--base-yellow-500, #FFC20E);
    padding: 8px 12px;
}

.headerSmall {
    padding: 1.5rem 1.5rem 3.5rem !important;
}

@media (max-width:768px) {
    .filterbox {
        padding: 1rem;
        width: 100%;
    }

    .filter {
        padding: 0.5rem;
        line-height: 2;
    }
}

.cmon-table,
.cmon-table td,
.cmon-table th {
    border: 1px solid #3E1E6E;
    border-spacing: 0;
}

.cmon-table {
    width: 100%;
}

.cmon-table td,
.cmon-table th {
    padding: 8px;
}

.cmon-table th {
    background: #442179;
    color: #C5BAD5;
    text-align: center;

}

.cmon-table th:nth-child(1) {
    width: 70px;
    min-width: 50px;
}

.cmon-table th:nth-child(2) {
    text-align: left;
}

.cmon-table th:nth-child(3) {
    width: 150px;
}

.cmon-table th:nth-child(4) {
    width: 190px;
}


.cmon-table td {
    text-align: center;
}

.cmon-table tr td:nth-child(2) {
    text-align: left;
}

/* .cmon-table th:nth-child(1) {
  width: 70px;
  text-align: center;
} */

.cmon-table td img {
    max-width: 100%;
    height: auto;
}