/**
	@Author:	Paul Strandoo
	@Date:		12 October 2017
	@Notes:		Chinese Wellness Centre One-page Site
*/

@import url('reset.css');
@import url('font-awesome.min.css');

* {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

html {
	font-size: 100%; /* Set a 16px base size */
	}
body {
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 16px;
	line-height: 1.3;
	background: #ffffff;
	}

body, input, textarea, table {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 300;
	color: #5b5b5b;
	}
p,
li,
td {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.6em;
	margin: 0 0 1em;
	}
li {
	margin: 0;
	}

em {
	font-family: 'Fira Sans', sans-serif;
	font-style: italic;
	}
b,
strong {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	}

a {
	color: #589f8d;
	font-weight: 400;
	padding-bottom: 1px;
	border-bottom: 1px dotted #6ba898;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}
a:hover {
	color: #589f8d;
	border-bottom: 1px solid #589f8d;
	}

h1,h2,h3 {
	font-family: 'Cormorant Garamond', serif;
	margin: 0 0 0.5em;
	}
h1 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 2.4em;
	line-height: 1.1em;
	margin: 0 0 0.7em;
	font-weight: 700;
	font-style: italic;
	color: #99beb4;
	}
h2 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 2.8em;
	line-height: 1.1em;
	margin: 0 0 0.3em;
	font-weight: 700;
	font-style: italic;
	}
	
.main-content h3 {
	color: #99beb4;
	}

h3 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.9em;
	line-height: 1.1em;
	margin: 0.3em 0;
	font-weight: 700;
	font-style: italic;
	}
	
p + h3 {
	margin-top: 1.6em;
	}
	
h4 {
	font-family: 'Fira Sans', sans-serif;
	font-size: 1.6em;
	font-weight: 400;
	margin: 0 0 0.5em;
	padding: 0;
	}

img {
	display: block;
	}
	
.light {
	background: #f2f2f2;
	}
.text-color {
	color: #99beb4;
	}

@media only screen and (min-width: 480px) {
	h3 {
		font-size: 2.3em;
		}
}

/* ----- [ Structure ] -----------------*/
.page-wrapper {
	position: relative;
	}

header,
section,
footer {
	background: #ffffff;
	width: 100%;
	margin: 0;
	position: relative;
	}
section {
	padding: 60px 0;
	}
.inner {
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
	}
	
.inner-full {
	max-width: 100%;
	padding: 0;
	}


/* ----- [ Strandoo Simple Grid System v2 ] --------------- */
.row {
	margin: 0 -15px;
	/*font-size: 0;*/
	}

.row > .col {
	width: 100%;
	float: left;
	vertical-align: top;
	padding: 0 15px;
	text-align: left;
	}
.row.inline > .col {
	float: none;
	display: inline-block;
	}
.row.inline.middle > .col {
	vertical-align: middle;
	}

.no-padding {
	margin: 0;
	}
.no-padding > .col {
	padding: 0;
	}

.col > img {
	max-width: 100%;
	}

img.full {
	width: 100%;
	}
img.half {
	width: 50%;
	float: left;
	}

/* global section centering */
.center,
.center p,
.center h2,
.center h3,
.center h4 {
	text-align: center;
	}



/* ----- [ Masthead ] -----------------*/
.masthead {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: auto;
	margin: 0;
	padding: 10px 0 5px;
	z-index: 10;
	color: #fff;
	border-bottom: 5px solid #99beb4;
	background: #fff;
	background: rgba(0,0,0,0.3);
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* Force Hardware Acceleration */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	}

.logowrap {
	max-width: 360px;
	margin: 0 auto 10px;
	}
.logowrap:after {
	content: '';
	height: 2px;
	width: 40%;
	display: block;
	margin: 8px auto;
	border-bottom: 1px solid #fff;
	}
.logowrap img {
	width: 100%;
	height: auto;
	}

.logowrap a,
.logowrap a:hover {
	border: none;
	}

/* header logo changes */
.small {
	position: fixed;
	top: -60px;
	color: #222;
	background: #fff;
	background: rgba(255,255,255,0.9);
	}
