@import url('../glofonts/Fira Mono.css');
@import url('https://fonts.googleapis.com/css?family=Anton');

/***** GENERAL *****/

.container-article {
    /*max-width: 1600px;*/
    width: 100%;
    padding: 0 50px !important;
}
.vers-desktop{
    display: block;
}
.vers-mobile{
    display: none;
}
.desktop-nav{
    display: none;
}
.mobile-nav-new .fa {
    color: #fff;
}
.photo-credit{
    display: none;
}
.imageMob{
    display: none;
}
.imageDesk{
    display: block;
}
.section-banner img{
    width: 100%;
}
.Anton {
    font-family: 'Anton',sans-serif;
    text-transform: uppercase;
}
.Arial-Bold {
    font-weight: 700;
    font-size: 0.95em;
}
.underline{
    text-decoration: underline;
}
h2.title-section{
    font-size: 130px;
    color: #fff;
    text-align: center;
    margin: auto;
}
.bg-sections{
    padding: 50px 0 0 0;
}
.section-banner{
    z-index: 998;
}
.bg-joyful{
    background-color:#000;
    z-index: 998;
}
.bg-bright{
    background-color:#ff612d;
    color: #fff;
    z-index: 998;
}
.bg-bright a,
.bg-inclusive a,
.bg-liberating a{
    color: #fff;
    text-decoration: underline;
}
.bg-inclusive{
    background-color:#608bfb;
    color: #fff;
    z-index: 998;
}
.bg-liberating{
    background-color:#f777df;
    color: #fff;
    z-index: 998;
}
.main-nav .full-wrapper{
    /*max-width: 1600px;*/
    margin: 0 auto;
}
.menu-main a{
   color: #fff;
}
.menu-main a:hover{
   color: #ffffff;
}
.menu-joyful,
.menu-joyful-cont .menu-sec:hover{
    color:#febf00;
}
.menu-bright,
.menu-bright-cont .menu-sec:hover{
    color:#ff612d;
}
.menu-inclusive,
.menu-inclusive-cont .menu-sec:hover{
    color:#608bfb;
}
.menu-liberating,
.menu-liberating-cont .menu-sec:hover{
    color:#f777df;
}
/*a.menu-joyful:hover,
a.menu-bright:hover,
a.menu-inclusive:hover,
a.menu-liberating:hover{
    color:#fff;
}*/
.rotate {
    position: relative;
    bottom: 309px;
    right: 315px;
/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

float: left;

}
.rotate p{
 font-size: 19px;
  margin: 0;
}
#main-content{
  background-color: #000;
}
.rotate-aranz {
    bottom: 122px;
    right: 90px;
    font-size: 19px;
}

/***** HEADER *****/

.clear{
	clear: both;
}
.main-nav{
        padding:0 50px;
}
.main-nav div.header-thepost{
	float:left;
	text-align: center;
}
.main-nav .header-back,
.main-nav .header-sponsor{
	width: 30%;
	height: 98px;
}
.small-height .header-back,
.small-height .header-sponsor{
        height: 55px;
}
.main-nav .header-sponsor{
	padding: 25px 0;
}
.small-height .header-sponsor{
        padding: 5px 0;
}
.main-nav .header-sponsor img{
        width: 100%;
	float: right;
}
.small-height .header-sponsor img{
        width: 90%;
}
.main-nav .header-back,
.header-back {
	padding: 37px 0;
}
.main-nav .header-back a,
.header-back a{
        font-size: 18px;
	line-height: 18px;
	display: block;
	height: 18px;
	background-image: url("../images/bg/bg-back.png");
	background-repeat: no-repeat;
        background-position: left top;  
	padding-left: 55px;
	text-decoration: none;
}
.main-nav .header-back a:hover,
.header-back a:hover{
	color: #fc4f4f;
        background-position: left bottom;
}
.main-nav .nav-logo-wrap{
	width: 40%;
}
.main-nav .nav-logo-wrap a{
        display: block;
	margin: 0 auto;
}
.main-nav a,
.main-nav span{
	color: #969797;
}
.header-sponsor span,
.mobile-sponsor span{
	font-size: 12px;
    	line-height: 12px;
    	padding: 17px 15px 16px 0;
    	font-family: 'Fira Mono';
}
.header-sponsor a{
	display: block;
    	width: 25%;
    	margin-top: 13px;
}
.header-sponsor img,
.mobile-sponsor img{
	margin-bottom: 5px;
}
.header-sponsor span, 
.header-sponsor a{
        float: right;
}
.mobile-sponsor span,
.mobile-sponsor a{
        float: left;
}

/***** COVER *****/

