/*
Theme Name: Imgelem Elegant
Theme URI: https://imgelem.com.tr
Author: AdaNet
Version: 3.0
*/

* { box-sizing: border-box; }
body { margin: 0; padding: 0; overflow-x: hidden; }
a { text-decoration: none; transition: 0.3s; }
.container { max-width: 1230px; margin: 0 auto; padding: 0 20px; width: 100%; }

#masthead { background: #fff; border-bottom: 1px solid #eee; position: relative; z-index: 10000; }
.header_main { padding: 15px 0; display: flex; flex-direction: column; align-items: center; position: relative; }
.custom-logo { max-height: 70px; width: auto; }

.navigation-menu { width: 100%; border-top: 1px solid #eee; margin-top: 10px; }
.main_menu ul { display: flex; list-style: none; margin: 0; padding: 0; justify-content: center; }
.main_menu a { padding: 12px 20px; display: block; font-size: 13px; color: #000; font-weight: 500; text-transform: uppercase; }

.post-card { background: #fff; padding: 15px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.post-card img { width: 100%; height: 220px; object-fit: cover; border-radius: 5px; }

.site-footer { background: #fff; border-top: 1px solid #eee; padding: 60px 0 30px; margin-top: 40px; }
.footer-widgets { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
@media (max-width: 768px) { .footer-widgets { grid-template-columns: 1fr; text-align: center; } }