﻿/***** BEGIN 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;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {overflow-x: hidden;}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none; cursor: pointer !important;}
button:hover {cursor: pointer !important;}


hr{border:#000 1px solid;}
html {font-family: 'poppins', sans-serif !important;}

/*--- HEADER STYLES ---------------------*/
header {background: #2E2E2E; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.header {width: 95%; margin: 0 auto; display: flex; justify-content: space-between; padding: 10px 0; align-items: center;}
.header a {color: #fff; font-size: 14px; line-height: 15px;}
.header div:first-child {display: flex; gap: 40px; align-items: center;}

/*---BODY--------------------------------*/
/*---DEFAULT---*/
.hero-slides {width: 95%; margin: 0 auto;}
.our-products {width: 75%; margin: 0 auto; text-align: center; margin-top: 40px; margin-bottom: 50px;}
.our-products h2 {color: #6B0003; font-size: 28px; text-transform: uppercase; margin-bottom: 10px;}
.our-products h2 span {font-weight: 300;}
.our-products p {color: #1A1A1A; font-size: 16px; line-height: 24px;}
.our-products p a {color: #1A1A1A; font-weight: bold;}
.our-products p a:hover {color: #6B0003;}
.hero-overlay {background: rgba(46,46,46,0.80);}
.reel img {overflow: hidden; height: 480px; object-fit: cover;}
.hero {margin-top: -480px;}
.hero h1 {color: #fff; text-align: center; text-transform: uppercase; font-size: 35px; line-height: 40px; width: 700px; margin: 0 auto;}
.hero p {color: #fff; font-size: 18px; line-height: 26px; width: 800px; margin: 0 auto; text-align: center; margin-top: 10px;}
.hero .hero-buttons button {background: #6B0003; color: #fff; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; width: 220px; padding: 10px 0; font-family: 'inter-variable', sans-serif; font-weight: 300; font-size: 16px; border: none; border: 2px #6B0003 solid;}
.hero .hero-buttons button:hover, .hero .hero-buttons a:last-child button:hover {background: #530002; border: 2px #530002 solid;}
.hero .hero-buttons a:last-child button {background: transparent; border: 2px #fff solid;}
.hero .hero-buttons {display: flex; justify-content: center; gap: 15px; margin-top: 25px;}
.hero .hero-overlay {height: 480px;}
.hero .center-hero {display: flex; justify-content: center; align-items: center; height: 480px;}

.manu-logos {width: 85%; margin: 0 auto;}
.manu-logos a {border: 2px #D9D9D9 solid; border-radius: 10px;}

.welcome {background: #2E2E2E; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; width: 95%; margin: 0 auto; margin-top: 80px;}
.welcome-wrapper {width: 90%; margin: 0 auto; padding: 70px 0 80px 0; display: flex; align-items: center; gap: 40px;}
.welcome-wrapper img {opacity: 17%; width: 100%;}
.welcome-wrapper p {color: #fff; font-size: 16px; line-height: 24px; margin-bottom: 10px;}
.welcome-wrapper button {background: none; border: 2px #fff solid; width: 220px; font-size: 16px; color: #fff; padding: 10px 0; margin-top: 20px;}
.welcome-wrapper button:hover {background: #fff; color: #2E2E2E; transition: .5s;}
.welcome-wrapper h2 {color: #fff; font-size: 28px; text-transform: uppercase; margin-bottom: 20px;}
.welcome-wrapper span h2 {font-size: 20px; font-weight: 300; margin-bottom: 8px;}
.welcome-wrapper div:first-child {width: 65%;}
.welcome-wrapper div:last-child {width: 35%;}

.mailing-bkgrd {background: url("/siteart/mailing-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; margin-top: 40px;}
.mailing-overlay {background: rgba(83,0,2,0.93);}
.mailing-wrapper {width: 95%; margin: 0 auto; padding: 40px 0; display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;}
.mailing-wrapper h2 {color: #fff; font-size: 28px; text-transform: uppercase; margin-bottom: 5px;}
.mailing-wrapper h2 span {font-weight: 300;}
.mailing-wrapper p {color: #fff; font-size: 16px; line-height: 24px;}
.mailing-wrapper button {background: none; border: 2px #fff solid; width: 220px; font-size: 16px; color: #fff; padding: 10px 0;}
.mailing-wrapper button:hover {background: #fff; color: #530002; transition: .5s;}

/*---ABOUT---*/
.about-page {width: 80%; margin: 0 auto; margin-top: 50px; margin-bottom: 100px;}
.about-page h1 {font-size: 30px;}
.about-page h1 span {font-weight: 300;}
.about-page h2 {font-size: 18px; margin: 10px 0;}
.about-page p {font-size: 16px; line-height: 24px; margin-bottom: 10px;}
.signature p {font-family: "lindsey-signature", sans-serif; font-weight: 400; font-style: normal; font-size: 35px; margin-top: 45px; margin-bottom: 23px;}
.signature ul li {font-size: 15px; line-height: 22px;}
.signature ul li a {color: #6B0003; font-weight: 600;}
.signature ul li a:hover {color: #bbb; transition: .5s;}
.signature {display: flex; gap: 20px; margin-top: 30px;}
.about-page hr {border: #bbb 1px dashed; margin-top: 50px;}

/*---CONTACT---*/
.contact-page {width: 95%; margin: 0 auto; margin-top: 50px; margin-bottom: 100px; display: flex; justify-content: space-between; gap: 40px}
.contact-page h1 {font-size: 28px; font-weight: 300;}
.contact-page h2 {font-size: 18px; margin: 0px 0 10px 0;}
.contact-page p {font-size: 16px; line-height: 24px; margin-bottom: 10px;}
.contact-page > div {width: 50%;}
.contact-page .consign-form {margin-top: 0px !important;}
.contact-page hr {border: #bbb 1px dashed; margin-top: 0px; width: 100%;}
.contact-page > div:first-child h1 {margin-bottom: 10px;}
.contact-page ul {margin-top: 25px;}
.contact-page ul li a {color: #000; font-size: 15px; line-height: 22px;}
.contact-page ul li a:hover {color: #bbb; transition: .5s;}
.contact-page .hr {display: none;}

/*---MAILING LIST---*/
.mailing-list-page {width: 80%; margin: 0 auto; margin-top: 50px; margin-bottom: 100px;}
.mailing-list-page h1 {font-size: 28px; font-weight: 300;}
.mailing-list-page h2 {font-size: 18px; margin: 0px 0 10px 0;}
.mailing-list-page p {font-size: 16px; line-height: 24px; margin-bottom: 10px;}
.mailing-list-page .form-p {font-size: 14px; line-height: 22px; margin-bottom: 0px;}

/*---THANK YOU---*/
.thank-you-buttons {display: flex; gap: 20px; margin-top: 20px; margin-bottom: 60px;}
.thank-you-buttons button {background: #6B0003; color: #fff; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; width: 220px; padding: 10px 0; font-family: 'inter-variable', sans-serif; font-weight: 300; font-size: 16px; border: none;}
.thank-you-buttons button:hover {color: #fff; background: #530002; transition: .5s; cursor: pointer !important;}

/*--------FORM STYLES--------------------*/
.consign-form {width: 100%; margin: 0 auto; margin-top: 50px; border-radius: 5px; position: relative;}
.consign-form p {color: #CCC; font-size: 15px; margin-bottom: 20px;}
.consign-form form input {background: #EFEFEF; border: none; width: 100%; padding: 13px 0 13px 17px; font-family: 'inter-variable', sans-serif; font-size: 14px;}
.consign-form td {width: 100%;}
.consign-form form {width: 99%;}
.consign-form form textarea {width: 100%; background: #E9E9E9; border: none; padding: 13px 0 13px 17px; font-family: 'inter-variable', sans-serif; font-size: 14px;}
.consign-form form select {width: 50%; background: #E9E9E9; border: none; padding: 13px 0 13px 17px; font-family: 'inter-variable', sans-serif; font-size: 14px;}
.consign-form form tr {display: flex; gap: 25px; margin-bottom: 12px;}
.consign-form form table {width: 100%;}
.consign-form form .submitselect {background: #6B0003; color: #fff; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; width: 220px; padding: 12px 0 13px 0; font-family: 'inter-variable', sans-serif; font-weight: 300; font-size: 15px; display: flex; justify-content: center;}
.consign-form form .submitselect:hover {color: #fff; background: #530002; transition: .5s;}
.consign-form form .CaptchaMessagePanel {color: #303030; font-weight: normal; font-size: 15px;}
.consign-form form .CaptchaWhatsThisPanel a {color: #303030; border-bottom: 1px transparent solid;}
.consign-form form .CaptchaWhatsThisPanel a:hover {border-bottom: 1px #303030 solid; transition: .5s;}
.consign-form form .submit {background: #6B0003; color: #fff; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; width: 220px; padding: 12px 0 13px 0; font-family: 'inter-variable', sans-serif; font-weight: 300; font-size: 15px;}
.consign-form form .submit:hover {color: #fff; background: #530002; transition: .5s; cursor: pointer !important;}
.form-wrapper h2 {color: #000;  font-size: 28px; margin-bottom: 10px; line-height: 30px; font-weight: 300;}
.form-wrapper h2 span {font-weight: 300;}
.form-wrapper h3 {color: #0F380F; font-size: 20px; margin-top: 30px; line-height: 28px;}
.form-wrapper p {color: #303030; font-size: 16px; line-height: 24px;}
.consign-form #continue {display: flex; margin-top: 10px;}
.get-in-touch {margin-bottom: 60px;}
.anonymous input {width: 25px !important; margin: 0; margin-bottom: 10px;}
.pick-interest {margin-bottom: 6px !important;}

/*-------- FOOTER STYLES ----------------*/
.footer {background: #2E2E2E; margin-top: -64px; position: relative;}
.footer-wrapper {width: 95%; margin: 0 auto; padding: 60px 0 40px 0;}
.footer-contact {display: flex; justify-content: space-between; align-items: center;}
.footer-contact p {color: #fff; font-size: 14px; line-height: 22px; padding: 10px 0 12px 0;}
.footer-contact ul a {color: #fff; font-size: 14px; border-bottom: 1px transparent solid;}
.footer-contact ul li {line-height: 26px;}
.footer-contact ul a:hover {border-bottom: 1px #fff solid;}
.quick-links h3 {color: #fff; text-transform: uppercase; font-size: 16px; margin-bottom: 8px;}
.quick-links ul li a {text-transform: uppercase;}
.footer hr {border: 1px rgba(255,255,255,0.70) solid; margin-top: 50px; margin-bottom: 35px;}
.footer-site p {color: rgba(255,255,255,0.70); font-size: 14px; font-weight: 300; line-height: 22px; text-align: center; width: 80%; margin: 0 auto;}
.footer-contact-width {width: 60%;}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.list-top-section .list-title {padding-left: 0px !important;}
.list-content, .detail-wrapper {margin-top: 50px !important; margin-bottom: 100px !important;}
.list-top-section .list-listings-count, .list-content .price-container .price, .listing-prices__retail-price, .listing-prices__discount-formatted-price, .listing-prices__alternate-retail-price, .listing-prices__exclusive-wholesale-price {color: #6B0003 !important;}
.list-top-section .listing-option-bar-content .list-listings-count {display: contents !important;}
.view-listing-details-link, .faceted-search-content button.faceted-search:hover, .rocktecdrillscomhdev-88jlbf, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-error-container .info button:not(.login-button) {background: #6B0003 !important;}
.disclaimer span {font-size: 16px; line-height: 24px;}

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1500px) {
	.reel img {height: 450px;}
	.hero {margin-top: -450px}
	.hero .hero-overlay {height: 450px;}
	.hero .center-hero {height: 450px;}
}
@media only screen and (max-width: 1400px) {
	.reel img {height: 420px;}
	.hero {margin-top: -420px}
	.hero .hero-overlay {height: 420px;}
	.hero .center-hero {height: 420px;}
}
@media only screen and (max-width: 1300px) {
	.reel img {height: 390px;}
	.hero {margin-top: -390px}
	.hero .hero-overlay {height: 390px;}
	.hero .center-hero {height: 390px;}
}
@media only screen and (max-width: 1200px) {
	.mailing-wrapper {flex-wrap: wrap;}
	.mailing-wrapper div {width: 100%;}
	.mailing-wrapper button {margin-top: 20px;}
	.reel img {height: 360px;}
	.hero {margin-top: -360px}
	.hero .hero-overlay {height: 360px;}
	.hero .center-hero {height: 360px;}
}
@media only screen and (max-width: 1150px) {
	header {display: none;}
	.hero-slides {width: 100%;}
	.contact-page {flex-wrap: wrap;}
	.contact-page > div {width: 100%;}
	.contact-page .hr {display: contents; width: 100%;}
}
@media only screen and (max-width: 1000px) {
	.our-products {width: 95%;}
	.footer-site p {width: 100%;}
	.about-page, .mailing-list-page {width: 95%;}
	.consign-form form {width: 98.5%;}
}
@media only screen and (max-width: 900px) {
	.welcome-wrapper {flex-wrap: wrap; gap: 70px;}
	.welcome-wrapper div:first-child, .welcome-wrapper div:last-child {width: 100%;}
	.welcome-wrapper div:last-child {text-align: center;}
	.welcome-wrapper img {width: 50%;}
	.consign-form form {width: 98%;}
}
@media only screen and (max-width: 800px) {
	.hero h1, .hero p {width: 95% !important;}
}
@media only screen and (max-width: 750px) {
	.welcome-wrapper img {width: 60%;}
}
@media only screen and (max-width: 700px) {
	.consign-form form {width: 97.5%;}
}
@media only screen and (max-width: 650px) {
	.footer-contact {flex-wrap: wrap; gap: 30px;}
	.footer-contact-width {width: 100%;}
}
@media only screen and (max-width: 600px) {
	.welcome-wrapper img {width: 70%;}
	.welcome-wrapper button, .mailing-wrapper button, .thank-you-buttons button, .hero .hero-buttons button {width: 100%; padding: 15px 0;}
	.thank-you-buttons a, .hero .hero-buttons a {width: 100%;}
	.welcome {width: 100%;}
	.mailing-wrapper {padding: 60px 0;}
	.mailing-wrapper button {margin-top: 35px;}
	.consign-form form tr {gap: 10px; margin-bottom: 10px; flex-wrap: wrap;}
	.consign-form form input, .consign-form form textarea {padding: 15px 0 15px 17px; width: 97%;}
	.consign-form form .submitselect {width: 100%; padding: 15px 0;}
	.consign-form form {width: 100%;}
	.thank-you-buttons {flex-wrap: wrap; gap: 10px;}
	.reel img, .hero .hero-overlay {height: auto;}
	.hero {margin-top: 0px;}
	.hero-overlay {background: rgba(46,46,46,1.0);}
	.hero .center-hero {height: 350px;}
	.hero .hero-buttons {flex-wrap: wrap; width: 95%; margin: 0 auto; margin-top: 25px;}
}
@media only screen and (max-width: 500px) {
	.welcome-wrapper img {width: 85%;}
	.footer-contact-width img {width: 75%;}
	.consign-form form input, .consign-form form textarea {width: 96%;}
}
@media only screen and (max-width: 400px) {
	.consign-form form input, .consign-form form textarea {width: 95.5%;}
	.hero h1 {font-size: 30px; line-height: 35px;}
	.hero .center-hero {height: 370px;}
}
@media only screen and (max-width: 350px) {
	.signature img {width: 100%;}
	.signature div:first-child {width: 40%;}
	.signature p {margin-top: 25px;}
	.consign-form form input, .consign-form form textarea {width: 95%;}
	.hero .center-hero {height: 380px;}
}
@media only screen and (max-width: 320px) {
	.hero h1 { font-size: 26px; line-height: 31px;}
	.hero p {font-size: 16px; line-height: 24px;}
}
@media only screen and (max-width: 300px) {
	.consign-form form input, .consign-form form textarea {width: 94%;}
}