/* -----------------------------------
Template:  Theme Name

NOTE: This is Footer style file. All footer related style included in this file.

--------------------------------------*/

.footer-logo {
  margin-bottom: 15px;
}

.footer-logo-address {
  border-bottom: 1px solid #787878;
  padding-bottom: 20px;
  margin-bottom: 40px;
}



.footer-text-all > a {
  color: #bbbbbb;
  display: block;
  font-family: "Lato",sans-serif;
  font-size: 13px;
  margin-bottom: 14px;
    transition: all .3s ease 0s;
}
.footer-text-all > a:hover {
  color: #f8b239;
}

.footer-text > h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 20px;
}






.footer-top form input, .footer-top form textarea {
  border-color: #787878;
  border-style: solid;
  border-width: 0 0 1px;
  color: #bbbbbb;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 29px;
  margin-bottom: 11px;
  margin-right: 30px;
  padding: 0 0 7px;
  width: 262px;
}
.footer-top form textarea {
  background: transparent none repeat scroll 0 0;
  height: 55px;
  margin-bottom: 30px;
  margin-right: 0;
  padding: 0;
  width: 100%;
}
.footer-top form input.in-mrg {
  margin-right: 0px;
}

.footer-top form input::-webkit-input-placeholder,.footer-top form textarea::-webkit-input-placeholder {
    /* Chrome */
    
    color: #bbbbbb;
    opacity: 1;
}
.footer-top form input::-moz-placeholder,.footer-top form textarea::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #bbbbbb;
    opacity: 1;
}

.footer-bottom-text > p {
  margin-bottom: 0;
  color: #232323;
}

.footer-bottom-text a {
  color: #f8b239;
}
.footer-bottom-text a:hover{
  text-decoration: underline;
}

.footer-text button.submit {
  padding: 10px 36px;
}
























