/**
* Fuel Theme
* Version 6.4.0
**/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Content Header
# Content
# Sidebar
# Secondary Pages
## Meet Our Team page
## Single Bio Pages
## Single Career page
## Manufacturer Pages
## Blog
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Content Header
--------------------------------------------------------------*/
body:not(.post-template-default.single-post) header.main-header .wp-block-post-date {
	display: none;
}

.author-block {
	padding-left: var(--contain-padding);
	padding-right: var(--contain-padding);
	margin: 0;
}

.author-type {
	color: var(--content-color);
}

.main-title{
	color: #fff; 
	font-size: 2rem !important ; 
	font-weight: 500; 
	margin-bottom: .5rem !important ;
}

@media (min-width: 68.5em) {
		.main-title{
			font-size: 2.4rem !important ; 
		}	
}



.main-header {
	padding-top: 1.1em !important;
	padding-bottom: 1.2em !important ;
	background: var(--primary-color); 
}

@media (min-width: 68.5em) {
	.header .wp-block-columns {
		background-color: transparent !important ;
	}
	header.wp-block-cover {
		background-color: transparent !important ;
		margin-top: -13rem !important ;
	}
	.main-header{
		padding-top: 5.15em !important;
		padding-bottom: 1.2em !important;
		background-image: url('https://entconsultants.fm1.dev/wp-content/uploads/2025/08/secondary-header-bg.avif'); 
		background-size: cover; 
	}
	.main-header .wp-block-cover__inner-container{
		padding-top: 4rem;
		padding-bottom: 3rem; 
	}
	.main-title{
		padding-left: 0 !important ; 
	}

}

.error404 .entry-wrapper .wp-block-search__input,
.search .entry-wrapper .wp-block-search__input {
	color: #000; 
} 



/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.entry-wrapper {
	padding-top: 2rem;
	padding-bottom: clamp(2rem, 5vw, 4rem);
	gap: 2rem clamp(0.9rem, -4rem + 11.667vw, 3rem);
	margin: 0;
}

.content-cta a{
	color: #fff;
	font-family: var(--title-font);
	background: var(--accent-color); 
	padding: .5rem 1rem; 
	border-radius: 5px;
}

.entry-content h2{
	font-size: 1.6rem; 
	text-align: center;
}

.entry-content h3{
	font-size: 1.2rem; 
	text-align: center;
}

@media (min-width: 68.5em) {
	.entry-content h2{
		font-size: 2rem; 
		text-align: left;
	}

	.entry-content h3{
		font-size: 1.6rem; 
		text-align: left;
	}
}

.content-cta{
	padding-top: 3rem !important; 
	color: #fff; 
}

.content-cta:before{
	content:''; 
	position: absolute; 
	top: 1rem; 
	left: 1rem; 
	height: 1px;
	width: 100%; 
	background: #fff; 
}

.content-cta:after{
	content:''; 
	position: absolute; 
	top: 0; 
	left: 1rem; 
	height: 100%;
	width: 1px; 
	background: #fff; 
}

.content-cta .phone {
	font-size: 1.6rem !important ; 
	font-weight: 500; 
}

.page-template-default .entry-wrapper a:not(.content-cta a, .wp-block-file__button){
	padding: 0 0.2em;
	color: var(--accent-color);
  	text-decoration-color: var(--accent-color);
  	background: transparent;
  	transition: background-color 350ms, color 350ms;
} 

.page-template-default .entry-wrapper a:not(.content-cta a, .wp-block-file__button):hover {
  	color: #fff;
  	background: var(--accent-color);
	text-decoration-color: var(--accent-color);
}

.wp-block-file a:first-child:hover{
	background: none !important ; 
	color: var(--accent-color) !important ; 
	text-decoration: underline; 
}

.page-template-default .entry-wrapper a:not(.content-cta a):focus-visible {
  	color: #fff;
  	background: var(--primary-color);
	text-decoration-color: var(--primary-color);
}

.post-template-default .entry-wrapper a:not(.content-cta a){
	padding: 0 0.2em;
	color: var(--accent-color);
  	text-decoration-color: var(--accent-color);
  	background: transparent;
  	transition: background-color 350ms, color 350ms;
} 

.post-template-default .entry-wrapper a:not(.content-cta a):hover {
  	color: #fff;
  	background: var(--accent-color);
	text-decoration-color: var(--accent-color);
}

