@charset "UTF-8";
/*
* Techtarget è un template utilizzato esclusivamente da ZeroUno.
* Questo viene usato per brandizzare determinati articoli.
*
*/
.techtarget .wp-block-d360-gutenberg-blocks-block-occhiello,
.techtarget .wp-block-post-excerpt,
.techtarget .excerpt_block .abstract,
.techtarget .wp-block-group.body-text > p:first-child::first-letter,
.techtarget .wp-block-group.body-text h2,
.techtarget .wp-block-group.body-text a,
.techtarget .body-text h2,
.techtarget .body-text a,
.techtarget .card-post__occhiello.p-text,
.techtarget .card-list__occhiello.pd-text,
.techtarget .testata__occhiello.p-text,
.techtarget .collection-item card-post__occhiello.p-text,
.techtarget .socialshare__row--disabled i.mdi.mdi-share,
.techtarget .socialshare.socialshare__row.colorfull.home-featured__share i.mdi.mdi-share,
.techtarget .socialshare__row.socialshare__row--disabled.flat.listing i.mdi.mdi-share,
.techtarget .card-list__occhiello .card-list__play,
.techtarget .card-list__image .card-list__play,
.techtarget .collection-item .card-list__play,
.techtarget .slider__occhiello.p-text,
.techtarget .play i {
  color: var(--wp--preset--color--accent) !important;
}
.techtarget .card-large__img .card-list__play.mdi-play-circle,
.techtarget .caption .card-large__occhiello,
.techtarget .caption.slider__caption .slider__occhiello.a-text {
  color: var(--wp--preset--color--accent-lighten) !important;
}
.techtarget .wp-block-group.body-text:not(.page) > *:last-child:not(.block-list-appender):not(:only-child)::after:not(cta-form):not(figure):not(picture):not(img),
.techtarget .p-bg {
  background-color: var(--wp--preset--color--accent);
}
.techtarget .body-text:not(.page)::first-letter {
  font-family: var(--wp--preset--font-family--font-1);
  float: left;
  font-size: 64px;
  font-weight: 600;
  padding-right: var(--wp--preset--spacing--extra-small);
  line-height: 48px;
  color: var(--wp--preset--color--accent) !important;
}

.contains-object-fit-coverimage.techtarget .play i,
.contains-object-fit-coverimage.techtarget .socialshare.socialshare__row.socialshare__row--disabled.colorfull.home-featured__share.large-featured__share i.mdi.mdi-share {
  color: var(--wp--preset--color--accent-lighten) !important;
}

.card-large-home.techtarget .socialshare.socialshare__row.colorfull.home-featured__share i.mdi.mdi-share {
  color: var(--wp--preset--color--accent-lighten) !important;
}

.techtarget.techtarget_breadcrumb {
  /*
  	Queste specifiche sono dovute alla modifica del breacrumb.
  	Questo per evitare l'override della funzione save del blocco gutenberg.
  */
}
.techtarget.techtarget_breadcrumb .wp-block-d360-gutenberg-blocks-block-breadcrumbs a:last-child,
.techtarget.techtarget_breadcrumb .testata__breadcrumb .breadcumb__category:last-child a:last-child {
  position: relative;
  color: var(--wp--preset--color--accent) !important;
  margin-left: 24px;
}
.techtarget.techtarget_breadcrumb .wp-block-d360-gutenberg-blocks-block-breadcrumbs a:last-child::after,
.techtarget.techtarget_breadcrumb .testata__breadcrumb .breadcumb__category:last-child a:last-child::after {
  content: url(../images/techtarget.png);
  position: absolute;
  display: inline-block;
  top: 50%;
  margin-top: -8px;
  left: -24px;
}

/*# sourceMappingURL=techtarget.css.map */
