:root {
	--theme-green: #009c96;
	--theme-violet: #433c6a;
}

.main-content h2 {
    color: var(--theme-violet);
}
.main-content h3,
form.wpcf7-form p span {
	color: var(--theme-green);
}

/*Header*/
#header-secondary-outer {
	background:#433c6a !important;
	padding: 6px 0;
	display: block !important;
}
#header-secondary-outer a {
	color:#fff !important;
}
#header-secondary-outer ul {
	float: none!important;
}
.locations-tab {
	display: flex;
	align-items: center;
	gap: 30px;
	height: auto !important;
	padding: 5px 0;
	justify-content: center;
}
.locations-tab li{
	
}
.locations-tab li a {
	display: flex;
	line-height: normal;
	font-size: 14px;
	align-items:center;
}
.locations-tab li a i {
	font-size: 20px;
	color: #fff;
}
.header-sm-icons {
	width: auto!important;
	display: flex;
	gap: 1rem;
	align-items: center;
	margin: 0!important;
}
.header-sm-icons ul {
    display: flex!important;
	gap: 15px;
	margin: 0;
}
.header-sm-icons a {
    font-weight: 600;
    padding: 0;
}
.header-sm-icons ul li {
	float: none;
}
.header-sm-icons ul li a {
	width: 32px;
	height: 32px;
	display: grid;
	place-content: center;
	gap: 1rem;
	background: #433c6a;
	border-radius: 50%;
}
.header-sm-icons ul li a svg {
    width: 20px;
    color: #fff;
}
.header-sm-icons li i {
	font-size: 16px;
	color: #fff;
	position: static;
}
.header-sm-icons ul li a i:before{
	line-height:normal;
}
.locations-tab li a i {
	font-size: 20px;
	color: #fff;
	line-height: normal !important;
	height: auto;
	width: auto;
	position:static;
	margin-right:10px;
}
.post .content-inner .post-featured-img img {
    width: 100%;
    max-height: 348px;
    object-fit: cover;
}
@media (max-width:1000px) {
	body #boxed #header-outer{
		position:static !important;
	}
	body #boxed #header-space {
		display:none !important;
	}
}
@media (max-width: 999px) {
	.header-sm-icons {
		display: none;
	}
	header#top .col.span_9.col_last {
		margin-top: -24px;
	}
}
@media (max-width:640px) {
	#header-secondary-outer ul {
		flex-direction: column;
		gap: 10px;
	}
	#footer-outer .practice-gallery {
			text-align: left !important;
		}
		#footer-outer h4 {
			min-height: auto;
		}
}
@media (max-width: 575px) {
	#footer-outer .practice-gallery,#footer-outer .address_col {
		text-align: left !important;
	}
	#footer-outer h4 {
		min-height: auto !important;
	}
	.grid-container .nested {
		background: transparent !important;
		text-align: left;
	}
	#header-secondary-outer ul {
		align-items:flex-start !important;
	}
    body header#top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 50px !important;
    }
}
@media only screen and (max-width: 690px) {
	.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content h2,
	#boxed .swiper-slide .content h2 {
		font-size: 16px!important;
		line-height: 30px!important;
	}
	.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p, #boxed .swiper-slide .content p {
		font-size: 12px;
		line-height: 34px;
	}
	.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p.transparent-bg span, body .swiper-slide .content p.transparent-bg span {
		background-color: var(--theme-green);
		box-shadow: none;
		left: 0;
        padding-inline: 8px;
        color: #fff;
        font-weight: 600;
	}
}

#header-secondary-outer, #header-secondary-outer>.container, #header-secondary-outer>.container>nav {
	min-height: auto!important;
}
.book_btn {
	order: 1;
}
body.ascend #header-outer[data-full-width=false] #top nav>.buttons {
	margin-left: 8px!important;
}

.logo-area {
	display: flex!important;
	align-items: center;
	justify-content: space-between;
}
.logo-area::after {
	display: none!important;
}
#search-box input[type="text"] {
	height: 100px!important;
}

/*Search*/
body.search #page-header-bg h1 {
    max-width: 100%!important;
    color: #fff!important;
}
.search .container-wrap {
    padding-top: 40px!important;
}

