/*
Theme Name: Tangy Media BB Child Theme
Theme URI: https://www.tangymedia.co.uk
Version: 1.1111
Description: A custom theme optimised for Beaver Builder by Tangy Media.
Author: Tangy Media
Author URI: https://www.tangymedia.co.uk
template: bb-theme
*/


/* Large */
@media only screen and (max-width: 1300px) {}

/* Medium */
@media only screen and (max-width: 1100px) {}

/* Small */
@media only screen and (max-width: 768px) {}

/* TEXT */

/* COLOURS */
.voltage-gradient {
    background: linear-gradient(135deg, #e01e4c 0%, #9333ea 100%);
}

/* BUTTONS */
a.fl-button {
    background: linear-gradient(135deg, #e01e4c 0%, #9333ea 100%);
    border: none;
}

a.fl-button:hover {
    background: linear-gradient(135deg, #e01e4c 90%, #9333ea 100%);
    border: none;
}

a.fl-button:hover,
.fl-builder-content a.fl-button:hover {
    background: linear-gradient(135deg, #9333ea 0%, #9333ea 100%);
}

/* HEADER */


.login-links a {color:white;}

.mobile-links  a {color:white;}

/* GENERAL */

.genre-tags ul { padding-left:0 !important; margin-left:0; display:inline;}
.genre-tags li  { display: inline-block;     margin: 0 5px !important;     padding: 2px 6px !important;     border-radius: 3px;     background-color: #f1f1f1; }
.genre-tags li:last-child { padding: 2px 6px !important;  margin: 0 5px !important; }



.pp-thumbnails-swiper { display:none !important;}


 

.callout-feature i {
  background: linear-gradient(135deg, #e01e4c 0%, #9333ea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/* FACETS  */

.facetwp-facet {
	margin-bottom: 0px !important;
	font-size: 0.8em;
}



/* BROWSE DJS */


/* Start collapsed by default */
.filter-toggle.is-collapsed .fl-module:not(.filter-toggle-trigger) { display: none; }

/* Make the button look clickable */
.filter-toggle-button { cursor: pointer; }

/* Optional: style the trigger wrapper a bit */
.filter-toggle-trigger-inner { margin-bottom: 10px; }


/* Card wrapper */
.dj-card {
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    /* ensures the top image radius clips cleanly */
}

/* Banner image */
.dj-card img {
    width: 100%;
    display: block;
    border-radius: 12px 12px 0 0;
    /* round top left + top right */
}

.dj-card-inner { padding:20px;}

/* Titles and text spacing */
.dj-card__title {
    margin: 12px 0 6px;
    font-size: 20px;
}

.dj-card__headline {
    margin: 0 0 10px;
    color: #555;
}

.dj-card__location,
.dj-card__rate {
    margin: 6px 0;
    font-size: 15px;
}

.dj-card__location i,
.dj-card__rate i {
    margin-right: 6px;
    color: #444;
}

.dj-card__genres {
    margin: 10px 0;
    color: #777;
}

/* Buttons container */
.dj-card__buttons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

/* Shared button class */
.btn-group {
    flex: 1;
    text-align: center;
    padding: 10px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}

/* Individual buttons */
.dj-btn--profile {
    background: #f1f1f1;
    color: #333;
}

.dj-btn--book {
    background: #000;
    color: #fff;
}




/* DJS PROFILE */
.dj-mix-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 20px;
    margin-bottom: 8px;
    background: #f5f6f8;
    border-radius: 4px
}

.dj-mix-info {
    flex: 1 1 auto;
    min-width: 0
}

.dj-mix-title {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 600;
    color: #111
}

.dj-mix-meta {
    margin: 0;
    font-size: 13px;
    color: #6b6f76
}

.dj-mix-separator {
    margin: 0 4px
}

.dj-mix-action {
    flex: 0 0 auto
}

.dj-mix-play-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: linear-gradient(135deg, #e01e4c 0%, #9333ea 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    text-decoration: none;
    white-space: nowrap
}

.dj-mix-play-btn:hover {
    background: linear-gradient(135deg, #9333ea 0%, #9333ea 100%);
    color: white;
}

.dj-mix-play-icon {
    font-size: 14px;
    line-height: 1
}

.flatpickr-day.selected, .flatpickr-day.nextMonthDay.selected .flatpickr-day.nextMonthDay.prevMonthDay {
    background-color: #9333ea !important; border-color: #9333ea !important;
}

@media (max-width:600px) {
    .dj-mix-card {
        flex-direction: column;
        align-items: flex-start
    }

    .dj-mix-action {
        width: 100%
    }

    .dj-mix-play-btn {
        width: 100%;
        justify-content: center
    }
}