/*
Theme Name: Complete Skin Specialists
*/

/* Temporary alert banner

	#alert {
		background: #0096c3;
		color: #fff;
		text-align: center;
		padding: 12px 10px;
		position: fixed;
		width: 100%;
		font-size: 85%;
		z-index: 9999;
	}

	.home .leftbar {
		top: 40px !important;
	}

	.hamburger {
		top: 62px !important;
	}

	header .container {
		padding-right: 140px;
		padding-top: 40px;
	}

	@media only screen and (max-width:700px) {
		#alert {
			font-size: 10px;
		}
		.hamburger {
			top: 42px !important;
		}
	}

*/

body {
	font-family: 'proxima-nova', Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	color: #555;
}

p {
	line-height: 1.75em;
	letter-spacing: 0.02em;
	margin: 0 0 2em;
}

h1 {
	font-size: 2.5em;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #333;
}

.text-center {
	text-align: center;
}

.wp-post-image {
	margin-bottom: 1.5em;
}

h1, h2, .h2, h3, .h3, h4 {
	font-family: 'utopia-std', sans-serif;
	line-height: 1.1em;
}

h1.page-title {
	font-size: 3.5em;
}

.h2 {
	margin-bottom: 1em;
}

h3, .h3 {
	font-size: 1.5em;
}

span.h2,
span.h3 {
	display: block;
	margin: 1.3em 0;
	line-height: 1.2em !important;
}

#body-wrapper {
	overflow: hidden;
}

#body-wrapper, .relative {
	position: relative;
}

.container {
	max-width: 1400px;
	margin: auto;
	position: relative;
	height: 100%;
	padding-left: 50px;
	padding-right: 50px;
}

.leftbar {
	display: none;
}

.mobile-cta {
	display: none;
}

section.locations,
section.enquiry{
	padding-top: 60px;
	padding-bottom: 60px;
}

.locations > .container > .row {
	margin-bottom: 2.5rem;
}

.locations a {
	text-decoration: underline;
}

.locations strong {
	text-transform: uppercase;
}

.zoom-image {
	width: 50%;
	position: relative;
	max-height: 300px;
}

@media only screen and (max-width:700px) {
	.zoom-image {
		width: 100%;
	}
}

.zoom-image img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	max-width: 100%;
	height: auto;
}

.zoom-image:hover img {
	-webkit-transform: scale(1.045);
	transform: scale(1.045);
	opacity: 0.8;
}

.zoom-image figure {
	overflow: hidden;
	background-color: #eee;
	position: relative;
}

.image-item a {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
	width: 100%;
	cursor: pointer;
}

.image-item .desc {
	font-family: 'utopia-std', sans-serif;
	font-weight: 400;
	line-height: 1.2em;
	bottom: 0;
	height: 100px;
	position: absolute;
	margin: 0;
	color: #fff;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	background: rgba(0, 26, 75, 0.75);
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	z-index: 4;

}

.image-item .desc h2 {
	font-size: 2em;
}

.image-item .desc h2:after {
	content: "";
	display: block;
	height: 1px;
	width: 50px;
	background: #C0866B;
	margin-top: 20px;
	transition: width 0.5s;
}

.image-item:hover h2:after {
	width: 75px;
}

.image-item .overlay {
	background-image: url(/assets/images/image-overlay.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: contain;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0.65;
	z-index: 3;
}

figure {
	margin: 0;
}

.home .leftbar {
	position: fixed;
	display: block;
	right: 0;
	width: 140px;
	z-index: 7500;
	-webkit-transition: -webkit-background-color .6s cubic-bezier(.77,0,.175,1);
	-moz-transition: -moz-background-color .6s cubic-bezier(.77,0,.175,1);
	-o-transition: -o-background-color .6s cubic-bezier(.77,0,.175,1);
	transition: background-color .6s cubic-bezier(.77,0,.175,1);
}

.home .leftbar {
	top: 0;
	background-color: #fff;
	bottom: 0;
}

.sidebar-open .leftbar {
	z-index: 1;
}

.animate .sidebar-open li {
	animation: fadeInDown .5s ease-in both;
}

.nav li:nth-child(1) { animation-delay: .6s; }
.nav li:nth-child(2) { animation-delay: .7s; }
.nav li:nth-child(3) { animation-delay: .8s; }
.nav li:nth-child(4) { animation-delay: .9s; }
.nav li:nth-child(5) { animation-delay: 1s; }

.animate .sidebar-open .secondary-nav {
	animation: fadeIn 0.75s ease-in both;
	animation-delay: 1.2s;
}

.animate .sidebar-open .social {
	animation: fadeIn 0.75s ease-in both;
	animation-delay: 1.5s;
}

header {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 5000;
	box-sizing: border-box;
}

header .row {
	overflow: inherit;
}

.home header .container {
	padding-right: 140px;
}

header h1 {
	text-transform: uppercase;
	font-size: 17px;
	padding-left: 50px;
	font-family: 'utopia-std', sans-serif;
	float: left;
	font-weight: normal;
}

.logo {
	text-indent: -9999px;
	width: 243px;
	height: 73px;
	display: block;
	background: url('images/logo_bronze.png') no-repeat 0 0;
	background-size: cover;
	float: left;
	margin-top: 20px;
}

.animate .logo {
	animation: fadeIn .5s ease-in both;
	animation-delay: 0.5s;
}

header a {
	text-decoration: none;
	color: #555;
}

.home header a,
.single header a,
.page-template-about header a {
	color: #fff;
}

.header-right {
	float: right;
	padding: 30px 30px 30px 60px;
	height: 80px;
	padding-right: 140px;
	background: #001A4B;
	position: fixed;
	right: 0;
	transition: 0.5s;
}

.leftbar-blue {
	padding: 30px;
	background: #001A4B;
	height: 80px;
	transition: 0.5s;
}

.shrink .header-right {
	padding-top: 0;
	padding-bottom: 0;
}

.shrink .leftbar-blue {
	height: 20px;
}

/* Global Button Styles */
.btn:link, .btn:visited {
	position: relative;
	display: inline-block;
	padding: 10px 25px;
	color: #fff;
	background: #C0866B;
	font-size:14px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	letter-spacing: .08em;
	border-radius: 0;
	border: 1px solid #C0866B;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn:hover {
	background: none;
	color: #C0866B;
}

.btn.caps {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 90%;
	padding: 13px 45px;
}

.header-right .btn  {
	margin-top: 20px;
	border: 1px solid #C0866B;
	background: none;
	color: #C0866B;
}
.header-right .btn:hover  {
	background: #C0866B;
	color: #fff;
}
.header-right .btn:hover:after {
	background: #fff;
}
.prehead {
	color: #C0866B;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 95%;
	margin-bottom: 30px;
}
.prehead:after {
	content: "";
	display: block;
	height: 1px;
	width: 50px;
	background: #C0866B;
	margin-top: 20px;
}

h2, h3, h4 {
	margin: 0 0 1em 0;
}

h2 a, h3 a, h4 a {
	text-decoration: none;
	color: #555;
	transition: color 0.5s;
}

h2, .h2 {
	font-size: 2.5em;
	font-weight: 400;
	font-family: 'utopia-std', sans-serif;
}

.h2 a, .h3 a, .h4 a {
	text-decoration: none;
	color: #555;
}

h2 a:hover {
	color: #c0856b;
}

h3 {
	font-size: 1.8em;
	font-weight: 400;
}

.hero-content {
	position: absolute;
	top: 40%;
	left: 0;
	padding-right: 50px;
	padding-left: 50px;
	width: 100%;
}

.animate.home .hero-content {
	top: 61%;
	animation: fadeIn .7s ease-in both;
	animation-delay: 2s;
}

.hero-content h2 {
	font-size: 5em;
	color: #fff;
	margin-bottom: 0.3em;
	font-family: 'utopia-std', sans-serif;
	text-shadow: 2px 2px 0px rgba(35, 35, 35, 0.25)
}

.hero-content .btn {
	background: none;
	color: #fff;
	margin-left: 30px;
}

.scroll {
	position: absolute;
	right: 50px;
	bottom: 50px;
}

.text-yellow {
	color: #EAC890;
	text-transform: uppercase;
	font-family: 'utopia-std', sans-serif;
	letter-spacing: 2px;
}

.hero-cta {
	transform: translate3d(0px, -140px, 0px);
	display: block;
	position: absolute;
	right: 0;
	margin-right: 50px;
	padding-top: 0;
	padding-bottom: 0;
	z-index: 99;
	clear: both;
}

/*.home .hero-cta {*/
/*transform: translate3d(0px, -240px, 0px);*/
/*margin-right: 140px;*/
/*}*/

.home .hero-cta {
	position: relative;
	transform: none;
}

.home .hero-cta .pulloutbox {
	max-width: none;
}

.hero-cta h3 {
	margin-bottom: 0;
}

.hero-cta a {
	color: #555;
	text-decoration: underline;
}

.hero-cta img {
	float: left;
}

.single {
	background: #fff;
}

.cosmetic-form .prehead {
	padding: 25px 0 0 35px;
}

.cosmetic-form .gform_wrapper textarea {
	height: 60px !important;
	border: 0;
	border-bottom: 1px solid #ddd;
	padding-left: 0;
}

.cosmetic-form small {
	color: #999;
}

.pulloutbox {
	width: 100%;
	max-width: 360px;
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.18);
	box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.18);
	background: #fff;
	margin-left: 50px;
}

