/*!
Theme Name: hello_brands_2023
Theme URI: http://hellobrands.com.au/
Author: http://hellobrands.com.au/
Author URI: http://hellobrands.com.au/
Description: # Header Styles
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
*/
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;
}

a {
  color: black;
  text-decoration: none;
}

a:focus {
    outline: none;
}

.hidden {
    display: none;
}


/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}



/*======================================================= */

.nav-bar {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgb(244 247 246 / 80%);
    background-color: rgb(255 255 255 / 50%);
    z-index: 800;
}

.site-logo {
    width: 98px;
    height: 32px;
    margin: 22px;
    position: relative;
    transition: opacity 0.5s ease;
}



.slideout-menu {
    position: fixed;
    top: 0;
    right: 0; /* Keep it 0 */
    width: 560px;
    height: 100%;
    background: #222222;
    z-index: 1000;
    transform: translateX(100%); /* This hides it initially */
    transition: transform 0.4s ease-in-out;
    padding: 80px 40px 40px 40px;
}
  
#Header {
    margin-top: 50px;
}

.tagline {
    font-size: 10px;
    line-height: 14px;
    text-align: left;
    font-weight: 600;
    color: #222222;
    z-index: 2000;
    position: absolute;
    top: 20px;
    right: 64px;
    width: 50px;
    position: fixed;

}
/* General Menu Styling */
.menu {
    padding: 60px 60px 60px 60px;
}

@media screen and (max-width: 768px) {
    .menu {
        padding: 40px; 
    }
}

/* Slideout Menu Specific Styling */
.slideout-menu.menu-active {
    transform: translateX(0); /* This shows it */
}

.slideout-menu ul a:focus {
    outline: none;
}

.slideout-menu ul {
    font-family: "Poppins";
    font-weight: 400;
    list-style: none;
    margin: 0px 0 0 2px; 
    letter-spacing: 0.2px;
    color: #F4F7F6;
}

.slideout-menu a:hover {
    color: #0FFFBB;
    transition: 0.3s ease-in-out;
}

.slideout-menu ul li a {
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    transition: transform 0.3s ease-in-out;
}

.slideout-menu ul li a:hover {
    transform: translateX(8px); /* Slide to the right on hover */
    color: #0FFFBB; /* Keep your existing hover color change */
}

.slideout-menu ul li a:focus {
    transform: translateX(8px); /* Slide to the right on hover */
    color: #a7a7a7; /* Keep your existing hover color change */
}

.slideout-menu #menu-item-1920 .sub-menu {
    color: red;
}

.slideout-menu ul ul li a { 
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    text-decoration: none;
    padding-left: 14px;
    z-index: 1001;
    margin-top: 0; 
}

/* Target the specific menu item within the slideout-menu and set styles with !important */
.slideout-menu ul li.menu-title-item > a {
    pointer-events: none !important; /* Make the link non-clickable */
    cursor: default !important;      /* Change the cursor to the default arrow */
    color: #a8aead !important;       /* Set the desired color here */
    text-decoration: none !important;/* Ensure no underline or other text decoration */
}

/* Menu Icon Styling */
.menu-icon {
    display: block;
    width: 32px;
    height: 40px;
    position: fixed;
    top: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 1000; /* You may want to have this on top of other content */
    opacity: 0.95;
}

.menu-close {
    text-align: right;
    padding: 10px;
}

.open-btn {
    z-index: 1000;
    width: 32px;    
}

.close-btn {
    display: block;
    width: 24px;
    height: 40px;
    position: absolute; /* This can be absolute since its parent is already fixed */
    top: 30px;
    right: 30px;
    cursor: pointer;    
    z-index: 1100;
}

.menu-active {
    transform: translateX(0);
}

#menu-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);  /* Adjust color and opacity as needed */
    z-index: 999;  /* Should be less than the z-index of your menu, but higher than other content */
    display: none;  /* Hidden by default */
}

#blur-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(240, 242, 242, 0.4); 
    backdrop-filter: blur(20px); 
    display: none;
    z-index: 999; 
    transition: opacity 0.2s ease-in-out, backdrop-filter 0.3s ease-in-out; /* Added line */
    opacity: 0; /* Added line */
}

@media screen and (max-width: 768px) {
    .slideout-menu {
        width: 100%;
        transition: right 0.4s ease-in-out;
    }
}

@media screen and (max-width: 768px) {
    .slideout-menu {
        width: 100%;
        right: -100vw; /* Hide it entirely off the screen using viewport width units */
        transition: 0.4s ease-in-out;
    }

    .slideout-menu.menu-active {
        right: 0; /* Show the menu when it is active */
        transition: 0.4s ease-in-out;
    }
}


.footer-menu a {
    font-weight: 300 !important;
    font-size: 10px !important;  
    line-height: 18px !important ;
    color: #7E8985 !important; 
    text-align: left;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    bottom: 600px;
}

.footer-menu-container {
    position: absolute;
    bottom: 40px;
    width: 100%;
}