/*----------------------------------------------------------*/
/*
/*	Project  :  The Spa Beechworth
/*	Author   :  Shaking Paper
/*
/*----------------------------------------------------------*/
/*-----------------------------------*/
/*  Import CSS
/*-----------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  border-radius: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="text"],
input[type="number"],
input[type="submit"],
input[type="button"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
/*-----------------------------------*/
/*  Media Queries (Mixin examples)
/*-----------------------------------*/
/*-----------------------------------*/
/*  Typography & Colour Mixins
/*-----------------------------------*/
.hide-text {
  font-size: 0;
  border: 0 none;
  color: transparent;
  text-indent: -100000em;
  line-height: 0;
}
.desktop {
  display: block;
}
@media only screen and (max-width: 767px) {
  .desktop {
    display: none;
  }
}
.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mobile {
    display: block;
  }
}
.clear {
  zoom: 1;
  width: 100%;
  clear: both;
  height: 0;
  visibility: hidden;
}
.maison-light {
  font-family: "Maison Neue Light", Helvetica, Arial, Sans-Serif, sans-serif;
  font-weight: 200;
  font-style: normal;
}
.maison-bold {
  font-family: "Maison Neue Demi", Helvetica, Arial, Sans-Serif, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.rufina {
  font-family: "Rufina", serif;
  font-weight: 400;
  font-style: normal;
}
em {
  font-style: italic;
}
/*-----------------------------------*/
/*  Links and type styles
/*-----------------------------------*/
a {
  text-decoration: none;
}
/*-----------------------------------*/
/*  Layout
/*-----------------------------------*/
body {
  background: #FFF;
  color: #333333;
  font-family: "Maison Neue Light", Helvetica, Arial, Sans-Serif, sans-serif;
  font-weight: 200;
  font-style: normal;
}
body strong {
  font-family: "Maison Neue Demi", Helvetica, Arial, Sans-Serif, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#wrap {
  background: #FFF;
}
.wrapper {
  width: 900px;
  margin: 0 auto;
  padding: 0 20px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .wrapper {
    width: 728px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper {
    width: 300px;
    padding: 0 10px 20px;
  }
}
.header {
  height: 116px;
  padding: 2px 0 0;
  border-bottom: 1px solid #c6a08a;
  margin: 0 auto 25px;
}
.header #toggleLeft {
  background: url('images/noun_project_22191.svg') no-repeat;
  font-size: 0;
  border: 0 none;
  color: transparent;
  text-indent: -100000em;
  line-height: 0;
  width: 25px;
  height: 25px;
  background-size: 25px;
  margin: 8px 0 0 0;
}
.header .shopping-cart {
  background: url('images/sprite.png') no-repeat -8px -330px;
  float: right;
  font-size: 0.625em;
  color: #8b8b8b;
  padding: 12px 0 4px 18px;
}
.header .shopping-cart a {
  text-transform: lowercase;
  color: #8b8b8b;
  text-decoration: underline;
  margin-left: 2px;
}
.header .shopping-cart a:hover {
  text-decoration: none;
}
.header h1 a {
  background: url('images/sprite.png') no-repeat -9px -9px;
  font-size: 0;
  border: 0 none;
  color: transparent;
  text-indent: -100000em;
  line-height: 0;
  display: block;
  width: 309px;
  height: 53px;
  margin: 36px 0 6px;
}
@media only screen and (max-width: 767px) {
  .header h1 a {
    background-position: 33px 3px;
    background-size: 280px;
    width: 280px;
    margin: 16px 10px 6px;
  }
}
.header ul {
  float: right;
  font-family: "Rufina", serif;
  font-weight: 400;
  font-style: normal;
}
.header ul li {
  float: left;
  margin-left: 22px;
  text-transform: lowercase;
  position: relative;
  display: inline;
}
.header ul li a {
  color: #c6a08a;
  padding-bottom: 5px;
}
.header ul li a:hover {
  color: #b34e00;
}
.header ul li.current-menu-item a {
  color: #b34e00;
}
.header ul li:hover > ul {
  display: block;
}
.header ul li ul {
  display: none;
  margin: 0;
  padding: 10px 20px;
  min-width: 100px;
  background: #FFF;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 22px;
  left: -20px;
  z-index: 1000;
}
.header ul li ul li {
  display: block;
  width: 100%;
  float: none;
  padding: 5px 0;
  margin: 0;
}
.single-treatmen ul li#menu-item-35 > a {
  color: #b34e00;
}
#contact .main p {
  line-height: 1.5em;
  margin-bottom: 2em;
}
.main img {
  max-width: 100%;
  height: auto;
}
.main.with-aside .content {
  float: right;
  width: 652px;
  min-height: 450px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .main.with-aside .content {
    width: 521px;
  }
}
@media only screen and (max-width: 767px) {
  .main.with-aside .content {
    width: 100%;
    float: none;
  }
}
.main.with-aside .content .banner {
  position: relative;
  margin-bottom: 1em;
}
.main.with-aside .content .banner h1 {
  background: #E62F00;
  background: #e62f00;
  background: rgba(203, 192, 185, 0.6);
  font-family: "Rufina", serif;
  font-weight: 400;
  font-style: normal;
  color: #FFF;
  font-size: 2em;
  text-transform: lowercase;
  position: absolute;
  top: 95px;
  width: 400px;
  margin-left: -210px;
  text-align: center;
  left: 50%;
  z-index: 100;
  padding: 15px 10px;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .main.with-aside .content .banner h1 {
    font-size: 2em;
    top: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .main.with-aside .content .banner h1 {
    top: 35px;
    font-size: 1.2em;
    width: 200px;
    margin-left: -100px;
  }
}
@media screen and (max-width: 767px) {
  h1.call {
    visibility: hidden;
    clear: none;
    float: left;
    margin-top: -100px;
    width: 100%;
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
.flexslider {
    visibility: hidden;
    clear: none;
    float: left;
    margin: 0px;
    width: 100%;
    display: none;
  }
}
.main.with-aside .content .banner h1.Couples {
  background: #004242;
  background: rgba(203, 192, 185, 0.6);
}
.main.with-aside .content .banner h1.Groups {
  background: #78A7A8;
  background: #78a7a8;
  background: rgba(203, 192, 185, 0.6);
}
.main.with-aside .content .banner h1.Face {
  background: #D37A00;
  background: #d37a00;
  background: rgba(203, 192, 185, 0.6);
}
.main.with-aside .content .banner h1.Body {
  background: #D11D00;
  background: #d11d00;
  background: rgba(203, 192, 185, 0.6);
}
.main.with-aside .content .banner h1.Massage {
  background: #7A0C00;
  background: #7a0c00;
  background: rgba(203, 192, 185, 0.6);
}
.main.with-aside .content .banner h1.Hands {
  background: #FF4D42;
  background: #ff4d42;
  background: rgba(203, 192, 185, 0.6);
}
.main.with-aside .content .banner h1.Wellbeing {
  background: #A74500;
  background: #a74500;
  background: rgba(203, 192, 185, 0.6);
}
.main.with-aside .content .banner h1.Extras {
  background: #FFA700;
  background: #ffa700;
  background: rgba(203, 192, 185, 0.6);
}
.main.with-aside .content .banner h1.Education {
  background: #D34800;
  background: #d34800;
  background: rgba(203, 192, 185, 0.6);
}
.main.with-aside .content h3 {
  color: #b34e00;
  margin-bottom: .75em;
  font-family: "Rufina", serif!important;
  font-size: 1.1em!important;
  line-height: 1.6em!important;
}
.main.with-aside .content p {
  font-size: 0.813em;
  line-height: 1.231em;
  margin: 0 0 1em 0;
}
.main.with-aside .content a {
  color: #c6a08a;
}
.main.with-aside .content a:hover {
  color: #b34e00;
}
.main.with-aside .aside {
  float: left;
  width: 230px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .main.with-aside .aside {
    width: 147px;
  }
}
@media only screen and (max-width: 767px) {
  .main.with-aside .aside {
    display: none;
  }
}
.main.with-aside .aside h2 {
  font-family: "Rufina", serif;
  font-weight: 400;
  font-style: normal;
  color: #b34e00;
  margin-bottom: 60px;
  font-size: 1.25em;
  line-height: 1.5em;
}
.main.with-aside .aside p {
  font-family: "Rufina", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  color: #666666;
  line-height: 1.5em;
  font-style: none;
  margin-bottom: 1em;
}
.main.with-aside .aside p strong {
  font-family: "Maison Neue Demi", Helvetica, Arial, Sans-Serif, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.75em;
  color: #333333;
}
.main.with-aside .aside ul li a {
  font-family: "Rufina", serif;
  font-weight: 400;
  font-style: normal;
  color: #c6a08a;
  text-transform: lowercase;
  font-size: 1.25em;
  line-height: 1.25em;
}
.main.with-aside .aside ul li a.current-page,
.main.with-aside .aside ul li a:hover {
  color: #b34e00;
}
.main.with-aside .aside ul li.current-menu-item > a,
.main.with-aside .aside ul li.current-menu-parent > a,
.main.with-aside .aside ul li.current-cat > a {
  color: #b34e00;
}
.main.with-aside .aside ul li ul {
  margin: 18px 0 28px;
}
.main.with-aside .aside ul li ul li a {
  font-family: "Maison Neue Light", Helvetica, Arial, Sans-Serif, sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
  color: #8b8b8b;
  font-size: 0.750em;
}
.main.with-aside .aside ul li ul li a:hover {
  color: #333333;
  font-family: "Maison Neue Demi", Helvetica, Arial, Sans-Serif, sans-serif;
  font-weight: 200;
  font-style: normal;
}
.main.with-aside .aside ul li ul li.current-menu-item a {
  color: #333333;
  font-family: "Maison Neue Demi", Helvetica, Arial, Sans-Serif, sans-serif;
  font-weight: 200;
  font-style: normal;
}
.main .slides img {
  z-index: 200;
}
.main .slides span {
  background: #E62F00;
  background: #e62f00;
  background: rgba(203, 192, 185, 0.6);
  color: #FFF;
  font-size: 2.500em;
  z-index: 300;
  display: block;
  padding: 30px;
  width: 830px;
  bottom: 0;
  position: absolute;
  text-align: right;
  font-family: "Rufina", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .main .slides span {
    font-size: 2em;
    width: 668px;
    z-index: 1000000;
  }
}
@media only screen and (max-width: 767px) {
  .main .slides span {
    font-size: 1.2em;
    padding: 10px 15px;
    z-index: 1000000;
    width: 270px;
    line-height: 1.5em;
  }
}
.main .feature-text {
  padding: 12px 0;
  margin: -10px 0;
  border-top: 1px solid #c6a08a;
  border-bottom: 1px solid #c6a08a;
  font-size: 0.750em;
}
@media only screen and (max-width: 767px) {
  .main .feature-text {
    padding: 0;
    border-top: 0 none;
    border-bottom: 0 none;
    margin: 0;
  }
}
.main .feature-text strong {
  color: #b34e00;
  font-size: 1.500em;
  margin-right: .75em;
  font-family: "Rufina", serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .main .feature-text strong {
    font-size: 1.250em;
  }
}
.main .feature-text a {
  color: #c6a08a;
}
.main .feature-text a:hover {
  color: #b34e00;
}
.main .featured-links ul {
  margin-left: -6px;
}
@media only screen and (max-width: 767px) {
  .main .featured-links ul {
    margin-left: 0;
  }
}
.main .featured-links ul li {
  width: 296px;
  margin: 0 0 4px 6px;
  float: left;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .main .featured-links ul li {
    width: 238px;
  }
}
@media only screen and (max-width: 767px) {
  .main .featured-links ul li {
    width: 300px;
    margin: 0 0 20px 0;
    float: none;
  }
  .main .featured-links ul li img {
    width: 300px;
  }
}
.main .featured-links ul li a span {
  background: rgba(203, 192, 185, 0.7);
  font-family: "Rufina", serif;
  font-weight: 400;
  font-style: normal;
  color: #FFF;
  font-size: 1.5em;
  position: absolute;
  top: 65px;
  width: 224px;
  text-align: center;
  left: 25px;
  z-index: 100;
  padding: 15px 10px;
  letter-spacing: 1px;
  text-transform: lowercase;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .main .featured-links ul li a span {
    font-size: 1.2em;
    width: 170px;
    top: 50px;
  }
}
.main .featured-links ul li p {
  font-size: 0.813em;
  text-align: center;
  margin-top: 10px;
}
.main .featured-links ul li p a {
  color: #333333;
}
.main .treatments {
  margin-left: -9px;
}
.main .treatments li {
  width: 294px;
  margin: 0 0 9px 9px;
  float: left;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .main .treatments li {
    width: 236px;
  }
}
.main .treatments li a span {
  background: rgba(203, 192, 185, 0.6);
  font-family: "Rufina", serif;
  font-weight: 400;
  font-style: normal;
  color: #FFF;
  font-size: 1.500em;
  position: absolute;
  top: 65px;
  width: 244px;
  text-align: center;
  left: 25px;
  z-index: 100;
  padding: 15px 0;
  letter-spacing: 1px;
  text-transform: lowercase;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .main .treatments li a span {
    font-size: 1.2em;
    width: 184px;
    top: 50px;
  }
}
.main .treatments li a span.Couples {
  background: rgba(203, 192, 185, 0.6);
}
.main .treatments li a span.Groups {
  background: rgba(203, 192, 185, 0.6);
}
.main .treatments li a span.Face {
  background: rgba(203, 192, 185, 0.6);
}

.main .content ul.treatments li a span.Seasonal {
  background: rgba(203, 192, 185, 0.6);
}

.main .content ul.treatments li a span.Anti-aging {
  background: rgba(203, 192, 185, 0.6);
}

.main .treatments li a span.Body {
  background: rgba(203, 192, 185, 0.6);
}
.main .treatments li a span.Massage {
  background: rgba(203, 192, 185, 0.6);
}
.main .treatments li a span.Hands {
  background: rgba(203, 192, 185, 0.6);
}
.main .treatments li a span.Wellbeing {
  background: rgba(203, 192, 185, 0.6);
}
.main .treatments li a span.Extras {
  background: rgba(203, 192, 185, 0.6);
}

.main div.content ul.treatments li a span.Beauty {
  background: rgba(203, 192, 185, 0.6);
}
.main .single-treatment {
  padding-bottom: 1.2em;
  margin-bottom: 1em;
  border-bottom: 1px solid #c6a08a;
}
.main .single-treatment .button.booking-button,
.main .single-treatment .button.voucher-button {
  background: #958f8b;
  color: #FFF !important;
  text-transform: uppercase;
  font-size: 0.750em;
  padding: 1px 12px;
}
.main .button.booking-button {
  background: #958f8b;
  color: #FFF !important;
  text-transform: uppercase;
  font-size: 0.750em;
  padding: 1px 12px;
}
.woocommerce button,
.woocommerce .button {
  background: #958f8b;
  font-size: 0.6em;
  color: #FFF!important;
  border: 0 none;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-family: "Maison Neue Light", Helvetica, Arial, Sans-Serif, sans-serif;
  font-weight: 200;
  font-style: normal;
  padding: 6px 9px;
  cursor: pointer;
}
.woocommerce button:hover,
.woocommerce .button:hover {
  background: #b25026;
  color: #FFF !important;
}
.woocommerce .woocommerce-ordering {
  display: none;
}
.woocommerce .required {
  color: #bc1212;
}
.woocommerce .mobile-cat-nav {
  margin-bottom: 16px;
}
.woocommerce .mobile-cat-nav a.trigger {
  font-size: 0;
  border: 0 none;
  color: transparent;
  text-indent: -100000em;
  line-height: 0;
  cursor: pointer;
  width: 300px;
  height: 32px;
  display: block;
  background: url('images/sprite.png') no-repeat -10px -523px;
}
.woocommerce .mobile-cat-nav ul {
  display: none;
  padding: 16px 0 0;
  height: auto;
}
.woocommerce .mobile-cat-nav ul ul {
  padding: 4px 0;
}
.woocommerce .mobile-cat-nav ul li a {
  font-family: "Rufina", serif;
  font-weight: 400;
  font-style: normal;
  color: #c6a08a;
  text-transform: lowercase;
  font-size: 1em;
  line-height: 1.25em;
}
.woocommerce .mobile-cat-nav ul li ul li a {
  font-family: "Maison Neue Light", Helvetica, Arial, Sans-Serif, sans-serif !important;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
  color: #8b8b8b !important;
  font-size: .75em;
}
.woocommerce .mobile-cat-nav ul li ul li a:hover {
  color: #333333;
}
.woocommerce ul.products,
.woocommerce ul.rc_wc_rvp_product_list_widget {
  margin-left: -10px;
}
.woocommerce ul.products li,
.woocommerce ul.rc_wc_rvp_product_list_widget li {
  position: relative;
  width: 153px;
  float: left;
  margin: 0 0 20px 10px;
  font-size: 0.750em;
  line-height: 1.25em;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .woocommerce ul.products li,
  .woocommerce ul.rc_wc_rvp_product_list_widget li {
    width: 122px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce ul.products li,
  .woocommerce ul.rc_wc_rvp_product_list_widget li {
    width: 145px;
  }
}
.woocommerce ul.products li a h3,
.woocommerce ul.rc_wc_rvp_product_list_widget li a h3 {
  color: #b25026 !important;
}
.woocommerce ul.products li a img,
.woocommerce ul.rc_wc_rvp_product_list_widget li a img {
  margin-bottom: 10px;
  height: 203px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .woocommerce ul.products li a img,
  .woocommerce ul.rc_wc_rvp_product_list_widget li a img {
    height: 162px;
  }
}
.woocommerce ul.products li a span.hover,
.woocommerce ul.rc_wc_rvp_product_list_widget li a span.hover {
  font-size: 0;
  border: 0 none;
  color: transparent;
  text-indent: -100000em;
  line-height: 0;
  display: none;
  background: url('images/sprite.png') no-repeat -10px -90px;
  width: 153px;
  height: 203px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .woocommerce ul.products li a span.hover,
  .woocommerce ul.rc_wc_rvp_product_list_widget li a span.hover {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce ul.products li a span.hover,
  .woocommerce ul.rc_wc_rvp_product_list_widget li a span.hover {
    display: none !important;
  }
}
.woocommerce ul.products li a:hover span.hover,
.woocommerce ul.rc_wc_rvp_product_list_widget li a:hover span.hover {
  display: block;
}
.woocommerce ul.products li .price,
.woocommerce ul.rc_wc_rvp_product_list_widget li .price {
  font-family: "Maison Neue Demi", Helvetica, Arial, Sans-Serif, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #333 !important;
}
.woocommerce ul.products li .product-controls,
.woocommerce ul.rc_wc_rvp_product_list_widget li .product-controls {
  overflow: auto;
  padding-top: 10px;
  display: block;
}
.woocommerce ul.products li .product-controls .button.add_to_cart_button,
.woocommerce ul.rc_wc_rvp_product_list_widget li .product-controls .button.add_to_cart_button {
  font-size: 0 !important;
  border: 0 none !important;
  color: transparent !important;
  text-indent: -100000em !important;
  line-height: 0 !important;
  display: block !important;
  background: url('images/sprite.png') no-repeat -294px -196px !important;
  width: 89px !important;
  height: 32px !important;
  padding: 0 !important;
  margin: 12px 0 0 !important;
  float: left;
}
.woocommerce ul.products li .product-controls .button.add_to_cart_button:hover,
.woocommerce ul.rc_wc_rvp_product_list_widget li .product-controls .button.add_to_cart_button:hover {
  background-position: -182px -196px !important;
}
.woocommerce ul.products li .product-controls .button.info_button,
.woocommerce ul.rc_wc_rvp_product_list_widget li .product-controls .button.info_button {
  display: none;
}
.woocommerce .woocommerce-pagination {
  border-top: 1px solid #c6a08a;
  width: 100%;
  clear: both;
  padding: 1em 0 0;
  font-size: 87.5%;
}
.woocommerce .woocommerce-pagination ul {
  text-align: center;
}
.woocommerce .woocommerce-pagination ul li {
  display: inline;
}
.woocommerce .woocommerce-pagination ul li a {
  display: inline-block;
  color: #c6a08a;
}
.woocommerce ul.rc_wc_rvp_product_list_widget li {
  width: 83px;
}
@media only screen and (max-width: 767px) {
  .woocommerce ul.rc_wc_rvp_product_list_widget li {
    width: 67px;
  }
}
.woocommerce ul.order_details,
.woocommerce .customer_details {
  margin: .75em 0;
  font-size: 87.5%;
}
.woocommerce ul.order_details dt,
.woocommerce .customer_details dt {
  color: #b34e00;
  margin: .75em 0;
  font-size: 115%;
}
.woocommerce ul.order_details li,
.woocommerce .customer_details li {
  margin: .5em 0;
}
.woocommerce ul.order_details {
  margin-bottom: .5em;
}
.woocommerce .shop_table.order_details {
  font-size: 87.5%;
  width: 100%;
  text-align: center;
}
.woocommerce .shop_table.order_details thead {
  border-bottom: 1px solid #c6a08a;
  text-align: center;
  font-family: "Maison Neue Demi", Helvetica, Arial, Sans-Serif, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.woocommerce .shop_table.order_details tr th,
.woocommerce .shop_table.order_details tr td {
  padding: 5px 0;
}
.woocommerce .shop_table.order_details tr th {
  font-family: "Maison Neue Demi", Helvetica, Arial, Sans-Serif, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.woocommerce .recently-viewed {
  font-size: .750em;
}
.woocommerce .recently-viewed h4 {
  margin-bottom: 25px;
}
.woocommerce .recently-viewed img {
  height: auto !important;
}
.woocommerce .product {
  overflow: hidden;
}
.woocommerce .product .images {
  width: 300px;
  float: left;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .woocommerce .product .images {
    padding-bottom: 20px;
    width: 100%;
    float: none;
  }
}
.woocommerce .product .summary.entry-summary {
  width: 220px;
  float: right;
  margin: 40px 40px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .woocommerce .product .summary.entry-summary {
    margin: 40px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce .product .summary.entry-summary {
    margin: 0 0 20px 0;
    width: 100%;
    float: none;
  }
}
.woocommerce .product .summary.entry-summary h1 {
  margin-bottom: 12px;
}
.woocommerce .product .summary.entry-summary .price {
  font-family: "Maison Neue Demi", Helvetica, Arial, Sans-Serif, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.woocommerce .product .summary.entry-summary input[type="number"] {
  border: 0 none;
  background: #E8E8E8;
  padding: 7px 10px;
  width: 30px;
}
.woocommerce .product .summary.entry-summary input[type="button"] {
  display: none;
}
.woocommerce .product .summary.entry-summary button[type="submit"] {
  margin: 12px 0;
}
.woocommerce .product .summary.entry-summary .button,
.woocommerce .product .summary.entry-summary button {
  color: #FFF !important;
  min-width: 69px !important;
}
.woocommerce .woocommerce-message {
  font-size: 0.813em;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Maison Neue Demi", Helvetica, Arial, Sans-Serif, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.woocommerce .woocommerce-message a {
  display: none;
}
.woocommerce .shop_table.cart {
  width: 100%;
  font-size: .813em;
  text-align: center;
}
.woocommerce .shop_table.cart thead {
  border-bottom: 1px solid #c6a08a;
  text-align: left;
  font-family: "Maison Neue Demi", Helvetica, Arial, Sans-Serif, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.woocommerce .shop_table.cart tr th,
.woocommerce .shop_table.cart tr td {
  padding: 10px 0;
}
.woocommerce .shop_table.cart tbody tr td {
  border-bottom: 1px solid #c6a08a;
  text-align: right;
}
.woocommerce .shop_table.cart tbody tr td.product-quantity input[type="button"] {
  display: none;
}
.woocommerce .shop_table.cart tbody tr td.product-quantity input[type="number"] {
  border: 0 none;
  padding: 10px;
  width: 30px;
}
.woocommerce .shop_table.cart tbody tr.cart_table_item td {
  text-align: left;
  vertical-align: middle;
}
.woocommerce .cart-collaterals {
  font-size: .813em;
  text-align: right;
  padding: 10px 0 40px;
  overflow: auto;
}
.woocommerce .cart-collaterals h2 {
  font-family: "Maison Neue Demi", Helvetica, Arial, Sans-Serif, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.woocommerce .cart-collaterals table {
  width: 40%;
  float: right;
  padding-top: 5px;
  margin-top: 10px;
  border-top: 1px solid #c6a08a;
}
.woocommerce .cart-collaterals table td,
.woocommerce .cart-collaterals table th {
  padding: 5px 0;
  border-bottom: 1px solid #c6a08a;
}
.woocommerce select {
  display: block;
  margin: 10px 0;
}
.woocommerce .shipping select {
  margin: 10px 0 10px 10px;
  display: inline;
}
.woocommerce input[type="text"] {
  padding: 10px;
  border: 0 none;
  background: #e8e8e8;
  margin: 5px 0;
  width: 94%;
  outline: none;
}
.woocommerce input[type="text"]#shipping_postcode,
.woocommerce input[type="text"]#billing_postcode {
  width: 34%;
}
.woocommerce textarea {
  background: transparent;
  border: 1px solid #E0E0E0;
  width: 610px;
  resize: none;
  padding: 10px;
  height: 150px;
  margin-top: 10px;
  outline: none;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .woocommerce textarea {
    width: 487px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce textarea {
    width: 280px;
  }
}
.woocommerce label {
  display: block;
  margin-top: 10px;
}
.woocommerce label.checkbox {
  display: inline;
}
.woocommerce #shiptobilling label {
  font-family: "Maison Neue Demi", Helvetica, Arial, Sans-Serif, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.woocommerce #order_review_heading {
  margin-bottom: 10px;
}
.woocommerce #order_review table {
  border-top: 1px solid #c6a08a;
  border-bottom: 1px solid #c6a08a;
  padding: 4px 0;
  font-size: .813em;
  width: 97%;
  text-align: left;
}
.woocommerce #order_review table thead {
  font-family: "Maison Neue Demi", Helvetica, Arial, Sans-Serif, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.woocommerce #order_review table thead th {
  padding: 8px 0;
}
.woocommerce #order_review table tbody td {
  padding: 8px 0;
}
.woocommerce #order_review table tfoot {
  border-top: 1px solid #c6a08a;
}
.woocommerce #order_review table tfoot td {
  padding: 8px 0;
}
.woocommerce .woocommerce_error.woocommerce-error {
  list-style: disc;
  margin: 1em 0 1em 1.5em;
  color: red;
  line-height: 1.25em;
  font-size: .813em;
}
.woocommerce #payment {
  margin: 10px 0;
  padding: 10px 0;
}
.woocommerce #payment .payment_methods.methods li label {
  display: inline;
}
.woocommerce #payment .payment_methods.methods li label img {
  margin: 10px 0 0 10px;
}
.woocommerce #payment .payment_methods.methods li label,
.woocommerce #payment .payment_methods.methods li input[type="radio"] {
  height: 30px;
  vertical-align: middle;
}
.woocommerce #payment .form-row.terms {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  #cart th.product-thumbnail,
  #cart td.product-thumbnail {
    display: none;
  }
}
#order-received .woocommerce h2 {
  color: #b34e00;
  margin: .75em 0;
  font-size: 115%;
}
.single-product .mobile-cat-nav {
  display: none;
}
.footer {
  font-size: 0.688em;
  line-height: 1.4em;
  padding: 26px 0 10px;
  margin-top: 40px;
  border-top: 1px solid #c6a08a;
  border-bottom: 1px solid #c6a08a;
}
@media only screen and (max-width: 767px) {
  .footer {
    margin-top: 10px;
  }
}
.footer a {
  color: #c6a08a;
}
.footer a:hover {
  color: #b34e00;
}
.footer .col {
  float: left;
}
.footer .col.col_1 {
  width: 120px;
}
.footer .col.col_2 {
  width: 132px;
}
@media only screen and (max-width: 767px) {
  .footer .col.col_2 {
    width: 140px;
  }
}
.footer .col.col_3 {
  width: 184px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .footer .col.col_3 {
    width: 144px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .col.col_3 {
    width: 140px;
  }
}
.footer .col.col_4 {
  width: 174px;
  margin-top: -4px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .footer .col.col_4 {
    width: 114px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .col.col_4 {
    padding-top: 20px;
  }
}
.footer .col.col_4 h4 {
  font-family: "Rufina", serif;
  font-weight: 400;
  font-style: normal;
  color: #b34e00;
  text-align: right;
  padding: 4px 20px 0 0;
  float: left;
}
.footer .col.col_4 ul li {
  float: left;
  margin-right: 8px;
}
.footer .col.col_4 ul li a {
  font-size: 0;
  border: 0 none;
  color: transparent;
  text-indent: -100000em;
  line-height: 0;
  display: block;
  width: 21px;
  height: 21px;
}
.footer .col.col_4 ul li a#facebook {
  background: url('images/sprite.png') no-repeat -200px -95px;
}
.footer .col.col_4 ul li a#facebook:hover {
  background-position: -200px -124px;
}
.footer .col.col_4 ul li a#twitter {
  background: url('images/sprite.png') no-repeat -229px -95px;
}
.footer .col.col_4 ul li a#twitter:hover {
  background-position: -229px -124px;
}
.footer .col.col_4 ul li a#pinterest {
  background: url('images/sprite.png') no-repeat -258px -95px;
}
.footer .col.col_4 ul li a#pinterest:hover {
  background-position: -258px -124px;
}
.footer .col.col_5 {
  width: 290px;
  margin-top: -4px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .footer .col.col_5 {
    width: 218px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .col.col_5 {
    margin-top: 0;
    padding: 20px 0 0 0;
  }
}
.footer .col.col_5 h4 {
  font-family: "Rufina", serif;
  font-weight: 400;
  font-style: normal;
  color: #b34e00;
  width: 80px;
  text-align: right;
  padding: 4px 10px 0 10px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .footer .col.col_5 h4 {
    padding: 4px 10px 0 0;
  }
}
.footer .col.col_5 form,
.footer .col.col_5 ul {
  float: right;
  width: 190px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .footer .col.col_5 form,
  .footer .col.col_5 ul {
    width: 115px;
  }
}
.footer .col.col_5 form {
  margin: 0 0 12px;
}
.footer .col.col_5 form input {
  font-size: 0.750em;
  background: none;
  border: 1px solid #D3D3D3;
  padding: 4px 3px;
  outline: none;
  width: 180px;
  margin: 2px 0;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .footer .col.col_5 form input {
    width: 105px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .col.col_5 form input {
    width: 190px;
  }
}
@-moz-document url-prefix() {
  .col_5 form {
    margin: 0 0 12px !important;
  }
}
.footer p.copyright {
  text-align: right;
  color: #b34e00;
  font-size: 90%;
}
.page-template-home-php .header,
.page-template-spa-store-php .header {
  margin: 0 auto 6px;
}
.checkout-button {
  font-size: 0 !important;
  border: 0 none !important;
  color: transparent !important;
  text-indent: -100000em !important;
  line-height: 0 !important;
  display: inline-block !important;
  background: url('images/sprite.png') no-repeat -294px -238px !important;
  width: 89px !important;
  padding: 0 !important;
  height: 32px !important;
}
.checkout-button:hover {
  background-position: -182px -238px !important;
}
input.update-cart-button {
  font-size: 0 !important;
  border: 0 none !important;
  color: transparent !important;
  text-indent: -100000em !important;
  line-height: 0 !important;
  display: inline-block !important;
  background: url('images/sprite.png') no-repeat -294px -448px !important;
  width: 89px !important;
  height: 32px !important;
}
input.update-cart-button:hover {
  background-position: -182px -448px !important;
}
a.keep-shopping-button {
  font-size: 0 !important;
  border: 0 none !important;
  color: transparent !important;
  text-indent: -100000em !important;
  line-height: 0 !important;
  display: inline-block !important;
  background: url('images/sprite.png') no-repeat -294px -486px !important;
  width: 89px !important;
  height: 32px !important;
  float: right;
  padding: 0 !important;
}
a.keep-shopping-button:hover {
  background-position: -182px -486px !important;
}
button.single_add_to_cart_button {
  font-size: 0 !important;
  border: 0 none !important;
  color: transparent !important;
  text-indent: -100000em !important;
  line-height: 0 !important;
  display: block !important;
  background: url('images/sprite.png') no-repeat -294px -196px !important;
  width: 89px !important;
  height: 32px !important;
  padding: 0 !important;
  margin: 12px 0 0 !important;
}
button.single_add_to_cart_button:hover {
  background-position: -182px -196px !important;
}
input#place_order {
  font-size: 0 !important;
  border: 0 none !important;
  color: transparent !important;
  text-indent: -100000em !important;
  line-height: 0 !important;
  display: inline-block !important;
  background: url('images/sprite.png') no-repeat -294px -282px !important;
  width: 89px !important;
  height: 32px !important;
  padding: 0 !important;
}
input#place_order:hover {
  background-position: -182px -282px !important;
}
a.booking-button {
  font-size: 0 !important;
  border: 0 none !important;
  color: transparent !important;
  text-indent: -100000em !important;
  line-height: 0 !important;
  display: inline-block !important;
  background: url('images/sprite.png') no-repeat -294px -407px !important;
  width: 89px !important;
  height: 32px !important;
  padding: 0 !important;
}
a.booking-button:hover {
  background-position: -182px -407px !important;
}
a.voucher-button {
  font-size: 0 !important;
  border: 0 none !important;
  color: transparent !important;
  text-indent: -100000em !important;
  line-height: 0 !important;
  display: inline-block !important;
  background: url('images/sprite.png') no-repeat -294px -324px !important;
  width: 89px !important;
  height: 32px !important;
  padding: 0 !important;
}
a.voucher-button:hover {
  background-position: -182px -324px !important;
}
.parent-pageid-28 .aside ul li.current_page_item a {
  color: #b34e00;
}
/*-----------------------------------*/
/*  Plugins
/*-----------------------------------*/
.no-backgroundsize .flexslider .flex-direction-nav {
  display: none;
}
/* FlexSlider Necessary Styles
*********************************/






