/*!---------- PLACE YOUR CUSTOM STYLES AND OVERRIDES HERE ----------*/

/*!---------- MISC ----------*/
.logo {
    margin: 75px 0 ;
}
.header-1 h3 {
    margin-bottom: 50px;
}
p.sub a {
    color: #bbb;
    font-weight: bold;
}
/*!---------- BUTTONS ----------*/
.btn {
  display: inline-block;
  height: 55px;
  line-height: 53px;
  font-size: 18px;
  border-radius: 100px;
  padding: 0 36px;
  border: 1px solid #ccc;
  color: #735c48;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  text-align: center;
}
.btn:hover {
  background-color: #735c48;
}
.btn-filled {
  background: #735c48;
  color: #fff;
  border: 1px solid #735c48;
}
.btn-filled:hover,
.btn:hover {
  color: #fff;
  border-color: #735c48;
}
.btn-filled:hover {
  background: #544334;
}
.btn.app-store {
  border-radius: 3px;
  height: 85px;
  line-height: 76px;
  font-size: 24px;
  font-weight: 300;
  min-width: 267px;
  border: 2px solid;
  margin: 50px 0 75px 0;
}
.btn.app-store.btn-filled {
  background: #c1996e;
  color: #fff;
  border: 2px solid #c1996e;
}
.btn.app-store.btn-filled:hover {
  background: #665555;
  border: 2px solid #665555;
}
.btn-sm {
  height: 45px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 28px;
}
.btn-xs {
  height: 40px;
  line-height: 35px;
  font-size: 16px;
  padding: 0 26px;
}
@media all and (max-width: 767px) {
  .btn {
    height: 45px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 28px;
  }
  .btn.app-store {
    height: 64px;
    line-height: 58px;
    min-width: 0px;
    font-size: 18px;
    font-weight: normal;
  }
}
/*!---------- FOOTER ----------*/
footer {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background: #fff;
}
footer .container {
  position: relative;
  z-index: 2;
}
.social-links {
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.social-links li {
  float: left;
  margin-right: 20px;
}
.social-links li:last-child {
  margin-right: 0;
}
.footer .menu {
  overflow: hidden;
  display: inline-block;
}
.fredrick {
  padding: 40px 0;
}
.fredrick .social-links li {
  font-size: 16px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0.5;
}
.fredrick .social-links li:hover {
  opacity: 1;
}
.fredrick img {
  max-height: 17px;
}
.fredrick .sub {
  line-height: 17px;
  margin-top: 6px;
}
@media all and (max-width: 767px) {
  .fredrick,
  .fredrick .text-right {
    text-align: center !important;
  }
  .fredrick .sub {
    margin-bottom: 20px;
  }
}