/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

a:not(.x-anchor) {
    font-weight: 700;
    text-decoration: underline;
}

.nano-gradient {
    background: transparent
    linear-gradient(270deg, #e6007e 0%, #3a0f4e 49%, #283583 100%) 0% 0% no-repeat padding-box;
}

.nano-logo-opacity {
    opacity: 0.15;
}

.flex {
    display: flex !important;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.half-column {
    width: calc(600px - 4%) !important;
    margin-right: 4% !important;
    margin-left: 6% !important;
}

.flex-column {
    flex-direction: column;
}

.align-center {
    align-items: center;
}

.highlighted {
    color: #283583;
    font-weight: 700;
}

.x-image > img {
    width: 100%;
}

.full-height {
    height: calc(100vh - 64px);
}

.rectangle {
    display: block;
    width: 20px;
    height: 20px;
    background: rgb(230, 0, 126);
    margin-bottom: 10px !important;
    border-radius: 5px;
}

.numeric-lyst {
    font-size: 1em;
    font-weight: 600;
    color: white;
    padding: 7px 10px;
    background: rgb(230, 0, 126);
    width: fit-content;
    line-height: 1;
    border-radius: 5px;
}

.square-background {
    height: 60vh;
}

.video-hover {
    position: absolute;
    bottom: 10em;
    left: 4em;
    z-index: 1;
}

/* HEADER */

#header-menu > li > a > span > span,
#header-menu > li > a:hover > span > span > span {
    transition: 0.5s all ease-in-out;
}

#header-menu > li > a > span > span {
    padding: 10px 0;
    border-bottom: 2px solid transparent;
}

#header-menu > li > a:hover > span > span {
    border-bottom: 2px solid white;
}

/* PRESENTAZIONE */

.background-section-1 {
    height: 70vh;
}

.background-section-2 {
    height: 50vh;
}

.owl-carousel .owl-stage-outer {
    z-index: 1;
}

.owl-theme .owl-nav {
    margin-top: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    color: white;
    font-size: 2em;
    height: calc(100% - 40px);
    z-index: 0;
}

.owl-stage {
    height: 250px;
}

/* .owl-stage-outer {
    width: 95%;
    margin: 0 auto;
} */

.owl-item {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.item-container {
    max-width: 600px;
}

.owl-dots > .active > span {
    background: #e6007e !important;
}

.owl-dots > button > span {
    background: rgba(230, 0, 126, 0.3) !important;
}

/* WP FORMS */

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    text-align: center;
}

.wpf-main-container {
    font-size: 20px;
}

.wpf-main-container .wpf-submit {
    background: #e6007e !important;
    color: white !important;
    margin: 0 auto !important;
    margin-top: 40px !important;
    padding: 20px 100px !important;
    border: none !important;
    border-radius: 5px !important;
    font-weight: 600 !important;
    font-size: 0.9em !important;
    line-height: 1;
    -webkit-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.wpf-main-container .wpf-submit:hover {
    background: #e6007e !important;
    color: white !important;
}

.wpf-main-container form:first-child div label {
    font-weight: 700;
    margin-bottom: 10px !important;
}

.wpf-main-container form:first-child div .wpforms-field-label-inline {
    font-weight: 400;
}

.wpf-main-container form:first-child div .wpforms-field-label-inline > a {
    font-weight: 700;
}

.wpf-main-container form:first-child div input {
    height: 55px !important;
    border: 0 !important;
    border-radius: 5px !important;
    padding-left: 20px !important;
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1),
        2px 0px 5px 0px rgba(0, 0, 0, 0.01);
    -moz-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1),
        2px 0px 5px 0px rgba(0, 0, 0, 0.01);
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1),
        2px 0px 5px 0px rgba(0, 0, 0, 0.01);
}

.wpf-main-container form:first-child div input[type="checkbox"] {
    height: auto !important;
}

.wpf-main-container form:first-child div textarea {
    border: 0 !important;
    border-radius: 5px !important;
    padding: 20px !important;
    resize: vertical;
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1),
        2px 0px 5px 0px rgba(0, 0, 0, 0.01);
    -moz-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1),
        2px 0px 5px 0px rgba(0, 0, 0, 0.01);
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1),
        2px 0px 5px 0px rgba(0, 0, 0, 0.01);
}

/* FOOTER */

#mc_embed_signup {
    background: transparent !important;
    font-size: inherit !important;
}

#mc_embed_signup form {
    margin: 0 !important;
}

#mc_embed_signup form > div > input {
    height: 55px !important;
    border: 0 !important;
    border-radius: 5px !important;
    padding-left: 20px !important;
}

#mc_embed_signup_scroll {
    display: flex !important;
}

