/*!
Theme Name: CloveRock
Theme URI: http://underscores.me/
Author: CloveRock Design
Author URI: https://www.cloverockdesign.ie
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cloverock
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

CloveRock is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> 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 {
	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;
}
#primary.main-woo, #primary.main-wide, #primary.main-woo {
	width: 95%;
	margin: 0 auto;
	max-width: 1380px;
	padding: 50px 0px;
}
#primary.main-800 {
	max-width: 800px;
	width: 95%;
	margin: 0 auto;
	padding: 50px 0px;
}
#primary.cat-loop {
	margin: 0 auto;
	max-width: 1380px;
	width: 95%;
	padding: 50px 0px;
}
/**
 * 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;
	text-decoration:none;
}

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

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #121212;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
h1:first-child {
	margin-top: 0;
}
h2.wp-block-heading {
	font-weight: 400;
	padding-left: 10px;
	border-left: 3px solid #63bb3a;
}
p {
	margin:0 0 24px 0;
}
p:last-child {
   margin:0;
}
.page-title {
	line-height: 1.2em;
	font-weight: 400;
}
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%;
}

#products h2:first-child {
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 20px 0;
  font-weight: 400;
}
#products a.view-shop {
  position: absolute;
  right: 50px;
  top: 90px;
  font-weight: 600;
}
#products a.view-shop i {
  color: #63bb3a;
  font-size: 11px;
  margin-left: 3px;
  font-weight: ;
}

a, button {
   transition:all .4s ease-in-out 0s !important
}
/* Blocks 
--------------------------------------------- */

.wp-block-media-text {
	min-height: 560px;
} 
.alignfull {
	margin: 0px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}
.alignwide {
	margin: 50px -200px;
	max-width: 1200px;
	width: 1200px;
}
* + .alignfull {
	margin-top: 50px;
}
.alignfull + * {
	margin-top: 50px;
}
.alignfull + .alignfull {
    margin-top:0;
		margin-bottom:0;
}
.wp-block-columns.alignfull {
	padding-top: 80px;
	padding-bottom: 80px;
}
#primary.main-woo .alignwide {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}
@media (max-width: 1300px) {
.alignwide {
	margin: 50px calc(50% - 45vw);
	max-width: 90vw;
	width: 90vw;
}
#primary.main-woo .alignwide {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}
}
@media (max-width: 920px) {
	.alignwide {
		margin: 40px auto;
		max-width: 800px;
		width: 100%
	}
#primary.main-woo .alignwide {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}
}

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

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: #121212;
}

a:visited {
	color: #121212;
}

a:hover,
a:focus,
a:active {
	color: inherit;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]: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%;
}

/*-------------------------------------------------------------
# Link Buttons
--------------------------------------------------------------*/
.link_button {
	width: 100%;
	max-width: 270px;
	height: 60px;
	height: ;
	display: block;
  background: #63bb3a;
	line-height: 60px;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	text-decoration: none;
	margin-top: 30px;
}
.link_button:hover {
  background: #121212;
  color: #fff;
}
p + .link_button {
	margin-top: 10px;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Header/Navigation
--------------------------------------------- */
.breadcrumbs {
	width: 95%;
	max-width: 1380px;
	margin: 0 auto 0px auto;
}
.bc-wrap {
  background: #f1f1f1;
  padding: 15px 0px;
  margin: 0;
  font-size: 80%;
}
.post.post-product.current-item {
	font-weight: bold;
}
.site-header {
	width: 95%;
	max-width: 1380px;
	margin: 20px auto 20px auto;
	position: relative;
}
.logo {
  width: 220px;
}
#site-navigation {
	position: absolute;
	left: -10px;
	top: 0px;
}
.mega-indicator {
	position: absolute !important;
	left: 50% !important;
	width: 30px !important;
	text-align: center !important;
	margin-left: -15px !important;
	bottom: -17px;
	font-size: 12px !important;
	color: #63bb3a !important;
}
#mega-menu-item-56 .mega-menu-link {
	background: #63bb3a !important;
	width: 170px !important;
	text-align: center !important;
	height: 40px !important;
	line-height: 40px !important;
	border-radius: 99px !important;
	color: #fff !important;
	font-weight: 700 !important;
	margin-left: 30px !important;
	transition: all 400ms ease-in-out 0s !important;
}
#mega-menu-item-56 .mega-menu-link:hover {
   background:#121212 !important;
	 color:#fff !important;
}

