/*=== HEADER ===*/
#header {
    height: 0;
}
.header-wrapper {
	position: fixed;
	z-index: 10;
	left: 88px;
	right: 0;
}
.header-wrapper {
	position: absolute;
}

.header-menu{
	padding: 16px 15px 12px;
	color: #fff;
}
.header-menu .cell:first-child {
	width: 175px;
}
.header-menu .cell:last-child {
/* 	width: 145px; */
	width: 0;
  padding-top: 15px;
}
.logo{
	display: block;
	position: relative;
	left: -10px;
	transition: none;
}
.logo img{
	display: block;
}
#home .logo img + img {
	display: none;
}
.header-menu .btn{
	width: 100%;
}
/*=== HEADER TOP NAV ===*/
.header-menu .nav-menu{
	font-size: 0;
}
.header-menu .nav-menu > li{
    display: inline-block;
    padding: 35px 15px 0;
}
.header-menu li.has-child{
    position: relative;
}
.header-menu .nav-menu li a{
	position: relative;
	white-space: nowrap;
	font: 14px 'Brandon-Regular';
	text-transform: uppercase;
}
.header-menu .nav-menu > li > a{
	padding: 0 0 20px;
	transition: none;
}
.header-menu .nav-menu > li.active > a,
.header-menu .nav-menu > li:hover > a,
.header-menu .sub-menu li a:hover{
	font-family: 'Brandon-Bold' !important;
	color: #83bd47;
}
.header-menu .sub-menu{
    width: 290px;
    padding: 25px 0 35px;
    text-align: center;
    background-color: #f8f7f3;
    border: 2px solid #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
    opacity: 0;
    visibility: hidden;
}
.header-menu .sub-menu:after{
	color: #83bd47;
	content: '\f106';
    font: 28px/16px Font Awesome\ 5 Pro;
    font-weight: bold;
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -8px;
}
.header-menu .nav-menu > li:hover .sub-menu{
	opacity: 1;
	visibility: visible;
}
.header-menu .sub-menu li{
	position: relative;
}
.header-menu .sub-menu li:last-child{
	margin-bottom: 0;
}
.header-menu .sub-menu li a{
	display: block;
	font-family: 'Brandon-Medium';
	color: #443c39;
	padding: 8px 30px 5px;
}
.header-menu .sub-menu li a:hover{
	background: #e7e6e1;
}
/*=== MAIN NAVIGATION ===*/
#nav-close-btn {
	display: none;
	font-size: 35px;
}
.close-btn{
	display: block;
	font: 30px 'Brandon-Medium';
	
}
.nav-sidebar {
    width: 88px;
    background: #ffffff;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 100;
    min-height: 580px;
    text-align: center;
}
.nav-sidebar .relative{
	height: 100%;
	padding-top: 20px;
}
#nav-btn{
	display: block;
	margin: 0 auto 70px;
	font: 12px 'Brandon-Bold';
	width: 40px;	
	text-transform: uppercase;
	text-align: center;
}
#nav-btn span{
	display: block;
	width: 100%;
	height: 4px;
	background: #443c39;
	margin-top: 6px; 
}
#nav-btn span:first-child{
	margin-top: 4px;
}
.nav-sidebar .social{
	position: absolute;
    left: calc(50% - 10px);
	bottom: 0;
	width: 100%;
}
.nav-sidebar .social ul{
	transform: rotate(-90deg);
	transform-origin: left top;
	white-space: nowrap;
}
.nav-sidebar .social li{
	display: inline-block;
	margin-right: 35px;
}
.nav-sidebar .social a,
.nav-sidebar .close-text span{
	font: 12px 'Brandon-Bold';
	text-transform: uppercase;
}
.nav-sidebar .search-btn:hover,
.nav-sidebar .social a:hover,
.nav-sidebar .close-text:hover{
	color: #83bd47;
}
#menu{
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 101;
	background-color: #24201e;
	color: #ffffff;
	min-height: 580px;
	overflow: auto;
	visibility: hidden;
	opacity: 0;
}
.open-menu #menu{
	opacity: 1;
	visibility: visible;
}
#menu .nav-sidebar{
	background: #24201e;
}
#menu .nav-sidebar .relative{
	padding-top: 0;
}
#menu .close-btn{
	padding: 35px 10px 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.nav-sidebar .close-text{
	position: absolute;
	top: 260px;
}
.nav-sidebar .close-text span{
	display: block;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
    transform-origin: left center;
	white-space: nowrap;
}
.nav-wrapper{
	position: absolute;
    height: 100%;
    left: 88px;
    right: 0;
    overflow: hidden;
    overflow-y: auto;
}
.nav-wrapper .cell:first-child .img-box{
	border-left: 1px solid #443c39;
}
.nav-wrapper .img-box:after{
	background: #443c39;
}
.nav-wrapper .img-box:hover:after{
	background: rgba(54, 48, 46, 0.75);
}
.nav-wrapper .img-box{
	background-position: center top;
	border-left: 1px solid #342e2b;
	padding: 40px 20px;
}
.nav-wrapper .img-box .relative{
	z-index: 1;
}
.nav-wrapper .menu-box{
	display: inline-block;
}
.nav-wrapper .menu-box h3{
	text-align: left;
}
.nav-wrapper  .img-box:hover .menu-box h3{
	margin-bottom: 40px;
}
.nav-wrapper .menu-box h3 a{
	font: 30px 'Brandon-Light';
	letter-spacing: 0.04em;
}
#menu .nav-wrapper .img-box:hover h3 a,
#menu .nav-menu a:hover{
	color: #83bd47;
}
.nav-wrapper .menu-box ul{
	opacity: 0;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	position: relative;
}
.nav-wrapper .img-box:hover .menu-box ul{
	opacity: 1;
	visibility: visible;
	height: auto;
}
.nav-wrapper .menu-box li{
	display: block;
	position: relative;
	text-align: left;
	margin-bottom: 15px;
}
.nav-wrapper .menu-box a{
	font: 16px 'Brandon-Light';
	text-transform: uppercase;
}
/*=== SEARCH ===*/
.search-btn{
	font-size: 24px;
}
.search-box{
	text-align: center;                                 
    background-color: rgba(68, 60, 57, 0.98);
    /*background: #443c39;*/
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 125;
    opacity: 0;
    visibility: hidden;
}
.search-box.open{
	opacity: 1;
    visibility: visible;
}
.search-box.show{
	height: auto;
	padding: 20px 0;
}
.search-box input[type=text]{
    vertical-align: middle;
    font-size: 24px;
    width: 70%;
    background-color: transparent;
    border: none;
    background: #ffffff;
    padding: 12px 20px;
}
.search-box button[type=submit]{
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    color: #fff;
    background: none;
    border: none;
    margin-left: 15px;
    cursor: pointer;
}
.search-box .close-btn{
	font-size: 32px;
	color: #fff;
	position: absolute;
	top: 35px;
	right: 35px;
}

