/*!
Theme Name: Top Notch Signs
Theme URI: https://www.eldo.co.uk
Author: Eldo Web Design
Author URI: https://www.eldo.co.uk
Description: Top Notch Signs site by Eldo Web Design
Version: 1.2.1
License: Private
License URI: https://www.eldo.co.uk
Text Domain: Eldo
Tags: bespoke
*/

body {
	margin: 0;
	background: #fff;
	font-family: upgrade, sans-serif;
	color: #333;
  font-weight: 300;
  font-size: 17px;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
input,
select,
optgroup,
textarea {
	color: #404040;
  font-family: upgrade, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  color: #3e3e3e;
	font-family: upgrade, sans-serif;
  font-weight: 400;
  clear: both;
  line-height: 1.2;
}
h1 {
	font-size:2.8em;
}
h2 {
	font-size:1.8em;
}
h3 {
	font-size:1.3em;
}
h4 {
	font-size:1em;
}
h5 {
	font-size:0.8em;
}
h6 {
	font-size:0.6em;
}
p {
	margin-bottom: 1.5em;
}
#tinymce {
	padding:10px!important;
}
#tinymce * {
  opacity: 1 !important;
}
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
a.btn, .btn a, .btn a:visited, .btn a:focus, input.btn, a.btn:visited, input[type="submit"]  {
	background: #00818b;
	color: #fff;
	border-radius: 4px;
	padding: 8px 12px;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  border: none;
	position: relative;
	display: inline-block;
	font-family: upgrade, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}
a.btn:hover, .btn a:hover, input.btn:hover, input[type="submit"]:hover {
  background: #3e3e3e;
  color: #fff;
}
a.btn.outline {
  background: none;
  border: 1px solid;
}
a.btn.outline:hover {
  background: #f5f5f5;
	color: #444;
}
a.btn.outline:hover i {
	color: #444;
}
a.btn.small {
	font-size: 0.9em;
}
.container.wrapper {
	max-width: 1100px;
}
.btn-text {
	border-bottom: 1px dotted;
	font-weight: 500;
	display: inline-block;
}
.download .box:hover {
	border-color: #00818b;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	color: #00818b;
	text-decoration: none;
  transition: all 0.3s;
}
a:hover, a:focus, a:active {
	color: #3e3e3e;
}

a:focus {
	outline: none;
}
a:hover, a:active {
	outline: 0;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.head-info {
	text-align: right;
}
#top-bar, #mobile-bar {
	padding: 10px 0;
	border-top: 5px solid #00818b;
}
#top-bar .inner {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
#mobile-bar {
  display: none;
}
#top-bar .head-info a, #mobile-bar .head-info a {
	margin-left: 10px;
	display: inline-block;
}
.sub-menu li {
	display: block;
  width: 100%;
}
#menu-toggle {
  text-align: center;
  color: #00818b;
  cursor: pointer;
  font-size: 1em;
  text-align: right;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
  padding: 0;
	margin-left: 20px;
}
#menu-toggle span {
	display: block;
}

#logo img {
  display: block;
}
.toggle-wrap {
	position: relative;
  cursor: pointer;
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: -3px;
  transform: scale(0.6);
}
#menu-toggle .label {
	top: -4px;
	position: relative;
}
.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.toggle-bar {
	width: 34px;
	margin: 10px 0;
  margin-left: 10px;
	position: relative;
	border-top: 4px solid #00818b;
	display: block;
}
.toggle-bar::before,
.toggle-bar::after {
	content: "";
	display: block;
	background: #00818b;
	height: 4px;
	width: 34px;
	position: absolute;
	top: -14px;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-ms-transform-origin: 13%;
	-webkit-transform-origin: 13%;
	transform-origin: 13%;
}
.toggle-bar::after {
  top: 6px;
}
.toggle-wrap.active .toggle-bar {
  border-top: 4px solid transparent;
}
.toggle-wrap.active .toggle-bar::before {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.toggle-wrap.active .toggle-bar::after {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
  top: 4px;
}
span.header-link {
  margin: 0 5px;
}
span.header-link i {
  color: #3e3e3e;
}
/*-----------------------
# Banner
------------------------*/
#banner {
  height: 200px;
  min-height: 500px;
  padding: 40px 0;
	position: relative;
  color: #fff;
  background-color: #3e3e3e;
}

#banner-alt {
  padding: 0;

	min-height: 300px;
	position: relative;
  color: #fff;
  background: linear-gradient(45deg, #00818b, #014e54);
	overflow: hidden;
}
.banner-text {
	margin-top: 20px;
}
#banner-alt .button-wrap {
	margin-top: 40px;
}
#banner-alt .text-link {
	color: #fff;
	border-bottom: 1px solid;
}
#banner-alt .text-link:hover {
	opacity: 0.8;
}
#banner-alt #breadcrumbs a {
	color: #fafafa;
}
#banner-alt #breadcrumbs {
	padding: 0;
}
#banner-alt h1 {
  margin: 0;
	line-height: 1em;
	position: relative;
	top: -5px;
}
#banner-alt h1, #banner p {
	color:#fff;
	position: relative;
}

#banner-alt .text {
	position: absolute;
	width: 100%;
	max-width: 1140px;
  margin: 0 auto;
  float: none;
  clear: both;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
#banner-alt .image {
  height: 300px;
}
#banner-alt .inner {
	width: 100%;
	max-width: calc(50% - 20px);
	padding: 0 20px;
}
#banner-alt p {
	margin-bottom: 0;
	font-size: 0.9em;
	margin: 0;
}
#banner-alt a:hover {
  color: #fff;
}



.single-post #banner{
  min-height: 400px;
}
#banner .container {
  position: relative;
	max-width: 860px;
}
#banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  background: #000;
  opacity: 0.6;
}
#banner h1 {
  margin: 0;
}
#banner h1, #banner p {
	color:#fff;
	position: relative;
}
#banner .text {
  float: left;
  width: 100%;
}
#banner p {
	margin-bottom: 0;
}
#banner a:hover {
  color: #fff;
}
/*-----------------------
# Nobanner
------------------------*/
#nobanner * {
  /* color: #fff; */
}
#nobanner h1 {
  margin: 0;
}
#nobanner p:last-child {
  margin-bottom: 0;
}
#nobanner {
	padding: 40px 0;
	padding-bottom: 0;
  float: left;
  width: 100%;
}

.col-auto {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
/*-----------------------
# LEFT HEADER
------------------------*/
header#main {
	padding: 30px 0;
	background: #fff;
	float: left;
	width: 100%;
}
#mobile-menu {
	margin-bottom: 10px;
}
.shop-link {
	padding-right: 0;
}
header#main #logo {
	max-width: 160px;
	position: relative;
}

