/*
Theme Name:     Anit2020
Theme URI:      http://anit.it/
Description:    ANIT 2020 Theme
Author:         Progetto 51
Author URI:     https://www.progetto51.it/
Version:        1.0
*/


html, body {
    scroll-behavior: smooth;
}

body {
    font-family: Helvetica;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 21px;
    color: #464646;
}

a {
    color: inherit;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:hover {
    color: #4f5aa8;
}

p a, ul > li a {
    text-decoration: underline;
    color: #7570E0;
}

.read-arrow {
    text-decoration: underline;
}

/* Heading */

h1, h2 {
    padding: 10px 0 22px;
}

h3, h4 {
    padding: 10px 0 10px;
}

h1 {
    font-size: 42px;
    line-height: 46px;
}

h2 {
    font-size: 34px;
    line-height: 36px;
}

h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
}

h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}

@media (max-width: 767px) {

    h1 {
        font-size: 36px;
        line-height: 42px;
    }

    h2 {
        font-size: 28px;
        line-height: 32px;
    }

    h3 {
        font-size: 24px;
        line-height: 32px;
    }

    h4 {
        font-size: 20px;
        line-height: 30px;
    }

    h5 {
        font-size: 18px;
        line-height: 28px;
    }
}

/*.page_title h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 3rem;
}*/

/* Blockquote */

blockquote {
    background-color: #f9f9f9;
    border-left: 10px solid #7d7d7d;
    margin: 22px 0;
    padding: 16px 18px;
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote p {
    display: inline;
}

/* Immagini */

.wp-block-image img {
    height: auto;
}

h3.title-listing {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0;
}

#content_soci h6 {
    margin-bottom: 1.3rem;
}

.opacity-7 {
    opacity: .7;
}

.bg_grey {
    background-color: #eeeeee;
}

.bg_green {
    background-color: #D5DB4D !important;
}

.bg_green50 {
    background-color: rgba(213, 219, 77, 0.5);
}

.img-multiply {
    mix-blend-mode: multiply;
}

/*
    Header
*/

.anit-menu_top .lnr-magnifier {
    cursor: pointer;
}

.anit2020-search {
    display: none;
    top: 50px;
    z-index: 10;
    position: absolute;
    width: 100%;
    max-width: 1140px;
}

.anit2020_profile_logout {
    top: 54px;
    z-index: 10;
    position: absolute;
    width: 100%;
    max-width: 1140px;
}

.profile_buttons {
    background-color: #eee;
    padding: 4px 10px;
    text-align: right;
}

header .anit-menu_top {
    height: 100px;
    /*line-height: 100px;*/
}

header .anit-logo {
    max-width: 220px;
}

#header_menu {
    margin: 40px auto 0;
    padding: 0 30px;
}

ul#main-menu, ul#submenu {
    list-style: none;
    padding-inline-start: 0;
}

ul#main-menu li, ul#submenu li {
    display: inline-block;
    margin-right: 40px;
}

ul#main-menu li {
    padding-bottom: 20px;
}

ul#submenu li {
    padding-bottom: 50px;
}

ul#submenu li a {
    color: #191919;
    text-decoration: none;
}

.page-template-tpl-chi_siamo ul#submenu li a {
    color: #ffffff;
}

ul#main-menu li:last-child, ul#submenu li:last-child {
    margin-right: 0;
}

ul#main-menu, ul#submenu {
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 18px;
    color: #383838;
    margin-bottom: 0;
}

ul#main-menu .current_page_item, ul#main-menu .current-menu-item, ul#main-menu .current-page-ancestor, ul#submenu .current_page_item, ul#submenu .current-menu-item, .page-parent .parent {
    font-weight: bold;
}

ul#main-menu .current_page_item, ul#main-menu .current-menu-item, ul#main-menu .current-menu-parent, ul#main-menu .current-menu-ancestor {
    border-bottom: 4px #D5DB4D solid;
}

ul#main-menu li > a {
    color: #191919;
    text-decoration: none;
}

ul#main-menu li > a:hover {
    color: #4f5aa8;
}

header .lnr {
    font-size: 30px;
    margin-left: 30px;
}

.img-50 {
    max-width: 50% !important;
}

.header-menu-socio .sub-menu .current-menu-item {
    border-bottom: 0 !important;
}

#header_menu .sub-menu {
    background: #464646;
    display: none;
    max-width: 200px;
    padding: 16px 20px 0;
    position: absolute;
    top: 38px;
    z-index: 10;
}

#header_menu .sub-menu a {
    color: #ffffff;
}

#header_menu #main-menu > .menu-item-has-children > a {
    position: relative;
}

#header_menu #main-menu > .menu-item-has-children > a:after {
    background: url('images/arrow-down.png') no-repeat;
    content: '';
    height: 25px;
    position: absolute;
    right: -30px;
    top: 3px;
    width: 25px;
}

#header_menu .sub-menu .current-menu-item {
    margin-bottom: 16px;
    padding-bottom: 4px;
}

.container > .anit-breadcrumbs {
    margin-left: -15px;
    margin-right: -15px;
}

.anit-breadcrumbs {
    padding-bottom: 40px;
}

.anit-breadcrumbs .breadcrumb_last {
    color: #9d9d9d;
}

.page-template-tpl-chi_siamo .anit-breadcrumbs,
.page-template-tpl-chi_siamo .anit-breadcrumbs a {
    color: #ffffff !important;
}

@media (max-width: 991px) {

    .anit-breadcrumbs {
        padding-bottom: 20px;
    }

    .profile_buttons {
        display: none;
    }

    header .anit-logo {
        margin-top: 0;
    }
}

/*
    mobile menu
*/
.mobile-menu {
    display: none;
    max-height: calc(90vh - 100px);
    overflow-y: scroll;
}

.menu-mobile-bar {
    cursor: pointer;
}

ul#menu-mobile {
    list-style: none;
    padding: 0 20px;
}

ul#menu-mobile li {
    min-height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #979797;
    position: relative;
    font-size: 18px;
}

ul#menu-mobile li.menu-item-has-children > a:after {
    content: url("assets/Linearicons-Free-v1.0.0/SVG/plus.svg");
    color: #979797;
    position: absolute;
    right: 10px;
}

ul#menu-mobile li.menu-item-has-children.active > a:after {
    content: url("assets/Linearicons-Free-v1.0.0/SVG/minus.svg");
}

ul#menu-mobile li a {
    display: block;
}

ul#menu-mobile li a:hover {
    color: inherit;
    text-decoration: none;
}

ul#menu-mobile li.active {
    font-weight: bold;
}

ul#menu-mobile li ul.sub-menu {
    list-style: none;
    padding-left: 0;
    padding-bottom: 20px;
}

ul#menu-mobile li ul.sub-menu li {
    border: none;
    min-height: auto;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
}

.mobile-submenu {
    display: none;
    margin-top: -40px;
}

.mobile-submenu ul {
    padding-left: 0;
    list-style: none;

}

.mobile-submenu li {
    background-color: #DCDCDC;
    border-bottom: 1px solid #979797;
    letter-spacing: 0.3px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    cursor: pointer;
}

.mobile-submenu li a {
    display: block;
}

.mobile-submenu .current_page_item, .mobile-submenu .current-menu-item {
    font-weight: bold;
    position: relative;
}

.mobile-submenu .current_page_item:after, .mobile-submenu .current-menu-item:after {
    content: url("images/checkmark.png");
    position: absolute;
    right: 20px;
    top: 5px;
}

.submenu-mobile-bar {
    background: url(images/chevron-down.png) no-repeat right 20px center #464646;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.3px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    cursor: pointer;
    margin-bottom: 40px;
}

.submenu-mobile-bar.active {
    background: url(images/chevron-up.png) no-repeat right 20px center #464646;
}

.title_page_mobile {
    background-color: #fff;
    height: 60px;
    margin-top: -20px;
    padding: 18px 20px;
}

/*
    Form elements
*/

.form-row {
    display: block;
    margin-bottom: 26px;
    margin-left: 0;
    margin-right: 0;
}

.form-row .required {
    color: red;
}


.woocommerce form.login, .woocommerce form.register {
    border: none;
    padding: 0 0 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
    background-color: #ededed;
}

input[type='submit'] {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

input:not([type='checkbox']):not([type='radio']):not([type='file']):not([type='number']):not([type='submit']) {
    height: 60px;
    width: 100%;
    border-radius: 3px;
    background: #FFFFFF;
    border: 1px #464646 solid !important;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 0 20px;
}

.anit-select select, .anit-searchbox__field select, select {
    width: 80%;
    float: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(images/icons/angle-down.svg) no-repeat right 15px center #ffffff;
    font-family: 'Open Sans', sans-serif;
    border-radius: 0;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    border: 1px #464646 solid !important;
}

.gform_wrapper textarea {
    border: 1px #464646 solid !important;
}

.anit-searchbox__field select {
    width: 100%;
}

.anit-searchbox__field input:not([type='checkbox']):not([type='radio']) {
    height: 60px;
    width: 100%;
    border: 1px solid #979797 !important;
    /*opacity: 0.5;*/
    background: transparent !important;
}

.anit-searchbox__field input::placeholder {
    text-align: right;
    padding-right: 20px;
    font-weight: bold;
    font-size: 12px;
    color: #383838;
    opacity: 1; /* Firefox */
}

.anit-searchbox__field input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    text-align: right;
    padding-right: 20px;
    font-weight: bold;
    font-size: 12px;
    color: #383838;
}

