img.wp-smiley {
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .05em 0 .1em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}/**
 * Like Button toolbar button, loading text & container styles
 *
 * @todo: doesn't look like "style.css" is used anymore.
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}


/* Toolbar */
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
	width: 61px;
	overflow: hidden;
}

#wpadminbar iframe.admin-bar-likes-widget {
	width: 61px;
	height: 28px;
	min-height: 28px;
	border-width: 0px;
	position: absolute;
	top: 0;
}

div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-likes-widget-wrapper.slim-likes-widget {
	width: 1px; /* initial default */
	min-height: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px 10px 12px 10px;
	background-color: #2e4453;
	border-width: 0;
	box-shadow: 0 0 10px #2e4453;
	box-shadow: 0 0 10px rgba(46,68,83,.6);
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 12px;
	padding-bottom: 8px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
	display: block;
}


/* Loading text */
.post-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.slim-likes-widget .post-likes-widget {
	width: auto;
	float: none;
}


/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}
/**

	WordAds V2! This CSS applies to all WordAds and Adsense themes

	HTML markup structure of an ad:

	<div class="wpcnt|mpb">
	<div class="wpa [wpmrec|wpwidesky|wpleaderboard]">

		<a class="wpa-about" href="https://en.support.wordpress.com/about-these-ads/" rel="nofollow">
		About these ads
		</a>

		<div class="u">
		[ad unit here]
		</div>

	</div>
	</div>

*/


/* outer container */
.wpcnt {
	text-align: center;
	line-height: 0;
}

.rtl .wpcnt{
	direction: ltr;
}

.mpb{
	text-align: center;
	margin: 0px auto;
	width: 100%;
}

/* inner container */
.wpa, .wpadvert {				/* @todo: deprecate wpadvert */
	position: relative;
    /*overflow: hidden; */       /* this hides "about these ads" when there's no adfill */
    display: inline-block !important;
    max-width: 100%;
    text-align: left;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.wpa.wpwidesky, .wpa.wpleaderboard{
	width: auto;
}

.wpa.top{
	min-width: 728px;
}

.wpa.wpwidesky{
	min-width: 160px;
}

.wpa.wpmrec{
	min-width: 300px;
}

.mpb .wpa{
	padding: 10px 0 0;
}

@media screen and (max-width: 650px) {
	.mpb .wpa{
		min-width: 300px;
	}
}

/* about these ads */
/* all the !important use is to ensure consistency */
.wpa-about{	/* @todo: deprecate wpadvert-about */
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	display: block;
	min-width: 160px;
	/*margin-top: 5px;*/
	border-bottom: none !important;			/* some themes ad dotted underlines, that won't look nice */
	font: 10px/1 "Open Sans", Arial, sans-serif !important;
	text-align: left !important;
	text-decoration: none !important;
	opacity: 0.85;
}

.wpa-notice {
	display: block;
	position: relative;
	padding: 24px;
	overflow: hidden;
	border: 5px solid #efefef;
	font: 13px/1.75 "Merriweather sans", "Open Sans", Arial, sans-serif !important;
	color: #2e4453 !important;
	box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
}

.wpa-buttons{
	text-align: center;
	margin: 0;
}

.wpa-button {
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
  outline: 0;
	padding: 7px !important;
	overflow: hidden;
	background: white;
	border-color: #c8d7e1;
  border-style: solid !important;
  border-width: 1px 1px 2px !important;
	border-bottom: 2px solid #c8d7e1 !important;
  cursor: pointer;
  vertical-align: top;
	color: #668eaa !important;
  font-size: 11px !important;
	font-weight: 600 !important;
  line-height: 1 !important;
	text-overflow: ellipsis;
  text-decoration: none !important;
	text-transform: uppercase !important;
  border-radius: 4px;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpa-button:hover{
	border-color: #a8bece !important;
	color: #2e4453 !important;
}

.wpa-button.is-primary{
	background: #00aadc !important;
	border-color: #0087be !important;
	color: white !important;
}

.wpa-button.is-primary:hover{
	border-color: #005082 !important;
	color: white !important;
}

/* dark theme */
body.highlander-dark .wpa-about {
	color: #ddd;
}
body.highlander-dark .wpa-about:hover {
	color: #e9e9e9;
}

/* ad unit wrapper */
.wpa .u>div, .wpadvert>div>* {	/* @todo: deprecate wpdvert */
	display: block;
	margin-top: 5px;			/* this makes "about these ads" visible */
	margin-bottom: 1em;			/* every ad should have a little space below it */
}

div.wpa>div {
	margin-top: 20px;
}

#google_ads_div_wpcom_below_post_adsafe_ad_container {
	display: block !important;
}

.wa-sponsored-link {
	font: 9px/1 sans-serif;
}
/**
 * Styles for Jetpack related posts
 */

/* Container */

div#jp-relatedposts {
	display: none;
	padding-top: 1em;
	margin: 1em 0;
	position: relative;
}

div.jp-relatedposts:after {
	content: '';
	display: block;
	clear: both;
}

/* Headline above related posts section, labeled "Related" */

div#jp-relatedposts h3.jp-relatedposts-headline {
	margin: 0 0 1em 0;
	display: inline-block;
	float: left;
	font-size: 9pt;
	font-weight: bold;
	font-family: inherit;
}

div#jp-relatedposts h3.jp-relatedposts-headline em:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.2);
	margin-bottom: 1em;
}

div#jp-relatedposts h3.jp-relatedposts-headline em {
	font-style: normal;
	font-weight: bold;
}

/* Related posts items (wrapping items) */

div#jp-relatedposts div.jp-relatedposts-items {
	clear: left;
}

div#jp-relatedposts div.jp-relatedposts-items-visual {
	margin-right: -20px;
}

/* Related posts item */

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
	float: left;
	width: 33%;
	margin: 0 0 1em; /* Needs to be same as the main outer wrapper for Related Posts */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post {
	padding-right: 20px;
	/*cursor: pointer;*/
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover .jp-relatedposts-post-title a {
	text-decoration: underline;
}

div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* Related posts item content */

div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
div#jp-relatedposts div.jp-relatedposts-items p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs {
	position:relative;
}
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:block;
}

div#jp-relatedposts div.jp-relatedposts-items p {
	margin-bottom: 0;
}

div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	text-transform: none;
	margin: 0;
	font-family: inherit;
	display: block;
	max-width: 100%;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-size: inherit;
	font-weight: normal;
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	text-decoration: underline;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,
div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post span {
	display: block;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,
div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post span {
	max-width: 100%;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	opacity: .6;
}

/* Behavior when there are thumbnails in visual mode */
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt {
	display: none;
}

/* Behavior when there are no thumbnails in visual mode */
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
	overflow: hidden;
}
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs span {
	margin-bottom: 1em;
}

/**
 * Responsive
 */

