/* 
Theme Name: TheGameChanger
Theme URI: www.gameromancer.com
Description: Don't f*ck with this webmaster
Version: 2.1.1
Author: Pietro Iacullo
Author URI: www.gameromancer.com
*/
/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    box-shadow: -3px 3px 7px 0 rgba(0, 0, 0, 0.32);
    max-width: 96%; /* Image does not overflow the content area */
    padding: 10px;
    text-align: center;
    font-family:"robotothin";
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 15px;
    line-height: 17px;
    margin: 0;
    padding: 5px;
}
.wp-block-embed.alignleft, .wp-block-embed.alignright{
    max-width:250px !important;
}
.wp-block-image img{
    height:auto;
}

.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 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 !important;
}
/* inizio css personalizzato */
body, html, #magazine {
    height: 100%;
    margin:0;
    padding:0;
    background-color: #0e1111;
}
/*colore testo evidenziato*/
::selection {
 background: #b400ff;
 color:#FFF;
}
::-moz-selection {
 background: #b400ff;
 color:#FFF;
}
/*menu di testa*/
.logohead{
    width: 60px;
    margin:0 20px 0 7px;
    float: left;
}
#menulabels{
    float:left;
    margin-left:140px;
}
#menu-head{
    width:100%;
    background-color: #273437;
    background: linear-gradient(90deg, rgba(39,52,55,1) 60%, rgba(130,0,255,0.8) 100%); 
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.51); 
    z-index:3;
    position:fixed;
    font-size:15px;
    font-family: 'Montserrat', sans-serif;
    top:0;
}
.menu-header-home-container{
    height: 40px;
    overflow: hidden;
}
#wpadminbar{
    position: fixed !important;
}
.threedots{
    position: fixed;
    top: 0;
    right: 15px;
    margin-top: 10px;
    color: #f9f9f9;
    font-size: 25px;
    display: block;
    z-index: 5;
    cursor: pointer;
}
.hamburger {
  font-size: 25px;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  vertical-align: middle;
  border: 0 none;
  background: transparent;
}

/**
 * Button height fix for Firefox
 */
.hamburger::-moz-focus-inner {
  padding: 0;
  border: 0 none;
}

/**
 * Focus fix for Chrome
 */
.hamburger:focus {
  outline: 0;
}

.hamburger:before,
.hamburger:after {
  content: "";
}

.hamburger:before,
.hamburger .iconm,
.hamburger:after {
  display: block;
  width: 100%;
  height: .2em;
  margin: 0 0 .2em;
  transition: transform .2s ease-in-out;
  border-radius: .05em;
  background: #f9f9f9;
}

/**
 * Styles for the active `.hamburger` icon
 */
.hamburger.active:before,
.hamburger.active .iconm,
.hamburger.active:after {
  background: #f9f9f9;
}

.hamburger.hamburger-cancel.active .iconm {
  transform: scale(0);
}

.hamburger.hamburger-cancel.active:before {
  transform: translateY(.4em) rotate(135deg);
}

.hamburger.hamburger-cancel.active:after {
  transform: translateY(-.4em) rotate(-135deg);
}
.goup{
    color: #f9f9f9;
    font-size: 40px;
    position: absolute;
    top: 0;
    right: 55px;
    text-decoration: none;
}
.layermenu{
    position: absolute;
    top: -2000px;
    z-index: 4;
    font-family: 'Open Sans', sans-serif;
    font-size:23px;
    width: 98%;
    margin-left: 1%;
    background-color: rgba(39,52,55,0.9);
    background: linear-gradient(180deg, rgba(39, 52, 55, 0.5) 1%, rgba(130,0,255,0.7) 30%);
    transition: all 0.5s ease;
}
@media screen and (min-width: 783px) {
    .layermenu{
        width: 50%;
        left:50%;
        margin-left: -25%;
    }
}
.layermenu ul{
    list-style-type: none;
}
.layermenu a{
    color:#cffc1b;
    text-decoration: none;
}
.layermenu a:hover{
    color:#f9f9f9;
}
.layermenu img{
    max-width: calc(98% - 4px);
    margin-top:10px;
    margin-left: 1%;
    filter:brightness(120%);
}
.lente{
    position: relative;
    top: 35px;
    left: 20px;
    color: rgba(207, 252, 27, 0.9);
}
#cercalayer{
    height: 30px;
    width: 80%;
    margin:10px 0 0 45px;
    font-size: 16px;
    color: #cffc1b;
    background-color: transparent;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: rgba(207, 252, 27, 0.5);
    border-radius: 0;
}
.showlayer{
    top:50px;
    position: fixed;
}
.blurred{
    filter:blur(10px);
    cursor:default;
}
.admin-bar #menu-head, .admin-bar .threedots {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar #menu-head, .admin-bar .threedots {
    top: 32px;
  }
}
/*popup newsletter*/
.mailpopup{
  position:fixed;
  z-index:-1;
  height:0px;
  opacity:0;
  width:300px;
  max-width: 90%;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  background-color:#f9f9f9;
  border-radius:20px;
  text-align:center;
  font-family:'Montserrat', sans-serif;
  transition:all 0.5s ease;
}
.mailpopup.toshow{
  height:130px;
  opacity:1;
  z-index:5;
}
.mailpopup .iconfixer{
  position:relative;
  margin-top:20px;
  color:#666;
}
.mailpopup .iconfixer .iconlbl{
  position:absolute;
  top:7px;
  left:20px;
  font-size:25px;
}
.mailpopup .iconfixer input[type="email"]{
  width:70%;
  margin-left:5px;
  padding:10px 0 10px 30px;
  border-radius:10px 0 0 10px;
  border:2px solid #ccc;
  color:#333;
  background-color:#fff;
  -webkit-appearance: none;
}

