.p-2 {
    font-size: 20px!important;
    margin-bottom: 1.5em;
}

.has-sharing {
    padding-left: 0px!important;
}

.heading-style-10 {
    display: none!important;
}

.jacl-item-wrap__media {
    max-width: 40%!important;
    margin-right: 40px;
}


@media (max-width: 400px) {
.jacl-item-wrap__media {
    max-width: 100%!important;
    margin-right: 0px;
}
}

a.link-custom:link,
a.link-custom:visited,
a.link-custom:active { color: #106fd9; text-decoration: none; border-bottom: 2px solid #106fd9; font-weight: bold;}
a.link-custom:hover { color: #8bc34a; text-decoration: none; border-bottom: 2px solid #8bc34a;}

.article__summary {
    align-self: center;
    margin-top: 1em;
    position: relative;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.1em;
    line-height: 1.55em;
    font-style: italic;
    font-weight: 400;
}
.summary__heading {
    font-style: normal;
    font-size: 1rem;
    letter-spacing: 2px;
    margin: 0;
    font-weight: 700;
    color: #d33a2c;
    text-transform: uppercase;
}

ul li{
 font-size:20px;
  padding-bottom: 20px;
}
ul {
 padding-bottom: 15px;
}
.sal-widget-text-editorial {
    padding:20px 26px 0px 26px; 
    clear: both;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid #f7e323;
    border-radius: 4px;
    margin-left: 0px!important;
    margin-right: 0px!important;
}

.sal-outer {
    margin-left: -30px;
    margin-right: -30px;
}

.sal-mBottom2x {
    margin-bottom: 30px;
}

ul.lettera {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

/*------------------------------------------*/
/*   INIZIO DIZIONARIO ECONOMICO
/*------------------------------------------*/

 a.dizionario {

color: #000000;
font-weight: bold;

}


a.dizionario:hover {
   color: #5cb85c !important;
   font-weight: bold;
}

a.link-interni:active {
   color: #5cb85c !important;
   font-weight: bold;
}

a.link-interni:visited {
   color: #5cb85c !important;
   font-weight: bold;
}

 
.alphabet {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.alphabet li {
    font-size: 1.6em;
    display: inline-block;
	color: #000000 !important;
}

.alphabet li a {
    font-weight: normal;
    display: inline-block;
	color: #000000 !important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 5px;
    border: 1px solid #eee
}

.alphabet li a:hover {
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #eee
}

.alphabet li span {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin: 5px;
    color: #aaa;
    border: 1px solid #eee
}

.alphabet li span strong {
    color: #000000;
}

/*------------------------------------------*/
/*   FINE DIZIONARIO ECONOMICO
/*------------------------------------------*/
.listMCalM {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
  list-style-type: none;
}

.listMCalM ul {
list-style-type: none;
}
.listMCalM li {
    text-align: center;
    flex: 1 33%;
    padding: 5px;
}
.listMCalM li a {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #ffeee8;
    min-height: 50px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    color: #4A4A4A;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.listMCalM li a:hover {
    background-color: #FF5C1C;
    color: #FFFFFF;
}