
.portfolio_nav { display:none; }
.top_bar.fixed
{
	position: fixed;
	animation-name: slideDown;
	-webkit-animation-name: slideDown;	
	animation-duration: 0.5s;	
	-webkit-animation-duration: 0.5s;
	z-index: 999;
	visibility: visible !important;
	top: 0px;
}

.top_bar.fixed #menu_wrapper div .nav
{
	margin-top: 16px;
}

.top_bar.fixed #searchform
{
	margin-top: 8px;
}

.top_bar.fixed .header_cart_wrapper
{
	margin-top: 21px;
}

.top_bar.fixed #menu_wrapper div .nav > li > a
{
	padding-bottom: 24px;
}

.top_bar.fixed .logo_wrapper img
{
	max-height: 40px;
	width: auto;
}


#page_caption .page_title_wrapper
{
	text-align: left}
.page_title_inner
{
	float: none;
}





#wrapper.hasbg .above_top_bar
{
    background: #f0f0f0 !important;
	background: rgb(240, 240, 240, 0.9) !important;
	background: rgba(240, 240, 240, 0.9) !important;
}


@media only screen and (max-width: 768px) {
	html[data-menu=leftmenu] .mobile_menu_wrapper
	{
		right: 0;
		left: initial;
		
		-webkit-transform: translate(400px, 0px);
		-ms-transform: translate(400px, 0px);
		transform: translate(400px, 0px);
		-o-transform: translate(400px, 0px);
	}
}

html[data-menu=leftmenu] .mobile_main_nav, #sub_menu
{
	clear: both;
}

html[data-menu=leftmenu] #wrapper
{
	padding-top: 0;
}
/* ── 1. Remove circular crop → show full image ── */
.food-menu-img img {
    border-radius: 0 !important;
    object-fit: cover !important;
}

/* ── 2. Make images bigger ── */
/* .food-menu-img img {
    width: 180px !important;
    height: 180px !important;
    min-width: 180px !important;
    min-height: 180px !important;
} */

/* ── 3. Fix title alignment — keep image and title on same row ── */
.food-menu-grid-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 1rem !important;
    padding: 1rem 0 !important;
}

.food-menu-img {
    flex-shrink: 0 !important;
}

.food-menu-content {
    flex: 1 1 0% !important;
    min-width: 0 !important;
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    padding: 0 !important;
}

/* .food-menu-title {
    max-width: 20px !important;
    word-break: break-word !important;
    white-space: normal !important;
}

.food-menu-content-title-holder {
    overflow-wrap: break-word !important;
} */

.food-menu-content-title-holder {
    overflow: hidden !important;
    width: 100% !important;
}

.food-menu-title {
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
}

.food-menu-content-title-line {
    display: none;
}





/* ── 1. Remove circular crop → show full image ── */
/* .food-menu-item img,
.menu-item img,
.wp-block-image img,
.food-menu img {
    border-radius: 0 !important;
    object-fit: contain !important;
    clip-path: none !important;
} */

/* ── 2. Make images bigger ── */
/* .food-menu-item img,
.menu-item img,
.food-menu img {
    width: 180px !important;
    height: 180px !important;
    min-width: 180px !important;
    min-height: 180px !important;
} */

/* ── 3. Fix title alignment — keep image and title on same row ── */
/* .food-menu-item,
.menu-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 15px !important;
}

.food-menu-item .menu-item-title,
.food-menu-item h3,
.food-menu-item h4,
.menu-item h3,
.menu-item h4 {
    flex: 1 !important;
    word-break: break-word !important;
} */


@media only screen and (max-width: 767px) {
/* ── 1. Remove circular crop → show full image ── */
.food-menu-img img {
    border-radius: 0 !important;
    object-fit: cover !important;
}

/* ── 2. Make images bigger ── */
/* .food-menu-img img {
    width: 180px !important;
    height: 180px !important;
    min-width: 180px !important;
    min-height: 180px !important;
} */

/* ── 3. Fix title alignment — keep image and title on same row ── */
.food-menu-grid-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 1rem !important;
    padding: 1rem 0 !important;
}

.food-menu-img {
    flex-shrink: 0 !important;
}

.food-menu-content {
    flex: 1 1 0% !important;
    min-width: 0 !important;
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    padding: 0 !important;
}

/* .food-menu-title {
    max-width: 20px !important;
    word-break: break-word !important;
    white-space: normal !important;
} */

.food-menu-content-title-holder {
    white-space: nowrap !important;
    overflow-wrap: break-word !important;
}

.food-menu-content-title-line {
    display: none;
}
}