.mailpopup .iconfixer input[type="submit"]{
  padding:10px 5px 10px;
  border-radius:0 10px 10px 0;
  border:2px solid #eb3393;
  background-color:#eb3393;
  position:relative;
  left:-10px;
  color:#fff;
  font-weight:bold;
  -webkit-appearance: none;
}

.mailpopup .joinicons{
  margin-top:5px;
  font-size:15px;
  color:#444;
}
.mailpopup .joinicons i{
    font-size:30px;
}
.mailpopup .joinicons .iconmail{
  display:inline-block;
  margin:10px;
}
.mailpopup .joinicons .iconmail a{
  text-decoration:none;
  color:inherit;
  transition:all 0.5s ease;
}
.mailpopup .joinicons .iconmail a:hover{
  color:#eb3393;
}
#menu-head a:hover{color:#000;}
#menu-head ul{
    list-style-type:none;
    margin:5px auto;
    padding:0;
    display: none;
}
@media screen and (min-width: 700px) {
  #menu-head ul{
    display: block;
  }
}
#menu-head li{
    float:left;
}
#menu-head li a{
    display:block;
    color:#eb3393;
    text-align:center;
    padding-top:8px;
    padding-right:40px;
    text-decoration: none;
    text-transform: lowercase;
}
#menu-head .current-menu-item a, #menu-head .current-post-parent a {
    color:#d700ff;
    text-decoration: line-through;
}
#menu-head li a:hover{
    color:#f9f9f9;
    text-decoration: line-through;

}
/* loop articoli */
.postlist{
    margin:50px auto 20px;
    width:100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    clear:both;
}
.post{
    display: inline-table;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    text-align: left;
    width: 90%;
    border-radius: 30%;
    box-shadow: 0px 0px 4px rgba(235, 51, 147, 0.8);
    transition: all 1s ease;
}
.post:hover{
    border-radius: 25%;
     box-shadow: 0px 0px 7px #aeff00;
}
.tabletbanner{display: none;}
#banner-support{
    width:90%;
    margin:0 auto;
    overflow: hidden;
    text-align:center;
    clear: both;
    padding-top:10px;
}
#banner-support img{
    max-width: 100%;
    height: auto;
}
.section h2{
    text-align: left;
    margin:5px 0 10px 0;
    width: 65%;
    border-bottom: 2px dotted;
    line-height:35px;
}
.section h2::before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
}
@media screen and (min-width: 600px){
    .post{
        width: 30%;
        margin-right: 10px;
    }
    .tabletbanner{
        display:inline-block;
        width:60%;
        margin-right: 20px;
    }
    .tabletbanner img{
        width: 100%;
        height:auto;
    }
}
@media screen and (min-width: 1280px){
    .postlist.home{
        width:90%;
    }
    .tabletbanner{display: none;}
    .post{
        width: 20%;
    }
    .post.pinned{
        float:left;
        width:40%;
    }
    .second{
        width: calc(60% - 10px);
        float: left;
    }
    .second .post{width: calc(33% - 11px);}
    .section{
        width:calc(50% - 10px);
    }
    .section.left{float:left;}
    .section.right{float:right;}
    .section .post.big{
        width: 100%;
    }
    .section .post{
        width: calc(50% - 15px);
    }
    .section .post:last-of-type{
        margin: 0 0 0 15px;
    }
    #plus .post:last-of-type{
        margin: 0 10px 20px 0 !important;
    }
}
.post:hover img{
    filter: brightness(120%);
}
.postcover{
    overflow: hidden;
    position: relative;
}
.postcover img{
    display: block;
    margin:0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
    filter: brightness(60%);
    transition: all 1s ease;
}
.postinfo{
    text-shadow: 2px 2px 2px #000;
    position: absolute;
    bottom:2px;
    right:5px;
    text-align:right;
    width: 95%;
    z-index: 2;
    font-size: 20px;
    line-height: 22px;
}
.postinfo .postcat{
    font-size:16px;
}
.postinfo a{
    color:#f9f9f9;
    text-decoration: none;
}
.getsomespace{
    margin-top: 50px;
}
.nav{
    display: block;
    width: 80%;
    font-family: "Montserrat";
    color: #00a60d;
    font-size: 22px;
    margin-left: 5px;
    border-bottom: 1px dotted #00a60d;
    text-shadow: 1px 1px;
}
#navigation, #infscr-loading{
    text-align: center;
    font-family: "Montserrat";
    font-size: 22px;
    margin-left: 5px;
    margin-bottom: 10px;
    color: #00a60d;
    text-shadow: 1px 1px;
}
#navigation a{
    color: #aeff00;
    text-decoration: none;
}
#navigation a:hover{
    color:#c908f2;
}
.separator{
    width: 80%;
    border-top:3px solid;
    clear:both;
}
.grplayer{
    font-family: "Montserrat", san-serif;
    display: block;
    width:90%;
    margin: 0 auto 10px;
    color: #a224ff;
    font-weight: bold;
    text-shadow: 5px 2px #2e3e4e;
}
/* player podcast*/
.podplayer{
    width:90%;
    max-width: 500px;
    margin: 0 auto 10px;
    font-family: "Open Sans", sans-serif;
    color:#f9f9f9;
    font-size:12px;
}
.podplayer a{
    text-decoration: none;
    color:#00ffae;
}
.podplayer a:hover{
    color:#cd54ff;
}
.podplayer img{
    max-width: 100%;
}
.epcover{
    text-align: center;
    margin-bottom: 10px;
}
.bar-container{
    width:90%;
    margin:0 auto;
}
#progBar{
    display:block;
    width:100%;
    height:5px;
    border-radius:2px;
    background-color:#fff;
    color:#b400ff;
    border:none;
}
progress::-moz-progress-bar { background: #b400ff; border-radius:2px 0 0 2px;}
progress::-webkit-progress-value { background: #b400ff; border-radius:2px 0 0 2px;}
#endtime{float:right;}
.playericons{
    text-align: center;
    font-size: 25px;
}
.playericon{
    display: inline-block;
    width: 20%;
}
.playericon a{
    color:#f9f9f9;
    cursor:pointer;
}
.playericon a:hover{
    color:#b400ff;
}
.podplayer hr{
    color: #8c10c0;
    border: 1px dotted;
    opacity: 0.6;
}
#eptext{
    text-align: justify;
}
.episodes{
    font-family:'Montserrat', sans-serif;
    font-size: 20px;
    color: #9844a6;
    font-style: italic;
}
@media screen and (min-width: 1025px) { 
    .podplayer{
        position: fixed;
        margin-left: 10px;
        max-width: 25%;
    }
    .podplayer.scrolled{
        top:50%;
        transform: translateY(-50%);
    }
    .podtext{
        float:right;
        width:75%;
    }
}
.artcontainer{
    margin-top:43px;
}
.postcover-cont{
    position: relative;
    width: 100%;
    height: 80%;
    min-height: 450px;
    z-index:2;
}
#postcover{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color:#f9f9fa;
    font-size: 16px;
    text-shadow: 1px 1px 1px #000;
    background-position: center center;
    background-size:cover;
}
#posthead{
    position: relative;
    top:50%;
    transform: translateY(-50%);
}
#posthead .author a, #posthead h1 a{
    color:inherit;
    text-decoration: none;
    transition: all 1s ease;
}
#posthead .author a:hover{
    text-decoration: underline;
}
#posthead .titleshare a{
    color:#f9f9f9;
    transition: all 1s ease;
}
#posthead .titleshare a:hover{
    font-size:30px;
}
#posthead h1{
    margin:10px 0;
    color: inherit;
    font-size: 40px;
}
#posthead h1 a:hover{
    font-size:55px;
}
#posthead h1 .cat{
    font-size:25px;
    text-transform: lowercase;
    padding:4px;
    border:2px solid;
    border-radius: 10px;
    position: relative;
    bottom:5px;
    margin-top: 10px;
}
.postbody{
    color:#f9f9f9;
    font-family: "Open Sans Condensed", sans-serif;
    font-size:23px;
    padding:10px;
    overflow: hidden;
}
#newsletter{
	margin:10px auto;
}
@media screen and (min-width: 800px) {
    .postbody{
        text-align: justify;
    }
}

