/*!
Theme Name: california caster
Theme URI: https://www.californiacaster.com/
Author: B)
Author URI: http://rndsllc.com/
Description: Silence is golden.
Version: 1.0.0
Text Domain: Silence is golden

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
section {
	clear:both;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box; 
	height: 0;
	overflow: visible;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea,h5, h6 {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

h1, h2, h3, h4 {
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	color: #222;
}
h1{
	font-size: 30px;
	letter-spacing: 1px;
}
h2 {
    font-size: 25px;
	letter-spacing: 1px;
}
h3{
	font-size: 20px;
	letter-spacing: 1px;
}
h4{
	font-size: 16px;
	letter-spacing: 1px;
}
h5{
	font-size: 14px;
	letter-spacing: 1px;
}
h6{
	font-size: 12px;
	letter-spacing: 1px;
}
p {
	margin-bottom: 1em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0;
}
blockquote p {
    background: #f3f3f3;
    padding: 10px 10px;
    font-style: italic;
}
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, samp {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: #fff;
	overflow-x: hidden;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul {
 list-style-type:none;
 padding:0;
}
ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.btn:focus, .btn.focus {
    box-shadow: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #004b75;
    color: #fff;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #eaeaea;
    color: #222;
	border-color: #eaeaea;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #eaeaea;
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #222;
    border: 1px solid #c0bcbc;
    padding: 7px;
    display: block;
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	outline: none;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:hover, a:focus, a:active {
	color: #222;
	text-decoration: none;
}
a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background: #fff;
	line-height: 25px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
    display: inline-block;
    position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation .current-menu-item a,
.main-navigation .current_page_item a{
    color: #000;
}
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: 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%;
}*/

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.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; 
}

.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;
}

