/*
    Theme Name: Bobcat Theme 2
    Author: CJ Lupori
    Description: Bobcat Theme Option 2 of 3
    Version: 1.0.1
*/
.has-feedback .form-control-feedback {
    right: 98% !important;
    top: 2px !important;

}

.row > * {
    padding-left: calc(var(--bs-gutter-x) * 0.0);
    padding-right: calc(var(--bs-gutter-x) * 0.0);
}
a {
    text-decoration: none;
}
.boxed-list ul{
	display: flex;
	gap: 20px;list-style: none; padding: 0; margin: 20px 0;
}
.boxed-list li{
	width: 100%;
	box-sizing: border-box;
	background: #eee;
	padding: 50px 50px 50px;
	position: relative;
	text-transform: uppercase;
    font-family: 'Open Sans', sans-serif !important;
	font-size: 24px;
	font-weight: 700;
	
}
.boxed-list li:after{
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	line-height: 48px;
	background: #ef4023;
	color: #000;
	text-align: center;
	font-size: 16px;
}

@media screen and (min-width: 1025px) {
	.category-row{flex-wrap: wrap;}
	.category{
		width: calc(15% - 2px) !important;
		flex: unset !important;
	}
	
}
@media screen and (max-width: 760px) {
	
	.boxed-list ul{
		flex-wrap: wrap;
	}
	
}