/*
Theme Name: Paspective Bespoke Theme
Theme URI: http://example.com/paspective/
Description: Twenty Twenty Child Theme
Author: Peter Andrease
Author URI: http://example.com
Template: twentytwenty
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: twenty-sixteen-child
*/

@font-face {
    font-family: 'Lovelace';
    src: local('Lovelace Bold'), local('Lovelace-Bold'),
        url(font/'Lovelace-Bold.woff2') format('woff2'),
        url('font/Lovelace-Bold.woff') format('woff'),
        url('font/Lovelace-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'lovelace_textbold_italic';
    src: url('font/zetafonts_-_lovelace_text_bold_italic-webfont.woff2') format('woff2'),
         url('font/zetafonts_-_lovelace_text_bold_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'lovelace_textregular';
    src: url('font/zetafonts_-_lovelace_text_regular-webfont.woff2') format('woff2'),
         url('font/zetafonts_-_lovelace_text_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
	border: 0;
	outline: 0;
}
body {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
	position: static !important;
	color: #212121;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 0;
	text-indent: -3000px;
	color: #ffffff;
}
#mg-wprm-wrap {
	z-index: 9999999999 !important;
}
hr, .greyline {
	width: 100%;
	clear: both;
	border: none;
	background: #d4d4d4;
	margin: 25px 0 25px 0;
	height: 1px;
	line-height: 1px;
	font-size: 0;
}
.greyline-small {
	max-width: 280px;
	width: 100%;
	clear: both;
	border: none;
	background: #d4d4d4;
	margin: 60px auto;
	height: 5px;
	line-height: 5px;
	font-size: 0;
	border-radius: 8px;
}
.pink-box .greyline-small {
	background: #565656;
	height: 3px;
	line-height: 3px;
}
p {
	font-size: 18px;
	line-height: 26px;
	color: #212121;
	font-weight: normal;
}
p.mid-text {
	font-size: 24px;
	line-height: 34px;
}
p.big-text {
	font-size: 30px;
	line-height: 38px;
	font-weight: 300;
}
p a {
	color: #3aa5a3;
	text-decoration: none;
	font-weight: bold;
}
p a:hover {
	color: #3aa5a3;
	text-decoration: underline;
}
p.title-text {
	font-size: 42px;
	line-height: 52px;
	margin: 60px auto;
	max-width: 85%;
	width: 820px;
	color: #393939;
	font-family: 'lovelace_textregular';
	font-style: italic;
}
p.title-text-sml {
	font-size: 22px;
	line-height: 36px;
	margin: 50px auto 20px auto;
	color: #393939;
	font-family: 'lovelace_textregular';
}
.pink-area p.title-text-sml {
	margin-top: 20px;
}
p.title-text-sml strong {
	font-weight: 890;
}
.single p.title-text {
	margin: 40px 0;
	max-width: 100%;
	width: 100%;
}
p.title-text-big {
	font-style: normal;
	font-size: 60px;
	line-height: 66px;
	width: 100%;
}
p.title-text-exit {
	position: relative;
}
p.title-text-exit::after {
	background: url(images/misc/exit-door.svg) center center no-repeat;
	background-size: 110px 110px;
	height: 110px;
	width: 110px;
	display: block;
	content: "";
	position: absolute;
	right: -65px;
	top: -20px;
}
.blue-area p.title-text {
	width: 880px;
	margin: 10px auto;
	color: #212121;
	font-style: normal;
}
p.title-text strong {
    font-family: 'lovelace_textbold_italic';
}
p.sub-title {
	font-size: 18px;
	line-height: 28px;
	margin: 10px auto 30px auto;
	width: 780px;
	max-width: 85%;
	font-weight: 300;
}
h1 {
	font-family: 'lovelace_textregular';
	text-shadow: 7px 7px 4px rgba(0,0,0,0.2);
	font-size: 85px;
	line-height: 85px;
	font-weight: normal;
	margin: 0 auto;
	color: #fff;
}
h1 strong {
    font-family: 'lovelace_textbold_italic';
}
h2 {
	font-family: 'lovelace_textregular';
	font-size: 60px;
	line-height: 60px;
	color: #212121;
	margin: 0;
	font-weight: normal;
}
h2.sml-title {
	font-size: 42px;
	line-height: 45px;
	margin-bottom: 30px;
}
h2 strong {
    font-family: 'lovelace_textbold_italic';
}
.underline {
	background: #aaaaaa;
	height: 4px;
	width: 110px;
	margin: 20px auto 40px auto;
}
h3 {
	font-size: 19px;
	line-height: 23px;
	font-weight: 500;
	color: #212121;
	margin: 0 auto;
}
h3.fancy-font {
    font-family: 'lovelace_textbold_italic';
}
h3 strong {
	font-weight: 600;
}
h3.big-title {
	font-size: 50px;
	line-height: 55px;
	font-weight: 300;
	margin: 50px 0 20px 0;
}
h3.mid-title {
	font-size: 34px;
	line-height: 40px;
	font-weight: 300;
	margin: 30px 0 25px 0;
}
h3.big-title-padded {
	padding-top: 85px;
}
h4 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 600;
}
.inner-title {
	font-size: 32px;
	line-height: 36px;
	color: #232324;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#logo {
	float: left;
	width: 25%;
}
#right-header {
	float: right;
	width: 75%;
	text-align: right;
	padding-top: 10px;
	padding-right: 170px;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
#right-header ul {
	list-style: none;
	margin: 0;
	padding: 18px 0 0 0;
	-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;
}
#right-header li {
	display: inline-block;
	padding-left: 25px;
	padding-bottom: 15px;
	font-size: 20px;
	font-weight: 400;
	-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;
}
#right-header li a {
	color: #262626;
	text-decoration: none;
}
#right-header li a:hover, #right-header li.current-menu-item a, #right-header li.current_page_parent a {
	color: #298987;
}
#navbar #logo img {
	width: 273px;
	display: block;
	height: auto;
	-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;
}

p.sml-text {
	font-size: 16px;
	margin-bottom: 15px;
}
p.sml-text a {
	font-weight: normal;
}

#menu-item-130 {
	position: relative;
}
#menu-item-130 a {
	cursor: default;
}
#menu-item-130 .sub-menu {
	position: absolute;
	top: 50px;
	left: 10px;
	background: rgba(255,255,255,0.8);
	padding: 20px 10px 10px 15px;
	z-index: 10000;
	display: none;
	text-align: left;
	min-width: 160px;
	-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;
}
#menu-item-130 .sub-menu li {
	padding: 0 0 10px 0 !important;
	display: block;
	font-size: 14px;
}
#menu-item-130 .sub-menu li a {
	border: 0;
	padding: 0 !important;
	cursor: pointer;
}
#menu-item-130 .sub-menu li a:hover {
	padding: 0 !important;
	border: 0 !important;
}

