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

/*--------------------------------------------------------------
>>> 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 PollDaddy
	15.5 Recipes
	15.6 Sharedaddy
	15.7 Site Logo
	15.8 Responsive Videos
	15.9 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
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 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%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing:    inherit;
	box-sizing:         inherit;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
table {
	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:hover,
a:focus,
a:active {
	outline: 0;
}
a img {
	vertical-align: middle;
	border: 0;
}

/*--------------------------------------------------------------
2.0 Genericons
--------------------------------------------------------------*/
#infinite-handle:before,
.dropdown-toggle:after,
.social-navigation a:before,
.sidebar-toggle:before,
.format-link .entry-title a:after,
.comment-list .reply:before,
.paging-navigation .nav-next a:before,
.paging-navigation .nav-previous a:before,
.post-navigation .nav-next a:before,
.post-navigation .nav-previous a:before,
.search-form:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-family: Genericons;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	height: 16px;
	line-height: 1;
	speak: none;
	text-decoration: inherit;
	vertical-align: top;
	width: 16px;
}

/*--------------------------------------------------------------
3.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000;
	font-family: Merriweather, serif;
	font-size: 16px;
	line-height: 1.5;
	-ms-word-wrap: break-word;
	word-wrap:     break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Lato, sans-serif;
	font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
h1 {
	margin: 0 auto 12px;
	font-size: 2.25em;
	line-height: 1.333334;
}
h2 {
	margin: 0 auto 12px;
	font-size: 1.875em;
	line-height: 1.2;
}
h3 {
	margin: 0 auto 16px;
	font-size: 1.5em;
	line-height: 1.5;
}
h4 {
	margin: 0 auto 17px;
	font-size: 1.375em;
	line-height: 1.636364;
}
h5 {
	margin: 0 auto 21px;
	font-size: 1.125em;
	line-height: 1.33333;
}
h6 {
	margin: 0 auto 24px;
	font-size: 1em;
	line-height: 1.5;
}
p {
	margin-bottom: 24px;
}
b,
strong {
	font-weight: bold;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	position: relative;
	margin-bottom: 24px;
	padding-left: 24px;
	border-left: 4px solid #d9d9d9;
	font-style: italic;
}
blockquote blockquote {
	margin-top: 24px;
}
blockquote * {
	margin-bottom: 0;
}
blockquote cite {
	font-style: normal;
	font-weight: bold;
}
address {
	margin: 0 0 24px;
}
pre,
code,
kbd,
tt,
var {
	padding: 0 0.25em;
	background: #f2f2f2;
	font-family: "Source Code Pro", monospace;
}
pre {
	overflow: auto;
	padding: 24px;
	margin-bottom: 24px;
	max-width: 100%;
	-ms-word-wrap: normal;
	word-wrap:     normal;
}
abbr,
acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}
mark,
ins {
	padding: 0 0.25em;
	background: #06973b;
	color: #fff;
	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: 0.75em;
	line-height: 2;
}
big {
	font-size: 1.25em;
	line-height: 1.2;
}

/*--------------------------------------------------------------
4.0 Elements
--------------------------------------------------------------*/
hr {
	padding: 0 24px;
	margin-bottom: 24px;
	margin-left: -24px;
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0, 0.05);
	border: 0;
}
ul,
ol {
	margin: 0 0 24px 0;
}
ul {
	list-style: inside square;
}
ol {
	list-style: inside decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 24px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 24px 24px;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 24px;
	width: 100%;
	border-top: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
caption,
th {
	font-weight: bold;
}
th,
td {
	padding: 6px;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
}
thead {
	background: #f2f2f2;
}
.widget thead {
	background: #fff;
}

/*--------------------------------------------------------------
5.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 6px 12px;
	background: #06973b;
	border: 0;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: button;
}
button:hover,
button:focus,
button:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
	outline: none;
	background: #000;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 5px;
	width: 100%;
	background: #f2f2f2;
	border: 1px solid #d9d9d9;
	color: #000;
	-webkit-appearance: none;
}
.comment input[type="text"],
.comment input[type="email"],
.comment input[type="url"],
.comment input[type="password"],
.comment input[type="search"],
.comment textarea,
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
	background: #fff;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: none;
	background: inherit;
}
textarea {
	overflow: auto;
	vertical-align: top;
	width: 100%;
}
.required {
	color: #f00;
}

/* Placeholder */
::input-placeholder {
	color: #000;
}
::-webkit-input-placeholder {
	color: #000;
}
:-moz-placeholder {
	color: #000;
	opacity: 1;
}
::-moz-placeholder {
	color: #000;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #000;
}

/* Password Protected */
.post-password-form input[type="submit"] {
	margin-top: 24px;
}

/* Search Form */
.search-form {
	position: relative;
	margin-bottom: 24px;
}
.search-form:before {
	content: "\f400";
	display: inline-block;
	position: absolute;
	bottom: 50%;
	right: 0;
	z-index: 1;
	margin-bottom: -1.125em;
	width: 2.25em;
	height: 2.25em;
	border: 1px solid #d9d9d9;
	font-size: 1em;
	line-height: 2.25;
	text-align: center;
}
.search-form.hover:before {
	color: #06973b;
}
.search-form input[type="search"] {
	padding-right: 2.25em;
}
.search-form:before,
.widget .search-form.hover:before {
	background: #f2f2f2;
}
.search-form.hover:before,
.widget .search-form:before {
	background: #fff;
}
input[type="submit"].search-submit {
	display: block;
	position: absolute;
	bottom: 50%;
	right: 0;
	z-index: 2;
	padding: 0;
	margin-bottom: -1.125em;
	height: 2.25em;
	width: 2.25em;
	opacity: 0;
	color: transparent;
}

/*--------------------------------------------------------------
6.0 Layout
--------------------------------------------------------------*/
.site-content {
	height: auto;
}
.site-main {
	position: relative;
	width: 100%;
}
.previous-link:not(.infinite-scroll) .site-main {
	padding-top: 73px;
}
.next-link .site-main {
	padding-bottom: 73px;
}
.site-header {
	top: 0;
	z-index: 3;
	padding-right: 12px;
	padding-left: 24px;
	width: 100%;
	min-height: 73px;
	background: #fff;
	border-bottom: 1px solid #d9d9d9;
	color: #000;
}
.has-sidebar .site-header {
	padding-right: 85px;
}
.admin-bar .site-header {
	top: 32px;
}
.site-branding {
	float: left;
	margin-top: 24px;
	margin-bottom: 24px;
	max-width: 100%;
}
.site-title {
	float: left;
	padding-right: 12px;
	max-width: 100%;
	margin: 0 auto;
	color: #000;
	font-size: 1.375em;
	line-height: 1.09090909;
}
.site-title a {
	border-bottom: 0;
	color: inherit;
}
.site-title a:hover,
.site-title a:focus,
.site-title a:active {
	color: #06973b;
}
.site-description {
	display: none;
	float: left;
	clear: none;
	padding-right: 12px;
	margin: 0 0 -0.5857em;
	color: rgba(0, 0, 0, 0.6);
	font-family: Merriweather, serif;
	font-size: 0.875em;
	line-height: 2.3;
	font-weight: normal;
}
.archive .site-footer,
.blog .site-footer,
.search-results .site-footer {
	bottom: 0;
}
.site-footer {
	overflow: hidden;
	width: 100%;
	min-height: 49px;
	background: #fff;
	border-top: 1px solid #d9d9d9;
	color: rgba(0, 0, 0, 0.6);
}
.site-footer a {
	border-bottom: 0;
	color: inherit;
	font-weight: normal;
}
.site-info {
	position: relative;
	padding: 12px 24px;
	font-size: 0.75em;
	line-height: 2;
}
.social-navigation + .site-info:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #d9d9d9;
}

/*--------------------------------------------------------------
7.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
7.1 Links
--------------------------------------------------------------*/
a {
	border-bottom: 1px solid #d9d9d9;
	color: #06973b;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
}
a:hover,
a:focus,
a:active {
	border-bottom-color: #000;
	color: #000;
}
a:focus {
	outline: 2px solid #d9d9d9;
}
a.no-borde