.small .logowrap {
	width: auto;
    height: 46px;
	}
.small .logowrap:after {
	border-color: #222;
	}

.full-head,
.small .small-head {
	display: block;
	}
.small-head,
.small .full-head {
	display: none;
	}

.head-meta p {
	font-weight: 400;
	}
.head-col-left,
.head-col-right {
	display: none;
	}

@media only screen and (min-width: 480px) {
	.small {
		top: 0;
		}
}

@media only screen and (min-width: 768px) { 
	.head-col-left,
	.head-col-right {
		display: block;
		}
	.col.head-col-center {
		width: 50% !important;
		}
}

.main-navigation {
	position: relative;
	visibility: visible;
	overflow: visible;
	background: transparent;
	text-align: center;
	display: block;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}

.nav-level-1 {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 3%;
	overflow: visible;
	border-bottom: none;
	min-height: 0;
	}

.nav-level-1 a {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	font-size: 0.90em;
	letter-spacing: 1px;
	display: block;
	color: #fff;
	padding: 0;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
	}
.nav-level-1 a.on,
.nav-level-1 a:hover,
.nav-level-1 a.on:hover {
	text-decoration: none;
	border-bottom: 2px solid transparent;
	}
	
.small .nav-level-1 a {
	color: #589f8d;
	}
.small .nav-level-1 a:hover {
	color: #222;
	}
	
.li-home {
	display: none;
	}
		
@media only screen and (min-width: 990px) {
	.li-home {
		display: inline-block;
		}
	.nav-level-1 {
		margin: 0 20px;
		}
}

/* ----- [ Sections ] --------------- */
/* ----- [ Hero image  ] -----------------*/
.hero {
	padding: 0;
	margin-bottom: 20px;
	}
.hero-inner {
	text-align: center;
	padding: 30px 30px;
	min-height: 430px;
	}

.hero-text {
	font-family: 'Cormorant Garamond', serif;
	position: absolute;
	top: 55%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	}
.hero-text h2 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 3.1em;
	line-height: 1em;
	font-style: italic;
	font-weight: 700;
	margin: -1em 0 0;
	text-shadow: 0 5px 10px rgba(0,0,0,0.3);
	}
.hero-text p {
	font-family: 'Cormorant Garamond', serif;
	font-size: 2.6em;
	line-height: 1.1em;
	font-style: italic;
	text-shadow: 0 5px 10px rgba(0,0,0,0.3);
	}

@media only screen and (min-width: 480px) {
	.hero-inner {
		min-height: 700px;
		}
	.hero-text h2 {
		font-size: 4.5em;
		line-height: 1.1em
		}
	.hero-text p {
		font-size: 2.8em;
		}
}


/* ----- [ Home/Badges ] --------------- */
.badges {
	 background: #da7a8e;
	 padding: 40px 0;
	 }
.badges h4 {
	color: #fff;
	font-size: 1.6em;
	margin: 0;
	}
.acmp-badge {
	width: 140px;
	display: inline-block;
	vertical-align: middle;
 	}

/* ----- [ Home/Intro ] --------------- */
.main-content {
	padding: 30px 0;
	background: url('../images/chi-03.png') 50% 50% no-repeat;
	background-size: 30%;
	}

.home-text {
	margin: 30px 0 40px;
	}
.home-text h3 {
	margin: 0 0 1.3em;
	}
.home-text p {
	font-size: 1.1em;
	line-height: 1.8em;
	margin: 1.3em 0;
	padding: 0;
	}
.home-text p img {
	max-width: 100%;
	}

@media only screen and (min-width: 800px) {
	.home-text p {
		padding: 0 4em;
		}
}


/* ----- [ Treatments Section ] -----------------*/
.treatments {
	margin: 0;
	padding: 15px 0 0;
	background: #f2f2f2;
	}
.treatment {
	padding: 50px 0;
	}
.treatment-inner {
	position: relative;
	max-width: 1070px;
	margin: 0 auto;
	padding: 0 5%;
	}
