/*
	Theme Name: thunder-2018
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
body {
	background: #000;
	color:#fff;
}

.sizes-bg {
	background: url("../jpg/th-grid-tile.jpg") repeat;
}

.page-id-10057 {
	background: #3e697c;
	background-image: none !important;
}

@font-face {
    font-family: 'quick_socialregular';
    src: url('../eot/quick_social-webfont.eot');
    src: url('../eot/quick_social-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../woff/quick_social-webfont.woff') format('woff'), url('../ttf/quick_social-webfont.ttf') format('truetype'), url('../svg/quick_social-webfont.svg#quick_socialregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
	padding: 5px 0px 5px 0px;
}
a {
	color: #acacac;
	text-decoration:none;
}
a:hover {
	color: #acacac;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
ol, ul {
    list-style: none;
}
li {
	list-style: none;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
.center {
	text-align: center;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


/* header */
.header {
	width: 100%;
	background-color: rgba(0, 0, 0, 1);
	z-index: 9999;
	top: 0;
	position: fixed;
}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}

main {
	
}

.content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0px 20px 0px;

}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Grid styles -------------------------------------------------*/

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
  grid-gap: 20px;
}

.cards img {
	width: 100%;
}

/* footer */
.footer {
	width: 100%;
	background: #000;
	height: 200px;
}

#site-generator {
	font: 400 13px/1.4 Helvetica, Verdana, Arial, sans-serif;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	padding-top: 30px;
}

.footer-logo {
	text-align: center;
	padding-top: 20px;
}

.footer-logo img {
	width: 100px;
}


/*------------------------------------*\
    NAV
\*------------------------------------*/

.navigation {
  height: 97px;
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 1.0);
  z-index: 30;
}

.brand {
  position: absolute;
  padding-left: 30px;

}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.brand img {
	height: 100px;
	padding-top: 0px;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
}

