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


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

/* 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: 50px;
    z-index: 10;
    position: absolute;
    width: 100%;
    max-width: 1140px;
}

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

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

header .anit-logo {
    max-width: 140px;
    margin-top: -12px;
}

#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: 9;
}

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

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


.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='submit']) {
    height: 60px;
    width: 100%;
    border-radius: 3px;
    background: #FFFFFF !important;
    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/ico-select.png) 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: none;
    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;
}

/*
    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) {

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

/*
    Diventa socio
*/
#diventa_socio .prezzo {
    color: #383838;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0.83px;
    line-height: 60px;
}

#diventa_socio #individuali .blocco {
    padding: 0 0 40px;
    border-bottom: 1px solid #979797;
}

#diventa_socio #individuali .blocco:last-of-type {
    border-bottom: none;
}

/*
    I nostri soci
*/
#soci .socio_name {
    color: #383838;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}

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

#soci .socio_item {
    padding: 30px 0 10px;
}

#soci .socio_item:not(:last-of-type) {
    border-bottom: 2px solid #979797;
}

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

#soci .cat_search {
    padding-top: 50px;
}

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


/*
    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: calc(100vh - 210px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    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;
}

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

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

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

/*
    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: 15%;
}

.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 16px;
    vertical-align: middle;
    line-height: 1.5em;
}

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

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

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

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

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

/*
    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: 990px) {
/*    .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;
    }

    #soci .socio_name {
        font-size: 22px;
        line-height: 34px;
    }

    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;
    min-width: 50%;
    border: none;
    min-height: 140px;
}


.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: 5px;
}

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