/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1751481691
Updated: 2025-07-02 18:41:31

*/

a.checkout-button, .coupon-btn, .button {
    background-color: #1b388a!important;
    color: #ffffff!important;
}
#logo-text a {
    color: #1b388a!important;
}
#logo-text a:hover {
    color: #000!important;
}
.button:hover {
	 background-color: #000!important;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    left:unset;
    right: 1.5em;
}
body {
	font-family: "Roboto", Sans-serif;
}
.paypal_email,
.venmo_account,
.check-info {
    display: none;
}
.check-info p {
    font-size: 0.9rem;
    color: #4a5568;
    margin-top: 0.5rem;
}
.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*="elementor-page-"]) .site-main {
    max-width: 1140px;
}
a#hfe-menu-cart__toggle_button:hover {
    background: #1b388a;
    scale: 1.1;
}
table.dataTable.dtr-column > tbody > tr.parent td.dtr-control::before, table.dataTable.dtr-column > tbody > tr > td.dtr-control::before {
	display:none!important;
}
.sticky {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000 !important;
	transition: all 0.3s ease;
	background: #fff;
    transform: translateY(-100%);
    animation: slideDown 0.4s ease-out forwards;
}
#masthead {
    transition: all 0.3s ease;
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Modern Contact Form Styles */
.modern-contact-form {
    max-width: 1140px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}



@keyframes gradientFlow {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* Form Header */
.form-header {
    text-align: center;
    margin-bottom: 40px;
}

.form-title {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.form-subtitle {
    font-size: 16px;
    color: #7f8c8d;
    line-height: 1.6;
    margin: 0;
    max-width: 500px;
    margin: 0 auto;
}

/* Form Grid */
.form-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr;
}

.form-group {
    position: relative;
}

.form-group-full {
    grid-column: 1 / -1;
}

.form-group-half {
    grid-column: span 1;
}

/* Labels */
.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Input Fields */
.modern-input,
.modern-textarea {
    width: 100%;
    padding: 16px 20px 16px 15px;
    border: 2px solid #e9ecef!important;
    border-radius: 12px;
    font-size: 16px;
    color: #2c3e50;
    background: #ffffff;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: inherit;
    resize: vertical;
    min-height: auto;
}

.modern-input:focus,
.modern-textarea:focus {
    outline: none;
    border-color: #0044A1;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    transform: translateY(-2px);
}

.modern-input::placeholder,
.modern-textarea::placeholder {
    color: #adb5bd;
    font-style: italic;
}

/* Field Icons */
.field-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #95a5a6;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 2;
}

.form-group:focus-within .field-icon {
    color: #667eea;
    transform: translateY(-50%) scale(1.1);
}

.message-icon {
    top: 60px;
    transform: translateY(0);
}

.form-group:focus-within .message-icon {
    transform: translateY(0) scale(1.1);
}

/* Privacy Notice */
.privacy-notice {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    border-left: 4px solid #0044A1;
}

.privacy-notice input[type="checkbox"] {
    margin: 0;
    margin-top: 2px;
    min-width: 18px;
    height: 18px;
    accent-color: #0044A1;
}

.privacy-text {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.5;
}

.privacy-text a {
    color: #0044A1;
    text-decoration: none;
    font-weight: 600;
}

.privacy-text a:hover {
    text-decoration: underline;
}

/* Submit Button */
.submit-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
}

