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


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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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


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

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

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


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


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

/* Container */

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

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

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

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

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

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

/* Related posts items (wrapping items) */

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

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

/* Related posts item */

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

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

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

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

/* Related posts item content */

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

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

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

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

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

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

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

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

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

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

/**
 * Responsive
 */

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

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

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

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

}

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

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

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

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

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

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

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

.wp-playlist-caption {
	display: block;
}/*
* Text Widget Styles
*
* Global styles to help fix common display issues on WordPress.com
* that could happen with the Rich Text Widget, introduced in WordPress 4.8.
*/

.widget.widget_text {
	word-wrap: break-word;
}

.widget.widget_text ul,
.widget.widget_text ol {
	margin-bottom: 1em;
	margin-left: .875em;
	padding-left: .875em;
}

.widget.widget_text li ul,
.widget.widget_text li ol {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.widget.widget_text ul {
	list-style: disc outside none;
}

.widget.widget_text ol {
	list-style: decimal outside none;
}

.widget.widget_text ul li,
.widget.widget_text ol li {
	border: 0;
	list-style: inherit;
	margin: 0;
	padding: 0;
	text-align: left;
}

.widget.widget_text ul li:before {
	content: "";
}

.widget.widget_text p {
	margin-bottom: 1em;
}
/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */

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

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

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

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

.bbp-a8c-reply {
	background: #e9eff3 !important;
	border: 1px solid #c8d7e1;
	width: 98% !important;
}/*
Theme Name: Scrollider Express
Theme URI: http://woothemes.com/themes/scrollider
Author: WooThemes
Author URI: http://woothemes.com/
Description: A clean blogging theme designed by <a href="http://www.woothemes.com">WooThemes</a>.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blog, classic-menu, clean, custom-background, custom-header, custom-menu, elegant, featured-images, gray, green, infinite-scroll, journal, modern, multiple-menus, orange, photoblogging, photography, post-formats, responsive-layout, right-sidebar, rtl-language-support, sophisticated, sticky-post, translation-ready, travel, two-columns, white
Status: inactive

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.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	/*	margin-bottom: 0; */	
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 1.12em 1.5em 1em;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
input[type=password],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email],
input[type=password] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

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


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
/*
#searchsubmit {
	display: none;
}
*/

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll #nav-above, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll #nav-below,
.infinite-scroll.neverending #colophon { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending #colophon {
	display: block;
}
/*-------------------------------------------------------------------------------------------

INDEX:

0. RESET

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks
-1.3 Typography
-1.4 Tables

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers & Columns
-2.2 Navigation
  -2.2.1 Drop-down menus
  -2.2.2 Top Navigation (optional)
-2.3 Header
-2.4 Sidebar
-2.5 Footer

3. POSTS
-3.1 Images
-3.2 Pagination / WP-Pagenavi
-3.3 Post Entry Nav

4. WIDGETS
-4.1 Generic Widgets
-4.2 Specific Widgets

5. COMMENTS
-5.1 Comments
-5.2 Comments Form
-5.3 Pingbacks / Trackbacks

6. MISC
-6.1 Forms
-6.2 Buttons (Includes WF chortcode buttons)
-6.3 Miscellaneous touch ups

-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/* RESET - http://meyerweb.com/eric/tools/css/reset/ | v2.0 | 20110126 */
/*-------------------------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Hand cursor on clickable input elements */
label,
input[type="button"],
input[type="submit"],
input[type="image"],
button {
  cursor: pointer;
}
/* Bicubic resizing for non-native sized IMG: code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
/* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
textarea {
  overflow: auto;
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0;
}
/* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: #f1f1f1;
  border: 1px solid #f0f0f0;
  padding: 10px;
  margin-bottom: 20px;
}
/* Normalize monospace sizing: en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover,
a:active {
  outline: none;
}
/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Floating & Alignment  */
.fl {
  float: left;
}
.fr {
  float: right;
}
.ac {
  text-align: center;
}
.ar {
  text-align: right;
}
/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.fix:before,
.fix:after,
.col-full:before,
.col-full:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.fix:after,
.col-full:after {
  clear: both;
}
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.fix,
.col-full {
  zoom: 1;
}
/*-------------------------------------------------------------------------------------------*/
/* IMPORTS */
/*-------------------------------------------------------------------------------------------*/
/**
 * Variables
 */
/**
 * Functions
 */
/**
 * Mixins
 */
/**
 * Animations
 */
@-webkit-keyframes spin-360 {
  from {
    -webkit-transform: rotate(0);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(0);
    /* FF3.5+ */
    -ms-transform: rotate(0);
    /* IE9 */
    -o-transform: rotate(0);
    /* Opera 10.5 */
    transform: rotate(0);
    zoom: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(180deg);
    /* FF3.5+ */
    -ms-transform: rotate(180deg);
    /* IE9 */
    -o-transform: rotate(180deg);
    /* Opera 10.5 */
    transform: rotate(180deg);
    zoom: 1;
  }
  to {
    -webkit-transform: rotate(0);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(0);
    /* FF3.5+ */
    -ms-transform: rotate(0);
    /* IE9 */
    -o-transform: rotate(0);
    /* Opera 10.5 */
    transform: rotate(0);
    zoom: 1;
  }
}
/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/
/* 1.1 Defaults */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.2em;
  line-height: 1.618;
  color: #9e9e9e;
  font-family: "Open Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body {
  background: #f1f1f1;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
