/* 
Theme Name: Beyond the Rules
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-block-image img{
    height: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:"Montserrat";
}
.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;
}
/* inizio css personalizzato */
body, html, #magazine {
    height: 100%;
    margin:0;
    padding:0;
    background-color: #f9f9f9;
}

/*colore testo evidenziato*/
::selection {
 background: #d4145a;
 color:#FFF;
}
::-moz-selection {
 background: #d4145a;
 color:#FFF;
}

/*menu di testa*/
.logohead{
    width: 60px;
    margin-right:20px;
    float: left;
}
#menulabels{
    float:left;
    margin-left:140px;
}
#menu-head{
    width:100%;
    background: #035186;
    background: linear-gradient(90deg, rgb(3, 81, 134,1) 70%, rgba(248,74,138,0.9) 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;
    z-index: 9999 !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: rgba(3, 81, 134, 0.9);
    background: linear-gradient(45deg, rgb(3, 81, 134,0.8) 30%, rgba(248,74,138,0.6) 80%);
    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:#f9f9f9;
    text-decoration: none;
}
.layermenu a:hover{
    color:#d4145a;
    font-weight: bold;
}
.lente{
    position: relative;
    top: 35px;
    left: 20px;
    color: rgba(249, 249, 249, 0.3);
}
#cercalayer{
    height: 30px;
    width: 80%;
    margin:10px 0 0 45px;
    font-size: 16px;
    color: #f9f9f9;
    background-color: transparent;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: rgba(249, 249, 249, 0.4);
    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;
  }
}
#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: 600px) {
  #menu-head ul{
    display: block;
  }
}
#menu-head li{
    float:left;
}
#menu-head li a{
    display:block;
    color:#f9f9f9;
    text-align:center;
    padding-top:10px;
    padding-right:30px;
    text-decoration: none;
}
#menu-head .current-menu-item a, #menu-head .current-post-parent a {
    color:#f84a8a;
}
#menu-head li a:hover{
    color:#0e1111;

}
/* loop articoli */
.postlistwrapper{
    margin-top:20px;
}
.postlistwrapper::before{
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    font-size:25px;
    color: #f2730d;
    content: "\f06d";
    display: block;
    width:90%;
    border-bottom:4px solid #f84a8a;
    margin:0 auto;

}
.postlistwrapper::after{
    font-size:20px;
    color: #f2730d;
    content: "Hot";
    display: block;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    width:90%;
    border-bottom:4px solid #f84a8a;
    margin:0 auto;

}
.postlist, .sectionlist{
    margin:10px auto;
    width:90%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
.section h2{
    text-align: left;
    margin:5px 0 5px 0;
    color:#2e2930;
    width: calc(100% - 50px);
    border-bottom:1px solid;
}
@media screen and (min-width: 1280px){
    .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;
    }
}
.sectionbannertg{
    margin:10px auto;
    width:calc(90% - 20px);
    background-color:#000; 
    overflow:hidden; 
    font-size:50px; 
    text-align: center;
    color:#fff;
    padding:10px;
    clear:both;
    font-family: 'Montserrat', sans-serif;
}
.sectionbannertg .covericons{
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size:40px;
    position:relative;
}
.sectionbannertg .icon{
    display: inline-block;
    margin:10px;
    transition: all 1s ease;
}
.sectionbannertg .icon:hover{
    font-size:60px;
}
.sectionbannertg .icon:hover .iconinfo{
    font-size: 20px;
}
.sectionbannertg .iconinfo{
    font-size:15px;
    transition: all 1s ease;
}
.sectionbanner{
    margin:10px auto 10px;
    background-position: center center;
    background-size:cover;
    color:#f9f9f9;
    font-size:18px;
    text-shadow: 1px 1px #000;
    text-align: left;
    padding:10px;
    transition:all 2s ease;
    clear:both;
}
.sectionbanner:hover{
    transform: scale(1.1);
}
.sectionbanner h2{
    font-weight: normal;
    margin:0;
}
.sectionbanner a, .sectionbannertg a{
    text-decoration: none;
    color: inherit;
}
.toarchive{
    display: block;
    text-align: right;
    font-style: italic;
    font-size: 16px;
    color: #f84a8a;
    opacity: 0.8;
}
.separator{
    width: 80%;
    border-top:3px solid;
    clear: both;
}
.grplayer{
    font-family: "Montserrat", san-serif;
    display: block;
    width:90%;
    margin: 0 auto 10px;
    color: #a027d2;
    font-weight: bold;
    text-shadow: -2px 2px #ccc;
}
.avanti {
    font-size: 20px;
    padding: 5px;
    color: #f84a8a;
    border: 1px solid #e23474;
}
.post{
    display: inline-table;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    text-align: left;
    width: 90%;
    transition: all 1s ease;
}
.post:hover{
    border-color: #d4145a;
}
.tabletbanner{display: none;}
@media screen and (min-width: 600px){
    .tabletbanner{
        display:inline-block;
        width:60%;
        margin-right: 20px;
    }
    .sectionbanner{width:60%;}
    .sectionbanner.bottom{display:inline-block; width:40%;}
    .tabletbanner img{
        width: 100%;
        height:auto;
    }
    .post{
        width: 30%;
        margin-right: 10px;
    }
}
@media screen and (min-width: 1280px){
    .tabletbanner{display: none;}
    .post{
        width: 20%;
    }
    .post.first{
        float:left;
        width:40%;
    }
    .second{
        width: calc(60% - 10px);
        float: left;
    }
    .second .post{width: calc(33% - 11px);}
}
.post:hover img{
    filter: brightness(100%);
}
.artcontainer{
    margin-top:48px;
}
.postcover{
    overflow: hidden;
    position: relative;
}

