/*
Theme Name: chp-avrupabirligi.org
Theme URI: http://chp-avrupabirligi.org
Author: Auto Generated
Description: Diverse and stylish WordPress theme for chp-avrupabirligi.org with a sidebar layout.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chp-avrupabirligi.org
Tags: blog, modern, responsive, stylish, generated
*/

@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;700&family=Noto+Sans:wght@400;700&display=swap');

:root {
    --primary-color: #0E7490;
    --secondary-color: #6EABBC;
    --background-color: #F0FDFA;
    --header-font: 'Lora', sans-serif;
    --body-font: 'Noto Sans', sans-serif;
}

body {
    margin: 0;
    font-family: var(--body-font);
    background-color: var(--background-color);
    color: #333;
    line-height: 1.6;
}

/* Header styling */
header {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: #fff;
    padding: 50px 20px;
    text-align: center;
}
header .site-title {
    margin: 0;
    font-family: var(--header-font);
    font-size: 2.5rem;
}
header .site-description {
    margin-top: 10px;
    font-size: 1.2rem;
    opacity: 0.85;
}
/* Navigation menu */
.primary-menu ul {
    list-style: none;
    padding: 0;
    margin: 35px 0 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.primary-menu li {
    margin: 0 15px;
}
.primary-menu a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.3s;
}
.primary-menu a:hover {
    opacity: 0.8;
}

/* Container & layout */
.content-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 40px;
}

/* Post cards */
.post-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
}
.post-card h2.entry-title {
    margin: 0 0 15px 0;
    font-family: var(--header-font);
    font-size: 1.75rem;
}
.post-card h2.entry-title a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s;
}
.post-card h2.entry-title a:hover {
    text-decoration: underline;
}
.post-card .entry-content {
    font-size: 1rem;
    line-height: 1.7;
}

/* Sidebar styles */
#secondary {
    font-size: 0.9rem;
}
#secondary .widget {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    padding: 20px;
    margin-bottom: 20px;
}
#secondary .widget h2 {
    margin-top: 0;
    font-family: var(--header-font);
    font-size: 1.2rem;
    color: var(--primary-color);
}

/* Footer */
footer {
    background-color: var(--primary-color);
    color: #fff;
    padding: 30px 20px;
    text-align: center;
    margin-top: 40px;
}
.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.footer-menu li {
    margin: 0 12px;
}
.footer-menu a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s;
}
.footer-menu a:hover {
    opacity: 0.8;
}

@media (max-width: 768px) {
    header .site-title { font-size: 2rem; }
    .primary-menu ul { flex-direction: column; align-items: center; }
    .primary-menu li { margin: 10px 0; }
    .post-card { padding: 20px; }
    .content-wrapper { grid-template-columns: 1fr; }
}

/* Logo style variation 4 */
.site-title a {
    color: #fff;
    background-color: var(--primary-color);
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 800;
    text-decoration: none;
}

/* Contrast logo style C */
.site-title a {
    color: #ffffff;
    padding: 0 4px;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}
