@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 7.0
Requires PHP: 5.6
Version: 2.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Poetry (Verse).......Specific styles for the poetry block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */




h1.entry-title {
    display: none;
}



.message-box {
    height: 150px !important;
    resize: none;
}




/*===============================
    Chicci Trading Hours
================================*/

.chicci-trading-hours-section{
    padding:80px 0;
    background:#fff;
}

.chicci-hours-wrapper {
    max-width: 100%;
    margin: auto;
}

/* Tabs */

.chicci-hours-nav{
    gap:15px;
    margin-bottom:35px;
}






.chicci-hours-btn {
    background: #dfd6bb !important;
    color: #222 !important;
    border: 2px solid #e9e9e9 !important;
    border-radius: 14px !important;
    padding: 14px 40px !important;
    font-size: 16px;
    font-weight: 600;
    transition: .35s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .06);
}




.chicci-hours-btn:hover{
    background:#bf112b !important;
    color:#fff !important;
    border-color:#bf112b !important;
    transform:translateY(-3px);
}

.chicci-hours-btn.active{
    background:#bf112b !important;
    color:#fff !important;
    border-color:#bf112b !important;
    box-shadow:0 12px 30px rgba(191,17,43,.25);
}

/* Table */

.chicci-hours-table-wrap{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

.chicci-hours-table{
    margin:0;
    border-collapse:collapse;
}

.chicci-hours-table thead{
    background:#bf112b;
}

.chicci-hours-table thead th{
    color:#fff;
    border:none;
    text-align:center;
    padding:18px;
    font-size:17px;
    font-weight:700;
    letter-spacing:.5px;
}

.chicci-hours-table tbody td {
    padding: 18px;
    text-align: center;
    font-size: 15px;
    border-bottom: 2px solid #ffffff;
}

.chicci-hours-table tbody tr:nth-child(even){
    background:#fafafa;
}

.chicci-hours-table tbody tr:hover{
    background:#fff4f5;
}

.chicci-hours-table tbody td:first-child {
    font-weight: 700;
    color: #bf112b;
    width: 35%;
    background-color: #d9d9d9;
    font-size: 16px;
}

/* Responsive */

@media (max-width:767px){

    .chicci-hours-nav{
        display:flex;
        flex-direction:column;
        gap:10px;
    }

    .chicci-hours-btn{
        width:100%;
        padding:15px !important;
    }

    .chicci-hours-table thead th{
        font-size:15px;
        padding:14px;
    }

    .chicci-hours-table tbody td{
        font-size:14px;
        padding:14px 10px;
    }

}


.mb-466 {
    margin-bottom: 50px !important;
}




.sticky-sidebar{
    position: sticky;
    top:120px;
}

.sidebar-widget{
    background:#fff;
    border:1px solid #e5e5e5;
    padding:30px;



    small {
    font-size: 14px;
    font-weight: 400;
}
    border-radius:10px;
}

.widget-title{
    font-size:



    small {
    font-size: 14px;
    font-weight: 400;
}26px;
    margin-bottom:25px;
    font-weight:700;
}

.recent-post-item{
    display:flex;
    gap:15px;
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px solid #eee;
}

.recent-post-item:last-child{
    margin-bottom:0;
    padding-bottom:0;
    border:none;
}

.recent-thumb img{
    width:90px;
    height:90px;
    object-fit:cover;
    border-radius:8px;
}

.recent-content span{
    font-size:13px;
    color:#888;
    display:block;
    margin-bottom:5px;
}

.recent-content h6{
    font-size:16px;
    line-height:24px;
    margin:0;
}

.recent-content h6 a{
    color:#222;
    text-decoration:none;
}

.recent-content h6 a:hover{
    color:#d72638;
}

.blog-featured-image img{
    width:100%;
    border-radius:10px;
}

.blog-content-area img{
    max-width:100%;
    height:auto;
}

.blog-content-area{
    line-height:1.9;
}



small {
    font-size: 14px;
    font-weight: 400;
}

.banner-style {
    display: inline-block;
    background: #dc3545;
    backdrop-filter: blur(10px);
    border: 1px solid var(--white-100);
    padding: 8px 20px;
    border-radius: 20px;   margin-bottom: 20px;
}

.banner-text {
    margin: 0;
}

a.primary-btn.jkl {
    background-color: #d58f12;
    border: 1px solid #fdaf22;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(253, 175, 34);
    border-right-color: rgb(253, 175, 34);
    border-bottom-color: rgb(253, 175, 34);
    border-left-color: rgb(253, 175, 34);
    border-image-source: none;
    border-image-slice: 100%;
    border-image-width: 1;
    border-image-outset: 0;
    border-image-repeat: stretch;
}
h5.headigggg {
    font-size: 33px;
    font-weight: 500;
    font-style: italic;
}




h2.section-title-one.jkll.mb-2 {
    font-size: 50px;
    color: #dc0b29;
}




  .menu-section {
    padding: 70px 0 60px;
    background: #fbf8f3;
  
    color: #2c2c2c;
  }

  .menu-section h2 {
  
    font-weight: 700;
    font-size: 2.6rem;
    color: #222;
    margin-bottom: 6px;
  }

  .menu-section h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background: #b33a28;
    margin: 14px auto 45px;
    border-radius: 3px;
  }

.menu-cat-title {
    background: none;
    color: #e60816;
    padding: 0;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: .3px;
    margin-bottom: 18px;
}

.menu-cat-title::after {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, #2e952955, #e70716);
    margin-left: 14px;
}

.menu-note {
    /* font-size: 0.83rem; */
    /* color: #8a8a8a; */
    font-style: italic;
    margin-bottom: 18px;
    margin-top: -8px;
}

  .menu-table { border-collapse: collapse; }
  .menu-table td { padding: 12px 6px; vertical-align: top; }
  .menu-table tr { border-bottom: 1px solid #e8e2d8; transition: background .2s ease; }
  .menu-table tr:last-child { border-bottom: none; }
  .menu-table tr:hover { background: #f4ede0; }

.menu-name {
    font-weight: 600;
    font-size: 20px;
    color: #222;
    display: block;
}

.menu-desc {
    font-size: 15px;
    /* color: #857c70; */
    display: block;
    margin-top: 3px;
    line-height: 1.4;
}


.menu-price {
    font-weight: 700;
    font-size: 1.05rem;
    color: #e60917;
    white-space: nowrap;
    text-align: right;
    padding-left: 12px;
}

  .menu-photo {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    transition: transform .35s ease;
  }
  .menu-photo:hover { transform: scale(1.02); }

  @media (max-width: 767.98px) {


    .banner-btn a {
    margin-bottom: 12px;
}



    .menu-section { padding: 45px 0 30px; }
    .menu-section h2 { font-size: 2rem; }
    .menu-cat-title { font-size: 1.25rem; }
    .menu-photo { height: 200px; margin-bottom: 20px; }
  }