/*
Theme Name: ChildTheme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 4.8
Serving from WPE
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* color variables */
:root {
	--primary: #446084;
}

/* custom fonts */

.nav>li>a,
.mobile-sidebar-levels-2 .nav>li>ul>li>a {
	font-family: "Sentient-Regular", serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical>li>a {
	font-family: "Sentient-Bold", serif !important;
}

.alt-font {
	font-family: "Sentient-BoldItalic", serif !important;
}

/* font sizing and new classes */
.display-1 {
	font-size: 4.5em
}

.display-2 {
	font-size: 3.5em
}

.display-3 {
	font-size: 3em
}

.display-4 {
	font-size: 2.7em;
}

.display-1,
.display-2,
.display-3 {
	padding: 0;
	margin-top: .2em;
	margin-bottom: .2em;
}

.banner .res-text {
	font-size: 100% !important;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2.1em;
}

h3 {
	font-size: 1.7em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

p.lead {
	font-size: 1.2em
}

.small {
	font-size: .9em
}

/* Google Maps */
/* adjust padding to change the height of maps */

.google-maps {
	position: relative;
	padding-bottom: 64%;
	height: 0;
	width: 100%;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/*change color of checkmarks from flatsome's green */
.dark ul li.bullet-checkmark:before,
.dark ul li.bullet-arrow:before,
.dark ul li.bullet-star:before {
	color: white;
}

/* change the color of bullets. Set your colors at the top */
ul li.bullet-checkmark:before,
ul li.bullet-arrow:before,
ul li.bullet-star:before {
	color: var(--primary);
}

/* gravity forms */

.gform_wrapper.gravity-theme {
	background-color: #00000073;
	padding: 23px;
	border-radius: 8px;
	padding-bottom: 0px;
	border: solid 1px #fdd17f;
}

.gform_wrapper.gravity-theme form {
	margin-bottom: 0;
}

.gfield.gfield--type-radio {
	margin: 10px 0 !important;
}

.gform_wrapper legend {
	text-transform: none !important;
	border-bottom: none !important;
	font-weight: 500 !important;
	line-height: 1.3;
}

.gform_wrapper label {
	color: inherit;
}

.gform_wrapper .ginput_complex label {
	font-size: .8em !important;
}

.gfield_description {
	padding-top: 5px !important;
}

.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {

	padding-bottom: 5px !important;
	padding-top: 5px !important;
}

.gform_wrapper.gravity-theme .gsection {
	border-bottom: 1px solid #ffffff30;
	padding: 0 16px 0px 0;
	margin-bottom: 8px;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
	background-color: #fdd17f !important;
	color: rgb(79, 39, 22) !important;
	font-weight: bold;
}

.full-width .gform_button.button {
	width: 100%
}

.gform_wrapper.gravity-theme .gfield-choice-input {
	margin-bottom: 0;
}

.gform_wrapper .gfield_required {
	color: var(--primary) !important;
}

.gform_button.button {
	border-radius: 3px;
	padding: 7px 30px;
	line-height: 1.5 !important;
}

/* horizontal forms */
.gform_wrapper .gf_simple_horizontal .gform_body {
	width: 100%;
	max-width: unset;
}

.gform_wrapper .gf_simple_horizontal .gform_button.button {
	margin: 0;
}

div#certificate-requirment-error {
	margin: 20px 0;
	padding: 12px;
	background-color: #fdd17f;
}

div#certificate-requirment-error p {
	color: rgb(79, 39, 22) !important;
	margin-bottom: 0;
}

div#certificate-requirment-error p a {
	text-decoration: underline;
}

/* align buttons at bottom of row (must be set to equal) */
.align-buttons .button {
	margin-top: auto;
}

.align-buttons .col-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.align-buttons .text-center.col-inner {
	align-items: center;
}

.align-buttons .col-inner div {
	width: 100%;
}

/* fix weird spacing on buttons */
.button span {
	/* padding-top: 5px; */
	line-height: 1;
}

/* horizontally align icons */

.align-icons {
	align-items: center;
}


/* fill image height */

.fill img,
.fill .img-inner {
	height: 100%;
}

.fill img {
	object-fit: cover;
}

.show-radius .col-inner {
	overflow: hidden;
}

.ho-gform {
	margin: 0 auto;
	margin-top: 30px;
	padding: 24px;
	background: #2C2C2C;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}

.dark-checks .col-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}

