/* image utility
/* ------------------------ */

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-responsive-full {
    display: block;
    width: 100%;
    height: auto;
}

/* social wall layout
/* ------------------------ */

.social-wall-slider {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.social-wall-slider > li {
    display: block;
    text-align: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.social-wall-slider .block {
    padding: 15px 25px;
    margin: 0 25px;
    position: relative;
    border-bottom: 1px solid #CDCDCD;
}

.social-wall-slider .post-content {
    position: relative;
}

/*.social-wall-slider .post-content::before{*/
/*content:'';*/
/*display:block;*/
/*position:absolute;*/
/*top:0;*/
/*left:0;*/
/*width:100%;*/
/*height:8px;*/
/*z-index:1;*/
/*}*/

/*.social-wall-slider .post-content::after{*/
/*content:'';*/
/*display:block;*/
/*position:absolute;*/
/*bottom:-8px;*/
/*left:0;*/
/*width:100%;*/
/*height:8px;*/
/*z-index:1;*/
/*}*/

.social-wall-slider .post-body,
.social-wall-slider .post-text,
.social-wall-slider .post-text h3,
.social-wall-slider .post-text p {
    /*background: #fff;*/
    padding: 2px;
    font-size: 16px;
    line-height: 1.2;
    color: #666;
}

.social-wall-slider .post-text h3 {
    font-weight: 500;
    font-size: 16px;
    color: #666;
    margin: 0;
    padding: 0 0 10px;
}

.social-wall-slider .post-text a,
.social-wall-slider .post-text a:hover {
    font-size: 20px;
    color: #424141;
    text-decoration: none;
}

.post-image {
    position: relative;
}

.post-body {
    position: relative;
    
	color: #666;
    line-height: 2em;
    font-size: 16px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;    
    
    /*
    font-family: 'Futura-Light', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #737576;*/
}

.post-body.has-image::before {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    height: 8px;
    z-index: 1;
    /*background:url('../img/backgrounds/bg-border-bianco-bottom.png') left top no-repeat;*/
}

.post-date {
    padding-top: 10px;
    font-size: 12px;
}

@media (min-width: 992px) {

    .social-wall-slider > li {
        float: left;
        width: 33.333%;
    }

}

.post-image::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.post-body.no-image::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.post-text {
    margin-top: 20px;
}

.post-image.i-facebook::before,
.post-body.no-image.i-facebook::before {
    background: url('../img/social-icons/icone-social-facebook.png') center no-repeat;
    background-size: cover;
}

.post-image.i-twitter::before,
.post-body.no-image.i-twitter::before {
    background: url('../img/social-icons/icone-social-twitter.png') center no-repeat;
    background-size: cover;
}

.post-image.i-youtube::before,
.post-body.no-image.i-youtube::before {
    background: url('../img/social-icons/icone-social-youtube.png') center no-repeat;
    background-size: cover;
}

.post-image.i-instagram::before,
.post-body.no-image.i-instagram::before {
    background: url('../img/social-icons/icone-social-instagram.png') center no-repeat;
    background-size: cover;
}

.post-image.i-news::before,
.post-body.no-image.i-news::before {
    /*background:url('../img/social-icons/logo.png') center no-repeat;*/
    background-size: contain;
}

.post-body.no-image .inner {
    padding-left: 40px;
}

.grid-item:nth-child( n + 4 ) {
    /* add styles to make it pretty */
    /*display: none;*/

}