/*
  _____             __  _            _____                     __
 / ___/______ ___ _/ /_(_)  _____   / ___/__  __ _  ___  __ __/ /____ ____
/ /__/ __/ -_) _ `/ __/ / |/ / -_) / /__/ _ \/  ' \/ _ \/ // / __/ -_) __/
\___/_/  \__/\_,_/\__/_/|___/\__/  \___/\___/_/_/_/ .__/\_,_/\__/\__/_/
                                                 /_/
   ___         _      __     __  __
  / _ )___    | | /| / /__ _/ /_/ /____
 / _  / _ \   | |/ |/ / _ `/ __/ __(_-<
/____/\___/   |__/|__/\_,_/\__/\__/___/

*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline
}
html {
	line-height: 1
}
ol,
ul {
	list-style: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle
}
q,
blockquote {
	quotes: none
}
q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none
}
a img {
	border: none
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

body {
	letter-spacing: 1px;
	line-height: 1.3;
	font-family: "azo-sans-web",sans-serif;
	font-style: normal;
	font-weight: 400;
}

a {
	color: rgb(149,169,155);
}

a:hover,
a:active,
a:focus {
	text-decoration: none !important;
}

p {
	margin: 15px 0px;
	line-height: 23px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	margin: 10px 0px;
	letter-spacing: 1.5px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 20px;
	font-weight: 700;
}

em {
	font-family: "azo-sans-web",sans-serif;
	font-style: italic;
	font-weight: 400;
}

b, strong {
	font-family: "azo-sans-web",sans-serif;
	font-style: normal;
	font-weight: 700;
}

.navbar-default .navbar-collapse {
	place-self: normal;
}

.content-area a,
.content-area a:visited {
	color: #95A99B;
}

.content-media {
	margin-top: 35px;
}

.content-media-items {
	margin: 50px 0px 80px 0px;
}

.content-media-item {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #827F81;
	padding: 10px;
	margin: 0px 0px 10px 0px;
}

.content-media-item h4 {
	margin: 5px 0px 0px 0px;
}

.content-media-item p {
	margin: 3px 0px 0px 0px;
	font-weight: 700;
}

.content-media-gallery-items {
	margin: 30px 0px;
}

.content-media-gallery-item {
	margin: 5px 0px;
}

.content-media-gallery-items h4 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.about-green-block-first {
	background-color: #EDF1EF;
	margin-top: 20px;
}

.about-green-block-first-content {
	padding: 20px 0px;
}

.about-green-block-second {
	background-color: #D9E3DC;
	margin-top: 5px;
}

.about-green-block-second-content {
	padding: 20px 0px;
}

.about-green-block-second-content hr {
	  border-top: 1px solid #000000;
}

.about-green-block-second-content h3 {
	margin: 10px 0px 20px 0px;
	text-transform: uppercase;
}

.about-green-block-second-content h4 {
	margin: 10px 0px;
	text-transform: uppercase;
}

.about-green-block-second-content ul {
	margin: 0px 0px 0px 20px;
}

.about-green-block-second-content ul li {
	margin: 18px 0px;
	font-size: 12px;
}

.about-green-block-third {
	background-color: #C4D5CA;
	margin-top: 5px;
	margin-bottom: -40px;
}

.about-green-block-third-content {
	padding: 20px 0px;
}

.about-the-yoga-room-heading {
	margin: 50px -15px 20px -15px;
}

.about-the-yoga-room-staff-item {
	margin: 20px 0px;
}

.about-the-yoga-room-staff-item img:hover {
	opacity: .8;
}

.about-the-yoga-room-staff-item img {
	width: 100%;
}

.about-the-yoga-room-staff-item strong {
	position: relative;
	top: 10px;
}

.about-the-yoga-room-staff-item-link a {
	margin-top: 10px;
	color: #999999 !important;
	font-size: 12px;
}

.contact-content {
	padding: 50px 0px;
}

.contact-contactform {
	border-bottom: 1px solid rgba(149,169,155,.8);
	margin-bottom: 20px;
}

header.site-header {
	background-image: url('../images/home-header.jpg');
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 10px 0px;
}

header.site-header-home {
	background-image: url('../images/home-header.jpg');
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 600px;
}

header .header-logo {
	background-color: rgba(192,209,198,.8);
	margin-top: -10px;
	padding: 10px 0px 20px 0px;
}

header .header-logo .img-responsive {
	margin: 0 auto;
}

header .header-logo img {
	max-height: 100px;
}

.inside-page-heading h1 {
	font-size: 30px;
	color: #FFFFFF;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.navbar-default {
	background-color: rgba(149,169,155,.8) !important;
	border-color: transparent !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.navbar-default .navbar-toggle {
	border-color: #FFFFFF;
}

.navbar-default .navbar-toggle:hover {
	background-color: rgb(192,209,198);
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFFFFF;
}

.navbar-default .navbar-nav > li > a {
	color: #FFFFFF !important;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent !important;
	border-bottom: 1px solid #FFFFFF;
}

.navbar-default .navbar-nav > li > a:hover {
	border-bottom: 1px solid #CCCCCC;
}

.home-tagline {
	background-color: #3e3e54;
	color: #FFFFFF;
	text-align: center;
	padding: 20px;
	font-size: 20px;
	margin: -65px 0px 0px 0px;
	letter-spacing: 2px;
	font-family: "museo-slab",serif;
	font-style: italic;
	font-weight: 300;
}

.home_box_wrapper {
	margin: 50px 0px 50px 0px;
}

.home_box {
    background-image: url(/wp-content/uploads/2026/03/pattern.png);
    padding: 20px;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0px;
    letter-spacing: 2px;
    align-content: center;
    background-color: #C0D1C6;
    width: 100%;
    box-shadow: 1px 0px 17px -3px #00000085;
    transition: all 0.6s ease;
}

.home_box:hover {
	background-color: #a6bbad;
}

.home_box_content {
    font-family: "museo-slab", serif;
    font-style: normal;
    font-size: 30px;
    color: #4e4d57;
    line-height: normal;
    margin: auto;
}

.home_box_content a {
	color: #000000 !important;
}

.site-content {
	margin-top: 20px;
	margin-bottom: 20px;
	background: #FFFFFF;
	padding-bottom: 20px;
}

.site-content-home {
	background-image: url('../images/pattern.jpg');
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 40px 0px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3 {
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 400;
	margin: 10px 0px;
}
/*
.content_widget_area {
	background: #c0d1c6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	min-height: 300px;
	padding: 20px;
	margin: 20px 0px;
}

.content_widget_area h3 {
	text-align: center;
	font-family: "museo-slab",serif;
	font-style: italic;
	font-weight: 300;
}
*/
.sub-nav-custom {
	margin: -20px 0px 30px 0px;
	text-align: center;
	text-transform: uppercase;
	font-family: "museo-slab",serif;
	font-style: italic;
	font-weight: 300;
	background-color: #EDF1EF;
	padding: 30px 0px
}

