/* STANDARD LAYOUTS */
.pi-content-post-standard {
    padding: 48px 48px 60px 51px;
    overflow: hidden;
}

.pi-content-post-standard .pi-post {
    margin-bottom: 39px;
}

.pi-content-post-standard .pi-post:last-child {
    margin-bottom: 0px;
}

/* FEATURED IMAGE */
.pi-content-post-standard .pi-post-img {
    margin-bottom: 23px;
}

.pi-content-post-standard .pi-post-img img,
.pi-content-post-standard .pi-post-img iframe {
    width: 100%;
}

/* HEADER */
.pi-content-post-standard .pi-post .pi-post-header {
    padding-bottom: 5px;
    margin-bottom: 25px;
    margin-top: -5px;
    text-align: center;
}

.pi-content-post-standard .pi-post .pi-post-header.has-body {
    margin-bottom: 22px;
    margin-top: 0px;
    padding-bottom: 0px;
}

.pi-content-post-standard .pi-post .pi-post-header.has-meta {
    margin-bottom: 20px;
}

.pi-content-post-standard .pi-post .pi-post-header h2 {
    padding: 0px 70px;
    margin: 0;
}

/* POST BODY */
.pi-post-body p {
    margin: 0px 0px 18px 0px;
}

.pi-post-body p:last-child {
    margin: 0px;
}

.pi-post-body .tmblr-full {
    padding: 7px 0px 11px 0px;
}

.pi-post-body p+figure.tmblr-full {
    padding: 0px;
}

.pi-post-body figure.tmblr-full:last-of-type {
    padding-bottom: 0px;
}

.pi-post-body figure.tmblr-full:last-of-type+p {
    padding-top: 11px;
}

.pi-post-body {
    padding: 0px 5px;
}

.pi-post-body img {
    width: auto;
    height: auto;
}

/* POST META */
.pi-content-post-standard .pi-post-header.has-title .pi-post-meta {
    margin: 15px 0px 0px;
}

.pi-content-post-standard .pi-post-meta {
    display: inline-block;
    position: relative;
    margin: 8px 0px 0px;
}

.pi-content-post-standard .pi-post-meta ul {
    list-style: none;
    margin: 0;
    padding: 0px 15px 0px 17px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

.pi-content-post-standard .pi-post-header.has-body .pi-post-meta ul:before,
.pi-content-post-standard .pi-post-header.has-body .pi-post-meta ul:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 1366px;
}

.pi-content-post-standard .pi-post-header.has-body .pi-post-meta ul:before {
    right: 100%;
}

.pi-content-post-standard .pi-post-header.has-body .pi-post-meta ul:after {
    left: 100%;
}

.pi-content-post-standard .pi-post-meta ul li {
    display: inline-block;
    margin-right: 9px;
}

.pi-content-post-standard .pi-post-meta ul li:last-child {
    margin-right: 0px;
}

.pi-content-post-standard .pi-post-meta ul li i {
    margin-right: 2px;
}

.pi-content-post-standard .pi-post-meta ul li.x-icon i {
    font-size: 13px;
}

/* CONTROL TAG */
.pi-content-post-standard .pi-post-meta ul li a.x-tag-multi:after {
    content: ',';
    margin-right: 5px;
}

.pi-content-post-standard .pi-post-meta ul li a.x-tag-first:after {
    content: '+';
    margin-left: 3px;
}

.pi-content-post-standard .pi-post-meta ul li.x-tags {
    position: relative;
}

.pi-content-post-standard .pi-post-meta ul li.x-tags:hover .x-tags-body-wrapper {
    display: block;
    -moz-animation: fadeIn 0.3s ease-in;
    -webkit-animation: fadeIn 0.3s ease-in;
    animation: fadeIn 0.3s ease-in;
}

.pi-content-post-standard .pi-post-meta ul li .x-tags-body-wrapper {
    display: none;
    position: absolute;
    top: 10px;
    left: 0;
    padding-top: 20px;
    z-index: 1;
    opacity: 0.96;
}

.pi-content-post-standard .pi-post-meta ul li .x-tags-body {
    width: 180px;
    padding: 0px;
    text-align: left;
}

.pi-content-post-standard .pi-post-meta ul li .x-tags-body:before {
    content: " ";
    position: absolute;
    top: 13px;
    left: 30px;
    width: 0px;
    height: 0px;
}

.pi-content-post-standard .pi-post-meta ul li .x-tags-body a {
    display: block;
    padding: 11px 17px 13px;
    font-size: 11px;
    line-height: 17px;
}

.pi-content-post-standard .pi-post-meta ul li .x-tags-body a:first-child {
    padding-top: 15px;
}

.pi-content-post-standard .pi-post-meta ul li .x-tags-body a:last-child {
    margin-bottom: 0px;
    padding-bottom: 15px;
}

/* READ MORE */
.pi-post-body .pi-readmore {
    display: block;
    text-align: center;
    padding-bottom: 9px;
    padding-top: 5px;
}

.pi-post-body p.read_more_container {
    display: inline-block;
    padding: 2px;
    text-align: center;
    
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    transition: ease 0.3s;
}

