/*
	Theme Name: www.tkoequipment.com
	Theme URI: https://sandhills.com
	Author: Sandhills
	Author URI: https://sandhills.com
	Description: Sandhills default template.
	Version: 1.0
	Text Domain: sandhills
	Tags: Sandhills default
*/

/* RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{background: transparent; border: 0; margin: 0; padding: 0;} img{max-width: 100%; height: auto; image-rendering: -webkit-optimize-contrast;}

html, body{background: #000 url("images/bg.png"); font-family: 'Montserrat', sans-serif; font-size: 14px; line-height: 1.5; color: #fff; height: 100%; width: 100%;}
hr{margin: 25px 0; border: none; border-top: 1px #fff solid;}
::-moz-selection{background: #9C0001; color: #fff; text-shadow: none} ::selection{background: #9C0001; color: #fff; text-shadow: none}

.sidebarColumn{min-height: inherit !important;}
.main{padding: 50px 0;}
.wrap{max-width: 1440px; margin: 0 auto; padding: 0 20px;}
.white-border-box{display: block; padding: 40px; font-size: 48px; font-weight: 700; text-transform: uppercase; text-align: center; border: 5px #fff solid;}

.main .wrap .col-sm-11, .main .wrap .col-sm-10, .main .wrap .col-sm-9, .main .wrap .col-sm-8, .main .wrap .col-sm-7, .main .wrap .col-sm-6, .main .wrap .col-sm-5, .main .wrap .col-sm-4, .main .wrap .col-sm-3, .main .wrap .col-sm-2, .main .wrap .col-sm-1{padding-right: 25px !important;}
.cf{zoom: 1;} .cf:before, .cf:after{content: ""; display: table;} .cf:after{clear: both;} .clear{clear: both;} *{box-sizing: border-box;}

/* TYPOGRAPHY */

h1, h2, h3, h4, h5, h6{font-weight: 700; text-transform: uppercase;}
h1{font-size: 22px;}
h2{font-size: 20px;}
a{color: inherit; transition: all .2s ease-in-out; text-decoration: underline;} a:hover{color: inherit; text-decoration: none;}
p{font-size: 16px; padding-bottom: 15px;}
ul,ol{
	font-size: 16px;
	margin: 0 0 20px 35px;
}

/* HEADER */

.header{background: #222; padding: 25px 0; border-top: 1px #9C0001 solid;}
.header .wrap{display: flex; flex-wrap: wrap;}
.header .tagline{width: 400px; font-size: 20px; font-weight: 700;}
.header .logo{width: calc(100% - 800px);}
.header .contact{width: 400px; font-size: 15px; font-weight: 700; text-transform: uppercase; text-align: right;}
.header .social{margin-bottom: 5px;}
.header .social ul li{display: inline-block; list-style: none;}
.header .social ul li a{display: block; padding: 5px; font-size: 30px;}

/* HOME */

.hero{background: url("images/bg-gradient.png"); padding: 35px 0; border-bottom: 1px #9C0001 solid;}
.hero .wrap{max-width: 1640px;}

/********* Grid and hover effect ************/
.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 2em;
	list-style: none;
	text-align: center;
}

.parts-table {
  margin: 40px auto;
  width: 80%;
  max-width: 800px;
  border-collapse: separate;
  border-spacing: 20px 12px; 
  font-family: Arial, sans-serif;
  font-size: 16px;
  background-color: transparent;
  color: white;
}

.parts-table td {
  padding: 12px 20px;
  background-color: transparent; 
  border: 1px solid rgba(255, 255, 255, 0.3); 
  vertical-align: middle;
  text-align: left;
}



/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	margin: 10px 1%;
	width: 95%;
	max-height:294px;
	background: #000;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	height:100%;
	opacity: 1;
}
.grid figure figcaption {
	font-size: 20px;
	z-index:1100;
	position:relative;
	background:rgba(0,0,0,.6);
	display:block;
	height:100%;
	width:100%;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
	-moz-transition: all .5s ease; /* Firefox */
	-ms-transition: all .5s ease; /* IE 9 */
	-o-transition: all .5s ease; /* Opera */
	transition: all .5s ease;
}
.grid figure:hover figcaption{
	opacity:0;
	visibility:hidden;
}

