:root {
  --main-color: #212529;
  --accent-color: #e40000;
  --secondary-color: #6c757d;
  --light-color: #e7e7e8;
  --light-brown-color: #eeebe0;
}

body, html {
  font-size: 16px;
}

body,
table,
.subscribe,
.copyright,
.easy_img_caption_inner{
  /*font-family: 'Libre Baskerville', 'serif';*/
  font-family: 'Roboto', 'sans-serif';
  line-height: 1.58;
  font-display: optional;
}
/*h1,h2,h3,h4,h5,h6,
.nav,
.category-name,
.published,
.createdby{
  font-family: 'Roboto', 'sans-serif';
}*/

h1,h2,h3,h4,h5,h6,
.h1, .h2, .h3, .h4, .h5, .h6{
  font-weight: bold;
  color: var(--main-color);
  font-family: 'Roboto', 'sans-serif';
  font-display: optional;
}
h1 {
  font-size: 2.5rem;
}

h4 {
  font-size: 1.2rem;
}

.h5, h5 {
    font-size: 1.1rem;
}

a {
  color: var(--main-color);
}
a:hover{
  color: var(--main-color);
  text-decoration: none;
}
.article-body{
  overflow-wrap: anywhere;/*manda a capo i link lunghi*/
}

.article-body a,
.readmore,
#pmform-form a,
.fields-container .file a,
.pd-cdesc a{
    color: #2b6cb0;
}

main{
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  aspect-ratio: attr(width) / attr(height);
}
.bg-primary {
  background-color: var(--accent-color) !important;
}
.bg-grey {
  background: #e9ecef;
}

.bg-grey2 {
  background: #e2e2e2;
}

.bg-black {
  background: #000;
}

.bg-light-brown{
  background: var(--light-brown-color) !important;
}

.text-primary{
  color: var(--accent-color) !important;
}

.text-transparent{
  color: transparent !important;
}

.btn {
  border-radius: initial;
}

.btn-light{
  background-color: var(--light-color) !important;
  border-color: var(--light-color) !important;
}

.btn-primary {
  background-color: var(--accent-color) !important;
  border-color: var(--accent-color) !important;
}

.btn-primary:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.btn.focus, .btn:focus {
  box-shadow: none;
}

.element-invisible{
  display:none !important;
}

#mainmenu ul li{
  border-top: 1px solid #000;
}

#mainmenu ul li:first-child{
  border-top: none;
}

#mainmenu nav ul li a{
  padding-left: 0;
}

.header a i{
  font-size:1.2rem;
}

.nav-header{
  text-transform: uppercase;
  font-weight: bold;
  margin: 2rem 0 0 0;
  display: block;
}
.quickmenu{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.quickmenu a,
.quickmenu2 a{
  text-transform: uppercase; 
  padding: 0.5rem 0.5rem;
}

.quickmenu a img,
.quickmenu2 a img,
.header nav ul li a img{
  height: 20px;
  margin-bottom: 5px;
}

.quickmenu2{
  border-bottom: 1px solid #000;
}

a.category-name,
.category-name a,
.category-name {
  color: var(--accent-color);
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
}
.occhiello{
  font-style: italic;
}
.author{
  font-weight: bold;
}

.blog .items-row,
.blog .items-leading > div{
  border-bottom: 1px solid #000;
  padding: 3rem 0;
}

.blog .items-leading > div:first-child{
  padding-top: 0;
}

.blog .items-row:last-child{
 border-bottom: none;
}

.blog h2 {
  font-size: 1.5rem;
}

.items-leading .col-md-6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.article-body,
.occhiello,
.mod-articles-category-introtext,
.blog-intro-text,
.blog-featured-introtext{
  font-family: 'Libre Baskerville', 'serif';
}

.sidebar .mod-articles-row{
  border-bottom: 1px solid #000;
  padding: 1rem 0;
}

.mod-articles-row:last-child{
  border-bottom: none;
}

.sbam{
  font-size: 5rem;
}
.moduletable.y-border{
  border-top: 4px solid var(--accent-color);
  border-bottom: 4px solid var(--accent-color);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.icons a,
.icons button,
.icons a:hover,
.icons button:hover{
  color: var(--accent-color);
  font-size: 1.5rem;
}

.icons ul {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  margin-bottom:0;
}

#congiunturabottone .dropdown-menu{
  width: 100vw;
}

.osm-pricing-table-circle .osm-plan-price p {
  font-size: 2rem;
}
.osm-pricing-table-circle .osm-plan:hover .osm-plan-price p,
.osm-pricing-table-circle .osm-plan:hover .osm-plan-price sub {
  color: #000000 !important;
}

/*.osm-pricing-table-circle .osm-plan-header > h2 {
  color: #fff;
}*/

.osm-plan-header {
  background-color: #e9ecef !important;
}

.article-body .subscribe{
  color: #000;
}

.article-body .subscribe:before{
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%);
  content: "";
  position: absolute;
  margin-top: -235px;
  left: 0;
  height: 200px;
  width: 100%;
}

