/****************************************
 * THEME POST - HEADER
 ****************************************/
.theme-post-body-wrapper {
    margin-bottom: 46px;
}

.theme-post-body-wrapper:last-of-type {
    margin-bottom: 0px;
}

.theme-post-header {
    margin-bottom: 32px;
}

.theme-post-tag {
    margin-bottom: 7px;
}

.theme-post-tag a {
    margin-left: 5px;
}

.theme-post-tag a:after {
    content: ", ";
}

.theme-post-tag a:last-of-type:after {
    content: "";
}

.xtag-sticky,
.xtag-Sticky, 
.xtag-STICKY {
    display: none;
}

.theme-post-info {
    margin-top: 14px;
}

.theme-post-info span {
    margin: 0px 6px;
}

.theme-post-info span i {
    margin-right: 3px;
}

.theme-post-info .fa-calendar-o {
    font-size: 12px;
    margin-right: 4px;
}

.theme-post-image {
    margin-bottom: 13px;
}

.fake_cover,
.theme-post-image img {
    width: 100%;
    height: auto;
}

.read_more_container {
    padding-top: 7px;
}

a.tmblr-truncated-link {
    margin-top: 6px;
}

a.tmblr-truncated-link,
a.read_more {
    display: inline-block;
    margin-bottom: 6px;
}

a.read_more {
    padding: 11px 24px;
}

a.tmblr-truncated-link {
    padding: 8px 19px;
}

.theme-post-share-wrapper {
    overflow: hidden;
    margin-top: 23px !important;
}

.theme-post-share {
    display: inline-block;
    position: relative;
}

.theme-post-share:before,
.theme-post-share:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 800px;
}

.theme-post-share:before {
    right: 100%;
}

.theme-post-share:after {
    left: 100%;
}

.theme-post-share-body {
    display: inline-block;
    background: inherit;
    margin: 0px 15px;
}

.theme-post-share-list {
    display: table;
}

.like_and_reblog,
.post-share-icon {
    display: table-cell !important;
    width: 42px;
    height: 42px;
    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;
}

.theme-post-share-list .divider {
    display: table-cell;
    width: 10px;
}

.like_button {
    margin-top: 5px;
}

.reblog_button {
    margin: 0 auto;
}

/****************************************
 * THEME POST - TYPOGRAPHY
 ****************************************/
.theme-post-content p {
    margin: 0px 0px 18px 0px;
}

.theme-post-content p:last-child {
    margin: 0px 0px 0px 0px;
}

.theme-post-content blockquote {
    padding-left: 26px;
    margin: 10px 0px 20px 14px;
}

.theme-post-content blockquote p {
    margin: 0px 0px 16px 0px;
}

.theme-post-content blockquote p:last-child {
    margin: 0px 0px 0px 0px;
}

.theme-post-content h1 {
    margin-bottom: 9px;
    padding-top: 8px;
}

.theme-post-content h2 {
    margin-bottom: 8px;
    padding-top: 7px;
}

.theme-post-content h3 {
    margin-bottom: 8px;
    padding-top: 6px;
}

.theme-post-content h4 {
    margin-bottom: 8px;
    padding-top: 5px;
}

.theme-post-content h5 {
    margin-bottom: 6px;
    padding-top: 4px;
}

.theme-post-content h6 {
    margin-bottom: 6px;
    padding-top: 5px;
}

.theme-post-content ul, 
.theme-post-content ol {
    margin: 12px 0px 15px 35px;
    list-style-type: circle;
}

.theme-post-content ul li ul, 
.theme-post-content ol li ol {
    margin: 7px 0px 7px 30px;
}

.theme-post-content ul li, 
.theme-post-content ol li {
    margin-bottom: 4px;
}

.theme-post-content hr {
    border: 0;
    height: 0;
    margin: 28px 0px 23px;
    display: block;
}

