/*
Theme Name: Small Business
Theme URI: http://wordpress.com/themes/small-business
Author: WordPress.com
Author URI: http://wordpress.com/themes/
Description:
Version: 1.0.3-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Update URI: false
Text Domain: small-business
Tags: author-bio, custom-menu, featured-images, fluid-layout, one-column, responsive-layout, sticky-post, threaded-comments, red, blue
Status: inactive

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.

Small Business is based on Underscores http://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Navigation
	## Links
	## Menus
# Forms
# Accessibility
# Alignments
# Clearings
# Layout
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	font-size: 62.5%; /* 10px */
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

body a,
.tagcloud a:before {
	-webkit-transition: all 0.1s ease-in-out;
			transition: all 0.1s ease-in-out;
}

.respond input,
.respond textarea,
.main-navigation a,
.main-navigation > .has-children > a::after,
.main-navigation > .menu-item-has-children > a::after,
.menu-toggle,
.search-button,
#infinite-handle span,
.media-caption,
.entry-content input[type="submit"],
.entry-content input[type="reset"],
.entry-content input[type="button"] {
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
			transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.entry-header,
.entry-title,
.search-form .s {
	-webkit-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #242d36;
	font-family: "Droid Serif", Merriweather, Lora, Garamond, "Hoefler Text", Times New Roman, Times, serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Futura, "Century Gothic", AppleGothic, sans-serif;
	font-weight: 700;
	line-height: 1.1;
	margin-top: .8em;
	margin-bottom: 1.2em;
	color: #252e36;
}

h1 {
	font-size: 52px;
	line-height: 1.1;
	margin-bottom: .8em;
}

h2 {
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: .8em;
}

h3 {
	font-size: 23px;
	line-height: 1.44;
}

h4 {
	font-size: 20px;
	line-height: 1.6;
}

h5,
h6 {
	font-size: 16px;
	line-height: 1.8;
	text-transform: uppercase;
}

p {
	margin: 0 0 1.6em;
}

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

address {
	margin: 0 0 1.6em;
}

pre {
	background: rgba(255,255,255,0.1);
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 16px;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	color: #242d36;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #e8e4dd; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

blockquote {
	opacity: 0.7;
	font-style: italic;
	text-align: center;
	margin: 0 0.5em;
}

blockquote:before,
blockquote:after {
	background: rgba(37,46,54,.1);
	content: "";
	display: block;
	height: 2px;
	margin: 20px auto;
	width: 80px;
}

blockquote blockquote:after {
	display: none;
}

hr {
	background-color: rgba(37,46,54,.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.6em 1.6em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
	max-width: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin: 0 0 1.6em;
	width: 100%;
}

thead {
	vertical-align: bottom;
	white-space: nowrap;
}

tbody {
	border-top: 1px solid rgba(37,46,54,.07);
}

th {
	font-family: Futura, "Century Gothic", AppleGothic, sans-serif;
	font-weight: bold;
	text-align: left;
}

th,
td {
	border-top: 1px solid rgba(37,46,54,.07);
	line-height: 120%;
	margin: 0;
	overflow: visible;
	padding: 2%;
}

table tbody > tr:nth-child(odd) > th,
table tbody > tr:nth-child(odd) > td {
	background: rgba(37,46,54,.03);
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited {
	color: #c9544b;
	text-decoration: none;
}


a:hover,
a:active {
	color: #c9544b;
	text-decoration: underline;
}

a:focus {
	color: #c9544b;
	outline: 1px solid currentColor;
	text-decoration: none;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	display: inherit;
	margin: 0;
	position: relative;
	z-index: 100;
}

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

#header-menu:after {
	clear: both;
	content: "";
	display: table;
}

.main-navigation li {
	display: block;
	margin: 0;
	position: relative;
}

.main-navigation a {
	color: white;
	display: inline-block;
	font-family: Futura, "Century Gothic", AppleGothic, sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding: .4em .6em;
	text-decoration: none;
	text-transform: uppercase;
	word-wrap: break-word;
	transition: 0.3s all;
	border: 1px solid transparent;
}

.main-navigation a:hover,
.main-navigation a:active {
	opacity: 0.5;
}
.main-navigation a:focus {
	border: 1px solid currentColor;
	border-radius: 3px;
	outline: none;
}

.main-navigation a .icon {
	margin-left: .4em;
}

.main-navigation ul ul a {
	color: #fff;
	font-weight: 400;
	padding: .8em 0;
	width: 100%;
}

.main-navigation ul ul li {
	padding: 0;
	margin: 0;
	width: 100%;
}

.main-navigation ul ul a:focus,
.main-navigation ul ul a:active,
.main-navigation ul ul a.focus,
.main-navigation ul ul li.focus a {
	border-radius: 0;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: -.45em;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul ul,
.main-navigation ul ul ul li {
	margin: 0;
	padding: 0;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	opacity: 0.5;
}

/* Small menu. */
.menu-toggle {
	background-color: transparent;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.menu-toggle .icon {
	font-size: 20px;
	margin-right: .4em;
}

.menu-toggle:focus .icon,
.menu-toggle:hover .icon {
	fill: #fff;
}

.toggled .menu-toggle .icon-menu,
.menu-toggle .icon-close {
	display: none;
}

.toggled .menu-toggle .icon-close {
	display: inline-block;
}

/* Jetpack social menu */

.site-header .jetpack-social-navigation {
	margin: 0 0 1.2em;
}

.site-header .jetpack-social-navigation ul {
	margin: 0;
}

.site-header .jetpack-social-navigation-svg .icon {
	height: 1.2em;
	width: 1.2em;
}

.site-header .jetpack-social-navigation li {
	margin-right: 0.4em;
}

.site-header .jetpack-social-navigation a {
	padding: 0 .4em .4em 0;
}

.site-header .jetpack-social-navigation a,
.site-header .jetpack-social-navigation a:visited {
	color: #fff;
	border: 1px solid transparent;
	outline: none;
}

.site-header .jetpack-social-navigation a .icon {
	border: 1px solid transparent;
}

.site-header .jetpack-social-navigation a:hover,
.site-header .jetpack-social-navigation a:active {
	opacity: 0.5;
}

.site-header .jetpack-social-navigation a:focus .icon {
	color: #fff;
	border: 1px solid currentColor;
	border-radius: 3px;
	outline: none;
}

/* Jetpack Related posts */
.jp-relatedposts-post-a {
	border: none !important;
}

div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
div#jp-relatedposts div.jp-relatedposts-items p {
	font-size: 16px;
}

#jp-relatedposts h3.jp-relatedposts-headline em:before {
	display: none !important;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	margin: 0 0 .2em;
	font-size: 14px;
}

.jp-relatedposts-post-title,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	margin: 0 0 .4em;
	line-height: 1.4;
	font-family: Futura, "Century Gothic", AppleGothic, sans-serif !important;
	letter-spacing: 0;
	font-weight: bold !important;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	font-style: italic;
}

div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
	line-height: 1.6;
	font-size: 14px;
	margin: .4em 0;
}

/* Ratings */
.pd-rating {
	line-height: 1;
	margin-bottom: 1em;
}
div.sharedaddy h3.sd-title,
div#jp-relatedposts h3.jp-relatedposts-headline {
	font-family: Futura, "Century Gothic", AppleGothic, sans-serif !important;
	font-size: 16px;
}

