/*!
Theme Name:    FBR Seed
Author:        Cohorts by Design
Author URI:    https://www.cohortsbydesign.com
Description:   Bespoke Child Theme for FBR Seed
Version:       1.0.3122
License:       GNU General Public License v3 or later
License URI:   https://www.gnu.org/licenses/gpl-3.0.html
Template:      page-builder-framework
Text Domain:   page-builder-framework-child
*/

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

.fl-post-grid-more {
    margin-top: 10px;
    border: none;
    background: #123251;
    color: #fff;
    border-radius: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    padding: 12px 24px;
    text-shadow: none;
}

.coderra-staff-members {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: center;
	text-align: center;
}

.coderra-staff-member {
	flex: 1 1 180px;
	max-width: 220px;
	transition: transform 0.3s ease;
}

.coderra-staff-member__link {
	display: block;
	text-decoration: none;
	transition: all 0.3s ease;
}

.coderra-staff-member__image img {
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	height: auto;
	object-fit: cover;
	width: 160px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.coderra-staff-member__name {
	margin: 0.75rem 0 0.2rem;
}

.coderra-staff-member__position {
	margin: 0;
}

.coderra-staff-member__name,
.coderra-staff-member__position {
	transition: color 0.3s ease;
}

/* Hover */
.coderra-staff-member:hover {
	transform: translateY(-4px);
}

.coderra-staff-member:hover .coderra-staff-member__name {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.coderra-staff-member__qualification {
    font-size: 14px;
    font-weight: bold;
}

.text-navy {
	color: #123251;
}

.text-green {
	color: #789f95;
}

.content-wrap > .fl-col-content {
	max-width: 600px;
	margin-left: auto;
	padding: 80px 40px 80px 20px;
}

.content-wrap-right > .fl-col-content {
	max-width: 600px;
	margin-right: auto;
	padding: 80px 20px 80px 40px;
}

@media (max-width: 768px) {
	.content-wrap > .fl-col-content {
		max-width: none;
		margin-left: 0;
		padding: 40px 25px;
	}

	.content-wrap-right > .fl-col-content {
		max-width: none;
		margin-right: 0;
		padding: 40px 25px;
	}
}

.coderra-split-row {
	overflow: hidden;
}

.coderra-panel--sage-left,
.coderra-panel--sage-right {
	--coderra-panel-background: #aec5bf;
}

.coderra-panel--grey-left,
.coderra-panel--grey-right {
	--coderra-panel-background: #f2f4f6;
}

.coderra-panel--sage-left > .fl-col-content,
.coderra-panel--sage-right > .fl-col-content,
.coderra-panel--grey-left > .fl-col-content,
.coderra-panel--grey-right > .fl-col-content {
	position: relative;
	background-color: var(--coderra-panel-background);
}

/*
 * Extend left-hand column backgrounds towards the left viewport edge.
 */
.coderra-panel--sage-left > .fl-col-content::before,
.coderra-panel--grey-left > .fl-col-content::before {
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	width: 50vw;
	background-color: var(--coderra-panel-background);
	content: "";
}

/*
 * Extend right-hand column backgrounds towards the right viewport edge.
 */
.coderra-panel--sage-right > .fl-col-content::before,
.coderra-panel--grey-right > .fl-col-content::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 50vw;
	background-color: var(--coderra-panel-background);
	content: "";
}

/* Keep the background extensions behind the Beaver Builder content. */
.coderra-panel--sage-left > .fl-col-content,
.coderra-panel--sage-right > .fl-col-content,
.coderra-panel--grey-left > .fl-col-content,
.coderra-panel--grey-right > .fl-col-content {
	isolation: isolate;
}

.coderra-panel--sage-left > .fl-col-content::before,
.coderra-panel--sage-right > .fl-col-content::before,
.coderra-panel--grey-left > .fl-col-content::before,
.coderra-panel--grey-right > .fl-col-content::before {
	z-index: -1;
	pointer-events: none;
}

/*
 * Make each stacked panel extend across the viewport on mobile.
 */
@media (max-width: 768px) {
	.coderra-panel--sage-left > .fl-col-content::before,
	.coderra-panel--sage-right > .fl-col-content::before,
	.coderra-panel--grey-left > .fl-col-content::before,
	.coderra-panel--grey-right > .fl-col-content::before {
		right: -50vw;
		left: -50vw;
		width: auto;
	}
}

@media (max-width: 767px) {
	.coderra-mobile-reverse .fl-col-group {
		display: flex !important;
		flex-flow: row-reverse wrap-reverse;
	}

	.coderra-mobile-reverse .fl-col {
		flex-basis: 100%;
		width: 100% !important;
	}
}