/*
	Theme Name: Schaefer Ventilation 2022
	Description: Schaefer Ventilation 2022
	Version: 1.0
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
	Author: Framework
	Author URI: http://frameworkmn.com
*/

/* Reset */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h5,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Headings */

h1, h5, h5, h2, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h1 {
	font-size: 46px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 6.5px;
	color: #0072BC;
	margin: 0 0 12px 0;
}

.page-template-defender h1 {
	font: 700 70px Raleway;
	color: #0C4176;
	margin: 0 0 35px 0;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1em;
}

.page-template-defender h1 strong, .page-template-defender h2 strong {
	position: relative;
}

.page-template-defender h1 strong:before, .page-template-defender h2 strong:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	z-index: 10;
	height: 26px;
	background: #ABD8E5;
}

.page-template-defender h2 strong:before {
	height: 12px;
	bottom: 2px;
}

.page-template-defender h1 strong em, .page-template-defender h2 strong em {
	font-style: normal;
	position: relative;
	z-index: 20;
}

h2 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	line-height: 1.2em;
	margin: 0 0 30px 0;
	color: #0072BC;
}

.page-template-defender h2 {
	font: 700 28px Raleway;
	color: #0C4176;
	margin: 0 0 34px 0;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1.3em;
}

h3 {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2em;
	margin: 0 0 20px 0;
	color: #000;
}

h5 + h3 {
	margin-top: 15px;
}

h4 {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}

.page-template-defender h4 {
	font: 700 16px Raleway;
	color: #0C4176;
	margin: 20px 0 10px 0;
}
 
h5 {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 8px 0;
	color: #000;
}

.page-template-defender h5 {
	font: 300 14px Raleway;
	color: #0C4176;
	text-transform: uppercase;
	margin: 0 0 40px 0;
	position: relative;
}

.page-template-defender h5:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -22px;
	background: url('../svg/gradient-line.svg') no-repeat;
	width: 37px;
	height: 4px;
}

.page-template-defender h5.centered {
	text-align: center;
}