/*
.grid figure figcaption {
	padding: 1%;
	color: #fff;
	font-size: 30px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}*/

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 28px;
	color:#fff;
	padding:25% 0 0 0;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 75%;
	color:#fff;
}

/*---------------*/
/***** Romeo *****/
/*---------------*/

/*figure.effect-romeo {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}*/

figure.effect-romeo img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,0,300px);
	transform: translate3d(0,0,300px);
}

figure.effect-romeo:hover img {
	opacity: 0.8;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*
figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	height: 1px;
	background: #fff;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

figure.effect-romeo:hover figcaption::before {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
	transform: translate3d(-50%,-50%,0) rotate(45deg);
}

figure.effect-romeo:hover figcaption::after {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
	transform: translate3d(-50%,-50%,0) rotate(-45deg);
}

figure.effect-romeo h2,
figure.effect-romeo p {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-romeo h2 {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
}

figure.effect-romeo p {
	padding: 0;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,150%,0);
}

figure.effect-romeo:hover h2 {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
}

figure.effect-romeo:hover p {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,100%,0);
}*/

/********* End of Grid and hover effect ************/

/* BODY */

.career-row{display: flex; margin: 10px 0; border: 1px #999 solid;}
.career-row .career-col{flex: 1; padding: 15px 15px 20px; border-right: 1px #999 solid;}
.career-row .career-col:last-child{border-right: none;}

.staff-row{display: flex; text-align: left; border: 1px #999 solid;}
.staff-row a{text-decoration: underline;}
.staff-row .staff-col{flex: 1; padding: 15px 15px 20px; border-right: 1px #999 solid;}
.staff-row .staff-col:last-child{border-right: none;}

.contactForm h1{display: none;}
.contactForm .checkbox, .contactForm .radio{display: inline-block; padding: 0 5px;}
.contactForm .btn-success, .contactForm .btn-success:focus, .contactForm .btn-success:hover{background-color: #9C0001 !important; border-color: #9C0001 !important; font-weight: 700; color: #fff;}
.contactForm .contactFormLabel{display: block; font-size: 12px; font-weight: 700;}
.contactForm .form-control{height: auto; margin-top: 5px; padding: 10px;}

/*--------------------------------------------------------------
Blog CPT - Added 9/8/23 
--------------------------------------------------------------*/
.news-wrapper{
	margin: 2%;
	padding: 1% 2% 2% 2%;
	display: block;
	text-align: left;
	border: 1px solid #fff;
	box-sizing: border-box;
}
a.blog_post-readmoreTag{
	width:200px;
	display: block;
	background-color: #9C0001;
	color:#fff;
	padding:10px 0;
	text-align:center;
	text-decoration:none;
}
a.blog_post-readmoreTag:hover{
	background-color: #850000;
}
.site-single{
	max-width: 1400px;
	display:block;
	margin:0 auto;
	padding:3%;
	box-sizing: border-box;
}
.site-single img{
	padding: 1%;
    display: inline-block;
    max-width: 400px;
    width: fit-content;
    height: auto;
}
.advancedresults11{
    float:none !important;
}
.prevButton-container-news-blog, .nextButton-container-news-blog{ float:left;}
.byline,.posted-on{display: none;}


/* FOOTER */

.members{background: url("images/bg-gradient.png"); padding: 35px 0; border-top: 1px #9C0001 solid; border-bottom: 1px #9C0001 solid;}
.post-container-memberships{display: flex; flex-wrap: wrap;}
.column-padding-memberships{width: calc(25% - 4px); margin: 2px;}
.member-box{display: block; background: #fff; padding: 5px;}

.footer{padding: 25px 0;}
.footer .scrolling-wrap{margin-bottom: 50px; width: 100%; height: 100px; overflow: hidden;}
.footer .scrolling-wrap .scrolling{width: 100%; height: 92px;}
.footer .wrap{display: flex; flex-wrap: wrap;}
.footer .footer-links{width: 450px;}
.footer .footer-links h3{margin-bottom: 10px; font-size: 15px; color: #9C0001;}
.footer .footer-links a{display: block; padding: 3px 0; font-size: 12px; color: #ddd;}
.footer .footer-links a:hover{text-decoration: underline;}
.footer .contact{width: calc(100% - 450px); font-size: 15px; font-weight: 700; text-transform: uppercase; text-align: right;}
.footer .social{margin-bottom: 5px;}
.footer .social ul li{display: inline-block; list-style: none;}
.footer .social ul li a{display: block; padding: 5px; font-size: 30px;}
.footer .copyright{width: 100%; margin-top: 35px; font-size: 10px; color: #ccc;}
.footer .copyright a{text-decoration: underline;}
.footer .copyright a:hover{text-decoration: none;}

/* RESPONSIVE */

@media screen and (max-width: 1300px){
	.column-padding-home-buttons{width: calc(50% - 10px);}
}
@media screen and (max-width: 1024px){
	.header .tagline, .header .contact{width: 100%; text-align: center;}
	.header .logo{display: none;}
	
	.cta-btn .cta-links a{display: block; font-size: 11px;}
}
@media screen and (max-width: 768px){
	.main{padding: 35px 0;}
	.main .wrap .col-sm-11, .main .wrap .col-sm-10, .main .wrap .col-sm-9, .main .wrap .col-sm-8, .main .wrap .col-sm-7, .main .wrap .col-sm-6, .main .wrap .col-sm-5, .main .wrap .col-sm-4, .main .wrap .col-sm-3, .main .wrap .col-sm-2, .main .wrap .col-sm-1{margin-bottom: 15px; padding-right: 0 !important;}
	
	.column-padding-home-buttons{width: 100%; margin: 5px 0;}
	.cta-btn img{cursor: pointer; border: 1px #9C0001 solid;}
	.cta-btn .cta-links{display: none; position: relative; top: 0; left: 0; width: 100%; transform: none; opacity: 1;}
	.cta-btn .cta-links a{padding: 6px; font-size: 14px;}
	.cta-btn:hover .cta-links{display: block;}
	.white-border-box{padding: 20px; font-size: 24px;}
	
	.staff-row{display: block; margin-bottom: 10px; padding: 15px;}
	.staff-row .staff-col{flex: none; margin: 10px 0; padding: 0; border: none;}
	
	.column-padding-memberships{width: calc(33.3333% - 4px);}
	.footer{text-align: center;}
	.footer .scrolling-wrap{margin-bottom: 25px;}
	.footer .footer-links{width: 100%;}
	.footer .contact{width: 100%; text-align: center;}
	.footer .col-sm-6{margin: 15px 0;}
	
.parts-table {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
  overflow-x: auto;
  white-space: nowrap; 
  border-collapse: separate;
  border-spacing: 20px 12px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  background-color: transparent;
  color: white;
}


.parts-table td {
  padding: 12px 20px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  vertical-align: middle;
  text-align: left;

}


/* Smooth scrolling on mobile */
.parts-table::-webkit-scrollbar {
  height: 8px;
}

.parts-table::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}

}
@media screen and (max-width: 480px){
	.header .tagline{font-size: 15px;}
	.header .contact{font-size: 12px;}
	
	.career-row{display: block;}
	.career-row .career-col{flex: none; padding: 15px 15px 20px; border-right: none; border-bottom: 1px #999 solid;}
	
	.column-padding-memberships{width: calc(50% - 4px);}
}