/*
Theme Name: Boardwalk
Theme URI: https://wordpress.com/themes/boardwalk/
Author: Automattic
Author URI: https://wordpress.com/themes/
Description: A minimalistic theme with horizontal scrolling.
Version: 1.0.11
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: boardwalk
Tags: light, gray, green, white, one-column, responsive-layout, custom-menu, featured-images, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, holiday, photoblogging

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Boardwalk is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Genericons
3.0 Typography
4.0 Elements
5.0 Forms
6.0 Layout
7.0 Navigation
	7.1 Links
	7.2 Main Navigation
	7.3 Social Navigation
	7.4 Pagination
8.0 Accessibility
9.0 Alignments
10.0 Clearings
11.0 Sidebar
12.0 Widgets
13.0 Content
	13.1 Posts & Pages
	13.2 Post Formats
	13.3 Comments
14.0 Media
	14.1 Images
	14.2 Galleries
	14.3 Iframes
15.0 Jetpack
	15.1 Contact Form
	15.2 Infinite Scroll
	15.3 Media
	15.4 Recipes
	15.5 Sharedaddy
	15.6 Site Logo
	15.7 Responsive Videos
	15.8 Widgets
16.0 Eventbrite
17.0 CSS3
	17.1 Transitions
	17.2 Border Radius
	17.3 Box Sizing
18.0 Pace
19.0 Extra CSS
20.0 Responsive
	20.1 x <= 782px
	20.2 x >= 768px
--------------------------------------------------------------*/

/*--------------------------------------------------------------
10.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.comment-content:before,
.comment-content:after,
.comment-form:before,
.comment-form:after,
.comment-meta:before,
.comment-meta:after,
.comment-navigation:before,
.comment-navigation:after,
.entry-author:before,
.entry-author:after,
.entry-content:before,
.entry-content:after,
.gallery:before,
.gallery:after,
.jp-relatedposts-items:before,
.jp-relatedposts-items:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.site-header:before,
.site-header:after,
.site-main:before,
.site-main:after,
.sd-block:before,
.sd-block:after,
.sharedaddy:before,
.sharedaddy:after,
.widget_tag_cloud > div:before,
.widget_tag_cloud > div:after {
	content: "";
	display: table;
}
.clear:after,
.comment-content:after,
.comment-form:after,
.comment-meta:after,
.comment-navigation:after,
.entry-author:after,
.entry-content:after,
.gallery:after,
.jp-relatedposts-items:after,
.site-content:after,
.site-footer:after,
.site-header:after,
.site-main:after,
.sd-block:after,
.sharedaddy:after,
.widget_tag_cloud > div:after {
	clear: both;
}

/*--------------------------------------------------------------
13.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
13.1 Posts & Pages
--------------------------------------------------------------*/
/* Hentry */
.hentry {
	position: relative;
	margin: 0;
}
.sticky {
	position: relative;
}
.archive .hentry,
.blog .hentry,
.search-results .hentry {
	display: block;
	float: left;
	overflow: hidden;
	padding: 24px 0;
	width: 100%;
	height: 100%;
	color: #fff;
}
.archive .hentry a,
.blog .hentry a,
.search-results .hentry a {
	color: #fff;
}
.hentry .entry-header a:focus {
	outline-color: rgba(255, 255, 255, 0.25);
}

/* Colors */
.hentry.color-1 {
	background-color: #06973b;
}
.hentry.color-2 {
	background-color: #058835;
}
.hentry.color-3 {
	background-color: #05792f;
}
.hentry.color-4 {
	background-color: #046a29;
}
.hentry.color-5 {
	background-color: #045b23;
}
.hentry.color-1 + .hentry.color-1,
.hentry.color-2 + .hentry.color-2,
.hentry.color-3 + .hentry.color-3,
.hentry.color-4 + .hentry.color-4,
.hentry.color-5 + .hentry.color-5 {
	background-color: #1ea14e;
}
.hentry.color-1 + .navigation + .hentry.color-1,
.hentry.color-2 + .navigation + .hentry.color-2,
.hentry.color-3 + .navigation + .hentry.color-3,
.hentry.color-4 + .navigation + .hentry.color-4,
.hentry.color-5 + .navigation + .hentry.color-5 {
	background-color: #034c1e;
}

