/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 1.2.2
Description: Sostegnoexport.
Author: Gandini & Rendina
Template: Divi
*/
/* Browser Reset */

/*@import url("../Divi/style.css");*/

/* =Theme customization starts here
------------------------------------------------------- */

/* PAGE TITLE */

.page-title-container-section {
    height: 287px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
    position: relative;
}

.page-title-container-section.with-overlay:after {
    content:'';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 0;
}

.page-title-container-section__title {
    color: #fff;
    font-size: 28px;
    line-height: 64px;
    font-weight: 700;
    letter-spacing: -0.25px;
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    z-index: 1;
}

.page-title-container-section__subtitle {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}


@media screen and (min-width: 768px) {
    .page-title-container-section__title {
        font-size: 57px;
    }
    .page-title-container-section__subtitle {
        font-size: 36px;
    }
}

/* TEXT AND IMAGE */

.tat-row__visual {
    overflow: hidden;
    border-radius: 28px;
    margin-bottom: 16px;
}

.tat-row__image {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.tat-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.tat-row {
    padding-left: 24px;
    padding-right: 24px;
}

.tat-row__title * {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 28px;
    color: #29A5F7;
    padding-bottom: 0;
}

.tat-button {
    padding: 10px 48px;
    background-color: #29a5f7;
    border-radius: 100px;
    color: #fff;
    border: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 18px;
    cursor: pointer;
}

.tai-row--downloads .tat-row__title * {
    color: #002D44;
    line-height: 38px;
}

.tai-row--form .tat-row__title {
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}

.tai-row--text .tat-row__title {
    font-size: 32px;
}

.tai-row--register {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-template-page-template-video-pillole .tai-row--text p {
    color: #000;
    font-size: 24px;
    font-weight: 600;
}

.tat-row__content p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.25px;
    margin-bottom: 8px;
}

.tat-row__content p:last-child {
    margin-bottom: 0;
}

.tat-row__content h1,
.tat-row__content h2,
.tat-row__content h3,
.tat-row__content h4,
.tat-row__content h5,
.tat-row__content h6 {
    /* color: #000; */
}

.tai-row--form {
    border-radius: 37px;
    background-color: #29A5F7;
    padding: 34px 50px 64px 50px;
    max-width: 800px !important;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 1024px) {
    .tai-row--image-text,
    .tai-row--two-text-col,
    .tai-row--downloads {
        display: flex;
        justify-content: space-between;
    }

    .tai-row--image-text.right {
        flex-direction: row-reverse;
    }

    .tai-row--image-text .tat-row__visual,
    .tai-row--image-text .tat-row__content,
    .tai-row--two-text-col .tat-row__content.card-section-container__image,
    .tai-row--downloads .tat-row__content {
        width: calc(50% - 64px);
    }

    .tat-container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .tat-row__visual {
        margin-bottom: 0;
        min-height: 416px;
    }
}

.tai-row--downloads ul li {
    background-image: url('assets/img/icon-download.svg');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    font-size: 16px;
    margin-bottom: 10px;
}

/* RELATED SLIDER */

.related-container-section {
    background-color: #D5E9FF;
    padding-top: 55px;
    padding-bottom: 55px;
}

.related-container-section__title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 32px;
    color: #29A5F7;
    padding-left: 24px;
    padding-right: 24px;
}

.related-container-section__content {
    font-size: 16px;
    text-align: center;
    margin-bottom: 48px;
    color: #000;
    padding-left: 24px;
    padding-right: 24px;
}

.related-container-section__slider {
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
}

.related-container-arrows {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9;
    display: flex;
    justify-content: space-between;
}

.related-container-arrows img {
    cursor: pointer;
}

.related-container-section__slider .swiper-slide {
    height: auto;
}

.related-container-section__slider .card-section-container {
    width: 100%;
    height: 100%;
    justify-content: space-between;
}

.related-container-section__cta {
    text-align: center;
    padding-top: 60px;
}

