/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */

p {
    margin-bottom: 1.8rem!important;
}
b, strong {
    font-weight: bold!important;
}
/* Super store finder mappa associazioni */
.infobox__row.infobox__row--marker {
    display: none;
}
a#filterOptionsClearer {
    display: none;
}
.ssf-panel {
    background-color: rgb(255 255 255 / 80%)!important;
}
@media only screen and (min-width: 64.8em) {
    #ssf_adress_input_box, #filter_left_panel {
        position: relative;
        top: -60px!important;
        height: auto !important;
    }
    #store-locator-section-bg {
        margin-top: 0!important;
    }
}

/* HEADER */
.sub-arrow {
    display: inline-block!important;
}
span.sub-arrow {
    font-size: 12px;
    padding-left: 4px;
}
/* HEADER END */

/* Sidebar */
.sidebar_compact_login {
    background: #005896;
    padding: 25px;
    color: #fff;
    border-radius: 20px;
}
.sidebar_compact_login a {
    color: #fff;
}
aside .emember_g_captcha {
    width: 230px;
}
.eMember_remember_me {
    padding-left: 6px;
}
aside, .aside {
    /* background: aliceblue; */
    /* border-left: 3px solid #84d0f5!important; */
    border-left: 8px solid #e5f0f6!important;
}
.widget_media_image {
    border: 1px solid #ccc!important;
    border-radius: 5px;
    padding: 2px;
}

/* icone link allegati */
a[href$=".pdf"] {
    background: url(../../images/pdf.png) no-repeat 0 50%;
    padding: 20px 56px 20px;
    clear: both;
    display: block;
    font-weight: bold;
    border-top: 1px dashed #ccc;
    /* margin-bottom: -27px; */
    margin: 20px 0;
}

/* sidebar in calendar */
body.single-mec-events aside.jupiterx-sidebar.jupiterx-secondary.col-lg-3 {
    display: none!important;
}

/* separatore in blog archive */
body.archive.category article {
    border-bottom: 10px solid #F6F6F6;
}

body.archive.category article .jupiterx-post-image {
    width: 33%;
    float: left;
    margin-right: 20px;
}

/* menù categorie in blog */
div#categories-2,
.menu-area-riservata-container {
    border: 8px solid #e5f0f6;
    border-left: none;
    padding: 15px;
}
div#categories-2 li.current-cat,
.menu-area-riservata-container .current-menu-item  {
    background: aliceblue;
    /* padding: 10px; */
}
div#categories-2 li,
.menu-area-riservata-container li {
    padding: 10px!important;
    margin: 0!important;
    font-weight: 500;
}
div#categories-2 li:hover,
.menu-area-riservata-container li:hover {
    background-color: aliceblue;
}
.menu-area-riservata-container a {
    white-space: normal!important;
    line-height: 1.3em;
}
.jupiterx-widget ul .menu-item:before {
    opacity: 1!important;
    color: #333333;
}
/*  */

/* login widget area riservata */
div#wp_emember_login_widget-3 {
    background: #f8f9fa;
    padding: 25px;
    border: 3px solid #e5f0f6;
}
.eMember_label {
    padding: 0;
    margin: 0;
}
.eMember_remember_me {
    margin-top: 10px;
}
.eMember_text_input {
    width: 100%!important;
}
form#wp_emember_loginForm a#register {
    color: #cc0000;
    font-weight: bold;
    text-transform: uppercase;
    /* font-size: 120%; */
}
a#forgot_pass, a#register {
    font-size: 1rem;
}
input#doLogin {
    font-size: 16px;
    padding: 10px 30px;
    background: #005896;
    border: none;
    border-radius: 5px;
    color: #ffffff;
}
.wp_emember_loginForm {
    max-width: none;
}
.eMember_protected_message_default {
    padding: 120px;
    border: 3px solid #E3E3E3;
    text-align: center;
}
span.eMember_not_a_member_msg {
    display: block;
}

ul.in-page-submenu {
    margin-bottom: 50px;
    padding-left: 0;
}
.in-page-submenu li {
    display: inline;
    background: aliceblue;
    padding: 15px;
}
.raven-pagination-items a {
    border: 1px solid #dadada;
    padding: 0 13px;
}
.raven-nav-menu li.menu-item>a.raven-link-item .sub-arrow {
    color: #e8e8e8!important;
    fill: #e8e8e8!important;
}
.raven-nav-menu li.menu-item>a.raven-link-item .sub-arrow svg {
    width: 18px !important;
    height: 18px !important;
}

