/*
Theme Name: Quantum Yoga
Description: Bespoke WordPress theme for Quantum Yoga.
Version: 1.0
Tags: (optional)

License:
License URI:

General comments (optional).
*/


@font-face { font-family: Dinot; src: url('fonts/DINOT.otf'); }
@font-face { font-family: Dinot; font-weight: bold; src: url('fonts/DINOT-Bold.otf'); }

#wpadminbar {
	z-index: 777 !important;
}

html body {
	min-width: 850px;
	margin: 0px;
	font-family: Dinot, sans-serif;
}

/* Reusable Global Classes */

.container {
	width: 768px;
	margin: 0px auto;
}

.clear {
	clear: both;
}

a {
	color: #53308B;
	text-decoration: none;
}

.alert{background:#53308B;color:#FFF;position:fixed;bottom:0;z-index:999;width:100%;margin:0px;left:0;font-family:Arial,sans-serif;text-align:center;font-size:20px;}
.alert a{color:#FFF;border-bottom:1px #FFF dotted;}
.alert a:hover{background:#FFF;color:#D71335;}
.alert strong {color: #FFF !important;}

/* Global Colour Schemes */


.purple header#mainheader, .purple footer#mainfooter {
	border-color: #53308B;
}

.mint header#mainheader, .mint footer#mainfooter {
	border-color: #84CEBD;
}

.orange header#mainheader, .orange footer#mainfooter {
	border-color: #F89743;
}

.pink header#mainheader, .pink footer#mainfooter {
	border-color: #F16278;
}

.blue header#mainheader, .blue footer#mainfooter {
	border-color: #029CC5;
}

.purple header#mainheader h1 {
	background: url('graphics/logo-purple.png');
}

.mint header#mainheader h1 {
	background: url('graphics/logo-mint.png');
}

.orange header#mainheader h1 {
	background: url('graphics/logo-orange.png');
}

.pink header#mainheader h1 {
	background: url('graphics/logo-pink.png');
}

.blue header#mainheader h1 {
	background: url('graphics/logo-blue.png');
}

.purple h4, .purple h3, .purple h1, .purple strong {
	border-color: #53308B;
	color: #53308B;
}

.orange h4, .orange h3, .orange h1, .orange strong {
	border-color: #F89743;
	color: #F89743;
}

.pink h4, .pink h3, .pink h1, .pink strong {
	border-color: #F16278;
	color: #F16278;
}

.blue h4, .blue h3, .blue h1, .blue strong {
	border-color: #029CC5;
	color: #029CC5;
}

.mint h4, .mint h3, .mint h1, .mint strong {
	border-color: #84CEBD;
	color: #84CEBD;
}

header#mainheader nav ul li.purple a:hover {
	color: #522f91;
}

header#mainheader nav ul li.blue a:hover {
	color: #009bc9;
}

header#mainheader nav ul li.red a:hover {
	color: #f16378;
}

header#mainheader nav ul li.orange a:hover {
	color: #f89829;
}

header#mainheader nav ul li.green a:hover {
	color: #85cebc;
}

.mint #newsletter {
	background: #84CEBD;
}

.blue #newsletter {
	background: #029CC5;
}

.pink #newsletter {
	background: #F16278;
}

.orange #newsletter {
	background: #F89743;
}

.mint a {
	color: #84CEBD;
}

.blue a {
	color: #029CC5;
}

.pink a {
	color: #F16278;
}

.orange a {
	color: #F89743;
}

/* Fonts & Type */

h1 {
	font-size: 28px;
	color: #522f91;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

h2 {
	font-size: 28px;
	color: #b9ac97;
	margin: 0px;
	padding: 0px;
	margin-top: -10px;
	font-weight: normal;
}

h3 {
	font-size: 18px;
	color: #522f91;
	font-weight: normal;
}

h3 em {
	color: #b9ab97;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	display: block;
	margin: 0px;
	padding: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #000;
}

h4.plain {
	border-color: #B9AC99;
	color: #B9AC99;
}

p, ul, td {
	font-size: 12px;
	color: #b9ab97;
	line-height: 150%;
}

p.deletewarning {
	padding: 10px;
	background: #C10407;
	color: #FFF;
	font-size: larger;
	
}

article img {
	max-width: 100%;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #EEE;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

/* Buttons */

#socialbuttons {
	margin-top: 10px;
	margin-bottom: 10px;
}

#socialbuttons a {
	display: block;
	width: 45px;
	height: 45px;
	margin-right: 6px;
	float: left;
}

#socialbuttons a b {
	display: none;
}

#socialbuttons .last {
	float: right;
	margin-right: 0px;
}

#socialbuttons .facebook {
	background: url('graphics/social-facebook.png');
}

#socialbuttons .flickr {
	background: url('graphics/social-flickr.png');
}

#socialbuttons .youtube {
	background: url('graphics/social-youtube.png');
}