hr {
  background-color: #f0f0f0;
  border: 0;
  height: 1px;
  margin-bottom: 1.618em;
}
/* 1.2 Hyperlinks */
a,
a:link,
a:visited {
  color: #5596a5;
  text-decoration: none;
}
a:hover,
a:link:hover,
a:visited:hover {
  color: #337483;
  text-decoration: underline;
}
a img,
a:link img,
a:visited img {
  -webkit-transition: opacity ease-out 0.1s;
  -moz-transition: opacity ease-out 0.1s;
  -ms-transition: opacity ease-out 0.1s;
  -o-transition: opacity ease-out 0.1s;
  transition: opacity ease-out 0.1s;
}
a img:hover,
a:link img:hover,
a:visited img:hover {
  opacity: 0.75;
}
/* 1.3 Typography */
/*
	All typography (and layout) based on a modular scale using 12 & 14 px values scaled in accordance the golden ratio (1.618)
	http://modularscale.com/scale/?px1=14&px2=12&ra1=1.618&ra2=0
	Remember to keep margins consistent and try to avoid margin-top. If everything has an appropriate margin-bottom we don't need one and vertical rhythm will be kept consistent
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Merriweather", sans-serif;
  color: #4a4a4a;
  margin: 0 0 .618em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}
h1 {
  font-size: 1.618em;
  line-height: 1.387em;
}
h2 {
  font-size: 1.387em;
  line-height: 1.387em;
}
h3 {
  font-size: 1em;
}
h4 {
  font-size: .857em;
}
h5 {
  font-size: .857em;
}
h6 {
  font-size: .618em;
}
p {
  -webkit-hyphens: auto;
  -webkit-hyphenate-character: "\2010";
  -webkit-hyphenate-limit-after: 1;
  -webkit-hyphenate-limit-before: 3;
  -moz-hyphens: manual;
  orphans: 3;
  widows: 3;
}
ul,
ol,
dl,
p,
table,
form,
pre,
hr {
  margin: 0 0 1.618em 0;
}
li > ul,
li > ol {
  margin: 0 0 0 1.618em;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-bottom: 1.618em;
}
ol {
  margin-bottom: 1.618em;
}
/*
@font-face icons
- Used for the subscribe & connect social icons. If you would like to add more icons to the font, you can do so by rebuilding the font at http://keyamoon.com/icomoon/app/ and replace the existing font files in the theme with the new ones.
*/
@font-face {
  font-family: 'FontAwesome';
  src: url(/wp-content/themes/premium/scrollider-express/css/../fonts/fontawesome-webfont.eot);
  src: url(/wp-content/themes/premium/scrollider-express/css/../fonts/fontawesome-webfont.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/premium/scrollider-express/css/../fonts/fontawesome-webfont.woff) format('woff'), url(/wp-content/themes/premium/scrollider-express/css/../fonts/fontawesome-webfont.ttf) format('truetype'), url(/wp-content/themes/premium/scrollider-express/css/../fonts/fontawesome-webfont.svg#FontAwesome) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* 1.4 Tables */
table {
  border-spacing: 0;
  width: 100%;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fafafa;
}
table td,
table th {
  padding: .857em 1.387em;
  text-align: left;
  border-right: 1px dotted #f0f0f0;
  vertical-align: top;
}
table td p:last-child,
table th p:last-child {
  margin-bottom: 0;
}
table thead th {
  background: #fff;
  border-right: 1px dotted #e0e0e0;
  border-bottom: 1px solid #f0f0f0;
  text-transform: uppercase;
  padding: 1.387em;
  vertical-align: middle;
}
table thead th:first-child {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
table thead th:last-child {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
table tr th:last-child,
table tr td:last-child {
  border-right: 0;
}
table tbody th {
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}
table tbody tr:nth-child(2n) td:last-child {
  border-right: 0;
}
table tbody td {
  border-bottom: 1px solid #f0f0f0;
  -webkit-box-shadow: inset 0 1px 0 0 #f1f1f1, inset 0 -1px 0 #ffffff;
  box-shadow: inset 0 1px 0 0 #f1f1f1, inset 0 -1px 0 #ffffff;
}
table tbody h2 {
  font-size: 1em;
  letter-spacing: normal;
  font-weight: normal;
}
table tbody h2 a {
  font-weight: normal;
}
table tbody tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
table tbody tr:last-child td:last-child {
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
table tbody tr:last-child td {
  border-bottom: 0;
}
table tfoot {
  border-top: 1px solid #f0f0f0;
}
table tfoot td {
  border: 0;
}
/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
/* 2.1 Containers & Columns */
#page {
  margin: 0 2.244em;
}
/* 2.2 Navigation */
ul.nav li a {
  padding: .5em 1em;
  display: block;
}
ul.nav li.current_page_item a,
ul.nav li.current_page_parent a,
ul.nav li.current-menu-ancestor a,
ul.nav li.current-cat a,
ul.nav li.li.current-menu-item a {
  background: #ffffff;
}
.main-navigation,
.main-small-navigation {
  clear: both;
  font-size: 1.1em;
  font-family: "Merriweather", sans-serif;
  text-align: center;
}
.main-navigation ul,
.main-small-navigation ul {
  list-style: none;
  text-align: left;
}
/* Optional Styling */
.main-small-navigation ul.menu {
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 0.327em;
  border-radius: 0.327em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
  background: #fff;
  margin: 1em 2.244em 0;
  padding: .53em;
}
/* 2.2.2 Top Navigation (optional) */
#top {
  margin: 1.618em 2.244em 0;
}
#top ul.menu,
#top div.menu > ul {
  display: none;
}
#top select {
  width: 100%;
}
/* 2.3 Header */
#masthead {
  padding: 2.244em 0 2.244em;
  clear: both;
  position: relative;
}
#masthead .site-title,
#masthead .site-description {
  color: #000;
  margin: 0;
}
#masthead .site-title a,
#masthead .site-description a {
  color: #4a4a4a;
  text-transform: none;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px 0 #FFF;
  font-size: 1.2em;
}
#masthead .site-title a:hover,
#masthead .site-description a:hover {
  text-decoration: underline;
}
#masthead hgroup {
  text-align: center;
  margin: 0 0 1.618em;
}
#masthead hgroup:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
#masthead .menu-toggle {
  position: relative;
  padding: .1em 1em;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 0.857em;
  line-height: 2;
  background: #323232;
  color: #fff;
  -webkit-border-radius: 300px;
  border-radius: 300px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
}
#masthead .menu-toggle:after {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-left: .618em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  text-align: right;
  content: "\f0c9";
  height: 1.2em;
  width: 1.2em;
  text-align: center;
}
#masthead .site-description {
  color: #b8b8b8;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
}
.home.has-header-image #masthead .site-title a,
.home.has-header-image #masthead .site-description a {
  color: #fff;
}
#header-image {
  display: none;
}
/* 2.4 Sidebar */
#secondary .secondary {
  float: left;
  margin-right: 20px;
}
#secondary .secondary.last {
  margin: 0;
}
/* 2.5 Footer */
#colophon {
  background: #323232;
  padding: 1.618em;
  color: #e4e4e4;
  font-size: 1em;
}
#colophon #credit img {
  vertical-align: middle;
}
#colophon #credit span {
  display: none;
}
#footer-widgets {
  background: #ffffff;
  border-top: 1px solid #f1f1f1;
  padding: 2.618em;
}
#footer-widgets .widget {
  box-shadow: 0 0 0 0 #888888;
  -webkit-box-shadow: 0 0 0 0 #888888;
  padding: 0;
}
#footer-widgets .widget h1 {
  font-family: "Merriweather", sans-serif;
  font-size: 1.2em;
  text-transform: capitalize;
  color: #4a4a4a;
  margin: 0 0 1em;
}
/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/
header.page-header {
  font-weight: bold;
  margin: 0 0 3.631em;
}
.post .video {
  margin-bottom: 1.618em;
}
.post,
.type-page {
  margin: 0 0 2.618em;
  background: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* 3.1 Images */
}
.post .article-inner,
.type-page .article-inner {
  padding: 2.244em 2.244em 2.244em 1.618em;
  position: relative;
  clear: both;
  overflow: hidden;
}
.post img.wp-post-image,
.type-page img.wp-post-image {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.post header h1,
.type-page header h1 {
  font-size: 1.7em;
  font-weight: normal;
  margin: 0 0 .53em;
}
.post header h1 a:link,
.type-page header h1 a:link,
.post header h1 a:visited,
.type-page header h1 a:visited {
  color: #4a4a4a;
}
.post .post-meta,
.type-page .post-meta {
  margin: 0 0 1.618em 0;
  width: 6.4em;
  position: absolute;
  left: 1.387em;
  top: 2.244em;
}
.post .post-meta .post-avatar,
.type-page .post-meta .post-avatar {
  display: none;
}
.post .post-meta .post-avatar img,
.type-page .post-meta .post-avatar img {
  display: block;
  padding: 0;
  border: 0;
  -webkit-border-radius: 100em;
  border-radius: 100em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto 1em auto;
}
.post .post-meta .post-comments,
.type-page .post-meta .post-comments {
  display: none;
  position: absolute;
  right: 0;
  bottom: 2.244em;
  right: .618em;
}
.post .post-meta .post-comments a,
.type-page .post-meta .post-comments a {
  height: 1.618em;
  width: 1.618em;
  line-height: 1.618em;
  display: inline-block;
  background: #cc592c;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  -webkit-border-radius: 100em;
  border-radius: 100em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.post .post-meta .post-comments a:hover,
.type-page .post-meta .post-comments a:hover {
  background: #5596a5;
  text-decoration: none;
}
.post .post-meta .post-date,
.type-page .post-meta .post-date {
  display: none;
  text-align: center;
}
.post .entry-categories,
.type-page .entry-categories {
  text-transform: uppercase;
}
.post .entry-summary,
.type-page .entry-summary {
  margin: 0;
}
.post .entry-content ul,
.type-page .entry-content ul,
.post .entry-content ol,
.type-page .entry-content ol {
  margin-left: 1.618em;
}
.post .entry-content blockquote,
.type-page .entry-content blockquote {
  position: relative;
  margin: 0 0 1.618em;
  padding: 0 0 0 2.618em;
  quotes: "\201C" "\201D" "\2018" "\2019";
  font-style: italic;
}
.post .entry-content blockquote:before,
.type-page .entry-content blockquote:before {
  content: open-quote;
  position: absolute;
  top: 0;
  left: 0;
  font-family: Georgia, serif;
  font-size: 4em;
  line-height: 1;
  margin: 0;
  vertical-align: -0.4em;
}
.post img,
.type-page img {
  padding: .327em;
  border: 1px solid #f0f0f0;
  background: #fff;
  max-width: 100%;
  height: auto;
  margin: 1.387em;
}
.post img:hover,
.type-page img:hover {
  border-color: #d7d7d7;
}
.post img.wp-smiley,
.type-page img.wp-smiley {
  padding: 0;
  border: 0;
}
.post .alignnone,
.type-page .alignnone {
  margin: 1.387em 0;
}
.post .alignleft,
.type-page .alignleft {
  float: left;
  margin: 1.387em 1.618em 1.387em 0;
}
.post .alignright,
.type-page .alignright {
  float: right;
  margin: 1.387em 0 1.387em 1.618em;
}
.post .aligncenter,
.type-page .aligncenter {
  display: block;
  text-align: center;
  margin: 1.618em auto;
}
.post .wp-caption,
.type-page .wp-caption {
  padding: .077em;
  text-align: center;
  background: #f1f1f1;
  border: 1px solid #f0f0f0;
  max-width: 100%;
}
.post .wp-caption img,
.type-page .wp-caption img {
  margin: 0;
  background: none;
  border: 0;
}
.post .wp-caption-text,
.type-page .wp-caption-text {
  margin: 0;
  padding: 0;
  text-align: center;
}
.post p.tags,
.type-page p.tags {
  background: url(/wp-content/themes/premium/scrollider-express/css/../images/ico-tag.png) no-repeat 0 3px;
  padding-left: 2.244em;
  margin: 0;
  clear: both;
}
.post header h1 {
  margin: 0 0 .125em;
}
.type-page .article-inner {
  padding-left: 1.618em;
}
.post.format-quote .article-inner {
  padding: 0;
}
.post.format-quote .entry-header {
  padding: 2.244em 2.244em 2.244em 7.5em;
  background: #323232;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: Georgia, "Times New Roman", Times, serif;
  position: relative;
}
.post.format-quote .entry-header p {
  font-size: 2.244em;
}
.post.format-quote .entry-header p:last-child {
  margin: 0;
}
.post.format-quote .entry-header:before {
  font-family: 'FontAwesome';
  font-size: 3em;
  content: "\f10d";
  color: #fff;
  position: absolute;
  top: .7em;
  left: .8em;
}
.post.format-quote .entry-content {
  padding: 2.244em;
  margin: 0;
}
.post.format-quote blockquote cite {
  font-size: .857em;
}
.post.format-link .article-inner {
  padding: 0;
}
.post.format-link .entry-header {
  padding: 2.244em 2.244em 2.244em 7.5em;
  background: #323232;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
.post.format-link .entry-header p {
  font-size: 2.244em;
  line-height: 1em;
}
.post.format-link .entry-header p:last-child {
  margin: 0;
}
.post.format-link .entry-header:before {
  font-family: 'FontAwesome';
  font-size: 3em;
  content: "\f0c1";
  color: #fff;
  position: absolute;
  top: 20%;
  left: .8em;
}
.post.format-link .entry-content {
  padding: 2.244em;
  margin: 0;
}
.error404 #searchform {
  margin: 0 0 1.618em;
}
.error404 .article-inner {
  padding: 2.244em;
}
.error404 .article-inner .widget {
  padding: 0;
  box-shadow: 0 0 0 0 #888888;
  -webkit-box-shadow: 0 0 0 0 #888888;
}
.error404 .article-inner .widget ul,
.error404 .article-inner .widget ol {
  margin-left: 0;
}
.page-links {
  border: 1px solid #f0f0f0;
  border-width: 1px 0;
  padding: .618em 0;
}
#author-info {
  color: #f1f1f1;
  background: #323232;
  padding: 1.618em 1.387em 2.244em 1.387em;
  border-top: 1px solid #f0f0f0;
  clear: both;
}
#author-info h1 {
  color: #f1f1f1;
  font-size: 1.2em;
  font-weight: bold;
}
#author-info h1 span {
  display: block;
  font-size: .618em;
  text-transform: uppercase;
}
#author-info .author-link a {
  display: inline-block;
  color: #323232;
  background: #f1f1f1;
  padding: .382em .857em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#author-info .author-link a:hover {
  background: #cc592c;
  color: #f1f1f1;
  text-decoration: none;
}
/* 3.2 Pagination / WP-Pagenavi */
.nav-previous,
.nav-next {
  max-width: 45%;
}
.nav-previous a,
.nav-next a {
  font-weight: bold;
  padding: 1em;
  display: block;
  color: #9e9e9e;
  text-decoration: none;
  background: #fff;
  margin: 0 0 1.387em;
  text-align: center;
  float: left;
  overflow: hidden;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.nav-previous a:hover,
.nav-next a:hover {
  text-decoration: none;
  background: #5596a5;
  color: #fff;
}
.site-content .nav-previous,
.site-content .nav-next {
  width: auto;
}
.site-content .post-navigation {
  margin: 1.618em 0 0;
}
/* 3.3 Post Entry Nav */
#post-entries {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 1.618em;
}
/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/
/* 4.1 Generic Widgets */
.widget {
  margin-bottom: 1.618em;
  padding: 1.618em;
  background: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.widget img {
  height: auto;
}
.widget .widget-title {
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  color: #5596a5;
  margin: 0 0 1.618em;
}
.widget ul,
.widget ol {
  list-style-position: inside;
}
.widget ul {
  clear: both;
  list-style: none;
  margin-bottom: 0;
}
.widget ul li {
  padding: .327em 0;
  /*border-bottom: 1px solid @border_main;*/
}
.widget ul li a {
  text-decoration: none;
  color: #cc592c;
}
.widget ul li a:hover {
  text-decoration: underline;
  color: #5596a5;
}
.widget ul li:first-child {
  padding-top: 0;
}
/* 4.2 Specific Widgets */
/* SEARCH FORM */
#searchform {
  width: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: relative;
  border-color: #dcdcdc #f0f0f0 #f0f0f0 #dcdcdc;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 0.236em;
  border-radius: 0.236em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#searchform input.field {
  padding: .857em 0 .857em .857em;
  width: 100%;
  font-size: 1em;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin: 0;
  border: 0;
  background: none;
  color: #9e9e9e;
}
#searchform .search-submit,
#searchform #searchsubmit {
  display: block;
  position: absolute;
  top: 31%;
  right: .857em;
  border: none;
  overflow: hidden;
  margin: 0;
  padding: 20px 0 0;
  width: 20px;
  height: 0;
  background: url(/wp-content/themes/premium/scrollider-express/css/../images/ico-search.png) no-repeat left top;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#searchform .search-submit:active,
