/*
Theme Name: Chemetrics Theme
Theme URI: https://www.chemetrics.com/
Author: SpinGraphics, Inc.
Author URI: http://www.spingraphics.com
Description: A Wordpress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-menu, featured-images
Text Domain: chemetrics

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


/* ========================================================================================================================
													General Styles
======================================================================================================================== */

:focus {
	outline: none !important;
}

html,
body {
	height: 100%;
}

body {
	background-color: #f2f2f2;
	color: #212121;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	display: block;
	width: auto\9;
	height: auto;
	max-width: 100%;
}

a {
	color: #15406a;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	color: #185fa4;
	text-decoration: underline;
}

big {
	font-size: 120%;
}

small {
	font-size: 80%;
}


.display-1 {
	font-size: 40px;
	font-weight: 800;
	line-height: 1;
	margin: 10px 0;
	color: #000;
}
.display-2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	margin: 10px 0;
	color: #15406a;
}
.display-3 {
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	margin: 10px 0;
	color: #15406a;
}

.display-3a {
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 40px;
	color: #15406a;
	
}

.display-3b {
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 40px;
	color: #15406a;
	
}


.display-4 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	margin: 10px 0;
	color: #15406a;
}
h1,
.h1 {
	font-size: 27px;
	font-weight: 700;
	line-height: 1;
	margin: 10px 0;
}
h1.product_title {
	line-height: 1.2;
}
h2,
.h2 {
	font-size: 25px;
	line-height: 1.1;
	margin: 10px 0;
}
h3,
.h3 {
	font-size: 23px;
	line-height: 1.1;
	margin: 10px 0;
}
h4,
.h4 {
	font-size: 21px;
	line-height: 1.2;
	margin: 10px 0;
}
h5,
.h5 {
	font-size: 19px;
	line-height: 1.3;
	margin: 10px 0;
}
h6,
.h6 {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.4;
	margin: 10px 0;
}

p {
	font-size: 16px;
	line-height: 1.4;
	margin: 10px 0;
}
.text-small {
	font-size: 14px;
}

ul {
	font-size: 16px;
	line-height: 1.4;
	margin: 10px 0;
}
	ul > li > ul,
	ul > li > ol{
		margin-top: 0;
	}

ol {
	font-size: 16px;
	line-height: 1.4;
	margin: 10px 0;
}
	ol > li > ol,
	ol > li > ul{
		margin-top: 0;
	}

blockquote {
	font-size: 16px;
	line-height: 1.4;
	margin: 10px 0;
	padding: 0 10px;
	border-left: 5px solid #CCC;
}

hr {
	background-color: #CCC;
	border: 0;
	height: 2px;
	margin: 10px 0;
}

@media (min-width: 768px) {

	.display-1 {
		font-size: 60px;
		margin: 20px 0;
	}
	.display-2 {
		font-size: 50px;
		margin: 20px 0;
	}
	.display-3 {
		font-size: 40px;
		line-height: 40px;
		margin: 20px 0;
	}
	
	.display-3a {
		font-size: 40px;
		line-height: 40px;
		margin-top: 20px;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 40px;
	}
	
	
	.display-4 {
		font-size: 40px;
		margin: 20px 0;
	}
	h1,
	.h1 {
		font-size: 40px;
		margin: 20px 0;
	}
	h2,
	.h2 {
		font-size: 34px;
		margin: 20px 0;
	}
	h3,
	.h3 {
		font-size: 30px;
		margin: 20px 0;
	}
	h4,
	.h4 {
		font-size: 26px;
		margin: 20px 0;
	}
	h5,
	.h5 {
		font-size: 22px;
		margin: 20px 0;
	}
	h6,
	.h6 {
		font-size: 18px;
		margin: 20px 0;
	}
	p {
		margin: 20px 0;
	}
	ul {
		margin: 20px 0;
	}
	ol {
		margin: 20px 0;
	}
	blockquote {
		margin: 20px 0;
	}
	hr {
		margin: 20px 0;
	}

}

@media (min-width: 992px) {

	.display-1 {
		font-size: 80px;
		margin: 20px 0;
	}
	.display-2 {
		font-size: 70px;
		margin: 20px 0;
	}
	.display-3 {
		font-size: 50px;
		line-height:40px;
		margin: 20px 0;
	}

	.display-3a {
		font-size: 50px;
		line-height: 40px;
		margin-top: 20px;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 40px;
	}
	
	
	.display-4 {
		font-size: 30px;
		margin: 10px 0;
	}

}







.content-tight body {
	font-size: 14px;
}
.content-tight h1,
.content-tight .h1 {
	font-size: 25px;
	line-height: 1;
	margin: 10px 0;
}
.content-tight h2,
.content-tight .h2 {
	font-size: 23px;
	line-height: 1.1;
	margin: 10px 0;
}
.content-tight h3,
.content-tight .h3 {
	font-size: 21px;
	line-height: 1.1;
	margin: 10px 0;
}
.content-tight h4,
.content-tight .h4 {
	font-size: 19px;
	line-height: 1.2;
	margin: 10px 0;
}
.content-tight h5,
.content-tight .h5 {
	font-size: 17px;
	line-height: 1.3;
	margin: 10px 0;
}
.content-tight h6,
.content-tight .h6 {
	font-size: 15px;
	line-height: 1.4;
	margin: 10px 0;
}
.content-tight p {
	font-size: 14px;
	line-height: 1.4;
	margin: 10px 0;
}
.content-tight ul {
	font-size: 14px;
	line-height: 1.4;
	margin: 10px 0;
}
.content-tight ol {
	font-size: 14px;
	line-height: 1.4;
	margin: 10px 0;
}
.content-tight blockquote {
	font-size: 14px;
	margin: 10px 0;
}
.content-tight hr {
	margin: 10px 0;
}

@media (min-width: 768px) {

	.content-tight h1,
	.content-tight .h1 {
		font-size: 36px;
		margin: 10px 0;
	}
	.content-tight h2,
	.content-tight .h2 {
		font-size: 32px;
		margin: 10px 0;
	}
	.content-tight h3,
	.content-tight .h3 {
		font-size: 28px;
		margin: 10px 0;
	}
	.content-tight h4,
	.content-tight .h4 {
		font-size: 24px;
		margin: 10px 0;
	}
	.content-tight h5,
	.content-tight .h5 {
		font-size: 20px;
		margin: 10px 0;
	}
	.content-tight h6,
	.content-tight .h6 {
		font-size: 16px;
		margin: 10px 0;
	}
	.content-tight p {
		margin: 10px 0;
	}
	.content-tight ul {
		margin: 10px 0;
	}
	.content-tight ol {
		margin: 10px 0;
	}
	.content-tight blockquote {
		margin: 10px 0;
	}
	.content-tight hr {
		margin: 10px 0;
	}

}














/* ========================================================================================================================
													5 Columns
======================================================================================================================== */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.col-xs-15 {
	width: 20%;
	float: left;
}
@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}
}




/* ========================================================================================================================
													Content Spacing
======================================================================================================================== */



.container,
.container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15  {
	padding-left: 10px;
	padding-right: 10px;
}
.content-container {
	padding-top: 5px;
	padding-bottom: 5px;
}
.content-container2 {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0;
}
.content-section {
	margin-bottom: 20px;
}
.content-padding-xs {
	padding: 5px;
}
.content-padding-sm {
	padding: 10px;
}
.content-padding-md {
	padding: 15px;
}
.content-padding-lg {
	padding: 20px;
}