.dark-checks .apply-btn {
	margin: 0;
}

.convergence_cta,
.convergence_cta:hover {
	border-color: #35d5fa !important;
	color: #35d5fa !important;
	border-radius: 50px;
	padding: 8px 20px 8px 20px;
	border-color: var(--tp-glow-cyan);
	box-shadow: 0 0 50px rgba(0, 234, 255, 0.6), inset 0 0 30px rgba(0, 234, 255, 0.3) !important;
	background: transparent !important;
	margin: 0;
	margin-top: 15px;
}

.convergence-box .col-inner {
	background: linear-gradient(180deg, rgba(5, 10, 20, 0.9) 0%, rgba(0, 234, 255, 0.1) 50%, rgba(5, 10, 20, 0.9) 100%);
	border: 2px solid rgba(0, 234, 255, 0.5);
	box-shadow: 0 0 20px rgba(0, 234, 255, 0.2), inset 0 0 20px rgba(0, 234, 255, 0.1);
	transition: all 0.3s ease;
}

.convergence-box .col-inner:hover {
	border-color: #00eaff;
	box-shadow: 0 0 50px rgba(0, 234, 255, 0.6), inset 0 0 30px rgba(0, 234, 255, 0.3);
	background: linear-gradient(180deg, rgba(5, 10, 20, 0.9) 0%, rgba(0, 234, 255, 0.3) 50%, rgba(5, 10, 20, 0.9) 100%);
}

.convergence-box .col-inner .convergence_cta {
	background-color: #000 !important;
}

.convergence-box .col-inner .icon-inner {
	height: 120px;
	display: flex;
	align-items: center;
}

.nav>li>a {
	font-family: "Sentient-Bold", serif !important;
}

.dark-checks ul li.bullet-checkmark:before,
ul li.bullet-arrow:before,
ul li.bullet-star:before {
	color: #111 !important;
}

.light-checks ul li.bullet-checkmark:before,
ul li.bullet-arrow:before,
ul li.bullet-star:before {
	color: #fff !important;
}

.dark-checks ul li {
	border-bottom: 1px solid #111;
	list-style: none;
	margin: 0;
	padding: 7px 0 7px 25px;
	position: relative;
}

.light-checks ul li {
	border-bottom: 1px solid #00eaff;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
	background-color: #444 !important;
	border: 1px solid #000 !important;
	color: #fff !important;
	height: 3em !important;
	box-shadow: 0 0 0px #ccc;
	max-width: 100%;
	width: 100%;
	transition: all 0.3s ease !important;
}


.yellow-button.button,
input[type=button].button,
input[type=reset].button,
input[type=submit],
input[type=submit].button {
	background-color: var(--fs-color-success);
	border-color: rgba(0, 0, 0, .05);
	color: rgb(79, 39, 22) !important;
}

.ho-review-container {
	max-width: 900px;
	margin: 0 auto;
	padding: 60px 0;
	color: #e5e7eb;
}

.review-application {
	position: relative;
	background: url("https://human-operated.flywheelsites.com/wp-content/uploads/2025/08/1-scaled.jpg") center/cover no-repeat fixed;
}

.review-application::before {
	content: "";
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.843);
	z-index: 0;
	pointer-events: none;
}

.review-application .ho-review-container {
	position: relative;
	z-index: 1;
}

.ho-review-container h1 {
	color: #f9fafb;
	font-size: 2.2rem;
	margin-bottom: 8px;
}

.ho-review-container>p {
	color: #cbd5e1;
	margin-bottom: 28px;
}

.ho-review-section,
.ho-review-pricing {
	background: rgb(0 0 0 / 50%);
	border: 1px solid rgba(148, 163, 184, 0.25);
	padding: 24px;
	margin: 0 auto 20px;
}

.ho-review-section h2,
.ho-review-pricing h2 {
	font-size: 2rem;
	font-weight: 700;
	color: #fdd580;
}

.ho-review-section dl {
	display: grid;
	grid-template-columns: 500px 1fr;
	gap: 10px 18px;
	margin: 0;
}

.ho-review-section dt {
	color: #e2e8f0;
	font-weight: 600;
}

.ho-review-section dd {
	color: #cbd5e1;
	margin: 0;
}

.ho-review-pricing {
	text-align: center;
}