#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;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}
.contct-form  .btn-primary {color: #fff!important;margin: 22px 0;}.add-more-wrapper {padding: 24px 0 4px}.contct-form .add_file {padding: 4px 12px;background: #ccc;font-size: 14px;}.contct-form input[type="text"], .contct-form textarea {border: 1px solid #ced4da;}.form-group-default.required:after {    color: #f55753;    content: "*";    font-family: arial;    font-size: 20px;    position: absolute;    right: 27px;    top: 6px;}
	a {color: #004b75;
    font-weight: 500;}
.m-r-20 {margin-right: 20px;}
.m-t-30 {margin-top: 30px;}
.p-l-10 {padding-left: 10px;}
.b-grey {border-color: #e6e6e6;}
.bg-info-lighter {padding: 10px;background: #d8dadc;}
.bg-bold {font-weight:bold;}
.category-caster {
    height: auto;
}
.category {margin-bottom: 30px;
    padding: 10px;
	text-align: center;
}
body.category {
    padding: 0;
    margin-bottom: 0;
	text-align: unset;
}
.category-caster ul li, .category-rolling-ladders ul li {text-align: left;padding-left: 3px;line-height: 24px;}
div.page-wrappers {padding-top: 20px;}
.page-wrappers .category a {margin: 10px 0;}
.category-caster-featured {border: 1px solid #676767;
    padding: 0;
    margin-top: 5px;
    margin-left: 10px;
    width: 250px;

}
.category-header {
    height: 50px;
    background: #676767;
    color: #fff;
    font-weight: 600;
    font-size: 19px;
    line-height: 2.4;
}
.category-content {
    padding: 20px 27px 10px;
    text-align: left;
    font-weight: 600;
    font-size: 15px;
    color: #666;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

embed,
iframe,
object {
	max-width: 100%;
}

.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;
}
/* custom code start */

.site-content {
    padding: 36px 0;
}
.post-thumbnail {
    padding-bottom: 25px;
}
.sidebar-widget .widget-title {
	font-size: 16px;
	padding: 0;
}
.widget-title {
	padding: 0px;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 36px;
    font-weight: 500;
	color: #222;
}
.widget-area .widget_search label {
    margin-bottom: 0;
}
.wp-tag-cloud .tag-cloud-link:hover {
    background: #222;
    color: #fff;
}
.sidebar-widget .widget {
    margin-bottom: 35px;
}
.sidebar-widget ul li {
    padding-bottom: 5px;
    padding-top: 5px;
}
.sidebar-widget ul li:first-child {
    padding-top: 0;
}
.post-grid-layout .post-inner-wrapper .post-thumbnail{
	padding-bottom: 0;
}
.post-grid-layout .entry-content {
    margin-top: 0;
}
.post-body-wrapper {
    padding: 35px 30px;
	border: 1px solid #eaeaea;
}
.post-body-wrapper > *:last-child {
    margin-bottom: 0;
}
.post-grid-layout .entry-content p {
    margin-bottom: 0;
}
.post-grid-layout .read-more {
    margin-top: 1.5em;
}
.post-body-wrapper > * {
    margin-bottom: 1.5em;
}
.post-author .avatar {
    border-radius: 50%;
	display: inline-block;
}
.entry-title a {
    color: #222;
}
.avatar-wrap {
    display: inline-block;
}
.post-grid-layout .post-meta li {
	margin-right: 20px;
	vertical-align: middle;
}
.post-meta i {
    padding-right: 5px;
}
.post-grid-layout .post-meta li:last-child{
	margin-right: 0;
}
.read-more-btn {
    color: #004b75;
    font-size: 16px;
	font-weight:500;
    outline: none;
    border-radius: 0;
    letter-spacing: 1px;
	position:relative;
    line-height: 20px;
}
.read-more-btn:after {
content: '\25b6';
    position: absolute;
	font-size: 12px;
    line-height: 25px;
    right: -2px;
	
}
.post-grid-layout .grid-item {
    margin-bottom: 60px;
}
.pagination .page-numbers {
    border: 1px solid #eaeaea;
    line-height: 21px;
    padding: 7px 17px;
    margin-right: 5px;
    font-weight: 400;
    background: #eaeaea;
}
.pagination .page-numbers.current {
    background: #222;
    color: #fff;
    border-color: #222;
}
.site-info {
    padding: 13px 0px;
	margin-bottom: 0;
	text-align: center;
	display: inline-block;
    float: right;
}
.site-info .social-links {
    margin-bottom: 20px;
}
.footer-bottom {
    background: #dcdcdc;
}
.footer-top {
	padding-bottom: 36px;
}
.footer-separator {
    padding-top: 36px;
	border-top: 2px solid #cacaca;
}
.widget_tag_cloud ul li {
    display: inline-block;
	margin: 5px 2px;
	padding: 0;
}
.wp-tag-cloud .tag-cloud-link {
    padding: 0px 15px;
    background: #eaeaea;
    color: #222;
    position: relative;
    display: block;
    font-weight: 400;
}
label {
    display: block;
}
.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 46px;
	line-height: 40px;
}
.search-form {
    position: relative;
}
.page-header .page-title {
    text-align: center;
	color: #fff;
	font-size: 30px;
    text-transform: uppercase;
}
.post-grid-layout .post-meta li a {
    word-break: break-word;
}
.comments-area {
    margin-top: 50px;
}
.comments-area .comments-title {
    font-size: 16px;
	margin-bottom: 5px;
	color: #222;
}
.comments-area .comment-list {
    padding-left: 0;
}
.comments-area .comment-respond {
    margin-top: 50px;
}
ol.comment-list li {
    list-style: none;
}
.comment-list .comment-body {
    padding-bottom: 35px;
    border-bottom: 1px solid #eee;
    padding-top: 35px;
}
.comment-body .reply a {
	margin-top: 16px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 1px;
    background: #222;
    padding: 0px 15px 0px 15px;    
	border: 1px solid #222;
}
.comment .reply a:hover {
    background: #eaeaea;
    color: #222;
    border: 1px solid #eaeaea;
}
.comment-body .comment-author img {
    float: left;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.comment-body .comment-author b.fn {
    display: inline-block;
    text-align: left;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
	color: #222;
}
.comment-body .comment-author b.fn a{
	color: #222;
}
.comment-author .says {
    display: none;
}
.comment-body .comment-metadata a {
    text-align: left;
    font-size: 13px;
}
.comment .body-comment {
    text-align: left;
    margin-top: 30px;
    color: #222;
    margin-left: 80px;
    margin-bottom: 20px;
}
.comment-body .reply {
    margin-left: 80px;
}
.comment-body .comment-content {
    text-align: left;
    margin-top: 30px;
    color: #666;
    margin-left: 80px;
    margin-bottom: 0;
}
.comment-respond #reply-title {
    color: #222;
}
.comment-respond #reply-title {
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}
.comment-form textarea {
    width: 100%;
    border: 1px solid #eee;
    height: 100px;
    padding: 5px 15px 5px 15px;
    font-size: 13px;
    margin-bottom: 17px;
    outline: none;
}
.comment-form input[type="text"], 
.comment-form input[type="email"], 
.comment-form input[type="url"] {
    width: 100%;
    border: 1px solid #eee;
    height: 50px;
    padding: 5px 15px 5px 15px;
    font-size: 13px;
    margin-bottom: 17px;
    outline: none;
}
p.comment-form-cookies-consent label {
    display: inline-block;
    margin-left: 10px;
}
.post-tag a {
    display: inline-block;
    position: relative;
    font-size: 11px;
    padding: 0px 15px;
    border-radius: 50px;
    margin-bottom: 8px;
    background: #eaeaea;
    margin-right: 5px;
    font-weight: 500;
}
.post-tag a:hover {
    background: #222;
    color: #fff;
}
.single-post .post-tag {
    margin-top: 30px;
    margin-bottom: 30px;
}
.post-tag span {
    font-size: 15px;
    font-weight: 500;
    margin-right: 10px;
	color: #222;
}
.post-navigation .nav-links a {
    background: #222;
	color: #fff;
    font-weight: 400;
    padding: 5px 20px;
    display: inline-block;
	text-align: center;
	font-size: 12px;
}
.post-navigation .nav-links a:hover {
    color: #222;
    background: #eaeaea;
}
.page-header {
    background: #eaeaea;
	border-radius: 0;
	position: relative;
}
::selection{
	background: #222;
	color: #fff;
}
.site-branding > * {
    margin: 0;
}
.site-title {
    font-size: 20px;
    font-weight: 500;
	margin: 0;
	color: #222;
}
.site-branding .site-description {
    line-height: 30px;
    margin-bottom: 0;
}
.site-branding .branding-inner-wrap {
    line-height: 1;
    padding: 20px 0px;
}
.site-title a {
    color: #222;
}
section.not-found {
    text-align: center;
}
.search-box-wrap {
    max-width: 290px;
    margin: 0 auto;
	width: 100%;
}

/* rj */
.add-quote-request-popup, .close-quote-request-popup {
        background: rgb(51, 146, 193)!important;
    color: #fff!important;
}
.add-quote-request-popup:hover, .close-quote-request-popup:hover {
        background: rgb(14, 112, 160)!important;
}
.ba-request-wrap {
        padding: 10px 0;
}
.m-t-20 {margin-top: 20px;}
.category_image {margin-bottom: 10px;text-align: center;}
.m-b-10 {margin-bottom: 10px;}
.p-b-10 {padding-bottom: 10px;}
.category-description ul li {text-align: left;}
.wpcf7-form .btn-primary {color: #fff;}
.category-material-handling a {margin: 10px 0;}
.b-grey-1 {border-bottom: 1px solid #e6e6e6;} 
.b-grey-1:last-child {border: none;}
.strong-cc {font-weight: bold;padding-right: 3px;}
.p-b-39 {padding-bottom: 39px;}
.p-b-10 {padding-bottom: 10px;}
.captilize_prod {text-transform: capitalize;}
.p-b-8 {padding-bottom: 8px;}
.m-b-50 {margin-bottom: 50px;}
.item-overstock {margin: 0 1em 1.5em 0;width: 260px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	display: inline-block;
    background: #fff;
    padding: 1em;
    box-shadow: 2px 2px 4px 0 #ccc;
}
.img-thumbnail-overstock.hardware {    height: 250px;}
.img-thumbnail-overstock {background-size: contain;background-repeat: no-repeat;}
.quote-request-popup-container {width: 300px;padding: 10px;background: #fff;border: 1px solid grey;position: absolute;margin-left: -90px;z-index:999;}
.h4-common {min-height: 52px;}
.desc-common {min-height: 130px;}
a.backLink {padding: 8px 34px;border: 1px solid #ccc;position: relative;font-weight: 700;}
a.backLink:before {
    content: "\f0d9";
    font-family: fontawesome;
    top: 5px;
    position: absolute;
    left: 18px;
    font-size: 20px;
}
.btn-info {background-color: #004b75;border-color: #004b75;}
.btn-info:hover {background: #eaeaea;border-color: #eaeaea;color: #222;}
.ul-padding {padding: 16px 0 2px;}
.ul-padding li {padding-bottom: 6px;}
.min-height-60 {min-height:60px}
.min-height-90 {min-height:90px}
#cds-add-to-cart-quantity {width: auto;float: right;margin-left: 10px;}
.cds-product-cart table {margin-bottom:0}
.cds-product-cart{ line-height: 31px;}
.ubermenu-nojs.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-tabs .ubermenu-tab:hover > .ubermenu-target, .ubermenu-skin-minimal .ubermenu-submenu .ubermenu-tab.ubermenu-active > .ubermenu-target {
    background: #b9b9b9!important;
}
.post-navigation {
    display: none;
}
.ubermenu-item-level-3 a:hover {
	background: #b9b9b9!important;
}
.footer-top p, .footer-top a {font-size:15px!important}
.ubermenu-item .ubermenu-item a:hover {background: #b9b9b9!important;}
.backLink-cc {display:inline-block;margin-top:20px}
.align-same-line {display:block;min-height: 30px;line-height: 17px;}

/* Sticky css */
.site-thead {position: fixed;width: 100%;top:0;}
.header-banner-wrapper {padding-top: 177px;}
.sticky-head {animation: smoothScroll 1s forwards; -webkit-box-shadow: 1px 1px 1px 0px rgba(219,219,219,1);
-moz-box-shadow: 1px 1px 1px 0px rgba(219,219,219,1);
box-shadow: 1px 1px 1px 0px rgba(219,219,219,1);}
.sticky-head .header-menu  {    padding-top: 28px;}
.sticky-head .ba-padding-dft-b {    padding-bottom: 24px;}
.page-header .container {margin-top: 180px;}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
/* Sticky Css ends */
#ui-id-1 {z-index: 999;}
.anchor_color {color: #222;}
.cds-crumbs li, .cds-crumbs li a {color:#000000!important;}
.cds-crumbs li:last-child {font-weight: 500;}
.cds-browse-container .head p {width: 100%!important;margin-bottom:0!important}
.container .cds-content {overflow-y: visible;}
.cds-content input {display:inline-block;padding: 7px;}
.cds-content button {cursor: pointer;border: none;padding: 7px;}
.verticl_img_center {display: flex;justify-content: center;flex-direction: column;text-align: center;border: 1px solid #ccc;}
.cds-browse-container #cds-product-container {overflow-x:auto}
.bc-parent {border: 1px solid #e6e6e6;    margin-bottom: 40px;}
.bc-child {border-left: 1px solid #e6e6e6;}
.bc-child-title {border-bottom: 1px solid #e6e6e6;}
.p-t-10 {padding-top: 10px;}
.bc-child-title h2 {    padding: 10px 0 10px;}
.wpcf7 .math-captcha-form {margin-top:20px;}
.mathcaptcha123  {display: inline-block;width: 60px!important;vertical-align: middle;margin-bottom: 0;}
.math-captcha-form input {display: inline-block;width: 60px !important;vertical-align: middle;margin-bottom: 0;}
.ul_disc_type_change ul {padding-left: 40px;list-style-type: disc!important;}
#pills-tab li .nav-link.active   {background-color: #004b75;border-color: #004b75;}
.blog_no_result_wrapper {padding-top: 60px;}
.search_bar_wrapper {-webkit-box-shadow: 0px 0px 1px 1px rgba(247,239,247,1);
    -moz-box-shadow: 0px 0px 1px 1px rgba(247,239,247,1);
    box-shadow: 0px 0px 1px 1px rgba(247,239,247,1);    width: 100%;    padding: 20px 10px;margin-bottom: 10px;min-height: 127px;}
.search_bar_wrapper .type_header {text-align: center;padding-bottom:7px}
.search_bar_wrapper .search_link_wrapper {text-align:center}
.search_bar_wrapper .search_body_custom {text-align: left;display: inline-block;padding: 20px 10px;}
@media screen and (min-width: 1025px){
	.site-header .mobile-menu-wrapper {
		display: none;
	}
	.navbar-items > li {
		display: inline-block;
		vertical-align: middle;
	}
	.item-overstock {
		    width: 260px;
	}
}
@media screen and (max-width: 1200px){
.mobile-menu-wrapper{
display:none;	
}
#site-navigation{
display:block;
}
.ubermenu-skin-minimal.ubermenu-responsive-toggle {
    font-size: 16px!important;
    padding: 15px 0;
}
}
@media screen and (max-width: 1024px){
	.main-navigation {
    	display: none;
	}
}
@media screen and (max-width: 767px){
	.comment-navigation .nav-previous, 
	.posts-navigation .nav-previous, 
	.post-navigation .nav-previous{
    	width: 100%;
    	text-align: center;
    	float: none;
	}
	.comment-navigation .nav-next, 
	.posts-navigation .nav-next, 
	.post-navigation .nav-next {
		width: 100%;
    	text-align: center;
    	float: none;
		margin-top: 20px;
	}
	.post-grid-layout .post-meta li {
		margin-right: 0;
		display: block;
	}
	.recent-post-slider .post-wrapper .post-content {
    	background: #f9f9f9;
	}
	.recent-post-slider .post-wrapper .post-inner-wrapper {
    	display: block;
	}
	.recent-post-slider .post-wrapper .post-inner-wrapper {
		position: relative;
		transform: translateY(0%);
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		padding-left: 10px;
		padding-right: 10px;
	}
	.recent-post-slider .entry-title{
		line-height: 1.5;
	}
	.recent-post-slider .post-inner-wrapper .post-meta{
		margin-bottom: 15px;
	}
	.recent-post-slider .owl-nav{
		display: none;
	}
}
@media screen and (min-width: 48em){
	.main-navigation a {
		padding: 0 10px;
	}
	.main-navigation ul ul a{
		padding: 0.75em 1.25em;
    	width: 16em;
	}
}
.site-header .main-menu > li:last-child a {
    padding-right: 0;
}
.post-edit-link {
    background: #222;
    padding: 10px 20px;
    font-weight: 400;
	color: #fff;
}
.post-edit-link:hover {
    background: #eaeaea;
    color: #222;
}
.gallery-item {
    margin: 0;
    padding: 5px;
}
/* recent post slider*/
.recent-post-slider .post-thumbnail {
    padding-bottom: 0;
}
.recent-post-slider .post-inner-wrapper {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    max-width: 850px;
    padding: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.recent-post-slider .entry-title a {
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #fff;
    color: #000;
    padding: 7px 20px;
    font-weight: 400;
    font-size: 25px;
}
.recent-post-slider .post-categories li{
	display: inline-block;
}
.recent-post-slider .read-more a {
    padding: 5px 18px;
    background: #000;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 2px;
}
.recent-post-slider .post-inner-wrapper > * {
    margin-bottom: 30px;
}
.recent-post-slider .post-meta a {
    background: #eaeaea;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 400;
}
.recent-post-slider .owl-prev {
    display: inline-block;
    float: left;
    margin-left: 25px;
}
.recent-post-slider .owl-next {
    display: inline-block;
    float: right;
    margin-right: 25px;
}
.recent-post-slider .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.recent-post-slider .owl-nav > * {
    height: 35px;
    width: 35px;
    text-align: center;
    background: #222;
    color: #fff;
    line-height: 35px;
}
.recent-post-slider .owl-nav > *:hover {
    background: #eaeaea;
    color: #222;
}
.site-info .social-links li {
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
	font-size: 15px;
}
.page-header.bg-image{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100%;
	margin: 0 0 0px;
	overflow: hidden;
	width: 100%;
}
.bg-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,0.60);
}
@media screen and (max-width: 991px){
	.sidebar-widget{
		margin-top: 50px;
	}
}
.header-banner {
    overflow: hidden;
}
.site-header {
    background: #fff;
    z-index: 999;
}
body .container {
    max-width: 100%;
    width: 1170px;
}
.back-to-top {
    display: none;
    bottom: 20px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    z-index: 1;
    background: #222;
    color: #fff;
    font-size: 12px;
}
.back-to-top:hover {
    background: #eaeaea;
    color: #222;
}
/* mobile header*/
.mobile-menu-icon i {
    font-size: 18px;
}
.mobile-menu-wrapper .mobile-menu {
    display: none;
}
.menu-close {
    position: absolute;
    right: 22px;
    top: 20px;
    font-size: 22px;
    line-height: 25px;
    height: 25px;
    width: 25px;
	cursor: pointer;
}
span.mobile-menu-icon {
    cursor: pointer;
}
body.zmm-open {
    overflow: hidden;
}
@media screen and (max-width: 1024px){
	.mobile-menu {
		height: 100%;
		position: fixed;
		right: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		background: #fff;
		padding: 0;
		border-bottom: 1px solid #eaeaea;
		top: 0;
		overflow-y: auto;
	}
	.mobile-menu .main-menu {
    	padding: 50px 25px 25px 25px;
	}
	.mobile-menu .zmm-dropdown-toggle {
    	float: right;
	}
	.mobile-menu > ul li {
		position: relative;
		line-height: 40px;
		width: 100%;
	}
	.zmm-dropdown-toggle {
		position: absolute;
		right: 0;
		padding: 4px;
		top: 0;
		line-height: 35px;
		color: #555;
	}
	.site-header .navigation-section{
		margin: 0;
		line-height: 90px;
	}
	
}
.site-header .header-menu {
    background: #fff;
    z-index: 999 !important;
}
.sidebar-widget ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.post-grid-layout .pagination {
    display: block;
    text-align: center;
}
/* filterable portfolio */
.single-portfolio .post-meta {
    display: none;
}
.single-portfolio .post-thumbnail {
    padding-bottom: 0;
}
.portfolio-terms button.active, 
.portfolio-terms button:hover, 
.portfolio-terms button:focus{
	border: 1px solid#222222;
    background-color: #222222;
}
.filterable-portfolio .portfolio-terms {
    border-bottom: none;
    margin-bottom: 40px;
}
.portfolio-terms .filter-options{
	float: none;
	text-align: center;
}
.filterable-portfolio .portfolio-terms button,
.filterable-portfolio .portfolio-terms button.active{
	border: none;
    font-size: 13px;
	margin-bottom: 10px;
}
.portfolio-terms button{
	padding: 0.4rem 0.8rem;
}
.filterable-portfolio .portfolio-terms button:hover,
.filterable-portfolio .portfolio-terms button:active,
.filterable-portfolio .portfolio-terms button:focus{
	border: none;
	outline: none;
}
.fp-tns-slider-outer .prev>svg, .fp-tns-slider-outer .next>svg{
	background: #222;
}
.fp-tns-slider-outer .prev>svg, .fp-tns-slider-outer .next>svg {
    background: #222;
    height: 40px;
    width: 35px;
}
.fp-tns-slider-outer.dots-right .tns-nav {
    text-align: center;
    z-index: 999;
	bottom: 0;
}
.fp-theme-two.portfolio-items figcaption h4{
	bottom: 50%;
}
.fp-theme-two.portfolio-items figure:hover figcaption .button{
	bottom: 40%;
}
.fp-theme-one.portfolio-items figcaption{
	background: #fff;
	border: 1px solid #eee;
}
.fp-theme-two.portfolio-items figcaption:after{
	opacity: .8;
	transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.portfolio-items h4{
	color: #222;
}
/*Portfolio Style 2*/
.fp-theme-two.portfolio-items figure:hover figcaption h4 {
    opacity: 1;
    right: unset;
    bottom: 50%;
}
.fp-theme-two.portfolio-items figcaption h4 {
    position: absolute;
    bottom: 30%;
    text-align: center;
    width: 100%;
    z-index: 10;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0;
}
.filterable-portfolio .portfolio-items img{
	margin: 0 auto !important;
}
.portfolio-items .button {
    font-size: 13px;
}
.portfolio-items.fp-theme-two h4 {
    color: #fff;
}
.project-content h4,
.project-meta h4 {
    font-size: 20px;
	margin-bottom: 20px;
}
.project-meta strong {
    font-size: 15px;
}
.portfolio-title-section h2{
    font-size: 25px;
    letter-spacing: 5px;
    line-height: 1.7;
    font-weight: 400;
	text-transform: uppercase;
}
.portfolio-title-section h6 {
    margin-bottom: 25px;
    letter-spacing: 4px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto';
	text-transform: uppercase;
}
.portfolio-title-section {
    padding-top: 110px;
}
.portfolio-title-section .title-wrap {
    text-align: center;
}
.portfolio-title-section .title-wrap span {
    background: #222;
    color: #fff;
	padding-left: 5px;
}
.portfolio-items .l2 figcaption h4 {
    display: none;
}
blockquote p {
    margin: 0;
}
.breadcrumb {
    padding: 0;
    background: none;
    margin-bottom: 0;
    color: #fff;
	display: block;
	text-align: center;
}
.breadcrumb a {
    color: #fff;
    padding: 0px 5px;
}
.breadcrumb a::after {
    content: "/";
    font-family: fontawesome;
    padding-left: 10px;
}
.filter-left .portfolio-terms .filter-options{
	text-align: left;
}
.heading-section .title {
    font-size: 30px;
    margin-bottom: 10px;
    letter-spacing: 0;
    line-height: 1.5;
    text-transform: inherit;
}
.heading-section .content {
    font-size: 23px;
    color: #3b3b3b;
    font-weight: 300;
    letter-spacing: 0.8px;
    line-height: 1.5;
}
.pb-150{
	padding-bottom: 150px;
}
.section-title {
    padding-bottom: 100px;
}
.section-title .title {
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 2px;
    color: #000;
    margin-bottom: 20px;
}
.featurebox-icon span {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
    margin-right: 20px;
    color: #000;
}
.featurebox-item {
    margin-bottom: 75px;
}
.promobox-wrap .btn {
    background: #000;
    color: #fff;
    margin-top: 30px;
    font-size: 15px;
    border-radius: 50px;
    padding: 14px 75px 14px 75px;
	border: 1px solid #000;
}
.promobox-wrap .btn:hover {
    background: #fff;
    color: #000;
}
.contact-page .icon-wrapper {
    display: inline-block;
    padding-right: 20px;
    vertical-align: middle;
}
.contact-page .content-wrapper {
    display: inline-block;
    vertical-align: middle;
}
.contact-page .icon-wrapper span {
    background: #eaeaea;
    font-size: 20px;
    padding: 12px;
    text-align: center;
    line-height: 45px;
}
.contact-page .content-wrapper p {
    margin-bottom: 0;
}
.contact-page .contact-details li {
    margin-bottom: 20px;
}
.contact-page .mail .content-wrapper a {
    display: block;
}
.contact-page .contact-details {
    margin-bottom: 30px;
}
.contact-page textarea {
    max-height: 150px;
}
.header-menu {
	padding-top: 36px;
}
.is-sticky .header-menu {
	margin-top:0;
}
.site-description {
	display: inline-block;
    float: left;
	margin: 0;
}
#masthead .search-form {
	display: inline-block;
    float: right;
}
#masthead .search-form .search-field {
	    line-height: 18px;
}
#masthead .search-form {
	width:40%;
}
#masthead .search-form .search-submit {
    border: 1px solid #000;
    height: 33px;
    line-height: 28px;
    background: #fff;
    border-color: #c0bcbc;
    border-left: none;
	border-bottom:none;
}
#masthead .search-form .search-submit .button {
    height: 33px;
    line-height: 28px;
}
.ba-padding-dft-b {
	    padding-bottom: 36px;
}
#masthead .search-form .search-submit .icon-magnifier {
	font-weight: 900;
}
.branding-inner-wrap, .main-navigation a {
	font-size: 16px;
    font-weight: 500!important;
	text-transform:uppercase!important;
}
.section-bg {
	background-position: center center!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
	padding-top: 36px;
}
.ba-cat-title {
	font-size:24px;
	margin-bottom: 36px;
}
.ba-cat-list li a {
	font-size:18px;
	line-height: 2em;
    font-weight: 600;
}
.ba-img-holder {
    width: 100%;
    margin-bottom: 36px;
	max-width: 290px;
	max-height: 180px;
}
.ba-box-content-wrap {
	padding: 0 30px;
    margin: auto;
}
.ba-cat-desc {
	font-size:16px;
	min-height: 176px;
}
.ba-list-disc {
    padding-left: 40px;
	list-style-type: disc!important;
}
.ba-ul-list {
    list-style-type: disc!important;
        padding-left: 40px;
    
}
.ba-call-2-action {
	font-size: 18px;
    line-height: 2em;
    font-weight: 600;
    text-align:center;
	display:block
}
.ba-section-1 .ba-cat-title {
	margin-bottom: 9px;
}
#menu-footer li {
	display: inline-block;
    float: left;
	margin-right: 20px;
}
.ba-social-media li {
	display:inline-block;
	float:left;
	margin-right:10px;
}
#masthead .site-branding.navbar-items {
	    line-height: 11px;
}
.section-t-gap-50 {
	margin-top:50px;
}
.ba-theme-red {
	background:#aa0000;
}
.ba-theme-red > *,  .ba-theme-red h2{
	color:#fff!important;
	font-weight: 400;
}
.ba-call-2-action-pad {
	padding:16px 0;
}
.call-2-action-head {
	font-size: 36px;
	margin-bottom: 9px;
}
.call-2-action-head span {
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
}
.call-2-action-desc {
	    font-family: 'Dosis', sans-serif;
}
.ba-theme-red p {
	font-size:24px;
	margin-bottom: .5em;
	font-weight: 400;

}
.ba-feature-gap {
	padding-top: 64px;
}
.smls-main-logo-wrapper .smls-grid-image-wrap:before, .smls-main-logo-wrapper .smls-grid-image-wrap:after {
	border:none!important;
}
.no-margin {
	margin: 0!important;
}
.no-section-padding {
	padding:0!important;
}
.ba-blog-featured-wrap span, .ba-blog-wrap span{
	color: #004b75;
}
.ba-blog-featured-wrap h2, .ba-blog-wrap h2{
	    font-size: 24px;
}
.section-b-sep {
	border-bottom: 2px solid #cacaca;
	    padding-bottom: 30px;
}
.no-top-padding {
	padding-top:0!important;
}
.parent:nth-child(odd) {
    background-color: green;
}
.ba-blog-odd {
	border-bottom: 2px solid #cacaca;
	margin-bottom: 36px;
}
#text-5 {
	    border-left: 2px solid #cacaca;
}
.ba-text-lg {
    font-size: 20px;
    font-weight: 500;
    display: block;
    padding: 6px 0;
}
.ba-text-sm {
    font-size: 19px;
    font-weight: 500;
    display: block;
}
.ubermenu-skin-minimal .ubermenu-submenu a {
	padding: 10px!important;
}
.ubermenu-tab-content-panel .ubermenu-item a {
	font-size: 12px;
	padding:8px!important;
	line-height:12px;
}
.ubermenu-submenu-type-tabs-group .ubermenu-tab a,.ubermenu-skin-minimal .ubermenu-submenu a {
	font-size: 14px;
}
#ubermenu-nav-main-2-primary > li > a {
	    padding: 0px 15px;
}
.ubermenu-submenu {
	padding-top:20px!important;
}
.ubermenu-item-level-0>a .ubermenu-sub-indicator {
    right: -5px!important;
    margin-top: -8px!important;
}
.smls-grid-container-template-1 .smls-grid-image-wrap {
	opacity: 0;
}
.our-customer-show .smls-grid-image-wrap {
animation: move 12s infinite ease-in-out;
}
.ba-desc-area {
    padding-bottom: 30px;
}
.pull-left.category {
        /*border: 1px solid #a9a9a910; */
		-webkit-box-shadow: 0px 0px 1px 1px rgba(247,239,247,1);
-moz-box-shadow: 0px 0px 1px 1px rgba(247,239,247,1);
box-shadow: 0px 0px 1px 1px rgba(247,239,247,1);
        width:100%;
        height: 95%;
        
}
.ba-sub-head {
    margin: 30px 0;
}
.ba-desc-wrap {
padding: 10px 0;
}
.btn-request-quote {
     margin: 10px 0;
}
.img-thumbnail {
    border: none;
}
.pull-left.category img {
    /*max-width:99px;*/
        width: auto;
    height: 100px;
}
.h4 {
    font-size: 1.3rem;
    margin: 10px 0;
}
.pull-left.category img.ba-lg {
    max-width: 100%;
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center center;
}
.pull-left.category:hover {
    background: #cccccc0a;
}
ul.ba-list-disc .ba-list-disc {
    padding-left: 0;
}
@keyframes move {
	0% {
		opacity: 0;
		transform: rotateY(90deg)
	}
	20% {
		opacity: 1; 
		transform: rotateY(0deg);
	}
	90% {
		opacity: 1; 
	}
	100% { 
	transform: rotateY(0deg);
	opacity: 0; 
	}
}
.industries-we-serve-left, .industries-we-serve-right {
	width: 24px;
}
.industries-we-serve-left {
	    left: -24px;
}
.industries-we-serve-right {
	    right: -24px;
}
.product-table {
    padding-top: 30px;
}
.smls-hover-type-3 .smls-grid-image-wrap:hover img, .smls-hover-type-3.smls-carousel-logo .smls-car-img-wrap:hover img {
	transform: none!important;
}
.ba-cat-desc ul.ba-list-disc {
	margin-bottom:0!important;
}
.read-more-btn{
        padding-left: 0;
}
.search-submit .icon-magnifier {
    color: #000;
    cursor: pointer;
}
 .table  {
   display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } 
	
@media screen and (min-width: 768px){
	.cds-wrapper-custom {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
	}
}
@media screen and (min-width: 992px){
}
@media screen and (min-width: 1024px){
}
@media screen and (min-width: 1200px){
	#menu-item-443>a {
		padding-left: 23px!important;
    	padding-right: 0!important;
	}
	#menu-item-266>a, #menu-item-32>a {
		padding-left: 20px!important;
	}
	#menu-item-30>a {
		padding-left: 23px!important;
	}
	#menu-item-321>a {
		padding-left: 23px!important;
		padding-right: 2px!important;
	}
}
.carousel-item {
    -webkit-transition: 3s ease-in-out!important;
    -moz-transition: 3s ease-in-out!important;
    -o-transition: 3s ease-in-out!important;
    transition: 3s ease-in-out!important;
}
/*main */
@media (min-width: 320px) and (max-width:420px){
.cc-head .ubermenu-skin-minimal.ubermenu-responsive-toggle {
    top: -50px!important;
float: left!important;}
}
@media (max-width: 425px) {
 .ba-padding-dft-b {
    padding-bottom: 24px;
}
.cc-head #masthead .search-form{    width: 60%;
    position: relative;
    left: 0px;
    float: left;
    top: 15px;}
	 
