.gridder {
    margin: 0px 10px;
    padding: 0px;
    list-style-type: none;
    width:100%
}
.gridder-list {
    display: inline-block;
    vertical-align: top;

}
.gridder-show {
    display: block;
    float: left;
    width: 100%;
   /*  position: relative; */
    background: #eee ;

}
.gridder-show.loading {
    background: #eee url("../../images/loading-spin.svg") no-repeat center;
}
.gridder-content {
    display: none;
}


.gridder-show {
    padding: 50px;
    margin-bottom: 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    background-color: #1e1d1d;
    margin-top: -30px;
}
.gridder-navigation .gridder-nav.disabled {
    opacity: 0.5;
}
.gridder-list {
    cursor: pointer;
}
.gridder-list:hover {
    opacity: 0.8;
}
.hasSelectedItem .gridder-list {
    opacity: 1;
}
.hasSelectedItem .gridder-list.selectedItem {
    opacity: 0.5;
}

.gridder-content-img{
    background:#fff;
    text-align: center;
    padding:30px
}

.gridder-navigation{
   position: relative;
}

.gridder-navigation .prev{
    margin-left: -120px;
    position: absolute;
    top: 200px;
}

.gridder-navigation .next{
    margin-right: -120px;
    position: absolute;
    top: 200px;
    right: 0;
}

.gridder-navigation .gridder-close{
    right: 0;
    margin-right: -120px;
    position: absolute;
}



#about-chef-box .gridder-content-img{
    padding:0;
    background: none;
}

#about-chef-box .gridder-content-wrap{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 400px;
}

#about-chef-box .gridder-content-wrap .chef-infos p:nth-child(1){
    color:#fff;
    font-size:1.313rem;
    font-weight: 600;
    letter-spacing: -0.12px;
    line-height: 36px;
    margin-bottom: 0;
}

#about-chef-box .gridder-content-wrap .chef-infos p:nth-child(2){
    color:#fff;
    font-size:1rem;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

#about-chef-box .gridder-content-wrap .chef-infos p:nth-child(3){
    color:#fff;
    opacity: 0.6;
    font-size:1rem;
    font-weight: 400;
    letter-spacing: -0.09px;
    line-height: 36px;
}

#about-chef-box .gridder-content-wrap .chef-info-text p{
    color:#fff;
    font-size:1.5rem;
    font-weight: 400;
    letter-spacing: -0.13px;
    line-height: 40px;
    margin-bottom: 0;
    width: 80%;
}

 .gridder-navigation .next{
    margin-right: -80px;
}

.gridder-navigation .gridder-close{
    margin-right: -85px;
    margin-top: -50px;
}

.gridder-navigation .prev{
    margin-left:-80px
}

#about-chef-box .gridder-list:nth-child(n) {
    margin-bottom: 5%;
    margin-right: 1%;
}

@media screen and (min-width: 700px) {
    /*
    .gridder-list {
        width: 24%;
    }

    .gridder-list:nth-child(n) {
        margin-bottom: 5%;
        margin-right: 1%;
    }

    #professional-chef-box .gridder-list:nth-of-type(4n) {
        margin-right: 0;
        margin-bottom: 0;
    }

    */

}



@media(min-width:767.98px) and (max-width:991.98px) {
    #about-chef-box .gridder-list{
        width:49%
    }

    #about-chef-box .gridder-list:nth-of-type(2n) {
        margin-right: 0;
    }

    #about-chef-box .gridder-content-wrap .chef-info-text p{
        width:100%
    }

    #about-chef-box .gridder-content-wrap{
        height:auto
    }
}

@media(min-width:992px) {
    #about-chef-box .gridder-list{
        width:32%
    }

    #about-chef-box .gridder-list:nth-of-type(3n) {
        margin-right: 0;
        margin-bottom: 0;
    }

    #about-chef-box .gridder-list:nth-last-child(1),#about-chef-box .gridder-list:nth-last-child(2),#about-chef-box .gridder-list:nth-last-child(3){
        margin-bottom: 0%;
    }

    #professional-chef-box .gridder-list {
        width: 24%;
    }
    #professional-chef-box .gridder-list:nth-child(n) {
        margin-bottom: 1%;
        margin-right: 1%;
    }

    #professional-chef-box .gridder-list:nth-of-type(4n) {
        margin-right: 0;
    }
}

@media(max-width:991.98px){
    #professional-chef-box .gridder-list {
        width: 49%;
    }

    #professional-chef-box .gridder-expanded-content .row{
        flex-direction: column-reverse;
    }

    #professional-chef-box .gridder-navigation .next{
        margin-right:-30px
    }

    #professional-chef-box .gridder-navigation .prev{
        margin-left:-30px
    }

    #professional-chef-box .gridder-navigation .gridder-close{
        margin-right:-30px
    }
}

@media(min-width:992px) and (max-width:1199.98px){
    #professional-chef-box .gridder-list {
        width: 23.8%;
    }
}

@media(min-width:1200px) and (max-width:1459.98px){

    #about-chef-box .gridder-content-wrap .chef-info-text p{
        width:100%
    }

    #professional-chef-box .gridder-list {
        width: 23.8%;
    }
}

@media (max-width:767.98px) {
    .gridder-list {
        width: 100%;
        display: flex;
    flex-direction: column;
    align-items: center;
    }

    #professional-chef-box .gridder-list{
        width:100%
    }


}
