/* ==================================================
   BLOGGG.PL — TWENTY TEN REFRESH
================================================== */

:root {
    --bloggg-yellow: #f4bd00;
    --bloggg-yellow-dark: #bd8700;
    --bloggg-yellow-light: #fff0b0;
    --bloggg-text: #252a32;
    --bloggg-muted: #68707c;
    --bloggg-border: #e8e8e8;
    --bloggg-background: #f6f6f6;
    --bloggg-white: #fff;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    background: var(--bloggg-background);
    color: var(--bloggg-text);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
}

a {
    color: var(--bloggg-yellow-dark);
}

a:hover {
    color: #8c6500;
}

/* ==================================================
   GLOBAL BLOGGG NETWORK HEADER
================================================== */

.bloggg-network-bar {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid var(--bloggg-border);
}

.bloggg-network-bar-inner {
    width: calc(100% - 40px);
    max-width: 1180px;
    min-height: 86px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 220px 1fr auto;
    gap: 32px;
    align-items: center;
}

.bloggg-network-logo {
    display: inline-flex;
    align-items: center;
}

.bloggg-network-logo img {
    display: block;
    width: 190px;
    max-width: 100%;
    height: auto;
    border: 0;
    padding: 0;
}

.bloggg-network-nav {
    display: flex;
    align-items: center;
    gap: 32px;
}

.bloggg-network-nav a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--bloggg-text);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

.bloggg-network-nav a:hover {
    color: var(--bloggg-yellow-dark);
    transform: translateY(-1px);
}

.bloggg-network-nav i {
    color: var(--bloggg-yellow-dark);
    font-size: 16px;
}

.bloggg-network-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bloggg-network-login,
.bloggg-network-register {
    min-height: 42px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.bloggg-network-login {
    background: #fff;
    border: 1px solid #ddd;
    color: var(--bloggg-text);
}

.bloggg-network-register {
    background: var(--bloggg-yellow);
    color: #111;
    box-shadow: 0 9px 20px rgba(244, 189, 0, .22);
}

/* ==================================================
   TWENTY TEN WRAPPER
================================================== */

#wrapper {
    width: calc(100% - 40px);
    max-width: 1180px;
    margin: 28px auto 40px;
    padding: 0;
    background: transparent;
}

/* ==================================================
   INDIVIDUAL BLOG HEADER
================================================== */

#header {
    margin: 0 0 24px;
    padding: 0;
}

#masthead {
    background: #fff;
    border: 1px solid var(--bloggg-border);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .035);
}

#branding {
    position: relative;
    padding: 30px 34px;
    background: #fff;
}

#site-title {
    margin: 0 0 6px;
    line-height: 1.2;
}

#site-title a {
    color: var(--bloggg-text);
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -.7px;
    text-decoration: none;
}

#site-title a:hover {
    color: var(--bloggg-yellow-dark);
}

#site-description {
    margin: 0 0 20px;
    color: var(--bloggg-muted);
    font-size: 15px;
    line-height: 1.6;
}

#branding > img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 310px;
    object-fit: cover;
    border: 0;
    border-radius: 13px;
}

#access {
    display: none;
}

/* ==================================================
   MAIN LAYOUT
================================================== */

#main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 24px;
    align-items: start;
    overflow: visible;
    padding: 0;
}

#container {
    float: none;
    width: auto;
    margin: 0;
}

#content {
    width: auto;
    margin: 0;
    padding: 30px 34px;
    background: #fff;
    border: 1px solid var(--bloggg-border);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .035);
}

/* ==================================================
   POSTS AND PAGES
================================================== */

.hentry {
    margin: 0 0 34px;
    padding: 0 0 30px;
    border-bottom: 1px solid var(--bloggg-border);
}

.hentry:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.entry-title {
    margin: 0 0 12px;
    color: var(--bloggg-text);
    font-size: 30px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -.6px;
}

.entry-title a {
    color: inherit;
    text-decoration: none;
}

.entry-title a:hover {
    color: var(--bloggg-yellow-dark);
}

.entry-meta,
.entry-utility {
    color: #858b93;
    font-size: 13px;
    line-height: 1.6;
}

.entry-content,
.entry-summary {
    color: #444b54;
    font-size: 16px;
    line-height: 1.8;
}

.entry-content p {
    margin: 0 0 1.4em;
}

.entry-content h2 {
    margin: 1.5em 0 .65em;
    color: var(--bloggg-text);
    font-size: 25px;
    line-height: 1.3;
    font-weight: 800;
}

