/*
Theme Name: Diş Klinik SEO
Theme URI: https://bahadirweb.com
Author: Bahadır Web
Author URI: https://bahadirweb.com
Description: SEO odaklı, klasik sağ menülü, hafif WordPress tema.
Version: 1.0.0
Text Domain: dis-klinik-seo
*/

* {
    box-sizing: border-box;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    background: #eef1f3;
}

a {
    color: #005e8d;
    text-decoration: none;
}

a:hover {
    color: #002b41;
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}

.site-wrap {
    width: 940px;
    margin: 18px auto 24px;
    background: #fff;
    border: 1px solid #cfcfcf;
    padding: 8px;
}

.site-header {
    margin: 0 0 12px;
}

.site-header img {
    display: block;
    width: 100%;
    height: auto;
}

.site-layout {
    display: grid;
    grid-template-columns: minmax(0, 700px) 220px;
    gap: 12px;
    align-items: start;
}

.site-main {
    min-width: 0;
}

.site-content {
    padding: 0 4px 8px;
}

.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4,
.site-content h5,
.site-content h6 {
    margin: 9px 0;
    font-weight: bold;
    line-height: 1.3;
    color: #0048ff;
}

.site-content h1 {
    font-size: 18px;
    line-height: 1.3;
    color: #0048ff;
}

.site-content h2 {
    font-size: 18px;
}

.site-content h3 {
    font-size: 16px;
}

.site-content p {
    margin: 0 0 9px;
}

.site-content ul,
.site-content ol {
    margin: 0 0 9px 25px;
    padding: 0;
}

.site-content li {
    line-height: 18px;
}

.site-content .wp-caption {
    max-width: 100%;
}

.site-content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.site-content .alignleft {
    float: left;
    margin: 4px 12px 8px 0;
}

.site-content .alignright {
    float: right;
    margin: 4px 0 8px 12px;
}

.site-sidebar {
    min-width: 0;
}

.sidebar-box {
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 8px;
    margin: 0 0 12px;
}

.sidebar-box h2,
.sidebar-box h3 {
    margin: 0 0 8px;
    padding: 0 0 7px;
    font-size: 14px;
    line-height: 18px;
    color: #333;
    border-bottom: 1px solid #e2e2e2;
}

.sidebar-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-box li {
    margin: 0;
    padding: 0;
    line-height: 16px;
}

.sidebar-box li a {
    display: block;
    padding: 2px 0;
    font-size: 12px;
    color: #005e8d;
}

.sidebar-box li.current-menu-item > a,
.sidebar-box li.current_page_item > a {
    font-weight: bold;
    color: #002b41;
}

.sidebar-ad img {
    display: block;
    width: auto;
    max-width: 184px;
    height: auto;
}

.breadcrumb-lite {
    margin: 14px 0 0;
    padding: 7px 8px;
    background: #f5f5f5;
    border-radius: 3px;
    color: #777;
    font-size: 12px;
}

.site-footer {
    width: 940px;
    margin: 0 auto 18px;
    color: #777;
    font-size: 11px;
}

.footer-inner {
    display: block;
}

.footer-nav {
    margin: 0 0 5px;
}

.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu li {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
    line-height: 16px;
}

.footer-menu li a {
    font-size: 11px;
    color: #005e8d;
}

.footer-menu li a:hover {
    color: #002b41;
    text-decoration: underline;
}

.footer-copy {
    font-size: 11px;
    color: #777;
}

.screen-reader-text {
    position: absolute;
    left: -9999px;
}

