/* ==========================================================================
   Contact Page Start
   ========================================================================== */
* {
	color: #565656
}
.contact2-section {
	background-color: #f5f5f5;
	box-shadow: 0 1px 4px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3);
}
#content {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 600px;
}

#contact .contact-info-wrapper {
  margin-top: -60px;
}

#contact .contact-info-wrapper .contact-item-wrapper i {
  padding: 15px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: #fff;
}

#contact .map {
  position: relative;
}

#contact .contact-info {
  background: #564e3c;
  color: #fff;
  padding: 30px 0;
}

#contact .contact-form-wrapper {
  background: url(../img/backgrounds/contact-form-bg.jpg);
  background-size: cover;
}

#contact .form-control {
  margin-bottom: 45px;
  background: transparent;
  color: #fff;
}

#contact2 .contact-info-wrapper {
  margin-top: -10px;
}

#contact2 .contact-info-wrapper .contact-item-wrapper {
  padding: 15px 30px;
}

#contact2 .contact-info-wrapper .contact-item-wrapper i {
  color: #fff;
  float: left;
  padding: 8px 15px;
  font-size: 24px;
}

#contact2 .contact-info-wrapper .contact-item-wrapper h4 {
  line-height: 40px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}

#contact2 .form-control {
  margin-bottom: 30px;
}

/* Subscription */
#subscription .subscription-form .form-control {
  height: 60px;
  font-size: 24px;
  color: #999;
}

#subscription .subscription-form .btn {
  padding: 18px;
}

/* Google Map */
#google-map-shortcode {
  padding: 0;
  height: 400px;
}

#google-map-contact {
  padding: 0;
  height: 300px;
}

#google-map-contact2 {
  padding: 0;
  height: 40px;
}
li {
	color: #565656;
}
i {
	color: #565656;
}

.error-section h1 {
  color: #ff2a40;
  font-size: 10rem;
}

.error-section h4 {
  text-transform: capitalize;
}

.contact-title-text h2 {
  font-size: 40px;
}

.contact-title-text p {
  font-size: 18px;
  margin-top: 15px;
}

.contact-widget {
  margin-bottom: 30px;
}

.contact-widget h2 {
  font-size: 25px;
  margin-bottom: 20px;
}

.contact-widget address {
  line-height: 45px;
}

.contact-widget.office-location span {
  font-weight: 500;
}

#contactForm .form-group {
  margin-bottom: 19px;
}

#contactForm .form-group .contact-control {
  background: #f8fafd none repeat scroll 0 0;
  border-radius: 0;
  height: 50px;
}

#contactForm .form-group .form-control {
  border-radius: 0;
  background: #fff none repeat scroll 0 0;
  font-size: 14px;
}

ul.contact-info2 {
  list-style: outside none none;
  margin-top: 20px;
  padding: 0;
}

ul.contact-info2 i.fa {
  margin-right: 10px;
}