@media only screen and (max-width: 640px) {

	div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
		width: 50%;
	}

	div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) {
		clear: left;
	}

	div#jp-relatedposts div.jp-relatedposts-items-visual {
		margin-right: 20px;
	}

}

@media only screen and (max-width: 320px) {

	div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
		width: 100%;
		clear: both;
		margin: 0 0 1em;
	}

}
/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

.wp-playlist-light {
	color: #000;
}

.wp-playlist-light .wp-playlist-item {
	color: #333;
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-item .wp-playlist-caption {
	color: #fff;
}

.wp-playlist-caption {
	display: block;
}/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */

/* Invert stats sparkline on light theme */
body.admin-color-mp6-light li#wp-admin-bar-stats img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

/* Fix dashicons priority so Japanese users can use the toolbar. Should long term be fixed in whatever plugin that forces all fonts to be Arial */
i.mce-i-bold, i.mce-i-italic, i.mce-i-bullist, i.mce-i-numlist, i.mce-i-blockquote, i.mce-i-alignleft, i.mce-i-aligncenter, i.mce-i-alignright, i.mce-i-link, i.mce-i-unlink, i.mce-i-wp_more, i.mce-i-strikethrough, i.mce-i-spellchecker, i.mce-i-fullscreen, i.mce-i-wp_fullscreen, i.mce-i-wp_adv, i.mce-i-underline, i.mce-i-alignjustify, i.mce-i-forecolor, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-removeformat, i.mce-i-charmap, i.mce-i-outdent, i.mce-i-indent, i.mce-i-undo, i.mce-i-redo, i.mce-i-help, i.mce-i-wp_help, i.mce-i-wp-media-library, i.mce-i-ltr, i.mce-i-wp_page, .mce-close {
	font: normal 20px/1 'dashicons' !important;
}

.dashicons, .dashicons-before:before {
	font-family: 'dashicons' !important;
}

.noticon {
	font-family: "Noticons" !important;
}.bbp-staff-role {
	color: #f1831e;
}

.bbp-a8c-reply {
	background: #e9eff3 !important;
	border: 1px solid #c8d7e1;
	width: 98% !important;
}/*
Theme Name: Adaline
Theme URI: https://themetry.com/shop/adaline/
Author: Themetry
Author URI: https://themetry.com
Description: A fashionable magazine theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: adaline
Tags: blog-excerpts, bright, clean, custom-header, custom-menu, fashion, featured-images, infinite-scroll, light, magazine, responsive-layout, right-sidebar, rtl-language-support, site-logo, translation-ready, two-columns, yellow

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.

Adaline is based on Underscores http://underscores.me/, (C) 2012-2015 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.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-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;
}

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 {
	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"] {
	padding: 0;
}

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

input[type="search"] {
	-webkit-appearance: textfield;
}

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



/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p,
.jetpack-video-wrapper {
	margin: 0 0 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	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: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

h1 {
	font-size: 72px;
	line-height: 1.19444444444; /* 86px */
}

h2,
.search-results .page-title,
.blog .page-title {
	font-size: 48px;
	line-height: 1.25; /* 60px */
}

h3 {
	font-size: 36px;
	line-height: 1.33333333; /* 48px */
}

h4 {
	font-size: 30px;
	line-height: 1.4; /* 42px */
}

h5 {
	font-size: 24px;
	line-height: 1.5; /* 36px */
}

h6 {
	font-size: 21px;
	line-height: 1.57142857143; /* 33px */
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.site-description,
.site-info-text,
.tags-title,
.post-navigation .nav-links a,
.comment-author .fn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.slide-menu,
#wp-calendar caption,
.posts-navigation,
#infinite-handle {
	font-family: 'Playfair Display', serif;
	font-weight: normal;
}

body,
.widget-title,
#cancel-comment-reply-link,
.site-branding:after,
.site-info:before {
	font-family: 'Roboto', sans-serif;
}

body,
.widget-title,
#cancel-comment-reply-link {
	font-weight: 300;
}

.featured-primary .entry-meta span:before,
.blog .site-main .entry-meta span:before,
.search .entry-meta span:before,
.social-links a:before,
.widget li a:after,
.comment-metadata time:before,
.comment-edit-link:before,
.posts-navigation a:before,
#infinite-handle button:before,
input[type="submit"].search-submit,
.comment-navigation a:before,
.comment-list .bypostauthor .avatar-wrap:after,
.menu-expand:before,
.menu-back:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-rendering: auto;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}


/*--------------------------------------------------------------
# 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: #f7f7f7; /* Fallback for when there is no custom background color defined. */
	word-wrap: break-word;
}

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

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

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

	dd {
		margin: 0 1.5em 1.5em;
	}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 3px solid #000;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #000;
	font-size: 21px;
	line-height: 1.5714;
	padding: 12px 20px;
	transition: .5s all;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #000;
	color: #fff;
}

button.menu-toggle:hover {
	background: transparent;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
textarea {
	background: #f2f2f2;
	border: 0;
	border-radius: 0;
	color: #606060;
	font-size: 21px;
	line-height: 1.5714;
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
textarea {
	padding: 12px 20px;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em;
	width: 100%;
}

	caption {
		background: #f4f4f4;
		border-bottom: 2px solid #000;
		color: #666;
		font-size: 21px;
		padding: 12px;
		text-transform: uppercase;
	}

	tr {
		border-bottom: 1px solid #ebebeb;
	}

	td,
	th {
		padding: 10px;
	}
	
	th {
		font-weight: normal;
	}
	
	thead th {
		text-align: center;
	}
	
	/* Tables within `.footer-widgets` areas */
	
	.footer-widgets #wp-calendar caption {
		background: #222;
		border-color: #444;
		color: #fff;
	}
	
	.footer-widgets tr {
		border-bottom: 1px solid #111;
	}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/* ## Links ---------------------*/

a {
	color: #000;
	text-decoration: none;
	}

a:focus {
	outline: thin dotted;
	}

a:hover,
a:active {
	outline: 0;
	}
	
a:hover {
	text-decoration: none;
	}
	
/* Title Links */

.entry-title a:hover,
.entry-title a:focus {
	text-decoration: underline;
}

.featured-primary a {
	color: #fff;
}

/* Post Meta Links */

.featured-primary .entry-meta a {color: #828282;}
.featured-primary .entry-meta a:hover {
	color: #fff;
	text-decoration: none;
	}

.main-navigation a,
.byline a,
.cat-links a,
.entry-content a,
.featured-primary .entry-excerpt a,
.post-navigation .nav-links a,
.comment-navigation a,
.comment-content a,
.comment-form a,
.widget a,
.site-info-text a {
	border-bottom: 1px solid #fe0;
	transition: .5s border-bottom-color;
}

.main-navigation a:hover,
.byline a:hover,
.cat-links a:hover,
.entry-content a:hover,
.post-navigation .nav-links a:hover,
.comment-navigation a:hover,
.comment-content a:hover,
.comment-form a:hover,
.widget a:hover,
.site-info-text a:hover {
	border-bottom-color: #000;
}

.featured-primary .entry-excerpt a:hover {
	border-bottom-color: rgba(255,255,255,0.25);
}

.featured-row .posted-on a,
.grid .posted-on a {
	color: #666;
}

.featured-row .posted-on a:hover,
.grid .posted-on a:hover {
	color: #000;
}

.footer-widgets .widget a {
	border: 0;
	color: #fff;
}

/* ## Main Nav ---------------------*/

/* === Parent DIV containing Main Nav and siblings === */
.slide-menu {
	background: #fff;
	height: 100%;
	padding-top: 35px;
	position: absolute;
	overflow: hidden;
	right: 0;
	top: 0;
	text-align: center;
	transition: .5s all;
	visibility: hidden;
	width: 350px;
}

.menu-toggled .slide-menu {
	visibility: visible;
}

	.slide-menu .site-logo {
		display: inline-block;
		margin: 21px 0 32px;
		max-width: 118px;
	}
		
	/* === Main Nav direct parent DIV === */

	.main-navigation {
		clear: both;
		display: block;
		float: left;
		width: 100%;
	}

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

			.main-navigation li {
				margin-bottom: 23px;
			}

				.main-navigation a,
				.menu-back {
					color: #000;
					display: inline-block;
					font-size: 24px;
					font-style: italic;
					line-height: 1.5;
					text-decoration: none;
				}

				.main-navigation .current-menu-item a {
					font-weight: bold;
					}

.menu-expand,
.menu-back {
	border: none;
	font-size: 16px;
	line-height: 24px;
	width: auto;
}

.menu-expand:hover,
.menu-back:hover {
	background: none;
	color: #000;
}

.menu-expand {
	padding: 0;
}

.menu-back {
	padding: 0 14px;
}

.menu-expand:before {
	content: "\f0da";
}

.menu-back:before {
	content: "\f0d9";
}

.menu-expand {
	margin: 0 -7px 0 7px;
}

.menu-back:before {
	margin: 0 7px 0 -7px;
}

#slide-menu ul {
	position: relative;
	transition: all 0.15s ease-in-out 0s;
}

#slide-menu ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
}

