/*!
Theme Name: Cummings and Bricker, Inc.
Theme URI: http://underscores.me/
Author: Eric Karkovack
Author URI: https://www.karks.com
Description: The Cummings and Bricker theme, based on Underscores.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: karksus
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Columns
# Structure
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Responsive Items
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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: #252525;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Rokkitt', serif;
	clear: both;
}

h1 {
    
}

h2 {
    clear: none;
    font-size: 38px;
    font-weight: 900;
    line-height: 44px;
    margin: 20px 0;
}

.wp-block-column h2 {
    margin: 20px 0 10px;
}

h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    margin: 20px 0 10px;
}

h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin: 16px 0 6px;
}

h5 {
    
}

h6 {
    
}

p {
    margin-top: 0;
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/

/* Uncomment this for wider page widths */
/*#page {
	width: auto;
	max-width: 1100px;
	padding:0px 0px;
	margin:0px auto;
	background-color:#FFF;
}*/

#dealer-right-bar {
    background-color: #F3F3F3;
    border-left: 4px solid #fdb71a;
    display: block;
    padding: 12px;
    position: fixed;
    right: 0px;
    top: 35vh;
    transition: all ease-in 150ms;
    width: 250px;
    z-index: 9999;
}

#dealer-right-bar.hidden {
    width: 50px;
    transition: none;
}

#dealer-right-bar.hidden .dealer-right-content {
    display: none;
}

#dealer-right-toggle:before {
    color: #1a6030;
    content: '\f101';
    cursor: pointer;
    display: block;
    font-family: 'Font Awesome 5 Pro';
    font-size: 30px;
    line-height: 30px;
    margin: 8px auto;
}

#dealer-right-bar.hidden #dealer-right-toggle:before {
    content: '\f100';
    display: block;
    font-family: 'Font Awesome 5 Pro';
    font-size: 30px;
    line-height: 30px;
    margin: 8px auto;
}

#dealer-mobile-menu {
    display: none;
}

header#scroll-header {
  position: fixed;
  max-height: 80px;
  z-index: 800;
  width: 100%;
  background: none;
  overflow: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  padding: 10px 0;
  top: -100px;
}

header#scroll-header.sticky-header {
  background-color: #181818;
  opacity: 1;
  top: 0px;
  border-bottom: 2px solid #fdb71a;
}

.scroll-header-container {
    width: 98%;
    margin: 0 auto;
}

.scroll-header-left img {
    width: auto;
    height: 60px;
}

.hide-header {
    opacity: 0;
    position: absolute;
    top:-500px;
}


header#masthead {
	width:100%;
	height:140px;
	margin:0;
    -webkit-transition: all 0.3s;
}

header#masthead .site-branding {
	width:1100px;
	height:140px;
	margin:0px auto;
}

.header-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.logo-left {
    margin: 0 19px 0 0;
}

.logo-right {
    margin: 33px 0 0 0;
}

a.custom-logo-link {
	line-height:0px;
	vertical-align: top;
	clear: both;
	display: block;
}

.site-title {
    font-family: 'Rokkitt',serif;
    font-size: 42px;
    font-weight: 900;
    line-height: 42px;
    margin: 0 0;
    clear: none;
    text-shadow: 5px 0px 5px rgba(255, 255, 255, 0.8);
}

.site-title a {
    color: #252525 !important;
    text-decoration: none;
}

.logo-social {
    font-size: 30px;
    line-height: 30px;
    margin: 20px 0 0 0;
}

header#scroll-header .logo-social {
    font-size: 30px;
    line-height: 30px;
    margin: 0px 0 0 0;
}

.logo-social i.fab {
    transition: all ease-in 150ms;
    margin-right: 2px;
}

.dealer-login-area {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    vertical-align: middle;
}

.gray-sep {
    color: #6b6b6c;
}

.home .header-sep {
    margin: 0 auto 5px;
}

.header-sep {
    margin: 0 auto 0px;
    line-height: 0;
}

/*#content:before {
    background-image: url("images/diamond-plate-accent.jpg");
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    padding: 0 0;
}*/

#content {
    background-image: url("images/content-background.png");
    background-repeat: repeat;
	width:1100px;
	margin:40px auto;
    padding: 0px;
    /*box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.4);*/
}

#primary {
    padding: 20px;
    width: 100%;
}

/*#content::before {
    background-image: url("images/content-background.png");
    background-repeat: repeat;
    display: block;
    height: 20px;
    position: relative;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
     border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;

}

#content::after {
    background-image: url("images/content-background.png");
    background-repeat: repeat;
    display: block;
    height: 20px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
}*/


