/*!
Theme Name: DunlopHiflex
Theme URI: http://underscores.me/
Author: Wly
Author URI: http://wly.se
Description: Theme for the Dunlop Hiflex website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dunlophiflex
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

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

blockquote {
	font-style: italic; 
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color:	#cfcfcf;
	border: 0;
	display: block;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

li {
	margin-bottom: 0;
	margin-left: 1em;
	padding-left: .2em;
}

.single-recipe li { 
	margin-bottom: 1em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;	
	/* max-width: min-content; */
	vertical-align: top;
	max-width: 100%;
	overflow-x: auto;
	border-collapse: collapse;
	border-spacing: 0;
	/* optional - enable iOS momentum scrolling */
	-webkit-overflow-scrolling: touch;
}

tbody tr:nth-child(even) {
	background-color: #eee;
}

th {
	background: #eee;
	border: 1px solid	#cfcfcf;
	font-size: 14px;
	font-size: .875rem;
	padding: .4em;
	text-transform: uppercase;
	text-align: left;
}

td {
	font-size: 16px;
	font-size: 1rem;
	padding: .4em;
	border: 1px solid	#cfcfcf;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.search-form button[type="submit"] {
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #333;
	padding: 0;
}

.caldera-grid input.btn {
	padding: .6em 1em;
	font-size: 16px;
	font-size: 1rem;
	text-transform: uppercase;
}

.caldera-grid input.btn-default {
	background: #333;
	border: solid 1px #333;
	color: #fff;
}

.caldera-grid input.btn-default:hover {
	background: #333;
	border: solid 1px #333;
	color: #ffe70c;
}

.caldera-grid textarea {
	text-transform: uppercase;
}

