/*

Theme Name: Accumulators, Inc.
Author: Austen Cabler
Author Email: dev@zsalvo.com

*/



/* GLOBAL STYLES */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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%; /* Image does not overflow the content area */
    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 p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	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. */
}
.flexslider {
    margin: 0 !important;
    background: #fff;
    border: none !important;
    position: relative;
    border-radius: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow:none !important;
    box-shadow: none !important;
    zoom: 1;
}
.flexslider .slides img {
    width: 100%;
    display: block;
    height: auto;
}
.flex-control-nav.flex-control-paging{
  display: none;
}
/*-------End Wordpress Core-------*/

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	color: #1f1f1f;
	overflow-x: hidden;
	height: 100%;
	background:none !important;
}
a{
	    color: #ff0000;
}
a, a:hover {

	transition: all 0.25s ease-in-out 0s;
}
* {
	-moz-box-sizing: border-box;
}
a img {
	border: none !important;
}
a:active, a:focus {
	outline: none !important;
	-moz-outline-style: none !important;
}
.container{
	padding:20px;
}
#wrap {
	min-height: 80%;
	height: auto !important;
	height: 80%;
}
.clear, .clearfix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	font-size: 1px;
}
.left{
	float:left;
}
.right{
	float:right;
}
img.full{
	width:100%;
	height:auto;
}
.rounded{
		-webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
		-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
		 -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
			  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.border{
	border:8px solid #eebb42;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
img.med{
	margin-right:20px;
	width:200px;
}
img.small{
	width:160px;
	height:auto;
	margin:5px;
	border:4px solid #ddd;
}
.errors{ color:#F00; }
input.invalidValue{ background: #FFDFDF; border:1px solid #F00; }
input.requiredValue{ background: #FFFFDF; border:1px solid #F00; }

.find{
	margin-top:10px;
	height:35px !important;
}
form{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.pos{
	position:absolute;
	top:48px;
	right:17px;
}
.vwrapper         {width:100%;height:auto;margin:0 auto;}
.h_iframe        { position:relative; padding:0;margin:0;}
.h_iframe .ratio { display:block;width:100%;height:auto; }
.h_iframe iframe { position:absolute;top:0;left:0;width:100%; height:100%; }

.vc_row{
	margin:0 !important;
}
.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
    margin-bottom: 0 !important;
}
.container{
	padding:0 !important;
}

h1{
	text-transform:uppercase;
	font-size:32px;
	font-weight:700;
	color:#fff;
	margin:0;
}
h2{
	font-size:22px;
	font-weight:700;
	color:#fff;
}
h3{
	font-size:18px;
	font-weight:700;
	color:#fff;
	text-decoration: underline;

}

.breadcrumbs{
	text-align:right;
	margin-right:15px !important;
}
/*GRAVITY FORM*/
.gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=url] {
    font-size: inherit;
    font-family: inherit;
    color:#1f1f1f !important;
    padding: 10px !important;
    letter-spacing: normal;
    text-indent: .25em;
	border-radius:5px;
	border:1px solid #ddd;
}
.gform_wrapper textarea.medium {
    color: #1f1f1f !important;
}
.gform_wrapper textarea {
	border-radius:5px;
  color:#1f1f1f !important;
	 padding: 10px !important;
   border:1px solid #ddd;
   height:120px !important;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input[type=submit]{
	color:#fff;
	border:none;
	padding:10px;
	font-size:20px !important;
	font-weight:500;
	text-transform:uppercase;
	border-radius:5px;
	background:#ef4b3f !important;
}
.gform_next_button{
	color:#fff;
	border:none;
	padding:10px;
	font-size:20px !important;
	font-weight:500;
	text-transform:uppercase;
	border-radius:5px;
	background:#ef4b3f !important;
}
.gform_previous_button{
	color:#fff;
	border:none;
	padding:10px;
	font-size:20px !important;
	font-weight:500;
	text-transform:uppercase;
	border-radius:5px;
	background:#ef4b3f !important;
}

#gform_wrapper_2.gform_wrapper .gfield_radio li input[type="radio"] {
    float: right;
	margin-top:8px;
	margin-right:50px;

}
#gform_wrapper_2.gform_wrapper .gfield_checkbox li label, #gform_wrapper_2.gform_wrapper .gfield_radio li label {
    width: 100% !important;
}
#gform_wrapper_2.gform_wrapper ul.gfield_radio li {
    border:1px solid #ddd !important;
}
#gform_wrapper_2.gform_wrapper .gfield_radio li{
	margin:0 !important;
}
#field_2_10 .gfield_label,
#field_2_13 .gfield_label{
	display:none;
}
#input_2_13.textarea {
    border-radius: 0px !important;
    padding: 0px !important;
    border: none !important;
    height: 50px !important;
}
.colrow{
	padding:5px;
}
.colrow .col{
	float:left;
	width:25%;
}
/* CALCUALTORS */
.ans{
	font-size:16px;
	font-weight:700;
}
.msgtemplate table{
	text-align:left !important;
}
.tablepress tfoot th {
    border: #000 1px solid !important;
    text-align: center;
}
.print{
	border-radius:8px;
	padding:15px;
	background:#666;
	margin-bottom:20px;
}
.print .link a{
	float:left;
	display:block;
	width:150px;
	margin:5px;
	text-align:center;
	padding:10px;
	border-radius:5px;
	text-decoration:none;
	background:#fff !important;
}
.print .link a:Hover{
	color:#fff;
	background:#ef4b3f !important;
}
.msgtemplate{
	border-top:2px solid #ddd;
	border-bottom:2px solid #ddd;
	margin:25px 0px;
	padding:25px 0px;
}
.form_themsg{
	display:none;
}
.mfp-iframe-scaler iframe {
	padding:25px !important;
    background: #fff !important;
}
/* RFQ */
.cart-empty{
  display:none !important;
}
.woocats{
	border: 1px solid rgba(0,0,0,.1);
	border-radius:5px;
}
.woocats h2{
	color:#fff;
	margin:0;
	padding:10px;
	border-radius:5px 5px 0px 0px;
	background:#ef4b3f;
}
.woocats .thecats{
	padding:10px;
}
.woocats .thecats a{
	display:block;
	padding:5px 0px;
}
.woocats .thecats a.active{
	font-weight:700;
}
.product-addon label{
	padding-top:8px;
}
.required-product-addon abbr{
	display:none;
}
.addon-description{
	font-size:11px;
}
/*
.woocommerce table.cart td:nth-of-type(1),
.woocommerce table.cart th:nth-of-type(1),
.woocommerce table.cart td:nth-of-type(4),
.woocommerce table.cart th:nth-of-type(4) {
	display: none;
}
*/

