/*
Theme Name: Twenty Sixteen Child
Template: twentysixteen
Description: Custom styles for TwentySixteen_Child
Author: Ahmet
Created on: 2026-06-24
*/







/*=========================================================
    TWENTY SIXTEEN FIXES

    once you convert this from a child theme into your own standalone theme, delete this entire "TWENTY SIXTEEN FIXES" section. 
    None of it will be needed because those parent theme rules won't exist anymore.
=========================================================*/

/* =========================
   Global Styles
   ========================= */

body {
    background: #f8f6f1;
    margin: 0;
    padding: 0;
}



.site-header {
    padding: 0 !important;
}

body::before {
    display: none !important;
    content: none !important;
    height: 0 !important;
}

/*=================================
    TWENTY SIXTEEN FOOTER FIXES
===================================*/

.site-footer {
    display: block !important;
    clear: both !important;

    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 30px 0px !important;
}

.site-footer > div {
    display: block !important;

    float: none !important;
    clear: both !important;

    width: 100% !important;

    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
}





/*=========================================================
    SITE CONTAINER
=========================================================*/

.site-container {
    width: 100%;
    max-width: 1370px;

    margin: 0 auto;

    /*
    padding-left: 15px;
    padding-right: 15px;
*/

    box-sizing: border-box;
}


/*=========================================================
    HEADER
=========================================================*/



/*/////////header//////////////////*/


.site-header {
    background: #ffffff;
    border-bottom: 1px solid #dddddd;


}

/*





/*=========================================================
    HEADER LAYOUT
=========================================================*/

.header-content {
    display: flex;

    justify-content: space-between;

    align-items: flex-end;

    margin: 0px 0px 4px 0px;

    padding: 5px 0px 0px 0px;
}

.header-left {



    flex: 1;

    margin: 0px 0px 0px 0px;

    padding: 0px 0px 0px 0px;
}

.header-middle {
    flex: 1.54;

    display: flex;

    margin: 0px 0px 0px 0px;

    padding: 0px 0px 0px 0px;

    text-align: center;

    /*border: 2px solid red;*/
}

.header-right {
    flex: 1;

    margin: 0px 0px 0px 0px;

    padding: 0px 0px 0px 0px;

    text-align: right;
}



/*=========================================================
    LOGO VE BLOG INFO
=========================================================*/

.site-logo {
    display: flex;

    max-height: 120px;

   margin: 0px 0px 0px 0px;

   


}

.site-logo img {
    /*width: 100%;       /* Tells the image to fill the width */
    height: 100%;    /* Tells the image to fill the height */
    /*max-height: inherit; /* Forces the image to respect the parent's max-height limit */
    object-fit: cover;    /* The magic property: crops and scales nicely without distorting */
    margin-right: 15px; /* Creates space between the logo and text */
}



.site-logo a {
    font-family: "Big Shoulders Display", sans-serif;
    font-size: 4.5rem;
    font-weight: 700;
    letter-spacing: 0.23rem;
    text-transform: uppercase;
    color: #000000;
    display: flex;       /* Keeps image and text side-by-side */
    align-items: flex-end;
    text-decoration: none; /* Keeps it clean from default link underlines */
    line-height: 1;        /* Forces the text box to shrink tightly around the letters */
}





















/*=========================================================
    TOP PAGE MENU
=========================================================*/

.site-top-menu ul {
    margin: 0px 0px 0px 0px;

    padding: 0px 0px 0px 0px;

    list-style: none;
}

.site-top-menu li {
    margin: 0px 0px 0px 0px;

    padding: 0px 0px 0px 0px;
}

.site-top-menu a {
    display: block;

    margin: 0px 0px 0px 0px;

    padding: 0px 0px 0px 0px;

    color: #555555;

    text-decoration: none;

    font-family: "Roboto", sans-serif;

    font-size: 14px;

    font-weight: 600;

    line-height: 1.28;

    transition: color .20s ease;
}

.site-top-menu a:hover {
    color: #FF5A00;
}




/*=========================================================
    H01 – CATEGORY MENU
=========================================================*/

.h01-category-menu {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;

    /*background: #ffffff;*/
    /*background: #f2efe8;*/
    /*background: #ece9e1;*/
    /*background: #e8ebe8;*/
    /*background: #FFD400;*/
    background: #FFFF00;

    position: relative;
    z-index: 500;
}

/*----------------CURRENT TOP CATEGORY--------------------*/

.current-top-category>a {
    color: #FF5A00 !important;

    border-bottom: 3px solid #d66d00;
}



/*----------------ROOT MENU----------------------*/

.h01-root {
    display: flex;

    justify-content: center;
    align-items: center;

    margin: 0;
    padding: 0;

    list-style: none;
}


.h01-root>li {
    position: relative;
}