#mc_embed_signup form > div > .clear > input {
    background: #e6007e !important;
    color: white !important;
    margin: 0 auto !important;
    margin-left: 10px !important;
    text-transform: uppercase;
    height: 100% !important;
    padding: 20px 30px !important;
    border: none !important;
    border-radius: 5px !important;
    font-weight: 600 !important;
    font-size: 1em !important;
    line-height: 1;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.x-frame-inner video {
    height: auto !important;
}
/* 
.x-frame:not(.x-frame-map-embed) > .x-frame-inner {
    border-radius: 45px;
} */

/* ICON LIST HOME */

.dot-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.dot-container > .dot-column {
    flex-basis: 30%;
    margin-bottom: 4%;
    margin-right: 3% !important;
}

.icon-list-section .dot-container > .dot-column {
    flex-basis: 33%;
    margin-bottom: 4%;
    margin-right: 0 !important;
    /* display: flex; */
    /* align-items: flex-end; */
}

.icon-list-section .dot-container > .dot-column > a {
    display: block;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}

.icon-list-section .dot-container > .dot-column > a > .x-text {
    max-width: 220px;
}

.icon-list-section .icon-container .icon {
    max-width: 90px;
}

/* ICON RICERCA */

.single-ricerca {
    display: block;
    width: fit-content;
    text-align: center;
}

.single-ricerca .x-text {
    max-width: 220px;
}

.single-ricerca .icon-container .icon {
    max-width: 90px;
}

/* MEDIA QUERIES */

@media (max-width: 375px) {
    .big-text {
        font-size: 1.5em !important;
    }

    .big-text-big {
        font-size: 2em !important;
        margin-left: 0 !important;
        margin-bottom: 35px !important;
        margin-top: 15px !important;
    }

    .block {
        /* padding-bottom: 45px !important; */
    }

    .full-height {
        height: auto !important;
    }

    .dot-row > div {
        margin-bottom: 30px;
    }

    .icons-row > div {
        text-align: center;
        margin-bottom: 30px;
    }

    .square-background {
        height: 40vh;
    }

    .background-section-2 {
        height: 30vh;
    }

    .background-section-1 {
        height: 40vh;
    }

    .reverse {
        flex-direction: column-reverse;
    }

    .flex > div:nth-child(2) {
        text-align: left !important;
    }

    .owl-nav {
        display: none !important;
    }

    .video-hover {
        position: relative !important;
        bottom: 0;
        left: 0;
        padding: 30px 0 !important;
        max-width: 88% !important;
    }

    .freccella {
        margin: 2em 0px 0px 0px !important;
        max-width: 30px !important;
    }
}

@media (max-width: 425px) {
    .logo-bar > div {
        justify-content: center !important;
    }

    .info-bar > div {
        flex-direction: column !important;
        justify-content: center !important;
    }

    .info-bar > div > div:nth-schild(1) {
        width: 100% !important;
        align-items: center !important;
        margin-bottom: 40px;
    }

    .info-bar > div > div:nth-child(2) {
        align-self: center !important;
    }

    .info-bar > div > div:nth-child(2) > ul > li {
        align-items: center !important;
    }
    .background-section-1 {
        height: 40vh;
    }
    .icon-list-section .dot-container > .dot-column {
        flex-basis: 50% !important; 
    }
    .graphic-container span:first-child {
        max-width: 75px !important;
        margin: 0 !important;
    }
    .graphic-container .x-text h2 {
        font-size: 1.5em !important;
    }
    .graphic-container span:last-child {
        max-width: 45px !important;
    }
}

@media (min-width: 376px) and (max-width: 411px) {
    .freccella {
        margin: 2em 0px 0px 0px !important;
        max-width: 30px !important;
    }
}

@media (max-width: 767px) {
    .graphic-container {
        /* display: none !important; */
    }
}

@media (max-width: 1440px) {
    /* .graphic-container span:first-child {
        max-width: 75px !important;
    }
    .graphic-container .x-text h2 {
        font-size: 1.5em !important;
    }
    .graphic-container span:last-child {
        max-width: 45px !important;
    } */
}

@media (max-width: 769px) {
    .wpforms-one-half {
        width: auto !important;
        float: none !important;
        margin-left: 0px !important;
    }

    .flex {
        flex-wrap: wrap;
    }

    .flex > div {
        width: 100% !important;
    }

    .flex > div:first-child {
        margin-bottom: 45px;
    }

    .flex > div:nth-child(2) {
        text-align: center;
    }

    .half-column {
        margin-top: 45px;
    }

    #mc_embed_signup_scroll {
        flex-wrap: wrap;
    }

    #mc_embed_signup .button {
        width: auto !important;
        margin-top: 20px !important;
    }

    .block {
        display: block !important;
        padding-top: 0 !important;
    }
}

.cp-form {
    margin: 0 !important;
}