.variations .product-addon .value {
    padding-left: 0px !important;
}
#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
    background: #fff;
    position: relative;
    top: -25px;
}
.shop_table .product-name a{
	font-size:18px;
	font-weight:700;
}
dl.variation{
	margin:10px;
	font-size:11px;
}
.woocommerce ul.products{
	border:1px solid #ddd !important;
	border-radius:5px !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: none !important;
    margin: 0 !important;
    padding:5px !important;
    position: relative;
    width: 100% !important;
}
.woocommerce ul.products li.product a img {
   display:none !important;
}
.woocommerce ul.products li.product .button {
    margin-top: 0 !important;
}
.woocommerce ul.products li.product:nth-child(even){
	background:#f7f7f7;
}
.woocommerce ul.products li.product h2{
	color:#000 !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #ef4b3f !important;
    color: #fff !important;
    border-top:  none !important;
  	border-radius:5px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: none !important;
    border-radius: 5px;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	display:none;
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside;
}

#payment .button {
    font-size: 28px !important;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    color: #515151;
    background-color: #ebe9eb;
}
.quantity input[type="number"] {
    -moz-appearance: textfield;
}
.quantity .minus{
    border:none;
    color:#fff;
	font-weight:900;
    background-color:#000;
    height:30px;
    width:30px !important;
}
.quantity .plus{
    border:none;
    color:#fff;
	font-weight:900;
    background-color:#000;
    height:30px;
    width:30px !important;
}

.shop_table .minus,
.shop_table .plus{
	display:none;
}

.quantity{
	margin: 0;
}
.woocommerce .quantity input.qty,
.woocommerce .simple_price_calculator input.amount_needed,
.woocommerce-page .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-cart table.cart td.actions .coupon .input-text {
	height: 49px;
	border: none!important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff!important;
	background-color: rgba(0, 0, 0, 0.2) !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	font-size: 20px!important;
	font-weight: 500 !important;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt[disabled]:disabled, .woocommerce #respond input#submit.alt[disabled]:disabled:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt[disabled]:disabled, .woocommerce a.button.alt[disabled]:disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt[disabled]:disabled, .woocommerce button.button.alt[disabled]:disabled:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt[disabled]:disabled, .woocommerce input.button.alt[disabled]:disabled:hover {
    background-color: #1f1f1f;
    color: #fff;
}
.variations .label{
  color:#000;
  font-size:100%;
}
.variations .value{
  padding-left:130px !important;
}
.woocommerce div.product form.cart .variations td.label {
    padding-left: 15px;
}

