@charset "UTF-8";
/**
 Theme Name: Wanderer
 Theme URI: https://theme.wordpress.com/themes/wanderer
 Description: A blogging theme.
 Version: 1.0.1
 Author: Press75
 Author URI: http://www.press75.com/
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: bright, clean, contemporary, light, minimal, modern, sophisticated, custom-background, custom-colors, custom-menu, editor-style, featured-images, full-width-template, infinite-scroll,
 rtl-language-support, site-logo, sticky-post, theme-options, threaded-comments, translation-ready, blog, journal, photoblogging, photography, portfolio, responsive-layout, one-column, two-columns
 Text Domain: wanderer
 Status: inactive
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
	* 1. Set default font family to sans-serif.
	* 2. Prevent iOS and IE text size adjust after device orientation change,
	*    without disabling user zoom.
	*/
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
	* Remove default margin.
	*/
body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
	* Correct `block` display not defined for any HTML5 element in IE 8/9.
	* Correct `block` display not defined for `details` or `summary` in IE 10/11
	* and Firefox.
	* Correct `block` display not defined for `main` in IE 11.
	*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
	* 1. Correct `inline-block` display not defined in IE 8/9.
	* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
	*/
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
	* Prevent modern browsers from displaying `audio` without controls.
	* Remove excess height in iOS 5 devices.
	*/
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
	* Address `[hidden]` styling not present in IE 8/9/10.
	* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
	*/
[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */
/**
	* Remove the gray background color from active links in IE 10.
	*/
a {
	background-color: transparent;
}
a:hover {
	border-bottom: 1px solid #007a7c;
}

.featured-title a:hover,
#title a:hover {
	border: none;
}

/**
	* Improve readability of focused elements when they are also in an
	* active/hover state.
	*/
a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
	* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
	*/
abbr[title] {
	border-bottom: 1px dotted;
}

/**
	* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
	*/
b,
strong {
	font-weight: bold;
}

/**
	* Address styling not present in Safari and Chrome.
	*/
dfn {
	font-style: italic;
}

/**
	* Address variable `h1` font-size and margin within `section` and `article`
	* contexts in Firefox 4+, Safari, and Chrome.
	*/
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
	* Address styling not present in IE 8/9.
	*/
mark {
	background: #ff0;
	color: #000;
}

/**
	* Address inconsistent and variable font size in all browsers.
	*/
small {
	font-size: 80%;
}

/**
	* Prevent `sub` and `sup` affecting `line-height` in all browsers.
	*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
	* Remove border when inside `a` element in IE 8/9/10.
	*/
img {
	border: 0;
}

/**
	* Correct overflow not hidden in IE 9/10/11.
	*/
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
	* Address margin not present in IE 8/9 and Safari.
	*/
figure {
	margin: 1em 40px;
}

/**
	* Address differences between Firefox and other browsers.
	*/
hr {
	box-sizing: content-box;
	height: 0;
	margin: 28px 0 0 28px;
}

/**
	* Contain overflow in all browsers.
	*/
pre {
	overflow: auto;
}

/**
	* Address odd `em`-unit font size rendering in all browsers.
	*/
code,
kbd,
pre,
samp {
	padding: 2px;
	border-radius: 2px;
	color: #23282d;
	font-family: Menlo,Consolas,monaco,monospace;
	font-size: inherit;
}

/* Forms
	 ========================================================================== */
/**
	* Known limitation: by default, Chrome and Safari on OS X allow very limited
	* styling of `select`, unless a `border` property is set.
	*/
/**
	* 1. Correct color not being inherited.
	*    Known issue: affects color of disabled elements.
	* 2. Correct font properties not being inherited.
	* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
	*/
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
	* Address `overflow` set to `hidden` in IE 8/9/10/11.
	*/
button {
	overflow: visible;
}

/**
	* Address inconsistent `text-transform` inheritance for `button` and `select`.
	* All other form control elements do not inherit `text-transform` values.
	* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
	* Correct `select` style inheritance in Firefox.
	*/
button,
select {
	text-transform: none;
}

/**
	* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
	*    and `video` controls.
	* 2. Correct inability to style clickable `input` types in iOS.
	* 3. Improve usability and consistency of cursor style between image-type
	*    `input` and others.
	*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

/**
	* Re-set default cursor for disabled elements.
	*/
button[disabled],
html input[disabled] {
	cursor: not-allowed;
}

/**
	* Remove inner padding and border in Firefox 4+.
	*/
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
	* Address Firefox 4+ setting `line-height` on `input` using `!important` in
	* the UA stylesheet.
	*/
input {
	line-height: normal;
}

/**
	* It's recommended that you don't attempt to style these elements.
	* Firefox's implementation doesn't respect box-sizing, padding, or width.
	*
	* 1. Address box sizing set to `content-box` in IE 8/9/10.
	* 2. Remove excess padding in IE 8/9/10.
	*/
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
	* Fix the cursor style for Chrome's increment/decrement buttons. For certain
	* `font-size` values of the `input`, it causes the cursor style of the
	* decrement button to change from `default` to `text`.
	*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
	* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
	* 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
	*/
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	box-sizing: content-box;
	/* 2 */
}

/**
	* Remove inner padding and search cancel button in Safari and Chrome on OS X.
	* Safari (but not Chrome) clips the cancel button when the search input has
	* padding (and `textfield` appearance).
	*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
	* Define consistent border, margin, and padding.
	* [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
	*/
/* fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
  } */
/**
	* 1. Correct `color` not being inherited in IE 8/9/10/11.
	* 2. Remove padding so people aren't caught out if they zero out fieldsets.
	*/
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
	* Remove default vertical scrollbar in IE 8/9/10/11.
	*/
textarea {
	overflow: auto;
}

/**
	* Don't inherit the `font-weight` (applied by a rule above).
	* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
	*/
optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
	* Remove most spacing between table cells.
	*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.foundation-mq {
	font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
	font-size: 100%;
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	padding: 0;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.5;
	color: #0a0a0a;
	background: #fefefe;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	display: inline-block;
	vertical-align: middle;
}

textarea {
	height: auto;
	min-height: 50px;
	border-radius: 3px;
}

select {
	text-shadow: 0 1px 0 #fff;
	transform: none;
	font-size: 14px;
	line-height: 2;
	color: #32373c;
	border-color: #7e8993;
	box-shadow: none;
	border-radius: 3px;
	padding: 0 24px 0 8px;
	min-height: 30px;
	max-width: 25rem;
	-webkit-appearance: none;
	background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2…%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
	background-size: 16px 16px;
	cursor: pointer;
	vertical-align: middle;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
	max-width: none !important;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	padding: 0;
	border: 0;
	border-radius: 3px;
	line-height: 1;
}

[data-whatinput='mouse'] button {
	outline: 0;
}

.is-visible {
	display: block !important;
}

.is-hidden {
	display: none !important;
}

.row {
	margin-left: auto;
	margin-right: auto;
}

.row::before, .row::after {
	content: ' ';
	display: table;
}

.row::after {
	clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
	padding-left: 0;
	padding-right: 0;
}

.row .row {
	max-width: none;
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
}

.row .row.collapse {
	margin-left: 0;
	margin-right: 0;
}

.row.expanded {
	max-width: none;
}

.row.expanded .row {
	margin-left: auto;
	margin-right: auto;
}

.column, .columns {
	width: 100%;
	float: left;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
	float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
	float: left;
}

.column.row.row, .row.row.columns {
	float: none;
}

