/*BODY STYLES FOR LANDING PAGE*/
.landing-page-plugin .landing-page-btn {
	display: block;
	text-align: center;
	background-color: #007FA7;
	padding: 10px;
  margin: 0 auto;
  font-size: 20px;
  color: white !important;
	position: relative;
}
.landing-page-plugin .landing-page-btn i {
	color: white !important;
}
.landing-page-plugin .landing-page-btn:hover {
  padding-bottom: 7px;
  border-bottom: 3px solid #9FA1A4;
}
@media (max-width: 1000px) {
	.landing-page-plugin .landing-page-btn {
		max-width: 500px;
    width: 100%;
		box-sizing: border-box;
	}
}
@media (max-width: 450px) {
	.landing-page-plugin .landing-page-btn {
		font-size: 15px !important;
	}
}
.landing-page-plugin .landing-page-btn i {
	position: absolute;
	left: 10px;
	line-height: 24px;
	font-size: 30px;
}
.landing-page-plugin .vc_row {
  margin-left: auto !important;
  margin-right: auto !important;
}
.landing-page-plugin .landing-page-btn.call {
	background-color: #9FA1A4;
}
.landing-page-plugin .landing-page-btn.call:hover {
	border-bottom-color: #007FA7;
}
.landing-page-plugin .landing-page-btn.call i {
	transform: rotate(90deg);
}
@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%;
	}
}
@media (max-width: 1000px) {
	.landing-page-plugin .landing-page-btn.call {
		/* top: 10px; */
		margin-bottom: 10px;
	}
}
.landing-page-plugin .address-info {
	border-top: 2px solid black;
  border-bottom: 2px solid black;
  text-align: center;
  padding: 10px;
  margin: 20px 0;
	color: black;
	font-size: 16px;
}
.landing-page-plugin .address-info::first-line {
	font-weight: bold;
}
.landing-page-plugin .full-site-link {
	display: block;
	text-align: center;
	margin-top: 30px;
  margin-bottom: 30px;
  color: #007FA7 !important;
}
.landing-page-plugin .full-site-link:hover {
  color: #9FA1A4 !important;
}
/*LANDING PAGE FOOTER STYLES*/
.landing-page-plugin .kode-item.k-content, .landing-page-plugin .kode-item.k-content {
	margin-bottom: 20px !important;
}
.landing-page-plugin footer .container, .landing-page-plugin footer .kf_pet_copyright_bg, .landing-page-plugin footer .container, .landing-page-plugin footer .kf_pet_copyright_bg {
	display: none;
}



.landing-page-plugin #navigation{
    display: none !important;
}
@media screen and (min-width: 1200px) {
    .landing-page-plugin #top{
        width: 18% !important;
        margin: 0 auto !important;
    }
}
.landing-page-plugin .newsletterbar{
    display: none !important;
}
.landing-page-plugin #footer-widgets{
    display: none !important;
}
.landing-page-plugin .main-title .right{
    display: none;
}

.landing-page-plugin .main-title .left {
    max-width: 100%;
    text-align: center;
    width: 100%;
}

.landing-page-plugin .main-title .left .entry-title{
    width: 100%;
    text-align: center;
}

.landing-page-plugin .make-appt-button{
     display: none !important;
}



/*REUSABLE SERVICES CODE TO MAKE INTO COMPONENT*/
.landing-page-plugin .services {
	margin: 10px 0;
  margin-bottom: 20px !important;
	padding: 10px;
  padding-bottom: 20px;
	border-top: none !important;
	border-bottom: 2px solid #007FA7;
	text-align: center;
}
.landing-page-plugin .service-section-title {
	font-weight: normal;
  margin: 15px 0 15px 0;
	font-size: 38px !important;
	color: #007FA7;
  text-align: center;
  padding-top: 15px;
}
.al-three-loc {
  cursor: pointer;
}
.services-two-column {
	display: flex;
}
.services-two-column .excerpt-container {
	flex-basis: 70%;
	background-color: rgba(192,192,192,.4);
	border-radius: 10px;
	padding: 10px;
}
.landing-page-plugin .services ul {
	margin: 0;
	list-style-type: none;
	flex-basis: 27%;
	padding-right: 3%;
	text-align: right;
  display: block !important;
}
@media (max-width: 600px) {
	.services-two-column {
		flex-direction: column;
	}
	.landing-page-plugin .services ul {
		padding-right: 0;
		text-align: center;
    width: 90%;
    margin-left: 5%;
	}
}
.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: #007FA7;
	border-radius: 5px;
	padding: 3px 7px;
	display: block;
