.fullscreen-header,
.fullscreen-header .entry-meta{
  position:relative;
}

.fullscreen-header{
  overflow:hidden;
}

.fullscreen-header .container{
  -webkit-transition:20ms;
  padding-bottom:120px;
  padding-top:120px;
  position:relative;
  transition:20ms;
  z-index:1;
}

.fullscreen-header.has-featured-image::before{
  background:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,0.8)),to(transparent));
  background:linear-gradient(to top,rgba(0,0,0,0.8),transparent);
  content:'';
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
  z-index:1;
}

.fullscreen-header.has-featured-image{
  color:#ffffff;
  height:100vh;
  text-shadow:0 2px 4px rgba(0,0,0,0.4);
}

.fullscreen-header.has-featured-image amp-img.amp-wp-enforced-sizes[layout="intrinsic"] > img{
  -o-object-fit:cover;
  object-fit:cover;
}

.fullscreen-header .entry-meta a:hover{
  color:var(--th-color-secondary-base);
}

.fullscreen-header.has-featured-image a:hover{
  color:var(--th-color-accent-base);
}

.fullscreen-header .entry-meta:before{
  border-bottom:2px solid var(--th-color-accent-base);
  bottom:-20px;
  content:'';
  left:50%;
  margin-left:-30px;
  position:absolute;
  width:60px;
}

.fullscreen-header.has-featured-image .skip-to-entry{
  border:1px solid;
  border-radius:999px;
  color:inherit;
  display:inline-block;
  height:35px;
  width:35px;
}

.fullscreen-header.has-featured-image .skip-to-entry:hover{
  background-color:var(--th-color-white);
  border-color:var(--th-color-white);
  color:var(--th-color-primary-dark);
}

.fullscreen-header.has-featured-image .skip-to-entry svg{
  height:20px;
  margin:2.5px auto auto;
  width:20px;
}

.fullscreen-header.has-featured-image .skip-to-entry{
  -webkit-animation:bounce 4s 2s infinite;
  animation:bounce 4s 2s infinite;
}

