/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
@media screen and (max-width: 769px) {
	/*--- MOBILE CF7 ---*/
	.wpcf7 p.wpcf7-inline-field {
		width: 100%!important;
		display: block!important;
		padding: 0px!important;
		margin-top: 10px!important;
	}
	.wpcf7 .wpcf7-inline-wrapper {
		margin-top: 0!important;
	}
	.wpcf7 p.wpcf7-inline-field {
		margin-top: 0;
	}
	/*--- END MOBILE CF7 ---*/
}

.gscale img {
    filter: grayscale(1);
}