img.wp-smiley {
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .05em 0 .1em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}/**
 * Like Button toolbar button, loading text & container styles
 *
 * @todo: doesn't look like "style.css" is used anymore.
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}


/* Toolbar */
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
	width: 61px;
	overflow: hidden;
}

#wpadminbar iframe.admin-bar-likes-widget {
	width: 61px;
	height: 28px;
	min-height: 28px;
	border-width: 0px;
	position: absolute;
	top: 0;
}

div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-likes-widget-wrapper.slim-likes-widget {
	width: 1px; /* initial default */
	min-height: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px 10px 12px 10px;
	background-color: #2e4453;
	border-width: 0;
	box-shadow: 0 0 10px #2e4453;
	box-shadow: 0 0 10px rgba(46,68,83,.6);
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 12px;
	padding-bottom: 8px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
	display: block;
}


/* Loading text */
.post-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.slim-likes-widget .post-likes-widget {
	width: auto;
	float: none;
}


/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}
/**
 * Styles for Jetpack related posts
 */

/* Container */

div#jp-relatedposts {
	display: none;
	padding-top: 1em;
	margin: 1em 0;
	position: relative;
}

div.jp-relatedposts:after {
	content: '';
	display: block;
	clear: both;
}

/* Headline above related posts section, labeled "Related" */

div#jp-relatedposts h3.jp-relatedposts-headline {
	margin: 0 0 1em 0;
	display: inline-block;
	float: left;
	font-size: 9pt;
	font-weight: bold;
	font-family: inherit;
}

div#jp-relatedposts h3.jp-relatedposts-headline em:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.2);
	margin-bottom: 1em;
}

div#jp-relatedposts h3.jp-relatedposts-headline em {
	font-style: normal;
	font-weight: bold;
}

/* Related posts items (wrapping items) */

div#jp-relatedposts div.jp-relatedposts-items {
	clear: left;
}

div#jp-relatedposts div.jp-relatedposts-items-visual {
	margin-right: -20px;
}

/* Related posts item */

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
	float: left;
	width: 33%;
	margin: 0 0 1em; /* Needs to be same as the main outer wrapper for Related Posts */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post {
	padding-right: 20px;
	/*cursor: pointer;*/
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover .jp-relatedposts-post-title a {
	text-decoration: underline;
}

div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* Related posts item content */

div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
div#jp-relatedposts div.jp-relatedposts-items p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs {
	position:relative;
}
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:block;
}

div#jp-relatedposts div.jp-relatedposts-items p {
	margin-bottom: 0;
}

div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	text-transform: none;
	margin: 0;
	font-family: inherit;
	display: block;
	max-width: 100%;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-size: inherit;
	font-weight: normal;
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	text-decoration: underline;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,
div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post span {
	display: block;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,
div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post span {
	max-width: 100%;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	opacity: .6;
}

/* Behavior when there are thumbnails in visual mode */
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt {
	display: none;
}

/* Behavior when there are no thumbnails in visual mode */
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
	overflow: hidden;
}
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs span {
	margin-bottom: 1em;
}

/**
 * Responsive
 */

@media only screen and (max-width: 640px) {

	div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
		width: 50%;
	}

	div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) {
		clear: left;
	}

	div#jp-relatedposts div.jp-relatedposts-items-visual {
		margin-right: 20px;
	}

}

@media only screen and (max-width: 320px) {

	div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
		width: 100%;
		clear: both;
		margin: 0 0 1em;
	}

}
/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

.wp-playlist-light {
	color: #000;
}

.wp-playlist-light .wp-playlist-item {
	color: #333;
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-item .wp-playlist-caption {
	color: #fff;
}

.wp-playlist-caption {
	display: block;
}/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */

/* Invert stats sparkline on light theme */
body.admin-color-mp6-light li#wp-admin-bar-stats img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

/* Fix dashicons priority so Japanese users can use the toolbar. Should long term be fixed in whatever plugin that forces all fonts to be Arial */
i.mce-i-bold, i.mce-i-italic, i.mce-i-bullist, i.mce-i-numlist, i.mce-i-blockquote, i.mce-i-alignleft, i.mce-i-aligncenter, i.mce-i-alignright, i.mce-i-link, i.mce-i-unlink, i.mce-i-wp_more, i.mce-i-strikethrough, i.mce-i-spellchecker, i.mce-i-fullscreen, i.mce-i-wp_fullscreen, i.mce-i-wp_adv, i.mce-i-underline, i.mce-i-alignjustify, i.mce-i-forecolor, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-removeformat, i.mce-i-charmap, i.mce-i-outdent, i.mce-i-indent, i.mce-i-undo, i.mce-i-redo, i.mce-i-help, i.mce-i-wp_help, i.mce-i-wp-media-library, i.mce-i-ltr, i.mce-i-wp_page, .mce-close {
	font: normal 20px/1 'dashicons' !important;
}

.dashicons, .dashicons-before:before {
	font-family: 'dashicons' !important;
}

.noticon {
	font-family: "Noticons" !important;
}.bbp-staff-role {
	color: #f1831e;
}

.bbp-a8c-reply {
	background: #e9eff3 !important;
	border: 1px solid #c8d7e1;
	width: 98% !important;
}/* Theme Name: Oslo
 * Theme URI: http://www.pixelunion.net/themes/wordpress/oslo
 * Author: Pixel Union
 * Author URI: http://www.pixelunion.net/
 * Version: 1.3.3
 * Description: Oslo is a stunning two-column, grid-layout theme fit for photoblogging or general blog use, built around a customizable sidebar and beautiful typography.
 * License: GNU General Public License version 3.0
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 * Text Domain: oslo
 * Tags: art, artwork, blog, clean, colorful, contemporary, craft, custom-colors, custom-menu, design, editor-style, elegant, fashion, featured-images, fixed-menu, flexible-header, infinite-scroll, journal, left-sidebar, light, magazine, minimal, modern, one-column, photoblogging, photography, portfolio, professional, responsive-layout, simple, sophisticated, sticky-post, theme-options, three-columns, two-columns, urban, white
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */
a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/*! normalize.css v3.0.0 | Typography | MIT License | git.io/normalize */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */
figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* _lib.scss */
.entry-author {
  *zoom: 1;
}
.entry-author:before, .entry-author:after {
  display: table;
  content: "";
}
.entry-author:after {
  clear: both;
}

/* _base.scss */
html {
  height: 100%;
  color: #777;
  font-size: 14px;
  font-family: "Droid Serif", "Georgia", "Times New Roman", "Palatino", "Hoefler Text", "Baskerville", serif;
  background: #F5F5F5;
}
html[style*="hidden"] {
  overflow: visible !important;
}

body {
  height: 100%;
  background: #F5F5F5;
}
body.singular.page {
  background: #FFF;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
}

a {
  color: #2E74C0;
  text-decoration: none;
}
a:hover {
  color: #333;
}

*, *:after, *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.entry-header,
.entry-content,
.entry-meta, .entry-author, .entry-comments {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}

#content {
  position: relative;
}

@media screen and (min-width: 783px) {
  html #content {
    margin-left: 280px;
  }
}
.admin-bar #secondary {
  margin-top: 46px;
}
.admin-bar #widgets {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar #secondary {
    top: 32px;
    margin-top: 0;
  }
  .admin-bar #widgets {
    top: 0;
  }
  .admin-bar #content {
    margin-top: 32px;
  }
}

.screen-reader-text {
  display: none;
}

#masthead,
#secondary {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

article h1, article h2, article h3, article h4, article h5, article h6,
article p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.send-to-readmill-popup {
  display: none;
}

#carousel-reblog-box {
  display: none !important;
}

