/* Styles for Footer */

.product-menu {
  background-color: #F6FAFE;
  padding-top: 50px;
}

.site-menu {
  background-color: #1F1F1F;
  padding-top: 50px;
  color: #FFFFFF;
}

.site-menu hr {
  border-color: #767375;
}

.product-menu-header {
  font-size: 16px;
  font-weight: 700;
  color: #0D1833;
  line-height: 24px;
}

.product-menu-title {
  color: #265C7F;
  font-size: 37px;
  font-weight: 300;
  line-height: 44px;
  margin-bottom: 32px;
}

.product-menu-item {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  list-style: none;
}

.product-menu-item > a {
  color: #656C81;
}

.site-menu-right {
  flex: 2 0 0;
  padding-right: 65px;
  position: relative;
}

.site-menu-right::before {
  content: '';
  position: absolute;
  border-right: 1px solid #767375;
  height: 100%;
  top: 0;
  right: 30px;
}

@media (max-width: 1023px) {
  .site-menu-right {
    padding-right: 0;
  }
  .site-menu-right::before {
    display: none;
  }
}

.site-menu-header {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

.site-menu-sub-header {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 30px;
  list-style: none;
  padding-right: 5px;
}

@media (max-width: 1023px) {
  .site-menu-sub-header {
    font-weight: inherit;
    margin-top: 0;
  }
}

.site-menu-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 4px;
  list-style: none;
}

.site-menu-sub-header > span,
.site-menu-sub-header > a,
.site-menu-item > a:hover {
  color: #ffffff;
}

.site-menu-sub-header > a:hover {
  color: #C3C3C3;
}

.site-menu-item > a {
  color: #C3C3C3;
}

.footer-heading {
  font-size: 21px;
  font-weight: 300;
  line-height: 24px;
}

.footer-sub-head {
  font-weight: 300;
  line-height: 24px;
}

.footer-newsletter-heading,
.footer-contact-heading,
.footer-social-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}

.footer-contact-item > a {
  color: #C3C3C3;
  font-size: 14px;
  font-weight: 400;
}

.newsletter label {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.newsletter input[type="email"] {
  background-color: #767375;
  color: #fff;
}

.newsletter button[type="submit"],
body[data-form-submit="see-through"] .newsletter button[type=submit]:not(.search-widget-btn) {
  border-radius: 3px;
  border: 1px solid #92C3DB;
  background-color: #348ED1 !important;
  padding: 12px 32px;
  font-size: 15px;
  color: #fff !important;
}

.copyright {
  margin-top: 50px;
  background-color: #191919;
  padding: 38px 0;
  font-size: 0.8125rem;
}