.page-template-defender h5.centered:after {
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

.page-template-defender h5 + h2 {
	margin-top: -5px;
}

h6 {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.2em;
	margin: 50px 0 20px 0;
	text-transform: uppercase;
	color: #0072BC;
}

.page-template-defender h6 {
	margin: 10px 0 20px 0;
}

h6 a:link, h6 a:visited {
	display: inline-block;
	color: #fff !important;
	border: 1px solid #0072BC;
	background: #0072BC;
	padding: 14px 23px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.5px;
}

.page-template-defender h6 a:link, .page-template-defender h6 a:visited {
	border: 1px solid #0C4176;
	color: #0C4176 !important;
	background: transparent;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.page-template-defender h6 a:hover {
	background: #0C4176;
	color: #FFF !important;
	text-decoration: none !important;
}

.white-text h6 a:link, .white-text h6 a:visited {
	background: transparent;
	border-color: #FFF;
	color: #FFF !important;
}

h6 a:hover {
	background: #fff;
	color: #0072BC !important;
}

.white-text h6 a:hover {
	background: #FFF;
	color: #0072BC !important;
}

.buttons {
	display: flex;
	margin: 35px 0 0 0;
}

.buttons h6 + h6 {
	margin-left: 23px;
}

.finder-button button,
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button,
button:not(.gm-control-active), .button, .slp_ui_button {
	font: 700 12px 'Open Sans' !important;
	letter-spacing: 1px !important;
	line-height: 1.2em !important;
	text-transform: uppercase !important;
	color: #fff !important;
	border: 1px solid #0072BC !important;
	background: #0072BC !important;
	padding: 14px 23px !important;
	text-align: center !important;
	-webkit-transition: all 350ms ease-in-out !important;
	transition: all 350ms ease-in-out !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

.finder-button button:hover,
div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
button:not(.gm-control-active):hover, .button:hover, .slp_ui_button:hover {
	background: #fff !important;
	color: #0072BC !important;
}

/* Links */

a:link, a:visited, a:active {
	color: #0072BC;
	text-decoration: underline;
	-webkit-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

.page-template-defender a:link, .page-template-defender a:visited {
	color: #000;
}

a:hover {
	text-decoration: none;
}

.page-template-defender a:hover {
	color: #0C4176;
	text-decoration: underline;
}

/* Paragraphs */

p {
	line-height: 1.65em;
	margin: 0 0 13px 0;
}

.alignleft, .wp-caption.alignleft {
	float: left;
	display: inline;
	margin: 0 25px 15px 0;
}

.alignright, .wp-caption.alignright {
	float: right;
	display: inline;
	margin: 0 0 15px 25px;
}

.aligncenter {
	display: block;
}

.aligncenter, .wp-caption.aligncenter {
	margin: 70px auto 70px auto;
}

/* Lists */

ul {
	margin: 0 0 30px 15px;
}

ul li {
	list-style: disc;
	margin: 0 0 12px 0;
}

ol {
	margin: 5px 0 30px 15px;
}

ol li {
	list-style: decimal;
	margin: 0 0 6px 0;
	line-height: 1.45em;
}

/* Clearfix */

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* Layout */

body {
	font: 15px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #000;
}

.page-template-defender {
	font-size: 14px;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

table {
	width: 100%;
	margin: 0;
}

.all {
	width: 100%;
	overflow: hidden;
}

.frame {
	width: 1520px;
	margin: 0 auto;
	position: relative;
}

.narrow-frame {
	width: 1268px;
}

.extra-narrow-frame {
	width: 1000px;
}

.extra-narrow-frame a:link, .extra-narrow-frame a:visited {
	color: #000;
}

.intro {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.intro h2 {
	margin-bottom: 30px;
}

.intro>:last-child {
	margin-bottom: 0;
}

.scrolling .header {
	position: fixed;
}

.scrolling .brands-area {
	display: none;
}

.brands-area {
	-webkit-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	background: #F2F2F2;
}

.brands-area .frame {
	display: flex;
	justify-content: center;
	align-items: center;
}

.brands-area p {
	display: none;
	font: 600 12px 'Titillium Web';
	text-transform: uppercase;
	letter-spacing: 1.3px;
	margin: 0;
	line-height: 1em;
	color: #000;
	opacity: 0.5;
}

ul.brands {
	display: flex;
	align-items: center;
	height: 60px;
	margin: 0 0 0 7px;
}

ul.brands li {
	list-style: none;
	margin: 0 15px;
}

ul.brands li.logo-schaefer {
	display: none;
}

.brands li a {
	display: block;
	opacity: 0.3;
}

.brands li a:hover {
	opacity: 1;
}

.page-content {
	width: 100%;
	padding: 160px 0 0 0;
	overflow: hidden;
}

.page-template-defender .page-content {
	padding-top: 175px;
}

.defender-content {
	padding: 40px 0;
}

.defender-header-area {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 320;
}

.header {
	background: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 320;
	-webkit-box-shadow: 1px 1px 5px 0 #bbb;
	box-shadow: 1px 1px 5px 0 #bbb;
}

.defender-header-area .header {
	position: relative;
}

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

.page-template-defender.admin-bar .header {
	top: 0;
}

.page-template-defender.admin-bar .defender-header-area {
	top: 32px;
}

.header-top {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.search-form {
	align-self: flex-end;
}

.search-form form {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #707070;
	padding: 0 5px 3px 0;
}

.search-btn {
	align-self: center;
}

.keyword {
	border: none;
	font: italic 14px 'Open Sans';
	color: #707070;
	padding: 5px 0;
	margin: 0 10px 0 0;
	width: 218px;
	outline: none;
}

.keyword::placeholder {
	color: #707070;
}

.drawer {
	display: flex;
}

.menu-button, .drawer {
	display: none;
}

.top-nav>ul, .main-nav>ul {
	display: flex;
	margin: 0;
}

.main-nav>ul {
	margin: 0 -15px 0 0;
}

.top-nav>ul>li, .main-nav>ul>li {
	list-style: none;
}

.top-nav>ul>li {
	margin: 0 0 0 12px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}

.main-nav>ul>li {
	font-size: 14px;
	margin: 0 0 0 10px;
	position: relative;
}

.top-nav>ul>li>a:link, .top-nav>ul>li>a:visited,
.main-nav>ul>li>a:link, .main-nav>ul>li>a:visited {
	color: #0372BC;
	display: flex;
	height: 40px;
	align-items: center;
	padding: 0 15px;
}

.main-nav>ul>li>a:link, .main-nav>ul>li>a:visited {
	color: #000;
	height: 60px;
	position: relative;
}

.main-nav>ul>li>a:after,
.industry-title:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 16px;
	left: 15px;
	width: 100%;
	max-width: 0;
	height: 2px;
	background: #0072BC;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	opacity: 0;
}

.industry-title:after {
	left: 0;
}

.industry-title:after {
	bottom: -4px;
}

.main-nav>ul>li:hover>a:after,
.industries li a:hover .industry-title:after {
	max-width: calc(100% - 30px);
	opacity: 1;
}

.industries li a:hover .industry-title:after {
	max-width: 100%;
}

.top-nav>ul>li.highlight>a:link, .top-nav>ul>li.highlight>a:visited {
	background: #0072BC;
	color: #FFF;
}

.top-nav>ul>li:not(.highlight):hover>a:link, .top-nav>ul>li:not(.highlight):hover>a:visited {
	color: #000;
}

.main-nav>ul>li:hover>a:link, .main-nav>ul>li:hover>a:visited {
	color: #0072BC;
}

.top-nav>ul>li.highlight:hover>a:link, .top-nav>ul>li.highlight:hover>a:visited {
	background: #000;
	color: #FFF;
}

.header-bottom {
	display: flex;
	align-items: center;
	height: 60px;
}

.logo {
	width: 220px;
	margin: 0 auto 0 0;
}

/* Dropdown */

.main-nav>ul>li>ul {
	margin: 0;
	position: absolute;
	top: 100%;
	left: -15px;
	right: 0;
	opacity: 0;
	pointer-events: none;
	z-index: 20;
	background: #fff;
	min-width: 238px;
	padding: 10px 0 10px 0;
	-webkit-transition: opacity 250ms ease-in-out;
	transition: opacity 250ms ease-in-out;
}

.main-nav>ul>li:hover>ul {
	opacity: 1;
	pointer-events: inherit;
}

.main-nav>ul>li:hover>ul {
	z-index: 30;
}

.main-nav>ul>li>ul li {
	list-style: none;
	position: relative;
	z-index: 20;
	margin: 0 0 9px 0;
	font-size: 14px;
	text-transform: none;
	line-height: 1.4em;
}

.main-nav>ul>li>ul li:before {
	display: none;
}

.main-nav>ul>li>ul li a {
	display: block;
	padding: 5px 22px;
}

.main-nav>ul>li>ul li a:link, .main-nav>ul>li>ul li a:visited {
	color: #000;
}

.main-nav>ul>li>ul li:hover>a:link, .main-nav>ul>li>ul li:hover>a:visited {
	color: #0072BC;
}

.content {
	padding: 53px 0;
}

.content>.frame>:last-child {
	margin-bottom: 0;
}

.gray-background {
	background: #F6F8F8;
}

.page-template-defender .gray-background {
	background: #FAFBFB;
}

.graphic-background {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.white-text, .white-text *, .white-text a:link, .white-text a:visited {
	color: #FFF;
}

.background-image {
	display: none;
}

.page-header {
	position: relative;
	z-index: 10;
}

.page-header-wrapper {
	position: relative;
	padding: 0 0 90px 0;
	height: 500px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-end;
	align-items: center;
}

.home .page-header {
	margin-bottom: 80px;
}

.home .page-header-wrapper {
	height: 982px;
	padding-bottom: 108px;
}

.home .page-header:before {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 253px;
	background: #0C4176;
	z-index: 10;
}

.home .page-header:after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 253px;
	background: url('../svg/gradient-reverse.svg') repeat-x 50% -15px;
	z-index: 20;
}

body:not(.home) .page-header:after, .home .page-header-wrapper:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url('../svg/gradient.svg') repeat-x 50% 100%;
	z-index: 20;
}

.page-header-video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	overflow: hidden;
}

.page-header video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 120%;
	z-index: 1;
}

.page-title {
	max-width: 890px;
	margin: 0 auto;
	text-align: center;
	font-size: 26px;
	font-weight: 300;
	position: relative;
	z-index: 30;
}

.home .page-title {
	max-width: 840px;
}

.page-title p {
	line-height: 1.4em;
}

.page-title h6 {
	margin-top: 50px;
}

.page-title>:last-child {
	margin-bottom: 0;
}

.callout {
	overflow: hidden;
	position: relative;
	z-index: 20;
	margin: 0 0 67px 0;
}

.callout-caption {
	padding: 35px 0 30px 0;
	margin: 0;
}

.left-callout .callout-caption {
	text-align: right;
}

.callout:first-child .callout-caption {
	color: #FFF;
}

.callout-text {
	width: 40.5%;
	background: #0072BC;
	position: absolute;
	top: 0;
	padding: 48px 73px 48px 53px;
}

.left-callout .callout-text {
	left: 4.7%;
}

.right-callout .callout-text {
	right: 4.7%;
}

.callout-text h6 {
	margin-top: 55px;
}

.callout-text>:last-child {
	margin-bottom: 0;
}

.video {
	width: 100%;
	height: 0;
	padding: 0 0 56.25% 0;
	position: relative;
}

.video iframe, .video video {
	position: absolute;
	width: 100%;
	height: 100%;
	border: none;
}

ul.industries {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 63px -21px 0 -21px;
	width: calc(100% + 42px);
}

ul.industries li {
	list-style: none;
	margin: 0 21px 78px 21px;
	width: calc(25% - 42px);
}

.industries li a {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}

.industries li a:link, .industries li a:visited {
	color: #000;
	text-decoration: none;
}

.industries li a:hover {
	color: #0072BC;
}

.industry-title {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
}

ul.industries li:nth-child(5n) .industry-title,
ul.industries li:nth-child(6n) .industry-title,
ul.industries li:nth-child(7n) .industry-title,
ul.industries li:nth-child(8n) .industry-title {
	top: auto;
	bottom: 0;
}

.industry-image {
	overflow: hidden;
	margin: 0 0 12px 0;
}

.industries li img {
	display: block;
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.industries a:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.tabs-area {
	margin-bottom: 115px;
}

.tab-columns {
	display: flex;
	justify-content: space-between;
}

ul.tabs {
	width: 42.1%;
	margin: -10px 0 0 0;
}

ul.tabs li {
	list-style: none;
	font-size: 20px;
	border-bottom: 1px solid #707070;
	margin: 0;
}

ul.tabs li:last-child {
	border-bottom: 0;
}

.tab-image {
	display: none;
}

.tabs p {
	line-height: 1.45em;
}

a.tab-link:link, a.tab-link:visited {
	color: #000;
	position: relative;
	padding: 35px 0 35px 0;
	display: block;
	text-decoration: none;
}

ul.tabs li:last-child a.tab-link:link, ul.tabs li:last-child a.tab-link:visited {
	padding-bottom: 0;
}

a.tab-link:focus {
	outline: none;
}

.tab-link:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #707070;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 34px;
	right: 0;
	background: url('../svg/arrow-right.svg') no-repeat 50% 50%;
	z-index: 10;
}

.tab-link:after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 34px;
	right: 0;
	background: url('../svg/arrow-right-blue.svg') no-repeat 50% 50%;
	opacity: 0;
	z-index: 20;
}

.tabs li.current .tab-link:before {
	border-color: #0072BC !important;
}

.tabs li.current .tab-link:after {
	opacity: 1;
}

.tab-title {
	margin-right: 40px;
}

ul.tab-images {
	width: 46.38%;
	margin: 0;
	position: relative;
}

ul.tab-images>li {
	margin: 0;
	list-style: none;
	width: 100%;
}

ul.tab-images>li:not(.current) {
	display: none;
}

ul.tab-images>li img {
	display: block;
	width: 100%;
}

.finder-area {
	padding: 68px 0;
}

.finder {
	margin: 65px 0 0 0;
}

.finder-columns {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.finder-column {
	width: 28.5%;
}

.finder h5 {
	margin-bottom: 7px;
	letter-spacing: 0.5px;
}

.select {
	position: relative;
	background: #FFF;
}

.select:before {
	content: '\f078';
	display: block;
	font: 900 10px 'Font Awesome 5 Free';
	text-align: right;
	color: #CD3229;
	position: absolute;
	top: 50%;
	right: 19px;
	border-left: 2px solid #dbdcde;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 30px;
	height: 31px;
	line-height: 31px;
	-webkit-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	z-index: 10;
}

.select:hover:before {
	color: #555555;
}

.select select {
	-webkit-appearance: none;
    background: transparent;
    cursor: pointer;
	border: 1px solid #707070;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 14px 'Open Sans';
	color: #000;
	padding: 14px 22px;
	width: 100%;
	position: relative;
	z-index: 20;
}

.select select:focus {
	outline: none;
}

.finder-line {
	margin: 0 0 39px 0;
}

.finder-fields {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.finder-field {
	width: 47.7%;
}

.finder-button {
	text-align: center;
	margin: 35px 0 0 0;
}

.footer {
	background: #0072BC;
	position: relative;
	font-size: 14px;
}

.header a:link, .header a:visited,
.footer a:link, .footer a:visited {
	text-decoration: none;
}

.footer-widgets {
	padding: 55px 0 35px 0;
}

.footer-widgets .frame {
	display: flex;
}

.footer-left {
	width: 15.2%;
}

.footer-categories, .footer-nav {
	width: 11.7%;
	margin: 0 0 0 5.5%;
}

.footer-categories + .footer-categories {
	margin-left: 3%;
}

.footer-categories ul {
	margin: 0;
}

.footer-categories ul li {
	list-style: none;
	margin: 0 0 14px 0;
}

.footer-nav {
	margin-left: 4.3%;
}

.footer-nav ul li {
	text-transform: uppercase;
	list-style: none;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin: 0 0 17px 0;
}

.footer-right {
	width: 16.3%;
	margin: 0 0 0 3.8%;
}

ul.footer-contacts {
	margin: 0;
}

ul.footer-contacts li {
	list-style: none;
	margin: 0 0 13px 0;
}

ul.footer-contacts li a {
	display: flex;
	align-items: center;
}

.footer-contact-icon img {
	vertical-align: middle;
}

.footer-contact-icon {
	width: 30px;
}

.top-button {
	margin: 7px 0 0 auto;
	align-self: flex-start;
}

a.top-button:focus {
	outline: none;
}

.social ul {
	display: flex;
	align-items: center;
	margin: 0;
}

.social ul li {
	list-style: none;
	margin: 0 0 0 28px;
	font-size: 16px;
}

.social ul li:first-child {
	margin-left: 7px;
}

.bottom-line {
	background: #0c4175;
	padding: 18px 0;
}

.bottom-line .frame {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-logo img {
	display: block;
}

.copyright {
	font-size: 12px;
}

.copyright p {
	margin: 0;
	line-height: 1.25em;
}

.copyright a:link, .copyright a:visited {
	text-decoration: underline;
}

.copyright a:hover {
	text-decoration: none;
}

.breadcrumbs {
	font-size: 12px;
	margin: 22px 0 8px 0;
}

.breadcrumbs a:link, .breadcrumbs a:visited {
	color: #000;
}

.single-column-area, .two-columns-area {
	padding-bottom: 75px;
}

.two-columns-area, .three-columns-area {
	padding-bottom: 150px;
}

.columns {
	display: flex;
}

.column>:last-child {
	margin-bottom: 0;
}

.two-columns {
	width: calc(100% + 74px);
	margin: 0 -37px;
}

.two-columns .column {
	width: calc(50% - 74px);
	margin: 0 37px;
}

.three-columns {
	width: calc(100% + 60px);
	margin: 0 -30px;
}

.three-columns .column {
	width: calc(50% - 60px);
	margin: 0 30px;
}

.video-area {
	position: relative;
	padding: 70px 0 140px 0;
}

.video-area:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 400px;
	background: #FFF;
	z-index: 10;
}

.video-area .frame {
	z-index: 20;
}

.video-area .frame>:last-child {
	margin-bottom: 0;
}

.video-area .intro {
	margin-bottom: 45px;
}

ul.grid {
	display: flex;
	flex-flow: row wrap;
	margin: -40px -50px -40px -50px !important;
	padding: 0 !important;
	overflow: hidden;
}

ul.products-grid {
	margin-top: 0 !important;
	margin-bottom: 35px !important;
}

ul.grid-4 {
	margin: -40px -1px -40px -1px !important;
}

.related-area ul.products-grid.grid-4 {
	margin-left: -20px !important;
	margin-right: -20px !important;
	margin-bottom: 0 !important;
}

ul.grid li {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	width: 33% !important;
	text-align: center;
}

ul.grid li.has-description, ul.products-grid li {
	text-align: left;
}

ul.grid-4 li {
	width: 25% !important;
}

.grid li>a {
	display: block;
	padding: 48px 50px;
}

.grid a:link, .grid a:visited {
	text-decoration: none;
}

.grid-4 li>a {
	padding: 42px 20px;
}

.grid li>a:link, .grid li>a:visited {
	color: #000000;
}

.products-grid a:link, .products-grid a:visited,
.products-grid .grid-name {
	color: #000;
}

.grid-name {
	-webkit-transition: color 350ms ease-in-out;
	transition: color 350ms ease-in-out;
}

.grid li>a:hover,
.grid a:hover .grid-name,
.products-grid a:hover .grid-name {
	color: #0072BC;
}

.grid-name {
	margin: 0;
}

.products-grid .grid-name {
	margin: 0 0 14px 0;
	font-weight: 700;
	line-height: 1.3em;
}

.parts-grid .grid-name {
	margin-bottom: 12px;
}

.product-number {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #707070;
}

.parts-grid .product-number {
	margin-bottom: 10px;
}

.price {
	display: block !important;
	font-size: 18px !important;
	color: #000000 !important;
	margin: 0 0 12px 0 !important;
	padding: 0 !important;
}

.grid-image {
	width: 200px;
	height: 200px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto 25px auto;
}

.grid-image.placeholder {
	background: #dbdcde;
}

.grid-image img {
	display: block;
	width: auto !important;
	margin: 0 !important;
}

.grid-cart {
	padding: 0 50px 45px 50px;
	margin: -42px 0 0 0;
}

.qib-container {
	display: flex !important;
	flex-flow: row nowrap;
	align-items: center;
	margin: 0 0 9px 0;
}

.qib-container label {
	font-size: 12px;
	color: #555555;
	margin: -1px 0 0 0;
}

.qib-button:not(.gm-control-active) {
	background: transparent !important;
	padding: 0 !important;
	font: 14px 'Open Sans' !important;
	color: #555555 !important;
	border: 1px solid #DBDCDD !important;
	width: 25px !important;
	height: 25px !important;
	text-align: center !important;
	margin: 0 !important;
}

.qib-button.plus:not(.gm-control-active) {
	margin-left: 8px !important;
}

.qib-button:not(.gm-control-active):hover {
	background-color: #0072bb !important;
	border-color: #0072bb !important;
	color: #FFF !important;
}

.americ-template .qib-button:not(.gm-control-active):hover {
	background-color: #00539F !important;
	border-color: #00539F !important;
}

.qib-container .qty {
	height: 25px !important;
	width: 45px !important;
	border: 1px solid #dbdcde !important;
	background: #dbdcde !important;
	font: 14px 'Open Sans' !important;
	color: #555555 !important;
	text-align: center !important;
	padding: 0 !important;
	margin: 0 0 0 8px !important;
	display: block !important;
}

.qib-container .qty::-webkit-outer-spin-button,
.qib-container .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.qib-container input.qty[type=number] {
	-moz-appearance: textfield;
}

.add_to_cart_button {
	padding-left: 62px !important;
	padding-right: 30px !important;
	position: relative !important;
}

.add_to_cart_button:before {
	content: '\f07a';
	font: 900 16px 'Font Awesome 5 Free';
	display: block;
	position: absolute;
	top: 50%;
	left: 32px;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	color: #FFF;
}

.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
	vertical-align: middle !important;
}

.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
	position: static !important;
	vertical-align: middle !important;
	margin-left: .53em !important;
}

a.added_to_cart {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	margin: 0 0 0 15px;
	padding: 0 !important;
}

.grid a.added_to_cart {
	margin-left: 0;
}

a.added_to_cart:hover {
	color: #000 !important;
}

.product-columns .frame {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.sidebar {
	width: 27.7%;
	margin: 0 0 0 0.7%;
}

.sidebar-button, .sidebar-close, .sidebar-buttons {
	display: none;
}

.sidebar-headline {
	margin: 0 0 30px 0;
}

.content-area {
	width: 64%;
	margin: 0;
}

.part-columns .content-area {
	width: 70.3%;
	margin-right: 1%;
}

.content-area h2 {
	margin: 0 0 12px 15px;
}

.sidebar h2 {
	margin: 0 0 12px 25px;
}

.part-columns .widget {
	background: transparent;
	padding-top: 15px;
	padding-bottom: 20px;
}

.wcpf-filter {
	/* margin-top: -22px !important;*/
}

.wcpf-front-element {
	margin: 0 0 11px 0 !important;
	padding: 0 0 12px 0 !important;
	-webkit-transition: padding 350ms ease-in-out;
	transition: padding 350ms ease-in-out;
}

.wcpf-box-hide {
	padding-bottom: 0 !important;
}

.wcpf-heading-label {
	display: block !important;
	font: 700 20px 'Open Sans' !important;
	color: #000 !important;
	cursor: pointer !important;
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	text-transform: none !important;
	margin: 0 0 25px 0 !important;
	position: relative !important;
}

.wcpf-heading-label:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	border: 1px solid #707070;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: url('../svg/arrow-right.svg') no-repeat 50% 50%;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out;
}

.wcpf-field-item.wcpf-box-style.wcpf-box-hide .wcpf-heading-label:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.wcpf-heading-label:hover:before {
	color: #555555;
}

.wcpf-scrollbar.wcpf-front-element .wcpf-content {
	max-height: 310px !important;
	margin-right: 10px !important;
}

.wcpf-field-item {
	border-bottom: 1px solid #707070 !important;
	padding-bottom: 22px !important;
	margin-bottom: 32px !important;
}

.wcpf-field-item.wcpf-field-button {
	border-bottom: none !important;
}

.box-toggle {
	display: none !important;
}

.wcpf-checkbox-label {
	display: flex !important;
	flex-flow: row nowrap;
	align-items: center;
	margin: 0 0 15px 0 !important;
}

.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-input-container {
	width: 30px !important;
	height: 30px !important;
	background: #FFF !important;
	border: 1px solid #707070 !important;
	-webkit-border-radius: 2px !important;
	border-radius: 2px !important;
	float: none !important;
	margin: 0 !important;
	display: block !important;
	-webkit-transform: none !important;
	transform: none !important;
	position: relative !important;
}

.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item.checked > .wcpf-item-inner > .wcpf-checkbox-label .wcpf-input-container {
	background-color: #0072BC !important;
	border-color: #0072BC !important;
}

.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item.checked > .wcpf-checkbox-item-inner > .wcpf-checkbox-label .wcpf-input-container::after {
	display: none !important;
}

.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item > .wcpf-checkbox-item-inner > .wcpf-checkbox-label .wcpf-input-container::before {
	content: '\f00c';
	display: block;
	font: 900 17px 'Font Awesome 5 Free';
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item.checked > .wcpf-checkbox-item-inner > .wcpf-checkbox-label .wcpf-input-container::before {
	opacity: 1;
	pointer-events: inherit;
}

.wcpf-title-container {
	width: calc(100% - 30px) !important;
	padding-left: 21px !important;
	float: none !important;
	margin: 0 !important;
	display: block !important;
}

.wcpf-title {
	font-size: 15px !important;
	color: #000 !important;
}

.wcpf-product-counts {
	display: none !important;
}

.wcpf-field-button {
	margin: 24px 0 0 0 !important;
	padding: 0 !important;
}

.wcpf-field-button .wcpf-button {
	width: auto !important;
	display: inline-block !important;
}

.woocommerce-pagination, .pagination {
	display: flex !important;
	flex-flow: row nowrap !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

ul.page-numbers, .pagination {
	display: flex !important;
	flex-flow: row nowrap !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

.grid + .pagination {
	margin-top: 80px !important;
}

ul.page-numbers li, .pagination a, .pagination span {
	margin: 0 !important;
	list-style: none !important;
	font-size: 16px !important;
	color: #707070 !important;
	overflow: hidden !important;
	border: none !important;
}

.page-numbers a:link, .page-numbers a:visited, .page-numbers span, .pagination a, .pagination span {
	display: block !important;
	width: auto !important;
	margin: 0 16px !important;
	padding: 0 !important;
	background: transparent !important;
	height: 32px !important;
	line-height: 32px !important;
	text-decoration: none !important;
	color: #707070 !important;
	border: none !important;
}

.page-numbers a:hover, .pagination a:hover {
	color: #0072BC !important;
}

.page-numbers span.current, .pagination span.current {
	border-bottom: 2px solid #0072BC !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	color: #0072BC !important;
}

.page-numbers a.prev:link, .page-numbers a.prev:visited,
.page-numbers a.next:link, .page-numbers a.next:visited {
	background: url('../svg/arrow-right.svg') no-repeat 50% 50% !important;
	border: 1px solid #707070 !important;
	-webkit-border-radius: 50% !important;
	border-radius: 50% !important;
	width: 30px !important;
	height: 30px !important;
	text-indent: -100em !important;
	overflow: hidden !important;
	position: relative !important;
}

.page-numbers a.prev:link, .page-numbers a.prev:visited {
	-webkit-transform: rotate(180deg) !important;
	transform: rotate(180deg) !important;
}

.page-numbers a.prev:before, .page-numbers a.next:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url('../svg/arrow-right-blue.svg') no-repeat 50% 50%;
	opacity: 0;
	-webkit-transition: opacity 350ms ease-in-out;
	transition: opacity 350ms ease-in-out;
}

.page-numbers a.prev:hover, .page-numbers a.next:hover {
	border-color: #0072BC !important;
}

.page-numbers a.prev:hover:before, .page-numbers a.next:hover:before {
	opacity: 1;
}

.fancybox-stage  {
	width: 860px !important;
	height: 717px !important;
	max-height: 80% !important;
	background: #f0eceb !important;
	top: 50% !important;
	left: 50% !important;
	-webkit-transform: translate(-50%,-50%) !important;
	transform: translate(-50%,-50%) !important;
	position: relative !important;
	display: flex !important;
	flex-flow: column nowrap !important;
	justify-content: center !important;
	align-items: center !important;
	background: #efefef !important;
}

.fancybox-image {
	height: auto !important;
	max-width: 80% !important;
	max-height: 80% !important;
	width: auto !important;
	left: 50% !important;
	top: 50% !important;
	-webkit-transform: translate(-50%,-50%) !important;
	transform: translate(-50%,-50%) !important;
}

.fancybox-bg {
	background: #000 !important;
}

.fancybox-is-open .fancybox-bg {
	opacity: 0.6 !important;
}

.fancybox-button--close:not(.gm-control-active), .fancybox-button--close:not(.gm-control-active):hover {
	position: absolute !important;
	top: 18px !important;
	right: 17px !important;
	background: transparent !important;
	width: auto !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	z-index: 99995 !important;
	cursor: pointer !important;
}

.fancybox-button--close:before {
	content: '\f00d';
	display: block;
	font: 900 19px 'Font Awesome 5 Free';
	text-align: right;
	color: #CD3229;
	-webkit-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	cursor: pointer;
	position: relative;
	z-index: 210;
}

.fancybox-button--close:hover:before {
	color: #000;
	background: transparent !important;
}

.fancybox-slide, .fancybox-content, .fancybox-image {
	transition: none !important;
	animation: none !important;
}

.product-number-large {
	font: 700 30px 'Open Sans Condensed';
	text-transform: uppercase;
	color: #7E7E7E;
}

h1 + .product-number-large {
	margin-top: -13px;
}

.product-intro {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.gallery-area {
	width: 33.12%;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}

.gallery {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}

.image a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 420px;
	height: 420px;
	position: relative;
}

.image a img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

ul.thumbnails {
	margin: 26px 0 -26px 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
}

ul.thumbnails li {
	list-style: none;
	width: 127px;
	margin: 0 0 26px 0;
}

.thumbnails a {
	display: flex;
	height: 127px;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}

.image a:focus, .thumbnails a:focus {
	outline: none;
}

.thumbnails img {
	display: block;
}

.product-description {
	width: 57.4%;
}

.single-product-title {
	margin-bottom: 5px;
}

.single-product-number {
	margin: 0 0 30px 0;
}

.print-button {
	font-size: 16px;
	margin: 0 0 33px 0;
}

.print-button i {
	margin-right: 6px;
}

.print-button a:link, .print-button a:visited {
	text-decoration: none;
}

.print-button a:focus {
	outline: none;
}

.product-description ul li {
	font-size: 14px;
	margin: 0 0 13px 0;
}

.product-description h3 {
	margin-bottom: 10px;
}

.features-area {
	margin: 40px 0 0 0;
}

.features-area p {
	margin-bottom: 15px;
}

.product-details-area {
	padding: 5px 0 90px 0;
}

.specs {
	margin: 30px -25px 0 -25px;
	width: calc(100% + 50px);
	display: flex;
	flex-flow: row nowrap;
}

.specs-single-column {
	display: block !important;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.specs-column {
	width: calc(33.3% - 50px);
	margin: 0 25px;
}

.product-specifications {
	border-bottom: 1px solid #707070;
}

.specs dl {
	display: flex;
	flex-flow: row nowrap;
	border-top: 1px solid #707070;
}

.specs dl:nth-child(even) {
	background: #FFF;
}

.specs dt {
	width: 55%;
	font-weight: 700;
	background: #f6f8f7;
	border-right: 1px solid #707070;
}

.specs dd {
	width: 45%;
	text-align: center;
	border-left: 1px solid #e3e3e5;
}

.specs dt, .specs dd {
	padding: 15px 17px;
}

.related-area {
	padding: 33px 0 80px 0;
}

.gm-fullscreen-control {
	display: none !important;
}

.slp_info_bubble {
	font: 15px 'Open Sans', Arial, Helvetica, sans-serif !important;
	color: #000 !important;
	line-height: 1.7em !important;
}

.slp_bubble_level_1 {
	padding: 10px;
}

.slp_bubble_level_3>button, .slp_map button,
.slp_bubble_level_3>button:hover, .slp_map button:hover {
	top: 0 !important;
	right: 0 !important;
	background: transparent !important;
	padding: 0 !important;
	border: none !important;
}

#slp_bubble_directions {
	margin-top: 0;
	display: block;
}

#slp_bubble_phone .location_detail_label:after, #slp_bubble_fax .location_detail_label:after {
	content: '' !important;
	display: none !important;
}

#slp_bubble_name {
	font-size: 18px;
	display: block;
	margin: 0;
}

#slp_bubble_phone .location_detail_label:after,
#slp_bubble_fax .location_detail_label:after {
	content: ': ';
}

.location_detail_label:empty {
	display: none !important;
}

.map-search {
	background: #F6F8F8;
	padding: 45px 0 45px 0;
    margin: 0 0 35px 0;
}

.search_box {
	justify-content: center !important;
	align-items: center !important;
}

.search_item {
	margin: 0 20px !important;
	flex: 0 0 auto !important;
}

.slp_search_form .search_box .search_item,
.slp_search_form .search_box .search_item div {
	align-items: center !important;
}

.map-search label {
	margin-right: 15px !important;
	font-size: 16px !important;
	min-width: 1em !important;
}

#radius_in_submit {
	margin-left: 30px !important;
}