.pulloutbox .gform_body {
	padding: 0 35px;
}

.pulloutbox .gform_body li {
	padding-right: 0 !important;
}

.pulloutbox .gform_body input:focus,
.pulloutbox .gform_body textarea:focus{
	outline: none;
}

.pulloutbox .gform_footer {
	padding-bottom: 0 !important;
}

.pulloutbox .gform_wrapper .gform_footer input[type=submit] {
	width: 100% !important;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	margin-bottom: 0;
}

.cosmetic-form .gform_wrapper #field_3_8 > label {
	display: none;
}

.cosmetic-form .gform_wrapper #field_3_8 label {
	text-transform: none;
}

.pulloutbox .wrap {
	padding: 25px 35px 22px 35px;
}

.pulloutbox .btn {
	display: block;
	padding: 15px 25px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 90%;
	letter-spacing: 2px;
}

.pulloutbox.center {
	margin-left: auto;
	margin-right: auto;
	max-width: none;
	box-sizing: border-box;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.18);
}

.heading .pulloutbox {
	padding: 15px 22px;
	width: 100%;
	max-width: 50%;
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.18);
	box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.18);
	background: #fff;
	margin-left: 50px;
	position: relative;
	height: 90px;
}

.heading .pulloutbox .wrap {
	position: absolute;
	left: 50px;
	top: 20px;
	width: 80%;
	height: 82px;
	display: table;
}

.heading .pulloutbox .wrap h1,
.heading .pulloutbox .wrap h2 {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

@media only screen and (min-width:701px) {
	.header-hero {
		height: 30vh;
	}
}

.next {
	background: #F5F5F5;
}

.next p:last-of-type {
	margin-bottom: 0;
}

.headernav {
	position: fixed;
	display: block;
	top: 0;
	left: 100%;
	bottom: 0;
	width: 100%;
	background: rgba(0, 26, 75,1);
	background-size: cover;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-transition: -webkit-transform .8s cubic-bezier(.77,0,.175,1);
	-moz-transition: -moz-transform .8s cubic-bezier(.77,0,.175,1);
	-o-transition: -o-transform .8s cubic-bezier(.77,0,.175,1);
	transition: transform .8s cubic-bezier(.77,0,.175,1);
	z-index: 6250;
	-moz-backface-visibility: hidden;
	-webkit-perspective: 1000px;
}

.sidebar-open .headernav {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.content-slide-wrapper {
	font-size: 13.5px;
}

.home .content-slide-wrapper {
	padding-right: 140px;
}


.social {
	position: absolute;
	top: 25%;
	left: 39%;
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	-o-transform-origin: left bottom;
	transform-origin: left bottom;
	white-space: nowrap;
	font-size: 120%;

}

.social a {
	color: #000;
	display: block;
	padding: 10px;
	transition: color 0.5s;
	text-align: center;
}

.social a:hover {
	color: #C0866B;
}

.sidebar-open .social {
	margin-left: -10px;
	position: relative;
	margin-top: 40px;
	top: auto;
	left: auto;
}

.sidebar-open .social a {
	color: #fff;
	display: inline-block;
}

main, footer, section {
	display: block;
}

.header-hero {
	width: 100%;
	min-height: 330px;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e0e9f0+50,a1a8b0+100
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #e0e9f0 50%, #a1a8b0 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#e0e9f0 50%,#a1a8b0 100%);
background: linear-gradient(to bottom, #ffffff 0%,#e0e9f0 50%,#a1a8b0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a1a8b0',GradientType=0 ); */
	overflow: hidden;
}

.home .header-hero {
	height: 70vh;
	min-height: 300px;
	max-height: 700px;
	margin-bottom: 40px;
}

.introvideo,
.image-placeholder {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 0.25;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-o-object-fit: cover;
	object-fit: cover;
	background-size: cover !important;
	background-color: #f5f5f5;
}

.animate.home .image-placeholder {
	background: url('images/css3.jpg') no-repeat bottom left;
	background-position-y: 20%;
	background-size: cover;
	animation: fadeIn .5s ease-in both;
	animation-delay: 1.5s;
}

.image-placeholder {
	opacity: 1;
}

/* Hamburger */


.hamburger {
	position: fixed;
	top: 22px;
	right: 30px;
	width: 32px;
	height: 20px;
	padding: 39px 18px;
	cursor: pointer;
	z-index: 8125;
}

.hamburger__inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.hamburger__bars {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background-color: #C0866B;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#hamburger-bar-1 {
	top: 0;
	width: 60%;
}

#hamburger-bar-2, #hamburger-bar-3 {
	top: 0;
	bottom: 0;
	margin: auto;
}

#hamburger-bar-2, #hamburger-bar-3 {
	top: 0;
	bottom: 0;
	margin: auto;
}

#hamburger-bar-4 {
	bottom: -1px;
	width: 80%;
}