.theme-post-content code {
    padding: 2px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.theme-post-content pre {
    padding: 11px 15px;
    margin: 21px 0px;
    white-space: pre-wrap;
    overflow: auto;
}

.theme-post-content blockquote cite{
    display: block;
    margin-top: 7px;
}

.theme-post-content table {
    border-bottom: 0px;
    border-right: 0px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 28px;
    padding-top: 10px;
}

.theme-post-content table tr th {
    border-top: 0px;
    border-left: 0px;
    padding: 8px 15px;
}

.theme-post-content table tr td {
    border-left: 0px;
    border-top: 0px;
    padding: 9px 15px 10px;
    vertical-align: top;
}

.theme-post-content dl {
    margin: 15px 0px 24px 30px;
}

.theme-post-content dd {
    margin: 4px 0px 10px 28px;
}

.theme-post-content .fluid-width-video-wrapper {
    margin: 20px 0px;
}

.theme-post-content address {
    margin-bottom: 20px;
}

/****************************************
 * THEME POST - TYPOGRAPHY - REBLOG
 ****************************************/
.theme-post-content blockquote img{
    margin-top: 7px;
}

/****************************************
 * THEME POST - FORMAT - PHOTOSET GALLERY
 ****************************************/
.theme-post-image-gallery .slick-prev, 
.theme-post-image-gallery .slick-next {
    width: 35px;
    height: 55px;
}

.theme-post-image-gallery .slick-next {
    padding-left: 4px;
}

.theme-post-image-gallery .slick-prev {
    padding-right: 4px;
}

.theme-post-image-gallery img {
    width: 100%;
}

/****************************************
 * THEME POST - FORMAT - VIDEO AND AUDIO
 ****************************************/
.theme-post-image iframe,
.tumblr_video_container iframe {
    width: 100%;
}

.tumblr_video_container {
    width: 100% !important;
}

/****************************************
 * THEME POST - FORMAT - QUOTE
 ****************************************/
.theme-post-quote {
    padding: 0px 25px;
}

.theme-post-quote-source {
    padding: 28px 0px 11px;
}

/****************************************
 * THEME POST - FORMAT - LINK
 ****************************************/
.theme-post-link {
    padding: 18px;
}

.theme-post-link-body {
    padding: 40px 46px 48px 46px;
}

.theme-post-link-excerpt {
    margin-top: 13px;
}

.theme-post-link-source {
    margin-top: 21px;
}

.post-type-link .theme-post-content {
    margin-top: 20px;
}

.post-type-link .theme-post-content blockquote {
    padding: 0;
    margin: 0px 0px 15px 0px;
    border: 0;
}

/****************************************
 * THEME POST - FORMAT - CHAT
 ****************************************/
.theme-post-chat {
    padding: 5px 0px 0px 0px;
}

.theme-post-chat ul li {
    margin-bottom: 13px;
    padding-bottom: 17px;
}

.theme-post-chat ul li:last-of-type {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.theme-post-chat .label {
    padding-right: 8px;
}

/****************************************
 * THEME POST - FORMAT - ANSWER
 ****************************************/
.post-type-answer .theme-post-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.post-type-answer .theme-post-content ul li {
    margin-bottom: 17px;
}

.post-type-answer .theme-post-content ul li:last-of-type {
    margin-bottom: 0px;
}

.post-type-answer .theme-post-content ul li .post-answer-image {
    float: left;
    width: 15%;
    padding-right: 26px;
}

.x-full-width .post-type-answer .theme-post-content ul li .post-answer-image {
    width: 13%;
}

.post-type-answer .theme-post-content ul li .post-answer-text {
    width: 85%;
    float: left;
    padding: 15px 23px 20px;
    position: relative;
}

.x-full-width .post-type-answer .theme-post-content ul li .post-answer-text {
    width: 87%;
}

.post-type-answer .theme-post-content ul li:nth-child(even) .post-answer-image {
    float: right;
    padding-left: 26px;
    padding-right: 0px;
}

.post-type-answer .theme-post-content ul li .post-answer-image img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.post-type-answer .theme-post-content ul li .post-answer-text:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -9px;
    position: absolute;
    top: 30px;
}

.post-type-answer .theme-post-content ul li:nth-child(even) .post-answer-text:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 0;
    right: -9px;
    left: auto;
    position: absolute;
    top: 30px;
}

.post-type-answer .theme-post-content ul li ul, 
.post-type-answer .theme-post-content ol li ol {
    margin: 12px 0px 15px 35px;
    list-style-type: circle;
}