.anit-searchbox__field input::-ms-input-placeholder { /* Microsoft Edge */
    text-align: right;
    padding-right: 20px;
    font-weight: bold;
    font-size: 12px;
    color: #383838;
}

.anit-searchbox button {
    min-width: auto;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 60px;
    margin: 0 0 -4px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px #464646 solid;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 60px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 40px;
}

.user-profile-image-preview-wrapper {
    align-items: center;
    display: flex;
    margin-bottom: 12px;
    margin-top: -22px;
}

.user-profile-image-preview {
    margin-right: 12px;
    max-height: 150px !important;
}

.user-profile-image-input label {
    border: 1px solid #7570E0;
    border-radius: 3px !important;
    color: #7570E0 !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
    padding: 6px 16px;
    text-align: center;
}

.user-profile-image-input input[type='file'] {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.user-profile-image-preview-wrapper span a {
    color: #7d7d7d;
    display: block;
    font-size: 13px;
    text-decoration: underline;
}

.user-profile-image-name {
    display: block;
    font-size: 13px;
    font-style: italic;
    padding-bottom: 10px;
}

.anit_user_fields_group h3 {
    padding-top: 40px;
}

label[for="reg_anit_immagine_profilo"],
label[for="reg_anit_logo_azienda"],
label[for="reg_anit_competenze"],
label[for="reg_anit_qualifiche"],
label[for="reg_anit_ulteriori_competenze"],
label[for="reg_anit_settori"],
label[for="reg_anit_pubblicazione_web"] {
    font-weight: 600;
}

.publish-data-on-website-field {
    border: 1px #464646 solid;
    padding: 18px 24px;
}

@media (max-width: 575px) {

    .user-profile-image-preview-wrapper {
        align-items: flex-start;
        flex-direction: column;
    }

    .user-profile-image-preview {
        margin-bottom: 12px;
        margin-right: 0;
    }

    .user-profile-image-input label {
        margin-bottom: 0;
    }
}

/*
    Page
*/

/*.anit_page .page_title h1 {
    font-size: 34px;
    margin-bottom: 30px;
    padding-top: 20px;
}*/

.anit_page .title_page_mobile {
    background-color: transparent;
    margin-bottom: 30px;
    margin-top: 0;
}

.anit_page .title_page_mobile h3 {
    margin-bottom: 0;
    margin-top: 10px;
}

@media (max-width: 1199px) {

    #header_menu .sub-menu {
        top: 26px;
    }

    ul#main-menu li {
        padding-bottom: 8px;
    }

    ul#main-menu .current_page_item,
    ul#main-menu .current-page-ancestor,
    ul#main-menu .current-menu-item,
    ul#main-menu .current-menu-parent,
    ul#main-menu .current-menu-ancestor {
        border-bottom: 2px #D5DB4D solid;
    }

    ul#main-menu li, ul#submenu li {
        margin-right: 38px;
    }
}

@media (max-width: 992px) {

    .anit_page .page_title {
        padding: 18px 0;
    }

    .anit_page .page_title h1 {
        font-size: 24px;
    }

    .anit_page .title_page_mobile {
        height: auto;
        padding: 18px 12px;
    }
}

@media (max-width: 768px) {

    .anit_page .page_title h1 {
        padding: 20px 14px 0;
    }
}

@media (max-width: 575px) {

    .anit_page .page_title h1 {
        margin-bottom: 10px;
        padding: 18px;
    }

    .anit_page .title_page_mobile {
        padding: 18px;
    }
}

.page_content {
    padding: 20px 0 0;
    background-color: #eeeeee;
}

.page_slider {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    overflow: hidden;
}

.page_slider > div {
    background-color: #00000050;
    width: 100%;
    /*height: 100%;*/
    padding: 20px 0;
    position: relative;
}

.page_slider .page_title, .page_slider ul#submenu {
    color: #FFFFFF;
}

.page_slider .col_numbers {
    color: #FFFFFF;
}

.page_slider p {
    min-height: 21px;
}

.page_slider .col_numbers .number {
    font-size: 30px;
    letter-spacing: 0.83px;
    font-weight: bold;
    color: #D5DB4D;
    margin: 15px 0;
}

.news-item {
    padding: 50px 0;
    border-top: 1px solid #979797;
}

.news-item:first-of-type {
    border-top: none;
}

body.archive .news-item {
    padding: 50px 0;
    border-top: none;
    border-bottom: 1px solid #979797;
}

body.archive .news-item:last-of-type {
    border-bottom: none;
}

.isotop_grid.isotope {
    overflow: visible !important;
}

.news-item h3 {
    color: #383838;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 23px;
}

/*#page_contatti.page_content {*/
/*    background-color: #D5DB4D;*/
/*}*/

.menu-anit-2020-main-menu-container + .no_menu {
    margin-top: 0;
}

.text-white a {
    color: #ffffff;
}

/* Pagina "Diventa socio" */

#member-page-container {
    background-color: #ffffff;
    padding: 0;
}

#member-page-container p {
    font-size: 16px;
}

#member-page-container .member-page--hero {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 360px;
    margin-bottom: 40px;
}

#member-page-container .page-title {
    color: #ffffff;
    padding-top: 20px;
}

#member-page-container .page-subtitle h2 {
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    max-width: 680px;
    padding-top: 0;
}

#member-page-container .woocommerce-error,
#member-page-container .woocommerce-message,
#member-page-container .woocommerce-info {
    padding: 14px;
}

#member-page-container .woocommerce-error .button,
#member-page-container .woocommerce-info .button,
#member-page-container .woocommerce-message .button {
    display: block;
    float: none;
}

#member-page-container .member-box-container {
    color: #000000;
    margin-bottom: 40px;
    padding: 40px 0 50px;
}

#member-page-container > div:not(:last-child) .member-box-container {
    border-bottom: 1px #D5DB4D solid;
}

#member-page-container h4 {
    color: #000000;
    font-size: 16px;
    line-height: 22px;
}

#member-page-container .member-box--icon {
    padding-right: 0;
}

#member-page-container .member-box--icon img {
    display: block;
    margin: 0 auto;
    max-width: 70px;
    width: 100%;
}

#member-page-container .member-box--description {
    padding-left: 0;
}

.member-services-list {
    display: grid;
    gap: 20px;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 40px;
    margin-top: 30px;
}

.member-services-list-item {
    border: 1px #D5DB4D solid;
    border-radius: 10px;
    padding: 10px 16px 18px;
}

.member-services-list-item img {
    display: block;
    margin: 8px auto;
    max-height: 40px;
}

.member-services-list-item p {
    font-size: 15px !important;
    line-height: 18px !important;
    margin-bottom: 0;
    padding-top: 8px;
    text-align: center;
}

#member-page-container .member-box--price {
    border: 1px #D5DB4D solid;
    border-radius: 10px;
    margin-top: 10px;
    padding: 18px;
}

#member-page-container .member-box--price-val {
    color: #000000;
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
}

#member-page-container .member-box--price-iva {
    color: #000000;
    display: block;
    font-size: 16px;
}

#member-page-container .member-box--price p {
    color: #000000;
    font-size: 14px;
    margin-bottom: 0;
}

#member-page-container .member-box--info {
    align-items: flex-start;
    display: flex;
    margin-bottom: 20px;
    margin-top: 18px;
}

#member-page-container .member-box--info img {
    margin-right: 8px;
    margin-top: 2px;
    max-width: 18px;
}

#member-page-container .member-box--cta {
    margin: 0 auto;
}

#member-page-container .member-box--cta a,
#member-page-container .member-box--cta button {
    display: block;
    font-size: 18px;
    height: 100%;
    line-height: 24px;
    padding: 16px;
    width: 100%;
}

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

    #member-page-container .member-box--price-container {
        padding-left: 0;
    }

    #member-page-container .member-box--price {
        max-width: 350px;
    }
}

@media (max-width: 767.98px) {

    #member-page-container .member-box-container {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 12px;
    }

    #member-page-container .member-box--icon {
        padding-right: 15px;
    }

    #member-page-container .member-box--icon img {
        margin-bottom: 12px;
    }

    #member-page-container .member-box--description {
        padding-left: 15px;
        padding-right: 15px;
    }

    #member-page-container #base-member .member-box-container {
        padding-top: 0;
    }

    #member-page-container #base-member {
        margin-top: 30px;
    }

    #member-page-container .member-services-list {
        grid-auto-rows: auto;
        grid-template-columns: repeat(1, 1fr);
        margin-left: auto;
        margin-right: auto;
        max-width: 350px;
    }

    #member-page-container .member-services-list > div:not(:last-child) .member-services-list-item {
        margin-bottom: 20px;
    }

    #member-page-container .member-box--price {
        margin-left: auto;
        margin-right: auto;
        max-width: 400px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    #member-page-container .member-box--cta a,
    #member-page-container .member-box--cta button {
        margin: 0;
    }
}

/* Contenuto riservato ai soci */

.members-restricted-content--message {
    background-color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    margin-top: 40px;
    padding: 16px;
    text-align: center;
}

@media (max-width: 575.98px) {

    .members-restricted-content--message {
        font-size: 16px;
        line-height: 22px;
    }
}