p.hipster{
    font-family: "Wire One", sans-serif;
    font-size:31px;
}

.postbody .disclaimer{
    border-top: 1px dotted #e93593;
    padding: 5px;
    text-align: right;
    font-size:18px;
    font-style: italic;
}

.postbody h1, .postbody h2, .postbody h3, .postbody h4, .postbody h5, .postbody h6{
    margin:0;
    font-style: italic;
    text-shadow: 5px 2px #2e3e4e;
    color: #a224ff;
}
.postbody h1, .postbody h2, .postbody h3{
    font-size: 40px;
}
.postbody h4{
    font-size: 35px;
}
.postbody h5{
    font-size: 30px;
}
.postbody h6{
    font-size: 25px;
}
.postbody p.has-drop-cap::first-letter{
    color:#eb3393;
    text-shadow: 5px 3px #2e3e4e;
    font-size: 150px !important;
}
.postbody p:last-child{
    margin-bottom: 0;
}
.postbody .quotedx h3, .postbody .quotesx h3{
    margin:0;
    font-size: 27px;
    color: #b6509e;
    text-shadow: none;
    font-style: normal;
}
.postbody .quote h3, .postbody .quote p{
    margin:0;
    font-size: 32px;
    color: #b6509e;
    text-shadow: none;
    font-style: normal;
    font-weight: bold;   
}
.wp-block-cover .quote h3, .wp-block-cover .quote p{
    color: #fff;
    font-size: 1.8em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 610px;
    padding: 14px;
    text-align: center;
    margin:0 auto;
    font-weight: bold; 
}
.postbody .quotesx{
    max-width: 160px;
    float: left;
    border-right: 1px solid #d099c5;
    padding-right: 15px;
    margin-right: 10px;
    text-align: right;
}
.postbody .quotedx{
    max-width: 160px;
    float: right;
    border-left: 1px solid #d099c5;
    padding-left: 15px;
    margin-left: 10px;
    text-align: left;
}
.postbody .quote{
    text-align: center;
    border-top: 1px solid #d099c5;
    border-bottom: 1px solid #d099c5;
    width: 80%;
    margin: 0 auto;
}
.wp-block-cover .quote{
    z-index: 2;
    border: none;
    width: auto;
}
.postbody .quotedx a, .postbody .quotesx a, .postbody .quote a{
    cursor: pointer;
    color:#bbc2c9;
    text-decoration: none;
    margin-left: 5px;
}
.postbody .quotedx h3 a, .postbody .quotesx h3 a, .postbody .quote h3 a {
    color: #d4145a;
}
.postbody .quotedx a:hover, .postbody .quotesx a:hover, .postbody .quote a:hover{
    color:#2c3136;
}
.postbody .shareicons{
    font-size: 25px;
    margin-top:3px;
    text-shadow: 5px 2px #2e3e4e;
}
.postbody .amazonbox{
    max-width: 205px;
    overflow: hidden;
    background-color: #eee;
    box-shadow: -3px -3px #f4971f;
    color:#2c2c2b;
    font-size: 18px;
    padding:5px;
    margin:15px;
    text-align: left; 
}
.postbody .amazonbox a{
    text-decoration: none;
    color:#b6008b;
    font-weight: bold;
    font-size:22px;
    line-height: 26px;
}
.postbody .amazonbox a:hover{
    text-decoration: none;
}
.postbody .amazonbox .amazonimg{
    float:left;
    max-width: 75px;
    padding-right: 5px;
    text-align: center;
}
.postbody .amazonbox .amazonimg a.app{
    color: #9844a6;
    border: 1px solid;
    margin-top: 20px;
    padding: 2px;
    font-size: 18px;
}
.postbody .amazonbox .amazonimg img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.postbody .amazonbox .amazontxt{
    float:left;
    width: 55%;
}
.postbody .btnbuy{
    float:right;
    margin: 5px;
}
.postbody .btnbuy a{
    color:#e98a0e;
    padding:0 2px 0 2px;
    border:1px solid;
    border-radius: 3px;
    font-size: 20px;
}
.postbody .approfondisci{
    max-width: 205px;
    overflow: hidden;
    background-color: #eee;
    box-shadow: -3px -3px #e73793;
    color: #2c2c2b;
    font-size: 18px;
    padding: 3px;
    margin: 15px;
    text-align: left;
}
.postbody .approfondisci a{
    font-style: normal;
    font-size:22px;
    color:#b6008b;
    font-weight: bold;
    text-decoration: none;
}
.postbody .approfondisci img{
    max-width: 98%;
    margin-left: 1%;
}
.postbody .genericbox{
    width: 190px;
    background-color: #e7e7e7;
    border:2px solid #9844a6;
    border-radius: 25px 0;
    overflow: hidden;
    color:#2e3e4e;
    font-size: 20px;
    padding:5px;
    margin:15px;
}
.postbody .genericbox img{
    height: auto;
    border-radius:25px 0 0 0;
}
.genericbox figcaption {
    color: #2e3e4e !important;
    text-align: justify !important;
}