@-webkit-keyframes bounce{
  0%,
10%,
25%,
40%,
50%{
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
  20%{
    -webkit-transform:translateY(-15px);
    transform:translateY(-15px);
  }
  30%{
    -webkit-transform:translateY(-3px);
    transform:translateY(-3px);
  }
}

@keyframes bounce{
  0%,
20%,
50%,
80%,
100%{
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
  40%{
    -webkit-transform:translateY(-15px);
    transform:translateY(-15px);
  }
  60%{
    -webkit-transform:translateY(-3px);
    transform:translateY(-3px);
  }
}

.entry-content > :last-child{
  margin-bottom:0;
}

.single .entry-content p.intro,
.page .entry-content p.intro{
  font-size:1.278em;
  line-height:1.5;
}

.single .entry-content p span.dropcap,
.page .entry-content p span.dropcap{
  float:left;
  font-size:4.778em;
  line-height:0.5;
  margin-right:10px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
  margin-bottom:1rem;
}

.hentry .edit-link a{
  background-color:var(--th-color-secondary-lighter);
  border-radius:0;
  color:var(--th-color-primary-base);
  padding:0.4em 0.8em;
  text-decoration:none;
}

.page-links{
  clear:both;
}

.page-links > *{
  display:inline-block;
}

.page-links > *:not(.page-links-title){
  min-width:30px;
  text-align:center;
}

.page-links > * + *:not(.page-links-title){
  border-left:1px solid rgba(0,0,0,0.2);
}

.page-links > *:last-child{
  border-right:1px solid rgba(0,0,0,0.2);
}

.search-form label,
.post-password-form label{
  margin-bottom:0;
}

.entry-footer .cat-links + .tags-links{
  margin-top:0;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a{
  font-weight:bold;
}

.hentry .mejs-container,
.hentry .wp-playlist{
  margin-bottom:2rem;
}

.entry-footer .entry-author{
  border-top:1px solid rgba(0,0,0,0.08);
  overflow:hidden;
}

.entry-footer .entry-author + .entry-author{
  margin-top:2rem;
  padding-top:2rem;
}

.entry-footer .entry-author .author-avatar{
  float:right;
  margin-bottom:1rem;
  margin-left:1rem;
  min-width:64px;
}

.entry-footer .entry-author .avatar{
  height:64px;
  width:64px;
}

.inactive-sidebar .site-main,
.full-width-template .site-main,
.inactive-sidebar:not(.page-template-grid-page) .entry-breadcrumbs,
.page-template-full-width-page .entry-breadcrumbs{
  margin-left:auto;
  margin-right:auto;
  max-width:800px;
  padding-left:0;
  padding-right:0;
}

.inactive-sidebar.page-template-grid-page .site-main{
  max-width:100%;
}

.page-template-grid-page .entry-breadcrumbs{
  border-bottom:1px solid rgba(255,255,255,0.1);
}

@media (min-width: 500px){
  .entry-footer .entry-author .author-avatar{
    float:none;
    margin-bottom:0;
    margin-left:0;
    min-width:96px;
  }
  .entry-footer .entry-author .avatar{
    height:96px;
    width:96px;
  }
}

@media (min-width: 768px){
  .entry-breadcrumbs + .container{
    margin-top:2.5rem;
  }
}

@media (min-width: 992px){
  .has-sidebar .site-main.th-w-full{
    width:70%;
  }
  .has-sidebar:not(.left-sidebar) .site-main.th-w-full{
    -ms-flex-order:1;
    -webkit-box-ordinal-group:2;
    order:1;
    padding-right:2rem;
  }
  .left-sidebar .site-main.th-w-full{
    -ms-flex-order:2;
    -webkit-box-ordinal-group:3;
    order:2;
    padding-left:2rem;
  }
  .sidebar-section{
    width:30%;
  }
  .has-sidebar:not(.left-sidebar) .sidebar-section{
    -ms-flex-order:2;
    -webkit-box-ordinal-group:3;
    border-left:1px solid rgba(0,0,0,.08);
    order:2;
    padding-left:2rem;
  }
  .left-sidebar .sidebar-section{
    -ms-flex-order:1;
    -webkit-box-ordinal-group:2;
    border-right:1px solid rgba(0,0,0,.08);
    order:1;
    padding-right:2rem;
  }
}
.comments-area{
  border-top:1px solid rgba(0,0,0,0.08);
}

.comments-area > :last-child{
  margin-bottom:0;
}

.comments-area .comments-title + .comment-navigation,
.comments-area .says{
  display:none;
}

.comments-area .reply{
  clear:both;
}

.comments-area .reply a,
.comments-area .comment-navigation a,
.comments-area .comment-meta .url{
  font-weight:bold;
}

.comments-area .reply,
.comments-area .comment-navigation{
  font-style:italic;
}

.comment-respond label,
.comments-area .comment-metadata,
.comments-area .comment-navigation a{
  color:var(--th-color-secondary-base);
}

.comments-area .comment-meta a:not(:hover){
  color:inherit;
  text-decoration:none;
}

.comments-area .comment-list,
.comments-area .comment-list .children{
  list-style:none;
}

.comments-area ol.comment-list{
  -webkit-padding-start:0;
  margin-left:0;
  padding-left:0;
}

.comments-area .comment-list .children{
  margin-left:1rem;
}

.comments-area .comment-awaiting-moderation,
.comments-area .comment-body > * + *,
.comment .comment-respond,
.comment-respond .form-submit{
  margin-top:2rem;
}

.comments-area .comment-list > * + *,
.comments-area .comment-list .children > *{
  border-top:1px solid rgba(0,0,0,0.08);
  margin-top:2rem;
}

.comments-area .comment-list > * + *,
.comments-area .comment-list .children > *{
  padding-top:2rem;
}

.comments-area .comment-content > :last-child{
  margin-bottom:0;
}

.comments-area .comment-meta{
  position:relative;
}

.comments-area .comment-author .avatar{
  height:52px;
  left:0;
  position:absolute;
  top:0;
  width:52px;
}

.comments-area .comment-author{
  font-size:1rem;
}

.comments-area .comment-author,
.comments-area .comment-metadata{
  padding-left:68px;
}

.comment-list + .comment-navigation{
  border-top:1px solid rgba(0,0,0,0.08);
  padding-top:1rem;
}

.comments-area .comment-body h1,
.comments-area .comment-body h2,
.comments-area .comment-body h3,
.comments-area .comment-body h4,
.comments-area .comment-body h5,
.comments-area .comment-body h6{
  margin-bottom:1rem;
}

.comments-area .comment-edit-link:before{
  content:"/";
  padding-right:0.25rem;
}

.comments-area .comment-metadata,
.comments-area .reply,
.comment-respond .logged-in-as,
.comment-respond .comment-notes,
.comments-area .comment-navigation,
.comments-area .form-allowed-tags{
  font-size:0.889rem;
}

.comment-form > p{
  margin-bottom:0;
  margin-top:1rem;
}

.comment-form > p:first-child{
  margin-top:0;
}

.comment-respond label{
  font-size:0.79rem;
  text-transform:uppercase;
}

.comment-respond .logged-in-as a:not(:hover){
  color:inherit;
  text-decoration:none;
}

.comment-respond .logged-in-as a:hover{
  color:var(--th-color-secondary-base);
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label{
  display:block;
  margin-bottom:0.25rem;
}

.comment-respond input:not([type="checkbox"]),
.comment-respond textarea{
  width:100%;
}

.comment-respond input[type="checkbox"]{
  vertical-align:middle;
}

.comment-respond input[type="checkbox"] + label{
  margin-left:0.25rem;
}

.comments-area .comment-subscription-form + .comment-subscription-form{
  margin-top:0.5rem;
}

.comments-area .comment-awaiting-moderation,
.comments-area .no-comments{
  display:inline-block;
  padding:2px 5px;
}

.comments-area .comment-awaiting-moderation{
  background:yellow;
}

.comments-area .no-comments{
  background-color:rgba(0,0,0,0.05);
  color:inherit;
}

.comment-content a{
  font-weight:bold;
  text-decoration:underline;
  word-wrap:break-word;
}

.bypostauthor{
  display:block;
}

.comment-respond .required{
  color:var(--th-color-red);
}

@media (min-width: 500px){
  .comments-area .comment-list .children{
    margin-left:2rem;
  }
  .comment-respond input.submit{
    width:auto;
  }
  .comment-respond p.comment-form-url,
    .comment-respond p.comment-form-author,
    .comment-respond p.comment-form-email{
    width:50%;
  }
}

@media (min-width: 768px){
  .comments-area .comments-title + .comment-navigation{
    border-bottom:1px solid rgba(0,0,0,0.08);
    display:block;
    margin-top:1rem;
    padding-bottom:1rem;
  }
}
#wpstats,
#botd,
#botd2{
  display:none;
}

.infinite-scroll .posts-navigation,

.infinite-scroll.neverending .site-footer{
  display:none;
}

.infinity-end.neverending .site-footer{
  display:block;
}

#infinite-footer{
  z-index:100;
}

#infinite-footer .container{
  background:var(--th-color-primary-base);
  font-family:var(--th-site-font-headings);
  padding:0.3em 0.8em;
  text-transform:uppercase;
}

#infinite-footer #infinity-blog-title{
  color:var(--th-color-white);
  font-size:1rem;
}

