@font-face {
  font-family: 'gthaptik';
  src: url('../fonts/gt-haptik-black-webfont.woff2') format('woff2'), url('../fonts/gt-haptik-black-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'gthaptik';
  src: url('../fonts/gt-haptik-regular-webfont.woff2') format('woff2'), url('../fonts/gt-haptik-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1rem;
  color: #292554;
  font-family: 'gthaptik';
}
.body {
  max-width: 1600px;
  margin: 0 auto;
  display: block;
  overflow-x: hidden;
}
* {
  line-height: 1rem;
}
.sp {
  clearfix: both;
  display: block;
  height: 2rem;
}
.space {
  clearfix: both;
  display: block;
  height: 4rem;
}
.margin-block {
  clearfix: both;
  display: block;
  height: 40px;
}
hr {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #292554;
  margin-top: 2em !important;
  margin-bottom: 3em !important;
}
@media (max-width: 768px) {
  .center-xs {
    display: block;
    margin: 10px auto;
  }
}
.under-parent {
  position: relative;
  text-decoration: none !important;
}
.under {
  position: absolute !important;
  bottom: -13px;
  left: 0;
  right: 0;
  text-decoration: none;
  background-position: center;
  background-repeat: repeat-x;
  width: 100%;
  height: 20px;
  transition: background-position-x 0.2s;
}
a {
  color: #8338ec;
  position: relative;
  text-decoration: underline;
}
a:hover {
  color: #e7462f;
}
h1,
h2,
h3 {
  margin: 0;
  font-weight: bold;
  line-height: 1em;
}
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  line-height: 1em;
}
h1 {
  font-size: 4rem;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: 3.5rem;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: 2.5rem;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.8rem;
  }
}
h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  h4 {
    font-size: 1.4rem;
  }
}
h5 {
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  h5 {
    font-size: 1rem;
  }
}
h6 {
  font-size: 1.1rem;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  h6 {
    font-size: 1rem;
  }
}
p {
  font-size: 1.2rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  p {
    font-size: 1rem;
  }
}
blockquote {
  color: #ff006e;
  border: none;
  font-weight: bold;
  margin: 40px;
  text-align: center;
  padding: 0;
  line-height: 1.5em;
}
.btn {
  display: inline-block;
  padding: 0.5em 2em;
  background: #fff;
  color: #292554;
  border-radius: 0px;
  border: 2px solid #292554;
  font-weight: bold;
  text-decoration: none;
}
.btn:after {
  display: none;
}
.btn:hover {
  background: #292554;
  color: #fff;
}
.biggest {
  font-size: 120px;
  margin: 120px 0 80px 0;
}
#header {
  padding: 20px 0;
  z-index: 3;
  margin-bottom: 20px;
  transform: translateY(0);
  transition: transform .5s;
  position: fixed;
  left: 0;
  right: 0;
  background: transparent;
}
@media (max-width: 768px) {
  #header {
    margin-bottom: 10px;
  }
}
body.single #header,
body.page #header,
body.archive #header,
body.search #header {
  position: static;
  background: transparent;
  transform: initial !important;
}
@media (max-width: 768px) {
  #header {
    position: static;
    background: #fff;
    transform: initial !important;
  }
}
body.user-scrolled-down #header,
body.user-scrolled-down #header {
  background: #fff;
  transform: translateY(-200px);
}
body.user-scrolled-up #header,
body.user-scrolled-up #header {
  background: #fff;
  transform: translateY(0);
}
#header #header-logo-link {
  width: 100%;
  max-width: 200px;
  text-decoration: none;
  display: block;
}
#header #header-logo-link img {
  width: 100%;
}
#header #header-menu {
  border: 4px solid #292554;
  float: right;
  padding: 10px 10px;
}
@media (max-width: 768px) {
  #header #header-menu {
    float: none;
    display: block;
    width: auto;
    margin: 0 auto;
    margin-right: 20px;
  }
}
#header #header-menu [data-search] {
  position: absolute;
  right: -22px;
  top: 0;
  margin-top: 13px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #header #header-menu [data-search] {
    right: 0;
  }
}
#header #header-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header #header-menu ul .sub-menu {
  display: none;
}
#header #header-menu ul li {
  font-weight: bold;
  display: inline-block;
  padding: 5px 5px;
  font-size: 16px;
}
@media (max-width: 768px) {
  #header #header-menu ul li {
    font-size: 14px;
  }
}
#header #header-menu ul li a {
  text-decoration: none;
  color: #292554;
}
#header #header-menu ul li a:hover {
  color: #e7462f;
}
.article-hero {
  margin: 10px;
  color: #fff;
  border: 4px solid #292554;
  padding: 80px 20px;
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .article-hero {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.article-hero .category {
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .article-hero .category {
    margin-bottom: 10px;
  }
}
.article-hero .btn {
  margin-top: 20px;
}
.article-hero .category a {
  color: #fff;
}
.article-hero .category a:hover {
  color: #e7462f;
}
.article-hero:before {
  content: '';
  z-index: 0;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.article-hero * {
  position: relative;
  z-index: 1;
}
.article-hero-big {
  color: #292554;
  padding: 200px 20px;
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 280px;
}
@media (max-width: 768px) {
  .article-hero-big {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.article-hero-big .category {
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .article-hero-big .category {
    margin-bottom: 10px;
  }
}
.article-hero-big .category a {
  color: #292554;
}
.article-hero-big .category a:hover {
  color: #e7462f;
}
.article-hero-big:before {
  content: '';
  z-index: 0;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.article-hero-big * {
  position: relative;
  z-index: 1;
}
.article-hero-big .btn {
  margin-top: 20px;
}
.archive-slider {
  height: 120px;
  margin: 10px;
  margin-bottom: 70px;
  margin-top: 20px;
  border: 4px solid #06060d;
  background: #292554;
}
.archive-slider .title {
  text-transform: uppercase;
  margin-top: 20px;
}
.archive-slider .container {
  height: 100%;
}
.archive-slider .title,
.archive-slider .description {
  color: #fff;
}
.archive-slider .description {
  font-size: 1em;
}
.archive-slider .slider {
  padding-top: 20px;
}
.archive-slider .slider .slider-item {
  display: block;
  background: #fff;
  border: 4px solid #06060d;
  width: 260px;
  height: 130px;
  padding: 20px;
  margin-bottom: 5px;
  position: relative;
  color: #06060d;
  text-decoration: none;
  line-height: 1em;
}
@media (max-width: 768px) {
  .archive-slider .slider .slider-item {
    width: 200px;
  }
}
.archive-slider .slider .slider-item .item-title {
  font-weight: bold;
  max-height: 2.9em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.archive-slider.slug-il-giovedi-di-vith {
  border: 4px solid #9e2412;
  background: #e7462f url(../images/gufo.svg) 20px center no-repeat;
}
.archive-slider.slug-il-giovedi-di-vith .title,
.archive-slider.slug-il-giovedi-di-vith .description {
  color: #fff;
}
.archive-slider.slug-il-giovedi-di-vith .slider .slider-item {
  background: #fff !important;
  border: 4px solid #9e2412;
  color: #9e2412;
}
.archive-slider.slug-il-giovedi-di-vith .slider .slider-item:hover {
  background: #e7462f !important;
  color: #fff;
}
.archive-slider.slug-tell-me-more {
  border: 4px solid #412234;
  background: #6d466b url(../images/tellmemore.svg) 20px center no-repeat;
}
.archive-slider.slug-tell-me-more .title,
.archive-slider.slug-tell-me-more .description {
  color: #fff;
}
.archive-slider.slug-tell-me-more .slider .slider-item {
  background: #fff !important;
  border: 4px solid #2f1e2e;
  color: #2f1e2e;
}
.archive-slider.slug-tell-me-more .slider .slider-item:hover {
  background: #6D466B !important;
  color: #fff;
}
.archive-slider.slug-in-sintesi {
  border: 4px solid #5babab;
  background: #75dddd url(../images/insintesi.svg) 20px center no-repeat;
}
.archive-slider.slug-in-sintesi .slider .slider-item {
  background: #fff !important;
  border: 4px solid #5babab;
  color: #5BABAB;
}
.archive-slider.slug-in-sintesi .slider .slider-item:hover {
  background: #75DDDD !important;
  color: #fff;
}
.archive-slider.slug-blooming {
  background: #fff;
  border: 4px solid #8338ec;
  background: #ffffff url(../images/blooming.svg) 20px center no-repeat;
}
.archive-slider.slug-blooming .title,
.archive-slider.slug-blooming .description {
  color: #8338EC;
}
.archive-slider.slug-blooming .slider .slider-item {
  background: #fff !important;
  border: 4px solid #8338ec;
  color: #8338EC;
}
.archive-slider.slug-blooming .slider .slider-item:hover {
  background: #8338EC !important;
  color: #fff;
}
.archive-slider.slug-pvp,
.archive-slider.slug-pvp-polpettavideopassion {
  border: 4px solid #cfdbd5;
  background: #ffffff url(../images/pvp.svg) 20px center no-repeat;
  margin-bottom: 100px;
}
.archive-slider.slug-pvp .title,
.archive-slider.slug-pvp-polpettavideopassion .title,
.archive-slider.slug-pvp .description,
.archive-slider.slug-pvp-polpettavideopassion .description {
  color: #292554;
}
.archive-slider.slug-pvp .slider .slider-item,
.archive-slider.slug-pvp-polpettavideopassion .slider .slider-item {
  border: 4px solid #06060d;
  color: #06060d;
  position: relative;
  margin-bottom: 60px;
  background-size: cover;
}
.archive-slider.slug-pvp .slider .slider-item .item-title,
.archive-slider.slug-pvp-polpettavideopassion .slider .slider-item .item-title {
  color: #292554;
  position: absolute;
  top: 130px;
  left: 0;
}
.archive-slider.slug-pvp .slider .slider-item .item-date,
.archive-slider.slug-pvp-polpettavideopassion .slider .slider-item .item-date {
  display: none;
}
.archive-slider.slug-pvp .slider .slider-item:after,
.archive-slider.slug-pvp-polpettavideopassion .slider .slider-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/play.svg) center no-repeat;
  background-size: 30px;
}
.archive-slider.slug-pvp .slider .slider-item:hover .item-title,
.archive-slider.slug-pvp-polpettavideopassion .slider .slider-item:hover .item-title {
  color: #e7462f;
}
#footer {
  background: #292554;
  padding: 40px 0;
  color: #fff;
  overflow: hidden;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #ffbe0b;
}
#footer .menu {
  list-style: none;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #footer .menu {
    margin-bottom: 10px;
  }
}
#footer .menu .sub-menu {
  display: none;
}
#footer .menu li {
  display: inline-block;
  margin-right: 0.2em;
  margin-bottom: 0.8em;
}
#footer .menu li:after {
  content: '/';
  display: inline-block;
  margin-left: 15px;
}
#footer .menu li:last-child:after {
  display: none !important;
}
#footer .menu li a {
  text-decoration: none;
}
#footer h4 {
  color: #e7462f;
}
#footer .footer-list {
  list-style: none;
  color: #fff;
  padding: 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #footer .footer-list {
    margin-bottom: 10px;
  }
}
#footer .footer-list li {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 1rem;
}
#footer .footer-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #footer .footer-text {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  #footer .footer-text {
    margin-bottom: 10px;
  }
}
#footer .footer-big-text {
  color: #e7462f;
  font-weight: bold;
  font-size: 120px;
  margin-bottom: -65px;
  margin-top: 50px;
}
#footer .footer-big-text span {
  display: block;
  line-height: 90px;
}
@media (max-width: 768px) {
  #footer .footer-big-text {
    font-size: 70px;
    margin-top: 40px;
    margin-bottom: -40px;
  }
  #footer .footer-big-text span {
    line-height: 50px;
  }
}
.big-patreon {
  margin-top: 20px;
  margin-bottom: 20px;
  margin: 10px;
  color: #fff;
  text-align: center;
  border: 4px solid #292554;
  color: #292554;
  background: #FFBE0B;
}
@media (max-width: 768px) {
  .big-patreon {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .big-patreon {
    margin-bottom: 10px;
  }
}
.big-patreon .text {
  padding: 3em 0;
}
.patreon {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .patreon {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .patreon {
    margin-bottom: 10px;
  }
}
.patreon .outset {
  color: #fff;
  text-align: center;
  border: 4px solid #292554;
  color: #292554;
  background: #FFBE0B;
}
.patreon .text {
  padding: 3em 1em;
}
@media (max-width: 768px) {
  .patreon .patreon-dollar {
    display: none;
  }
}
.stripe {
  text-transform: uppercase;
}
.stripe > * {
  display: inline-block;
  margin-right: 2em;
}
@media (max-width: 768px) {
  .stripe > * {
    display: block;
    margin: 0.5em auto;
    text-align: center;
    padding: 0;
  }
}
.stripe .name {
  margin-right: 2em;
}
@media (max-width: 768px) {
  .stripe .name {
    margin: 0;
  }
}
.stripe .avatar {
  width: 3em;
  height: 3em;
  border-radius: 50%;
  border: 4px solid #cfdbd5;
}
body.single .stripe {
  color: #292554;
}
body.single .stripe a {
  color: #292554;
}
body.single .stripe a:hover {
  color: #e7462f;
}
.header {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 2em;
}
@media (max-width: 768px) {
  .header {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .header {
    margin-bottom: 10px;
  }
}
.cover {
  display: block;
  margin: 10px;
  border: 4px solid #292554;
  background-size: cover;
  background-position: center;
  height: 700px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cover {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .cover {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cover {
    height: 300px;
  }
}
.content {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .content {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .content {
    margin-bottom: 10px;
  }
}
.content .container {
  position: relative;
}
.content .border {
  background: #fff;
  height: 200px;
  margin-top: -80px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border: 4px solid #292554;
  border-bottom: none;
}
@media (max-width: 768px) {
  .content .border {
    display: none;
  }
}
.content .wpcontent {
  position: relative;
}
.wpcontent {
  /*
	Ensure that everything is formatted correctly
	*/
  font-size: 1.2rem;
}
.wpcontent p,
.wpcontent div {
  font-size: 1em;
  line-height: 1.5em !important;
  margin-bottom: 1em !important;
}
@media (max-width: 768px) {
  .wpcontent p,
  .wpcontent div {
    font-size: 1.2rem;
  }
}
.wpcontent * {
  color: #292554 !important;
  font-family: 'gthaptik' !important;
}
.wpcontent a {
  color: #8338ec !important;
}
.wpcontent a:hover {
  color: #e7462f !important;
}
.wpcontent iframe {
  border: 4px solid #ffffff;
  outline: 4px solid #292554;
  display: block;
  margin: 30px auto;
  max-width: 100%;
}
.wpcontent img {
  border: 4px solid #ffffff;
  outline: 4px solid #292554;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .wpcontent img {
    margin-bottom: 10px;
  }
}
.wpcontent img.aligncenter {
  display: block;
  margin: 30px auto;
}
.comments {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .comments {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .comments {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .title {
    text-align: center;
  }
}
.subtitle {
  color: #8338ec;
}
.tracklist {
  margin-top: 20px;
  position: relative;
  height: 260px;
}
.tracklist:after {
  content: '';
  display: block;
  background: #292554;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.tracklist .artwork {
  width: auto;
  height: 200px;
  border: 4px solid #292554;
}
.tracklist ol {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 150px;
}
.tracklist ol li {
  margin-bottom: 1em;
}
.recap {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .recap {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .recap {
    margin-bottom: 10px;
  }
}
.recap .inset {
  border: 4px solid #292554;
  background: #75dddd;
}
.recap .text {
  padding: 50px;
}
.recap .valutation {
  display: inline-block;
  vertical-align: middle;
}
.recap .valutation span {
  vertical-align: middle;
  display: inline-block;
  font-size: 80px;
}
.gallery-list {
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
}
.gallery-list a {
  display: inline-block;
  width: calc(33% - 15px);
  margin: 10px;
}
.gallery-list a:hover {
  opacity: .7;
}
.gallery-list a:nth-of-type(3n) {
  margin-right: 0;
}
.gallery-list a img {
  width: 100%;
  height: auto;
}
.gallery-slider {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .gallery-slider {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .gallery-slider {
    margin-bottom: 10px;
  }
}
.gallery-slider .owl-nav {
  position: absolute;
  top: -80px;
  right: 10px;
}
.gallery-slider .owl-nav .owl-prev {
  border-right: none;
  content: '';
  font-size: 0;
  color: #fff;
  background: #ffffff url(../images/gallery-arrow-left.svg) center no-repeat;
}
.gallery-slider .owl-nav .owl-next {
  content: '';
  font-size: 0;
  color: #fff;
  background: #ffffff url(../images/gallery-arrow-right.svg) center no-repeat;
}
.gallery-slider .owl-nav > * {
  width: 50px;
  height: 50px;
  display: inline-block;
  border: 4px solid #292554;
}
.gallery-slider .owl-nav > *:hover {
  background-color: #292554;
}
.author {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .author {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .author {
    margin-bottom: 10px;
  }
}
.author .name {
  text-transform: uppercase;
}
.author .avatar {
  width: 10em;
  height: 10em;
  border-radius: 50%;
  border: 4px solid #cfdbd5;
}
@keyframes postit {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.postit {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 0px;
  margin: -20px 0 0 -20px;
}
[data-paint] {
  z-index: 999999999;
  cursor: url(../images/cursor.png) 0 0, nw-resize;
}
.article-simple h3 > a {
  color: #292554;
  text-decoration: none;
}
.article-simple .container > h5 {
  margin: 0.8em 0 !important;
}
.search-header {
  padding: 4em 0;
}
#search-form {
  position: fixed;
  background: #292554;
  top: -200px;
  left: 0;
  right: 0;
  z-index: 9;
  height: 200px;
  opacity: 0;
  transition: transform .2s, opacity .2s;
}
#search-form.visible {
  transform: translateY(200px);
  opacity: 1;
}
#search-form form {
  padding: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  width: 100%;
  display: block;
  max-width: 700px;
  margin: auto;
}
#search-form label {
  display: none;
}
#search-form input[type=text] {
  background: transparent;
  border: none;
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  height: 50px;
  width: calc(100% - 50px);
  border-bottom: 4px solid #fff;
}
#search-form input[type=submit] {
  position: absolute;
  width: 50px;
  height: 50px;
  text-indent: 999px;
  font-size: 0px;
  background: #ffffff url(../images/search.svg) center no-repeat;
  border: none;
}
.author-small {
  text-align: center;
  margin-bottom: 4em;
}
.author-small .avatar {
  border-radius: 50%;
  margin: 0 auto;
  width: 70%;
  max-width: 150px;
  border: 4px solid #dddddd;
  transition: transform .4s;
}
.author-small .avatar:hover {
  transform: scale(1.1);
}
.paint-remove {
  position: fixed;
  bottom: 1em;
  right: 1em;
  padding: 1em;
  bottom: -10em;
  background: #fff;
  z-index: 9999;
  border: 4px solid #292554;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  transition: bottom .5s;
}
.paint-remove:hover {
  background: #292554;
  color: #fff;
}
body.painted .paint-remove {
  bottom: 1em;
}
