@import url(////fonts.googleapis.com/css?family=Open+Sans|Merriweather:700);
/**
 * 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;
}


#bit, #bit * {
	*zoom: 1;
}

#bit {
	font: normal 13px 'Open Sans', sans-serif;
	_display: none;
}

/* @noflip */
.rtl #bit {
	font-family: tahoma, Arial, sans-serif;
}

.loggedout-follow-shelf {
	position: fixed;
	right: 40%;
	z-index: 100;
	bottom: -330px;
}

.loggedout-follow-normal {
	position: fixed;
	z-index: 100;
	bottom: -330px;
	right: 10px;
}

.loggedout-follow-typekit {
	margin-right: 4.5em;
	position: fixed;
	z-index: 100;
	bottom: -330px;
	right: 10px;
}

#bit a.bsub {
	display: block;
	overflow: hidden;
	padding: 0 10px 0 8px;
	float: right;
	text-decoration: none !important;
	line-height: 28px;
	font-weight: normal;
	font-size: 13px;
	color: #CCC;
	letter-spacing: normal;
	border: 0;
	background-color: #324155;
	-webkit-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	-o-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	-ms-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	outline-style: none;
	outline-width: 0;
}

#bit a.bsub {
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-o-border-radius: 2px 2px 0 0;
	-ms-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}

#bit a.bsub span {
	padding-right: 6px;
}

#bit a.bsub span:before{
	content: '\f801';
	color: #00AADC;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 16px/1 'Noticons';
	margin: 0 5px 4px 0;
	vertical-align: middle;
}

#bit a:hover span, #bit a.bsub.open span {
	color: #ffffff !important;
	background-position: left -117px;
}

#bit a.bsub.open {
	background: #324155;
}

#bitsubscribe {
	background: #324155;
	color: #fff;
	padding: 15px;
	width: 200px;
	margin-top: 27px;
	-moz-border-radius: 2px 0 0 0;
	-webkit-border-radius: 2px 0 0 0;
	-o-border-radius: 2px 0 0 0;
	-ms-border-radius: 2px 0 0 0;
	border-radius: 2px 0 0 0;
	*float: right;
	*margin-right: -68px;
}

div#bitsubscribe.open {
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-ms-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

#bitsubscribe div {
	overflow: hidden;
}

#bitsubscribe a {
	color: #d2dee6;
}

#bit h3, #bit #bitsubscribe h3 {
	margin: 0 0 .5em 0 !important;
	font-size: 20px;
	color: #D2DEE6;
	text-align: left;
	font-family: 'Merriweather', serif;
	font-weight: bold;
}

#bit h3 label{
	color: #D2DEE6;
	font-family: 'Merriweather', serif;
	font-size: 20px;
}

#bit #bitsubscribe p {
	margin: 0 0 1em 0;
	*margin: 0 0 0 0;
	font-size: 14px;
	line-height: 1.45em;
	font-weight: 300;
	color: #fff;
}

#bitsubscribe p a {
	margin: 20px 0 0;
	color: #fff;
	text-decoration: underline;
}

#bit #bitsubscribe p.bit-follow-count {
	font-size: 13px;
	color: #D2DEE6;
	margin-top: -8px;
}

#bitsubscribe input[type=submit] {
  border-style: solid;
  border-width: 1px 1px 2px;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 0;
  outline: 0;
  overflow: hidden;
  padding: .75em;
  text-overflow: ellipsis;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8) inset;
  -moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8) inset;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8) inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  background: #00aadc;
  border-color: #0090bb;
  border-top-color: #0099c6;
  border-bottom-color: #0088b0;
  color: #fff;
  -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset;
  -moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset;
  width:100%;
  text-shadow: none;
  font-size: 1em;

}

#bitsubscribe input[type=submit]:hover {
	background: #33bbe3;
	border-color: #2b9ec0;
	border-bottom-color: #2895b5;
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset;
}

#bitsubscribe input[type=submit]:active {
	border-width: 2px 1px 1px;
}

#bitsubscribe input[type=text],
#bitsubscribe input[type=email] {
	background: #f4f8fA;
	border: 1px solid #d2dee6;
	border-radius: 0;
	color: #404040;
	font-size: 13px;
	font-weight: 300;
	height: auto;
	padding: 5px 6px;
	width: 100%;
	box-sizing: border-box;
	/* @noflip */
	direction: ltr;
}

#bitsubscribe input[type=text]:focus,
#bitsubscribe input[type=email]:focus {
	border: 1px solid #000;
}

#bitsubscribe.open {
	display: block;
}

#bsub-subscribe-button {
	text-align: center;
	margin: 0 auto;
}

/*
Confirmation
=============================== */


#bitsubscribe #lof-followpublicize h3 {
	font-size: 13px;
	padding-top: 1em;
	margin-bottom: 1em !important;
}

#bitsubscribe #lof-followpublicize p.lof-followpublicize-twitter,
#bitsubscribe #lof-followpublicize p.lof-followpublicize-facebook {
	overflow: hidden;
}
#bitsubscribe #lof-followpublicize p.lof-followpublicize-facebook {
	border: 1px solid #242f3d;
}

/*
Error
=============================== */

#bit #bitsubscribe p#loggedout-follow-error {
	background: #E8F0F5;
	border-left: 3px solid #DD3D36;
	font-size: 12px;
	font-weight: 1.4em;
	padding: 10px;
	color: #DD3D36;
}

/*
Footer
=============================== */

#bitsubscribe #bsub-credit {
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	padding: 0 0 7px 0;
	margin:0 0 -15px;
	border-top: 1px solid #3c3c3c;
}

#bitsubscribe #bsub-credit a {
	color: #90AEC2;
	background: none;
	text-decoration: none;
}

#bitsubscribe #bsub-credit a:hover {
	color: #78DCFA;
	background: none;
}

@media (max-width: 800px) {
	#bit, #bit a.bsub {
		display:none;
	}
}

@media (min-device-width: 768px) {
	#bit, #bit a.bsub {
		display: block;
	}
}
/**
 * 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;
}/*
Theme Name: Outspoken
Theme URI: http://wpshower.com/themes/outspoken/
Author: WPShower
Author URI: http://wpshower.com/
Description: A highly customizable WordPress theme developed for news websites, magazines & blogs. Outspoken is a responsive, clean, simple & easy to customize. Theme specifically designed for your new website, blog or online magazine.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light, orange, one-column, two-columns, right-sidebar, left-sidebar, full-width-template, custom-header, post-slider, fixed-layout, responsive-layout, custom-background, custom-colors, custom-menu, post-formats, rtl-language-support, theme-options, infinite-scroll, translation-ready, magazine, photography, business, professional, conservative, traditional, featured-images
Text Domain: outspoken

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Site Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

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

[hidden] {
	display: none;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

body {
	height: 100%;
	color: #444;
	background-color: #f4f3f0;
	line-height: 1;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

a {
	color: #444;
	text-decoration: none;
	-webkit-transition: color 0.1s ease-in-out, border-color 0.1s ease-in-out;
	-moz-transition: color 0.1s ease-in-out, border-color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out, border-color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out, border-color 0.1s ease-in-out;
}

a:focus,
a:active,
.no-touch a:hover {
	outline: 0;
}

.no-touch a:hover {
	color: #ff5436;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #444;
}

h1 {
	font-size: 46px;
	font-size: 4.6rem;
	line-height: 48px;
	line-height: 4.8rem;
	margin: 30px 0 40px;
	margin: 3rem 0 4rem;
}

h2 {
	font-size: 38px;
	font-size: 3.8rem;
	line-height: 40px;
	line-height: 4rem;
	margin: 28px 0 38px;
	margin: 2.8rem 0 3.8rem;
}

h3 {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 35px;
	line-height: 3.5rem;
	margin: 27px 0 37px;
	margin: 2.7rem 0 3.7rem;
}

h4 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 35px;
	line-height: 3.5rem;
	margin: 26px 0;
	margin: 2.6rem 0;
}

h5 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 35px;
	line-height: 3.5rem;
	margin: 25px 0;
	margin: 2.5rem 0;
}

h6 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 35px;
	line-height: 3.5rem;
	margin: 24px 0;
	margin: 2.4rem 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ececec;
	color: #444;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
}

code,
kbd,
pre,
samp {
	font-family: Courier, monospace, serif;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background: #fdf9eb;
	color: #988b70;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 47px 0;
	margin: 4.7rem 0;
	overflow: auto;
	padding: 15px 35px;
	padding: 1.5rem 3.5rem;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	border: 1px solid #f1ead4;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	margin: 35px 33px;
	margin: 3.5rem 3.3rem;
	padding-left: 26px;
	padding-left: 2.6rem;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 31px;
	line-height: 3.1rem;
	font-weight: normal;
	border-left: 8px solid #ececec;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small,
.quote-caption {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	text-transform: uppercase;
}

small {
	font-size: smaller;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
	margin: 0 2rem;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
	margin: 0 0 2rem;
}

menu,
ol,
ul {
	margin: 24px 0;
	margin: 2.4rem 0;
	padding: 0 0 0 40px;
	padding: 0 0 0 4rem;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

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

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #ececec;
	margin: 0 2px;
	margin: 0 0.2rem;
	padding: 10px 20px;
	padding: 1rem 2rem;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

input,
textarea {
	background: transparent;
}

button,
input {
	line-height: normal;
}

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

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

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
}

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

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

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	table-layout: fixed;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

caption {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 20px 0;
	margin: 2rem 0;
}

th {
	font-weight: bold;
}

td {
	padding: 0;
}

del {
	color: #444;
}

ins {
	background: rgba(236, 236, 236, 0.5);
	text-decoration: none;
}

hr {
	background: #ececec;
	border: 0;
	height: 1px;
	overflow: hidden;
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
}


/**
 * 2.0 Repeatable patterns
 * ----------------------------------------------------------------------------
 */

@font-face {
	font-family: outspoken;
	src: url(../../wp-content/themes/premium/outspoken/fonts/outspoken.eot) format('eot'),
		url(../../wp-content/themes/premium/outspoken/fonts/outspoken.woff) format('woff'),
		url(../../wp-content/themes/premium/outspoken/fonts/outspoken.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Clearing floats */
.clear:after,
.format-audio .entry-media:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.format-audio .entry-media:before,
.format-audio .entry-media:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:focus {
	background-color: #fff;
	border: 2px solid #ececec;
	border-radius: 3px;
	clip: auto !important;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 12px;
	padding: 1.2rem;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	border: 1px solid #ececec;
	padding: 15px 10px;
	padding: 1.5rem 1rem;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	color: #444;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 26px;
	line-height: 2.6rem;
	-webkit-appearance: none;
	box-shadow: 0px 0px 0px 4px rgba(236, 236, 236, 0.3);
	-webkit-box-shadow: 0px 0px 0px 4px rgba(236, 236, 236, 0.3);
	-moz-box-shadow: 0px 0px 0px 4px rgba(236, 236, 236, 0.3);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #ff5436;
	outline: 0;
	box-shadow: 0px 0px 0px 4px rgba(255, 84, 54, 0.07);
	-webkit-box-shadow: 0px 0px 0px 4px rgba(255, 84, 54, 0.07);
	-moz-box-shadow: 0px 0px 0px 4px rgba(255, 84, 54, 0.07);
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	display: inline-block;
	padding: 0;
	line-height: 50px;
	line-height: 5rem;
	text-align: center;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 600;
	background-color: rgba(236, 236, 236, 0.5);
	border: 1px solid #ececec;
	color: #888;
	text-decoration: none;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.no-touch button:hover,
button:focus,
.no-touch input[type="submit"]:hover,
.no-touch input[type="button"]:hover,
.no-touch input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background-color: #ff5436;
	color: #fff;
	border-color: #ff5436;
}

.post-password-required form label {
	display: inline-block;
	margin-top: 5px;
	margin-top: 0.5rem;
}

.post-password-required input[type="password"] {
	margin-left: 10px;
	margin-left: 1rem;
}

.post-password-required input[type="submit"] {
	display: none;
}

/* Placeholder text color -- selectors need to be in separate to work. */
::-webkit-input-placeholder {
	color: #c4c4c4;
}

:-moz-placeholder {
	color: #c4c4c4;
}

::-moz-placeholder {
	color: #c4c4c4;
}

:-ms-input-placeholder {
	color: #c4c4c4;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.wp-caption {
	max-width: 100%;
}

.widget img {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image,
.entry-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 10px 20px 10px 0;
	margin: 1rem 2rem 1rem 0;
}

.wp-caption.alignleft {
	margin: 10px 10px 10px 0;
	margin: 1rem 1rem 1rem 0;
}

img.alignright {
	margin: 10px 0 10px 20px;
	margin: 1rem 0 1rem 2rem;
}

.wp-caption.alignright {
	margin: 10px 0 10px 10px;
	margin: 1rem 0 1rem 1rem;
}

img.aligncenter,
img.alignnone {
	margin: 10px auto;
	margin: 1rem auto;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	margin-top: 5px;
	margin-top: 0.5rem;
	color: #c4c4c4;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.hidden {
	display: none;
}

.outspoken-error {
	padding: 63px 0;
	padding: 6.3rem 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 16px;
	line-height: 1.6rem;
	background: #fdf9eb;
	color: #988b70;
	text-align: center;
	border: 1px solid #f1ead4;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.outspoken_js {
	display: none;
}

.widget .outspoken-error a {
	color: #988b70;
	border-bottom: 1px solid;
}

.no-touch .widget .outspoken-error a:hover {
	color: #ff5436;
}

.no-touch .widget_wpshower_index_videos .content span img:hover,
.no-touch a img:hover {
	opacity: 0.8;
}

/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

#page {
	position: relative;
	min-height: 100%;
	max-width: 1192px;
	min-width: 320px;
	width: 100%;
	padding: 0 40px;
	margin: 0 auto;
	background: #fff;
}

body.content-full-width #page {
	max-width: 1040px;
}