.btn-sostegno,
.export-button {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 100px;
    background-color: #009ADB;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

/* NEWS ED EVENTI */

.category,
.page-template-page-template-video-pillole {
    background-color: #F7FAFD;
}

.news-events-bar {
    text-align: center;
}

.news-events-bar__nav {
    display: inline-block;
    border-radius: 54px;
    background-color: #D9D9D9;
    overflow: hidden;
}

.news-events-bar__item {
    padding: 17px 0;
    display: inline-block;
    color: #3D627D;
    font-size: 14px;
    font-weight: 600;
    width: 154px;
}

.news-events-bar__item.is-active {
    background-color: #0097E8;
    color: #fff;
    border-radius: 54px;
}

.news-events-container {
    padding-top: 25px;
}

@media screen and (min-width: 768px) {
    .news-events-container {
        padding-top: 52px;
        display: flex;
        flex-wrap: wrap;
    }

    .news-events-container .card-section-container {
        width: calc(50% - 50px);
        margin-left: 25px;
        margin-right: 25px;
        margin-bottom: 25px;
    }
}

@media screen and (min-width: 1024px) {
    .news-events-container .card-section-container {
        width: calc(33% - 70px);
        margin-left: 35px;
        margin-right: 35px;
        margin-bottom: 70px;
    }
}

.card-section-container__image {
    border-radius: 19px;
    height: 243px;
    overflow: hidden;
}

.card-section-container__image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.load-more-button {
    text-align: center;
}

.load-more-button .loadMoreBtn {
    background-color: #29A5F7;
    color: #fff;
    padding: 10px 24px;
    display: inline-block;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
}

/* FORM CONTATTI */

.form-row {
    margin-bottom: 25px;
}

.form-row input[type=email],
.form-row input[type=tel],
.form-row input[type=text],
.form-row select {
    border-radius: 57px;
    border: 0;
    padding: 16px;
    color: #576675;
    font-size: 16px;
    width: 100%;
}

.form-row input[type=file] {
    color: #fff;
    font-size: 16px;
}

.form-row input[type=email]::placeholder,
.form-row input[type=tel]::placeholder,
.form-row input[type=text]::placeholder {
    color: #576675;
}

.form-row textarea {
    border-radius: 18px;
    padding: 16px;
    color: #576675;
    font-size: 16px;
    width: 100%;
}

.form-col.form-col--full {
    width: 100%;
}

.wpcf7-submit {
    padding: 10px 24px;
    background-color: #fff;
    color: #3E4850;
    font-size: 14px;
    font-weight: 500;
    border-radius: 23px;
    border: 0;
    cursor: pointer;
}

.wpcf7-not-valid-tip {
    color: #fff;
    padding-left: 18px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #fff;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

@media screen and (min-width: 768px) {

    .form-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .form-col {
        width: calc(50% - 8px);
    }
}

/* VIDEO E PILLOLE INFORMATIVE */

.page-template-page-template-video-pillole .card-section-container {
    background: transparent;
    padding: 0;
}

.page-template-page-template-video-pillole .title-card-eventi {
    text-align: center;
    color: #29A5F7;
    font-weight: 600;
}

/* DASHBOARD */

.dashboard-se {
    padding: 32px;
    background-color: #C9E6FF;
}

.dashboard-se__title {
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    color: #29A5F7;
    margin-bottom: 16px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.dashboard-se__text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: 600;
    color: #000;
    margin-bottom: 28px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 1024px) {
    .dashboard-se {
        padding: 56px 100px;
    }
    .dashboard-se__title {
        font-size: 57px;
        line-height: 64px;
        margin-bottom: 32px;
    }
    .dashboard-se__text {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 56px;
    }
}

.dashboard-se__boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.dashboard-se__box {
    width: 100%;
    position: relative;
    margin-bottom: 48px;
    border-radius: 32px;
    overflow: hidden;
    display: none;
}

.is-current-ep .dashboard-se__box.is-ep {
    display: block;
}

.is-current-az .dashboard-se__box.is-az {
    display: block;
}

.dashboard-se__box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    transition: all .5s ease-in-out;
}

.dashboard-se__box.is-hover::after {
    background: #29A5F7;
    opacity: .6;
    transition: all .5s ease-in-out;
}

.dashboard-se__box-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 3;
}