.pi-post-body p.read_more_container a {
    display: inline-block;
    padding: 17px 20px 17px 21px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}

.pi-post-body p.read_more_container a:after {
    display: none;
    padding-left: 5px;
    font-family: 'FontAwesome';
    content: '\f178';
    font-weight: normal;
}

/* POST SHARE */
.pi-content-post-standard .pi-post-share {
    margin-top: 21px;
    text-align: center;
}

.pi-content-post-standard .pi-post-share-body {
    display: inline-block;
    position: relative;
}

.pi-content-post-standard .pi-post-share-body:before,
.pi-content-post-standard .pi-post-share-body:after {
    content: '';
    position: absolute;
    top: 45%;
    width: 1366px;
}

.pi-content-post-standard .pi-post-share-body:before {
    right: 100%;
}

.pi-content-post-standard .pi-post-share-body:after {
    left: 100%;
}

/* POST SHARE STYLE 2 */
.pi-content-post-standard .pi-post-share-wrapper {
    display: table;
    padding: 0px 15px;
}

.pi-content-post-standard .pi-post-share-wrapper .like_and_reblog, 
.pi-content-post-standard .pi-post-share-wrapper .post-share-icon {
    display: table-cell !important;
    width: 41px;
    height: 41px;
    cursor: pointer;
    vertical-align: middle;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: ease 0.2s;   
    
    font-size: 14px;
}

.pi-content-post-standard .pi-post-share-wrapper .divider {
    display: table-cell;
    width: 9px;
}

.pi-content-post-standard .pi-post-share-wrapper .like_button {
    margin-top: 6px;
}

.pi-content-post-standard .pi-post-share-wrapper .reblog_button {
    margin: 0 auto;
}

/* POST TYPE - PHOTOSET - GALLERY */
.pi-content-post-standard .pi-post-image-gallery .slick-prev,
.pi-content-post-standard .pi-post-image-gallery .slick-next {
    z-index: 1000;
    top: 46%;
    width: 35px;
    height: 55px;
    margin-top: 0px;
}

.pi-content-post-standard .pi-post-image-gallery .slick-next {
    right: -1px;
}

.pi-content-post-standard .pi-post-image-gallery .slick-prev:hover,
.pi-content-post-standard .pi-post-image-gallery .slick-next:hover {
    opacity: 1;
}

/* POST TYPE - LINK */
.pi-content-post-standard .pi-post-type-link {
    padding: 18px;
}