.sub-nav-custom a {
	color: #FFFFFF !important;
}

.sub-nav-custom a:hover,
.sub-nav-custom a:active,
.sub-nav-custom a:focus {
	text-decoration: none !important;
}

.sub-nav-custom-item {
	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-bottomright: 50px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	background-color: #C0D1C6;
	padding: 20px 25px;
	display: inline-block;
	margin: 10px 0px;
}

.sub-nav-custom-item-active {
	font-weight: 700;
	background: rgb(149, 169, 155);
}

.img-featured-banner {
	margin-bottom: 15px;
}

.rounded {
	-webkit-border-top-left-radius: 35px;
	-webkit-border-bottom-right-radius: 35px;
	-moz-border-radius-topleft: 35px;
	-moz-border-radius-bottomright: 35px;
	border-top-left-radius: 35px;
	border-bottom-right-radius: 35px;
}

.rounded-alt {
	-webkit-border-top-right-radius: 35px;
	-webkit-border-bottom-left-radius: 35px;
	-moz-border-radius-topright: 35px;
	-moz-border-radius-bottomleft: 35px;
	border-top-right-radius: 35px;
	border-bottom-left-radius: 35px;
}

.widget_testimonial a {
	color: #000000 !important;
}

.entry-header h1 {
	font-size: 30px;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 400;
}

