.specsTable tbody tr {
	border: 1px solid #000;
}

.specsTable tbody td {
	padding: 8px;
}

.specsTable tbody td:first-child {
	font-weight: bold;
}

.productListingTitle {
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	font-family: ubuntu, sans-serif;
}

.productListingHeading {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 8px;
}

/* Styles for notification banner */

.notification-banner-full {
	height: 40px;
	width: 100%;
	background: #b21f2a;
	color: #fff;
	line-height: 38px;
	text-align:center;
}

.notification-banner-mobile {
	display: none;
}


@media only screen and (max-width: 1024px) {
	.notification-banner-mobile {
		display: block;
		height: 28px;
		width: 100%;
		background: #B21F2A;
		color: #fff;
		text-align:center;
		font-size: 18px;
		line-height: 26px;
	}

	.notification-banner-full {
		display: none;
	}
}
/* End styles for notification banner */

/* For backorder message on product page */
.available-on-backorder {
	margin-bottom:30px;
	font-size:17px !important;
	font-weight: 400;
}

.blog-blades .blade {
	padding-top: 15px;
	padding-bottom:15px;
}

/* Remove the | from the meta data line on the main blog posts page */
.blog .loop article span.date:after {
	content: none;
}

/* To style /blog thumbnails */
.blog-post-thumbnail {
	display: inline-block;
}

.blog-post-thumbnail img {
	float: left;
	padding-right: 40px;
}

.blog-post-thumbnail h2 {
	margin-top: 0px !important;
}

.blog .loop article {
	padding: 40px 0 40px 0 !important;
}

/* To style social buttons on Contact page*/
.social-buttons a {
    display: inline-block;
    width: 44px;
    text-align: center;
    background: #4a4a4a;
    color: #fff;
    font-size: 22px;
    line-height: 44px;
    margin: 12px 2px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;	
	float: left;
}

/* For avatax validate address button */

.wc_avatax_validate_address {
	background: #B21F2A !important;
    color: #ffffff !important;
    margin: 40px 0 !important;
    display: block !important;
}

/* To style upsell section heading */

.woocommerce div.product .upsells h2 {
	font-size: 36px;
	font-weight: 800;
	text-align: center;
}

.woocommerce a.added_to_cart {
	display: none !important;
}
.page-id-9 .page {
	padding-top: 80px;
}
@media only screen and (max-width: 768px) {
	.page-id-9 .page {
		padding-top: 24px;
	}
}

.woocommerce-form.woocommerce-form-login.login {
	background: rgba(74,74,74,.1);
	padding: 20px;
	border: none;
	border-radius: 0;
}
.woocommerce-form.woocommerce-form-login.login p {
	margin-bottom: 12px;
}
.woocommerce-form.woocommerce-form-login.login .form-row input.input-text, 
.woocommerce-form.woocommerce-form-login.login .form-row textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	background: white;
	border: none;
	border-radius: 0;
	height: 2.5em;
	font-size: 1rem;
	line-height: normal;
	border: #dbdbdb;
	padding-bottom: calc(0.5em - 1px);
	padding-left: calc(0.75em - 1px);
	padding-right: calc(0.75em - 1px);
	padding-top: calc(0.5em - 1px);
}
.woocommerce-button.button.woocommerce-form-login__submit {
	background: #B21F2A !important;
	color: #ffffff !important;
}
.woocommerce-form.woocommerce-form-login.login {
	display: block !important;
	margin-top: 0;
}
.page-id-9 .woocommerce-form-login-toggle {
	display: none !important;
}

/* To remove category from product page */
.below-header .container h1.single_title {
	display: none;
}

