/*
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
*/

/* Google reCapcha solapa
.grecaptcha-badge {
    visibility: hidden; 
}
.grecaptcha {
	opacity: 0.8;
	font-size: 65%;
}
.grecaptcha a{
	box-shadow: 0 0 0 0 !important;
}
*/

/* Contact FORM 7 */
@media only screen and (min-width: 600px) {
 .form-fluid {
  width: 50% !important;
}

/* material-icons-regular - latin */
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/material-icons-v140-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}