#infinite-footer .blog-credits{
  color:var(--th-color-secondary-light);
  font-size:0.75rem;
}

#infinite-footer .blog-credits a{
  color:var(--th-color-secondary-lighter);
}

#infinite-footer #infinity-blog-title:hover,
#infinite-footer .blog-credits a:hover{
  color:var(--th-color-secondary-base);
}

.site #infinite-handle button,
.site #infinite-handle button:hover{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.infinite-loader,
#infinite-handle{
  padding:20px 0;
  width:100%;
}

.infinite-loader .spinner,
.site #infinite-handle button{
  -ms-flex-align:center;
  -webkit-box-align:center;
  align-items:center;
  margin:auto;
}

.infinite-loader{
  min-height:62px;
}

.infinite-loader .spinner{
  background-color:var(--th-color-white);
  background-color:var(--th-color-secondary-lightest);
  border-radius:999px;
}

#infinite-handle .svg-icon{
  margin-right:0.5rem;
}

#infinite-handle{
  border-top:1px solid rgba(255,255,255,0.1);
  position:relative;
  text-align:center;
  top:2px;
  z-index:1;
}

#infinite-handle span{
  background-color:rgba(255,255,255,0.12);
  border:1px solid transparent;
  color:var(--th-color-secondary-lightest);
  display:inline-block;
  font-family:var(--th-site-font-headings);
  font-size:0.79rem;
}

