<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

b, strong {
  font-weight: 500;
}

/*FORM NEWSLETTER*/
#Newsletter-form label {
  font-size: 17px;
  color: #fff;
  display: block;
  padding: 5px 0;
}
#Newsletter-form select {
  display: block;
  width: 100%;
  color: #283950;
  height: 45px;
  border-radius: 10px;
  border: 0px;
  background: #fff;
  padding: 10px 50px 10px 15px;
  font-size: 16px;
   appearance: none; /* Per browser moderni */
  -webkit-appearance: none; /* Per Safari/Chrome */
  -moz-appearance: none; /* Per Firefox */
}

#Newsletter-form select {
  background-image:
    linear-gradient(-45deg, transparent 50%, #fff 50%),
    linear-gradient(-135deg, #fff 50%, transparent 50%),
    linear-gradient(-45deg, transparent 50%, #283950 50%),
    linear-gradient(-135deg, #283950 50%, transparent 50%);
  background-position:
    calc(100% - 13px) 1.1em,
    calc(100% - 20px) 1.1em,
    calc(100% - 13px) 1.25em,
    calc(100% - 20px) 1.25em;
  background-size:
    7px 7px,
    7px 7px,
    7px 7px,
    7px 7px;
  background-repeat: no-repeat;
  border-color: #283950;
  outline: 0;
}

#Newsletter-form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}


#Newsletter-form p {
  font-size: 17px;
  color: #fff;
  display: block;
  margin-bottom:5px
}
#Newsletter-form input[type="text"],
#Newsletter-form input[type="url"],
#Newsletter-form input[type="tel"],
#Newsletter-form input[type="email"] {
  font-size: 15px;
  line-height: 21px;
  color: #283950;
  background: #fff;
  width: 100%;
  max-width: 100%;
  height: 45px;
  padding: 10px 15px;
  border: 0px solid #e1e1e1;
  border-radius: 10px;
  font-size: 16px;
}

#Newsletter-form input[type="text"]::placeholder,
#Newsletter-form input[type="url"]::placeholder,
#Newsletter-form input[type="tel"]::placeholder,
#Newsletter-form input[type="email"]::placeholder {
  
  color: #283950;
}

#Newsletter-form .privacy label {
  display: inline-block;
}
#Newsletter-form .privacy a{
  font-size: 17px;
  color: #fff;
  text-decoration:underline;
}

#Newsletter-form .privacy a:hover,
#Newsletter-form .privacy a:focus,
#Newsletter-form .privacy a:active{
  text-decoration:none;
}
#Newsletter-form .privacy label input[type="checkbox"]{
  margin-right: 10px;
}

#Newsletter-form button {
  font-size: 19px;
  line-height: 1.2;
  padding: 7px 15px;
  border-radius: 0px;
  border: 0px;
  margin-top: 0px;
  background: #000;
  color: #fff;
  width: 150px;
  background: transparent;
  border:1.5px solid #fff;
  border-radius:10px;
  transition: .4s;
}

#Newsletter-form button:hover,
#Newsletter-form button:active,
#Newsletter-form button:focus{
  border:1.5px solid #000;
  background: #000;
  transition: .4s;
}

#Newsletter-form .row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  vertical-align: revert-layer;
  margin-left:-10px;
  margin-right: -10px;
}

#Newsletter-form .column {
  display: block;
  min-height: 1px;
  float: left;
  padding: 10px 10px;
  position: relative;
  vertical-align: top;
}

#Newsletter-form .column.privacy {
  padding: 5px 10px;
}

#Newsletter-form .td-span4 {
  width: 33.333%;
}

#Newsletter-form .td-span6 {
  width: 50%;
}

#Newsletter-form .td-span12{
  width: 100%;
}
.SocialTit {
  margin: 10px 0 !important;
  position: relative;
  display: block;
}