#navbar {
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	padding: 12px 0;
	z-index: 999;
	-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;
}


	
#navbar.smaller {
	background: rgba(255,255,255,0.8);
	padding: 6px 0 10px 0;
}
#navbar.smaller #logo img {
	width: 220px;
	height: auto;
}
#navbar.smaller #right-header ul {
	padding-top: 10px;
}


.icon-feature {
	float: left;
	width: 19%;
	padding: 20px 3%;
	text-align: center;
}
.icon-feature p {
	font-size: 22px;
	line-height: 32px;
	margin: 10px auto 0 auto;
	font-style: italic;
}
.icon-feature img {
	opacity: 0.7;
	height: 80px !important;
}

.room-box {
	float: left;
	width: 31.3333%;
	padding: 0 1% 20px 1%;
	position: relative;
}
.room-box img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.room-box img:hover {
	opacity: 0.8;
}
.room-sash {
	display: none;
	background: url(images/misc/sash.png) no-repeat;
	width: 117px;
	height: 124px;
	color: #3aa5a3;
	padding: 10px 0 10px 45px;
	position: absolute;
	top: 0;
	right: 1%;
	font-size: 13px;
	text-align: center;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
.room-sash strong {
	font-weight: bold;
	font-size: 24px;
	line-height: 20px;
}
.room-text {
	background: #dcdcdc;
	padding: 12px 18px;
}
.room-text p {
	float: left;
	width: 50%;
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
}
.room-text p strong {
	font-weight: 600;
}
.room-but {
	float: right;
	width: 50%;
	text-align: right;
	padding-top: 8px;
}
.rooms-two {
	max-width: 800px;
	margin: 0 auto;
}
.rooms-two .room-box {
	width: 47%;
	padding: 0 1.5% 20px 1.5%;
}

.rates-list {
	width: 100%;
}
.rates-list tr td {
	padding: 20px 10px;
	text-align: left;
	font-size: 30px;
	line-height: 32px;
	border-bottom: 1px solid #9a9a9a;
}
.rates-list tr td.green-text {
	font-size: 24px;
	line-height: 30px;
	color: #3aa5a3;
}
.rates-list tr td.green-text strong {
	font-size: 30px;
	font-weight: 600;
}

.locations-area {
	margin-bottom: 50px;
}
.locations-area-two {
	max-width: 600px;
	margin: 0 auto;
}
.locations-area-three {
	max-width: 900px;
	margin: 0 auto;
}
.location-box {
	margin: 30px auto 0 auto;
	width: 500px;
	padding: 15px 15px 40px 15px;
	background: #efede7;
	position: relative;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
.location-box iframe, .grey-box iframe {
	max-width: 98%;
	border: 1px solid #7f7f7f;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
.location-box h4 {
	margin: 0 auto;
}
.location-box .book-but {
	padding: 8px 0;
	display: inline-block;
	width: 200px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -20px;
	border-radius: 20px;
	font-size: 20px;
}
.location-box img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.location-box p {
	margin: 15px auto;
	font-size: 18px;
	line-height: 24px;
}
.location-box p.postcode-text {
	min-height: 10px;
	font-weight: 600;
	opacity: 0.8;
	margin: 6px auto;
	padding-bottom: 40px;
	background: url(images/misc/location.svg) center bottom no-repeat;
	background-size: 40px auto;
}

.soliloquy-pager {
	display: none !important;
}
.soliloquy-controls-direction .soliloquy-prev, .soliloquy-controls-direction .soliloquy-next {
	background: url(images/misc/header-arrow-left.png) !important;
	width: 25px !important;
	height: 46px !important;
	opacity: 0.4 !important;
	left: 50px !important;
	-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;
}
.soliloquy-controls-direction .soliloquy-next {
	background: url(images/misc/header-arrow-right.png) !important;
	left: auto !important;
	right: 50px !important;
}
.soliloquy-controls-direction .soliloquy-prev:hover, .soliloquy-controls-direction .soliloquy-next:hover {
	opacity: 1 !important;
}

.blue-area {
	background: #8eafaf;
	padding: 40px 0;
}
.blue-area-big {
	padding: 80px 0;
}
.light-blue-area {
	background: #b8cdc7;
	padding: 80px 0;
}
.bright-blue-area {
	background: #cddedc;
	padding: 80px 0;
}
.grey-area {
	background: #efede7;
	padding: 80px 0;
}
.pink-area {
	background: #ead6cd;
	padding: 80px 0;
}
.pink-area p.feature-text {
	max-width: 800px;
}
.pink-area p.feature-text strong {
	display: inline-block;
}
.white-area {
	background: #fff;
	padding: 80px 0;
}

.grey-box {
	padding: 25px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	background: #efede7;
	margin: 30px auto;
	text-align: center;
}
.grey-box iframe {
	margin-bottom: 20px;
}
.opening-table {
	width: 100%;
	border: none;
	border-spacing: 0;
    border-collapse: collapse;
	text-align: left;
	margin-top: 16px;
}
.opening-table td {
	padding: 16px 6px;
	border-bottom: 1px solid #666;
	font-size: 20px;
}

.pink-box {
	background: #ead6cd;
	padding: 60px 60px 150px 60px;
	text-align: center;
	max-width: 1000px;
	margin: 0 auto 220px auto;
}
.pink-box-pad-btm {
	padding-bottom: 60px;
	margin-bottom: 60px;
}
.pink-box p {
	font-family: 'lovelace_textregular';
	margin: 30px 0;
	font-size: 20px;
	line-height: 28px;
}
.pink-box p strong {
    font-family: 'lovelace_textbold_italic';
}
.pink-box h2 {
	color: #fff;
}
.offer-icons {
	position: absolute;
	right: 150px;
	top: 80px;
	max-width: 160px;
	text-align: center;
	opacity: 0.7;
}
.offer-icons img {
	display: block;
	margin: 0 auto 25px auto;
	height: 70px !important;
}
.offer-box {
	position: relative;
	margin-top: 20px;
	padding: 50px 60px;
	background: #efede7;
	text-align: left;
	margin: 0 auto;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	margin-bottom: -300px;
}
.offer-box-table {
	background: #fff;
	padding: 0 !important;
	max-width: 680px;
}
.included-box {
	background: #fff;
	padding: 0;
	max-width: 800px;
	margin: -160px auto 40px auto;
}
.included-box p {
	margin: 0 auto;
	padding: 30px 20px 20px 20px;
	text-align: center;
	max-width: 600px;
	font-size: 20px;
	line-height: 30px;
}
.offer-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.offer-box ul li {
	padding: 0 0 0 40px;
	background: url(images/misc/tick.png) left top no-repeat;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 20px;
}
.included-box ul li {
	background-image: url(images/misc/check.svg);
	background-position: left 20px center;
	padding: 16px 16px 16px 60px !important;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 22px;
	
}
.offer-box table {
	width: 100%;
	border: none;
	border-spacing: 0;
    border-collapse: collapse;
}
.offer-box table td {
	padding: 15px;
	width: 50%;
	font-size: 20px;
	line-height: 22px;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
	 text-align: center;
}
.grey-row {
	background-color: #f3f3f3 !important;
}

p.feature-text {
	font-size: 22px;
	line-height: 32px;
	margin: 0 auto 30px auto;
	max-width: 1080px;
}
p.feature-text-big {
	font-size: 32px;
	line-height: 42px;
	margin: 0 auto;
	max-width: 880px;
}
p.feature-text a {
	display: inline-block;
	color: #000;
}

#home-header {
	background: url(images/features/therapists-room.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
	height: 1000px;
}
#rooms-header {
	background: url(images/features/our-rooms.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
	min-height: 800px;
	padding-bottom: 30px;
}
.inner-header {
	background: url(images/features/our-rooms.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
	height: 800px;
}
.contact-header {
	background-image: url(images/features/contact-us.jpg);
	background-size: cover;
	height: 950px;
}
.book-but {
	border-radius: 16px;
	background: #8eafaf;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	display: inline-block;
	padding: 16px 28px;
	font-size: 24px;
	text-decoration: none;
	-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;
}
.book-but-top {
	margin-bottom: 30px;
}
.book-but-sml {
	padding: 0;
	width: 120px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
}
.grey-but {
	background: #707070;
}
.light-but {
	background: #ead6cd;
	color: #3d3d3d;
}
.pink-but {
	background: #ead6cd;
	color: #000;
}
.book-but:hover {
	background: #34a6a4;
	color: #fff;
	text-decoration: none;
}
li#menu-item-446 {
	display: none;
}
.top-but {
	border-radius: 16px;
	background: #8eafaf;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	display: block;
	width: 150px;
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	text-decoration: none;
	position: absolute;
	right: 0;
	top: 20px;
	-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;
}
.top-but-mob {
	display: none;
}
.top-but:hover {
	background: #34a6a4;
	color: #fff;
	text-decoration: none;
}
.home-text {
	max-width: 95%;
	width: 1200px;
	margin: 0 auto;
	padding-top: 520px;
	position: relative;
}
.inner-header-text {
	max-width: 95%;
	width: 1200px;
	margin: 0 auto;
	padding-top: 130px;
	position: relative;
}
.home-text h1 {
	position: absolute;
	z-index: 9;
	top: 360px;
	left: 0;
	right: 0;
}
.inner-header h1 {
	position: relative;
	z-index: 9;
	top: 320px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: inline;
	font-size: 120px;
	line-height: 120px;
}
.contact-header h1 {
	top: 170px;
	font-size: 70px;
	line-height: 70px;
}
.home-text h1::before {
	position: absolute;
	z-index: -1;
	content: "";
	border-radius: 100%;
	width: 360px;
	height: 360px;
	background: #8eafaf;
	box-shadow: 10px 5px 5px rgba(0,0,0,0.3);
	right: 20px;
	top: -120px;
}
.inner-header h1::before {
	position: absolute;
	z-index: -1;
	content: "";
	border-radius: 100%;
	width: 360px;
	height: 360px;
	background: #8eafaf;
	box-shadow: 10px 5px 5px rgba(0,0,0,0.3);
	left: -140px;
	top: -80px;
}
.contact-header h1::before {
	width: 170px;
	height: 170px;
	left: -45px;
	top: -25px;
}

.video-column {
	float: left;
	width: 48%;
	padding-top: 30px;
}
.pictures-column {
	float: right;
	text-align: left;
	width: 48%;
	padding-top: 30px;
}
.pictures-column .gallery-item {
	margin: 0 5% 16px 0;
	float: left;
	width: 30%;
	text-align: center;
}
.pictures-column .gallery-item:nth-of-type(3n) {
	margin-right: 0;
}
.pictures-column .gallery-item img {
	max-width: 100%;
	height: auto;
	margin-bottom: 2px;
}
.pictures-column .gallery-item img:hover {
	opacity: 0.8;
}
.wp-caption-text {
	color: #000 !important;
	font-size: 16px;
	line-height: 17px;
	font-weight: 600;
}

.black-icon {
	height: 100px !important;
	filter: grayscale(100%) brightness(25%);
}

.two-buts-area {
	max-width: 640px;
	margin: 0 auto;
}
.two-buts-area .book-but {
	width: 280px;
	padding-left: 0;
	padding-right: 0;
	margin: 0 10px 25px 10px;
	text-transform: capitalize;
}
.three-buts-area .book-but {
}
.two-buts-sml .book-but {
	padding: 8px 0;
	font-size: 17px;
	margin-bottom: 40px;
	float: left;
	max-width: 220px;
	width: 46%;
	text-transform: capitalize;
}
.two-buts-sml .book-but-wide {
	width: 100%;
	max-width: 100%;
	float: none;
}

.green-circle-bg {
	background-image: url(images/misc/green-circle.svg);
	background-repeat: no-repeat;
	background-position: right top 30px;
	background-size: 350px auto;
	padding-top: 80px;
}

.three-circles-bg {
	padding: 20px 0 0 0;
	background: url(images/misc/three-circles.svg) left bottom no-repeat;
	background-size: 230px auto;
}
.three-circles-bg h2 {
	margin-bottom: 80px;
}

.visit-icon-area {
	background: url(images/misc/house-finder.svg) left top 30px no-repeat;
	background-size: 90px auto;
	text-align: left;
	padding: 30px 0 30px 120px;
	max-width: 900px;
}
.visit-icon-area p {
	margin: 10px 0 0 0;
}
.visit-icon-area .book-but {
	position: absolute;
	bottom: -70px;
	right: 0;
}

.main-but {
	border: 1px solid #212121;
	border-radius: 24px;
	color: #212121;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	width: 200px;
	height: 45px;
	line-height: 45px;
	font-size: 17px;
	margin: 30px auto 0 auto;
	display: block;
	-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;
}
.small-but {
	width: 160px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
}
.why-box .small-but {
	margin: 0;
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
}
.main-but:hover {
	background: #212121;
	color: #ffffff;
}
.hollow-but {
	border: 1px solid #ffffff !important;
}
.hollow-but:hover {
	border: 1px solid rgba(255,255,255,0) !important;
}
.double-buts {
	max-width: 450px;
	margin: 0 auto;
	text-align: center;
	padding-top: 40px;
}
.double-buts .main-but, .double-buts .book-but {
	display: inline-block;
	margin: 0 10px;
}


.grey-area {
	background: #dedede;
	padding: 100px 0;
}
.grey-area-tight {
	padding: 80px 0;
}
.white-area {
	padding: 80px 0;
}
.home-feature {
	background: url(images/features/therapy-room-feature.jpg) center center no-repeat;
	background-size: cover;
	padding: 220px 0;
	margin-top: 20px;
}
.home-feature .wrapper {
	text-align: center;
}
.home-feature p {
	font-size: 38px;
	line-height: 44px;
	width: 80%;
	max-width: 600px;
	margin: 0 auto 30px auto;
	color: #ffffff;
}
.home-feature p strong {
	font-weight: 700;
}
.wide-but {
	width: 250px;
}

ul.locations-list {
	list-style: none;
	margin: 0;
	padding: 20px 0 40px 0;
}
ul.locations-list li {
	display: inline-block;
	padding: 15px 20px;
	font-size: 18px;
	line-height: 20px;
}
ul.locations-list li a {
	color: #3aa5a3;
	text-decoration: none;
	font-weight: 600;
}
ul.locations-list li a:hover {
	text-decoration: underline;
}

.narrow-content-sml {
	max-width: 780px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 30px;
}
.narrow-content {
	width: 960px;
	max-width: 80%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 30px;
}
.wrapper .narrow-content {
	max-width: 100%;
}
.narrow-content-mid {
	max-width: 1020px;
	margin: 0 auto;
	padding-top: 30px;
}
.therapy-type {
	float: left;
	text-align: center;
	width: 23%;
	padding: 10px 1%;
	margin: 0 auto 10px auto;
}
.therapy-type img {
	opacity: 0.8;
	height: 94px !important;
}
.therapy-type h3 {
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	margin: 25px auto 0 auto;
}
.why-box {
	background: #fff;
	padding: 60px 60px 60px 200px;
	position: relative;
	float: right;
	max-width: 800px;
	margin-top: -10px;
	margin-bottom: 40px;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
.why-box-right {
	padding: 60px 200px 60px 60px;
	float: none;
}
.why-box img {
	position: absolute;
	left: -360px;
	top: 60px;
}
.why-box-right img {
	left: auto;
	right: -360px;
}
.why-box-right img.why-sml-img {
	right: -300px;
	top: 40px;
}
.two-column ul {
	padding: 0 0 0 15px;
}
.two-column ul li {
	font-size: 16px;
	line-height: 26px;
	color: #212121;
	padding-bottom: 15px;
	font-weight: 300;
}
p.testimonial-text {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 0;
	font-weight: 400;
	padding: 50px 20px 0 100px;
}
p.testimonial-by {
	font-size: 18px;
	padding: 0 20px 0 100px;
}

.feature-list {
	text-align: center;
	font-size: 22px;
	line-height: 26px;
    color: #212121;
    font-weight: 300;
	list-style: none;
	margin: 30px 0;
	padding: 0;
}
.feature-list li {
	margin-bottom: 16px;
	padding-bottom: 0;
}
.feature-list li::after {
	content: "";
	background: #ccc;
	display: block;
	height: 1px;
	width: 420px;
	max-width: 75%;
	margin: 16px auto 0 auto;
}

.two-column {
	float: left;
	width: 47%;
	text-align: left;
}
.two-column-narrow {
	width: 40%;
}
.two-column-wide ul {
	list-style: url(images/misc/dash.png);
	margin: 0;
	padding: 0 0 0 25px;
}
.two-column-wide ul li {
	font-size: 24px;
	line-height: 28px;
}
.two-column-wide {
	width: 52%;
}
.two-column img {
	max-width: 100%;
	height: auto;
}

.feature-img {
	margin: 40px auto;
}

div#n2-ss-2 .n2-ss-slider-3 {
	padding-bottom: 0 !important;
}
div#n2-ss-2 .n-uc-FQCknIvfXl62 {
	margin-top: 30px !important;
}
div#n2-ss-2 .n2-ss-slider-3 {
	padding: 50px 0 0 0 !important;
}

/* ------------------- Mobile Menu --------------------- */

#mobile-menu {
	position: absolute;
	top: 25px;
	right: 4%;
	display: none;
	-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;
}
#navbar.smaller #mobile-menu {
	top: 15px;
}
#navbar.smaller .top-but {
	top: 12px;
}
#mobile-menu .sub-menu {
	display: none;
}
input#burger {
	display: none;
}
#mobile-menu input + label {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 28px;
  z-index: 99995;
}
#mobile-menu input + label span {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 9px;
  margin-top: -1px;
  left: 0;
  display: block;
  border-radius: 10px;
  background: #242424;
  transition: .5s;
}
#white-background #mobile-menu input + label span, .woocommerce-page #mobile-menu input + label span {
  background: #000000;
}
#mobile-menu input + label span:first-child { top: 0; }
#mobile-menu input + label span:last-child { top: 18px; }
#mobile-menu label:hover { cursor: pointer; }
#mobile-menu input:checked + label span {
  opacity: 0;
  top: 50%;
  background: #242424;
}
#mobile-menu input:checked + label span:first-child {
  opacity: 1;
  transform: rotate(45deg);
}
#mobile-menu input:checked + label span:last-child {
  opacity: 1;
  transform: rotate(-45deg);
}
#mobile-menu input ~ nav {
   background: rgba(142,175,175,0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 99994;
  transition: .5s;
  transition-delay: .5s;
  overflow: hidden;
}
#navbar-dark #mobile-menu input ~ nav {
	background: rgba(206,213,215,0.95);	
}
#mobile-menu input ~ nav ul {
  text-align: center;
  position: absolute;
  top: 100px;
  left: 20%;
  right: 20%;
  list-style: none;
  margin: 0;
  padding: 0;
}
#mobile-menu input ~ nav ul li {
  opacity: 0;
  transition: .5s;
  transition-delay: 0s;
  display: block;
  padding: 2px 0 22px 0;
}
#mobile-menu input ~ nav ul li.menu-item-63 {
	background: none;
	padding-bottom: 0;
}
#mobile-menu input ~ nav ul li a {
  text-decoration: none;
  color: #ffffff;