.post-template-default .entry-wrapper a:not(.content-cta a):focus-visible {
  	color: #fff;
  	background: var(--primary-color);
	text-decoration-color: var(--primary-color);
}



/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.wp-block-template-part:has(#sidebar),
#sidebar {
	height: 100%;
	
}

#sidebar .sidebar-contact-wrapper {
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
	border-radius: 15px 15px 0 0;
	padding-bottom: 2rem; 
}

#sidebar ul {
	list-style: none;
}

#sidebar h2{
	font-size: 1.6rem; 
	border-radius: 15px 15px 0 0;
	color: #fff !important ; 
	padding-top: 1.8rem !important ;
	padding-bottom: 1.8rem !important ; 
}

#sidebar p{
	text-align: center; 
}

#sidebar .gfield{
	background: #EBEBEB;

}

.wp-block-categories-list{
	margin-bottom: 0 !important; 
	margin-top: 0 !important; 
	padding-top: 1rem !important;
	padding-bottom: 1rem !important ; 
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
}

@media (min-width: 68.5em) {
	#sidebar h2{
		font-size: 2rem; 
	}
}

/*--------------------------------------------------------------
# Secondary Pages
--------------------------------------------------------------*/

/* Remvoe these two rules if you are displaying the teams as a bio grid */
.bio .wp-block-column:has(.wp-block-post-featured-image)  {
    order: -1; /* Move bio image to top on mobile */
}

@media (max-width: 48.8125em) {
	.bio .wp-block-post-title,
	.bio .wp-block-post-title + p {
		text-align: center;;
	}
}

.entry-content h2{
	padding-bottom: 2rem; 
	position: relative; 
}

.entry-content h2:after {
	content: '';
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	margin: auto;
  	width: 8.5rem;
  	height: 6px;
  	background: url('../images/line-circle.svg') no-repeat;
    background-size: 100%;
}

.entry-content p {
	line-height: 1.8;
}

.entry-content ul li {
	line-height: 1.8;
}

.entry-content ol li {
	line-height: 1.8;
}

@media (min-width: 68.5em) {
	.entry-content h2:after {
		right: initial; 
	}
	.entry-content p {
		line-height: 1.6;
	}

	.entry-content ul li {
		line-height: 1.6;
	}

	.entry-content ol li {
		line-height: 1.6;
	}
}

.entry-content h2.center-heading:before{
	right: 0; 
	margin: auto; 
}

/*--------------------------------------------------------------
# Overview Pages
--------------------------------------------------------------*/

.page-id-85.page-template-wp-custom-template-overview-template .main-header {
	background: var(--wp--preset--color--forest-green) !important ; 
}

.page-id-206.page-template-wp-custom-template-overview-template .main-header {
	background: var(--wp--preset--color--deep-green) !important ; 
}

@media (min-width: 68.5em) {
	.page-id-83 .main-title,
	.page-id-85 .main-title,
	.page-id-206 .main-title,
	.page-id-4386 .main-title{
		padding: .75em 2.375em !important ;
		text-align: center; 
	}
	.page-id-83 .main-header:before,
	.page-id-85  .main-header:before,
	.page-id-206  .main-header:before,
	.page-id-4386  .main-header:before{
		content:''; 
		position: absolute;
		bottom: 4rem; 
		right: 0; 
		height: 1px;
		width: 50%; 
		background: #fff;
		z-index: 100; 
	}

	.page-id-83 .main-header:after,
	.page-id-85  .main-header:after,
	.page-id-206  .main-header:after,
	.page-id-4386  .main-header:after{
		content:''; 
		position: absolute;
		bottom: 3.85rem; 
		right: 50%; 
		width: .35rem; 
		height: .35rem;
		border-radius: 50%; 
		background: #fff;
		z-index: 100; 
	}
}

.page-id-83 .main-header .wp-block-cover__background:before{
	content:''; 
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 100%; 
	height: 100%; 
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) 5.67%, #2E3192 55.67%);
}

.page-id-85 .main-header .wp-block-cover__background:before{
	content:''; 
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 100%; 
	height: 100%; 
	background: linear-gradient(270deg, rgba(19, 139, 141, 0) 21.54%, #285C74 55.78%);

}

.page-id-206 .main-header .wp-block-cover__background:before{
	content:''; 
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 100%; 
	height: 100%; 
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) 6.76%, #003851 75.06%);

}

