/**
 * Base theme stylesheet that can be easily extended and customized.
 */

::-moz-selection {
	background-color: #008288;
	color: #83faff;
}

::selection {
	background-color: #008288;
	color: #83faff;
}

::-moz-selection {
	background-color: #008288;
	color: #83faff;
}

::-webkit-input-placeholder {
	color: rgba(131, 131, 131, 0.48);
}

::-moz-placeholder {
	color: rgba(131, 131, 131, 0.48);
}

:-ms-input-placeholder {
	color: rgba(131, 131, 131, 0.48);
}

::-ms-input-placeholder {
	color: rgba(131, 131, 131, 0.48);
}

::placeholder {
	color: rgba(131, 131, 131, 0.48);
}

:-ms-input-placeholder {
	color: rgba(131, 131, 131, 0.48);
}

:-moz-placeholder {
	color: rgba(131, 131, 131, 0.48);
}

::-webkit-input-placeholder {
	color: rgba(131, 131, 131, 0.48);
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	word-wrap: break-word;
}

html,
body {
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	background-color: #b0b0b0;
	color: #000000;
	font-family: Montserrat, Droid Sans, Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, system-ui;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body.body-white-text *,
body.body-white-text *::before,
body.body-white-text *::after {
	color: #ffffff;
}

body.body-fixed {
	position: fixed;
}

a {
	color: #008288;
	-webkit-transition: all ease-in-out 300ms;
	transition: all ease-in-out 300ms;
}

a:hover,
a:focus,
a:active {
	color: #18f6ff;
	opacity: 1;
}

a strong {
	color: inherit;
}

img,
.img-fluid {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

figure {
	margin-left: 0;
	margin-right: 0;
}

figure figcaption {
	background-color: #a1a1a1;
	font-size: 0.875rem;
	padding: 0.5rem;
	text-align: center;
}

iframe,
embed {
	max-width: 100%;
}

table {
	border: 1px solid #737373;
	border-collapse: collapse;
	font-size: 85%;
	margin-bottom: 1rem;
	width: 100%;
}

td,
th {
	border: 1px solid #737373;
	padding: 0.25rem 0.5rem;
}

th {
	text-align: left;
}

tbody tr:nth-child(odd) td,
tbody tr:nth-child(odd) th {
	background-color: #b0b0b0;
}

legend {
	font-size: 1.25rem;
	padding: 0.5rem;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.24);
}

input,
textarea,
select {
	border: 1px solid rgba(0, 0, 0, 0.24);
	border-radius: 0.125rem;
	font-family: Montserrat, Droid Sans, Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, system-ui;
	font-size: 1rem;
	line-height: 1.4;
	padding: 0.725rem;
	-webkit-transition: all ease-in-out 300ms;
	transition: all ease-in-out 300ms;
}

input:hover,
input:focus,
input:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
	border: 1px solid #18f6ff;
	border-color: none;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 0.25rem #83faff;
	box-shadow: 0 0 0 0.25rem #83faff;
	color: #000000;
	outline: none;
}

button,
input[type=button],
input[type=submit] {
	border-radius: 0.25rem;
}

html {
	font-size: 1.25rem;
}

.btn {
	padding: 0.75rem 1.5rem;
	text-decoration: none;
	display: inline-block;
	border-radius: 0.25rem;
}

.btn.btn-lg {
	padding: 1rem 2rem;
}

.btn.btn-sm {
	padding: 0.5rem 1rem;
}

.btn.btn-primary {
	background-color: #006064;
	color: #f2f4f6;
}

.btn.btn-secondary {
	background-color: #007d81;
	color: #363636;
}

.btn.btn-light {
	background-color: #f2f4f6;
	color: #363636;
}

.btn.btn-dark {
	background-color: #363636;
	color: #f2f4f6;
}

.bg-primary {
	background-color: #006064;
}

.bg-secondary {
	background-color: #007d81;
}

.bg-dark {
	background-color: #363636;
}

.bg-light {
	background-color: #f2f4f6;
}

.bg-black {
	background-color: #000000;
}

.bg-white {
	background-color: #ffffff;
}

.bg-transparent {
	background-color: transparent;
}

.text-primary {
	color: #006064;
}

.text-secondary {
	color: #007d81;
}

.text-dark {
	color: #363636;
}

.text-light {
	color: #f2f4f6;
}