#socialbuttons .email {
	background: url('graphics/social-email.png');
}


/* Navigation */

nav.navblock {
	display: block;
	margin-bottom: 20px;
}

nav.navblock ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

nav.navblock ul li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}


nav.navblock ul li a img {
	border: none;
}

nav.navblock ul li a span {
	display: block;
	position: absolute;
	left: 0;
	bottom: 7px;
	font-size: 11px;
	text-transform: uppercase;
	color: white;
	background: #000;
	width: 85px;
	height: 35%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-left: 3px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	filter: alpha(opacity=80);
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

nav.navblock ul li a:hover span {
	filter: alpha(opacity=100);
	-khtml-opacity: 1.0;
	-moz-opacity: 1.0;
	opacity: 1.0;
}

/* Forms */

#newsletter {
	margin: 0px;
	padding: 10px;
	display: block;
	font-size: 12px;
	color: #FFF;
	background: #53308B;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#newsletter input {
	width: 90%;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	
}

#newsletter .gform_wrapper {
	margin: 0px;
}

#newsletter input[type=submit] {
	background: transparent;
	border: none;
	color: #FFF;
	width: 100%;
	padding: 0px !important;
	margin: 0px !important;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: normal;
	text-align: left;
	box-shadow: none !important;
	text-shadow: none !important;
}

#newsletter .gform_wrapper .top_label .gfield_label {
	display: block;
	padding-bottom: 10px;
	margin: 0;
	color: #FFF;
	font-weight: normal;
}

#newsletter .gform_wrapper .gform_footer {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

#newsletter .gform_wrapper .validation_error {
	color: #FFF;
}

#newsletter .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent;
	border: 2px solid #FFF;
	border-radius: 5px;
}

#newsletter .gform_wrapper li.gfield.gfield_error .gfield_description {
	display: none;
}


/* Global Layout */

header#mainheader {
	height: 140px;
	width: 100%;
	background: #050708;
	border-bottom: 10px solid #EEE;
	-moz-box-shadow: 0px 10px 10px #CCC;
	-webkit-box-shadow: 0px 10px 10px #CCC;
	box-shadow: 0px 10px 10px #CCC;
	position: fixed;
	top: 0;
	z-index: 999;
}

.lt-ie8 header#mainheader {
	position: relative;
	width: auto;
}

header#mainheader h1 {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 317px;
	margin-top: 30px;
	height: 80px;
	float: left;
}

header#mainheader h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

header#mainheader h1 a b {
	display: none;
}

header#mainheader nav {
	float: right;
	width: 145px;
}

header#mainheader nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}

header#mainheader nav ul li {
	display: block;
	border-bottom: 1px solid #b9ab97;
}

header#mainheader nav ul li.last {
	border-bottom: none;
}

header#mainheader nav ul li a {
	display: block;
	font-size: 12px;
	color: #b9ab97;
	text-decoration: none;
	line-height: 27px;
	text-transform: uppercase;
	-webkit-transition: color 1s;
	-moz-transition: color 1s;
	-o-transition: color 1s;
	transition: color 1s;
}

#main {
	position: relative;
	min-height: 800px;
	margin-top: 180px;
	margin-bottom: 10px;
}

.lt-ie8 #main {
	margin-top: 20px;
}

section#content {
	float: left;
	width: 550px;
	min-height: 800px;
	margin-top: 5px;
}

aside#sidebar {
	width: 200px;
	float: right;
	min-height: 800px;
	margin-top: 10px;
}

aside#sidebar form label {
	display: block;
}

aside#sidebar .adspot {
	width: 100%;
	height: 135px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #EEE;
	margin-bottom: 10px;
}


footer#mainfooter {
	width: 100%;
	background: #050708;
	border-top: 10px solid #EEE;
	padding-bottom: 20px;
	padding-top: 20px;
}

footer#mainfooter p {
	font-size: 11px;
	text-align: right;
}

.footernav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: right;
}

.footernav ul li {
	display: inline-block;
	color: #b9ab97;
}

.footernav ul li a:after {
	content: "|";
	margin-left: 10px;
	margin-right: 10px;
}

.footernav ul li:last-child a:after {
	content: "";
	margin: 0;
}


.footernav ul li a {
	text-transform: uppercase;
	color: #b9ab97;
	display: inline-block;
	
}

article {
	margin-bottom: 50px;
}

article header {
	margin-bottom: 30px;
}

.colintro h1 {
	display: block;
	float: left;
	width: 30%;
}

.colintro .intro {
	display: block;
	float: right;
	width: 70%;
}

/* Slider */

#slider {
	width: 525px;
	height: 220px;
	background: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}


/* Forms */

.gform_wrapper {
	padding: 10px;
}

.gform_wrapper .gfield_label {
	color: #53308B;
}

.pink .gform_wrapper .gfield_label {
	color: #F16278;
}


