

.category-items {
    padding: 2em;
    margin-bottom: 2em;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(51, 51, 51, .2);
    -moz-box-shadow: 0 1px 5px rgba(51, 51, 51, .2);
    box-shadow: 0 1px 5px rgba(51, 51, 51, .2)
}

.category-item {
    margin-bottom: 2em;
    padding-bottom: 3em;
    border-bottom: 1px solid #e6e6e6
}

.category-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0
}

.category-head,
.pintapin-post {
    margin-bottom: 2em
}

.category-head .category-title {
    padding-right: .5em;
    font-size: 1.5em;
    float: right;
    color: #404040
}

.category-head .category-more-link {
    float: left;
    color: #FF4232;
    text-decoration: none;
    padding-right: 1em
}

.category-head .category-more-link .fa {
    -webkit-transition: padding-right .2s ease-out;
    -moz-transition: padding-right .2s ease-out;
    -ms-transition: padding-right .2s ease-out;
    -o-transition: padding-right .2s ease-out;
    transition: padding-right .2s ease-out
}

.category-head .category-more-link:focus,
.category-head .category-more-link:hover {
    color: #FF4232;
    text-decoration: none
}

.category-head .category-more-link:focus .fa,
.category-head .category-more-link:hover .fa {
    padding-right: 7px
}

.pintapin-posts {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.pintapin-post {
    display: inline-block;
    vertical-align: top;
    margin-left: 1.5em;
    width: 40%
}

.pintapin-post:focus .pintapin-post-title,
.pintapin-post:hover .pintapin-post-title {
    color: #FF4232
}

.pintapin-post:last-child {
    margin-left: 0
}

.pintapin-post .pintapin-post-title {
    color: #404040;
    text-align: right;
    white-space: normal
}

.pintapin-post .pintapin-post-img {
    width: 100%;
    height: auto
}

.pintapin-post .pintapin-post-img-callback {
    position: relative;
    width: 100px;
    height: 100px;
    padding: 25px 0;
    margin-bottom: .5em;
    text-align: center;
    background-color: #e6e6e6;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 1px #e6e6e6;
    -moz-box-shadow: 0 0 1px #e6e6e6;
    box-shadow: 0 0 1px #e6e6e6
}

.category-head-cat {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px
}