letter-spacing: 2px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
}
#mobile-menu input ~ nav ul li a:hover, #mobile-menu input ~ nav ul li.current-menu-item a {
	color: #242424;
}
#mobile-menu input:checked ~ nav {
  height: 100%;
  transition-delay: 0s;
}
#mobile-menu input:checked ~ nav ul li {
  opacity: 1;
  transition-delay: .5s;
}


#fancybox-overlay {
	background: #000 !important;
}
#fancybox-content {
	border: none !important;
}
#fancybox-outer {
    background: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
#fancybox-wrap {
	width: auto;
}
#fancybox-close {
	right: 20px !important;
	top: 20px !important;
	background: #000 url(images/misc/close.svg) center center no-repeat !important;
	background-size: 18px 18px !important;
	height: 40px !important;
	width: 40px !important;
	border-radius: 100px;
}
#fancybox-close span {
	display: none !important;
}

.overlay-form * {
	border-radius: 0 !important;
}
.overlay-form .n2-bullet {
	border-radius: 50px !important;
}
.overlay-form {
	padding: 40px 60px 30px 60px;
	text-align: left;
	background: #fff url(images/misc/pink-circle.svg) no-repeat !important;
	background-size: 380px 380px !important;
	background-position: -25px -25px !important;
	width: 900px !important;
	max-width: 100% !important;
	margin: 0 !important;
	-webkit-box-sizing: border-box !important; 
	 -moz-box-sizing: border-box !important;    
	 box-sizing: border-box !important;
}
.overlay-form h2 {
	font-size: 34px;
	line-height: 38px;
	margin-bottom: 30px;
	max-width: 95%;
}
.overlay-form h2 strong span {
	font-size: 20px;
}
.overlay-form img {
	max-width: 100% !important;
	height: auto !important;
	border-radius: 0 !important;
}
.infocus-overlay {
	max-width: 700px !important;
}
.n2-ss-slider-3 {
	padding: 0 !important;
}
.n2-ss-section-main-content {
	padding: 0 !important;
}
.n2-ss-slider-controls {
	margin-top: 15px !important;
}

