/*
Theme Name: mnmlst
Author: Jim Mitchell
Author URI: http://jimmitchell.org/
Theme URI: http://jimmitchell.org/
Description: The theme for jimmitchell.org
Version: 2.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mnmlst
Tags: light, two-column
*/

/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#424243}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* Theme styles
--------------------------------------------- */
html {font-size: 10px;}
*,
input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"],
input[type="url"],
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
body {
	background-color: #fff;
	/* border-top: 3px solid #ccc; */
	color: #424243;
	font-family: 'proxima-nova', "Helvetica Neue", "Helvetica", "Arial", sans-serif; 
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	font-stretch: normal;
	line-height: 1.625;
	margin: 0;
	text-rendering: optimizeLegibility;
	word-wrap: break-word;
	-ms-word-wrap: break-word;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
a,
input:focus,
input[type="submit"],
#header-menu-icon::before {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}
::-moz-selection {
	background: #424243;
	color: #fff;
}
::selection {
	background: #424243;
	color: #fff;
}
a {
	color: #1886c9;
	text-decoration: none;
}
a:hover {
	color: #1886c9;
	text-decoration: none;
	border-bottom: 1px solid #1886c9;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
	line-height: 1.1;
	margin: 0;
}
h1, h2, h3 {
	margin: 45px 0 0 0;
	font-weight: 400;
	text-transform: uppercase;
}
h1 {
	font-size: 26px;
	font-size: 2.6rem;
}
h2 {
	font-size: 20px;
	font-size: 2rem;
}
h3 {
	font-size: 18px;
	font-size: 1.8rem;
}
h4, h5, h6 {
	font-size: 16px;
	font-size: 1.6rem;
}
blockquote {
	background: #eee;
	color: #424243;
	margin: 15px 0;
	padding: 1px 25px;
	text-shadow: 0 1px 1px #fff;
	border-left: 3px solid #1886c9;
	font-style: italic;
}
ul,ol {
	margin-left: 0;
	padding-left: 25px;
}
img {
	height: auto;
	max-width: 100%;
	margin-top: 6px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
b, strong, dt {
	font-weight: 700;
}
i, em, q {
	font-style: italic;
}
table {
	border-collapse: collapse;
	border: 1px solid #ddd;
	margin: 25px 0;
	width: 100%;
}
table td {
	border-collapse: collapse;
	border: 1px solid #ddd;
	padding: 6px;
}
table th {
	background: #f3f3f3;
	border: 1px solid #ddd;
	font-weight: 700;
	padding: 3px 6px;
}
code,
kbd,
pre,
tt {
	font-family: Consolas, Monaco, monospace;
	font-size: 14px;
	font-size: 1.4rem;
}
pre {
	background: #333;
	color: #fff; 
	line-height: 1.4;
	margin: 25px 0;
	overflow-x: scroll; 
	padding: 15px; 
	white-space: pre; 
	overflow-wrap: normal;
	word-wrap: normal;
}
code {
	background: #ddd;
	border-radius: 3px;
	color: #424243;
	padding: 3px 4px 1px;
	text-shadow: 0 1px 1px #fff;
}
pre code {
	background: #333;
	color: #fff;
	padding: 0;
	text-shadow: none;
}
.clr {
	clear: both;
}
.wrap {
	margin: 0 auto;
	max-width: 1040px;
	max-width: 630px;
	overflow: hidden;
	padding: 0 15px;
}
.site-header {
	background: #fff;
}
header {
	background: #fff;
	padding: 10px 0;
	width: 100%;
	margin-bottom: 15px;
}
header a,
header a:hover {
	border-bottom: none;
	text-decoration: none;
	color: #424243;
	line-height: 60px;
}
header:after {
	clear: both;
	content: " ";
	display: table;
}
header div {
	margin: 0 auto;
	padding: 0;
	max-width: 600px;
}
.site-logo {
	margin: 0;
	padding: 0;
	max-height: 65px;
	width: auto;
	float: left;
}
.site-title {
	float: left;
	font-weight: 400;
	font-size: 20px;
	font-size: 2rem;
	margin: 0;
	text-transform: uppercase;
}

.headhesive {
	display: none;
}

@media only screen and (min-width: 1100px) {
	.headhesive {
	  	position: fixed;
	  	background: #fff;
	  	top: 0;
	  	width: 100%;
	  	padding: 0;
	  	display: block;
	  	transform: translateY(-100%);
	  	-webkit-transform: translateY(-100%);
	  	-moz-transform: translateY(-100%);
	  	transition: all 150ms ease-out;
	  	-webkit-transition: all 150ms ease-out;
	  	-moz-transition: all 150ms ease-out;
	  	z-index: 999;
	}
	.admin-bar .headhesive {
		top: 32px;
	}
	.headhesive--stick {
		transform: translateY(0%);
	  	-webkit-transform: translateY(0%);
	  	-moz-transform: translateY(0%);
	  	border-bottom: 1px solid #eee;
	  	opacity: 0.98;
	}
}

nav {
	float: right;
	font-size: 12px;
	font-size: 1.2rem;
	overflow: visible;
	text-transform: uppercase;
	font-weight: 400;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav li {
	display: inline-block;
	margin-left: 20px;
}
nav li.mobile {
	display: none;
}
nav a {
	color: #424243;
	display: inline-block;
	line-height: 60px;
	margin: 0;
	padding: 0;
}
nav a:hover {
	color: #1886c9;
}
nav a .dashicons {
	line-height: inherit;
	font-size: 20px !important;
	font-size: 2rem !important;
}
.menu {
	margin:0;
	overflow:visible;

}
.menu .sub-menu {
	float:right;
	height:auto;
	left:-9999px;
	margin-left:-25px;
	position:absolute;
	width:180px;
	z-index:9999;
	border: 1px solid #eee;
}
.menu .sub-menu li {
	background:transparent;
	display:block;
	margin:0;
	padding:0;
}
.menu .sub-menu a {
	background:#f9f9f9;
	border:none;
	color:#666;
	display:block;
	line-height: 1.2;
	margin:0;
	padding:12px 15px 11px 15px;
}
.menu .sub-menu a:hover {
	color:#1886c9;
	text-decoration: none;
	border-bottom: none;
}
.menu .sub-menu a:hover {
	text-decoration: none;
	border-bottom: none;
}
.menu .sub-menu ul {
	margin:-38px 0 0 168px;
	background:none;
}
.menu li:hover ul ul {
	left:-9999px;
}
.menu li:hover {
	position:relative;
}
.menu li:hover>.sub-menu {
	left:10px;
}
#header-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 0;
}
#header-menu-icon::before {
	color: #424243;
	content: "\f333";
	font-family: "dashicons";
	font-size: 24px;
	font-weight: normal;
	line-height: 60px;
}
main {
	float: left;
	width: 680px;
	width: 100%;
}
#content {
	margin: 0;
	padding: 0;
}
footer,
.meta,
.meta a {
	color: #999;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}
.meta a:hover {
	color: #1886c9;
	border-bottom: 1px solid #1886c9;
}
.meta span.alignright iframe {
	margin-top: -2px;
	margin-bottom: -6px;
}
.read-more {
	display: none;
}
.byline {
	 margin: 0;
}
input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"],
input[type="url"],
textarea {
	border: 1px solid #ccc;
	color: #666;
	padding: 8px;
	text-rendering: optimizeLegibility;
	width: 100%;
	-webkit-appearance: none;
	border-radius: 3px;
}
.sidebar input[type="email"],
.sidebar input[type="search"] {
	text-transform: uppercase;
}
input[type="password"] {
	width: auto;
}
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus {
	border-color: #424243;
	color: #424243;
	background: #fff;
	outline-color: transparent;
	outline-style: none;
}
input[type="submit"] {
	background: #424243;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 8px 12px;
	text-transform: uppercase;
	width: auto;
	border-radius: 3px;
}
input:hover[type="submit"] {
	background-color: #1886c9;
	color: #fff;
}
article {
	margin: 35px 0 50px;
    padding: 0;
}
article:after {
	clear: both;
	content: " ";
	display: table;
}
article ul li,
article ol li {
}
#searchform {
	margin-top: 25px;
}
.sticky {
}
.linked-post-title,
.post-title,
.page-title {
	margin: 0;
	text-transform: uppercase;
	font-size: 20px;
	font-size: 2rem;
}
.linked-post-title a,
.post-title a {
	color: #424243;
}
.linked-post-title a:hover,
.post-title a:hover {
	border-bottom: none;
	text-decoration: none;
	color: #1886c9;
}
.linked-post-title {
}
.glyph {
	opacity: 0.3;
}
.glyph:hover {
	opacity: 1;
}
.alignleft {
	float: left;
	margin-bottom: 1em;
	margin-right: 15px;
	max-width: 100%;
	text-align: left;
}
.alignright {
	float: right;
	margin-bottom: 1em;
	margin-left: 15px;
	max-width: 100%;
	text-align: right;
}
.alignnone,
.aligncenter {
	height: auto;
	max-width: 100% !important;
}
img.alignnone {
}
img.aligncenter {
	display: block;
	margin: 25px auto;
}
img.size-full {
	height: auto;
	max-width: 100%;
}
img.attachment-post-thumbnail {
	float: left;
	margin-right: 15px;
	margin-bottom: 1em;
	margin-top: 25px;
}
img.attachment-post-image {
	width: 100%;
	height: auto;
	margin: 20px 0 0 0;
}
.tiled-gallery {
	margin-bottom: 25px !important;
}
.wp-caption-text,
.gallery-caption {
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	margin: 0;
	text-align: center;
}
.pagination {
	clear:both;
	position:relative;
	font-size:12px;
	font-size:1.2rem;
	line-height:1.15;
	margin: 0 0 65px 0;
	width: 100%;

}
.pagination .alignleft,
.pagination .alignright {
	margin-bottom: 0;
}
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 0 3px 0 0;
	padding:8px 11px 7px 11px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #424243;
	font-size: 12px;
	font-size: 1.2rem;
	line-height:1.15;
	text-transform: uppercase;
	border-radius: 3px;
}
.single .pagination span,
.single .pagination a {
	margin-right: 0;
}
.pagination a:hover{
	color:#fff;
	background: #1886c9;
	border-bottom: none;
} 
.pagination .current{
	padding:8px 11px 7px 11px;
	background: #1886c9;
	color:#fff;
}
.pagination:after {
	clear: both;
	content: " ";
	display: table;
}
.page-template-archives article h4 {
	margin-top: 20px;
}
.page-template-archives article ul {
	margin-bottom: 30px;
}
ol.commentlist,
ol.pinglist {
	list-style: none;
	margin: 15px 0 65px 0;
	padding: 0;
}
li.comment {
    background: #f8f8f8;
	margin-bottom: 10px;
	padding: 15px 20px 1px 20px;
	list-style: none;
	position: relative;
	border: 1px solid #eee;
	border-radius: 3px;
}
.comment-body {
	margin-bottom: 25px;
}
ul.children {
	padding-left: 0;
}
ul.children li.comment {
	border: none;
	border-radius: 0;
	border-left: 3px solid #d3d3d3;
}
.depth-2,
.depth-3,
.depth-4,
.depth-5 {
	padding: 0 0 0 8px !important;
}
li.pingback {
    margin-bottom: 40px;
	padding: 0;
}
li.pingback .reply,
li.pingback p,
li.pingback .comment-meta {
	display: none;
}
.avatar {
	float: left;
	margin: 2px 10px 0 0;
	border-radius: 3px;
}
.reply {
	display: inline-block;
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}
ul.children li.comment .reply {
	top: 0;
	right: 0;
}
#cancel-comment-reply-link {
	font-weight: 400; 
	font-size: 12px;
	font-size: 1.2rem;
	position: absolute;
	right: 15px;
	text-transform: uppercase;
}
ul.children li.comment #cancel-comment-reply-link {
	right: 0;
}
.reply a,
#cancel-comment-reply-link {
	color: #888;
}
.reply a:hover,
#cancel-comment-reply-link:hover {
	color: #1886c9;
	border-bottom: none;
}
cite.fn {
	color: #424243;
	display: inline-block;
	font-style: normal;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 7px;
}
.pingback cite.fn {
	line-height: 1.3;
	margin-bottom: 5px;
}
ol.commentlist cite.fn a {
	color: #424243;
}
.comment-meta {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	text-transform: uppercase;
}
.comment-meta a,
.comment-meta a:hover {
	color: #999;
	border-bottom: none;
	text-decoration: none;
	cursor: text;
}
.says {
	display: none;
}
ul.children li.bypostauthor {
	border-left-color: #1886c9;
}
.edit-link {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	text-transform: uppercase;
}
#respond {
	margin-bottom: 65px;
}
li.comment #respond {
	margin-bottom: 0;
}
p.comment-notes {
	display: none;
}
p.comment-subscription-form {
	color: #666; 
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0;
}
.sidebar {
	color: #666;
	float: right;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 0 20px 0;
    padding: 0;
    width: 260px;
    display: none;
}
.sidebar .widget {
	margin: 35px 0 30px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.sidebar .widget:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.sidebar .widgettitle,
aside .widgettitle {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 10px 0 5px 0;
	text-transform: uppercase;
}
.sidebar ul,
aside ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar li,
aside li {
	padding: 15px 0 0 0;
}
.sidebar li:last-of-type {
	border-bottom: none;
}
.tagcloud a {
	line-height: 1.2;
}
.sidebar #searchform {
	margin-bottom: 0;
	padding-bottom: 10px;
}
.sidebar a {
	border-bottom: #ddd 1px solid;
	color: #666;
}
.sidebar a:hover {
	color: #1886c9;
	border-bottom: #1886c9 1px solid;
	text-decoration: none;
}
.sidebar .jetpack_subscription_widget form {
	width: 100%;
	margin: 0;
	position: relative;
}
#subscribe-email input[type="email"] {
	width: calc(100% - 90px);
}
.sidebar .jetpack_subscription_widget form input[type="submit"] {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 85px;
    line-height: 1.9;
    display: inline-block;
    padding: 4px;
}
#wp-calendar caption {
	text-align: left;
}
#wp-calendar td {
	text-align: center;
}
.jmo-simple-social-icons {
	/* margin-top: 30px !important; */
}
.mnmlst_flickr_widget .flickr_badge_image {
	display: inline;
}
.mnmlst_flickr_widget .flickr_badge_image img {
	height: 48px;
	width: 48px;
	margin: 0px 1px -4px 1px;
	display: inline-block;
	background: #fff;
	border: 1px solid #ddd;
	padding: 3px;
}
.mnmlst_flickr_widget .flickr_badge_image img:hover {
	opacity: .75;
}
.mnmlst_flickr_widget .widgetmore {
	padding: 0;
	margin: 0;
}
.mnmlst_image_widget img {
	margin-top: 0;
}
.really_simple_twitter_widget {
	margin-bottom: 10px !important;
}
.twitter-follow-button {
	margin-top: 10px;
}
aside {
	color: #424243;
	margin: 0;
	font-size: 16px;
	font-size: 1.6rem;
}
aside .widget {
	margin: 0;
	padding: 0;
}
aside .footer {
	width: 100%;
	margin: 30px 0;
}
footer {
	clear: both;
	margin: 0;
}
footer p {
	color: #666;
	line-height: 66px;
	margin: 0;
	text-align: center;
}
footer:after {
	clear: both;
	content: " ";
	display: table;
}
label,
.gfield_label {
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}
ul.gform_fields {
	margin-left: 0;
	padding-left: 0;
}
ul.gform_fields li {
	list-style: none;
	margin-bottom: 24px;
}
.gform_validation_container {
	display: none;
}
span.required,
.gfield_required {
	color: red;
	padding-left: 2px;
}
.validation_message {
	color: red;
	font-style: italic;
}
sup.footnote {
	margin-left: 3px;
}
sup.footnote a {
	padding: 0 3px;
	background: #ddd;
	color: #424243;
	border-radius: 3px;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
}
sup.footnote a:hover {
	background: #1886c9;
	color: #fff;
}
.footnotes {
	border-top: 1px dotted #ddd;
	color: #666;
	font-size: 12px;
	font-size: 1.2rem;
}
.footnotes ol {
	padding-left: 20px;
}
.footnotes li {
	line-height: 1.5;
}
.to-top {
	background: #424243 url(img/to-top.svg) no-repeat center 50%;
	border-bottom: none;
	border-radius: 3px;
	bottom: 10px;
	display: inline-block;
	height: 30px;
	opacity: 0;
	overflow: hidden;
	position: fixed;
	right: 15px;
	text-indent: 100%;
	visibility: hidden;
	white-space: nowrap;
	width: 30px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	z-index: 998;
}
.to-top:hover {
	border-bottom: none;
	text-decoration: none;
	opacity: 1 !important;
}
.to-top.top-is-visible {
	opacity: .5;
	visibility: visible;
}
.to-top.top-fade-out {
	opacity: .5;
}
.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: 16px;
	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;
}
@media only screen and (max-width: 1100px) {
	body {
		background: #fff;
	}
	header {
		margin: 0 auto;
		padding: 10px 15px;
		position: static;
		max-width: 710px;
	}
	.wrap,
	.sidebar {
		float: none;
		width: auto;
		max-width: 710px;
	}
	main {
		width: 100%;
		float: none;
	}
	.pagination {
		margin-bottom: 40px;
	}
	.sidebar {
		padding: 0;
		margin-top: 70px;
	}
	aside .footer-1,
	aside .footer-2,
	aside .footer-3 {
		width: 100%;
		float: none;
		padding: 0;
	}
}
@media only screen and (max-width: 650px) {
	#content {
		margin-top: 0;
		padding-top: 0;
	}
	header a,
	header a:hover {
		line-height: 60px;
	}
	header {
		padding: 0 15px;
		/* margin-bottom: 20px; */
	}
	.header-menu {
		display: none;
	}
	
	.icon-responsive-nav {
		display: block;
		width: 20%;
		margin-top: 0;
		padding-top: 0;
		position: absolute;
		right: 15px;
		text-align: right;
		top: 0;
	}

	.icon-responsive-nav:before {
		content: "\f333";
		display: inline-block;
		font: normal 26px/1 'dashicons';
		margin: 0 auto;
		padding: 0;
		line-height: 60px;
		color: #424243;
	}

	.icon-responsive-nav.open::before {
	  content: "\f335";
	}

	.responsive-nav .menu-item-has-children:before {
		content: "\f347";
		float: right;
		position: absolute;
		font: normal 14px/1 'dashicons';
		padding: 14px 8% 14px;
		right: 0;
		top: 0;
		text-align: right;
		z-index: 9999;
	}

	.responsive-nav .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.responsive-nav .sub-menu {
		display: none;
	}

	.responsive-nav .sub-menu .sub-menu {
		margin: 0;
		padding: 0;
	}

	.responsive-nav {
		display: none;
		width: 100%;
		overflow: hidden;
	}

	.responsive-nav li,
	.responsive-nav li a {
		display: block;
		width: 100%;
	}

	.responsive-nav li a {
		display: block;
		line-height: 2.5;
		margin: 0;
		text-align: left;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.resonsive-nav li:last-child {
		margin-bottom: 0;
	}
	
	nav {
		border: none;
		width:100%;
		margin: 60px 0 0 0;
		position: absolute;
		left: 0;
		background: #fff;
		z-index: 1000;
		padding: 0 20px 10px 20px;
		box-shadow: 0 3px 3px rgba(0,0,0,0.10);
	}
	nav li {
		display: block;
		margin-left: 0;
	}
	nav li.non-mobile {
		display: none;
	}
	nav li.mobile {
		display: block;
	}
	nav a,
	nav a:hover {
		display: block;
		line-height: 2.5;
		margin: 0;
		text-align: left;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.menu {
		margin:0;
		overflow:visible;
	}
	.responsive-nav .sub-menu {
		background:#fff;
		float:none;
		height:auto;
		left:0;
		margin-left:0;
		margin-top:0;
		padding-top:0;
		position:inherit;
		width:100%;
		z-index:0;
		border: none;
	}
	.responsive-nav .sub-menu li {
		background:#424243;
		display:block;
		margin:0;
		padding:0;
	}
	.responsive-nav .sub-menu a {
		border:none;
		display:block;
		line-height: 2.3;
		margin:0;
		padding:0 0 0 30px;
		background: #fff;
		color: #999;
	}
	.responsive-nav .sub-menu a:hover,
	.responsive-nav .current-menu-item .sub-menu a {
		border-bottom:none;
		text-decoration: none;
		color:#fff;
	}
	.responsive-nav .sub-menu a:hover {
		color: #1886c9;
	}
	.responsive-nav .sub-menu ul {
		margin:0;
		background:#fff;
	}
	.responsive-nav li:hover ul ul {
		left:0;
	}
	.responsive-nav li:hover {
		position:relative;
	}
	.responsive-nav li:hover>.sub-menu {
		left:0;
	}
	li.comment {
		background: #fff;
		padding-left: 0;
		padding-right: 0;
		border: none;
		border-bottom: 1px solid #eee;
	}
	li.comment:last-of-type {
		border-bottom: none;
	}
	.reply,
	#cancel-comment-reply-link {
		right: 0;
	}
	.sd-content ul li a.sd-button {
		margin: 0 2px !important;
	}
	.sidebar,
	.sidebar .widgettitle { 
		font-size: 18px;
		font-size: 1.8rem;
	}
	img.headshot {
		height: 93px;
		width: 93px;
	}
	.author-info .avatar {
		width: 64px;
		height: 64px;
	}
	.mnmlst_flickr_widget .flickr_badge_image img {
	    height: 38px;
	    width: 38px;
	}
}
@media only screen and (max-width: 320px) {
	.to-top {
		bottom: 10px;
		height: 40px;
		right: 10px;
		width: 40px;
	}
}