/*			Contact				*/
#contact-map,#contact-wrapper{
    float: left;
    width: 100%;
}
.contact-left{
  float: left;
  width: 50%;
}
.contact-right{
  float: right;
  width: 40%;
}
.contact-left h3{
  color: #3c4858;
  margin: 30px 0 15px;
  font-weight: normal;
  font-size: 24px;
}
.info-lh li span{
  font-size: 18px;
  color: #3c4858;
  margin: 30px 0 15px;
  padding-left: 40px;
  font-weight: 700;
  line-height: 30px;
  display:block;
}
.info-lh li{
  font-size: 16px;
  color: #4a4a4a;
  line-height: 30px;
}
.info-lh li:nth-child(1) span{
  background:url("images/fa-map-marker.png") no-repeat 0 0;
}
.info-lh li:nth-child(2) span{
  background:url("images/fa-phone.png") no-repeat 0 0;
}
.info-lh li:nth-child(3) span{
  background:url("images/fa-envelope.png") no-repeat 0 0;
}
#content .wpcf7-form p {
  clear: both;
  float: left;
  margin-bottom: 10px;
  width: 100%;
}

.wpcf7-form input.wpcf7-text {
  height: 20px;
  line-height: 16px;
  min-height: 15px;
}
#content .wpcf7-form .wpcf7-form-control-wrap {
  float: left;
  width: 100%;
  margin: 0;
}

.wpcf7-form .wpcf7-submit,.wpcf7-form .wpcf7-submit:hover{
  float: right;
  color: #fff;
  background-color: #9c27b0;
  padding: 10px;
  border: none;
  border-radius: 5px;
}
.wpcf7-form textarea.wpcf7-textarea,.wpcf7-form input.wpcf7-text{
  background-color: transparent;
  background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#d2d2d2, #d2d2d2);
  background-position: center bottom, center calc(100% - 1px);
   background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  float: none;
  font-weight: 400;
  transition:background 0s ease-out 0s;
  width: 100%;
}
.wpcf7-form textarea.wpcf7-textarea:focus,.wpcf7-form input.wpcf7-text:focus{
  outline: none;
  background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#D2D2D2, #D2D2D2);
  background-size: 100% 2px, 100% 1px;
  box-shadow: none;
  transition-duration: 0.3s;
}
.wpcf7-form *{
	box-sizing:border-box;
}
div.wpcf7-response-output{border:none;float:left;}
@media only screen and (max-width: 800px) {

}

@media only screen and (max-width: 767px) {
.content-box-1,.box-content,.wpcf7-form label, #content .wpcf7-form .wpcf7-form-control-wrap{
  width: 100%;
}

.wpcf7-form .wpcf7-submit {
  margin-left: 0;
}
#contact-map iframe{height:300px}
}
@media only screen and (max-width: 640px) {
  .contact-left,.contact-right{
  width: 100%;
  float: left;
}
  .info-lh{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .info-lh li{
    width:49%;
  }
  .info-lh li:nth-child(2n){
    /*text-align: right;*/
  }
  .info-lh li span {
    font-size: 16px;
  margin: 20px 0 10px;
  /*line-height: 25px;*/
}
}
@media only screen and (max-width: 480px) {
  .info-lh li{
    width:100%;
  }
}