/*
Theme Name: Write
Theme URI: http://themehaus.net/themes/write/
Author: Themehaus
Author URI: http://themehaus.net/
Description: Write is a minimal WordPress theme for users focused on writing. It's designed to keep decorations to a minimum and put your writing in the spotlight.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: write
Tags: white, light, one-column, responsive-layout, custom-background, custom-colors, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
*/


/* TABLE OF CONTENTS
------------------------------------------------------------
* Global
* Repeatable Patterns
* Layout
* Header
* Menus
* Content
* Navigations
* Comments
* Widgets
* Footer
* Plugins
* Print
------------------------------------------------------------ */


/* Global
------------------------------------------------------------ */

/* Root
   This values are used for adjusting headings size (not for body size) */
html {
	font-size: 85%;
}
@media screen and (min-width: 783px) {
	html {
		font-size: 100%;
	}
}

/* Base */
body {
	color: #444;
	font-family: 'Gentium Book Basic', serif;
	font-size: 18px;
	line-height: 1.5;
	word-wrap: break-word;
}
::selection {
	background-color: #ede9df;
}
::-moz-selection {
	background-color: #ede9df;
}
@media screen and (min-width: 783px) {
	body {
		font-size: 20px;
	}
}

/* Heading */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #111;
	font-family: 'Gentium Basic', serif;
	font-weight: 700;
	line-height: 1.4;
}
h1 {
	font-size: 40px;
	font-size: 2.5rem;
	margin-bottom: 1em;
	margin-top: 2em;
}
h2 {
	font-size: 28px;
	font-size: 1.750rem;
	margin-bottom: 1em;
	margin-top: 2em;
}
h3 {
	font-size: 25px;
	font-size: 1.563rem;
	margin-bottom: 1em;
	margin-top: 1.5em;
}
h4 {
	font-size: 22px;
	font-size: 1.375rem;
	margin-bottom: 1em;
	margin-top: 1.5em;
}
h5 {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
h6 {
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

/* Link */
a {
	color: inherit;
	text-decoration: none;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, color .15s ease-in-out, opacity .15s ease-in-out;
}
.entry-content a,.page-content a, .author-description a, .comment-content a, .post-navigation a {
	color: #a87d28;
	text-decoration: underline;
}
a:hover {
	color: #c49029;
}

/* Text */
p {
	margin: 0 0 1.5em;
}
b, strong {
	font-weight: 700;
}
dfn, q, cite, em, i {
	font-style: italic;
}
q {
	quotes: "" "";
}
cite {
	border-bottom: dotted 1px #777;
}
code, kbd, tt, var {
	color: #777;
	border-bottom: solid 1px #ccc;
	font-family: Consolas, 'Courier New', monospace;
	font-size: 81.3%;
}
abbr, acronym {
	border-bottom: 1px dotted #777;
	cursor: help;
}
mark, ins {
	background-color: #ede9df;
	text-decoration: none;
}

/* List */
ul, ol {
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dl {
	margin: 0;
}
dt {
	font-weight: 600;
	margin-bottom: 0.5em;
}
dd {
	margin: 0 0 1.5em 1.5em;
}

/* Table */
table {
	border-top: solid 1px #e6e6e6;
	font-size: 93.8%;
	margin: 0 0 1.6em;
	width: 100%;
}
caption {
	margin-bottom: 0.6em;
}
table th, table td {
	border-bottom: solid 1px #e6e6e6;
	padding: 0.8em 1.3em 0.8em 0;
}
th {
	font-weight: 600;
	text-align: left;
}

/* Elements */
blockquote {
	color: #777;
	font-style: italic;
	margin: 0 0 2.4em;
	padding: 12px 0 0 44px;
	position: relative;
}
blockquote:before {
	color: #e6e6e6;
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 84px;
	left: -5px;
	line-height: 1;
	position: absolute;
	top: -5px;
}
address {
	margin: 0 0 1.5em;
}
pre {
	border-left: solid 3px #e6e6e6;
	color: #777;
	font-family: Consolas, 'Courier New', monospace;
	font-size: 81.3%;
	line-height: 1.4;
	margin: 0 0 1.7em;
	max-width: 100%;
	padding: 1.5em;
	word-wrap: normal;
}
hr {
	background-color: #e6e6e6;
	border: 0;
	height: 1px;
	margin: 0 0 1.5em;
}

/* Media */
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
figure {
	margin: 0;
}
embed,
iframe,
object {
	max-width: 100%;
}

/* Form */
button,
input,
input[type="search"],
select,
textarea {
	background-color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #e6e6e6;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ccc;
	border-top: solid 1px #ddd;
	font-size: 87.5%;
	line-height: 1;
	padding: 0.9em 1.5em;
	text-shadow: 1px 1px 0 #fff;
	text-transform: uppercase;
	transition: .15s ease-in-out;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #ededed;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: solid 1px #e6e6e6;
	color: #777;
	margin-top: 0.4em;
	padding: 0.6em;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #444;
}
textarea {
	max-width: 700px;
	width: 100%;
}


/* Repeatable Patterns
------------------------------------------------------------ */

/* Alignments */
.aligncenter,
.alignleft,
.alignright {
	margin-bottom: 1.5em;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Caption */
.wp-caption {
	color: #999;
	font-size: 87.5%;
	font-style: italic;
	margin-bottom: 1.7em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0.4em auto 0;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.9em 0;
}

/* WP Smiley */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f8f8f8;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	clip: auto !important;
	color: #06c;
	display: block;
	font-size: 14px;
	font-weight: 600;
	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,
.site-header:before,
.site-header:after,
.content-area:before,
.content-area:after,
.entry-content:before,
.entry-content:after,
.author-profile:before,
.author-profile:after,
.post-navigation:before,
.post-navigation:after,
.comments-wrapper-2:before,
.comments-wrapper-2:after,
.comment-navigation:before,
.comment-navigation:after,
.widget:before,
.widget:after,
.footer-widget:before,
.footer-widget:after {
	content: "";
	display: table;
}

.clear:after,
.site-header:after,
.content-area:after,
.entry-content:after,
.author-profile:after,
.post-navigation:after,
.comments-wrapper-2:after,
.comment-navigation:after,
.widget:after,
.footer-widget:after {
	clear: both;
}


/* Layout
------------------------------------------------------------ */

body {
	background-color: #f3f2f0;
}
body.layout-boxed {
	padding: 20px 10px;
}
.site-wrapper {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}
.layout-boxed .site-wrapper {
	max-width: 1000px;
}
.site {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	padding: 50px 20px 25px;
}
.header-center .site-header,
.footer-center .site-bottom {
	text-align: center;
}
.site-logo {
	padding-bottom: 8px;
}
@media screen and (min-width: 783px) {
	body.layout-boxed {
		padding: 50px 25px;
	}
	.site {
		padding: 100px 50px 45px;
	}
	.site-logo,
	.site-title {
		display: inline-block;
	}
	.site-logo {
		padding-bottom: 0;
		padding-right: 10px;
		padding-top: 6px;
	}
	.footer-widget-above {
		padding-bottom: 30px;
	}
	.footer-widget-below {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.footer-widget-below .widget-area {
		display: table-cell;
		padding-left: 60px;
		vertical-align: top;
	}
	.footer-widget-below .widget-area:first-child {
		padding-left: 0;
	}
	.footer-3 .footer-widget-below .widget-area {
		width: 33.3%;
	}
	.footer-2 .footer-widget-below .widget-area {
		width: 50%;
	}
	.footer-1 .footer-widget-below .widget-area {
		width: 100%;
	}
}


/* Header
------------------------------------------------------------ */

.site-header {
	margin-bottom: 75px;
}
.site-logo {
	line-height: 1;
	margin-bottom: 0;
	margin-top: 0;
	vertical-align: middle;
}
.site-logo a:hover {
	opacity: 0.8;
}
.site-logo img {
	zoom: 85%;
}
.site-title {
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 0;
	margin-top: 0;
	vertical-align: middle;
}
.site-title a,
.site-title a:hover {
	color: #111;
}
.site-title a:hover {
	opacity: 0.8;
}
.site-description {
	color: #999;
	font-size: 93.8%;
	line-height: 1.4;
}
.header-image {
	padding-bottom: 20px;
}
.header-image img {
	width: 100%;
}
.home-text {
	color: #777;
	font-family: 'Slabo 27px', serif;
	font-size: 27px;
	line-height: 1.6;
	margin-top: 30px;
	padding-bottom: 20px;
}
@media screen and (min-width: 783px) {
	.site-logo img {
		zoom: 1;
	}
	.site-title {
		font-size: 42px;
	}
	.home-text {
		font-size: 32px;
	}
}


/* Menus
------------------------------------------------------------ */

/* Main Navigation */
.main-navigation {
	border-bottom: solid 1px #eee;
	border-top: solid 1px #eee;
	margin-top: 45px;
}
.menu-toggle,
.main-navigation a {
	line-height: 58px;
	text-align: left;
}
.main-navigation {
	font-size: 93.8%;
	position: relative;
}
.menu-toggle {
	color: #444;
	cursor: pointer;
	text-transform: uppercase;
}
.menu-toggle:hover {
	color: #666;
}
.menu-toggle:before {
	content: "\f419";
	display: inline-block;
	font: normal 14px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	margin-right: 10px;
	position: relative;
	top: -1px;
	vertical-align: middle;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
}
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle,
.main-navigation a {
	padding-right: 40px;
}
.main-navigation a {
	border-top: solid 1px #eee;
	display: block;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	color: #111;
}
.main-navigation ul ul a {
	padding-left: 30px;
}
.main-navigation ul ul ul a {
	padding-left: 45px;
}
.main-navigation ul ul ul ul a {
	padding-left: 60px;
}
.main-navigation .search-form {
	position: absolute;
	right: 0;
	top: 0;
}
.main-navigation .search-field {
	background: url( "images/search-icon.png" ) 5px center no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 36px;
	margin-top: 11px;
	padding: 0 0 0 34px;
	position: relative;
	width: 1px;
}
.main-navigation .search-field:focus {
	background-color: #fff;
	border: solid 1px #eee;
	cursor: text;
	max-width: 100%;
	outline: 0;
	width: 240px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.main-navigation .search-field {
		background-image: url( "images/search-icon@2x.png" );
	}
}
.main-navigation .search-submit {
	display: none;
}
.ie8 .site-header .search-field {
	padding-top: 6px;
}
@media screen and (min-width: 783px) {
	.main-navigation {
		border: none;
		margin-top: 30px;
	}
	.menu-toggle,
	.main-navigation a {
		line-height: 58px;
	}
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	.main-navigation a {
		border-top: none;
		padding-left: 16px;
		padding-right: 16px;
	}
	.main-navigation a:hover {
	}
	.main-navigation ul ul a,
	.main-navigation ul ul ul a,
	.main-navigation ul ul ul ul a {
		padding-left: 20px;
	}
	.main-navigation li {
		position: relative;
	}
	.main-navigation div.menu > ul,
	.main-navigation ul.menu {
		letter-spacing: -0.4em;
		padding-right: 30px;
		text-transform: uppercase;
	}
	.no-search .main-navigation div.menu > ul,
	.no-search .main-navigation ul.menu {
		padding-right: 0;
	}
	.main-navigation div.menu > ul > li,
	.main-navigation ul.menu > li {
		display: inline-block;
		letter-spacing: normal;
		text-align: left;
		white-space: nowrap;
	}
	.main-navigation div.menu > ul > li:first-child > a,
	.main-navigation ul.menu > li:first-child > a {
		padding-left: 0;
	}
	.main-navigation div.menu > ul > li.page_item_has_children > a:after,
	.main-navigation ul.menu > li.page_item_has_children > a:after,
	.main-navigation div.menu > ul > li.menu-item-has-children > a:after,
	.main-navigation ul.menu > li.menu-item-has-children > a:after {
		content: "\f431";
		display: inline-block;
		font: normal 16px/1 Genericons;
		-webkit-font-smoothing: antialiased;
		position: relative;
		right: -8px;
		top: 1px;
	}
	.main-navigation ul ul {
		background-color: #fff;
		box-shadow: 0 1px 3px #ddd;
		left: -9999px;
		opacity: 0;
		position: absolute;
		text-transform: none;
		top: 100%;
		transition: opacity .3s ease-in-out;
		white-space: normal;
		width: 220px;
		z-index: 99999;
	}
	.main-navigation ul ul ul {
		top: 0;
	}
	.main-navigation ul li:hover > ul {
		left: 0;
		opacity: 1;
	}
	.main-navigation div.menu > ul > li:first-child:hover > ul,
	.main-navigation ul.menu > li:first-child:hover > ul {
		left: -18px;
	}
	.main-navigation ul ul li:hover > ul {
		left: 100%;
		opacity: 1;
	}
	.main-navigation ul ul li a {
		border-top: 1px solid #eee;
		line-height: 1.5;
		padding-bottom: 14px;
		padding-top: 14px;
	}
	.main-navigation  ul ul li.page_item_has_children > a,
	.main-navigation  ul ul li.menu-item-has-children > a {
		padding-right: 20px;
	}
	.main-navigation  ul ul li.page_item_has_children > a:after,
	.main-navigation  ul ul li.menu-item-has-children > a:after {
		content: ">";
		position: absolute;
		right: 8px;
		top: 14px;
	}
	.main-navigation .search-field {
		margin-top: 9px;
		transition: width .4s ease, background .4s ease;
	}
}

/* Footer Navigation */
.footer-link {
	font-size: 87.5%;
	margin-top: 45px;
}
.footer-navigation {
	margin-top: 16px;
}
.footer-navigation ul,
.footer-social-link ul {
	list-style: none;
	margin: 0;
}
.footer-navigation li {
	display: inline-block;
	line-height: 28px;
	padding-right: 18px;
}
.footer-social-link li {
	display: inline-block;
	padding-right: 8px;
}
.footer-navigation li:last-child,
.footer-social-link li:last-child {
	padding-right: 0;
}

/* Social Link 
   This section is based on code from Stargazer.
   http://wordpress.org/themes/stargazer */
.menu a:before {
	color: #999;
	display: inline-block;
	font: normal 24px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	margin-right: 8px;
	position: relative;
	top: -1px;
	vertical-align: middle;
}
.menu a:hover:before {
	color: #666;
}
.widget .menu a:before {
	font-size: 22px;
	padding: 7px;
}
.profilewidget-link.menu a:before {
	content: '\f107';
	margin-right: 4px;
	padding: 0;
}
.footer-social-link .menu a:before {
	content: '\f107';
	margin-right: 2px;
}
.menu a[href*="codepen.io"]:before      { content: "\f216"; }
.menu a[href*="digg.com"]:before        { content: "\f221"; }
.menu a[href*="dribbble.com"]:before    { content: "\f201"; }
.menu a[href*="dropbox.com"]:before     { content: "\f225"; }
.menu a[href*="facebook.com"]:before    { content: "\f204"; }
.menu a[href*="flickr.com"]:before      { content: "\f211"; }
.menu a[href*="plus.google.com"]:before { content: "\f218"; }
.menu a[href*="github.com"]:before      { content: "\f200"; }
.menu a[href*="instagram.com"]:before   { content: "\f215"; }
.menu a[href*="linkedin.com"]:before    { content: "\f207"; }
.menu a[href*="pinterest.com"]:before   { content: "\f209"; }
.menu a[href*="polldaddy.com"]:before   { content: "\f217"; }
.menu a[href*="getpocket.com"]:before   { content: "\f224"; }
.menu a[href*="reddit.com"]:before      { content: "\f222"; }
.menu a[href*="skype.com"]:before,       
.menu a[href*="skype:"]:before          { content: "\f220"; }
.menu a[href*="stumbleupon.com"]:before { content: "\f223"; }
.menu a[href*="tumblr.com"]:before      { content: "\f214"; }
.menu a[href*="twitter.com"]:before     { content: "\f202"; }
.menu a[href*="vimeo.com"]:before       { content: "\f212"; }
.menu a[href*="wordpress.org"]:before,   
.menu a[href*="wordpress.com"]:before   { content: "\f205"; }
.menu a[href*="youtube.com"]:before     { content: "\f213"; }
.menu a[href$="/feed/"]:before          { content: "\f413"; }


/* Content
------------------------------------------------------------ */

/* Base */
.site-content {
	padding-bottom: 45px;
}
.content-area {
	margin-top: 75px;
}

/* Entry */
.hentry {
	margin-bottom: 75px;
}
.page .hentry {
	margin-bottom: 30px;
}

/* Entry Header */
.entry-header-meta {
	color: #999;
	margin-bottom: 8px;
}
.entry-title {
	clear: both;
	letter-spacing: -0.01em;
	line-height: 1.3;
	margin-bottom: 30px;
	margin-top: 0;
}
.post-summary .entry-title {
	font-size: 28px;
	font-size: 1.750rem;
	margin-bottom: 16px;
}
.post-thumbnail {
	margin-bottom: 35px;
}
.post-thumbnail img {
	transition: 0.5s ease-in-out;
}
.post-thumbnail a:hover img {
	opacity: 0.85;
}

/* Entry Content */
.entry-content cite a {
	text-decoration: none;
}
.intro {
	color: #777;
	font-size: 118.8%;
	line-height: 1.6;
}

/* Entry Summary */
.entry-summary {
	color: #666;
	font-size: 93.8%;
}
a.more-link {
	text-transform: uppercase;
}
.post-summary .post-thumbnail {
	float: right;
	margin-bottom: 20px;
	margin-left: 30px;
	min-width: 130px;
	padding-top: 2px;
	width: 25%;
}

/* Entry Footer */
.entry-footer {
	text-align: center;
	margin-top: 45px;
}
.entry-footer-meta {
	color: #999;
	font-size: 93.8%;
}
.tags-links {
	margin-top: 15px;
}
.cat-links:before,
.tags-links:before {
	color: #ddd;
	display: inline-block;
	font: normal 28px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	position: relative;
	top: -2px;
	vertical-align: middle;
}
.cat-links:before {
	content: "\f301";
}
.tags-links:before {
	content: "\f302";
}

/* Author Profile */
.author-profile {
	font-size: 93.8%;
	margin-top: 75px;
}
.author-avatar {
	float: left;
	margin-right: 30px;
	width: 90px;
}
.author-avatar img {
	border-radius: 50%;
}
.author-description {
	overflow: hidden;
}
.author-name {
	color: #333;
	font-size: 106.7%;
	margin-bottom: 10px;
}

/* After Post Widget */
.after-post-widget {
	margin-top: 90px;
}

/* Sticky Post */
.sticky {
}
.featured {
	float: right;
	margin-top: -3px;
}
.featured-icon {
	background-color: #e6e6e6;
	border-radius: 5px;
	color: #777;
	font-size: 87.5%;
	padding: 7px 12px 6px;
}

/* Archive */
.page-header {
	margin-bottom: 90px;
}
.page-title {
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 15px;
	margin-top: 0;
}
.taxonomy-description p {
	font-size: 93.8%;
	margin-bottom: 15px;
}
.page-content {
	margin-bottom: 60px;
}

/* Hide Title */
.post-full .format-aside .entry-title,
.post-full .format-image .entry-title,
.post-full .format-link .entry-title,
.post-full .format-quote .entry-title,
.post-full .format-status .entry-title {
	display: none;
}
.post-full .format-aside .entry-header-meta,
.post-full .format-image .entry-header-meta,
.post-full .format-link .entry-header-meta,
.post-full .format-quote .entry-header-meta,
.post-full .format-status .entry-header-meta {
	margin-top: 2px;
}

/* Link */
.format-link .entry-content a {
	font-style: italic;
}

/* Quote */
.format-quote .entry-content blockquote,
blockquote.alignleft,
blockquote.alignright,
blockquote.aligncenter {
	font-size: 150%;
	margin-bottom: 0;
	padding-left: 60px;
}
.format-quote .entry-content blockquote:before,
blockquote.alignleft:before,
blockquote.alignright:before,
blockquote.aligncenter:before {
	font-size: 120px;
	top: -10px;
}
blockquote.alignleft,
blockquote.alignright {
	max-width: 230px;
}

/* Status */
.format-status .entry-content {
	font-size: 112.5%;
}

/* Gallery */
.gallery {
	margin-bottom: 30px;
}
.gallery-item {
	display: inline-block;
	line-height: 1;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery .gallery-caption {
	display: none;
}
.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%;
}


/* Navigations
------------------------------------------------------------ */

/* Pagination */
.pagination {
	color: #777;
	font-size: 87.5%;
	margin-bottom: 75px;
	margin-top: 75px;
	text-transform: uppercase;
}
.pagination a {
	text-decoration: none;
}
.pagination .page-numbers {
	display: none;
	padding: 10px 20px;
	margin-right: 6px;
}
.pagination .prev,
.pagination .next {
	display: inline-block;
}
.pagination .dots {
	padding-left: 10px;
	padding-right: 10px;
}
.pagination a.page-numbers {
	border: solid 1px #e6e6e6;
}
.pagination a.page-numbers:hover {
	border: solid 1px #ccc;
	color: #444;
}
.pagination .current {
	background-color: #e6e6e6;
	border: solid 1px #ccc;
	color: #444;
	font-weight: 700;
}
@media screen and (min-width: 680px) {
	.pagination .page-numbers {
		display: inline-block;
	}
}

/* Page Links */
.page-links {
	color: #777;
	clear: both;
	font-size: 87.5%;
	margin-bottom: 30px;
	margin-top: 60px;
	text-transform: uppercase;
}
.page-links .page-numbers {
	background-color: #e6e6e6;
	border: solid 1px #ccc;
	color: #444;
	font-weight: 700;
	padding: 10px 18px;
	margin-left: 5px;
}
.page-links > :first-child {
	margin-left: 10px;
}
.page-links a {
	text-decoration: none;
}
.page-links a .page-numbers {
	background-color: transparent;
	border: solid 1px #e6e6e6;
	color: #777;
	font-weight: normal;
}
.page-links a .page-numbers:hover {
	border: solid 1px #ccc;
	color: #444;
}

/* Post Navigation */
.post-nav-title {
	color: #999;
	font-size: 93.8%;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.post-navigation {
	margin-bottom: 60px;
	margin-top: 75px;
}
.post-navigation .nav-previous {
	float: left;
	width: 48%;
}
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}

/* Comment Navigation */
.comment-navigation {
	margin-bottom: 30px;
	text-transform: uppercase;
}
.comment-navigation .nav-previous {
	float: left;
	width: 48%;
}
.comment-navigation .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}
.comment-navigation a {
	color: #777;
	text-decoration: underline;
}
.comment-navigation a:hover {
	color: #444;
}


/* Comments
------------------------------------------------------------ */

/* Base */
.comments-area {
	font-size: 93.8%;
	margin-bottom: 60px;
	margin-top: 45px;
}

/* Comment Header */
.comments-title,
.comment-reply-title {
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 30px;
	margin-top: 0;
}

/* Comment Structure */
.comment-list {
	list-style: none;
	margin: 0 0 30px;
}
.comment-list .children {
	list-style: none;
	margin-left: 30px;
}
.comment-list .comment-body {
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
}

/* Comment Meta */
.comment-author {
	font-size: 106.7%;
	font-weight: 600;
	margin-bottom: 2px;
}
.comment-author a {
	border-bottom: dotted 1px #999;
	color: #444;
}
.comment-author a:hover {
	color: #777;
}
.comment-author .avatar {
	border-radius: 50%;
	height: 60px;
	left: 0;
	position: absolute;
	top: 30px;
	width: 60px;
}
.has-avatars .comment .comment-meta {
	margin-left: 80px;
}
.bypostauthor > .comment-body .comment-author:after {
	background-color: #e6e6e6;
	border-radius: 3px;
	color: #444;
	content: "\f408";
	display: inline-block;
	font: normal 16px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	margin-left: 3px;
	padding: 3px;
}
.comment-author .says {
	display: none;
}
.comment-metadata {
	font-size: 93.3%;
	margin-bottom: 30px;
}
.comment-metadata a,
a.comment-edit-link {
	color: #999;
}
.comment-metadata a:hover,
a.comment-edit-link:hover {
	color: #666;
}
.comment-edit-link {
	margin-left: 15px;
}
@media screen and (min-width: 601px) {
	.has-avatars .comment-content,
	.has-avatars .reply {
		margin-left: 80px;
	}
}

/* Comment Body */
.comment-content cite a {
	text-decoration: none;
}
.comment-body .reply a {
	color: #999;
	font-size: 93.3%;
}
.comment-body .reply a:hover {
	color: #666;
}
.comment-body .reply a:before {
	color: #ccc;
	content: "\f412";
	display: inline-block;
	font: normal 16px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	margin-right: 5px;
	position: relative;
	text-decoration: inherit;
	top: -1px;
	vertical-align: middle;
}
.comment-awaiting-moderation {
	color: #666;
}

/* Pingback */
.pingback a {
	color: #666;
	text-decoration: underline;
}
.pingback a:hover {
	color: #999;
}

/* Comment Form */
.comment-respond {
	margin-top: 60px;
}
.comment-respond:only-child,
.comment-list .comment-respond {
	margin-top: 0;
}
.comment-respond a {
	color: #777;
	text-decoration: underline;
}
.comment-respond a:hover {
	color: #444;
}
#commentform label {
	display: block;
}
.no-comments {
	margin-bottom: 80px;
}
@media screen and (min-width: 601px) {
	.has-avatars .comment-list .comment-respond {
		margin-left: 80px;
	}
}


/* Widgets
------------------------------------------------------------ */

/* Base */
.widget {
	color: #666;
	font-size: 93.8%;
	margin-bottom: 60px;
}

/* Heading */
.widget-title {
	color: #333;
	font-size: 19px;
	font-size: 1.188rem;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 0;
}

/* Link */
.widget a {
	text-decoration: underline;
}
.widget li a {
	text-decoration: none;
	border-bottom: solid 1px #ddd;
}

/* List */
.widget ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}
.widget ul li {
	margin-bottom: 14px;
}
.widget ul ul {
	margin-left: 24px;
	margin-top: 14px;
}

/* Recent Posts */
.widget_recent_entries .post-date {
	color: #999;
	display: block;
	font-size: 86.7%;
	margin-top: 4px;
}

/* Search */
.widget_search input[type="search"] {
	margin-top: 0;
	max-width: 320px;
	width: 100%;
}
.widget_search .search-submit {
	display: none;
}

/* Tag Cloud */
.widget_tag_cloud a {
	text-decoration: none;
}

/* Calendar */
.widget_calendar table {
	font-size: 93.3%;
	line-height: 36px;
	margin-bottom: 0;
	max-width: 320px;
}
.widget_calendar caption {
	text-transform: uppercase;
}
.widget_calendar td,
.widget_calendar th {
	padding: 0;
	text-align: center;
}
.widget_calendar thead th {
	padding: 2px 0;
}
.widget_calendar tbody td a {
	background-color: #eee;
	display: block;
	text-decoration: underline;
}
.widget_calendar tbody td a:hover {
	color: #666;
	background-color: #e6e6e6;
}
.widget_calendar tfoot td {
	border-bottom: none;
	padding-top: 8px;
}
.widget_calendar tfoot td a {
	text-decoration: underline;
	text-transform: uppercase;
}
.widget_calendar tfoot td a:hover {
	color: #999;
}
.widget_calendar tfoot td#prev {
	text-align: left;
}
.widget_calendar tfoot td#next {
	text-align: right;
}

