:root {
  --g1-footer-itxt-color: #d0074e;
  --g1-footer-rtxt-color: #fff;
  --g1-footer-mtxt-color: #fff;
  --g1-footer-atxt-color: #d0074e;
  --g1-footer-bg-color: #1a1a1ae6;
}
:root {
  --g1-submenu-bg-color: #d7d7d7;
  --g1-submenu-rtxt-color: #fbfbfb;
  --g1-submenu-atxt-color: #d0074e;
}
:root {
  --g1-canvas-itxt-color: #fff;
  --g1-canvas-atxt-color: #d0074e;
  --g1-canvas-bg-color: #0091fe;
}
:root {
  --g1-hbc-itxt-color: #fff;
  --g1-hbc-atxt-color: #fff;
  --g1-hbc-bg-color: #d0074e;
  --g1-hbc-gradient-color: #0091fe;
  --g1-hbc-border-color: red;
}
:root {
  --g1-hbb-itxt-color: #fff;
  --g1-hbb-atxt-color: #0091fe;
  --g1-hbb-bg-color: #d0074e;
  --g1-hbb-gradient-color: #0091fe;
  --g1-hbb-border-color: red;
}
:root {
  --g1-hba-itxt-color: #666;
  --g1-hba-atxt-color: #0091fe;
  --g1-hba-bg-color: #fff;
  --g1-hba-gradient-color: red;
  --g1-hba-border-color: red;
}
:root {
  --g1-rtxt-color: #d8dadd;
  --g1-itxt-color: #82ccf9;
  --g1-mtxt-color: #fff;
  --g1-border-color: #0e141c !important;
  --g1-bg-color: #0e141c;
  --g1-bg-color-r: 255;
  --g1-bg-color-g: 255;
  --g1-bg-color-b: 255;
  --g1-bg-tone-color: #19232f;
  --g1-bg-alt-color: #19232f;
  --g1-cat-border-color: #19232f;
  --g1-cat-bg-color: #19232f;
  --g1-cat-txt-color: #000;
  --g1-reverse-border-color: #333;
  --g1-reverse-bg-color: #1a1a1a;
  --g1-reverse-itxt-color: #19232f;
}
*,
:after,
:before {
  box-sizing: border-box;
}
* {
  scrollbar-width: 16px;
  scrollbar-color: #1d1d1d #494949;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background: #303030;
}
::-webkit-scrollbar-thumb {
  background-color: #232324;
  border-radius: 5px;
  border: 3px solid #141414;
}
#outer-box {
  height: 287px;
  display: block;
  position: relative;
}
#outer-box img {
  height: auto;
}
#outer-box #inner-box {
  background: #fd8698;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  padding: 0;
  background: #9c3c76;
  background: linear-gradient(
    59deg,
    rgba(156, 60, 118, 0.5) 0,
    rgba(0, 145, 254, 0.5) 100%
  );
  border-radius: 10px;
}
#outer-box #inner-box p {
  color: #fff;
  line-height: 280px;
  font-family: arial;
  text-align: center;
  font-size: 10rem;
}
#outer-box:focus #inner-box,
#outer-box:hover #inner-box {
  background: #9c3c76;
  background: linear-gradient(
    59deg,
    rgba(156, 60, 118, 0.9) 0,
    rgba(0, 145, 254, 0.9) 100%
  );
}
.spoiler {
  background: linear-gradient(20deg, #bd0000, #4f0000);
  border-radius: 8px;
  font-weight: 700;
  padding: 15px;
  box-shadow: 1px 1px 4px #f03737;
  margin-bottom: 15px;
  position: relative;
}
.spoiler::before {
  position: absolute;
  font-family: FontAwesome;
  top: -15px;
  right: 20px;
  content: "\f06a";
  color: #ffffffc2;
  font-size: 60px;
}
p strong {
  color: #fff;
}
.product-card {
  max-width: 1200px;
  min-height: 400px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #919495;
  font-weight: 400;
  text-align: left;
  font-size: 18px;
  position: relative;
}
.product-card a {
  color: #fff;
}
.product-details {
  width: 70%;
  float: left;
  height: 100%;
  padding: 40px;
}
.titolo-box-fine-home {
  color: #fff;
  margin-bottom: 35px;
  font-size: 3rem;
  line-height: 1.2;
  z-index: 100;
}
.sotto-titolo-box-fine-home {
  color: #fff;
  margin-bottom: 35px;
  font-size: 1.4rem;
  line-height: 1;
  z-index: 100;
}
.product-details button.btn_gdr {
  width: 150px;
  height: 50px;
  margin-top: 20px;
  background-color: #f2f2f236;
  border-radius: 5px;
  color: #fff;
  border: 0;
  box-shadow: 1px 1px 2px #75c9f2bd, -1px -2px #ffffffa8;
  margin-right: 10px;
}
.product-details button.btn_boardgame {
  width: 150px;
  height: 50px;
  margin-top: 20px;
  border-radius: 0;
  color: #fff;
  border: 0;
  box-shadow: 1px 1px 2px #e16b24a8, -1px -2px #ffffffa8;
  background-color: #f2f2f236;
}
.container-foto-home img {
  opacity: 50%;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
}
.product-details button:active,
.product-details button:focus,
.product-details button:hover {
  color: #fff;
  box-shadow: 1px 1px 4px #fff, -1px -1px 4px #fff;
}
.entry-content ul {
  margin-bottom: 12px;
}
.entry-content ol:before {
  list-style: decimal;
  margin-right: 0.2em;
}
.blocks-gallery-item ul li:before {
  content: none !important;
}
.product-image {
  position: absolute;
  right: 50px;
  top: -30px;
}
.product-image img {
  max-width: 300px;
}
.blocco-leggi-anche {
  border-radius: 0.8em;
  padding: 12px;
  box-shadow: 1px 1px 3px #467acc, -1px -1px 3px #ff0d51;
  background: linear-gradient(90deg, #73c2f212, #12121200, #12121200);
}
.container_box {
  max-width: 1200px;
  padding: calc(10px * 2);
  background: #121212;
  margin: 0 auto;
  mix-blend-mode: invert;
  position: relative;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.15px;
}
.container_box:after {
  content: "";
  width: 100vw;
  height: 100%;
  background: #212121;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.contenitor-slider-fine-home {
  max-width: 1200px;
  margin: 0 auto;
  background: #121212;
}
.evidenza-generi {
  padding: 0.6rem;
  text-shadow: 1px 1px 2px #404040;
  font-size: 24px;
  font-family: Nunito, sans-serif;
  background: linear-gradient(to right, #ce084f, #932f81, #5251ac, #0091fe00);
  margin-left: -24px;
  width: 85%;
  border-radius: 0 0 0 8px;
  margin-bottom: 25px;
  height: 1.9em;
}
.evidenza-generi h2 {
  color: #fff;
}
.videogame-box img {
  border-radius: 2px 2px 13px 13px;
}
.g1-collection-item.g1-collection-item-1of3:hover {
  background: linear-gradient(90deg, #12121230, #12121242);
}

.img_sidebar {
  border-radius: 8px;
}
.wp-block-separator,
hr {
  border-width: 1px 0 0;
  margin: 0 auto;
  border-style: solid;
  opacity: 1;
  border: 0;
  background: linear-gradient(53deg, #0290fd00, #0290fd, #c80d55, #c80d550d);
  margin: 2em;
  padding: 2px;
  width: 100% !important;
}
.sapevi-che {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 5px 10px;
}
.sapevi-sx {
  box-shadow: -1px -1px 2px #256489;
}
.sapevi-dx {
  box-shadow: 1px 1px 2px #a11f5f;
}
.sapevi-dx,
.sapevi-sx {
  padding: 10px;
  border-radius: 0.4em;
  margin-bottom: 1.5em;
  text-align: justify;
  text-justify: inter-word;
  background: linear-gradient(45deg, #1c2c3d 40%, #0e141c 82%);
}
.alternate {
  width: 90%;
}
.alternate:nth-child(even) {
  align-self: flex-end;
}
.alternate:nth-child(odd) {
  align-self: flex-start;
  text-align: right;
}
@media only screen and (max-width: 600px) {
  .alternate {
    width: 92%;
  }
  .alternate:nth-child(even) {
    align-self: flex-end;
  }
  .alternate:nth-child(odd) {
    align-self: flex-start;
    text-align: right;
  }
}
.cd-testimonials-wrapper {
  position: relative;
  width: 100%;
  box-shadow: 2px 1px 5px #3abeffb0, -2px -1px 2px #cf074f;
  margin: 2em auto;
  padding: 20px 20px 20px;
  z-index: 1;
  border-radius: 0.8em;
}
.contenitore-recensioni-videogames {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 50px;
  padding: 0.9em;
  background: linear-gradient(45deg, #1c2c3d 40%, #0e141c 82%);
  border-radius: 10px;
  flex-direction: column;
}
.voto_redattore_gioco {
  display: flex;
  flex-direction: column;
  padding: 1.1em 0 1.1em 1.1em;
  border-radius: 0.8em;
  margin-bottom: 1em;
  width: 33%;
  align-content: center;
  align-items: center;
  align-self: center;
}
.link-voto-video {
  color: #fff;
  text-decoration: underline;
}
@media only screen and (max-width: 600px) {
  .voto_redattore_gioco {
    width: auto;
    padding: 1em;
  }
  .voto_redattore_gioco span {
    font-size: 12px;
  }
}
tbody {
  border: 0 solid !important;
}
.table {
  display: flex;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0 solid !important;
  box-shadow: 2px 1px 5px #3abeffb0, -2px -1px 2px #cf074f;
}
table:not(.variations):not(.shop_table):not(.group_table) {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
table:not(.variations):not(.shop_table):not(.group_table) tbody {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}
table:not(.variations):not(.shop_table):not(.group_table) tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}
table:not(.variations):not(.shop_table):not(.group_table)
  tbody
  tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}
table tr:nth-child(odd) td {
  background-color: #19232f !important;
}
table tr:nth-child(even) td {
  background-color: #202d3d !important;
}
.author-info .author-info-inner {
  position: relative;
  padding: 20px 20px 0 20px;
  box-shadow: 2px 1px 5px #3abeffb0, -2px -1px 2px #cf074f;
  background: #19232f;
}
.flex-direction-nav li {
  position: absolute;
  height: 100%;
  width: 40px;
  top: 0;
  list-style: none;
}
.flex-direction-nav li:first-child {
  left: 0;
}
.flex-direction-nav li:last-child {
  right: 0;
}
.flex-direction-nav li a {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.no-touch .flex-direction-nav li a:focus,
.no-touch .flex-direction-nav li a:hover {
  background-color: #323234;
}
.flex-direction-nav li a::after,
.flex-direction-nav li a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 13px;
  background-color: #fff;
}
.flex-direction-nav li a::before {
  -webkit-transform: translateY(-35px) rotate(45deg);
  -moz-transform: translateY(-35px) rotate(45deg);
  -ms-transform: translateY(-35px) rotate(45deg);
  -o-transform: translateY(-35px) rotate(45deg);
  transform: translateY(-35px) rotate(45deg);
}
.flex-direction-nav li a::after {
  -webkit-transform: translateY(-27px) rotate(-45deg);
  -moz-transform: translateY(-27px) rotate(-45deg);
  -ms-transform: translateY(-27px) rotate(-45deg);
  -o-transform: translateY(-27px) rotate(-45deg);
  transform: translateY(-27px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::before {
  -webkit-transform: translateY(-35px) rotate(-45deg);
  -moz-transform: translateY(-35px) rotate(-45deg);
  -ms-transform: translateY(-35px) rotate(-45deg);
  -o-transform: translateY(-35px) rotate(-45deg);
  transform: translateY(-35px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::after {
  -webkit-transform: translateY(-27px) rotate(45deg);
  -moz-transform: translateY(-27px) rotate(45deg);
  -ms-transform: translateY(-27px) rotate(45deg);
  -o-transform: translateY(-27px) rotate(45deg);
  transform: translateY(-27px) rotate(45deg);
}
.close-btn {
  position: fixed;
  display: block;
  width: 40px;
  height: 40px;
  top: 50px;
  right: 3%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.close-btn::after,
.close-btn::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 24px;
  top: 8px;
  left: 19px;
  background-color: #39393c;
}
.close-btn::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-btn::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ricerca-home .search-form SELECT:focus {
  outline: 0;
}
.ricerca-home .search-form SELECT:-moz-focusring {
  color: #000;
  text-shadow: 0 0 0 #000;
}
.ricerca-home .search-form .search-field {
  width: 100%;
  padding-right: 80px;
}
.ricerca-home .search-field {
  background: #fff;
  height: 50px;
  color: #000 !important;
  min-width: 280px;
  border: 3px solid #111;
  font-size: 16px;
  font-weight: 900;
}
.ricerca-home .search-submit {
  background: #000 !important;
}
.bg-search-sub {
  background: #000 !important;
  height: 50px;
  border-right: 40px solid;
  border-left: 25px solid;
  padding-top: 10px;
  color: #fff;
}
.ricerca-home .search-submit:before {
  font: 16px/22px bimber;
  content: "\e016";
  color: #fff;
}
.g1-searches-ajax {
  z-index: 999;
}
embed,
iframe,
img,
input[type="image"],
object,
table,
video {
  /*aspect-ratio: attr(width) / attr(height);*/
}
img {
  -webkit-filter: saturate(82%);
  filter: saturate(0.82);
}
.g1-footer-text {
  color: #fff !important;
}
.g1-collection-more-inner {
  margin-bottom: 30px;
}
.g1-column-1of3 {
  text-align: center;
}
.tabmenu-mobile {
  padding-top: 10px;
}
.videogame-box {
  margin-bottom: 10px;
  border-radius: 2px;
}
.g1-body-inner {
  padding-bottom: 60px;
}
.elencoguidevideogames {
  padding: 0 0 30px 30px;
}
.column-scheda-in-game {
  padding: 10px;
}
.column-scheda-in-game-centrale {
  text-align: center;
  margin: 0 auto;
}
.titolo-dettagli-in-game {
  background: #eee;
  padding-left: 10px;
}
.row-scheda-in-game {
  margin-bottom: 3em;
  display: flex;
  flex-direction: row;
}

.pulsante-dislike,
.pulsante-like {
  border: none !important;
  padding: 10px 10px 10px 20px;
  border-radius: 5px;
  color: #fff;
  text-align: left;
  font-weight: 700;
}
.pulsante-like {
  box-shadow: 2px 2px 5px #75cef0, -2px -2px 5px #7edab8;
  background: linear-gradient(90deg, #1e6acc, #7fddb5);
}
.pulsante-dislike {
  box-shadow: 2px 2px 4px #c13282, -2px -2px 4px #e861d9;
  background: linear-gradient(90deg, #dd2383, #4650e396);
}
.titolo-scheda-videogames {
  margin: 0 auto;
  text-align: center;
}
.voto-scheda-gioco {
  margin: 0 auto;
  text-align: center;
}
.voto-scheda-gioco a {
  color: #5494e6 !important;
  margin: 0 auto;
  text-align: center;
  font-size: 1.3em;
}
.voto-scheda-gioco a:focus,
.voto-scheda-gioco a:hover {
  color: #8a4a7f !important;
}
.text-shadow-titolo {
  text-shadow: 1px 2px 3px #000;
}
.voto-paginascheda {
  text-align: center;
  margin: 0 auto;
}
.cerchio-voto-generale,
.cerchio-voto-paginascheda {
  width: 120px;
  float: left;
  height: 120px;
  line-height: 1.9;
  text-align: center;
  border: 3px solid;
  border-image: linear-gradient(66deg, #ff057a 35%, #03b8ff 80%) 1;
  margin-bottom: 10px;
}
.cerchio-esterno-voto-paginascheda {
  font-size: 4em;
}
.cerchio-voto-generale {
  font-size: 3.5em;
}
@media only screen and (max-width: 600px) {
	/*Menu mobile fix colori*/
	.g1-canvas-global {
	background-image: linear-gradient(33deg, #d53dff, #3795e8);
	border-radius: 0em .7em .7em 0em;
	box-shadow: 0px 0px 6px #498beb;
}

.g1-canvas .g1-quick-nav {
	margin-bottom: 1.5rem;
	display: none;
}

.search-field {
	background: #fff;
	height: 50px;
	color: #000 !important;
	/* border: 3px solid #ececec; */
	font-size: 13px;
	font-weight: 900;
	box-shadow: 1px 1px 4px #c051ff, -1px -1px 4px #5bbaff;
}
	
	/*Menu mobile fix colori*/	
  .cerchio-voto-generale {
    font-size: 2.5em;
    line-height: 2.6;
  }
  .testo-voto-generale {
    padding-top: 32px !important;
  }
  .row-scheda-in-game {
    margin-bottom: 3em;
    display: flex;
    flex-direction: column;
  }
}


.voto-generale {
  height: 160px;
  padding: 20px;
  text-align: center;
  margin: 20px;
}
.testo-voto-generale {
  width: 50%;
  padding-top: 50px;
  float: left;
  font-size: 1.4em;
}
.cerchio-esterno-voto-generale {
  width: 35%;
  float: right;
}
.like_positive li {
  list-style: none;
}
li.positive:before {
	  content: "";
  background-image: url(https://www.player.it/wp-content/uploads/2023/03/positive-li.png);
  background-size: contain;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 0.1rem;
  margin-right: 0.2rem;
	  margin-left: -1.3em;
}
.like_negative li {
	list-style:none;
}
li.negative:before {

	
	
	  content: "";
  background-image: url(https://www.player.it/wp-content/uploads/2023/03/negative.png);
  background-size: contain;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 0.1rem;
  margin-right: 0.2rem;
	  margin-left: -1.3em;
}
.g1-load-more {
  margin-top: 10px;
}
.entry-category {
  background: 0 0;
}
.entry-featured-media figcaption {
  display: none;
}
.entry-featured-media .g1-frame {
  box-shadow: 2px 2px 5px #ff2272, -2px -2px 5px #1899ff;
  border-radius: 1em;
}
h1.g1-mega {
  padding: 20px 0;
  font-size: 2em;
  text-transform: uppercase;
}
.entry-content h3 {
  background: linear-gradient(
    to right,
    var(--g1-hbb-bg-color),
    var(--g1-hbb-gradient-color)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-transform: uppercase;
}
.h2-schede-gioco {
  background: linear-gradient(
    to right,
    var(--g1-hbb-bg-color),
    var(--g1-hbb-gradient-color)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
#gradienteheadline h2 {
  text-transform: uppercase;
  color: #fff;
  padding: 0.5rem;
  text-shadow: 1px 1px 2px #1a1919;
  font-size: 1.3em;
  font-family: Nunito, sans-serif;
  background: linear-gradient(60deg, #ce084f, #3f74d9, #0091fe, 74%, #03101a00);
  width: auto;
  border-radius: 0 0 0 5px;
}
#gradienteheadline h3,
h4 {
  background: linear-gradient(
    to right,
    var(--g1-hbb-bg-color),
    var(--g1-hbb-gradient-color)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.g1-delta span {
  font-weight: -1;
  background: linear-gradient(
    to right,
    var(--g1-hbb-bg-color),
    var(--g1-hbb-gradient-color)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  text-transform: uppercase;
}
.contenitore-massimo {
  max-width: 1200px;
  margin: 0 auto;
}
.hideOnMobile {
  padding-right: 5px;
}
.titolo-sezione {
  background: #19232f;
  padding: 20px;
}
.titolo-sezione h1 {
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto;
}
.data-aggiornata {
  padding-left: 5px;
  color: #89d1fd;
}
mark {
  background: #ff0;
}
mark.current {
  background: orange;
}
.header {
  padding: 10px;
  width: 100%;
  background: #eee;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 65px;
  text-align: center;
  z-index: 100;
}
.searchpost {
  background: #fff;
}
.game-details-in-game {
  display: block;
}
.container_box a,
.game-details a,
.page-body a {
  color: #5494e6 !important;
  font-weight: 700 !important;
}
.container_box a:hover,
.game-details a:hover,
.page-body a:hover {
  color: #8a4a7f !important;
  font-weight: 700 !important;
}
.content {
  margin-top: -20px;
}
div.entry-date {
	color: #89d1fd;
	padding: 0.89em;
	border-radius: 0.5em;
	box-shadow: 1px 1px 1px #8a4a7f, -1px -1px 1px #2b76d8;
	margin: -18px 0px 10px 0px;
	background: #121212;
}
.collapsible {
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  border: none;
  text-align: left;
  outline: 0;
  font-size: 15px;
}
.active,
.collapsible:hover {
  background-color: transparent;
}
.contenuto-post-in-evidenza {
  padding-left: 8px;
  overflow: hidden;
}
.g1-typography-xl {
  padding-left: 0;
  padding-right: 0;
}
.g1-frame-inner {
  border-radius: 8px;
}
p.has-background {
  border-radius: 8px;
}
.container_box_best_post a:hover {
  color: #fff;
}
.nuovo-menu {
  padding: 0;
  margin: 0 auto;
  background-color: transparent;
  margin-bottom: 22px;
  position:relative;
  z-index:444; /*Fix menù : ) */
}
.nuovo-menu a {
  color: #fff !important;
}
.nuovo-menu .g1-row-background {
  border-radius: 0 0 12px 12px;
}
.sub-menu {
  background: #131313 !important;
  border-radius: 7px;
  box-shadow: 1px 1px 5px #fff;
}
.sub-menu a {
  color: #fff !important;
}
.sub-menu a:hover {
  color: #2967ee !important;
}
.g1-primary-nav ul {
  padding: 3px;
}
.g1-primary-nav li {
  padding: 3px;
}
.g1-primary-nav a:hover {
  color: #a1d4fb !important;
}
nav {
  margin: 0 auto;
}
.g1-hb-row-a .g1-row-background {
  background: #0c1419;
  background-image: linear-gradient(66deg, #9f205c 35%, #46cbffcf 80%, #0063ff);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 100% 0.18em;
}
.g1-hb-row-b .g1-row-background {
  background: #0c1419;
  box-shadow: 0 -2px 2px 0 #0563e7;
}
#briciola {
	background: #0c1419;
	background-image: linear-gradient( 66deg, #9f205c 35%, #46cbffcf 60%, #0063ff 75% );
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 100% 0.18em;
	margin: 0 auto;
	max-width: 1200px;
	box-shadow: 0px 0px 4px #0558ce;
}
.briciola-articoli {
  background: #19232f;
  padding: 0.5em;
  border-radius: 0.4em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.briciola-articoli a {
  color: #fff;
  font-weight: 600;
}
.briciola-articoli a:hover {
  text-decoration: none;
  background-image: linear-gradient(66deg, #9f205c 35%, #46cbffcf 80%, #0063ff);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 100% 0.18em;
  color: #fff !important;
  transition: background-size 0.6s, color 0.5s;
}
.contenitor-max-width {
  color: #fff;
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 10px;
}
.container_box_best_post p {
  margin: 0 auto;
  float: left;
  text-transform: uppercase;
  font-weight: 700 !important;
  vertical-align: middle;
  padding-top: 10px;
}
.container_box_best_post a {
  color: #fff;
}
.container_box_best_post {
  color: #fff;
  font-size: 1.13em;
}
.container_box_best_post ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.container_box_best_post li {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.container_box_best_post li {
  padding: 10px 10px 10px 0;
}
.container_box_best_post li a {
  display: block;
  padding: 0 10px 0 10px;
  color: #fff !important;
}
.container_box_best_post li a:hover {
  color: #fff;
  text-decoration: underline;
}
.g1-socials-item-icon-facebook {
  border-radius: 5px;
  margin-right: 10px;
}
.g1-socials-item-icon-instagram {
  border-radius: 5px;
  margin-right: 10px;
}
.g1-socials-item-icon-youtube {
  border-radius: 5px;
  margin-right: 10px;
}
.g1-socials-item-icon-telegram {
  border-radius: 5px;
  margin-right: 10px;
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 0.6em;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.CopiaArticolo {
  display: flex;
  padding-top: 20px;
  margin: 1em;
  flex-direction: row;
  align-content: center;
  align-items: center;
  padding: 1.3em;
}
.CopiaArticolo input {
  height: 14px;
  width: 100%;
  box-shadow: 2px 2px 5px #3195f0, -2px -2px 5px #ca2d68;
  font-weight: 700;
  vertical-align: middle;
}

@media only screen and (max-width: 600px) {
  .CopiaArticolo {
    flex-direction: column;
  }
}
.game-filter {
  display: flex;
  margin-bottom: 15px;
  max-width: 100%;
}
.game-filter SELECT {
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  line-height: 1;
  letter-spacing: 0.5px;
  background-color: #19232f;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #425899;
  font-size: 0.9rem;
  border-radius: 0.6em;
  line-height: 1.5em;
  padding: 0.5em 1.5em 0.5em 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
.game-filter INPUT {
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  line-height: 1;
  letter-spacing: 0.5px;
  background-color: #19232f;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #425899;
  font-size: 0.9rem;
  border-radius: 0.6em;
  line-height: 1.5em;
  padding: 0.5em 1.5em 0.5em 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.game-filter SELECT:focus {
  outline: 0;
}
.game-filter SELECT:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #425899;
}
.game-filter BUTTON {
  border: 1px solid #425899;
  font-size: 0.8rem;
  cursor: pointer;
}
.game-filter option {
  color: #fff;
}
.game-filter BUTTON:hover {
  background-color: #9c3c76;
  color: #fff;
}
.gameSearchBox {
  position: relative;
}
.gameSearchBox::before {
  font: 16px/22px bimber;
  content: "\e016";
  color: #425899;
  position: absolute;
  right: 25px;
  z-index: 100;
  top: 5px;
}
#gamesToAssoc {
  position: absolute;
  top: 35px;
  left: 0;
  background-color: #19232f;
  width: 214px;
  z-index: 1;
}
#gamesToAssoc A {
  padding: 4px 4px;
  border-bottom: 1px dashed #ddd;
  display: block;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  color: #fff;
}
#gamesToAssoc A:first-child {
  border-top: 1px dashed #1d6ed1;
}
#gamesToAssoc A:last-child {
  border-bottom: none;
}
.filterButtonMobile {
  display: none;
}
.g1-button {
  border: none !important;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 2px 2px 5px #3195f0, -2px -2px 5px #ca2d68;
  background: #fff0 !important;
  color: #5494e6;
  transition: 0.5s ease;
}
.g1-button:hover {
  border: none !important;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 2px 2px 5px #d899dd, -2px -2px 5px #9acfff;
  background: #fff0 !important;
  color: #f92c8c;
  transition: 0.5s ease;
}
.google_news img {
  vertical-align: middle;
  padding-left: 10px;
}
.google_news {
  text-align: center;
  font-size: 20px;
  padding: 13px;
  border-radius: 0.8em;
  box-shadow: 1px 1px 1px #ffffff2e, -1px -1px 1px #ffffff38;
}
.tags-title {
  display: inline-block;
  background: #0290fd;
  position: relative;
  height: auto;
  line-height: 26px;
  font-weight: 600;
  padding: 3px 10px 3px 10px;
  color: #fff;
  margin-right: 5px;
  text-transform: uppercase;
  border-radius: 6px;
  font-size: 12px;
}
.g1-sidebar .widget {
  margin-top: 20px;
  background: #19232f;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 1px 1px 2px #41365e, -1px -1px 2px #3e6293;
}
.slider-alto-home-desk {
  max-width: 1200px;
  height: 580px;
  margin: 0 auto;
}
.slider-alto-home-mobile {
  max-height: 250px;
  margin: 0 auto;
}
.similar-game {
  padding: 15px 15px 0 15px;
  background: #19232f;
  margin-bottom: 20px;
  color: #fff;
  border-radius: 0.7em;
  box-shadow: 2px 1px 5px #3abeffb0, -2px -1px 2px #cf074f;
}
.similar-game a {
  color: #fff;
  font-size: 1.2rem;
}
.similar-game UL {
  list-style: none;
  padding: 8px;
}
.similar-game UL LI {
  text-align: center;
  border-bottom: 1px solid #d18dd7;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.similar-game UL LI:last-child {
  border-bottom: none;
}
.similar-game UL LI A IMG {
  border-radius: 6px;
  height: 280px;
}
.white-popup-block {
  padding: 20px 20px;
  text-align: left;
  max-width: 1100px;
  margin: 40px auto;
  position: relative;
  color: #121212;
  box-shadow: 3px 3px 5px #cf074f85, -3px -3px 4px #406982;
  border-radius: 12px;
}
.white-popup-block fieldset {
  color: #fff;
}
.white-popup-block INPUT {
  margin-bottom: 10px;
  width: 100%;
  font-size: 1rem;
  border-radius: 0.4em;
  color: #fff;
  border-color: #717171;
}
.white-popup-block h3 {
  color: #4d9adf;
}
.white-popup-block P {
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 700;
}
.white-popup-block LABEL {
  color: #d9429e;
  font-weight: 700;
}
.white-popup-block BUTTON.sendBtn {
  border-radius: 0.4em;
  color: #fff;
  padding: 8px 30px;
  cursor: pointer;
  margin-top: 15px;
}
.white-popup-block input[type="checkbox"] {
  width: inherit;
  margin-right: 5px;
  margin-top: 2px;
}
.game-follow {
  z-index: 2;
}

.row-scheda-in-game .game-follow {
  max-width: 70%;
  margin: 0 auto;
  margin-top: 10px;
}
.game-follow a {
  background-color: #fff;
  padding: 10px 45px;
  border-radius: 0.5em;
  color: #006dce;
  display: block;
  box-shadow: 2px 2px 5px #9acfff, -2px -2px 5px #d899dd;
}
.game-follow a:hover {
  box-shadow: 2px 2px 5px #d899dd, -2px -2px 5px #9acfff;
  color: #38afe0;
  transition: 0.5s ease;
}
.similar-game-title {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: bolder;
  border-bottom: 2px solid #cfcfcf;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.giochi_simili_videogames {
  background: linear-gradient(50deg, #23092654, #091828);
  border-radius: 10px;
  box-shadow: 2px 1px 5px #3abeffb0, -2px -1px 2px #cf074f;
  margin-bottom: 25px;
  padding: 15px;
}

@media screen and (max-width: 600px) {
		.giochi_simili_videogames {
  background: transparent;
  border-radius: 0px;
  box-shadow: 0px 0px 1px transparent;
  margin-bottom: 1px;
  padding: 1px;
	}
}
.game-buy {
  background-size: cover;
  min-height: 150px;
  margin-bottom: 3em;
  margin-top: 22px;
}
.game-buy-title {
  text-align: center;
  text-transform: uppercase;
  color: #0975f8;
  font-weight: bolder;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.game-buy-container {
  padding: 20px 20px 15px 20px;
  border-radius: 0.8em;
  box-shadow: 2px 2px 5px #d899dd, -2px -2px 5px #9acfff;
  background: #19232f;
}
.game-buy-item {
  display: flex;
  border-bottom: 1px solid #cfcfcf;
  padding: 10px 0;
}
.game-buy-item:last-child {
  border-bottom: none;
}
.game-buy-name a {
  color: #5494e6;
  font-weight: 700;
  margin-right: auto;
}
.game-buy-price {
  width: 100px;
  text-align: right;
  padding-left: 9px;
}
.game-buy-price A {
  background-color: #0673c2;
  padding: 3px 10px;
  border-radius: 0.5em;
  font-size: 0.9rem;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
  box-shadow: 0 1px 4px #313030;
}
.review {
  float: left;
}
.review-author {
  text-align: center;
  margin: 0 auto;
}
.review-author IMG {
  width: 60px !important;
  height: 60px !important;
  max-width: 60px !important;
  border-radius: 50%;
  border: 4px solid #4193d0;
}
.post_via {
  background-color: #18222b !important;
  border-radius: 8px;
}
.post_via a {
  font-size: 12px;
  color: #fff !important;
}

#content img {
  border-radius: 0.8em !important;
}
.post-review .comment_section p {
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding-left: 24px;
  font-size: 1rem;
  line-height: 1.2rem;
}
.post-review .comment_section p:before {
  content: "";
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.post-review .comment_section p.positive:before {
  content: "\f058";
  color: #0fbf5e;
  font-family: FontAwesome;
}
.post-review .comment_section p.negative:before {
  content: "\f057";
  color: #fe3166;
  font-family: FontAwesome;
}
.post-review .post_comment {
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  color: #080808;
}
#spazio-recensione div {
  box-shadow: 1px 1px 3px #737373;
  border: 1px solid #ff64c25e;
  padding: 10px;
}
.post-review {
  margin: 0 auto;
  box-shadow: 2px 2px 6px #4991d2, -2px -2px 5px #ff0163;
  border-radius: 20px;
  margin: 0 auto;
}
.post-review .post-review-content {
  padding: 25px;
  border-radius: 20px 20px 0 0;
}
.post-review .post-review-content-top {
  color: #fff;
  background: #9c3c76;
  background: linear-gradient(
    90deg,
    #cf084fcc 0,
    rgba(42, 164, 255, 0.69) 100%
  );
  border-bottom: 12px solid #9d1b46;
}
.container-foto {
  clear: both;
  display: inherit;
  position: relative;
  margin: 0 auto;
  border-radius: none !important;
}
.bottom-left-container-foto {
  position: absolute;
  bottom: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  margin-bottom: 5px;
}
.bottom-left-container-foto h1 {
  color: #fff;
}
.interno-left-container {
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 20px;
  float: left;
}
.interno-right-container {
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 20px;
  float: right;
}
.wp-block-quote {
  border-radius: 12px;
  margin-bottom: 25px;
  box-shadow: 2px 1px 5px #3abeffb0, -2px -1px 2px #cf074f;
}
.wp-block-quote p {
  background: linear-gradient(57deg, #ff5baf, #0ba4ff);
  background: -webkit-linear-gradient(57deg, #ff5baf, #0ba4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.3rem;
  text-align: justify;
}
blockquote:before {
  background: -webkit-linear-gradient(32deg, #0091ff, #e81463);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wp-block-embed__wrapper {
  margin: 0 auto;
  display: block;
  width: auto;
}
.altoNull {
  clear: both;
  height: 0;
}
.alto5 {
  clear: both;
  height: 5px;
}
.alto10 {
  clear: both;
  height: 10px;
}
.alto20 {
  clear: both;
  height: 20px;
}
.alto30 {
  clear: both;
  height: 30px;
}
.g1-hb-search-form {
  padding-left: 15px;
}
.post-gallery {
  float: left;
  max-width: 200px;
  padding-right: 20px;
}
.rate-box {
  text-align: center;
  padding: 10px 30px;
}
.post-gallery .circle_rating {
  position: absolute;
  top: 10px;
  left: 10px;
}
.rate-box.rate-style1 {
  color: #fff;
  background-color: #0000003b;
}
.rate-box.rate-style2 {
  color: #fff;
  background-color: #00000014;
}
.g1-layout-boxed .g1-row-layout-page {
  max-width: 1200px;
		z-index: 2;

}
.g1-hb-row > .g1-row-inner {
	position: static;
	position: relative;
	z-index: 333;
}
.g1-hb-row-a .g1-row-background {

position: absolute;

    z-index: -10;
    height: 90%;
    width: 100%;
    margin: 0 auto;
    filter: blur(35px);
    transform: scale(1.1);
    background-size: 150% 250%;
    background-image: linear-gradient(42deg, #9f205c 5%, #46cbffcf 40%, #0063ff);

    animation: animateGlow 5s ease infinite;
}
    @keyframes animateGlow {
      0%  {
        background-position: 0% 50%
      }
      
      50% {
        background-position: 100% 50%
      }
      
      100% {
        background-position: 0% 50%
      }
    }
}

.g1-hb-row .search-form-wrapper {
	max-width: 100%;
		background: #002f4c;

	width: 350px;
	box-shadow: 1px 1px 6px #5cb3f3, -1px -1px 6px #d74f9c;
	border-radius: .6em;
	/* border: none; */
}
.g1-searchform-tpl-default.g1-searchform-ajax.search-form {
	box-shadow: 1px 1px 3px #085ed0, -1px -1px 2px #b02887;
	/* height: 2em; */
}

.g1-meta.g1-meta-m.entry-meta {
	background: #19232f;
	padding: 10px 10px 0 10px;
	border-radius: 0.3em;
	margin-bottom: 2.3em;
	box-shadow: 0px 0px 5px #324889cc;
}
.g1-sidebar .widget {
  margin-top: 20px;
}
.g1-hb-row-b .g1-row-background {
  border-radius: 17px 17px 0 0;
}
/*
body.g1-layout-boxed .g1-body-inner {
  background-color: #19232f;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(158,1280,649)'%3E%3Cstop offset='0' stop-color='%2319232f'/%3E%3Cstop offset='1' stop-color='%230a151c'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='487' height='405.8' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.03'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(https://www.player.it/wp-content/cache/min/1/wp-content/themes/bimber-child-theme/css/%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(https://www.player.it/wp-content/cache/min/1/wp-content/themes/bimber-child-theme/css/%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}*/

body.g1-layout-boxed .g1-body-inner {

	background-image: linear-gradient(90deg, #000, #091720, #040d0f);
}
.page-body.archive-body.g1-row.g1-row-layout-page.g1-row-padding-m {
  background: #19232f !important;
}
.esterno-w3-container {
  background: #00000069 !important;
  border-radius: 4px;
  margin-bottom: 26px;
  box-shadow: 1px 1px 5px #f763bea8, -1px -1px 5px #34aaffa1;
}
.titolo_recensione_redattori {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
.g1-socials-items a:hover {
  color: #000 !important;
}
.social_buttons {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.social_button {
  font-size: 2rem;
  width: 64px;
  height: 64px;
  display: block;
  border-radius: 8px;
  text-align: center;
  margin: auto 0;
  line-height: 2.2em;
}
.g1-socials-items li {
  margin: 0 auto;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  float: left;
}
.social_button.telegram {
  background: #00b9ee;
  color: #fff;
}
.social_button.fb {
  background: #3b5998;
  color: #fff;
}
.social_button.instagram {
  background: #3f729b;
  color: #fff;
}
.social_button.yt {
  background: #cd332d;
  color: #fff;
}
.social_button_alto {
  font-size: 1.6rem;
  display: block;
  background-color: #fff;
  border-radius: 8px;
  line-height: 4rem;
  text-align: center;
}
.social_button_alto.telegram {
  background: 0 0;
  color: #fff;
}
.social_button_alto.fb {
  background: 0 0;
  color: #fff;
}
.social_button_alto.instagram {
  background: 0 0;
  color: #fff;
}
.social_button_alto.yt {
  background: 0 0;
  color: #fff;
}
.wp-block-cover,
.wp-block-cover-image {
  border-radius: 8px;
}
.game-details table,
td,
th {
  background-color: #19232f;
  border: 0 !important;
}
.game-details a {
  color: #f83799 !important;
}
.game-follow a {
  background-color: #fff0;
  padding: 10px 45px;
  border-radius: 0.5em;
  color: #006dce;
  display: block;
  box-shadow: 2px 2px 5px #9acfff, -2px -2px 5px #d899dd;
}
.tabMenu {
  margin-bottom: 12px;
  margin-top: 19px;
  box-shadow: 2px 1px 5px #3abeffb0, -2px -1px 2px #cf074f;
  background: #fff0;
  transition: 0.6s ease-in;
  border-radius: 3px;
}
.tabMenu:hover {
  box-shadow: 2px 2px 5px #eaccec, -2px -2px 4px #9acfff;
  transition: 0.5s ease;
}
.tabMenu UL LI:first-child {
  background: linear-gradient(90deg, #62b0bd2b, #5cd6f23b, #12121200);
  border-left: none;
}
.tabMenu UL {
  display: flex;
  list-style: none;
  margin: 0 auto;
  align-items: left;
  justify-content: left;
  padding: 0;
}
.tabMenu UL LI {
  flex: 1 1 auto;
  text-transform: uppercase;
  text-align: center;
  padding: 11px;
}
.tabMenu UL LI A {
  font-size: 0.99rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.tabMenu UL LI A.active,
.tabMenu UL LI A:hover {
  color: #f594fd;
  text-decoration: underline solid #ff93b9 0.01em;
  transition: 0.3s ease;
}
.g1-divider {
  background: linear-gradient(53deg, #0290fd00, #0290fd, #c80d55, #c80d550d);
  margin: 2em;
  padding: 2px;
}
.g1-divider:before {
  display: none;
}
.g1-divider:after {
  display: none;
}
.author-info .author-info-inner a,
.content a,
.entry-author a,
.review-author-name {
  font-weight: 600 !important;
  text-decoration: none;
  background-image: linear-gradient(66deg, #9f205c 35%, #46cbffcf 80%, #0063ff);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 100% 0.15em;
  color: #fff !important;
  transition: background-size 0.6s, color 0.5s;
}
.author-info .author-info-inner a,
.content a:hover,
.entry-author a,
.review-author-name {
  background-size: 190% 0.15em;
  animation: underline-gradient 4s linear infinite;
  color: #559fff !important;
  -webkit-animation: underline-gradient 3s linear infinite;
  text-decoration: none;
}

.entry-author a {
  color: #fff !important;
}
.cta-guide {
  text-align: center;
  background: linear-gradient(45deg, #0e141c, #256f9c40);
  padding: 4em;
  margin-bottom: 1.7em;
  border-radius: 0.7em;
  box-shadow: 2px 2px 5px #ff2272, -2px -2px 5px #1899ff;
}
.cta-guide h3 {
  font-size: 2em;
}
.cta-guide p {
  font-size: 1.4em;
}
.cta-guide .g1-collection-more-inner {
  margin-bottom: 0;
}
.cta-guide .g1-button {
  font-size: 1.3em;
  line-height: 1;
}
.corpo_recensione_schede p {
  text-align: justify;
  text-justify: inter-word;
}

.game-filter{
  flex-direction:row;
}
@media only screen and (max-width: 600px) {
  .game-filter{flex-flow:wrap;}
}

@media only screen and (max-width: 600px) {
  .cta-guide {
    padding: 3em;
  }
  .cta-guide h3 {
    font-size: 1.7em;
  }
  .cta-guide p {
    font-size: 1.3em;
  }
  .cta-guide .g1-button {
    font-size: 1.2em;
    line-height: 1;
  }
}
.supporto,
.supporto-guide {
  background: #19232f;
  padding: 0.9em;
  border-radius: 0.6em;
  box-shadow: 1px 1px 1px #ffffff2e, -1px -1px 1px #ffffff38;
  text-align: center;
}
.supporto {
  margin-bottom: 1.5em;
}
.g1-delta span {
  font-weight: -1;
  background: linear-gradient(to right, #dd3b9c, var(--g1-hbb-gradient-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  text-transform: uppercase;
}
.post-review .post_comment {
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  color: #fff;
}
.entry-categories-inner a {
  background: linear-gradient(90deg, #aeaeae00, #2d4c64);
  box-shadow: -1px -1px 1px #80a0ff63, 1px 1px 1px #1e202463;
  padding: 5px 15px 5px 15px;
  font-size: 1.2rem;
  text-transform: uppercase;
  border-radius: 4px;
  color: #fff;
  font-family: Nunito;
}
h1.g1-mega {
  padding: 10px 0;
}
.game-details td {
  width: 50%;
}
.giochi_simili_videogames {
  border-radius: 15px;
  margin-bottom: 3em;
}
.giochi_simili_videogames .game-buy-title {
  color: #fff;
  text-align: center;
  padding-top: 20px;
}
.giochi_simili_videogames a {
  color: #fff;
}
.wp-block-table td {
  width: 50%;
}
::-webkit-scrollbar {
  width: 17px;
}
::-webkit-scrollbar-track {
  background: #202020;
  border-radius: 2px;
}
::-webkit-scrollbar-thumb {
  background: #24496e;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: #3675b6;
}
.skillbar.CampoExtra .title {
  background-color: #255483;
}
.skillbar.CampoExtra .filled {
  background-color: #3b7fc5;
}
.game-details img {
  border-radius: 7px;
}
.entry-content,
.entry-summary {
  word-break: normal;
}
@media only screen and (max-width: 600px) {
  ::-webkit-scrollbar {
    width: 0;
  }
}
@media all {
  .skillbar {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    position: relative;
    display: block;
    overflow: hidden;
    height: 15px;
    background-color: #fff;
    border-radius: 5px 5px;
  }
  .skillbar .title {
    background-color: #199cfe;
    height: 30px;
    width: 130px;
    text-align: left;
    left: 0;
    color: #f0f0f0;
    border-radius: 5px 5px;
    line-height: 18px;
    padding-left: 10px;
    font-weight: 600;
  }
  .skillbar .percent,
  .skillbar .title {
    position: absolute;
    top: 0;
    z-index: 9;
  }
  .skillbar .percent {
    padding: 2px 5px 2px 0;
  }
  .skillbar .title {
    padding: 2px 0 2px 5px;
  }
  .skillbar .percent {
    right: 0;
    color: #000;
    font-weight: 700;
    line-height: 1.1rem;
    font-size: 0.9rem;
  }
  .skillbar .filled {
    z-index: 8;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #87d2ff;
    height: 100%;
    width: 20px;
    border-radius: 5px 5px;
  }
  .skillbar.VotoAMP .title {
    background-color: #4a9d63;
  }
  .skillbar.VotoAMP .filled {
    background-color: #88f04a;
  }
  .skillbar.Storia .title {
    background-color: #255483;
  }
  .skillbar.Storia .filled {
    background-color: #3b7fc5;
  }
  .skillbar.Gameplay .title {
    background-color: #5524db;
  }
  .skillbar.Gameplay .filled {
    background-color: #5524dbad;
  }
  .skillbar.Grafica .title {
    background-color: #dd3e28;
  }
  .skillbar.Grafica .filled {
    background-color: #e4715d;
  }
  .skillbar.Longevità .title {
    background-color: #4c8c6a;
  }
  .skillbar.Longevità .filled {
    background-color: #6cbf94;
  }
  .skillbar.Sonoro .title {
    background-color: #8f4578;
  }
  .skillbar.Sonoro .filled {
    background-color: #b866b1;
  }
  .skillbar.tech .title {
    background-color: #2f8f67;
  }
  .skillbar.tech .filled {
    background-color: #47c390;
  }
  .skillbar.boardgames .title {
    background-color: #0f5487;
  }
  .skillbar.boardgames .filled {
    background-color: #177fcb;
  }
  .skillbar.roleplay .title {
    background-color: #9209f0;
  }
  .skillbar.roleplay .filled {
    background-color: #9209f099;
  }
  .skillbar.videogames .title {
    background-color: #c63d2d;
  }
  .skillbar.videogames .filled {
    background-color: #dc7064;
  }
  .skillbar.esports .title {
    background-color: #064a7a;
  }
  .skillbar.esports .filled {
    background-color: #0977c3;
  }
  .skillbar.generale .title {
    background-color: #f4347c;
  }
  .skillbar.generale .filled {
    background-color: #d73873b0;
  }
}
@media only screen and (max-width: 600px) {
  .g1-hb-row-b .g1-row-background {
    background: #0c1419;
    background-image: linear-gradient(
      66deg,
      #9f205c 35%,
      #46cbffcf 80%,
      #0063ff
    );
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 100% 0.18em;
    border-radius: 0;
  }
  .g1-meta.g1-meta-m.entry-meta{
    margin-bottom:2.8em;
    padding:1em;
    font-size:0.93em;
  }
  .nuovo-menu{
    margin-bottom:0px;
  }
}
@media only screen and (max-width: 600px) {
  .briciola-articoli {
    margin-bottom: 1.2em;
    margin-top: -0.4em;
  }
  .container_box_best_post {
    background: 0 0;
    box-shadow: 1px 1px 4px #038ffc, -1px -1px 3px #cb0a52;
    font-size: 1.13em;
  }
  .voto-generale {
    height: 160px;
    padding: 10px !important;
    text-align: center;
    margin-bottom: 20px;
  }
  .cerchio-esterno-voto-generale {
    float: left !important;
  }
  .testo-voto-generale {
    font-size: 1.5em !important;
  }
  #spazio-recensione {
    width: 96%;
  }
  .wp-block-themeisle-author-image {
    padding-bottom: 25px;
  }
  .product-image {
    display: none;
  }
  p.titolo-box-fine-home {
    font-size: 2rem;
  }
  .product-details {
    width: 100% !important;
    float: left;
    text-align: center;
  }
  .dropbtn {
    background-color: #4caf50;
    color: #fff;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  .dropdown {
    position: relative;
    display: inline-block;
  }
  .dropdown ul {
    padding: 10px;
    column-count: 1;
    column-rule: dotted 1px #333;
    list-style-type: none;
  }
  .dropdown ul:after {
    content: "";
    width: 100%;
    display: inline-block;
  }
  .dropdown li {
    text-align: center;
    display: inline-block;
    padding-bottom: 20px;
    width: 200px;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .dropdown-content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  .dropdown-content a:hover {
    background-color: #f1f1f1;
  }
  .dropdown:hover .dropdown-content {
    display: block;
  }
  .dropdown:hover .dropbtn {
    background-color: #3e8e41;
  }
}
@media only screen and (max-width: 680px) {
  .entry-categories-inner a {
    background: linear-gradient(90deg, #aeaeae00, #2d4c64);
    box-shadow: -1px -1px 1px #80a0ff63, 1px 1px 1px #1e202463;
    padding: 5px 15px 5px 15px;
    font-size: 1.2rem;
    text-transform: uppercase;
    border-radius: 4px;
    color: #fff;
    font-family: Nunito;
    margin: 10px;
  }
  .g1-button {
    border: none !important;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 2px 2px 5px #3195f0, -2px -2px 5px #ca2d68;
    background: #fff0 !important;
    color: #5494e6;
    transition: 0.5s ease;
  }
  .g1-button:hover {
    border: none !important;
    border-radius: 4px;
    box-shadow: 2px 2px 9px #e1ade6, -2px -2px 9px #b6dafb !important;
    background: #fff0 !important;
    color: #f92c8c;
    transition: 0.5s ease;
  }

  .google_news {
    text-align: center;
    font-size: 20px;
    padding: 13px;
    border-radius: 0.8em;
    box-shadow: 1px 1px 1px #ffffff2e, -1px -1px 1px #ffffff38;
  }
  .primo-box-row {
    max-width: 1200px;
    margin: 0 auto;
    background: #131313;
    width: 100%;
  }
  .row_home a {
    color: #438fea !important;
  }
  .page-body a:hover {
    color: #df6fcc !important;
  }
  table tr:nth-child(odd) td {
    background-color: #19232f !important;
  }
  table tr:nth-child(even) td {
    background-color: #202d3d !important;
  }
  #ftwp-container.ftwp-wrap #ftwp-contents {
    border: none;
  }
  .wp-block-column:nth-child(even) {
    margin-left: 0;
  }
  .wp-block-columns {
    width: 100% !important;
    display: block;
  }
  .ColonnaProControRecensioni {
    display: block;
    margin: 0 auto;
    padding: 0;
  }
  .FixControMobile {
    padding-top: 20px;
  }
  .voto-generale {
    max-width: 80% !important;
    margin: 0 auto;
  }

}
@media only screen and (max-width: 600px) {
  * {
    scrollbar-width: 0;
    scrollbar-color: #1d1d1d #494949;
  }
  ::-webkit-scrollbar {
    width: 0;
  }
}
@media (max-width: 700px) {
  .product-card {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 540px) {
  .product-card {
    overflow: hidden;
    margin-bottom: 50px;
  }
  .product-details {
    width: 60%;
    z-index: 1;
  }
  .product-image {
    width: 100%;
    left: 40%;
    top: -50px;
  }
}
@media (max-width: 440px) {
  .product-details {
    width: 65%;
  }
}
@media (max-width: 365px) {
  .product-details {
    width: 80%;
    position: relative;
    color: #333;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .product-image {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .evidenza-generi {
    margin-left: -9px;
  }
}
@media only screen and (min-width: 768px) {
  .cd-author img {
    width: 70px;
    height: 70px;
  }
  .cd-author .cd-author-info {
    line-height: 1.4;
  }
  .cd-author .cd-author-info li:first-child {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-author .cd-author-info li:last-child {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) {
  .flex-direction-nav li {
    width: 50px;
  }
}
@media only screen and (min-width: 1170px) {
  .flex-direction-nav li a::after,
  .flex-direction-nav li a::before {
    background-color: #fff;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .flex-direction-nav li a:hover::after,
  .flex-direction-nav li a:hover::before {
    background-color: #5e5e63;
  }
}

@media screen and (min-width: 300px) and (max-width: 1280px) {
  #gradienteheadline h2 {
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    padding: 0.35em 0em 0.35em 0.6em;
    text-shadow: 1px 1px 2px #828181;
    font-size: 1.08em;
    font-family: Nunito, sans-serif;
    background: linear-gradient(to right, #0091fe, #3f74d9, #ce084f, #0091fe00);
    width: auto;
    border-radius: 0 0 0 8px;
    margin-left: -8px;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 600px) {
  .search-form SELECT:focus {
    outline: 0;
  }
  .search-form SELECT:-moz-focusring {
    color: #000;
    text-shadow: 0 0 0 #000;
  }
  .search-form .search-field {
    width: 100%;
    padding-right: 80px;
  }
  .search-field {
    background: #fff;
    height: 50px;
    color: #000 !important;
    border: 3px solid #111;
    font-size: 16px;
    font-weight: 900;
  }
  .search-submit {
    background: #000 !important;
    height: 50px;
    border-right: 5px solid;
    border-left: 5px solid;
    color: #fff;
  }
  .search-submit:before {
    font: 16px/22px bimber;
    content: "\e016";
    color: #fff;
  }
}

