.partner-post-card,
.food-post-card {
    max-width: 991px;
    margin: 0 auto;
}
.partner-post-card .card-img-top,
.food-post-card .card-img-top {
    height: 243px;
    width: 310px;
    object-fit: cover;
    border-radius: 5px;
}

.food-post-card .card-title {
    min-height: 120px;
}
.partner-post-card .post-date,
.food-post-card .post-date {
    font-size: 18px;
    color: #C60551;
    margin-bottom: 0px;
}


.food-post-card .food-button {
    text-transform: uppercase;
    color: #000000;
    /* border: 2px #8C2441 solid; */
    font-size: 16px;
    padding: 15px 60px!important;
    font-weight: bold;
    /* width: 245px; */
    /* height: 50px; */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 5px;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.page-template-template-food-2 .more-button a {
    text-transform: uppercase;
    color: #000000;
    /* border: 2px #8C2441 solid; */
    font-size: 16px;
    padding: 15px 100px;
    font-weight: bold;
    /* width: 245px; */
    /* height: 50px; */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 5px;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.page-template-template-food-2 .more-button a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
    background-color: #C60551;
}

.page-template-template-food-2 .more-button.center {
    text-align: center;
    margin: 20px auto;
}

.page-template-template-food-2 .large-p {
    font-size: 18px!important;
    line-height: 24px!important;
}

.page-template-template-food-2 .tab button {
    font-size: 20px!important;
    line-height: 24px!important;
}

.inner-padder-20 {
    padding: 20px;
}

.food-tiles-container {
    margin-top: 60px;
    margin-bottom: 120px;
}

.row.justify-content-center + .food-tiles-container {
    margin-top: 0px;
}

.food-tiles-container .tile-container {
    height: 287px;
    margin: 15px 0px;
    background-color: #FFF;
    color: #FFF;
    background-position: center;
}

.food-tiles-container .tile-container {
    background-size: cover;
}

.food-tiles-container .text-container {
    background-color: #000;
    height: 100%;
    /* border: 18px solid white; */
    padding: 40px;
    /* border-right: none; */
}

.food-tiles-container h2.ttl-title {
    color: #FFF;
}

.page-template-template-food-2 .more-button a[disabled=disabled] {
    background: #dddddd;
    cursor: not-allowed;
    pointer-events: none;
}

.food-tiles-container .copy {
    font-size: 24px;
    line-height: 30px;
}

.bottom-image {
    width:100%;
}

.container-fluid.food-tab-padding, 
.tabcontent.food-tab-padding,
.page-template-template-food-2 .tab-content-container .cr-side-image-banner .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.page-template-template-food-2 .tab-content-container{
    padding-top: 14px;
}

@media screen and (max-width: 1199px){
    .page-template-template-food-2 .tab button {
        width: 100%;
    }
}

@media screen and (min-width: 769px){
    .page-template-template-food-2 .cr-hero-advanced .hero-overlay-left .hero-overlay-1, .cr-hero-advanced .hero-overlay-left .hero-overlay-{
        height: 604.797px;
    }

    .page-template-template-food-2 .cr-hero-advanced .hero-overlay-right {
        height: 480px;
    }
    
}

@media screen and (max-width: 768px) {
    .fnb-mobile-resize {
        width: 400px;
    }

    .page-template-template-food-2 #Team .cr-side-image-banner,
    .page-template-template-food-2 #Team .cr-side-image-banner h3.header,
    .page-template-template-food-2 #Partners .large-p {
        color: black !important;
    }

    .food-tiles-container {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .food-tiles-container .tile-container {
        margin: 7.5px 0px;
    }
}

@media screen and (max-width: 576px) {
    .page-template-template-food-2 .large-p {
        font-size: 16px!important;
        line-height: 24px!important;
    }

    .page-template-template-food-2 #Explore h1 {
        font-size: 30px;
    }

    .fnb-mobile-resize {
        width: 300px;
    }

    .food-post-card .card-title {
        min-height: 30px;
    }
}