.hero {
    position: relative;
    z-index: 200;
}
.hero-part {
    display: block;
    height: 100vh;
    background-position: center bottom;
    background-size: 100% auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.hero-part--1 {
    background-color: #000;
}
.hero-part--2 {
    background-image: url(../images/bg/bg-cover-2.jpg);
    background-color: #008195;
}
.hero-part--3 {
    background-image: url(../images/bg/bg-cover-3.jpg);
    background-color: #0149b7;
}
.hero-part .home-row{
    display: table;
    height: 100vh;
    width: 100vw;
    margin: 0 auto;
    max-width: 1450px;
}
.hero-part .home-text{
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.hero-part .home-text-left{
    width: 45%;
}
.hero-part .home-text-right{
    width: 55%;
}
.hero-part .home-text-right h2{
    padding-right: 50%;
    font-size: 20px;
    line-height: 24px;
    margin-top: 30px;
}
.occhiello .author{
    font-size: 14px;
    font-family: 'Arial', sans-serif;
}
.hero-part h1{
    text-align: left;
    color: #fff;
    margin: 0 0;
}
.hero-part h1 .Arial-Bold{
    font-size: 3.9em;
    letter-spacing: -0.03em;
}
.hero-part h1 .Anton{
    font-size: 135px;
    line-height: 150px;
}
.hero-part h1{
    line-height: 1;
}
.home-desc{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: #fff;
    max-width: 100vw;
}
.home-desc .home-desc-content {
    height: 100vh;
    width: 67.66666667%;
    float: none!important;
    margin-left: auto!important;
    margin-right: auto!important;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.home-desc .home-desc-content h2{
    text-align: center;
    font-size: 2.7em;
    line-height: 1em;
    text-align: center;
    letter-spacing: -4px;
}
.home-desc .home-desc-content h2 .ClearfaceStd-Regular{
    letter-spacing: -2px;
}

/***** PROGRESS BAR *****/

progress {
  /* Positioning */
  display: none;
  position: relative;
  left: 0;
  top: -25px;

  /* Dimensions */
  width: 100%;
  height: 5px;

  /* Reset the appearance */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;

  /* Get rid of the default border in Firefox/Opera. */
  border: none;

  /* Progress bar container for Firefox/IE10+ */
  background-color: transparent;

  /* Progress bar value for IE10+ */
  color: #04ab5e;
}
.fix-progress progress{
  position: fixed;
  top: 98px;
  z-index: 2000;
}

progress::-webkit-progress-bar {
  background-color: transparent;
}

progress::-webkit-progress-value {
  background-color: #04ab5e;
}

progress::-moz-progress-bar {
  background-color: #04ab5e;
}


/***** MAIN CONTENT ******/

#main-content{
	padding: 100px 0 0 0;
	z-index: 999;
}
div.social-col{
	width: 119px;
	vertical-align: baseline;
}
div.main-col{
	width: calc(100% - 238px);
	padding: 0 120px 0 120px;
	font-size: 19px;
	line-height: 30px;
}
div.main-col p{
	text-align: left;
}
#beyonce_content p{
	text-align: center;
	margin-top: 85px;
}

div.main-col .spotify{
	margin-bottom: 4em;
}
.al-left{
	text-align: left !important;
}
.al-right{
        text-align: right !important;
}
div.second-col{
        width: 951px;
	margin: 0 auto 100px auto;
}
.social-col .clearlist li{
	text-align: left;
	margin-bottom: 20px;
}
.social-col .clearlist li .fa-facebook{
        font-size: 26px;
	font-weight: bold;
}
.social-col .clearlist li .fa-twitter{
       font-size: 24px;
}
.social-col .clearlist li .fa-envelope,
.social-col .clearlist li .fa-google-plus{
        font-size: 22px;
}
.social-col .clearlist li .fa-bars,
.social-col .NumberCol li{
	text-align: right !important;
	margin-bottom: 15px;
}
.social-col .NumberCol li a{
        text-decoration: none;
	letter-spacing: normal;
}
.social-col .NumberCol li a:hover{
	font-weight: bold;
}
.social-col .NumberCol li.liHover a{
	font-weight: bold;
}
.fix-social .social-col .clearlist{
	position: fixed;
	top: 130px;
	z-index: 200000;
}
.fix-social .nav-vertical .clearlist{
	right: 50px;
}
.fix-social .nav-vertical .Number {
        position: initial !important;
}
.share-bg{
	background-image: url("../images/bg/share.png");
        background-repeat: no-repeat;
        background-position: 3px top;	
	width: 24px;
	height: 73px;
}
div.main-col .sinossi{
	font-size: 2.7em;
        line-height: 1em;
	text-align: center;
	padding-bottom: 100px;
	letter-spacing: -4px;
}
div.main-col .sinossi .ClearfaceStd-Regular{
        letter-spacing: -2px;
}
div.main-col .main-text{
        text-align: left;
	width: 82%;
        margin: 0 auto;
	font-family: Arial;
	font-size: 19px;	
	line-height: 30px;
}
div.main-col ul.main-text{
        padding: 0;
	margin: 100px auto 200px auto;
}
div.main-col .main-text li{
	list-style: none;
	clear: both;
	position: relative;
}
div.main-col .main-text li .Number{
        font-size: 14px;
	margin-right: 40px;
	padding-top: 15px;
}
.Number{
        font-size: 14px;
}
#beyonce_content .Number{
	font-size: 14px;
	position: absolute;
	margin-top: 17px;
	margin-left: 75px;
}
#beyonce_content img,
#cardib_content img{
	max-width: 498px;
}
.row-cardi .Number,
.row-riri .Number{
        font-size: 14px;
	text-align: right;
	padding-right: 5px;
	margin-bottom: 5px;
}
.row-riri .Number{
        font-size: 14px;
        text-align: left;
        padding-left: 5px;
        margin-bottom: 5px;
}
div.main-col .main-text li .beyo_hover{
	width: 90px;
	position: absolute;
  	left: 370px;
	display: none;
}
div.main-col .main-text li .cardi_hover{
        width: 150px;
        position: absolute;
        left: 400px;
	top: -38px;
        display: none;
}
div.main-col .main-text li .riri_hover{
        width: 250px;
        position: absolute;
        left: 300px;
	top: -42px;
        display: none;
}
div.main-col .main-text li .gwen_hover{
        width: 90px;
        position: absolute;
        left: 590px;
        display: none;
}
div.main-col .main-text li .yoko_hover{
        width: 200px;
        position: absolute;
        left: 300px;
	top:-80px;
        display: none;
}
div.main-col .main-text li .cash_hover{
        width: 170px;
        position: absolute;
        left: 600px;
	top: -80px;
        display: none;
}
div.main-col .main-text li:hover .ul_hover{
        display: block;
}
div.main-col .main-text li div{
	float: left;
}
div.main-col .main-text li a{
        text-decoration: none;
	font-size: 48px;
	line-height: 80px;
}
.Arial{
        font-family: 'Arial', sans-serif;
}
.Playfair{
	font-family: "Playfair Display";
}
div.main-col .occhiello{
	font-family: "Playfair Display";
	font-size: 48px;
	line-height: 52px;
}
.page-section .occhiello{
	font-size: 40px !important;
	line-height: 50px !important;
}
#cardib_content .occhiello{
	font-size: 35px !important;
        line-height: 40px !important;
}
#gwen_content .occhiello{
   	font-size: 38px !important;
    	line-height: 46px !important;
}
#gwen_section .gwen_title{
	margin-top: 15%;
}
div.main-col .main-text.ClearfaceStd-Regular{
        font-size: 30px;
        line-height: 39px;
        letter-spacing: -0.5px;
}
div.main-col .main-text p.conditions{
	font-size: 14px;
	line-height: 24px;
	margin: 60px 0 160px 0;
}
div.main-col .main-text div.firstLett {
    width: 270px;
    height: 345px;
    text-align: center;
    font-size: 220px;
    line-height: 280px;
    float: left;
    margin-left: -4px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 0px;
    font-family: 'Oswald';
    -webkit-font-smoothing: antialiased;
}
div.main-col .main-text div.letter {
    border-top: 15px solid #000;
    width: 120px;
    margin: 0 auto;
}
figure{
    margin: 0 0 2em 0;
}

