/*
Theme Name: Spicy
Theme URI: https://megabyterose.com
Author: Megan Rose
Author URI: https://megabyterose.com
Description: Blah!
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: morsie-code
Tags:

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.

Morsie Code is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Fonts/Typography
	## Links and Buttons
	## Font Awesome
# Elements
# CSS Transitions
# Forms
# Navigation
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:	 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong,
b a,
strong a {
	font-weight: bold;
	font-weight: 700;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 70%;
	font-weight: 300;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: "Sono", monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Fonts/Typography
--------------------------------------------------------------*/
/*@font-face {
    font-family: Linux Libertine;
    src: url(fonts/linux-libertine/LinLibertine_RB.ttf);
    font-weight: bold;
}
@font-face {
    font-family: Linux Libertine;
    src: url(fonts/linux-libertine/LinLibertine_DR.ttf);
    font-weight: normal;
}*/
html, body, p, table, span, ul, ol {
font: 300 16pt/28pt 'Linux Libertine', serif;
letter-spacing: 0.06em;

}
body,
button,
input,
select,
textarea,
label {
color: #E7FEFE;
font-size: 16pt;
font-size: 1rem;
line-height: 1.5;

}
h1,
h2,
h3,
h4,
h5,
h6,
.site-title a, 
.site-title a:visited, 
.site-title a:hover {
	font-family: 'LT Funk', sans-serif;
	clear: both;
	font-size: 40px;
	letter-spacing: 0;
	font-weight: 300;
	text-decoration: none;
}
a.title {
	text-decoration: none;
}
.site-title, .site-title a, .site-title a:visited, 
.site-title a:hover {
	color: #FF5A27;
	line-height: 35pt;
	margin-bottom: 0;
}
.site-title a:before {
	content: "// ";
}
.site-title, .site-description {
	display: inline-block;
	width: 100%;
}
.site-description {
	font-family: 'LT Funk', sans-serif;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 35px;
	font-size: 16pt;
}
/*.site-description:before {
	display: inline-block;
	content: "";
	width: 5%;
	height: 1px;
	margin-bottom: 6px;
	margin-right: 8px;
	border: 1px solid #fff;
}*/
.entry-title, .page-title {
	margin-top: 0;
	line-height: 100%;
}
h1 {
	font-family: 'LT Funk', sans-serif;
	font-size: 40pt;
	margin-bottom: 20px;
}
body:not(.single) article.post h1 {
	font-size: 32pt;
}
h2 {
	font-size: 32pt;
	font-weight: bold;
	margin-bottom: 10px;
}
h3 {
	font-size: 28pt;
	font-weight: bold;
	margin-bottom: 10px;
}
h4 {
	font-size: 24pt;
	font-weight: 400;
}
h5 {
	font-size: 20pt;
}
h6 {
	font-size: 18pt;
}
p {
	margin: 0 0 20px 0;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 30px 20px;
	background: #d7dcdb;
	color: #0B132A;
	padding: 10px 15px 1px;
}
blockquote, blockquote p {
	font-style: italic;
}
.content-area blockquote a, .content-area blockquote a:visited, .content-area blockquote a:hover {
	color: #0B132A;
}
.content-area blockquote a:hover {
	text-decoration: underline;
}
address {
	margin: 0 0 15px;
}
code,
kbd,
tt,
var,
pre,
code span,
pre span,
pre p {
	font-family: "Sono", monospace;
	font-size: 15px;
}
code {
	line-height: 170%;
	vertical-align: top;
}
pre {
	line-height: 100%;
	background: #d7dcdb;
	color: #0B132A;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	white-space: pre-wrap;       /* Since CSS 2.1 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
pre p {
	margin: 0;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
code, .highlight {
	font-family: "Sono", monospace;
}
.indent {
	margin-left: 30px;
}

/*--------------------------------------------------------------
## Links and Buttons
--------------------------------------------------------------*/
a:focus {
	outline: thin dotted;
}
a:hover, a:active, .main-navigation a:hover, .main-navigation a:active {
	outline: 0;
	color: #E7FEFE;
}
a, a:visited, a:hover {
}
a, a:visited {
	color: #E7FEFE;
}
.cat-list .cat-item {
	display: inline-block;
	list-style-type: none;
}
.cat-links, .tags-links, .edit-link {
	display: block;
	margin: 10px 0;
}
.cat-list {
	padding: 0 10px;
}
.content-area a, .entry-content a, .tags-links a, .edit-link a {
	padding: 3px;
}
.content-area a:hover, .entry-content a:hover, .tags-links a:hover, .edit-link a:hover {
	color: #E7FEFE;
}
a.title {
	color: inherit;
	background: inherit;
	border-bottom: inherit;
	padding: inherit;
}
.cat-links a, .tags-links a {
	line-height: 36px;
}
.cat-links a:nth-child(even), .tags-links a:nth-child(even), .cat-list .cat-item:nth-child(even) a {
}

/*--------------------------------------------------------------
## Font Awesome (alphabetical order)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
#masthead {
	padding: 10px 0 0 0;
	text-align: center;
}
.page-header {
	margin: 20px 1%;
}
#primary, #secondary {
	width: 100%;
	float: none;
}
#secondary p {
	font-size: 14pt;
}
#secondary aside {
	text-align: center;
	margin-top: 30px;
	padding: 0 20px;
}

/* Sticky Footer Fix */
html {
	position: relative;
	min-height: 100%;
}
#main {
	margin: 0 0 125px 0;
}
.site-footer {
	margin: 3%;
	border-top: 2px solid #76ead7;
	padding-top: 20px;
}
#colophon {
}
#colophon small, #colophon a {
}
#colophon small {
	display: inline-block;
	vertical-align: top;
	padding-top: 12px;
}
#colophon i.fa {
	margin-left: 10px;
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background: #0B132A;
	background-color: #0B132A;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 15px;
}
ul,
ol {
	margin: 0 0 15px 15px;
}
ul {
	list-style: disc;
}
ul p {
		margin-top: 20px;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 15px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 15px 15px;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
table {
	margin: 0 0 15px;
	width: 100%;
}
/* Table With Border */
table.border tr:first-child th {
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #F0F0F0;
}
table.border tr:nth-child(2) td {
	padding-top: 10px;
}
table.border td:last-child {
	position: relative;
	left: -2px;
}

/*--------------------------------------------------------------
# Stuff from Customizer
--------------------------------------------------------------*/
/* Because I'm not actively blogging, but also because I want to have a message of solidarity prominent on my home page. */
body {
	background-color: #0B132A;
}
body.home {
  background-color: #0B132A;
}
.home #primary {
  display: none;
}