#slide-menu .depth-1 {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

#slide-menu .depth-2 {
	-webkit-transform: translateX(-200%);
	-ms-transform: translateX(-200%);
	transform: translateX(-200%);
}

#slide-menu .depth-3 {
	-webkit-transform: translateX(-300%);
	-ms-transform: translateX(-300%);
	transform: translateX(-300%);
}

#slide-menu .depth-4 {
	-webkit-transform: translateX(-400%);
	-ms-transform: translateX(-400%);
	transform: translateX(-400%);
}

#slide-menu .depth-5 {
	-webkit-transform: translateX(-500%);
	-ms-transform: translateX(-500%);
	transform: translateX(-500%);
}

#slide-menu .depth-6 {
	-webkit-transform: translateX(-600%);
	-ms-transform: translateX(-600%);
	transform: translateX(-600%);
}
					
/* ## Pagination ---------------------*/

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

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

	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 50%;
	}
	
		.posts-navigation a,
			.site-main #infinite-handle span button,
			.site-main #infinite-handle span button:hover,
			.site-main #infinite-handle span button:focus {
			border-color: #ffff00;
			border-style: solid;
			color: #000;
			display: inline-block;
			font-size: 21px;
			height: 70px;
			letter-spacing: 0.15em;
			padding: 17px 35px 0;
			position: relative;
			text-decoration: none;
			text-transform: uppercase;
		}

		#infinite-handle button {
			width: auto;
		}
		
		
			/* Pagination Icons */

			.posts-navigation a:before,
				#infinite-handle button:before {
				border-color: #ffff00;
				border-style: solid;
				font-size: 35px;
				height: 70px;
				letter-spacing: 0;
				line-height: 1;
				padding-top: 15px;
				position: absolute;
				text-align: center;
				top: -3px;
				width: 69px;
			}
			
			.posts-navigation .nav-previous a:before {
				border-width: 3px 0 3px 3px;
				content: "\f104";
				left: -69px;
			}

			.posts-navigation .nav-next a:before,
				#infinite-handle button:before {
				border-width: 3px 3px 3px 0;
				content: "\f105";
				right: -69px;
			}

		.posts-navigation .nav-previous a {
			border-width: 3px 3px 3px 1px;
			left: 69px;
		}
		
		.posts-navigation .nav-next a,
			.site-main #infinite-handle span button,
			.site-main #infinite-handle span button:hover,
			.site-main #infinite-handle span button:focus {
			border-width: 3px 1px 3px 3px;
			right: 69px;
		}
		
/* === Infinite Scroll === */

#infinite-handle {
	text-align: center;
}

	.site-main #infinite-handle span {
		background: transparent;
		padding: 0;
	}

		.site-main #infinite-handle span button,
		.site-main #infinite-handle span button:hover,
		.site-main #infinite-handle span button:focus {
			padding: 0 35px;
			margin-left: 69px;
		}

			#infinite-handle button:before {
				content: "\f01e";
			}

.menu-toggled #infinite-footer {
	z-index: 2;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text,
.says {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus,
.says: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: 14px;
	font-size: 0.875rem;
	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. */
}

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

/*--------------------------------------------------------------
# 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,
.featured-primary:before,
.featured-primary:after,
.featured-row:before,
.featured-row:after,
.blog .site-main .hentry:before,
.blog .site-main .hentry:after,
.search-results .site-main .hentry:before,
.search-results .site-main .hentry:after,
.footer-widgets:before,
.footer-widgets:after,
.tags-links ul:before,
.tags-links ul:after,
.entry-wrap:before,
.entry-wrap:after,
.post-author:before,
.post-author:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-form-comment:before,
.comment-form-comment:after,
.grid:before,
.grid:after,
.comments-header:before,
.comments-header:after,
.comment-navigation:before,
.comment-navigation:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.featured-primary:after,
.featured-row:after,
.blog .site-main .hentry:after,
.search-results .site-main .hentry:after,
.footer-widgets:after,
.tags-links ul:after,
.entry-wrap:after,
.post-author:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-form-comment:after,
.grid:after,
.comments-header:after,
.comment-navigation:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	font-size: 18px;
	line-height: 1.66666666667;
	margin: 0 0 42px;
}

	.widget-title {
		background: #222;
		color: #fff;
		display: inline-block;
		font-size: 18px;
		letter-spacing: 0.1em;
		line-height: 1.66;
		margin: 0 0 28px;
		padding: 8px 20px 6px;
		text-transform: uppercase;
	}

	.widget-title a {
		color: #fff;
		border-bottom: none;
	}

	/* Make sure select elements fit in widgets. */
	.widget select {
		max-width: 100%;
	}
	
	.widget ul,
	.widget ol {
		margin-left: 1.5em;
	}
	
/* === Link Lists === */

.widget > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget-title + ul {
	margin-top: -13px;
}

