/*========== Start Footer  ==========*/
.yoo-footer {
  &.yoo-style1 {
    .yoo-footer-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-top: 1px solid $base-color4;
      padding: 14px 0;
    }
  }
}

.yoo-footer-nav {
  li:not(:last-child) {
    margin-right: 30px;
  }

  a {
    font-weight: 500;
    color: $base-color2;

    &:hover {
      color: $indigo-color;
    }
  }
}

.yoo-copyride {
  font-size: 13px;
  color: $base-color2;
  line-height: 1.6em;

  a {
    color: $indigo-color;
    &:hover {
      color: rgba($indigo-color, 0.8);
    }
  }
}

.yoo-sticky-footer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-left: 270px;
    background-color: #fff;
    z-index: 1;
    .container {
      position: relative;
    }
    &:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background-color: $base-color5;
    }
}
@media screen and (max-width: 1199px) {
.yoo-sticky-footer {
    padding-left: 0;
}
}

@media screen and (max-width: 991px) {
  .yoo-footer.yoo-style1 .yoo-footer-content {
    flex-direction: column;
    text-align: center;
  }

  .yoo-sticky-footer {
    position: initial;
  }
}

/*========== End Footer  ==========*/
