body {
	font-size: 18px;
}

:root {
	--bs-primary: #003F5F;
	--bs-link-color: #003F5F;
  --bs-link-hover-color: #000;

}

img {
    width: 100%;
}

.navbar-dark {
    --bs-navbar-color: #fff;
	    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Navigation bar */


nav#main-nav {
    position: absolute;
    z-index: 2;
    width: 100%;
    background-color: transparent !important;
}

a.navbar-brand.custom-logo-link {
		width: 33.33%;
    text-align: center;
    margin-right: 0;
}
	
a.navbar-brand.custom-logo-link img {
    width: 200px;
}

.phone-branding{
    width: 33.33%;
}
.phone-branding a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 30px;
		/* 	Custom junk to push under logo	 */
		position: absolute;
    left: 50%;
    transform: translate(-50%, 100%);
    bottom: 0;
}

button.navbar-toggler {
    margin-left: auto;
}





/* Header */

.carousel-item {
  background-color: #003F5F;
}

.carousel-item img {
  max-height: calc(100vh - 80px);
	min-height: 600px;
  object-fit: cover;
  opacity: 0.6;
}

.carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}

.carousel-caption h5 {
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 700;
}

.carousel-caption p {
	font-size: 25px;
}

.button-row {
    display: flex;
}

.button-row a {
    flex: 1;
		text-align: center;
		padding: 30px;
		background-color: #000;
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
}

.button-row a:first-child {
		background-color: #003F5F;
}

.button-row a:hover {
	opacity: 0.9;
}

.secondary-header {
    height: 400px;
    background: #003F5F;
}

.secondary-header img {
    height: 100%;
	  width: 100%;
    object-fit: cover;
	  opacity: 0.3;
}

.bg-primary,
.dropdown-item.active, .dropdown-item:active {
    background-color: #003F5F !important;
}


/* Content */
.btn-arrow:after {
  content: "\F054";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  margin-left: 20px;
}

.services-accordion-wrapper {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}

.services-accordion-item {
  background-color: #003F5F;
	color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  padding: 30px;
  position: relative;
  flex: 1;
  min-height: 600px;
  transition: all 1s ease 0.25s;
}

.services-accordion-item i {
  font-size: 40px;
  color: #fff;
}

.services-accordion-item h4 {
    font-size: 40px;
    text-transform: uppercase;
}

.services-accordion-item:before {
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  background-repeat: no-repeat;
}

.services-accordion-item.active-accordion:before {
    opacity: 0.2;
}

.services-accordion-open i {
    position: absolute;
    right: 0;
}

.services-accordion-item.serv-steel:before {
  background-image: url("/wp-content/uploads/2023/12/photo-10.jpg");
  background-position: center;
}

.services-accordion-item.serv-tube:before {
  background-image: url("/wp-content/uploads/2023/12/photo-11.jpg");
  background-position: center;
}

.services-accordion-item.serv-quote:before {
  background-image: url("/wp-content/uploads/2023/12/photo-6.jpg");
  background-position: 70%;
}

.services-accordion-item.serv-resources:before {
  background-image: url("/wp-content/uploads/2023/12/photo-4.jpg");
  background-position: 30%;
}

.services-accordion-item.serv-team:before {
  background-image: url("/wp-content/uploads/2023/12/photo-12.jpg");
  background-position: 60%;
}

.services-accordion-item.serv-contact:before {
  background-image: url("/wp-content/uploads/2023/12/photo-3.jpg");
  background-position: center;
}

.services-accordion-item .services-accordion-open {
  position: relative;
  transition: opacity 0.25s ease;
}

.services-accordion-item .services-accordion-closed {
  position: relative;
  transition: opacity 0.25s ease;
  text-align: center;
}

.services-accordion-item .services-accordion-closed h4 {
  left: 50%;
  top: 140px;
  transform: translateX(-50%) rotate(90deg);
  position: absolute;
  white-space: nowrap;
  width: 200px;
	text-align: left;
}

.services-accordion-item.active-accordion {
  flex: 30;
}

.services-accordion-item:not(.active-accordion) {
    cursor: pointer;
}

.services-accordion-item:not(.active-accordion):hover:before {
/*   cursor: pointer; */
  opacity: 0.25;
}

.hidden {
  display: none !important;
}

.visually-hidden-accordion {
  opacity: 0 !important;
}

.visually-shown-accordion {
  opacity: 1 !important;
}

.serv-quote textarea {
    height: 100px;
}

