/*

Theme Name: Sydney Child
Template: sydney
Author: Dylan Taylor
Version: 1.0.0

*/

/* Typography */

h1 {
	font-family: 'Playfair Display', serif !important;
	font-size: 72px !important;
	font-weight: 400 !important;
	letter-spacing: -1px;
	line-height: 1;
	margin: 0;
}

h2 {
	font-family: 'Playfair Display', serif !important;
	font-size: 48px !important;
	font-weight: 400 !important;
	letter-spacing: -1px;
	line-height: 1;
	margin: 0;
}

h3 {
	font-family: 'Playfair Display', serif !important;
	font-size: 28px !important;
	font-weight: 400 !important;
	letter-spacing: -1px;
	line-height: 1;
	margin: 0;
}

h4 {
	font-family: 'Playfair Display', serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	letter-spacing: -1px;
	line-height: 1;
	margin: 0;
}

h5 {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
}

h6 {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}


/* Pop Up */

#sgpb-popup-dialog-main-div {
	background: #3A6547 !important;
	border: 0.25em solid #EF9922 !important;
	border-radius: 0 !important;
	box-shadow: 0 8px 24px rgba(239, 153, 34, 0.5) !important;
}

#sgpb-popup-dialog-main-div .sg-popup-builder-content {
	padding: 2em 3em;
}

#sgpb-popup-dialog-main-div h2 {
	color: #FFFFFF;
	line-height: 1;
	margin: 0 0 0.5em;
}

#sgpb-popup-dialog-main-div h3 {
	color: #FFFFFF !important;
	letter-spacing: 0;
	margin: 0.25em 0 0.5em;
}

#sgpb-popup-dialog-main-div p {
	color: #FFFFFF;
	margin: 0;
}

#sgpb-popup-dialog-main-div p:not(:last-of-type) {
	margin: 0 0 0.75em;
}

.sgpb-popup-close-button-6 {
	opacity: 0.75;
	transition: all 0.5s ease;
}

.sgpb-popup-close-button-6:hover {
	opacity: 1;
	transition: all 0.5s ease;
}

@media screen and (max-width: 767px) {
	#sgpb-popup-dialog-main-div {
		max-width: 90% !important;
		padding: 0 !important;
		width: 100% !important;
	}
	#sgpb-popup-dialog-main-div .sg-popup-builder-content {
		padding: 2em;
	}
	#sgpb-popup-dialog-main-div h2 {
		font-size: 38px !important;
		line-height: 1.2;
	}
}


/* Mobile Navigation */

.shfb-mobile_offcanvas {
	background: #3A6547 !important;
}

.shfb-mobile_offcanvas .mobile-menu-close i svg {
	fill: #FFFFFF;
	transition: all 0.5s ease;
}

.shfb-mobile_offcanvas .mobile-menu-close:hover i svg {
	fill: #EF9922;
	transition: all 0.5s ease;
}

.shfb-mobile_offcanvas #mainnav li a {
	color: #FFFFFF;
	transition: all 0.5s ease;
}

.shfb-mobile_offcanvas #mainnav li a:hover {
	color: #EF9922 !important;
	transition: all 0.5s ease;
}


/* Header */

header .shfb-main_header_row .shfb-cols-2 {
	display: flex;
	justify-content: space-between;
}

header .site-branding h1.site-title,
header .site-branding p.site-title,
header .site-branding p.site-description {
	display: none;
	visibility: hidden;
}

header .site-branding a {
	display: block;
}

header #site-navigation li.menu-item {
	margin-right: 32px;
}

header #site-navigation li.menu-item:last-of-type {
	margin-right: 0;
}

header #site-navigation li.menu-item a {
	color: #FFFFFF;
	transition: all 0.5s ease;
}

header #site-navigation li.menu-item a:hover {
	color: #EF9922;
	transition: all 0.5s ease;
}

header .shfb-component-button a.button {
	background: transparent;
	border: 1px solid #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	padding: 1em 2em;
	text-transform: initial;
	transition: all 0.5s ease;
}

