@import url('//fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');

body.widget-snippet{
    padding: 40px;
}
.wc-snippet-our-chef {
    margin-top: 44px;
}
.wc-snippet-our-chef .container {
    width: auto;
    max-width: 1170px;
}
.wc-snippet-our-chef .col-md-3 {
    padding-bottom: 15px;
    padding-top: 15px;
}
.wc-snippet-our-chef .team-block {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.wc-snippet-our-chef .team-block img {
    max-height: 430px;
}
.wc-snippet-our-chef .team-block .namerol {
    background-color: #f9f9f9;
    padding: 15px;
}
.wc-snippet-our-chef .team-block .namerol > span {
    display: block;
}
.wc-snippet-our-chef .team-block .namerol > span.name {
    color: #5e5e5e;
    font-family: "Roboto Slab",serif;
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 9px;
}
.wc-snippet-our-chef .team-block .namerol > span.content {
    color: #fc9234;
    font-family: "Roboto Slab",serif;
    font-size: 15px;
    line-height: 1.468;
    padding-bottom: 7px;
}
.wc-snippet-our-chef .team-block ul {
    left: 30px;
    position: absolute;
    top: -100%;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 40px;
}
.wc-snippet-our-chef .team-block:hover ul {
    top: 0;
}
.fee-widget-selected .wc-snippet-our-chef .team-block ul,
body.widget-snippet .wc-snippet-our-chef .team-block ul {
    top: 0;
}
.wc-snippet-our-chef .team-block li {
    display: inline-block;
}
body.widget-snippet .wc-snippet-our-chef .team-block li {
    padding: 7px;
}
body.widget-snippet .wc-snippet-our-chef .team-block li i.snippet-highlighted-elm,
body.widget-snippet .wc-snippet-our-chef .team-block li i.snippet-activated-elm,
body.widget-snippet .wc-snippet-our-chef .team-block li.snippet-highlighted-elm,
body.widget-snippet .wc-snippet-our-chef .team-block li.snippet-activated-elm {
    outline: 2px #000 dashed;
}
.wc-snippet-our-chef .team-block li {
    display: block;
    margin: 0;
    padding: 0;
}

.wc-snippet-our-chef .team-block li a:link,
.wc-snippet-our-chef .team-block li a:visited,
.wc-snippet-our-chef .team-block li a:active,
.wc-snippet-our-chef .team-block li a:focus {
    background-color: #fc9234;
    display: block;
    padding: 5px 0;
    width: 100%;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
body.widget-snippet .wc-snippet-our-chef .team-block li a.snippet-highlighted-elm,
body.widget-snippet .wc-snippet-our-chef .team-block li a.snippet-activated-elm {
    outline: 2px #000 dashed;

}
.widge.widget-snippet .wc-snippet-our-chef .team-block li a:focus {
    outline: none;
}
.wc-snippet-our-chef .team-block li a:hover {
    background-color: #000000;
}
.wc-snippet-our-chef .team-block li a i {
    color: #fff;
}

@media (max-width: 1199px){
    .wc-snippet-our-chef .team-block ul {
        top: 0;
    }
}

@media (max-width: 991px){
    .wc-snippet-our-chef {
        margin-top: 0;
    }
}
@media (min-width: 992px){
    .wc-snippet-our-chef .col-md-3:nth-child(4n + 1) {
        clear: left;
    }

}
@media (min-width: 767px) and (max-width: 991px){
    .wc-snippet-our-chef .col-md-3:nth-child(2n + 1) {
        clear: left;
    }

}