/* pages */

@import url('pages/category.css');
@import url('pages/direct.css');
@import url('pages/find.css');
@import url('pages/index.css');
@import url('responsive/extra-small.css');
@import url('responsive/small.css');
@import url('responsive/medium.css');
@import url('responsive/large.css');
@import url('responsive/extra-large.css');
/* CUSTOMMM */

.list.minimal .list_item:nth-child(2n+1) {
    background: #f1f1f1;
}

/* --------- */

.owl-carousel .owl-stage {
    display: flex;
}

.owl-nav.disabled {
    display: none !important;
}

button.owl-dot {
    border: none;
    background: transparent;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 5px 1px !important;
}

.item {
    padding: 19px;
    height: 100%;
    background: rgba(230, 231, 232, 0.41);
}

.item>a {
    bottom: 28px;
    position: absolute
}

.item>.description_container>.title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    line-height: 32px;
}

.item>.description_container>.date {
    color: #999;
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
}

.item>a {
    color: #1e76e3;
    text-decoration: none;
    font-weight: 700;
    font-style: italic;
}

.item>a:hover {
    color: #1e76e3;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #1e76e3;
}

#demos {
    margin-top: 1rem !important;
}

.list.list_sub_categories .list_item.list_item_sub_category {
    width: 22%;
    margin: 0 5px 26px !important;
    min-height: 350px;
}

figure {
    margin: 0 !important;
}

.button_container.button_container_attachments>.button.button_form_popper {
    background-color: #1e76e3 !important;
}

@media only screen and (max-width:960px) {
    .img-scale-hover:not(:first-child) {
        height: 20vh !important;
        width: 20vw !important;
        margin-left: 10px !important;
        float: left;
        margin-top: 10px;
    }
    .grids-gallery-mini {
        height: 21vh !important;
        width: 21vw !important;
    }
    .grids-gallery-mini>.img-scale-hover {
        margin-left: 10px !important;
        margin-top: 10px !important;
    }
    .img-scale-hover:first-child {
        height: 100vh !important;
        width: 100vw !important;
    }
    #gallery {
        height: 100% !important;
    }
    #gallery .grid-content {
        margin: 0px !important;
        width: 97vw !important;
    }
    #gallery .grid-gallery {
        position: relative;
    }
    #gallery .grid-gallery.grid-layouts {
        max-height: none !important;
    }
    .list.list_sub_categories .list_item.list_item_sub_category {
        width: 48%;
        margin: 0 5px 26px !important;
    }
    section#app {
        position: relative !important;
    }
    ul.list.list_categories {
        justify-content: center !important;
    }
    .main>.content_wrapper_gallery>section#slider {
        height: 100% !important;
    }
    #slider img {
        height: 100% !important;
    }
}

#demos .item>a {
    bottom: 5px !important;
}
