/***** Sponsor css ****/

.box-holder-wrapper {
    width: calc(100% / 5);
    height: auto;
    display: inline-block;
    background-color: transparent;
    margin-bottom: 20px;
   
}

.box-holder-wrapper:hover{

    box-shadow: rgb(220, 220, 220) 0px 0px 10px 2px;
}


a.image-holder {
    height: 135px !important;
    width: 135px;
    background-size: 400px;
    display: block;
    margin: auto;
    margin-top: 12%;
    margin-bottom: 12%;
    position: relative;
    text-align: center;
    color: transparent !important;
    background-repeat: no-repeat;
    cursor: pointer;
    overflow: hidden;
}

.image-holder img {
    visibility: hidden;
}

.inner-container {
    text-align: center;
}

span.content-holder {
    font-weight: 600;
    color: #999;
    //font: normal bold 17px / 26px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
}

.box-inner .image-holder img {
    display: inline-block;
    margin: auto;
    vertical-align: middle;
}

/*** Filter Shortcode CSS ***/

.label-field {
    margin-bottom: 20px;
}

p.filter-label {
    text-align: left;
    margin-bottom: 5px;
}

.filtered-items-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#supporters-filter .box-holder-wrapper {
    width: calc(100% / 6);
}

.actions-div {
    display: flex;
    width: 100%;
    justify-content:  space-between;
    margin-bottom: 20px;
    align-items: baseline;
}

a.view-all-filters {
    position: relative;
    display: block;
    padding: 10px 50px;
    border: 1px solid;
    border-bottom: none;
}

a.view-all-filters:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}

a.view-all-filters::after {
    position: absolute;
    content: "";
    left: -1px;
    width: 101%;
    height: 4px;
    bottom: 0;
    background: #6ec2b5;
    background: -webkit-linear-gradient(left,#006b31 0%, #6ec2b5 100%);
    background: linear-gradient(to right,#006b31 0%, #6ec2b5 100%);
}

.alph-items {
    font-size: 18px;
}

a.alph-link {
    width: 30px;
    display: inline-block;
    padding: 0px 10px;
    color: #4bbb87;
}

.hide-on-desktop{
    display: none;
}

@media(min-width: 768px){
    
    #supporters-filter select#filter-select {
        width: 250px !important;
    }
    
}

@media(max-width: 767px){

    .hide-on-mobile {
        display: none;
    }
    
    .hide-on-desktop {
        display: block;
    }
    
    .actions-div {
        display: block;
    }

    #supporters-filter .box-holder-wrapper {
        width: calc(100% / 2);
    }
}