/*
 * Ultimate WP Theme — Footer layout variants
 */

.cs-footer--logo-left .cs-footer__col-brand {
  text-align: left;
  align-items: flex-start;
}

.cs-footer--logo-left .cs-footer__col-brand .cs-logo,
.cs-footer--logo-left .cs-footer__logo.cs-logo-once {
  text-align: left;
}

.cs-footer--logo-center .cs-footer__col-brand {
  text-align: center;
  align-items: center;
}

.cs-footer--two-col .cs-footer__item-inner--brand,
.cs-footer--three-col .cs-footer__item-inner--brand {
  display: grid;
  gap: 32px;
  align-items: start;
}

.cs-footer--two-col .cs-footer__item-inner--brand {
  grid-template-columns: minmax(220px, 1fr) minmax(280px, 1.4fr);
}

.cs-footer--three-col .cs-footer__item-inner--brand {
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
}

.cs-footer--three-col .cs-footer__col-menu,
.cs-footer--three-col .cs-footer__col-social {
  align-self: start;
}

@media (max-width: 991px) {
  .cs-footer--two-col .cs-footer__item-inner--brand,
  .cs-footer--three-col .cs-footer__item-inner--brand,
  .cs-footer--three-col .cs-footer__col-widgets {
    grid-template-columns: 1fr;
  }

  .cs-footer--logo-left .cs-footer__col-brand {
    text-align: center;
    align-items: center;
  }
}