.accordion, .accordion ul, .accordion li, .accordion a, .accordion span {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
.accordion li {
	list-style: none;
}
/* Layout & Style */

.accordion li > a {
	display: block;
	position: relative;
	min-width: 110px;
}
.accordion > li:hover > a, .accordion > li:target > a {
	text-decoration: none;
	cursor:pointer;
}

.active a {
	font-weight:800;
}
/* Sub Menu */
ul.sub-menu {
	margin: 0px 0px 0px 16px;
	padding: 0 !important;
}

.sub-menu li {
	background: none !important;
}
.sub-menu li a {


	font-weight: 500;
}
.sub-menu li a.active {
	color: #fff;
	background: #0066AF;
	padding: 5px;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
}
.sub-menu li:hover a {
	text-decoration: none;
}
.sub-menu li:last-child a {
	border: none;
}

/* Functionality */

.accordion li > .sub-menu {
	display: none;
}
.accordion li.active .sub-menu {
	display: block;
}
.accordion li:target > .sub-menu {
	display: block;
}
#asc-0,#asc-1{
	display: none;
}
.red-comp{
  position: relative;
}
.red-comp .btnfloat {
    position: absolute;
    right: 20px;
    top: 0px;
}
body.term-26 .quantity {
    display:none;
}
.variations_button button.button{
	float:right !important;
	padding: 10px 16px !important;
	font-size: 18px !important;
	line-height: 1.33 !important;
	border-radius: 6px !important;
	background: #EF4B3F !important;
	color: #fff !important;
	margin: 10px 0px !important;
	border:1px solid #ccc !important;
}

.woocommerce-additional-fields{
  display:none !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff !important;
}

/*======================================================
HEADER
======================================================*/
.header{
	position:relative;
	padding-top: 10px;
}
.header .container{
	padding:0px;
}
.header .logo{
	width:85%;
	height:auto;
	margin-top: 20px;
}
.header .phone h3{
	color:#fff;
}
.social ul{
	list-style: none;
}
.social li {
	display: inline-block;
	width:30px;
}
.social li img {
	width:100%;
	height: auto;
}
.phone, .email{
	font-size: 16px;
	font-weight: 600;
}
/*Top Menu*/
#menu-top{
	width: 100%;
}
#menu-top ul{
	float:right;
}
#menu-top li{
	float:right;
}
.header .navbar-nav > li > a {
    padding: 0px 5px;
    color: #000;
	font-weight: 600;
}
.header .navbar-nav li:first-child{
	border-left: 1px solid #000;
}
.header .navbar-nav li:last-child{
	border-right: 1px solid #000;
}
/*====================================================
MENU
====================================================*/
.menu{
	z-index:99999999;
	background:#fff;
	border-bottom: solid 5px #EF4036;

}
.menu .container{
	padding:0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}
.navbar #menu-main-menu{
	position:relative;
	margin-top:5px;
}
.navbar-default {
	text-transform:uppercase;
	border:none !important;
    background: none !important;
    border-radius: none !important;
    box-shadow: none !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color:#fff !important;
	font-weight:700;
 	background: #EF4036 !important;

}
.navbar-default .navbar-nav > .active > a {
 	color: #000;
    box-shadow:none !important;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
	font-size:12px;
	font-weight:600;
	padding: 10px 25px;
}
.navbar-default .navbar-nav > li > a:Hover,.navbar-default .navbar-nav > li.dropdown > a:Hover  {
    color: #fff;
	background: #EF4036;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #EF4036 !important;
}

/*--- DROPDOWNS ---*/
.navbar-right .dropdown-menu {
    right: 0px;
    left: 0px;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	z-index: 1000;
	display: none;
	float: left;
	padding: 5px 0px;
	margin: 2px 0px 0px;
	text-align: left;
	background-color: #EF4036 !important;
	border: none !important;
	min-width: 360px !important;
	border: none !important;
	border-radius: 0 !important;
	border-radius: none !important;
	list-style: none outside none;
	box-shadow:none !important;
}
.dropdown-menu li{
	padding:5px;
	font-size:12px !important;
}
.dropdown-menu li a{
	color:#fff !important;
}
.dropdown-menu li a:Hover{
	color:#fff !important;
	background:none !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background: none !important;
  outline: 0;
}
/*Dropdown Submenus*/
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}


/*Center Menu*/
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}



.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }

/*======================================================
HOME
======================================================*/
.home-logo{
	padding: 50px 0px;
}
.bx-wrapper .bx-controls-direction a {
    width: 57px !important;
    height: 81px !important;
}
.bx-wrapper .bx-next {
    right: -80px !important;
	background: url(images/chevron-right.png) no-repeat!important;
}
.bx-wrapper .bx-prev {
    left: -80px !important;
	background: url(images/chevron-left.png) no-repeat!important;
}

/*SLIDER*/
.bx-wrapper .bx-viewport {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    left: 0px !important;
    background: none !important;
}
.rot{
  position:relative;
	background: #221f20;
	color:#fff;
	padding:10px;
  min-height:360px;
}
.rot h3{
	color:#fff;
	font-size: 16px;
}
.slide-top{
	min-height: 200px;
	font-size: 12px;
}
.learn-more{
  position: absolute;
  bottom:10px;
	text-align: right;
    padding: 15px 0px;
}
.slide-button{
	background: #EF4B3F;
    padding: 10px 20px;
    display: inline-block;
	color:#fff;
	font-weight: 600;
}
.bx-wrapper .bx-next{
	background:url(images/white-controls.png)
}
/*======================================================
CONTENT
======================================================*/
.hidden {
	display:none !important;
}
.space32{
	height:32px;
}