.row .column.row.row, .row .row.row.columns {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

.small-1 {
	width: 8.33333%;
}

.small-push-1 {
	position: relative;
	left: 8.33333%;
}

.small-pull-1 {
	position: relative;
	left: -8.33333%;
}

.small-offset-0 {
	margin-left: 0%;
}

.small-2 {
	width: 16.66667%;
}

.small-push-2 {
	position: relative;
	left: 16.66667%;
}

.small-pull-2 {
	position: relative;
	left: -16.66667%;
}

.small-offset-1 {
	margin-left: 8.33333%;
}

.small-3 {
	width: 25%;
}

.small-push-3 {
	position: relative;
	left: 25%;
}

.small-pull-3 {
	position: relative;
	left: -25%;
}

.small-offset-2 {
	margin-left: 16.66667%;
}

.small-4 {
	width: 33.33333%;
}

.small-push-4 {
	position: relative;
	left: 33.33333%;
}

.small-pull-4 {
	position: relative;
	left: -33.33333%;
}

.small-offset-3 {
	margin-left: 25%;
}

.small-5 {
	width: 41.66667%;
}

.small-push-5 {
	position: relative;
	left: 41.66667%;
}

.small-pull-5 {
	position: relative;
	left: -41.66667%;
}

.small-offset-4 {
	margin-left: 33.33333%;
}

.small-6 {
	width: 50%;
}

.small-push-6 {
	position: relative;
	left: 50%;
}

.small-pull-6 {
	position: relative;
	left: -50%;
}

.small-offset-5 {
	margin-left: 41.66667%;
}

.small-7 {
	width: 58.33333%;
}

.small-push-7 {
	position: relative;
	left: 58.33333%;
}

.small-pull-7 {
	position: relative;
	left: -58.33333%;
}

.small-offset-6 {
	margin-left: 50%;
}

.small-8 {
	width: 66.66667%;
}

.small-push-8 {
	position: relative;
	left: 66.66667%;
}

.small-pull-8 {
	position: relative;
	left: -66.66667%;
}

.small-offset-7 {
	margin-left: 58.33333%;
}

.small-9 {
	width: 75%;
}

.small-push-9 {
	position: relative;
	left: 75%;
}

.small-pull-9 {
	position: relative;
	left: -75%;
}

.small-offset-8 {
	margin-left: 66.66667%;
}

.small-10 {
	width: 83.33333%;
}

.small-push-10 {
	position: relative;
	left: 83.33333%;
}

.small-pull-10 {
	position: relative;
	left: -83.33333%;
}

.small-offset-9 {
	margin-left: 75%;
}

.small-11 {
	width: 91.66667%;
}

.small-push-11 {
	position: relative;
	left: 91.66667%;
}

.small-pull-11 {
	position: relative;
	left: -91.66667%;
}

.small-offset-10 {
	margin-left: 83.33333%;
}

.small-12 {
	width: 100%;
}

.small-offset-11 {
	margin-left: 91.66667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
	width: 100%;
	float: left;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
	clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
	float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
	width: 50%;
	float: left;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
	clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
	float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
	width: 33.33333%;
	float: left;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
	clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
	float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
	width: 25%;
	float: left;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
	clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
	float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
	width: 20%;
	float: left;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
	clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
	float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
	width: 16.66667%;
	float: left;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
	clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
	float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
	width: 14.28571%;
	float: left;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
	clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
	float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
	width: 12.5%;
	float: left;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
	clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
	clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
	float: left;
}

.small-collapse > .column, .small-collapse > .columns {
	padding-left: 0;
	padding-right: 0;
}

.small-collapse .row,
.expanded.row .small-collapse.row {
	margin-left: 0;
	margin-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.small-centered {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
	position: static;
	margin-left: 0;
	margin-right: 0;
	float: left;
}

@media screen and (min-width: 40em) {
	.medium-1 {
	width: 8.33333%;
	}

	.medium-push-1 {
	position: relative;
	left: 8.33333%;
	}

	.medium-pull-1 {
	position: relative;
	left: -8.33333%;
	}

	.medium-offset-0 {
	margin-left: 0%;
	}

	.medium-2 {
	width: 16.66667%;
	}

	.medium-push-2 {
	position: relative;
	left: 16.66667%;
	}

	.medium-pull-2 {
	position: relative;
	left: -16.66667%;
	}

	.medium-offset-1 {
	margin-left: 8.33333%;
	}

	.medium-3 {
	width: 25%;
	}

	.medium-push-3 {
	position: relative;
	left: 25%;
	}

	.medium-pull-3 {
	position: relative;
	left: -25%;
	}

	.medium-offset-2 {
	margin-left: 16.66667%;
	}

	.medium-4 {
	width: 33.33333%;
	}

	.medium-push-4 {
	position: relative;
	left: 33.33333%;
	}

	.medium-pull-4 {
	position: relative;
	left: -33.33333%;
	}

	.medium-offset-3 {
	margin-left: 25%;
	}

	.medium-5 {
	width: 41.66667%;
	}

	.medium-push-5 {
	position: relative;
	left: 41.66667%;
	}

	.medium-pull-5 {
	position: relative;
	left: -41.66667%;
	}

	.medium-offset-4 {
	margin-left: 33.33333%;
	}

	.medium-6 {
	width: 50%;
	}

	.medium-push-6 {
	position: relative;
	left: 50%;
	}

	.medium-pull-6 {
	position: relative;
	left: -50%;
	}

	.medium-offset-5 {
	margin-left: 41.66667%;
	}

	.medium-7 {
	width: 58.33333%;
	}

	.medium-push-7 {
	position: relative;
	left: 58.33333%;
	}

	.medium-pull-7 {
	position: relative;
	left: -58.33333%;
	}

	.medium-offset-6 {
	margin-left: 50%;
	}

	.medium-8 {
	width: 66.66667%;
	}

	.medium-push-8 {
	position: relative;
	left: 66.66667%;
	}

	.medium-pull-8 {
	position: relative;
	left: -66.66667%;
	}

	.medium-offset-7 {
	margin-left: 58.33333%;
	}

	.medium-9 {
	width: 75%;
	}

	.medium-push-9 {
	position: relative;
	left: 75%;
	}

	.medium-pull-9 {
	position: relative;
	left: -75%;
	}

	.medium-offset-8 {
	margin-left: 66.66667%;
	}

	.medium-10 {
	width: 83.33333%;
	}

	.medium-push-10 {
	position: relative;
	left: 83.33333%;
	}

	.medium-pull-10 {
	position: relative;
	left: -83.33333%;
	}

	.medium-offset-9 {
	margin-left: 75%;
	}

	.medium-11 {
	width: 91.66667%;
	}

	.medium-push-11 {
	position: relative;
	left: 91.66667%;
	}

	.medium-pull-11 {
	position: relative;
	left: -91.66667%;
	}

	.medium-offset-10 {
	margin-left: 83.33333%;
	}

	.medium-12 {
	width: 100%;
	}

	.medium-offset-11 {
	margin-left: 91.66667%;
	}

	.medium-up-1 > .column, .medium-up-1 > .columns {
	width: 100%;
	float: left;
	}

	.medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
	clear: none;
	}

	.medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
	clear: both;
	}

	.medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
	float: left;
	}

	.medium-up-2 > .column, .medium-up-2 > .columns {
	width: 50%;
	float: left;
	}

	.medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
	clear: none;
	}

	.medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
	clear: both;
	}

	.medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
	float: left;
	}

	.medium-up-3 > .column, .medium-up-3 > .columns {
	width: 33.33333%;
	float: left;
	}

	.medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
	clear: none;
	}

	.medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
	clear: both;
	}

	.medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
	float: left;
	}

	.medium-up-4 > .column, .medium-up-4 > .columns {
	width: 25%;
	float: left;
	}

	.medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
	clear: none;
	}

	.medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
	clear: both;
	}

	.medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
	float: left;
	}

	.medium-up-5 > .column, .medium-up-5 > .columns {
	width: 20%;
	float: left;
	}

	.medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
	clear: none;
	}

	.medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
	clear: both;
	}

	.medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
	float: left;
	}

	.medium-up-6 > .column, .medium-up-6 > .columns {
	width: 16.66667%;
	float: left;
	}

	.medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
	clear: none;
	}

	.medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
	clear: both;
	}

	.medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
	float: left;
	}

	.medium-up-7 > .column, .medium-up-7 > .columns {
	width: 14.28571%;
	float: left;
	}

	.medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
	clear: none;
	}

	.medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
	clear: both;
	}

	.medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
	float: left;
	}

	.medium-up-8 > .column, .medium-up-8 > .columns {
	width: 12.5%;
	float: left;
	}

	.medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
	clear: none;
	}

	.medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
	clear: both;
	}

	.medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
	float: left;
	}

	.medium-collapse > .column, .medium-collapse > .columns {
	padding-left: 0;
	padding-right: 0;
	}

	.medium-collapse .row,
	.expanded.row .medium-collapse.row {
	margin-left: 0;
	margin-right: 0;
	}

	.medium-uncollapse > .column, .medium-uncollapse > .columns {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	}

	.medium-centered {
	float: none;
	margin-left: auto;
	margin-right: auto;
	}

	.medium-uncentered,
	.medium-push-0,
	.medium-pull-0 {
	position: static;
	margin-left: 0;
	margin-right: 0;
	float: left;
	}
}
@media screen and (min-width: 64em) {
	.large-1 {
	width: 8.33333%;
	}

	.large-push-1 {
	position: relative;
	left: 8.33333%;
	}

	.large-pull-1 {
	position: relative;
	left: -8.33333%;
	}

	.large-offset-0 {
	margin-left: 0%;
	}

	.large-2 {
	width: 16.66667%;
	}

	.large-push-2 {
	position: relative;
	left: 16.66667%;
	}

	.large-pull-2 {
	position: relative;
	left: -16.66667%;
	}

	.large-offset-1 {
	margin-left: 8.33333%;
	}

	.large-3 {
	width: 25%;
	}

	.large-push-3 {
	position: relative;
	left: 25%;
	}

	.large-pull-3 {
	position: relative;
	left: -25%;
	}

	.large-offset-2 {
	margin-left: 16.66667%;
	}

	.large-4 {
	width: 33.33333%;
	}

	.large-push-4 {
	position: relative;
	left: 33.33333%;
	}

	.large-pull-4 {
	position: relative;
	left: -33.33333%;
	}

	.large-offset-3 {
	margin-left: 25%;
	}

	.large-5 {
	width: 41.66667%;
	}

	.large-push-5 {
	position: relative;
	left: 41.66667%;
	}

	.large-pull-5 {
	position: relative;
	left: -41.66667%;
	}

	.large-offset-4 {
	margin-left: 33.33333%;
	}

	.large-6 {
	width: 50%;
	}

	.large-push-6 {
	position: relative;
	left: 50%;
	}

	.large-pull-6 {
	position: relative;
	left: -50%;
	}

	.large-offset-5 {
	margin-left: 41.66667%;
	}

	.large-7 {
	width: 58.33333%;
	}

	.large-push-7 {
	position: relative;
	left: 58.33333%;
	}

	.large-pull-7 {
	position: relative;
	left: -58.33333%;
	}

	.large-offset-6 {
	margin-left: 50%;
	}

	.large-8 {
	width: 66.66667%;
	}

	.large-push-8 {
	position: relative;
	left: 66.66667%;
	}

	.large-pull-8 {
	position: relative;
	left: -66.66667%;
	}

	.large-offset-7 {
	margin-left: 58.33333%;
	}

	.large-9 {
	width: 75%;
	}

	.large-push-9 {
	position: relative;
	left: 75%;
	}

	.large-pull-9 {
	position: relative;
	left: -75%;
	}

	.large-offset-8 {
	margin-left: 66.66667%;
	}

	.large-10 {
	width: 83.33333%;
	}

	.large-push-10 {
	position: relative;
	left: 83.33333%;
	}

	.large-pull-10 {
	position: relative;
	left: -83.33333%;
	}

	.large-offset-9 {
	margin-left: 75%;
	}

	.large-11 {
	width: 91.66667%;
	}

	.large-push-11 {
	position: relative;
	left: 91.66667%;
	}

	.large-pull-11 {
	position: relative;
	left: -91.66667%;
	}

	.large-offset-10 {
	margin-left: 83.33333%;
	}

	.large-12 {
	width: 100%;
	}

	.large-offset-11 {
	margin-left: 91.66667%;
	}

	.large-up-1 > .column, .large-up-1 > .columns {
	width: 100%;
	float: left;
	}

	.large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
	clear: none;
	}

	.large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
	clear: both;
	}

	.large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
	float: left;
	}

	.large-up-2 > .column, .large-up-2 > .columns {
	width: 50%;
	float: left;
	}

	.large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
	clear: none;
	}

	.large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
	clear: both;
	}

	.large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
	float: left;
	}

	.large-up-3 > .column, .large-up-3 > .columns {
	width: 33.33333%;
	float: left;
	}

	.large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
	clear: none;
	}

	.large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
	clear: both;
	}

	.large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
	float: left;
	}

	.large-up-4 > .column, .large-up-4 > .columns {
	width: 25%;
	float: left;
	}

	.large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
	clear: none;
	}

	.large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
	clear: both;
	}

	.large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
	float: left;
	}

	.large-up-5 > .column, .large-up-5 > .columns {
	width: 20%;
	float: left;
	}

	.large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
	clear: none;
	}

	.large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
	clear: both;
	}

	.large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
	float: left;
	}

	.large-up-6 > .column, .large-up-6 > .columns {
	width: 16.66667%;
	float: left;
	}

	.large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
	clear: none;
	}

	.large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
	clear: both;
	}

	.large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
	float: left;
	}

	.large-up-7 > .column, .large-up-7 > .columns {
	width: 14.28571%;
	float: left;
	}

	.large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
	clear: none;
	}

	.large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
	clear: both;
	}

	.large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
	float: left;
	}

	.large-up-8 > .column, .large-up-8 > .columns {
	width: 12.5%;
	float: left;
	}

	.large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
	clear: none;
	}

	.large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
	clear: both;
	}

	.large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
	float: left;
	}

	.large-collapse > .column, .large-collapse > .columns {
	padding-left: 0;
	padding-right: 0;
	}

	.large-collapse .row,
	.expanded.row .large-collapse.row {
	margin-left: 0;
	margin-right: 0;
	}

	.large-uncollapse > .column, .large-uncollapse > .columns {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	}

	.large-centered {
	float: none;
	margin-left: auto;
	margin-right: auto;
	}

	.large-uncentered,
	.large-push-0,
	.large-pull-0 {
	position: static;
	margin-left: 0;
	margin-right: 0;
	float: left;
	}
}
.slide-in-down.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.slide-in-left.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.slide-in-up.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.slide-in-right.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.slide-out-down.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.slide-out-right.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.slide-out-up.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.slide-out-left.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.fade-in.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	opacity: 0;
	transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
	opacity: 1;
}

