﻿/*--------------------------------------------------
A N D R E A M O L I N A R I - C S S
--------------------------------------------------*/


/*--------------------------------------------------
Utilities
--------------------------------------------------*/
img[height^="0"], img[height*="0"] {
    display: block;
}

img:focus, *:focus {
    outline: none;
}

.fancybox-is-open .fancybox-bg {opacity: 1;} 
.fancybox-bg {background-color: #000000;}

/*--------------------------------------------------
TYPE
--------------------------------------------------*/
body {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    background: #3162a7;
}

.cookie footer .bottom-footer {
    margin-top: 0;
}

.cookie footer {
    padding-top: 0;
}

.cookie a {
    color: #fff;
    text-decoration: underline;
}

.cookie a:hover {
    color: rgba(255,255,255,0.7);
    text-decoration: underline;
}


@media (max-width: 767px) {
    .cookie .title {
        margin-top: 120px;
    }
}

.wrap {
    overflow-x: hidden;
}

.title {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 42px;
}

.small-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 32px;
    color: #fff;
}

.ttu {
    text-transform: uppercase;
} 

.small-title.smaller {
    font-size: 18px;
    text-transform: none;
}

.text {
    font-weight: 400;
}

.text strong {
    font-weight: 600;
}

.bar {
    width: 60px;
    height: 2px;
    display: block;
    margin: 24px 0 24px;
    background: #fff;
}

.center {
    text-align: center;
}

.bar.center {
    margin:24px auto 24px;
}

.cta {
    margin-top: 26px;
}

.btn {
    color: #fff;
    background: #191919;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    border-radius: 0;
    padding: 11px 17px 10px;
    vertical-align: middle;
    border: 0;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

html:not(.touch) .btn:hover {
    background: #000;
    color: #fff;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff!important;
}

.btn img {
    max-width: 21px;
}

.btn + .btn {
    margin-top: 15px;
}

.modal-body {
    text-align:center;
} 

.modal .btn {
    margin: 5px 5px;
}

.btn span {
    display: inline-block;
    vertical-align: middle;
}

.btn img {
    line-height: 1;
    margin-left: 16px;
    display: inline-block;
    vertical-align: middle;
}

.square {
    width: 80px;
    height: 80px;
    border: 1px solid #e5e5e5;
    background: none;
    display: inline-block;
    line-height: 90px;
    text-align: center;
    font-size: 40px;
    color: #ee3026;
}

.intro .square {
    margin-top: 67px;
    margin-bottom: 30px;
}

.box {
    margin-bottom: 42px;
}

.box .square {
    float: left;
    margin-right: 32px;
}

.address a:hover {color:#ee3026; text-decoration:underline;}

/*--------------------------------------------------
HEADER
--------------------------------------------------*/
header {
    position: absolute;
    z-index: 1;
    top: 40px;
    left: 0;
    width: 100%;
    height: 30px;
    background: none;
}

header .container {
    position: relative;
    z-index: 0;
}

header .social {
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 0;
}

header .logo {
    width: 194px;
    height: 18px;
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left:-97px;
}

header .segui {
    position: absolute;
    top: 0;
    right: 0;
}

header .spotify-icon {
    max-width: 21px;
}

header .spotify-link {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    margin: 0 6px;
}
/*
header .spotify-link:first-child {
    margin-right: 12px;
}*/


header .spotify-link:hover {
    text-decoration: none;
    color:#191919;
}

header .btn {
    display:none;
}

header.fixed {
    position: fixed;
    top: -60px;
    left: auto;
    right: auto;
    background: #191919;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    position: fixed;
    padding: 14px 0;
    height: 70px;
}

header.fixed.on {
    -moz-transition: top 0.4s ease-in-out;
    -o-transition: top 0.4s ease-in-out;
    -webkit-transition: top 0.4s ease-in-out;
    transition: top 0.4s ease-in-out;
    top: 0;
}

header.fixed .logo {
    left: 20px;
    margin-top: 8px;
    margin-left: 0;
}


/*--------------------------------------------------
HERO
--------------------------------------------------*/
.hero {
    position: relative;
    z-index: 0;
    min-height: 700px;
    text-align: left;
    padding-bottom: 100px;
}

.hero .img-album {
    position: relative;
}
.hero .img-album img {
    position: relative;
    width: 944px;
    margin-left: -182px;
}

.hero .title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 15px;
}

.hero .small-title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
    text-transform: none;
    font-weight: 400;    
}

.hero .btn {
    padding: 23px 40px;
    color: #fff;
    background: #191919;
    box-shadow: 0 6px 20px 0 rgba(0,0,0,0.2);
}

html:not(.touch) .hero .btn:hover {
    background: #000;
}

.hero .text-album {
    margin-top: 130px;
    padding-left: 10px;
}

/*--------------------------------------------------
ALBUM RELEASE
--------------------------------------------------*/
.album-release {
    padding-top: 0;
    border-bottom:1px solid rgba(0,0,0,0.1);
}