/***** INTERVISTE *****/

.title-intervista,
.ord-intervista{
    font-size: 75px;
    line-height: 90px;
    margin: 100px 0 40px 0;
}
.title-intervista{
    float: left;
}
.ord-intervista{
    float: right;
}
div.text_interv{
    width: 80%;
    margin: 0 auto;
}
div.text_interv h2{
    font-size: 75px;
    line-height: 90px;
    margin-bottom: 0.9em;
}
p.quest_ans_interv{
    font-size: 24px;
    line-height: 36px;
    text-align: left;
}
.text_interv blockquote{
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    color: #000;
    margin: 0 auto 1.5em auto;
    width: 79%;
    letter-spacing: -1.5px;
}
.bg-bright .text_interv blockquote,
.bg-liberating .text_interv blockquote,
.bg-inclusive .text_interv blockquote{
    color: #fff;
}

/***** THE POST *****/

.thepost-content,
#content-slider,
#gualazzi-slider{
    background-color: #fec021;
    color: #fff;
}
#aranzulla-slider{
    background-color: #ff612d;
    color: #fff;
}
#ema-slider,
#remidi-slider{
    background-color: #608bfb;
    color: #fff;
}
#marino-slider{
    background-color: #f777df;
    color: #fff;
}
#content-slider,
#gualazzi-slider,
#ema-slider,
#remidi-slider,
#marino-slider,
#aranzulla-slider{
    z-index: 998;
}
.thepost-content h2,
.thepost-content .capitolo{
    color: #c9c5c2 !important;
}
div.plot-thepost,
div.info-thepost{
    float: left;
}
div.info-thepost{
    width: 305px;
    padding-left: 50px;
    font-size: 20px;
    line-height: 26px;
}
div.info-thepost h3{
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
    margin: 5px 0 0 0;
}
div.plot-thepost{
    width: calc(100% - 355px);
    text-align: left;
}
div.plot-thepost p,
div.info-thepost h3,
div.info-thepost p{
    text-align: left !important;
}
div.info-thepost .detail{
    margin-bottom: 25px;
}
.thepost-content-segue {
    padding: 120px 0 90px 0 !important;
}
.owl-prev .fa, 
.owl-next .fa{
    font-size: 45px;
}