form.visual-form-builder {
  margin: -16px 0 0 !important;
}
.visual-form-builder fieldset {
  clear: both !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 none !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}
.visual-form-builder ul {
  margin: 0 !important;
}
p#form_success {
  color: #b34e00 !important;
}
.visual-form-builder li {
  padding: 0 !important;
}
.visual-form-builder li#item-vfb-11,
.visual-form-builder li#item-vfb-12,
.visual-form-builder li#item-vfb-13,
.visual-form-builder li#item-vfb-14 {
  width: 50% !important;
  float: left !important;
  clear: none !important;
  height: 70px !important;
}
@media only screen and (max-width: 767px) {
  .visual-form-builder li#item-vfb-11,
  .visual-form-builder li#item-vfb-12,
  .visual-form-builder li#item-vfb-13,
  .visual-form-builder li#item-vfb-14 {
    float: none !important;
  }
}
.visual-form-builder li#item-vfb-12,
.visual-form-builder li#item-vfb-14 {
  width: 45% !important;
  padding-left: 5% !important;
}
@media only screen and (max-width: 767px) {
  .visual-form-builder li#item-vfb-12,
  .visual-form-builder li#item-vfb-14 {
    padding-left: 0 !important;
  }
}
input.vfb-text,
input[type="text"].vfb-text,
input[type="tel"].vfb-text,
input[type="email"].vfb-text,
input[type="url"].vfb-text,
textarea.vfb-textarea {
  padding: 10px !important;
  border: 0 none !important;
  border-radius: 0 !important;
  background: none repeat scroll 0 0 #E8E8E8 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 5px 0 15px !important;
  width: 94% !important;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  input.vfb-text,
  input[type="text"].vfb-text,
  input[type="tel"].vfb-text,
  input[type="email"].vfb-text,
  input[type="url"].vfb-text,
  textarea.vfb-textarea {
    width: 84% !important;
  }
}
@media only screen and (max-width: 767px) {
  input.vfb-text,
  input[type="text"].vfb-text,
  input[type="tel"].vfb-text,
  input[type="email"].vfb-text,
  input[type="url"].vfb-text,
  textarea.vfb-textarea {
    width: 280px !important;
  }
}
select.vfb-select {
  margin: 5px 0 15px !important;
}
@media only screen and (max-width: 767px) {
  select.vfb-select {
    width: 280px !important;
  }
}
textarea.vfb-textarea {
  background: transparent !important;
  border: 1px solid #E0E0E0 !important;
  width: 610px !important;
  resize: none;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  textarea.vfb-textarea {
    width: 83.5% !important;
  }
}
@media only screen and (max-width: 767px) {
  textarea.vfb-textarea {
    width: 278px !important;
  }
}
.visual-form-builder .vfb-legend {
  margin: 0 0 10px !important;
  padding: 0 0 5px 0 !important;
  border-bottom: 1px solid #c6a08a !important;
  color: #b34e00 !important;
  font-size: inherit;
}
.visual-form-builder .vfb-legend h3 {
  font-size: inherit !important;
  line-height: 1.0em !important;
  padding: 0 !important;
}
.vfb-section.vfb-section-2 input.vfb-text {
  width: 45% !important;
}
.vfb-section input.vfb-submit {
  background: #333;
  color: #FFF;
  border: 0 none;
  text-transform: uppercase;
  font-family: "Maison Neue Light", Helvetica, Arial, Sans-Serif, sans-serif;
  font-weight: 200;
  font-style: normal;
  padding: 6px 9px;
  cursor: pointer;
  margin: 1em 0;
}
.vfb-section input.vfb-submit:hover {
  background: #b34e00;
}
.snap-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 2;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -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);
}
.snap-drawers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}
.snap-drawer {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 265px;
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.snap-drawer-left {
  background: #c6a08a;
  left: 0;
  z-index: 1;
}
.snap-drawer-left hr {
  border: 0 none;
  height: 0.5px;
  display: block;
  background: #FFF;
}
.snap-drawer-left > ul {
  margin: 20px 0 16px 20px;
}
.snap-drawer-left > ul li {
  line-height: 1.5em;
}
.snap-drawer-left > ul li a {
  color: #FFF;
}
.snap-drawer-left a {
  color: #FFF;
}
.snap-drawer-left ul#menu-footer-links {
  font-size: 75%;
}
.snap-drawer-left ul#menu-footer-links a {
  color: #b34e00;
  font-weight: bold;
}
.snap-drawer-right {
  right: 0;
  z-index: 1;
}
.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
  display: none;
}
.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
  width: 100%;
}