/*
    I nostri soci
*/

#soci.members-page-content {
    padding: 0;
}

#soci .members-hero-container {
    background-blend-mode: multiply;
    background-color: rgba(0,0,0,0.38);
    background-position: 0 -200px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.members-page-content .anit-breadcrumbs {
    color: #fff;
    padding-bottom: 50px;
    padding-top: 24px;
}

.members-page-content .anit-breadcrumbs span,
.members-page-content .anit-breadcrumbs a {
    color: #fff;
}

.members-page-content h1 {
    color: #fff;
    font-size: 36px;
    padding-bottom: 0;
}

.members-page-content .members-heading {
    color: #fff;
    display: block;
    max-width: 430px;
}

.members-page-content .members-heading-number-container {
    position: relative;
}

.members-page-content .members-heading-number {
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    font-size: 20px;
    justify-content: space-between;
    left: 40px;
    margin-left: 30px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 14px;
}

.members-page-content .anit2020-button {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    text-transform: uppercase;
}

#dir-soci-search {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: -66px;
    margin-top: 60px;
    padding: 30px;
    position: relative;
}

#dir-soci-search h6 {
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
}


#dir-soci-search select {
    background-color: #fff;
    border: 1px solid #dfdfdf !important;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
}

#dir-soci-search .anit-searchbox__field button {
    border: 1px solid #7570E0;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
}

#dir-soci-search .letter_search li a {
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.25);
    color: #000;
    height: 38px !important;
    line-height: 38px !important;
    margin-right: 4px;
    text-decoration: none;
    width: 33px !important;
}

.dir-soci-main-container {
    margin-bottom: 50px;
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.dir-soci-main-container #dir-soci-wrapper {
    padding-top: 70px;
}

#dir-soci-wrapper .members-search-note {
    align-items: center;
    display: flex;
    margin-top: 30px;
    max-width: 600px;
    padding-bottom: 300px;
}

#dir-soci-wrapper .members-search-note h3 {
    font-size: 30px;
    font-weight: 400;
    margin-right: 20px;
}

#dir-soci-wrapper .members-search-note img {
    height: 100%;
    max-width: 80px;
}

#soci .socio_name {
    color: #383838;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
}

#soci .socio_subtitle {
    opacity: 0.7;
    color: #000;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 23px;
}

#soci .socio_item {
    align-items: center;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.2);
    display: flex;
    margin-bottom: 10px;
    min-height: 100px;
    padding: 14px 0;
}

#soci .socio_item img {
    max-height: 66px;
    max-width: 100% !important;
}

#soci .socio_item p {
    margin-bottom: 0;
}

#soci .socio_item ul {
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
}

#soci .socio_item ul li {
    margin-bottom: 6px;
}

#soci .socio_item ul li img {
    margin-right: 14px;
    vertical-align: text-top;
    width: 20px;
}

#soci .socio_item ul li svg {
    color: #D5DB4D;
    margin-right: 14px;
    vertical-align: text-top;
    width: 20px;
}

#soci .letter_search {
    padding: 44px 0 0;
}

#soci ul.initials {
    padding-left: 0;
}

#soci ul.initials li a {
    background-color: #FFFFFF;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
    display: block;
    border-radius: 3px;
}

#soci ul.initials li a:hover {
    background-color: #4F59A8;
    color: #FFFFFF;
    text-decoration: none;
}

.dir-soci-tabs {
    margin-bottom: 60px;
    margin-top: 40px;
}

.dir-soci-tabs a:first-child {
    margin-right: 20px;
}

.dir-soci-tabs a {
    background-color: transparent;
    font-size: 20px;
    padding: 8px 14px;
    text-decoration: none;
    text-transform: uppercase;
    transition: none;
}

.dir-soci-tabs .dir-soci-tab-active {
    border-bottom: 3px #7570e0 solid;
    color: #7570e0 !important;
    font-weight: 600;
}

.dir-soci-map-wrapper {
    display: none;
}

.dir-soci-map-wrapper #map {
    height: 700px;
    width: 100%;
}

.gm-ui-hover-effect {
    right: 0 !important;
    text-align: right;
    top: -18px !important;
}

.gm-ui-hover-effect img {
    display: inline-block !important;
}

.socio-infowindow h6 {
    line-height: 18px;
}

.socio-infowindow a {
    display: block;
    margin-top: 10px;
    text-decoration: underline;
}

#map button {
    min-width: auto !important;
}

.dir-soci-detail .socio-heading {
    margin-bottom: -30px;
}

.dir-soci-detail .socio-heading-sx {
    padding-bottom: 44px;
}

.dir-soci-detail h5 {
    color: #d5db4d;
    font-size: 16px;
    text-transform: uppercase;
}

.dir-soci-detail h4 {
    color: #000;
    display: inline-block;
    font-size: 36px;
    font-weight: 400;
    padding-bottom: 0;
}

.dir-soci-detail h6 {
    font-size: 14px;
    font-weight: 400;
    padding-top: 4px;
}

.dir-soci-detail .socio-profile-image img {
    margin-bottom: 16px;
    margin-right: 16px;
    max-height: 150px;
    max-width: 250px;
}

.dir-soci-detail .socio-info-wrapper {
    padding-top: 26px;
}

.dir-soci-detail .socio-info-wrapper > div {
    padding-bottom: 80px;
}

.dir-soci-detail .socio-info-label {
    color: #000;
    font-size: 24px;
    line-height: 28px;
}

.dir-soci-detail .socio-info-wrapper ul {
    padding-left: 16px;
}

.dir-soci-detail .socio-info-wrapper ul li {
    padding-bottom: 14px;
    padding-top: 5px;
}

.dir-soci-detail .socio-info-wrapper ul:not(.socio-qualifiche) li {
    float: left;
    width: 50%;
}

.dir-soci-detail .socio-info-wrapper ul li svg {
    color: #D5DB4D;
    margin-right: 14px;
    vertical-align: text-top;
    width: 20px;
}

.dir-soci-detail .socio-info-wrapper ul li img {
    margin-right: 14px;
    vertical-align: text-top;
    width: 20px;
}

.dir-soci-detail .socio-info-wrapper ul li:nth-child(2n+1) {
    padding-right: 80px;
}

.dir-soci-detail .socio-info {
    font-size: 16px;
    line-height: 22px;
}

.dir-soci-detail .socio-info-settore {
    font-size: 16px;
}

.dir-soci-detail .socio-info-settore ul {
    list-style: none;
    padding-left: 0;
}

.dir-soci-detail .socio-info-box {
    align-items: center;
    background-color: #eee;
    padding: 30px 20px;
}

.dir-soci-detail .socio-info-box:not(:first-child) {
    margin-top: 30px;
}

.dir-soci-detail .socio-info-box button {
    font-size: 18px;
    max-width: 340px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}

.dir-soci-detail .socio-info-box button a {
    display: inline-block;
    width: 100%;
}

.dir-soci-detail .socio-info-box button a:hover {
    color: #fff;
    text-decoration: none;
}

.dir-soci-detail .socio-info-box .socio-info-box-wrapper > div:not(:last-child) {
    padding-bottom: 8px;
}

.dir-soci-detail .socio-info-box .socio-info-box-wrapper > div {
    font-size: 16px;
}

.dir-soci-detail .socio-info-box .socio-info-box-wrapper svg {
    color: #D5DB4D;
    margin-right: 18px;
    vertical-align: text-top;
}

.dir-soci-detail .socio-info-box .socio-info-box-wrapper svg.fa-at {
    margin-right: 16px;
}

.dir-soci-detail .socio-info-box .socio-company {
    font-size: 22px !important;
    color: #000;
    padding-bottom: 20px !important;
}

.socio-map-wrapper {
    display: none;
}

.socio-map-wrapper #map {
    height: 450px;
    width: 100%;
}

/* Articoli tecnici - Pagina singola */

#single-tech-post {
    margin-bottom: 100px;
}

#single-tech-post .tech-post--heading {
    position: relative;
}

#single-tech-post .tech-post--type {
    color: #d5db4d;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0;
    text-transform: uppercase;
}

#single-tech-post h1 {
    color: #000000;
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    padding-bottom: 60px;
    padding-right: 100px;
}

#single-tech-post .tech-post--sidebar {
    position: absolute;
    right: 0;
    z-index: 9;
}

#single-tech-post .tech-post--image {
    margin-top: 50px;
}

#single-tech-post .tech-post--image img {
    width: 100%;
}

#single-tech-post .tech-post--content {
    padding-right: 100px;
}

#single-tech-post .tech-post--metadata {
    border-spacing: 0 40px;
    display: table;
    margin-bottom: 30px;
    width: 100%;
}

#single-tech-post .tech-post--metadata > div {
    color: #000000;
    display: table-row;
    font-size: 18px;
}

#single-tech-post .tech-post--metadata > div > div {
    display: table-cell;
}

#single-tech-post .tech-post--metadata > div > div:first-child {
    width: 30%;
}

#single-tech-post .tech-post--excerpt {
    color: #000000;
    font-size: 18px;
    padding-bottom: 20px;
}

#single-tech-post .tech-post--excerpt h5 {
    padding-bottom: 10px;
}

