html {
    /*font-family: Arsenal,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;*/
    font-family: 'Montserrat', sans-serif !important;
}
.uk-logo, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif !important;
}

h1.uk-article-title {
    font-size: 24px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 10px;
}

figcaption {
    display: none !important;
}


.red:first-letter {
    color: red;
}

.filters-button {
    border-radius: 20px;
    text-align: center;
    padding: 8px 15px;
    margin-left: 10px;
    border: 2px solid #DCDBE4;
}

.filters-button.active {
    background: #F0EFF2;
}

.uk-search-input {
    border-radius: 20px; border-width: 2px;
}

ul.ks-cboxtags {
    list-style: none;
    padding: 0;
}
ul.ks-cboxtags li{
    display: inline;
}
ul.ks-cboxtags li label{
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #adadad;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.ks-cboxtags li label {
    padding: 8px 12px;
    cursor: pointer;
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 2px solid #1bdbf8;
    background-color: #12bbd4;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
    display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}
ul.ks-cboxtags li input[type="checkbox"]:focus + label {
    border: 2px solid #e9a1ff;
}
.uk-offcanvas-bar {
    width: 400px;
}

.cover {
    padding: 10px;
}
.cover-text {
    font-weight: bold;
    clear: both;
    font-size: 16px;
    line-height: 21px;
}

.cover-image {
    border-radius: 10px;
    height: 200px;
    width: auto;
}
.uk-article .cover-image {
    border-radius: 30px;
}

.helper {
}
.filter-name {
    font-weight: bold;
    color: orange;
    font-size: 120%;
}

.uk-checkbox {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.search-filters label{
    display: block;
    margin-bottom: 15px;
}

.events-meta {
    font-weight: bold;
}
.events-meta li {
    list-style-type: none;
    margin-top: 5px;
}
.events-meta ul {
    padding-left: 0;
}

.events-meta .uk-icon {
    color: orange;
    margin-right: 5px;
}

.uk-slider-nav.uk-dotnav a {
    border: 1px solid #ddd;
}
.uk-slider-nav.uk-dotnav .uk-active a {
    border: 5px solid orange;
}

.cover-wrap {
    position: relative;

    width: auto;
    max-height: 200px;
    text-align: center;
    background: #eee;
    padding: 10px;
    border-radius: 10px;
}
.loc {
    border-radius: 20px;
    padding: 4px 8px;
    float: left;
    clear: left;
    position: absolute;
    bottom: 10px;
    left: 5px;
    font-size: 16px;
    line-height: 19.5px;
    font-weight: 600;
}
    .book-details .loc {
        position: initial;
        float: none;
        line-height: 40px;
    }
.loc-1 {
    background: #E7E4FB;
    border: 0.5px solid #4C3E96;
    bottom: 44px;
    color: #4C3E96;
}

.loc-2, .loc-0 {
    background: #FFEFDF;
    border: 0.5px solid #C26308;
    color: #C26308;
}

.author {
    color: #A1A0A7;
    font-size: 14px;
}
.loc-disabled {
    color: #7F7E88;
    background: #F5F5F5;
}

.take-button {
    padding: 10px 20px;
    width: 260px;
    height: 40px;
    background: #292D52;
    border-radius: 30px;
    color: #F5F5F5;
}

.information {
    background: #F5F5F5;
    border-radius: 20px 20px 0px 0px;
}

    .information .active {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        color: #292D52;
        border-bottom: 2px solid orange;
        padding-bottom: 10px;
        display: inline;
    }

.page-item {
    display: inline-block;
    padding-right: 10px;
}

.pagination {
    padding-left: 0;
    margin-top: 10px;
}
.pagination-wrap {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 1px;
}
.pagination span.page-link {
    font-weight: bold;
}

.pagination .active span.page-link {
    background: #3F367A;
    border-radius: 8px;
    color: #fff;
    padding: 4px 8px;
}

li.page-item {
    display: none;
}

.page-item:first-child,
.page-item.active + li,
.page-item:nth-child( 1 ),
.page-item:nth-last-child( 2 ),
.page-item:last-child,
.page-item.active,
.page-item.disabled {

    display: inline-block;
}

li.page-item:has(+ .active) {
    display: inline-block;
}
.pagination {
    position: relative;
}
.pagination .prev {
    position: absolute;
    top:0;
    left: 20px;
}
.pagination .next {
    position: absolute;
    top: 0;
    right: 20px;
}
.pagination .uk-link, a {
    color: #111;
    text-decoration: none;
    cursor: pointer;
}
.multiline-ellipsis {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* start showing ellipsis when 2nd line is reached */
    white-space: normal;
}

.search-chips {
    border-radius: 15px;
    text-transform: initial;
}
.event-image {
    border: 1px solid #DCDBE4;
    border-radius: 10px;
}
.uk-article a {
    color: #1e87f0;
    text-decoration: underline;
}
.uk-article a:hover{
    color: orange;
}