@media screen and (min-width: 783px) {
  #wpadminbar {
    position: fixed !important;
  }
}
/* _forms.scss */
input:not([type]),
input[type=text],
input[type=email],
input[type=search],
input[type=password],
textarea,
.text-input,
.blog-textarea,
#sharing_email #target_email, .post-password-form input, #widgets .jetpack_subscription_widget #subscribe-email input {
  padding: 13px 15px;
  color: #222;
  font-family: "Roboto", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-weight: 100;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
}
input:focus:not([type]),
input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus,
.text-input:focus,
.blog-textarea:focus,
#sharing_email #target_email:focus, .post-password-form input:focus, #widgets .jetpack_subscription_widget #subscribe-email input:focus {
  border-color: #A5A5A5;
  outline: none;
}
input:invalid:not([type]),
input[type=text]:invalid,
input[type=email]:invalid,
input[type=search]:invalid,
input[type=password]:invalid,
textarea:invalid,
.text-input:invalid,
.blog-textarea:invalid,
#sharing_email #target_email:invalid, .post-password-form input:invalid, #widgets .jetpack_subscription_widget #subscribe-email input:invalid {
  color: #CC0000;
  background: #FFF7F7;
  border-color: #E6ACAC;
  outline: none;
  box-shadow: none;
}
#secondary input:not([type]),
#secondary input[type=text],
#secondary input[type=email],
#secondary input[type=search],
#secondary input[type=password],
#secondary textarea,
#secondary .text-input,
#secondary .blog-textarea,
#secondary #sharing_email #target_email,
#sharing_email #secondary #target_email, #secondary .post-password-form input, .post-password-form #secondary input, #secondary #widgets .jetpack_subscription_widget #subscribe-email input, #widgets .jetpack_subscription_widget #subscribe-email #secondary input {
  border: none;
}

input:not([type]),
input[type=text],
input[type=email],
input[type=search],
input[type=password],
textarea,
.text-input,
.blog-textarea,
#sharing_email #target_email {
  width: 100%;
  margin: 10px 0 20px;
  -webkit-appearance: none;
}

input[type=search] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input[type=submit] {
  padding: 9px 16px;
  color: #FFF;
  font-family: "Roboto", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-size: 16px;
  letter-spacing: .025em;
  border: none;
  border-radius: 3px;
  background: #2E74C0;
}
button:hover,
input[type=submit]:hover {
  opacity: .8;
}
button:active,
input[type=submit]:active {
  opacity: 1;
  background: #333;
}

button {
  padding-top: 8px;
  padding-bottom: 8px;
}

select {
  width: 100%;
  margin: 5px 0 20px;
  font-family: "Roboto", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
}

label {
  color: #333;
  font-size: 14px;
  font-family: "Roboto", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
}
#secondary label {
  color: #FFF;
}

.post-password-form label {
  color: #333;
  font-family: "Roboto", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
}
.post-password-form label input {
  display: block;
  width: 100%;
  margin: 12px 0 15px;
}

#content .contact-form {
  margin: 40px 0;
}
#content .contact-form label {
  margin: 0;
  font-weight: normal;
}
#content .contact-form label span {
  color: #ADADAD;
}
#content .contact-form label.checkbox, #content .contact-form label.radio {
  margin: 0 10px 10px 0;
  color: #777;
}
#content .contact-form label.checkbox input, #content .contact-form label.radio input {
  margin: 0 5px 0 0;
}
#content .contact-form input[type=text],
#content .contact-form input[type=email],
#content .contact-form textarea {
  width: 100%;
  max-width: 100%;
  margin: 10px 0 20px;
}

/* _secondary.scss */
#content {
  z-index: 10;
}
.widgets-active #content {
  z-index: 0;
}

#secondary {
  z-index: 10;
}

#header-image {
  z-index: 11;
}

.header-image-main {
  z-index: 12;
}

.header-image-blur {
  z-index: 13;
}

#secondary-main {
  z-index: 14;
}

#widgets {
  z-index: 0;
}
.widgets-active #widgets {
  z-index: 15;
}

#widgets-open {
  z-index: 16;
}
.widgets-active #widgets-open {
  z-index: 10;
}

#widgets-close {
  z-index: 10;
}
.widgets-active #widgets-close {
  z-index: 16;
}

@media screen and (min-width: 783px) {
  .sidebar-always #widgets {
    z-index: 15;
  }
}
#secondary {
  position: relative;
  min-height: 60px;
  overflow: hidden;
  overflow-x: hidden !important;
  color: #FFF;
  font-family: "Roboto", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  background: #000;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
#secondary a {
  color: inherit;
}
@media screen and (min-width: 783px) {
  #secondary {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    overflow-x: hidden !important;
    width: 280px;
  }
}
@media screen and (max-width: 782px) {
  .widgets-active #secondary {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.demo-site #secondary {
  margin-top: 0;
}
@media screen and (min-width: 783px) {
  .demo-site #secondary {
    margin-top: 80px;
  }
}

.demo-site.admin-bar #content {
  margin-top: 0;
}

@media screen and (max-width: 782px) {
  .demo-site #widgets {
    margin-top: 80px;
  }
}
@media screen and (max-width: 621px) {
  .demo-site #widgets {
    margin-top: 100px;
  }
}

#secondary-main {
  position: relative;
}
@media screen and (min-width: 783px) {
  #secondary-main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.no-touch #secondary-main {
  -moz-transition: opacity 250ms ease-in-out, -moz-transform 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out, -o-transform 250ms ease-in-out;
  -webkit-transition: opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  transition: opacity 250ms ease-in-out, transform 250ms ease-in-out;
}
.widgets-active #secondary-main {
  opacity: 0;
}
.widgets-active.no-touch #secondary-main {
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

@media screen and (max-width: 782px) {
  .widgets-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
}
#widgets-open,
#widgets-close {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 6px 8px 8px;
  border-radius: 3px;
  cursor: pointer;
  opacity: 1;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
#widgets-open img,
#widgets-close img {
  display: inline-block;
  vertical-align: middle;
}

#widgets-open {
  background: #333;
  background: rgba(0, 0, 0, 0.33);
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.no-touch #widgets-open:hover {
  background: #222;
  background: rgba(0, 0, 0, 0.66);
}
.no-touch #widgets-open .screen-reader-text {
  position: relative;
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  vertical-align: middle;
  -moz-transition: max-width 150ms ease-in-out, padding-left 150ms ease-in-out, opacity 150ms ease-in-out;
  -o-transition: max-width 150ms ease-in-out, padding-left 150ms ease-in-out, opacity 150ms ease-in-out;
  -webkit-transition: max-width 150ms ease-in-out, padding-left 150ms ease-in-out, opacity 150ms ease-in-out;
  transition: max-width 150ms ease-in-out, padding-left 150ms ease-in-out, opacity 150ms ease-in-out;
}
.no-touch #secondary:hover #widgets-open .screen-reader-text {
  left: 0;
  max-width: 75px;
  padding-left: 7px;
  opacity: 1;
}

#widgets-close {
  padding: 7px 10px;
  opacity: 0;
}

.widgets-active #widgets-open {
  opacity: 0;
}
.widgets-active #widgets-close {
  opacity: 1;
}

