/* Codeable CSS */
.ast-site-title-wrap {
	display: none;
}

/* page banners */
.page-banner {
	background-blend-mode: overlay;
}

/* downdown menu */
li.menu-item-has-children ul.sub-menu a.menu-link {
	font-size: 16px!important;
}

/* Homepage */
.home-btn a.wp-block-button__link:hover {
	    scale: 1.1;
}


.home-banner-btn:hover {
	border: 1px solid #fff;
	border-radius: 50px;
}

.home-btn a.wp-block-button__link:after {
	  content: '\f178';
    font-family: fontawesome;
    margin-left: 5px;
}

.home-btn a.wp-block-button__link {
	font-weight: 700!important;
}

.logo-row img {
	max-height: 110px;
  width: auto;
}

.logo-carousel-free .sp-lc-logo {
	border: none!important;
}

.logo-col {
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: 10px;
}

@media (max-width: 991px){
	.testimonials-row .wp-block-columns {
	max-width:100%!important;
}
	
/* global mobile/tablet adjustments */
	.column-reverse {
		flex-direction: column-reverse;
	}
	.text-align-mobile h2,
	.text-align-mobile p {
		text-align: center;
	}
	
	.text-align-mobile .wp-block-buttons {
		justify-content: center;
	}
	
	.workshop-border-mobile .wp-block-column {
		border: none;
	}
	
	.coach-list-item-mobile {
		margin-top: -45px!important;
	}
	
	ul#astra-footer-menu li.menu-item {
		text-align: center;
	}
}

.testimonials-row .wp-block-columns {
    max-width: 100%!important;
}


/* What we do landing page */

body.page-id-8327 .wp-block-group.transform-leader-blurb {
	background-position: 100% 46%!important;
    background-size: 71%!important;
    background-repeat: no-repeat;
}

body.page-id-8327 .coach-blurb {
		background-position: 0% 46%!important;
    background-size: 71%!important;
    background-repeat: no-repeat;
}

/* testimonials */
.sp-testimonial-item.swiper-slide .sp-testimonial-content p {
	font-size: 17px;
}

.sp-testimonial-item.swiper-slide h4.sp-testimonial-client-name {
	font-size: 22px;
}

/* connect page */
.contact-form-row {
		background-position: 0% 46%!important;
    background-size: 71%!important;
    background-repeat: no-repeat;
}

.contact-form-row .wp-block-columns.is-layout-flex {
	gap: 0;
}

.contact-form-row textarea {
    height: 8em;
}

/* Footer Styles */
footer.site-footer .site-footer-primary-section-1 .site-footer-focus-item {
	display: flex;
  align-items: center;
}

.site-footer-primary-section-2.site-footer-section.site-footer-section-2 {
	display: flex;
	justify-content: center;
}

@media (max-width: 764px){
	.footer-widget-area.widget-area.site-footer-focus-item.ast-footer-html-2 {
		justify-content: center;
	}
}

/* logo */
section#block-2 {
	margin-bottom: 0;
}

.site-footer-primary-section-1 h2,
.site-footer-primary-section-2 h2,
.site-footer-primary-section-3 h2 {
	color: #F1F1F1;
}

/* leadership page */
.icon-text {
	display: flex;
	align-items: center;
	flex-direction: column;
}