/* CF7 */
p#onlineReg {
    background: #008cba;
    padding: 20px!important;
    text-align: center!important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    border-radius: 10px;
}
p#onlineReg a {
    color: #fff;
}
div#formCont {
    background: #eee;
    padding: 50px;
}
div#formCont ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
p.submit input {
    background: #008cba;
    color: #fff;
    padding: 30px 0;
    line-height: 0;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    padding: 40px;
    width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    padding: 40px;
    background: red;
    color: #fff;
    width: 99%;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: green;
    color: white;
}

button[disabled], html input[disabled] {
    background: #ccc!important;
}
input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  padding: 10px;
  margin-right: 10px;
  margin-left: 5px;
}

/* Might want to wrap a span around your checkbox text */
.checkboxtext
{
  /* Checkbox text */
  font-size: 110%;
  display: inline;
}
.wpcf7-form label {
    display: block;
}
.wpcf7-form input, .wpcf7-form textarea {
    width: 100%;
    margin-bottom: 25px;
}
input[type="checkbox"], input[type="radio"] {
    width: auto;
    margin: 13px 20px 0 0;
}
.wpcf7-select {
    height: 50px;
    padding: 10px 10px;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.wpcf7-not-valid,
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 2px solid red;
}

.informativa-textbox {
    height: 300px;
    overflow: auto;
    padding: 25px;
    background: white;
    font-size: 14px;
    margin: 20px 0;
}


/* Stile specifico per spegnere il pulsante quando la checkbox non è spuntata */
#form-2019 #pulsante-invia.pulsante-disattivato,
#form-2019 #pulsante-invia:disabled,
#form-2019 #pulsante-invia[disabled] {
    background: #dddddd !important;
    background-color: #dddddd !important;
    color: #999999 !important;
    border-color: #cccccc !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

/* CF7 END */


/* CONVENZIONI */
/* nascondo immagine in archivio */
body.post-type-archive-convenzioni .jupiterx-post-image {
    display: none;
}

/* SIDEBAR */
button.wp-block-search__button.has-icon {
    margin-top: 0;
}
/* nascondo label widget immagine */
.jupiterx-widget aside .widget_media_image h3,
.aside .widget_media_image h3,
aside.jupiterx-sidebar.jupiterx-secondary.col-lg-3 h3.card-title {
    display: none;
}
.jupiterx-widget ul .menu-item:before, .jupiterx-widget ul .cat-parent:before {
    font-size: 1em!important;
}

/* RESET margini e padding */
body.home .no-internal-padding .elementor-column-gap-default>.elementor-column>.elementor-element-populated,
.no-internal-padding .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0;
}
.margin-zero p {
    margin-bottom: 0!important;
}


/* NEWSLETTER */
.newsletter-form-mailup {
    background: aliceblue;
    /* text-align: center; */
}
.newsletter-form-mailup input {
    width: 70%;
}

.newsletter-form-mailup input[type="radio"],
.newsletter-form-mailup input[type="checkbox"] {
    width: auto;
}

.newsletter-form-mailup label {
    display: block;
    text-align: left;
}
.newsletter-form-mailup label[for=privacy] {
    display: block;
    text-align: left;
}
.newsletter-form-mailup button, html [type="button"], [type="reset"], [type="submit"] {
    background: #005896;
    border: 0;
    padding: 10px 20px;
    margin-top: 20px;
    color: #ffffff;
    fill: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
}

/* mec calendar */
body.single-mec-events .breadcrumb {
    display: none;
}
body.single-mec-events .jupiterx-main-header {
    display: none;
    visibility: hidden;
}

.mec-wrap p {
    margin: auto;
    font-size: 1.13rem!important;
}
.mec-event-list-classic .mec-event-title {
    font-size: 20px;
}
.mec-event-list-classic .mec-event-date, .mec-event-list-classic .mec-event-time {
    font-size: 18px;
    font-weight: bold;;
}
.mec-month-divider {
    margin: 0;
}
a.mec-color-hover {
    word-wrap: break-word;
}

/* news in home */
body.home .post-title-simple a {
    line-height: 1.2em!important;
    display: block;
}

/* TEAM widget */
.jet-team-member__inner {
    min-height: 200px;
}

.elementor-widget-jet-team-member .jet-team-member__button:hover {
    background-color: var( --e-global-color-secondary );
}
.jet-team-member__content {
    padding-top: 20px;
}

a.raven-submenu-item.raven-link-item {
    /* color: #333333!important; */
}
li.current_page_item a {
    color: #005896 !important;
}

.raven-nav-menu-close-button {
    right: auto!important;
}

/* team su due colonne */
section.team-2-colonne {
    /* background: aliceblue; */
}
.team-2-colonne .elementor-widget-jet-team-member {
    width: 47%!important;
    margin: 10px;
}
@media screen and (max-width: 720px) {
    .team-2-colonne .elementor-widget-jet-team-member {
        width:100%!important;
    }
  }

