/*
Theme Name: Genesis Sample
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 3.1.0

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/

/* Fonts
---------------------------------------------------------------------------- */

/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('/wp-content/themes/genesis-sample/fonts/montserrat-v15-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/genesis-sample/fonts/montserrat-v15-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
	font-display: swap;
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/wp-content/themes/genesis-sample/fonts/montserrat-v15-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/genesis-sample/fonts/montserrat-v15-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
	font-display: swap;
}

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/genesis-sample/fonts/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/genesis-sample/fonts/roboto-v30-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/genesis-sample/fonts/roboto-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* Visual App Custom Styles
---------------------------------------------------------------------------- */

/* Header
---------------------------- */

#header-cart a span {
    color: #d2232a;
    font-family: 'Roboto', sans-serif;
    font-size: 0.625em;
    font-weight: 500;
    display: inline-block;
    padding: 0 5px;
    line-height: 1;
}

#header-cart a {
    text-decoration: none;
    height: 28px;
    display: flex;
    align-items: center;
}

div#top-bar {
    /* background: #fff; */
    position: relative;
    z-index: 99999;
    width: 100%;
}

#top-bar .top-bar-inner {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    text-align: right;
}

#top-bar .top-bar-inner a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-decoration: none;
    color: #333;
    font-size: 0.75em;
    display: inline-block;
    padding-right: 20px;
	transition:all 300ms;
}

#top-bar .top-bar-inner a:hover {
    opacity: 0.8;
}

#top-bar .top-bar-inner a:last-child {
    padding-right: 0;
}

#header-cart svg {
    width: 28px;
    height: 28px;
}

div#header-cart {
    margin-right: 16px;
    margin-top: 8px;
}

#header-search input {
    background-color: #f7f7f7;
    box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.05);
    border-radius: 6px;
    padding: 12px 16px;
	position: absolute;
    z-index: 1;
}

#header-search input::placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 0.75em;
    font-weight: 500;
    color: #333;
}

#header-search div.product-search-form form.product-search-form.show-submit-button button{
	position: absolute;
	z-index: 2;
	right: 5px;
	top: 8px;
	height: 30px;
	width: 30px;
	margin:0;
	display: block;
	background: #f7f7f7 url(/wp-content/uploads/search_off.png) center center no-repeat;
}
#header-search div.product-search-form form.product-search-form.show-submit-button button:hover{
	background: #f7f7f7 url(/wp-content/uploads/search_hover.png) center center no-repeat;
}
#header-search #product-search-form-0{
position:relative;
}

#header-search div.product-search-results{
top: 46px;
}
#header-search div.product-search-form form.product-search-form.show-submit-button span.product-search-field-clear{
    position: absolute;
    z-index: 3;
    right: 40px;
    top: 10px;
    display: block;
}
#header-search .product-search-form input.blinker {
    background-position: 0.5%;
}
nav#genesis-nav-primary {
    width: 100%;
    position: absolute;
	z-index:1;
    bottom: 0;
    left: 0;
    padding: 0;
    height: 55px;
    background: #333;
}

.header-inner {
    position: relative;
}

header.site-header {
    padding: 0;
}

header .header-inner > div.wrap {
    width: 1300px;
	max-width:100%;
    margin: 0 auto;
    padding-bottom: 55px;
}

nav#genesis-nav-primary > div.wrap {
    width: 1300px;
	max-width:100%;
    margin: 0 auto;
    padding: 0;
	position:relative;
}

header nav a.phone-link {
    color: #fff;
    text-decoration: none;
}

.nav-primary .genesis-nav-menu > li > a {
    height: 55px;
    line-height: 55px;
    padding: 0 22px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.8em;
}

.nav-primary .genesis-nav-menu > li > a:hover {
    background: #474747;;
}

.genesis-nav-menu .sub-menu a {
    background: #333333;
    color: #fff;
}

.genesis-nav-menu .sub-menu a:hover {
    background: #474747;
}

.nav-primary .genesis-nav-menu > li:first-child > a {
    /* padding-left: 0; */
    margin-left: -32px;
}

nav#genesis-nav-primary > div.wrap .nav-phone {
    position: absolute;
    right: 0;
    top: 0;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875em;
    font-weight: 600;
    background: #474747;
}

#menu-item-19162, #menu-item-19163, #menu-item-19164{
display:none;
}

header nav a.phone-link {
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 55px;
    width: 100%;
    padding: 0 20px;
}

.tagline {
    display: block;
    text-align: left;
    clear: both;
    /* position: absolute; */
    /* bottom: 0; */
    /* right: 0; */
    white-space: nowrap;
    color: #d22329;
    font-size: 0.875em;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.tagline span {
    display: inline-block;
    font-size: 0.75em;
    padding: 0 6px;
}

.schematic-cta-link {
    display: block;
    text-align: right;
    clear: both;
    position: absolute;
    bottom: 0;
    right: 0;
    white-space: nowrap;
    color: #d22329;
    font-size: 0.875em;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.schematic-cta-link svg {
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-left: 5px;
    fill: #333;
    position: relative;
    top: 2px;
}

div#hero-img {
    width: 100%;
    height: 255px;
    background: #f1f1f1 url(/wp-content/uploads/default-hero_06.jpg) top center no-repeat;
    background-size: cover;
    margin-bottom: 32px;
}

.page-id-29247 div#hero-img,
.page-id-29421 div#hero-img,
.page-id-29422 div#hero-img {
    background: url(/wp-content/uploads/Portable-Lighting-Banner-01.png);
    background-position: center top;
}

.texas-lighting {
    display: flex;
}

.texas-lighting > div {
    width: 50%;
}

.texas-lighting a.secondary-btn {
    width: 450px;
    text-align: center;
	font-size: 18px;
}

/* Mega Menu
---------------------------- */

.prod-mega-menu {
    width: 100%;
    background: rgba(0,0,0,0.4);
    bottom: 0;
    box-shadow: 0px 13px 20px 0px rgba(142, 142, 142, 0.6);
    height: 100vh;
/* 	opacity:0;
	transition:opacity 500ms; */
}

.prod-mega-menu.mega-active { 
	opacity:1;
}

ul#menu-products-menu-1, header ul#menu-products-menu {
    width: 1300px;
	max-width:100%;
    margin: 0 auto;
    display: grid;
	display: -ms-grid;
    grid-template-columns: 19% 19% 19% 19% 24%;
    grid-template-rows: auto;
	-ms-grid-columns: 19% 19% 19% 19% 24%;
	-ms-grid-rows: auto;
    background: #fff;
    padding: 20px 0;
}

header ul#menu-schematics-menu {
    width: 1300px;
	max-width:100%;
    margin: 0 auto;
    display: grid;
	display: -ms-grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: auto;
	-ms-grid-columns: 25% 25% 25% 25%;
	-ms-grid-rows: auto;
    background: #fff;
    padding: 20px 0;
}

.mega-col-1, .s-mega-col-1 {
	-ms-grid-column:1;
}

.mega-col-2, .s-mega-col-2 {
	-ms-grid-column:2;
}

.mega-col-3, .s-mega-col-3 {
	-ms-grid-column:3;
}

.mega-col-4, .s-mega-col-5 {
	-ms-grid-column:4;
}
.mega-col-5 {
	-ms-grid-column:5;
}

.prod-mega-menu .mega-menu-wrap {
    background: #fff;
}

#menu-products-menu-1 li.mega-col > a, header #menu-products-menu li.mega-col > a, header #menu-schematics-menu li.mega-col > a {
    display: none;
}

#menu-products-menu-1 li.mega-col > ul.sub-menu > li > a, header #menu-products-menu li.mega-col > ul.sub-menu > li > a, header #menu-schematics-menu li.mega-col > ul.sub-menu > li > a {
    color: #293772;
	font-family:'Roboto', sans-serif;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.25;
    font-size: 1em;
    margin-bottom: 6px;
}

#menu-products-menu-1 li.mega-col > ul.sub-menu a, header #menu-products-menu li.mega-col > ul.sub-menu a, header #menu-schematics-menu li.mega-col > ul.sub-menu a {
    color: #333;
    text-decoration: none;
    line-height: 1.375;
    font-size: 16px;
    display: inline-block;
	font-family:'Roboto', sans-serif;
    font-weight:normal;
}

#menu-products-menu-1 li.mega-col > ul.sub-menu > li, header #menu-products-menu li.mega-col > ul.sub-menu > li, header #menu-schematics-menu li.mega-col > ul.sub-menu > li {
    margin-bottom: 13px;
    padding-right: 32px;
}

#menu-products-menu-1 li.mega-col > ul.sub-menu > li:last-child, header #menu-products-menu li.mega-col > ul.sub-menu > li:last-child, header #menu-schematics-menu li.mega-col > ul.sub-menu > li:last-child {
    margin-bottom: 0;
}

#menu-products-menu-1 li.mega-col > ul.sub-menu > li li, header #menu-products-menu li.mega-col > ul.sub-menu > li li, header #menu-schematics-menu li.mega-col > ul.sub-menu > li li {
    margin-bottom: 3px;
}

#menu-products-menu-1 li.mega-col > ul.sub-menu a:hover, header #menu-products-menu li.mega-col > ul.sub-menu a:hover, header #menu-schematics-menu li.mega-col > ul.sub-menu a:hover {
    color: #d3232a;
}

li#menu-item-18520 > a, li#menu-item-18526 > a {
    margin-bottom: 0 !important;
}