#single-tech-post .tech-post--download {
    background-color: #ffffff;
    border: 2px #D5DB4D solid;
    border-radius: 10px;
    height: 100%;
    margin-top: 30px;
    padding: 18px 22px;
    text-align: center;
}

#single-tech-post .tech-post--download h3 {
    color: #000000;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 0;
    padding-bottom: 0;
}

#single-tech-post .tech-post--download p {
    font-size: 16px;
    margin-bottom: 0;
    padding-top: 10px;
}

#single-tech-post .tech-post--download a {
    border-radius: 8px !important;
    font-size: 16px;
    margin-top: 26px;
    text-transform: uppercase;
    width: 100%;
}

@media (max-width: 991.98px) {

    #single-tech-post {
        margin-bottom: 0;
    }

    #single-tech-post h1 {
        padding-bottom: 30px;
        padding-right: 0;
    }

    #single-tech-post .tech-post--sidebar {
        margin-bottom: -50px;
        position: relative;
    }

    #single-tech-post .tech-post--image {
        margin-top: 0;
    }

    #single-tech-post .tech-post--image img {
        max-width: 400px;
    }

    #single-tech-post .tech-post--download {
        max-width: 400px;
    }

    .tech-post--metadata {
        padding-top: 20px;
    }

    #single-tech-post .tech-post--metadata {
        margin-bottom: 16px;
        padding-top: 0;
    }

    #single-tech-post .tech-post--content {
        padding-right: 0;
    }

    #single-tech-post .tech-post--metadata > div > div:first-child {
        padding-right: 30px;
    }
}

@media (max-width: 575.98px) {

    #single-tech-post .tech-post--type {
        font-size: 14px;
    }

    #single-tech-post h1 {
        font-size: 20px;
        line-height: 26px;
    }

    #single-tech-post .tech-post--metadata > div > div:first-child {
        width: 50%;
    }
}


/* Articoli tecnici - Ricerca */

.tech-posts--page-container {
    padding: 0;
}

.tech-posts--hero {
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.38);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 460px;
}

.tech-posts--content {
    margin-top: -460px;
}

.tech-posts--content .anit-breadcrumbs {
    color: #ffffff;
    padding-bottom: 50px;
    padding-top: 24px;
}

.tech-posts--content .anit-breadcrumbs span,
.tech-posts--content .anit-breadcrumbs a {
    color: #ffffff;
}

.tech-posts--content h1 {
    padding-bottom: 10px;
}

.tech-posts--content p {
    max-width: 900px;
}

.tech-posts--searchbox {
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 60px;
    margin-top: 30px;
    padding: 30px;
    position: relative;
}

.tech-posts--searchbox {
    color: #000000;
}

.tech-posts--searchbox-filters {
    padding-bottom: 18px;
    padding-top: 14px;
}

.tech-posts--searchbox-filters > div {
    flex: 0 0 41.666666665%;
    max-width: 41.666666665%;
    padding-left: 15px;
    padding-right: 15px;
}

.tech-posts--searchbox-filters input {
    height: 50px !important;
}

.tech-posts--searchbox-filters .anit-select select {
    height: 52px !important;
    line-height: 52px !important;
}

.tech-posts--searchbox-checkboxes {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(4, auto);
}

.tech-posts--searchbox button {
    font-size: 18px;
    height: 54px;
    line-height: 54px;
    text-transform: uppercase;
    width: 100%;
}

.tech-posts--listing {
    color: #000000;
    margin-top: -100px;
    padding-top: 40px;
}

.tech-post--list-item {
    align-items: center;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    margin-bottom: 10px;
    min-height: 100px;
    padding: 14px 0;
}

.tech-post--list-item-title {
    line-height: 20px;
    padding-right: 18px;
}

@media (max-width: 1023.98px) {

    .tech-posts--searchbox-checkboxes {
        display: flex;
        flex-wrap: wrap;
    }

    .tech-posts--searchbox-checkboxes > label {
        width: 25%;
    }
}

@media (max-width: 991.98px) {

    .tech-posts--searchbox-checkboxes > label {
        width: 50%;
    }

    .tech-posts--searchbox-filters > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tech-posts--searchbox-filters > div:first-child {
        margin-bottom: 20px;
    }

    .tech-posts--listing-heading {
        display: none;
    }
}

@media (max-width: 767.98px) {

    .tech-posts--hero {
        height: 100vh;
    }

    .tech-posts--content {
        margin-top: -100vh;
    }

    .tech-post--list-item {
        display: block;
    }

    .tech-post--list-item-title {
        padding-bottom: 14px;
    }
}

@media (max-width: 475.98px) {

    .tech-posts--searchbox-checkboxes > label {
        width: 100%;
    }

    .tech-post--list-item-meta {
        display: block;
    }

    .tech-post--list-item-meta > div {
        padding-top: 4px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    #soci .members-hero-container {
        background-position: 0 0;
    }

    .dir-soci-detail .socio-info-wrapper ul:not(.socio-qualifiche) li {
        height: 60px;
    }
}

@media (min-width: 992px) {

    .dir-soci-detail .socio-info-settore ul li {
        margin-left: -6px;
    }
}

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

    .members-page-content .members-heading {
        max-width: 300px;
    }

    .members-page-content .members-heading-number {
        margin-left: 0;
    }

    .members-page-content .anit2020-button {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {

    .dir-soci-detail .socio-heading {
        margin-bottom: -120px;
    }

    .dir-soci-detail .socio-info-wrapper {
        padding-top: 120px;
    }

    .members-page-content h1 {
        font-size: 30px;
        padding-top: 0;
    }

    .members-page-content .members-heading-number {
        display: block;
        left: 0;
        margin: 0;
        padding: 20px;
        position: relative;
        text-align: center;
        top: 72px;
    }

    .members-heading-number a {
        margin-top: 10px;
    }

    .members-page-content .members-heading {
        margin-bottom: 176px;
        margin-top: -144px;
    }

    .logged-in .members-page-content .members-heading {
        margin-bottom: 0;
        margin-top: 0;
    }
}

@media (max-width: 991.98px) {

    .dir-soci-main-container {
        margin-bottom: 0;
    }

    #soci .members-hero-container {
        background-position: top left;
        background-size: initial;
    }

    #dir-soci-search {
        overflow: hidden;
        padding: 20px 20px 0;
    }

    #soci ul.initials {
        display: flex;
        -ms-overflow-style: none;
        overflow-x: scroll;
        scrollbar-width: none;
        position: relative;
        width: 100vw !important;
    }

    #soci ul.initials::-webkit-scrollbar {
        display: none;
    }

    .dir-soci-tabs {
        margin-bottom: 40px;
        margin-top: 26px;
    }

    .dir-soci-tabs button {
        height: 44px;
        line-height: 44px;
        min-width: auto;
        width: 150px;
    }

    .dir-soci-tabs button:first-child {
        margin-bottom: 14px;
    }

    .dir-soci-detail h5 {
        font-size: 14px;
    }

    .dir-soci-detail h4 {
        font-size: 28px;
        padding-top: 0;
    }

    .dir-soci-detail .socio-info {
        padding-top: 12px;
    }

    .dir-soci-detail .socio-info-wrapper ul:not(.socio-qualifiche) li {
        float: none;
        width: 100%;
    }

    .dir-soci-detail .socio-info-wrapper > div {
        padding-bottom: 26px;
    }

    .dir-soci-detail .socio-info-wrapper ul li:nth-child(2n+1) {
        padding-right: 0;
    }

    .dir-soci-detail .socio-info-wrapper ul li {
        padding-bottom: 10px;
    }

    .socio-contacts-info {
        margin-top: 26px;
    }

    .socio-contacts-info .socio-info-label {
        padding-bottom: 36px;
    }

    .dir-soci-detail .socio-info-box {
        padding: 30px 8px;
    }

    .dir-soci-detail .socio-info-box button {
        margin-top: 36px;
    }

    #soci .socio_item {
        align-items: flex-start;
        margin-left: -8px;
        margin-right: -8px;
    }

    #soci .socio_item ul li {
        display: inline;
    }

    #soci .socio_item ul li span {
        display: none;
    }

    #soci .socio_item .socio-info-settore {
        margin-top: 10px;
    }

    #soci .socio_name {
        padding-top: 8px;
    }

    #soci .socio_link {
        margin-top: 10px;
    }
}

@media (max-width: 375.98px) {

    .dir-soci-detail .socio-info-box .socio-info-box-wrapper > div {
        font-size: 15px;
    }

    .dir-soci-detail .socio-info-wrapper ul li svg,
    .dir-soci-detail .socio-info-box .socio-info-box-wrapper svg {
        margin-right: 8px;
    }
}

.anit-pagination {
    margin-top: 30px;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
    text-align: center;
}

.anit-pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.anit-pagination ul > li {
    display: inline-block;
}

.anit-pagination a {
    border: 1px #B0B0B0 solid;
    border-radius: 4px;
    color: #000000;
    display: block;
    height: 45px;
    line-height: 45px;
    margin-bottom: 8px;
    margin-right: 10px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 45px;
}

.anit-pagination a:hover {
    background: none;
    text-decoration: underline;
}

.anit-pagination .page-item--active a {
    border: 1px #000000 solid;
    cursor: initial;
    font-weight: 600;
    pointer-events: none;
}

.anit-pagination--prev {
    left: 0;
    position: absolute;
    top: 0;
}

