#form-filter input {
    background: white;
    width: 100%;
    box-shadow: unset;
    border: unset;
    border-radius: 1px;
    padding: 5px;
    font-weight: 500;
}

body .btn-filter {
    color: black !important;
    border-radius: 1px;
}

.content-reversed.artwork_detail {
    background-color: black;
}

.pl-0 {
    padding-left: 0px;
}

.image_list .item.inview_element .title {
    color: white;
}

.page-item .page-link {
    color: white;
}

.paginate nav ul.pagination li.active {
    background: white;
    color: black;
}

.page-item.active .page-link {
    color: black;
}

.paginate nav ul.pagination li {
    border: 1px solid white;
}

.image_list {
    display: inline-flex;
}

.card-image {
    background-color: white;
    border-radius: 10px;
}

.card-image img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.paginate {
    margin-top: 20px;
}

.card-image .title {
    padding: 10px 10px 0px 10px;
    font-weight: 800;
    font-size: 16px;
    line-height: 10px;
}

.card-image .location {
    padding: 0px 10px 15px 10px;
    font-weight: 300;
    font-size: 14px;
}

.paginate nav ul.pagination li {
    padding: 9px 10px;
}

.page-item.disabled {
    border: 1px solid #484747!important;
}

.page-item.disabled .page-link {
    color: #484747;
}

.medium_grid .item {
    margin: 0 0 0px 0;
}

.slider-gallery .slick-arrow {
    background: transparent!important;
}

.slider-gallery .slick-prev::after {
    content: "\2190";
    color: white;
}

.slider-gallery .slick-next::after {
    content: "\2192";
    color: white;
}

@media only screen and (max-width: 767px) {
    .area {
        margin-bottom: 43px;
    }
    .pr-sm-0 {
        padding-right: 0px;
    }
    .pt-sm-10 {
        padding-top: 10px;
    }
    .image_list .item.inview_element .title {
        margin-top: 16px;
    }
    .card {
        margin-bottom: 20px;
    }
}