/*Comps*/
.dark-comp, .light-comp, .red-comp{
	margin: 20px 0px !important;
}
.dark-comp {
	background: #221f20;
	color:#fff;
	padding:15px;
	border-radius: 10px;
}
.dark-comp a{
	color:#EF4B3F;
}
.dark-comp .tablepress{
	color:#000;
}

.light-comp{
	background: #fff;
	color:#000;
	padding:15px;
	border-radius: 10px;
}
.light-comp a{
	color:#EF4B3F;
}
.red-comp{
	background: #EF4B3F;
	color:#fff;
	padding:15px;
	border-radius: 10px;
}
.red-comp a{
	color:#fff;
}
.overpage a{
	font-weight: 800;
    font-size: 18px;
}

/*fancybox fix*/
.fancybox-lock{
overflow:visible !important;
margin-right:0px !important;
}
/*BLOG*/
.blog_pic img{
	width:100%;
	height: auto;
}
/*WooCommerce*/
.woocommerce a.button{
	background:#232122 !important;
}

/*About*/
.about-accu{
	display:none;
	background: #221f20;
	color:#fff;
	padding:15px;
	margin:20px 0px !important;
}
.about-accu .alignleft {
    float: none;
    margin: 0px 20px 0px 0;
}
#rless {
	display: none;
}

.btn,
.button {
	background: #EF4B3F !important;
	color:#fff !important;
	margin: 10px 0px !important;
}
.btn p{
	margin:0 !important;
}
/*Products*/
.mounting-equip .vc_separator{
	margin: 20px 0px !important;
}
.mounting-equip h2 {
	margin-top: 0 !important;
}
.tools, .cng, .pistons-pld {
	background: #fff;
}
.tools h4, .cng h4, .safety h4, .grey4 h4 {
	background: #CCCCCC;
	padding:5px;
	margin-bottom:5px;
}
.tools .vc_row{
	margin-bottom: 15px !important;
}
.cng h3{
	color:#000;
}
.cng .tablepress tfoot th, .cng .tablepress thead th {
    text-align: center;
}
.wp-image-641 {
	margin-left:100px;
}

.special-order h4{
	padding-top:5px;
}
.special-order .tablepress {
    width: 80%;
    margin-left: 10%;
}
.pistons-pld h2{
	color:#000;
}
.row5 .vc_col-sm-2{
	width:20% !important;
}
.m30 {
	margin-top:30%;
}
/*Distributors*/
.single-distributors .blogpage{
	background-repeat:no-repeat !important;
	background-size:cover !important;
	min-height: 100vh;
}
.single-distributors .wpb_content_element{
	margin-bottom: 15px !important;
}
.single-distributors h3 {
    color: #000;
    text-decoration: none;
}
.na-dist .red-comp {
	margin-bottom:0 !important;
}
.na-dist .light-comp {
	padding-top:0 !important;
	padding-bottom:0 !important;
}
.postid-953 .light-comp{
	background: transparent !important;
}
.single-distributors .blog_content .vc_col-sm-6, .single-distributors .blog_content .vc_col-sm-4{
	padding-left: 0px !important;
}
/*======================================================
TABLES
======================================================*/
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: #fff !important;
}
.tablepress {
    margin-bottom: 15px !important;
}
/*Alignments*/
.col-1-left .column-1{
	text-align:left;
}
.col-2-left .column-2{
	text-align:left;
}
/*Widths*/
.awidth .tablepress{
	width:auto !important;
}
.centert .tablepress{
	margin:auto;
}
.lowpad .tablepress tbody td, .lowpad .tablepress thead th{
	padding:2px !important;
}
.tablepress tbody td, .tablepress thead th{
	padding:2px !important;
}
/*Borders*/
 .column-1,  .column-2,  .column-3,  .column-4, .column-5,  .column-6,  .column-7,  .column-8, .column-9,  .column-10,  .column-11,  .column-12 {
	border-right:1px solid #000 !important;
}
.tablepress tbody td, .tablepress tfoot th, .tablepress thead th {
    border-top: 1px solid #000 !important;
	text-align: center;
}
.tablepress thead th{
	border:#000 1px solid !important;
	text-align: center;
}
/*Change Cell Colors*/
.grey2row .row-2 td, .grey10row .row-10 td{
	background:#6D6E72 !important;
	font-weight:600;
	color:#fff;
	text-align: center;
}

.tablepress tfoot th, .tablepress thead th {
    background-color: #EF3E36 !important;
	color:#fff;
}
.tablepress tbody{
	border:#000 1px solid;
}
.bads-table .column-1 {
	text-align: center;
}
.bads-table .row-11, .bads-table .row-12, .bads-table .row-13, .bads-table .row-14, .bads-table .row-15, .bads-table .row-16, .bads-table .row-17{
	background:#CCCCCC;
}

