/*!
Theme Name: Willow Tree Counselling
Version: 1.0.0
License: GNU General Public License v2 or later
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;	
    font-family: "Poppins", sans-serif;
    font-style: normal;
    text-align: left; 
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2.5rem; 
    font-family: "Poppins", sans-serif;
  	font-weight: 200;
    font-style: normal;
    margin: 1rem 0 0 0;
    text-align: left; 
	letter-spacing: 2px;
	color: #0b7880;
}
h2 {
	font-size: 2rem; 
    font-family: "Poppins", sans-serif;
  	font-weight: 200;
    font-style: normal;
    margin: 1rem 0 0 0;
    text-align: left; 
	letter-spacing: 2px;
	color: #0b7880;
} 

/* 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;
	color:#0b7880 ;
}

/**
 * 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;
	display: block;
}

/* 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 solid;
}

/**
 * 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: 0;
	outline-width: 1px;
	outline-color: #999;
}

/**
 * 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;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #666;
	font-size: 1rem;
	line-height: 1.5;
}


h2,
h3,
h4,
h5,
h6 {
  	font-family: "Poppins", sans-serif;
	font-weight: 300;
 	font-style: normal;
	margin:0;
}
h2 {font-size:2rem; margin-bottom:1rem;}
h3 {font-size:1.8rem;}
h4 {font-size:1.5rem; letter-spacing:2px;}
.pinks h2 {color:#e33c9e /*#c784a5*/; text-align:center; font-family: 'Libre Baskerville', serif;}
.explorers h2 {color:#e3ce45; text-align:center; font-family: 'Libre Baskerville', serif;}
h2.branded {font-family: 'Libre Baskerville', serif;}
.pinks p, .explorers p, .instagram p {font-weight:300; font-size:1.4rem; max-width:600px; margin:0 auto;}
p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
.tooltip {
  position: relative;
  display: inline-block;

  
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #414042;
  color: #fff;
  text-align: center;
  border-radius: none;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
	top:2rem;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}
.care-text ul {
    margin: 0 0 1.5em 0;
    padding-inline-start: 20px;
}
}
ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #0b7880;
}

a:visited {
	color: #0b7880;
}

a:hover,
a:focus,
a:active {
	color: #999;
}

a:focus {
	outline:none;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    background: none;
    line-height: 1;
    padding: .25em;
	margin: .25em;
    text-align: center;
    text-transform: uppercase;
}

