/*
Theme Name:   	Storefront Child Theme
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.0
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.
 */

.site-header {
	border-color: #333333;
	border-width: 2px;
}

.heading {
	position: relative;
	background-color: #563485;
	margin-bottom: 2rem;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

	.heading::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0.35;
	}

	.heading .heading-inner {
		position: relative;
	}

		.heading .heading-inner .storefront-breadcrumb {
			margin-bottom: 0;
		}

			.heading .heading-inner .storefront-breadcrumb .woocommerce-breadcrumb {
				color: #fff;
			}

				.heading .heading-inner .storefront-breadcrumb .woocommerce-breadcrumb a {
					color: #fff;
				}

		.heading .heading-inner .title {
			color: #fff;
			text-align: center;
			padding-top: 1rem;
			padding-bottom: 2.5rem;
			font-weight: 300;
			font-size: clamp(2.25rem, 1.2857rem + 4.2857vw, 4.5rem);
			line-height: 1.3;
		}

h1, .h1 {
	font-size: clamp(1.5rem, 0.9643rem + 2.3810vw, 2.75rem);
}

.footer-widgets .widget_nav_menu ul li {
	padding-left: 0;
}

	.footer-widgets .widget_nav_menu ul li::before {
		content: none;
	}

	.footer-widgets a, .site-info a {
		text-decoration: none;
	}

		.footer-widgets a:hover, .site-info a:hover {
			text-decoration: underline;
		}


.home .heading {
	display: none;
}

.hentry .entry-content .wp-block-columns .wp-block-column.col-full {
	margin-left: auto;
	margin-right: auto;
}

.home .site-main {
	margin-bottom: 0;
}

.footer-widgets, .footer-widgets .widget .widget-title {
	border-bottom-color: rgba(255 255 255 / 25%);
}

/* Desktop styles */
@media (min-width: 768px) {
	.site-header {
		border-color: #563485;
	}
	
	.ppap-nav {
		background-color: #6f4d9e;
	}
	
	.ppap-nav .main-navigation a, .ppap-nav .cart-contents {
		color: #fff;
	}
	
	.ppap-nav .main-navigation .main-navigation ul li a:hover, .main-navigation ul li:hover > a, .site-title a:hover, .site-header ul.menu li.current-menu-item > a, .ppap-nav .cart-contents:hover, a.cart-contents:hover, .site-header-cart:hover > li > a {
		color: rgba(255 255 255 / 75%);
	}
	
	.ppap-nav .main-navigation ul.menu ul.sub-menu, .main-navigation ul.nav-menu ul.children {
		background-color: #563485;
		min-width: 15rem;
	}
	
	.ppap-nav .main-navigation ul ul li a, .secondary-navigation ul ul li a {
		width: 100%
	}
	
	.heading .heading-inner .title {
		padding-bottom: 4rem;
	}
	
	.home .wp-block-columns ul.products li.product {
		margin-bottom: 0;
	}

	
}

@media (max-width:763px) {
	.home.storefront-align-wide.page-template-template-fullwidth .hentry .entry-content>.wp-block-cover.alignfull, .home.storefront-align-wide.page-template-template-fullwidth .hentry .entry-content>.wp-block-image.alignfull {
		margin-top: -2.235801em;
	}

}