#infinite-handle span:hover{
  background-color:transparent;
  border-color:var(--th-color-secondary-lightest);
}

.site-main .sd-content .share-customize-link{
  margin-top:1rem;
}

.site-main .sd-content .share-customize-link a{
  font-family:var(--th-site-font-body);
  font-size:0.79rem;
}

.sharedaddy{
  margin-bottom:2rem;
}

.site-content .sharedaddy .sd-sharing{
  margin-bottom:0;
}

.site-content .sharedaddy > .sd-sharing + .sd-sharing{
  margin-top:2rem;
}

.site-content .sharedaddy .sd-social.sd-sharing{
  margin-bottom:-5px;
}

#page #jp-post-flair{
  margin-top:35px;
  padding-top:0;
}

#page #jp-post-flair > .sharedaddy,
#page #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{
  margin-top:1rem;
}

#page div.sharedaddy h3.sd-title,
#page div#jp-relatedposts h3.jp-relatedposts-headline{
  color:var(--th-color-secondary-base);
  font-size:0.75rem;
  letter-spacing:0.5em;
  text-transform:uppercase;
}

#page div.sharedaddy .sd-content ul{
  margin-bottom:0 !important;
}

#page .sd-content .share-customize-link{
  margin-top:0.5rem;
}

#page div.sharedaddy h3.sd-title{
  font-weight:400;
  margin-bottom:1rem;
}

#page div#jp-relatedposts h3.jp-relatedposts-headline em{
  font-weight:400;
}

#page div.sharedaddy h3.sd-title:before,
#page div#jp-relatedposts h3.jp-relatedposts-headline em:before{
  border:none;
  content:'';
  margin:0;
}

#page #jp-relatedposts,
#page #jp-relatedposts h3.jp-relatedposts-headline,
#page #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post,
#page .sd-content .share-customize-link{
  margin-bottom:0;
}

#page #jp-relatedposts .jp-relatedposts-post .jp-relatedposts-post-img{
  margin-bottom:0.75rem;
}

#page #jp-relatedposts .jp-relatedposts-post .jp-relatedposts-post-img:hover{
  opacity:0.75;
}

#page div#jp-relatedposts .jp-relatedposts-post-title{
  font-family:var(--th-site-font-headings);
  margin-bottom:0.25rem;
  text-transform:uppercase;
}

#page div#jp-relatedposts .jp-relatedposts-post-title a{
  color:inherit;
  font-weight:bold;
  text-decoration:none;
}

#page div#jp-relatedposts .jp-relatedposts-post-title a:hover,
#page #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
#page #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{
  color:var(--th-color-secondary-base);
}

#page #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post,
#page #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
#page #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{
  opacity:1;
}

#jp-relatedposts .jp-relatedposts-items p,
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{
  font-size:0.889rem;
}

.pd-rating{
  line-height:1;
}

.akismet_comment_form_privacy_notice{
  font-size:0.889rem;
}

.comments-area #respond.js h3{
  margin-bottom:1rem;
  margin-top:0;
}

.comments-area .comment-reply-title:not(.th-uppercase){
  font-size:1.125rem;
  text-transform:uppercase;
}

.comments-area #respond.js{
  padding-bottom:0;
  padding-top:0;
}

.jetpack_remote_comment{
  margin-top:1rem;
}

.wp-block-jetpack-subscriptions{
  margin-bottom:2rem;
}

.wp-block-group.has-background > .wp-block-group__inner-container > .wp-block-jetpack-layout-grid.alignfull{
  margin-left:auto;
  margin-right:auto;
  width:100%;
}

