.gradient {
    animation-duration: 1.8s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #fafafa 8%, #f4f4f4 38%, #fafafa 54%);
    background-size: 1000px 640px;
    position: relative;
}
@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}
.crumbtrail .btn-pink,
.crumbtrail .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 14px;
    line-height: 1.4;
    min-height: 25px;   /* lock both to the same touch-target height — sort's `visible-xs` !important forces it to display:block, which renders the glyphicon inline at line-height (~25px), while filter stays inline-flex (glyphicon blockifies to ~17px). Without this, the two buttons sat at different heights on xs */
}
.crumbtrail .btn-pink .glyphicon,
.crumbtrail .btn-primary .glyphicon {
    font-size: 11px;
    top: 0;
}
.crumbtrail .btn-pink .badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #C06014;
    font-size: 11px;
    font-weight: 700;
    padding: 0 6px;
    margin-left: 0;
    min-width: 18px;
    height: 16px;
    line-height: 1;
}
.crumbtrail .btn-pink .badge:empty {
    display: none;
}
.filters-list-container-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    margin-top: 10px;
    clear: both;
}
.filters-list-container {
    display: contents;
}
.filters-list-container .remove-filter-button {
    display: inline-flex;
    align-items: center;
    background-color: #e4e4e4;
    color: #333;
    padding: 3px 6px 3px 12px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 16px;
    white-space: nowrap;
    touch-action: manipulation;
    border: 1px solid transparent;
}
.filters-list-container .remove-filter-button:hover {
    background-color: #d6d6d6;
}
.filters-list-container .remove-filter-button .glyphicon {
    top: 0;
    cursor: pointer;
    color: #888;
    font-size: 11px;
}
.filters-list-container .remove-filter-button .glyphicon:hover {
    color: #333;
}
.filters-list-container-wrap .reset-filters-button {
    font-size: 13px;
    line-height: 1.5;
    padding: 3px 4px;
    margin: 0;
}
.filters-list-container-wrap .reset-filters-button .glyphicon {
    font-size: 11px;
    top: 0;
    margin-right: 2px;
}
@media (max-width: 767px) {
    .crumbtrail .btn-pink,
    .crumbtrail .btn-primary {
        margin-top: -4px;
    }
    .filters-list-container-wrap {
        flex-wrap: nowrap;
        align-items: center;
        gap: 8px;
    }
    .filters-list-container {
        display: flex;
        flex: 1 1 0;
        min-width: 0;
        flex-wrap: nowrap;
        align-items: center;
        gap: 4px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 4px;
        scrollbar-width: none;
        -webkit-mask-image: linear-gradient(to right, #000 calc(100% - 28px), transparent 100%);
                mask-image: linear-gradient(to right, #000 calc(100% - 28px), transparent 100%);
    }
    .filters-list-container::-webkit-scrollbar {
        display: none;
    }
    .filters-list-container .remove-filter-button {
        flex: 0 0 auto;
    }
    .filters-list-container-wrap .reset-filters-button {
        flex: 0 0 auto;
    }
}
#filtersModal .modal-dialog {
    margin: 15px auto !important;
    max-height: calc(100vh - 30px);
    max-height: calc(100svh - 30px);
    max-height: calc(100dvh - 30px);
    height: calc(100vh - 30px) !important;
    height: calc(100svh - 30px) !important;
    height: calc(100dvh - 30px) !important;
}
#filtersModal .modal-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 0 !important;
}
#filtersModal .modal-header {
    flex: 0 0 auto;
    box-shadow: 0px 2px 3px rgba(50, 50, 50, 0.15);
}
#filtersModal .modal-body {
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0;
}
#filtersModal .modal-footer {
    flex: 0 0 auto;
}
@media (max-width: 767px) {
    #filtersModal .modal-dialog {
        margin: 0 !important;
        width: 100%;
        max-width: 100%;
        max-height: 100vh;
        max-height: 100svh;
        max-height: 100dvh;
        height: 100vh !important;
        height: 100svh !important;
        height: 100dvh !important;
    }
    #filtersModal .modal-content {
        border: 0;
    }
}
.modal-footer--sticky {
    background-color: inherit;
    -webkit-box-shadow: 0px -2px 3px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px -2px 3px rgba(50, 50, 50, 0.25);
    box-shadow: 0px -2px 3px rgba(50, 50, 50, 0.25);
}
#genres-accordion .checkbox-on {
    border: 1px solid #c06014;
}
#genres-accordion .btn {
    text-transform: none !important;
}
#genres-accordion .btn-secondaryborder:active, #genres-accordion .btn-secondaryborder:focus, #genres-accordion .btn-secondaryborder:visited {
    background-color: #fff !important;
    color: #191919;
}
#genres-accordion .btn-secondaryborder:hover {
    background-color: #fff !important;
    border-color: #c06014;
    color: #191919;
}
#genres-accordion .checkbox-on .checkbox-icon:before {
    content: "\F26C";
    color: #c06014;
}
#contact-faqs-accordion .panel-group, #genres-accordion .panel-group {
    margin-bottom: 0;
    padding: 0px;
}
#contact-faqs-accordion .collapsing, #genres-accordion .collapsing {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1;
    transition: height 0.1s ease;
}
/* Code for animation -- to change direction of chevron just change -40px to 40px and vice versa */
#contact-faqs-accordion .glyphicon-chevron-down-custom span, #contact-faqs-accordion .glyphicon-chevron-up-custom span,
#genres-accordion .glyphicon-chevron-down-custom span, #genres-accordion .glyphicon-chevron-up-custom span {
    width: 10px;
    height: 5px;
    background-color: rgb(99, 99, 99);
    display: inline-block;
    transition: all .1s linear;
}
#contact-faqs-accordion .glyphicon-chevron-down-custom .sp-1, #contact-faqs-accordion .glyphicon-chevron-up-custom .sp-2,
#genres-accordion .glyphicon-chevron-down-custom .sp-1, #genres-accordion .glyphicon-chevron-up-custom .sp-2 {
    transform: skewY(40deg);
}
#contact-faqs-accordion .glyphicon-chevron-up-custom .sp-1, #contact-faqs-accordion .glyphicon-chevron-down-custom .sp-2,
#genres-accordion .glyphicon-chevron-up-custom .sp-1, #genres-accordion .glyphicon-chevron-down-custom .sp-2 {
    transform: skewY(-40deg);
}
#contact-faqs-accordion .glyphicon, #genres-accordion .glyphicon {
    top: -2px;
}
.header-ratings-container .glyphicon-star {
    top: 2px;
}
#reviews-container a:hover{
    color: #000;
}
#reviews-container .photo {
    display:block;
    width: 160px;
    height: 160px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
    top:calc(50% - 25px);
    line-height:50px;
    text-align:center;
    font-weight:700;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto 0 auto;
}
.blue-gradient-bg {
    background-color: #fdf8f4;
}
#reviews-container .review:hover {
    border: 1px solid #c06014;
}
.template-content h2 {
    font-size: 30px;
    margin-bottom: 15px;
}
/* Base bullet styling – clean and consistent */
.bullet-item {
    list-style-type: disc;
    margin-left: 0;           /* reset – we control indent via ul now */
    padding-left: 0;          /* keep bullet snug to text */
    text-align: left;
}

