/*--------------------------------------------------------------
STYLES
--------------------------------------------------------------*/

.lp-google-map {
	border-bottom: 2px solid black;
  padding: 40px 0px;
}

.landing-page-plugin .landing-page-btn {
	display: block;
	text-align: center;
	background-color: #00988F;
	padding: 10px;
	font-size: 20px;
	color: white;
	position: relative;
}

.call {
	margin-bottom: 10px;
}

.landing-page-plugin .landing-page-btn i {
	color: white;
}

.landing-page-plugin .landing-page-btn:hover {
	padding-bottom: 7px;
	border-bottom: 3px solid #00738D;
}
.landing-page-plugin .landing-page-btn i {
	position: absolute;
	left: 10px;
	line-height: 24px;
	font-size: 30px;
}

.landing-page-plugin .landing-page-btn.call {
	background-color: #00738D;
}

.landing-page-plugin .landing-page-btn.call:hover {
	border-bottom-color: #00988F;
}

.landing-page-plugin .landing-page-btn.call i {
	transform: rotate(90deg);
}

.landing-page-plugin .address-info {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	text-align: center;
	padding: 10px;
	margin-top: 20px;
	color: black;
	font-size: 16px;
}

.landing-page-plugin .address-info::first-line {
	font-weight: bold;
}

.landing-page-plugin .services {
	border-bottom: 2px solid black;
	margin: 10px 0 0 0;
	padding: 10px 10px 40px 10px;
}

.mission-text {
	margin: 40px 0;
}

.landing-page-plugin .service-section-title {
	font-weight: normal;
	margin: 15px 0 15px 0;
	font-size: 38px !important;
	color: #00988F;
	text-align: center;
	padding-top: 15px;
}

.services-two-column {
	display: flex;
	justify-content: center;
}

.services-two-column .excerpt-container {
	flex-basis: 70%;
	background-color: rgba(192,192,192,.4);
	border-radius: 10px;
	padding: 10px 20px;
}

.landing-page-plugin .services ul {
	list-style-type: none;
	flex-basis: 27%;
	padding-right: 0;
	text-align: center;
	width: 90%;
	margin: 0;
}

.landing-page-plugin .services ul > li {
	list-style-type: none;
}

.landing-page-plugin .services ul > li > .service-title {
	font-size: 17px;
	line-height: 25px;
	color: white;
	background-color: #00988F;
	border-radius: 5px;
	padding: 3px 7px;
	display: block;
	margin-bottom: 5px
}

.landing-page-plugin .services ul > li > .service-title:hover {
	background-color: #00738D;
	cursor: pointer;
}

.service-title.active-service {
	position: relative;
	background-color: #00738D !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.service-title.active-service:after {
	content: '';
	position: absolute;
	right: -15px;
	top: 0px;
	border-left: 15px solid #00738D;
	border-top: 15.5px solid transparent;
	border-bottom: 15.5px solid transparent;
}

.services .excerpt-area {
	display: none;
	margin-top: 15px;
	position: relative;
}

.services .excerpt-area:before {
	content: none;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #00988F;
	top: -12px;
}

.services .excerpt-area, .services .excerpt-area * {
	text-align: left;
}

.services .excerpt-area img {
	display: none;
}

.doctors {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding-bottom: 15px;
	border-bottom: 2px solid black;
}

.doctors > div {
	flex-basis: 25%;
	min-width: 150px;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}

/*--------------------------------------------------------------
MEDIA QUERIES
--------------------------------------------------------------*/

@media (min-width: 1000px) {
	.desktop-links {
		display: flex;
		justify-content: space-between;
		margin: 30px 0;
		margin-top: 25px;
	}
	.desktop-links a {
		flex-basis: 50%;
	}
	.desktop-links a:first-child {
		margin-right: 3%;
	}
	.landing-page-plugin .landing-page-btn {
		max-width: 500px;
		width: 100%;
		box-sizing: border-box;
	}
	.call {
		margin-bottom: 0;
	}
}

@media (max-width: 600px) {
	.services-two-column {
		flex-direction: column;
	}
	.landing-page-plugin .services ul {
		flex-direction: column;
		margin-left: 5%;
	}
}
.page-id-632 .header-divider {
	display: none;
}
.page-id-632 #main-header {
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-id-632 #header-left {
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-id-632 #header-right {
	display: none;
}
.page-id-632 #header-left img {
	margin: 0;
}
