/*
 * Developer stylesheet.
 *
 * Add project-specific global and template overrides here. This file is
 * enqueued after copied Webflow CSS, page-specific CSS, and generated layout
 * guards so developers have one stable customization surface.
 *
 * Treat the other files in assets/css as generated source/vendor files.
 */

/* Global overrides */
.nav-menu .dropdown-header {
	position: relative;
}

.nav-menu .dropdown-header::after {
	position: absolute;
	top: 100%;
	left: -220px;
	z-index: 901;
	display: none;
	width: 760px;
	height: 39px;
	content: "";
}

.nav-menu .dropdown-header:hover::after,
.nav-menu .dropdown-header:focus-within::after {
	display: block;
}

.nav-menu .dropdown-header:hover > .dropdown-list,
.nav-menu .dropdown-header:focus-within > .dropdown-list,
.nav-menu .dropdown-header > .dropdown-list:hover {
	display: block;
	opacity: 1;
}

.logo-testimonial {
	max-height: 80px;
}

.button-group {
	display: flex;
	justify-content: center;
	width: 100%;
}

.flex-vc:has(> .button-group) {
	width: 100%;
}

/* Header/navigation overrides */
body .w-commerce-commercecartwrapper.cart,
body a.button-primary.main-header {
	display: none !important;
}

body .split-content.header-right {
	margin-left: auto !important;
	justify-content: flex-end !important;
}

body .split-content.header-right .nav-menu.w-nav-menu {
	margin-left: auto !important;
	margin-right: 0 !important;
	justify-content: flex-end !important;
}

.nav-menu .nav-link,
.nav-menu .drop-link,
.footer-content-links .link.footer-links {
	overflow: hidden;
	transition: color 0.35s ease;
}

@media screen and (min-width: 992px) {
	.nav-menu .nav-link {
		display: inline-block;
	}
}

.nav-menu .nav-link:hover,
.nav-menu .nav-link:focus,
.nav-menu .dropdown-header:hover > .nav-link.dropdown,
.nav-menu .dropdown-header:focus-within > .nav-link.dropdown,
.nav-menu .drop-link:hover,
.nav-menu .drop-link:focus,
.footer-content-links .link.footer-links:hover,
.footer-content-links .link.footer-links:focus {
	color: var(--primary--accent);
}

.nav-menu .nav-link > .underline-hover._3,
.nav-menu .drop-link > .underline-hover._3,
.footer-content-links .link.footer-links > .underline-hover._3 {
	display: block;
	width: 100%;
	max-width: none;
	opacity: 1;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.35s ease;
}

.nav-menu .nav-link:hover > .underline-hover._3,
.nav-menu .nav-link:focus > .underline-hover._3,
.nav-menu .dropdown-header:hover > .nav-link.dropdown > .underline-hover._3,
.nav-menu .dropdown-header:focus-within > .nav-link.dropdown > .underline-hover._3,
.nav-menu .drop-link:hover > .underline-hover._3,
.nav-menu .drop-link:focus > .underline-hover._3,
.footer-content-links .link.footer-links:hover > .underline-hover._3,
.footer-content-links .link.footer-links:focus > .underline-hover._3 {
	transform: scaleX(1);
}

.nav-menu .dropdown-text {
	display: block;
}

.contact-form .wpforms-container {
	margin: 0;
}

.contact-form .wpforms-form {
	margin: 0;
}

.contact-form .wpforms-container .wpforms-field-container {
	display: grid;
	grid-column-gap: 33px;
	grid-row-gap: 50px;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	margin-bottom: 36px;
}

.contact-form .wpforms-container .wpforms-field {
	clear: none;
	padding: 0;
}