footer#colophon {
    background-color: #3c3c3c;
	width:100%;
	height:auto;
	margin:0;
    padding: 30px 0;
}

footer#colophon .footer-inner {
	width:1100px;
	margin:0px auto;
    color: #FFF;
}

.footer-inner h4 {
    color: #FFF;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 auto 10px;
}

.emda-cols {
    clear: both;
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
    margin: 20px auto 10px;
}

.flexcol-auto.emda-image {
    width: 74px !important;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: 8px;
}

.emda-image, .emda-desc {
    display: inline;
    width: auto;
}

.emda-info {
    font-size: 12px;
    line-height: 22px;
    margin-top: 30px;
}

.footer-middle {
    font-size: 15px;
    line-height: 24px;
}

#backtop {
	display:none;
}

/*--------------------------------------------------------------
# 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-color: #FFF;
    background-image: url("images/steel-background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
	/* Fallback for when there is no custom background color defined. */
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

table {
	border:1px solid #ddd;
	width:100%;
	margin:18px 0px;
    border-collapse: collapse;
}
table th {
	padding:5px 20px;
	text-align:left;
	font-weight:bold;
	color:#111;
}
table td {
	border-top:1px solid #ddd;
	padding:5px 20px;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #fdb71a;
	border-radius: 5px;
	background: #fdb71a;
	color: #000;
	font-size: 12px;
	font-size: 0.75rem;
    font-weight: bold;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #ffc542;
    border: 1px solid #252525;
}

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 {
	background-color: #ffc542;
    border: 1px solid #252525;
}

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 {
    background-color: #f3f3f3;
	color: #252525;
	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 {
    background-color: #FFF;
    border: 1px solid #252525;
	color: #000;
}

select {
	border: 1px solid #ccc;
    background-color: #f3f3f3;
}

select:focus {
    background-color: #FFF;
    border: 1px solid #252525;
}

textarea {
	width: 100%;
}

/* Catalog Search */

.file-link-list input#s, .product-container .flexfallback input#s {
    width: 60%;
    margin-bottom: 10px;
}

.file-link-list input#searchsubmit, .product-container .flexfallback input#searchsubmit {
    line-height: 33px;
    padding: 0 6px;
    vertical-align: top;
}

/* Gravity Forms */

.gform_wrapper h2.gsection_title {
    font-size: 1.75em !important;
    line-height: 1.75em;
}

.gform_wrapper h2.gsection_title:before {
    content: '\f101';
    font-family: 'Font Awesome 5 Pro';
    font-size: .6em;
    font-weight: bold;
    color: #fdb71a;
    margin-right: 5px;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    line-height: 1.5;
    font-size: .95em !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #1a6030;
    transition: all ease-in 150ms;
}

a:visited {
	color: #1a6030;
}

a:hover, a:focus, a:active {
	color: #489f5b;
}

a:focus {
	outline: thin dotted;
}

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

.logo-social a {
    color: #252525;
    text-decoration: none;
}

header#scroll-header .logo-social a {
    color: #F3F3F3;
    text-decoration: none;
}

.logo-social a.facebook:hover, header#scroll-header .logo-social a.facebook:hover {
    color: #3f5c9a;
}

.logo-social a.gplus:hover, header#scroll-header .logo-social a.gplus:hover {
    color: #4285f4;
}

.logo-social a.instagram:hover, header#scroll-header .logo-social a.instagram:hover {
    color: #fa7f27;
}

.logo-social a.linkedin:hover, header#scroll-header .logo-social a.linkedin:hover {
    color: #1d87be;
}

.logo-social a.pinterest:hover, header#scroll-header .logo-social a.pinterest:hover {
    color: #bd081c;
}

.logo-social a.snapchat:hover, header#scroll-header .logo-social a.snapchat:hover {
    color: #fffc00;
}

.logo-social a.twitter:hover, header#scroll-header .logo-social a.twitter:hover {
    color: #55acee;
}

.logo-social a.yelp:hover, header#scroll-header .logo-social a.yelp:hover {
    color: #d32323;
}

.logo-social a.youtube:hover, header#scroll-header .logo-social a.youtube:hover {
    color: #ff0000;
}

.dealer-login-area a {
    color: #1a6030;
}

.dealer-login-area a i.fas {
    color: #252525;
}

header#scroll-header .dealer-login-area a i.fas {
    color: #CCC;
}

.dealer-login-area a:hover i.fas {
    color: #fdb71a;
}

header#scroll-header .dealer-login-area a:hover i.fas {
    color: #fdb71a;
}

.dealer-login-area a:hover {
    color: #252525;
}

header#scroll-header .dealer-login-area a:hover {
    color: #fdb71a;
}

.footer-inner a {
    color: #fdb71a;
}

