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;
}
.cat-badge span {
  display: none;
}
.cat-badge span:nth-child(2) {
  display: inline-block;
  padding: 0 5px;
}
.cb {
  padding: 20px;
  background-color: var(--e-global-color-secondary);
  border-radius: 30px;
  text-align: center;
}
.cb a {
  display: block;
  width: auto;
  margin: 10px auto;
  font-family: var(--e-global-typography-secondary-font-family), sans-serif;
}
/*** ninja ***/
.nf-form-content {
  font-family: var(--e-global-typography-secondary-font-family), sans-serif;
  padding: 0 !important;
}
.nf-form-content input[type="submit"],
.nf-form-content input[type="button"],
.nf-form-content button {
  background: var(--e-global-color-accent) !important;
  border: solid 1px var(--e-global-color-accent) !important;
  color: #fff !important;
  border-radius: 50px !important;
  text-transform: uppercase;
  padding: 12px 24px;
}
.nf-form-content input[type="submit"]:hover,
.nf-form-content input[type="button"]:hover,
.nf-form-content button:hover {
  background: #fff !important;
  color: var(--e-global-color-accent) !important;
}
.nf-multi-cell .nf-cell {
  padding: 0 !important;
  float: none;
}
nf-cells {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.nf-error.field-wrap .nf-field-element:after {
  border-radius: 50%;
}
@media only screen and (max-width: 800px) {
  .nf-field-container.label-hidden .nf-field-label {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .nf-cell {
    width: auto !important;
  }
  .nf-cell .nf-multi-cell .nf-cell {
    float: none;
  }
}
.switch-field {
  overflow: hidden;
  text-transform: uppercase;
}
.switch-field ul {
  display: flex;
  margin-bottom: 36px;
}
.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.switch-field label {
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  margin-right: -1px;
  border: 1px solid var(--e-global-color-primary);
  transition: all 0.1s ease-in-out;
}
.switch-field label:hover {
  cursor: pointer;
}
.switch-field label:after,
.switch-field label:before {
  display: none;
}
.switch-field .listradio-wrap .nf-field-element label {
  margin-left: 0 !important;
}
.switch-field input:checked + label {
  background-color: var(--e-global-color-accent);
  box-shadow: none;
  color: #fff;
}
.switch-field li:first-of-type label {
  border-radius: 4px 0 0 4px;
}
.switch-field li:last-of-type label {
  border-radius: 0 4px 4px 0;
}
.switch-field.label-left .nf-field-label {
  width: auto;
  padding-top: 8px;
}
.disabled.listcheckbox-container ul {
  display: flex;
}
.disabled.listcheckbox-container .nf-field-element input,
.disabled.listcheckbox-container .nf-field-element label::before,
.disabled.listcheckbox-container .nf-field-element label::after {
  display: none;
}
.prvc-sponsor a {
  margin-left: 30px;
}
/*** 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);
}
.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;
}
.elementor-grid-item .elementor-post__read-more:hover {
  color: var(--e-global-color-accent) !important;
}
.logosticky {
  max-width: 1px !important;
}
.elementor-sticky--active .logosticky {
  max-width: 120px !important;
}
.elementor-grid-item .elementor-post__read-more {
  background-color: var(--e-global-color-primary);
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 6px;
}
.elementor-grid-item .elementor-post__read-more:hover {
  background-color: var(--e-global-color-accent);
  color: #fff !important;
}