.postcover img{
    display: block;
    margin:0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
    filter: brightness(50%);
    transition: all 1s ease;
}
.postinfo{
    text-shadow: 2px 2px 2px #000;
    position: absolute;
    bottom:2px;
    left:5px;
    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: 60px;
}
.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: 20px;
    clear: both;
}
#navigation a{
    text-decoration: none;
}
/* player podcast*/
.podplayer{
    width:90%;
    max-width: 500px;
    margin: 0 auto 10px;
    padding:10px;
    border:1px solid #d4145a;
    border-radius: 10px;
    font-family: "Open Sans", sans-serif;
    color:#f9f9f9;
}
.podplayer a{
    text-decoration: none;
    color:#00ffae;
}
.podplayer a:hover{
    color:#cd54ff;
}
.podplayer img{
    max-width: 100%;
}
.epcover{
    margin-bottom: 10px;
}
.bar-container{
    width:90%;
    margin:0 auto;
}
#progBar{
    display:block;
    width:100%;
    height:10px;
    border-radius:5px;
    background-color:#B8B8B8;
    color:#b400ff;
    border:none;
}
progress::-moz-progress-bar { background: #b400ff; border-radius:5px 0 0 5px;}
progress::-webkit-progress-value { background: #b400ff; border-radius:5px 0 0 5px;}
#endtime{float:right;}
.playericons{
    text-align: center;
    font-size: 35px;
}
.playericon{
    display: inline-block;
    width: 30%;
}
.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{
        float:left;
        margin-right: 10px;
        max-width: 400px;
    }
    #scaletta{
        height: 410px;
        overflow-y: auto;
    }
}
.searchbuttons{
    font-family: "Montserrat",san-serif;
    font-size:15px;
    text-align: center;
    line-height: 35px;
}
.searchbuttons a.search{
    font-size:14px;
    color:#d4145a;
    text-decoration: none;
    transition: all 0.5s ease;
    border:1px dotted;
    border-radius: 5px;
    padding:5px;
}
.searchbuttons a.search:hover, .searchbuttons a.search.selected{
    color:#035186;
    border-radius: 20px;
}
#breadcrumbs{
    padding-left:20px;
    font-family: "Open Sans Condensed";
    font-size: 20px;
    text-decoration: none;
    font-style: italic;
    color: #C0C0C0;
}
#breadcrumbs a{
    text-decoration: none;
    color:#f687b0;
}
#breadcrumbs a:hover{
    text-decoration: underline;
    color:#f84a8a;
}
.postcover-cont{
    position: relative;
    width: 100%;
    height: 80%;
    min-height: 450px;
    z-index:1;
}
#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 #breadcrumbs{
    padding:0;
    margin:0;
    opacity:0.8;
    font-size:16px;
    color:#f9f9fa;
}
#posthead #breadcrumbs a{
    color:inherit;
}
#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;
    padding:4px;
    border:2px solid;
    border-radius: 10px;
    position: relative;
    bottom:5px;
    margin-top: 10px;
}
.postbody{
    color:#2e2930;
    font-family: "Open Sans Condensed", sans-serif;
    font-size:23px;
    padding:10px;
    overflow:hidden;
}
@media screen and (min-width: 800px) {
    .postbody{
        text-align: justify;
    }
}

