/*
Theme Name: On The Corner Grill
Theme URI: https://searchprosystems.com/
Template: hello-elementor
Author: SearchPro Systems
Author URI: https://searchprosystems.com/
Description: On The Corner Grill is a Custom Child Theme for Hello Elementor Child developed by SearchPro Systems.
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.4.3
Updated: 2025-03-24 14:29

*/


.our-menu-category {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 80px;
}

.our-menu-category a {
    font-family: "cheddar-gothic-sans", Sans-serif;
    font-size: 48px;
    text-transform: uppercase;
    padding: 110px 20px;
    display: flex ;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    border-radius: 0 16px 0 16px;
    overflow: hidden;
}


.our-menu-category a img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-menu-category a h3 {
    z-index: 3;
    position: relative;
    font-family: "cheddar-gothic-sans", Sans-serif;
    font-size: 48px;
    text-transform: uppercase;
	text-align: center;
}

.our-menu-category a:after {
    content: "";
    background: #131313;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: .5;
    transition: all ease .4s;
    border-radius: 0 16px 0 16px;
}

.our-menu-category a * {
    transition: all ease .4s;
}

.our-menu-category a:hover img {
    transform: scale(1.2);
}

.our-menu-category a:hover:after {
    border: 5px solid #A90707;
    opacity: .9;
}

@media screen and (max-width:1023px){
	.our-menu-category {
		grid-template-columns: 1fr 1fr;
		gap: 40px;
	}
}

@media screen and (max-width:767px){
	.our-menu-category {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}










.custom-container {
    max-width: 1560px;
    margin: auto;
    padding: 0 20px;
}

.category-slider-section {
    padding: 40px 00px;
    background: #F4F4F4;
}

.category-slider-section .category-slider .swiper-slide {
    width: auto !important;
}

.category-slider-section .category-slider {
    padding: 0;
}

.category-slider-section .swiper-button-prev, .category-slider-section .swiper-button-next {
    aspect-ratio: 1;
    width: 40px;
    height: 40px;
    background-image: url(/wp-content/uploads/2025/04/Left-Arrow-Icon.png);
    background-size: contain;
}

.category-slider-section .swiper-button-prev:hover, .category-slider-section .swiper-button-next:hover {
    aspect-ratio: 1;
    width: 40px;
    height: 40px;
    background-image: url(/wp-content/uploads/2025/04/Left-Arrow-Icon-hover.png);
    background-size: contain;
}

.category-slider-section .custom-container {
    padding: 0 70px;
    position: relative;
}

.category-slider-section .swiper-button-next {
    transform: rotate(180deg);
}

.category-slider-section .swiper-button-prev:after, .category-slider-section .swiper-button-next:after {
    display: none;
}

.category-slider-section a {
    color: #000;
    font-family: "proxima-nova", Sans-serif;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    display: block;
    text-align: center;
    transition: all ease .4s;
}

.category-slider-section a:hover,
.category-slider-section a.active{
    color: #A90707;
}

.category-slider-section a:after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #A90707;
    margin: auto;
    margin-top: 5px;
    opacity: 0;
    transition: all ease .4s;
}

.category-slider-section a:hover:after,
.category-slider-section a.active:after {
    opacity: 1;
}



.category-title-banner {
    background-size: cover;
    background-position: center;
    padding: 110px 0;
    position: relative;
	margin-bottom: 60px;
}

.category-title-banner:before {
    content: "";
    background: #131313;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: .5;
    left: 0;
    top: 0;
}

.category-title-banner .custom-container {
    z-index: 2;
    position: relative;
}

.category-title-banner h2 {
    font-family: "cheddar-gothic-sans", Sans-serif;
    font-size: 48px;
    color: #fff;
    text-align: center;
}

@media screen and (max-width:1023px){
    .category-title-banner {
        padding: 80px 0;
    }

}



.category-description-banner {
    margin-bottom: 60px;
}

.category-description-banner h3 {
    margin: 0;
    font-size: 20px;
    text-align: center;
    background: #606060;
    color: #fff;
    padding: 20px;
    border-radius: 0 16px 0 16px;
    margin-bottom: 30px;
}

.category-description-banner p {}

.category-description-banner ul.list-items-with-icons {
    list-style: none;
    padding: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.category-description-banner ul.list-items-with-icons li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 20px;
    font-weight: 600;
}

.category-description-banner ul.list-items-with-icons img {
    width: auto;
    height: 40px;
}


@media screen and (max-width:1023px){
	.category-description-banner ul.list-items-with-icons {
		justify-content: start;
    	gap: 20px;
	}

}



.category-post-items {
    margin-bottom: 60px;
}

.category-post-items .category-post-items-container {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    gap: 40px;
}

.category-post-items .category-post-item {
    width: 100%;
    max-width: calc(33.33% - 30px);
    padding: 40px;
    border: 2px solid #131313;
    border-radius: 0 16px 0 16px;
}

.category-post-items h3 {
    font-family: "mokoko", Sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.category-post-items p {
    font-family: "proxima-nova", Sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
}

.category-post-items .badge-and-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.category-post-items .specialty-badge img {
    width: 100%;
}

.category-post-items .price {
    font-family: "mokoko", Sans-serif;
    font-size: 24px;
    font-weight: bold;
}

@media screen and (max-width:1023px){
    .category-post-items .category-post-item {
        max-width: calc(50% - 20px);
		padding: 20px;
    }
}


@media screen and (max-width:767px){
    .category-post-items .category-post-item {
        max-width: calc(100%);
    }
}



.specialty-badge {
    max-width: 160px;
    width: 100%;
    line-height: 0;
}




.category-post-button .custom-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.category-post-button a.prev-category,.category-post-button a.next-category {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    font-weight: bold;
    font-family: "mokoko", Sans-serif;
}

.category-post-button a.back-to-top {
    font-family: "mokoko", Sans-serif;
    font-weight: bold;
    background: #a90707;
    color: #fff;
    width: 100%;
    max-width: 360px;
    text-align: center;
    padding: 10px 20px;
    border-radius: 0 16px 0 16px;
}

.category-post-button a.next-category img {
    transform: rotate(180deg);
}

@media screen and (max-width:1023px){
	
.category-post-button .custom-container {
    flex-direction: column;
}

.category-post-button a.prev-category {
    order: 2;
    width: 100%;
}

.category-post-button a.next-category {
    order: 1;
    width: 100%;
    justify-content: flex-end;
}

.category-post-button a.back-to-top {
    order: 3;
}
}