@media (min-width: 992px) {

	.container,
	.container-fluid {
		padding-left: 40px;
		padding-right: 40px;
	}
	.row {
		margin-left: -20px;
		margin-right: -20px;
	}
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.content-container {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.content-section {
		margin-bottom: 40px;
	}
	.content-padding-xs {
		padding: 10px;
	}
	.content-padding-sm {
		padding: 20px;
	}
	.content-padding-md {
		padding: 30px;
	}
	.content-padding-lg {
		padding: 40px;
	}

}




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

/*
.form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
*/




/* ========================================================================================================================
														Buttons
======================================================================================================================== */


.btn {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn:active:hover,
.btn:active:focus {
	box-shadow: none;
}

.btn-stacked {
	margin-left: 20px;
}


/* Primary button
---------------------------------------- */

.btn-primary {
	font-size: 12px;
	font-weight: 700;
	color: #185fa4 !important;
	background-color: #FFF;
	border: 2px solid #eb7733;
	padding: 8px 20px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus {
	background-color: #FFF;
	border-color: #eb7733;
	text-decoration: none;
}

/* Hero
---------------------------------------- */

.btn-hero {
	font-size: 14px;
	font-weight: 400;
	color: #eb7733 !important;
	background-color: #FFF;
	border: 2px solid #FFF;
	padding: 5px 10px;
}
.btn-hero:hover,
.btn-hero:focus,
.btn-hero:active,
.btn-hero:active:hover,
.btn-hero:active:focus {
	background-color: #FFF;
	border-color: #FFF;
	text-decoration: none;
}

@media (min-width: 992px) {

	.btn-hero {
		font-size: 22px;
		padding: 5px 20px;
	}

}



/* Hero play video
---------------------------------------- */

.btn-hero-play::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f04b";
	font-size: 14px;
	color: #FFF;
	background-color: #eb7733;
	border-radius: 50%;
	padding: 3px 3px 3px 6px;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	display: inline-block;
}
.btn-hero-play {
	font-family: "Open Sans Condensed";
	font-size: 14px;
	font-weight: 700;
	color: #eb7733 !important;
	background-color: #FFF;
	border: 2px solid #FFF;
	padding: 5px 10px 5px 5px;
}
.btn-hero-play:hover,
.btn-hero-play:focus,
.btn-hero-play:active,
.btn-hero-play:active:hover,
.btn-hero-play:active:focus {
	background-color: #FFF;
	border-color: #FFF;
	text-decoration: none;
}

@media (min-width: 992px) {

	.btn-hero-play::before {
		font-size: 20px;
		padding: 7px 5px 7px 9px;
		margin-right: 10px;
		width: 40px;
		height: 40px;
	}
	.btn-hero-play {
		font-size: 22px;
		padding: 5px 20px 5px 10px;
	}

}



/* Print cart button
---------------------------------------- */

.printomatictext {
	font-size: 100%;
	margin: 0 0 0 5px;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: .618em 1em;
	font-weight: 700;
	border-radius: 3px;
	left: auto;
	color: white !important;
	background-color: #1e4c8a !important;
	border: 0;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
}
.printomatictext:hover,
.printomatictext:focus,
.printomatictext:active {
	background: #1e4c8a !important;
	background-color: #7f7f7f !important;
	color: white !important;
	text-shadow: transparent !important;
	box-shadow: none;
	text-decoration: none;
}







/* ========================================================================================================================
														Carousels
======================================================================================================================== */


.carousel-control {
	width: 5%;
}

.carousel-control.left,
.carousel-control.right {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}


/*
Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
CSS from:       http://codepen.io/transportedman/pen/NPWRGq
and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-fade .carousel-inner > .item.next,
	.carousel-fade .carousel-inner > .item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.prev,
	.carousel-fade .carousel-inner > .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.next.left,
	.carousel-fade .carousel-inner > .item.prev.right,
	.carousel-fade .carousel-inner > .item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}












/* ========================================================================================================================
													Alignment
======================================================================================================================== */


@media (min-width: 768px) {
	.text-left-sm {
		text-align: left;
	}
	.text-right-sm {
		text-align: right;
	}
	.text-center-sm {
		text-align: center;
	}
	.pull-left-sm {
		float: left !important;
	}
	.pull-right-sm {
		float: right !important;
	}
}

@media (min-width: 992px) {
	.text-left-md {
		text-align: left;
	}
	.text-right-md {
		text-align: right;
	}
	.text-center-md {
		text-align: center;
	}
	.pull-left-md {
		float: left !important;
	}
	.pull-right-md {
		float: right !important;
	}
}

@media (min-width: 1200px) {
	.text-left-lg {
		text-align: left;
	}
	.text-right-lg {
		text-align: right;
	}
	.text-center-lg {
		text-align: center;
	}
	.pull-left-lg {
		float: left !important;
	}
	.pull-right-lg {
		float: right !important;
	}
}






/* ========================================================================================================================
														Random
======================================================================================================================== */

/* Page Container
---------------------------------------- */

.page-container {
	/*
	max-width: 1600px;
	margin: 0 auto;
	*/
}

/* Background Cover
---------------------------------------- */

.bg-cover {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* Responsive Table
---------------------------------------- */

.responsive-table {
	table-layout: fixed;
	width: 100%;
}

/* Vertical Align Middle
---------------------------------------- */

.vmiddle-table {
	display: table;
	width: 100%;
	height: 100%;
}
.vmiddle-cell {
	display: table-cell;
	vertical-align: middle;
}

/* Height Sizer
---------------------------------------- */

@media (max-width: 767px) {
	[class*="height-sizer-sm"] {
		height: auto !important;
	}
}

@media (max-width: 991px) {
	[class*="height-sizer-md"] {
		height: auto !important;
	}
}

@media (max-width: 1199px) {
	[class*="height-sizer-lg"] {
		height: auto !important;
	}
}

/* Images
---------------------------------------- */

.image-center {
	margin: 0 auto;
}
.image-full {
	width: 100%;
}
.image-xs {
	max-width: 50px;
}
.image-sm {
	max-width: 100px;
}
.image-md {
	max-width: 150px;
}
.image-lg {
	max-width: 200px;
}
.image-xl {
	max-width: 300px;
}

/* Scrunch
---------------------------------------- */

.scrunch {
	margin: 0 !important;
}
.scrunch-top {
	margin-top: 0 !important;
}
.scrunch-bottom {
	margin-bottom: 0 !important;
}
.scrunch-top-first-child :first-child {
	margin-top: 0 !important;
}

/* Colors
---------------------------------------- */

.text-dark-blue {
	color: #15406a;
}
.text-orange {
	color: #eb7733;
}
.text-red {
	color: #ea3f34;
}
.text-fff {
	color: #FFF !important;
}
.text-inverse {
	color: #FFF !important;
}

.bg-fff {
	background-color: #FFF;
}
.bg-e5e5e5 {
	background-color: #e5e5e5;
}
.bg-d9d9d9 {
	background-color: #d9d9d9;
}
.bg-ccc {
	background-color: #CCC;
}
.bg-b3b3b3 {
	background-color: #b3b3b3;
}
.bg-333 {
	background-color: #333;
}
.bg-000 {
	background-color: #000;
}


/* Yoast breadcrumbs
---------------------------------------- */

.breadcrumbs {
	padding: 10px 0;
	font-size: 14px;
}


/* Wistia embed
---------------------------------------- */

.embed-responsive .wistia_embed {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}





















/* ========================================================================================================================
													Mobile Collapse
======================================================================================================================== */

/* Prevents menu from jumping when expanding */
#mobile-collapse.collapsing ul.sub-menu,
#mobile-collapse.collapsing div.mega-dropdown-wrapper {
	display: none;
}
#mobile-collapse.collapsing li.menu-item-has-children.active > ul.sub-menu,
#mobile-collapse.collapsing li.menu-item-has-children.active > div.mega-dropdown-wrapper {
	display: block;
}


/* ========================================================================================================================
													submenu-js
======================================================================================================================== */

.submenu-js ul.sub-menu,
.submenu-js div.mega-dropdown-wrapper {
	visibility: hidden;
	opacity: 0;
	max-height: 0;
}
.submenu-js li.menu-item-has-children.active > ul.sub-menu,
.submenu-js li.menu-item-has-children.active > div.mega-dropdown-wrapper {
	visibility: visible;
	opacity: 1;
	max-height: 1000px;
}




/* ========================================================================================================================
													Mobile Header
======================================================================================================================== */

.mobile-header {
	border-bottom: 1px solid #d9d9d9;
}

	/* Mobile Navbar Toggler
	---------------------------------------- */

	.navbar-toggler {
		position: relative;
		z-index: 2;
		background-color: transparent;
		background-image: none;
		border: none;
		border-radius: 0;
		margin: 20px 0 0 0;
		padding: 0;
		width: 22px;
		height: 30px;
		float: right;
	}

	.navbar-toggler .icon-bar {
		display: block;
		width: 22px;
		height: 3px;
		margin: 3px 0;
		background: #24589d;
		/*
		-webkit-transition: all 0.1s ease;
		-moz-transition: all 0.1s ease;
		-o-transition: all 0.1s ease;
		-ms-transition: all 0.1s ease;
		transition: all 0.1s ease;
		*/
	}

		.navbar-toggler[aria-expanded="true"] {
			padding-left: 8px;
		}
		.navbar-toggler[aria-expanded="true"] .icon-bar {
			width: 20px;
		}
		.navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(1) {
			-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			transform: rotate(45deg);
			position: absolute;
			top: 10px;
			left: 0;
		}
		.navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(2) {
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
			position: absolute;
			top: 10px;
			left: 0;
		}
		.navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(3) {
			opacity: 0;
		}
		.navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(4) {
			opacity: 0;
		}



	ul.mobile-icon-menu {
		list-style: none;
		padding: 0;
		margin: 4px 20px 0 0;
		float: right;
	}
		ul.mobile-icon-menu > li {
			display: inline-block;
			background-image: none;
			padding: 0;
			margin: 0;
		}
			ul.mobile-icon-menu > li > a {
				display: inline-block;
				padding: 15px 10px;
				font-size: 22px;
				color: #212121;
			}



	.mobile-logo {
		width: 100px;
		padding: 10px 0;
	}

		.mobile-tagline {
			width: 250px;
			padding-bottom: 10px;
		}

		.mobile-search {
			position: relative;
		}
			.mobile-search .aws-container::after{
				font-family: "Font Awesome 5 Free";
				font-weight: 900;
				content: "\f002";
				position: absolute;
				top: 12px;
				left: 12px;
				z-index: 2;
				color: #000000;
			}
			.mobile-search .aws-container .aws-search-field {
				height: 44px;
				width: 100%;
				background-color: #efefef;
				color: #000000;
				font-size: 16px;
				line-height: 30px;
				padding: 10px 10px 10px 40px;
				position: relative;
				border: none;
				-webkit-box-shadow: inset 1px 0px 3px 0px rgba(204,204,204,1);
				-moz-box-shadow: inset 1px 0px 3px 0px rgba(204,204,204,1);
				box-shadow: inset 1px 0px 3px 0px rgba(204,204,204,1);
			}


		ul.mobile-utility-menu {
			list-style: none;
			padding: 10px 0;
			margin: 0;
			background-color: #000;
		}
			ul.mobile-utility-menu > li {
				background-image: none;
				padding: 0;
				margin: 0;
			}
				ul.mobile-utility-menu > li > a {
					display: block;
					padding: 10px 20px;
					font-size: 18px;
					color: #FFF;
				}
				ul.mobile-utility-menu > li > a:hover,
				ul.mobile-utility-menu > li > a:active,
				ul.mobile-utility-menu > li > a:focus {
					text-decoration: underline;
				}

		ul.mobile-navbar-menu {
			list-style: none;
			padding: 0;
			margin: 0;
			background-color: #20569f;
		}
			ul.mobile-navbar-menu > li {
				background-image: none;
				padding: 0;
				margin: 0;
			}
			ul.mobile-navbar-menu > li.menu-item-has-children {
				position: relative;
			}
				ul.mobile-navbar-menu > li > a {
					display: block;
					padding: 10px 20px;
					font-size: 20px;
					font-weight: 600;
					color: #FFF;
					border-bottom: 1px solid #9f9e9f;
					background-color: #20569f;
				}
				ul.mobile-navbar-menu > li > a:hover {
					text-decoration: none;
					background-color: #15406a;
				}
				ul.mobile-navbar-menu > li > a:active,
				ul.mobile-navbar-menu > li > a:focus {
					text-decoration: none;
				}
				ul.mobile-navbar-menu > li.menu-item-has-children.active > a {
					background-color: #15406a;
				}
					ul.mobile-navbar-menu > li.menu-item-has-children > a > .sub-menu-toggle {
						float: right;
						padding: 14px 20px 14px 40px;
						margin: -10px -20px;
						line-height: 1.4;
						font-size: 14px;
					}
					ul.mobile-navbar-menu > li.menu-item-has-children > a > .sub-menu-toggle::after {
						font-family: "Font Awesome 5 Free";
						font-weight: 900;
						content: "\f078";
					}
					ul.mobile-navbar-menu > li.menu-item-has-children.active > a > .sub-menu-toggle::after {
						font-family: "Font Awesome 5 Free";
						font-weight: 900;
						content: "\f077";
					}

					/* Mobile Dropdown
					---------------------------------------- */

					ul.mobile-navbar-menu > li ul.sub-menu {
						list-style: none;
						padding: 0;
						margin: 0;
						background-color: #FFF;
						overflow: hidden;
					}
						ul.mobile-navbar-menu > li ul.sub-menu li {
							background-image: none;
							padding: 0;
							margin: 0;
						}
							ul.mobile-navbar-menu > li ul.sub-menu:first-of-type li:first-child > a {
								padding-top: 15px;
							}
							ul.mobile-navbar-menu > li ul.sub-menu:last-of-type li:last-child > a {
								padding-bottom: 15px;
							}
							ul.mobile-navbar-menu > li ul.sub-menu li > a {
								display: block;
								padding: 5px 20px;
								font-size: 14px;
								color: #7d7b7c;
							}
							ul.mobile-navbar-menu > li > ul.sub-menu > li > a:hover,
							ul.mobile-navbar-menu > li > ul.sub-menu > li > a:active,
							ul.mobile-navbar-menu > li > ul.sub-menu > li > a:focus {
								text-decoration: underline;
							}
							ul.mobile-navbar-menu > li > ul.sub-menu > li.menu-item-has-children.active > a {

							}

							ul.mobile-navbar-menu > li > ul.sub-menu > li.menu-item-has-children > a > .sub-menu-toggle {
								float: right;
								padding: 10px 20px 10px 40px;
								margin: -10px -20px;
								line-height: 1.4;
							}
							ul.mobile-navbar-menu > li > ul.sub-menu > li.menu-item-has-children > a > .sub-menu-toggle::after {
								font-family: "Font Awesome 5 Free";
								font-weight: 900;
								content: "\f067";
							}
							ul.mobile-navbar-menu > li > ul.sub-menu > li.menu-item-has-children.active > a > .sub-menu-toggle::after {
								font-family: "Font Awesome 5 Free";
								font-weight: 900;
								content: "\f068";
							}

								ul.mobile-navbar-menu > li > ul.sub-menu > li > ul.sub-menu {
									list-style: none;
									padding: 0;
									margin: 0;
									background-color: #CCC;
								}
									ul.mobile-navbar-menu > li > ul.sub-menu > li > ul.sub-menu > li {
										background-image: none;
										padding: 0;
										margin: 0;
									}
										ul.mobile-navbar-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
											display: block;
											padding: 10px 20px;
											font-size: 14px;
											color: #15406a;
										}
										ul.mobile-navbar-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:hover,
										ul.mobile-navbar-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:active,
										ul.mobile-navbar-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:focus {
											text-decoration: none;
											background-color: #b3b3b3;
										}