.sidebar .moduletable h3 {
  border-left: 5px solid var(--accent-color);
  padding-left: 10px;
}

.sidebar .moduletable{
  margin-bottom: 2rem;
}

.banner ul li i{
  font-size: 1.5rem;
}
.banner ul li i.fa-plus,
.free-banner ul li i.fa-plus{
  color: var(--accent-color);
}

#osm-profileTabs{
  background: #e9ecef;
}

#osm-profileTabs li{
  margin-bottom: -1px;
}

#osm-profileTabs li a{
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  display: block;
  padding: .5rem 1rem;
}

#osm-profileTabs li a.active,
#osm-profileTabs li.active a{
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

#bottonecerca .dropdown-menu{
  width: 350px;
}

#mainmenu .dropdown-menu{
  width: 350px;
}

#mainmenu .dropdown-item.active,
#mainmenu .dropdown-item:active {
  background-color: initial;
}

/*.profilo,
.join{
  color: var(--accent-color);
}*/

footer,
footer a{
  color: #fff;
}

footer a:hover{
  color: #fff;
}

footer h3{
  color: var(--accent-color);
  text-transform: uppercase;
  font-size: 1.3rem;
}

.footer3{
  text-align: center;
}

footer .nav-link{
  padding-left: 0;
}

.nav-link.icon img{
  margin-right: 0.3rem;
}

.table.congiuntura th,
.table.congiuntura td{
  text-align: right;
}

.table.congiuntura th:first-child,
.table.congiuntura td:first-child{
  text-align: left;
}

.video-thumb .btn{
  top: 50%;
}

.play_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  z-index: 63;
  color: var(--accent-color);
}

.contacts.category .row.border-bottom{
  border-bottom: 5px solid var(--accent-color) !important;
}

#author_infobox{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 2rem 0 0 0;
  padding: 2rem 0 0 0;
}
.author_infobox_name .bold {
  display:none;
}
.author_infobox_name{
  font-size: 1.5rem;
  font-weight: bold;
  font-family:  'Roboto', 'sans-serif';
}

.author_infobox_image_profile{
  max-width: 160px;
}

.text-sito-web{
  color: var(--secondary-color) !important;
}
.text-twitter{
  color: rgb(29, 161, 242) !important;
}
.text-linkedin{
  color: #3b5998 !important;
}
.text-instagram{
  color: #e6683c !important;
}

.osm-pricing-table-circle .osm-plan.w-100{
  max-width: initial;
}
.osm-pricing-table-circle .osm-plan-header{
  height: 180px;
  margin: 0 0 80px;
}

.osm-pricing-table-circle .osm-plan{
  min-height: 430px;
}

.osm-pricing-table-circle .osm-plan-short-description {
  margin: 30px 30px 0;
}

.osm-pricing-table-circle .osm-plan-price{
  padding: 40px 0;
}

div.pagination{
  justify-content: center;
  margin-top: 3rem;
}
.pagination .page-link{
  background: #e9ecef;
  color: #7a7a7a;
}

.pagination .page-item.active .page-link {
  background: #7a7a7a;
  color: #fff;
}

.pagination .page-link-next .page-link,
.pagination .page-link-end .page-link,
.pagination .page-link-prev .page-link,
.pagination .page-link-start .page-link{
  background: transparent;
}

.easy_img_caption{
  margin: 1rem 0;
  display: block !important;
}
.easy_img_caption_inner1{
  font-size: 1.2rem;
  font-weight: bold;
}
.easy_img_caption_inner2{
  font-style: italic;
  color: var(--secondary-color);
}