.n2-ss-slider .n2-ss-widget {
	bottom: -40px !important;
}
.nextend-bullet-bar {
	box-shadow: none !important;
	padding: 0 !important;
	background: none !important;
}
.n2-ss-item-content {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 600 !important;
}


.therapy-but, .therapy-but-two {
	position: relative;
	cursor: default;
}
div.therapy-but {
	margin: 20px auto 15px auto;
}
.therapy-but ul, .therapy-but-two ul {
	cursor: default;
	list-style: none;
	margin: 0;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #8eafaf;
	top: 58px;
	padding: 20px 10px 20px 10px;
	border-radius: 0 0 12px 12px;
	width: 90%;
}
.therapy-but-two ul {
	top: 30px;
	left: 10px;
	text-align: left;
	background: rgba(142,175,175,0.8);
	padding: 10px 20px 20px 20px !important;
	width: 220px;
}
.therapy-but ul li, .therapy-but-two ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: block;
	font-size: 17px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.therapy-but ul li:last-child, .therapy-but-two ul li:last-child {
	border-bottom: none !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.therapy-but-two ul li {
	width: 100%;
	font-size: 15px !important;
	padding-left: 0 !important;
	padding-bottom: 8px !important;
	margin-bottom: 8px !important;
}
.therapy-but ul li a, .therapy-but-two ul li a {
	color: #fff !important;
	text-decoration: none;
	font-weight: 600;
}
.therapy-but-two ul li a {
	font-weight: normal;
}
.therapy-but ul li a:hover, .therapy-but-two ul li a:hover {
	color: #000 !important;
}

#footer {
	background: #fff;
	padding: 60px 0;
}
#footer h4 {
	margin: 0 0 20px 0;
}
#footer p {
	margin: 0;
}
#footer p a {
	color: #000;
	font-weight: normal;
}
#footer p a:hover {
	color: #3aa5a3;
	text-decoration: none;
}
.footer-left {
	float: left;
	width: 50%;
}
.footer-right {
	float: right;
	width: 46%;
	background: url(images/misc/consulting-rooms-for-doctors-btm.png) left bottom 16px no-repeat;
	text-align: center;
	max-width: 180px;
	padding-left: 150px;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 14px;
	font-weight: normal;
}
#footer ul li a {
	text-decoration: none;
	color: #000;
}
#footer ul li a:hover {
	color: #3aa5a3;
}
#footer ul.social-links {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer ul.social-links li {
	display: inline-block;
	margin-right: 16px;
	padding-bottom: 0;
	margin-bottom: 10px;
	border-bottom: none;
}
#footer ul.social-links li img {
	max-width: none !important;
	height: 32px !important;
	display: block;
}
#footer ul.social-links li a {
	display: inline-block;
}
#footer ul.social-links li a:hover {
	opacity: 0.8;
}