body.content-full-width #page #section-navigation.floating,
body.content-full-width #page .entry-media,
body.content-full-width #page .post-navigation {
	max-width: 960px;
}

#primary {
	float: left;
	width: 65.647482014%;
	padding-top: 50px;
	padding-top: 5rem;
}

.csscalc #primary {
	width: -moz-calc(100% - 382px);
	width: -webkit-calc(100% - 382px);
	width: calc(100% - 382px);
}

body #primary.full-width-page,
body.content-full-width #primary {
	width: 100%;
}

#tertiary {
	float: right;
	width: 31.654676259%;
	padding-top: 50px;
	padding-top: 5rem;
}

.csscalc #tertiary {
	width: 352px;
}

body.content-right #primary {
	float: right;
}

body.content-right #tertiary {
	float: left;
}

#main:after {
	content: "";
	display: block;
	clear: both;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */


/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header .searchform {
	display: block;
	position: relative;
	max-height: 0;
	overflow: hidden;
}

.site-header .searchform .icon {
	display: none;
}

.site-header .searchform [type="text"] {
	width: 100%;
	padding: 18px 0 18px 20px;
	padding: 1.8rem 0 1.8rem 2rem;
	background: #444;
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 200;
	line-height: 44px;
	line-height: 4.4rem;
	color: rgba(255, 255, 255, 0.8);
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.site-header .searchform [type="text"]:focus {
	outline: 0;
}

.site-header .searchform input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.site-header .searchform input:-moz-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.site-header .searchform input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.site-header .searchform input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.searchform [type="submit"] {
	display: none;
}

.site-title {
	margin-bottom: 18px;
	margin-bottom: 1.8rem;
	font-size: 0;
}

.home-link {
	display: inline-block;
	max-width: 100%;
}

.home-link img {
	max-width: 100%;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	vertical-align: middle;
}

.no-touch .home-link a img:hover {
	opacity: 1;
}

.home-link h1 {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 20px;
	margin: 0 0 2rem;
	font-size: 62px;
	font-size: 6.2rem;
	line-height: 62px;
	line-height: 6.2rem;
}

.home-link h2 {
	margin: 4px 0 0;
	margin: 0.4rem 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 20px;
	line-height: 2rem;
	color: #888;
}

/* Navbar */
.navbar {
	width: 100%;
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
	background: #ff5436;
	border-bottom-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
}

.navbar:after {
	content: '';
	display: block;
	clear: both;
}

#search-toggle {
	position: relative;
	float: right;
	width: 40px;
	width: 4rem;
	padding: 15px 20px 0 0;
	padding: 1.5rem 2rem 0 0;
	overflow: hidden;
	text-align: right;
	cursor: pointer;
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#search-toggle .icon {
	font-family: outspoken;
	font-size: 20px;
	font-size: 2rem;
	line-height: 20px;
	line-height: 2rem;
	color: #fff;
}

#search-toggle .pointer {
	position: absolute;
	top: -30px;
	right: 23px;
	border-top: 10px solid #444;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.no-touch #search-toggle:hover .pointer {
	top: -5px !important;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

#site-navigation a {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 18px;
	line-height: 1.8rem;
	color: #fff;
	vertical-align: top;
}

#site-navigation > div ul {
	margin: 0;
	padding: 0;
}

.menu-toggle {
	display: none;
}

/* Secondary navigation */
#section-navigation {
	clear: both;
	z-index: 100;
}

#section-navigation.floating {
	position: fixed;
	background: #fff;
	max-width: 1112px;
	border-bottom: none;
	width: -moz-calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
	box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.25);
}

#section-navigation ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#section-navigation a {
	color: #444;
}

.no-touch #section-navigation a:hover {
	color: #ff5436;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

#content {
	margin-bottom: 140px;
	margin-bottom: 14rem;
}

.hentry {
	word-wrap: break-word;
}

body.single .hentry,
body.page .hentry {
	margin-bottom: 50px;
	margin-bottom: 5rem;
}

body.home .hentry,
body.archive .hentry,
body.search .hentry {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	padding-bottom: 15px;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #ececec;
}

body.single #content .widget-area {
	margin-bottom: 50px;
	margin-bottom: 5rem;
}

body.single .entry-content,
body.page .entry-content {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 29px;
	line-height: 2.9rem;
}

body.archive .entry-content,
body.search .entry-content,
.entry-summary,
.entry-media {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 22px;
	line-height: 2.2rem;
	color: #888;
}

.page-meta {
	float: right;
	margin-left: 20px;
	margin-left: 2rem;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	color: #c4c4c4;
}

.page-meta a {
	color: #c4c4c4;
}

.entry-content a,
.entry-summary a,
.page-content a {
	color: #444;
	border-bottom: 1px solid rgba(68, 68, 68, 0.4);
}

.no-touch .entry-content a:hover,
.no-touch .entry-summary a:hover,
.no-touch .page-content a:hover {
	color: #ff5436;
	border-bottom-color: rgba(255, 84, 54, 0.4);
}

.entry-content a.image_link,
.entry-summary a.image_link {
	border-bottom: none;
}

.entry-content table,
.entry-summary table {
	margin: 55px 0 45px;
	margin: 5.5rem 0 4.5rem;
}

.entry-content th,
.entry-summary th {
	padding: 3px 0;
	padding: 0.3rem 0;
	border-bottom: 3px solid #ececec;
}

.entry-content td,
.entry-summary td {
	padding: 3px 0;
	padding: 0.3rem 0;
	border-bottom: 1px dashed #ececec;
}

.entry-content li,
.entry-summary li {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

body.archive article:after,
body.search article:after {
	content: '';
	display: block;
	clear: both;
}

.tags-links {
	margin-top: 30px;
	margin-top: 3rem;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 34px;
	line-height: 3.4rem;
	font-weight: bold;
}

.entry-content .tags-links a {
	display: inline-block;
	margin: 0 3px 5px;
	margin: 0 0.3rem 0.5rem;
	padding: 0 8px;
	padding: 0 0.8rem;
	line-height: 31px;
	line-height: 3.1rem;
	font-weight: normal;
	color: #c4c4c4;
	border: 1px solid #ececec;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}

.no-touch .entry-content .tags-links a:hover {
	color: #fff;
	background: #ff5436;
	border-color: #ff5436;
}

.article-wrapper {
	max-width: 1060px;
	margin: 0 auto;
}

/* Slider */
.outspoken-gallery {
	position: relative;
	margin-top: 14px;
	margin-top: 1.4rem;
	overflow: hidden;
}

.widget-area .outspoken-gallery {
	margin: 0 0 60px;
	margin: 0 0 6rem;
}

.entry-media .outspoken-gallery {
	margin-top: 0;
}

.hentry .outspoken-gallery {
	margin: 0 0 14px;
	margin: 0 0 1.4rem;
}

.outspoken-gallery li {
	position: relative;
}

.outspoken-gallery * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.outspoken-gallery a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.outspoken-gallery article > a {
	display: block;
	height: 0;
	padding-bottom: 66.666666667%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.outspoken-gallery.uncropped article > a {
	padding-bottom: 56.83453237%;
}

#slider.outspoken-gallery article > a {
	background-size: 100%;
}

.outspoken-gallery .meta {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 22px;
	line-height: 2.2rem;
	font-weight: bold;
	color: #fff;
}

.outspoken-gallery .meta a {
	color: #fff;
}

.no-touch .outspoken-gallery .meta a:hover {
	color: #ff5436;
}

.outspoken-gallery h2 {
	margin: 3px 0 0;
	margin: 0.3rem 0 0;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 35px;
	line-height: 3.5rem;
	font-weight: bold;
}

.outspoken-gallery h2 a {
	color: #fff;
}

.no-touch .outspoken-gallery h2 a:hover {
	color: #ff5436;
}

.outspoken-gallery .prev,
.outspoken-gallery .next {
	position: absolute;
	top: 50%;
	width: 40px;
	width: 4rem;
	height: 86px;
	height: 8.6rem;
	line-height: 86px;
	line-height: 8.6rem;
	margin-top: -43px;
	margin-top: -4.3rem;
	background: rgba(0, 0, 0, 0.1);
	font-family: outspoken;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	cursor: pointer;
	z-index: 9;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

body.wpshower-masonry #primary .outspoken-gallery .prev,
body.wpshower-masonry #primary .outspoken-gallery .next {
	width: 24px;
	width: 2.4rem;
	height: 64px;
	height: 6.4rem;
	background: rgba(0, 0, 0, 0.7);
	line-height: 64px;
	line-height: 6.4rem;
	margin-top: -32px;
	margin-top: -3.2rem;
	font-size: 10px;
	font-size: 1rem;
}

.no-touch .outspoken-gallery .prev:hover,
.no-touch .outspoken-gallery .next:hover {
	background: rgba(255, 84, 54, 1);
}

.outspoken-gallery .prev {
	left: 30px;
	left: 3rem;
}

.outspoken-gallery .next {
	right: 30px;
	right: 3rem;
}

body.wpshower-masonry #primary .outspoken-gallery .next {
	right: 20px;
	right: 2rem;
}

body.wpshower-masonry #primary .outspoken-gallery .prev {
	left: 20px;
	left: 2rem;
}

