/* ----------------------------------------
	Main CSS
---------------------------------------- */
@import url('ubuntufont.css');
body {
	margin: auto !important;
  background: none !important;
  font-weight:300 !important;
}

.title-box { margin:0 0 16px 0; }
.title-box h2 {
	margin:0 0 2px 0;
	line-height:28px;
	font-size:26px;
	text-align:left;
}
.title-box h2:before { display:none; }
.title-box h3 {
	margin:0 0 0 -3px;
	line-height:61px;
	font-size:50px;
	font-weight:400 !important;
	text-align:left;
	color:#a12786!important;
}
.title-box h3:before { display:none; }
@media (max-width: 767px) {
	.title-box h3 {
	    line-height: 49px!important;
	    font-size: 38px!important;
	}
}
.title-box_primary {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}
.title-box_secondary {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}
input, textarea {
    width: 390px;
}
input[type=submit], input[type=reset] {
    background: #a12786!important;
    margin: 0!important;
    padding: 0 20px!important;
    font-size: 18px!important;
    line-height: 22px!important;
    color: #fff!important;
    text-transform: uppercase;
    height: 53px;
    font-weight: 300;
    border: 0;
}

input[type=submit]:hover, input[type=reset]:hover {
    background: #888!important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

select {
  max-width:407px;
  width: 407px;
  border: 0px solid #fff;
  padding: 4px 8px;
  background-color: #f7f7f7;
  background-image:url(../img/select-arrow.png);
  background-position: right;
  background-repeat: no-repeat;
  margin-bottom: 0 !important;
  color: #575656;
  font-family:'Ubuntu', sans-serif;
  font-weight:300;
  line-height:25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 1em;
}
input[type="date"], input[type="time"] {
  background-color: #f7f7f7!important;
  border: 0px solid #ccc!important;
	-webkit-border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	border-radius: 0px!important;
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.075)!important;
  -moz-box-shadow: inset 0 0 0 rgba(0,0,0,0.075)!important;
  box-shadow: inset 0 0 0 rgba(0,0,0,0.075)!important;
  margin-bottom: 0 !important;
  width: 395px;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form textarea {
  width: 390px;
  background:#f7f7f7;
  min-height:25px;
  margin:0;
  border:none !important;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
  resize:none;
  font-family:'Ubuntu';
  font-size:14px;
  font-weight:300;
  color:#888 !important;
}

input[type=checkbox] {
    margin: 3px 5px 5px 0 !important;
}

span.wpcf7-form-control-wrap {
    display: inline-block!important;
}

label.evan {
	display: inline-block!important;
	width: 20%!important;
	float:left:
}

@media only screen and (max-width: 979px) {
	label.evan {
	    width: 30% !important;
	}
}
@media only screen and (max-width: 639px) {
	label.evan {
	    width: 100% !important;
	}
}
@media only screen and (max-width: 449px) {
	.wpcf7-form input[type=email], .wpcf7-form input[type=text] {
	    width: 88%;
	}
	.wpcf7-form textarea {
	    width: 78%;
	}
	.wpcf7-form input[type=date], .wpcf7-form input[type=time] {
	    width: 310px;
	}
	select {
	    max-width: 320px !important;
	    width: 100% !important;
	    min-width: 320px !important;
	}
}

