/*
 * Theme Name: Technize Pro
 * Theme URI: https://www.technize.com
 * Author: Technize.com
 * Author URI: https://www.technize.com
 * Description: Genesis starter theme with a modern development workflow.
 * Version: 1.0.2
 * License: GPL-3.0-or-later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-logo, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template
 * Text Domain: Technize-pro
 * Domain Path: /languages
 * Template: genesis
 */
@charset 'UTF-8';
/**
 * Table of Contents
 *
 * - Normalize
 * - Base
 * - Blocks
 * - Comments
 * - Content
 * - Entry
 * - Footer
 * - Header
 * - Layout
 * - Navigation
 * - Plugins
 * - Sidebar
 * - Pages
 */
/* # Vendor
---------------------------------------------------------------------------------------------------- */
/* ## Normalize
--------------------------------------------- */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	        text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* ## WordPress
--------------------------------------------- */
/* =WordPress Core
Reference: https://codex.wordpress.org/CSS
-------------------------------------------------------------- */
.alignnone,
.alignleft,
a img.alignnone,
a img.alignleft,
.wp-caption.alignnone,
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

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

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

a img.alignright {
	float: right;
}

a img.alignleft {
	float: left;
}

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

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

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

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

/* 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: #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: 1.4rem;
	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. */
}

/* ## Print Styles
--------------------------------------------- */

/* ## Genesis Column Classes
--------------------------------------------- */

/* # Base
---------------------------------------------------------------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	word-wrap: normal !important;
}

.screen-reader-shortcut:focus,
.screen-reader-text:focus {
	display: block;
	clip: auto !important;
	z-index: 100000;
	top: 5px;
	left: 5px;
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	color: #444444;
	background-color: #eeeeee;
	-webkit-clip-path: none;
	        clip-path: none;
	font-size: 1em;
	line-height: normal;
	text-decoration: none;
}

.more-link {
	position: relative;
}

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	width: 0;
	height: 0;
	list-style: none;
}

:focus {
	outline: #cccccc solid 1px;
	color: #000000;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
	display: inline-block;
	width: auto;
	padding: 15px 30px;
	border: 0;
	color: #ffffff;
	background-color: #000000;
	font-size: 1.6rem;
	font-weight: 600;
	white-space: normal;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s ease;
}

button:focus,
button:hover,
input[type='button']:focus,
input[type='button']:hover,
input[type='reset']:focus,
input[type='reset']:hover,
input[type='submit']:focus,
input[type='submit']:hover,
.button:focus,
.button:hover {
	border: none;
	color: #ffffff;
	background-color: #12be9f;
}

button:disabled,
button:disabled:hover,
input[type='button']:disabled,
input[type='button']:disabled:hover,
input[type='reset']:disabled,
input[type='reset']:disabled:hover,
input[type='submit']:disabled,
input[type='submit']:disabled:hover,
.button:disabled,
.button:disabled:hover {
	border-width: 0;
	color: rgba(0, 0, 0, 0.5);
	background-color: rgba(0, 0, 0, 0.1);
	cursor: not-allowed;
}

button.alt,
input[type='button'].alt,
input[type='reset'].alt,
input[type='submit'].alt,
.button.alt {
	background-color: #12be9f;
}

button.alt:hover,
button.alt:focus,
input[type='button'].alt:hover,
input[type='button'].alt:focus,
input[type='reset'].alt:hover,
input[type='reset'].alt:focus,
input[type='submit'].alt:hover,
input[type='submit'].alt:focus,
.button.alt:hover,
.button.alt:focus {
	background-color: #000000;
}

button.small,
input[type='button'].small,
input[type='reset'].small,
input[type='submit'].small,
.button.small {
	padding: 8px 16px;
}

button .entry-content:focus,
button .entry-content:hover,
input[type='button'] .entry-content:focus,
input[type='button'] .entry-content:hover,
input[type='reset'] .entry-content:focus,
input[type='reset'] .entry-content:hover,
input[type='submit'] .entry-content:focus,
input[type='submit'] .entry-content:hover,
.button .entry-content:focus,
.button .entry-content:hover {
	color: #ffffff;
}

input,
select,
textarea {
	width: 100%;
	padding: 1em;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0;
	color: #000000;
	background-color: transparent;
	background-clip: padding-box;
	box-shadow: none;
	font-size: 1.6rem;
	font-weight: 400;
}

input:focus,
input:focus,
select:focus,
select:focus,
textarea:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.5);
	outline: none;
}

input[type='checkbox'],
input[type='image'],
input[type='radio'] {
	width: auto;
}

::-moz-placeholder {
	opacity: 1;
	color: rgba(0, 0, 0, 0.6);
}

::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.6);
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button {
	display: none;
}

input:disabled,
input:disabled:hover {
	border-width: 0;
	color: rgba(0, 0, 0, 0.5);
	background-color: rgba(0, 0, 0, 0.1);
	cursor: not-allowed;
}

input[type='search'] {
	-webkit-appearance: none;
}

input[type='color'] {
	height: 3em;
}

legend {
	display: table;
	float: left;
	width: 100%;
	margin: 0;
	margin-bottom: 2rem;
	padding: 0;
	font-family: 'Oswald', -apple-system, blinkmacsystemfont, 'segoe ui', roboto, helvetica, arial, sans-serif, 'apple color emoji', 'segoe ui emoji', 'segoe ui symbol';
	font-size: 2.025rem;
	font-weight: 600;
	text-transform: uppercase;
}

legend + * {
	clear: both;
}

fieldset {
	min-width: 0;
	margin: 0;
	padding: 0.01em 0 0 0;
	border: 0;
}

body:not(:-moz-handler-blocked) fieldset {
	display: table-cell;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 2rem;
	font-family: 'Oswald', -apple-system, blinkmacsystemfont, 'segoe ui', roboto, helvetica, arial, sans-serif, 'apple color emoji', 'segoe ui emoji', 'segoe ui symbol';
	font-weight: 600;
	line-height: 1.29443;
}

h1 {
	font-size: 3.6rem;
}

h2 {
	font-size: 3.15rem;
}

h3 {
	font-size: 2.7rem;
}

h4 {
	font-size: 2.25rem;
}

h5 {
	font-size: 2.025rem;
}

h6 {
	font-size: 1.8rem;
}

html {
	overflow-x: hidden;
	box-sizing: border-box;
	max-width: 100vw;
}

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

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

embed,
iframe,
object,
video,
.wp-caption {
	width: 100%;
	max-width: 100%;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

iframe {
	border: 0;
}

table {
	width: 100%;
	margin-bottom: 40px;
	border-spacing: 0;
	border-collapse: collapse;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

th {
	background-color: rgba(0, 0, 0, 0.05);
	font-size: smaller;
}

td {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	text-align: left;
}

th,
td {
	padding: 0.66667rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

html {
	background-color: #000000;
	font-size: 62.5%;
	/* 10px browser default */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/* Chrome fix */