/*Example Ordering Tables*/
#tablepress-22 tbody, #tablepress-56 tbody, #tablepress-64 tbody{
	border:none !important;
}
#tablepress-22 .row-1 .column-8, #tablepress-22 .row-2 .column-8, #tablepress-56 .row-1 .column-9, #tablepress-56 .row-2 .column-9, #tablepress-64 .row-1 .column-7, #tablepress-64 .row-2 .column-7  {
	background: none !important;
    border: none !important;
	text-align: center;
}
#tablepress-22 td, #tablepress-56 td, #tablepress-64 td{
	border-bottom:#000 1px solid;
}
#tablepress-22 .row-2 .column-9, #tablepress-22 .row-2 .column-1, #tablepress-56 .row-2 .column-10, #tablepress-56 .row-2 .column-1, #tablepress-64 .row-2 .column-8, #tablepress-64 .row-2 .column-1 {
	border-left: 1px #000 solid;
}

/*Reform Old Tables*/
.table_wrp{
	width:100%;
}
.table_wrp table{
	width:100% !important;
}
.table_wrp thead tr{
	background: #6D6E72 !important;
    color: #fff;
    border: 1px solid #000;
}
.table_wrp thead tr:hover{
	background: #6D6E72 !important;
}
.table_wrp td{
	border: 1px solid #000;
	border-right: 1px solid #000 !important;
	padding: 3px;
	background:transparent !important;
}
.table_wrp tr{
	background:#fff !important;
}
.table_wrp tr:hover, .table_wrp tr:hover > .hj_td{
	background:#F3F3F3 !important;
}
.hj_td{
	background:#E0E0E2;
	text-align:center;
}

.table_wrp h3{
	background: #EF3E36;
	font-size:14px !important;
    display: inline-block;
    text-align: center;
    padding: 5px;
    width: 100%;
    text-decoration: none;
	border: 1px solid #000;
}

#tablepress-1 th.column-2,
#tablepress-1 th.column-3,
#tablepress-1 th.column-4,
#tablepress-1 th.column-5,
#tablepress-1 th.column-6,
#tablepress-1 th.column-7{
  width:90px !important;
}

#tablepress-2 th.column-2,
#tablepress-2 th.column-3,
#tablepress-2 th.column-4,
#tablepress-2 th.column-5,
#tablepress-2 th.column-6,
#tablepress-2 th.column-7{
  width:110px !important;
}
#tablepress-16 .row-2 .column-3,
#tablepress-16 .row-2 .column-4 {
	        vertical-align: top!important;
}
#tablepress-16 .column-3,
#tablepress-16 .column-4 {
	;width:140px
}

#tablepress-34,
#tablepress-35,
#tablepress-36,
#tablepress-37,
#tablepress-38{
  width:100% !important;
}
#tablepress-34 th.column-1,
#tablepress-35 th.column-1,
#tablepress-36 th.column-1,
#tablepress-37 th.column-1,
#tablepress-38 th.column-1{
  text-align: center;
}
#tablepress-34 td.column-1,
#tablepress-35 td.column-1,
#tablepress-36 td.column-1,
#tablepress-37 td.column-1{
  width:30%;
}

#tablepress-34 td.column-2,
#tablepress-34 td.column-3,
#tablepress-34 td.column-4,
#tablepress-34 td.column-5,
#tablepress-35 td.column-2,
#tablepress-35 td.column-3,
#tablepress-35 td.column-4,
#tablepress-35 td.column-5,
#tablepress-36 td.column-2,
#tablepress-36 td.column-3,
#tablepress-36 td.column-4,
#tablepress-36 td.column-5,
#tablepress-37 td.column-2,
#tablepress-37 td.column-3,
#tablepress-37 td.column-4,
#tablepress-37 td.column-5{
  width:17.5%;
}
#tablepress-42,
#tablepress-43{
  width:100% !important;
}
#tablepress-42 td.column-1,
#tablepress-43 td.column-1{
  width:5%;
}

#tablepress-42 td.column-2,
#tablepress-42 td.column-3,
#tablepress-42 td.column-4,
#tablepress-42 td.column-5,
#tablepress-43 td.column-2,
#tablepress-43 td.column-3,
#tablepress-43 td.column-4,
#tablepress-43 td.column-5{
  width:20%;
}

#tablepress-16 td.column-5,
#tablepress-16 td.column-6,
#tablepress-16 td.column-7,
#tablepress-16 td.column-8,
#tablepress-16 td.column-9,
#tablepress-16 td.column-10,
#tablepress-16 td.column-11{
  width:30px !important;
}