.genericbox figcaption a {
    color: #c908f2 !important;
}
.postbody .genericbox.center{
    width:90%;
    margin:10px auto;
    border-radius: 5px;
}
.postbody .genericbox strong:first-child{
    display: block;
    font-size: 30px;
    text-align: center;
    color:#9844a6;
}
.postbody .genericbox.sx{
    float: left;
}
.postbody .genericbox.dx{
    float:right;
}
.postbody .sponsorbox{
    color:#2c2c2b;
    background-color:#eee;
    padding: 5px;
    border-bottom: 5px solid #d620ab;
}
.postbody .customsound{
    width: 210px !important;
    margin: 10px;
    box-shadow: -3px -3px #f50;
}
.postbody .tags{
    opacity: 0.9;
    font-style: italic;
    font-size: 18px;
}
.postbody .tags a{
    color:#b6509e;
    text-decoration: none;
}
.postbody .tags a:hover{
    text-decoration: underline;
}
/* responsive embed*/
@media screen and (min-width: 783px) {
    .responsive-wrapper{
        margin: 0 auto;
        width:75%;
    }
    .alignleft .responsive-wrapper, .alignright .responsive-wrapper{
        width:auto;
    }
}
.responsive-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
.responsive-container iframe,
.responsive-container object,
.responsive-container embed,
.responsive-container video
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.responsive-container .wp-block-embed__wrapper iframe,  
.responsive-container .wp-block-embed__wrapper object,  
.responsive-container .wp-block-embed__wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}
.twitter-tweet{
    margin:0 auto;
}
.postbody .wp-block-embed figcaption, .postbody .wp-block-image figcaption{
    font-size: 18px;
    color: #bf56d0;
    text-align: center;
}
.postbody .wp-block-embed figcaption, .postbody .wp-block-image figcaption a{
    color:#00ffae;
}
.postbody blockquote {
  margin: 0 auto;
  padding: 1em;
  border-left: 5px solid #bf56d0;
}
.postbody blockquote.is-style-large p{
    font-size:30px;
    font-style: normal;
    line-height: 2;
}
.postbody blockquote p{
    margin: 0;
}
.postbody blockquote cite {
  margin-top: .5em;
  padding: 0;
  color: #bf56d0;
  opacity: 0.9;
  font-size: 12pt;
  text-align: left;
  font-style: italic;
}
.postbody blockquote cite:before {
  content: '— ';
}
/*bubblechat*/
.postbody blockquote.bubblechat{
    border:none;
    width: 60%;
    position: relative;
    border-radius: 10px;
    margin-bottom: 10px;
    text-align: left;
}
.postbody blockquote.bubblechat.terzoincomodo{
    background-color: rgba(86, 10, 102, 0.5) !important;
}
.postbody blockquote.bubblechat.terzoincomodo.final:after{
    border-top-color: rgba(86, 10, 102, 0.5) !important;
}
.postbody blockquote.bubblechat.final{
    margin-bottom: 30px;
}
.postbody blockquote.bubblechat cite:before {
  content: '';
}
.postbody blockquote.bubblechat cite{
    position: absolute;
    top:0;
    margin:0;
    color:#e93593;
}
.postbody blockquote.bubblechat.sx{
    margin-left:0;
    margin-right: auto;
    background-color: rgba(0, 255, 174, 0.4);
}
.postbody blockquote.bubblechat.sx.final:after {
    content: '';
    position: absolute;
    left:10px;
    bottom: 0;
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-top-color: rgba(0, 255, 174, 0.4);
    border-bottom: 0;
    border-left: 0;
    margin-bottom: -25px;
}
.postbody blockquote.bubblechat.dx{
    margin-left:auto;
    margin-right: 0;
    background-color: rgba(0, 184, 255, 0.3);
}
.postbody blockquote.bubblechat.dx.final:after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-top-color: rgba(0, 184, 255, 0.3);
    border-bottom: 0;
    border-right: 0;
    margin-bottom: -25px;
}
/*multiscelta*/
.multiscelta{
    margin:0 auto;
    text-align: center;
    display: block;
}
.navscelta{
    display: inline-block;
    background-color:#f9f9f9;
    padding:10px;
    border:1px solid #0e1111;
    color:#3982e2;
    border-radius: 5px;
    cursor:pointer;
    opacity: 0.8;
    transition: all 0.5s ease;
}
.navscelta:hover{
    opacity: 1;
}
.ramo{
  position:absolute;
  opacity:0;
  transition:all 1s ease;
}