body > div {
	font-size: 1.8rem;
}

body {
	overflow-x: hidden;
	max-width: 100vw;
	margin: 0;
	color: #000000;
	background-color: #ffffff;
	font-family: -apple-system, blinkmacsystemfont, 'segoe ui', roboto, helvetica, arial, sans-serif, 'apple color emoji', 'segoe ui emoji', 'segoe ui symbol';
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.61803;
}

a {
	color: #000000;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s ease, background-color 0.2s ease;
	transition: all 0.2s ease;
}

a:hover,
a:focus {
	box-shadow: inset 0 -0.1em 0 #12be9f;
}

p {
	margin: 0 0 1em;
	padding: 0;
}

hr {
	clear: both;
	margin: 30px 0;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-collapse: collapse;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #fdffb6;
}

blockquote {
	margin: 0 0 1em;
	padding: 0 1em;
	border-left: 3px solid #12be9f;
}

/* # Blocks
---------------------------------------------------------------------------------------------------- */
.alignfull {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: none;
	margin-left: -50vw;
}

.content-sidebar .alignfull,
.sidebar-content .alignfull {
	max-width: calc(100% + 12rem);
}

.alignfull img {
	display: inline-block;
	width: 100%;
	margin: 1.618em auto;
}

.alignwide {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: 120%;
	-webkit-transform: translate(-50%);
	        transform: translate(-50%);
}

.alignwide img {
	display: inline-block;
	margin: 1.618em auto;
}

.clearfix:before,
.clearfix:after {
	display: block;
	clear: both;
	content: ' ';
}

@keyframes fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.has-light-gray-background-color {
	background-color: rgba(0, 0, 0, 0.05);
}

.has-light-gray-color {
	color: rgba(0, 0, 0, 0.05);
}

.has-medium-gray-background-color {
	background-color: rgba(0, 0, 0, 0.5);
}

.has-medium-gray-color {
	color: rgba(0, 0, 0, 0.5);
}

.has-dark-gray-background-color {
	background-color: rgba(0, 0, 0, 0.6);
}

.has-dark-gray-color {
	color: rgba(0, 0, 0, 0.6);
}

.wp-block-button .wp-block-button__link {
	border-radius: 0;
	font-family: 'Oswald', -apple-system, blinkmacsystemfont, 'segoe ui', roboto, helvetica, arial, sans-serif, 'apple color emoji', 'segoe ui emoji', 'segoe ui symbol';
	font-weight: 400;
}

.wp-block-button .wp-block-button__link:not(.has-background) {
	background-color: #000000;
}

.wp-block-button .wp-block-button__link:not(.has-background):active,
.wp-block-button .wp-block-button__link:not(.has-background):focus,
.wp-block-button .wp-block-button__link:not(.has-background):hover {
	background-color: #12be9f;
}

.wp-block-columns {
	flex-wrap: wrap;
}

.wp-block-column {
	flex: auto;
}