header .shfb-component-button a.button:hover {
	background: #FFFFFF;
	border-color: #FFFFFF;
	color: #3A6547;
	transition: all 0.5s ease;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	header .shfb-main_header_row .container {
		margin: 0;
		padding: 0 2em;
		width: 100%;
	}
	header .shfb-main_header_row .site-branding {
		padding: 1em 0;
	}
	header .shfb-main_header_row .site-branding img.site-logo {
		max-height: 68px;
	}
	header .shfb-main_header_row .shfb-column-2 {
		justify-content: flex-end !important;
	}
	header .shfb-main_header_row .shfb-component-mobile_hamburger {
		line-height: 1;
	}
	header .shfb-main_header_row .menu-toggle {
		display: block;
	}
	header .shfb-main_header_row .menu-toggle i {
		font-size: 32px;
		height: 32px;
		width: 32px;
	}
	header .shfb-main_header_row .menu-toggle i svg {
		fill: #FFFFFF;
		height: 32px;
		transition: all 0.5s ease;
		width: 32px;
	}
	header .shfb-main_header_row .menu-toggle:hover i svg {
		fill: #EF9922;
		transition: all 0.5s ease;
	}
}

@media screen and (max-width: 767px) {
	header .shfb-main_header_row .container {
		padding: 0 2em;
	}
	header .shfb-main_header_row .site-branding {
		padding: 1em 0;
	}
	header .shfb-main_header_row .site-branding img.site-logo {
		max-height: 68px;
	}
	header .shfb-main_header_row .shfb-column-2 {
		justify-content: flex-end !important;
	}
	header .shfb-main_header_row .shfb-component-mobile_hamburger {
		line-height: 1;
	}
	header .shfb-main_header_row .menu-toggle {
		display: block;
	}
	header .shfb-main_header_row .menu-toggle i {
		font-size: 32px;
		height: 32px;
		width: 32px;
	}
	header .shfb-main_header_row .menu-toggle i svg {
		fill: #FFFFFF;
		height: 32px;
		transition: all 0.5s ease;
		width: 32px;
	}
	header .shfb-main_header_row .menu-toggle:hover i svg {
		fill: #EF9922;
		transition: all 0.5s ease;
	}
}


/* Footer */

footer .widget_block h2 {
	color: #FFFFFF;
	line-height: 1.2;
	margin: 0 0 0.325em;
}

footer .widget_block h4 {
	color: #FFFFFF;
	font-size: 20px !important;
	margin: 0 0 0.75em;
	text-align: center;
}

footer .widget_block h6 {
	color: #FFFFFF;
	margin: 0 0 0.5em;
	padding: 0 0 0 0.25em;
}

footer .widget_block p {
	color: #FFFFFF;
	margin: 0;
}

footer .widget_block a {
	color: #FFFFFF;
	transition: all 0.5s ease;
}

footer .widget_block a:hover {
	color: #EF9922;
	transition: all 0.5s ease;
}

footer .widget_nav_menu h3 {
	display: none;
	visibility: hidden;
}

footer .widget_nav_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

footer .widget_nav_menu ul li:not(:last-of-type) {
	margin: 0 0 0.5em;
}

footer .widget_nav_menu ul li a {
	color: #FFFFFF85;
	transition: all 0.5s ease;
}

footer .widget_nav_menu ul li a:hover {
	color: #EF9922;
	transition: all 0.5s ease;
}

footer .shfb-above_footer_row {
	padding: 4em 0;
}

footer .shfb-above_footer_row .shfb-cols-3 {
	column-gap: 0;
	grid-template-columns: 2fr 1fr 1fr;
}

footer .shfb-above_footer_row #block-7 {
	margin: 0 0 1.5em;
}

footer .shfb-above_footer_row #block-20 {
	margin: -1em 0 -1.5em;
}

footer .shfb-above_footer_row #block-20 img {
	/* width: 52%; */
	width: 300px;
}

footer .shfb-main_footer_row {
	padding: 2em 0;
}

footer .shfb-main_footer_row .shfb-cols-2 {
	column-gap: 4em;
	display: flex;
	flex-direction: row;
}

footer .shfb-main_footer_row .shfb-column {
	display: table;
}