.trade-button {
	background: #63bb3a;
	color: #fff;
	height: 40px;
	width: 170px;
	text-align: center;
	display: block;
	border-radius: 10px;
	line-height: 40px;
	position: absolute;
	top: 15px;
	right: 0px;
}
.trade-button:hover {
    color:#121212;
		background:#fff;
}
.menu-bar {
  background: #000;
  color: #fff;
  position: relative;
  height: 70px;
}
.menu-wrap {
  width: 95%;
  max-width: 1380px;
  margin: 0 auto;
  height: 70px;
  position: relative;
}

.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%;
}

.entry-content ul {
	margin: 30px 0px;
}
.entry-content ul li {
	padding: 5px 0px;
}

.entry-content ul li:first-child {
  border: 0 none;
}
.page-splash-wrap + .help-bar {
	margin-top: 40px !important;
}
.wp-block-separator {
	border: 1px solid #eee;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
h3.wp-block-heading {
	font-weight: 300;
	font-size: 140%;
	line-height: 120%;
}
.wp-block-file a {
	background: #63bb3a;
	padding: 10px;
	width: 100%;
	display: block;
	text-align: center;
	border-radius: 10px;
	color: #fff;
}
.wp-block-file a:hover {
   background:#000;
	 color:#fff;
}
/*------------------------------------*\
    SHIFTNAV
\*------------------------------------*/
.menu-bar .shiftnav-toggle-button {
	display: none;
	padding: 8px 0px;
	background: transparent;
	color: #fff;
	font-size: 34px;
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 57px;
}
.menu-bar  .shiftnav-toggle-button:hover {
	display: inline-block;
	padding: 8px 0px;
	background:transparent;
	color: #63bb3a;
}
.shiftnav.shiftnav-shiftnav-main {
	border-right: 5px solid #63bb3a;
}
.sub-menu.sub-menu-1 {
	padding-left: 0px !important;
	font-size: 95% !important;
}
.shiftnav ul.shiftnav-menu li.menu-item > .shiftnav-target, .shiftnav ul.shiftnav-menu li.shiftnav-retract > .shiftnav-target {
	padding: 22px 25px !important;
}
.sub-menu.sub-menu-2 li.menu-item > .shiftnav-target {
	padding: 10px 25px !important;
}
.shiftnav ul.shiftnav-menu li.menu-item {
	border-top: 1px solid rgba(255,255,255,0.1) !important;
}
.shiftnav ul.shiftnav-menu .sub-menu.sub-menu-2 li.menu-item {
   border:0 none !important;
}
.shiftnav-inner #menu-item-119272 {
    border:0 none !important;
}
.shiftnav .shiftnav-panel-close {
	padding: 25px !important;
	z-index: 9999 !important;
	border-radius: 0;
	color: #fff !important;
}
.shiftnav::after {
  display:none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}
.shiftnav .shiftnav-submenu-activation i.fa {
	color: #fff !important;
}

.shiftnav-open-right::before, .shiftnav-open-left::before  {
	content: "";
	width: 100vw;
	height: 100vh;
	position: fixed;
	background: rgba(0,0,0,0.8);
	z-index: 999;
	top: 0;
	left: 0;
	pointer-events: none;
	transition: all 400ms ease-in-out 0s;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.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;
}

/*------------------------------------*\
    GRID
\*------------------------------------*/
.image-content-row {
	display: grid !important;
	grid-template-columns: repeat(2, 50%);
	grid-column-gap: 0px;
  height:100%;
	align-items: center;
}
.row-image {
  height: 100%;
}
.row-content {
	height: 100%;
	align-content: center;
	display: grid;
	padding: 90px 5vw;
}
.content-row {
	margin-top: 0px;
	min-height: 500px;
}
.home .content-row {
    background:#f1f1f1;
}
.home .row-image {
  position: relative;
}
.bottom-img {
	position: absolute;
	bottom: 0;
	right: 0px;
	height: calc(100% + 40px);
	width: auto !important;
	max-width: inherit !important;
	min-width: 100%;
}
.content-row.image-right .row-image {
	order: 1;
}
.home-row h1 {
	margin: 0 0 30px 0;
	font-size: 48px;
}
.news-row, .survey-row {
    margin:70px auto;
		max-width:1380px;
    width:95%;
}
.news-row {
    position:relative;
		padding:0;
		max-width:1480px;
		overflow:hidden;
}
.news-row h2, .survey-row h2 {
    margin:0px 0px 50px 0px;
		font-size:40px;
		line-height:40px;
		text-align:center;
}
.news-row-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 40px;
	height: auto;
	width: 100% !important;
	overflow:hidden;
}
.news-row-wrap .row-content {
	background: #f1f1f1;
	padding: 0px 40px;
}

