/* =========================================================
   WELLS HAMILTON FOOTER
   FULLY ISOLATED CSS
   DOES NOT AFFECT SERVICES / SEO SECTION
========================================================= */

/* =========================================================
   FOOTER BASE
========================================================= */

.footer {
  width: 100%;
  margin: 0;
  padding: 0;

  background: #e5e5e5;
  color: #111111;

  font-family: Georgia, "Times New Roman", serif;

  box-sizing: border-box;
}

/* =========================================================
   FOOTER BOX SIZING
========================================================= */

.footer,
.footer *,
.footer *::before,
.footer *::after {
  box-sizing: border-box;
}

/* =========================================================
   FOOTER TOP
========================================================= */

.footer .footer-top {
  width: 100%;
  margin: 0;
  padding: 0;

  background: #e5e5e5;
}

/* =========================================================
   FOOTER CONTAINER
========================================================= */

.footer .footer-container {
  width: 100%;
  max-width: 1050px;

  margin: 0 auto;
  padding: 40px 45px 42px;

  display: flex;
  align-items: flex-start;
  justify-content: space-between;

  gap: 80px;
}

/* =========================================================
   BRAND AREA
========================================================= */

.footer .footer-brand {
  flex: 1 1 auto;
  min-width: 0;

  display: flex;
  align-items: flex-start;

  gap: 22px;

  margin: 0;
  padding: 0;
}

/* =========================================================
   FOOTER LOGO
========================================================= */

.footer .footer-logo {
  width: 250px;
  height: auto;

  flex: 0 0 250px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin: 0;
  padding: 0;

  text-decoration: none;
}

.footer .footer-logo img {
  display: block;

  width: 235px;
  height: auto;

  max-width: none;
  max-height: none;

  margin: 0;
  padding: 0;

  object-fit: contain;
}

/* =========================================================
   CONTACT INFORMATION
========================================================= */

.footer .footer-contact {
  min-width: 0;

  display: flex;
  flex-direction: column;
  align-items: flex-start;

  margin: 0;
  padding: 2px 0 0;
}

.footer .footer-contact a {
  display: block;

  margin: 0;
  padding: 0;

  color: #111111;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 16px;
  font-weight: 400;

  line-height: 1.5;

  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;

  transition:
    color 0.25s ease,
    opacity 0.25s ease;
}

.footer .footer-contact a:hover {
  color: #555555;

  opacity: 0.8;
}

.footer .footer-contact p {
  margin: 27px 0 0;
  padding: 0;

  color: #111111;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 16px;
  font-weight: 400;

  line-height: 1.55;
}

/* =========================================================
   SOCIAL AREA
========================================================= */

.footer .footer-social {
  flex: 0 0 auto;

  width: auto;

  display: flex;
  flex-direction: column;
  align-items: flex-start;

  margin: 0;
  padding: 0;
}

.footer .footer-social h4 {
  margin: 0 0 25px;
  padding: 0;

  color: #111111;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 17px;
  font-weight: 400;

  line-height: 1.25;
}

/* =========================================================
   SOCIAL ICON ROW
========================================================= */

.footer .social-icons {
  display: flex;
  align-items: center;

  gap: 14px;

  margin: 0;
  padding: 0;
}

/* =========================================================
   SOCIAL BUTTON
========================================================= */

.footer .social {
  width: 52px;
  height: 52px;

  flex: 0 0 52px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin: 0;
  padding: 0;

  border-radius: 5px;

  color: #ffffff !important;

  font-family: Arial, Helvetica, sans-serif;

  font-size: 22px;
  font-weight: 400;

  line-height: 1;

  text-decoration: none !important;

  cursor: pointer;

  transition:
    transform 0.25s ease,
    opacity 0.25s ease,
    box-shadow 0.25s ease;
}

/* =========================================================
   FONT AWESOME ICONS
========================================================= */

.footer .social i {
  display: block;

  color: #ffffff !important;

  font-family: "Font Awesome 6 Brands" !important;

  font-size: 29px !important;
  font-weight: 400 !important;

  line-height: 1;

  text-align: center;

  opacity: 1;
}

/* =========================================================
   FACEBOOK
========================================================= */

.footer .social.facebook {
  background: #1877f2;
}

.footer .social.facebook i {
  font-size: 29px !important;
}

/* =========================================================
   INSTAGRAM
========================================================= */