.fade-out.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	opacity: 1;
	transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
	opacity: 0;
}

.hinge-in-from-top.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-right.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(90deg);
	transform: perspective(2000px) rotateX(90deg);
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-left.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(90deg);
	transform: perspective(2000px) rotateY(90deg);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}

.hinge-out-from-top.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0;
}

.hinge-out-from-right.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateX(90deg);
	transform: perspective(2000px) rotateX(90deg);
	opacity: 0;
}

.hinge-out-from-left.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateY(90deg);
	transform: perspective(2000px) rotateY(90deg);
	opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0deg);
	transform: perspective(2000px) rotate(0deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0;
}

.scale-in-up.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.scale-in-down.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.scale-out-up.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
}

.scale-out-down.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
}

.spin-in.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-webkit-transform: rotate(-0.75turn);
	-ms-transform: rotate(-0.75turn);
	transform: rotate(-0.75turn);
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1;
}

.spin-out.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
	-webkit-transform: rotate(0.75turn);
	-ms-transform: rotate(0.75turn);
	transform: rotate(0.75turn);
	opacity: 0;
}

.spin-in-ccw.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-webkit-transform: rotate(0.75turn);
	-ms-transform: rotate(0.75turn);
	transform: rotate(0.75turn);
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1;
}

.spin-out-ccw.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
	-webkit-transform: rotate(-0.75turn);
	-ms-transform: rotate(-0.75turn);
	transform: rotate(-0.75turn);
	opacity: 0;
}

.slow {
	transition-duration: 750ms !important;
}

.fast {
	transition-duration: 250ms !important;
}

.linear {
	transition-timing-function: linear !important;
}

.ease {
	transition-timing-function: ease !important;
}

.ease-in {
	transition-timing-function: ease-in !important;
}

.ease-out {
	transition-timing-function: ease-out !important;
}

.ease-in-out {
	transition-timing-function: ease-in-out !important;
}

.bounce-in {
	transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
	transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
	transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
	transition-delay: 300ms !important;
}

.long-delay {
	transition-delay: 700ms !important;
}

.shake {
	-webkit-animation-name: shake-7;
	animation-name: shake-7;
}

@-webkit-keyframes shake-7 {
	0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
	-webkit-transform: translateX(7%);
	transform: translateX(7%);
	}
	5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
	-webkit-transform: translateX(-7%);
	transform: translateX(-7%);
	}
}
@keyframes shake-7 {
	0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
	-webkit-transform: translateX(7%);
	transform: translateX(7%);
	}
	5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
	-webkit-transform: translateX(-7%);
	transform: translateX(-7%);
	}
}
.spin-cw {
	-webkit-animation-name: spin-cw-1turn;
	animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
	0% {
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn);
	}
	100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	}
}
@keyframes spin-cw-1turn {
	0% {
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn);
	}
	100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	}
}
.spin-ccw {
	-webkit-animation-name: spin-cw-1turn;
	animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
	0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	}
	100% {
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn);
	}
}
.wiggle {
	-webkit-animation-name: wiggle-7deg;
	animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
	40%, 50%, 60% {
	-webkit-transform: rotate(7deg);
	transform: rotate(7deg);
	}
	35%, 45%, 55%, 65% {
	-webkit-transform: rotate(-7deg);
	transform: rotate(-7deg);
	}
	0%, 30%, 70%, 100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	}
}
@keyframes wiggle-7deg {
	40%, 50%, 60% {
	-webkit-transform: rotate(7deg);
	transform: rotate(7deg);
	}
	35%, 45%, 55%, 65% {
	-webkit-transform: rotate(-7deg);
	transform: rotate(-7deg);
	}
	0%, 30%, 70%, 100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	}
}
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
}

.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.slow {
	-webkit-animation-duration: 750ms !important;
	animation-duration: 750ms !important;
}