/*--------------------------------------------------------------
# Headings and Body Text
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Oswald', 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 1.25;
	margin: 0 0 .6em 0;
	text-transform: uppercase;
}

h1 {
	font-size: 52px;
	font-size: 3.25rem;
}

.page .entry-header h1,
.blog h1.page-title,
.archive .page-header h1,
.search-results .page-header h1,
.no-results .page-header h1,
.error-404 .page-header h1 {
	color: #ffe70c;
	margin-bottom: 0;
}

.home .entry-header h1 {
	color: #333;
	margin-bottom: 20px;
	margin-top: 60px;
}

h2 {
	font-size: 36px;
	font-size: 2.25rem;
}

.search-results .entry-header h3 {
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: .2em;
}

.product-family h2,
.industry h2,
.caldera_forms_form h2 {
	font-size: 20px;
	font-size: 1.25rem;
}

.caldera_forms_form h2 {
	background: #333;
	color: #fff;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: .4em 1em;
}

.caldera_forms_form h2 .plain {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	text-transform: none;
}

h3 {
	font-size: 25px;
	font-size: 1.5625rem;
}

h4,
.document h3,
.document h4,
.caldera_forms_form h3 {
	font-size: 18px;
	font-size: 1.125rem;
}

.page-block .caption h3,
.industry .caption h2,
.product-family .caption h2,
.document h3 {
	margin-bottom: 0;
}

h2:before,
h3:before,
.product-family h2:before,
.industry h2:before {
	content: '//';
	color: #ffe70c;
	display: inline-block;
	margin-right: 10px;
}

.document h3:before,
.search-results .entry-header h3:before,
.page-block .caption h3:before,
.industry .caption h2:before,
.product-family .caption h2:before {
	content: '';
	margin-right: 0;
}

.page .entry-header p {
	color: #fff;
	margin-bottom: 0;
}

b,
strong {
	font-weight: bold;
}

.center {
	text-align: center;
}

.all-caps {
	text-transform: uppercase;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/

.mining, 
.agriculture, 
.construction,
.fish, 
.food-beverage,
.forestry, .marine, 
.materials-handling, 
.oil-gas, 
.renewable-energy, 
.transport, 
.industrial {
	display: flex;
	align-items: center;
}

.search-results .entry-header h3 .mining,
.search-results .entry-header h3 .agriculture,
.search-results .entry-header h3 .construction,
.search-results .entry-header h3 .fish,
.search-results .entry-header h3 .food-beverage,
.search-results .entry-header h3 .forestry,
.search-results .entry-header h3 .marine,
.search-results .entry-header h3 .materials-handling,
.search-results .entry-header h3 .oil-gas,
.search-results .entry-header h3 .renewable-energy,
.search-results .entry-header h3 .transport,
.search-results .entry-header h3 .industrial {
	display: inline;
}

.mining:before,
.agriculture:before,
.construction:before,
.fish:before,
.food-beverage:before,
.forestry:before,
.marine:before,
.materials-handling:before,
.oil-gas:before,
.renewable-energy:before,
.transport:before,
.industrial:before {
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 100px;
	margin-right: 1rem;
	width: 100px;
}

.mining:before {
	background-image: url("../../uploads/icon-mining.png");
}

.agriculture:before {
	background-image: url("../../uploads/icon-agriculture.png");
}

.construction:before {
	background-image: url("../../uploads/icon-construction.png");
}

.fish:before {
	background-image: url("../../uploads/icon-fish.png");
}

.food-beverage:before {
	background-image: url("../../uploads/icon-food-beverage.png");
}

.forestry:before {
	background-image: url("../../uploads/icon-forestry.png");
}

.marine:before {
	background-image: url("../../uploads/icon-shipbuilding-marine.png");
}

.materials-handling:before {
	background-image: url("../../uploads/icon-materials-handling.png");
}

.oil-gas:before {
	background-image: url("../../uploads/icon-oil-gas.png");
}

.renewable-energy:before {
	background-image: url("../../uploads/icon-renewable-energy.png");
}

.transport:before {
	background-image: url("../../uploads/icon-trains-transport.png");
}

.industrial:before {
	background-image: url("../../uploads/icon-industrial-machinery-maintenance.png");
}

.search-results .entry-header h3 .mining:before,
.search-results .entry-header h3 .agriculture:before,
.search-results .entry-header h3 .construction:before,
.search-results .entry-header h3 .fish:before,
.search-results .entry-header h3 .food-beverage:before,
.search-results .entry-header h3 .forestry:before,
.search-results .entry-header h3 .marine:before,
.search-results .entry-header h3 .materials-handling:before,
.search-results .entry-header h3 .oil-gas:before,
.search-results .entry-header h3 .renewable-energy:before,
.search-results .entry-header h3 .transport:before,
.search-results .entry-header h3 .industrial:before {
	background-image: none;
	height: 0px;
	margin-right: 0;
	width: 0px;
}

.sub-menu .mining:before,
.sub-menu .agriculture:before,
.sub-menu .construction:before,
.sub-menu .fish:before,
.sub-menu .food-beverage:before,
.sub-menu .forestry:before,
.sub-menu .marine:before,
.sub-menu .materials-handling:before,
.sub-menu .oil-gas:before,
.sub-menu .renewable-energy:before,
.sub-menu .transport:before,
.sub-menu .industrial:before {
	height: 50px;
	width: 50px;
}

.sub-menu .mining:before {
	background-image: url("../../uploads/icon50-mining.png");
}

.sub-menu .agriculture:before {
	background-image: url("../../uploads/icon50-agriculture.png");
}

.sub-menu .construction:before {
	background-image: url("../../uploads/icon50-construction.png");
}

.sub-menu .fish:before {
	background-image: url("../../uploads/icon50-fish.png");
}

.sub-menu .food-beverage:before {
	background-image: url("../../uploads/icon50-food-beverage.png");
}

.sub-menu .forestry:before {
	background-image: url("../../uploads/icon50-forestry.png");
}

.sub-menu .marine:before {
	background-image: url("../../uploads/icon50-shipbuilding-marine.png");
}

.sub-menu .materials-handling:before {
	background-image: url("../../uploads/icon50-materials-handling.png");
}

.sub-menu .oil-gas:before {
	background-image: url("../../uploads/icon50-oil-gas.png");
}

.sub-menu .renewable-energy:before {
	background-image: url("../../uploads/icon50-renewable-energy.png");
}

.sub-menu .transport:before {
	background-image: url("../../uploads/icon50-trains-transport.png");
}

.sub-menu .industrial:before {
	background-image: url("../../uploads/icon50-industrial-machinery-maintenance.png");
	width: 68.12px;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

.site-content {

}

.site-main {

}

.box-gray {
	background-color: #e9e7ed;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

.is-hidden {
	display: none;
}

.is-displayed {
	display: block;
}

.sticky {
	position: fixed;
	z-index: 2000000;
}

.header-top {
	background-color: #fff;
	border-bottom: 1px solid #333;
	padding: 14px 0 24px;
	transition: padding 0.2s;
	width: 100%;
}

.secondary {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}

.lang {
	text-align: left;
}

.wpml-ls-legacy-dropdown {
	width: 8.5em;
}

.header-bottom {
	background-color: #fff;
	border-bottom: 16px solid #ffe70c;
	height: 66px;
	width: 100%;
}

.menu-icon,
.menu-icon-main {
	height: 50px;
}

.mobile-menu {
	background-color: #fff;
	margin-left: -15px;
	margin-right: -15px;
}

.search-main,
.search-mobile,
.menu-close,
.mobile-navigation {
	display: none;
}

.search-main,
.search-mobile,
.mobile-navigation {
	height: auto;
}

.search-main,
.search-mobile {
	text-align: right;
}

.search-mobile {
	height: 50px;
}

.search-main .search-form,
.search-mobile .search-form {
	display: inline-block;
}

.search-open {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #ffe70c;
	color: #fff;
	border: 0;
	border-radius: 0;
	height: 36px;
	position: relative;
	width: 36px;
}

.search-open:before {
	content: '';
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	left: -27px;
	border-width: 0 0 36px 27px;
	border-color: transparent transparent #ffe70c;
}

/*--------------------------------------------------------------
# Pages and Posts
--------------------------------------------------------------*/