/*=== FIXED & INNER HEADER STYLES ===*/
.fixed .header-wrapper,
#inner  .header-wrapper{
	position: fixed;
	top: 0 !important;
	z-index: 11;
	background: #f8f7f3;
}
.reset .header-wrapper{
	top: -200px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
#inner #header{
	height: 106px;
}
.fixed .header-menu,
#inner .header-menu{
	-webkit-box-shadow: 0 2px 10px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px -3px rgba(0, 0, 0, 0.2);
    height: 106px;
}
.fixed .header-menu,
#inner .header-menu{
	color: #443c39;
}
.fixed .header-menu .logo,
#inner .header-menu .logo{
	left: 0;
}
#home.fixed .header-menu  .logo img,
#inner .header-menu .logo img{
	display: none;
}
#home.fixed .header-menu .logo img + img,
#inner .header-menu .logo img + img{
	display: block;
}
#home.fixed .header-menu .cell:last-child,
#inner .header-menu .cell:last-child{
	padding-top: 0;
}
#home.fixed .header-menu .nav-menu > li,
#inner .header-menu .nav-menu > li{
	padding-top: 20px;
}
#inner .header-menu .nav-menu > li > a,
#home.fixed .header-menu .nav-menu > li > a{
	font-family: 'Brandon-Medium';
}
#home.fixed .header-menu .btn,
#inner .header-menu .btn{	
	color: #83bd47;
	font-family: 'Brandon-Medium';
}
#home.fixed .header-menu .btn:hover,
#inner .header-menu .btn:hover{	
	color: #fff;
}
/*=== TOP BANNER ===*/
.banner {
	position: relative;
	min-height: 580px;
	text-align: center;
}
.banner .top-slider {
	height: 100%;
    z-index: 1;
}
.banner .single-banner {
	position: relative;
	height: 100%;
	color: #fff;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner .single-banner:after {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(54, 46, 48, 0.6);
}
.banner .container {
	z-index: 2;
}
.banner .single-banner .cell{
	padding-top: 100px;
}
.banner-text {
	display: inline-block;
    max-width: 810px;
    width: 100%;
    font-size: 24px;
    color: #fff;
}
.banner .banner-text > p:first-child,
.sub-banner p{
	font: 18px/24px 'Georgia-Italic';
	color: #83bd47;
}
.banner  .banner-text > p:first-child:after{
	content: "";
	display: block;
	width: 86px;
	height: 2px;
	background: #fff;
	margin: 20px auto 0;
}
.banner-text .large-text {
	font: 52px/60px 'Brandon-Medium';
	margin-bottom: 30px;
}
.banner-text .large-text span {
	font: 160px/100px 'IslandStyle';
	display: block;
	margin-left: -65px;
}
.banner-content {
    margin-bottom: 35px;
}
.banner .btn{
	min-width: 218px;
}
.banner .slick-list,
.banner .slick-track {
	height: 100%;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}