#searchForm .btn{
  background-color: var(--accent-color) !important;
  border-color: var(--accent-color) !important;
  color: #fff;
}

.osm-privacy-policy a{
  text-decoration: underline;
}

#jform_captcha-lbl,
.control-label .optional{
  display: none;
}

.mod-articles-category-introtext{
  white-space: initial;
}

.social{
  margin-left: 73px;
}

.social .btn{
  font-size: 32px;
}

#dynamic_recaptcha_1:before {
  content:'Per visualizzare il codice di sicurezza è necessario accettare i Cookie di terze parti. Clicca su "Gestisci cookie" e accettali ';
}

[data-recaptcha-widget-id="0"]:before{
  content:'' !important;
}
.label.label-warning{
color: #212529;
background-color: #ffc107;
display: inline-block;
padding: .25em .4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.payment_information .col-md-9 label {
  display: block;
}
.pf-message{
  display:block;
}
#payment-complete-page{
  display: block;
}
.payment-heading{
  margin: 10rem auto;
  font-size: 2rem;
  font-weight: bold;
}
.ax-slider > li:not(:first-child) {
    display: none;
}
.ax-slider > li:first-child {
  float: left;
  margin-bottom: 50px !important;
}

.archivio_qf table{
  width: 100%;
}

/*-----------------------------------*/
.pager {
  margin: 18px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: var(--accent-color);
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: #fff;
}
.pager li > a:hover,
.pager li > a:focus {
   text-decoration: none;
   background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
   float: right;
}
.pager .previous > a,
.pager .previous > span {
   float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
   color: #999;
   background-color: #fff;
   cursor: default;
}
/*-------FINE PAGER-----------------------------------------*/

#abbonamentoteam{
	display:none;
}
.com_osmembership.view-plans #abbonamentoteam{
	display:block;
}

.categories-list .category-item{
  border-bottom: 1px solid #000;
}

/*.categories-list .category-item:nth-child(n+3){
  opacity: 0.3;
}*/

.search-results .result-title{
  margin-top: 2rem;
}
.searchintro .badge-info {
  color: #212529;
  background-color: transparent;
}

.multi-user {
  line-height: 1.1;
}

.moduletable.qfm:before{
  content: '';
  width: 100%;
  height: 30px;
  display: block;
  background: url(/templates/mondoeconomico/images/logo_quadrante_futuro_multimediale.jpg) no-repeat;
}

.moduletable.radar h3{
  display:flex;
  align-items: center;
}

.moduletable.radar h3:before{
  content: '';
  width: 40px;
  height: 40px;
  display: block;
  background: url(/templates/mondoeconomico/images/logo_radar.png) no-repeat;
  background-size: contain;
  margin-right: 1rem;
}

.moduletable.radar .mod-list:before{
  content: "Occhio all'agenda";
  width: 100%;
  height: 40px;
  display: block;
  margin-right: 1rem;
  color: var(--accent-color);
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
}

.blog.archivio .item-image img {
  max-height: 200px;
  width: auto;
}

.menu .login .menu-image-title,
.menu .logout .menu-image-title{
  display: none;
}
.menu .login,
.menu .logout{
  border-left: 1px solid #000;
}

.bannergroup{
  margin-bottom: 2rem;
}

.alert-warning2 {
  color: #000;
  background-color: #f6cb0d;
  border-color: #f6cb0d;
}

.bio{
  font-style: italic;
}

.consigliati {
  border: 1px solid #333;
  padding: 0 1rem 1rem 1rem;
  margin: 2rem 0;
}

.consigliati .field-label{
  font-weight: bold;
  font-size: 1.3rem;
  display: block;
  margin-top: -1.3rem;
  background: #fff;
  width: max-content;
  padding: 0.5rem;
}

.consigliati .article{
  border-top: 1px solid #333;
}

.consigliati .article:first-child{
  border-top: none;
}

.consigliati .article_date{
  font-weight: normal;
}

.consigliati .article-authors{
  font-family: 'Roboto', 'sans-serif';
}

.consigliati .article_image img{
  width: 100%;
}

.big-icon{
  font-size: 5rem;
}

.medium-icon{
  font-size: 3rem;
}

.blog.podcast .category-name{
  display: none;
}

.ti-angle-right:before,
.ti-angle-left:before {
  background: #fff;
}