.slides {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.slides > li {
	display: none;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	border-bottom: none !important;
}

.slides > li:first-child {
	display: block;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

body.archive .entry-thumbnail,
body.search .entry-thumbnail {
	float: left;
	width: 47.945205479%;
}

body.archive .entry-column,
body.search .entry-column {
	float: right;
	width: 47.945205479%;
}

.entry-thumbnail img {
	display: block;
	width: 100%;
}

body.single .entry-header {
	border-top: 5px solid #ececec;
}

body.single .entry-title {
	margin: 17px 0 27px;
	margin: 1.7rem 0 2.7rem;
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 46px;
	line-height: 4.6rem;
	font-weight: bold;
	color: #444;
}

body.page .entry-header {
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

body.page.wpshower-masonry .entry-header,
body.page.archive .entry-header {
	margin-bottom: 0;
}

body.page .entry-title {
	margin: 0;
	padding: 5px 0;
	padding: 0.5rem 0;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 34px;
	line-height: 3.4rem;
	color: #444;
	border-top: 5px solid #ececec;
	border-bottom: 1px solid #ececec;
}

body.archive .entry-title,
body.page.archive .entry-title,
body.search .entry-title {
	clear: none;
	margin: 5px 0 0;
	margin: 0.5rem 0 0;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 28px;
	line-height: 2.8rem;
	font-weight: bold;
	color: #444;
}

body.page.archive .entry-title {
	padding: 0;
	border-bottom: none;
	border-top: none;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

body.single .entry-meta-top {
	margin: 9px 0 0;
	margin: 0.9rem 0 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 26px;
	line-height: 2.6rem;
	color: #c4c4c4;
}

body.single .entry-meta-top a {
	color: #c4c4c4;
}

.no-touch body.single .entry-meta-top a:hover {
	color: #ff5436;
}

body.archive .entry-meta-top,
body.search .entry-meta-top {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 18px;
	line-height: 1.8rem;
	font-weight: bold;
	color: #c4c4c4;
}

body.archive .entry-meta-top a,
body.search .entry-meta-top a {
	color: #c4c4c4;
}

.no-touch body.archive .entry-meta-top a:hover,
.no-touch body.search .entry-meta-top a:hover {
	color: #ff5436;
}

body.single .entry-meta {
	margin-bottom: 35px;
	margin-bottom: 3.5rem;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 26px;
	line-height: 2.6rem;
	font-weight: normal;
	color: #c4c4c4;
}

body.single .entry-meta > span {
	margin-right: 9px;
	margin-right: 0.9rem;
}

body.single .entry-meta a {
	color: #c4c4c4;
}

.no-touch body.single .entry-meta a:hover,
.no-touch body.single .entry-meta:hover a:hover {
	color: #ff5436;
}

body.single .entry-meta .separator {
	opacity: 0.4;
}

body.page .entry-meta {
	margin-top: 24px;
	margin-top: 2.4rem;
}

body.archive .entry-meta,
body.search .entry-meta {
	margin: 7px 0 13px;
	margin: 0.7rem 0 1.3rem;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 16px;
	line-height: 1.6rem;
	color: #c4c4c4;
}

body.archive .entry-meta > span,
body.search .entry-meta > span {
	margin-right: 5px;
	margin-right: 0.5rem;
}

body.archive .entry-meta a,
body.search .entry-meta a {
	color: #c4c4c4;
}

.no-touch body.archive .entry-meta a:hover,
.no-touch body.archive .entry-meta:hover a:hover,
.no-touch body.search .entry-meta a:hover,
.no-touch body.search .entry-meta:hover a:hover {
	color: #ff5436;
}

body.archive .entry-meta .separator,
body.search .entry-meta .separator {
	opacity: 0.4;
}

.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}

/* share links at the side */
.share-side {
	position: absolute;
	z-index: 99998;
	top: 0;
	left: -50px;
	width: 35px;
	border-top: 20px solid transparent;
}

.share-side.floating {
	position: fixed;
}

.share-side-helper {
	position: absolute;
	top: 0;
	left: -50px;
	width: 35px;
	height: 1px;
}

.share-side > a {
	display: block;
	margin-bottom: 6px;
	font-family: outspoken;
	font-size: 18px;
	line-height: 33px;
	color: #c4c4c4;
	background: #fff;
	text-align: center;
	border: 1px solid #ececec;
	border-bottom-width: 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.no-touch .share-side > a:hover {
	color: #ff5436;
}

.share-side > div {
	position: relative;
	width: 35px;
}

.share-side > div .share-content {
	padding-left: 2px;
	font-family: outspoken;
	font-size: 18px;
	line-height: 33px;
	color: #c4c4c4;
	background: #fff;
	text-align: center;
	border: 1px solid #ececec;
	border-bottom-width: 2px;
	cursor: default;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.share-side > div .share-links {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	padding: 14px;
	background: #fff;
	z-index: 1000;
	border: 1px solid #ececec;
	border-bottom-width: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
}

.share-side > div .share-links .border-fix {
	position: absolute;
	top: 0;
	left: -2px;
	width: 2px;
	height: 33px;
	overflow: hidden;
	background: #fff;
}

.share-side > div .share-links a {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 23px;
	line-height: 2.3rem;
	white-space: nowrap;
	border-bottom: 1px solid #ececec;
}

.share-side > div .share-links a:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.share-side > div .share-links a span {
	display: inline-block;
	width: 20px;
	width: 2rem;
	height: 20px;
	height: 2rem;
	line-height: 21px;
	line-height: 2.1rem;
	margin: 2px 10px 0 0;
	margin: 0.2rem 1rem 0 0;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	vertical-align: top;
	color: #fff;
	background: #444;
	font-family: outspoken;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.no-touch .share-side > div .share-links a:hover span {
	background: #ff5436;
}

.no-touch .share-side > div:hover .share-content,
.share-side > div.hover .share-content {
	color: #ff5436;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}

.no-touch .share-side > div:hover .share-links,
.share-side > div.hover .share-links {
	display: block;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

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

.entry-content a.more-link:before {
	content: '';
	display: block;
	height: 24px;
	height: 2.4rem;
	clear: both;
}

.entry-content a.more-link {
	font-weight: bold;
}

/* Page links */
.page-links {
	margin-top: 35px;
	margin-top: 3.5rem;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	margin-right: 20px;
	margin-right: 2rem;
}

/* Mediaelements */
#main .mejs-container.mejs-audio {
	background: none;
	height: 50px !important;
}

#main .entry-audio-thumbnail .mejs-container {
	position: relative;
	height: 0 !important;
}

#main .mejs-container .mejs-controls {
	height: 50px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

#main .mejs-container.mejs-video .mejs-controls,
#main .entry-audio-thumbnail .mejs-container .mejs-controls {
	position: absolute;
	right: 12px;
	left: 12px;
	bottom: 8px;
	width: auto;
}

body.single #main .mejs-container.mejs-video .mejs-controls,
body.single #main .entry-audio-thumbnail .mejs-container .mejs-controls {
	right: 20px;
	left: 20px;
	bottom: 20px;
}

#main .mejs-container .mejs-button {
	width: 45px;
	height: 50px;
}

#main .mejs-controls .mejs-button button {
	width: 35px;
	height: 36px;
}

#main .mejs-controls .mejs-play button {
	background: url(../../wp-content/themes/premium/outspoken/images/player-play.svg) 50% 50% no-repeat;
	background-size: 15px;
}

#main .mejs-controls .mejs-pause button {
	background: url(../../wp-content/themes/premium/outspoken/images/player-pause.svg) 50% 50% no-repeat;
	background-size: 15px;
}

#main .mejs-controls .mejs-mute button {
	background: url(../../wp-content/themes/premium/outspoken/images/player-mute.svg) 50% 50% no-repeat;
	background-size: 20px;
}

#main .mejs-controls .mejs-unmute button {
	background: url(../../wp-content/themes/premium/outspoken/images/player-volume.svg) 50% 50% no-repeat;
	background-size: 20px;
}

#main .mejs-controls .mejs-fullscreen-button button {
	background: url(../../wp-content/themes/premium/outspoken/images/player-fullscreen.svg) 50% 50% no-repeat;
	background-size: 15px;
}

#main .mejs-controls .mejs-fullscreen-button.mejs-unfullscreen button {
	background: url(../../wp-content/themes/premium/outspoken/images/player-unfullscreen.svg) 50% 50% no-repeat;
	background-size: 15px;
}

#main .mejs-controls div.mejs-time-rail {
	height: 34px;
	padding-top: 16px;
}

#main .mejs-controls .mejs-time-rail .mejs-time-loaded {
	height: 8px;
	background: #000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

#main .mejs-controls .mejs-time-rail .mejs-time-current {
	height: 8px;
	background: #ff5436;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

#main .mejs-controls .mejs-time-rail .mejs-time-total {
	height: 8px;
	background: #000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

#main .mejs-controls .mejs-time-rail .mejs-time-buffering {
	height: 8px;
}

#main .mejs-controls .mejs-time-rail .mejs-time-float {
	top: -40px;
	width: 54px;
	height: 29px;
	margin-left: -30px;
	border: none;
	background: #000;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

#main .mejs-controls .mejs-time-rail .mejs-time-float-current {
	width: 52px;
	margin-top: 8px;
}

#main .mejs-controls .mejs-time-rail .mejs-time-float-corner {
	top: 29px;
	left: 23px;
	border-top-color: #000;
}

#main .mejs-currenttime-container,
#main .mejs-duration-container,
#main .mejs-horizontal-volume-slider,
#main .mejs-overlay-play {
	display: none !important;
}

#main .mejs-controls .mejs-volume-button .mejs-volume-slider {
	top: -110px;
	background: #000;
	width: 40px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

#main .mejs-controls .mejs-volume-button .mejs-volume-slider:after {
	content: '';
	display: block;
	position: absolute;
	top: 115px;
	left: 15px;
	width: 0;
	height: 0;
	line-height: 0;
	border: solid 5px #000;
	border-color: #000 transparent transparent transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
}

#main .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total,
#main .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	width: 18px;
	border-radius: 3px;
	webkit-border-radius: 3px;
}

#main .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	height: 0;
}

#main .me-cannotplay {
	display: inline;
}

#main .me-cannotplay span {
	padding: 0;
}

#main .me-cannotplay a {
	color: #ff5436;
}

/* Archives page template */
.archives-template ul {
	list-style-type: none;
	padding: 0;
}

.archives-template ul:after {
	content: '';
	display: block;
	clear: both;
}

.archives-template li {
	margin-bottom: 0;
	color: #888;
}

.archives-template .children {
	padding-left: 20px;
	padding-left: 2rem;
}

.archives-template .children li {
	float: none;
	width: 100%;
	margin: 0;
}

/* Sitemap page template */
.sitemap ul {
	list-style-type: none;
	padding: 0;
}

.sitemap li {
	margin-bottom: 0;
	color: #888;
}

/* Tags page template */
.entry-content .tags .group {
	float: left;
	width: 47.945205479%;
}

.entry-content .tags .group:nth-child(2) {
	float: right;
}

.entry-content .tags .column div {
	color: #888;
}

/* Blog template */
body.wpshower-blog .hentry {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	padding-bottom: 70px;
	padding-bottom: 7rem;
	border-bottom: 4px solid #ececec;
}

body.wpshower-blog .entry-meta-top {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 23px;
	line-height: 2.3rem;
	font-weight: bold;
	color: #c4c4c4;
}

body.wpshower-blog .entry-meta-top a {
	color: #c4c4c4;
}

.no-touch body.wpshower-blog .entry-meta-top a:hover {
	color: #ff5436;
}

body.wpshower-blog .entry-title {
	clear: none;
	margin: 5px 0 10px;
	margin: 0.5rem 0 1rem;
	padding: 0;
	font-size: 40px;
	font-size: 4rem;
	line-height: 45px;
	line-height: 4.5rem;
	font-weight: bold;
	color: #444;
	border-top: none;
	border-bottom: none;
}

body.wpshower-blog .entry-meta {
	margin: 0 0 25px;
	margin: 0 0 2.5rem;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 20px;
	line-height: 2rem;
	color: #c4c4c4;
}

body.wpshower-blog .entry-meta > span {
	margin-right: 5px;
	margin-right: 0.5rem;
}

body.wpshower-blog .entry-meta a {
	color: #c4c4c4;
}

.no-touch body.wpshower-blog .entry-meta a:hover,
.no-touch body.wpshower-blog .entry-meta:hover a:hover {
	color: #ff5436;
}

body.wpshower-blog .entry-meta .separator {
	opacity: 0.4;
}

body.wpshower-blog .entry-content {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 30px;
	line-height: 3rem;
}

/* Masonry template */
.masonry-sizer {
	width: 47.945205479%;
}

.masonry-sizer.not-loaded {
	display: none !important;
}

.masonry-gutter {
	width: 4.109589041%;
}

body.content-full-width .masonry-sizer {
	width: 31.474820144%;
}

body.content-full-width .masonry-gutter {
	width: 2.787769784%;
}

body.wpshower-masonry .hentry {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	padding-bottom: 40px;
	padding-bottom: 4rem;
	border-bottom: 1px solid #ececec;
}