.cc-head .ubermenu-responsive-toggle {
    position: absolute;
    top: -60px;
    right: 20px;
}
#text-5 {
    border-left: none;
}
	.category-caster-featured{    margin-left: 0;}
	.cc-head .ubermenu-skin-minimal.ubermenu-responsive-toggle {
		top: -90px!important;
		float: left!important; left:0;}
	.cc-head .site-description {
		text-align: left;
		font-size: 14px;
	}

}
@media (min-width: 426px) and (max-width: 767px) {
.cc-search .ubermenu-skin-minimal.ubermenu-responsive-toggle{    position: absolute;
    right: 0;
    top: 0px;}
	
	}
/*-----------------------------------------------
	mobile home page page-id-1430 page-id-1368
------------------------------------------------*/
@media (max-width: 768px) {
	.cc-head .ba-padding-dft-b:nth-child(2){padding-bottom:0;}
	.page-id-1430  .container { 
		width: 360px!important;
	}
	.page-id-1430 #text-5{    border-left: none!important;}
	.page-id-1430 .page-header {display:none;}
	.page-id-1430 .site-content {
		padding: 0;
	}
	.page-id-1430 .hentry {
		margin: 0;
	}
	.page-id-1430 .col-md-4, .page-id-1430 .col-md-3,  .page-id-1430  .col-md-2 , .page-id-1430.col-md-7, .page-id-1430 .col-md-5{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
.site-thead {position: relative!important;}
.page-id-1430 .header-menu  {    padding-top: 0px!important;}
.cc-sm{position:relative;}
.cc-search{position: absolute;
    top: 10px;
    left: 15px;
    width: 150px;
    border: none;}
.cc-search .search-submit,  .cc-search input[type="search"] {border: none!important;}
.mobile  .ubermenu-responsive-toggle{float:right; margin-right: 15px;}
.cc-search .search-form {width: 100%!important;overflow: hidden;}
.cc-search input[type="search"] {margin-left: 33px;}
.cc-search .search-submit{left: 10px;}
 .site-description {
    display: block!important;
    float: unset!important;
    text-align: center;
}
.site-description  span {font-weight:bold}
.ba-section-1 .ba-cat-title{font-size:22pt;     margin: 16px 0;}
.bg_heading_one{background:url('/wp-content/uploads/2019/background-casters.png') center center no-repeat}
.bg_heading_two{background:url('/wp-content/uploads/2019/background-wheels.png') center center no-repeat}
.bg_heading_three{background:url('/wp-content/uploads/2019/background-levelers.png') center center no-repeat}
	.cc-more:after{       content: '\25b6';
    left: 6px;
    position: relative;}
.mobile .ba-cat-title a{font-size:22pt;}
.mobile  .ba-box-content-wrap { padding: 0 0px;}
.ba-section-1 .ba-cat-title {padding:20px 0;    text-align: center;    margin-bottom: 20px!important;}
.cc-hr{
	border-top: 1px solid #d2d2d2;
    width: 100%;
    margin: 36px 0 0px 0;
	height: 0;}
.mobile .ba-img-holder {margin-bottom: 50px;}
.mobile .ba-call-2-action {    margin-bottom: 50px;}
.mobile .ba-cat-desc {
    min-height: 0;
    margin-bottom: 36px;
}
.mobile .call-2-action-head {
    font-size: 22pt;
    color: #fff;
    margin-bottom: 20px;
	margin-top: 20px;
}
.mobile .call-2-action-desc {
    font-size: 24pt;
    color: #fff;
    margin-bottom: 20px;    font-family: 'Montserrat', sans-serif;
}
.mobile_blog .read-more{text-transform: uppercase;
    margin-top: 36px;
    margin-bottom: 50px;}
.mobile_blog  .read-more-btn:after {
    content: '\25b6';
    position: absolute;
    font-size: 13px;
    line-height: 19px;
    right: -2px;
}
.mobile_blog .ba-blog-odd {
    border-bottom: none;
    margin-bottom: 0;
}
.mobile_blog    {
    border-bottom: none!important;
    padding-bottom: 0!important;
}
.mobile h3{font-size:22pt}
.footer-separator { padding-top:  0px!important;}
.widget-title {margin-top: 50px; font-size: 22pt!important;}
#text-5, .site-info   {text-align: left!important;}
.cc-mb{margin-bottom:20px;}
.cc-mt{margin-top:20px;}


/*end home mobile*/
#text-5 {
    border-left: none;}
.cc-head .site-description{text-align:left;}   
.cc-head .ubermenu-skin-minimal.ubermenu-responsive-toggle {
        float: right;
    right: 15px;
    position: relative;
    top: -36px;
}
.ba-list-disc {
    padding-left: 22px;
    }
	.page-header .container {
		margin-top: 20px;
	}
	.cds-facet-container {
		width: 100%!important;
		margin: 10px auto;
		padding-left: 10px;
		padding-right: 10px;
	}
	.cds-browse-container {
		margin: .5em!important;
	}
	.cds-product-grid li{width:100%!important;}
	.cds-product-list li{width:max-content!important; }
}