.footer .social.instagram {
  background: linear-gradient(135deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
}

.footer .social.instagram i {
  font-size: 30px !important;
}

/* =========================================================
   X / TWITTER
========================================================= */

.footer .social.twitter {
  background: #000000;
}

.footer .social.twitter i {
  font-size: 27px !important;
}

/* =========================================================
   DAILYMOTION
========================================================= */

.footer .social.dailymotion {
  background: #111111;
}

.footer .social.dailymotion span {
  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;

  margin: 0;
  padding: 0;

  color: #ffffff;

  font-family: Arial, Helvetica, sans-serif;

  font-size: 27px;
  font-weight: 700;

  line-height: 1;
}

/* =========================================================
   YOUTUBE
========================================================= */

.footer .social.youtube {
  background: #ff0000;
}

.footer .social.youtube i {
  font-size: 29px !important;
}

/* =========================================================
   LINKEDIN
========================================================= */

.footer .social.linkedin {
  background: #0a66c2;
}

.footer .social.linkedin i {
  font-size: 29px !important;
}

/* =========================================================
   SOCIAL HOVER
========================================================= */

.footer .social:hover {
  transform: translateY(-4px);

  opacity: 1;

  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.18);
}

/* =========================================================
   GOLD LINE
========================================================= */

.footer .social-line {
  width: 100%;
  height: 2px;

  margin: 14px 0 0;
  padding: 0;

  background: #d5ad00;
}

/* =========================================================
   DISCLAIMER
========================================================= */

.footer .footer-disclaimer {
  width: 100%;

  margin: 0;
  padding: 11px 25px 18px;

  background: #a6a6a6;

  text-align: center;
}

.footer .footer-disclaimer h5 {
  margin: 0 0 13px;
  padding: 0;

  color: #111111;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 13px;
  font-weight: 400;

  font-style: italic;

  line-height: 1.3;
}

.footer .footer-disclaimer p {
  width: 100%;
  max-width: 780px;

  margin: 0 auto;
  padding: 0;

  color: #111111;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 13px;
  font-weight: 400;

  font-style: italic;

  line-height: 1.5;

  text-align: center;
}

.footer .footer-disclaimer a {
  color: #111111;

  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;

  transition: opacity 0.25s ease;
}

.footer .footer-disclaimer a:hover {
  opacity: 0.65;
}

/* =========================================================
   COPYRIGHT
========================================================= */

.footer .footer-bottom {
  width: 100%;

  margin: 0;
  padding: 0 25px 19px;

  background: #a6a6a6;

  text-align: center;
}

.footer .footer-bottom p {
  margin: 0;
  padding: 0;

  color: #111111;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 15px;
  font-weight: 400;

  line-height: 1.4;
}

.footer .footer-bottom a {
  color: #111111;

  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;

  transition: opacity 0.25s ease;
}

.footer .footer-bottom a:hover {
  opacity: 0.65;
}

/* =========================================================
   LARGE TABLETS
========================================================= */

@media (max-width: 1000px) {
  .footer .footer-container {
    max-width: 900px;

    padding: 38px 35px 40px;

    gap: 50px;
  }

  .footer .footer-brand {
    gap: 18px;
  }

  .footer .footer-logo {
    width: 110px;
    height: 110px;

    flex-basis: 110px;
  }

  .footer .footer-logo img {
    width: 110px;
    height: 110px;

    max-width: 100%;
    max-height: 100%;
  }

  .footer .footer-contact a,
  .footer .footer-contact p {
    font-size: 15px;
  }

  .footer .social {
    width: 44px;
    height: 44px;

    flex-basis: 44px;

    font-size: 20px;
  }

  .footer .social i {
    font-size: 24px !important;
  }

  .footer .social.instagram i {
    font-size: 25px !important;
  }

  .footer .social.twitter i {
    font-size: 23px !important;
  }

  .footer .social.facebook i,
  .footer .social.youtube i,
  .footer .social.linkedin i {
    font-size: 24px !important;
  }

  .footer .social.dailymotion span {
    font-size: 23px;
  }

  .footer .social-icons {
    gap: 9px;
  }
}

/* =========================================================
   TABLETS
========================================================= */