/* RSS */
.widget_rss ul li {
	line-height: 1.4;
	margin-bottom: 28px;
}
.widget_rss .rss-date,
.widget_rss .rssSummary,
.widget_rss cite {
	color: #999;
	font-size: 93.8%;
}
.widget_rss .rss-date {
	display: block;
	margin-bottom: 4px;
	margin-top: 6px;
}
.widget_rss .rssSummary {
	margin-bottom: 4px;
}

/* Write Profile */
.profilewidget-profile {
	display: inline-block;
	margin-right: 18px;
}
.profilewidget-profile img {
	border-radius: 50%;
	margin-bottom: 20px;
	width: 100px;
}
.profilewidget-meta {
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: middle;
}
.profilewidget-name {
	font-size: 112.5%;
}
.profilewidget-name strong {
	color: #333;
	font-weight: 600;
}
.profilewidget-link {
	margin-top: 4px;
}
.profilewidget-link.menu a {
	text-decoration: none;
}


/* Footer
------------------------------------------------------------ */

/* Footer Widget */
.footer-area {
	border-top: solid 1px #eee;
	padding-bottom: 20px;
	padding-top: 75px;
}

/* Footer */
.site-bottom {
	border-top: solid 1px #eee;
	color: #999;
	padding-bottom: 45px;
	padding-top: 15px;
}
.footer-navigation,
.site-info a {
	color: #777;
}
.footer-navigation .current-menu-item > a,
.site-info a:hover {
	color: #444;
}
.site-info {
	font-size: 87.5%;
	margin-top: 45px;
}
.site-credit {
	margin-top: 12px;
}
.site-credit a {
	color: #999;
}
.site-credit a:hover {
	color: #777;
}