.social-share-buttons {
display: block;
margin-top: 10px;
position: relative;
}
.social-button {
color: #fff;
text-decoration: none;
border-radius: 5px;
font-size: 17px;
height: 40px;
width: 40px;
text-align: center;
line-height: 40px;
display: inline-block;
margin: 0 5px;
}
.social-button:first-of-type {
  margin-left: 0px;
}
.social-button:last-of-type {
  margin-right: 0px;
}
.social-button.facebook { background-color: #3b5998; }
.social-button.linkedin { background-color: #0077b5; }
.social-button.twitter { background-color: #000000; }
.social-button.email { background-color: #454545; }
.social-button.whatsapp { background-color: #25d366; }

.tdi_23 .tdb-logo-svg-wrap svg {
  width: 350px !important;
  height: auto !important;
}

.padding-custom {
  padding-top: 50px !important;
}

.text-right {
  text-align: right;
}

.margin-T30 {
	margin-top:30px;
}

.filtro p {
	margin:0px !important;
}

.D-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.td-admin-edit-2 {
  position: absolute;
  left: 10px;
  top: 0;
  display: none;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff !important;
  padding: 3px 10px;
  font-size: 13px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.download .td-admin-edit-2 {
  right: 10px;
  left:auto;
}

.td-admin-edit-2:hover {
  background-color: #000;
}

.taxonomy-post:hover .td-admin-edit-2{
	display: block;
}

.td_block_template_3 .td-block-title {
  margin-bottom:8px
}
ul.rassegna-stampa-lista {
  margin:0!important;
  padding:15px 30px;
  background:#f6f3eb;
  list-style:none
}
ul.rassegna-stampa-lista li {
  margin:0!important;
  border-bottom:1px solid #000000;
  padding:15px 0
}
ul.rassegna-stampa-lista li:last-of-type {
  border-bottom:0px solid #000000
}
ul.rassegna-stampa-lista li p.dati {
  margin-bottom:0!important;
  font-size:16px;
  line-height:1.2;
  font-weight:400;
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  justify-content:space-between;
  align-items:center
}
ul.rassegna-stampa-lista li h2.titolo {
  margin:10px 0 5px 0!important;
  font-size:20px;
  line-height:1.2;
  font-weight:700;
  display:block
}
.pagination {
  margin:20px 0!important;
  list-style:none;
  text-align:center
}
.pagination li {
  width:30px;
  height:30px;
  display:inline-block;
  margin:0 5px!important;
  font-family:var(--td_default_google_font_1,'Open Sans','Open Sans Regular',sans-serif);
  font-size:18px;
  line-height: 30px !important;
}
.pagination li a {
  color:#000;
  background:#f6f3eb;
  display:block;
  transition:.4s
}
.pagination li a:hover,
.pagination li a:focus,
.pagination li a:active {
  color:#ffffff;
  background:#1e2f48;
  transition:.4s
}
.pagination li .td-next-prev-wrap,
.pagination li .td-load-more-wrap {
  margin:0px!important
}
#rassegna_stampa_years,
#bollettini_years,
#post_years{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  width:125px;
  background:#fff;
  border:1px solid #000;
  border-radius:5px;
  font-family:var(--td_default_google_font_1,'Open Sans','Open Sans Regular',sans-serif);
  font-size:18px;
  line-height:1;
  padding:5px 30px 5px 10px
}
#bollettini_categories,
#post_tipologie,
#rassegna_stampa_fonte{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  width:200px;
  background:#fff;
  border:1px solid #000;
  border-radius:5px;
  font-family:var(--td_default_google_font_1,'Open Sans','Open Sans Regular',sans-serif);
  font-size:18px;
  line-height:1;
  padding:5px 30px 5px 10px;
  margin-right:10px
}
.tendina-icona .td-icon-plus {
  position:absolute;
  right:10px;
  top:7px
}
.tendina-icona.laterale .td-icon-plus {
  right:20px
}
.tendina-icona {
  position:relative;
  display:inline-block
}

.ultimo-post-evidenza .td-excerpt {
  display:block;
  color:#000000;
  margin:10px 0;
  column-count:1;
  column-gap:48px;
  font-size:20px !important;
  line-height:1.4!important;
  font-weight:400!important
}
.ultimo-post-evidenza .entry-title {
  margin:20px 0;
  font-size:40px!important;
  line-height:1.2!important;
  font-weight:600!important
}
.quattro-post-home .entry-title {
  margin:5px 0 10px 0; 
  font-size:20px !important;
  line-height:1.2!important;
  font-weight:600!important
}
.ultimo-post-evidenza .entry-title a:hover,
.quattro-post-home .entry-title a:hover,
.taxonomy-post .titolo a:hover,
.ultimo-post-evidenza .td-author-date a:hover,
.quattro-post-home .td-author-date a:hover,
.taxonomy-post .td-author-date a:hover{
  color:#cc0112!important
}
.ultimo-post-evidenza .td-editor-date,
.ultimo-post-evidenza .td-post-author-name a,
.ultimo-post-evidenza .td-author-date .entry-date,
.ultimo-post-evidenza .td-module-comments a,
.ultimo-post-evidenza .td-post-author-name {
  font-size:17px!important;
  line-height:1.2!important;
  font-weight:400!important;
  font-family:var(--td_default_google_font_1,'Open Sans','Open Sans Regular',sans-serif);
  color:#000
}
.quattro-post-home .td-editor-date,
.quattro-post-home .td-post-author-name a,
.quattro-post-home .td-author-date .entry-date,
.quattro-post-home .td-module-comments a,
.quattro-post-home .td-post-author-name {
  font-size:15px !important;
  line-height:1.2!important;
  font-weight:400!important;
  font-family:var(--td_default_google_font_1,'Open Sans','Open Sans Regular',sans-serif);
  color:#000
}
.ultimo-post-evidenza .td-author-date,
.quattro-post-home .td-author-date {
  display:flex
}
.ultimo-post-evidenza .td-author-date .td-post-author-name,
.ultimo-post-evidenza .td-author-date .td-post-date,
.quattro-post-home .td-author-date .td-post-author-name,
.quattro-post-home .td-author-date .td-post-date {
  width:50%
}
.ultimo-post-evidenza .td-author-date .td-post-date,
.quattro-post-home .td-author-date .td-post-date {
  text-align:right
}
.ultimo-post-evidenza .td-read-more {
  margin:20px 0
}
.ultimo-post-evidenza .td-read-more a {
  padding:15px 0;
  background-color:#ffffff!important;
  color:#999999;
  font-size:17px!important;
  line-height:1!important;
  font-weight:400!important
}
.ultimo-post-evidenza .td-read-more a:hover,
.ultimo-post-evidenza .td-read-more a:focus,
.ultimo-post-evidenza .td-read-more a:active {
  color:#000000
}
.taxonomy-container {
  display:block;
  position:relative
}
.taxonomy-container.grande .taxonomy-image {
  width:66.66666%;
  float:left;
  padding:0 10px 10px 10px
}

.taxonomy-container.grande.post-3 .taxonomy-image {
  width:100%;
  float:none;
  padding:0 10px 15px 10px;
}

.taxonomy-container.grande.post-4 .td-image-wrap {
  padding-bottom:55%
}

.taxonomy-container.grande.post-3 .td-image-wrap {
  padding-bottom:28%;
}
.taxonomy-container.grande.post-4 .taxonomy-post {
  width:33.333%;
  float:left;
  display:block;
  padding:0 10px 10px 10px;
  position:relative;
}

.taxonomy-container.grande.post-3 .taxonomy-post {
  width:33.333%;
  float:left;
  display:block;
  padding:0 10px 10px 10px;
  position:relative;
}

.taxonomy-container.piccolo.post-2 .taxonomy-post {
  width:50%;
  float:left;
  display:block;
  padding:0 10px 10px 10px;
  position:relative;
}
.taxonomy-container .td-image-wrap {
  padding-bottom:70%;
  display:block;
  position:relative
}
.taxonomy-container .td-thumb-css {
  width:100%;
  height:100%;
  position:absolute;
  background-size:cover;
  background-position:center center
}
.taxonomy-container.grande .taxonomy-post .td-image-wrap {
  padding-bottom:70%
}
.taxonomy-container.piccolo .taxonomy-image {
  display:none
}
.taxonomy-container.grande .taxonomy-post .titolo,
.taxonomy-container.piccolo .taxonomy-post .titolo,
.taxonomy-posts-container.piccolo.post-2.download .titolo {
  line-height:1.2;
  font-size:20px;
  font-weight:600;
  margin:10px 0
}
.taxonomy-container.grande .taxonomy-post .descrizione,
.taxonomy-container.piccolo .taxonomy-post .descrizione,
.taxonomy-container.grande .taxonomy-post .fonte,
.taxonomy-container.piccolo .taxonomy-post .fonte {
  margin-bottom:10px;
  display:block;
  color:#000000;
  column-count:1;
  column-gap:48px;
  font-size:18px !important;
  line-height:1.3 !important; 
  font-weight:400!important;
  font-family:var(--td_default_google_font_1,'Open Sans','Open Sans Regular',sans-serif)
}
.taxonomy-container.grande.post-4 .taxonomy-post .fonte {
  display:none
}
.taxonomy-posts-container.piccolo.post-2.download .td-image-wrap {
  padding-bottom:34%;
  position:relative
}
.taxonomy-posts-container.download .td-thumb-css {
  width:100%;
  height:100%;
  position:absolute;
  background-size:cover;
  background-position:center center
}
.taxonomy-posts-container.download .taxonomy-image {
  display:block;
  padding:0 10px 0 10px;
  position:relative
}
.taxonomy-posts-container.piccolo.post-2.download .taxonomy-post {
  width:50%;
  float:left;
  display:block;
  padding:0 10px 10px 10px;
  position:relative;
}
.taxonomy-posts-container.piccolo.download .taxonomy-post .fonte {
  margin-bottom:10px;
  display:block;
  color:#000000;
  margin:10px 0;
  column-count:1;
  column-gap:48px;
  font-size:16px!important;
  line-height:1.4!important;
  font-weight:400!important;
  font-family:var(--td_default_google_font_1,'Open Sans','Open Sans Regular',sans-serif)
}
.taxonomy-posts-container.piccolo.download .taxonomy-post .descrizione.download a {
  margin-bottom:10px;
  display:block;
  color:#999999;
  margin:10px 0;
  column-count:1;
  column-gap:48px;
  font-size:16px!important;
  line-height:1.4!important;
  font-weight:400!important;
  font-family:var(--td_default_google_font_1,'Open Sans','Open Sans Regular',sans-serif);
  text-decoration:underline
}
.taxonomy-posts-container.piccolo.download .taxonomy-post .descrizione.download a:hover,
.taxonomy-posts-container.piccolo.download .taxonomy-post .descrizione.download a:active,
.taxonomy-posts-container.piccolo.download .taxonomy-post .descrizione.download a:focus {
  color:#000000;
  text-decoration:none
}
.taxonomy-post .td-author-date {
  display:block;
  margin:10px 0;
  font-size:16px!important;
  line-height:1.4!important;
  font-weight:400!important;
  font-family:var(--td_default_google_font_1,'Open Sans','Open Sans Regular',sans-serif)
}
.taxonomy-post .td-author-date .td-post-author-name,
.taxonomy-post .td-author-date .td-post-date {
  display:block;
  font-weight:400!important;
  color:#000
}

/*AUTORI*/
.author .tdc-content-wrap {
  padding-top: 80px;
  padding-bottom: 40px;
}
.author .td-main-content-wrap {
  padding-bottom: 0px;
}   
.author h1.entry-title.td-page-title {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 23px;
}
.author h2.entry-title.td-page-title {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 25px;
}
.author .entry-role {
   font-size: 20px;
   color: var(--td_page_title_color);
   font-weight: 400;
   line-height: 1.2;
} 
.author .descrizione p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}    
.author .author-image {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}   
.author .tabella{
	margin-top:40px
}

.author .tendina-icona {
  float: right;
}

/*ARCHIVI*/
.archive h1.td-page-title {
  font-size: 40px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
	margin: 0;
}


.td_block_template_3 .td-block-title {
  margin-bottom:8px
}
ul.rassegna-stampa-lista {
  margin:0!important;
  padding:15px 30px;
  background:#f6f3eb;
  list-style:none
}
ul.rassegna-stampa-lista li {
  margin:0!important;
  border-bottom:1px solid #000000;
  padding:15px 0
}
ul.rassegna-stampa-lista li:last-of-type {
  border-bottom:0px solid #000000
}
ul.rassegna-stampa-lista li p.dati {
  margin-bottom:0!important;
  font-size:16px;
  line-height:1.2;
  font-weight:400;
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  justify-content:space-between;
  align-items:center
}
ul.rassegna-stampa-lista li h2.titolo {
  margin:10px 0 5px 0!important;
  font-size:20px;
  line-height:1.2;
  font-weight:700;
  display:block
}

ul.rassegna-stampa-lista li h2.titolo a:hover {
  color: #cc0112;
}

table.rassegna-stampa-table tbody tr:nth-child(odd),
table.bollettini-table tbody tr:nth-child(odd) {
  background-color:#f6f3eb
}
table.rassegna-stampa-table thead th,
table.bollettini-table thead th {
  border-bottom:2px solid #000000
}
table.rassegna-stampa-table th,
table.bollettini-table th {
  background:#ffffff
}
table.rassegna-stampa-table td[data-label="Titolo"],
table.bollettini-table td[data-label="Titolo"],
table.rassegna-stampa-table td[data-label="Categorie"],
table.bollettini-table td[data-label="Categorie"] {
  width:350px
}


table.rassegna-stampa-table td[data-label="Fonte"],
table.bollettini-table td[data-label="Fonte"] {
  width:280px
}

.author table.rassegna-stampa-table td[data-label="Titolo"],
.author table.bollettini-table td[data-label="Titolo"],
.author table.rassegna-stampa-table td[data-label="Categorie"],
.author table.bollettini-table td[data-label="Categorie"]{
  width: auto;
}

.author table.rassegna-stampa-table td[data-label="Articolo"],
.author table.bollettini-table td[data-label="Articolo"] {
  width:200px;
}

table.rassegna-stampa-table td[data-label="Data"],
table.bollettini-table td[data-label="Data"] {
  width:160px;
}

.Bollettini table.bollettini-table td[data-label="File"] {
  width:180px;
}
.Bollettini table.bollettini-table td[data-label="Titolo"] {
  width:calc(100% - 340px);
}


table.rassegna-stampa-table tr td,
table.rassegna-stampa-table th,
table.bollettini-table tr td,
table.bollettini-table th {
  border:0px;
  padding:20px 15px
}
table.rassegna-stampa-table,
table.bollettini-table {
  font-family:var(--td_default_google_font_1,'Open Sans','Open Sans Regular',sans-serif);
  font-size:18px;
  line-height:1.3
}
table.rassegna-stampa-table tr td a,
table.bollettini-table tr td a {
  color:#000
}
table.rassegna-stampa-table tr td a:hover,
table.rassegna-stampa-table tr td a:active,
table.rassegna-stampa-table tr td a:focus,
table.bollettini-table tr td a:hover,
table.bollettini-table tr td a:active,
table.bollettini-table tr td a:focus {
  text-decoration:underline!important;
    color: #cc0112;
}
.pagination,.paginationcustom {
  margin:20px 0!important;
  list-style:none;
  text-align:center
}
.pagination li{
  width:30px;
  height:30px;
  display:inline-block;
  margin:0 5px!important;
  font-family:var(--td_default_google_font_1,'Open Sans','Open Sans Regular',sans-serif);
  font-size:18px;
  line-height:1
}
.pagination li a{
  color:#000;
  background:#f6f3eb;
  display:block;
  transition:.4s
}
.paginationcustom a{
  width:30px;
  height:30px;
  display:inline-block;
  margin:0 5px!important;
  font-family:var(--td_default_google_font_1,'Open Sans','Open Sans Regular',sans-serif);
  font-size:18px;
  line-height:30px;
  color:#000;
  background:#f6f3eb;
  transition:.4s
}

.paginationcustom .page-numbers.current{
  width:30px;
  height:30px;
  display:inline-block;
  margin:0 5px!important;
  font-family:var(--td_default_google_font_1,'Open Sans','Open Sans Regular',sans-serif);
  font-size:18px;
  line-height:30px;
  color:#000;
}
.pagination li a:hover,
.pagination li a:focus,
.pagination li a:active,
.paginationcustom a:hover,
.paginationcustom a:focus,
.paginationcustom a:active  {
  color:#ffffff;
  background:#1e2f48;
  transition:.4s
}
.pagination li .td-next-prev-wrap,
.pagination li .td-load-more-wrap,
.paginationcustom a .td-next-prev-wrap,
.paginationcustom a .td-load-more-wrap {
  margin:0px!important
}
#rassegna_stampa_years,
#bollettini_years {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  width:125px;
  background:#fff;
  border:1px solid #000;
  border-radius:5px;
  font-family:var(--td_default_google_font_1,'Open Sans','Open Sans Regular',sans-serif);
  font-size:18px;
  line-height:1;
  padding:5px 30px 5px 10px
}
#bollettini_categories,
#bollettini_categories_mod{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  width:200px;
  background:#fff;
  border:1px solid #000;
  border-radius:5px;
  font-family:var(--td_default_google_font_1,'Open Sans','Open Sans Regular',sans-serif);
  font-size:18px;
  line-height:1;
  padding:5px 30px 5px 10px;
  margin-right:10px
}

#bollettini_categories_mod{
  list-style:none;
  position: relative;
}
#bollettini_categories_mod li {
  margin: 0px; 
  list-style: none;
  line-height: 18px;
  text-align: left;
}