nav {
	padding-left: 180px;
	float: left;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a,
nav ul li a:visited {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-family: "chainprinter", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  padding: 37px 20px 37px 20px;
  min-width: 100px;
  text-align: center;
}
nav ul li a:hover,
nav ul li a:visited:hover {
  background: #111111;
  color: #ffffff;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}
nav ul li ul li {
  min-width: 240px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
  background: rgba(50, 50, 50, 0.9);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
}

.social-btns {
	  float: left;
	}

a.social {
    font-family: 'quick_socialregular';
    font-size: 2em;
    display: inline-block;
    float: right;
    margin: 0.5px;
    color: #fff;
	padding: 30px 15px 29px 15px;
	text-align: center;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.th-page-headers {
	text-align: center;
	color: white;
	font-size: 1.9em;
	line-height: 1.0em;
	font-family: "chainprinter", sans-serif;
	font-weight: 400;
	font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.8em;
    margin: 0 auto;
}

/* Catalog Page Styles */

.catalog {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}

.page-full {
    display: block;
    width: 100%;
}
.page-full img {
    width: 100%;
    height: auto;
}
.page-alt {
    display: none;
}

.cat-half {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0px 10px;
	padding: 0px;
}

.video {
	display: block;
    width: 100%;
}

.grid-half {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
}
    
.left-half img {
	width: 100%;
}

.right-half img {
	width: 100%;
}

.grid-third {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 0px;
}

.left-third {

}
    
.middle {

}

.right-third {

}

.list-header{
	margin: 20px 0;
	font: 1.2em;
	font-family: nimbus-sans,sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #FFF;
	padding: 0px 30px;
	text-align: center;
	text-transform: uppercase;
}

.shop-list {
	padding: 10px 40px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: .4em;
}

.shop-list li {
    font-size: 1em;
    padding-bottom: .5em;
}



.page-half {
    padding-left: 0.0625rem;
    padding-right: 0.0625rem;
    width: 50%;
    float: left;
}
.page-sm {
    padding-left: 0.0625rem;
    padding-right: 0.0625rem;
    width: 33.33333%;
    float: left;
}
.page-md {
    display: block;
    padding-left: 0.0625rem;
    padding-right: 0.0625rem;
    width: 66.66667%;
    float: left;
    margin-top: 0.125rem;
}
.page-md img {
    width: 100%;
    height: auto;
}
    
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Home Page Styles */

.slider-full {
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
	margin: 30px 0px 10px 0px;
	padding-bottom: 10px;
	border-bottom: 5px solid white;
}
.slider-full img {
    width: 100%;
    height: auto;
}

.slider-full:first-child {
	margin: 0px 0px 10px 0px;
}

.slider-alt {
    display: none;
}
    
.slider-half {
    width: 50%;
    float: left;
    background: rgba(0, 0, 0, 0.8);
	margin: 5px 0px 10px 0px;
	border-bottom: 5px solid white;
}

.slider-half:first-child {
   padding: 0px 6px 20px 0px;
}

.slider-half:nth-child(2) {
   padding: 0px 0px 20px 6px;
}


.slider-half img {
    width: 100%;
    height: auto;
}
.slider-sm {
    width: 33.33333%;
    float: left;
	margin: 5px 0px 10px 0px;
}
.slider-sm img {
    width: 100%;
    height: auto;
}
.slider-md {
    display: block;
    width: 66.66667%;
    float: left;
	background: rgba(0, 0, 0, 0.8);
	margin: 5px 0px 10px 0px;
	padding-bottom: 20px;
}

.slider-md img {
    width: 100%;
    height: auto;
}

.homepage-title {
	padding: 4px;
	margin-top: 6px;
	background-color: #ffffff;
	color: #000000;
	font-size: 1.4em;
	font-family: nimbus-sans,sans-serif;
	font-weight: 700;
	font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
	line-height: normal;	
}

.homepage-description {
	padding-top: 8px;
	color: #FFFFFF;
	font-size: 1.1em;
	font-family: nimbus-sans,sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: normal;
	text-align: center;
}

.authorized-dealer {
	padding: 4px;
	margin-top: 6px;
	background-color: #ffffff;
	color: #000000;
	font-size: 2.0em;
	font-family: nimbus-sans,sans-serif;
	font-weight: 700;
	font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
	line-height: normal;
	text-align: center;	
}

.shop-call-outs {
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
	margin: 30px 0px 10px 0px;
}

.shop-title {
	padding: 4px;
	margin-top: 6px;
	color: #FFFFFF;
	font-size: 1em;
	font-family: nimbus-sans,sans-serif;
	font-weight: 700;
	font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
	width: 100%;
	line-height: normal;
	text-align: center;
	
}

/* Features Page Styles */

p.followlink {
	margin: 20px 0;
	font-size: 1.3em;
	font-family: nimbus-sans,sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #FFF;
	padding: 0px 20px;
	text-align: center;
	text-transform: uppercase;
}

p.page-intro {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 10px 10px;
}

.feature-desc{
	color: white;
	text-align: center;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 8px;
}

/* Ads Page Styles */

.ad {
	width: 33%;
	float: left;
}

.ads-year {
	text-align: center;
	color: white;
	font-size: 2.5em;
	font-family: nimbus-sans,sans-serif;
	font-weight: 700;
	font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.7em 0em;
    text-shadow: 4px 4px #000, 0 0 8px #000;
}

.ad-rider {
	color: white;
	text-align: center;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 3px;
}

.ad-date {
	color: white;
	text-align: center;
	font-size: 0.9em;
	font-style: oblique; 
}

/* Team Page Styles */


.team-rider {
	min-width: 300px; 
}

.team-rider ul {
	overflow: hidden;
}

.team-rider li a, .ig {
	border-bottom: 2px solid #fff;
	color: #ddd;
	display: block;
	float: left;
	font: 1em;
	padding: 10px;
	margin: 0px 10px 0px 10px;
	text-align: center;
	font-family: nimbus-sans,sans-serif;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	width: 23%;
}

.team-rider li a:hover {
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
}

.team-rider li:nth-child(-n+4) a {
	border-top: 2px solid #fff;
}

.team-rider small {
	color: #ddd;
	font: 100 11px/1 Helvetica, Arial, sans-serif;
	text-transform: none;
}



/* Size Chart Page Styles */


/* Truck Styles Pages */

.style-sections {
	padding-bottom: 0px;
}

.truck-header-center {
	text-align: center;
	margin: 10px 0px;
	padding: 0px;
}

.truck-style-description {
	display: grid;
	grid-template-columns: 1fr 2fr;
	margin: 10px 0px 10px 0px;
	
}

.truck-style-header {
	text-align: center;
	padding-top: 9px;
}

.truck-style-info {
    color: #fff;
    font-size: 1.3em;
    padding: 12px 15px 10px 0px;
}

.truck-style-grid-old {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	
}

.truck-style-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	
}

.truck-style-grid img {
	width: 100%;
	
}

.truck-highlights {
    color: #fff;
    font-size: 1em;
    text-align: center;
    padding: 0.7em 0.5em;
}

.truck-style-logo {
	text-align: center;
	margin-top: 15px;
	
}

#team-hollows {
	 
}

/* 404 Page Styles */

#post-404 {
	margin-top: 50px;
	min-height: 600px;
}