.anit-pagination--next {
    position: absolute;
    right: 0;
    top: 0;
}

.anit-pagination--prev a,
.anit-pagination--next a {
    margin-right: 0;
}

.anit-pagination .page-item--dots span {
    padding-left: 0;
    padding-right: 5px;
}

.anit-pagination .page-item--disabled a {
    cursor: initial;
    opacity: 0.5;
    pointer-events: none;
}

@media (max-width: 1023.98px) {

    .anit-pagination {
        padding-left: 30px;
        padding-right: 30px;
    }

    .anit-pagination a {
        height: 26px;
        line-height: 26px;
        margin-bottom: 5px;
        margin-right: 4px;
        margin-top: 5px;
        width: 26px;
    }

    .anit-pagination--prev a,
    .anit-pagination--next a {
        margin-right: 0;
    }
}

/*
    Pagination
*/
.page-link {
    position: relative;
    display: block;
    padding: 0 .75rem;
    margin-left: 0;
    line-height: 30px;
    letter-spacing: 0.37px;
    color: #464646;
    background-color: transparent;
    border: none;
}

.page-item.disabled .page-link {
    box-sizing: border-box;
    height: 30px;
    width: 30px;
    border: 1px solid #383838;
    border-radius: 3px;
    text-align: center;
    padding: 0;
    background-color: transparent;
}


/*
    Buttons
*/

button {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a.anit2020-button, .wp-block-button__link, button, input[type='submit'] {
    font-size: 15px;
    line-height: 60px;
    text-align: center;
    border-radius: 3px !important;
    letter-spacing: 0.5px;
    font-weight: bold;
    color: #7570E0 !important;
    padding: 0 35px;
    height: 60px;
    display: inline-block;
    border: 1px solid #7570E0;
    background-color: transparent;
    min-width: 180px;
    cursor: pointer;
    width: 100%;
}

a.anit2020-button.btn-big, .btn-big .wp-block-button__link, button.btn-big, input[type='submit'].btn-big {
    min-width: 240px;
}

a.anit2020-button:hover, button:hover {
    text-decoration: none;
}

a.anit2020-button.small, .wp-block-button__link.small, button .samll, input[type='submit'] .small {
    height: 30px;
    line-height: 30px;
}

a.anit2020-button.login {
    border: 1px solid #7570E0;
    height: 40px;
    line-height: 40px;
    min-width: 120px !important;
}

a.anit2020-button.default, .default .wp-block-button__link, button.default, input[type='submit'], .woocommerce-Button {
    background-color: #7570E0 !important;
    color: #FFFFFF !important;
    border: none !important;
}

a.anit2020-button.default:hover, .default .wp-block-button__link:hover, button.default:hover, input[type='submit']:hover, .woocommerce-Button:hover {
    background-color: #4f5aa8 !important;
}

a.anit2020-button.white, .white .wp-block-button__link {
    background-color: #FFFFFF !important;
    border: none !important;
}

/*
    Slider area
*/
#anit2020-slider .slide_area_content {
    width: 100vw;
    height: 60vh;
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 16px;
}

#anit2020-slider .slide_area {
    background-color: #00000020;
    height: 100%;
}

#anit2020-slider h5 {
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
}

#anit2020-slider .carousel-indicators {
    justify-content: flex-start;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    bottom: auto;
    top: 90%;
}

#anit2020-slider .carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: transparent;
    border: 2px solid #FFFFFF;
}

#anit2020-slider .carousel-indicators li.active {
    background-color: #FFFFFF;
}

#anit2020-slider .carousel-indicators li:not(:last-child) {
    margin-right: 15px;
}


/*
    Home Soci content
*/

#content_soci {
    background-color: #ededed;
}

.anit2020-panel a {
    position: relative;
    display: block;
}

.anit2020-panel a:before {
    content: url("assets/Linearicons-Free-v1.0.0/SVG/plus.svg");
    color: #979797;
    position: absolute;
    right: 0;
    top: 20px;
}

.anit2020-panel a[aria-expanded="true"]:before {
    content: url("assets/Linearicons-Free-v1.0.0/SVG/minus.svg");
}

#anit-soci .carousel-inner {
    height: 100px;
}

#soci_slide .carousel-inner img {
    max-height: 100px;
    width: auto;
}

#soci_slide .carousel-control-next, .carousel-control-prev {
    width: auto;
}

#soci_slide .carousel-control-prev {
    left: -40px;
}

#soci_slide .carousel-control-next {
    right: -40px;
}

#soci_slide .carousel-control-prev-icon {
    background-image: url(assets/Linearicons-Free-v1.0.0/SVG/chevron-left.svg);
}

#soci_slide .carousel-control-next-icon {
    background-image: url(assets/Linearicons-Free-v1.0.0/SVG/chevron-right.svg);
}

/*
    Home News e Leggi
*/

#anit-hp-posts-wrapper > div {
    display: flex;
}

.hp-post {
    background-color: #F2F2F2;
    border: 1px white solid;
    border-radius: 10px;
    margin-bottom: 50px;
    width: 100%;
}

.hp-post-link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.hp-post-link:hover + .hp-post-image + .hp-post-content h3 {
    text-decoration: underline;
}

.hp-post-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 180px;
    justify-content: flex-end;
    width: 100%;
}

.hp-post-cat {
    z-index: 9;
}

.hp-post-cat span {
    display: inline-block;
    padding: 8px 30px;
    font-size: 14px;
    text-transform: uppercase;
}

.hp-post-cat.news-cat span {
    background-color: #D5DB4D;
    color: #000000;
}

.hp-post-cat.leggi-cat span {
    background-color: #7570E0;
    color: #ffffff;
}

.hp-post-cat.video-cat span {
    background-color: #FFA424;
    color: #000000;
}

.hp-post-content {
    padding: 0 30px 10px;
}

.hp-post-content h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}

.hp-post-content p {
    font-size: 15px;
}

.read-more {
    text-decoration: underline;
}

.row.hp-news img {
    max-height: 140px;
    width: auto;
}

.hp-posts-cat-links {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.hp-posts-cat-links a {
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 20px;
    max-width: 330px;
    padding: 0 20px;
    width: 100% !important;
}

.hp-posts-cat-links a:not(last-child) {
    margin-right: 20px;
}

.hp-soci {
    padding: 0;
}

.hp-soci h3 {
    font-size: 32px;
}

.hp-soci .col_numbers {
    font-size: 16px;
}

@media (min-width: 1200px) {

    .hp-soci-wrapper {
        padding: 70px 0 50px !important;
    }
}

@media (max-width: 1199px) {

    .hp-soci-wrapper {
        background-color: grey;
        max-width: 100%;
    }
}

@media (max-width: 992px) {

    .hp-posts-cat-links {
        display: block;
        margin: 0 auto;
        max-width: 350px;
        text-align: center;
    }

    .hp-posts-cat-links a {
        margin-right: 0 !important;
        margin-bottom: 20px;
        width: 100%;
    }
}

/*
    Home CTA
*/
.cta_arg {
    padding: 0 0 1px 0;
}

/*.cta_arg:first-of-type{*/
/*    padding-left: 1px;*/
/*}*/
.cta_arg a {
    display: block;
}

.cta_arg .cta_arg_container {
    position: relative;
    max-height: 100px;
    overflow: hidden;
}

.cta_arg a .cta_img {
    height: 100%;
    width: 100%;
    background-color: #00000050;
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.cta_arg a:hover .cta_img {
    background-color: #7570e0ab;
}

.cta_arg .media {
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding-left: 10%;
}

.cta_arg .cta_tit {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.cta_arg .cta_link {
    position: absolute;
    z-index: 3;
    bottom: 40px;
    right: 40px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}

/*
    Video
*/
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
    Newsletter area
*/
#anit2020-newsletter {
    background-color: #D5DB4D;
    width: 100%;
    /*height: 320px;*/
    font-size: 16px;
}

#anit2020-newsletter .nl_area {
    height: 100%;
}

#anit2020-newsletter h5 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}

#anit2020-newsletter .nl_area_content {
    padding-top: 80px !important;
    padding-bottom: 80px !important;

}

.subscribeForm select {
    width: 100%;
}

/*
    Pubblicazioni / libri
*/

.cover_libro_small img {
    height: 180px;
    width: auto;
}

/*
    Lista prodotti
*/

.product-details .durata {
    opacity: .5;
}

.anit-corsi-convegni {
    padding: 0 30px;
}

.anit-corsi-convegni.anit-legend--0 {
    border-left: 8px solid #8DC63F !important;
}

.woocommerce-corsi-details .anit-legend--0 {
    border-bottom: 8px solid #8DC63F !important;
    border-left: none !important;
}

.anit-legend--0 .cat_name {
    color: #8DC63F;
}

.anit-corsi-convegni.anit-legend--1 {
    border-left: 8px solid #40C7F4 !important;
}

.woocommerce-corsi-details .anit-legend--1 {
    border-bottom: 8px solid #40C7F4 !important;
    border-left: none !important;
}

.anit-legend--1 .cat_name {
    color: #40C7F4;
}

.anit-corsi-convegni.anit-legend--2 {
    border-left: 8px solid #F7941D !important;
}

.woocommerce-corsi-details .anit-legend--2 {
    border-bottom: 8px solid #F7941D !important;
    border-left: none !important;
}