.footer-inner a:hover, .footer-inner a:focus {
    color: #ffc542;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: none;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
	width: 100%;
    margin: -60px 0 0 215px;
}

header#scroll-header .main-navigation {
    margin: 0px 0 0 20px;
}

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

.main-navigation a {
	display: inline-block;
	font-size:18px;
    font-weight: 900;
	text-decoration: none;
    text-transform: uppercase;
	color:#363636;
	padding:4px 8px;
	line-height:30px;
	margin:0;
    z-index: 1;
    position: relative;
    outline: none;
    border: none;
    background-color: transparent;
}

header#scroll-header .main-navigation a {
    color: #FFF;
}

.main-navigation li a::before {
    content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 90%;
  height: 2px;
  background-color: #363636;
  transform-origin: center;
  transform: translate(-50%, 0) scaleX(0);
  transition: transform 0.3s ease-in-out;
}

header#scroll-header .main-navigation li a::before {
    background-color: #CCC;
}

.main-navigation ul.sub-menu li a::before {
    content: none;
}

header#scroll-header .main-navigation ul.sub-menu li a {
    color: #363636;
}

.main-navigation ul li:after {
    content:'|';
    color: #e9b33f;
    font-weight: 900;
    line-height: 30px;
}

.main-navigation li.last:after, ul.sub-menu li:after {
    content: none;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color:#000;
    cursor: pointer;
}

.main-navigation li:hover a::before {
    transform: translate(-50%, 0) scaleX(1);
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
    opacity: 0;
    transition: opacity .3s;
}

.main-navigation ul li:hover ul {
    visibility: visible;
    opacity: 1;
}

.main-navigation ul ul li {
    background-color: #F3F3F3;
}

.main-navigation ul ul li:hover {
    background-color: #FFF;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul ul li {
    background-color: #F3F3F3;
}

.main-navigation ul ul ul li:hover {
    background-color: #FFF;
}

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

.main-navigation ul ul a {
    font-size:14px;
	width: 200px;
}

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

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


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

.slicknav_menu {
	display:none;
}

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

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* Footer Menu */

ul#footer-menu {
	list-style:none;
	display:block;
	float:right;
	clear:both;
	padding-left:0px;
	margin-left:0px;
	margin-bottom:24px;
}

ul#footer-menu li {
	list-style:none;
	display:block;
	float:left;
	margin-left:12px;
	font-size:14px;
	line-height:14px;
	font-weight:600;
}

ul#footer-menu li a {
	text-decoration:none;
}

/* Dealer Menu */

ul#menu-dealers-menu, ul#menu-dealers-menu li {
    list-style: none;
}

ul#menu-dealers-menu {
    margin-left: 0px;
    padding-left: 0px;
}

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

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

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

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

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

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

.center {
    text-align: center;
}

.right {
    text-align: right;
}

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

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

/* Clearfix */

.clearfix {
margin:0px auto;
clear:both;
}

.clearfix:before, .clearfix:after, .post:before, .post:after {
content: " "; /* 1 */
display: table; /* 2 */
}

.clearfix:after, .post:before {
clear:both;
}

.ie7 .clearfix {
*zoom: 1;
}

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

/* Home Page Specific */

.equipment-showcase-area {
    width: 100%;
    height: auto;
    border-top: 2px solid #fdb71a;
    background-image: url("images/equipment-showcase-background.png");
    background-position: top center;
    background-repeat: repeat-x;
    color: #FFF;
    padding: 35px 0;
}

.home-cta {
    background:none;
}

.equipment-showcase-inner {
    width: 1100px;
    margin: 0 auto;
}

h2.equipment-cta-headline {
    color: #FFF;
    font-size: 37px;
    font-weight: 900;
    line-height: 40px;
    margin: 0 auto 16px;
    text-transform: uppercase;
}

.equipment-cta-sub {
    font-size: 22px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 30px;
}

a.cta-dark {
    background-color: #181818;
    border: 1px solid #181818;
    border-radius: 6px;
    box-sizing: border-box;
    color: #FFF;
    display: inline-block;
    font-family: 'Rokkitt',serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    padding: 13px 8px;
    text-align: center;
    text-decoration: none;
    width: auto;
    min-width: 225px;
}

a.cta-dark:hover, a.cta-dark:focus {
    background-color: #000;
    border: 1px solid #FFF;
}

a.cta-light {
    background-color: #fdb71a;
    border: 1px solid #fdb71a;
    border-radius: 6px;
    box-sizing: border-box;
    color: #252525;
    display: inline-block;
    font-family: 'Rokkitt',serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    padding: 13px 8px;
    width: auto;
    min-width: 225px;
}

