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


@font-face {
  font-family: 'Radon';
  src: url('fonts/Radon.eot');
  src: url('fonts/Radon.eot?#iefix') format('embedded-opentype'),
  url('fonts/Radon.woff') format('woff'),
  url('fonts/Radon.ttf') format('truetype'),
  url('fonts/Radon.svg#webfont') format('svg');
}

.classes-affected-by-issue
{
    -webkit-animation-duration: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.1s;
}

@-webkit-keyframes fontfix{
    from{   opacity: 1; }
    to{ opacity: 1; }
}

.grecaptcha-badge { visibility: hidden; }