/* @override 
	https://host.formatpublish.com/~yasswellnesscent/css/default.css */

/* @group HTML5 Boilerplate v6.0.1 Base styles */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.625 /*26*/;
	letter-spacing: 0.0625em /*1px*/;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* @end */

/* @group Yass Wellness Centre */

/* ===================================================
    Title: Yass Wellness Centre - master styles
    Author:	Kalon Edser, http://www.kalonedser.com
    Updated: 15 Feb 2018
   =================================================== */

body {
	position: relative;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	background: #2a1c45 url('../img/bg-45.jpg') no-repeat 50% 0;
/*	background-size: cover;*/
}

p {
	margin: 1.8571428571em 0;
	font-size: 0.875em /*14*/;
/*	letter-spacing: 0.07142857143em /*1px*!/; */
}

a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover, a:active {
	color: #d2d1d6;
	text-decoration: none;
}

.responsive-img, .cycle-slideshow img {
	display: block;
	max-width: 100%;
	height: auto;
	background-size: 100% 100%;
	-ms-interpolation-mode: bicubic;
}

/* @group Master */

#top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100px;
	z-index: -10;
}

.container {
	margin: 0 auto;
	max-width: 1200px;
/*	min-width: 320px;*/
}

.wrapper {
	margin: 0 auto;
	padding: 0 18px;
	max-width: 1236px;
	min-width: 320px;
}

.main-wrapper {
	padding: 0 9.1666666667%;
	margin-bottom: 0;
}

/* @end */

/* @group Header/Nav */

.mobile-nav-toggle {
	display: none;
	}
	
nav {
	margin: 0 auto;
	z-index: 1;
}

nav ul {
	max-width: 1200px;
	min-width: 320px;
	margin: 0 auto;
	padding: 0;
	font-size: 0.9375em /*15*/;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	list-style: none;
}

nav li {
	position: relative;
	float: left;
	width: 20%;
	padding-bottom: 36px;
	text-align: center;
}

nav li.n-default { width: 16%; }
nav li.n-practitioners { width: 22%; }
nav li.n-contact { width: 22%; }

nav a {
	display: block;
	padding: 44px 0 8px 0;
	color: #d2d1d6;
}

nav a:active, nav a:visited {
	color: #d2d1d6;
}
nav a:hover, nav a:active {
	color: #fff;
}

