body {
overflow-x: hidden;
} .news-bar {
background: #000 !important;
width: 100%;
padding: 10px 0;
} .news-bar {
background: #000 !important;
width: 100%;
box-shadow: 0 2px 10px rgba(0,0,0,0.6);
padding: 10px 0;
}
.news-inner {
max-width: 1200px;
margin: 0 auto;
display: flex;
align-items: center;
gap: 14px;
}
.news-label {
color: #fff;
font-weight: 700;
white-space: nowrap;
}
.news-item {
display: none;
align-items: center;
gap: 10px;
text-decoration: none;
}
.news-item.active {
display: flex;
}
.news-title {
color: #00ffff;
font-weight: 600;
}
.news-title::after {
content: " ★";
color: #ffd700;
margin-left: 6px;
}
.news-desc {
color: #ff0000;
} .site-header,
header {
height: auto !important;
} .home-hero-slider {
width: 100%;
height: 700px;
overflow: hidden;
}
.home-hero-slider img {
width: 100%;
height: 100%;
object-fit: cover;
}
html, body {
overflow-x: hidden;
} .hero-bg {
width: 100%;
height: 65vh;
margin-left: calc(-50vw + 50%);
background-color: #000;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
} :root {
--zoom-x: 1.8; --zoom-y: 1.0; } .hero-bg img {
height: 100%;
width: auto;
max-width: none;
transform: scaleX(var(--zoom-x)) scaleY(var(--zoom-y));
display: block;
} .entry-meta .cat-links,
.entry-header .cat-links,
.entry-categories {
display: none !important;
}
.desktop-category {
display: none !important;
} @media (min-width: 769px) {
.desktop-category {
display: block !important;
position: absolute;
top: 0;
right: 0;
font-size: 2em;
}
.entry-header {
position: relative;
}
} @media (max-width: 768px) {
.news-bar {
display: none !important;
}
.home-hero-slider .owl-carousel {
display: none !important;
}
.desktop-category,
.entry-categories {
display: none !important;
}
a[rel="category tag"] {
display: none !important;
}
.entry-meta a[rel="category tag"]:first-of-type {
display: inline-block !important;
}
.entry-meta .cat-links,
.entry-header .cat-links {
display: block !important;
margin-top: 5px;
} .hero-bg {
height: 50vh !important;
}
.hero-bg img {
width: 100%;
height: 100%;
object-fit: cover;
}
}
.kadence-portfolio iframe,
.portfolio iframe {
height: auto !important;
min-height: unset !important;
aspect-ratio: 16 / 9 !important;
}