a.cta-light:hover, a.cta-light:focus {
    background-color: #ffc542;
    border: 1px solid #252525;
}

.equipment-showcase-area a.cta-dark {
    margin-right: 40px;
}

.equipment-showcase-left {
    width: 54%;
    max-width: 580px;
}

.equipment-showcase-right {
    width: 46%;
}

.equipment-slide-left, .equipment-slide-right {
    display: block;
}

.equipment-slide-left {
    margin-top: 50px;
}

img.equipment-product-logo {
    margin: auto;
}

.equipment-slide-left h3, .equipment-slide-left h3 a {
    color: #000;
    font-size: 42px;
    font-weight: 900;
    line-height: 46px;
    margin: 30px auto 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.equipment-slide-left .sub-headline, .equipment-slide-left .sub-headline a {
    color: #1a6030;
    font-size: 26px;
    font-style: italic;
    font-weight: bold;
    line-height: 32px;
    text-decoration: none;
}


.equipment-slide-left img, .equipment-slide-right img {
    height: auto;
}

.new-notable {
    background-color: #fdb71a;
    margin: 0 0 60px;
    width: 100%;
    line-height: .8em;
}

.no-flexbox .new-notable {
    text-align: center;
}

.new-notable-left {
    font-size: 18px;
    line-height: 24px;
    margin-top: 30px;
    max-width: 400px;
}

.new-notable-title {
    line-height: 34px;
}


.new-notable-title {
    color: #FFF;
    display: inline-block;
    font-family: 'Rokkitt',serif;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 34px;
    background-color: transparent;
    padding: 0 0 0 89px;
    background-image: url("images/new-notable-title.png");
    background-position: top left;
    background-repeat: no-repeat;
}

.new-notable-title span {
    display: inline-block;
    line-height: 34px;
    background-color: #181818;
    padding-right: 6px;
}

.new-notable-left h3 {
    font-family: 'Open Sans',sans-serif;
    font-size: 24px;
    line-height: 32px;
    margin: 20px 0;
}

.new-notable-left h3 a {
    text-decoration: none;
}

.new-notable-right {
    clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
    width: 1100px;
}

.video-channel, .fb-feed {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    text-align: center;
}

.fb-feed {
    margin: 60px auto;
}


/* Dealer Locator */
#map {
  height: 600px;
  width: 100%;
  margin-bottom: 20px;
 }
 
.dealer-left {
    margin-right: 20px;
}

.dealer-search-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
 
.dealer-search-box,
.dealer-results-box {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
}

#dealer_list .results {
    font-size: 15px;
    font-style: italic;
}

.manager-container {
    margin: 0px auto 20px;
    padding-left: -20px;
    text-align: center;
    width: 100%;
}

.manager-container img {
    border: 1px solid #2a8447;
    border-radius: 100%;
    margin: 5px auto;
}

#dealer_list h3 {
    background-color: #1a6030;
    color: #FFF;
    font-size: 20px;
    margin-left: -20px;
    padding: 5px;
    text-align: center;
    width: 100%;
}

#dealer_list h3 i.fas {
    color: #2a8447;
    font-size: 18px;
    font-weight: normal;
}

#dealer_list ul {
    list-style: none;
     margin-left: 0px;
    padding-left: 20px;
    width: 100%;
}
 
#dealer_list ul li {
    list-style: decimal;
    line-height: 20px;
    margin-left: 0px;
    margin-bottom: 40px;
    padding-left: 0px;
    font-size: 16px;
}

#dealer_list li::marker {
    color: #1b6031;
    font-weight: bold;
    border:1px solid #000;
}

#dealer_list address {
    margin: 0 0 0 0;
}


/* Manufacturers */

.manufacturer-website a:before {
    color: #1a6030;
    content: '\f35d';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    margin-right: 6px;
    text-decoration: none;
}

.manufacturer-website {
    margin: 10px 0 20px;
}

.manufacturer-intro  {
    margin: 0 auto 40px;
}

.testimonials-container {
    border-top: 2px solid #fdb71a;
    margin: 40px auto;
    padding: 25px 10px 60px;
    width: 80%;
}

.testimonials-quote {
    font-size: 24px;
    font-style: italic;
    margin: 0px 0px 16px;
}

.testimonials-quote p:first-of-type:before {
    color: #d1d1d1;
    content: '\f10d';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    margin-right: 10px;
}

.testimonials-quote p:last-of-type:after {
    color: #d1d1d1;
    content: '\f10e';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    margin-left: 10px;
}

.testimonials-name {
    font-family: 'Rokkitt',serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 0px 0px 0px;
    text-align: right;
}