#map_sidebar {
	padding: 0;
    font-size: 16px;
    text-align: center;
	background: transparent;
	width: calc(100% + 50px);
	margin: 0 -25px;
	position: relative;
	display: flex;
	flex-flow: row wrap;
}

.results_wrapper {
	width: calc((100% / 5) - 50px) !important;
	margin: 0 25px 60px 25px !important;
	border: none !important;
	text-align: left !important;
	padding: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	font-size: 12px !important;
	font-weight: 600;
	line-height: 1.8em !important;
	background: transparent !important;
}

.results_wrapper h3 {
	font-size: 14px !important;
}

.slp_info_bubble span {
	display: block;
}

.results_wrapper :empty, .slp_info_bubble :empty {
	display: none !important;
}

.slp_result_phone,
.slp_result_fax,
.slp_result_email,
.slp_result_directions {
	display: block;
}

.results_wrapper h3 {
	font-weight: 700;
	margin-bottom: 0;
	color: #000;
	font-size: 22px;
	letter-spacing: 0;
}

.map-distance {
	color: #555;
	font-weight: 400;
	margin: 0 0 10px 0;
}

.tagtext {
	color: #555;
}

.no_results_found {
	padding: 40px 0 30px 0;
	text-align: center;
	width: 100%;
}

#addy_in_country {
	display: none !important;
}

