/**
 * Core - Strengthens and extends 42Theme site functionality.
 *
 * @encoding     UTF-8
 * @version      2.0.0
 * @copyright    Copyright (C) 2016 - 2023 42Theme (https://42theme.com). All rights reserved.
 * @license      Private, Internal Software
 * @author       Alexander Khmelnitskiy (info@alexander.khmelnitskiy.ua)
 * @support      support@42theme.com
 **/
/**
 * Footer.
 ** ===================================================================== */
#t42-footer-con {
  background-color: whitesmoke;
  font-family: 'Ubuntu', Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  padding: 0 16px;
  border-top: 1px solid #d6d6d6;
}
#t42-footer-con .t42-follow-us-box {
  display: flex;
  padding-top: 32px;
}
#t42-footer-con .t42-follow-us-box .t42-title {
  color: #424242;
  font-size: 18px;
  line-height: 27px;
  margin: 0 32px 0 0;
  font-weight: normal;
}
#t42-footer-con .t42-follow-us-box .t42-socials a {
  display: inline-block;
  margin: -12px 0 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  padding: 12px 12px;
}
#t42-footer-con .t42-follow-us-box .t42-socials a:active,
#t42-footer-con .t42-follow-us-box .t42-socials a:focus,
#t42-footer-con .t42-follow-us-box .t42-socials a:hover {
  transform: scale(1.1);
}
#t42-footer-con .t42-follow-us-box .t42-socials a:active .e-fab-youtube,
#t42-footer-con .t42-follow-us-box .t42-socials a:focus .e-fab-youtube,
#t42-footer-con .t42-follow-us-box .t42-socials a:hover .e-fab-youtube {
  fill: #ff0000;
}
#t42-footer-con .t42-follow-us-box .t42-socials a:active .e-fab-behance,
#t42-footer-con .t42-follow-us-box .t42-socials a:focus .e-fab-behance,
#t42-footer-con .t42-follow-us-box .t42-socials a:hover .e-fab-behance {
  fill: #1769ff;
}
#t42-footer-con .t42-follow-us-box .t42-socials a:active .e-fab-instagram,
#t42-footer-con .t42-follow-us-box .t42-socials a:focus .e-fab-instagram,
#t42-footer-con .t42-follow-us-box .t42-socials a:hover .e-fab-instagram {
  fill: #833ab4;
}
#t42-footer-con .t42-follow-us-box .t42-socials a:active .e-fab-twitter,
#t42-footer-con .t42-follow-us-box .t42-socials a:focus .e-fab-twitter,
#t42-footer-con .t42-follow-us-box .t42-socials a:hover .e-fab-twitter {
  fill: #1da1f2;
}
#t42-footer-con .t42-follow-us-box .t42-socials a:active .e-fab-facebook-f,
#t42-footer-con .t42-follow-us-box .t42-socials a:focus .e-fab-facebook-f,
#t42-footer-con .t42-follow-us-box .t42-socials a:hover .e-fab-facebook-f {
  fill: #3b5998;
}
#t42-footer-con .t42-follow-us-box .t42-socials a:active .e-fab-dribbble,
#t42-footer-con .t42-follow-us-box .t42-socials a:focus .e-fab-dribbble,
#t42-footer-con .t42-follow-us-box .t42-socials a:hover .e-fab-dribbble {
  fill: #ea4c89;
}
#t42-footer-con .t42-follow-us-box .t42-socials a:active .e-fab-pinterest-p,
#t42-footer-con .t42-follow-us-box .t42-socials a:focus .e-fab-pinterest-p,
#t42-footer-con .t42-follow-us-box .t42-socials a:hover .e-fab-pinterest-p {
  fill: #bd081c;
}
#t42-footer-con .t42-follow-us-box .t42-socials svg {
  max-width: 24px;
  max-height: 24px;
  width: 24px;
  height: 24px;
  display: block;
  fill: #424242;
}
#t42-footer-con .t42-logo-box a {
  display: inline-block;
}
#t42-footer-con .t42-logo-box a img {
  width: 155px;
  margin: 8px 0;
}
#t42-footer-con .t42-menu-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 32px 0;
}
#t42-footer-con .t42-menu-box {
  flex: 1 1 auto;
  margin: 0;
  max-width: 25%;
}
#t42-footer-con .t42-menu-box h3 {
  color: #424242;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  margin-top: 0;
}
#t42-footer-con .t42-menu-box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
#t42-footer-con .t42-menu-box ul li {
  display: flex;
  list-style: none;
  width: 50%;
}
#t42-footer-con .t42-menu-box ul li.current-menu-item a {
  color: #424242;
}
#t42-footer-con .t42-menu-box ul li a {
  color: #424242;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  padding: 3px 0;
}
#t42-footer-con .t42-menu-box ul li a:hover {
  color: #1f8447;
}
#t42-footer-con .t42-menu-box .t42-menu-our-services ul li,
#t42-footer-con .t42-menu-box .t42-menu-help-center ul li,
#t42-footer-con .t42-menu-box .t42-menu-more ul li {
  width: 100%;
}
#t42-footer-con .t42-copyright-box {
  margin: 0 0 10px 0;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
}
#t42-footer-con .t42-copyright-box #menu-footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
#t42-footer-con .t42-copyright-box #menu-footer-menu a {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #424242;
  transition: color 0.3s;
  padding: 16px;
}
#t42-footer-con .t42-copyright-box #menu-footer-menu a:hover {
  color: #424242;
}
#t42-footer-con .t42-copyright-box p {
  color: #424242;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
@media (max-width: 1100px) {
  #t42-footer-con .t42-menu-wrapper {
    padding: 32px 0 0;
  }
  #t42-footer-con .t42-menu-box {
    max-width: 50%;
    margin-bottom: 32px;
  }
  #t42-footer-con .t42-copyright-box p {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 680px) {
  .t42-copyright-box .t42-logo-box {
    width: 100%;
    text-align: center;
  }
  .t42-copyright-box .t42-menu {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #t42-footer-con .t42-copyright-box #menu-footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 520px) {
  #t42-footer-con .t42-follow-us-box .t42-title {
    display: none;
  }
  #t42-footer-con .t42-menu-box {
    max-width: 100%;
  }
  #t42-footer-con .t42-menu-box ul li {
    width: 100%;
  }
  .t42-socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}