/*Footer*/
#footer-outer.child-footer a {
	color: #fff;
}
#footer-outer.child-footer a:hover {
	color: #fff!important;
}
.footer-blog {
	background-color: var(--theme-green);
	text-align: center;
	padding: 24px 20px;
}
.footer-blog a  {
	font-size: 20px;
}

.footer-outer-content {
	padding: 2rem;
	padding-bottom: 10px;
	background-color: var(--theme-violet);
	color: #fff;
	font-weight: 600;
}
.footer-outer-content .grid-container {
	display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}
.footer-outer-content p {
	padding-bottom: 0;
}

.footer-logo {
    display: grid;
    align-items: center;
    padding: 0 0 20px 0;
    gap: 40px;
}
.footer-logo img {
    padding: 10px 15px;
    border-radius: 5px;
    background: #fff;
    width: 200px;
    height: auto;
}

#footer-outer p.consultation-div a {
    font-size: 22px !important;
}

.footer-logo .socials ul {
    display: flex;
    align-items: center;
    gap: 40px;
    font-size: 40px;
}
.footer-logo .socials ul li a i {
	font-size: 30px!important;
}

.footer-outer-content .acw-innner {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	margin-top: 20px;
	margin-bottom: 30px;
}

.footer-outer-content h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #aaa;
    margin: 0 0 30px 0;
    padding: 0 0 10px 0;
    line-height: normal;
}
.footer-outer-content .footer-name-box h4 {
    border: 0;
    padding: 0;
    min-height: auto;
    margin: 0 0 10px;
}
.grid-container .nested {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.footer-disclaimer {
	max-width: 1100px;
	margin-inline: auto;
	margin-top: 20px;
}

.ascend #footer-outer #copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: transparent;
    color: #fff;
    padding: 10px 0 0 !important;
    margin: 10px 0 0 !important;
}

/* Copyrights */
a.footer-calling-card {
    font-weight: 700;
    color: #0bb5ae !important;
}
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}
[data-tooltip]:before {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -150px;
    padding: 14px;
    width: 300px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #42aba6;
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}
[data-tooltip]:after {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #42aba6;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}
[data-tooltip]:before, [data-tooltip]:after {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
}

/*Footer latest posts*/
.featured-articles {
    padding: 2rem;
}
.featured-articles .list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
.listitem a {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}
.listitem img {
    width: 72px;
    height: 72px;
    border-radius: 72px;
    object-fit: cover;
}

@media screen and (max-width: 1300px) and (min-width: 1250px) {
	.book_btn,
	#header-outer:not([data-format=left-header]) #top nav>ul {
		flex-shrink: 0;
	}
}
@media screen and (min-width: 640px) {
	.footer-logo {
		display: flex;
		gap: 0;
	}
	#footer-outer p.consultation-div {
	    margin-left: 10%;
	}
	.footer-logo .socials {
	    margin-left: 5%;
	}
	.footer-outer-content .acw-innner,
	.featured-articles .list {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (min-width: 1000px) {
	.footer-outer-content .grid-container {
		grid-template-columns: 3fr 1fr;
	}
	header#top nav > ul > li > a {
		font-size: 15px!important;
	}
	.featured-articles .list {
		grid-template-columns: repeat(4, 1fr);
	}
	.footer-outer-content .acw-innner {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {

  /* Salient reveal animations */
  .wpb_animate_when_almost_visible,
  .wpb_start_animation,
  .nectar-animated-title,
  .nectar-fancy-box,
  .nectar-icon-list-item,
  .nectar-post-grid-item,
  .nectar-image-with-hotspots,
  .nectar-flip-box,
  .nectar-cta,
  .nectar-button {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }

  /* Remove delays */
  [data-delay],
  [data-animation-delay] {
    transition-delay: 0s !important;
    animation-delay: 0s !important;
  }

  /* Parallax / background effects */
  .nectar-parallax-scene,
  .parallax-layer,
  .nectar-video-wrap {
    transform: none !important;
    will-change: auto !important;
  }
}
