/*

Theme Name: Pacify Child

Theme URI: https://techattitude.com/

Description: Child theme for the Pacify theme

Author: Yaman Şener

Author URI:

Template: pacify

Version: 1.0.3

Text Domain: pacify-child

*/

body {
    background-color: #000000;
    color: #ffffff;
    font-size: 19px;
    line-height: 1.7;
    font-weight: 300;
}
.main-navigation {
    clear: both;
    display: block;
    width: 100%;
    background: #000000;
    margin: 0 0 0.5em 0;
    background-image: none;
    padding: 0em 0 0em 20px;
}
.main-navigation ul {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 100%;
}
.main-navigation li {
    position: relative;
    margin: 0 0.4em 0 0 !important;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: #fff !important;
    padding: 0.5em 0.8em !important;
    text-transform: uppercase;
    letter-spacing: 0.2px !important;
    word-spacing: -0.8px !important;
    font-size: 18px;
    font-weight: 800 !important;
    text-align: center;
    transition: all 0.2s ease;
    border-radius: 10px;
    line-height: 1 !important;
}
.main-navigation a:hover {
    color:#cf0000;
    background-color: #cf0000 !important;
}
.menu-toggle {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    cursor: pointer;
    padding: 10px;
    display: none;
}
.hamburger-box {
    width: 24px;
    height: 16px;
    display: inline-block;
    position: relative;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 0;
    transition: all 0.3s;
}
.hamburger-inner {
    top: 50%;
    transform: translateY(-50%);
}
.hamburger-inner::before { top: -6px; }
.hamburger-inner::after { bottom: -6px; }
.menu-toggle.toggled .hamburger-inner { background: transparent; }
.menu-toggle.toggled .hamburger-inner::before { transform: translateY(6px) rotate(45deg); }
.menu-toggle.toggled .hamburger-inner::after { transform: translateY(-6px) rotate(-45deg); }
.main-navigation .menu-item-search {
    position: relative;
    margin-left: auto;
    margin-right: 15px !important;
}
.main-navigation .menu-item-search a.search-icon-toggle {
    font-size: 18px;
    background-color: transparent !important;
}
.main-navigation .menu-item-search a.search-icon-toggle:hover {
    color: #c20808;
    background-color: #c20808;
}
.main-navigation .search-form-container {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 280px;
    background: #c20808;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    z-index: 1000;
}
.main-navigation .search-form-container .search-form { display: flex; gap: 5px; }
.main-navigation .search-form-container .search-field {
    width: 100%;
    border: 1px solid #555;
    background: #333;
    color: #fff;
    padding: 8px 10px;
    border-radius: 5px;
}
.main-navigation .search-form-container .search-submit {
    padding: 8px 14px;
    border: none;
    background: #ff0000;
    color: #ffffff;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 500;
}
.main-navigation .search-form-container .search-submit:hover { background: #c70101; }
.main-navigation .search-form-container .screen-reader-text { display: none; }
.entry-content { color: #000000; }
.entry-content p { margin-bottom: 1.2em; }
.entry-content strong { font-weight: bold; color: #000; }
.entry-content ul, .entry-content ol {
    margin-left: 20px;
    padding-left: 20px;
    list-style: disc;
}
.entry-content ol { list-style-type: decimal; }
.entry-content li { margin-bottom: 5px; font-size: 19px; color: #010000; }
.entry-content h2, .entry-content h3, .entry-content h4 {
    font-weight: 700;
    color: #111;
    margin-top: 20px;
    margin-bottom: 10px;
}
.entry-content h2 { font-size: 28px; margin-top: 30px; margin-bottom: 15px; }
.entry-content h3 { font-size: 24px; font-weight: 600; color: #222; margin-top: 25px; margin-bottom: 12px; }
.entry-content h4 { font-size: 20px; font-weight: 600; color: #333; margin-top: 20px; margin-bottom: 10px; }
.entry-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
}
.entry-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}
.entry-meta {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 10px;
}
.single .entry-content, .single .entry-content p, .single .entry-content li, .single .entry-content a:not(.related-category),
.page .entry-content, .page .entry-content p, .page .entry-content li, .page .entry-content a:not(.related-category) {
    color: #000000 !important;
}
.entry-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    margin-top: 25px;
    padding: 8px 0;
    border-top: 1px solid #eee;
}
.entry-footer a {
    background-color: #f0f0f0;
    color: #333;
    padding: 4px 10px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.2s ease, color 0.2s ease;
    line-height: 1.5;
}
.entry-footer a:hover { background-color: #111; color: #fff; text-decoration: none; }
.entry-footer .edit-link { display: none; }
.post-navigation {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    flex-wrap: wrap;
}
.author-bio-box {
    display: flex;
    align-items: flex-start;
    padding: 30px;
    margin-top: 40px;
    background-color: #000000;
    border: 1px solid #ad0101;
    border-radius: 4px;
}
.author-avatar {
    flex-shrink: 0;
    margin-right: 25px;
}
.author-avatar img {
    border-radius: 50%;
}
.author-info {
    flex-grow: 1;
}
.author-info .author-name {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 10px 0;
    font-size: 1.5em;
    font-weight: bold;
}
.author-info .author-name a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-color 0.2s ease-in-out;
}
.author-info .author-name a:hover {
    border-bottom-color: #f30000;
    text-decoration: none;
}
.author-info .author-description {
    margin: 0;
    font-size: 0.6em;
    line-height: 1.6;
    color: #ffffff;
}
.author-email-trigger {
    margin-left: 12px;
    cursor: pointer;
    display: inline-flex;
}
.author-email-trigger .author-icon {
    width: 22px;
    height: 22px;
    stroke: #ffffff;
    transition: stroke 0.2s ease;
}
.author-email-trigger:hover .author-icon {
    stroke: #ff0000;
}
.author-email-address {
    margin-left: 12px;
    font-size: 0.8em;
    font-weight: normal;
    background-color: #000000;
    color: #e00303;
    padding: 3px 8px;
    border-radius: 4px;
    user-select: all;
}
@media (max-width: 768px) {
    .author-bio-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .author-avatar {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .author-info .author-name {
        justify-content: center;
        font-size: 1.3em;
    }
    .author-info .author-description {
        font-size: 0.9em;
    }
    .author-email-address {
        word-break: break-all;
        font-size: 0.7em;
    }
}
.archive .page-header, .archive .page-title,
.category .page-header, .category .page-title,
.search-results .page-title, .search-results .page-header .page-title {
    color: #ffffff !important;
}
.search-results .entry-title,
.search-results .entry-summary,
.search-no-results .page-content {
    color: #ffffff !important;
}
.search-results .entry-title a { color: #000000 !important; }
.search-results .post-thumbnail, .search-results .entry-content img, .search-results .wp-post-image {
    display: block !important;
    height: auto !important;
    margin: 0 auto 15px !important;
    float: none !important;
}
.comments-area > h2, #comments > h2, .comment-reply-title { display: none !important; }
.comment-respond, .comment-respond label, .comment-respond p { color: #ffffff !important; }
.comment-list, .comment-meta, .comment-metadata, .comment-author, .comment-content { color: #ffffff !important; }
.comment-content a, .comment-metadata a { color: #ffffff !important; text-decoration: underline !important; }
.comment-form label { color: #ffffff !important; display: block !important; margin-bottom: 5px !important; }
.comment-form textarea, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
    background-color: #ffffff !important;
    color: #000000 !important;
    padding: 10px !important;
    border: 1px solid #ddd !important;
}
.comment-form #submit {
    background: #ff0000 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 10px 20px !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
}
#colophon { padding-bottom: 1.2em; background-image: none; }
.site-footer { background: #1f0770; color: #fff; }
.site-footer a { color: #ddd; text-decoration: none; transition: color 200ms linear; }
.site-footer a:hover { color: #af0000 !important; text-decoration: none; }
.site-footer .site-info { display: none; }
footer#colophon::after {
    content: 'Copyright \00A9 2025 trioner';
    display: block;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    color: #ffffff;
    font-size: 14px;
}
#footer-sidebar { display: block; font-size: 0.8em; }
#footer-sidebar .widget ul li { border-bottom: none; padding: 0; }
#footer-sidebar .widget ul li:hover { background: transparent; }
#footer-sidebar .widget ul li a { padding: 0; }
#footer-sidebar h2 { color: #fff; }
#footer-sidebar1, #footer-sidebar2, #footer-sidebar3 { float: left; width: 29%; margin: 2%; padding: 0; }
.error-404 .page-content, .nothing-found, .no-results { color: #ffffff !important; }
.wp-block-heading { display: flex !important; align-items: center !important; gap: 10px; }
.wp-block-heading img.emoji {
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain;
    flex-shrink: 0;
}
.wp-block-heading strong { flex-shrink: 1; color: inherit; line-height: 1.3; }
.single .entry-footer,
.single .entry-footer a,
#breadcrumbs span,
#breadcrumbs a {
    color: #000000 !important;
}
#breadcrumbs a[href="https://trioner.com/"] {
    font-size: 0;
    text-decoration: none;
}
#breadcrumbs a[href="https://trioner.com/"]::before {
    content: '\f015';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: #000000;
}
@media screen and (max-width: 600px) {
    .menu-toggle { display: block; }
    .main-navigation ul { display: none; }
    .main-navigation.toggled ul { display: block; }
    .main-navigation { padding: 0.5em 15px !important; }
    .main-navigation li { margin: 0.2em 0 !important; }
    .main-navigation a { padding: 0.6em 0.8em !important; font-size: 16px; }
    .main-navigation .search-form-container {
        position: fixed;
        top: 70px;
        left: 15px;
        right: 15px;
        width: auto;
    }
    .wp-post-image {
        float: none;
        margin-right: 0;
        display: block;
        width: 100%;
    }
}
#breadcrumbs {
    display: none;
}
.post-card {
    background-color: #000000;
    border: 1px solid #4b5563;
    border-radius: 0.25rem;
    padding: 1rem;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
}
.post-card:last-of-type {
    margin-bottom: 0;
}
.post-card-image-link {
    display: block;
    flex-shrink: 0;
    width: 6rem;
    height: 6rem;
    border-radius: 0.125rem;
    overflow: hidden;
}
.post-card-image-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.2s ease-in-out;
}
.post-card:hover .post-card-image-link img {
    filter: saturate(1.5);
}
.post-card-content {
    flex-grow: 1;
}
.post-card-title {
    margin: -0.25rem 0 0.5rem 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
}
.post-card-title a {
    color: #f9fafb;
    text-decoration: none;
    transition: color 0.2s;
}
.post-card-title a:hover {
    color: #f97316;
}
.post-card-excerpt {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #d1d5db;
    margin-bottom: 0.75rem;
}
.post-card-excerpt p {
    margin: 0;
}
.post-card-meta {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #9ca3af;
    letter-spacing: 0.09em;
}
.post-card-meta a {
    color: #9ca3af;
    text-decoration: none;
}
.post-card-meta a:hover {
    color: #f9fafb;
}
.post-navigation-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    border: 2px solid #00ff66;
    background: #000000;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
    border-radius: 6px;
}
.post-navigation-link:hover .post-navigation-link-text {
    color: #00ff66;
}
.post-navigation-link-text {
    transition: color 0.3s ease;
    line-height: 1.5;
}
.icon-left,
.icon-right {
    color: #ff6600;
    width: 15x;
    height: 15px;
    flex-shrink: 0;
}
.post-navigation .nav-previous, .post-navigation .nav-next { width: auto !important; }
.post-navigation a {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background: #2b00ff;
    padding: 12px 16px;
    border-radius: 20px;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    transition: all 0.2s ease-in-out;
    text-align: center;
}
.post-navigation a:hover { background-color: #0c0d69; color: #ffffff; text-decoration: none; }
.wp-post-image {
    clear: both;
    float: none;
    display: block;
    margin: 0 auto 20px auto;
}
.single .entry-content a:hover,
.page .entry-content a:hover {
	color: #1395F2 !important;
	text-decoration: underline !important;
}
.entry-meta .posted-on::before,
.entry-meta .byline::before,
.entry-meta .comments-link::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-right: 7px;
    color: #6c757d;
}
.entry-meta .posted-on::before {
    content: "\f073";
}
.entry-meta .byline::before {
    content: "\f007";
}
.entry-meta .comments-link::before {
    content: "\f075";
}
.post-card-meta,
.post-card-meta span,
.post-card-meta time,
.post-card-meta a {
    font-weight: 200;
    font-size: 11px;
}
.entry-meta a {
    color: #555555;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.entry-meta a:hover {
    color: #1395F2;
    text-decoration: underline;
}
.custom-toc-container {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    padding: 15px 25px;
    margin: 30px 0;
    border-radius: 8px;
}
.custom-toc-container .toc-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    color: #333;
}
.custom-toc-container .custom-toc-list {
    list-style-type: disc;
    margin: 0;
    padding-left: 20px;
}
.custom-toc-container .custom-toc-list li {
    margin-bottom: 8px;
}
.custom-toc-container .custom-toc-list a {
    text-decoration: none;
    color: #095A99;
    transition: color 0.2s ease;
}
.custom-toc-container .custom-toc-list a:hover {
    color: #1395F2;
    text-decoration: underline;
}
.custom-toc-container {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    padding: 20px 25px;
    margin: 30px 0;
    border-radius: 8px;
}
.custom-toc-container .toc-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    color: #333;
}
.custom-toc-container .custom-toc-list {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
.custom-toc-container .custom-toc-list li {
    margin-bottom: 9px;
    padding-left: 0;
}
.custom-toc-container .custom-toc-list .toc-level-3 {
    padding-left: 20px;
}
.custom-toc-container .custom-toc-list .toc-level-4 {
    padding-left: 40px;
}
.custom-toc-container .custom-toc-list a {
    text-decoration: none;
    color: #095A99;
    transition: color 0.2s ease;
    font-weight: 500;
    display: inline-flex;
    align-items: baseline;
}
.custom-toc-container .custom-toc-list a:hover {
    color: #1395F2;
    text-decoration: underline;
}
.custom-toc-container .toc-number {
    font-weight: 600;
    color: #555;
    margin-right: 10px;
    text-align: left;
}