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

.shadow {
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1) !important;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1) !important;
}

.shadow-md {
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.shadow-lg {
	-webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
}

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

.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: #000000;
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: rgba(255, 255, 255, 0.95);
	display: block;
	font-size: 0.875rem;
	height: auto;
	left: 0.15rem;
	line-height: normal;
	padding: 0.5rem;
	text-decoration: none;
	top: 0.15rem;
	width: auto;
	z-index: 100000;
}

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

.sticky {
	padding: 1.5rem;
	margin-bottom: 6rem;
	background-color: rgba(0, 0, 0, 0.05);
	position: relative;
}

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

.sticky .content-aside {
	border-color: rgba(0, 0, 0, 0.06);
	background-color: rgba(255, 255, 255, 0.5);
	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(54, 54, 54, 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(54, 54, 54, 0.15);
	color: rgba(54, 54, 54, 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(54, 54, 54, 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(54, 54, 54, 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(54, 54, 54, 0.15);
	color: rgba(54, 54, 54, 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(54, 54, 54, 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: #363636;
	border: none;
	color: #ffffff;
	cursor: pointer;
	padding: 1rem 2rem;
}

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

.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;
	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;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.15;
	margin-bottom: 20px;
}

.home .cover .cover-body p,
.cover .cover-body p {
	font-size: 1.4rem;
	line-height: 1.4;
	color: #f2f4f6;
	font-weight: 400;
}

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

body {
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in-out;
	transition: opacity 400ms ease-in-out;
	position: relative;
	z-index: 20;
}

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

body i,
body img,
body input,
body button,
body .icon {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

body a:focus,
body a:active,
body input:focus,
body button:focus,
body textarea:focus,
body select:focus,
body button:focus {
	outline: none;
	text-decoration: none;
}

body a::-moz-focus-inner,
body input::-moz-focus-inner,
body button::-moz-focus-inner,
body textarea::-moz-focus-inner,
body select::-moz-focus-inner {
	border: 0;
}

body ::-moz-selection {
	background: #f2f4f6;
}

body ::selection {
	background: #f2f4f6;
}

body ::-moz-selection {
	background: #f2f4f6;
}

body input::-webkit-input-placeholder {
	color: #f2f4f6;
}

body input::-moz-placeholder {
	color: #f2f4f6;
}

body input:-ms-input-placeholder {
	color: #f2f4f6;
}

body input::-ms-input-placeholder {
	color: #f2f4f6;
}

body input::placeholder {
	color: #f2f4f6;
}

body input:-moz-placeholder {
	color: #f2f4f6;
}

body input:-ms-input-placeholder {
	color: #f2f4f6;
}

body input::-moz-placeholder {
	color: #f2f4f6;
}

body input::-webkit-input-placeholder {
	color: #f2f4f6;
}

body input:-moz-placeholder-shown {
	color: #f2f4f6;
}

body input:-ms-input-placeholder {
	color: #f2f4f6;
}

body input:placeholder-shown {
	color: #f2f4f6;
}

body a {
	font-weight: 700;
}

body a:hover,
body a:active,
body a:focus {
	text-decoration: none;
}

body p,
body li {
	line-height: 1.8;
}

body p {
	margin: 1rem 0;
}

body pre {
	background-color: rgba(0, 0, 0, 0.04);
	border: 1px solid rgba(0, 0, 0, 0.08);
	font-family: monospace;
	font-size: 1.2rem;
	margin: 1rem;
	padding: 1.5rem;
}

body address {
	font-style: italic;
}

body code {
	font-family: monospace;
	font-size: 1.2rem;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

body blockquote {
	border-left: 5px solid rgba(0, 0, 0, 0.08);
	margin-bottom: 2rem !important;
	padding: 2rem;
}

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

.header .widget_search {
	margin: 0;
	padding: 0;
}

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

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

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

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

.navbar .navbar-collapse .main-nav-menu .dropdown .dropdown-toggle {
	position: relative;
}

.navbar .navbar-collapse .main-nav-menu .dropdown .dropdown-toggle:after {
	position: absolute;
	right: 10px;
	top: 50%;
}

.navbar .navbar-collapse .main-nav-menu .menu-item {
	margin: 0 !important;
}

.navbar .navbar-collapse .main-nav-menu .menu-item a {
	font-weight: 400;
	padding: 1rem;
}

.navbar .navbar-collapse .main-nav-menu .menu-item a.current-menu-item > a {
	color: #363636 !important;
	font-weight: 700;
}

.navbar .navbar-collapse .main-nav-menu .sub-menu {
	padding: 0;
	border-radius: 0.5rem !important;
	position: relative;
}

.navbar .navbar-collapse .main-nav-menu .sub-menu .menu-item {
	margin: 0 1rem !important;
}

.navbar .navbar-collapse .main-nav-menu .sub-menu a {
	color: inherit !important;
}

.navbar .navbar-collapse .main-nav-menu .sub-menu a:hover,
.navbar .navbar-collapse .main-nav-menu .sub-menu a:focus {
	color: #363636 !important;
}

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

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

.wpcf7-form label {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 3;
	text-transform: uppercase;
}

.wpcf7-submit {
	display: block;
	font-size: 1.4rem;
	width: 100%;
}

@media (min-width: 992px) {

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

.navbar .navbar-collapse .main-nav-menu .sub-menu {
	position: absolute;
}

}

@media (min-width: 1200px) {

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

.navbar .navbar-collapse {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	width: 100%;
}

.navbar .navbar-collapse .main-nav-menu .dropdown .dropdown-toggle:after {
	position: static;
}

.sidebar {
	padding: 2rem;
}

}

@media (max-width: 992px) {

.header {
	z-index: 100;
}

.header .widget_search {
	padding: 1rem 0;
}

.header .widget_search label {
	display: block !important;
}

}

