/* ALL USED EQUIPMENT*/
.navbar .active.menu-item a {
    color: #4a4a4a !important;
}

.equipment-listing-banner{
    color: black;
}

#filter-form {
    float: left;
    padding: 10px;
    width: 190px;
    margin-right: 10px;
    margin-top: 5px;
    background-color: #f4f4f4;
    border: 1px solid #7c7c7c;
}

.filter-button {
    border: 1px solid #cc1023;
    background-color: #fe1128;
    color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    width: 100%;
}
.filter-button:hover {
    border: 1px solid #cc1023;
    background-color: #cc1023;
    color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    width: 100%;
}

.box-buttons {
    display: flex;

    justify-content: center;
}

.box-button {
    height: 28px;
    font-size: x-small;
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
    min-width: 0;
    border: 1px solid #7c7c7c;
    margin: 0;
}

.box-button:first-child {
    border-radius: 5px 0 0 5px;
}

.box-button:last-child {
    border-radius: 0 5px 5px 0;
}

.checked {
    background-color: #fe1128;
    color: white;
}

.round-checkbox {
    border-radius: 10px;
    accent-color: #fe1128;
}

.filter-select {
    color: #fe1128;
}
.filter-select option {
    color: #fe1128;
}

.page-header {
    background-color: #b20c1c;
    height: 135px;
    width: 100%;
    color: white;
}

.filter-title {
    text-align: center;
    font-size: larger;
    text-decoration: bold;
}

#filter-form select {
    width: 100%;
    margin-bottom: 5px;
}

.equipment-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-bottom: 10px;
}

.card-title {
    background-color: #fe1128;
    color: white;
    min-height: 75px;
    max-height: 75px;
    height: 75px;
    overflow: hidden;
    padding: 10px;
    margin: 0;
}

.equipment-card {
    position: relative;
    display: block;
    color: #7c7c7c;
    background-color: #f4f4f4;
    margin: 0.5%;
    flex: 0 0 31.5%;
    min-width: 0;
    border: 1px solid #7c7c7c;
}

.equipment-card img {
    margin-bottom: 0;
}

.equipment-card:hover {
    text-decoration: none;
    color: #7c7c7c;
    transition-duration: 0.2s;
    filter: drop-shadow(0px 0px 3px #7c7c7c);
}

.featured-banner {
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: white;
    text-align: center;
    font-size: x-large;
}

.entry-content {
    padding: 10px;
}

.site-main {
    max-width: 100% !important;
}

.post-listing-image {
    max-height: 279px;
    min-height: 279px;
    object-fit: cover;
    margin-bottom: 0px;
    width: 100%;
}

.image-container {
    background-color: #eeeeee;
}

.missing-image {
    margin: auto;
    display: block;
    max-height: 279px;
}


@media (max-width: 992px) {
    .equipment-card {
        display: block;
        color: #7c7c7c;
        background-color: #f4f4f4;
        margin: 5px;
        flex: 0 0 48%;
    }
}

@media (max-width: 767.98px) {
    .equipment-card {
        display: block;
        color: #7c7c7c;
        background-color: #f4f4f4;
        margin: 5px;
        flex: 100%;
    }

    #filter-form {
        float: none;
        padding: 10px;
        width: 100%;
        margin-bottom: 10px;
        background-color: #f4f4f4;
    }
}

/* SINGLE EQUIPMENT PAGE*/
.image-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.flex-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-6 {
    flex: 50%;
}

.block {
    margin-bottom: 20px;
}

.small-image {
    width: 111px;
    margin-right: 1px;
    object-fit: cover;
    height: 83px;
}

.field-header {
    color: #fe1128;
    font-family: "Open Sans",sans-serif;
}

.hoverable {
    cursor: pointer;
}

.mian-image {
    height: auto;
    width: 100%;
    margin-bottom: 10px !important;
}

.main-details {
    font-family: "Open Sans",sans-serif;
    background-color: #f4f4f4;
    font-size: larger;
    padding: 15px 10px;
}

.entry-content {
    font-family: "Open Sans",sans-serif;
}

@media (max-width: 767.98px) {
    .flex-row {
        display: block;
        align-items: center;
        
    }
    .flex-6 {
        flex: 100%;
    }
}

/* SHORTCODE */