@media screen and (min-width: 783px) {
  .sidebar-always #widgets-open {
    display: none;
  }
  .sidebar-always #widgets-close {
    display: none;
  }
}
#masthead {
  position: relative;
  padding: 12% 40px;
  text-align: center;
}
@media screen and (min-width: 783px) {
  #masthead {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    z-index: 500;
    padding: 40px;
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  .social-count-4 #masthead {
    -moz-transform: translateY(38%);
    -ms-transform: translateY(38%);
    -webkit-transform: translateY(38%);
    transform: translateY(38%);
  }
  .social-count-3 #masthead {
    -moz-transform: translateY(41%);
    -ms-transform: translateY(41%);
    -webkit-transform: translateY(41%);
    transform: translateY(41%);
  }
  .social-count-2 #masthead {
    -moz-transform: translateY(44%);
    -ms-transform: translateY(44%);
    -webkit-transform: translateY(44%);
    transform: translateY(44%);
  }
  .social-count-1 #masthead {
    -moz-transform: translateY(47%);
    -ms-transform: translateY(47%);
    -webkit-transform: translateY(47%);
    transform: translateY(47%);
  }
}
#masthead .site-title {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
}
#masthead .site-description {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
}
#masthead .site-logo img {
  max-width: 100%;
  max-height: 260px;
}
#masthead .site-logo + .site-title,
#masthead .site-logo + .site-description,
#masthead .site-title + .site-description {
  margin-top: 10px;
}
@media screen and (min-width: 783px) {
  .sidebar-always #masthead {
    position: static;
    padding: 10px 0 30px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .sidebar-always #masthead .site-title,
  .sidebar-always #masthead .site-title a {
    color: #fff;
  }
}

#header-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#header-image canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#header-image .header-image-blur {
  opacity: 0;
  -moz-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
.widgets-active #header-image .header-image-blur {
  opacity: 1;
}
@media screen and (min-width: 783px) {
  .sidebar-always #header-image .header-image-blur {
    opacity: 1;
  }
}

#colophon {
  display: none;
}
@media screen and (min-width: 783px) {
  #colophon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px;
    font-size: 12px;
  }
}
@media screen and (min-width: 783px) {
  #secondary #colophon {
    display: block;
  }
}
#colophon em {
  font-style: normal;
  font-weight: bold;
}
#colophon .social {
  display: inline-block;
  margin: 0 8px 0 0;
  font-size: 18px;
  line-height: 1.33;
}
#colophon .site-credits {
  margin-top: 12px;
  line-height: 1.6;
}
#widgets #colophon {
  position: static;
  display: block;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#widgets #colophon .social {
  margin: 0 12px 0 0;
  font-size: 20px;
  line-height: 1.66;
}

#secondary a:hover {
  color: #FFF;
}
#secondary .site-description {
  color: rgba(255, 255, 255, 0.75);
}

#colophon {
  color: rgba(255, 255, 255, 0.75);
}

#widgets {
  color: rgba(255, 255, 255, 0.5);
}
#widgets a {
  color: rgba(255, 255, 255, 0.75);
}
#widgets .widget {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#widgets .widget h1, #widgets .widget h2, #widgets .widget h3, #widgets .widget h4, #widgets .widget h5, #widgets .widget h6 {
  color: rgba(255, 255, 255, 0.9);
}
#widgets .widget h1,
#widgets .widget h1 *, #widgets .widget.widget_calendar caption {
  color: #FFF;
}
#widgets .widget select {
  color: #000;
}

#widgets {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden !important;
  padding: 10% 7% 7%;
  opacity: 0;
  -moz-transition: opacity 150ms ease-out 50ms;
  -o-transition: opacity 150ms ease-out 50ms;
  -webkit-transition: opacity 150ms ease-out;
  -webkit-transition-delay: 50ms;
  transition: opacity 150ms ease-out 50ms;
  -webkit-font-smoothing: subpixel-antialiased;
}
.widgets-active #widgets {
  opacity: 1;
}
@media screen and (min-width: 783px) {
  .sidebar-always #widgets {
    opacity: 1;
  }
  #widgets {
    position: absolute;
    padding: 40px;
  }
}
.widgets-active #widgets {
  -webkit-overflow-scrolling: touch;
}
.no-touch #widgets nav li, .no-touch #widgets .widget:not(nav), .touch #widgets .widget {
  opacity: 0;
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.no-touch #widgets nav li.animated, .no-touch #widgets .widget:not(nav).animated, .touch #widgets .widget.animated {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.sidebar-always #secondary #widgets .widget, .sidebar-always #secondary #widgets nav li {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.no-touch #widgets .widget:not(nav) {
  -moz-transition: all 150ms ease-out 33ms;
  -o-transition: all 150ms ease-out 33ms;
  -webkit-transition: all 150ms ease-out;
  -webkit-transition-delay: 33ms;
  transition: all 150ms ease-out 33ms;
}
#widgets.opacity-0 {
  background-color: transparent;
}
#widgets.opacity-10 {
  background-image: url(/wp-content/themes/premium/oslo/images/customize-bg-10.png);
}
#widgets.opacity-20 {
  background-image: url(/wp-content/themes/premium/oslo/images/customize-bg-20.png);
}
#widgets.opacity-30 {
  background-image: url(/wp-content/themes/premium/oslo/images/customize-bg-30.png);
}
#widgets.opacity-40 {
  background-image: url(/wp-content/themes/premium/oslo/images/customize-bg-40.png);
}
#widgets.opacity-50 {
  background-image: url(/wp-content/themes/premium/oslo/images/customize-bg-50.png);
}
#widgets.opacity-60 {
  background-image: url(/wp-content/themes/premium/oslo/images/customize-bg-60.png);
}
#widgets.opacity-70 {
  background-image: url(/wp-content/themes/premium/oslo/images/customize-bg-70.png);
}
#widgets.opacity-80 {
  background-image: url(/wp-content/themes/premium/oslo/images/customize-bg-80.png);
}
#widgets.opacity-90 {
  background-image: url(/wp-content/themes/premium/oslo/images/customize-bg-90.png);
}
#widgets.opacity-100 {
  background-color: #000;
}
#widgets .widget {
  padding: 30px 0;
  line-height: 1.45;
  font-weight: 100;
}
#widgets .widget h1, #widgets .widget h2, #widgets .widget h3, #widgets .widget h4, #widgets .widget h5, #widgets .widget h6 {
  margin: 0;
}
#widgets .widget h1, #widgets .widget h1 * {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
#widgets .widget .widget-title {
  margin-top: 7px;
  margin-bottom: 27px;
}
#widgets .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#widgets .widget ul ul {
  padding-left: 20px;
}
#widgets .widget ul ul ul ul ul ul ul {
  padding-left: 5px;
}
#widgets .widget li {
  margin: 8px 0;
}
#widgets .widget iframe {
  max-width: 100% !important;
}
#widgets .widget select {
  margin: 0;
}
#widgets nav.widget {
  padding-top: 20px;
  border-top: none;
}
#widgets.no-nav .widget:first-of-type {
  border-top: none;
}
#widgets #site-navigation {
  font-size: 20px;
  font-weight: 100;
  line-height: 1.4;
}
#widgets .widget:empty {
  display: none;
}
#widgets .widget_search form {
  position: relative;
  width: 100%;
  padding: 5px 6px;
  border: 0;
  border-radius: 3px;
  background: #333;
  background: rgba(0, 0, 0, 0.33);
  -moz-transition: background-color 150ms;
  -o-transition: background-color 150ms;
  -webkit-transition: background-color 150ms;
  transition: background-color 150ms;
}
#widgets .widget_search input {
  width: 80%;
  margin: 0;
  padding: 5px 6px;
  background: transparent;
  border: none;
  font-weight: 100;
  color: #FFF;
}
#widgets .widget_search input:focus {
  outline: none;
}
#widgets .widget_search input[type=submit] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto;
  padding: 5px 22px;
  text-indent: -1000em;
  background: transparent url(/wp-content/themes/premium/oslo/images/icon-search.svg) no-repeat center;
  opacity: .5;
  -moz-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}
