/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

:root {
	--mec-heading-font-family: 'Remora-Sans-W3',remora-sans-w3,sans-serif;
}

html {
	scroll-behavior: smooth;
}

html body {
	overscroll-behavior: none;
}

html * {
	scroll-margin-top: 90px;
}

.wp-block-columns {padding-top:0px!important;}
.entry-content .wp-block-columns {
  margin-bottom: 0;
  padding-top: 0px!important;
  padding-bottom: 15px!important;
}

.hap-highlight {
	color: var(--ast-global-color-0) !important;
	text-transform: uppercase;
}

.ast-title-bar-wrap {
	background-position: center 25%;
}

.cv-grid {
	display: flex;
	gap: 12px 1%;
	flex-wrap: wrap;
	justify-content: center;
}
.cv-grid__item {
	position: relative;
	flex-basis: 100%;
	max-width: 100%;
	flex-grow: calc(8/5);
	aspect-ratio: 8/5;
	background-color: var(--ast-global-color-0);
}
.cv-grid__item a {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: end;
	width: 100%;
	height: 100%;
	padding: 80px 10px;
	font-family: 'Remora-Sans-W3',remora-sans-w3,sans-serif;
	font-size: 1.5rem;
	color: var(--ast-global-color-5);
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
}
.cv-grid__item a:hover {
	text-decoration: underline !important;
}
.cv-grid__item .wp-post-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	mix-blend-mode: multiply;
}
@media (min-width: 768px) {
	.cv-grid__item {
		flex-basis: 49%;
		max-width: 49%;
	}
}
@media (min-width: 922px) {
	.cv-grid__item {
		flex-grow: calc(var(--ratio));
		aspect-ratio: var(--ratio);
	}
	.cv-grid__item--single {
		flex-basis: 24%;
		max-width: 24%;
	}
	.cv-grid__item--double {
		flex-basis: 49%;
		max-width: 49%;
	}
}

@media (max-width: 767px) {
	
	.reverse-mobile {
        flex-direction: column-reverse!important;
    }
	
	.flex-order-1 {
		order: 1;
	}
	.flex-order-2 {
		order: 2;
	}
	.flex-order-3 {
		order: 3;
	}
}

.ast-plain-container.ast-no-sidebar #primary {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#masthead .site-primary-header-wrap {
	padding-left: 15px;
	padding-right: 0;
}
#masthead .ast-below-header {
	position: relative;
}
#masthead .ast-mobile-header-wrap .ast-primary-header-bar {
	padding-left: 5px;
	padding-right: 0;
}
@media (min-width: 991px) {
	#masthead .site-below-header-wrap {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}
.ast-sticky-header-shrink .ast-mobile-header-wrap .ast-primary-header-bar.ast-header-sticked {
	min-height: 50px;
}
.ast-logo-title-inline .ast-site-identity {
	padding: .5rem 0;
}
.ast-builder-menu,
.ast-builder-menu .main-navigation > ul,
.ast-header-button-1,
.ast-header-button-1 .ast-builder-button-wrap,
.ast-header-button-1 .ast-custom-button {
	height: 100%;
}
.ast-header-button-1 .ast-custom-button {
	display: flex;
	align-items: center;
	justify-content: center;
}
.ast-builder-menu .main-header-menu .sub-menu .menu-item .menu-link:hover {
	background: none;
}
.ast-builder-menu .menu-item > .menu-link .ast-icon {
	color: var(--ast-global-color-8);
}

.testimonial-tile {
	position: relative;
	background-color: #252c5e99;
	background-blend-mode: multiply;
}
.testimonial-tile:hover {
	background-color: unset;
}
.testimonial-tile .hap-highlight {
	color: var(--ast-global-color-7) !important;
}
.testimonial-tile h2 {
	font-size: 42px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)  {
	.testimonial-tile h2 {
		font-size: 24px;
	}
}
.testimonial-tile .testimonial-link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.testimonial-tile .testimonial-excerpt {
	padding: 0 60px 0 30px;
}
.testimonial-tile .testimonial-excerpt {
	font-family: 'Remora-Sans-W3',remora-sans-w3,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: var(--ast-global-color-5);
}
.testimonial-excerpt:before,
.testimonial-excerpt:after {
    position: absolute;
    color: var(--ast-global-color-7);
    font-size: 100px;
	line-height: 1;
	height: 60px;
	z-index: -1;
}
.testimonial-excerpt:before {
	content: '“';
	top: 40px;
	left: 20px;
}
.testimonial-excerpt:after {
	content: '”';
	bottom: 0;
	right: 80px;
}
@media only screen and (min-width: 992px) {
	.home-page-tiles > .wp-block-uagb-container {
		height: 36vh;
	}
	.testimonial-tile .testimonial-excerpt {
		font-size: 16px;
		line-height: 1.6;
	}
	.testimonial-excerpt:before,
	.testimonial-excerpt:after {
		font-size: 200px;
		height: 100px;
	}
	.testimonial-excerpt:after {
		bottom: 40px;
	}
}

.post-content .entry-title {
	position: relative;
}
.post-content .entry-title:after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 200%;
    height: 100%;
    border-bottom: 2px solid var(--ast-global-color-7);
    z-index: -1;
}
.ast-no-thumb .post-content .entry-title:after {
	width: 100%;
}
.page .entry-content h2,
.single article.post .entry-title,
.single.single-mec-events .entry-title,
.entry-content .wp-block-media-text .wp-block-media-text__content h2:first-child {
	border-bottom: 2px solid var(--ast-global-color-7);
}
.entry-content .wp-block-media-text .wp-block-media-text__content h2:not(:first-child) {
	border-bottom: none;
}
.single article.mec-single-event .mec-single-title {
	display: none;
}