margin-bottom: 5px
}
.landing-page-plugin .services ul > li > .service-title:hover {
	background-color: #9FA1A4;
	cursor: pointer;
}
.service-title.active-service {
	position: relative;
	background-color: #9FA1A4 !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 #9FA1A4;
	border-top: 15.5px solid transparent;
	border-bottom: 15.5px solid transparent;
}
.services .excerpt-area {
	display: none;
  /*border-bottom: 2px solid #007FA7;
  border-top: 2px solid #007FA7;*/
	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 #007FA7;
	top: -12px;
}
@media (max-width: 600px) {
	.landing-page-plugin .services ul {
		flex-direction: column;
	}
}

/*STYLES SPECIFIC TO THE GIVEN LANDING PAGE ON MEADOWLAWN*/
.lp-hero-image {
  position: relative;
}
.lp-hero-image:after {
  content: '';
  background-image: url(/wp-content/uploads/2017/11/welcome-to.png);
  height: 136px;
  width: 400px;
  position: absolute;
  left: 20%;
  top: 40%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .lp-hero-image:after {
    width: 60%;
    left: 20%;
    top: 0;
    background-size: contain;
  }
}
.landing-page-plugin .title_outer {
  display: none;
}
.landing-page-plugin #homepage-three-icons-row:after, .landing-page-plugin #homepage-three-icons-row:before {
  content: none !important;
}
.landing-page-plugin .header-contact-2 {
  display: none !important;
}
.landing-page-plugin .container_inner > a[href="/appointments"] {
  display: none !important;
}
.landing-page-plugin .alsmenu {
  margin-top: 0px !important;
}
.landing-page-plugin header .header_bottom {
  height: 126px !important;
  position: relative;
}
.landing-page-plugin header .header_bottom:before {
  content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2017/11/logo-header-no-border.png);
    width: 100%;
    left: 0;
    right: 0;
    height: 127px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 145px;
}
.landing-page-plugin .alslogo {
  display: none !important;
}
.landing-page-plugin .mission-img {
  width: 100%;
}
.page-id-1024 hgroup.page-head {
  display: none;
}
.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;
  margin-bottom: 15px;
  padding-bottom: 15px;
      border-bottom: 2px solid black;
}
.doctors > div {
  flex-basis: 25%;
  min-width: 150px;
  padding: 10px;
  box-sizing: border-box;
}
.page-id-632 #right-sidebar, .page-id-632 .cah-cust-nav-bar-contact-menu-wrapper, .page-id-632 .floating-appt, .page-id-632 .floating-call, .page-id-632 .site-footer {
	display: none !important;
}
.page-id-632 #primary {
	width: 100%;
}
.page-id-632 .cah-cust-nav-bar-inner-wrapper, .page-id-632 .cah-cust-nav-bar-floating-nav-inner-wrapper {
	display: flex;
	justify-content: center;
}
.page-id-630 #right-sidebar, .page-id-630 .cah-cust-nav-bar-contact-menu-wrapper, .page-id-630 .floating-appt, .page-id-630 .floating-call, .page-id-630 .site-footer {
	display: none !important;
}
.page-id-630 #primary {
	width: 100%;
}
.page-id-630 .cah-cust-nav-bar-inner-wrapper, .page-id-630 .cah-cust-nav-bar-floating-nav-inner-wrapper {
	display: flex;
	justify-content: center;
}
.page-id-661 #right-sidebar, .page-id-661 .cah-cust-nav-bar-contact-menu-wrapper, .page-id-661 .floating-appt, .page-id-661 .floating-call, .page-id-661 .site-footer {
	display: none !important;
}
.page-id-661 #primary {
	width: 100%;
}
.page-id-661 .cah-cust-nav-bar-inner-wrapper, .page-id-661 .cah-cust-nav-bar-floating-nav-inner-wrapper {
	display: flex;
	justify-content: center;
}
.page-id-663 #right-sidebar, .page-id-663 .cah-cust-nav-bar-contact-menu-wrapper, .page-id-663 .floating-appt, .page-id-663 .floating-call, .page-id-663 .site-footer {
	display: none !important;
}
.page-id-663 #primary {
	width: 100%;
}
.page-id-663 .cah-cust-nav-bar-inner-wrapper, .page-id-663 .cah-cust-nav-bar-floating-nav-inner-wrapper {
	display: flex;
	justify-content: center;
}
.page-id-808 #right-sidebar, .page-id-808 .cah-cust-nav-bar-contact-menu-wrapper, .page-id-808 .floating-appt, .page-id-808 .floating-call, .page-id-808 .site-footer {
	display: none !important;
}
.page-id-808 #primary {
	width: 100%;
}
.page-id-808 .cah-cust-nav-bar-inner-wrapper, .page-id-808 .cah-cust-nav-bar-floating-nav-inner-wrapper {
	display: flex;
	justify-content: center;
}
.page-id-815 #right-sidebar, .page-id-815 .cah-cust-nav-bar-contact-menu-wrapper, .page-id-815 .floating-appt, .page-id-815 .floating-call, .page-id-815 .site-footer {
	display: none !important;
}
.page-id-815 #primary {
	width: 100%;
}
.page-id-815 .cah-cust-nav-bar-inner-wrapper, .page-id-815 .cah-cust-nav-bar-floating-nav-inner-wrapper {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 1024px) {
	.page-id-632 header.entry-header {
		align-items: center;
	}
	.page-id-632 header.entry-header h1.entry-title {
		padding: 5px 10px;
		text-align: center;
	}
}
.landing-page-plugin .services {
	display: none;
}
@media screen and (max-width: 1024px) {
	.page-id-632 #page {
		margin-top: 0;
	}
}
.page-id-663 header.entry-header, .page-id-661 header.entry-header, .page-id-632 header.entry-header {
	display: none;
}