#widgets .widget_search.active form {
  background: #222;
  background: rgba(0, 0, 0, 0.66);
  border-radius: 3px 4px 4px 3px;
}
#widgets .widget_search.active input[type=submit] {
  opacity: 1;
}
#widgets .widget_calendar table {
  width: 100%;
  font-weight: 100;
}
#widgets .widget_calendar th {
  font-weight: normal;
}
#widgets .widget_calendar th, #widgets .widget_calendar td {
  text-align: left;
}
#widgets .widget_calendar tbody th,
#widgets .widget_calendar tbody td {
  padding: 2px 0;
}
#widgets .widget_calendar td#next {
  text-align: right;
}
#widgets .widget_calendar tfoot td {
  padding: 10px 0 0 0;
}
#widgets .widget_calendar caption {
  padding: 5px 0 24px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: bold;
  text-align: left;
}
#widgets .jetpack_subscription_widget p {
  margin: 0;
}
#widgets .jetpack_subscription_widget #subscribe-email {
  padding-top: 5px;
}
#widgets .jetpack_subscription_widget #subscribe-email input {
  width: 100%;
}
#widgets .widget_recent_entries a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#widgets .widget_recent_entries .post-date {
  display: block;
  font-size: 12px;
}
#widgets .widget_recent_comments {
  font-size: 12px;
}
#widgets .widget_recent_comments a {
  display: block !important;
  overflow: hidden;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#widgets .widget_recent_comments a.url,
#widgets .widget_recent_comments a[rel="nofollow"] {
  display: inline !important;
  font-size: 12px;
}
#widgets .widget_recent_comments img {
  margin: 0 10px 10px 0;
}
#widgets .widget_recent_comments td {
  vertical-align: top;
  word-break: break-word;
  -ms-word-break: break-all;
}
#widgets .widget_recent_comments td a {
  white-space: normal;
}
#widgets .widget_rss .rss-date {
  display: block;
  font-size: 12px;
}
#widgets .widget_rss .rssSummary {
  margin: 10px 0;
  font-size: 12px;
}
#widgets .widget_rss .widget-title a {
  display: inline;
}
#widgets .widget_rss .widget-title a img {
  display: none;
}
#widgets .widget_rss a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#widgets .widget_categories .post-count {
  float: right;
}
#widgets .widget_jetpack_display_posts_widget h4 {
  margin: 20px 0 5px;
  font-size: 14px;
  font-weight: normal;
}
#widgets .widget_jetpack_display_posts_widget p {
  font-size: 12px;
}
#widgets .tlkio-widget iframe {
  background: #FFF;
}
#widgets .widget_image img,
#widgets .widget_jetpack_display_posts_widget img {
  max-width: 100%;
  display: block;
  height: auto;
}
#widgets .widget_recent_images img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 0 10px;
}
#widgets .widget_jetpack_my_community ul li {
  margin: 0;
  padding: 0;
}
#widgets .milestone-widget .milestone-header {
  background: rgba(0, 0, 0, 0.5);
}
#widgets .widget_internet_defense_league_widget img {
  max-width: 100%;
  display: block;
  height: auto;
}
#widgets .widget_wpcom_instagram_widget img {
  margin: 0;
}
#widgets .widget_wpcom_instagram_widget .wpcom-instagram-columns-1 img {
  width: 100%;
}
#widgets .widget_wpcom_instagram_widget .wpcom-instagram-columns-2 img {
  width: 50%;
}
#widgets .widget_wpcom_instagram_widget .wpcom-instagram-columns-3 img {
  width: 33%;
}
#widgets .widget_image .wp-caption {
  max-width: 100%;
}
#widgets .widget_image .wp-caption-text {
  margin: 0;
  font-size: 12px;
}
#widgets .widget-grofile img {
  display: block;
}
#widgets .widget-grofile h4 {
  margin: 0;
  padding: 5px 10px 0;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.5);
}
#widgets .widget-grofile .grofile-meta h4 {
  padding-top: 10px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
}
#widgets .widget-grofile .grofile-meta h4 a {
  color: #FFF;
}
#widgets .widget-grofile ul {
  padding: 0 10px !important;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5);
}
#widgets .widget-grofile p:empty {
  display: none;
}
#widgets .widget-grofile p {
  margin: 0;
  padding: 5px 10px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5);
}
#widgets .widget-grofile .grofile-accounts {
  padding-top: 5px !important;
}
#widgets .widget-grofile .grofile-full-link {
  display: block;
  padding-bottom: 10px;
  font-size: 12px;
}
#widgets .widget_gravatar img {
  display: block;
  width: 100%;
  height: auto;
}
#widgets .widget_gravatar p {
  margin: 0;
}
#widgets .widget_gravatar p:last-of-type {
  padding: 10px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5);
}
#widgets .widget_goodreads div[class^="gr_custom_container"] {
  padding: 10px;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 0;
}
#widgets .widget_goodreads div[class^="gr_custom_each_container"] {
  margin: 10px 0;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
#widgets .widget_goodreads div[class^="gr_custom_book_container"] {
  margin-left: 10px;
}
#widgets .widget_goodreads br {
  display: none;
}
#widgets .widget_blog_subscription input[type=submit] {
  margin-top: 10px;
}
#widgets .widget_flickr #flickr_badge_uber_wrapper {
  width: 100%;
}
#widgets .widget_flickr #flickr_badge_wrapper {
  border: 0;
  width: 100%;
}
#widgets .widget_flickr #flickr_badge_wrapper td {
  padding: 5px;
}
#widgets .widget_flickr #flickr_badge_wrapper a {
  display: block;
  padding: 2px;
  margin: 0;
}
#widgets .widget_flickr #flickr_badge_wrapper a img {
  max-width: 100%;
  height: auto !important;
}
#widgets .widget_flickr #flickr_badge_wrapper br {
  display: none;
}
#widgets .widget_contact_info .confit-address,
#widgets .widget_contact_info .confit-phone {
  margin: 10px 0;
}
#widgets .widget_authors ul ul {
  padding: 0 !important;
  margin-bottom: 20px;
  font-size: 12px;
}
#widgets .widget_authors img {
  display: block;
  margin-bottom: 10px;
}
#widgets .widget_authors strong {
  display: block;
  margin: 2px 0 10px;
  font-weight: normal;
}
#widgets .widget_author_grid ul li {
  margin: 0 !important;
  padding: 0 !important;
}
#widgets .aboutme_widget #am_name {
  margin: 0;
}
#widgets .aboutme_widget #am_name a {
  font-weight: normal;
}
#widgets .aboutme_widget #am_bio p {
  margin-top: 0;
  padding: 0;
  font-size: 12px;
}
#widgets .aboutme_widget #am_thumbnail img {
  border: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

/* _paging.scss Index and post pagination */
.paging, .infinite-loader, #infinite-handle span {
  position: relative;
  height: 75px;
  margin-top: -1px;
  padding: 0 7%;
  color: #888;
  line-height: 4.625;
  font-size: 16px;
  font-weight: normal;
  font-family: "Roboto", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  background: #F5F5F5;
  border-top: 1px solid #E7E9EC;
}
.paging a, .infinite-loader a, #infinite-handle span a {
  color: inherit;
  -moz-transition: color 150ms ease;
  -o-transition: color 150ms ease;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
}
.paging a:hover, .infinite-loader a:hover, #infinite-handle span a:hover {
  color: #333;
}
.columns-active .paging, .columns-active .infinite-loader, .columns-active #infinite-handle span, #infinite-handle .columns-active span {
  position: absolute;
  z-index: 13;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 24px;
}

.paging .nav-links {
  display: table;
  width: 100%;
}
.paging .nav-links .nav-previous,
.paging .nav-links .nav-next {
  display: table-cell;
}
.paging .nav-links .nav-next {
  text-align: right;
}