ul.content-list {
	list-style:disc inside none;
	font-size:.813em;
	line-height:1.231em;
}

ul.content-list li {
	padding:0 0 20px 10px;
	text-indent:-1em;
}

body#education.single div#wrap.snap-content div.wrapper div.main div.content div.banner {
	display:none;
}

div.content p a.button.register-button {
	background:#9F9288;
	color:#FFF!important;
	text-transform:uppercase;
	font-size:.75em;
	padding:15px;
	display:inline-block;
}

div.content p a.button.register-button:hover {
	background:#B4654B;
}

div.flexslider ul.flex-direction-nav {
	display:none;
}

.no-backgroundsize .flexslider .flex-direction-nav {
	display:none;
}

.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus {
	outline:none;
}

.slides,.flex-control-nav,.flex-direction-nav {
	margin:0;
	padding:0;
	list-style:none;
}

.flexslider h1 a {
	color:#FFF;
}

@font-face {
	font-family:'http://www.thespabeechworth.com.au/wp-content/themes/spa/css/fonts/flexslider-icon';
	src:url(http://www.thespabeechworth.com.au/wp-content/themes/spa/css/fonts/flexslider-icon.eot);
	src:url(http://www.thespabeechworth.com.au/wp-content/themes/spa/css/fonts/flexslider-icon.eot?#iefix) format("embedded-opentype)","url(http://www.thespabeechworth.com.au/wp-content/themes/spa/css/fonts/flexslider-icon.woff") format("woff)","url(http://www.thespabeechworth.com.au/wp-content/themes/spa/css/fonts/flexslider-icon.ttf") format("truetype)","url(http://www.thespabeechworth.com.au/wp-content/themes/spa/css/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
	font-weight:400;
	font-style:normal;
}

.flexslider {
	margin:0;
	padding:0;
	position:relative;
}

.flexslider .slides > li {
	display:none;
	-webkit-backface-visibility:hidden;
}

.flexslider .slides img {
	width:100%;
	display:block;
}

.flexslider .flex-direction-nav li a.flex-disabled {
	display:none;
}

@media only screen and (max-width: 767px) {
	.flexslider {
		display:none;
	}
}

.flex-pauseplay span {
	text-transform:capitalize;
}

.slides:after {
	content:"\0020";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}

html[xmlns] .slides {
	display:block;
}

* html .slides {
	height:1%;
}

.no-js .slides > li:first-child {
	display:block;
}

.flexslider {
	background:#fff;
	border:4px solid #fff;
	position:relative;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	zoom:1;
}

.flex-viewport {
	max-height:2000px;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
}

.loading .flex-viewport {
	max-height:300px;
}

.flexslider .slides {
	zoom:1;
}

.carousel li {
	margin-right:5px;
}

.flex-direction-nav {
	*height:0;
}

.flex-direction-nav a {
	display:block;
	width:40px;
	height:40px;
	margin:-20px 0 0;
	position:absolute;
	top:50%;
	z-index:10;
	overflow:hidden;
	opacity:0;
	cursor:pointer;
	color:rgba(0,0,0,0.8);
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}

.flex-direction-nav .flex-prev {
	left:-50px;
}

.flex-direction-nav .flex-next {
	right:-50px;
	text-align:right;
}

.flexslider:hover .flex-prev {
	opacity:.7;
	left:10px;
}

.flexslider:hover .flex-next {
	opacity:.7;
	right:10px;
}

.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover {
	opacity:1;
}

.flex-direction-nav .flex-disabled {
	opacity:0!important;
	filter:alpha(opacity=0);
	cursor:default;
}

.flex-direction-nav a:before {
	font-family:"flexslider-icon";
	font-size:40px;
	display:inline-block;
	content:'\f001';
}

.flex-direction-nav a.flex-next:before {
	content:'\f002';
}

.flex-pauseplay a {
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	bottom:5px;
	left:10px;
	opacity:.8;
	z-index:10;
	overflow:hidden;
	cursor:pointer;
	color:#FFF;
}

.flex-pauseplay a:before {
	font-family:"flexslider-icon";
	font-size:20px;
	display:inline-block;
	content:'\f004';
}

.flex-pauseplay a:hover {
	opacity:1;
}

.flex-pauseplay a.flex-play:before {
	content:'\f003';
}

.flex-control-nav {
	bottom:36px;
	left:40px;
	position:absolute;
	text-align:left;
	width:100%;
}

.flex-control-nav li {
	margin:0 6px;
	display:inline-block;
	zoom:1;
	*display:inline;
}

.flex-control-paging li a {
	width:11px;
	height:11px;
	display:block;
	background:#666;
	background:rgba(255,255,255,0.5);
	cursor:pointer;
	text-indent:-9999px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px;
}

.flex-control-paging li a:hover {
	background:#333;
	background:rgba(255,255,255,0.7);
}

.flex-control-paging li a.flex-active {
	background:#000;
	background:rgba(255,255,255,0.9);
	cursor:default;
}

.flex-control-thumbs {
	margin:5px 0 0;
	position:static;
	overflow:hidden;
}

.flex-control-thumbs li {
	width:25%;
	float:left;
	margin:0;
}

.flex-control-thumbs img {
	width:100%;
	display:block;
	opacity:.7;
	cursor:pointer;
}

.flex-control-thumbs img:hover {
	opacity:1;
}

.flex-control-thumbs .flex-active {
	opacity:1;
	cursor:default;
}

@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity:1;
		left:10px;
	}
	
	.flex-direction-nav .flex-next {
		opacity:1;
		right:10px;
	}
}

