/**
Footer pre
**/
.footer__pre {
  background: #2b292a;
  padding: 50px 0;
  color: #fff;
}

.footer__pre h4 {
  margin: 0;
  letter-spacing: 0.01em;
  font-size: 2.125rem;
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
  font-family: "proxima-nova", sans-serif !important;
}

.footer__pre--number {
  font-size: 24px;
  color: #fff;
  line-height: 35px;
}

.footer__pre--number:hover {
  color: #fff;
  text-decoration: underline;
}

.footer__pre--hours {
  font-size: 14px;
}

/**
Footer general
**/

.footer {
  background: #333132 !important;
  padding: 50px 0;
  color: #fff;
  font-family: "proxima-nova", sans-serif !important;
}

.footer * {
  box-sizing: border-box;
}

.footer .footer-brand img {
  max-width: 130px; 
}

.footer a {
  color: #f0f0f0;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
  display: block; 
}

.footer a:hover {
  text-decoration: none;
  color: #fff; 
}

.footer p {
  font-size: 14px;
  margin: 0;
  line-height: 18px; 
}

.footer--share a {
  transition: all 110ms ease-in-out;
  display: inline-block;
  border-radius: 50%;
  width: 30px;
  font-size: 16px;
  height: 30px;
  background: #fff;
  color: #333132;
  text-align: center;
  line-height: 30px;
  margin-right: 8px; 
}

.footer--share a:hover {
  background: #cac9c9;
  color: #000; 
}

.footer h6 {
  font-weight: 600;
  margin-bottom: 25px; 
}

.footer__mid {
  border-bottom: 1px solid #999899;
  border-top: 1px solid #999899;
  padding: 50px 0;
  margin-top: 50px;
}

.footer__mid--heading {
  font-weight: 600;
  font-size: 16px !important; 
}

.footer__bottom p {
  font-size: 12px;
  line-height: 16px;
  padding: 50px 0;
  color: #dddddd; 
}

.label {
  padding: 4px;
  border-radius: 6px;
  display: inline-block;
}

.label.new {
  font-weight: 600;
  font-size: 11px;
  color: #fff;
  line-height: 11px;
  text-transform: uppercase;
  background: #e7b89f;
}

.ga-policy, .ga-policy a {
  font-size: 14px;
  color: #ccc;
  line-height: 16px;
  margin-bottom: 0; 
}

/**
Footer form
**/
.footer form {
  margin-bottom: 0;
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.875rem + 2px);
  padding: 0.9375rem 1.563rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cbcbcb;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  border: 1px solid #999;
  box-shadow: none;    
  outline: 0;
}

input {
  overflow: visible;
  margin: 0;
  font-family: inherit;
}

.white-transparent-btn, .white-transparent-btn:visited {
  color: #fff;
  border: 1px solid #fff; 
}
.white-transparent-btn:hover, .white-transparent-btn:visited:hover {
  background: #fff;
  color: #333132; 
}
.white-transparent-btn.inverse-hover, .white-transparent-btn:visited.inverse-hover {
  font-weight: 600; 
}

.white-transparent-btn.inverse-hover:hover, .white-transparent-btn:visited.inverse-hover:hover {
  background-color: #444444;
  color: #fff; 
}

.error-container, label.error {
  font-size: 12px;
  color: #bb1a1a;
  display: block;
  clear: both;
  margin-top: 5px;
}

/**
Subscribe button
**/
.footer__mid--subscribe p {
  font-size: 18px;
  font-weight: 600; 
}

.footer__mid--subscribe p.success-message {
  font-size: 16px;
  font-weight: 400; 
}

.footer__mid--subscribe button {
  margin-left: 25px; 
}

.footer__mid--subscribe .form-control {
  color: #333333; 
}

.footer__mid--subscribe .form-control.error {
  border-color: #bb1a1a; 
}

/**
Responsive
**/
@media (max-width: 320px) {
  .footer__mid--subscribe button {
    margin-left: 0px !important;
    margin-top: 10px;
  }
}

@media (max-width: 365px) {
  .footer__mid--subscribe button {
    margin-left: 10px;
  }
}

@media (min-width: 576px) {
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}

@media (max-width: 769px) {
  .footer__mid--subscribe p {
    font-size: 14px; 
  } 

  .footer__mid--subscribe .form-group {
    margin: 0; 
  } 

  .footer__mid--subscribe .form-control {
    font-size: 13px; 
  } 

  .footer__mid--subscribe button {
    font-size: 13px;
    line-height: 20px; 
  }

  .footer__bottom p {
    font-size: 11px;
    line-height: 14px; 
  } 
}