/* ------------------- WP Menu --------------------- */

#wprmenu_bar .menu_title a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	top: 0;
}
#wprmenu_bar {
	background: #10141a !important;
}
#wprmenu_menu.wprmenu_levels ul li a {
	text-transform: uppercase !important;
}
#wprmenu_menu.wprmenu_levels ul li {
	border-bottom: 1px solid #0854a2 !important;
	border-top: 1px solid #3c90e6 !important;
}
#wprmenu_menu ul li a {
	background: #0b74e0 !important;
	font-family:'Open Sans',sans-serif !important;
	color: #ffffff !important;
}
#wprmenu_menu ul li a:hover {
	background: #3c90e6 !important;
}

/* ---------------------------------------- */


.latest-news-box {
	padding: 40px 40px 120px 40px;
	background: #ffffff;
}
.latest-news-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.latest-news-box h2 {
	font-size: 19px;
	line-height: 24px;
	margin: 15px 0 5px 0;
}
.latest-news-box h2 a {
	color: #369796;
	text-decoration: none;
}
.latest-news-box blockquote {
	margin: 0;
	padding: 0;
}
.latest-news-box p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
}
.latest-news-box ul li {
	float: left;
	width: 33.333333%;
	text-align: left;
	padding: 0 15px;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
.latest-news-box img {
	width: 100%;
	height: auto;
}
.latest-news-box img:hover {
	opacity: 0.8;
}
.no-header {
	padding: 140px 0 60px 0;
}

/* ------------------- Blog --------------------- */

#blog-sidebar {
	display: none;
}
.blog-header {
	height: 400px !important;
}
.blog-header .inner-header-text h1 {
	top: 40px;
	font-size: 90px;
	line-height: 90px;
}
.blog-header h1::before {
	width: 230px;
	height: 230px;
	top: -50px;
	left: -70px;
}
#blog-content {
	padding: 50px 0 70px 0;
	text-align: left;
}
#blog-content h1 {
    font-size: 48px;
    line-height: 50px;
    color: #212121;
	margin-top: 20px;
}
#blog-content h2 {
    font-size: 40px;
    line-height: 42px;
}
.single-blog-content {
	padding: 0 !important;
	max-width: 900px;
	margin: 120px auto 80px auto;
}

.single-blog-content img {
	max-width: 100%;
	height: auto;
}


#blog-content #sfsi_holder {
	height: 60px !important;
}
#blog-content a.sficn {
	position: relative;
	text-align: center;
}
#blog-content a.sficn img {
	filter: grayscale(1) brightness(0) !important;
}
#blog-content .sfsi_plus_wicons {
	margin-left: 0 !important;
	margin-right: 6px !important;
}

h1.blog-title {
	margin: 10px 0;
}

.post-date-area {
	color: #3aa5a3;
	font-size: 15px;
	line-height: 18px;
	padding-bottom: 3px;
	font-weight: 500;
}
.post-date-area-single {
	padding-top: 10px;
	font-size: 18px;
	line-height: 20px;
}

#blog-content ul.post-meta {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}
#blog-content ul.post-meta li {
	font-size: 20px;
	font-weight: bold;
}
#blog-content ul.post-meta li a {
	color: #54a99a !important;
	text-decoration: none;
}
#blog-content ul.post-meta li a:hover {
	color: #fff !important;
	text-decoration: underline;
}
.screen-reader-text, .meta-icon {
	display: none;
}
.pagination-single, .post-author, .entry-categories-inner {
	display: none;
}
.author-info {
	background: rgba(0,0,0,0.6);
	padding: 30px;
	margin-top: 20px;
}
.post-block {
	float: left;
	width: 31.3333%;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
	 margin: 0 1%;
	 margin-bottom: 25px;
	text-align: left;
	overflow: hidden;
	background: #eee;
}
#blog-content .post-block:nth-of-type(3n+1){
	clear: left;
}
.post-block .inner-but {
	padding: 12px 20px;
	font-size: 17px;
	line-height: 18px;
}
#blog-content .post-block h2 {
	margin: 0;
	color: #0a0b23;
	font-size: 17px;
	line-height: 22px;
	min-height: 44px;
	font-weight: 700;
	text-decoration: none;
	text-transform: none;
}
a.article-title:hover {
	color: #3aa5a3;
}