.widget > ul > li {
	border-bottom: 1px dotted #ddd;
	padding: 9px 0;
}
	
	.widget > ul > li > a {
		border-bottom: 0;
		display: block;
		padding: 0 47px 0 19px;
		position: relative;
	}

		.widget > ul > li > a:after {
			color: #bfbfbf;
			content: "\f0da";
			font-size: 24px;
			line-height: 1;
			margin-top: -12px;
			position: absolute;
			right: 19px;
			top: 50%;
			transition: .5s color;
		}

		.widget > ul > li > a:hover:after {
			color: #000;
		}

		.widget.widget_categories > ul > li > a,
		.widget.widget_archive > ul > li > a,
		.widget.widget_author_grid > ul > li > a,
		.widget.widget_authors > ul > li > a {
			display: inline;
			padding: 0;
		}

		.widget.widget_categories > ul > li > a:after,
		.widget.widget_archive > ul > li > a:after,
		.widget.widget_author_grid > ul > li > a:after,
		.widget.widget_authors > ul > li > a:after {
			display: none;
		}

		.widget.widget_author_grid li {
			display: inline-block;
			padding: 0px 7px;
			border: 0;
		}

		.widget_authors strong {
			display: block;
		}

.footer-widgets .widget > ul > li {
	border-color: #303030;
}

	.footer-widgets .widget > ul > li > a {
		color: #fff;
	}

		.footer-widgets .widget > ul > li > a:after {
			color: #404040;
			transition: .5s color;
		}

		.footer-widgets .widget > ul > li > a:hover:after {
			color: #fff;
		}
	
/* === Text Widget === */

.textwidget {
	padding: 0 20px;
}

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

/* === Tags Cloud === */

.tagcloud a,
.tags-links a,
.wp_widget_tag_cloud a {
	background: #ebebeb;
	border-radius: 2px;
	border-bottom: 0;
	color: #444;
	display: inline-block;
	font-size: 14px !important;
	margin-bottom: 3px;
	padding: 3px 9px 2px; /* 11px 9px 6px */
	text-decoration: none;
	transition: .5s background;
}

.tagcloud a:hover,
.tags-links a:hover {
	background: #dbdbdb;
}

/* === Search widget. === */
.search-form {
	background: #f2f2f2;
	height: 56px;
	position: relative;
}

	.search-form input[type=search] {
		background: transparent;
		border: 0;
		box-sizing: border-box;
		float: left;
		font-size: 21px;
		line-height: 56px;
		padding: 0 78px 0 21px; /* 57+21 for padding */
		width: 100%;
	}

	.search-form input[type=submit] {
		border: 1px solid #fff;
		border-width: 0 0 0 1px;
		color: #616161;
		height: 56px;
		padding: 0;
		position: absolute;
		right: 0;
		width: 57px; /* 56px if content-box */

	}
	
	.search-form input[type=submit]:hover,
	.footer-widgets .search-form input[type=search],
	.footer-widgets .search-form input[type=submit] {
		color: #fff;
	}

.footer-widgets .search-form {
	background: #222;
}

	.footer-widgets .search-form input[type=submit] {
		border-color: #000;
	}

.widget_calendar tbody td {
	text-align: center;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

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

.hentry {
	margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-header {
	border-top: 2px solid #000;
	border-bottom: 1px dotted #bfbfbf;
	margin-bottom: 42px;
}

.comments-title {
	float: left;
	font-size: 21px;
	line-height: 1;
	margin: 0;
	padding: 27px 0 24px;
}

.comment-navigation {
	font-size: 14px;
	line-height: 1.28571428571; /* 18px */
	float: right;
	margin-top: 30px;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next {
	display: inline-block;
	float: left;
}

.comment-navigation .nav-previous {
	padding-right: 17px;
}

.comment-navigation .nav-next {
	padding-left: 17px;
}

.comment-navigation a {
	border-bottom: 1px solid #ffee00;
	color: #000;
	position: relative;
	text-decoration: none;
	transition: .5s border-bottom-color;
}

.comment-navigation a:before {
	position: absolute;
}

.comment-navigation .nav-previous a {
	margin-left: 12px;
}

.comment-navigation .nav-next a {
	margin-right: 12px;
}

.comment-navigation .nav-previous a:before {
	content: "\f0d9";
	left: -12px;
}

.comment-navigation .nav-next a:before {
	content: "\f0da";
	right: -12px;
}

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

.comment-list li {
	list-style: none;
}

.comment-list .children {
	margin-left: 30px;
	padding: 0;
}

.comment-body {
	position: relative;
}

.comment-body,
.comment-list .comment-respond {
	margin-bottom: 36px; /* 42px */
}

.comment-author .avatar-wrap {
	float: left;
}

.comment-author .avatar {
	border-radius: 2px;
}

.comment-author .fn {
	font-size: 21px;
	font-weight: normal;
	line-height: 1.57142857143; /* 33px */
	padding: 3px 0 0 36px;
}

.comment-author .fn a {
	border-bottom: 1px solid #ffee00;
	color: #000;
	text-decoration: none;
}

.comment-metadata {
	bottom: 0;
	font-size: 12px;
	left: 83px;
	letter-spacing: 2px;
	position: absolute;
	text-transform: uppercase;
}

.comment-metadata a {
	color: #888;
	text-decoration: none;
}

.comment-metadata time:before,
.comment-edit-link:before {
	color: #ccc;
	font-size: 14px;
}

.comment-metadata time:before {
	content: "\f017";
}

.comment-edit-link:before {
	content: "\f040";
	margin: 0 5px;
}

a.comment-reply-link,
a.comment-reply-login {
	border: 1px solid #ebebeb;
	border-radius: 2px;
	color: #666;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 22px;
	padding: 1px 8px 0;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	top: 0;
	transition: .5s background;
}

a.comment-reply-link:hover,
a.comment-reply-login:hover {
	background: #f7f7f7;
}

.comment-content,
.comment-awaiting-moderation {
	padding: 0 0 0 83px;
}

.comment-content {
	font-size: 18px;
	line-height: 1.83333333333;
}

.comment-awaiting-moderation {
	font-style: italic;
}

.comment-content p {
	margin: 0 0 1.5em;
}

.single .entry-meta,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
	clear: left;
	float: left;
	margin-right: 4.166666666%; /* 35px */
	width: 20.833333333%; /* 175px */
}

.comment-reply-title {
	background: #ffff00;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
	text-transform: capitalize;
}

#respond h3.comment-reply-title {
	padding: 22px 35px;	
}

#cancel-comment-reply-link {
	color: #bcbc00;
	float: right;
	font-size: 14px;
	line-height: 36px;
}

.comment-list .bypostauthor .avatar-wrap {
	font-size: 0;
	position: relative;
}

.comment-list .bypostauthor .avatar-wrap:after {
	background: #fff;
	border-radius: 50%;
	bottom: -17.5px;
	content: "\f007";
	display: block;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	position: absolute;
	right: -17.5px;
	text-align: center;
	width: 35px;
}