#tablepress-23 tr.row-2 td.column-1,
#tablepress-23 tr.row-2 td.column-2,
#tablepress-23 tr.row-2 td.column-3,
#tablepress-23 tr.row-2 td.column-4,
#tablepress-23 tr.row-2 td.column-5,
#tablepress-23 tr.row-2 td.column-10,
#tablepress-23 tr.row-2 td.column-11,
#tablepress-25 tr.row-2 td.column-1,
#tablepress-25 tr.row-2 td.column-2,
#tablepress-25 tr.row-2 td.column-3,
#tablepress-25 tr.row-2 td.column-4,
#tablepress-25 tr.row-2 td.column-5,
#tablepress-25 tr.row-2 td.column-10,
#tablepress-25 tr.row-2 td.column-11{
  width:14.28% !important;
}

#tablepress-26 tr.row-2 td.column-1,
#tablepress-26 tr.row-2 td.column-2,
#tablepress-26 tr.row-2 td.column-3{
  width:18.5% !important;
}

#tablepress-26 tr.row-2 td.column-4{
  width:7.5% !important;
}
#tablepress-26 tr.row-2 td.column-9{
  width:27% !important;
}

#tablepress-57 thead th,
#tablepress-58 thead th,
#tablepress-59 thead th,
#tablepress-60 thead th,
#tablepress-61 thead th,
#tablepress-62 thead th,
#tablepress-63 thead th{
  text-align: center;
}

#tablepress-45 tr.row-4 td.column-1,
#tablepress-45 tr.row-5 td.column-1,
#tablepress-45 tr.row-6 td.column-1,
#tablepress-45 tr.row-7 td.column-1,
#tablepress-45 tr.row-8 td.column-1{
  text-align: left !important;
}
#tablepress-47 tr.row-3 td.column-1,
#tablepress-47 tr.row-4 td.column-1,
#tablepress-47 tr.row-5 td.column-1,
#tablepress-47 tr.row-6 td.column-1,
#tablepress-47 tr.row-7 td.column-1{
  text-align: left !important;
}
#tablepress-48 tr.row-4 td.column-1,
#tablepress-48 tr.row-5 td.column-1,
#tablepress-48 tr.row-6 td.column-1,
#tablepress-48 tr.row-7 td.column-1,
#tablepress-48 tr.row-8 td.column-1,
#tablepress-48 tr.row-9 td.column-1{
  text-align: left !important;
}
#tablepress-49 tr.row-4 td.column-1,
#tablepress-49 tr.row-5 td.column-1,
#tablepress-49 tr.row-6 td.column-1,
#tablepress-49 tr.row-7 td.column-1,
#tablepress-49 tr.row-8 td.column-1,
#tablepress-49 tr.row-9 td.column-1,
#tablepress-49 tr.row-10 td.column-1,
#tablepress-49 tr.row-11 td.column-1,
#tablepress-49 tr.row-12 td.column-1,
#tablepress-49 tr.row-13 td.column-1{
  text-align: left !important;
}
#tablepress-50 tr.row-4 td.column-1,
#tablepress-50 tr.row-5 td.column-1,
#tablepress-50 tr.row-6 td.column-1,
#tablepress-50 tr.row-7 td.column-1,
#tablepress-50 tr.row-8 td.column-1,
#tablepress-50 tr.row-9 td.column-1,
#tablepress-50 tr.row-10 td.column-1,
#tablepress-50 tr.row-11 td.column-1{
  text-align: left !important;
}
#tablepress-51 tr.row-4 td.column-1,
#tablepress-51 tr.row-5 td.column-1,
#tablepress-51 tr.row-6 td.column-1,
#tablepress-51 tr.row-7 td.column-1,
#tablepress-51 tr.row-8 td.column-1{
  text-align: left !important;
}
#tablepress-52 tr.row-4 td.column-1,
#tablepress-52 tr.row-5 td.column-1,
#tablepress-52 tr.row-6 td.column-1,
#tablepress-52 tr.row-7 td.column-1,
#tablepress-52 tr.row-8 td.column-1,
#tablepress-52 tr.row-9 td.column-1,
#tablepress-52 tr.row-10 td.column-1{
  text-align: left !important;
}
#tablepress-53 tr.row-4 td.column-1,
#tablepress-53 tr.row-5 td.column-1{
  text-align: left !important;
}
#tablepress-54 tr.row-4 td.column-1,
#tablepress-54 tr.row-5 td.column-1,
#tablepress-54 tr.row-6 td.column-1,
#tablepress-54 tr.row-7 td.column-1,
#tablepress-54 tr.row-8 td.column-1,
#tablepress-54 tr.row-9 td.column-1,
#tablepress-54 tr.row-10 td.column-1{
  text-align: left !important;
}

#tablepress-55 tr.row-3 td.column-1,
#tablepress-55 tr.row-4 td.column-1,
#tablepress-55 tr.row-5 td.column-1,
#tablepress-55 tr.row-6 td.column-1{
  text-align: left !important;
}

