/*--------------------------------------------------------------
# Chefs
--------------------------------------------------------------*/

.chefs .Amember {
    border-top: solid 1px#fff !important;
    border-left: solid 1px#fff !important;
    border-right: solid 1px#fff !important;
    height: 400px;
    text-align: center;
    margin-bottom: 20px;
    /* background: rgba(0, 0, 0, 0.6); */
    position: relative;
    overflow: hidden;
}


/* .chefs .Amember img {
    transition: all ease-in-out 0.4s;
}

.chefs .Amember:hover img {
    transform: scale(1.3);
} */

.chefs .Amember img {
    margin-top: 10%;
}

.chefs .Amember .Amember-info {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
}

.chefs .Amember .AAmember-info-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15%;
    transition: bottom 0.4s;
}

.chefs .Amember .AAmember-info-content h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
    color: #cda45e;
}

.chefs .Amember .AAmember-info-content span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #cda45e;
}

.chefs .Amember .Asocial {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 48px;
    transition: bottom ease-in-out 0.4s;
    text-align: center;
}

.chefs .Amember .Asocial a {
    display: inline-block;
}

.chefs .Amember .Asocial i {
    font-size: 18px;
    margin: 0 2px;
}

.Asocial a {
    background: #cda45e;
    border: 0;
    padding: 10px 35px;
    height: 50px;
    color: #e5e1e1 !important;
    transition: 0.4s;
    width: 100% !important;
}