/*
 * Shelter Realty migration — Step 4 footer.
 * Source: modified Cryptocurrency Exchange footer.php, footer-bottom.php,
 * style.css, custom-color.css and database footer Custom HTML widgets.
 */

.shelter-site-footer {
  position: relative;
  width: 100%;
  max-width: none !important;
  margin: 0;
  padding: 0;
  border-top: 3px solid #e98d26;
  color: #d4d4d4;
  background: #0e0f10;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.shelter-site-footer .shelter-footer-widgets {
  position: relative;
  width: 100%;
  max-width: none !important;
  padding: 40px 0 0;
  color: #fff;
  background: #0e0f10 !important;
}

.shelter-site-footer .shelter-footer-widgets > .shelter-footer-columns {
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.shelter-site-footer .shelter-footer-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.shelter-site-footer .shelter-footer-widget {
  min-width: 0;
  margin-bottom: 40px;
  padding: 25px 20px 28px;
  color: #d4d4d4;
  background: transparent;
  font-size: 15px;
}

.shelter-site-footer .widget-title {
  margin: 0 0 30px;
  padding: 0;
  color: #fff !important;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
}

.shelter-site-footer .widget-title::after {
  display: block;
  width: 40px;
  height: 2px;
  margin-top: 10px;
  background: #e98d26;
  content: "";
}

.shelter-site-footer p,
.shelter-site-footer .widget p,
.shelter-site-footer .widget p a {
  color: #d4d4d4;
}

.shelter-site-footer p {
  margin: 0 0 10px;
}

.shelter-site-footer a {
  color: #d4d4d4;
  transition: all 0.125s ease-in-out 0s;
}

.shelter-site-footer a:hover,
.shelter-site-footer a:focus,
.shelter-site-footer .widget a:hover,
.shelter-site-footer .widget a:focus {
  color: #e98d26;
}

.shelter-site-footer .ml5,
.shelter-site-footer .ft_links a {
  margin-left: 5px;
}

.shelter-site-footer .ft_links a.ml0 {
  margin-left: 0;
}

.shelter-footer-contact-copy {
  margin-bottom: 0 !important;
}

.shelter-footer-join {
  align-items: center;
}

.shelter-footer-join p,
.shelter-footer-service-link p {
  margin: 0;
}

.shelter-footer-inline-icon {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  color: #d4d4d4;
}

.shelter-footer-inline-icon img {
  display: block;
  width: 14px !important;
  height: 14px !important;
  object-fit: contain;
}

.shelter-footer-service-links {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.shelter-footer-service-link {
  display: flex;
  align-items: center;
  min-height: 24px;
  gap: 10px;
}

.shelter-footer-service-link + .shelter-footer-service-link {
  margin-top: 0;
}

.shelter-footer-trademark small {
  font-size: 80%;
}

.shelter-footer-association-links {
  margin-bottom: 10px !important;
}

.shelter-footer-bbb {
  margin: 0 0 10px !important;
}

.shelter-footer-bbb img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.shelter-footer-association-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.shelter-footer-association-logos .wp-block-image {
  margin: 0;
}

.shelter-footer-association-logos img {
  display: block;
  width: 100px !important;
  max-width: 100%;
  height: auto;
}

.shelter-site-footer .divider-d {
  width: 100%;
  max-width: none !important;
  height: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid #202020;
  background: transparent;
}

.shelter-site-footer .shelter-footer-bottom {
  width: 100%;
  max-width: none !important;
  padding: 20px 0;
  color: #fff;
  background: #000 !important;
}

.shelter-site-footer .shelter-footer-bottom > .shelter-footer-bottom-columns {
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.shelter-footer-inline-icon img {
	display: block;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.shelter-footer-bottom-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 0;
}

.shelter-site-footer .copyright {
  margin: 14px 0;
  color: #d4d4d4;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}

.shelter-site-footer .copyright a {
  color: #d4d4d4;
}

.shelter-site-footer .copyright a:hover,
.shelter-site-footer .copyright a:focus {
  color: #e98d26;
}

.shelter-site-footer .footer_social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  float: none;
  margin: 6px 0;
  gap: 4px;
}

.shelter-footer-social-icon {
  width: 35px;
  height: 35px;
  margin: 0 !important;
}

.shelter-footer-social-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin: 0 2px;
  padding: 5px 6px;
  border-radius: 2px;
  color: #eee;
  transition: 0.25s;
}

.shelter-footer-social-icon a:hover,
.shelter-footer-social-icon a:focus {
  color: #fff;
  background-color: #e98d26;
}

.shelter-footer-social-icon img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

/* The database Custom CSS applies this adjustment to every source .col-md-4. */
@media only screen and (min-width: 855px) {
  .shelter-site-footer .shelter-footer-widget.col-md-4 {
    margin-top: -40px;
    margin-bottom: -20px;
  }
}

/* Source Bootstrap grid: two columns at the sm breakpoint. */
@media (min-width: 768px) and (max-width: 991px) {
  .shelter-site-footer .shelter-footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .shelter-site-footer .shelter-footer-columns,
  .shelter-site-footer .shelter-footer-bottom-columns {
    grid-template-columns: 1fr;
  }

  .shelter-site-footer .shelter-footer-widget {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .shelter-site-footer .copyright,
  .shelter-site-footer .footer_social {
    text-align: center;
  }

  .shelter-site-footer .footer_social {
    justify-content: center;
    float: none;
  }
}

@media only screen and (max-device-width: 480px) {
  .shelter-site-footer .shelter-footer-widget.col-md-4 {
    margin-top: -10px;
    margin-bottom: 10px;
  }
}