#bollettini_categories_mod li ul.sub-menu {
position: absolute;
  left: 0;
  background: #fff;
  top: 29px;
  z-index: 999;
  padding: 0px;
  border: 1px solid #000;
  border-radius: 5px;
  border-top: 0px;
  height:0;
  opacity:0;
  width:200px; 
  transition:.4s;
  overflow:hidden;
}

#bollettini_categories_mod:hover ul.sub-menu{
  height:auto;
  opacity:1;
  transition:.2s;
  padding: 10px;
  overflow:visible;
}

#bollettini_categories_mod:hover ul.sub-menu li a{
  height:auto;
  opacity:1;
  transition:.2s;
}

#bollettini_categories_mod ul.sub-menu li a {
  font-size: 16px;
  height:0;
  opacity:0;
  display: block;
  padding: 5px 0;
  color: #000;
  line-height: 1.2;
}

#bollettini_categories_mod ul.sub-menu li a:hover {
  color: #cc0112;
}

.tendina-icona .td-icon-plus {
  position:absolute;
  right:10px;
  top:7px
}

.tendina-icona.menu .td-icon-plus {
  top: 25px;
}

.tendina-icona.laterale .td-icon-plus {
  right:20px
}
.tendina-icona {
  position:relative;
  display:inline-block
}
.lista-quattro {
  padding-left:10px;
  padding-right:10px;
  padding-bottom:5px;
  margin-bottom:5px;
  margin-left:-10px;
  margin-right:-10px
}
.quattro-post-home {
  display:flex;
  flex-direction:column;
  position:relative;
  flex-direction:row;
  padding:0 0 20px 0;
}
.quattro-post-home .td-image-container {
  flex:0 0 25%;
  width:25%;
  display:block;
  order:0
}
.quattro-post-home .td-module-meta-info {
  width:100%;
  margin-bottom:0;
  padding:0 0 0 13px;
  z-index:1
}
.quattro-post-home .td-image-wrap {
  padding-bottom:70%;
  display:block;
  position:relative
}

