/*!
Theme Name: Cakes Every Day
Theme URI: https://www.eldo.co.uk
Author: Eldo
Author URI: https://www.eldo.co.uk
Description: Website by Eldo Web Design Ltd.
Version: 6
License: Private
License URI: https://www.eldo.co.uk
Text Domain: Eldo
Tags: bespoke
*/
body {
	margin: 0;
	background: #fff;
	font-family: "proxima-nova", sans-serif;
	color: var(--body-colour);
	font-weight: 400;
	font-size: 16px;
}
body:not(#tinymce), html {
	float: left;
	width: 100%;
	/* overflow-x: hidden; */
}  
html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
	padding-right: 0 !important; 
}
#page-sections, #footer {
	position: relative;
	overflow-x: hidden;
}
/*--------------------------------------------------------------
## Colour Scheme
--------------------------------------------------------------*/
:root {

	/* Animations */
	--animate-duration: 1s;
    --animate-delay: 0s;
    --animate-repeat: 1;

	/* General Colours */
	--primary-colour: #4fd288;
	--accent-colour: #fe3f00;
	--secondary-colour: #fe3f00;
	--light-green: #f1fff7;


	/* Backgrounds */
	--dark-bg: #393939;
	--light-bg: #f5f5f5;
	--box-bg:  rgb(0 0 0 / 7%);

	/* Text */
	--body-colour: #151515;
	--headings-colour: #393939;
 
	/* Buttons */
	--primary-button: #4fd288;
	--primary-button-text: #ffffff;
	--primary-button-hover: #49bd7c;
	--primary-button-text-hover: #ffffff;
	--primary-button-border: transparent;
	--secondary-button: #4fd288;
	--secondary-button-text: #4fd288;
	--secondary-button-hover: #3ca168;


	/* Links */
	--link: #fe3f00;
	--link-hover: #9f2800;

	--menu-link: #000000;
	--menu-link-hover: #3ca168;
}

.is-dark {
	/* General Colours */
	/* --accent-colour: #32b3a0; */

	/* Links */
	--link: #4fd288;
	--link-hover: #ffffff;

	--menu-link: #ffffff;
    --menu-link-hover: #32b3a0;

	/* Text */
	--headings-colour: #ffffff;
	--body-colour: #ffffff;

	/* Buttons */
	/* --primary-button: #32b3a0; */

	/* --secondary-button: #32b3a0; */
    --secondary-button-text: #fff;
	/* --secondary-button-hover: #32b3a0; */

	/* --primary-button-hover: #4fd288; */
	--primary-button-text-hover: #ffffff;

	/* Backgrounds */

	--box-bg: rgb(255 255 255 / 8%);
}
 
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  color: var(--headings-colour);
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  clear: both;
  line-height: 1.3;
}
h1 {
	font-size:2.8em;
	color: var(--headings-colour);
	line-height:1;
	font-family: "lobster", sans-serif;
}
h2 {
	font-size:1.8em;
	color: var(--headings-colour);
}
h3 {
	font-size:1.4em;
	color: var(--headings-colour);
}
h4 {
	font-size:1.1em;
	color: var(--headings-colour);
}
h5 {
	font-size:0.8em;
}
h6 {
	font-size:0.6em;
}
p {
	margin-bottom: 1.5em;
	color: var(--body-colour);
}
p.bigger {
	font-size: 1.2em;
}
 

#tinymce {
	padding:10px!important;
}
#tinymce * {
  opacity: 1 !important;
}
/* Font Awesome */
.fa-icon:before {
	display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
i {
	font-weight: 400 !important;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	color: var(--link);
	text-decoration: none;
  	transition: all 0.3s;
}
a:hover, a:focus, a:active {
	color: var(--link-hover);
}
a:focus {
	outline: none;
}
a:hover, a:active { 
	outline: 0;
}
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.gform-button, a.button, .button a, .button a:visited, .button a:focus, input.button,
a.button:visited, input[type="submit"], .woocommerce a.button, .woocommerce button.button,
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled],
.woocommerce a.button.alt, .woocommerce button.button.alt, input[type="submit"]:focus {
	background: var(--primary-button);
	color: var(--primary-button-text);
	border-radius: 8px !important;
	font-weight:600 !important;
	padding: 16px 24px !important;
	transition: all ease 0.3s;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 2px solid var(--primary-button-border);
	position: relative;
	display: inline-block;
	text-transform: none;
	text-align: center;
	touch-action: manipulation;
	cursor: pointer;
	margin:5px 0;
	line-height: 1.2 !important;
}
.gform-button:hover, button.button:hover, a.button:hover, .button a:hover, input.button:hover,
input[type="submit"]:hover, .woocommerce a.button:hover, .woocommerce button.button:hover,
.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, a.button:focus {
  	background: var(--primary-button-hover);
  	color: var(--primary-button-text-hover);
	border-color: var(--primary-button-hover);
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
	/* min-height: 2em !important; */
	border-radius: 4px;
}
.woocommerce div.product form.cart .button {
	min-height: 2em !important;
}
div#fme-quantity-btns-wrapper {
    justify-content: flex-start !important;
}
.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover {
	color: #fff;
	cursor: not-allowed;
}
.woocommerce div.product form.cart .button {
	padding: 10px 20px;
	margin: 0;
	margin-left: 0px;
}
button.disabled {
    background: var(--primary-button) !important;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
	vertical-align: middle;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
	padding: 5px 0;
}
.woocommerce div.product form.cart .variations select {
	padding: 10px;
}

a.acc-link {
	margin-left: 0px;
	display: inline-block;

	color: var(--primary-button-text);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	padding: 5px;
	background: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 1.1em;
	background: #edfcf3;
}
a.acc-link:hover {
	background: #ccdad2;
	color:var(--accent-colour);
}
a.cart {
position: relative;
}
.cart-count {
	position: absolute;
	top: -12px;
	right: -11px;
	width: 26px;
	height: 26px;
	background: var(--accent-colour);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 0.75em;
	display: none;
}
.show-count {
	display: flex;
}

th.label {
    text-align: left;
}
.woocommerce div.product form.cart div.quantity {
	display: flex;
}
button.search-submit {
	background: var(--primary-button);
	transition: all ease 0.3s;
	color: var(--primary-button-text);
	border: none;
	cursor: pointer;
}
button.search-submit:hover {
	background: var(--primary-button-hover);
	color: var(--primary-button-text-hover);
}

/* Secondary button */
a.button.secondary {
	background: none;
	color: var(--secondary-button);
	border-color: var(--secondary-button);
}
a.button.secondary:hover {
	background: var(--secondary-button-hover);
	color: #fff;
	border-color: var(--secondary-button-hover);
}
 
/* Text Link */
a.text-link {
	font-weight: bold;
	border-bottom: 1px solid var(--link);
	display: inline-block;
}
a.text-link:hover {
	border-bottom-color: var(--link-hover);
	color: var(--link-hover);
}

/* Button Link */
a.button-link, span.button-link {
	background: none;
    color: var(--primary-button);
    border: none;
    border-bottom: 1px solid var(--primary-button);
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 5px;
}
a.button-link:after, span.button-link:after {
	float: right;
    margin-right: 0px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-left: 10px;
    position: relative;
	padding-bottom: 5px;
    top: 4px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f138";
}
a.button-link:hover, span.button-link:hover {
	border-color: var(--link-hover);
	color: var(--link-hover);
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	background: #eaeaea;
}
#left-header {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
header .head-info {
	text-align: right;
}
#top-bar {
	background: var(--light-bg);
	padding: 3px 0;
}
#top-bar .head-info {
	text-align:right
}
#top-bar .head-info a {
	margin-left: 10px;
	display: inline-block;
}
.sub-menu li {
	display: block;
  width: 100%;
}
#menu-toggle {
  display: none;
}
#menu-toggle i {
  width: 18px;
}
header span.header-link {
	margin: 5px;
    display: inline-block;
}
span.header-link i {
  color: var(--accent-colour);
}



/*-----------------------
# MEGA MENU
------------------------*/
ul.mega {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.1em;
	--menu-link-hover: #3ca168;
}
.mega li a {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.mega-menu-wrap {
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
}
.sub {
	background: rgb(255 255 255 / 75%);
  padding: 40px 0;
  float: left;
  width: 100%;
  position: absolute;
  z-index: 900;
  top: calc(100% - 1px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.sub .menu-image {
	max-width: 340px;
}
.sub.show {
	opacity: 1;
	visibility: visible;
}
a.menu-item.has-sub {
  /* margin-right: 8px; */
	padding-right: 32px !important;
}
.sub h4 {
  margin-bottom: 10px;
	font-size: 1.2em;
}
a.has-sub {
	position: relative;
	padding-right: 10px !important;
	display: inline-block;
}
a.has-sub:after {
	content: '';
	background-image: url('images/angle-down.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	right: 14px;
    height: 14px;
    width: 14px;
    top: 18px;
	transform-origin: center;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
a.has-sub.active:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
ul.menu-items {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-description {
	margin: 20px 0;
}
.mega a.current-page {
  color: var(--menu-link-hover);
}
ul.menu-items a {
	color: var(--menu-link);
	border: none;
	display: inline-block;
	margin: 5px 0;
}
ul.menu-items a.current-page {
	color: var(--menu-link-hover);
}
ul.menu-items a:hover, .page-id-2355 ul.menu-items a.current-page:hover {
	color: var(--menu-link-hover);
}


/*-----------------------
# Banner
------------------------*/
#banner-bg {
	background:var(--dark-bg)
}
#banner {
	padding: 60px 0;
	position: relative;
	background-color: var(--dark-bg);
	min-height:300px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
#banner .vci {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
.single-post #banner{
  min-height: 400px;
}
#banner .container {
  position: relative;
  height:100%
}
#banner .row {
	height:100%
}
#banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  background: #000;
  opacity: 0.6;
}
#banner h1, #banner p {
	position: relative;
	margin:10px 0
}
#banner p {
	font-size:1.2em
}
#banner .text {
  float: left;
  width: 100%;
}