header#main #header-menu-desktop {
	text-align: right;
	margin-top: 10px;
}
header#main #header-menu {
	text-align: center;
}
header#main #menu {
	order: 2;
	display: none;
}
.acc {
	text-align: right;
	padding-left: 0;
	justify-content: flex-end;
}
.acc a {
	display: inline-block;
	padding: 5px;
	margin: 0 5px;
	text-align: center;
}
.acc a i  {
	display: block;
	font-size: 1.2em;
}
.acc a.cart-customlocation {
	width: 78px;
}
.usp {
	padding: 0;

  /* box-shadow: 0 0 3px 2px rgb(224, 224, 224) inset;
	color: #444;
	background: #fafafa; */

	background: #545454;
	color: #fff;
	float: left;
	width: 100%;
}


.usp img {
	display: inline-block;
	margin-right: 8px;
	height: 18px;
	width: auto;
	filter: grayscale(1);
}
.usp .wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0;
}
.usp i {
	display: inline-block;
	margin-right: 8px;
}
.aws-container .aws-search-field, .aws-search-result .aws_result_content {
	font-size: 16px;
}
.aws-container .aws-search-field {
	border-right: none !important;
}
.aws-container .aws-search-form .aws-form-btn {
	background: #f5f5f5 !important;
}
.woocommerce-product-gallery__image {
	border: 1px solid #ececec;
  box-shadow: 4px 7px 9px rgba(0, 0, 0, 0.03);
}
/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
#search-page {
  padding: 20px 0;
}
.title-404 {
  font-size: 2em;
}
.error-404 .search-field, #no-results .search-field, .search-page-form .search-field {
	width: calc(100% - 97px);
}

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

.container.sidebar #flexible-content {
  margin-top: 20px;
}
/*--------------------------------------------------------------
# News / Blog
--------------------------------------------------------------*/
#breadcrumbs {
  padding: 10px 0;
	font-size: 0.95em;
}
div#breadcrumbs a {
  color: #929292;
}
span.breadcrumb_last {
    display: none;
}
#news-page, #no-results {
	padding: 20px 0;
}
#single-post {
  padding: 20px 0;
}
.post-wrap {
  margin: 20px 0;
}
.single-thumb img {
	box-shadow: 4px 7px 9px rgba(0, 0, 0, 0.03);
	border-radius: 5px;
	max-width: 100%;
}
.container.no-sidebar {
  max-width: 860px;
}
/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
blockquote {
	width:80%;
	margin:15px 10%;
	background:#f5f5f5;
  color: #333;
	padding:20px 50px;
	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";
	font-family: Font Awesome\ 5 Pro;
	position:absolute;
	top:0px;
	left:10px;
	color:#00818b;
	font-size:30px
}
blockquote:after {
	content:"\f10E";
	font-family: Font Awesome\ 5 Pro;
	position:absolute;
	bottom:0px;
	right:10px;
	color:#00818b;
	font-size:30px
}
.twitter-tweet {
	margin:0 auto;
	display:block
}
iframe {
	display:block;
	margin:0 auto;
	float:none;
}
iframe.instagram-media {
	margin:0 auto!important;
	display:block;
	float:none!important;
}
.map iframe {
	width:100%!important;
	height:450px;
}
.map .section-title {
  margin-top: 40px;
}
hr {
	background-color: #00818b;
	border: 0;
	height: 1px;
	width:60%;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 1.5em
}
.bottom {
	margin-top: auto;
}
/*-----------------------
# Sidebar
------------------------*/
#sidebar {
	max-width: 300px;
}
#sidebar .inner {
	background: #f5f5f5;
	padding: 15px;
}


/*--------------------------------
# ISOTOPE
--------------------------------*/
.grid {
	display:block;
	margin:0 auto;
	margin-left: -20px;
	margin-right: -20px;
}
.grid-item {
	width:33.33%;
	padding: 0 20px;
	display:inline-block;
}

/* Blog */
.grid-item.post .placeholder {
  display: none;
}
/*--------------------------------
# MODAL
--------------------------------*/
.modal {
	max-width:800px;
	margin:0 10px;
	border-radius: 5px;
}
.fancybox-infobar {
  display: none !important;
}
.modal-image {
  margin-bottom: 20px;
}
.modal-title, .modal-name {
  margin: 0;
}
.modal-name {
  margin-bottom: 10px;
}
.modal-title {
  margin-bottom: 20px;
}

.fancybox-navigation .fancybox-button {
  top: calc(50% - 19px);
}
.fancybox-arrow {
  transition: all 0.3s;
}
.fancybox-navigation .fancybox-button {
  border-radius: 50%;
  background-color: #00818b;
  color: white;
  transition: all 0.3s;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: all 0.3s;
}
.fancybox-arrow {
  box-shadow: none;
}
.fancybox-button:hover {
  background: #00818b;
}
.fancybox-arrow:hover {
  background: none;
  box-shadow: none;
}
.fancybox-arrow:hover:after {
  background-color: rgba(0,0,0,0.8);
}
/* .fancybox-close-small, .fancybox-close-small:hover {
  box-shadow: none;
  border-radius:50%;
  margin-top:3px;
  margin-right:3px;
}
.fancybox-close-small {
	background:#f5f5f5;
} */

.fancybox-close-small:focus:after {
  outline: none;
}
/* .fancybox-close-small:hover:after {
  color: #fff;
  background: #3e3e3e;
} */
.fancybox-button {
  transition: all 0.3s;
}
.fancybox-button.disabled {
  opacity: 0 !important;
}
.fancybox-button.disabled:hover {
  color: #fff;
}
.modal {
  max-width: 800px;
}
.fancybox-container {
  font-family: upgrade, sans-serif;
}