/* Entry Header */
.entry-header {
	position: relative;
	z-index: 1;
}
.entry-header a {
	border-bottom: 0;
	color: inherit;
}
.entry-header a:hover,
.entry-header a:focus,
.entry-header a:active {
	color: inherit;
}
body:not(.filter-on) .hentry.has-post-thumbnail .entry-header {
	background: rgba(0, 0, 0, 0.25);
}

/* Entry Title & Entry Meta */
.entry-title,
.page-title {
	margin: 0 auto;
	font-size: 1.5em;
	line-height: 1.5;
}
.page-title {
	margin: 0 auto 16px;
}
.entry-title a {
	display: block;
	padding: 6px 24px;
}
.entry-meta {
	font-size: 0.875em;
	line-height: 1.7142857;
}
.entry-meta a {
	display: block;
	padding: 6px 24px;
	font-weight: normal;
}
.entry-meta + .entry-title a {
	padding-top: 0;
	margin-top: -6px;
}

.entry-meta .updated:not(.published) {
	display: none;
}

/* Entry Link */
.entry-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	background: #000;
	border-bottom: 0;
}
.hentry.has-post-thumbnail .entry-link {
	background: #777;
}
.hentry:not(.has-post-thumbnail):hover .entry-link {
	opacity: 0.175;
}
.hentry.has-post-thumbnail:hover .entry-link {
	opacity: 0.6;
}

/* Entry Thumbnail */
.hentry.has-post-thumbnail .attachment-boardwalk-featured-image {
	position: absolute;
	left: 50%;
	top: 50%;
	width: auto;
	max-width: 100%;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform:    translate(-50%, -50%);
	-ms-transform:     translate(-50%, -50%);
	transform:         translate(-50%, -50%);
}

.hentry.has-post-thumbnail:hover .attachment-boardwalk-featured-image {
	-webkit-transform: translate(-50%, -50%) scale(1.02);
	-moz-transform:    translate(-50%, -50%) scale(1.02);
	-ms-transform:     translate(-50%, -50%) scale(1.02);
	transform:         translate(-50%, -50%) scale(1.02);
	-webkit-filter: grayscale(100%);
	-moz-filter:    grayscale(100%);
	-ms-filter:     grayscale(100%);
	-o-filter:      grayscale(100%);
	filter:         grayscale(100%);
}

/*--------------------------------------------------------------
15.0 Jetpack
--------------------------------------------------------------*/
/*--------------------------------------------------------------
15.2 Infinite Scroll
--------------------------------------------------------------*/
.infinite-scroll .paging-navigation {
	display: none;
}
.infinity-success .site-main {
	background: #fff;
}
.infinity-end .site-main {
	padding-bottom: 0;
}
.site-main .infinite-loader {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 73px;
	background: #fff;
	border-top: 1px solid #d9d9d9;
}
.site-main .infinite-loader .spinner {
	top: 50% !important;
	left: 50% !important;
}
#infinite-handle {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 73px;
	width: 100%;
	border-top: 1px solid #d9d9d9;
	background: #fff;
	color: #000;
	cursor: pointer;
}
#infinite-handle:hover {
	background: #f2f2f2;
	color: #06973b;
}
#infinite-handle span {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	right: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
#infinite-handle span:hover {
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
#infinite-handle:before {
	content: "\f431";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
	font-size: 24px;
	height: 24px;
	width: 24px;
	color: #000;
}
#infinite-handle:hover:before {
	color: #06973b;
}
.infinity-success #infinite-handle {
	display: none;
}
.infinite-scroll.archive .hentry,
.infinite-scroll.blog .hentry,
.infinite-scroll.search-results .hentry {
	opacity: 0;
}