p.romanced{
    font-family: 'Old Standard TT', serif;
}

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

.postbody h2, .postbody h3, .postbody h4, .postbody h5, .postbody h6{
    margin-bottom:10px;
    font-style: italic;
    color:#545454;
}
.postbody h2{
    font-size: 45px;
    text-shadow: 2px 2px rgba(162, 80, 182, 0.7);
}
.postbody h3{
    font-size: 40px;
    text-shadow: 2px 2px rgba(162, 80, 182, 0.7);
}
.postbody h5{
    font-size: 35px;
    text-shadow: 2px 2px rgba(162, 80, 182, 0.7);
}
.postbody h4{
    font-size: 30px;
    text-shadow: 1px 1px rgba(162, 80, 182, 0.7);
}
.postbody h6{
    font-size: 25px;
    text-shadow: 1px 1px rgba(162, 80, 182, 0.7);
}
.postbody p.has-drop-cap::first-letter{
    color:#d4145a;
    text-shadow: 5px 3px #251A68;
    font-size: 150px !important;
}
.postcryptacontainer .postbody p.has-drop-cap::first-letter{
    text-shadow: 5px 3px rgba(255, 192, 203, 0.7);
}
.postbody p:last-child{
    margin-bottom: 0;
}
.postbody #nota, .postbody .nota{
    width: 90%;
    margin:0 auto;
    background-color: #e5e5e5;
    color:#585858;
    padding:10px;
    position: relative;
    box-shadow: -3px 3px #A4A4A4;
}

.postbody #nota::before, .postbody .nota::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 16px 16px 0;
    border-style: solid;
    border-color: #dadada #f9f9f9;
    box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.2);
}

.postbody #comunicati, .postbody .comunicati{
  padding: 8px;
  background-color: #f0f0f0;
  border-top: 5px solid #d4145a;
  border-radius:5px 5px 0 0;
  margin: 5px;
  background-position: top left;
  background-repeat: no-repeat;
  width:95%;
  font-style:italic;
  font-size:19px;
}

.postbody #citsx, .postbody #citdx{
    margin:0;
    font-size: 27px;
    color: #b6509e;
    text-shadow: none;
    font-style: normal;
}

.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;
}

.postbody .quotedx p, .postbody .quotesx p{
    margin:0;
    font-size: 27px;
    color: #b6509e;
    text-shadow: none;
    font-style: normal;
    border:none;
    text-align: inherit;
}
 
.wp-block-cover .quote {
    z-index: 2;
    border: none;
    width: auto;
}

.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: 42px !important;
    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 .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;
}

.wp-block-cover h3{
    color: #fff;
    font-size: 1.8em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 610px;
    padding: 14px;
    text-align: center;
}
.postbody #citsx{
    max-width: 160px;
    float: left;
    border-right: 1px solid #d099c5;
    padding-right: 15px;
    margin-right: 10px;
    text-align: right;
}
.postbody #citdx{
    max-width: 160px;
    float: right;
    border-left: 1px solid #d099c5;
    padding-left: 15px;
    margin-left: 10px;
    text-align: left;
}
.wp-block-cover h3{
    z-index: 2;
    border: none;
    width: auto;
}
.postbody .shareicons{
    font-size: 25px;
    margin-top:3px;
}
.postbody .amazonbox{
    max-width: 205px;
    overflow: hidden;
    background-color: #2c2c2b;
    box-shadow: -3px -3px #f4971f;
    color:#fafbfc;
    font-size: 18px;
    padding:5px;
    margin:15px;
    text-align: left; 
}
.postbody .amazonbox a{
    text-decoration: none;
    color:#e73793;
    font-weight: bold;
    font-size:22px;
}
.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: #00ffae;
    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: 50%;
}
.postbody .btnbuy{
    float:right;
    margin: 5px;
}
.postbody .btnbuy a{
    color:#f8991d;
    padding:0 2px 0 2px;
    border:1px solid;
    border-radius: 3px;
    font-size: 20px;
}
.postbody .approfondisci{
    max-width: 205px;
    overflow: hidden;
    background-color: #2c2c2b;
    box-shadow: -3px -3px #b6509e;
    color: #fafbfc;
    font-size: 18px;
    padding: 3px;
    margin: 15px;
    text-align: left;
}
.postbody .approfondisci.gameromancer{
    background-color: #251A68;
    box-shadow: -3px -3px #d4145a;
}

