/* biome-ignore-all lint/complexity/noImportantStyles: Legacy CSS keeps current theme appearance; remove during Bootstrap rewrite. */
/* biome-ignore-all lint/style/noDescendingSpecificity: Legacy selector order is preserved to avoid visual changes before redesign. */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
body,
button,
input,
select,
textarea {
	color: #808080;
	font-size: 14px;
	line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
p {
	margin: 0 0 20px;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.9375rem;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
html {
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
body {
	background: #f8f8f8;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul,
ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 0;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: 200;
	line-height: 1em;
	word-wrap: break-word;
	margin-top: 0;
}
h1 {
	font-size: 32px;
	margin-bottom: 0.55em;
}
h2 {
	font-size: 28px;
	margin-bottom: 0.65em;
}
h3 {
	font-size: 22px;
	margin-bottom: 0.8em;
}
h4 {
	font-size: 20px;
	margin-bottom: 1.1em;
}
h5 {
	font-size: 16px;
	margin-bottom: 1.3em;
}
h6 {
	font-size: 14px;
	margin-bottom: 1.4em;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content h1 a,
.entry-content h2 a,
.entry-content h3 a,
.entry-content h4 a,
.entry-content h5 a,
.entry-content h6 a {
	line-height: 1.5em;
}
.entry-content code {
	display: block;
	background: #f7f7f7;
	border: 1px solid #d8d8d8;
	padding: 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
	margin: 5px 0;
	overflow-x: auto;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: button;
	appearance: button;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	padding: 10px 25px;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow:
		inset 0 -1px 0 rgba(255, 255, 255, 0.5),
		inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	padding-left: 3px;
	width: 100%;
}
a {
	text-decoration: none;
}
a:hover,
a:active {
	outline: 0;
}
.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	position: relative;
	float: left;
	margin: 0;
	text-transform: uppercase;
}
.main-navigation li a {
	display: block;
	text-decoration: none;
	font-weight: 400;
	font-size: 11px;
	color: inherit;
	letter-spacing: 2px;
}
.main-navigation li a span {
	display: none;
}
.main-navigation ul ul {
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
	float: left;
	position: absolute;
	top: 51px;
	left: -999em;
	z-index: 99999;
	display: none;
}
.main-navigation ul ul a {
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
	white-space: nowrap;
	text-align: left;
	width: 100%;
	padding: 15px 25px 15px 20px;
	min-width: 190px;
	float: none;
}
.main-navigation ul ul ul {
	top: 1px;
}
.main-navigation ul ul li {
	float: none;
	width: 100%;
	display: block;
}
.main-navigation ul ul li:first-child {
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08) inset;
}
.main-navigation ul ul ul li:first-child {
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04) inset;
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
	color: #fff !important;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 0;
	display: block;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	right: 100%;
}
.main-navigation ul ul li.current_page_item > a,
.main-navigation ul ul li.current-menu-item > a,
.main-navigation ul ul li.current_page_ancestor > a {
	color: #fff !important;
}
.header-menu-button {
	display: none;
}
.menu-dropdown-btn {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.1);
	color: #838383;
	margin: 0;
	padding: 11px 14px;
	height: 37px;
	line-height: 15px;
	text-align: center;
	font-size: 14px;
	z-index: 9;
	cursor: pointer;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 40px 0 15px;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.main-menu-close {
	display: none;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.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: 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;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-footer:after {
	clear: both;
}
.widget-area .widget {
	margin: 0 0 50px;
}
.widget-area .widget:last-child {
	margin: 0;
}
.widget-area.sidebar-break-blocks .widget {
	background-color: #fff;
	padding: 38px 25px;
	box-shadow:
		0 0 3px 0 rgba(238, 238, 238, 0.72),
		0 0 0px 1px rgba(0, 0, 0, 0.06) inset;
}
.widget select {
	max-width: 100%;
}
.widget-area .widget .search-field {
	width: 100%;
	box-sizing: border-box;
	padding: 5px 8px;
}
.widget_search .search-submit {
	display: none;
}
.widget-area .widget-title {
	font-size: 12px;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
}
.widget-area .widget ul {
	margin: 0;
	padding: 0;
}
.widget-area .widget ul li {
	margin: 0 0 2px;
	padding: 0;
	list-style-type: none;
}
#page {
	position: relative;
	right: 0;
	-webkit-transition: right 0.4s ease 0s;
	-moz-transition: right 0.4s ease 0s;
	-ms-transition: right 0.4s ease 0s;
	-o-transition: right 0.4s ease 0s;
	transition: right 0.4s ease 0s;
}
.content-area {
	background-color: #fff;
	width: 70%;
	float: left;
	margin: 0 5% 0 0;
	padding: 30px 25px 30px;
	position: relative;
	box-shadow:
		0 0 3px 0 rgba(238, 238, 238, 0.72),
		0 0 0px 1px rgba(0, 0, 0, 0.06) inset;
}
.widget-area {
	background-color: #fff;
	width: 25%;
	float: left;
	padding: 42px 25px 40px;
	box-shadow:
		0 0 3px 0 rgba(238, 238, 238, 0.72),
		0 0 0px 1px rgba(0, 0, 0, 0.06) inset;
}
.widget-area.sidebar-break-blocks {
	background: none;
	box-shadow: none;
	padding: 0 !important;
}
.home .widget-area {
	padding: 42px 25px 40px;
}
.error404 .content-area {
	float: none;
	width: 100% !important;
	padding: 30px 25px;
}
.site-main > .entry-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	position: relative;
	margin: 0 0 25px;
	padding: 0 0 20px;
}
.site-main > .entry-header h2 {
	font-size: 28px;
	margin: 0;
	padding: 0;
	float: left;
}
.site-main > .entry-header:after {
	display: block;
	content: "";
	clear: both;
}
.page-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	position: relative;
	margin: 0 0 30px;
	padding: 0px 0 5px;
}
.breadcrumbs {
	font-size: 11px;
	text-transform: uppercase;
	float: right;
	padding: 12px 0 0;
}
.breadcrumbs span a {
	color: inherit;
}
.clearboth {
	clear: both;
}
.site-container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}
.error-404 {
	text-align: center;
	padding: 40px 0 80px;
	max-width: 600px;
	margin: 0 auto;
}
.error-404 .fa-ban {
	font-size: 160px;
	color: #bdbdbd;
	margin: 0 0 10px;
}
.error-404 .entry-header {
	margin: 0 0 20px;
}
.error-404 .page-header h1 {
	font-size: 42px;
	padding: 5px 0 10px;
}
.site-footer {
	box-shadow:
		0 -2px 3px 0 rgba(238, 238, 238, 0.4),
		0 1px 0 rgba(0, 0, 0, 0.08) inset;
	margin: 60px 0 0;
	font-size: 13px;
}
.site-footer-bottom-bar {
	background-color: #ffffff;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12) inset;
	color: #a5a5a5;
}
.site-footer-bottom-bar ul {
	margin: 0 5px;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}
