/*
Theme Name: Zephyr Child
Template: Zephyr
Version: 1.01
Author:	UpSolution
Theme URI: http://zephyr.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.mfh-icon-grow { transition: all .3s ease-in-out; }
.mfh-icon-grow:hover { transform: scale(1.4); }

.mfh-logo-grow { transition: all .3s ease-in-out; }
.mfh-logo-grow:hover { transform: scale(1.5); }

.mfh-button-grow { transition: all .3s ease-in-out; }
.mfh-button-grow:hover { transform: scale(1.3); }


span.wpcf7-list-item { display: block; }

.wpcf7 input[type="checkbox"]{
		-webkit-appearance: checkbox !important;
	}

	.wpcf7 input[type="radio"]{
		-webkit-appearance: radio;
	}
	

/*---Hide reCaptcha v3 visible seal---*/
body:not(.page-id-23585) .grecaptcha-badge {
	display: none;
}