.h01-root>li>a {
    display: block;

    padding: 7px 22px;

    color: #222;

    text-decoration: none;

    /*
    font-family: "Gabarito", sans-serif;
    font-size: 15px;
    font-weight: 700;
    */

    font-family: "Gabarito", sans-serif;
    font-size: 22px;
    font-weight: 700;
    /*letter-spacing: .037em;*/

    /*
font-family: "Squada One", sans-serif;
font-size: 21px;
font-weight: 700;
*/

    /*
font-family: "Russo One", sans-serif;
font-size: 18px;
font-weight: 400;
letter-spacing: .03em;
*/


    text-transform: uppercase;

    transition: .20s;
}


.h01-root>li:hover>a {
    /*color: #d66d00;*/
    color: #FF6900;
    color: #FF5A00;
}


/*----------------DROPDOWN-------------------------*/

.h01-root ul {
    display: none;

    position: absolute;

    top: 100%;
    left: 0;

    min-width: 210px;

    margin: 0;
    padding: 4px 0;

    list-style: none;


    /*background: #f3f1ec;*/
    background: #FFE766;
    background: #FFFF99;

    border: 1px solid #dddddd;

    box-shadow: 0 12px 24px rgba(0, 0, 0, .12);

    z-index: 999;
}


.h01-root li:hover>ul {
    display: block;
}


/*-------------SUBMENUS-----------------------------*/

.h01-root ul ul {
    top: 0;

    left: 100%;
}


/*--------------------LINKS-------------------------*/

.h01-root ul a {
    display: block;

    padding: 6px 18px 6px 18px;

    color: #333;

    text-decoration: none;

    text-transform: uppercase;

    font-family: "Gabarito", sans-serif;

    font-size: 17px;

    font-weight: 500;

    white-space: nowrap;

    transition: .20s;
}



.h01-root ul ul a {
    font-size: 15px;
    font-weight: 400;
}


.h01-root ul a:hover {
    background: #f4f4f4;

    color: #d66d00;
    color: #FF5A00;

}




/*------------------HOME LINK------------------*/

.h01-home>a {
    color: #0066aa;

    font-weight: 800;
}














/*//////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////INDEX PAGE/////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////*/





/* ============================================================
   HOME PAGE MAIN CONTAINERS
   ============================================================ */

.home-top-upper,
.home-top-middle,
.home-top-lower,
.home-middle-upper,
.home-middle-middle,
.home-middle-lower,
.home-bottom-upper,
.home-bottom-middle,
.home-bottom-lower {
    margin-bottom: 30px;
}










/*----------------------------------------STYLE of function 03-------------------------------------*/
/*----------------------------------------STYLE of function 03-------------------------------------*/
/*----------------------------------------STYLE of function 03-------------------------------------*/



/* ============================================================
   Function 03 — Featured Magazine Slider
   ============================================================ */

.f03-magazine-slider {
    margin: 0;
}


.f03-slider {

    display: grid;

    grid-template-columns: 1.6fr 1fr;

    grid-template-rows: repeat(3, 1fr);

    gap: 14px;

    height: 520px;
}


.f03-left {

    position: relative;

    grid-column: 1;

    grid-row: 1 / span 3;

    overflow: hidden;

    border-radius: 8px;

    background: #111;
}


.f03-right {

    display: contents;
}


.f03-small {

    position: relative;

    overflow: hidden;

    border-radius: 8px;

    background: #111;
}


/*---------------------- CARD ----------------------*/

.f03-card {

    position: absolute;

    inset: 0;

    display: block;

    color: #fff;

    text-decoration: none;

}


.f03-card img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform .30s ease,
        filter .30s ease;

}


/*---------------------- OVERLAY ----------------------*/

.f03-overlay {

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    padding: 18px;

    background: linear-gradient(to top,
            rgba(0, 0, 0, .82),
            rgba(0, 0, 0, 0));

}


.f03-title {

    margin: 0;

    font-family: 'Orbitron', sans-serif;

    font-size: 1.15rem;

    line-height: 1.25;

}


.f03-small .f03-title {

    font-size: .92rem;

}


.f03-date {

    margin-top: 6px;

    font-family: 'JetBrains Mono', monospace;

    font-size: .74rem;

    opacity: .85;

}


/*---------------------- HOVER ----------------------*/

.f03-left,
.f03-small {

    transition:
        transform .25s ease,
        box-shadow .25s ease;

}


.f03-left:hover,
.f03-small:hover {

    transform: scale(1.015);

    box-shadow:
        0 18px 40px rgba(0, 0, 0, .35);

    z-index: 20;

}


.f03-left:hover img,
.f03-small:hover img {

    transform: scale(1.02);

}


/*---------------------- FADE ----------------------*/

.f03-card {

    opacity: 0;

    transition: opacity .55s ease;

}


