/****************************************
* Footer
****************************************/

footer {
  background: #D9D9D9 url('/clibs/textures/egg-shell.png');
  background-repeat: ;
  background-size: ;
  background-position: ;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: ;
  font: normal bold 26px/1em 'Lora';
  text-transform: none;
  letter-spacing: ;
  text-shadow: ;
  text-align: center;
}

footer p,
footer li,
footer a[href^=tel] {
  color: ;
  font-size: 16px;
  text-align: center;
}

footer a {
  color: ;
  font-size: 16px;
  text-align: center;
}

footer a:hover,
footer a:active {
  color: ;
}


footer .button {
  background: ;
  color: ;
  border: ;
}

footer .button:hover {
  background: ;
  color: ;
  border: ;
}

footer .social-media {
  display: flex;
  justify-content: center;
}

footer .seal {
  display: none;
  position: relative;
  min-height: 288px;
}

footer .seal .overlay {
  position: absolute;
  top: 181px;
  left: 50%;
  transform: translateX(-50%);
}

footer .seal img {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  margin: -1.25rem auto 0 auto;
  max-width: 288px;
}

footer .seal .button {
  padding: .75rem .5rem;
}

footer .contact .grid {
  grid-gap: 0;
  margin: 0;
  padding: 0;
}

footer .flex-column {
  display: flex;
  flex-direction: column;
}

footer .error-text:empty {
  display: none;
}

footer .contact input:not([type="submit"]),
footer .contact textarea {
  background-color: rgba(255,255,255,0.5);
}

footer .contact textarea {
  flex-grow: 1;
}

footer input[type="submit"] {
  margin-top: 1rem;
  width: 100%;
}

@media (min-width: 700px) {
  footer > .grid {
    grid-template-columns: auto 1fr;
    grid-gap: 2rem;
  }

  footer .social-media {
    display: block;
  }

  footer h1,
  footer h2,
  footer h3,
  footer h4,
  footer h5,
  footer h6,
  footer p,
  footer li,
  footer a,
  footer a[href^=tel] {
    text-align: left;
  }
}

@media(max-width: 566.9px) {
  footer .captcha.mini {
    display: grid !important;
    grid-template-columns: 150px 1fr !important;
    grid-gap: 1rem !important;
    max-width: 100% !important;
  }

  footer .captcha.mini .input {
    margin: 0 !important;
  }

  footer .captcha.mini input {
    height: 40px !important;
  }
}

@media(min-width: 567px) {
  footer .contact .grid {
    grid-template-columns: 1fr 1fr 150px;
    grid-gap: 2rem;
  }
}

@media (min-width: 1400px) {
  footer > .grid {
    grid-template-columns: auto 1fr 288px;
    grid-gap: 4rem;
  }

  footer .seal {
    display: block;
  }
}

footer .icon svg {
  width: 40px;
  height: 40px;
  fill: ;
  margin-right: 1rem;
}