.page-id-4386 .main-header .wp-block-cover__background:before{
	content:''; 
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 100%; 
	height: 100%; 
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) 5.67%, #2E3192 55.67%);
}

.page-id-206 .main-header .wp-block-cover__background.has-primary-background-color,
.page-id-206 .header .wp-block-columns.has-primary-background-color,
.page-id-206 .menu-styling-wrapper.has-primary-background-color,
.page-id-206 .fuel6-walker-menu {
	background-color: var(--wp--preset--color--deep-green) !important ;
}

@media (min-width: 68.5em) {
	.page-id-206 .header .wp-block-columns.has-primary-background-color,
	.page-id-206 .fuel6-walker-menu,
	.page-id-206 .menu-styling-wrapper.has-primary-background-color{
		background: none !important ;
	}
	.page-id-206 .header.is-pinned .menu-styling-wrapper {
		background: var(--primary-color) !important ; 
	}
	.page-id-83 #main .wp-block-cover__inner-container{
		background-image: url(https://entconsultants.fm1.dev/wp-content/uploads/2025/08/ent-cta.avif);
		background-repeat: no-repeat;
		background-position: top right;
		background-size: 33rem;
	}
	.page-id-83 #main .wp-block-cover__inner-container:before {
		content:''; 
		position: absolute; 
		left: 0; 
		top: 0; 
		width: 100%; 
		height: 100%; 
		background: linear-gradient(270deg, rgba(0, 0, 0, 0) 5.67%, #2E3192 35.67%);
		z-index: -1;
	}
	.page-id-85 #main .wp-block-cover__inner-container{
		background-image: url(https://entconsultants.fm1.dev/wp-content/uploads/2025/08/aud-cta.avif);
		background-repeat: no-repeat;
		background-position: top right;
		background-size: 33rem;
	}
	.page-id-85 #main .wp-block-cover__inner-container:before {
		content:''; 
		position: absolute; 
		left: 0; 
		top: 0; 
		width: 100%; 
		height: 100%; 
		background: linear-gradient(270deg, rgba(19, 139, 141, 0) 11.54%, #285C74 35.78%);
		z-index: -1;
	}
	.page-template-wp-custom-template-overview-template .main-header .wp-block-cover__inner-container{
		padding-top: 5rem;
		padding-bottom: 7rem; 
	}
	.page-id-206 #main .wp-block-cover__inner-container{
		background-image: url(https://entconsultants.fm1.dev/wp-content/uploads/2025/08/allergy-cta.avif);
		background-repeat: no-repeat;
		background-position: top right;
		background-size: 32rem;
	}
	.page-id-206 #main .wp-block-cover__inner-container:before {
		content:''; 
		position: absolute; 
		left: 0; 
		top: 0; 
		width: 100%; 
		height: 100%; 
		background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #003851 45.06%);
		z-index: -1;
	}
	.page-id-4386 #main .wp-block-cover__inner-container{
		background-image: url(https://entconsultants.fm1.dev/wp-content/uploads/2025/08/sleep-cta.avif);
		background-repeat: no-repeat;
		background-position: top right;
		background-size: 34rem;
	}
	.page-id-4386 #main .wp-block-cover__inner-container:before {
		content:''; 
		position: absolute; 
		left: 0; 
		top: 0; 
		width: 100%; 
		height: 100%; 
		background: linear-gradient(270deg, rgba(0, 0, 0, 0) 5.67%, #2E3192 35.67%);
		z-index: -1;
	}
	.page-id-4386 #main .wp-block-cover__inner-container:after,
	.page-id-206 #main .wp-block-cover__inner-container:after,
	.page-id-83 #main .wp-block-cover__inner-container:after,
	.page-id-85 #main .wp-block-cover__inner-container:after{
		content:''; 
		position: absolute;
		right: 4rem;
		top: 0; 
		height: 100%;
		width: 1px; 
		background: #fff; 
	}
}

@media (min-width: 90.5em) {
	.page-id-83 #main .wp-block-cover__inner-container:before {
		background: linear-gradient(270deg, rgba(0, 0, 0, 0) 5.67%, #2E3192 25.67%);
	}

	.page-id-206 #main .wp-block-cover__inner-container:before {
		background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #003851 30.06%);
	}
	.page-id-4386 #main .wp-block-cover__inner-container:before {
		background: linear-gradient(270deg, rgba(0, 0, 0, 0) 5.67%, #2E3192 25.67%);
	}
}


