/*
Theme Name:   	NATCA Store
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.3
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */

:root {
	--dark-blue: #036;
	--strong-red: #ce0e2d;
	--medium-gray: #999;
}

@media screen and (min-width: 768px) {
	.site-header {
		padding-top: 0;
	}

	.storefront-primary-navigation,
	.site-info {
		width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
	}

}

#topbar {
	background-color: var(--dark-blue);
	float: left;
	width: 100%;
	margin-bottom: 1.75rem;
}

#topbar .menu {
	margin: 0;
	padding: .15rem 0;
	float: right;
}

#topbar .menu>li {
	float: left;
	font-size: .875em;
	list-style-type: none;
	margin-left: 1.75rem;
}

#topbar .menu>li>a {
	color: #fff;
}

#topbar+.col-full {
	clear: left;
}


#topbar,
.site-branding,
.site-search,
.site-header-cart,
.site-logo-anchor,
.site-logo-link,
.custom-logo-link {
	margin-bottom: 0;
}

.site-header {
	padding-top: 0;
	padding-bottom: 0;
}

#masthead>.col-full>.col-full {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 4px 0;
}

.site-branding {
	width: auto;
}

.site-header .site-branding img {
	border-radius: 0;
	width: auto;
	max-width: 100%;
	max-height: 100px;
}

@media (max-width: 767px) {
	#masthead>.col-full>.col-full {
		width: 40%;
	}

	.site-header .site-branding img {
		max-height: 50px;
	}

	#site-navigation-menu-toggle {
		position: absolute;
		right: 30px;
		bottom: 7px;
	}
}

@media (max-width: 568px) {
	#masthead>.col-full {
		margin-left: 0;
		margin-right: 0;
	}
}


.primary-navigation,
.handheld-navigation {
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	.storefront-primary-navigation {
		background-color: var(--strong-red);
	}

	.secondary-navigation {
		margin-bottom: 0;
	}

	.secondary-navigation .menu {
		font-size: 16px;
		margin-top: 0;
	}

	.secondary-navigation ul.menu a {
		border-left: solid 1px #404040;
		padding-top: 2px;
		padding-bottom: 2px;
	}

	.secondary-navigation ul.menu li:first-child a {
		border-left: none;
	}

	#page .main-navigation ul.menu {
		display: flex;
		flex-wrap: wrap;
	}

	#page .main-navigation #menu-primary li a {
		color: #fff;
		padding: 1em;
		line-height: 1;
	}

	#page .main-navigation ul.menu li.menu-item-has-children>a::after {
		line-height: 1;
	}

	#page .main-navigation li.current-menu-item>a,
	#page .main-navigation li.current-menu-parent>a,
	#page .main-navigation li.current-menu-ancestor>a,
	#page .main-navigation li>a:hover {
		background-color: var(--dark-blue);
	}

	#page .main-navigation .sub-menu a {
		font-size: 14px;
		background-color: var(--dark-blue);
		padding: .75em 1em;
		height: 100%;
	}

	#page .main-navigation .sub-menu a:hover,
	#page .main-navigation .sub-menu li.current-menu-item>a,
	#page .main-navigation .sub-menu li.current-page-ancestor>a {
		background-color: var(--medium-gray);
	}

	.site-header-cart .cart-contents {
		padding: 1em 0;
	}

	ul.menu a.cart-contents,
	.site-header-cart .cart-contents::after {
		line-height: 1;
	}

	ul.menu a.cart-contents,
	a.cart-contents:hover,
	.site-header-cart:hover>li>a {
		color: #fff !important;
	}
}

.home .hentry {
	margin-bottom: 0;
}

.ships-in {
	border: 1px solid #60646c;
	color: #60646c;
	padding: .202em .6180469716em;
	font-size: .875em;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 1em;
	border-radius: 3px;
}

.embroidery-logos>.ginput_container_select,
.transfer-logos>.ginput_container_select {
	display: flex;
	align-items: flex-start;
}

img#shirt-logo {
	margin-left: 1em;
	max-width: 200px;
}

/* Recipient name field for gift certificates */
#ywgc-recipient-name {
	display: block;
}

.site-footer {
	padding-bottom: 0;
}

@media screen and (min-width: 768px) {
	.footer-widgets {
		padding-top: 2em;
	}

	.site-info {
		padding: 2em 14vw;
		color: #fff;
		background-color: #414141;
	}
}

.footer-widget-3 .widget_text {
	margin-bottom: 1em;
}

.footer-widget-3 .widget_media_image {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: .5rem;
}

.footer-widget-3 .widget_media_image>.widget-title {
	order: 2;
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: inherit;
	font-weight: 400;
}

.footer-widget-3 .widget_media_image img {
	width: 105px;
	min-width: 105px;
	height: 100%;
	margin-right: 1em;
}

.page-template-template-documentation .site-header {
	padding: 1rem 0;
}

.page-template-template-documentation .storefront-handheld-footer-bar {
	display: none;
}

.page-template-template-documentation p+h3 {
	padding-top: 2.2906835em;
	margin-top: 0;
}

.page-template-template-documentation ol li {
	border-bottom: 2px solid rgba(0, 0, 0, .05);
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

.page-template-template-documentation ol.no-border li,
.page-template-template-documentation ol li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

select.crate {
	width: 100%;
}

.page-template-template-homepage .storefront-breadcrumb,
.page-template-template-homepage .entry-header {
	display: none;
}

.page-template-template-homepage .entry-content {
	max-width: 100%;
}

.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
	padding-top: 0;
}

.page-template-template-homepage .hentry {
	margin-bottom: 0;
	padding-bottom: 0;
}

.page-template-template-homepage .type-page>.col-full {
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.page-template-template-homepage .hentry .wp-block-heading {
	margin-bottom: 1em;
}

.wc-block-grid.has-4-columns .wc-block-grid__products {
	gap: 4.347826087%;
}

div.wc-block-grid.has-4-columns .wc-block-grid__product {
	flex: 1 0 21.7391304348%;
	max-width: 21.7391304348%;
}

/* Force customer to use Add to Cart button to work around Gravity Forms product bug */
body:not(.woocommerce-checkout, .woocommerce-cart) #wc-square-digital-wallet {
	display: none !important;
}