@media (max-width: 980px) {
    body {
        background: #eef1f3;
        font-size: 15px;
        line-height: 21px;
    }

    .site-wrap {
        width: calc(100% - 24px);
        max-width: 560px;
        margin: 18px auto 18px;
        padding: 18px;
        background: #fff;
        border: 1px solid #cfcfcf;
        border-radius: 4px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    }

    .site-footer {
        width: calc(100% - 24px);
        max-width: 560px;
        margin: 0 auto 18px;
    }

    .site-layout {
        display: block;
    }

    .site-main {
        margin-bottom: 16px;
    }

    .site-content {
        padding: 0;
    }

    .site-content h1 {
        margin: 16px 0 12px;
        font-size: 22px;
        line-height: 1.25;
    }

    .site-content h2 {
        font-size: 18px;
        line-height: 1.3;
    }

    .site-content h3 {
        font-size: 16px;
        line-height: 1.3;
    }

    .site-content p {
        margin: 0 0 12px;
    }

    .site-content li {
        line-height: 21px;
    }

    .site-header {
        margin: 0 0 18px;
    }

    .site-header img {
        width: 100%;
        height: auto;
    }

    .site-sidebar {
        margin-top: 14px;
    }

    .sidebar-box {
        margin-bottom: 12px;
    }

    .footer-inner {
        display: block;
        padding: 0;
    }

    .footer-menu li {
        display: inline-block;
        margin: 0 8px 3px 0;
    }
}
@media (max-width: 980px) {
    .sidebar-ad img {
        width: auto;
        max-width: 184px;
        height: auto;
    }

    .sidebar-box {
        overflow: hidden;
    }
}

.sidebar-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-menu li {
    margin: 0;
    padding: 0;
    line-height: 16px;
}

.sidebar-menu li a {
    display: block;
    padding: 1px 0;
    font-size: 12px;
    line-height: 16px;
    color: #005e8d;
}

.sidebar-menu li a:hover {
    color: #002b41;
    text-decoration: underline;
}

.sidebar-menu li.current-menu-item > a,
.sidebar-menu li.current_page_item > a {
    font-weight: bold;
}
.dks-list-item {
    margin: 0 0 16px;
    padding: 0 0 13px;
    border-bottom: 1px solid #eeeeee;
}

.dks-list-item h2 {
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 1.3;
}

.dks-list-item h2 a {
    color: #0048ff;
}

.dks-list-item p {
    margin-bottom: 7px;
}

.dks-read-more {
    font-weight: bold;
    font-size: 12px;
}

.dks-button {
    display: inline-block;
    padding: 7px 12px;
    color: #fff;
    background: #005e8d;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
}

.dks-button:hover {
    color: #fff;
    background: #002b41;
    text-decoration: none;
}

.dks-search-box {
    margin-top: 14px;
}

.dks-search-box form,
.search-form {
    margin: 0;
}

.search-form label {
    display: block;
    margin-bottom: 6px;
}

.search-form .search-field {
    width: 100%;
    max-width: 260px;
    height: 30px;
    padding: 5px 7px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    font-size: 13px;
}

.search-form .search-submit {
    height: 30px;
    padding: 5px 10px;
    border: 1px solid #005e8d;
    background: #005e8d;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    cursor: pointer;
}

.search-form .search-submit:hover {
    background: #002b41;
    border-color: #002b41;
}

.dks-archive-description {
    margin: 0 0 13px;
    padding: 8px;
    background: #f7f7f7;
    border: 1px solid #eeeeee;
}

.pagination,
.nav-links {
    margin: 14px 0;
    font-size: 12px;
}

.nav-links a,
.nav-links span {
    display: inline-block;
    padding: 4px 7px;
    margin: 0 2px 4px 0;
    border: 1px solid #dddddd;
    background: #f7f7f7;
    color: #005e8d;
}

.nav-links .current {
    background: #005e8d;
    border-color: #005e8d;
    color: #fff;
}
.site-header img {
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
}
.breadcrumb-lite {
    margin: 14px 0 0;
    padding: 9px 12px;
    background: #f5f5f5;
    border-radius: 3px;
    color: #777;
    font-size: 12px;
}

.breadcrumb-lite a {
    color: #005e8d;
}

.breadcrumb-lite a:hover {
    color: #002b41;
    text-decoration: underline;
}

.breadcrumb-sep {
    display: inline-block;
    margin: 0 7px;
    color: #f28c00;
    font-weight: bold;
}
@media (max-width: 980px) {
    .site-content img {
        max-width: 100%;
        height: auto;
    }
}