/* Container */
/*.sd-custom-post-type-filters .vc_col-md-6 {
    padding-left: 0;
    padding-right: 0;
}*/

.sd-custom-post-type-filters {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    margin-top: -100px;
    position: relative;
}

.sd-custom-post-type-filters .vc_row.wpb_row.vc_row-fluid {
    padding-bottom: 0;
}

.sd-custom-post-type-filters .vc_col-md-12 {
    padding: 0;
}

.sd-custom-post-type-filter.vc_col-md-4 {
    padding-left: 0;
}

.sd-custom-post-type-filter.width-20 {
    width: 20%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.sd-custom-post-type-filter.width-25 {
    width: 25%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.sd-custom-post-type-filter.width-40 {
    width: 40%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.sd-custom-post-type-filter.width-50 {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.sd-custom-post-type-filter.vc_col-md-4.last-filter-item {
    padding-right: 0;
}

.sd-custom-post-type-filter.vc_col-md-6 {
    padding-left: 0;
}

.sd-custom-post-type-filter .sd-custom-post-type-filter-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}

.sd-custom-post-type-filter .sd-custom-post-type-filter-input select,
.sd-custom-post-type-filter .sd-custom-post-type-filter-input input {
    width: 100%;
    border: 1px solid #CACACA;
    color: #414042;
    line-height: 35px;
    padding: 0 10px;
    font-family: 'Corbel', sans-serif;
    font-weight: normal;
    font-size: 18px;
    height: 35px;
    border-radius: 10px;
}

.sd-custom-post-type-filter .sd-custom-post-type-filter-input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: right 10px center;
}

.sd-custom-post-type-filters .reset-filter-box {
    float: right;
    padding-right: 10px;
}

.sd-custom-post-type-filters .reset-filter-box i {
    color: #fe5000;
    display: inline-block;
    margin-right: 5px;
}

.sd-custom-post-type-filters .reset-filter-box input[type="reset"] {
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: #414042;
    font-size: 16px;
    display: inline-block;
    font-family: 'Corbel', sans-serif;
    width: unset;
}

/* Filters */
.sd-custom-post-type-filters .sd-custom-post-type-filter {

}

.sd-custom-post-type-filters .sd-custom-post-type-filter-title {
    font-size: 18px;
    font-weight: bold;
    color: #fe5000;
    text-transform: uppercase;
    font-family: 'muli';
}

.sd-custom-post-type-filter .checkbox-container {
    position: relative;
}
.sd-custom-post-type-filter input[type="checkbox"] {
    display: none;
}

.sd-custom-post-type-filter-type-checkbox label {
    margin-bottom: 0;
}

.sd-custom-post-type-filter-type-checkbox.sd-custom-post-type-filter label:before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    top: 6px;
    left: 0;
    background: #FFFFFF;
    border: 1px solid #363636;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.sd-custom-post-type-filter.sd-custom-post-type-filter-type-checkbox  label {
    display: inline-block;
    margin-left: 25px;
    transition: all 0.3s;
    cursor: pointer;
}

.sd-custom-post-type-filter.sd-custom-post-type-filter-type-checkbox  label:hover:before {
    border: 2px solid #363636;
    transition: all 0.3s;
}

.sd-custom-post-type-filter-type-checkbox.sd-custom-post-type-filter label:hover:before {
    border: 2px solid #363636;
    transition: all 0.3s;
}

.sd-custom-post-type-filter-type-checkbox input[type="checkbox"]:checked + label:before {
    border: 2px solid #363636;
    transition: all 0.3s;
    background: #363636;
}

/* Slider */
.sd-custom-post-type-filter.sd-custom-post-type-filter-type-slider .range-slider {
    margin-top: 60px;
    margin-bottom: 10px;
}

.sd-custom-post-type-filter.sd-custom-post-type-filter-type-slider .range-slider .slider-label {
    position: absolute;
    top: -40px;
}

/* Tag cloud */
.sd-custom-post-type-filter .sd-tag-filter-container .filter-trigger {
    padding: 1px 15px;
}

.sd-custom-post-type-filters-loading,
.sd-custom-post-type-filters-no-results {
    text-align: center;
    color: #fe5000;
    font-weight: bold;
    font-size: 26px;
}

.loading-results-text-color-white.sd-custom-post-type-filters-loading,
.loading-results-text-color-white.sd-custom-post-type-filters-no-results {
    color: #FFFFFF;
}

.loading-results-text-color-black.sd-custom-post-type-filters-loading,
.loading-results-text-color-black.sd-custom-post-type-filters-no-results {
    color: #2E2D2C;
}

.loading-results-text-color-blue.sd-custom-post-type-filters-loading,
.loading-results-text-color-blue.sd-custom-post-type-filters-no-results {
    color: #0e71b8;
}

@media screen and (max-width: 1216px) {
    .sd-custom-post-type-filters > .vc_row {
        margin-bottom: 35px !important;
    }

    .sd-custom-post-type-filters .vc_col-md-12 {
        padding-right: 0;
    }
}

@media screen and (max-width: 991px) {
    form .sd-custom-post-type-filter {
        margin-bottom: 20px;
    }

    form .sd-custom-post-type-filter.last-filter-item {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .sd-custom-post-type-filter.width-25 {
        width: 50%;
    }
}

@media screen and (max-width: 567px) {
    .sd-custom-post-type-filter.width-25,
    .sd-custom-post-type-filter.width-50 {
        width: 100%;
    }

    .sd-custom-post-type-filters .reset-filter-box {
        float: left;
        padding-left: 10px;
    }
}