/*--------------------------------------------------------------
15.4 Recipes
--------------------------------------------------------------*/
.site-content .jetpack-recipe {
	margin: 0 0 24px;
	padding: 24px 24px 0;
}
.site-content .jetpack-recipe blockquote {
	margin-left: 0;
}
.site-content .jetpack-recipe ol,
.site-content .jetpack-recipe ul {
	list-style-position: inside;
}
.site-content .jetpack-recipe-title {
	padding: 0;
	margin: 0 auto 16px;
	border-bottom: 0;
}
.site-content .jetpack-recipe-content br {
	display: none;
}
.site-content .jetpack-recipe .jetpack-recipe-meta {
	font-size: 0.875em;
	line-height: 1.7142857;
	overflow: inherit;
}
.site-content .jetpack-recipe-meta:before,
.site-content .jetpack-recipe-meta:after {
	content: "";
	display: table;
}
.site-content .jetpack-recipe-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
15.5 Sharedaddy
--------------------------------------------------------------*/
.hentry #jp-post-flair {
	padding: 0;
}
.sd-sharing-enabled:not(#jp-post-flair),
.sd-like.jetpack-likes-widget-wrapper,
.sharedaddy.sd-block.sd-gplus,
.sd-rating,
div#jp-relatedposts {
	position: relative;
	padding-top: 25px;
	margin: 0;
}
.sd-sharing-enabled:not(#jp-post-flair):before,
.sd-like.jetpack-likes-widget-wrapper:before,
.sharedaddy.sd-block.sd-gplus:before,
.sd-rating:before,
div#jp-relatedposts:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -24px;
	padding: 0 24px;
	width: 100%;
	height: 1px;
	background: #f2f2f2;
}
.hentry div#jp-relatedposts h3.jp-relatedposts-headline,
.hentry div.sharedaddy h3.sd-title {
	margin: 0 auto 24px;
	font-family: Lato, sans-serif;
	font-size: 1em;
	line-height: 1.5;
}
.hentry div#jp-relatedposts h3.jp-relatedposts-headline em {
	font-weight: inherit;
}
.comment .pd-rating,
.hentry .pd-rating,
.hentry div.sharedaddy .sd-content ul,
.sharedaddy.sd-block.sd-gplus .sd-content {
	margin-bottom: 24px !important;
}
.comment .pd-rating,
.hentry .pd-rating,
.hentry .sd-sharing .share-count {
	line-height: 1 !important;
}
.sharedaddy.sd-block.sd-gplus .sd-content a {
	border-bottom: 0;
}
.hentry .post-likes-widget {
	margin-bottom: 24px;
	position: inherit !important;
	top: auto !important;
}
.hentry .pd-rating + br,
.hentry div.sharedaddy h3.sd-title:before,
.hentry div#jp-relatedposts h3.jp-relatedposts-headline em:before {
	display: none;
}
.hentry div#jp-relatedposts div.jp-relatedposts-items {
	width: 100%;
}
.hentry div#jp-relatedposts div.jp-relatedposts-items p {
	font-size: 0.875em;
	line-height: 1.7142857;
}
.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post,
.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-context {
	opacity: 1;
}
.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
	padding: 0;
	margin-bottom: 24px;
	width: 100%;
}
.hentry div#jp-relatedposts div.jp-relatedposts-items.jp-relatedposts-items-minimal .jp-relatedposts-post {
	padding: 0;
	width: 100%;
}
.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-context {
	color: rgba(0, 0, 0, 0.6);
}
.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-title {
	font-weight: bold;
	font-size: 0.875em;
	line-height: 1.7142857;
	letter-spacing: 0;
}
.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-title a {
	border-bottom: 0;
	font-weight: inherit;
	text-decoration: none !important;
}
.hentry div#jp-relatedposts div.jp-relatedposts-items span.jp-relatedposts-post-title {
	font-size: inherit;
	line-height: inherit;
}
.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-img {
	margin-bottom: 24px;
}
.hentry div#jp-relatedposts .jp-relatedposts-post-a {
	border-bottom: 0;
}
.hentry .pd-rating {
	line-height: 1;
}