/* === Comment Form === */

.comment-form {
	padding: 35px;
}


	.comment-notes,
	.logged-in-as {
		background: #fcfcfc;
		font-size: 18px;
		line-height: 1.66666666667;
		margin: -35px -35px 30px;
		padding: 20px 35px;
	}

	.comment-form .required {
		color: #e00;
	}

	.comment-form-author,
	.comment-form-email,
	.comment-form-url,
	.comment-form-comment {
		font-size: 21px;
		line-height: 1.57142857143;
		margin: 0 0 18px 0;
	}
	
	.comment-form-comment {
		margin: 0 0 42px;
	}
	
		.comment-form-author label,
		.comment-form-email label,
		.comment-form-url label,
		.comment-form-comment label {
			font-size: 21px;
			padding: 12px 0;
		}

		.single .entry-content,
		#author,
		#email,
		#url,
		#comment {
			float: left;
			width: 75%;
		}

		#author,
		#email,
		#url,
		#comment {
			background: transparent;
			border: 1px dotted #bfbfbf;
		}

	.comment-form .form-submit {
		margin: 0;
		text-align: right;
	}

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption-text {
	font-size: .7em;
	font-style: italic;
	text-align: center;
}

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

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

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

/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/

.site {
	background: #fff;
	margin: 0 auto;
	max-width: 1400px;
	position: relative;
}

.site-header,
.site-content,
.site-footer {
	left: 0;
	max-width: 1400px;
	position: relative;
	transition: .5s left;
	z-index: 2;
}

.site-content {
	background: #fff;
}

.menu-toggled .site-header,
.menu-toggled .site-content,
.menu-toggled .site-footer {
	box-shadow: inset -4px 0px 4px 0px rgba(221,221,221,.5);
	left: -350px;
}

/* === Error === */

.error404 .site-main {
	float: none;
	margin: 0;
	width: 100%;
}

	.error404 .site-main .search-form {	
		margin: 0 auto;
		max-width: 840px;
	}

/* @media (min-width: 1540px) {
	.site {
		padding: 70px;
	}
} */

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.site-header {
	background-color: #ffff00;
	color: #000;
	padding: 119px 0 51px;
	position: relative;
	text-align: center;
}

.header-image {
	background-size: cover;
	background-position: top center;
}

	/* Branding */
	.site-branding {
		padding: 0 5%;
	}

		.site-title {
			font-size: 98px;
			font-weight: bold;
			letter-spacing: 0.15em;
			line-height: 1;
			margin: 0 0 36px;
			padding: 0;
			text-transform: uppercase;
		}

			.site-title a {
				color: #000;
				text-decoration: none;
			}

		.site-description {
			font-size: 21px;
			letter-spacing: 0.15em;
			margin: 0 0 19px;
			padding: 0;
			text-transform: uppercase;
		}

		.site-branding:after,
		.site-info:before {
			content: "~~~~~~";
			font-size: 48px;
			font-weight: 100;
			letter-spacing: -17px;
			line-height: 1;
		}

	/* Main Nav Toggle Button */

	.menu-toggle {
		border-bottom: 21px double #000; 
		border-top: 7px solid #000;
		border-left: 0;
		border-right: 0;
		box-sizing: content-box;
		content: "";
		cursor: pointer;
		display: block;
		font-size: 16px;
		height: 7px;
		padding: 0;
		position: absolute;
		right: 42px;
		top: 42px;
		width: 35px;
	}

/*--------------------------------------------------------------
## Featured
--------------------------------------------------------------*/

/* === Primary Loop === */

.featured-primary {
	background: #ccc;
	position: relative;
}

	.featured-primary .hentry {
		margin: 0;
	}

		.featured-primary .wp-post-image,
		.featured-primary .has-post-thumbnail .featured-content {
			height: 350px;
			max-width: 700px;
			width: 100%;
		}
		
			.featured-primary .wp-post-image {
				float: left;
			}

			.featured-primary .has-post-thumbnail .featured-content {
				position: absolute;
				right: 0;	
			}

			.featured-primary .featured-content {
				background: rgba( 0, 0, 0, .85 );
				color: #fff;
				padding: 42px 91px 47px;
				text-align: center;
			}

				.featured-primary .entry-title {
					font-size: 42px;
					font-style: italic;
					letter-spacing: -0.01em;
					line-height: 1.35714285714;
					margin: 0 0 20px;
				}

				.featured-primary .entry-meta,
				.blog .site-main .entry-meta,
				.search-results .site-main .entry-meta {
					font-size: 12px;
					letter-spacing: 0.1em;
					line-height: 1;
					text-transform: uppercase;
				}

				.featured-primary .entry-meta {
					color: #828282;
					margin-bottom: 18px;
				}
				
					/* entry meta date stamp */
					.featured-primary .posted-on,
					.article-content .posted-on {
						margin-right: 7px;
					}
					
					/* entry meta icons */
					
						.featured-primary .entry-meta span:before {
							color: #444;
						}

						.featured-primary .entry-meta span,
						.blog .site-main .entry-meta span,
						.search-results .site-main .entry-meta span {
							display: inline-block;
							padding-left: 17px;
							position: relative;
						}

						.featured-primary .entry-meta span:before,
						.blog .site-main .entry-meta span:before,
						.search-results .site-main .entry-meta span:before {
							position: absolute;
							left: 0;
							top: 0;
						}

						.featured-primary .posted-on:before,
						.blog .site-main .posted-on:before,
						.search-results .site-main .posted-on:before {
							content: "\f017";
						}

						.featured-primary .author:before,
						.blog .site-main .author:before,
						.search-results .site-main .author:before {
							content: "\f007";
						}
						
				/* excerpt */

				.featured-primary .entry-excerpt {
					font-size: 18px;
					line-height: 1.66666666667;
				}
					.featured-primary .entry-excerpt p {
						margin: 0;
					}
					
/* === Secondary Loop === */

.featured-row {
	border-bottom: 1px solid #ffef08;
	padding-bottom: 54px;
}

	.featured-row .hentry {
		float: left;
		margin: 0;
		width: 25%;
	}

		/* entry date stamp */
		.featured-row .posted-on,
		.grid .posted-on {
			background: #fff;
			color: #666;
			display: block;
			font-size: 12px;
			letter-spacing: 1px;
			margin: 0 auto;
			padding: 6px 0 0;
			position: relative;
			text-align: center;
			text-transform: uppercase;
			top: -24px;
			width: 154px;
		}
			
		/* entry title */

		.featured-row .entry-title {
			font-size: 21px;
			letter-spacing: -0.01em;
			line-height: 1.42857142857;
			margin: -12px 0 0;
			padding: 0 36px;
			text-align: center;
		}

/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/

.site-main,
.site-content .widget-area {
	padding-top: 70px;
}

.site-main {
	float: left;
	margin: 0 5%;
	width: 60%;
}