#searchform #searchsubmit:active {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#searchform .search-submit:hover,
#searchform #searchsubmit:hover {
  background: url(/wp-content/themes/premium/scrollider-express/css/../images/ico-search.png) no-repeat left top;
}
/* CALENDAR */
#wp-calendar caption {
  padding: 0 0 1em;
  font-weight: bold;
  text-align: center;
}
#wp-calendar th,
#wp-calendar td {
  text-align: center;
  padding: .53em 0;
}
/* RSS */
.widget_rss .rsswidget img {
  margin-right: .53em;
  position: relative;
  top: 2px;
}
.widget_rss ul li {
  margin: 1.387em 0;
  padding-bottom: 1.387em;
  border-bottom: 1px solid #f0f0f0;
}
.widget_rss ul li .rssSummary {
  margin-bottom: .857em;
}
/* Gravatar Profile */
.widget-grofile h4 {
  margin: 0 !important;
  font-size: 1.2em !important;
}
.widget-grofile img {
  max-width: 30% !important;
  float: left;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 1.618em;
}
.widget-grofile .grofile-meta {
  float: right;
  width: 60%;
  clear: right;
}
.widget-grofile .grofile-full-link {
  font-size: .857em;
}
/* Contact Info */
.widget_contact_info #contact-map {
  margin: 0 0 1em;
}
.widget_contact_info .confit-address {
  margin: 0 0 1em;
}
/* Authors Grid */
.widget_author_grid a {
  display: block;
}
.widget_author_grid ul {
  overflow: hidden;
}
.widget_author_grid ul li {
  background: none repeat scroll 0 0 transparent !important;
  border: medium none !important;
  clear: none !important;
  float: left !important;
  list-style: none outside none !important;
  margin: 0 -5px -3px 0 !important;
  padding: 0 8px 6px 0 !important;
}
.widget_author_grid ul li a {
  background: none repeat scroll 0 0 transparent !important;
  border: 0 none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.widget_author_grid ul li .avatar {
  vertical-align: middle;
}
/* Twitter */
.widget_twitter h1 a {
  color: #5596a5;
}
.widget_twitter ul {
  margin: 0;
}
.widget_twitter ul li {
  margin: 0 0 .387em;
  list-style-type: none;
}
.widget_twitter ul li .timesince {
  display: block;
  font-size: .857em;
  padding: .618em 0 0;
  color: #4a4a4a;
}
.widget_twitter ul li:last-child {
  margin: 0;
  padding-bottom: 0;
}
/* Flickr */
.widget_flickr table {
  margin: 0;
  border: none;
}
.widget_flickr table td,
.widget_flickr table th {
  margin: 0 !important;
  padding: 0 !important;
}
.widget_flickr table#flickr_badge_wrapper {
  background: none;
  border: 0;
}
.widget_flickr table#flickr_badge_wrapper a {
  text-decoration: none;
  display: block;
  text-align: center;
  float: left;
}
.widget_flickr table#flickr_badge_wrapper a img {
  padding: .236em;
  margin: 0 1.387em 1.387em 0;
}
.widget_flickr table#flickr_badge_wrapper a:last-child {
  clear: both;
}
.widget_flickr table#flickr_badge_wrapper br {
  display: none;
  clear: none;
}
/* Recent Comments */
.widget_recent_comments {
  font-size: 1em !important;
}
.widget_recent_comments table {
  background: none;
  border: 0;
}
.widget_recent_comments table td,
.widget_recent_comments table th {
  border: 0;
}
.widget_recent_comments table tbody td {
  box-shadow: 0 0 0 0 #888888;
  -webkit-box-shadow: 0 0 0 0 #888888;
  margin-bottom: 10px;
}
/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/
/* 5.1 Comments */
#comments {
  position: relative;
  background: #fff;
  margin: 0 0 2.244em;
}
#comments h2.comments-title {
  font-size: 1.387em;
  font-weight: 700;
  padding: 1.387em 1.387em 0 1em;
}
#comments .comment {
  position: relative;
  width: 100%;
  list-style: none;
  color: #323232;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