.postbody .approfondisci a{
    font-style: normal;
    font-size:22px;
    color:#e73793;
    font-weight: bold;
    text-decoration: none;
}
.postbody .approfondisci.gameromancer a{
    color:#00ffae;
}
.postbody .approfondisci img{
    float:left;
    max-width: 98%;
    margin-left: 1%;
    margin-right: 1%;
}
.postbody .genericbox{
    width: 190px;
    background-color: #2c2c2b;
    border:2px solid #b6509e;
    border-radius: 5px;
    color:#e2e2e2;
    font-size: 20px;
    padding:5px;
    margin:0 auto;
    text-align: justify;
}
.postbody .genericbox strong:first-child{
    display: block;
    font-size: 30px;
    text-align: center;
    color:#b5519e;
}
.postbody .genericbox.center{
    width:90%;
    margin:10px auto;
}
.genericbox figcaption {
    text-align: justify !important;
}
.postbody .genericbox.sx{
    float: left;
    margin:15px;
}
.postbody .genericbox.dx{
    float:right;
    margin:15px;
}
.postbody .sponsorbox{
    color:#f9f9f9;
    background-color:#2e2939;
    padding: 10px;
    border-bottom: 5px solid #d4145a;
}
.postbody .tags{
    opacity: 0.9;
    font-style: italic;
    font-size: 18px;
}
.postbody .tags a{
    color:#035186;
    text-decoration: none;
    text-transform: capitalize;
}
.postbody .tags a:hover{
    text-decoration: underline;
}
.postcryptacontainer .postbody .postcrypta{
    width:50%;
}
.postcryptacontainer .postbody .postcrypta img{
    width:100%;
    height: auto;
	margin-left:5px;
}
.postcryptacontainer .postbody .postcrypta.left{float:left;}
.postcryptacontainer .postbody .postcrypta.right{float:right;}
.postcryptacontainer{
    background-color:#131312;
}
.postcryptacontainer .postbody{
    background-color:#131312;
    color:#f9f9f9;
}
.postcryptacontainer .postbody h2, .postcryptacontainer .postbody h3, .postcryptacontainer .postbody h4, .postcryptacontainer .postbody h5, .postcryptacontainer .postbody h6{
    color: #b60848;
    text-shadow:2px 2px rgba(255, 192, 203, 0.7);
}
.postcryptacontainer .postbody blockquote{
    border-color:#aeff00;
}
.postcryptacontainer .postbody blockquote cite{
    color:#f84a8a;
}
.postcryptacontainer .postbody .quote{
    border-color:#aeff00;
}
.postcryptacontainer .postbody .quote h3, .postcryptacontainer .postbody .quote p{
    color:#aeff00;
}
.postcryptacontainer .postbody .wp-block-cover .quote p{
    color: #fff !important;
}
.postcryptacontainer .postbody .genericbox strong:first-child{
    color:#aeff00;
}
.postcryptacontainer .postbody .genericbox{
    border-color:#aeff00;
    border-radius: 25px 0 25px 0;
    overflow: hidden;
}
.postcryptacontainer .postbody .genericbox img{
    border-radius:25px 0 0 0;
}
.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%;
}
.postbody .wp-block-embed figcaption, .postbody .wp-block-image figcaption{
    font-size: 18px;
    text-align: center;
}
.postbody blockquote {
  margin: 0 auto;
  padding: 1em;
  border-left: 5px solid #d4145a;
}
.postbody blockquote p{
    margin: 0;
}
.postbody blockquote cite {
  margin-top: .5em;
  padding: 0;
  color: #035186;
  opacity: 0.9;
  font-size: 12pt;
  text-align: left;
  font-style: italic;
}
.postbody blockquote cite:before {
  content: '— ';
}

.postbody .wp-block-quote.is-style-large p{
    font-size:28px;
}

