/*
Theme Name:         HCP Custom Theme
Theme URI:          https://www.hcponline.org/
Description:        Custom responsive WordPress theme for HCP.
Version:            1.0.0
Author:             Field of Study
Author URI:         https://fieldofstudy.design/
Text Domain:        hcp
*/

a {

}

.facetwp-search {
    width: 100%;
}
.reset-button{
    padding: 10px 25px;
    font-weight: 100;
    font-size: .75rem;
    background-color: #d0d0d0;
    color: #4c4c4c;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}
.reset-button:hover{
    background-color: #000000;
    color: #ffffff;
}
.class-btn {
    font-weight: bold;
    font-size: .9rem;
}

.tribe-events-loop .row  {
    margin-bottom:35px;
    padding-bottom:25px;
    border-bottom: 1px solid #000;
}
.new-event-list .tribe-events-event-meta {
    font-size: 1.2rem;
}

.class-location, h5  {
            font-family: Univers LT W04_73 Black1476050;
            color: #000;
            text-transform: uppercase;
            font-size: 14px;
            line-height: 1;
            letter-spacing: 1.5px;
            text-align: left;
        }
.class-location span a{
            color: #ff4ac3;
        }
.class-btn{
            border: 3px solid #000000;
            padding-left: 30px;
            padding-right: 30px;
        }
.class-btn:hover{
            background-color: #000000;
            color: #ffffff;
        }
.noUi-target {
    position: relative;
    direction: ltr;
    background: #000;
    border-radius: 1px;
    border: 1px solid #000 !important;
    padding: 0 8px;
}
.noUi-horizontal{
	height:1px !important;
}

.noUi-handle {
    position: absolute;
    border: 1px solid #000 !important;
    border-radius: 50% !important;
    background: #000 !important;
    cursor: default;
}

.noUi-horizontal .noUi-handle {
    top: -10px !important;
}

.facetwp-slider-wrap {
    margin-top: 20px;
}
.fos-event-dates, .fos-event-days, .fos-event-organizer {
    margin-bottom: 0;
}