.lds-ring {
  display: inline-block;
  position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
  width: 64px;
  height: 64px;
	opacity: 0;
	pointer-events: none;
	z-index: 120;
}
.loading_locations .lds-ring {
	opacity: 1;
	pointer-events: inherit;
}
.map-overlay {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #f3f2f3;
	opacity: 0;
	pointer-events: none;
	z-index: 110;
}
.loading_locations .map-overlay {
	opacity: 0.5;
	pointer-events: inherit;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #0072bb;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #0072bb transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.store_locator_plus {
	margin: 40px 0 0 0 !important;
}

/* Form */

div.wpforms-container-full .wpforms-form .wpforms-field {
	padding: 6px 0 23px 0 !important;
}

.footer div.wpforms-container-full .wpforms-form .wpforms-field {
	padding: 6px 0 7px 0 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
	color: #19468D;
	margin-bottom: 7px !important;
}

.wpforms-required-label {
	display: none !important;
}

div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input.field, .wpforms-field input, .wpforms-field textarea, .input-text:not(.qty), .map-search input[type=text], .map-search select {
	font: 15px 'Open Sans' !important;
	color: #000 !important;
	padding: 10px 10px !important;
	background: #FFF !important;
	border: 1px solid #707070 !important;
	-webkit-border-radius: 2px !important;
	border-radius: 2px !important;
	max-width: 100% !important;
}


