.slide-show {
    height: 400px;
    overflow: hidden;
}

@media (max-width: 480px) {
    .slide-show {
        height: 200px;
    }

    .slide-show__item {
        height: 200px;
    }
}

.slide-show__item {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 400px;
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

.slick-initialized .slick-slide {
    display: block;
}

.separator {
    height: 5px;
    background-color: black;
}

.business-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.business-header {
    margin-bottom: 20px;
}

.business-header--light {
    color: white;
}

.intro__content-text {
    font-size: 17px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: justify;
}

.intro__call-to-action {
    text-align: center;
    margin-bottom: 15px;
}

.events__row {
    float: none;
    margin: 0 auto;
}

.event-box {
    padding: 15px;
}

.event-box .offer-title {
    margin-right: 0;
}

.event-box__images {
    height: 150px;
    margin-bottom: 14px;
}

.event-box__chef-image {
    bottom: -10px;
}

@media (min-width: 980px) {
    .event-box__images--big {
        height: 300px;
        margin-bottom: 25px;
    }

    .event-box__chef-image--big {
        bottom: -20px;
    }
}

.logos {
    margin-bottom: 40px;
}

.logos__item {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

.logos__image-container {
    height: 165px;
    width: 165px;
    background-color: white;
    margin: auto;
}

.logos__image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background: no-repeat center;
}

.customers {
    background-color: #19192a;
}

.contact {
    background-color: #ddd82a;
    padding-bottom: 40px;
}

@media (max-width: 480px) {
    .contact__item {
        text-align: center;
    }
}

.contact__item--name {
    font-size: 30px;
}

.contact__call-to-action {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
}

.contact__button {
    background-color: #19192a;
    padding: 20px;
    color: white;
    font-size: 20px;
    border: solid 1px white;
}

.contact__button:hover {
    text-decoration: none;
    color: grey;
}

.business-details-head {
    height: 400px;
    overflow: hidden;
}

.business-details-head__image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.business-details-photo {
    padding: 10px;
}

.business-details-photo__image {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
    border: solid 1px #e4e4e4;
}

.business-client {
    font-size: 22px;
}

.details-list {
    list-style-type: none;
    font-size: 20px;
    margin: 0 0 20px 0;
    padding: 0;
}

.details-list__item {
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (min-width: 980px) {
    .details-list__label {
        width: 60px;
        display: inline-block;
    }
}

.business-menu {
    border-top: solid 1px gainsboro;
    border-bottom: solid 1px gainsboro;
    padding: 20px;
    text-align: center;
}

.business-menu__item:not(:last-child):after {
    display: block;
    content: "";
    margin: 10px auto;
    text-align: center;
    width: 40px;
    height: 6px;
    background-image: url('/static/gfx/business/divider-black.jpg');
    background-size: cover;
}

.business-menu__header {
    font-weight: 700;
}

.chef-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact__photo {
    width: 170px;
    border: solid 1px white;
}

.contact__header {
    margin-bottom: 40px;
}

.contact__link {
    color: #333333;
}

.contact__link:link {
    color: #333333;
}

.details-footer__call-to-action {
    text-align: center;
    margin-top: 30px;
}

.bd-header__title {
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
}

.bd-header {
    margin-top: 20px;
    margin-bottom: 10px;
}

.bd-header__avatar {
    border: 1px solid lightgrey;
    width: 100%;
}

@media (max-width: 480px) {
    .bd-header {
        text-align: center;
    }

    .bd-header__title {
        text-align: center;
    }

    .bd-header__avatar {
        margin-bottom: 20px;
    }
}

.business-link {
    color: #54cf96;
}

.business-link:link {
    color: #54cf96;
}

.bc-head {
    height: 400px;
    overflow: hidden;
}

.bc-head___image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bc-title {
    margin-top: 0;
    margin-bottom: 20px;
}

.bc-button {
    padding: 10px;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
}

.bc-success {
    font-size: 16px;
    text-align: center;
}

.business__ceo-img {
    float: left;
    height: 200px;
    margin-right: 20px;
    margin-bottom: 15px;
}

.business__quote-content {
    font-style: italic;
    padding-bottom: 0;
}

.business__quote-source {
    text-align: right;
    padding-top: 0;
}

.business__divider {
    margin-top: 50px;
    margin-bottom: 50px;
}