.wp-block-quote.is-style-large cite{
    font-size:21px;
}
#pagine{
    margin:20px auto;
    font-size:20px;
    text-align:center;
    font-family:"Open Sans Condensed",Arial,sans-serif;
}
.numpag{
    background-color:#b73061;
    padding:5px 10px;
    color:#eaeaea;
    font-style:normal;
}
#pagine a:hover{text-decoration:none;}
a .numpag{background-color:#d4145a; color:#fff;}
a:hover .numpag{background-color:#fe3a81;}
.digest-container{
    clear:both;
    text-align: center;
}

.digestbox{
    display: inline-table;
    width: 90%;
    background-color: #2c2c2b;
    color:#e93593;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    padding:0 20px 0 2px;
    box-shadow: -3px 3px #e73793;
    text-align: left;
    height: 300px;
    margin-bottom: 10px;
    position: relative;
}
.digestbox .containerprezzo{
    color:#fafbfc;
    text-align: center;
    margin-top:60px;
}
.digestbox .containerprezzo.new{
    margin-top:0;
    margin-left: 18px;
    border-top:2px solid #f9f9f9;
}
.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: #569fff;
    text-decoration: none;
    font-style: italic;
}
.containervoto{
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    font-style: italic;
    color:#00ffae;
}
.ludoicon{
    width: 15%;
    margin-right: 10px;
}
.ludoicon:last-child {
    margin-right: 0;
}
.digestbox .commento{
    margin-top:10px;
    margin-left:10px;
    padding-right: 15px;
    color:#fafbfc;
    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: #00a60d;
    opacity: 0.4;
}
.digestbox .pro, .digestbox .cons{
    margin-top:10px;
    margin-left:10px;
    font-size: 20px;
    font-style: italic;
}
.digestbox .pro{
    color:#54ea89;
}
.digestbox .cons{
    color:#ff3e5c;
}
.postbody .toc {
    font-size:20px;
}
.postbody .toc::before, .postbody .toc::after{
        position: absolute;
        display: block;
        left:25%;
        width:50%;
}
.postbody .toc::before{
        content:"Indice";
        font-style: italic;
        font-size: 16px;
        margin-top:-30px;
        border-bottom: 2px solid #f84a8a;
}
.postbody .toc::after{
        content:"";
        margin-top:5px;
        border-top: 2px solid #f84a8a;
}
.postbody .toc li a {
    color: #525252;
    transition: all 0.5s ease;
}
.postbody .toc li a:hover {
    color: #035186;
}
@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;
    }
    .postbody .sidebar{
        position: fixed;
        left:10px;
        top:550px;
        width:16%;
        z-index:0;
        transition:all 0.6s ease;
    }
    .postbody .sidebar.fixed{
        top:100px;
    }
}
/* pagina autori */
.authcover .playerselect{
    color:#f9f9f9;
    font-size: 50px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    text-shadow: 3px 3px #d4145a;
}
.authcover .currentplayer{
    top:150px;
    width: 70%;
    margin:100px 15% 50px;
    background-color: #f9f9f9;
    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 .playerbio a{
    color:#b400ff;
} 
.authcover .currentplayer .authicons a{
    transition: all 1s ease;
    margin-left:5px;
}
.authcover .currentplayer .authicons a:hover{
    color:#035186;
}
.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{
    bottom:100px;
    margin-left:15%;
    width: 70%;
    text-align: center;
}
.authcover img.character {
    width: 50px;
    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: 70px;
    }
}
.authcover img.character:hover, .authcover img.character.selected{
    opacity: 1;
    border:2px solid #d4145a;
    filter:none;
}
/* commenti */
#comments_container{
    clear:both;
    border-top: 4px solid #d4145a;
    background-color: #f9f9f9;
    color: #000;
    position: relative;
    z-index: 2;
}
#disqus_thread{
    width: 90%;
    margin:0 auto;
}
.podplaylist{
    margin-top:10px;
}
/* footer */
#footer{
    clear:both;
    margin-top:20px;
    background:#e1e1e1;
    box-shadow: inset 1px 8px 7px 0px rgba(0, 0, 0, 0.13);
    padding:20px 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:70%; 
    min-width:250px; 
    color: #595C5C;
}
#footer .left a{
    color:inherit;
    text-decoration: none;
}
#footer .right{
    float:right; 
    text-align:right; 
    min-width: 30%
}
#footer .right .icons{
    font-size: 30px;
    color: #595C5C;
}
#footer .right .icons #fb,#ig,#tw,#pod,#rss{transition: all 1s ease;}
#footer .right .icons #fb:hover{color:#4267B2;}
#footer .right .icons #ig:hover{color:#E1306C;}
#footer .right .icons #tw:hover{color:#6441a5;}
#footer .right .icons #pod:hover{color:#00ffae;}
#footer .right .icons #rss:hover{color:#f69537;}
.postbody a{
    color:#d4145a;
    text-decoration: none;
}
#footer .right a{
    color:inherit;
    text-decoration: none;
    opacity: 0.9;
}
.trick{clear:both;}
/*  header magazine */
#cover {
    font-family: 'Montserrat', sans-serif;
    position:relative;
    z-index: 3;
    width:100%;
    min-height:700px;
    height: 100%;
    text-shadow:2px 2px 2px #000;
    color:#FFF;
    /*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-image: -ms-radial-gradient(left top, ellipse farthest-corner, #D4145A 0%, #2E2939 80%); /* IE10+ */
    background-image: -moz-radial-gradient(left top, ellipse farthest-corner, #D4145A 0%, #2E2939 80%); /* Mozilla Firefox */ 
    background-image: -o-radial-gradient(left top, ellipse farthest-corner, #D4145A 0%, #2E2939 80%); /* Opera */ 
    background-image: -webkit-gradient(radial, left top, 0, left top, 572, color-stop(0, #D4145A), color-stop(80, #2E2939)); /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-radial-gradient(left top, ellipse farthest-corner, #D4145A 0%, #2E2939 80%); /* Webkit (Chrome 11+) */ 
    background-image: radial-gradient(ellipse farthest-corner at left top, #D4145A 0%, #2E2939 80%); /* W3C Markup */ 
}

#cover a {text-decoration:none; color:#FFF;}

#cover-bg{
    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); 
}

#cover-left{
    position:relative;
    height:100%;
    padding-left:20px;
    padding-top:10px;
}

#cover-left #logocover img{
    max-width: 150px;
    float:left;
}
#cover-left #logo-right{
    float: left;
}

