/*
Theme Name: Visual - WordPress.com
Theme URI: https://wordpress.com/themes/visual/
Description: A dark, elegant, responsive portfolio theme with a grid layout, perfect for showcasing your art.
Version: 0.2.5
Author: Devin Price
Author URI: http://wptheming.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: visual
*/

/* =Genericons
-------------------------------------------------------------- */
/**
 * The font was graciously generated by Font Squirrel (http://www.fontsquirrel.com). We love those guys.
 */
@font-face {
	font-family: "Genericons";
	src: url('fonts/genericons-regular-webfont.eot');
	src: url('fonts/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/genericons-regular-webfont.woff') format('woff'),
		url('fonts/genericons-regular-webfont.ttf') format('truetype'),
		url('fonts/genericons-regular-webfont.svg#genericonsregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.masonry .comments-link a:before,
.icon-right-circled:after,
.entry-format:before {
	font-size: 16px;
	font-size: 1.6rem;
	margin-right: 8px;
	font-family: "Genericons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	vertical-align: middle;
	-webkit-font-smoothing: antialias;
}
.masonry .comments-link a:before {
	content: "\F300";
}
.icon-menu:before {
	content: "\2630";
}
.icon-dropdown:before {
	content: "\F502";
}
.icon-search:before {
	content: "\F400";
}
.icon-right-circled:after {
	content: "\F501";
	margin-right: 0;
	margin-left: 8px;
}

/* =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,
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 {
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}
body {
	background: #212121;
	color: #eee;
}

/* 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;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	border-bottom: 5px solid rgba(255,255,255,.5);
	font-weight: bold;
	margin: .75em 0;
	padding: .75em 0;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	border-left: 5px solid rgba(255,255,255,.5);
	font-style: italic;
	padding: 0 1.5em;
}
blockquote blockquote {
	padding-right: 0;
}
address {
	font-style: italic;
	margin: 0 0 1.5em;
}
pre {
	border: 1px solid #292929;
	border-top: none;
	box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	background: #191919;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	margin: 0 0 1.5em;
	padding: 1.5em 20px;
}
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: #00877f;
	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 {
	border-bottom: 5px solid rgba(255,255,255,.5);
	font-weight: bold;
	padding: 8px 5px 12px;
}
td {
	border-bottom: 1px solid rgba(255,255,255,.05);
	padding: 8px 5px;
}
tr.alternate {
	background: rgba(255,255,255,.02);
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
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 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #222;
	border-radius: 3px;
	background: #616161;
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3), inset 0 15px 17px rgba(0, 0, 0, 0.3), inset 0 -5px 12px rgba(255, 255, 255, 0.05);
	color: #fff;
	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.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.5), inset 0 15px 17px rgba(0, 0, 0, 0.5), inset 0 -5px 12px rgba(255, 255, 255, 0.1);
}
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 {
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.5), inset 0 15px 17px rgba(0, 0, 0, 0.5), inset 0 -5px 12px rgba(255, 255, 255, 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 */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	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"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	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: #40d7bc;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
a:visited {
	color: #40d7bc;
}
a:hover,
a:focus,
a:active {
	color: #fff;
	text-decoration: underline;
}

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

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

.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-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 */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/* =Structure
----------------------------------------------- */

.content-area {
	float: left;
	margin: 0 -29.4% 0 0;
	width: 100%;
}
.site-content {
	margin: 0 31.4% 0 0;
}
.site-main {
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 10px;
}
.site-main .widget-area {
	float: right;
	overflow: hidden;
	width: 29.4%;
}
.site-footer {
	background: #313131;
	border-top: 1px solid #212121;
	padding: 15px 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
	clear: both;
	width: 100%;
}
.site-footer a {
	color: #ddd;
}
.site-info {
	margin: 0 auto;
	max-width: 1020px;
	padding: 0 15px;
}


/* =Header
----------------------------------------------- */

.site-header {
	background: #313131;
	margin: 0 auto 20px;
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.site-header .section {
	margin: 0 auto;
	max-width: 1020px;
	padding: 0 30px;
}
.site-branding {
	clear: both;
	margin: .75em auto;
	float: left;
	padding-left: 20px;
	min-height: 48px;
}
.site-title {
	font-size: 26px;
	font-size: 2.6rem;
}
.site-title a {
	color: #eee;
	letter-spacing: 1px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}
.site-title a:hover {
	color: #40d7bc;
	text-decoration: none;
}
.site-header img {
	display: block;
	margin: 1.5em auto;
}


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

.navigation-main {
	display: block;
	float: right;
	margin: .75em auto;
	max-width: 1020px;
	border-right: 1px solid #161616;
}
.navigation-main ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.navigation-main li {
	float: left;
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
	border-left: 1px solid #161616;
}
.navigation-main a {
	border-left: 1px solid #363636;
	color: #ddd;
	display: block;
	padding: 2em 20px;
	text-decoration: none;
}
.navigation-main li:last-of-type a {
	border-right: 1px solid #363636;
}
.navigation-main li a:hover {
	border-color: #000;
	background: #000;
	color: #40d7bc;
}
.navigation-main li a:not(:only-child) {
	padding-right: 40px;
}
.navigation-main li a:not(:only-child):after {
	content: '\f502';
	font-family: "Genericons";
	font-size: 8px;
	font-size: .8rem;
	line-height: 2;
	position: absolute;
	right: 20px;
	speak: none;
}
.navigation-main ul ul li a:not(:only-child):after {
	content: '\f501';
}
.navigation-main ul ul {
	background: #000;
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
	position: absolute;
		top: 4em;
		left: -1px;
	margin: 0;
	opacity: 0;
	transition: .3s opacity ease-in-out;
	-webkit-transition: .3s opacity ease-in-out;
	-moz-transition: .3s opacity ease-in-out;
	visibility: hidden;
	width: 190px;
	z-index: 99999;
}
.navigation-main ul ul ul {
	left: 99%;
	top: 0;
}
.navigation-main ul ul li {
	border-bottom: 1px solid #161616;
	float: none;
}
.navigation-main ul ul li a {
	background: #313131;
	border: none;
	border-bottom: 1px solid #363636;
	padding: 18px 20px;
}
.navigation-main ul ul li a:hover {
	border-bottom: 1px solid #161616;
}
.navigation-main ul ul li:last-of-type a {
	border: none;
}
.navigation-main ul li:hover > ul,
.navigation-main ul li.focus > ul {
	display: block;
	opacity: 1;
	transition: .3s opacity ease-in-out;
	-webkit-transition: .3s opacity ease-in-out;
	-moz-transition: .3s opacity ease-in-out;
	visibility: visible;
}

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

.main-small-navigation ul {
	display: none;
}

@media screen and ( max-width: 600px ) {
	.menu-toggle,
	.main-small-navigation ul.nav-menu.toggled-on {
		display: block;
	}
	.menu-toggle {
		padding: 16px 20px 17px;
		margin: 0;
	}
	.menu-toggle:before {
		content: "\f419";
		display: inline-block;
		font-family: "Genericons";
		font-size: 14px;
		font-size: 1.4rem;
		margin-right: 10px;
		vertical-align: middle;
	}
	.menu-toggle:hover {
		background: #000;
		border-color: #000;
		color: #40d7bc;
	}
	.navigation-main ul {
		display: none;
	}
	.main-small-navigation ul,
	.main-small-navigation li {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.main-small-navigation li a {
		border-top: 1px solid #666;
		color: #ddd;
		display: block;
		padding: 10px 20px;
	}
}


/* =Masonry Layout
----------------------------------------------- */
.masonry .site-content {
	float: none;
	margin: 0;
	padding: 0;
}
.masonry .comments-link {
	float: right;
}
.masonry .hentry {
	float: left;
	width: 32%;
}
.masonry .hentry {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.masonry .entry-title a {
	color: #fff;
}
.masonry .hentry .visual-thumbnail {
	display: block;
	width: 100%;
	height: auto;
}
.masonry footer.entry-meta a {
	min-height: 45px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
}
.masonry footer.entry-meta a:hover {
	color: #fff;
}
.post-link {
	float: right;
}
footer.entry-meta .post-link a:hover {
	color: #40d7bc;
}


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

.sticky {

}
.hentry {
	margin: 0 0 1.5em;
	border-radius: 3px;
	background: #292929;
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-title {
	font-size: 20px;
	font-size: 2.0rem;
}
.entry-header {
	padding: 10px 15px 10px;
	border-bottom: 1px solid #161616;
}
.entry-meta {
	clear: both;
	font-size: 13px;
	font-size: 1.3rem;
}
.entry-meta a {
	color: #ddd;
}
.entry-content,
.entry-summary {
	padding: 20px 15px 10px;
	border-top: 1px solid #363636;
	border-bottom: 1px solid #161616;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight: 700;
	margin: .75em 0;
}
.entry-content h1,
.entry-content h2 {
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 1px;
}
.entry-content h3 {
	font-size: 20px;
	font-size: 2.0rem;
}
.entry-content h4,
.entry-content h5 {
	font-size: 16px;
	font-size: 1.6rem;
}
footer.entry-meta {
	padding: 10px 15px;
	border-top: 1px solid #333;
}
footer.entry-meta a {
	color: #ccc;
}
footer.entry-meta a:hover {
	color: #40d7bc;
}
.page-links {
	clear: both;
	padding: 10px 0;
	margin: 0 0 1.5em;
}
.page-links span.active-link {
	background: #313131;
	border-radius: 3px;
	display: inline-block;
	padding: 4px 10px;
	margin: 0 5px 5px 0;
}
.page-links a span.active-link {
	background: #313131;
	border-radius: 3px;
	display: inline-block;
	padding: 4px 10px;
	margin: 0 5px 5px 0;
}
.sep {
	margin: 0 5px;
}


/* =Archives
----------------------------------------------- */

.page-header {
	border: 1px solid #333;
	border-top: 1px solid #292929;
	box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	margin-bottom: 1.5em;
	padding: 15px;
}
.page-header .page-title {
  font-size: 16px;
  font-size: 1.6rem;
}
.taxonomy-description p {
  margin: .75em 0;
}


/* =404
----------------------------------------------- */

.search-no-results .hentry {
	float: none;
	width: 100%;
}
.error404 .entry-content #searchform {
	margin-bottom: 1.5em;
}
.error404 .site-content {
	margin: 0;
}
.error404 .widget {
	float: left;
	margin-top: 1.5em;
	margin-right: 2%;
	padding: .75em 20px;
	width: 27%;
}
.error404 .widget:nth-of-type(3n) {
	margin-right: 0;
}


/* =Single Image Attachments
----------------------------------------------- */

.single-attachment .site-content {
	margin: 0;
}
.entry-attachment {
	text-align: center;
}


/* =Full-width page template
----------------------------------------------- */

.page-template-nosidebar-page-php .site-content {
	margin: 0;
}


/* =Post Formats
----------------------------------------------- */

.entry-format:hover:before {
	text-decoration: none;
}
.entry-format:before {
	margin-right: 5px;
}
.format-aside .entry-format:before {
	content: '\f101';
}
.format-image .entry-format:before {
	content: '\f102';
}
.format-gallery .entry-format:before {
	content: '\f103';
}
.format-video .entry-format:before {
	content: '\f104';
}
.format-status .entry-format:before {
	content: '\f105';
}
.format-quote .entry-format:before {
	content: '\f106';
}
.format-link .entry-format:before {
	content: '\f107';
}


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

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	background: #212121;
	border: 1px solid #333;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 99.7%;
}
.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 {
	font-size: 13px;
	font-size: 1.3rem;
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dt {
	border: 0;
	margin: 0;
	padding: 0;
}
.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
----------------------------------------------- */

.content-area .navigation-post,
.content-area .navigation-paging,
.content-area .navigation-comment {
	clear: both;
	margin-bottom: 1.5em;
	border: 1px solid #292929;
	border-top: none;
	box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}
[class*="navigation"] .nav-previous a {
	color: #ddd;
	display: block;
	float: left;
	padding: 10px 15px;
	text-decoration: none;
	width: 40%;
}
[class*="navigation"] .nav-next a {
	color: #ddd;
	display: block;
	float: right;
	padding: 10px 15px;
	text-align: right;
	text-decoration: none;
	width: 40%;
}
[class*="navigation"] a:hover {
	color: #40d7bc;
}


/* =Comments
----------------------------------------------- */
#comments {
	border: 1px solid #292929;
	border-top: none;
	box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	margin-bottom: 1.5em;
	padding: 15px;
}
#comments a {
	color: #ddd;
	text-decoration: underline;
	word-wrap: break-word;
}
#comments a:hover {
	color: #40d7bc;
}
#comments .comment-meta a {
	text-decoration: none;
}
.bypostauthor {
}
.comments-title,
.nocomments, #reply-title {
	font-size: 15px;
	font-size: 1.5rem;
	margin: 0 0 1.5em;
}
.comment-list {
	list-style: none;
	margin: 0 0 .75em;
	padding: 0 0 .75em;
}
.comment-list:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #191919;
	border-bottom: 1px solid #363636;
	display: block;
	margin-top: 1.5em;
}
li.comment {
	list-style: none;
	margin: 0 0 1.5em;
	position: relative;
	padding-left: 75px;
}
article.comment {
	display: block;
	background: #292929;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	padding: 10px;
	overflow: hidden;
	font-size: 14px;
	font-size: 1.4rem;
}
.comment-list .pingback {
	margin: 0 0 5px;
}
.comment-list .children {
	margin: 1.5em 0 0;
	padding: 0;
}
.comment-list .avatar {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
	position: absolute;
		top: 0;
		left: 0;
	padding: 0;
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.comment-meta {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 5px;
}
#respond p {
  margin: .75em 0;
}
#respond .form-allowed-tags {
	color: #ccc;
	margin-bottom: 1.5em;
}
#respond .form-allowed-tags code {
	font-size: 12px;
	font-size: 1.2rem;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 10px 0;
	padding: 5px;
	width: 90%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 90%;
}
#respond .form-allowed-tags code {
	display: block;
}
#commentform label[for="author"],
#commentform label[for="email"],
#commentform label[for="url"] {
	float: left;
	padding: 5px 0;
	width: 100px;
}


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

