.hiddenL{
    display: none;
}
.title-nozze{
    padding: 0.7rem;
    background-color: #F4F4F4;
    display: none;
}

.title-nozze .title{
    font-weight: bold;
    font-size: 1.42rem;
    color: #1C7CBF;
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid #1C7CBF;
    width: 50%;
    padding: 0.3rem;
    margin: 0.3rem auto 0.7rem;
    letter-spacing: 0.01rem;
}

.nozze{
    width: 100%;
    margin-bottom: 1rem;
    border-spacing: 0.4rem 0;
    padding-bottom: 1rem;
    background-color: #F4F4F4;
    height: 24rem;
    margin-top: -2rem;
    z-index: 2;
}


.nozze._autoWidthWrapper div {
    z-index: 2;
}

.nozze .scopri{
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
    margin: 0px 0.6rem;
    padding-bottom: 3rem;
    background-color: #ffffff;
    height: 23rem;
}

.nozze .scopri:first-child {
    margin-left: 1.5rem;
}

.nozze .scopri:last-child {
    margin-right: 1.5rem;
}

.nozze>*{
    height: 100%;
    position: relative;
}

.scopri .copertina{
    width: 100%;
    height: 8.21rem;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-image: url("../images/test_layout_07/nozze.png");
    position: relative;
}

.scopri .copertina .title{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    color: #FFFFFF;
    background-color: #1C7CBF;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.4rem 0.8rem;
    min-width: 5.5rem;
    text-align: center;
    height: 2rem;
    max-width: 95%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
}

.copertina>img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 100%;
    max-height: 100%;
}

.scopri .text{
    margin: 0 0.7rem;
    color: #96979b;
    font-weight: 100;
    font-size: 0.60rem;
    padding-top: 0.3rem;
    text-align: left;
    text-align: justify;
    font-weight: 400;
}


.scopri .text .title{

}

span.title.hideP {
    font-weight: bold;
    font-size: 0.54rem;
    text-align: left;
    margin: 0 0 0.4rem 0;
    width: 100%;
    padding: 0.4rem 0;
    letter-spacing: 0.01rem;
    text-transform: capitalize;
}

h2.title{
    font-weight: bold;
    font-size: 0.84rem;
    text-align: left;
    margin: 0 0 0.4rem 0;
    width: 100%;
    padding: 0.4rem 0;
    letter-spacing: 0.01rem;
    color: black;
}

.scopri>a{
    color: #FFFFFF;
    background-color: #1C7CBF;
    font-size: 0.6rem;
    font-weight: 600;
    padding: 0.15rem 0.3rem;
    border-radius: 0.3rem;
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
}

.bottone-schedaViaggio, .bottone-scopri{
    display: none;
}

.nozze .green-button{
    background-color: #95C11F;
}

.scopri>.text ul{
    padding-left: 1rem;
}

.scopri>.text ul li{
    list-style-type: disc;
}
a.common{
    position: relative;
    padding: 0;
    border-radius: 0;
    bottom: auto;
    right: auto;
}

/* Mobile style to overwrite the desktop style */
@media only screen and (max-width: 1019px) and (min-width: 0px) {
    .title-nozze{
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }
    .title-nozze .title{
        font-size: 1rem;
        font-weight: normal;
        margin: 0;
        border-bottom: none;
        width: 100%;
    }
    .nozze{
        padding-bottom: 0;
        overflow: auto;
        height: auto;
        margin-top: 0rem;
    }
    .nozze>*{
        display: block;
    }
    .nozze .scopri{
        width: 100%;
        display: block;
        margin: auto;
        padding-bottom: 2rem;
    }
    .nozze .scopri:last-child{
        margin: auto;
    }
    .nozze .scopri:first-child{
        margin: auto;
    }
    .scopri .copertina{
        height: 14rem;
    }
    .scopri>a.blue-button, .scopri>a.green-button{
        font-size: 0.6rem;
        padding: 0.3rem 0.8rem;
        border-radius: 0;
    }
    .nozze .green-button{
        right: 7.8rem;
    }
    .nozze .text{
        padding-top: 0.5rem;
    }
    .text>ul{
        display: none;
    }
    .text>p{
        display: none;
    }
    .nozze._autoWidthWrapper>div {
        position: relative;
        margin-top: 1rem;
        z-index: 0;
    }
}