#cover-left #logo-right a.sitename{
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
}

#cover-left #logo-right .slogan{
    text-align: center;
    width: 100%;
    display: block;
    justify-content: center;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Open Sans Condensed" !important;
    word-spacing: 30px;
}

#cover-left .bottom{
    width: 90%;
    max-width: 800px;
    position:absolute;
    top:75%;
    right: 10px;
    text-align: right;
    transform:translateY(-50%);
    font-family: "Open Sans Condensed", sans-serif;
}

#cover-left .bottom .barcode{
    font-family: 'Libre Barcode 128';
    padding-top: 5px;
    display: block;
    font-size: 50px;
    height: 40px;
}

#cover .magtitle, #logo-right .magtitle{
    display:block;
    padding-right:5px;
    margin-top:5px;
    color:#f9f9f9;
    border-right:0px solid rgba(0,0,0,0.3);
    transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
}

#cover .magtitle:hover{
    border-right:15px solid rgba(0,0,0,0.3);
}

.blur{
    -webkit-filter: blur(3px);
    filter: blur(3px);
}
/* smartphone */
#cover .head1{
    font-size:35px; 
    line-height:100%;
    background-color: rgba(0,0,0,0.3);
}
#cover .head2{font-size:30px; line-height:100%;}
#cover .head3{font-size:25px; line-height:100%;}
 
/* tablet portrait */
@media screen and (min-width: 768px) {
    #cover-left #logo-right a.sitename{font-size:50px;}
    #cover .head1{font-size:45px;}
    #cover .head2{font-size:40px;}
    #cover .head3{font-size:35px;}
}
 
/* tablet landscape */
@media screen and (min-width: 1024px) {
    #cover .head1{font-size:50px;}
    #cover .head2{font-size:45px;}
    #cover .head3{font-size:38px;}
}

/* PC */
@media screen and (min-width: 1200px) {
    #cover .head1{font-size:55px;}
    #cover .head2{font-size:45px;}
    #cover .head3{font-size:38px;}
}

.infoicon{
    position: absolute;
    bottom:5px;
    right: 5px;
    color:#f9f9f9;
    transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
}
.firmaAuth span {display:none;}
.firmaAuth:hover span, .firmaAuth:active span{
    display: inline;
}
.firmaAuth:hover .infoicon, .firmaAuth:active .infoicon{
    bottom:25px;
}
.firmaAuth a:hover{
    border-bottom:1px dotted;
}
.authTxt{
    position: absolute;
    bottom:5px;
    right:5px;
    font-style:italic;
    font-family:"Open Sans Condensed", sans-serif;
}
/* fine header magazine */