.digest-container{
    text-align: center;
}

.digestbox{
    display: inline-table;
    width: 90%;
    color:#e93593;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    padding:0 20px 0 2px;
    box-shadow: -1px 1px #e73793;
    text-align: left;
    height: 300px;
    margin-bottom: 10px;
    position: relative;
}
.digestbox .containerprezzo{
    color:#f9f9f9;
    text-align: center;
    margin-top:60px;
}
.digestbox .containerprezzo .prezzo{
    font-size: 60px;
}
.digestbox .containerprezzo .prezzopieno{
    font-size: 30px;
}
.digestbox .containervoto.ante{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.digestbox .containervoto .voto{
    display: none;
}
.digestbox .containervoto a{
    color: #3982e2;
    text-decoration: none;
    font-style: italic;
}
.containervoto{
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}
.ludoicon{
    width: 15%;
    margin-right: 10px;
}
.ludoicon:last-child {
    margin-right: 0;
}
.digestbox .commento{
    margin-top:10px;
    margin-left:10px;
    padding-right: 15px;
    color:#f9f9f9;
    font-style: italic;
    font-size: 15px;
    position: absolute;
    height: calc(100% - 40px);
    overflow: auto;
    text-align: justify;
}
.postbody hr, .digestbox hr{
    border: 1px dotted;
    width: 70%;
}
.postbody hr{
    color: #b6509e;
}
.digestbox hr{
    color: #e93593;
    opacity: 0.8;
}
.digestbox .pro, .digestbox .cons{
    margin-top:10px;
    margin-left:10px;
    font-size: 20px;
    font-style: italic;
}
.digestbox .pro{
    color:#00FF9F;
}
.digestbox .cons{
    color:#ec1149;
}
.postbody .toc {
    font-size:20px;
}
.postbody .toc::before, .postbody .toc::after{
        position: absolute;
        display: block;
        left:25%;
        width:50%;
}
.postbody .toc::before{
        content:"cazzo vuoi?";
        font-style: italic;
        font-size: 16px;
        margin-top:-30px;
        border-bottom: 2px solid #d700ff;
}
.postbody .toc::after{
        content:"";
        margin-top:5px;
        border-top: 2px solid #d700ff;
}
.postbody .toc li a {
    color: #cdcecf;
    transition: all 0.5s ease;
}
.postbody .toc li a:hover {
    color: #00FF9F;
}
.postbody table{
    color:#00a60d;
    margin:5px auto;
    border-collapse: collapse;
    font-family: "Montserrat", sans-serif;
    font-size:15px;
}
.postbody td{
    padding:5px;
    border:1px solid #00a60d;
}
.postbody table a{
    color:#d700ff;
    text-decoration: none;
}
.postbody .titletable{
    font-family:"Montserrat", sans-serif;
    color:#d700ff;
    font-size:20px;
    font-weight:bold;
}
@media screen and (min-width: 600px) {
    #posthead h1{
        font-size: 60px;
    }
    #posthead h1 a:hover{
        font-size:65px;
    }
    .digest-container{
        margin:100px auto;
    }
    .digestbox{
        max-width: 28%;
        margin-right: 10px;
    }
}
@media screen and (min-width: 1200px) {
    .postbody{
        padding:10px 60px;
        max-width:60%;
        margin:0 auto;
        position: relative;
    }
    .postbody .sidebar{
        position: fixed;
        left:10px;
        top:550px;
        width:16%;
        z-index:1;
        transition:all 0.6s ease;
    }
    .postbody .sidebar.fixed{
        top:100px;
    }
}
/* pagina autori */
.authcover .playerselect{
    font-size: 50px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    text-shadow: 3px 3px #0dacac;
}
.authcover .currentplayer{
    position: absolute;
    top:150px;
    width: 70%;
    margin-left: 15%;
    background-color: #0e1111;
    border-radius: 5px;
    padding:5px;
}
.authcover .currentplayer .playername:before{
    content:"1P";
    color:#b400ff;
    margin-right:2px;
}
.authcover .currentplayer .playername{
    color:#d4145a;
    font-size: 21px;
}
.authcover .currentplayer .playerbio{
    display: block;
    margin: 5px 0 0 15px;
}
.authcover .currentplayer .authicons a{
    transition: all 1s ease;
    margin-left:5px;
}
.authcover .currentplayer .authicons a:hover{
    color:#b400ff;
}
.authcover .currentplayer a.btnarticles{
    float: right;
    color:#d4145a;
    opacity: 0.7;
}
.authcover .currentplayer a.btnpaypal{
    float:left;
    cursor: pointer;
    color:#009cde;
    margin-right: 10px;
}
.authcover .currentplayer #paypal{
    display: none;
}
.authcover .characterlist{
    position: absolute;
    bottom:100px;
    left:15%;
    width: 70%;
    text-align: center;
}
.authcover img.character {
    width: 60px;
    border: 2px solid #f9f9f9;
    opacity: 0.6;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 1s ease;
}
@media screen and (min-width: 600px) {
    .authcover img.character {
        width: 100px;
    }
}
.authcover img.character:hover, .authcover img.character.selected{
    opacity: 1;
    border:2px solid #0dacac;
    filter:none;
}
/* commenti */
#comments_container{
    border-top: 4px solid #b400ff;
    padding-top:10px;
    position: relative;
    z-index: 2;
    background-color: #0e1111;
}
@media screen and (min-width: 783px) {
    #comments_container .responsive-wrapper{
        width:60%;
    }
}
#disqus_thread{
    width: 90%;
    margin:0 auto;
}
/* footer */
#footer{
    clear:both;
    background:#e1e1e1;
    box-shadow: inset 1px 8px 7px 0px rgba(0, 0, 0, 0.13);
    padding:10px;
    font-family:'Montserrat', sans-serif;
    font-size:13px;
    color:#0e1111;
    position:relative;
    z-index:2;
}
#footer a:hover, .postbody a:hover{
    text-decoration: underline !important;
}
#footer .signature{
    font-style: italic;
    color:#686767;
}
#footer img{
    width: 150px;
    height: auto;
}
#footer .left{
    float:left; 
    width:30%; 
    min-width:250px; 
    margin-top:20px;
}
#footer .left a{
    color:inherit;
    text-decoration: none;
}
#footer .right{
    float:right; 
    text-align:right; 
    width: 70%
}
#footer .right a, .postbody a{
    color:#c908f2;
    text-decoration: none;
}
#footer .right a{
    font-style: italic;
}
.trick{clear:both;}
/* cool cover */
.coolcover{
    position: relative;
    width:100%;
    min-height:700px;
    height: 100%;
    text-shadow:2px 2px 2px #000;
    color:#f9f9f9;
    z-index:3;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    /*impedisci selezione*/
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Chrome & Opera */
    /*sfondo*/
    background: #7610a2; /* Old browsers */
    background: -moz-linear-gradient(top, #7610a2 0%, #191d1d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #7610a2 0%,#191d1d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #7610a2 0%,#191d1d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7610a2', endColorstr='#191d1d',GradientType=0 ); /* IE6-9 */
    /*bordo*/
    border-bottom: 4px solid #b400ff;
}
.coolcover a{
    text-decoration: none;
    color:inherit;
}
.coverbg{
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: -1;
    width:100%;
    height:100%;
}
#cover-shadow{
    width:100%;
    height:100%;
    box-shadow: 
        inset 0px 15px 8px -10px rgba(0,0,0,0.5),
        inset 0px -15px 8px -10px rgba(0,0,0,0.5); 
    -webkit-box-shadow: 
        inset 0px 15px 8px -10px rgba(0,0,0,0.5),
        inset 0px -15px 8px -10px rgba(0,0,0,0.5); 
    -moz-box-shadow: 
        inset 0px 15px 8px -10px rgba(0,0,0,0.5),
        inset 0px -15px 8px -10px rgba(0,0,0,0.5); 
    -o-box-shadow: 
        inset 0px 15px 8px -10px rgba(0,0,0,0.5),
        inset 0px -15px 8px -10px rgba(0,0,0,0.5); 
}
.coverlogo{
    display: block;
    margin:0 auto;
    padding-top: 10px;
    width: 550px;
    max-width: 100%;
}
.coverlogo img{
    width: 90%;
    height: auto;
    transition: all 0.5s ease;
}
.coverlogo img:hover{
    filter: saturate(200%) contrast(120%);
}
.covericons{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size:50px;
}
.covertitles{
    position: absolute;
    left: 1%;
    bottom: 150px;
    width: 98%;
    text-align: justify;
}
.covertitles .wrapper{
    position: relative;
    font-size:27px;
    transition: all 1s ease;
}
.covertitles .wrapper .coverlbl{
    font-family: 'Montserrat thin', sans-serif;
    font-size:20px;
}
.covertitles .wrapper .left, .covertitles .wrapper .right{
    width: calc(50% - 15px);
    float:left;
    padding:5px;
    transition: all 1s ease;
}
.covertitles .wrapper .left:hover, .covertitles .wrapper .right:hover{
    font-size:40px;
}
.covertitles .wrapper .left{
    text-align: right;
    border-right:2px solid #aeff00;
}
.covertitles .wrapper .right{
    text-align: left;
    position: relative;
    top:30px;
}
.covertitles .wrapper .orariolive{
    font-style: italic;
    font-size:20px;
    position: relative;
    top:-7px;
}
.covertitles .wrapper a{
    transition: all 1s ease;
}
.icon{
    display: inline-block;
    margin:10px;
    transition: all 1s ease;
}
@media screen and (min-width: 700px) {
    .icon{
        margin:10px;
    }
    .wrapper .left a{
        display: inline-block;
        width:50%;
    }
}
.icon:hover{
    font-size:100px;
}
.icon:hover .iconinfo{
    font-size: 30px;
}
.iconinfo{
    font-size:15px;
    transition: all 1s ease;
}
.podcasttitle{
    font-size: 16px;
    display: inline-block;
    border-radius: 5px;
    padding: 3px;
    margin-bottom: 4px;
    border: 1px solid #e10d62;
    background-color: rgba(14, 17, 17, 0.3);
    color:#f9f9f9;
    text-shadow: none;
    opacity:0.8;
}
.playcover{
    color:#e10d62;
    margin-right: 2px;
}