.f03-card.show {

    opacity: 1;

}


/*---------------------- CONTROLS ----------------------*/

.f03-controls {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 22px;

    margin-top: 16px;

}


.f03-prev,
.f03-next {

    width: 32px;
    height: 32px;

    border: none;

    background: transparent;

    color: #222;

    cursor: pointer;

    font-size: 34px;
    font-weight: 700;

    line-height: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    transition:
        color .2s ease,
        transform .2s ease;

}

.f03-prev:hover,
.f03-next:hover {

    color: #0066cc;

    transform: scale(1.15);

}





.f03-dots {

    display: flex;

    gap: 8px;

}


.f03-dot {

    width: 10px;

    height: 10px;

    border-radius: 50%;

    background: #bbb;

    cursor: pointer;

    transition: .25s;

}


.f03-dot.active {

    background: #111;

    transform: scale(1.3);

}


/*---------------------- RESPONSIVE ----------------------*/

@media(max-width:900px) {

    .f03-slider {

        grid-template-columns: 1fr;

    }

    .f03-right {

        grid-template-rows: none;

        grid-template-columns: 1fr;

    }

    .f03-small {

        aspect-ratio: 16/5;

    }

}








/*=========================================================
    CARD 1
=========================================================*/

.card-1 {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.card-1 a {
    display: block;
    position: relative;
    color: inherit;
    text-decoration: none;

    width: 100%;
    height: 100%;
}

.card-1 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-1-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    padding: 20px;

    background: linear-gradient(to top,
            rgba(0, 0, 0, .85),
            rgba(0, 0, 0, .45),
            rgba(0, 0, 0, 0));
}

.card-1-category {
    margin-bottom: 8px;

    color: #ffffff;

    font-family: "Gabarito", sans-serif;
    font-size: 14px;
    font-weight: 700;

    text-transform: uppercase;
}

.card-1-title {
    margin: 0 0 10px 0;

    color: #ffffff;

    font-family: "Lexend Deca", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

.card-1-date {
    color: rgba(255, 255, 255, .9);

    font-family: "Gabarito", sans-serif;
    font-size: 14px;
}








/* ---------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------INDEX BITIS---------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------CATEGORY PAGE BASLANGIC---------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------------------------------------------*/


/*bu hem category page de hem de buyuk category girde deki category title i icin gerekirse ayir sonra*/
.category-title.is-archive {
    font-size: 1.6rem;
    margin: 0 0 30px 0;
    line-height: 1.1;

}


/* ---------------c02 icin olan baslanbgic --------------------------------------------------*/


/* C02 – CATEGORY VERTICAL DISPLAY */

.c02-category-vertical-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    /* vertical spacing between items */
}



/* Card */
.c02-golden-card {
    display: flex;
    gap: 1.4rem;
    width: 100%;
    padding: 1.4rem;
    background: linear-gradient(135deg, #0c1020, #131a35);
    border-radius: 16px;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.45);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.c02-golden-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.65);
}


/* Thumbnail */
.c02-thumb {
    flex: 0 0 34%;
    max-width: 34%;
    border-radius: 12px;
    overflow: hidden;
}

.c02-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.c02-golden-card:hover .c02-thumb img {
    transform: scale(1.06);
}

/* Content */
.c02-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Title */
.c02-title {
    margin: 0 0 0.6rem;
    font-family: "Michroma", "Orbitron", sans-serif;
    font-size: 1.05rem;
    line-height: 1.45;
    letter-spacing: 0.04em;
}

.c02-title a {
    color: #e7eaff;
    text-decoration: none;
}

.c02-title a:hover {
    color: #a9c2ff;
}

.c02-date {
    font-family: "Inter", "Roboto", sans-serif;
    font-size: 0.75rem;
    color: #8b94c7;
}

/* Excerpt */
.c02-excerpt {
    font-family: "Inter", "Open Sans", sans-serif;
    font-size: 0.92rem;
    line-height: 1.65;
    color: #cfd3ee;
    margin: 0;
}

/* Pagination */
.c02-pagination {
    margin-top: 3rem;
    text-align: center;
}

.c02-pagination .page-numbers {
    display: inline-block;
    margin: 0 6px;
    padding: 6px 12px;
    border-radius: 8px;
    background: #141a33;
    color: #cfd3ee;
    text-decoration: none;
    font-family: "JetBrains Mono", monospace;
    font-size: 0.8rem;
}

.c02-pagination .current {
    background: #2b3b78;
    color: #ffffff;
}

.c02-pagination .page-numbers:hover {
    background: #1d2750;
}

/* Mobile */
@media (max-width: 768px) {
    .c02-golden-card {
        flex-direction: column;
    }

    .c02-thumb {
        max-width: 100%;
        height: 200px;
    }
}