@media (max-width: 618px)   {
/*.cc-head #masthead .search-form{    width: 100%;
    }
	 
	.cc-head .ubermenu-responsive-toggle {position: absolute;
    top: -10px;
    right: 20px;}*/
}
@media (min-width: 769px) and (max-width: 959px)  {
	.mobile .ubermenu-skin-minimal.ubermenu-responsive-toggle {  
    position: absolute;
      top: -12px;
    right: 20px;}
	
}
@media (min-width: 769px)   { .cc-search{position: relative;
    top: -55px;}
	.page-id-1430 .page-header {display:none;}
.page-id-1430 .header-menu {padding: 15px;}
.page-id-1430.site-content {
    padding: 135px 0 0 0;
}
.mobile.ba-section-1{     
    width: 430px;
    margin-left: auto;
    margin-right: auto;}
.mobile .header-menu {
    padding: 20px;
}
.ba-section-1 .ba-cat-title{font-size:22pt;     margin: 16px 0;}
.bg_heading_one{background:url('/wp-content/uploads/2019/background-casters.png') center center no-repeat}
.bg_heading_two{background:url('/wp-content/uploads/2019/background-wheels.png') center center no-repeat}
.bg_heading_three{background:url('/wp-content/uploads/2019/background-levelers.png') center center no-repeat}
	.mobile .ba-cat-title{    padding: 20px 0;    text-align: center;}
	.cc-more:after {
    content: '\25b6';
    left: 6px;
    position: relative;
}
.ba-section-1 .ba-cat-list {margin:30px auto;}
.mobile .site-description{    margin-left: 26px;}
.mobile_blog .col-md-3, .mobile_blog .col-md-9{    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 50%;
    max-width: 50%;} 
	.mobile_blog .ba-blog-odd {border-bottom:none;}
	.call-2-action-head, .call-2-action-desc{color:#fff;}
	.call-2-action-desc{font-size:24pt;}
	.mobile #site-navigation {
    right: 0;
    position: absolute;}
	.mobile .cc-mt{margin-top:20px;}
	.ba-theme-red {
    margin-top: 30px;}
	
	.ubermenu-skin-minimal.ubermenu-responsive-toggle{    right: 15px;
    position: absolute;
    top: -15px;}
	}
/*-----------------------------------------------
	End mobile home page 
------------------------------------------------*/

.cds-browse-container .head img {max-width: none!important;}
.divider {margin-top: 20px;}