.single-post .post {
	margin: 4em 0;
}

.page .entry-header,
.blog .entry-header,
.archive .page-header,
.search-results .page-header,
.no-results .page-header,
.error-404 .page-header {
	background-color: #333;
	padding: 50px 0;
	margin-bottom: 4em;
}

.search-results .page .entry-header,
.blog .post .entry-header,
.archive .post .entry-header {
	background-color: transparent;
	padding: 0;
	margin-bottom: 0;
}

.home .entry-header {
	background-color: transparent;
	height: auto;
	margin-bottom: auto;
	padding: 0;
}

.updated:not(.published) {
	display: none;
}

.search-pages,
.search-documents,
.search-articles {
	margin-bottom: 4em;
}



/*--------------------------------------------------------------
# Main Pages
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Content Blocks
--------------------------------------------------------------*/

/* section intro */

.section-intro {
	margin-top: 6em;
}

/* section content */

.section-content {
	margin-bottom: 4em;
}

/* content showcase */

.page-block .caption,
.industry .caption,
.product-family .caption,
.product .link {
	border-top: 1px solid #ffe70c;
	border-bottom: 1px solid #ffe70c;
	margin: 1em 0;
	padding-left: .6em;
}

.page-block,
.product,
.product-family,
.industry {
	margin-bottom: 4em;
}

.product .link-container {
	margin: 2em 0 0 auto;
	width: 50%;
}

.product .link {
	width: 100%;
}

.icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #ffe70c;
	color: #fff;
	border: 0;
	border-radius: 0;
	height: 28px;
	position: relative;
	width: 28px;
}

.icon:before {
	content: '';
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	left: -27px;
	border-width: 0 0 28px 27px;
	border-color: transparent transparent #ffe70c;
}


.page-block .icon {
	height: 36px;
	width: 36px;
}

.page-block .icon:before {
	left: -27px;
	border-width: 0 0 36px 27px;
}


/* news articles */

.news-articles {
	margin-bottom: 4em;
}

.news-articles .entry-header {
	margin-bottom: 10px;
}

.news-articles .entry-meta {
	margin: 15px 0 10px;
}

.news-articles .col {
	margin-bottom: 4em;
}

/* ddocuments */

.document {
	margin-bottom: 2em;
}

.document img {
	border: 1px solid #ddd;
}

/* quality certifications */

.quality-certifications {
	margin-top: 4em;
	margin-bottom: 4em;
}

/* columns */

.columns-layout {
	margin-top: 2em;
	margin-bottom: 4em;
}

.column-content {
	margin-bottom: 2em;
}

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

.site-footer {
	background-color: #333;
	margin-top: 4em;
	padding: 80px 0;
	width: 100%;
}

.site-info {
	color: #fff;
}

