.pt-page-outer__container {
	height: auto;
	width: 100%;
}

.pt-page-inner__container {
	height: auto;
	width: 100%;
}

/* Reviews styles */

#testimonials {
	background-color: #fff !important;
}

.slick-prev:before,
.slick-next:before {
	color: black;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.slick-prev:before {
	content: '\f053';
}

.slick-next:before {
	content: '\f054';
}

.slick-slide {
	height: auto !important;
}

.reviews__container {
	font-family: 'Work Sans', sans-serif;
	width: 83.33%;
	margin: 20px auto 20px auto;
	cursor: pointer;
}

.review__container {
	margin-left: 10px;
	margin-right: 10px;
	padding: 20px;
	border: 2px solid #f2f2f2;
	border-radius: 5px;
}

.review-img {
	width: 50px;
}

.review-text {
	margin-top: 15px;
	font-size: 14px;
}

.review-rating {
	text-align: center;
	margin-top: 10px;
}

.review-rating-star {
	color: #fed136;
}

.review-customer {
	display: flex;
	background-color: #f2f2f2;
	padding: 10px;
	border-radius: 10px;
}

.review-name {
	align-self: center;
	margin-left: 15px;
}

.review-rating-text {
	display: block;
	font-size: 12px;
}

.review-date {
	font-size: 12px;
}

.pt-reviews-google-business-link {
	text-decoration: none;
	background-color: var(--green);
	border: 2px solid transparent;
	color: white;
	padding: 20px;
	display: block;
	border-radius: var(--cta-radius);
	width: fit-content;
	margin: 0 auto;
}

/* Instagram styles */

.pt-instagram-link {
	text-decoration: none;
	background-color: var(--green);
	border: 2px solid transparent;
	color: white;
	padding: 20px;
	display: block;
	border-radius: var(--cta-radius);
	width: fit-content;
	margin: 20px auto 0;
}

#instagram-feed {
	padding: 30px;
	background-color: #fff;
}

.instagram-feed__inner-container {
	padding-bottom: 30px;
}

.instagram-feed__header {
	margin-bottom: 40px;
}

.instagram-feed__header-text {
	font-family: 'Open Sans';
}

.instagram-feed__iframe {
	width: 100%;
	border: 0;
	overflow: hidden;
}

.instagram-feed__cta-container {
	margin-top: 20px;
}

.instagram-feed__cta-link {
	border-radius: 25px !important;
	padding: 15px;
}

/* Coaches styles */

#pt-coaches {
	display: flex;
	flex-wrap: wrap;
}

.our-team__container {
	background-color: #E8E9EB;
	width: 100%;
}

.our-team__title {
	font-family: 'Work Sans';
	color: black;
	padding-bottom: 30px;
}

.code-of-ethics-link {
	color: blue;
}

.our-team__info-box {
	margin: 20px 30px;
	padding: 25px;
	font-size: 14px;
	font-family: 'Work Sans', sans-serif !important;
	background-color: white;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	max-width: 800px;
	border-radius: 20px;
	line-height: 28px;
	font-size: 16px;
	justify-self: center;
}

#staff>.container {
	margin: 0 auto;
	padding: 20px 0;
}

.coaches__container {
	display: flex;
	flex-wrap: wrap;
}

.coach-about {
	margin-top: 15px;
}

.coach-card__container {
	margin: 30px;
	line-height: 24px;
}

.coach-row {
	width: 50%;
}


@media screen and (max-width: 875px) {
	.coach-row {
		width: 100% !important;
	}
}


@media screen and (min-width: 1200px) {
	.coach-row {
		width: 32% !important;
	}
}

.coach-card {
	background-color: white;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	padding: 10px 50px;
	font-size: 14px;
	border-radius: 15px;
}

@media screen and (max-width: 767px) {
	.coach-card {
		padding: 5px 20px;
	}
}

.coach-card img {
	width: 100%;
	border-radius: 10px;
}

.pt-coach-title {
	/* text-transform: uppercase; */
	margin: 5px 0;
}

.pt-coach-title + p {
	margin-top: 5px;
	min-height: 50px;
}

.pt-coach-name {
	font-size: 24px;
	margin: 20px 0 0;
}

.coach-headshot__container {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.coach-headshot-img {
	max-width: 225px;
	max-height: 225px;
	margin: 0 auto;
}

#values {
	display: flex;
	background-color: #111;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	color: white;
	/* position: absolute; */
	bottom: 0px;
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
}

.value-item {
	width: 33.3%;
	text-align: center;
	margin: 10px 10px !important
}

.value-icon {
	margin-right: 10px;
	color: #fed136;
}

@media screen and (max-width: 520px) {
	#values {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: auto;
	}

	.value-item {
		width: 100%;
		text-align: center;
		padding: 10px 0;
	}
}

.pt-partners {
	display: flex; 
	flex-wrap: wrap; 
	justify-content: center; 
	align-items: center; 
	margin: 0 20px;
	gap: 25px;
}

.pt-pink-button {
	background-color: #B85C90 !important;
	border: 1px solid #B85C90 !important;
	opacity: 0.95;
}

.pt-pink-button:hover {
	border: 1px solid #B85C90 !important;
}