/* ========================================================================================================================
													Desktop Header
======================================================================================================================== */


	/* Desktop Navbar
	---------------------------------------- */

	@media (min-width: 992px) {

		/* fixed header styles */
		.desktop-header-fixed {
			position: fixed;
			top: 0;
			left: 0;
			z-index: 100;
			width: 100%;
			visibility: hidden;
			opacity: 0;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}
		.desktop-header-fixed.show {
			visibility: visible;
			opacity: 1;
		}
			.desktop-logo-fixed {
				width: 100px;
				padding: 10px 0;
				float: left;
			}
		/* end fixed header styles */


		.desktop-header {

		}
			.desktop-logo {
				width: 200px;
				padding: 25px 0;
				float: left;
			}
			.desktop-logo .logo-full {
				display: none;
			}
			.desktop-logo .logo-icon {
				display: block;
			}

			.desktop-utility {
				float: right;
				padding-bottom: 20px;
			}
				ul.desktop-utility-menu {
					list-style: none;
					padding: 0;
					margin: 0;
				}
					ul.desktop-utility-menu > li {
						display: inline-block;
						background-image: none;
						padding: 0;
						margin: 0;
					}
						ul.desktop-utility-menu > li > a {
							display: inline-block;
							padding: 10px 5px;
							margin-top: 15px;
							font-size: 13px;
							font-weight: 700;
							color: #212121;
							text-align: center;
						}
						ul.desktop-utility-menu > li > a:hover,
						ul.desktop-utility-menu > li > a:active,
						ul.desktop-utility-menu > li > a:focus {
							color: #212121;
							text-decoration: underline;
						}

						.header-mini-cart {
							position: relative;
						}
							.header-mini-cart.active .header-mini-cart-toggle:after {
								clear: both;
								content: ' ';
								display: block;
								width: 0;
								height: 0;
								border-style: solid;
								border-color: transparent transparent #20569f transparent;
								position: absolute;
								border-width: 0px 7px 6px 7px;
								bottom: 0px;
								left: 50%;
								margin: 0 0 0 -5px;
								z-index: 1012;
							}
							.header-mini-cart .header-mini-cart-dropdown {
								visibility: hidden;
								opacity: 0;
								max-height: 0;
							}
							.header-mini-cart.active .header-mini-cart-dropdown {
								visibility: visible;
								opacity: 1;
								max-height: 1000px;
							}
							.header-mini-cart-dropdown {
								position: absolute;
								top: 100%;
								right: 0;
								z-index: 3;
								border-top: 3px solid #20569f;
								background-color: #fff;
								width: 550px;
								text-align: left;
							}
								.header-mini-cart-dropdown h3 {
									display: none;
								}
								.header-mini-cart-dropdown .mini_cart_item {
									padding: 10px 35px 10px 10px !important;
									border-bottom: 1px solid #EEEEEE;
									font-size: 14px;
								}
									.header-mini-cart-dropdown .mini_cart_item a.remove {
										top: 24px !important;
										right: 14px !important;
										left: auto !important;
										background-color: #eeeeee !important;
										color: #000 !important;
										font-weight: 400 !important;
										font-size: 13px;
										width: 13px !important;
										border: none !important;
										padding: 0;
									}
									.header-mini-cart-dropdown .mini_cart_item a {
										display: inline-block !important;
										width: 330px;
										vertical-align: middle;
										border-right: 1px solid #000;
										padding-right: 10px;
									}
									.header-mini-cart-dropdown .mini_cart_item span.quantity {
										display: inline-block !important;
										margin-left: 10px;
										text-align: right;
									}

									.header-mini-cart-dropdown .mini_cart_item span.quantity span.item-times-qty {
										display: inline-block;
										min-width: 40px;
									}
									.header-mini-cart-dropdown .mini_cart_item span.quantity span.amount {
										display: inline-block;
										min-width: 90px;
									}
									.header-mini-cart-dropdown .mini_cart_item img {
										float: left !important;
										margin: 5px 10px 5px 0 !important;
									}


								.header-mini-cart-dropdown .total {
									text-align: right;
									background-color: #f5f5f5;
									border-top: none !important;
									padding: 10px 10px 0 10px !important;
									margin: 0;
								}
								.header-mini-cart-dropdown .buttons {
									text-align: right;
									background-color: #f5f5f5;
									padding: 10px;
									margin: 0;
								}
									.header-mini-cart-dropdown .buttons a {
										margin: 0 0 0 5px !important;
									}

			.desktop-phone {
				font-size: 30px;
				color: #494949;
				margin-bottom: 10px;
			}

			.desktop-search {
				display: inline-block;
				position: relative;
			}
				.desktop-search .aws-container::after{
					font-family: "Font Awesome 5 Free";
					font-weight: 900;
					content: "\f002";
					position: absolute;
					top: 12px;
					left: 12px;
					z-index: 2;
					color: #000000;
				}
				.desktop-search .aws-container .aws-search-field {
					height: 44px;
					width: 260px;
					background-color: #efefef;
					color: #000000;
					font-size: 16px;
					line-height: 30px;
					padding: 10px 10px 10px 40px;
					position: relative;
					border: none;
					-webkit-box-shadow: inset 1px 0px 3px 0px rgba(204,204,204,1);
					-moz-box-shadow: inset 1px 0px 3px 0px rgba(204,204,204,1);
					box-shadow: inset 1px 0px 3px 0px rgba(204,204,204,1);
				}

			.desktop-navbar {
				background-color: #20569f;
			}

				ul.desktop-navbar-menu {
					list-style: none;
					padding: 0;
					margin: 0;
					float: right;
					border-bottom: transparent;
				}
					ul.desktop-navbar-menu > li {
						background-image: none;
						padding: 0;
						margin: 0;
						float: left;			
					}
					ul.desktop-navbar-menu > li.menu-item-has-children {
						position: relative;
					}
					/* Remove position: relative on the li so that MEGAMENU can position relative to the column */
					ul.desktop-navbar-menu > li.menu-item-has-children.mega-dropdown {
						position: static;
					}
						ul.desktop-navbar-menu > li > a {
							display: block;
							padding: 12px 10px;
							font-size: 15px;
							font-weight: 600;
							color: #FFF;
							white-space: nowrap;
						}
						ul.desktop-navbar-menu > li > a:hover,
						ul.desktop-navbar-menu > li > a:active,
						ul.desktop-navbar-menu > li > a:focus {
							text-decoration: none;
							background-color: #15406a;
						}
						ul.desktop-navbar-menu > li.menu-item-has-children.active > a {
							background-color: #15406a;
						}
							ul.desktop-navbar-menu > li.menu-item-has-children > a > .sub-menu-toggle {
								float: none;
								padding: 10px;
								margin: -10px -10px -10px 0;
								line-height: 1;
							}
							ul.desktop-navbar-menu > li.menu-item-has-children > a > .sub-menu-toggle::after {
								font-family: "Font Awesome 5 Free";
								font-weight: 900;
								content: "\f107";
							}
							/*
							ul.desktop-navbar-menu > li.menu-item-has-children.active > a > .sub-menu-toggle::after {
								font-family: "Font Awesome 5 Free";
								font-weight: 900;
								content: "\f106";
							}
							*/

							/* Desktop Dropdown
							---------------------------------------- */

							ul.desktop-navbar-menu > li > ul.sub-menu {
								list-style: none;
								padding: 0;
								margin: 0;
								float: left;
								position: absolute;
								top: 100%;
								left: 0;
								z-index: 3;
								background-color: #FFF;
								-webkit-transition: all 0.3s ease;
								-moz-transition: all 0.3s ease;
								-o-transition: all 0.3s ease;
								-ms-transition: all 0.3s ease;
								transition: all 0.3s ease;
								min-width: 100%;
								border-top: 4px solid #15406a;
							}
							ul.desktop-navbar-menu > li.dropdown-left > ul.sub-menu {
								top: 100%;
								left: auto;
								right: 0;
							}
								ul.desktop-navbar-menu > li > ul.sub-menu > li {
									background-image: none;
									padding: 0;
									margin: 0;
								}
								ul.desktop-navbar-menu > li > ul.sub-menu > li.menu-item-has-children {
									position: relative;
								}
									ul.desktop-navbar-menu > li > ul.sub-menu > li > a {
										display: block;
										padding: 10px 40px 10px 20px;
										font-size: 14px;
										color: #212121;
										white-space: nowrap;
									}
									ul.desktop-navbar-menu > li > ul.sub-menu > li > a:hover,
									ul.desktop-navbar-menu > li > ul.sub-menu > li > a:active,
									ul.desktop-navbar-menu > li > ul.sub-menu > li > a:focus {
										text-decoration: underline;
									}
									ul.desktop-navbar-menu > li > ul.sub-menu > li.menu-item-has-children.active > a {

									}
									ul.desktop-navbar-menu > li > ul.sub-menu > li.menu-item-has-children > a > .sub-menu-toggle {
										position: absolute;
										top: 0;
										right: 0;
										padding: 13px 20px 13px 10px;
										margin: 0;
										line-height: 1;
									}
									ul.desktop-navbar-menu > li > ul.sub-menu > li.menu-item-has-children > a > .sub-menu-toggle::after {
										font-family: "Font Awesome 5 Free";
										font-weight: 900;
										content: "\f105";
									}
									/*
									ul.desktop-navbar-menu > li > ul.sub-menu > li.menu-item-has-children.active > a > .sub-menu-toggle::after {
										font-family: "Font Awesome 5 Free";
										font-weight: 900;
										content: "\f104";
									}
									*/

										ul.desktop-navbar-menu > li > ul.sub-menu > li > ul.sub-menu {
											list-style: none;
											padding: 0;
											margin: 0;
											float: left;
											position: absolute;
											top: 0;
											left: 100%;
											z-index: 3;
											background-color: #FFF;
											-webkit-transition: all 0.3s ease;
											-moz-transition: all 0.3s ease;
											-o-transition: all 0.3s ease;
											-ms-transition: all 0.3s ease;
											transition: all 0.3s ease;
											min-width: 100%;
										}
											ul.desktop-navbar-menu > li > ul.sub-menu > li > ul.sub-menu > li {
												background-image: none;
												padding: 0;
												margin: 0;
											}
												ul.desktop-navbar-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
													display: block;
													padding: 10px 20px;
													font-size: 16px;
													color: #7d7b7c;
													white-space: nowrap;
												}
												ul.desktop-navbar-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:hover,
												ul.desktop-navbar-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:active,
												ul.desktop-navbar-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:focus {
													text-decoration: underline;
												}



							/* Desktop MEGA MENU
							---------------------------------------- */

							ul.desktop-navbar-menu > li div.mega-dropdown-wrapper {
								position: absolute;
								top: 100%;
								left: 0;
								z-index: 3;
								width: 100%;
								padding: 0 20px;
								-webkit-transition: all 0.3s ease;
								-moz-transition: all 0.3s ease;
								-o-transition: all 0.3s ease;
								-ms-transition: all 0.3s ease;
								transition: all 0.3s ease;
							}
								ul.desktop-navbar-menu > li div.mega-dropdown-container {
									background-color: #FFF;
									border-top: 4px solid #15406a;
									padding: 20px 40px;
								}
								ul.desktop-navbar-menu > li div.mega-dropdown-heading {
									font-size: 40px;
									font-weight: 600;
									color: #15406a;
								}
								ul.desktop-navbar-menu > li div.mega-dropdown-col {
									float: left;
									width: 25%;
									padding-right: 20px;
								}
								ul.desktop-navbar-menu > li h4 {
									color: #6b7b8b;
									font-size: 25px;
									margin: 10px 0;
								}


									ul.desktop-navbar-menu > li ul.mega-dropdown-menu {
										list-style: none;
										padding: 0;
										margin: 0;
									}
										ul.desktop-navbar-menu > li ul.mega-dropdown-menu > li {
											background-image: none;
											padding: 0;
											margin: 0;
										}
											ul.desktop-navbar-menu > li ul.mega-dropdown-menu > li > a {
												clear: both;
												display: block;
												padding: 3px 0;
												font-size: 14px;
												color: #212121;
											}
											ul.desktop-navbar-menu > li ul.mega-dropdown-menu > li > a:hover,
											ul.desktop-navbar-menu > li ul.mega-dropdown-menu > li > a:active,
											ul.desktop-navbar-menu > li ul.mega-dropdown-menu > li > a:focus {
												text-decoration: underline;
											}



	}

	@media (min-width: 1200px) {

			.desktop-logo {
				width: 500px;
				padding: 25px 0;
			}
				.desktop-logo .logo-full {
					display: block;
				}
				.desktop-logo .logo-icon {
					display: none;
				}

	}

	@media (min-width: 1400px) {

			.desktop-logo {
				width: 600px;
				padding: 25px 0;
			}

			ul.desktop-utility-menu > li > a {
				padding: 10px 5px;
				font-size: 14px;
			}
			.desktop-phone {
				font-size: 37px;
			}

						ul.desktop-navbar-menu > li > a {
							padding: 12px 15px;
							font-size: 16px;
						}

	}