.testimonials-company {
    font-family: 'Rokkitt',serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: right;
    text-transform: uppercase;
}

.testimonials-container ul.slick-dots {
    bottom: 20px;
}


.manufacturer-photos-ind img {
    border: 1px solid #CCC;
}


.manufacturer-industries {
    margin: 40px 0;
}

.manufacturer-industries ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

.manufacturer-industries > ul > li {
    margin-top: 20px;
}

.manufacturer-industries > ul > li > a {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.manufacturer-industries > ul > li > ul > li:before {
    color: #d1d1d1;
    content: '\f07c';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    margin-right: 10px;
}

.manufacturer-industries ul > ul > li {
    margin-top: 10px;
    margin-left: 10px;
}

.manufacturer-industries ul ul ul {
    margin-left: 30px;
    margin-bottom: 20px;
}

.manufacturer-industries ul ul ul li:before {
    color: #d1d1d1;
    content: '\f101';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    margin-right: 4px;
}

.manufacturer-industries ul ul ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
}

.manufacturer-catalogs {
    margin: 40px auto 60px;
    text-align: center;
}

.manufacturer-catalogs span {
    display: inline-block;
}

.manufacturer-catalog-title {
    font-family: 'Rokkitt',serif;
    font-size: 22px;
    font-weight: 900;
    margin-right: 6px;
}

.manufacturer-catalogs a:before {
    color: #d1d1d1;
    content: '\f15b';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    margin-right: 4px;
}

.manufacturer-catalogs a {
    background-color: #1a6030;
    border-radius: 6px;
    color: #FFF;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    margin-right: 10px;
    padding: 5px 8px;
    text-decoration: none;
}

.manufacturer-catalogs a:hover {
    background-color: #489f5b;
}

.manufacturer-catalogs a:last-of-type {
    margin-right: 0;
}

.manufacturer-footer {
    margin: 40px auto;
    text-align: center;
}



/* Dealers Area */

.dealer-welcome h2, #dealer-right-bar h2 {
    font-size: 22px;
    margin: 0px auto 20px;
}



.sticky {
	display: block;
}

.hentry {
	margin: 0 0 0;
}

.sticky {}
article.post {
	padding-bottom:30px;
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
	position:relative;
	overflow:hidden;
}
.single article.post {
	border:0;
	margin-bottom:0;
}

header.entry-header {
    margin: 0px auto 20px;
    width: 100%;
    max-width: 1100px;
}

.page-title-1 {
    background-image: url("images/page-title-1.png");
    background-repeat: no-repeat;
    width: 186px;
    height: 70px;
}

.page-title-2 {
    background-image: url("images/page-title-2.png");
    background-repeat: repeat-x;
    width: auto;
    height: 70px;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
}

.page-title-3 {
    background-image: url("images/page-title-3b.png");
    background-repeat: no-repeat;
    width: 186px;
    height: 70px;
}

h1.page-title {
    font-size: 46px;
    line-height: 52px;
    margin: 0px auto 0px;
    padding-top: 3px;
}

.entry-title {
	font-size:34px;
	line-height:40px;
	display:block;
	margin:20px 0px 10px;
}

.entry-title a, .entry-title a:visited {
	color:#000;
}
.entry-meta {
	font-size:13px;
	margin-bottom:18px;
}
.entry-photo {
	margin:0 0 15px 15px;
	position:relative;
	float:right;
}
.entry-content {
	position:relative;
}
.entry-footer {
	position:relative;
	clear:both;
	font-size:14px;
	margin-top:18px;
}
.entry-tags {
	display:block;
	margin-bottom:15px;
	position:relative;
	float:left;
}


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

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

iframe {
	margin:18px auto;
	text-align:center;
}

.grecaptcha-logo iframe {
	margin: 0 0;
}


.nav-previous a:before {
	content:'« ';
}

.nav-next a:after {
	content:' »';
}

/* Gutenberg Blocks */

@media screen and (min-width: 1100px) {
     .alignwide, .alignfull {
          width:  100vw;
          max-width:  100vw;
          margin-left:  calc(50% - 50vw);
     }
}


/* Button Block Default */
a.wp-block-button__link, a.wp-block-button__link:visited, 
.wp-block-button__link, .wp-block-button__link:visited, 
.wp-block-file a.wp-block-file__button, .wp-block-file a.wp-block-file__button:visited {
    background-color: #fdb71a;
    border: 1px solid #fdb71a;
    border-radius: 6px;
    box-shadow: none;
    color: #252525;
    cursor: pointer;
    display: inline-block;
    font-family: 'Rokkitt',serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    padding: 13px 8px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    min-width: 225px;
}

