b,
strong {
  font-weight: bold !important;
}
.logged {
  display: none;
}
.logged-in .notlogged {
  display: none;
}
.logged-in .logged {
  display: block;
}
.elementor-widget-shortcode.riassunto {
  color: var(--e-global-color-text);
  font-size: 14px;
}
/*
.elementor-sticky--active .logo img { 
    max-width: 200px !important;
}

.textalign-center {
    text-align: center;
    @media (min-width: 768px) {
        .duerighe a { 
            text-align: center; display: block !important; 
            span { display: block; }
        }
    }
}


.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
    margin-bottom: 10px !important;
}
.wp-block-heading {
    font-family: var( --e-global-typography-primary-font-family ), sans-serif;
    font-weight: bold;
}
.elementor-widget-sidebar {
    .wp-block-heading {text-transform: uppercase;}
}
*/
.cat-badge span {
  display: none;
}
.cat-badge span:nth-child(2) {
  display: inline-block;
  padding: 0 5px;
}
/*** ninja ***/
.nf-multi-cell .nf-cell {
  padding: 0 5px;
}
@media only screen and (max-width: 600px) {
  .nf-cell .nf-multi-cell .nf-cell {
    padding: 0 5px;
  }
}
.radio-toggle .list-radio-wrap .nf-field-element li {
  display: inline-block;
  margin: 0;
}
.radio-toggle .list-radio-wrap .nf-field-element li input[type="radio"] {
  display: none !important;
}
.radio-toggle .list-radio-wrap .nf-field-element li label:before,
.radio-toggle .list-radio-wrap .nf-field-element li label:after {
  z-index: 1;
}
.radio-toggle .list-radio-wrap .nf-field-element li:first-child label:before,
.radio-toggle .list-radio-wrap .nf-field-element li:first-child label:after {
  z-index: 10;
}
.radio-toggle .list-radio-wrap .nf-field-element li label {
  display: inline-block;
  overflow: hidden;
  width: 1px;
  height: 1px;
  text-indent: 10px;
  white-space: nowrap;
  margin: 0;
}
.radio-toggle .list-radio-wrap .nf-field-element li label::before,
.radio-toggle .list-radio-wrap .nf-field-element li label::after {
  cursor: pointer;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
}
.radio-toggle .list-radio-wrap .nf-field-element li label::before {
  left: 0;
  width: 45px;
  height: 25px;
  background-color: #ccc;
  border: solid 1px #fff;
  border-radius: 50px;
  z-index: 2;
}
.radio-toggle .list-radio-wrap .nf-field-element li label::after {
  left: 2px;
  width: 21px;
  height: 21px;
  border-radius: 10px;
  background-color: #fff;
  z-index: 3;
  top: 2px;
}
.radio-toggle .list-radio-wrap .nf-field-element li label.nf-checked-label::before,
.radio-toggle .list-radio-wrap .nf-field-element li label.nf-checked-label::after {
  z-index: 1;
}
.radio-toggle .list-radio-wrap .nf-field-element li label.nf-checked-label::before {
  background-color: var(--e-global-color-primary);
}
.radio-toggle .list-radio-wrap .nf-field-element li input[value="0"] + label::after,
.radio-toggle .list-radio-wrap .nf-field-element li input[value="no"] + label::after {
  left: 22px;
}
.radio-toggle .list-radio-wrap .nf-field-element li input[value="0"] + label::before,
.radio-toggle .list-radio-wrap .nf-field-element li input[value="no"] + label::before {
  background-color: var(--e-global-color-primary);
}
.radio-toggle.label-hidden .field-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.radio-toggle.label-hidden .field-wrap .nf-field-label {
  width: 1px;
}
.radio-toggle.label-hidden .field-wrap .nf-field-element {
  width: 60px;
  min-width: 60px;
}
.radio-toggle.label-hidden .field-wrap .nf-field-description {
  width: auto;
}
/*** articolo ***/
.elementor-widget-shortcode.category {
  font-size: 14px;
  font-family: var(--e-global-typography-accent-font-family), sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.elementor-widget-shortcode.category a {
  margin: 0 6px 3px 0;
  display: inline-block;
  white-space: nowrap;
  padding: 1px 6px;
  background-color: var(--e-global-color-accent);
  color: #fff;
}
.elementor-widget-shortcode.category a:hover {
  background-color: var(--e-global-color-primary);
  color: #fff;
}
.elementor-widget-shortcode.category.tag {
  text-transform: initial;
  letter-spacing: 0;
}
.elementor-widget-shortcode.category.tag a {
  color: var(--e-global-color-primary);
  background-color: var(--e-global-color-secondary);
}
.elementor-widget-shortcode.category.tag a:hover {
  background-color: var(--e-global-color-primary);
  color: #f2f2f2;
}
figcaption {
  font-size: 0.8em;
}
.td_btn {
  background: var(--e-global-color-text);
  color: #fff;
  padding: 3px 10px;
}
.td_btn:hover {
  background: var(--e-global-color-primary);
  color: #fff;
}
.post blockquote {
  font-size: 1.1rem;
  padding: 20px 60px 20px 0;
  width: 100%;
  max-width: 500px;
  z-index: 1;
  margin: 50px auto;
  border-top: solid 1px var(--e-global-color-primary);
  border-bottom: solid 1px var(--e-global-color-primary);
  position: relative;
}
.post blockquote:after {
  position: absolute;
  content: "”";
  color: #ffffff;
  font-size: 10rem;
  line-height: 0;
  top: 43px;
  right: 0;
  color: var(--e-global-color-primary);
}
.post blockquote.has-text-align-center {
  padding-right: 0;
}
.post blockquote.has-text-align-center:after {
  top: auto;
  bottom: -43px;
  right: 30px;
}
.post blockquote.has-text-align-right {
  padding: 20px 0 20px 60px;
}
.post blockquote.has-text-align-right:after {
  right: auto;
  left: 0;
  content: "“";
}
.post blockquote cite {
  font-family: "Open Sans", sans-serif;
  color: var(--e-global-color-text);
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding-top: 20px;
  z-index: 1;
}
.post .wp-video,
.post .wp-video-shortcode {
  width: 100% !important;
}
.td-post-sub-title.sponsor {
  text-align: right;
  font-size: 13px;
  line-height: 1;
  font-style: italic;
  font-weight: 400;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  color: var(--e-global-color-text);
  margin-bottom: 5px;
}
.single-post .td-post-sub-title.sponsor {
  margin-bottom: 10px;
}
.mw-200 .elementor-widget-container {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
}
.hide-meta .elementor-widget-post-info {
  display: none;
}
.gallery {
  margin: 0 auto 18px;
  display: flex;
}
.gallery .gallery-item {
  margin-top: 0;
  text-align: center;
  width: 33%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tablet-noexc .elementor-post__excerpt {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .mobile-imgtop article {
    display: block !important;
  }
}
.post_format-post-format-video .elementor-post__thumbnail:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  background: url(../img/circle-play-regular.svg);
}
.archive.category .description img {
  float: right;
  max-width: 200px;
  height: auto;
  margin-top: -30px;
  margin-bottom: 0;
}
/*** banner ***/
.skinned .elementor-location-header,
.skinned .elementor-location-footer,
.skinned .elementor-location-single,
.skinned .elementor-location-archive,
.skinned #content,
.skinned #site-footer,
.skinned .elementor[data-elementor-type="wp-page"] {
  background: #fff;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
#sas_66682 {
  float: right;
}
#sas_66682_2 {
  margin-left: auto;
  max-width: 728px;
}
@media (max-width: 1024px) {
  #sas_66682_2 {
    margin-right: auto;
  }
}
[id*="sas_"] img,
[id*="sas_"] a {
  display: block;
}
[id*="sas_66648"],
[id*="sas_69910"],
[id*="sas_69947"] {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 30px auto;
}
[id*="sas_66648"]:empty,
[id*="sas_69910"]:empty,
[id*="sas_69947"]:empty {
  margin-bottom: 0;
}
[id*="sas_69910"] {
  margin-bottom: 20px;
}
[id*="sas_69910"]:empty {
  margin-bottom: 0;
}
.elementor-widget-html [id*="sas_69910"] {
  margin-bottom: 0;
}
/*
[id*="sas_69947"] {
    width: 100%;
    max-width: 748px;
    margin-bottom: 20px;
    &:empty { margin-bottom: 0; }
}
*/
