/* ======================================================
   PETR TLAMKA - PATIČKA / FOOTER
   Dark blue vzhled bez zásahu do rozložení Shoptetu
   ====================================================== */


/* Celý footer */
html body #footer,
html body #footer.footer,
html body .footer,
html body #footer .footer-bottom-full-width,
html body .footer .footer-bottom-full-width {
  background:
    linear-gradient(
      180deg,
      #08111c 0%,
      #05080d 100%
    ) !important;

  color: #aeb8c8 !important;

  border: 0 !important;
  border-top: 0 !important;
  box-shadow: none !important;

  font-family: "Source Sans 3", Arial, Helvetica, sans-serif !important;
}


/* Vnitřní pozadí footeru */
html body #footer .footer-bottom,
html body .footer .footer-bottom,
html body #footer .container,
html body .footer .container {
  background: transparent !important;

  border: 0 !important;
  border-top: 0 !important;
  box-shadow: none !important;

  color: #aeb8c8 !important;

  font-family: "Source Sans 3", Arial, Helvetica, sans-serif !important;
}


/* Copyright */
html body #footer .copyright,
html body .footer .copyright {
  color: #aeb8c8 !important;

  background: transparent !important;

  font-family: "Source Sans 3", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}


/* Název webu v copyrightu */
html body #footer .copyright strong,
html body .footer .copyright strong {
  color: #f4f8ff !important;
  font-weight: 850 !important;
}


/* Všechny odkazy ve footeru */
html body #footer a,
html body .footer a {
  color: #6fb0ff !important;
  background: transparent !important;
  text-decoration: none !important;
}


/* Hover odkazů */
html body #footer a:hover,
html body .footer a:hover {
  color: #f4f8ff !important;
  text-decoration: none !important;
}


/* Cookies odkaz */
html body #footer .cookies-settings,
html body .footer .cookies-settings {
  color: #6fb0ff !important;

  border: 0 !important;
  border-bottom: 1px solid rgba(111, 176, 255, 0.45) !important;

  font-family: "Source Sans 3", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 750 !important;
}


/* Hover cookies */
html body #footer .cookies-settings:hover,
html body .footer .cookies-settings:hover {
  color: #f4f8ff !important;
  border-bottom-color: rgba(244, 248, 255, 0.5) !important;
}


/* Shoptet podpis */
html body #footer #signature,
html body .footer #signature {
  color: #768295 !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;

  font-family: "Source Sans 3", Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  line-height: 1.3 !important;

  opacity: 0.9 !important;
}


/* Odkazy v Shoptet podpisu */
html body #footer #signature a,
html body .footer #signature a {
  color: #768295 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}


/* Text Vytvořil Shoptet */
html body #footer #signature .title,
html body .footer #signature .title {
  color: #768295 !important;

  font-family: "Source Sans 3", Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  line-height: 1.3 !important;

  opacity: 0.75 !important;
}


/* Logo Shoptetu */
html body #footer #signature img,
html body .footer #signature img {
  opacity: 0.75 !important;
  filter: grayscale(1) brightness(1.55) !important;
}


/* Tvůj podpis za Shoptetem */
html body #footer #signature::after,
html body .footer #signature::after {
  content: " • Webdesign Petr Tlamka";

  color: #6fb0ff !important;

  font-family: "Source Serif 4", Georgia, "Times New Roman", serif !important;
  font-size: 15px !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;

  white-space: nowrap !important;
}


/* Hover podpisu */
html body #footer #signature:hover::after,
html body .footer #signature:hover::after {
  color: #f4f8ff !important;
}


/* Skrytý nadpis footeru zůstává skrytý */
html body #footer .sr-only,
html body .footer .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}


/* Mobilní doladění bez zásahu do desktop rozložení */
@media (max-width: 640px) {
  html body #footer .copyright,
  html body .footer .copyright {
    font-size: 13px !important;
  }

  html body #footer .cookies-settings,
  html body .footer .cookies-settings {
    display: inline-flex !important;
    margin-top: 6px !important;
    font-size: 13px !important;
    white-space: normal !important;
  }

  html body #footer #signature,
  html body .footer #signature {
    font-size: 12px !important;
  }

  html body #footer #signature::after,
  html body .footer #signature::after {
    font-size: 14px !important;
    white-space: normal !important;
  }
}