/*
Theme Name: Widely - WordPress.com
Theme URI: https://wordpress.com/themes/widely/
Description: Widely is a minimalistic theme for businesses, creatives, and individuals to showcase their portfolios or just give their content a simple, well designed home.
Version: 2.0.3
Author: Themes Kingdom
Author URI: http://www.themeskingdom.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Webfont, thanks to FontSquirrel.com for conversion!
-------------------------------------------------------------- */
@font-face {
	font-family: 'Genericons';
	src: url('font/genericons-regular-webfont.eot');
	src: url('font/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('font/genericons-regular-webfont.woff') format('woff'),
		 url('font/genericons-regular-webfont.ttf') format('truetype'),
		 url('font/genericons-regular-webfont.svg#genericonsregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

/* =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: #e6e6e6;
}

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: #666;
	font-family: sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #414141;
	font-family: sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 24px;
	line-height: 30px;
}

h2 {
	font-size: 22px;
	line-height: 28px;
}

h3 {
	font-size: 20px;
	line-height: 26px;
}

h4 {
	font-size: 18px;
	line-height: 24px;
}

h5 {
	font-size: 14px;
	line-height: 22px;
}

h6 {
	font-size: 12px;
	line-height: 20px;
}

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 {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

b,
strong {
	font-weight: bold;
}

address,
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	clear: both;
	color: #414141;
	font-family: arial, sans-serif;
	font-size: 16px;
	min-height: 45px;
	padding: 0 8% 0 55px;
	position: relative;
	text-transform: uppercase;
}

blockquote:before {
	background-color: #414141;
	border-radius: 50%;
	color: #fff;
	content: '\201C';
	font-family: Georgia, serif;
	font-size: 40px;
	font-weight: bold;
	height: 22px;
	left: 0;
	line-height: 1;
	padding: 10px 9px 11px 12px;
	position: absolute;
	width: 22px;
}

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 {
	border-bottom: 1px solid #e3e3e3;
	color: #454545;
	font-weight: bold;
}

th,
td {
	height: 32px;
	vertical-align: middle;
}

table caption {
	color: #5e5e5e;
	font-size: 12px;
	margin: 0;
	padding: 11px 0 9px 0;
	text-transform: uppercase;
}

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"],
.tagcloud a,
.main-small-navigation .menu-toggle {
	border: 4px solid #ededed;
	border-color: #ededed #ededed #e5e5e5 #ededed;
	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: #626060;
	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: 8px 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	text-transform: uppercase;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.tagcloud a:hover,
.main-small-navigation .menu-toggle:hover {
	-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,
.tagcloud a:focus,
.main-small-navigation .menu-toggle:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.tagcloud a:active,
.main-small-navigation .menu-toggle:active,
.main-small-navigation .menu-toggle.toggled-on {
	-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 {
	-webkit-appearance: none; /* corrects inner padding displayed oddly in s5, chrome on osx */
}

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 {
	border: 4px solid #ededed;
	border-color: #ededed #ededed #e5e5e5 #ededed;
	color: #666;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
	color: #444;
}

input[type="text"],input[type="email"],
input[type="password"] {
	padding: 8px;
}

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: #414141;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #8b8b8b;
}

#respond,
.clearfix {
	*zoom: 1;
}

#respond:before,
#respond:after,
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

#respond:after,
.clearfix:after {
	clear: both;
}

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

/* Genericons */
.genericon {
	font: normal normal 16px/1 'Genericons';
	-webkit-font-smoothing: antialiased;
	height: 16px;
	line-height: 1;
	vertical-align: top;
	width: 16px;
}


/* =Site
----------------------------------------------- */

.site {
	background: url("images/content-background.png") repeat-y scroll center center transparent;
	box-shadow: 0 0 30px rgba(100, 100, 100, 0.3);
	margin: 80px auto;
	padding: 0 45px;
	width: 960px;
}

.site-header {
	margin: 50px 0;
}

.site-header hgroup {
	display: inline-block;
	padding: 0.75em 1em;
}

.site-header .site-title {
	font-family: sans-serif;
}

.site-header .site-description {
	font-size: 16px;
}

.site-header .custom-header {
	clear: both;
	margin: 50px 0 80px;
}

.content-area {
	margin-bottom: 45px;
}

.widgets {
	background-color: #f6f6f6;
	margin: 0 -45px;
	padding: 45px;
}

.site-footer {
	font-size: 11px;
	margin-top: 15px;
	position: absolute;
}

.site-header,
.entry-header,
.entry-content,
.widget-area .widget,
.comment {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.page-header h1,
.entry-title,
.widget-title {
	font-family: sans-serif;
}


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

.main-navigation {
	float: right;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation > ul {
	margin-right: 10px;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	color: #4c4c4c;
	display: block;
	font-size: 13px;
	padding: 0.75em 1em;
	text-decoration: none;
}

.main-navigation ul ul {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 2px;
	-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: 2.5em;
	left: 0;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: 100%;
	top: -1px;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul a:hover {
	color: #dd2c2c;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
}

.main-navigation a:hover,
.main-navigation li.current_page_item a,
.main-navigation li.current_page_ancestor > a,
.main-navigation li.current-menu-item a,
.main-navigation li.current-menu-ancestor > a {
	color: #bbbbbb;
}

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

.main-small-navigation {
	margin: 20px 0;
	text-align: center;
}

.main-small-navigation .menu-toggle {
	display: inline-block;
}

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

.main-small-navigation ul {
	list-style-type: none;
	margin: 0;
}

.main-small-navigation li a {
	display: block;
	padding: 15px 0;
}


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

.sticky-icon:hover {
	cursor: help;
}

.sticky .pubdate {
	display: none;
}

.hentry {
	position: relative;
}

.single .hentry {
	min-height: 270px;
}

.page .type-page.hentry,
.archive .site-content,
.search .site-content,
.error404 .site-content,
.home.page .site-content {
	border-top: 1px solid #dcdcdc;
}

.entry-header,
.search-results .page .entry-header {
	border-top: 1px solid #dddddd;
	margin: 25px 0 30px;
	padding-top: 40px;
}

.page .type-page .entry-header,
.search-no-results .entry-header,
.error404 .entry-header,
.page-header {
	margin-bottom: 35px;
	position: relative;
	text-align: center;
	top: -20px;
}

.post:first-of-type .entry-header,
.single .entry-header,
.page .entry-header {
	border: none;
	margin-top: 0;
	padding-top: 0;
}

.post:first-of-type footer.entry-meta {
	margin-top: 0;
}

.entry-header,
.entry-content,
.entry-summary,
.search-results .page .entry-header,
.single div.entry-meta {
	float: right;
	width: 83.33333333333%;
}

.error404 .entry-header,
.error404 .entry-content,
.search-no-results .entry-header,
.search-no-results .entry-content{
	float: none;
	width: auto;
}

.page .type-page .entry-header h1,
.search-no-results .entry-header h1,
.error404 .entry-header h1,
.page-header h1 {
	background-color: #4c4c4c;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 8px 25px;
	position: relative;
}

.entry-header h1 a {
	font-size: 26px;
	font-weight: bold;
	line-height: 28px;
}

.page-header a {
	color: #ffffff;
}

.archive .taxonomy-description {
	margin: 35px 0 0;
	text-align: left;
}

.page .entry-header,
.page .entry-content {
	float: none;
	width: auto;
}

.single div.entry-meta {
	font-size: 12px;
}

footer.entry-meta,
.search-results .page footer.entry-meta {
	color: #414141;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	margin-top: 66px;
	text-align: center;
	width: 12.5%;
}

.page footer.entry-meta {
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
	margin-top: 45px;
	text-align: left;
}

.single-attachment footer.entry-meta {
	margin-top: 90px;
}

footer.entry-meta a,
footer.entry-meta .sticky-icon {
	display: block;
	margin-bottom: 20px;
}

footer.entry-meta .genericon {
	border: 2px solid #414141;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	padding: 12px;
	text-align: center;
	text-decoration: none;
}

footer.entry-meta a:hover .genericon {
	border-color: #8b8b8b;
}

.attachment-meta {
	display: inline-block;
	margin: 6px 0 3px;
}

.sticky-icon .genericon:before {
	content: '\f308';
}

.author .genericon:before {
	content: '\f304';
}

.pubdate .genericon:before {
	content: '\f307';
}

.comments-link .genericon:before {
	content: '\f300';
}

footer.entry-meta .author,
.single-attachment .attachment footer.entry-meta .author {
	display: none;
}

.group-blog footer.entry-meta .author {
	display: inline;
}

.entry-header .attachment-post-thumbnail {
	max-width: 100%;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 15px 0 5px;
}

.entry-content .featured-image {
	margin-bottom: 40px;
}

.entry-summary .more-link {
	font-size: 12px;
	display: block;
	padding: 10px 0;
}

#jp-post-flair,
.page-links,
.edit-link {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Front page
----------------------------------------------- */

/* Featured content */
.featured-content {
	padding-bottom: 80px;
}

.blog .featured-content {
	border: none;
}

.featured-content a,
.featured-content .nivo-caption {
	display: none;
}
.featured-content a:first-of-type {
	display: block;
}

.featured-content .nivo-caption {
	bottom: 80px;
}

.home.page .type-page .entry-header {
	margin-bottom: 17px;
}

.home.page footer.entry-meta,
.home.page footer.entry-meta a {
	margin: 0;
}

.home.page .front-page-grid .hentry {
	display: inline-block;
	float: left;
	margin: 0 2.5% 50px 0;
	width: 22.5%;
}

.home.page .front-page-grid .hentry:nth-of-type(4),
.home.page .front-page-grid .hentry:nth-of-type(7) {
	margin-right: 0;
}

.home.page .front-page-grid .entry-header,
.home.page .front-page-grid .entry-summary {
	margin: 0;
	width: 100%;
}

.home.page .front-page-grid .entry-header h1 a {
	font-size: 16px;
	line-height: 20px;
}

.home.page .front-page-grid .entry-header {
	margin-bottom: 10px;
}

.home.page .front-page-grid .hentry:nth-of-type(5) {
	clear: both;
}

.home.page .front-page-grid .hentry:nth-of-type(5),
.home.page .front-page-grid .hentry:nth-of-type(6),
.home.page .front-page-grid .hentry:nth-of-type(7) {
	width: 31%;
}

.home.page .front-page-grid footer.entry-meta,
.home.page .front-page-grid .hentry:nth-of-type(5) .featured-image,
.home.page .front-page-grid .hentry:nth-of-type(6) .featured-image,
.home.page .front-page-grid .hentry:nth-of-type(7) .featured-image {
	display: none;
}


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

.entry-format {
	color: #b8b8b8;
	font-style: italic;
}

.single-format-aside .entry-title,
.single-format-quote .entry-title {
	font-size: 15px;
	margin: 0 0 1.5em;
}


/* =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,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
img.size-full,
img.size-large {
	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%;
}

.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 {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.wp-caption img.wp-smiley {
	display: inline;
}

.wp-caption-text {
	margin: 0.8075em 5px;
	text-align: center;
}

.site-content .gallery {
	margin-bottom: 1.5em;
}

.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}

.site-content .gallery dd {
	margin: 0;
}

.gallery-caption {}

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


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

.site-content .site-navigation {
	margin: 1.5em 0;
}

.site-content .nav-previous,
.image-navigation .previous-image {
	float: left;
	width: 50%;
}

.site-content .nav-next,
.image-navigation .next-image {
	float: right;
	text-align: right;
	width: 50%;
}

.paging-navigation a,
.image-navigation a,
.post-navigation a {
	background-color: #f7f7f7;
	border: 1px solid #cbcbcb;
	border-radius: 10px;
	display: inline-block;
	font-size: 12px;
	line-height: 1.5;
	padding: 8px 10px;
}

.paging-navigation a:hover,
.post-navigation a:hover {
	background-color: #eaeaea;
	color: #414141;
}

.infinite-scroll .paging-navigation {
	display: none;
}

.infinite-loader {
	display: block;
	padding-left: 50%;
}

.infinite-loader .spinner {
	margin-left: -17px;
}

#infinite-handle {
	margin-top: 20px;
	text-align: center;
}


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

.comments-area,
#respond {
	margin-top: 40px;
	position: relative;
}

.comments-area form,
.nocomments {
	float: right;
	width: 83.33333333333%;
}

.comments-area .commentlist form {
	float: none;
}

.comments-area .sep {
	background-color: #dcdcdc;
	margin: 0 0 0 16.6666666666%;
	width: 83.33333333333%;
}

.comments-title,
#respond h3 {
	background-color: #fff;
	font-size: 16px;
	position: absolute;
	text-align: right;
	text-transform: uppercase;
	top: -12px;
}

.commentlist {
	margin: 0 0 55px;
}

.commentlist .children {
	padding: 35px 0 0 80px;
	margin: 10px 0 0;
}

.commentlist > li,
.commentlist .children > li {
	list-style-type: none;
	margin-top: 55px;
	position: relative;
}

.commentlist .children > li:first-child {
	margin-top: 0;
}

.comment {
	min-height: 90px;
}

.comment footer {
	font-size: 12px;
	margin-bottom: 1.5em;
}

.comment footer div {
	display: inline;
}

.comment .says {
	display: none;
}

.comment-author .fn {
	font-style: normal;
}

.comment-meta .comment-date {
	display: block;
}

.comment-content,
.comment .reply {
	padding-left: 80px;
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	margin: 15px 0 5px;
}

.comment .avatar {
	background-color: #f5f5f5;
	border: 1px solid #dddddd;
	border-radius: 2px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 4px;
}

.comment-notes,
.logged-in-as,
.comment-form-comment {
	margin: 1.5em 0;
}

.comment-notes {
	font-size: 12px;
}

.logged-in-as {
	float: left;
	font-size: 12px;
	height: 175px;
	text-transform: uppercase;
}

.nocomments {
	font-size: 12px;
	padding-top: 1.5em;
	text-transform: uppercase;
}

.comments-area form {
	position: relative;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	color: #ffffff;
	display: inline-block;
	left: 10px;
	min-width: 60px;
	position: absolute;
	top: 15px;
	z-index: 1;
}

.comments-area .required {
	color: #ff0000;
}

.comments-area .comment-form-author,
.comments-area .comment-form-email,
.comments-area .comment-form-url,
.comments-area .comment-form-comment {
	font-size: 12px;
	margin-bottom: 20px;
	position: relative;
	width: 41.25%;
}

.comments-area input[type="text"] {
	height: 45px;
	padding: 0 10px;
	position: relative;
	text-indent: 80px;
	width: 100%;
}

.comments-area input[type="text"],
.comments-area textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #4c4c4c;
	border: none;
	color: #ffffff;
	display: block;
}

.comments-area input:active,
.comments-area input:focus {
	color: #ffffff;
}

.comments-area .comment-form-comment {
	position: absolute;
	right: 0;
	top: 36px;
	width: 55%;
}

.logged-in .comments-area .comment-form-comment {
	top: 0;
}

.comment-form-comment label,
.form-allowed-tags {
	display: none;
}

.comment-form-comment textarea {
	height: 175px;
	padding: 10px;
	width: 100%;
}

.comments-area .form-submit {
	clear: both;
	float: right;
}

.bypostauthor {
}

/* WordPress.com specific */
div#respond.js {
	overflow: visible;
}

div#respond.js h3 {
	top: -28px;
}

.commentlist div#respond.js h3 {
	margin-top: 0;
	position: relative;
	text-align: left;
	top: 0;
}

.comments-area > div#respond.js form {
	width: 83.3333% !important;
}


/* =Tweets
----------------------------------------------- */

.tweet-container {
	background-color: #e5e5e5;
	margin: -45px -45px 45px;
	padding: 45px;
	position: relative;
}
.sidebars-none .tweet-container {
	margin-bottom: -45px;
}

.tweet-content {
	font-size: 20px;
	font-weight: bold;
	float: right;
	line-height: 42px;
	text-transform: uppercase;
	width: 83.33333333333%;
}

.tweet-meta {
	float: left;
	position: absolute;
	margin-top: -28px;
	text-align: center;
	top: 50%;
	width: 12.5%;
}

.tweet-meta .twitter-profile {
	background: #414141;
	border-radius: 50%;
	color: #e5e5e5;
	font-size: 25px;
	height: auto;
	padding: 15px 13px 13px 15px;
	width: auto;
}


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

.widget-area,
.error404 .widget {
	float: left;
	margin-right: 2.5%;
}

.widget-area:last-child,
.error404 .widget:last-of-type {
	margin: 0;
}

.sidebars-one .widget-area {
	width: 100%;
}

.sidebars-two .widget-area {
	width: 48.5%;
}

.sidebars-three .widget-area,
.error404 .widget {
	width: 31%;
}

.sidebars-four .widget-area {
	width: 22.5%;
}

.widget {
	margin: 0 0 1.5em;
}

.widget h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
}