.sd-title {
	letter-spacing: 0;
}

div.sharedaddy h3.sd-title:before {
	display: none !important;
}

.rating-msg {
	color: #7c736b !important;
	font-size: 14px !important;
}

/* Jetpack subscription form */
.comment-subscription-form {
	margin: 0;
}
.comment-subscription-form label,
.post-subscription-form label {
	font-size: 14px;
	font-weight: 400;
	vertical-align: text-bottom;
	line-height: 1.3;
}

/* Comment and Post menus */

.comment-navigation,
.posts-navigation {
	overflow: hidden;
}

.comment-navigation {
	font-family: Futura, "Century Gothic", AppleGothic, sans-serif;
	font-weight: bold;
}

.post-navigation {
	border-top: 1px solid rgba(37,46,54,.1);
	margin: 0 auto;
	padding-top: 1.6em;
	padding-bottom: 1.6em;
}

#comment-nav-above {
	margin-bottom: 1.6em;
}

#comment-nav-below {
	margin-top: 1.6em;
}

.comment-navigation div {
	text-align: center;
}

.posts-navigation {
	background: #1e252d;
	color: rgba(255,255,255,0.85);
	display: block;
	float: left;
	font-family: Futura, "Century Gothic", AppleGothic, sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 2.4em;
	width: 100%;
}

.comment-navigation a {
	display: block;
	text-transform: uppercase;
}

.posts-navigation a {
	color: rgba(255,255,255,0.85);
}

.posts-navigation a:hover,
.posts-navigation a:focus {
	color: rgba(255,255,255,1);
	text-decoration: none;
}

.comment-navigation a:hover,
.comment-navigation a:focus {
	color: #c9544b;
	text-decoration: none;
}

.posts-navigation .nav-previous {
	float: left;
	text-align: left;
	width: 50%;
}
.posts-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.posts-navigation .nav-previous,
.comment-navigation .nav-previous {
	margin-bottom: 0;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	position: relative;
	padding: 0 0 0 2em;
}

.post-navigation a span {
	font-family: Futura, "Century Gothic", AppleGothic, sans-serif;
	display: block;
	font-style: normal;
	font-weight: bold;
	margin-bottom: .2em;
	text-transform: uppercase;
	display: none;
}

.post-navigation a:hover {
	color: #c9544b;
	text-decoration: none;
}