footer .shfb-main_footer_row .shfb-builder-item {
	display: table-cell;
	vertical-align: middle;
}

footer .shfb-main_footer_row .shfb-column-1 {
	min-width: 200px;
}

footer .shfb-main_footer_row .shfb-column-1 .footer-logo a {
	display: block;
	width: fit-content;
}

footer .shfb-main_footer_row .shfb-column-1 .footer-logo img {
	width: 200px;
}

footer .shfb-below_footer_row .sydney-credits {
	font-size: 0.875em;
	line-height: 1;
}

@media screen and (max-width: 1024px) {	
	footer .shfb-above_footer_row {
		padding: 3em 2em;
	}
	footer .shfb-above_footer_row .widget_block h4,
	footer .shfb-above_footer_row .widget_nav_menu ul {
		text-align: left;
	}
	footer .shfb-main_footer_row {
		padding: 2em;
	}
	footer .shfb-below_footer_row {
		min-height: auto;
	}
	footer .shfb-below_footer_row .container {
		margin: 0;
		padding: 0 2em;
	}
	footer .shfb-below_footer_row .sydney-credits {
		padding: 2em 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	footer .shfb-above_footer_row .container {
		padding: 0;
		width: 100%;
	}
	footer .shfb-main_footer_row .container {
		padding: 0;
	}
}

@media screen and (max-width: 767px) {
	footer .shfb-above_footer_row .shfb-column-1 #block-20 {
		margin: -1em 0 0 !important;
	}
	footer .shfb-main_footer_row .container {
		margin-top: -1.25em;
		padding: 0;
	}
	footer .shfb-main_footer_row .shfb-row.shfb-cols-2 {
		flex-direction: column;
		gap: 0.5em;
	}
	footer .shfb-above_footer_row .shfb-cols-3 {
		display: grid;
		gap: 2em;
		grid-template-columns: 1fr;
	}
}


/* Global */

.elementor-widget-heading,
.elementor-widget-text-editor, .elementor-widget-text-editor p,
.elementor-widget-shortcode {
	margin: 0 !important;
}

.elementor-widget-text-editor p:not(:last-of-type) {
	margin: 0 0 0.75em !important;
}

#iconsSection .e-grid,
#iconsSection .e-grid .e-con-inner,
#iconsSection .e-grid .e-con-inner .e-con-full {
	padding: 0 !important;
}

#servicesSection .custom-services-grid,
#iconsSection .e-grid .e-con-inner,
#teamSection .custom-team-grid {
	display: grid;
	gap: 3em 1.5em;
	grid-template-columns: repeat(3, 1fr);
}

#servicesSection .service-box .service-image,
#teamSection .team-box .team-image,
.single.single-team .entry-content img.wp-post-image,
.single.single-services .entry-content img.wp-post-image {
	background: #F4F5F7;
	overflow: hidden;
}

#servicesSection .service-box .service-image img,
#teamSection .team-box .team-image img,
.single.single-team .entry-content img.wp-post-image,
.single.single-services .entry-content img.wp-post-image {
	object-fit: cover;
	transition: all 0.5s ease;
	width: 100%;
}

#servicesSection .service-box:hover .service-image img,
#teamSection .team-box:hover .team-image img {
	transform: scale(1.05);
	transition: all 0.5s ease;
}

#servicesSection .service-box .service-content h3,
#teamSection .team-box .team-content h5,
#teamSection .team-box .team-content p,
#contactSection .contact-box h5 {
	color: #3A6547;
	transition: all 0.5s ease;
}

#servicesSection .service-box:hover .service-content h3,
#teamSection .team-box:hover .team-content h5,
#teamSection .team-box:hover .team-content p,
#contactSection .e-grid .contact-box a:hover,
.single .post-navigation .nav-previous a:hover,
.single .post-navigation .nav-next a:hover {
	color: #EF9922;
	transition: all 0.5s ease;
}

#servicesSection .service-box .service-content .service-excerpt,
#contactSection .contact-box .elementor-widget-text-editor,
#contactSection .contact-box a,
#policySection .elementor-widget-text-editor h5 {
	color: #000000;
	transition: all 0.5s ease;
}