.fast {
	-webkit-animation-duration: 250ms !important;
	animation-duration: 250ms !important;
}

.linear {
	-webkit-animation-timing-function: linear !important;
	animation-timing-function: linear !important;
}

.ease {
	-webkit-animation-timing-function: ease !important;
	animation-timing-function: ease !important;
}

.ease-in {
	-webkit-animation-timing-function: ease-in !important;
	animation-timing-function: ease-in !important;
}

.ease-out {
	-webkit-animation-timing-function: ease-out !important;
	animation-timing-function: ease-out !important;
}

.ease-in-out {
	-webkit-animation-timing-function: ease-in-out !important;
	animation-timing-function: ease-in-out !important;
}

.bounce-in {
	-webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
	animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
	-webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
	animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
	-webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
	animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
	-webkit-animation-delay: 300ms !important;
	animation-delay: 300ms !important;
}

.long-delay {
	-webkit-animation-delay: 700ms !important;
	animation-delay: 700ms !important;
}

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

	WordPress Core

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

.alignnone {
	margin: 5px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.wp-block-embed-youtube.aligncenter{
	display: flex;
	justify-content: center;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	line-height: 17px;
	margin: 0;
	padding: 10px 4px 5px;
	font-size: 1.2rem;
}

.sticky {
	margin: 0;
	padding: 0;
}

.gallery-caption {
	margin: 10px 0;
	padding: 0 20px;
	font-size: 1.2rem;
}

.bypostauthor {
	margin: 0;
	padding: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	/* background-color: $color__background-screen; */
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	/* color: $color__text-screen; */
	display: block;
	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. */
}

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

/* Basic Setup
----------------------------------------------- */
html {
	font-size: 62.5%;
	/* Sets up the Base 10 stuff */
}

body {
	-webkit-animation: bugfix infinite 1s;
		  animation: bugfix infinite 1s;
	font-family: "Open Sans", sans-serif;
	background: white;
}

/* Fixed android bug on sidebar toggle | Applied to body */
@-webkit-keyframes bugfix {
	from {
	padding: 0;
	}
	to {
	padding: 0;
	}
}
@-ms-keyframes bugfix {
	from {
	padding: 0;
	}
	to {
	padding: 0;
	}
}
@keyframes bugfix {
	from {
	padding: 0;
	}
	to {
	padding: 0;
	}
}
/* some base styles */
.main-content {
	padding-bottom: 80px;
}

.attachment-meta {
	display: block;
	padding: 10px 0;
	font-size: 1.5rem;
}

/* Typography
----------------------------------------------- */
/* Headers */
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-family: "Playfair Display", serif;
	font-weight: 300;
	margin: 20px 0;
	padding: 0;
}

h1 {
	font-size: 3.2rem;
}

h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 1.7rem;
}

h3 {
	font-size: 2.2rem;
}

h4 {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 2rem;
}

h5 {
	font-weight: 300;
	font-size: 1.8rem;
}

h6 {
	color: #666;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 1rem;
}

/* Paragraphs */
p {
	line-height: 1.8;
	font-size: 1.4rem;
	margin: 28px 0 28px 0;
}

/* Unorder and Ordered Lists */
ul {
	margin: 20px 0 20px 40px;
	padding: 0;
}
ul li {
	line-height: 1.6;
	font-size: 1.5rem;
	font-size: 1.4rem;
}

ol {
	margin: 20px 0 20px 40px;
	padding: 0;
}
ol li {
	line-height: 1.6;
	font-size: 1.4rem;
}

/* Blockquotes */
blockquote {
	clear: left;
	display: block;
	font-family: "Playfair Display", serif;
	font-weight: 300;
	margin: 40px 20px;
}
blockquote p {
	line-height: 1.5;
	font-size: 2rem;
}
blockquote.wp-block-quote.is-style-large p{
	font-size: 3rem;
	font-style: normal;
}

blockquote cite {
	margin: 40px 0 60px;
}

cite {
	color: #666;
	position: relative;
	font-size: 1.4rem;
}

/* Links */
a {
	color: #007a7c;
	text-decoration: none;
}

/*
This was made by João Sardinha
Visit me at http://johnsardine.com/
*/
table a:link {
	text-decoration: none;
}

table a:visited {
	font-weight: bold;
	text-decoration: none;
}

table {
	font-family: "Open Sans", sans-serif;
	margin: 20px 0;
	font-size: 1.4rem;
}

table th {
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #e0e0e0;
	padding: 21px 25px 22px 25px;
}

table th:first-child {
	text-align: left;
}

table tr {
	text-align: left;
	padding-left: 20px;
}

table td:first-child {
	text-align: left;
}

table td {
	padding: 18px;
}

table tr.even td {

}

table tr:hover td {

}

/* Defintion Lists */
dl {
	font-size: 1.4rem;
}
dl dt, dl dd {
	line-height: 1.6;
}

/* Address */
address {
	font-size: 1.4rem;
}

/* Pre */
pre {
	font-size: 1.4rem;
}

/* submit button */
input[type="submit"] {
	background: #38393a;
	border: none;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	transition: all 0.55s ease-in-out;
}
input[type="submit"]:hover {
	background: #454647;
}
input[type="submit"].btn-primary {
	border-radius: 3px;
	padding: 8px;
	text-align: center;
	width: 100%;
}
input[type="submit"].search-btn {
	background-color: transparent;
	background: url(assets/images/search.svg) no-repeat top left;
	background-size: contain;
	border: none;
	height: 20px;
	outline: none;
	padding: 0;
	position: absolute;
	top: 8px;
	right: 12px;
	width: 20px;
}

/* Button */
button.pushbutton-wide{
	color: #fff;
	background-color: #32373c;
	border: none;
	border-radius: 28px;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	padding: 18px 24px !important;
	text-align: center;
	text-decoration: none;
	overflow-wrap: break-word;
}

.jetpack_subscription_widget button{
	color: #111;
	background-color: #fff;
	border: none;
	border-radius: 20px;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	padding: 10px 20px !important;
	text-align: center;
	text-decoration: none;
	overflow-wrap: break-word;
}

/* Icons
----------------------------------------------- */
.icon {
	height: 35px;
	padding: 3px;
	width: 35px;
}

.icon-facebook,
.icon-twitter,
.icon-linkedin,
.icon-instagram,
.icon-pinterest {
	fill: #666;
	transition: all 0.75s ease-in-out;
}
.icon-facebook:hover,
.icon-twitter:hover,
.icon-linkedin:hover,
.icon-instagram:hover,
.icon-pinterest:hover {
	fill: white;
	transition: all 0.75s ease-in-out;
}

.icon-arrow-down {
	fill: white;
	height: 30px;
	position: relative;
	top: 5px;
	width: 30px;
}

.share {
	fill: #666;
	height: 35px;
	padding: 3px;
	width: 35px;
}
.share:hover {
	fill: #333;
}

/* Header
----------------------------------------------- */
.site-header {
	background: #38393a;
	overflow: hidden;
	padding: 0 20px;
	position: relative;
	width: 100%;
}

.has-post-thumbnail .site-header {
	position: absolute;
}

.custom-logo-link {
	margin: 0 20px 0 0;
	position: relative;
	width: auto;
	z-index: 999;
}
.custom-logo-link img {
	margin: 20px 0;
}

.site-title {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 0;
	position: relative;
	text-transform: uppercase;
	font-size: 2.5rem;
	z-index: 999;
}
.site-title a {
	color: #fff;
}

.site-title a:hover {
	border: none;
}

.site-description {
	color: #fff;
	font-size: 0.7rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 999;
}

.featured {
	background: #38393a no-repeat;
	background-position: center center;
	background-size: cover;
	padding-bottom: 65%;
	position: relative;
	-webkit-transform-style: preserve 3d;
	transform-style: preserve 3d;
	width: 100%;
}
.featured::after {
	background: black;
	opacity: 0;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}

.featured-content {
	height: auto;
	margin-left: -140px;
	opacity: 1;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
		  transform: translateY(-50%);
	max-width: 280px;
	width: 100%;
	z-index: 200;
	transition: all 0.75s ease-in-out;
}

.js-featured-content {
	top: 45%;
	opacity: 0;
	transition: all 0.75s ease-in-out;
}

.featured-title {
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	margin: 6px 0;
	font-size: 2.6rem;
}
	.featured-title.dark {
		color: #666;
	}

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

.scroll:hover {
	border: none;
}

.featured-subtitle {
	color: #c5c5c6;
	font-weight: 400;
	margin: 6px 0;
	font-size: 1.4rem;
}

.featured-date {
	color: #c5c6c7;
	display: block;
	position: relative;
	font-size: 1.2rem;
}