/* 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.2), rgba(0, 0, 0, 0.2)), url(img/default_sotc.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(29,29,29,0.5);
    font-size: 50px;
    padding: 10px;
    margin-bottom: 10px;
}
.sez1 .title .btn{
    padding:6px;
    border-radius: 10px;
    background-color: rgba(248,74,138,0.7);
    font-size:17px;
}
.sez2{
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(img/magazine_epic.jpg);
    background-position: right bottom;
    height:100%;
    position: relative;
}
.sez2 .title{
    position: relative;
    top:30px;
    left:10px;
    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(26, 174, 134, 0.5);
    padding:5px;
}
.sez2 .text .row2{
    padding-left:30px;
}
.sez2 .text .row3{
    padding-left:40px;
}
.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;
    background-color: rgba(29,29,29,0.5);
}
@media screen and (min-width: 600px) {
    .sez2 .title{
        font-size: 50px;
        margin-bottom: 40px;
    }
    .sez2 .text{
        width: 50%;
    }
    .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_plus.jpg);
    background-position: center center;
    height:100%;
    position: relative;
}
.sez3 .title{
    position: relative;
    top:20px;
    right:10px;
    text-align:right;
    font-size: 40px;
    color:#FFCF40;
    margin-bottom: 30px;
    text-shadow: 1px 1px 1px #252525;
}
.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(255, 27, 145, 0.3);
}
@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(26, 174, 134, 0.5);
}
.sez4{
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(img/magazine.ds.jpg);
    background-position: left bottom;
    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:#f84a8a;
    text-decoration: none;
    font-size:30px;
}
.sez1 .title .btn a, .sez2 .btn a, .sez3 .btn a, .sez4 .text a{
    color:#fff;
    text-decoration: none;
}

/* 404 */
.container404{
    width:100%;
    height: 100%;
    overflow: hidden;
}
.container404 .red{
    background-color: #ee0000;
    width: 30%;
    height: 100%;
    float:left;
}
.container404 .right{
    float:right;
    width: 70%;
    height: 100%;
}
.container404 .right .blue{
    height:70%;
    background-color:#2244cc;
    color:#f9f9f9;
    font-family: "Open Sans Condensed" !important;
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: -5px;
    line-height: 70px;
}
.container404 .right .blue .bluetxt{
    padding-top:50px;
}
.container404 .right .blue .notfound{
    position: relative;
    left:-50px;
}
.container404 .right .blue .zone{
    position: relative;
    left:30px;
}
.container404 .right .blue .zone .number{
    color:#eeee00;
}
.container404 .right .yellow{
    height: 30%;
    background-color:#eeee00;
    color:#000;
    text-transform: uppercase;
    font-family: "Montserrat",san-serif;
    font-size: 30px;
}
.container404 .right .yellow a{
    color:inherit;
    text-decoration: none;
}
@media screen and (min-width: 600px) {
    .container404 .right .blue{
        font-size: 90px;
        line-height: 110px;
    }
    .container404 .right .yellow{
        font-size: 40px;
    }
}
/* effetto parallax sugli sfondi (solo desktop)*/
@media screen and (min-width: 1200px) {
  #cover-bg, .coverbg, .parallax, #postcover {
    background-attachment: fixed;
  }
}