/* ========================================================================================================================
														Aspots
======================================================================================================================== */

.homepage-aspot {
	height: 470px;
}
.homepage-aspot-content h1 {
	font-size: 40px;
	font-weight: 800;
	color: #000;
	margin: 0;
}
.homepage-aspot-content p {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1;
	margin: 0;
}
	.homepage-aspot-content p .btn {
		margin: 10px 0;
	}

@media (max-width: 767px) {

	.homepage-aspot {
		background-image: none !important;
	}
	.homepage-aspot .vmiddle-cell {
		vertical-align: bottom;
	}
	.homepage-aspot-content {
		padding-bottom: 20px;
	}
	.homepage-aspot-content h1 {
		text-align: center !important;
	}
	.homepage-aspot-content p {
		text-align: center !important;
	}

}

@media (min-width: 768px) {

	.homepage-aspot {
		height: 470px;
	}
	.homepage-aspot-content h1 {
		font-size: 40px;
	}
	.homepage-aspot-content p {
		font-size: 22px;
	}
		.homepage-aspot-content p .btn {
			margin: 20px 0;
		}

}

@media (min-width: 992px) {

	.homepage-aspot {
		height: 450px;
	}
	.homepage-aspot-content h1 {
		font-size: 50px;
	}
	.homepage-aspot-content p {
		font-size: 24px;
	}

}