.pd-button-download .btn-success{
 background-color: var(--accent-color) !important; 
}

body.com_phocadownload div[style="text-align:right;color:#ccc;display:block"]{
  display: none !important;
}

.pd-filename > div{
  background: none !important;
  padding-left: 0 !important;
}

#phoca-dl-download-box .pd-filenamebox, #phoca-dl-category-box .pd-filenamebox {
    float: initial !important;
}

.radar_strillo{
  background: var(--accent-color);
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.5rem;
  font-family: 'Roboto', 'sans-serif';
  margin-right: 1rem;
}


.moduletable.radar{
  background: #e400001b;
  padding: 1rem;
}

.moduletable.eventi{
  background: #eeebe0;
  padding: 1rem;
}

.moduletable.eventi h3:before{
  content: '\f073';
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 1rem;
  font-size: 2rem;
}

#mod_focus .minimizza_1 .mod-articles-category-title:before{
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.5rem;
  font-variant: normal;
  color: var(--accent-color);
}

#mod_focus .minimizza_1 .mod-articles-category-title{
  font-size: 1rem;
}

#mod_focus {
  border-bottom-width: 2px !important;
}

#mod_focus .image a,
#mod_inevidenza .image a{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  display: block;
}

#mod_focus .image img,
#mod_inevidenza .image img{
  max-height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
}

.osm-plan-19 .osm-plan-header{
  background: #ffcc60 !important;
}

#pmform-form h1{
  width: 100%;
}

.pd-category .row{
  border-bottom: 1px solid #000;
  align-items: center;
}

#home_mobile .hot{
  background: #e9ecef;
  padding: 1rem;
}

#home_mobile .mod-articles-row{
  padding: 3rem 0;
  border-bottom: 1px solid #000;
}

#newsletter,
#newsletter h3,
#newsletter a{
  color: #fff;
}

#newsletter .acymailing_introtext{
  text-align: center;
  margin-bottom: 2rem !important;
}

#newsletter .button.subbutton.btn.btn-primary{
  background: var(--secondary-color) !important;
}

#newsletter .fieldacyname,
#newsletter .fieldacyemail{
  display: flex;
  flex-direction: column;
}

#sharethis{
        display:none;
        z-index: 1000;
}

#sharethis >div{
        display: flex;
        flex-wrap: wrap;
        position: fixed;
        z-index: 1000000;
        bottom: 0;
        left: 0;
        right: 0;
}
#sharethis a{
        flex-grow: 1;
        text-align: center;
        display:block;
	padding: 0 0.5rem;
}

#sharethis a,
#sharethis .fa-facebook,
#sharethis .fa-whatsapp,
#sharethis .fa-telegram,
#sharethis .fa-twitter,
#sharethis .fa-instagram,
#sharethis .fa-comments,
#sharethis .fa-youtube,
#sharethis .fa-pinterest,
#sharethis .fa-linkedin,
#sharethis .fa-twitter{
        color:#fff;
        text-decoration: none;
        font-size: 1.4rem;
}

#sharethis .text{
        font-size: 0.9rem;
}

#sharethis .facebook {
        background: #3b5998;
}

#sharethis .twitter {
        background: #00a7e6;
}

#sharethis .whatsapp {
        background: #26cc64;
}

#sharethis .telegram,
.bg-telegram {
        background: #0088cc;
}

#sharethis .pinterest {
        background: #e60023;
}

#sharethis .linkedin {
        background: #0077b5;
}

#sharethis .twitter {
        background: #1DA1F2;
}

#sharethis .forum {
        background: #48918c;
}

#sharethis .youtube {
        background: #ff0000;
}

#sharethis .instagram {
        background: #ee7103;
        background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.blog .items-row .item-image:not(.sbam):not(.data-evento),
.sidebar .mod-articles-row .image,
#home_mobile .mod-articles-row .image{
  position: relative;
  width: 100%;
  padding-top: 65%;
  border: 1px solid #ccc;
}

.blog .items-row .item-image:not(.sbam) img,
.sidebar .mod-articles-row .image img,
#home_mobile .mod-articles-row .image img{
  max-height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog.archivio .items-row .item-image:not(.sbam) img{
  width: initial;
  height: initial;
}

.radar-image.float-left {
  float: initial !important;
}

.nl-image{
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center right;
}