.blog-excerpt-content {
	padding: 20px;
}
.blog-excerpt-content .main-but {
	font-size: 12px;
	line-height: 12px;
	padding: 10px 16px;
	min-width: 10px;
}

.white-padding {
	height: 30px;
	font-size: 0;
}
.blog-excerpt-img-container {
	overflow: hidden;
}
.blog-excerpt-img {
	display: block;
	text-decoration: none;
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center center;
	display: block;
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
	overflow: hidden;
}
.blog-excerpt-img:hover {
	transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);
}
#blog-content ul, #blog-content ol {
	padding: 0 0 0 30px;
	font-size: 20px;
	line-height: 30px;
	color: #000;
	font-weight: 300;
}
#blog-content ul li, #blog-content ol li {
	padding-bottom: 10px;
}
a.more-link, #blog-content span.author {
	display: none;
}
.post-navigation, .post-edit-link {
	display: none;
}
.entry-footer {
	min-height: 35px;
	font-size: 13px;
	color: #ffffff;
}
.entry-footer a {
	color: #54a99a;
	text-decoration: none;
	text-transform: none;
}
.cat-links, .tags-links {
	padding-left: 8px;
}
.entry-footer a:hover {
	text-decoration: underline;
}
.entry-footer span {
	display: inline-block;
	padding-right: 4px;
}
.comments-link {
	float: right;
	width: 200px;
	text-align: right;
}
.updated {
	display: none;
}
.published {
	display: inline;
}
#blog-content .post-thumbnail img {
	width: 100%;
	height: auto;
	display: block;
}
.blog-excerpt p {
	font-size: 16px;
	line-height: 24px;
}
.ajax-loader {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#blog-content h2 a, #blog-content h3 a {
	color: #0a0b23;
	text-decoration: none;
	position: relative;
	display: inline-block;
}
#blog-content h2 a:hover, #blog-content h3 a:hover {
	color: #3aa5a3;
}


.inner-entry-footer {
	background: rgba(0,0,0,0.6);
	padding: 20px;
	min-height: 10px;
}
.author-avatar {
	width: 55px;
	float: left;
}


.navigation .screen-reader-text {
	display: none;
}

.pagination-wrapper .next, .pagination-wrapper hr {
	display: none !important;
}
.pagination-wrapper .prev {
	display: none !important;
}
.page-numbers {
	background: #e5e5e5;
	padding: 8px 10px;
	margin-right: 3px;
	font-weight: bold;
	font-size: 17px;
	display: inline-block;
}
.current {
	background: #8eafaf;
	color: #fff;
}
a.page-numbers {
	color: #000;
	text-decoration: none;
}
a.prev::before {
	content: "< ";
}
a.next::after {
	content: " >";
}
a.page-numbers:hover {
	color: #fff;
	background: #000;
}


/* ---------------------------------------------- */




/* ---------------------------------------------- *//* ------------------- Contact Form --------------------- */

