/*! 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;
}

b, strong {
    font-weight: bolder;
}

p {
    margin: 0 0 20px 0;
}

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

h1, h2, h3, 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, * + h3 {
    margin-top: 40px;
}

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

h2 {
    font-size: 1.7rem;
    line-height: 1.3;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.4;
}

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

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

    h2 {
        font-size: 2rem;
    }
}

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

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

@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;
}

.uk-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.uk-grid > * {
    margin: 0;
}

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

.uk-grid {
    margin-left: -30px;
}

.uk-grid > * {
    padding-left: 30px;
}

@media (min-width: 1200px) {
    .uk-grid {
        margin-left: -40px;
    }

    .uk-grid > * {
        padding-left: 40px;
    }
}

.uk-grid-collapse {
    margin-left: 0;
}

.uk-grid-collapse > * {
    padding-left: 0;
}

.uk-grid-match > * {
    display: flex;
    flex-wrap: wrap;
}

.uk-grid-match > * > :not([class*=uk-width]) {
    box-sizing: border-box;
    width: 100%;
    flex: auto;
}

[class*=uk-animation-] {
    animation-duration: .5s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
}

.uk-animation-slide-left-small {
    animation-name: uk-fade-left-small;
}

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

@media (min-width: 960px) {
    .uk-child-width-1-2\@m > * {
        width: 50%;
    }
}

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

[class*=uk-height] {
    box-sizing: border-box;
}

.uk-height-1-1 {
    height: 100%;
}

.uk-text-bold {
    font-weight: bolder;
}

.uk-flex {
    display: flex;
}

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

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

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

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

.uk-flex-row-reverse {
    flex-direction: row-reverse;
}

.uk-margin-top {
    margin-top: 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;
}

.uk-padding-large {
    padding: 30px;
}

@media (min-width: 1200px) {
    .uk-padding-large {
        padding: 70px;
    }
}

.uk-padding-remove {
    padding: 0 !important;
}

.uk-position-relative {
    position: relative !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;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

/*! 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;
    }

    b, strong {
        font-weight: bold;
    }

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

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

    *:focus {
        outline: none;
    }

    h1, h2, h3, h4, p {
        margin: 0;
    }

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

    a:hover {
        color: #2e747d;
    }

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

    h1, h2, h3 {
        color: #2e747d;
    }

    h4 {
        color: #2e747d;
    }

    h1 {
        font-size: 2.875rem;
    }

    @media (max-width: 959px) {
        h1 {
            font-size: 2.25rem;
        }
    }
    h2 {
        font-size: 2.125rem;
    }

    @media (max-width: 959px) {
        h2 {
            font-size: 1.75rem;
        }
    }
    h3 {
        font-size: 1.625rem;
    }

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

    .bg-cover {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .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;
    }

    .article-image {
        background-size: cover;
        background-position: center center;
        width: 100%;
        position: relative;
    }

    .article-image:after {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 1;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
    }

    .article-image .uk-container {
        box-sizing: content-box;
        padding-top: 130px;
        padding-bottom: 15px;
        z-index: 2;
    }

    .article-image .uk-container h1 {
        color: white;
    }

    .article-image .breadcrumbs {
        z-index: 2;
        position: absolute;
        top: 10px;
        right: 40px;
    }

    @media (max-width: 959px) {
        .article-image .breadcrumbs {
            right: 30px;
        }
    }
    .article-image .breadcrumbs a {
        color: white;
    }

    .article-image .breadcrumbs span {
        color: rgb(224, 224, 224);
    }

    h1.article-h1 {
        font-size: 2.25rem;
        font-weight: bold;
    }

    @media (max-width: 959px) {
        h1.article-h1 {
            font-size: 2.25rem;
        }
    }
    @media (max-width: 639px) {
        h1.article-h1 {
            font-size: 2rem;
        }
    }
    .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;
        }
    }
    .horizontal-card__text {
        padding: 100px;
        align-content: center;
    }

    .horizontal-card__text p:empty {
        display: none;
    }

    @media (max-width: 1199px) {
        .horizontal-card__text {
            padding: calc(100px / 2);
        }
    }
    @media (max-width: 639px) {
        .horizontal-card__text {
            padding: 30px;
        }
    }
    .horizontal-card__text h4 {
        font-size: 2.625rem !important;
        margin-bottom: 0px !important;
        line-height: 50px;
    }

    @media (max-width: 959px) {
        .horizontal-card__text h4 {
            font-size: 2rem !important;
        }
    }
    .horizontal-card__text a, .horizontal-card__text p {
        font-size: 1.25rem;
    }

    @media (max-width: 959px) {
        .horizontal-card__text a, .horizontal-card__text p {
            font-size: 1.125rem;
        }
    }
    @media (max-width: 639px) {
        .horizontal-card__text a, .horizontal-card__text p {
            font-size: 1rem;
        }
    }
    .horizontal-card__img {
        padding: 100px;
    }

    @media (max-width: 1199px) {
        .horizontal-card__img {
            padding: calc(100px / 2);
        }
    }
    @media (max-width: 639px) {
        .horizontal-card__img {
            padding: 30px;
        }
    }
    .horizontal-card__img__container {
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    @media (max-width: 960px) {
        .horizontal-card__img__container {
            min-height: 300px;
        }
    }
    /*! 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 */
h1.article-h1 {
    font-weight: 500 !important;
}

/*! CSS Used keyframes */
@keyframes uk-fade-left-small {
    0% {
        opacity: 0;
        transform: translateX(-10px);
    }
    100% {
        opacity: 1;
        transform: translateX(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;
}
*/