.banner .slick-dots{
	bottom: 72px;
	z-index: 8;
}
.banner .slick-dots li{
	width: 60px;
	height: 4px;
	margin: 0 4.5px;
	background: #fff;
}
.banner .slick-dots li.slick-active{
	background: #83bd47;
}
.banner .slick-dots li button{
	display: none;
}
.sub-banner {
	height: 296px;
	position: relative;
}
.sub-banner:after{
    background: rgba(54, 48, 46, 0.6);
}
.sub-banner .relative{
	z-index: 1;
}
.sub-banner .cell {
    padding: 20px 0;
    text-align: right;
}
.move-down {
	position: absolute;
	bottom: -42px;
	left: calc(50% - 520px);
	width: 3px;
	height: 112px;
	background: #83bd47;
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}
.move-down:after{
	content: '\f107';
	color: #83bd47;
    font: 25px/16px Font Awesome\ 5 Pro;
    font-weight: bold;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -8px;
}
.move-down span{
	display: block;
	font: 12px 'Brandon-Regular';
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	transform-origin: left; 
	margin-top: -115px;
}
/*=== ABOUT SECTION ===*/
.about-wrapper {
	padding: 80px 0;
}
.about-wrapper .container{
	max-width: 740px;
}
.about-wrapper p{
	margin-bottom: 10px;
}
.about-wrapper .more{
	color: #83bd47;
	padding-top: 15px;
}