.wp-block-jetpack-tiled-gallery.alignfull{
  padding:4px;
}

.wp-block-jetpack-contact-form > form{
  width:100%;
}

.wp-block-jetpack-contact-info{
  margin-bottom:2rem;
}

.wp-block-jetpack-contact-info a{
  line-height:1.45;
}

.wp-block-jetpack-contact-info > * + *{
  margin-top:0.25rem;
}

.wp-block-jetpack-mailchimp input[type="email"]{
  width:100%;
}

.wp-block-jetpack-mailchimp form > :last-child{
  margin-bottom:0;
}

.wpnbha,
.th-content .wpnbha{
  margin-bottom:2rem;
}

.wpnbha:not(.is-grid) > div > * + *{
  border-top:1px solid var(--th-color-secondary-lighter);
  margin-top:2rem;
  padding-top:2rem;
}

.wpnbha article .entry-wrapper > * + *{
  margin-top:1.3em;
}

.wpnbha .entry-wrapper > .entry-title + *{
  margin-top:1em;
}

.wpnbha .entry-meta a,
.wpnbha .cat-links a{
  -webkit-box-shadow:none;
  border-bottom:none;
  box-shadow:none;
  font-weight:bold;
  text-decoration:none;
}

.wpnbha .entry-wrapper .cat-links + .entry-title{
  margin-top:0;
}

.wpnbha .entry-meta,
.wpnbha .cat-links{
  text-transform:uppercase;
}

@media only screen and (max-width: 500px){
  #page div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post{
    width:100%;
  }
}

a.wpcom-follow-rest, 
a.wpcom-following-rest {
	margin-left: -2px;
}
a.wpcom-follow-rest:before, 
a.wpcom-following-rest:before {
	font: 16px/1 "Noticons";
	-webkit-font-smoothing: antialiased;
	content: '\f801';
	color: #7bc8e4;
	position: relative;
	top: 3px;
	display: inline-block;
}
a.wpcom-following-rest:before {
	content: '\f803';
}
a.wpcom-following-rest:hover:before {
	content: '\f802';
}


#wpadminbar div.wpcom-bubble,
div.wpcom-bubble {
	width: 210px;
	background: #fff;
	background: rgba(255,255,255,0.99);
	border: none;
	position: absolute;
	top: 32px;
	padding: 10px 16px;
	z-index: 10000;
	cursor: default;
	opacity: 0;
	display: none;

	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
}

#wpadminbar div.wpcom-bubble:after,
#wpadminbar div.wpcom-bubble:before,
div.wpcom-bubble:after,
div.wpcom-bubble:before {
	border: solid transparent;
	content: ' ';
	height: 0;
	left: 50%;
	margin-left: -6px;
	position: absolute;
	width: 0;
}

#wpadminbar div.wpcom-bubble.bubble-left:after,
#wpadminbar div.wpcom-bubble.bubble-left:before,
div.wpcom-bubble.bubble-left:after,
div.wpcom-bubble.bubble-left:before {
	left: 14px;
}

#wpadminbar div.wpcom-bubble.bubble-right:after,
#wpadminbar div.wpcom-bubble.bubble-right:before,
div.wpcom-bubble.bubble-right:after,
div.wpcom-bubble.bubble-right:before {
	left: auto;
	right: 3px;
}

#wpadminbar div.wpcom-bubble:after,
div.wpcom-bubble:after {
	border-width: 6px;
	border-bottom-color: #fff;
	top: -12px;
}

#wpadminbar div.wpcom-bubble:before,
div.wpcom-bubble:before {
	border-width: 8px;
	border-bottom-color: #eee;
	border-bottom-color: rgba(0, 0, 0, 0.05);
	top: -16px;
	margin-left: -8px;
}

#wpadminbar div.wpcom-bubble.fadein,
div.wpcom-bubble.fadein {
	display: block;
	opacity: 1;
	-webkit-animation-fill-mode: forwards;
	-webkit-backface-visibility: none;
	-webkit-animation-name: reset, fadein;
	-webkit-animation-duration: .25s;
	-webkit-animation-timing-function: ease-in;
}
	@-webkit-keyframes fadein {
		0% {
		    opacity: 0;
		}
		100% {
		    opacity: 1;
		}
	}

