.border-bottom {
	border-bottom: 1px solid #808080;
    width: 220px;
    margin-bottom: 10px;
}

.border-left {
    border-left: 4px solid #29ad73;
    padding: 20px;
}

/**comunidade post content**/

.left-side {
	width:auto;
	height:200px;
  color: black;
	width: 33%;
}

.right-side {

    width: 70%;
    display: inline-block;
    float: right;
    line-height: 20px;
}

.text-blog-post {
	color: black;
}

/**social icon hover**/

.icon-container {
	width: 30px;
	height:30px;
	float:left;
	margin-right: 10px;
}

.overlay-icone {
    opacity: 1;
    position: relative;
}

.overlay-social {
    position: relative;
    top: -45px;
    opacity: 0;
}

.overlay-social:hover {
    opacity: 1;
}

.ntw-dark-blue { display: inline;}

.block { width: 50%; }

/**single responsive**/


@media screen and (max-width: 767px) {

    .left-side {
        float: none;
        width: 100%;
        height: 100%;
        margin-top: 0;
    }

    .right-side {
        display: block;
        float: none;
        width: 100%;
        height: 100%;
        padding:0;
        margin-top: 20px;
    }

}