.widget {
	background: #292929;
	border-radius: 3px;
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 0 1.5em;
	padding: 0 0 1.5em;
	overflow: hidden;
}
.widget-title {
	border-bottom: 1px solid #363636;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	margin: .75em 0;
}
.widget-title:after {
	border-bottom: 1px solid #161616;
	content: "";
	display: block;
}
.widget-title span {
	display: block;
	padding: 6px 20px;
}
.widget-area ul {
	list-style: none;
	margin: 0 20px;
}
.widget-area li {
	line-height: 1.5;
	padding: 3px 0;
}
/* Ridiculous workarounds for lack of widget-content wrapper */
.widget-area .tagcloud,
.widget-area .textwidget,
.widget-area select,
.widget-area .recentcommentsavatar,
.widget-area #subscribe-blog,
.widget-area .milestone-content,
.widget-area .widgets-multi-column-grid,
.widget-area .widgets-grid-layout,
.widget-area #pd_top_rated_holder,
.widget-area .widget > *:not(.widget-title):not(.searchform) {
	margin-left: 20px !important;
	margin-right: 20px !important;
}
.widget-grid-view-image {
	max-width: 43.5% !important;
}
.widget_image img {
	max-width: 100%;
}
.widget-grofile .grofile-thumbnail {
	max-width: 87%;	
}
.widget_follow_button_widget iframe {
	margin-top: 1.5em;
}

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