/* Menu Icon */
.menu-icon-container {
	display: block;
	height: auto;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	right: 5px;
	width: 40px;
	-webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
		  transform: translateY(-50%);
	z-index: 999999;
}

.menu-icon {
	cursor: pointer;
	height: 30px;
	position: relative;
	transition: all 0.15s linear;
	width: 40px;
	z-index: 100;
}

.menu-rotate {
	top: 8px;
	-webkit-transform: rotateY(-180deg);
		  transform: rotateY(-180deg);
	transition: all 0.15s linear;
}

.menu-global {
	-webkit-backface-visibility: hidden;
		  backface-visibility: hidden;
	border-top: 2px solid white;
	left: 0;
	position: absolute;
	transition: all 0.15s linear;
	width: 80%;
}

.menu-top {
	top: 3px;
}

.menu-middle {
	top: 13px;
}

.menu-bottom {
	top: 23px;
}

:checked ~ .page-wrap .menu-top {
	top: 12px;
	-webkit-transform: rotate(48deg);
	  -ms-transform: rotate(48deg);
		  transform: rotate(48deg);
}

:checked ~ .page-wrap .menu-middle {
	opacity: 0;
}

:checked ~ .page-wrap .menu-bottom {
	top: 12px;
	-webkit-transform: rotate(-48deg);
	  -ms-transform: rotate(-48deg);
		  transform: rotate(-48deg);
}

/* Navigation */
.main-navigation {
	padding: 0 30px 40px;
}
.main-navigation ul {
	margin: 5px 0;
	padding: 0;
}

.main-navigation ul ul {
	margin-left: 10px;
	padding: 0;
}

.main-navigation li {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.5;
	list-style: outside none none;
	margin: 6px 0;
	text-transform: uppercase;
	word-wrap: break-word;
}
.main-navigation a {
	color: #fff;
	transition: all 0.55s ease-in-out 0s;
}
.main-navigation a:hover {
	color: #82c9c7;
}
.main-navigation .children {
	padding: 0 0 0 10px;
}
.main-navigation .menu {
	display: table;
	margin: 0 auto;
}

/* 'Back to Top' arrow */
.arrow-top {
	background: #38393a;
	opacity: 0;
	padding: 7px 6px 5px;
	position: fixed;
	bottom: 0;
	right: 0;
	transition: opacity 0.75s ease-in-out;
	z-index: 300;
}

.js-arrow-show {
	opacity: 0.7;
	transition: opacity 0.75s ease-in-out;
}

.arrow {
	fill: white;
}

/* Header no image */
.header-no-img {
	padding: 0;
}

/* Aside Slide
----------------------------------------------- */
/* gets rid of the browser-created checkbox */
#toggle {
	position: absolute;
	left: -4000px;
}

/* style the page-wrap position */
.page-wrap {
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	min-width: 300px;
}
.page-wrap::after {
	content: "";
	display: table;
	clear: both;
}

.page-wrap-inner {
	float: left;
	width: 100%;
	margin-left: 0;
	transition: all 0.55s ease-in-out 0s;
}
.page-wrap-inner::after {
	content: "";
	display: table;
	clear: both;
}

/* When the menu is clicked / checkbox checked */
:checked ~ .page-wrap .page-wrap-inner {
	margin-left: -75%;
	position: fixed;
	transition: 0 0.55s ease-in-out 0s;
}

/* styles the aside position */
.aside-container {
	background: #38393a;
	height: 100%;
	overflow: auto;
	right: -75%;
	padding: 20px 0 60px;
	position: absolute;
	width: 75%;
	transition: right 0.55s ease-in-out 0s;
	z-index: 999;
}

:checked ~ .aside-container {
	right: 0;
	transition: 0 0.55s ease-in-out 0s;
}

/* profile image */
.profile-img {
	height: 120px;
	margin: 20px auto;
	width: 120px;
}
.profile-img img {
	border-radius: 50%;
}

/* profile name */
.profile-name {
	margin: 20px 0;
	width: 100%;
}

.profile-name .name {
	color: #c5c6c7;
	display: block;
	font-weight: 400;
	letter-spacing: 0.15em;
	text-align: center;
	font-size: 1.8rem;
}

/* social */
.profile-social {
	margin: 20px 0 40px;
	text-align: center;
}

/* social icons */
.jetpack-social-navigation a {
	color: #c5c6c7;
	font-size: 2rem;
	margin: 0 2px;
}

/* widgets */
.widget {
	border-bottom: 1px solid #333;
	padding: 20px 30px;
}
.widget p {
	color: #fff;
}
.widget ul {
	margin: 5px 0;
	padding: 0;
}
.widget ul li {
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.5;
	list-style: none;
	margin: 6px 0;
	text-align: center;
	text-transform: uppercase;
	word-wrap: break-word;
	font-size: 1.2rem;
}
.widget ul a {
	color: #fff;
	transition: all 0.55s ease-in-out 0s;
}
.widget ul a:hover {
	color: #007a7c;
}

.comment-author-link {
	color: #fff;
}

.widget:last-of-type {
	border: none;
	min-height: 160px;
}

.widget-title {
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin: 5px 0 15px;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.5rem;
}

/* text widget */

.textwidget {
	color: #fff;
	font-size: 1.5em;
}

/* search */
form > div {
	position: relative;
}

.widget_search {
	background: #333;
	margin-bottom: 20px;
	padding: 10px 30px;
	position: relative;
}
.widget_search .widget-title {
	display: none;
}

.search-field {
	background: #ececec;
	border: none;
	color: #333;
	font-family: "Playfair Display", serif;
	font-style: italic;
	letter-spacing: 0.1em;
	margin: 0 auto;
	outline: none;
	padding: 8px 5px;
	width: 100%;
	font-size: 1.6rem;
}

.icon-search {
	background-color: transparent;
	background-size: contain;
	border: none;
	fill: #666;
	height: 30px;
	outline: none;
	padding: 0;
	position: absolute;
	top: 13px;
	right: 12px;
	width: 30px;
}

::-webkit-input-placeholder {
	color: #333;
}

::-moz-placeholder {
	color: #333;
}

:-ms-input-placeholder {
	color: #333;
}

.widget_categories ul li {
	margin: 5px 5px 5px 0;
	width: 100%;
}
.widget_categories ul li .children li {
	text-indent: 1em;
}
.widget_categories ul li .children .children li {
	text-indent: 2em;
}
.widget_categories ul li .children .children .children li {
	text-indent: 3em;
}
.widget_categories a {
	padding: 4px 12px;
	border-radius: 15px;
	transition: all 0.25s ease-in-out;
}
.widget_categories a:hover {
	color: #fff;
}

#flickr_badge_uber_wrapper {
	width: 100%;
}
#flickr_badge_uber_wrapper #flickr_badge_wrapper {
	border: none;
}
#flickr_badge_uber_wrapper #flickr_badge_wrapper img {
	width: 100%;
}

.widget_blog_subscription label {
	font-size: 1em;
}
.widget_blog_subscription p {
	margin: 0 0 20px;
}
.widget_blog_subscription input {
	height: 30px;
	padding: 10px 23px;
}

.widget_authors li {
	display: block;
	margin: 0 0 20px;
	width: 100%;
}
.widget_authors li .avatar {
	float: left;
	margin: 0 10px 0 0;
}

.widget_links ul li {
	display: block;
}

.widget_calendar table {
	width: 100%;
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.3333;
	text-align: center;
	padding: 0;
}