.ho-review-pricing .price {
	font-weight: 700;
	color: #f9fafb;
	font-size: 1.5rem;
	margin-bottom: 0;
}

.ho-review-actions {
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-top: 24px;
	flex-wrap: wrap;
}

.ho-review-actions .button {
	padding: 12px 20px;
	border-radius: 3px;
	background-color: #fdd580;
	color: #000;
}

.ho-mp-page {
	position: relative;
	background: url("https://human-operated.flywheelsites.com/wp-content/uploads/2025/08/1-scaled.jpg") center/cover no-repeat fixed;
	min-height: 64dvh;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 60px 30px;
}

.ho-mp-page::before {
	content: "";
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.843);
	z-index: 0;
	pointer-events: none;
}

.ho-mp-container {
	max-width: 650px;
	margin: 0 auto;
	padding: 28px;
	background: rgb(0 0 0 / 50%);
	border: 1px solid rgba(148, 163, 184, 0.25);
	width: 100%;
	color: #fff;
	position: relative;
	z-index: 1;
}

.ho-mp-account-template {
	display: block;
	min-height: unset;
	padding: 0;
}

.ho-mp-account-template .mp_wrapper {
	position: relative;
	z-index: 1;
}

.ho-mp-page h1,
.ho-mp-page h2,
.ho-mp-page h3,
.ho-mp-page h4,
.ho-mp-page h5,
.ho-mp-page h6,
.ho-mp-page p {
	color: #fff;
}

.ho-mp-page form {
	margin-bottom: 0;
}

.ho-mp-page form label {
	color: #fff;
}

.ho-mp-page form .mp-spacer {
	display: none;
}

.mp_login_form input[type=submit] {
	background-color: #fdd580;
	color: #000 !important;
	padding: 3px 20px;
	border-radius: 3px;
	margin: 0;
}

.mp_login_form input[type=submit]:hover {
	background-color: #fdd580;
	color: #000 !important;
}

.mepr-login-actions a:hover {
	color: #f9fafb !important;
}

.button.mp-hide-pw {
	padding: 0 !important;
	margin: 0;
	line-height: 1;
	height: 48px;
	margin-right: 10px;
}

.ho-mp-page .mp-table,
.ho-mp-page .mp-table th,
.ho-mp-page .mp-table td,
.mp_wrapper table.mepr-account-table,
.mp_wrapper table.mepr-account-table th,
.mp_wrapper table.mepr-account-table td {
	color: #f9fafb;
	border-color: rgba(148, 163, 184, 0.35);
}

.mp_wrapper table.mepr-account-table tr {
	border: none;
}

.mp_wrapper .mepr-payment-method {
	background-color: #fff;
	border-radius: 3px;
	padding: 10px;
	padding-bottom: 15px;
	margin-top: 10px;
	margin-bottom: 0;
}

#mepr-account-nav {
	border-bottom: solid 2px #3c3c3c;
	background-color: transparent;
}

#mepr-account-nav ul {
	max-width: 1150px;
	padding: 0 20px;
	margin: 0 auto;
	gap: 30px;
}

#mepr-account-nav ul li {
	padding: 15px 0;
	margin: 0;
}

#mepr-account-nav ul li a {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease;
}

#mepr-account-nav ul li a:hover,
#mepr-account-nav ul li.mepr-active-nav-tab a {
	color: #fdd580;
}

.ho-mp-account-template .mp_wrapper:nth-of-type(2),
.ho-mp-account-template .mp-no-subs,
.ho-mp-account-template .mepr-company-tab,
.ho-mp-account-template .mepr-unauthorized-message,
.ho-mp-account-template .mepr-login-form-wrap,
.ho-mp-account-template .mepr-no-active-subscriptions {
	position: relative;
	z-index: 1;
	max-width: 1150px;
	padding: 30px 20px;
	margin: 0 auto;
	min-height: 58dvh;
	color: #f9fafb;
}

.ho-mp-account-template .mepr-unauthorized-message,
.ho-mp-account-template .mepr-login-form-wrap {
	min-height: unset;
}

.mp_wrapper table.mepr-account-table th,
.mp_wrapper table.mepr-account-table td {
	padding: 15px 10px;
	color: #f9fafb !important;
}

.mepr-account-subscr-id,
.mepr-account-terms,
.mepr-account-rebill {
	color: #f9fafb !important;
	opacity: 0.7;
	display: block;
	margin-top: 3px;
}