.survey-row-wrap {
	display: grid;
	grid-template-columns: 1;
	grid-column-gap: 40px;
  height:400px;
}
.survey-row-wrap .row-content {
    background:#f1f1f1;
}

.image-content-row .row-image {
	background-size: cover !important;
	background-position: center center !important;
	min-height: 250px;
}
.news-outer {
	position: relative;
	padding:0px 50px;
}
.news-row .slick-prev.slick-arrow {
	position: absolute;
	left: 0px;
	top: calc(50% - 10px);
	width: 50px;
	height: 50px;
	z-index: 9;
	border: 0;
	background: transparent;
	font-size: 24px;
	color: #22226c;
	text-align: center;
	padding: 0px;
}
.news-row .slick-next.slick-arrow {
  position: absolute;
  right: 0px;
  top: calc(50% - 10px);
  width: 50px;
  height: 50px;
  z-index: 9;
  border: 0;
  background: transparent;
  font-size: 24px;
  color: #22226c;
	text-align: center;
	padding: 0px;
}

/*--------------------------------------------------------------
# Splash
--------------------------------------------------------------*/
.splash-wrap {
	margin: 0 auto;
	position: relative;
	background: linear-gradient(180deg, rgba(255,255,255,1) 10%, rgba(249,249,251,1) 100%);
	padding: 0 0 40px 0;
}
.top-swirl {
	left: 520px;
	position: absolute;
	bottom: 100px;
	z-index: 99;
	pointer-events: none;
	width: 1690px;
	height: auto;
	max-width: 1690px !important;
}
.bottom-swirl {
	position: absolute;
	top: calc(100% - 160px);
	right: calc(100% - 320px);
	width: 1070px;
	height: auto !important;
	z-index: 1;
	pointer-events: none;
	max-width:1070px !important;
}
.home-splash {
	display: grid;
	height: 680px;
	grid-gap: 0;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}
.home-splash-text {
	padding-left: calc(100% - 690px);
}
.home-splash-text h1 {
	font-size: 75px;
	line-height: 68px;
	max-width: 580px;
	padding: 0px;
	margin: 0 0 30px 0;
}
.home-splash-text h1 span {
	color: #151515;
	font-weight: 300;
	font-size: 58%;
	line-height: 100%;
	margin-top: 10px;
	display: block;
}
.home-splash-text .link_button {
	margin-top: 40px;
}
.tagline {
	font-size: 26px;
	line-height:28px;
	display: block;
	margin: 0 0 30px 0;
}
.tagline p {
	margin-bottom: 0;
}
.page-splash .tagline {
	font-size: 24px;
	line-height: 30px;
}
.home-slider {
	position: relative;
	overflow: hidden;
	height: 100%;
	border-radius: 0px;
	padding: 0px;
	display: grid;
	align-content: center;
}
.home-slider img {
	position: relative;
	z-index: 9;
	height: 100%;
	width: auto !important;
}
.home-slider.flexslider .slides li {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
	background-position: center center !important;
	background-size: cover !important;
}

.slider-bg {
	position: absolute;
	background: #ccc;
	height: 110%;
	width: 110%;
	border-radius: 70px;
	bottom: 0;
	left: 0;
	transform-origin: top left;
	transform: rotate(-10deg);
	background: url(img/poly-bg.png) center center / cover;
}
.page-splash-wrap {
    width:95%;
		max-width:1620px;
		margin:0 auto;
    position:relative;
}
.page-splash {
	display: grid;
	height: 550px;
	grid-gap: 0;
	grid-template-columns: 770px 1fr;
	align-items: center;
}
.page-splash-text {
	padding: 80px 50px 80px 120px;
}
.page-splash-text h1 {
	font-size: 50px;
	line-height: 50px;
	max-width: 500px;
	padding: 0px;
	margin: 0 0 30px 0;
	color: #111;
}
ol.has-background, ul.has-background {
	padding: 1.25em 2.375em;
	margin: 0;
	border-radius: 10px;
}
.page-splash-text h1 strong {
   color:#333333;
}
.page-slide {
	height: 100%;
	background-size: cover !important;
	background-position: center center !important;
	border-radius: 20px;
}
.page-splash-wrap.no-hero-image {
  max-width: 1380px; 
}
.page-splash-wrap.no-hero-image.splash-wide {
  max-width: 1380px;
}
.page-splash-wrap.no-hero-image .page-splash-text {
  padding: 0;
}
.page-splash-wrap.no-hero-image .page-splash {
  display: block;
  height: auto;
}

/*------------------------------------*\
    LOOP
\*------------------------------------*/

.cat-wrap {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(8, 1fr);
grid-column-gap: 30px;
grid-row-gap: 30px;
}


