/*******************

footer styles

*******************/

footer {
  width: 100%;
  position: relative;
  z-index: 1;
}

.footer-top {
  width: 100%;
  background: #21568c;
}

.footer-top-inner {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  height: 180px;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}

.footer-left-logo {
  width: 100%;
  display: flex;
  justify-content: center;
}

.footer-left-logo ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
  align-items: center;
}

.footer-left-logo ul li:not(:last-child) {
  margin-right: 30px;
}

/***********footer-social-media********/

.footer-social-media {
  display: flex;
}

.social-block-title {
  margin-right: 60px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  padding-top: 3px;
}

.social-media-list {
  margin: 0;
  display: flex;
}

.social-media-list li {
  padding: 0 12px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.social-media-list li:first-child {
  padding-left: 0;
}

.social-media-list li:last-child {
  padding-right: 0;
  border: none;
}

.social-media-list li a {
  width: 18px;
  height: 15px;
  font-size: 0;
  display: block;
  background: url(/themes/custom/gff/components/footer/css/../img/social_media_footer.png) no-repeat 0 0 transparent;
}

.social-media-list li.twitter a {
  background-position: 0 -4px;
}

.social-media-list li.twitter a:hover {
  background-position: 0 -39px;
}

.social-media-list li.facebook a {
  background-position: -45px -1px;
  width: 11px;
  height: 21px;
}

.social-media-list li.facebook a:hover {
  background-position: -45px -37px;
}

.social-media-list li.youtube a {
  background-position: -85px -3px;
  width: 22px;
  height: 17px;
}

.social-media-list li.youtube a:hover {
  background-position: -85px -39px;
}

.social-media-list li.linkedin a {
  background-position: -135px 0px;
  width: 19px;
  height: 19px;
}

.social-media-list li.linkedin a:hover {
  background-position: -135px -35px;
}

.social-media-list li.flickr a {
  background-position: -179px -6px;
  width: 25px;
  height: 11px;
}

.social-media-list li.flickr a:hover {
  background-position: -179px -41px;
}

.footer-bottom {
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.rights-reserved {
  color: #666666;
  font-weight: 300;
}

.footer-socialmedia-section {
  display: none !important;
}

/* footer description */
.footer-description {
  width: 100%;
  font-weight: var(--fw-bold);
  font-size: var(--fs-18);
  color: var(--clr-white);
  text-align: center;
  line-height: 1.2;
}

/*****************************

Responsive

****************************/

@media only screen and (max-width: 1200px) {
  .footer-top-inner {
    padding: 0px 30px;
  }

  .social-block-title {
    margin-right: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top-inner {
    padding: 0px 30px;
  }

  .social-block-title {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 767px) {

  footer .footer-left {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .footer-top-inner {
    flex-direction: column;
    padding: 15px;
    height: auto;
  }

  .footer-left-logo ul li:not(:last-child) {
    margin-right: 20px;
  }

  .footer-social-media {
    padding-top: 8px;
  }

  .social-block-title {
    margin-right: 10px;
    font-size: 12px;
  }

  .footer-top img {
    max-width: 100%;
  }

  .footer-description {
    font-size: var(--fs-14);
    line-height: 1.3;
  }
}
