/*
Theme Name: Deicke Richards Theme
Author: Efront
Author URI: http://efront.com.au/
Description: The base Deicke Richards Wordpress template.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
#container .item{
	transition: 0.5s opacity;
	opacity: 1;
	visibility: visible;
}
#container .item--process{
	opacity: 0;
	visibility: hidden;
}

@media (max-width: 767px) {
	.item h5 {
		display: block !important;
	}
}
.col--1of2 .entry a{
	padding: 18px 20px 50px !important; 
}
