/*
Theme Name: Daily Nautica
Theme URI: https://wordpress.org/themes/twentytwenty/
Author: Giorgio Barroccu
Version: 1.0
Text Domain: dailynautica
*/


/* Cursore nello stile dei bottoni */
.cursor-pointer {
    cursor: pointer;
}

/*
    COMMENTI
*/

/* Bottone per rispondere ad un commento */
.comment-reply-link {
    text-decoration: none;
    margin-bottom: 1rem;
    display: block;
}

/* Container del contenuto del commento */
.comment-content {
    border-bottom: 1px solid #d2c9c7;
}

#comments ul {
    list-style-type: none;
    padding-left: 1.5rem;
}

.comment-respond h3 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
}

.comment-author {
    margin-bottom: 1rem;
}

.comment-author img {
    margin-right: 10px;
}

#commentform {
    font-size: 0.875rem;
}

#commentform > .comment-form-comment {
    padding-top: 1rem;
}

#wp-comment-cookies-consent {
    width: auto!important;
    margin: 5px 10px 0 0;
}

#comments .card-body {
    border-color: #fedfd3;
}

/*
    DESTINAZIONI
*/

.dn_lista_rubriche_ig li a {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Massimo 2 righe */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

/* gradiente per card nuova fotografica */
.gradient-overlay-destination {
    background: transparent;
    background: linear-gradient(0, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}


.banner-skin-body {
    background-size: 1920px auto!important;
    padding-top: 94px
}