.wp-block-button .wp-block-button__link:hover, .wp-block-file .wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:hover {
    background-color: #ffc542;
    border: 1px solid #252525;
    color: #252525;
    text-decoration: none;
}

/* Link and File List */

.file-link-list {
        margin: 0 0 40px;
    }
    
.file-link-list ul, .file-link-list ul li {
    list-style: none;
}

.file-link-list ul {
    margin-left: 0px;
    padding-left: 0px;
}

.file-link-list ul li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
    padding: 8px 4px;
}

.file-link-list ul li a {
    text-decoration: none;
}

.file-link-list-right {
        margin: 0 0 16px;
    }
    
.file-link-list-right ul, .file-link-list-right ul li {
    list-style: none;
}

.file-link-list-right ul {
    margin-left: 0px;
    padding-left: 0px;
}

.file-link-list-right ul li {
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    margin-bottom: 4px;
    padding: 4px 4px;
}

.file-link-list-right ul li a {
    text-decoration: none;
}

.file-link-list-right ul li.yellow-link {
	background-color: #fdb71a;
}

.file-link-list-right ul li.yellow-link a {
	color: #000;
}

/* Dealer Area */

.dealer-welcome {
    text-align: center;
    background-color: #F3F3F3;
    padding: 10px;
}

/* Products */

.manufacturer-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.manufacturer-ind {
    margin: 0px auto 40px;
    padding: 10px;
}

.manufacturer-ind img {
    width: auto;
    height: auto;
    max-height: 60px;
}

.manufacturer-ind a {
    text-decoration: none;
}

.product-container h3 i.fas {
    color: #fcb51f;
}

.product-container h4 {
    border-top: 2px solid #ccc;
    padding-top: 4px;
}

.product-filter {
    font-size: 14px;
}
/* TablePress */


/* The Events Calendar */

.tribe-events-page-title {
    font-size: 46px;
    line-height: 52px;
    margin: 0px auto 30px;
    padding-top: 3px;
    text-align: left;
}

.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
    max-width: 100%;
    margin: 0 auto;
}

.tribe-events-list-separator-month::after {
    border-bottom: none;
}

.tribe-events-list-separator-month {
    border-bottom: 1px solid #CCC;
    font-size: 36px;
    margin: 1.80em 0 .9em;
    padding: 0 0;
    text-align: left;
    z-index: 1;
}

.tribe-events-list-separator-month span {
    background-color: transparent;
    padding: 0px 0px 10px;
}

.tribe-events-list .type-tribe_events .tribe-events-list-event-title {
    font-size: 1.75em;
}

.tribe-events-loop .tribe-events-event-meta {
    font-size: 15px;
}

.tribe-events-event-meta address.tribe-events-address, .tribe-events-list .tribe-events-venue-details {
    font-weight: 400;
    font-style: normal;
}

.tribe-events-list .time-details, .tribe-events-list .tribe-events-venue-details {
    line-height: 1.5;
}

a.tribe-events-gmap {
    font-weight: bold;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type="submit"], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
    background-color: #1a6030;
}

.cb-event-website-link {
}

.cb-event-website-link a:before {
    color: #252525;
    content: '\f08e';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    margin-right: 4px;
}

/*--------------------------------------------------------------
## 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;
}


/*--------------------------------------------------------------
# Responsive Items
--------------------------------------------------------------*/

/* Between Tablets and Full HD */

@media screen and (min-width: 1500px) and (max-width: 1800px) {

/*.new-notable-left {
    font-size: 18px;
    line-height: 24px;
    margin-top: 30px;
    max-width: 400px;
}*/

.new-notable-right {
    width: 920px;
}


}


@media screen and (min-width: 1367px) and (max-width: 1499px) {


.new-notable-right {
    width: 820px;
}

}


/* Phones */
@media screen and (min-width: 320px) and (max-width: 767px) {


body {
	margin:0;
	padding:0;
}
	
img, .wp-caption {
	max-width:480px;
	height:auto;
}

img.alignr, .alignright, .right, img.alignl, .alignleft {
	display:block;
	position:relative;
	float:none !important;
	margin:18px auto !important;
	margin-left:auto !important;
}



/* Structure */

#dealer-right-bar {
    display: none;
}



header#masthead {
	width:100%;
	height:auto;
}

header#masthead .site-branding {
	width:100%;
	height:auto;
	margin:0px auto;
}

#logo {
	margin:10px auto;
	text-align:center;
	display:block;
	position:relative;
}

.logo-left {
    margin: 0 0px 0 0;
    text-align: center;
    width: 100%;
}

/*.logo-left img {
    width: 100%;
    height: auto;
}*/

.logo-right {
    margin: -10px 0 18px 0;
    text-align: center;
    width: 100%;
}