.site-info .logo {
	margin-bottom: 2em;
}

.social-media a {
	margin-right: .4em;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited {
	color: #333;
	text-decoration: underline;
}

a.search-open,
a.icon {
	color: #fff;
	text-decoration: none;
}

.product .link a {
	font-family: 'Oswald', 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: .8;
	text-decoration: none;
}

h1 a,
h2 a,
h3 a,
h4 a {
	text-decoration: none;
}

.site-info a,
.site-info a:visited {
	color: #ffe70c;
}

a:hover,
a:focus,
a:active {
	color: #ffe70c;
}

h1 a:hover,
h1 a:focus,
h1 a:active,
h2 a:hover,
h2 a:focus,
h2 a:active,
h3 a:hover,
h3 a:focus,
h3 a:active,
h4 a:hover,
h4 a:focus,
h4 a:active {
	text-decoration: none;
}

a.search-open:hover,
a.search-open:focus,
a.search-open:active,
a.icon:hover,
a.icon:focus,
a.icon:active {
	background-color: #333;
	color: #fff;
}

a.search-open:hover:before,
a.search-open:focus:before,
a.search-open:active:before,
a.icon:hover:before,
a.icon:focus:before,
a.icon:active:before {
	border-color: transparent transparent #333;
}

.site-info a:hover,
.site-info a:focus,
.site-info a:active {
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	background: #fff;
	border: 1px solid #bfbec1;
	float: left;
	padding: 2em;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul a {
	width: 220px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 0;
}

.main-navigation ul > li {
	display: inline-block;
	line-height: 48px;
	padding: 2px 0 0 13px;
	margin: 0 1.5% 0 0;
}

.main-navigation ul > li.home-icon {
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	font-family: 'Oswald', 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	font-size: 1.125rem;
	text-decoration: none;
	text-transform: uppercase;
}

.main-navigation li li a {
	display: block;
	font-family: 'Oswald', 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-size: 1rem;
	text-transform: none;
}

.normal .sub-menu a:before {
	content: '//';
	color: #ffe70c;
	display: inline-block;
	font-size: 20px;
	font-size: 1.25rem;
	margin-right: .8rem;
}

.main-navigation li.home-icon > a {
	display: block;
	background: url("../../uploads/home-icon.svg") no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	background-color: #333;
	width: 23px;
	height: 22px;
	background-size: 25px 22px;
	background-position: -1px 0;
	margin-top: 12px;
}

.main-navigation li.home-icon > a:hover,
.main-navigation li.home-icon > a:focus,
.main-navigation li.home-icon > a:active {
	background-color: #ffe70c;
}

.main-navigation li.current-menu-item > a,
.main-navigation li.current-menu-ancestor > a,
.main-navigation li.current_page_parent > a,
.main-navigation li.current-page-ancestor > a,
.main-navigation li.current_page_item > a {
	color: #ffe70c;
}

.sub-menu-columns ul.sub-menu {
	width: 560px;
}

.sub-menu-columns ul.sub-menu li {
	display: inline-block;
	float: left;
	line-height: 24px;
}

.sub-menu-columns ul.sub-menu li:nth-child(odd) {
	float: left;
	margin-right: 10px;
}

.sub-menu-columns ul.sub-menu li:nth-child(even) {
	float: right;
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
	display: none;
	}
	.main-navigation ul {
	display: block;
	}
}

/* Mobile Menu */
.mobile-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mobile-navigation ul ul {
	display: none;
	background: #ddd;
	margin: 1em -15px -1em -15px;
	padding: 1.2em 0 1.2em 30px;
}

.mobile-navigation li {
	border-top: 1px solid #ddd;
	margin-left: 0;
	padding: 1em 15px;
}

.mobile-navigation .menu-item-has-children {
	position: relative;
}

.mobile-navigation .menu-item-has-children > a:after {
	content: '\025BE';
	color: #333;
	font-size: 22px;
	position: absolute;
	display: flex;
	align-items: center;
	right: 20px;
	top: 0;
	bottom: 0;
	height: 57px;
}

.mobile-navigation .menu-item-has-children > a.changed:after {
	content: '\025B4';
}

.mobile-navigation li li {
	border: 0;
	display: block;
	padding: 0;
}

.mobile-navigation a {
	display: block;
	font-family: 'Oswald', 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	font-size: 1.125rem;
	text-decoration: none;
	text-transform: uppercase;
}

.mobile-navigation li li a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	font-size: 1.125rem;
	text-transform: none;
}