.site-footer-bottom-bar ul li {
	margin: 0 12px;
	padding: 2px 0;
	display: inline-block;
	vertical-align: middle;
	list-style-type: none;
	text-transform: uppercase;
	position: relative;
}
.site-footer-bottom-bar ul li a {
	font-size: 10px;
	letter-spacing: 1px;
	color: inherit;
}
.site-footer-bottom-bar ul li a span {
	display: none;
}
.site-footer-bottom-bar-left {
	float: left;
	font-size: 11px;
	padding: 12px 0;
	letter-spacing: 1px;
}
.site-footer-bottom-bar-right {
	float: right;
	font-size: 11px;
	padding: 10px 0;
	letter-spacing: 1px;
}
.hentry {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 34px;
	padding: 0 0 35px;
}
.page .hentry {
	border: 0;
	margin: 0 0 25px;
	padding: 0;
}
article.page {
	margin: 0;
}
.hentry:last-child {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content {
	margin: 0.5em 0 0;
}
.entry-content-img {
	margin: 0 0 20px;
}
.page-content img,
.entry-content img {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.wp-caption img {
	box-shadow: none;
}
.post-loop-thumbnail {
	display: block;
	width: 33.5%;
	aspect-ratio: 1 / 1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.post-loop-thumbnail img {
	display: block;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	width: 100%;
}
.post-loop-content {
	width: 100%;
}
.post-loop-content .entry-header {
	margin: 0;
	padding: 0;
	border: 0;
}
.post-loop-content .entry-title {
	margin: 8px 0 8px;
	font-size: 23px;
}
.post-loop-content .entry-meta {
	font-size: 11px;
	margin: 0 0 5px;
	letter-spacing: 1px;
	opacity: 0.9;
	display: inline-block;
	text-transform: uppercase;
}
.single .entry-meta {
	font-size: 11px;
	margin: 0 0 15px;
	letter-spacing: 1px;
	opacity: 0.9;
	display: inline-block;
	text-transform: uppercase;
}
.has-post-thumbnail .post-loop-content .entry-content {
	min-height: 108px;
	margin-bottom: 15px;
}
.post-loop-content .entry-footer,
.single .entry-footer {
	font-size: 11px;
	margin: 0 0 5px;
	letter-spacing: 1px;
	opacity: 0.9;
	display: inline-block;
	text-transform: uppercase;
}
.post-loop-content .entry-footer > span,
.single .entry-footer > span {
	margin: 0 4px 0 0;
}
.has-post-thumbnail .post-loop-content {
	width: 64%;
}
.single .entry-title {
	font-size: 28px;
	margin: 0 0 5px;
}
.blog-left-layout .post-loop-thumbnail {
	float: left;
	margin: 0 2.5% 0 0;
}
.blog-left-layout .post-loop-content {
	float: left;
}
.posts-navigation {
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08) inset;
	padding: 20px 0 0;
	margin: 30px 0 0;
}
.posts-navigation:after {
	display: block;
	content: "";
	clear: both;
}
.nav-previous a {
	display: inline-block;
	padding: 10px 40px 5px 2px;
}
.nav-next a {
	display: inline-block;
	padding: 10px 2px 5px 40px;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
article time.entry-date.published {
	display: inline;
}
footer.comment-meta {
	position: relative;
}
.comments-title {
	font-size: 18px;
}
.comment-list {
	margin: 0;
	padding: 20px 0 0;
	list-style-type: none;
	clear: both;
}
.comment-list li {
	margin: 0;
	padding: 0 0 10px;
}
.comment-list ol li {
	box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.05);
}
.comment-list ol li:last-child {
	box-shadow: none;
}
.comment-author {
	float: none;
	width: auto;
	margin-left: 55px;
}
.comment-author b.fn {
	display: block;
	font-size: 15px;
	font-weight: 600;
}
.comment-container {
	margin-left: 65px;
}
.comment-author .avatar {
	border: 2px solid #dcdcdc;
	position: absolute;
	left: 0;
}
.comment-meta cite {
	display: block;
	font-size: 13px;
	font-weight: 600;
}
.comment-meta > a {
	font-size: 11px;
}
.comment-content {
	margin: 0 0 0 55px;
}
.comment-metadata {
	font-size: 0.9em;
	font-style: italic;
	margin-left: 55px;
	padding: 0 0 4px;
}
.comment .reply {
	text-align: right;
	font-size: 0.9em;
}
.comments-area label {
	float: left;
	min-width: 10.5%;
	padding: 6px 0 0;
}
.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"],
.comments-area input[type="password"],
.comments-area input[type="search"] {
	padding: 1%;
	width: 85%;
}
#comments ul {
	margin-left: 2em;
}
#comments li {
	list-style-type: none;
}
span.says {
	display: none;
}
.comment-author {
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-bottom: 0;
	border-radius: 12px 12px 0 0;
	padding: 10px 15px 0;
}
.comment-metadata {
	border-left: 1px solid rgba(0, 0, 0, 0.12);
	border-right: 1px solid rgba(0, 0, 0, 0.12);
	padding: 0 15px;
}
.comment-content {
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-top: 0;
	border-radius: 0 0 12px 12px;
	padding: 5px 15px 0;
}
.comment .reply {
	position: relative;
	top: -22px;
	right: 8px;
	font-size: 11px;
}
embed,
iframe,
object {
	max-width: 100%;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
@media screen and (max-width: 980px) {
	.entry-header h2 {
		margin: 0 0 10px;
	}
	.breadcrumbs {
		position: relative;
		top: 0;
		right: auto;
		margin: 0 0 10px;
	}
	#main-menu > div,
	.main-navigation ul {
		display: block !important;
	}
	#main-menu {
		color: #ffffff;
		position: fixed;
		top: 0;
		right: -280px;
		width: 280px;
		max-width: 100%;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding: 50px 20px 30px 20px;
		background: #000000;
		z-index: 99998;
		height: 100%;
		overflow: auto;
		transition: right 0.4s ease 0s;
	}
	.main-navigation li {
		display: block !important;
		float: none !important;
	}
	.main-navigation li a {
		display: block;
		float: none;
		padding: 10px 0 !important;
		color: #c5c5c5 !important;
		text-align: left;
	}
	.main-navigation ul ul {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		float: none !important;
		background-color: rgba(255, 255, 255, 0.14) !important;
		padding: 0;
		margin: 0;
		display: none !important;
	}
	.main-navigation ul ul li:last-child a,
	.main-navigation ul ul li a {
		background: none !important;
		padding: 10px 12px !important;
		width: auto;
	}
	#primary-menu {
		display: block;
		float: none;
	}
	.main-menu-close {
		display: block;
		border-radius: 4px;
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 30px;
		color: #898989;
		text-align: center;
		padding: 0 8px 0 12px;
		height: 40px;
		line-height: 38px;
		cursor: pointer;
	}
	.main-menu-close .fa-angle-left {
		position: relative;
		left: -4px;
	}
	.menu-dropdown-btn {
		display: block;
	}
	.main-navigation .open-page-item > ul.children,
	.main-navigation .open-page-item > ul.sub-menu {
		display: block !important;
	}
}
@media only screen and (max-width: 782px) {
	.page-template-default .content-area,
	.content-area {
		width: 100% !important;
		float: none !important;
		margin: 0 0 30px !important;
	}
	.page-template-default .widget-area,
	.widget-area {
		width: 100% !important;
		float: none !important;
	}
}
@media only screen and (max-width: 620px) {
	.post-loop-thumbnail {
		float: none !important;
		width: 100% !important;
		margin: 0 0 20px !important;
	}
	.post-loop-content {
		float: none !important;
		width: 100% !important;
	}
}
@media only screen and (max-width: 580px) {
	.site-footer-bottom-bar-left {
		float: none;
		text-align: center;
		padding: 12px 0 0;
	}
	.site-footer-bottom-bar-right {
		float: none;
		text-align: center;
		padding: 5px 0 10px;
	}
}
body.show-main-menu #main-menu {
	right: 0px !important;
}
body.show-main-menu #page {
	right: 280px !important;
}
body,
.widget-area .widget a {
	color: #636161;
	font-family: "Open Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.widget-area .widget-title {
	color: #3a3a3a;
	font-family: "Poppins", sans-serif;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: "Poppins", sans-serif;
}
.site-title a {
	font-family: "Parisienne", cursive;
}
#comments .form-submit #submit,
.search-block .search-submit,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.main-navigation ul ul a:hover,
.main-navigation ul ul li.current-menu-item > a,
.main-navigation ul ul li.current_page_item > a,
.main-navigation ul ul li.current-menu-parent > a,
.main-navigation ul ul li.current_page_parent > a,
.main-navigation ul ul li.current-menu-ancestor > a,
.main-navigation ul ul li.current_page_ancestor > a,
.main-navigation button {
	background: inherit;
	background-color: #de7158;
}
a,
.content-area .entry-content a,
#comments a,
.site-title a,
.error-404.not-found .page-header .page-title span,
.main-navigation.heddy-nav-style-plain ul > li > a:hover,
.main-navigation.heddy-nav-style-plain ul > li.current-menu-item > a,
.main-navigation.heddy-nav-style-plain ul > li.current-menu-ancestor > a,
.main-navigation.heddy-nav-style-plain ul > li.current-menu-parent > a,
.main-navigation.heddy-nav-style-plain ul > li.current_page_parent > a,
.main-navigation.heddy-nav-style-plain ul > li.current_page_ancestor > a,
.main-navigation.heddy-nav-style-plain .current_page_item > a {
	color: #de7158;
}
a:hover,
.content-area .entry-content a:hover,
.widget-area .widget a:hover,
.search-btn:hover {
	color: #ab3d3a;
}
.main-navigation button:hover,
#comments .form-submit #submit:hover,
.search-block .search-submit:hover,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: inherit;
	background-color: #ab3d3a;
}
.site-header {
	position: relative;
	color: #656565;
	text-align: center;
}
.site-header-top {
	background-color: #fff;
	box-shadow:
		0 -1px 0 rgba(0, 0, 0, 0.08) inset,
		0 2px 3px 0 rgba(238, 238, 238, 0.4);
	color: #aaa;
}
.site-header-top .site-container {
	position: relative;
}
.site-header-top-left {
	float: left;
}
.site-header-top-right {
	float: right;
}
.site-branding {
	padding: 40px 0 60px;
	display: inline-block;
}
.site-branding a {
	display: block;
	margin: 0 auto;
}
.site-branding a img {
	display: block;
}
.site-title {
	margin: 0;
	padding: 0;
	font-size: 94px;
	line-height: 64px;
	font-weight: 300;
	text-shadow: 0 2px 3px rgba(255, 255, 255, 0.3);
}
.site-title a {
	color: #000 !important;
}
.site-description {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 2px;
	font-weight: 300;
	text-transform: uppercase;
	color: inherit;
}
#primary-menu,
#main-menu > div {
	display: inline-block;
	vertical-align: top;
}
.menu-search {
	float: right;
	box-shadow: 1px 0 0 rgba(0, 0, 0, 0.08) inset;
	text-align: right;
	margin: 0 0 0 8px;
	padding: 10px 0 11px 10px;
	font-size: 13px;
}
.search-btn {
	display: block;
	padding: 8px 5px 9px;
	cursor: pointer;
}
.search-block {
	position: absolute;
	background-color: #fff;
	border-top: 0;
	border-radius: 0 0 3px 3px;
	bottom: 55px;
	right: 55px;
	padding: 9px 9px;
	z-index: 2;
	-webkit-transition: bottom 0.3s ease 0s;
	-moz-transition: bottom 0.3s ease 0s;
	-ms-transition: bottom 0.3s ease 0s;
	-o-transition: bottom 0.3s ease 0s;
	transition: bottom 0.3s ease 0s;
}
.search-block .search-field {
	font-size: 13px;
	margin: 0;
	padding: 5px 8px;
	border: 1px solid rgba(0, 0, 0, 0.18);
	border-radius: 0;
	background-color: #fff;
	width: 310px;
	font-weight: 200;
	outline: none;
	color: inherit;
	box-sizing: border-box;
}
.search-block .search-submit {
	display: none;
}
.show-site-search .search-block {
	bottom: 1px;
}
#main-menu {
	text-align: center;
}
.main-navigation {
	padding: 0;
}
.main-navigation li a {
	padding: 16px 16px 18px;
}
.main-navigation ul ul li {
	position: relative;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	right: auto;
	left: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	right: auto;
	left: 100%;
}
@media screen and (max-width: 980px) {
	.site-title {
		font-size: 56px;
		line-height: 56px;
		padding: 0 0 4px;
	}
	.site-description {
		font-size: 12px;
		line-height: 14px;
	}
	.header-menu-button {
		display: block;
		padding: 15px 100px 16px 20px;
		text-transform: uppercase;
		font-size: 12px;
		cursor: pointer;
		text-align: center;
	}
	.header-menu-button i {
		font-size: 11px;
		vertical-align: middle;
	}
	.header-menu-button span {
		vertical-align: middle;
		margin: 0 0 0 6px;
	}
	body.admin-bar #main-menu {
		padding: 87px 20px 30px 20px;
	}
	body.admin-bar .main-menu-close {
		top: 45px;
	}
}
@media only screen and (max-width: 782px) {
	.menu-search {
		display: inline-block;
		vertical-align: middle;
		float: none;
	}
	.search-block {
		position: relative;
		display: none;
		top: 0 !important;
		bottom: 0 !important;
		right: 0;
		box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset;
	}
	.search-block .search-field {
		width: 100%;
	}
	.show-site-search .search-block {
		display: block;
	}
	body.admin-bar #main-menu {
		padding: 101px 20px 30px 20px;
	}
	body.admin-bar .main-menu-close {
		top: 59px;
	}
}
@media only screen and (max-width: 580px) {
	.site-header-top .site-container {
		padding: 0;
	}
	.site-header-top-left {
		float: none;
		box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset;
	}
	.site-header-top-right {
		float: none;
	}
	.header-menu-button {
		padding: 10px;
	}
	.menu-search {
		float: none;
		box-shadow: none;
		margin: 0;
		padding: 3px 0 5px 2px;
	}
}
.site-footer-standard {
	background-color: #fff;
	color: #8c8c8c;
}
@media only screen and (max-width: 782px) {
	.site-footer-bottom-bar-left {
		float: none;
		text-align: center;
		padding: 10px 0 3px;
	}
	.site-footer-bottom-bar-right {
		float: none;
		text-align: center;
		padding: 3px 0 12px;
	}
}