.widget > ul,
.widget > ol,
.widget ul.menu {
	margin-left: 0;
}

.widget li{
	border-top: 1px solid #fcfcfc;
	border-bottom: 1px solid #e3e3e3;
	list-style-type: none;
	padding: 9px 0;
}

.widget li:first-child {
	border-top: none;
}

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

.widget .children li:first-child,
.widget .sub-menu li:first-child {
	border-top: 1px solid #fcfcfc;
}

.widget .children,
.widget .sub-menu {
	margin-top: 9px;
	border-top: 1px solid #e3e3e3;
}

.children li:last-child,
.sub-menu li:last-child {
	padding-bottom: 0;
}

/* Search widget */
form[role="search"] .submit {
	border-left: 1px solid #e8e8e8;
	display: inline-block;
	font-size: 16px;
	font-family: 'Genericons';
	height: 40px;
	margin-left: -7px;
	padding: 8px 12px;
	-webkit-font-smoothing: antialiased;
	vertical-align: top;
}

#s {
	height: 16px;
}

.error404 form[role="search"] {
	margin-bottom: 100px;
}

.sidebars-four .widget_search input[type="text"] {
	max-width: 150px;
}

/* Calendar widget */
#wp-calendar th,
#wp-calendar td {
	font-size: 12px;
	text-align: center;
	width: 32px;
}