.modern-submit {
    background: linear-gradient(135deg, #0044A1 0%, #0044A1 100%);
    color: white;
    border: none;
    padding: 18px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 200px;
    position: relative;
    overflow: hidden;
}

.modern-submit::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.modern-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.modern-submit:hover::before {
    left: 100%;
}

.modern-submit:active {
    transform: translateY(-1px);
}

/* Loading Spinner */
.loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Form Sending State */
.wpcf7-form.sending .modern-submit {
    color: transparent;
    pointer-events: none;
}

.wpcf7-form.sending .loading-spinner {
    display: block;
}

/* Form Footer */
.form-footer {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e9ecef;
}

.contact-info {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #6c757d;
}

.contact-icon {
    font-size: 16px;
}

/* Success/Error Messages */
.wpcf7-response-output {
    border: none !important;
    padding: 20px !important;
    border-radius: 12px !important;
    margin-top: 20px !important;
    font-weight: 500 !important;
    text-align: center !important;
}

.wpcf7-mail-sent-ok {
    background: #d4edda !important;
    color: #155724 !important;
    border-left: 4px solid #28a745 !important;
}

.wpcf7-mail-sent-ng,
.wpcf7-validation-errors {
    background: #f8d7da !important;
    color: #721c24 !important;
    border-left: 4px solid #dc3545 !important;
}

.wpcf7-spam-blocked {
    background: #fff3cd !important;
    color: #856404 !important;
    border-left: 4px solid #ffc107 !important;
}

/* Validation Errors */
.wpcf7-not-valid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1) !important;
}

.wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
    .modern-contact-form {
        margin: 20px;
        padding: 30px 20px;
        border-radius: 16px;
    }
    
    .form-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .form-group-half {
        grid-column: 1;
    }
    
    .form-title {
        font-size: 28px;
    }
    
    .contact-info {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .modern-submit {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .modern-contact-form {
        margin: 10px;
        padding: 25px 15px;
    }
    
    .modern-input,
    .modern-textarea {
        padding: 14px 16px 14px 15px;
        font-size: 16px; /* Prevents zoom on iOS */
    }
    
    .field-icon {
        left: 15px;
        font-size: 14px;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .modern-contact-form {
        background: #1e1e1e;
        color: #ffffff;
        border-color: #333;
    }
    
    .form-title {
        color: #ffffff;
    }
    
    .form-subtitle {
        color: #b0b0b0;
    }
    
    .form-group label {
        color: #ffffff;
    }
    
    .modern-input,
    .modern-textarea {
        background: #2a2a2a;
        border-color: #444;
        color: #ffffff;
    }
    
    .modern-input:focus,
    .modern-textarea:focus {
        border-color: #667eea;
        background: #333;
    }
    
    .privacy-notice {
        background: #2a2a2a;
        border-left-color: #667eea;
    }
    
    .privacy-text {
        color: #b0b0b0;
    }
}

/* Print Styles */
@media print {
    .modern-contact-form {
        box-shadow: none;
        border: 1px solid #ddd;
    }
    
    .modern-submit {
        display: none;
    }
}
/* ========================
   LENGTH MENU (Per Page Selector) - TOP
   ======================== */
.dataTables_wrapper .dataTables_length {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
    color: #374151;
    font-weight: 500;
    padding: 0.75rem 1rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.dataTables_wrapper .dataTables_length label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0;
    font-weight: 600;
    color: #1f2937;
}

.dataTables_wrapper .dataTables_length select {
    padding: 0.5rem 2.5rem 0.5rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: white;
    color: #374151;
    font-size: 0.875rem;
    font-weight: 500;
    min-width: 80px;
    cursor: pointer;
    transition: all 0.2s ease;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23374151' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 1rem;
    appearance: none;
}

.dataTables_wrapper .dataTables_length select:hover {
    border-color: #9ca3af;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.dataTables_wrapper .dataTables_length select:focus {
    outline: none;
    border-color: #1b388a;
    box-shadow: 0 0 0 3px rgba(27, 56, 138, 0.1);
}

/* ========================
   INFO DISPLAY - BOTTOM
   ======================== */
.dataTables_wrapper .dataTables_info {
    color: #6b7280;
    font-size: 0.875rem;
    margin: 1.5rem 0 1rem 0;
    font-weight: 500;
    padding: 0.75rem 1rem;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    text-align: center;
}

/* ========================
   PAGINATION CONTROLS - BOTTOM
   ======================== */
#DataTables_Table_0_paginate {
    margin: 1.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    flex-wrap: wrap;
    padding: 1rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* ========================
   PAGINATION BUTTONS
   ======================== */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0.5rem 0.75rem;
    margin: 0 2px;
    border: 1px solid #d1d5db !important;
    background: white !important;
    color: #374151 !important;
    text-decoration: none !important;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s ease;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* Hover State */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #f3f4f6 !important;
    border-color: #9ca3af !important;
    color: #1f2937 !important;
    text-decoration: none !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Active/Current Page */
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #1b388a !important;
    border-color: #1b388a !important;
    color: white !important;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(27, 56, 138, 0.2);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #1e40af !important;
    border-color: #1e40af !important;
    color: white !important;
    transform: none;
    box-shadow: 0 2px 6px rgba(27, 56, 138, 0.3);
}

/* Disabled State */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    background: #f9fafb !important;
    border-color: #e5e7eb !important;
    color: #9ca3af !important;
    cursor: not-allowed !important;
    opacity: 0.6;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    background: #f9fafb !important;
    border-color: #e5e7eb !important;
    color: #9ca3af !important;
    transform: none;
    box-shadow: none;
}