@media (min-width: 1200px) {

	.homepage-aspot-content h1 {
		font-size: 70px;
	}
	.homepage-aspot-content p {
		font-size: 27px;
	}

}

@media (max-width: 767px) {

	.featured-products-image {
		max-width: 300px;
	}

}



.water-analysis-banner h2 {
	font-size: 43px;
	font-weight: 800;
	color: #FFF;
	margin-bottom: 0;
}
.water-analysis-banner h3 {
	font-size: 28px;
	font-weight: 800;
	color: #FFF;
	margin: 0;
}

.water-analysis-banner p {
	font-size: 20px;
	color: #FFF;
}

@media (min-width: 992px) {

	.water-analysis-banner h2 {
		font-size: 67px;
	}
	.water-analysis-banner h3 {
		font-size: 44px;
	}

	.water-analysis-banner p {
		font-size: 30px;
	}

}


.industry-served a {
	color: #FFF;
	text-decoration: none;
}
.industry-served a:hover,
.industry-served a:active,
.industry-served a:focus {
	color: #FFF;
	text-decoration: none;
}

	.industries-served-caption {
		background-color: #000;
		color: #FFF;
		text-align: center;
		font-size: 14px;
	}

	@media (min-width: 992px) {

		.industries-served-caption {
			font-size: 16px;
		}

	}















