/*
Theme Name:   HartasMujeres
Description:  Grupo de feministas, HARTAS del patriarcado, la violencia machista y Estados negligentes. Bado en Gridzone
Author:       Hartas Mujeres
Author URL:   hartasmujeres.cl
Template:     gridzone
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  HartasMujeres
*/

/* Write here your own personal stylesheet */

.site-title a {
    display: block;
    color: #000;
    max-width: 100%;
    font-weight: bold;
    text-transform: uppercase;
}
#nav-header .nav li a {
    color: #000;
}
.content {
    background-color: #000;
}
#profile-name {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
#profile-description {
    color: #fff;
}
#footer {
	background-color: #fff;
	padding-bottom: 0.3em;
}
.page-title h1, .page-title h2, .page-title h3, .page-title h4 {
    color: #fff;
}
.masonry-item .entry-category a {
    background: #000;
	color: #fff;
    border-radius: 0px;
}
.masonry-item .entry-category a:hover {
    background: #fff;
	color: #000;
}