.image-content-row.blog-row .row-content {
  padding: 20px 2.5vw;
	background: #f1f1f1;
  min-height: 250px;
}



.image-content-row.blog-row h1 {
	margin: 0px;
	font-size: 30px;
	line-height: 33px;
}
.image-content-row.blog-row .row-content .date {
	font-size: 14px;
	display: block;
	margin: 0px 0px 5px 0px;
}
.image-content-row .row-image {
	background-size: cover !important;
	background-position: center center !important;
}
@media only screen and (min-width:961px) {
div.blog-row:nth-child(1), div.blog-row:nth-child(4), div.blog-row:nth-child(7), div.blog-row:nth-child(10) {
	grid-template-columns: 1fr;
}
.cat-wrap div.blog-row:nth-child(1) { grid-area: 1 / 2 / 3 / 3; }
.cat-wrap div.blog-row:nth-child(2) { grid-area: 1 / 1 / 2 / 2; }
.cat-wrap div.blog-row:nth-child(3) { grid-area: 2 / 1 / 3 / 2; }
.cat-wrap div.blog-row:nth-child(4) { grid-area: 3 / 1 / 5 / 2; }
.cat-wrap div.blog-row:nth-child(5) { grid-area: 3 / 2 / 4 / 3; }
.cat-wrap div.blog-row:nth-child(6) { grid-area: 4 / 2 / 5 / 3; }
.cat-wrap div.blog-row:nth-child(7) { grid-area: 5 / 2 / 7 / 3; }
.cat-wrap div.blog-row:nth-child(8) { grid-area: 5 / 1 / 6 / 2; }
.cat-wrap div.blog-row:nth-child(9) { grid-area: 6 / 1 / 7 / 2; }
.cat-wrap div.blog-row:nth-child(10) { grid-area: 7 / 1 / 9 / 2; }
.cat-wrap div.blog-row:nth-child(11) { grid-area: 7 / 2 / 8 / 3; }
.cat-wrap div.blog-row:nth-child(12) { grid-area: 8 / 2 / 9 / 3; }
.image-content-row .row-image {
	min-height: 250px;
	position:relative;
}
}

/*------------------------------------*\
   MESSAGE BARS
\*------------------------------------*/

.message-bar, .help-bar {
    background:url(img/poly-bg.png) center center;
		padding:30px 0px;
		color:#fff;
		text-align:center;
}
.message-wrap, .help-wrap {
     width:600px;
		 margin:0 auto;
		 width:95%;
}
.message-bar a, .help-bar a {
    color:#fff;
}
.message-bar {
	padding: 15px 0px;
}
.help-wrap a {
  font-size: 24px;
  color: #fff;
}
.help-wrap a i {
  color: #121212;
  margin: 0 15px;
}
.help-wrap span {
    display:inline-block;
}
.message-button {
	display: inline-block;
	background: #fff;
	color: #121212 !important;
	padding: 3px 15px;
	border-radius: 10px;
	font-size: 80%;
	margin: 0 0 0 10px;
	text-transform: uppercase;
	font-weight: 700;
}
.message-button:hover {
  background: #121212;
  color: #fff !important;
}
.message-bar span {
    display:inline-block;
}
/*------------------------------------*\
   FOOTER
\*------------------------------------*/
.footwrap {
  padding: 40px 0px;
  background: #f1f1f1;
}
.footer {
  width: 95%;
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 300px 300px 1fr 220px;
}
.footcol.footright {
  text-align: center;
}

.footcol.footright i {
	font-size: 26px;
	margin: 0 7px;
}