/* carousel loghi convenzioni in homepage */
.convenzioni-carousel .jet-posts__item {
    /* background: rgb(221, 221, 221); */
    height: 200px;
    display: flex!important;
    align-items: center;
}

/* super forms */
.super-form {
    background: aliceblue;
    padding: 40px!important;
}
.super-form form {
    padding-top: 40px!important;
}
.super-form p {
    font-size: 16px;
    line-height: 22px;
}

.consenso-superforms label {
    font-size: 15px!important;
    padding: 25px 25px!important;
    background: #eeeeee;
}
.super-empty-error-msg {
    float: left!important;
    font-weight: bold;
}

@media screen and (max-width: 720px) {
  .widget_media_image {text-align: center;}
  .mec-event-list-minimal .mec-event-date:nth-child(2) {
    margin: 0;}
    
 .super-button-name {
    font-size: 16px;
    }
}


.elementor-divider {
    --divider-color: #ccc;
    padding: 50px 0!important;
}


/* wp eStore */
/* nascondo immagine  */
.eStore-product.eStore-fancy-wrapper .eStore-thumbnail {
    display: none;
}
.eStore-product.eStore-fancy-wrapper .eStore-product-description {
    margin-left: 0;
    padding: 25px;
}
.eStore-product.eStore-fancy-wrapper .eStore_price {
    display: none;
    visibility: hidden;
}
.eStore-product {
    border: 1px dashed #ccc!important;
    margin-bottom: 15px!important;
}
/* pulsante download */
input.download_now_button_submit:hover {
    background: #84d0f5;
}
input.download_now_button_submit:focus {
    color: #333333;
    font-size: inherit;
}

/* wp eStore END */

button.btn.btn-primary a {
    color: #ffffff;
}


/* super forms */
.super-html-content h1 {
    font-size: 40px;
}
.super-shortcode.super-field.super-html.super-ungrouped.nota-cf {
    margin-top: -20px;
}
@media screen and (max-width: 720px) {
    .super-html-content h1 {
        font-size: 30px;
    }
    .super-html-content h2 {
        font-size: 25px;
    }
    .super-html-content h3, .super-html-content h4 {
        font-size: 20px;
    }
}


a.iscriviti-ora {
    background: #005896;
    padding: 20px 40px;
    color: #ffffff!important;
    font-weight: bold;
    margin: 25px 0;
    display: block;
    text-align: center;
}


/* WP Download Manager */
.w3eden a[href$=".pdf"] {background: var(--color-primary);}

/* select.wpdm-custom-select.custom-select,
button.btn.btn-secondary.btn-block {
    font-size: 10px;
} */



/* rimuovo sidebar e breadcrumb da pagina single */
body.wpdmpro-template-default.single.single-wpdmpro aside,
body.wpdmpro-template-default.single.single-wpdmpro .breadcrumb,
body.wpdmpro-template-default.single.single-wpdmpro .jupiterx-main-header {
  display: none;
}
body.wpdmpro-template-default.single.single-wpdmpro .col-lg-9 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* inserisco pulsante torna in single */
.torna-ai-downloads {
  text-align: center;
  font-weight: bold;
  /* background: #eee; */
  margin: 20px 0;
  padding: 25px;
  border: 1px solid rgba(0,0,0,.125);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

/* emember */
.emember_ok {
    font-size: 30px!important;
}
.emember_ok {
    color: white!important;
    font-weight: bold!important;
    background: green!important;
    text-align: center!important;
    padding: 25px!important;
    margin-bottom: 25px!important;
}


/* wp download manager */
a.wpdm-download-link.download-on-click.btn.btn-primary {
    margin-bottom: 40px;
    padding: 15px 30px;
}

/* Feeds for YouTube Pro */
.sby_item {
    margin: -2px;
}

/*pulsante custom*/
a.button {
    background: #1ba3e6!important;
    color: #fff;
    padding: 10px 15px;
    margin: 0px 0;
    border-radius: 5px;
}
a.button:hover {
    background: #005896!important;
}

@media only screen and (max-width: 479px) {
.mec-container {
  width: auto;
  padding-left: 0;
  padding-right: 0;
  }
}

.jupiterx-scroll-top {
    margin-bottom: 5rem!important;
}

/* avviso youtube ed embedd */
.jupiterx-oembed::before {
    content: "Per visualizzare il contenuto devi abilitare i cookies";
    display: block;
    text-align: center;
    z-index: -1;
    position: absolute;
    left: 35px;
}

.jupiterx-oembed iframe {
    border: 1px solid;
    background: #eeeeee55;
}

a.raven-menu-item.raven-link-item.raven-menu-item-active {
    color: var(--e-global-color-secondary) !important;
}