.mm-featured-product p.mm-title, .mm-featured-schematic p.mm-title {
    color: #293772;
	font-family:'Roboto', sans-serif;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.25;
    font-size: 1em;
    margin-bottom: 6px;
    transition: all 300ms;
}

.mm-featured-product p.mm-title span, .mm-featured-schematic p.mm-title span {
    color: #d3232a;
}

.mm-featured-product a, .mm-featured-schematic a {
    text-decoration: none;
}

.mm-featured-product a:hover p.mm-title, .mm-featured-schematic a:hover p.mm-title {
    color: #d22329;
}

.mm-featured-product img, .mm-featured-schematic img {
    transition: all 300ms;
    opacity: 1;
	margin-bottom:10px;
}

.mm-featured-product a:hover img, .mm-featured-schematic a:hover img {
    opacity: 0.8;
}

li#menu-item-41 > a, li#menu-item-18664 > a {
    position: relative;
    overflow: hidden;
}

li#menu-item-41 > a:after, li#menu-item-18664 > a:after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 500ms;
}

.genesis-nav-menu .menu-item {
    vertical-align: top;
}

li#menu-item-41.nav-mega-active > a:after, li#menu-item-18664.nav-mega-active > a:after {
    opacity: 1;
}

li.nav-has-dropdown svg {
    float: right;
    display: block;
    width: 14px;
	height:14px;
	position:relative;
	top:20px;
    box-sizing: content-box;
    padding-left: 10px;
    color: #fff;
}

a#close-search {
    display: none;
}

ul#menu-schematics-menu li a:before {
    background-size: 50px;
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border: solid 1px #e0e0e0;
    padding: 3px;
    box-sizing: content-box;
}

#genesis-nav-primary #menu-schematics-menu ul.sub-menu li.menu-item a {
    display: flex;
    align-items: center;
}

ul#menu-schematics-menu li .mm-featured-schematic a:before {
    display: none;
}

li#menu-item-19047 a:before {
    background: url(/wp-content/uploads/s-thumb-tpt.jpg) center center no-repeat;
}

li#menu-item-19048 a:before {
    background: url(/wp-content/uploads/Airtools-MFG-Brands_American-Pneumatic-edited.jpg) center center no-repeat;
}

li#menu-item-19049 a:before {
    background: url(/wp-content/uploads/Airtools-MFG-Brands_Chicago-Pneumatic-edited.jpg) center center no-repeat;
}

li#menu-item-19050 a:before {
    background: url(/wp-content/uploads/s-thumb-prime.jpg) center center no-repeat;
}

li#menu-item-19051 a:before {
    background: url(/wp-content/uploads/s-thumb-cleco.jpg) center center no-repeat;
}

li#menu-item-19052 a:before {
    background: url(/wp-content/uploads/s-thumb-ingersoll.jpg) center center no-repeat;
}

li#menu-item-19053 a:before {
    background: url(/wp-content/uploads/s-thumb-jet.jpg) center center no-repeat;
}

li#menu-item-19054 a:before {
    background: url(/wp-content/uploads/s-thumb-kent.jpg) center center no-repeat;
}

li#menu-item-19055 a:before {
    background: url(/wp-content/uploads/s-thumb-thor.jpg) center center no-repeat;
}

li#menu-item-19056 a:before {
    background: url(/wp-content/uploads/s-thumb-sullair.jpg) center center no-repeat;
}
li#menu-item-19057 a:before {
    background: url(/wp-content/uploads/s-thumb-tamco.jpg) center center no-repeat;
}
li#menu-item-19058 a:before {
    background: url(/wp-content/uploads/s-thumb-harper.jpg) center center no-repeat;
}

li#menu-item-19059 a:before {
    background: url(/wp-content/uploads/s-thumb-continental.jpg) center center no-repeat;
}

li#menu-item-19061 a:before {
    background: url(/wp-content/uploads/s-thumb-sullivan.jpg) center center no-repeat;
}

li#menu-item-19062 a:before {
    background: url(/wp-content/uploads/Airtools-MFG-Brands_Atlas-Copco-edit.jpg) center center no-repeat;
}

aside li#menu-item-18529, aside #menu-item-25037 {
    display: none;
}

@media only screen and (max-width:1400px) {
	header .header-inner > div.wrap {
    	width: 100%;
    	padding-left: 50px;
    	padding-right: 50px;
	}
	
	nav#genesis-nav-primary > div.wrap {
		width: 100%;
		padding: 0 0 0 50px;
	}

	nav#genesis-nav-primary > div.wrap .nav-phone {
		right: 50px;
	}
	
	.nav-primary .genesis-nav-menu > li > a {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.nav-primary .genesis-nav-menu > li:first-child > a {
		margin-left: -20px;
	}
	.prod-mega-menu .mega-menu-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (max-width:1275px) {
	nav#genesis-nav-primary > div.wrap .nav-phone {
    	display: none;
	}
}

@media only screen and (max-width:1200px) {
	.nav-primary .genesis-nav-menu > li > a {
		padding-left: 12px;
		padding-right: 12px;
		font-size: 0.75em;
	}
}

@media only screen and (min-width:961px){
	ul#menu-global-nav > li > ul.sub-menu {
    	display: none !important;
	}
}

@media only screen and (max-width:960px) {
	
	body.noscroll {
		overflow: hidden;
	}
	
	.prod-mega-menu {
		display: none !important;
	}
	
	div#top-bar {
		display: none;
	}
	
	header .header-inner > div.wrap {
		padding: 0;
		display: flex;
		flex-wrap: wrap;
	}

	div#header-widgets {
		float: none;
		order: 3;
		text-align: Center;
		width: 100%;
		display: flex;
		justify-content: center;
		margin-top: 0;
		padding: 0 50px 32px 50px;
		transition: all 300ms;
		max-height: 78px;
	}
	
	header.shrink div#header-widgets {
		max-height: 0;
		overflow: hidden;
		padding: 0;
	}
	
	header.shrink .menu-toggle {
		top: 24px;
	}

	.wp-custom-logo .site-container div.title-area {
		float: none;
		order: 3;
		width: 100%;
		max-width: none;
		text-align: center;
		padding: 20px 50px 32px 50px;
	}

	#top-bar .top-bar-inner {
		text-align: center;
		padding: 0 50px;
	}

	.tagline, .schematic-cta-link {
		display: none;
	}

	#header-cart, #header-search {
		float: none;
	}

	header .menu-toggle {
		position: absolute;
		right: 34px;
		top: 40px;
/* 		background: rgba(0,0,0,0.5); */
		width: 64px;
		height: 64px;
		font-size: 0;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #1b2974;
		margin: 0;
	}

	header .menu-toggle:before {
		font-size: 48px;
		line-height: 48px;
		top: 0;
		width: 48px;
		height: 47px;
		margin: 0 !important;
	}

	nav#genesis-nav-primary {
		height: auto;
		position: relative;
		bottom: 0;
		left: 0;
		z-index: 5;
		order: 5;
	}

/* 	header .menu-toggle:focus, header .menu-toggle:hover, header .sub-menu-toggle:focus, header .sub-menu-toggle:hover {
		color: #fff;
		background-color: #333;
	} */
	
	.nav-primary .genesis-nav-menu > li > a {
		padding: 0 20px;
	}

	.nav-primary .genesis-nav-menu > li:first-child > a {
		margin: 0;
	}

	.nav-primary .genesis-nav-menu > li:first-child {
		display: none;
	}

	li.nav-has-dropdown svg {
		display: none;
	}

	li#menu-item-41 > a:after, li#menu-item-18563 > a:after {
		display: none;
	}

	.genesis-nav-menu .menu-item {
		border-bottom: solid 1px #737373;
	}

	nav#genesis-nav-primary > div.wrap .nav-phone {
		display: none;
	}

	nav .sub-menu-toggle {
		color: #fff;
		box-sizing: border-box;
		height: 55px;
		width: 65px;
		padding-right: 10px;
		width: 55px;
		background: #222;
		border-radius: 0;
		border-left: solid 1px #737373;
	}
	
	header .sub-menu-toggle:focus, header .sub-menu-toggle:hover {
		color: #fff;
		background: #222;
		border-left: solid 1px #737373;
	}

	nav .sub-menu-toggle:before {
		width: 32px;
		height: 32px;
		font-size: 32px;
		transition: transform 300ms;
	}

	ul.genesis-nav-menu .sub-menu {
		background: #222;
		padding: 0;
	}

	ul.genesis-nav-menu .sub-menu a {
		background: #222;
		padding: 20px 20px;
		font-size: 0.875em;
		color: #fff !important;
	}

	.genesis-nav-menu ul.sub-menu .menu-item {
		border-bottom: solid 1px #333;
	}

	.genesis-nav-menu ul.sub-menu {
		border-top: solid 1px #737373;
	}
	
	header.site-header {
		position: sticky;
		position: -webkit-sticky;
		top: 0;
		max-height: 100vh;
		overflow-y: scroll;
		-ms-overflow-style: none;
		z-index: 99;
		box-shadow: -1px -1px 18px 0px rgba(0,0,0,0.3);
	}

	header.site-header::-webkit-scrollbar {
		display: none;
	}
	
	.wp-custom-logo .shrink .title-area img {
		width: 250px;
	}
	
	nav#genesis-nav-primary > div.wrap {
		padding: 0;
	}
}

@media only screen and (max-width:959px){
	#menu-item-19162, #menu-item-19163, #menu-item-19164{
	display:block;
	}
	#menu-item-19162 a, #menu-item-19163 a, #menu-item-19164 a{
	background:#222222;
	}
	li#menu-item-41.nav-mega-active > a:after, li#menu-item-18664.nav-mega-active > a:after{
	display:none!important;
	}
}