.footcol.footright a:hover {
	color: #64bc3b;
}
.logo-footer {
	margin: 0 0 30px 0;
}
.footcol span {
  display: block;
}
.footcol h5 {
  margin: 0 0 30px 0;
  font-size: 130%;
  padding: 0;
}
.footcol ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.company-phone {
	margin-top: 24px;
}
.foot-strap {
  padding: 30px 0px;
  background: #fff;
}
.strap-wrap {
  margin: 0 auto;
  max-width: 1380px;
  width: 95%;
  font-size: 11px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.strap-wrap div:last-child {
  text-align: right;
}
.crd-link {
  display: block;
}
.strap-wrap p {
  margin: 0;
}
.strap-wrap a {
    color:#121212;
		text-decoration:none;
}
/*------------------------------------*\
    HOME ICONS
\*------------------------------------*/
.icon-grid {
	display: grid;
	height: auto;
	grid-gap: 0;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
	grid-column-gap: 50px;
	margin: 20px auto 0 auto;
	max-width: 1380px;
	width: 95%;
}
.icon-single-wrap {
	height: 120px;
	width: 120px;
	color:#63bb3a;
	border-radius: 0;
	overflow: hidden;
	margin: 0;
	text-align: center;
	font-size: 80px;
	line-height: 120px;
}
.icon-single-wrap a {
  display: block;
		color:#63bb3a;
}
.icon-title {
	font-size: 20px;
	line-height: 22px;
	font-weight: 500;
}
.icon-single {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-content: center;
}
.icon-single div {
  display: grid;
  align-content: center;
}
/*------------------------------------*\
   QUOTES
\*------------------------------------*/
.quote-scroll {
  background: #f3f9f6;
  padding: 100px 0 100px 0;
  margin-top: 0px;
  z-index: 0;
  position: relative;
}
.home .quote-scroll {
  padding: 100px 0;
}
.quote-wrap {
  margin: 0 auto;
  max-width: 910px;
  width: 95%;
  text-align: center;
}
.quote-wrap h4 {
  font-size: 36px;
  line-height: 36px;
  margin: 0 0 24px 0;
  color: #333333;
}
.quote-intro {
  display: block;
  margin: 0 0 30px 0;
  font-weight: bold;
}
.quote-single {
  padding: 50px 120px;
  background: #fff;
  border-radius: 20px;
	position:relative;
}
.left-quote {
	position: absolute;
	left: 30px;
	top: 0px;
	color: #63bb3a;
	font-size: 134px;
	font-family: helvetica, sans-serif;
	line-height: 180px;
}
.right-quote {
	position: absolute;
	right: 30px;
	top: 0px;
	color: #63bb3a;
	font-size: 134px;
	font-family: helvetica, sans-serif;
	line-height: 180px;
}
.quote-single-wrap {
  display: block;
  position: relative;
}
.quote-name {
  display: block;
  margin-top: 20px;
  color: #333333;
  font-weight: bold;
}
.quote-company {
  display: block;
  font-size: 90%;
  font-weight: bold;
  color: #333333;
  line-height: 80%;
}
.quote-wrap h4 span {
  color: #111;
}
.slick-dots {
	margin-top: 20px !important;
}

/*------------------------------------*\
   CLIENT SCROLL
\*------------------------------------*/
.client-wrap h4 {
	font-size: 36px;
	line-height: 36px;
	margin: 0 0 24px 0;
	color: #111;
}
.client-wrap h4 span {
	color: #333333;
}
.clients-scroll {
  padding: 80px 0px;
}
.client-wrap {
  text-align: center;
  margin: 0 auto;
  width: 95%;
  max-width: 1380px;
  position: relative;
}
.client-slick {
  overflow: hidden;
}
.client-slick-wrap {
	position: relative;
	padding: 0 50px;
}
.client-slick-wrap .slick-prev.slick-arrow {
	position: absolute;
	left: 0px;
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	border: 0 none;
	background: transparent;
	font-size: 25px;
	line-height: 50px;
	padding: 0px;
}
.client-slick-wrap .slick-next.slick-arrow {
  position: absolute;
  right: 0px;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  border: 0 none;
  background: transparent;
  font-size: 25px;
  line-height: 50px;
	padding: 0px;
}
.client-intro {
	display: block;
	margin: 0 0 30px 0;
	font-weight: bold;
}
.client-wrap .slick-slide img {
	border: 2px solid #eeeeee;
	text-align: center;
	margin: 0 auto;
}

  /* the slides */
.client-wrap .slick-slide {
      margin: 0 10px;
}

  /* the parent */
.client-wrap .slick-list {
      margin: 0 -10px;
}

/**
 * My Account
 */

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  display: inline-block;
  float: left;
  margin-left: 5%;
  width: 75%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
	border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
	padding-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	padding: 10px 5px;
	display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
	margin-right: 20px;
    opacity: .25;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: 'Font Awesome 6 Pro';
	content: "\f0e4";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: 'Font Awesome 6 Pro';
	content: "\f291";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    font-family: 'Font Awesome 6 Pro';
	content: "\f1c6";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: 'Font Awesome 6 Pro';
	content: "\f015";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    font-family: 'Font Awesome 6 Pro';
	content: "\f09d";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: 'Font Awesome 6 Pro';
	content: "\f007";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: 'Font Awesome 6 Pro';
	content: "\f08b";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wc-cs-credits a:before {
    font-family: 'Font Awesome 6 Pro';
	content: "\f555";
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
	font-size: 25px;
    text-align: center;
	font-weight: 600;
}

.woocommerce-account p.order-again {
    text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
    margin-top: 50px;
    float: right;
}

.site-header .wc-block-mini-cart.wp-block-woocommerce-mini-cart {
	font-size: 15px;
}

.site-header .search, .mobile-search .search {
  position: relative;
}
.site-header .search input, .mobile-search .search input {
	width: 100%;
	padding: 3px 50px 3px 20px;
	border-radius: 99px;
	font-size: 14px;
	line-height: 48px;
	height: 50px;
	background: #ececec;
}
.site-header .search button, .mobile-search .search button {
	border: 0 none;
	background: transparent;
	width: 50px;
	padding: 0;
	position: absolute;
	text-align: ;
	top: 0;
	right: 0;
	line-height: 48px;
	font-size: 14px;
	text-align: center;
	color: #63bb3a;
}
:where(.wc-block-mini-cart__badge) {
	background-color: rgb(99, 187, 58);
	color: rgb(255, 255, 255);
}
.top-link-single .wc-block-mini-cart__button {
	padding-left: 0;
	padding-right: 0;
}
.top-links .top-link-single {
  display: inline-block;
  margin-left: 20px;
}
.top-links {
	position: absolute;
	right: 0;
	top: 10px;
}


#product-nav .slick-arrow {
  background: transparent;
  border: 0 none;
  padding: 0;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 0;
  top: calc(50% - 20px);
  color: #63bb3a;
	font-size:28px;
}
#product-nav .slick-arrow:hover {
  background: #63bb3a;
  color: #fff;
}
#product-nav .slick-next.slick-arrow {
	right: 0;
	left: auto;
}