.logo-social {
    margin: 0 0 0 0 !important;
}

.logo-social.right {
    text-align: center;
}

.site-title {
    font-family: 'Rokkitt',serif;
    font-size: 26px;
    font-weight: 900;
    line-height: 26px;
    margin: 0 0;
    clear: none;
    text-shadow: 5px 0px 5px rgba(255, 255, 255, 0.8);
}

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

#content {
	width:100%;
	min-width:100% !important;
	max-width:100% !important;
	padding:0px;
	margin:auto;
}

footer#colophon {
	width:100%;
	height:auto;
	margin:0;
}

footer#colophon .footer-inner {
	width:96%;
	margin:0px auto;
}

#backtop {
	display:block;
	font-size:36px;
	line-height:36px;
	text-align:center;
	margin:15px auto;
}

#backtop a {
    color: #fdb71a;
}

/* Navigation */
button.menu-toggle {
    display: none;
}

.slicknav_menu {
	display:block;
}

.main-navigation ul {
	display:none;
}

/* Footer Menu */

ul#footer-menu {
	list-style:none;
	display:block;
	float:none;
	clear:both;
	padding-left:0px;
	margin-left:0px;
	margin-bottom:24px;
}

ul#footer-menu li {
	list-style:none;
	display:block;
	float:none;
	margin-left:0px;
	margin-bottom:14px;
	font-size:18px;
	line-height:24px;
	text-align:center;
	font-weight:600;
}

ul#menu-footer-menu li a {
	text-decoration:none;
}

.footer-left, .footer-middle, .footer-right {
    text-align: center;
}


/* Home Page Specific */

.equipment-showcase-area {
    padding: 2px 0;
    background-image: none;
}

.home-cta {
    background-image: url("images/equipment-showcase-background.png");
    background-repeat: repeat-x;
    padding: 20px 0;
}

.equipment-showcase-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0px 10px;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items:flex-start !important;
}

.equipment-showcase-left {
    width: 100%;
    max-width: 100%;
}

h2.equipment-cta-headline {
    color:  #FFF;
    font-size: 26px;
    font-weight: 900;
    line-height: 32px;
    margin: 0 auto 10px;
    text-transform: uppercase;
}

.equipment-cta-sub {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 10px;
}

.equipment-showcase-area a.cta-dark {
    margin-right: 0;
}

a.cta-dark, a.cta-light {
	clear:both;
    font-size: 18px;
    line-height: 18px;
    margin: 4px auto;
    padding: 8px;
}

.equipment-showcase-right {
    width: 100%;
}

.new-notable-left {
    font-size: 18px;
    line-height: 24px;
    margin-top: 30px;
    max-width: 96%;
}

.equipment-slide-left img, .equipment-slide-right img {
    margin: auto;
}

.new-notable-right {
    clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
    width: 100%;
}

.new-notable-right img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.video-channel, .fb-feed {
    width: 96%;
    max-width: 96%;
    margin: auto;
    text-align: center;
}


header.entry-header {
    margin: 0px auto 40px;
    width: 100%;
    max-width: 100%;
}

.page-title-1, .page-title-3 {
    background-image: url("images/page-title-mobile.png");
    background-repeat: no-repeat;
    height: 70px;
    width: 24px;
}

.page-title-2 {
    background-image: url("images/page-title-2.png");
    background-repeat: repeat-x;
    width: auto;
    height: 70px;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
}
 
 
/* Dealer Locator - Dealer Information Area */

.dealer-search-layout, .dealer-layout {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.dealer-sidebar {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.dealer-main {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

/* Products */

.manufacturer-catalogs span {
    display: block;
}

.manufacturer-catalogs a {
    background-color: #1a6030;
    border-radius: 6px;
    color: #FFF;
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin-right: 0px;
    margin-bottom: 15px;
    padding: 5px 8px;
    text-decoration: none;
}



}

/* BIG Tablets */

@media screen and (min-width: 1200px) and (max-width: 1336px) {


header#scroll-header .main-navigation a {
    font-size: 16px;
}

.new-notable {
    background-color: #fdb71a;
    width: 100%;
    line-height: .8em;
}

.new-notable-left {
    font-size: 15px;
    line-height: 21px;
    margin-top: 14px;
    max-width: 50%;
    padding-left: 10px;
}

.new-notable-left h3 {
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    line-height: 26px;
    margin: 10px 0;
}

.new-notable-right {
    clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
    width: 50%;
}



}


/* Regular Tablets */
@media screen and (min-width: 768px) and (max-width: 1200px) {

#dealer-right-bar {
    display: none;
}

header#masthead {
	width:100%;
	height:auto;
}