/* Search widget */
.widget_search input[type="search"] {
	margin: 20px 0 0 20px;
}

/* Calendar widget */

table#wp-calendar {
	margin: 0 0 1.5em;
	max-width: 88%;
}
#wp-calendar td,
#wp-calendar th {
	padding: 5px 2px;
	text-align: center;
}
#wp-calendar #prev {
	text-align: left;
}
#wp-calendar #next {
	text-align: right;
}

/* WordPress.com Widgets */

/* Flickr */
#flickr_badge_wrapper {
	background: transparent !important;
	border: 0 !important;
}
#flickr_badge_uber_wrapper {
	margin: 0 auto;
}
#flickr_badge_uber_wrapper td {
	border: 0 !important;
}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
	color: #40d7bc !important;
}
.widget_recent_comments td {
	border: 0;
	padding: 5px 5px 10px 5px;
	vertical-align: top;
}
.widget_authors ul,
.widget_author_grid ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_authors img {
	float: none;
	vertical-align: middle;
}
.widget_authors li {
	display: block;
	margin-bottom: 10px;
}
.widget_authors li:before,
.widget_authors li:after {
	content: "";
	display: table;
}
.widget_authors li:after {
	clear: both;
}
#wpstats {
	display: block;
	margin: -20px auto 0;
}


