/*			Contact				*/
#contact-map,#contact-wrapper{
    float: left;
    width: 100%;
}
#contact-map{ 
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 10px 0px;
}
#contact-wrapper {
  background: #fff;
  border-radius: 4px;
  padding: 0px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
  padding-bottom: 18px;
  margin-top: 15px;
}
.inner-contact-wrapper {
  width: 100%;
  float: left;
  padding: 0 15px;
}
#contact-wrapper h2.title-page-contact {
  background: #fff;
  border-radius: 5px 5px 0px 0px;
  box-shadow: 0 0 2px rgba(0,0,0,.2);
  padding: 5px 10px;
  border-bottom: 5px solid #8cc63f;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
  color: #777777;
  line-height: 36px;
}
#contact-wrapper .contact-form {
  width: 58.33333333%;
  float: left;
  padding: 0 15px 15px;
}
#contact-wrapper .contact-address {
  padding-bottom: 15px;
  width: 41.66666667%;
  padding-left: 15px;
  float: left;
}
#contact-wrapper h3.title{
	font-size: 22px;
	color: #333333;
	line-height: 24px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
#contact-wrapper .contact-address h3.name {
    font-size: 22px;
    color: #757575;
    line-height: 24px;
    margin: 0 0 13px 0;
}
#contact-wrapper p.sub-title{ 
	margin-bottom: 0px;
	padding: 10px 0; 
	color: #555555;
}
#contact-wrapper .contact-address li i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    padding-left: 3px;
    margin-right: 10px;
    border: 1px solid #e0e0e0;
}
#contact-wrapper .contact-address li {
    padding-top: 5px;
    color: #555;
}

#content .wpcf7-form p {
  float: left;
  width: 100%;
}
.wpcf7-form label {
  float: left;
  width: 100%;
}
.wpcf7-form *{
	box-sizing:border-box;
}
.wpcf7-form input.wpcf7-text, .wpcf7-form textarea.wpcf7-textarea {
  width: 100%;
  outline: none;
  margin-bottom: 15px;
  border: 1px solid #ebebeb;
  padding: 8px 16px;
  border-radius: 4px;
}
.wpcf7-form input.wpcf7-text{
  height: 40px;
}
#content .wpcf7-form .wpcf7-form-control-wrap {
  float: left;
  margin: 0;
  width: 100%;
}
.wpcf7-form textarea.wpcf7-textarea {
  height: 100px;
  padding-top: 14px;
  font-family: 'Roboto';
}
.wpcf7-form .wpcf7-submit {
    color: #ffffff;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    border: none;
    transition: 0.7s all;
    -webkit-transition: 0.7s all;
    display: inline-block;
    padding: 12px 32px;
    cursor: pointer;
    outline: none;
    background: #8cc63f;
}
.wpcf7-form .wpcf7-submit:hover{
    background: #8cc63f;
}
div.wpcf7-response-output{border:none;}
@media only screen and (max-width: 992px) {
	#contact-wrapper .contact-form, #contact-wrapper .contact-address{
		width: 100%;
	}
	#contact-wrapper .contact-address{ margin-top: 10px; }
}
@media only screen and (max-width: 767px) {
	#contact-map iframe{height:300px}
  #contact-map{ margin-bottom: 0px; }
}
@media only screen and (max-width: 480px) {
	#contact-wrapper .contact-form, #contact-wrapper .contact-address{
		padding-left: 0;
		padding-right: 0;
	}
}