/*--------------------------------------------------------------
# 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 {
  border: none;
	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: #666;
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 8px !important;
	transition: all 0.3s ease;
	line-height: normal !important;
	background: #f5f5f5;
	font-family: upgrade, sans-serif;
  -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: #00818b;
	background: #f7f7f7;
	border-color: #344d78;
	outline: 0;
	box-shadow: 0 0 0 0.15rem rgba(0, 129, 139,0.5) !important;
}
select {
	border: 1px solid #ccc;
}
.sm-clean a span.sub-arrow {
  width: 8px;
  position: absolute;
  right: 8px;
  top: 50%;
}
.primary > a {
	border: 1px solid #ccc;
	border-radius: 5px !important;
	background: #fafafa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
}
.primary > a:hover {
	border-color: #00818b;
}

textarea {
	width: 100%;
}
.pswp {
	z-index: 9999999;
}
/*--------------------------------------------------------------
# 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 {
	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, .widget_recent_entries li:before {
  content: "\f054";
  text-align: center;
  font-family: Font Awesome\ 5 Pro;
  margin-right: 0px;
  font-weight: 300;
  border-radius: 50%;
  padding: 4px;
  position: relative;
  font-size: 0.8em;
  top: 0;
  display: inline-block;
}
.widget_recent_entries li:before {
	content: "\f054";
}
.widget_recent_comments li:before {
  display: none;
}
#sidebar {
  font-size: 0.95em;
}
.widget li {
	display: block;
	margin-bottom: 5px;
  text-indent: -12px;
  padding-left: 24px;
}
.widget_recent_comments li {
  padding-left: 0;
  text-indent: 0;
}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error-404 {
  padding: 40px 0;
  background: #fff;
  min-height: 50vh;
}
.error-404 .vci {
  text-align: left;
}
.error-404 #icon {
  max-width: 150px;
  border-right: 1px solid #ccc;
}
.error-404 #icon i {
  font-size: 6em;
  color: #6f6f6f;
}
/*--------------------------------------------------------------
# Flexible layout
--------------------------------------------------------------*/
#flexible-content {
	float:left;
	width:100%;
	padding: 0;
}
.member, .download, .link, .testimonial-grid .grid-item, .video-container, .cta {
  margin: 20px 0;
}
#password-protected {
	padding: 40px 0;
}
.section-title {
  margin: 10px 0 20px 0;
	position: relative;
}
h2.section-title {
	  margin: 10px 0 40px 0;
}
.page-title, .related.products h2:first-child, .one-third-two-third h2 {
	position: relative;
}
.related.products h2:first-child {
	text-transform: capitalize;
}
.one-third-two-third h2:first-child {
	margin-top: 18px;
}
.align-center .row {
	align-items: center;
}
.section-title:before, .page-title:before, .related.products h2:first-child:before, .one-third-two-third h2:before {
	content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  background: #00818b;
  height: 5px;
  width: 80px;
}
.section-title.yellow:before {
	background: #f3daa8;
}
.related.products h2:first-child {
	text-align: center;
}
.section-title.tc:before, .related.products h2:first-child:before {
	left: 0;
	right: 0;
	margin: 0 auto;
}
span.sku_wrapper {
	font-weight: bold;
}
.dark-bg {
  background-color: #3e3e3e;
}
.dark-bg a:hover {
	color: #fff;
}
.light-bg {
  background-color: #f5f5f5;
}
.background-image {
  position: relative;
}
section:not(.ctas).dark-bg *, section:not(.ctas).background-image * {
  color: #fff;
}
.dark-bg .box *, .background-image .box * {
    color: #333;
}
#flexible-content .background-image:before {
	position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}
.background-image div, .background-colour {
	position: relative;
}
.box-wrap {
  margin: 20px 0;
}
.box {
	border: 1px solid #ececec;
	box-shadow: 4px 7px 9px rgba(0, 0, 0, 0.03);
	padding: 20px;
	float: left;
	width: 100%;
}
.box.dark {
  background: #3c3c3c;
  color: #fff;
	margin-bottom: 20px;
	position: relative;
  padding: 20px;
}
.box.dark * {
	color: #fff;
}
.text-right {
	text-align: right;
}
.box.arrow-top:after {
  content: " ";
  position: absolute;
  left: 30px;
  top: -15px;
  border-bottom: 15px solid #141415;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: none;
}
.box.arrow-bottom:after {
  content: " ";
  position: absolute;
  right: 30px;
  bottom: -15px;
  border-top: 15px solid #141415;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: none;
}
.box :first-child {margin-top: 0;}
.box :last-child {margin-bottom: 0;}
/*--------------------------------
# Woocommerce
--------------------------------*/

/* Safari :( */
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
	display: none !important;
}
/* Archive */
.woocommerce .products ul, .woocommerce ul.products {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	margin: 0;
	margin-left: -10px;
	margin-right: -10px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	margin: 10px !important;
	padding: 0 20px;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
	background: #fff;
  flex-direction: column;
	border: 1px solid #ececec;
	clear: none;
	padding: 20px;
	box-shadow: 4px 7px 9px rgba(0, 0, 0, 0.03);
	border-radius: 3px;
}
.woocommerce .products.columns-4 ul li.product, .woocommerce ul.products.columns-4 li.product {
	-webkit-box-flex: 0;
	flex: 0 0 calc(25% - 20px);
	max-width: calc(25% - 20px);
}
.woocommerce .products.columns-3 ul li.product, .woocommerce ul.products.columns-3 li.product {
	-webkit-box-flex: 0;
	flex: 0 0 calc(33.33% - 20px);
	max-width: calc(33.33% - 20px);
}
.woocommerce ul.products li.product .button {
	margin-top: auto;
  align-self: baseline;
}
.woocommerce ul.products li.product .image-wrap {
	min-height: 235px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.shop-page .page-title {
	display: none;
}


/* Categories */
.woocommerce ul.products li.product-category, .woocommerce-page ul.products li.product-category {
	padding: 0;
	border: none;
	box-shadow: none;
}

/* General */

select {
  color: #444;
  line-height: 1.3;
  padding: .6em 2.4em .5em .8em;
  min-width: 220px;
  max-width: 100%;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ccc;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
  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;
	line-height: normal;
  background-repeat: no-repeat;
}
select::-ms-expand {
    display: none;
}
select:hover {
  border-color: #00818b;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	color: #fff;
}
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
	background: #00818b;
	color: #fff;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background: #00818b;
	transition: all 0.3s;
	padding: 10.5px 15px;
	border: 1px solid transparent;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background: #0597a2;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	background: #00818b;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background: #00818b;
	color: #fff;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background: #036f77;
	color: #fff;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background: none;
}
.woocommerce-message {
	border-top-color: #00818b;
}
.woocommerce-message::before {
	color: #00818b;
}
fieldset {
  padding: 20px;
  border: 1px solid #eee;
}
fieldset legend {
	padding: 10px;
}

.woocommerce-info {
  border-top-color: #2b2b2b;
}
.woocommerce-info::before {
  color: #2b2b2b;
}
/* Single Product */
.product_title {
	font-size: 2em;
	font-weight: 500;
	margin: 0;
}
.woocommerce div.product form.cart .reset_variations {
	margin: 5px;
}
.awspc-field-widget-line {
  padding: 10px 0;
}
.awspc-field-label-line {
  font-weight: 500;
}
.product_meta {
  color: #8c8c8c;
  font-style: italic;
}
.contact- {
	margin: 10px 0;
}
.woocommerce div.product div.images img {
	transition: all 0.3s;
}
.product_meta a {
  color: #8c8c8c;
  font-style: italic;
}
.product_meta a {
  color: #8c8c8c;
  text-decoration: underline;
}
.product_meta a:hover {
	color: #111;
}
section.related.products {
  padding-bottom: 0;
	border-top: 1px solid #eee;
	margin-top: 60px;
	padding-top: 0;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #73bd80;
}

.woocommerce div.product form.cart .variations td.label {
	display: inline-block;
	margin-bottom: 20px;
}
.modal-enquire img {
	width: 160px;
	display: block;
}
#enquire {
	width: 100%;
}
.modal-enquire .text-wrap {
	border-right: 1px solid #ccc;
}
.modal-enquire .form-wrap {
  padding-left: 36px;
}