/*-----------------------
# Banner - Image Right
------------------------*/
#banner.image-right:before {
	display:none
}
.banner.image-right {
	background: var(--dark-bg);
}
.banner.image-right .image-wrap img {
	min-height: 500px;
	aspect-ratio: 16 / 9;
}
/*-----------------------
# Nobanner
------------------------*/
#nobanner h1, #nobanner p {
	position: relative;
	margin:10px 0
}
#nobanner {
	padding: 60px 0;
	float: left;
	width: 100%;
}
header {
	position: relative;
}
/*-----------------------
# Full width menu
------------------------*/
header#full #menu {
	background: #49bd7c;
}

header#full #header-menu {
	text-align: center;
}
header#full .inner {
	padding: 15px 0;
	/* background-color: var(--primary-colour); */
}
header#full #header-menu-desktop, header#full ul.mega {
 
}
header .logo img {
	width: 80px;
	max-width: 100%;
}
#left-header .acc-links {
	--primary-button: transparent;
	--primary-button-text: var(--secondary-button);
	--primary-button-hover: var(--secondary-button);
	--primary-button-text-hover: #fff;
	--primary-button-border: var(--secondary-button);

}
#left-header .acc-links a.button {
	border: 1px solid var(--secondary-button);
}

.ywcas-input-field {
	padding: 10px 0 !important;
}
.css-r4o1is .ywcas-submit-icon {
	
}
.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item .search-result-item__thumbnail {
	max-width: 100px !important;
}
.ywcas-onsale-badge {
    background: var(--accent-colour) !important;
}
.ywcas-popover-results .popover-content {
	padding: 10px 30px !important;
}
.search-result-add-to-cart {
    background: var(--primary-colour);
    border: 1px solid var(--primary-colour);
	transition: all 0.3s ease;
	cursor: pointer;
}
.wp-block-yith-search-block .ywcas-classic-search .ywcas-input-field-wrapper .ywcas-submit-wrapper {
    margin-right: 10px;
    top: 3px;
    position: relative;
}
.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results.list {
	margin-top: 0 !important;
}
.search-result-add-to-cart:hover {
    background: var(--primary-button-hover);
    border: 1px solid var(--primary-button-hover);
}
/*-----------------------
# Promo Banner
------------------------*/
 
.promo-banner-wrap {
	/* padding: 0 20px; */
	margin: 0;
}
.promo-banner {
	float: left;
	position: relative;
	background: var(--accent-colour);
	padding: 6px 0;
	color: #fff;
	text-align: center;
	float: none;
	clear: both;
	/* max-width: 1200px; */
	/* border-radius: 6px; */
	margin: 0 auto;
	display: block;
}

#promo-bar {
	z-index: 9;
}
#promo-bar.sticky {
  position: fixed;
  top: -20px;
  z-index: 9;
}
.admin-bar #promo-bar.sticky {
	top: 12px;
}
.bar-sticky {
	padding-top: 80px;
}


a.promo-banner:hover {
	background: #bf3203;
	color: #fff;
}
a.promo-banner, a.promo-banner:focus, a.promo-banner:visited {
	color: #fff;
}
a.promo-banner span.underline {
	font-weight: bold;
	display: inline-block;
	position: relative;
}
a.promo-banner span.underline:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
}
a.promo-banner .text-mobile {
	display: none;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.title-404 {
  font-size: 2em;
}
.error-404 .search-field, #no-results .search-field, .search-page-form .search-field {
	width: 100%;
}

.search-submit {
  width: auto;
  text-align: center;
  padding: 12px;
  margin: 0;
  margin-left: 5px;
}
.search-page-form {
  margin-bottom: 20px;
}
.search-submit i {
  margin: 0 auto;
  display: block;
}
#sidebar .search-field {
  width: calc(100% - 43px);
}

.usps {
	padding: 10px 0;
	border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.usp {
	font-size: 1.2em;
	font-weight: 500;
}
.page-id-5 .usps {
	border: none;
}
.usp .icon {
	color: var(--accent-colour);
	font-size: 1.3em;
}
/*--------------------------------------------------------------
# News / Blog
--------------------------------------------------------------*/
#breadcrumbs {
	margin-bottom: 10px;
}
#breadcrumbs i {
	font-size: 0.8em;
	color: var(--body-colour);
}
span.breadcrumb_last {
    display: none;
}
#news-page, #no-results {
	padding: 50px 0;
}
#single-post {
  padding: 40px 0;
}
#single-post .side {
	margin: 20px 0;
}
#single-post .side h4 {
    border-bottom: 1px solid #eee;
	margin-top: 0;
    padding-bottom: 5px;
}
h5.author-socials {
	font-size: 1.7em;
	margin: 10px 0;
}
#single-post .side  p {
	margin-bottom: 30px;
	margin-top: 0;
}
.post-wrap {
  margin: 20px 0;
}
.single-thumb img {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.container.no-sidebar {
  max-width: 860px;
}
.search-row {
	margin-top:-10px;
	margin-bottom: 20px;
}
.search-row .search-field {
	width: 100%;
	padding: 8px 12px;
}
.search-row .search-wrap {
	margin: 10px 0;
}
.search-row .cat-wrap {
	margin: 10px 0;
}
.sf-input-select, .gfield_select, .form-field select, .orderby, .ginput_container_date select, .select {
  color: #444;
  line-height: 1.3;
  padding: 0.6em 3.4em 0.5em 0.8em;
  min-width: 220px;
  max-width: 100%;
  border-radius: 2px;
  box-sizing: border-box;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
	background: #fff;
  background-color: #fff;
  border: 1px solid #999;
  background-image: linear-gradient(
45deg
,transparent 50%,gray 50%),linear-gradient(
135deg
,gray 50%,transparent 50%),linear-gradient(to right,#ccc,#ccc);
  background-position: calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px,5px 5px,1px 1.5em;
  background-repeat: no-repeat;
  width: 100%;
}
.filter input.sf-input-text {
  width: 100%;
}
.sf-input-select:hover, .gfield_select:hover, .form-field select:hover, .orderby:hover, .ginput_container_date select:hover, .select:hover {
  border-color: var(--dark-bg);
}
.sf-input-select:focus, .gfield_select:focus, .form-field:focus, .orderby:focus, .orderby:focus, .ginput_container_date select:focus, .select:focus {
  border-color: var(--dark-bg);
}
/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
blockquote {
	width:100%;
	margin:15px 0;
	background: var(--box-bg);
	padding:30px 60px;
	font-weight:normal;
	text-align:center;
	position:relative;
}
blockquote p:first-child {
	margin-top:0
}
blockquote p:last-child {
	margin-bottom:0
}
blockquote:before {
	content:"\f10D";
	position:absolute;
	top:10px;
	left:20px;
	color:var(--accent-colour);
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
  content: "\f10d";
	font-size:30px;
}
blockquote:after {
	content:"\f10E";
	position:absolute;
	bottom:10px;
	right:20px;
	color:var(--accent-colour);
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
  content: "\f10e";
	font-size:30px;
}
.twitter-tweet {
	margin:0 auto;
	display:block
}
iframe {
	display:block;
	float:none;
	width: 100%;
}
iframe.instagram-media {
	margin:0 auto!important;
	display:block;
	float:none!important;
}
.map iframe {
	width:100%!important;
	height:450px;
}
hr {
	background-color: var(--primary-colour);
	border: 0;
	height: 1px;
	width:60%;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 1.5em
}
.bottom {
	margin-top: auto;
}
/*-----------------------
# Sidebar
------------------------*/
#sidebar {
	max-width: 260px;
	margin: 10px 0;
}
#sidebar .inner {
	padding-right: 20px;
	border-right: 1px solid #eee;
}
#sidebar h2 {
	font-size: 1.4em;
	margin-top: 0;
}
#sidebar ul li a {
	display: inline-block;
	margin: 5px 0;
	font-size: 1.1em;
}
.toggle-sidebar {
	text-transform: uppercase;
	display: inline-block;
	padding: 6px 16px;
	border: 1px solid #ccc;
	color: var(--primary-colour);
	cursor: pointer;
	transition: all 0.3s ease;
	user-select: none;
	border-radius: 4px;
}
.toggle-sidebar i {
	color: var(--dark-bg);
	margin-left: 5px;
}
ul.pages, ul.child-pages, ul.child-pages, ul.children {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.pages .parent-page {
	margin-top: 0;
}
ul.pages .parent-page a {
	font-weight: bold;
}
ul.child-pages {
	margin-bottom: 20px;
	margin-top: 10px;
}
li.page:not(.current) .child-pages {
	display: none;
}
ul.pages a {
	color: #2E2E2E;
	font-weight: 400;
}
ul.pages a:hover, ul.child-pages a:hover {
	color: var(--primary-colour);
}
ul.pages > li {
  margin-bottom: 10px;
}
ul.pages li a.parent {
	border-left: 3px solid transparent;
	font-weight: bold;
	display: inline-block;
	color: #575757;
}
ul.pages li a.parent:hover {
	color: var(--primary-colour);
}
ul.pages li.current a.parent {
	border-left-color: var(--accent-colour);
	color: var(--primary-colour);
	padding-left: 10px;
}
ul.child-pages li {
	position: relative;
	text-indent: -35px;
	padding-left: 35px;
	margin: 5px 0;
}
ul.child-pages .children li {
	padding-left: 25px;
}
ul.child-pages li:before {
	content: "";
	margin-right: 10px;
	font-weight: 300;
	width: 12px;
	height: 1px;
	position: relative;
	background: #707070;
	top: 0;
	left: 0;
	display: inline-block;
}
/*--------------------------------
# Isotope
--------------------------------*/
.grid {
	display:block;
	margin:0 auto;
	margin-left: -20px;
	margin-right: -20px;
}
.grid-item {
	width:33.33%;
	padding: 0 20px;
	display:inline-block;
	margin:20px 0;
}
/* Blog */
.grid-item.post .placeholder {
  display: none;
}
/*--------------------------------
# Modal
--------------------------------*/
.fancybox-infobar {
  display: none !important;
}
.modal-title, .modal-name {
  margin: 0;
}
.modal-name {
  margin-bottom: 10px;
}
.modal-title {
  margin-bottom: 20px;
}

.fancybox-toolbar .fancybox-button:hover {
	background: var(--primary-colour);
}
.fancybox-thumbs__list a:before {
	border-color: var(--primary-colour);
}
.fancybox-button--arrow_left:hover div, .fancybox-button--arrow_right:hover div {
	background: var(--primary-colour);
}
.fancybox-navigation .fancybox-button div {
	transition: all 0.4s ease;
}
.fancybox-button[disabled] {
	display: none !important;
}
.fancybox-close-small:hover {
	background: none;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
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 {
	outline: none;
}
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: inherit;
	border: 1px solid #999;
	border-radius: 2px;
	/* padding: 8px !important; */
	transition: all 0.3s ease;
	line-height: normal !important;
	font-family: inherit;
  -webkit-appearance: none;
}
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;
	outline: none;
	border-color: var(--dark-bg);
	background: #f7f7f7;
}
select {
	border: 1px solid #ccc;
}
.sm-clean a span.sub-arrow {
	width: 8px;
	position: absolute;
	right: -2px;
	top: 50%;
	}
