/* Ajustes adicionales para replicar el diseño WordPress */
body {
    font-family: 'PT Sans', sans-serif;
    color: #373739;
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Bitter', serif;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

#content {
    padding: 40px 0;
}

#primary {
    float: left;
    width: 70%;
}

#secondary {
    float: right;
    width: 28%;
}

.read-more {
    display: inline-block;
    padding: 10px 20px;
    background: #01d0c1;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 3px;
}

.read-more:hover {
    background: #018c82;
}

article {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0e2;
}

.entry-title a {
    color: #373739;
    text-decoration: none;
}

.entry-title a:hover {
    color: #01d0c1;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    margin: 20px 0;
}

.pagination {
    text-align: center;
    margin: 30px 0;
}

.pagination a {
    display: inline-block;
    padding: 10px 20px;
    background: #01d0c1;
    color: #fff;
    text-decoration: none;
    margin: 0 5px;
}

.pagination a:hover {
    background: #018c82;
}

@media (max-width: 768px) {
    #primary, #secondary {
        float: none;
        width: 100%;
    }
}