/* ========================
   SPECIAL PAGINATION BUTTONS
   ======================== */

/* Previous/Next Buttons */
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    font-weight: 600;
    min-width: 50px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%) !important;
    border-color: #cbd5e1 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%) !important;
}

/* First/Last Buttons */
.dataTables_wrapper .dataTables_paginate .paginate_button.first,
.dataTables_wrapper .dataTables_paginate .paginate_button.last {
    min-width: 45px;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%) !important;
    border-color: #f59e0b !important;
    color: #92400e !important;
    font-weight: 600;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.first:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.last:hover {
    background: linear-gradient(135deg, #fde68a 0%, #fcd34d 100%) !important;
    border-color: #f59e0b !important;
    color: #78350f !important;
}

/* Ellipsis (...) */
.dataTables_wrapper .dataTables_paginate .paginate_button.ellipsis {
    border: none !important;
    background: transparent !important;
    color: #9ca3af !important;
    cursor: default !important;
    font-weight: 600;
    font-size: 1rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.ellipsis:hover {
    background: transparent !important;
    transform: none !important;
    box-shadow: none !important;
    color: #9ca3af !important;
}

/* ========================
   LOADING STATES
   ======================== */

/* Disable pagination during loading */
.dataTables_wrapper.loading .dataTables_paginate {
    pointer-events: none;
    opacity: 0.6;
}

.dataTables_wrapper.loading .dataTables_length {
    pointer-events: none;
    opacity: 0.6;
}

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

/* Tablet */
@media (max-width: 1024px) {
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        min-width: 38px;
        height: 38px;
        padding: 0.375rem 0.625rem;
        font-size: 0.8rem;
    }
    
    .dataTables_wrapper .dataTables_length {
        padding: 0.625rem 0.875rem;
    }
    
    .dataTables_wrapper .dataTables_info {
        padding: 0.625rem 0.875rem;
        font-size: 0.8rem;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .dataTables_wrapper .dataTables_paginate {
        flex-wrap: wrap;
        gap: 0.25rem;
        margin: 1rem 0;
        padding: 0.75rem;
    }
    
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        min-width: 36px;
        height: 36px;
        padding: 0.25rem 0.5rem;
        font-size: 0.75rem;
        margin: 0 1px;
    }
    
    .dataTables_wrapper .dataTables_length {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        margin-bottom: 1rem;
        padding: 0.75rem;
    }
    
    .dataTables_wrapper .dataTables_length label {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        text-align: left;
    }
    
    .dataTables_wrapper .dataTables_length select {
        width: 100%;
        min-width: 120px;
    }
    
    .dataTables_wrapper .dataTables_info {
        font-size: 0.75rem;
        text-align: center;
        margin: 0.75rem 0;
        padding: 0.5rem 0.75rem;
    }
    
    /* Hide first/last buttons on very small screens */
    .dataTables_wrapper .dataTables_paginate .paginate_button.first,
    .dataTables_wrapper .dataTables_paginate .paginate_button.last {
        display: none;
    }
}

/* Extra Small Mobile */
@media (max-width: 480px) {
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        min-width: 32px;
        height: 32px;
        padding: 0.25rem;
        font-size: 0.7rem;
    }
    
    .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
    .dataTables_wrapper .dataTables_paginate .paginate_button.next {
        min-width: 40px;
    }
}

