/* ==================================================
   FIND YOUR FLAVOR (FYF)
   CLEAN V2 STYLESHEET
   6-15-26
================================================== */


/* ==================================================
   PAGE / IFRAME
================================================== */

body.cb_template {
    background: #f8f5ee;
}

#fyfFrame {
    width: 100% !important;
    max-width: none !important;
}

.cbColumns,
.cbColumn9 {
    width: 100% !important;
    max-width: 100% !important;
}

html,
body,
.cb_template,
#cbUserTable {
    overflow-x: hidden !important;
}


/* ==================================================
   HIDE DEFAULT CB PAGE TITLE
================================================== */

.cbPageTitle,
.componentheading,
.page-header {
    display: none;
}


/* ==================================================
   FYF CATEGORY PAGE HEADER
================================================== */

.fyf-header {
    max-width: 1200px;
    margin: 0 auto 30px;
}

.fyf-category-header {
    margin-bottom: 20px;
}

.fyf-category-title {
    margin: 0;
    line-height: .9;
    font-weight: normal;
}

.fyf-title-main,
.fyf-title-accent {
    font-family: "Book Antiqua", Palatino, serif;
    font-size: clamp(52px, 9vw, 110px);
    display: inline;
}

.fyf-title-main {
    color: #de9508;
}

.fyf-title-accent {
    color: #ff4606;
}

.fyf-category-tagline {
    max-width: 760px;
    margin-top: 16px;
    font-size: 1.15rem;
    line-height: 1.7;
    color: #555;
    font-style: italic;
}



/* ==================================================
   CATEGORY NAVIGATION
================================================== */

.fyf-categories {
    display: grid;
    grid-template-columns: repeat(6, 140px);
    justify-content: center;
    gap: 20px;
    margin: 20px auto 40px;
}

/* FYF cards use class="span2" in the HTML.
   Override site-wide span2 grid rule so FYF
   categories display as a 6-column grid. */

.fyf-cat-card.span2 {
    grid-column: auto !important;
}

.fyf-cat-card {
    display: block;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    text-decoration: none !important;
    box-shadow: 0 10px 24px rgba(0,0,0,.12);
    transition: all .25s ease;
}

.fyf-cat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(0,0,0,.18);
}

.fyf-cat-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.fyf-cat-title {
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
}

.fyf-cat-card.active {
    border: 3px solid rgba(255,255,255,.85);
    box-shadow: 0 14px 32px rgba(0,0,0,.20);
}


/* ==================================================
   CATEGORY COLORS
================================================== */

.italian .fyf-cat-title {
    background: #af451e;
}

.latin .fyf-cat-title {
    background: #9d882d;
}

.global .fyf-cat-title {
    background: #73ad9e;
}

.american .fyf-cat-title {
    background: #6d843c;
}

.coffee .fyf-cat-title {
    background: #354c78;
}

.bars .fyf-cat-title {
    background: #4c64ce;
}


/* ==================================================
   CB DIRECTORY GRID
================================================== */

#cbUserTable {
    max-width: 1200px;
    margin: 0 auto;
}




/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 991px) {

    .fyf-categories {
        grid-template-columns: repeat(3,1fr);
        gap: 12px;
    }

    .fyf-cat-card img {
        display: none;
    }

    .fyf-cat-card {
        border-radius: 12px;
        box-shadow: none;
        background: none;
    }

    .fyf-cat-title {
        min-height: 60px;
        height: 60px;
        padding: 10px;
        font-size: 15px;
        font-weight: 700;
    }

    body.com_comprofiler .cbUserListRowColumn {
        flex: 0 0 50% !important;
        width: 50% !important;
        max-width: 50% !important;
    }
}

@media (max-width: 767px) {

    .fyf-categories {
        grid-template-columns: repeat(2,1fr);
        gap: 10px;
    }

    .fyf-cat-title {
        min-height: 56px;
        height: 56px;
        font-size: 14px;
        line-height: 1.2;
    }
}

@media (max-width: 575px) {

    body.com_comprofiler .cbUserListRowColumn {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .fyf-category-tagline {
        font-size: 1rem;
    }
}

/* FYF card description */

body.com_comprofiler #cbUserTable .cbUserListFL_cb_fyfshortdescription {
    display:block !important;
    text-align:center !important;
    padding:0 16px 20px !important;
    color:#666 !important;
    font-size:0.95rem !important;
    font-weight:400 !important;
    font-style:italic !important;
    line-height:1.6 !important;
}
/* END FYF CODE BLOCK 6-15-26 */
/* Increases FYF iframe size 6-16-26 */
.com_comprofiler .container {
    max-width: 1400px !important;
}
/* Styling Dining Menu button/links (under About) on CB Profile Pages 8-11-26 */
/* ==================================================
   RESTAURANT MENU BUTTONS
================================================== */