#contactSection .elementor-widget-heading h1,
#emergencySection .elementor-widget-heading h1,
#policySection .elementor-widget-heading h1 {
	font-size: 48px !important;
}

#emergencySection .elementor-widget-heading h3 {
	font-size: 32px !important;
}

#emergencySection .elementor-widget-text-editor h4 {
	font-size: 20px !important;
}

#policySection .elementor-widget-text-editor h5 {
	font-size: 18px !important;
}

.single #secondary {
	display: none;
	visibility: hidden;
}

@media screen and (max-width: 1024px) {
	.elementor-column .elementor-widget-wrap {
		padding: 0 !important;
	}
}


/* Hero Section */

#heroSection {
	margin: 2em 0 0;
}

#heroSection .hero-content {
	margin: -14em 0 0;
}

#heroSection .elementor-button {
	text-align: center;
	width: 240px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	#heroSection .hero-buttons .elementor-column {
		padding: 0 0.5em;
	}
}

@media screen and (max-width: 767px) {
	#heroSection {
		margin: 5em 0 0;
		padding: 0;
	}
	#heroSection .hero-content h1 {
		font-size: 60px !important;
		line-height: 1.2;
	}
	#heroSection .hero-content p {
		font-size: 18px !important;
	}
	#heroSection .hero-buttons .elementor-column:first-of-type {
		margin: 0 0 1em;
	}
	#heroSection .empty-column {
		display: none;
		visibility: hidden;
	}
}

@media screen and (min-width: 480px) and (max-width: 767px) {
	#heroSection .hero-content {
		margin: -12em 0 0;
		padding: 18em 2em;
	}
}

@media screen and (max-width: 479px) {
	#heroSection .hero-content {
		margin: -10em 0 0;
		padding: 14em 2em;
	}
}


/* About Section */

@media screen and (min-width: 768px) and (max-width: 1024px) {
	#aboutSection {
		padding: 4em 2em;
	}
	#aboutSection .elementor-column:first-of-type {
		padding: 0 2em 0 0;
	}
	
	.home #aboutSection {
		padding-bottom: 0 !important;
	}
}

@media screen and (max-width: 767px) {
	#aboutSection {
		padding: 3em 2em;
	}
	#aboutSection .elementor-container {
		display: grid;
		gap: 2em;
		grid-template-columns: 1fr;
	}
	#aboutSection .elementor-widget-heading,
	#aboutSection .elementor-widget-text-editor,
	#aboutSection .elementor-widget-button {
		text-align: center;
	}
	#aboutSection .elementor-widget-heading .elementor-widget-container {
		padding: 0;
	}
	
	.home #aboutSection .elementor-column:first-of-type,
	.page-id-401 #aboutSection .elementor-column:last-of-type {
		grid-row: 1;
	}
	.home #aboutSection .elementor-column:last-of-type,
	.page-id-401 #aboutSection .elementor-column:first-of-type {
		grid-row: 2;
	}
}


/* Services Section */

#servicesSection .service-box .service-image img {
	height: 240px;
}

#servicesSection .service-box .service-content {
	border: 1px solid #D1D5DB;
	border-top: none;
	padding: 1.5em;
}

#servicesSection .service-box .service-content h3 {
	margin: 0 0 0.5em;
}

#servicesSection .service-box .service-content .read-more-button {
	display: block;
	font-weight: 500;
	margin: 0.75em 0 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	#servicesSection {
		padding: 4em 2em;
	}
	#servicesSection .custom-services-grid {
		gap: 2em;
	}
}

@media screen and (max-width: 767px) {
	#servicesSection {
		padding: 3em 2em;
	}
	#servicesSection .custom-services-grid {
		display: grid;
		gap: 2em;
		grid-template-columns: 1fr;
	}
}

@media screen and (min-width: 480px) and (max-width: 767px) {
	#servicesSection .service-box .service-image img {
		height: 40vh;
	}
}


/* Icons Section */

#iconsSection .icon-box {
	background: #FFFFFF;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.4);
}

#iconsSection .icon-box .elementor-icon svg {
	background: #EF9922;
	border-radius: 50%;
	fill: #FFFFFF;
	height: 1em;
	padding: 0.25em;
	width: 1em;
}

