body.single-post .content-area,
body.single-post .widget-area {
    padding-top: 20px;
}

.news-single .single-news-cont .single-news-inn .img-cont {
    margin-bottom: 30px;
}

.news-single .single-news-cont .single-news-inn .img-cont img {
    width: 100%;
    height: auto;
}

.news-single .single-news-cont .single-news-inn .titolo-cont {
    margin-bottom: 30px;
}


body.single-post .widget-area .widget-title {
    padding: 0 15px;
    text-transform: uppercase;
}

body.single-post .widget-area ul > li > a {
    color: #666;
    font-size: 16px;
    line-height: 1.2;
}

body.single-post .widget-area ul > li > a:hover {
    background-color: transparent;
}


.news-single .titolo-top {
    margin: 20px 0;
    text-align: center;
}


.news-single {
    padding-bottom: 60px;
}

.news-single .wpb_gallery .wpb_flexslider .flex-control-nav {
    display: none;
}

.news-single .wpb_gallery .wpb_flexslider .flex-direction-nav a::before {
    display: none;
}

.news-single .wpb_gallery .wpb_flexslider .flex-direction-nav a {
    font-size: 0;

    right: 0;
    left: unset;
    opacity: 1;
    bottom: 0;
    top: unset;
    transform: translate(0, 100%);

    background-image: url("../../../images/icone/arrow.svg");
    background-repeat: no-repeat;
    background-position: center bottom;


    background-size: contain;

    width: 36px;
    height: 50px;
}

.news-single .wpb_gallery .wpb_flexslider .flex-direction-nav a.flex-prev {
    transform: translate(-100%, 100%) rotate(180deg);
    margin-right: 15px;
    background-position: center top;
}

.news-single .titolo-top .data {
    margin-bottom: 5px;
    text-align: center;
}

.news-single .imgprincipale-cont .imgprincipale-inn {
    margin-bottom: 30px;
    text-align: center;
}

.news-single .descrizione-cont .descrizione-inn {

}

.news-single .descrizione-cont {
    margin-bottom: 50px;
}

.news-single .descrizione-cont .descrizione-inn .testo-cont .content-text a {
    font-weight: bold;
    color: #000;
}

.news-single .titolo-sottosezione {
    text-align: center;
    margin-bottom: 30px;
}

.news-single .titolo-sottosezione .titolo {
    margin: 0;
    padding: 0;
}

.news-single .videos-cont {
    margin-bottom: 60px;
}

.video-youtube-thumb-cont .inner-video-image {
    position: relative;
    display: inline-block;
}

.video-youtube-thumb-cont .inner-video-image .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-youtube-thumb-cont {
    max-width: 800px;
    margin: 0 auto;
}

.video-youtube-thumb-cont .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;


}

.video-youtube-thumb-cont .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.galleria-cont .galleria-contenuto .singola-img {
    margin-bottom: 30px;
    display: block;
}