/* Put menu fields side-by-side */
#cbfr_205,
#cbfr_206,
#cbfr_207,
#cbfr_208,
#cbfr_209 {
    display: inline-block !important;
    width: auto !important;
    margin: 0 .35rem .5rem 0 !important;
    vertical-align: middle !important;
}


/* Button */
#cbfr_205 a,
#cbfr_206 a,
#cbfr_207 a,
#cbfr_208 a,
#cbfr_209 a {
    display: inline-block !important;

    padding: .45rem .9rem !important;
    margin: 0 !important;

    background: #145a96 !important;
    color: #fff !important;

    border-radius: 999px !important;

    font-size: 0 !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;

    text-decoration: none !important;

    transition:
        background-color .2s ease,
        transform .2s ease,
        box-shadow .2s ease !important;
}


/* Cloche */
#cbfr_205 a::before,
#cbfr_206 a::before,
#cbfr_207 a::before,
#cbfr_208 a::before,
#cbfr_209 a::before {
    content: "\f562";

    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;

    font-size: .9rem !important;
    line-height: 1 !important;

    display: inline-block !important;
    margin-right: .4rem !important;

    position: relative;
    top: 1px;
}


/* Labels */

#cbfr_205 a::after {
    content: "Menu";
    font-size: .95rem !important;
}

#cbfr_206 a::after {
    content: "Dinner Menu";
    font-size: .95rem !important;
}

#cbfr_207 a::after {
    content: "Lunch Menu";
    font-size: .95rem !important;
}

#cbfr_208 a::after {
    content: "Brunch Menu";
    font-size: .95rem !important;
}

#cbfr_209 a::after {
    content: "Drinks Menu";
    font-size: .95rem !important;
}


/* Hover */

#cbfr_205 a:hover,
#cbfr_206 a:hover,
#cbfr_207 a:hover,
#cbfr_208 a:hover,
#cbfr_209 a:hover {
    background: #0d4675 !important;
    color: #fff !important;

    transform: translateY(-2px);

    box-shadow: 0 4px 10px rgba(0,0,0,.15);

    text-decoration: none !important;
}


/* Focus */

#cbfr_205 a:focus,
#cbfr_206 a:focus,
#cbfr_207 a:focus,
#cbfr_208 a:focus,
#cbfr_209 a:focus {
    color: #fff !important;
    outline: 2px solid rgba(20,90,150,.35);
    outline-offset: 2px;
}
/* END Menu Button Block */
/* Contact Info icon alignment 8-11-26 */
/* Contact Info icons and alignment */

.cb-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 18px;
}

.cb-contact-item > i {
    width: 20px;
    min-width: 20px;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
}

.cb-contact-item a {
    text-decoration: none;
}

.cb-contact-item a:hover {
    text-decoration: underline;
}
/* Hours alignment */
#cbfv_128 {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

#cbfv_128 > i {
    flex: 0 0 20px;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
}

#cbfv_128 > p {
    margin: 0;
}

/* Style New Food/Drink pills on list/grid 8-14-26 */
/* Food & Drink Profile Types — CB User List */
.cbUserListFC_cb_foodanddrinkmain > ul {
    list-style: none !important;
    margin: 6px 0 10px 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}

