/*
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: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto'),
    url(fonts/roboto-v30-latin-regular.woff2)
      format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab'),
    url(fonts/roboto-slab-v24-latin-regular.woff2)
      format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'OoohBaby';
  font-style: normal;
  font-weight: 400;
  src: local('OoohBaby'),
    url(fonts/OoohBaby-Regular.woff2)
      format('woff2');
  font-display: swap;
}

.greenbox {background-color:#85ee26!important;padding:10px 30px 15px 30px!important;}
.shadow {text-shadow: 2px 2px 15px #000000;}
.nospace {margin:0px!important;}



/* FORMS */
.nf-form-content .ninja-forms-field {font-size:13px!important;padding:8px!important}
.grecaptcha-badge {display:none!important;}
.nf-field-container {margin-bottom:10px!important;}
.nf-form-content input[type=submit] {height:auto!important;background-color:#4cc452!important;font-size:17px!important;padding:18px 44px 18px 44px!important;}
input#mce-EMAIL {width:100%!important;}
input#mc-embedded-subscribe {padding: 6px 14px!important;}