#wp-calendar #today {
	border: 1px solid #dddddd;
}

#wp-calendar #prev {
	padding-left: 15px;
	text-align: left;
}

#wp-calendar #next {
	padding-right: 15px;
	text-align: right;
}

#wp-calendar td a {
	display: block;
	font-weight: bold;
}

.tagcloud a {
	border-radius: 20px;
	display: inline-block;
	margin: 5px;
}

.tagcloud a:hover {
	color: inherit;
}

/* Select */
.widget_archive select,
.widget_categories select {
	padding: 0.5em;
	margin-top: 0.5em;
}

/* Flickr Widget (WP.com) */
.widget_flickr #flickr_badge_uber_wrapper a {
	color: #414141 !important;
}
.widget_flickr #flickr_badge_uber_wrapper a:hover {
	color: #414141 !important;
	text-decoration: underline !important;
}
.widget_flickr #flickr_badge_wrapper {
	background-color: transparent !important;
	border: none !important;
}
.widget_flickr table {
	margin: 0 !important;
}
.widget_flickr .flickr-size-thumbnail {
	margin: 0 auto;
}
.widget_flickr .flickr-size-thumbnail br,
.widget_flickr .flickr-size-small br {
	display: none;
}
.widget_flickr .flickr-size-thumbnail img {
	display: block;
	margin-bottom: 1em;
}
.widget_flickr .flickr-size-small img {
	display: block;
	margin-bottom: 0.5em;
	max-width: 100%;
}

