/*Theme Name: Divi Child Theme
Description: Divi Child Theme
Author:  David Tierney
Author URI:  http://designsbytierney.com
Template: Divi
Version: 3.17.6
*/

/* header#main-header {
    z-index: 000;
} */
.fa-check-square::before {
    font-family: "Font Awesome 5 Free";
    content: "\f14a"; /* Unicode for check-square */
    font-weight: 900;
}

.select_item .select_btn i {
    color: #464649;
}

/*---------menu page -----------------*/
.menu{
    background: #222;
    padding-bottom: 70px;
}
.menu-btn-wrap label {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid hsla(0, 0%, 100%, .3);
    padding: 12px 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #fff;
    line-height: normal;
    font-weight: 700;
    border-radius: 9999px;
    background: #222;
    cursor: pointer;
}
.menu-btn-wrap label:hover {
    background: #d1d1d1;
    color: #000;
}

/* Style the checkbox label */
input[type="checkbox"] {
    -webkit-appearance: none;  /* Remove default appearance in Safari */
    -moz-appearance: none;     /* Remove default appearance in Firefox */
    appearance: none;          /* Remove default appearance in other browsers */
    width: 20px;
    height: 20px;
    border: 2px solid #ccc; /* Border color */
    border-radius: 4px; /* Rounded corners */
    background-color: #fff; /* Default background color */
    position: relative;
    cursor: pointer;
    display: inline-block;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* Style when the checkbox is checked */
input[type="checkbox"]:checked {
    background-color: #000; /* Green color when checked */
    border-color: #000; /* Border turns green */
}

/* Add the checkmark symbol when checked */
input[type="checkbox"]:checked::after {
    content: '\2713'; /* Unicode character for the checkmark */
    position: absolute;
    left: 5px;
    top: 2px;
    font-size: 14px;
    color: white; /* White checkmark color */
}

/* Style the label text */
label {
    font-size: 16px;
    margin-left: 10px;
    cursor: pointer;
}


section.header-wraper {
    margin-left: auto;
    margin-right: auto;
    background: #222;
    background-size: cover;
}
section.header-wraper h1 {
    text-align: center;
    padding: 70px 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
    text-shadow: 4px 6px 0 #000;
}
.row.menu-btn-wrap {
    margin-bottom: 3rem;
}
.select_bg {
    border: 1px solid hsla(0, 0%, 100%, .3);
    padding: 40px 12px 50px 12px;
    border-radius: 16px;
}

.select_item.top_items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}
.select_item .select_btn {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid hsla(0, 0%, 100%, .3);
    padding: 12px 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #fff;
    line-height: normal;
    font-weight: 700;
    border-radius: 9999px;
    background: #222;
}
.select_bottom_item .select_item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.select_bg .hr_border {
    margin-top: 25px;
}
hr:not([size]) {
    height: 1px;
}
hr{
     margin: 1rem 0; 
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
}
.row.menu-item-title h3 {
    text-align: center;
    color: #bdae8e;
    font-family: 'Josefin Sans';
    font-size: 18px;
}
.menu-item-title{
	margin-bottom: 1rem;
}
.menu-item-wrap, .menu-item-wrap1 {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.menu-item-list {
    display: flex;
    background: #101010;
    border-radius: 12px;
    width: calc(50% - 8px);
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}
.menu-item-list>i {
    width: 192px;
    height: 191px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.menu-item-list i img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.menu-item-content {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    width: 100%;
}
.menu-item-content h3{
    color: #bdae8e;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-size: 16px;
}
.menu-item-content p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: var(--offColor);
    margin: 0 0 10px;
}
.menuItem__btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 15px;
    left: 0;
    width: calc(100% - 32px);
    left: 1rem;
}
.cl__content {
    display: flex;
    flex-wrap: wrap;
}
.price {
    float: right;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px;
    margin-left: auto;
}
.price b {
    font-size: 1.125rem;
    color: #fcd54b;
}
.cl__content span {
    background-color: #FEFFDF;
    color: #000000;
    font-size: .75rem;
    line-height: 1rem;
    padding: .25rem .5rem;
    border-radius: 9999px;
    flex-shrink: 0;
    height: 1.5rem;
    display: grid;
    place-content: center;
    width: max-content;
    margin-bottom: 5px;
    margin-right: 5px;
}
.menu-item-wrap h2, .menu-item-wrap1 h2{
    color: #bdae8e;
}

div#productModal{
    z-index: 999999;
    top: 40px;
}

/*----------modal design----------*/
.modal-content {
    background-color: #000;
    color: #fff;
}
.modal-body {
    color: #fff;
}
.modal-content .btn-close {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    border: none;
    z-index: 1050;
    border-radius: 50%;
    padding: 10px;
}
.modal-content .btn-close:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-body h3{
    color: #bdae8e;
}
.modal-body b {
    font-size: 1.125rem;
    color: #fcd54b;
}
a.catering-contact-link {
    color: #fcd54b;
}

/*---------footer------------*/

.footer-column {
justify-content: space-between;
  min-width: 250px;
}
#main-footer .footer-column h3 {
    color: #fcd54b;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}
#main-footer .footer-column p, #main-footer .footer-column li {
  color: #ccc;
  font-size: 14px;
  line-height: 1.8;
}
#main-footer .footer-column a {
  color: #ccc;
  text-decoration: none;
}
#main-footer .footer-column a:hover {
  color: #fff;
}
#main-footer .footer-column ul {
  list-style: none;
  padding: 0;
}
#main-footer .footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #333;
  font-size: 13px;
  color: #aaa;
}

#main-footer .social-icon-bar {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  background-color: #111; /* Dark background */
  padding: 10px 0;
}

.social-icon {
  color: #999;
  font-size: 24px;
  transition: color 0.3s ease;
  text-decoration: none;
}

.social-icon:hover {
  color: #fff; /* Brighten on hover */
}

.facebook:hover {
  color: #3b5998;
}

.twitter:hover {
  color: #1da1f2;
}

.instagram:hover {
  color: #e1306c;
}

.horizontal-social {
    margin-top: 22px;
}
ul.et-social-icons {
    display: none;
}


.footer-column .horizontal-social a {
    padding: 12px 15px;
    background: #96191f;
    border-radius: 100%;
    margin-right: 5px;
}

.footer-column i.fa.fa-map-marker, .footer-column i.fa.fa-phone,.footer-column i.fa.fa-envelope  {
    background: #96191f;
    padding: 6px;
    border-radius: 100%;
}

#footer-widgets .footer-widget li:before{
    border-width: 0px !important;
}


/*-------------mobile responsive-------------*/
@media screen and (max-width: 767px) {
    .menu-item-list {
        max-width: 350px;
        width: 100%;
        flex-direction: column;
        margin-inline: auto;
    }
    .menu-item-list i img {
        min-width: 350px;
    }
    .locationModal ul {
        display: block !important;
    }
    li.durham-location {
        width: 100%;
        margin-top: 12px;
    }
    .locationModal li {
        width: 100% !important;
    }
    .cl__content {
        gap: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .menu-item-list {
        width: 100%;
    }
    .locationModal ul {
        display: block !important;
    }
    li.raleigh-location {
        width: 100%;
    }
}