/* Resource Library Page Styles */

.reset {
    color: #f8f8f8;
    cursor: pointer;
    font-size: 0.875rem;
    margin-top: 15px;
}
.kc-sort-by, .kc-top-right h5 {
    color: #00B5C6;
}
input.styled-check {
    display: none;
}
input.styled-check+label span {
    border: 2px solid #f8f8f8;
    border-radius: 50%;
    display: inline-block;
    height: 14px;
    margin-left: 5px;
    transition: all .4s ease;
    width: 14px;
}
.kc-no-results {
    display: none;
}
#resource-content {
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.resource-sidebar {
    background-color: #fff;
    padding: 25px 15px 60px;
    text-align: right;
}
.resource-sidebar h3 {
    border-bottom: 1px solid #eceff2;
    color: #00B5C6;
    font-size: .875em;
    font-weight: 600;
    padding: 0 0 20px;
    text-align: right;
    text-transform: uppercase;
}
.resource-feed {
    position: relative;
}
.resource-toolbar, .resource-toolbar-left {
    position: absolute;
    top: 0;
    display: inline-block;
}
.resource-toolbar {
    right: 5px;
}
.events-list .resource-toolbar {
    right: 10px;
}
.resource-toolbar-left {
    left: 15px;
    display: none;
    height: 50px;
    line-height: 50px;
}
.resource-search i {
    color: #B91237;
}
.resource-search input {
    display: inline-block;
    width: 145px;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transition: all .3s ease;
}
.resource-search input:active, .resource-search input:focus {
    width: 300px;
}
button.show-filters {
    color: #00B5C6;
    font-size: 1em;
    line-height: 1em;
    padding: 8px 12px;
    vertical-align: middle;
}
button.show-filters:before, button.hide-filters:before {
    content: none;
}
button.hide-filters, button.hide-filters:after {
    bottom: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
}
button.hide-filters {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: none;
    height: 35px;
    right: -35px;
    width: 35px;
}
button.hide-filters:after {
    border-left: 2px solid #B91237;
    border-top: 2px solid #B91237;
    content: '';
    height: 15px;
    left: 20px;
    transition: all .4s ease;
    width: 15px;
}
.resource-sidebar.active button.hide-filters:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition-delay: 0;
}
ul.filter-list {
    list-style: none;
    margin: 0 0 40px;
}
ul.filter-list li {
    display: block;
    text-align: right;
}
ul.filter-list li a {
    color: #00B5C6;
    display: inline-block;
    line-height: 1.1em;
    padding: 0 0 1rem;
    position: relative;
    text-decoration: none;
    transition: all .4s ease;
}
ul.filter-list li a:after {
    border: 2px solid #f8f8f8;
    color: transparent;
    content: '\e81a';
    display: inline-block;
    font-family: fontello;
    font-size: 13px;
    height: 14px;
    line-height: 14px;
    margin-left: 5px;
    position: relative;
    top: 1px;
    transition: all .4s ease;
    width: 14px;
}
ul.filter-list li a.active:after, ul.filter-list li a:hover:after {
    border: 2px solid #B91237;
    background-color: #B91237;
    color: #fff;
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
ul.filter-list li a.active {
    color: #00B5C6;
}
ul.filter-list li a.reset {
    font-size: .8125em;
    margin-top: 20px;
    width: 100%;
}
ul.filter-list li a.reset:after {
    content: '';
    display: none;
}
.date-pick {
    margin: 20px 0;
}
button#date-search, button#date-clear {
    font-size: 0.875em;
    padding: 8px 15px;
}
button#date-search:focus {
    background-color: #00B5C6;
    outline: none;
}
button#date-clear {
    background-color: transparent;
    border: 0;
    color: #00B5C6;
}
button#date-clear:focus {
    background-color: transparent;
    border: 0;
    color: #00B5C6;
    outline: none;
}
.resource-content .the-content-contain {
    background-color: #fff;
    margin-bottom: 9px;
    padding: 30px;
}
.resource-card a.btn {
    display: none;
}
.resource-items-none {
    text-align: center;
}
.resource-items-none, .load-more {
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}
.resource-items-none.active, .load-more.active {
    opacity: 1;
    visibility: visible;
}
.row.builder-row:last-of-type {
    margin-bottom: 2.5em;
}

/* List View */

.make-list-view .card {
    border-radius: 0;
}
.make-list-view .card-contain {
    padding: 0;
    width: 100%;
}
.make-list-view .card-content {
    height: auto;
    padding: 1.7rem;
}
.make-list-view .card:before {
    display: none;
}
.make-list-view .card-image {
    height: 2px;
    margin: auto;
    top: auto;
    width: 100%;
}
.make-list-view h3.card-title {
    margin-bottom: .5rem;
}
@media only screen and (min-width: 959px) {
    .make-list-view .card:hover .card-image {
        height: 100%;
    }
}

/* Price Slider */

.price-range {
    align-items: center;
    display: flex;
    justify-content: space-around;
    margin: 20px 0 40px;
}
input.price-range-input {
    background-color: #fff;
    border: 0;
    box-shadow: none;
    color: #00B5C6;
    display: inline-block;
    height: auto;
    margin: 0;
    min-width: 0;
    padding: 0;
    text-align: center;
    /* width: 20%; */
    width: auto;
}
#price-range-slider {
    width: 75%;
}

/* Medium Breakpoint */

@media only screen and (max-width: 1280px) and (min-width: 1024px) {
    .resource-sidebar.columns {
        width: 200px;
    }
    .resource-main.columns {
        width: 80%;
        width: calc(100% - 200px);
    }
    h3.card-title {
        font-size: 1em;
    }
    .card-content {
        height: 350px;
        padding: 2rem 2rem 2rem 5rem;
    }
    .card-content:before {
        font-size: 1.9rem;
        top: 2rem;
        width: 5rem;
    }
    .card.events .card-content, .card.webinar .card-content {
        padding-left: 6rem;
    }
    .card.events .card-content:before, .card.webinar .card-content:before {
        font-size: 2.3rem;
        width: 6rem;
    }
    .card-date {
        font-size: 1.5em;
        top: 5rem;
        width: 6rem;
    }
    .card.blog .card-content:before {
        font-size: 2.2rem;
    }

}
@media only screen and (max-width: 1023px) {

    button.hide-filters {
        z-index: 6;
    }
    .resource-feed {
        padding-top: 50px;
    }
    .resource-toolbar-left, button.hide-filters {
        display: inline-block;
    }
    .resource-sidebar {
        background-color: #fff;
        height: 100vh;
        left: 0;
        opacity: 0;
        position: fixed;
        top: 0;
        -ms-transform: translateX(-500px);
        transform: translateX(-500px);
        transition: all .4s ease;
        visibility: hidden;
        width: 330px;
        z-index: 999999222;
    }
    .resource-sidebar.active {
        opacity: 1;
        -ms-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
    }
    .resource-sidebar-content {
        bottom: 0;
        left: 0;
        margin: auto;
        overflow-y: scroll;
        padding: 60px 15px;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .resource-main {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .resource-sidebar {
        width: 80%;
    }
}