#education.single div#wrap.snap-content div.wrapper div.main div.content div.one-third-left {
	width:33.333%;
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}

div.main div.content div.featured-links ul li p a {
	color:#B34E00;
}

div.main div.content div.featured-links ul li p a:hover {
	color:#C6A08A;
}

#contact.page div#wrap.snap-content div.wrapper div.main div.content div.one-third {
width:30%;
float: left;
}

#contact.page div#wrap.snap-content div.wrapper div.main div.content div.two-thirds {
width:60%;
float: right;
}

#contact.page form.visual-form-builder li {
width:98% !important;
}

#contact.page textarea.vfb-textarea {
width:98% !important;
}

#contact.page input.vfb-text, 
#contact.page input.vfb-text[type="text"], 
#contact.page input.vfb-text[type="tel"], 
#contact.page input.vfb-text[type="email"], 
#contact.page input.vfb-text[type="url"], 
#contact.page textarea.vfb-textarea {
width:98% !important;
}

#contact.page div#wrap.snap-content div.wrapper div.main div.content div.two-thirds div#vfb-form-3.visual-form-builder-container form#contact-form-3.visual-form-builder fieldset#item-vfb-30.vfb-fieldset div.vfb-legend,
#contact.page div#wrap.snap-content div.wrapper div.main div.content div.two-thirds div#vfb-form-3.visual-form-builder-container form#contact-form-3.visual-form-builder fieldset#item-vfb-30.vfb-fieldset ul.vfb-section li#vfb-31, 
#contact.page div#wrap.snap-content div.wrapper div.main div.content div.two-thirds div#vfb-form-3.visual-form-builder-container form#contact-form-3.visual-form-builder fieldset#item-vfb-30.vfb-fieldset ul.vfb-section li.vfb-item-secret {
display: none !important;
}

