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

/* Ninja Form Styling */
.style-light input[type="submit"]{
	background-color: #945b5c !important;
	color: #ffffff;
}

/* Ninja Form Styling */
.style-light input[type="submit"]:hover{
	background-color: transparent !important;
	color: #945b5c;
	border: 1px solid #945b5c !important;
}