/* Plugins
------------------------------------------------------------ */

/* Jetpack Infinite Scroll */
.infinite-scroll .pagination {
	display: none;
}
.infinite-loader {
	margin-bottom: 75px;
	padding: 14px 35px;
}
#infinite-handle span {
	background-color: #e6e6e6;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ccc;
	border-top: solid 1px #ddd;
	border-radius: 0;
	color: #444;
	cursor: pointer;
	display: inline-block;
	font-size: 87.5%;
	margin-bottom: 75px;
	padding: 14px 35px;
	text-shadow: 1px 1px 0 #fff;
	text-transform: uppercase;
	transition: .15s ease-in-out;
}
#infinite-handle span:hover {
	background-color: #ededed;
}

/* Jetpack Widgets */
.widget_top-posts ul {
	counter-reset: number;
}
.widget_top-posts li {
	padding-left: 30px;
	position: relative;
}
.widget_top-posts li:before {
	content: counter(number)"." !important;
	counter-increment: number;
	font-weight: bold;
	left: 8px;
	position: absolute;
}
.widgets-list-layout li {
	margin-bottom: 0 !important;
}
.widgets-list-layout .widgets-list-layout-blavatar {
	margin-right: 12px;
	width: 40px !important;
}
.widgets-list-layout-links {
	float: none !important;
	overflow: hidden;
	width: auto !important;
}
#subscribe-email input {
	margin-top: 0;
	max-width: 320px;
	padding: 0.6em !important;
	width: 100% !important;
}
#subscribe-submit {
	margin-bottom: 12px;
}
.jetpack-display-remote-posts h4,
.jetpack-display-remote-posts p {
	font-size: 100% !important;
}
.jetpack-display-remote-posts h4 {
	margin-top: 30px !important;
}
.widget_jetpack_display_posts_widget img {
	margin: 12px 0;
}
.grofile-thumbnail {
	max-width: 150px;
}
.widget-grofile h4 {
	font-size: 100%;
	font-weight: 600;
}
ul.grofile-urls {
	margin-bottom: 1.5em;
	margin-top: 0;
}

/* Jetpack Related Posts */
.jp-relatedposts-post-img {
	margin-bottom: 6px;
}

/* Jetpack Comments */
.comment-form {
	margin-bottom: 30px;
}
.comment-subscription-form {
	margin-bottom: 0.6em;
}

/* Jetpack Stats */
#wpstats {
	display: none;
}

/* Contact Form 7 */
.wpcf7-list-item-label {
	font-size: 93.8%;
}
.wpcf7-file {
	border: solid 1px #e6e6e6;
	padding: 5px;
}


/* Print
------------------------------------------------------------ */

@media print {
	html, body {
		background: none !important;
		color: #000 !important;
		font-size: 10pt !important;
	}
	.main-navigation,
	.after-post-widget,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comment-respond,
	.navigation,
	#infinite-handle,
	.footer-area,
	.footer-link {
		display: none !important;
	}
	body,
	.site {
		padding-left: 0;
		padding-right: 0;
	}
}