.ultimo-post-evidenza .td-image-wrap{
  padding-bottom:50%;
  display:block;
  position:relative
}

.ultimo-post-evidenza .td-module-thumb .entry-thumb,
.quattro-post-home .td-module-thumb .entry-thumb {
  display:block;
  min-width:100%;
  background-position:center 50%
}
.ultimo-post-evidenza .td-module-thumb .td-thumb-css,
.quattro-post-home .td-module-thumb .td-thumb-css {
  width:100%;
  height:100%;
  position:absolute;
  background-size:cover;
  background-position:center center
}

.taxonomy-post .td-author-date {
  display:block;
  margin:10px 0;
  font-size:18px !important;
  line-height:1.4!important;
  font-weight:400!important;
  font-family:var(--td_default_google_font_1,'Open Sans','Open Sans Regular',sans-serif)
}
.taxonomy-post .td-author-date .td-post-author-name,
.taxonomy-post .td-author-date .td-post-date {
  display:block;
  font-weight:400 !important;
  color:#000
}

.custom {
  margin-top: 50px;
}

.custom.BOL {
  margin-top: 0px;
}

.custom .item-post {
  margin-bottom: 30px;
}
    
.item-post .td-image-wrap {
  padding-bottom: 70%;
  display: block;
  position: relative;
}
    
.item-post .td-animation-stack-type0-2 {
  opacity: 1 !important;
  transition: opacity 0.3s;
    transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.39, 0.76, 0.51, 0.56);
}
.item-post .td-thumb-css {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center center;
}  
    
.item-post .title-post {
  line-height: 1.2;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  min-height: 80px;
}

.bollettino .item-post .title-post {
  min-height: 1px;
}