.anit-legend--2 .cat_name {
    color: #F7941D;
}

.anit-corsi-convegni.anit-legend--3 {
    border-left: 8px solid #DD0000 !important;
}

.woocommerce-corsi-details .anit-legend--3 {
    border-bottom: 8px solid #DD0000 !important;
    border-left: none !important;
}

.anit-legend--3 .cat_name {
    color: #DD0000;
}

.anit-corsi-convegni.anit-legend--4 {
    border-left: 8px solid #E80A7F !important;
}

.woocommerce-corsi-details .anit-legend--4 {
    border-bottom: 8px solid #E80A7F !important;
    border-left: none !important;
}

.anit-legend--4 .cat_name {
    color: #E80A7F;
}

.anit-corsi-convegni.anit-legend--5 {
    border-left: 8px solid #487C1D !important;
}

.woocommerce-corsi-details .anit-legend--5 {
    border-bottom: 8px solid #487C1D !important;
    border-left: none !important;
}

.anit-legend--5 .cat_name {
    color: #487C1D;
}

.anit-corsi-convegni.anit-legend--6 {
    border-left: 8px solid #3D3D3D !important;
}

.woocommerce-corsi-details .anit-legend--6 {
    border-bottom: 8px solid #3D3D3D !important;
    border-left: none !important;
}

.anit-legend--6 .cat_name {
    color: #3D3D3D;
}

.anit-corsi-convegni.anit-legend--7 {
    border-left: 8px solid #165F40 !important;
}

.woocommerce-corsi-details .anit-legend--7 {
    border-bottom: 8px solid #165F40 !important;
    border-left: none !important;
}

.anit-legend--7 .cat_name {
    color: #165F40;
}

.anit-corsi-convegni.anit-legend--8 {
    border-left: 8px solid #CCCD00 !important;
}

.woocommerce-corsi-details .anit-legend--8 {
    border-bottom: 8px solid #CCCD00 !important;
    border-left: none !important;
}

.anit-legend--8 .cat_name {
    color: #CCCD00;
}

.anit-corsi-convegni.anit-legend--9 {
    border-left: 8px solid #BA5CFB !important;
}

.woocommerce-corsi-details .anit-legend--9 {
    border-bottom: 8px solid #BA5CFB !important;
    border-left: none !important;
}

.anit-legend--9 .cat_name {
    color: #BA5CFB;
}

.anit-corsi-convegni.anit-legend--10 {
    border-left: 8px solid #8C4600 !important;
}

.woocommerce-corsi-details .anit-legend--10 {
    border-bottom: 8px solid #8C4600 !important;
    border-left: none !important;
}

.anit-legend--10 .cat_name {
    color: #8C4600;
}

#form_iscrizione {
    margin-top: -250px;
    padding-top: 250px;
}

#anit-preiscrizione-details {
    background-color: #eeeeee;
}

#anit-preiscrizione-details.preiscrizione-not-logged {
    background: #ffffff;
    border: 4px #7570E0 solid;
    color: #464646;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 80px;
    text-align: center;
}

#anit-preiscrizione-details.preiscrizione-not-logged p {
    margin-bottom: 0;
}

@media (max-width: 575.98px) {


    #anit-preiscrizione-details.preiscrizione-not-logged {
        border: 2px #7570E0 solid;
        font-size: 18px;
        line-height: 24px;
    }
}

/*
    Profilo
*/
h3.myaccount_user {
    font-weight: normal;
    margin: 0;
}

table.shop_table, table.subscriptions {
    width: 100%;
    margin: 30px 0;
}

table.shop_table tbody tr, table.subscriptions tbody tr {
    /*background-color: #ededed;*/
    border-bottom: 1px solid #979797;
}

table.shop_table tr td, table.shop_table tr th, table.subscriptions tr td, table.subscriptions tr th {
    padding: 10px;
}

table.shop_table ul, table.subscriptions ul {
    padding-left: 0;
}

.shop_table.subscription_details {
    margin-bottom: 60px;
}

.shop_table.subscription_details tr > td:first-child {
    font-weight: 600;
    width: 40%;
}

.shop_table.subscription_details tr > td:first-child span {
    font-weight: 400;
}

.shop_table.order_details {
    margin-top: 0;
}

.modal-footer {
    background-color: #7570E0;
    border-radius: 4px;
    color: #fff;
}

.modal-footer a#early_renewal_modal_submit:hover {
    color: inherit;
}

#bacs-payment-accordion {
    color: #7570E0;
    cursor: pointer;
    position: relative;
    text-decoration: underline;
}

#bacs-payment-accordion .accordion-arrow {
    background: url('images/icons/angle-down.svg') no-repeat center;
    display: inline-block;
    height: 10px;
    width: 16px;
}

#bacs-payment-accordion.accordion--active .accordion-arrow {
    transform: rotate(180deg);
}

.bacs-payment-info {
    display: none;
    padding-bottom: 20px;
    padding-top: 10px;
}

.subscription-auto-renew-toggle {
    margin-right: 5px;
    top: 0;
}

.wcs-auto-renew-toggle small {
    display: block;
}

.wcs-auto-renew-toggle small a {
    text-decoration: underline;
}

@media (max-width: 375.98px) {

    .shop_table.subscription_details tr > td:last-child {
        font-size: 13px;
    }
}

/*
    Footer
*/

footer {
    background-color: #464646;
}

footer hr {
    border-color: #979797;
}

.footer-menu {
    padding: 40px 0 0;
}

.footer-contacts {
    padding: 0 0 40px;
}

.footer-menu hr {
    width: 30px;
    margin-inline-start: 0;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    color: #EEEEEE;
    font-size: 14px;
}

.footer-menu ul li ul li {
    padding-top: 10px;
    color: #7d7d7d;
}

#footer-menu > li > a, .footer-menu .menu1 a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}

.footer-menu ul li ul li a {
    color: #7d7d7d;
    text-decoration: none;
}

.footer-menu .menu1 {
    color: #EEEEEE !important;
    margin-top: 15px;
    position: relative;
    padding-top: 15px !important;
}

.footer-menu .menu1:before {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #979797;
    position: absolute;
    top: 0;
}

.footer-social i, .footer-social svg {
    font-size: 24px;
    color: #eeeeee;
    margin-right: 10%;
}

.footer-info .item_row_1 {
    width: 100%;
    color: #eeeeee;
}

.footer-info .item_row_2 {
    width: 100%;
    color: #7d7d7d;
}

.footer-info ul {
    padding-inline-start: 0;
    list-style: none;
}

.footer-info a {
    color: #7d7d7d;
    font-weight: bold;
    text-decoration: none;
}

.footer-bottom {
    background-color: #343434;
    color: #7d7d7d;
}

.footer-bottom .container .row {
    min-height: 64px;
}

/*
    Scroll To Top
*/
.scroll-btn.btn-show i {
    background: #7570E0 none repeat scroll 0 0;
    color: #fff;
    font-size: 25px;
    height: 40px;
    padding: 6px 12px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: all 0.4s ease-in-out 0s;
    width: 40px;
    z-index: 9999;
}

.scroll-btn.btn-show i:hover {
    background: #FFFFFF;
    color: #7570E0;
}


/*
    woocommerce
*/

#header_top a:hover {
    text-decoration: none;
}

#header_top span.lnr {
    position: relative;
}

#header_top span.cart_count {
    font-family: Helvetica;
    font-size: 10px;
    position: absolute;
    background-color: #d5db4d;
    border-radius: 100%;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 17px;
    right: -5px;
    top: -5px;
}

.woocommerce-info {
    border-top-color: #7570E0;
    max-width: 1140px;
    margin: 40px auto 2em;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    content: "";
}

.back_to_prods {
    font-size: 18px;
}

.product-template-default.single-product .page_content {
    background-color: #FFFFFF;
}

/*form.cart .quantity {*/
/*    float: left;*/
/*}*/
.quantity input:not([type='checkbox']):not([type='radio']) {
    width: 40px !important;
    height: 40px;
    text-align: center;
    padding: 0 0 0 10px;
    border: 1px solid #383838 !important;
    border-radius: 3px;
    margin: 0 10px;
}

.cart_item .quantity input:not([type='checkbox']):not([type='radio']) {
    border: none !important;
}

.quantity button.plus, .quantity button.minus {
    border: none;
    min-width: auto;
    width: auto;
    padding: 0;
    color: #383838 !important;
    font-weight: lighter;
    font-size: 26px;
    /*float: left;*/
    height: 40px;
    line-height: 30px;
}

.woocommerce table.shop_table {
    border: none;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}

.woocommerce table.shop_table td {
    border-top: none;
    padding: 10px;
    vertical-align: middle;
    line-height: 1.5em;
}

.shop_table.woocommerce-checkout-review-order-table td {
    padding: 16px !important;
}

.shop_table.woocommerce-checkout-review-order-table .product-total .subscription-details {
    display: none;
}

.woocommerce-cart .woocommerce-error {
    margin-left: auto;
    margin-right: auto;
    max-width: 1110px;
}

.woocommerce-cart table.cart th {
    border-bottom: 1px solid #979797;
}

.woocommerce a.remove {
    display: block;
    font-size: 2em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: inherit !important;
    text-decoration: none;
    font-weight: normal;
    border: 0;
}

