/*!
Theme Name: Custom Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: custom-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}
/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}
/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
	overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
	text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}
/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}
figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover, a:focus, a:active {
	color: midnightblue;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	/*display: none;*/
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul .sub-menu-wrapper {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
@media (min-width: 1024px) {
	.main-navigation ul ul,
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
	.main-navigation ul .sub-menu-wrapper {
		float: left;
		position: absolute;
		top: 100%;
		display:none;
		left:15px;
		z-index: 99999;
	}
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 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. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}
.widget select {
	max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.post,
.page {
	margin: 0 0 1.5em;
}
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {margin-bottom: 1.5em;}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.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;}
/*********************************************Bootstrap grid start*******************/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
/*.row-iphone{
	display: -webkit-box;
  display: -moz-box;
  flex-grow:1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
}*/
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
	-webkit-box-flex: 0 0 8.333333%;
	-moz-box-flex: 0 0 8.333333%;  
	-webkit-flex: 0 0 8.333333%;  
  -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
  max-width: 8.333333%;
  
}
.col-2 {
	-webkit-box-flex: 0 0 16.666667%;
	-moz-box-flex: 0 0 16.666667%;
	-webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
	-webkit-box-flex:0 0 25%;
	-moz-box-flex: 0 0 25%;
	-webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
	-webkit-box-flex:0 0 33.333333%;
	-moz-box-flex: 0 0 33.333333%;
	-webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
	-webkit-box-flex:0 0 41.666667%;
	-moz-box-flex: 0 0 41.666667%;
	-webkit-flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
	-webkit-box-flex:0 0 50%;
	-moz-box-flex: 0 0 50%;
	-webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
      order: -1;
}
.order-1 {
  -ms-flex-order: 1;
      order: 1;
}
.order-2 {
  -ms-flex-order: 2;
      order: 2;
}
.order-3 {
  -ms-flex-order: 3;
      order: 3;
}
.order-4 {
  -ms-flex-order: 4;
      order: 4;
}
.order-5 {
  -ms-flex-order: 5;
      order: 5;
}
.order-6 {
  -ms-flex-order: 6;
      order: 6;
}
.order-7 {
  -ms-flex-order: 7;
      order: 7;
}
.order-8 {
  -ms-flex-order: 8;
      order: 8;
}
.order-9 {
  -ms-flex-order: 9;
      order: 9;
}
.order-10 {
  -ms-flex-order: 10;
      order: 10;
}
.order-11 {
  -ms-flex-order: 11;
      order: 11;
}
.order-12 {
  -ms-flex-order: 12;
      order: 12;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}
@media (min-width: 576px) {
  .container {
    max-width: 560px;
  }
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 996px;
  }
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
}
/*********************************************Bootstrap grid end*******************/
/*********************************************Adding Fonts****************************/
h1,h2,h3,h4,h5,h6{
	margin:1rem 0;
	font-weight:normal;
	line-height:1.2;
}
body,html,
.classification-section .section-heading a,
.about-section .heading-h2,
.two-cols-section .column-text h2,
.page-contact-section .heading-h1,
.page-contact-section h3,
.newsletter-section .heading-h3,
.newsletter-section .gform_body input,
button,
optgroup,
.search-by-category .entry-title,
.product .summary h5,
.tabs-section .accordion-text,
.not-found .search-categories .heading-h1,
.products-search .single-col p strong,
.posts-search .page-header h1,
.posts-search .entry-title,
.posts-search .entry-title a,
#searchform .search-field,
.product-slider .heading-h1,
.site-content .two-cols-section .link-button,
.single-product .site-content .buy-section .where-to-buy form input,
.entry-content h5, .type-post .entry-content h5,
.site-footer .heading-h5 a{font-family:"Avenir Roman","sans-serif" !important;}

.page-template-search-by-category .page-contact-section h3,
.gform_body select, .gform_body input,
.gform_body textarea,
.page-template-contact-page .page-content p,
.page-template-contact-page .page-content,
.sub-pages-section .single-col span,
.archive .entry-content p,
.blog .entry-content p,
.comment-list .comment-content p,
.post-location,
.news-section .heading-h1,
.archive .term-description,
.archive .term-description p,
.products .type-product .woocommerce-loop-product__title,
.product .product-title,
.category-sidebar ul li a,
.category-filters select,
.category-filters .label,
.woocommerce-result-count,
.subcats .cat-desc,
.shop_attributes:not(.shop_attributes_loop) tr td:first-child p,
.shop_attributes:not(.shop_attributes_loop) tr td:first-child,
.page-template-catalog-page .filter h4,
.category-press-releases .filter h4,
.catalogs-section .catalog-content,
.catalogs-section .catalog-content p,
.product .product_category_title{font-family:"Avenir Light","Avenir Roman","sans-serif" !important;}

.gform_body label,
.site-content .entry-header .breadcrumb a,
.wpsl-search form input:not([type="submit"]),
.widget-area a,
.entry-footer .tags-links,
.entry-footer .cat-links,
.comment-respond label,
.single-event .posted-on a,
.single-event .posted-on,
.single-post-sidebar ul.related-posts li span.post-date,
.category-filters .page-numbers a,
.category-filters .page-numbers span,
table td,
.category-filter,
.not-found .search-contact .label,
.added-date,
.type-post .entry-meta a, .type-post .entry-meta,
.img-overlay.section-2 .img-content h3,
.filter h4{font-family:"Avenir Medium","Avenir Roman","sans-serif" !important;}

.accordion-section .accordion-text,
.site-content .link-button,
.single-post-sidebar ul.related-posts li span.heading-h5,
.comment-list b,
.comment-list time,
input[type="submit"],
.events-page .type-post .posted-on a,
.events-page .type-post .posted-on,
.share-post span,
.back-link,
.page-title,
.nav-links a,
.header-contact span span,
.benefits-section .benefits,
.products .product .price .amount,
.count,
table th,
table td strong,
.products .product .where-to-buy,
.search-term,
.store-content .wpsl-contact-details a,
.buy-section .where-to-buy .search-zipcode,
.sku_wrapper .sku,
.catalogs-section .single-catalog .read-more,
.features-section-custom li span,
h1,h2,h3,h4,h5,h6{font-family:"Avenir Heavy","Avenir Roman","sans-serif" !important;}

