/*!
Theme Name: forEach() Loop
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: foreach-loop
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

forEach() Loop is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* === WooCommerce + Bootstrap Checkout Fixes === */

div.woocommerce {
	max-width:1200px;
	padding-top:2rem;
	margin:0 auto;
}
.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row {
  display: block;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: unset;
}
/* ACCESSIBLITY */
.offscreen {
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip-path: inset(1px 1px 1px 1px);
	clip-path: inset(1px, 1px, 1px, 1px);
}

.skip-to-content.offscreen:focus {
	position: relative;
	display: inline-block;
	height: auto;
	width: auto;
	padding: 0.625em 1.25em;
	background-color: #002e5e;
	color: #fff;
	overflow: visible;
	clip-path: none;
	text-decoration: none;
}
.wp-social-link a {
	font-size: 2rem;
}
html {
	font-size: 16px;
}

body {
	width: 100%;
	overflow-x: hidden !important;
}

/* TYPOGRAPHY */

h1, h2, h3, h4, h5, p, li, a{
font-family: 'VT323', monospace;
}
p, li {
	font-size: 1.2rem;
}
a {
	font-weight: 400;
	color:#2F6690;
}
a:visited {
	color:#2F6690;
}
a.wrapper-link {
	text-decoration: none;
	height: 100%;
}


.light {
	font-weight: 300 !important;
}
.h-auto {
	min-height: auto !important;
}
.bold {
	font-weight: 700 !important;
}
strong {
	font-weight: 600 !important;
}

.centered {
	text-align: center;
}
.white {
	color: white;
	z-index: 1000;
}
.no-bullets {
	list-style: none;
	padding-left: 0;
}

.site-main {
	min-height: 80vh;
}

/* GUTENBERG EDITOR COLORS */

.has-blue-background-color {
	background-color: #485161;
}

.has-blue-color {
	color: #485161;
}

.has-orange-background-color {
	background-color: #cb6015;
}
.orange {
	color: #cb6015;
}

.has-orange-color {
	color: #cb6015;
}

.has-gray-background-color {
	background-color: #A6B3BB;
}

.has-gray-color {
	color: #A6B3BB;
}

/* IMAGES */
.object-fit-contain, .object-fit-contain img {
	object-fit: contain;
	font-family: 'object-fit:contain';
}

.object-fit-cover, .object-fit-cover img {
	object-fit: cover;
	font-family: 'object-fit:cover';
}
.height-auto img, .height-auto {
	height: auto !important;
}

/* BUTTONS */
.gb-button {
	font-size: 1rem;
	border-radius:3px;
	font-weight: 400;
}

.btn-primary, .facetwp-load-more {
	background: #E8E8E8;
	text-transform: uppercase;
	border: none;
	color: black;
	padding: 12px 36px 12px 36px;
	letter-spacing: 1px;

}

/* NAVIGATION */
.site-header {
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	z-index: 1000;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	height:100px;
	background:black;
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding-right:4rem;
	padding-left:4rem;
	padding-top:1rem;
	padding-bottom:1rem;
}
.main-navigation ul {
	list-style:none;
	display:flex;
	align-items:center;
}
.main-navigation a {
	color:white;
}
.main-navigation ul {
	margin-bottom: 0;
}
.main-navigation li {
	margin-left:2rem;
}
.site-branding img {
	width: 90px;
	height: auto;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	margin-bottom:-1rem;
}


label {
	width:100%;
}

.setlist-archive-container .show-poster img {
	width:200px !important; 
	height:auto !important;
}
/* FOOTER */
.site-footer {
	background: black;
	min-height: 100px;
	position: relative;
}
.site-footer a {
	color:white;
}
.site-footer h3, .site-footer p, .site-footer li {
	color:white;

}
.site-footer h3, .site-footer p {
	font-size:1.25rem;
}
.site-footer form .d-flex p {
	display:flex;
	flex-direction: column;
}
.wpcf7-submit {
	background: whitesmoke;
	border-radius: 5px;
	color:black;
}

@media only screen and (max-width: 768px) {
	html {
		font-size: 15px;
	}
	.main-navigation {
		display:none;
	}
}

@media only screen and (max-width: 480px) {
	html {
		font-size: 14px;
	}
	.hero {
		min-height:300px !important;

	}
	.hero h1 {
		font-size: 1.8rem !important;
		margin-top: 140px;
	}
	.hero h2 {
		font-size:1.5rem !important;
	}
	.hero h3 {
		font-size:1.25rem !important;
	}
}
h1 {
	font-family: 'Press Start 2P', cursive;

}

@media only screen and (max-width: 600px) {
	.site-header {
		padding-left:1rem !important;
		padding-right:1rem !important;
	}
	.site-branding img {
		width:75px;
	}
	
}