.dashboard-se__images {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media screen and (min-width: 768px) {
    .dashboard-se__box {
        width: calc(50% - 24px);
        margin-left: 12px;
        margin-right: 12px;
    }
}

@media screen and (min-width: 1024px) {
    .dashboard-se__box {
        width: calc(33% - 24px);
    }

    .is-current-ep .dashboard-se__box {
        width: calc(25% - 24px);
        height: 300px;
    }
}

.dashboard-se__box-title {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 0;
}

.dashboard-se__box-text {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
    display: none;
}

@media screen and (min-width: 1024px) {
    .dashboard-se__box-title {
        font-size: 24px;
        line-height: 32px;
    }
}

.dashboard-se__box-link {
    font-size: 14px;
    line-height: 20px;
    background-color: #fff;
    border-radius: 100px;
    text-align: center;
    color: #0097E8;
    width: 271px;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    opacity: 0;
    transition: all .5e ease-in-out;
}

.dashboard-se__box.is-hover .dashboard-se__box-link {
    transition: all .5e ease-in-out;
    opacity: 1;
}

.dashboard-se__help {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 32px;
    margin-bottom: 36px;
}

@media screen and (min-width: 768px) {
    .dashboard-se__help {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 72px;
    }
}

.dashboard-se__help-left {
    padding: 25px 16px 16px 33px;
    width: 100%;
}

.dashboard-se__help-right {
    width: 100%;
    display: none;
}

@media screen and (min-width: 768px) {
    .dashboard-se__help-left {
        width: calc(100% - 340px);
    }
    .dashboard-se__help-right {
        display: block;
        width: 340px;
    }
}

.dashboard-se__help-title {
    font-size: 28px;
    line-height: 36px;
    color: #49454F;
    margin-bottom: 4px;
}

.dashboard-se__help-text {
    font-size: 14px;
    line-height: 20px;
}

.dashboard-se__help-link {
    background-color: #B4C9DC;
    border-radius: 100px;
    width: 100%;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    color: #F7FAFD;
    font-size: 14px;
    margin-top: 16px;
}

@media screen and (min-width: 768px) {
    .dashboard-se__help-link {
        width: 270px;
    }
}

/* INFORMAZIONI SUI MERCATI */

.list-country-content {
    display: none;
}

/* I TUOI MERCATI */

.mercati-title {
    font-size: 57px;
    color: #29A5F7;
    font-weight: 700;
    margin-bottom: 40px;
}

#teaser .display-3 {
    font-size: 2rem;
}

/* EVENTI FORMAZIONE */

.event-template-default .entry-title.main_title,
.event-template-default .em-item-meta,
.em .em-item.em-item-single .em-item-header,
.em-booking-form-section-summary,
.em-booking-form-section-tickets,
.em-booking-form-section-details,
.em-event-bookings h2 {
    display: none !important;
}

.em-event-bookings {
    padding-left: 24px;
    padding-right: 24px;
}

.em.em-event-booking-form .em-booking-form {
    border: 0;
}

.em.em-event-booking-form h3.em-booking-section-title {
    font-size: 18px !important;
    font-weight: normal;
    border: none;
}

.em.em-event-booking-form .em-button.em-booking-submit {
    padding: 10px 24px;
    background-color: #29a5f7;
    border-radius: 100px;
    color: #fff;
    border: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 18px;
    cursor: pointer;
}

.em.em-event-booking-form .em-booking-section {
    font-size: 16px;
}

.em.em-event-booking-form .em-booking-section label {
    display: block;
}

.em.em-event-booking-form .em-booking-section .input-field-data_privacy_consent {
    font-size: 12px;
}

.em.em-event-booking-form .em-booking-section p {
    padding-bottom: 0;
}

.tat-row__event-meta .tat-row__event-meta-col {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .tat-row__event-meta {
        display: flex;
    }

    .tat-row__event-meta .tat-row__event-meta-col {
        padding-left: 20px;
        padding-right: 20px;
        border-right: 1px solid rgba(0, 0, 0, .3);
    }

    .tat-row__event-meta .tat-row__event-meta-col:first-child {
        padding-right: 20px;
        padding-left: 0;
    }

    .tat-row__event-meta .tat-row__event-meta-col:last-child {
        padding-left: 20px;
        border-right: 0;
    }
}

.tat-row__event-meta-label {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.tat-row__event-meta-button {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .5px;
    color: #fff;
    background-color: #29A5F7;
    border-radius: 100px;
    display: inline-block;
    padding: 0 10px;
}

.join-links .btn {
    font-size: 11px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: .5px;
    color: #fff !important;
    background-color: #29A5F7 !important;
    border-radius: 100px;
    padding: 5px 10px !important;
    margin-top: 0 !important;
    display: inline-block !important;
}

.vczapi-show-by-postid {
    padding: 0 !important;
}

.vczapi-show-by-postid-flex {
    margin-top: 0;
}

.vczapi-show-by-postid-contents-sections-description,
.join-links .btn-join-via-app,
.join-links .btn-start-link {
    display: none !important;
}

#ai1ec-container {
    width: 100%;
}