/* cool cover */
.coolcover{
    position: relative;
    width:100%;
    min-height: 100%;
    color:#0e1111;
    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 #d4145a;
}
.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: 60px;
    width: 550px;
    max-width: 100%;
}
.coverlogo img{
    width: 100%;
    height: auto;
}
.covericons{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size:50px;
}
.covertitles{
    font-style: italic;
    position: absolute;
    bottom: 150px;
    width: 90%;
    text-align: justify;
    left:50%;
    display: flex;
    justify-content: center;
}
.covertitles .wrapper{
    position: relative;
    left:-50%;
}
.covertitles .first{
    font-size: 25px;
    transition: all 1s ease;
}
.covertitles .second{
    font-size: 20px;
    transition: all 1s ease;
}
.covertitles .third{
    font-size: 15px;
    transition: all 1s ease;
}
.covertitles .type{
    font-style: normal;
    font-weight: bold;
    margin-right: 3px;
    position:relative;
}
.first .type{
    font-size: 20px;
    bottom:2px;
}
.second .type{
    font-size: 18px;
    bottom:1px;
}
.third .type{
    font-size: 13px;
    bottom:1px;
}
@media screen and (min-width: 400px) {
    .covertitles .first{
        font-size: 30px;
    }
    .first .type{
        font-size: 25px;
    }
    .covertitles .second{
        font-size: 25px;
    }
    .second .type{
        font-size: 20px;
    }
    .covertitles .third{
        font-size: 20px;
    }
    .third .type{
        font-size: 15px;
    }
}
@media screen and (min-width: 800px) {
    .covertitles{
        line-height: 1.5;
    }
    .covertitles .first{
        font-size: 40px;
    }
    .first .type{
        font-size: 30px;
        bottom:3px;
    }
    .covertitles .second{
        font-size: 35px;
    }
    .second .type{
        font-size: 25px;
        bottom:2px;
    }
    .covertitles .third{
        font-size: 30px;
    }
    .third .type{
        font-size: 20px;
        bottom:2px;
    }
    .covertitles .first:after, .covertitles .second:after, .covertitles .third:after{
      content: "";
      display: block;
      position: absolute;
      width: 60%;
      height: 2px;
      background: #b400ff;
      visibility: hidden;
      border-radius: 5px;
      transform: scaleX(0);
      transition: .25s linear;
      filter: blur(1px);
    }
    .covertitles .first:hover:after, .covertitles .second:hover:after, .covertitles .third:hover:after {
      visibility: visible;
      transform: scaleX(1);
    }
}
.icon{
    display: inline-block;
    margin:10px;
    transition: all 1s ease;
}
@media screen and (min-width: 700px) {
    .icon{
        margin:10px;
    }
}
.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;
}

/* 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%;
}
.twitter-tweet{
    margin:0 auto;
}
/** tabelle **/
table a:link {
    color: #666;
    font-weight: bold;
    text-decoration:none;
}
table a:visited {
    color: #999999;
    font-weight:bold;
    text-decoration:none;
}
table a:active,
table a:hover {
    color: #bd5a35;
    text-decoration:underline;
}
table {
    color:#000;
    font-size:18px;
    border:#ccc 1px solid;
}
table th {
    padding:21px 25px 22px 25px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;

    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child {
    text-align: left;
    padding-left:20px;
}
table tr:first-child th:first-child {
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}
table tr:first-child th:last-child {
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}
table tr {
    text-align: center;
    padding-left:20px;
}
table tr:nth-child(even) {
    background-color: #f2f2f2;
}

table td:first-child {
    text-align: left;
    padding-left:20px;
    border-left: 0;
}
table td {
    padding:4px;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}
table tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td {
    border-bottom:0;
}
table tr:last-child td:first-child {
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}
table tr:last-child td:last-child {
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}
table tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);  
}
/** fine tabelle **/
/** gallerie link correlati **/
.blocks-gallery-item figcaption{
    padding:0 !important;    
    font-size: 18px !important;
    background: linear-gradient(0deg,rgba(0,0,0, 0.8),rgba(3, 81, 134, 0.3) 80%, transparent) !important;
    text-shadow: 1px 1px #000 !important;
}
.blocks-gallery-item__caption a{
    color:#fff;
}
.blocks-gallery-item figure{
    border:1px solid #035186;
}
/** inizio form  **/
.wpcf7{
  background-color: #f0f0f0;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  width:95%;
  padding:5px !important;
  margin:0 auto !important;
}
/* Basic Grey */
 .postbody form {
    margin:0 auto;
    width:70%;
    color:#035186;
    font-weight:bold;
    font-family:"Montserrat", san-serif;
    font-size: 16px;
    text-align:center;

}
.postbody input[type="text"], .postbody input[type="email"], .postbody textarea, .postbody select {
    border: 1px solid #DADADA;
    color: #888;
    height: 25px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 70%;
    font-size: 12px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.postbody textarea{
    padding: 5px 3px 3px 5px;
}
.postbody select {
    background: #FFF url('down-arrow.png') no-repeat right;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height: 25px;
}
.postbody textarea{
    height:100px;
}
.postbody input[type="submit"] {
    background: #d4145a;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
}
.postbody input[type="submit"]:hover {
    background: #b52056;
}
/** fine form **/