.woocommerce div.product form.cart {
	margin-top: 20px;
  border: 1px solid #ececec;
  padding: 20px;
  box-shadow: 4px 7px 9px rgba(0, 0, 0, 0.03);
}
.woocommerce-tabs.wc-tabs-wrapper {
  padding: 40px;
  background: #f5f5f5;
}
.woocommerce div.product form.cart .price {
	display: inline-block;
	margin-bottom: 10px;
}
.woocommerce td.product-name dl.variation dt {
  display: block;
  float: left;
  width: 100%;
}
.woocommerce div.product form.cart .button {
	margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
	text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.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 {
	border: none;
	padding: 0;
	margin: 0;
	background: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 10px 0;
	margin: 0 10px;
	border-bottom: 2px solid transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	border-color: #00818b;
}
/* Archive */

.intro-box {
	/* border: 1px solid #ececec;
	padding: 40px;
	box-shadow: 4px 7px 9px rgba(0, 0, 0, 0.03); */
	border-top: 1px solid #eee;
	padding-top: 40px;
	margin-top: 50px;
}
.intro-box .text :first-child {
	margin-top: 0;
}


.woocommerce ul.products li.product a img {
	max-height: 218px;
	width: auto;
	margin: 0 auto;
}
.woocommerce ul.products li.product a:hover {
	opacity: 0.8;
}
.woocommerce .woocommerce-result-count {
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: 500;
}
a.added_to_cart.wc-forward {
  display: none;
}
.woocommerce ul.products li.product .price {
	color: #73bd80;
	margin-bottom: 20px;
	font-size: 1.1em;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 1.2em;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	padding: 10px 15px                                                                                                                                                                                                                                                                                                                                                                                          ;
}
.woocommerce nav.woocommerce-pagination {
	margin-top: 40px;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
	cursor: not-allowed;
}

/* Cart */
 table.cart .product-thumbnail img {
	width: 64px;
}
span.wpc-edit-icon.button {
  background-color: #fff;
}
input#coupon_code {
  width: 100%;
  max-width: 180px;
  padding: 7px !important;
}
.shipping-calculator-form {
	padding: 0;
}

/* Checkout */
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	width: 100%;
	max-width: 50%;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
	float: left;
	width: 100%;
	margin-left: -20px;
	margin-right: -20px;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
  float: left;
  width: calc(100% + 40px);
  position: relative;
}
.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
	display: none;
}

/* My Account */
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
	border: 1px solid #ccc;
  overflow: hidden;
  list-style: none;
}
.woocommerce-MyAccount-navigation li.is-active a {
  font-weight: 500;
  border-color: #00818b;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  border-left: 5px solid transparent;
  color: #444;
  padding: 10px;
}
.woocommerce-MyAccount-navigation a:hover {
	background: #f5f5f5;
}
/*--------------------------------
# Featured Categories
--------------------------------*/

.category-wrap .inner {
	transition: all 0.3s;
	height: 160px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	box-shadow: 4px 7px 9px rgba(0, 0, 0, 0.03);

	padding: 20px;
}
.category-wrap .inner:hover {
	transform: scale(0.98);
}
.category-wrap.col {
	min-width: 250px;
}
.border-bottom {
	border-bottom: 1px solid #eee;
}
.category-wrap {
	margin: 20px 0;
}
.category-wrap .section-title:before {
	background: #f3daa8;
	height: 3px;
}
.row.narrow  {
	margin-left: -10px;
	margin-right: -10px;
}
.row.narrow .wrap {
	padding: 0 10px;
	margin: 10px 0;
}
.category-wrap .inner .bottom {
	position: relative;
	transition: all 0.3s ease;
	transform: translateY(38px);
}
.category-wrap .inner:hover .bottom {
	transform: translate(0);
}

.category-wrap .inner:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	opacity: 0.8;
}
.category-wrap .text {
	margin-top: auto;
	position: relative;
}
.category-wrap .inner:hover {
	border-color: #00818b;
}
.category-wrap .inner * {
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.3);
}


.product-category .inner {

	position: relative;
	transition: all 0.3s;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #e8e8e8;
	position: relative;
	box-shadow: 4px 7px 9px rgba(0, 0, 0, 0.03);
	padding-bottom: 63%;
}
.product-category .inner:hover {
	 transform: scale(0.98);
}
.product-category .inner:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 180px;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	opacity: 0;
}

.product-category .section-title:before {
	bottom: 0;
}
.product-category .text {
	margin-bottom: 20px;
}
/*--------------------------------
# SLIDER
--------------------------------*/
/* .slide h1, .slide p, .slide .btn {
  visibility: hidden;
  animation-name: fadeOut;
  animation-duration: 0.5s;
}
.slide.is-selected h1 {
  animation-name: fadeInDown;
  animation-duration: 1s;
  visibility: visible;
}
.slide.is-selected p {
  animation-name: fadeInUp;
  animation-duration: 1s;
  visibility: visible;
}
.slide.is-selected .btn {
  animation-name: fadeIn;
  animation-duration: 1s;
  visibility: visible;
} */

.slider .slide:before, .category-slider .slide:before {
	content: '';
  position: absolute;

  left: 0;
  width: 100%;
  height: 200px;
	bottom: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
}
.slider .inside, .category-slider .inside  {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 1140px;
	text-align: left;
  width: 100%;
}
.slide * {
  color: #fff;
}
.slider .slide {
  min-height: 400px;
  height:1px;
  padding: 20px 0;
  width: 50%;
}
.slide h2 {
	margin: 0;
}
.slide .btn {
	margin-top: 10px;
}
.flickity-page-dots {
  bottom: 20px;
}
.slider .flickity-page-dots .dot {
  background: #fff;
  height: 12px;
  width: 12px;
}
.testimonial-slider .flickity-page-dots .dot {
  background: #000;
  height: 12px;
  width: 12px;
}
.slide .vci {
	vertical-align: bottom;
}
.category-slider .slide {
	height: 300px;
	min-height: 300px;
	position: relative;
}
.category-slider .inside {
	padding: 20px 0;
}
.flickity-button {
	z-index: 4;
}
.category-slider * {
	  text-shadow: 0 0 10px rgba(0,0,0,0.3);
}
/*-----------------------
# Quote
------------------------*/
.section.quote {
	text-align:center;
	font-size:18px;
	background:#f5f5f5;
	padding-top:20px;
	padding-bottom:20px;
}
/*-----------------------
# Image Top Text Bottom
------------------------*/
.ittb {
  margin: 20px 0;
}

/*-----------------------
# Promo Boxes
------------------------*/
.promo-box {
  margin: 20px 0;
  width: 100%;
}
.promo-box.col {
  min-width: 33.33%;
  max-width: 50%;
}
.promo-box .inner {
  padding: 20px;
  width: 100%;
  position: relative;
}
.promo-box .inner:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: #000;
}
.promo-box .inner * {
  color: #fff;
}
.promo-box h3 {
  margin-top: 0;
}
.promo-box div {
  z-index: 2;
  position: relative;
}

/*-----------------------
# Pages
-----------------------*/
.child-page {
  margin: 20px 0;
}
.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;
}
/*-----------------------
# Contact Details
-----------------------*/
.contact-details {
	padding: 40px 0;
}
.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 {
	margin-bottom: 10px;
}