body.wpshower-masonry .entry-thumbnail {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

body.wpshower-masonry .entry-meta-top {
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 18px;
	line-height: 1.8rem;
	font-weight: bold;
	color: #c4c4c4;
}

body.wpshower-masonry .entry-meta-top a {
	color: #c4c4c4;
}

.no-touch body.wpshower-masonry .entry-meta-top a:hover {
	color: #ff5436;
}

body.wpshower-masonry .entry-title {
	clear: none;
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 28px;
	line-height: 2.8rem;
	font-weight: bold;
	color: #444;
	border-top: none;
	border-bottom: none;
}

body.wpshower-masonry .entry-meta {
	margin-top: 7px;
	margin-top: 0.7rem;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 16px;
	line-height: 1.6rem;
	color: #c4c4c4;
}

body.wpshower-masonry .entry-meta > span {
	margin-right: 5px;
	margin-right: 0.5rem;
}

body.wpshower-masonry .entry-meta a {
	color: #c4c4c4;
}

.no-touch body.wpshower-masonry .entry-meta a:hover,
.no-touch body.wpshower-masonry .entry-meta:hover a:hover {
	color: #ff5436;
}

body.wpshower-masonry .entry-meta .separator {
	opacity: 0.4;
}

body.wpshower-masonry .entry-summary {
	margin-top: 13px;
	margin-top: 1.3rem;
}

body.wpshower-masonry .navigation {
	margin-top: 40px;
	margin-top: 4rem;
}

/* Shortcodes */
.unspoken-twocol-one {
	width: 48%;
	float: left;
	margin: 0 4% 15px 0;
	position: relative;
}

.unspoken-twocol-one.last {
	clear: right;
	margin-right: 0 !important;
}

.unspoken-fourcol-one {
	width: 22%;
	float: left;
	margin: 0 4% 15px 0;
	position: relative;
}

.unspoken-fourcol-one.last {
	clear: right;
	margin-right: 0 !important;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

/* Gallery page template & default galleries */
.no-touch .gallery > a:hover {
	border-bottom: none;
}

.gallery img {
	width: 100%;
}

.gallery .gallery-item {
	float: left;
	max-width: 150px;
	margin: 0 4.109589041% 4.109589041% 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 18px;
	line-height: 1.8rem;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
	margin-right: 0;
}

.gallery-columns-2 .gallery-item {
	width: 47.945205479%;
}

.gallery-columns-3 .gallery-item {
	width: 30.593607306%;
}

.gallery-columns-4 .gallery-item {
	width: 21.917808219%;
}

.gallery-columns-5 .gallery-item {
	width: 16.712328767%;
}

.gallery-columns-6 .gallery-item {
	width: 15.525114155%;
	margin-right: 1.369863014%;
}

.gallery-columns-7 .gallery-item {
	width: 13.111545988%;
	margin-right: 1.369863014%;
}

.gallery-columns-8 .gallery-item {
	width: 11.301369863%;
	margin-right: 1.369863014%;
}

.gallery-columns-9 .gallery-item {
	width: 9.893455099%;
	margin-right: 1.369863014%;
}

.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

.entry-media {
	position: relative;
	max-width: 1112px;
	width: 100%;
	margin-top: 14px;
	margin-top: 1.4rem;
}

.hentry .entry-media {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

.entry-media > *,
.entry-media img {
	display: block;
	margin: 0 auto 10px;
	margin: 0 auto 1rem;
	width: 100%;
}

.entry-media .video-content > * {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.entry-media > *:last-child,
.entry-media p:last-child,
.entry-media .no-margin {
	margin-bottom: 0;
}

.entry-media .cropped {
	height: 0;
	padding-bottom: 56.83453237%;
	background-size: 100%;
	background-position: 0 50%;
}

/* Audio */
.format-audio .wp-audio-shortcode {
	max-width: 100% !important; /* Override mediaelement.js style */
	background: none;
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
}

/* Video */
.entry-media .video-content iframe,
.entry-media .video-content object,
.entry-media .video-content embed {
	width: 100%;
	margin: 0;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.full-size-link:before {
	content: none;
}

.attachment .entry-content {
	max-width: 100%;
}

.attachment .entry-attachment,
.attachment p.attachment {
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.image-navigation {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.image-navigation a {
	border-bottom: none;
}


/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.nav-links {
	margin-top: 14px;
	margin-top: 1.4rem;
	position: relative;
}

.nav-links .total {
	position: absolute;
	left: 50%;
	top: 0;
	width: 150px;
	width: 15rem;
	margin-left: -75px;
	margin-left: -7.5rem;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 26px;
	line-height: 2.6rem;
	text-align: center;
	color: #c4c4c4;
}

.nav-links .total span {
	opacity: 0.4;
}

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
	text-align: right;
}

.paging-navigation .nav-previous,
.paging-navigation .nav-next,
.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.image-navigation .nav-previous,
.image-navigation .nav-next {
	width: 47.260273973%;
}

.paging-navigation .nav-previous a .meta-nav,
.comment-navigation .nav-previous a .meta-nav,
.image-navigation .nav-previous a .meta-nav {
	float: left;
	margin: 9px 5px 0 0;
	margin: 0.9rem 0.5rem 0 0;
}

.paging-navigation .nav-next a .meta-nav,
.comment-navigation .nav-next a .meta-nav,
.image-navigation .nav-next a .meta-nav {
	float: right;
	margin: 9px 0 0 5px;
	margin: 0.9rem 0 0 0.5rem;
}

.navigation a {
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 26px;
	line-height: 2.6rem;
}

.paging-navigation a .meta-nav,
.comment-navigation a .meta-nav,
.image-navigation a .meta-nav {
	font-family: outspoken;
	font-size: 10px;
	font-size: 1rem;
	line-height: 10px;
	line-height: 1rem;
	color: #c4c4c4;
}

.no-touch .navigation a:hover .meta-nav {
	color: #ff5436;
}

.post-navigation {
	position: fixed;
	top: 50%;
	max-width: 1112px;
	width: 100%;
	z-index: 999;
}

.post-navigation > div {
	position: absolute;
	top: 50%;
	margin-top: -29px;
	z-index: 999;
}

.post-navigation .nav-previous {
	left: -91px;
}

.post-navigation .nav-next {
	right: -91px;
}

.post-navigation a {
	display: block;
	padding: 15px 0;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.no-touch .navigation.post-navigation a:hover span {
	color: #444;
}

.post-navigation .meta-nav {
	display: none;
	max-width: 500px;
	word-wrap: break-word;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 24px;
	line-height: 2.4rem;
	font-weight: bold;
}

.post-navigation a:hover .meta-nav {
	display: inline-block;
}

.post-navigation .nav-previous .meta-nav {
	padding: 0 20px 0 30px;
}

.post-navigation .nav-next .meta-nav {
	padding: 0 30px 0 20px;
}

.post-navigation a .arrow {
	display: inline-block;
	vertical-align: top;
	width: 14px;
	height: 24px;
	margin: 2px 10px 0;
	font-size: 11px;
	line-height: 24px;
	font-family: outspoken;
	color: #c4c4c4;
}

.no-touch .post-navigation a:hover span.arrow {
	color: #ff5436;
}

/* Load more */
@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes rotate {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(360deg);
	}
}

@-o-keyframes rotate {
	from {
		-o-transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(360deg);
	}
}

@-ms-keyframes rotate {
	from {
		-ms-transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
	}
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.load-more {
	width: 310px;
	margin: 60px auto 0;
	margin: 6rem auto 0;
	line-height: 50px;
	line-height: 5rem;
	text-align: center;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 600;
	background-color: rgba(236, 236, 236, 0.5);
	border: 1px solid #ececec;
	color: #888;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.load-more a {
	color: #888;
	display: block;
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}

.no-touch .load-more:hover {
	background-color: #ff5436;
	color: #fff;
	border-color: #ff5436;
}

.no-touch .load-more:hover a {
	color: #fff;
}

.load-more span.loader {
	display: none;
	position: relative;
	top: -3px;
	width: 25px;
	height: 25px;
	background: url(../../wp-content/themes/premium/outspoken/images/loadmore.svg) 50% 50% no-repeat;
	vertical-align: middle;
	-webkit-animation: rotate 0.5s linear 0 infinite normal;
	-moz-animation: rotate 0.5s linear 0s infinite normal;
	-o-animation: rotate 0.5s linear 0 infinite normal;
	-ms-animation: rotate 0.5s linear 0 infinite normal;
	animation: rotate 0.5s linear 0 infinite normal;
}

.no-touch .load-more:hover span.loader {
	background-image: url(../../wp-content/themes/premium/outspoken/images/loadmore-hover.svg);
}

.load-more.active span.loader {
	display: inline-block;
}

.load-more.active span.text {
	display: none;
}

/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-meta {
	margin-top: 30px;
	margin-top: 3rem;
}

.author-avatar {
	float: left;
	width: 74px;
}

.author-description {
	margin-left: 94px;
	margin-left: 9.4rem;
}

.author-title {
	clear: none;
	margin: 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 22px;
	line-height: 2.2rem;
}

.author-bio {
	margin-top: 7px;
	margin-top: 0.7rem;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 18px;
	line-height: 1.8rem;
	color: #c4c4c4;
}

.author-bio .author-link {
	display: block;
	margin-top: 7px;
	margin-top: 0.7rem;
}

.author-info:after {
	content: '';
	display: block;
	clear: both;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header,
.page-header {
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

.archive-title,
.page-title {
	margin: 0;
	padding: 5px 0;
	padding: 0.5rem 0;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 34px;
	line-height: 3.4rem;
	color: #444;
	border-top: 5px solid #ececec;
	border-bottom: 1px solid #ececec;
}

.archive-title:after {
	content: '';
	display: block;
	clear: both;
}

.archive-meta {
	float: right;
	margin: 8px 0;
	margin: 0.8rem 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 18px;
	line-height: 1.8rem;
	font-weight: normal;
	color: #c4c4c4;
}

.archive-meta p {
	display: inline;
	margin: 0;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-content {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 32px;
	line-height: 3.2rem;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-title {}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.leave-reply {
	display: inline-block;
}

#comments {
	margin-top: 50px;
	margin-top: 5rem;
	outline: none;
}

.comment-anchor {
	position: relative;
	top: -10px;
}

.comments-title,
.comment-list,
#reply-title,
.must-log-in,
#respond #commentform,
#respond iframe {
	display: block;
	margin: 0;
	width: 100%;
}

.comments-title {
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 46px;
	line-height: 4.6rem;
	border-top: 5px solid #ececec;
	border-bottom: 1px solid #ececec;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
	margin-left: 2rem;
}

.comment-list li {
	outline: none;
}

.comment-list article {
	padding-top: 23px;
	padding-top: 2.3rem;
	border-top: 2px dotted #ececec;
}

.comment-list > li:first-child > article {
	border-top: none;
}

.reply div {
	margin-top: 5px;
	margin-top: 0.5rem;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	line-height: 2.4rem;
	text-align: center;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.reply a {
	position: relative;
	display: inline-block;
	padding-left: 18px;
	padding-left: 1.8rem;
	color: #c4c4c4;
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}

.reply a:after {
	content: 'r';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	width: 1.6rem;
	height: 24px;
	height: 2.4rem;
	text-align: center;
	font-size: 10px;
	font-size: 1rem;
	line-height: 24px;
	line-height: 2.4rem;
	font-family: outspoken;
}

.no-touch .comment-list article .reply div:hover {
	border-color: #ff5436;
	background: #ff5436;
}

.no-touch .comment-list article .reply div:hover a {
	color: #fff;
}

.comment-author {
	display: inline-block;
	max-width: 65px;
	vertical-align: top;
}

.comment-author .avatar {
	display: block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.comment-meta {
	float: left;
	width: 85px;
	padding: 0 20px 5px 0;
	padding: 0 20px 0.5rem 0;
	text-align: right;
}

.comment-wrapper {
	padding-bottom: 30px;
	padding-bottom: 3rem;
	margin-left: 85px;
}

.comment-wrapper p:last-child {
	margin-bottom: 0;
}

.comment-wrapper .fn {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	font-style: normal;
}

.comment-content a {
	color: #ff5436;
}

.no-touch .comment-content a:hover {
	border-bottom: 1px solid;
}

.comment-metadata {
	margin-left: 5px;
	margin-left: 0.5rem;
	font-size: 14px;
	font-size: 1.4rem;
}

.comment-metadata a {
	color: #c4c4c4;
}

.no-touch .comment-metadata a:hover {
	color: #ff5436;
}

.comment-metadata .separator {
	color: #c4c4c4;
	opacity: 0.4;
}

.comment-awaiting-moderation {
	margin: 8px 0 0;
	margin: 0.8rem 0 0;
	color: #c4c4c4;
}

.comment-content {
	margin-top: 10px;
	margin-top: 1rem;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 26px;
	line-height: 2.6rem;
	word-wrap: break-word;
}

/* Comment form */
#respond {
	margin-top: 60px;
	margin-top: 6rem;
}

.comment #respond {
	margin: 25px 0;
	margin: 2.5rem 0;
}

#reply-title {
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 46px;
	line-height: 4.6rem;
	border-top: 5px solid #ececec;
	border-bottom: 1px solid #ececec;
}

#reply-title small {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 46px;
	line-height: 4.6rem;
	font-weight: normal;
	float: right;
}

.logged-in-as {
	margin-top: 14px;
	margin-top: 1.4rem;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 20px;
	line-height: 2rem;
}

.logged-in-as a {
	color: #c4c4c4;
}

.no-touch .logged-in-as a:hover {
	color: #ff5436;
}

#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url,
#commentform .comment-form-comment,
#commentform .form-submit {
	margin: 18px 0 0;
	margin: 1.8rem 0 0;
	padding: 0 4px;
	padding: 0 0.4rem;
}

#commentform .form-submit {
	padding: 0;
}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform textarea {
	width: 100%;
}

#commentform input[type="submit"] {
	width: 350px;
}

.comment-navigation {

}

.no-comments {
	font-size: 20px;
	font-size: 2rem;
	line-height: 46px;
	line-height: 4.6rem;
	border-top: 1px solid #ececec;
}

.bypostauthor {}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 640px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
	margin-top: 2.5rem;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.sidebar-container .floating {
	position: fixed;
	width: 352px;
	border-top: 20px solid #fff;
	background: #fff;
}

.sidebar-container .absolute {
	position: absolute;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	margin: 0 0 60px;
	margin: 0 0 6rem;
	color: #888;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 22px;
	line-height: 2.2rem;
	word-wrap: break-word;
}

.widget:after {
	content: '';
	display: block;
	clear: both;
}

.widget .widget-title {
	margin: 0 0 14px;
	margin: 0 0 1.4rem;
	padding: 5px 0;
	padding: 0.5rem 0;
	font-size: 20px;
	font-size: 2rem;
	line-height: 34px;
	line-height: 3.4rem;
	font-weight: 400;
	color: #444;
	border-top: 5px solid #ececec;
	border-bottom: 1px solid #ececec;
}

#primary .widget .widget-title {
	min-height: 50px;
	min-height: 5rem;
	font-weight: bold;
}

.widget .widget-title .prev,
.widget .widget-title .next {
	float: right;
	width: 24px;
	width: 2.4rem;
	height: 24px;
	height: 2.4rem;
	margin-top: 5px;
	margin-top: 0.5rem;
	padding-top: 2px;
	padding-top: 0.2rem;
	cursor: pointer;
	font-family: outspoken;
	font-weight: normal;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 22px;
	line-height: 2.2rem;
	text-align: center;
	color: #fff;
	background: #ececec;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.widget .widget-title .next {
	margin-left: 6px;
	margin-left: 0.6rem;
}

.no-touch .widget .widget-title .prev:hover,
.no-touch .widget .widget-title .next:hover {
	background-color: #ff5436;
}

.bullets {
	display: none;
	float: right;
	height: 34px;
	height: 3.4rem;
	line-height: 34px;
	line-height: 3.4rem;
}

#full_width_bullets {
	position: relative;
	height: 0;
}

#full_width_bullets > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
	height: 2.5rem;
	line-height: 25px;
	line-height: 2.5rem;
	text-align: center;
}

.bullets span,
#full_width_bullets span {
	padding-left: 2px;
	padding-left: 0.2rem;
	color: #ececec;
	cursor: pointer;
}

