/*
Theme Name: Lineup
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 1.0
*/

.white{
	color: #000 !important;
}

/* Utility classes for border-radius with image-inner support */
.rounded-none,
.rounded-none .img-inner {
    border-radius: 0;
}

.rounded-sm,
.rounded-sm .img-inner {
    border-radius: 0.125rem; /* 2px */
}

.rounded,
.rounded .img-inner {
    border-radius: 0.25rem; /* 4px */
}

.rounded-md,
.rounded-md .img-inner {
    border-radius: 0.375rem; /* 6px */
}

.rounded-lg,
.rounded-lg .img-inner {
    border-radius: 0.5rem; /* 8px */
}

.rounded-full,
.rounded-full .img-inner {
    border-radius: 9999px;
}

/* Utility classes for badges */
.grey-badge{
	background: rgb(228 228 228 / 20%);
    padding: 4px 16px;
    border-radius: 999px;
}

.white-badge{
	background: #FFFFFF;
    padding: 4px 16px;
    border-radius: 999px;
}

.primary-badge{
	background: #13AF92;
    padding: 4px 16px;
    border-radius: 999px;
}

.secondary-badge{
	background: #ec4899;
    padding: 4px 16px;
    border-radius: 999px;
}

@media only screen and (max-width: 48em) {

}