.sm-clean a.has-submenu {
	padding-right: 12px;
}
textarea {
	width: 100%;
	max-height: 150px;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 5px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 5px;
}
.aligncenter, .aligncenter img {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  padding: 0;
}
.widget-title {
	margin: 15px 0;
	font-size: 1.1em;
}
.widget_recent_entries li {
	margin-bottom: 10px;
}
.widget select {
	max-width: 100%;
}
.widget ul {
	margin: 0;
  margin-bottom: 10px;
  padding-left: 0;
  list-style: none;
}
.widget_categories li:before  {
  text-align: center;
  margin-right: 0px;
  font-weight: 300;
  padding: 4px;
  position: relative;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
  content: "\f105";
  font-size: 0.9em;
  top: 0;
  display: inline-block;
}
#sidebar {
  font-size: 0.95em;
}
.widget_categories li {
	display: block;
	margin-bottom: 5px;
  text-indent: -12px;
  padding-left: 20px;
}
.widget_recent_comments li {
  padding-left: 0;
  text-indent: 0;
}
/* Lists */
ul, ol {
	color: var(--body-colour);
}
ul li::marker, ol li::marker {
	color: var(--accent-colour);
}
/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error-404 {
  padding: 40px 0;
  background: #f5f5f5;
  height:500px;
  min-height: 500px;
}
.error-404 .container,
.error-404 .row {
	height:100%
}
.error-404 {
  text-align: left;
}
.error-404 #icon {
  max-width: 150px;
  border-right: 1px solid #ccc;
}
.error-404 #icon i {
  font-size: 6em;
  color: #6f6f6f;
}
/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
#shop-page {
	padding: 40px 0;
}
.quantity button {
    padding: 10px 16px;
    border: 1px solid var(--primary-button);
    border-radius: 5px;
    font-size: 1.3em;
    background:var(--light-green);
	cursor: pointer;
}
.quantity button:hover {
    background: var(--primary-button);
	color: #fff;
}
.woocommerce ul.products li.product a img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	background-color: #fff;
	border-radius: 5px;
	/* border: 1px solid #eee; */
}
li.product input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  

   opacity: 1;

}
.woocommerce div.product .product_title {
	margin-bottom: 10px;
} 
.single-product .summary .quantity .qty {
	padding: 15px !important;
    background: none;
    border: 1px solid var(--primary-button);
    border-radius: 4px;
	/* margin: 0 5px; */
	width: 80px;
}
.single-product .summary div#fme-quantity-btns-container {
    margin-bottom: 20px;
    margin-top: 20px;
}
 li.product div[style="display: flex; flex-direction: row; justify-content: center;"] {
	justify-content: flex-start !important;
  } 
  .pq-plus {
    margin-left: 5px !important;
}
.pq-minus {
    margin-right: 3px !important;
}
.pq-plus, .pq-minus {
	border-radius: 3px;
	color: var(--body-colour);
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	touch-action: manipulation;
}
.fme_quantity .qty {
	border-radius: 3px !important;
	border: 1px solid #ededed;
}
.woocommerce-variation-price {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
li.product .quantity {
	margin-bottom: 15px;
	margin-top: auto;
}
li.product .quantity .qty {
	border: 1px solid var(--primary-button);
	padding: 10px !important;
    border-radius: 4px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	float: left;
	width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0;
}
.wc-block-components-button:not(.is-link) {
	background: var(--primary-button);
	color: var(--primary-button-text);
	border: none;
}
.wc-block-components-button:not(.is-link):hover {
	background: var(--primary-button-hover);
	color: var(--primary-button-text-hover);
}
table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
	font-size: 1.3em;
}
.wc-block-components-quantity-selector {
	width: 130px;
}
.woocommerce span.onsale {
	background-color: var(--accent-colour);
}
.woocommerce div.product div.images .flex-control-thumbs li {
	padding: 5px;
}
.woocommerce div.product div.images .flex-control-thumbs {
	margin-left: -5px;
	margin-top: 5px;
	margin-right: -5px;
}
input#coupon_code {
    min-width: 200px;
    font-size: 0.9em;
    padding: 6px !important;
}
.woocommerce span.onsale {
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shop-content {
	margin: 20px 0;
}
h1.page-title {
	margin: 0 0 20px 0;
}
.woocommerce .products ul, .woocommerce ul.products {
	margin-right: -20px;
	margin-left: -20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	padding: 0 20px;
	margin: 20px 0 !important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column!important;
	flex-direction: column!important;
}
.woocommerce ul.products li.product .onsale {
	right: 5px;
}
.woocommerce ul.products.narrow {
	margin-right: -10px;
	margin-left: -10px;
}
.woocommerce ul.products.narrow li.product {
	padding: 0 10px;
	margin: 10px 0 !important;
}
ul.products.columns-2 li.product {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
ul.products.columns-3 li.product {
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: 33.33%;
}
ul.products.columns-4 li.product {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
ul.products li.product a.woocommerce-loop-product__link {
	flex: 0 0 auto;
}
.product-tags {
    float: left;
    width: 100%;
}
.product_meta span.tagged_as {
	display: none;
}
.single-product .summary .product-tags {
    margin-bottom: 20px;
}
.product-tags a {
    display: inline-block;
    padding: 2px 12px;
    border-radius: 20px;
    background: #eee;
	color: #444;
	margin-right: 5px;
	margin-bottom: 5px;
}
li.product .product-tags a:first-of-type {
    display: none !important;
}  
 

.woocommerce ul.products li.product .button {
	align-self: baseline;
	padding: 10px 16px !important;
	margin-top: auto;
	min-width: 180px;
 
}
.woocommerce table.shop_table {
	background: #fff;
}
.woocommerce-message {
	border-top-color: var(--primary-colour);
	font-weight: bold;
}
fieldset {
    background: #fff;
} 
.wc-block-components-totals-coupon__button {
    min-height: 2em !important;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	background: #fff;
	border: 1px solid #eee;
}
.wc-block-components-checkout-step__description {
	font-size: 1em;
}
.woocommerce-message::before {
	color: var(--primary-colour);
}
.woocommerce-message {
	background: none;
}
.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads {
	padding: 10px 0;
}
.woocommerce .woocommerce-customer-details address {
	background: #fff;
}
.woocommerce-order-received section {
    padding: 10px 0;
}
.woocommerce ul.order_details {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
}
.wc-block-components-product-price ins {
	background: none;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	padding: 10px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	width: 100%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.woocommerce ul.products li.product .price {
	font-size: 1em;
	color: var(--accent-colour);
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
	margin-left: -20px;
	margin-right: -20px;
	width: calc(100% + 40px);
}
.pswp--open {
	z-index: 999999;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 80px;
}
.wp-block-woocommerce-checkout-order-summary-block {
    font-size: 1.2em;
}
section.related.products {
	padding: 0;
	border-top: 1px solid #eee;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: var(--primary-colour);
	font-size: 1.5em;
	margin: 0;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
	color: var(--primary-colour);
	font-size: 1.2em;
}
.woocommerce-loop-product__title {
    font-size: 1.4em !important;
}
.woocommerce div.product p.stock {
	font-size: 1.1em;
	color: var(--accent-colour);
}

/* My Account */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    border: 1px solid #eee;
    margin: 0;
	background-color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.woocommerce-MyAccount-navigation ul a {
	display: block;
	padding: 10px 20px;
	color: var(--body-colour);
	border-bottom: 1px solid #eee;
	font-size: 1em;
	font-weight: 500;
}
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev, .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next {
	height: 3em;
}
div#comments, .woocommerce div.product .woocommerce-tabs .panel {
    float: left;
    width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li {
	padding: 0;
	margin-right: 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	z-index: 23;
}
 
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 10px 16px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
	background: var(--light-green);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid var(--primary-button);
	background: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: 1px solid var(--primary-colour);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: var(--light-green);
}
.woocommerce-MyAccount-navigation ul a:hover {
	background: var(--light-bg);
}
.woocommerce-MyAccount-navigation ul li:last-child a {
	border-bottom: none;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
	border-left: 5px solid var(--accent-colour);
}
/*--------------------------------------------------------------
# Flexible layout
--------------------------------------------------------------*/
section.is-hidden {
    box-shadow: 0px 0px 0px 5px rgb(182 0 0) inset;
	transition: all 0.5s ease;
	position: relative;
}
section.is-hidden:hover {
	box-shadow: none;
}
section.is-hidden:hover:before {
	opacity: 0;
	visibility: hidden;
}
section.is-hidden:before {
    content: 'This section is hidden from visitors';
    width: 100%;
    top: 0;
    position: absolute;
    text-transform: uppercase;
    left: 0;
    transition: all 0.5s ease;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    background-color: rgb(182 0 0);
    font-family: sans-serif;
}
#password-protected {
	padding: 40px 0;
}
.lt {
  margin: 10px 0 10px 0;
}
.layout-title .tc .button-wrap {
	min-width: 100%;
}
.light-bg {
  background-color: var(--light-bg);
}
.dark-bg {
  background-color: var(--dark-bg);
}

ul.list {
	list-style: none !important;
	padding-left: 0px;
	line-height: normal !important;
	line-height: 1.5;
	margin-left:0;
	color: var(--body-colour);
}
ul.list li {
	position: relative;
	padding-left: 25px;
	margin: 10px 0;
}
ul.list li:before {
	color: var(--accent-colour);
	display: inline-block;
	font-size: 1em;
	position: absolute;
	top: 2px;
	line-height: normal;
	left: 0;
	width: 20px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
}
ul.list.standard li:before {
	content: "\f068";
}
ul.list.ticks li:before {
	content: "\f058";
}
#page-sections {
	float: left;
	width: 100%;
}
#page-sections .background-image:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.7;
}