#top,
nav li:hover,
nav li.selected {
	background: #220f50;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#220f50+0,220f50+100&0.65+0,0+100 */
	background: -moz-linear-gradient(top, rgba(34,15,80,0.75) 0%, rgba(34,15,80,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(34,15,80,0.75) 0%,rgba(34,15,80,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(34,15,80,0.75) 0%,rgba(34,15,80,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */	
}

.dropdown {
	background: #220f50;
	background: -moz-linear-gradient(top, rgba(34,15,80,0.75) 75%, rgba(34,15,80,0) 100%);
	background: -webkit-linear-gradient(top, rgba(34,15,80,0.75) 75%,rgba(34,15,80,0) 100%);
	background: linear-gradient(to bottom, rgba(34,15,80,0.75) 75%,rgba(34,15,80,0) 100%);	
}

.n-practitioners:hover {
	padding-bottom: 0;
	background: rgba(34,15,80,0.75)!important;
}

.n-practitioners:hover .dropdown {
	display: block;
}

nav li.selected > a {
	font-weight: 700;
}
nav li a:hover,
nav li.selected > a {
	color: #ffffff;
}

nav a span {
	display: block;
	border-top: 1px solid #d2d1d6;
	padding: .5em 0;
}

.dropdown {
	display: none;
	position: absolute;
/*	top: 0;
	left: 0;*/
	width: 100%;
	min-width: 0;
	font-size: 1em;
	padding-bottom: 2.5em;
/*	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);*/
	z-index: 1;
}

.dropdown li {
	display: block;
	float: none;
	width: 100%;
	padding: 0;
}

.dropdown li a {
	display: block;
	padding: 0;
}

.dropdown li a:hover,
.dropdown li.selected a {
	background: rgba(34,15,80,0.75);
}


.social-nav {
	list-style: none;
	margin: 0 0 .5em 0;
	padding: 0;
	font-size: 1.25em /*20*/;
}

.social-nav li {
	display: inline-block;
}

.social-nav li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 .25em;
	cursor: pointer;
}

/* @end */
/* @group Logo */

.logo {
	margin: 0;
	float: right!important;
}

.logo img {
	margin-top: -12px;
	margin-right: -14px;
	margin-bottom: -12px;
	float: right;
	width: 100%;
	max-width: 174px;
}

.logo .shadow {
    /* Use -webkit- only if supporting: Chrome < 54, iOS < 9.3, Android < 4.4.4 */
    -webkit-filter: drop-shadow( -1px -1px 5px #FFF ); 
            filter: drop-shadow( -1px -1px 5px #FFF );
}

.slogan {
	margin: 5% 0 0 0 /*60/1200*/;
	padding-left: 12.6666666667% /*152px*/;
	font-weight: 600;
	font-size: 1.5em /*24*/;
	letter-spacing: .1666666667em /*4px*/;
	color: #291657;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0 0 10px #fff,
	0 0 10px #fff,
	0 0 20px #fff,
	0 0 20px #fff;
}

/* @end */

/* @group Slideshow */

#slideshow {
	margin-bottom: -9.7%;
	background: #2a1758 url('../img/bg-content-tile-45.jpg') 50% 0;
	border: 1px solid #392667;
	border-radius: 3px;
}

/*.show-slideshow {
	display: block!important;
}*/

#default-page #slideshow {
	margin-bottom: -25.7%!important;
}

.cycle-slideshow {
	margin: 3px;
	border: 1px solid #6b4d98;
	background: #6b4d98;
	list-style: none;
}

/* @end */

/* @group Main content */

#default-page .article-title {
	display: none;
}

main {
	position: relative;
	margin-top: 1em;
/*	margin-top: -13.5%!important;*/
/*	max-width: 980px!important;*/
	padding: 4px!important;
	border: 1px solid #241151;
	background: #2a1758 url('../img/bg-content-tile-45.jpg') 50% 0;
	z-index: 10000;
}

/*#default-page main {
	margin-top: -33%!important;
}*/

main article {
	border: 1px solid #6a4c97;
	padding: 7.2164948454% 11.3402061856% /*110/970*/;
/*	letter-spacing: .05em;*/
}

#default-page main p {
	margin: 1.3684210526em 0;
	font-size: 1.1875em /*19*/;
	letter-spacing: .044em;
}

main h1,
main h2.center {
	margin: 1.1304347826em 0;
	font-size: 1.4375em /*23*/;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .14em;
}
main ul.center h2 {
	margin: 1.1818181818em 0;
	font-size: 1.375rem /*22*/;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .15em;
	text-align: center;
}

main article h2 {
	margin: 1.3684210526em 0;
	font-size: 1.1875em /*19*/;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

main article h2 + p {
	margin-top: -1.8571428571em;
}

.job-title {
	color: #9288a9;
	text-align: center;
	font-size: 1.1875em /*19*/;
	font-weight: 600;
	letter-spacing: .1em;
	margin-top: -1.1818181818em;
}

main ul {
	margin: 1.8571428571em 0;
	font-size: 0.875em /*14*/;
	list-style-type: square;
	padding-left: 1.5em;
}

main ul.center {
	margin: 1.3684210526em 0;
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 1.1875em /*19*/;
	letter-spacing: .14em;
	text-transform: uppercase;
}

main ul.center li {
	margin: 0 0 0.3421052632em 0;
}

main ul.center li:last-child {
	margin-bottom: 0;
}

main ul.center h2 {
	margin-bottom: 0;
}

main ul.center p {
	margin: 0;
	text-transform: none;
	letter-spacing: .11em;
}

hr {
	font-size: 1em;
	height: 50px;
	border: none;
	margin: 2.5em 0;
	background: transparent url('../img/leaf@2x.png') no-repeat 50% 50%;
	background-size: contain;
	mix-blend-mode: soft-light;
}

main .col img {
	margin-bottom: 1.8571428571em;
	width: 100%!important;
	max-width: 320px;
/*	padding-right: 18px;*/
}

#practitioners-page main .col > *:first-child {
	margin-top: 0;
}

main h3 {
	margin: 1.8571428571em 0;
	font-size: 0.875em /*14*/;
	font-weight: 700;
}

main h3 + ul {
	margin-top: -1.8571428571em;
}

.center {
	text-align: center;
}

#contact-page main p {
	margin: 1.3684210526em 0;
	font-size: 1.1875em;
}