/* Contact page social icons */
.contact-social a {
    display: inline-block;
    width: 44px;
    text-align: center;
    background: #4A4A4A;
    color: #fff;
    font-size: 22px;
    line-height: 44px;
    margin: 12px 2px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.contact-social {
	text-align: center;
	display: block;
}

/* Variation Selections */

.select select {
	width: 100%;
}

.woocommerce-variation-price {
	margin-top: 40px;
	margin-bottom: 20px;
}

/* Piston Pump Repair Page */
.piston-services h5 {
    color: #fff;
}

.piston-services i {
	margin-bottom: 1.5rem !important;
	margin-top: 1rem !important;
	color: #B21F2A;
	border-radius: 100%;
	background: #fff;
	padding: 15px;
}

.piston-services {
    color: #fff;
    background: #B21F2A;
    padding: 10%;
    margin: 2%;
	min-height: 334px;
}

.piston-services-es {
	min-height: 377px;
}

@media screen and (max-width:1407px) {
	.piston-services {
		min-height: 346px;
	}
	
	.piston-services-es {
		min-height: 411px;
	}
}

@media screen and (max-width:1215px) {
	.piston-services h5 {
		font-size:1.25rem;
	}
}

.kodiak-materials-textarea textarea {
	min-height: 0px !important;
}

html {
	scroll-behavior: smooth;
}

.kodiak-materials-video {
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%;
}

.kodiak-materials-video iframe, .kodiak-materials-video object, .kodiak-materials-video embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

/* FAQ Styles */
.faq-description {
	position: relative;
	left: 3%;
	display: none;
}

.faq-description p {
	margin: 0 !important;
}

.faq-title {
	font-weight: bold;
	cursor: pointer;
	font-size: 1.1rem;
	margin-top: 1em;
}

.faq-title i {
	transition: all 0.1s ease;
	transform: rotate(90deg);
	font-size: 12px;
	position: relative;
	bottom: 2px;
	margin-right: 5px;
}

.rotate-faq-arrow {
	transform: rotate(180deg) !important;
}

/* Wrap responsive youtube videos in responsive-yt-video class */
.responsive-yt-video {
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%;
}

.responsive-yt-video iframe, .kodiak-materials-video object, .kodiak-materials-video embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

/* Breakeven calculator blog post */
.beFormRequiredField {
  border: 1px solid #B94A48;
}

/* Tech support pdf files */
.tech-support-pdf {
	margin: 10px;
    border: 1px solid #ccc;
    padding: 15px 15px 0 15px;
}

.tech-support-pdf h6 {
	color: #B21F2A;
}

.tech-support-pdf img {
	padding: 5px;
    border: 1px solid #cccccc;
}

.tech-support-pdf img:hover {
	transform:scale(1.1);
}

/* Styles for video below hero section on homepage */
.home-below-hero-video-wrapper {
	width: 80%;
	margin: 0 auto;
}

.home-below-hero-video-cta-wrapper {
	margin-bottom: 20px;	
}

.home-below-hero-video-cta-button {
	line-height: 1px;
	position: absolute;
	right: 200px;
	bottom: -40px;
	font-size: 2rem !important;
}

@media only screen and (max-width: 1024px) {
	.home-below-hero-video-cta-button {
		font-size: 1.5rem !important;
	}
}

@media only screen and (max-width: 768px) {
	.home-below-hero-video-cta-button {
		font-size: 1.25rem !important;
		bottom: -27px;
		right: 125px;
	}
}

@media only screen and (max-width: 571px) {
	.home-below-hero-video-cta-button {
		position: static;
		margin-top:20px;
	}
	
	.home-below-hero-video-cta-wrapper {
		text-align: center;
	}
}

/* Required form field asterisks are hidden via sprayrig.css. Add them back in. */
.frm_fields_container .frm_form_field span.frm_required {
    display: inline;
}


/* Styles for Kodiak Form */

#frm_form_4_container {
    background-color: #b21f2a;
    padding: 50px 75px;
    transform: skewY(-2deg);
    max-width: 1100px;
}

@media only screen and (max-width: 1024px) {
	#frm_form_4_container {
		padding: 25px 30px;
	}
}

form.kodiak_form {
    transform: skewY(2deg);
}

form.kodiak_form h5 {
    color: #FFFFFF;
    transform: skewY(-2deg);
    text-align: center;
}

form.kodiak_form label {
    color: #FFFFFF !important;
}

form.kodiak_form button {
    background: #FFFFFF !important;
    color: #1A1A1A !important;
    font-weight: bold !important;
    margin-bottom: -60px !important;
}

form.kodiak_form .grecaptcha-badge {
    position: static !important;
}

/***********************/
/*** BAR V2 ************/
/***********************/
form.build-a-rig div.frm_image_option input[type="radio"] {
    visibility: hidden;
}

form.build-a-rig div.frm_image_option input[type="radio"]:checked + .frm_image_option_container {
    border: 2px solid #4A90E2;
    box-shadow: 0 0 8px rgba(74, 144, 226, 0.5);
}

form.build-a-rig div.frm_image_option .frm_image_option_container {
    border-radius: 8px;
    border: 2px solid #bfc3c8;
}

form.build-a-rig .frm_image_option {
    transition: transform 0.3s ease;
}

form.build-a-rig .frm_image_option:hover {
    transform: scale(1.02);
}

form.build-a-rig .frm_text_label_for_image_inner {
    font-size: 15px;
    font-weight: 600;
}

form.build-a-rig button.frm_button_submit,
form.build-a-rig button.frm_prev_page {
    transition: transform 0.3s ease;
    border-radius: 6px !important;
}

form.build-a-rig button.frm_button_submit:hover,
form.build-a-rig button.frm_prev_page:hover {
    transform: scale(1.05);
}