.widget_calendar caption {
	font-weight: 700;
	margin: 0 0 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.widget-area .jetpack-display-remote-posts > p {
	margin: 0 0 20px !important;
}

td.recentcommentstexttop,
td.recentcommentstextend {
	vertical-align: top;
}

.widget_rss li a {
	font-size: 1.325em;
}
.widget_rss .rss-date {
	display: block;
}
.widget_rss .rssSummary {
	margin: 5px 0 0 0;
	text-transform: none;
}
.widget_rss cite {
	display: block;
	margin: 5px 0 20px;
}

/* Contact Form
----------------------------------------------- */

.contact-form .label {
	font-size: 1.3125rem;
}

.contact-form .grunion-field-label.textarea {
	border: none;
	font-size: inherit;
	padding: 0;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="url"]
{
	border: 1px solid #aaa;
	font-size: 1.3125rem;
	min-height: 30px;
	padding: 0 10px;
}

.contact-form .textarea {
	border: 1px solid #aaa;
	border-radius: 0;
	font-size: 1.3125rem;
	padding: 10px;
}

.contact-submit input[type="submit"] {
	padding: 5px 10px;
}

/* Blog
----------------------------------------------- */
.entry-header {
	padding: 40px 20px 15px;
	text-align: center;
}

.entry-title, .entry-title-index {
	color: #666;
	line-height: 1.1;
	margin: 0;
	transition: all 0.75s ease-in-out;
	word-wrap: break-word;
}
.entry-title a, .entry-title-index a {
	color: #666;
}

.entry-title-index {
	margin: 0;
	font-size: 2.6rem;
}
.entry-title-index a {
	color: #666;
}

.entry-title-animate {
	color: #666;
	margin: 0;
	transition: all 0.75s ease-in-out;
}

.js-entry-title {
	margin: 0;
	position: relative;
	opacity: 1;
	transition: all 0.75s ease-in-out;
}

.entry-title-hover {
	transition: all 0.55s ease-in-out;
}

.entry-subtitle {
	color: #666;
	font-weight: 300;
	margin: 10px 0;
	position: relative;
	word-wrap: break-word;
}

.entry-subtitle-index {
	color: #666;
	font-weight: 300;
	margin: 6px 0;
	font-size: 1.4rem;
}

.entry-content {
	padding: 10px 20px;
	position: relative;
	width: 100%;
	word-wrap: break-word;
	z-index: 200;
}

.entry-index {
	background: fixed;
	background-size: cover;
	background-position: center center;
	border-bottom: 1px solid #c5c5c6;
	margin: 0 auto;
	padding: 30px 20px;
	position: relative;
	text-align: center;
	width: 100%;
}
.entry-index::before {
	background: black;
	content: "";
	opacity: 0.6;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 50;
	transition: all 0.55s ease-in-out;
}
.entry-index::after {
	background: white;
	content: "";
	opacity: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	transition: all 0.55s ease-in-out;
}
.entry-index:hover::after {
	opacity: 1;
	transition: all 0.55s ease-in-out;
}

.entry-index:hover .entry-title-hover > a {
	transition: all 0.55s ease-in-out;
}

.post-nav,
.post-title {
	display: block;
	font-family: "Playfair Display", serif;
	text-transform: none;
}

.post-nav {
	color: #666;
	font-family: "Open Sans", sans-serif;
	font-size: 1.5rem;
	text-transform: uppercase;
}

.post-title {
	color: #007a7c;
	font-size: 1.4rem;
	font-weight: normal;
}

.entry-footer {
	padding: 30px 0 30px 0;
	font-size: 1.4rem;
}

.post-author {
	padding-bottom: 20px;
	position: relative;
}
.post-author::after {
	border-bottom: 3px solid #666;
	content: "";
	height: 5px;
	margin-left: -100px;
	position: absolute;
	bottom: 5px;
	left: 50%;
	width: 200px;
}

.post-date {
	color: #666;
	display: block;
	margin-bottom: 5px;
	position: relative;
	font-size: 1.2rem;
}

/* more posts */
.more-posts {
	margin: 0;
	padding: 5px 0 0;
	text-align: center;
}

.more-posts-title {
	background: #333;
	color: #666;
	margin: 0;
	padding: 30px 0;
	text-transform: uppercase;
}

.item {
	background: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 450px;
	position: relative;
}
.item::after {
	background: rgba(51, 51, 51, 0.6);
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all 0.75s ease-in-out;
	width: 100%;
}

.item-date {
	color: #fff;
	font-size: 1rem;
}

.item-title {
	color: #fff;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	font-size: 3.5rem;
}

.item-subtitle {
	color: #fff;
	word-wrap: break-word;
	font-size: 1.5rem;
}

.item:hover::after {
	background: rgba(51, 51, 51, 0.6);
	transition: all 0.75s ease-in-out;
}

.item:hover .item-content {
	opacity: 1;
}

.item-content {
	opacity: 1;
	padding: 20px 30px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
		  transform: translateY(-50%);
	transition: all 0.55s ease-in-out;
	width: 100%;
	z-index: 500;
}

.item:hover .item-content-subtitle {
	transition: all 0.55s ease-in-out;
}

/* entry footer */
.edit-link {
	font-size: 1.5rem;
}
.edit-link a {
	color: #007a7c;
}

/* catgories / tags */
.tags-links {
	padding: 10px 0 0;
}

.cat-links,
.tags-links {
	letter-spacing: 0.05em;
	font-size: 1.5rem;
}
.cat-links a,
.tags-links a {
	font-size: 1.5rem;
}

.share-links {
	padding: 15px 0 0;
}

.share {
	fill: #666;
	height: 35px;
	padding: 3px;
	width: 35px;
}
.share:hover {
	fill: #333;
}

/* pagination */
.page-links {
	margin: 30px 0;
	text-align: center;
	font-size: 1.5rem;
}

.pagination {
	margin: 0 auto;
	padding: 40px 20px;
	text-align: center;
}
.pagination::after {
	content: "";
	display: table;
	clear: both;
}

.page-numbers {
	border: 1px solid #c5c5c6;
	border-radius: 30px;
	color: #333;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	text-align: center;
	transition: all 0.15s ease-in-out;
	width: 30px;
	font-size: 1.2rem;
}
.page-numbers:hover {
	background: #c5c5c6;
	color: #fff;
}

.page-numbers:last-child {
	margin-right: 0;
}

.current {
	background: #c5c5c6;
	color: #fff;
	font-weight: bold;
}

.next {
	border: none;
}

.nav-previous,
.nav-next {
	display: block;
	font-weight: 900;
	margin: 50px auto 0;
	font-size: 2rem;
	text-align: center;
}
.nav-previous a,
.nav-next a {
	color: #c5c5c6;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
}
.nav-previous a:hover,
.nav-next a:hover {
	border: none;
	color: #333;
}

#infinite-handle {
	margin: 40px 0;
	text-align: center;
}

.infinite-loader .spinner {
	margin: 40px auto;
}

/* Archive and Search
----------------------------------------------- */

.search-header,
.archive-header {
	padding: 10px 0 20px;
}

.search-title,
.archive-title {
	color: #666;
	margin: 0;
	text-align: center;
	word-wrap: break-word;
}

/* Comments
----------------------------------------------- */
.comments-area {
	border-top: 4px double #c5c5c6;
	margin: 30px 0;
	padding: 0 20px;
	position: relative;
	/* Comment Respond */
}
.comments-area .comments-title {
	color: #333;
	font-family: "Playfair Display", serif;
	font-weight: 900;
	margin: 20px 0 10px;
	padding: 20px 0 0;
	text-align: left;
	word-wrap: break-word;
	font-size: 2rem;
}
.comments-area .nav-links {
	overflow: hidden;
}
.comments-area .nav-links .nav-next,
.comments-area .nav-links .nav-previous {
	display: inline-block;
	font-size: 1.5rem;
	margin: 0;
}
.comments-area .nav-links .nav-next a,
.comments-area .nav-links .nav-previous a {
	text-align: initial;
}
.comments-area .nav-links .nav-next {
	float: right;
}
.comments-area .comment-body {
	border-bottom: 1px solid #c5c5c6;
	padding: 0 0 0 120px;
	position: relative;
	width: 100%;
}
.comments-area .pingback .comment-body {
	border: none;
	padding: 0;
}
.comments-area .pingback {
	margin: 0 0 10px;
}
.comments-area .comment-body::after {
	content: "";
	display: table;
	clear: both;
}
.comments-area .comment-body .comment-meta,
.comments-area .comment-body .comment-author {
	color: #666;
	margin: 0;
	padding: 20px 0 0;
	font-size: 2.2rem;
	width: 100%;
}
.comments-area .comment-body .comment-meta img,
.comments-area .comment-body .comment-author img {
	border-radius: 50%;
	height: auto;
	left: 0;
	margin-top: 10px;
	position: absolute;
	width: 100px;
}
.comments-area .comment-body .comment-meta::after,
.comments-area .comment-body .comment-author::after {
	content: "";
	display: table;
	clear: both;
}
.comments-area .comment-body .comment-meta cite,
.comments-area .comment-body .comment-author cite {
	display: inline;
	font-size: 1.875rem;
	font-style: normal;
	margin: 0;
}
.comments-area .comment-body .comment-meta .says,
.comments-area .comment-body .comment-author .says {
	font-size: 1.875rem;
}
.comments-area .comment-body .comment-meta {
	font-size: 1.3125rem;
	padding: 0;
}
.comments-area .comment-body .logged-in-as {
	font-size: 1.4rem;
}
.comments-area .comment-entry {
	float: left;
	width: 100%;
	word-wrap: break-word;
}
.comments-area .comment-list {
	list-style: none;
	margin-left: 0;
}
.comments-area .comment-reply-title {
	font-size: 2rem;
}
.comments-area #cancel-comment-reply-link {
	color: #333;
}
.comments-area .comment-respond {
	margin: 60px auto;
	width: 100%;
}
.comments-area .form-control {
	background: #ececec;
	border: none;
	border-radius: 3px;
	color: #ababad;
	outline: none;
	overflow: hidden;
	padding: 10px 13px;
	width: 100%;
	z-index: 1;
	font-size: 1.7rem;
}
.comments-area .form-control:valid {
	background: #eee;
}