.map {
	border: 1px solid #674a94;
	margin-bottom: 1.625em;
	background: #f2f2f2;
}

/* @end */
/* @group Form */

form p {
	text-transform: uppercase;
}

form input.comText,
form input.comEmail,
form textarea {
	width: 100%;
	margin-top: 0.6842105263em;
	padding: .25em;
	background: #dfdce6;
	border: 1px solid #fff;
	font-size: 1.1875em;
	box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,.3);
}

form textarea {
	height: 4.75em;
}

form .comSubmit {
	color: #ffffff;
	padding: .25em 1em;
	border: 4px solid #6b4d98;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 700;
	background: transparent;
	cursor: pointer;
}

form .comSubmit:hover {
	background: #6b4d98;	
}

/* @end */
/* @group Footer */

footer {
	position: relative;
	border-radius: 35px;
	padding-bottom: 4%;
/*	background: rgba(0,0,0,.3);
	box-shadow: 0px 0px 25px rgba(0,0,0,.3),
	0px 0px 50px rgba(0,0,0,.35);*/
	text-shadow: 1px 1px 10px #000;
	z-index: 100;
}

footer ul {
	margin: 1.5em 0;
	font-size: 0.8125em /*13*/;
	font-weight: 600;
	letter-spacing: .12em;
	line-height: 1.3em;
	padding-left: 86px;
	background: url('../img/logo-footer@2x.png') no-repeat left top;
	background-size: 74px 60px;
	list-style: none;
	min-height: 60px;
}

footer li {
	float: left;
	padding: 0 1em 0 0;
	margin: 0 1em 0 0;
	border-right: 1px solid #FFF;
}

footer li.address {
	width: 100%;
	border: none;
}

footer li.email,
footer li.design {
	border: none;
	padding: 0;
	margin: 0;
}

footer li.email {
	text-transform: uppercase;
	margin-bottom: 1em;
	font-weight: 600;
}

footer li.copy {
	clear: both;
}

footer li.copy,
footer li.rights,
footer li.design {
	letter-spacing: 0;
	font-weight: 600;
}

#btm {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 300px;
	width: 100%;
	z-index: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/* @end */

/* @end */

/* @group Helper */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* @end */
/* @group Responsive */
/* @group Full Width with padding */

@media only screen and (max-width: 1236px) {
	
	header .span_2 {
		width: 25%;
	}
	
	header .span_10 {
		width: 75%;
	}
	
/*	.logo img {
		margin-right: 18px;
	}*/
	
}
	
/* @end */
/* @group 1024px */
	
@media only screen and (max-width: 1024px) {
	
	.slogan {
		padding: 0;
		letter-spacing: .1em;
	}
	
	nav li { width: 18%; }
	nav li.n-default { width: 15%; }
	nav li.n-contact { width: 22%; } 
	nav li.n-practitioners { width: 27%; }
	
}
	
/* @end */
/* @group 810px wide */
	
	@media only screen and (max-width: 820px) {
		
		footer li.rights {
			border: none;
			padding: 0;
			margin: 0;
		}
		footer li.design {
			width: 100%;
		}
	}
	
/* @end */
/* @group iPad - portrait (and below) */
	
@media only screen and (max-width: 768px) {

	nav ul {
		letter-spacing: 0;
	}
	
	.dropdown {
		font-size: 0.875em;
	}
	
}
	
/* @end */
/* @group Single column (less than iPhone 6 - landscape) */
	