@media only screen and (max-width:768px) {
	#hero-img .inner, div.breadcrumb, .page-title, #genesis-content .row-inner{
	padding-left:32px!important;
	padding-right:32px!important;
	}
	.woocommerce.archive div.breadcrumb, .woocommerce.archive .page-title{
	padding-left:0!important;
	padding-right:0!important;
	}
	.woocommerce.archive .page-title h1{
	margin-bottom:0;
	}
	.wp-custom-logo .site-container div.title-area {
		padding-left: 32px;
		padding-right: 32px;
	}

	#top-bar .top-bar-inner {
		padding: 0 32px;
	}

	div#header-widgets {
		padding-left: 32px;
		padding-right: 32px;
	}

	header .menu-toggle {
		right: 16px;
	}
	
	.wp-custom-logo .title-area img {
		width: 300px;
	}
}

@media only screen and (max-width:600px) {
	div.breadcrumb, div.yoast-breadcrumb{
	display:none!important;
	}
	.page-title{
	padding-top:32px;
	padding-bottom:18px;
	}
	div.site-inner{
	padding-top:0!important;
	}
	.wp-custom-logo .site-container div.title-area {
		/* padding-left: 120px; */
		padding-right: 100px;
	}
	
	header.site-header {
/* 		max-height: calc(100vh - 95px); */
		z-index:10000;
	}
	
	div#header-cart {
		display: none;
	}

	div#header-widgets {
		display:none;
		position: fixed;
		background: rgba(0,0,0,0.8);
		height: 100vh;
		width: 100%;
		max-height: none !important;
		top: 0;
		left: 0;
		z-index: 9999;
		display: none;
		padding:0 32px !important;
		transition:none;
	}
	
	div#header-search {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column;
		height:100%;
	}

	div#header-search > .product-search {
		width: 100%;
	}

	div#header-widgets #header-search {
		width: 100%;
	}
	
	a#close-search {
		display: block;
		color: #fff;
		margin-bottom: 32px;
		font-size: 0.875em;
	}

	a#close-search svg {
		display: inline-block;
		margin-right: 10px;
	}

	div.product-search-form form.product-search-form.show-submit-button button {
		background: #222;
	}
	
	header .menu-toggle {
		top: 32px;
	}
	
	div.product-search-results {
		height: 200px;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		overflow-y: scroll;
		-ms-overflow-style:none;
		
	}
	div.product-search-results::-webkit-scrollbar {
		display: none;
	}
	.contact-page-address{
	display:block!important;
	}
}

@media only screen and (max-width:400px) {
	button#genesis-mobile-nav-primary {
    	top: 20px;
	}
}

@media only screen and (max-width:330px) {
	button#genesis-mobile-nav-primary {
    	top: 10px;
	}
}

/* Content
---------------------------- */

#hero-img .inner {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

#hero-img .hero-primary {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 2em;
    line-height: 1;
    margin-bottom: 20px;
	color:#fff;
}

#hero-img .hero-secondary {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #d3d7f3;
    margin: 0;
}


.tagline span {
    display: inline-block;
    font-size: 0.75em;
    padding: 0 6px;
}

div.breadcrumb {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    border: 0;
    padding-bottom: 20px;
    padding-top:32px;
}

.breadcrumb a {
    color: #1e3285;
    font-size: 0.875em;
    text-decoration: none;
	font-family:'Roboto', sans-serif;
    font-weight: 500;
    display: inline-block;
    /* padding: 0 7px; */
}

.breadcrumb span[property="name"] {
    font-size: 0.875rem;
    text-decoration: none;
	font-family:'Roboto', sans-serif;
    font-weight: 500;
    display: inline-block;
    padding: 0 7px;
}

.breadcrumb > span{
padding:0 7px;
}
.breadcrumb.yoast-breadcrumb > span{
padding:0;
}
.breadcrumb > span:first-child{
padding-left:0;
}
.breadcrumb a.home {
    padding-left: 0;
    padding-right:7px;
}
.yoast-breadcrumb a{
padding:0 9px;
}
.yoast-breadcrumb > span > span > a{
padding-left:0;
}
.page-title {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
.page-id-22148 .page-title, .woocommerce-account .page-title{
	margin-top:32px;
}

h1.entry-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.75em;
    font-weight: 700;
    color: #293772;
}

div.site-inner {
    max-width: 100%;
    padding: 20px 0;
}

.row {
    width: 100%;
    margin-bottom: 32px;
}

.row-inner {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

img.main-img {
    float: right;
    width: 100%;
    max-width: 500px;
    margin: 0 0 48px 32px;
    display: block;
}

.buttons-wrap a {
    margin-right: 20px;
	margin-bottom: 20px;
}

.buttons-wrap a:last-child {
    margin-right: 0;
}

a.primary-btn {
    background: #d22329;
    color: #fff !important;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 12px 48px;
    border-radius: 5px;
    font-size: 0.875em;
    border: solid 2px #d22329;
    display: inline-block;
	transition:all 300ms;
}

a.secondary-btn {
    background: #0e52a6;
    color: #fff !important;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 12px 48px;
    border-radius: 5px;
    font-size: 0.875em;
    border: solid 2px #0e52a6;
    display: inline-block;
    transition: all 300ms;
}

.error404 main#genesis-content {
    padding-top: 32px;
}

.error404 input.search-form-submit {
    margin-top: 0;
    margin-left: 10px;
}

.error404 form.search-form {
    display: flex;
}

.error404 h1.entry-title, .error404 .site-inner p {
    text-align: center;
}

.error404 .site-inner a.primary-btn {
    margin: 0 auto;
    display: block;
    width: 250px;
    text-align: center;
}

.row-inner.videos-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.row-inner.videos-wrap .video {
    width: 47.5%;
    margin-bottom: 48px;
}

.staff-featured {
    width: 33.33%;
    float: right;
    text-align: center;
    padding: 0 48px;
}

.staff-featured img {
    margin-bottom: 10px;
}

.staff-featured .staff-member {
    margin-bottom: 32px;
}

/* posts */
article.type-post {
    max-width: 1300px;
    margin: 24px auto;
    width: 100%;
}

.single-post .page-title {
    margin-top: 24px;
}

h1.archive-title {
    max-width: 1300px;
    margin: 0 auto;
}

.type-post img.singular-image.entry-image {
    display: none;
}

header.entry-header {
    display: none;
}

.type-post footer.entry-footer {
    border-bottom: 1px solid #efefef;
}

.wp-singular.single-post .site-inner {
    padding: 0;
}

.post-images {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width:1400px){
	#hero-img .inner, div.breadcrumb, .page-title, #genesis-content .row-inner {
		width: 100%;
		max-width:100%;
		padding-left: 50px;
		padding-right: 50px;
	}
	padding-right: 50px;
	}
}

@media only screen and (max-width:960px) {
	img.main-img {
    	float: none;
    	margin: 0 auto 32px auto;
	}
	
	#hero-img .inner, div.breadcrumb, .page-title, #genesis-content .row-inner {
		padding-left: 32px;
		padding-right: 32px;
	}
	
}

@media only screen and (max-width:768px){
	.error404 form.search-form {
    	width: 100%;
	}
	
	.row-inner.videos-wrap .video {
		width: 100%;
		margin-bottom: 32px;
	}
	
	.staff-featured {
		float: none;
		width: 100%;
		padding: 0;
	}
}

@media only screen and (max-width:500px) {
	#hero-img .hero-secondary {
		display: none;
	}

	#hero-img .hero-primary {
		line-height: 1.375;
		font-size: 1.5em;
	}
	
	.row-inner.videos-wrap .video iframe {
		height: 242px;
	}
}

@media only screen and (max-width:400px) {
	a.primary-btn, a.secondary-btn {
	    width: 100%;
    	text-align: center;
	}
	
	div#hero-img {
		display: none;
	}

	div.breadcrumb {
		padding-top: 32px;
	}
}


/* Distributor Page
---------------------------- */

#wpsl-search-wrap form {
    /* display: flex; */
    /* flex-flow: nowrap; */
    width: 100%;
    /* justify-content: space-between; */
    align-items: center;
}
.wpsl-search {
    padding-bottom: 12px;
}
#wpsl-search-wrap div {
/*     height: 100%; */
    margin: 0;
}
.wpsl-select-wrap {
    width: 400px;
}

#wpsl-radius .wpsl-dropdown {
    width: 110px;
}

#wpsl-search-wrap form label{
    width: auto;
    height: 100%;
}

.wpsl-select-wrap > div,
.wpsl-input {
    display: flex !important;
    align-items: center;
}

#wpsl-search-wrap .wpsl-select-wrap {
    display: flex;
    justify-content: space-around;
}
#wpsl-search-wrap .wpsl-input label{
	margin-right: 10px;
}
#wpsl-stores div {
    margin-bottom: 0px !important;
    line-height: 150%;
}
#wpsl-stores div.wpsl-store-location{
float:left;
margin-right:15px;
}
#wpsl-stores div.wpsl-store-location p{
line-height:1.375;
margin-bottom:10px;
}
#wpsl-stores div.wpsl-store-location p span{
font-size:.875rem;
display:inline-block;
}
#wpsl-stores div.wpsl-store-location p span.wpsl-street{
display:block;
}

.wpsl-store-location > p > strong {
    color: #d22927;
}
#wpsl-stores div.wpsl-direction-wrap{
font-size:.875rem;
float:right;
text-align:right;
}

#main #wpsl-stores ul {
    margin-left: 1em;
}
#main #wpsl-stores ul li::before {
    content: " ";
    margin: 0;
}