/* Warranty Form */

.warranty-instructions {
	width: 70%;
	margin: 0 auto;
}

.warranty-instructions p {
	color: white;
    font-style: oblique;
    text-transform: uppercase;
    font-size: 1.2em;
    line-height: 1.2em;
    padding: 10px 0px;
}

.warranty-form {
	width: 60%;
	margin: 0 auto;
}

.warranty-form p {
	color: white;
    font-style: oblique;
    text-transform: uppercase;
    font-size: 1em;
    padding: 10px 0px;
}

#respond {
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
textarea, input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
#respond textarea {
	background: #fff;
	width: 100%;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
}

#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	font-size: 24px;
	font-family: nimbus-sans,sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	display: block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
}

#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
.required {
	color: #ff0000;
	font-size: 22px;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}

#respond input#submit {
	background: #00acee;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 10px 20px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	text-transform: uppercase;
}
#respond input#submit:hover, #respond input#submit:active {
	background: #253545;
	color: #00acee;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}

/* guarantee Form */
.wpcf7-submit {
	background: #00acee;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 10px 20px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	text-transform: uppercase;
}
.wpcf7-submit:hover, .wpcf7-submit:active {
	background: #253545;
	color: #00acee;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	font-size: 24px;
	font-family: 'thundervers_ext_bld_oblitalic';
	font-style: oblique;
	text-transform: uppercase;
	color: #FFF;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
.grecaptcha-badge {
	display: none;
}



/* Guaranteed Page Styles */



/*------------------------------------*\
    IMAGES
\*------------------------------------*/


.float-left-photo {
	width: 500px;
}

.float-right-photo {
	width: 500px;
}

.twenty {
	width: 20%;
}

.thirty {
	width: 30%;
}

.forty {
	width: 40%;
}

.fifty {
	width: 50%;
}

.sixty {
	width: 60%;
}

.seventy {
	width: 70%;
}

.eighty {
	width: 80%;
}


/* Video Player Styles */

.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
 
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 57%;
}
 
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}
 
.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

p {
	font-family: nimbus-sans,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
}

.brofont {
	font-family: nimbus-sans,sans-serif;
	font-weight: 400;
	font-style: normal;
}

h1 {
	color: #ffffff;
	font-size: 3.0em;	
}

h2 {
	color: #ffffff;
	font-size: 2.8em;	
}

h3 {
	color: #ffffff;
	font-size: 2.4em;	
}

h4 {
	color: #ffffff;
	font-size: 2.0em;	
}

h5 {
	color: #ffffff;
	font-size: 1.8em;	
}

h6 {
	color: #ffffff;
	font-size: 1.4em;	
}

.q {
    color: #fff;
    font-size: 16pt;
    font-weight: 900;
    line-height: 1.2em;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}