/*--------------------------------------------------------------
15.6 Site Logo
--------------------------------------------------------------*/
.site-logo-link {
	display: block;
	float: left;
	clear: both;
	margin-right: 12px;
	border-bottom: 0;
	vertical-align: middle;
}
.site-logo-link:hover img,
.site-logo-link:focus img,
.site-logo-link:active img {
	opacity: 0.6;
}
.site-logo-link .site-logo {
	display: block;
	width: auto;
	max-height: 48px;
}
.has-site-logo .site-description,
.has-site-logo .site-title {
	margin-top: 12px;
}

/*--------------------------------------------------------------
15.7 Responsive Videos
--------------------------------------------------------------*/
.jetpack-video-wrapper {
	margin: 0 0 24px;
}
.jetpack-video-wrapper:empty {
	display: none;
}

/*--------------------------------------------------------------
15.8 Widgets
--------------------------------------------------------------*/
/* Display WordPress Posts */
.widget_jetpack_display_posts_widget .jetpack-display-remote-posts {
	margin: 0;
}
.widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4 {
	margin: 0 auto 21px;
	font-size: 1.125em;
	line-height: 1.33333;
}
.widget_jetpack_display_posts_widget .jetpack-display-remote-posts img {
	margin-bottom: 24px;
}
.widget_jetpack_display_posts_widget .jetpack-display-remote-posts p {
	margin: 0 0 24px !important;
	color: rgba(0, 0, 0, 0.6);
	font-size: 0.875em;
	line-height: 1.7142857 !important;
}

/* Gallery */
.widget-gallery .tiled-gallery-caption {
	background: #f2f2f2;
}

/* Gravatar Profile */
.widget-grofile {
	font-size: 0.875em;
	line-height: 1.7142857;
}
.widget-grofile .widget-title {
	font-size: 1.7142857em;
	line-height: 1.5;
}
.widget-grofile .grofile-thumbnail {
	max-width: 48px;
}
.widget-grofile h4 {
	margin: 0 auto !important;
	font-size: 1.142857em;
	line-height: 1.5;
}
.widget-grofile .grofile-meta {
	color: rgba(0, 0, 0, 0.6);
}
.widget-grofile .grofile-meta h4 a {
	color: #000;
	border-bottom: 0;
}
.widget-grofile .grofile-meta h4 a:hover,
.widget-grofile .grofile-meta h4 a:hover,
.widget-grofile .grofile-meta h4 a:active {
	color: #06973b;
}
.widget-grofile .grofile-meta + p {
	margin-top: -24px;
}
.widget-grofile .grofile-full-link {
	display: inline-block;
}

/* Image */
.widget_image .jetpack-image-container {
	margin-bottom: 24px;
}
.widget_image .jetpack-image-container img {
	vertical-align: middle;
}
.widget_image .jetpack-image-container .wp-caption {
	margin-bottom: 0;
}

/* RSS Links */
.widget_rss_links ul {
	list-style: none;
	margin-left: 0;
	border-bottom: 1px solid #d9d9d9;
}
.widget_rss_links li {
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: 1px solid #d9d9d9;
}
.widget_rss_links a {
	border-bottom: 0;
}
.widget_rss_links p a:last-of-type {
	margin-left: 8px;
}

/*--------------------------------------------------------------
16.0 Eventbrite
--------------------------------------------------------------*/
.eventbrite-event .entry-header span {
	padding-right: 12px;
}
.eventbrite-event .entry-header span:last-of-type {
	padding-right: 0;
}

/*--------------------------------------------------------------
17.0 CSS3
--------------------------------------------------------------*/
/*--------------------------------------------------------------
17.1 Transitions
--------------------------------------------------------------*/
a,
button,
input,
textarea,
.hentry,
.hentry .entry-link,
.hentry.has-post-thumbnail .attachment-boardwalk-featured-image,
.pace .pace-progress,
.site,
.site-logo-link img {
	-webkit-transition: all 125ms ease-out;
	-moz-transition:    all 125ms ease-out;
	-o-transition:      all 125ms ease-out;
	transition:         all 125ms ease-out;
}