.wpforms-field input.wpforms-error, .wpforms-field textarea.wpforms-error {
	background-color: #feb1ac !important;
}

body label.wpforms-error {
	display: none !important;
}

.select2-container--default .select2-selection--single {
	font: 15px 'Open Sans' !important;
	color: #000 !important;
	border: 1px solid #707070 !important;
	-webkit-border-radius: 2px !important;
	border-radius: 2px !important;
}

.select2-results__option {
	font: 15px 'Open Sans' !important;
	color: #555555 !important;
}

.select2-results__option:hover {
	color: #FFF !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	color: #FFF !important;
	background: #0072bb !important;
}

.woocommerce-info {
    border-top-color: #0072bb !important;
}

.woocommerce-error {
    border-top-color: #CD3229 !important;
}

.field, .wpforms-field input, .wpforms-field textarea {
	width: 100% !important;
	padding: 10px 20px !important;
	font-size: 12px !important;
}

textarea.field, .wpforms-field textarea {
	height: 153px !important;
	padding: 22px 20px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	padding: 0 !important;
	display: flex !important;
	flex-flow: row nowrap !important;
	justify-content: center !important;
}

.woocommerce form .form-row textarea {
	height: 10em !important;
}

.select2-container .select2-selection--single {
	height: 41px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 41px !important;
}

fieldset {
	border: none;
	padding: 0;
	margin: 20px 0;
}

fieldset .form-row {
	padding: 0 !important;
}

#coupon_code {
	width: 110px;
	margin: 0 15px 0 0;
}

.woocommerce-MyAccount-navigation ul {
	margin: 0 0 20px 0;
}

.woocommerce-MyAccount-navigation ul li {
	list-style: none;
	font: 700 22px 'Open Sans Condensed';
    text-transform: uppercase;
    color: #7E7E7E;
}

.submit {
	text-align: center;
}

.submit button, div.wpforms-container-full .wpforms-form button[type=submit] {
	min-width: 140px !important;
}

div.wpforms-container-full ::placeholder {
	color: #000 !important;
}

.defender-header {
	background: #FAFBFB;
}

.defender-header .frame {
	display: flex;
	align-items: center;
	height: 70px;
}