.treatment:nth-of-type(odd) .col {
	color: #fff;
	}	

@media only screen and (min-width: 600px) {
	.treatment:nth-of-type(odd) .col {
		float: right;
		color: #fff;
		}
}


/* ----- [ Price Section ] -----------------*/
.prices {
	background: url('../images/prices-bg-color.jpg') 50% 50% no-repeat;
	background-size: cover;
	margin: 0;
	padding: 0;
	}
.price-panel {
	padding: 20px;
	background: rgba(157,196,186,0.2);
	}
.price-text {
	max-width: 430px;
	width: 100%;
	float: right;
	}
.price-text h2 {
	color: #589f8d;
	}
.price-text ul {
	margin: 0 0 1em;
	}
.price-text li {
	font-size: 1.2em;
	}
	
@media only screen and (min-width: 480px) {
	.price-panel {
		width: 50%;
		padding: 40px 15px;
		}
}

/* ----- [ Contact form ]------------ */
.contact-us h2 {
	color: #99beb4;
	color: #589f8d;
	}
.contact-us ul {
	margin: 10px 0;
	}
.contact-big {
	text-align: center;
	}
.contact-big li {
	display: block;
	font-size: 1.2em;
	margin: 0 1em;
	}
	
.contact-big .fa-mobile {
	font-size: 1.1em;
	}
	
.email-contact {
	display: none !important;
	}

form.contact-form {
	max-width: 700px;
	margin: 30px auto 30px;
	}

.contact-form li {
	margin: 0 0;
	position: relative;
	overflow: hidden;
	}
.antispam {
	display: none;
	}
.contact-form label {
	display: none;
	}
	
@media only screen and (min-width: 660px) {
	.contact-big li {
		display: inline-block;
		font-size: 1.4em;
		}
	.email-contact {
		display: inline-block !important;
		}
}

@media only screen and (min-width: 660px) {
	.contact-form .name {
		float: left;
		width: 49%;
		}
	.contact-form .telephone {
		float: right;
		width: 49%;
		}
}

input,
select,
textarea {
    font-size: 1em;
    width: 100%;
    padding: 6px 8px;
    margin: 0 0 15px;
	color: #5b5b5b;
    border: 1px solid #fff;
    border-radius: 0;
    }

input[type=submit],
input.button {
    -webkit-appearance: none;
	}
input[type=checkbox] {
	width: auto;
	margin: 0 0 0 10px;
	}
select {
	height: 42px;
	font-size: 1.1;
	padding: 15px 19px;
	border: none;
	border-radius: 0;
	}

.error,
.success {
	padding: 5px;
	color: #fff;
	border: 4px solid #333;
	background: #333;
	margin: 0 0 20px;
	width: auto;
	}
.success {
	border: 4px solid #c5d301;
	background: #c5d301;
	}

/* --- Buttons ----- */
.button {
	display: inline-block;
	padding: 5px 14px;
	color: #fff;
	background: #589f8d;
	border: 2px solid #589f8d;
	cursor: pointer;
	width: auto;
	opacity: 0.9;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	}
.button:hover {
	color: #589f8d;
	background: none;
	text-decoration: none;
	}
	
.button.outline {
	background: none;
	color: #c5d301;
	}
	
.button.full {
	width: 100%;
	}


/*---------[ Footer ] --------------- */
footer {
	clear: both; 
	border: none;
	background: #99beb4;
	padding: 30px 10px;
	color: #fff;
	text-align: center;
	}
footer p,
footer li {
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: 300;
	color: #fff; 
	margin: 0 0 0.5em;
	}
footer li {
	margin: 0;
	}

.site-credits {
	margin: 0;
	padding: 10px 0;
	background: #5b5b5b;
	}
.site-credits p {
	max-width: 1020px;
	font-size: 0.9em;
	text-align: center;
	font-weight: 500;
	color: #fff;
	margin: 0 auto;
	padding: 0px 20px;
	}
.site-credits a {
	border: none;
	color: #99beb4;
	}
.site-credits a:hover {
	color: #fff;
	}