/* AGENDA EVENTI */

.timely {
    font-family: 'Poppins', sans-serif,serif;
}

.timely .ai1ec-btn-default,
.timely .ai1ec-btn-default.ai1ec-disabled {
    border: 0;
}

.ai1ec-calendar .ai1ec-calendar-toolbar,
.ai1ec-calendar .ai1ec-views-dropdown,
.ai1ec-calendar .ai1ec-fa-calendar-o,
.ai1ec-calendar .ai1ec-pull-left,
.ai1ec-calendar .ai1ec-agenda-buttons,
.ai1ec-calendar .ai1ec-event-toggle,
.ai1ec-calendar .ai1ec-weekday,
.ai1ec-calendar .ai1ec-event-time,
.ai1ec-calendar .ai1ec-categories,
.timely .ai1ec-event-summary-footer .ai1ec-btn-default .ai1ec-fa,
.ai1ec-calendar .ai1ec-sas-actions,
.ai1ec-calendar .post-edit-link,
.ai1ec-calendar .ai1ec-calendar-title-short {
    display: none;
}

.ai1ec-calendar .ai1ec-title-buttons {
    text-align: center;
}

.ai1ec-calendar .ai1ec-pagination {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.ai1ec-agenda-widget-view .ai1ec-date,
.ai1ec-agenda-view .ai1ec-date,
.ai1ec-agenda-view .ai1ec-event.ai1ec-expanded {
    border: 0;
    background: transparent;
    box-shadow: none;
}

.ai1ec-agenda-view .ai1ec-date {
    background: #F7F7F7;
    border-radius: 18px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 17px;
}

.ai1ec-agenda-view .ai1ec-date:last-child {
    margin-bottom: 0;
}

.ai1ec-agenda-view .ai1ec-date-title {
    border: 0;
    border-radius: 0;
    background: transparent;
    pointer-events: none;
    overflow: visible;
    width: 70px;
    font-weight: 600 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    margin: 0;
}

.ai1ec-agenda-view .ai1ec-month {
    background: transparent;
    color: #66A9E0;
    font-size: 24px;
    text-transform: capitalize;
    margin-top: 10px;
    letter-spacing: normal;
}

.ai1ec-agenda-view .ai1ec-day {
    font-size: 24px;
    color: #66A9E0;
}

.ai1ec-agenda-view .ai1ec-event {
    background: transparent;
    border: 0;
    width: 100%;
    border-top: 1px solid #ccc;
    border-radius: 0;
}

.ai1ec-agenda-view .ai1ec-event:first-child {
    border-top: 0;
}

.ai1ec-agenda-view .ai1ec-event .ai1ec-event-title {
    font-size: 12px;
    color: #4C4C4C;
    font-weight: 500;
}

.ai1ec-agenda-view .ai1ec-date-events {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 70px);
    margin: 0;
}

.ai1ec-agenda-view-big-title {
    font-size: 32px;
    font-weight: 600;
    color: #29A5F7;
    text-align: center;
    margin-bottom: 14px;
}

.ai1ec-event-summary-footer .ai1ec-actions {
    text-align: right;
}

.ai1ec-event-summary-footer .ai1ec-btn-default {
    padding: 10px 24px;
    border-radius: 100px;
    background-color: #009ADB;
    color: #fff;
    display: inline-block;
}

.agenda-event-container {
    width: 100%;
    background: #D5E9FF;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.agenda-event-content {
    background-color: #fff;
    width: 100%;
    max-width: 946px;
    border-radius: 35px;
    box-shadow: 0px 4px 84.3px 0px rgba(0, 0, 0, 0.08);
    margin-left: auto;
    margin-right: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.agenda-event-content .ai1ec-main-container {
    margin-bottom: 0;
    max-width: 447px;
    margin-left: auto;
    margin-right: auto;
}

.agenda-event-content .ai1ec-event-summary {
    font-size: 12px;
}

.agenda-event-content .ai1ec-event-summary-footer .ai1ec-btn-default {
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 600;
}

.agenda-event-content .ai1ec-title-buttons {
    font-weight: 600;
}
