@charset "UTF-8";
/*
Theme Name: VAFA e. V. Child theme
Description:
Version: 1.0
Author: Talha Sariyürek
Template: kc-parent-theme
Author URI: https://konzeptcode.com
*/
/*
@include max($tablet) {
	height: 60px;
}
*/
:root {
  --primary-color: #0066cc;
  --primary-color-dark: #003366;
  --primary-color-light: #00a8e8;
  --primary-color-lightest: #e8f4fd;
  --text-color: #555;
  --secondary-color: #ffd700;
  --primary-font: "Plus Jakarta Sans", sans-serif;
  --secondary-font: "Plus Jakarta Sans", sans-serif;
  --content-max-width: 1024px;
  --border-radius: 20px;
}

header#header-main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
header#header-main #logo img {
  display: block;
  width: 100px;
  height: auto;
}
header#header-main .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
}

footer {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 5px var(--global-padding);
  margin-top: 50px;
  background-color: var(--primary-color);
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#footer-copyright {
  display: block;
  background-color: #333;
  padding: 10px;
  position: relative;
  z-index: 10;
}
#footer-copyright,
#footer-copyright * {
  text-align: center;
  color: var(--white);
  font-size: 12px;
  line-height: 1;
  font-family: var(--primary-font);
  text-decoration: none;
}

body.single-post #post-container {
  max-width: var(--content-max-width);
  margin: 50px auto 0;
  padding: 0 var(--global-padding);
}
body.single-post #single-post-header {
  --h1-font-size: 40px;
  --h1-color: var(--white);
  --h1-font-weight: 700;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color-dark) 100%);
  color: var(--h1-color);
  text-align: center;
  padding: 60px 40px;
  border-radius: var(--border-radius);
  margin-bottom: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
body.single-post #single-post-header .blog-meta {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
  flex-wrap: wrap;
}
body.single-post #single-post-header .blog-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 16px;
  border-radius: var(--border-radius);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
body.single-post #single-post-header .blog-meta .meta-item a {
  color: var(--white);
  text-decoration: none;
}
body.single-post #single-post-content {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  margin-bottom: 40px;
}
body.single-post #single-post-content .featured-image {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  position: relative;
  overflow: hidden;
}
body.single-post #single-post-content .featured-image * {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.single-post #single-post-content article {
  --block-default-padding-left: 40px;
  --block-default-padding-right: 40px;
  background: white;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  padding-bottom: 40px;
}
body.single-post #single-post-content article > section:first-of-type {
  margin-top: 40px;
}
body.single-post #single-post-content article:hover {
  transform: translateY(-5px);
}
body.single-post #single-post-content aside {
  --h3-font-size: 20px;
  --h3-line-height: 1.5;
  --h3-font-weight: 600;
  --h3-text-transform: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
body.single-post #single-post-content aside .sidebar-widget {
  background: white;
  border-radius: var(--border-radius);
  padding: 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
body.single-post #single-post-content aside .sidebar-widget .widget-title {
  margin: 0 0 10px;
  border-bottom: 3px solid var(--primary-color);
  padding-bottom: 10px;
}
body.single-post #single-post-content aside .sidebar-widget #recent-posts .recent-post-item .list-item-metas .recent-post-category {
  font-size: 11px;
  font-weight: 700;
  background: linear-gradient(135deg, var(--primary-color-light) 0%, var(--primary-color-dark) 100%);
  color: var(--white);
  padding: 3px 10px;
  border-radius: 12px;
}
body.single-post #single-post-content aside .sidebar-widget #recent-posts .recent-post-item:hover .recent-post-title {
  color: var(--primary-color);
}
body.single-post #single-post-content aside .sidebar-widget #recent-posts li:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #eee;
  margin: 20px 0;
}
body.single-post #single-post-content aside .sidebar-widget #recent-posts li:last-child:after {
  display: none;
}
body.single-post #single-post-content aside .sidebar-widget #events-list .event-item {
  background: #f8f9ff;
  border-left: 4px solid var(--primary-color);
  padding: 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
body.single-post #single-post-content aside .sidebar-widget #events-list .event-item:hover {
  background: var(--primary-color-lightest);
  transform: translateX(5px);
}
body.single-post #single-post-content aside .sidebar-widget #events-list .event-item:last-child {
  margin-bottom: 0;
}
body.single-post #single-post-content aside .sidebar-widget ul,
body.single-post #single-post-content aside .sidebar-widget ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.single-post #single-post-content aside .sidebar-widget ul li,
body.single-post #single-post-content aside .sidebar-widget ol li {
  margin: 15px 0;
  transition: all 0.3s ease;
}
body.single-post #single-post-content aside .sidebar-widget ul li *,
body.single-post #single-post-content aside .sidebar-widget ol li * {
  color: var(--text-color);
  text-decoration: none;
}
body.single-post #single-post-content aside .sidebar-widget ul li:hover,
body.single-post #single-post-content aside .sidebar-widget ol li:hover {
  transform: translateX(10px);
}
body.single-post #single-post-content aside .sidebar-widget ul li .list-item-title,
body.single-post #single-post-content aside .sidebar-widget ol li .list-item-title {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  transition: color 0.3s ease;
  display: block;
}
body.single-post #single-post-content aside .sidebar-widget ul li .list-item-metas,
body.single-post #single-post-content aside .sidebar-widget ol li .list-item-metas {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8px;
}
body.single-post #single-post-content aside .sidebar-widget ul li .list-item-metas .list-item-meta,
body.single-post #single-post-content aside .sidebar-widget ol li .list-item-metas .list-item-meta {
  font-size: 12px;
  color: #888;
  display: flex;
  align-items: center;
  gap: 4px;
}
body.single-post #single-post-content aside .sidebar-widget.cta-box {
  background: linear-gradient(135deg, var(--primary-color-light) 0%, var(--primary-color-dark) 100%);
  --h3-color: var(--white);
  color: var(--h3-color);
  text-align: center;
  border-radius: 15px;
  padding: 30px;
}
body.single-post #single-post-content aside .sidebar-widget.cta-box .cta-button {
  background: white;
  color: var(--primary-color-dark);
  padding: 12px 25px;
  border: none;
  border-radius: var(--border-radius);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 15px;
}
body.single-post #single-post-content aside .sidebar-widget.cta-box .cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

html,
body {
  font-family: var(--p-font-family);
  font-weight: var(--p-font-weight);
  font-size: var(--p-font-size);
  line-height: 1.5;
  color: var(--text-color);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  background-color: linear-gradient(135deg, #f5f7fa 0%, var(--primary-color-lightest) 100%);
}

*,
*::before,
*::after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}