.bollettino .custom.BOL {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.bollettino .custom.BOL .item-post {
  display: flex;
  flex-direction: column;
}


.item-post .entry-date {
  font-size: 16px !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
  font-family: var(--td_default_google_font_1,'Open Sans','Open Sans Regular',sans-serif);
}
    
.item-post .fonte-post{
  font-size: 16px !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
  font-family: var(--td_default_google_font_1,'Open Sans','Open Sans Regular',sans-serif);
 min-height: 45px;
}
    
.item-post .fonte-post a:hover {
  color: #cc0112 !important;
}
    
.item-post .fonte-post a {
  color: #000 !important;
}
    
.item-post .descrizione-post {
  margin-bottom: 10px;
  display: block;
  color: #000000;
font-size: 20px !important;
  line-height: 1.3 !important;
  font-weight: 300 !important;
  font-family: var(--td_default_google_font_1,'Open Sans','Open Sans Regular',sans-serif);
}

.bollettino h1.td-page-title {
  font-size: 40px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  margin: 0;
}

.bollettino h3.title-post a:hover,
.bollettino h4.title-post a:hover {
  color:#cc0112;
}

.bollettino .entry-date {
  font-size: 16px !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
  font-family: var(--td_default_google_font_1,'Open Sans','Open Sans Regular',sans-serif);
  margin-top:10px;
  display: block;
}

.bollettino .entry-date.INSIEME {
  display: inline-block;
}

.bollettino .indirizzo,
.bollettino .edificio {
font-size: 16px !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
  font-family: var(--td_default_google_font_1,'Open Sans','Open Sans Regular',sans-serif);
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
}

.title-section.sezionenew,
.title-category {
  text-align: left;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  margin-bottom: 20px;
  margin-top: 0;
  display: block;
  position: relative;
  font-weight: 600 !important;
  color:#cc0112;
  font-size: 35px;
}

.title-category.sotcat {
  text-align: left;
  border-bottom: 0px solid #000;
  padding: 10px 0;
  margin-bottom: 20px;
  margin-top: 0;
  display: block;
  position: relative;
  font-weight: 500 !important;
  color:#1e2f48;
  font-size: 27px;
}

ul.list-post {
  list-style: none;
  margin: 10px 0 20px 0;
}

ul.list-post li{
  margin: 0 0 15px 0;
}

ul.list-post li .title-post {
  font-weight: 400;
  margin: 0 !important;
} 

.events-row,
.RS-row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.events-row .item-event,
.RS-row .item-RS {
  display: flex;
    flex-direction: column;
}

.item-event .event-box {
  background: #f5f5f5;
  padding: 20px;
  height:100%;
}

.RS-row .item-RS .titolo {
  line-height: 1.2;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.RS-row .item-RS .dati {
  font-size: 16px !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
  font-family: var(--td_default_google_font_1,'Open Sans','Open Sans Regular',sans-serif);
}

.button.link-button.bottone {
  border: 2px solid #000;
  padding: 5px 15px;
  display: block;
  text-align: center;
  border-radius: 10px;
  transition:.4s;
}

.button.link-button.bottone:hover,
.button.link-button.bottone:focus,
.button.link-button.bottone:active {
  background: #000;
  text-decoration:none !important;
  color:#fff;
  transition:.4s;
}

.eventi-passati  a {
  color: #d9d9d9;
  transition: .4s;
}

.eventi-passati  a:hover,
.eventi-passati  a:active,
.eventi-passati  a:focus {
  color: #000000;
  transition: .4s;
}

.EVENTO h1.entry-title.td-page-title {
  font-size: 40px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  margin-bottom: 10px;
}

.EVENTO .tit p{
font-size: 16px !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
  font-family: var(--td_default_google_font_1,'Open Sans','Open Sans Regular',sans-serif);
  margin-bottom: 5px;
}

.EVENTO .descrizione-evento {
  margin-top: 40px;
margin-bottom: 40px;
  display: block;
  color: #000000;
  font-size: 20px !important;
  line-height: 1.3 !important;
  font-weight: 300 !important;
  font-family: var(--td_default_google_font_1,'Open Sans','Open Sans Regular',sans-serif);
}

.EVENTO .descrizione-evento p{
  margin-bottom: 0px;
}

.live-button {
    display: inline-block;
    position: relative;
    background-color: #fff;
    border:2px solid #000;
    color: #000;
    transition:.4s;
    padding: 10px 25px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
   /* float: inline-end;*/
}

.live-button.red {
    border:2px solid #cc0112;
    color: #cc0112;
}


.mb-10 {
  margin-bottom: 10px;
}

.text-center {
  text-align: center;
}

.live-button:hover,
.live-button:focus,
.live-button:active {
    background-color: #000;
    border:2px solid #000;
    color: #fff;
    transition:.4s;
}

.live-button.red:hover,
.live-button.red:focus,
.live-button.red:active {
    background-color: #cc0112;
    border:2px solid #cc0112;
    transition:.4s;
}

.live-text {
    margin-right: 20px;
}


.live-button.red .live-text {
    margin-right: 0px;
}

.live-icon {
    width: 12px;
    height: 12px;
    background-color: red;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
    position: absolute;
    top: 14px;
    right: 15px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
		-webkit-transform: scale(1);
        -ms-transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    }
    70% {
        transform: scale(1.5);
		-webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
    }
    100% {
        transform: scale(1);
		-webkit-transform: scale(1);
        -ms-transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

.INTERVENTI .immagine-post {
  height: 600px;
  position: relative;
  display: block;
  margin: 10px auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 600px;
}

.INTERVENTI h1.entry-title.td-page-title,
.INFOGRAFICHE h1.entry-title.td-page-title,
.post-default h1.entry-title.td-page-title{
  font-size: 40px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
}


.categoria,
.data-fonte {
font-size: 16px !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
  font-family: var(--td_default_google_font_1,'Open Sans','Open Sans Regular',sans-serif);
  margin-bottom: 5px
}

.categoria a,
.data-fonte a{
  color:#000;
}

.categoria a:hover,
.data-fonte a:hover{
  color:#cc0112;
}

.Contenuto-int {
  margin-top: 70px;
  margin-bottom: 20px;
}

.Contenuto-int.Social {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contenuto p {
  color: #000000;
  font-size: 20px !important;
  line-height: 1.3 !important;
  font-weight: 300 !important;
  font-family: var(--td_default_google_font_1,'Open Sans','Open Sans Regular',sans-serif);
}

.Correlati h2 {
  border-bottom: 1px solid #000;
  padding: 20px 0;
  margin-bottom: 40px;
}

   
body.NoScroll {
  overflow: hidden;
	height: 100vh;
}

.box-cerca .td-fix-index {
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
}
    
.cercabox {
  position: relative;
  display: block;
}
.cercabox .tdb-search-icon-svg {
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s;
}

.cercabox .tdb-search-icon-svg svg {
  width: 25px;
}

.cercabox .tdb-head-search-btn:hover svg{
  fill: #cc0000;
  transition: .4s;
}   

body.logged-in.admin-bar .cerca {
  top: 150px;
  height: calc(100vh - 150px);
}

body.logged-in.admin-bar .tdc-rist-top-active .cerca,
.tdc-rist-top-active .cerca {
  top: 80px;
  height: calc(100vh - 80px);
  width: 100vw !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
	-webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
}
    
.cerca {
    position: fixed;
    top: 118px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100vh - 118px);
    padding: 10% 30%;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    pointer-events: none;
}
    
.cerca.open {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  pointer-events: auto;
}
    
.cerca .contenuto {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  pointer-events: auto;
  width: 100%;
  padding: 30px 30%;
}

.cerca .tdb-head-search-form-btn {
  width: calc(20% - 18px);
  padding: 10px 5px;
  background: #fff;
  border: 1.5px solid #000;
  border-radius: 10px;
  font-size: 20px;
  color: #000;
  font-weight: normal;
}

.cerca .tdb-head-search-form-btn:hover {
  background: #000;
  transition: .4s;
  color: #fff;
}
    
.BTN-filtri {
  font-size: 20px;
}

.BTN-filtri .tdb-search-icon svg{
  width: 25px !important;
}

.BTN-filtri .tdb-search-icon {
  margin-right: 10px;
  display: inline;
  line-height: 30px;
}

.BTN-filtri .text-filtri {
  display: inline;
  height: 30px;
  line-height: 30px;
}
.BTN-filtri {
  color: #000 !important;
  margin-bottom: 80px;
  display: block;
  font-weight: 500;
  line-height: 30px;  
    width: fit-content;
}
    
    
.BTN-filtri:hover,
.BTN-filtri:active,
.BTN-filtri:focus,
.BTN-filtri.attivo {
    color: #cc0000 !important;
  transition: .4s;
}
    
.BTN-filtri:hover svg,
.BTN-filtri:active svg,
.BTN-filtri:focus svg,
.BTN-filtri.attivo svg{
    fill: #cc0000;
  transition: .4s;
}
    
.barra-laterale {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  background: #fffefa;
  width: 400px;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(-20px,0,0);
  -webkit-transform: translate3d(-20px,0,0);
  -ms-transform: translate3d(-20px,0,0);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  pointer-events: none;
  z-index: 99;
}
    
.barra-laterale.open {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  pointer-events: auto;
}
    
.barra-laterale .inner-barra-laterale {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  padding: 30px;
  overflow-y: scroll;
}
    
.barra-laterale .inner-barra-laterale .tendina-custom {
  width: 100%;
  font-size: 18px;
  background: transparent;
  border: 0px;
  border-bottom: 1px solid #000;
  color: #000;
  padding: 10px 15px;
  margin-bottom: 40px;
}
        
input[type="text"].custom-cerca {
  font-size: 45px;
  line-height: 45px;
  padding: 10px 20px;
  height: auto;
  width: 80%;
  border: 0px;
  border-bottom: 1px solid #000;
  margin-right: 15px;
}
    
.accordion {
    border: 0px;
    width: 100%;
    cursor: pointer;
    background: transparent;
    margin-bottom: 30px;
}

.barra-laterale .inner-barra-laterale .accordion:last-of-type{
    margin-bottom: 0px;
}

.accordion-header {
    padding: 10px;
    background-color: transparent;
    border-bottom: 1px solid #000;
    font-size: 18px;
    position: relative;
}
    
.accordion-header::before {
  content: "";
  height: 2px;
  width: 15px;
  background: #000;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  transition: .4s;
}

.accordion-header::after {
  content: "";
  height: 2px;
  width: 15px;
  background: #000;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  transition: .4s;
}
    
.accordion-header.aperto::before {
  transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  transition: .4s;
}

.accordion-header.aperto::after {
  transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  transition: .4s;
}

.accordion-content {
    display: none;
    background-color: transparent;
    border-top: 0px;
    max-height: 254px;
  overflow-y: scroll;
}

.option {
    padding: 10px;
    border-bottom: 1px solid #000;
    background: transparent;
    color: #999999;
    font-size: 17px;
}

.option:hover {
    background-color: #f6f6f6;
}
    
.BTN-cerca.chiudi .tdb-search-icon-svg svg{
  display: none;
}

.BTN-cerca.chiudi .tdb-search-icon-svg:after{
  content:"";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #cc0112;
  transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  left: calc(50% - 15px);
  top: 50%;
}

.BTN-cerca.chiudi .tdb-search-icon-svg:before{
  content:"";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #cc0112;
  transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  left: calc(50% - 15px);
  top: 50%;
}
    
.bottone-pulisci {
 position: absolute;
 color: #000;
 left: 30px;
  top: 0px;
 visibility: hidden;
  opacity: 0;
  transform: translate3d(-20px,0,0);
  -webkit-transform: translate3d(-20px,0,0);
    -ms-transform: translate3d(-20px,0,0);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  pointer-events: none;
  z-index: 99;
}

.bottone-pulisci:hover {
   color:#cc0112;     
}    
    
.bottone-pulisci.attivo {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
  pointer-events: auto; 
}

.recent-searches{
    margin-top:20px;
}

.recent-searches ul {
  margin: 10px 0 !important;
  list-style: none;
  padding: 0;
}

.recent-searches ul li{
  margin: 5px 0 !important;
  list-style: none;
  padding: 0;
}

.recent-searches ul li a{
  color: #9a9a9a;
  font-size: 20px;
  line-height: 1.2;
}

.recent-searches ul li a:hover{
  color: #cc0112;
}

.archive .CERCA h1.td-page-title {
  margin-bottom: 25px;
}
    
.boxricerca {
  display: inline-block;
  padding: 5px 10px;
  background: #f6f3eb;
  margin: 0 5px;
  font-size: 16px;
}

.boxricerca:first-of-type {
  margin-left:0px;
}

.boxricerca:last-of-type {
  margin-right:0px;
}

.boxricerca.tit {
  background: transparent;
  padding: 0;
}

.numerorisultati {
  font-size: 18px;
}

#autori-content .spinner {
border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s ease infinite;
  margin: 10px auto;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    }
}


.errore404 h2.entry-title {
  text-align: left ;
  color: #000000;
  font-size: 20px ;
  line-height: 1 ;
  font-weight: 500 ;
  letter-spacing: 1px ;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
    margin-bottom: 30px ;
  margin-top: 40px;
}
    
.errore404 {
  padding: 100px 0 !important;
}
    
.errore404 h1.entry-title.td-page-title.text-center {
  font-size: 40px ;
  line-height: 1.2 ;
  font-weight: 500 ;
  margin-bottom: 40px;
  text-align: center;
}
    
.errore404 p.testo404,
.errore404 p.link404{
  color: #000000;
  font-size: 20px ;
  line-height: 1.3 ;
  font-weight: 300 ;
  font-family: var(--td_default_google_font_1,'Open Sans','Open Sans Regular',sans-serif);
  text-align: center;
  margin-bottom: 40px;
}
    
.errore404 p.link404 .tds-button2.tdm-btn.tdm-btn-lg {
  border: 2px solid #000;
  border-radius: 20px;
  color: #000;
  transition: .4s;
  font-size: 16px;
}

.errore404 p.link404 .tds-button2.tdm-btn.tdm-btn-lg:hover {
  background:#000;
  color: #fff;
  transition: .4s;
}


.menu-mobile .sub-menu {
  margin: 0 !important;
}

.menu-mobile li.menu-item a {
  padding: 20px 0;
}

.menu-mobile li.menu-item  {
  border-bottom: 1px solid #1e2f48;
}

.menu-mobile li.menu-item:last-of-type {
  border-bottom: 0px solid #1e2f48;
}

.td_block_template_3 .td-block-title {
  margin-bottom: 7px !important;
}

.gform_wrapper.gravity-theme .field_description_below .gfield_consent_description, .gform_wrapper.gravity-theme .gfield_consent_description {
  border: 0px !important;
  font-size: 16px !important;
  color: #858585;
}


/*AUTORI*/
.item-author .author-image {
  width: 100%;
  height: 200px;
  background-size: cover !important;
}

.item-author h2 {
  font-size: 20px;
  line-height:1.2;
  margin-top: 10px;
  margin-bottom: 5px;
}

.item-author p {
  font-size: 15px;
  line-height:1.2;
  margin-top: 5px;
  color:#000;
}

.td-equal-heightTC {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.td-equal-heightTC &gt; .item-author {
    display: flex;
    flex-direction: column;
	padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 1019px) and (max-width: 1140px) {
  .tdi_23 .tdb-logo-svg-wrap svg {
    width: 280px !important;
  }
}

@media screen and (max-width:1440px){
    
.cerca .contenuto {
  padding: 10% 25%;
}
    
.barra-laterale {
  width: 320px;
}
	
.accordion {
margin-bottom: 15px !important;
    
} 
	
.td-equal-heightTC &gt; .item-author {
  width: 25%;
}
	
.item-author .author-image {
  height: 300px;
}
    
}

@media screen and (max-width:1300px){

.INTERVENTI .immagine-post {
  height: 500px;
  width: 500px;
}	
	
 .barra-laterale {
    width: 100%;
    height: 150px;
  }
    
.accordion {
  width: calc(25% - 3px);
  display: inline-block;
  margin-bottom: 0;
  position: relative;
}

.barra-laterale .inner-barra-laterale {
  overflow-y: visible;
}
    
.accordion-content {
  position: absolute;
  background: #fffefa;
  width: 100%;
}

table.rassegna-stampa-table thead,
table.bollettini-table thead {
  display: none;
}
table.rassegna-stampa-table tr,
table.bollettini-table tr{
display: flex;
  flex-direction: column;
  width: calc(25% - 20px);
  vertical-align: top;
  margin: 10px;
  padding: 10px;
  background-color: #f6f3eb !important;
}
table.rassegna-stampa-table tbody,
table.bollettini-table tbody{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
table.rassegna-stampa-table td,
table.bollettini-table td{
  display: block;
  width: 100% !important;
  padding: 5px 10px !important;
}
    
table.rassegna-stampa-table td[data-label="Data"],
table.rassegna-stampa-table td[data-label="Fonte"],
table.rassegna-stampa-table td[data-label="Autori"],
table.rassegna-stampa-table td[data-label="Azione"],
table.rassegna-stampa-table td[data-label="Descrizione"],
table.bollettini-table td[data-label="Data"],
table.bollettini-table td[data-label="Fonte"],
table.bollettini-table td[data-label="Autori"],
table.bollettini-table td[data-label="Azione"],
table.bollettini-table td[data-label="Descrizione"]{
    font-size: 15px !important;   
    font-weight: 500 !important;
}
    
table.rassegna-stampa-table td[data-label="Data"],
table.bollettini-table td[data-label="Data"] {
  width: 160px;
}
    
table.rassegna-stampa-table td[data-label="Titolo"],
table.bollettini-table td[data-label="Titolo"]{
    font-size: 17px !important;   
    font-weight: 600 !important;
}

table.rassegna-stampa-table .button.link-button,
table.bollettini-table .button.link-button {
  display: inline-block;
  text-align: center;
  margin: 10px auto 0 auto;
  width: auto;
  border: 2px solid #000;
  padding: 5px 10px;
  border-radius: 10px;
  transition: .4s;
}
    
table.rassegna-stampa-table .button.link-button:hover ,
table.bollettini-table .button.link-button:hover {
  color: #fff;
  background: #000;
  border: 2px solid #000;
  text-decoration: none !important;
  transition: .4s;
}

  }

@media screen and (max-width:1140px){
.ultimo-post-evidenza .entry-title {
  font-size: 2em !important;
}    
	
 .td-equal-heightTC &gt; .item-author {
    width: 33.333%;
  }	
.item-author .author-image {
    height: 350px;
  }
    
}


@media screen and (max-width:1082px){
.INTERVENTI .immagine-post {
  height: 400px;
  width: 400px;
}	
}	

@media screen and (max-width:1018px){

.INTERVENTI .tdc-row.stretch_row_1600{
	padding: 0 20px;	
}
	
 .taxonomy-container.grande.post-3 .taxonomy-post .td-image-wrap {
    padding-bottom: 70%;
  }	
	
.taxonomy-container.grande.post-3 .td-image-wrap {
padding-bottom: 34%;
}
	
body.logged-in.admin-bar.NOtopH .tdc-rist-top-active .cerca,
body.NOtopH .tdc-rist-top-active .cerca {
  top: 57px;
  height: calc(100vh - 57px);
}
    
.cerca {
    top: 95px;
    height: calc(100vh - 95px);
}	
	
  .cerca .contenuto {
    padding: 10%;
  }
	

.CERCA .tdc-row.stretch_row_1400 {
  padding: 0 24px;
}
    
table.rassegna-stampa-table tr,
table.bollettini-table tr{
    width: calc(50% - 20px);
}
    
input[type="text"].custom-cerca {
  font-size: 25px;
  line-height: 25px;
  padding: 10px 20px 10px 5px;
}
	
.archive .content-section {
  padding-left: 20px;
  padding-right: 20px;
}

}
@media screen and (max-width:991px){

 .td-equal-heightTC &gt; .item-author {
    width: 50%;
  }	
.item-author .author-image {
    height: 400px;
  }
}
@media screen and (max-width:868px){
	
.INTERVENTI .stretch_row_1600,
.AUTORE .stretch_row_1400{
    max-width: 740px;
    padding: 0 !important;
  }
	
	
.INTERVENTI .immagine,
.AUTORE .IMG{
  display: none;
}
	
.INTERVENTI .td-pb-span6.titolo,
.AUTORE .DSC{
  width: 100%;
	
}
	
.Contenuto-int {
  margin-top: 30px;
  margin-bottom: 30px;
}
	
.Correlati .td-pb-span3.item-post {
  width: 50%;
}
	
}

@media screen and (max-width:834px){
    
.cerca {
  padding: 20px 24px;
}
    
.cerca .contenuto {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
  padding: 10px 0;
}
    
.barra-laterale .inner-barra-laterale {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
    -webkit-transform: none ;
    -ms-transform: none ;
  width: 100%;
  padding: 30px 0 20px 0;
}
    
 .barra-laterale {
    width: 100%;
    height: auto;
    position: relative;
    transform: none;
    -webkit-transform: none ;
    -ms-transform: none ;
    background: #fff;
  }    
    
 .accordion {
    width: calc(50% - 3px);
    padding: 5px 0;
    margin-bottom: 5px !important;
  }
  
  .accordion-header {
  padding: 7px;
  font-size: 16px;
}
  
 .option {
  padding: 7px;
  font-size: 16px;
}
    
 .accordion-content {
    z-index: 10;
     background: #fff;
  }
    
.bottone-pulisci {
  left: 0;
  top: 0;
}
  
 .BTN-filtri {
   margin-bottom: 50px;
  } 
    
 input[type="text"].custom-cerca {
    border-radius: 0px !important;
  }
    
}

@media screen and (max-width:767px){
	
.INTERVENTI .stretch_row_1600,
.AUTORE .stretch_row_1400{
    padding: 0 20px !important;
    max-width: 100%;
}
	
.Correlati .td-pb-span3.item-post {
  width: 100%;
}
	
#Newsletter-form .row {
  display: block;
}
	
#Newsletter-form .td-span4,
#Newsletter-form .td-span6 {
  width: 100% !important;
  float: none;
}
    
.taxonomy-container.grande.post-4 .taxonomy-post {
  width: 50%;
  float: left;
  display: block;
  padding: 0 10px 10px 10px;
  margin: 10px 0;
}   
	
.taxonomy-container.grande.post-3 .taxonomy-post {
  width: 100%;
  float: left;
  display: block;
  padding: 0 10px 10px 10px;
  margin: 10px 0;
}    
    
.taxonomy-container.grande.post-4 .clearfix {
  display: none;
}
    
.taxonomy-container.grande .taxonomy-image {
  width: 100%;
padding: 0 0px 10px 0px;
}
    
.taxonomy-posts-container.download .taxonomy-image {
  padding: 0 0 10px 0px;
    
}
    
.taxonomy-posts-container.piccolo.post-2.download .taxonomy-post {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}    
.taxonomy-posts-container.piccolo.post-2.download .taxonomy-post:last-of-type {
  margin-bottom: 0px;
  border-bottom: 0px solid #000;
}
    
.td-header-desktop-wrap {
  display: block !important;
  }   

.td_block_wrap.tdb_header_menu.tdi_24 {
  display: none !important;
}
 .tdi_23 {
    margin-right: auto !important;
    margin-left: 0px !important;
  }
 .tdi_28 {
    padding: 15px !important;
    height: auto !important;
    line-height: 1 !important;
    font-size: 20px !important;
  }
body .tdi_27 .tds-button {
  text-align: center !important;
}
    
  .td_block_wrap.tdi_27 {
    margin-bottom: 0px !important;
  }    
.tdi_28 .tdm-btn-icon:last-child {
  margin-left: 0px !important;
}
.tdi_22 &gt; .wpb_wrapper, .tdi_22 &gt; .wpb_wrapper &gt; .tdc-elements {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  align-items: center !important;
  height: auto !important;
}
  .tdi_20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
    
 #tdm-popup-modal-menu_mobile .tdm-pm-header {
    border-color: transparent !important;
  }
    
#tdm-popup-modal-menu_mobile.tdm-popup-modal-over-screen.tdm-popup-modal-open .tdm-popup-modal {
  height: 100vh;
  width: 100vw;
  border-radius: 0px !important;
}
	
	
.item-post .title-post, 
.item-post .fonte-post{
	min-height:auto !important;
}   
	