@media (min-width: 860px) {
  .home #secondary {
    width: 100%;
    padding: 0 10%;
  }
}

@media (min-width: 1000px) {
  .home #secondary {
    width: 100%;
    padding: 0 25%;
  }
}

/* Temporary Fix - the oEmbed for Meetup has an inline height that causes overlapping */
#meetup_oembed .photo {
    display: none;
}

/*--------------------------------------------------------------
# CSS Transitions
--------------------------------------------------------------*/
a, a:visited, a:hover, i.fa, i.fa:hover, .content-area a, .entry-content a, .entry-content a:hover, .tags-links a, .tags-links a:hover {
}
.content-area a:hover, .entry-content a, .entry-content a:hover {
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: none;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	margin-top: 20px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #0B132A;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	padding-left: 3px;
	width: 100%;
}
input[type="radio"] {
	margin-right: 5px;
}
/* Form Inputs */
#subscribe-box input[type="email"], #subscribe-box input[type="submit"], .search-form input[type="search"], .search-form input[type="submit"] {
}
/* Button Styles - Menu & Subscribe Box */
button, input[type="button"], input[type="reset"], input[type="submit"], button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, .menu-toggle, #subscribe-box input[type="submit"] {
	box-shadow: none;
	text-shadow: none;
	background: #a2de96;
	color: #0B132A;
	height: 32px;
	margin: 0 0 0 10px;
	border: none;
	border-radius: 0;
}
#subscribe-box input[type="submit"] {
    background: #0B132A;
    color: #E7FEFE;
}
.search-form input[type="submit"] {
}
#primary .search-form input[type="search"] {
	border: 1px solid #ccc;
}
div#mce-responses {
	display: inline-block;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
}
.main-navigation ul {
	/*display: none;*/
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	display: inline-block;
	margin-right: 20px;
}
.main-navigation li:last-child {
	margin-right: 0;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 0 4px 3px 4px;
	font-family: 'LT Funk', sans-serif;
	font-size: 18px;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 15px;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {

}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #FBF5FD;
	border-bottom: 1px solid #fff;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: inline-block;
	margin-bottom: 20px;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 15px;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 10px 5px 20px;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
/* Subscribe Box */
#primary #subscribe-box {
	border: none;
	background-color: #76ead7;
	border: solid 2px #76ead7;
	padding: 3px;
	background-clip: content-box;
	color: #0B132A;
}
#subscribe-box form {
	margin: 0 15px;
}
#subscribe-box h2, 
#subscribe-box label {
	display: inline-block;
	margin-right: 15px;
}
#subscribe-box input[type="text"], #subscribe-box input[type="email"] {
	border: none;
	border-radius: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content, #masthead .site-branding, #masthead nav, footer .site-info {
}
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 15px;
}
.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 10px 0 0;
}
.entry-title {
	margin-top: 20px;
}
.tag h2.entry-title a, .archive h2.entry-title a {
	font-style: italic;
}
.entry-title a {
	font-size: 22px;
}
article {
	background-image: none;
}
#primary article, #primary #subscribe-box {
	width: 92%;
	margin: 15px auto;

}
#primary article {
}
.page-links {
	clear: both;
	margin: 0 0 15px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* 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 .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
header .avatar {
	margin-bottom: 15px;
	width: 150px;
	height: 150px;
	border-radius: 100px;
	overflow: hidden;
}
.feat img, .full img {
	width: 100%;
	height: auto;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
figure {
	margin: 0 auto;
}
.wp-caption {
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
	font-size: 70%;
	font-style: italic;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 15px;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 699px) {
	#content, #masthead .site-branding, #masthead nav, footer .site-info {
		width: 90%;
		margin: 0 auto;
	}
}
@media screen and (min-width: 700px) {
	footer .site-info {
	}
}
@media screen and (min-width: 900px) {
	article {
		padding: 10px 30px;
	}
	footer .site-info {
	}
	#primary {
		width: 70%;
		float: right;
	}
	#primary article, #primary #subscribe-box {
		width: 45%;
		display: inline-block;
		vertical-align: top;
		margin: 1%;
	}
	#primary article:first-child, #primary #subscribe-box, .cat-list {
	width: 100%;
	}
	#primary article:first-child, #primary #subscribe-box, .cat-list {
		margin-top: 2%;
	}
	.home #primary article:first-child {
		margin-top: 1%;
	}
	#primary article:last-child {
		margin-bottom: 2%;

	}
}
@media screen and (min-width: 59.6875em) {
	body:before {
		background-color: #0B132A;
		content: "";
		display: block;
		height: 100%;
		min-height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		width: 29.4118%;
		z-index: -1; /* Fixes flashing bug with scrolling on Safari */
	}
	.site {
		margin: 0 auto;
		max-width: 1403px;
	}
	#secondary {
		float: left;
		position: relative;
		width: 29.4%;
	}
	.secondary {
		background-color: transparent;
		box-shadow: none;
		display: block;
		margin: 0;
		padding: 0;
	}
	.site-content {
		display: block;
		float: left;
		margin-left: 29.4118%;
		width: 70.5882%;
	}
}
@media screen and (min-width: 87.6875em) {
	body:before {
		width: -webkit-calc(50% - 289px);
		width: calc(50% - 289px);
	}
}