.main-contact {
  margin: 0 auto;
  width: 95%;
  max-width: 1380px;
  padding: 50px 0px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
}
.gform_heading {
  display: none;
}
.google-maps {
  width: 100%;
  height: 350px;
  position: relative;
}
.google-maps iframe {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}
.contact-form {
	padding: 30px;
	background: #f1f1f1;
	border-radius: 20px;
}

#shipping-postcode + label::after, #billing-postcode + label::after {
  content: " (No Spaces)";
	
}



/*------------------------------------*\
   RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:1620px) {
.splash-wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.row-content {

	padding: 70px 5vw;
}
.home-splash-text {
	padding-left:2.5vw;
}
.home-splash {
	grid-template-columns: 700px 1fr;
}
.home-slider.flexslider, .page-slide {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.page-splash-wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-left: 2.5%;
}
.page-splash-text {
	padding-left:0px;
}
.page-splash {
	grid-template-columns: 650px 1fr;
}
}

@media only screen and (max-width:1480px) {
.top-swirl {
	left: 410px;
	position: absolute;
	bottom: 50px;
	z-index: 99;
	pointer-events: none;
	width: 1690px;
	height: auto;
	max-width: 1690px !important;
}
}
@media only screen and (max-width:1380px) {
.home-slider {
	padding: 0px 2.5% 0 0;
}
.home-splash-text h1 {
	font-size: 65px;
	line-height: 58px;
	max-width: 500px;
	padding: 0px;
	margin: 0 0 30px 0;
}
.home-splash {
	grid-template-columns: 570px 1fr;
	height: 600px;
}
.icon-single {
	grid-template-columns: 130px 1fr;
}
.icon-grid {
	grid-column-gap: 30px;
}
.icon-title {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	display: block;
}
.row-content {
	height: 100%;
	align-content: center;
	display: grid;
	padding: 40px 5vw;
}
.bottom-img {
	position: absolute;
	bottom: 0;
	right: 0px;
	height: calc(100% - 40px);
	width: auto !important;
	max-width: inherit !important;
}

}
@media only screen and (max-width:1280px) {
#site-navigation {
    display:none;
}
.menu-bar  .shiftnav-toggle-button {
	display: block;
}
.home-splash-text h1 {
	font-size: 60px;
	line-height: 60px;
	max-width: 460px;
	padding: 0px;
	margin: 0 0 40px 0;
}
.home-splash {
	grid-template-columns: 560px 1fr;
}

.page-swirl {
	top: -360px;
	left: calc(100% - 170px);
	max-width: 600px !important;
	width: 600px !important;
}
.page-splash-text h1 {
	font-size: 50px;
	line-height: 50px;
	max-width: 500px;
	padding: 0px;
	margin: 0 0 40px 0;
}
.page-splash {
	grid-template-columns: 500px 1fr;
}
}

@media only screen and (max-width:1000px) {

.strap-wrap {
	margin: 0 auto;
	max-width: 240px;
	grid-template-columns: 1fr;
}
.strap-wrap div:last-child {
	text-align: center;
	margin-top: 10px;
}
.splash-wrap, .page-splash-wrap  {
	width: 100%;
	padding-left: 0;
}


.home-slider {
	padding: 30px 0 0 0;
	text-align: center;
	height: 350px;
	margin: 0 0 -20px 0;
}
.home-slider {
	padding: 30px 0 0 0;
	text-align: center;
}
.home-slider img {
	margin: 0 auto;
	display: block;
	width: 365px !important;
	height: auto !important;
}
.bottom-img {
	position: absolute;
	bottom: 0;
	right: -30px;
	height: calc(100% - 40px);
	width: auto !important;
	max-width: inherit !important;
}
.slider-bg {
	position: absolute;
	/* background: #ccc; */
	height: 500px;
	width: 140%;
	border-radius: 0px;
	bottom: 40px;
	left: -90px;
	transform-origin: top left;
	transform: rotate(-10deg);
	background: url(img/poly-bg.png) center center / cover;
}
.home-slider.flexslider {
	order: 1;
	height: 300px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.home-splash-text {
   order: 2;
}
.page-slide {
	height: 250px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.home-splash {
	grid-template-columns: 1fr;
	height: auto;
}
.page-splash-text {
	padding-left: 0px;
	padding-right: 0px;
	max-width: 800px;
	margin: 0 auto;
}
.home-splash-text h1 {
	font-size: 60px;
	line-height: 55px;
	max-width: 480px;
	padding: 0px;
	margin: 30px auto;
	text-align: center;
	width: 95%;
}
.tagline {
	font-size: 24px;
	display: block;
	margin: 0;
	text-align: left;
}

.quote-scroll {
	padding: 40px 0 50px 0;
}
.home .tagline {
    text-align:center;
}
.link_button.splash_button {
	margin: 30px 0 0 0;
}
.home .link_button.splash_button {
	margin: 20px auto;
	width: 80%;
}
.main-full {
	margin-top: 0px;
	padding-top: 0px;
}

.site-header {
	margin: 20px auto 20px auto;
}
.logo {
	width: 200px;
}
.top-swirl {
	left: auto;
	position: absolute;
	bottom: auto;
	z-index: 99;
	pointer-events: none;
	width: 980px;
	height: auto;
	max-width: 980px !important;
	right: -760px;
	top: -590px;
}

.icon-grid {
	width: 95%;
}
.icon-single-wrap {
	height: 120px;
	width: 120px;
	margin:0 auto;
	text-align:center;
}
.icon-title {
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	display: block;
	max-width: 200px;
	margin: 0 auto !important;
}
.icon-single {
	display: grid;
	grid-template-columns: 1fr;
	align-content: center;
	font-size: 16px !important;
	text-align: center;
	/* grid-column-gap: 30px; */
}
.page-splash-text {
   order: 2;
}
.page-splash {
	grid-template-columns: 1fr;
	align-content: inherit;
	height: auto;
}
.page-splash-text h1 {
	font-size: 50px;
	line-height: 45px;
	max-width: 800px;
	padding: 0px;
	margin: 0px auto 30px auto;
	text-align: left;
}
.page-splash-text {
	padding: 30px 0px;
	width: 100%;
}
.main-800 {
	padding-top: 0px;
	margin-top: 0px;
}
.home-splash-text {
	padding-left: 2.5vw;
		padding-right: 2.5vw;
}
}




@media only screen and (max-width:960px) {

#primary.main-woo, #primary.main-800, #primary.cat-loop {
	padding: 30px 0px;
}

main.main-full section {
	max-width: 800px;
	padding: 40px 0px;
}

.clients-scroll {
	padding: 40px 0px;
}

.home .quote-scroll {
	padding: 40px 0 40px 0;
}
.page-slide {
	height: 250px;
}
.image-content-row {
	grid-template-columns: 1fr;
	align-items: self-start;
}
.image-content-row.blog-row .row-content {
	padding: 30px 2.5vw;
	min-height: 0px;
}
.image-content-row .row-image {
	background-size: cover !important;
	background-position: center center !important;
	min-height: 0px;
	overflow: hidden;
}
.row-content {
   background:#f1f1f1;
}
.home .content-row {
	background: transparent;
}
.home .content-row {
	background: transparent;
	margin-top: -40px;
}
.content-row {
	margin-top: 0px;
	min-height: 199px;
}
.products-home-wrap {
	padding: 40px !important;
	width:100%  !important;
}
.bottom-img {
	position: relative;
	bottom: -10px;
	right: 0px;
	height: auto;
	width: calc(100% + 40px) !important;
	max-width: calc(100% + 40px) !important;
}
.site-footer {
	padding: 50px 0px;
	background: #333333;
}
#products a.view-shop {
	position: absolute;
	right: 40px;
	top: 50px;
	font-weight: 600;
}
.footer {
	max-width: 270px;
	display: grid;
	grid-template-columns: 1fr;
}