.nav-previous {
	margin-bottom: 1.2em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	background: #242d36;
	border: none;
	border-radius: 3px;
	color: rgba(255,255,255,0.85);
	font-size: 16px;
	font-family: Futura, "Century Gothic", AppleGothic, sans-serif;
	font-weight: bold;
	line-height: 1.29;
	text-transform: uppercase;
	margin: 0;
	padding: .8em 1.2em;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #c9544b;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

button:focus,
.button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #c9544b;
	color: #fff;
	cursor: pointer;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid rgba(37,46,54,.1);
	border-radius: 3px;
	padding: 6px;
	max-width: 100%;
}

.post-password-form input[type="submit"] {
	position: relative;
	top: -2px;
}

select {
	border: 1px solid rgba(37,46,54,.1);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border-color: #242d36;
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.6em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.6em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

.site-content {
	position: relative;
	z-index: -3;
}
.site-header {
	position: relative;
	margin-top: 45px;
}

.header-wrapper {
	background: #242d36;
	border-top: 5px solid #c9544b;
	border-bottom: 5px solid #c9544b;
	color: white;
	margin: 0 auto;
	position: relative;
	width: 100%;
	z-index: 5;
}

.header-wrapper:after {
	background: #242d36;
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: 50%;
	margin: 0 auto;
	width: 200px;
	height: 200px;
	z-index: -1;
}

/* Hide element needed for the diagonal background in colorful style pack */
.header-diagonal-bg {
	display: none;
}

.site-header:before {
	background: #c9544b;
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	left: 50%;
	margin: 0 auto;
	width: 210px;
	height: 210px;
	z-index: -2;
}

.header-wrapper:after,
.site-header:before {
	-webkit-transform: translate(-50%, -18%);
		-ms-transform: translate(-50%, -18%);
			transform: translate(-50%, -18%);
}

.contact-info-area {
	color: #242d36;
	font-size: 16px;
	text-align: center;
	padding: .8em 0;
	margin: 0;
}

.contact-info-area a {
	color: #242d36;
	padding: .2em .4em;
	outline: none;
	border: 1px solid transparent;
}

.contact-info-area a:focus {
	border: 1px solid currentColor;
	border-radius: 3px;
}
.contact-info-area a:active,
.contact-info-area a:hover {
	color: #c9544b;
	text-decoration: none;
}

.contact-info-wrapper > span {
	display: inline-block;
	margin: 0 1.6em;
	padding: .4em 0;
	width: auto;
}

.contact-info-area span a {
	display: inline-block;
}

.contact-info-area span.contact-info-label {
	position: absolute;
	left: -999999em;
}

.contact-info-area .icon {
	fill: rgba(37,46,54,.7);
	height: 1.6em;
	width: 1.6em;
}

.site-branding {
	background: #242d36;
	text-align: center;
	position: relative;
	padding-left: 4%;
	padding-right: 4%;
	z-index: 3;
}

.site-title {
	font-family: Futura, "Century Gothic", AppleGothic, sans-serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 1em;
	margin-bottom: 0;
	word-wrap: break-word;
	color: white;
	text-transform: none;
}

.custom-logo-link {
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

.site-branding .custom-logo {
	max-width: 90%;
	height: auto;
}

.wp-custom-logo .custom-logo-link + .site-title {
	margin-top: .4em;
}

.site-title a {
	color: #fff;
	border: 1px solid transparent;
}

.site-title a:hover,
.site-title a:active {
	opacity: 0.5;
	text-decoration: none;
}

.site-title a:focus {
	border: 1px solid currentColor;
	outline: none;
}

.site-description {
	opacity: 0.5;
	font-size: 16px;
	margin: .4em 0 1em;
}

.site-footer {
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
}

.site-info {
	font-family: Futura, "Century Gothic", AppleGothic, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 2;
	margin: auto;
	max-width: 92%;
	padding: 1.6em 0;
	text-transform: uppercase;
}

.site-info, .site-info a {
	color: #707070;
}

.site-info a:hover {
	color: #c9544b;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
	background-color: #242d36;
	border-top: 1px solid rgba(255,255,255,0.1);
	border-bottom: 5px solid #c9544b;
	color: white;
	clear: both;
	overflow: hidden;
	padding: 2.4em 0 .4em;
}

.widget-wrapper {
	margin: 0 auto;
	max-width: 92%;
	width: 1300px;
}

.widget-area .widget-column {
	width: 100%;
}

.widget {
	font-size: 16px;
	margin: 0 0 3.2em;
	word-break: break-word;
}

.widget-title {
	color: white;
	font-size: 16px;
	margin: 0 0 1.2em;
	text-transform: uppercase;
}

.widget ul {
	list-style-type: none;
	padding-left: 0;
}

.widget li {
	border-top: 1px solid rgba(255,255,255, 0.1);
	padding: .4em 0;
}

.widget ul ul {
	margin-top: .4em;
}

.widget ul ul li {
	padding-left: .8em;
}
.widget ul ul ul li {
	padding-left: 1.2em;
}
.widget ul ul ul ul li {
	padding-left: 1.6em;
}

.widget ul ul li:last-child {
	padding-bottom: 0;
}


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

/* Calendar widget */
#wp-calendar {
	max-width: 100%;
	text-align: center;
	width: 100%;
}

#wp-calendar,
#wp-calendar caption,
#wp-calendar tr,
#wp-calendar td,
#wp-calendar th {
	text-align: center;
}