.sidebar-open #hamburger-bar-1,
.sidebar-open #hamburger-bar-4 {
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0)
}

.sidebar-open #hamburger-bar-2 {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.sidebar-open #hamburger-bar-3 {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}



/* Old */

button.c-hamburger {
	background: none;
}

.c-hamburger {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 70px;
	height: 40px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	transition: background 0.3s;

}

.menu-btn {
	position: absolute;
	top: 20px;
	right: 30px;
}

.menu-btn > span {
	display: block;
	position: absolute;
	line-height: 41px;
	padding-right: 5px;
}

.c-hamburger:focus {
	outline: none;
}

.c-hamburger span {
	display: block;
	position: absolute;
	left: 24px;
	top: 39px;
	right: 23px;
	height: 2px;
	background: #000;
}

.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
	content: "";
}

.c-hamburger span::before {
	top: -8px;
}

.c-hamburger span::after {
	bottom: -8px;
}

.c-hamburger--htx span {
	transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
	transition-property: top, transform;
}

.c-hamburger--htx span::after {
	transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.sidebar-open .c-hamburger--htx {
	background-color: none;
}

.sidebar-open .c-hamburger--htx span {
	background: none;
}

.sidebar-open .c-hamburger--htx span::before {
	top: 0;
	transform: rotate(45deg);
}

.sidebar-open .c-hamburger--htx span::after {
	bottom: 0;
	transform: rotate(-45deg);
}

.sidebar-open .c-hamburger--htx span::before,
.sidebar-open .c-hamburger--htx span::after {
	transition-delay: 0s, 0.3s;
}

nav ul {
	padding: 50px 0 0 0;
	list-style: none;
	clear: both;
}

nav.headernav {
	background-color: #001A4B;
}

nav ul>li {
	padding: 2px 0;
}

nav ul .menu-item-has-children, nav ul>li>a {
	position: relative;
	color: #fff;
	line-height: 1.5em;
	font-family: 'utopia-std', sans-serif;
	font-size: 2em;
	text-decoration: none;
	transition: color 0.5s;
}

nav ul.secondary-nav>li>a {
	font-family: 'proxima-nova', Helvetica, sans-serif;
	font-size: 0.75em;
	color: #C0866B;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: 0.4s;
}

nav ul.secondary-nav>li>a:hover {
	color: #fff;
}

/*.nav a span {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transition: -webkit-transform .4s ease;
    -moz-transition: -moz-transform .4s ease;
    -o-transition: -o-transform .4s ease;
    transition: transform .4s ease;
}*/

/* Layout */

.row {
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
	width: 100%;
}

section {
	padding-top: 25px;
	padding-bottom: 25px;
}

section.intro {
	padding-top: 0;
}

section ul {
	padding-left: 50px;
}

section li {
	list-style: none;
}

.col {
	width: 60%;
	float: left;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}

.col50 {
	width: 50%;
}

.col33, .full .col.col33 {
	width: 33.33%;
}

.col33 h1 {
	margin-top: 0;
}

.sidebar {
	width: 35%;
}

.recent ul {
	padding-left: 0;
}

.home .imghead h2 {
	padding-right: 50px;
	font-size: 3.5em;
}

.news {
	padding-top: 40px;
	padding-bottom: 40px;
}
.winecal {
	margin-top: 30px;
}
.split3565 .col {
	width: 35%;
}

.split3565 .col:last-child {
	width: 65%;
}

.base-panel.promo {
	background: #DAE3EA;
	padding: 25px 0;
	margin-top: 20px;
}

.base-panel.promo span {
	color: #C08668;
}

.base-panel.promo .prehead:after {
	background: #C08668;
}

.news h2.pulloutbox {
	background: #fff;
	position: relative;
	margin-top: -60px;
	font-size: 2em;
}

.news ul {
	list-style: none;
}

.news li {
	padding-right: 60px;
}

.news li a,
.recent a,
.maincol p a,
.nav-links a {
	border-bottom: 1px solid #EAC890;
	font-size: 1.4em;
	padding: 0 0 1px 0;
	margin-bottom: 10px;
	display: inline-block;
	text-decoration: none;dd
transition: 0.5s;
	display: inline;
	line-height: 1.5em;
	color: #555;
	transition: 0.4s;
}

.recent a,
.maincol p a {
	font-size: 1em;
}

.news li a:before,
.recent a:before {
	content: ' ';
	display: block;
	margin-top: 20px;
}

.recent a:before {
	margin-top: 5px;
}

.news li a:hover {
	color: #EAC890;
}

.news li span {
	float: right;
	display: block;
	line-height: 40px;
	font-family: 'utopia-std', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
	margin-right: -60px;
}

.article .wrapper {
	position: relative;
}

.home .article .more {
	position: absolute;
	right: 0;
	bottom: 10px;
}

.more {
	padding: 5px 0 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 15px;
	display: inline-block;
	font-weight: bold;
	letter-spacing: 2px;
	color: #000;
	position: relative;
	margin-left: 12px;
}

.more:after {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: 4px;
	transform: translate(-10px, 0);
	transition: all 0.3s ease;
}

a.more:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #C0866B;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

a.more:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

a.more:hover:after {
	transform: translate(0px, 0);
}

/* home */

.intro .more {
	float: right;
}

.img-grid {
	list-style: none;
	padding-left: 0;
}

.img-grid li {
	width: 25%;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

.home .treatments .container {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	line-height: 0;
}

.treatments .row {
	margin-left: 0;
	margin-right: 0;
}

.hoverarea {
	position: relative;
	height: 480px;
	width: 100%;
	display: inline-block;
	overflow: hidden;
}
.hoverarea a {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
}
.hoverarea:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: inline-block;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 600ms ease;
	background-size: cover;
}
.hoverarea .title {
	line-height: 1.2em;
	bottom: 0;
	height: 130px;
	position: absolute;
	margin: 0;
	color: #fff;
	font-weight: 700;
	font-family: sans-serif;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	background: rgba(0, 26, 75, 0.75);
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	font-family: 'utopia-std', sans-serif;
	font-weight: 400;
	font-size: 2.15em;
}
.hoverarea .title:after {
	content: "";
	display: block;
	height: 1px;
	width: 50px;
	background: #C0866B;
	margin-top: 20px;
	transition: width 0.5s;
}
.hoverarea:hover .title:after {
	width: 75px;
}
.hoverarea:hover:before {
	transform: scale(1.05);
}

.home .panel .row {
	background: #eee;
}

.home .panel .wrap {
	padding: 28px 50px;
}

.panel .row {
	margin-left: 0;
	margin-right: 0;
	display: flex;
}

.panel p {
	clear: both;
}

.panel .wrap {
	padding: 40px 50px;
	overflow: hidden;
}

/*.panel .wrap p {*/
/*	margin-bottom: 10px;*/
/*}*/
.panel .wrap .list li {
	padding: 0 0 15px;
}

.panel .wrap .list:first-of-type li {
	padding-right: 20px;
}

.panel .wrap .list:last-of-type li {
	padding-left: 20px;
}

.panel .wrap .list li:before {
	display: none;
}

.panel .wrap .list a,
.panel .wrap .list a:visited {
	background-color: #fff;
	font-size: 100%;
	display: block;
	border-radius: 100px;
	padding: 12px 24px 12px 48px;
	position: relative;
	/*height: 34px;*/
	/*display: flex;*/
	/*align-items: center;*/
	transition: 0.3s;
}

.panel .wrap .list a:hover,
.panel .wrap .list a:active {
	background-color: #C0866B;
	color: #fff;
}

.panel .wrap .list a:after {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	left: 35px;
	top: 50%;
	transform: translate(-10px, -50%);
	transition: all 0.3s ease;
	color: #C0866B;
}

.panel .wrap .list a:hover:after {
	transform: translate(-3px, -50%);
	color: #fff;
}

.panel .wrap.darkblue .list a,
.panel .wrap.darkblue .list a:visited {
	background-color:#1b325e;
	color: #fff;
}

.panel .wrap.darkblue .list a:hover,
.panel .wrap.darkblue .list a:active {
	background-color: #C0866B;
	color: #fff;
}

.imghead h2 {
	position: absolute;
	bottom: 0;
	color: #C0866B;
}

.home .imghead h2 {
	color: #fff;
}

.home .panel .imghead {
	background: url('images/other-bg.jpg') no-repeat center center;
	background-size: cover;
}

.panel .imghead {
	background: url('images/other-bg2.jpg') no-repeat center center;
	background-size: cover;
}

.panel .col {
	width: 50%;
	padding-left: 0;
	padding-right: 0;
	flex: 1;
}

.other .prehead {
	color: #fff;
}

.other .prehead:after {
	background: #fff;
}

.panel .grey {
	background: #eee;
}

.panel.treatments .imghead {
	min-height: 330px;
}

.panel.treatments .col {
	background-color: #eee;
	flex: none;
	width: 25%;
}

.panel.treatments .col:last-child {
	width: 75%;
}

.animate .panel.treatments {
	animation: fadeIn .5s ease-in both;
}

.parent-pageid-296 .box-grid {
	margin: 35px -15px 20px -15px;
	padding-left: 0;
	padding-top: 5px;
	overflow: hidden;
}

.parent-pageid-296 .box-grid li {
	width: 33%;
	padding: 0 20px;
	box-sizing: border-box;
	float: left;
	list-style: none;
	margin-bottom: 40px;
	position: relative;

}

.parent-pageid-296 .box-grid li a {
	display: block;
	padding: 25px 20px;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
	color: #C0866B;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 90%;
	transition: 0.5s;
}

.parent-pageid-296 .box-grid li a:hover {
	background: #001A4B;
}

.parent-pageid-296 .box-grid li a:after {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	right: 30px;
	bottom: 40%;
	color: #C0866B;
	transform: translate(-10px, 0);
	transition: all 0.3s ease;
}

.parent-pageid-296 .wp-post-image {
	float: right;
}

@media only screen and (max-width:700px) {
	.panel.treatments .col {
		width: 100% !important;
	}
	.panel.treatments .imghead {
		min-height: 230px;
	}
	.parent-pageid-296 .box-grid li {
		width: 100%;
		margin-bottom: 20px;
	}
}

.list,
.areas ul {
	padding-left: 0;
	width: 50%;
	float: left;
}

.list li,
.areas li {
	list-style: none;
	position: relative;
	padding: 0 10px 15px 30px;
}

.list li:before,
.areas li:before {
	content: '';
	height: 1px;
	background: #000;
	width: 20px;
	display: block;
	position: absolute;
	left: 0px;
	top: 7px;
}

.panel ul.list {
	width: 50%;
	float: left;
}

.areas .dark li:before {
	background: #fff;
}

.areas .more {
	color: #C0866B;
}

.darkblue,
.darkblue .row {
	background: #001A4B;
}

.darkblue p,
.darkblue a,
.darkblue h2,
.darkblue li {
	color: #fff;
}

.darkblue .list li:before {
	background: #fff;
}

.darkblue .prehead {
	color: #C0866B;
}

.panel.skincare .imghead {
	background-size: cover;
}

.skincare.panel .wrap {
	min-height: 250px;
}

/* blog */

.article {
	width: 33%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.img-wrap {
	margin-bottom: -20px;
}

.blog .prehead {
	margin-top: 22px;
}

.back, a.contact {
	background: #C08668;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 15px 40px;
	border: 1px solid #C08668;
	transition: all 0.3s;
	box-sizing: border-box;
}

.back.outline {
	background: #fff;
	color: #C08668;
}

.back.outline:hover {
	background: #C08668;
	color: #fff;
}

a.contact {
	background: #f5f5f5;
	color: #C08668;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 15px 40px;
	border: 0;
	transition: all 0.3s;
}

.back:before {
	content: '\f104';
	font-family: 'FontAwesome';
	padding-right: 20px;
}

a.contact:before {
	content: '\f105';
	font-family: 'FontAwesome';
	padding-right: 20px;
}


.back:hover {
	background: #fff;
	color: #C08668;
}

.maincol {
	padding-top: 40px;
	padding-bottom: 40px;
}

.article h2 {
	margin-top: 20px;
	font-size: 140%;
}

.article p {
	margin: 0;
}

.entry-content {
	padding-top: 30px;
}

.blog .hero-cta,
.archive .hero-cta {
	margin-top: -55px;
}

.tags {
	list-style: none;
	padding: 10px 0 0 50px;
	font-family: 'utopia-std', sans-serif;
	color: #999;
}

.tags li {
	display: inline;
}

.tags a {
	padding: 5px 11px;
	border-radius: 100px;
	display: inline-block;
	color: #aaa;
	border: 1px solid #d4d4d4;
	margin: 0 2px;
	text-decoration: none;
	transition: 0.5s;
}

.tags a:hover {
	background: #bbb;
	color: #fff;
}

.a2a_kit  {
	padding: 30px 0 10px 50px;
	display: block !important;
}

/* Forms */
.gform_confirmation_message {
	position: fixed;
	top: 0;
	z-index: 9999;
	background: #8BC34A;
	padding: 15px 30px;
	left: 0;
	color: #fff;
	font-size: 86%;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

.hero-cta .gform_confirmation_message {
	position: relative;
}

label, label.gfield_label {
	text-transform: uppercase;
	font-weight: normal !important;
	letter-spacing: 1px;
	font-size: 11px !important;
}

body .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	margin-top: 7px;
	text-transform: none;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.column-count-2-of-2 textarea {
	border: 0;
	border-bottom: 1px solid #ddd;
	padding: 3px 0 8px;
	transition: border-color 0.5s;
}

.column-count-2-of-2 textarea {
	padding-left: 0 !important;
}

.column-count-1-of-2 input:focus,
.column-count-2-of-2 textarea:focus {
	border-color: #333 !important;
	outline: none;
}

.column-count-2-of-2 select {
	border: 0;
	height: 30px;
	border-radius: 0 !important;
	width: 100% !important;
	border-bottom: 1px solid #ddd;
}

.column-count-2-of-2 textarea {
	height: 163px !important;
}

.gform_footer {
	text-align: center;
}

.gform_button {
	background: #C0866B;
	border: 0;
	display: inline-block;
	padding: 13px 35px;
	color: #555;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	letter-spacing: .08em;
	border-radius: 0;
	color: #fff;
	margin-right: 0 !important;
	transition: 0.2s;
	border: 1px solid #C0866B;
	-webkit-appearance: none;
	border-radius: 0;
}

.gform_button:hover {
	background: #fff;
	border: 1px solid #C0866B;
	color: #C0866B;
}

body .gform_wrapper textarea.medium {
	border-color: #cccccc;
}

.enquiry .col {
	margin: auto;
	float: none;
}

.enquiry ul {
	padding-left: 0;
	margin-bottom: 40px;
}

.enquiry .row {
	margin-left: 0;
}

/****** Home page cosmetic expanding form css *******/

.enquiry .gform_wrapper ul li.gfield {
	padding: 0 20px;
}

@media only screen and (min-width: 701px) {
	.enquiry .gform_wrapper ul li:nth-child(4),
	.enquiry .gform_wrapper ul li:nth-child(5){
		width: 50%;
	}
	.enquiry .pulloutbox {
		margin-left: 30px;
	}
}


@media only screen and (max-width: 700px) {
	.enquiry [data-content] > * {
		padding-left: 0;
		padding-right: 0;
		padding-top: 60px;
	}
	.enquiry .pulloutbox {
		padding: 0;
		width: 100%;
	}
	#field_3_8 {
		margin: 0;
	}
	.enquiry .hero-cta {
		margin: 0;
	}
	body .enquiry .gform_wrapper ul li.gfield {
		margin-top: 0px;
		padding-left: 0;
	}
	.enquiry .accordion.open {
		border: 0;
	}
}

.enquiry .gform_wrapper ul li:nth-child(6),
.enquiry .gform_wrapper ul li:nth-child(7),
.enquiry .gform_wrapper ul li:nth-child(8),
.enquiry .gform_wrapper ul li:nth-child(8) li {
	width: 100%;
}

.enquiry #field_3_7 {
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
}

.enquiry .gform_wrapper #field_3_8 label {
	width: 100%;
	letter-spacing: 0;
}