/* ========================================================================================================================
														WooCommerce
======================================================================================================================== */


.bg-waterbar {
	background-image: url("/source/7d0985b7b1d7ee1a6390773da9926e57/waterbar.jpg");
}


.table-orange-header {
	background-color: #f38237;
}
.table-orange-row {
	background-color: #fcc9a2;
}
	.table-orange-header > th,
	.table-orange-row > td {
		border-color: #212121 !important;
	}

.table-orange-row a, .table-yellow-row a, .table-blue-row a {
        text-decoration: underline;
}

.table-orange-row a:hover, .table-yellow-row a:hover, .table-blue-row a:hover {
        font-weight: bold;
}


.table-yellow-header {
	background-color: #fed43b;
}
.table-yellow-row {
	background-color: #feeab0;
}
	.table-yellow-header > th,
	.table-yellow-row > td {
		border-color: #212121 !important;
	}


.table-blue-header {
	background-color: #20569f;
	color: #fff;
}
.table-blue-row {
	background-color: #c7d5e7;
}
	.table-blue-header > th,
	.table-blue-row > td {
		border-color: #212121 !important;
	}


.sds-table {
	font-size: 13px;
}
.sds-table td.product-name {
	white-space: nowrap;
}

h1.product_title {
	font-size: 23px;
}

.woocommerce div.product p.price {
	font-size: 30px;
	font-weight: 700;
	margin-top: 0;
	margin-right: 20px;
}

.single-product .summary .quantity .input-text {
	height: 36px;
}

.rp_wcdpd_product_page {
	margin-top: 13px !important;
	margin-bottom: 10px !important;
}
.rp_wcdpd_product_page_title {
	display: none !important;
}
.rp_wcdpd_modal {
	min-width: 200px;
	top: auto !important;
	left: auto !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
	position: static !important;
	padding: 0 !important;
	margin-bottom: 30px;
	float: left;
}
.rp_wcdpd_modal_overlay {
	display: none !important;
}

.woocommerce div.product form.cart {
	clear: both;
	margin-top: 30px;
}

@media (min-width: 768px) {

	h1.product_title {
		font-size: 30px;
	}

	.woocommerce div.product p.price {
		font-size: 28px;
	}
	.rp_wcdpd_product_page {
		margin-top: 12px !important;
	}

}

@media (min-width: 992px) {

	.woocommerce div.product p.price {
		font-size: 35px;
	}
	.rp_wcdpd_product_page {
		margin-top: 18px !important;
	}

}

ul.pdf-downloads {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	ul.pdf-downloads > li {
		background-image: none;
		margin: 0;
		padding: 5px 0;
	}
		ul.pdf-downloads > li a {
			display: block;
			text-decoration: none;
		}
		ul.pdf-downloads > li a:hover,
		ul.pdf-downloads > li a:active,
		ul.pdf-downloads > li a:focus {
			text-decoration: none;
		}
			ul.pdf-downloads > li a img {
				float: left;
				margin-right: 5px;
			}

.catalog-link-test-procedure {
	clear: both;
}


.catalog-page-content {
	clear: left;
	margin-bottom: 30px;
}

.modal .close {
	position: absolute;
	top: -10px;
	right: -10px;
	background-color: #fff;
	padding: 10px;
	z-index: 1;
	opacity: 1;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}


.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link {
	display: block;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
	padding: 0;
	margin: 0;
}
.woocommerce ul.products li.product p.product-bucket-description {
	margin: 3px 0;
	color: #212121;
}
.woocommerce ul.products li.product .price {
	font-size: 1em;
	font-weight: bold;
}
.woocommerce ul.products li.product .button {
	margin: 5px 0;
}


@media (max-width: 767px) {

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: 40%;
		margin: 0 10px 20px;
	}

}

.woocommerce ul.components-accessories-products li.product,
.woocommerce-page ul.components-accessories-products li.product {
	clear: none;
	margin-left: 1.4%;
	margin-right: 1.4%;
}

@media (min-width: 768px) {

	.woocommerce ul.components-accessories-products li.product,
	.woocommerce-page ul.components-accessories-products li.product {
		width: 22%;
	}

}

@media (min-width: 992px) {

	.woocommerce ul.components-accessories-products li.product,
	.woocommerce-page ul.components-accessories-products li.product {
		width: 17%;
	}

}





/* Cart
---------------------------------------- */

.woocommerce-cart table.cart img {
	width: 70px;
}

.woocommerce-cart .cart_totals .shop_table th {
	white-space: normal;
}

.woocommerce-cart #calc_shipping_country_field,
.woocommerce-cart #calc_shipping_city_field,
.woocommerce-cart #calc_shipping_postcode_field {
	display: none !important;
}

.woocommerce a.remove {
	color: #eb7733 !important;
}
.woocommerce a.remove:hover {
	background-color: #eb7733 !important;
}

.woocommerce-cart .shop_table th {
	white-space: nowrap;
}

.woocommerce-cart .shop_table tr td:last-child {
	text-align: right;
}
.woocommerce-cart .shop_table tr.woocommerce-shipping-totals td:last-child {
	text-align: left;
}

.woocommerce-cart .shop_table .product-thumbnail {
	display: block !important;
}

.woocommerce-cart .shop_table th.product-price,
.woocommerce-cart .shop_table th.product-discount,
.woocommerce-cart .shop_table th.product-subtotal,
.woocommerce-cart .cart_item .product-price,
.woocommerce-cart .cart_item .product-discount,
.woocommerce-cart .cart_item .product-subtotal {
	text-align: right;
}