.comments-area .form-control:focus .comment-form-author label,
.comments-area .form-control:focus .comment-form-email label,
.comments-area .form-control:focus .comment-form-url label,
.comments-area .form-control:focus .comment-form-comment label {
	color: #000;
	top: -30px;
	left: 10px;
}
.comments-area .comment-notes {
	padding-bottom: 30px;
	font-size: 1.4rem;
}
.comments-area .comment-form-author,
.comments-area .comment-form-email,
.comments-area .comment-form-url,
.comments-area .comment-form-comment {
	margin: 35px 0;
	position: relative;
}
.comments-area .comment-form-author label,
.comments-area .comment-form-email label,
.comments-area .comment-form-url label,
.comments-area .comment-form-comment label {
	color: #ababad;
	position: absolute;
	top: 2px;
	left: 10px;
	padding: 3px;
	font-size: 1.7rem;
}
.comments-area .comment-form-comment {
	margin-bottom: 10px;
}
.comments-area .form-control:focus + label {
	-webkit-animation: animateLabels 0.5s forwards;
		  animation: animateLabels 0.5s forwards;
	color: #333;
	top: -30px;
	left: 20px;
	font-size: 1.7rem;
}
.comments-area .required {
	color: #ababad;
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px;
}
@-webkit-keyframes animateLabels {
	0% {
	color: #c5c5c6;
	opacity: 0;
	left: 8px;
	top: 0px;
	}
	100% {
	opacity: 1;
	left: 8px;
	top: -30px;
	}
}
@keyframes animateLabels {
	0% {
	color: #c5c5c6;
	opacity: 0;
	left: 8px;
	top: 0px;
	}
	100% {
	opacity: 1;
	left: 8px;
	top: -30px;
	}
}
.comments-area .reply {
	clear: both;
	margin: 20px 0;
	text-align: right;
	text-transform: uppercase;
	font-size: 1.5rem;
}
.comments-area .reply a:hover {
	color: #38393a;
}
.comments-area .children {
	list-style: none;
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}

.owl-pagination {
	display: none;
}

.owl-prev {
	background: url("assets/images/arrow-prev.svg");
	background-color: rgba( 0,0,0,0.8 );
	background-size: 30px 30px;
	border-radius: 100%;
	height: 30px;
	opacity: 0.5;
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	  transform: translateY(-50%);
	width: 30px;
}

.owl-next {
	background: url("assets/images/arrow-next.svg");
	background-color: rgba( 0,0,0,0.8 );
	background-size: 30px 30px;
	border-radius: 100%;
	height: 30px;
	opacity: 0.5;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	  transform: translateY(-50%);
	width: 30px;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: 0.5;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(assets/images/AjaxLoader.gif) no-repeat center center;
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
	cursor: url(../images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

/* Footer
----------------------------------------------- */
footer {
	overflow: hidden;
	padding: 50px 20px;
	text-align: center;
}
footer p {
	font-size: 1.5rem;
}

.copyright {
	position: relative;
}
.copyright::before {
	border: 3px solid #c5c6c7;
	content: "";
	margin-left: -75px;
	position: absolute;
	top: -30px;
	left: 50%;
	width: 150px;
}

@media (min-width: 700px) {
	/* Global
  ----------------------------------------------- */
	.main-content {
	padding-bottom: 80px;
	}

	/* Typography
  ----------------------------------------------- */
	h1 {
	font-size: 5rem;
	}

	h2 {
	font-size: 4rem;
	}

	h3 {
	font-size: 3rem;
	}

	h4 {
	font-size: 2.5rem;
	}

	h5 {
	font-size: 2rem;
	}

	h6 {
	font-size: 1.5rem;
	}

	/* Paragraphs */
	p {
	font-size: 1.5rem;
	}

	/* Unorder and Ordered Lists */
	ul li {
	font-size: 1.5rem;
	}

	ol {
	font-size: 1.5rem;
	}

	/* Blockquotes */
	blockquote p {
	font-size: 2.5rem;
	}

	cite {
	font-size: 1.5rem;
	}

	/* Tables */
	table {
	font-size: 1.5rem;
	}

	/* Defintion Lists */
	dl {
	font-size: 1.5rem;
	}

	/* Address */
	address {
	font-size: 1.5rem;
	}

	/* Pre */
	pre {
	font-size: 1.5rem;
	}

	/* Header
  ----------------------------------------------- */
	.site-header {
	padding: 1% 0 2%;
	width: 100%;
	}

	.site-branding {
	position: relative;
	left: 60px;
	}

	.site-title {
	line-height: 1;
	margin: 0;
	font-size: 3.6rem;
	}

	.site-description {
	font-size: 1.5rem;
	margin: 0;
	}

	.featured-content {
	margin-left: -350px;
	max-width: 700px;
	}

	.featured-title {
	margin: 15px 0;
	font-size: 6rem;
	}

	.featured-subtitle {
	font-weight: 300;
	margin: 15px 0;
	font-size: 2.5rem;
	}

	.featured-date {
	color: #fff;
	font-size: 1.5rem;
	}
	.featured-date::before {
	border-top: 1px solid white;
	content: "";
	height: 1px;
	position: absolute;
	top: 10px;
	left: -20px;
	width: 280px;
	}
	.featured-date::after {
	border-top: 1px solid white;
	content: "";
	height: 1px;
	position: absolute;
	top: 10px;
	right: -20px;
	width: 280px;
	}

	.menu-icon-container {
	top: 50%;
	right: 40px;
	}

	.menu-global {
	border-top: 2px solid white;
	width: 100%;
	}

	.menu-top {
	top: 0;
	}

	.menu-middle {
	top: 14px;
	}

	.menu-bottom {
	top: 28px;
	}

	.icon-arrow-down {
	height: 40px;
	top: 20px;
	width: 40px;
	}

	/* Sidebar
  ----------------------------------------------- */
	:checked ~ .page-wrap .page-wrap-inner {
	margin-left: -50%;
	}

	.aside-container {
	right: -50%;
	width: 50%;
	}

	.widget ul li {
	font-size: 1.3rem;
	}

	.widget-title {
	font-size: 2rem;
	}

	/* Blog
  ----------------------------------------------- */
	.entry-header {
	padding: 60px 20px 20px;
	}

	.entry-title, .entry-title-index {
	margin: 5px 0;
	}

	.entry-title-animate {
	color: #666;
	margin: 5px 0;
	transition: all 0.75s ease-in-out;
	}

	.entry-title-index {
	font-size: 5.5rem;
	}

	.entry-subtitle {
	font-size: 2.5rem;
	}

	.entry-subtitle-index {
	margin: 6px 0;
	font-size: 2.5rem;
	}

	.entry-index:hover .entry-subtitle-index {
	color: #b3b3b3;
	transition: all 0.55s ease-in-out;
	}

	.entry-content {
	margin: 0 auto;
	max-width: 700px;
	}

	.entry-index {
	padding: 50px 20px;
	}
	.entry-index:hover::after {
	opacity: 0;
	}

	.entry-index:hover .entry-title-hover > a {
	color: #fff;
	}

	.post-author {
	padding-bottom: 40px;
	}

	.post-date {
	color: #c5c6c7;
	font-size: 1.5rem;
	}
	.post-date::before {
	border-top: 1px solid #c5c6c7;
	content: "";
	height: 1px;
	position: absolute;
	top: 10px;
	left: -20px;
	width: 0;
	}
	.post-date::after {
	border-top: 1px solid #c5c6c7;
	content: "";
	height: 1px;
	position: absolute;
	top: 10px;
	right: -20px;
	width: 0;
	}

	.post-navigation {
		overflow: hidden;
	}

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

	/* Comments
  ----------------------------------------------- */
	.edit-link {
	font-size: 1.5rem;
	}

	.cat-links,
	.tags-links {
	font-size: 1.8rem;
	}
	.cat-links a,
	.tags-links a {
	font-size: 1.8rem;
	}

	.comment-date {
	font-size: 1.3rem;
	}

	.comment-author {
	font-size: 2rem;
	}

	.comments-title {
	margin: 20px 0 6px;
	text-align: center;
	font-size: 2rem;
	}

	.comment-body {
	padding: 30px 0 20px;
	width: 90%;
	}

	.comment-respond {
	margin: 60px auto;
	}

	#comment {
	min-height: 200px;
	resize: vertical;
	}

	/* Owl Theme
  ----------------------------------------------- */
	.owl-prev {
	background-size: 30px 30px;
	height: 30px;
	width: 30px;
	}

	.owl-next {
	background-size: 30px 30px;
	height: 30px;
	width: 30px;
	}

	/* Footer
  ----------------------------------------------- */
	footer {
	padding: 50px;
	}
}
@media (min-width: 1142px) {
	/* Global
  ----------------------------------------------- */
	.main-content {
	padding-bottom: 100px;
	}

	/* Typography
  ----------------------------------------------- */
	h1 {
	font-size: 6rem;
	}

	h2 {
	font-size: 3rem;
	}

	h3 {
	font-size: 3.5rem;
	}

	h4 {
	font-size: 2.5rem;
	}

	h5 {
	font-size: 3rem;
	}

	h6 {
	font-size: 1.8rem;
	}

	/* Paragraphs */
	p {
	font-size: 1.7rem;
	}

	/* Unorder and Ordered Lists */
	ul li {
	font-size: 1.8rem;
	}

	ol li {
	font-size: 1.7rem;
	}

	/* Blockquotes */
	blockquote p {
	font-size: 3.5rem;
	}

	cite {
	font-size: 2rem;
	}

	/* Tables */
	table {
	font-size: 22px;
	background: #eee;
	color: #38393a;
	font-family: "Open Sans", sans-serif;
	margin: 20px 0;
	}

	/* Defintion Lists */
	dl {
	font-size: 1.7rem;
	}

	/* Address */
	address {
	font-size: 1.7rem;
	}

	/* Pre */
	pre {
	font-size: 1.7rem;
	}

	/* Header
  ----------------------------------------------- */
	.header-no-img {
	background: #333;
	padding: 4% 0;
	}

	.logo {
	position: absolute;
	top: 50%;
	left: 60px;
	height: auto;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
	}

	.site-title {
	font-size: 4.2rem;
	}

	.featured-content {
	margin-left: -500px;
	max-width: 1000px;
	}

	.featured-title {
	font-size: 7.5rem;
	}

	.featured-subtitle {
	font-size: 3rem;
	}

	.featured-date {
	font-size: 2rem;
	}
	.featured-date::before {
	top: 15px;
	right: 0;
	width: 420px;
	}
	.featured-date::after {
	top: 15px;
	right: -20px;
	width: 420px;
	}

	/* Menu Icon */
	.menu-icon-container {
	top: 50%;
	right: 60px;
	}

	/* Sidebar
  ----------------------------------------------- */
	.aside-container {
	right: -25%;
	width: 25%;
	}

	:checked ~ .page-wrap .page-wrap-inner {
	margin-left: -25%;
	}

	/* Blog
  ----------------------------------------------- */
	.entry-header {
	padding: 100px 0 20px;
	}

	.entry-title, .entry-title-index {
	margin: 0;
	}

	.entry-title-index {
	font-size: 8rem;
	}

	.entry-subtitle-index {
	margin: 10px 0;
	font-size: 3rem;
	}

	.entry-title-animate {
	margin: 100px 0;
	opacity: 0;
	}

	.js-entry-title {
	margin: 0;
	position: relative;
	opacity: 1;
	transition: all 0.75s ease-in-out;
	}

	.entry-content {
	max-width: 1000px;
	padding: 10px 0;
	}

	.entry-index {
	padding: 100px 0;
	}

	.post-title {
	color: #007a7c;
	font-size: 2rem;
	font-weight: normal;
	}

	.post-nav {
	font-size: 1.8rem;
	}

	.entry-footer {
	font-size: 1.5rem;
	}

	.post-date {
	font-size: 2rem;
	}
	.post-date::before {
	top: 15px;
	right: 0;
	width: 0;
	}
	.post-date::after {
	top: 15px;
	right: -20px;
	width: 0;
	}

	.entry-index:hover .post-date::before {
	width: 420px;
	transition: all 0.55s ease-in-out;
	}
	.entry-index:hover .post-date::after {
	width: 420px;
	transition: all 0.55s ease-in-out;
	}

	.item::after {
	background: rgba(51, 51, 51, 0);
	}

	.item-title {
	font-size: 5rem;
	}

	.item-subtitle {
	font-size: 1.8rem;
	}

	.item-content {
	opacity: 0;
	}

		.no-post-thumbnail .item-content {
			opacity: 1;
		}

		.no-post-thumbnail .item-date,
		.no-post-thumbnail .item-title {
			color: #333;
		}

		.item.no-post-thumbnail:hover::after {
			background: transparent;
		}

	.item:hover .item-content-subtitle {
	color: #fff;
	transition: all 0.55s ease-in-out;
	}

	.item-content-title {
	font-size: 3.3rem;
	}
	.item-content-title a {
	color: #fff;
	}

	.item-content-subtitle {
	color: #4d4d4d;
	font-size: 2.3rem;
	}

	.cat-links,
	.tags-links {
	font-size: 1.5rem;
	}
	.cat-links a,
	.tags-links a {
	font-size: 1.5rem;
	}

	.pagination {
	padding: 50px 0;
	}

	.nav-previous,
	.nav-next {
	font-size: 4rem;
	}

	/* Comments
  ----------------------------------------------- */
	.comments-area {
	margin: 60px auto;
	padding: 0;
	}

	.comments-title {
	margin: 20px 0 80px;
	font-size: 3rem;
	}

	.comment-entry {
	padding-left: 40px;
	width: 600px;
	}

	.comment-author {
	font-size: 2.5rem;
	}

	.comment-date {
	font-size: 1.6rem;
	}
}

@media ( max-width: 480px ) {

	.has-post-thumbnail .site-header {
		position: relative;
	}

}

/* Gutenberg Front-End Styles */

/* Text */
.wp-block-jetpack-email,
.wp-block-jetpack-phone,
.wp-block-jetpack-address{
	margin:28px 0 28px 0;
}
.wp-block-jetpack-email a,
.wp-block-jetpack-phone a,
.wp-block-jetpack-address a,
.wp-block-jetpack-address
{
	font-size:16px
}

.wp-block-spacer{
	margin-bottom: 28px;
}

/* BE Button */
.wp-block-button__link code{
	background: #f3f4f5;
}
.wp-block-button.aligncenter{
	width: fit-content;
}

/* When button is in a cover block, and outlined, enforce contrast. */
.wp-block-cover__inner-container .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color){
	color: #fff;
}