.contact-info .box {
	text-align: center;
}
.contact-info .box p, .contact-info .box h3 {
	margin: 0;
}
.contact-info .box h3 {
	justify-content: center;
	margin-bottom: 10px;
}
.contact-info .col {
	min-width: 200px;
	margin: 10px 0;
}
/*-----------------------
# Calltoaction
-----------------------*/
.calltoaction {
	background: #f5f5f5;
	padding: 40px 0;
}
.cta-link {
  text-align: center;
}
.mini-cta {
  padding: 20px;
	border: 1px solid #fff;
  border-radius: 5px;
	border: 1px solid #ececec;
  box-shadow: 4px 7px 9px rgba(0, 0, 0, 0.03);
	border-bottom: 5px solid #00818b;
}

/*-----------------------
# Image Lefts
-----------------------*/

/*-----------------------
# Features List
-----------------------*/
.feature {
	margin-bottom: 15px;
}
.feature .icon i {
  position: relative;
  top: -7px;
}
.feature .icon {
  max-width: 34px;
	color: #a5a5a5;
	font-size: 1.5em;
}
/*-----------------------
# Meet The Team
-----------------------*/
a.image-link.fancybox {
  display: block;
  float: none;
  max-width: 150px;
  margin: 0 auto;
  transition: all 0.3s;
}
a.image-link {
  transition: all 0.3s;
}
a.image-link:hover {
  opacity: 0.8;
}
.meet-team .section-title {
	text-align: center;
}
.team-title {
	margin-bottom: 10px;
}
.team-subtitle {
  margin: 0;
}
.member, .member .inner {
	text-align: center;
}
.member img {
  display: block;
	border-radius: 50%;
	width: 100%;
  margin: 0 auto;
  width: 150px;
}
.modal-team img {
	display: block;
  width: 100%;
  max-width: 140px;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 50%;
}
.modal-header {
	text-align: center;
}
.gform_confirmation_wrapper {
  background: #7fb567;
  text-align: center;
  color: white;
  font-size: 1.4em;
  padding: 20px;
  margin: 20px 0;
  position: relative;
  border-top: 20px solid #fff !important;
}
.gform_wrapper div.validation_error {
  background: #790000;
  text-align: center;
  color: white !important;
  font-weight: normal !important;
  font-size: 1.2em !important;
  padding: 20px !important;
  border-top: none !important;
  border-bottom: none !important;
  margin: 20px 0 !important;
  position: relative;
  border-top: 20px solid #fff !important;
}
textarea {
  max-height: 150px;
}
/*-----------------------
# ACCORDION
-----------------------*/
.accordion-layout {
  padding-bottom: 40px;
}
.accordion-toggle {
  width:100%;
  cursor: pointer;
  position: relative;
  padding: 5px 20px 5px 20px;
  border-radius: 3px;
  background: #00818b;
  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:#fff;
  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: rgba(0, 129, 139, 0.8);
}
.accordion-toggle.active {
  background: #666;
}
.accordion-toggle.active-panel {
  background: #ddd;
}
.accordion-content {
  overflow: hidden;
  display: none;
  padding: 20px;
  background: #fff;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}
.accordion-content.default {
  display: block;
}
.accordion-content :first-child {
  margin-top: 0px;
}
.accordion-content :last-child {
  margin-bottom: 0px;
}
.accordion-toggle .fa {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-size:30px!important;
	margin-left: 10px;
  color: #fff;
}
.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}


/*--------------------------------
# Logos
--------------------------------*/
.carousel-wrap {
  position: relative;
}
.carousel-wrap:before {
  content: '';
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 15%;;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255,0) 100%);
  z-index: 5;
}
.carousel-wrap:after {
  content: '';
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: 15%;;

  background: linear-gradient(90deg, rgba(255, 255, 255,0) 0%, rgb(255, 255, 255) 100%);
  z-index: 5;
}
.carousel img {
  display: block;
  height: auto;
  max-height: 150px;
  min-width: 50px;
  width: auto;
  max-width: 200px;
  padding: 20px;
  top: 50%;
  transform: translateY(-50%)
}
.logo-carousel .flickity-page-dots {
  bottom: 0;
  position: relative;
}

.accreditations .section-title {
	text-align: center;
}
.accs {
	text-align: center;
}
.accs img {
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
  max-height: 90px;
  min-width: 50px;
  width: auto;
  max-width: 200px;
}

/*--------------------------------
# Downloads
--------------------------------*/
.download img {
	max-height: 100px;
	width: auto;
  display: inline-block;
  margin-bottom: 20px;
}
/*--------------------------------
# Links section
--------------------------------*/
.links .link {
	min-width: 33.33%;
}
.link-title {
  margin-top: 0;
  margin-bottom: 15px;
}
.link-description {
  margin-top: 0;
  margin-bottom: 15px;
}
/*--------------------------------
# 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: #333;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  transition: all 0.3s;
}
ul.tabs li:hover {
  background: #fafafa;
}
ul.tabs li.current{
  background: #ededed;
  color: #222;
  pointer-events: none;
}
.tab-content {
  display: none;
  background: #ededed;
  padding: 15px;
}
.tab-content.current{
  display: inherit;
}
/*--------------------------------
# GALLERY
--------------------------------*/
#flexible-content section.gallery:nth-child(even) {
	background: #f5f5f5;
}
.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;
}
.gallery-image a {
  color: #fff;
}
.gallery-image .inner, .gallery-icon {
	position: relative;
	overflow: hidden;
	border: 1px solid #d4d4d4;
		border-radius: 10px;
}

.gallery-image .inner:before, .gallery-icon a:before {
	opacity: 0;
	position: absolute;
	content:"\f03e";
	font-family: Font Awesome\ 5 Pro;
	top: 0;
	left: 0;
	border-radius: 10px;
	height: 100%;
	width: 100%;
	background: rgba(0, 129, 139, 0.6);
	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;
	font-size: 4em;
	z-index: 1;
}
.gallery-image:hover .inner:before, .gallery-icon:hover a:before {
	opacity: 1;
}
.gallery-image img {
	display: block;
	width:100%;
	transition: all 0.3s;
}
.gallery-image:hover img {
	transform: scale(1.1);
}
div.gallery {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
.gallery-image {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width:240px;
	max-width: 560px;
	padding: 10px;
}
.gallery.count-4 .gallery-image {
	max-width: 25%;
	min-width: 25%;
}
.gallery-image img {
	width:100%;
	display:block;
}
section.gallery .row {
  margin-left: -10px;
  margin-right: -10px;
}
/*--------------------------------
# TESTIMONIAL
--------------------------------*/
.reviews {
	position: relative;
}
.reviews .desc {
	margin-top: 15px;
}
.reviews:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #f4feff url('images/icons/quotes.svg');
	background-repeat: no-repeat;
	background-position: center left -20px;
  background-size: 50%;
}
.testimonial, .testimonial-slider {
	text-align:left;
	padding: 20px 0;
  float: left;
  width: 100%;
	background: #fff;
	border: 1px solid #e0e0e0;
	box-shadow: 4px 7px 9px rgba(0, 0, 0, 0.03);
	border-bottom: 4px solid #00818b;
}
.testimonial-slider .flickity-page-dots {
  position: relative;
  bottom: 0;
}
.t-slide h1 {
  margin-top: 0;
}
.testimonial p, .testimonial-slider p {
	font-size: 1.1em;
}
.testimonial .author, .testimonial-slider .author {
	font-weight: bold;
  font-style: italic;
  margin-bottom: 20px;
}
.has-one .flickity-page-dots {
  display: none;
}
.testimonial img, .testimonial-slider img {
	display:block;
	margin:0 auto;
  width: 90px;
	border-radius:50%;
	margin-bottom: 10px;
}
.testimonial i, .testimonial-slider i {
	color: #00818b;
}
.testimonial-slider .flickity-viewport {
  transition: all 0.4s;
}
/*--------------------------------
# TESTIMONIAL GRID
--------------------------------*/
section.testimonial-grid .section-title {
  text-align: center;
}
.testimonial-grid .inner {
  background: #f5f5f5;
  padding: 20px;
}
.testimonial-grid .inner .image {
  text-align: center;
}
.testimonial-grid .inner .author {
  font-weight: bold;
  text-align: center;
}
.testimonial-grid .inner .image img {
  border-radius: 50%;
  display: inline-block;
  width: 120px;
  margin: 0 auto;
}
.testimonial-grid .inner p:first-child {
  margin-top: 0;
}
/*--------------------------------
# VIDEO
--------------------------------*/
.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%;
}