.a {
    color: #eee;
    font-size: 14pt;
    line-height: normal;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.thanks {
    color: #fff;
    font-size: 16pt;
    font-weight: 900;
    line-height: 1.2em;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.page-info-left {
color: #fff;
font-size: 1.2em;
padding: 20px 40px 10px;
}

.page-info {
color: #fff;
font-size: 1.3em;
text-align: center;
padding: 20px 40px 20px;
}

.credit {
color: #fff;
font-size: 1em;
font-style: italic;
text-align: center;
padding: 5px 0px 10px 0px;
}

.quotation {
  margin: 20px 0 15px 0;
  font-size: 1.5em;
  font-family: nimbus-sans,sans-serif;
  font-weight: 700;
  color: #FFF;
  padding: 0px 30px;
  font-style: italic;
  quotes: "\201C""\201D""\2018""\2019";
}
.quotationmarks:before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: -5px;
  position: relative;
  top: 10px;
  color: #ccc;
  font-size: 2em;
}
.quotationmarks::after {
  content: close-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: 3px;
  position: relative;
  top: 10px;
  color: #ccc;
  font-size: 2em;
}
.quoteperson {
  font-size: 0.9;
  font-family: nimbus-sans,sans-serif;
  font-weight: 700;
  color: #ccc;
  font-style: italic;
  padding: 0px 0px 0px 30px;
  text-align: left;
}



/* The Modal */
.gmodal {
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.gmodal-content {
  position: relative;
  margin: 20px auto;
  text-align: center;
  width: 70%;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}
.model-info-box {
	padding: 20px 0px;
	margin: 10px 0px;
	background-color: #333;
	color: #ffffff;
}
.model-info-box:hover {
	background-color: #bbb;
	color: #000;
}
.modal-header {
	font-size: 1.3em;
	font-weight: bold;
	margin: 5px;
}
.modal-info {
	font-size: 1em;
	margin: 5px 10px;
}
/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}
@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}
/* The Close Button */
.close {
  color: #fff;
  float: right;
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 10px;
}