.wp-block-cover__inner-container .wp-block-button.is-style-outline .wp-block-button__link.has-text-color{
	color: inherit;
}

/* Verse */
pre.wp-block-verse{
	white-space: normal;
	overflow: auto;
}

/* wp-block-calendar */
.wp-block-calendar table caption, .wp-block-calendar table tbody {
	color: #40464d;
	font-size: 22px;
}

.wp-block-calendar thead th{
	padding: 18px;
	background: #fff;
}

.wp-block-calendar table td {
	padding: 18px;
}

.wp-block-calendar tfoot td{
	border:none;
}

/* wp-block-latest-comments */
.wp-block-latest-comments{
	margin: 0;
}

.wp-block-latest-comments footer{
	margin: 0 0 28px;
	padding: 0;
	font-size: 22.4px;
	text-align: left;
}

/* wp-block-latest-comments */
.wp-block-search .wp-block-search__input{
	border-radius: 4px;
	border: 1px solid #7e8993;
	color: rgba(14,28,46,.62);
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
	font-size: 13px;
	flex-grow: 1;
	height: 33px;
}

.wp-block-search .wp-block-search__label{
	font-size: 16px;
}

.wp-block-search .wp-block-search__button{
	padding: 6px 10px;
	background: #f7f7f7;
	border-radius: 4px;
	border: 1px solid #ccc;
	box-shadow: inset 0 -1px 0 #ccc;
	margin-left: 10px;
	font-size: 13px;
}

/* wp-block-newspack-blocks-homepage-articles */
.wp-block-newspack-blocks-homepage-articles article{
	margin-bottom: 24px;
}

.wp-block-newspack-blocks-homepage-articles .cat-links a{
	font-size: 9px;
}

.wp-block-newspack-blocks-homepage-articles h2.entry-title a{
	font-size: 25px;
	color: #191e23;
}

.wp-block-newspack-blocks-homepage-articles article .entry-meta{
	font-size: 12.8px;
}

/* .wp-block-audio */
.wp-block-audio{
	margin: 0 ;
}

.wp-block-image{
	margin:0;
}

/* Block Editor colors */
.wp-block-table .has-subtle-light-gray-background-color {
	background-color: rgb(243, 244, 245);
}
.wp-block-table .has-subtle-pale-green-background-color {
	background-color: rgb(233, 251, 229);
}
.wp-block-table .has-subtle-pale-blue-background-color {
	background-color: rgb(231, 245, 254);
}
.wp-block-table .has-subtle-pale-pink-background-color {
	background-color: rgb(252, 240, 239);
}

/* Main column width */
.wp-block {
	max-width: 1000px;
}

/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
	max-width: 1000px;
}

/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
	max-width: none;
}