.contact-form .wpforms-container .wpforms-field-label {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.contact-form .wpforms-container input[type="text"],
.contact-form .wpforms-container input[type="email"],
.contact-form .wpforms-container input[type="tel"],
.contact-form .wpforms-container textarea {
	border-style: solid;
	border-width: 0 0 1px;
	border-color: black black var(--neutral-300);
	color: var(--white);
	background-color: #0000;
	width: 100%;
	max-width: none;
	margin-bottom: 0;
	padding: 0 0 26px;
	font-size: 18px;
	transition: border-color 0.35s, color 0.35s;
}

.contact-form .wpforms-container textarea,
.contact-form .wpforms-container textarea:focus,
.contact-form .wpforms-container textarea.wpforms-field-medium {
	color: var(--white) !important;
}

.contact-form .wpforms-container input[type="text"],
.contact-form .wpforms-container input[type="email"],
.contact-form .wpforms-container input[type="tel"],
.contact-form .wpforms-container input[type="text"]:focus,
.contact-form .wpforms-container input[type="email"]:focus,
.contact-form .wpforms-container input[type="tel"]:focus,
.contact-form .wpforms-container input.wpforms-field-medium {
	color: var(--white) !important;
}

.contact-form .wpforms-container input[type="text"],
.contact-form .wpforms-container input[type="email"],
.contact-form .wpforms-container input[type="tel"] {
	min-height: 46px;
}

.contact-form .wpforms-container input[type="text"]:hover,
.contact-form .wpforms-container input[type="email"]:hover,
.contact-form .wpforms-container input[type="tel"]:hover,
.contact-form .wpforms-container textarea:hover,
.contact-form .wpforms-container input[type="text"]:focus,
.contact-form .wpforms-container input[type="email"]:focus,
.contact-form .wpforms-container input[type="tel"]:focus,
.contact-form .wpforms-container textarea:focus {
	border-bottom-color: var(--primary--accent);
	color: var(--white);
	outline: 0;
}

.contact-form .wpforms-container input[type="text"]::placeholder,
.contact-form .wpforms-container input[type="email"]::placeholder,
.contact-form .wpforms-container input[type="tel"]::placeholder,
.contact-form .wpforms-container textarea::placeholder {
	color: var(--primary--paragraphs);
}

.contact-form .wpforms-container textarea {
	min-width: 100%;
	max-width: 100%;
	min-height: 117px;
	resize: vertical;
}

.contact-form .wpforms-container .wpforms-field-textarea {
	grid-column: 1 / -1;
}

.contact-form .wpforms-container .wpforms-submit-container {
	display: inline-block;
	position: relative;
	padding: 0;
	border: 1px solid var(--primary--accent);
	background-color: var(--primary--accent) !important;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
}

.contact-form .wpforms-container button[type="submit"].wpforms-submit {
	color: var(--primary--black) !important;
	background-color: var(--primary--accent) !important;
	border: 0;
	height: auto;
	margin: 0;
	padding: 25px 32px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	transition: color 0.35s;
	display: block;
	position: relative;
	z-index: 1;
}

.contact-form .wpforms-container button[type="submit"].wpforms-submit:hover,
.contact-form .wpforms-container button[type="submit"].wpforms-submit:focus {
	color: var(--primary--black) !important;
	background-color: var(--primary--accent) !important;
}

.contact-form .wpforms-container .wpforms-confirmation-container-full {
	color: var(--primary--black);
	background: var(--primary--accent);
	border: 0;
	margin: 20px 0 0;
	padding: 20px;
}

.contact-form .wpforms-container .wpforms-error,
.contact-form .wpforms-container label.wpforms-error {
	color: #ea384c;
	margin-top: 8px;
}

@media screen and (max-width: 767px) {
	.contact-form .wpforms-container .wpforms-field-container {
		grid-template-columns: 1fr;
		grid-row-gap: 40px;
	}
}

/* Template-specific overrides */
.hero-about-coach-wrapper img {
	max-width: 30%;
}

/* Legacy CPT Show Grid Styling */
.legacy-show-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 30px;
}

.legacy-show-featured {
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.legacy-show-featured .embed-responsive {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}

.legacy-show-featured .embed-responsive-item,
.legacy-show-featured iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}

.legacy-show-featured h2 {
	padding: 15px 0;
	margin: 0;
	font-size: 24px;
}

.legacy-show-featured .legacy-show-content {
	color: #666;
	line-height: 1.6;
}

.legacy-show-thumb {
	flex: 1 1 calc(33.333% - 10px);
	min-width: 200px;
	cursor: pointer;
	margin: 15px 0;
	transition: transform 0.2s ease;
}

.legacy-show-thumb:hover {
	transform: scale(1.02);
}

.legacy-show-thumb img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
	margin-bottom: 10px;
}

.legacy-show-thumb h3 {
	font-weight: bold;
	text-align: center;
	margin: 5px 0;
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 1.4;
}

@media (max-width: 768px) {
	.legacy-show-thumb {
		flex: 1 1 calc(50% - 7.5px);
	}
}

@media (max-width: 480px) {
	.legacy-show-thumb {
		flex: 1 1 100%;
	}
}

/* Legacy CPT Radio Grid Styling */
.legacy-radio-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 20px;
	margin-bottom: 30px;
}

.legacy-radio-item {
	border: 1px solid #e0e0e0;
	padding: 15px;
	border-radius: 4px;
	transition: box-shadow 0.2s ease;
	background-color: #fff;
}

.legacy-radio-item:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.legacy-radio-item h2 {
	font-size: 16px;
	margin: 0 0 10px 0;
	line-height: 1.3;
}

.legacy-radio-item img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px;
	border-radius: 4px;
}

.legacy-radio-meta {
	font-size: 12px;
	color: #999;
	margin-bottom: 8px;
}

.legacy-radio-summary {
	font-size: 13px;
	color: #666;
	margin-bottom: 10px;
	line-height: 1.4;
}

.legacy-radio-item audio {
	width: 100%;
	margin-top: 10px;
}

/* Legacy CPT Video Grid Styling */
.legacy-video-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 30px;
}

.legacy-video-featured,
.site-main--page-video .big-video,
.site-main--page-video .bg-video {
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.legacy-video-featured .embed-responsive,
.site-main--page-video .big-video .embed-responsive,
.site-main--page-video .bg-video .embed-responsive {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}

.legacy-video-featured .embed-responsive-item,
.legacy-video-featured iframe,
.site-main--page-video .big-video .embed-responsive-item,
.site-main--page-video .big-video iframe,
.site-main--page-video .bg-video .embed-responsive-item,
.site-main--page-video .bg-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}