/* Genericons */
.site-info .twitter,
.site-info .facebook,
.site-info .google-plus,
.site-info .linkedin {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	vertical-align: top;
}

/* Footer */
.site-info .twitter,
.site-info .facebook,
.site-info .google-plus,
.site-info .linkedin {
	color: #787878;
}

.site-info .twitter:hover,
.site-info .facebook:hover,
.site-info .google-plus:hover,
.site-info .linkedin:hover {
	color: #414141;
}

.site-info .credits {
	display: inline-block;
	margin-top: 2px;
}

img#wpstats {
	display: block;
	margin: 5px auto;
}

@media screen and (max-width: 1080px) {
	.site {
		margin: 80px 10px;
		width: auto;
	}

	.commentlist .children {
		padding-left: 0;
	}

	.depth-1 > .children {
		padding-left: 80px;
	}
}

@media screen and (max-width: 767px) {
	.site {
		margin-top: 20px;
		padding: 10px;
	}

	.site-header {
		margin-top: 10px;
	}

	.widgets {
		margin: 0 -10px -10px;
		padding: 10px;
	}

	.widget-area {
		float: none;
	}

	.tweet-container {
		margin: -10px -10px 10px;
		padding: 10px;
	}

	.home.page .hentry:nth-of-type(5) {
		clear: none;
	}

	.home.page .hentry,
	.home.page .hentry:nth-of-type(4),
	.home.page .hentry:nth-of-type(5),
	.home.page .hentry:nth-of-type(6),
	.home.page .hentry:nth-of-type(7),
	.sidebars-four .widget-area,
	.error404 .widget {
		margin-right: 4%;
		width: 48%;
	}
	.home.page .front-page-grid .hentry {
		width: 31%;
	}
	.home.page .front-page-grid .hentry:nth-of-type(3),
	.home.page .front-page-grid .hentry:nth-of-type(5),
	.home.page .front-page-grid .hentry:nth-of-type(6) {
		margin-right: 2.5%;
	}

	.home.page .hentry:nth-of-type(odd),
	.sidebars-three .widget-area,
	.sidebars-four .widget-area:nth-of-type(even),
	.error404 .widget:nth-of-type(2n) {
		margin-right: 0;
	}

	.home.page .hentry:first-of-type,
	.sidebars-three .widget-area {
		width: 100%;
	}
}