.link {
    color: #fff;
    text-decoration: underline;
}

.link:hover {
    color: rgba(255,255,255,0.7);
}

.album-release .small-title {
        font-size: 18px;
        color: #fff;
        margin-bottom: 10px;
        margin-top: 20px;
        text-transform: none;
        font-weight: normal;
    }

.album-release .quote {
    margin-top: 60px;
    color:rgba(256,256,256,0.8);
}

.album-release .quote.big {
    max-width: 80%;
    font-style: italic;
    margin: 60px auto;
    color: #fff;
}

.album-release .quote.big strong {
    margin-top: 20px;
    display: block;
    font-style: normal;
}

.album-release .title {
        font-size: 36px;
        /*margin-bottom: 50px; DA ATTIVARE ALLA USCITA*/
        margin-top:20px;
    }

    .album-release .btn {
        margin-top: 0;
        padding: 23px 40px 19px;
        margin-bottom: 20px;
        text-transform: uppercase;
        box-shadow: 0 6px 20px 0 rgba(0,0,0,0.2);
        min-width: 280px;
        margin-left: 5px;
        margin-right: 5px;
        min-height: 61px;
    }

    .album-release .feat {
        font-size: 16px;
        color: #191919;
        margin-top: 40px;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .album-release .btn img {
        margin-top: -2px;
    }


@media (max-width: 991px) {
    .hero .img-album img {
        max-width: 100vw;
        left: 50%;
        margin-left: -55vw;
        margin-top: 10vh;
    }

    .hero .text-album {
        margin-top: 7vh;
        text-align: center;
        padding:0 30px;
    }

    .hero .title {
        margin-bottom: 15px;
    }

    .hero .btn, .album-release .btn {
        width: 70%;
        margin-left: 0;
        margin-right: 0;
        min-width: 0;
    }
}

@media (max-width: 767px) {

    .hero .title {
        font-size: 30px;
        line-height: 34px;
    }

    .hero .small-title{
        font-size: 22px;
        line-height: 34px;
    }

    .album-release {
        padding-left: 15px;
        padding-right: 15px;
    }

    .album-release .title {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 0px;
    }

    .album-release .small-title {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 20px;
        text-transform: none;
        font-weight: normal;
    }

    .hero .btn, .album-release .btn {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        min-width: 0;
    }

    .album-release .quote.big {
        max-width: none;
    }
}


/*--------------------------------------------------
OTHERS
--------------------------------------------------*/
section {
    padding: 160px 0;
}

.intro {
    border-bottom:1px solid rgba(0,0,0,0.1);
}

.intro .bar {
    margin:24px 0 60px;
}

.intro .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    column-count:2; column-gap: 80px;
}

.intro .text h1 {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    display: inline;
}

.album {
    border-bottom:1px solid rgba(0,0,0,0.1);
}

.album .title {
    margin-bottom: 120px;
}

.album .small-title {
    margin-top: 20px;
    font-weight: 600;
}

.album .btn {
    box-shadow: 0 5px 15px rgba(0,0,0,0.4);
    width: 270px;
    height: 60px;
    text-align: left;
    position: relative;
    vertical-align: middle;
    line-height: 40px;
    text-transform: uppercase;
    padding-left: 20px;
    display: block;
}

.album .btn img {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    backface-visibility: hidden;
}

.album span.btn img {
    right: 26px;
}


.album-cover {
    margin-left: -150px;
}

.album .col-md-6 {
    padding: 0 40px;
}