.infinite-scroll .paging-index {
  display: none;
}

.paging-end {
  display: none;
  color: #AAA;
  text-align: center;
}
.infinity-end .paging-end, .index-paging-end.archive .paging-end, .index-paging-end.search .paging-end {
  display: block;
}

.infinite-loader .spinner {
  left: 0 !important;
  margin: 0 auto;
}

#infinite-handle span {
  display: block;
  text-align: center;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: color 150ms ease;
  -o-transition: color 150ms ease;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
}
#infinite-handle span:hover {
  color: #333;
}

/* _post.scss */
.entry {
  position: relative;
  padding: 7%;
  background: #FFF;
  border-bottom: 1px solid #E7E9EC;
}
@media screen and (min-width: 783px) {
  .entry {
    padding: 6%;
  }
}
.singular .entry {
  border-bottom: none;
}

.entry-header .entry-title {
  margin-bottom: 20px;
  color: #333;
  font-size: 26px;
  font-weight: 100;
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: 1.3;
  font-family: "Roboto", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
}
.entry-header .entry-title a {
  color: #333;
}
.entry-header .attachment-post-thumbnail {
  margin-bottom: 26px;
}
.no-title.no-thumbnail .entry-header {
  margin-bottom: -20px;
}
.no-title .entry-header .attachment-post-thumbnail {
  margin-bottom: 32px;
}

.entry-content {
  margin-top: 0;
  margin-bottom: 0;
}

.entry-meta {
  clear: both;
  color: #BBB;
  font-size: 13px;
  font-family: "Roboto", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
}
.wf-active .entry-meta {
  font-size: 13px !important;
}
.has-meta .entry-meta {
  margin-top: 38px;
}
.singular .entry-meta {
  margin-top: 42px;
}
.singular .entry-meta .entry-meta-title {
  display: inline;
}
.singular .has-share .entry-meta {
  min-height: 1px;
}
.entry-meta .entry-meta-item {
  margin: 8px 0;
}
.singular .entry-meta .entry-meta-item {
  display: block;
}
.entry-meta .entry-meta-item:not(.entry-edit) a {
  color: inherit;
}
.entry-meta .entry-meta-item:not(.entry-edit) a:hover {
  color: inherit;
  text-decoration: underline;
}
.entry-meta .entry-meta-title {
  display: none;
  padding-right: 5px;
  color: #888;
  font-weight: 500;
}
.has-share .entry-meta .entry-meta-items, .has-share .entry-meta .entry-meta-shares {
  display: table-cell;
  vertical-align: bottom;
}
.has-share .entry-meta .entry-meta-items {
  width: 100%;
}
.has-share .entry-meta .entry-meta-shares {
  min-width: 1px;
  white-space: nowrap;
}
.entry-meta .entry-date {
  display: inline;
  padding-right: 10px;
}
.entry-meta .entry-date .entry-date-modified {
  display: none;
  color: #CCC;
  font-style: italic;
}
.singular .entry-meta .entry-date {
  display: block;
  padding-right: 0;
}
.singular .entry-meta .entry-date .entry-date-modified {
  display: inline;
}
.entry-meta .entry-commentslink {
  padding-right: 10px;
}
.entry-meta .entry-edit {
  display: none;
}
.singular .entry-meta .entry-edit {
  display: block;
}

.entry-sticky {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  background: #2E74C0 url(/wp-content/themes/premium/oslo/images/sticky.svg) no-repeat left;
  background-size: 100%;
}

@media screen and (min-width: 955px) {
  #entries[data-columns='2'] .entry {
    opacity: 0;
    -moz-transition: opacity 350ms ease;
    -o-transition: opacity 350ms ease;
    -webkit-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
  }
  #entries[data-columns='2'] .entry.columns-loaded {
    opacity: 1;
  }
}
@media screen and (min-width: 783px) {
  body.columns-active {
    overflow-x: hidden;
  }
  body.columns-active #entries {
    background: #FFF;
  }
  body.columns-active #entries:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 29px;
    background: #FFF;
  }
  body.columns-active #columns-separator {
    z-index: 12;
    position: absolute;
    top: 0;
    bottom: -29px;
    left: 49.99%;
    width: 1px;
    background: #E7E9EC;
  }
  body.columns-active .entry {
    width: 50%;
    border-bottom: none;
    border-top: 1px solid #E7E9EC;
    margin: -1px 0 2px 0;
  }
  body.columns-active .entry .entry-header,
  body.columns-active .entry .entry-content,
  body.columns-active .entry .entry-meta {
    max-width: none;
  }
  body.columns-active .entry .entry-content {
    margin-bottom: 25px;
  }
  body.columns-active .entry .entry-meta {
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    background: #FFF;
    border-bottom: 1px solid transparent;
  }
  body.columns-active .entry .entry-meta-wrap {
    padding: 0 12% 10%;
  }
  body.columns-active.no-touch .entry-content {
    margin-bottom: -15px;
  }
  body.columns-active.no-touch .entry-meta {
    -moz-transition: bottom 0.15s ease, box-shadow 0.15s ease, border-bottom 0.15s ease;
    -o-transition: bottom 0.15s ease, box-shadow 0.15s ease, border-bottom 0.15s ease;
    -webkit-transition: bottom 0.15s ease, box-shadow 0.15s ease, border-bottom 0.15s ease;
    transition: bottom 0.15s ease, box-shadow 0.15s ease, border-bottom 0.15s ease;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  body.columns-active.no-touch .entry-meta-wrap {
    padding: 0 12% 5%;
    opacity: 0;
    -moz-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
  }
  body.columns-active.no-touch .entry:hover .entry-meta,
  body.columns-active.no-touch .entry.has-sharemenu .entry-meta {
    bottom: -28px;
    border-bottom: 1px solid #E7E9EC;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03), 0 2px 0 rgba(0, 0, 0, 0.02), 0 3px 0 rgba(0, 0, 0, 0.01), 0 4px 0 rgba(0, 0, 0, 0.01);
  }
  body.columns-active.no-touch .entry:hover .entry-meta .entry-meta-wrap,
  body.columns-active.no-touch .entry.has-sharemenu .entry-meta .entry-meta-wrap {
    opacity: 1;
  }
}
#content .entry-content .gallery {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #DDD;
  border-radius: 6px;
}
#content .entry-content .gallery br {
  display: none;
}
#content .entry-content .gallery .gallery-item {
  display: inline-block;
  float: none;
  position: relative;
  vertical-align: top;
  width: 33.333%;
  margin: 0;
  padding: 10px;
  text-align: left;
}
#content .entry-content .gallery .gallery-caption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  max-height: 24px;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  font-family: "Roboto", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-weight: 100;
  line-height: 1.71;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: rgba(0, 0, 0, 0.33);
  border-radius: 0 0 3px 3px;
}
#content .entry-content .gallery .gallery-icon img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 3px;
}

.entry-author {
  display: none;
  margin-top: 42px;
  padding-top: 42px;
  border-top: 1px solid #E7E9EC;
}
.show-post-author.singular .entry-author {
  display: block;
}

.entry-author .avatar {
  display: block;
  float: left;
  margin-right: 25px;
  border-radius: 3px;
}

.author-info {
  margin-left: 97px;
}

.author-name {
  margin-top: -2px;
  color: #333;
  font-size: 16px;
  font-weight: normal;
}

.author-description {
  margin: 10px 0 0;
  line-height: 1.64;
}

.author-link {
  font-family: "Roboto", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
}