#comments .comment:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
#comments .comment.bypostauthor {
  background: #fef7d2;
  padding: 0 1.387em;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
#comments .comment article {
  position: relative;
  padding: 1.387em 1.618em 0 0;
}
#comments .comment .comment-head {
  margin: 0 0 1em 0;
  color: #858585;
}
#comments .comment .comment-head cite.fn {
  margin: 0;
  display: block;
  font-family: "Merriweather", sans-serif;
  font-size: 1.2em;
  color: #cc592c;
  text-transform: capitalize;
  font-style: normal;
}
#comments .comment .comment-head cite.fn a {
  color: #cc592c;
}
#comments .comment .comment-head .time,
#comments .comment .comment-head .comment-edit-link {
  font-size: .857em;
  color: #9e9e9e;
}
#comments .comment .comment-head .time:hover,
#comments .comment .comment-head .comment-edit-link:hover {
  color: #9e9e9e;
}
#comments .comment .avatar {
  float: left;
  vertical-align: middle;
}
#comments .comment .avatar img {
  margin: 0 1em 1em 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#comments .comment .comment-entry {
  padding: 0 0 1.618em;
}
#comments .comment .reply a {
  background: none;
  border: 1px solid #e6e6e6;
  color: #9e9e9e !important;
  text-shadow: none;
  margin: 0;
  font-weight: normal;
  padding: .236em 1.1em;
  font-size: 1em;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#comments .comment .reply a:hover {
  background: #323232;
  color: #f1f1f1 !important;
}
#comments .comment #respond {
  padding: 1.618em;
  margin: 0 2em;
}
#comments .pingback {
  list-style: none;
  box-shadow: 0 0 0 0 #888888;
  -webkit-box-shadow: 0 0 0 0 #888888;
  padding: 1.387em 1.618em;
  background-color: #f0f0f0;
  border: 1px solid #ebebeb;
  overflow: hidden;
  margin: 1.387em 0 1.387em 2.244em;
  font-weight: bold;
}
#comments .pingback a {
  font-weight: normal;
}
#comments .pingback p {
  margin: 0;
}
#comments ul.children {
  margin: 0;
  padding: 0;
}
#comments ul.children li .avatar {
  margin-left: 0;
}
#comments .navigation a {
  display: block;
  text-decoration: none;
}
#comments .pingbacks li.pingback {
  margin: 0 0 1.618em;
}
#comments .pingbacks li.pingback .reply {
  display: none;
}
#comments .nocomments {
  font-weight: bold;
  padding: 0 2.244em 2.244em;
}
/* 5.2 Comments Form */
#respond {
  padding: 1.618em !important;
  background: #fdf8e4 !important;
  border-color: #e4ddc1 !important;
  border-style: solid !important;
  border-width: 1px 0 !important;
}
#respond p.comment-notes {
  color: #8c8567;
}
#respond p.form-submit {
  margin: 0;
}
#respond label {
  color: #8c8567;
  margin: 0 0 .618em;
}
#respond #reply-title {
  font-size: 1.387em;
  color: #8c8567;
}
#respond #reply-title small {
  display: block;
  margin: 0 0 1.618em;
  font-size: .7em;
}
#respond #commentform {
  margin: 0 0 .53em;
}
#respond #commentform label {
  display: block;
}
#respond #commentform input.txt,
#respond #commentform textarea,
#respond #commentform input[type="text"] {
  width: 100%;
}
/* 5.3 Pingbacks / Trackbacks */
.pinglist li {
  margin: 0 0 0 1.618em;
  list-style-type: decimal;
}
.pinglist li .author {
  font-weight: bold;
}
.pinglist li .pingcontent {
  display: block;
  margin: 0 0 1.618em;
}
/*-------------------------------------------------------------------------------------------*/
/* 6. MISC */
/*-------------------------------------------------------------------------------------------*/
/* 6.1 Forms */
input[type=text],
input.input-text,
textarea,
input.txt,
input[type=tel],
input[type=email],
input[type=password] {
  padding: .236em .5em;
  border: 2px solid #f0f0f0;
  -webkit-border-radius: 0.236em;
  border-radius: 0.236em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 1em;
  /* Make inputs the same size as normal text */
  line-height: 1.618em;
  font-family: inherit;
  /* Make inputs use the correct typeface instead of the browser default */
  outline: none;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
/* 6.2 Buttons */
a.button,
a.comment-reply-link,
#commentform #submit,
.submit,
input[type=submit],
input.button,
button.button,
p.follow-link a,
a.more-link,
.grofile-full-link {
  display: inline-block;
  padding: .53em 1em;
  color: white;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
  font-size: 1em;
  /* Make inputs the same size as normal text */
  font-family: inherit;
  /* Make inputs use the correct typeface instead of the browser default */
  font-weight: bold;
  cursor: pointer;
  /* Inputs need pointers! */
  overflow: visible;
  /* IE fix */
  width: auto;
  /* IE fix */
  line-height: 1.618em;
  border: 0;
  -webkit-border-radius: 0.382em;
  border-radius: 0.382em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #cc592c;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  box-shadow: 0 0 0 0 #888888;
  -webkit-box-shadow: 0 0 0 0 #888888;
}
a.button.large,
a.comment-reply-link.large,
#commentform #submit.large,
.submit.large,
input[type=submit].large,
input.button.large,
button.button.large,
p.follow-link a.large,
a.more-link.large,
.grofile-full-link.large {
  font-size: 1.387em;
}
a.button.small,
a.comment-reply-link.small,
#commentform #submit.small,
.submit.small,
input[type=submit].small,
input.button.small,
button.button.small,
p.follow-link a.small,
a.more-link.small,
.grofile-full-link.small {
  font-size: .857em;
}
a.button:hover,
a.comment-reply-link:hover,
#commentform #submit:hover,
.submit:hover,
input[type=submit]:hover,
input.button:hover,
button.button:hover,
p.follow-link a:hover,
a.more-link:hover,
.grofile-full-link:hover {
  text-decoration: none;
  background: #5596a5;
  color: white;
}
a.button:active,
a.comment-reply-link:active,
#commentform #submit:active,
.submit:active,
input[type=submit]:active,
input.button:active,
button.button:active,
p.follow-link a:active,
a.more-link:active,
.grofile-full-link:active {
  border-color: #004150;
  -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3), 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3), 0 1px 0 #ffffff;
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3), 0 1px 0 #ffffff;
}
/* 6.3 Miscellaneous touch ups */
/* ShareDaddy */
.sharedaddy {
  margin-bottom: 1em;
}
.sd-rating p,
.sd-block p,
.sd-rating div,
.sd-block div {
  float: left;
  margin: 0;
}
/* Hide the stats smiley. */
img#wpstats {
  display: none;
}
/* Password form */
.post-password-required br {
  display: none;
}
/* Inifinite Scroller */
#infinite-handle span {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  background: #5596a5;
  border: none;
  text-align: center;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-border-radius: 0.382em;
  border-radius: 0.382em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* Gallery */