.tour {
    padding: 160px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tour .date {
    margin-top:40px;
}

.tour .ttu {
    color:#008fd3;
}

.tour .data {
    padding: 40px 0;
    border-bottom: 2px solid #191919;
}

/* XS */
@media (max-width:767px) {
    .tour .data {
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }
}

footer {
    color: #fff;
    text-align: center;
    padding: 160px 0 0;
    background-size: cover;
    position: relative;
    z-index: 0;
}

footer .small-title {
    margin-bottom: 60px;
}

footer .btn {
    padding:23px 40px 24px;
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
    text-transform: uppercase;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
}


footer .btn:hover {
}

footer .bottom-footer {
    border-top: 2px solid rgba(0,0,0,0.1);
    margin-top: 160px;
    font-size: 12px;
    line-height: 60px;
}

.bottom-footer a {
    margin-left: 10px;
    color: #fff;
    text-decoration: underline;
}

.bottom-footer a:hover {
    color: #fff;
    text-decoration: underline;
}

footer .dati {
    line-height: 16px;
    vertical-align: middle;
    display: inline-block;
}

footer .subtitle {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 50px;
}

footer a {
    color: #fff;
}


/*--------------------------------------------------
SLIDER
--------------------------------------------------*/
.video-wrapper {
    position: relative;
    padding-bottom: 42%; /* 16:9 56.25 */
    padding-top: 25px;
    height: 0;
    max-width: 80%;
    margin:0 auto;
    width: 100%;
    height: 100%;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery {
    padding: 0;
    border-bottom:1px solid rgba(0,0,0,0.1);
}

.slider {
    padding: 160px 0;
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.slider:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.slick-slider {
    margin-bottom: 0;
    max-width: 100%;
    overflow: hidden;
}

.slick-track {
  display: flex;
}
.slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

.slick-dots {
    bottom: 100px;
}

.slick-prev:before, .slick-next:before {
    color:#191919;
}

.slick-dots li.slick-active button:before {
    color:#191919;
}

.slick-dots li button:before {
    color: #191919;
    font-size: 12px;
}

.slick-prev {
    left: 35px;
    z-index: 999;
}

.slick-next {
    right: 35px;
    z-index: 999;
}

.slider img {
    width: 80%;
    margin:0 auto;
}

@media (min-width:768px) {
    .slider .verticalImg{
        max-height:720px; width: auto; max-width: 90%;
    }
}


/*--------------------------------------------------
SOCIAL
--------------------------------------------------*/
.social img {
    vertical-align: middle;
    margin-right: 0;
    height: 16px;
}

.social a:first-child {
    margin-left: 12px;
}

.social a {
    margin:0 6px;
}


/*--------------------------------------------------
Contacts
--------------------------------------------------*/
@media (min-width:768px) {
    .contacts .col-md-4 {
        padding: 0 40px;
    }

    .contacts .address {
        min-height: 0 40px;
    }
}

@media (max-width:991px) {
    .contacts .col-md-4 {
        margin-bottom: 80px;
    }

    .contacts .col-md-4:last-child {
        margin-bottom: 0;
    }
}


#CybotCookiebotDialog {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2)!important;
}


a#CybotCookiebotDialogBodyLevelButtonAccept, a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {background: #008fd3!important; border-color: #008fd3!important; }
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {line-height: 20px!important; margin: 0 5px 0 0!important;}
#CybotCookiebotDialogPoweredbyLink {display: none!important;}
#CybotCookiebotDialogBody {padding: 20px!important;}
#CybotCookiebotDialogBodyContent {padding: 0px!important;}
#CybotCookiebotDialogBodyLevelButtons {margin-left: 0px!important;}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {float: none!important; text-align: left;!important; margin: 8px 0!important;}

@media (max-width:991px) {
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {    margin: 5px 0!important;
    width: 100%!important;
    box-sizing: border-box!important;
    padding: 10px 0!important;
    line-height: 0px!important;}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {text-align: center;}
}

/*--------------------------------------------------
mediaquery
--------------------------------------------------*/
/* LG */
@media (min-width:1200px) {
}
/* MD */
@media (min-width:992px) and (max-width:1199px) {
    .album-cover {
        margin-left: -120px;
        width: 710px;
        margin-top: 40px;
    }
}
/* SM */
@media (min-width:768px) and (max-width:991px) {
    section {
        padding: 100px 0;
    }

    .intro .text {
        column-count:2; column-gap: 60px;
        padding: 0 20px;
    }

    .intro .title {
        padding-left: 20px;
    }

    .album-cover {
        max-width: 90%;
        margin-left: 0;
    }

    .album .text {
        padding: 0 20px;
    }

    .album h2 {
        padding-left: 20px;
    }

    /*.album .small-title {padding-left: 20px;}*/

    .slider {
        padding: 100px 0;
    }

    .tour {
        padding: 100px 0 0;
    }

    .tour .date {
        margin-top: 10px;
    }

    footer {
        padding-top: 100px;
    }

    footer .bottom-footer {
        margin-top: 100px;
    }

}
/* XS */
@media (max-width:767px) {

    header .segui, header .social {
        display: none;
    } 

    .video-wrapper, .slider img {
        width: 90%;
        max-width: 90%;
    }

    section {
        padding: 100px 0;
    }

    .album .col-md-6 {
        padding: 0 30px;
    }

    .slider {
        padding: 100px 0;
    }

    .tour {
        padding: 100px 0 0;
    }

    .tour .date {
        margin-top: 10px;
    }

    footer {
        padding-top: 100px;
        padding-left: 15px;
        padding-right: 15px;
    }

    footer .title {
        margin-top: 60px;
    }

    footer .bottom-footer {
        margin-top: 100px;
    }

    footer .btn {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        min-width: 0;
    }

    .bottom-footer .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .intro .text, .album .text {padding: 0 15px; column-count:1; column-gap: 0;}

    .intro .title, .album h2.small-title {padding-left: 15px;}

    .album-cover {
        max-width: 100%;
        margin-left: -8%;
    }

    .album .btn {
        width: 100%;
        height: 60px;
        line-height: 40px;
    }

    .tour .data {padding: 20px 30px; text-align: center;}

    .bottom-footer .text-left, .bottom-footer .text-right {
        text-align: center!important;
    }

}