/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */


#masthead.nav-down {
	background-color: #ffffff;
	position: fixed;
	width: 100%;
	visibility: visible;
	-webkit-transition: top .5s ease,visibility 0s;
	-moz-transition: top .5s ease,visibility 0s;
	transition: top .5s ease,visibility 0s;
	top:30px !important;
	box-shadow:none !important;
}
#masthead.nav-up {
	
	visibility: hidden;
	-webkit-transition: top .5s ease,visibility .5s step-end;
	-moz-transition: top .5s ease,visibility .5s step-end;
	transition: top .5s ease,visibility .5s step-end;
	box-shadow:none !important;
	top: -121px !important;
}

/*Make submit button move above*/
.single-post form#commentform p.form-submit {
margin-top: -20px;
}

#mailpoet_captcha_form .mailpoet_validate_success {
    color: #332d3a !important;
}