.page-id-11 .light-blue-area {
	display: none;
}
.form-area {
	margin: 0 auto;
	margin-top: 270px;
	border-radius: 20px;
	background: rgba(240,240,240,0.85);
	padding: 40px;
	max-width: 800px;
	position: relative;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
.form-area label.blank-field {
	font-size:1px;
	height:1px;
	color:#fff
}
.form-area p {
	margin:0;
	line-height: 22px;
}
.form-area input,.form-area textarea,.form-area select {
	border:none;
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
	color:#282828;
	width:100%;
	height:40px;
	line-height:32px;
	margin-bottom:25px;
	padding:5px 0 5px 10px;
	border: 1px solid #bbbbbb;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
.form-area input:focus, .form-area textarea:focus, .form-area select:focus {
    background-color: #ebebeb;
}
.form-area input.wpcf7-not-valid, .form-area textarea.wpcf7-not-valid {
    background-color: #ffbfbf;
}
.form-area select {
	width:auto;
}
.form-area textarea {
	height: 200px;
	line-height:30px;
	width:100%;
}
.form-area span.wpcf7-not-valid-tip {
	position:absolute;
	top:-25px;
	right:0;
	width:19px;
	height:19px;
	z-index:100;
	background:url(images/misc/not-valid.png) no-repeat;
	font-size:1px;
	line-height:1px;
	text-indent:-3000px;
	color:#ececec;
	text-align: center !important;
}
.form-area .wpcf7-response-output {
	border:2px solid #fa6565!important;
	padding: 12px !important;
	font-size: 15px!important;
	font-weight: 600 !important;
	color:#ed2525!important;
	text-align: center !important;
	margin: 0 auto 20px auto !important;
}
.form-area .sent .wpcf7-response-output {
	border:2px solid #15a623!important;
	color:#15a623!important;
}
.form-area input.wpcf7-submit {
	background: #ead6cd;
	border: none;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
	font-size: 18px;
	text-indent: 0;
	padding: 0;
	border-radius: 20px;
	width: 210px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	height: 50px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;
}
.form-area input.wpcf7-submit:hover {
	background: #238381;
	color: #fff;
}
.wpcf7-spinner {
	position: absolute;
}

.form-area .red-text {
	color:#d30102
}
.required {
	color:#d30102
}
/* ---------------------------------------------- */

/* ------------------------- Sitemap --------------------- */

.sitemap {
	padding: 70px 0;
	max-width: 800px;
	margin: 0 auto;
}
.error404 .sitemap {
	padding: 0;
}
.sitemap li {
	list-style: none;
}
.sitemap ul {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
.sitemap ul li ul {
	padding: 0 ;
}
.sitemap ul li {
	font-size: 16px;
	line-height: 24px;
	border-bottom: 1px solid #c3c3c3;
}
.sitemap ul li ul li {
	line-height: 22px;
	border-top: 1px solid #c3c3c3;
	border-bottom: none;
}
.sitemap ul li a {
	color: #141414;
	display: block;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
}
.sitemap ul li a:hover {
	background: #f1dfd7;
}

/* ---------------------------------------------- */
.float-right {
	float: right !important;
}
.float-left {
	float: left !important;
}
.no-padding {
	padding: 0 !important;
}
.no-padding-top {
	padding-top: 0 !important;
}
.no-padding-right {
	padding-right: 0 !important;
}
.no-padding-btm {
	padding-bottom: 0 !important;
}
.no-padding-left {
	padding-left: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.no-margin-top {
	margin-top: 0 !important;
}
.no-margin-right {
	margin-right: 0 !important;
}
.no-margin-btm {
	margin-bottom: 0 !important;
}
.no-margin-left {
	margin-left: 0 !important;
}
.display-none {
	display: none !important;
}
.align-right {
	text-align: right !important;
}
.align-center {
	text-align: center !important;
}
.align-left {
	text-align: left !important;
}
.no-border {
	border: none !important;
}
.inline-block {
	display: inline-block !important;
}
.non-mobile {
	display: block;
}
.mobile-only {
    display: none;
}
#mobile-header {
	display: none;
}



@media only screen and (max-width: 1280px) {

.top-but {
	right: 5%;
}
.inner-header h1 {
	font-size: 110px;
	line-height: 110px;
}

.form-area textarea {
	height: 150px;
}
.contact-header .wrapper {
	text-align: center;
}
.contact-header h1 {
	margin: 0 auto;
}

p.title-text-exit::after {
	background-size: 90px 90px;
	height: 90px;
	width: 90px;
	right: -85px;
	top: 0;
}

.home-text {
	max-width: 90%;
	width: 900px;
	padding-top: 640px;
}
h1 {
	text-shadow: 7px 7px 4px rgba(0,0,0,0.2);
	font-size: 85px;
	line-height: 85px;
}
.home-text h1 {
	top: 320px;
}
.home-text h1::before {
	width: 360px;
	height: 360px;
	top: -100px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
	
img {
	max-width: 100%;
	height: auto;
}
.wrapper {
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
}
#footer .wrapper {
    padding-left: 5%;
    width: 90%;
}
#right-header li {
	padding-left: 15px;
	font-size: 18px;
}
.therapy-type h3 {
	font-size: 16px;
	line-height: 22px;
	margin-top: 10px;
}

.why-box {
	padding: 40px 40px 30px 40px;
	float: none;
	margin: 130px auto 40px auto;
	text-align: center;
}
.why-box p {
	text-align: left;
}
.why-box img {
	position: static;
	margin: 0 auto 15px auto;
	margin-top: -140px;
}
.offer-icons {
	right: 80px;
}
	
}
@media only screen and (max-width: 980px) {

.offer-icons {
	display: none;
}

.footer-right {
	padding-left: 120px;
}
.therapy-type h3 {
	font-size: 15px;
	line-height: 21px;
	margin-top: 10px;
}
#footer ul li {
	font-size: 18px;
	line-height: 22px;
}
.icon-feature p {
	font-size: 18px;
	line-height: 24px;
}
.home-text {
	max-width: 90%;
	width: 600px;
	padding-top: 640px;
}
h1 {
	text-shadow: 5px 5px 3px rgba(0,0,0,0.2);
	font-size: 70px;
	line-height: 70px;
}
.home-text h1 {
	top: 320px;
}

html body div.wprm-overlay {
	background: none !important;
}
.no-header {
	padding: 40px 0 60px 0;
}
p.testimonial-text {
	font-size: 35px;
	line-height: 45px;
	margin-bottom: 0;
	font-weight: 400;
	padding: 0;
}
p.testimonial-by {
	font-size: 18px;
	padding: 0;
}
.entry-footer {
	margin-bottom: 30px;
}
#navbar {
	padding: 8px 0 12px 0;
}
.room-text p {
	float: none;
	width: 100%;
	text-align: center;
}
.room-but {
	float: none;
	width: 100%;
	text-align: center;
}
.rooms-two .room-box {
	width: 48%;
	padding: 0 1% 15px 1%;
}
.room-box {
	padding-bottom: 15px;
}
h3.big-title {
	font-size: 30px;
	line-height: 36px;
}
.location-box .book-but {
	width: 120px;
	border-radius: 20px;
	font-size: 16px;
	bottom: -15px;
}
h4 {
	font-size: 22px;
	line-height: 26px;
}
	
#mobile-menu {
	display: block;
}
#right-header {
	display: none;
}
#logo {
	width: 50%;
}

.top-but-mob {
	display: block;
	width: 104px;
	height: 24px;
	line-height: 24px;
	font-size: 13px;
	right: 4%;
	top: 20px;
	margin-right: 40px;
}
#navbar.smaller .top-but-mob {
	top: 12px;
}


li.menu-item-446, li.menu-item-470 {
	display: block;
	margin: 0 auto;
}
li.menu-item-446 a, li.menu-item-470 a {
	border-radius: 16px;
	background: #34a6a4;
	text-align: center;
	color: #fff !important;
	text-transform: uppercase;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	display: block;
	width: 160px;
	height: 34px;
	line-height: 34px !important;
	font-size: 18px;
	text-decoration: none;
	margin: 0 auto;
	-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;
}
li.menu-item-446 a:hover, li.menu-item-470 a:hover {
	background: #2fbebb;
	color: #fff !important;
	text-decoration: none;
}

}
@media only screen and (max-width: 760px) {

.post-block {
	float: none;
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
}
#navbar #logo img {
	width: 190px;
	height: auto;
}
#navbar.smaller #logo img {
	width: 190px;
}
.top-but-mob {
	right: 4%;
	top: 16px;
}
#mobile-menu {
	top: 20px;
}

p.title-text-exit::after {
	display: none;
}
.offer-box table td {
	font-size: 16px;
	line-height: 18px;
}
p.feature-text {
	font-size: 20px;
	line-height: 30px;
}
p.feature-text-big {
	font-size: 24px;
	line-height: 32px;
}
.footer-left {
	float: none;
	width: 100%;
	padding-bottom: 40px;
	text-align: center;
}
.footer-right {
	float: none;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
#footer h4 {
	margin-bottom: 15px;
}
#footer ul.social-links li {
	margin: 0 8px 10px 8px;
}
#footer ul.social-links li img {
	height: 28px !important;
}

.location-box .book-but {
	width: 150px;
	font-size: 17px;
}
.location-box {
	width: 100% !important;
	padding: 0;
	margin: 25px 0 25px 0 !important;
	padding: 20px 15px 40px 15px;
}
.location-box p.postcode-text {
	margin: 3px auto 5px auto;
}
.location-box p {
	margin: 12px auto;
	font-size: 16px;
	line-height: 22px;
	min-height: 10px;
}
.therapy-type {
	width: 94%;
	margin: 0 auto;
	padding: 15px 3%;
}
.therapy-type h3 {
	margin-top: 5px;
}
.pink-box {
	padding: 30px 30px 150px 30px;
	margin-bottom: 200px;
}
.pink-box p {
	margin: 25px 0;
}
.offer-box {
	margin-top: 20px;
	padding: 30px 25px;
	margin-bottom: -300px;
}
.offer-box ul li {
	padding-left: 35px;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 15px;
}

#home-header {
	height: 600px;
}
.home-text {
	padding-top: 450px;
}
h1 {
	text-shadow: 5px 5px 3px rgba(0,0,0,0.2);
	font-size: 60px;
	line-height: 60px;
}
.home-text h1 {
	top: 220px;
}
.home-text h1::before {
	width: 260px;
	height: 260px;
	top: -75px;
}