/* =Jetpack: Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* 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;
}

.infinite-scroll .site-content {
	padding-bottom: 60px;
}
#infinite-footer .container {
	background: rgba(33,33,33,.8);
	border: none;
}
#infinite-footer .blog-credits,
#infinite-footer .blog-credits a,
#infinite-footer .blog-credits a:hover,
#infinite-footer .blog-info a,
#infinite-footer .blog-info a:hover {
	color: #eee;
}
#infinite-handle {
	margin: 0 0 0 -50%;
	min-height: 35px;
	padding: 20px 0;
	position: absolute;
		bottom: 0;
		left: 50%;
	text-align: center;
	width: 100%;
}
#infinite-handle span {
	background: #40d7bc;
	margin: 0 auto;
	width: 80px;
}
.infinite-loader {
	color: #eee;
	margin: 10px 10px 0 -17px;
	padding: 20px 0;
	position: absolute;
		bottom: 0;
		left: 50%;
	width: 34px
}


/* =Responsive Media Queries
----------------------------------------------- */

@media screen and ( max-width: 1035px ) {
	.site-header .section {
		padding: 0;
	}
	.site-header .hgroup {
		padding-left: 20px;
	}
	.navigation-main {
		clear: both;
		float: none;
		width: 100%;
	}
	.navigation-main:before,
	.navigation-main:after {
		content: "";
		display: table;
	}
	.navigation-main:after {
		clear: both;
	}
	.menu-main-container {
		border-top: 1px solid #161616;
	}
	.navigation-main li:first-child a {
		padding-left: 20px;
	}
	.navigation-main li:last-child {
		border-right: 1px solid #161616;
	}
	.navigation-main a {
		padding: 18px 1.5em;
	}
	.navigation-main ul ul {
		top: 53px;
	}
	.masonry .hentry {
		width: 48%;
	}
	.search-no-results .content-area {
		clear: both;
		float: none;
		margin: 0;
		width: auto;
	}
	.site-content {
		float: none;
		margin: 0;
		padding: 0;
	}
	.site-main .widget-area {
		clear: both;
		float: none;
		width: auto;
		margin: 0 0 3em;
	}
}
@media screen and ( max-width: 535px ) {
	.masonry .hentry {
		width: 100%;
	}
}