.wp-block-media-text__media img {
	object-fit: cover;
	width: 100%;
	height: 50vw;
}
.wp-block-media-text {
	grid-template-columns: 40% 1fr;
	margin-bottom: 60px;
}
.wp-block-media-text.has-media-on-the-right {
	grid-template-columns: 1fr 40%;
}
.entry-content .wp-block-media-text .wp-block-media-text__content,
.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding: 0;
}
@media (min-width: 768px) {
	.wp-block-media-text__media img {
		height: 300px;
	}
	.entry-content .wp-block-media-text .wp-block-media-text__content > * {
		padding: 0 0 0 8%;
	}
	.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content > * {
		padding: 0 8% 0 0;
	}
}

/*
.meet-button-group .wp-block-button__link {
	position: relative;
	color: var(--ast-global-color-0);
	padding-left: 45px !important;
}
.meet-button-group .wp-block-button__link:before {
	content: '';
	position: absolute;
	top: 0;
	left: 12px;
	display: block;
	width: 100%;
	height: 100%;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 90%;
}
.meet-button-group .wp-block-button__link:hover:before {
	filter: hue-rotate(155deg) brightness(5);
}
.meet-button-group .meet-dogs .wp-block-button__link:before {
	background-image: url(https://hap.flywheelstaging.com/wp-content/uploads/2022/11/Dog-Icon.png);
}
.meet-button-group .meet-cats .wp-block-button__link:before {
	background-image: url(https://hap.flywheelstaging.com/wp-content/uploads/2022/11/Cat-Icon.png);
}
*/

footer .widget {
	font-family: 'Remora-Sans-W3',remora-sans-w3,sans-serif;
	line-height: 1.3;
	margin-bottom: 1.75em;
}
footer .widget p:last-child {
	margin-bottom: 0;
}
footer .widget .menu-item {
	padding-bottom: 1rem;
}
footer .widget .menu-link {
	color: var(--ast-global-color-5);
	font-weight: bold;
	text-transform: uppercase;
}
footer .widget .menu-link:hover {
	text-decoration: underline;
}
footer .widget .wp-block-button,
footer .widget .wp-block-button__link {
	display: block;
}
footer .widget .wp-block-button__link {
	color: var(--ast-global-color-5);
	border: 2px solid var(--ast-global-color-7);
}
@media (max-width: 921px) {
	footer .widget.widget_text {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 922px) {
	footer .widget .wp-block-social-links {
		justify-content: start;
	}
	footer .widget .wp-block-button,
	footer .widget .wp-block-button__link {
		width: 100%;
	}
	.site-footer-section,
	.site-footer-section .footer-widget-area {
		height: 100%;
	}
	.site-footer-section .footer-widget-area {
		display: flex;
		flex-flow: column;
	}
	.site-footer-section:not(.site-footer-primary-section-1) .footer-widget-area .widget:last-child {
		margin-top: auto;
	}
}

.wp-block-uagb-team img {
	object-fit: cover;
}

.ctct-form-wrapper .ctct-button {
	display: table;
	margin-bottom: 10px;
}
.ctct-form-wrapper .ctct-form-field {
	display: block;
}
.ctct-form-wrapper .ctct-form-field > input {
	width: 100%;
}
.ctct-form-wrapper .ctct-form-field > input:not([type="submit"]) {
    padding: 10px 20px;
    box-shadow: none;
    border: none;
}
@media (min-width: 768px) {
	.ctct-form-wrapper .ctct-form-field {
		display: inline-block;
	}
	.ctct-form-wrapper .ctct-form-field.ctct-form-field-email {
		width: 30%;
		padding-right: 10px;
	}
	.ctct-form-wrapper .ctct-form-field.ctct-form-field-text {
		width: 25%;
		padding-right: 10px;
	}
	.ctct-form-wrapper .ctct-form-field.ctct-form-field-submit {
		width: 20%;
	}
}
.ctct-disclosure hr {
	display: none;
}

.mec-event-content,
.single-mec-events .mec-wrap p,
.single-mec-events .mec-wrap ul li,
.mec-single-event .mec-event-meta dd {
	color: var(--ast-global-color-3);
	font-size: 1rem;
}
.single-mec-events .wp-block-heading,
.mec-single-event .mec-event-meta h3,
.mec-single-event .mec-event-meta dt,
.mec-wrap .mec-event-title,
.mec-wrap .mec-event-title a {
	color: var(--ast-global-color-2) !important;
	font-weight: 700;
}
.single-mec-events a {
	color: var(--ast-global-color-0) !important;
}
.single-mec-events a:hover {
	color: var(--ast-global-color-1) !important;
}