/**
 * @file
 * Footer Styles
 */
/* Social Footer */
.social-footer-wrapper {
  background: #0e8ec8;
  background: linear-gradient(
    360deg,
    rgba(14, 142, 200, 1) 0%,
    rgba(16, 165, 233, 1) 15%,
    rgba(16, 165, 233, 1) 85%,
    rgba(14, 142, 200, 1) 100%
  );
}

.social-footer {
  display: flex;
  margin: 0 auto;
  padding: 2.5rem 22% 1.75rem 22%;
}

@media only screen and (max-width: 768px) {
  .social-footer {
    display: block;
    padding: 1rem 2.5rem;
  }
}

.social-footer .column {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 50%;
}

@media only screen and (max-width: 768px) {
  .social-footer .column {
    width: 225px;
    margin: 0 auto;
  }
}

.social-footer .column.left {
  height: 50px;
  border-right: 1px solid #ffffff;
}

@media only screen and (max-width: 768px) {
  .social-footer .column.left {
    border: none;
    margin: 0 auto 1rem auto;
  }
}

.social-footer .right ul {
  float: right;
}

@media only screen and (max-width: 768px) {
  .social-footer .right ul {
    float: none;
  }
}

.social-footer .column ul {
  display: flex;
  margin: 0;
  padding: 0.25rem 0 0 0;
  opacity: 0.75;
}

.social-footer .column ul:hover {
  opacity: 1;
  transition: opacity 0.25s all;
}

.social-footer .column ul li {
  color: #ffffff;
  text-align: right;
  font-size: 12px;
  font-weight: 900;
  line-height: 16px;
}

.social-footer .column ul li a {
  position: relative;
  display: block;
  text-align: left;
  text-indent: -9999px;
  margin: 0;
}

.social-footer .column ul li a.youtube {
  top: -10px;
  left: 10px;
  width: 65px;
  height: 65px;
  background-image: url("../../images/icons/youtube-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.social-footer .column ul li a.facebook {
  top: -5px;
  left: 5px;
  width: 35px;
  height: 45px;
  background-image: url("../../images/icons/facebook-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.social-footer .column ul li a.instagram {
  top: -1px;
  left: 10px;
  width: 35px;
  height: 35px;
  background-image: url("../../images/icons/instagram-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.social-footer .column ul li a:hover {
  opacity: 1;
}

/* Footer */
.footer-wrapper {
  position: relative;
  z-index: 3;
  padding: 2rem 0;
  background: #000000;
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 60%,
    rgba(76, 76, 76, 1) 100%
  );
}

.footer-wrapper .footer h2,
.footer-wrapper .footer p,
.footer-wrapper .footer a {
  color: #ffffff;
}

.footer-wrapper .footer a:hover {
  color: #1d9cc5;
}

.footer-wrapper .footer h2 {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 600;
  display: inline-block;
  padding: 0 1.5rem 0 0;
  margin: 0 0 0.5rem 0;
}

.footer-wrapper .footer a svg {
  display: none;
}

.footer-wrapper .footer .row {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .footer-wrapper .footer .row {
    display: block;
  }
}

.footer-wrapper .footer .row .block {
  margin: 0 0 2rem 0;
}

.footer-wrapper .footer .row .be-inspired {
  flex-basis: 50%;
  padding: 0 8rem 0 0;
}

@media only screen and (max-width: 768px) {
  .footer-wrapper .footer .row .be-inspired {
    padding: 0 2rem 0 0;
  }
}

.footer-wrapper .footer .row .be-inspired h2 {
  background-image: url("../../images/icons/mail-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 15%;
  background-position: right center;
  padding: 0 2rem 0 0;
}

.footer-wrapper .footer .row .be-inspired .ctct-form-element {
  width: 200px;
  padding: 10px;
  color: #999999;
  font-size: 16px;
  border: 1px solid #1d9cc5;
}

.footer-wrapper .footer .row .be-inspired .ctct-form-button {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  padding: 10px;
  background-color: #1d9cc5;
  border: 1px solid #ffffff;
  cursor: pointer;
  transition: box-shadow 0.25s ease-in-out;
}

.footer-wrapper .footer .row .be-inspired .ctct-form-button:hover {
  box-shadow: 0 0 10px rgb(0 0 0 / 0.5);
}

.footer-wrapper .footer .row .navigate {
  flex-basis: 25%;
  padding: 0 2rem 0 0;
}

.footer-wrapper .footer .row .navigate h2 {
  background-image: url("../../images/icons/menu-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 15%;
  background-position: right 11px;
}

.footer-wrapper .footer .row .navigate ul {
  margin: 0;
  padding: 0;
}

.footer-wrapper .footer .row .navigate ul li {
  margin: 0 0 0.5rem 0;
  padding: 0;
  list-style: none;
}

.footer-wrapper .footer .row .contact {
  flex-basis: 25%;
  padding: 0;
}

.footer-wrapper .footer .row .contact h2 {
  background-image: url("../../images/icons/phone-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 15%;
  background-position: right center;
}

.footer-wrapper .footer .row .contact .footer-social {
  position: relative;
  display: flex;
  top: -10px;
  left: -5px;
}

.footer-wrapper .footer .row .contact .footer-social a {
  display: block;
  position: relative;
  text-indent: -9999px;
}

.footer-wrapper .footer .row .contact .footer-social a.facebook {
  top: 5px;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url("../../images/icons/facebook-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-wrapper .footer .row .contact .footer-social a.youtube {
  top: 5px;
  left: 0;
  width: 35px;
  height: 35px;
  background-image: url("../../images/icons/youtube-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-wrapper .footer .row .contact .footer-social a.instagram {
  width: 25px;
  height: 25px;
  top: 8px;
  left: 10px;
  background-image: url("../../images/icons/instagram-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
}