.footer h5 {
	text-align: center;
	margin: 0 0 20px 0;
}
.footer-contact {
	text-align: center;
}

.strap-wrap {
	text-align: center;
	font-size: 10px;
}
.foot-copy {
	float: none;
	display: block;
}
.crd-link {
	float: none;
	display: block;
}

.help-wrap {
  grid-template-columns: 1fr;
  text-align:center;
  line-height:18px;
}
.help-button {
	margin: 20px auto 0px auto;
}
.help-wrap i {
	font-size: 30px;
	line-height: 30px;
	vertical-align: middle;
	color: #63bb3a;
	margin: 0 10px 0 0;
}
.footcol {
	text-align: center;
	margin: 0 auto 20px auto;
}
.footcol.footright {
	text-align: center;
}
.footcol.footright a i {
	font-size: 24px;
	margin: 0 6px;
}
.contact-grid {
  grid-column-gap: 30px;
}

}
@media only screen and (max-width:767px) {
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 20px;
}
.top-link-single .search {
	display: none;
}
.top-links .top-link-single {
	display: inline-block;
	margin-left: 15px;
}
.top-account span {
  display: none;
}
.top-account {
	font-size: 28px;
	line-height: 45px;
	display: inline;
	vertical-align: sub;
}
.bottom-swirl {
    display:none;
}
#what-we-do {
	margin-top:20px;

}
.left-quote, .right-quote {
    display:none;
}
.quote-single {
	padding: 30px;
}
}