#wp-calendar td {
	padding: 3% 2%;
}

#wp-calendar caption {
	line-height: 1;
	padding-bottom: 1.6em;
	text-transform: uppercase;
}

#wp-calendar thead th {
	border-top: 1px solid rgba(255,255,255,0.1);
	font-weight: bold;
	line-height: normal;
	padding: 3% 2% 1.75%;
	text-transform: uppercase;
}

#wp-calendar tbody {
	border-top: 1px solid rgba(255,255,255,0.1);
}

#wp-calendar tfoot td {
	padding: 0;
}
#wp-calendar tfoot #prev {
	text-align: left;
}
#wp-calendar tfoot #next {
	text-align: right;
}

#wp-calendar tfoot a {
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding: .8em 0;
	text-transform: uppercase;
}

#wp-calendar tfoot a:hover {
	color: #c9544b;
	text-decoration: none;
}

/*  widget */
.widget .search-form .search-field {
	-webkit-appearance: none;
	background: #eee;
	border: none;
	border-radius: 0;
	color: #444;
	font-size: 20px;
	padding: 5% 20% 5% 5%;
	width: 100%;
}

.search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Hero Area
--------------------------------------------------------------*/

.site {
	position: relative;
	z-index: 2;
}
.hero-area {
	color: #fff;
	position: relative;
	z-index: -3;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 75vw;
	height: auto;
}