.no-touch .bullets span:hover,
.no-touch #full_width_bullets span:hover {
	color: #ff5436;
}

.bullets span.current,
#full_width_bullets span.current {
	color: #444;
}

.widget-title > a {
	display: inline-block;
	position: relative;
	padding-right: 20px;
	padding-right: 2rem;
	color: #444;
}

.no-touch .widget-title > a:hover {
	color: #ff5436;
}

.widget-title > a:not([class]):after {
	content: '>';
	display: block;
	position: absolute;
	top: 6px;
	top: 0.6rem;
	right: 0;
	width: 20px;
	width: 2rem;
	height: 24px;
	height: 2.4rem;
	line-height: 24px;
	line-height: 2.4rem;
	text-align: center;
	font-family: outspoken;
	font-weight: normal;
	color: #ececec;
	font-size: 10px;
	font-size: 1rem;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.no-touch .widget-title > a:not([class]):hover:after {
	color: #ff5436;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding-bottom: 10px;
	padding-bottom: 1rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	border-bottom: 1px solid #ececec;
}

.widget li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget li > ul li,
.widget li > ol li {
	padding-left: 20px;
	padding-left: 2rem;
}

.widget li > ul li:first-child,
.widget li > ol li:first-child {
	padding-top: 10px;
	padding-top: 1rem;
	margin-top: 10px;
	margin-top: 1rem;
	border-top: 1px solid #ececec;
}

.widget_wpshower_index_featured_articles img,
.widget_wpshower_index_highlights img,
.widget_wpshower_index_category img,
.widget_wpshower_index_categories img,
.widget_wpshower_index_editors_choice img,
.widget_wpshower_index_videos img,
.widget_wpshower_index_latest_entries img {
	width: 100%;
}

/* Search widget */
.searchform-wrapper label {
	display: block;
	position: relative;
}

.searchform-wrapper .icon {
	display: block;
	position: absolute;
	top: 15px;
	top: 1.5rem;
	right: 7px;
	right: 0.7rem;
	width: 30px;
	width: 3rem;
	height: 30px;
	height: 3rem;
	line-height: 30px;
	line-height: 3rem;
	font-size: 20px;
	font-size: 2rem;
	font-family: outspoken;
	color: #c4c4c4;
}

.widget .searchform [type="text"] {
	width: 98%;
	padding-right: 40px;
	padding-right: 4rem;
	margin-left: 4px;
}

/* Archives widget */
.widget_archive > ul > li {
	text-align: right;
	color: #c4c4c4;
}

.widget_archive > ul > li:after {
	content: '';
	display: block;
	clear: both;
}

.widget_archive > ul > li a {
	float: left;
	margin-right: 5px;
	margin-right: 0.5rem;
	text-align: left;
}

/* Categories widget */
.widget_categories .widget-title,
.widget_meta .widget-title {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.widget_categories > ul > li {
	width: 45.738636364%;
	text-align: right;
	color: #c4c4c4;
}

.widget_categories > ul > li a {
	float: left;
	margin-right: 5px;
	margin-right: 0.5rem;
	text-align: left;
}

.csscalc .widget_categories > ul > li {
	width: -moz-calc(50% - 15px);
	width: -webkit-calc(50% - 15px);
	width: calc(50% - 15px);
}

.widget_categories > ul > li:nth-child(odd) {
	float: left;
	clear: both;
}

.widget_categories > ul > li:nth-child(even) {
	float: right;
}

.widget_categories > ul > li:nth-last-child(2):nth-child(odd) {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

/* Follow us widget */
.widget_wpshower_follow_us .widget-title {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.widget_wpshower_follow_us > ul > li {
	width: 45.738636364%;
}

.csscalc .widget_wpshower_follow_us > ul > li {
	width: -moz-calc(50% - 15px);
	width: -webkit-calc(50% - 15px);
	width: calc(50% - 15px);
}

.widget_wpshower_follow_us > ul > li:nth-child(odd) {
	float: left;
}

.widget_wpshower_follow_us > ul > li:nth-child(even) {
	float: right;
}

.widget_wpshower_follow_us > ul > li:last-child {
	padding-bottom: 10px;
	padding-bottom: 1rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	border-bottom: 1px solid #ececec;
}

.widget_wpshower_follow_us a span {
	display: inline-block;
	width: 20px;
	width: 2rem;
	height: 20px;
	height: 2rem;
	line-height: 21px;
	line-height: 2.1rem;
	margin: 2px 10px 0 0;
	margin: 0.2rem 1rem 0 0;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	vertical-align: top;
	color: #fff;
	background: #444;
	font-family: outspoken;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.widget_wpshower_follow_us a span img {
	max-width: 14px;
	max-width: 1.4rem;
	max-height: 14px;
	max-height: 1.4rem;
	vertical-align: baseline;
}

.no-touch .widget_wpshower_follow_us a:hover span {
	background: #ff5436;
}

.no-touch .wpshower-follow-fb a:hover,
.no-touch .share-links a.fb:hover {
	color: #3A5B96;
}

.no-touch .wpshower-follow-fb a:hover span,
.no-touch .share-links a.fb:hover span {
	background: #3A5B96 !important;
}

.no-touch .wpshower-follow-g a:hover,
.no-touch .share-links a.g:hover {
	color: #DC4A36;
}

.no-touch .wpshower-follow-g a:hover span,
.no-touch .share-links a.g:hover span {
	background: #DC4A36 !important;
}

.no-touch .wpshower-follow-tw a:hover,
.no-touch .share-links a.tw:hover {
	color: #0AAEEB;
}

.no-touch .wpshower-follow-tw a:hover span,
.no-touch .share-links a.tw:hover span {
	background: #0AAEEB !important;
}

.no-touch .wpshower-follow-tumb a:hover {
	color: #3E5A70;
}

.no-touch .wpshower-follow-tumb a:hover span {
	background: #3E5A70 !important;
}

.no-touch .wpshower-follow-drib a:hover {
	color: #E94E8A;
}

.no-touch .wpshower-follow-drib a:hover span {
	background: #E94E8A !important;
}

.no-touch .wpshower-follow-pint a:hover,
.no-touch .share-links a.pint:hover {
	color: #D73532;
}

.no-touch .wpshower-follow-pint a:hover span,
.no-touch .share-links a.pint:hover span {
	background: #D73532 !important;
}

.no-touch .wpshower-follow-vi a:hover {
	color: #4CA9CB;
}

.no-touch .wpshower-follow-vi a:hover span {
	background: #4CA9CB !important;
}

.no-touch .wpshower-follow-blog a:hover {
	color: #F86812;
}

.no-touch .wpshower-follow-blog a:hover span {
	background: #F86812 !important;
}

.no-touch .wpshower-follow-fli a:hover {
	color: #0261D9;
}

.no-touch .wpshower-follow-fli a:hover span {
	background: #0261D9 !important;
}

.no-touch .wpshower-follow-you a:hover {
	color: #DC332C;
}

.no-touch .wpshower-follow-you a:hover span {
	background: #DC332C !important;
}

/* Tabs */
.widget_wpshower_tabs .tabs {
	font-size: 0;
}

.widget_wpshower_tabs .tabs a {
	display: inline-block;
	height: 46px;
	height: 4.6rem;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 46px;
	line-height: 4.6rem;
	padding: 0 10px;
	padding: 0 1rem;
	margin-right: 2px;
	margin-right: 0.2rem;
	vertical-align: bottom;
	background: rgba(236, 236, 236, 0.5);
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	cursor: pointer;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}

.no-touch .widget_wpshower_tabs .tabs a:hover {
	background: #ff5436;
	color: #fff;
}

.widget_wpshower_tabs .tabs a.active {
	position: relative;
	bottom: -1px;
	height: 52px;
	height: 5.2rem;
	line-height: 52px;
	line-height: 5.2rem;
	margin-right: 0;
	background: #fff;
	border: 1px solid #ececec;
	border-bottom: none;
}

.no-touch .widget_wpshower_tabs .tabs a.active:hover {
	cursor: default;
	color: #444;
	background: #fff;
}

.widget_wpshower_tabs .tabs a.before_active {
	margin-right: 0;
}

.widget_wpshower_tabs .widget-title {
	display: none;
}

.widget_wpshower_tabs .widget {
	display: none;
	margin-bottom: 0;
}

.widget_wpshower_tabs .widget:first-child {
	display: block;
}

.widget_wpshower_tabs > .content {
	padding: 14px;
	padding: 1.4rem;
	border: 1px solid #ececec;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

/* Tag cloud widget */
.wp_widget_tag_cloud a {
	display: inline-block;
	margin: 5px 3px 0;
	margin: 0.5rem 0.3rem 0;
	padding: 0 8px;
	padding: 0 0.8rem;
	line-height: 31px;
	line-height: 3.1rem;
	color: #c4c4c4;
	border: 1px solid #ececec;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}

.no-touch .wp_widget_tag_cloud a:hover {
	color: #fff;
	background: #ff5436;
	border-color: #ff5436;
}

/* Featured articles widget */
.widget_wpshower_index_featured_articles {
	overflow: hidden;
}

.widget_wpshower_index_featured_articles article > a img {
	margin-bottom: 19px;
	margin-bottom: 1.9rem;
}

.widget_wpshower_index_featured_articles article .meta {
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 16px;
	line-height: 1.6rem;
	font-weight: normal;
	color: #c4c4c4;
}

.widget_wpshower_index_featured_articles article .meta span {
	margin-right: 4px;
	margin-right: 0.4rem;
}

.widget_wpshower_index_featured_articles article .meta span.separator {
	opacity: 0.4;
}

.widget_wpshower_index_featured_articles article .meta a {
	color: #c4c4c4;
}

.no-touch .widget_wpshower_index_featured_articles article .meta a:hover {
	color: #ff5436;
}

.widget_wpshower_index_featured_articles article h2 {
	margin: 0 0 13px;
	margin: 0 0 1.3rem;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 35px;
	line-height: 3.5rem;
	font-weight: bold;
}

.widget_wpshower_index_featured_articles article .summary {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 21px;
	line-height: 2.1rem;
}

/* Highlights widget */
.widget_wpshower_index_highlights > article {
	float: left;
	width: 60.95890411%;
	overflow: hidden;
}

.widget_wpshower_index_highlights li article > a img {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.widget_wpshower_index_highlights li article .meta {
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 16px;
	line-height: 1.6rem;
	font-weight: normal;
	color: #c4c4c4;
}

.widget_wpshower_index_highlights li article .meta span {
	margin-right: 4px;
	margin-right: 0.4rem;
}

.widget_wpshower_index_highlights li article .meta span.separator {
	opacity: 0.4;
}

.widget_wpshower_index_highlights li article .meta a {
	color: #c4c4c4;
}

.no-touch .widget_wpshower_index_highlights li article .meta a:hover {
	color: #ff5436;
}

.widget_wpshower_index_highlights li article h2 {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 26px;
	line-height: 2.6rem;
	font-weight: bold;
}

.widget_wpshower_index_highlights li article .summary {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 22px;
	line-height: 2.2rem;
}

.widget_wpshower_index_highlights .latest {
	float: right;
	width: 34.931506849%;
}

.widget_wpshower_index_highlights .latest img {
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
}

.widget_wpshower_index_highlights .latest h3 {
	margin: 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 21px;
	line-height: 2.1rem;
	font-weight: bold;
}

.widget_wpshower_index_highlights .latest li {
	margin-top: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 21px;
	line-height: 2.1rem;
}

.widget_wpshower_index_highlights .latest .meta {
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 16px;
	line-height: 1.6rem;
}

.widget_wpshower_index_highlights .latest .meta a {
	color: #c4c4c4;
}

.no-touch .widget_wpshower_index_highlights .latest a:hover {
	color: #ff5436;
}

/* Category widget */
.widget_wpshower_index_category > article {
	float: left;
	width: 47.945205479%;
}

.widget_wpshower_index_category > article > a img {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.widget_wpshower_index_category .meta {
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 16px;
	line-height: 1.6rem;
	font-weight: normal;
	color: #c4c4c4;
}

.widget_wpshower_index_category .meta span {
	margin-right: 4px;
	margin-right: 0.4rem;
}

.widget_wpshower_index_category .meta span.separator {
	opacity: 0.4;
}

.widget_wpshower_index_category .meta a {
	color: #c4c4c4;
}

.no-touch .widget_wpshower_index_category .meta a:hover {
	color: #ff5436;
}

.widget_wpshower_index_category h3 {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 26px;
	line-height: 2.6rem;
}

.widget_wpshower_index_category .summary {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 20px;
	line-height: 2rem;
}

.widget_wpshower_index_category .article-list {
	float: right;
	width: 47.945205479%;
}

.widget_wpshower_index_category .article-list li {
	padding-bottom: 14px;
	padding-bottom: 1.4rem;
	margin-bottom: 14px;
	margin-bottom: 1.4rem;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 20px;
	line-height: 2rem;
}

.widget_wpshower_index_category .article-list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget_wpshower_index_category .article-list li:after {
	content: '';
	display: block;
	clear: both;
}

.widget_wpshower_index_category .article-list .thumbnail {
	float: left;
	width: 85px;
}

.widget_wpshower_index_category .article-list .thumbnail_fix {
	margin-left: 105px;
}

.widget_wpshower_index_category .article-list .meta {
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 14px;
	line-height: 1.4rem;
}

/* Editor's choice widget */
.widget_wpshower_index_editors_choice {
	overflow: hidden;
}

.widget_wpshower_index_editors_choice article > a img {
	margin-bottom: 11px;
	margin-bottom: 1.1rem;
}

.widget_wpshower_index_editors_choice article .meta {
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 14px;
	line-height: 1.4rem;
	font-weight: bold;
	color: #c4c4c4;
}

.widget_wpshower_index_editors_choice article .meta a {
	color: #c4c4c4;
}

.widget_wpshower_index_editors_choice article .meta span.separator {
	opacity: 0.4;
	margin: 0 4px;
	margin: 0 0.4rem;
}

.no-touch .widget_wpshower_index_editors_choice article .meta a:hover {
	color: #ff5436;
}

.widget_wpshower_index_editors_choice article h3 {
	margin: 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 21px;
	line-height: 2.1rem;
	font-weight: bold;
}

/* Categories widget */
.widget_wpshower_index_categories .column li {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 21px;
	line-height: 2.1rem;
}

.widget_wpshower_index_categories a img {
	margin-bottom: 11px;
	margin-bottom: 1.1rem;
}

.widget_wpshower_index_categories .meta {
	margin-bottom: 7px;
	margin-bottom: 0.7rem;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 14px;
	line-height: 1.4rem;
	font-weight: normal;
	color: #c4c4c4;
}

.widget_wpshower_index_categories .meta span.separator {
	opacity: 0.4;
	margin: 0 4px;
	margin: 0 0.4rem;
}

.widget_wpshower_index_categories .meta a {
	color: #c4c4c4;
}

.no-touch .widget_wpshower_index_categories .meta a:hover {
	color: #ff5436;
}

.widget_wpshower_index_categories .column h4 {
	margin: 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 22px;
	line-height: 2.2rem;
	font-weight: bold;
}

/* Vertical slider widget */
.widget_wpshower_index_videos > div {
	position: relative;
	float: left;
	width: 100%;
}

.widget_wpshower_index_videos .container {
	float: left;
	max-width: 100%;
	padding-right: 175px;
}

.widget_wpshower_index_videos .container > div {
	overflow: hidden;
}

.widget_wpshower_index_videos .container .entry-media {
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
}

.widget_wpshower_index_videos article > a img {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.widget_wpshower_index_videos .meta {
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 16px;
	line-height: 1.6rem;
	font-weight: normal;
	color: #c4c4c4;
}

.widget_wpshower_index_videos .meta span {
	margin-right: 4px;
	margin-right: 0.4rem;
}

.widget_wpshower_index_videos .meta span.separator {
	opacity: 0.4;
}

.widget_wpshower_index_videos .meta a {
	color: #c4c4c4;
}

.no-touch .widget_wpshower_index_videos .meta a:hover {
	color: #ff5436;
}

.widget_wpshower_index_videos h2 {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 26px;
	line-height: 2.6rem;
	font-weight: bold;
}

.widget_wpshower_index_videos .summary {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 20px;
	line-height: 2rem;
}

.widget_wpshower_index_videos .info {
	position: absolute;
	top: 0;
	right: 0;
	width: 160px;
	height: 495px;
	padding: 30px 0 0 14px;
	border-left: 1px solid #ececec;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.widget_wpshower_index_videos .content span {
	display: block;
	position: relative;
	margin-top: 15px;
	cursor: pointer;
}

.widget_wpshower_index_videos .content span.current:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 84, 54, 0.5);
	pointer-events: none;
}

.widget_wpshower_index_videos div.prev,
.widget_wpshower_index_videos div.next {
	position: absolute;
	z-index: 3;
	right: 0;
	width: 145px;
	background: #fff;
}

.widget_wpshower_index_videos div.prev {
	top: 0;
}

.widget_wpshower_index_videos div.next {
	bottom: 0;
}

.widget_wpshower_index_videos div.prev div,
.widget_wpshower_index_videos div.next div {
	height: 30px;
	cursor: pointer;
	font-family: outspoken;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 30px;
	color: #fff;
	background: #ececec;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.no-touch .widget_wpshower_index_videos div.prev div:hover,
.no-touch .widget_wpshower_index_videos div.next div:hover {
	background-color: #ff5436;
}

.widget_wpshower_index_videos .prev2,
.widget_wpshower_index_videos .next2 {
	position: absolute;
	z-index: 3;
	left: 0;
	width: 100%;
	height: 15px;
}

.widget_wpshower_index_videos .prev2 {
	top: 30px;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	pointer-events:none
}

.widget_wpshower_index_videos .next2 {
	bottom: 30px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	pointer-events:none
}

.widget_wpshower_index_videos .content {
	position: relative;
	z-index: 2;
}

/* Latest Entries widget */
.widget_wpshower_index_latest_entries > article {
	border-bottom: 1px solid #ececec;
	padding-bottom: 15px;
	padding-bottom: 1.5rem;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.widget_wpshower_index_latest_entries > article:last-child {
	margin-bottom: 0;
}

.widget_wpshower_index_latest_entries > article:after {
	content: '';
	display: block;
	clear: both;
}

.widget_wpshower_index_latest_entries > article > a {
	float: left;
	width: 47.945205479%;
}

.widget_wpshower_index_latest_entries > article > div {
	float: right;
	width: 47.945205479%;
}

.widget_wpshower_index_latest_entries .meta-top {
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 18px;
	line-height: 1.8rem;
	font-weight: bold;
	color: #c4c4c4;
}

.widget_wpshower_index_latest_entries .meta-top a {
	color: #c4c4c4;
}

.no-touch .widget_wpshower_index_latest_entries .meta-top a:hover {
	color: #ff5436;
}

.widget_wpshower_index_latest_entries > article h2 {
	margin: 0;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 26px;
	line-height: 2.6rem;
	font-weight: bold;
}

.widget_wpshower_index_latest_entries .meta {
	margin-top: 7px;
	margin-top: 0.7rem;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 16px;
	line-height: 1.6rem;
	font-weight: normal;
	color: #c4c4c4;
}

.widget_wpshower_index_latest_entries .meta span {
	margin-right: 4px;
	margin-right: 0.4rem;
}

.widget_wpshower_index_latest_entries .meta span.separator {
	opacity: 0.4;
}

.widget_wpshower_index_latest_entries .meta a {
	color: #c4c4c4;
}

.no-touch .widget_wpshower_index_latest_entries .meta a:hover {
	color: #ff5436;
}

.widget_wpshower_index_latest_entries > article .summary {
	margin-top: 13px;
	margin-top: 1.3rem;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 22px;
	line-height: 2.2rem;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-spacing: 1px;
}

.widget_calendar caption {
	margin: 0;
	text-align: right;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar th {
	padding: 10px 0;
	padding: 1rem 0;
}

.site-footer .widget_calendar a {
	display: block;
	border-bottom: none;
}

.widget_calendar tbody td {
	padding: 8px;
	padding: 0.8rem;
	background: rgba(236, 236, 236, 0.5);
	border: 1px solid #fff;
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}

#wp-calendar tfoot #prev {
	padding-top: 10px;
	padding-top: 1rem;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	text-align: left;
}

#wp-calendar tfoot #next {
	padding-top: 10px;
	padding-top: 1rem;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	text-align: right;
}

/* Footer widgets */
#footer-widgets:after {
	content: '';
	display: block;
	clear: both;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	padding: 20px 15px;
	padding: 2rem 1.5rem;
	background: #444;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 20px;
	line-height: 2rem;
	border-top-right-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	-webkit-border-top-left-radius: 2px;
}

.site-footer a {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.no-touch .site-footer a:hover {
	color: #ff5436;
	border-bottom-color: rgba(255, 84, 54, 0.4);
}

.theme-info span {
	font-style: italic;
}

.site-footer:after {
	content: "";
	display: block;
	clear: both;
}


/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

@media (min-width: 951px) {
	.site-title.center {
		text-align: center;
	}

	.site-title.right {
		text-align: right;
	}

	#site-navigation {
		margin: 0 60px 0 6px;
		margin: 0 6rem 0 0.6rem;
	}

	#site-navigation > div > ul > li {
		display: inline-block;
		position: relative;
		padding-left: 20px;
		padding-left: 2rem;
	}

	#site-navigation > div > ul > li > a {
		display: inline-block;
		padding: 10px 0 19px;
		padding: 1rem 0 1.9rem;
		border-top: 5px solid transparent;
	}

	.no-touch #site-navigation > div > ul > li > a:hover,
	.no-touch #site-navigation > div > ul > li:hover > a,
	#site-navigation > div > ul > li.current_page_item > a {
		border-top: 5px solid #fff;
	}

	#site-navigation > div > ul > li.menu-item-has-children > a,
	#site-navigation > div > ul > li.page_item_has_children > a {
		position: relative;
		padding-right: 12px;
		padding-right: 1.2rem;
	}

	#site-navigation > div > ul > li.menu-item-has-children > a:after,
	#site-navigation > div > ul > li.page_item_has_children > a:after {
		content: '_';
		display: block;
		position: absolute;
		top: 17px;
		top: 1.7rem;
		right: 0;
		width: 8px;
		width: 0.8rem;
		height: 8px;
		height: 0.8rem;
		line-height: 8px;
		line-height: 0.8rem;
		font-family: outspoken;
		font-size: 7px;
		font-size: 0.7rem;
	}

	#site-navigation > div > ul > li > ul {
		position: absolute;
		display: none;
		top: 100%;
		left: 0;
		z-index: 99997;
		padding-left: 0;
	}

	#site-navigation > div > ul > li.menu-item-has-children.submenu-active > a:after,
	#site-navigation > div > ul > li.page_item_has_children.submenu-active > a:after {
		content: '|';
	}

	#site-navigation > div > ul > li.menu-item-has-children > ul.submenu-visible,
	#site-navigation > div > ul > li.page_item_has_children > ul.submenu-visible {
		display: block;
	}

	#site-navigation ul ul li {
		padding: 0 20px 11px;
		padding: 0 2rem 1.1rem;
	}

	#site-navigation ul ul ul li {
		padding: 11px 0 0 20px ;
		padding: 1.1rem 0 0 2rem;
	}

	#site-navigation ul ul a {
		white-space: nowrap;
		border-bottom: 1px solid #ff5436;
	}

	.no-touch #site-navigation ul ul a:hover {
		border-bottom-color: #fff;
	}

	#site-navigation > div > ul > li > ul > li {
		background: #ff5436;
	}

	#site-navigation > div > ul > li > ul > li:last-child {
		padding-bottom: 18px;
		padding-bottom: 1.8rem;
		border-bottom-left-radius: 2px;
		-webkit-border-bottom-left-radius: 2px;
		border-bottom-right-radius: 2px;
		-webkit-border-bottom-right-radius: 2px;
	}

	#site-navigation > div > ul > li > ul ul {
		padding-left: 0;
	}

	/* Secondary navigation */
	#section-toggle {
		display: none;
	}

	#section-navigation {
		border-top: 5px solid #ececec;
		border-bottom: 1px solid #ececec;
	}

	#section-navigation a {
		line-height: 42px;
		line-height: 4.2rem;
		font-size: 24px;
		font-size: 2.4rem;
		font-weight: normal;
	}

	#section-navigation > div > ul > li {
		position: relative;
		display: inline-block;
	}

	#section-navigation > div > ul > li > a {
		display: inline-block;
		padding: 0 15px;
		padding: 0 1.5rem;
		line-height: 55px;
		line-height: 5.5rem;
		border-right: 1px solid transparent;
		border-left: 1px solid transparent;
	}

	#section-navigation > div > ul > li.menu-item-has-children > a,
	#section-navigation > div > ul > li.page_item_has_children > a {
		position: relative;
		padding-right: 24px;
		padding-right: 2.4rem;
	}

	#section-navigation > div > ul > li.menu-item-has-children > a:after,
	#section-navigation > div > ul > li.page_item_has_children > a:after {
		content: 'v';
		display: block;
		position: absolute;
		top: 2px;
		top: 0.2rem;
		right: 3px;
		right: 0.3rem;
		width: 20px;
		width: 2rem;
		height: 52px;
		height: 5.2rem;
		text-align: center;
		font-size: 10px;
		font-size: 1rem;
		line-height: 52px;
		line-height: 5.2rem;
		color: #ececec;
		font-family: outspoken;
	}

	#section-navigation > div > ul > li.menu-item-has-children.submenu-active > a,
	#section-navigation > div > ul > li.page_item_has_children.submenu-active > a {
		border-right: 1px solid #ececec;
		border-left: 1px solid #ececec;
	}

	#section-navigation > div > ul > li.menu-item-has-children.submenu-active > a:after,
	#section-navigation > div > ul > li.page_item_has_children.submenu-active > a:after {
		content: '^';
		color: #ff5436;
	}

	#section-navigation > div > ul > li.menu-item-has-children.submenu-active:after,
	#section-navigation > div > ul > li.page_item_has_children.submenu-active:after {
		content: '';
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 1px;
		overflow: hidden;
		background: #fff;
		width: -moz-calc(100% - 2px);
		width: -webkit-calc(100% - 2px);
		width: calc(100% - 2px);
		border-right: 1px solid #ececec;
		border-left: 1px solid #ececec;
	}

	#section-navigation > div > ul > li > ul {
		position: absolute;
		z-index: 99997;
		top: 100%;
		left: 0;
		margin-top: 1px;
		min-width: 100%;
		display: none;
		padding-bottom: 9px;
		padding-bottom: 0.9rem;
		background: #fff;
		border-right: 1px solid #ececec;
		border-bottom: 1px solid #ececec;
		border-left: 1px solid #ececec;
		border-bottom-left-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
	}

	#section-navigation > div > ul > li > ul li {
		display: block;
	}

	#section-navigation > div > ul > li > ul a {
		display: block;
		padding: 0 15px;
		padding: 0 1.5rem;
		white-space: nowrap;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 36px;
		line-height: 3.6rem;
	}

	#section-navigation > div > ul > li > ul ul a {
		padding-left: 30px;
		padding-left: 3rem;
	}

	#section-navigation > div > ul > li.menu-item-has-children > ul.submenu-visible,
	#section-navigation > div > ul > li.page_item_has_children > ul.submenu-visible {
		display: block;
	}

	.page-content .searchform-wrapper label {
		display: inline-block;
		width: 500px;
	}

	.page-content input[name="s"] {
		width: 100%;
	}

	/* Vertical slider widget */
	.widget_wpshower_index_videos .container {
		min-height: 495px;
	}

	/* Comments */
	.no-touch .reply {
		visibility: hidden;
	}

	.no-touch .comment-list article:hover .reply {
		visibility: visible;
	}
}

