
.free-wall {
    /*margin: 15px;*/
}
.brick {
    /*width: 221.2px;*/
}
.info {
    padding: 15px;
    color: #333;
}
.brick img {
    margin: 0px;
    padding: 0px;
    display: block;
}


.clear {
    clear: both;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

/*                 BRICKS********************************************/

.brick {
	background: #FFFEFD;
	box-shadow: none;
	border-radius: 1px;
	color: #666;
	border: none;
    /*min-width: 250px;*/
    -webkit-box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:    0px 1px 11px 0px rgba(0, 0, 0, 0.15);
    box-shadow:         0px 1px 11px 0px rgba(0, 0, 0, 0.15);
    /*max-height: 700px;*/
    width: 28%;
}

/*.brick>img {
    height: 400px;
    overflow: hidden;
}*/

.info {
    /*max-height: 300px; /*TIZ:  tagliare il testo a 300 battute ******/*/
}

/*               BRICKS-font*********/
.post-messaggio {
    font-size: 18px;
    color: #333;
    font-style: italic;
    line-height: 1.23;
}
.post-nome {
    font-size: 16px;
    color: #888;
    margin-top: 18px;
    margin-bottom: 0px;
}

/*               BRICKS-socialmedia*********/

.facebook {
	background: url(../graphics/f.svg) no-repeat right center;
    /*background: url(../i/f-Dyellow-01.svg) no-repeat right center; /*1 agosto*/
    height: 25px;
    width: 25px;
    cursor: pointer;
	margin: 5px 0 0 0;
	line-height: 30px;
    opacity: 0.4;
}

.facebook:hover {
    opacity: 1;
}

.twitter {
	background: url(../graphics/t.svg) no-repeat right center;
    /*background: url(../i/t-Dyellow-01-01.svg) no-repeat right center; /*1 agosto*/
    height: 25px;
    width: 25px;
    cursor: pointer;
	margin: 5px 0 0 0;
	line-height: 30px;
    opacity: 0.4;
}

.twitter:hover {
    opacity: 1;
}

.instagram {
	background: url(../graphics/i.svg) no-repeat right center;
    /*background: url(../i/i-Dyellow-01.svg) no-repeat right center; /*1 agosto*/
    height: 25px;
    width: 25px;
    cursor: pointer;
	margin: 5px 0 0 0;
	line-height: 30px;
    opacity: 0.4;
}

.instagram:hover {
    opacity: 1;
}