.hero-area.has-post-thumbnail {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.hero-area:before {
	background: #252e36;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: 0.2;
	position: absolute;
	right: 0;
	top: 0;
}

.hero-area-wrapper {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 1.6em 0;
	position: relative;
	width: 75%;
	max-width: 740px;
}

.hero-area-title {
	color: white;
	font-size: 32px;
	margin-top: 0;
	margin-bottom: .2em;
}

.hero-area-button  {
	margin-top: 1.2em;
}

.hero-area .button {
	background: #1e252d;
	color: rgba(255,255,255,0.85);
	display: inline-block;
	font-size: 16px;
	padding: .8em 1.6em;
}

.hero-area .button:focus,
.hero-area .button:hover {
	background: #c9544b;
	color: #fff;
}

.hero-area-title:empty,
.hero-area-content:empty,
.hero-area-button a:empty {
	display: none;
}

/*--------------------------------------------------------------
## Posts & Pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	position: relative;
}

.entry-header {
	text-align: center;
}

.entry-title {
	font-size: 32px;
	line-height: 1.3;
	margin: .8em auto 0;
	word-wrap: break-word;
	text-transform: none;
}

.entry-title a {
	color: #242d36;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #c9544b;
}

.entry-meta {
	font-family: Futura, "Century Gothic", AppleGothic, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: .8em;
}

.entry-meta,
.entry-meta a,
.entry-meta a:visited {
	color: rgba(37,46,54,0.4);
	text-decoration: none;
	text-transform: uppercase;
}

.entry-meta a:hover,
.entry-meta a:focus {
	color: #c9544b;
	text-decoration: none;
}

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

.byline:before,
.comments-link:before {
	content: "\2022";
	margin: 0 .4em;
	color: rgba(37,46,54,0.7);
}

.home .sticky .byline,
.home .sticky .comments-link {
	display: none;
}

.date-hidden .byline:before,
.date-hidden.author-hidden .comments-link:before {
	content: "";
}

.page-content,
.entry-content,
.entry-summary,
.entry-header,
.posts-navigation,
.comments-wrapper,
.respond-wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 2.4em;
}

.page-content,
.entry-content,
.entry-summary {
	font-size: 16px;
}

.page-content > :last-child,
.entry-content > :last-child,
.entry-summary > :last-child,
.comment-content > :last-child {
	margin-bottom: 0;
}

.entry-footer {
	font-size: 16px;
	display: block;
	padding-top: 1.6em;
	padding-bottom: .8em;
	margin-top: 0;
}

.single .entry-footer {
	margin-top: 2.4em;
}

.entry-footer span {
	margin: 0 0 .8em;
}

.entry-links {
	margin: 0 auto;
	padding-left: 4%;
	padding-right: 4%;
}

.entry-links a,
.entry-links a:visited {
	color: rgba(37,46,54,0.7);
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #c9544b;
	text-decoration: none;
}

.entry-author {
	border: 1px solid rgba(37,46,54,.1);
	margin: 0 4% 1.6em;
	padding: 0 1.6em 1.6em;
	font-size: 16px;
}

.entry-author p:last-of-type {
	margin-bottom: 0;
}

.author-link,
.author-link:visited {
	color: #c9544b;
	opacity: 1;
}

.author-heading {
	margin-top: 40px;
	margin-bottom: .8em;
}

.author-avatar {
	position: absolute;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
}

.author-avatar img {
	border-radius: 50%;
	display: block;
}

.author-title {
	font-size: 20px;
	margin: 0 0 .4em;
	text-align: center;
}

.entry-thumbnail {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
	width: 100%;
	min-height: 270px;
	max-height: 684px;
	height: 67vw;
}

.cat-links,
.tags-links,
.edit-link {
	font-size: 14px;
	display: block;
	padding-left: 2em;
	position: relative;
}
.page .edit-link {
	margin-top: 1.6em;
}
.page .edit-link a,
.page .edit-link a:visited {
	color: rgba(37,46,54,0.7);
	text-decoration: none;
}
.page .edit-link a:hover,
.page .edit-link a:focus,
.page .edit-link a:active {
	color: #c9544b;
}
.cat-links .icon,
.tags-links .icon,
.edit-link .icon,
.post-navigation .icon {
	fill: rgba(37,46,54,.7);
	height: 1.6em;
	left: 0;
	position: absolute;
	top: 0;
	width: 1.6em;
	transition: 0.3s fill;
}

.cat-links:hover .icon,
.tags-links:hover .icon,
.edit-link:hover .icon,
.post-navigation .nav-previous:hover .icon,
.post-navigation .nav-next:hover .icon {
	fill: #c9544b;
}

.cat-links,
.tags-links,
.edit-link {
	margin-bottom: .4em;
}

.page-links {
	clear: both;
	margin: 0 0 1.6em;
}

.page-links span {
	display: inline-block;
	padding: 0 .2em;
	margin: 0 .2em .2em;
}

.page-header {
	padding: 3.2em 0 1.6em;
	text-align: center;
	width: 100%;
}

.archive-description {
	font-size: 16px;
	margin: 0 auto;
	max-width: 92%;
	text-align: left;
}

.page-content {
	padding: 1.6em 0;
}

.archive .page-title,
.search .page-title,
.not-found .page-title {
	font-size: 23px;
	margin: 0 0 .4em;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comments-area .respond:first-child {
	border-top: 0;
}

.comments-wrapper {
	padding-top: 2.4em;
	padding-bottom: 0;
}

.comment-subscription-form {
	margin: 0;
}

.respond-wrapper {
	padding-bottom: 1.6em;
}

.no-comments {
	text-align: center;
	font-style: italic;
	margin-top: 1.6em;
	margin-bottom: 0;
}

.comments-title {
	margin: 0;
}

.comments-title,
.comment-reply-title {
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 2.4em;
	text-align: center;
}

.comment-reply-title {
	margin-bottom: 1.2em;
}

.comments .children {
	margin-left: 5%;
}

.pingback,
.trackback {
	margin-left: 0;
	margin-top: 1.6em;
}

.pingback .edit-link,
.trackback .edit-link {
	float: right;
	color: rgba(37,46,54,.4);
	font-family: Futura, "Century Gothic", AppleGothic, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

.pingback .edit-link a,
.trackback .edit-link a {
	color: rgba(37,46,54,.4);
}

.comment-list {
	padding: 0;
	margin-bottom: 0;
}

.comment-list,
ol.children {
	list-style-type: none;
}

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

.comment-list li.comment {
	margin-top: 2em;
	position: relative;
}

.comment-list > li:first-child {
	margin-top: 0;
}

.comment .avatar {
	border-radius: 50%;
	height: auto;
	max-width: 80px;
	position: absolute;
	left: 50%;
	top: -40px;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
}

.comment .comment .avatar {
	max-width: 60px;
	top: -30px;
}

.comment-author .fn {
	display: block;
	font-family: Futura, "Century Gothic", AppleGothic, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	width: 100%;
}

.comment-author .fn,
.comment-author .fn a,
.comment-author .fn a:visited {
	color: rgba(37,46,54,1);
}

.comment-author .fn a:hover,
.comment-author .fn a:focus,
.comment-author .fn a:active {
	color: #c9544b;
	text-decoration: none;
}

.comment-metadata,
.reply,
#cancel-comment-reply-link {
	color: rgba(37,46,54,.4);
	font-family: Futura, "Century Gothic", AppleGothic, sans-serif;
	font-size: 14px;
	margin-top: .4em;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

#cancel-comment-reply-link {
	float: right;
}

.comment-metadata a,
.comment-metadata a:visited,
.reply a,
.reply a:visited,
#cancel-comment-reply-link,
#cancel-comment-reply-link:visited {
	color: rgba(37,46,54,.4);
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.comment-metadata a:active,
.reply a:hover,
.reply a:focus,
.reply a:active,
#cancel-comment-reply-link:hover,
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active {
	color: #c9544b;
	text-decoration: none;
}

.comment-metadata .edit-link {
	clear: none;
	display: inline-block;
	padding: 0;
	margin: 0;
}

.comment-metadata .edit-link:before {
	content: "\2022";
	margin: 0 .4em 0 .2em;
	color: rgba(37,46,54,0.15);
}

.comment-content {
	margin: 1.2em 0;
}

.comment-content a {
	word-wrap: break-word;
}

.comment-content li {
	margin-top: 0;
}

.comment .comment-body {
	border: 1px solid rgba(37,46,54,.1);
	font-size: 16px;
	padding: 2.4em .8em .8em;
}

.says {
	display: none;
}

.comment-respond {
	margin-top: 1.6em;
}

form label,
.comment-respond .logged-in-as,
.comment-respond .comment-notes {
	font-size: 14px;
}

.bypostauthor {
	display: block;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author > .avatar:first-of-type {
	border: 5px solid #c9544b;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

#infinite-handle {
	width: 100%;
}

#infinite-footer {
	z-index: 2;
}

#infinite-footer .container {
	border: 0;
	background-color: #e8e4dd;
	padding-top: .2em;
	padding-bottom: .2em;
}

#infinite-footer .blog-info a,
#infinite-footer .blog-credits a,
#infinite-footer .blog-info a:visited,
#infinite-footer .blog-credits a:visited {
	color: rgba(37,46,54,.5);
}

#infinite-footer .blog-info a:hover,
#infinite-footer .blog-credits a:hover,
#infinite-footer .blog-info a:focus,
#infinite-footer .blog-credits a:focus,
#infinite-footer .blog-info a:active,
#infinite-footer .blog-credits a:active {
	color: rgba(37,46,54,1);
}


#infinite-handle span,
.infinite-loader {
	padding: 2.4em 0;
}

.infinite-loader {
	width: 100%;
	flex-grow: 3;
}

#infinite-handle span {
	background: #1e252d;
	color: rgba(255,255,255,0.85);
	display: block !important;
	float: left;
	font-family: Futura, "Century Gothic", AppleGothic, sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

#infinite-handle span:hover {
	background: #c9544b;
	color: #fff;
}

.infinite-loader .spinner {
	left: 50% !important;
	-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/* SVG Icons base styles. */
.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative;
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption-text {
	font-size: 16px;
	margin-bottom: 1.6em;
	max-width: 100%;
	opacity: 0.7;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.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%;
}

.gallery-caption {
	display: block;
}

.slideshow-window {
	background-color: transparent !important;
	border: 0px !important;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

@media all and (max-width: 767px) {

	.main-navigation {
		height: auto;
	}

	.menu-toggle {
		border: 1px solid rgba(255,255,255,0.25);
		display: block;
		margin: 1.6em auto;
	}

	.menu-toggle:focus {
		outline: thin solid;
	}

	.main-navigation > div {
		height: auto;
		left: 0;
		max-height: 0;
		overflow: hidden;
		padding: 0;
		position: relative;
		width: 100%;
		-webkit-transition: max-height 0.425s ease-in-out;
		-moz-transition: max-height all 0.425s ease-in-out;
		transition: max-height all 0.425s ease-in-out;
	}

	.main-navigation.toggled > div {
		max-height: inherit;
		width: 100%;
		z-index: 999;
	}

	.main-navigation ul {
		display: inherit;
	}

	.main-navigation ul a {
		color: #fff;
		display: block;
		padding: .8em 4%;
	}

	.main-navigation .icon-expand {
		display: none;
	}

	.main-navigation .sub-menu {
		border-top: 0;
		padding: 0 0 0 1.6em;
	}

	.site-header .jetpack-social-navigation ul {
		margin: 0;
		text-align: center;
	}

	.main-navigation #more-menu {
		display: none;
	}
}

@media all and (min-width: 600px) {

	.site-branding .custom-logo {
		max-width: 430px;
	}

	.site-header .jetpack-social-navigation-svg .icon {
		height: 1.6em;
		width: 1.6em;
	}

	.site-header .jetpack-social-navigation {
		margin: 0;
	}
	.site-header .jetpack-social-navigation li {
		margin-right: 0;
	}

	.site-header .jetpack-social-navigation a {
		padding: 0.2em;
	}

	blockquote {
		font-size: 23px;
		margin: 0 1.6em;
	}

	blockquote:before,
	blockquote:after {
		margin: 1.6em auto;
		width: 108px;
	}

	blockquote blockquote {
		font-size: 1.0em;
	}

	.entry-thumbnail {
		text-align: center;
		min-height: auto;
	}

	.comments-area {
		margin-left: auto;
		margin-right: auto;
		padding: 0 1.6em;
		width: 100%;
	}

	.entry-header {
		margin: 0;
	}

	.entry-footer {
		padding: 0;
	}

	.page-content {
		padding: 3.2em 0;
	}

	.page-content,
	.entry-content,
	.entry-summary,
	.comment-body {
		margin: 0;
		font-size: 20px;
	}

	.comment .comment-body {
		padding-left: 1.6em;
		padding-right: 1.6em;
	}

	.comment-author .fn {
		font-size: 23px;
	}

	.comments-wrapper,
	.respond-wrapper {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.comment-list li.comment {
		margin-top: 2.4em;
	}

	ol.children {
		padding-left: 1.6em;
	}

	.comments-title,
	.comment-reply-title {
		font-size: 32px;
	}

	form label,
	.comment-respond .logged-in-as,
	.comment-respond .comment-notes {
		font-size: 20px;
		line-height: 2;
	}

	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous {
		float: left;
		text-align: left;
		width: 50%;
	}

	.comment-navigation .nav-next,
	.posts-navigation .nav-next {
		float: right;
		text-align: right;
		width: 50%;
	}

	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous {
		margin-bottom: 0;
	}

	#infinite-handle span,
	.infinite-loader {
		padding: 3.2em 0 !important;
	}

	.hero-area-wrapper {
		font-size: 20px;
		padding-bottom: 3.2em;
		padding-top: 3.2em;
	}

	.hero-area-title {
		font-size: 32px;
		margin-top: 0;
		margin-bottom: 1.2em;
	}

	.hero-area .button {
		font-size: 20px;
		line-height: 1.5;
		padding-top: .4em;
		padding-bottom: .4em;
	}

	.hero-area-button {
		margin-top: 1.6em;
	}

}

@media screen and (min-width: 768px) {

	.main-navigation {
		height: 35px;
		overflow: hidden;
	}

	.main-navigation li#more-menu:hover > ul,
	.main-navigation li#more-menu.focus > ul {
		left: auto;
		right: -.45em;
	}

	.contact-info-area .icon {
		height: 1em;
		width: 1em;
	}

	.contact-info-area span.contact-info-label {
		display: inline;
		left: auto;
		margin: 0;
		position: static;
	}

	.site-branding {
		padding: .8em 0;
	}

	.site-title {
		margin-top: 0em;
	}

	.site-description {
		margin-bottom: 0;
	}

	/* hack for IE 11 min-height/flexbox bug */
	.site-header {
		display: flex;
		flex-direction: row;
	}

	.header-wrapper {
		padding: 0 4%;
		align-items: center;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		min-height: 128px;
	}

	/**
	 * == If we have three elements, display the first two stacked and ignore the 3rd ==
	 */
	.header-wrapper > *:nth-child(1):nth-last-child(3):not(.header-diagonal-bg),
	.header-wrapper > *:nth-child(2):nth-last-child(2):not(.header-diagonal-bg),
	.header-wrapper > *:nth-child(3):nth-last-child(1):not(.header-diagonal-bg) {
		width: 92%;
		margin-top: 0;
		margin-bottom: 0;
		padding-right: 0;
		padding-left: 0;
		text-align: center;
	}

	/* Site Branding */
	.header-wrapper > *:nth-child(1):nth-last-child(3):not(.header-diagonal-bg) {
		padding-top: .8em;
		padding-bottom: .4em;
	}

	/* Menu or Social Links */
	.header-wrapper > *:nth-child(2):nth-last-child(2):not(.header-diagonal-bg) {
		padding: 0 0 .8em;
	}

	/* Social links */
	.header-wrapper > *:nth-child(2):nth-last-child(2) .jetpack-social-navigation {
		margin-left: auto;
		margin-right: auto;
	}

	/* Hidden DIV for Colorful style pack */
	.header-wrapper > *:nth-child(3):nth-last-child(1):not(.header-diagonal-bg) {
		display: none;
		width: 0;
		height: 0;
	}

	/**
	 * == If we have four elements, display the first three in a row and ignore the 4th element ==
	 */
	.header-wrapper > *:nth-child(1):nth-last-child(4),
	.header-wrapper > *:nth-child(2):nth-last-child(3),
	.header-wrapper > *:nth-child(3):nth-last-child(2),
	.header-wrapper > *:nth-child(4):nth-last-child(1) {
		width: 33%;
	}

	/* Site Branding */
	.header-wrapper > *:nth-child(1):nth-last-child(4) {
		width: 34%;
		order: 2;
	}

	/* Menu */
	.header-wrapper > *:nth-child(3):nth-last-child(2) {
		order: 1;
	}
	.header-wrapper > *:nth-child(3):nth-last-child(2).main-navigation li#more-menu:hover > ul,
	.header-wrapper > *:nth-child(3):nth-last-child(2).main-navigation li#more-menu.focus > ul {
		left: -.45em;
		right: auto;
	}

	/* Social Links */
	.header-wrapper > *:nth-child(2):nth-last-child(3) {
		order: 3;
	}

	/* Hidden DIV for Colorful style pack */
	.header-wrapper > *:nth-child(4):nth-last-child(1) {
		width: 0;
		height: 0;
		order: 4;
	}

	.social-wrapper {
		display: flex;
		flex-direction: row-reverse;
	}

	.menu-toggle,
	.dropdown-toggle {
		display: none;
	}

	.main-navigation {
		font-size: 14px;
		margin-bottom: 0;
		width: 100%;
	}

	.main-navigation div {
		width: 100%;
	}

	.main-navigation ul {
		display: block;
		width: 100%;
	}

	.main-navigation li {
		display: inline-block;
		margin-right: 0em;
	}

	.main-navigation ul li:hover > ul ul,
	.main-navigation ul li.focus > ul ul {
		top: 0;
	}

	.main-navigation ul ul {
		background: #242d36;
		position: absolute;
		top: 2.4em;
		left: -999em;
		z-index: 99999;
		width: 220px;
		text-align: left;
	}

	.main-navigation ul ul li {
		border-top: 1px solid rgba(255,255,255,0.2);
	}

	.main-navigation ul ul ul {
		border-radius: 0;
		background: transparent;
		position: relative;
		top: auto;
		left: auto;
	}

	.main-navigation ul ul a {
		padding-left: 1.2em;
		padding-right: 1.2em;
	}

	.main-navigation ul ul ul a {
		padding-left: 2.4em;
	}

	.main-navigation ul ul ul ul a {
		padding-left: 3.2em;
	}

	.main-navigation ul ul ul ul ul a {
		padding-left: 4.8em;
	}

	.main-navigation li.current-menu-item ~ li.current-menu-item > a {
		opacity: 1;
	}

	.main-navigation ul ul .menu-item-has-children > a > .icon,
	.main-navigation ul ul .page_item_has_children > a > .icon {
		display: none;
	}

	.main-navigation #more-menu {
		display: none;
	}

	.main-navigation #more-menu.visible {
		display: inline-block;
	}

	.main-navigation #more-menu > a:before {
		content: '\2026';
		display: inline-block;
		font-size: 16px;
		font-style: normal;
		font-weight: bold;
		line-height: 1;
		text-decoration: none;
		vertical-align: text-bottom;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-rendering: auto;
	}

	.site-header .jetpack-social-navigation {
		max-width: none;
		text-align: right;
	}

	.hero-area {
		min-height: auto;
		height: 67vw;
		max-height: 684px;
	}

	.hero-area-wrapper {
		font-size: 20px;
		padding-bottom: 6em;
		padding-top: 6em;
	}

	.hero-area-title {
		font-size: 52px;
		line-height: 1.125;
		margin-top: 0;
		margin-bottom: .4em;
	}

	.hero-area .button {
		padding-top: .8em;
		padding-bottom: .8em;
	}

	.entry-title {
		font-size: 52px;
	}

	.entry-footer {
		padding: 0;
	}

	.hentry,
	.comments-area,
	.error-404.not-found,
	.no-results.not-found,
	.archive-description {
		margin: 3.2em auto;
		max-width: 700px;
		width: 100%;
	}
	.archive-description {
		margin: 1.6em auto 0;
	}
	.widget-wrapper {
		display: flex;
		justify-content: space-around;
	}
	.widget-area {
		padding: 3.2em 0;
	}
	.widget-area .widget-column {
		width: 30%;
	}
	.page-content,
	.entry-content,
	.entry-summary,
	.entry-header,
	.post-navigation,
	.comments-wrapper,
	.respond-wrapper,
	.comments-area,
	.entry-links,
	.site-branding {
		padding-left: 0;
		padding-right: 0;
	}
	.entry-author {
		margin-left: 0;
		margin-right: 0;
	}

}

@media screen and ( min-width: 1000px ) {

	.hentry,
	.comments-area,
	.archive-description {
		max-width: 740px;
	}

	.post-navigation {
		font-size: 14px;
		padding: .8em 0 0;
	}

	.entry-footer {
		display: flex;
		justify-content: space-between;
	}

	.entry-links {
		margin: 0;
		flex-basis: 100%;
	}

	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		float: left;
		width: 50%;
	}

	.post-navigation .nav-next {
		float: right;
		text-align: right;
		padding-right: 2em;
	}

	.post-navigation .nav-next .icon {
		left: auto;
		right: 0;
	}

	.entry-author + .entry-links {
		flex-basis: 33%;
	}

	.entry-author + .entry-links .post-navigation .nav-previous {
		margin-bottom: .8em;
		width: 100%;
	}

	.entry-author + .entry-links .post-navigation .nav-next {
		text-align: left;
		width: 100%;
		padding-right: 0;
	}

	.entry-author + .entry-links .post-navigation .nav-next .icon {
		left: 0;
		right: auto;
	}

	.entry-author {
		position: relative;
		margin: 0 2.4em 3.2em 0;
		flex-basis: 66%;
	}

}
