/* CSS Document */
.alignleft {
    float: left;
    margin: 10px 15px 15px 0;
}
.post-entry img {
    max-width: 100% !important;
    height: auto;
}
.post {
    clear: both;
    padding-bottom: 30px;
}
.post-meta {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    color: #666;
    font-size: 0.7em;
    font-family: 'proxima nova', 'proxima-nova', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-top: 40px;
    padding-right: 50px;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.post-meta span {
    display: block;
    border-top: 1px solid #ccc;
}
.post-meta span em {
    font-style: normal;
    font-weight: bold;
}

/* General Structure */
.blog .left, .single .left {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 17px;
    line-height: 28px;
    max-width: 900px;
}
.blog .right, .single .right {
    width: 25%;
}
/* single */
.single .spacing {
    height: 0;
}
.single .landing {
    background-color: #f1f1f2;
    text-align: center;
    padding-bottom: 100px;
	padding-top: 45px;
}
.single .landing .thumb {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    min-height: 0;
    border-radius: 100%;
    -webkit-border-radius:100%;
}
.single .title {
    padding-bottom: 0;
}
.single .right {
    background: 0;
    padding: 0;
}
.single .landing .page-title{
    margin-bottom: 0;
}

.pagination .prev {
    display: inline-block;
}
.pagination .next{
    display: inline-block;
    float: right;
}
.post-entry h3 {
    margin-top: 50px;
}


/* category */
.index .page-title {
    text-align: center;
    margin-bottom: 0;
}
.index form {
    text-align: center;
}
.index .subnav {
	margin-top:50px;
}
.index .subnav li{
    width: 32%;
    display: inline-block;
    border:1px solid #ccc;
    padding: 20px;
    margin: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.index .subnav li p {
    font-size: 0.9em;
    line-height: 1.6;
}
.index .subnav .thumb {
    width: 20vw;
    height: 20vw;
    max-width: 533px;
    max-height: 533px;
    min-height: 0;
    border-radius: 100%;
    -webkit-border-radius:100%;
    margin: 0 auto;
    background-size: 100%;
    transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}
.index .subnav li:hover .thumb {
    background-size: 110%;
}
.category .container {
	text-align:center;
}