/* pagina about */
.parallax{
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Montserrat", sans-serif;
  overflow:hidden;
  min-height: 650px;
}
.sez1{
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(img/parallax_tpp.jpg);
    background-position: center center;
    height:100%;
    position: relative;
}
.sez1 .title{
    width: 100%;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    text-align: center;
    color:#f9f9f9;
}
.sez1 .title .main-text{
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 45px;
    padding: 10px;
    margin-bottom: 10px;
}
.sez1 .title .btn{
    padding:6px;
    border-radius: 10px;
    background-color: rgba(201, 8, 242, 0.4);
    font-size:17px;
}
.sez2{
    background-image: url(img/parallax_ds.jpg);
    background-position: right bottom;
    height:100%;
    position: relative;
}
.sez2 .title{
    position: relative;
    top:30px;
    right:10px;
    text-align: right;
    font-size: 40px;
    color:#f9f9f9;
    margin-bottom: 30px;
    text-shadow: 1px 1px 1px #252525;
}
.sez2 .text{
    position: absolute;
    left:10px;
    right:20px;
    bottom: 80px;
    color:#f9f9f9;
    font-size: 20px;
    background-color: rgba(153, 0, 68, 0.6);
    padding:5px;
}
.sez2 .text a{
    text-decoration: none;
    color: inherit;
    font-weight: bold;
    border-bottom: 1px dotted #fff;
}