#wpsl-wrap .wpsl-search {
    padding: 12px 20px;
    background: #e4e4e4;
}

#wpsl-wrap #wpsl-result-list li {
    background: none;
    padding-top:0!important;
    padding-bottom:0!important;
}

#wpsl-wrap #wpsl-search-btn {
    background: #d22926;
    color: #fff;
    padding: 9px 32px;
    border-radius:6px !important;
	font-family:'Roboto', sans-serif;
	font-weight:700;
}

#wpsl-search-wrap .wpsl-search-btn-wrap {
    float: right;
}

#wpsl-wrap .wpsl-search-btn-wrap, input#wpsl-search-btn {
    margin-right: 0;
}

.wpsl-input:first-child {
    margin-right: 32px !important;
}
#wpsl-wrap .wpsl-icon-direction{
display:none!important;
}
div#wpsl-radius {
    margin-right: 32px;
}

.wpsl-dropdown li {
    background-image: none !important;
}

@media only screen and (max-width:980px) {
	.wpsl-search-btn-wrap {
		display: block;
		float: none;
		width: 100%;
	}
}
@media only screen and (max-width:900px) {
	div#wpsl-wrap .wpsl-search {
		padding: 12px 24px;
	}

	div#wpsl-search-wrap .wpsl-input {
		width: 100%;
	}

	div#wpsl-search-wrap .wpsl-input input {
		width: 100%;
	}

	div#wpsl-search-wrap .wpsl-select-wrap {
		display: flex;
		width: 100%;
		padding: 10px 0;
		justify-content: flex-start;
	}

	div#wpsl-search-wrap .wpsl-select-wrap #wpsl-radius {
		margin-right: 50px;
	}
	
	div#wpsl-search-wrap div label {
		width: 125px;
		min-width: 125px;
	}

	div#wpsl-search-wrap .wpsl-input > div {
		min-width: 125px;
	}

	div#wpsl-search-wrap div#wpsl-results label {
		width: auto;
		min-width: 0;
		margin-right: 24px;
	}

}

@media only screen and (max-width:640px) {
	div#wpsl-search-wrap .wpsl-select-wrap {
		display: block !important;
		padding-top: 0;
	}

	div#wpsl-search-wrap .wpsl-select-wrap > div {
		width: 100%;
		padding: 10px 0;
	}

	div#wpsl-search-wrap .wpsl-input > div {
		margin-right: 10px !important;
	}
	
	div#wpsl-search-wrap div#wpsl-results label {
		width: 125px;
		min-width:125px;
		margin-right: 10px;
	}
}

/* Footer
---------------------------- */

div#cta-blade {
    background: #172a76 url(/wp-content/uploads/sitewide-cta-bg_07.jpg) top center no-repeat;
    background-size: cover;
}

.cta-blade-inner {
    width: 1300px;
    max-width: 100%;
    color: #fff;
    text-align: right;
    margin: 0 auto;
    padding: 90px 0;
}

.cta-blade-inner h2 {
    font-size: 2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 16px;
	color:#fff;
}

.cta-blade-inner p {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 0.875em;
	margin-bottom: 20px;
	color:#fff;
}

#cta-blade a.secondary-btn {
    background: none;
    border-color: #fff;
    margin-right: 0;
}

#cta-blade a {
    width: 250px;
    text-align: center;
    margin-right: 24px;
}

a.primary-btn:hover {
    background: #da3a3f;
    border-color: #da3a3f;
}

#cta-blade a.secondary-btn:hover {
    background: #fff;
    color: #293189 !important;
}

a.secondary-btn:hover {
    background: #141c4d;
    border-color: #141c4d;
}

div#genesis-footer-widgets {
    padding: 48px 0;
    background: #333333;
    border-top: solid 1px #4b4b4b;
}

footer.site-footer {
    background-color: #222222;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    border-top: 0;
}

footer.site-footer a {
    color: #aaaaaa;
}

footer.site-footer > .wrap {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
}

footer .bb-links {
    display: inline-block;
    padding-left: 20px;
}

footer .bb-links a {
    display: inline-block;
    padding-right: 12px;
}

footer .bb-links a:last-of-type {
    padding: 0;
}

div.footer-widgets .wrap {
    width: 1300px;
    max-width: 100%;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875em;
    display: flex;
}

.footer-widgets p {
    color: #fff;
}

.footer-widgets a.phone-link {
    color: #fff;
    text-decoration: none;
}

.footer-widgets .wrap .widget-area {
    padding: 0;
}

.footer-widgets .wrap .footer-widgets-1 {
    width: 60%;
}

.footer-widgets .wrap .footer-widgets-2 {
    width: 40%;
}

.footer-widgets .wrap .footer-widgets-1 .footer-contact {
    display: flex;
}

.fc-inner {
    padding-right: 48px;
}

.footer-widgets h3.widgettitle.widget-title {
    color: #fff;
    font-size: 1.5em;
    margin-bottom: 20px;
}

.footer-social svg {
    color: #dddddd;
    width: 24px;
    height: 24px;
    font-size: 24px;
    transition: all 300ms;
}

.footer-social a {
    display: inline-block;
    padding: 0 8px;
}

.footer-social {
    float: right;
    margin-top: 42px;
    margin-right: 32px;
}

.footer-social a:hover svg {
    color: #fff;
}

.footer-widgets .footer-widgets-2 img {
    float: right;
}

@media only screen and (max-width:1400px) {
	.cta-blade-inner, div.footer-widgets .wrap, footer.site-footer > .wrap {
		width: 100%;
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media only screen and (max-width:1200px){
#wpsl-stores div.wpsl-store-location{
float:none;
margin-right:0px;
}
#wpsl-stores div.wpsl-direction-wrap{
float:none;
text-align:left;
margin-bottom:10px!important;
}
}

@media only screen and (max-width:1050px) {
	
	.footer-social {
		float: none;
		margin: 0 0 32px 0;
	}

	.footer-widgets .footer-widgets-2 img {
		float: none;
		order: 2;
	}

	.footer-widgets-2 .textwidget.custom-html-widget {
		text-align: right;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	
	.footer-widgets .wrap .footer-widgets-1 .footer-contact {
		flex-wrap: wrap;
	}
	
	.fc-inner {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width:960px) {
	.bb-copy {
		text-align: center;
	}

	.bb-copy .bb-links {
		display: block;
		padding-top: 10px;
		padding-left: 0;
	}

	.bb-copy .bb-links a:first-child {
		display: block;
		margin-bottom: 10px;
		padding: 0;
	}
	
	.cta-blade-inner, div.footer-widgets .wrap, footer.site-footer > .wrap {
		padding-left: 32px;
		padding-right: 32px;
	}
}

@media only screen and (max-width:850px){
img.main-img{
float:none;
margin:0 auto;
margin-bottom:30px;
/* max-width:100%; */
}
}

@media only screen and (max-width:700px) {
	.footer-widgets .wrap .footer-widgets-1, .footer-widgets .wrap .footer-widgets-2 {
		width: 100%;
		margin-bottom: 10px;
		text-align:center!important;;
	}

	div.footer-widgets .wrap {
		flex-wrap: wrap;
	}

	.footer-widgets-2 .textwidget.custom-html-widget {
/* 		justify-content: flex-start; */
		justify-content:center;
	}

	.footer-social {
		width: 100%;
		text-align: center;
	}
}

@media only screen and (max-width:650px) {
	#cta-blade a {
		display: block;
		clear: both;
		float: none;
		width: 100%;
		max-width: 100%;
	}

	#cta-blade a.primary-btn {
		margin-bottom: 20px;
	}
	
	.cta-blade-inner h2, .cta-blade-inner p {
		text-align: center;
	}
	a.primary-btn, a.secondary-btn{
	width:100%;
	text-align:center;
	}
}





/* Contact Page
---------------------------- */

.page-template-contact .cta-blade {
    display: none;
}

.contact-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
}

.contact-form {
    width: 47.5%;
/*     margin-bottom: 48px; */
}

.contact-info {
    width: 50%;
}

.phone-numbers ul {
    margin-left: 0;
}

.phone-numbers ul li {
	list-style: none;
}

.phone-numbers ul li span.icon {
    display: inline-block;
    background: #a0b526;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
}

.phone-numbers ul li span.icon svg {
    color: #fff;
    font-size: 14px;
}

.phone-numbers ul li span.label {
	font-family:'Roboto', sans-serif;
    font-weight: 500;
}

.phone-numbers a.phone-link {
    text-decoration: none;
}

/* div.gform_wrapper ul.gform_fields li.gfield select {
    width: 100%;
    height: 32px;
} */

div.gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
}

div.gform_wrapper {
    margin: 0 0 48px 0;
}

div.gform_wrapper .validation_message {
    padding-top: 8px !important;
}

div.gform_wrapper.gform_validation_error .top_label input.medium, div.gform_wrapper.gform_validation_error .top_label select.medium {
    width: 100%;
}

#genesis-content li.gfield.full-width {
    margin-bottom: 16px !important;
}

div.gform_wrapper {
    margin: 0;
}

div.gform_wrapper ul.gform_fields li.gfield {
    margin-top: 0;
    margin-bottom: 20px !important;
    width: 50%;
    padding-right: 20px;
    background: none !important;
    padding-left: 0 !important;
}

#genesis-content div.gform_wrapper ul.gform_fields {
    display: flex;
    flex-wrap: wrap;
    margin-bottom:0!important;
}

div.gform_wrapper ul.gform_fields li.gfield.full-width {
    width: 100%;
}

