/*
	Project: Read More
	Author : karapuz <support@ka-station.com>

	Version: 1 ($Revision$)

*/
.read-more-button {
    font-size: 3em;
    color: rgb(122 159 1);
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    position: absolute;
    top: 25%;
}


.read-more-button:hover, .read-more-button:active {
   color: rgb(228 0 58);
}

.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; 
	
  background-image: linear-gradient(to bottom, transparent, white);
}
