@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap);
@import url(https://use.fontawesome.com/releases/v5.15.1/css/all.css);
@charset "UTF-8";
/*!
Theme Name: Ayr
Theme URI: http://underscores.me/
Author: DeederVel & Denis Naccari
Author URI: https://pokemonmillennium.net
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ayr
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Ayr is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #4e4e4e;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #ffffff;
}

/* Retina Fix */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

@media (prefers-color-scheme: dark) {
  body {
    color: #fff;
    background: #282828;
  }
  body button,
body input,
body select,
body optgroup,
body textarea {
    color: #fff;
  }
  body .site-main {
    background-color: #282828 !important;
  }
  body .card.card-medium h2 {
    color: #fff;
  }
  body .card.card-medium p {
    color: #bbbbbb;
  }
  body .card.card-medium .meta-date-likes {
    color: #747474;
  }
  body .front-lastnews a {
    color: #bbbbbb;
  }
  body header.site-header#masthead {
    background-color: #282828 !important;
  }
  body header.site-header .taglink {
    color: #fff !important;
  }
  body header.site-header .topbar-grad {
    background: #1a1a1a;
  }
  body .full-navigation {
    background: #1a1a1a !important;
  }
  body .article_body-info-a, body .article_body-info-b {
    color: #bbbbbb !important;
  }
  body .article_body-cat {
    color: #fff !important;
  }
  body .article_body-tags a.article_body-tag {
    color: #fff !important;
  }
  body .article_title {
    color: #fff;
  }
  body .article_title_breadcrumb, body .article_title_breadcrumb a {
    color: #747474;
    font-weight: bold;
  }
  body pre,
body blockquote,
body .wp-block-table.is-style-stripes tbody tr {
    background: #1a1a1a !important;
  }
  body .article_body-tags a.article_body-tag {
    background: #4e4e4e !important;
    color: #bbbbbb !important;
  }
  body .article_body-tags a.article_body-tag:visited {
    color: #bbbbbb !important;
  }

  footer.site-footer section {
    background: #1a1a1a !important;
  }

  .body-article code {
    background: #25221f !important;
  }

  article.special-card-old-bubble {
    background: #4e4e4e !important;
  }

  div.more-news a,
.wp-block-button a {
    background: #4e4e4e !important;
  }

  .lazy-replace,
.lazy-replacing {
    background: #1a1a1a !important;
    background-size: 400% 400%;
  }

  .nav-links .page-numbers {
    background: #4e4e4e !important;
    color: #bbbbbb !important;
  }
  .nav-links .page-numbers.current {
    background: #bbbbbb !important;
    color: #282828 !important;
  }

  ul.categories_list li ul li a {
    background: #4e4e4e !important;
    color: #bbbbbb !important;
  }

  #C_1:before,
#C_2:before,
#C_3:before,
#C_4:before,
#C_5:before,
#T_1:before,
#D_1:before,
#D_2:before,
#D_3:before,
#D_4:before,
#D_5:before {
    color: #747474 !important;
  }

  .menu-toggle:before {
    background-color: #fe6b60 !important;
  }
}
/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:hover, a:focus, a:active {
  cursor: pointer;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  .main-navigation.toggled {
    position: absolute;
    left: 0px;
    right: 0px;
    height: 100vh;
    background: rgb(254, 107, 96);
    background: -moz-linear-gradient(90deg, rgb(254, 107, 96) 50%, rgb(254, 59, 76) 100%);
    background: -webkit-linear-gradient(90deg, rgb(254, 107, 96) 50%, rgb(254, 59, 76) 100%);
    background: linear-gradient(90deg, rgb(254, 107, 96) 50%, rgb(254, 59, 76) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe6b60",endColorstr="#fe3b4c",GradientType=1);
  }
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  display: none;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: flex;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  margin-left: 40px;
}
.menu-icon {
  background: transparent;
  padding: 0px;
  border: 0px solid white;
  color: #fff;
  font-size: 20px;
  position: relative;
  display: block;
  z-index: 100;
  margin-left: 20px;
}

.home .menu-toggle {
  display: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.full-navigation {
  display: none;
}
.full-navigation.toggled {
  display: block;
  position: fixed;
  z-index: 200;
  height: 100vh;
  top: 0px;
  left: 0;
  right: 0;
  overflow: auto;
  background: #ffffff;
}
.full-navigation.toggled a {
  color: #25221f;
}
.full-navigation .menu-toggle {
  position: absolute;
  right: 10px;
  z-index: 201;
  top: 40px;
  cursor: pointer;
  font-size: 22px;
}

@media screen and (min-width: 992px) {
  .main-navigation ul {
    display: flex;
  }
}
@media (min-width: 992px) {
  #full-navigation .hide-main-menu-desk {
    display: none;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.nav-links {
  margin-top: 25px;
}
.nav-links .page-numbers {
  padding: 10px;
  display: inline-block;
  background: #f7f7f7;
  border-radius: 20px;
  color: #25221f;
  text-decoration: none;
  padding: 8px;
  display: inline-block;
  min-width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 15px;
}
.nav-links .page-numbers.current {
  background: #45b2ff;
  color: #fff;
}
.nav-links .page-numbers.next, .nav-links .page-numbers.prev {
  width: auto;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#megaMenuContainer {
  display: none;
  margin-bottom: -30px;
}
#megaMenuContainer.pad {
  padding-left: 25px;
  padding-right: 25px;
}

#searchContainer {
  display: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
#searchContainer form {
  align-self: center;
  position: relative;
  width: 90%;
}
@media (min-width: 992px) {
  #searchContainer form {
    width: 70%;
  }
}
#searchContainer form input.search-field {
  border: 2px solid #45b2ff;
  border-radius: 50px;
  width: 70%;
  padding: 10px;
}
@media (min-width: 992px) {
  #searchContainer form input.search-field {
    width: 80%;
  }
}
#searchContainer form input.search-submit {
  border: none;
  border-radius: 50px;
  width: 27%;
  padding: 10px;
  height: 44px;
  color: #fff;
  cursor: pointer;
  background: #45b2ff;
}
@media (min-width: 992px) {
  #searchContainer form input.search-submit {
    width: 10%;
  }
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

section.commenti p {
  margin: 0px;
}
section.commenti img {
  border-radius: 50px;
  max-height: 60px;
}
section.commenti .meta-comment {
  display: flex;
}
section.commenti .testo-commento {
  display: block;
}
section.commenti blockquote.ipsQuote {
  background: #f3f3f3;
  padding: 0.5rem;
  font-style: italic;
  position: relative;
  border-radius: 10px;
  margin-bottom: 5px;
  margin-top: 15px;
}
section.commenti blockquote.ipsQuote::before {
  content: "“";
  position: absolute;
  left: -20px;
  font-size: 25px;
  font-weight: bold;
  font-family: "Nunito Sans";
}
section.commenti blockquote.ipsQuote .ipsQuote_citation {
  font-weight: bold;
}
section.commenti .meta-comment {
  margin-bottom: 20px;
  font-size: 12px;
  color: #747474;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
section.commenti .meta-comment a,
section.commenti .meta-comment a:visited {
  color: #45b2ff;
  text-decoration: underline;
}
section.commenti .meta-comment a:hover {
  color: #45b2ff;
}
section.commenti .container-commento {
  display: flex;
  margin-top: 15px;
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 45px;
  padding-top: 30px;
}

.ultime-notizie,
.commenti {
  padding-left: 32px;
  padding-right: 32px;
}
.ultime-notizie .wp-block-button,
.ultime-notizie h2,
.commenti .wp-block-button,
.commenti h2 {
  display: inline-block;
  margin-right: 25px;
}
@media (min-width: 992px) {
  .ultime-notizie,
.commenti {
    padding-top: 64px;
  }
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

.body-article aside h2.widget-title,
aside h2.widget-title {
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .body-article aside h2.widget-title,
aside h2.widget-title {
    font-size: 22px;
    padding: 25px;
  }
}

.PM-grid-sym-2.social-links a {
  height: 180px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
  border-radius: 20px;
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}
@media (min-width: 992px) {
  .PM-grid-sym-2.social-links a:hover img {
    transform: scale(1.05);
  }
}
.PM-grid-sym-2.social-links p {
  position: absolute;
  z-index: 2;
  margin-top: -20px;
  padding: 5px;
}
.PM-grid-sym-2.social-links i {
  font-size: 24px;
  position: absolute;
  bottom: 20%;
  z-index: 2;
}
.PM-grid-sym-2.social-links .twitch,
.PM-grid-sym-2.social-links .instagram,
.PM-grid-sym-2.social-links .facebook,
.PM-grid-sym-2.social-links .forum,
.PM-grid-sym-2.social-links .linktree {
  align-items: center;
  justify-content: center;
}
.PM-grid-sym-2.social-links .twitch img,
.PM-grid-sym-2.social-links .instagram img,
.PM-grid-sym-2.social-links .facebook img,
.PM-grid-sym-2.social-links .forum img,
.PM-grid-sym-2.social-links .linktree img {
  height: 100%;
  object-fit: cover;
  z-index: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .PM-grid-sym-2.social-links .twitch img,
.PM-grid-sym-2.social-links .instagram img,
.PM-grid-sym-2.social-links .facebook img,
.PM-grid-sym-2.social-links .forum img,
.PM-grid-sym-2.social-links .linktree img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0px;
  }
}
.PM-grid-sym-2.social-links .gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 100%, rgb(0, 0, 0) 100%);
  width: 100%;
  height: 320px;
  position: absolute;
  top: 0px;
  z-index: 1;
}
@media (min-width: 992px) {
  .PM-grid-sym-2.social-links .gradient {
    height: 360px;
  }
}