.post-meta {
	margin: 10px 0px;
}

.post-meta span {
	margin-right: 10px;
}

.article {
	border-bottom: 1px solid #000000;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.classes {
	margin: 20px 0px;
}

.classes-nav {
	margin-left: -15px;
}

.classes-nav ul li {
	border-bottom: 1px solid #000000;
	margin-top: 0px;
}

.classes-nav ul li:first-child {
	border-top: 1px solid #000000;
}

.classes-nav ul li a {
	color: #000000;
}

.widget_testimonial {
	background-color: #C0D1C6;
	padding: 20px 25px;
}

.widget_quote {
	background-color: #5C5B66;
	color: #FFFFFF;
	padding: 10px 25px;
	text-align: center;
	font-family: "museo-slab",serif;
	font-style: italic;
	font-weight: 300;
}

.nav-pills {
	/*border-right: 1px solid rgb(192,209,198);*/
	border-right: 1px solid #000000;
}

.nav-pills li.active a {
	background-color: rgb(192,209,198) !important;
	color: #000000;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.nav-pills li a:hover,
.nav-pills li a:active,
.nav-pills li a:focus {
	background-color: rgb(149,169,155) !important;
	color: #000000 !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.widget-area .widget {
	margin: 20px 0px;
}

.widget-area .widget:first-child {
	margin-top: 0px;
}

.widget-area .widget .widget-title {
	font-size: 20px;
	margin-bottom: 8px;
}

.widget_about {
	border: 1px solid rgb(149,169,155);
}

.widget_about_content {
	padding: 10px;
	color: rgb(149,169,155);
}

.site-footer-tagline {
	text-align: center;
	text-transform: uppercase;
	padding: 10px;
	border-top: 2px solid rgba(149,169,155,.8);
	border-bottom: 2px solid rgba(149,169,155,.8);
	letter-spacing: 2px;
}

.site-footer-tagline a {
	color: rgb(192,209,198);
}

.site-footer-tagline a:hover {
	color: rgb(149,169,155);
}

.latest_news {
	margin-top: 10px;
}

.latest_news li {
	border-bottom: 1px solid #000000;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.latest_news li:last-child {
	border-bottom: none;
}

.footer-social {
	margin-top: 10px;
}

.footer-social a {
	color: #FFFFFF !important;
}

.footer-social .fa {
	font-size: 35px;
}

footer address {
	font-size: 11px;
	color: #FFFFFF;
}

footer address a {
	font-size: 11px;
	color: #FFFFFF !important;
}

footer #testimonials li {
	font-family: "museo-slab",serif;
	font-style: italic;
	font-weight: 300;
}

footer.site-footer {
	color: #000000;
	padding: 20px 0px 30px 0px;
	background: rgb(192,209,198);
	font-size: 12px;
}

footer.site-footer h1,
footer.site-footer h2,
footer.site-footer h3,
footer.site-footer h4,
footer.site-footer h5,
footer.site-footer h6 {
	color: #FFFFFF !important;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	margin: 10px 0px;
}

footer.site-footer h3 {
	font-size: 20px;
}

footer.site-footer a,
footer.site-footer a:visited {
	color: #000000;
}

.site-info a {
	font-size: 12px;
	color: #FFFFFF !important;
}

.about-sidebar-logo {
	margin: 30px 0px 10px 0px;
}

.img-responsive-centered .img-responsive {
	margin: 0px auto;
}

.img-dangit-jordan {
	max-width: 250px;
}

.audio-session h4 {
	color: #95A99B;
}

.audio-session .entry-content .purchase-btn {
	color: white;
    background-color: #95A99B;
    padding: 6px 20px;
    display: inline-block;
}

.audio-session hr {
	border-top: 2px solid #95A99B;
	margin-bottom: 0;
	margin-top: 35px;
}

.ctct-custom-form {
	min-width: 150px !important;
    width: 100% !important;
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.nav > li > a {
		padding: 15px 20px;
	}

	.navbar-default .navbar-collapse {
		place-self: center;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.nav > li > a {
		padding: 15px 35px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.nav > li > a {
		padding: 15px 50px;
	}
}
