/**
Theme Name: See Production
Author: Ari Sparrow
Author URI: https://cleversparrow.com
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: see-production
Template: astra
*/


div#content{
	margin-top:75px;
}


/* Header Styles */
.ast-sticky-active{
	box-shadow: -1px 3px 5px 1px rgba(0,0,0,0.11);
	-webkit-box-shadow: -1px 3px 5px 1px rgba(0,0,0,0.11);
	-moz-box-shadow: -1px 3px 5px 1px rgba(0,0,0,0.11);
}




/* Footer Styles */
.quote {
    padding: 120px 0 80px 0;
}
.quote .container .quoteWrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.quote .container .quoteWrap .quoteLeft {
    width: calc(50% - 100px);
}
.quote .container .quoteWrap .quoteLeft .quoteHeading {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
}
.quote .container .quoteWrap .quoteLeft .quoteInpWrap p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
}
.quote .container .quoteWrap .quoteLeft .quoteInpWrap span {
    width: calc(50% - 20px);
}
.quote input:not([type="submit"]),
.quote textarea{
    border: none;
    outline: none;
    border-bottom: 1px solid;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 600;
	background: none;
}
.quote input:not([type="submit"]):focus{
    border: none;
    outline: none;
    border-bottom: 1px solid;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 600;
	background: none;
}
.quote .container .quoteWrap .quoteLeft .quoteInpWrap-textarea textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 186px;
    border: 1px solid;
    border-radius: 3px;
    padding: 8px;
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
}
.quote .container .quoteWrap .quoteLeft button {
    width: 158px;
    height: 70px;
    border: none;
    border-radius: 5px;
    font-size: 25px;
    font-weight: 600;
    background-color: #E2001C;
    color: #fff;
}



.quote .container .quoteWrap .quoteRight {
    width: calc(50% - 60px);
}
.quote .container .quoteWrap .quoteRight .accordion {
    width: 100%;
}
.quote .container .quoteWrap .quoteRight .accordion .singleAccordion {
    width: 100%;
    border: 1px solid;
    transition: .3s;
    overflow: hidden;
    margin-bottom: 15px;
}
.quote .container .quoteWrap .quoteRight .accordion .singleAccordion .accordionHeading {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.quote .container .quoteWrap .quoteRight .accordion .singleAccordion .accordionHeading h3 {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.quote .container .quoteWrap .quoteRight .accordion .singleAccordion .accordionHeading img {
    max-width: 15px;
	position: relative;
    rotate: 0deg;
    transition: .3s;
}
.quote .container .quoteWrap .quoteRight .accordion .singleAccordion.active .accordionHeading img {
    rotate: 90deg;
}
.quote .container .quoteWrap .quoteRight .accordion .singleAccordion p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: rgba(60, 60, 67, 0.85);
    padding: 15px;
    padding-top: 0;
}
.container {
    max-width: 1400px;
    padding: 10px 50px;
	margin-left:auto;
	margin-right:auto;
}

/* Blogs */

body.blog article.type-post > div:first-child{
	align-items: center;
}
body.blog .post-content.ast-width-md-6 .post-thumb-img-content.post-thumb{
	display: none;
}






/* Blog Archive */
body.blog article{
    max-width: 1000px;
    margin-right: auto !important;
    margin-left: auto !important;
}

.blog-hero{
    word-wrap: break-word;
    display: flex;
    position: relative;
    box-sizing: border-box;
    transition-property: box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    min-height: 300px;
    box-shadow: 0px 0px   #00000070;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px !important;
    margin-bottom: 50px !important;
    row-gap: 20px;
    column-gap: 20px;
    overflow: visible;
    border-color: inherit;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
    background-clip: padding-box;
    margin-left: calc( -50vw + 50%);
    margin-right: calc( -50vw + 50%);
    max-width: 100vw;
    width: 100vw;
	margin-top:110px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-hero h1{
	margin-bottom:0px !important;
}

.grayscale_image_hover img{
  filter: grayscale(100%);
  opacity: .5;
  transition: filter 0.3s ease-in-out;
  max-width: 180px;
}
.grayscale_image_hover img:hover{
	opacity: 1;
	filter: grayscale(0%);
}



/* Homepage custom styles */
body.home .uagb-post__text.uagb-post-grid-byline{
	margin-bottom:0 !important;
	padding:0;
}
body.home .uagb-post__inner-wrap{
	margin-bottom:0px !important;
}
body.home .uagb-slick-carousel ul.slick-dots li button::before{
    font-size: 50px;	
}
body.home .swiper-pagination-bullet{
	height:20px;
	width:20px;
}



/* Inventory Archive */
.inventoryPostContainer {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	gap: 1rem;
	justify-items: center;
	align-items: center;
}
.inventoryPostContainer .inventoryItem {
	width: 100%;
	height: 100%;
	background-color: #fff;
	text-align: center;
	font-weight: bold;
	max-width: 475px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
a.absBttn{
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.inventoryPostContainer .inventoryItem img{
	border: 2px solid #e2001c;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	width: 100%;
	height: 450px;
	object-fit: contain;
	object-position: center;
}
.inventoryPostContainer .inventoryItem p{
    margin-top: 0.5em;
    margin-bottom: 0.8em;
}





/* Inventory Single */

body.inventory-template-default.single #content .ast-container{
	display: block;
	max-width: 100%;
	width:100%;
	margin-left: auto;
	margin-right: auto;
}
body.inventory-template-default.single .inventorySingle{
	display:block;
	width: 100%;	
	margin-top:100px;
}
body.inventory-template-default.single .inventorySingle .container{
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
body.inventory-template-default.single .inventorySingle .inventoryImage{
	text-align: center;
}
body.inventory-template-default.single .inventorySingle .inventoryImage, 
body.inventory-template-default.single .inventorySingle .inventoryContent{
	display: block;
	width: 50%;
	padding: 25px;
}
body.inventory-template-default.single .inventorySingle .inventoryImage img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	border: 2px solid #e2001c;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	padding:20px;
	max-height: 450px;
}

body.inventory-template-default.single .inventorySingle .inventoryContent h2.title{
    font-size: 27px;
    margin-bottom: 15px;
}
body.inventory-template-default.single .inventorySingle .inventoryContent p{
    line-height: 1.4em;
}
@media (max-width: 1299px) {
	.quote .container .quoteWrap .quoteRight .accordion .singleAccordion .accordionHeading h3 {
		font-size: 15px;
	}
}
@media (max-width: 890px) {
	body.inventory-template-default.single .inventorySingle .container{
		flex-direction: column;
	}
	body.inventory-template-default.single .inventorySingle .inventoryImage{
		order:1;
	}
	body.inventory-template-default.single .inventorySingle .inventoryContent{
		order:0;
	}
	body.inventory-template-default.single .inventorySingle .inventoryImage, 
	body.inventory-template-default.single .inventorySingle .inventoryContent{
		width: 100%;
	}
	body.inventory-template-default.single .inventorySingle .inventoryImage{
		margin-bottom: 25px;
	}
}



[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{
	fill:#E2001C !important;
}


/* Fuzzy Filter */

.fuzzyFilter {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1rem;
	margin-bottom: 2.5em;
}

.fuzzyFilter #searchField {
	width: 100%;
	padding: 0.5rem;
	border: 1px solid #ccc;
	border-radius: 0.25rem;
	margin-bottom: 0;
}

.fuzzyFilter .checkboxes {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	padding-left: 1.5em;
}

.fuzzyFilter .checkboxes label {
	display: flex;
	align-items: center;
	gap: 0.25rem;
}

.fuzzyFilter .checkboxes input[type="checkbox"] {
	margin-right: 0.25rem;
}





/* Team */


body.post-type-archive-team_members .ast-container{
	max-width: 1200px !important;
	margin: 0 auto;
}
body.post-type-archive-team_members main{
	width:100%;
}
body.post-type-archive-team_members .nav-links{
	text-align: center;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}

.team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.team-member .team-member-image {
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin-bottom: 20px;
}

.team-member .team-member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.team-member .team-member-info .team-member-name {
  font-size: 24px;
  margin-bottom: 10px;
}

.team-member .team-member-info .team-member-position {
  font-size: 18px;
  color: #595959;
  margin-bottom: 15px;
}

.team-member .team-member-info .team-member-description {
  font-size: 16px;
  line-height: 1.5;
}

/* Team -- End */


/* Mobile Styles */
@media (max-width: 920px) {
	/* Fuzzy Filter Mobile Styles */
	.fuzzyFilter {
		flex-direction: column;
	}
	.fuzzyFilter .checkboxes {
		padding-left: 0;
	}
	.fuzzyFilter .checkboxes label {
		margin-bottom: 0.5rem;
	}
	.fuzzyFilter .checkboxes label:last-child {
		margin-bottom: 0;
	}
	.fuzzyFilter .checkboxes input[type="checkbox"] {
		margin-right: 0.5rem;
	}
	.fuzzyFilter #searchField {
		margin-bottom: 0.5rem;
	}
	/* Inventory Single Mobile Styles */
	.quote .container .quoteWrap{
		flex-wrap: wrap;
	}
	.quote .container .quoteWrap .quoteLeft,
	.quote .container .quoteWrap .quoteRight{
		width:100%;
	}
}



#technicians {
  padding: 4rem 0;
}

#technicians .container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  gap: 6rem;
}

