/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

.avia-icongrid .avia-icongrid-inner {
	display: flex;
	justify-content: center;
	align-items: center;
}

.avia-icongrid .avia-icongrid-icon {
	margin: 0 25px 0 0;	
}

.avia-icongrid li {
	padding: 0 10px 0 0;
	margin: 15px 0;
}

.avia-icongrid li:hover .avia-icongrid-front, .avia-icongrid li:hover .avia-icongrid article{
	background-color: #d1d1d1;
}

.avia-icongrid-flipbox li:hover .avia-icongrid-front {
    -webkit-transform: rotateY(0deg) !important;
    transform: rotateY(0deg) !important;
}

.avia-icongrid-front {
	background-color: whitesmoke;	
}

.av_icongrid_title {
	text-align: left;
	font-weight: 500;
}