div.gform_wrapper ul.gform_fields li.gfield input {
    width: 100%;
    margin-top: 0;
}

form input[type="submit"]{background:#d22329;line-height: 1!important;min-height: 0px!important;}
form input[type="submit"]:hover{
background:#da3a3f;
}

/* div.gform_wrapper ul.gform_fields li.gfield div.ginput_container {
    margin-top: 0;
}

div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 5px 16px;
}

div.gform_wrapper textarea.medium {
    padding: 5px 16px;
} */

div.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
    background: none;
    border: 0;
	margin-top:0 !important;
}

div.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, div.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0;
}

footer div.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border: 0;
    width: 100%;
    margin: 0;
}

footer div.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding-top: 5px;
    padding-bottom: 10px;
    color: #f5bfbf;
}

div.gform_wrapper .validation_message.instruction {
    display: none;
}

div.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}

div#gform_wrapper_5 {
    margin: 0;
}

footer div.gform_wrapper div.validation_error {
    color: #f5bfbf;
    border-color: #f5bfbf;
}

.contact-style-2 .content-sidebar-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.google-map-wrap.map-hero {
    width: 100%;
    height: 350px;
    margin-bottom: 48px;
}

.google-map-wrap.map-hero iframe {
    width: 100%;
/*     height: 350px; */
}

.contact-page-address {
    display: inline-block;
    margin-right: 32px;
	height: 250px;
    margin-bottom: 10px;
}

.contact-page-address:last-child {
    margin-right: 0;
}

.contact-page-address a.phone-link {
    color: #222;
    font-weight: normal;
}

.contact-page-address p strong {
    display: inline-block;
    margin-bottom: 16px;
    color: #5163ad;
    font-size: 1.375em;
    line-height: 1;
}


div.gform_wrapper ul.gform_fields li.gfield select {
    width: 100%;
/*     height: 50px; */
	padding:0;	
}

.gform_footer img {
    display: none !important;
}

div.gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
}

div.gform_wrapper {
    margin: 0 0 48px 0;
}

div.gform_wrapper .validation_message {
    padding-top: 8px !important;
    color: #c11111;
    font-size: 0.75em;
}

div.gform_wrapper.gform_validation_error .top_label input.medium, div.gform_wrapper.gform_validation_error .top_label select.medium {
    width: 100%;
    background: #ffebeb;
    border-color: #e7aaaa;
}

#genesis-content li.gfield.full-width {
    margin-bottom: 16px !important;
}

div.gform_wrapper {
    margin: 0;
}

div.gform_wrapper ul.gform_fields li.gfield {
    margin-top: 0;
    margin-bottom: 20px;
    width: 50%;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 0;
	list-style:none;
}

label.gfield_label {
    /* font-size: 0.75em; */
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}

li.hidden_label label {
    display: none;
}

li.gform_hidden, li.gform_validation_container {
    visibility: hidden;
    display: none;
}

div.gform_wrapper textarea {
    height: 180px;
}

div.gform_wrapper ul.gform_fields {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
	padding-left:0;
}

div.gform_wrapper ul.gform_fields li.gfield.full-width {
    width: 100%;
}

div.gform_wrapper ul.gform_fields li.gfield input {
    width: 100%;
    margin-top: 0;
}

div.gform_wrapper ul.gform_fields li.gfield div.ginput_container {
    margin-top: 0;
}

div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 5px 16px;
}

div.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
    background: none;
    border: 0;
	margin-top:0 !important;
}

.validation_error {
    background: #efefef;
    border-left: solid 4px #b70e0e;
    padding: 10px 20px;
    margin-bottom: 20px;
}

div.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, div.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0;
}

div.gform_wrapper .validation_message.instruction {
    display: none;
}

div.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}

p.form-title {
    font-size: 28px;
    color: #457eb9;
}

.ginput_complex.has_street > span {
    margin-bottom: 16px;
    display: block;
}

.ginput_complex.has_street > span label {
    font-size: 0.75em;
}

div.gform_wrapper ul.gform_fields li.gfield input[type="radio"] {
    width: auto;
    margin-right: 10px;
}

.gfield_radio li, .gfield_checkbox li {
    list-style: none;
}

.gfield_radio, .gfield_checkbox {
    margin: 0;
}

div.gform_wrapper ul.gform_fields li.gfield input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
}

.gfield_radio input[type="text"] {
    width: auto !important;
}

.gform_drop_area {
    border: dashed 2px #d3d3d3;
    padding: 20px;
}

body.page-template-contact {
    background: linear-gradient(90deg, rgb(32 41 116) 50%, rgb(205 207 223) 50%);
}

.contact-form.fade-in-up {
    background-color: #6f74aa;
    padding: 15px 30px;
    border-radius: 20px;
}

.contact-locations {
    display: flex;
    flex-direction: row-reverse;
    background-color: #cdcfdf;
    padding: 20px;
    height: 100%;
    padding-left: 50px;
    position: relative;
    justify-content: flex-end;
}

.addresses {
    padding: 5px 50px;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.google-map-locations {
    display: flex;
    flex-direction: column;
    width: 250px;
}

a.google-business img {
    width: 15px;
    height: 15px;
}

.contact-page-address p {
    margin-bottom: 8px;
}

.contact-info.fade-in-up {
    display: flex;
    flex-direction: column;
}

.contact-page-content {
/*     height: 33%; */
	background-color: white;
	padding: 25px 50px;
	margin-left: 50px;
}

.page-template-contact h1.entry-title {
    color: white;
	width: 50%;
}

.form-banner {
    color: white;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 1.2px;
}

.form-banner {
    color: white;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 1.2px;
}

.page-template-contact .row {
    margin-bottom: 0;
}

.page-template-contact div.site-inner {
    padding-bottom: 0;
}

.contact-page-content a.primary-btn, .contact-page-content a.secondary-btn {
    margin: 15px;
}

.google-map-wrap {
    z-index: 20;
}

div.gfield div.ginput_container input {
    min-height: 40px;
}

select#input_1_7 {
    min-height: 40px;
}

/* Gravity Forms: 15px for consent/opt-out fields (same pattern for all forms) */
#field_1_20,
#field_1_20 *,
#field_1_21,
#field_1_21 *,
#field_1_21 .gfield_checkbox li,
#field_1_21 .gfield_checkbox li label,
#field_3_21,
#field_3_21 *,
#field_3_22,
#field_3_22 *,
#field_3_22 .gfield_checkbox li,
#field_3_22 .gfield_checkbox li label {
	font-size: 15px !important;
}

/* Remove list dot from checkbox; align checkbox with label text */
#field_3_22 .gfield_checkbox li {
	background: none;
	padding-left: 0;
	display: flex;
	align-items: center;
}

#field_3_22 .gfield_checkbox li .gfield-choice-input {
	vertical-align: middle;
	margin-left: 0;
	margin-right: 5px;
	margin-top: -2px;
	margin-bottom: 0;
	flex-shrink: 0;
}

#field_3_22 .gfield_checkbox li label {
	vertical-align: middle;
	line-height: 1.4;
	margin: 0, 5px, 0, 0;
	padding: 0;
}


@media only screen and (max-width: 1400px) {
	.contact-page-content a.primary-btn, .contact-page-content a.secondary-btn {
		width: 100%;
		text-align: center;
		margin: 10px 0;
	}    
}

@media only screen and (max-width:1100px) {
	div.gform_wrapper ul.gform_fields li.gfield.one-third {
    	width: 100%;
	}
}

@media only screen and (max-width: 960px) {
	.contact-wrap {
		flex-direction: column-reverse;
		width: 100%;
	}

	.contact-form.fade-in-up {
		width: 100%;
		border-radius: 0;
	}

	.contact-info.fade-in-up {
		width: 100%;
	}

	body.page-template-contact {
		background: white;
	}
}

@media only screen and (mac-width: 768px) {
	.contact-locations {
		flex-direction: column;
	}

	.contact-page-address {
		width: 48%;
		margin-right: 0;
	}
}

@media only screen and (max-width:600px) {
    div.gform_wrapper ul.gform_fields li.gfield {
        width: 100% !important;
        padding-right: 0 !important;
    }
	
    .addresses {
    	width: 100%;
	}

    .contact-locations {
        width: 100%;
    }

    .google-map-locations {
        display: none;
    }

    .addresses > div {
        border: 3px solid #293871;
        width: 100%;
        height: fit-content;
        padding: 5px;
    }
}

@media only screen and (max-width:768px){
	
	.contact-form, .contact-info {
		width: 100%;
	}
	.contact-form{
	margin-bottom:30px;
	}

	.contact-wrap {
		width: 100%;
		margin: 0 auto;
		/* margin-bottom:30px; */
	}
	
}


@media only screen and (max-width:600px) {
	div.gform_wrapper ul.gform_fields li.gfield {
		width: 100% !important;
		padding-right: 0 !important;
	}
	div#hero-img{
	display:none;
	}
}



/* Print CSS
---------------------------- */

