

.button_read a{
		color:#fff !important;
}

.button_read a:hover{
		color:#96785d !important;
}

	.button_read, .button_section{
		width:40px;
		height:40px;
		padding:2px;
		border-radius: 4px;
		background-color: #96785d;
		border:1px solid #fff;
		color:#fff !important;
		font-family: Raleway;
		line-height: 31px;
		text-align: center;
		font-size: 25px;
		margin-right:10px;
		float: left;
	}

	.button_read:hover, .button_section:hover{
		width:40px;
		height:40px;
		padding:2px;
		border-radius: 4px;
		background-color: #fff;
		border:1px solid #96785d;
		color:#96785d;
		font-family: Raleway;
		line-height: 31px;
		font-size: 25px;
		text-align: center;
		margin-right:10px;
				float: left;
	}