/***** SLIDER *****/
.content-slider2{
    padding-bottom: 150px;
}
#gualazzi-slider,
#remidi-slider,
#marino-slider
{
    padding-bottom: 250px;
}
.content-slider2 .owl-carousel,
.content-slider2 .owl-carousel .owl-wrapper-outer{
    /*overflow: visible;*/
}
.content-slider2 .owl-carousel .owl-item {
    padding: 0 0;
}
.content-slider2 .owl-prev:before, 
.content-slider2 .owl-next:before{
    background: transparent;
}
.content-slider2 .mb-80{
    margin-bottom: 0;
}
.content-slider2 .work-full-media{
    margin-top: 0;
}

/***** BANNER *****/

#banner{
    background-color: #c9c5c2;
}


/**** FOTO AMBIENTATA ****/

.foto-abientata{
    height: 830px;
    display: table;
}
.foto-abientata .wow{
    display: table-cell;
    vertical-align: middle;
}
.comandi-content{
    padding-top: 0px;
}
.intervista-comandi{
    width: 237px;
}
.intervista-comandi-back,
.intervista-comandi-succ{
    float: left;
    width: 100px;
    padding: 10px 0;
}
.intervista-comandi-succ{
    float: left;
    width: 100px;
    padding: 10px 0;
}
.intervista-comandi-menu{
    float: left;
    width: 37px;
}
.intervista-comandi-back{
    padding-left: 0px;
}
.intervista-comandi-succ{
    padding-right: 0px;
}
.intervista-comandi-succ a{
        font-size: 18px;
        line-height: 18px;
        display: block;
        height: 18px;
        background-image: url("../images/bg/bg-succ.png");
        background-repeat: no-repeat;
        background-position: right top;
        padding-right: 35px;
        text-decoration: none;
}
.intervista-comandi-back a{
        font-size: 18px;
        line-height: 18px;
        display: block;
        height: 18px;
        background-image: url("../images/bg/bg-back.png");
        background-repeat: no-repeat;
        background-position: left top;
        padding-left: 35px;
        text-decoration: none;
}
.intervista-comandi-succ a:hover{
        color: #fc4f4f;
        background-position: right bottom;
}
.intervista-comandi-back a:hover{
        color: #fc4f4f;
        background-position: left bottom;
}

/***** FOOTER *****/

.footer{
   padding: 45px 0;
   z-index: 998;
   background-color: o000;
}
.footer .logo-footer{
   margin-bottom: 5px;
}
.footer span{
        font-size: 12px;
        line-height: 12px;
        padding: 17px 10px 16px 0;
        color: #969797;
	text-transform: none;
	letter-spacing: 0;
	font-family: 'Fira Mono';
}

.thepost-content-segue .info-thepost{
	display: none;
}
a.link-to-top {
    bottom: 60px;
    color: rgba(255,255,255, .9);
    font-size: 35px;
}


/**** CARDI B ****/

.row-cardi{
    position: absolute;
    right: 20px;
    bottom: 100px;
}
.row-riri{
    position: absolute;
}
.row-cardi h2{
    font-size: 130px;
    line-height: 135px;
    text-align: left;
}
.row-riri h2{
    font-size: 130px;
    line-height: 135px;
    text-align: right;
}

/*** GWEN ***/

#gwen_section h2.title-section,
#yoko_section h2.title-section{
	font-size: 120px;
	line-height: 130px;
}

.col-sm-advertorial{
	background-color: #fff;
	color: #000;
	padding: 60px;
}
#advertorial_section h2{
	text-transform: uppercase;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 45px;
	margin-top: 0px;
}
#advertorial_section .occhiello{
        font-size: 32px;
        line-height: 38px;
}
#advertorial_section .occhiello p{
	margin-bottom: 45px;
}

#advertorial_section{
        font-size: 22px;
        line-height: 30px;
}

/*** YOKO ***/

#yoko_section h3,
#cash_content h3{
	font-size: 20px;
	line-height: 40px;
	font-style: italic;
}

/*** Chash ***/

#cash_section .container-cardi{
	position: absolute;
	margin-top: -500px;
	max-width: 100%;
}
#playlist_section{
	position: relative;
}
#playlist_section .container-cardi{
        position: absolute;
        top: 130px;
	max-width: 100%;
}
#playlist_section .occhiello{
	padding-left: 70px;
	padding-top: 50px;
}
#cash_section .container-cardi h2.title-section{
        font-size: 110px;
}
#cash_section .Number{
	margin-left: 150px;
}
#cash_content .occhiello{
       	width: 80%;
	margin: 0 auto;
}
#cash_content .occhiello p{
        margin-bottom: 20px;
}
#cash_content p{
	text-align: center;
}