#newsletter .moduletable > .text-center{
  font-size: 1.5rem;
}

.blog .data-evento .giorno,
.moduletable .data-evento .giorno{
  color: #000;
  font-size: 4rem;
  font-weight: bold;
  line-height: initial;
}
.blog .data-evento .mese,
.moduletable .data-evento .mese{
  font-size: 2.3rem;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--accent-color);
}

.blog .data-evento .anno,
.moduletable .data-evento .anno{
  color: #000;
  font-size: 2rem;
  font-weight: initial;
}

.moduletable .data-evento .giorno{
  font-size: 2rem;
}
.moduletable .data-evento .mese{
  font-size: 1.15rem;
}
.moduletable .data-evento .anno{
  font-size: 1rem;
}

.item-page.eventi .sottotitolo_evento{
  background: #eeebe0;
  text-align: center;
  padding: 2rem;
}

.item-page.eventi .page-header.is_event h1{
  color: var(--accent-color); 
  text-transform: uppercase;
  padding: 2rem 2rem 0rem 2rem;
  background: #eeebe0;
  text-align: center;
  margin-bottom: 0;
}

.item-page.eventi .dettaglio-evento{
  font-size: 1.2rem;
}

.nav.nav-stacked{
  flex-direction: column;
}

#unsubbutton_div .acymailing_button_grey{
background: var(--accent-color);
color: #fff;
font-size: 16px;
text-transform: uppercase;
padding: 0.7rem;  
margin: 0 auto;
display: block;
}

#c-t-bn{
  margin-bottom: 100px !important;
  background: initial !important;
  font-weight: normal !important;
}

/*------------------------------------------------*/
@media (min-width: 576px) {
}
@media (min-width: 768px) {
  .header a i{
    font-size:1.18rem;
  }
  .ax-slider > li:not(:nth-child(-n+4)) {
    display: none;
  }
  .ax-slider > li:nth-child(-n+4) {
    float: left;
    width: calc(100% / 4);
    margin-bottom: 50px !important;
  }
  .item-page.archivio .item-image img {
    max-height: 400px;
    width: auto;
  }
  .radar-image.float-left{
    max-width: 270px;
    height: auto;
    margin-right: 1rem;
    float: left !important;
  }
}
@media (min-width: 992px) {
  #logo_ce{
    border-left: 1px solid #000;
  }
  .footer2{
    border-left: 1px solid #fff;
    padding-left: 5rem;
  }
  .menu .logout .menu-image-title,
  .menu .login .menu-image-title{
    display: initial;
  }
  .menu .login,
  .menu .logout{
    border-left: none;
  }

  .consigliati .article{
    border-top: none;
    border-left: 1px solid #333;
  }

  .consigliati .article:first-child{
    border-top: none;
    border-left: none;
  }

  #newsletter .fieldacyname,
  #newsletter .fieldacyemail{
    flex-direction: row;
  }
  #newsletter .acymailing_form{
    display:flex;
    justify-content: space-around;
    align-items: center;
  }
  #newsletter label{
    margin-right: 1rem;
  }

  #sharethis{
    position: fixed;
    bottom: 0;
  }
  #sharethis > div{
    position: relative;
  }
}
@media (min-width: 1200px) {
  #congiunturabottone .dropdown-menu{
    width: auto;
  }
  #congiunturabottone table{
    min-width: 970px;
  }
  .ax-slider > li:not(:nth-child(-n+5)) {
    display: none;
  }
  .ax-slider > li:nth-child(-n+5) {
    float: left;
    width: calc(100% / 5);
    margin-bottom: 50px !important;
  }
  #mod_focus .first_article h4,
  #mod_inevidenza .first_article h4{
    font-size: 2.5rem;
  }
  .float-lg-left.other-image {
    margin: 3px 10px 0 0;
  }
}
@media (min-width: 1600px) {
}
@media (min-width: 1800px) {
}



@media (max-width:575.98px) {
  .author_infobox_name {
    height: 78px;
    line-height: normal;
    margin-top: 1rem;
  }
}
@media (max-width:767.98px) {
}
@media (max-width:991.98px) {
  #icone{
    border-top: 1px solid #000;
  }
  .header {
    border-bottom: 1px solid #000;
  }
}
@media (max-width:1199.98px) {
}
@media (max-width:2500px) {
}

