/*
Theme Name: Pro Step Landcaping - Sharper Edge v4 
Author: Sharper Edge International Pty Ltd
Author URI: 
Theme URI: 
Tags: full-site-editing, block-patterns
Text Domain: pro-step-landscaping
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 8.2
Version: 1.0.4

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

@media screen and (min-width: 1024px) {
	.sticky > .wp-block-group > .wp-block-group{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding-left: 15px !important;
		padding-right: 15px !important;
		z-index: 9999;	
		background-color: #000;
		padding-bottom: 30px !important;
		box-shadow: 0 0 8px #333;
		max-width: unset;
	}
}

@media screen and (max-width: 1024px) {
	.sticky .header-menu{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding-left: 15px !important;
		padding-right: 15px !important;
		z-index: 9999;	
		box-shadow: 0 0 8px #333;
		margin-top: 0 !important;
		margin-left: 0 !important;
	}

	.sticky .header-button{
		position: fixed;
		top: 7px;
		right: 15px;
		z-index: 9999;
	}

	.sticky .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container{
		background: #000!important;
	}

	.wp-block-navigation-item.has-child{position:relative;}
	.wp-block-navigation-item.has-child:after{
			font-family: "Font Awesome 6 Free";
			font-style: normal;
			font-weight: 700;
			line-height: 1;
			content: "\f0d7";
			font-size: .88rem;
			color: #fff;
			position: absolute;
			right: 15px;
			height: 37px;
			display: flex;
			align-items: center;
			width: 37px;
			justify-content: center;
			top: 1px;
			cursor: pointer;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
