/****STAFF & ARTISTS****/


.post-type-archive-staff_artist {
    background-color: #bcaed5 !important;

}

.s-container-staff {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    position: relative;
}

.container-staff {
    width: 100%;
}


.img-artist,
.heart,
.square {
    display: none;
}

.heart {
    height: 120px;
}

.staff-img {
    display: none;
}

.img-artist-ho {
    display: none;
}

#staff__artists {
    margin-bottom: 3rem;
}

.staff__artists__title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 4px;
    align-items: baseline;
}

.staff__artists__title>h1 {
    text-transform: uppercase;
    color: white;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 2rem;
    margin-bottom: 3px;
}

.staff__artists__title>h1>span {
    color: #f075ad;
    font-size: 2rem;
}

.staff__artists__title>img {
    height: 1.2rem;
}


.cardStaffs {
    background-color: #e8ddfe;
    position: relative;
    display: flex;
    flex-direction: column;
}



.row-reverse {
    display: flex;
    flex-direction: column;
}

.cardStaff_img {
    width: 100%;
}

.cardStaff_img>img {
    width: 100%;
    height: 100%;
}

.cardStaff_info {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 300px;
    height: 300px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.cardStaff__footer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    column-gap: 50px;
    justify-content: center;
    align-items: center;
}


.btn__footer {
    margin-top: 10px;
    color: rgb(0, 0, 0);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    row-gap: 10px;
    align-items: center;
    max-width: 210px;
    border-radius: 20px;
    background-color: white;
    padding: 5px 10px;
    justify-content: space-around;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
}

.left {
    width: 150px;
}


.btn__footer>p {
    margin-bottom: 0px;
    font-size: 1rem;
}


.cardStaff__footer>a:hover {
    color: #f65080;
}


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

    .post-type-archive-staff_artist .main-wrap {
        background-image: url('../images/myMoeAccount_1.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
        height: 100%;
    }



    .cardStaff_img {
        width: 300px;
        height: 300px;
    }

    .container-staff {
        width: 600px;
    }

    .cardStaff {
        display: flex;
        flex-direction: row;
    }

    .row-reverse {
        flex-direction: row-reverse;
    }

    .cardStaff__footer {
        justify-content: space-between;
    }


    .staff__artists__title>h1 {
        text-transform: uppercase;
        color: white;
        margin-bottom: 0px;
        padding-bottom: 0px;
        font-size: 2.5rem;
        margin-bottom: 3px;
    }

    .staff__artists__title>h1>span {
        color: #f075ad;
        font-size: 2.5rem;
    }

    .staff__artists__title>img {
        height: 2rem;
    }

}

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

    .post-type-archive-staff_artist .main-wrap {
        background-image: url('../images/myMoeAccount_1.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
        height: 100%;
    }


    .container-staff {
        width: 920px;
    }


    .cardStaffs {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .cardStaff {
        display: flex;
        flex-direction: row;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }

    .cardStaff_img {
        width: 230px;
        height: 230px;
    }

    .cardStaff_img>img {
        width: 100%;
        height: 100%;
    }



    .cardStaff_info {
        width: 230px;
        height: 230px;
    }


    .row-reverse {
        flex-direction: row-reverse;
    }

    .cardStaff__footer {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 50px;
        justify-content: space-between;
        align-items: center;
    }
}



@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

    .post-type-archive-staff_artist .main-wrap {
        background-image: url('../images/moekko_is_love_background_T2.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 100%;
    }


    #staff__artists {
        margin-bottom: 2rem;
    }
}

@media only screen and (min-width: 992px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {


    .post-type-archive-staff_artist .main-wrap {
        background-image: url('../images/myMoeAccount_1.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
        height: 100%;
    }



    .container-staff {
        width: 600px;
    }

    .cardStaffs {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
    }

    .cardStaff {
        display: flex;
        flex-direction: row;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .cardStaff_img,
    .cardStaff_info {
        width: 300px;
        height: 300px;
    }

    .row-reverse {
        flex-direction: row-reverse;
    }

    #staff__artists {
        margin-bottom: 2rem;
    }

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


    .post-type-archive-staff_artist .main-wrap {
        background-image: url('../images/myMoeAccount_0.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
        height: 100%;
    }

    .row-reverse {

        flex-direction: row-reverse !important;
    }

    .img-artist {
        display: block;
        height: 400px;
        margin-top: calc(0px - (400px / 1.5));
    }

    .img-artist-ho {
        display: none;
    }

    .staff__artists__title {
        padding: 4px;
    }

    .staff__artists__title>h1 {
        font-size: 3.5rem !important;
    }

    .staff__artists__title>h1>span {

        font-size: 3.5rem !important;
    }

    .staff-img {
        width: 25rem;
        top: -1%;
        left: 10%;
    }

    .square {
        display: block;
        position: absolute;
        top: 99%;
        right: 99%;

    }

    .heart {
        margin-bottom: 95px;
    }
}

