/*
Theme Name: 	Bimber
Theme URI: 		http://bimber.bringthepixel.com
Description: 	Got questions? Visit our <a href="http://bringthepixel.com/support/">support centre</a>.
License: 		Located in the 'Licensing' folder
License URI: 	Located in the 'Licensing' folder
Author: 		bring the pixel
Author URI: 	http://www.bringthepixel.com/
Version: 		9.2.4
Text Domain:    bimber
Domain Path:    /languages/
Tags:           fluid-layout, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready
*/
/*
    All CSS files are located under the "css" subfolder.

    PLEASE DON'T MODIFY THIS FILE.
    Use the provided child theme for all your modifications.
*/

/* Custom Blockquote Styling */
blockquote,
.wp-block-quote {
    background: #2a2a2a;
    border-radius: 8px;
    padding: 30px 40px;
    margin: 30px 0;
    border: none;
    position: relative;
    overflow: visible;
}

blockquote::before,
.wp-block-quote::before {
    font-family: "bimber" !important;
    content: "\e056";
    font-size: 48px;
    color: #ff6b35;
    position: absolute;
    top: 20px;
    left: 30px;
    line-height: 1;
    opacity: 1;
}

blockquote p,
.wp-block-quote p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 15px 0;
    padding-left: 60px;
    font-weight: 400;
}

blockquote p:last-of-type,
.wp-block-quote p:last-of-type {
    margin-bottom: 0;
}

blockquote cite,
.wp-block-quote cite {
    color: #999999;
    font-size: 14px;
    font-style: normal;
    display: block;
    margin-top: 15px;
    padding-left: 60px;
}

blockquote cite::before,
.wp-block-quote cite::before {
    content: "- ";
}

/* Kategori Icerik Bolumu Tasarimi (Category Description Box) */
.icerikbolumu {
    background: #1a1b26;
    border: 1px solid #2a2b3d;
    border-radius: 12px;
    padding: 40px;
    margin: 40px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.icerikbolumu h1,
.icerikbolumu h2,
.icerikbolumu h3,
.icerikbolumu h4,
.icerikbolumu h5,
.icerikbolumu h6 {
    color: #f97316; /* Turuncu baslik */
    font-size: 22px;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 15px;
    border-bottom: 1px solid #2a2b3d;
    padding-bottom: 15px;
}

.icerikbolumu *:first-child {
    margin-top: 0;
}

.icerikbolumu p {
    color: #cbd5e1;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.icerikbolumu p:last-child {
    margin-bottom: 0;
}

.icerikbolumu strong,
.icerikbolumu b {
    color: #f1f5f9;
}

.icerikbolumu blockquote {
    background: #242636;
    border-left: 4px solid #f97316;
    border-radius: 0 8px 8px 0;
    padding: 20px 25px;
    margin: 30px 0;
}

.icerikbolumu blockquote p {
    color: #fb923c; /* Quote icindeki acik turuncu yazi */
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.icerikbolumu blockquote::before {
    display: none;
}
