.sw19p-category {
    .page-title {
        background: #000;
        padding: 28px 0;
        text-align: center;

        .blogtitle {
            font-size: 12px;
            color: #fff000;
            letter-spacing: 2px;
        }

        h2 {
            margin-top: 20px;
            line-height: 1.2;
            color: #fff;
            letter-spacing: 7px;
            font-size: 34px;
            text-transform: uppercase;
        }

        h2 span {
            color: #fff000;
            letter-spacing: 5px;
            font-size: 28px;
        }
    }

    .posts {
        text-align: center;

        article {
            padding-top: 60px;
            max-width: 580px;
            margin: 0 auto;
        }

        a {
            text-decoration: none;
        }

        a:hover {
            color: #787878;
        }

        h2 {
            font-size: 34px;
        }

        .entry-date {
            color: #999;
            margin: 0;
            font-size: .875em;
            font-weight: 600;
            letter-spacing: .2em;
            text-transform: uppercase;
        }

        .entry-meta a {
            letter-spacing: .2em;
            font-size: .875em;
            color: #999;
            margin: 0;
            font-weight: 600;
            border-bottom: 1px solid #d9d9d9;
        }

        .entry-meta a:hover {
            border-bottom: 1px solid #999;
        }
    }

    .paginate {
        padding-top: 60px;
        text-align: center;
    }
}