.post-type-answer .theme-post-content ul li ul li,
.post-type-answer .theme-post-content ol li ol li {
    margin-bottom: 4px;
}

.post-type-answer .asker {
    margin-bottom: 2px;
    display: block;
}

/****************************************
 * THEME POST - SEARCH PAGE
 ****************************************/
.theme-post-search {
    padding: 16px 30px 20px;
    margin-bottom: 43px;
}

.search-grid .theme-post-search {
    margin-bottom: 45px;
}

/****************************************
 * THEME POST - FORMAT - PAGINATION
 ****************************************/
#theme-post-pagination {    
    padding-top: 14px;
}

.newer-posts {
    float: right;
}

.older-posts {
    float: left;
}

#theme-post-pagination .older-posts a {
    padding-right: 19px;
    padding-left: 21px;
}

#theme-post-pagination .newer-posts a {
    padding-left: 21px;
}

#theme-post-pagination .fa-angle-left {
    margin-right: 7px;
}

#theme-post-pagination .fa-angle-right {
    margin-left: 7px;
}

#theme-post-pagination a {
    padding: 15px 19px;
    display: block;
}

/****************************************
 * THEME GRID MASONRY DEFAULT
 ****************************************/
.post-grid-left {
    padding-right: 6px;
}

.post-grid-right {
    padding-left: 6px;
}

#theme-post-grid .theme-post-body-wrapper {
    width: 50%;
    float: left;
    display: block;
    margin-bottom: 40px;
}

.post-grid-full #theme-post-container {
    margin: 0px -21px;
}

.post-grid-full #theme-post-grid .theme-post-body-wrapper {
    width: 50%;
    padding: 0px 22px;
}

#theme-post-grid.x-grid-left .theme-post-body-wrapper {
    padding-right: 36px;
}

#theme-post-grid.x-grid-right .theme-post-body-wrapper {
    padding-left: 36px;
}

#theme-post-grid .theme-post-image {
    margin-bottom: 11px;
}

#theme-post-grid .theme-post-tag {
    margin-bottom: 11px;
    padding-top: 4px;
}

#theme-post-grid .theme-post-tag a {
    margin-left: 1px;
}

#theme-post-grid .theme-post-header {
    margin-bottom: 0px;
}

#theme-post-grid .theme-post-title h3 { 
    padding-bottom: 16px;
    margin-top: -8px;
    padding-top: 10px;
}

#theme-post-grid .post-type-chat .theme-post-title h3 {
    padding-bottom: 17px;
    margin-top: -8px;
}

.post-grid-has-tag .theme-post-title h3 {
    padding-top: 0px !important;
}

#theme-post-grid .theme-post-info {
    margin-top: 9px;
}

#theme-post-grid .theme-post-info span i { 
    margin-right: 2px;
}

#theme-post-grid .theme-post-info span {
    margin: 0px 5px;
}

#theme-post-grid .theme-post-content {
    margin-bottom: -5px;
}

#theme-post-grid .read_more_container {
    padding-top: 2px;
}

#theme-post-grid a.read_more {
    padding: 9px 19px;
}

#theme-post-grid .like_and_reblog, 
#theme-post-grid .post-share-icon {
    width: 37px;
    height: 37px;
}

#theme-post-grid .theme-post-share-list .divider {
    width: 8px;
}

#theme-post-grid .like_button {
    margin-top: 4px;
}

#theme-post-grid .theme-post-share-wrapper {
    margin-top: 0px !important;
    padding-top: 3px;
}

#theme-post-grid .theme-post-share-body {
    margin: 0px 14px;
}

#theme-post-grid .theme-post-image-gallery .slick-prev, 
#theme-post-grid .theme-post-image-gallery .slick-next {
    width: 30px;
    height: 43px;
}

#theme-post-grid .theme-post-quote {
    padding: 0px 0px 15px 0px;
}

#theme-post-grid .theme-post-quote-source {
    padding: 17px 0px 3px;
}

#theme-post-grid .post-type-answer .theme-post-tag,
#theme-post-grid .post-type-chat .theme-post-tag,
#theme-post-grid .post-type-link .theme-post-tag,
#theme-post-grid .post-type-quote .theme-post-tag {
    padding-top: 0px;
}