#iconsSection .icon-box h5 {
	margin: 1em 0 0.75em;
}

#iconsSection .icon-box .elementor-icon-box-wrapper {
	padding: 1.5em;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	#iconsSection {
		padding: 4em 2em;
	}
	#iconsSection .e-grid .e-con-inner {
		gap: 2em;
	}
}

@media screen and (max-width: 767px) {
	#iconsSection {
		padding: 3em 2em;
	}
	#iconsSection .e-grid .e-con-inner {
		display: grid;
		gap: 2em;
		grid-template-columns: 1fr;
	}
}


/* Team Section */

#teamSection .team-box .team-image img {
	height: 500px;
}

#teamSection .team-box .team-content {
	text-align: center;
}

#teamSection .team-box .team-content h5 {
	font-size: 18px !important;
	margin: 1em 0 0.25em;
}

#teamSection .team-box .team-content p {
	margin: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	#teamSection {
		padding: 4em 2em;
	}
	#teamSection .custom-team-grid {
		gap: 2em;
	}
}

@media screen and (max-width: 767px) {
	#teamSection {
		padding: 3em 2em;
	}
}

@media screen and (min-width: 480px) and (max-width: 767px) {
	.page-id-1185 #teamSection .custom-team-grid {
		gap: 2em;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 479px) {
	#teamSection .custom-team-grid {
		gap: 2em;
		grid-template-columns: 1fr;
	}
	#teamSection .team-box .team-image img {
		height: 50vh;
		object-fit: contain;
	}
}


/* Contact Section */

@media screen and (min-width: 768px) and (max-width: 1024px) {
	#contactSection {
		padding: 4em 2em;
	}
}

@media screen and (max-width: 767px) {
	#contactSection {
		padding: 3em 2em;
	}
	#contactSection .e-grid {
		margin: 2em auto 0;
		padding: 0;
	}
	#contactSection .e-grid .e-con-inner {
		display: grid;
		gap: 2em;
		grid-template-columns: 1fr;
		padding: 0;
	}
}

@media screen and (min-width: 480px) and (max-width: 767px) {
	#contactSection .e-grid {
		max-width: 60%;
	}
}


/* Emergency Section */

#emergencySection .e-grid {
	margin: 0 auto;
	max-width: 60%;
}

#emergencySection .e-grid .e-con-inner {
	display: grid;
	gap: 2em;
	grid-template-columns: repeat(2, 1fr);
}

#emergencySection .e-con-inner .e-con-full {
	display: flex;
	flex-direction: column;
	gap: 1em;
	padding: 0;
}

#emergencySection .e-con-full .elementor-widget-image:first-of-type {
	background: #F4F5F7;
}

#emergencySection .e-con-full .elementor-widget-image:first-of-type img {
	height: 400px;
	object-fit: contain;
}

#emergencySection .e-con-full .elementor-widget-image:last-of-type img {
	width: 160px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	#emergencySection {
		padding: 4em 2em;
	}
	#emergencySection .e-grid {
		max-width: 80%;
	}
	#emergencySection .e-con-full .elementor-widget-image:first-of-type img {
		height: 340px;
	}
}

@media screen and (max-width: 767px) {
	#emergencySection {
		padding: 3em 2em;
	}
	#emergencySection .e-grid {
		max-width: 100%;
	}
	#emergencySection .e-grid .e-con-inner {
		display: grid;
		gap: 2em;
		grid-template-columns: 1fr;
	}
}


/* Policy Section */

#policySection .elementor-widget-text-editor:not(:last-of-type) {
	margin: 0 0 1.5em !important;
}

#policySection .elementor-widget-text-editor h5 {
	line-height: 1.5;
	margin: 0 0 0.75em;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	#policySection {
		padding: 4em 2em;
	}
}

@media screen and (max-width: 767px) {
	#policySection {
		padding: 3em 2em;
	}
}


/* Posts */

.single #content.page-wrap,
.single #main.post-wrap {
	padding: 0;
}

.single #primary {
	clear: both;
	float: none;
	width: 100%;
}

.single article {
	margin: 0 !important;
	padding: 4em 0;
}