/* _post_content.scss */
.entry-header iframe, .entry-content iframe,
.entry-header embed,
.entry-content embed,
.entry-header object,
.entry-content object,
.entry-header img,
.entry-content img,
.entry-header video,
.entry-content video,
.entry-header .wp-caption,
.entry-content .wp-caption, .entry-header > div, .entry-content > div {
  display: block;
  max-width: 100%;
}
body:not(.wp-editor) .entry-header img, body:not(.wp-editor) .entry-content img {
  height: auto;
}

.entry-content {
  line-height: 1.64;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin: 25px 0 -10px;
  color: #333;
  font-family: "Roboto", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-weight: 100;
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: 1.3;
}
.entry-content h1 {
  font-size: 26px;
}
.entry-content h2 {
  margin: 26px 0 -6px;
  font-size: 22px;
}
.entry-content h3 {
  margin: 27px 0 -6px;
  font-size: 18px;
}
.entry-content h4 {
  margin: 28px 0 -7px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: .025em;
  text-transform: none;
}
.entry-content h5, .entry-content h6 {
  margin: 27px 0 -7px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: .1em;
}
.entry-content h6 {
  padding-bottom: 8px;
  border-bottom: 1px solid #EEE;
}
.entry-content a:hover {
  text-decoration: underline;
}
.entry-content a.more-link {
  display: inline-block;
  margin-top: 7px;
  font-family: "Roboto", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
}
.wf-active .entry-content a.more-link {
  font-size: inherit !important;
}
.entry-content a.more-link:hover {
  text-decoration: none;
}
.entry-content p,
.entry-content hr,
.entry-content blockquote,
.entry-content blockquote cite,
.entry-content dl,
.entry-content menu,
.entry-content ol,
.entry-content ul,
.entry-content audio,
.entry-content video,
.entry-content img,
.entry-content .wp-caption,
.entry-content table {
  margin: 20px 0;
}
.entry-content blockquote {
  padding: 0 0 0 20px;
  border-left: 1px solid #DDD;
}
.entry-content blockquote cite {
  display: block;
}
.entry-content blockquote.pullquote {
  position: relative;
  float: right;
  width: 30%;
  min-width: 160px;
  padding: 20px 0 20px 30px;
  margin: 10px 0 10px 20px;
  color: #3B3B3B;
  font-family: "Roboto", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.56;
  border: 0;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (max-width: 782px) {
  .entry-content blockquote.pullquote {
    float: none;
    width: auto;
    margin: 20px 0;
  }
}
.entry-content blockquote.pullquote p {
  margin: 0 0 20px;
}
.entry-content blockquote.pullquote p:last-of-type {
  margin: 0;
}
.entry-content blockquote.pullquote:before {
  content: '\201C';
  position: absolute;
  top: 30px;
  left: 0;
  color: #D2D2D2;
  font-family: Georgia, serif;
  font-size: 42px;
  line-height: .75;
}
.entry-content dl, .entry-content menu, .entry-content ol, .entry-content ul {
  padding: 0;
}
.entry-content ol, .entry-content ul {
  padding-left: 16px;
}
.entry-content ol ol, .entry-content ol ul, .entry-content ul ol, .entry-content ul ul {
  margin: 0;
}
.entry-content li {
  padding-left: 4px;
}
.entry-content hr {
  height: 1px;
  border: 0;
  background: #eee;
}
.entry-content iframe,
.entry-content embed,
.entry-content object {
  margin: 20px 0 !important;
}
.entry-content .fluid-width-video-wrapper {
  margin-bottom: 18px;
}
.entry-content .fluid-width-video-wrapper iframe,
.entry-content .fluid-width-video-wrapper embed,
.entry-content .fluid-width-video-wrapper object {
  margin: 0 !important;
}
.entry-content img,
.entry-content .wp-caption {
  padding: 10px 0;
}
.entry-content .wp-caption img {
  margin: 0;
  padding: 0;
}
.entry-content .aligncenter {
  margin: 20px auto;
}
.entry-content .alignleft,
.entry-content .wp-caption.alignleft {
  float: left;
  margin-top: 6px;
  padding: 0 20px 0 0;
}
.entry-content .alignright,
.entry-content .wp-caption.align-right {
  float: right;
  margin-top: 6px;
  padding: 0 0 0 20px;
}
.entry-content .wp-caption-text,
.entry-content .wp-caption .wp-caption-text {
  margin: 0;
  padding: 10px 0 0 0;
  color: #999;
  font-size: 12px;
  line-height: 1.5;
}
.entry-content td, .entry-content th {
  padding: 5px;
  border: 1px solid #DDD;
}
.entry-content dt {
  color: #555;
  font-weight: bold;
}
.entry-content dd {
  margin: 0 0 10px;
}
.entry-content pre {
  padding: 20px;
  background: #FAFAFA;
  border: 1px solid #EEE;
}
.entry-content .youtube5container,
.entry-content .youtube5placeholder {
  max-width: 100%;
}
.entry-content .entry-nav {
  margin: 28px 0 13px;
  font-family: "Roboto", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
}
.entry-content .entry-nav .entry-nav-title {
  padding-right: 5px;
}
.entry-content .entry-nav .entry-nav-link {
  padding: 0 5px;
  text-decoration: underline;
}
.entry-content .entry-nav a .entry-nav-link {
  text-decoration: none;
}

/* _page.scss */
.page-header {
  position: relative;
  z-index: 13;
  padding: 28px 7%;
  color: #888;
  font-size: 14px;
  line-height: 2;
  background: #FFF;
  border-bottom: 1px solid #E7E9EC;
}
@media screen and (min-width: 783px) {
  .page-header {
    padding: 28px 6%;
  }
}
@media screen and (max-width: 480px) {
  .page-header {
    text-align: center;
  }
}
.page-header h1 {
  font-size: 18px;
  line-height: 1.56;
  font-weight: 100;
}
.page-header h1 .term {
  color: #333;
  padding-left: .25em;
}
.page-header .page-description {
  color: #AAA;
}
.page-header .page-description p {
  margin: 5px 0 0 0;
}

.error404 .widgettitle {
  margin-bottom: 20px;
}

/* _comments.scss */
.entry-comments {
  margin-top: 42px;
  padding-top: 42px;
  border-top: 1px solid #E7E9EC;
}
.entry-comments ol, .entry-comments ul {
  margin: 20px 0;
  list-style: none;
}

.comments-title {
  margin-bottom: 42px;
  color: #333;
  font-size: 26px;
  font-weight: 100;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.comments-title span {
  color: #AAA;
}
.no-comments .comments-title {
  display: none;
}

.comment-list {
  padding: 0;
}
.comment-list .children {
  margin: 0;
  padding-left: 30px;
  border-left: 1px solid #DDD;
}
.comment-list .children .children {
  padding-left: 20px;
  border-left: none;
}

.comment {
  margin: 32px 0;
}
.comment header {
  font-family: "Roboto", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-size: 16px;
}
.comment header a {
  color: inherit;
}
.comment .comment-meta {
  color: #BBB;
  font-size: 13px;
  padding-top: 3px;
}
.comment .avatar {
  float: left;
  margin-right: 15px;
  border-radius: 3px;
}
.comment .comment-author {
  color: #D2D2D2;
  font-size: 14px;
  line-height: 1.1;
}
.comment .comment-author cite {
  color: #333;
  font-size: 16px;
  font-style: normal;
}
.comment.pingback .comment-author {
  line-height: 1.4;
}
#content .comment .comment-content ul {
  list-style-type: circle;
}
#content .comment .comment-content ol {
  list-style-type: decimal;
}
#content .comment .comment-content img {
  margin: 0;
  padding: 0;
}
.comment footer {
  font-family: "Roboto", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
}
.comment footer .comment-reply-link,
.comment footer .comment-edit-link {
  padding-right: 10px;
}
.comment footer .comment-reply-link a:hover,
.comment footer .comment-edit-link a:hover {
  text-decoration: underline;
}
.comment footer:empty {
  padding: 0;
}

