/*
	$Project: Read More $
	$Author: karapuz team <support@ka-station.com> $

	$Version: 2.0.2 $ ($Revision: 61 $)
*/

/* button style */
.read-more-button {
	padding: 7.5px 12px;
	font-size: 14px;
	border: ;
	border-radius: ;
	box-shadow: inset 0 0px 0 rgba(255,255,255,.2), 0 0px 0px rgba(0,0,0,.05);

	color: #000000;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: ;
	background-image: ;
	background-repeat: repeat-x;
	border-color: ;
}

.read-more-button:hover, .read-more-button:active, .read-more-button:focus {
   color: #000000;
   background-color: #b0b0b0;
   background-position: 0 -15px;
   text-decoration: none;
}

/* style of the whole text section which read-more applies to */
.read-more-box {
  position: relative;
  overflow: hidden;
}

.read-more-box .read-more {
  position: absolute; 
  bottom: 0; 
  left: 0;
  width: 100%; 
  text-align: center; 
  margin: 0; padding: 30px 0; 
}

.read-more.expanded {
	background-image: none;
}

.read-more.collapsed {
	background-image: linear-gradient(to bottom, rgba(255,255,255,0), #ffffff);
}