#technicians .content {
  flex: 1;
  max-width: 750px;
}

#technicians .button {
  display: inline-block;
  background-color: #dc3545;
  color: white;
  padding: 1rem 2rem;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  transition: background-color 0.3s ease;
  cursor: pointer;
  margin-top: .5em;
}

#technicians .button:hover {
  background-color: #c82333;
}

#technicians .image-container {
  flex: 1;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.embla {
  overflow: hidden;
  border-radius: 8px;
  width: 300px;
  height: 400px;
}

.embla__container {
  display: flex;
  height: 100%;
}

.embla__slide {
  flex: 0 0 100%;
  min-width: 0;
  height: 100%;
}

.embla__slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.embla__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  gap: 0.75rem;
}

.embla__dot {
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.embla__dot:hover {
  background-color: rgba(0, 0, 0, 0.4);
  transform: scale(1.1);
}

.embla__dot--selected {
  background-color: #1a1a1a;
}

/* Large screens - take advantage of extra space */
@media (min-width: 1400px) {
  #technicians .container {
    gap: 8rem;
  }
}

/* Responsive Design */
@media (max-width: 1200px) {
  #technicians .container {
    gap: 4rem;
  }
  
  #technicians .content {
    max-width: 650px;
  }
  
  #technicians .image-container {
    max-width: 350px;
  }
}

@media (max-width: 768px) {
  #technicians {
    padding: 3rem 0;
  }
  
  #technicians .container {
    flex-direction: column;
    gap: 2.5rem;
    padding: 0 1rem;
  }
  
  #technicians .content {
    text-align: center;
    max-width: 100%;
  }
  
  #technicians .image-container {
    max-width: 100%;
  }
  
  .embla {
    width: 280px;
    height: 360px;
  }
}

@media (max-width: 480px) {
  #technicians .button {
    padding: 0.875rem 1.75rem;
    font-size: 0.9rem;
  }
  
  .embla {
    width: 250px;
    height: 320px;
  }
  
  .embla__dots {
    gap: 0.5rem;
  }
  
  .embla__dot {
    width: 10px;
    height: 10px;
  }
}