.enquiry .accordion {
	border: 1px solid #BF866B;
	width: 350px;
	margin: auto;
	transition: width 1s;
}

.enquiry .accordion.open {
	width: 100%;
}

.enquiry .pulloutbox .gform_body {
	padding: 0;
}

.enquiry .accordion [data-control] {
	padding-left: 0;
	padding-right: 0;
}


.enquiry .accordion [data-content] {
	overflow: scroll !important;
}

.enquiry .accordion .prehead {
	display: none;
}

.enquiry .accordion .pulloutbox {
	box-shadow: none;
}

.enquiry .accordion:before {
	display: none;
}

/***/

.page-template-contact .enquiry ul {
	margin-bottom: -20px;
}

.enquiry li {
	width: 33%;
	display: inline-block;
	padding-top: 50px;
	background-size: 33px;
	background-position-x: 50%;
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}

.page-template-contact .enquiry li {
	width: 33%;
	margin-bottom: 30px;
}

li.phone {
	background-image: url('images/icon-phone.png');
}

li.addy {
	background-image: url('images/icon-addy.png');
}

li.email {
	background-image: url('images/icon-email.png');
}

li.mins {
	background-image: url('images/icon-45.png');
	background-size: 30px;
}

.line:before {
	content: "";
	display: block;
	height: 1px;
	width: 50px;
	background: #C08668;
}