.no-sidebar.blog .site-main,
.no-sidebar.search-results .site-main,
.no-sidebar.single .site-main,
.no-sidebar.page .site-main {
	float: none;
	margin: 0 auto;
	padding-left: 5%;
	padding-right: 5%;
	width: 70%;
}

.search-results .page-title,
.blog .page-title {
	margin: 0;
}

.site-content .widget-area {
	float: left;
	margin: 0 5% 0 0;
	width: 25%;
}

.blog .site-main .entry-title,
.search-results .site-main .entry-title {
	font-size: 33px;
	letter-spacing: -0.01em;
	line-height: 1.45454545455;
	margin: 25px 0 20px; /* 35px 0 28px */
}

.blog .site-main .entry-content,
.search-results .site-main .entry-content {
	font-size: 18px;
	line-height: 1.66666666667;
	margin: 20px 0 0; /* 28px 0 0 */
}

.blog .site-main .wp-post-image,
.search-results .site-main .wp-post-image {
	float: left;
	margin-right: 6.666666666%;
	width: 41.666666666%;
}

.blog .site-main .hentry,
.search-results .site-main .hentry {
	margin: 0 0 42px;
}

.blog .posts-navigation,
.blog #infinite-handle,
.search-results .posts-navigation,
.search-results #infinite-handle {
	padding-top: 14px;
}

.blog .site-main .has-post-thumbnail .article-content,
.search-results .site-main .has-post-thumbnail .article-content {
	float: right;
	width: 51.666666668%;
}

.blog .site-main .entry-meta,
.blog .site-main .posted-on a,
.search-results .site-main .entry-meta,
.search-results .site-main .posted-on a {
	color: #888;
}

.blog .site-main .posted-on a:hover,
.search-results .site-main .posted-on a:hover {
	color: #000;
}

.blog .site-main .entry-content p,
.search-results .site-main .entry-content p {
	margin: 0;
}

/*--------------------------------------------------------------
## Masonry
--------------------------------------------------------------*/

.archive .page-title {
	text-align: center;
}

.archive .site-content {
	padding-bottom: 40px;
}

.archive .content-area {	
	margin: 0 auto;
	max-width: 1230px;
}

.archive .posts-navigation,
.archive #infinite-handle {
	padding: 30px 0;
}

.archive.infinite-scroll #article-wrap {
	padding-bottom: 145px;
}

.archive.infinite-scroll.neverending #article-wrap {
	padding-bottom: 0;
}

.archive #infinite-handle {
	bottom: 0;
	position: absolute;
	width: 100%;
}

.archive .site-main {
	float: none;
	margin: 0;
	width: 100%;
}

.grid .hentry {
	float: left;
	margin: 0;
	padding: 30px;
	width: 33.3333%;
}

.grid .wp-post-image {
	width: 100%;
}

.grid .grid-wrap {
	border: 1px solid #eee;
	border-radius: 2px;
	box-shadow: 0 0 3px 0 #eee;
	text-align: center;
}

.grid .posted-on {
	margin: -24px auto 0;
	top: auto;
}

.grid .entry-title {
	font-size: 21px;
	line-height: 1.42857142857; /* 30px */
	margin: 0 42px;
	padding: 14px 0 21px; /* 26px 0 28px */
}

.grid .entry-title a {
	color: #000;
	text-decoration: none;
}

/*--------------------------------------------------------------
## Singular
--------------------------------------------------------------*/

.single .site-content,
.page .site-content,
.blog .site-content,
.search .site-content {
	padding-bottom: 70px;
}

.single .hentry {
	margin: 0 0 81px;
}

.single .entry-title,
.page .hentry .entry-title {
	letter-spacing: -0.01em;
	padding-top: 14px;
	position: relative;
	z-index: 0;
}

.single .entry-title,
.page .entry-title {
	margin: 0;
}

.single .entry-header {
	padding-bottom: 70px;
}

body.page .entry-header {
	padding-bottom: 51px; /* 70px */
}

.single .entry-title:before {
	background: #ffff00;
	content: "";
	display: block;
	height: 70px;
	left: 0;
	position: absolute;
	top: 0;
	width: 247px;
	z-index: -1;
}

.single .entry-meta {
	font-size: 12px;
	padding-bottom: 63px; /* 70px */
}

.post-author {
	display: table;
}

.post-author .avatar,
.post-author .byline {
	display: table-cell;
}

.post-author .avatar {
	border-radius: 50%;
	max-width: 70px;
}

.post-author .byline {
	color: #828282;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: bold;
	line-height: 1.5;
	padding-left: 14px;
	vertical-align: middle;
}

.single .posted-on {
	margin-top: 35px; /* 42px */
}

.single .posted-on,
.single .cats-title {
	padding-left: 10px;
	position: relative;
}

.single .posted-on:before,
.single .cats-title:before {
	background: #000;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	width: 2px;
}

.post-categories {
	list-style: none;
	margin: 0;
	padding: 0;
}

.single .posted-on,
.single .posted-on a,
.single .cat-links {
	color: #666;
}

.single .posted-on,
.single .cat-links {
	display: block;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-left: 11px;
	text-transform: uppercase;
}

.single .cat-links a {
	color: #000;
	margin-left: 10px;
}

.single .entry-content,
.page .entry-content,
.error404 .page-content {
	font-size: 21px;
	line-height: 1.57;
	margin: 0;
}

.single .entry-content {
	margin-bottom: 21px;
}

.single .entry-content p,
.page .entry-content p,
.single .entry-content .jetpack-video-wrapper,
.page .entry-content .jetpack-video-wrapper {
	margin: 0 0 40px;
}

.single .entry-content ul,
.page .entry-content ul,
.single .entry-content ol,
.page .entry-content ol {
	margin: 0 0 40px 1.5em;
}

.single .entry-content blockquote,
.page .entry-content blockquote {
	border-left: 2px solid #000;
	color: #666;
	padding-left: 28px;
}

.single .entry-content ul,
.single .entry-content ol,
.page .entry-content ul,
.page .entry-content ol {
	margin: 0 0 0 1.5em;
	padding: 0;
}

.single .entry-content ul ul,
.page .entry-content ul ul {
	list-style: circle;
}

.single .entry-content ol ol,
.page .entry-content ol ol {
	list-style: lower-alpha;
}

.single .entry-content ol ol ol,
.page .entry-content ol ol ol {
	list-style: lower-roman;
}

.entry-content table {
	border-top: 2px solid #000;
}

.entry-content th {
	text-align: left;
}

.entry-content tr {
	border-bottom: 1px solid #e5e5e5;
}

.entry-content th,
.entry-content td {
	padding: 7px;
}

.entry-content a {
	color: #000;
	text-decoration: none;
}

.entry-content a:hover {
	text-decoration: none;
}

.single .entry-footer {
	border-top: 2px solid #000;
}

