/* 
Theme Name: Black Archives
Version: 1.0.0
Author: Matt Tompkins
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
}

p {
	-ms-word-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	-webkit-hyphenate-before: 2;
	-webkit-hyphenate-after: 3;
	hyphenate-lines: 3;
	-webkit-font-feature-settings: "liga", "dlig";
	-moz-font-feature-settings: "liga=1, dlig=1";
	-ms-font-feature-settings: "liga", "dlig";
	-o-font-feature-settings: "liga", "dlig";
	font-feature-settings: "liga", "dlig";
}

:root {
	--font-body: sofia-pro, Helvetica, sans-serif;
	--font-header: pt-sans, Helvetica, sans-serif;
}

.button {
	display: inline-block !important;
	position: relative !important;
	font-family: var(--font-body) !important;
	text-decoration: none !important;
	color: var(--black) !important;
	font-size: 1.8rem !important;
	line-height: 1.2 !important;
	font-weight: 700 !important;
	padding: 1.6rem 3.2rem !important;
	border: 1px solid var(--black) !important;
	border-radius: 0 !important;
	box-shadow: 4px 4px 0 var(--brand) !important;
	background-color: transparent !important;
	text-align: center !important;
	text-transform: uppercase !important;
	transition: all 0.1s !important;
	cursor: pointer !important;
}

.button:hover, .button:focus {
	background-color: var(--brand) !important;
	box-shadow: 4px 4px 0 var(--black) !important;
	color: var(--black) !important;
	text-decoration: none !important;
	outline: none !important;
}

.button:active {
	transform: translateY(1px) !important;
}

@media screen and (max-width: 768px) {
	.button {
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
	}
	.button:not(:first-child) {
		margin-top: .8rem;
	}
}

.button--brand, .button.has-brand-color {
	border-color: var(--brand) !important;
	color: var(--brand) !important;
}

.button--brand:hover, .button--brand:focus, .button.has-brand-color:hover, .button.has-brand-color:focus {
	background-color: var(--brand) !important;
	color: var(--white) !important;
}

.button--black, .button.has-black-color {
	border-color: var(--black) !important;
	color: var(--black) !important;
}

.button--black:hover, .button--black:focus, .button.has-black-color:hover, .button.has-black-color:focus {
	background-color: var(--black) !important;
	color: var(--white) !important;
}

.button--white, .button.has-white-color {
	border-color: var(--white) !important;
	color: var(--white) !important;
}

.button--white:hover, .button--white:focus, .button.has-white-color:hover, .button.has-white-color:focus {
	background-color: var(--white) !important;
	color: var(--brand) !important;
}

.go-to-cart {
	align-items: center;
	background-color: var(--white);
	border: 1px solid var(--black);
	border-radius: 50%;
	bottom: 6.4rem;
	display: flex;
	padding: 1.6rem;
	position: fixed;
	transition: background-color .1s;
	right: 6.4rem;
}

.go-to-cart:hover, .go-to-cart:focus {
	background-color: var(--brand);
}

.go-to-cart:hover .icon, .go-to-cart:focus .icon {
	fill: var(--black);
}

.go-to-cart .icon {
	fill: var(--black);
	transition: fill .1s;
}

.site-footer {
	border-top: 1px solid var(--black);
}

.site-footer .footer {
	display: flex;
	justify-content: space-between;
	padding: 3.2rem 0;
}

@media screen and (max-width: 1030px) {
	.site-footer .footer {
		display: block;
	}
}

@media screen and (max-width: 1030px) {
	.site-footer .footer__col {
		text-align: center !important;
	}
	.site-footer .footer__col *:not(input) {
		text-align: center !important;
	}
	.site-footer .footer__col:not(:last-child) {
		margin-bottom: 3.2rem;
	}
	.site-footer .footer__col .mt-signup__form-inner {
		display: inline-block;
	}
}

.site-footer .footer__col .widget_nav_menu ul li {
	display: inline-block;
	margin-bottom: 1.6rem;
	width: 48%;
}

@media screen and (max-width: 1030px) {
	.site-footer .footer__col .widget_nav_menu ul li {
		width: 100%;
	}
}

.site-footer .footer__col .widget_nav_menu ul li a {
	color: var(--black) !important;
	text-transform: uppercase;
	transition: all .1s;
}

.site-footer .footer__col .widget_nav_menu ul li a:hover, .site-footer .footer__col .widget_nav_menu ul li a:focus {
	background-color: var(--brand) !important;
	color: var(--black) !important;
}

.site-footer .footer-creds {
	padding-bottom: 1.6rem;
}

.site-footer .footer-creds p {
	font-size: 1.4rem;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
	display: block;
	min-height: 4rem;
	line-height: 1em;
	margin-top: 0 !important;
	padding: .8rem 1.6rem;
	font-size: 1em;
	color: var(--black);
	border: 1px solid var(--black);
	vertical-align: middle;
	box-shadow: none;
	width: 100%;
	max-width: 100% !important;
	font-family: var(--font-body);
	background-color: var(--white);
}

input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
	box-shadow: 0 1.5rem 1.5rem rgba(var(--black), 0.15);
	outline: none;
}

input[type="password"] {
	letter-spacing: 0.3em;
}

textarea {
	max-width: 100%;
	min-height: 120px;
	line-height: 1.5em;
	resize: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.03857L9 8.73447L17 1.03857' stroke='%234DAFF1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 97.5% center;
}

.site-header {
	padding: 3.2rem 0;
	position: relative;
	z-index: 10;
}

@media screen and (max-width: 1280px) {
	.site-header {
		padding: 1.6rem 0;
	}
}

@media screen and (max-width: 1030px) {
	.site-header {
		padding: .8rem 0;
	}
}

.site-header .wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 1280px) {
	.site-header .wrap {
		justify-content: space-between;
	}
}

@media screen and (max-width: 1030px) {
	.site-header .wrap {
		flex-direction: column;
		justify-content: center;
	}
}

.custom-logo-link {
	display: block;
}

.custom-logo-link img {
	height: auto;
	width: 21.5rem;
}

#menu-toggle,
#close-menu {
	display: none;
}

@media screen and (max-width: 1030px) {
	#menu-toggle,
	#close-menu {
		display: block;
	}
	#menu-toggle .icon,
	#close-menu .icon {
		fill: var(--black);
		height: 3.2rem;
		width: 3.2rem;
	}
}

@media screen and (max-width: 1030px) {
	#close-menu {
		position: absolute;
		right: 2%;
		top: 3.2rem;
	}
}

@media screen and (max-width: 1030px) {
	#site-navigation {
		align-items: center;
		background-color: var(--white);
		display: none;
		flex-direction: column;
		height: 100vh;
		justify-content: flex-start;
		left: 0;
		overflow: scroll;
		padding: 6.4rem 1.6rem;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
	}
	#site-navigation .menu-top-menu-container {
		width: 100%;
	}
}

#site-navigation .site-branding {
	margin: 0 3.2rem;
}

@media screen and (max-width: 1030px) {
	#site-navigation #top-menu {
		display: block;
		width: 100%;
	}
}

#site-navigation #top-menu > li {
	display: inline-block;
}

@media screen and (max-width: 1030px) {
	#site-navigation #top-menu > li {
		display: block;
		position: relative;
		width: 100%;
	}
}

#site-navigation #top-menu > li:not(:last-child) {
	margin-right: 1.6rem;
}

@media screen and (max-width: 1030px) {
	#site-navigation #top-menu > li {
		margin: 0;
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}
	#site-navigation #top-menu > li:not(:last-child) {
		border-bottom: 1px solid var(--grey-lt);
	}
}

#site-navigation #top-menu > li a {
	color: var(--black);
	text-transform: uppercase;
	transition: background-color .1s;
}

#site-navigation #top-menu > li a:hover, #site-navigation #top-menu > li a:focus {
	background-color: var(--brand);
}

@media screen and (max-width: 1030px) {
	#site-navigation #top-menu > li a {
		display: block;
		padding: 1.6rem 0;
	}
}

#site-navigation #top-menu > li.menu-item-has-children {
	position: relative;
}

@media screen and (max-width: 1030px) {
	#site-navigation #top-menu > li.menu-item-has-children > a {
		position: relative;
	}
	#site-navigation #top-menu > li.menu-item-has-children > a::after {
		content: '+';
		display: block;
		font-size: 3.2rem;
		font-weight: 700;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1;
	}
}

#site-navigation #top-menu > li.menu-item-has-children > a.show-sub::after {
	transform: rotate(45deg);
}

@media screen and (max-width: 1030px) {
	#site-navigation #top-menu > li.menu-item-has-children a.show-sub + .sub-menu {
		display: block;
		visibility: visible;
	}
}

#site-navigation #top-menu > li.menu-item-has-children:hover .sub-menu, #site-navigation #top-menu > li.menu-item-has-children:focus .sub-menu {
	display: block;
	visibility: visible;
}

@media screen and (max-width: 1030px) {
	#site-navigation #top-menu > li.menu-item-has-children:hover .sub-menu, #site-navigation #top-menu > li.menu-item-has-children:focus .sub-menu {
		display: none;
		visibility: hidden;
	}
}

#site-navigation #top-menu > li.current-menu-item {
	position: relative;
	z-index: 0;
}

#site-navigation #top-menu > li.current-menu-item > a {
	background-color: var(--brand);
	position: relative;
	z-index: 1;
}

#site-navigation #top-menu > li .sub-menu {
	background-color: var(--white);
	border: 1px solid var(--black);
	box-shadow: 4px 4px 0 var(--brand);
	display: none;
	left: 0;
	margin: 0;
	min-width: 22rem;
	position: absolute;
	visibility: hidden;
}

@media screen and (max-width: 1030px) {
	#site-navigation #top-menu > li .sub-menu {
		background-color: var(--white-dk);
		border: 0;
		border-bottom: 1px solid var(--black);
		border-top: 1px solid var(--black);
		box-shadow: none;
		padding: 0;
		position: relative;
	}
}

#site-navigation #top-menu > li .sub-menu li:not(:last-child) {
	border-bottom: 1px solid var(--black);
}

#site-navigation #top-menu > li .sub-menu li a {
	display: block;
	padding: 1.6rem .8rem;
	transition: background-color .1s;
}

#site-navigation #top-menu > li .sub-menu li a:hover, #site-navigation #top-menu > li .sub-menu li a:focus {
	background-color: var(--brand);
	color: var(--black) !important;
}

#site-navigation #top-menu > li .sub-menu li.current-menu-item {
	background-color: var(--brand);
}

@media screen and (max-width: 1030px) {
	#site-navigation #top-menu > li .sub-menu li {
		margin: 0 !important;
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}
	#site-navigation #top-menu > li .sub-menu li:not(:last-child) {
		border-bottom: 0;
	}
	#site-navigation #top-menu > li .sub-menu li a {
		padding: 1.6rem 0;
	}
}

@media screen and (max-width: 1030px) {
	.display-menu {
		height: 100vh;
		overflow: hidden;
	}
	.display-menu #site-navigation {
		display: flex;
	}
}

.wp-block-social-warfare-social-warfare {
	margin: 0 auto;
	max-width: 54rem;
}

.swp_share_button {
	background: var(--white) !important;
	border: 1px solid var(--black) !important;
	border-radius: 0 !important;
	color: var(--black) !important;
}

.swp_share_button:hover, .swp_share_button:focus {
	background: var(--brand) !important;
}

.swp_share_button a {
	background-color: transparent !important;
}

.swp_share_button a i.sw {
	color: var(--black) !important;
}

.swp_share_button a .swp_share {
	color: var(--black) !important;
}

html {
	font-size: 62.5%;
}

html.display-menu {
	height: 100vh;
	overflow: hidden;
}

@media screen and (max-width: 1280px) {
	html {
		font-size: 60%;
	}
}

@media screen and (max-width: 1030px) {
	html {
		font-size: 58%;
	}
}

body {
	font-family: var(--font-body);
	font-size: 1.8rem;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.4;
	color: var(--black);
	background-color: var(--white);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.wrap {
	margin: 0 auto;
	max-width: 128rem;
	padding: 0 3rem;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.wrap {
		padding: 0 1.6rem;
	}
}

a {
	text-decoration: none;
}

a:link {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

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

.icon {
	height: 2.4rem;
	width: 2.4rem;
}

.has-header-font {
	font-family: var(--font-header);
}

.has-body-font {
	font-family: var(--font-body);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	margin: 0;
	margin-bottom: 1.6rem;
	text-rendering: optimizelegibility;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
	text-decoration: none;
}

h1, .h1 {
	font-family: var(--font-header);
	font-size: 4.8rem;
	font-weight: 400;
	line-height: 1;
}

@media screen and (max-width: 1280px) {
	h1, .h1 {
		font-size: 4rem;
	}
}

@media screen and (max-width: 1030px) {
	h1, .h1 {
		font-size: 3.6rem;
	}
}

h2, .h2 {
	font-family: var(--font-body);
	font-size: 3.395rem;
	font-weight: 400;
	line-height: 1.4;
}

@media screen and (max-width: 1280px) {
	h2, .h2 {
		font-size: 3rem;
	}
}

@media screen and (max-width: 1030px) {
	h2, .h2 {
		font-size: 2.8rem;
	}
}

h3, .h3 {
	font-family: var(--font-body);
	font-size: 2.401rem;
	font-weight: 400;
	line-height: 1.4;
}

@media screen and (max-width: 1280px) {
	h3, .h3 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 1030px) {
	h3, .h3 {
		font-size: 1.8rem;
	}
}

h4, .h4 {
	font-family: var(--font-body);
	font-size: 1.698rem;
	font-weight: 400;
	line-height: 1.4;
}

@media screen and (max-width: 1280px) {
	h4, .h4 {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 1030px) {
	h4, .h4 {
		font-size: 1.2rem;
	}
}

h5, .h5 {
	font-family: var(--font-body);
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1.4;
}

p strong {
	font-weight: 700;
}

p:not(:last-child) {
	margin-bottom: 1.6rem;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.woocommerce.single-product #main,
.woocommerce.archive #main,
.woocommerce.post-type-archive-product #main {
	margin: 0 auto;
	max-width: 144rem;
	padding: 0 3rem;
}

.single-event__product-fields {
	margin: 1.6rem 0;
}

.single-event__product-fields li {
	font-weight: 700;
}

.single-event__product-fields li:not(:last-child) {
	margin-bottom: 1.6rem;
}

.add_to_cart_button.added {
	margin-right: 1.6rem !important;
}

.woocommerce-cart-form .coupon {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-cart-form .coupon .input-text {
	min-width: 15rem;
}

.woocommerce-cart-form .coupon .button[name="apply_coupon"] {
	min-width: 21rem;
}

.description_tab a,
.reviews_tab a {
	background-color: transparent !important;
}

.products li::before {
	display: none !important;
}

.products li a {
	background-color: transparent !important;
}

.wc_payment_methods li::before {
	display: none !important;
}

.single-dg {
	display: flex;
}

@media screen and (max-width: 1030px) {
	.single-dg {
		flex-direction: column;
	}
}

.single-dg__col {
	flex: 0 0 50%;
}

.single-dg__col:first-child {
	padding-right: 3.2rem;
}

@media screen and (max-width: 1030px) {
	.single-dg__col:first-child {
		padding-right: 0;
	}
	.single-dg__col:not(:last-child) {
		margin-bottom: 3.2rem;
	}
}

.single-dg__col--image {
	background-color: transparent !important;
	box-shadow: none;
	display: block;
}

@media screen and (max-width: 1030px) {
	.single-dg__col--image {
		margin-bottom: 1.6rem;
	}
}

.single-dg__col--image:hover img, .single-dg__col--image:focus img {
	box-shadow: 4px 4px 0 var(--black);
}

.single-dg__col--image img {
	border: 1px solid var(--black);
	box-shadow: 4px 4px 0 var(--brand);
	transition: box-shadow .1s;
}

@media screen and (max-width: 1030px) {
	.single-dg__col--content {
		order: 1;
	}
}

.single-dg__description {
	margin-bottom: 3.2rem;
}

.single-dg__copy:not(:last-child) {
	margin-bottom: 1.6rem;
}

.single-dg__copy strong {
	font-weight: 700;
}

@media print {
	/******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	a, a:visited {
		color: #444 !important;
		text-decoration: underline;
	}
	a:after, a:visited:after {
		content: " (" attr(href) ")";
	}
	a abbr[title]:after, a:visited abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	.sidebar,
	.page-navigation,
	.wp-prev-next,
	.respond-form,
	nav {
		display: none;
	}
}

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