.woocommerce-cart #coupon_code {
	width: 48%;
}
.woocommerce ul#shipping_method.woocommerce-shipping-methods {
	margin-top: 10px;
}

.woocommerce ul#shipping_method .amount {
	font-weight: 400;
}

.woocommerce-cart ul#shipping_method li:last-child {
	display: none;
}

.woocommerce .my_shipper {
	font-weight: 400;
	font-size: 14px;
}

.woocommerce-cart .woocommerce-remove-coupon {
	float: left;
	margin-left: 20px;
}


@media (max-width: 767px) {

	.woocommerce-cart .shop_table .product-thumbnail img {
		display: inline-block;
	}
	.woocommerce-cart .printomatictext {
		display: none;
	}

}

@media (min-width: 768px) {

	.woocommerce-cart table.cart td.actions .coupon {
		float: right;
	}

	.woocommerce-cart #coupon_code {
		width: 240px;
	}

	.woocommerce-cart .cart-collaterals .cart_totals table th {
		width: auto;
	}

}





/* Checkout
---------------------------------------- */

.woocommerce-checkout .woocommerce-form-coupon-toggle {
	display: none;
}
#ajax-coupon-code {
	padding: 6px;
}

.woocommerce-checkout table.shop_table .product-thumbnail img {
	width: 70px;
}


.woocommerce-checkout #ship-to-different-address-checkbox {
	display: none !important;
}
.woocommerce-checkout .shipping_address {
	display: block !important;
}
.woocommerce-checkout .shipping-toggle {
	display: none !important;
}


.woocommerce-checkout .woocommerce-form__label-for-checkbox {
	font-weight: 400;
	margin: 0 !important;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox .shipping-notice {
	font-size: 50%;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
	display: inline;
}

.woocommerce-checkout .woocommerce-form__input-checkbox {
	position: static !important;
}
.woocommerce-checkout #ship-to-different-address-checkbox {
	display: none;
}
.woocommerce-checkout .shipping-toggle {
	clear: both;
}
.woocommerce-checkout .shipping-toggle label {
	margin: 0;
}

.woocommerce-checkout .shop_table .product-thumbnail {
	display: block !important;
}

.woocommerce-checkout .shop_table th.product-price,
.woocommerce-checkout .shop_table th.product-discount,
.woocommerce-checkout .shop_table th.product-subtotal,
.woocommerce-checkout .cart_item .product-price,
.woocommerce-checkout .cart_item .product-discount,
.woocommerce-checkout .cart_item .product-subtotal {
	text-align: right;
}

.woocommerce-checkout .shop_table tr td:last-child {
	text-align: right;
}
.woocommerce-checkout .shop_table tr#use_my_shipper td:last-child {
	text-align: left;
}
.woocommerce-checkout .shop_table tr.woocommerce-shipping-totals td {
	text-align: left;
}
.woocommerce-checkout .shop_table tr#use_my_shipper th {
	width: 300px;
}
.woocommerce table.shop_table td.checkout-items-extra-columns {
	padding: 0;
}

.woocommerce table.shop_table td.checkout-items-extra-columns table.shop_table {
	border: none;
}

.woocommerce table.shop_table tbody:first-child tr:first-child td.checkout-items-extra-columns td,
.woocommerce table.shop_table tbody:first-child tr:first-child td.checkout-items-extra-columns th {
	border-top: 1px solid rgba(0,0,0,.1);
}


.woocommerce table.shop_table tfoot tr:first-child td,
.woocommerce table.shop_table tfoot tr:first-child th {
	border-top: none;
}


.woocommerce-checkout table.shop_table tfoot td {
	font-weight: 400;
}

.woocommerce-checkout .woocommerce-remove-coupon {
	float: left;
	margin-left: 20px;
}

.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type="tel"], .woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"], .woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-echeck-form-input[type="tel"], .woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-echeck-form-input[type="text"], .woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-form-nickname, #add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type="tel"], #add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"], #add_payment_method input.js-sv-wc-payment-gateway-echeck-form-input[type="tel"], #add_payment_method input.js-sv-wc-payment-gateway-echeck-form-input[type="text"], #add_payment_method input.js-sv-wc-payment-gateway-form-nickname {
	font-size: 1em !important;
}

@media (max-width: 767px) {

	.woocommerce-checkout .shop_table .product-thumbnail img {
		display: inline-block;
	}

	.woocommerce-checkout table.shop_table tfoot th {
		display: none;
	}

}

@media (min-width: 768px) {

	.woocommerce ul#shipping_method li label {
		display: inline;
		font-size: 14px;
		line-height: 1;
		font-weight: normal;
	}

	.woocommerce table.shop_table.checkout-cart-totals-table {
		width: 48%;
		float: right;
	}

}




/* Order received
---------------------------------------- */

.woocommerce-order-received .col-sm-12 > h1 {
	display: none !important;
}
.woocommerce-order-received .woocommerce-order-details {
	display: none !important;
}


/* My account
---------------------------------------- */

.woocommerce-account .woocommerce-MyAccount-content fieldset {
	margin-top: 20px;
}

.woocommerce ul.order_details {
	padding: 0;
}
.woocommerce ul.order_details li {
	float: none;
	font-size: 14px;
	text-transform: none;
}
.woocommerce ul.order_details li strong {
	display: inline-block;
	font-size: 14px;
}

.woocommerce .woocommerce-order-details .shipped_via {
	display: none;
}

.woocommerce-account .woocommerce-MyAccount-orders .woocommerce-button.invoice {
	margin-left: 10px;
}

.woocommerce form .form-row .input-checkbox {
	position: static;
}
.woocommerce form .account-register-policy-checkbox {
	font-weight: 400;
}





/* Multiple Addresses for Woocommerce
---------------------------------------- */

.th-head h3 {
	border-bottom: none;
}
.thslider-box {
	padding: 0;
	margin: 0;
}
.thslider-item {
	margin: 0 20px 20px 0;
}
.address-box {
	font-size: 14px;
}