#respond {
  margin: 42px 0;
}
.comment-list #respond {
  margin: 30px 0 0;
}
.no-comments #respond {
  margin-top: 0;
}
#respond p {
  padding: 0;
  margin: 10px 0;
}
#respond p.form-submit {
  margin-bottom: 20px;
}
#respond .text-input,
#respond .blog-textarea {
  margin: 0;
  font-weight: normal;
}
#respond .logged-in-as {
  margin-bottom: -12px;
  padding: 10px 15px;
  color: #AAA;
  font-size: 12px;
  font-family: "Roboto", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  background: #FAFAFA;
  border: 1px solid #D9D9D9;
  border-radius: 3px 3px 0 0;
}
#respond .logged-in-as a:last-of-type {
  float: right;
}
#respond .comment-guidelines {
  float: right;
  margin-bottom: 20px;
  color: #CCC;
  line-height: 1.4;
}
#respond #submit {
  margin-right: 5px;
}
#respond .comment-reply-title {
  margin: 30px 0;
  color: #333;
  font-size: 22px;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 1.32;
  letter-spacing: 1px;
}
#respond .comment-reply-title small {
  float: right;
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
  line-height: 2.5;
  letter-spacing: normal;
}
.no-comments #respond .comment-reply-title {
  margin-top: 0;
}
#respond #jetpack_remote_comment {
  min-height: 53px;
}
#respond .comment-subscription-form label {
  color: #777;
  font-size: 12px;
  font-family: "Droid Serif", "Georgia", "Times New Roman", "Palatino", "Hoefler Text", "Baskerville", serif;
}

.comment-navigation .page-numbers {
  margin: 0 6px 0 0;
}
.comment-navigation .current {
  text-decoration: underline;
}
.comment-navigation .prev {
  margin-right: 18px;
}
.comment-navigation .next {
  margin-left: 18px;
}
.comment-navigation#comment-nav-above {
  margin: -10px 0 40px;
}

/* _jetpack-sharing.scss */
.baremenu-button, .likemenu-button, .sharemenu-button {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 22px;
  height: 18px;
  margin: 0 0 -4px 5px;
  background: transparent url(/wp-content/themes/premium/oslo/images/icon-share.svg) no-repeat center;
  opacity: .3;
  cursor: pointer;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-backface-visibility: hidden;
}
.no-touch .baremenu-button:hover, .no-touch .likemenu-button:hover, .no-touch .sharemenu-button:hover, .active.baremenu-button, .active.likemenu-button, .active.sharemenu-button {
  opacity: 1;
}
.touch .baremenu-button, .touch .likemenu-button, .touch .sharemenu-button {
  width: 28px;
}
.singular .baremenu-button, .singular .likemenu-button, .singular .sharemenu-button {
  top: 0;
  margin-bottom: 0;
}

.sharedaddy.baremenu, .sharedaddy.sd-like.likemenu, .sharemenu {
  display: none;
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 990;
  margin-top: -16px;
  margin-right: -30px;
  font-size: 14px;
  font-family: "Roboto", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  background: #FFF;
  border-radius: 3px !important;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
}
.sharedaddy.baremenu:after, .sharedaddy.sd-like.likemenu:after, .sharemenu:after, .sharedaddy.baremenu:before, .sharedaddy.sd-like.likemenu:before, .sharemenu:before {
  top: 100%;
  right: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.sharedaddy.baremenu:after, .sharedaddy.sd-like.likemenu:after, .sharemenu:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #FFF;
  border-width: 10px;
}
.sharedaddy.baremenu:before, .sharedaddy.sd-like.likemenu:before, .sharemenu:before {
  right: 19px;
  border-color: rgba(238, 238, 238, 0);
  border-top-color: #CACACA;
  border-width: 11px;
}
.active.sharedaddy.baremenu, .active.sharedaddy.sd-like.likemenu, .active.sharemenu {
  display: block;
  opacity: 0;
  -moz-transition: opacity 150ms, -moz-transform 150ms;
  -o-transition: opacity 150ms, -o-transform 150ms;
  -webkit-transition: opacity 150ms, -webkit-transform 150ms;
  transition: opacity 150ms, transform 150ms;
  -moz-transform: translateY(13%) scaleY(0.75);
  -ms-transform: translateY(13%) scaleY(0.75);
  -webkit-transform: translateY(13%) scaleY(0.75);
  transform: translateY(13%) scaleY(0.75);
}
.active.below.sharedaddy.baremenu, .active.below.sharedaddy.sd-like.likemenu, .active.below.sharemenu {
  margin-top: 15px;
  -moz-transform: translateY(-13%) scaleY(0.75);
  -ms-transform: translateY(-13%) scaleY(0.75);
  -webkit-transform: translateY(-13%) scaleY(0.75);
  transform: translateY(-13%) scaleY(0.75);
}
.active.animate-in.sharedaddy.baremenu, .active.animate-in.sharedaddy.sd-like.likemenu, .active.animate-in.sharemenu {
  opacity: 1;
  -moz-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}
.active.animate-out.sharedaddy.baremenu, .active.animate-out.sharedaddy.sd-like.likemenu, .active.animate-out.sharemenu {
  opacity: 0;
  -moz-transition: opacity 250ms, -moz-transform 250ms;
  -o-transition: opacity 250ms, -o-transform 250ms;
  -webkit-transition: opacity 250ms, -webkit-transform 250ms;
  transition: opacity 250ms, transform 250ms;
  -moz-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}
