.centered {
    margin: 0 auto;
    max-width: 1320px;
    width: 100%;
    padding: 0px 20px;
}
.cf:before, .cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}

h2 {
    font-size: 1.8em;
    color: #000;
    line-height: 1.2em;
    margin-bottom: 17px;
}


/* Contributor Template */
.author-box {
    display: inline-block;
    padding-left: 2%;
    padding-right: 2%;
    width: 19%;
    vertical-align: top;
    margin-bottom: 2em;
}
.author-avatar, .author-name {
    text-align: center;
}
.author-avatar img {
    border-radius: 100%;
}
.author-name { 
    
    text-transform: uppercase;
}
.author-description {
    font-family: 'Quando', serif;
    font-size: 18px;
}
.author .author-bio {
    margin-bottom: 3em;
    margin-top: 3em;
}
.author-bio h1 {
    
    text-transform: uppercase;
    font-size:42px;
    font-weight: bold;
    line-height: 1em;
    margin: 0;
    margin-bottom: 0.3em;
}

.author-wrapper {
    padding: 0 2%;
}

.author .author-avatar {
    text-align: left;
}
.author-bio .lc {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
}
.author-bio .rc {
    display: inline-block;
    vertical-align: middle;
    width: 79%;
}
.author .header-logo {
	display: block;
}


.page-template-page-contributors .contributor-content {
    width: 11%;
}



#tag-content .left-col {
    width: 100%;
    float: left;
    min-height: 400px;
    max-width: 1060px;
}
#tag-post-list ul {
    float: left;
    margin: 0;
    padding: 0;
}
#tag-post-list li {
    float: left;
    width: 223px;
    margin-right: 40px;
    min-height: 300px;
    padding: 0;
    font-size: 0.8em;
    list-style: none;
}
#tag-post-list li a {
    font: 1.1em "Unica One", sans-serif;
    display: block;
}
#tag-post-list li img {
    float: none;
    position: static;
    width: 100%;
    height: auto;
}
#tag-post-list li a h2 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 22px;
    color: #000;
    line-height: 1.2em;
    margin-bottom: 17px;

    font-weight: bold;

}
#tag-content .right-col {
    max-width: 163px;
    float: left;
    width: 100%;
}
.vert-space {
    text-align: center;
}
#blog-pager {
    margin-top: 2em;
}
#blog-pager a {
    background: #000;
    color: #fff;
    text-decoration: none;
    transition: background-color 300ms ease-out;
    padding: 0.5em;
}