body:not(.home) #page-wrapper,
#index-wrapper,
#single-wrapper {
    width: 90%;
    margin: auto;
    padding: 3rem 0;
}

.wpinventory_loop {
    width: 100%;
}

#DataTables_Table_0_wrapper .dataTables_length, #DataTables_Table_0_wrapper .dataTables_filter,
#DataTables_Table_0_wrapper .dataTables_info, 
#DataTables_Table_0_wrapper .dataTables_paginate {
    display: none;
}

.wpcf7 {
    max-width: 100%;
}

.btn-outline-primary, .wpcf7 input[type=submit] {
	--bs-btn-color: #003F5F;
    --bs-btn-border-color: #003F5F;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #003F5F;
    --bs-btn-hover-border-color: #003F5F;
    --bs-btn-focus-shadow-rgb: 85,51,255;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #003F5F;
    --bs-btn-active-border-color: #003F5F;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #003F5F;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #003F5F;
    --bs-gradient: none;
}

.services-accordion-item .wpcf7 input[type=submit] {
		--bs-btn-color: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #003F5F;
    --bs-btn-hover-border-color: #003F5F;
    --bs-btn-focus-shadow-rgb: 0,0,0;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #003F5F;
    --bs-btn-active-border-color: #003F5F;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #003F5F;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #003F5F;
    --bs-gradient: none;
}

.sidebar-block-products,
.sidebar-block-tubing {
	position: relative;
}

.sidebar-block-products > div,
.sidebar-block-tubing > div {
    position: relative;
}

.sidebar-block-products:before,
.sidebar-block-tubing:before {
    background-image: url("/wp-content/uploads/2023/12/photo-13.jpg");
		background-size: cover;
    opacity: 0.5;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
		z-index: 0;
}

.sidebar-block-tubing {
    aspect-ratio: 4/2;
    min-height: 250px;
}

.sidebar-block-tubing:before {
		background-image: url("/wp-content/uploads/2023/12/photo-1.jpg");
}

.sidebar-block-tubing.sidebar-block-about:before {
		background-image: url("/wp-content/uploads/2023/12/photo-9.jpg");
	background-position: center;
}


.wp-element-button:hover {
    color: #fff;
    background-color: #000 !important;
}

/* Footer */


#wrapper-footer-full, #wrapper-static-hero {
    background-color: #003F5F;
    color: #fff;
}

#wrapper-footer {
    background-color: #000;
    color: #fff;
}

#wrapper-footer-full .wp-block-columns {
    margin-bottom: 0;
}

#footer-full-content p {
    line-height: 36px;
}

/* credit application page */
canvas.digital_signature-pad {
    max-width: 100%;
} 

.dscf7_signature input.clearButton {
	line-height: 0;
}

.wpcf7 .wpcf7-form p {
    font-size: 16px;
    line-height: 26px;
}

input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    margin-left: auto;
    display: block;
}

#wrapper-footer-full a,
.custom-side-block a {
    color: #fff;
    text-decoration: none;
}

#wrapper-footer-full a:hover,
.custom-side-block a:hover {
    opacity: 0.6;
}

/* Media Quieres */
@media screen and (max-width: 1199px) {
	.services-accordion-wrapper {
    flex-direction: column;
	}
	
	.services-accordion-item  {
		min-height: 150px;
		margin-bottom: 15px;
	}
	
	.services-accordion-item.active-accordion {
    min-height: 500px;
	}
	    
	.services-accordion-item .services-accordion-closed h4 {
		transform: initial;
		position: initial;
		width: calc(100% - 60px);
		white-space: initial;
	}
	
	.services-accordion-item h4 {
		width: calc(100% - 60px);
	}
	
	.services-accordion-closed i {
		position: absolute;
		right: 0;
		top: 4px;
	}
	
	.services-accordion-open i {
		top: 4px;
	}
	
	.services-accordion-wrapper,
	.services-accordion-item {
    margin-left: 0;
    margin-right: 0;
	}
}

@media screen and (max-width: 991px) {
	.phone-branding a {
		 font-size: 25px;
	}
}

@media screen and (max-width: 767px) {
	.phone-branding {
    width: 100%;
	}
	
	.phone-branding a {
		left: 0;
    transform: translate(10px, 100%);
    bottom: 0;
	}
	
	button.navbar-toggler {
		align-self: flex-start;
	}
	
	.carousel-caption h5 {
    font-size: 30px;
	}
	
	.carousel-caption p {
    font-size: 20px;
	}	
	
	.button-row {
    flex-direction: column;
	}
}