.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
	background: #53308B;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px !important;
}

.pink .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
	background: #F16278;
	
}


.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type="submit"]:hover {
	background: #000;
}

/* Two Column Grid */


aside.col {
	width: 220px;
	float: left;
}

aside .pagenav {
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	list-style-type: none;
}

aside.col a, aside .pagenav a {
	display: block;
	border-top: 1px solid #B9AC99;
	border-bottom: 1px solid #B9AC99;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 20px;
	margin-right: 5px;
	margin-bottom: 8px;
	font-size: 12px;
	text-decoration: none;
	color: #B9AC99;
	text-transform: uppercase;
}

aside.col a.trainingcourse {
	border: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

aside .pagenav a {
	margin-left: 0px;
}



aside.col h4 {
	width: 95%;
	color: #B9AC99 !important;
	border-color: #B9AC99 !important;
}

aside.col a.back:before {
	content: "← ";
}

aside.col a:hover {
	font-weight: bold;
}

aside.col img {
	margin-bottom: 10px;
}

article.col {
	width: 325px;
	float: right;
}


/* Three Column Grid */

article.threecol header h1 {
	display: block;
	width: 30%;
	float: left;
}

article.threecol header p {
	display: block;
	width: 65%;
	float: right;
}



ul.colblock {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: both;
}

ul.colblock li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right: 5px;
}

ul.colblock li:last-child {
	margin-right: 0px;
}

ul.colblock li.last {
	margin-right: 0px;
}

ul.colblock li a img {
	border: none;
}

/* Five Column Grid */

article.fivecol ul.colblock li {
	margin-right: 0px;
}

/* Button Blocks */

.buttonblock {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.buttonblock li a img {
	border: none;
}

.buttonblock li a {
	filter: alpha(opacity=95);
	-khtml-opacity: 0.95;
	-moz-opacity: 0.95;
	opacity: 0.95;
}

.buttonblock li a:hover {
	filter: alpha(opacity=100);
	-khtml-opacity: 1.0;
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.buttonblock li {
	display: block;
	float: left;
	overflow: hidden;
	max-width: 33%;
}

.sidebuttonblock li {
	float: none;
	margin: 0px;
	padding: 0px;
	width: auto;
	overflow: visible;
}

.sidebuttonblock li a {
	display: inline;
	border: none;
	padding: 0px;
	margin: 0px;
}

.sidebuttonblock li a img {
	margin: 0px;
}

/* Graduates List */

.graduates li {
	display: block;
	float: left;
	width: 45%;
}

.graduates li:before {
	content: "•";
	margin-right: 10px;
}


/* Teacher lists */

.teachers {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.teachers li {
	float: left;
	display: block;
	width: 20%;
	overflow: hidden;
}

.teachers li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #b9ab97;
}

.teachers li img {
	display: block;
	margin: 4px;
	width: 105px;
	height: 105px;
	text-align: center;
}

.teachers li span {
	display: block;
	margin: 5px;
	width: 100%;
	padding-left: 5px;
	padding-bottom: 20px;
	border-top: 1px solid #AEACA3;
	padding-top: 5px;
	border-bottom: 1px solid #AEACA3;
}



.teachers li span.longname {
	padding-bottom: 2px;
}


/* Teacher profile */


ul.teachersocial {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: 20px;
}

ul.teachersocial li {
	width: 25px;
	height: 25px;
	margin: 5px;
	float: left;
}

ul.teachersocial li.twitter {
	background: url('graphics/teacher-social-twitter.png');
}

ul.teachersocial li.facebook {
	background: url('graphics/teacher-social-facebook.png');
}

ul.teachersocial li.email {
	background: url('graphics/teacher-social-email.png');
}

ul.teachersocial li a b {
	display: none;
}

ul.teachersocial a {
	display: block;
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

.teachergallery {
	text-align: center;
}

.teachergallery img {
	margin-bottom: 10px;
	margin-top: 10px;
}


/* Slider */

ul.bxslider {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	width: 525px;
	height: 220px;
	position: relative;
}

ul.bxslider li {
	display: block;
	position: relative;
	height: 220px;
	width: 525px;
}

ul.bxslider .slideimage {
	position: absolute;
	width: 525px;
	height: 220px;
}

ul.bxslider .slidecontent {
	position: absolute;
	z-index: 100;
	width: 285px;
	height: 220px;
	background: #000;
	opacity: 0.8;
	right: 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
}

ul.bxslider .slidecontent .padding {
	padding-left: 50px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}

ul.bxslider .slidecontent a {
	color: #C85770;
	font-size: 14px;
}

ul.bxslider .slidecontent a strong {
	color: #C85770;
	font-size: 16px;
	font-weight: normal;
}

ul.bxslider .slidecontent p {
	color: #FFF;
}

/* Extra Shop Styling */
.woocommerce-ordering{
display:none !important;
}