/* ----- [ Social Media Icons ] --------------- */
.social-networks {
	position: fixed;
	top: 20%;
	right: 0;
	background: #d83797;
	padding: 5px;
	display: none;
	}
.social-networks li {
	display: block;
	margin: 0;
	padding: 5px;
	}
.social-networks a {
	display: block;
	text-indent: -9999px;
	height: 40px;
	width: 40px;
	margin: 0;
	opacity: 0.8;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	}
.social-networks a.twitter { background: url('../images/i-twitter.png') 0 0 no-repeat; background-size: 100%; }
.social-networks a.linked-in { background: url('../images/i-linked-in.png') 0 0 no-repeat; background-size: 100%; }
.social-networks a.facebook { background: url('../images/i-facebook.png') 0 0 no-repeat; background-size: 100%; }
.social-networks a.instagram { background: url('../images/i-instagram.png') 0 0 no-repeat; background-size: 100%; }

.social-networks a:hover {
	opacity: 1;
	border: none;
	}
	
@media only screen and (min-width: 990px) {
	.social-networks {
		display: block;
		}
}

.top-link {
    position: fixed;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    z-index: 100;
	}
.top-link a {
    background: #99beb4 url('../images/arrow-up.png') center center no-repeat;
    display: block;
    height: 50px;
	width: 50px;
    outline: medium none;
    position: relative;
    text-indent: -9999px;
    z-index: 0;
    text-align: center;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    }
.top-link a:hover {
	background: #589f8d url('../images/arrow-up.png') center center no-repeat;
	}
.top-link.show {
	opacity: 1;
	}

@media only screen and (min-width: 480px) {
	.top-link {
		position: fixed;
		bottom: 60px;
		right: 30px;
		}
}

/* ----- [ Misc. ] -----------------*/
/* -----[  Utility Styles ] --------------- */
img.right {
	float: right;
	}
.fright {
	float: right;
	}
.fleft {
	float: left;
	}
.text-left,
.text-left p,
.text-left li,
.text-left h2,
.text-left h3 {
	text-align: left;
	}
.text-right,
.text-right p,
.text-right li,
.text-right h2,
.text-right h3 {
	text-align: right;
	}
.text-center,
.text-center p,
.text-center li,
.text-center h2,
.text-center h3 {
	text-align: center;
	}

.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	}
.clearfix:after {
	clear: both;
	}
.clearfix { 
	zoom: 1;
	}

#editpage {
	position: fixed;
	bottom: 0;
	left: 0; 
	padding: 5px 6px; 
	background: #db1174; 
	color: #fff; 
	display: block;
	font-weight: bold; 
	z-index: 1000;
	}
#editpage:hover {
	background: #ffffcc;
	color: #000; 
	}

.align_left {
	float: left;
	margin: 0 1em 1em 0;
	}
.align_right {
	float: right;
	margin: 0 0 1em 1em;
	}
.align_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	}

.WireFatalError {
	background: #a30000; 
	color: #fff; 
	padding: 1em; 
	position: relative;
	z-index: 9999;
	}

@media only screen and (min-width: 600px) { 

	.row-2 > .col { width: 50%; }
	.row-3 > .col { width: 33.333%; }
	.row-4 > .col { width: 25%;}
	.row-5 > .col { width: 20%;}
	.row-2 > .span-2 { width: 100%; }
	.row-3 > .span-2 { width: 66%; }
	.row-4 > .span-2 { width: 50%; }
	.row-4 > .span-3 { width: 75%; }
	.row-5 > .span-2 { width: 40%; }
	.row-5 > .span-3 { width: 60%; }
	.row-5 > .span-4 { width: 80%; }
	
	.row-4 > .col.head-col-center {
		width: 100%;
		}
}

@media only screen and (min-width: 768px) { 
	.alignleft,
	.alignright {
		float: left;
		display: inline;	
		}
	.alignright {
		float: right;
		}
}


/* PRINT STYLES */
@media print {
	/* If you're going to have a print stylesheet, now's the time */
}


