/* Ana Sayfa Vitrini, eski tema icin header arkasina bir yer tutucu ekliyor.
   Blocksy header normal akis icinde oldugundan bu alan tum sayfalarda gereksizdir. */
body.wp-theme-blocksy .g1b-hs-header-placeholder {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
}

/* Site zemini: footer ve turkuaz ust serit disindaki tum sayfa alanlari beyaz. */
html,
body,
body #page,
body .site,
body #main,
body .site-main,
body main.site-main,
body main#main,
body [data-prefix="single_blog_post"],
body [data-prefix="single_page"],
body [data-prefix="categories"],
body [data-prefix="author"],
body .ct-container,
body .ct-container-full,
body .content-area,
body .entries,
body .g1b-cat-page,
body .g1b-author-page,
body .g1b-single-layout {
    background-color: #fff !important;
}

/* Beyaz zemin kurali marka seridi ve ozel footer renklerini ezmemeli. */
body #g1b-home-topbar.g1b-hs-topbar {
    background-color: #00a6a6 !important;
}

body .g1b-hs-custom-footer {
    background-color: #0c0d17 !important;
}

body .g1b-hs-custom-footer .g1b-hs-footer-bottom {
    background-color: #080910 !important;
}

/* Ozel Garip1Blog footer kullanilirken bos Blocksy footer satirini tutma. */
body.wp-theme-blocksy.g1b-site-header-active footer.ct-footer {
    display: none !important;
}

/* Logo ve ana menu header'i: tarih/sosyal seridi yukari ciktiktan sonra
   ekranin ustunde kalir. Sticky oldugu icin sayfa akisindan kopmaz. */
body.wp-theme-blocksy header.ct-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 9990 !important;
    width: 100%;
    background: #fff;
    box-shadow: 0 8px 24px rgba(18, 23, 34, .07);
}

body.admin-bar.wp-theme-blocksy header.ct-header {
    top: 32px !important;
}

@media (max-width: 782px) {
    body.admin-bar.wp-theme-blocksy header.ct-header {
        top: 46px !important;
    }
}

/* Ozel kategori sablonu header'in hemen altinda baslasin. */
body.wp-theme-blocksy.g1b-category-page-active #main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.wp-theme-blocksy.g1b-category-page-active #g1b-category-page.g1b-cat-page {
    margin-top: 0 !important;
    padding-top: 18px !important;
}
