/*New button*/


.button-taxonomy {
    text-transform: uppercase;
    padding: 0 20px;
    border-radius: 20px;
    height: 48px;
    font-size: 12px;
    font-weight: 500;
    background-color: #c8b6db;
    color: black;
    opacity: .7;
    justify-content: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}


.button-taxonomy:hover {
    color: white !important;
}

.button-taxonomy.active {
    opacity: 1;
    color: black;
}



/*ILLUSTRATIONS WORKS page*/
.post-type-archive-illustrations-works {
    /* background-image: url('./images/grid.png'); */
    background-color: white !important;
    height: 100%;

}

.post-type-archive-illustrations-works .main-wrap {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.container-grid {
    flex: 1;
}

.post-type-archive-illustrations-works h1 {
    color: #c8b6db;
}

.post-type-archive-illustrations-works h1 {
    text-align: left;
}

.container-works {
    border-bottom: solid #f65080 2px;
    height: 843px;
    position: relative;
    background-image: url("../images/artworks.png");
    background-repeat: no-repeat;
    background-position: 40%;
}

.div-title {
    background-color: #bcaed5;
    border-radius: 30px;
    width: 731px;
    height: 276px;
    position: absolute;
    bottom: 113px;
    margin-left: 13.875rem;
    color: white;
}

.div-title>h1 {
    color: white;
}

.div-title>p {
    font-size: 16px;
    padding: 1rem;
    height: 276px;
    width: 731px;
    padding-left: 3.063rem;
    padding-right: 3.063rem;
    margin-left: auto;
    margin-right: auto;
}

.tax-art {
    padding-top: 2.9rem;
}



/**filter artworks**/

.categories {
    padding-top: 2.8rem;
    padding-bottom: 2rem;
}

#menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    column-gap: 0.8rem;
    row-gap: 0.7rem;
    justify-content: space-between;
    align-items: center;
}

.post-type-archive-illustrations-works #main-footer {
    bottom: 0%;
    width: 100%;
}


@media screen and (min-width: 320px) and (max-width: 388px) {
    #menu {
        flex-direction: column;

        justify-content: center;
    }
}


@media screen and (min-width: 389px) and (max-width: 781px) {
    #menu {
        flex-direction: row;
        justify-content: space-between;
    }
}

@media screen and (min-width: 782px) and (max-width: 1194px) {

.post-type-archive-illustrations-works h1 {
        font-size: 3.5rem;
    }


    #menu {
        flex-direction: row;
        justify-content: space-between;
    }
}

@media screen and (min-width: 1195px) {

    .post-type-archive-illustrations-works h1 {
        font-size: 3.5rem !important;
    }

    #menu {
        flex-direction: row;
        justify-content: left;
    }

    .button-taxonomy {
        text-transform: uppercase;
        padding: 0 20px;
        border-radius: 20px;
        height: 48px;
        font-size: 16px;
        font-weight: 500;
        background-color: #c8b6db;
        color: black;
        opacity: .7;
        justify-content: center;
    }
}




.masonry {
    transition: all 0.5s ease-in-out;
    column-gap: 30px;
    column-fill: initial;
}

.masonry {
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
}

.brick {
    margin-bottom: 30px;
    display: inline-block;

    vertical-align: top;
}

.masonry .brick img {
    transition: all 0.5s ease-in-out;
    backface-visibility: hidden;
}

.masonry .brick:hover img {
    opacity: 0.75;
}

.masonry.bordered {
    column-rule: 1px solid #eee;
    column-gap: 50px;
}

.masonry.bordered .brick {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.masonry-info {
    text-align: center;
}

.masonry.gutterless {
    column-gap: 0;
}

.masonry.gutterless .brick {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .masonry {
        column-count: 2;
    }
}

@media only screen and (min-width: 1024px) {
    .desc {
        font-size: 1.25em;
    }

    .intro {
        letter-spacing: 1px;
    }

    .masonry {
        column-count: 3;
    }
}