
/**
 * ochBlog
 *
 * @version     3.0.3
 * @package     Joomla
 * @subpackage  com_ochblog
 *
 * @author      Ruud van Lent
 * @copyright   Copyright (C) 2017 - 2024 OnlineCommunityHub (J.L.R. van Lent Holding B.V.). All rights reserved.
 * @license     GNU/GPL version 3 or later
 * @link        https://onlinecommunityhub.nl
 */
.readMoreFade {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 30px 0 30px 0;
}

.readMoreFade.hidden {
	display: none !important;
}
