
.clear {
	clear: both;
}

.lunaformcontainer {
	position: relative;
	margin-bottom: 1em;
}

header.special .lunaform,
header.special .lunaform h3 {
	text-align: left;
}

.lunaform div.required > label::after {
	display: inline-block;
	padding-left: 10px;
	content: "*";
	color: #333;
}

.lunaform div.required > label.error::after {
	display: none;
} 

.lunaform input,
.lunaform input[type="checkbox"], 
.lunaform select, 
.lunaform textarea {
	-moz-appearance: auto;
	-webkit-appearance: auto;
	-ms-appearance: auto;
	appearance: auto;
	width: 100%;
}

.lunaform input[type="checkbox"] {
	position: relative;
	width: auto;
	/* float: none; */
	margin-right: 1em;
	opacity: 1;
	z-index: 2;
}

.lunaform input[type="file"] {
	/* max-width: 78%; */
	margin-bottom: 0;
	padding: 10px;
	background: #fff;
}

.lunaform input[type="checkbox"] + label, 
.lunaform input[type="radio"] + label {
	padding-left: 0;
}

/* .lunaform input[type="checkbox"] + label.error, 
.lunaform input[type="radio"] + label.error */
.lunaform input + label.error {
	color: #ce1b28;
	font-weight: 600;
}

.lunaform input[type="checkbox"] + label:before, 
.lunaform input[type="radio"] + label:before {
	display: none;
}

.lunaform .field9 h3,
.lunaform .field11 h3 {
	padding-top: 1em;
}

.lunaform .captchagroup input {
	margin-top: 1em;
}

.lunaform .captchaimage {
	float: left;
	margin-right: 1em;
}

.lunaform #previewimg {
	max-width: 100%;
}

.lunaform i.fa {
	cursor: pointer;
}

.lunaform .fa-refresh {
	font-size: 36px;
}

.lunaform i.fa-close {
	display: none;
	margin-top: 1em;
	/* margin-bottom: 1em; */
	/* padding-right: 1em; */
	/* background: #fff; */
}

.lunaform .field3 i.fa-close:before {
	display: inline-block;
	width: 38px;
	margin-right: .35em;
	font-size: 26px;
	line-height: 1.7;
	background: #fff;
	text-align: center;
}

.lunaform .submitgroup {
	padding-top: 2em;
}

.lunaform .important {
	display: none;
}

.sending {
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
}

.sending img {
	width: auto;
	height: auto;
	margin: 50%;
}

#processform {
	display: none;
	margin-bottom: 1em;
	padding: 2em 0 2em;
}

@media screen and (min-width: 320px) {
	h1 {
		font-size: 1.85rem;
	}	
}

@media screen and (min-width: 375px) {
	h1 {
		font-size: 2.2rem;
	}	
}

@media screen and (min-width: 410px) {
	h1 {
		font-size: 2.5rem;
	}	
}

@media screen and (min-width: 768px) {
	
	h1 {
		font-size: 3rem;
	}
	
	.lunaformcontainer {
		background-color: rgba(0,0,0,.02);
	}
	
	.lunaform {
		max-width: 800px;
		margin: 0 auto;
		padding: 0 2em 2em;
	}
	
	.lunaform label {
		display: block;
		float: left;
		margin-top: 10px;
		margin-right: 1%;
		width: 20%;
		/* font-size: 1em; */
	}
	
	.lunaform input {
		max-width: 19em;
	}
	
	.lunaform input + label.error {
		color: #ce1b28;
		font-weight: 600;
		float: none;
		width: auto;
		margin-left: 21%;
	}

	.lunaform input[type="file"] {
		float: left;
		width: auto;
		max-width: 100%;
		margin-right: .75em;
		margin-bottom: 1em;
	}

	.lunaform input[type="checkbox"] {
		margin-top: 15px;
	}
	
	.lunaform .submitgroup input.btn {
		margin-left: 21%;
	}
	
	.lunaform textarea {
		max-width: 30em;
	}
	
	.lunaform .field16 div {
		margin-left: 21%;
		padding-top: 10px;
	}
	
	.lunaform .captchagroup input {
		/* margin-top: 1em; */
		margin-left: 21%;
	}
	
	.lunaform i.fa-close span {
		display: none;
	}
	
	.maxfilesizeinfo {
		display: block;
		margin-left: 21%;
		clear: both;
	}
}