h3.no-margin {
	margin-top: -20px !important;
}
.non-mobile {
	display: none;
}
.tp-leftarrow.default, .tp-rightarrow.default {
	display: none !important;
}
h3.big-title-padded {
	padding-top: 0;
}
.location-box p.locations-inner-text {
	min-height: 10px;
}
.mobile-only {
    display: block;
}
.location-text {
	padding: 16px;
}
.room-sash {
	right: 0;
	padding-left: 50px;
}
.room-box {
	float: none !important;
	width: 100% !important;
	margin: 0 auto;
	max-width: 385px;
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.main-but {
	float: none !important;
	margin: 0 auto !important;
}
.double-buts .main-but, .double-buts .book-but {
	display: block;
	margin: 0 auto;
}
.double-buts .book-but {
	margin-bottom: 20px;
}
.two-column-narrow {
	max-width: 85%;
	margin: 0 auto;
	padding-bottom: 30px;
}
.two-column-wide ul {
	list-style: none;
	padding-left: 0;
}
.two-column-wide ul li {
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	border-bottom: 1px solid #b6b6b6;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
h3.big-title {
	margin-bottom: 0;
}
.icon-feature {
	float: none;
	margin: 0 auto;
	width: 94%;
	padding: 16px 3%;
}
.feature-icons-only .icon-feature {
	float: left;
	width: 25%;
	padding: 0;
}
.feature-icons-only .icon-feature img {
	height: 50px !important;
}
.included-box {
	margin: -100px auto 40px auto;
}
.icon-feature p {
	margin-top: 0;
}
.latest-news-box {
	padding: 30px 30px 50px 30px;
}
.latest-news-box ul li {
	float: none;
	width: 100%;
	padding: 0 0 30px 0;
}
.latest-news-box h2 {
	margin: 5px 0 0 0;
	font-size: 17px;
	line-height: 22px;
}
p.testimonial-text {
	font-size: 30px;
	line-height: 40px;
	max-width: 85%;
	margin: 0 auto;
}
p.testimonial-by {
	padding-bottom: 20px;
}
.home-feature {
	padding: 120px 0;
}
#footer {
	padding: 50px 0;
}
h2 {
	font-size: 38px;
	line-height: 42px;
}
.underline {
	margin: 15px auto 30px auto;
}
.grey-area, .white-area, .light-blue-area, .pink-area, .bright-blue-area, .blue-area-big {
	padding: 60px 0;
}

.white-but {
	margin-left: 5px;
}
.two-column {
	float: none;
	width: 100%;
	text-align: center;
}
.two-column ul {
	text-align: left;
}
.footer-column {
	float: none;
	width: 95%;
	padding: 0 2.5% 25px 2.5%;
}
.footer-links ul li {
	width: auto;
	display: inline-block;
	float: none;
	padding-right: 10px;
}
.footer-column-area {
	padding: 30px 0;
}
.form-left {
	float:none;
	width:100%
}
.form-right {
	float:none;
	width:100%
}
.rates-list tr td {
	padding: 15px 8px;
	font-size: 25px;
	line-height: 30px;
}
.rates-list tr td.green-text {
	font-size: 20px;
	line-height: 25px;
}
.rates-list tr td.green-text strong {
	font-size: 25px;
}
.icon-feature p {
	max-width: 230px;
}
p.title-text {
	margin: 40px auto;
	font-size: 28px;
	line-height: 38px;
}
.inner-header {
	background-size: auto 500px;
	height: 500px;
}
.contact-header {
	background-size: auto 850px;
	height: 850px;
}
.form-area input,.form-area textarea,.form-area select {
	margin-bottom:18px;
}
.inner-header h1 {
	top: 220px;
	font-size: 55px;
	line-height: 56px;
}
.contact-header h1 {
	top: 150px;
	font-size: 40px;
	line-height: 44px;
}
.inner-header h1::before {
	width: 220px;
	height: 220px;
	left: -100px;
	top: -70px;
}
.contact-header h1::before {
	width: 120px;
	height: 120px;
	left: -30px;
	top: -25px;
}
.form-area {
	margin-top: 220px;
}


p.big-text {
	font-size: 22px;
	line-height: 30px;
}

.visit-icon-area {
	background: url(images/misc/house-finder.svg) left top 10px no-repeat;
	background-size: 60px auto;
	padding: 10px 0 20px 80px;
}
.visit-icon-area .book-but {
	font-size: 20px;
	bottom: -60px;
}

.therapy-but ul {
	top: 50px;
}

.grey-area-tight {
	padding: 40px 0;
}
.feature-list {
	font-size: 18px;
	line-height: 22px;
}
.feature-img {
	margin: 30px auto;
}
.greyline-small {
	height: 3px;
	width: 100px;
	margin: 40px auto;
}
ul.locations-list li {
	padding: 10px 15px;
	font-size: 16px;
	line-height: 18px;
}
.book-but {
	padding: 14px 24px;
	font-size: 22px;
}
.book-but-wide {
	padding: 14px 20px;
	font-size: 20px;
}
div#n2-ss-2 .n2-ss-slider-3 {
	padding: 30px 0 0 0 !important;
}

.green-circle-bg {
	background-position: right top 30px;
	background-size: 260px auto;
	padding-top: 80px;
}

.video-column {
	float: none;
	width: 100%;
	padding-top: 0;
}
.pictures-column {
	float: none;
	width: 100%;
	text-align: right;
}

.pictures-column .gallery-item {
	margin: 0 2% 20px 2% !important;
	width: 46%;
}

.two-buts-sml .book-but {
	font-size: 15px;
	width: 48%;
}
.two-buts-sml .book-but-wide {
	width: 100%;
}

#fancybox-close {
	right: 40px !important;
	top: 20px !important;
	background-size: 12px 12px !important;
	height: 30px !important;
	width: 30px !important;
}
.overlay-form {
	padding: 30px 30px 30px 30px;
	background-size: 280px 280px;
}
.overlay-form h2 {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 20px;
}

.three-circles-bg h2 {
	margin-bottom: 30px;
}

.two-buts-sml .book-but {
	margin-bottom: 20px;
}

.sitemap {
	padding: 40px 0;
}

.blog-header {
	height: 260px !important;
}
.blog-header .inner-header-text h1 {
	top: 0;
	font-size: 60px;
	line-height: 60px;
}
.blog-header h1::before {
	width: 140px;
	height: 140px;
	top: -30px;
	left: -70px;
}
.single-blog-content {
	margin: 100px auto 50px auto;
}
#blog-content h1 {
    font-size: 38px;
    line-height: 40px;
}
#blog-content h2 {
    font-size: 32px;
    line-height: 34px;
}
p.title-text-sml {
	font-size: 18px;
	line-height: 28px;
	margin-top: 30px;
}
	
}

@media only screen and (max-width: 480px) {
	
h1 {
	font-size: 45px;
	line-height: 48px;
}

}