#page-sections .background-image:has(.calltoaction):before {
	background: linear-gradient(90deg, #000000, transparent);
    opacity: 0.7;
}
.background-image div, .background-colour {
	position: relative;
}
.box-wrap {
	margin: 20px 0;
}
.box {
	background: var(--box-bg);
	padding: 30px;
	float: left;
	width: 100%;
}
.hb {
	background: var(--box-bg);
	padding: 30px;
	display: flex;
	float: left;
	width: 100%;
	justify-content: center;
	flex-direction: column;
}
.light-bg .box {
	background:#fff;
}
/*--------------------------------
# Image Left, Image Right
--------------------------------*/
.image-left .text .inner,
.image-right .text .inner {
	padding:0;
}
.image-left.full-width .text .inner {
	padding: 60px 20px 60px 40px;
}
.image-right.full-width .text .inner {
	padding: 60px 40px 60px 20px;
}
.image-left.full-width .image-wrap img,
.image-right.full-width .image-wrap img {
	display: block;
	height: 100%;
	object-fit: cover;
}



.full-container.no-gutters .container {
    padding: 0;
}
/*--------------------------------
# Slider
--------------------------------*/
.slider .container {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.slider .slide:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: linear-gradient(90deg, #000000ab, transparent);
}
.slider .inside  {
	position: relative;
	z-index: 4;
	text-align: left;
}
 
.slider .slide {
	height: 100%;
	min-height: 500px;
	padding: 60px 0;
	width: 100%;
}
.flickity-page-dots {
	bottom: 20px;
	max-width: 1240px;
	text-align: center;
	margin: 0 auto;
	right: 0;
	left: 0;
	padding-left: 20px;
	padding-right: 20px;
}
.flickity-page-dots li:only-child {
	display: none !important;
}
.flickity-page-dots .dot {
	height: 12px;
	width: 12px;
	margin: 0 6px;
}
.is-dark .flickity-page-dots .dot {
	background: #fff;
}
.slider h2, .slider p, .slider a.button {
	position: relative;
	margin:10px 0
}
.slide h2 {
	font-size: 2.1em;
}
.slide h2, .slide p, .slide .button {
	visibility: hidden;
	animation-name: fadeOut;
	animation-duration: 0.5s;
}
.slide.is-selected h2 {
	animation-name: fadeInDown;
	animation-duration: 1s;
	visibility: visible;
}
.slide.is-selected p {
	animation-name: fadeInUp;
	animation-duration: 1s;
	visibility: visible;
}
.slide.is-selected .button {
	animation-name: fadeIn;
	animation-duration: 1s;
	visibility: visible;
}
  .slide img {
	  display: block;
	  width: 100%;
  }
  .flickity-page-dots {
	bottom: 20px;
  }
  .flickity-page-dots li:only-child {
	  display: none !important;
  }
  .flickity-page-dots .dot {
	  height: 12px;
	  width: 12px;
  }
  .slider .flickity-page-dots .dot, .dark-bg .flickity-page-dots .dot, .background-image .flickity-page-dots .dot {
	background: #fff;
  }
  .slider-wrap {
	margin-bottom: 50px;
  }
  .page-id-5 .slider-wrap {
	margin-bottom: 0;
  }
  
  /* position dots in carousel */
  .slider .flickity-page-dots {
	bottom: -30px;
  }
  /* white circles */
  .slider .flickity-page-dots .dot {
	width: 12px;
	height: 12px;
	opacity: 1;
	background: transparent;
	border: 2px solid var(--accent-colour);
  }
  /* fill-in selected dot */
  .slider .flickity-page-dots .dot.is-selected {
	background: var(--accent-colour);
  }
  
/*-----------------------
# Steps
------------------------*/
.step {
	text-align: center;
}
.step p {
	font-size: 1.6em;
	margin: 20px 0
}
.step  .inner {
	position: relative;
}
.step .arrow img {
    display: block;
    width: 120px;
    position: relative;
    float: right;
    right: -80px;
}
 
.steps .step:last-of-type .arrow img {
	display: none;
}
.step .number span {
	color: var(--accent-colour);
	font-size: 3em;
}

/*-----------------------
# Background Video
------------------------*/
.background-video .video-wrap:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	z-index:1
}
.background-video, .background-video .video-wrap {
	position: relative;
}
.background-video .video-wrap {
	min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.background-video video {
    width: 100%;
    height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    display: block;
    object-fit: cover;
}
.background-video .text-wrap {
    padding: 60px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
	position: relative;
    width: 100%;
}
.background-video .text {
	max-width: 620px;
}
/*-----------------------
# Quote
------------------------*/
.section.quote {
	text-align:center;
	font-size:18px;
	background:#f5f5f5;
	padding-top:20px;
	padding-bottom:20px;
}
/*-----------------------
# Images
------------------------*/
.images-layout img {
	display: block;
}
/*-----------------------
# Image Top Text Bottom
------------------------*/
.ittb .image-wrap img {
    /* aspect-ratio: 1 / 1;
    object-fit: cover; */
}
/*-----------------------
# Promo Boxes
------------------------*/
.promo-box {
	width: 100%;
	min-height:400px;
}
.promo-box.col {
	min-width: 33.33%;
	max-width: 50%;
}
.promo-box .inner {
	padding: 30px;
	width: 100%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
a.button.ghost {
	border-color: #fff;
	background: none;
}
a.button.ghost:hover {
	background: #fff;
	color: var(--primary-colour);
}
.promo-box .inner:before {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	transition: all 0.4s ease;
	left: 0;
	background: linear-gradient(0deg, transparent, #0000006b);
}
.promo-box .inner *:not(.button) {
  color: #fff;
}
.promo-box .inner:hover .text {
	opacity: 1;
}

.promo-box .inner:after {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	transition: all 0.4s ease;
	left: 0;
	background: rgba(0,0,0,0.5);
	opacity: 0;
}
.promo-box .inner:hover:after {
	opacity: 1;
} 
.promo-box .text {
	transition: all 0.4s ease;
	opacity: 0;
}
.promo-box h3 {
  margin-top: 0;
  font-size: 1.7em;
}
.promo-box div {
  z-index: 2;
  position: relative;
}
/*-----------------------
# Child Pages
-----------------------*/
.child-page .inner {
	width: 100%;
}
.child-page.current {
	opacity: 0.5;
	pointer-events: none;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.parent-page {
	margin: 20px 0;
}
.no-block {
	width: calc(100% - 40px);
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding: 40px;
	border: 2px dashed #ccc;
}
/*-----------------------
# Table Layout
-----------------------*/
.table-layout td, .table-layout th, .table-layout thead {
	padding: 10px;
}
.table-layout .th, .table-layout thead {
	border: 1px solid #869e5f;
}
.table-layout th {
  background: var(--light-bg);
  text-align: left;
  font-weight:600;
  border-left:1px solid #666;
  border-top:1px solid #666;
}
.table-layout th:last-child {
	border-right:1px solid #666;
}
.table-layout td {
  background: #fff;
  border-left:1px solid #666;
  border-top:1px solid #666;
  vertical-align: top;
}
/* .table-layout tr:nth-child(even) td {
	background:#f5f5f5;
} */
.table-layout tr > td:last-child {
	border-right:1px solid #666;
}
.table-layout tr:last-child td {
	border-bottom:1px solid #666;
}
.table-layout table {
	border-spacing: 0px;
}
/*-----------------------
# Contact Details
-----------------------*/
.form-wrap h3 {
	margin: 0;
	margin-bottom: 20px;
}
.contact-details h3 i {
	font-size: 0.7em;
	margin-right: 8px;
}
.contact-details .notes p {
	margin: 0;
	margin-top: 10px;
}
.contact-details .notes em {
	font-size: 0.9em;
}
.business-time {
	font-weight: bold;
}
.contact-details .bh .inner {
	padding: 5px 0;
	max-width:80%
}
.contact-details .bh .inner:not(:last-child) {
	border-bottom: 1px solid #e5e5e5;
}
.contact-info .detail  {
	margin-bottom: 40px;
}
.contact-info .detail h3 {
	margin: 0;
	margin-bottom: 15px;
}
.contact-info .notes {
	margin-top: 10px;
}
.contact-info .detail p {
	margin: 0;
}
.contact-info .box {
	text-align: center;
}
.contact-info .label {
	font-weight: bold;
}
.contact-details .email-wrap {
    margin-bottom: 10px;
}
/*-----------------------
## Call to action
-----------------------*/
.calltoaction {
	padding: 20px 0;
}
.calltoaction h2 {
    /* color: var(--accent-colour); */
}
.calltoaction p {
	font-size: 1.4em;
}
.cta-link {
	text-align: center;
}
/*-----------------------
## Pricing Tables
-----------------------*/
.product .bottom {
    padding-top: 20px;
}
.product .header {
	background: var(--dark-bg);
	padding: 20px;
	position: relative;
	top: -20px;
	text-align: center;
	left: -20px;
	width: calc(100% + 40px);
}
.product .header h3 {
	margin: 0;
}
.product .header h4 {
	margin: 0;
}
.product .inner {
	background: var(--box-bg);
    width: auto;
    text-align: left;
    padding: 20px;
	overflow: hidden;	
}
.product .icon {
	  color: var(--accent-colour);
	  font-size: 1.5em;
}
.product .feature {
	padding: 5px 10px;
	border-radius: 5px;
	/* border-bottom: 1px solid #eee; */
}
.product .features-wrap .feature:nth-child(even) {
	/* background: #fff; */
}
.product .icon.cross {
	opacity: 0.3;
	filter: grayscale(100%);
}
/*-----------------------
# Features List
-----------------------*/
.features h2.section-title {
	margin-bottom:30px
}
.feature h4 {
	margin: 0;
}
.feature p {
	margin: 0;
}
.features .feature .icon i {
  position: relative;
  top: -9px;
}
.features .feature .icon {
  max-width: 44px;
	color: var(--accent-colour);
	font-size: 1.8em;
}
/*-----------------------
# Meet The Team
-----------------------*/
a.image-link {
  transition: all 0.3s;
}
a.image-link:hover {
  opacity: 0.8;
}
.team-title {
	margin-bottom: 10px;
}
.team-subtitle {
  margin: 0;
}
.col.member {
    min-width: 25%;
    max-width: 50%;
}
 
.member img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.modal-team img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.modal-team .link-wrap {
	margin: 15px 0;
}
.modal-team .link-wrap:last-of-type {
	margin-bottom: 0;
}
.member .bottom {
	padding-top:10px
}
/*-----------------------
# Accordion
-----------------------*/
.accordion-toggle {
	width:100%;
	cursor: pointer;
	position: relative;
	padding: 8px 20px 8px 20px;
	border-radius: 3px;
	background: #fff;
	border: 1px solid var(--primary-button);
	margin-top: 10px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	color:var(--primary-button);
	font-weight: 600;
	font-size: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.accordion-toggle:hover {
	background:var(--primary-button);
	color: #fff;
}
.accordion-toggle.active {
	background: var(--primary-button);
	color: #fff;
}
.accordion-content {
	overflow: hidden;
	display: none;
	padding: 20px;
	margin-bottom: 20px;
}
.accordion-content :first-child {
	margin-top: 0;
}
.accordion-content :last-child {
	margin-bottom: 0;
}
.accordion-content.default {
	display: block;
}
.accordion-toggle .fa {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	font-size:30px!important;
	margin-left: 10px;
	color: #fff;
}
.accordion-toggle i {
	transition: all 0.4s ease;
}
.rotate180 {
	transform: rotate(180deg);

}
/*--------------------------------
# Logos
--------------------------------*/
.carousel-wrap {
  position: relative;
}
.carousel-image {
	top: 50%;
	transform: translateY(-50%);
	padding: 20px 40px;
}
.carousel-image img {
	display: block;
	height: auto;
	max-height: 70px;
	min-width: 50px;
	width: auto;
	max-width: 200px;
}
.full-container .carousel-wrap {
	padding: 0;
}
.logo-carousel .flickity-page-dots {
	bottom: 0;
	position: relative;
}
.is-dark .carousel-image img, .is-dark .logo-wrap img {
    filter: brightness(0) invert(1);
	opacity: 0.9;
}
.logo-row .logo-wrap img {
	max-height: 58px;
    min-width: 50px;
    width: auto;
    max-width: 240px;
    margin: 0 auto;
    display: block;
}
.logo-row .logo-wrap  {
	margin: 20px 0;
	display: flex;
	justify-content: center;
}
.logo-carousel .text {
    max-width: 200px;
    text-align: center;
}
/*--------------------------------
# Downloads
--------------------------------*/
.download img {
	max-height: 100px;
	width: auto;
	display: inline-block;
	margin-bottom: 20px;
}

/*--------------------------------
# Links section
--------------------------------*/
.link-title {
	margin-top: 0;
	margin-bottom: 15px;
}
.link-description {
	margin-top: 0;
	margin-bottom: 15px;
}
.link-image img {
	max-height: 70px;
	min-width: 50px;
	width: auto;
	max-width: 200px;
	display: block;
	margin-bottom: 20px;
}
/*--------------------------------
# TABS
--------------------------------*/
ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
ul.tabs li{
	background: none;
	color: var(--primary-button);
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
	transition: all 0.3s;
	margin-right: 10px;
	font-weight: 600;
}
ul.tabs li:hover {
	color: var(--link-hover);
}
ul.tabs li.current{
	background: var(--box-bg);
	color: var(--body-colour);
	pointer-events: none;
}
.tab-content {
	display: none;
	background: var(--box-bg);
	padding: 15px;
}
.tab-content.current{
	display: inherit;
	animation-name: fadeIn;
	animation-duration: 0.5s;
}

/* WooCommerce Tabs */
.woocommerce-tabs.wc-tabs-wrapper {
	margin-top: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0;
	padding: 0;
}
/*--------------------------------
# GALLERY
--------------------------------*/
.gallery-icon img {
	display: block;
}
.gallery-item .gallery-caption {
	display: block;
	font-size: 0.9em;
	font-style: italic;
	margin-top: 10px;
}
.gallery-item {
	padding: 0 10px;
	margin: 10px 0;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-image .inner, .gallery-icon {
	position: relative;
	overflow: hidden;
}
.gallery-image .inner:before, .gallery-icon a:before {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.4);
	transition: all 0.6s ease;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
	color: #fff;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
	content: "\f03e";
	font-size: 4em;
	z-index: 1;
}
.gallery-image:hover .inner:before, .gallery-icon:hover a:before {
	/* opacity: 1; */
}
.gallery-image img, .gallery-icon img {
	display: block;
	width:100%;
	transition: all 0.3s;
}
.gallery-image:hover img, .gallery-icon:hover img {
	transform: scale(1.1);
}
div.gallery {
  position: relative;
  float:left;
}
body.single-post div.gallery {
	left: -10px;
    right: -10px;
    width: calc(100% + 20px);
    margin:20px 0
}
.gallery-image.col:not(.five) {
    min-width: 25%;
    max-width: 50%;
}
.gallery-image img {
	width:100%;
	display:block;
}
.gallery.standard img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
/*--------------------------------
# Isotope / Masonry Gallery
--------------------------------*/
 

.iso-gallery {
    margin-left: -10px;
    margin-right: -10px;
}
.iso-gallery > .col, .iso-gallery > [class*="col-"] {
	padding: 0 10px;
	margin: 10px 0;
}
.image-item img {
	width: 100%;
	background-color: var(--light-bg);
	display: block;
	opacity: 0;
	transition: opacity 0.8s ease;
}
.image-item img.loaded {
	opacity: 1;
}
/*--------------------------------
# Gallery Carousel
--------------------------------*/
.gallery-main.flickity-resize .image {
  min-height: 100%;
}
.gallery-main {
	margin: 20px 0;
}
.gallery-main .image img {
	display: block;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 16 / 9;
	width: 100%;
}
.gallery-thumbs img {
	display: block;
	transition: all 0.4s ease;
}
.gallery-thumbs .thumb:hover img {
	opacity: 0.6;
}
.gallery-thumbs .thumb {
	width: 20%;
	margin: 0 10px;
	cursor: pointer;
}
.gallery-thumbs .thumb img {
	display: block;
}
.flickity-button {
	padding: 0;
	background: rgba(255,255,255,0.9);
	color: var(--primary-colour);
	margin: 0;
}
.flickity-button:hover {
	color: var(--primary-colour);
}
/*-----------------------
# Page Excerpt
-----------------------*/
.excerpt-page p {
	margin: 0;
	margin-top: 10px;
	font-size: 16px;
}
.excerpt-page img {
	aspect-ratio: 16 / 10;
	transition: all 0.5s ease;
	object-fit: cover;
}
.excerpt-page .inner {
	position: relative;
	overflow: hidden;
}
.excerpt-page .content {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 20px;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 2;
}
.excerpt-page .inner:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.3;
	transition: all 0.5s ease;
	z-index: 1;
}
.excerpt-page .inner:hover:before {
	opacity: 0.7;
}
.excerpt-page .inner:hover img {
	transform: scale(1.1);
}
 
.excerpt-page .button-link {
	visibility: hidden;
	transition: all 0.5s ease;
	opacity: 0;
}
.excerpt-page .inner:hover .button-link {
	visibility: visible;
	opacity: 1;
}
.excerpt-page .content .text {
	position: relative;
	text-align: center;
}
.excerpt-page .content h3 {
	margin: 0;
	margin-top:34px;
	font-size: 1.8em;
	transition: all ease 0.3s;
}
.excerpt-page .inner:hover h3 {
	margin-top:0
}
.excerpt-page .view {
	font-weight: bold;
}
/*-----------------------
# Plugins
-----------------------*/
ul.wcsatt-options-prompt-radios {
	padding: 0;
}
/*-----------------------
# Sibling Pages
-----------------------*/
.sibling-page {
	margin: 20px 0;
}
.sibling-page .thumb-wrap {
	max-width: 100px;
}
/*-----------------------
# Number counter
-----------------------*/
.number-counter h3 {
	font-size:3em;
	margin: 0;
}
.number-counter .counter {
  font-weight: bold;
}
.number p {
	margin: 0;
	margin-top: 10px;
}

/*--------------------
## Galleries (Posts)
---------------------*/
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 50%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
.gallery-item .gallery-caption {
	display:none
}
/*--------------------------------
# Testimonials
--------------------------------*/
.testimonials {
	padding: 20px 0;
	float: left;
	width: 100%;
}
.testimonials .section-title {
	margin-top: 0;
}
.testimonials .flickity-page-dots {
	position: relative;
	bottom: -20px;
}
.t-slide h1 {
  margin-top: 0;
}
.t-slide .stars i, .grid-item .stars i {
	font-weight: 900 !important;
	color: rgb(237, 205, 24);
}
.t-slide .bottom {
	min-height: 104px;
}
.t-slide {
	width: 30%;
	margin: 0 20px;
}
.flickity-resize .t-slide {
	min-height: 100%;
	background: #fff3ef;
	border-radius: 10px;
	transition: opacity 0.3s ease;
}
.t-slide.is-selected {
	opacity: 1;
}
.t-slide .company {
	font-size: 0.9em;
}
.dark-bg .t-slide {
	background: rgba(0,0,0,0.3);
}
.t-slide .inner {
   padding: 20px 40px;
}
.testimonial p, .testimonials p {
	font-size: 1.1em;
}
.testimonial .container, .testimonials .container {
	max-width: 940px;
}
.testimonial .author, .testimonials .author {
	font-weight: 500;
	font-size: 1.2em;
  	color: var(--body-colour);
}
.author p {
	margin:0
}
.has-one .flickity-page-dots {
  display: none;
}
.testimonial img, .testimonials img {
	display:block;
	margin:0 auto;
  	width: 70px;
	border-radius:50%;
	margin-bottom: 10px;
}
.testimonial i, .testimonials i {
	color: var(--accent-colour);
}
.testimonials .flickity-viewport {
  transition: all 0.4s;
}
/*--------------------------------
# Testimonial Grid
--------------------------------*/
.testimonial-grid .inner {
  padding: 30px;
  background: #fff3ef;
  border-radius: 10px;
}
.testimonial-grid .inner .image {
  text-align: center;
}
.testimonial-grid .inner .author {
	font-weight: bold;
}
.testimonial-grid .inner .author .company {
	font-weight: normal;
}
.testimonial-grid .inner .image img {
  border-radius: 50%;
  display: inline-block;
  width: 80px;
  margin: 0 auto;
}
.testimonial-grid .inner p:first-child {
  margin-top: 0;
}
.testimonial-grid i {
	color:var(--accent-colour)
}
/*--------------------------------
# Videos
--------------------------------*/
.video-container {
	min-width: 25%;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------
# Multiple CTA
--------------------------------*/
.cta .inner {
  width: 100%;
}
.cta:not(.intro) .inner {
	text-align: center;
}
.cta-title {
	margin-bottom: 5px;
}
.cta-image {
	min-height: 95px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.cta-image img {
	display: inline-block;
	vertical-align: middle;
	max-height: 90px;
	min-width: 50px;
	width: auto;
	max-width: 200px;
}
.cta-icon {
	font-size: 91.5px;
	line-height: 1;
	color: var(--accent-colour);
}


/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.excerpt {
	background: none;
	position: relative;
  float: left;
  width: 100%;
}
.excerpt-related {
	margin: 10px 0;
}
.excerpt-related .image {
	padding-right: 0;
	max-width: 160px;
}
.excerpt-related .excerpt-title {
	color: var(--primary-colour);
}
#post-nav {
	margin-top: 10px;
}
.related-title {
	margin: 20px 0;
	margin-bottom: 10px;
}
.excerpt .inner {
	padding: 20px 0;
}
.excerpt-content p {
  margin: 0;
}
.excerpt-thumb img, .thumb-wrap img, .image-wrap img {
	display: block;
	width: 100%;
}
.woocommerce .woocommerce-result-count {
	font-weight: bold;
}
.excerpt-thumb img {
	border-radius: 10px;
}
.excerpt-related .excerpt-thumb img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.term-description, .tax-product_cat .page-title {
	display: none;
}
.excerpt-title {
	margin: 0;
}
.excerpt-title a {
	color:var(--body-colour)
}
.excerpt-title a:hover {
	color:var(--link)
}
.meta span {
	display: inline-block;
}
.latest-posts .excerpt-thumb img, .featured-posts .excerpt-thumb img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
#related-posts {
	float:left;
	width:100%;
	position:relative;
	margin-top: 20px;
}
 #related-posts {
	float:left;
	width:100%;
	position:relative;
	border-top: 1px solid #eee;
	margin-top: 5px;
}
#post-nav {
	padding-top: 10px;
	float:left;
	width:100%;
	position:relative;
	border-top: 1px solid #eee;
}
.prev-post, .next-post {
	margin: 10px 0;
}
.next-post {
	margin-left: auto;
}
#post-nav h3, #post-nav h4 {
  margin: 0;
}
#post-nav h4 {
  margin-top: 10px;
}
 