#theme-post-grid .post-type-link .theme-post-tag {
    margin-bottom: 18px;
}

#theme-post-grid .theme-post-link {
    padding: 15px;
    margin-bottom: 15px;
}

#theme-post-grid .post-type-link .theme-post-title h3 {
    padding-bottom: 21px;
    margin-top: -11px;
}

#theme-post-grid .post-type-link .theme-post-content {
    margin-top: 0px;
}

#theme-post-grid .theme-post-link-body {
    padding: 23px 25px 26px 25px;   
}

#theme-post-grid .theme-post-link-excerpt {
    margin-top: 10px;
}

#theme-post-grid .theme-post-link-source {
    margin-top: 13px;
}

#theme-post-grid .theme-post-chat {
    padding: 0px 0px 0px 0px;
}

#theme-post-grid .theme-post-chat ul li {
    margin-bottom: 10px;
    padding-bottom: 14px;
}

#theme-post-grid .theme-post-chat ul li:last-of-type {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#theme-post-grid .theme-post-content p {
    margin: 0px 0px 15px 0px;
}

#theme-post-grid .theme-post-content blockquote {
    padding-left: 20px;
    margin: 0px 0px 15px 0px;
    border-left: 0px;
}

#theme-post-grid .theme-post-content blockquote img {
    margin-top: 7px;
}

#theme-post-grid .post-type-link .theme-post-content blockquote {
    padding: 0px !important;
    margin: 0px 0px 15px 0px !important;
}

#theme-post-grid .theme-post-content pre {
    padding: 10px 13px;
}

#theme-post-grid .post-type-answer .theme-post-content ul li {
    margin-bottom: 20px;
}

#theme-post-grid .post-type-answer .theme-post-content ul li:last-of-type {
    margin-bottom: 0px;
}

#theme-post-grid .post-type-answer .theme-post-content ul li .post-answer-image {
    width: 25%;
    padding-right: 23px;
}

#theme-post-grid .post-type-answer .theme-post-content ul li:nth-child(even) .post-answer-image {
    padding-left: 23px;    
    padding-right: 0px;
}

#theme-post-grid .post-type-answer .asker {
    margin-bottom: 3px;
}

#theme-post-grid .post-type-answer .theme-post-content ul li .post-answer-text {
    padding: 15px 20px 18px;
    width: 75%;    
}

#theme-post-grid .post-type-answer .theme-post-content ul li .post-answer-text:after {
    left: -8px;
    top: 20px;
}

#theme-post-grid .post-type-answer .theme-post-content ul li:nth-child(even) .post-answer-text:after {
    right: -8px;
    left: auto;
}

.post-grid-left #theme-post-pagination {
    padding-right: 40px;
}

.post-grid-right #theme-post-pagination {
    padding-left: 40px;
}

/****************************************
 * THEME GRID MASONRY full
 ****************************************/
.post-grid-full #theme-post-grid .theme-post-body-wrapper {
    margin-bottom: 43px;
}

.post-grid-full #theme-post-grid .theme-post-tag {
    margin-bottom: 11px;
    padding-top: 6px;
}

.post-grid-full #theme-post-grid .theme-post-tag a {
    margin-left: 3px;
}

.post-grid-full #theme-post-grid .post-type-audio .theme-post-image iframe.spotify_audio_player {
    height: 598px;
}

.post-grid-full #theme-post-grid .post-type-audio .theme-post-image iframe {
    height: 350px;
}

.post-grid-full #theme-post-grid .theme-post-info {
    margin-top: 13px;
}

.post-grid-full #theme-post-grid .theme-post-title h3 {
    margin-top: -9px;
    padding-top: 13px;
}

.post-grid-full #theme-post-grid .theme-post-image-gallery .slick-prev, 
.post-grid-full #theme-post-grid .theme-post-image-gallery .slick-next {
    width: 32px;
    height: 46px;
}

.post-grid-full #theme-post-pagination {
    margin: 0px 20px;
}

.post-grid-full #theme-post-grid .like_and_reblog, 
.post-grid-full #theme-post-grid .post-share-icon {
    width: 40px;
    height: 40px;
}