.cbUserListFC_cb_foodanddrinkmain > ul > li {
    display: inline-block !important;
    margin: 0 !important;
    padding: 4px 10px !important;
    background: #087fc1;
    color: #fff !important;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}
/* END */

/* ============================================================
   LULA — FOOD & DRINK CB LIST HEADER 8-14-26
   ------------------------------------------------------------
   CB List Description:
   .lula-food-hero
   Includes:
   • Hero background and palm texture
   • Food & Drink heading and introductory copy
   • Three-image collage
   • Category/filter navigation buttons
   • Responsive behavior
   ============================================================ */


/* ------------------------------------------------------------
   HERO CONTAINER
   ------------------------------------------------------------ */

.lula-food-hero {
    position: relative;
    overflow: hidden;

    background: #f7f3ee;

    padding: 40px 0 0;
    margin-bottom: 40px;

    text-align: center;
}


/* Subtle palm-shadow background texture */

.lula-food-hero::before {
    content: "";

    position: absolute;
    inset: 0;

    background-image: url('/images/cb-gallery_list-images/palm-shadow-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;

    opacity: .04;

    pointer-events: none;
}


/* Keep hero content above the background texture */

.lula-food-header,
.lula-food-collage,
.lula-food-nav {
    position: relative;
    z-index: 2;
}


/* ------------------------------------------------------------
   HERO HEADING / INTRO
   ------------------------------------------------------------ */

.lula-food-header {
    max-width: 900px;

    margin: 0 auto 40px;
    padding: 0 20px;

    text-align: center;
}

.lula-food-icon {
    margin-bottom: 10px;

    font-size: 2rem;
    color: #d69a2d;
}

.lula-food-header h1 {
    margin-bottom: 20px;

    color: #002b5c;

    font-size: clamp(3rem, 7vw, 5.5rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 2px;

    text-transform: uppercase;
}

.lula-food-header p {
    max-width: 700px;

    margin: 0 auto;

    color: #17375e;

    font-size: 1.7rem;
    line-height: 1.5;
}


/* ------------------------------------------------------------
   THREE-IMAGE COLLAGE
   ------------------------------------------------------------ */

.lula-food-collage {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
}

.food-image {
    overflow: hidden;
}

.food-image img {
    display: block;

    width: 100%;
    height: 340px;

    object-fit: cover;

    transition: transform .4s ease;
}

.food-image:hover img {
    transform: scale(1.04);
}


/* ------------------------------------------------------------
   FOOD & DRINK CATEGORY NAVIGATION
   ------------------------------------------------------------ */

.lula-food-nav {
    display: flex;

    width: 100%;
    box-sizing: border-box;

    align-items: center;
    justify-content: center;

    gap: 5px;

    padding: 16px 12px 20px;
}


/* Individual category buttons */

.lula-food-nav .food-btn {
    display: flex;

    flex: 1 1 0;
    min-width: 0;

    height: 56px;
    box-sizing: border-box;

    align-items: center;
    justify-content: center;

    padding: 0 8px;

    background: #002b5c !important;
    color: #ffffff !important;

    border: 2px solid #d69a2d !important;
    border-radius: 4px;

    font-size: .9rem;
    font-weight: 700;
    letter-spacing: .3px;
    line-height: 1.1;

    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;

    transition:
        background-color .25s ease,
        color .25s ease,
        transform .2s ease;
}


/* Button icons */

.lula-food-nav .food-btn i {
    flex-shrink: 0;

    margin-right: 7px;

    color: #d69a2d;
    font-size: 1rem;
}


/* Button hover */

.lula-food-nav .food-btn:hover,
.lula-food-nav .food-btn:focus {
    background: #d69a2d !important;
    color: #002b5c !important;

    border-color: #d69a2d !important;

    text-decoration: none !important;

    transform: translateY(-2px);
}

.lula-food-nav .food-btn:hover i,
.lula-food-nav .food-btn:focus i {
    color: #002b5c !important;
}


/* ------------------------------------------------------------
   CB LIST HEADER — FULL WIDTH
   ------------------------------------------------------------

   The Food & Drink hero occupies the full available CB
   list-header width rather than the narrower default column.
   ------------------------------------------------------------ */

.cbUserListHead .cbColumn9 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;

    padding-right: 0 !important;
}


/* ------------------------------------------------------------
   TABLET
   ------------------------------------------------------------ */

@media (max-width: 1100px) {

    .food-image img {
        height: 260px;
    }

    .lula-food-header p {
        font-size: 1.3rem;
    }
}


/* ------------------------------------------------------------
   MOBILE
   ------------------------------------------------------------ */

@media (max-width: 767px) {

    .lula-food-collage {
        grid-template-columns: 1fr;
    }

    .food-image img {
        height: 220px;
    }

    .lula-food-header h1 {
        font-size: 3rem;
    }

    .lula-food-header p {
        font-size: 1.1rem;
    }

    .lula-food-nav {
        flex-wrap: wrap;
        gap: 6px;

        padding: 0 12px 16px;
    }

    .lula-food-nav .food-btn {
        flex: 0 0 calc(50% - 3px);

        height: 52px;

        font-size: .82rem;
    }
}
/* END */

/* ------------------------------------------------------------
   CB LIST HEADER — FULL WIDTH 8-14-26
   ------------------------------------------------------------

   The Food & Drink hero occupies the full available CB
   list-header width rather than the narrower default column.
   ------------------------------------------------------------ */

.cbUserListHead .cbColumn9 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding-right: 0 !important;
}


/* ------------------------------------------------------------
   CB PROFILE GRID — MATCH HERO WIDTH
   ------------------------------------------------------------

   Makes the profile-card grid span the same available width
   as the Food & Drink hero above it.
   ------------------------------------------------------------ */

#cbUserTable,
#cbUserTable .cbUserListRows {
    width: 100% !important;
    max-width: 100% !important;
}


/* ------------------------------------------------------------
   TABLET
   ------------------------------------------------------------ */

@media (max-width: 1100px) {

    .food-image img {
        height: 260px;
    }

    .lula-food-header p {
        font-size: 1.3rem;
    }
}