.archive .content-section {
  padding-left: 0px;
  padding-right: 0px;
}
	
body #menu-menu-footer-1 .td-blm-menu-item-txt,
body #menu-menu-footer-2 .td-blm-menu-item-txt,
body #menu-menu-footer-3 .td-blm-menu-item-txt{
  line-height: 1.1em !important;
}
	
	
 .td-equal-heightTC &gt; .item-author {
    width: 100%;
  }	
.item-author .author-image {
    height: 300px;
  }
    
}

@media screen and (max-width:715px){
#bollettini_categories, #post_tipologie, #rassegna_stampa_fonte {
  margin-right: 0px;
  margin-bottom: 15px;
  width: 210px;
}	
	
.tendina-icona.laterale .td-icon-plus {
  right: 10px;
}	
	
#bollettini_categories_mod {
  width: 210px;	
  margin-right: 0px;
  margin-bottom: 15px;	
	
}
	
#bollettini_categories_mod li ul.sub-menu{
 width: 210px;
}	
	
	
}

@media screen and (max-width:600px){
table.rassegna-stampa-table tr,
table.bollettini-table tr{
    width: 100%;
    margin: 10px 0;
  }
    
  .accordion {
    width: calc(100% - 3px);
    padding: 7px 0;
  }
    
.barra-laterale .inner-barra-laterale {
    padding: 30px 0;
  }

input[type="text"].custom-cerca {
  width: 65%;    
}
.cerca .tdb-head-search-form-btn {
  width: calc(35% - 18px);
}
    
    
}

@media screen and (max-width:460px){
  
.tdi_23 .tdb-logo-svg-wrap svg {
  width: 220px !important;
}
    
.tdi_14 .tdm-social-item {
  width: 30px !important;
  height: 35px !important;
}
    
}</pre></body></html>