.text-center.line:before {
	margin: 0 auto 30px auto;
}

#the-map {
	height: 400px;
	margin-bottom: 40px;
}

.prehead.parking {
	background: #C0866B;
	line-height: 45px;
	color: #fff;
	padding-bottom: 0;
	margin-bottom: 0;
}
.prehead.parking:after {
	display: none;
}

/* Page Template */

.animate #breadcrumbs {
	animation: fadeIn .5s ease-in both;
	animation-delay: .5s;
}

.animate h1.entry-title {
	animation: fadeIn .5s ease-in both;
	animation-delay: .8s;
}

.animate .hero-cta {
	animation: fadeIn .5s ease-in both;
	animation-delay: 1.2s;
}

h1.entry-title {
	color: #C0866B;
	font-size: 4.5em;
	margin-top: 18px;
}

#breadcrumbs a {
	color: #C0866B;
	text-decoration: none;
}

#breadcrumbs.prehead {
	margin-bottom: 10px;
}

.dark {
	background: #001A4B;
	color: #fff;
}

.light {
	background: #DAE3EB;
}

.areas h2,
.areas h3{
	color: #C0866B;
}

.anchors {
	padding-left: 0;
	list-style: none;
	margin-top: 40px;
}

.anchors li {
	display: inline-block;
	margin: 5px 25px 5px 0
}

.anchors a {
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #C0866B;
	text-decoration: none;
	border-bottom: 1px solid rgba(192, 134, 107, 0.25);
	transition: 0.4s;
}

.anchors a:hover {
	border-bottom-color: rgba(192, 134, 107, 1);
}

.full .col {
	width: 100%;
}

/* Cosmetic & Laser */

.page-id-294 .image-placeholder {
	background-color: #DAE3EB;
}

.page-id-294 .darkblue {
	background-color: #DAE3EB;
}

.lightblue {
	background: #DAE3EB;
}

em b,
em strong {
	text-transform: uppercase;
	color: #C0866B;
	font-style: normal;
}

.narrow .col {
	width: 60%;
	float: none;
	margin: auto
}

/* Dermatology */

.page-id-292 .image-placeholder {
	background-color: #001b4b;
}

.video {
	margin: 40px 0;
	position: relative;
}

.video .fa {
	position: absolute;
	top: 28%;
	left: 40%;
	font-size: 150px;
	opacity: 0.2;
	color: #fff;
	transition: opacity 0.3s;
}

.video a:hover .fa {
	opacity: 0.4;
}

.video img,
.attachment-news {
	max-width: 100%;
	display: block;
	height: auto;
}

.video .prehead {
	display: block;
	background: #C0866B;
	color: #fff;
	line-height: 40px;
	padding-left: 20px;
}

.video .prehead:before {
	content: '\f04b';
	font-family: 'FontAwesome';
	padding-right: 15px;
}

.video .prehead:after {
	display: none;
}

.iframe {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 35px;
	height: 0;
	overflow: hidden;
}

.iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.featherlight .featherlight-content {
	width: 70%;
}

/* Profile */

.profile {
	width: 33%;
	margin-bottom: 25px;
}