.vfb-item-submit {
display: block !important;
}

#contact.page div#wrap.snap-content div.wrapper div.main div.content div.two-thirds div#vfb-form-3.visual-form-builder-container form#contact-form-3.visual-form-builder fieldset#item-vfb-30.vfb-fieldset ul.vfb-section li#item-vfb-32.vfb-item input#vfb-32.vfb-submit {
margin-top: 0;
}

#contact.page textarea.vfb-textarea {
margin-bottom: 0 !important;
}

table.content_table {
    font-size: 0.813em;
    width: 100%;
    text-align: left;
    margin: 20px 0;
}

table.content_table thead th {
    border-bottom: 1px solid #c6a08a;
    font-family: "Maison Neue Demi",Helvetica,Arial,Sans-Serif,sans-serif;
    font-style: normal;
    font-weight: 600;
    padding:10px;
    border-top: 1px solid #c6a08a;
}

table.content_table tbody tr td {
    border-bottom: 1px solid #c6a08a;
    vertical-align: middle;
    padding:10px;

}
h1.call{
      display: inline-block;
  margin-right: -118px;
  margin-left: 0px;
  padding: 0px;
  color: #c6a08a;
  font-size: 16px;
  float: right;
  margin-top: 35px;
}
span.callus{
    float: right;
  margin-top: 30px;
}
.logo-part h1{
      display: inline-block;
}
.footer .social h4 {
  display: none;
}
.footer .col.col_4 ul li a#instagrame {
    background: url('http://www.thespabeechworth.com.au/wp-content/uploads/2015/06/insta.png') no-repeat;
  background-position: center;
  background-size: contain;
}
.footer .col.col_4 ul li a#facebook{
    background: url('http://www.thespabeechworth.com.au/wp-content/uploads/2015/06/face.png') no-repeat;
  background-position: center;
  background-size: contain;
}
.footer .col.col_4 ul li a#twitter{
   background: url('http://www.thespabeechworth.com.au/wp-content/uploads/2015/06/twit.png') no-repeat;
  background-position: center;
  background-size: contain;
}
.footer .col.col_4 ul li a#pinterest{
    background: url('http://www.thespabeechworth.com.au/wp-content/uploads/2015/06/pint.png') no-repeat;
  background-position: center;
  background-size: contain;
}
.footer .col.col_4 ul li a#facebook:hover {
  background-position: inherit;
}
.footer .col.col_4 ul li a#twitter:hover {
  background-position: inherit;
}
.footer .col.col_4 ul li a#pinterest:hover {
  background-position: inherit;
}
.wp-caption-text {
  text-align: center!important;
  padding-top: 10px!important;
}