.bcp-player-wrap {
width: 100%;
max-width: 100%;
box-sizing: border-box;
}
.bcp-player-wrap iframe {
display: block;
width: 100%;
border: 0;
} .bcp-facade-wrap {
display: flex;
align-items: center;
cursor: pointer;
border-radius: 2px;
overflow: hidden;
position: relative;
transition: opacity 0.15s ease;
user-select: none;
}
.bcp-facade-wrap:hover {
opacity: 0.85;
}
.bcp-facade-wrap:focus {
outline: 2px solid #fff;
outline-offset: 2px;
}
.bcp-facade-inner {
display: flex;
align-items: center;
gap: 10px;
padding: 0 12px;
width: 100%;
min-width: 0;
}
.bcp-facade-btn {
flex-shrink: 0;
width: 28px;
height: 28px;
border-radius: 50%;
border: 2px solid;
display: flex;
align-items: center;
justify-content: center;
}
.bcp-play-icon {
width: 10px;
height: 10px;
margin-left: 2px; }
.bcp-facade-label {
flex: 1;
font-size: 12px;
font-family: sans-serif;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
min-width: 0;
}
.bcp-facade-bc {
flex-shrink: 0;
font-size: 11px;
font-family: sans-serif;
font-weight: bold;
opacity: 0.7;
letter-spacing: 0.5px;
} .bcp-facade-loading .bcp-facade-btn {
opacity: 0.5;
} .bcp-player-wrap:not(.bcp-facade-wrap) {
height: auto !important;
}*,
*::before,
*::after {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
margin: 0;
padding: 0;
background-color: #EDEDED;
min-height: 100vh;
display: flex;
flex-direction: column;
} #masthead,
.ast-header-break-point .ast-mobile-header-wrap,
.site-header,
.ast-desktop-header,
.main-header-bar {
display: none !important;
} #colophon,
.site-footer,
.ast-footer-copyright {
display: none !important;
} body,
html body,
body.ast-header-break-point,
body.ast-desktop {
padding-top: 0 !important;
margin-top: 0 !important;
} .entry-content,
.ast-container,
#primary,
.ast-article-post,
.entry-header,
.ast-content-area-inner,
.ast-page-builder-template .ast-content-area-inner {
padding: 0 !important;
margin: 0 !important;
}
.entry-header {
display: none !important;
}
.ast-breadcrumbs-wrapper {
display: none !important;
}
img {
max-width: 100%;
height: auto;
display: block;
}
a {
color: inherit;
text-decoration: none;
} html body {
display: flex !important;
flex-direction: column !important;
min-height: 100vh !important;
}
#sv-main {
flex: 1 0 auto !important;
}
.sv-site-footer {
flex-shrink: 0;
margin-top: auto;
} body.admin-bar .sv-site-header {
top: -80px; }
body.admin-bar:not(.sv-homepage) .sv-site-header,
body.admin-bar.sv-homepage.paged .sv-site-header {
top: 32px;
}
body.admin-bar .sv-site-header--visible {
top: 32px !important;
} @media screen and ( max-width: 782px ) {
body.admin-bar:not(.sv-homepage) .sv-site-header,
body.admin-bar.sv-homepage.paged .sv-site-header,
body.admin-bar .sv-site-header--visible {
top: 46px !important;
}
} .sv-site-header {
position: fixed;
top: -80px;
left: 0;
right: 0;
z-index: 1000;
background-color: #EDEDED;
transition: top 0.3s ease;
} body:not(.sv-homepage) .sv-site-header {
top: 0;
position: sticky;
} body.sv-homepage.paged .sv-site-header {
top: 0 !important;
position: sticky;
} .sv-site-header--visible {
top: 0 !important;
}
.sv-site-header-inner {
display: flex;
align-items: center;
justify-content: space-between;
padding: 12px 24px;
max-width: 100%;
width: 100%;
}
.sv-logo--header img {
height: 44px;
width: auto;
} .sv-hero-header {
background-color: #EDEDED;
text-align: center;
padding: 60px 24px 40px;
}
.sv-hero-inner {
max-width: 600px;
margin: 0 auto;
}
.sv-hero-nav {
margin-bottom: 24px;
}
.sv-hero-nav-list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
gap: 24px;
}
.sv-hero-nav-list a {
font-family: 'IBM Plex Mono', monospace;
font-size: 12px;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.sv-hero-logo-wrap {
margin-bottom: 16px;
}
.sv-logo--hero img {
width: 480px;
max-width: 100%;
height: auto;
margin: 0 auto;
}
.sv-hero-tagline {
font-family: 'IBM Plex Mono', monospace;
font-size: 13px;
line-height: 1.6;
color: #555;
margin: 0 0 32px;
}
.sv-hero-search {
display: flex;
justify-content: center;
} .sv-search-form {
display: flex;
align-items: stretch;
gap: 10px;
}
.sv-search-input {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 14px;
padding: 10px 14px;
border: 1px solid #ccc;
background: #fff;
color: #1a1a1a;
outline: none;
width: 220px;
transition: border-color 0.2s;
border-radius: 0;
}
.sv-search-input:focus {
border-color: #1a1a1a;
}
.sv-search-btn {
display: flex;
align-items: center;
gap: 6px;
font-family: 'IBM Plex Mono', monospace;
font-size: 13px;
font-weight: 500;
letter-spacing: 0.05em;
text-transform: uppercase;
padding: 10px 16px;
background: #1a1a1a;
color: #fff;
border: 1px solid #1a1a1a;
border-radius: 0;
cursor: pointer;
transition: background 0.2s;
white-space: nowrap;
}
.sv-search-btn:hover {
background: #333;
}
.sv-search-icon {
display: flex;
align-items: center;
width: 16px;
height: 16px;
flex-shrink: 0;
}
.sv-search-icon svg {
width: 16px;
height: 16px;
fill: #fff;
} .wp-block-audio {
display: none;
} .sv-post-grid--3col {
columns: 3;
column-gap: 0;
width: 100%;
} .sv-post-card {
background: #fff;
display: flex;
flex-direction: column;
margin: 16px;
padding: 10px;
break-inside: avoid;
-webkit-column-break-inside: avoid;
}
.sv-post-card.hentry {
margin: 16px;
}
.sv-card-image-link {
display: block;
overflow: hidden;
}
.sv-card-image {
width: 100%;
height: auto;
display: block;
transition: transform 0.3s ease;
} .sv-card-image-link:hover .sv-card-image {
transform: scale( 1.04 );
}
.sv-card-body {
padding: 10px 0 0;
display: flex;
flex-direction: column;
flex: 1;
}
.sv-card-heading-link {
display: block;
text-decoration: none;
color: inherit;
}
.sv-card-heading-link:hover .sv-band-name {
text-decoration: underline;
} .sv-post-heading {
margin: 0 0 12px;
font-size: var( --ast-h2-font-size, var( --ast-heading-font-size, 1.5em ) );
font-weight: var( --ast-h2-font-weight, 700 );
line-height: 1.3;
letter-spacing: 0.05em;
} .sv-single-article .sv-post-heading {
font-size: var( --ast-h1-font-size, var( --ast-heading-font-size, 2em ) );
}
.sv-song-title {
display: block;
color: #1a1a1a;
}
.sv-by-line {
display: block;
margin-top: 2px;
}
.sv-by {
color: #888;
font-weight: 400;
margin-right: 6px;
}
.sv-band-name {
color: #1a1a1a;
font-weight: 700;
text-decoration: none;
border-bottom: none;
position: relative;
display: inline-block;
padding-bottom: 6px;
} .sv-band-name::after {
content: '';
position: absolute;
left: -4px;
right: -6px;
bottom: 0;
height: 3px;
background: #888;
border-radius: 2px; transform: rotate( -0.8deg );
} .bcp-player-wrap {
margin: 0 0 12px;
} .sv-card-content {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 15px;
line-height: 1.6;
color: #1a1a1a;
margin-bottom: 12px;
}
.sv-card-content p {
margin: 0 0 8px;
}
.sv-card-content p:last-child {
margin-bottom: 0;
}
.sv-card-divider {
border: none;
border-top: 1px solid #e0e0e0;
margin: 12px 0;
}
.sv-card-footer {
display: flex;
align-items: center;
justify-content: space-between;
gap: 8px;
margin-top: auto;
}
.sv-card-date {
font-family: 'IBM Plex Mono', monospace;
font-size: 12px;
color: #888;
letter-spacing: 0.04em;
}
.sv-view-post-btn {
font-family: 'IBM Plex Mono', monospace;
font-size: 11px;
font-weight: 500;
letter-spacing: 0.1em;
text-transform: uppercase;
padding: 4px 10px;
background: #1a1a1a;
color: #fff;
text-decoration: none;
transition: background 0.2s;
}
.sv-view-post-btn:hover {
background: #333;
} .sv-pagination {
padding: 40px 24px;
display: flex;
justify-content: center;
}
.sv-pagination .page-numbers {
list-style: none;
margin: 0;
padding: 0;
display: flex;
align-items: center;
gap: 4px;
}
.sv-pagination .page-numbers li {
margin: 0;
}
.sv-pagination .page-numbers a,
.sv-pagination .page-numbers span {
display: inline-flex;
align-items: center;
justify-content: center;
font-family: 'IBM Plex Mono', monospace;
font-size: 13px;
font-weight: 500;
letter-spacing: 0.06em;
text-transform: uppercase;
padding: 8px 12px;
color: #1a1a1a;
text-decoration: none;
background: transparent;
transition: background 0.2s;
min-width: 40px;
min-height: 40px;
}
.sv-pagination .page-numbers a:hover {
background: #1a1a1a;
color: #fff;
}
.sv-pagination .page-numbers .current {
background: #1a1a1a;
color: #fff;
}
.sv-pagination .page-numbers .dots {
background: transparent;
cursor: default;
} .sv-archive-header {
padding: 48px 24px 32px;
text-align: center;
}
.sv-archive-title {
font-family: 'IBM Plex Mono', monospace;
font-size: 28px;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
color: #1a1a1a;
margin: 0;
} .sv-main--archive {
padding-bottom: 60px;
}
.sv-archive-grid {
display: grid;
grid-template-columns: repeat( 4, 1fr );
gap: 0;
padding: 0;
align-items: start;
}
.sv-archive-card {
display: block;
position: relative;
overflow: hidden;
}
.sv-archive-card-link {
display: block;
position: relative;
text-decoration: none;
color: #fff;
}
.sv-archive-card-bg {
width: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
aspect-ratio: 1 / 1;
}
.sv-archive-card-bg--empty {
background-color: #333;
} .sv-archive-card-overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 10px;
display: flex;
flex-direction: column;
gap: 4px;
align-items: flex-start;
}
.sv-archive-card-date {
font-family: 'IBM Plex Mono', monospace;
font-size: 11px;
font-weight: 500;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #1a1a1a;
background: rgba(255,255,255,0.92);
padding: 2px 7px;
display: inline-block;
}
.sv-archive-card-title {
font-family: 'IBM Plex Mono', monospace;
font-size: 15px;
font-weight: 700;
letter-spacing: 0.05em;
line-height: 1.35;
color: #1a1a1a;
background: rgba(255,255,255,0.92);
padding: 3px 7px;
margin: 0;
display: inline-block;
}
.sv-archive-card-btn {
display: inline-block;
font-family: 'IBM Plex Mono', monospace;
font-size: 11px;
font-weight: 600;
letter-spacing: 0.12em;
text-transform: uppercase;
color: #1a1a1a;
background: rgba(255,255,255,0.92);
padding: 3px 10px;
margin-top: 2px;
border: 1px solid rgba(0,0,0,0.2);
}
.sv-search-form .sv-search-input {
border-radius: 0 !important;
}
.sv-search-form .sv-search-btn {
border-radius: 0 !important;
}
.sv-archive-loading {
display: none;
justify-content: center;
padding: 32px;
}
.sv-archive-loading-spinner {
width: 28px;
height: 28px;
border: 3px solid #ccc;
border-top-color: #1a1a1a;
border-radius: 50%;
animation: sv-spin 0.8s linear infinite;
}
@keyframes sv-spin {
to { transform: rotate(360deg); }
}
.sv-archive-sentinel {
height: 1px;
}
.sv-archive-end {
text-align: center;
font-family: 'IBM Plex Mono', monospace;
font-size: 13px;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #888;
padding: 40px 24px;
} .sv-main--single {
min-height: calc( 100vh - 68px );
}
.sv-single-article {
margin: 0;
}
.sv-single-layout {
display: flex;
align-items: stretch;
}
.sv-single-content-col {
width: 50%;
display: flex;
flex-direction: column;
justify-content: center;
background: #fff;
}
.sv-single-content-inner {
padding: 48px 48px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.sv-single-date {
display: block;
font-family: 'IBM Plex Mono', monospace;
font-size: 12px;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #888;
margin-bottom: 16px;
text-align: center;
}
.sv-single-article .sv-post-heading {
text-align: center;
margin-bottom: 20px;
}
.sv-single-article .sv-by-line {
text-align: center;
} .sv-single-article .bcp-player-wrap {
width: 100%;
margin-bottom: 24px;
}
.sv-single-article .bcp-player-wrap iframe {
width: 100%;
}
.sv-single-body {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 16px;
line-height: 1.7;
color: #1a1a1a;
margin-bottom: 24px;
width: 100%;
text-align: left;
}
.sv-single-body p {
margin: 0 0 16px;
text-align: left;
}
.sv-single-body p:last-child {
margin-bottom: 0;
}
.sv-single-divider {
border: none;
border-top: 1px solid #e0e0e0;
margin: 24px 0;
width: 100%;
} .sv-post-tags {
display: flex;
flex-wrap: wrap;
gap: 8px;
justify-content: center;
}
.sv-tag-pill {
display: inline-block;
font-family: 'IBM Plex Mono', monospace;
font-size: 11px;
font-weight: 500;
letter-spacing: 0.06em;
padding: 5px 12px;
background: #3F3D3B;
color: #fff;
text-decoration: none;
transition: background 0.2s;
}
.sv-tag-pill:hover {
background: #555;
} .sv-single-image-col {
width: 50%;
overflow: hidden;
}
.sv-single-image {
width: 100%;
height: 100%;
min-height: 600px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-color: #1a1a1a;
} .sv-post-nav {
background: #fff;
border-top: 1px solid #e0e0e0;
}
.sv-post-nav-inner {
display: flex;
align-items: center;
justify-content: center;
max-width: 400px;
margin: 0 auto;
min-height: 56px;
gap: 0;
}
.sv-post-nav-older,
.sv-post-nav-newer {
flex: 1;
display: flex;
align-items: center;
}
.sv-post-nav-older {
justify-content: flex-start;
}
.sv-post-nav-newer {
justify-content: flex-end;
} .sv-post-nav-divider {
display: none;
}
.sv-post-nav-link {
display: flex;
align-items: center;
gap: 8px;
font-family: 'IBM Plex Mono', monospace;
font-size: 12px;
font-weight: 500;
letter-spacing: 0.12em;
text-transform: uppercase;
color: #1a1a1a;
text-decoration: none;
padding: 16px 0;
transition: opacity 0.2s;
}
.sv-post-nav-link:hover {
opacity: 0.6;
} .sv-audio-player {
background: #fff;
border: 1px solid #e0e0e0;
margin-bottom: 12px;
height: 42px;
display: flex;
align-items: center;
width: 100%;
}
.sv-audio-controls {
display: flex;
align-items: center;
gap: 10px;
padding: 0 10px;
width: 100%;
height: 100%;
}
.sv-audio-play {
flex-shrink: 0;
width: 28px;
height: 28px;
border: none;
background: transparent;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
}
.sv-audio-play-icon {
display: flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
}
.sv-audio-play-icon svg {
width: 28px;
height: 28px;
}
.sv-audio-info {
flex: 1;
display: flex;
flex-direction: column;
gap: 2px;
min-width: 0;
}
.sv-audio-label {
font-family: 'IBM Plex Mono', monospace;
font-size: 11px;
color: #4E4E4E;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.sv-audio-progress-wrap {
display: flex;
align-items: center;
gap: 6px;
}
.sv-audio-progress-bar {
flex: 1;
height: 3px;
background: #e0e0e0;
cursor: pointer;
position: relative;
}
.sv-audio-progress-fill {
height: 100%;
background: #4E4E4E;
width: 0%;
transition: width 0.1s linear;
pointer-events: none;
}
.sv-audio-time {
font-family: 'IBM Plex Mono', monospace;
font-size: 10px;
color: #888;
flex-shrink: 0;
} .sv-main--404 {
display: flex;
align-items: center;
justify-content: center;
min-height: calc( 100vh - 68px - 80px );
}
.sv-404-inner {
text-align: center;
padding: 40px 24px;
max-width: 700px;
}
.sv-404-heading {
font-family: 'IBM Plex Mono', monospace;
font-size: clamp( 80px, 15vw, 160px );
font-weight: 700;
letter-spacing: 0.05em;
color: #1a1a1a;
margin: 0 0 16px;
line-height: 1;
}
.sv-404-subheading {
font-family: 'IBM Plex Mono', monospace;
font-size: clamp( 13px, 2vw, 18px );
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #1a1a1a;
margin: 0 0 16px;
}
.sv-404-rule {
border: none;
border-top: 1px solid #ccc;
margin: 20px 0;
}
.sv-404-text {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 15px;
color: #555;
line-height: 1.6;
margin: 0;
} .sv-site-footer {
background: #EDEDED;
border-top: 1px solid #d0d0d0;
padding: 32px 24px;
flex-shrink: 0;
}
.sv-site-footer-inner {
max-width: 900px;
margin: 0 auto;
display: flex;
align-items: center;
gap: 20px;
}
.sv-footer-logo {
flex-shrink: 0;
}
.sv-footer-logo img {
display: block;
}
.sv-footer-text {
font-family: 'IBM Plex Sans', sans-serif;
font-size: 12px;
line-height: 1.6;
color: #555;
}
.sv-footer-text p {
margin: 0 0 4px;
}
.sv-footer-text p:last-child {
margin-bottom: 0;
}
.sv-footer-text a {
color: #1a1a1a;
text-decoration: underline;
}
.sv-footer-text a:hover {
opacity: 0.7;
} .sv-no-posts {
padding: 60px 24px;
text-align: center;
font-family: 'IBM Plex Mono', monospace;
font-size: 14px;
color: #888;
} @media ( max-width: 1023px ) {
.sv-post-grid--3col {
columns: 2;
}
.sv-archive-grid {
grid-template-columns: repeat( 2, 1fr );
}
.sv-single-content-inner {
padding: 40px 32px;
}
.sv-logo--hero img {
width: 360px;
}
} @media ( max-width: 767px ) {
.sv-post-grid--3col {
columns: 1;
}
.sv-archive-grid {
grid-template-columns: repeat( 2, 1fr );
} .sv-single-layout {
flex-direction: column-reverse;
}
.sv-single-content-col,
.sv-single-image-col {
width: 100%;
}
.sv-single-image {
height: 260px;
min-height: 260px;
background-size: cover;
}
.sv-single-content-inner {
padding: 24px 16px;
}
.sv-hero-header {
padding: 40px 16px 32px;
}
.sv-logo--hero img {
width: 240px;
}
.sv-hero-tagline {
font-size: 12px;
}
.sv-search-input {
width: 140px;
}
.sv-site-header-inner {
padding: 10px 16px;
}
.sv-card-body {
padding-top: 8px;
}
.sv-archive-header {
padding: 32px 16px 20px;
}
.sv-archive-title {
font-size: 20px;
}
.sv-404-inner {
padding: 24px 16px;
}
.sv-site-footer-inner {
flex-direction: column;
gap: 12px;
}
}