/* ==========================================================================
 * StartLike Theme - Utility: Text Alignment
 * ========================================================================== */

.u-text-center {
  text-align: center !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-right {
  text-align: right !important;
}

/* ----------------------------------------------------------------
 * Responsive Text Alignment
 * ---------------------------------------------------------------- */
@media (min-width: 640px) {
  .u-text-center-md {
    text-align: center !important;
  }

  .u-text-left-md {
    text-align: left !important;
  }

  .u-text-right-md {
    text-align: right !important;
  }
}

@media (min-width: 1024px) {
  .u-text-center-lg {
    text-align: center !important;
  }

  .u-text-left-lg {
    text-align: left !important;
  }

  .u-text-right-lg {
    text-align: right !important;
  }
}