.pi-content-post-standard .pi-post-type-link.pi-post-type-link-cover {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.pi-content-post-standard .pi-post-type-link.pi-post-type-link-pattern {
    background-repeat: repeat;
}

.pi-content-post-standard .pi-post-type-link-body {
    padding: 40px 50px 42px;
    text-align: center;
}

.pi-content-post-standard .pi-post-type-link-title {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 28px;
}

.pi-content-post-standard .pi-post-type-link-excerpt {
    font-size: 14px;
    line-height: 27px;
    margin-top: 13px;
}

.pi-content-post-standard .pi-post-type-link-source {
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 16px;
}

.pi-content-post-standard .pi-post-type-link-source a:before {
    font-family: 'FontAwesome';
    content: '\f08e';
    font-weight: normal;
    vertical-align: middle;
    margin-right: 6px;
}

/* POST TYPE - CHAT */
.pi-post-type-chat {
    padding: 35px 30px;
}

.pi-content-post-standard .pi-post.post-type-chat .pi-post-img {
    margin-bottom: 24px;
}

.pi-post-type-chat.pi-post-type-chat-cover {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.pi-post-type-chat.pi-post-type-chat-pattern {
    background-repeat: repeat;
}

.pi-post-type-chat ul {
    list-style: none;
    margin: 0;
    padding: 0;
    
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
    -moz-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
    -o-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
}

.pi-post-type-chat ul li .label {
    display: inline-block;
    position: relative;
    right: -1px;
    width: 20%;
    padding: 14px 20px;
    vertical-align: top;
    
    font-size: 12px;
    font-weight: 600;
    line-height: 19px;
    text-transform: uppercase;
    text-align: center;
}

.pi-post-type-chat ul li .message {
    display: inline-block;
    width: 80%;
    padding: 13px 24px 14px;
    line-height: 27px;
}

/* POST TYPE - QUOTE */
.pi-content-post-standard .pi-post-type-quote {
    padding: 30px;
    text-align: center;
}

.pi-content-post-standard .pi-post-type-quote .pi-post-img {
    margin-bottom: 24px;
}

.pi-content-post-standard .pi-post-type-quote.pi-post-type-quote-cover {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.pi-content-post-standard .pi-post-type-quote.pi-post-type-quote-pattern {
    background-repeat: repeat;
}

.pi-content-post-standard .pi-post-type-quote-body {
    padding: 25px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.10);
    -moz-shadow: 0 2px 10px 0 rgba(0,0,0,0.10);
    -o-shadow: 0 2px 10px 0 rgba(0,0,0,0.10);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.10);
}

.pi-content-post-standard .pi-post-type-quote-body-outer {
    padding: 2px;
}

.pi-content-post-standard .pi-post-type-quote-body-inner {
    padding: 38px 40px 40px;
}

.pi-content-post-standard .pi-post-type-quote-text {
    font-size: 21px;
    font-style: italic;
    line-height: 32px;
}

.pi-content-post-standard .pi-post-type-quote-text a {
    display: inline-block;
}

.pi-content-post-standard .pi-post-type-quote-source {
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 15px;
}

.pi-content-post-standard .pi-post-type-quote-source:before {
    font-family: 'FontAwesome';
    content: '\f10e';
    vertical-align: middle;
    font-weight: normal;
    margin-right: 7px;
}

/* POST TYPE - ANSWER */
.pi-post-type-answer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pi-post-type-answer ul li {
    margin-bottom: 23px;
}

.pi-post-type-answer ul li .post-answer-image {
    float: left;
    width: 15%;
    padding-right: 22px;
    padding-top: 5px;
}

.pi-post-type-answer ul li .post-answer-image img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.pi-post-type-answer ul li .post-answer-text {
    width: 85%;
    float: left;
    padding: 23px 30px;
    position: relative;
}

.pi-post-type-answer ul li .post-answer-user {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.pi-post-type-answer ul li .post-answer-user a {
    color: #000;
}

.pi-post-type-answer ul li .post-answer-user a:hover {
    color: #000;
}

.pi-post-type-answer ul li .post-answer-message {
    font-size: 14px;
    line-height: 27px;
}

.pi-post-type-answer ul li:last-child {
    margin-bottom: 0;
}

.pi-post-type-answer ul li p:first-child {
    margin-top: 0px;
}

.pi-post-type-answer ul li .post-answer-message .tmblr-full {
    padding-top: 10px;
}

/* PAGINATION */
.pi-post-pagination {
    margin-top: -2px;
}

.pi-post-pagination a {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 23px;
}

.pi-post-pagination a i.fa-angle-left {
    margin-right: 3px;
}

.pi-post-pagination a i.fa-angle-right {
    margin-left: 3px;
}

/* TAG PAGE AND SEARCH PAGE */
.pi-post-heading {
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

/* PERMALINK - OTHER */
.pi-permalink-other-wrapper {
    padding-top: 6px;
    margin-bottom: 46px;
}

.pi-permalink-other {
    padding: 0px 40px 30px 40px;
    text-align: center;
}

.pi-permalink-other:last-child {
    margin-bottom: 0px;
}

.pi-permalink-other-title {
    display: inline-block;
    position: relative;
    top: -10px;
    padding: 0px 24px 0px 27px;
    margin-bottom: 7px;
    
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

.pi-permalink-other-title:before,
.pi-permalink-other-title:after {
    content: '';
    position: absolute;
    top: 35%;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.pi-permalink-other-title:before {
    left: 0%;
}

.pi-permalink-other-title:after {
    right: 0%;
}

/* PERMALINK - DISQUS */
.pi-permalink-disqus a {
    color: #666;
}

/* PERMALINK - POST NOTES */
.pi-permalink-other.pi-post-notes {
    padding: 0px 30px 30px 35px;
}

.pi-permalink-notes ol {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-align: left;
}

.pi-permalink-notes ol li {
    position: relative;
    margin-bottom: 11px;
    line-height: 22px;
}

.pi-permalink-notes ol li:last-child {
    margin-bottom: 0px;
}

.pi-permalink-notes .avatar {
    vertical-align: middle;
    margin-right: 12px;
    width: 19px;
    height: 19px;
}

.pi-permalink-notes ol li a:hover {
    text-decoration: underline;
}

a.more_notes_link {
    display: inline-block;
    margin-bottom: 4px;
    padding: 12px 18px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

a.more_notes_link:hover {
    text-decoration: none !important;
}

.pi-permalink-notes blockquote {
    padding-left: 18px;
}

.pi-permalink-notes ol li.reblog:after,
.pi-permalink-notes ol li.like:after {
    position: absolute;
    top: 0;
    right: 0;
}

.pi-permalink-notes ol li.reblog:after {
    font-family: 'FontAwesome';
    content: '\f079';
}

.pi-permalink-notes ol li.like:after {
    font-family: 'FontAwesome';
    content: '\f08a';
}

/* PERMALINK - RELATED POST */
#pi-related-post {
    display: none;
}

.pi-permalink-other.pi-related-post {
    padding: 0px 22px 22px 22px;
}

.pi-permalink-related-post ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.pi-permalink-related-post ul li {
    float: left;
    width: 33.33333333333333%;
    padding: 10px;
}

.pi-related-post-icon {
    display: table;
    width: 100%;
    height: 167px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.pi-related-post-icon-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
    padding: 22px;
}

.pi-related-post-icon-link.has-img .pi-related-post-icon-cell {
    border-color: transparent;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
}

.pi-related-post-icon-link.has-img:hover .pi-related-post-icon-cell {
    opacity: 1;
}

.pi-related-post-icon-link.pi-show-icon i {
    display: block;
}

.pi-related-post-icon-link i {
    display: none;
    margin-bottom: 9px;
}

.pi-related-post-icon-link span {
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.pi-related-post-icon-link h4 {
    margin: 0;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
}