.meta {
  margin: 5px 0;
  color: #393939;
  font-size: 1em;
  font-weight: 300;
}
.excerpt-archive.classic {
	min-width: 100%;
}
.excerpt-classic-image {
	min-width: 300px;
	max-width: 300px;
}
.excerpt-classic-content {
	min-width: 300px;
}
.excerpt-archive.classic .excerpt {
	background: none;
}
.excerpt-archive.classic .excerpt {
	margin: 20px 0;
}
.sticky {
	display: block;
	position: relative;
}
.excerpt-thumb, .thumb-wrap, .image-wrap {
	position: relative;
  float: left;
  width: 100%;
  flex: 0 0 auto;
}
.excerpt-footer {
	float: left;
	width: 100%;
	padding: 0 20px;
	margin-bottom: 20px;
}
.updated:not(.published) {
	display: none;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
# Gravity Forms
--------------------------------------------------------------*/

.gform-theme--api, .gform-theme--framework {
	--gf-font-size-primary: 16px !important;
}

p.gform_required_legend {
	display: none;
}



/*-----------------------
# Menu Toggle
------------------------*/
.toggle-wrap {
	position: relative;
	cursor: pointer;
	display: inline-block;
	/*disable selection*/
	-webkit-touch-callout: none;
	  -webkit-user-select: none;
	  -khtml-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  touch-action: manipulation;
	  width:34px;
	  float:right
  }
  .toggle-bar {
	  width: 34px;
	  position: relative;
	  display: block;
  }
  .toggle {
	  width:34px;
	  height:3px;
	  float:right;
	  background:var(--primary-colour);
	  margin:3px 0;
	  -webkit-transition: all ease 0.3s;
	  transition: all ease 0.3s;
  }
  .toggle-wrap:hover .toggle.two {
	  width:26px
  }
  .toggle-wrap:hover .toggle.three {
	  width:18px
  }
  .toggle-wrap:hover .toggle {
	  background:var(--dark-bg)
  }

/*-----------------------
# Mobile Menu
------------------------*/
.logo img {
	width:100%;
	display:block;
	max-width: 210px;
}
#mobile-header {
	padding: 10px 0;
	width:100%
}
#mobile-menu-overlay  {
	position: fixed;
	z-index: 888888;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom:0;
	overflow-y: scroll;
	padding: 0;
	display:none;
	overscroll-behavior: contain;
}
#mobile-menu .current-menu-item a {
    color: var(--link);
}