@media (max-width: 950px) {
	#page {
		padding: 0 20px;
		padding: 0 2rem;
	}

	.home-link {
		width: 100%;
		text-align: center;
	}

	#site-navigation {
		display: none;
	}

	#site-navigation.toggled-on {
		display: block;
	}

	#site-navigation > div > ul li {
		display: block;
		border-top: 1px solid #fff;
	}

	#site-navigation > div a {
		display: block;
		padding-right: 20px;
		padding-right: 2rem;
		line-height: 47px;
		line-height: 4.7rem;
		-webkit-transition-property: none;
		-moz-transition-property: none;
		-o-transition-property: none;
		transition-property: none;
	}

	.no-touch #site-navigation > div a:hover {
		background: #fff;
		color: #ff5436;
	}

	#site-navigation > div > ul > li > a {
		padding-left: 20px;
		padding-left: 2rem;
	}

	#site-navigation > div > ul > li > ul > li > a {
		padding-left: 40px;
		padding-left: 4rem;
	}

	#site-navigation > div > ul > li > ul > li li a {
		padding-left: 60px;
		padding-left: 6rem;
	}

	.menu-toggle {
		display: inline-block;
		font-family: outspoken !important;
		width: 60px;
		width: 6rem;
		height: 55px;
		height: 5.5rem;
		line-height: 55px;
		line-height: 5.5rem;
		margin: 0;
		font-size: 30px;
		font-size: 3rem;
		color: #fff;
		text-align: center;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	/* Secondary navigation */
	#section-toggle {
		clear: both;
		line-height: 55px;
		line-height: 5.5rem;
		border-top: 5px solid #ececec;
		border-bottom: 1px solid #ececec;
		font-size: 24px;
		font-size: 2.4rem;
		font-weight: bold;
		cursor: pointer;
	}

	#section-toggle span {
		position: relative;
		float: right;
		width: 24px;
		width: 2.4rem;
		height: 24px;
		height: 2.4rem;
		margin-top: 16px;
		margin-top: 1.6rem;
		background: #ececec;
		color: #fff;
		border-radius: 2px;
		-webkit-border-radius: 2px;
	}

	#section-toggle span:after {
		content: 'v';
		position: absolute;
		top: 7px;
		top: 0.7rem;
		left: 6px;
		left: 0.6rem;
		font-family: outspoken;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 11px;
		line-height: 1.1rem;
	}

	.no-touch #section-toggle:hover span {
		background-color: #ff5436;
	}

	#section-toggle.toggled-on span:after {
		content: '^';
	}

	#section-navigation > div {
		display: none;
	}

	#section-navigation.toggled-on > div {
		display: block;
	}

	#section-navigation > div > ul li {
		display: block;
		border-top: 1px solid #ececec;
	}

	#section-navigation > div > ul > li:first-child {
		border-top: none;
	}

	#section-navigation > div > ul > li:last-child {
		border-bottom: 1px solid #ececec;
	}

	#section-navigation a {
		display: block;
		line-height: 47px;
		line-height: 4.7rem;
		font-size: 20px !important;
		font-size: 2rem !important;
	}

	#section-navigation > div > ul > li > ul > li > a {
		padding-left: 20px;
		padding-left: 2rem;
	}

	#section-navigation > div > ul > li > ul > li li a {
		padding-left: 40px;
		padding-left: 4rem;
	}

	.outspoken-gallery h2 {
		margin: 5px 0 0;
		margin: 0.5rem 0 0;
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 35px;
		line-height: 3.5rem;
	}

	.post-navigation {
		display: none;
	}

	#primary,
	.csscalc #primary {
		width: 100%;
	}

	#tertiary {
		display: none;
	}

	.load-more {
		width: 260px;
		width: 26rem;
		margin-top: 30px;
		margin-top: 3rem;
	}

	.widget .widget-title .prev,
	.widget .widget-title .next {
		display: none;
	}

	.bullets {
		display: block;
	}

	/* Masonry template */
	body.content-full-width .masonry-sizer {
		width: 47.945205479%;
	}

	body.content-full-width .masonry-gutter {
		width: 4.109589041%;
	}

	/* Vertical slider widget */
	.widget_wpshower_index_videos .container {
		width: 100%;
		padding-right: 0;
	}

	.widget_wpshower_index_videos .info {
		display: none;
	}
}

