/* +------------
 * | Ninja Forms 3 - Customizations
 * +------------
 */

.nf-progress-container {
    border-radius: 4px;
}

.nf-progress-container, .nf-progress {
  height: 15px !important;
}

.nf-progress-container .nf-progress {
    background-color: #DD3333;
}

.nf-mp-header h3 {
    margin-top: 1em;
}

.home .email-wrap input.ninja-forms-field,
.home .lastname-wrap input.ninja-forms-field,
.home .textbox-wrap input.ninja-forms-field {
    width: 100%;
}

.home .submit-wrap input.ninja-forms-field {
    width: auto;
}

.nf-form-wrap .nf-field-element label {
    text-align: left;
}


/* +------------
 * | Navi
 * +------------
 */

#main-menu li.current-menu-item > a {
	color: #999999;
}

#main-menu li.current-menu-item:hover > a {
	color: #3d3d3d;
}

/* ---------------------------------
HONEYPOT
----------------------------------*/
.hp-wrap {
	display: none;
}

.honeypot-wrap {
	display: none;
}

/* ----------------------------------------------- */
/* Style radio and checkbox for chrome/safari/etc. */
/* ----------------------------------------------- */
input[type=radio],
input[type=checkbox] {
	font-size: 16px;
	position: relative;
	border: 1px solid #262626;
	display: inline-block;
	line-height: 1em;
	margin: 0;
	padding: 0;
	width: 1em !important;
	height: 1em !important;
	vertical-align: text-top;
	background: -webkit-linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0.1));
	-webkit-appearance: none;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.1), inset 0 0 1px rgba(255,255,255,0.4);
	-webkit-border-radius: 3px;
}

input[type=radio]:active,
input[type=checkbox]:active {
	background: -webkit-linear-gradient(top,rgba(212,19,2,0.05),rgba(212,19,2,0.2));
}

input[type=checkbox]:checked::after {
	position: absolute;
	content: '';
	left: 15%;
	top: 0;
	height: 40%;
	width: 90%;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-box-shadow: -1px 1px 0 rgba(0,0,0,0.8);
	-webkit-transform: rotate(-45deg);
}

input[type=radio] {
	border-radius: 20px;
}

input[type=radio]:checked {
	background-color: rgb(212,19,2);
}

input[type=radio]:checked::after {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	margin: -3px 0 0 -3px;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #fff;
	-webkit-box-shadow: 0 -1px 0 rgb(212,19,2);
}

.zn-icon-list.style2 h4 {
	font-size: 20px;
}

body {
	font-size: 17px;
	line-height: 1.3;
}

.hide-wrap {
	display: none;
}