button.account-default  {
	font-size: 12px;
	font-weight: 700;
	color: #fff !important;
	background-color: #1e4c8a !important;
	border: none;
	padding: 8px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
button.account-default:hover,
button.account-default:focus,
button.account-default:active,
button.account-default:active:hover,
button.account-default:active:focus {
	box-shadow: none;
	background-color: #1e4c8a;
	border: none;
	text-decoration: none;
}


.btn-continue div.th-btn {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.1;
	color: #fff !important;
	background-color: #1e4c8a !important;
	border: none;
	padding: 8px;
	height: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.btn-continue div.th-btn:hover,
.btn-continue div.th-btn:focus,
.btn-continue div.th-btn:active,
.btn-continue div.th-btn:active:hover,
.btn-continue div.th-btn:active:focus {
	box-shadow: none;
	background-color: #1e4c8a;
	border: none;
	text-decoration: none;
}


.add-acnt-adrs a {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.add-acnt-adrs a:before {
	display: none;
}
.add-acnt-adrs i:before {
	display: none;
}










/* ========================================================================================================================
														Footer
======================================================================================================================== */


.footer {

}
	.footer-top {
		background-color: #15406a;
		color: #FFF;
		padding: 20px 0;
	}
	.footer-top a {
		color: #FFF;
	}
		.footer-logo {
			width: 230px;
			margin-bottom: 10px;
		}
		.footer-address {
			font-size: 16px;
		}

	@media (min-width: 1200px) {

		.footer-logo {
			float: left;
		}
		.footer-address {
			margin: 50px 0 0 250px;
		}

	}

		.footer-info {
			margin-bottom: 10px;
		}
			.footer-service {
				padding: 0;
				margin-top: 10px;
			}
				.footer-service h4 {
					font-size: 22px;
					font-weight: 600;
					margin: 0 0 5px 0;
				}
			.footer-email {
				padding: 0;
				margin-top: 10px;
			}
				.footer-email h4 {
					font-size: 22px;
					font-weight: 600;
					margin: 0 0 5px 0;
				}
				.footer-email a {
					color: #FFF;
				}
				.footer-email a:hover,
				.footer-email a:active,
				.footer-email a:focus {
					color: #FFF;
					text-decoration: none;
				}

	@media (min-width: 1200px) {

		.footer-info {
			float: right;
			padding-top: 40px;
			margin-bottom: 0;
		}
			.footer-service {
				float: left;
				text-align: right;
				padding: 0 40px 0 0;
			}
				.footer-service h4 {
					margin: -37px 0 5px 0;
				}
			.footer-email {
				float: left;
				border-left: 1px solid #eb7732;
				padding: 0 0 0 40px;
			}
				.footer-email h4 {
					margin: -37px 0 5px 0;
				}

	}







	.footer-bottom {
		background-color: #151515;
		color: #b6b5b5;
		padding: 10px 0;
	}
		.footer-copy {
			display: inline-block;
			font-size: 13px;
		}
		ul.footer-terms-menu {
			list-style: none;
			padding: 0;
			margin: 0;
			display: inline-block;
		}
			ul.footer-terms-menu > li {
				display: inline-block;
				background-image: none;
				padding: 0;
				margin: 0;
			}
				ul.footer-terms-menu > li:first-child > a {
					border-left: none;
				}
				ul.footer-terms-menu > li > a {
					display: inline-block;
					font-size: 13px;
					color: #b6b5b5;
					border-left: 1px solid #b6b5b5;
					padding: 0 5px 0 8px;
				}
				ul.footer-terms-menu > li > a:hover,
				ul.footer-terms-menu > li > a:active,
				ul.footer-terms-menu > li > a:focus {
					text-decoration: underline;
					color: #b6b5b5;
				}

		.footer-follow {
			display: inline-block;
			font-size: 13px;
		}
		ul.footer-social {
			list-style: none;
			padding: 0;
			margin: 0;
			display: inline-block;
		}
			ul.footer-social > li {
				display: inline-block;
				background-image: none;
				padding: 0;
				margin: 0;
			}
				ul.footer-social > li > a {
					display: inline-block;
					font-size: 16px;
					color: #b6b5b5;
					padding: 0 10px;
				}
				ul.footer-social > li > a:hover,
				ul.footer-social > li > a:active,
				ul.footer-social > li > a:focus {
					text-decoration: none;
					color: #b6b5b5;
				}







































/* ========================================================================================================================
													Wordpress Styles
======================================================================================================================== */


/* Alignment
---------------------------------------- */

.alignleft {
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.alignright {
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
} 
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.alignnone {
	margin-bottom: 20px;
}
.wp-caption {
	max-width: 100% !important;
}
p.wp-caption-text {
	font-weight: 300;
	font-style: italic;
	text-align: center;
	padding: 10px;
	margin: 0;
}

@media (min-width: 768px) {

	.alignleft {
		float: left;
		margin-right: 40px;
		margin-bottom: 40px;
	}
	.alignright {
		float: right;
		margin-left: 40px;
		margin-bottom: 40px;
	}
	.aligncenter {
		margin-bottom: 40px;
	}
	.alignnone {
		margin-bottom: 40px;
	}
	p.wp-caption-text {
		padding: 20px;
	}

}



/* Text meant only for screen readers.
---------------------------------------- */

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



/* Random Wordpress classes
---------------------------------------- */

.sticky {

}
.gallery-caption {

}
.bypostauthor {

}



/* Pagination
---------------------------------------- */

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
	.pagination > a,
	.pagination > span {
		position: relative;
		float: left;
		padding: 6px 12px;
		margin-left: -1px;
		line-height: 1.42857143;
		text-decoration: none;
		background-color: #fff;
		border: 1px solid #ddd;
	}
	.pagination > a:first-child,
	.pagination > span:first-child {
		margin-left: 0;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}
	.pagination > a:last-child,
	.pagination > span:last-child {
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	.pagination > a:hover,
	.pagination > a:focus,
	.pagination > span:hover,
	.pagination > span:focus {
		z-index: 2;
		background-color: #eee;
		border-color: #ddd;
	}
	.pagination > a.current,
	.pagination > a.current:hover,
	.pagination > a.current:focus,
	.pagination > span.current,
	.pagination > span.current:hover,
	.pagination > span.current:focus {
		z-index: 3;
		color: #fff;
		cursor: default;
		background-color: #15406a;
		border-color: #15406a;
	}







/* Comments
---------------------------------------- */


ol.comment-list {
	clear: both;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
	ol.comment-list > li {
		margin: 40px 0;
	}
		ol.comment-list > li > ol {
			list-style-type: none;
			padding: 0 0 0 40px;
			margin: 0;
		}
			ol.comment-list > li > ol li {
				margin: 40px 0;
			}
				ol.comment-list > li > ol ol {
					list-style-type: none;
					padding: 0;
					margin: 0;
				}

		ol.comment-list li .comment-body > .comment-author {
			margin: 10px 0;
		}
			ol.comment-list li .comment-body > .comment-author .avatar {
				display: inline-block;
				margin-right: 10px;
			}
			ol.comment-list li .comment-body > .comment-author .fn {
				display: inline-block;
			}
			ol.comment-list li .comment-body > .comment-author .says {
				display: inline-block;
			}

		ol.comment-list li .comment-body > .comment-meta {
			font-size: 12px;
			margin: 10px 0;
		}

		ol.comment-list li .comment-body > p {
			font-size: 14px;
			margin: 10px 0;
		}
		ol.comment-list li .comment-body > .reply {
			margin: 10px 0;
		}
			ol.comment-list li .comment-body > .reply a {
				font-size: 12px;
			}


.comment-respond {
	clear: both;
}
	.comment-respond .comment-form p {
		margin: 10px 0;
	}
	.comment-respond .comment-form label {
		display: block;
	}
	.comment-respond .comment-form input[type=text],
	.comment-respond .comment-form textarea {
		display: block;
		width: 100%;
		height: 34px;
		padding: 6px 12px;
		font-size: 14px;
		line-height: 1.42857143;
		color: #555;
		background-color: #fff;
		background-image: none;
		border: 1px solid #ccc;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
	.comment-respond .comment-form textarea {
		height: auto;
	}

	.comment-respond .comment-form input[type=text]:focus,
	.comment-respond .comment-form textarea:focus {
		border-color: #66afe9;
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
		outline: 0 none;
	}



@media (min-width: 768px) {

	.comment-respond .comment-form input[type=text],
	.comment-respond .comment-form textarea {
		width: auto;
	}

}





/* ========================================================================================================================
												Google Maps
======================================================================================================================== */


.acf-map {
	width: 100%;
	height: 500px;
}

@media (min-width: 768px) {

	.acf-map {
		height: 700px;
	}

}

/* fixes potential theme css conflict */
.acf-map img {
	max-width: inherit !important;
}








/*** Disable sale badge **/
.woocommerce span.onsale {
  display: none;
}