.page-id-1039 #right-sidebar, .page-id-1039 .cah-cust-nav-bar-contact-menu-wrapper, .page-id-1039 .floating-appt, .page-id-1039 .floating-call, .page-id-1039 .site-footer {
	display: none !important
}

.page-id-1039 #primary {
	width:100%
}

.page-id-1039 .cah-cust-nav-bar-inner-wrapper,.page-id-1039 .cah-cust-nav-bar-floating-nav-inner-wrapper {
	display: flex;
	justify-content: center
}
.page-id-632 #right-sidebar, .page-id-632 #footer-widgets, .page-id-632 .cah-cust-nav-bar-floating-nav-wrapper, .page-id-632 .header-bottom-row, .page-id-632 .header-bottom-bar, .page-id-632 .mobile-phone-and-appt {
	display: none !important;
}
.page-id-632 #primary {
	width: 100%;
}
.page-id-632 .inside-article {
	padding-right: 0;
}
.page-id-632 #main {
	margin-right: 0;
}
.page-id-632 .header-top-row {
	justify-content: center;
}
.page-id-663 #right-sidebar, .page-id-663 #footer-widgets, .page-id-663 .cah-cust-nav-bar-floating-nav-wrapper, .page-id-663 .header-bottom-row, .page-id-663 .header-bottom-bar, .page-id-663 .mobile-phone-and-appt {
	display: none !important;
}
.page-id-663 #primary {
	width: 100%;
}
.page-id-663 .inside-article {
	padding-right: 0;
}
.page-id-663 #main {
	margin-right: 0;
}
.page-id-663 .header-top-row {
	justify-content: center;
}
.page-id-661 #right-sidebar, .page-id-661 #footer-widgets, .page-id-661 .cah-cust-nav-bar-floating-nav-wrapper, .page-id-661 .header-bottom-row, .page-id-661 .header-bottom-bar, .page-id-661 .mobile-phone-and-appt {
	display: none !important;
}
.page-id-661 #primary {
	width: 100%;
}
.page-id-661 .inside-article {
	padding-right: 0;
}
.page-id-661 #main {
	margin-right: 0;
}
.page-id-661 .header-top-row {
	justify-content: center;
}
.page-id-815 #right-sidebar, .page-id-815 #footer-widgets, .page-id-815 .cah-cust-nav-bar-floating-nav-wrapper, .page-id-815 .header-bottom-row, .page-id-815 .header-bottom-bar, .page-id-815 .mobile-phone-and-appt {
	display: none !important;
}
.page-id-815 #primary {
	width: 100%;
}
.page-id-815 .inside-article {
	padding-right: 0;
}
.page-id-815 #main {
	margin-right: 0;
}
.page-id-815 .header-top-row {
	justify-content: center;
}
.page-id-808 #right-sidebar, .page-id-808 #footer-widgets, .page-id-808 .cah-cust-nav-bar-floating-nav-wrapper, .page-id-808 .header-bottom-row, .page-id-808 .header-bottom-bar, .page-id-808 .mobile-phone-and-appt {
	display: none !important;
}
.page-id-808 #primary {
	width: 100%;
}
.page-id-808 .inside-article {
	padding-right: 0;
}
.page-id-808 #main {
	margin-right: 0;
}
.page-id-808 .header-top-row {
	justify-content: center;
}
.page-id-630 #right-sidebar, .page-id-630 #footer-widgets, .page-id-630 .cah-cust-nav-bar-floating-nav-wrapper, .page-id-630 .header-bottom-row, .page-id-630 .header-bottom-bar, .page-id-630 .mobile-phone-and-appt {
	display: none !important;
}
.page-id-630 #primary {
	width: 100%;
}
.page-id-630 .inside-article {
	padding-right: 0;
}
.page-id-630 #main {
	margin-right: 0;
}
.page-id-630 .header-top-row {
	justify-content: center;
}