.wp-block-embed {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.entry-content .wp-block-gallery {
	margin-right: -8px;
	margin-left: -8px;
}

.entry-content .wp-block-gallery.alignfull {
	margin-right: auto;
	margin-left: -50vw;
}

.wp-block-gallery .blocks-gallery-item figure {
	align-items: center;
}

.wp-block-image {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.wp-block-image figcaption {
	margin: 0 auto 2em;
}

.wp-block-pullquote {
	margin-top: 4rem;
	margin-bottom: 4rem;
	padding: 0 4rem;
	border-top: none;
	border-bottom: none;
	text-align: left;
}

.wp-block-pullquote.alignright {
	margin-left: 4rem;
}

.wp-block-pullquote cite {
	font-style: normal;
}

/* # Comments
---------------------------------------------------------------------------------------------------- */
.comment-author span a {
	font-weight: 700;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-header {
	margin-bottom: 2rem;
}

.comment-header p {
	margin-bottom: 0;
	font-size: smaller;
}

.comment-header a {
	font-weight: 400;
}

.comment-list .comment {
	padding: 2rem 0 0 2rem;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-list .bypostauthor {
	font-size: inherit;
}

.comment-respond {
	margin-bottom: 2rem;
	font-size: 1.8rem;
}

.comment-respond label {
	display: block;
}

.entry-comments {
	margin-bottom: 40px;
	font-size: 1.8rem;
}

.entry-pings {
	margin-bottom: 40px;
	font-size: 1.8rem;
}

.entry-pings .reply {
	display: none;
}

/* # Content
---------------------------------------------------------------------------------------------------- */
.after-entry {
	margin-bottom: 40px;
	padding: 20px 30px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.075);
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.archive-description {
	width: 100%;
	margin-bottom: 2rem;
}

.archive-description p:last-child {
	margin-bottom: 0;
}

.archive-title {
	margin-bottom: 0;
}

.archive-title + p {
	margin-top: 2rem;
}

.author-box {
	margin: 4rem auto;
	padding: 2rem;
	background-color: rgba(0, 0, 0, 0.05);
	font-size: smaller;
}

.author-box:before,
.author-box:after {
	display: block;
	clear: both;
	content: ' ';
}

.author-box p:last-child {
	margin-bottom: 0;
}

.author-box-title {
	margin-bottom: 1rem;
	font-size: 2rem;
	font-weight: 600;
}

.avatar {
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 2rem;
}

.alignright .avatar {
	margin-left: 2rem;
}

.comment .avatar {
	margin: 0 1rem 2rem 0;
}

.before-content.widget-area,
.after-content.widget-area {
	width: 100%;
	margin-bottom: 2rem;
}

.before-content.widget-area .widget,
.before-content.widget-area .custom-html-widget,
.after-content.widget-area .widget,
.after-content.widget-area .custom-html-widget {
	text-align: center;
}

.after-content.widget-area {
	margin-top: 4rem;
}

.breadcrumb {
	width: 100%;
	margin-bottom: 4rem;
	font-size: 1.6rem;
}

.post-grid .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gallery-item {
	float: left;
	margin: 0;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n + 1),
.gallery-columns-3 .gallery-item:nth-child(3n + 1),
.gallery-columns-4 .gallery-item:nth-child(4n + 1),
.gallery-columns-5 .gallery-item:nth-child(5n + 1),
.gallery-columns-6 .gallery-item:nth-child(6n + 1),
.gallery-columns-7 .gallery-item:nth-child(7n + 1),
.gallery-columns-8 .gallery-item:nth-child(8n + 1),
.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
	clear: left;
}

.gallery {
	overflow: hidden;
}

.gallery img {
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid rgba(0, 0, 0, 0.5);
	outline: none;
}

.hero-section {
	position: relative;
	padding: 12rem 0 6rem;
	color: #ffffff;
	background-color: #000000;
	background-position: center;
	background-size: cover;
	text-align: center;
}

.hero-section .wrap {
	position: relative;
	z-index: 1;
}

.hero-section h1 {
	margin: 0 auto 0.382em;
}

.hero-section p {
	margin: 0 auto;
}

.wp-custom-header {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	position: absolute 0 0 0 0;
}

.woocommerce .wp-custom-header img,
.wp-custom-header img,
.wp-custom-header video,
.wp-custom-header iframe {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center center;
	   object-position: center center;
}

.wp-custom-header iframe {
	position: absolute;
	top: -20%;
	right: -20%;
	bottom: -20%;
	left: -20%;
	width: 140%;
	min-width: 100%;
	max-width: 140%;
	height: 140%;
	min-height: 56.25vw;
	max-height: none;
	margin: auto;
}

.wp-custom-header img {
	display: none;
}

.wp-custom-header-video-button {
	display: none;
}

.pagination {
	clear: both;
	width: 100%;
	margin-bottom: 2rem;
	font-family: 'Oswald', -apple-system, blinkmacsystemfont, 'segoe ui', roboto, helvetica, arial, sans-serif, 'apple color emoji', 'segoe ui emoji', 'segoe ui symbol';
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	display: inline-block;
	padding: 0.5em 0.75em;
	color: #000000;
	background-color: rgba(0, 0, 0, 0.05);
	font-size: 1.6rem;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	color: #ffffff;
	background-color: #000000;
	box-shadow: none;
}

/* # Entry
---------------------------------------------------------------------------------------------------- */
.comment-content a,
.entry-content a {
	box-shadow: inset 0 -2px 0 #12be9f;
	text-decoration: none;
}

.comment-content a:hover,
.comment-content a:focus,
.entry-content a:hover,
.entry-content a:focus {
	color: #12be9f;
}

.comment-content p:empty,
.entry-content p:empty {
	display: none;
}

.comment-content p.has-background,
.entry-content p.has-background {
	padding: 25px 30px;
}

.comment-content p.has-background.box-shadow,
.entry-content p.has-background.box-shadow {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.comment-content p.has-background.light-text a,
.entry-content p.has-background.light-text a {
	color: #ffffff;
	text-decoration: underline;
}

.comment-content p.has-background.light-text a:focus,
.comment-content p.has-background.light-text a:hover,
.entry-content p.has-background.light-text a:focus,
.entry-content p.has-background.light-text a:hover {
	text-decoration: none;
}

.comment-content li ol,
.comment-content li ul,
.entry-content li ol,
.entry-content li ul {
	margin-bottom: 0;
}

.comment-content ol,
.comment-content ul,
.entry-content ol,
.entry-content ul {
	margin-bottom: 2rem;
	margin-left: 2rem;
}

.comment-content ol > li,
.entry-content ol > li {
	list-style-type: decimal;
}

.comment-content ul > li,
.entry-content ul > li {
	list-style-type: disc;
}

.comment-content code,
.comment-content kbd,
.comment-content samp,
.entry-content code,
.entry-content kbd,
.entry-content samp {
	padding: 0.1rem 1rem;
	background-color: rgba(0, 0, 0, 0.05);
	font-size: 90%;
}

.comment-content pre,
.entry-content pre {
	overflow-x: scroll;
	padding: 1em;
	background-color: rgba(0, 0, 0, 0.05);
}

.comment-content pre code,
.comment-content pre kbd,
.comment-content pre samp,
.entry-content pre code,
.entry-content pre kbd,
.entry-content pre samp {
	padding: 0;
	background-color: transparent;
	font-size: 90%;
}

.comment-content .caption,
.entry-content .caption {
	margin-top: -2rem;
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
}

.content .sticky {
	padding: 2rem;
	background-color: rgba(0, 0, 0, 0.05);
}

.entry-image-link {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 1rem;
}

.post-grid .entry-image-link img {
	width: 100%;
	margin: 0;
}

.entry-meta {
	margin-bottom: 1rem;
	font-size: smaller;
	line-height: 1.45623;
}

.entry-title + .entry-meta,
.entry > .entry-meta {
	margin-bottom: 1rem;
}

.post-grid .entry-meta {
	margin: 0;
	font-size: small;
}

.entry-footer .entry-meta {
	padding-top: 2rem;
}

.entry-meta p {
	margin-bottom: 0;
	font-size: 1.6rem;
}

.entry-categories,
.entry-tags {
	display: flex;
}

.entry-categories a,
.entry-tags a {
	display: inline-block;
	margin-right: 0.2em;
	margin-bottom: 1rem;
	padding: 0.1em 0.5em;
	color: #ffffff;
	background-color: #12be9f;
	font-family: 'Oswald', -apple-system, blinkmacsystemfont, 'segoe ui', roboto, helvetica, arial, sans-serif, 'apple color emoji', 'segoe ui emoji', 'segoe ui symbol';
	font-size: small;
	font-weight: 400;
	text-transform: uppercase;
}

.single .entry-categories a,
.single
.entry-tags a {
	margin: 0;
}

.entry-comments-link:before {
	margin: 0 6px 0 2px;
	content: '\2014';
}

.entry-title {
	margin-bottom: 1rem;
	font-size: 3.15rem;
}

.post-grid .entry-title {
	font-size: 2.025rem;
}

.entry-title a {
	color: #000000;
}

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

.entry {
	margin-bottom: 2rem;
}

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

.entry > img {
	width: 100vw;
	max-width: 100vw;
	margin: 1rem 0 4rem;
	margin-left: 50%;
	-webkit-transform: translateX(-50vw);
	        transform: translateX(-50vw);
}

.post-grid .content .entry {
	width: calc(50% - 1rem);
}

.post-grid .content .entry:nth-of-type(5n + 3) {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.post-grid .content .entry:nth-of-type(5n + 3) .entry-image-link {
	margin: 0;
}

.post-grid .content .entry:nth-of-type(5n + 3) .entry-image-link:before {
	display: block;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.post-grid .content .entry:nth-of-type(5n + 3) .entry-title {
	font-size: larger;
}

.post-grid .content .entry:nth-of-type(5n + 3) .entry-header {
	z-index: 100;
	max-width: 640px;
	color: #ffffff;
	position: absolute;
	right: 2rem;
	bottom: 2rem;
	left: 2rem;
}

.post-grid .content .entry:nth-of-type(5n + 3) a {
	color: #ffffff;
}

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

.footer-credits p {
	display: inline;
	margin-bottom: 0;
}

.backtotop {
	margin-left: 1em;
}

.footer-widget-area {
	margin-bottom: 2rem;
}

.footer-widget-area .widget-title {
	color: #ffffff;
}

.footer-widgets {
	clear: both;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 1.5rem;
	text-align: left;
}

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

.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.site-footer {
	padding: 4rem 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	color: rgba(255, 255, 255, 0.8);
	background-color: #000000;
	font-size: 1.5rem;
	text-align: center;
	text-align: left;
}

.site-footer > .wrap p {
	margin-bottom: 0;
}

.site-footer a {
	color: rgba(255, 255, 255, 0.8);
}

.back-to-top {
	display: flex;
	margin-top: 2rem;
}

/* # Header
---------------------------------------------------------------------------------------------------- */
.custom-logo {
	display: flex;
	width: 15rem;
	min-height: 6rem;
	padding: 1.25rem 0.5rem;
}

.woocommerce .custom-logo,
.woocommerce-page .custom-logo {
	height: 6rem;
}

.header-widget-area {
	position: absolute;
	right: 0;
}

.header-widget-area .widget_search .widget-wrap {
	display: flex;
	justify-content: flex-end;
}

.header-widget-area .search-form {
	display: none;
	overflow: hidden;
	z-index: 300;
	width: calc(90vw + 1em);
	height: 5rem;
	align-items: center;
	margin: auto 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

.entry-content .header-widget-area .search-form {
	width: 50%;
	margin-bottom: 40px;
}

.header-widget-area .search-form input {
	padding: 1em;
	border: 0;
	border-radius: 0;
	border-radius: 0;
	color: #ffffff;
	background-color: #000000;
	line-height: 1;
}

.header-widget-area .search-form input:focus {
	outline: none;
}

.header-widget-area .search-form ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.header-widget-area .search-form :-moz-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.header-widget-area .search-form ::-moz-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.header-widget-area .search-form :-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.header-widget-area .search-toggle {
	display: flex;
	z-index: 400;
	width: 4rem;
	height: 4rem;
	margin: auto -0.7rem auto 0;
	padding: 0;
	border-radius: 7rem;
	background-color: transparent;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

.header-widget-area .search-toggle:hover,
.header-widget-area .search-toggle:focus {
	background-color: transparent;
}

.header-widget-area .search-icon {
	display: block;
	position: relative;
	width: 2rem;
	height: 2rem;
	margin-right: 0.7rem;
	border: 3px solid #ffffff;
	border-radius: 2rem;
	transition: -webkit-transform 0.2s ease;
	transition:         transform 0.2s ease;
	transition:         transform 0.2s ease, -webkit-transform 0.2s ease;
}

.activated .header-widget-area .search-icon {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.header-widget-area .search-icon:after {
	display: block;
	width: 3px;
	height: 1rem;
	background-color: #ffffff;
	content: ' ';
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	position: absolute;
	top: 1.2rem;
	left: 1.5rem;
}

.header-widget-area .post-password-form input[type='submit'],
.header-widget-area .search-form input[type='submit'] {
	margin-top: 10px;
}

.header-widget-area .widget_search input[type='submit'] {
	display: none;
}

.header-widget-area .widget_search input[type='submit']:focus {
	outline: none;
}

.site-description {
	width: 100%;
	color: #ffffff;
	font-size: small;
	text-align: center;
}

.wp-custom-logo .site-description {
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	word-wrap: normal !important;
}

.site-header {
	z-index: 9999;
	width: 100%;
	background-color: #000000;
}

.has-sticky-header .site-header {
	position: fixed;
}

.site-header > .wrap {
	display: flex;
	position: relative;
	height: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.site-title {
	margin-bottom: 0;
	border-bottom: 3px solid #12be9f;
	font-family: 'Oswald', -apple-system, blinkmacsystemfont, 'segoe ui', roboto, helvetica, arial, sans-serif, 'apple color emoji', 'segoe ui emoji', 'segoe ui symbol';
	font-size: 2.25rem;
	font-weight: 700;
	font-style: italic;
	line-height: 1.45623;
	text-transform: uppercase;
}

.wp-custom-logo .site-title {
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	word-wrap: normal !important;
}

.title-area {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 30rem;
	margin: 0 auto;
}

.title-area a,
.title-area a:focus,
.title-area a:hover {
	color: #ffffff;
	box-shadow: none;
}

/* # Layout
---------------------------------------------------------------------------------------------------- */
.site-container {
	background-color: #ffffff;
	word-wrap: break-word;
	-webkit-animation: fade-in 1s;
	        animation: fade-in 1s;
}

.site-inner {
	clear: both;
	margin: 0 auto;
}

.site-inner .wrap {
	margin: 2rem auto 4rem;
}

.wrap,
.content-sidebar-wrap {
	width: 90%;
	max-width: 1152px;
	margin: 0 auto;
}

.wrap .wrap,
.content-sidebar-wrap .wrap {
	width: 100%;
	min-width: 100%;
}

/* # Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu .menu-item {
	display: inline-flex;
	overflow: hidden;
	position: relative;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu a {
	display: block;
	padding: 1em;
	outline-offset: -1px;
	color: #ffffff;
	font-family: 'Oswald', -apple-system, blinkmacsystemfont, 'segoe ui', roboto, helvetica, arial, sans-serif, 'apple color emoji', 'segoe ui emoji', 'segoe ui symbol';
	font-size: 1.6rem;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}

.genesis-nav-menu a:before {
	width: 100%;
	height: 3px;
	background-color: rgba(18, 190, 159, 0.9);
	content: ' ';
	-webkit-transform: rotate3d(1, 0, 0, 90deg);
	        transform: rotate3d(1, 0, 0, 90deg);
	pointer-events: none;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.genesis-nav-menu .in-right:before {
	-webkit-transform-origin: 100% 0;
	        transform-origin: 100% 0;
	-webkit-animation: in-right 0.2s ease 0ms 1 forwards;
	        animation: in-right 0.2s ease 0ms 1 forwards;
}

.genesis-nav-menu .in-top:before,
.genesis-nav-menu .in-bottom:before {
	-webkit-transform-origin: 50% 100%;
	        transform-origin: 50% 100%;
	-webkit-animation: in-bottom 0.2s ease 0ms 1 forwards;
	        animation: in-bottom 0.2s ease 0ms 1 forwards;
}

.genesis-nav-menu .in-left:before {
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
	-webkit-animation: in-left 0.2s ease 0ms 1 forwards;
	        animation: in-left 0.2s ease 0ms 1 forwards;
}

.genesis-nav-menu .out-right:before {
	-webkit-transform-origin: 100% 50%;
	        transform-origin: 100% 50%;
	-webkit-animation: out-right 0.2s ease 0ms 1 forwards, change-color 0ms ease 0.2s 1 forwards;
	        animation: out-right 0.2s ease 0ms 1 forwards, change-color 0ms ease 0.2s 1 forwards;
}

.genesis-nav-menu .out-top:before,
.genesis-nav-menu .out-bottom:before {
	-webkit-transform-origin: 50% 100%;
	        transform-origin: 50% 100%;
	-webkit-animation: out-bottom 0.2s ease 0ms 1 forwards, change-color 0ms ease 0.2s 1 forwards;
	        animation: out-bottom 0.2s ease 0ms 1 forwards, change-color 0ms ease 0.2s 1 forwards;
}

.genesis-nav-menu .out-left:before {
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
	-webkit-animation: out-left 0.2s ease 0ms 1 forwards, change-color 0ms ease 0.2s 1 forwards;
	        animation: out-left 0.2s ease 0ms 1 forwards, change-color 0ms ease 0.2s 1 forwards;
}

@-webkit-keyframes change-color {
	from {
		background-color: #12be9f;
	}
	to {
		background-color: #000000;
	}
}

@keyframes change-color {
	from {
		background-color: #12be9f;
	}
	to {
		background-color: #000000;
	}
}

@-webkit-keyframes in-right {
	from {
		-webkit-transform: rotate3d(0, -1, 0, 90deg);
		        transform: rotate3d(0, -1, 0, 90deg);
	}
	to {
		-webkit-transform: rotate3d(0, 0, 0, 0deg);
		        transform: rotate3d(0, 0, 0, 0deg);
	}
}

@keyframes in-right {
	from {
		-webkit-transform: rotate3d(0, -1, 0, 90deg);
		        transform: rotate3d(0, -1, 0, 90deg);
	}
	to {
		-webkit-transform: rotate3d(0, 0, 0, 0deg);
		        transform: rotate3d(0, 0, 0, 0deg);
	}
}

@-webkit-keyframes in-bottom {
	from {
		-webkit-transform: rotate3d(1, 0, 0, 90deg);
		        transform: rotate3d(1, 0, 0, 90deg);
	}
	to {
		-webkit-transform: rotate3d(0, 0, 0, 0deg);
		        transform: rotate3d(0, 0, 0, 0deg);
	}
}

@keyframes in-bottom {
	from {
		-webkit-transform: rotate3d(1, 0, 0, 90deg);
		        transform: rotate3d(1, 0, 0, 90deg);
	}
	to {
		-webkit-transform: rotate3d(0, 0, 0, 0deg);
		        transform: rotate3d(0, 0, 0, 0deg);
	}
}

@-webkit-keyframes in-left {
	from {
		-webkit-transform: rotate3d(0, 1, 0, 90deg);
		        transform: rotate3d(0, 1, 0, 90deg);
	}
	to {
		-webkit-transform: rotate3d(0, 0, 0, 0deg);
		        transform: rotate3d(0, 0, 0, 0deg);
	}
}

@keyframes in-left {
	from {
		-webkit-transform: rotate3d(0, 1, 0, 90deg);
		        transform: rotate3d(0, 1, 0, 90deg);
	}
	to {
		-webkit-transform: rotate3d(0, 0, 0, 0deg);
		        transform: rotate3d(0, 0, 0, 0deg);
	}
}

@-webkit-keyframes out-right {
	from {
		-webkit-transform: rotate3d(0, 0, 0, 0deg);
		        transform: rotate3d(0, 0, 0, 0deg);
	}
	to {
		-webkit-transform: rotate3d(0, -1, 0, 104deg);
		        transform: rotate3d(0, -1, 0, 104deg);
	}
}

@keyframes out-right {
	from {
		-webkit-transform: rotate3d(0, 0, 0, 0deg);
		        transform: rotate3d(0, 0, 0, 0deg);
	}
	to {
		-webkit-transform: rotate3d(0, -1, 0, 104deg);
		        transform: rotate3d(0, -1, 0, 104deg);
	}
}

@-webkit-keyframes out-bottom {
	from {
		-webkit-transform: rotate3d(0, 0, 0, 0deg);
		        transform: rotate3d(0, 0, 0, 0deg);
	}
	to {
		-webkit-transform: rotate3d(1, 0, 0, 104deg);
		        transform: rotate3d(1, 0, 0, 104deg);
	}
}

@keyframes out-bottom {
	from {
		-webkit-transform: rotate3d(0, 0, 0, 0deg);
		        transform: rotate3d(0, 0, 0, 0deg);
	}
	to {
		-webkit-transform: rotate3d(1, 0, 0, 104deg);
		        transform: rotate3d(1, 0, 0, 104deg);
	}
}

@-webkit-keyframes out-left {
	from {
		-webkit-transform: rotate3d(0, 0, 0, 0deg);
		        transform: rotate3d(0, 0, 0, 0deg);
	}
	to {
		-webkit-transform: rotate3d(0, 1, 0, 104deg);
		        transform: rotate3d(0, 1, 0, 104deg);
	}
}

@keyframes out-left {
	from {
		-webkit-transform: rotate3d(0, 0, 0, 0deg);
		        transform: rotate3d(0, 0, 0, 0deg);
	}
	to {
		-webkit-transform: rotate3d(0, 1, 0, 104deg);
		        transform: rotate3d(0, 1, 0, 104deg);
	}
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover {
	text-decoration: none;
}

.genesis-nav-menu .current-menu-item > a {
	color: #12be9f;
}

.genesis-nav-menu > .menu-bold > a {
	font-weight: 700;
}

.genesis-nav-menu > .menu-highlight > a {
	margin-left: 15px;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 3px;
	color: #ffffff;
	background-color: #000000;
	font-weight: 600;
}

.genesis-nav-menu > .menu-highlight > a:focus,
.genesis-nav-menu > .menu-highlight > a:hover {
	background-color: #12be9f;
}

.menu-toggle {
	display: flex;
	visibility: visible;
	z-index: 300;
	width: 4rem;
	height: 4rem;
	margin: auto 0 auto -0.7rem;
	padding: 0;
	color: #ffffff;
	background-color: transparent;
	font-family: 'Oswald', -apple-system, blinkmacsystemfont, 'segoe ui', roboto, helvetica, arial, sans-serif, 'apple color emoji', 'segoe ui emoji', 'segoe ui symbol';
	line-height: 1.45623;
	text-align: left;
	text-transform: uppercase;
	transition: none;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
}

.menu-toggle:focus,
.menu-toggle:hover {
	border-width: 0;
	color: #ffffff;
	background-color: transparent;
}

.menu-toggle.activated {
	position: fixed;
	top: 1rem;
	right: auto;
	bottom: auto;
	left: auto;
}

.admin-bar .menu-toggle.activated {
	top: 5.6rem;
}

.menu-toggle .hamburger,
.menu-toggle .hamburger:before,
.menu-toggle .hamburger:after {
	display: block;
	position: absolute;
	width: 2.5rem;
	height: 3px;
	background-color: #ffffff;
	content: '';
	transition: background-color 0.2s ease;
}

.menu-toggle .hamburger {
	top: auto;
	right: auto;
	bottom: auto;
	left: 0.7rem;
	margin: auto;
}

.menu-toggle .hamburger:before {
	top: -0.8rem;
}

.menu-toggle .hamburger:after {
	bottom: -0.8rem;
}

.menu-toggle.activated .hamburger {
	background-color: transparent;
}

.menu-toggle.activated .hamburger:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.menu-toggle.activated .hamburger:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.site-footer .menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.site-footer .menu-item {
	width: 30%;
	margin-bottom: 1em;
}

.site-footer .menu-item a {
	font-family: 'Oswald', -apple-system, blinkmacsystemfont, 'segoe ui', roboto, helvetica, arial, sans-serif, 'apple color emoji', 'segoe ui emoji', 'segoe ui symbol';
	font-size: small;
	font-weight: 400;
	text-transform: uppercase;
}

.nav-primary {
	display: flex;
	overflow: auto;
	z-index: 200;
	width: 30rem;
	max-width: 90vw;
	height: 100vh;
	background-color: #000000;
	box-shadow: -30rem 0 0 #000000;
	transition: all 0.2s ease;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 110vw;
	bottom: 0;
	left: -110vw;
}

.nav-primary.visible {
	right: 0;
	left: calc(5vw - 1em);
}

.nav-primary .menu {
	clear: both;
	width: 100%;
	line-height: 1;
}

.nav-primary .menu-item {
	width: 90%;
	justify-content: flex-start;
}

.nav-primary .menu-item a {
	width: calc(100% - 4rem - 1px);
	padding: 1em;
}

.nav-primary .menu-item a:hover,
.nav-primary .menu-item a:focus {
	color: #12be9f;
	box-shadow: none;
}

.nav-primary .sub-menu .menu-item {
	width: 100%;
}

.nav-secondary {
	display: flex;
	overflow-x: auto;
	z-index: 100;
	white-space: nowrap;
	justify-content: center;
	align-items: center;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
}

.nav-secondary::-webkit-scrollbar {
	display: none;
}

@-moz-document url-prefix() {
	.nav-secondary {
		overflow: hidden;
	}
}

.nav-secondary .menu {
	display: flex;
	justify-content: center;
}

.nav-secondary .menu:focus {
	outline: none;
}

.nav-secondary .menu.flickity-enabled {
	width: 100%;
}

.nav-secondary .menu .menu-item {
	margin-right: -1px;
	margin-left: -1px;
}

.nav-secondary .menu a {
	overflow: hidden;
}

.nav-secondary div {
	width: 100%;
}

.nav-secondary div:focus {
	outline: none;
}

.no-js .site-header .wrap {
	width: 100%;
	max-width: 100%;
}

.no-js .nav-primary {
	display: flex;
	overflow-x: auto;
	z-index: 100;
	width: auto;
	max-width: none;
	height: auto;
	white-space: nowrap;
	justify-content: center;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	align-items: center;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.no-js .nav-primary::-webkit-scrollbar {
	display: none;
}

.no-js .nav-primary .menu-item {
	width: auto;
}

.no-js .nav-primary .menu-item a {
	width: auto;
	padding: 1em;
}

.no-js .menu-toggle,
.no-js .sub-menu,
.no-js .sub-menu-toggle,
.no-js .search-toggle {
	display: none !important;
}

.no-js .nav-secondary .menu {
	width: auto;
}

.sub-menu-toggle {
	position: relative;
	width: 4rem;
	height: 4rem;
	padding: 0;
	background: transparent;
}

.sub-menu-toggle:hover,
.sub-menu-toggle:focus {
	background: none;
}

.sub-menu-toggle:before,
.sub-menu-toggle:after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0.8rem;
	height: 2px;
	margin: auto;
	background-color: #ffffff;
	content: '';
}

.sub-menu-toggle:before {
	left: 1.35rem;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.sub-menu-toggle:after {
	right: 1.35rem;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.sub-menu-toggle.activated:before {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.sub-menu-toggle.activated:after {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.sub-menu {
	display: none;
	clear: both;
	z-index: 100;
	width: 100%;
	margin: 0;
	padding-left: 1em;
}

.sub-menu a {
	position: relative;
	font-size: 1.4rem;
	word-wrap: break-word;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */
.enews form + p {
	margin-top: 2rem;
}

.after-entry .enews {
	padding: 1rem;
	text-align: center;
}

.sidebar .enews {
	padding: 2rem;
	color: #ffffff;
	background-color: #000000;
}

.sidebar .enews p {
	font-size: small;
}

.sidebar .enews ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.sidebar .enews :-moz-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.sidebar .enews ::-moz-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.sidebar .enews :-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.sidebar .enews input {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.2);
}

.site-footer .enews ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.site-footer .enews :-moz-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.site-footer .enews ::-moz-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.site-footer .enews :-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.site-footer .enews input {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.2);
}

.site-footer .enews input[type='submit'] {
	display: none;
}

.site-footer .enews p {
	margin-top: 0;
}

.enews-widget input {
	margin-bottom: 1em;
	font-size: 1.6rem;
}

.enews-widget input[type='submit'] {
	width: 100%;
	margin: 0;
	background-color: #12be9f;
}

.enews-widget input[type='submit']:hover,
.enews-widget input[type='submit']:focus {
	box-shadow: inset 0 0 0 9rem rgba(255, 255, 255, 0.2);
}

.after-entry .enews-widget input {
	text-align: center;
}

.gs-faq {
	padding: 5px 0;
}

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

.js .gs-faq__answer {
	display: none;
	padding: 5px;
}

.gs-faq__answer.no-animation.gs-faq--expanded {
	display: block;
}

.gs-faq__question {
	display: none;
	width: 100%;
	margin-top: 10px;
	padding-right: 0;
	padding-left: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #000000;
	background: transparent;
	text-align: left;
	white-space: normal;
	justify-content: space-between;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	color: #12be9f;
	background: transparent;
}

.gs-faq__question:after {
	content: '+';
}

.gs-faq__question:first-of-type {
	margin-top: 0;
}

.gs-faq__question.gs-faq--expanded:after {
	content: '−';
}

.js .gs-faq__question {
	display: flex;
}

.js .gs-faq__answer__heading {
	display: none;
}

#wpstats {
	display: none;
}

.jscolor {
	position: fixed;
	z-index: 400;
	top: 0;
	left: 0;
	width: 10rem;
}

.shared-counts-wrap {
	margin: 2rem 0;
}

.shared-counts-wrap.style-fancy {
	padding-right: 0;
}

.shared-counts-wrap a:focus,
.shared-counts-wrap a:hover {
	box-shadow: none;
}

/* Simple Social Icons
--------------------------------------------- */
.simple-social-icons a,
.simple-social-icons a:hover,
.simple-social-icons a:focus {
	box-shadow: none;
}

.footer-widgets .simple-social-icons {
	margin-left: -1em;
}

.sidebar .simple-social-icons.widget ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.sidebar .simple-social-icons.widget ul li:last-of-type {
	margin-bottom: 0 !important;
}

.sidebar .simple-social-icons.widget .ssi-label {
	display: none;
}

.sidebar .simple-social-icons.widget .ssi-instagram a,
.sidebar .simple-social-icons.widget .ssi-instagram a:hover {
	color: #ffffff !important;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%) !important;
}

.sidebar .simple-social-icons.widget .ssi-dribbble a,
.sidebar .simple-social-icons.widget .ssi-dribbble a:hover {
	color: #ffffff !important;
	background: #ea4c89 !important;
}

.sidebar .simple-social-icons.widget .ssi-email a,
.sidebar .simple-social-icons.widget .ssi-email a:hover {
	color: #ffffff !important;
	background: #049fb3 !important;
}

.sidebar .simple-social-icons.widget .ssi-facebook a,
.sidebar .simple-social-icons.widget .ssi-facebook a:hover {
	color: #ffffff !important;
	background: #3b5998 !important;
}

.sidebar .simple-social-icons.widget .ssi-flickr a,
.sidebar .simple-social-icons.widget .ssi-flickr a:hover {
	color: #ffffff !important;
	background: #ff0084 !important;
}

.sidebar .simple-social-icons.widget .ssi-github a,
.sidebar .simple-social-icons.widget .ssi-github a:hover {
	color: #ffffff !important;
	background: #333333 !important;
}

.sidebar .simple-social-icons.widget .ssi-gplus a,
.sidebar .simple-social-icons.widget .ssi-gplus a:hover {
	color: #ffffff !important;
	background: #dd4b39 !important;
}

.sidebar .simple-social-icons.widget .ssi-linkedin a,
.sidebar .simple-social-icons.widget .ssi-linkedin a:hover {
	color: #ffffff !important;
	background: #007bb6 !important;
}

.sidebar .simple-social-icons.widget .ssi-pinterest a,
.sidebar .simple-social-icons.widget .ssi-pinterest a:hover {
	color: #ffffff !important;
	background: #bd081c !important;
}

.sidebar .simple-social-icons.widget .ssi-rss a,
.sidebar .simple-social-icons.widget .ssi-rss a:hover {
	color: #ffffff !important;
	background: #ff6600 !important;
}

.sidebar .simple-social-icons.widget .ssi-stumbleupon a,
.sidebar .simple-social-icons.widget .ssi-stumbleupon a:hover {
	color: #ffffff !important;
	background: #eb4823 !important;
}

.sidebar .simple-social-icons.widget .ssi-tumblr a,
.sidebar .simple-social-icons.widget .ssi-tumblr a:hover {
	color: #ffffff !important;
	background: #32506d !important;
}

.sidebar .simple-social-icons.widget .ssi-twitter a,
.sidebar .simple-social-icons.widget .ssi-twitter a:hover {
	color: #ffffff !important;
	background: #1da1f2 !important;
}

.sidebar .simple-social-icons.widget .ssi-vimeo a,
.sidebar .simple-social-icons.widget .ssi-vimeo a:hover {
	color: #ffffff !important;
	background: #aad450 !important;
}

.sidebar .simple-social-icons.widget .ssi-youtube a,
.sidebar .simple-social-icons.widget .ssi-youtube a:hover {
	color: #ffffff !important;
	background: #ff0000 !important;
}

.sidebar .simple-social-icons.widget .ssi-snapchat a,
.sidebar .simple-social-icons.widget .ssi-snapchat a:hover {
	color: #ffffff !important;
	background: #fffc00 !important;
}

.ssi-label {
	display: none;
}

/* # Sidebar
---------------------------------------------------------------------------------------------------- */
.sidebar .search-form input[type='submit'] {
	margin-top: 1rem;
}

.sidebar {
	margin-top: 4rem;
	font-size: 1.6rem;
}

.sidebar .widget {
	margin-bottom: 4rem;
}

.sidebar .featured-content .entry {
	width: 100%;
}

.sidebar .featured-content .entry:before,
.sidebar .featured-content .entry:after {
	display: block;
	clear: both;
	content: ' ';
}

.sidebar .featured-content .entry > a {
	margin: 0 2rem 0 0;
}

.sidebar .featured-content .entry-header {
	float: left;
	max-width: calc(100% - 10rem - 2rem);
}

.sidebar .featured-content .entry-title {
	font-size: 1.8rem;
}

.sidebar .featured-content .entry-image {
	width: 10rem;
	height: 10rem;
}

.sidebar .featured-content .entry-meta {
	font-size: small;
	line-height: 1;
}

.sidebar .ad {
	width: 30rem !important;
}

.widget-title {
	margin-bottom: 2rem;
	font-size: 2.7rem;
	font-weight: 600;
	text-transform: uppercase;
}

.sidebar .widget-title a {
	color: #000000;
	text-decoration: none;
}

.sidebar .widget p:last-child,
.sidebar .widget ul > li:last-of-type {
	margin-bottom: 0;
}

.sidebar .widget ul > li {
	margin-bottom: 1rem;
}

.sidebar .widget ul > li:last-of-type {
	padding-bottom: 0;
}

.sidebar .widget ol > li {
	padding-left: 2rem;
	text-indent: -2rem;
	list-style-position: inside;
	list-style-type: decimal;
}

.sidebar .widget li li {
	margin: 0 0 0 2rem;
	padding: 0;
	border: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* # Pages
---------------------------------------------------------------------------------------------------- */
.home-top {
	overflow: hidden;
	position: relative;
}

.home-top:before {
	display: block;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.home-top:before {
	z-index: 99;
}

.sidebar-content .site-inner .home-top .wrap {
	flex-direction: row;
}

.full-width-content .site-inner .home-top .wrap {
	justify-content: flex-start;
}

.home-top .entry {
	max-width: 640px;
	margin: 8rem 0 0;
	color: #ffffff;
}

.home-top .entry > * {
	position: relative;
	z-index: 100;
}

.home-top .entry .entry-title {
	margin-bottom: 2rem;
	font-size: 3.6rem;
}

.home-top .entry-image-link {
	z-index: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.home-top .entry-image-link img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.home-top a {
	color: #ffffff;
}

.home-top a:hover,
.home-top a:focus {
	color: #ffffff;
}

@media (min-width: 512px) {
	.site-footer .menu-item a {
		font-size: 1.6rem;
	}
}

@media (min-width: 640px) {
	.author-box-content {
		padding-left: calc(7rem + 2rem);
	}
}

@media (min-width: 768px) {
	.footer-credits .wrap {
		display: flex;
		justify-content: space-between;
	}
}

@media (min-width: 783px) {
	.admin-bar .menu-toggle.activated {
		top: 6.2rem;
	}
}

@media only screen and (min-width: 896px) {
	.one-half,
	.three-sixths,
	.two-fourths {
		clear: none;
		margin-left: 2.5641%;
		float: left;
		width: 48.71795%;
	}
	.one-third,
	.two-sixths {
		clear: none;
		margin-left: 2.5641%;
		float: left;
		width: 31.62393%;
	}
	.four-sixths,
	.two-thirds {
		clear: none;
		margin-left: 2.5641%;
		float: left;
		width: 65.81197%;
	}
	.one-fourth {
		clear: none;
		margin-left: 2.5641%;
		float: left;
		width: 23.07692%;
	}
	.three-fourths {
		clear: none;
		margin-left: 2.5641%;
		float: left;
		width: 74.35897%;
	}
	.one-fifth {
		clear: none;
		margin-left: 2.5641%;
		float: left;
		width: 17.94872%;
	}
	.two-fifths {
		clear: none;
		margin-left: 2.5641%;
		float: left;
		width: 38.46154%;
	}
	.three-fifths {
		clear: none;
		margin-left: 2.5641%;
		float: left;
		width: 58.97436%;
	}
	.four-fifths {
		clear: none;
		margin-left: 2.5641%;
		float: left;
		width: 79.48718%;
	}
	.one-sixth {
		clear: none;
		margin-left: 2.5641%;
		float: left;
		width: 14.52991%;
	}
	.five-sixths {
		clear: none;
		margin-left: 2.5641%;
		float: left;
		width: 82.90598%;
	}
	.first {
		clear: both;
		margin-left: 0;
	}
}

@media (min-width: 896px) {
	body > div {
		font-size: 1.98rem;
	}
	.wp-block-column {
		flex: 1;
		margin-right: 4rem;
	}
	.wp-block-column:last-of-type {
		margin-right: 0;
	}
	.comment-respond input[type='email'],
	.comment-respond input[type='text'],
	.comment-respond input[type='url'] {
		width: 50%;
	}
	.entry-comments {
		margin-bottom: 60px;
	}
	.entry-pings {
		margin-bottom: 60px;
	}
	.after-entry {
		margin-bottom: 60px;
		padding: 40px 60px;
	}
	.archive-description {
		margin-bottom: 4rem;
	}
	.author-box {
		padding: 4rem;
	}
	.single.full-width-content .author-box {
		width: calc(100% + (8rem));
		-webkit-transform: translateX(-4rem);
		        transform: translateX(-4rem);
	}
	.before-content.widget-area,
	.after-content.widget-area {
		margin-bottom: 4rem;
	}
	.content {
		width: calc(100% - (30rem + 4rem));
		max-width: calc(100% - 30rem - 4rem);
	}
	.full-width-content.single .content {
		width: 640px;
	}
	.hero-section {
		padding: 16rem 0 10rem;
	}
	.has-nav-secondary .hero-section {
		padding: 21rem 0 10rem;
	}
	.hero-section h1 {
		font-size: 5.4rem;
	}
	.pagination {
		margin-bottom: 0;
	}
	.entry-image-link {
		margin-bottom: 2rem;
	}
	.single.full-width-content .entry > .entry-meta {
		display: flex;
		justify-content: center;
	}
	.single.full-width-content .entry-meta {
		text-align: center;
	}
	.single .entry-title {
		margin-bottom: 2rem;
		font-size: 5.4rem;
	}
	.single.full-width-content .entry-title {
		width: calc(100% + (8rem * 2));
		max-width: calc(100% + (8rem * 2));
		text-align: center;
		-webkit-transform: translateX(-8rem);
		        transform: translateX(-8rem);
	}
	.post-grid .entry-title {
		font-size: 3.15rem;
	}
	.entry {
		margin-bottom: 4rem;
	}
	.entry > img {
		width: 100%;
		max-width: 100%;
		margin-left: auto;
		-webkit-transform: none;
		        transform: none;
	}
	.full-width-content .entry > img {
		width: calc(100% + (8rem * 2));
		max-width: calc(100% + (8rem * 2));
		margin: 2rem auto 4rem;
		-webkit-transform: translateX(-8rem);
		        transform: translateX(-8rem);
	}
	.post-grid .content .entry {
		width: calc(50% - 2rem);
	}
	.post-grid .content .entry:nth-of-type(5n + 3) .entry-title {
		font-size: 3.6rem;
	}
	.post-grid .content .entry:nth-of-type(5n + 3) .entry-header {
		position: absolute;
		right: 4rem;
		bottom: 4rem;
		left: 4rem;
	}
	.footer-widget-area {
		width: calc(33.33333333% - 2rem);
		margin-bottom: 4rem;
	}
	.back-to-top {
		display: inline-flex;
		float: right;
		margin: 0;
	}
	.custom-logo {
		width: 18rem;
		padding: 1rem 0.5rem;
	}
	.header-widget-area .search-form {
		width: 20rem;
		margin-right: 5rem;
	}
	.title-area {
		height: 10rem;
		padding: 1rem 0;
	}
	.site-inner .wrap {
		display: flex;
		margin: 4rem auto;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	.sidebar-content .site-inner .wrap {
		flex-direction: row-reverse;
	}
	.center-content .site-inner .wrap,
	.full-width-content .site-inner .wrap {
		justify-content: center;
	}
	.single.sidebar-content .site-inner .wrap,
	.single.content-sidebar .site-inner .wrap {
		max-width: calc(90rem + 4rem);
	}
	.menu-toggle.activated {
		top: 3rem;
	}
	.no-js .nav-primary {
		width: 100%;
	}
	.no-js .nav-primary .menu {
		display: flex;
		justify-content: center;
	}
	.no-js .nav-secondary .menu {
		width: 100%;
	}
	.after-entry .enews {
		padding-right: 2rem;
		padding-left: 2rem;
	}
	.sidebar .simple-social-icons.widget ul li {
		display: flex;
		position: relative;
		width: 100%;
		margin: 0 0 2rem !important;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.sidebar .simple-social-icons.widget .ssi-label {
		display: inline-flex;
		position: absolute;
		left: 4rem;
		width: 100%;
		margin-left: 1em;
		color: #000000;
		font-size: smaller;
		text-align: left;
	}
	.sidebar {
		width: 30rem;
		margin-top: 0;
	}
	.home-top .entry .entry-title {
		font-size: 5.4rem;
	}
}

@media print {
	*,
	*:before,
	*:after {
		color: #333333 !important;
		background: transparent !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: ' (' attr(href) ')';
	}
	abbr[title]:after {
		content: ' (' attr(title) ')';
	}
	a[href^='javascript:']:after,
	a[href^='#']:after,
	.site-title > a:after {
		content: '';
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 2cm 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	blockquote,
	pre {
		border: 1px solid #999999;
		page-break-inside: avoid;
	}
	.content,
	.content-sidebar {
		width: 100%;
	}
	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}
	.title-area {
		width: 100%;
		text-align: center;
	}
	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}
	.site-inner {
		position: relative;
		top: -100px;
		padding-top: 0;
	}
	.author-box {
		margin-bottom: 0;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}
	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}
	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}
	dl,
	ol,
	ul {
		page-break-before: avoid;
	}
}

@media only screen and (max-width: 896px) {
	.hide-m {
		display: none;
	}
}

@media screen and (min-width: 0 \0) {
	.home-top .entry-image-link img {
		height: auto;
	}
}

.disclaimer p {font-size: 12px;
text-align: center;}

.disclaimer a:link {
text-decoration: underline;}

/*# sourceMappingURL=style.css.map */