.entry-content h3 {
    margin: 1.4em 0 .6em;
    color: var(--bloggg-text);
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

/* ==================================================
   SIDEBARS
================================================== */

#primary,
#secondary {
    float: none;
    width: auto;
    margin: 0;
    padding: 22px;
    background: #fff;
    border: 1px solid var(--bloggg-border);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .035);
}

#secondary {
    margin-top: 20px;
}

.widget-area ul {
    margin: 0;
    padding: 0;
}

.widget-container {
    margin: 0 0 24px;
    padding: 0 0 22px;
    border-bottom: 1px solid var(--bloggg-border);
}

.widget-container:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.widget-title {
    margin: 0 0 14px;
    color: var(--bloggg-text);
    font-size: 17px;
    line-height: 1.3;
    font-weight: 800;
}

.widget-container li {
    margin: 0 0 9px;
    color: var(--bloggg-muted);
    font-size: 14px;
    line-height: 1.5;
}

.widget-container a {
    color: #565d66;
    text-decoration: none;
}

.widget-container a:hover {
    color: var(--bloggg-yellow-dark);
}

.widget-area ins,
.widget-area iframe,
.widget-area img {
    max-width: 100%;
}

/* ==================================================
   FORMS
================================================== */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="url"],
textarea,
select {
    max-width: 100%;
    min-height: 44px;
    padding: 10px 13px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    background: #fff;
    color: var(--bloggg-text);
    font: inherit;
}

textarea {
    min-height: 150px;
}

input[type="submit"],
button,
.button {
    min-height: 44px;
    padding: 0 22px;
    border: 0;
    border-radius: 8px;
    background: var(--bloggg-yellow);
    color: #111;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

/* ==================================================
   TABLES
================================================== */

.entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.entry-content th,
.entry-content td {
    padding: 12px 14px;
    border: 1px solid var(--bloggg-border);
    text-align: left;
}

.entry-content th {
    background: #fff8d8;
    font-weight: 700;
}

/* ==================================================
   COMMENTS
================================================== */

#comments {
    margin-top: 30px;
}

#comments-title,
#reply-title {
    color: var(--bloggg-text);
    font-weight: 800;
}

.commentlist {
    margin: 0;
    padding: 0;
}

.commentlist li.comment {
    margin: 0 0 16px;
    padding: 18px;
    border: 1px solid var(--bloggg-border);
    border-radius: 14px;
    background: #fff;
}

/* ==================================================
   FOOTER
================================================== */

#footer {
    width: auto;
    margin: 30px 0 0;
    padding: 0;
    border: 0;
    background: #fff;
    border-top: 1px solid var(--bloggg-border);
}

#colophon {
    width: auto;
    margin: 0;
    padding: 26px 34px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    color: var(--bloggg-muted);
}

#site-info,
#site-generator {
    float: none;
    width: auto;
    color: inherit;
    font-size: 13px;
}

#site-info a,
#site-generator a {
    color: var(--bloggg-text);
    text-decoration: none;
}

/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 960px) {
    .bloggg-network-bar-inner {
        grid-template-columns: 170px 1fr;
    }

    .bloggg-network-actions {
        display: none;
    }

    #main {
        grid-template-columns: minmax(0, 1fr) 230px;
    }
}

@media (max-width: 760px) {
    .bloggg-network-bar-inner {
        min-height: auto;
        padding: 18px 0;
        grid-template-columns: 1fr;
        text-align: center;
    }

    .bloggg-network-logo {
        justify-content: center;
    }

    .bloggg-network-nav {
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px 22px;
    }

    #main {
        display: block;
    }

    #primary,
    #secondary {
        margin-top: 22px;
    }

    #branding {
        padding: 24px;
    }

    #site-title a {
        font-size: 28px;
    }

    #content {
        padding: 24px;
    }

    #colophon {
        display: block;
    }

    #site-generator {
        margin-top: 12px;
    }
}

@media (max-width: 480px) {
    #wrapper,
    .bloggg-network-bar-inner {
        width: calc(100% - 24px);
    }

    .bloggg-network-nav {
        display: none;
    }

    #branding,
    #content,
    #primary,
    #secondary {
        padding: 20px;
        border-radius: 14px;
    }

    .entry-title {
        font-size: 25px;
    }
}

#branding, #main {
  width: 100%;
}
#masthead {
    padding: 0px 0 40px 0;
}

.widget_search #s {
    width: 100%;
    margin-bottom: 10px;
}