.textAbs,
.imgAbs,
.giphyAbs{
	position: absolute;
}
.textAbs{
	z-index: 20000000;
	top: 25%;
	max-width: 820px;
}
.imgAbs{
        top: 150px;
}
.giphyAbs{
        top: 100px;
	left: 7%;
}
.imgAbs img.flR,
.flR{
	float: right;
}
.imgAbs img.firstimg{
        width: 25%;
}
.imgAbs img.secondimg{
        margin-top: 40px;
	width: 50%;
}
.imgAbs img.thirdimg{
        margin-top: 53%;
	width: 50%;
    	margin-right: 20%;
}
img.giphy-embed{
	width: 45%;
}
#home-mobile img.giphy-embed {
    width: 100%;
}
#home-mobile .giphyAbs{
        top: 21%;
	width: 100%;
	left: 19%;
	text-align: right;
}
#home-mobile .imgAbs{
	width: 100%;
}
#home-mobile .imgAbs img.thirdimg{
	margin-top: 100%;
    	width: 40%;
    	margin-left: -58%;
}
#home-mobile .imgAbs img.secondimg{
        margin-top: 78%;
        width: 82%;
        margin-right: -30%;
}
#home-mobile .textAbs {
	padding-left: 20px;
}
.visible-desk{
	display: block;
}
.visible-mob{
        display: none;
}

@media only screen and (min-height: 1200px){
.hero-part,
.hero-part .home-row {
    height: 50vh;
}
.giphyAbs {
    left: initial;
}

}
@media only screen and (min-width: 1024px) and (max-width: 1500px){

#home .home-text, 
#home-mobile .home-text {
    	padding-left: 107px;
}
#home .home-text h1, 
#home-mobile .home-text h1 {
    font-size: 90px;
    line-height: 95px;
}
.interviste-content .container-interviste {
    max-width: 747px;
    padding: 0 0 !important;
}
.interviste-content {
    padding: 90px 0 90px 0;
}
.comandi-content{
    padding: 0 0 90px 0;
}
.main-nav {
    padding: 0 50px;
}
.main-nav .nav-logo-wrap {
    width: 30%;
}
.main-nav .header-back, .main-nav .header-sponsor {
    width: 35%;
}
.main-nav .nav-logo-wrap a {
    margin: 0 auto;
}
.main-nav .nav-logo-wrap a img{
    width: 90%;
}
.small-height .nav-logo-wrap a img{
    width: 60%;
}
div.main-col {
    padding: 0 40px 0 40px;
}
div.main-col-100 {
    padding: 0;
}
.intervista-col {
    width: calc(100% - 290px);
    padding: 0 0px 0 0px;
}
.footer{
    padding: 20px 0;
}
#id-intervista #author{
    margin-bottom: 25px;
}
.intervista ul li {
    background-position: 15px 0px !important;
}

}

@media only screen and (min-width: 1200px){

#content-slider .container,
#gualazzi-slider .container,
#ema-slider .container,
#remidi-slider .container,
#marino-slider .container,
#aranzulla-slider .container {
    width: 760px;
}
.container-cardi{
    width: 100%;
    max-width: 1400px;
}
.container-banner{
    width: 100%;
    max-width: 1200px;
}

}

@media only screen and (min-width: 1500px){

.small-height .nav-logo-wrap a img{
    width: 60%;
}

}

/* ==============================
   Switch desktop - mob
   ============================== */

@media only screen and (max-width: 1023px) {
#circleNav{
	display: none;
}
#id-intervista #author{
    margin-bottom: 25px;
}
#id-intervista #author .home-content{
    display: none;
}

.main-nav {
    padding: 0 ;
    border-bottom: 0;
}
.main-nav.dark .mobile-nav-new{
    width: 25% !important;
    float: left;
    margin-top: 20px;
}
.nav-logo-wrap .logo{
    text-align: center;
}
.nav-logo-wrap .logo img{
    width: 100%;
    margin-top: 32px;
}

.header-sponsor{
    display: none;
}
#home-mobile .home-text h1 {
    text-align: center;
}
#home-mobile .home-text {
    vertical-align: top;
}
.mobile-sponsor{
    width: 100%;
    position: absolute;
    top: 94px;
    background: #2a2a2a;
}
.mobile-sponsor .sponsor{
    width: 258px;
    margin: 0 auto;
}
.mobile-sponsor .sponsor img{
    width: 90%;
}
.mobile-sponsor .sponsor span{
    color: #969797;
}
.container-article,
.container {
    padding: 0 30px !important;
}
div.social-col {
    display: none;
}
div.main-col {
    width: 100%;
    padding: 0 0 0 0;
    font-size: 18px;
    line-height: 26px;
}
.interviste-content .container-interviste {
    padding: 0 30px !important;
}

