.site-branding {
display: flex !important;
flex-direction: column !important;
align-items: flex-start !important;
}
.site-logo {
margin-bottom: 8px !important;
}
.site-description {
margin-left: 0 !important;
display: block !important;
} .site-info {
display: block !important;
}
.inside-site-info {
display: flex !important;
flex-direction: column !important;
align-items: center !important;
text-align: center !important;
width: 100% !important;
max-width: 100% !important;
padding: 30px 10px !important;
}
.footer-disclaimer {
font-size: 0.9em;
opacity: 0.8;
margin-bottom: 12px !important;
} .blog .site-main,
.archive .site-main {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 28px;
}
.blog .post,
.archive .post {
background: #fff;
border: 1px solid #e2e2e2;
border-radius: 6px;
overflow: hidden;
display: flex;
flex-direction: column;
margin: 0 !important;
}
.blog .post .post-image,
.archive .post .post-image {
margin: 0 !important;
}
.blog .post .post-image img,
.archive .post .post-image img {
width: 100%;
height: 210px;
object-fit: cover;
display: block;
border-radius: 0;
}
.blog .entry-header,
.archive .entry-header {
padding: 16px 16px 0 16px;
}
.blog .entry-summary,
.archive .entry-summary {
padding: 8px 16px 0 16px;
flex: 1;
}
.blog .entry-footer,
.archive .entry-footer {
padding: 12px 16px 16px 16px;
}
.blog .entry-title,
.archive .entry-title {
font-size: 1.1em;
line-height: 1.4;
margin: 0 0 6px 0 !important;
}
.blog .pagination,
.archive .pagination,
.blog .nav-links,
.archive .nav-links {
grid-column: 1 / -1;
} .woozle-read-more {
display: inline-block;
margin-top: 10px;
font-size: 0.9em;
font-weight: 600;
text-decoration: none;
color: #2c6e49;
}
.woozle-read-more:hover {
text-decoration: underline;
color: #1a4f33;
} .home .content-area,
.home .site-main,
.home article.page,
.home .entry-content,
.home .entry-header,
.home .page-hero-section {
padding: 0 !important;
margin: 0 !important;
max-width: 100% !important;
} #woozle-homepage {
width: 100%;
}
.woozle-section-inner {
max-width: 1200px;
margin: 0 auto;
padding: 0 24px;
}
.woozle-section-title {
font-size: 1.6em;
font-weight: 700;
text-align: center;
margin: 0 0 32px 0;
color: #1a1a1a;
position: relative;
}
.woozle-section-title::after {
content: '';
display: block;
width: 50px;
height: 3px;
background: #2c6e49;
margin: 10px auto 0;
border-radius: 2px;
} .woozle-hero {
background-image: url(//woozle.blog/wp-content/themes/generatepress-child/images/search.webp);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
min-height: 420px;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
.woozle-hero::before {
content: '';
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.42);
}
.woozle-hero-inner {
position: relative;
z-index: 1;
text-align: center;
padding: 48px 24px;
width: 100%;
max-width: 700px;
margin: 0 auto;
}
.woozle-hero-title {
font-size: 2em;
font-weight: 800;
color: #ffffff;
margin: 0 0 10px 0;
line-height: 1.25;
text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
.woozle-hero-subtitle {
font-size: 1.05em;
color: rgba(255,255,255,0.9);
margin: 0 0 28px 0;
text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
.woozle-search-form {
display: flex;
align-items: center;
background: #ffffff;
border-radius: 50px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(0,0,0,0.2);
max-width: 520px;
margin: 0 auto;
}
.woozle-search-input {
flex: 1;
border: none;
outline: none;
padding: 14px 20px;
font-size: 1em;
color: #333;
background: transparent;
min-width: 0;
}
.woozle-search-input::placeholder {
color: #999;
}
.woozle-search-btn {
background: #2c6e49;
border: none;
color: #fff;
padding: 14px 20px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: background 0.2s;
flex-shrink: 0;
}
.woozle-search-btn:hover {
background: #1a4f33;
} .woozle-categories {
padding: 60px 0;
background: #f8f7f4;
}
.woozle-cat-grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 20px;
}
.woozle-cat-tile {
display: flex;
flex-direction: column;
text-decoration: none;
border-radius: 10px;
overflow: hidden;
background: #fff;
box-shadow: 0 2px 10px rgba(0,0,0,0.08);
transition: transform 0.2s, box-shadow 0.2s;
}
.woozle-cat-tile:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(0,0,0,0.13);
}
.woozle-cat-img-wrap {
width: 100%;
aspect-ratio: 1 / 1;
overflow: hidden;
}
.woozle-cat-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.3s;
}
.woozle-cat-tile:hover .woozle-cat-img-wrap img {
transform: scale(1.04);
}
.woozle-cat-label {
padding: 14px 14px 16px;
text-align: center;
}
.woozle-cat-label h3 {
font-size: 0.95em;
font-weight: 700;
color: #1a1a1a;
margin: 0 0 4px 0;
line-height: 1.3;
}
.woozle-cat-label p {
font-size: 0.78em;
color: #666;
margin: 0;
line-height: 1.4;
} .woozle-latest {
padding: 60px 0;
background: #ffffff;
}
.woozle-post-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 28px;
}
.woozle-post-card {
background: #fff;
border: 1px solid #e8e8e8;
border-radius: 8px;
overflow: hidden;
display: flex;
flex-direction: column;
transition: box-shadow 0.2s;
}
.woozle-post-card:hover {
box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.woozle-card-img-link {
display: block;
overflow: hidden;
}
.woozle-card-img {
width: 100%;
height: 200px;
object-fit: cover;
display: block;
transition: transform 0.3s;
}
.woozle-post-card:hover .woozle-card-img {
transform: scale(1.03);
}
.woozle-card-body {
padding: 16px;
display: flex;
flex-direction: column;
flex: 1;
}
.woozle-card-meta {
margin-bottom: 6px;
}
.woozle-card-cat {
font-size: 0.75em;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.06em;
color: #2c6e49;
text-decoration: none;
}
.woozle-card-cat:hover {
text-decoration: underline;
}
.woozle-card-title {
font-size: 1em;
font-weight: 700;
line-height: 1.4;
margin: 0 0 8px 0;
}
.woozle-card-title a {
color: #1a1a1a;
text-decoration: none;
}
.woozle-card-title a:hover {
color: #2c6e49;
}
.woozle-card-excerpt {
font-size: 0.88em;
color: #555;
line-height: 1.5;
margin: 0 0 auto 0;
flex: 1;
}
.woozle-card-body .woozle-read-more {
font-size: 0.82em;
margin-top: 12px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
display: block;
} .woozle-about {
padding: 60px 0;
background: #f8f7f4;
}
.woozle-about-inner {
display: flex;
align-items: center;
gap: 40px;
max-width: 800px;
margin: 0 auto;
}
.woozle-about-photo img {
width: 160px;
height: 160px;
border-radius: 50%;
object-fit: cover;
flex-shrink: 0;
display: block;
}
.woozle-about-text h2 {
font-size: 1.5em;
font-weight: 700;
margin: 0 0 12px 0;
color: #1a1a1a;
}
.woozle-about-text p {
font-size: 1em;
color: #444;
line-height: 1.7;
margin: 0 0 16px 0;
}
.woozle-about-link {
display: inline-block;
font-weight: 600;
font-size: 0.95em;
color: #2c6e49;
text-decoration: none;
border: 2px solid #2c6e49;
padding: 8px 20px;
border-radius: 50px;
transition: background 0.2s, color 0.2s;
}
.woozle-about-link:hover {
background: #2c6e49;
color: #fff;
} .woozle-youtube {
background: #1a1a1a;
padding: 48px 24px;
}
.woozle-youtube-inner {
max-width: 900px;
margin: 0 auto;
display: flex;
align-items: center;
gap: 32px;
justify-content: center;
}
.woozle-youtube-icon {
flex-shrink: 0;
display: flex;
align-items: center;
}
.woozle-youtube-text {
flex: 1;
}
.woozle-youtube-text h2 {
font-size: 1.4em;
font-weight: 700;
color: #ffffff;
margin: 0 0 6px 0;
}
.woozle-youtube-text p {
font-size: 0.95em;
color: rgba(255,255,255,0.75);
margin: 0;
line-height: 1.5;
}
.woozle-youtube-btn {
display: inline-block;
background: #ff0000;
color: #ffffff;
font-weight: 700;
font-size: 0.95em;
padding: 12px 28px;
border-radius: 50px;
text-decoration: none;
white-space: nowrap;
flex-shrink: 0;
transition: background 0.2s, transform 0.15s;
}
.woozle-youtube-btn:hover {
background: #cc0000;
transform: translateY(-2px);
color: #ffffff;
} @media (max-width: 900px) {
.woozle-cat-grid {
grid-template-columns: repeat(3, 1fr);
}
.woozle-post-grid {
grid-template-columns: repeat(2, 1fr);
}
.woozle-hero-title {
font-size: 1.5em;
}
} @media (max-width: 600px) {
.woozle-cat-grid {
grid-template-columns: repeat(2, 1fr);
gap: 14px;
}
.woozle-post-grid {
grid-template-columns: 1fr;
}
.woozle-hero {
min-height: 320px;
}
.woozle-hero-title {
font-size: 1.3em;
}
.woozle-about-inner {
flex-direction: column;
text-align: center;
gap: 24px;
}
.woozle-about-photo img {
width: 120px;
height: 120px;
}
.blog .site-main,
.archive .site-main {
grid-template-columns: 1fr;
gap: 20px;
}
.blog .post .post-image img,
.archive .post .post-image img {
height: 180px;
}
.woozle-youtube-inner {
flex-direction: column;
text-align: center;
gap: 20px;
}
.woozle-youtube-text {
flex: none;
}
} .ac6fa-ext-4-290, .ac6fa-ext-6-263 {
color: #000000 !important;
}