body.menu-open,
html.menu-open {
  overflow-y: hidden;
}
#mobile-menu-overlay {
	background: rgba(255,255,255,0.9);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}
#mobile-menu-overlay .sm-clean a {
	padding-right: 0;
	display: block;
	font-weight: 500 !important;
}
#mobile-menu-overlay .sm-clean li {
  border-top: 1px solid rgb(0 0 0 / 0%);
}
#mobile-menu-overlay .sm-clean > li:first-child {
  border-top: 0;
}
#mobile-menu-overlay .menu-logo img {
	display: block;
	height: auto;
	height: auto;
	max-width: 210px;
}
#mobile-menu-overlay .close-button-wrap {
	min-width: 74px;
	text-align: center;
}
#mobile-menu-overlay .button-wrap {
	margin: 10px 0;
}
#mobile-menu-overlay .cta-buttons {
  margin: 15px 0;
}
.close-menu {
	color: var(--menu-link);
	font-size: 26px;
	touch-action: manipulation;
	display: inline-block;
}
#mobile-main {
	padding-top:30px;
	padding-bottom:30px;
}
#mobile-main .container {
	max-width:600px
}
.mobile-center {
	min-height:calc(100vh - 86px);
	flex-wrap: wrap
}
.mobile-center .float {
	min-width:100%
}
#mobile-menu-overlay .social {
	text-align:center;
	padding-top:30px;
}
.mob-ctas {
	padding-top:30px
}
@media screen and (max-width: 600px) {
	.mobile-center {
		min-height:calc(100vh - 180px);
	}
}
#mobile-menu-wrap {
	display: none;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#footer {
	float: left;
	width: 100%;
	background: #363636;
	padding: 60px 0 30px 0;
}
#footer, #copyright {
	--link: #ffffff;
	--link-hover: var(--secondary-colour);
}
#footer .logo img {
	display: block;
	width: 300px;
	max-width: 100%;
}
#footer .social-link {
	font-size: 1.6em;
}
#footer .co {
	margin: 20px 0;
}
#footer .foot-title {
	margin: 0 0 20px 0;
	font-size:1.4em;
	font-weight:500;
}
.footer-menu {
	margin: 0 !important;
}
#footer .label {
	color: var(--body-colour);
}
#footer .socials {
	margin-top: 10px;
}
#footer .email-extra p, #footer .phone-extra p {
    margin: 0;
    margin-bottom: 10px;
}
.footer-menu li {
	margin:2px 0;
}
.footer-menu li a {
	position: relative;
	margin-bottom: 5px;
	display: inline-block;
}
 