.profile span {
	display: block;
	line-height: 1.5em;
}

.profile span.h3 {
	margin-bottom: 0.25em;
}

blockquote {
	font-size: 115%;
	margin: 0;
}

.linkedin {
	float: right;
	font-size: 120%;
	color: #ccc;
}

.single-team .title {
	font-size: 115%;
	margin-top: -10px;
}

/* Video Popup */



/*---------------*/
/***** Ruby *****/
/*---------------*/

figure {
	margin: 0;
}
figcaption {
	display: none;
}

/* Common style
figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	margin-bottom: 15px;
}

.profile figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.profile figure figcaption {
	padding: 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

.profile figure figcaption::before,
.profile figure figcaption::after {
	pointer-events: none;
}

.profile figure figcaption,
.profile figure figcaption > a {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}


.profile figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.profile figure p {
	margin: 0;
}

.profile figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

.effect-none {
	background: none;
	cursor: default;
}

.effect-none img {
	margin-bottom: 0;
}*/

/* end global */

/*figure.effect-ruby {
	background-color: #001A4B;
}

.effect-ruby .wp-post-image {
	margin-bottom: 0;
}

figure.effect-ruby img {
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.10);
	transform: scale(1.10);
}

figure.effect-ruby:hover img {
	opacity: 0.7;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-ruby p {
	margin: 1em 0 0;
	padding: 1.5em 2em;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;1
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
}

figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}*/

.logos {
	padding-left: 0;
	margin: 0;
}

.logos li {
	list-style: none;
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	line-height: 80px;
	margin-right: 20px;
	width: 17%;
}

.logos li:last-child {
	margin-right: 0;
}

.logos img {
	vertical-align: middle;
	max-width: 100%;
	height: auto
}

/* Gallery */

.gallery .col {
	width: 100%;
}

.center {
	text-align: center;
}

.center .prehead:after {
	margin-left: auto;
	margin-right: auto;
}

.gallery .prehead {
	margin: 0 0 40px;
}

.gallery .prehead:after {
	display: none;
}

.gallery img {
	margin-left: 10px;
	margin-right: 10px;
}

/* Fees */

.fee-items {
	padding-left: 0;
	display: flex;
	justify-content: center;
}

.fees .col {
	width: 100%;
}

.fee-items li {
	display: inline-block;
	width: 20%;
	border-left: 1px solid #ddd;
	padding: 0 20px;
	box-sizing: border-box;
}

.fee-items li:last-child {
	border-right: 1px solid #ddd;
}

.fees .prehead {
	margin-top: 40px;
	margin-bottom: 40px;
}

.fees .prehead:after {
	display: none;
}

.fees .small {
	font-size: 95%;
}

.fee-items li.full {
	width: 100%;
	border: 0 !important;
}

@media only screen and (max-width:700px) {
	.fee-items li {
		width: 50%;
	}
	.logos {
		height: auto;
	}
}

/* Expander */