header#masthead .site-branding {
	width:98%;
	height:auto;
	margin:0px auto;
}

.header-columns {
    
}

.site-title {
    font-family: 'Rokkitt',serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 32px;
    margin: 0 0;
    clear: none;
    text-shadow: 5px 0px 5px rgba(255, 255, 255, 0.8);
}

.logo-left {
    margin: 0 19px 0 0;
}

.logo-left img {
    width: auto;
    height: auto;
}

.logo-right {
    margin: 0px 0 0 0;
    width: 45%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.logo-social.right {
    width: 30%;
}

#content {
	width:96%;
	min-width:96% !important;
	max-width:96% !important;
	padding:10px;
	margin:auto;
}

footer#colophon {
	width:100%;
	height:auto;
	margin:0;
}

footer#colophon .footer-inner {
	width:96%;
	margin:0px auto;
    font-size: 90%;
}

/* Navigation */
button.menu-toggle {
    display: none;
}

.slicknav_menu {
	display:block;
}

.main-navigation ul {
	display:none;
}

/* Home Page Specific */

.equipment-showcase-area {
    padding: 10px 0;
}

.equipment-showcase-inner {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 30px;
}

h2.equipment-cta-headline {
    color: #FFF;
    font-size: 34px;
    font-weight: 900;
    line-height: 40px;
    margin: 0 auto 16px;
    text-transform: uppercase;
}

.equipment-cta-sub {
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 20px;
}

a.cta-dark, a.cta-light {
    font-size: 22px;
    line-height: 22px;
    padding: 8px 0;
    min-width: 190px;
}

.equipment-showcase-area a.cta-dark {
    margin-right: 10px;
}


.equipment-showcase-left {
    width: 54%;
    max-width: auto;
}

.equipment-showcase-right img {
    width: 80%;
    height: auto;
}


.equipment-slide-left h3, .equipment-slide-left h3 a {
    color: #000;
    font-size: 42px;
    font-weight: 900;
    line-height: 46px;
    margin: 30px auto 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.equipment-slide-left .sub-headline, .equipment-slide-left .sub-headline a {
    color: #1a6030;
    font-size: 26px;
    font-style: italic;
    font-weight: bold;
    line-height: 32px;
    text-decoration: none;
}

.equipment-slide-right .slick-slide img {
    margin: auto;
}

.new-notable {
    background-color: #fdb71a;
    width: 100%;
    line-height: .8em;
}

.new-notable-left {
    font-size: 15px;
    line-height: 21px;
    margin-top: 14px;
    max-width: 50%;
    padding-left: 10px;
}

.new-notable-left h3 {
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    line-height: 26px;
    margin: 10px 0;
}

.new-notable-right {
    clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
    width: 50%;
}

.video-channel, .fb-feed {
    width: 96%;
    max-width: 96%;
    margin: auto;
    text-align: center;
}


}


/* Tablets - Portrait Mode */
@media screen and (min-width:768px) and (max-width:834px) {

.logo-left {
    margin: 0 10px 0 0;
    width: 23%;
}

.site-title {
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
}

.footer-left, .footer-middle, .footer-right {
    text-align: center;
}

.equipment-showcase-area {
    padding: 30px 0;
}

h2.equipment-cta-headline {
    font-size: 26px;
    line-height: 32px;
    margin: 0 auto 16px;
}

.equipment-cta-sub {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 20px;
}

.equipment-slide-left h3, .equipment-slide-left h3 a {
    font-size: 34px;
    font-weight: 900;
    line-height: 38px;
    margin: 30px auto 20px;
}

.equipment-slide-left .sub-headline, .equipment-slide-left .sub-headline a {
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    line-height: 28px;
}

#backtop {
	display:block;
	font-size:36px;
	line-height:36px;
	text-align:center;
	margin:15px auto;
}

#backtop a {
    color: #fdb71a;
}

/* Dealer Locator */

#dealers {
    padding-top: 0;
}

.dealer-search-layout .dealer-right {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.dealer-search-layout .dealer-left {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}


/* Dealer Information Area */

.dealer-layout .flexcol-third {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 30%;
}



}


/* The Smallest of Screens */
@media screen and (min-width: 320px) and (max-width: 640px) {


img, .wp-caption {
	max-width:300px;
	height:auto;
}
	
table {
	border:1px solid #7d7d7d;
	width:auto;
	margin:18px auto;
}

h1.page-title {
    font-size: 26px;
    line-height: 70px;
    margin: 0px auto 0px;
    padding-top: 3px;
}

/* Dealer Locator */

#dealers {
    padding-top: 0;
}

.dealer-search-layout .dealer-right {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.dealer-search-layout .dealer-left {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}


}


