/*========== Start Footer  ==========*/
.yoo-footer {
  &.yoo-style1 {
    border-top: 1px solid $base-color4;
    padding: 10px 0;

    .yoo-footer-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
  }
}

.yoo-footer-nav {
  li:not(:last-child) {
    margin-right: 30px;
  }

  a {
    font-weight: 500;
    color: $base-color3;

    &:hover {
      color: $base-color2;
    }
  }
}

.yoo-copyride {
  font-size: 12px;
  color: $base-color3;
  line-height: 1.6em;

  a {
    &:hover {
      color: $base-color2;
    }
  }
}


.yoo-footer.yoo-fixed-footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0;
  background-color: $main-color;

  .yoo-footer-in {
    background-color: $base-color5;
    width: 100%;
    padding: 10px 0;
    padding-left: 270px;
  }
}

@media screen and (max-width: 1199px) {
  .yoo-footer.yoo-fixed-footer .yoo-footer-in {
    padding-left: 10px;
  }
}

@media screen and (max-width: 991px) {
  .yoo-footer.yoo-style1 .yoo-footer-content {
    flex-direction: column;
    text-align: center;
  }

  .yoo-footer.yoo-fixed-footer {
    position: initial;
  }
}

/*========== End Footer  ==========*/