.mobile-navigation a:hover,
.mobile-navigation a:active,
.mobile-navigation a:focus {
	color: #ffe70c;
}

.mobile-navigation li:hover li a:hover,
.mobile-navigation li:hover li a:focus,
.mobile-navigation li:hover li a:active {
	color: #333;
	font-weight: bold;
}

.mobile-navigation li.current-menu-item > a,
.mobile-navigation li.current-menu-ancestor > a,
.mobile-navigation li.current_page_parent > a,
.mobile-navigation li.current-page-ancestor > a,
.mobile-navigation li.current_page_item > a {
	color: #ffe70c;
}

.mobile-navigation li:hover li.current-menu-item > a,
.mobile-navigation li:hover li.current_page_item > a {
	color: #333;
	font-weight: bold;
}

.mobile-navigation li:hover li.current-page-ancestor > a {
	color: #333;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

@media (min-width: 576px) {
	.container {
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

@media (min-width: 1430px) {
	.container {
		max-width: 1400px;
	}
}

@media only screen and (max-width: 1760px) {


}

@media only screen and (max-width: 1620px) {


}

@media only screen and (max-width: 1440px) {



}

@media only screen and (max-width: 1280px) {


}

@media only screen and (max-width: 1167px) {

	.search input[type="search"] {
		width: 120px;
	}

}

@media only screen and (max-width: 1088px) {

	.search input[type="search"] {
		width: 100px;
	}

	.main-navigation a {
		font-size: 16px;
		font-size: 1rem;
	}

}

@media only screen and (max-width: 1024px) {

	.product .link-container {
		width: 75%;
	}

}

@media only screen and (max-width: 991px) {

	.mobile-navigation .menu-item-has-children > a:after {
		height: 53px;
	}

	.header-bottom {
		height: auto;
		min-height: 66px;
	}

	.header-bottom .is-displayed {
		display: none !important;
	}

	.header-bottom .is-hidden {
		display: block;
	}	

	.header-top .container,
	.header-bottom .container {
		max-width: 100%;
	}

	.nav-content {
		width: 100%;
	}

}

@media only screen and (max-width: 880px) {

	table {
		display: block;
	}

}

@media only screen and (max-width: 768px) {

	.product .link-container {
		width: 100%;
	}

	h1 {
		font-size: 44px;
		font-size: 2.75rem;
	}

	h2 {
		font-size: 30px;
		font-size: 1.875rem;
	}

	.product-family h2,
	.industry h2,
	.caldera_forms_form h2 {
		font-size: 18px;
		font-size: 1.125rem;
	}

	h3 {
		font-size: 20px;
		font-size: 1.25rem;
	}

	h4,
	.document h3,
	.caldera_forms_form h3 {
		font-size: 16px;
		font-size: 1rem;
	}

	.mining:before,
	.agriculture:before,
	.construction:before,
	.fish:before,
	.food-beverage:before,
	.forestry:before,
	.marine:before,
	.materials-handling:before,
	.oil-gas:before,
	.renewable-energy:before,
	.transport:before,
	.industrial:before {
		height: 80px;
		width: 80px;
	}

}

@media only screen and (max-width: 767px) {

	.product .col-md-8 {
		margin-top: 1em;
	}

	.site-branding {
		text-align: center;
	}

	.secondary {
		align-items: center;
	}

}

@media only screen and (max-width: 686px) {

}

@media only screen and (max-width: 472px) {

	h1 {
		font-size: 38px;
		font-size: 2.375rem;
	}

	h2 {
		font-size: 26px;
		font-size: 1.625rem;
	}

	.product-family h2,
	.industry h2,
	.caldera_forms_form h2 {
		font-size: 16px;
		font-size: 1rem;
	}

	h3 {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.mining:before,
	.agriculture:before,
	.construction:before,
	.fish:before,
	.food-beverage:before,
	.forestry:before,
	.marine:before,
	.materials-handling:before,
	.oil-gas:before,
	.renewable-energy:before,
	.transport:before,
	.industrial:before {
		height: 60px;
		width: 60px;
	}

}

