/*
Theme Name: Rife Free child theme
Description: Made by <a href="http://apollo13themes.com/" target="_blank">Apollo13</a>.<br/> Get support from <a href="http://support.apollo13.eu/" target="_blank">Forum</a>.
Author: Apollo13
Author URI: http://apollo13themes.com/
Theme URI: http://apollo13themes.com/themes
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: rife-free
Tags: theme-options, post-formats, two-columns, translation-ready
Text Domain: rife-free-child-theme
Version: 1.0
*/

/* Add your CSS below */

#menu-footer-menu a {
	color: #aaa;
}

.rounded-img img {
	border-radius: 50%;
}

.image-container-3 .wp-block-image {
	margin: 10px;
}

.service-container a img {
	transition: all 1s;
}

.service-container a:hover img {
	transform: rotate(-3deg) scale(0.9);
}

@media (max-width: 800px) 
{
	.mobile-hidden {
		display: none !important;
	}
}