/*------------------------------------*\
    $HOMEPAGE
\*------------------------------------*/
/**
 * CSS generale
 * ....................
 * PRIMO PIANO COVER... primo piano cover
 * PP WIDE-MEDIUM...... primo piano wide-medium
 * BOX ASIDE........... blocchi 'custom-list' network, quiz e blog
 * .. QUIZ ............
 * .. BLOG ............
 **/


/* voce menù 'home' selezionata */
@media only screen and (min-width: 1025px){
    .main-nav li a.home:after{
        content:"";
        position: relative;
		bottom: 12px;
		display: block;
		width: 40%;
		margin: 0 auto;    
		border-bottom: 2px solid #fff;
	}
	.main-nav li a.home:after{
		width: 100%;
	}
	.main-nav li a.home:before{
		content:"\e80a";
		position: absolute;
		left: 0;
		top:-13px;
		display: block;
		width: 100%;
		text-align: center;
		font-family: "icone";
		font-size: 24px;       
		font-weight: normal;
		color: #fff;   
	}
}


.blocco-home{
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
}

@media only screen and (min-width: 600px){    
    .blocco-home{
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

/*------------------------------------*\
    $PRIMO PIANO COVER 
\*------------------------------------*/
.pp-cover-wrapper{
    height: 334px;
}
.pp-cover-wrapper .pp-cover a{
    position: relative;
    display: block;
    height: 334px;
}
.pp-cover-wrapper .pp-cover img{
    position:fixed;
    left: 50%;
    margin-left: -400px;
    width:auto;
    max-width:inherit;
    height: 334px;
}
.pp-cover-wrapper .pp-cover header{
    position: absolute;
    z-index:2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 190px 15px 0;
    color: #fff;
}
.pp-cover-wrapper .pp-cover .categoria{
    top: 140px;
    left: 15px;
}
.pp-cover-wrapper .pp-cover h2{
    font-size: 30px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    color: #fff;
}
.pp-cover-wrapper .pp-cover .autore{
    display: block;
    margin-bottom: 8px;
    font-style: italic;
}
.pp-cover-wrapper .pp-cover .strong{
    font-style: normal;
    font-weight: bold;
}

.pp-cover-wrapper article a:before,
.pp-cover-wrapper article a:after,
.pp-wide-medium a:before,
.pp-wide-medium a:after{    
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left:0;
    display: block;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(45deg, rgba(32,188,216,0.25) 0%, rgba(255,255,255,0) 75%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(32,188,216,0.25)), color-stop(75%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, rgba(32,188,216,0.25) 0%,rgba(255,255,255,0) 75%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, rgba(32,188,216,0.25) 0%,rgba(255,255,255,0) 75%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(32,188,216,0.25) 0%,rgba(255,255,255,0) 75%); /* IE10+ */
    background: linear-gradient(45deg, rgba(32,188,216,0.25) 0%,rgba(255,255,255,0) 75%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20bcd8', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.pp-cover-wrapper article a:after,
.pp-wide-medium a:after{
    background: -moz-linear-gradient(45deg, rgba(32,188,216,0.25) 0%, rgba(255,255,255,0) 75%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(32,188,216,0.25)), color-stop(75%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, rgba(32,188,216,0.25) 0%,rgba(255,255,255,0) 75%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, rgba(32,188,216,0.25) 0%,rgba(255,255,255,0) 75%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(32,188,216,0.25) 0%,rgba(255,255,255,0) 75%); /* IE10+ */
    background: linear-gradient(45deg, rgba(32,188,216,0.25) 0%,rgba(255,255,255,0) 75%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40cc1439', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.articolo-anteprima figure a.pic { height:auto;}


/* .pp-cover per tablet e desktop */
@media only screen and (min-width: 600px){
    .pp-cover-wrapper,  
    .pp-cover-wrapper .pp-cover a{
        height: 450px;
    }
    .pp-cover-wrapper .pp-cover header{
        padding: 300px 25px 0;
    }
    .pp-cover-wrapper .pp-cover .categoria{
        top: 230px;
        left: 25px;
    }
    .pp-cover-wrapper .pp-cover h2{
        font-size: 40px;
    }
    .pp-cover-wrapper .pp-cover .autore{
        display: block;
        margin-bottom: 15px;
        font-style: italic;
}
    .pp-cover-wrapper .pp-cover img{
        margin-left: -540px;
        height: 450px;
    }    
}/* //fine .pp-cover per tablet e desktop */


/* .pp-cover per desktop */
@media only screen and (min-width: 1025px){
    /*.main-nav-with-cover .main-nav-wrap{
        margin-top: 600px;
    }*/
    .pp-cover-wrapper{
        position: fixed;
        z-index: 0;
        top: 50px;
        left: 0;
        width: 100%;
          height: 666px;
        padding: 0;
    }
    .pp-cover-wrapper,  
    .pp-cover-wrapper .pp-cover a{
        height: 666px;
    } 
    .pp-cover-wrapper .pp-cover{
        width: 1600px;
        max-width: 100%;
        margin: 0 auto;
    }
    .pp-cover-wrapper .pp-cover a{
        display: block;
        width: 1600px;
        max-width: 100%;
        height: 666px;
        margin: 0 auto;
        text-decoration: none;
        background: #000;
    }
    .pp-cover-wrapper .pp-cover img{
        position: fixed;
        display: block;
        width: 1600px;
        max-width: 1600px;    
        height: 666px;
          margin-left: -800px;
        opacity: .9;
    }

    .pp-cover-wrapper .pp-cover a header{
        position: relative;
        z-index: 2;
        left: 0;
        top: 0;
        max-width: 1200px;
        height: 100%;
        padding: 280px 30px 0;
        margin: 0 auto;    
    }
    .pp-cover-wrapper .pp-cover a hgroup{
        width: 50%;
        transition: .3s background ease-in-out;
    }
    .pp-cover-wrapper .pp-cover a:hover hgroup{
        background: rgba(249,42,72,.7);    
    }
    .pp-cover-wrapper .pp-cover h2{
        padding: 8px 30px 30px;
        color: #fff;
        font-size: 55px;    
        font-weight: bold;
        text-shadow: 1px 1px 2px rgba(0,0,0,.3);
    }
    .pp-cover-wrapper .pp-cover .categoria{
        left:40px;
        top: 0;
    }

    .pp-cover-wrapper article .autore{
        display: block;
        width: 100%;
        padding: 8px 30px;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255,255,255,.5);
        color: #fff;
        text-shadow: 1px 1px 2px rgba(0,0,0,.3);
        font-size: 14px;
        font-style: italic;
    }
    .pp-cover-wrapper article .autore strong{
        font-style: normal;
    }
}/* //fine .pp-cover per desktop */

@media only screen and (min-width: 1025px){
    .pp-cover-wrapper{
        top: 70px;
    }
}
  
  
/*------------------------------------*\
    $PRIMO PIANO WIDE-MEDIUM 
\*------------------------------------*/ 
.pp-wide-medium{
    height: 325px;
    margin: -20px -10px 20px;
}
.pp-wide-medium a{
    position: relative;
    display: block;
    height: 325px;
    overflow: hidden;
}
.pp-wide-medium img{
    position: absolute;
    left: 50%;
    margin-left: -364px;
    width:auto;
    max-width:inherit;
    height: 325px;
}
.pp-wide-medium header{
    position: absolute;
    z-index:2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 190px 15px 0;
    color: #fff;
}
.pp-wide-medium .categoria{
    top: 140px;
    left: 15px;
}
.pp-wide-medium h2{
    font-size: 30px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    color: #fff;
}
.pp-wide-medium .autore{
    display: block;
    margin-bottom: 8px;
    font-style: italic;
}
.pp-wide-medium .strong{
    font-style: normal;
    font-weight: bold;
}
/* .pp-wide-medium per tablet e desktop */
@media only screen and (min-width: 600px){
    .pp-wide-medium{
        width: 100%;
        height: auto;
        position: relative;
        margin: 0 0 50px;
    }
    .pp-wide-medium a{
        display: block;
        width: 100%;
        height: auto;
        color: #fff;
    } 
    .pp-wide-medium img{
        position: static;
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
    }
    .pp-wide-medium .categoria{
        top: 90px;    
    }
    .pp-wide-medium header{
        position: absolute;
        left: 0;
        top: auto;
        bottom: 0;
        z-index: 2;
        width: 100%;
              height: auto;
        padding: 0 40px 20px;
    }
    .pp-wide-medium header .categoria{
      	left: -20px;
      top: -20px;
      position: relative;
      display: inline-block;
    }
    .pp-wide-medium header .autore{
        display: block;
        margin-bottom: 10px;
        text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    }
    .pp-wide-medium a:hover .autore{color: #fff;}
    
    .pp-wide-medium header h2{
        color: #fff;
        font-size: 50px;
        font-weight: bold;
        text-shadow: 1px 1px 1px rgba(0,0,0,.3);
        font-family: 'bree';
    }
}
/* //fine .pp-wide-medium per tablet e desktop */
  
/*------------------------------------*\
    $BOX ASIDE
\*------------------------------------*/
.box-aside{
    position: relative;
    padding: 40px 15px 0;
    margin: 0 -10px;
    background: #fcf7f9;
    border-top: 1px solid #e9e1e4;
}
.box-aside > h3{
    position: relative;
    margin-bottom: 60px;
    color: #bfaeb3;
    text-align: center;
    font-style: italic;
}
.box-aside > h3 span{
    font-style: normal;
    text-transform: uppercase;
}
.box-aside > h3:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    margin-left: -38px;
    display: block;
    width: 77px;
    height: 9px;
    background:url("https://static.stbm.it/Share/images/sprites.png") no-repeat 0 -70px;
}
.box-aside article h2 a{
    	color: #624f51;
}

/*-- .box-aside per tablet e desktop --*/
@media only screen and (min-width: 601px) { 
    .box-aside{
        padding: 40px 15px 0;
        margin: 0;
    }
    .box-aside article .title3{
        font-size: 30px;
    }
    .box-aside article > figure,
    .box-aside article > .pic{
      		margin-left: 45px;
        margin-right: 45px;
    }
    .box-aside--quiz .item-quiz{
    		margin:0 45px 50px;
    }
    .box-aside--quiz .item-quiz .pic{
  		margin:0;
    }
}/*-- //fine .box-aside per tablet e desktop --*/ 


/*------------------------------------*\
    BOX ASIDE ** $NETWORK
\*------------------------------------*/
.box-aside--network{
    padding-top:50px; 
}
.box-aside--network:before{
    position: absolute;
    left: 50%;
    top: -50px;
    margin-left: -35px;
    display: block;
    width: 64px;
    height: 70px;
    line-height: 75px;
    background: url("https://static.stbm.it/Share/images/sprites.png") no-repeat -200px 49px;
    color: #e5dfe1;
    font-size: 40px;
    text-align: center;
    cursor: default;
}
.box-aside--network article{
    margin-bottom: 60px;
}
.box-aside--network article h2{
    text-align: center;
}
.box-aside--network article figure{
    margin-bottom: 30px;
}
.box-aside--network article figure a{
    position: relative;
    display: block;
}
.box-aside--network article figure a img{
    display: block;
    margin: 0 auto;
}
.box-aside--network article a .categoria{
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -70px;
}
.box-aside--network article h2{
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
}
.box-aside--network article h2 a:hover{
    text-decoration: underline;
}
.box-aside--network .pianetamamma h2 a{
    color: #1188bb;
}
.box-aside--network .girlpower h2 a{
    color: #cc33cc;
}
.box-aside--network .cookaround h2 a{
    color: #fe8b27;
}
.box-aside--network .my-personaltrainer h2 a{
    color: #1188bb;
}
.box-aside--network .soluzionidicasa h2 a{
    color: #e45340;
}
.box-aside--network .cliomakeup h2 a{
    color: #ff00a9;
}
.box-aside--network .invidia-piantemamma h2 a{
    color: #ec1172;
}
.box-aside--network .ricette-per-bambini-pianetamamma h2 a{
    color: #5dc4f0;
}



/*------------------------------------*\
    BOX ASIDE ** $SERVIZI
\*------------------------------------*/
.box-aside--tool{
    padding-top:30px; 
}

.box-aside--tool h3 > i { 
    color:#20bcd8;
    font-family: 'lora';
}

.box-aside--tool article{
    margin-bottom: 60px;
}
.box-aside--tool article h2{
    text-align: center;
}
.box-aside--tool article figure{
    margin-bottom: 30px;
}
.box-aside--tool article figure a{
    position: relative;
    display: block;
}
.box-aside--tool article figure a img{
    display: block;
    margin: 0 auto;
}
.box-aside--tool article a .categoria{
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -70px;
    background:#f09fb1;
}

.box-aside--tool article a .categoria:before  {    
    color: #f09fb1;
}

.box-aside--tool article p{
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
}
.box-aside--tool article p a:hover{
    text-decoration: underline;
}

.box-aside--tool .btn{
    font-size:16px;
    font-weight:bold;
    margin:20px 0;
}

@media only screen and (max-width: 600px){
    .box-aside--tool article{
        margin-bottom:40px;
    }
}

/*------------------------------------*\
    BOX ASIDE ** $QUIZ
\*------------------------------------*/
.box-aside--quiz .item-quiz{
    margin-bottom: 50px;
    background: #20bcd8; 
}
.box-aside--quiz .item-quiz a{
    color: #fff;
}
.box-aside--quiz .item-quiz .pic{
    position: relative;
    display: block;    
    overflow: hidden;
    max-height: 156px;
}
.box-aside--quiz .item-quiz .pic img{
    display: block;
}
.box-aside--quiz .item-quiz .pic:before{
    position: absolute;
    bottom: -9px;
    width: 100%;
    font-size: 30px;
    color: #20bcd8;
}
.box-aside--quiz .item-quiz hgroup{
    padding: 20px;
}
.box-aside--quiz .item-quiz h2{
    margin-bottom: 20px;
}
.box-aside--quiz .item-quiz p{
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.box-aside--quiz .item-quiz h2 a:hover,
.box-aside--quiz .item-quiz p a:hover{
    text-decoration: underline;
    color: #fff;
}
/* rivedere questo pezzo relativo ai bottoni, forse si sovrascrive troppa roba */
.box-aside--quiz .item-quiz .btn{
    padding: 8px 35px 8px 8px;
    font-weight: bold;
    border: 1px solid #fff;
    font-size: 13px;
}
.box-aside--quiz .item-quiz .btn:after{
    top: -1px;
    right: 10px;
}

/*------------------------------------*\
    BOX ASIDE ** $BLOG
\*------------------------------------*/
.box-aside--blog{
    text-align: center;
}
.box-aside--blog .item-blog .pic{
    display: block;
    overflow: hidden;
    max-height: 156px;
    margin-bottom: 20px;
    position:relative;
}
.box-aside--blog .item-blog p{
    margin-bottom: 15px;
    font-size: 16px;
}
.box-aside--blog .item-blog p a{ 
    color: #20bcd8;
}
.box-aside--blog .item-blog h2 a:hover{
    text-decoration:underline;
}
.box-aside--blog .item-blog{
    margin-bottom: 60px;
}
/*------------------------------------*\
    BOX ASIDE ** $VIDEO
\*------------------------------------*/

.video .zoom {

    position: absolute;
    float: left;
    display: block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    line-height: 27px;
    margin-bottom: 13%;
    border: 2px solid #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background: rgba(0,0,0,.1);
    border: 2px solid #fff;
    transition: .3s all ease-in-out;
    color: #fff;
    top: 6%;
    left: 5%;
}

.video .item-blog .pic {
    max-width:240px;
    margin:0 auto 20px;
}


/*------------------------------------*\
    BOX ASIDE ** $EBOOK
\*------------------------------------*/
.box-aside--ebook{
    text-align: center;
    background: url("https://static.stbm.it/pianetamamma/images/bck-ebook.png") repeat-x #FCF7F9;
}
.box-aside--ebook .item-ebook{
    display: none;
}
.box-aside--ebook .item-ebook .pic{
	margin:0;
}
.box-aside--ebook > h3 > i {
    color: #20BCD8;
    font-family: "lora";
    font-size:33px;
}

.box-aside--ebook .btn{ 
    display: none;
}
.box-aside--ebook .item-ebook:nth-of-type(1){
    min-height: 510px; 
    margin:0 auto 50px;
    display: block;
}
.box-aside--ebook .item-ebook:nth-of-type(1) h2 { font-size: 30px;}
.box-aside--ebook .item-ebook:nth-of-type(1) .pic { 
    float: none !important; 
    width: auto; 
    max-height: 330px; 
    margin:0 45px 20px !important; 
    border: 2px solid #fff;
}
.box-aside--ebook .item-ebook:nth-of-type(1) h2,
.box-aside--ebook .item-ebook:nth-of-type(1) div {
    margin: 0 auto; 
    float: none; 
    text-align: center; 
    width: 100%;
}
.box-aside--ebook .item-ebook:nth-of-type(1) h2 a { 
    font-size: 30px !important;
}
.box-aside--ebook .item-ebook:nth-of-type(1) div { 
    margin-top:33px !important;
}
.box-aside--ebook .item-ebook:nth-of-type(1) div .scarica {
    display: inline-block; 
    padding: 10px; 
    border: medium none; 
    color: #FFF; 
    font-size: 14px; 
    text-transform: uppercase; 
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-family: lato,arial,sans-serif; 
    text-decoration: none; 
    cursor: pointer; 
    border-radius: 3px; 
    transition: all 200ms ease-in 0s; 
    background: #20BCD8;
}
.box-aside--ebook .item-ebook:nth-of-type(1) div .scarica:hover{
  text-decoration: none;
  background: #1da7bf;
}

.box-aside--ebook .item-ebook div .scarica:after {
    content: " »";
    font-family: lora,Georgia,serif;
    font-size: 20px;
    display: inline-block;
    transform: rotate(90deg);
    margin-left: 10px;
}

.box-aside--ebook .item-ebook .pic{
    display: block;
    overflow: hidden;
    max-height: 156px;
    width:100px;
    margin-bottom: 20px;
    float:left;
}

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

    .box-aside--ebook .btn{ 
        display: block;
        margin-bottom: 20px;
        clear: both;
    }
    .box-aside--ebook .item-ebook h2{
        float: left;
        text-align: left;
        width: 115px;
        margin-left: 20px;
        line-height: .7;
    }
  	.box-aside--ebook .item-ebook:nth-of-type(1) h2{
    	line-height: 1.1;  
    }
    .box-aside--ebook .item-ebook h2 a{ 
        font-size: 18px;
    }
    .box-aside--ebook .item-ebook div{
        margin-top: 15px;
        text-align: left;
        margin-left: 20px;
        width: 115px;
        float: left;
    }
    .box-aside--ebook .item-ebook div .scarica{ 
        color: #20bcd8;
        font-size: 13px;
        text-transform: uppercase;
        font-family: lato;
        font-weight: 700;
    }
    .box-aside--ebook .item-ebook div .scarica:hover{
        text-decoration:underline;
    }

        .box-aside--ebook .item-ebook{
        margin:0 10px 50px;
        clear: both;
        display: block;
    }
    
}
   

@media only screen and (min-width: 1279px) {
        
    .box-aside--ebook .item-ebook{
            margin:0 45px 50px;
        }
        
} 

/*------------------------------------*\
    BOX ASIDE ** $TOOL
\*------------------------------------*/
.box-aside--tool{
    text-align: center;
}
.box-aside--tool .item-tool .pic{
    display: block;
    overflow: hidden;
    max-height: 156px;
    margin-bottom: 20px;
}
.box-aside--tool .item-tool h2{
    margin-bottom: 15px;
    font-size: 16px;
}
.box-aside--tool .item-tool h2 a{ 
    color: #d76071;
}
.box-aside--tool .item-tool h2 a:hover{
    text-decoration:underline;
}
.box-aside--tool .item-tool{
    margin-bottom: 60px;
}
   

/*------------------------------------*\
    BLOCCO SLIDER ** $FIRME
\*------------------------------------*/   
.blocco-slider--firme{
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
} 

.blocco-slider--firme .container > h2 > span em {
  display: inline-block;
    background:url("https://static.stbm.it/pianetamamma/images/grafica/logo-diseg.png") no-repeat 0 0px;
    width: 140px;
    height: 54px;
    text-indent: -9999px;
}
.blocco-slider--firme .autore{
    margin: 0 32px;
    margin: 0 15px;         
    text-align: center;
} 
.blocco-slider--firme .autore > a{
    display: block;
    margin-bottom: 10px;
}  
.blocco-slider--firme .avatar{
    display: block;
    overflow: hidden;
    max-width: 160px;
    max-height: 150px;
    margin: 0 auto 20px;
}  

.blocco-slider--firme .autore > a > h2{
    height: 60px;
    font-size: 18px;
}

.blocco-slider--firme .link { height:40px; display: none;}

.blocco-slider--firme .link a{
    color:#ffffff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 16px;
    padding: 8px 15px;
} 

.blocco-slider--firme .link a:after {
    content: " »";
    font-family: lora,Georgia,serif;
    font-size: 20px;
    display: inline-block;
    transform: rotate(90deg);
        -moz-transform:rotate(90deg);
        -ms-transform: rotate(90deg); /* IE 9 */
        -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    margin-left: 10px;
}

 
.blocco-slider--firme .arrow-left,
.blocco-slider--firme .arrow-right{
    width: 40px;
    height: 70px;
    line-height: 70px;
    font-size: 40px;
}
.blocco-slider--firme .arrow-left{
    left: -30px;
    padding-left: 0;    
}
.blocco-slider--firme .arrow-right{
    right: -30px;
    padding-right: 0;    
}
.blocco-slider--firme .arrow-left{
    display: block;
}
/*-- .blocco-firme per tablet e desktop --*/
@media only screen and (min-width: 600px) {  
    .blocco-slider--firme .autore{
        margin: 0 32px;
    }       
    .blocco-slider--firme .autore > a > h2{
    font-size: 22px;
    }
    
}/*-- //fine .blocco-firme per desktop --*/  
 
/*-- per desktop da 1240 in su--*/
/*-- mostra i bordi sui pulsanti di navigazione sono da 1240 in su per evitare che ci sia lo scroll orizzontale --*/
@media only screen and (min-width: 1240px){ 
    .blocco-slider--firme .arrow-left:after,
    .blocco-slider--firme .arrow-right:after{
        content: "";
        position: absolute;
        right: 0;
        top:0;
        display: block;
        width: 20px;
        height: 70px;
        left: -20px;
    }
    .blocco-slider--firme .arrow-right:after{
        left: inherit;
        right: -20px;
    }
    
    .blocco-slider--firme .swiper-container, .blocco-slider--firme .swiper-container-wide { min-height: 290px !important;}
    .blocco-slider--firme .autore:hover .link { display:block; margin-top: -15px !important;}
    
} 


/*-- per desktop da 1240 in su--*/
/*-- mostra i bordi sui pulsanti di navigazione sono da 1240 in su per evitare che ci sia lo scroll orizzontale --*/
@media only screen and (min-width: 1240px){ 
    .blocco-slider--firme .arrow-left:after,
    .blocco-slider--firme .arrow-right:after{
        background: #20bcd8;
    }
}




/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
.footer-wrap{
    margin-top:0 !important;
    border-color: #fff !important;
}