.opened .fa {
	transition: 0.4s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.expander {
	overflow: hidden;
	transition: height 700ms;
	transition-timing-function: ease;
	height: 0;
}

.expander-btn {
	text-transform: uppercase;
	display: inline-block;
	font-weight: bold;
	letter-spacing: 2px;
	cursor: pointer;
	margin: 15px 0 10px;
}

.expander-btn .fa {
	margin-right: 8px;
}

.expander-content {
	padding-bottom: 30px;
}

/* Read More */

.accordion {
	border: 1px solid #E5E5E5;
	border-bottom: 0;
	position: relative;
}

.accordion:before {
	font-family: 'FontAwesome';
	content: '\f107';
	position: absolute;
	top: 21px;
	right: 25px;
	font-size: 16px;
	color: #C08668;
	pointer-events: none;
}

.accordion.open:before {
	font-family: 'FontAwesome';
	content: '\f106';
}

.accordion > div:first-child,
.accordion > div:first-child h2 {
	color: #333;
	font-weight: 700;
	transition: 0.3s;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 95%;
	color: #C08668;
	margin-bottom: 0;
	font-family: 'proxima-nova', Helvetica, sans-serif;
}

.accordion > div:first-child:hover {
	cursor: pointer;
	background: #f5f5f5;
}

[data-control] {
	padding: 20px 50px 20px 25px;
}

[data-content] > * {
	padding: 10px 50px 1px 25px;
}

div[data-accordion-group] {
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 30px;
}

/* Subscribe */

.subscribe {
	background: #4A4A4A;
	color: #fff;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 1.5em;
}

.subscribe img, .img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.subscribe form {
	padding: 20px 0;
}

.subscribe p.center {
	text-align: center;
	padding: 0 50px;
	font-size: 110%;
	margin: 25px 0 0px;
}

.subscribe input {
	background: none;
	border: 0;
	border-bottom: 1px solid #ccc;
	padding: 15px 20px;
	margin: 0 10px;
	width: 90%;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	font-size: 13px;
}

.subscribe input:focus {
	outline: none;
	border-bottom-color: #EAC890;
}

.subscribe input.btn {
	width: 22%;
	background: #EAC890;
	color: #555;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 0;
	margin-top: 10px;
	font-size: 13px;
	transition: 0.5s;
}

.subscribe input.btn:hover {
	background: #fff;
}

.subscribe label {
	text-transform: uppercase;
	color: #666;
	width: 100%;
	display: block;
	text-align: center;
	font-family: 'utopia-std', sans-serif;
}

.subscribe form p {
	width: 50%;
	float: left;
}

/* Footer */

footer {
	color: #333;
	padding: 50px;
	padding-top: 70px;
	clear: both;
	font-size: 90%;
}

footer .container {
	border-top: 1px solid #DAE2EB;
}

footer nav {
	height: 50px;
	margin-bottom: 50px;
}

footer nav ul {
	padding-left: 0;
}

footer nav ul>li>a {
	text-decoration: none;
	padding-left: 0;
}

nav a:hover {
	color: #C0866B;
}

nav a:hover span:before {
	background: #fff;
	width: 60px;
}

.headernav .logo {
	margin-top: 50px;
}

footer .nav {
	text-align: center;
	width: 35%;
	float: left;
	padding-top: 25px;
}

footer .nav.right {
	float: right;
}

footer ul {
	padding-left: 0;
	list-style: none;
}

footer a {
	text-decoration: none;
	color: #333;
	text-transform: uppercase;
	padding: 4px 0;
	display: inline-block;
	transition: color 0.4s;
}

footer a:hover {
	color: #C0866B;
}

.thirst {
	margin-top: -15px;
	margin-bottom: 0;
}

.thirst,
.thirst a {
	text-transform: none;
	color: #aaa;
}

footer .fa {
	font-size: 150%;
	padding: 0 5px;
}

.footer-logo {
	margin-top: -35px;
	position: absolute;
	display: block;
	left: 50%;
	margin-left: -95px;
	background: #fff;
	padding: 0 30px;
}

.footer-logo img {
	max-width: 130px;
}

footer .base {
	text-align: center;
	clear: both;
	position: relative;
	margin-top: -25px;
	z-index: 9;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

/* Reveal */

.reveal {
	display: none;
}

body .gform_wrapper div.validation_error {
	color: #C0866B;
	font-size: 0.85em;
	margin-bottom: 15px;
	border: none;
	padding: 8px 16px;
	background: #fff;
	line-height: 15px;
	border-radius: 50px;
	border: 1px solid #ea865f;
	width: 83%;
	margin: auto;
}

body .gform_wrapper li.gfield.gfield_error {
	border: 0;
	padding-bottom: 0;
	padding-top: 0;
	background: none;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin-top: 7px;
}

body .gform_wrapper .gfield_error .gfield_label {
	color: #C0866B;
	margin-top: 0 !important;
}

body .gform_wrapper .validation_message {
	color: #C0866B;
}

body .gform_wrapper li.gfield_error textarea,
body .gform_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']), .gform_wrapper li.gfield_error textarea {
	border: 0;
	border-bottom: 1px solid #C0866B;
}

body .gform_wrapper .field_description_below .gfield_description {
	padding-top: 7px;
}

body .gform_wrapper.gform_validation_error .gfield_description.validation_message:before {
	content: "\f06a";
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	margin-right: 5px;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

@media only screen and (max-width: 761px), (max-device-width: 1023px) and (min-device-width: 768px) {
	body .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
		margin-top: 0px;
	}
}

@media only screen and (min-width:1000px) {
	h1.entry-title {
		max-width: calc(100% - 510px);
	}
}

@media only screen and (max-width:1000px) {

	.page-template-treatment-php .hero-cta {
		position: relative;
		transform: none;
		margin: 0;
	}

	.page-template-treatment-php .hero-cta .pulloutbox {
		max-width: none;
		padding: 0;
		margin-left: 15px;
	}

	.page-template-treatment-php .hero-cta .pulloutbox .gform_body {
		padding: 0 15px;
	}
	.page-template-treatment-php .hero-cta .cosmetic-form .prehead {
		padding: 25px 0 0 15px;
	}



}

@media only screen and (max-width:769px) {
	.home .content-slide-wrapper, header {
		padding-right: 0;
	}
	.leftbar {
		display: none !important;
	}
	.home .hero-cta {
		margin-right: 0;
	}
	.home .header-hero {
		height: 50vh;
	}
	.hero-content h2 {
		font-size: 4em;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.next .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.panel .wrap {
		padding: 40px 30px;
	}

	/* Home Images Hovers */

	.hoverarea {
		height: 360px;
	}
	.hoverarea .title {
		font-size: 1.3em;
		height: 87px;
	}
}

@media only screen and (max-width:700px) {
	.mobilehide {
		display: none
	}
	section {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.row {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.home .hero-cta {
		margin-right: 0;
		transform: none;
	}
	.logo {
		margin-top: 0;
		margin-left: 20px;
		width: 124px;
		height: 36px;
	}
	.headernav .logo {
		margin-top: 20px;
	}

	nav ul>li>a {
		font-size: 1.4em;
	}
	nav ul>li {
		padding: 0;
	}
	.sidebar-open .social {
		margin-left: 10px;
	}
	.container {
		padding-left: 0;
		padding-right: 0;
	}
	.skincare.panel .row {
		display: flex;
		flex-direction: column;
		margin-top: -30px;
	}
	.skincare.panel .col.imghead {
		order: 2;
	}
	.panel p {
		line-height: 1.5em;
		margin-bottom: 1.25em;
	}
	.list li, .areas li {
		padding-bottom: 10px;
	}
	.panel .row {
		display: block;
	}
	.panel .col {
		width: 100%;
	}
	.panel .wrap {
		padding: 20px;
		padding-bottom: 0;
		position: relative;
		min-height: 175px;
	}
	.page-id-296 .panel .wrap {
		min-height: 300px;
	}
	.hamburger {
		top: 0px;
		right: 5px;
		padding: 15px 18px;
	}
	.headernav ul {
		padding-left: 20px !important;
	}
	.article {
		width: 100%;
	}
	nav a span br {
		display: none;
	}
	.a2a_kit {
		padding: 20px 0 0 0;
	}
	header a {
		color: #fff;
	}
	.col,
	.split3565 .col,
	.split3565 .col:last-child,
	.full .col.col33 {
		width: 100%;
	}
	.scroll {
		display: none;
	}
	section ul {
		padding-left: 0;
	}
	.news li {
		padding-right: 0;
	}
	.news li a {
		font-size: 1em;
	}
	.col:first-child h2 {
		padding-right: 0;
		font-size: 1.5em;
	}
	.anchors {
		margin-top: 30px;
	}
	img {
		display: block;
		max-width: 100%;
		height: auto;
	}
	.author {
		padding-left: 0;
		padding-right: 0;
	}
	.author img {
		display: inline;
		margin-top: 40px;
	}
	.heading .pulloutbox {
		max-width: calc(100% - 50px);
		margin-left: 25px;
	}
	.heading .pulloutbox .wrap {
		padding-left: 0;
		top: 0;
		left: 25px;
		height: 88px;
	}
	.gallery img {
		margin: 0 0 15px;
	}
	h1 {
		font-size: 1.5em;
	}
	h2, .h2 {
		font-size: 1.5em;
	}
	.news h2.pulloutbox {
		margin-top: 0;
		font-size: 1.2em;
	}
	header {
		background: #fff;
		position: fixed;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.prehead {
		margin-bottom: 20px;
		font-size: 80%;
		letter-spacing: 1.5px;
	}
	.more {
		font-size: 90%;
	}
	.shrink header {
		box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
	}
	.btn:link, .btn:visited {
		padding: 10px 25px;
		font-size: 12px;
	}
	.hamburger {
		width: 28px;
	}
	.c-hamburger span {
		top: 26px;
	}
	.c-hamburger span::before, .c-hamburger span::after, .c-hamburger span {
		background-color: #fff;
	}
	.header-right {
		display: none;
	}
	.hero-content {
		padding-left: 20px;
		position: relative;
		top: auto;
		padding-top: 50px;
	}
	.hero-content .prehead,
	.anchors {
		font-size: 75%;
	}
	.video .fa {
		font-size: 80px
	}
	.col.profile {
		padding-left: 5px;
		padding-right: 5px;
	}
	.profile.col:nth-child(odd) {
		clear: both;
	}
	.profile {
		width: 50%;
	}
	.team .entry-content .row {
		margin-left: -5px;
		margin-right: -5px;
	}

	.page-template-treatment-php .hero-cta .pulloutbox {
		background: #001A4B;
		margin-left: 0;
	}
	.page-template-treatment-php .hero-cta .cosmetic-form select {
		color: #fff;
		border: 1px solid #fff;
		background: transparent;
	}
	.page-template-treatment-php .hero-cta .cosmetic-form textarea {
		padding-left: 10px;
	}
	.page-template-treatment-php .hero-cta label {
		color: #adadad;
	}
	body .gform_confirmation_wrapper {
		padding-top: 44px;
	}
	body.page-template-treatment-php .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .column-count-2-of-2 textarea {
		padding: 5px 10px 5px;
	}
	.intro .more {
		float: left;
	}
	.hero-content .prehead:after {
		display: none;
	}
	.hero-content h2 {
		font-size: 2.3em;
	}
	h1.entry-title {
		font-size: 2.5em;
		margin: 0;
	}
	.home .hero-content {
		padding: 0 25px;
		top: 60%;
	}
	.hero-cta {
		margin-top: 0;
	}
	.home .hero-cta {
		position: static;
		transform: none;
		margin: -60px -15px 30px 15px;
	}
	.home .pulloutbox {
		width: 92%;
		position: relative;
	}
	.home .hero-cta .prehead:after {
		display: none;
	}
	.enquiry li {
		width: 100%;
		margin-bottom: 25px;
	}
	.pulloutbox {
		margin-left: 0;
		box-sizing: border-box;
		padding: 20px 20px 1px 20px;
	}
	.news .pulloutbox {
		padding-bottom: 50px;
	}
	.article {
		padding-left: 0;
		padding-right: 0;
	}
	.article .entry-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	.article .more {
		margin-bottom: 20px;
	}
	.blog .prehead {
		margin-top: 15px;
	}
	.back, a.contact {
		width: 100%;
		display: block;
		padding-left: 20px;
		margin-bottom: 30px;
	}
	.animate.home .hero-content {
		top: 53%;
	}
	.home .header-hero {
		height: 40vh;
	}
	.header-hero {
		min-height: 100px;
	}
	nav ul {
		padding-top: 20px;
		padding-left: 0;
	}
	nav ul li {
		width: 100%;
		height: auto;
	}
	nav ul>li>a {
		padding: 10px 0;
	}
	nav a span:before {
		display: none;
	}
	.pulloutbox img {
		max-width: 125px;
		margin-left: -10px;
	}
	.pulloutbox .wrap {
		padding: 0 20px 0 0;
	}
	.home .pulloutbox .more {
		display: none;
	}
	.home .pulloutbox:after {
		content: '\f105';
		font-family: 'FontAwesome';
		color: #C0866B;
		position: absolute;
		right: 15px;
		top: 46%;
	}
	.subscribe input.btn {
		width: 95%;
	}
	.subscribe p.center {
		padding: 0;
		font-size: 100%;
	}
	.subscribe form p {
		width: 100%;
	}
	#owl-main {
		margin-top: 0;
		min-height: 1px;
	}
	#owl-main h4 {
		margin: 30px 20px;
		font-size: 1.35em;
	}
	.featherlight .featherlight-content {
		width: 95%;
	}
	footer .base {
		width: 100%;
	}
	footer {
		padding: 20px;
		padding-top: 40px;
	}
	footer .nav {
		width: 100%;
		padding-top: 0;
		margin: 0;
	}
	footer .nav.left {
		padding-top: 100px;
	}
	footer .base {
		margin-top: 20px;
	}
	.image-placeholder {
		background-position-x: 45% !important;
	}
	.img-wrap {
		padding-left: 0;
		padding-right: 0;
	}
	.enquiry .col {
		padding-left: 0;
		padding-right: 0;
	}
	.page-template-contact .enquiry li {
		width: 100%;
		font-size: 85%;
	}
	.narrow .col {
		width: 100%;
	}
	.mobile-cta {
		display: block;
		position: absolute;
		bottom: 0;
		padding: 20px 0;
		width: 100%;
		background: #c0856b;
		color: #fff;
		text-align: center;
		font-size: 70%;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	.base-panel.promo br {
		display: none;
	}
	.anchors {
		display: none;
	}

	/* Home Images Hovers */

	.img-grid li {
		width: 50%;
	}
	.hoverarea {
		height: 300px;
	}
	.hoverarea .title {
		font-size: 1.2em;
		height: 87px;
	}

	/* Reveal */

	.reveal {
		display: block;
		background: #C0866B;
		color: #fff;
		text-align: center;
		width: 100%;
		z-index: 99;
		font-size: 75%;
		position: fixed;
		height: 0;
		bottom: 0;
		overflow: hidden;
		transition: all 0.5s;
	}

	.reveal.closed {
		display: none !important;
	}

	.reveal.open {
		height: 85px;
	}

	.reveal p {
		margin: 5px 0;
		line-height: 2.5em;
		padding-left: 20px;
		padding-right: 20px;
	}

	.reveal .close {
		position: absolute;
		font-weight: bold;
		padding: 3px 6px;
		display: block;
		color: #fff;
		right: 5px;
		top: 5px;
	}

	.reveal a.btn-more {
		color: #fff;
		border: 1px solid #fff;
		padding: 8px 18px;
		display: inline-block;
		line-height: 10px;
		margin: 5px 0 0 10px;
		transition: 0.3s;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 90%;
	}

	.reveal a:hover {
		background: #fff;
		color: #C0866B;
	}
	.logos li {
		width: 27.5%;
	}
}

@media only screen and (min-width:700px) {
	.shrink .hamburger {
		padding: 9px 18px;
	}
	.blog .container.full,
	.post-type-archive .container.full {
		padding-top: 50px;
	}
	.img-wrap {
		padding-top: 40px;
	}
	.center .introtext {
		margin: 0 auto 30px auto;
		width: 60%;
	}
	.home .intro .prehead {
		margin-top: -5px;
	}
	.desktophide {
		display: none;
	}
	.col.profile:nth-child(3n+1){
		clear:left
	}
	.page-id-296 .panel .wrap {
		min-height: 370px;
	}

}


@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -10%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideDown {
	from {
		transform: translate3d(0, -10%, 0);
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@media only screen and (min-width:992px) and (max-width : 1340px) {
	.panel .wrap .list a,
	.panel .wrap .list a:visited {
		background-color: #fff;
		font-size: 100%;
		border-radius: 100px;
		padding: 12px 24px 12px 48px;
		position: relative;
		height: 34px;
		display: flex;
		align-items: center;
	}
}

@media only screen and (max-width : 991px) {
	.panel ul.list {
		width: 100%;
		margin: 0;
	}

	.panel .wrap .list:last-of-type li,
	.panel .wrap .list:first-of-type li {
		padding: 0 0 15px;
	}

	.page-template-contact .col50 .col50{
		width: 100%;
	}

	.page-template-contact h2 {
		padding: 0 30px;
	}

	.image-item .desc {
		height: 90px;
	}

	.image-item .desc h2 {
		font-size: 1.5em;
	}
}


/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.9 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, NoÃ«l Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
.lightbox { display: none; }
@media all{html.with-featherlight{overflow:hidden}.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight link.featherlight-inner,.featherlight script.featherlight-inner,.featherlight style.featherlight-inner{display:none}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000;border:0;padding:0}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;-webkit-overflow-scrolling:touch;overflow-y:scroll}.featherlight iframe{border:0}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}@media print{@page{size:landscape}html.with-featherlight>*>:not(.featherlight){display:none}}