/* ========================
   ENHANCED VISUAL EFFECTS
   ======================== */

/* Add subtle animation to page numbers */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    position: relative;
    overflow: hidden;
}

.dataTables_wrapper .dataTables_paginate .paginate_button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: left 0.5s;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover::before {
    left: 100%;
}

/* Pulse effect for current page */
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    animation: currentPagePulse 2s infinite;
}

@keyframes currentPagePulse {
    0%, 100% {
        box-shadow: 0 2px 4px rgba(27, 56, 138, 0.2);
    }
    50% {
        box-shadow: 0 2px 8px rgba(27, 56, 138, 0.4);
    }
}

/* Smooth transitions for all elements */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    transition: all 0.3s ease;
}

/* Focus styles for accessibility */
#DataTables_Table_0_wrapper .dataTables_paginate .paginate_button:focus {
    outline: 2px solid #1b388a;
    outline-offset: 2px;
}

.dataTables_wrapper .dataTables_length select:focus {
    outline: 2px solid #1b388a;
    outline-offset: 2px;
}
#DataTables_Table_0_wrapper .dataTables_paginate .paginate_button.current {
	color: #fff !important;
}
#DataTables_Table_0_wrapper .dataTables_paginate .paginate_button:hover {
	color: #000 !important;
}
#DataTables_Table_0_length {
	display: none;
}
table.dataTable thead th, table.dataTable tfoot th {
	text-align: center;
}
.top-controls #DataTables_Table_0_paginate {
  margin-bottom: 0.25em;
}
.ajax_add_to_cart.loading::before {
	top: 50%;
}
h3.modern-faq-question-text {
    padding: 10px;
}
span.modern-faq-toggle-icon {
    margin-right: 10px;
}
@media (max-width: 768px) {
    .container-mob {
        padding: 20px 10px !important;
    }
}

/* Hide mobile header by default (for desktop) */
#mobile-header {
    display: none;
}

/* Show desktop menu by default */
#desktop-menu {
    display: block;
}

/* Media query for 1026px and below */
@media (max-width: 1026px) {
    /* Show mobile header */
    #mobile-header {
        display: block !important;
    }
    
    /* Hide desktop menu */
    #desktop-menu {
        display: none !important;
    }
}

ul.hfe-nav-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
   gap: 5px;
  padding: 10px 10px;
    margin: 0;
    list-style: none;
    border-radius: 12px;
}

ul.hfe-nav-menu .menu-item {
    margin: 0;
    background: white;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

ul.hfe-nav-menu .menu-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    border-color: #667eea;
}

ul.hfe-nav-menu .hfe-menu-item {
    padding: 12px 20px;
    display: block;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #374151;
    font-weight: 500;
    font-size: 15px;
}

ul.hfe-nav-menu .hfe-menu-item:hover {
    color: #667eea;
    background: linear-gradient(135deg, #f0f4ff 0%, #e0e7ff 100%);
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    ul.hfe-nav-menu {
        gap: 8px;
        padding: 15px 10px;
    }
    
    ul.hfe-nav-menu .hfe-menu-item {
        padding: 10px 16px;
        font-size: 14px;
    }
}

@media (max-width: 1000px) {
    ul.hfe-nav-menu {
        gap: 6px;
        padding: 12px 8px;
    }
    
    ul.hfe-nav-menu .hfe-menu-item {
        padding: 8px 14px;
        font-size: 13px;
    }
}

@media (max-width: 800px) {
    ul.hfe-nav-menu {
        gap: 4px;
        padding: 10px 6px;
    }
    
    ul.hfe-nav-menu .hfe-menu-item {
        padding: 6px 12px;
        font-size: 12px;
    }
}
.elementor-20 .elementor-element.elementor-element-61dbfc8 .menu-item a.hfe-menu-item {
	padding-left: 12px;
	padding-right: 12px;
}
.no-posts-message {
    min-height: 200px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
button#scdpOkay:hover, #scdpDontShow:hover {
    background: #000!important;
}