.footer-menu li:before 	{
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
	content: "\f054";
	font-size: 0.7em;
	margin-right: 5px;
	position: relative;
	top: -1px;
	color: #c1c1c1;
}
#copyright {
	float: left;
	width: 100%;
	margin-top: 40px;
	font-size: 0.95em;
	padding: 30px 0 0px 0;
	border-top: 1px solid rgb(255 255 255 / 20%);
}
#copyright .credit {
	text-align: right;
}
 
#copyright a {
  white-space: nowrap;
}

p.copyright {
	margin: 0;
}
p.website-by {
	margin-top: 10px;
	margin-bottom: 0;
}
 
.legal-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.legal-menu li {
	display: inline-block;
}
.legal-menu li a {
	font-size: 1em;
	display: inline-block;
	margin: 10px 20px 10px 0;
}
/* Back To Top */
.fab-container {
	margin: 1em;
	position: fixed;
	bottom: -72px;
	right: 0;
	z-index: 4;
}
.to-top {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
	position: relative;
	cursor: pointer;
	transition: .3s;
	background: var(--primary-colour) url(images/up.svg) center no-repeat;
	background-size: 15px;
}
.to-top:hover {
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2), 0 3px 8px rgba(0, 0, 0, 0.12);
}
/*--------------------------------------------------------------
# SOCIAL
--------------------------------------------------------------*/
/* a.social-link.facebook, a.social-link.facebook:visited {
    color: #3b5998;
}
a.social-link.x, a.social-link.x:visited {
    color: #1da1f2;
}
a.social-link.pinterest, a.social-link.pinterest:visited {
    color: #bd081c;
}
a.social-link.instagram, a.social-link.instagram:visited {
    color: #833ab4;
}
a.social-link.linkedin, a.social-link.linkedin:visited {
    color: #0077b5;
}
a.social-link.youtube, a.social-link.youtube:visited {
    color: #cd201f;
}
a.social-link.vimeo, a.social-link.vimeo:visited {
	color:#1ab7ea;
}
a.social-link.tiktok, a.social-link.tiktok:visited {
	color:#000;
} */
.social-link {
	color: var(--link);
	padding: 5px;
	font-size: 1.2em;
	margin-right: 5px;
	transition: all 0.2s ease;
	border-radius: 50%;
}
a.social-link:visited {
	color: var(--link);
}
a.social-link:hover, .social-link:hover {
	color: var(--link-hover);
}


