/*! CSS Used from: https://cdnjs.cloudflare.com/ajax/libs/uikit/3.1.5/css/uikit.min.css */
a {
    -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
    outline: 0;
}

a {
    color: #1e87f0;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #0f6ecd;
    text-decoration: underline;
}

p, ul {
    margin: 0 0 20px 0;
}

* + p, * + ul {
    margin-top: 20px;
}

h1, h4 {
    margin: 0 0 20px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    color: #333;
    text-transform: none;
}

h1 {
    font-size: 2.23125rem;
    line-height: 1.2;
}

h4 {
    font-size: 1.25rem;
    line-height: 1.4;
}

@media (min-width: 960px) {
    h1 {
        font-size: 2.625rem;
    }
}

ul {
    padding-left: 30px;
}

::selection {
    background: #39f;
    color: #fff;
    text-shadow: none;
}

.uk-container {
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

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

@media (min-width: 640px) {
    .uk-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 960px) {
    .uk-container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.uk-container::after, .uk-container::before {
    content: "";
    display: table;
}

.uk-container::after {
    clear: both;
}

.uk-container > :last-child {
    margin-bottom: 0;
}

[class*=uk-width] {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}

.uk-flex {
    display: flex;
}

.uk-flex::after, .uk-flex::before {
    display: none;
}

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

.uk-flex-middle {
    align-items: center;
}

.uk-margin-top {
    margin-top: 20px !important;
}

.uk-margin-bottom {
    margin-bottom: 20px !important;
}

.uk-margin-small-top {
    margin-top: 10px !important;
}

.uk-margin-medium-top {
    margin-top: 40px !important;
}

.uk-margin-medium-bottom {
    margin-bottom: 40px !important;
}

@media (max-width: 959px) {
    .uk-visible\@m {
        display: none !important;
    }
}

@media print {
    *, ::after, ::before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    p {
        orphans: 3;
        widows: 3;
    }
}

/*! CSS Used from: https://www.nutrifarma.it/wp/wp-includes/css/dist/block-library/style.min.css?ver=6.5.5 ; media=all */
@media all {
    ul {
        box-sizing: border-box;
    }
}

/*! CSS Used from: https://www.nutrifarma.it/content/plugins/contact-form-7/includes/css/styles.css?ver=5.9.6 ; media=all */
@media all {
    .wpcf7 .screen-reader-response {
        position: absolute;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
        clip-path: inset(50%);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
        word-wrap: normal !important;
    }

    .wpcf7 form .wpcf7-response-output {
        margin: 2em 0.5em 1em;
        padding: 0.2em 1em;
        border: 2px solid #00a0d2;
    }

    .wpcf7 form.init .wpcf7-response-output {
        display: none;
    }

    .wpcf7-form-control-wrap {
        position: relative;
    }

    .wpcf7-spinner {
        visibility: hidden;
        display: inline-block;
        background-color: #23282d;
        opacity: 0.75;
        width: 24px;
        height: 24px;
        border: none;
        border-radius: 100%;
        padding: 0;
        margin: 0 24px;
        position: relative;
    }

    .wpcf7-spinner::before {
        content: '';
        position: absolute;
        background-color: #fbfbfc;
        top: 4px;
        left: 4px;
        width: 6px;
        height: 6px;
        border: none;
        border-radius: 100%;
        transform-origin: 8px 8px;
        animation-name: spin;
        animation-duration: 1000ms;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }

    @media (prefers-reduced-motion: reduce) {
        .wpcf7-spinner::before {
            animation-name: blink;
            animation-duration: 2000ms;
        }
    }
    .wpcf7 .wpcf7-submit:disabled {
        cursor: not-allowed;
    }

    .wpcf7 input[type="email"] {
        direction: ltr;
    }
}

/*! CSS Used from: https://www.nutrifarma.it/content/themes/white-timber/style.css?ver=6.5.5 ; media=all */
@media all {
    /*! @import https://www.nutrifarma.it/content/themes/white-timber/css/main.css */
    a {
        background-color: transparent;
    }

    a:active, a:hover {
        outline: 0;
    }

    h1 {
        font-size: 2em;
        margin: 0.67em 0;
    }

    input {
        color: inherit;
        font: inherit;
        margin: 0;
    }

    input[type=submit] {
        -webkit-appearance: button;
        cursor: pointer;
    }

    input {
        line-height: normal;
    }

    *, *::before, *::after {
        box-sizing: border-box;
    }

    *:focus {
        outline: none;
    }

    h1, h4, ul, p {
        margin: 0;
    }

    a {
        color: #2e747d;
        transition: all 0.3s;
    }

    a:hover {
        color: #2e747d;
    }

    h4, h1 {
        font-family: "Ubuntu";
        font-weight: 500;
        letter-spacing: 0px;
    }

    h1 {
        color: #2e747d;
    }

    h4 {
        color: #2e747d;
    }

    h1 {
        font-size: 2.875rem;
    }

    @media (max-width: 959px) {
        h1 {
            font-size: 2.25rem;
        }
    }
    p {
        margin-bottom: 15px;
    }

    .white-theme .content-wrapper .vc_row {
        max-width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .white-theme .content-wrapper .vc_row .vc_column_container > .vc_column-inner {
        padding-left: 0px;
        padding-right: 0px;
    }

    .white-theme .wpb_content_element {
        margin-bottom: 0px;
    }

    .breadcrumbs {
        font-size: 0.75rem;
        text-transform: uppercase;
        color: #2e747d;
    }

    .breadcrumbs .separator {
        margin: 0 8px;
        font-size: 0.75rem;
        font-weight: 300;
        color: #2e747d;
    }

    .breadcrumbs span {
        color: #88a55a;
    }

    .breadcrumbs a {
        color: #2e747d;
    }

    @media (max-width: 639px) {
        .breadcrumbs {
            display: none;
        }
    }
    .wpcf7-form .wpcf7-text {
        width: 100%;
        float: left;
        border-radius: 4px;
        border: 1px solid #cccccc;
        color: #202122;
        font-family: "Ubuntu";
        padding: 10px 10px;
        transition: all 0.3s;
        margin-bottom: 10px;
    }

    @media (max-width: 959px) {
        .wpcf7-form .wpcf7-text {
            width: 100% !important;
            margin: 10px 0;
        }
    }
    .wpcf7-form .wpcf7-submit {
        margin-top: 10px;
    }

    @media (max-width: 959px) {
        .wpcf7-form .wpcf7-submit {
            width: 100% !important;
            margin: 10px 0;
        }
    }
    .wpcf7-form p {
        margin-bottom: 15px;
    }

    .wpcf7-form .wpcf7-submit {
        background: white;
        color: #88a55a;
        border: 1px solid #88a55a;
        padding: 12px 30px;
        font-weight: 400;
        text-transform: uppercase;
        font-family: "Ubuntu";
        transition: all 0.3s;
        pointer-events: all !important;
        position: relative;
        overflow: hidden;
        border-radius: 0px;
    }

    .wpcf7-form .wpcf7-submit:before {
        z-index: 0;
        content: "";
        background: #88a55a;
        position: absolute;
        width: 0px;
        height: 100%;
        top: 0px;
        left: 0px;
        transition: all 0.3s;
    }

    .wpcf7-form .wpcf7-submit:hover {
        color: white;
    }

    .wpcf7-form .wpcf7-submit:hover:before {
        width: 200%;
    }

    .wpcf7-form .blue.wpcf7-submit {
        background-color: #2e747d;
        color: white;
        border-color: #205b63;
    }

    .wpcf7-form .blue.wpcf7-submit:before {
        background: #205b63;
    }

    /*! end @import */
}

/*! CSS Used from: https://www.nutrifarma.it/content/plugins/js_composer/assets/css/js_composer.min.css?ver=6.3.0 ; media=all */
@media all {
    .vc_row:after, .vc_row:before {
        content: " ";
        display: table;
    }

    .vc_row:after {
        clear: both;
    }

    .vc_column_container {
        width: 100%;
    }

    .vc_row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .vc_col-sm-12 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    @media (min-width: 768px) {
        .vc_col-sm-12 {
            float: left;
        }

        .vc_col-sm-12 {
            width: 100%;
        }
    }
    #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {
        margin-bottom: 0;
    }

    .wpb_content_element {
        margin-bottom: 35px;
    }

    .vc_column-inner::after, .vc_column-inner::before {
        content: " ";
        display: table;
    }

    .vc_column-inner::after {
        clear: both;
    }

    .vc_column_container {
        padding-left: 0;
        padding-right: 0;
    }

    .vc_column_container > .vc_column-inner {
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
}

/*! CSS Used from: Embedded */
.vc_custom_1693998043523 {
    padding-bottom: 10px !important;
}

/*! CSS Used keyframes */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes blink {
    from {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/*! CSS Used fontfaces */
/*
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjvWyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjtGyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjvGyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1Czjs2yNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjvmyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjsGyNPYZvgw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKcg72nU6AF7xm.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKew72nU6AF7xm.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKcw72nU6AF7xm.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKfA72nU6AF7xm.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKcQ72nU6AF7xm.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKfw72nU6AFw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jvWyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jtGyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jvGyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3js2yNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jvmyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jsGyNPYZvgw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjvWyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjtGyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjvGyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjs2yNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjvmyNPYZvg7UI.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjsGyNPYZvgw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*/