#intervistati-content .home-text.name h2 {
    font-size: 65px;
    line-height: 80px;
    padding-top: 0px;
}
#intervistati-content .home-text.num {
    width: 60px;
    font-size: 16px;
    padding-top: 125px;
    text-align: center;
}
.main-nav .header-back a {
    font-size: 15px;
    line-height: 15px;
    padding-left: 40px;
    margin-left: 35px;
    color: #0c0c0c;
}
.main-nav .header-back a:hover {
    color: #0c0c0c;
}
.mobile-on .desktop-nav ul li a {
    height: 45px !important;
    line-height: 45px !important;
    padding: 0px 25px;
    font-size: 18px;
}
#home-mobile .home-text h1 {
    text-align: center;
    font-size: 65px;
    line-height: 100px;
    font-weight: 700;
}
#home .home-text, #home-mobile .home-text {
    padding-left: 0px;
    padding-top: 160px;
}
div.second-col {
    width: 100%;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {

div.second-col {
    width: 100%;
}

}
@media only screen and (min-width: 769px) and (max-width: 1024px) {

.main-nav .header-back {
    display: none;
}
.main-nav .nav-logo-wrap {
    width: 50%;
}
.nav-logo-wrap .logo img {
    width: 85%;
}
.small-height .nav-logo-wrap .logo img {
    width: 65%;
}
.main-nav.dark .mobile-nav-new {
    margin-top: 40px;
}
.small-height.main-nav .mobile-nav-new {
    margin-top: 20px !important;
}

}

@media only screen and (max-width: 767px) {
.vers-desktop{
    display: none;
}
.vers-mobile{
    display: block;
    z-index: 998;
}
#home-mobile {
    background-color: #000;
}
}

/* ==============================
   Tablet Portrait
   ============================== */

@media only screen and (max-width: 768px) {
.main-nav .header-back {
    display: none;
}
.main-nav .nav-logo-wrap {
    width: 50%;
}
.nav-logo-wrap .logo img {
    width: 85%;
}
.small-height .nav-logo-wrap .logo img {
    width: 65%;
}
.main-nav.dark .mobile-nav-new {
    margin-top: 40px;
}
.small-height.main-nav .mobile-nav-new {
    margin-top: 20px !important;
}
.imageMob{
    display: block;
    min-height: 500px;
    display: table;
    z-index: 998;
}
.imageDesk{
    display: none;
}
.mobile-nav-new .fa{
    padding-right: 25px;
    text-align: right;
}
.share-nav .fa {
    text-align: left;
    padding-left: 25px;
    padding-right: 0;
}
.container-article, 
.container {
    padding: 0 40px !important;
}
#home-mobile .home-text h1 {
    text-align: center;
    font-size: 3.5em;
    line-height: 1em;
    font-weight: 700;
    margin: 0;
    margin-top: 42%;
}
#home-mobile .home-text {
    padding-left: 0;
    padding-top: 170px;
}
.photo-credit{
    display: block;
    text-align: center;
    font-family: "Fira Mono";
    font-size: 15px;
}
.page-section {
    padding: 0 0;
}
div.main-col .sinossi {
    padding-bottom: 80px;
}
.interviste-content{
    padding-top: 60px;
}
.comandi-content{
    padding: 0 0 50px 0;
}
#quote-content{
    margin-bottom: 60px;
}
#intervistati-content .home-text.num {
    padding-top: 130px;
}
#intervistati-content blockquote {
    margin: 10px 0;
}
#intervistati-content .home-text.name h2 {
   font-size: 60px;
    line-height: 80px;
    padding-top: 0px;
}
.content-slider .owl-carousel .owl-item {
    padding: 0 0;
}
.work-full-media {
    overflow: hidden;
}
.intervista-col {
    width: calc(100% - 290px);
    padding: 0 !important;
}
.intervista ul li {
    padding: 5px 0px 1px 75px;
    min-height: 46px;
    background-position: 15px 0px !important;
}
#home-mobile.cover-noimage .home-text {
    padding-top: 400px;
}
#home-mobile.cover-noimage .home-text h2{
    color: #969797;
    margin-top: 5px;
}
.footer{
    padding-top: 20px;
}
.container-interviste .quote div.big {
    font-size: 65px;
    line-height: 80px;
}
div.text_interv {
    width: 100%;
}
div.second-col {
    width: 100%;
}
div.main-col .main-text {
    width: 100%;
}
.container-article {
    max-width: none;
}
.work-full-slider .owl-pagination, .content-slider .owl-pagination {
    bottom: -8px;
    position: relative;
}
#content-slider,
#ema-slider,
#remidi-slider,
#marino-slider,
#gualazzi-slider,
#aranzulla-slider{
    padding-bottom: 100px;
}
#aranzulla-slider .owl-page.active span {
    bordeR: 1px solid rgba(255,255,255, .8);
}
#aranzulla-slider .owl-page span {
    background: rgba(255,255,255, .7);
}
.content-slider2 .owl-carousel .owl-item {
    padding: 0 0;
}

div.main-col .sinossi {
    font-size: 2.3em;
    line-height: 1.1em;
    letter-spacing: -2px;
    margin-top: 45px;
}
div.main-col .main-text p.conditions {
    font-size: 12px;
    line-height: 20px;
    margin: 60px 0 80px 0;
}
h2.title-section {
    font-size: 4em;
    display: table-cell;
    vertical-align: middle;
    letter-spacing: -2px;
}
div.main-col .main-text.ClearfaceStd-Regular {
    font-size: 1.3em;
    line-height: 1.3em;
}
.title-intervista, .ord-intervista {
    font-size: 55px;
    line-height: 55px;
    margin: 30px 0 15px 0;
}
div.text_interv h2 {
    font-size: 55px;
    line-height: 55px;
    margin: 20px 0 35px 0;
}