@media print {
	a[href]:after {
		content: none !important;
	  }
	#header-widgets {
		display: none;
	}

	.wp-custom-logo .site-container .title-area {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}

	nav#genesis-nav-primary {
		display: none;
	}

	header .header-inner > div.wrap {
		padding-bottom: 0;
		border-bottom: solid 2px #333;
	}

	a.print-pg {
		display: none;
	}

	div#cta-blade {
		display: none;
	}

	div#genesis-footer-widgets {
		background: none;
		border: 0;
	}

	footer.site-footer {
		display: none;
	}

	.footer-widgets h3.widgettitle.widget-title {
		color: #222;
	}

	.footer-widgets p {
		color: #222;
	}

	.footer-social {
		display: none;
	}

	a.woocommerce-product-gallery__trigger {
		display: none;
	}

	.woocommerce-product-gallery {
		float: right !important;
		margin-left:4%;
	}

	.woocommerce div.product div.summary {
		float: left;
	}
	
	.woocommerce div.product div.images img {
		border: 0 !important;
	}


	.woocommerce div.product form.cart {
		display: none;
	}

	.yith-ywraq-add-to-quote {
		display: none;
	}

	.footer-widgets a.phone-link {
		color: #222;
	}

	div.footer-widgets .wrap {
		border-top: solid 2px #333;
		padding-top: 20px;
	}
	
	div#top-bar {
		display: none;
	}
	
	div#hero-img {
		display: none;
	}

	.buttons-wrap {
		display: none;
	}
	
	h1.entry-title {
		margin-top: 48px;
	}
	
	img.main-img {
		max-width: 50% !important;
	}
	
	.flex-viewport {
		height: auto !important;
		width: 100% !important;
	}

	.woocommerce-product-gallery__image.flex-active-slide {
		width: 100% !important;
	}

	figure.woocommerce-product-gallery__wrapper {
		width: 100% !important;
		overflow: hidden !important;
	}

	.woocommerce-product-gallery__image {
		display: none !important;
	}

	.woocommerce-product-gallery__image:first-child {
		display: block !important;
	}
}

/********************************************************
Mobile Button Styles
********************************************************/
.phone-buttons{
	display:none;
}

.phone-buttons {
    width: 100%;
    padding: 15px 0;
}

.phone-buttons div {
    font-size: 0.625em;
    float: left;
    width: 33%;
}

.phone-buttons div.clear {
    float: none;
    width: 100%;
}

.phone-buttons span {
    font-weight: normal!important;
    display: block;
    padding-top: 10px;
    text-align: center;
}

.phone-buttons a {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-top: 1px solid #d9ee5b;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 1px #61680a;
    box-shadow: 0 0 0 1px #61680a;
}

.phone-buttons a img {
    width: 50px;
    height: 50px;
    border: none;
}
.phone-buttons {
	width: 100%;
	padding: 0 0;
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms;
}
.phone-buttons div {
	font-size: 10px;
	position: relative;
	float: left;
	width: 33%;
	height: 50px;
}
span.phone-hr {
    position: absolute;
    right: 0;
    height: 40px;
    margin-top: 5px;
    border-right: 1px solid #636c77;
}
.phone-buttons a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	margin-top: 0;
	text-align: center;
	border-top: 0;
	border-radius: 0;
	box-shadow: none;
}
.phone-buttons a .svg, .phone-buttons a svg {
	width: 30px;
	height: 30px;
	margin-top: 9px;
	fill: #fff;
	color:#fff;
	font-size:26px;
}

.phone-buttons{
    z-index: 9999;
    position: fixed;
    bottom: 0px;
    background: #293871;
}

.phone-buttons .m-phone span {
    display: inline-block;
    color: #fff;
    background: #d22927;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    padding: 0;
}

@media only screen and (max-width:600px) {
	#swnza_banner_id{
	bottom:50px;
	}
	.phone-buttons {
		display: block!important;
	}
	.site-container {
		padding-bottom: 50px;
	}
}


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style:normal;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #1e3285;
	font-family:'Roboto', sans-serif;
	font-weight:700;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #435fd4;
	text-decoration: none;
}
.additional-info ul li a{
background: url(/wp-content/uploads/additional-info.svg) left 2px no-repeat;
background-size: 14px 14px;
padding-left: 20px;
display: inline-block;
line-height: 1.25;
}
.additional-info ul li a br{
content:'';
}
.additional-info ul li a br:after{
content:' ';
}
a.pdf-link, .additional-info ul li a.pdf-link{
background:url(/wp-content/uploads/pdf-icon.svg) left top no-repeat;
background-size:12px 20px;
padding-left:20px;
display:inline-block;
line-height:1.25;
}
a.anchor{
color:#d6132c;
}

a.anchor:hover{
color:#ff5f73;
}

p {
    margin: 0 0 20px;
    padding: 0;
    color: #000;
    font-size: 1rem;
    line-height: 1.75;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

#genesis-content ul li{
background:url(/wp-content/uploads/list-item-dot.png) left 7px no-repeat;
background-size:5px;
padding-left:14px;
line-height:1.25;
margin-bottom:8px;
font-size:1rem;
}
#wpsl-radius .wpsl-dropdown li{
background:none;
}
#genesis-content ul{
margin-bottom:30px!important;
}

hr {
	border: none;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 30px 0;
}

b,
strong {
	font-family:'Roboto', sans-serif;
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 1.75em;
    color: #293772;
}

h2 {
    font-size: 1.375em;
	color: #5163ad;
}

h3 {
	font-size: 1.25em;
	color:#222;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 700;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: normal;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-family:'Roboto', sans-serif;
	font-weight: 500;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0073e5;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	table-layout: fixed;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
	vertical-align: top;
}

td {
	border-top: 1px solid #eee;
	padding: 10px;
}

th {
	font-weight: 500;
	font-family:'Roboto', sans-serif;
	padding: 0 10px 10px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

td:last-child,
th:last-child {
	padding-right: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-family:'Roboto', sans-serif;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: block;
	position: relative;
	margin-bottom: 30px;
}

a.more-link svg {
    width: 25px;
    top: 5px;
    position: relative;
    left: 5px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 60px 30px 0;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.archive-description.taxonomy-archive-description.taxonomy-description {
    border-bottom: 1px solid #333;
	padding-bottom: 24px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.breadcrumb_last{
	font-size:14px;
	font-weight:500;
	font-family:'Roboto', sans-serif;
	padding: 0 7px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-family:'Roboto', sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-family:'Roboto', sans-serif;
	font-weight: 500;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 700;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 400;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
/* 	color: #333;
	outline: #ccc solid 1px; */
outline:none;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 0 30px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
    max-width: 350px;
    padding-bottom: 24px;
    padding-top: 24px;
    width: 100%;
}

.wp-custom-logo .title-area img {
    width: 415px;
    transition: width 300ms;
}

.site-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: normal;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0073e5;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
/* 	padding-left: 40px; */
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
/* 	list-style-type: disc; */
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
/* 	border-top: 1px solid #eee;
	padding-top: 20px; */
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

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

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-family:'Roboto', sans-serif;
	font-weight: 500;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #fff;
	clear: both;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 15px;
	line-height: 1.5;
	padding: 30px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

#swnza_banner_id{
height:auto;
min-height:0;
padding:10px;
}
#swnza_banner_id p{
line-height:1.25;
font-size:1rem;
margin-bottom:0!important;
}

/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

}

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

	/* Site Header
	--------------------------------------------- */

	.site-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 9999;
	}

	.admin-bar .site-header {
		top: 32px;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-family:'Roboto', sans-serif;
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-family:'Roboto', sans-serif;
		font-weight: 500;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
		background: #333333;
		color: #fff !important;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 1140px;
	}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 65%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width:100%;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 24px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}

}

@media only screen and (max-width:675px){
	#wpsl-gmap{
	margin-bottom:30px!important;
	}
}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}


#header-widgets {
    float: right;
    margin-top: 21px;
    position: relative;
    padding-bottom: 42px;
}

#header-cart, #header-search{
float:left;
}
#header-search{
width:250px;
}
.search-results tr{
border-bottom:1px solid #ddd!important;
}
.search-results tr:last-child{
border:none!important;
}
.search-results tr:nth-child(even){
background:#f7f7f7;
}
.search-results span.title{
font-weight:700!important;
line-height:1.25!important;
font-size:1rem!important;
text-decoration:none!important;
}
.search-results span.description{
font-size:.75rem!important;
line-height:1.25!important;
color:#333;
}
.search-results a, .search-results a:hover{
text-decoration:none!important;
}
.search-results .product-image img{
border:1px solid #ddd!important;
}

/* Woo related products up sells
---------------------------------------------------------------------------- */

@media only screen and (max-width:1100px) {
	section.up-sells ul.products {
		display: flex;
	}
	
	.woocommerce #genesis-content section.up-sells ul.products li.product {
		width: 29%;
	}
}

@media only screen and (max-width:860px) {
	.woocommerce #genesis-content section.up-sells ul.products li.product {
		width: 48%;
	}
	
	section.up-sells {
		order: 3;
	}
}

/* Schematics Category 
---------------------------------------------------------------------------- */

body.term-schematics .content h2 {
    color: #293772;
}

body.term-schematics .content h3 {
    font-size: 1.05em;
}

body.term-schematics .content-row {
    position: relative;
    padding: 44px 0;
}