#tablepress-71 tr.row-2 td.column-1,
#tablepress-71 tr.row-2 td.column-2,
#tablepress-71 tr.row-2 td.column-3,
#tablepress-71 tr.row-2 td.column-4,
#tablepress-71 tr.row-2 td.column-8,
#tablepress-71 tr.row-2 td.column-9,
#tablepress-71 tr.row-2 td.column-10,
#tablepress-72 tr.row-2 td.column-1,
#tablepress-72 tr.row-2 td.column-2,
#tablepress-72 tr.row-2 td.column-3,
#tablepress-72 tr.row-2 td.column-4,
#tablepress-72 tr.row-2 td.column-8,
#tablepress-72 tr.row-2 td.column-9,
#tablepress-72 tr.row-2 td.column-10{
  width:14.28% !important;
}
#tablepress-71 tr.row-4 td.column-12
#tablepress-72 tr.row-5 td.column-12{
    width:90px !important;
}

#tablepress-95 td.column-1,
#tablepress-95 td.column-2,
#tablepress-95 td.column-3,
#tablepress-95 td.column-9,
#tablepress-95 td.column-10,
#tablepress-79 td.column-1,
#tablepress-79 td.column-2,
#tablepress-79 td.column-3,
#tablepress-79 td.column-9,
#tablepress-79 td.column-10,
#tablepress-78 td.column-1,
#tablepress-78 td.column-2,
#tablepress-78 td.column-3,
#tablepress-78 td.column-9,
#tablepress-78 td.column-10{
  width:14.28% !important;
}

#tablepress-95 tr.row-3 td.column-4,
#tablepress-95 tr.row-3 td.column-5,
#tablepress-95 tr.row-3 td.column-6,
#tablepress-95 tr.row-3 td.column-7,
#tablepress-95 tr.row-3 td.column-8,
#tablepress-79 tr.row-3 td.column-4,
#tablepress-79 tr.row-3 td.column-5,
#tablepress-79 tr.row-3 td.column-6,
#tablepress-79 tr.row-3 td.column-7,
#tablepress-79 tr.row-3 td.column-8,
#tablepress-78 tr.row-3 td.column-4,
#tablepress-78 tr.row-3 td.column-5,
#tablepress-78 tr.row-3 td.column-6,
#tablepress-78 tr.row-3 td.column-7,
#tablepress-78 tr.row-3 td.column-8{
  width:6% !important;
}

#tablepress-102{
  width:40% !important;
  min-width: 400px;
}
#tablepress-104 tr.row-4 td.column-1,
#tablepress-104 tr.row-5 td.column-1,
#tablepress-104 tr.row-6 td.column-1,
#tablepress-104 tr.row-7 td.column-1,
#tablepress-104 tr.row-8 td.column-1,
#tablepress-104 tr.row-9 td.column-1,
#tablepress-104 tr.row-10 td.column-1,
#tablepress-104 tr.row-11 td.column-1,
#tablepress-104 tr.row-12 td.column-1,
#tablepress-104 tr.row-13 td.column-1{
  text-align: left !important;
}
#tablepress-105 tr.row-4 td.column-1,
#tablepress-105 tr.row-5 td.column-1,
#tablepress-105 tr.row-6 td.column-1,
#tablepress-105 tr.row-7 td.column-1,
#tablepress-105 tr.row-8 td.column-1,
#tablepress-105 tr.row-9 td.column-1,
#tablepress-105 tr.row-10 td.column-1,
#tablepress-105 tr.row-11 td.column-1,
#tablepress-105 tr.row-12 td.column-1,
#tablepress-105 tr.row-13 td.column-1{
  text-align: left !important;
}
#tablepress-116 th {
	text-align: center !important;
}
/*======================================================
FOOTER
======================================================*/


.footer{
	font-size:12px;
	line-height:1.2;
	color:#fff;
	padding:20px 0px;
	background:#ef4136;
}
.footer .btn {
    background: #000!important;
    color: #fff !important;
    margin: 10px 0px !important;
}