@media only screen and (max-width: 666px) {

	.logo img {
		margin: 0 auto;
		float: none;
		max-width: 174px;
	}

	header .col {
		width: 100%;
	}
	
	.social-nav {
		margin: 1em 0;
		text-align: center;
	}
	
	.dropdown {
		padding-bottom: 1.5em;
/*		background: rgba(34,15,80,0.75);*/
	}
	
	
	.main-wrapper {
		padding: 0;
	}
	
	#slideshow,
	#default-page #slideshow {
		margin-bottom: 1em!important;	
	}
	
	main {
		font-size: 0.875rem;
	}
	
	main p,
	main ul,
	main h3 {
		font-size: 0.875rem;
	}

	#practitioners-page main .col img {
		margin: 0 auto 3% auto;
	}
	
	#practitioners-page main .col > *:first-child {
		margin-top: 1.8571428571em;
	}

}
	
/* @end */
/* @group Mobile nav - iPhone 5 landscape (and below) */
	
@media only screen and (max-width: 568px) {

	body {
		background-size: 160%;
	}


	.mobile-nav-toggle {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		margin: 1em;
		z-index: 100000;
	}
	
	.mobile-nav-toggle a:link .lines,
	.mobile-nav-toggle a.visited .lines {
		fill: #d2d1d6;
	}
	
	.mobile-nav-toggle a:hover .lines,
	.mobile-nav-toggle a:active .lines{
		fill: #FFF;
	}
	
	nav {
		height: 40px;
	}

	nav ul.parent {
		opacity: 0;
		position: absolute;
		width: 100%;
		padding-top: 4em;
		padding-bottom: 3em!important;
/*		-webkit-backdrop-filter: blur(3px);
		backdrop-filter: blur(3px);*/
		z-index: 1;
		transform: translateY(-100%);
		transition: all .25s ease-in-out;

		background: #220f50;
		background: -moz-linear-gradient(top, rgba(34,15,80,0.95) 90%, rgba(34,15,80,0) 100%);
		background: -webkit-linear-gradient(top, rgba(34,15,80,0.95) 90%,rgba(34,15,80,0) 100%);
		background: linear-gradient(to bottom, rgba(34,15,80,0.95) 90%,rgba(34,15,80,0) 100%);	
	}
	
	nav ul.showMenu {
		opacity: 1;
		top: 0;
		left: 0;
		transform: translateY(0);
		z-index: 10000;
		}
	
	nav li {
		position: relative;
		float: none;
		width: 100%!important;
		padding: 0;
		text-align: center;
	}
	
	nav li:last-child {
		border-bottom: 1px solid #d2d1d6;
	}
	nav li li:last-child {
		border: none;
	}
	
	nav a {
		display: block;
		padding: 0;
		color: #d2d1d6;
		background: none;
		z-index: 1;
	}
	
	.dropdown {
		display: block;
		position: relative;
		font-size: 1em;
		padding-bottom: .75em;
		background: none;
	}

	nav li a:hover,
	nav li.selected > a
	/*,nav li.n-practitioners.selected > a:hover*/ {
		background: rgba(146, 136, 169,.5)!important;
	}
	
	nav li.n-practitioners > a {
		background: none!important;
	}

	
/*	main {
		font-size: 0.75rem;
	}*/
	
	#default-page main p {
		font-size: 0.875rem /*14*/;
	}
	
	main article {
		padding: 0 26px;
	}
	
	footer {
		background: none;
		box-shadow: none;
	}
	
	footer ul {
		margin-top: 2em;
		padding: 80px 0 0 0;
		text-align: center;
		background-position: 50% 0;
	}
	
	footer li {
		float: none;
		display: block;
		border: none;
		margin: 0;
		padding: 0;
	}

}
	
/* @end */

@supports(padding: max(0px)) {
	
	.wrapper {
        padding-left: max(18px, env(safe-area-inset-left));
        padding-right: max(18px, env(safe-area-inset-right));
    }
}

/* @group high resolution devices */
	
@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
	
	
}
	
/* @end */
/* @end */

/* @group Print */

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* @end */