/*=== QUICK LINCKS SECTION ===*/
.quick-links-wrapper{
	padding-bottom: 36px;
}
.quick-links-wrapper > .table{
	height: 710px;
}
.quick-links-wrapper > .table > .cell:first-child{
	background: url(../images/layout/bg-firs.png) left bottom no-repeat #443c39;
	width: 65%;
	color: #fff;
	padding: 130px  0 0 100px;
}
.quick-links-wrapper .inner-box{
	display: inline-block;
	max-width: 300px;
	text-align: left;
}
.quick-links-wrapper .large-text{
	font-family: 'Brandon-Light';
	line-height: 38px;
}
.ql-box{
	display: block;
	color: #fff;
	width: 254px;
	height: 186px;
	text-align: center;
}
.ql-box .relative{
	z-index: 1;
	padding: 20px;
}
.ql-box h3{
	display: block;
}
.ql-box:hover h3{
	margin-bottom: 2px;
}
.ql-box:hover:after{
	background: rgba(54, 48, 46, 0.75);
}
.ql-box .more{
	display: block;
	opacity: 0;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
.ql-box:hover .more{
	opacity: 1;
	visibility: visible;
	height: auto;
}
.quick-links-wrapper .quick-links{
	position: relative;
	left: -130px;
}
.quick-links-wrapper .vertical-text{
	font: 12px 'Brandon-Regular';
	color: rgba(255, 255, 255, 0.4);
	text-transform: uppercase;
	position: absolute;
	top: 10px;
	left: -130px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	transform-origin: left top;
}
.quick-links-wrapper .vertical-text li{
	display: inline-block;
	margin-right: 20px;
}

/*=== CONTENT TOGGLE ===*/
.content-toggle + .content-toggle {
	padding-top: 15px;
}
.content-toggle h3 {
	display: inline-block;
	cursor: pointer;
	position: relative;
}
.content-toggle h3:after {
	content: '\f105';
	color: #83bd47;
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	right: -50px;
	top: 5px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.content-toggle h3.open-toggle:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
.content-toggle .toggle-info {
	display: none;
}

/*=== TESTIMONIALS SECTION ===*/
.testimonials-wrapper{
	height: 500px;
	background-position: center top;
	background-attachment: fixed;
	color: #fff;
}
.testimonials-wrapper:after{
	/*content: none;*/
}
.testimonials-wrapper .cell{
	text-align: right;
	padding: 80px 15px 20px;
}
.testimonials-wrapper .inner-box{
	display: inline-block;
	max-width: 420px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.testimonials-wrapper .testim {
	font: 18px/24px 'Georgia-Italic';
	margin-bottom: 0;
}
.testimonials-wrapper .more{
	font: 12px 'Brandon-Regular';
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	right: 5px;
	bottom: 35px;
	z-index: 1;
}
.testimonials-wrapper .more:after{
	left: 8px;
}
/*=== FOOTER ===*/
.location-container {
	width: 100%;
	min-height: 100px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.location-container > div {
	width: 300px;
	margin: 25px;
}
.footer-wrapper{
	padding-left: 88px;
}
.footer-top {
	background: url(../images/layout/bg-texture.jpg) repeat;
	padding: 35px 0 55px;
}
.footer-top .large-text{
	font-family: 'Brandon-Light';
	letter-spacing: 0.02em;
	margin-bottom: 30px;
}
.footer-top h3{
	font: 22px/28px 'Brandon-Bold';
}
.footer-top a:first-child:hover{
	color: #83bd47;
}
.footer-top h3 i{
	font-size: 18px;
	color: #83bd47;
	vertical-align: top;
	position: relative;
	top: 5px;
}
.footer-top p{
	margin-bottom: 0;
}
.footer-top p:nth-child(2):after{
	content: "";
	display: block;
	width: 85px;
	height: 2px;
	background: #83bd47;
	margin: 10px auto;
}
.logo-footer{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -38px;
}
.footer-bottom{
	font-size: 12px;
	background: #24201e;
	color: #fff;
	height: 110px;
	padding: 20px 15px 0;
}
.footer-bottom .cell:first-child > *{
	display: inline-block;
	vertical-align: middle;
}
.footer-bottom .cell:last-child{
	width: 180px;
	padding-top: 8px;
}
.footer-menu{
	margin-right: 25px;
}
.footer-menu li {
	display: inline-block;
	list-style: none;
}
.footer-menu a{
	text-transform: uppercase;
	margin-left: 28px;
}
.footer-bottom .social a{
	font-size: 18px;
	margin-right: 12px;
}
.footer-bottom a:hover{
	color: #83bd47;
}
.jbsystem {
	display: inline-block;
	vertical-align: middle;
	width: 88px;
	height: 33px;
	background: url(../images/layout/logo-jb-systems.png) no-repeat;
	margin-bottom: 2px;
}
.jbsystem + span{
	display: block;
	color: #fff !important;
	font-size: 10px;
}
/*=== BREADCRUMBS ===*/
.breadcrumbs {
	margin-bottom: 45px;
}
.main-content.full-width .breadcrumbs{
	margin-bottom: 75px;
}
.breadcrumbs li {
	font-size: 15px;
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 0;
}
.breadcrumbs li:last-child {
	font-family: 'OpenSans-Bold';
    color: #83bd47;
}
.breadcrumbs li:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 2px 0 4px;
    background-color: #443c39;
}
.breadcrumbs li:last-child:after {
    content: none;
}
/*=== MAIN CONTENT ===*/
.main-wrapper{
	background: #f8f7f3;
}
.main-wrapper > .cell {
    padding-left: 88px;
}
.main-content {
	padding: 30px 0 160px;
}
.main-content h1:after {
	margin-left: 0;
	margin-bottom: 35px;
}
.main-content.full-width h1:after{
	margin-left: auto;
}
.main-content .col-right {
    width: 400px;
    padding-left: 70px;
}
.right-banner{
	height: auto;
	position: relative;
}
.right-banner .relative{
	height: 100%;
	z-index: 1;
}
.right-banner:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(54, 48, 46, 0.75);
}
.right-banner .cell{
	padding: 55px 20px;
}
.sidebar h3{
	color: #fff;
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 32px;
}
.sidebar h3:after{
	content: "";
	display: block;
	width: 66px;
	height: 2px;
	background: #fff;
	margin: 13px auto 0;
}
.sidebar .img-box {
	margin-bottom: 25px;
}
/*=== SERVICES PAGE ===*/
.table-tiles ul{
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
	letter-spacing: 0;
    margin: 60px -25px 0;
}
.table-tiles li{
	flex-grow: 1;
	min-width: 250px;
	width: 33.33%;
	display: inline-block;
	vertical-align: top;
	padding: 0 25px;
	margin-bottom: 40px; 
	text-align: left;
}
.table-tiles li:before {
	display: none;
}
.tile-box .img-box{
	height: 160px;
	margin-bottom: 15px;
}
.tile-box .img-box:after{
	content: none;
}
.table-tiles .tile-box{
	display: block;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}
.table-tiles .tile-box .img-box span {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 35px;
	width: 100%;
	text-align: center;
	font-size: 25px;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.table-tiles .tile-box:hover .img-box span {
	opacity: 1;
	visibility: visible;
}
.table-tiles .tile-box .img-box:after {
	content: '';
	background: rgba(54, 48, 46, 0);
	transition: all 0.3s ease 0s;
}
.table-tiles .tile-box:hover .img-box:after {
	background: rgba(54, 48, 46, 0.6);
}
.tile-box h3{
	display: inline-block;
	font: 24px 'Brandon-Light';
	letter-spacing: 0.02em;
	white-space: normal;
	position: relative;
	padding-right: 20px;
}
.tile-box h3:after{
	position: absolute;
	left: auto;
	right: 0;
	top: 50%;
	margin-top: -8px;
}
.tile-box h3 span{
	color: #443c39;
}

.hs-modal {
	background-color: #fff;
	padding: 25px;
}

#search-results {
	text-align: left;
}
#search-results ol {
	padding: 10px 0 0 20px;
}
.btn-green {
	background-color: #83bd47;
	font: 14px/21px 'Brandon-Regular';
    text-transform: uppercase;
	padding: 13px 23px 11px;
	text-align: center;
	color: #fff;
    border: 2px solid #83bd47;
}
.btn-green:hover {
	background-color: inherit;
    color: #83bd47;
}

/* Testimonials */
.all-testimonials > div + div {
	border-top: solid 2px #443c39;
	padding-top: 25px;
	margin-top: 25px;
}

.all-testimonials .testim {
	font: 16px/24px 'Georgia-Italic';
	margin-bottom: 0;
	text-align: left;
}
.all-testimonials .testim span {
	display: block;
	font-weight: bold;
	padding-top: 10px;
}

/* Therapist Page */
.therapist-list .flexbox {
	display: flex;
	padding-bottom: 25px;
}
.therapist-list .flexbox + .flexbox,
.staff-box {
	border-top: solid 2px #443c39;
	padding-top: 25px;
}
.staff-box {
	display: flex;
	justify-content: flex-start;
}
.staff-box p {
	padding-left: 15px;
}
.staff-box > img {
	margin-bottom: 25px;
}
.therapist-list .flexbox img {
	margin: 0 !important;
	height: 100%;
	min-width: 218px;
}
.therapist-list .flexbox p {
	padding-left: 15px;
}