﻿body {
}

.feature-bg-cl {
    background-color: #f9f9f9;
    padding-top: 6%;
}

.icon {
}

    .icon img {
        width: 280px;
        height: 280px;
        overflow: hidden;
    }

        .icon img:hover {
            opacity: .6;
        }

.icon-event {
}

    .icon-event img {
        border-radius: 20px;
        /* width: 100%; */
        width: 200px;
        height: 245px;
        box-shadow: 0px 0px 23px 4px #e4e4e4;
    }

        .icon-event img:hover {
            opacity: .6;
        }

.section-header-2 .section-description {
    border: none;
    background: none;
}

.featured-item-2 {
    height: auto;
    padding-bottom: 3px;
    margin-bottom: 14px;
}

    .featured-item-2 .title h4 {
        margin-top: 15px;
    }

.text-uppercase {
}

    .text-uppercase h4 {
        margin-top: 14px;
    }

    .text-uppercase h5 {
        color: #7e7c7c;
    }

    .text-uppercase .MemberQuate-rw5 {
        margin: auto;
    }

        .text-uppercase .MemberQuate-rw5 p {
            color: #000;
        }

.rest-title {
    margin: auto;
}

.rest-title-1 {
    margin: auto;
}

    .rest-title-1 h2 {
        font-family: 'Cormorant Garamond', serif;
        color: #00375b;
        font-size: 23px;
    }

.career-head {
    background-repeat: no-repeat;
    background-size: cover;
    height: 470px;
}

.header-main {
    padding-top: 15%;
    text-align: left;
    padding-bottom: 1%;
}

.header-main-col {
}

    .header-main-col h1 {
        font-family: 'Cormorant Garamond', serif;
        color: #fff;
    }

    .header-main-col p {
        font-family: 'Cormorant Garamond', serif;
        color: #fff;
        font-family: 'Cormorant Garamond', serif;
        color: #fff;
        font-size: 24px;
    }

.team-header {
    padding-top: 2%;
}

    .team-header img {
        width: 100%;
    }

.event-header {
    padding-top: 2%;
}

    .event-header img {
        width: 100%;
    }

.event-col {
    padding-bottom: 20px;
    border-bottom: 1px solid #dadada;
    padding-top: 25px;
}

.icon-event-img {
}

    .icon-event-img img {
        width: 100px;
        height: 100px;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    .icon-event-img:hover img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

.event-Description {
    margin: auto;
    width: 80%;
}

    .event-Description p {
        color: #3b4554;
        text-align: left;
        font-family: 'Cormorant Garamond', serif;
        font-size: 22px;
        line-height: 1.2;
    }

.event-even {
}

.event-odd {
    border-right: 1px solid #dadada;
}

.event-even:last-child {
    border-bottom: none;
}

.event-odd:nth-last-child(-n+2) {
    border-bottom: none;
}

.event-title {
}

    .event-title h4 {
        color: #3b4554;
        font-family: 'Cormorant Garamond', serif;
        font-size: 24px;
    }

    .event-title h5 {
        color: #3b4554;
        font-family: 'Cormorant Garamond', serif;

        font-size: 24px;
        line-height: 2;
    }

@media (max-width: 660px) {
    .feature-bg-cl {
        background-color: #f9f9f9;
        padding-top: 3%;
    }

    .team-header {
        padding-top: 14%;
    }

    .event-header {
        padding-top: 12%;
    }

    .restaurant-head {
        padding-top: 12%;
    }

    .career-head {
        height: auto;
        background-position: top;
    }

    .header-main {
        padding-top: 21%;
        text-align: left;
        padding-bottom: 3%;
    }
}