/*====================================================
RESPONSIVE
====================================================*/
/* Large desktop */
@media (min-width: 1200px) {


}
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-default .navbar-nav > li > a {
		padding: 10px 10px;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
	h1 {
		font-size: 24px;
	}
	#menu-item-126 .dropdown-menu, #menu-item-36 .dropdown-menu{
		left:-160px;

	}
	.header .navbar-nav > li {
		width: auto;
	}
	.navbar-nav > li {
		float: left;
		width: 25%;
	}
	.bx-wrapper .bx-controls-direction a {
		top: 110% !important;
	}
	.bx-wrapper .bx-prev {
		left: 0px !important;
	}
	.bx-wrapper .bx-next {
		right: 0px !important;
	}
	.wp-image-641 {
		margin-left: 20px;
	}
	/*RFQ*/
	.red-comp .btnfloat {
		position: absolute;
		right: 20px;
		top: 0px;
		margin-top: 5px !important;
	}
	/*Tables*/
	.tablepress tbody tr td {
		font-size: 12px;
	}
	.table_wrp {
		font-size: 12px;
	}
	#tablepress-2 .column-1 {
		text-align: left;
		width: 25%;
	}
	/*Forms*/
	#input_2_13.textarea {
		height: 70px !important;
	}
	/*Footer*/
	.footer .btn {
		font-size: 12px;
	}

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .flexslider{
    margin-top:20px !important;
  }
	.header .logo {
		width: 70%;
		height: auto;
		margin-top: 0px;
		margin-left: 15%;
	}
	#menu-top {
		width: 100%;
		display: none;
	}
	.social ul {
		list-style: none;
		text-align: center;
		padding: 0;
		margin-top: 5px;
	}
	h1{
		font-size:20px;
	}
	.phone, .email, .cart {
		font-size: 18px;
		font-weight: 600;
		text-align: center;
	}
	.dropdown-menu {
		position: relative;
		min-width: 300px !important;
	}
	/*Home*/
	.learn-more {
		position: relative;
		bottom: 10px;
		text-align: right;
		padding: 15px 0px;
	}
	.slide-top {
		min-height: 330px;
	}
	/*Content*/
	.vc_tta-panel-body{
		padding:10px 7px !important;
	}
	.page-id-2051 .btn{
		white-space:normal;
	}
		/*Tables*/
	.tablepress tbody tr td, .tablepress tfoot th, .tablepress thead th {
		font-size: 11px;
	}
	.table_wrp {
		font-size: 11px;
	}
	.lowpad .tablepress tbody td, .lowpad .tablepress thead th {
		padding: 0px !important;
	}
	.overpage .vc_col-sm-4 {
		padding-bottom:30px;
	}
	#tablepress-30{
		margin:auto;
	}
	#tablepress-14 tbody tr td, #tablepress-14 tfoot th, #tablepress-14 thead th {
		font-size: 8px !important;
	}
	/*RFQ*/
	.red-comp .btnfloat {
		position: relative;
		right: 0px;
		top: 0px;
	}
	.woocommerce #content h4::after{
		content: " Tap on Categories to expand the menu.";
	}
	/*Footer*/
	.footer {
		font-size: 14px;
		line-height: 1.8;
		color: #fff;
		padding: 20px 0px;
		background: #ef4136;
	}
	.footer .btn {
		display: block;
		margin: auto !important;
		text-align: center;
		margin-bottom: 10px !important;
	}
}
@media (max-width: 480px) {
  .flexslider{
    margin-top:20px !important;
  }
	.navbar-collapse {
		max-height: 2540px;
	}
	.bitmobile .tablepress tbody tr td, .bitmobile .tablepress tfoot th, .bitmobile .tablepress thead th {
		font-size: 7px;
		padding: 0 !important;
	}
	.bm6 .tablepress tbody tr td, .bm6 .tablepress tfoot th, .bm6 .tablepress thead th {
		font-size: 6px;
		padding: 0 !important;
	}
	.vc_tta-panels .vc_col-sm-2, .vc_tta-panels .vc_col-sm-3, .vc_tta-panels .vc_col-sm-4, .vc_tta-panels .vc_col-sm-5, .vc_tta-panels .vc_col-sm-6, .vc_tta-panels .vc_col-sm-7, .vc_tta-panels .vc_col-sm-8,
	.vc_tta-panels .vc_col-sm-9, .vc_tta-panels .vc_col-sm-10, .vc_tta-panels .vc_col-sm-11  {
		padding-left:0px !important;
		padding-right:0px !important;
	}
	.slide-top {
		min-height: 330px;
	}
	.row5 .vc_col-sm-2 {
		width: 100% !important;
	}
	/*Site Tools*/
	#input_2_13.textarea {
		height: 150px !important;
	}
	#field_2_11{
		height: 45px;
		overflow: hidden;
	}
	#field_2_11 thead td {
		font-size: 12px;
		padding: 5px;
		min-width: 130px;
		float: left;
	}
	.colrow .col {
		width: 50%;
	}
	#gform_wrapper_2.gform_wrapper .gfield_radio li input[type="radio"] {
		float: right;
		margin-top: 8px;
		margin-right: 10px;
	}
	.print .link a{
		width:100%;
	}
	.single-tool .form-control {
		width: 100% !important;
	}
	.single-tool tr {
		height: 150px !important;
	}
	.postid-1330 .container tr{
		height:auto !important;
	}
	.single-tool h2{
		color:#000;
	}
	.postid-1339 .print{
		background:#fff;
	}
	.woocommerce a.button {
		background: #232122 !important;
		width: 100%;
		text-align: center;
		font-size: 20px !important;
	}
	.woocats .thecats {
		padding: 10px;
		display: none;
	}
	.woocats h2 {
		color: #fff;
		margin: 0;
		padding: 10px;
		border-radius: 5px;
		background: #ef4b3f;
	}



}
