/*contact_form*/

.wpcf7-form.sent .contact_list{
  display:none;
}

#contact{
  padding-top: 0;
}

#contact h3{
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
  color: black;
}

.contact_list{
  padding: 0px 40px 20px;
  font-size: 16px;
}

.contact_list h3{
  margin-bottom: 40px;
}

.contact_list dt{
  margin-bottom: 8px;
}

.contact_list dd{
  display: block;
  background-color: #f0f0f0;
  border-radius: 5px;
  margin-bottom: 24px;
  width: 100%;
}

.contact_list dt span{
  color: red
}

.contact_list dd input{
  width: 100%;
  padding: 5px;
}

.contact_list dd select{
  width: 100%;
  padding: 5px;
}

.contact_list dd textarea{
  width: 100%;
  padding: 5px;
}

.contact_list .privacy-policy_wrapper{
  margin-bottom: 40px;
}

.contact_list .privacy-policy_link{
  color: #43906b;
  border-bottom: 1px solid #43906b;
}

.send_btn{
  display: block;
  width: 160px;
  height: 60px;
  border-radius: 30px;
  background-color: black;
  color: white;
  margin: 0 auto;
}

.wpcf7-form.sent .wpcf7-response-output{
  width: 90vw;
  height: 20vh;
  margin: 100px auto;
  border: none !important;
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
  text-align: center;
}


.wpcf7-form .hp_top_link{
  display: none;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: black;
  width: 200px;
  margin: auto;
  padding: 20px;
  border-bottom: 1px solid #43906b;
}

.wpcf7-form.sent .hp_top_link{
  display: block;
}

@media only screen and (min-width: 840px){

.contact_list{
  width: 720px;
  padding: 0px 0px 20px;
  margin: auto;
  font-size: 16px;

}

.contact_list dt{
  margin-bottom: 8px;
}


.contact_list dd{
  display: block;
  background-color: #f0f0f0;
  border-radius: 5px;
  margin-bottom: 24px;
  width: 100%;
}

.contact_list dt span{
  color: red
}

.contact_list dd input{
  width: 100%;
  padding: 5px;
}

.contact_list dd select{
  width: 100%;
  padding: 5px;
}

.contact_list dd textarea{
  width: 100%;
  padding: 5px;
}

.send_btn{
  display: block;
  width: 160px;
  height: 60px;
  border-radius: 30px;
  background-color: black;
  color: white;
  margin: 0 auto;
}
}