.woocommerce-cart table.cart .product-thumbnail {
    width: 130px;
}

.woocommerce a.remove:hover {
    color: #979797 !important;
    background: transparent;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 100%;
    box-shadow: none;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: auto;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th {
    border: none !important;
    padding: 10px;
}

.woocommerce-cart #ppcp-messages,
.woocommerce-checkout #ppcp-messages {
    display: none !important;
}

.cart_totals th {
    font-weight: normal;
}

.cart_totals td {
    text-align: right;
}

td.product-price, td.product-subtotal {
    font-size: 16px;
}

td.product-subtotal {
    font-weight: bold;
}

td.product-price .subscription-details, td.product-subtotal .subscription-details {
    display: none;
}

button.update_cart {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    /*optional*/
    /*input has OS specific font-family*/
    text-decoration: underline !important;
    cursor: pointer;
}

.my_account_orders td p {
    margin: 0;
}

.my_account_orders .order-actions {
    column-gap: 10px;
    display: flex;
}

.cart-empty.woocommerce-info {
    max-width: 1140px;
    margin: 0 auto;
    border: none !important;
    background-color: transparent;
    padding: 0 15px 70px;
}

.woocommerce-message {
    max-width: 1110px;
    margin: 0 auto 40px;
    margin-bottom: 40px;
    padding: 15px;
}

.recurring-totals, .recurring-total {
    display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator {
    display: none;
}

.woocommerce ul#shipping_method li {
    margin: 0;
}

.woocommerce .subscription-switch-direction {
    display: none;
}

.woocommerce form .form-row {
    padding: 3px 0;
}

body.woocommerce-checkout {
    background-color: #eeeeee;
}

body.woocommerce-checkout header {
    padding: 0;
}

body.woocommerce-checkout header #header_menu,
body.woocommerce-checkout header .anit2020_profile_logout,
body.woocommerce-checkout header .header-dx,
body.woocommerce-checkout .anit-breadcrumbs,
body.woocommerce-checkout .nl_area,
body.woocommerce-checkout footer,
body.woocommerce-checkout .scroll-btn {
    display: none !important;
}

body.woocommerce-checkout header {
    background-color: #ffffff;
    margin: 0;
    padding: 30px 0;
}

form.woocommerce-checkout {
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
}

.woocommerce-checkout .title_page_mobile {
    display: none;
}

form.woocommerce-checkout .woocommerce-billing-fields .form-row,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row {
    width: 100%;
}

form.woocommerce-checkout .woocommerce-invalid input {
    background: #ffe6e6 !important;
    border-color: #aa0000 !important;
}

form.woocommerce-checkout .form-row textarea {
    min-height: 160px;
    padding: 14px 18px;
}

.woocommerce-checkout .checkout-steps-container {
    display: grid;
    gap: 30px;
    grid-auto-rows: 1fr;
    margin-bottom: 60px;
    margin-top: 30px;
}

.woocommerce-checkout .checkout-steps-container .checkout-step {
    align-items: center;
    cursor: initial;
    display: flex;
    flex-direction: column;
    line-height: 20px;
    position: relative;
    text-align: center;
}

.woocommerce-checkout .checkout-steps-container .checkout-step .checkout-step-count {
    align-items: center;
    background-color: #ffffff;
    border: 1px #464646 solid;
    border-radius: 50%;
    display: flex;
    font-weight: 600;
    height: 50px;
    justify-content: center;
    margin-bottom: 10px;
    position: relative;
    width: 50px;
    z-index: 10;
}

.woocommerce-checkout .checkout-steps-container .checkout-step:after,
.woocommerce-checkout .checkout-steps-container .checkout-step:before {
    border-top: 1px #464646 solid;
    content: '';
    height: 2px;
    position: absolute;
    top: 24px;
    width: 50%;
}

.woocommerce-checkout .checkout-steps-container > .checkout-step:not(:last-child):after  {
    right: -16px;
}

.woocommerce-checkout .checkout-steps-container > .checkout-step:not(:first-child):before  {
    left: -16px;
}

.woocommerce-checkout .checkout-steps-container > .checkout-step:first-child:before,
.woocommerce-checkout .checkout-steps-container > .checkout-step:last-child:after {
    display: none;
}

.woocommerce-checkout .checkout-steps-container .checkout-step--active {
    font-weight: 600;
}

.woocommerce-checkout .checkout-steps-container .checkout-step--active .checkout-step-count {
    background-color: #464646;
    border: 2px #464646 solid;
    color: #ffffff;
}

.woocommerce-checkout .checkout-steps-container .checkout-step--complete .checkout-step-count {
    background-color: #D5DB4D;
    border: 2px #D5DB4D solid;
    color: #ffffff;
}

.woocommerce-checkout .checkout-steps-container .checkout-step .checkout-step-check {
    display: none;
}

.woocommerce-checkout .checkout-steps-container .checkout-step--complete .checkout-step-index {
    display: none;
}

.woocommerce-checkout .checkout-steps-container .checkout-step--complete .checkout-step-check {
    border-bottom: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    display: inline-block;
    height: 20px;
    transform: rotate(45deg);
    width: 10px;
}

.woocommerce-checkout .checkout-fields-error {
    color: #b81c23;
    padding-left: 18px;
}

.woocommerce-checkout .checkout--visible-fields {
    display: block;
}

.woocommerce-checkout #shipping-fields,
.woocommerce-checkout #statute-field,
.woocommerce-checkout #auto-renew-field,
.woocommerce-checkout #order-review-container {
    display: none;
}

.woocommerce-checkout .checkout-step-button {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    margin-top: 20px;
    text-align: right;
}

form.woocommerce-checkout #billing-fields .checkout-step-button {
    justify-content: flex-end;
}

form.woocommerce-checkout .billing-fields-copy {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    max-width: 250px;
    padding: 0 14px;
}

.checkout-step-button--order-review {
    margin-top: 20px;
    max-width: 350px;
}

.checkout-step-button--order-review input[type='submit'] {
    float: none !important;
    height: 45px;
    margin-bottom: 6px;
    max-width: 350px;
    text-transform: uppercase;
    width: 100%;
}

.checkout-step-button--order-review .ppcp-dcc-order-button {
    background-color: #7570E0 !important;
    border: none !important;
    color: #FFFFFF !important;
    float: none !important;
    height: 45px;
    margin-bottom: 6px;
    max-width: 350px;
    text-transform: uppercase;
    width: 100%;
}

.checkout-step-button--order-review button {
    border: 0;
    color: #4f5aa8;
    font-weight: 400;
    height: 100%;
    line-height: 1;
    min-width: auto;
    padding: 0;
}

.woocommerce-checkout .cart-subtotal th,
.woocommerce-checkout .woocommerce-shipping-totals th,
.woocommerce-checkout .tax-total th,
.woocommerce-checkout .tax-total th,
.woocommerce-checkout .order-renew-type th,
.woocommerce-checkout .cart-subtotal td,
.woocommerce-checkout .woocommerce-shipping-totals td,
.woocommerce-checkout .tax-total td,
.woocommerce-checkout .tax-total td,
.woocommerce-checkout .order-renew-type td {
    font-weight: 400 !important;
}

.woocommerce-checkout .order-renew-type th {
    text-decoration: underline;
}

.woocommerce-checkout #payment h5 {
    padding: 22px 14px 0;
}

.woocommerce-checkout #payment .terms {
    float: none;
}

.woocommerce-checkout .review-order-buttons {
    display: flex;
    justify-content: flex-end;
}

.payment_box.payment_method_ppcp-credit-card-gateway label {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    margin-left: 10px;
}

.payment_box.payment_method_ppcp-credit-card-gateway label[for="wc-ppcp-credit-card-gateway-new-payment-method"] {
    display: block !important;
    margin-top: -6px;
}

#wc-ppcp-credit-card-gateway-cc-form p {
    margin: 0 !important;
}

.woocommerce-order-received .woocommerce-order-details {
    margin-top: 50px;
}

.woocommerce-order-received .woocommerce-thankyou-order-details.order_details + p,
.woocommerce-order-received .woocommerce-thankyou-order-details.order_details + p + p {
    display: none;
}

.woocommerce ul.order_details {
    padding-left: 0;
}

.woocommerce ul.order_details li {
    margin-bottom: 10px;
}

.woocommerce .woocommerce-customer-details address {
    border: 0;
    padding: 0;
}

@media (max-width: 988.98px) {

    body.woocommerce-checkout header {
        padding: 0;
    }
}

@media (max-width: 767.98px) {

    .woocommerce ul.order_details li {
        border: 0;
        float: none;
    }
}

@media (max-width: 575.98px) {

    .woocommerce-checkout .checkout-steps-container {
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        white-space: nowrap;
    }

    .woocommerce-checkout .checkout-steps-container .checkout-step--active {
        scroll-snap-align: center;
    }

    .woocommerce-checkout .checkout-steps-container::-webkit-scrollbar {
        display: none;
    }

    .woocommerce-checkout form .form-row label {
        line-height: 20px;
        padding-top: 12px;
    }

    form.woocommerce-checkout .checkout-step-button {
        margin-top: 30px;
        text-align: left;
    }

    .woocommerce-checkout .checkout-step-button button:not(.checkout-step-button--order-review-prev) {
        height: 45px;
        line-height: 45px;
        max-width: 140px;
        min-width: auto;
        padding: 0;
    }

    input#auto_renewal, input#anit_statuto {
        margin-top: 3px !important;
    }

    .woocommerce-checkout #place_order {
        margin-top: 16px;
    }

    .woocommerce-checkout #place_order {
        font-size: 16px;
    }

    form.woocommerce-checkout .checkout-step-button--prev {
        margin-bottom: 20px;
        margin-right: 15px;
    }

    .payment_method_ppcp-credit-card-gateway label {
        padding-top: 0 !important;
    }

    .payment_box.payment_method_ppcp-credit-card-gateway label[for="wc-ppcp-credit-card-gateway-new-payment-method"] {
        margin-top: -3px;
    }
}