.single article .entry-content .grid-container {
	column-gap: 4em;
	display: grid;
	grid-template-columns: 55% auto;
	margin: 0;
}

.single article .entry-content .column {
	display: table;
}

.single article .entry-content .column-inner {
	display: table-cell;
	vertical-align: middle;
}

.single .navigation {
	margin: 0 0 4em;
}

.single .post-navigation {
	border-radius: 6px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	padding: 0;
}

.single .post-navigation .nav-previous,
.single .post-navigation .nav-next {
	background: #3A6547;
	border: none;
	flex: 1;
	padding: 2em;
}

.single .post-navigation .nav-previous {
    text-align: left;
}

.single .post-navigation .nav-next {
    text-align: right;
}

.single .post-navigation .nav-previous a,
.single .post-navigation .nav-next a {
	color: #FFFFFF;
	display: block;
	transition: all 0.5s ease;
}

.single .post-navigation .nav-previous i {
	margin: 0 0.5em 0 0;
}

.single .post-navigation .nav-next i {
	margin: 0 0 0 0.5em;
	position: relative;
	top: 1px;
}

.single .post-navigation .nav-previous:empty::before,
.single .post-navigation .nav-next:empty::before {
    content: '';
    display: inline-block;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.single #content .content-wrapper.container {
		margin: 0;
		padding: 0 2em;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.single #primary {
		padding: 0 2em;
	}
	.single article {
		padding: 3em 0;
	}
	.single article .entry-content .grid-container {
		display: grid;
		gap: 2em;
		grid-template-columns: 1fr;
	}
	.single article .entry-content .column:last-of-type {
		grid-row: 1;
	}
	.single article .entry-content .column:first-of-type {
		grid-row: 2;
	}
	.single .navigation {
		margin: 0 0 3em;
	}
	.single .post-navigation .nav-previous,
	.single .post-navigation .nav-next {
		padding: 2em 1em;
	}
}


/* Services */

.single-services article .entry-content .grid-container {
	grid-template-columns: 1fr;
}

.single-services article .entry-content .column:last-of-type {
	display: none;
	visibility: hidden;
}

.single-services .entry-content .subheading-container {
	margin: 0 0 0.75em;
	padding: 0 0 0 0.25em;
}

.single-services .entry-content .subheading-container h6 {
	margin: 0;
	padding: 0;
}

.single-services .entry-content .heading-container {
	margin: 0 0 1.25em;
}

.single-services .entry-content .heading-container h1.entry-title {
	color: #3A6547;
	font-size: 48px !important;
	line-height: 1;
	margin: 0 !important;
}

.single-services .entry-content .info-container p {
	margin: 0 !important;
}

.single-services .entry-content .info-container p:not(:last-of-type) {
	margin: 0 0 0.75em;
}

.single-services .entry-content img.wp-post-image {
	height: 60vh;
	object-position: top center;
}

@media screen and (max-width: 767px) {
	.single-services .entry-content .grid-container {
		gap: 0;
	}
}


/* Team Members */

.single-team .entry-content .position-container {
	margin: 0 0 0.75em;
	padding: 0 0 0 0.25em;
}

.single-team .entry-content .position-container h6 {
	margin: 0;
	padding: 0;
}

.single-team .entry-content .name-container {
	margin: 0 0 1.25em;
}

.single-team .entry-content .name-container h1.entry-title {
	color: #3A6547;
	font-size: 48px !important;
	line-height: 1;
	margin: 0 !important;
}

.single-team .entry-content .bio-container p {
	margin: 0 !important;
}

.single-team .entry-content .bio-container p:not(:last-of-type) {
	margin: 0 0 0.75em !important;
}

.single-team .entry-content .bio-container .contact-info {
	margin: 2em 0 0;
}

.single-team .entry-content .bio-container .contact-info img {
	width: 300px;
}

.single-team .entry-content img.wp-post-image {
	height: 60vh;
	object-position: top center;
}

@media screen and (min-width: 480px) and (max-width: 767px) {
	.single-team .entry-content img.wp-post-image {
		height: 50vh;
		object-fit: contain;
	}
}