/*--------------------------------------------------------------
17.2 Border Radius
--------------------------------------------------------------*/
button,
input,
select,
textarea,
.site-content .jetpack-recipe,
.site-content .slideshow-window {
	-webkit-border-radius: 0;
	-moz-border-radius:    0;
	border-radius:         0;
}
#infinite-handle span:hover,
.screen-reader-text:focus {
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
}
.comment-author .avatar,
.entry-author .avatar,
.widget-grofile .grofile-thumbnail {
	-webkit-border-radius: 50%;
	-moz-border-radius:    50%;
	border-radius:         50%;
}

/*--------------------------------------------------------------
17.3 Box Sizing
--------------------------------------------------------------*/
div#jp-relatedposts:before,
hr,
.format-gallery .tiled-gallery,
.sd-like.jetpack-likes-widget-wrapper:before,
.main-navigation + .widget-area:before,
.page-links,
.sd-sharing-enabled:not(#jp-post-flair):before,
.sd-rating:before,
.sharedaddy.sd-block.sd-gplus:before,
.widget:before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

/*--------------------------------------------------------------
19.0 Extra CSS
--------------------------------------------------------------*/
.dropcap {
	float: left;
	margin-right: 0.0833333em;
	font-size: 3em;
	line-height: 1;
}

/*--------------------------------------------------------------
20.0 Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
20.1 x <= 782px
--------------------------------------------------------------*/
@media screen and (max-width: 782px) {
	/* Pace */
	.admin-bar .pace .pace-progress {
		top: 46px;
	}
}

/*--------------------------------------------------------------
20.2 x >= 768px
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	/* Typography */
	blockquote {
		margin-left: -28px;
	}
	blockquote blockquote {
		margin-left: 0;
	}

	/* Elements */
	hr {
		padding: 0 72px;
		margin-left: -72px;
	}
	ol,
	ul {
		list-style-position: outside;
	}

	/* Layout */
	.previous-link:not(.infinite-scroll) .site-main {
		padding-top: 0;
		padding-left: 73px;
	}
	.next-link .site-main {
		padding-right: 73px;
		padding-bottom: 0;
	}
	.archive .site-footer,
	.blog .site-footer,
	.search-results .site-footer,
	.site-header {
		position: fixed;
	}
	.unfixed-header .site-header {
		position: absolute;
	}
	.unfixed-header.archive:not(.sidebar-open) .site-header,
	.unfixed-header.blog:not(.sidebar-open) .site-header,
	.unfixed-header.search-results:not(.sidebar-open) .site-header {
		position: fixed;
	}
	.site-footer {
		padding-left: 24px;
	}
	.site-info {
		padding-left: 0;
		width: 50%;
	}
	.social-navigation + .site-info:before {
		display: none;
	}
	.site-description {
		display: block;
	}

	/* Navigation */

	.social-navigation {
		float: right;
		width: 50%;
	}
	.social-navigation ul {
		float: right;
		margin: -1px 0 0 0;
	}
	.social-navigation li:first-of-type {
		margin-left: 0;
	}
	.comment-navigation {
		margin-top: 48px;
		margin-bottom: -48px;
	}
	.comment-nav-container {
		padding-right: 0;
		padding-left: 0;
		width: 768px;
	}
	.paging-navigation .nav-links {
		height: 100%;
	}
	.paging-navigation a {
		height: 100%;
	}
	.paging-navigation .nav-next,
	.paging-navigation .nav-previous {
		top: 0;
		width: 73px;
		height: 100%;
	}
	.paging-navigation .nav-next {
		border-right: 1px solid #d9d9d9;
		border-bottom: 0;
	}
	.paging-navigation .nav-previous {
		right: 0;
		left: auto;
		border-top: 0;
		border-left: 1px solid #d9d9d9;
	}
	.paging-navigation .nav-next a:before,
	.paging-navigation .nav-previous a:before {
		-webkit-transform: rotate(-90deg);
		-moz-transform:    rotate(-90deg);
		-ms-transform:     rotate(-90deg);
		transform:         rotate(-90deg);
	}

	/* Alignments */
	.site-main .alignleft {
		margin-left: -72px;
	}
	.site-main .alignright {
		margin-right: -72px;
	}

	/* Sidebar */
	.sidebar-content {
		width: 768px;
		padding: 72px 72px 0;
	}
	.main-navigation + .widget-area {
		padding-top: 0;
	}
	.main-navigation + .widget-area:before {
		display: none;
	}

	/* Widgets */
	.not-found .widget:first-of-type,
	.widget {
		padding-top: 0;
	}
	.widget {
		padding-bottom: 48px;
	}
	.not-found .widget:first-of-type:before,
	.widget:before {
		display: none;
	}

	/* Content */
	body.page .entry-header,
	body.single .entry-header {
		padding-top: 72px;
		padding-right: 0;
		padding-left: 0;
		width: 624px;
	}
	body.page:not(.title-with-content) .hentry.has-post-thumbnail .entry-header,
	body.single:not(.title-with-content) .hentry.has-post-thumbnail:not(.format-video) .entry-header {
		left: 50%;
		margin-left: -312px;
	}
	body.page .entry-title,
	body.single .entry-title,
	.page-title {
		font-size: 2.25em;
		line-height: 1.333334;
	}
	.page-title {
		margin: 0 auto 12px;
	}
	.hentry.has-post-thumbnail .attachment-boardwalk-featured-image {
		max-width: inherit;
		height: 100%;
	}
	.entry-author,
	.entry-content,
	.entry-footer {
		padding-right: 72px;
		padding-left: 72px;
		width: 768px;
	}
	.entry-content {
		padding-top: 72px;
	}
	.entry-footer:not(.empty) {
		padding-bottom: 72px;
	}
	.entry-footer.empty {
		padding-bottom: 48px;
	}
	body.page .entry-content {
		padding-bottom: 48px;
	}
	body.page .entry-content + .entry-footer {
		margin-top: -48px;
	}
	.entry-author .author-description {
		width: 552px;
	}
	.page-links {
		padding-right: 72px;
		padding-left: 72px;
		margin-left: -72px;
	}
	.archive .page-header,
	.search-results .page-header {
		position: fixed;
		top: 0;
		left: 0;
	}
	.previous-link.archive .page-header,
	.previous-link.search-results .page-header {
		margin-top: 0;
		margin-bottom: 0;
	}
	.not-found {
		padding: 0;
		width: 624px;
	}
	.not-found .page-header {
		padding-top: 72px;
	}
	.not-found .search-form {
		margin: 72px 0;
	}
	.format-gallery .gallery {
		margin-left: -72px;
		width: 768px;
	}
	.format-gallery .tiled-gallery,
	.site-content .format-gallery .slideshow-window {
		margin-left: -72px;
		border-width: 72px;
	}
	.comment-list {
		padding-right: 72px;
		padding-left: 72px;
		width: 768px;
	}
	.comments-container {
		padding-top: 72px;
		padding-bottom: 48px;
	}
	.comment-reply-title,
	.comments-title {
		padding-right: 72px;
		padding-left: 72px;
		width: 768px;
	}
	#comments #respond,
	.comment-respond {
		padding-top: 73px;
	}
	#comments .comments-container + #respond,
	#comments .comments-container + .comment-respond {
		padding-top: 72px;
		border-top: 0;
	}
	#respond .comment-form {
		padding-right: 72px;
		padding-bottom: 48px;
		padding-left: 72px;
		width: 768px !important;
	}
	.no-comments {
		padding-left: 72px;
		padding-right: 72px;
		margin: 0 auto 72px;
		width: 768px;
	}
	.comments-container + .no-comments {
		padding-top: 72px;
	}

	/* Media */
	.wp-caption.caption-big,
	.image-big {
		display: block;
		margin-bottom: 24px;
		margin-left: -72px;
		width: 768px;
		max-width: 768px;
	}
	table .wp-caption.caption-big {
		margin: 0 0 24px;
		width: 100%;
		max-width: 100%;
	}
	.caption-big .image-big {
		margin-bottom: 0;
		margin-left: 0;
	}
	.image-big img {
		vertical-align: top;
	}
	.gallery-columns-4 .gallery-item {
		width: 25%;
	}
	.gallery-columns-5 .gallery-item {
		float: left;
		width: 20%;
	}
	.gallery-columns-6 .gallery-item {
		width: 16.66667%;
	}
	.gallery-columns-7 .gallery-item {
		float: left;
		width: 14.28571%;
	}
	.gallery-columns-8 .gallery-item {
		width: 12.5%;
	}
	.gallery-columns-9 .gallery-item {
		width: 11.11111%;
	}
	.gallery-columns-4 .gallery-item:nth-of-type(2n-2),
	.gallery-columns-4 .gallery-item:nth-of-type(2n-1),
	.gallery-columns-6 .gallery-item:nth-of-type(3n-3),
	.gallery-columns-6 .gallery-item:nth-of-type(3n-2),
	.gallery-columns-8 .gallery-item:nth-of-type(2n-2),
	.gallery-columns-8 .gallery-item:nth-of-type(2n-1),
	.gallery-columns-9 .gallery-item:nth-of-type(3n-3),
	.gallery-columns-9 .gallery-item:nth-of-type(3n-2) {
		clear: none;
	}
	.gallery-columns-4 .gallery-item:nth-of-type(4n-4),
	.gallery-columns-5 .gallery-item:nth-of-type(5n-5),
	.gallery-columns-6 .gallery-item:nth-of-type(6n-6),
	.gallery-columns-7 .gallery-item:nth-of-type(7n-7),
	.gallery-columns-8 .gallery-item:nth-of-type(8n-8),
	.gallery-columns-9 .gallery-item:nth-of-type(9n-9) {
		clear: right;
	}
	.gallery-columns-4 .gallery-item:nth-of-type(4n-3),
	.gallery-columns-5 .gallery-item:nth-of-type(5n-4),
	.gallery-columns-6 .gallery-item:nth-of-type(6n-5),
	.gallery-columns-7 .gallery-item:nth-of-type(7n-6),
	.gallery-columns-8 .gallery-item:nth-of-type(8n-7),
	.gallery-columns-9 .gallery-item:nth-of-type(9n-8) {
		clear: left;
	}

	/* Jetpack */
	.infinity-end .site-main {
		padding-right: 0;
	}
	.site-main .infinite-loader {
		top: 0;
		bottom: auto;
		width: 73px;
		height: 100%;
		border-top: 0;
		border-left: 1px solid #d9d9d9;
	}
	#infinite-handle {
		top: 0;
		bottom: auto;
		height: 100%;
		width: 73px;
		border-top: 0;
		border-left: 1px solid #d9d9d9;
	}
	#infinite-handle:before {
		-webkit-transform: rotate(-90deg);
		-moz-transform:    rotate(-90deg);
		-ms-transform:     rotate(-90deg);
		transform:         rotate(-90deg);
	}
	.site-logo-link .site-logo {
		max-height: 96px;
	}
	.sd-sharing-enabled:not(#jp-post-flair):before,
	.sd-like.jetpack-likes-widget-wrapper:before,
	.sharedaddy.sd-block.sd-gplus:before,
	.sd-rating:before,
	div#jp-relatedposts:before {
		left: -72px;
		padding: 0 72px;
	}
	.hentry div#jp-relatedposts div.jp-relatedposts-items {
		width: 648px;
		margin-left: -12px;
	}
	.hentry div#jp-relatedposts div.jp-relatedposts-items.jp-relatedposts-items-minimal {
		width: 100%;
		margin-left: 0;
	}
	.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
		padding: 0 12px;
		width: 33.333333%;
	}
	.widget-grofile .grofile-thumbnail {
		float: left;
	}
	.widget-grofile h4,
	.widget-grofile > ul,
	.widget-grofile .grofile-meta {
		float: right;
		width: 552px;
	}
	.widget-grofile > p {
		clear: both;
		padding-left: 72px;
	}
}