@media (min-width: 641px) {
	.outspoken-gallery .info {
		position: absolute;
		left: 30px;
		bottom: 30px;
		padding: 18px 25px;
		padding: 1.8rem 2.5rem;
		background: rgba(0, 0, 0, 0.7);
		max-width: -moz-calc(100% - 60px);
		max-width: -webkit-calc(100% - 60px);
		max-width: calc(100% - 60px);
		border-radius: 2px;
		-webkit-border-radius: 2px;
	}

	body.wpshower-masonry .outspoken-gallery .info {
		left: 20px;
		bottom: 10px;
		padding: 10px 15px;
		padding: 1rem 1.5rem;
	}

	.no-touch .outspoken-gallery:hover .prev,
	.no-touch .outspoken-gallery:hover .next {
		display: block;
	}

	#full_width_bullets {
		display: none;
	}

	/* Tags page template */
	.entry-content .tags .column {
		float: left;
		width: 45.714285714%;
	}

	.entry-content .tags .column:nth-child(2) {
		float: right;
	}

	/* Archives page template */
	.archives-template li {
		float: left;
		width: 30.593607306%;
		margin-right: 4.109589041%;
	}

	.archives-template li:nth-child(3n + 1) {
		clear: both;
	}

	.archives-template li:nth-child(3n + 2) {
		margin-right: 0;
	}

	.archives-template li:nth-child(3n) {
		float: right;
		margin-right: 0;
	}

	/* Editor's choice widget */
	.widget_wpshower_index_editors_choice article {
		padding-right: 30px;
	}

	/* Categories widget */
	.widget_wpshower_index_categories .column {
		float: left;
		width: 21.917808219%;
	}

	.widget_wpshower_index_categories .column:first-child,
	.widget_wpshower_index_categories .column:nth-child(2) {
		width: 26.02739726%;
		padding-right: 4.109589041%;
	}

	.widget_wpshower_index_categories .column:nth-child(4) {
		float: right;
	}

	#footer-widgets .widget-area {
		float: left;
		width: 31.654676259%;
	}

	#footer-widgets .widget-area:first-child {
		margin-right: 2.517985612%;
	}

	#footer-widgets .widget-area:last-child {
		float: right;
	}

	.site-info {
		float: left;
		width: 50%;
		padding-right: 20px;
	}

	.theme-info {
		float: right;
		width: 50%;
		padding-left: 20px;
		text-align: right;
	}
}