.text-black {
	color: #000000;
}

.text-white {
	color: #ffffff;
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.col-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	padding-left: 2rem;
	padding-right: 2rem;
	width: 100%;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

.container-width-md {
	max-width: 1024px;
	margin: 0 auto;
}

.container-width-sm {
	max-width: 960px;
	margin: 0 auto;
}

.container-width-xl {
	max-width: 1440px;
	margin: 0 auto;
}

.container-width-full {
	max-width: 100%;
}

.d-none {
	display: none;
}

.d-block {
	display: block;
}

.d-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.d-inline {
	display: inline;
}

.d-inline-inline-block {
	display: inline-block;
}

.d-inline-inline-flex {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.justify-content-end {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.justify-content-start {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.justify-content-space-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.justify-content-space-around {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.justify-content-space-evently {
	-webkit-box-pack: space-evenly;
	-webkit-justify-content: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

.justify-content-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.justify-content-stretch {
	-webkit-box-pack: stretch;
	-webkit-justify-content: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
}

.align-items-end {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.align-items-start {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.align-items-stretch {
	-webkit-box-pack: space-evenly;
	-webkit-justify-content: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.align-items-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.order-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
}

.position-fixed {
	position: fixed;
}

.position-absolute {
	position: absolute;
}

.position-relative {
	position: relative;
}

.position-static {
	position: static;
}

.position-sticky {
	top: 0;
	position: -webkit-sticky;
	position: sticky;
}

.p-1 {
	padding: 0.5rem;
}

.pt-1 {
	padding-top: 0.5rem;
}

.pr-1 {
	padding-right: 0.5rem;
}

.pb-1 {
	padding-bottom: 0.5rem;
}

.pl-1 {
	padding-left: 0.5rem;
}

.px-1 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.py-1 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.p-2 {
	padding: 1rem;
}

.pt-2 {
	padding-top: 1rem;
}

.pr-2 {
	padding-right: 1rem;
}

.pb-2 {
	padding-bottom: 1rem;
}

.pl-2 {
	padding-left: 1rem;
}

.px-2 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.py-2 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.p-3 {
	padding: 1.5rem;
}

.pt-3 {
	padding-top: 1.5rem;
}

.pr-3 {
	padding-right: 1.5rem;
}

.pb-3 {
	padding-bottom: 1.5rem;
}

.pl-3 {
	padding-left: 1.5rem;
}

.px-3 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.py-3 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.p-4 {
	padding: 2rem;
}

.pt-4 {
	padding-top: 2rem;
}

.pr-4 {
	padding-right: 2rem;
}

.pb-4 {
	padding-bottom: 2rem;
}

.pl-4 {
	padding-left: 2rem;
}

.px-4 {
	padding-left: 2rem;
	padding-right: 2rem;
}

.py-4 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.p-5 {
	padding: 2.5rem;
}

.pt-5 {
	padding-top: 2.5rem;
}

.pr-5 {
	padding-right: 2.5rem;
}

.pb-5 {
	padding-bottom: 2.5rem;
}

.pl-5 {
	padding-left: 2.5rem;
}

.px-5 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.py-5 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.p-10 {
	padding: 5rem;
}

.pt-10 {
	padding-top: 5rem;
}

.pr-10 {
	padding-right: 5rem;
}

.pb-10 {
	padding-bottom: 5rem;
}

.pl-10 {
	padding-left: 5rem;
}

.px-10 {
	padding-left: 5rem;
	padding-right: 5rem;
}

.py-10 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.m-1 {
	padding: 0.5rem;
}

.mt-1 {
	margin-top: 0.5rem;
}

.mr-1 {
	margin-right: 0.5rem;
}

.mb-1 {
	margin-bottom: 0.5rem;
}

.ml-1 {
	margin-left: 0.5rem;
}

.mx-1 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.my-1 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.m-2 {
	padding: 1rem;
}

.mt-2 {
	margin-top: 1rem;
}

.mr-2 {
	margin-right: 1rem;
}

.mb-2 {
	margin-bottom: 1rem;
}

.ml-2 {
	margin-left: 1rem;
}

.mx-2 {
	margin-left: 1rem;
	margin-right: 1rem;
}

.my-2 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.m-3 {
	padding: 1.5rem;
}

.mt-3 {
	margin-top: 1.5rem;
}

.mr-3 {
	margin-right: 1.5rem;
}

.mb-3 {
	margin-bottom: 1.5rem;
}

.ml-3 {
	margin-left: 1.5rem;
}

.mx-3 {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}

.my-3 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.m-4 {
	padding: 2rem;
}

.mt-4 {
	margin-top: 2rem;
}

.mr-4 {
	margin-right: 2rem;
}

.mb-4 {
	margin-bottom: 2rem;
}

.ml-4 {
	margin-left: 2rem;
}

.mx-4 {
	margin-left: 2rem;
	margin-right: 2rem;
}

.my-4 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.m-5 {
	padding: 2.5rem;
}

.mt-5 {
	margin-top: 2.5rem;
}

.mr-5 {
	margin-right: 2.5rem;
}

.mb-5 {
	margin-bottom: 2.5rem;
}

.ml-5 {
	margin-left: 2.5rem;
}

.mx-5 {
	margin-left: 2.5rem;
	margin-right: 2.5rem;
}

.my-5 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

.m-5 {
	padding: 5rem;
}

.mt-5 {
	margin-top: 5rem;
}

.mr-5 {
	margin-right: 5rem;
}

.m-10 {
	padding: 5rem;
}

.mt-10 {
	padding-top: 5rem;
}

.mr-10 {
	padding-right: 5rem;
}

.mb-10 {
	margin-bottom: 5rem;
}

.ml-10 {
	margin-left: 5rem;
}

.mx-10 {
	margin-left: 5rem;
	margin-right: 5rem;
}

.my-10 {
	margin-top: 5rem;
	margin-bottom: 5rem;
}

.rounded-circle {
	border-radius: 50%;
}

.rounded-1 {
	border-radius: 0.5rem;
}

.rounded-2 {
	border-radius: 1rem;
}

.rounded-3 {
	border-radius: 1.5rem;
}

.rounded-4 {
	border-radius: 2rem;
}

.rounded-5 {
	border-radius: 2.5rem;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1rem;
	margin-top: 0;
	text-rendering: optimizeLegibility;
}

h1 {
	font-size: 3rem;
	font-weight: 900;
	letter-spacing: -1px;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.5rem;
}

h4,
h5 {
	font-size: 1rem;
}

h6 {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

p {
	margin-bottom: 1rem;
}

pre {
	overflow-x: auto;
}

ul,
ol,
dl {
	margin-bottom: 1rem;
}

ul li,
ol li,
dl li {
	list-style-type: circle;
}

dl {
	margin-bottom: 1rem;
}

dl dt {
	font-weight: 700;
}

dl dd {
	margin-bottom: 0.5rem;
}

abbr {
	color: #737373;
	font-size: 85%;
	font-weight: 700;
	text-transform: uppercase;
}

abbr[title] {
	border-bottom: 1px dotted #737373;
	cursor: help;
}

hr {
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.48);
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	margin: 1rem 0;
	position: relative;
}

b,
strong {
	font-weight: 700;
}

blockquote {
	border-left: 0.25rem solid #737373;
	color: #555555;
	margin: 1rem 0;
	padding: 0.5rem 1rem;
}

blockquote p:last-child {
	margin-bottom: 0;
}

a[href^="#fn:"],
a[href^="#fnref:"] {
	display: inline-block;
	font-weight: 700;
	margin-left: 1rem;
}

.footnotes {
	font-size: 85%;
	margin-top: 2rem;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.display-1 {
	font-size: 7rem;
	line-height: 2;
	font-weight: 700;
}

.display-2 {
	font-size: 6rem;
	line-height: 1.5;
	font-weight: 700;
}

.display-3 {
	font-size: 5rem;
	line-height: 1.5;
	font-weight: 700;
}

.display-4 {
	font-size: 4rem;
	line-height: 1.25;
	font-weight: 700;
}

.display-5 {
	font-size: 3rem;
	line-height: 1.25;
	font-weight: 700;
}

.display-6 {
	font-size: 2rem;
	line-height: 1;
	font-weight: 700;
}

.alignnone {
	margin: 0.25rem 1rem 1rem 0;
}

.alignleft {
	float: left;
	margin: 0.25rem 1rem 1rem 0;
}

.alignright {
	float: right;
	margin: 0.25rem 0 1rem 1rem;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 0.25rem auto 0.25rem auto;
}

a img.alignnone {
	margin: 0.25rem 1rem 1rem 0;
}

a img.alignleft {
	float: left;
	margin: 0.25rem 1rem 1rem 0;
}

a img.alignright {
	float: right;
	margin: 0.25rem 0 1rem 1rem;
}

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

.wp-caption {
	background-color: rgba(0, 0, 0, 0.02);
	border: 1px solid rgba(0, 0, 0, 0.1);
	max-width: 100%;
	padding: 0.5rem 0.5rem 0 0.5rem;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 0.25rem 1rem 1rem 0;
}

.wp-caption.alignleft {
	margin: 0.25rem 1rem 1rem 0;
}

.wp-caption.alignright {
	margin: 0.25rem 0 1rem 1rem;
}

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

.wp-caption .wp-caption-text {
	font-size: 1rem;
	line-height: 1;
	margin: 0;
	padding: 1rem;
}

.dashicons {
	width: auto;
	height: auto;
}

.dashicons:before {
	width: auto;
	height: auto;
}

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

.gallery .gallery-icon img {
	height: auto;
	max-width: 100%;
	padding: 0.05rem;
}

.gallery .gallery-caption {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}

.gallery .gallery-caption:hover {
	overflow: visible;
	white-space: unset;
}

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

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

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

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

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

.gallery .gallery-columns-5 .gallery-caption {
	display: none;
}

.gallery .gallery-columns-6 .gallery-item {
	width: 16.6667%;
	margin-bottom: 0;
}

.gallery .gallery-columns-6 .gallery-caption {
	display: none;
}

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

.gallery .gallery-columns-7 .gallery-caption {
	display: none;
}

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

.gallery .gallery-columns-8 .gallery-caption {
	display: none;
}

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

.gallery .gallery-columns-9 .gallery-caption {
	display: none;
}

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

.screen-reader-text:focus {
	background-color: rgba(0, 0, 0, 0.15);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: rgba(0, 0, 0, 0.95);
	display: block;
	font-size: 1rem;
	height: auto;
	left: 0.25rem;
	line-height: normal;
	padding: 1rem;
	text-decoration: none;
	top: 0.25rem;
	width: auto;
	z-index: 100000;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.sticky {
	background-color: rgba(0, 0, 0, 0.05);
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	margin-bottom: 6rem;
	padding: 1.5rem !important;
	position: relative;
}

.sticky:before {
	background-color: rgba(255, 255, 255, 0.5);
	content: "PINNED";
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05rem;
	padding: 0.5rem;
	position: absolute;
	right: 0.25rem;
	top: 0.25rem;
}

.sticky .content-aside {
	background-color: rgba(255, 255, 255, 0.5);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-color: rgba(0, 0, 0, 0.06);
	margin-bottom: 0;
}

.comment-list {
	list-style: none;
	margin-top: 2rem;
	padding: 0;
}

.comment-list .comment {
	list-style-type: none;
	margin-bottom: 2rem;
}

.comment-list .comment .comment-meta {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	gap: 1rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: rgba(0, 0, 0, 0.95);
	color: rgba(255, 255, 255, 0.5);
	padding: 1rem;
}

.comment-list .comment .comment-meta a {
	color: rgba(255, 255, 255, 0.5);
}

.comment-list .comment .comment-meta .comment-author {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.comment-list .comment .comment-meta .comment-author img {
	border-radius: 50%;
}

.comment-list .comment .comment-content {
	margin-top: 1px;
	padding: 1rem 2rem;
	background-color: rgba(0, 0, 0, 0.15);
	color: rgba(0, 0, 0, 0.75);
}

.comment-list .comment .reply {
	text-align: right;
}

.comment-list .comment .comment-reply-link {
	font-weight: 700;
	padding: 0.5rem 1rem;
	background-color: rgba(0, 0, 0, 0.15);
	display: inline-block;
	margin-top: 1px;
	text-decoration: none;
}

.comment-list .comment .children {
	margin: 1rem 0 1rem 1rem;
}

.comment-respond #cancel-comment-reply-link {
	font-weight: 700;
	padding: 0.75rem 1rem;
	background-color: rgba(0, 0, 0, 0.15);
	display: inline-block;
	margin-top: 1px;
	text-decoration: none;
}

.trackback,
.pingback {
	margin: 1rem 0;
	padding: 1rem;
	list-style-type: none;
	background-color: rgba(0, 0, 0, 0.15);
	color: rgba(0, 0, 0, 0.75);
}

.trackback .comment-body,
.pingback .comment-body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2rem;
}

.trackback .comment-edit-link,
.pingback .comment-edit-link {
	font-weight: 700;
	padding: 0.25rem 1rem;
	background-color: rgba(0, 0, 0, 0.15);
	display: inline-block;
	margin-top: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

.comment-form {
	background-color: #f2f4f6;
	margin: 2rem 0;
	padding: 2rem;
}

.comment-form .comment-notes {
	font-size: 1rem;
	margin-bottom: 1rem;
}

.comment-form label {
	display: block;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 1rem;
}

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

.comment-form .comment-form-cookies-consent {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.comment-form .comment-form-cookies-consent label,
.comment-form .comment-form-cookies-consent input[type=checkbox] {
	margin: 0;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
	width: 100%;
}

.comment-form input[type=submit] {
	background-color: #006064;
	border: none;
	color: #ffffff;
	cursor: pointer;
	padding: 1rem 2rem;
}

.comment-form input[type=submit]:hover {
	background-color: #007d81;
}

.bypostauthor {
	font-weight: 700;
	background-color: #f2f4f6;
}

.content-aside {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.05);
	border: 0;
	border-radius: 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.875rem;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 3rem 0;
	padding: 1rem;
	position: relative;
}

.content-aside img {
	background-color: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 8rem;
	margin: 0 1rem 0 0;
	padding: 0.25rem 0;
	width: 6rem;
}

.single .content-aside {
	margin-bottom: 1.5rem;
}

button.post-edit-link {
	background-color: rgba(0, 0, 0, 0.15);
	border: 0;
	border-radius: 0;
	border-radius: 0.5rem;
	bottom: 1rem;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	padding: 0.5rem 1rem;
	position: absolute;
	right: 1rem;
	text-decoration: none;
	text-transform: uppercase;
}

a.post-edit-link {
	color: rgba(0, 0, 0, 0.75);
	text-decoration: none;
}

.comment-edit-link:after {
	content: "...";
}

.content-header {
	border-bottom: 0.5rem solid rgba(0, 0, 0, 0.1);
	margin: 0 0 2rem 0;
}

.content-header p {
	background-color: rgba(0, 0, 0, 0.05);
	padding: 0.5rem;
}

.content-header p a {
	display: block;
	overflow: hidden;
}

.content-header p:hover img {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.content-header i {
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 5rem;
	padding: 3rem;
	width: 100%;
}

.content-main {
	clear: both;
	margin: 0 auto;
}

.content-main article {
	margin: 2rem 0;
}

.content-main p:first-child {
	font-size: 1.2rem;
	font-weight: 300;
}

.content-main p:last-child {
	clear: both;
	content: "";
	display: table-block;
	overflow: hidden;
}

.blog .content-main article.sticky {
	padding: 1.5rem 0;
	margin: 0 !important;
	border-radius: 1rem;
}

.page-content {
	padding-top: 2rem;
}

.page-content p {
	zoom: 1;
}

.page-content p:before,
.page-content p:after {
	content: "";
	display: table;
}

.page-content p:after {
	clear: both;
}

.blog .page-content {
	padding-top: 0;
}

.content-title,
.comment-title,
.comment-reply-title,
.archive-title {
	font-weight: 700;
	margin: 1rem 0;
	word-wrap: break-word;
}

.content-title small,
.comment-title small,
.comment-reply-title small,
.archive-title small {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	margin-top: 1rem;
	text-transform: uppercase;
}

.comment-title,
.comment-reply-title {
	font-size: 2.25rem;
}

.blog .cover,
.page .cover,
.home.blog .cover,
.single .cover {
	height: 320px;
	min-height: auto;
}

.home .cover,
.cover {
	background-color: black;
	height: auto;
	min-height: auto;
	overflow: hidden;
	position: relative;
}

.home .cover .cover-overlay,
.cover .cover-overlay {
	display: none;
}

.home .cover .cover-body,
.cover .cover-body {
	margin: 0 5%;
	padding: 15% 0;
	position: relative;
	text-align: center;
	width: 90%;
}

.home .cover .cover-body h1,
.cover .cover-body h1 {
	color: #f2f4f6;
}

.home .cover .cover-body p,
.cover .cover-body p {
	color: #f2f4f6;
}

.home .cover img,
.home .cover .cover-img,
.cover img,
.cover .cover-img {
	min-width: auto;
}

.home .cover a.scrollbody,
.cover a.scrollbody {
	background-color: rgba(0, 0, 0, 0.3);
	bottom: 0;
	color: #ffffff;
	font-size: 1rem;
	left: 0;
	padding: 1rem 0;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 100%;
	z-index: 40;
}

.home .cover a.scrollbody i,
.cover a.scrollbody i {
	font-size: 2rem;
	line-height: 1;
}

.footer {
	padding: 4rem 2rem;
	position: relative;
}

.scrolltop {
	background: rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	bottom: 6rem;
	display: none;
	font-size: 1rem;
	line-height: 1;
	padding: 1rem;
	position: fixed;
	right: 6rem;
	text-decoration: none;
	z-index: 50;
	bottom: 0.5rem;
	right: 0.5rem;
}

.scrolltop i {
	font-size: 1.5rem;
	line-height: 1;
}

.header {
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 70;
}

.admin-bar .header {
	top: 32px;
}

.navbar {
	padding: 1.25rem 0;
}

.navbar *,
.navbar *::before,
.navbar *::after {
	color: #f2f4f6;
}

.navbar.navbar-dark-text *,
.navbar.navbar-dark-text *::before,
.navbar.navbar-dark-text *::after {
	color: #363636;
}

.navbar [class*=container-fluid] {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 2rem;
}

.navbar .custom-logo-link {
	margin-right: 1rem;
}

.navbar .custom-logo-link img {
	width: auto;
	height: 45px !important;
	max-width: unset;
}

.navbar .navbar-toggler {
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	color: #f2f4f6;
	cursor: pointer;
}

.navbar .navbar-toggler i {
	height: auto;
	width: auto;
	font-size: 2.5rem;
	line-height: 1;
}

.navbar .navbar-brand {
	font-size: 1.725rem;
	font-weight: 100;
	letter-spacing: 0.3rem;
	line-height: 1;
	max-width: 320px;
	overflow: hidden;
	text-decoration: none;
	margin-right: 2rem;
	text-transform: uppercase;
	white-space: nowrap;
}

.navbar .navbar-collapse {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: none;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

.navbar .navbar-collapse .main-nav-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 1rem 0 0 0;
	padding: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.navbar .navbar-collapse .main-nav-menu a {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.75);
	padding: 1rem;
	margin-bottom: 1rem;
}

.navbar .navbar-collapse .main-nav-menu a:last-of-type {
	border-bottom: 0;
}

.navbar .navbar-collapse .main-nav-menu li {
	font-size: 1rem;
	line-height: 1;
	font-weight: 700;
	list-style-type: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.navbar .navbar-collapse .main-nav-menu li.current-menu-item > a {
	color: rgba(0, 0, 0, 0.35) !important;
	text-decoration: underline;
}

.navbar .navbar-collapse .main-nav-menu ul {
	display: none;
}

.navbar .navbar-collapse .menu-item-has-children {
	position: relative;
	z-index: 30;
	padding-right: 0.5rem;
}

.navbar .navbar-collapse .menu-item-has-children:after {
	font-family: dashicons;
	content: "\f140";
	position: absolute;
	top: 0.625rem;
	right: 0;
	color: rgab(#ffffff, 0.5);
}

.navbar .navbar-collapse .menu-item-has-children .sub-menu {
	position: static;
	left: auto;
	top: auto;
	width: 100%;
}

.navbar .navbar-collapse .menu-item-has-children .sub-menu .sub-menu {
	position: static;
	left: auto;
	top: auto;
	max-width: 100%;
}

.pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 2rem 0;
}

.pagination a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.05);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	min-height: 6rem;
	overflow: hidden;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	position: relative;
	text-decoration: none;
	width: 100%;
	word-wrap: break-word;
}

.pagination a:hover,
.pagination a:focus {
	background-color: rgba(0, 0, 0, 0.1);
}

.pagination a:first-child,
.pagination a.previous-link,
.pagination a.prev.page-numbers {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0 2rem;
	position: relative;
}

.pagination a:first-child i,
.pagination a.previous-link i,
.pagination a.prev.page-numbers i {
	font-size: 2rem;
	left: 0;
	position: absolute;
	top: 30%;
}

.pagination a:first-child:first-child:before,
.pagination a.previous-link:first-child:before,
.pagination a.prev.page-numbers:first-child:before {
	bottom: -0.5rem;
	content: "Previous";
	font-size: 5rem;
	font-weight: 700;
	left: 0.5rem;
	line-height: 5rem;
	opacity: 0.05;
	position: absolute;
}

.pagination a:last-child,
.pagination a.next-link,
.pagination a.next.page-numbers {
	padding: 0 2rem;
	position: relative;
	text-align: right;
}

.pagination a:last-child i,
.pagination a.next-link i,
.pagination a.next.page-numbers i {
	font-size: 2rem;
	position: absolute;
	right: 0rem;
	top: 30%;
}

.pagination a:last-child:last-child:before,
.pagination a.next-link:last-child:before,
.pagination a.next.page-numbers:last-child:before {
	bottom: -0.5rem;
	content: "Next";
	font-size: 5rem;
	font-weight: 700;
	line-height: 5rem;
	opacity: 0.05;
	position: absolute;
	right: 0.5rem;
}

.search-form,
.widget_search {
	position: relative;
}

.search-form .wp-block-search__label,
.widget_search .wp-block-search__label {
	display: none;
}

.search-form input[type=search],
.widget_search input[type=search] {
	display: block;
	padding-right: 6rem;
	width: 100%;
}

.search-form input[type=submit],
.search-form button[type=submit],
.widget_search input[type=submit],
.widget_search button[type=submit] {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	padding: 0.725rem;
	border: 0;
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0.75);
	color: #f2f4f6;
}

.header .widget_search {
	margin-bottom: 0 !important;
}

.sidebar {
	padding: 1.5rem 0.5rem;
}

.social-nav-menu ul,
.social-nav-menu {
	margin: 0;
	padding: 0;
}

.social-nav-menu li {
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 3.125rem;
	display: inline-block;
	height: 3.125rem;
	list-style-type: none;
	margin: 0 1rem 0 1rem;
	position: relative;
	width: 3.125rem;
}

.social-nav-menu li:before {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5rem;
	height: 3.125rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width: 3.125rem;
}

.social-nav-menu li a {
	text-decoration: none;
	display: inline-block;
	font-size: 0;
	height: 3.125rem;
	line-height: 0;
	min-width: 3.125rem;
	width: 100%;
	background-size: 1.5rem 1.5rem !important;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: -webkit-transform ease-in-out 400ms;
	transition: -webkit-transform ease-in-out 400ms;
	transition: transform ease-in-out 400ms;
	transition: transform ease-in-out 400ms, -webkit-transform ease-in-out 400ms;
}

.social-nav-menu li a:hover {
	background: transparent !important;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
}

.social-nav-menu li a:before {
	font-size: 1.5rem;
	line-height: 2;
	font-family: dashicons;
	position: relative;
}

.social-nav-menu li a[href*=facebook]:before {
	content: "\f304";
}

.social-nav-menu li a[href*=twitter]:before {
	content: "\f301";
}

.social-nav-menu li a[href*=instagram]:before {
	content: "\f12d";
}

.social-nav-menu li a[href*=youtube]:before {
	content: "\f19b";
}

.social-nav-menu li a[href*=github]:before {
	content: "\f475";
}

.social-nav-menu li a[href*=linkedin]:before {
	content: "\f18d";
}

.social-nav-menu li a[href*=reddit]:before {
	content: "\f195";
}

.social-nav-menu li a[href*=twitch]:before {
	content: "\f199";
}

.social-nav-menu li a[href*=pinterest]:before {
	content: "\f192";
}

.social-nav-menu li a[href*="mailto:"]:before {
	content: "\f465";
}

.widget {
	margin-bottom: 1.5rem;
}

.widget h2,
.widget h6,
.widget label,
.widget .widgettitle,
.widget .widget-title {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05rem;
	margin-top: 2rem;
	text-transform: uppercase;
}

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

.widget ul > li,
.widget ol > li {
	margin-bottom: 0;
	padding: 1rem 0;
}

.widget ul li,
.widget ol li {
	border-bottom: 1px solid rgba(54, 54, 54, 0.05);
	list-style-type: none;
}

.widget ul li:last-child,
.widget ol li:last-child {
	border-bottom: 0;
}

.widget ul li a,
.widget ol li a {
	display: inline-block;
}

.widget ul li li,
.widget ul li li li,
.widget ul li li li li,
.widget ol li li,
.widget ol li li li,
.widget ol li li li li {
	border-bottom: 0;
	padding: 0;
}

.widget ul li ul,
.widget ol li ul {
	background-color: rgba(0, 0, 0, 0.15);
	padding: 1rem;
	margin-top: 2rem;
	border-radius: 0.5rem;
	width: 100%;
}

.widget ul li ul > li,
.widget ol li ul > li {
	line-height: 2.4;
}

.widget ul li ul ul,
.widget ol li ul ul {
	background-color: rgba(0, 0, 0, 0.15);
	margin: 0.5rem 0;
}

.widget.widget_rss ul .rsswidget {
	display: block;
	font-size: 1rem;
}

.widget.widget_rss ul .rsswidget .rss-date,
.widget.widget_rss ul .rsswidget cite {
	color: #363636;
}

.widget.widget_calendar .table {
	margin-bottom: 0;
}

.widget.widget_calendar .table caption {
	background-color: rgba(54, 54, 54, 0.65);
	caption-side: top;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	text-transform: uppercase;
}

.widget.widget_calendar .table tfoot {
	background-color: rgba(54, 54, 54, 0.15);
}

.widget.widget_calendar .table #next {
	text-align: right;
}

@media (min-width: 576px) {

.text-sm-right {
	text-align: right;
}

.text-sm-left {
	text-align: left;
}

.text-sm-center {
	text-align: center;
}

}

@media (min-width: 992px) {

html {
	font-size: 1rem;
}

.col-md-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.3333333333%;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	margin: 0 auto;
	padding-left: 2rem;
	padding-right: 2rem;
	width: 33.3333333333%;
}

.col-md-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	margin: 0 auto;
	padding-left: 2rem;
	padding-right: 2rem;
	width: 50%;
}

.col-md-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.6666666667%;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	margin: 0 auto;
	padding-left: 2rem;
	padding-right: 2rem;
	width: 66.6666666667%;
}

.text-md-right {
	text-align: right;
}

.text-md-left {
	text-align: left;
}

.text-md-center {
	text-align: center;
}

blockquote {
	padding-left: 1.25rem;
	padding-right: 5rem;
}

.home .cover,
.cover {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 320px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 480px;
	position: relative;
}

.home .cover .cover-overlay,
.cover .cover-overlay {
	background-color: rgba(0, 0, 0, 0.65);
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.home .cover .cover-body,
.cover .cover-body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	margin-left: 25%;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 50%;
	z-index: 20;
}

.home .cover img,
.home .cover .cover-img,
.cover img,
.cover .cover-img {
	min-width: 100%;
	width: 100%;
}

}

@media (min-width: 1200px) {

.row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.col-lg-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.3333333333%;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	margin: 0 auto;
	padding-left: 2rem;
	padding-right: 2rem;
	width: 33.3333333333%;
}

.col-lg-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	margin: 0 auto;
	padding-left: 2rem;
	padding-right: 2rem;
	width: 50%;
}

.col-lg-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.6666666667%;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	margin: 0 auto;
	padding-left: 2rem;
	padding-right: 2rem;
	width: 66.6666666667%;
}

.text-lg-right {
	text-align: right;
}

.text-lg-left {
	text-align: left;
}

.text-lg-center {
	text-align: center;
}

.scrolltop {
	bottom: 3rem;
	right: 3rem;
}

.navbar [class*=container-fluid] {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.navbar .navbar-toggler {
	display: none;
}

.navbar .navbar-collapse {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.navbar .navbar-collapse[style*=none],
.navbar .navbar-collapse[style*=block] {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.navbar .navbar-collapse .main-nav-menu {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 0;
}

.navbar .navbar-collapse .main-nav-menu a {
	display: inline-block;
	border-bottom: 0;
	margin-bottom: 0;
	padding: 0.75rem;
}

.navbar .navbar-collapse .menu-item-has-children .sub-menu {
	position: absolute;
	left: 0;
	padding: 0.5rem;
	margin: 0;
	top: 3rem;
	width: 320px;
	background-color: #363636;
	white-space: nowrap;
}

.sidebar {
	padding: 3rem 0;
}

}

@media (max-width: 992px) {

.header {
	z-index: 100;
}

}

