/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#float-wp {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    text-align: center;
}

#float-wp a {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #B59B57;
    color: #fff;
    font-size: 32px;
    line-height: 62px;
    border-radius: 100%;
    box-shadow: 1px 6px 24px 0 rgba(7,94,84,.24);
}

section {
    padding: 60px 0;
    overflow: hidden;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #0b2341;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
  border: 1px solid #eee;  
}

.contact .info-box:hover {
  border: 1px solid #7F7F7F;  
}

.contact .info-box i {
  font-size: 32px;
  color: #7F7F7F;
  border-radius: 50%;
  padding: 8px;
  border: 1px solid #fbdad2;
}

.contact .info-box:hover i {
    background: #7F7F7F;
    color: #fff;
    border: 1px solid #7F7F7F;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px 30px 35px 30px;
  background: #fff;
  border: 1px solid #eee;
}

.contact .php-email-form:hover {
    border: 1px solid #7F7F7F;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .valid-email {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #7F7F7F;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #7F7F7F;
  border: 0;
  padding: 10px 30px;
  border-radius: 4px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=button] {
  background: #7F7F7F;
  border: 0;
  padding: 10px 30px;
  border-radius: 4px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #9F9F9F;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Loading
--------------------------------------------------------------*/
.lds-dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 48px;
  height: 48px;
  margin: 8px;
  border-radius: 50%;
  border: 4px solid #7F7F7F;
  border-color: #7F7F7F transparent #7F7F7F transparent;
  animation: lds-dual-ring 1.5s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Background Footer
--------------------------------------------------------------*/

.bg-footer {
    background: linear-gradient(rgba(255, 255, 255, 0.25), rgba(205, 205, 205, 0.75)), url(../img/hero-bg.png) fixed center center!important;
    /* background-image: url(../img/hero-bg.png)!important; */
    background-size: cover!important;
    padding: 60px 0 30px 0!important;
}

.loading { display: none; }
.error-message { display: none; }
.sent-message { display: none; }
.valid-email { display: none; }