body.term-schematics .content-row::before {
    content: '';
    max-width: 1640px;
    border-top: solid 1px #ddd;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

body.term-schematics .woocommerce-category-description {
	margin-bottom: 44px;
}

body.term-schematics svg.fa-arrow-right-long {
    margin-left: 10px;
    fill: #1e3285;
	height: 20px;
}

body.term-schematics .browse-schematics {
	display: flex;
	align-items: center;
}

body.term-schematics .woocommerce-loop-category__title {
	display: none;
}

body.term-schematics li.product-category a {
    display: flex;
    width: 100%;
}

body.term-schematics li.product-category a img {
    width: 100px !important;
}

body.term-schematics .schematic-category-link-text {
	padding: 0 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}

body.term-schematics .schematic-category-title {
	color: #333333;
	margin-bottom: 12px;
} 

body.term-schematics ul.products {
    display: flex;
}

body.term-schematics li.product-category {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50% !important;
    margin: 0 !important;
	margin-bottom: 36px !important;
}

body.term-schematics .schematic-filters {
	display: flex;
}

body.term-schematics .schematic-filter {
    width: calc(33% - 32px);
    margin-right: 32px;
}

body.term-schematics .schematic-filter p {
    font-weight: 700;
    margin-bottom: 12px;
	font-size: 19px;
}

body.term-schematics .facetwp-facet {
    margin-bottom: 20px;
}

body.term-schematics .facetwp-facet.facetwp-facet-product_pager.facetwp-type-pager {
    margin-bottom: 32px;
}

body.term-schematics .facetwp-template .schematic-result:nth-child(odd) {
    background: #f9f9f9;
}

body.term-schematics .facetwp-template .schematic-result:nth-child(even) {
    background: #e9e9e9;
}

body.term-schematics .schematic-result:not(:last-child) {
	
}

body.term-schematics .schematic-result {
    border-bottom: 1px solid #ddd;
    padding: 32px 16px;
}

body.term-schematics .schematic-result:last-child {
	margin-bottom: 32px;
}

body.term-schematics .schematic-result a {
    display: flex;
	align-items: center;
}

body.term-schematics .schematic-result-left {
    display: flex;
	align-items: center;
}

body.term-schematics .schematic-link-text {
    display: flex;
    align-items: center;
	justify-content: space-between;
	width: 100%;
}

body.term-schematics .schematic-title {
	font-size: 24px;
	padding-right: 32px;
	color: #333;
}

body.term-schematics .schematic-title span {
	font-size: 18px;
	font-weight: 400;
	display: block;
	
}

body.term-schematics .schematic-result .schematic-imgs {
	display: flex;
    min-width: fit-content;
    align-items: center;
}

body.term-schematics .schematic-result .schematic-img, body.term-schematics .schematic-result .manufacturer-img {
	width: 100px;
	height: auto;
	border: 1px solid #ddd;
	margin-right: 32px;
}

body.term-schematics .schematic-result .manufacturer-img {
}

body.term-schematics .schematic-result .view-schematic {
	font-size: 18px;
	font-weight: 400;
	min-width: 340px;
/* 	margin: 0 0 0 auto; */
}

body.term-schematics .schematic-result .view-schematic svg {
	position: relative;
	top: 4px;
}

body.term-schematics #browse-by-manufacturer:before {
/* 	display: none; */
}

body.term-schematics #schematic-filtering {
	padding-bottom: 0;
}

@media only screen and (max-width:1300px) {
body.term-schematics .schematic-result .view-schematic {
		min-width: unset;
		min-width: 210px;
    	max-width: 210px;
	}
}

@media only screen and (max-width:1200px) {
	body.term-schematics .schematic-result img {
		margin-right: 0;
		margin-bottom: 16px;
	}
	
	body.term-schematics .schematic-link-text {
		align-items: start;
		flex-direction: column;
	}
	
	body.term-schematics .schematic-title {
		padding-right: 0;
		padding-bottom: 16px;
	}
	
	body.term-schematics .schematic-result .view-schematic {
		min-width: unset;
		max-width: unset;
	}
}

@media only screen and (max-width:1000px) {
	body.term-schematics .schematic-filter {
		width: calc(33% - 24px);
		margin-right: 24px;
	}
}

@media only screen and (max-width:960px) {
	body.term-schematics .schematic-result .view-schematic {
		min-width: 340px;
	}
	
	body.term-schematics .schematic-filter {
		width: calc(33% - 32px);
		margin-right: 32px;
	}
}

@media only screen and (max-width:900px) {
	body.term-schematics .schematic-result .view-schematic {
		min-width: 210px;
	}
}

@media only screen and (max-width:768px) {
	body.term-schematics ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%!important;
	}
	
	body.term-schematics ul.products li.product a img {
		max-width: 200px;
		width: auto !important;
	}
	
	body.term-schematics .schematic-filters {
		flex-wrap: wrap;
	}
	
	body.term-schematics .schematic-filter {
		width: calc(50% - 32px);
		margin-right: 32px;
	}
}

@media only screen and (max-width:600px) {
	body.term-schematics ul.products li.product a img {
		width: 100px !important;
	}
	
	body.term-schematics .schematic-filters {
		flex-direction: column;
	}
	
	body.term-schematics .schematic-filter {
		width: calc(100% - 0px);
		margin-right: 0px;
	}
	
	body.term-schematics .schematic-result a {
		flex-direction: column;
		align-items: start;
	}
	
	body.term-schematics .schematic-result .manufacturer-img {
		margin-right: 0;
	}
	
	body.term-schematics .schematic-result .schematic-img, body.term-schematics .schematic-result .manufacturer-img {
    	width: unset;
		width: calc(50% - 16px);
	}
	
/* 	body.term-schematics .schematic-result .schematic-img {
		width: unset;
		width: calc(66% - 16px);
	}
	
	body.term-schematics .schematic-result .manufacturer-img {
		width: unset;
		width: calc(33% - 16px);
	} */
}

@media only screen and (max-width:500px) {
	body.term-schematics ul.products li.product a img {
		width: 100px !important;
	}
	
/* 	body.term-schematics .schematic-result .schematic-img, body.term-schematics .schematic-result .manufacturer-img {
		max-width: calc(50% - 16px);
	} */
}

@media only screen and (max-width:400px) {
	body.term-schematics .schematic-result .schematic-imgs {
		flex-direction: column;
	}
	
	body.term-schematics .schematic-result .schematic-img {
		margin-right: 0;
		width: calc(100%);
	}
	
	body.term-schematics .schematic-result .view-schematic {
		min-width: unset;
	}
	
	body.term-schematics .manufacturer-img {
		display: none;
	}
}

/* Schematic Product Page
---------------------------------------------------------------------------- */
.schematic .product > .summary .woocommerce-tabs {
	display: none;	
}

.schematic .product > .summary .replacement-parts-cta {
    order: 5;
	background: #efefef;
	border: solid 1px #ddd;
    padding: 32px;
	margin-top: 20px;
}

.schematic .woocommerce-notices-wrapper {
    max-width: 1300px;
    margin: 0 auto;
}

.schematic #downloads {
	order: 3;
}

.schematic .replacement-parts-cta h3 {
    color: #bb0000;
}

.schematic .replacement-parts-cta p {
    font-size: 1.05em;
}

.schematic h1.entry-title span {
    display: block;
    color: #000;
    font-size: 24px;
}

.schematic .product > .summary {
    display: flex;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    justify-content: space-between;
}

.schematic .product > .summary .page-title {
    order: 1 !important;
}

.schematic .product > .summary .woocommerce-product-details__short-description {
    display: none;
}

.schematic-and-cta-wrap {
    order: 3 !important;
    width: calc(50% - 100px);
}

.schematic .description-and-cart-wrap {
    order: 2;
    width: 50%;
}

.schematic .description-and-cart-wrap .woocommerce-product-details__short-description {
    display: block !important;
}

.schematic .woocommerce-grouped-product-list tr:nth-child(odd) {
	background: #e9e9e9 !important;
}

.schematic .woocommerce-grouped-product-list tr:nth-child(even) {
	background: #f9f9f9;
}

.schematic .product > .summary .schematic-images img {
    max-width: 80% !important;
}

.schematic a.fancybox {
    position: relative;
    display: inline-block;
	border: 1px solid #ddd;
}

.schematic button.fancybox-button {
    width: 64px;
    height: 64px;
}

.schematic .expand-schematic {
    color: #fff;
    background: #293772;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
    font-size: 24px;
    width: fit-content;
    padding: 24px;
    align-items: center;
    display: flex;
    position: absolute;
    bottom: 60px;
    left: -40px;
}

.schematic .expand-schematic::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    border-width: 14px 0 0 40px;
    border-style: solid;
    border-color: #2259a1 transparent transparent transparent;
}

.schematic .expand-schematic svg {
    height: 40px;
    margin-left: 32px;
}

.schematic .schematic-images a.fancybox:hover img {
    opacity: 0.7;
	transition: opacity 0.2s ease-in-out;
}

.schematic .schematic-images a.fancybox:hover .expand-schematic {
    background: #41508f;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.schematic .replacement-parts-cta a.phone-link {
    display: flex;
    align-items: center;
}

.schematic .phone-link svg {
    background: #293772;
    border-radius: 5px;
    padding: 8px;
    height: 36px;
    margin-right: 16px;
}

.schematic.woocommerce div.product form.cart {
    width: 100%;
}

