/* PRIMO PIANO 1 - NAZIONALE*/

/*to do*/
 


/* PRIMO PIANO 2 - UNIONI*/

.CCInewsCarousel .img-articolo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.CCInewsCarousel .articleTitle {
    position: absolute;
    display: block;
    bottom: 0;
    top: 30%;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 50px;
    padding-right: 50px;
    background: rgba(0,0,0,.5);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}


.CCInewsCarousel .carousel-indicators {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: 0;
    padding-right: 0;
    padding-left: 15px;
    cursor: pointer;
}



.CCInewsCarousel .articleIndicator {
    margin: 5px 0;
    background: rgba(0,85,159,.6);
    transition: all .3s ease-in
}
.CCInewsCarousel .articleIndicator.active {
    background: rgba(0,85,159,1);
}


.CCInewsCarousel .articleIndicator .img-articolo {
    width: 70px;
    height: 70px
}


@media (max-width: 992px) {
    .CCInewsCarousel .embed-responsive {
        min-height: 360px;
    }

    .CCInewsCarousel .articleTitle .h1 {
        font-size: 1.25rem;
    }
    
    .CCInewsCarousel .articleIndicator .img-articolo {
        width: 40px;
        height: 40px
    }
}

@media (min-width: 993px) {
  
    .CCInewsCarousel .carousel-indicators {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

}

/* fix IE 10-11 */
@media (min-width: 993px)  {  

    .CCInewsCarousel .carousel-indicators {
        width: 33.333333%;
    }
     
}
@media (max-width: 992px) {  

    .CCInewsCarousel .carousel-indicators {
        width: 70px;
    }
     
}
/* fine fix IE 10-11 */


/* ACCORDION LISTING */
.accordion-listing .singolo-articolo {
    border-top: solid 1px #E5E5E5;
}

.accordion-listing .singolo-articolo .content-articolo {
    padding: 1.5rem;
    padding-left: 2.5rem;
}


.accordion-listing .singolo-articolo .titolo-articolo > .btn-accordion {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 24px;
    height: 26px;
    min-width: 24px;
    max-width: 24px;
    /* padding: .25rem; */
    padding: 0;
}

.accordion-listing .singolo-articolo .titolo-articolo > .btn-accordion > i {
    color: #fff;
    font-size: 12px;
}

.accordion-listing .singolo-articolo .titolo-articolo > .btn-accordion,
.accordion-listing .singolo-articolo .titolo-articolo > .btn-accordion > i,
.accordion-listing .singolo-articolo .titolo-articolo > p {
    transition: .3s;
}

.accordion-listing .singolo-articolo .titolo-articolo > .btn-accordion[aria-expanded="false"]:focus {
    background-color: #3BADE0 !important;
}

.accordion-listing .singolo-articolo .titolo-articolo > .btn-accordion[aria-expanded="true"]:focus,
.accordion-listing .singolo-articolo .titolo-articolo > .btn-accordion[aria-expanded="true"],
.accordion-listing .singolo-articolo .titolo-articolo > p[aria-expanded="true"] {
    background-color: #E5E5E5 !important;
}

.accordion-listing .singolo-articolo .titolo-articolo > p[aria-expanded="true"] {
    font-family: "Montserrat Bold";
    padding: 1px;
}

.accordion-listing .singolo-articolo .titolo-articolo > .btn-accordion[aria-expanded="false"] > i.fa-plus {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.accordion-listing .singolo-articolo .titolo-articolo > .btn-accordion[aria-expanded="true"] > i.fa-plus {
    opacity: 0;
    display: none;

}

.accordion-listing .singolo-articolo .titolo-articolo > .btn-accordion > i.fa-minus {
    opacity: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
}

.accordion-listing .singolo-articolo .titolo-articolo > .btn-accordion[aria-expanded="true"] > i.fa-minus {
    opacity: 1;
    display: flex;
}
.rassegna-stampa {
    border-top: solid 2px #00559F;
}
.rss{
    float: right;
    margin-top: 10px;
    width: 13px;
    height: 14px;
    text-indent: -9999px;
    background-image:url("rss2.png") 0 0 no-repeat;
  }

/* team */

.listing-team .EDN_featured  .wrapper-articolo{
    background: #efefef;
}

@media (min-width: 768px) {
    .listing-team .EDN_featured {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .listing-team .EDN_featured .wrapper-articolo {
        height: auto !important;

    }
    .listing-team .EDN_featured .wrapper-contenuto-articolo, .listing-team .EDN_featured .immagine-articolo {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .listing-team .EDN_featured .wrapper-articolo {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

}

/* LE NOSTRE COOPERATIVE (Archivio - Listing) */
.listing-card-category a{
    font-size: 13px !important;
}
.card-articolo > a {
    margin:15px 15px 0px 15px; 
}
.card-articolo .immagine-cooperative{
    height: 6.25em;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.singolo-articolo div.edn_cardArticleCustomField{
    font-size: 1rem;
    color: #959595 ;
}

/* LE NOSTRE COOPERATIVE (Dettaglio) */
.detail-card-article div:nth-child(2) h1{
    margin-bottom: 3rem;
}

.detail-card-article div:nth-child(2) div{
    margin-bottom: 1rem;
}

.detail-card-article div:nth-child(2) div:last-child{
    margin-bottom: 0rem;
}

.detail-card-article div:nth-child(2) div strong{
    font-weight: inherit;
}

.detail-card-article div:nth-child(2) div:last-child ul{
    display: inline-flex;
    list-style: none;
    margin-left: 0px;
}

.detail-card-article div:nth-child(2) div:last-child ul li{
    margin-right: 0.5rem;
}

.detail-card-article div:nth-child(2) div:last-child ul li::after{
    content: ", ";
}
.detail-card-article div:nth-child(2) div:last-child ul li:last-child:after{
    content: "";
}

.edMaps_map .edMaps_newsContent > .edMaps_title > a{
    font-size: 15px !important;
}

.edMaps_map .edMaps_newsContent {
    width: auto !important;
}

.dettaglio-articolo .dettaglio-articolo-card{
    min-height: inherit !important;
    background-color: #fff;
}

.dettaglio-articolo .dettaglio-articolo-immagine-card{
    height: 150px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.article_pager{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 1.5rem;
}

.article_pager a{
    border: solid 1px #e5e5e5;
    height: 32px;
    padding: 0px 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.listing-news ~ .article_pager > .page.active {
    color: #00559f;
}

.edMaps_moduleWrapper > .edMaps_mapWrapper.edMaps_hasLocationSearch .edMaps_slmWrapper{
    padding: 1rem !important;
}

.edMaps_moduleWrapper > .edMaps_mapWrapper .edMaps_slmWrapper > .edMaps_locationSearchWrapper {
    width: 100% !important;
    margin: 0 !important;
    transition: ease-in-out 0.2s;
}

.edMaps_moduleWrapper > .edMaps_mapWrapper .edMaps_slmWrapper > .edMaps_locationSearchWrapper > label {
    font-size: 1rem;
    text-transform: uppercase;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;

}

.edMaps_moduleWrapper > .edMaps_mapWrapper .edMaps_slmWrapper > .edMaps_locationSearchWrapper > input[type="text"] {
    width: 100%;
    border: solid 1px #d4d4d4;
    padding: 0 10px;
    height: 30px;
    color: #848484;
    font-size: 1rem;
    border-radius: none;
    margin-top: 1rem;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.edMaps_moduleWrapper > .edMaps_mapWrapper .edMaps_textBox > input[type="text"]:focus {
    border-color: #3BADE0 ;
    box-shadow: none !important;
}

.edMaps_slmWrapper input:-moz-placeholder,
.edMaps_slmWrapper input::-moz-placeholder,
.edMaps_slmWrapper input:-ms-input-placeholder,
.edMaps_slmWrapper input::-webkit-input-placeholder { 
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

/* EDN SEARCH */
.edncf_DropDownList{
    position: relative;
}

.edncf_AdvancedSearch span{
    margin-bottom: 1rem !important;
}

.search select, 
.search .input input {
    width: 100%;
    border: solid 1px #d4d4d4;
    padding: 0 10px;
    height: 30px;
    color: #848484;
    font-size: 1rem;
    background-color: rgba(255, 255, 255, 0);
    border-radius: none;
    margin-bottom: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 10;
    cursor: pointer;
    transition: ease-in-out 0.2s;
}

.search select:focus{
    border: solid 1px #189fd3;
}

.search .edncf_DropDownList::after{
    content: "\25BC";
    position: absolute;
    right: 0.625em;
    color: #d4d4d4;
}

.search .edncf_Multiselect{
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    transition: ease-in-out 0.2s;
}

.search .edncf_Multiselect::after{
    content: "\25BC";
    position: absolute;
    top: 43px;
    right: 0.625em;
    color: #d4d4d4;
}

.search .ms-parent{
    margin-bottom: 1rem;
}

.search .ms-choice{
    height: auto;
    width: 100%;
    border: solid 1px #d4d4d4;
    padding: 0 10px;
    min-height: 30px;
    color: #848484;
    background-color: #fff;
    text-align: left;
    transition: ease-in-out 0.2s;
}

.search .ms-choice:focus{
    border: solid 1px #189fd3;
}

.search .ms-drop{
    display: none;
    border: solid 1px #d4d4d4;
    max-height: 250px;
    overflow: auto;
    padding: 1rem;
    margin: 0px;
    transition: ease-in-out 0.2s;
}

/* .search span.placeholder,
.search span
{
    font-size: 1rem;
} */

.search .ms-drop ul{
    list-style: none;
    margin: 0;
}

.search .ms-drop ul li label input{
    margin-right: 0.5rem;
}

.edncf_submitContainer{
    text-align: right;
}

.edncf_submitContainer a{
    margin-left: 1rem;
    background-color: #3BADE0;
    color: #fff;
    min-width: 220px;
    height: 40px;
    padding: 5px 15px;
}

.edncf_submitContainer a:hover{
    background-color: #00559F;
}

.edncf_submitContainer span{
    font-size: 18px;
}

.edncf_Multiselect .ms-parent{
    width: inherit !important;
}

/*STILIZZAZIONE INDIRIZZO ALL'INTERNO DEL BALLON 17-11-2021 C.PROIETTI*/
.edMaps_map .edMaps_newsContent > .indirizzoCCI_Unioni {
    display: block;
    margin: 10px 10px 0;
    padding: 0;
    border: 0;
    max-width: 370px;
    width: auto;
    color:#848484;
    font-size: 0.8rem;
  }

  .edMaps_map .edMaps_newsContent > .edMaps_title {
    display: block;
    margin: 10px 10px 0;
    padding: 0;
    border: 0;
    max-width: 370px;
    width: auto;
    text-align: center!important; /*è stato aggiunta questa ulteriore stilizzazione rispetto allo stile di default*/
  }