#wpadminbar div.wpcom-bubble div.bubble-txt,
div.wpcom-bubble div.bubble-txt {
	line-height: 1.5;
	font-size: 13px;
	color: #555;
	text-shadow: none;
}

#wpadminbar div.wpcom-bubble div.bubble-txt,
div.wpcom-bubble div.bubble-txt a {
	line-height: 1.5;
}

#wpadminbar div.wpcom-bubble div a,
#wpadminbar div.wpcom-bubble div span,
div.wpcom-bubble div a,
div.wpcom-bubble div span {
	display: inline;
	padding: 0;
	margin: 0;
	color: #1e8cbe;
	text-shadow: none;
	line-height: 100%;
}

#wpadminbar div.wpcom-bubble div a:hover {
	color: #f1831e;
}


.reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
}

.reblogger-note-content {
	margin: 0 0 20px;
}

.wpcom-reblog-snapshot .reblog-from img {
	margin: 0 .75em 0 0;
	padding: 0;
	border: 0;
}

.wpcom-reblog-snapshot .reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
	margin: 0 .5em 0 0;
}

.wpcom-reblog-snapshot {
	margin-bottom: 1em;
}

.wpcom-reblog-snapshot p.reblog-from {
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogged-content {
	margin: 0 0 1em 0;
}


.reblog-post .wpcom-enhanced-excerpt-content {
	border-left: 3px solid #eee;
	padding-left: 15px;
}

.reblog-post ul.thumb-list {
	display: block;
	list-style: none;
	margin: 2px 0;
	padding: 0;
	clear: both;
}

.reblog-post ul.thumb-list li {
	display: inline;
	margin: 0;
	padding: 0 1px;
	border: 0;
}

.reblog-post ul.thumb-list li a {
	margin: 0;
	padding: 0;
	border: 0;
}

.reblog-post ul.thumb-list li img {
	margin: 0;
	padding: 0;
	border: 0;
}

.reblog-post .wpcom-enhanced-excerpt {
	clear: both;
}

.reblog-post .wpcom-enhanced-excerpt address,
.reblog-post .wpcom-enhanced-excerpt li,
.reblog-post .wpcom-enhanced-excerpt h1,
.reblog-post .wpcom-enhanced-excerpt h2,
.reblog-post .wpcom-enhanced-excerpt h3,
.reblog-post .wpcom-enhanced-excerpt h4,
.reblog-post .wpcom-enhanced-excerpt h5,
.reblog-post .wpcom-enhanced-excerpt h6,
.reblog-post .wpcom-enhanced-excerpt p {
	font-size: 100% !important;
}

.reblog-post .wpcom-enhanced-excerpt blockquote,
.reblog-post .wpcom-enhanced-excerpt pre,
.reblog-post .wpcom-enhanced-excerpt code,
.reblog-post .wpcom-enhanced-excerpt q {
	font-size: 98% !important;
}


.reblog-from img {
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding: 0;
	border: 0;
}

.reblog-source {
	margin-bottom: 0;
	font-size: .8em;
	line-height: 1;
}

.reblog-source .more-words {
	color: #668eaa;
}

.wpcom-reblog-snapshot .reblog-post {
	box-shadow: 0 0 0 1px rgba(46, 68, 83, .1) inset, 0 1px 1px rgba(46, 68, 83, .05);
	border-radius: 4px;
	padding: 24px;
}


.wpcom-reblog-snapshot .reblogger-note {
	margin: 0 0 1em 0;
	overflow: hidden;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogger-note-content {
	margin: 0;
	padding: 0;
}

body .wpcom-reblog-snapshot .reblogger-note-content blockquote {
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
}

.wpcom-reblog-snapshot .reblogger-note-content blockquote p:last-child {
	margin-bottom: 0;
}
.geolocation-chip .noticon {
  display: inline-block;
  vertical-align: middle;
}

.geolocation-chip {
  margin-bottom: 1em;
}