.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: 12px;
font-size: 0.82em;
font-weight: 700;
text-decoration: none;
color: #ffe08d;
background: #00017f;
padding: 7px 16px;
border-radius: 50px;
transition: background 0.2s, color 0.2s;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
}
.woozle-read-more:hover {
background: #000066;
color: #ffe08d;
text-decoration: none;
} .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: #00017f;
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: #00017f;
border: none;
color: #ffe08d;
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: #000066;
} .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: #00017f;
text-decoration: none;
}
.woozle-card-cat:hover {
text-decoration: underline;
color: #00017f;
}
.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: #00017f;
}
.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 {
margin-top: 12px;
} .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: #ffe08d;
text-decoration: none;
background: #00017f;
padding: 10px 24px;
border-radius: 50px;
transition: background 0.2s, color 0.2s;
}
.woozle-about-link:hover {
background: #000066;
color: #ffe08d;
} .woozle-full-width-breakout {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
} .woozle-cat-header {
background: #00017f;
padding: 48px 24px;
text-align: center;
width: 100%;
}
.woozle-cat-header-inner {
max-width: 800px;
margin: 0 auto;
}
.woozle-cat-header-title {
font-size: 2em;
font-weight: 800;
color: #ffe08d;
margin: 0 0 12px 0;
line-height: 1.2;
font-family: Georgia, serif;
}
.woozle-cat-header-desc {
font-size: 1em;
color: rgba(255,255,255,0.9);
margin: 0;
line-height: 1.6;
} .woozle-subcat-section {
padding: 48px 0;
background: #f0f0f8;
width: 100%;
}
.woozle-subcat-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}
.woozle-subcat-tile {
display: flex;
flex-direction: column;
text-decoration: none;
border-radius: 8px;
overflow: hidden;
background: #fff;
box-shadow: 0 2px 8px rgba(0,0,0,0.08);
transition: transform 0.2s, box-shadow 0.2s;
}
.woozle-subcat-tile:hover {
transform: translateY(-3px);
box-shadow: 0 6px 20px rgba(0,0,0,0.13);
}
.woozle-subcat-img-wrap {
width: 100%;
aspect-ratio: 4 / 3;
overflow: hidden;
}
.woozle-subcat-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.3s;
}
.woozle-subcat-tile:hover .woozle-subcat-img-wrap img {
transform: scale(1.04);
}
.woozle-subcat-placeholder {
width: 100%;
aspect-ratio: 4 / 3;
display: flex;
align-items: center;
justify-content: center;
}
.woozle-subcat-placeholder-icon {
opacity: 0.5;
}
.woozle-subcat-label {
padding: 12px 14px 14px;
text-align: center;
}
.woozle-subcat-section .woozle-section-title::after,
.woozle-cat-posts .woozle-section-title::after {
background: #00017f;
}
.woozle-subcat-label h3 {
font-size: 0.9em;
font-weight: 700;
color: #1a1a1a;
margin: 0 0 4px 0;
line-height: 1.3;
}
.woozle-subcat-count {
font-size: 0.75em;
color: #888;
} .woozle-cat-posts {
padding: 48px 0 60px;
background: #ffffff;
width: 100%;
}
.woozle-archive-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 28px;
margin-bottom: 40px;
}
.woozle-archive-card {
background: #fff;
border: 1px solid #e8e8e8;
border-radius: 8px;
overflow: hidden;
display: flex;
flex-direction: column;
transition: box-shadow 0.2s;
}
.woozle-archive-card:hover {
box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.woozle-archive-card-img-link {
display: block;
overflow: hidden;
}
.woozle-archive-card-img {
width: 100%;
height: 200px;
object-fit: cover;
display: block;
transition: transform 0.3s;
}
.woozle-archive-card:hover .woozle-archive-card-img {
transform: scale(1.03);
}
.woozle-archive-card-body {
padding: 16px;
display: flex;
flex-direction: column;
flex: 1;
}
.woozle-archive-card-meta {
margin-bottom: 6px;
}
.woozle-archive-card-date {
font-size: 0.75em;
color: #888;
font-weight: 500;
}
.woozle-archive-card-title {
font-size: 1em;
font-weight: 700;
line-height: 1.4;
margin: 0 0 8px 0;
}
.woozle-archive-card-title a {
color: #1a1a1a;
text-decoration: none;
}
.woozle-archive-card-title a:hover {
color: #00017f;
}
.woozle-archive-card-excerpt {
font-size: 0.88em;
color: #555;
line-height: 1.5;
flex: 1;
margin: 0 0 auto 0;
}
.woozle-archive-card-body .woozle-read-more {
margin-top: 12px;
}
.woozle-archive-pagination {
text-align: center;
margin-top: 20px;
}
.woozle-archive-pagination .nav-links {
display: flex;
justify-content: center;
gap: 8px;
flex-wrap: wrap;
}
.woozle-archive-pagination .page-numbers {
display: inline-block;
padding: 8px 14px;
border: 1px solid #e0e0e0;
border-radius: 4px;
text-decoration: none;
color: #333;
font-size: 0.9em;
transition: background 0.15s;
}
.woozle-archive-pagination .page-numbers.current,
.woozle-archive-pagination .page-numbers:hover {
background: #00017f;
color: #fff;
border-color: #00017f;
}
.woozle-no-posts {
text-align: center;
padding: 40px;
color: #666;
} .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;
}
.woozle-subcat-grid {
grid-template-columns: repeat(3, 1fr);
}
.woozle-archive-grid {
grid-template-columns: repeat(2, 1fr);
}
} @media (max-width: 600px) {
.woozle-cat-grid {
grid-template-columns: repeat(2, 1fr);
gap: 14px;
}
.woozle-post-grid {
grid-template-columns: 1fr;
}
.woozle-subcat-grid {
grid-template-columns: repeat(2, 1fr);
gap: 14px;
}
.woozle-archive-grid {
grid-template-columns: 1fr;
}
.woozle-cat-header-title {
font-size: 1.4em;
}
.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;
} .woozle-social-bar {
background: #ffffff;
border-bottom: 1px solid #e8e8e8;
width: 100%;
padding: 5px 0;
}
.woozle-social-inner {
max-width: 2000px;
margin: 0 auto;
padding: 0 24px;
display: flex;
align-items: center;
justify-content: flex-end;
gap: 16px;
}
.woozle-social-label {
font-size: 0.75em;
color: #888;
font-weight: 500;
}
.woozle-social-icons {
display: flex;
align-items: center;
gap: 2px;
}
.woozle-social-icon {
display: flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
border-radius: 50%;
color: #aaa;
text-decoration: none;
transition: color 0.2s, background 0.2s;
}
.woozle-social-icon:hover {
color: #1a1a1a;
background: #f0f0f0;
}
.woozle-social-youtube:hover { color: #ff0000; }
.woozle-social-facebook:hover { color: #1877f2; }
.woozle-social-instagram:hover { color: #e1306c; } .woozle-footer .inside-site-info {
display: flex !important;
flex-direction: column !important;
align-items: center !important;
text-align: center !important;
padding: 30px 24px !important;
gap: 12px;
}
.woozle-footer-social {
display: flex;
gap: 12px;
margin-bottom: 4px;
}
.woozle-footer-social a {
color: #00017f;
opacity: 0.6;
transition: opacity 0.2s;
text-decoration: none;
}
.woozle-footer-social a:hover {
opacity: 1;
} .woozle-about {
padding: 60px 0;
background: #f8f7f4;
}
.woozle-about-inner {
display: flex;
align-items: center;
gap: 40px;
max-width: 800px;
margin: 0 auto;
padding: 0 24px;
}
.woozle-about-photo {
flex-shrink: 0;
}
.woozle-about-photo img {
width: 140px;
height: 140px;
border-radius: 50%;
object-fit: cover;
object-position: center top;
display: block;
border: 3px solid #00017f;
} .single .content-area,
.single .site-main,
.single article.post,
.single .entry-content,
.single .entry-header {
padding: 0 !important;
margin: 0 !important;
max-width: 100% !important;
width: 100% !important;
}
.woozle-single-post {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
}
.woozle-post-header {
background: #00017f;
padding: 40px 24px 32px;
width: 100%;
}
.woozle-post-header-inner {
max-width: 860px;
margin: 0 auto;
}
.woozle-post-cat-label {
margin-bottom: 10px;
}
.woozle-post-cat-label a {
display: inline-block;
background: rgba(255,224,141,0.2);
color: #ffe08d;
font-size: 0.75em;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.08em;
padding: 4px 12px;
border-radius: 50px;
text-decoration: none;
border: 1px solid rgba(255,224,141,0.4);
}
.woozle-post-cat-label a:hover {
background: rgba(255,224,141,0.3);
}
.woozle-post-title {
font-size: 2em;
font-weight: 800;
color: #ffe08d;
margin: 0;
line-height: 1.25;
font-family: Georgia, serif;
}
.woozle-post-featured-img {
width: 100%;
max-height: 480px;
overflow: hidden;
}
.woozle-post-featured-img img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.woozle-post-body {
max-width: 860px;
margin: 0 auto;
padding: 32px 24px 40px;
} .woozle-affiliate-disclosure {
display: flex;
align-items: flex-start;
gap: 8px;
background: #f0f0f8;
border-left: 3px solid #00017f;
padding: 10px 14px;
border-radius: 0 4px 4px 0;
font-size: 0.82em;
color: #555;
margin-bottom: 28px;
line-height: 1.5;
}
.woozle-affiliate-disclosure svg {
flex-shrink: 0;
margin-top: 1px;
color: #00017f;
} .woozle-post-content {
line-height: 1.8;
font-size: 1.05em;
color: #222;
}
.woozle-post-content h2 {
color: #00017f;
border-bottom: 2px solid #ffe08d;
padding-bottom: 6px;
margin-top: 2em;
}
.woozle-post-content h3 {
color: #00017f;
}
.woozle-post-content a {
color: #00017f;
text-decoration: underline;
}
.woozle-post-content a:hover {
color: #000066;
} .woozle-post-dates {
display: flex;
gap: 24px;
flex-wrap: wrap;
margin-top: 32px;
padding-top: 20px;
border-top: 1px solid #e8e8e8;
font-size: 0.82em;
color: #777;
}
.woozle-post-published,
.woozle-post-updated {
display: flex;
align-items: center;
gap: 6px;
}
.woozle-post-published svg,
.woozle-post-updated svg {
color: #00017f;
flex-shrink: 0;
} .woozle-related-posts {
background: #f0f0f8;
padding: 48px 0;
width: 100%;
}
.woozle-related-inner {
max-width: 1200px;
margin: 0 auto;
padding: 0 24px;
}
.woozle-related-row {
margin-bottom: 40px;
}
.woozle-related-row:last-child {
margin-bottom: 0;
}
.woozle-related-heading {
font-size: 1.1em;
font-weight: 700;
color: #00017f;
margin: 0 0 16px 0;
padding-bottom: 8px;
border-bottom: 2px solid #ffe08d;
display: inline-block;
}
.woozle-related-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}
.woozle-related-card {
background: #fff;
border-radius: 8px;
overflow: hidden;
text-decoration: none;
display: flex;
flex-direction: column;
border: 1px solid #e0e0ee;
transition: box-shadow 0.2s, transform 0.2s;
}
.woozle-related-card:hover {
box-shadow: 0 4px 16px rgba(0,1,127,0.12);
transform: translateY(-2px);
}
.woozle-related-card-img {
overflow: hidden;
aspect-ratio: 16 / 9;
}
.woozle-related-card-img img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.3s;
}
.woozle-related-card:hover .woozle-related-card-img img {
transform: scale(1.04);
}
.woozle-related-card-body {
padding: 12px 14px 14px;
display: flex;
flex-direction: column;
flex: 1;
}
.woozle-related-card-cat {
font-size: 0.7em;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.06em;
color: #00017f;
margin-bottom: 4px;
display: block;
}
.woozle-related-card-body h4 {
font-size: 0.88em;
font-weight: 700;
color: #1a1a1a;
margin: 0 0 6px 0;
line-height: 1.35;
flex: 1;
}
.woozle-related-card-date {
font-size: 0.72em;
color: #999;
} .woozle-post-youtube,
.woozle-post-about {
width: 100%;
} @media (max-width: 900px) {
.woozle-related-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 600px) {
.woozle-social-label {
display: none;
}
.woozle-related-grid {
grid-template-columns: 1fr 1fr;
gap: 12px;
}
.woozle-post-title {
font-size: 1.4em;
}
.woozle-about-inner {
flex-direction: column;
text-align: center;
gap: 20px;
}
.woozle-post-dates {
flex-direction: column;
gap: 10px;
}
}