/*--------------------------------
# CTAS
--------------------------------*/
.cta .inner {
	background:#f5f5f5;
	padding: 20px;
	text-align: center;
  width: 100%;
}
.ctas .section-title {
	text-align: center;
}
.cta-title {
	margin-bottom: 0;
}
.cta img {
	display: inline-block;
	width: auto;
	max-height: 60px;
  margin: 0 auto;
}

.ctas.dark-bg .section-title, .ctas.background-image .section-title {
	color: #fff;
}

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.light-bg .excerpt, .dark-bg .excerpt, .background-image .excerpt {
  background: #fff;
}
.excerpt {
	border: 1px solid #ececec;
  box-shadow: 4px 7px 9px rgba(0, 0, 0, 0.03);
	position: relative;
  margin: 20px 0;
  float: left;
  width: 100%;
}
.excerpt-related {
	margin: 10px 0;
}
.excerpt-related .image {
	padding-right: 0;
	max-width: 160px;
}
.excerpt-related .excerpt-title {
	color: #00818b;
}
#post-nav {
	margin-top: 10px;
}
.related-title {
	margin: 20px 0;
	margin-bottom: 10px;
}
#sidebar {
  margin: 20px 0;
}
.excerpt .inner {
	padding: 20px;
}
.excerpt-content p {
  margin: 0;
}
.excerpt-thumb img, .thumb-wrap img, .image-wrap img {
	display: block;
	width: 100%;
}
.excerpt-title {
	margin: 0;
}
.meta span {
	display: inline-block;
}
#comments, #related-posts {
	float:left;
	width:100%;
	position:relative;
  border-top: 1px solid #ccc;
  margin-top: 5px;
}
#post-nav {
  padding-top: 10px;
  float:left;
  width:100%;
  position:relative;
  border-top: 1px solid #ccc;
}
.prev-post, .next-post {
  margin: 10px 0;
}
#post-nav h3, #post-nav h4 {
  margin: 0;
}
#post-nav h4 {
  margin-top: 10px;
}
h1.single-title {
  font-size: 2em;
	margin-bottom: 0;
}

.meta {
  margin: 5px 0;
  color: #a5a5a5;
  font-size: 0.9em;
}
.meta .categories {
  display: block;
}
.excerpt-archive.classic {
	min-width: 100%;
}
.excerpt-classic-image {
	min-width: 300px;
}
.excerpt-classic-content {
	min-width: 300px;
}
.excerpt-archive.classic .excerpt {
	background: none;
}
.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;
}

/*--------------------------------------------------------------
## Galleries (Flexible & posts)
--------------------------------------------------------------*/
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
section.gallery.count-5 .col, section.gallery.count-6 .col {
  min-width: 33.33%;
}
.gallery.count-10 .col {
	min-width: 20%;
	max-width: 20%;
}
.gallery.count-14 .gallery-image, .gallery.count-13 .gallery-image {
  min-width: 20%;
}
.gallery.count-13 .gallery-image {
  min-width: 20%;
}
.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: 20%;
}
.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;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.gform_wrapper {
	margin:0 auto!important;
	max-width:960px!important
}

.gform_wrapper .gform_ajax_spinner {
  padding-left: 0 !important;
  max-width: 30px;
  position: relative;
  top: 7px;
  height: 25px;
}
.gform_wrapper label.gfield_label {
	font-size:1.2em!important;
	font-weight:400!important;
  margin: 0 !important;
}
.gform_wrapper .field_description_below .gfield_description {
  padding-top: 0 !important;
}
.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
  padding: 0 !important;
}
.gform_wrapper .gfield_required {
	color:red!important
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent !important;
	border: none !important;
}
.gform_wrapper .gform_footer input.btn, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.btn, .gform_wrapper .gform_page_footer input[type=submit] {
  padding: 8px 12px !important;
}
input.switch {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	width:40px;
	height:20px;
	background-color:#449988;
	border:1px solid #D9DADC;
	border-radius:50px;
	-webkit-box-shadow: inset -20px 0px 0px 0px #D9DADC;
	box-shadow: inset -20px 0px 0px 0px #D9DADC;
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
}
input.switch:checked {
	-webkit-box-shadow: inset 20px 0px 0px 1px #4ed164;
	box-shadow: inset 20px 0px 0px 1px #4ed164;
}
input.switch::-ms-check {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
	filter: alpha(opacity=0); /* IE 5-7 */
	opacity: 0;
}
/* Fluid Video Embeds */
.fve-video-wrapper {
  position: relative;
  overflow: hidden;
  height: 0;
  background-color: transparent;
  padding-bottom: 56.25%;
  margin: 0.5em 0;
}
.fve-video-wrapper iframe,
.fve-video-wrapper object,
.fve-video-wrapper embed {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fve-video-wrapper a.hyperlink-image {
  position: relative;
  display: none;
}
.fve-video-wrapper a.hyperlink-image img {
  position: relative;
  z-index: 2;
  width: 100%;
}
.fve-video-wrapper a.hyperlink-image .fve-play-button {
  position: absolute;
  left: 35%;
  top: 35%;
  right: 35%;
  bottom: 35%;
  z-index: 3;
  background-color: rgba(40, 40, 40, 0.75);
  background-size: 100% 100%;
  border-radius: 10px;
}
.fve-video-wrapper a.hyperlink-image:hover .fve-play-button {
  background-color: rgba(0, 0, 0, 0.85);
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#footer {
	float: left;
	width: 100%;
	background: linear-gradient(45deg, #00818b, #014e54);
	color: #fff;
	padding: 20px 0;
  font-size: 0.9em;
}
.fl .logo {
  width: 120px;
  position: relative;

	/* top: -20px;
	margin-bottom: -20px; */
}
.fl p {
	margin: 10px 0;
}
.fl  .social {
	margin-bottom: 10px;
}
span.number {
	font-size: 1.3em;
	color: #fff;
	background: #00818b;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	box-shadow: 0 0 0px 3px rgba(0, 129, 139, 0.5);
}

.why-us {
	padding: 60px 0;
	background: #fafafa url('images/cutting-plotter-blur.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.why-us h2 {
	color: #fff;
}
.why-us .reason .number-wrap {
	margin-bottom: 10px;
	text-align: center;
}
.why-us .reason p {
	margin: 0;
}
.reasons {
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.reason .inner {

  padding: 15px;
	background: rgba(255, 255, 255, 0.93);

	font-size: 1.1em;
}
.why-us .reason {

}
.cards {
	font-size: 2em;
}
#footer .col {
	min-width: 220px;
  margin: 25px 0;
}
#footer a:not(.social-link) {
	color: #fff;
}
#footer .social-link:hover {
	color: #fff;
}
#footer p, #copyright p {
  color: #c1c1c1;
}
#footer a:not(.social-link):hover {
	color: #f3daa8;
}
#footer p i {
  color: #fff;
}
#footer h3 {
	margin: 0 0 20px 0;
  color: #fff;
	position: relative;
}
#footer h3:before {
	content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #f3daa8;
  height: 3px;
  width: 40px;
}
.footer-menu {
	margin: 0 !important;
}
.footer-menu li a {
	position: relative;
	margin-bottom: 5px;
	display: inline-block;
}
.footer-menu .current-menu-item a, .footer-menu .current_page_parent >a {
  color: #f3daa8 !important;
}
.footer-menu li:before 	{
  content: "\f054";
  font-family: "Font Awesome 5 Pro";

  font-size: 0.7em;
	margin-right: 5px;
  position: relative;
  top: -1px;
  color: rgba(255,255,255,0.4);
	font-weight: 900;
}
#copyright {
	float: left;
	color: #fff;
	width: 100%;
  background: linear-gradient(45deg, #00818b, #014e54);
	border-top: 1px solid rgba(0,0,0,0.1);
	font-size: 0.8em;
	padding: 5px 0;
}
#copyright p {
	margin: 0;
	color: #fff;
}
#copyright a {
  white-space: nowrap;
	color: #fff;
}
#copyright a  {
  padding: 5px;
  border-radius: 5px;
  background: rgba(0,0,0,0.2);
}
#copyright a:hover {
  background: rgba(0,0,0,0.4);
	color: #fff;
}

