
/**** POST ARCHVE / SINGLE ****/
#archive-post{
    margin-top: 50px;
    padding-bottom: 50px;
}

#single-post-content{
    margin-top: 50px;
}

body.single-post .single-post-archive{
    border-bottom: none;
    padding-bottom: 50px;
}

.single-post-archive{
    border-bottom: 1px dashed #c7c6c6;
    padding-bottom: 0px;
    padding-top: 0px;
}
.single-post-archive h2{
    color: #818181;
    font-family: 'Bodoni Moda', serif;
    font-size: 42px;
}

.post-header h2{
    font-size: 60px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.single-post-archive .index-single-post{
    padding: 20px;
    display: block;
}

.single-post-archive a:hover h2,
.single-post-archive .index-single-post a:hover{
  	text-decoration: underline;
}
.single-post-archive:hover .index-single-post,
.single-post-archive a:hover .index-single-post{
    text-decoration: none;
    background-color: #f1f1f1;
}

.post-image{
    height: 380px;
    background-color: #f1f1f1;
    width: 100%;
    margin: 5px 0px;
    background-size:cover;
    background-repeat: no-repeat;
}
.post-content{
    margin: 20px 0px 10px 0px;
    color: #808080;
    font-family: 'Bodoni Moda', serif;
    font-size: 16px;
    text-align: justify;
}
.post-content p{
    margin-top: 25px;
}

.read-more{
    color: var(--colorBack);
    background: var(--colorText);
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 0px;
    font-size: 18px;
    margin: 10px 0px;
    display: block;
    width: auto;
    float: left;
}
.read-more:hover{
    /*color: var(--colorText);
    background: #FFF;
    text-decoration: none;*/
	color:  var(--colorBack);
	text-decoration: underline;
}

.category-name{
    font-family: 'Bodoni Moda', serif;
    color: #d4740f;
    font-size: 15pt;
    margin-top: 20px;
}


.social-bar{
    border-bottom: 1px dashed #C9C9C9;
    border-top: 1px dashed #C9C9C9;
    padding: 20px 0px;
}
.social-bar span{
    color: #818181;
    font-family: 'Bodoni Moda', serif;;
    font-size: 18px;
}

.dvd-content{
    text-align: center;
}

.dvd-content-img{
    background-image: url("../images/sussidio_digitale_grest_estate_ragazzi_lapis_2026.jpg");;
    width: 100%;
    height: 254px;
    margin: 0 auto;
    background-size: contain;
    background-position-x: center;
    background-repeat: no-repeat;
}

.dvd-content-text .first{
    color: #003343;
    font-size: 30px;
    font-weight: bold;
	line-height: 30px;
}

.dvd-content-text .second{
    color: #bfbfbf;
    font-size: 17px;
    font-weight: bold;
    font-family:  'Archivo', sans-serif;
}

.dvd-content-button{
    color: var(--colorBack);
    background: var(--colorText);
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 0px;
    font-size: 18px;
    /*border: 2px solid var(--colorText);*/
    margin: 10px auto;
    display: block;
    margin: 10px auto 30px;
    display: block;
    width: 180px;
}
.dvd-content-button:hover{
   /* color: var(--colorText);
    background-color: #FFF;
    text-decoration: none;
	*/
	text-decoration: underline;
}

.social-bar .ball{
    height: 43px;
    width: 43px;
    border-radius: 100px;
    background-color: #4D568F;
    display: inline-block;
    text-align: center;
    color: #FFF;
    font-size: 21px;
    margin: 0 3px;
    line-height: 45px;
}
.social-bar .ball.pinterest{
    background-color: #A6011F;
}
.social-bar .ball.twitter{
    background-color: #6AAFEB;
}

.social-bar .ball:hover{
    background-color: #373D5E;
}
.social-bar .ball.pinterest:hover{
    background-color: #84001C;
}
.social-bar .ball.twitter:hover{
    background-color: #4E89B5;
}


.post-content{
    text-align: justify;
    font-family: 'Bodoni Moda', serif;
    font-size: 22px;
    line-height: 1.6em;
    padding-bottom: 70px;
}

.post-content h1, .post-content h2, .post-content h3{
    color: #d4740f;
    margin-top: 34px;
    font-weight: normal;
}
.post-content h1{font-size: 36px;}
.post-content h2{font-size: 30px;}
.post-content h3{font-size: 26px;}

.post-content h4{color: #5F6060}
.post-content a:hover{
    text-decoration: underline;
}

.post-content ul{
    list-style-image: url('../images/list-item.png');
    margin-left: 20px;
}
.post-content ol {
    list-style-type: none;
    margin-left: 20px;
}
.post-content ol li {
    counter-increment: count-me;
}
.post-content ol li:before{
    color: #13AAAA;
    content: counter(count-me) ". ";
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -1.3em;
    top: .05em;
}

.attach-area, .group-link {margin-bottom: 40px;}
.group-link {margin-top: 60px;}
.attach-area a, .group-link a {
    margin-right: 20px;
}

.close-icon-post{
    background-image: url("../images/close-icon.png");
    width: 43px;
    height: 43px;
    margin: 0 auto;
    background-repeat: no-repeat;
    opacity: .7;
    margin-top: 5px;
}
.close-icon-post:hover{
    opacity: 1;
}


/**** SIDEBAR ****/
.sidebar {
	padding-top: 25px;
}

.last-post{
    margin-bottom: 30px;
}
.last-post .title{
    background-color:  var(--colorText); 
    color: var(--colorBack);
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    /* border-bottom: 1px dashed #0078ff; */
    margin-bottom: 10px;
}

.last-post .title span{
    background-image: url("../images/icon-tema-2026.png");
    width: 61px;
    height: 45px;
    display: block;
    float: left;
    background-repeat: no-repeat;
}
.last-post .title span.appr{
    background-image: url("../images/icon-approfondimenti-2026.png");
}

.formazione-animatori{

}
.formazione-animatori .banner img{
    width: 100%;
    height: auto;
    transform: scale(1.05);
}
.formazione-animatori a.btn-custom{
    text-transform: uppercase;
    position: relative;
    top: -25px;
    left: 35px;
    font-size: 16px;
    padding: 10px 20px;
}


.single-post-side{
    padding: 10px 0px;
    border-bottom: 1px dashed #f0f0f0;
}
.single-post-side:hover{
    text-decoration: none;
    background-color: #f1f1f1;
}
a:hover .small-title{
    text-decoration: none;
}
.single-post-side .img-area{
    width: 240px;
    height: 140px;
    float: left;
}
.single-post-side .img-area {
    width: 40%;
    height: 85px;
    overflow: hidden;
}
.single-post-side .img-area .images-thumb{
    background-size: cover;
    height: 100%;
    width: 100%;
}

.single-post-side .small-title{
    font-family: 'Bodoni Moda', serif;
    color: #818181;
    font-size: 17px;
    margin-left: 155px;
    padding-top: 10px;
    line-height: 1em;
    padding-right: 13px;
}

.trailer-content{
    margin: 40px 0px;
    cursor: pointer;
    position: relative;
}
.icon-play-trailer{
    background-image: url("../images/icon-play-trailer.png");
    position: absolute;
    width: 80px;
    height: 80px;
    transition: all 0.3s;
    background-size: contain;
    left: 50%;
    margin-left: -40px;
    top:150px;

}

.trailer-content:hover .icon-play-trailer{
    width: 96px;
    height: 96px;
    left: 50%;
    margin-left: -48px;
    top:140px;
}

.video-trailer{
    background-image: url("../images/04_trailer.jpg");
    width: 100%;
    background-position: center;
    height: 330px;
    background-size: contain;
    background-repeat: no-repeat;
}

.facebook-page{
    text-align: center;
}

/**** RELATED ****/
.related-area {
    padding: 40px 0px;
    background-color: #e8ddc3;
}


.related-area-title{
    color: #818181;
    font-size: 34px;
    font-family: 'Bodoni Moda', serif;
    margin-bottom: 30px;
}

.single-post-related{
    background-color: #FFF;
    transition: all 0.5s;
}
.single-post-related:hover{
    box-shadow: 0px 0px 13px #aaa;
}

.single-post-related:hover .image-related{
    transform: scale(1.1);
}

.img-area-related{
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.image-related{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.related-text-box{
    margin: 10px;
}
.related-title{
    color: #818181;
    font-size: 20px;
    font-family: 'Bodoni Moda', serif;
    line-height: 1.2em;
}

.related-line{
    background-color: #ba0c0c;
    width: 15px;
    height: 1px;
    margin:10px 0px;
}

.related-link a.link{
    color: #ba0c0c;
    margin: 0px 0px 20px 0px;
    text-decoration: none;
    display: block;
    padding-bottom: 20px;
    font-size: 13px;
}
.related-link a:hover{
    text-decoration: underline;
}
