/*			Contact				*/
#contact-map,#contact-wrapper{
    float: left;
    width: 100%;
}
#contact-wrapper{
  margin-top: -200px;
  position: relative;
  z-index: 9;
}
.inner-contact-wrapper {
  width: 65%;
  margin: 0 auto 100px;
  background: rgb(255, 255, 255);
  border: 10px solid #d5a02a;
  padding: 40px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.2);
  text-align: center;
}
#contact-wrapper .title-box-lh{
  font-size: 36px;
	font-weight:normal;
}
.contact-address ul.info-lh{
	margin-top:30px;
  margin-bottom: 50px;
}
.contact-address .page_tagline {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #999999;
  letter-spacing: 2px;
  margin-top: 5px;
}
.contact-address ul.info-lh li span{
    font-size:16px;
	display:inline-block;
}
#content .wpcf7-form p {
  clear: both;
  width: 100%;
  line-height:25px;
}
.wpcf7-form label {
  width: 100%; display: flex;
}
.wpcf7-form *{
	box-sizing:border-box;
}
.wpcf7-form input.wpcf7-text {
  border: 1px solid #dce0e0;
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  margin: 1em 0;
  font-size: 14px;
}
#content .wpcf7-form .wpcf7-form-control-wrap {
  float: left;
  margin: 0;
  width: 100%;
}
.wpcf7-form textarea.wpcf7-textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #dce0e0;
  border-radius: 3px;
  padding: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  margin: 1em 0;
}
.wpcf7-form .wpcf7-submit {
  background: #d5a02a;
  border: 2px solid #d5a02a;
  padding: .6em 2.5em .6em 2.5em;
  float: none;
  border-radius: 3px;
  margin-top: 1em;
  text-transform: uppercase;
  font-weight: 600;
}
.wpcf7-form .wpcf7-submit:hover{
  cursor: pointer;
  background: #333333;
  border-color: #333333;
  transition: 0.3s;
}
div.wpcf7-response-output{border:none;}
#contact-sub {
  width: 100%;
  float: left;
  margin-top: 100px;
}
.contact-sub-col {
  float: left;
  width: 48%;
  margin-right: 3.5%;
  padding: 65px 0;
}
.contact-sub-col:last-child{
  margin-right: 0;
}
.contact-sub-col h2 {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #333333;
  border-color: #333333;
}
.contact-sub-col h3 {
  margin-top: 20px;
  font-size: 24px;
  color: #666;
}


@media only screen and (max-width: 990px){
  #contact-wrapper{
    margin-top: 0;
  }

}
@media only screen and (max-width: 767px) {
	.contact-form,.contact-address{width:100%;padding:0;}
	#contact-wrapper .title-box-lh{font-size:24px;}
	#contact-map iframe{height:300px}
  .inner-contact-wrapper{
    width: 100%;
  }
  #contact-sub{ margin-top: 0; }
  .contact-sub-col{ width: 100%; }
  .contact-sub-col:first-child{ padding-bottom: 30px; }
  .contact-sub-col:last-child{
    padding: 0 0 65px;
  }
}
@media only screen and (max-width:  480px){
  .inner-contact-wrapper{ padding: 40px 20px }
}