button:hover,
input[type="button"]:hover, 
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
input[type="submit"].search-submit{background:#414042; color:#fff;}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="luc"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
.wp-block-button__link {
    color: #fff;
    background-color: #414042;
    border: none;
	border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 2em;
    padding: .1em 1.5em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
	margin:1em;
	font-family: 'Libre Baskerville', serif;
	min-width: 200px;
	min-height: 50px;
}
button, .button  {color:#fff; font-size:0.8rem; width:150px; height:40px; background:#414042; padding:0; margin: 2rem; letter-spacing: 8px;
    font-weight: 200;}
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {letter-spacing: 2px;}
.feature .button {position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1rem;
    margin: 0;
    min-height: 2rem;
    color: #fff;
    text-align: center;
	}
.feature a {text-decoration: none;}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {width:100%; background:#fff; postion:fixed; height:108px; z-index:99999999999999;}
.site-header a {text-decoration:none;}
.site-header-inner {
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden;
    display: grid;
    grid-template-columns: 3fr 3fr;
}
.site-header-bar {width:100%; min-height:32px; line-height:32px; padding:0 1rem;}
.teal {background:#0b7880;}
.dk-teal {background:#064044;}
.teal-text {color:#0b7880 /*#c784a5*/;}
.explorer-text {color:#E3CE45; letter-spacing: 0;}
.grey {background:#414042; text-align: center;}
.site-header-bar-inner-top {max-width:1400px; margin:0 auto; color:#fff; text-align: right;} 
.site-header-bar-inner {max-width:1200px;  margin:0 auto; color:#fff; display: grid; grid-template-columns: 1fr 1fr 1fr;  align-items: center; text-transform: uppercase;
    font-size: .9rem;
    letter-spacing: 2px;}
.site-header-bar-inner a, .site-header-bar-inner a:visited, .site-header-bar-inner a:hover, .site-header-bar-inner a:active {color:#fff;}
.logo {float:left; max-width:280px; padding:.75rem .5rem .5rem;}
.logo svg {max-height:80px; width:auto;}
.wgp-header-search{display:grid; align-items:center; justify-items:center; position: relative;}
.wgp-header-basket {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding: 1rem;
}

.left {float:left; }
.right {float:right;}

.home-banner {width:100%;
	position:relative;
	min-height:750px;

}
.home-title-wrapper {position:absolute; bottom:0;left:0; width:100%; background-image: linear-gradient(to top, rgba(6,69,74,0.8), rgba(6,69,74,0));}
.home-title h1 {font-size:4rem;}
.home-title h2 {font-size: 2.5rem;}
.home-title h1, .home-title h2  {color:#fff;} 
.home-title {position:relative; margin: auto; padding:2rem; max-width:1200px;}
.home-content {max-width:1200px; margin: 0 auto; padding:1rem 2rem;}
section {clear:both;}
section.grid {width:100%; margin-top:2rem; display:grid; grid-template-columns: 1fr;}
section.instagram {
width:100%; max-width:1200px; margin:2rem auto 0; padding:0 2rem; text-align: left;
}
.text-box {padding:0 2rem}
.home-button-holder {display:grid; grid-template-columns:1fr 1fr  1fr; align-items: center;  justify-items: center; }
.shop-button-holder {text-align:center; width:100%; display:block;}
button.branded {font-family: 'Libre Baskerville', serif;}

.postage-details::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    background-image: url('images/postage-box.png');
}
.email-icon::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    background-image: url('images/email-icon.png');
}
.phone-icon::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    background-image: url('images/phone-icon.png');
}
.feature {position:relative;margin-bottom:50px; text-align:center; padding:0 1rem;}
.feature h2 {position:absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 10%;
	background:#fff;
	min-width:60%;
	text-align: center;
	font-family: 'Libre Baskerville', serif;
	text-transform:uppercase;
	padding:1rem;
	margin:0;
	color:#999;
	font-size:1.2em;/*was 1.3em 20042021*/
	white-space: nowrap;
}
.promo { display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  /* Column | row */
margin:2rem auto; border: 1px solid white; padding:1.5rem; width:90%; max-width:600px; min-width:300px; box-sizing:border-box; position:relative; min-height:300px; text-align:center; color:#fff;}
.promo {background-image: url(../../../wp-content/uploads/2021/03/Newsletter-Bg.jpg); background-size:cover;}
.promo.brochure-promo {background-image: url(../../../wp-content/uploads/2021/03/Candy-Floss-Planter-550.jpg); background-size:cover; }
.brochure-promo-overlay {background:rgba(118,78,98,0.40)/*(237,166,204,0.55)*/; width:90%; height:85%; position: absolute;}
.promo h3, .promo p, .promo a {margin:0; padding:0; font-size:1.3rem; text-decoration:none; color:#fff; font-weight: 200; position:relative;}
.promo h2 {margin:0; padding:0; font-size:1.8rem; letter-spacing: 10px; text-transform:uppercase; position:relative;}
.promo input {position:relative;}
.promo a::after {
		position: absolute;
        content: '';
        height: 3rem;
		/* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */
       
        margin: 0 auto;
		left: 0;
        right: 0;
		width: 20%;
		border-bottom: white 1px solid;}
.promo input {max-width:300px; margin:0 auto; color:#ccc; border:none; border-radius:0; padding:.5rem 1rem; margin-top:1rem; }
.site-footer {clear:both;  width:100%; min-height:100px; padding-bottom:2rem;}
.rhs-logo {width:100%; height:25px; text-align:center; position: relative;}
.rhs-logo img {top:-25px; position:relative;}
.footer-cols {display:grid; grid-template-columns: 1fr 1fr 1fr 1fr; max-width:1400px; color:#e33c9e /*#c784a5*/; margin:1rem auto; padding: 0 2rem;  font-size:.9rem; letter-spacing: 5px;}
.footer-cols img {margin: .5rem .5rem 0 0;}
.site-info, .site-info a {color:#999; text-decoration: none; text-align: center;}
.site-info {padding-top:2rem; font-size:90%;}
article, .restrict {max-width:1200px; margin:0 auto; padding:1em 2rem;}
.outofstock .price{display:none}
.woocommerce div.product form.cart .button {
    margin-top: 1rem;
}
.includes_tax {display:none;}
.testimonial {width:100%; max-width:1080px; padding:3rem 2rem; margin:0 auto; font-family: 'Cormorant', serif; text-align:center; font-size:1.8rem; color:#fff;}
.testimonial p {margin-bottom:.5rem;}
.postsbycategory {text-align:center;}
.testimonial .reviewer {font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-size:1rem; position: relative; color:#06454a;}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.header-menu {list-style:none; display:inline;}
.header-menu ul {list-style:none; display:inline; margin:0;}
.header-menu ul li {list-style:none; display:inline; color:#fff; padding-left:1.2rem; font-size:.8rem; margin:0;}
.header-menu a {color:#fff;}
.header-nav {display:grid; align-items:center; justify-items:center;}
.main-navigation {
	font-size: 1rem;
	text-transform: uppercase;
	}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	padding:0 0.5rem;
	margin:0 .3rem;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-size:0.9rem;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}


	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
.footer-menu {list-style:none; margin:0; padding:0;}
.footer-menu ul {list-style:none; margin:0; padding:0; color:#fff;}
.footer-menu li, .footer-menu li a  {list-style:none; margin:0; padding:0; color:#ccc; text-decoration: none; font-weight:200; letter-spacing: 1px;}
.footer-menu li a:hover, .footer-menu li a:active, .footer-menu li a:focus {color:#fff; font-weight:400; letter-spacing: 1px;}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: .5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.prdctfltr_filter_title {
    padding: 0.5rem;
    background: #eda6cc;
    color: #fff;
    margin: 0.5rem 0;
}
.prdctfltr_showing {display:none;}
.woocommerce-info::before {font-family: 'Font Awesome 5 Free';
    content: "\f057";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
color:#e33c9e /*#c784a5*/;}
.woocommerce-ordering, .woocommerce-result-count {display:none;}
input[type="submit"].search-submit:focus {outline:none; border:none;}
input[type="submit"].search-submit {
    background-position: center;
    border: 1px solid #ddd;
    background: #f2f2f2;
    color: #fff;
    content: " ";
    text-indent: -999px;
    width: 32px;
    height: 32px;
    margin-left: -32px;
    cursor: pointer;
	background-image: url(images/search-icon.png);}
.site-main nav.post-navigation { display: none;}

.edit-link {display:none;}
.RHS-Icon {margin-left:1rem;}
.flaticon-right-arrow {
    right: 0.5rem!important;
}
.flaticon-back {
    left: 0.5rem!important;
}
.nostock-message {font-size:0.9rem;
font-style:italic;
}
#mobmenuright li a, #mobmenuright li a:visited, #mobmenuright .mobmenu-content h2, #mobmenuright .mobmenu-content h3, .mobmenu-left-panel .mobmenu-display-name {
	font-family: 'Source Sans Pro', sans-serif!important;}
.mob-menu-header-holder {top:32px!important; width:100px!important;}
.the-team {display:grid; max-width:1200px; margin:0 auto; grid-gap: 2rem; padding:2rem; justify-items:center;}
.team-member {background:#06454a; padding:1rem; box-shadow: 4px 4px 8px 8px rgba(0,0,0,0.1); color:#91bfc2; border-radius:2rem; max-width:300px;}
.team-member h2 {color:#fff;}
.team-member a, .team-member b, .team-member strong {color:#effbfd;}
.team-member-img {border-top-right-radius: 1.5rem; border-top-left-radius: 1.5rem;}
/* media queries */
@media screen and (min-width:1200px){
	.home-title-wrapper {height:50%}
	.the-team {grid-template-columns: 1fr 1fr 1fr;}
	.main-navigation li {
	position: relative;
	padding:0 1rem;
	margin:0 .5rem;
}
	.home-image {min-height:750px;}
	.home-intro {
    max-width: 1200px;
    width: 80vw;
	/*margin-top:4rem; */ 
}
	
}
@media screen and (min-width: 1000px) {
	
	.feature .button {line-height:50px;}
.cat-image {background-position-y: -20px!important;}
section.grid { display:grid; grid-template-columns: 1fr 1fr; align-items: center; justify-items: center; }
section.related { display:grid; grid-template-columns: 1fr; align-items: center; justify-items: center; width:100%; margin-top:2rem; }
	button, .button  {font-size:1rem; width:175px; height:50px; letter-spacing:3px;}
	

}
@media screen and (min-width:761px) and (max-width:1199px){
	.home-title-wrapper {height:50%}
	.the-team {grid-template-columns: 1fr 1fr;}
	button, .button{
 line-height:40px;
    letter-spacing: 3px;

}

}


@media screen and (max-width: 760px) {
	.home-title-wrapper {height:75%}
.the-team {grid-template-columns: 1fr;}
.feature .button {line-height:50px;}
.woocommerce-products-header {grid-template-columns: 100%; max-height:none;}
	.cat-image {min-height:250px;}
	.site-header-inner{grid-template-columns: 1fr 1fr;}
	.header-nav {display:none;}
	.site-header-bar-inner {grid-template-columns: 1fr 1fr;   font-size: .8rem;   letter-spacing: 1px;}
	.wgp-header-search, .wgp-postage-header {display:none;}	

.home-button-holder {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
}
button, .button{
	font-size: 1rem;
    width: 200px;
    height: 50px;
    letter-spacing: 3px;
}
.feature h2 {
    font-size: 1.1em;
    white-space: normal;
}
.feature .button {

    bottom: 3rem;
  
}
	.promo img {max-width:150px; height:auto;position: absolute;
    top: 8rem;
    right: -2rem;}
.footer-cols {
    grid-template-columns: 1fr 1fr;
    padding: 1rem;
}
		.home-image {	min-height:500px;
	
}
		.home-intro {
    width: 80vw;
	margin-top:-200px; 
}
}/*end the query here*/
@media screen and (max-width: 399px)  {
	.home-title h1 {
    font-size: 3rem;
}
		.home-title h2 {
    font-size: 2rem;
}
	.home-title-wrapper {height:60%}
	.site-header-inner{grid-template-columns: 3fr 1fr;}
	.site-header-bar-inner {grid-template-columns: 1fr;   font-size: .9rem;   letter-spacing: 1px;}
	.site-header-bar-inner-top, .wgp-header-search,.wgp-email-header, .wgp-postage-header {display:none;}
		.home-image {	min-height:400px;
	
}
	
}
div.wpforms-container-full .wpforms-form button[type=submit] {color:#fff; font-weight:400; background:#0b7880; padding:1rem 2rem; border-radius:0.5rem;}
div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:active {background:#06454a;}
img.accred-logo {box-sizing:border-box; padding:0.5rem; max-width:150px; height:auto; background:#fff; border-radius:0.4rem; }