.video-popup {
	max-width: 60%;
	height: auto;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media only screen and (max-width: 798px) {
  .header {
	 width: 100%;
	 background-color: rgba(0, 0, 0, 1);
	 z-index: 9999;
	 position: relative;

  }

  .navigation {
    height: 100px;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 1.0);
    z-index: 30;
  }
  
  .nav-mobile {
    display: block;
  }
  
  .brand {
	text-align: center;
	position: relative;
	padding-left: 0px;
	float: none;
  }

  nav {
    width: 100%;
    padding: 0px 0 15px;
  }
  nav ul {
    display: none;
    background: rgba(0, 0, 0, 0.9);
    margin-top: 0px;
  }
  nav ul li {
    float: none;
    text-align: center;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
   nav ul li ul li a {
    padding-left: 30px;
    }

  .nav-dropdown {
    position: static;
    } 
  .social-btns {
	  float: none;
	  text-align: center;
	  width: 100%;
	}  
   a.social {
    font-family: 'quick_socialregular';
    font-size: 3em;
    padding: 0 0.5em;
    float: none;
    width: 100px;
    margin: 10px;
    color: #fff;
    text-align: center;
	}	
	/* Catalog Page Styles */

	.page-alt {
        display: block;
        width: 100%;
    }
	.page-alt img {
        width: 100%;
        height: auto;
    }
	.page-full {
        display: none;
    }	
	.page-half,
	.page-sm,
	.page-alt {
		width: 100%;
		float: none;
		display: block;
	}
	.page-half img,
	.page-sm img,
	.page-alt img {
    	width: 100%;
		height: auto;
	}
	
	.cat-half {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px 0px;
	}
	
	.float-left-photo {
		width: 100%;
	}	
	.float-right-photo {
		width: 100%;
	}
	
	.twenty, .thirty, .forty, .fifty, .sixty, .seventy, .eighty {
		width: 100%;
	}
	
	.grid-half,
	.grid-third {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 0px;
	}
	
	.shop-list {
	padding: 10px 20px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: .4em;
	}
	
	.shop-list li {
    font-size: .9em;
    padding-bottom: .5em;
	}
	
	
	/* Homepage Styles Pages*/
	
	.slider-full {
        display: none;
    }
	
	.slider-half,
	.slider-sm,
	.slider-alt {
		width: 100%;
		float: left;
		background: rgba(0, 0, 0, 0.8);
		margin: 5px 0px 15px 0px;
		border-bottom: 5px solid white;
		display: block;
	}
	.slider-half:first-child {
   padding: 0px 0px 20px 0px;
	}

	.slider-half:nth-child(2) {
   padding: 0px 0px 20px 0px;
	}

	.slider-half img,
	.slider-sm img,
	.slider-alt img {
    	width: 100%;
	height: auto;
	}
	
	.homepage-title,
	.homepage-title-half {
		padding: 4px;
		margin-top: 6px;
		float: none;
		width: 100%;
		text-align: center;
	
	}
	
	.homepage-description,
	.homepage-description-half {
		padding-bottom: 10px;
		margin-top: 3px;
		float: none;
		width: 100%;
		text-align: center;
	
	}
	
	
	/* Truck Styles Pages*/
	.truck-style-grid-old {
	display: grid;
	grid-template-columns: repeat(1, 1fr);	
	}
	
	.truck-style-grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);	
	}
	
	.style-sections {
	background: rgba(0, 0, 0, 0.9);
	border-radius: 0px 0px 20px 20px;
	margin-top: 0px;
	padding-bottom: 0px;
	}


	.truck-style-description {
    display: grid;
    grid-template-columns: auto;
	}
	
	.truck-style-info {
    color: #fff;
    font-size: 1.3em;
    padding: 12px 15px 10px 15px;
	}
	
	.truck-header-center {
    text-align: center;
    margin: 10px 0px;
	}
	
	
	.th-page-headers {
	font-size: 2em;
    padding: 0.3em;
	}
	
	
	.page-info {
	color: #fff;
	font-size: 1.3em;
	padding: 10px 10px;
	}
	
	.quotation {
	margin: .4em;
	font-size: 1.2em;
	font-family: nimbus-sans,sans-serif;
	font-weight: 700;
	color: #FFF;
	padding: .4em;
	}
	.quotationmarks::before {
	content: open-quote;
	display: inline;
	height: 0;
	line-height: 0;
	left: -5px;
	position: relative;
	top: 17px;
	color: #ccc;
	font-size: 2em;
	}
	.quotationmarks::after {
	content: close-quote;
	display: inline;
	height: 0;
	line-height: 0;
	left: 4px;
	position: relative;
	top: 17px;
	color: #ccc;
	font-size: 2em;
	}

	.quoteperson {
	font-size: .8em;
	font-family: nimbus-sans,sans-serif;
	font-weight: 700;
	width: 100%;
	color: #ccc;
	font-style: italic;
  	padding: 0px 0px 0px 30px;
  	text-align: left;
	}
	
	p.followlink {
    margin: .4em;
    font-size: .1.2em;
    font-family: nimbus-sans,sans-serif;
	font-weight: 700;
	font-style: italic;
    color: #FFF;
    padding: .4em;
    text-align: center;
    text-transform: uppercase;
	}
	
	
	.list-header {
    margin: .4em;
    font-size: 1em ;
    font-family: nimbus-sans,sans-serif;
	font-weight: 700;
	font-style: italic;
    color: #FFF;
    padding: .4em;
    text-align: center;
    text-transform: uppercase;
	}
	
	
	
	/* Team Page Styles */
	.team-rider li a, .ig {
		width: 44%;
		border-bottom: 2px solid #fff;
		font: 1em;
	}
	
	.team-rider li:nth-child(-n+4) a {
	border-top: none;
	}
	
	.team-rider li:nth-child(-n+2) a {
	border-top: 2px solid #fff;
	}
	
	
	/* Form Resposive */
	
	.warranty-instructions {
	width: 90%;
	margin: 0 auto;
	}

	.warranty-instructions p {
	color: white;
    font-style: oblique;
    text-transform: uppercase;
    font-size: 1em;
	line-height: 1.2em;
    padding: 10px 0px;
	}

	.warranty-form {
	width: 80%;
	margin: 0 auto;
	}

	.warranty-form p {
	color: white;
    font-style: oblique;
    text-transform: uppercase;
    font-size: 1em;
    padding: 10px 0px;
	}

	.warranty-text {
	color: white;
	font-size: 1.6em;
	font-weight: normal;
	font-style: normal;
    text-decoration: none;
    padding: 0.7em 0em;
	}
	
	/* Modal Content */
	.gmodal-content {
	padding: 10px;
	width: 100%;
	}
	
	.video-popup {
	max-width: 100%;
	height: auto;
	}
}

@media screen and (min-width: 799px) {
  .nav-list {
    display: block !important;
    width: 1150px;
  }
}  
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:20px 0px 20px 20px;
}
.alignleft {
	float:left;
	margin:20px 20px 20px 0px;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}