.popular-venues-in-cols {
    padding-left: 1em;      /* ← space to the left of EVERY bullet in this list */
    margin-left: 0;
    font-size: 1.05em;
    line-height: 1.5;
}

@media (min-width: 992px) {
    .popular-venues-in-cols {
        padding-left: 6em;      /* ← space to the left of EVERY bullet in this list */
    }
}

.popular-venues-in-cols li {
    margin-bottom: 0.55em;
}

/* ──────────────────────────────────────────────
   DESKTOP (two columns, centered overall)
─────────────────────────────────────────────── */
@media (min-width: 992px) {
    .popular-venues-row {
        justify-content: center;
        max-width: 960px;               /* or 1140px / custom – prevents stretching too wide */
        margin-left: auto;
        margin-right: auto;
    }

    /* Optional: balanced spacing between columns */
    .popular-venues-row .col-md-6:first-child {
        padding-right: 20px;
    }
    .popular-venues-row .col-md-6:last-child {
        padding-left: 20px;
    }
}

/* ──────────────────────────────────────────────
   MOBILE + TABLET (single column, strictly left-aligned)
─────────────────────────────────────────────── */
@media (max-width: 991px) {
    /* Remove any centering attempts */
    .popular-venues-row {
        justify-content: flex-start !important;
    }

    .popular-venues-row .col-xs-12 {
        padding-left: 15px;           /* matches Bootstrap container padding */
        padding-right: 15px;
    }

    /* Make sure second "column" (now full-width) has no extra left padding */
    .popular-venues-row .col-xs-12:nth-child(2) {
        padding-left: 15px !important;
        margin-left: 0 !important;
    }

    /* Bullet indentation stays consistent and flush with container */
    .bullet-item {
        margin-left: 1.2em;           /* same as desktop – no extra push */
    }

    /* Prevent any inherited centering from text-center classes */
    .popular-venues-in-cols,
    .popular-venues-in-cols li {
        text-align: left !important;
    }
}

.filter-button {
    margin-top: -2px;
}