@media (max-width: 800px) {
  .footer .footer-container {
    padding: 35px 28px 38px;

    gap: 35px;
  }

  .footer .footer-brand {
    gap: 15px;
  }

  .footer .footer-logo {
    width: 100px;
    height: 100px;

    flex-basis: 100px;
  }

  .footer .footer-logo img {
    width: 100px;
    height: 100px;

    max-width: 100%;
    max-height: 100%;
  }

  .footer .footer-contact a,
  .footer .footer-contact p {
    font-size: 14px;
  }

  .footer .footer-contact p {
    margin-top: 21px;
  }

  .footer .footer-social h4 {
    margin-bottom: 20px;

    font-size: 16px;
  }

  .footer .social {
    width: 41px;
    height: 41px;

    flex-basis: 41px;

    font-size: 18px;
  }

  .footer .social i {
    font-size: 21px !important;
  }

  .footer .social.instagram i {
    font-size: 22px !important;
  }

  .footer .social.twitter i {
    font-size: 20px !important;
  }

  .footer .social.facebook i,
  .footer .social.youtube i,
  .footer .social.linkedin i {
    font-size: 21px !important;
  }

  .footer .social.dailymotion span {
    font-size: 20px;
  }

  .footer .social-icons {
    gap: 7px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {
  .footer .footer-container {
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    gap: 32px;

    padding: 30px 22px 34px;
  }

  .footer .footer-brand {
    width: 100%;

    display: flex;
    align-items: flex-start;

    gap: 15px;
  }

  .footer .footer-logo {
    width: 88px;
    height: 88px;

    flex: 0 0 88px;
  }

  .footer .footer-logo img {
    width: 88px;
    height: 88px;

    max-width: 100%;
    max-height: 100%;
  }

  .footer .footer-contact {
    padding-top: 0;
  }

  .footer .footer-contact a {
    font-size: 14px;

    line-height: 1.5;

    white-space: normal;
  }

  .footer .footer-contact p {
    margin-top: 17px;

    font-size: 14px;

    line-height: 1.5;
  }

  .footer .footer-social {
    width: 100%;
  }

  .footer .footer-social h4 {
    margin-bottom: 17px;

    font-size: 16px;
  }

  .footer .social-icons {
    width: 100%;

    display: flex;
    flex-wrap: wrap;

    gap: 9px;
  }

  .footer .social {
    width: 44px;
    height: 44px;

    flex: 0 0 44px;

    border-radius: 4px;

    font-size: 20px;
  }

  .footer .social i {
    font-size: 22px !important;
  }

  .footer .social.instagram i {
    font-size: 23px !important;
  }

  .footer .social.twitter i {
    font-size: 21px !important;
  }

  .footer .social.facebook i,
  .footer .social.youtube i,
  .footer .social.linkedin i {
    font-size: 22px !important;
  }

  .footer .social.dailymotion span {
    font-size: 21px;
  }

  .footer .social-line {
    width: 100%;
    height: 2px;

    margin-top: 13px;
  }

  .footer .footer-disclaimer {
    padding: 10px 18px 17px;
  }

  .footer .footer-disclaimer h5 {
    margin-bottom: 9px;

    font-size: 12px;
  }

  .footer .footer-disclaimer p {
    max-width: 550px;

    font-size: 11.5px;

    line-height: 1.5;
  }

  .footer .footer-bottom {
    padding: 0 18px 16px;
  }

  .footer .footer-bottom p {
    font-size: 13px;
  }
}

/* =========================================================
   SMALL PHONES
========================================================= */

@media (max-width: 420px) {
  .footer .footer-container {
    padding: 27px 17px 30px;

    gap: 28px;
  }

  .footer .footer-brand {
    gap: 12px;
  }

  .footer .footer-logo {
    width: 75px;
    height: 75px;

    flex-basis: 75px;
  }

  .footer .footer-logo img {
    width: 75px;
    height: 75px;

    max-width: 100%;
    max-height: 100%;
  }

  .footer .footer-contact a,
  .footer .footer-contact p {
    font-size: 13px;
  }

  .footer .footer-contact p {
    margin-top: 14px;
  }

  .footer .footer-social h4 {
    margin-bottom: 14px;

    font-size: 15px;
  }

  .footer .social-icons {
    gap: 7px;
  }

  .footer .social {
    width: 39px;
    height: 39px;

    flex-basis: 39px;
  }

  .footer .social i {
    font-size: 19px !important;
  }

  .footer .social.instagram i {
    font-size: 20px !important;
  }

  .footer .social.twitter i {
    font-size: 18px !important;
  }

  .footer .social.facebook i,
  .footer .social.youtube i,
  .footer .social.linkedin i {
    font-size: 19px !important;
  }

  .footer .social.dailymotion span {
    font-size: 18px;
  }

  .footer .social-line {
    margin-top: 12px;
  }

  .footer .footer-disclaimer {
    padding: 9px 14px 15px;
  }

  .footer .footer-disclaimer h5 {
    font-size: 11px;
  }

  .footer .footer-disclaimer p {
    font-size: 10.5px;

    line-height: 1.45;
  }

  .footer .footer-bottom {
    padding: 0 14px 14px;
  }

  .footer .footer-bottom p {
    font-size: 12px;
  }
}

/* =========================================================
   EXTRA SMALL PHONES
========================================================= */

@media (max-width: 350px) {
  .footer .footer-brand {
    gap: 10px;
  }

  .footer .footer-logo {
    width: 68px;
    height: 68px;

    flex-basis: 68px;
  }

  .footer .footer-logo img {
    width: 68px;
    height: 68px;

    max-width: 100%;
    max-height: 100%;
  }

  .footer .footer-contact a,
  .footer .footer-contact p {
    font-size: 12px;
  }

  .footer .social {
    width: 36px;
    height: 36px;

    flex-basis: 36px;
  }

  .footer .social i {
    font-size: 16px !important;
  }

  .footer .social.instagram i {
    font-size: 17px !important;
  }

  .footer .social.twitter i {
    font-size: 15px !important;
  }

  .footer .social.facebook i,
  .footer .social.youtube i,
  .footer .social.linkedin i {
    font-size: 16px !important;
  }

  .footer .social.dailymotion span {
    font-size: 17px;
  }
}
