/* ==========================================================================
 * StartLike Theme - Utility: Spacing
 * Scale: 0=0, 1=0.5rem, 2=1rem, 3=1.5rem, 4=2rem, 5=3rem
 * ========================================================================== */

/* ----------------------------------------------------------------
 * Margin Top
 * ---------------------------------------------------------------- */
.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-1 {
  margin-top: 0.5rem !important;
}

.u-mt-2 {
  margin-top: 1rem !important;
}

.u-mt-3 {
  margin-top: 1.5rem !important;
}

.u-mt-4 {
  margin-top: 2rem !important;
}

.u-mt-5 {
  margin-top: 3rem !important;
}

/* ----------------------------------------------------------------
 * Margin Bottom
 * ---------------------------------------------------------------- */
.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-1 {
  margin-bottom: 0.5rem !important;
}

.u-mb-2 {
  margin-bottom: 1rem !important;
}

.u-mb-3 {
  margin-bottom: 1.5rem !important;
}

.u-mb-4 {
  margin-bottom: 2rem !important;
}

.u-mb-5 {
  margin-bottom: 3rem !important;
}

/* ----------------------------------------------------------------
 * Margin Left
 * ---------------------------------------------------------------- */
.u-ml-0 {
  margin-left: 0 !important;
}

.u-ml-1 {
  margin-left: 0.5rem !important;
}

.u-ml-2 {
  margin-left: 1rem !important;
}

.u-ml-3 {
  margin-left: 1.5rem !important;
}

.u-ml-4 {
  margin-left: 2rem !important;
}

.u-ml-5 {
  margin-left: 3rem !important;
}

/* ----------------------------------------------------------------
 * Margin Right
 * ---------------------------------------------------------------- */
.u-mr-0 {
  margin-right: 0 !important;
}

.u-mr-1 {
  margin-right: 0.5rem !important;
}

.u-mr-2 {
  margin-right: 1rem !important;
}

.u-mr-3 {
  margin-right: 1.5rem !important;
}

.u-mr-4 {
  margin-right: 2rem !important;
}

.u-mr-5 {
  margin-right: 3rem !important;
}

/* ----------------------------------------------------------------
 * Padding Top
 * ---------------------------------------------------------------- */
.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-1 {
  padding-top: 0.5rem !important;
}

.u-pt-2 {
  padding-top: 1rem !important;
}

.u-pt-3 {
  padding-top: 1.5rem !important;
}

.u-pt-4 {
  padding-top: 2rem !important;
}

.u-pt-5 {
  padding-top: 3rem !important;
}

/* ----------------------------------------------------------------
 * Padding Bottom
 * ---------------------------------------------------------------- */
.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-1 {
  padding-bottom: 0.5rem !important;
}

.u-pb-2 {
  padding-bottom: 1rem !important;
}

.u-pb-3 {
  padding-bottom: 1.5rem !important;
}

.u-pb-4 {
  padding-bottom: 2rem !important;
}

.u-pb-5 {
  padding-bottom: 3rem !important;
}

/* ----------------------------------------------------------------
 * Padding Left
 * ---------------------------------------------------------------- */
.u-pl-0 {
  padding-left: 0 !important;
}

.u-pl-1 {
  padding-left: 0.5rem !important;
}

.u-pl-2 {
  padding-left: 1rem !important;
}

.u-pl-3 {
  padding-left: 1.5rem !important;
}

.u-pl-4 {
  padding-left: 2rem !important;
}

.u-pl-5 {
  padding-left: 3rem !important;
}

/* ----------------------------------------------------------------
 * Padding Right
 * ---------------------------------------------------------------- */
.u-pr-0 {
  padding-right: 0 !important;
}

.u-pr-1 {
  padding-right: 0.5rem !important;
}

.u-pr-2 {
  padding-right: 1rem !important;
}

.u-pr-3 {
  padding-right: 1.5rem !important;
}

.u-pr-4 {
  padding-right: 2rem !important;
}

.u-pr-5 {
  padding-right: 3rem !important;
}

/* ----------------------------------------------------------------
 * Margin Auto
 * ---------------------------------------------------------------- */
.u-mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