.site-content .gallery .gallery-item {
  margin-bottom: 0;
}
.site-content .gallery a img {
  box-sizing: border-box;
}
/* Single Margins */
.single #main article {
  margin: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.single #comments {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.single #comments ol.commentlist {
  margin: 0;
  padding: 0 2.244em 1em !important;
  list-style-position: inside;
}
.single #respond {
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.page #comments {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.page #comments ol.commentlist {
  margin: 0;
  padding: 0 2.244em 1em 2.244em !important;
}
.page #respond {
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* =Desktop Layout
----------------------------------------------- */
@media only screen and (min-width: 768px) {
  /*
The styles in this stylesheet only apply to resolutions 768px and up

CALCULATING DIMENSIONS:
----------------------
The layout is fluid. The sote wrapper (.col-full) has a fixed pixel max-width.
All subsequent dimensions are calculated based on that fixed pixel width, using the formula: target / context = result
Credit - http://www.alistapart.com/articles/fluidgrids/

-----
INDEX
-----

1. Global dropdown styles
2. Top Navigation
3. Main navigation dropdown menus
 -3.1 General dropdown menus
4. Containers & Columns
5. Footer widgets
6. IE Fixes

/*----------------------*/
  /*----------------------*/
  /* 1. GLOBAL DROPDOWN STYLES (these are purely for the dropdown layout and you should only edit the width of the dropdowns) */
  ul.nav {
    position: relative;
    margin-bottom: 0;
    /* LEVEL 2 */
    /* LEVEL 3 */
  }
  ul.nav li {
    position: relative;
    float: left;
    zoom: 1;
    list-style: none;
  }
  ul.nav li a {
    display: block;
    padding: .53em 1em;
  }
  ul.nav ul {
    width: 11.089em;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    margin: 0;
  }
  ul.nav ul li {
    float: none;
  }
  ul.nav ul li a {
    width: 100%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  ul.nav ul ul {
    left: 100%;
    top: 0;
  }
  ul.nav li:hover > ul {
    visibility: visible;
  }
  /* 2. TOP NAVIGATION (Add top navigation presentational styles here) */
  #top {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    margin: 0;
  }
  #top a {
    display: block;
    font-size: 1em;
    text-decoration: none;
    padding: .53em 1em;
    white-space: nowrap;
  }
  #top ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  #top ul ul a {
    width: 200px;
  }
  #top ul li {
    float: left;
    position: relative;
  }
  #top ul li:hover > ul {
    display: block;
  }
  #top ul ul {
    display: none;
    float: left;
    position: absolute;
    top: 2.4em;
    left: 0;
    z-index: 99999;
  }
  #top ul ul ul {
    left: 100%;
    top: 0;
  }
  #top {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    background: #000;
  }
  #top ul.menu,
  #top div.menu > ul {
    display: block;
    margin: 0;
    /* LEVEL 2 */
    /* LEVEL 3 */
  }
  #top ul.menu > li a,
  #top div.menu > ul > li a {
    color: #fff;
  }
  #top ul.menu > li a:hover,
  #top div.menu > ul > li a:hover {
    background: #555;
  }
  #top ul.menu > li:hover,
  #top div.menu > ul > li:hover {
    background: #555;
  }
  #top ul.menu > li.current_page_item a,
  #top div.menu > ul > li.current_page_item a,
  #top ul.menu > li.current_page_parent a,
  #top div.menu > ul > li.current_page_parent a,
  #top ul.menu > li.current-menu-ancestor a,
  #top div.menu > ul > li.current-menu-ancestor a,
  #top ul.menu > li.current-cat a,
  #top div.menu > ul > li.current-cat a,
  #top ul.menu > li.li.current-menu-item a,
  #top div.menu > ul > li.li.current-menu-item a {
    background: #555;
  }
  #top ul.menu ul,
  #top div.menu > ul ul {
    background: #555;
  }
  #top ul.menu ul li a,
  #top div.menu > ul ul li a {
    color: #fff!important;
  }
  #top ul.menu ul li a:hover,
  #top div.menu > ul ul li a:hover {
    background: #666;
  }
  /* 3. MAIN NAVIGATION DROPDOWN MENUS (Add main navigation presentational styles here) */
  .main-navigation {
    display: block !important;
    width: 60%;
    float: right;
    clear: none;
    text-align: left;
  }
  .main-navigation ul.nav {
    float: right;
    /* LEVEL 2 */
    /* LEVEL 3 */
  }
  .main-navigation ul.nav > li a {
    color: #939393;
    text-shadow: 1px 1px 0 #ffffff;
  }
  .main-navigation ul.nav > li a:hover {
    color: #3c3c3c;
    text-decoration: none;
  }
  .main-navigation ul.nav li.current_page_item a,
  .main-navigation ul.nav li.current_page_parent a,
  .main-navigation ul.nav li.current-menu-ancestor a,
  .main-navigation ul.nav li.current-cat a,
  .main-navigation ul.nav li.li.current-menu-item a {
    background: #e2e2e2;
    background: rgba(0, 0, 0, 0.02);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: inset 0 0px 6px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 0px 6px 1px rgba(0, 0, 0, 0.05);
  }
  .main-navigation ul.nav li.current_page_item ul li a,
  .main-navigation ul.nav li.current_page_parent ul li a,
  .main-navigation ul.nav li.current-menu-ancestor ul li a,
  .main-navigation ul.nav li.current-cat ul li a,
  .main-navigation ul.nav li.li.current-menu-item ul li a {
    background: #f6f6f6;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: inset 0 0 0 0 #888888;
    -webkit-box-shadow: inset 0 0 0 0 #888888;
  }
  .main-navigation ul.nav ul {
    box-shadow: 0 0 0 0 #888888;
    -webkit-box-shadow: 0 0 0 0 #888888;
    background: #f6f6f6;
    border: 1px solid #e3e3e3;
    top: 34px;
    left: -1px;
  }
  .main-navigation ul.nav ul li {
    border-bottom: 1px solid #e3e3e3;
  }
  .main-navigation ul.nav ul li.current_page_item,
  .main-navigation ul.nav ul li.current_page_parent,
  .main-navigation ul.nav ul li.current-menu-ancestor,
  .main-navigation ul.nav ul li.current-cat,
  .main-navigation ul.nav ul li.li.current-menu-item {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .main-navigation ul.nav ul li a {
    font-family: "Open Sans", sans-serif;
    font-size: .9em;
  }
  .main-navigation ul.nav ul li a:hover {
    background: #e5e5e5;
  }
  .main-navigation ul.nav ul li:last-child {
    border-bottom: 0;
  }
  .main-navigation ul.nav ul ul {
    top: -1px;
    left: 100%;
  }
  .nav-toggle {
    display: none;
  }
  /* 4. CONTAINERS & COLUMNS */
  #masthead hgroup {
    text-align: left;
    float: left;
    width: 35%;
  }
  #masthead hgroup h1,
  #masthead hgroup h2,
  #masthead hgroup h3 {
    float: none;
  }
  #masthead ul.rss {
    margin-right: 0;
    padding-right: 0;
  }
  #masthead ul.rss li {
    border-right: 0;
  }
  #masthead ul.cart li {
    border-left: 1px solid #f0f0f0;
  }
  #colophon {
    padding: 1.618em 0;
  }
  #primary.fullwidth,
  .layout-full #primary,
  .col-full {
    max-width: 75.998em;
    margin: 0 auto;
    width: 100%;
  }
  #primary {
    width: 62%;
  }
  #secondary {
    margin-top: 0;
    width: 34%;
  }
  .entry img {
    max-width: 100%;
  }
  .layout-full .entry img {
    max-width: 100%;
  }
  .layout-right-content #primary {
    float: right;
  }
  .layout-right-content #secondary {
    float: left;
  }
  .layout-full #primary {
    width: 100%;
  }
  .col-left {
    float: left;
  }
  .col-right {
    float: right;
  }
  /* 5. FOOTER WIDGETS */
  #footer-widgets {
    padding: 2.618em 0;
  }
  #footer-widgets .block {
    margin-right: 3.8%;
    float: left;
  }
  #footer-widgets .col-1 .block {
    width: 100%;
    float: none;
  }
  #footer-widgets .col-1 .footer-widget-1 {
    margin-right: 0;
  }
  #footer-widgets .col-2 .block {
    width: 48%;
  }
  #footer-widgets .col-2 .footer-widget-2 {
    margin-right: 0;
  }
  #footer-widgets .col-3 .block {
    width: 30.75%;
  }
  #footer-widgets .col-3 .footer-widget-3 {
    margin-right: 0;
  }
  #footer-widgets .col-4 .block {
    width: 22.05%;
  }
  #footer-widgets .col-4 .footer-widget-4 {
    margin-right: 0;
  }
  /* 6. IE FIXES */
  .ie7 #top-nav {
    position: relative;
    z-index: 9999999;
  }
  .ie7 #masthead {
    position: relative;
    z-index: 9999999;
  }
  /* 7. Post Styling */
  .post .article-inner {
    padding: 2.244em 2.244em 2.244em 9em;
  }
  .post .post-meta .post-avatar,
  .post .post-meta .post-comments,
  .post .post-meta .post-date {
    display: block;
  }
  .post .post-meta .post-date a {
    color: #9e9e9e;
  }
  .error404 .article-inner,
  .no-results .article-inner {
    padding: 2.244em;
  }
  #author-info {
    padding: 1.618em 1.387em 2.244em 9em;
  }
  /* 8. Comments */
  #comments h2.comments-title {
    padding: 1.387em 1.387em 0 5.8em;
  }
  #comments ul.children {
    margin: 0 0 0 67px;
  }
  #comments .comment .avatar {
    margin: 0 1.2em 0 0;
  }
  #comments .comment .avatar img {
    margin: 0 1em 1em 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #comments .comment .comment-entry {
    display: inline-block;
  }
  #comments .nocomments {
    padding-left: 9em;
  }
  #respond {
    padding: 1.618em 1.618em 1.618em 9em !important;
  }
  #respond #commentform .comment-form-author,
  #respond #commentform .comment-form-email,
  #respond #commentform .comment-form-url {
    width: 30.75%;
    float: left;
    margin-right: 3.8%;
  }
  #respond #commentform .comment-form-url {
    margin-right: 0;
  }
  .single #comments ol.commentlist {
    padding: 0 2.244em 1em 8.2em !important;
  }
  /* 9. Scrolling Effect */
  .home.has-header-image.admin-bar #content-top {
    top: 28px;
  }
  .home.has-header-image #content-background {
    background: #000;
    height: 355px;
    z-index: -2;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .home.has-header-image #content-top {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .home.has-header-image #page,
  .home.has-header-image #footer,
  .home.has-header-image #footer-widgets {
    z-index: 2;
    position: relative;
  }
  .home.has-header-image #page {
    margin: 325px 0 0;
    padding: 2.618em 0 1.618em;
    box-shadow: 0 -12px 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 -12px 20px 0 rgba(0, 0, 0, 0.15);
  }
  .home.has-header-image #header-image {
    display: block;
    background-color: #000;
    background-size: cover;
    background-position: center center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 355px;
  }
  .home.has-header-image #masthead {
    background-color: rgba(0, 0, 0, 0.5) 0%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5) 0%), to(rgba(0, 0, 0, 0) 100%));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6+ */
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    /* IE10 */
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    /* Opera 11.10+ */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .home.has-header-image .main-navigation {
    margin-top: .207em;
  }
  .home.has-header-image .main-navigation ul.nav > li a {
    color: #fff;
    text-shadow: 1px 1px 0 #000000;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  }
  .home.has-header-image .main-navigation ul.nav > li a:hover {
    color: #ccc;
  }
  .home.has-header-image .main-navigation ul.nav > li ul li a {
    color: #939393;
    text-shadow: 0 3px 3px #ffffff;
  }
  .home.has-header-image .main-navigation ul.nav > li ul li a:hover {
    color: #4a4a4a;
  }
  .home.has-header-image .main-navigation ul.nav li.current_page_item a,
  .home.has-header-image .main-navigation ul.nav li.current_page_parent a,
  .home.has-header-image .main-navigation ul.nav li.current-menu-ancestor a,
  .home.has-header-image .main-navigation ul.nav li.current-cat a,
  .home.has-header-image .main-navigation ul.nav li.li.current-menu-item a {
    background: rgba(0, 0, 0, 0.25);
  }
  .home.demo-site.has-header-image #header-image {
    top: 36px;
  }
  .home.demo-site.has-header-image.admin-bar #content-top {
    top: 63px;
  }
}