.fab-container {
  margin: 1em;
  position: fixed;
  bottom: -72px;
  right: 0;
}
.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: #00818b 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
--------------------------------------------------------------*/

.social-link {
	color: #f3daa8;
	padding: 5px;
	font-size: 1.2em;
	margin-right: 5px;
	transition: all 0.2s ease;
	border-radius: 50%;
}
a.social-link:visited {
	color: #00818b;
}
a.social-link:hover, .social-link:hover {
	color: #3e3e3e;
}

mark.count {
  background: none;
  opacity: 0.5;
}
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
/* @media screen and (min-width: 641px) {
	.form-wrap {
		padding-right: 2px;
	}
} */
@media screen and (min-width: 1201px) {
	header#main #logo img {
		position: absolute;
		top: -50px;
		left: 0;
	}
	.usp .inner {
		float: right;
		width: 100%;
		max-width: 940px;
	}
	.acc {
		min-width: 200px;
		max-width: 200px;
	}
}
@media screen and (min-width: 1024px) {
	.gallery.count-9 .gallery-image {
		min-width: 33.33%;
	}
	.image-left .inner {
  	max-width: 700px;
	}

	.next-post {
		text-align: right;
	}
  header #menu {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  #news-page.classic #sidebar {
    min-width: 100%;
  }

	header#main {
		padding: 0;
		padding-bottom: 10px;
	}

	header#main #logo img {
		margin-bottom: 10px;
	}
}
@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%;
	}
  #banner {
    height: auto;
    min-height: 250px;
  }
}
@media screen and (max-width: 1023px) {
	.gallery.count-9 .gallery-image {
		min-width: 33.33%;
		max-width: 33.33%;
	}
	.reviews .btn {
		margin-bottom: 20px;
	}
	.reviews:before {
		background: #f4feff;
	}
	.form-wrap {
		margin-bottom: 20px;
		padding-top: 0;
		padding-bottom: 0;
	}
	#advice .text-right {
		margin-top: 10px;
	}
	#main .head-info {
		min-width: 100%;
		order: 3;
	}
  .has-sidebar .excerpt-archive.standard {
    min-width: 100%;
  }
  .promo-box.col {
    min-width: 50%;
  }
	#sidebar {
		min-width: 100%;
		max-width: 100%;
	}
  .sm-clean a span.sub-arrow {
    right: 0;
    width: auto;
  }
  .sm-clean span.sub-arrow:before {
    font-size: 1.4em;
  }
  .gallery.count-14 .gallery-image {
    min-width: 33.33%;
  }
  .gallery.count-13 .gallery-image {
    min-width: 33.3%;

  }
  .gallery.count-13 .gallery-image:nth-child(13), .gallery.count-13 .gallery-image:nth-child(12) {
    min-width: 50%;
  }
	.gallery.count-10 .col {
	  min-width: 220px;
		max-width: none;
	}
  .image-left .image-wrap img, .image-right .image-wrap img {
    display: block;
    margin: 0 auto;
		margin-bottom: 20px;
  }
  #menu-toggle {
    display: inline-block;
  }
  header #menu-desktop {
		display: none;
	}

  #centered-header #logo {
    text-align: left;
  }
  #centered-header nav#menu, header#full #menu {
    display: none;
  }
  header .head-info span.header-link {
    display: none;
  }
  .three-text {
    min-width: 50%;
  }
}

@media screen and (max-width: 1000px) {
	.link, .download {
		min-width: 50%;
    max-width: 50%;
	}
	.gallery.count-4 .gallery-image {
		max-width: 50%;
		min-width: 50%;
	}
  .gallery.count-10 .gallery-image:nth-child(9), .gallery.count-10 .gallery-image:nth-child(10) {
    min-width: 50%;
  }
}

@media screen and (max-width: 980px) {
	.gallery-image {
		min-width: 180px;
	}
}