.linktree {
  height: 90px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 20px;
  display: flex;
  overflow: hidden;
  text-align: center;
  color: #fff;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.linktree:hover {
  color: #fff;
}
@media (min-width: 992px) {
  .linktree:hover img {
    transform: scale(1.05);
  }
}
.linktree p {
  position: absolute;
  z-index: 2;
  padding: 15px;
  margin: 0px;
  margin-left: -35px;
}
.linktree i {
  font-size: 24px;
  position: absolute;
  z-index: 2;
  margin-left: 15px;
}
.linktree img {
  transition: all 0.5s;
  width: 100%;
  object-fit: cover;
  margin: 0px;
  height: auto;
  z-index: 0;
}
.linktree .gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 100%, rgb(0, 0, 0) 100%);
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0px;
  z-index: 1;
}
@media (min-width: 992px) {
  .linktree .gradient {
    height: 100px;
  }
}

/**
 * Twitch Player
 * 
 */
.twitch-container {
  margin-top: 25px;
}
.twitch-container .on-air {
  display: inline-block;
  background: #9147ff;
  padding: 15px;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  margin-right: 15px;
  font-family: "Nunito", sans-serif;
}
.twitch-container i {
  font-size: 22px;
  margin-right: 10px;
}
.twitch-container h2 {
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
}
.twitch-container .twitch-box {
  margin-top: 25px;
  margin-bottom: 25px;
}

.twitch-box .twitch-video {
  padding-top: 56.25%;
  position: relative;
  height: 0;
}

.twitch-alert {
  background: #9147ff;
}

.twitch-box .twitch-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
}

.twitch-box .twitch-chat {
  height: 400px;
}

.twitch-box .twitch-chat iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 850px) {
  .twitch-box {
    position: relative;
  }

  .twitch-box .twitch-video {
    width: 75%;
    padding-top: 42.1875%;
  }

  .twitch-box .twitch-chat {
    width: 25%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
#sidebar-primary div.twitch-container h2 {
  font-size: 18px;
}
#sidebar-primary div.twitch-container div.twitch-chat {
  display: none;
}
#sidebar-primary div.twitch-container div.twitch-box .twitch-video {
  width: 100% !important;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
  color: #fff;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Advertising
--------------------------------------------- */
.ayr-adv_square {
  min-height: 250px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .ayr-adv_square {
    width: 333px;
    overflow: initial;
  }
}

#T_1 {
  min-height: 70px;
  margin: 0 auto;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
@media (min-width: 992px) {
  #T_1 {
    max-width: 970px;
    min-height: 90px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

#C_1,
#C_2,
#C_3,
#C_4,
#C_5,
#C_6,
#D_1,
#D_2,
#D_3,
#D_4,
#D_5,
#D_6 {
  min-width: 300px;
  min-height: 250px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 250px;
  max-width: 329px;
  overflow: hidden;
}
@media (min-width: 992px) {
  #C_1,
#C_2,
#C_3,
#C_4,
#C_5,
#C_6,
#D_1,
#D_2,
#D_3,
#D_4,
#D_5,
#D_6 {
    max-width: 768px;
    overflow: hidden;
  }
}

.pm_advertising_article_top {
  margin-bottom: 45px;
}

#C_1:before,
#C_2:before,
#C_3:before,
#C_4:before,
#C_5:before,
#C_6:before,
#T_1:before,
#D_1:before,
#D_2:before,
#D_3:before,
#D_4:before,
#D_5:before,
#D_6:before {
  content: "Pubblicità";
  font-family: "Nunito Sans", sans-serif, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 40px;
  text-transform: uppercase;
  color: #bbbbbb;
  text-align: center;
  display: inherit;
}

@media (min-width: 992px) {
  .vidcar4s {
    width: 160px !important;
    max-width: 703px;
    margin-bottom: 18px !important;
    position: fixed !important;
    bottom: 0px !important;
    right: 0px !important;
  }
}

@media (min-width: 992px) {
  #revive-0-0 {
    position: absolute;
    left: -9999px;
    bottom: 5px;
  }
}

.ayr-adv_block_single-header {
  display: none;
}
@media (min-width: 992px) {
  .ayr-adv_block_single-header {
    display: block;
  }
}

