:root {
--primary-color: #ffffff;
--background-color: #ffffff;
--text-color: #3e3d3d;
--accent-color: #1e90ff;
--header-height: 600px;
--header-height-mobile: 400px;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body {
height: 100%;
}
body {
font-family: 'Open Sans', sans-serif;
color: var(--text-color);
background-color: var(--background-color);
line-height: 1.6;
} .site-header {
position: relative;
height: var(--header-height);
clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
overflow: hidden;
}
.header-video {
width: 100%;
height: 100%;
object-fit: cover;
}
.header-image {
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
.header-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.4);
text-align: center;
padding: 1rem;
padding-top: 80px;
z-index: 2;
} .admin-bar .header-overlay {
padding-top: 112px;
}
@media screen and (max-width: 782px) {
.admin-bar .header-overlay {
padding-top: 126px;
}
}
.header-overlay h1 {
font-family: 'Proxima Nova', sans-serif;
font-size: 2.5rem;
color: var(--primary-color);
text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
margin-bottom: 1rem;
}
.header-profile-image {
width: 120px;
height: 120px;
border-radius: 50%;
border: 4px solid var(--text-color);
margin-top: 1rem;
display: block;
object-fit: cover;
} .site-navigation {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: rgba(0, 0, 0, 0.5);
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem;
z-index: 99999;
min-height: 60px;
transition: all 0.3s ease;
} body.admin-bar .site-navigation,
.admin-bar .site-navigation,
body.admin-bar #masthead .site-navigation,
.admin-bar #masthead .site-navigation {
top: 32px !important;
}
@media screen and (max-width: 782px) {
body.admin-bar .site-navigation,
.admin-bar .site-navigation,
body.admin-bar #masthead .site-navigation,
.admin-bar #masthead .site-navigation {
top: 46px !important;
}
} html.admin-bar .site-navigation,
html.admin-bar #masthead .site-navigation {
top: 32px !important;
}
@media screen and (max-width: 782px) {
html.admin-bar .site-navigation,
html.admin-bar #masthead .site-navigation {
top: 46px !important;
}
} .site-content {
margin-top: 60px;
}
.admin-bar .site-content {
margin-top: 92px;
}
@media screen and (max-width: 782px) {
.admin-bar .site-content {
margin-top: 106px;
}
}
.site-navigation .site-logo {
color: var(--primary-color);
text-decoration: none;
font-weight: bold;
font-size: 1.2rem;
display: flex;
align-items: center;
gap: 0.5rem;
} .site-branding {
display: flex;
align-items: center;
gap: 0.5rem;
} .custom-logo {
max-height: 40px;
width: auto;
max-width: 150px;
object-fit: contain;
}
.site-navigation .custom-logo-link {
display: flex;
align-items: center;
gap: 0.5rem;
color: var(--primary-color);
text-decoration: none;
font-weight: bold;
font-size: 1.2rem;
}
.main-navigation {
position: relative;
}
.navigation-wrapper {
display: flex;
align-items: center;
position: relative;
}
.main-navigation ul {
list-style: none;
display: flex;
margin: 0;
padding: 0;
align-items: center;
}
.main-navigation li {
margin-left: 2rem;
}
.main-navigation a {
color: var(--primary-color);
text-decoration: none;
font-weight: bold;
transition: color 0.3s ease;
display: block;
padding: 0.5rem 0;
}
.main-navigation a:hover {
color: var(--accent-color);
} .mobile-menu-toggle {
display: none;
background: none;
border: none;
color: var(--primary-color);
font-size: 1.5rem;
cursor: pointer;
padding: 0.5rem;
transition: color 0.3s ease;
z-index: 1000;
}
.mobile-menu-toggle:hover {
color: var(--accent-color);
}
.mobile-menu-toggle:focus {
outline: 2px solid var(--accent-color);
outline-offset: 2px;
} @media (min-width: 769px) {
.mobile-menu-toggle {
display: none !important;
}
.main-navigation ul {
display: flex !important;
}
} .site-main {
padding: 1.5rem;
max-width: 900px;
margin: 0 auto;
} @media (min-width: 1200px) {
.site-main {
max-width: 1100px;
padding: 2rem;
}
}
@media (min-width: 1400px) {
.site-main {
max-width: 1300px;
padding: 2.5rem;
}
} .site-header {
position: relative;
height: var(--header-height);
clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
overflow: hidden;
} @media (max-width: 768px) {
.site-header {
height: var(--header-height-mobile);
}
} body:not(.home):not(.blog) .site-header:not(.has-header-media) {
height: 60px;
clip-path: none;
} .home .site-content,
.blog .site-content,
.site-header.has-header-media + .site-content {
margin-top: 0;
}
.content-area h2 {
margin-bottom: 1rem;
color: var(--text-color);
}
.content-area p {
margin-bottom: 1rem;
} .blog-container {
max-width: 1200px;
margin: 0 auto;
padding: 1.5rem;
} @media (min-width: 1200px) {
.blog-container {
max-width: 1400px;
padding: 2rem;
}
}
@media (min-width: 1600px) {
.blog-container {
max-width: 1600px;
padding: 2.5rem;
}
.blog-posts {
grid-template-columns: repeat(4, 1fr);
gap: 2.5rem;
}
}
.blog-posts {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2rem;
margin-top: 2rem;
}
.blog-card {
background: #fff;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
overflow: hidden;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.blog-card-image {
width: 100%;
height: 200px;
object-fit: cover;
}
.blog-card-content {
padding: 1.5rem;
}
.blog-card-title {
font-size: 1.25rem;
font-weight: bold;
margin-bottom: 0.5rem;
color: var(--text-color);
}
.blog-card-title a {
text-decoration: none;
color: inherit;
}
.blog-card-title a:hover {
color: var(--accent-color);
}
.blog-card-excerpt {
color: #666;
line-height: 1.5;
margin-bottom: 1rem;
}
.blog-card-meta {
font-size: 0.9rem;
color: #888;
border-top: 1px solid #eee;
padding-top: 1rem;
} .single-post {
max-width: 100%;
margin: 0 auto;
}
.single-post .post-header {
margin-bottom: 2rem;
padding-bottom: 1rem;
border-bottom: 1px solid #eee;
}
.single-post .post-title {
font-size: 2.5rem;
margin-bottom: 1rem;
color: var(--text-color);
line-height: 1.2;
}
.single-post .post-meta {
color: #666;
margin-bottom: 2rem;
font-size: 0.95rem;
display: flex;
gap: 1rem;
flex-wrap: wrap;
}
.single-post .post-meta span {
position: relative;
}
.single-post .post-meta span:not(:last-child)::after {
content: "•";
margin-left: 1rem;
color: #ccc;
}
.single-post .post-content {
line-height: 1.8;
font-size: 1.1rem;
}
.single-post .post-content h1,
.single-post .post-content h2,
.single-post .post-content h3,
.single-post .post-content h4,
.single-post .post-content h5,
.single-post .post-content h6 {
margin: 2rem 0 1rem 0;
color: var(--text-color);
line-height: 1.3;
}
.single-post .post-content h2 {
font-size: 1.8rem;
border-bottom: 2px solid var(--accent-color);
padding-bottom: 0.5rem;
}
.single-post .post-content h3 {
font-size: 1.5rem;
}
.single-post .post-content h4 {
font-size: 1.3rem;
}
.single-post .post-content p {
margin-bottom: 1.5rem;
}
.single-post .post-content ul,
.single-post .post-content ol {
margin: 1.5rem 0;
padding-left: 2rem;
}
.single-post .post-content li {
margin-bottom: 0.5rem;
}
.single-post .post-content blockquote {
border-left: 4px solid var(--accent-color);
padding: 1rem 2rem;
margin: 2rem 0;
background: #f9f9f9;
font-style: italic;
color: #555;
}
.single-post .post-content img {
max-width: 100%;
height: auto;
border-radius: 8px;
margin: 1.5rem 0;
}
.single-post .post-content pre {
background: #f4f4f4;
border-radius: 4px;
padding: 1rem;
overflow-x: auto;
margin: 1.5rem 0;
}
.single-post .post-content code {
background: #f4f4f4;
padding: 0.2rem 0.4rem;
border-radius: 3px;
font-size: 0.9em;
}
.single-post .post-content pre code {
background: none;
padding: 0;
} .post-navigation {
margin: 2rem 0;
padding: 1.5rem 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}
.post-navigation .nav-links {
display: flex;
justify-content: space-between;
gap: 1rem;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
flex: 1;
max-width: 48%;
}
.post-navigation .nav-next {
text-align: right;
}
.post-navigation a {
text-decoration: none;
color: var(--text-color);
display: block;
padding: 0.75rem;
border-radius: 6px;
background: #f9f9f9;
transition: all 0.3s ease;
border: 1px solid #e5e5e5;
font-size: 0.9rem;
}
.post-navigation a:hover {
background: var(--accent-color);
color: white;
border-color: var(--accent-color);
}
.post-navigation .nav-subtitle {
display: block;
font-size: 0.8rem;
color: #666;
margin-bottom: 0.25rem;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 0.5px;
}
.post-navigation a:hover .nav-subtitle {
color: rgba(255, 255, 255, 0.8);
}
.post-navigation .nav-title {
font-weight: 600;
font-size: 0.95rem;
line-height: 1.3;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
} .site-footer {
background-color: #111;
clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
padding: 3rem 2rem 2rem 2rem;
text-align: center;
color: var(--primary-color);
}
.site-footer a {
color: var(--accent-color);
text-decoration: none;
}
.site-footer a:hover {
text-decoration: underline;
} .comments-area {
margin-top: 3rem;
padding-top: 2rem;
border-top: 2px solid #eee;
}
.comments-title {
font-size: 1.5rem;
margin-bottom: 2rem;
color: var(--text-color);
}
.comment-list {
list-style: none;
padding: 0;
margin: 0;
}
.comment-list .comment {
background: #f9f9f9;
border-radius: 8px;
padding: 1.5rem;
margin-bottom: 1.5rem;
border-left: 4px solid var(--accent-color);
}
.comment-list .children {
margin-top: 1rem;
padding-left: 2rem;
border-left: 2px solid #ddd;
}
.comment-meta {
display: flex;
align-items: center;
margin-bottom: 1rem;
gap: 1rem;
}
.comment-author {
font-weight: bold;
color: var(--text-color);
}
.comment-metadata {
font-size: 0.9rem;
color: #666;
}
.comment-metadata a {
color: inherit;
text-decoration: none;
}
.comment-metadata a:hover {
color: var(--accent-color);
}
.comment-content {
line-height: 1.6;
margin-bottom: 1rem;
}
.comment-content p {
margin-bottom: 1rem;
}
.reply {
text-align: right;
}
.comment-reply-link {
background: var(--accent-color);
color: white;
padding: 0.5rem 1rem;
border-radius: 4px;
text-decoration: none;
font-size: 0.9rem;
transition: background-color 0.3s ease;
}
.comment-reply-link:hover {
background: #0d7ce8;
color: white;
} .comment-respond {
margin-top: 2rem;
background: #f9f9f9;
padding: 2rem;
border-radius: 8px;
border-top: none;
}
.comment-reply-title {
font-size: 1.3rem;
margin-bottom: 1.5rem;
color: var(--text-color);
}
.comment-form {
display: grid;
gap: 1rem;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
display: grid;
grid-template-columns: 1fr 2fr;
align-items: center;
gap: 1rem;
}
.comment-form-comment {
display: grid;
gap: 0.5rem;
}
.comment-form label {
font-weight: bold;
color: var(--text-color);
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
padding: 0.75rem;
border: 2px solid #ddd;
border-radius: 4px;
font-family: inherit;
font-size: 1rem;
transition: border-color 0.3s ease;
}
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
outline: none;
border-color: var(--accent-color);
}
.comment-form textarea {
resize: vertical;
min-height: 120px;
}
.form-submit {
justify-self: start;
margin-top: 1rem;
}
.submit {
background: var(--accent-color);
color: white;
padding: 0.75rem 2rem;
border: none;
border-radius: 4px;
font-size: 1rem;
font-weight: bold;
cursor: pointer;
transition: background-color 0.3s ease;
}
.submit:hover {
background: #0d7ce8;
}
.comment-awaiting-moderation {
background: #fff3cd;
color: #856404;
padding: 0.75rem;
border-radius: 4px;
margin-top: 1rem;
border: 1px solid #ffeaa7;
}
.no-comments {
text-align: center;
color: #666;
font-style: italic;
margin: 2rem 0;
} .comment-navigation {
margin: 2rem 0;
padding: 1rem 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}
.comment-navigation .nav-links {
display: flex;
justify-content: space-between;
}
.comment-navigation a {
color: var(--accent-color);
text-decoration: none;
font-weight: bold;
}
.comment-navigation a:hover {
text-decoration: underline;
} .pagination {
margin: 3rem 0;
text-align: center;
}
.pagination .page-numbers {
display: inline-block;
padding: 0.75rem 1rem;
margin: 0 0.25rem;
background: #f8f9fa;
color: var(--text-color);
text-decoration: none;
border-radius: 4px;
transition: all 0.3s ease;
border: 1px solid #dee2e6;
}
.pagination .page-numbers:hover {
background: var(--accent-color);
color: white;
border-color: var(--accent-color);
}
.pagination .page-numbers.current {
background: var(--accent-color);
color: white;
border-color: var(--accent-color);
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
font-weight: bold;
}
.pagination .page-numbers.dots {
background: none;
border: none;
color: #6c757d;
}
.pagination .page-numbers.dots:hover {
background: none;
color: #6c757d;
} .archive-header,
.blog-header {
text-align: center;
margin-bottom: 3rem;
padding-bottom: 2rem;
border-bottom: 2px solid #eee;
}
.archive-title {
font-size: 2.5rem;
color: var(--text-color);
margin-bottom: 1rem;
}
.archive-description {
font-size: 1.2rem;
color: #666;
line-height: 1.6;
} .blog-page-content {
max-width: 900px;
margin: 2rem auto;
padding: 0 1rem;
text-align: left;
} @media (min-width: 1200px) {
.blog-page-content {
max-width: 1000px;
padding: 0 1.5rem;
}
}
@media (min-width: 1400px) {
.blog-page-content {
max-width: 1100px;
padding: 0 2rem;
}
}
.blog-page-content p {
margin-bottom: 1.5rem;
line-height: 1.6;
}
.blog-page-content h1,
.blog-page-content h2,
.blog-page-content h3,
.blog-page-content h4,
.blog-page-content h5,
.blog-page-content h6 {
margin: 2rem 0 1rem 0;
color: var(--text-color);
}
.blog-page-content ul,
.blog-page-content ol {
margin: 1.5rem 0;
padding-left: 2rem;
}
.blog-page-content img {
max-width: 100%;
height: auto;
border-radius: 8px;
margin: 1.5rem 0;
} .search-form {
display: flex;
max-width: 400px;
margin: 2rem auto;
gap: 0.5rem;
}
.search-form label {
flex: 1;
}
.search-field {
width: 100%;
padding: 0.75rem;
border: 2px solid #ddd;
border-radius: 4px;
font-size: 1rem;
transition: border-color 0.3s ease;
}
.search-field:focus {
outline: none;
border-color: var(--accent-color);
}
.search-submit {
padding: 0.75rem 1.5rem;
background: var(--accent-color);
color: white;
border: none;
border-radius: 4px;
font-weight: bold;
cursor: pointer;
transition: background-color 0.3s ease;
}
.search-submit:hover {
background: #0d7ce8;
}
.screen-reader-text {
position: absolute;
left: -10000px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
} .no-posts {
text-align: center;
padding: 3rem 2rem;
background: #f8f9fa;
border-radius: 8px;
margin: 2rem 0;
}
.no-posts h2 {
color: var(--text-color);
margin-bottom: 1rem;
}
.no-posts p {
color: #666;
font-size: 1.1rem;
margin-bottom: 2rem;
} .page-header {
text-align: center;
margin-bottom: 3rem;
padding-bottom: 2rem;
border-bottom: 2px solid #eee;
}
.page-title {
font-size: 2.5rem;
color: var(--text-color);
margin-bottom: 1rem;
}
.page-content {
max-width: 700px;
margin: 0 auto;
text-align: center;
} @media (min-width: 1200px) {
.page-content {
max-width: 800px;
}
}
@media (min-width: 1400px) {
.page-content {
max-width: 900px;
}
}
@media (max-width: 768px) {
.navigation-wrapper {
position: relative;
}
.main-navigation ul {
display: none;
position: absolute;
top: calc(100% + 1rem);
right: 0;
min-width: 200px;
background: rgba(0, 0, 0, 0.95);
flex-direction: column;
padding: 1rem;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
z-index: 998;
}
.main-navigation ul.is-open {
display: flex;
}
.main-navigation li {
margin: 0;
margin-bottom: 0.5rem;
width: 100%;
}
.main-navigation a {
display: block;
padding: 0.75rem 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
width: 100%;
color: var(--primary-color);
}
.main-navigation li:last-child a {
border-bottom: none;
}
.mobile-menu-toggle {
display: block;
margin-left: 1rem;
}
.custom-logo {
max-height: 30px;
max-width: 120px;
}
.site-branding {
flex-shrink: 0;
}
.header-overlay h1 {
font-size: 1.8rem;
}
.header-profile-image {
width: 80px;
height: 80px;
}
.header-subtitle {
font-size: 1rem;
}
.blog-posts {
grid-template-columns: 1fr;
}
.site-main {
padding: 1.5rem;
}
.blog-container {
padding: 1.5rem;
}
.single-post .post-title {
font-size: 2rem;
}
.post-navigation .nav-links {
flex-direction: column;
}
.post-navigation .nav-next {
text-align: left;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
grid-template-columns: 1fr;
gap: 0.5rem;
}
.comments-area {
margin-top: 2rem;
padding-top: 1.5rem;
}
.comment-list .children {
padding-left: 1rem;
}
.comment-respond {
padding: 1.5rem;
}
.archive-title,
.page-title {
font-size: 2rem;
}
.search-form {
flex-direction: column;
max-width: 100%;
}
.pagination .page-numbers {
padding: 0.5rem 0.75rem;
margin: 0.25rem;
}
}
@media (max-width: 1024px) and (min-width: 769px) {
.blog-posts {
grid-template-columns: repeat(2, 1fr);
}
.site-header {
height: 500px;
}
.header-overlay h1 {
font-size: 2.2rem;
}
.header-profile-image {
width: 100px;
height: 100px;
}
}
@media (max-width: 600px) {
.header-overlay h1 {
font-size: 1.5rem;
}
.header-profile-image {
width: 80px;
height: 80px;
}
} .wp-block-image {
margin: 1rem 0;
}
.wp-block-quote {
border-left: 4px solid var(--accent-color);
padding-left: 1rem;
margin: 1rem 0;
font-style: italic;
}
.aligncenter {
text-align: center;
}
.alignleft {
float: left;
margin: 0 1rem 1rem 0;
}
.alignright {
float: right;
margin: 0 0 1rem 1rem;
} .acf-header-content {
position: relative;
z-index: 3;
}
.header-subtitle {
font-size: 1.2rem;
color: var(--primary-color);
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
margin-top: 0.5rem;
}