.schematic .content {
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.schematic .content-sidebar-wrap {
	width: auto !important;
}

.schematic div.product div.summary {
    max-width: 1300px;
    margin: 0 auto;
}

.schematic section.up-sells.upsells.products {
    display: flex;
    flex-direction: column;
    background: #efefef;
	padding-top:60px;
}

.schematic section.up-sells.upsells.products > * {
    width: 1300px;
    margin: 0 auto;
}

.schematic section.up-sells.upsells.products h1 {
/* 	font-size: 50px; */
}

.schematic section.up-sells.upsells.products h2.woocommerce-loop-product__title {
    font-size: 1.5em !important;
	color: #293772 !important;
}

.schematic section.up-sells.upsells.products a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover h2.woocommerce-loop-product__title {
	color: #435fd4 !important;
}

.schematic section.up-sells.upsells.products h3 {
/* 	font-size: 33px; */
}

.schematic div.product form.cart .add-to-cart .button {
    background: none !important;
    width: fit-content !important;
    display: flex !important;
    flex-direction: column !important;
    color: #333 !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
}

.schematic div.product form.cart .add-to-quote .button {
    background: none !important;
    width: fit-content !important;
    display: flex !important;
    flex-direction: column !important;
    color: #333 !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
}

.schematic div.product form.cart .add-to-quote .button svg {
    background: #293772;
    padding: 4px;
	height: 22px;
	margin-bottom:5px;
}

.schematic td.woocommerce-grouped-product-list-item__label a {
    white-space: nowrap;
}

.phone-buttons .fa-primary, .phone-buttons .fa-secondary {
    fill: #fff;
}

.schematic div.product form.cart .button.single_add_to_cart_button {
    display: none !important;
}

.schematic form.cart td.woocommerce-grouped-product-list-item__quantity {
    display: none !important;
}

.schematic tr.woocommerce-grouped-product-list-item td {
    vertical-align: middle !important;
	font-size: 16px;
}

.woocommerce div.product form.cart .group_table td.thumbnail {
	min-width: 100px;
}

.schematic tr.woocommerce-grouped-product-list-item td.thumbnail img {
    vertical-align: middle !important;
}

.schematic tr.woocommerce-grouped-product-list-item td.thumbnail img {
    border: 1px solid #ddd;
    margin: 8px 0;
    margin-left: 16px;
	margin-right: 8px;
}

.schematic .yith-ywraq-add-button {
    display: none !important;
}

.schematic div.product form.cart .add-to-cart .button, .schematic div.product form.cart .add-to-quote .button {
	font-size: 15px;
}

.schematic a.add_to_cart_button svg {
    height: 22px;
	margin-bottom:5px;
}

.schematic a.add_to_cart_button p, .schematic a.add-request-quote-button p {
    margin-bottom: 0;
	line-height: 1.1;
	font-size:14px;
}

.schematic a.print-schematic svg {
    fill: #293772;
    position: relative;
    width: 22px;
    height: 22px;
    top: 2px;
	transition: 400ms;
}

.schematic a.print-schematic:focus svg, .schematic a.print-schematic:hover svg {
	fill: #435fd4;
}

body.schematic .fancybox-content {
    background: #fff;
}

@media only screen and (max-width:1400px) {
	.schematic div.product div.summary, .schematic section.up-sells.upsells.products > * {
		padding-left: 50px;
		padding-right: 50px;
		width: 100%;
	}
	
	.schematic .woocommerce-notices-wrapper {
		padding-left: 50px;
		padding-right: 50px;
		width: 100%;
	}
}

@media only screen and (max-width:1300px) {
	.schematic tr.woocommerce-grouped-product-list-item td.thumbnail img {
		margin-right: 16px;
	}
}

@media only screen and (max-width:1200px) {
	.schematic tr.woocommerce-grouped-product-list-item td.thumbnail img {
		margin-right: 24px;
	}
}

@media only screen and (max-width:1100px) {
	.schematic tr.woocommerce-grouped-product-list-item td.thumbnail img {
		margin-right: 32px;
		width: 42px !important;
	}
}

@media only screen and (max-width:960px) {
	.schematic .content-sidebar-wrap {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.schematic div.product div.summary, .schematic section.up-sells.upsells.products > * {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.schematic div.product div.summary {
		margin-bottom: 2em !important;
	}
	
	.schematic section.up-sells.upsells.products > * {
		width: 100%;	
	}
	
	.schematic-and-cta-wrap {
		width: 100%;
	}
	
	.schematic .description-and-cart-wrap {
		width: 100%;
	}
	
	.schematic div.product div.summary {
		width: 100%;
	}
	
	.schematic .content-sidebar-wrap {
 	   width: 100% !important;
		padding: 0;
	}
	
	.schematic div.product div.summary, .schematic section.up-sells.upsells.products > * {
		padding-left: 32px;
		padding-right: 32px;
	}
	
	.schematic .expand-schematic {
		left: -20px;
	}
	
	.schematic .expand-schematic::after {
		border-width: 14px 0 0 20px;
	}
	
	.schematic #downloads {
		order: 3;
		margin-top: 24px;
	}
	
	.schematic #downloads p {
		margin-bottom: 0;
	}
	.schematic-and-cta-wrap {
		width: 100%;
		order: 1 !important;
		margin-bottom: 40px;
	}
}

@media only screen and (max-width:600px) {
	.schematic .expand-schematic {
		font-size: 20px;
		padding: 20px;
	}
	
	.schematic .expand-schematic svg {
		height: 34px;
		margin-left: 20px;
	}
}

@media only screen and (max-width:480px) {
	.woocommerce.schematic div.product form.cart table tr {
		display: flex !important;
		flex-direction: row;
    	flex-wrap: wrap;
	}
	
	.woocommerce.schematic div.product form.cart table tr.group-table-heading {
		display: none !important;
	}
}



@media only screen and (max-width:400px) {
	.schematic .expand-schematic {
		font-size: 18px;
		padding: 16px;
		bottom: 40px;
	}
	
	.schematic .expand-schematic svg {
		height: 30px;
		margin-left: 14px;
	}
	
	.woocommerce.schematic div.product form.cart table tr td {
		width: 100%
	}
	
	.woocommerce.schematic div.product form.cart table td.add-to-cart, .woocommerce.schematic div.product form.cart table td.add-to-quote {
		width: 50%;
	}
}

@media only screen and (min-width:768px) {
	.schematic section.up-sells.upsells.products h1 {
		font-size: 40px;
	}
	
	.schematic section.up-sells.upsells.products h3 {
		font-size: 33px;
	}
}

@media only screen and (min-width:959px) {
	.schematic section.up-sells.upsells.products h1 {
		font-size: 50px;
	}
}

@media print {
	.schematic .expand-schematic, .schematic .print-schematic, .schematic .up-sells, .schematic .footer-widgets, .schematic .title-area .tagline, .schematic .group-table-heading th:last-child, .schematic td.add-to-cart, td.add-to-quote {
		display: none !important;
	}
	
	.schematic .schematic-img {
		position: relative;
		z-index: -1;
	}
	
	.schematic header .header-inner > div.wrap {
		border: 0 !important;
	}
	
	.schematic .content {
		width: 100% !important;
	}
	
	.schematic .woocommerce div.product form.cart .group_table td {
		word-break: break-word;
	}
	
	.schematic .entry::before {
		display: none;
	}
	
	.schematic table {
		display: table-cell;
	}
	
	.schematic div.product form.cart .group_table td:first-child {
		text-align: left !important;
	}
	
	.schematic div.product div.summary {
		margin: 0 !important;
	}
	
	.schematic .product > .summary .schematic-images {
		text-align: left !important;
	}
	
	.schematic .phone-link svg {
		fill: black !important;
	}
	
	.schematic .replacement-parts-cta {
		margin-bottom: 20px;
	}
	
	.schematic .schematic-and-cta-wrap, .schematic .description-and-cart-wrap, .schematic div.product div.summary {
		width: 100% !important;
		max-width: unset !important;
		margin-left: 0 !important;
		padding-left: 0 !important;
	}
	
	.schematic .schematic-and-cta-wrap, .schematic a.fancybox, .schematic .schematic-and-cta-wrap .schematic-img {
		margin-left: 0 !important;
		padding-left: 0 !important;
		max-width: 100% !important;
	}
	
	.schematic a.fancybox, .schematic .schematic-and-cta-wrap .schematic-img {
		max-height: calc(100vh - 150px);
		width: auto !important;
	}
	
	.schematic .yith-ywraq-add-to-quote {
		display: none !important;
	}	
	
	.schematic .product > .summary {
		justify-content: unset !important;
	}
	
	.schematic .schematic-and-cta-wrap {
		order: 1 !important;
	}
	
	.schematic .content {
		padding-top: 0 !important;
	}
	
	.schematic .title-area {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.schematic .page-title {
		margin: 0 !important;
		width: 100% !important;
	}
	
	.schematic  h1.entry-title {
		margin-top: 20px;
	}
	
	.schematic h1.entry-title span {
		font-size: 20px;
	}
	
	.schematic .entry-title {
		width: 100% !important;
	}
	
	.schematic header .header-inner > div.wrap {
		margin: 0 !important;
	}
	
	.schematic .title-area img, .schematic .site-container .title-area {
		width: 200px !important;
	}
	
	.schematic * {
		box-shadow: none !important;
	}
	
	.schematic .fancybox-container {
		display: none;
	}
}

.checkout .woocommerce-info.checkout-notice li {
	list-style: disc !important;
/*     padding-left: 20px !important; */
	margin-left: 20px !important;
	background: none !important;
}

.checkout .woocommerce-info.checkout-notice, 
.checkout .woocommerce-info.checkout-notice li {
	font-size: 18px !important;
}

#genesis-content .checkout .woocommerce-info.checkout-notice ul {
	margin-bottom: 0px !important;
}

.product-filters {
    display: flex;
    flex-wrap: wrap;
}

.product-filters .facetwp-facet {
    width: calc(25% - 30px);
    margin: 10px 15px;
}

/* news & articles */
.type-post .entry-content {
    display: flex;
    flex-wrap: wrap;
}

.type-post .entry-content h3 {
    width: 100%;
}

.type-post .entry-content a.entry-image-link {
    width: 25%;
}

.type-post .entry-content p.post-excerpt {
    width: 75%;
}

.type-post .entry-content a.more-link {
    width: 100%;
    order: 3;
}

/* payment */
.payment_method_slimcd_payment label img {
    display: none;
}