/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.5.0.1778984486
Updated: 2026-05-17 02:21:26

*/

/* Venue Single Page */
.venue-single .venue-hero-image {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 25px;
    display: block;
}

.venue-single .venue-taxonomy-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0 8px 0;
}

.venue-single .venue-badge {
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
    padding: 4px 10px !important;
    border-radius: 20px !important;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.venue-single .venue-badge-type {
    background: #1a1a2e !important;
    color: #fff !important;
}

.venue-single .venue-badge-area {
    background: #e8f4f8 !important;
    color: #2c7a9e !important;
}

.venue-single .venue-features-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 20px 0;
}

.venue-single .venue-feature-tag {
    display: inline-block !important;
    padding: 3px 10px !important;
    background: #f0f7ee !important;
    color: #3a7d44 !important;
    border: 1px solid #c3dfc8 !important;
    border-radius: 20px !important;
    font-size: 12px;
}

.venue-single .venue-details {
    background: #f9f9f9 !important;
    border: 1px solid #eee !important;
    border-left: 4px solid #e07b00 !important;
    border-radius: 6px;
    padding: 20px 25px;
    margin: 0 0 30px 0;
}

.venue-single .venue-details-heading {
    font-size: 14px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888 !important;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.venue-single .venue-detail-row {
    display: flex !important;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.venue-single .venue-detail-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.venue-single .venue-detail-icon {
    display: flex !important;
    align-items: center;
    margin-top: 2px;
    color: #e07b00;
    flex-shrink: 0;
}

.venue-single .venue-detail-content {
    line-height: 1.6;
}

.venue-single .venue-notes {
    border-top: 2px solid #eee;
    padding-top: 25px;
    margin-bottom: 20px;
}

.venue-single .venue-notes h2 {
    margin-bottom: 12px;
}

.venue-single .venue-closed {
    background: #fff3cd !important;
    border: 1px solid #ffc107 !important;
    padding: 10px 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.venue-single .venue-verified {
    color: #888;
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 20px;
    display: block;
}