.wpp-no-data {
} .wpp-list {
} .wpp-list li {
overflow: hidden;
float: none;
clear: both;
margin-bottom: 1rem;
}
.wpp-list li:last-of-type {
margin-bottom: 0;
} .wpp-list li.current {
} .wpp-thumbnail {
display: inline;
float: left;
margin: 0 1rem 0 0;
border: none;
}
.wpp_def_no_src {
object-fit: contain;
} .wpp-post-title {
} .wpp-excerpt {
} .wpp-meta, .post-stats {
display: block;
font-size: 0.8em;
} .wpp-comments {
} .wpp-views {
} .wpp-author {
} .wpp-date {
} .wpp-category {
} .wpp-rating {
}:root {
--primary-bg: #ffffff;
--secondary-bg: #f8f9fa;
--card-bg: #ffffff;
--golden: #cf5702;
--golden-light: #cf5702;
--golden-dark: #134e80;
--text-primary: #212529;
--text-secondary: #6c757d;
--text-muted: #cf5702;
--border-color: #dee2e6;
--sidebar-width: 300px;
--spacing: 1rem;
--border-radius: 12px;
--gradient-golden: linear-gradient(135deg, #1E75BD 0%, #4A9CD9 100%);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body {
margin: 0;
padding: 0;
width: 100%;
max-width: 100%;
overflow-x: hidden;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
background-color: var(--primary-bg);
color: var(--text-primary);
line-height: 1.5;
padding-bottom: 80px;
}
a {
color: var(--text-primary);
text-decoration: none;
transition: color 0.2s;
}
a:hover {
color: var(--golden);
} .site-header {
background: rgba(248, 249, 250, 0.98);
backdrop-filter: blur(10px);
border-bottom: 1px solid rgba(30, 117, 189, 0.3);
position: fixed;
top: 0;
z-index: 1000;
width: 100%;
padding: 0;
}
.header-container {
max-width: 1400px;
margin: 0 auto;
padding: 0.6rem 1.5rem;
display: flex;
align-items: center;
justify-content: space-between;
}
.site-logo a {
font-size: 1.4rem;
font-weight: 800;
background: linear-gradient(135deg, #1E75BD 0%, #4A9CD9 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.site-logo img {
max-height: 40px;
width: auto;
}
.main-navigation {
display: none;
}
@media (min-width: 769px) {
.main-navigation {
display: block;
}
.main-navigation .primary-menu {
display: flex;
list-style: none;
gap: 1.5rem;
margin: 0;
padding: 0;
}
.main-navigation .primary-menu li a {
color: var(--text-primary);
font-weight: 500;
font-size: 0.9rem;
padding: 0.4rem 0;
position: relative;
}
.main-navigation .primary-menu li a::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background: var(--golden);
transition: width 0.3s;
}
.main-navigation .primary-menu li a:hover::after,
.main-navigation .primary-menu li.current-menu-item a::after {
width: 100%;
}
.main-navigation .primary-menu li a:hover,
.main-navigation .primary-menu li.current-menu-item a {
color: var(--golden);
}
.mobile-menu-toggle {
display: none;
}
}
.mobile-menu-toggle {
font-size: 1.5rem;
background: white;
border: none;
border-radius: 8px;
width: 40px;
height: 40px;
cursor: pointer;
color: #cc5a08;
display: flex;
align-items: center;
justify-content: center;
}
.mobile-menu-panel {
position: fixed;
top: 0;
left: -300px;
width: 300px;
height: 100%;
background: #f8f9fa;
z-index: 2000;
padding: 2rem;
transition: left 0.3s ease;
box-shadow: 2px 0 20px rgba(0,0,0,0.1);
border-right: 2px solid var(--golden);
}
.mobile-menu-panel.open {
left: 0;
}
.close-menu {
position: absolute;
top: 1rem;
right: 1rem;
font-size: 2rem;
cursor: pointer;
color: var(--golden);
background: rgba(30, 117, 189, 0.1);
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.mobile-menu-panel ul {
list-style: none;
margin-top: 3rem;
}
.mobile-menu-panel li {
margin-bottom: 1rem;
}
.mobile-menu-panel a {
font-size: 1.1rem;
display: block;
padding: 0.5rem 0;
border-bottom: 1px solid rgba(30, 117, 189, 0.2);
color: var(--text-primary);
}
.mobile-menu-panel a:hover {
color: var(--golden);
}
.search-toggle {
background: white;
border: none;
width: 36px;
height: 36px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
color: #cc5a08;
transition: all 0.3s;
}
.search-toggle:hover {
background: var(--golden);
color: #ffffff;
} .country-flags-menu {
background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
border-bottom: 1px solid rgba(30, 117, 189, 0.3);
border-top: 1px solid rgba(30, 117, 189, 0.3);
position: relative;
z-index: 99;
margin-top: 58px;
padding: 0.8rem 0;
}
.flags-container {
max-width: 1400px;
margin: 0 auto;
position: relative;
padding: 0 3rem;
}
.flags-wrapper {
display: flex;
gap: 1rem;
overflow-x: auto;
scroll-behavior: smooth;
padding: 0.5rem 0;
-webkit-overflow-scrolling: touch;
scrollbar-width: thin;
}
.flags-wrapper::-webkit-scrollbar {
height: 4px;
}
.flags-wrapper::-webkit-scrollbar-track {
background: rgba(30, 117, 189, 0.1);
border-radius: 10px;
}
.flags-wrapper::-webkit-scrollbar-thumb {
background: var(--golden);
border-radius: 10px;
}
.flag-item {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 0.5rem;
padding: 0.6rem 1rem;
background: #ffffff;
border-radius: 12px;
transition: all 0.3s ease;
text-decoration: none;
min-width: 85px;
border: 1px solid rgba(30, 117, 189, 0.2);
cursor: pointer;
}
.flag-item:hover {
transform: translateY(-4px);
border-color: var(--golden);
background: rgba(30, 117, 189, 0.1);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.flag-emoji {
font-size: 2rem;
filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
transition: transform 0.3s ease;
}
.flag-item:hover .flag-emoji {
transform: scale(1.1);
}
.flag-name {
font-size: 0.75rem;
font-weight: 600;
color: var(--text-secondary);
transition: color 0.3s;
letter-spacing: 0.5px;
text-transform: uppercase;
}
.flag-item:hover .flag-name {
color: var(--golden);
}
.flags-scroll-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 40px;
height: 40px;
border-radius: 8px;
background: #ffffff;
border: 1px solid var(--golden);
color: var(--golden);
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s;
z-index: 10;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.flags-scroll-btn:hover {
background: var(--golden);
color: #ffffff;
transform: translateY(-50%) scale(1.05);
}
.flags-prev {
left: 0;
}
.flags-next {
right: 0;
}
@media (max-width: 768px) {
.country-flags-menu {
margin-top: 52px;
padding: 0.5rem 0;
}
.flags-container {
padding: 0 2rem;
}
.flag-item {
min-width: 65px;
padding: 0.4rem 0.6rem;
border-radius: 10px;
}
.flag-emoji {
font-size: 1.5rem;
}
.flag-name {
font-size: 0.6rem;
}
.flags-scroll-btn {
width: 32px;
height: 32px;
border-radius: 6px;
}
}
@media (max-width: 480px) {
.country-flags-menu {
margin-top: 48px;
}
.flags-container {
padding: 0 1.5rem;
}
.flag-item {
min-width: 55px;
padding: 0.3rem 0.5rem;
border-radius: 8px;
}
.flag-emoji {
font-size: 1.2rem;
}
.flag-name {
font-size: 0.55rem;
}
.flags-scroll-btn {
width: 28px;
height: 28px;
border-radius: 5px;
}
} .boomplay-search-section {
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
padding: 1rem 1rem;
position: relative;
}
.search-container {
max-width: 800px;
margin: 0 auto;
}
.search-wrapper {
position: relative;
background: #ffffff;
border-radius: 50px;
overflow: visible;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
border: 1px solid rgba(30, 117, 189, 0.2);
}
.search-input {
width: 100%;
padding: 0.8rem 3rem 0.8rem 1.5rem;
border: none;
font-size: 0.9rem;
outline: none;
background: transparent;
color: var(--text-primary);
}
.search-input::placeholder {
color: var(--text-muted);
}
.search-button {
position: absolute;
right: 5px;
top: 5px;
bottom: 5px;
padding: 0 1.2rem;
background: #cc5a08;
color: #ffffff;
border: none;
border-radius: 50px;
cursor: pointer;
font-weight: 600;
font-size: 0.8rem;
transition: all 0.3s;
display: flex;
align-items: center;
gap: 0.3rem;
}
.search-button:hover {
transform: scale(1.02);
}
.search-results-dropdown {
position: absolute;
top: 100%;
left: 0;
right: 0;
background: #ffffff;
border-radius: 20px;
margin-top: 10px;
box-shadow: 0 20px 40px rgba(0,0,0,0.15);
max-height: 450px;
overflow-y: auto;
display: none;
z-index: 10000;
border: 1px solid var(--golden-dark);
}
.search-results-dropdown.active {
display: block;
}
.search-result-item {
display: flex;
align-items: center;
padding: 1rem;
border-bottom: 1px solid var(--border-color);
cursor: pointer;
}
.search-result-item:hover {
background: #f8f9fa;
}
.search-result-thumb {
width: 45px;
height: 45px;
border-radius: 10px;
object-fit: cover;
margin-right: 1rem;
border: 2px solid var(--golden-dark);
}
.search-result-info {
flex: 1;
}
.search-result-title {
font-weight: 600;
margin-bottom: 0.2rem;
color: var(--text-primary);
}
.search-result-meta {
font-size: 0.8rem;
color: var(--text-muted);
}
.trending-tags {
margin-top: 0.6rem;
text-align: center;
font-size: 0.7rem;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 0.5rem;
}
.trending-tags strong {
color: var(--golden);
}
.trending-tags a {
color: var(--text-muted);
transition: color 0.3s;
}
.trending-tags a:hover {
color: var(--golden);
} .home-container {
width: 100%;
max-width: 100%;
margin: 2rem 0;
padding: 0 2rem;
display: grid;
grid-template-columns: 1fr;
gap: 2rem;
overflow-x: hidden;
}
@media (min-width: 992px) {
.home-container {
grid-template-columns: 1fr 300px;
}
}
@media (max-width: 768px) {
.home-container {
padding: 0 0.75rem !important;
margin: 1rem 0 !important;
gap: 1rem !important;
}
}
@media (max-width: 480px) {
.home-container {
padding: 0 0.5rem !important;
}
}
.main-content {
width: 100%;
min-width: 0;
overflow-x: hidden;
}
.section-title {
font-size: 1.6rem;
margin-bottom: 1.2rem;
color: var(--text-primary);
position: relative;
padding-bottom: 0.6rem;
display: inline-block;
}
.section-title::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 50px;
height: 3px;
background: var(--gradient-golden);
border-radius: 3px;
} .tracks-grid {
display: grid !important;
grid-template-columns: repeat(2, 1fr) !important;
gap: 0.5rem !important;
width: 100%;
margin: 0 !important;
padding: 0.25rem;
box-sizing: border-box;
margin-bottom: 2rem;
}
@media (min-width: 1200px) {
.tracks-grid {
grid-template-columns: repeat(4, 1fr) !important;
gap: 1.5rem !important;
max-width: 100% !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.tracks-grid {
grid-template-columns: repeat(4, 1fr) !important;
gap: 1.2rem !important;
max-width: 100% !important;
}
}
@media (min-width: 769px) and (max-width: 991px) {
.tracks-grid {
grid-template-columns: repeat(3, 1fr);
gap: 1.2rem;
}
}
@media (max-width: 768px) {
.tracks-grid {
grid-template-columns: repeat(2, 1fr) !important;
gap: 0.75rem !important;
padding: 0.5rem 0.25rem !important;
margin: 0 !important;
}
.track-card {
width: 100% !important;
max-width: none !important;
height: auto !important;
min-height: 0 !important;
}
}
@media (max-width: 480px) {
.tracks-grid {
grid-template-columns: repeat(2, 1fr) !important;
gap: 0.5rem !important;
padding: 0.25rem !important;
margin: 0 !important;
}
.track-card {
width: 100% !important;
}
}
.track-card {
background: #ffffff;
border-radius: 14px;
overflow: hidden;
transition: all 0.3s ease;
cursor: pointer;
border: 1px solid rgba(30, 117, 189, 0.15);
min-width: 0;
display: flex;
flex-direction: column;
height: 100%;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.track-card:hover {
transform: translateY(-5px);
border-color: var(--golden);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.track-image {
position: relative;
width: 100%;
aspect-ratio: 1 / 1;
overflow: hidden;
flex-shrink: 0;
}
.track-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}
.track-card:hover .track-image img {
transform: scale(1.05);
}
.play-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
backdrop-filter: blur(3px);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: opacity 0.3s ease;
}
.track-card:hover .play-overlay {
opacity: 1;
}
.play-overlay svg {
width: 50px;
height: 50px;
fill: #cc5a08;
filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
transition: transform 0.2s;
}
.play-overlay svg:hover {
transform: scale(1.1);
}
.track-info {
padding: 0.75rem 0.6rem;
min-width: 0;
overflow: hidden;
flex: 1;
display: flex;
flex-direction: column;
gap: 0.25rem;
}
.track-title {
font-size: 0.85rem;
font-weight: 600;
color: var(--text-primary);
line-height: 1.3;
display: -webkit-box !important;
-webkit-line-clamp: 2 !important;
-webkit-box-orient: vertical;
overflow: hidden !important;
word-break: break-word !important;
hyphens: auto;
max-height: 2.6em;
}
.track-artist {
font-size: 0.75rem;
font-weight: 600;
color: var(--text-muted);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
}
.track-meta {
display: flex;
align-items: center;
justify-content: flex-start;
margin-top: 0.25rem;
}
.track-type {
color: white;
font-weight: 600;
text-transform: uppercase;
background: #cc5a08;
padding: 0.15rem 0.5rem;
border-radius: 20px;
font-size: 0.55rem;
letter-spacing: 0.5px;
border: 1px solid rgba(30, 117, 189, 0.25);
white-space: nowrap;
}
@media (max-width: 768px) {
.track-info {
padding: 0.5rem 0.45rem !important;
}
.track-title {
font-size: 0.73rem !important;
line-height: 1.25 !important;
-webkit-line-clamp: 2 !important;
max-height: 2.5em !important;
word-break: break-word !important;
hyphens: auto !important;
}
.track-artist {
font-size: 0.63rem;
font-weight: 600;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.track-type {
font-size: 0.48rem;
padding: 0.1rem 0.4rem;
}
.play-overlay svg {
width: 40px;
height: 40px;
}
}
@media (max-width: 480px) {
.track-info {
padding: 0.45rem 0.4rem !important;
}
.track-title {
font-size: 0.68rem !important;
line-height: 1.2 !important;
-webkit-line-clamp: 2 !important;
}
.track-artist {
font-size: 0.58rem;
}
.track-type {
font-size: 0.42rem;
padding: 0.08rem 0.35rem;
}
} .sidebar {
width: 100%;
overflow-x: hidden;
}
.widget {
background: #ffffff;
border-radius: var(--border-radius);
padding: 1.2rem;
margin-bottom: 1.5rem;
border: 1px solid var(--border-color);
overflow-x: hidden;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.widget-title {
color: var(--golden);
margin-bottom: 0.8rem;
font-size: 1.1rem;
padding-bottom: 0.5rem;
border-bottom: 2px solid var(--golden-dark);
}
.trending-tabs {
display: flex;
gap: 0.5rem;
margin-bottom: 1rem;
flex-wrap: wrap;
}
.trending-tab {
background: none;
border: none;
color: var(--text-muted);
padding: 0.4rem 0.8rem;
cursor: pointer;
font-size: 0.8rem;
font-weight: 600;
transition: all 0.2s;
border-radius: 20px;
}
.trending-tab:hover {
color: var(--golden);
}
.trending-tab.active {
background: #cc5a08;
color: #ffffff;
}
.trending-list {
display: none;
}
.trending-list.active {
display: block;
}
.trending-item {
display: flex;
align-items: center;
gap: 0.8rem;
padding: 0.6rem 0;
border-bottom: 1px solid var(--border-color);
cursor: pointer;
transition: background 0.2s;
}
.trending-item:hover {
background: #f8f9fa;
}
.trending-number {
width: 28px;
height: 28px;
background: transparent;
color: var(--golden);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 0.85rem;
font-weight: 700;
flex-shrink: 0;
}
.trending-item .sidebar-post-thumb {
width: 45px;
height: 45px;
border-radius: 8px;
object-fit: cover;
border: 2px solid var(--golden-dark);
flex-shrink: 0;
}
.trending-item .sidebar-post-info {
flex: 1;
min-width: 0;
}
.trending-item .sidebar-post-title {
font-size: 0.85rem;
font-weight: 600;
margin-bottom: 0.2rem;
color: var(--text-primary);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
}
.trending-item .sidebar-post-artist {
font-size: 0.7rem;
font-weight: 600;
color: var(--text-muted);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.sidebar-post, .related-track {
display: flex;
align-items: center;
gap: 0.8rem;
padding: 0.6rem 0;
border-bottom: 1px solid var(--border-color);
cursor: pointer;
transition: background 0.2s;
overflow: hidden;
min-width: 0;
}
.sidebar-post:hover {
background: #f8f9fa;
}
.sidebar-post-thumb {
width: 45px;
height: 45px;
border-radius: 8px;
object-fit: cover;
border: 2px solid var(--golden-dark);
flex-shrink: 0;
}
.sidebar-post-info {
flex: 1;
min-width: 0;
}
.sidebar-post-title {
font-size: 0.85rem;
font-weight: 600;
margin-bottom: 0.2rem;
color: var(--text-primary);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
}
.sidebar-post-artist {
font-size: 0.7rem;
font-weight: 600;
color: var(--text-muted);
}
.related-tracks-widget {
max-height: 400px;
overflow-y: auto;
}
@media (min-width: 769px) {
.related-tracks-widget {
columns: 2;
column-gap: 1rem;
}
.related-tracks-widget .sidebar-post {
break-inside: avoid;
display: flex !important;
}
} .single-post-wrapper-full {
width: 100%;
max-width: 100%;
margin: 0;
padding: 2rem 0;
background: var(--primary-bg);
}
.single-post-content-area {
max-width: 1400px;
margin: 0 auto;
padding: 0 2rem;
width: 100%;
box-sizing: border-box;
}
@media (max-width: 768px) {
.single-post-content-area {
padding: 0 1rem;
}
}
.single-post-layout {
display: grid;
grid-template-columns: 1fr 300px;
gap: 2rem;
}
@media (max-width: 992px) {
.single-post-layout {
grid-template-columns: 1fr !important;
}
}
.single-post {
background: #ffffff;
border-radius: 16px;
padding: 1.8rem;
border: 1px solid var(--border-color);
margin-bottom: 2rem;
overflow: hidden;
min-width: 0;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
@media (max-width: 768px) {
.single-post {
padding: 1rem;
}
}
.post-title, .single-post h1[style*="clamp"], .single-post h1 {
font-size: 2rem;
line-height: 1.3;
margin-bottom: 0.8rem;
color: var(--text-primary);
overflow-wrap: break-word;
word-wrap: break-word;
hyphens: auto;
word-break: break-word;
}
@media (max-width: 768px) {
.post-title, .single-post h1[style*="clamp"], .single-post h1 {
font-size: 1.5rem;
white-space: normal;
}
}
.post-meta {
display: flex;
flex-wrap: wrap;
gap: 1rem;
font-size: 0.85rem;
color: var(--text-muted);
padding-bottom: 1rem;
border-bottom: 1px solid var(--border-color);
margin-bottom: 1.5rem;
}
.post-content {
font-size: 1rem;
line-height: 1.7;
color: var(--text-secondary);
margin: 1.5rem 0;
}
.post-audio-actions {
display: flex;
gap: 1rem;
margin: 1.5rem 0;
justify-content: center;
flex-wrap: wrap;
}
.play-button-action, .download-button-action {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.8rem;
padding: 0.8rem 2rem;
border: none;
border-radius: 50px;
font-weight: 700;
font-size: 0.9rem;
cursor: pointer;
transition: all 0.3s;
}
.play-button-action {
background: var(--gradient-golden);
color: #ffffff;
border: 2px solid var(--golden);
}
.download-button-action {
background: transparent;
color: var(--golden);
border: 2px solid var(--golden);
}
.play-button-action:hover, .download-button-action:hover {
transform: translateY(-3px);
box-shadow: 0 8px 20px rgba(30, 117, 189, 0.3);
}
.share-section {
margin: 1.5rem 0;
padding: 1rem 0;
border-top: 1px solid var(--border-color);
border-bottom: 1px solid var(--border-color);
}
.share-title {
font-weight: 700;
margin-bottom: 0.8rem;
color: #cc5a08;
text-align: center;
}
.share-icons {
display: flex;
flex-wrap: wrap;
gap: 0.6rem;
justify-content: center;
}
.share-btn {
display: flex;
align-items: center;
gap: 0.5rem;
padding: 0.5rem 1rem;
border-radius: 50px;
font-size: 0.8rem;
font-weight: 600;
color: #fff;
text-decoration: none;
cursor: pointer;
transition: all 0.3s ease;
}
.share-btn svg {
width: 16px;
height: 16px;
fill: white;
}
.share-btn.facebook { background: #1877f2; }
.share-btn.x { background: #000; }
.share-btn.whatsapp { background: #25d366; }
.share-btn.telegram { background: #0088cc; }
.share-btn.copy { background: #333; }
.share-btn.linkedin { background: #0077b5; }
.share-btn.linkedin:hover { background: #005582; }
.share-btn:hover { transform: translateY(-2px); }
.related-tracks-textonly {
margin-top: 2rem;
padding-top: 1.5rem;
border-top: 1px solid var(--border-color);
}
.related-tracks-textonly h3 {
color: var(--golden);
margin-bottom: 1rem;
font-size: 1.2rem;
}
.related-grid-textonly {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1rem;
}
.related-track-textonly {
background: #f8f9fa;
border-radius: 10px;
padding: 0.8rem;
cursor: pointer;
transition: all 0.3s;
border: 1px solid var(--border-color);
text-align: center;
}
.related-track-textonly:hover {
border-color: var(--golden);
transform: translateY(-2px);
}
.related-track-song {
font-weight: 700;
font-size: 0.85rem;
margin-bottom: 0.2rem;
color: var(--text-primary);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.related-track-artist {
font-size: 0.7rem;
font-weight: 600;
color: var(--text-muted);
}
@media (max-width: 768px) {
.related-grid-textonly {
grid-template-columns: repeat(2, 1fr);
gap: 0.8rem;
}
.share-icons {
display: grid;
grid-template-columns: repeat(2, 1fr);
}
} .site-footer-full {
background: #f8f9fa;
border-top: 2px solid var(--golden);
padding: 1rem 0;
margin-top: 2rem;
}
.footer-inner {
max-width: 1200px;
margin: 0 auto;
padding: 0 1.5rem;
text-align: center;
}
.footer-menu {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 1rem;
list-style: none;
margin-bottom: 0.8rem;
}
.footer-menu li a {
color: var(--text-muted);
font-size: 0.85rem;
font-weight: 600;
transition: color 0.3s;
}
.footer-menu li a:hover {
color: var(--golden);
}
.footer-bottom {
font-size: 0.75rem;
font-weight: 600;
color: black;
} .load-more-container {
text-align: center;
margin: 2rem 0;
}
.load-more-btn {
background: var(--gradient-golden);
color: #ffffff;
border: none;
padding: 0.8rem 2rem;
border-radius: 50px;
font-weight: 600;
font-size: 0.9rem;
cursor: pointer;
transition: all 0.3s;
}
.load-more-btn:hover {
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(30, 117, 189, 0.3);
} @media (max-width: 992px) {
.single-post-sidebar {
width: 100% !important;
margin-top: 1.5rem !important;
}
}
@media (max-width: 768px) {
.header-container {
padding: 0.5rem 1rem !important;
}
.site-logo a {
font-size: 1.2rem;
}
.boomplay-search-section {
padding: 0.8rem 1rem;
}
.search-input {
padding: 0.7rem 2.5rem 0.7rem 1rem;
font-size: 0.85rem;
}
.search-button .search-text {
display: none;
}
} .wp-block-audio,
.wp-audio-shortcode,
.mejs-container,
.audio-player,
audio {
display: none !important;
} .overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
z-index: 1500;
}
.overlay.active {
display: block;
} .single-post-wrapper-full {
width: 100vw !important;
max-width: 100vw !important;
margin-left: calc(50% - 50vw) !important;
margin-right: calc(50% - 50vw) !important;
}
body.single .container,
body.single .site,
body.single .content,
body.single .wrapper {
max-width: 100% !important;
padding-left: 0 !important;
padding-right: 0 !important;
} .premium-tags-section {
margin: 2rem 0 1.5rem;
padding: 1rem 0;
border-top: 1px solid rgba(30, 117, 189, 0.2);
border-bottom: 1px solid rgba(30, 117, 189, 0.2);
}
.premium-tags-wrapper {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 0.8rem;
}
.premium-tags-icon {
display: flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
background: rgba(30, 117, 189, 0.1);
border-radius: 50%;
flex-shrink: 0;
}
.premium-tags-icon svg {
width: 18px;
height: 18px;
fill: var(--golden);
}
.premium-tags-label {
font-size: 0.85rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
color: var(--golden);
background: rgba(30, 117, 189, 0.1);
padding: 0.3rem 0.8rem;
border-radius: 20px;
white-space: nowrap;
}
.premium-tags-list {
display: flex;
flex-wrap: wrap;
gap: 0.6rem;
flex: 1;
}
.premium-tag {
display: inline-flex;
align-items: center;
gap: 0.4rem;
background: #f8f9fa;
border: 1px solid rgba(30, 117, 189, 0.25);
border-radius: 30px;
padding: 0.4rem 1rem;
font-size: 0.75rem;
font-weight: 500;
color: var(--text-secondary);
text-decoration: none;
transition: all 0.3s ease;
letter-spacing: 0.3px;
}
.premium-tag:hover {
background: var(--golden);
border-color: var(--golden);
color: #ffffff;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(30, 117, 189, 0.3);
}
.premium-tag svg {
width: 12px;
height: 12px;
fill: currentColor;
opacity: 0.7;
}
.premium-tag:hover svg {
opacity: 1;
}
@media (max-width: 768px) {
.premium-tags-wrapper {
flex-direction: column;
align-items: flex-start;
}
.premium-tags-list {
width: 100%;
}
.premium-tag {
padding: 0.3rem 0.8rem;
font-size: 0.7rem;
}
}
@keyframes tagPulse {
0% { transform: scale(1); }
50% { transform: scale(1.05); }
100% { transform: scale(1); }
}
.premium-tag:active {
animation: tagPulse 0.2s ease;
} @media (min-width: 769px) {
.mobile-menu-toggle,
.mobile-menu-panel {
display: none !important;
}
.overlay {
display: none !important;
}
}
@media (max-width: 768px) {
.mobile-menu-toggle {
display: flex !important;
}
} .fixed-player {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: #f8f9fa;
border-top: 2px solid var(--golden, #1E75BD);
padding: 10px 15px;
z-index: 1000;
box-shadow: 0 -5px 20px rgba(0,0,0,0.1);
}
.player-container {
max-width: 1400px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 15px;
}
.player-track {
display: flex;
align-items: center;
gap: 12px;
min-width: 200px;
flex: 1;
}
.player-thumb {
width: 48px;
height: 48px;
border-radius: 8px;
object-fit: cover;
border: 2px solid var(--golden, #1E75BD);
background: #ffffff;
}
.player-details {
flex: 1;
min-width: 0;
}
.player-track-name {
font-size: 14px;
font-weight: 600;
color: #212529;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 4px;
}
.player-artist-name {
font-size: 12px;
font-weight: 600;
color: #cc5a08;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.player-controls {
display: flex;
align-items: center;
gap: 20px;
}
.player-btn {
background: transparent;
border: none;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s;
opacity: 0.8;
}
.player-btn:hover {
opacity: 1;
transform: scale(1.05);
}
.player-btn svg {
width: 24px;
height: 24px;
fill: #212529;
}
.play-btn {
width: 44px;
height: 44px;
background: #cc5a08;
border-radius: 50%;
opacity: 1;
}
.play-btn svg {
width: 22px;
height: 22px;
fill: #ffffff;
}
.play-btn:hover {
transform: scale(1.05);
background: #4A9CD9;
}
.player-progress-area {
display: flex;
align-items: center;
gap: 10px;
flex: 2;
min-width: 200px;
}
.time-current, .time-total {
font-size: 11px;
color: #6c757d;
min-width: 35px;
text-align: center;
}
.progress-bar {
flex: 1;
height: 4px;
background: #cc5a08;
border-radius: 4px;
cursor: pointer;
position: relative;
}
.progress-fill {
height: 100%;
background: var(--golden, #1E75BD);
border-radius: 4px;
width: 0%;
}
.player-volume-area {
display: flex;
align-items: center;
gap: 10px;
min-width: 100px;
}
.player-volume-btn {
background: transparent;
border: none;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
opacity: 0.8;
}
.player-volume-btn:hover {
opacity: 1;
}
.player-volume-btn svg {
width: 20px;
height: 20px;
fill: #212529;
}
.volume-slider-wrap {
width: 80px;
}
.volume-slider {
height: 4px;
background: #dee2e6;
border-radius: 4px;
cursor: pointer;
position: relative;
}
.volume-fill {
height: 100%;
background: #212529;
border-radius: 4px;
width: 70%;
}
@media (max-width: 768px) {
.fixed-player {
padding: 8px 12px;
}
.player-container {
flex-direction: row;
flex-wrap: nowrap;
gap: 10px;
}
.player-track {
min-width: auto;
flex: 2;
gap: 8px;
}
.player-thumb {
width: 40px;
height: 40px;
}
.player-track-name {
font-size: 12px;
}
.player-artist-name {
font-size: 10px;
}
.player-controls {
gap: 15px;
flex-shrink: 0;
}
.play-btn {
width: 40px;
height: 40px;
}
.play-btn svg {
width: 18px;
height: 18px;
}
.player-btn svg {
width: 20px;
height: 20px;
}
.player-progress-area {
display: none !important;
}
.player-volume-area {
display: none !important;
}
}
@media (max-width: 480px) {
.fixed-player {
padding: 6px 10px;
}
.player-track {
flex: 3;
}
.player-thumb {
width: 36px;
height: 36px;
}
.player-track-name {
font-size: 11px;
}
.player-artist-name {
font-size: 9px;
}
.player-controls {
gap: 12px;
}
.play-btn {
width: 36px;
height: 36px;
}
.play-btn svg {
width: 16px;
height: 16px;
}
.player-btn svg {
width: 18px;
height: 18px;
}
}.mks_ads_widget .small li,
.mks_ads_widget ul.custom li,
.mks_adswidget_ul.small li,
.mks_adswidget_ul.custom li{
display: inline-block;
margin-right: 3px;
margin-bottom: 0;
}
.mks_ads_widget ul.large img,
.mks_adswidget_ul.large img{
width: 300px;
height: 250px;
}
.mks_ads_widget ul.small img,
.mks_adswidget_ul.small img{
width: 125px;
height: 125px;
}
.mks_ads_widget ul li a{
padding: 0;
margin: 0;
}
.mks_adswidget_ul li img {
width: auto;
height: 100%;
object-fit: cover;
-o-object-fit: cover;
font-family: 'object-fit: cover;'
}
.widget_mks_widget_hidden{
display: none;
}
.widget_mks_widget_hidden{
background: red;
color: #FFF;
}.meks-instagram-widget {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
align-content: stretch;
}
.meks-instagram-widget a {
-moz-box-shadow:  none;
-webkit-box-shadow: none;
box-shadow: none;
display: block;
font-size: 0;
border: none;
outline: 0;
margin: 0;
padding: 0;
}
.meks-instagram-widget a img {
-moz-box-shadow:  none;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
outline: 0;
margin: 0;
padding: 0;
}
.meks-instagram-follow-link {
display: block;
margin: 20px 0 0 0;
}
.meks-instagram-follow-link a{
width: 100%;
}
.mks_ig_likes{
font-size: 11px;
display:block;
opacity: .8;
margin-bottom: 5px;
}@font-face {
font-family: "socicon";
src: url(//pedesheetv.com/wp-content/plugins/meks-easy-social-share/assets/fonts/socicon.eot);
src: url(//pedesheetv.com/wp-content/plugins/meks-easy-social-share/assets/fonts/socicon.eot?#iefix) format("embedded-opentype"), url(//pedesheetv.com/wp-content/plugins/meks-easy-social-share/assets/fonts/socicon.woff) format("woff"), url(//pedesheetv.com/wp-content/plugins/meks-easy-social-share/assets/fonts/socicon.ttf) format("truetype"), url(//pedesheetv.com/wp-content/plugins/meks-easy-social-share/assets/fonts/socicon.svg#socicon) format("svg");
font-weight: normal;
font-style: normal;
}
.meks_ess .socicon-facebook {
background: #3e5b98;
}
.meks_ess .socicon-facebook:before {
content: "\e028"
}
.meks_ess .socicon-twitter {
background: #222222;
}
.meks_ess .socicon-twitter:before {
content: "\e959"
}
.meks_ess .socicon-pinterest {
background: #c92619;
}
.meks_ess .socicon-pinterest:before {
content: "\e063"
}
.meks_ess .socicon-reddit {
background: #e74a1e;
}
.meks_ess .socicon-reddit:before {
content: "\e06c"
}
.meks_ess .socicon-instagram {
background: #000000;
}
.meks_ess .socicon-instagram:before {
content: "\e044"
}
.meks_ess .socicon-stumbleupon {
background: #e64011;
}
.meks_ess .socicon-stumbleupon:before {
content: "\e082"
}
.meks_ess .socicon-linkedin {
background: #3371b7;
}
.meks_ess .socicon-linkedin:before {
content: "\e04c"
}
.meks_ess .socicon-googleplus {
background: #dd4b39;
}
.meks_ess .socicon-googleplus:before {
content: "\e038"
}
.meks_ess .socicon-whatsapp {
background: #20B038;
}
.meks_ess .socicon-whatsapp:before {
content: "\e099"
}
.meks_ess .socicon-vkontakte {
background: #5a7fa6;
}
.meks_ess .socicon-vkontakte:before {
content: "\e095"
}
.meks_ess .socicon-mail {
background: #000000;
}
.meks_ess .socicon-mail:before {
content: "\e050"
}
.transparent .socicon-facebook:before,
.outline .socicon-facebook:before,
.transparent .socicon-facebook span,
.outline .socicon-facebook span {
color: #3e5b98;
}
.transparent .socicon-twitter:before,
.outline .socicon-twitter:before,
.transparent .socicon-twitter span,
.outline .socicon-twitter span {
color: #222222;
}
.transparent .socicon-pinterest:before,
.outline .socicon-pinterest:before,
.transparent .socicon-pinterest span,
.outline .socicon-pinterest span {
color: #c92619;
}
.transparent .socicon-reddit:before,
.outline .socicon-reddit:before,
.transparent .socicon-reddit span,
.outline .socicon-reddit span {
color: #e74a1e;
}
.transparent .socicon-instagram:before,
.outline .socicon-instagram:before,
.transparent .socicon-instagram span,
.outline .socicon-instagram span {
color: #000000;
}
.transparent .socicon-stumbleupon:before,
.outline .socicon-stumbleupon:before,
.transparent .socicon-stumbleupon span,
.outline .socicon-stumbleupon span {
color: #e64011;
}
.transparent .socicon-linkedin:before,
.outline .socicon-linkedin:before,
.transparent .socicon-linkedin span,
.outline .socicon-linkedin span {
color: #3371b7;
}
.transparent .socicon-googleplus:before,
.outline .socicon-googleplus:before,
.transparent .socicon-googleplus span,
.outline .socicon-googleplus span {
color: #dd4b39;
}
.transparent .socicon-whatsapp:before,
.outline .socicon-whatsapp:before,
.transparent .socicon-whatsapp span,
.outline .socicon-whatsapp span {
color: #20B038;
}
.transparent .socicon-vkontakte:before,
.outline .socicon-vkontakte:before,
.transparent .socicon-vkontakte span,
.outline .socicon-vkontakte span {
color: #5a7fa6;
}
.transparent .socicon-mail:before,
.outline .socicon-mail:before,
.transparent .socicon-mail span,
.outline .socicon-mail span {
color: #000000;
}
body .outline .meks_ess-item.socicon-facebook,
body .outline .meks_ess-item.socicon-facebook:hover {
border-color: #3e5b98;
}
body .outline .meks_ess-item.socicon-twitter,
body .outline .meks_ess-item.socicon-twitter:hover {
border-color: #222222;
}
body .outline .meks_ess-item.socicon-pinterest,
body .outline .meks_ess-item.socicon-pinterest:hover {
border-color: #c92619;
}
body .outline .meks_ess-item.socicon-reddit,
body .outline .meks_ess-item.socicon-reddit:hover {
border-color: #e74a1e;
}
body .outline .meks_ess-item.socicon-instagram,
body .outline .meks_ess-item.socicon-instagram:hover {
border-color: #000000;
}
body .outline .meks_ess-item.socicon-stumbleupon,
body .outline .meks_ess-item.socicon-stumbleupon:hover {
border-color: #e64011;
}
body .outline .meks_ess-item.socicon-linkedin,
body .outline .meks_ess-item.socicon-linkedin:hover {
border-color: #3371b7;
}
body .outline .meks_ess-item.socicon-googleplus,
body .outline .meks_ess-item.socicon-googleplus:hover {
border-color: #dd4b39;
}
body .outline .meks_ess-item.socicon-whatsapp,
body .outline .meks_ess-item.socicon-whatsapp:hover {
border-color: #20B038;
}
body .outline .meks_ess-item.socicon-vkontakte,
body .outline .meks_ess-item.socicon-vkontakte:hover {
border-color: #5a7fa6;
}
body .outline .meks_ess-item.socicon-mail,
body .outline .meks_ess-item.socicon-mail:hover {
border-color: #000000;
}
.meks_ess {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-wrap:wrap;
text-align: center;
padding: 0;
margin: 0 0 20px 0;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
position: relative;
top: -5px;
}
body .meks_ess .meks_ess-item {
font-style: normal;
text-decoration: none !important;
font-family: inherit;
color: #FFF;
font-size: 16px;
-webkit-transition: all .15s ease-in-out;
-o-transition: all .15s ease-in-out;
transition: all .15s ease-in-out;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
max-width: 100%;
min-width: 40px;
height: 40px;
line-height: 40px;
margin-right: 5px;
margin-top: 5px !important;
box-shadow: none !important;
border: 0;
}
.meks_ess .meks_ess-item:before {
font-family: "socicon" !important;
font-style: normal !important;
font-size: 14px;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-size: inherit;
text-rendering: auto;
}
body .meks_ess .meks_ess-item:hover {
color: #fff;
cursor: pointer;
text-decoration: none;
background-image: -moz-linear-gradient(left,rgba(0,0,0,.1) 0,rgba(0,0,0,.1) 100%) !important;
background-image: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(100%,rgba(0,0,0,.1))) !important;
background-image: -webkit-linear-gradient(left,rgba(0,0,0,.1) 0,rgba(0,0,0,.1) 100%) !important;
background-image: -o-linear-gradient(left,rgba(0,0,0,.1) 0,rgba(0,0,0,.1) 100%) !important;
background-image: -ms-linear-gradient(left,rgba(0,0,0,.1) 0,rgba(0,0,0,.1) 100%) !important;
background-image: linear-gradient(to right,rgba(0,0,0,.1) 0,rgba(0,0,0,.1) 100%) !important;
}
body .meks_ess .meks_ess-item:focus {
color: #fff;
text-decoration: none;
outline: none;
}
.meks_ess .meks_ess-item span {
font-family: inherit;
position: relative;
top: -1px;
margin-left: 8px;
}
.meks_ess.no-labels span {
display: none;
}
.meks_ess.transparent .meks_ess-item {
font-size: 1em;
} .meks_ess.outline .meks_ess-item {
border: 1px solid transparent;
background: transparent !important;
}
.meks_ess.outline .meks_ess-item:hover {
border: 1px solid;
}
.meks_ess.transparent .meks_ess-item {
border-radius: 0;
background: transparent !important;
}
.meks_ess.transparent .meks_ess-item:hover {
background: transparent !important;
} .meks_ess.rectangle.no-labels .meks_ess-item {
border-radius: 0;
min-width: 100px;
} .meks_ess.rounded.no-labels .meks_ess-item {
border-radius: 20px;
min-width: 100px;
} .meks_ess.circle, .meks_ess.square, .meks_ess.transparent {
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
}
.meks_ess.circle .meks_ess-item, .meks_ess.square .meks_ess-item, .meks_ess.transparent .meks_ess-item {
width: 40px;
border-radius: 50%;
-webkit-box-flex: none; 
-webkit-flex: none; 
-ms-flex: none;
flex: none;
} .meks_ess.square .meks_ess-item {
border-radius: 0;
} .meks_ess.transparent.outline .meks_ess-item {
border: 0;
} .meks_ess.rectangle .meks_ess-item {
border-radius: 0;
min-width: 140px;
} .meks_ess.rounded .meks_ess-item {
border-radius: 20px;
min-width: 140px;
} .meks_ess.transparent .meks_ess-item {
min-width: auto;
width: auto;
margin-right: 25px;
border-radius: 0;
}
.meks_ess.transparent .socicon-facebook {
margin-left: -3px;
}