@media screen and (max-width: 599px) {
	.entry-header,
	.entry-content,
	.entry-summary,
	.search-results .page .entry-header,
	.single footer.entry-meta,
	.comments-area .sep,
	.comments-area form,
	.nocomments,
	.comments-area .comment-form-author,
	.comments-area .comment-form-email,
	.comments-area .comment-form-url,
	.comments-area input[type="text"],
	.comments-area .comment-form-comment,
	.comment-form-comment textarea,
	div#respond.js form {
		float: none;
		width: 100%;
	}

	footer.entry-meta,
	.tweet-meta {
		display: none;
	}

	.comments-area .sep {
		margin: 0;
	}

	div#respond.js h3 {
		margin-top: 0;
		position: relative;
		text-align: left;
		top: 0;
	}

	.comments-area .comment-form-comment {
		position: relative;
		top: auto;
	}

	.comments-area input[type="text"],
	.comment-form-comment textarea {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.comments-area .logged-in-as {
		float: none;
		margin: 18px 0;
		height: auto;
		width: auto;
	}

	.home.page .hentry,
	.home.page .hentry:nth-of-type(4),
	.home.page .hentry:nth-of-type(5),
	.home.page .hentry:nth-of-type(6),
	.home.page .hentry:nth-of-type(7),
	.sidebars-two .widget-area,
	.sidebars-four .widget-area,
	.error404 .widget,
	.tweet-content {
		margin-right: 0 !important;
		width: 100% !important;
	}

	.commentlist > li,
	.commentlist .children > li {
		border-top: 1px dashed #dcdcdc;
		margin-top: 27px;
		padding-top: 27px;
	}

	.commentlist > li:first-of-type {
		border: none;
	}

	.comment .avatar {
		display: none;
	}

	.comment-content,
	.comment .reply {
		padding: 0;
	}
}

@media screen and (max-width: 559px) {
	.theme-default .nivo-caption {
		font-size: 10px;
	}
}