.tags-links {
	border-bottom: 1px dotted #bfbfbf;
	display: block;
	padding: 21px 0 12px; /* 21px 0 14px */
	position: relative;
}

.tags-title {
	font-size: 21px;
	left: 2px;
	line-height: 1;
	position: absolute;
	z-index: 1;
}

.tags-links ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 96px;
}

.tags-links li {
	float: left;
	margin-right: 6px;
}

.post-navigation {
	padding: 68px 0 0 0; /* 70px */
}

.post-navigation .nav-label {
	color: #666;
	display: block;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 18px; /* 32px */
	text-transform: uppercase;
}

.post-navigation .nav-previous {
	padding-left: 10%;
	padding-right: 21px;
	text-align: right;
}

.post-navigation .nav-next {
	padding-left: 21px;
	padding-right: 10%;
	text-align: left;
}

.post-navigation .nav-links a {
	color: #000;
	font-size: 21px;
	font-style: italic;
	line-height: 1.57142857143; /* 33px */
	text-decoration: none;
}

/*--------------------------------------------------------------
## Footer Widgets
--------------------------------------------------------------*/

/* Widget Areas Parent DIV */
.footer-widgets {
	background: #000;
	color: #888;
	padding: 5% 0 1.5%;
	text-align: center;
	width: 100%;
}

	/* Each widget area */
	.footer-widgets .widget-area {
		display: inline-block;
		padding: 0 1.5%;
		text-align: left;
		vertical-align: top;
		width: 31%;
	}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.site-info {
	background: #fff;
	text-align: center;
}

	.site-info:before {
		display: block;
		padding: 46px 0 25px; /* 70px 0 49px */
	}

	.site-info-text {
		font-size: 21px;
		letter-spacing: 4px;
		padding: 0 35px 46px; /* 0 35px 49px */
		text-transform: uppercase;
	}

		.site-info-text a {
			color: #000;
		}
		
/* === Social Media Nav */

.social-links {
	padding-bottom: 70px;
}

	.social-links .menu {
		list-style: none;
		margin: 0;
		padding: 0;
	}

		/* Menu items */
		.social-links .menu-item {
			display: inline;
			padding-right: 16px; /* 21px */
		}

		/* Menu item: last */
		.social-links .menu-item:last-of-type {
			padding-right: 0;
		}

			/* Menu Links */
			.social-links a {
				text-decoration: none;
			}

				/* Link icons */
				.social-links a:before {
					background: #000;
					border-radius: 50%;
					content: "\f1e0";
					color: #fff;
					display: inline-block;
					font-size: 24px;
					height: 56px;
					line-height: 56px;
					text-decoration: none;
					text-align: center;
					transition: .5s background;
					width: 56px;
				}

				/* Link icon hover state */
				.social-links a:hover:before {
					background: #404040;
				}
				
				/* Display social media icon based on link address */
				.social-links ul a[href*='wordpress.org']:before,
				.social-links ul a[href*='wordpress.com']:before {
				    content: '\f205';
				}
				.social-links ul a[href*='facebook.com']:before {
				    content: '\f09a';
				}
				.social-links ul a[href*='twitter.com']:before {
				    content: '\f099';
				}
				.social-links ul a[href*='dribbble.com']:before {
				    content: '\f17d';
				}
				.social-links ul a[href*='plus.google.com']:before {
				    content: '\f0d5';
				}
				.social-links ul a[href*='pinterest.com']:before {
				    content: '\f231';
				}
				.social-links ul a[href*='github.com']:before {
				    content: '\f09b';
				}
				.social-links ul a[href*='tumblr.com']:before {
				    content: '\f173';
				}
				.social-links ul a[href*='youtube.com']:before {
				    content: '\f16a';
				}
				.social-links ul a[href*='flickr.com']:before {
				    content: '\f16e';
				}
				.social-links ul a[href*='vimeo.com']:before {
				    content: '\f194';
				}
				.social-links ul a[href*='instagram.com']:before {
				    content: '\f16d';
				}
				.social-links ul a[href*='codepen.io']:before {
				    content: '\f1cb';
				}
				.social-links ul a[href*='linkedin.com']:before {
				    content: '\f0e1';
				}
				.social-links ul a[href*='foursquare.com']:before {
				    content: '\f180';
				}
				.social-links ul a[href*='reddit.com']:before {
				    content: '\f1a1';
				}
				.social-links ul a[href*='digg.com']:before {
				    content: '\f1a6';
				}
				.social-links ul a[href*='stumbleupon.com']:before {
				    content: '\f1a4';
				}
				.social-links ul a[href*='spotify.com']:before {
				    content: '\f1a4';
				}
				.social-links ul a[href*='twitch.tv']:before {
				    content: '\f1e8';
				}
				.social-links ul a[href*='dropbox.com']:before {
				    content: '\f16b';
				}
				.social-links ul a[href*='/feed']:before {
				    content: '\f09e';
				}
				.social-links ul a[href*='skype']:before {
				    content: '\f17e';
				}
				.social-links ul a[href*='mailto']:before {
				    content: '\f0e0';
				}

/*--------------------------------------------------------------
## Error
--------------------------------------------------------------*/

.error404 .site-main {
	text-align: center;
}

.error404 .site-content {
	padding-bottom: 91px;
}

.error-404 {
	padding-top: 15px;
}

.error-404 p {
	padding: 3px 0 8px;
}


/*--------------------------------------------------------------
## Responsiveness
--------------------------------------------------------------*/

@media (max-width: 1000px) {
	.site-title {
		font-size: 70px;
	}

	.site-main,
	.site-content .widget-area,
	.no-sidebar.blog .site-main,
	.no-sidebar.search-results .site-main,
	.no-sidebar.single .site-main,
	.no-sidebar.page .site-main {
		float: none;
		margin: 0;
		padding: 5%;
		width: 100%;
	}

	.archive .site-main {
		padding: 15px;
	}

	.grid .hentry {
		padding: 15px;
	}

	.site-info-text .sep {
		display: block;
		visibility: hidden;
	}
	
	/* === Footer Widgets */

	.footer-widgets .widget-area {
		padding: 0 5%;
		width: 100%;
	}

}