.mepr-certification-table-wrapper {
	margin-top: 30px;
}

.mp_wrapper .mepr-account-form .mepr-submit {
	padding: 5px 16px;
	margin: 0;
	margin-top: -20px;
}

.gform_wrapper.gravity-theme .ginput_container_address span {
	flex: 0 0 33.33333333333333%;
}

.gform_wrapper.gravity-theme .ginput_complex label,
.gform_wrapper.gravity-theme .ginput_complex legend,
.gform_wrapper.gravity-theme .gfield_label {
	display: inline-block;
	font-size: 15px !important;
	font-weight: 700;
	margin-bottom: 3px !important;
	padding: 0;
}

@media only screen and (max-width: 768px) {
	.ho-review-section dl {
		grid-template-columns: 1fr;
	}

	.ho-review-actions {
		flex-direction: column;
	}

	.ho-review-actions .button {
		width: 100%;
		text-align: center;
	}
}



@media only screen and (max-width: 48em) {

	/* mobile for display sizes */
	.display-1 {
		font-size: 3em;
	}

	.display-2 {
		font-size: 2.5em;
	}

	.display-3 {
		font-size: 2.3em;
	}

	.display-4 {
		font-size: 2em;
	}
}

/* limit size of containers on mobile */
@media only screen and (max-width: 1200px) {

	.container-width,
	.full-width .ubermenu-nav,
	.container:not(.banner-layers),
	.row:not(.row-collapse) {
		width: calc(100% - 30px);
	}
}

/* fix alignment on absolute footer */
@media (min-width: 850px) {
	.footer-secondary {
		padding: 0px !important;
	}
}

/* MemberPress Account Nav Tab Order */
#mepr-account-nav .mepr-nav-item.company {
	order: 1;
}

#mepr-account-nav .mepr-nav-item.mepr-home {
	order: 1;
}

#mepr-account-nav .mepr-nav-item.mepr-subscriptions {
	order: 3;
}

#mepr-account-nav .mepr-nav-item.mepr-payments {
	order: 4;
}

#mepr-account-nav .mepr-nav-item {
	order: 5;
}

/* Certificate Badge Section */
.mepr-badge-section {
	margin-top: 2rem;
	padding: 1.5rem;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(253, 213, 128, 0.3);
	border-radius: 8px;
}

.mepr-badge-section h4 {
	margin-top: 0;
	margin-bottom: 1.5rem;
	color: #fdd580;
}

.mepr-badge-preview {
	text-align: center;
	margin-bottom: 1.5rem;
	padding: 1.5rem;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 8px;
}

.mepr-badge-preview p {
	margin-bottom: 0;
}

.mepr-badge-preview .ho-badge-image {
	max-width: 200px;
	height: auto;
	/* filter: invert(1); */
}

.mepr-badge-embed {
	margin-bottom: 1.5rem;
}

.mepr-badge-embed label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.5rem;
	color: #f9fafb;
}

.mepr-badge-instructions {
	font-size: 0.9rem;
	color: rgba(249, 250, 251, 0.7);
	margin-bottom: 0.75rem;
}

.ho-embed-code {
	width: 100%;
	min-height: 105px;
	padding: 0.75rem !important;
	background: rgba(0, 0, 0, 0.4) !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 4px;
	color: #f9fafb !important;
	font-family: monospace !important;
	font-size: 0.85rem !important;
	resize: vertical !important;
	margin-bottom: 1rem !important;
}

.ho-copy-btn,
.ho-download-btn {
	display: inline-block;
	padding: 0.5rem 1.2rem;
	background: #fdd580;
	color: #000;
	border: none;
	border-radius: 3px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	text-decoration: none;
	transition: background 0.2s ease;
}

.ho-copy-btn:hover,
.ho-download-btn:hover {
	background: #e5c070;
}

.mepr-badge-download {
	margin-top: 1rem;
}

.mepr-badge-pending {
	padding: 1rem;
	background: rgba(253, 213, 128, 0.1);
	border: 1px dashed rgba(253, 213, 128, 0.4);
	border-radius: 4px;
	text-align: center;
}

.mepr-badge-pending p {
	margin: 0;
	color: rgba(249, 250, 251, 0.8);
}

.html_topbar_left {
	font-size: 16px !important;
}