.defender-logo {
	width: 142px;
	margin: 0 auto 0 0;
}

.defender-menu-button {
	display: none;
}

.defender-nav>ul {
	display: flex;
	margin: 0;
}

.defender-nav>ul>li {
	margin: 0 0 0 8px;
	list-style: none;
	letter-spacing: 0.45px;
}

.defender-nav>ul>li>a {
	display: flex;
	font-size: 14px;
	padding: 13px 20px;
}

.defender-nav>ul>li>a:link, .defender-nav>ul>li>a:visited {
	color: #0C4176;
	text-decoration: none;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.defender-nav>ul>li>a:after {
	content: attr(data-text);
	content: attr(data-text) / '';
	height: 0;
	visibility: hidden;
	overflow: hidden;
	user-select: none;
	pointer-events: none;
	font-weight: 700;
}

.defender-nav>ul>li>a:hover, .defender-nav>ul>li.current-menu-item, .defender-nav>ul>li.current-menu-parent, .defender-nav>ul>li.current-menu-ancestor {
	font-weight: 600;
}

.defender-nav>ul>li.highlight {
	margin: 0 0 0 23px;
}

.defender-nav>ul>li.highlight>a {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	border: 1px solid #0C4176;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.defender-nav>ul>li.highlight>a:hover {
	font-weight: 700;
}

.defender-welcome-area .frame {
	display: flex;
	justify-content: flex-end;
	padding: 0 0 70px 0;
}

.defender-welcome {
	width: 59.2%;
	margin: 0 8% 0 0;
	padding: 60px 0 0 0;
	font-size: 20px;
}

.defender-welcome>:last-child {
	margin-bottom: 0;
}

.defender-arrow-down {
	margin: 58px 0 0 0;
}

.defender-arrow-down a:focus {
	outline: none;
}

.defender-background-area {
	margin: 105px 0 0 0;
	padding: 1px 0 0 0;
}

.defender-background-area .defender-callout {
	margin-top: -105px;
}

.defender-callout {
	margin: 0 0 50px 0;
}

.defender-callout .frame {
	background: #FAFBFB;
	display: flex;
}

.defender-callout-caption {
	position: absolute;
	top: -12px;
	right: calc(100% + 25px);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transform-origin: bottom right;
	white-space: nowrap;
	font: 300 14px Raleway;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #0C4176;
}

.defender-callout-image {
	width: 33.28%;
}

.defender-callout-image img {
	display: block;
}

.defender-callout-text {
	width: 20%;
	margin: 47px 0 0 3.3%;
	display: flex;
	flex-flow: column nowrap;
}

.defender-callout-link {
	margin: auto 0 40px 0;
	font: 700 16px Raleway;
	color: #12B5D3;
}

.defender-callout-link a:link, .defender-callout-link a:visited {
	text-decoration: none;
	color: #12B5D3;
	background: url('../svg/gradient-arrow-right.svg') no-repeat 100% 50%;
	padding: 0 30px 0 0;
}

.defender-callout-link a:hover {
	padding-right: 35px;
	color: #0C4176;
}

.defender-indent {
	width: 100%;
	max-width: 1016px;
	margin: 0 auto;
}

.defender-single-column {
	padding: 43px 0 83px 0;
}

.defender-single-column h6 {
	margin-top: 40px;
}

.defender-slider-area {
	padding: 120px 0;
}

.defender-slider {
	position: relative;
}

.defender-slider-nav {
	position: absolute;
	top: 46%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	z-index: 110;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
}

.defender-slider-prev {
	left: -93px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.defender-slider-next {
	right: -93px;
}

.defender-slider-nav svg path {
	-webkit-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

.defender-slider-nav:hover svg path {
	stroke: #0C4176;
}

.defender-slider-nav:focus {
	outline: none;
}

.defender-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	display: flex !important;
}

.defender-slide-image {
	width: 74.73%;
}

.defender-slide-image img {
	display: block;
}

.defender-slide-text {
	width: 23.15%;
	margin: 0 0 0 -7.4%;
	background: #FAFBFB;
	align-self: center;
	padding: 35px 10px 50px 40px;
}

.defender-slide-text>:last-child {
	margin-bottom: 0;
}

.defender-slide-text h5 {
	margin-bottom: 55px;
}

.defender-slide-text h2 {
	line-height: 1.4em;
}

.defender-slide-text h6 {
	margin-top: 40px;
}

.defender-products-area {
	max-width: 1852px;
	margin: 18px auto 0 auto;
	padding: 80px 0 45px 0;
	position: relative;
}

.defender-products-area:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 300px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	z-index: 10;
}

.defender-products-area .frame {
	z-index: 20;
}

.defender-products {
	display: flex;
	flex-flow: row wrap;
	width: calc(100% + 64px);
	margin: 118px -32px 0 -32px;
}

.defender-product {
	width: calc(25% - 64px);
	margin: 0 32px 64px 32px;
}

.dp-image {
	margin: 0 0 78px 0;
}

.dp-image img {
	display: block;
	margin: 0 auto;
}

.dp-title {
	text-align: center;
	margin-bottom: 0 !important;
}

.dp-description {
	text-align: center;
	font-size: 20px;
}

.dp-description>:last-child {
	margin-bottom: 0;
}

ul.dp-tabs {
	margin: 8px 0 0 0;
}

ul.dp-tabs>li {
	list-style: none;
	border-bottom: 1px solid #0C4176;
	margin: 0;
}

.dp-tab-title {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	display: block;
}

a.dp-tab-title:link, a.dp-tab-title:visited {
	color: #000;
	text-decoration: none;
	padding: 27px 0 30px 0;
	position: relative;
}

a.dp-tab-title:before {
	content: '';
	display: block;
	position: absolute;
	top: 32px;
	right: 2px;
	width: 15px;
	height: 20px;
	background: url('../svg/tab-arrow.svg') no-repeat;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

ul.dp-tabs>li.open a.dp-tab-title:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

a.dp-tab-title:focus {
	outline: none;
}

.dp-tab-content {
	margin: -15px 0 0 0;
	padding: 0 0 17px 0;
	display: none;
}

.dp-tab-content ul {
	margin: 0 0 0 16px;
}

.dp-tab-content ul li {
	line-height: 1.75em;
	letter-spacing: 0.15px;
	margin: 0 0 11px 0;
}

.defender-columns {
	display: flex;
	justify-content: space-between;
}

.defender-columns-area {
	padding-bottom: 75px;
}

.defender-three-columns-area {
	padding-bottom: 115px;
}

.defender-two-columns .defender-column {
	width: 47%;
}

.defender-three-columns .defender-column {
	width: 30%;
}

.defender-column>:last-child {
	margin-bottom: 0;
}

.defender-video-area {
	margin-bottom: 25px;
}

.defender-video-area .frame {
	display: flex;
	justify-content: center;
	padding: 70px 0;
}

.defender-video-wrap {
	width: 58%;
}

.defender-video-text {
	width: 19.47%;
	margin: 10px 0 0 3.15%;
	display: flex;
	flex-flow: column nowrap;
}

.defender-video-text>:last-child {
	margin-bottom: 0;
}

.defender-single-column-area {
	padding: 110px 0;
}

.defender-single-column-area>.frame>:last-child {
	margin-bottom: 0;
}

.defender-single-column-area h6 {
	margin-top: 35px;
}

.defender-menu-button {
	display: none;
}

@media (max-width: 1892px) {
	.defender-products-area {
		max-width: 100%;
	}
}

@media (max-width: 1700px) {
	.defender-slider-prev {
		left: -32px;
	}
	.defender-slider-next {
		right: -32px;
	}
	.defender-slider-nav {
		width: 30px;
		height: 30px;
	}
}

@media (max-width: 1580px) {
	.frame {
		max-width: calc(100% - 60px) !important;
	}
	.defender-slider {
		margin: 0 50px;
	}
	.defender-slider-prev {
		left: -50px;
	}
	.defender-slider-next {
		right: -50px;
	}
	.defender-callout-caption {
		right: calc(100% + 5px);
	}
	.dp-description {
		font-size: 16px;
	}
	.defender-products-area {
		padding-top: 60px;
	}
	.defender-products {
		margin-bottom: -50px;
	}
	.defender-single-column-area {
		padding: 70px 0 60px 0;
	}
}

@media (max-width: 1340px) {
	.top-nav, .main-nav {
		display: none;
	}
	.menu-button, .defender-menu-button {
		display: block;
		margin: 0 0 0 40px;
		width: 21px;
		height: 21px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.defender-menu-button {
		font-size: 20px;
		-webkit-transition: all 350ms ease-in-out;
		transition: all 350ms ease-in-out;
	}
	a.defender-menu-button:link, a.defender-menu-button:visited {
		text-decoration: none;
		color: #000;
	}
	a.defender-menu-button:focus {
		outline: none;
	}
	.defender-drawer-open .defender-menu-button {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.close-icon {
		display: none;
	}
	.drawer-open .close-icon {
		display: block;
	}
	.drawer-open .menu-icon {
		display: none;
	}
	ul.brands li {
		margin-left: 20px;
	}
	.page-content, .page-template-defender .page-content {
		padding-top: 60px;
	}
	.defender-nav {
		position: fixed;
		top: 130px;
		left: 0;
		right: 0;
		z-index: 310;
		height: calc(100vh - 60px);
		padding: 30px;
		opacity: 0;
		pointer-events: none;
		-webkit-transition: all 350ms ease-in-out;
		transition: all 350ms ease-in-out;
		background: #FFF;
	}
	.defender-drawer-open .defender-nav {
		opacity: 1;
		pointer-events: inherit;
	}
	.defender-nav ul {
		flex-flow: column nowrap;
	}
	.header-top {
		height: auto;
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
	.drawer {
		display: block;
		opacity: 0;
		pointer-events: none;
		background: #FFF;
		-webkit-transition: all 350ms ease-in-out;
		transition: all 350ms ease-in-out;
		position: fixed;
		top: 60px;
		height: calc(100vh - 60px);
		left: 0;
		right: 0;
		z-index: 310;
		padding: 30px 30px;
	}
	.admin-bar .drawer {
		top: 92px;
	}
	.drawer-defender-logo {
		margin: 50px 0 30px 0;
	}
	.drawer-open .drawer {
		opacity: 1;
		pointer-events: inherit;
	}
	.drawer-nav {
		margin: 0 0 30px 0;
	}
	.drawer-nav ul, .defender-nav ul {
		margin: 0;
	}
	.drawer-nav ul li, .defender-nav ul li {
		list-style: none;
		margin: 0 0 10px 0;
		font-size: 15px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	ul.drawer-sub-nav {
		margin-top: 40px;
	}
	ul.drawer-sub-nav li {
		font-size: 13px;
	}
	ul.drawer-main-nav li a:link, ul.drawer-main-nav li a:visited {
		color: #0072BC;
	}
	ul.drawer-sub-nav li a:link, ul.drawer-sub-nav li a:visited {
		color: #000;
	}
	.defender-nav>ul>li.highlight {
		margin-left: 0;
	}
	.defender-nav>ul>li.highlight>a:link, .defender-nav>ul>li.highlight>a:visited {
		font-size: 14px;
		font-weight: 700;
		border: none;
	}
	.defender-nav li a:link, .defender-nav li a:visited {
		color: #000 !important;
		padding: 0 !important;
	}
	ul.drawer-sub-nav li a:hover {
		color: #0072BC;
	}
	.drawer-widgets {
		display: flex;
		flex-flow: column nowrap;
		display: none;
	}
	.drawer-widgets .search-form:not(:last-child) {
		margin: 0 0 30px 0;
	}
	.drawer a:link, .drawer a:visited {
		text-decoration: none;
	}
	.page-header-wrapper {
		height: 300px;
		padding-bottom: 50px;
	}
	.home .page-header {
		margin-bottom: 20px;
	}
	.home .page-header-wrapper {
		height: 550px;
		padding-bottom: 35px;
	}
	.callout-text {
		padding: 30px 40px;
	}
	ul.industries:last-child {
		margin-bottom: -60px !important;
	}
	.tabs-area {
		margin-bottom: 15px;
	}
	.finder-area {
		padding: 21px 0 25px 0;
	}
	.finder-area .frame {
		width: 640px;
	}
	.finder-intro {
		flex-flow: column nowrap;
		justify-content: flex-start;
		align-items: flex-start;
		margin: 0 0 15px 0;
		font-size: 13px;
	}
	.finder-intro h1 {
		margin: 0 0 7px 5px;
	}
	.finder-intro p {
		margin: 0 25px 0 5px;
	}
	.finder {
		margin: 0 -20px;
		width: calc(100% + 40px);
		padding: 23px 20px;
	}
	.finder-columns {
		flex-flow: column nowrap;
		justify-content: flex-start;
	}
	.finder-column {
		width: 100%;
		margin: 0;
	}
	.finder label {
		font-size: 10px;
	}
	.select select {
		padding: 7px 10px;
	}
	.finder-line {
		margin-bottom: 21px;
	}
	.callout {
		margin-bottom: 27px;
	}
	.two-columns-area, .three-columns-area {
		padding-bottom: 60px;
	}
	.video-area {
		padding-bottom: 70px;
	}
	h3.grid-name {
		font-size: 20px;
	}
	.grid-image {
		width: 100%;
		height: auto;
	}
	.product-intro-area {
		padding-top: 25px;
	}
	.video-area:before {
		height: 30%;
	}
	.defender-callout {
		margin-bottom: 10px;
	}
	.defender-single-column {
		padding-bottom: 30px;
	}
	.defender-slider-area {
		padding: 40px 0;
	}
	.defender-slider {
		background: #FAFBFB;
	}
	.defender-slide-image {
		width: 67%;
		overflow: hidden;
		display: flex;
		justify-content: center;
	}
	.defender-slide-image img {
		height: 100%;
		width: auto;
		max-width: 150%;
	}
	.defender-slide-text {
		width: 33%;
		margin: 0;
		background: #FAFBFB;
		align-self: center;
		padding: 15px 10px 15px 25px;
		background: transparent;
	}
	.page-template-defender h2 {
		font-size: 24px;
	}
	.defender-slide-text h6 {
		margin-top: 20px;
	}
	.defender-background-area {
		margin-top: 55px;
	}
	.page-template-defender h1 {
		font-size: 50px;
	}
	.defender-products {
		margin-top: 70px;
	}
	.dp-tab-title {
		font-size: 16px;
	}
	a.dp-tab-title:before {
		top: 21px;
		width: 12px;
		background-size: contain;
		background-position: 50% 50%;
	}
	a.dp-tab-title:link, a.dp-tab-title:visited {
		padding: 19px 0 15px 0;
	}
	.dp-description {
		min-height: 54px;
	}
	.defender-columns-area {
		padding-bottom: 45px;
	}
	.defender-video-wrap {
		width: 67%;
	}
	.defender-video-text {
		width: 27%;
		margin: 0 3%;
	}
	.defender-products-area + .defender-content,
	.defender-columns-area + .defender-video-area {
		padding-top: 0;
	}
	.defender-video-area {
		margin-bottom: 0;
	}
	.defender-indent>:last-child {
		margin-bottom: 0;
	}
	.dp-tab-content {
		margin-top: 0;
	}
	.brands-area {
		display: none;
	}
	.header {
		position: fixed;
	}
	.page-content {
		padding-top: 85px;
	}
	.header-buttons a:link, .header-buttons a:visited {
		line-height: 1.25em;
	}
}

@media (max-width: 959px) {
	.page-content {
		padding: 60px 0 0 0;
	}
	.content {
		padding: 35px 0;
	}
	.header .search-form {
		display: none;
	}
	.drawer-widgets {
		display: block;
	}
	.search-form {
		width: 250px;
	}
	h1 {
		font-size: 38px;
		line-height: 1.25em;
		letter-spacing: 3px;
	}
	h2 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	h3 {
		font-size: 20px;
	}
	.callout-text {
		padding: 20px;
		width: 52%;
	}
	.callout-text h6 {
		margin-top: 0;
	}
	.page-header-wrapper, .home .page-header-wrapper {
		height: 400px;
	}
	.page-title {
		font-size: 20px;
	}
	ul.industries li {
		margin: 0 10px 30px 10px;
		width: calc(25% - 20px);
		text-align: center;
	}
	ul.tabs li {
		font-size: 15px;
	}
	.footer-widgets .frame {
		flex-flow: row wrap;
	}
	.footer-logo, .footer-right {
		width: 50%;
		margin: 0;
	}
	.footer-right {
		width: calc(50% - 80px);
	}
	.footer-categories, .footer-nav {
		order: 3;
		width: 30%;
		margin: 30px 0 0 0;
		text-align: center;
	}
	.bottom-line .frame {
		display: block;
	}
	.pinnacle-logo {
		margin: 0 0 20px 0;
	}
	.page-header-wrapper {
		height: 270px;
	}
	.three-columns {
		width: calc(100% + 30px);
		margin: 0 -15px;
	}
	.three-columns .column {
		width: calc(50% - 30px);
		margin: 0 15px;
	}
	.product-columns .frame {
		flex-flow: column nowrap;
	}
	.sidebar {
		width: 100%;
		margin: 0;
		display: none;
	}
	.sidebar-button, .sidebar-close {
		margin-top: 0;
	}
	.sidebar-open .sidebar {
		display: block;
	}
	.sidebar-button, .sidebar-open .sidebar-close {
		display: block;
	}
	.sidebar-headline, .sidebar-open .sidebar-button {
		display: none;
	}
	.content-area {
		width: 100%;
		margin: 0;
	}
	body ul.grid {
		width: calc(100% + 40px) !important;
		margin: 0 -20px !important;
	}
	body ul.grid>li {
		width: calc(33.33% - 40px) !important;
		margin: 0 20px 30px 20px !important;
	}
	body ul.grid-4>li {
		width: calc(25% - 40px) !important;
		margin: 0 20px 60px 20px !important;
	}
	.grid li>a {
		padding: 0;
	}
	.product-intro {
		flex-flow: column nowrap;
	}
	.gallery-area {
		width: 420px;
		margin: 0 auto 50px auto;
	}
	.product-description {
		width: 100%;
	}
	.specs {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		flex-flow: column nowrap;
	}
	.specs-column {
		width: 100%;
		margin: 0;
	}
	ul.tabs {
		width: 100%;
		margin: 40px 0 0 0;
	}
	ul.tabs>li {
		display: flex;
		justify-content: space-between;
		padding: 0 0 20px 0;
		margin: 0 0 20px 0;
	}
	.tab-image {
		display: block;
		width: 37%;
	}
	.tab-content {
		width: 58%;
	}
	.tab-images {
		display: none;
	}
	a.tab-link:link, a.tab-link:visited {
		padding: 0;
	}
	.tab-link:before, .tab-link:after {
		display: none;
	}
	.product-intro-area {
		padding-top: 0;
	}
	.defender-welcome {
		width: 100%;
		margin: 0;
	}
	.defender-callout .frame {
		flex-flow: row wrap;
	}
	.defender-callout-image {
		width: 50%;
		margin: 0;
	}
	.defender-callout-text {
		width: 100%;
		margin: 0;
		padding-top: 40px;
	}
	.defender-callout {
		margin-bottom: 0;
	}
	.defender-slide {
		flex-flow: column nowrap;
	}
	.defender-slide-image {
		width: 100%;
	}
	.defender-slide-image img {
		width: 100%;
		height: auto;
	}
	.defender-slide-text {
		width: 100%;
		padding: 25px;
	}
	.defender-products {
		width: auto;
		max-width: 700px;
		margin: 40px auto 0 auto;
	}
	.defender-product {
		width: calc(50% - 64px);
	}
	.defender-video-wrapper {
		width: 57%;
	}
	.defender-video-text {
		width: 37%;
	}
	.results_wrapper {
    	width: calc((100% / 3) - 50px) !important;
	}
	#addy_in_address {
		flex-flow: column nowrap !important;
		width: calc(100% - 40px) !important;
	}
}

@media (max-width: 599px) {
	h1 {
		font-size: 30px;
		letter-spacing: 2px;
	}
	.page-title {
		font-size: 18px;
	}
	.page-title h6 {
		margin-top: 25px;
	}
	.home .page-header {
		margin-bottom: -20px;
	}
	.home .page-header:before, .home .page-header:after {
		height: 90px;
	}
	.callout-image img {
		display: block;
	}
	.callout-text {
		position: static;
		width: 100%;
	}
	.industries-area {
		padding-bottom: 45px;
	}
	ul.industries {
		margin: 40px auto 0 auto;
		max-width: 348px;
		width: 100%;
		flex-flow: column nowrap;
	}
	ul.industries>li {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.tabs-area {
		margin-bottom: 0;
		padding-bottom: 10px;
		text-align: center;
	}
	ul.tabs {
		margin-top: 0;
	}
	ul.tabs>li {
		flex-flow: column nowrap;
		text-align: center;
	}
	.tab-content {
		order: 2;
		width: 100%;
	}
	.tab-image {
		width: 250px;
		margin: 0 auto 20px auto;
		order: 1;
	}
	.finder-button {
		margin-top: 15px;
	}
	.footer-widgets {
		flex-flow: column nowrap;
		padding: 30px 0;
	}
	.footer-logo, .footer-right, .footer-categories, .footer-nav {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.footer-right {
		margin-top: 15px;
	}
	.top-button {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
	}
	.footer-logo {
		margin-right: 80px;
	}
	ul.footer-contacts li a {
		justify-content: center;
	}
	.social ul {
		justify-content: center;
	}
	.social ul li {
		margin: 0 8px;
		font-size: 20px;
	}
	.footer-nav, .footer-nav ul {
		margin: 0;
	}
	.columns {
		flex-flow: column nowrap;
		width: 100% !important;
		margin: 0 !important;
	}
	.column {
		width: 100% !important;
		margin: 0 0 25px 0 !important;
	}
	.column:last-child {
		margin-bottom: 0 !important;
	}
	body ul.grid, body ul.grid-4, body .related-area ul.products-grid.grid-4 {
		width: 100% !important;
		max-width: 200px !important;
		margin: 0 auto 25px auto !important;
	}
	body ul.grid:last-child {
		margin-bottom: -25px !important;
	}
	body ul.grid>li {
		width: 100% !important;
		margin: 0 0 45px 0 !important;
	}
	.page-numbers a:link, .page-numbers a:visited, .page-numbers span, .pagination a, .pagination span {
		margin: 0 9px !important;
	}
	.gallery-area {
		width: 100%;
		margin: 25px 0 0 0;
	}
	.image a {
		width: 100%;
		height: auto;
	}
	.image a img {
		position: static;
		-webkit-transform: none;
		transform: none;
	}
	ul.thumbnails li {
		width: 30%;
	}
	.features-area>:last-child {
		margin-bottom: 0;
	}
	.product-details-area {
		padding-top: 10px;
	}
	.page-template-defender h1 {
		font-size: 40px;
	}
	.defender-callout-text {
		padding: 30px 20px;
	}
	.defender-callout {
		padding-bottom: 0;
	}
	.defender-slider {
		margin: 0 10px;
	}
	.defender-slider-prev {
		left: -35px;
	}
	.defender-slider-next {
		right: -35px;
	}
	.defender-welcome {
		padding-top: 40px;
	}
	.defender-callout-link {
		margin-bottom: 10px;
	}
	.defender-products-area {
		padding-top: 40px;
	}
	.defender-products {
		width: 100%;
		margin: 0 auto;
		max-width: 273px;
	}
	.defender-product {
		width: 100%;
		margin: 0 0 40px 0;
	}
	.dp-image {
		width: 180px;
		margin: 15px auto 20px auto;
	}
	.defender-columns {
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		flex-flow: column nowrap;
	}
	.defender-column {
		width: 100% !important;
		margin: 0 !important;
	}
	.defender-video-area .frame {
		flex-flow: column nowrap;
	}
	.defender-video-wrap {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 30px auto;
	}
	.defender-video-text {
		width: 100%;
		margin: 0;
	}
	.defender-video-area .frame {
		padding: 30px 20px;
	}
	.results_wrapper {
    	width: calc(100% - 50px) !important;
	}
	.search_item:not(#addy_in_address) {
		flex-flow: column nowrap !important;
		margin-top: 15px !important;
	}
	#radius_in_submit {
		margin-top: 15px !important;
	}
}