@media screen and (max-width: 900px) {
	.woocommerce .products.columns-4 ul li.product, .woocommerce ul.products.columns-4 li.product {
		flex: 0 0 calc(33.33% - 20px);
		max-width: calc(33.33% - 20px);
	}
	#footer .col.fl {
		text-align: center;
		min-width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.feature {
		min-width: 50%;
	}
	section {
		padding: 20px 0;
	}
	.cta.col {
		margin-bottom: 40px;
    min-width: 100%;
	}
	.woocommerce .products.columns-4 ul li.product, .woocommerce ul.products.columns-4 li.product {
		flex: 0 0 calc(50% - 20px);
		max-width: calc(50% - 20px);
	}
	.modal-enquire .form-wrap {
		padding: 0 20px;
	}
	.ctas {
		padding-bottom: 10px;
	}
	#footer .col {
    margin: 10px 0;
	}
}
@media screen and (max-width: 767px) {
	#banner-alt {
		min-height: 0;
	}
	.post-wrap {
		margin: 0;
	}

	#copyright {
		padding: 20px 0;
	}
	#copyright .cards {
		margin-top: 10px;
	}
	.woocommerce-error, .woocommerce-info, .woocommerce-message {
		display: flex;
		flex-direction: column;
	}
	.woocommerce-error a.button, .woocommerce-info a.button, .woocommerce-message a.button {
		align-self: baseline;
		order: 2;
		margin-top: 10px;
	}
	.why-us {
		background: #fff;
	}
	.why-us h2 {
		color: #3e3e3e;
	}
	span.number {
		position: relative;
		left: 5px;
	}
	.reason .inner {
		padding: 10px;
		font-size: 0.95em;
	}
	.reasons  {
		margin-left: -10px;
		margin-right: -10px;
	}
	.modal-enquire .text-wrap {
		border: none;
	}
	.woocommerce div.product div.images.woocommerce-product-gallery {
		margin-bottom: 0 !important;
	}
	.woocommerce-tabs.wc-tabs-wrapper {
		padding: 20px;
	}
	.woocommerce div.product .woocommerce-tabs .panel {
		margin: 0;
	}
	#banner-alt .inner {
		max-width: none;
		float: left;
		padding: 30px 20px;
	}
	#banner-alt .text {
		transform: none;
		top: 0;
		position: relative;
	}
	.woocommerce .products ul, .woocommerce ul.products {
		/* margin-left: -5px;
		margin-right: -5px; */
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		margin: 5px !important;
		padding: 10px;
	}
	.woocommerce .products.columns-4 ul li.product, .woocommerce ul.products.columns-4 li.product {
		flex: 0 0 calc(50% - 10px);
		max-width: calc(50% - 10px);
	}
  #menu-toggle {
    display: block;
  }
	section, .why-us {
		padding: 20px 0;
	}
	.slider .slide {
		width: 100%;
	}
	#footer .col.fl, #footer .col {
		min-width: 100%;
		text-align: left;
	}
	#footer .col.fl {
		order: 5;
	}
  .error-404 #icon {
    min-width: 100%;
    border: none;
  }
  .error-404 .vci {
    text-align: center;
  }
  .carousel-wrap {
    padding: 0;
  }
  .slider .inside {
    width: 100%;
  }
  .grid-item.post {
    width: 100%;
  }
  .excerpt-archive {
    min-width: 100%;
    max-width: 100%;
  }
  h1.single-title {
    font-size: 1.6em;
  }
  .slide h1, #banner-alt h1 {
    font-size: 1.8em;
  }
  .accordion-toggle {
    font-size: 1.05em;
  }
  .slide p {
    font-size: 1.1em;
  }
  #sidebar {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 40px;
  }
  .background-image {
    background: #3e3e3e !important;
  }
  .background-image:before {
    display: none;
  }
  #banner h1 {
    font-size: 2.3em;
  }
  #menu {
    display: none;
  }
  #centered-header .head-info, #top-bar {
    text-align: center;
  }
  #centered-header #logo img {
    max-height: 50px;
  }
  .social {
    display: none;
  }
  #centered-header #logo {
    text-align: left;
  }
  #centered-header .head-info {
    padding: 0;
  }
  .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;
	}
	#nobanner h1 {
		font-size: 2em;
	}
	#nobanner .section-title:before {
		width: 50px;
	}
	header #menu-toggle {
		max-width: none;
	}
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
		max-width: 100%;
		padding: 0;
	}
	.woocommerce .col2-set, .woocommerce-page .col2-set {
		margin: 0;
		width: 100%;
	}
  .video-container {
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
	.fancybox-slide--html .fancybox-content {
		margin: 0;
	}
	.woocommerce .woocommerce-ordering select {
		display: block;
		margin: 0 auto;
	}
	.woocommerce .woocommerce-result-count {
		text-align: center;
		display: block;
		float: left;
		width: 100%;
	}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float: left;
		width: 100%;
		margin-top: 10px;
	}
	li.product-category {
		padding: 0 !important;
	}
	#enquire {
		padding: 20px;
	}
	.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
		width: 100%;
		float: left;
	}
	.woocommerce div.product form.cart .variations td.label {
		margin-bottom: 5px;
	}
	.slider .slide {
		min-height: 275px;
	}
	#banner-alt .image {
		height: 200px;
	}
	.woocommerce div.product form.cart .variations select {
		margin-right: 0;
	}
	header#main #logo {
		max-width: 120px;
	}
	.modal-enquire img {
		width: 100px;
	}
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
		width: 100%;
	}
	.usp .wrap {
		display: block;
		text-align: center;
	}
	.usp {
		padding: 10px 0;
	}
	.usp img, .usp i {
		display: block;
		margin: 0 auto;
	}
	.fancybox-content {
		height: 100%;
		width: 100%;
		padding: 55px;
	}
	.fancybox-slide--html {
		padding: 0;
	}
	.modal {
		border-radius: 0;
	}
	.fancybox-slide:before {
		display: none;
	}
	.grid-item {
		width: 100%;
	}
  blockquote {
    width: 100%;
    margin: 15px 0;
  }
  .link, .download {
    min-width: 100%;
  }
  .download {
    text-align: center;
  }
	header#full .head-info  {
		text-align: right;
	}
	header#full .head-info a {
		display: block;
	}
	.gallery-image {
		min-width: 50% !important;
		max-width: none !important;
	}
	.feature, .promo-box.col {
		min-width: 100%;
	}
  .map iframe {
  	width:100%!important;
  	height:340px;
  }
	input#coupon_code {
		max-width: none;
		margin: 0;
		margin-bottom: 10px;
	}
 	.coupon .button {
		float: left !important;
		width: 100% !important;
	}
}
@media screen and (max-width: 374px) {
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		flex: 0 0 calc(100% - 10px);
		max-width: calc(100% - 10px);
	}
	.why-us .reason {
		min-width: 100%;
	}
	.woocommerce div.product form.cart {
		padding: 0;
		border: 0;
		box-shadow: none;
	}
	header#main #logo {
		min-width: 100%;
	}
	header#main #logo img {
		width: 100px;
		margin: 0 auto;
	}
	.acc {
		min-width: 100%;
		padding-left: 20px;
		justify-content: center;
		margin: 10px 0;
	}
	#menu-toggle {
		margin-right: 10px;
	}
}

@media screen and (max-width: 375px) {
  .features .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  h1 {
  	font-size:2.8em;
  }
  h2 {
  	font-size:1.7em;
  }
  h3 {
  	font-size:1.2em;
  }
  h4 {
  	font-size:1em;
  }
  h5 {
  	font-size:0.8em;
  }
  h6 {
  	font-size:0.6em;
  }
  .row.related {
    margin-left: 0;
    margin-right: 0;
  }
}
@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, .testimonial-slider, .promo-box .inner *, .btn, a.btn, a.btn:visited {
    color: #333;
  }
  #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%;
  }
}