@media (max-width: 425.98px) {

    .woocommerce-checkout #place_order {
        margin-top: 20px;
    }

    .woocommerce #payment .terms, .woocommerce-page #payment .terms {
        margin-bottom: 30px;
    }
}

/*
    Gravity Form
*/
.gform_wrapper ul li.gfield {
    margin-top: 50px !important;
    padding-top: 0;
    font-size: 18px !important;
}

.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
    font-weight: bold !important;
    font-size: 1.45em !important;
}

/* form "chiedi a d anit (GF id 82) */
/*#gform_wrapper_82 input[type="text"], #gform_wrapper_82 textarea, #gform_wrapper_82 select {
    background-color: #eee !important;
    border: none;
    width: 100% !important;
}

#gform_wrapper_82 label {
    font-weight: normal;
}*/

/*
    MAILUP NEWSLETTER
*/

#anit-mailupform {
    display: none;
}

#anit-mailupform #subscribeForm fieldset {
    position: relative;
}

#anit-mailupform #subscribeForm fieldset h2 {
    color: #ffffff;
    border-top: 2px dashed #cccccc;
    padding-top: 30px;
    margin-top: 30px;
}

#anit-mailupform #subscribeForm fieldset .muTerms {
    clear: both;
    font-size: 12px;
}

#anit-mailupform #subscribeForm fieldset .muTerms a {
    color: #cccccc !important;
}

#anit-mailupform #subscribeForm fieldset .muField {
    width: 24%;
    margin-right: 2%;
    float: left;
}

#anit-mailupform #subscribeForm fieldset .muField:nth-of-type(5n) {
    width: 10%;
}

#anit-mailupform #subscribeForm fieldset .muField:nth-of-type(6n) {
    margin-right: 0;
    width: 10%;
}

#anit-mailupform #subscribeForm fieldset .muField input,
#anit-mailupform #subscribeForm fieldset .muField select {
    width: 100%;
}

#anit-mailupform #subscribeForm fieldset .muSubmit {
    position: absolute;
    bottom: 10px;
    right: 0;
}

#anit-mailupform #subscribeForm fieldset .muSubmit input {
    box-shadow: none;
    -webkit-box-shadow: none;
}

#anit-mailupform #subscribeForm fieldset .muSubmit input:hover {
    opacity: 0.8;
}


.user_avatar img {
    max-width: 80px;
}

@media (max-width: 575px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 989px) {
    a.anit2020-button.small {
        min-width: 100% !important;
        height: auto !important;
        margin-bottom: 10px;
        line-height: 1rem;
        padding: 10px;
    }

    .woocommerce-cart-form td.product-name {
        display: none !important;
    }

    .form-row.form-row-first, .form-row.form-row-last {
        width: 100% !important;
        float: none !important;
    }
}

@media (min-height: 850px) {
    #anit2020-slider .carousel-indicators {
        top: 70%;
    }

    #anit2020-slider h5 {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (min-width: 768px) {
    /*.img-50{*/
    /*    max-width: 100% !important;*/
    /*}*/
    a.anit2020-button, .wp-block-button__link, button, input[type='submit'] {
        width: auto;
    }

    .cover_libro_small img {
        height: 120px;
        width: auto;
    }

    .row.hp-news {
        min-height: 140px;
    }
}

@media (min-width: 992px) {
/*    .page_title h1 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 3rem;
    }*/

    header {
        margin: 40px 0 0;
    }

    header .anit-menu_top {
        /*max-width: 1060px;*/
        height: 53px;
        /*line-height: 53px;*/
    }

    .cta_arg {
        padding: 0 0 1px 1px;
    }

    .page_cta_diventa_socio {
        margin-top: -80px;
    }

    .page_slider {
        max-height: calc(100vw / 3);
    }

    .page_slider .col_numbers .number {
        font-size: 50px;
    }

    /*#anit2020-newsletter {*/
    /*height: calc(100vw / 4);*/
    /*}*/
    #anit2020-newsletter h5 {
        font-size: 30px;
        font-weight: bold;
        line-height: 36px;
    }

    .cta_arg .cta_arg_container {
        max-height: none;
    }

    table.shop_table tr, table.subscriptions tr {
        height: 40px;
    }

    .anit-news-thumb img, .cover_libro img {
        max-width: 100%;
        width: 300px;
    }
}

@media (min-width: 1200px) {
    ul#main-menu, ul#submenu {
        font-size: 15px;
    }

    .cover_libro_small img {
        height: 220px;
        width: auto;
    }
}


.return-to-shop {
    display: none;
}

/*.gform_wrapper ul.gfield_radio li label, .gform_wrapper ul.gfield_checkbox li label {*/
/*    padding-top: 5px;*/
/*    margin-left: 15px;*/
/*}*/

.page-template-tpl-video iframe {
    width: 100%;
    height: auto;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0px;
    margin-right: 10px;
    margin-top: 2px;
}

input[type="checkbox"] {
    float: left;
}

.form-link-privacy label, .form-checkbox-newsletter label, .woocommerce-form-login__rememberme {
    display: inline-block !important;
    line-height: 1.5 !important;
}

.page-template-page-area-riservata textarea {
    overflow: auto;
    resize: vertical;
    width: 100%;
    border: none;
    min-height: 140px;
}

.profile-field-note {
    font-size: 12px;
    font-style: italic;
}

.textarea-chars-count-wrapper {
    display: block;
    text-align: right;
}

@media (min-width: 576px) {

    label[for="reg_anit_datanascita"],
    label[for="reg_anit_sesso"] {
        align-items: baseline;
        display: flex !important;
    }

    label[for="reg_anit_datanascita"] .profile-field-note,
    label[for="reg_anit_sesso"] .profile-field-note {
        display: block;
        margin-left: 8px;
        order: 2;
    }
}

.wcs-switch-link {
    display: none;
}

.product-type-grouped .product_meta, .product-type-grouped .price, .single-product .woocommerce-info {
    display: none;
}

#wpua-file-existing {
    line-height: 60px;
    background-color: transparent !important;
    padding-left: 0 !important;
}

#wpua-upload-existing {
    margin-top: 20px;
    margin-bottom: 20px;
}

input#auto_renewal, input#anit_statuto {
    margin-top: 9px;
}

.wpua-edit-container h3 {
    margin: 60px 0 0 0;
}

.woocommerce-additional-fields .rinnovo_automatico {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 10px;
}

.cc-form-container {
    display: none !important;
}

.cc-form-row{
    display: none !important;
}

/* Custom select */

.anit-custom-select .select-hidden {
    display: none;
    visibility: hidden;
}

.anit-custom-select .select {
    background: url(images/icons/angle-down.svg) no-repeat right 15px center #fff;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    position: relative;
    width: 100%;
}

.anit-custom-select .select-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #000000 !important;
    border-radius: 4px;
    bottom: 0;
    float: none;
    height: 50px;
    left: 0;
    line-height: 50px;
    overflow: hidden;
    padding: 0 40px 0 15px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s ease-in;
    white-space: pre-wrap;
}

.anit-custom-select .select-options {
    background-color: #fff;
    border-color: #dfdfdf;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    display: none;
    left: 0;
    list-style: none;
    margin: 0;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
    position: absolute;
    right: 0;
    top: 49px;
    z-index: 999;
}

.anit-custom-select .select-options li {
    color: #000;
    line-height: 18px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    transition: all 0.15s ease-in;
}

.anit-custom-select .select-options li:first-child {
    font-style: italic;
    opacity: 0.65;
}

.anit-custom-select .select-options li:last-child {
    padding-bottom: 6px;
}

.anit-custom-select .select-options li [rel="hide"] {
     display: none;
 }

.anit-custom-select .is-selected {
    font-weight: 600;
}

.anit-custom-multiple-select .select2-selection--multiple {
    border: 1px #000000 solid;
    height: 50px;
    overflow: auto;
}

.anit-custom-multiple-select .select2-selection__choice {
    background-color: #ffffff !important;
    font-size: 14px;
    margin-top: 4px !important;
}

.anit-custom-multiple-select .select2-selection__choice__remove {
    border-right: 1px #999999 solid;
    margin-right: 4px;
    padding-right: 4px;
}

.anit-custom-multiple-select .select2-search__field {
    line-height: 32px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    position: relative;
}

.anit-custom-multiple-select .select2-search__field::placeholder {
    position: absolute;
    top: 10px;
}

.select2-container--open .select2-dropdown {
    top: 32px;
}

.select2-results__option--highlighted {
    background-color: #7570E0 !important;
}

@media (max-width: 1199px) {

    .anit-custom-select .select-options {
        max-height: 185px;
    }
}