@media (max-width: 800px) {
	.featured-primary .wp-post-image,
	.featured-primary .has-post-thumbnail .featured-content {
		height: auto;
		max-width: 100%;
	}

	.featured-primary .wp-post-image {
		display: block;
		float: none;
	}

	.featured-primary .has-post-thumbnail .featured-content,
	.featured-primary .featured-content {
		position: static;
	}

	.featured-row .hentry {
		width: 50%;
	}

	.featured-row .wp-post-image {
		width: 100%;
	}

	.featured-row .hentry:nth-of-type(2n+1) {
		clear: left;
	}

	.featured-row .hentry:nth-of-type(2n+3),
	.featured-row .hentry:nth-of-type(2n+4)	{
		margin-top: 49px;
	}

	.single .entry-content,
	#author,
	#email,
	#url,
	#comment,
	.comment-form-author label,
	.comment-form-email label,
	.comment-form-url label,
	.comment-form-comment label {
		float: none;
		margin-right: 0;
		width: 100%;
	}

	.comment-form-author,
	.comment-form-email,
	.comment-form-url,
	.comment-form-comment,
	.form-submit {
		padding: 0;
	}

	.single .entry-title:before {
		height: 49px;
		width: 161px;
	}

	.single .entry-header {
	    padding-bottom: 35px;
	}

	h1 {
		font-size: 48px;
		line-height: 1.25; /* 60px */
	}

	h2 {
		font-size: 36px;
		line-height: 1.33333333; /* 48px */
	}

	h3 {
		font-size: 30px;
		line-height: 1.4; /* 42px */
	}

	h4 {
		font-size: 24px;
		line-height: 1.5; /* 36px */
	}

	h5 {
		font-size: 21px;
		line-height: 1.57142857143; /* 33px */
	}

	.single .entry-content,
	.page .entry-content,
	.error404 .page-content,
	.comment-form label {
		font-size: 18px;
	}

	.comment-content {
		line-height: 1.40909090909;
		padding: 10px 0 10px 83px;
	}

	.single .entry-content p,
	.page .entry-content p {
		margin: 0 0 21px;
	}

	.single .entry-content ul,
	.page .entry-content ul,
	.single .entry-content ol,
	.page .entry-content ol {
		margin: 0 0 21px 1.5em;
	}

	.single .entry-meta {
		margin-right: 28px;
		width: 145px;
	}

	.single .entry-meta {
		padding-bottom: 28px;
	}
}

@media (max-width: 700px) {
	.featured-primary .featured-content,
	.featured-primary .has-post-thumbnail .featured-content {
		padding-left: 35px;
		padding-right: 35px;
		}

	.posts-navigation .nav-previous,
	.posts-navigation .nav-next {
		float: none;
		width: 100%;
	}

	.posts-navigation .nav-previous {
		padding-bottom: 7px;
	}

	.posts-navigation .nav-next {
		padding-top: 7px;
	}
}

@media (max-width: 600px) {
	.menu-toggle {
	    border-bottom: 15px double #000;
	    border-top: 5px solid #000;
	    height: 5px;
	    right: 30px;
	    top: 30px;
	    width: 25px;
	}

	.site-title {
		font-size: 50px;
		margin: 0 0 26px;
	}
	
	.site-description {
		font-size: 14px;
		margin: 0 0 14px;
	}

	.site-branding:after,
	.site-info:before {
		font-size: 34px;
		letter-spacing: -12px;
	}

	.featured-row .hentry {
		float: none;
		width: 100%;
	}

	.featured-row .hentry:nth-of-type(n+2) {
		margin-top: 21px;
	}

	.featured-row {
		padding-bottom: 21px;
	}

	.blog .site-main .wp-post-image,
	.blog .site-main .has-post-thumbnail .article-content {
		float: none;
		width: 100%;
	}

	.blog .site-main .wp-post-image {
		margin-right: 0;
	}

	.featured-primary .entry-title {
		font-size: 35px;
	}

	.grid .hentry {
		width: 100%;
	}

	.site-info-text {
		font-size: 16px;
		letter-spacing: 3px;
	}

	.social-links a:before {
		font-size: 14px;
		height: 35px;
		line-height: 35px;
		width: 35px;
	}

	.comments-title,
	.comment-navigation {
		float: none;
	}

	.comment-navigation {
		margin-top: 0;
		padding-bottom: 24px;
	}
	
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		float: none;
		width: 100%;
	}

	.post-navigation .nav-previous {
		padding: 0;
		padding-bottom: 21px;
		text-align: left;
	}

	.post-navigation .nav-next {
		padding: 0;
		padding-top: 21px;
	}
	
}

@media (min-width: 436px) {
	.height-restricted {
		height: auto !important;
	}
}

@media (max-width: 435px) {
	.menu-toggled .site-header,
	.menu-toggled .site-content,
	.menu-toggled .site-footer {
		left: -100%;
	}

	.slide-menu {
		width: 100%;
	}

	.menu-toggled {
		background: #fff;
	}

	.height-restricted {
		overflow: hidden;
	}

	.menu-toggled .menu-toggle {
	    margin-right: 30px;
		right: -100%;
	}

	.comment-metadata {
		letter-spacing: 1px;
	}
	
}

@media (max-width: 400px) {
	.site-title {
		font-size: 35px;
	}

	.featured-primary .entry-title {
		font-size: 28px;
	}

	.article-content .posted-on {
		margin-right: 0;
		margin-bottom: 14px;
	}

	.blog .site-main .entry-meta span,
	.search-results .site-main .entry-meta span {
		display: block;
	}

	.single .entry-title:before {
		height: 42px;
		width: 126px;
	}

	.single .entry-meta {
		width: 100%;
	}

	.post-author .avatar {
		max-width: 35px;
	}

	.single .posted-on {
		margin-top: 0;
	}

	.cats-title,
	.post-categories li {
		float: left;
	}

	.single .posted-on,
	.single .cat-links {
		line-height: 35px;
		margin-left: 0;
		padding-left: 49px;
	}

	.single .cats-title {
		padding-left: 0;
		padding-right: 5px;
	}

	.single .cat-links a {
		margin-left: 0;
	}

	.single .cat-links li:after {
		content: ",";
		padding-right: 5px;
	}

	.single .cat-links li:last-of-type:after {
		content: "";
		padding-right: 0;
	}

	.single .posted-on:before,
	.single .cats-title:before {
		display: none;
	}

	.posts-navigation a,
	.site-main #infinite-handle span button,
	.site-main #infinite-handle span button:hover,
	.site-main #infinite-handle span button:focus {
		font-size: 16px;
	}

	.posts-navigation a {
	    padding: 21px 35px 0;
	}

	.posts-navigation a:before,
	#infinite-handle button:before {
		font-size: 21px;
		padding-top: 22px;
	}

	/* === Comments === */
	.comment-author .fn {
		padding: 3px 0 0 17px;
	}

	.comment-content {
		font-size: 14px;
		padding: 10px 0 10px 65px;
	}

	.comment-metadata {
		left: 0;
		letter-spacing: 0;
	}

	a.comment-reply-link,
	a.comment-reply-login {
		font-size: 12px;
	}

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

	.comment-reply-title {
		font-size: 24px;
	}

	.comment-notes,
	.logged-in-as,
	.comment-form label.subscribe-label {
		font-size: 14px;
	}
	
	/* === Headings === */

	h1 {
		font-size: 36px;
		line-height: 1.33333333; /* 48px */
	}

	h2 {
		font-size: 30px;
		line-height: 1.4; /* 42px */
	}

	h3 {
		font-size: 24px;
		line-height: 1.5; /* 36px */
	}

	h4 {
		font-size: 21px;
		line-height: 1.57142857143; /* 33px */
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		width: 100%;
	}
}