@media only screen and (max-width:580px) {
#primary.main-woo, #primary.main-800, #primary.cat-loop {
	padding:30px 0px;
}

.icon-grid {
  grid-template-columns: 1fr;
}
.cat-wrap {
	display: grid;
	grid-row-gap: 30px;
	grid-template-columns: 1fr;
	grid-column-gap: 0px;
}
.home-splash-text h1 {
	font-size: 50px;
	line-height: 48px;
}
.page-splash-text h1 {
	font-size: 40px;
	line-height: 38px;
}
.tagline {
	font-size: 21px;
}
.top-swirl {
	width: 900px;
	max-width: 900px !important;
	right: -713px;
	top: -670px;
}
.page-swirl {
	top: -121px;
	left: calc(100% - 60px);
	max-width: 350px !important;
	width: 340px !important;
}
.logo {
	width: 120px;
}
.logo-footer {
	margin: 0 0 0px 0;
}
.footcol .logo {
	margin: 0 auto 20px auto;
}
.top-links {
	position: absolute;
	right: 0;
	top: -1px;
}
#products a.view-shop {
	position: absolute;
	right: auto;
	top: auto;
	font-weight: 600;
	left: 40px;
	bottom: 40px;
}
.products-home-wrap {
	padding: 40px 40px 80px 40px !important;
	width: 100% !important;
}
}

@media only screen and (max-width:430px) {
.help-wrap a {
	font-size: 20px;
}
.home-slider img {
	margin: 0 auto;
	display: block;
	width: 225px !important;
	height: auto !important;
}
.slider-bg {
	position: absolute;
	/* background: #ccc; */
	height: 200px;
	width: 140%;
	bottom: 40px;
	left: -90px;
}

.home-slider {
	height: 230px;
}
ul.products-home li.product .button {
	display: inline-block;
	margin-top: 1em;
	font-size: 14px;
}
.top-links {
	position: absolute;
	right: 10px;
	top: -1px;
}
.trade-button {
	height: 30px;
	width: 120px;
	line-height: 30px;
	position: absolute;
	top: 20px;
	right: 0px;
	font-size: 90%;
}
.message-wrap, .help-wrap {
	font-size: 12px;
}
.message-bar {
	padding: 10px 0px;
}
.message-button {
	display: block;
	background: #fff;
	color: #121212 !important;
	padding: 3px 15px;
	border-radius: 5px;
	font-size: 80%;
	margin: 5px auto 0 auto;
	text-transform: uppercase;
	font-weight: 700;
	max-width: 100px;
}
}
@media only screen and (max-width:400px) {
.top-swirl {
	right: -753px;
}
.home-splash-text h1 {
	font-size: 40px;
	line-height: 38px;
	max-width: 100%;
}
}

div#content.widecolumn {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px  0;
}
.wc-block-components-order-summary-item__individual-prices.price.wc-block-components-product-price {
	display: none;
}