.lazy-replace,
.lazy-replacing {
  background: #cccccc;
  background: linear-gradient(90deg, #eeeeee 8%, #f3f3f3 38%, #eeeeee 54%);
  background-size: 400% 400%;
  animation: lazy-gradient 1s linear infinite;
}

.lazy-loaded img {
  width: 100%;
  object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.lazy-loaded img {
  opacity: 1;
}

@keyframes lazy-gradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.card.card-big {
  position: relative;
  border-radius: 20px;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .card.card-big {
    margin-bottom: 0px;
  }
  .card.card-big:hover img {
    transform: scale(1.05);
  }
}
.card.card-big .entry-meta {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 100;
  padding: 20px;
  text-align: center;
}
.card.card-big .entry-meta h2 {
  font-size: 22px;
  font-family: "Nunito", sans-serif;
  color: #fff;
}
.card.card-big .gradient {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  height: 320px;
  position: absolute;
  top: 0px;
}
@media (min-width: 992px) {
  .card.card-big .gradient {
    height: 360px;
    transition: all 0.5s;
  }
}
.card.card-big .card-headimg {
  height: 320px;
  overflow: hidden;
}
.card.card-big .card-headimg img {
  height: 320px;
}
@media (min-width: 992px) {
  .card.card-big .card-headimg {
    height: 360px;
  }
  .card.card-big .card-headimg img {
    height: 360px;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .card.card-big .card-headimg img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0px;
  }
}

.card.card-medium {
  border-bottom: 1px solid rgba(187, 187, 187, 0.2);
}
@media (min-width: 992px) {
  .card.card-medium:hover img {
    transform: scale(1.05);
  }
}
.card.card-medium:last-child {
  border-bottom: none !important;
}
.card.card-medium a {
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.card.card-medium p {
  font-size: 15px;
  color: #4e4e4e;
  margin: 0px;
}
.card.card-medium h2 {
  color: #4e4e4e;
  font-family: "Nunito", sans-serif;
  font-size: 17px;
  margin: 0px;
}
@media (min-width: 992px) {
  .card.card-medium h2 {
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.card.card-medium .card-headimg {
  height: 105px;
  width: 138px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.card.card-medium .card-headimg img {
  height: 105px;
}
@media (min-width: 992px) {
  .card.card-medium .card-headimg {
    height: 155px;
    width: 285px;
    border-radius: 20px;
  }
  .card.card-medium .card-headimg img {
    height: 155px;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .card.card-medium .card-headimg img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0px;
  }
}
@media (min-width: 992px) {
  .card.card-medium .meta-img {
    width: 285px;
  }
}
.card.card-medium .meta-post {
  margin-left: 15px;
}
@media (min-width: 992px) {
  .card.card-medium .meta-post {
    max-width: 425px;
    margin-left: 20px;
  }
}
.card.card-medium .meta-post p {
  display: none;
}
@media (min-width: 992px) {
  .card.card-medium .meta-post p {
    display: initial;
  }
}
.card.card-medium .meta-date-likes {
  color: #fe6b60;
  font-size: 12px;
}
.card.card-medium span.calendar::before {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  display: inline-block;
  font-size: 13px;
  margin-right: 5px;
}
.card.card-medium span.heart::before {
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  display: inline-block;
  font-size: 13px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: bold;
}

.card.card-medium-hot {
  border-bottom: 1px solid rgba(187, 187, 187, 0.2);
  padding-bottom: 35px;
  padding-top: 35px;
}
@media (min-width: 992px) {
  .card.card-medium-hot:hover img {
    transform: scale(1.05);
  }
}
.card.card-medium-hot:last-child {
  border-bottom: none !important;
}
.card.card-medium-hot img {
  height: 100%;
  object-fit: cover;
  min-height: 250px;
}
@media (min-width: 992px) {
  .card.card-medium-hot img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0px;
  }
}
.card.card-medium-hot a {
  text-decoration: none;
  align-items: center;
  display: block;
  height: 250px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.card.card-medium-hot h2 {
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 19px;
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .card.card-medium-hot h2 {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 15px;
    padding-top: 0px;
  }
}
.card.card-medium-hot .meta-post {
  padding-left: 20px;
  padding-right: 20px;
  z-index: 100;
  bottom: 5px;
  position: absolute;
}
@media (min-width: 992px) {
  .card.card-medium-hot .meta-post {
    bottom: 15px;
  }
}
.card.card-medium-hot .meta-post p {
  display: none;
}
.card.card-medium-hot .meta-date-likes {
  color: #fff;
  font-size: 12px;
}
.card.card-medium-hot span.calendar::before {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  display: inline-block;
  font-size: 13px;
  margin-right: 5px;
}
.card.card-medium-hot span.heart::before {
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  display: inline-block;
  font-size: 13px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: bold;
}
.card.card-medium-hot .gradient {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  height: 250px;
  position: absolute;
  top: 0px;
}
@media (min-width: 992px) {
  .card.card-medium-hot .gradient {
    height: 250px;
  }
}

article.special-card {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 35px;
  display: flex;
  position: relative;
  min-height: 150px;
  text-align: center;
}
@media (min-width: 992px) {
  article.special-card {
    min-height: 230px;
  }
  article.special-card:hover img {
    transform: scale(1.05);
  }
}
article.special-card img {
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: absolute;
}
@media (min-width: 992px) {
  article.special-card img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0px;
  }
}
article.special-card a {
  display: block;
  color: #fff;
  text-decoration: none;
}
article.special-card a h2 {
  font-family: "Nunito", sans-serif;
  font-size: 17px;
  margin: 0px;
  position: absolute;
  bottom: 0px;
  z-index: 2;
  padding: 18px;
}
@media (min-width: 992px) {
  article.special-card a h2 {
    font-size: 19px;
    padding: 25px;
    margin-top: -7px;
  }
}
article.special-card a .gradient {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(254, 59, 76, 0.7) 100%);
  z-index: 1;
  position: absolute;
  min-height: 150px;
  width: 100%;
}
@media (min-width: 992px) {
  article.special-card a .gradient {
    min-height: 230px;
  }
}

article.special-card-old-bubble {
  background: #45b2ff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 35px;
  text-align: center;
}
article.special-card-old-bubble div.subpage-list-meta {
  margin-bottom: 15px;
}
article.special-card-old-bubble img {
  max-height: 230px;
}
article.special-card-old-bubble a {
  display: block;
  color: #fff;
  text-decoration: none;
}
article.special-card-old-bubble a:visited, article.special-card-old-bubble a:hover {
  color: #fff;
}
article.special-card-old-bubble a h2 {
  font-family: "Nunito", sans-serif;
  font-size: 17px;
  padding: 18px;
  margin-top: -7px;
  margin-bottom: 0px;
  font-weight: 700;
}
@media (min-width: 992px) {
  article.special-card-old-bubble a h2 {
    font-size: 19px;
    padding: 25px;
    margin-top: -7px;
  }
}

.front-lastnews {
  margin-top: 5px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .front-lastnews:hover img {
    transform: scale(1.05);
  }
}
.front-lastnews a {
  text-decoration: none;
  color: #747474;
}
@media (min-width: 992px) {
  .front-lastnews {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.front-lastnews .article-img {
  border-radius: 20px;
  z-index: 1;
  position: relative;
  height: 250px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .front-lastnews .article-img {
    height: 400px;
    overflow: hidden;
    margin: 0px;
  }
}
.front-lastnews img {
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .front-lastnews img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0px;
  }
}
@media (min-width: 992px) {
  .front-lastnews header {
    padding-right: 20px;
  }
}
.front-lastnews h1 {
  margin-top: 0px;
}

.card-category-nav.PM-grid-row-4 {
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .card-category-nav.PM-grid-row-4 {
    margin-bottom: 30px;
  }
}
.card-category-nav .card.card-big .entry-meta h2 {
  font-size: 17px;
}
@media (min-width: 992px) {
  .card-category-nav .card.card-big .entry-meta h2 {
    font-size: 22px;
  }
}
.card-category-nav .card.card-big .card-headimg {
  height: 220px;
}
@media (min-width: 992px) {
  .card-category-nav .card.card-big .card-headimg {
    height: 320px;
  }
}
.card-category-nav .card.card-big .gradient {
  height: 220px;
}
@media (min-width: 992px) {
  .card-category-nav .card.card-big .gradient {
    height: 320px;
  }
}

.card .gradient {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.card .tag-novita {
  background: #fe6b60;
  position: absolute;
  border-radius: 20px;
  margin: 10px;
  padding-left: 10px;
  z-index: 1;
  padding-right: 10px;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}

.card-category-hub {
  margin-bottom: 20px;
  position: relative;
}
.card-category-hub.mobile-scrollable a {
  display: block;
  overflow: hidden;
}
.card-category-hub.mobile-scrollable ul {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0 auto;
  flex-wrap: nowrap;
  justify-content: stretch;
  overflow-x: auto;
}
@media (min-width: 992px) {
  .card-category-hub.mobile-scrollable ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    max-width: 1240px;
    width: auto;
  }
}
.card-category-hub.mobile-scrollable ul li {
  display: inline-block;
  width: auto;
  margin: 5px 20px;
}
.card-category-hub.mobile-scrollable img {
  margin-top: 0;
  max-width: initial !important;
  width: 150px;
}
@media (min-width: 992px) {
  .card-category-hub.mobile-scrollable img {
    opacity: 0.5;
    filter: grayscale(100%);
    transition: 0.3s all linear;
  }
}
.card-category-hub.mobile-scrollable img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transition: 0.3s all linear;
}

.review {
  padding: 10px 15px;
  list-style: none;
  font-weight: 500;
  font-size: 12pt;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}
.review_pro {
  background: #52b063;
}
.review_con {
  background: #913842;
}
.review_pro_header {
  text-transform: uppercase;
  font-weight: 700;
  background: #52b063;
}
.review_con_header {
  text-transform: uppercase;
  font-weight: 700;
  background: #913842;
}
.review hr.review_breaker {
  margin-top: 1rem;
  margin-bottom: 0px;
  border: 2px solid #ffffff;
  background-color: #ffffff;
}

/**
 * Twitch Player
 * 
 */
.twitch-alert {
  background: #772ce8;
}

div#twitch-embed iframe {
  width: 330px;
  height: 186px;
}

@media (min-width: 992px) {
  div#twitch-embed iframe {
    width: 460px;
    height: 260px;
    margin: 0 auto;
  }

  div#twitch-widget-embed {
    display: flex;
    width: 100%;
  }
  div#twitch-widget-embed iframe {
    height: 340px;
  }
}
.tooltipEX {
  align-items: center;
  background: inherit;
  border-radius: 1.2em;
  box-sizing: border-box;
  display: flex;
  font-size: 10px;
  padding: 1em;
  position: relative;
  text-align: center;
  animation: shake 1 normal 500ms;
  display: none;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.tooltipEX::before, .tooltipEX::after {
  animation: bubble infinite alternate 500ms;
}
.tooltipEX::before, .tooltipEX::after {
  background: inherit;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1em;
  position: absolute;
  width: 1em;
}
.tooltipEX::before {
  left: calc(100% - 0.3em);
  top: calc(100% - 0.3em);
}
.tooltipEX::after {
  left: calc(100% - 0.3em);
  top: calc(100% - 0.3em);
}
.tooltipEX::after {
  background-clip: content-box;
  font-size: 0.5em;
  padding: 1.5em;
}
.tooltipEX__text {
  color: white;
  font-size: 1.66em;
}
.tooltipEX__icon {
  display: none;
  font-size: 2em;
  line-height: 1;
  margin-right: 0.5em;
}
.tooltipEX--small {
  font-size: 6px;
}
.tooltipEX--large {
  font-size: 14px;
}

.tooltipEXfixed {
  align-items: center;
  background: inherit;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  font-size: 10px;
  padding: 1em;
  position: relative;
  text-align: center;
  animation: shake 1 normal 500ms;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.tooltipEXfixed::before, .tooltipEXfixed::after {
  animation: bubble infinite alternate 500ms;
}
.tooltipEXfixed::before, .tooltipEXfixed::after {
  background: inherit;
  border-radius: 50%;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  width: 8px;
}
.tooltipEXfixed::before {
  left: calc(100% - 0.3em);
  top: calc(100% - 0.3em);
}
.tooltipEXfixed::after {
  left: calc(100% - 0.3em);
  top: calc(100% - 0.3em);
}
.tooltipEXfixed::after {
  background-clip: content-box;
  font-size: 0.5em;
  padding: 1.5em;
}
.tooltipEXfixed__text {
  color: white;
  font-size: 1.66em;
}
.tooltipEXfixed__icon {
  display: none;
  font-size: 2em;
  line-height: 1;
  margin-right: 0.5em;
}
.tooltipEXfixed--small {
  font-size: 6px;
}
.tooltipEXfixed--large {
  font-size: 14px;
}

@keyframes bubble {
  from {
    transform: translate(0%, 30%);
  }
  to {
    transform: translate(0%, -30%);
  }
}
@keyframes shake {
  0% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  70% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.tooltip {
  pointer-events: none;
}

@media (min-width: 992px) {
  section.service_links div.scrollable_list {
    overflow: visible;
  }
  section.service_links ul li {
    position: relative;
    z-index: 150;
  }
  section.service_links ul li div.tooltipEX {
    display: none;
    position: absolute;
    z-index: 9999;
    top: -31px;
    right: 55px;
  }
  section.service_links ul li:hover div.tooltipEX {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  section.service_links ul li {
    margin: 0px 2px !important;
  }
}
.page_subsections_cont {
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  background: #45b2ff;
  background: -moz-linear-gradient(top, #3f5da8 0, #1aa2dd 100%);
  background: -webkit-linear-gradient(top, #3f5da8, #1aa2dd);
  background: linear-gradient(180deg, #3f5da8 0, #1aa2dd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3f5da8",endColorstr="#1aa2dd",GradientType=0);
  transition: all 1s;
}
.page_subsections_cont .page_subsections_title:hover {
  cursor: pointer;
}
.page_subsections_cont ul.page_subsections_list {
  display: none;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.page_subsections_cont ul.page_subsections_list li.page_subsections_list_el {
  margin-left: 0px;
}
.page_subsections_cont ul.page_subsections_list li.page_subsections_list_el a, .page_subsections_cont ul.page_subsections_list li.page_subsections_list_el a:visited {
  color: #ffffff;
  background: none;
}
.page_subsections_cont ul.page_subsections_list li.page_subsections_list_el a:hover {
  text-decoration: underline;
}
.page_subsections_cont ul.page_subsections_list_vis {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Structure */
.PM-wrapper {
  display: grid;
  grid-template-columns: auto [center] 100% auto;
}
@media (min-width: 1250px) {
  .PM-wrapper {
    grid-template-columns: auto [center] 1250px auto;
  }
}

.PM-wrapper-nogrid {
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.PM-grid-topbar {
  display: grid;
  grid-template-columns: auto [topbar-left] 40% [topbar-center] 0px [topbar-right] 60% auto;
  width: 100%;
}
@media (min-width: 992px) {
  .PM-grid-topbar {
    grid-template-columns: auto [topbar-left] 250px [topbar-center] minmax(auto, 750px) [topbar-right] 250px auto;
  }
}

.PM-grid-main {
  grid-row: 1;
  grid-column: center;
  display: grid;
  grid-template-columns: repeat(2, [col] 1fr);
  grid-column-gap: 10px;
}
@media (min-width: 992px) {
  .PM-grid-main {
    grid-template-columns: repeat(6, [col] 1fr);
  }
}

.PM-grid-gap-small {
  grid-column-gap: 10px;
}

.PM-grid-gap-medium {
  grid-column-gap: 20px;
}

.PM-grid-gap-large {
  grid-column-gap: 30px;
}

.PM-grid-row-1 {
  display: grid;
  grid-column: 1/span 2;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
}
@media (min-width: 992px) {
  .PM-grid-row-1 {
    grid-column: 1/span 6;
  }
}

.PM-grid-row-2 {
  display: grid;
  grid-column: 1/span 2;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: row;
}
@media (min-width: 992px) {
  .PM-grid-row-2 {
    grid-column: 1/span 6;
  }
}

.PM-grid-row-3 {
  display: grid;
  grid-column: 1/span 2;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-flow: row;
}
@media (min-width: 992px) {
  .PM-grid-row-3 {
    grid-column: 1/span 6;
    grid-template-columns: repeat(3, 1fr);
  }
}

.PM-grid-row-4 {
  display: grid;
  grid-column: 1/span 2;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-flow: row;
}
@media (min-width: 992px) {
  .PM-grid-row-4 {
    grid-column: 1/span 6;
    grid-template-columns: repeat(4, 1fr);
  }
}
.PM-grid-row-4.card-category-nav {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 992px) {
  .PM-grid-row-4.card-category-nav {
    grid-template-columns: repeat(4, 1fr);
  }
}

.PM-grid-row-6 {
  display: grid;
  grid-column: 1/span 2;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-flow: row;
}
@media (min-width: 992px) {
  .PM-grid-row-6 {
    grid-column: 1/span 6;
    grid-template-columns: repeat(6, 1fr);
  }
}

.PM-grid-asym-2 {
  display: grid;
  grid-column: 1/span 2;
  grid-template-columns: [main] 1fr [side] 0%;
  grid-template-areas: "main ." "side .";
  grid-auto-flow: row;
}
@media (min-width: 992px) {
  .PM-grid-asym-2 {
    grid-column: 1/span 6;
    grid-template-columns: [main] 2fr [side] 1fr;
    grid-template-areas: "main side";
  }
}
.PM-grid-asym-2 section {
  grid-area: main;
}
.PM-grid-asym-2 aside {
  grid-area: side;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .PM-grid-asym-2 aside {
    margin-top: 0px;
  }
}

section.commenti .PM-grid-asym-2 {
  display: grid;
  grid-column: 1/span 2;
  grid-template-columns: [avatar] 1fr [commento] 0%;
  grid-template-areas: "avatar ." "commento .";
  grid-auto-flow: row;
}
@media (min-width: 992px) {
  section.commenti .PM-grid-asym-2 {
    grid-column: 1/span 6;
    grid-template-columns: [avatar] auto [commento] 1fr;
    grid-template-areas: "avatar commento";
  }
}
section.commenti .PM-grid-asym-2 div.avatar {
  grid-area: avatar;
  display: grid;
  align-content: center;
  justify-content: center;
}
section.commenti .PM-grid-asym-2 div.commento {
  grid-area: commento;
  margin-top: 40px;
}
@media (min-width: 992px) {
  section.commenti .PM-grid-asym-2 div.commento {
    margin-top: 0px;
    margin-left: 65px;
  }
}

.PM-grid-asym-2-flipmob {
  grid-template-areas: "side ." "main .";
}
@media (min-width: 992px) {
  .PM-grid-asym-2-flipmob {
    grid-template-areas: "main side";
  }
}

.PM-grid-asym-2-area-m {
  grid-area: main;
}

.PM-grid-asym-2-area-s {
  grid-area: side;
}

.PM-grid-asym-2-rev {
  display: grid;
  grid-column: 1/span 2;
  grid-template-columns: [main] 1fr [side] 0%;
  grid-template-areas: "side ." "main .";
  grid-auto-flow: row;
}
@media (min-width: 992px) {
  .PM-grid-asym-2-rev {
    grid-column: 1/span 6;
    grid-template-columns: [side] 1fr [main] 2fr;
    grid-template-areas: "side main";
  }
}
.PM-grid-asym-2-rev section {
  grid-area: main;
}
.PM-grid-asym-2-rev aside {
  grid-area: side;
}

.PM-grid-asym-2-flipmob.front-lastnews {
  grid-template-areas: "side ." "main .";
}
@media (min-width: 992px) {
  .PM-grid-asym-2-flipmob.front-lastnews {
    grid-template-areas: "main side";
  }
}

@media (min-width: 992px) {
  .PM-grid-asym-2.front-lastnews {
    grid-template-columns: [main] 1fr [side] 1.5fr;
  }
}

.PM-grid-sym-2 {
  display: grid;
  grid-column: 1/span 2;
  grid-template-columns: [main] 1fr [side] 1fr;
  grid-template-areas: "main ." "side .";
  grid-auto-flow: row;
}
@media (min-width: 992px) {
  .PM-grid-sym-2 {
    grid-column: 1/span 6;
    grid-template-columns: [main] 1fr [side] 1fr;
    grid-template-areas: "main side";
  }
}
.PM-grid-sym-2 section {
  grid-area: main;
}
.PM-grid-sym-2 aside {
  grid-area: side;
}

.PM-grid-auto-2 {
  display: grid;
  grid-column: 1/span 2;
  grid-template-columns: [main] 1fr [side] 0%;
  grid-template-areas: "main ." "side .";
  grid-auto-flow: row;
}
@media (min-width: 992px) {
  .PM-grid-auto-2 {
    grid-column: 1/span 6;
    grid-template-columns: [main] 1fr [side] auto;
    grid-template-areas: "main side";
  }
}
.PM-grid-auto-2 section {
  grid-area: main;
}
.PM-grid-auto-2 aside {
  grid-area: side;
}

.PM-grid-auto-2-rev {
  display: grid;
  grid-column: 1/span 2;
  grid-template-columns: [main] 1fr [side] 0%;
  grid-template-areas: "side ." "main .";
  grid-auto-flow: row;
}
@media (min-width: 992px) {
  .PM-grid-auto-2-rev {
    grid-column: 1/span 6;
    grid-template-columns: [side] auto [main] 1fr;
    grid-template-areas: "side main";
  }
}
.PM-grid-auto-2-rev section {
  grid-area: main;
}
.PM-grid-auto-2-rev aside {
  grid-area: side;
}

header.site-header#masthead {
  background-color: #fff;
  margin-bottom: 20px;
}
header.site-header .site-branding {
  grid-column: topbar-left;
  display: flex;
  align-items: center;
}
header.site-header .site-branding a {
  line-height: 0px;
}
header.site-header .site-branding .logo {
  display: inline-block;
  width: auto;
  height: 28px;
  margin-left: 10px;
}
@media (min-width: 992px) {
  header.site-header .site-branding .logo {
    height: 32px;
  }
}
header.site-header div.forum.hide-desktop a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
@media (min-width: 992px) {
  header.site-header div.forum.hide-desktop a {
    display: none;
  }
}
header.site-header div.avatar {
  content: "";
  border-radius: 50px;
  background: #fff;
  height: 30px;
  width: 30px;
}
header.site-header div.avatar.hide-mobile {
  display: none;
}
@media (min-width: 992px) {
  header.site-header div.avatar.hide-mobile {
    display: none !important;
  }
}
header.site-header .trending-tags {
  grid-column: topbar-left/span 3;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  overflow-x: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* margin-bottom: 20px; * DELETED per ADV */
  padding-left: 13px;
}
@media (min-width: 992px) {
  header.site-header .trending-tags {
    margin-bottom: 0px;
  }
}
header.site-header .trending-tags::-webkit-scrollbar {
  display: none;
}
header.site-header .trending-tags .taglink {
  font-weight: 600;
  color: #fe6b60;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 0.5px;
  padding: 10px;
  white-space: nowrap;
  padding-top: 0px;
  padding-bottom: 0px;
}
header.site-header .trending-tags:before {
  content: "🔥";
  display: inline-block;
}
header.site-header .menu-togglers {
  grid-column: topbar-right;
  display: flex;
  align-items: center;
  margin: 0px 25px;
  /* MENU NOVITA

  .menu-toggle:before{
    content: '';
    width: 8px;
    height: 8px;
    background-color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none !important;
    border-radius: 100px;
    text-align: center;
    position: absolute;
    top: -3px;
    right: -10px;
    animation: blink 2s linear infinite;
    @keyframes blink {
      0% {
        opacity: 0;
      }
      50% {
        opacity: .5;
      }
      100% {
        opacity: 1;
      }
    }
  }
  */
}
header.site-header .menu-togglers i {
  cursor: pointer;
}
@media (min-width: 992px) {
  header.site-header .menu-togglers {
    margin: 0px 15px;
  }
}
header.site-header .topbar-grad {
  background: rgb(254, 107, 96);
  background: -moz-linear-gradient(90deg, rgb(254, 107, 96) 50%, rgb(254, 59, 76) 100%);
  background: -webkit-linear-gradient(90deg, rgb(254, 107, 96) 50%, rgb(254, 59, 76) 100%);
  background: linear-gradient(90deg, rgb(254, 107, 96) 50%, rgb(254, 59, 76) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe6b60",endColorstr="#fe3b4c",GradientType=1);
  grid-column: 1/span 5;
  height: 50px;
}
@media (min-width: 992px) {
  header.site-header .topbar-grad {
    display: flex;
    align-items: center;
    height: 70px;
  }
}
header.site-header .site-nav-cont {
  grid-column: topbar-center;
}
@media (min-width: 992px) {
  header.site-header .site-nav-cont {
    display: flex;
    align-items: center;
  }
}
header.site-header .site-nav-cont .hide-desktop {
  display: none;
}

footer.site-footer .footerbar {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.site-footer section {
  background: rgb(254, 107, 96);
  background: -moz-linear-gradient(90deg, rgb(254, 107, 96) 50%, rgb(254, 59, 76) 100%);
  background: -webkit-linear-gradient(90deg, rgb(254, 107, 96) 50%, rgb(254, 59, 76) 100%);
  background: linear-gradient(90deg, rgb(254, 107, 96) 50%, rgb(254, 59, 76) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe6b60",endColorstr="#fe3b4c",GradientType=1);
  height: 50px;
}
@media (min-width: 992px) {
  footer.site-footer section {
    display: flex;
    align-items: center;
    height: 70px;
  }
}
footer.site-footer section ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0px;
  align-items: center;
}
footer.site-footer section ul li {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0px 0 0 20px;
}
footer.site-footer section ul a {
  color: #fff;
  display: inline-flex;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}
footer.site-footer section ul img {
  height: 32px;
}

.m-center {
  margin: 0 auto;
}

.ji-start {
  justify-items: start;
}

.ji-end {
  justify-items: end;
}

.ji-center {
  justify-items: center;
}

.ji-stretch {
  justify-items: stretch;
}

.js-start {
  justify-self: start;
}

.js-end {
  justify-self: end;
}

.js-center {
  justify-self: center;
}

.js-left {
  justify-self: left;
}

.js-right {
  justify-self: right;
}

.float-right {
  float: right;
}

.js-stretch {
  justify-self: stretch;
}

.ai-start {
  align-items: start;
}

.ai-end {
  align-items: end;
}

.ai-center {
  align-items: center;
}

.ai-stretch {
  align-items: stretch;
}

.as-start {
  align-self: start;
}

.as-end {
  align-self: end;
}

.as-center {
  align-self: center;
}

.as-stretch {
  align-self: stretch;
}

.gr-row-1 {
  grid-row: 1;
}

.gr-row-2 {
  grid-row: 2;
}

.gr-row-3 {
  grid-row: 3;
}

.gr-col-1 {
  grid-column: 1;
}

.gr-col-2 {
  grid-column: 2;
}

.gr-col-3 {
  grid-column: 3;
}

@media (min-width: 992px) {
  .gr-row-1-d {
    grid-row: 1;
  }

  .gr-row-2-d {
    grid-row: 2;
  }

  .gr-row-3-d {
    grid-row: 3;
  }

  .gr-col-1-d {
    grid-column: 1;
  }

  .gr-col-2-d {
    grid-column: 2;
  }

  .gr-col-3-d {
    grid-column: 3;
  }
}
.site-main {
  background-color: #fff;
  padding: 32px;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .site-main {
    padding: 10px;
  }
}

main#primary.site-main {
  margin-top: 0px;
}

.single-post .site-main,
main#primary.site-main {
  padding: 0px !important;
  padding-bottom: 25px !important;
}

.front-page h1.front-title {
  font-family: "Nunito Sans", sans-serif;
  color: #bbbbbb;
  font-size: 12px;
  text-transform: uppercase;
  display: none;
}
@media (min-width: 992px) {
  .front-page h1.front-title {
    font-size: 12px;
    margin-bottom: 25px;
    display: inline-block;
  }
}

aside.sidebar {
  margin-top: 30px;
  overflow: hidden;
}
@media (min-width: 992px) {
  aside.sidebar {
    margin-left: 50px;
    margin-top: 0px;
    overflow: initial;
  }
}

p.post-per-data {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 992px) {
  p.post-per-data {
    margin-top: 40px;
    margin-bottom: 35px;
    font-size: 15px;
    text-align: left;
  }
}

.page-template-default .PM-wrapper-nogrid.site-main main#primary.site-main {
  margin: 0px;
}

/*--------------------------------------------------------------
# Pages layout related
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .article_cont.pad {
    padding-top: 23px;
  }
}
.article_cont .pad {
  padding-left: 23px;
  padding-right: 23px;
}
@media (min-width: 992px) {
  .article_cont .pad {
    padding-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .article_head {
    padding-right: 35px;
  }
}
.article_title {
  font-size: 22px;
  color: #4e4e4e;
  font-family: "Nunito", sans-serif;
}
@media (min-width: 992px) {
  .article_title {
    font-size: 34px;
  }
}
.article_headimg {
  height: 195px;
}
.article_headimg img {
  height: 195px;
}
@media (min-width: 992px) {
  .article_headimg {
    height: 600px;
  }
  .article_headimg img {
    height: 600px;
    border-radius: 50px;
  }
}
.article_excerpt p {
  font-size: 15px;
  font-style: italic;
  line-height: 1.85;
}
@media (min-width: 992px) {
  .article_excerpt p {
    font-size: 19px;
    line-height: 1.65;
  }
}
.article_breadcrumb {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .article_breadcrumb {
    margin: 0px;
  }
}
.article_breadcrumb {
  display: block;
  overflow: hidden;
}
.article_breadcrumb li {
  float: left;
}
.article_breadcrumb, .article_breadcrumb a {
  font-size: 12px;
  color: #bbbbbb;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  font-weight: bold;
  margin-left: 0px;
  list-style: none;
  padding: 0px;
}
@media (min-width: 992px) {
  .article_breadcrumb, .article_breadcrumb a {
    margin: 0px;
  }
}
.article_body-info {
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .article_body-info {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
.article_body-info-a, .article_body-info-b {
  font-size: 12px;
  color: #747474;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-align: center;
  margin-top: 25px;
}
.article_body-info-a p, .article_body-info-b p {
  margin: 0px;
}
@media (min-width: 992px) {
  .article_body-info-a, .article_body-info-b {
    display: flex;
    align-items: center;
    text-align: left;
    margin: 0px;
  }
  .article_body-info-a a,
.article_body-info-a p, .article_body-info-b a,
.article_body-info-b p {
    margin: 0px;
  }
}
.article_body-info-a {
  display: flex;
  width: max-content;
  margin: 0 auto;
  align-items: center;
}
@media (min-width: 992px) {
  .article_body-info-a {
    margin: 0px;
  }
}
@media (min-width: 992px) {
  .article_body-info-a::after {
    content: "·";
    margin-left: 10px;
  }
}
.article_body-info-b {
  margin-top: 0px;
}
.article_body-info-b span.calendar::before {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  display: inline-block;
  font-size: 13px;
  margin-left: 10px;
  margin-right: 10px;
}
.article_body-info-b span.time::before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  display: inline-block;
  font-size: 13px;
  margin-left: 10px;
  margin-right: 10px;
}
.article_body-info img {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  margin-right: 10px;
}
.article_body-cat {
  border-radius: 50px;
  padding: 2px 10px;
  color: #fff !important;
  font-size: 12px;
  background: #fe6b60;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-decoration: none !important;
  display: inline-block;
  width: max-content;
  margin: 0 auto;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .article_body-cat {
    margin: 0px;
    margin-left: 10px !important;
  }
}
.article_body-content {
  overflow: hidden;
}
@media (min-width: 992px) {
  .article_body-content {
    max-width: 768px;
  }
}
.article_body-content p, .article_body-content li {
  font-size: 17px;
  line-height: 2.1;
}
@media (min-width: 992px) {
  .article_body-content p, .article_body-content li {
    font-size: 19px;
    line-height: 2.1;
  }
}
.article_body-content ul {
  margin-bottom: 25px !important;
  padding-left: 25px;
}
@media (min-width: 992px) {
  .article_body-content ul {
    margin-bottom: 45px !important;
    padding-left: 25px;
  }
}
.article_body-content ul li {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .article_body-content ul li {
    margin-top: 10px;
  }
}
.article_body-foot {
  margin-top: 30px;
}
.article_body-tags span.article_tags, .article_body-source span.article_source {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.article_body-tags a.article_body-tag {
  font-size: 12px;
  text-decoration: none;
  background: #f7f7f7;
  display: inline-block;
  border-radius: 50px;
  padding: 2px 10px;
  color: #4e4e4e;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-left: 10px;
  text-transform: lowercase;
  margin-bottom: 12px;
}
.article_body-tags a.article_body-tag:visited {
  color: #4e4e4e !important;
}

.body-article {
  padding-left: 23px;
  padding-right: 23px;
}
@media (min-width: 992px) {
  .body-article {
    padding-top: 64px;
  }
}

.ultime-notizie-cont {
  display: flex;
  flex-wrap: wrap;
}
.ultime-notizie-cont .ultime-notizie-card {
  width: 100%;
}
@media (min-width: 992px) {
  .ultime-notizie-cont .ultime-notizie-card {
    width: 50%;
    border-bottom: 0px;
  }
  .ultime-notizie-cont .ultime-notizie-card h2 {
    font-size: 19px !important;
    padding-right: 25px;
  }
}

ul.categories_list {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
ul.categories_list li ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
ul.categories_list li ul li {
  display: flex;
}
ul.categories_list li ul li a {
  padding: 10px;
  display: inline-block;
  background: #f7f7f7;
  border-radius: 20px;
  color: #25221f;
  text-decoration: none;
  padding: 8px;
  display: inline-block;
  min-width: 40px;
  min-height: 40px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 15px;
}

ul.cards {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  display: grid;
  --columns: 2;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 992px) {
  ul.cards {
    display: grid;
    --columns: 3;
    gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 25px;
    min-height: 300px;
  }
}
ul#pokemon-list {
  list-style: none;
  margin: 0px;
  padding: 0;
}
@media (min-width: 992px) {
  ul#pokemon-list {
    margin: 30px;
    padding: 0;
  }
}
ul#pokemon-list li {
  margin: 0;
  padding: 0;
}
ul#pokemon-list li.cards__item {
  transition: transform 0.3s ease, opacity 0.3s ease;
}
ul#pokemon-list a {
  color: #fff !important;
  text-decoration: none !important;
}
ul .unite_pokemon-card {
  background-color: #25221f;
  border-color: #19072d;
  color: #fff;
  border: solid #25221f;
  border-radius: 20px;
  display: block;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
@media (min-width: 992px) {
  ul .unite_pokemon-card:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);
    transform: scale(1.05);
    z-index: 1;
  }
}
ul .unite_pokemon--roster {
  transform-origin: center 60%;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
ul .unite_pokemon-card__image {
  border-radius: inherit;
  overflow: hidden;
  position: relative;
}
ul .unite_pokemon-card__image[data-role-id="0"] {
  background-color: #f16c38;
}
ul .unite_pokemon-card__image[data-role-id="1"] {
  background-color: #29a5e3;
}
ul .unite_pokemon-card__image[data-role-id="2"] {
  background-color: #ce5fd3;
}
ul .unite_pokemon-card__image[data-role-id="3"] {
  background-color: #aced5b;
}
ul .unite_pokemon-card__image[data-role-id="4"] {
  background-color: #fecc51;
}
ul .unite_pokemon-card__character {
  position: relative;
}
ul .unite_pokemon-card__character img {
  display: block;
  width: 100%;
}
ul .unite_pokemon-card__background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transform: translate3d(0, 0, 1px);
  border-radius: 20px;
}
ul .unite_pokemon-card__background::before {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-image: url("assets/hubUnite/pattern.svg"), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 38%);
  background-position: center, left top;
  background-size: 80px auto;
  content: "";
  border-radius: 20px;
}
@media (min-width: 992px) {
  ul .unite_pokemon-card__background::before {
    background-size: 140px, auto;
  }
}
ul .unite_pokemon-card__data {
  padding: 15px;
}
ul .unite_pokemon-card__name {
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-style: italic;
  font-size: 22px;
  text-align: center;
  margin: 0;
}

/*--------------------------------------------------------------
# Wordpress Articles Formatting
--------------------------------------------------------------*/
.more-news a {
  display: flex;
  width: auto;
  border-radius: 50px;
  background: rgb(254, 107, 96);
  background: -moz-linear-gradient(90deg, rgb(254, 107, 96) 50%, rgb(254, 59, 76) 100%);
  background: -webkit-linear-gradient(90deg, rgb(254, 107, 96) 50%, rgb(254, 59, 76) 100%);
  background: linear-gradient(90deg, rgb(254, 107, 96) 50%, rgb(254, 59, 76) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe6b60",endColorstr="#fe3b4c",GradientType=1);
  color: #fff;
  height: auto;
  justify-content: center;
  align-items: center;
  padding: 15px;
  text-decoration: none;
  font-weight: bold;
}

.body-article a,
.body-article a:visited,
.page-body-article a,
.page-body-article a:visited {
  color: #45b2ff;
  text-decoration: underline;
}
.body-article a:hover,
.page-body-article a:hover {
  color: #45b2ff;
}
.body-article .wp-block-button__link,
.body-article .wp-block-button__link:hover,
.body-article .wp-block-button__link:visited,
.page-body-article .wp-block-button__link,
.page-body-article .wp-block-button__link:hover,
.page-body-article .wp-block-button__link:visited {
  color: #ffffff;
}
.body-article h1,
.body-article h2,
.body-article h3,
.body-article h4,
.body-article h5,
.body-article h6,
.page-body-article h1,
.page-body-article h2,
.page-body-article h3,
.page-body-article h4,
.page-body-article h5,
.page-body-article h6 {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 800;
  line-height: 157.7%;
  letter-spacing: 0.5px;
}
.body-article h1,
.page-body-article h1 {
  font-size: 36px;
}
.body-article h2,
.page-body-article h2 {
  font-size: 32px;
}
.body-article h3,
.page-body-article h3 {
  font-size: 30px;
}
.body-article h4,
.page-body-article h4 {
  font-size: 28px;
}
.body-article h5,
.page-body-article h5 {
  font-size: 26px;
}
.body-article h6,
.page-body-article h6 {
  font-size: 24px;
}
.body-article img,
.page-body-article img {
  max-width: 100%;
  height: auto;
}
.body-article .wp-block-image,
.page-body-article .wp-block-image {
  text-align: center;
}
.body-article .wp-block-image img,
.page-body-article .wp-block-image img {
  border-radius: 10px;
}
.body-article figure,
.page-body-article figure {
  height: auto;
}
@media (min-width: 992px) {
  .body-article figure,
.page-body-article figure {
    max-width: 100% !important;
    width: 100% !important;
  }
}
.body-article figure img,
.page-body-article figure img {
  border-radius: 10px;
}
.body-article ul,
.body-article ol,
.page-body-article ul,
.page-body-article ol {
  margin: 0px;
}
.body-article ul.blocks-gallery-grid,
.page-body-article ul.blocks-gallery-grid {
  padding: 0px !important;
}
.body-article pre,
.page-body-article pre {
  white-space: normal;
}
.body-article blockquote,
.page-body-article blockquote {
  position: relative;
  background: #f7f7f7;
  border-radius: 20px;
  padding-left: 18px !important;
  padding-bottom: 18px !important;
  padding-right: 18px !important;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .body-article blockquote,
.page-body-article blockquote {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
    padding: 40px 80px !important;
  }
}
.body-article blockquote p,
.page-body-article blockquote p {
  margin: 0px;
}
.body-article blockquote::before,
.page-body-article blockquote::before {
  content: "“";
  font-family: "Nunito", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 80px;
  display: block;
  width: max-content;
  margin: 0 auto;
  height: 70px;
}
@media (min-width: 992px) {
  .body-article blockquote::before,
.page-body-article blockquote::before {
    position: absolute;
    left: 20px;
    top: 0px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .body-article blockquote::after,
.page-body-article blockquote::after {
    content: "„";
    position: absolute;
    font-family: "Nunito", sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 80px;
    right: 20px;
    bottom: 0px;
  }
}
.body-article figure.wp-block-pullquote blockquote,
.page-body-article figure.wp-block-pullquote blockquote {
  margin: 0 auto !important;
}
.body-article iframe,
.page-body-article iframe {
  display: block;
  margin: 0 auto;
}
.body-article figcaption,
.page-body-article figcaption {
  font-style: oblique;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.body-article .wp-block-gallery,
.page-body-article .wp-block-gallery {
  margin-top: 10px;
}
.body-article p cite,
.page-body-article p cite {
  font-size: 12px;
  color: #bbbbbb;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  font-weight: bold;
  margin-left: 10px;
  list-style: none;
  padding: 0px;
}
.body-article code,
.page-body-article code {
  background-color: #f7f7f7;
}
.body-article .wp-block-table,
.page-body-article .wp-block-table {
  display: block;
  overflow: auto;
  width: 330px;
}
@media (min-width: 992px) {
  .body-article .wp-block-table,
.page-body-article .wp-block-table {
    display: table;
    width: 100%;
  }
}
.body-article .wp-block-table table,
.page-body-article .wp-block-table table {
  border-color: #bbbbbb;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
.body-article .wp-block-table table th,
.body-article .wp-block-table table td,
.page-body-article .wp-block-table table th,
.page-body-article .wp-block-table table td {
  border: 1px solid #dcd7ca;
  line-height: 1.4;
  margin: 0;
  overflow: visible;
  padding: 0.5em;
}
.body-article .wp-block-table table thead,
.page-body-article .wp-block-table table thead {
  white-space: nowrap;
}

/* BODY ARTICLES */
.wp-block-button a {
  background: rgb(254, 107, 96);
  background: -moz-linear-gradient(90deg, rgb(254, 107, 96) 50%, rgb(254, 59, 76) 100%);
  background: -webkit-linear-gradient(90deg, rgb(254, 107, 96) 50%, rgb(254, 59, 76) 100%);
  background: linear-gradient(90deg, rgb(254, 107, 96) 50%, rgb(254, 59, 76) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe6b60",endColorstr="#fe3b4c",GradientType=1);
  text-decoration: none;
  font-weight: bold;
}

.wp-block-button__link:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  margin-left: 15px;
}

/* CATEGORIE ARTICOLI */
.PM-category-anime {
  background-color: #fc5845;
}

.PM-category-carte {
  background-color: #abda5c;
}

.PM-category-curiosita {
  background-color: #d04949;
}

.PM-category-eventi {
  background-color: #ffc045;
}

.PM-category-giochi {
  background-color: #1eb4ee;
}

.PM-category-iniziative {
  background-color: #ffc045;
}

.PM-category-interviste {
  background-color: #d04949;
}

.PM-category-mondo {
  background-color: #c447c9;
}

.PM-category-nintendo {
  background-color: #e70102;
}

.PM-category-play-pokemon {
  background-color: #d04949;
}

.PM-category-recensioni {
  background-color: #d04949;
}

.PM-category-rubriche {
  background-color: #d04949;
}

.PM-category-sito {
  background-color: #4db2ec;
}

.PM-category-video {
  background-color: #d04949;
}

/* SEZIONI INTERNE */
.sezioni_interne .entry-content a {
  max-width: 45%;
  display: flex;
}

.page-body-article .entry-content {
  overflow: hidden;
}
@media (min-width: 992px) {
  .page-body-article .entry-content {
    max-width: 768px;
  }
}
.page-body-article .entry-content p,
.page-body-article .entry-content li {
  font-size: 17px;
  line-height: 2.1;
}
@media (min-width: 992px) {
  .page-body-article .entry-content p,
.page-body-article .entry-content li {
    font-size: 19px;
    line-height: 2.1;
  }
}
.page-body-article .entry-content ul {
  margin-bottom: 25px !important;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .page-body-article .entry-content ul {
    margin-bottom: 45px !important;
    padding-left: 25px;
  }
}
.page-body-article .entry-content ul li {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .page-body-article .entry-content ul li {
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# Animate
--------------------------------------------------------------*/
/* ==========================================================================
Animation System by Neale Van Fleet from Rogue Amoeba https://css-tricks.com/a-handy-little-system-for-animated-entrances-in-css/
========================================================================== */
.animate {
  animation-duration: 0.95s;
  animation-delay: 0s;
  animation-name: animate-fade;
  animation-timing-function: cubic-bezier(0.26, 0.53, 0.74, 1.48);
  animation-fill-mode: backwards;
}

/* Fade In */
.animate.fade {
  animation-name: animate-fade;
  animation-timing-function: ease;
}

@keyframes animate-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Pop In */
.animate.pop {
  animation-name: animate-pop;
}

@keyframes animate-pop {
  0% {
    opacity: 0;
    transform: scale(0.9, 0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
/* Blur In */
.animate.blur {
  animation-name: animate-blur;
  animation-timing-function: ease;
}

@keyframes animate-blur {
  0% {
    opacity: 0;
    filter: blur(15px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
/* Glow In */
.animate.glow {
  animation-name: animate-glow;
  animation-timing-function: ease;
}

@keyframes animate-glow {
  0% {
    opacity: 0;
    filter: brightness(3) saturate(3);
    transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    filter: brightness(1) saturate(1);
    transform: scale(1, 1);
  }
}
/* Grow In */
.animate.grow {
  animation-name: animate-grow;
}

@keyframes animate-grow {
  0% {
    opacity: 0;
    transform: scale(1, 0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
/* Splat In */
.animate.splat {
  animation-name: animate-splat;
}

@keyframes animate-splat {
  0% {
    opacity: 0;
    transform: scale(0, 0) rotate(20deg) translate(0, -30px);
  }
  70% {
    opacity: 1;
    transform: scale(1.1, 1.1) rotate(15deg);
  }
  85% {
    opacity: 1;
    transform: scale(1.1, 1.1) rotate(15deg) translate(0, -10px);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1) rotate(0) translate(0, 0);
  }
}
/* Roll In */
.animate.roll {
  animation-name: animate-roll;
}

@keyframes animate-roll {
  0% {
    opacity: 0;
    transform: scale(0, 0) rotate(360deg);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1) rotate(0deg);
  }
}
/* Flip In */
.animate.flip {
  animation-name: animate-flip;
  transform-style: preserve-3d;
  perspective: 1000px;
}

@keyframes animate-flip {
  0% {
    opacity: 0;
    transform: rotateX(-120deg) scale(0.9, 0.9);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg) scale(1, 1);
  }
}
/* Spin In */
.animate.spin {
  animation-name: animate-spin;
  transform-style: preserve-3d;
  perspective: 1000px;
}

@keyframes animate-spin {
  0% {
    opacity: 0;
    transform: rotateY(-120deg) scale(0.9, 0.9);
  }
  100% {
    opacity: 1;
    transform: rotateY(0deg) scale(1, 1);
  }
}
/* Slide In */
.animate.slide {
  animation-name: animate-slide;
}

@keyframes animate-slide {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/* Drop In */
.animate.drop {
  animation-name: animate-drop;
  animation-timing-function: cubic-bezier(0.77, 0.14, 0.91, 1.25);
}

@keyframes animate-drop {
  0% {
    opacity: 0;
    transform: translate(0, -300px) scale(0.9, 1.1);
  }
  95% {
    opacity: 1;
    transform: translate(0, 0) scale(0.9, 1.1);
  }
  96% {
    opacity: 1;
    transform: translate(10px, 0) scale(1.2, 0.9);
  }
  97% {
    opacity: 1;
    transform: translate(-10px, 0) scale(1.2, 0.9);
  }
  98% {
    opacity: 1;
    transform: translate(5px, 0) scale(1.1, 0.9);
  }
  99% {
    opacity: 1;
    transform: translate(-5px, 0) scale(1.1, 0.9);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1, 1);
  }
}
/* Animation Delays */
.delay-1 {
  animation-delay: 0.6s;
}

.delay-2 {
  animation-delay: 0.7s;
}

.delay-3 {
  animation-delay: 0.8s;
}

.delay-4 {
  animation-delay: 0.9s;
}

.delay-5 {
  animation-delay: 1s;
}

.delay-6 {
  animation-delay: 1.1s;
}

.delay-7 {
  animation-delay: 1.2s;
}

.delay-8 {
  animation-delay: 1.3s;
}

.delay-9 {
  animation-delay: 1.4s;
}

.delay-10 {
  animation-delay: 1.5s;
}

.delay-11 {
  animation-delay: 1.6s;
}

.delay-12 {
  animation-delay: 1.7s;
}

.delay-13 {
  animation-delay: 1.8s;
}

.delay-14 {
  animation-delay: 1.9s;
}

.delay-15 {
  animation-delay: 2s;
}

@media screen and (prefers-reduced-motion: reduce) {
  .animate {
    animation: none !important;
  }
}