.legacy-video-featured h2,
.legacy-video-featured h3,
.site-main--page-video .big-video h2,
.site-main--page-video .big-video h3,
.site-main--page-video .bg-video h2,
.site-main--page-video .bg-video h3 {
	padding: 15px 0;
	margin: 0;
	font-size: 24px;
}

.legacy-video-featured .legacy-video-content,
.site-main--page-video .big-video .legacy-video-content,
.site-main--page-video .bg-video .legacy-video-content {
	color: #666;
	line-height: 1.6;
}

.legacy-video-thumb {
	flex: 1 1 calc(33.333% - 10px);
	min-width: 200px;
	cursor: pointer;
	margin: 15px 0;
	transition: transform 0.2s ease;
}

.legacy-video-thumb:hover {
	transform: scale(1.02);
}

.legacy-video-thumb img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
	margin-bottom: 10px;
}

.legacy-video-thumb h3 {
	font-weight: bold;
	text-align: center;
	margin: 5px 0;
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 1.4;
}


.section.banner-pad {
	padding-top: 0;
	position: relative; 
}

.margin-minus {
	margin-top: -25px;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

.navigation.pagination {
	display: block;
	text-align: center;
	margin: auto auto 5%;
}

.navigation.pagination .screen-reader-text {
	display: none;
}

.navigation.pagination .nav-links {
	padding: 0;
	margin: 0;
}

.navigation.pagination .nav-links > * {
	color: #fff;
	background-color: #333;
	display: inline-block;
	vertical-align: middle;
	padding: 6px 15px;
	border: 1px solid #fff;
	border-radius: 0;
	min-width: 34px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	text-transform: none;
	-webkit-transition: ease color 0.5s, ease background 0.5s;
	transition: ease color 0.5s, ease background 0.5s;
}

.navigation.pagination .nav-links > *:hover,
.navigation.pagination .nav-links > *:active,
.navigation.pagination .nav-links > *:focus {
	background: #f0b715;
	color: #fff;
	text-decoration: none;
}

.navigation.pagination .nav-links > *.current,
.navigation.pagination .nav-links > *.current:hover {
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
}

.section.about-me-hero strong {
	color: #fff;
}

.site-main--home .site-posts-loop.blog-section-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	row-gap: 48px;
}

.site-main--home .blog-post-wrapper {
	height: 100%;
}

.site-main--home .blog-post-wrapper .image-wrapper,
.aubrey-single-post-image {
	display: block;
	width: 100%;
	aspect-ratio: 1.58 / 1;
	overflow: hidden;
}

.site-main--home .blog-post-wrapper .image.blog-post,
.aubrey-single-post-image .image.blog-post {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.site-main--home .entry-summary {
	margin-bottom: 28px;
	color: var(--neutral-600);
}

.site-main--home .entry-summary p {
	margin-bottom: 0;
}

.site-main--home .title.blog-post-section {
	font-size: 24px;
	line-height: 1.35em;
}

.site-main--single .section.banner-pad,
.site-main--home .section.banner-pad {
	padding-bottom: 80px;
}


.aubrey-single-post {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 30px 15px 0;
	background-color:#fff;
}

.aubrey-single-post-image {
	margin-bottom: 45px;
}

.aubrey-single-post .entry-content {
	color: var(--neutral-700);
}

.aubrey-single-post .entry-content figure.wp-block-embed {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}

.wp-block-embed__wrapper {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.aubrey-single-post .entry-content img.alignleft,
.aubrey-single-post .entry-content img.alignright,
.aubrey-single-post .entry-content .alignleft,
.aubrey-single-post .entry-content .alignright {
	display: block;
	float: none;
	height: auto;
	margin: 0 auto 1em;
	max-width: 100%;
}

article.padding-around {
    padding: 30px 20px 0;
    background-color: #fff;
}

.padding-20-sides {
	padding-right: 20px !important;
	padding-left: 20px !important;
}

@media (max-width: 768px) {
	.site-main--home .site-posts-loop.blog-section-grid {
		grid-template-columns: 1fr;
	}

	.legacy-video-thumb {
		flex: 1 1 calc(50% - 7.5px);
	}
}

@media (min-width: 768px) {
	.aubrey-single-post .entry-content img.alignleft,
	.aubrey-single-post .entry-content .alignleft {
		display: inline;
		float: left;
		margin-top: .5em;
		margin-right: 1.5em;
		margin-bottom: 1em;
		margin-left: 0;
	}

	.aubrey-single-post .entry-content img.alignright,
	.aubrey-single-post .entry-content .alignright {
		display: inline;
		float: right;
		margin-top: .5em;
		margin-right: 0;
		margin-bottom: 1em;
		margin-left: 1.5em;
	}
}

@media (min-width: 769px) and (max-width: 991px) {
	.site-main--home .site-posts-loop.blog-section-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.legacy-video-thumb {
		flex: 1 1 100%;
	}
}