.active.animate-out.sharedaddy.baremenu:before, .active.animate-out.sharedaddy.sd-like.likemenu:before, .active.animate-out.sharemenu:before, .active.animate-out.sharedaddy.baremenu:after, .active.animate-out.sharedaddy.sd-like.likemenu:after, .active.animate-out.sharemenu:after {
  opacity: 0;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.active.below.sharedaddy.baremenu:after, .active.below.sharedaddy.sd-like.likemenu:after, .active.below.sharemenu:after, .active.below.sharedaddy.baremenu:before, .active.below.sharedaddy.sd-like.likemenu:before, .active.below.sharemenu:before {
  top: auto;
  bottom: 100%;
  border-top-color: transparent;
  border-bottom-color: #FFF;
}
.active.below.sharedaddy.baremenu:before, .active.below.sharedaddy.sd-like.likemenu:before, .active.below.sharemenu:before {
  border-bottom-color: #CACACA;
}

.sharedaddy.baremenu {
  max-width: 320px;
  padding: 15px;
}
.sharedaddy.baremenu .sd-title {
  display: none;
}
.sharedaddy.baremenu .sd-block {
  margin: 0;
  padding: 0;
  border: 0;
}
.sharedaddy.baremenu .sd-content {
  float: none;
  width: 100%;
}
.sharedaddy.baremenu .sd-content a, .sharedaddy.baremenu .sd-content span {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.sharedaddy.baremenu .sd-content ul {
  margin: 0 !important;
}

.likemenu-button {
  top: -2px;
  margin-left: 0;
  background-image: url(/wp-content/themes/premium/oslo/images/icon-like.svg);
}
.singular .likemenu-button {
  top: -1px;
}

.sharedaddy.sd-like.likemenu {
  max-width: 253px;
  padding: 15px 10px 2px 15px;
}
.sharedaddy.sd-like.likemenu.active {
  -moz-transform: translateY(32%) scaleY(0.5);
  -ms-transform: translateY(32%) scaleY(0.5);
  -webkit-transform: translateY(32%) scaleY(0.5);
  transform: translateY(32%) scaleY(0.5);
}
.sharedaddy.sd-like.likemenu.active.below {
  -moz-transform: translateY(-32%) scaleY(0.5);
  -ms-transform: translateY(-32%) scaleY(0.5);
  -webkit-transform: translateY(-32%) scaleY(0.5);
  transform: translateY(-32%) scaleY(0.5);
}
.sharedaddy.sd-like.likemenu.active.animate-in {
  opacity: 1;
  -moz-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}
.sharedaddy.sd-like.likemenu .sd-title {
  display: none;
}
.sharedaddy.sd-like.likemenu .post-likes-widget {
  float: none;
  width: 100%;
}

body div.jetpack-likes-widget-wrapper {
  height: auto;
}

#likes-other-gravatars {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.sharemenu.active {
  display: table;
  table-layout: fixed;
}
.sharemenu.icon-mode .sharemenu-main a {
  padding: 18px 30px;
}
.sharemenu.icon-mode .sharemenu-main .icon {
  left: 0;
  right: 0;
  width: auto;
}
.sharemenu.icon-mode.show-more .sharemenu-main a {
  padding-right: 22px;
}
.sharemenu.text-mode .sharemenu-main a {
  padding-left: 16px;
}
.sharemenu.text-mode .sharemenu-main .icon {
  display: none;
}
.sharemenu.text-mode.show-more .sharemenu-main a {
  max-width: none;
  padding: 11px 30px 11px 16px;
}
.sharemenu.official-mode .sharedaddy {
  display: block;
}
.sharemenu.official-mode .sharedaddy .sd-title {
  display: none;
}
.sharemenu.official-mode .sharedaddy .sd-block {
  padding: 12px 5px 7px 12px;
  border: none;
}
.sharemenu.official-mode .sharedaddy .sd-content {
  float: none;
  width: auto;
  margin: 0;
}
.sharemenu.official-mode .sharedaddy .sd-content li {
  float: none;
}
.sharemenu.official-mode .sharedaddy .sd-content li * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.sharemenu.official-mode .sharedaddy .sd-content .sharing-hidden li {
  float: left;
}
.sharemenu.official-mode .sharedaddy .sd-content .share-end {
  display: none;
}
.sharemenu.show-more .sharemenu-show-more .icon {
  background-image: url(/wp-content/themes/premium/oslo/images/icon-share-less.svg);
}
.sharemenu.show-more .sharemenu-main a {
  max-width: 0;
  padding-right: 0;
}
.sharemenu.show-more .sharemenu-more {
  display: table-cell;
  max-width: 280px;
  border-left: 1px solid #EFEFEF;
}
.sharemenu .sharemenu-more {
  display: none;
  vertical-align: top;
  max-width: 0;
  overflow: hidden;
}
.sharemenu .sharemenu-more .sd-content {
  width: 220px;
  padding: 15px !important;
  float: none;
}
.sharemenu .sharemenu-more li {
  margin: 0 10px 0 0;
}
.sharemenu .sharemenu-more a, .sharemenu .sharemenu-more span {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.sharemenu-main {
  display: table-cell;
}
.sharemenu-main a {
  position: relative;
  display: block;
  max-width: 400px;
  overflow: hidden;
  padding: 11px 30px 11px 45px;
  color: #777;
  text-decoration: none;
  border-bottom: 1px solid #EFEFEF;
  white-space: nowrap;
  cursor: pointer;
  -webkit-font-smoothing: subpixel-antialiased;
}
.sharemenu-main a:hover {
  color: #333;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.sharemenu-main a:hover .icon {
  opacity: .8;
  -webkit-filter: grayscale(100%) brightness(0%);
  filter: grayscale(100%) brightness(0%);
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.sharemenu-main a.sharemenu-show-more {
  color: #B9B9B9;
  font-size: 12px;
}
.sharemenu-main a.sharemenu-show-more:hover {
  color: #333;
}
.sharemenu-main a:last-of-type {
  border: none;
}
.sharemenu-main .icon {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 24px;
  padding: 0;
  opacity: 1;
  background: transparent url(/wp-content/themes/premium/oslo/images/icon-share-default.svg) no-repeat center;
}
.sharemenu-main .sharemenu-show-more .icon {
  background-image: url(/wp-content/themes/premium/oslo/images/icon-share-more.svg);
}
.sharemenu-main .sharemenu-show-less .icon {
  background-image: url(/wp-content/themes/premium/oslo/images/icon-share-less.svg);
}
.sharemenu-main .share-digg .icon {
  background-image: url(/wp-content/themes/premium/oslo/images/icon-share-digg.svg);
}
.sharemenu-main .share-email .icon {
  background-image: url(/wp-content/themes/premium/oslo/images/icon-share-email.svg);
}
.sharemenu-main .share-print .icon {
  background-image: url(/wp-content/themes/premium/oslo/images/icon-share-print.svg);
}
.sharemenu-main .share-reddit .icon {
  background-image: url(/wp-content/themes/premium/oslo/images/icon-share-reddit.svg);
}
.sharemenu-main .share-pocket .icon {
  background-image: url(/wp-content/themes/premium/oslo/images/icon-share-pocket.svg);
}
.sharemenu-main .share-tumblr .icon {
  background-image: url(/wp-content/themes/premium/oslo/images/icon-share-tumblr.svg);
}
.sharemenu-main .share-twitter .icon {
  background-image: url(/wp-content/themes/premium/oslo/images/icon-share-twitter.svg);
}
.sharemenu-main .share-facebook .icon {
  background-image: url(/wp-content/themes/premium/oslo/images/icon-share-facebook.svg);
}
.sharemenu-main .share-linkedin .icon {
  background-image: url(/wp-content/themes/premium/oslo/images/icon-share-linkedin.svg);
}
.sharemenu-main .share-pinterest .icon {
  background-image: url(/wp-content/themes/premium/oslo/images/icon-share-pinterest.svg);
}
.sharemenu-main .share-stumbleupon .icon {
  background-image: url(/wp-content/themes/premium/oslo/images/icon-share-stumbleupon.svg);
}
.sharemenu-main .share-google-plus-1 .icon {
  background-image: url(/wp-content/themes/premium/oslo/images/icon-share-googleplus.svg);
}

body #sharing_email label {
  color: #333;
  font-size: 14px;
  font-family: "Roboto", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-weight: normal;
}
body #sharing_email input[type="text"] {
  width: 100%;
  margin: 10px 0 15px;
}
body #sharing_email .sharing_cancel {
  color: #888;
  font-size: 16px;
  font-family: "Roboto", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
}
body #sharing_email .response-sub {
  margin: 10px 0;
  color: #777;
}
body #sharing_email .response .sharing_cancel {
  padding: 0;
}

/* _plugins.scss */
img#wpstats {
  display: none;
}

#content .slideshow-window {
  margin: 20px 0;
}
#content .slideshow-window .slideshow-slide {
  max-width: 100%;
}
#content .slideshow-window .slideshow-slide img {
  display: inline;
  margin: 0;
}

#content .tiled-gallery {
  margin: 20px 0;
}

#content .videopress-placeholder {
  display: block;
  height: auto !important;
  max-width: 100%;
}

#content .video-player video {
  height: auto;
}

#jp-relatedposts img {
  margin: 0;
}
#jp-relatedposts .jp-relatedposts-post-title {
  font-family: "Roboto", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  line-height: 1.4;
}
#jp-relatedposts .jp-relatedposts-post-context {
  font-family: "Roboto", "Helvetica", "Helvetica Neue", "Arial", sans-serif;
  font-size: 12px;
}
#jp-relatedposts .jp-relatedposts-post-excerpt {
  padding: 5px 0;
  font-size: 13px;
  line-height: 1.33;
}

#disqus_thread {
  margin-top: 50px;
}