.two-cols-row .inner-section .container {
	padding: 0;
}
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 1024px) {
	.two-cols-row .inner-section {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.steps .step:nth-child(even) .arrow img {
		transform: rotate(180deg) scaleX(-1);
		position: absolute;
		top: -50px;
	} 

	.two-cols-row.no-horizontal-layout-gap {
		margin-left: 0;
		margin-right: 0;
	}
	.two-cols-row.no-horizontal-layout-gap .inner-section {
		padding-left: 0;
		padding-right: 0;
	}

	.two-cols-row.narrow-horizontal-layout-gap {
		margin-left: -10px;
		margin-right: -10px;
	}
	.two-cols-row.narrow-horizontal-layout-gap .inner-section {
		padding-left: 10px;
		padding-right: 10px;
	}

	.two-cols-row.standard-horizontal-layout-gap {
		margin-left: -20px;
		margin-right: -20px;
	}
	.two-cols-row.standard-horizontal-layout-gap .inner-section {
		padding-left: 20px;
		padding-right: 20px;
	}


	.two-cols-row.wide-horizontal-layout-gap {
		margin-left: -40px;
		margin-right: -40px;
	}
	.two-cols-row.wide-horizontal-layout-gap .inner-section {
		padding-left: 40px;
		padding-right: 40px;
	}

	 
	.two-cols-row.standard-gutters-only .inner-section {
		padding-left: 20px; 
		padding-right: 20px;
	}

	.two-cols-row.wide-only {
		margin-left: -40px;
		margin-right: -40px;
	}
	.two-cols-row.wide-only .inner-section {
		padding-left: 40px; 
		padding-right: 40px;
	}
	.two-cols-row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.row.wide {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -40px;
		margin-left: -40px;
	}
	.wide > .col,
	.wide > [class*="col-"] {
		padding-right: 40px;
		padding-left: 40px;
	}
	.next-post {
		text-align: right;
	}
	.modal {
		max-width:900px;
		margin:0 10px;
	}
	.image-left.full-width .text {
		max-width: 620px;
	}
	.image-right.full-width .text .inner {
		max-width: 620px;
	}
}
@media screen and (min-width: 768px) {
	.search-row .search-wrap {
		max-width: 300px;
	}
}
@media screen and (max-width: 1200px) {
  #news-page.classic #sidebar {
    min-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .cover, .background-image {
    background-attachment: scroll !important;
  }
  .video-container {
    min-width: 50%;
    max-width: none;
  }
  .grid-item {
		width: 50%;
	}
}
@media screen and (max-width: 1023px) {
	.image-left.full-width .text .inner, .image-right.full-width .text .inner {
		padding: 20px;
	}
	.steps .step .arrow {
			display: none;
	} 
	#sidebar .inner {
		border: 0;
		padding-right: 0;
		padding-top: 20px;
	}
	.text-first-mobile .image-wrap {
		order: 2;
	}
	.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
		border: 0 !important;
	}
	.sm-clean ul {
		background: rgb(0 0 0 / 10%);
		border-radius: 10px;
		padding: 0 12px;
	}
	.image-left .image-wrap img, .image-right .image-wrap img {
		display: block;
		margin: 0 auto;
	}
 
	.flickity-page-dots .dot {
		height: 10px;
		width: 10px;
		margin: 0 4px;
	}
	.slider .inside {
		max-width:100%
	}
	.contact-info .detail {
		margin-bottom:40px
	}
	.col.download {
		min-width: 50%;
		max-width: 50%;
	}
	#copyright .credit {
		text-align: left;
		margin-top: 20px;
		min-width: 100%;
	}
	ul.products.columns-4 li.product {
		-ms-flex: 0 0 33.33%;
	  flex: 0 0 33.33%;
	  max-width: 33.33%;
	}

  .promo-box.col {
    min-width: 50%;
  }
	#sidebar {
		min-width: 100%;
		max-width: 100%;
	}
	.woocommerce-page #sidebar {
		display: none;
	}
  .sm-clean a span.sub-arrow {
    right: 0;
    width: 40px;
    text-align:center
  }
  .sm-clean span.sub-arrow:before {
    font-size: 1.4em;
  }
  #menu-toggle {
    display: flex;
  }
  header .head-info span.header-link {
    display: none;
  }
  #top-bar {
    display: none;
  }
  .three-text {
    min-width: 50%;
  }
}

 

@media screen and (max-width: 768px) {
	 
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
		width: 100%;
		-ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.cta.col {
    	min-width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.footer-menu li {
		margin:6px 0;
	}
	nav.woocommerce-MyAccount-navigation {
		margin-bottom: 40px;
	}
	header .logo img {
		width: 65px;
	}
	#left-header {
		position: sticky;
    	top: 0;
    	background: #fff;
    	z-index: 200;
	}
	.fab-container {
		display: none !important;
	}
	.t-slide {
		width: 80%;
	}
	.carousel-image {
		padding: 20px;
	}
	.tabbed ul.tabs li {
		width: 100%;
		margin: 0;
		border-left: 5px solid transparent;
	}
	.tabbed ul.tabs li.current {
		border-left-color: var(--primary-colour); 
	}
	.tabbed ul.tabs {
		border: 1px solid var(--box-bg);
		margin-bottom: 20px;
	}
	.col.post-wrap {
		order: -1;
	}
	#single-post .side {
		margin-top: 0;
	}
	.post-wrap {
		margin-bottom: 0;
	}
	.gallery .row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.gallery > .col, .gallery > [class*="col-"], .gallery .co {
		/* padding-right: 10px; */
		/* padding-left: 10px; */
	}
	.image-right .co.image-wrap, .image-left .co.image-wrap {
		margin-bottom: 0;
	}

	#single-post .side {
		order: 2;
	}
	.modal-team img {
		margin-bottom: 20px;
	}
	.gallery-thumbs .thumb {
		width: 20%;
	}
	.box {
		padding:20px
	}
	section {
		padding:30px 0;
	}
	h1 {
		font-size:2.2em
	}
	#banner {
		min-height:300px;
	}
	.slider .slide {
		min-height:400px;
	}
	ul.products.columns-2 li.product, ul.products.columns-3 li.product, ul.products.columns-4 li.product {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.error-404 #icon {
		min-width: 100%;
		border: none;
	}
	.error-404 {
		text-align: center;
	}
	.carousel-wrap {
		padding: 0;
	}
	.slider .inside {
		width: 100%;
	}
	.grid-item.post {
		width: 100%;
	}
	.excerpt-archive {
		min-width: 100%;
		max-width: 100%;
	}
	.accordion-toggle {
		font-size: 1.05em;
	}
	#sidebar {
		max-width: 100%;
		min-width: 100%;
	}
	/* .tab-content {
		display: block !important;
		background: none;
		padding: 0;
	}
	ul.tabs {
		display: none;
	} */
	.tab-title {
		display: block;
	}
	.alignleft {
		display: block;
		float: none;
		margin: 20px auto;
	}
	.alignright {
		display: block;
		float: none;
		margin: 20px auto;
	}
	.aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	ul, ol {
		margin: 0 0 1.5em 0em;
		-webkit-padding-start: 30px;
	}
	.three-text {
		min-width: 100%;
	}
	#nobanner {
		padding: 20px 0;
	}
	#left-header #menu-toggle {
		max-width: none;
	}
	.video-container {
		min-width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 575px) {
	.container {
		padding: 0 20px;
	}
	.product-tags a {
		font-size: 0.9em;
	}
	table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
		font-size: 1.1em;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		padding: 0 10px;
	}
	.woocommerce .products ul, .woocommerce ul.products {
		margin-right: -10px;
		margin-left: -10px;
	}
	.woocommerce ul.products li.product .button {
		min-width: 100%;
	}
	.woocommerce-loop-product__title {
		font-size: 1.2em !important;
	}
	.t-slide {
		width: calc(100% - 40px);
	}
	.co {
		margin: 10px 0;
	}
	.title-button .col-auto {
		min-width: 100%;
	}
	
	.slider .slide {
		padding: 20px 0;
	}
	
	body {
		font-size:16px
	}
	.gallery-thumbs .thumb {
		width: 30%;
	}
	.woocommerce-form-coupon .form-row {
    	width: 100% !important;
    	padding: 0 !important;
	}
	.woocommerce-message {
		display: flex;
		flex-direction: column;
	}
	.col.download {
		min-width: 100%;
		max-width: 100%;
	}
	input#coupon_code {
		min-width: 100%;
		margin-bottom: 10px;
	}
	.coupon .button {
    width: 100% !important;
	}
	.woocommerce-message a {
		align-self: baseline;
		margin-top: 10px;
	}
	.woocommerce-message a.button {
		order: 2;
		margin-top: 10px;
	}

	.grid-item {
		width: 100%;
	}
	blockquote {
		width: 100%;
		margin: 15px 0;
		padding: 50px 20px;
	}

	.gallery-image.col {
		min-width: 50% !important;
		max-width: 50%;
	}
	.gallery.count-5 .gallery-image:first-child,
	.gallery.count-7 .gallery-image:first-child,
	.gallery.count-9 .gallery-image:first-child,
	.gallery.count-11 .gallery-image:first-child,
	.gallery.count-13 .gallery-image:first-child,
	.gallery.count-15 .gallery-image:first-child {
		min-width: 100% !important;
		max-width: none !important;
	}
	.head-info {
		text-align: center;
	}
	.feature, .promo-box.col {
		min-width: 100%;
	}
	.map iframe {
		width:100%!important;
		height:340px;
	}
}
@media screen and (max-width: 375px) {
  .features .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.related {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 374px) {
	ul.products.columns-2 li.product, ul.products.columns-3 li.product, ul.products.columns-4 li.product {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
}
@media (prefers-reduced-motion) {
	.anim {
		visibility: visible !important;
	}
}
@media print {
  #footer, #menu, .fab-container, #comments, #sidebar, #post-nav, #related-posts, iframe, .embed-container, .fve-video-wrapper {
    display: none !important;
  }
  .background-image div, .background-colour, #banner h1, #banner p, #nobanner h1, #nobanner p, .testimonial, .testimonials, .promo-box .inner *, .button, a.button, a.button:visited {
    color: #151515;
  }
  #single-post {
    padding: 0;
  }
  #banner {
    min-height: 0;
  }
  .anim {
    visibility: visible !important;
  }
  .download, .promo-box.col {
    min-width: 50%;
  }
  section.gallery .row {
    display: block;
  }
  .gallery-image {
    width: 25% !important;
    display: inline-block;
    min-width: 0 !important;
    float: left;
  }
  .section-title {
    page-break-before: always;
    position: relative;
  }
  .single-title {
    font-size: 2em;
  }
  #flexible-content section {
    page-break-inside: avoid;
    position: relative
  }
  .image-wrap img {
    display: block;
    margin: 0 auto;
    max-width: 50%;
  }
}