.sez2 .btn{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 20px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    padding:6px;
    border-radius: 10px;
}
@media screen and (min-width: 600px) {
    .sez2 .title{
        font-size: 50px;
        margin-bottom: 40px;
    }
    .sez2 .text,.sez5 .text{
        width: 40%;
    }
    .sez2 .btn{
        bottom: 50px;
        right: 50px;
        font-size: 30px; 
    }
}
.sez3{
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(img/parallax_doom_acid.jpg);
    background-position: center center;
    height:100%;
    position: relative;
}
.sez3 .title img{
    width: 90%;
    position: absolute;
    top:20px;
    left: 10px;
}
.sez3 .text{
    color:#f9f9f9;
    position: absolute;
    bottom: 100px;
    right:20px;
    font-size: 30px;
    text-shadow: 1px 1px 1px #000;
    text-align: right;
    padding:5px;
    background-color:rgba(0, 20, 209, 0.5);
}
@media screen and (min-width: 600px) {
    .sez3 .title img{
        width: 50%;  
    }
}
.sez3 .btn{
    position: absolute;
    bottom:30px;
    left:10px;
    font-size: 25px;
    text-shadow: 1px 1px 1px #000;
    padding:6px;
    border-radius: 10px;
    background-color:rgba(119, 35, 225, 0.5);
}
.sez4{
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(img/parallax_journey.jpg);
    background-position: 65% 50%;
    height:100%;
    position: relative;
}
.sez4 .title{
    width: 100%;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    text-align: center;
    color:#f9f9f9;
    font-size: 18px;
    text-shadow: 1px 1px 1px #000;
}
.sez4 .text{
    font-size: 40px;
    transition: all 0.1s ease;
}
.sez4 .icon:hover{
    font-size: 60px;
}
.sez4 .title span a{
    color:#b400ff;
    font-weight: bold;
    text-decoration: none;
}
.sez1 .title .btn a, .sez2 .btn a, .sez3 .btn a, .sez4 .text a, .sez5 .btn a{
    color:#fff;
    text-decoration: none;
}

.sez5{
    background-image: url(img/parallax_portal.jpg);
    background-position: center center;
    height:100%;
    position: relative;
}

.sez5 .title{
    position: relative;
    text-align: center;
    top:20px;
    font-size: 40px;
    color:#eb3393;
    margin-bottom: 30px;
    text-shadow: 1px 1px 1px #000;
}

.sez5 .text{
    position: absolute;
    right:30px;
    bottom: 100px;
    color:#f9f9f9;
    font-size: 20px;
    background-color:rgba(119, 35, 225, 0.3);
    padding:5px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}
.sez5 .text a{
    text-decoration: none;
    font-size:25px;
    color:#eb3393;
}

.sez5 .btn{
    position: absolute;
    bottom:30px;
    left:30%;
    font-size: 25px;
    text-shadow: 1px 1px 1px #000;
    padding:6px;
    border-radius: 10px;
    background-color:rgba(26, 174, 134, 0.5);
}

