/*
Theme Name:     Altitudemc
Theme URI:
Description:    Astra child theme.
Author:         Me
Author URI:
Template:       astra
Version:        0.1.0
*/


/*
 * ---------------------------------------------------------------------------------------------------------------------
 * Theme Overrides / Global
 * =====================================================================================================================
 */

:root {
	--clr-blue-100: #C7F1F2;
	--clr-blue-300: #64DCDF;
	--clr-blue-500: #007577;
	--clr-brown: #D7B78E;
	--clr-orange: #FCF1E4;
	--clr-text: #004D50;
	--clr-white: #ffffff;

	--fw-semilight: 400;
	--fw-regular: 500;
	--fw-medium: 600;
	--fw-bold: 700;

	--ff-body: "rustica", Verdana, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
	font-optical-sizing: auto;
	font-family: var(--ff-body);
}

.fl-row-fixed-width {
	max-width: 1280px;
}

a.fl-button,
.uabb-infobox a.uabb-button {
	background-color: var(--clr-brown) !important;
	border-radius: 2.75em !important;
}
a.fl-button .fl-button-text,
.uabb-infobox a.uabb-button .uabb-button-text {
	font-family: var(--ff-body) !important;
	font-weight: var(--fw-medium) !important;
	color: var(--clr-text) !important;
	font-size: 1.25rem !important;
	line-height: 1.75rem !important;
}

.ast-builder-menu-1 .sub-menu,
.ast-builder-menu-1 .inline-on-mobile .sub-menu {
	border-color: var(--clr-brown) !important;
}

#ast-scroll-top {
	background-color: var(--clr-brown) !important;
}


[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
	fill: var(--clr-text) !important;
}

.site-main a {
	color: var(--clr-text) !important;
}
.site-main a:hover,
.site-main a:active,
.site-main a:visited {
	color: var(--clr-blue-500) !important;
}

/*
 * ---------------------------------------------------------------------------------------------------------------------
 * Home
 * =====================================================================================================================
 */

.ast-mobile-header-wrap .ast-above-header-bar, .ast-above-header-bar .site-above-header-wrap {
	height: 3.125em !important;
}

.ast-header-button-1 .ast-custom-button {
	background-color: var(--clr-blue-300) !important;
	border-radius: 0 !important;
	color: var(--clr-white);
	font-size: 1.25rem !important;
	line-height: 1.75rem !important;
	font-weight: var(--fw-regular) !important;
	width: 15em;
	text-align: center !important;
	text-transform: uppercase !important;
}

.ast-header-button-2 .ast-custom-button {
	background-color: var(--clr-blue-500) !important;
	border-radius: 0 !important;
	color: var(--clr-white);
	font-size: 1.25rem !important;
	line-height: 1.75rem !important;
	font-weight: var(--fw-regular) !important;
	width: 15em;
	text-align: center !important;
	text-transform: uppercase !important;
}

.site-header-section>* {
	padding: 0 !important;
}