strong,
.not-found .heading-h4,
.not-found .search-contact .heading-h3,
#breadcrumbs .sku,
.breadcrumb_last{	font-family:"Avenir Black","Avenir Roman","sans-serif" !important;}
/*********************************************Adding Fonts****************************/
/*********************************************Form Styles Start****************************/
.site-content select,
#wpsl-search-wrap .wpsl-selected-item,
.popup input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.site-content input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.site-content textarea{
	width:100%;
	background:#fff;
	border:1px solid #E4E4E4 !important;
	color:#757575;
	font-size: 16px;
	box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	padding:13px 16px !important;
}
.site-content select{padding:13px 50px 13px 16px !important;}
.site-content input[type="submit"]{border:1px solid transparent !important;}
#searchform input{
	border:1px solid transparent !important;
	border-radius:3px;
	padding:13px 16px !important;
	color:#444444;
	background-color:#F4F4F4;
	box-shadow:none;
	font-size:14px !important;
}
/*********************************************Form Styles End*****************************/
/******************************************Colors Section Start*************************/
.architectural .features-section-custom li span,
.architectural #wpsl-stores .promoted-stores li,
.architectural .subcats .count,
.architectural .benefits-section .benefits li i,
.architectural .site-content .link-button,
.architectural .nav-links a,
.architectural .content-area input[type="submit"],
.architectural .popup input[type="submit"],
.architectural .wpsl-search h3 span,
.architectural .buy-section .where-to-buy,
.architectural .buy-section .where-to-buy i{
	background-color:#004A8F !important;
	color:#fff !important;
	border:1px solid transparent;
}
.architectural .products .product .where-to-buy:hover i,
.architectural .products .product .where-to-buy:hover,
.architectural .nav-links a:hover,
.architectural .site-content  .link-button:hover,
.architectural .site-content  .link-button.selected,
.architectural .content-area input[type="submit"]:hover,
.architectural .popup input[type="submit"]:hover{
	background:#fff !important;
	color:#004A8F !important;
	border:1px solid #004A8F !important;
}
.architectural .woocommerce-info{border-top-color: #004A8F;}
.architectural .site-content #store-search .link-button i{color:#fff;}
.architectural .site-content #store-search .link-button:hover i,
.architectural .woocommerce-info::before{color: #004A8F;}
.industrial .features-section-custom li span,
.industrial #wpsl-stores .promoted-stores li,
.industrial .subcats .count,
.industrial .nav-links a,
.industrial .benefits-section .benefits li i,
.industrial .site-content  .link-button,
.industrial .content-area input[type="submit"],
.industrial .popup input[type="submit"],
.industrial .wpsl-search h3 span,
.industrial .buy-section .where-to-buy,
.industrial .buy-section .where-to-buy i{
	background-color:#FDE100 !important;
	color:#242526 !important;
	border:1px solid transparent !important;
}
.industrial .products .product .where-to-buy:hover,
.industrial .nav-links a:hover,
.industrial .site-content  .link-button:hover,
.industrial .site-content  .link-button.selected,
.industrial .content-area input[type="submit"]:hover,
.industrial .popup input[type="submit"]:hover{
	background:#fff !important;
	border:1px solid #242526 !important;
}
.industrial .site-content #store-search .link-button i{color:#000;}
.industrial .woocommerce-info{border-top-color: #FDE100;}
.industrial .woocommerce-info::before{color: #FDE100;}
/******************************************Colors Section End*************************/
/*********************************************Common Styles Start****************************/
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
body,html{
	font-size:12px;
	color:#444444;
}
p{font-size:14px}
.text-small{font-size:12px !important;}
.text-medium{font-size:14px !important;}
.products-search .page-header.products .header-content h1 span,
.header-right span,
.site-footer a,
.site-footer .heading-h5,
.site-content .entry-header .breadcrumb .fas,
.site-content .entry-header .breadcrumb a,
.site-content .entry-header .breadcrumb,
.accordion-section .accordion-text,
.comment-list b,
.site-header ul li a,
.header-right li a,
.product .product_category_title,
.site input,
.heading-h1,.heading-h2,.heading-h3,.heading-h4,.heading-h5,.heading-h6,
h1,h2,h3,h4,h5,h6{
	text-transform:uppercase;
}
.contact-section .accordion-section .accordion-text,
.gform_body textarea,
.news-section .heading-h1,
.page-contact-section .heading-h1,
.two-cols-section .column-text h2,
.comments-area .comments-title,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.cta-section h2,
.catalog-content h4,
.newsletter-section .gform_wrapper .gform_body input:not([type="submit"]),
.gform_body select, .gform_body input:not([type="submit"]),
.product-slider .heading-h1{text-transform:none;}

.site input:placeholder{text-transform:uppercase !important;}

.gform_body select, .gform_body input:not([type="submit"]):placeholder,
.newsletter-section .gform_wrapper .gform_body input:not([type="submit"]):placeholder{text-transform:none;}
.heading-h1 a,
.heading-h1,
h1{font-size:26px;}
.heading-h2,
.heading-h2 a,
h2{font-size:24px;}
.heading-h3,
.heading-h3 a,
h3{font-size:22px;}
h4{font-size:20px;}
h5{font-size:18px;}
h6{font-size:14px;}
.heading-h4,.heading-h4 a{font-size:22px !important;}
.heading-h5,.heading-h5 a{font-size:17px !important;}
.heading-h6,.heading-h6 a{font-size:16px !important;}
h2 span{
	font-size:18px;
	display:block;
	line-height:1.5;
	text-transform:capitalize;
}
.entry-title a,
.entry-title{
	font-weight:bold;
	color:#000;
}
.post, .page,
ul,ol{margin:0;}
a:focus,
a:visited,
a{
	text-decoration:none;
	color:#444444;
}
a:hover{color:#c4c4c4;}
.on-mobile-hide{display:none;}
select:focus,
input:focus,
button:focus,
a:focus{outline:none;}

.site-content .link-button,
.nav-links a,
.site-content button, .site-content input[type="button"], .site-content input[type="reset"], .site-content input[type="submit"]:not(.search-submit),
.site-content .button{
	background-color:#000;
	color:#fff;
	border-radius:3px;
	text-transform:uppercase;
}
.nav-links a,
.site-content .link-button{
	padding:20px 26px;
	line-height:1;
	display:inline-block;
	text-align:center;
	color:#242526;
}
.nav-links a:hover,
.site-content .link-button:hover,
.site-content #searchform .fa-search:hover,
.site-content button:hover, .site-content input[type="button"]:hover,
.site-content input[type="reset"]:hover,
.site-content input[type="submit"]:not(.search-submit):hover,
.site-content .button:hover{background-color:#ED1C24;}
input::placeholder{color:#444444;}
select{
	-webkit-appearance:none;
	-moz-webkit-appearance:none;
	appearance:none;
	background:transparent !important;
}
.select-list{
	position:relative;
	background-color:#fff;
	 z-index: 1;
	 border-radius:3px;
}
.wpsl-selected-item:after{content:none;}
.wpsl-selected-item:before,
.select-list:before{
	position: absolute;
    right:20px;
    top: 40%;
	background:url('/wp-content/uploads/2019/03/down-arrow.png') no-repeat;
	content:"";
    width: 18px;
    z-index: -1;
    font-size: 16px;
    color: #242526;
    height: 10px;
}
#wpsl-search-wrap .wpsl-selected-item:before{z-index:0;}
select::-ms-expand{display:none;}
.select-list select:hover,
.select-list select:hover{cursor:pointer;}
#searchform{position:relative;}
#searchform .fa-search,
.search-submit{
	position:absolute;
	right:0;
	top:0;
}
#searchform .search-submit{
	padding:19px 20px !important;
	height:47px;
	z-index:1;
	background:transparent !important;
	cursor:pointer;
}
#searchform .search-field{width:100%;}
#searchform .fa-search{
	font-size:14px;
	padding:17px 17px 16px!important;
	color:#444444;
	background:#F4F4F4;
	border-radius:3px;
	z-index:0;
}
#searchform .fa-search:hover{
	cursor:pointer;
	color:#fff;
	background:#ED1C24;
}
.sub-pages-section,
.news-section,
.woocommerce-error, .woocommerce-info, .woocommerce-message,
.classification-section{background-color:#F4F4F4;}
.site-footer ul,
.header-right ul,
.gform_body ul{
	list-style:none;
	margin:0;
	padding:0;
}
.added-date{
	color:#757575;
	text-transform:uppercase;
	margin-bottom:24px;
	display:block;
}
.summary li p{margin:0 !important;}
/*********************************************Common Styles End****************************/
/*********************************************Header Styles Start****************************/
.top-bar{
	background-color:#343434;
	text-align:center;
	color:#fff;
	position:relative;
	padding:0 50px;
}
.top-bar i{
	color:#fff;
	margin:0 5px;
}
.top-bar .close-nav{
	padding: 5px 20px;
	z-index:9;
}
.top-bar p{
	color:#fff;
	margin:10px auto;
}
.top-bar p a{color:#fff;}
.top-bar a:hover{color:#c4c4c4;}
.added-date,
.header-contact a,
#primary-menu a{font-size:13px;}
input,
.site-favorites a,
#products-menu a{font-size:14px;}
.header-main-links li{
	display:inline;
	border-radius:3px;
	margin-right:5px;
}
.header-contact ul{
	display:flex;
	align-items:center;
	justify-content:center;
}
.header-contact ul li{width:100%;}
.header-main-links li a{
	position:relative;
	padding:4px;
	border-radius:3px;
}
.header-main-links li a:after{
	position:absolute;
	content:"";
	height:2px;
	width:100%;
	top:90%;
	left:0;
}
.header-main-links .industrial a{letter-spacing:0.25em;}
.header-main-links .architectural a:after{background-color:#004A8F;}
.header-main-links .industrial a:after{background-color:#F9EC00;}
.header-main-links .architectural.active a,
.header-main-links .architectural:hover a{background-color:#004A8F;	color:#fff;}
.header-main-links .industrial.active a,
.header-main-links .industrial:hover a{background-color:#F9EC00;color:#242526;}
.header-main-links li.active a:after,
.header-main-links li a:hover:after{content:none;}
.site-header{
	padding:24px 0; 
	box-shadow: 5px 3px 3px #e6e6e6;
    margin-bottom: 3px;
}
.site-header .site-branding p,
.site-header .site-branding h1{margin:0;}
#primary-menu a,
.header-contact a{padding:8px;}
.menu-toggle{
	background:transparent;
	border:0;
	font-size:16px;
}
.header-contact{margin-bottom:43px;}
.site-favorites a{
	display:flex !important;
	align-items:center;
}
.fa,.fas,.fab{color:#B1B1B1;}
.header-contact span span{
	color:#ED1C24;
	margin-right:3px;
}
.fa-star{
	font-size: 11px !important;
    color: #fff;
    background: #ED1C24;
    border-radius: 3px;
    padding: 3px;
	margin-right:5px;
}
.site-header .header-right > .row,
#site-navigation li a{position:relative;}
body.toggled .site-header .header-right > .row,
.main-navigation li,
#site-navigation{position:static;}
#site-navigation li a + .fas,
#site-navigation li a > .fas {
    position: absolute;
    top:4px;
    padding: 10px;
	color:#444;
    right: 7px;
    cursor: pointer;
	z-index:999;
	font-size:14px;
}
#site-navigation li a + .fas,
#site-navigation li a > .fas {
	color:#fff;
	font-size:20px;
}
#site-navigation li li a + .fas,
#site-navigation li li a > .fas {
	color:#444;
	font-size:14px;
	padding:10px 0px;
}
#site-navigation li.opened a > .fas:before{content:"\f106";}
#site-navigation li a{padding:12px 15px;}
#site-navigation .sub-menu-wrapper{
	background:#fff;
	display:none;
}
#site-navigation li .sub-menu-wrapper li.open  .sub-menu-wrapper ul{padding-bottom:15px;}
#site-navigation li li .sub-menu-wrapper .sub-menu-wrapper ul{padding-bottom:0px;}
#products-menu >li > a{
	color:#fff;
	background-color:#ED1C24;
	border-radius: 3px;
	padding:17px 50px 17px 20px;
	line-height:1;
}
#products-menu .sub-menu a{
	font-size:13px !important;
}
.site-branding .logo a{
	display:block;
	line-height:1;
}
.site-branding .logo{display:inline-block;width:100%;}
.site-branding .location{
	text-align:center;
	margin:10px 0 0;
	font-size:12px;
}
.site-header .fa-phone,
.site-header .fa-bars,
.site-header .fa-comments{
	font-size:18px;
	margin-right: 5px;
}
.header-contact a{
	padding:0 8px !important;
	display:flex;
	align-items:center;
}
.header-right{margin-top:5px;}
.header-right .live-chat,
.header-right .main-menu #searchform{display:none;}
.stick{
	position:fixed !important;
	width:100%;
	z-index:999;
	background: #fff;
	top: 0;
	animation: smoothScroll 0.5s;
}
.unstick{
	 position: initial !important;
	animation: smoothScrollup 0.5s;
}
body.stickyheader{
	padding-top:350px;
}
body.unstickyheader{
	padding-top:0px;
}
@-moz-keyframes smoothScroll{
	0% {transform: translateY(-50px);}
	100% {transform: translateY(0px);}
}
@keyframes smoothScroll{
	0% {transform: translateY(-50px);	}
	100% {transform: translateY(0px);}
}
@keyframes smoothScrollup{
	0% {transform: translateY(50px);}
	100% {transform: translateY(0px);}
}
.stick.site-header .header-contact,
.stick.site-header .site-favorites{display:none;}
.stick.site-header{padding:10px 0;}
.stick.site-header img{width:75px;}
.stick.site-header .header-right{margin-top:0;}
.stick.site-header .header-right .row{align-items:center !important;}
/*********************************************Header Styles End****************************/
/*********************************************Homepage Styles Start****************************/
.classification-section{padding:30px 0 60px;}
.classification-section .columns{margin-top:30px;}
.classification-section .section-heading{
	font-size:18px;
	text-transform:uppercase;
	text-align:center;
}
.classification-section .section-heading a{
	display:block;
	line-height:1;
	cursor:pointer;
	padding:15px 16px;
	border:1px solid transparent;
}
.classification-section .architectural .section-heading a{
	color:#fff;
	background-color:#004A8F;
}
.classification-section .architectural .section-heading a:hover{
	color:#004A8F;
	background-color:#fff;
	border:1px solid #004A8F;
}
.classification-section .industrial .section-heading a{
	background-color:#F9EC00;
	color:#444444;
}
.classification-section .industrial .section-heading a:hover{
	background-color:#fff;
	color:#444444;
	border:1px solid #444444;
}
.classification-section .single-col{margin:13px 0;}
.sub-pages-section .single-col span,
.sub-pages-section .single-col a,
.classification-section .single-col span,
.classification-section .single-col a{
	display:block;
	background:#fff;
	text-transform:uppercase;
	text-align:center;
	border:1px solid #c4c4c4;
}
.sub-pages-section .single-col img,
.classification-section .single-col img{
	display:block;
	width:100%;
}
.sub-pages-section .single-col span,
.classification-section .single-col span{
	border:0;
	padding:9px 8px;
}
.home .page-content,
.classification-section p{
	text-align:center;
	word-break: break-word;
}
.about-section{
	color:#fff;
	background-size:cover !important;
	background: #000 url('/wp-content/uploads/2019/03/homepage-about-new.jpg') no-repeat;
	padding:50px 0 30px;
	text-align:center;
}
.about-section iframe{
	height:180px;
	width:320px;
	margin:20px 0;
}
.two-cols-section{
	background:#fff;
	text-align:center;
}
.two-cols-section .features-list{
	padding:0;
	list-style:none;
	justify-content:center;
	flex-wrap:wrap;
	display:flex;
}
.two-cols-section .features-list li{
	width: 70px;
    margin-right: 20px;
    text-align: center;
	margin-bottom:22px;
}
.two-cols-section .features-list span{
	display:block;
	text-transform:uppercase;
	font-size:11px;
}
.two-cols-section .single-col:not(.column-text) img{
	width:100%;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
    object-fit: cover;
	display:block;
}
.two-cols-section .column-text{padding:30px 15px;}
.two-cols-section:not(.bottom) .column-text p{
	font-size:22px;
	margin-bottom:10px;
}
.content-area .two-cols-section .link-button{
	background:#F2F2F2 !important;
	padding:12px 25px !important;
	color:#ED1C24 !important;
	display:inline-block;
	border:0 !important;
	font-size:14px;
	margin:10px 0;
}
.content-area .two-cols-section .link-button:hover{
	color:#F2F2F2 !important;
	background:#ED1C24 !important;
	border:0 !important;
}
.news-section{padding:50px 5%;}
.news-section .heading-h1{
	text-align:center;
	margin:0px 0 30px;
}
.is-desktop .news-section .single-blog{
	margin-bottom:18px;
	padding:0 9px;
}
.news-section .single-blog a{
	position:relative;
	display:block;
}
.page-contact-section .contact-content,
.news-section .single-blog .blog-content{
	position:absolute;
	top:0;
	color:#fff;
	padding:20px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
}
.news-section .single-blog .blog-content:hover{background:rgba(0,0,0,0.3);}
.news-section .single-blog img{
	display:block;
	width:100%;
}
.news-section .single-blog .blog-date{
	font-size:11px;
	background:#ED1C24;
	padding:7px 12px;
	display:inline-block;
	line-height:1;
	margin-top:10px;
}
.news-section .single-blog .blog-content .blog-title{
	display:block;
	font-size:16px;
}
.news-section .post-thumb{
	background-size:contain !important;
	background-position:50% !important;
	height:200px;
}
.newsletter-section{
	background-color:#ED1C24;
	color:#fff;
	padding:50px 0;
}
.newsletter-section .fas{
	color:#fff;
	font-size:27px;
	margin-right:20px;
}
.newsletter-section .gform_wrapper .gfield_label,
.newsletter-section .validation_error{display:none;}
.newsletter-section .validation_message{color:#fff !important;}
.owl-carousel{padding:0;}
 .owl-nav{
	position:absolute;
	top:45%;
	width: calc(100% + 50px);
    left: -25px;
	margin:0 !important;
	line-height:1 !important;
	z-index:-1;
}
.subcats .owl-nav{
	width: calc(100% + 20px);
    left: -10px;
}
.owl-nav button{
	font-size:25px !important;
	line-height:1 !important;
	margin:0;
	padding:0;
}
.owl-nav button:hover{
	background:transparent !important;
	color:#000 !important;
}
.owl-prev {float:left;}
.owl-next {float:right;}
.owl-nav button{
	text-indent:-9999px;
	position:relative;
	margin:0 !important;
}
.owl-nav button::before{
	background:url('/wp-content/uploads/2019/03/left-arrow.png');
	position:absolute;
	content:"";
	width:20px;
	height:40px;
	left:0;
}
.owl-nav button.owl-next::before{
	left:-20px;
	transform: rotate(180deg);
}
.owl-carousel{padding: 0 20px !important;}
.page-contact-section .image-container{position:relative;}
.page-contact-section .image-container img{
	width:100%;
	display:block;
	min-height: 300px;
    object-fit: cover;
}
.page-contact-section .contact-content{
	bottom:0;
	top:auto;
	height:auto;
	text-align:center;
	padding:27px 0 30px;
}
.is-mobile .page-contact-section .contact-content{
	position:relative;
	background-size:cover !important;
}
.page-contact-section h3{font-size:18px;}
.page-contact-section h3 span{
	font-size:16px;
	display:block;
	line-height:2;
	text-transform:capitalize;
}
.newsletter-section .heading-h3{
	margin:0 0 20px;
	text-transform:capitalize;
}
.newsletter-section .heading-h3,
.newsletter-section .gform_wrapper form{
	display:flex;
	align-items:flex-start;
}
.newsletter-section .gform_wrapper form{flex-wrap:wrap;}
.newsletter-section .gform_wrapper .gform_footer,
.newsletter-section .gform_wrapper .gform_body{width:100%;}
.newsletter-section .gform_wrapper .gform_footer{margin-top:20px;}
.newsletter-section .gform_wrapper .gform_footer input,
.newsletter-section .gform_wrapper .gform_body input{
	width:100%;
	padding:15px 17px !important;
	font-size:17px !important;
	line-height:1;
	height:60px;
}
.newsletter-section .gform_wrapper .gform_body input:not([type="submit"]),
.newsletter-section .gform_wrapper .gform_body input:not([type="submit"])::placeholder{
	color:#888888;
	padding:16px 17px !important;
	box-shadow:none;
}
.newsletter-section .gform_wrapper .gform_body input:not([type="submit"])::placeholder{padding:0 !important;}
.newsletter-section .gform_wrapper input[type="submit"]{
	padding:20px 17px !important;
	background-color:#000 !important;
	color:#fff !important;
}
.newsletter-section .gform_wrapper input[type="submit"]:hover{
	background-color:#fff !important;
	color:#000 !important;
	cursor:pointer;
	border: 1px solid #000 !important;
}
/*********************************************Homepage Styles End****************************/
/*********************************************Footer Styles Start****************************/
.site-footer{
	background-color:#343434;
	padding:32px 0;
	color:#888888;
	font-size:12px;
}
.site-footer .heading-h5 a,
.site-footer p,
.site-footer li,
.site-footer .heading-h5{color:#888888;}
.site-footer a{
	color:#fff;
	font-size:12px;
}
.site-footer a:hover{color:#888888;}
.site-footer .social-profiles .fab:hover,
.site-footer .heading-h5 a:hover{color:#fff;}
.site-footer .footer-col li a,
.site-footer p,
.site-footer address{
	font-style:normal;
	line-height:2.1;
	margin:0;
}
.site-footer .footer-col li:not(.heading-h5) a{line-height:2.5;}
.site-footer .email a{text-transform:none;}
.site-footer .footer-col{margin:35px 0 0;}
.site-footer .footer-col li{margin-bottom:5px;}
.site-footer .heading-h5{
	margin:0 0 25px !important;
    line-height: 1;
	font-weight:400;
}
.site-footer  .footer-col:nth-child(1) .heading-h5,
.site-footer  .footer-col:nth-child(2) .heading-h5{margin-bottom:38px !important;}
.site-footer .footer-col .heading-h5 a{line-height:1.5 !important;}
.site-footer .social-profiles .fab{
	font-size:25px;
	color:#888888;
}
.site-footer .bottom-links ul,
.site-footer .social-profiles{
	display:flex;
	justify-content:center;
}
.site-footer .social-profiles li{
	width:30px;
	margin-right:8px;
	text-align:center;
}
.site-footer .footer-cols,
.site-footer .site-info{border-bottom: 1px solid rgba(196,196,196,0.1);}
.site-footer .footer-cols{padding-bottom:26px;}
.site-footer .site-info{padding-bottom:40px;}
.site-footer .footer-bottom{padding-top:25px;}
.site-footer .copyright p{
	font-size:11px;
	line-height:1.5;
}
.site-footer .bottom-links li a{
	border-right:1px solid #888888;
	padding:0 10px;
	line-height:1;
	color:#888888;
	font-size:11px;
}
.site-footer .bottom-links li a:hover{color:#fff;}
.site-footer .bottom-links li:last-child a{border:0;}
.popup-container{
	display:none;
	background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    align-items: center;
}
.popup-container.show{display: flex !important;}
.popup{
	background-color: #343434;
    padding:15px;
	color:#fff;
	text-align:center;
	width:90%;
	margin:0 auto;
	border-radius:3px;
	border: 2px solid #ffffff;
}
.popup p{margin:5px 0;}
.popup a{color:#B1B1B1;}
.popup a:hover{color:#fff;}
.close-nav{
	position: absolute;
	font-size: 20px;
	z-index:999999;
	cursor:pointer;
	padding: 10px 20px;
	right:0;
	top:0;
}
.cad-popup.popup{position:relative;}
.popup label,
.close-nav .fas{color:#fff !important;}
.popup .gfield_required{color:#f00 !important;}
body.toggled{overflow:hidden;}
.popup .gform_body li{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:10px;
	justify-content:space-between;
}
.popup label{width:15%;}
.popup .ginput_container{width:80%;}
.popup .gform_footer,
.popup  form .gform_heading{width:100%;}
.popup form .gform_button{margin-bottom:10px;}
/*********************************************Footer Styles End****************************/
/*********************************************Default Page Styles Start****************************/
/*.site-content .entry-header{padding:20px 0;}*/
.site-content .entry-header{padding:20px 0 0;}
.site-content .entry-header .breadcrumb .fas,
.site-content .entry-header .breadcrumb a,
.site-content .entry-header .breadcrumb{color:#9C9C9C !important;}
.site-content .entry-header .breadcrumb .fas{margin: 0 8px 0 10px;}
.site-content ul.share-links{
	list-style:none;
	padding:0;
	display:flex;
	justify-content:flex-end;
}
.product_title.entry-title .sku,
.product-details .sku_wrapper .sku,
#breadcrumbs .sku{
	color:#ED1C24;
	margin-right:8px;
}
.site-content .entry-header .breadcrumb a:hover{color:#000 !important;}
.site-content ul.share-links li{
	text-align:center;
	margin-right:6px;
}
.site-content ul.share-links li a{
	border: 1px solid #E4E4E4;
    border-radius: 3px;
    display: block;
    padding: 7px 10px;
	font-size:14px;
    line-height: 1;
	color:#4F4F4F;
}
.site-content ul.share-links li a i{color:#4F4F4F;}
.site-content ul.share-links li a:hover i,
.site-content ul.share-links li a:hover{color:#ff0000;}
.page:not(.home) .content-area,
.page:not(.home) .content-area p{
	font-size:16px;
	color:#000000;
}
.site-main{display:block;}
.single-post .site-main,
.archive:not(.post-type-archive-product) .site-main,
.blog .site-main,
.page-template-contact-page .contact-section,
.distributor-section,
.page:not(.home):not(.page-template-contact-page) .page-content{padding-bottom:13.5%;}
.archive.category:not(.post-type-archive-product) .site-main{padding-bottom:9.5%;}
.page:not(.home):not(.page-template-contact-page) .page-content{padding-bottom:5%;}
.favorite-products,
.page:not(.home) main{padding-bottom:8.75%;}
.search-by-category main{padding-bottom:4.75% !important;}
.page-template-catalog-page:not(.home) main,
.search  main,
.page:not(.home):not(.page-template-contact-page) article{padding-bottom:13%;}
.page-template-resource-page .page-content{padding-bottom:7.5% !important;}
.text-light{color:#AAAAAA;}
/*.sub-pages-section{padding: 10% 0 5.8%;}*/
.sub-pages-section{padding: 5% 0 3%;}
.sub-pages-section .single-col{
	padding:0 8px;
	margin-bottom:20px;
}
.sub-pages-section .single-col span{color:#000;}
.sub-pages-section .single-col span:hover{color:#757575;}
.sub-pages-section .single-col a{
	border:0;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.page-title{color:#000;}
.page-content li{line-height:1.5;}
.entry-content h1,
.type-post .entry-content h1{font-size:30px;}
.entry-content h2,
.type-post .entry-content h2{font-size:28px;}
.entry-content h3,
.type-post .entry-content h3{font-size:24px;}
.entry-content h4,
.type-post .entry-content h4{font-size:22px;}
.entry-content h5,
.type-post .entry-content h5{font-size:20px;}
.entry-content h6,
.type-post .entry-content h6{font-size:18px;}
.img-overlay{
	position:relative;
	margin-bottom:20px;
}
.img-content{
	padding: 20px 0;
    text-align: center;
}
.page-template-default .entry-content,
.img-content-section .img,
.img-overlay .img{margin:0;}
.img-overlay .img img,
.img-content-section .img img{display:block;}
.img-content-section .img-content h2,
.img-overlay.section-2 .img-content h3{text-transform:none;}
.img-content-section{ 
	display: flex;
    flex-wrap: wrap;
}
.img-content-section img{object-fit:cover;}
.page-content{margin:0 auto;}
.is-desktop .news-section .single-blog img{
	/*max-width:300px;*/
	margin:0 auto;
}
/*********************************************Default Page Styles End****************************/
/*********************************************Contact Page Styles Start****************************/
.page-template-contact-page .page-content p,
.page-template-contact-page .page-content{
	font-size:17px !important;
	color:#444 !important;
}
.contact-section{padding:36px 0 0;}
.contact-section .gform_body #field_2_2 .gfield_label_before_complex{display:none;}
.gform_body label{
	color:#000000;
	margin-bottom:5px;
	display:block;
}
.gform_body .gfield{width:100%;}
.contact-section .gform_body .gfield{margin-bottom:25px;}
.gform_body .name_first{
	margin-bottom:25px;
	display:block;
}
.gform_body .gfield_required{	margin-left:5px;}
.content-area select::placeholder,
.content-area input::placeholder,
.content-area textarea::placeholder{color:#757575;}
.gform_body textarea{max-height:205px;}
.popup input[type="submit"],
.content-area input[type="submit"]{
	padding:13px 53px !important;
	font-size:20px !important;
	background-color:#FDE100;
	color:#242526;
	cursor:pointer;
}
.contact-section .gform_footer input[type="submit"]{margin-top:10px;}
.gform_footer input[type="submit"]{
	background-color:#FDE100;
	color:#242526;
}
.gform_footer input[type="submit"]:hover{
	background-color:#000 !important;
	color:#fff;
}
.gform_validation_error .validation_error,
.gform_validation_error .validation_message{
	color:#f00;
	font-size:14px;
}
.accordion-section h4{
	margin:0 0 23px;
	color:#000;
	font-weight:bold;
}
.accordion-section .accordion-text + .panel{
	background-color:#E4E4E4;
	color:#444444;
	padding:30px 24px !important;
	margin-bottom:4px;
	border-radius:0px 0px 3px 3px;
	display:none;
	font-size:15px !important; 
}
.accordion-section .panel.open{display:block;}
.accordion-section .panel p{margin-top:0;font-size:15px !important;}
.accordion-section .panel p:last-child{margin-bottom:0;}
.accordion-section .accordion{margin-bottom:4px;}
.accordion-section .accordion-text{
	display:flex;
	background-color:#444444;
	color:#fff !important;
	position:relative;
	font-size:16px;
	padding:13px 40px 13px 24px;
	font-weight:bold;
	border-radius:3px;
	cursor:pointer;
	line-height: 1.5;
    align-items: center;
}
.accordion-section .accordion.open{margin-bottom:0;}
.accordion-section .accordion.open .accordion-text{border-radius:3px 3px 0px 0px ;}
.accordion-section .accordion i{
	color:#fff;
	position:absolute;
	right:17px;
	font-size:17px;
	top:35%;
}
.is-mobile .accordion-section .accordion .panel.cads iframe{height:auto !important;}
.accordion-section .panel a:hover,
.accordion-section .panel p:first-child strong{color:#000000;}
/*********************************************Contact Page Styles Start****************************/
/*********************************************Resource Page Styles Start****************************/
.cta-section{
	background: #000 url('/wp-content/uploads/2019/03/cta-bg.png') no-repeat;
	background-size:cover !important;
	color:#fff;
	text-align:center;
	margin-bottom:30px;
}
.cta-section h2{font-size:24px;}
.cta-section .cta-overlay{
	padding:30px 0;	
	background:rgba(0,0,0,0.6);
}
.promo-section{
	padding:30px 15px;
	text-align:center;
}
.promo-section .single-col{margin:30px 0 0;}
.page-template-resource-page .site-main{
	    padding-bottom: 15.8% !important;
}
.benefits-section h3,
.promo-section h3{font-size:26px;}
.benefits-section{
	margin-top:32px;
	border-top:5px solid transparent;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
	text-align:center;
	padding:25px 15px 40px;
}
.benefits-section .benefits{
	list-style:none;
	text-align:left;
	margin:10px 0 30px;
	font-size:14px;
	font-weight:bold;
}
.benefits-section .benefits li{
	line-height:1.5;
	display:flex;
	align-items:center;
	margin-bottom: 15px;
}
.benefits-section .benefits li i{
	margin-right: 15px;
    padding: 4px;
    font-size: 15px;
    border-radius: 50%;
	color:#000 !important;
}
.benefits-section .link-button{
	min-width:30%;
	font-size:24px;
}
.architectural .benefits-section .benefits li i{color:#fff !important;}
.architectural .benefits-section{border-top:5px solid #004A8F;}
.industrial .benefits-section{border-top:5px solid #FDE100;}
/*********************************************Resource Page Styles End****************************/
/*********************************************Distributor Page Styles Start****************************/
.features-section{
	padding:20px 15px 0px !important;
	display:flex !important;
	flex-wrap:wrap;
	justify-content:center;
	margin:0 auto !important;
	float:none !important;
	list-style:none;
}
.features-section-custom{justify-content:space-between;}
.features-section-custom li {
	width:49%;
	margin-top:20px;
	text-transform:uppercase;
}
#wpsl-checkbox-filter:not(.wpsl-checkboxes-custom){padding-bottom:20px !important;}

.features-section .single-feature .link-button{
	width:95%;
	display: flex;
    align-items: center;
	text-align:left;
	margin:0 auto;
	line-height:1.2;
	cursor:pointer;
}
.features-section .single-feature.select{
	display:flex;
	align-items:center;
	justify-content:center;
}
.features-section .single-feature.select h4{text-transform:none;}
.scroll-prompt{
	text-align: center;
    margin: 30px auto 0;
    text-transform: none;
}
.features-section li span{
    display: flex;
    align-items: center;
	justify-content:center;
	width:90%;
	margin: auto;
}
.features-section-custom li span{
	padding:13px 30px 13px 80px;
	height:76px;
	justify-content:flex-start;
	background-position:15px center !important;
}
.distributor-form{
	background:#808080;
	color:#fff;
	padding:34px 0;
	display:flex;
	justify-content:space-between;
	width:100%;
}
.wpsl-search{
	padding:0 !important;
	margin:0 !important;
	background:transparent;
}
.wpsl-search h3{font-size:24px;}
.wpsl-search h3 span{
	font-size:22px;
	border-radius: 17px;
	margin-right:15px;
	padding:0px 12px;
}
.wpsl-search .distributor-form .container{
	margin:0 auto !important;
	float:none !important;
	display: flex;
    align-items: center;
	justify-content:space-between;
	flex-wrap:wrap;
}
#wpsl-search-wrap .wpsl-input #wpsl-search-input{
	width:55% !important;
	padding:9.5px 18px !important;
	font-size:18px !important;
	color:#757575;
	background:#fff;
	border:1px solid #E4E4E4 !important;
}
#wpsl-search-wrap .wpsl-input #wpsl-search-input::placeholder{text-transform:capitalize;}
.distributor-map{padding-bottom:72px;}
#wpsl-checkbox-filter li {
	float:none;
	margin: 1rem 0;
	width:100% !important;
	text-align:center;
}
 #wpsl-checkbox-filter.wpsl-checkboxes-custom li{
    margin:0 10px 0 0;
	list-style: none;
	width:auto;
}
.wpsl-checkboxes-custom li label{width:100%;}
#wpsl-search-wrap .distributor-form h3,
#wpsl-search-wrap .distributor-form .wpsl-input{
	float:none;
	width:100%;
	margin:0;
}
#wpsl-search-wrap .distributor-form .wpsl-input{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
#wpsl-search-wrap .wpsl-input .wpsl-search-btn-wrap{
	width:40% !important;
	float:none;
	margin-right:0;
}
#wpsl-search-wrap .wpsl-input #wpsl-search-btn{
	width:100%;
	text-transform: uppercase !important;
	box-shadow:none !important;
	background-image:none !important;
	font-size:17px !important;
	padding:11px 18px !important;
	margin:0;
}
#wpsl-search-wrap .wpsl-input div{margin:0;}
#store-search .link-button.dealer_type{
	background:#ED1C24 !important; 
	cursor:pointer;
}
#store-search .link-button.dealer_type.selected i,
#store-search .link-button.dealer_type:hover i{color:#000 !important;}
#store-search .link-button.dealer_type.selected,
#store-search .link-button.dealer_type:hover{
	background:#fff !important;
	color:#000 !important;
}
#wpsl-stores .store-heading .store-logo,
#store-search .link-button i{margin-right:10px;}
#wpsl-stores .store-heading,
#wpsl-stores .promoted-stores {
	display:flex;
	align-items:center;
	margin-bottom:10px;
	flex-wrap:wrap;
}
.industrial #wpsl-stores .promoted-stores{display:none;}
#wpsl-stores .promoted-stores li{
	width:60px !important;
	height:60px !important;
	padding:10px !important;
	margin: 0 10px 10px 0 !important;
	background-position:center !important;
}
#wpsl-result-list li p{margin:10px 0;}
#wpsl-stores .store-heading .store-logo p{
	line-height:1;
	margin:0;
}
/*.architectural #wpsl-stores .promoted-stores li.stocking_distributors,
.architectural .features-section .stocking_distributors span{background:url('/wp-content/uploads/2019/04/distributor-white.png') no-repeat;}

.industrial .features-section .stocking_distributors span{background:url('/wp-content/uploads/2019/03/distributor.png') no-repeat;}

.architectural #wpsl-stores .promoted-stores li.corner_showrooms,
.architectural .features-section .corner_showrooms span{background:url('/wp-content/uploads/2019/04/showrooms-white.png') no-repeat;}

.industrial .features-section .corner_showrooms span{	background:url('/wp-content/uploads/2019/03/showrooms.png') no-repeat;}

.architectural #wpsl-stores .promoted-stores li.handle_towers,
.architectural .features-section .handle_towers span{background:url('/wp-content/uploads/2019/04/towers-white.png') no-repeat;}

.industrial .features-section .handle_towers span{background:url('/wp-content/uploads/2019/03/towers.png') no-repeat;}*/

#wpsl-wrap #wpsl-result-list ul li .link-button{
	padding:12px 20px !important;
	font-size:14px !important;
	margin-top:20px;
}
#wpsl-search-wrap #wpsl-radius{
	display:flex;
	align-items:center;
	width:100%;
	justify-content:center;
}
.nearby{line-height:1.5;}
#wpsl-search-wrap .wpsl-selected-item{padding:9.5px 50px 9.5px 16px !important;}
#wpsl-search-wrap #wpsl-radius select{padding:11px 50px 11px 16px !important;}
.wpsl-dropdown{width:112px;}
#wpsl-search-wrap div label{width:auto;}
.architectural  #wpsl-wrap #wpsl-result-list ul li .link-button a{color:#fff !important;}
.architectural  #wpsl-wrap #wpsl-result-list ul li .link-button:hover a{color:#004A8F !important;}
#wpsl-wrap.wpsl-store-below #wpsl-result-list li{
	padding:18px 22px;
	border: 1px solid #E2E2E2;
	border-radius: 3px;
	margin-bottom:30px;
	justify-content:space-between;
	flex-wrap:wrap;
}
.store-content,
.store-content p:not(.wpsl-contact-details){font-size:18px !important;}
.store-content .wpsl-contact-details a{color:#000;}
.store-content .wpsl-contact-details a:hover{color:#909090;}
.store-content .wpsl-contact-details{margin-top:20px;}
.store-content .wpsl-contact-details i{
    border: 1px solid #C4C4C4;
    border-radius: 50%;
    padding: 5px;
	color:#C4C4C4;
	font-size:14px;
	margin-right:5px;
}
.fa-phone{transform:rotate(90deg);}
#wpsl-result-list #wpsl-stores .wpsl-store-thumb {
    height: 155px !important;
    width: 200px !important;
    object-fit: cover;
	float:none !important;
}
#wpsl-result-list #wpsl-stores{
	max-height:900px !important;
	height:100% !important;
	margin-top:40px;
}
#wpsl-wrap.wpsl-store-below #wpsl-result-list li.wpsl-premium{border: 2px dashed #f00;}
.no-stores #wpsl-result-list #wpsl-stores{height:auto !important; }
.no-stores .distributor-section{
	padding-bottom:0 !important;
}
#wpsl-result-list .store-content .distance,
#wpsl-custom-search{display:block !important;}
#wpsl-result-list .contacts span{
	margin:10px 0;
	word-break:break-all;
}
.features-section-custom li p{
	text-transform:initial;
	color:#004A8F !important;
	text-align:center;
}
/*********************************************Distributor Page Styles End****************************/
/*********************************************Blog Page Styles Start****************************/
.single-post .entry-title,
.archive article .entry-title,
.blog article .entry-title{
	font-size:23px;
	text-transform:capitalize;
	margin:20px 0 !important;
	color:#000;
}
.single-post .entry-title{margin:20px 0 10px !important;}
.archive .entry-title,
.blog .entry-title{margin:15px 0 30px !important;}
.archive article .entry-title a,
.blog article .entry-title a{color:#000;}
.related-posts a:hover .heading-h5,
.archive article .entry-title a:hover,
.blog article .entry-title a:hover{color:#909090;}
.archive article .entry-header,
.blog article .entry-header{padding:0;}
.archive article .entry-content  .link-button,
.blog article .entry-content  .link-button{
	display:table;
	padding:13px 26px !important;
	margin:25px 0;
	font-size:14px;
}
.archive .content-area:not(.press-page) .type-post,
.blog .content-area:not(.press-page) .type-post{
	border-bottom: 1px solid #D5D5D5;
	padding:48px 0 45px;
}
.single-post .type-post .entry-content{
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	padding:40px 0 35px;
}
.type-post .entry-content{margin:0;}
.type-post .entry-content p{font-size:17px;}
.type-post .entry-meta a,
.type-post .entry-meta{
	color:#909090;
	font-size:15px;
}
.archive .site-main .type-post:first-of-type,
.blog .site-main .type-post:first-of-type{padding-top:0;}
.archive .post-thumbnail ,
.single-post .post-thumbnail,
.blog .post-thumbnail{
	display:block;
	text-align:center;
	padding-bottom:35px;
}
.single-post .post-thumbnail{padding-bottom:25px;}
/*.archive .content-area:not(.press-page) .post-thumbnail img,*/
.archive .content-area .post-thumbnail img,
.blog .post-thumbnail img{
	max-height:330px;
	object-fit:contain;
}
.post-thumbnail img{
	display:block;
	margin:0 auto;
}
.widget .widgettitle,
.widget-area .widget-title{
	font-size:20px;
	margin:0;
    padding-bottom: 30px;
	color:#000;
}
.widget .widgettitle,
.widget-area:not(.single-post-sidebar) .widget-title{
	border-bottom: 1px solid #D5D5D5;
	margin: 0 0 20px;
}
.widget-area .widget{margin-bottom:40px;}
.widget-area ul{
	padding:0;
	list-style:none;
}
.widget-area .tagcloud a,
.widget-area:not(.single-post-sidebar) ul li{
	padding:0 15px 0 20px;
	line-height:2.5;
	position:relative;
}
.widget-area:not(.single-post-sidebar) ul li{
	color:#909090;
	font-size:18px;
}
.tag-link-count{color:#909090;}
.widget-area:not(.single-post-sidebar) ul li a{margin-right:5px;}
.widget-area .tagcloud a:after,
.widget-area:not(.single-post-sidebar) ul li:after{
	position:absolute;
	width: 7px;
	height: 7px;
	background: #FF0000;
	content:"";
	left:0;
	top: 18px;
    border-radius: 3px;
}
.single-post-sidebar ul.related-posts span,
.widget-area .tagcloud a,
.widget-area li a{
	font-size:18px !important;
	color:#000;
	display:inline-block;
}
.widget-area .tagcloud a:hover,
.widget-area li a:hover{color:#909090;}
.single-post-sidebar ul.related-posts span,
.widget-area .tagcloud a{display:block;}
.single-post-sidebar ul.related-posts li{margin-bottom:40px;}
.single-post-sidebar ul.related-posts li img{
	max-height:180px;
	object-fit:cover;
}
.single-post-sidebar ul.related-posts li span{
	margin:10px 0 0;
	line-height:1.2;
}
.single-post article .entry-header{padding:0 0 10px;}
.single-post  article .entry-footer{padding:0 0 35px;}
.entry-footer .tags-links,
.entry-footer .cat-links{
	font-size:18px;
	color:#555555;
	display:block;
}
.comment-form-url,
.comment-list .says,
.entry-footer .tags-links{display:none;}
.entry-footer .tags-links a,
.entry-footer .cat-links a{color:#909090;}
.entry-footer .tags-links a:hover,
.entry-footer .cat-links a:hover{color:#000;}
.nav-links a{
	font-size:14px;
	padding:11px 30px !important;
}
.navigation{margin:94px 0 50px !important;}
.single-post .navigation{
	margin:0 0 70px !important;
	padding:35px 0 38px;
	border-bottom: 1px solid #D5D5D5;
}
.comments-area .comments-title{font-size:28px;}
.comment-list{
	padding:0;
	margin-bottom:90px;
}
.comment-list ol{
	margin:0;
	padding-left:25px;
	list-style:none;
}
.comment-list b{font-size:16px;}
.comment-list .avatar {
	border-radius:50%;
	width:30px;
	height:30px;
	margin-right:14px;
}
#commentform,
.comment-list .comment-body{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.comment-list li{
	margin:30px 0;
	list-style:none;
}
.comment-list .comments-content{
	padding:10px;
	border:1px solid #D5D5D5;
	border-radius:3px;
	width:calc(100% - 44px);
}
.comment-list .comments-content p{font-size:15px;}
.comment-list time{color:#909090;}
.comment-respond p:not(.comment-form-cookies-consent) label{
	font-size:18px;
	color:#000;
	margin-bottom:5px;
	display:block;
}
.comment-respond input[type="checkbox"]{margin-right:5px;}
.comment-respond p{width:100%;}
.single-post .entry-header .breadcrumb,
.comment-respond .comment-notes{order:0;}
.single-post .entry-header .entry-header-right,
.comment-respond .comment-form-author{order:1;}
.single-post .entry-header .back-link,
.comment-respond .comment-form-email{order:2;}
.single-post .entry-header .entry-title,
.comment-respond .comment-form-comment{order:3;}
.comment-respond .comment-form-cookies-consent{
	order:4;
	display:flex;
	line-height:1.1;
}
.comment-respond .form-submit{order:5;}
.comment-respond input[type="submit"]{font-size:18px !important;}
.single-post .single-post-sidebar{padding-top:30px;}
.share-post{
	display:flex;
	align-items:center;
	padding-bottom:20px;
	flex-wrap:wrap;
}
.share-post span{
	margin-right:10px;
	font-size:16px;
}
.share-section .share-post span{font-size:14px !important;}
.share-post .st-last{display:inline-block !important;}
.share-post a{
	padding:0;
	margin-right:6px;
}
.share-post i{
	color:#444;
	font-size:18px;
	width:37px;
	padding: 10px 0;
	border-radius:50%;
	text-align: center;
	background: #E3E3E3;
}
.share-post a:hover i{
	color:#E3E3E3;
	background: #444;
}
.share-post .social-btn{
	display:flex;
	align-items:center;
}
.back-link{text-align:right;}
.back-link a{
	color:#00ABFD !important;
	text-decoration:underline;
	font-size:15px;
	display:block;
}
.back-link a:hover{color:#000 !important;}
.no-results .page-title{text-transform:capitalize;}
.filter{
	display:flex;
	margin:0 0 35px 0;
}
.filter h4{
	color:#000;
	text-transform:capitalize;
	margin-right:20px;
}
.filter .category-filter{
	width:200px;
	font-size:18px;
}
/*********************************************Blog Page Styles End****************************/
/*********************************************Events Page Styles Start****************************/
.single-event .posted-on a,
.single-event .posted-on,
.events-page .post-date,
.events-page .type-post .posted-on a,
.events-page .type-post .posted-on{color:#ED1C24 !important;}
.events-page .post-location{color:#444 !important;}
.archive .events-page .post-thumbnail{padding-bottom:0px;}
.events-page .type-post .posted-on,
.events-page .type-post .posted-on a{font-size:23px;}
.events-page .single-post-sidebar ul.related-posts li .post-location,
.events-page .single-post-sidebar ul.related-posts li .post-date{font-size:15px !important;}

.single-event .post-location,
.events-page .type-post .post-location{
	margin:0 0 30px !important;
	text-transform:capitalize !important;
}
.events-page article .entry-title{margin:20px 0 0 !important;}
.events-page .type-post{
	border: 1px solid #e1e1e1;
	padding:0 0 8px !important;
	margin: 0  0 92px !important;
	position:relative;
}
.events-page .type-post::after{
	position:absolute;
	content:"";
	width:100%;
	left:0;
	top:calc(100% + 45.5px);
	height:1px;
	background:#e1e1e1;
}
.events-page .event-content{padding:25px 28px 0 28px;}
.events-page .single-post-sidebar ul.related-posts li img{max-height:155px;}
.single-event .posted-on,
.single-event .posted-on a{font-size:24px;}
/*********************************************Events Page Styles End****************************/
/*********************************************Press Release Page Styles End****************************/
/*.press-page article:first-of-type{
	border-bottom:1px solid #D5D5D5;
	margin-bottom:70px;
	padding-bottom:25px;
}
.press-page article:not(:first-of-type){padding:25px 0;}
.press-page article:not(:first-of-type) .entry-title{margin-top:0 !important;}*/
.press-page article{padding:25px 0;}
.press-page article .entry-title{margin-top:0 !important;}
.press-page .site-main .posts-navigation{margin:46px 0 0 !important;}
/*********************************************Press Release Page Styles End****************************/
/*********************************************Error Page Styles Start****************************/
.error404 .widget-area{padding-top:20px;}
.page-content #searchform{max-width:300px;}
/*********************************************Error Page Styles End****************************/
/*********************************************Catalog Page Styles Start****************************/
.catalogs-section .single-catalog{
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
	margin:0 0 34px;
	padding:12px;
	flex-wrap:wrap;
}
.catalogs-section .single-catalog{
	display:flex;
	justify-content:space-between;
}
.catalogs-section .catalog-img{width:30%}
.catalogs-section .catalog-img + .catalog-content{width:65%;}
.catalogs-section .catalog-img img{display:block;}
.catalogs-section .single-catalog .catalog-desc{
	height:75px;
	overflow:hidden;
}
.catalogs-section .single-catalog .catalog-desc.show{
	height:auto;
	overflow:auto;
}
.catalogs-section .single-catalog .read-more{
	margin:10px 0;
	display:none;
}
.catalogs-section .catalog-content,
.catalogs-section .catalog-content p{font-size:17px !important;}
.catalogs-section .link-button{
	padding:15px 50px !important;
	font-size:20px;
}
.catalog-content .link-button{
	padding:12px 18px !important;
	display:inline-block;
	font-size:14px;
}
.see-more-button{
	text-align:center;
	margin:42px 0;
}
.catalogs-section .filter{
	background: #F4F4F4;
	padding:20px 10px;
}
.catalog-content .read-more.hide{display:none !important;}
.catalog-content .read-more.show{display:block !important;}
/*********************************************Catalog Page Styles End****************************/
/*********************************************Product Category Page Styles Start****************************/
.archive .category-img{text-align:center;}
.archive .term-description,
.archive .term-description p,
.product .product_category_title{ 
	font-size:15px;
	color:#4F4F4F;
	line-height:1.8;
}
.archive .woocommerce-products-header{margin-bottom:30px;}
.archive .subcats{
	margin:40px 0;
	padding:0 5%;
	width:100%;
}
.archive .subcats .product{
	width:99.5% !important;
	margin-bottom: 15px !important;
	text-align:center;
}
.subcats .subcat-img{
	border:1px solid #DCDCDC;
	border-radius:3px;
	height:110px;
	padding:10px;
	margin-bottom:10px;
}
.subcats .subcat-img img{
	height:100% !important;
	object-fit:contain;
	margin:0 !important;
}
.products .type-product .price,
.subcats .woocommerce-loop-category__title{
	font-size:13px !important;
	color:#414142 !important;
	min-height:30px;
	padding:0 !important;
}
.subcats .count{
	display:block;
	border-radius: 10px;
	width: 30px;
	height: 20px;
	margin:15px auto;
	font-size:13px !important;
}
.subcats .cat-desc{
	font-size:15px;
	color:#4F4F4F;
	display:none;
}
.archive .subcats .owl-nav{top:32%;}
.products .type-product{
	border:1px solid #E9E9E9;
	border-radius:3px;
	text-align:center;
	padding:14px !important;
	margin-bottom:28px !important;
}
.category-content{margin-bottom:7.5%;}
.product .product-title,
.products .type-product .woocommerce-loop-product__title{
	font-size:22px !important;
	color:#000;
}
.product-slider ul.products li.product:hover,
.woocommerce ul.products li.product.product-category:hover .subcat-img,
.woocommerce ul.products li.product.type-product:hover{
	border:1px solid #000;
	cursor:pointer;
}
.woocommerce ul.products li.product:hover .woocommerce-loop-category__title,
.woocommerce ul.products li.product:hover .woocommerce-loop-product__title{color:#000 !important; }
.product .product-title{font-weight:normal !important;}
.product-slider .product-brand,
.product-slider .add-favorite,
.woocommerce ul.products li.product .price,
.category-content  .products .type-product .price{display:none !important;}
.products .product .price{
	margin-top:10px;
	color:#757575 !important;
	font-size:12px !important;
	text-transform:uppercase;
}
.products .product .price .amount{
	color:#000 !important;
	font-size:16px !important;
}
.product .price .label{display:block;}
.products .type-product img{border:0 !important;}
.stars span a,
.stars span a:hover{color:#f00;}
.star-rating{
	color:#FF0000;
	font-size: 1em !important;
	width: 7.4em !important;
	letter-spacing:5px;
}
.products .star-rating{margin:0 auto 36px !important;}
.product-slider .products .star-rating{margin-bottom:15px !important;}
.product-slider{
	background:#F5F5F5;
	padding:5%;
}
.product-slider .heading-h1{
	text-align:center;
	margin:0 0 30px;
	color:#000;
	text-transform:capitalize;
}
.product-slider .product{
	width:99.9% !important;
	background:#fff;
	list-style:none;
}
.product .product_category_title{
	color:#757575;
	display:block;
	margin-bottom:20px;
	line-height:1.2;
}
.product-slider .products .product_category_title{
	margin-bottom:30px;
	font-weight:normal;
}
.category-sidebar ul{
	display:none;
	margin:8px 0 40px 0 !important;
}
.category-sidebar ul li{margin-bottom:12px;}
.category-sidebar ul li a{
	text-transform:uppercase;
	color:#414142;
}
.category-sidebar ul li a:hover span,
.category-sidebar ul li a:hover{color:#ff0000;}
.category-sidebar .heading-h6:first-child{margin:0 0  35px;}
.category-sidebar .accordion{border-top:1px solid #E5E5E5;}
.category-sidebar .widget{margin-bottom:0;}
.category-sidebar .accordion-text{
	margin:0;
	color:#414142;
	padding:12px 0;
}
.category-sidebar .accordion-text:hover{cursor:pointer;}
.category-sidebar .accordion-text .fas{
	float:right;
	color:#414142;
}
.category-sidebar .woocommerce-widget-layered-nav-list li.not(.see-more) a:before{
	content:"\f00c" !important;
	font-family:"Font Awesome 5 Free" !important;
	font-weight: 900 !important;
    font-size: 12px !important; 
    padding: 2px;
    border-radius: 2px;
	margin-right: 10px;
	color:#fff;
	background: #FFFFFF;
	border: 0.5px solid #999999;
	vertical-align:middle;
}
.category-sidebar .woocommerce-widget-layered-nav-list li.chosen a:before{
	color:#fff;
	background:#ff0000;
	border: 0.5px solid #ff0000;
	border-radius: 2px;
}
.category-sidebar .woocommerce-widget-layered-nav-list li.see-more a i{vertical-align:middle;}
.category-sidebar .woocommerce-widget-layered-nav-list li.see-more a i,
.category-sidebar .woocommerce-widget-layered-nav-list li.see-more a{
	color:#ff0000;
	text-transform:none;
	font-weight:bold;
}
.category-sidebar .woocommerce-widget-layered-nav-list li.see-more a:hover i,
.category-sidebar .woocommerce-widget-layered-nav-list li.see-more a:hover{
	color:#000;
}
.search-results.post-type-archive main,
.tax-product_cat main{padding-bottom:0 !important;}
.category-listing .category-filters{
	display:flex;
	flex-wrap:wrap;
	text-align:center;
	background:#F5F5F5;
	border-radius: 3px;
	padding:10px 18px;
	margin-bottom:20px;
	align-items:center;
	justify-content:space-between;
}
.category-filters select,
.category-filters .page-numbers a,
.category-filters .page-numbers span,
.category-filters .label,
.woocommerce-result-count{
	font-size:13px !important;
	text-transform:uppercase !important;
	line-height:1;
	color:#414142 !important;
}
.category-filters .page-numbers a .fas{color:#000000;}
.category-filters .page-numbers{border:0 !important;}
.category-filters .page-numbers li{
	margin-left:5px !important;
	border:0.5px solid #DCDCDC !important;
	border-radius:3px;
}
.category-filters .page-numbers span,
.category-filters .page-numbers a{
	background:#fff;
	padding:7px 12px !important; 
}
.category-filters .label{
	display:block;
	margin-right:5px;
}
.category-filters .select-list{max-width:145px;}
.category-filters .select-list::before{
	background:0;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	top:4px;
	right:12px;
}
.category-filters select{
	box-shadow:none;
	border: 0.5px solid #DCDCDC !important;
	padding:9px 35px 9px 17px !important;	
}
.category-filters .products-per-page .select-list{max-width:140px}
.category-listing .woocommerce-pagination,
.category-listing .woocommerce-result-count,
.category-listing .products-per-page,
.category-listing .woocommerce-ordering,
.category-listing .woocommerce-notices-wrapper{
	width:100%;
	margin: 0  0 20px 0 !important;
}
.category-listing .products-per-page,
.category-listing .woocommerce-ordering{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.category-listing .woocommerce-notices-wrapper{order:0;}
.category-listing .woocommerce-ordering{order:1;}
.category-listing .products-per-page{order:2;}
.category-listing .woocommerce-result-count{order:3;}
.category-listing .woocommerce-pagination{order:4;}
.product-slider.widget{margin:0;}
.woocommerce ul.products li.product:not(.product-category) img{
	min-height: 180px;
    max-height: 180px;
	object-fit:contain;
}
.woocommerce ul.products li.product a img{
	/*width:auto;*/
	margin:0 auto !important;
}
.product-brand{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	margin:32px 0;
}
.product-brand img{
	width:auto !important;
	min-height:auto !important;
	max-height:none !important;
}
.products .product .add-favorite button i{margin-right:3px;}
.product-brand li{
	margin-right:10px;
	list-style:none;
}
.products .product .add-favorite{
	margin-bottom:15px;
	text-align:right;
	line-height:1;
}
.products .product .add-favorite button{
	background:transparent !important;
	font-size:10px;
	border:0;
	padding:0 !important;
	cursor:pointer;
}
.products .product .add-favorite a{
	text-transform:uppercase;
	font-size:10px;
}
.hide,
.products .product .remove-link{display:none;}
.products .product .remove-link.show{display:inline;}
.products .product .remove-link:hover .fas,
.products .product .remove-link:hover,
.products .product .favorites-link .fas,
.products .product .favorites-link{color:#ff0000;}
.products .product .remove-link .fas,
.products .product .remove-link,
.products .product .favorites-link:hover .fas,
.products .product .favorites-link:hover{color:#242526;}
.products .product .remove-link i{
	background-color:#EDEDED !important;
	border-radius: 50%;
}
.favorite-products .products{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.favorite-products .products .product{margin-right:1.5% !important;}
.is-mobile .favorite-products .products .product{margin-right:1% !important;}
.products .product .buy-section{
	margin:30px auto 0;
	display:block;
}
.products .product .buy-section .where-to-buy{
	padding:10px 20px !important;
	display: block;
    width: auto;
	margin:0 auto;
	width:155px;
	width:155px;
	line-height:1;
	font-size: 12px !important;
	border:1px solid transparent !important;
}
.products .product .buy-section .where-to-buy i{
	margin-right:5px;
	font-size: 18px;
	vertical-align:sub;
	border:0 !important;
	background:transparent !important;
}
.products .product .buy-section .where-to-buy:hover i{border:0 !important;}
.product-slider .products .product .where-to-buy{ margin:0 auto;}
.product-slider .products .product .buy-section .where-to-buy i{
	font-size: 12px;
	vertical-align:unset;
}
.woocommerce .woocommerce-pagination ul.page-numbers li.hide,
.woocommerce-page .woocommerce-pagination ul.page-numbers li.hide{
	display:none;
}
.page:not(.home) .content-area .page-content h1,
.page:not(.home) .content-area .page-content h2,
.page:not(.home) .content-area .page-content h3,
.page:not(.home) .content-area .page-content h4,
.page:not(.home) .content-area .page-content h5,
.page:not(.home) .content-area .page-content h6,
.archive .term-description h1,
.archive .term-description h2,
.archive .term-description h3,
.archive .term-description h4,
.archive .term-description h5,
.archive .term-description h6{text-transform:initial;}
.page-content a,
.archive .term-description a{
	color:#000;
	font-weight:bold;
}
.page-content a:hover,
.archive .term-description a:hover{
	color:#c4c4c4;
}
.page:not(.home) .content-area .page-content table{
	margin: 20px 0 !important;
}
/*********************************************Product Category Page Styles End****************************/
/*********************************************Search By Category Page Styles Start****************************/
.page-template-search-by-category .entry-title{
	text-align:center;
	text-transform:none;
	color:#444444;
}
.search-by-category .single-cat{
	border-bottom: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	padding:25px 15px;
	text-align:center;
}
.search-by-category .row.categories:last-child .single-cat{border-bottom:0 !important;}
.search-by-category .single-cat:nth-child(2n){border-right: 0;}
.search-by-category .cat-name{
	font-size:13px;
	text-transform:uppercase;
	display:block;
	min-height:40px;
}
.search-by-category .row.categories:first-child .single-cat{padding-top:0;}
.search-by-category .cat-img{
	min-height:100px;
	max-height:100px;
	display: flex;
	align-items:center;
    justify-content:center;
}
.search-by-category .cat-img img{
	height:100px;
	object-fit:contain;
}
.page-template-search-by-category .two-cols-section{background:#F4F4F4;}
/*********************************************Search By Category Page Styles End****************************/
/*********************************************Product Page Styles Start****************************/
.single-product .price,
.single-product .product_title{
	font-size:24px !important;
	color: #4F4F4F !important;
	margin:10px 0 !important;
}
.single-product .product_title{margin-right:15px !important;}
.single-product .product-header{
	display:flex;
	align-items:center;
	margin:15px 0 25px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price{color:#9C9C9C !important;}
.woocommerce .flex-control-nav li,
.woocommerce .main-image .woocommerce-product-gallery__wrapper,
.woocommerce .flex-viewport{
	background: #FFFFFF;
	box-sizing: border-box;
	border-radius: 3px;
}
.woocommerce .flex-control-nav li{
	margin:15px 10px 0 0 !important;
	padding:5px;
}
.woocommerce .architectural .flex-control-nav li,
.woocommerce .architectural div.product div.images .woocommerce-product-gallery__image--placeholder,
.woocommerce .architectural .woocommerce-product-gallery__image{border: 1px solid #E4E4E4;}
.woocommerce .industrial .flex-control-nav li,
.woocommerce .industrial div.product div.images .woocommerce-product-gallery__image--placeholder,
.woocommerce .industrial .woocommerce-product-gallery__image{border: 1px solid #DCDCDC;}
/*.single-product  .product .summary .sku_wrapper,*/
.product-type-simple .product-details .product-actions,
.type-product .product-details .posted_in{display:none;}
.woocommerce .images .woocommerce-product-gallery__image,
.type-product .product-images .woocommerce-product-gallery{
	display:flex !important;
	flex-wrap:wrap;
}
.product-details .product-actions{width:100%;}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th{vertical-align:unset;}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
	top: 1em;
    left: 1em;
    right: auto;
}
.woocommerce .type-product .flex-control-nav{width:65%;}
.woocommerce .type-product .thumb-slider .flex-control-nav{padding:0 30px !important;}
.type-product .product-images .product-brand{
	order:9;
	padding: 0;
    margin-top: 15px;
    width: 35%;
    text-align: right;
    justify-content: flex-end;
}

.type-product .product-images .thumb-image .product-brand{text-align: left; justify-content: flex-start;}
.woocommerce .images .woocommerce-product-gallery__image,
.woocommerce .images .woocommerce-product-gallery__image a,
.woocommerce .images .woocommerce-product-gallery__wrapper{height:100%;}
.woocommerce .images .woocommerce-product-gallery__image a{
	margin:0 auto;
	display:flex;
	align-items:center;
	width:100%;
}
.woocommerce-product-gallery__image--placeholder img,
.woocommerce .images a img{
	height: 99% !important;
	object-fit: scale-down;
	width:auto !important;
	margin:0 auto;	
}
.woocommerce-product-gallery__image--placeholder,
.woocommerce .images .woocommerce-product-gallery__image{
	align-items:center;
	height:250px;
}
.woocommerce .main-image .woocommerce-product-gallery__wrapper,
.woocommerce .flex-viewport{
	max-height:250px;
	min-height:250px;
}
.product-details .product-actions .product_meta,
.share-section,
.main-image .buy-section{
	margin:15px 0;
	width:100%;
}
.share-section .share-links,
.share-section .share-post{justify-content:center !important;}
.share-section .share-post i{
	font-size:14px !important;
	width:33px;
}
.share-section ul.share-links li a{font-size:12px;}
.main-image .add-favorite i,
.main-image .add-favorite img{
	display:inline-block !important;
	margin:0 10px 0 0 !important;
}
.main-image .add-favorite i{font-size:26px;}
.main-image .add-favorite{
	border: 1px solid #E4E4E4;
    box-sizing: border-box;
    border-radius: 3px;
	padding:20px 15px;
	width: 205px;
	margin:0 auto;
}
.main-image .add-favorite a{
	font-size:14px;
	text-transform:uppercase;
	color:#ff0000;
	justify-content:center;
	align-items:center;
}
.main-image .add-favorite a.show{display:flex;}
.main-image .add-favorite:hover{
	border: 2px solid #f00;
    padding: 19px 15px;
	cursor:pointer;
}
.buy-section .where-to-buy .search-zipcode,
.buy-section .where-to-buy form{
	display:flex;
	align-items:center;
	justify-content:center;
}
.product-header .price,
.product-details .cart button,
.product-details .quantity{display:none !important;}
.main-image .add-favorite a.hide{display:none;}
.buy-section .where-to-buy form{justify-content:space-between;}
.single-product  .product .summary h5{
	border-bottom: 1px solid #E5E5E5;
	padding:25px 0;
	margin:20px 0 40px;
}
.buy-section .where-to-buy{
	border-radius:3px;
	border:0 !important;
	padding:11px 12px;
	margin:0 auto 15px;
	width:280px;
}
.buy-section .where-to-buy .search-zipcode{
	font-size:15px;
	margin-right:10px;
	padding:10px 0 !important;
	cursor:pointer;
	background:transparent !important;
	color:inherit !important;
	border:0 !important;
}
.buy-section .where-to-buy i{
	font-size:24px;
	margin-right:10px;
}
.single-product .site-content .buy-section .where-to-buy form input{
	width:100px !important;
	font-size:14px !important;
	box-shadow: none !important;
    border: 0 !important;
    line-height: 1;
	color: #9C9C9C;
	text-align:center;
	padding:12px 16px !important;
}
.single-product  .product,
.single-product  .product p{
	font-size:15px;
	line-height: 25px;
}
.single-product .product:not(.product-slider .product) ul,
.single-product .product ol{padding-left:25px;}
.pdf-files li,
.single-product .product .summary .features li{line-height:2.6;}
.single-product .tabs-section{margin:30px auto 60px;}
.tabs-section .tabs{
	padding:0 !important;
	margin: 0 0 5px !important;
}
.tabs-section .tab-title:after,
.tabs-section .tab-title:before,
.tabs-section .tab-title{
	padding:0 !important;
	border:0 !important;
	box-shadow:none !important;
}
.tabs-section .tab-title a{
	text-transform:uppercase;
	font-size:18px;
	font-weight:normal !important;
	padding:20px 25px !important;
	line-height:1;
	background:#fff;
}
.tabs-section .tabs:before{border-bottom:3px solid #f4f4f4 !important;}
.tabs-section .tab-title.active a{
	background: #F4F4F4;
	border-radius: 3px 3px 0px 0px;
}
.pdf-files,
.videos{list-style:none;}
.pdf-files{padding:0 !important;}
.pdf-files li i{
	color:#ff0000 !important;
	position:relative !important;
	right:auto !important;
}
#tab-videos .panel{padding:30px !important;}
.tabs-section .accordion-text + .panel{margin:0 !important;}
.tabs-section table td,
.tabs-section table td p,
.tabs-section table th,
.tabs-section table.shop_attributes td p{
	font-size:12px !important;
	text-transform:uppercase;
	font-style:normal !important;
	background:#fff;
	padding:0;
	color:#414142;
}
.tabs-section table.shop_attributes td p,
.tabs-section table td p{
	background:transparent;
}
.tabs-section table td,
.tabs-section table{
	border:0 !important;
	border-collapse:collapse;
}
.tabs-section table tr{border:0 !important;}
.tabs-section table:not(.variations) tr:first-child{border-bottom:2px solid #E5E5E5 !important;}
.tabs-section table th{text-align:left;}
.tabs-section table:not(.variations) th,
.tabs-section table:not(.variations) td{
	padding:10px 10px 10px 5px !important;
	line-height:1.2;
}
.tabs-section table:not(.variations) tr:nth-child(2n+1) td{background-color:#F4F4F4;}
.product-details form.cart,
.tabs-section table.variations{margin-bottom:0 !important;}
.product-details .woocommerce-variation-price{margin:10px 0;}
.tabs-section table.shop_attributes td{
	padding:15px 10px 15px 0px !important;
	background:#fff !important;
}
.tabs-section .shop_attributes tr{border-bottom:1px solid #E5E5E5 !important;}
.table-div table{margin:0 !important;}
.table-div{
	overflow-x:auto;
	margin:0 0 1.5rem !important;
}
table{
	border: 1px solid #E5E5E5 ;
	border-collapse:collapse;
	background:#fff;
}
table td,
table th{
	padding:15px;
	 border: 1px solid #E5E5E5 ;
}
.woocommerce-product-gallery--without-images .woocommerce-product-gallery__wrapper{width:100%;}
.woocommerce-product-gallery--without-images .product-brand{justify-content:flex-start !important;}
.flex-control-nav .owl-nav{
	width:100% !important;
	left:0 !important;
}
.summary ul:not(.features),
.features.summary ul:not(.features){margin-bottom:30px !important;}
.flex-control-nav li,
.woocommerce .type-product .thumb-image .woocommerce-product-gallery__wrapper{width:100% !important;}
.product-details{position:relative;}
.product-details .onsale{ 
	top:50px !important;
	left:15px  !important;
}
/*********************************************Product Page Styles End****************************/
/*********************************************Search Page Styles Start****************************/
.search-results .woocommerce-products-header,
.search.archive .products .product .buy-section,
.search-results:not(.archive) .entry-header.main{display:none;}
.products-search{
	background:#F4F4F4;
	padding:6% 0 3.3%;
}
.products-search .page-header.products{
	background:#000 url('/wp-content/uploads/2019/04/search-result.jpg') no-repeat;
	background-size:cover;
	border-radius: 8px 8px 0px 0px;
}
.products-search .page-header.products .header-content{
	background:rgba(0, 0, 0, 0.8);
	border-radius: 8px 8px 0px 0px;
	color:#fff !important;
	padding:10% 5%;
}
.products-search .page-header.products .header-content h1{
	display:block;
	width:100%;
	color:#fff !important;
	margin-bottom:40px;
}
.posts-search .entry-title,
.posts-search .entry-title a{font-weight:normal;}
.posts-search .page-header h1,
.products-search .page-header{text-align:center;}
.posts-search .entry-title,
.posts-search .entry-title a,
.posts-search .page-header h1,
.products-search .page-header h1{text-transform:none;}
.products-search .page-header p{margin:10px 0;}
.products-search  .classification-section{
	padding:50px 0 0;
	text-align:center;
}
.products-search .single-col .section-heading a{
	border:0 !important;
	font-size:26px;
	padding:20px;
}
.products-search .single-col p{
	font-size:18px;
	padding:0 10px;
	margin:10% 0 0 ;
}
.products-search .single-col p span{
	background:transparent;
	text-transform:none;
	padding:0;
}
.search-results .posts-search{padding:6% 15px 0;}
.posts-search .entry-summary p,
.posts-search .entry-summary{
	font-size:18px;
	margin:0;
}
.posts-search .post-link{
	color:#004A8F;
	word-break:break-all;
}
.posts-search .post-link:hover{color:#c4c4c4;}
.posts-search .entry-header{padding:0;}
.posts-search article{
	margin-top:60px;
	padding:0;
}
.posts-search .entry-title{margin-bottom:7px !important;}
.posts-search .entry-title,
.posts-search .entry-title a{font-size:20px;}
.not-found .heading-h4,
.not-found .page-title{text-transform:initial;}
.not-found .heading-h4,
.not-found p,
.not-found .heading-h3{color:#414142;}
.search-term{
	color:#ED1C24;
	text-transform:uppercase;
}
.not-found .search-form{
	background: rgba(209, 6, 6, 0.1);
	border: 0.5px solid #DADADA;
	box-sizing: border-box;
	border-radius: 2px;
	margin:30px 0 42px;
	padding:18px 26px 18px;
}
.not-found .search-form #searchform{
	max-width:100%;
	flex: 0 0 100%;
}
.not-found #searchform .fa-search,
.not-found .search-form #searchform input{
	background:#fff !important;
	border: 0.5px solid #DADADA !important;
	border-radius: 3px;
}
.not-found .search-form #searchform input[type="submit"]{
	background:transparent !important;
	border:0 !important;
}
.not-found #searchform .fa-search{
	color:#001588 !important;
	font-size:26px !important;
	padding:11px !important;
	top:2px;
	right:1px;
	border:0 !important;
}
.not-found .search-form p,
.not-found .search-form  #searchform input{font-size:18px !important;}
.not-found .search-form p{margin:18px 0 0;}
.not-found .search-form h4{margin-top:0;}
.not-found .search-contact{
	background: #F2F8FF;
	border-radius: 3px;
	padding:25px 34px 34px;
}
.architectural .not-found .search-contact{background: #F2F8FF;}
.industrial .not-found .search-contact{background:#fff9cc;}
.not-found .search-contact ul{
	padding:30px 0 0;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
}
.not-found .search-contact ul li{
	width:100%;
	margin-bottom:20px;
	display:flex;
	align-items:center;
}
.not-found .search-contact ul li i{
	font-size:20px;
	color:#C4C4C4;
	background:#fff;
	border-radius:50%;
	border:1px solid #C4C4C4;
	padding:10px;
	margin-right:13px;
}
.not-found .search-contact a{
	font-size:16px;
	text-decoration:none;
}
.not-found .search-contact .label{
	text-transform:uppercase;
	display:block;
	font-size:13px;
	line-height:1;
	font-weight:400;
}
.not-found .search-categories{padding:9% 0 0;}
.not-found .search-categories .heading-h1{text-align:center;}
.not-found .search-categories .search-by-category{padding:6% 15px 0;}
.search:not(.archive) .site-main{padding-bottom:10% !important;}
.archive.search .site-main{padding-bottom:0 !important;}
.search-results .category-listing h4{
	margin-top:0;
	color:#414142;
}
.category-listing .search-results{
	background: rgba(253, 225, 0, 0.2);
	border-radius: 3px;
	padding:18px 28px;
	margin-bottom:18px;
}
.category-listing .search-results p{
	margin:0;
	color:#000;
	font-size:16px;
}
.not-found .search-contact p,
.not-found .search-contact a{font-weight:600;}
/*********************************************Search Page Styles End****************************/
/*********************************************Media Queties Start****************************/
@media screen and (min-width:1024px) and (max-width:1199px){	
	.header-main-links{
		max-width:33%;
		flex:0 0 33%;
	}
}
@media screen and (max-width:1199px){	
	.site-favorites,
	.header-contact{margin:0 0 20px 0;}
	.site-favorites a,
	.header-contact a{
		justify-content:center;
	}
	.header-contact a span,
	.site-favorites a span{display:none;}
	.stick.site-header .container{max-width:100%;}
	.features-section#wpsl-checkbox-filter .single-feature.select{width:100% !important;}
}
@media screen and (max-width:1023px){	
	#page{position:relative;}
	.menu-toggle{
		position:absolute;
		top:47px;
		left:0;
		padding:0;
		left: calc((100vw - 710px) / 2);
		color:#000;
		font-size:18px;
		cursor:pointer;
	}
	.header-right{position:static;}
	#site-navigation{text-align:left;}
	#site-navigation .sub-menu-wrapper .sub-menu-wrapper{
		width:90%;
		margin:0 auto;
	}
	.site-favorites,
	.header-contact{margin-top:0 !important;}
	.site-header .fa-phone,
	.site-header .fa-comments,
	.site-header .fa-bars{color:#ED1C24;}
	.site-header:not(.stick) .site-search{margin-bottom:15px;}
	.main-navigation li{float:none;}
	.main-menu{
		display:block;
		position: absolute;
		left: -9999px;
		top: 0;
		height: 100%;
		width: 100%;
		transition:background 0.6s;
		z-index:-9999;
	}
	.main-menu.show{
		background:rgba(52,52,52,0.5);
		z-index:9999;
		left:0;
	}
	.main-menu .slide-menu{
		width:300px;
		height: 100%;
		transform:translateX(-100%);
		transition:transform 0.5s;
		z-index:-9999;
		text-align:left;
	}
	.main-menu.show .slide-menu{
		transform:translateX(0);
		z-index:999999;
		background:rgba(52,52,52,0.9);
	}
	.site-branding{padding-left:50px;}
	.site-branding .hamburger-menu{
		position: absolute;
		padding: 0;
		left:15px;
		top:25px;
		cursor:pointer;
	}
	.stick .site-branding .hamburger-menu{top:8px;}
	.site-branding .hamburger-menu .fas{font-size: 25px !important;}
	.site-branding .logo a{text-align:center;}
	.main-menu ul{
		position:relative;
		list-style:none;
		padding-top: 50px;
	}
	.main-menu ul li a{
		color:#fff;
		padding:8px 15px !important;
		display:block;
	}
	.news-section .blog-content .blog-title{font-size:20px !important;}
	.news-section .blog-content .blog-date{font-size:13px;}
	.wpsl-search h3{
		text-align:center;
		margin:0 0 20px !important;
	}
	.press-page article .entry-title {margin-top: 0 !important;}
	.single-post-sidebar ul.related-posts li img{
		width: auto;
		margin: 0 auto;
		display: block;
	}
	.single-post-sidebar ul.related-posts li a{display:block;}
	.error404 .widget-area{padding-top:50px;}
	.fa-star{font-size:14px !important;}
	.is-desktop .news-section .single-blog img{
		height:200px;
		object-fit:contain;
	}
	.woocommerce .type-product .flex-control-nav{padding:0 !important;}
	.woocommerce .type-product .flex-control-nav .owl-nav{display:none;}
	.header-right .main-menu.show #searchform{
		position:absolute;
		top:50px;
		width:270px;
		left:15px;
		display:block;
	}
	.site-favorites a,
	.header-contact a{justify-content:flex-end;}
	.header-main-links ul{text-align:center;}
	body.toggled .site-header{height:100%;}
	.main-navigation ul .sub-menu-wrapper{
		position:absolute;
		left:0;
		top:100%;
		width:100%;
	}
	.stick.site-header .header-right > .row{justify-content:space-between;}
	.stick.site-header .header-right .header-main-links{
		max-width:40%;
		order:1;
		flex:0 0 40%;
	}
	.stick.site-header .header-right .site-search{
		max-width:30%;
		order:2;
		flex:0 0 30%;
	}
	.stick.site-header .header-right .main-navigation{
		max-width:25%;
		order:0;
		flex:0 0 25%;
	}
	.woocommerce .type-product .thumb-slider .flex-control-nav{padding:0 10px 0 0 !important;}
	body.menu-toggled{overflow:hidden;}
	.menu-toggled .site-header{
		height:100vh;
		overflow:hidden;
	}
	.menu-toggled .site-header #products-menu .sub-menu-wrapper{
		overflow-y: auto;
		height: calc(100vh - 220px);
		padding-bottom:50px;
	}
	.products-search .single-col .section-heading a{font-size:20px;}
}
@media screen and (max-width:767px){	
	.site-branding,
	.site-header .row{text-align:center;}
	.site-branding{padding:0 15px;}
	.site-favorites,
	.header-contact{margin-top:10px !important;}
	.menu-toggle{
		top:57px;
		left: calc((100vw - 540px) / 2);
	}
	.contact-section .accordion-section,
	.site-footer .social-profiles{margin-top:25px;}
	.site-footer .copyright{
		order:2;
		text-align:center;
		margin-top:15px;
	}
	.site-branding .hamburger-menu{
		top: 10px;
		left: 15px;
		margin-top:0;
	}
	.contact-section .accordion-section{margin-top:50px;}
	.tabs-section .panel,
	.products-search .page-header.products img,
	.tabs-section .tabs{display:none;}
	.tabs-section .wc-tab{
		display:block !important;
		margin-bottom:10px !important;
	}
	.woocommerce table.shop_attributes td,
	table:not(.variations) td,
	table:not(.variations) th{padding:15px 10px !important;}
	.table-div table{width:500px !important;}
	.alignright,
	.alignleft{
		width: auto;
		float: none;
		display: block;
		margin: 20px auto;
	}
	.site-branding .logo img{width:70px;}
	.header-right .header-main-links{display:none;}
	.header-left{
		display:flex;
		flex-wrap:wrap;
		margin-bottom:10px;
		align-items:center;
	}
	.header-left .logo{width:40%;}
	.header-left .header-main-links{width:60%;}
	.stick.site-header .header-right .site-search,
	.stick.site-header .header-right .main-navigation{
		max-width:49%;
		flex: 0 0 49%;
	}
	.header-left .header-main-links ul{
		padding:0;
		text-align:right;
	}
	.header-left .header-main-links ul li a{font-size:10px;}
	#wpsl-search-wrap .distributor-form .select-wrap,
	#wpsl-search-wrap .wpsl-dropdown,
	#wpsl-search-wrap .distributor-form .wpsl-input{
		width:100% !important;
	}
	.wpsl-select-wrap{
		float:none !important;
		margin:0 auto 20px !important;
	}
	.img-content-section img{
		max-height:350px;
	}
	.top-bar .close-nav{top:10px;}
	.two-cols-section .single-col:not(.column-text) img{
		height:auto;
		min-height:none;
		max-height:none;
	}
	.widget .widgettitle, .widget-area:not(.single-post-sidebar) .widget-title{padding-top:30px;}
	/*.row-iphone:after,
	.row-iphone:before{ display: inline-block !important; }*/
}
@media screen and (max-width:575px){	
	.menu-toggle{
		top:57px;
		left: 15px;
	}
	.site-footer{text-align:center;}
	.catalogs-section .single-catalog{padding:20px;}
	.benefits-section{
		max-width:90%;
		flex: 0 0 90%;
	}
	.single-post .entry-header .back-link{
		max-width:40%;
		flex:0 0 40%;
		order:1;
		text-align:left;
	}
	.single-post .entry-header .back-link a{
		font-size:12px;
		margin-top:12px;
	}
	.single-post .entry-header .entry-header-right{
		max-width:60%;
		flex:0 0 60%;
		order:2;
	}
	.nav-links a{padding: 11px 20px !important;}
	#wpsl-search-wrap .select-list{
		 float:none;
		 text-align:center;
	 }
	 #wpsl-checkbox-filter.wpsl-checkboxes-custom li,
	 #wpsl-result-list #wpsl-stores .wpsl-store-thumb{margin:0 auto 20px !important; }
	 #wpsl-result-list #wpsl-stores .store-content{
		 width:100%;
		 text-align:center;
	 }
	 .features-section-custom li{width:100%;}
	 #wpsl-stores .store-heading,
	 #wpsl-stores .promoted-stores {justify-content:center;}
	 table.wpsl-opening-hours {margin: 0 auto;}
}
@media screen and (max-width:419px){	
	.home .classification-section .single-col{display:none;}
	.news-section .col-small,
	/*.classification-section .columns,*/
	.stick.site-header .header-right .site-search,
	.stick.site-header .header-right .main-navigation{
		max-width:100%;
		flex: 0 0 100%;
	}
	.home .page-content h2{font-size:20px;}
	.products-search .single-col .section-heading a,
	.classification-section .section-heading a{
		font-size:14px;
		padding: 12px 10px !important;
	}
	.products-search .single-col p{padding:0;font-size:14px;}
	.classification-section h4{
		font-size:12px;
		line-height:1.5;
	}
	.woocommerce-page ul.products[class*=columns-] li.product,
	.woocommerce ul.products[class*=columns-] li.product{width:100%;}
	.stick.site-header .header-right .site-search{order:1;margin-bottom:10px;}
	.stick.site-header .header-right .main-navigation{order:2}
	.single-post .entry-header .entry-header-right,
	.single-post .entry-header .back-link{
		max-width:100%;
		flex:0 0 100%;
		order:2;
		text-align:center;
	}
	.single-post .site-content ul.share-links{justify-content:center;}
	.nav-links .nav-previous,
	.nav-links .nav-next{
		width:100%;
		float:none;
		text-align:center;
		margin:10px 0;
	}
	.nav-links a{width:100%;}
	.news-section .post-thumb{height:200px;}
	.site-favorites, .header-contact{
		max-width:50%;
		flex: 0 0 50%;
		margin-top:0 !important;
	}
	.site-favorites a, .header-contact a{justify-content:center;}
	.header-main-links li{width:50%;}
	.wpsl-checkboxes-custom li,
	.share-post span{
		width:100%;
		display:block;
		margin-bottom:10px;
	}
	.header-right ul{position:relative;}
}
@media screen and (max-width:359px){
	.header-left .header-main-links,
	.header-left .logo{width:100%;}
	.header-left .header-main-links{margin-top:15px;}
	.header-left .header-main-links ul{text-align:center;}
}
@media screen and (min-width:576px){			/************************** sm // Small screen / phone***********************/
	.site-footer .social-profiles{justify-content:flex-start;}
	.newsletter-section .gform_wrapper .gform_body{width:80%;}
	.newsletter-section .gform_wrapper .gform_footer{
		width:20%;
		margin-top:0;
	}
	.newsletter-section .gform_wrapper .gform_footer input,
	.newsletter-section .gform_wrapper .gform_body input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]){border-radius:3px 0px 0px 3px;}
	.newsletter-section .gform_wrapper input[type="submit"]{border-radius:0px 3px 3px 0px;}
	.site-content .entry-header-right{margin-top:16px;}
	.news-section .col-large .blog-content .blog-title{font-size:30px;}
	.wpsl-search form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]){width:75%;}
	.wpsl-search form input[type="submit"]{width:23%;}
	.catalogs-section .single-catalog{
		display:flex;
		justify-content:space-between;
	}
	.catalogs-section .catalog-img{width:25%}
	.catalogs-section .catalog-img + .catalog-content{width:70%;}
	.category-listing .woocommerce-pagination,
	.category-listing .woocommerce-result-count{width:48%;}
	.category-listing .woocommerce-result-count{text-align:left !important;}
	.category-listing .woocommerce-pagination{text-align:right !important;}
	.woocommerce-product-gallery__image--placeholder,
	.woocommerce .images .woocommerce-product-gallery__image{height:300px;}
	.woocommerce .main-image .woocommerce-product-gallery__wrapper,
	.woocommerce .flex-viewport{
		max-height:300px;
		min-height:300px;
	}
	.pdf-files{column-count:2;}
	.share-section .share-links,
	.main-image .add-favorite{
		width:40%;
		float:right;
		padding:20px 15px;
	}
	.share-section .share-post,
	.main-image .where-to-buy{
		float:left;
		width:55%;
	}
	#wpsl-checkbox-filter li {width:50% !important;}
	#wpsl-search-wrap .wpsl-input #wpsl-search-input{width:70% !important;}
	#wpsl-search-wrap .wpsl-input .wpsl-search-btn-wrap{width:25% !important;}
	.popup{width:360px;}
	.popup label{font-size:16px;}	
	.popup.email-popup{width:500px;}
	.catalogs-section .filter{padding:32px 25px;}
	#wpsl-wrap.wpsl-store-below #wpsl-result-list li .store-content{
		width:100%;
		display:flex;
		flex-wrap:wrap;
	}
	#wpsl-stores .store-content .wpsl-store-location,
	#wpsl-stores .store-content .wpsl-contact-details,
	#wpsl-stores .store-content .wpsl-direction-wrap,
	#wpsl-stores .store-content .wpsl-opening-hours{
		padding-right:15px;
		width:50%;
	}
	#wpsl-stores .store-content .wpsl-store-location{order:1;}
	#wpsl-stores .store-content .store-image{order:2;}
	#wpsl-stores .store-content .wpsl-direction-wrap{order:5;}
	#wpsl-stores .store-content .wpsl-contact-details{order:3;}
	#wpsl-stores .store-content .wpsl-opening-hours{order:4;}
	#wpsl-checkbox-filter.wpsl-checkboxes-custom li{width:auto !important;margin:0 30px 0 0;}
}
@media screen and (min-width:768px){			/************************** md // Medium screen / tablet***********************/
	h1,h2,h3,h4,h5,h6{
		margin:1rem 0;
		font-weight:normal;
		line-height:1.2;
	}
	.heading-h1 a,
	.heading-h1,
	h1{font-size:32px;}
	.heading-h2,
	.heading-h2 a,
	h2{font-size:28px;}
	.heading-h3,
	.heading-h3 a,
	.posts-search .entry-title,
	.posts-search .entry-title a,
	h3{font-size:24px;}
	.about-section iframe{
		width:500px;
		height:280px;
	}
	.about-section .content p{font-size:18px;}
	.cta-section,
	.two-cols-section{text-align:left;}
	.site-footer .bottom-links ul,
	.two-cols-section .features-list{justify-content:flex-start;}
	.two-cols-section .column-text{padding:20px;}
	.single-post .entry-title{font-size:36px;}
	.comment-list{margin-bottom:115px;}
	.comment-list .avatar {
		width:60px;
		height:60px;
		margin-right:34px;
	}
	.comment-list .comments-content{
		padding:20px 28px 28px;
		width:calc(100% - 94px);
	}
	.comment-respond .comment-form-author,
	.comment-respond .comment-form-email{width:48%;}
	.comment-respond .comment-form-cookies-consent{align-items:center;}
	.archive .nav-links a,
	.blog .nav-links a{
		font-size:20px;
		padding:13px 50px !important;
	}
	.share-post span{
		margin-right:20px;
		font-size:17px;
	}
	.filter .category-filter{width:400px;}
	.category-listing .products-per-page,
	.category-listing .woocommerce-ordering{width:48%;}
	.favorite-products .products .product{
		max-width:31.8% !important;
		flex: 0 0 31.8%;
	}
	.search-by-category .cat-img{
		min-height:150px;
		max-height:150px;
	}
	.search-by-category .cat-img img{height:150px;}
	.search-by-category .single-cat{
		border-right: 1px solid #E4E4E4 !important;
		padding:25px 22px;
	}
	.search-by-category .single-cat:nth-child(3n){border-right: 0 !important;}
	.type-product .summary,
	.product-images .woocommerce-product-gallery{width:49% !important;}
	.product-images .woocommerce-product-gallery,
	.type-product .summary{float:left !important;}
	.type-product .summary.features,
	.product-images .main-image{float:right !important;}
	.main-image .add-favorite{
		width:205px;
		float:none;
	}
	.product .summary .woocommerce-product-details__short-description{padding-right:7%;}
	.tabs-section .accordion-text{display:none;}
	.single-product .tabs-section{margin:60px auto;}
	.tabs-section .accordion-text + .panel{
		background:#fff !important;
		display:inherit;
		padding:30px 0 !important;
	}
	.not-found .search-contact ul li{width:33%;}
	.share-section .share-links,
	.share-section .share-post,
	.main-image .add-favorite,
	.main-image .where-to-buy{
		width:100%;
		float:none;
	}
	.single-product .site-content .buy-section .where-to-buy form input{width:125px !important;}
	.is-desktop .products-search .page-header.products{
		background:none !important;
		position:relative;
	}
	.is-desktop .products-search .page-header.products .header-content{
		position:absolute;
		width:100%;
		top: 0;
		height: 100%;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
		align-content: center;
	}
	.products-search .page-header p{font-size:24px;}
	.header-left .header-main-links{display:none;}
	#wpsl-search-wrap .distributor-form .select-wrap .wpsl-select-wrap{margin-bottom:0;}
	#wpsl-search-wrap .distributor-form .select-wrap{width:25%}
	#wpsl-search-wrap .distributor-form .wpsl-input{width:73%;}
	#wpsl-result-list #wpsl-stores{margin-top: 5%;}
	.img-content{padding: 20px;}
	.img-content,
	.img-content-section .img-content,
	.img-content-section  .img-content a,
	.img-content-section  .img-content p, 
	.img-overlay:not(.section-1) .img-content p{color:#fff !important;}
	.img-overlay.section-1 .img-content{color:#000000 !important;}
	.img-content-section .img-content{	background:#4f475e;}
	.img-content-section .img img{min-height:602px;}
	.img-content-section .img,
	.img-content-section .img-content{	width:50%;}
	.img-overlay.section-2 .img-content{
		width:58%;
		left:21%;
		position:absolute;
		top:20px;
	}
	body.stickyheader{
		padding-top:295px;
	}
	#wpsl-stores .store-content .wpsl-store-location,
	#wpsl-stores .store-content .wpsl-contact-details,
	#wpsl-stores .store-content .wpsl-direction-wrap{
		width:60%;
	}
	#wpsl-stores .store-content .wpsl-opening-hours,
	#wpsl-stores .store-content .store-image{width:40%;}
	.features-section .single-feature .link-button{width:90%;}
}
@media screen and (min-width:1024px){			/************************** lg // Large screen / desktop***********************/
	#masthead .close-nav,
	.hamburger-menu,
	#primary-menu.on-desktop-hide,
	.on-mobile-show,
	.on-desktop-hide{display:none !important;}
	.on-mobile-hide{display:inherit;}
	h1,h2,h3,h4,h5,h6{margin:1rem 0;}
	.heading-h1,
	h1{font-size:40px;}
	.heading-h2{font-size:36px;}
	h2{font-size:30px;}
	.heading-h3{font-size:25px;}
	h3{font-size:28px;}
	#primary-menu li{display:inline;}
	h2 span{font-size:22px;}
	#products-menu >li{width:100%;}
	.site-header{padding:24px 0 30px;}
	#site-navigation li > .sub-menu-wrapper{
		padding:42px 5px ;
		width:100%;
		left: 0;
		top: 100%;
		box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
		border-radius: 0px 0px 3px 3px;
	}
	#site-navigation li .sub-menu-wrapper ul{
		display:flex;
		flex-wrap:wrap;
	}
	#site-navigation li .sub-menu-wrapper .sub-menu-wrapper{
		padding:0;
		top:100%;
	}
	#site-navigation li li .sub-menu-wrapper .sub-menu-wrapper{
		width:100%;
		margin:0 auto;
		float:none;
	}
	#site-navigation{padding-right:16px;}
	.main-navigation li li{
		position:relative;
		width:33%;
	}
	.main-navigation ul ul .sub-menu-wrapper{
		left:unset;
		top:unset;
	}
	.main-navigation li li li{width:100%;}
	#site-navigation li .sub-menu-wrapper li.open .sub-menu-wrapper ul{padding-bottom:0;}
	.site-footer .bottom-links ul,
	.site-footer .social-profiles{justify-content:flex-end;}
	.newsletter-section .heading-h3{margin:0;}
	.newsletter-section .gform_wrapper .gform_body{width:70%;}
	.newsletter-section .gform_wrapper .gform_footer{width:30%;}
	.newsletter-section .fas{
		font-size:54px;
		margin-right:45px;
	}
	.classification-section{padding:35px 0 68px;}
	.classification-section .columns{
		margin-top:30px;
		margin-bottom:30px;
	}
	.about-section{padding: 100px 0 30px;}
	.about-section .heading-h2{margin:20px 0;}
	.about-section iframe{
		width:100%;
		height:380px;
		margin:50px 0 20px;
	}
	.page-contact-section h3{font-size:25px;}
	.page-contact-section h3 span{font-size:20px;}
	.page-contact-section .heading-h1{margin-bottom:30px;}
	.page .page-img{margin-bottom: 68px;}
	.sub-pages-section .single-col{margin-bottom:48px;}
	.sub-pages-section .single-col span{
		padding:14px;
		font-size:18px !important;
	}
	/*.site-content .entry-header .entry-title{margin:35px 0 28px;}*/
	.site-content .entry-header .entry-title{margin:25px 0;}
	.news-section .col-large .blog-content .blog-date{
		font-size:13px;
		padding:9px 15px;
	}
	.contact-section .gform_body .gfield#field_2_2 .ginput_complex,
	.gform_body ul{
		display:flex;
		flex-wrap: wrap;
		justify-content:space-between;
	}
	.contact-section .gform_body .gfield{
		margin-bottom:35px;
		width:100%;
	}
	.contact-section .gform_body .gfield#field_2_2 span,
	.contact-section .gform_body .gfield#field_2_3,
	.contact-section .gform_body .gfield#field_2_4{width:49%;}
	.contact-section .gform_body .name_last,
	.contact-section .gform_body .name_first{
		margin:0;
		display:inline-block;
	}
	.cta-section .cta-overlay{padding:4.5% 0;}
	.cta-section h2{font-size:34px;}
	.cta-section .link-button{
		font-size:24px;
		width:100%;
	}
	.promo-section .single-col,
	.benefits-section .benefits{margin:40px 0;	}
	.benefits-section .benefits-cta{margin:30px 0 40px;	}
	.benefits-section .benefits {column-count: 2;}
	.promo-section{padding:50px 15px;}
	.single-post .single-post-sidebar{padding-top:94px;}
	.single-post .single-event .single-post-sidebar{padding-top:115px;}
	.single-event .posted-on,
	.single-event .posted-on a{font-size:36px;}
	.single-post .entry-header .back-link{order:3;}
	.single-post .entry-header .entry-title{order:2;}
	.single-post .entry-header .back-link a{margin-top:35px;}
	/*.press-page article:not(:first-of-type){*/
	.press-page article{
		display:flex;
		justify-content:space-between;
		align-items:center;
	}
	/*.press-page article:not(:first-of-type) .post-thumbnail{width:32%;}
	.press-page article:not(:first-of-type) .post-thumbnail img{width:100%;}
	.press-page article:not(:first-of-type) .press-content{width:65%;}
	.press-page article:first-of-type .entry-title{margin:20px 0 40px !important;}
	.press-page article:first-of-type .entry-content{width:50%;}*/
	.press-page article .post-thumbnail{width:32%;}
	.press-page article .post-thumbnail img{width:100%;}
	.press-page article .press-content{width:65%;}
	
	/*.catalogs-section .catalog-img{width:42%}
	.catalogs-section .catalog-img + .catalog-content{width:55%;}*/
	.is-desktop .news-section .single-blog.col-small img{
		max-height:200px;
		min-height:200px;
		object-fit:contain;
	}
	.archive .subcats{margin:70px 0;}
	.product-slider .heading-h1{margin:0 0 5%;}
	.product-slider .product{margin:50px 3.8% 8px 0 !important;}
	.product-slider.widget .product{margin:50px 3.8% 65px 0 !important;}
	.owl-nav{
		width: calc(100% + 104px);
		left: -52px;
	}
	.favorite-products .products .product{
		max-width:23.5% !important;
		flex:0 0 23.5%;
	}
	.is-desktop .news-section .single-blog img{
		max-height:200px;
		min-height:200px;
		object-fit:contain;
	}
	.search-by-category .single-cat:nth-child(3n),
	.search-by-category .single-cat{border-right: 1px solid #E4E4E4 !important;}
	.search-by-category .single-cat:nth-child(4n){border-right: 0 !important;	}
	.page-template-search-by-category .entry-title{margin:60px 0 50px !important;}
	.search-by-category{margin-top:45px;}
	.header-right .header-main-links{
		max-width:32%;
		flex: 0 0 32%;
	}
	.header-right .header-contact,
	.header-right .site-favorites{
		max-width:5%;
		flex: 0 0 5%;
	}
	.header-right .main-menu{
		max-width:58%;
		flex: 0 0 58%;
	}
	.header-right .main-menu .menu-main-menu-container{
		width:100%;
		text-align:right;
	}
	.woocommerce div.product div.images .flex-control-thumbs li{width:28%;}
	.woocommerce-product-gallery__image--placeholder,
	.woocommerce .images .woocommerce-product-gallery__image{height:440px;}
	.woocommerce .main-image .woocommerce-product-gallery__wrapper,
	.woocommerce .flex-viewport{
		max-height:440px;
		min-height:440px;
	}
	.pdf-files{column-count:3;}
	.panel .table-div:first-child{
		float:left;
		width:40% !important;
	}
	.panel .shop_attributes_loop{
		float:right;
		width:58% !important;
	}
	.panel .shop_attributes_loop .table-div{width:100% !important;}
	.not-found .search-contact ul li{width:25%;}
	.products-search .classification-section .single-col{
		max-width:47%;
		flex: 0 0 47%;
	}
	.products-search .single-col p{padding:0 45px;}
	.stick.site-header .site-branding{
		max-width:10%;
		flex:0 0 10%;
	}
	.stick.site-header .header-right{
		max-width:90%;
		flex:0 0 90%;
	}
	.stick.site-header .header-right .header-main-links{
		max-width: 25%;
		flex:0 0 25%;
		order: 1;
	}
	.stick.site-header .header-right .main-menu{
		max-width: 45%;
		flex:0 0 45%;
		order: 2;
		margin:0;
	}
	.stick.site-header #site-navigation{
		max-width: 15%;
		flex:0 0 15%;
		order: 0;
	}
	.stick.site-header .site-search{
		max-width: 15%;
		flex:0 0 15%;
		order: 3;
	}
	.stick.site-header #products-menu >li > a{
		padding:17px 12px !important; 
	}
	.stick.site-header #site-navigation li a > .fas{right:0;}
	#wpsl-checkbox-filter li {width:33% !important;}
	#wpsl-search-wrap .distributor-form .select-wrap{width:20%}
	#wpsl-search-wrap .distributor-form h3{width:36%;}
	#wpsl-search-wrap .distributor-form .wpsl-input{width:42%;}
	.tabs-section .tab-title a{padding:20px 30px !important;}
	#wpsl-wrap.wpsl-store-below #wpsl-result-list li{width:100%;}
	.img-content-section .img{width:65%;}
	.img-content-section .img-content{	width:35%;}
	.img-overlay.section-1 .img-content p{color:#fff;}
	.img-overlay.section-1 .img-content{
		top:0;
		height: 100%;
		position:absolute;
		width: 45%;
		color:#fff !important;
	}
	.img-content-section .img-content,
	.img-overlay.section-1 .img-content{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		justify-content: center;
	}
	.catalogs-section .single-catalog{min-height:280px;}
	#wpsl-stores .store-content .wpsl-store-location,
	#wpsl-stores .store-content .wpsl-contact-details,
	#wpsl-stores .store-content .wpsl-direction-wrap,
	#wpsl-stores .store-content .wpsl-opening-hours{width:40%;}
	#wpsl-stores .store-content .store-image{width:20%;}
	#wpsl-stores .store-content .wpsl-store-location{order:1;}
	#wpsl-stores .store-content .store-image{order:3;}
	#wpsl-stores .store-content .wpsl-direction-wrap{order:5;}
	#wpsl-stores .store-content .wpsl-contact-details{order:2;}
	#wpsl-stores .store-content .wpsl-opening-hours{order:4;}
	.features-section-custom li{width:24%;}
}
@media screen and (min-width:1200px){			/************************** xl // Extra large screen/wide desktop***********************/
	.header-contact .fa-phone{display:none;}
	.site-favorites a{
		padding: 14px 0 14px 15px;
		display: inline-block;
	}
	
	#site-navigation{
		max-width:20%;
		flex: 0 0 20%;
	}
	.newsletter-section .gform_wrapper .gform_body{width:80%;}
	.newsletter-section .gform_wrapper .gform_footer{width:20%;}
	.about-section iframe{height:480px;}
	.news-section .heading-h1{margin:30px 0;}
	.news-section .single-blog .blog-content{padding:27px 36px;}
	.news-section .col-left,
	.news-section .col-right{margin:70px 0 56px;}
	.two-cols-section.bottom .column-text p{margin:24px 0 35px;}
	.category-listing .woocommerce-notices-wrapper,
	.category-listing .woocommerce-pagination,
	.category-listing .woocommerce-result-count,
	.category-listing .products-per-page,
	.category-listing .woocommerce-ordering{margin:0 !important;}
	.category-listing .products-per-page{width:28%;}
	.category-listing .woocommerce-ordering{width:25%;}
	.category-listing .woocommerce-pagination{width:27%;}
	.category-listing .woocommerce-result-count{width:18%;}
	.category-slider{padding:0 !important;}
	.header-right .header-main-links{
		max-width:30%;
		flex:0 0 30%;
	}
	.header-right .main-menu{
		max-width:50%;
		margin-bottom:43px;
	}
	.header-right .header-contact{
		max-width:20%;
		flex: 0 0 20%;
	}
	.header-right .site-favorites{
		max-width:16.7777%;
		flex: 0 0 16.7777%;
	}
	.header-right .main-menu .menu-main-menu-container{text-align:center;}
	
	.share-section .share-links,
	.main-image .add-favorite{
		width:40%;
		float:right;
	}
	.share-section .share-post,
	.main-image .where-to-buy{
		float:left;
		width:55%;
		margin-bottom:0;
	}
	.share-section ul.share-links li a{font-size:13px;}
	.share-section .share-post i{width:34px;}
	#wpsl-checkbox-filter li {width:25% !important;}
	#wpsl-search-wrap .distributor-form .select-wrap{width:20%}
	#wpsl-search-wrap .distributor-form h3,
	#wpsl-search-wrap .distributor-form .wpsl-input{width:40%;}
	#wpsl-result-list #wpsl-stores .wpsl-store-thumb {
		height: 188px !important;
		width: 248px !important;
	}
	#wpsl-wrap.wpsl-store-below #wpsl-result-list li img + .store-content{	width:calc(100% - 286px);	}
	.owl-carousel{padding: 0 !important;}
	.have_arrows .owl-carousel{padding: 0 20px !important;}
	.catalogs-section .single-catalog{min-height:265px;}
}
@media screen and (min-width:1600px){			
	#primary-menu a,
	.header-contact a{padding:8px 10px;}
	.two-cols-section .column-text{padding:20px 20px 20px 151px;}
	.two-cols-section.bottom .column-text{padding:20px 75px 20px 75px;}
	.two-cols-section .column-text p{margin-bottom:20px;}
	.woocommerce .flex-control-nav li{
		margin:15px 20px 0 0 !important;
		padding:18px;
	}
}
/*********************************************Media Queties End****************************/
/*********************************************IE Styles Start**************************/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.category-filters .select-list::before{top:8px;}
	.subcats .subcat-img{height:auto;}
	.woocommerce-product-gallery__image--placeholder img{
		width:auto !important;
		height:99% !important;
	} 
	.woocommerce .images a img{
		width:auto !important;
		height:auto !important;
	}
	.woocommerce ul.products li:not(.product-category).product img{
		max-height:none !important;
		min-height:auto !important;
	}
}
/*********************************************IE Styles Start**************************/
/*********************************************MS edge Styles Start**************************/
@supports (-ms-ime-align:auto) {
	.woocommerce .type-product .flex-control-nav .owl-nav{top:5px;}
}
@supports (-ms-ime-align:auto) and (min-width:1200px){
	.woocommerce .type-product .flex-control-nav .owl-nav{top:10px;}
}
/*********************************************MS edge Styles End**************************/
/*********************************************Print CSS Start****************************/
@media print{
	.site-footer,
	.newsletter-section,
	.hamburger-menu,
	.location,
	.entry-header-right,
	.header-right,
	.header-main-links,
	.flex-control-nav,
	.product-images .product-brand,
	.share-section,
	.tabs.wc-tabs,
	.accordion-section .accordion i,
	.product-slider,
	.owl-nav,
	.videos iframe,
	.cads iframe,
	.top-bar,
	.category-sidebar,
	.category-filters,
	.filter,
	.navigation,
	.buy-section,
	.back-link,
	.share-post,
	.comment-respond,
	#secondary,
	.form-section,
	#store-search,
	.product .add-favorite,
	.woocommerce-product-gallery__trigger,
	.search-form,
	.see-more-button,
	.on-print-hide,
	#content .catalog-content .read-more{display:none !important;}
	
	@page{margin:0.5cm;}
	body,html,#page, #page h1,#page h2,#page h3,#page h4,#page h5,#page h6,#page p,#page a,#page span,#page strong,#page li{
		font-family:"Arial" !important;
		color:#000;
	}
	h1,
	.single-product .product_title,
	.entry-title{
		font-size:20px !important;
		margin:10px 0 !important;
	}
	h2.entry-title,
	h2{font-size:18px !important;}
	h3{font-size:17px !important;}
	.single-event .posted-on a,
	.single-event .posted-on,
	h4{font-size:16px !important;}
	h5{font-size:15px !important;}
	h5,
	.product .product-title, .products .type-product .woocommerce-loop-product__title,
	.product .product_category_title,
	p{font-size:14px !important;}
	.product .product_category_title,
	.added-date,
	p:not(.page-img){
		margin:0 0 10px !important;
	}
	.page .page-img{margin-bottom:68px !important;}
	.entry-header.main,
	.site-header{padding:10px 0;}
	.site-header.stick{position:relative !important;}
	.header-left{text-align: center;}
	.category-listing,
	.sub-pages-section .single-col,
	.header-left{
		max-width: 100%;
		flex: 0 0 100%;
		padding:0;
	}
	.header-left img{width:75px;}
	body.stickyheader{padding-top:0;}
	.woocommerce div.product div.summary:not(.features){float:left !important;}
	.woocommerce div.product div.images.main-image{float:right !important;}
	.share-section .share-links,
	.main-image .add-favorite{
		width:40%;
		float:right;
	}
	.share-section .share-post,
	.main-image .where-to-buy{
		float:left;
		width:55%;
		margin-bottom:0;
	}
	.single-product .product .summary h5{
		padding:10px 0;
		margin:0;
	}
	.events-page .type-post::after{content:none;}
	.press-page article:first-of-type,
	.single-post .type-post .entry-content{border:0 !important;}
	.videos .hide,
	.cads .hide,
	.panel,
	.woocommerce div.product .woocommerce-tabs .panel{display:block !important;}
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary,
	.videos .owl-item{
		width:100%;
		margin-bottom:10px;
	}
	.product-header,
	.woocommerce div.product div.summary,
	.woocommerce div.product div.images,
	.product .product-title, .products .type-product .woocommerce-loop-product__title,
	.category-content,
	.press-page article:first-of-type,
	.entry-content:not(.accordion),
	.product .product-title,
	.product-brand,
	.breadcrumb{margin:0 !important;}
	
	h1,h2,h3,h4,h5,h6,
	.archive article .entry-title, .blog article .entry-title,
	.archive .entry-title, .blog .entry-title,
	.single-post .entry-title{margin:10px 0 !important;}
	
	.single-post-sidebar ul.related-posts li,
	 .comment-list,
	 .single-event .post-location, .events-page .type-post .post-location{margin-bottom:10px !important;}
	
	.archive .woocommerce-products-header,
	.events-page .type-post,
	.product-images{margin-bottom:20px !important;}
	
	.single-post .site-main,
	.archive .site-main,
	.blog .site-main,
	.page-template-contact-page .contact-section,
	.site-main,
	.search:not(.archive) .site-main,
	.single-post article .entry-footer{padding-bottom:20px !important;}
	
	.not-found .search-categories .search-by-category,
	.single-post .type-post .entry-content,
	.promo-section,
	.not-found .search-categories{padding:20px 0;}
	
	#tab-videos .panel,
	.accordion-section .accordion-text + .panel{padding:15px !important;}
	
	.archive .subcats,
	.widget-title,
	.single-post .single-post-sidebar,	
	#page #wpsl-wrap #wpsl-result-list ul li .link-button,
	.archive:not(.category-press-releases) .post-thumbnail, .single-post .post-thumbnail, .blog .post-thumbnail,
	.owl-carousel{padding:0 !important;}
	.panel img{
		max-height: 200px;
		object-fit: contain;
	}
	.table-div table,
	table,
	.archive .subcats,
	.single-product .tabs-section{margin:20px auto !important;}
	.category-listing .search-results,
	.accordion-section .accordion-text,
	.tabs-section table.shop_attributes td,
	.sub-pages-section .single-col a,
	table th, table td{padding:10px !important;}
	 .woocommerce ul.products li.product:not(.product-category) img{
		 min-height: 120px;
		max-height: 120px;
	 }
	 .single-catalog{display:flex;}
	 .promo-section .single-col,
	 .single-catalog .catalog-img,
	 .favorite-products .products .product{
		flex: 0 0 31%;
		max-width: 31%;
	 }
	 .single-catalog .catalog-img + .catalog-content{
		 flex: 0 0 65%;
		max-width: 65%;
	 }
	 .woocommerce-products-header .category-img + .col-12,
	 .woocommerce-products-header .category-img{
		 flex: 0 0 50%;
		max-width: 50%;
	 }
	 .page-template-contact-page .page-content,
	 .events-page article .entry-title{margin-top:10px !important;}
	 .category-press-releases  .post-thumbnail,
	 .contact-section,	 
	 .category-press-releases.archive .content-area .type-post{padding: 0 0 10px !important;}
	  .sub-pages-section,
	 .archive .content-area .type-post, .blog .type-post{
		 padding:15px 0 !important;
	 }
	 #page .link-button:hover,
	#page  .link-button,
	#page #wpsl-wrap #wpsl-result-list ul li .link-button a{
		 background:none !important;
		 border:0 !important;
		 padding:0 !important;
		 color:#000 !important;
		 margin:5px 0 !important;
		 text-align:left;
		 line-height:1.5;
		 font-size:12px !important;
		 text-transform:none !important;
	 }
	 .events-page .event-content{padding:10px 10px 0 10px;}
	 .sub-pages-section .single-col img,
	 .archive .content-area .post-thumbnail img, .blog .post-thumbnail img{
		 max-height:150px !important;
		 object-fit:contain;
	 }
	 .entry-content img,
	 .catalogs-section .catalog-img img,
	 .single-post .post-thumbnail img{
		 max-height:200px;
		 object-fit:contain;
	}
	#wpsl-result-list #wpsl-stores .wpsl-store-thumb{width:30% !important;}
	#wpsl-result-list #wpsl-stores .store-content{width:65% !important;}
	#wpsl-result-list #wpsl-stores{height:auto !important;}
	#page .cta-overlay .link-button{color:#fff !important;}
	.sub-pages-section a[href]:after,
	#page .link-button:not(div):after,
	#page .link-button a[href]:after,
	.page-content a[href]:after,
	.entry-content a[href]:after,
	.pdf-files a[href]:after{
		content: " (" attr(href) ")";
		text-transform:none !important;
		word-break:break-all;
		color:#000 !important;
		padding: 0 5px !important;
		page-break-inside: avoid;
	 }
	 .single-catalog,
	 #tab-description,
	 #tab-cad,
	 table,
	 .accordion-section .accordion .accordion-text,
	 .accordion-section .accordion p,
	 .sub-pages-section .single-col,
	 .sub-pages-section .single-col a,
	 #content .catalogs-section .single-catalog,
	 #wpsl-result-list #wpsl-stores li{page-break-inside: avoid;}
	 #wpsl-result-list #wpsl-stores{max-height:unset !important}
	 #content .catalogs-section .single-catalog .catalog-desc{height:auto !important;}
}
/*********************************************Print CSS End****************************/
/*********************************************Menu Hover Styles Start*****************************/
@media (min-width:1025px){
	.is-desktop #products-menu:hover > .menu-item-has-children  .sub-menu-wrapper {
		display:block;
	}
	.is-desktop #products-menu:hover > .menu-item-has-children > a  i:before{
		content:"\f106";
	}
}
/*********************************************Menu Hover Styles Start*****************************/
/************************************Second Phase new Styles Start***********************/
.top-bar-info {
    font-size: 16px;
}

.top-bar i {
    font-size: 28px;
}
.top-bar p i {
    font-size: 20px;
}
.top-bar .flag-icon-img {
    vertical-align: text-top;
}
.top-bar-info{line-height:1.8;}
.top-bar-info a {
    text-decoration: underline;
}
.go-link {
    text-decoration: none !important;
    border: 1px solid white;
    padding: 5px 5px 2px;
    margin: 0 0 0 15px;
}
.go-link img{
	width: 32px;
    vertical-align: bottom;
}
.products-search.experience{padding: 3% 0;}
.products-search.experience .classification-section{padding:0 !important;}
#wpsl-stores .promoted-stores li:hover{cursor:pointer;}
.default-form .ginput_complex.ginput_container,
.category-sidebar .accordion-text{
	display: flex;
    align-items: center;
	justify-content: space-between;
	flex-wrap:wrap;
}
.catalog-form .checkboxes .gfield_label,
.catalog-form .gfield_label_before_complex,
.default-form .hidden_label .gfield_label,
.product-slider .wooscp-btn{display:none !important;}
.wooscp-bar{border-top:1px solid rgba(196,196,196,0.1);}
.default-form .ginput_container_address span,
.default-form .gform_body .gfield{margin-bottom: 35px;}
.default-form .ginput_container_address span:last-of-type{margin-bottom:0;}
.default-form .gf_clear,
.default-form .ginput_complex.ginput_container span{width: 100%;}
.default-form .gfield_description{
	font-size:14px;
	margin-top:5px;
}
.default-form .gfield_checkbox li,
.default-form .gfield_radio li{
	display:flex;
	margin:5px 0;
	width:100%;
}
.default-form .gfield_checkbox label,
.default-form .gfield_radio label{margin: 0 0 0 10px;}
.default-form .gfield_checkbox input,
.default-form .gfield_radio input{margin-top:5px;}
.woocommerce div.product div.images .flex-control-thumbs li{width:27% !important;}
.woocommerce div.product div.images.thumb-slider .flex-control-nav li{width:100% !important;}
.woocommerce div.product div.images  .flex-control-thumbs button{text-indent:initial;}
.woocommerce div.product div.images  .flex-control-thumbs button:before{content:none;}
.woocommerce div.product div.images .flex-direction-nav{
	position: absolute;
    top: 105px;
    list-style: none;
    padding: 0;
    width: 100%;
    left: 0;
}
.woocommerce div.product div.images .flex-direction-nav li{
	float: left;
    padding: 10px;
}
.woocommerce .images a img{max-width:90%;}
.woocommerce div.product div.images .flex-direction-nav li.flex-nav-next{float:right;}
.woocommerce div.product div.images .flex-direction-nav li i{
	font-size:30px;
	color:#4F4F4F;
}	
.products-search .single-col .section-heading a, .classification-section .section-heading a,
.classification-section .section-heading .industry-link{
	padding:0 !important;
	border:0 !important;
}
.classification-section .section-heading .industry-link span{
	padding: 10px;
	display: flex;
    align-items: center;
    justify-content: center;
	font-size: 12px;
	text-transform:initial;
	min-height:55px;
	font-weight:bold;
}
.classification-section .section-heading .industry-link span img{
	margin-right:5px;
	width:15px;
}
.classification-section .architectural .section-heading .industry-link{background: url('img/architectural-bg.jpg') no-repeat center;}
.classification-section .architectural .section-heading .industry-link span{
	background: rgba(0,74,143,0.7);
	color:#fff !important;
}
.classification-section .architectural .section-heading .industry-link:hover span{	background: rgba(0,74,143,0.5);}
.classification-section .industrial .section-heading .industry-link{background: url('img/industrial-bg.jpg') no-repeat center;}
.classification-section .industrial .section-heading .industry-link span{
	background: rgba(249,236,0,0.7);
	color:#000 !important;
}
.classification-section .industrial .section-heading .industry-link:hover span{background: rgba(249,236,0,0.5);}
.category-filters .facetwp-facet {
    margin-bottom: 0px !important;
}

.woocommerce nav.woocommerce-pagination ul li a.active {
    background: #ebe9eb;
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody td,
.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr:hover td {
    background: transparent !important;
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr:hover .td-label,
.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody .td-label {
    background-color: rgb(247, 247, 247) !important;
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr {
    background-color: #fff !important;
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr.duplicate {
    background-color: #fff9cc !important;
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr.tr-image img {
    width: auto;
    margin: 0 auto;
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tr th,
.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr td {
    padding: 8px 10px !important;
    border: 1px solid #E5E5E5 !important;
	vertical-align:top !important;
}

#wooscp-area .button {
    background-color: #004A8F !important;
    color: #fff !important;
    border: 1px solid transparent;
}

#wooscp-area .button:hover {
    background-color: #fff !important;
    color: #004A8F !important;
    border: 1px solid #004A8F;
}

#wooscp_table table td {
    min-width: unset;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    position: relative;
}

.woocommerce ul.products.columns-3 li.product .wooscp-btn,
.woocommerce-page ul.products.columns-3 li.product .wooscp-btn {
    position: absolute;
    top: 14px;
    left: 14px;
    background: transparent;
    border: 0;
    color: #ff0000;
    padding: 0;
    font-size: 10px;
}

.woocommerce ul.products.columns-3 li.product .wooscp-btn:before,
.woocommerce-page ul.products.columns-3 li.product .wooscp-btn:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0c8";
    margin-right: 5px;
}

.woocommerce ul.products.columns-3 li.product .wooscp-btn-added:before,
.woocommerce-page ul.products.columns-3 li.product .wooscp-btn-added:before {
    content: "\f058";
    font-weight: 900;
}
.wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-items .wooscp-bar-item{
	width: 80px;
    height: 50px;
	text-align: left;
    background: #fff;
    border: 1px solid #000;
}
.wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-items .wooscp-bar-item-img{
	line-height: 1;
    height: 48px;
	margin: 0;
    border-right: 1px solid #000;
}
.wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-items .wooscp-bar-item-remove{
    visibility: visible !important;
    opacity: 1 !important;
	top: 13px !important;
	right: 3px !important;
	width: 22px !important;
	height: 22px !important;
}

.wooscp-bar {
    border-top: 1px solid rgba(196, 196, 196, 0.1);
}
.wooscp-bar .wooscp-bar-remove{
	order: -1;
    font-size: 30px !important;
	cursor:pointer !important;
	margin-right: auto !important;
	background-image: none !important;
    text-align: center !important;
    color: #fff !important;
}
.wooscp-bar .wooscp-bar-remove i{
	color:#fff;
	margin-top: 8px;
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-close .wooscp-table-close-icon {
	min-width: 38px !important;
    min-height: 38px !important;
}

.catalog-form .checkboxes .gfield_label,
.catalog-form .gfield_label_before_complex,
.default-form .hidden_label .gfield_label,
.product-slider .wooscp-btn {
    display: none !important;
}
.history-page .tabs-section .owl-carousel,
.slideshow-section .owl-carousel{padding:0 !important;}
.history-page .tabs-section .owl-nav,
.slideshow-section .owl-nav{
	width:100% !important;
	left: 0 !important;
    z-index: 999;
}
.history-page .tabs-section .owl-nav button:before,
.slideshow-section .owl-nav button:before{
	background-color:#fff !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width: 40px;
    height: 75px;
	left:0 !important;
}
.history-page .tabs-section .owl-nav button:hover:before,
.slideshow-section .owl-nav button:hover:before{opacity:1;}
.history-page .tabs-section .owl-nav button.owl-next:before,
.slideshow-section .owl-nav button.owl-next:before{
	right:0 !important;
	left:auto !important;
}
.slideshow-section .slide-item{position:relative;}
.slideshow-section .slide-item .slide-label{
	padding:0 30px 30px;
	margin:0;
}
.slideshow-section .owl-dots{
	position: absolute;
    width: 100%;
    bottom: 5px;
    margin: 0 !important;
}
.slideshow-section .slide-item.architectural .slide-label{color:#fff;}
.slideshow-section .slide-item.industrial .slide-label{color:#F9EC00;}
.slideshow-section .scroll{
	font-size: 40px;
    width: 100%;
    text-align: center;
    color: #444444;
    margin-top: 20px;
	display: block;
	line-height:1;
}
.slideshow-section .scroll i{color: #444444;}
html,body{scroll-behavior: smooth;}
.sub-pages-section .single-col a{
	height: 100%;
	display: flex;
	flex-wrap: wrap;
    align-items: baseline;
}
.sub-pages-section .single-col span{width:100%;}
.tax-video_category .video-player{text-align:center;}
.tax-video_category .site-main{padding-bottom:5% !important;}
.tax-video_category .video-thumbnails .single-video-desc,
.tax-video_category .entry-header.main{display:none;}
.tax-video_category .video-player .single-video-desc{margin:30px auto;}
.tax-video_category .video-player .single-video-desc li,
.tax-video_category .video-player .single-video-desc p{font-size:18px;}
.tax-video_category .video-thumbnails .single-video{margin:20px 0;} 
.tax-video_category .video-thumbnails .single-video .video-title{
	font-weight:bold !important;
	margin: 5px 0 0;
    display: block;
}

#video-frame {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

#video-frame video {
    width: 100%;
}
.history-page .tabs-section {
    position: relative;
	margin-bottom:30px;
}

.history-page .tabs-section .tabs {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.history-page .tabs-section .tabs .tab a {
    padding: 20px 30px;
    text-transform: uppercase;
    font-size: 24px;
    transition: all 0.3s ease-in-out 0.1s;
}

.history-page .tabs-section .tabs .tab a:hover,
.history-page .tabs-section .tabs .tab.active a {
    font-size: 30px;
}

.history-page .tabs-section .tabs-content {
    display: none;
}

.history-page .tabs-section .tabs-content.active {
    display: block;
}

.history-page .tabs-section .tabs-content .panel {
    background: transparent !important;
}

.history-page .tabs-section .tabs-content .owl-thumb-item {
    background: transparent;
    color: #444444;
    font-size: 18px;
    padding: 0;
    margin: 0 20px;
    border: 0;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    line-height: 1.5;
    border-radius: 0;
}

.history-page .tabs-section .tabs-content .owl-thumb-item:hover {
    cursor: pointer;
}

.architectural .history-page .tabs-section .tabs .tab a {
    color: #245798;
}

.industrial .history-page .tabs-section .tabs .tab a {
    color: #030708;
}

.architectural .history-page .tabs-section .owl-thumb-item:hover,
.architectural .history-page .tabs-section .owl-thumb-item.active {
    border-bottom: 2px solid #245798;
}

.industrial .history-page .tabs-section .owl-thumb-item:hover,
.industrial .history-page .tabs-section .owl-thumb-item.active {
    border-bottom: 2px solid #F9EC00;
}
.history-page .tabs-section .slide .overlay {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
}
.facetwp-facet {margin-bottom:20px !important;}
.widget .accordion-text{
	position:relative;
	padding-right:15px !important;
}
.widget .accordion-text i{
	position:absolute;
	right:0;
}
.widget .facetwp-facet .facetwp-slider-reset{
	padding: 8px 16px !important;
	margin-top:10px !important;
	width:auto !important;
}
@media screen and (max-width: 767px){
	.slideshow-section .slide-item.architectural .slide-label{background-color:#245798;}
	.slideshow-section .slide-item.industrial .slide-label{background-color:#030708;}
	.history-page .tabs-section .owl-nav,
	.history-page .tabs-section .tabs{display:none;}
	.history-page .tabs-section .tabs-content{display:block;}
	.history-page .tabs-section .owl-thumbs{margin-bottom:30px;}
	.history-page .tabs-section,
	.history-page .tabs-section .content{margin-top:30px;}
	.tax-video_category .video-player iframe{
		height:auto  !important;
	}
}
@media screen and (max-width: 1023px){
	.woocommerce .type-product .thumb-slider .flex-control-nav {padding: 0 30px !important;}
	.woocommerce .type-product .thumb-slider .flex-control-nav .owl-nav{display:block}
	.widget .accordion-text + .textwidget{display:none;}
}
@media (max-width:1199px){
	#primary-menu a{
		font-size: 12px;
		padding: 8px 5px;
	}
}
@media (min-width:576px){
	.woocommerce div.product div.images .flex-direction-nav{top: 130px;}
	.classification-section .section-heading .industry-link span img{
		margin-right:15px;
		width:auto;
	}
	.classification-section .section-heading .industry-link span{
		font-size: 18px;
		padding:15px;
		min-height:75px;
		line-height:1.2;
	}
	#video-frame {
		height: 450px;
	}

	#video-frame video {
		position: absolute;
		top: 50%; left: 50%;
		z-index:1;
		min-width: 100%;
		min-height: 100%;
		width:auto;
		height:auto;
		transform: translate(-50%,-50%);
	}
}
@media (min-width:768px){
	.slideshow-section .slide-item .slide-label{
		position:absolute;
		bottom: 0;
		left: 0;
	}
	.classification-section .section-heading .industry-link span{
		font-size: 22px;
		min-height:85px;
	}
	.history-page .tabs-section{
		max-width:100% !important;
		padding:0 !important;
	}
    .history-page .tabs-section .tabs .tab a:hover,
    .history-page .tabs-section .tabs .tab.active a {
        font-size: 40px;
    }
    .history-page .tabs-section .tabs {
        position: absolute;
        top: 75px;
        width: 100%;
        z-index: 990;
    }
    .history-page .tabs-section .owl-thumbs {
        position: absolute;
        z-index: 990;
        top: 170px;
        width: 100%;
        text-align: center;
    }
    .history-page .tabs-section .slide .content {
        position: absolute;
        z-index: 998;
        top: 40%;
        width: 100%;
        text-align: center;
        width: 70%;
        left: 15%;
        background: rgba(255, 255, 255, 0.7);
        padding: 50px;
        font-size: 24px;
    }
    .history-page .tabs-section .slide .content p {
        font-size: 24px !important;
    }
    .history-page .tabs-section .tabs-content .slide img {
        min-height: 650px;
        object-fit: cover;
    }
}
@media (min-width:1024px){
	.header-right .site-favorites{
		max-width:3%;
		flex: 0 0 3%;
	}
	.header-right .main-menu{
		max-width:64%;
		flex: 0 0 64%;
	}
	.stick.site-header #primary-menu a{
		font-size:10px;
		padding:8px 5px;
	}
	.stick.site-header .header-main-links a{font-size:11px;}
	.default-form .field-half,
	.default-form .ginput_complex.ginput_container span{width: 49%;}
	.default-form .ginput_container_address .address_zip,
	.default-form .gform_body .name_last, 
	.default-form .gform_body .name_first{
		margin: 0;
		display: inline-block;
	}
	.woocommerce div.product div.images .flex-direction-nav{top: 200px;}
	.slideshow-section .slide-item .slide-label{font-size:50px;}
	.slideshow-section .scroll{
		position: absolute;
		left:0;
	}
	.history-page .tabs-section .tabs .tab a:hover,
    .history-page .tabs-section .tabs .tab.active a {
        font-size: 50px;
    }
}
@media (min-width:1200px){
	.header-right .site-favorites{
		max-width: 16.7777%;
		flex: 0 0 16.7777%;
	}
	.header-right .main-menu{
		max-width:70%;
		flex:0 0 70%;
	}
	.stick.site-header #primary-menu a,
	.stick.site-header .header-main-links a{font-size:12px;}
	.category-listing .products-per-page, .category-listing .woocommerce-ordering{justify-content:flex-start;}
}
/************************************Second Phase new Styles End***********************/
/************************************error Styles start***********************/
.error404 .page-content p a{
color: #ED1C24;
}
/************************************error Styles End***********************/