/* pagina support*/
.support1{
    background-image: url(img/support_home.jpg);
    background-position: center center;
    height:100%;
    position: relative;
}
.support1 .title{
    width: 100%;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    text-align: center;
    color:#e5e4e2;
}
.support1 .title .main-text{
    display: inline-block;
    background-color: rgba(101, 0, 143, 0.55);
    font-size: 50px;
    padding: 10px;
    margin-bottom: 10px;
}

.support1 .title .subtitle{
    text-shadow: 2px 2px 2px #000;
}

.support1 #supportmenu, .support2 #supportmenu, .support3 #supportmenu, .support4 #supportmenu{
    list-style-type: none;
    padding: 0;
}

.support1 #supportmenu li, .support2 #supportmenu li, .support3 #supportmenu li, .support4 #supportmenu li{
   display: inline-block;
   font-size: 20px;
   padding:5px;
}
.support1 #supportmenu li{
   background-color:rgba(29,29,29,0.5);
}
.support2 #supportmenu li, .support3 #supportmenu li, .support4 #supportmenu li{
    text-shadow: 2px 2px 2px #000;
}
.support1 #supportmenu li a, .support2 #supportmenu li a, .support3 #supportmenu li a, .support4 #supportmenu li a{
    color:#f9f9f9;
    text-decoration: none;
    transition: all 0.5s ease;
}
.support2 #supportmenu li.selected a, .support3 #supportmenu li.selected a, .support4 #supportmenu li.selected a{
    color:#aaa;
    text-shadow: none;
    text-decoration: line-through;
}
.support1 #supportmenu li a:hover, .support2 #supportmenu li a:hover, .support3 #supportmenu li a:hover, .support4 #supportmenu li a:hover{
    font-size:30px;
}

.support2{
    background-image: url(img/support_share.jpg);
    background-position: center center;
    height:100%;
    position: relative;
}

.support2 .text, .support3 .text, .support4 .text{
    width: 80%;
    position: absolute;
    top: 50%;
    left:10%;
    transform: translateY(-50%);
    text-align: center;
    color: #e5e4e2;
    background-color: rgba(29,29,29,0.7);
    padding:10px;
}

.support2 .text .subtitle, .support3 .subtitle, .support4 .subtitle{
    font-weight: bold;
    font-size:25px;
}

.support2 .text a{
    color:#f9f9f9;
    text-decoration: none;
    font-size: 25px;
    transition: 0.5s all ease;
    margin-left:10px;
}

.support2 .text a:hover{
    font-size:30px;
}

.support3{
    background-image: url(img/support_amazon.jpg);
    background-position: center center;
    height:100%;
    position: relative;
}

.support3 .text a{
    text-decoration: none;
    color:#f24aff;
}

.support3 .text input[type="text"]{
    width: 40%;
    height: 20px;
    border-radius: 50px 0 0 50px;
    border: none;
    padding: 10px;
    color: #b400ff;
    font-size:16px;
}

.support3 .text button[type="button"]{
    height: 40px;
    border: none;
    width: 80px;
    border-radius: 0 50px 50px 0;
    font-size: 16px;
    color: #fff;
    background-color: #f90;
}

.support4{
    background-image: url(img/support_fund.jpg);
    background-position: center center;
    height:100%;
    position: relative;
}

.support4 a.btnpaypal{
    cursor: pointer;
    color:#009cde;
}

.support4 #paypal{
    display: none;
}

@media screen and (min-width: 600px) {
    .support1 #supportmenu li{
        font-size:25px;
    }
}

/*landing instagram*/
.landing{
    background-image: url(img/landing.jpg);
    background-position: center center;
    height:100%;
    position: relative;
    overflow: hidden;
}
.landing a{
    text-decoration: none;
    color:#f9f9f9;
}
.hashtag{
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-family: "Montserrat",san-serif;
    text-shadow: 1px 1px 1px #000;
    top: 100px;
}
.sector {
    width: 50%; 
    height: 50%; 
    float: left; 
    position:relative;
}

.content{
    position:absolute;
    color:#f9f9f9;
    font-size:150px;
    text-shadow: -3px 2px 3px rgba(0,0,0,0.5);
}
.content img{
    width:170px; 
    height;auto;
}
.content .label{
    font-family: 'Montserrat', sans-serif;
    font-size:20px;
    text-shadow:-3px -3px 1px #2e2930;

}
.content.topleft{
    text-align: right;
    right:15px;
    bottom:0;
}
.content.toptight{
    text-align: left;
    left:0;
    bottom:0;
}
.content.bottomleft{
    text-align: right;
    right:0;
    top:0;
}
.content.bottomright{
    text-align: right;
    left:10px;
    top:0;
}

/* 404 */
.bg404{
    background-image: url(img/404.jpg);
    background-position: center center;
    height:100%;
    position: relative;
    overflow: hidden;
}
.youdied{
    font-family: "Times New Roman";
    font-size:50px;
    color:#ff303a;
    background-color: #000;
    box-shadow: 0 0 20px 20px #000;
    text-transform: uppercase;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    opacity: 0.6;
}
.youdied a{
    color: inherit;
    text-decoration: none;
}
@media screen and (min-width: 600px) {
    .youdied{
        font-size:120px;
    }
}
/* effetto parallax sugli sfondi (solo desktop)*/
@media screen and (min-width: 1200px) {
  .coverbg, .parallax, #postcover {
    background-attachment: fixed;
  }
}

/* disqus fix */
a{
    color: #c908f2;
    text-decoration: none;
}
/* fix form per Safari*/
input {
    border-radius: 0;
}

/*rich snippet fix*/
#snippet-box{display: none !important;}