@media (max-width: 640px) {
	#page {
		padding: 0 10px;
	}

	#content {
		margin-bottom: 80px;
		margin-bottom: 8rem;
	}

	h1 {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 31px;
		line-height: 3.1rem;
		margin: 24px 0 30px;
		margin: 2.4rem 0 3rem;
	}

	h2 {
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 29px;
		line-height: 2.9rem;
		margin: 24px 0 28px;
		margin: 2.4rem 0 2.8rem;
	}

	h3 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 27px;
		line-height: 2.7rem;
		margin: 24px 0 27px;
		margin: 2.4rem 0 2.7rem;
	}

	h4 {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 25px;
		line-height: 2.5rem;
		margin: 24px 0 26px;
		margin: 2.4rem 0 2.6rem;
	}

	h5 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 23px;
		line-height: 2.3rem;
		margin: 24px 0 25px;
		margin: 2.4rem 0 2.5rem;
	}

	h6 {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 21px;
		line-height: 2.1rem;
		margin: 24px 0;
		margin: 2.4rem 0;
	}

	.site-header .searchform [type="text"] {
		font-size: 25px;
		font-size: 2.5rem;
		line-height: 34px;
		line-height: 3.4rem;
	}

	.home-link h1 {
		font-size: 48px;
		font-size: 4.8rem;
		line-height: 48px;
		line-height: 4.8rem;
	}

	.navbar {
		margin-bottom: 29px;
		margin-bottom: 2.9rem;
	}

	.site-title {
		margin-bottom: 30px;
		margin-bottom: 3rem;
	}

	.csscalc .outspoken-gallery {
		margin-left: -10px;
		width: -moz-calc(100% + 20px);
		width: -webkit-calc(100% + 20px);
		width: calc(100% + 20px);
	}

	#main > .outspoken-gallery .prev,
	#main > .outspoken-gallery .next {
		display: none;
	}

	.outspoken-gallery .info {
		padding: 15px 9px 18px;
		padding: 1.5rem 0.9rem 1.8rem;
		background: rgba(236, 236, 236, 0.5);
		border-bottom: 1px solid #ececec;
	}

	.outspoken-gallery .meta {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 18px;
		line-height: 1.8rem;
		color: #888;
	}

	.outspoken-gallery .meta a {
		color: #888;
	}

	.no-touch .outspoken-gallery .meta a:hover {
		color: #ff5436;
	}

	.outspoken-gallery h2 {
		margin: 7px 0 0;
		margin: 0.7rem 0 0;
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 30px;
		line-height: 3rem;
	}

	.outspoken-gallery h2 a {
		color: #444;
	}

	#primary {
		padding-top: 25px;
		padding-top: 2.5rem;
	}

	/* Secondary navigation */
	#section-toggle {
		padding: 0 14px;
		padding: 0 1.4rem;
		line-height: 49px;
		line-height: 4.9rem;
		border-top-width: 1px;
		border-right: 1px solid #ececec;
		border-bottom-width: 2px;
		border-left: 1px solid #ececec;
		border-radius: 2px;
		-webkit-border-radius: 2px;
	}

	#section-toggle.toggled-on {
		border-bottom-width: 1px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-webkit-border-bottom-left-radius: 0;
	}

	#section-toggle span {
		margin-top: 13px;
		margin-top: 1.3rem;
	}

	#section-navigation > div > ul > li:last-child {
		border-bottom-right-radius: 2px;
		border-bottom-left-radius: 2px;
		-webkit-border-bottom-right-radius: 2px;
		-webkit-border-bottom-left-radius: 2px;
	}

	#section-navigation a {
		padding: 0 13px;
		padding: 0 1.3rem;
		border-right: 1px solid #ececec;
		border-left: 1px solid #ececec;
		-webkit-transition-property: none;
		-moz-transition-property: none;
		-o-transition-property: none;
		transition-property: none;
	}

	.no-touch #section-navigation a:hover {
		background: #ff5436;
		color: #fff;
		border-right-color: #ff5436;
		border-left-color: #ff5436;
	}

	body.single .entry-title {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 35px;
		line-height: 3.5rem;
	}

	body.single .entry-meta {
		font-size: 16px;
		font-size: 1.6rem;
	}

	body.archive .entry-meta,
	body.search .entry-meta {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 14px;
		line-height: 1.4rem;
	}

	body.archive .entry-thumbnail,
	body.search .entry-thumbnail {
		float: none;
		width: 100%;
		margin-bottom: 11px;
		margin-bottom: 1.1rem;
	}

	body.archive .entry-column,
	body.search .entry-column {
		float: none;
		width: 100%;
	}

	.navigation .mobile {
		display: none;
	}

	/* Comments */
	#commentform input[type="submit"] {
		width: 100%;
	}

	.comment-list .children {
		margin-left: 10px;
		margin-left: 1rem;
	}

	.comment-metadata {
		display: block;
		margin: 4px 0 0;
		margin: 0.4rem 0 0;
	}

	/* Archives page template */
	.archives-template li {
		float: left;
		width: 47.580645161%;
	}

	.archives-template li:nth-child(odd) {
		clear: both;
	}

	.archives-template li:nth-child(even) {
		float: right;
	}

	/* Masonry template */
	.masonry-sizer,
	body.content-full-width .masonry-sizer {
		width: 100%;
	}

	.masonry-gutter,
	body.content-full-width .masonry-gutter {
		width: 0;
	}

	body.wpshower-masonry .entry-meta {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 14px;
		line-height: 1.4rem;
	}

	/* Widgets */
	.widget {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 19px;
		line-height: 1.9rem;
		margin-bottom: 30px;
		margin-bottom: 3rem;
	}

	.widget .widget-title {
		border-top-width: 3px;
	}

	/* Featured articles widget */
	.widget_wpshower_index_featured_articles article > a img {
		margin-bottom: 15px;
		margin-bottom: 1.5rem;
	}

	.widget_wpshower_index_featured_articles article .meta {
		margin-bottom: 12px;
		margin-bottom: 1.2rem;
		font-size: 13px;
		font-size: 1.3rem;
	}

	.widget_wpshower_index_featured_articles article h2 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 25px;
		line-height: 2.5rem;
	}

	.widget_wpshower_index_featured_articles article .summary {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 19px;
		line-height: 1.9rem;
	}

	/* Highlights widget */
	.widget_wpshower_index_highlights > article {
		width: 100%;
		margin-bottom: 30px;
		margin-bottom: 3rem;
	}

	.widget_wpshower_index_highlights li article > a img {
		margin-bottom: 14px;
		margin-bottom: 1.4rem;
	}

	.widget_wpshower_index_highlights li article .meta {
		margin-bottom: 10px;
		margin-bottom: 1rem;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 14px;
		line-height: 1.4rem;
	}

	.widget_wpshower_index_highlights li article h2 {
		margin: 0 0 9px;
		margin: 0 0 0.9rem;
		font-size: 21px;
		font-size: 2.1rem;
		line-height: 21px;
		line-height: 2.1rem;
	}

	.widget_wpshower_index_highlights li article .summary {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 20px;
		line-height: 2rem;
	}

	.widget_wpshower_index_highlights .latest {
		width: 100%;
	}

	.widget_wpshower_index_highlights .latest img {
		margin-bottom: 13px;
		margin-bottom: 1.3rem;
	}

	.widget_wpshower_index_highlights .latest h3 {
		font-size: 21px;
		font-size: 2.1rem;
	}

	.widget_wpshower_index_highlights .latest li {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 20px;
		line-height: 2rem;
	}

	/* Category widget */
	.widget_wpshower_index_category > article,
	.widget_wpshower_index_category .article-list {
		width: 100%;
	}

	.widget_wpshower_index_category > article {
		padding-bottom: 14px;
		padding-bottom: 1.4rem;
		margin-bottom: 14px;
		margin-bottom: 1.4rem;
		border-bottom: 1px solid #ececec;
	}

	.widget_wpshower_index_category > article > a img {
		margin-bottom: 13px;
		margin-bottom: 1.3rem;
	}

	.widget_wpshower_index_category > article .meta {
		margin-bottom: 7px;
		margin-bottom: 0.7rem;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 14px;
		line-height: 1.4rem;
	}

	.widget_wpshower_index_category h3 {
		margin-bottom: 6px;
		margin-bottom: 0.6rem;
		font-size: 20px;
		font-size: 2rem;
		line-height: 25px;
		line-height: 2.5rem;
	}

	.widget_wpshower_index_category .summary {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 20px;
		line-height: 2rem;
	}

	.widget_wpshower_index_category .article-list li {
		padding-bottom: 14px;
		padding-bottom: 1.4rem;
		margin-bottom: 14px;
		margin-bottom: 1.4rem;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 21px;
		line-height: 2.1rem;
	}

	.widget_wpshower_index_category .article-list .meta {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 14px;
		line-height: 1.4rem;
	}

	/* Editor's choice widget */
	.widget_wpshower_index_editors_choice article {
		padding-right: 25px;
		padding-right: 2.5rem;
	}

	.widget_wpshower_index_editors_choice article > a img {
		margin-bottom: 6px;
		margin-bottom: 0.6rem;
	}

	.widget_wpshower_index_editors_choice article .meta {
		margin-bottom: 6px;
		margin-bottom: 0.6rem;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 14px;
		line-height: 1.4rem;
	}

	.widget_wpshower_index_editors_choice article h3 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 20px;
		line-height: 2rem;
	}

	/* Categories widget */
	.widget_wpshower_index_categories .column {
		width: 48%;
	}

	.widget_wpshower_index_categories .column:nth-child(odd) {
		float: left;
	}

	.widget_wpshower_index_categories .column:nth-child(even) {
		float: right;
	}

	.widget_wpshower_index_categories .column:first-child,
	.widget_wpshower_index_categories .column:nth-child(2) {
		margin-bottom: 45px;
		margin-bottom: 4.5rem;
	}

	.widget_wpshower_index_categories .column:nth-child(3) {
		clear: both;
	}

	.widget_wpshower_index_categories .column > ul > li {
		padding-bottom: 14px;
		padding-bottom: 1.4rem;
		margin-bottom: 14px;
		margin-bottom: 1.4rem;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 18px;
		line-height: 1.8rem;
	}

	.widget_wpshower_index_categories .column > ul > li:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.widget_wpshower_index_categories .meta {
		margin-bottom: 3px;
		margin-bottom: 0.3rem;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 14px;
		line-height: 1.4rem;
	}

	.widget_wpshower_index_categories .column h4 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 23px;
		line-height: 2.3rem;
	}

	/* Vertical slider widget */
	.widget_wpshower_index_videos article > a img {
		margin-bottom: 14px;
		margin-bottom: 1.4rem;
	}

	.widget_wpshower_index_videos .meta {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 14px;
		line-height: 1.4rem;
	}

	.widget_wpshower_index_videos h2 {
		margin-bottom: 6px;
		margin-bottom: 0.6rem;
		font-size: 21px;
		font-size: 2.1rem;
		line-height: 26px;
		line-height: 2.6rem;
	}

	.widget_wpshower_index_videos .summary {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 21px;
		line-height: 2.1rem;
	}

	/* Latest Entries widget */
	.widget_wpshower_index_latest_entries > article > a {
		width: 26.666666667%;
	}

	.widget_wpshower_index_latest_entries > article > div {
		width: 70%;
		padding: 0;
	}

	.widget_wpshower_index_latest_entries .meta-top {
		margin-bottom: 2px;
		margin-bottom: 0.2rem;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 18px;
		line-height: 1.8rem;
	}

	.widget_wpshower_index_latest_entries > article h2 {
		font-size: 21px;
		font-size: 2.1rem;
		line-height: 24px;
		line-height: 2.4rem;
	}

	.widget_wpshower_index_latest_entries .meta,
	.widget_wpshower_index_latest_entries > article .summary {
		display: none;
	}

	.site-footer {
		padding: 13px 15px;
		padding: 1.3rem 1.5rem;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 20px;
		line-height: 2rem;
	}

	.site-info {
		margin-bottom: 7px;
		margin-bottom: 0.7rem;
	}
}

@media (max-device-width: 640px) {
	.no-touch #section-toggle:hover span {
		background-color: #ececec;
	}

	.no-touch #section-toggle:hover span:after {
		content: 'v';
	}

	#section-toggle.toggled-on span:after {
		content: '^';
	}
}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

@media print {
	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	#respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.share-side,
	#navbar,
	#section-toggle,
	#slider,
	.sharedaddy,
	#wp_footer_action {
		display: none;
	}

	.widget_wpshower_index_highlights .slides {
		width: 100% !important;
		transform: initial !important;
		height: auto !important;
	}

	.widget_wpshower_index_highlights .slides li {
		width: 100% !important;
		display: none !important;
	}

	.widget_wpshower_index_highlights .slides li:first-child {
		display: block !important;
	}

	.site-title {
		margin-bottom: 0;
	}

	body.sidebar,
	#default-sidebar .widget-area,
	#default-sidebar .widget-area .widget {
		display: block !important;
	}
}