/* Compact NVM footer — used with .nvm-footer-compact on .it-footer-wrap */

.nvm-footer-compact.it-footer-style-2 {
  margin-top: 0;
}

.nvm-footer-compact .nvm-footer-main {
  padding-top: 52px;
  padding-bottom: 44px;
  background-color: var(--it-gray-1);
  background-image: none;
}

@media (max-width: 767px) {
  .nvm-footer-compact .nvm-footer-main {
    padding-top: 40px;
    padding-bottom: 36px;
  }
}

.nvm-footer-compact .it-footer-widget-logo {
  margin-bottom: 14px;
}

.nvm-footer-compact .it-footer-widget-logo img {
  max-height: 44px;
  width: auto;
}

.nvm-footer-compact .it-footer-widget-text p {
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 0;
  color: var(--it-text-body);
}

.nvm-footer-compact .it-footer-widget-title {
  font-size: 15px;
  margin-bottom: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nvm-footer-compact .it-footer-widget-menu ul {
  margin: 0;
  padding: 0;
}

.nvm-footer-compact .it-footer-widget-menu ul li:not(:last-child) {
  margin-bottom: 8px;
}

.nvm-footer-compact .it-footer-widget-contact ul {
  margin: 0;
  padding: 0;
}

.nvm-footer-compact .it-footer-widget-contact ul li {
  margin-bottom: 6px;
  font-size: 14px;
}

.nvm-footer-compact .it-footer-widget-contact ul li:last-child {
  margin-bottom: 0;
}

.nvm-footer-compact .it-footer-widget-social {
  margin-top: 12px;
}

.nvm-footer-compact .it-footer-widget-social a {
  margin-right: 10px;
  color: var(--it-common-black);
  font-size: 15px;
  line-height: 1;
}

.nvm-footer-compact .it-footer-widget-social a:hover {
  color: var(--it-theme-1);
}

.nvm-footer-compact .it-footer-widget-social .fa-brands {
  font-weight: 400;
}

.nvm-footer-compact .nvm-footer-contact-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--it-common-black);
  text-decoration: none;
}

.nvm-footer-compact .nvm-footer-contact-link:hover {
  color: var(--it-theme-1);
}

.nvm-footer-compact .it-copyright-ptb {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .nvm-footer-compact .it-copyright-ptb {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.nvm-footer-compact .it-copyright-left p {
  font-size: 13px;
}