/* ---------------c02 icin olan bitis --------------------------------------------------*/


/* ---------------banner icin baslangic --------------------------------------------------*/

.category-side-images img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
    border-radius: 20px;
    border: 2px solid #eaeaea;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}




/* ---------------banner icin baslangic --------------------------------------------------*/






/* ---------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------CATEGORY PAGE BITIS-------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------------------------------------------*/





/* ---------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------SINGLE BASLANGIC ---------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------------------------------------------*/



/* Prevent content images from breaking column layout */
.s01-post-content img {
    max-width: 100%;
    height: auto;
    display: block;
}


/* Featured image wrapper must respect column width */
.s01-post-thumb {
    max-width: 100%;
    overflow: hidden;
}

/* Featured image itself */
.s01-post-thumb img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Tighten title → meta spacing */
.s01-post-title {
    margin-bottom: 0.25rem;
    font-family: "aldrich", sans-serif;
}

.s01-post-meta {
    margin-top: 0;
}

.s01-post-content {
    font-family: "roboto", sans-serif;
    font-size: 1.08rem;
    line-height: 1.5;
}


/* Post categories at bottom */
.s01-post-categories {
    margin-top: 2.5rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border-soft);
    font-size: 0.85rem;
    color: var(--text-muted);
}

.s01-cat-label {
    font-family: "Inter", "Roboto", sans-serif;
    margin-right: 0.25rem;
}

.s01-cat-links a {
    /* color: var(--accent);*/
    color: blue;
    text-decoration: none;
}

.s01-cat-links a:hover {
    /* color: var(--accent-2);*/
    color: orangered;
}




/* =========================
   S02 – Selected Related Posts
========================= */
/*
.s02-related-posts {
    margin-top: 4rem;
}
*/
.s02-related-title {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    font-family: "Orbitron", sans-serif;
    /* reuse TEKNIK vibe */
}

.s02-related-list {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

/* Modifier, not a new card system */
.s02-card {
    opacity: 0.9;
}

.s02-card:hover {
    opacity: 1;
}


.s02-card-date {
    display: block;
    margin-bottom: 10px;
}



/* ============================================================
   POST IMAGE CAPTION STYLE
   ============================================================ */
/*bu asagisi resimlerin captionunu post icinde guzel caption style ile display etmek icin */

.wp-block-image {
    text-align: center;
    margin-bottom: 1.5em;
}

.wp-block-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.s01-post-content .wp-block-image figcaption,
.s01-post-content .wp-element-caption {
    font-style: italic;
    font-size: 0.9em;
    color: #666;
    margin-top: 0.5em;
    line-height: 1.4;
    text-align: center;
}




/*bu da galeri eklersen*/
.wp-block-gallery figcaption {
    font-style: italic;
    font-size: 0.9em;
    color: #666;
    text-align: center;
}






/* bu equation display formati*/

mjx-container[jax="CHTML"][display="true"] {
    margin: 1.8em 0;
}





/* ---------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------SINGLE BITIS-------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------------------------------------------*/





/* ---------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------PAGE BASLANGIC-------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------------------------------------------*/








/* ===== Static Page Layout ===== */

.page-header {
    margin-bottom: 1.5rem;
}

.page-title {
    font-size: 1.8rem;
    line-height: 1.25;
    margin: 0;
}

/* Main page content */
.page-content {
    max-width: 760px;
    /* readable width */
    line-height: 1.7;
}

/* Paragraph spacing */
.page-content p {
    margin-bottom: 1.2rem;
}

/* Headings inside page content */
.page-content h2,
.page-content h3,
.page-content h4 {
    margin-top: 2rem;
    margin-bottom: 0.8rem;
    line-height: 1.3;
}

/* Lists */
.page-content ul,
.page-content ol {
    margin: 1rem 0 1.5rem 1.5rem;
}

.page-content li {
    margin-bottom: 0.5rem;
}

/* Images inside static pages */
.page-content img {
    max-width: 100%;
    height: auto;
}

/* Links */
.page-content a {
    text-decoration: underline;
}

.page-content a:hover {
    text-decoration: none;
}

/* Legal / small text blocks */
.page-content small {
    font-size: 0.9rem;
}




/* ---------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------PAGE BITIS-------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------------------------------------------*/






/* ---------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------FOOTER BASLANGIC------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------------------------------------------*/





.site-footer > .footer-bottom {
    display: flex !important;

justify-content: space-between;

}


.social-container a {
  margin-right: 15px; /* Adds space between the buttons */
  margin-bottom: 15px;
  display: inline-block;
  transition: opacity 0.2s ease;
}

.social-container a:hover {
  opacity: 0.8; /* Gives a subtle visual cue when hovered */
}

/* Removes the margin from the very last icon */
.social-container a:last-child {
  margin-right: 0;
}