.post-grid-full #theme-post-grid .theme-post-image {
    margin-bottom: 9px;
}

.post-grid-full #theme-post-grid .theme-post-quote {
    padding: 0px 0px 15px 0px;
}

.post-grid-full #theme-post-grid .theme-post-quote-source {
    padding: 18px 0px 4px;
}

.post-grid-full #theme-post-grid .post-type-chat .theme-post-title h3 {
    margin-top: -8px;
}

.post-grid-full #theme-post-grid .post-type-chat .theme-post-share-wrapper {
    padding-top: 16px;
}

.post-grid-full #theme-post-grid .post-type-answer .theme-post-share-wrapper {
    padding-top: 22px;
}

.post-grid-full #theme-post-grid .theme-post-content {   
    margin-bottom: -6px; 
}

.post-grid-full #theme-post-grid .post-type-answer .theme-post-content ul li .post-answer-image {
    width: 19%;
}

.post-grid-full #theme-post-grid .post-type-answer .theme-post-content ul li .post-answer-text {
    width: 81%;
}

/****************************************
 * THEME POST AUTHOR
 ****************************************/
#theme-post-author {
    padding-bottom: 42px;
    margin-bottom: 28px;
}

.theme-post-author-img {
    float: left;
    width: 144px;
    padding-right: 23px;
}

.theme-post-author-img img {
    width: 100%;    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding-top: 5px;
}

.theme-post-author-text {
    overflow: hidden;
}

.theme-post-author-name {
    margin-bottom: 9px;
}

.theme-post-author-content {
    margin-bottom: 12px;
}

.theme-post-author-social a {
    margin-right: 7px;
}

/****************************************
 * THEME POST DISQUS
 ****************************************/
#theme-post-disqus {
    margin-bottom: 25px;
}

/****************************************
 * THEME POST NOTES
 ****************************************/
#theme-post-notes {
    padding-bottom: 35px;
    margin-bottom: 25px;
}

#theme-post-notes ol {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

#theme-post-notes ol li {
    margin-bottom: 10px;
    padding-right: 28px;
}

#theme-post-notes ol li:last-of-type {
    margin-bottom: 0px;
}

#theme-post-notes ol li img.avatar {
    vertical-align: -5px;
    margin-right: 11px;
    width: 18px;
    height: 18px;
}

#theme-post-notes ol li img {
    padding: 0px;
    border-width: 0px;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#theme-post-notes ol li blockquote {
    padding-left: 15px;
    margin-left: 32px;
    margin-top: 10px;
}

a.more_notes_link {
    display: inline-block;
    padding: 13px 16px 14px;
    margin-top: 10px;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* ADDITIONAL SETTING FOR HIDDEN ELEMENT */
.post-grid-right .share-to-google-plus,
.post-grid-right .share-to-pinterest,
.post-grid-left .share-to-google-plus,
.post-grid-left .share-to-pinterest,
.post-grid-right .post-info-comment,
.post-grid-right .share-to-linkedin,
.post-grid-left .post-info-comment,
.post-grid-left .share-to-linkedin,
.post-grid-full .post-info-comment,
.post-grid-full .share-to-linkedin {
    display: none !important;
}

.post-grid-right .post-answer-text p:last-of-type,
.post-grid-right .post-answer-text p:last-child,
.post-grid-left .post-answer-text p:last-of-type,
.post-grid-left .post-answer-text p:last-child,
.post-grid-full .post-answer-text p:last-of-type,
.post-grid-full .post-answer-text p:last-child {
    margin: 0px !important;
}

/* SPECIAL */
#theme-post-grid .post-type-video .fluid-width-video-wrapper {
    margin-bottom: 2px;
}

#theme-post-grid .theme-post-image-gallery {
   padding-bottom: 2px;
}

#theme-post-grid .post-type-audio .theme-post-image iframe {
    height: 300px;
}

#theme-post-grid .post-type-audio .theme-post-image iframe.spotify_audio_player {
    height: 432px;
}

#theme-post-grid .post-type-chat .theme-post-share-wrapper {
    padding-top: 16px;
}

#theme-post-grid .post-type-answer .theme-post-share-wrapper {
    padding-top: 21px;
}