/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 30 2025 | 10:14:18 */
.search-wrapper {
    max-width: 100%;
    width: 100%;
}
.grid-cols-5 {
    grid-template-columns: repeat(5, 1fr) !important;
}

.margin-vertical-md {
    margin-top: 36px;
    margin-bottom: 36px;
}
.grid-span-3 {
    grid-column: span 3 / span 3;
}
.relative {
    position: relative;
}
#search-page-input{
    background-color: #3d3d3e;
    color: #fff;
	font: inherit;
    border: 2px solid transparent;
    border-bottom: 2px solid #fc8f00;
    margin-top: .35rem;
    padding: 1rem;
    width: 100%;
    text-transform: uppercase;
    font-family: roboto_condensed;
    resize: none;
}
.form--dark .abs-icon {
    color: #ff6c08;
}
.abs-icon:hover,.abs-icon:focus {
	background: transparent;
}
.abs-icon--right {
    right: 10px;
    left: auto !important;
}
.abs-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
	border: 0;
}
.abs-icon>svg {
    width: 30px;
    height: 30px;
	fill: #ff6c08;
}
.loading-spinner-container svg {
	display: none;
} 
.loading-spinner-container {
    position: relative;
    min-height: 160px;
	margin-bottom: 5em;
	text-align: center;
}
.loading-spinner-container.loading-spinner-container--active svg {
    width: 100px;
    height: 100px;
	display: inline-block;
}
.search-results .card__image {
    padding-top: 100%;
}
.search-results .card h3 {
	text-align: left;
}
@media screen and (min-width: 1164px) {
    .grid-xlg-cols-4 {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}
@media screen and (min-width: 988px) {
    .grid-lg-cols-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 988px) {
    .grid-lg-cols-4 {
        grid-template-columns: repeat(4, 1fr);
    }
	.grid-lg-span-1 {
        grid-column: span 1 / span 1 !important;
    }
}