.occhiello .author {
    font-size: 18px;
    line-height: 25px;
    margin: 40px 0;
}
.page-section .occhiello {
    font-size: 28px !important;
    line-height: 32px !important;
}


}



/* ==============================
   Phone
   ============================== */

@media only screen and (max-width: 480px) {
.thepost-content-segue .info-thepost{
        display: block;
}
.container-article, 
.container {
    padding: 0 20px !important;
}
.container .container{
    padding: 0 0 !important;
}
#home-mobile .container{
    padding: 0 0 !important;
}
.header-sponsor img, .mobile-sponsor img {
    margin-bottom: 0px;
}
.main-nav {
    height: 60px !important;
}
.main-nav .header-back, 
.main-nav .header-sponsor {
    height: 60px;
}
.nav-logo-wrap .logo {
    height: 60px;
}
.nav-logo-wrap .logo img {
    margin-top: 13px;
}
.small-height{
   height: 60px !important;
}
nav.small-height .full-wrapper{
   height: 60px;
} 
.mobile-sponsor{
    top: 60px;
}
.mobile-sponsor .sponsor img {
    width: 40%;
}
#home-mobile .home-text h1 {
    text-align: left;
    font-size: 80px;
    line-height: 90px;
    margin-top: 40%;
    font-weight: normal;
}
#home-mobile .home-text {
    padding-left: 0;
    padding-top: 0;
}
.fix-progress progress {
    top: 60px;
}
#home-mobile.cover-noimage .home-text {
    padding-top: 300px;
}
#home-mobile.cover-noimage .home-text h2{
    font-size: 18px;
    color: #969797;
}

#author .home-text {
    padding: 30px 0 50px 0;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
}
div.main-col .sinossi {
    padding-bottom: 30px;
}
div.main-col .main-text div.firstLett {
    display: none;
}
div.main-col .main-text {
    font-size: 19px;
    line-height: 30px;
    text-align: left;
}
body {
    font-size: 20px;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    background-color: #000;
}
.container-interviste .quote div.big {
    font-size: 100px;
    line-height: 100px;
    padding-top: 65px;
}
/*.container-interviste .quote div.little-btm {
    margin-top: -20px;
}*/
.container-interviste .quote {
    padding: 90px 0 50px 0;
    margin-bottom: 20px;
}
.interviste-content p {
    text-align: left;
}
.interviste-content p {
    text-align: left;
}
.interviste-content .capitolo {
    font-size: 15px;
}
.interviste-content h2 {
    font-size: 30px;
    line-height: 38px;
}
#intervistati-content .home-content,
#intervistati-content .home-row,
#intervistati-content .home-text
{
    display: block;
}
#intervistati-content .home-text{
    width: 100% !important;
}
#intervistati-content .home-text.num {
    padding-top: 20px;
}
#intervistati-content .home-text.right {
    display: none;
}
#intervistati-content .home-text.left {
    text-align: center;
}
#intervistati-content .home-text.name h2 {
    font-size: 38px;
    line-height: 45px;
    padding-top: 0px;
}
#intervistati-content blockquote {
    margin: 10px 0 0 0;
}
#section-the-post div.info-thepost {
    display: none;
}
#intervistati-content .home-text.name {
    padding: 65px 0 60px 0;
}

div.plot-thepost, div.info-thepost {
    float: none;
    width: 100%;
}
div.info-thepost {
    padding-left: 0;
}
.content-slider .owl-carousel .owl-item {
    padding: 0 0px;
}
.content-slider .owl-carousel, 
.content-slider .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
}
.thepost-content-segue {
    padding: 60px 0 90px 0 !important;
}
.owl-page {
    padding-left: 4px;
    padding-right: 4px;
}
.footer{
    padding: 20px 0;
}
.footer .logo-footer img{
    width: 45%;
}
.footer .footer-text img{
    width: 10%;
}
.footer span {
    padding: 17px 0px 16px 0;
}

#id-intervista .image-col,
#id-intervista .intervista-col{
   display: block;
   width: 100%;
}#id-intervista .intervista-col{
   padding: 0;
}
.intervista ul li {
    padding: 0px 0px 1px 55px;
    font-size: 18px;
}
.image-col .box-image .avatar,
.image-col .box-image .avatar-name {
    width: calc(50% - 25px);
    float: left;
    height: auto;
}
.image-col br{
    display: none;
}
.image-col .box-image .avatar{
    padding-bottom: 25px;
}

