/* all styles */
.happywp-firt-col #submit {
	border: none;
	border-radius: 0px;
	padding: 5px 21px;
	border-radius: 5px;
	background: #0b7c8e;
}
.happywp-firt-col #submit:hover {
	background: #086d7d;
}
.happywp-firt-col p
{
	color: #797979;
}
.happywp-firt-col em
{
	color: #3e3636;
}

/* global form */
.happywp-firt-col {
	width: 65%;
	float: left;
	background: #fff;
	padding: 20px 30px;
	box-sizing: border-box;
	border: 1px solid #c3c3c3;
}

.happywp-second-col {
	width:30%;
	float:right;
	padding-top:70px;
}
.happywp-spacer {
	background: #dce4e6;
	width: 100%;
	height: 1px;
	margin: 20px 0px;
}
@media all and (max-width:600px)
{
	.happywp-firt-col, .happywp-second-col
	{
		width:100%;
		float:none;
		margin-bottom:20px;
	}
}
.happywp-box {
	padding: 20px;
	background: #fff;
	margin-bottom:20px;
	text-align:center;
}
.happywp-box h3 {
	color: #0b7c8e;
}
.happywp_donate {
	color: #000 !important;
	text-align: center;
	text-decoration: none;
	background: #ffcf15;
	padding: 10px 10px;
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	width: 200px;
	border-radius: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.happywp_donate.blue {
	background: #13acf7;
  	color: #fff !important;
  	margin-top: 20px;
}

.happywp-checkbox-label {
	margin-top: 0px !important;
	  color: #000;
 	 font-weight: 500 !important;
 	 font-size: 15px;
}
.happywp-label.green-label {
	font-size: 20px;
	font-weight: 400;
	color: #1387b4;
}
.label_exp
{
	padding-left: 25px;
  display: block;
}
.happywp-spacer-10
{
display:block;
	height:10px;
}
.happywp-spacer-20
{
display:block;
	height:20px;
}
.happywp-spacer-30
{
display:block;
	height:30px;
}
.happywp-spacer-40
{
display:block;
	height:40px;
}
.happywp-spacer-50
{
display:block;
	height:50px;
}