/*------------------------------------
  Borders None
------------------------------------*/
.g-brd-around-none {
  border-width: 0 !important;
}
.g-brd-top-none {
  border-top: none !important;
}
.g-brd-right-none {
  border-right: none !important;
}
.g-brd-bottom-none {
  border-bottom: none !important;
}
.g-brd-left-none {
  border-left: none !important;
}

@media (min-width: $g-sm) {
  .g-brd-around-none--sm {
    border: none !important;
  }
  .g-brd-top-none--sm {
    border-top: none !important;
  }
  .g-brd-right-none--sm {
    border-right: none !important;
  }
  .g-brd-bottom-none--sm {
    border-bottom: none !important;
  }
  .g-brd-left-none--sm {
    border-left: none !important;
  }
}

@media (min-width: $g-md) {
  .g-brd-around-none--md {
    border: none !important;
  }
  .g-brd-top-none--md {
    border-top: none !important;
  }
  .g-brd-right-none--md {
    border-right: none !important;
  }
  .g-brd-bottom-none--md {
    border-bottom: none !important;
  }
  .g-brd-left-none--md {
    border-left: none !important;
  }
}

@media (min-width: $g-lg) {
  .g-brd-around-none--lg {
    border: none !important;
  }
  .g-brd-top-none--lg {
    border-top: none !important;
  }
  .g-brd-right-none--lg {
    border-right: none !important;
  }
  .g-brd-bottom-none--lg {
    border-bottom: none !important;
  }
  .g-brd-left-none--lg {
    border-left: none !important;
  }
}