.amc-hero__home .fl-row-content-wrap {
	background-image: url('/wp-content/uploads/2024/11/ph-acm-hero__home-001.avif');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.amc-hero__home .acm-infobox__hero .uabb-infobox-title-prefix {
	color: var(--clr-white) !important;
	font-size: 3.75rem;
	line-height: 1.2;
	padding: 15vh 0 0 0;
}

.amc-hero__home .fl-row-custom-height .fl-row-content-wrap {
	display: flex;
	align-items: center;
	height: 100%;
}

.amc-hero__home .fl-row-custom-height .fl-row-content {
	display: flex;
	align-items: center;
	width: 100%;
}

.amc-hero__home .fl-row-custom-height .fl-col-group {
	display: flex;
	align-items: center;
}


.amc-row__sunburst-right .fl-row-content-wrap {
	background-image: url('/wp-content/uploads/2024/11/acm-bg__sunburst-001.avif');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}

.amc-row__sunburst-right .fl-photo-content img {
	max-width: 28.125em;
}

.amc-row__sunburst-left .fl-row-content-wrap {
	background-image: url('/wp-content/uploads/2024/11/acm-bg__sunburst-002.avif');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}



.uabb-infobox-title-prefix {
	color: var(--clr-text) !important;
	letter-spacing: 0.025em;
	font-size: 3rem;
	line-height: 1;
	font-weight: var(--fw-medium);
}

.uabb-infobox-title {
	color: var(--clr-text);
	letter-spacing: 0.025em;
	font-size: 1.875rem;
	line-height: 2.25rem;
	font-weight: var(--fw-bold);
	text-transform: uppercase;
}

.uabb-infobox-text p,
.uabb-infobox-text li {
	font-size: 1rem !important;
	line-height: 1.5rem !important;
	color: var(--clr-text) !important;
}
.uabb-infobox-text {
	/*margin: 1em 0 2em 0 !important;*/
	margin: 1em 0 1em 0 !important;
}


.acm-row__bg-blue .fl-row-content-wrap {
	background-color: var(--clr-blue-100);
}


.fl-row.acm-row__bg-curve-top-blue {
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.acm-row__bg-curve-top-blue:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 7em;
	width:100vw;
	background-image: url('/wp-content/uploads/2024/11/acm-bg__blue-curve-right-001.avif');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}


.acm-row__footer-mountain .fl-row-content-wrap {
	background-image: url('/wp-content/uploads/2024/11/acm-bg__footer-mountain-001.avif');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
	min-height: 44em;
}

.acm-infobox__footer-mountain .uabb-infobox-title-prefix {
	color: var(--clr-white) !important;
	font-size: 3rem;
	line-height: 1;
	letter-spacing: 0.025em;
	font-weight: var(--fw-medium);
}


.acm-infobox__right-arrow .uabb-infobox-title-wrap {
	position: relative;
}

.acm-infobox__right-arrow .uabb-infobox-title-wrap::before {
	content: '';
	position: absolute;
	width: 19px;
	height: 42px;
	background-image: url('/wp-content/uploads/2024/12/acm-right-arrow-001.avif');
	background-size: cover;
	background-position: center;
	top: 50%;
	transform: translateY(-50%);
	left: -50px;
}


.acm-infobox__right-arrow-white .uabb-infobox-title-wrap {
	position: relative;
}

.acm-infobox__right-arrow-white .uabb-infobox-title-wrap::before {
	content: '';
	position: absolute;
	width: 19px;
	height: 42px;
	background-image: url('/wp-content/uploads/2024/12/acm-right-arrow_white-001.avif');
	background-size: cover;
	background-position: center;
	top: 50%;
	transform: translateY(-50%);
	left: -50px;
}



/*
 * ---------------------------------------------------------------------------------------------------------------------
 * Content
 * =====================================================================================================================
 */

.amc-infobox__content .uabb-infobox-title-prefix {
	color: var(--clr-text);
	letter-spacing: 0.025em;
	font-size: 3rem;
	line-height: 1;
	font-weight: var(--fw-medium);
	margin-bottom: 0.5em !important;
}
.amc-infobox__content .uabb-infobox-title {
	color: var(--clr-text);
	letter-spacing: 0.025em;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: var(--fw-regular);
	text-transform: none;
}
.amc-infobox__content .uabb-infobox-text p,
.amc-infobox__content .uabb-infobox-text li {
	font-size: 1rem !important;
	line-height: 1.5rem !important;
	color: var(--clr-text) !important;
}



.acm-row__bg-orange  .fl-row-content-wrap {
	background-color: var(--clr-orange);
}

.acm-row__bg-img-bottom-right .fl-row-content-wrap {
	background-image: url('/wp-content/uploads/2024/11/ph-acm__woman-chair-001.avif');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 50%;
}

.acm-row__bg-curve-top-orange:before {
	content: "";
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	height: 7em;
	width:100vw;
	background-image: url('/wp-content/uploads/2024/11/acm-bg__orange-curve-right-001.avif');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}

.acm-row__bg-curve-bottom-orange:after {
	content: "";
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	height: 7em;
	width:100vw;
	background-image: url('/wp-content/uploads/2025/05/acm-bg__orange-curve-bottom-right-001.avif');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
}
.acm-row__bg-curve-bottom-orange {
    position: relative;
    overflow: hidden; 
}



/*
 * ---------------------------------------------------------------------------------------------------------------------
 * Accordion
 * =====================================================================================================================
 */

.uabb-adv-accordion-button {
	background-color: var(--clr-orange) !important;
}

.uabb-adv-accordion-item-active .uabb-adv-accordion-button {
	background-color: var(--clr-brown) !important;
}

.uabb-adv-accordion-button-label,
i.uabb-adv-accordion-button-icon,
.uabb-adv-accordion-content li,
.uabb-adv-accordion-content p {
	color: var(--clr-text) !important;
}


.acm-row__bg-orange .uabb-adv-accordion-button {
	background-color: var(--clr-brown) !important;
}


/*
 * ---------------------------------------------------------------------------------------------------------------------
 * Gravity Forms
 * =====================================================================================================================
 */

input[type=submit] {
	background-color: var(--clr-brown) !important;
	color: var(--clr-text) !important;
}

.uabb-gf-style .ginput_container_select:after {
	content: '';
}




/*
 * ---------------------------------------------------------------------------------------------------------------------
 * Blog post layout
 * =====================================================================================================================
 */

.acm-blog__header {
	width: 100%;
	background: var(--clr-blue-100) !important;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: cover;
	height: 266px;
	margin-top: 0 !important;
}

.acm-blog__title {
	font-size: 2.25rem !important;
	line-height: 2.5rem !important;
	margin-bottom: 1em !important;
	color: var(--clr-blue-500) !important;
}

.acm-blog__content {
	background-color: var(--clr-white) !important;
	max-width: 1236px !important;
	margin: 0 auto !important;
	padding: 2em 3em !important;
	position: relative !important;
	top: -10em !important;
}

.single.ast-page-builder-template .entry-header {
	max-width: 100%;
}

/*.ast-single-post.ast-page-builder-template .site-main > article {
	padding: 2em 0;
}*/





/*
 * ---------------------------------------------------------------------------------------------------------------------
 * Footer
 * =====================================================================================================================
 */

.amc-footer .uabb-text-editor p,
.amc-footer .uabb-text-editor p a,
.amc-footer .uabb-text-editor li {
	font-size: 0.875rem !important;
	line-height: 1.25rem !important;
	color: var(--clr-white) !important;
}

.amc-footer__credits .uabb-text-editor p,
.amc-footer__credits .uabb-text-editor p a,
.amc-footer__credits .uabb-text-editor li {
	font-size: 0.75rem !important;
	line-height: 1rem !important;
	color: var(--clr-white) !important;
}




/*
 * ---------------------------------------------------------------------------------------------------------------------
 * ---------------------------------------------------------------------------------------------------------------------
 * Media Queries
 * =====================================================================================================================
 * =====================================================================================================================
 */


/* Small phone (~320px) */
@media only screen and (min-width: 20em)
{
	.site-logo-img img {
		max-width: 50%;
	}

	.amc-infobox__content .uabb-infobox-title-prefix {

	}

	.amc-blog__content {
		top: -5em !important;
		padding: 2em 3em !important;
	}
}


/* Low DPI Laptop (~1280px) */
@media only screen and (min-width: 80em)
{
	.site-logo-img img {
		max-width: 80%;
	}

	.acm-row__bg-blue .fl-photo-content img {
		max-width: 28.125em;
	}

	.amc-row__sunburst-left .fl-photo-content img {
		max-width: 28.125em;
	}

	.amc-infobox__content-narrow {
		padding: 0 5em;
	}

	.amc-blog__content {
		top: -10em !important;
		padding: 2em 3em !important;
	}
}



/* High DPI Laptop (~1440px) */
@media only screen and (min-width: 90em)
{
	.fl-row-content-wrap {
		padding: 3em 0;
	}
}