.page-id-85 .wp-block-cover__background{
	background-image: url(https://entconsultants.fm1.dev/wp-content/uploads/2025/08/aud-cta.avif) !important ;
	background-repeat: no-repeat !important;
	background-position: top right !important;
	background-size: cover ;
}
.page-id-206 .wp-block-cover__background{
	background-image: url(https://entconsultants.fm1.dev/wp-content/uploads/2025/08/Screenshot-2025-08-26-at-2.17.18-PM.png) !important;
	background-repeat: no-repeat !important;
	background-position: top right !important;
	background-size: cover;
}
.page-id-4386 .wp-block-cover__background{
	background-image: url(https://entconsultants.fm1.dev/wp-content/uploads/2025/08/sleep-cta.avif) !important;
	background-repeat: no-repeat !important;
	background-position: top right !important;
	background-size: cover;
}

.page-template-wp-custom-template-overview-template .main-header {
	background-image: none; 
	background: var(--primary-color) !important ;
}

.page-template-wp-custom-template-overview-template header.wp-block-cover{
	margin-top: 0 !important ;  
}

.page-template-wp-custom-template-overview-template .main-header {
	padding-top: 0 !important ;
	padding-bottom: 0 !important ; 
}

.page-template-wp-custom-template-overview-template .header {
	background: url('../images/overview-header.avif') no-repeat; 
	background-size: cover; 
}

@media (min-width: 37.5em) {
	.page-id-83 .wp-block-cover__background,
	.page-id-85 .wp-block-cover__background,
	.page-id-206 .wp-block-cover__background,
	.page-id-4386 .wp-block-cover__background{
		background-size: contain;
	}
	.page-id-83 .main-header .wp-block-cover__background:before{
		background: linear-gradient(270deg, rgba(0, 0, 0, 0) 5.67%, #2E3192 25.67%);
	}
	.page-id-85 .main-header .wp-block-cover__background:before{
		background: linear-gradient(270deg, rgba(19, 139, 141, 0) 11.54%, #285C74 25.78%);
	}
	.page-id-206 .main-header .wp-block-cover__background:before{
		background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #003851 45.06%);
	}
	.page-id-4386 .main-header .wp-block-cover__background:before{
		background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #2E3192 35.67%);
	}
}

@media (min-width: 87.5em) {
	.page-id-83 .main-header .wp-block-cover__background:before{
		background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #2E3192 24.67%);
	}
	.page-id-85 .main-header .wp-block-cover__background:before{
		background: linear-gradient(270deg, rgba(19, 139, 141, 0) 0%, #285C74 24.78%);
	}
	.page-id-206 .main-header .wp-block-cover__background:before{
		background: linear-gradient(270deg, rgba(0, 0, 0, 0) 6.76%, #003851 35.06%);
	}
	.page-id-4386 .main-header .wp-block-cover__background:before{
		background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #2E3192 25.67%);
	}
}



/*--------------------------------------------------------------
## BHA page
--------------------------------------------------------------*/

.bha-bg-section h2:before {
	display: none;
}

.bha-bg-section h2:after {
	width: 16px;
	height: 76px;
	top: -.5rem;
	left: -1.5rem;
	background: var(--accent-color); 
	border-radius: 0; 
	margin: initial ; 
}

.bha-lower-columns h2{
	padding-top: 2rem; 
}

.bha-lower-columns h2:after{
	width: 16px;
	height: 76px;
	top: 1.5rem;
	left: -1.5rem;
	background: var(--accent-color); 
	border-radius: 0; 
}

.bha-bg-section h2.bha-support:after{
	display: none; 
}

.bha-bg-section{
	padding-bottom: 3rem; 
}

h2.bha-support{
	text-align: center !important;
}

.page-id-163 .entry-wrapper {
	padding-bottom: 0; 
}

@media (min-width: 68.5em) {
	.bha-columns {
		gap: 5rem; 
	}
	.page-id-14 .bio-list .bio-box {
		margin-bottom: 2rem !important ; 
	}	 
/* 	.current-openings-media-block .wp-block-media-text__media{
		margin-top: -4.5rem;
	} */
}

   


/*--------------------------------------------------------------
## Single Location pages
--------------------------------------------------------------*/

.single-location .entry-wrapper a {
	color: #000; 
	text-decoration: underline; 
}
	

/*--------------------------------------------------------------
## Single Bio pages
--------------------------------------------------------------*/
.single-bio .entry-wrapper {
	gap: 2rem clamp(0rem, 1.2vw, 1rem);
}

.career-review-left .wp-block-quote{
	height: 100%; 
}

 .bio-comma{
	transform: translateX(-.25rem);
}

/*--------------------------------------------------------------
## Careers page
--------------------------------------------------------------*/

.careers-list-item{
	display: flex;
	align-content: center; 
	color: #fff; 
	background: var(--primary-color);
	font-family: var(--title-font);
	padding: .5rem 2rem .5rem .5rem;
	border-radius: 5px; 
	position: relative; 
}

.careers-list-item:after{
	content:'';
	position: absolute; 
	right: .5rem;
	top: 0; 
	bottom: 0; 
	margin: auto; 
	width: 1.5rem;
	height: 1.5rem; 
	background: url('../images/career-item.svg') no-repeat;
	background-size: cover; 
	transition: transform .5s ease; 
}

.careers-list-item:hover{
	color: #fff; 
	background: var(--accent-color);
}

.careers-list-item:hover:after{
	transform: translateX(.25rem);
}

.careers-list-item:focus-visible{
	color: #fff; 
	background: var(--accent-color);
}

.careers-list-item:focus-vivble:after{
	transform: translateX(.25rem);
}

/*--------------------------------------------------------------
## Single Career page
--------------------------------------------------------------*/
.job-details {
	width: 100%;
}

.job-details.zebra tr:nth-child(odd) th::before {
	background: var(--grey);
}

.job-details th {
	width: 2rem;
}

/*--------------------------------------------------------------
## Manufacturer Pages
--------------------------------------------------------------*/
.manufacturer .wp-block-media-text {
	grid-template-columns: 32% 1fr;
}

.manufacturer .wp-block-media-text.has-media-on-the-right {
	grid-template-columns: 1fr 32%;
}

.manufacturer .wp-block-media-text__media::after {
	display: none;
}

.manufacturer .manu-logo figure img {
	width: auto;
	height: auto;
	max-width: 100%;
}

/* Hide old content CTA in manufacturer content since we are using content cta synced block pattern */
.manufacturer .use-content-cta-block {
	display: none;
}

@media (max-width: 37.5em) {
	.manufacturer .manu-logo figure {
		text-align: center;
	}

	#main .wp-block-media-text__content {
		padding: 0;
	}
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.wp-block-query li:first-of-type .wp-block-post-title {
	margin-top: 0;
}

.wp-block-post {
	container-type: inline-size;
	container-name: post;
}

/* @media (min-width: 40em) { */
@container post (min-width: 33rem) {
	.wp-block-query .wp-block-post-featured-image:where(.alignleft,.alignright) {
		max-width: 10rem;
	}
}

/* Pagination numbers */
.wp-block-query-pagination {
	margin-top: 2.5rem;
}

.wp-block-query-pagination-numbers {    
    display: flex;
    gap: clamp(0.5rem, 2vw, 1rem);
}

.page-numbers {
    text-align: center;
    border: 1px solid;
    border-radius: 3rem;
    width: 2.4em;
    height: 2.4em;
    line-height: 2.2;
}

.page-numbers:is(:hover, .focus-visible),
.page-numbers.current {
    background: var(--accent-color);
    border: 1px solid var(--accent-color);
    color: #fff;
}

/* Pagination next/prev */
a[class^="wp-block-query-pagination-"] {
    color: transparent;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
	width: 0.8em;
}

a[class^="wp-block-query-pagination-"]:hover {
	color: transparent;
}

a[class^="wp-block-query-pagination-"]::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
	margin: auto;
    background: var(--accent-color);
    clip-path: url(#menu_chevron);
    width: 0.8em;
    height: 0.5em;
    transition: background-color 0.3s;
}

.wp-block-query-pagination-next::before {
    transform: rotate(-90deg);
}

.wp-block-query-pagination-previous::before {
    transform: rotate(90deg);
}

a[class^="wp-block-query-pagination-"]:is(:hover, :focus-visible)::before {
	background: var(--primary-color);
}