/*
Theme Name: Walter Mignolo v3
Author: Andrea Mignolo
Author URI: http://pnts.us
Description: More functionality and responsive design
Version: 3
*/
.masthead, .tagline, nav ul li, .featured li, .pagination a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top; }

#respond p, #respond p input, #respond p textarea, .pagination, .pagination a, .contact-form p, .contact-form p input, .contact-form p textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  -webkit-transition: all 0.3s linear; }

html {
  text-rendering: optimizeLegibility;
  font-smooth: always !important;
  background: url("assets/img/map.png") top left no-repeat; }

body {
  font: normal 100% "minion-pro", serif;
  line-height: 1.8em;
  font-weight: 400;
  margin: 0;
  padding: 0;
  border-top: 8px solid #f59f0e; }

a {
  text-decoration: none;
  color: #2B8F1A; }
  h1 a {
    color: black;
    font-weight: 700; }
  a:hover {
    color: #f59f0e; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

.category-books nav .books a,
.category-articles nav .articles a,
.category-interviews nav .interviews a,
.page-id-6 nav .about a {
  color: #F59F0E; }

.category-articles nav .articles,
.category-books nav .books,
.category-interviews nav .interviews,
.page-id-6 nav .about,
.page-id-10 .contact {
  background: #f9f9f7; }

ul {
  padding: 0; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.site {
  background: rgba(255, 255, 255, 0.8); }

.masthead {
  text-align: center;
  font-weight: 500;
  font-size: 3em;
  padding-top: .6em;
  color: black;
  margin-top: 0; }

header {
  padding-top: 1em; }

.tagline {
  margin-top: 1.5em;
  font-size: 1em;
  line-height: 1.4em;
  width: 56.5%;
  float: right; }

nav ul {
  list-style-type: none;
  text-align: center; }
  nav ul li {
    text-transform: uppercase;
    font-weight: 700;
    padding: 1em 2em;
    font-size: 1.1em;
    margin-top: .5em;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc; }

header nav {
  margin-top: 4em;
  margin-bottom: 2em; }

.grid {
  margin: 0 0 20px 0;
  padding: 1em 3em; }
  .grid:after {
    /* Or @extend clearfix */
    content: "";
    display: table;
    clear: both; }

.grid {
  width: 60em;
  margin: 0 auto; }

[class*='col-'] {
  float: left;
  padding-right: 20px; }
  .grid [class*='col-']:last-of-type {
    padding-right: 0; }

.col-1 {
  width: 100%; }

.col-2-3 {
  width: 66.66%; }

.col-1-3 {
  width: 30.33%;
  margin-left: 3%; }

.col-1-2 {
  width: 50%; }

.col-1-4 {
  width: 25%; }

.col-1-8 {
  width: 12.5%; }

/* Opt-in outside padding */
.grid-pad {
  padding: 20px 0 20px 20px; }
  .grid-pad [class*='col-']:last-of-type {
    padding-right: 20px; }

[class*='col-'] {
  padding-right: 20px; }

[class*='col-']:last-of-type {
  padding-right: 0; }

article {
  font-size: 1.1em;
  line-height: 1.9em;
  word-wrap: break-word; }
  article h1 {
    font-size: 1.5em;
    line-height: 1.3em;
    text-transform: capitalize;
    font-weight: 700;
    color: black; }
  article p {
    line-height: 1.8em; }

body {
  color: #333; }

.featured {
  list-style-type: none;
  text-align: center; }
  .featured li {
    margin: 2em 1em 1em 1em; }

.colophon {
  background: url("assets/img/pampas.png") center center no-repeat #f59f0e;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 20em;
  border-top: 1px solid #823b10; }
  .colophon .bio {
    color: #222;
    font-size: 1.1em; }
    .colophon .bio img {
      float: left;
      margin: 1.5em 2em 0.5em 0;
      border: 7px solid rgba(255, 255, 255, 0.4); }
  .colophon .elsewhere ul {
    list-style-type: none;
    margin-left: 4em; }
  .colophon a {
    display: block;
    color: #222;
    border-bottom: 1px dotted #222222;
    margin: 0.8em 0; }
    .colophon a:hover {
      color: #2b8f1a;
      border-bottom: 1px dotted #2b8f1a; }

.upcoming {
  list-style-type: none;
  margin: 0; }
  .upcoming li {
    line-height: 1.2em;
    padding: 0.5em 0; }

.sidebar h2 {
  font-size: 1.2em;
  color: #999795;
  margin-bottom: 0;
  margin-top: 3em; }
.sidebar p {
  margin: 0;
  padding: 0; }
.sidebar ul {
  list-style-type: none; }
.sidebar li {
  margin-bottom: 1em;
  color: #888; }

.alignright {
  float: right;
  margin: 5px 0 0 1em; }

.alignleft {
  float: left;
  margin: 5px 1em 0 0; }

.wp-caption-text {
  margin: -5px 0 0 0;
  font-size: 13px; }

.center {
  display: block;
  margin: 0 auto; }

.books {
  list-style-type: none; }
  .books img {
    float: left;
    margin-right: 2em;
    margin-top: .5em;
    margin-bottom: .5em; }
  .books li {
    clear: both;
    overflow: hidden;
    margin-bottom: 1em; }

.articles {
  list-style-type: none; }
  .articles li {
    font-size: 1.1em; }

.entry-content {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #cccccc; }

#respond p {
  position: relative; }
  #respond p input, #respond p textarea {
    width: 100%;
    padding: 0.7em 1em;
    font-size: 1em; }
  #respond p input[type=submit] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    font-size: 1em; }
    #respond p input[type=submit]:hover {
      cursor: pointer;
      background: #333;
      color: #2b8f1a; }
#respond .vcard img {
  float: left; }

.commentlist {
  margin: 0 !important;
  padding: 0 !important; }
  .commentlist li {
    margin: 0 !important; }

.commentmetadata a {
  color: #999; }

.interviews {
  list-style-type: none; }
  .interviews li {
    margin-bottom: 3em; }

.pagination {
  width: 100%;
  font-size: 1.1em;
  text-transform: uppercase;
  margin-top: .5em;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 1em 0;
  margin: 3em 0;
  overflow: hidden; }
  .pagination a:last-child {
    float: right; }

.content ul.articles {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #cccccc; }

.contact-form {
  display: block;
  width: 100%;
  margin: 0 auto; }
  .contact-form p {
    position: relative; }
    .contact-form p input, .contact-form p textarea {
      width: 100%;
      padding: 0.5em 1em;
      font-size: 1em; }

input[type=submit] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  font-size: 1em; }
  input[type=submit]:hover {
    cursor: pointer;
    background: #333;
    color: #2b8f1a; }