.image-col .box-image .avatar-name {
    padding: 20px 0 20px 0;
    margin-left: 35px;
}
.image-col .box-image{
    padding: 0 25px;
}
.image-col .scheda-container {
    padding: 25px 0 25px 0;
    margin-bottom: 30px;
}
.intervista ul li.no-icon {
    padding: 0px 0px 1px 0px;
}
.intervista ul li.firma {
    font-size: 12px;
}
.intervista-comandi-back, 
.intervista-comandi-succ {
    padding: 5px 0 10px 0;
}
.intervista ul li {
    background-position: 0px 0px !important;

}
a.link-to-top {
    bottom: 22px;
    font-size: 35px;
}

.container-interviste .quote div.little {
    text-align: center !important;
    font-family: 'Fira Mono';
    font-size: 14px;
    line-height: 25px;
}
.container-interviste .quote div.big {
    font-size: 60px;
    line-height: 70px;
    padding-top: 0px;
}
.container-interviste .quote div.big br{
    display: none;
}
.container-interviste .quote {
    padding: 50px 0 70px 0;
}
.container-interviste .quote div.little-btm {
    padding-bottom: 0px;
}
#main-content {
    padding: 0 0 0 0;
}
div.second-col {
    width: 100%;
}
div.main-col .main-text {
    width: 100%;
    padding-top: 0px;
}
.home-desc .home-desc-content h2{
    font-size: 2.2em;
    line-height: 1.1em;
    letter-spacing: -2px;
}
.home-desc .home-desc-content h2 br{
    display: none;
}
.home-desc .home-desc-content {
    width: 71.666667%;
}
div.main-col .sinossi {
    font-size: 2.3em;
    line-height: 1.1em;
    letter-spacing: -2px;
    margin-top: 45px;
}
div.main-col .sinossi br{
    display: none;
}
div.main-col .main-text p.conditions {
    font-size: 12px;
    line-height: 20px;
    margin: 60px 0 80px 0;
}
h2.title-section {
    font-size: 65px;
    line-height: 70px;
    text-align: left;
    font-weight: normal;
}
div.main-col .main-text.ClearfaceStd-Regular {
    font-size: 1.3em;
    line-height: 1.3em;
}
.title-intervista, .ord-intervista {
    font-size: 35px;
    line-height: 40px;
    margin: 30px 0 15px 0;
}
div.text_interv h2 {
    font-size: 65px;
    line-height: 70px;
    text-align: left;
    font-weight: normal;
    margin: 0px 0 30px 0;
}
figure {
    margin: 0 0 0 0;
}
p.quest_ans_interv {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
}
.text_interv blockquote {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -1px;
    margin: 0 auto 2.5em auto;
}
div.second-col {
    margin: 0 auto 20px auto;
}
.mobile-sponsor span {
    padding: 12px 10px 8px 0;
}
.work-full-slider .owl-pagination, .content-slider .owl-pagination {
    bottom: -8px;
    position: relative;
}
#content-slider,
#ema-slider,
#remidi-slider,
#marino-slider,
#aranzulla-slider{
    padding-bottom: 50px;
}
#gualazzi-slider{
    padding-bottom: 100px;
}
#aranzulla-slider .owl-page.active span {
    bordeR: 1px solid rgba(255,255,255, .8);
}
#aranzulla-slider .owl-page span {
    background: rgba(255,255,255, .7);
}
.content-slider2 .owl-carousel .owl-item {
    padding: 0 0;
}
.main-nav.dark .mobile-nav-new {
    margin-top: 20px;
}
.small-height .nav-logo-wrap .logo img {
    width: 85%;
}

div.main-col ul.main-text {
    display: none;
}
#beyonce_content img,
#cardib_content img{
        max-width: 100%;
}

.visible-desk{
        display: none !important;
}
.visible-mob{
        display: block !important;
}

#beyonce_content .Number,
#cardib_content .Number,
#riri_content .Number,
#gwen_content .Number,
#yoko_content .Number,
#cash_content .Number{
    font-size: 14px;
    position: initial;
    margin-top: 17px;
    margin-left: 0px;
    text-align: left;
}
.page-section .occhiello,
#cardib_content .occhiello,
#gwen_content .occhiello,
#yoko_content .occhiello,
#cash_content .occhiello
{
    font-size: 22px !important;
    line-height: 26px !important;
    text-align: left;
    width: 100%;
    margin: 30px 0;
}
#cash_content p{
    text-align: left;
}
#cardib_content .occhiello {
   margin-top: 30px;
}
.page-section .mt-120{
   margin-top: 30px;
}
.page-section .mb-120{
   margin-bottom: 30px;
}
#beyonce_content img,
#cardib_content img,
#riri_content img{
   margin-bottom: 30px;
}
div.main-col .spotify {
    margin-bottom: 30px;
    text-align: left;
}
div.main-col {
    font-size: 19px;
    line-height: 30px;
}

#advertorial_section{
    background-image: none !important;
    background-color: #fff;
}
.col-sm-advertorial {
    padding: 0px 20px;
}
#advertorial_section h2 {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 30px;
}
.container-banner{
    padding: 0 0 !important;
}
#beyonce_content p {
    text-align: left;
    margin-top: 35px;
}


}

