/*! ==========================================================================
    Theme Name: Womenkind
    Theme URI: http://womenkind.com.au
    Author: Compass Web
    Author URI: http://compassweb.com.au
    Description: Custom Website for Womenkind
========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Nunito:300,300i,400,400i,600,600i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Droid+Serif:400,400i");
html {
  box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: 'Nunito', Arial, Verdana, sans-serif;
  font-weight: 300;
  color: #282828;
  margin: 0;
  padding: 0;
}

img {
  height: auto;
  max-width: 100%;
}

/* ==========================================================================
   @ normalize.css v3.0.1 | MIT License | git.io/normalize
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

hr {
  border: 0;
  height: 1px;
  background: #ccc;
  margin: 20px 0;
}

/* ==========================================================================
   @ Grid
   ========================================================================== */
.grid {
  margin: 0 0 20px 0;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

[class*='col-'] {
  float: left;
  padding-right: 20px;
}

.col-1-4 {
  width: 25%;
}

.col-1-3 {
  width: 33.33%;
}

.col-1-2 {
  width: 50%;
}

.col-2-3 {
  width: 66.66%;
}

.col-1-12 {
  width: 8.33%;
}

.col-2-12 {
  width: 16.66%;
}

.col-3-12 {
  width: 24.99%;
}

.col-4-12 {
  width: 33.32%;
}

.col-5-12 {
  width: 41.65%;
}

.col-6-12 {
  width: 49.98%;
}

.col-7-12 {
  width: 58.31%;
}

.col-8-12 {
  width: 66.64%;
}

.col-9-12 {
  width: 74.97%;
}

.col-10-12 {
  width: 83.3%;
}

.col-11-12 {
  width: 91.63%;
}

.col-12-12 {
  width: 100%;
}

.grid-pad {
  padding: 20px 0 20px 20px;
}

.grid-pad [class*='col-']:last-of-type {
  padding-right: 20px;
}

@media screen and (max-width: 47.938rem) {
  [class*='col-'] {
    float: none;
    padding: 0;
    width: 100%;
  }
}

/* ==========================================================================
   @ Typography
   ========================================================================== */
h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0 0 1rem 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #395773;
  font-family: "Droid Serif", "Georgia", "Times New Roman", serif;
  font-style: italic;
  font-weight: normal;
}

h1 {
  font-size: 2.250rem;
  margin: 0 0 2.50rem 0;
  text-align: center;
}

@media screen and (max-width: 47.938rem) {
  h1 {
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
  }
}

h2 {
  color: #69C9C5;
  font-size: 1.625rem;
}

@media screen and (max-width: 47.938rem) {
  h2 {
    font-size: 1.3rem;
  }
}

h3 {
  color: #69C9C5;
  font-size: 1.4rem;
}

h4 {
  font-size: 0.8rem;
}

h2, h3, h4 {
  margin-top: 1.5rem;
}

li {
  margin-left: 1rem;
}

a {
  color: #69C9C5;
  text-decoration: none;
}

a:hover {
  color: #395773;
}

.main-content .sub-title {
  color: #A4A4A4;
  font-size: 1.188rem;
  margin-bottom: 2.5rem;
  margin-top: -32px;
}

@media screen and (max-width: 47.938rem) {
  .main-content .sub-title {
    margin-bottom: 1.5rem;
    margin-top: -20px;
  }
}

/* ==========================================================================
   @ Navigation
   ========================================================================== */
.main-nav {
  float: right;
  font-weight: 600;
  text-align: right;
  position: relative;
  width: 50%;
  z-index: 2;
}

.main-nav > ul {
  margin: 0;
}

.main-nav > ul > li {
  display: inline-block;
  margin: 0 -4px 0 0;
  padding: 0 15px;
}

.main-nav > ul > li:hover .sub-menu {
  display: block;
}

@media screen and (max-width: 53.75rem) {
  .main-nav li {
    margin: 0;
  }
}

.main-nav a {
  border-bottom: 4px solid transparent;
  color: white;
  display: block;
  text-decoration: none;
  padding: 5px 0;
}

.main-nav > ul > .current-menu-item > a,
.main-nav > ul > li > a:hover {
  border-bottom: 4px solid #395773;
}

@media screen and (max-width: 53.75rem) {
  .main-nav a {
    width: 100%;
  }
}

@media screen and (max-width: 53.75rem) {
  .main-nav {
    background: #395773;
    display: none;
    position: fixed;
    left: 0;
    font-size: 2rem;
    text-align: center;
    top: 0;
    height: 100%;
    padding: 4rem 0;
    width: 100%;
    z-index: 100;
  }
  .main-nav > ul > li,
  .main-nav a {
    display: block;
  }
  .main-nav > ul > li {
    padding: 0;
  }
  .main-nav a:hover {
    opacity: 0.5;
  }
}

.open-nav {
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  padding: 2px 5px;
  display: none;
  color: white;
  font-weight: 700;
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 2;
}

.open-nav:hover {
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 53.75rem) {
  .open-nav {
    display: block;
  }
}

.close-nav {
  background: url(img/icon/close-nav.png);
  background-size: 100%;
  border: none;
  cursor: pointer;
  display: none;
  height: 32px;
  outline: 0;
  position: absolute;
  top: 15px;
  right: 10px;
  text-indent: -99999px;
  width: 32px;
  z-index: 101;
}

.sub-menu {
  display: none;
  margin: 0;
  padding: 0;
  opacity: 0.5;
}

@media screen and (min-width: 53.75rem) {
  .sub-menu {
    background: #395773;
    opacity: 1;
    position: absolute;
    padding: 1rem 1rem 0.6rem 1rem;
    text-align: left;
    width: 200px;
    z-index: 100;
  }
  .sub-menu li {
    display: block;
    margin: 0;
  }
}

.sub-menu a:hover {
  opacity: 1;
}

.footer-nav {
  color: white;
  font-size: 0.875rem;
  font-weight: 400;
  opacity: 0.57;
}

.footer-nav ul {
  margin: 0;
}

.footer-nav li {
  display: inline-block;
  margin: 0 10px;
}

.footer-nav a {
  color: white;
}

@media screen and (max-width: 31.25rem) {
  .footer-nav {
    display: none;
  }
}

/* ==========================================================================
   @ Layout
   ========================================================================== */
.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.single-post .container {
  max-width: 940px;
}

.pull-up {
  background: white;
  margin-top: -160px;
  position: relative;
}

@media screen and (max-width: 47.938rem) {
  .pull-up {
    margin: 0;
  }
}

.site-header {
  background: url("img/banner/bg-banner-about.jpg");
  background-size: cover;
  background-position: center center;
  height: 755px;
  padding: 20px;
  position: relative;
  width: 100%;
}

.home .site-header {
  background: url("img/banner/bg-banner.jpg");
  background-repeat: no-repeat;
  background-position: 80% center;
  background-size: auto 100%;
}

.page-id-2 .site-header {
  background: url("img/banner/bg-banner-about.jpg");
  background-size: cover;
  background-position: 80% center;
}

.page-id-10 .site-header {
  background: url("img/banner/bg-banner-contact.jpg");
  background-size: cover;
  background-position: center center;
}

.woocommerce-page .site-header,
.page-id-658 .site-header,
.page-id-33 .site-header,
.page-id-35 .site-header {
  background: url("img/banner/bg-banner-courses.jpg");
  background-size: cover;
  background-position: center center;
}

.archive .site-header,
.single-post .site-header,
.blog .site-header {
  background: url("img/banner/bg-banner-blog.jpg");
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 47.938rem) {
  .site-header {
    height: 350px;
    padding: 15px;
  }
}

.banner-overlay {
  background: url(img/banner/bg-banner-pattern.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left bottom;
  bottom: -20px;
  height: 80%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  width: 100%;
}

.banner-overlay-dark {
  background: rgba(0, 0, 0, 0.1);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.home .banner-overlay {
  opacity: 1;
}

.site-logo {
  background: url(img/logo/site-logo.png) no-repeat;
  background-size: 100% auto;
  display: block;
  float: left;
  height: 63px;
  margin: 0;
  width: 150px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 47.938rem) {
  .site-logo {
    height: 55px;
    width: 100px;
  }
}

.site-tagline {
  background: #395773;
  height: 250px;
  left: 50px;
  transform: rotate(-45deg);
  position: absolute;
  top: 155px;
  width: 250px;
}

.site-tagline-overlay {
  background: #395773;
  border: 1px solid #6e8498;
  height: 230px;
  width: 230px;
  position: absolute;
  top: 10px;
  left: 10px;
}

@media screen and (max-width: 47.938rem) {
  .site-tagline {
    left: 35px;
    height: 120px;
    top: 127px;
    width: 120px;
  }
  .site-tagline-overlay {
    height: 100px;
    width: 100px;
  }
}

@media screen and (max-width: 415px) {
  .site-tagline {
    left: 20px;
  }
}

.site-tagline-text {
  color: white;
  font-family: "Droid Serif", "Georgia", "Times New Roman", serif;
  font-style: italic;
  font-size: 1.813rem;
  line-height: 2.4rem;
  position: absolute;
  transform: rotate(45deg);
  text-align: center;
  top: 96px;
  width: 100%;
}

.site-tagline-text span {
  color: #8799aa;
}

.home .site-tagline-text {
  top: 62px;
}

@media screen and (max-width: 47.938rem) {
  .site-tagline-text {
    font-size: 0.8rem;
    line-height: 1.2rem;
    top: 40px;
  }
  .home .site-tagline-text {
    top: 23px;
  }
}

.site-footer {
  background: #395773;
  color: white;
  font-weight: 600;
  font-size: 1rem;
  min-height: 175px;
  text-align: center;
  padding: 1.875rem 0;
}

.site-footer p {
  margin-bottom: 0.875rem;
}

@media screen and (max-width: 31.25rem) {
  .site-footer {
    min-height: 100px;
  }
}

.main-content {
  padding: 45px 90px;
}

.main-content h2,
.main-content h3 {
  margin-top: 4rem;
}

.main-content p,
.main-content li {
  font-size: 1.063rem;
  line-height: 1.875rem;
}

.main-content a {
  font-weight: 600;
}

.single-post .main-content {
  margin: 0 auto;
  max-width: 900px;
}

@media screen and (max-width: 78.75rem) {
  .main-content {
    padding: 40px 0;
  }
  .main-content h2,
  .main-content h3 {
    margin-top: 3rem;
  }
  .main-content p {
    line-height: 1.7rem;
  }
}

@media screen and (max-width: 31.25rem) {
  .main-content {
    padding: 30px 0;
  }
}

.introduction {
  text-align: center;
}

@supports (display: flex) {
  .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}

@media screen and (min-width: 47.938rem) {
  .flex-blog::after {
    width: 45%;
  }
}

.section {
  padding: 1rem 0 3.125rem 0;
}

.section-title {
  font-family: "Nunito", "Open Sans", Arial, sans-serif;
  font-size: 1.625rem;
  font-style: normal;
  margin-bottom: 3.125rem;
  padding: 0;
  text-align: center;
}

/* ==========================================================================
   @ Home
   ========================================================================== */
.title-transformation {
  color: #395773;
  margin: 0.5rem 0 2.5rem 0;
}

@media screen and (max-width: 47.938rem) {
  .title-transformation {
    margin-bottom: 1.5rem;
  }
}

/* ==========================================================================
   @ About
   ========================================================================== */
.section-about {
  background-color: #395773;
  background-image: url(img/banner/bg-pattern.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 100%;
  color: white;
  font-family: "Droid Serif", "Georgia", "Times New Roman", serif;
  font-style: italic;
  font-size: 1.625rem;
  line-height: 2.313rem;
  padding: 35px 0 0 0;
}

@media screen and (max-width: 71.563rem) {
  .section-about { 
    padding: 30px 0 15px 0;
  }
}

@media screen and (max-width: 31.25rem) {
  .section-about {
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 35px 0 15px 0;
  }
}

.page-id-658 .section-about {
  font-size: 1.5rem;
  line-height: 2.2rem;
}

.page-id-35 .section-about {
  font-size: 1.3rem;
  line-height: 2.1rem;
}

.section-about.grid {
  margin: 0;
}

.about-quote {
  display: block;
  float: left;
  margin: 0;
  padding: 65px 0 0 120px;
  width: 840px;
}

@media screen and (max-width: 71.563rem) {
  .about-quote {
    padding: 10px;
    width: 100%;
  }
}

.about-quote-name {
  display: block;
  font-family: "Nunito", "Open Sans", Arial, sans-serif;
  font-size: 1.063rem;
  font-style: italic;
  font-weight: 400;
  margin-top: 45px;
}

.about-quote-name a {
  color: #69C9C5;
}

@media screen and (max-width: 31.25rem) {
  .about-quote-name {
    margin: 30px 0 0 0;
    font-size: 0.875rem;
    line-height: 1.2rem;
  }

  .about-quote-name p {
    margin: 0;
  }
}

.about-cutout {
  background: url(img/bg/bg-katie-cutout.png) no-repeat;
  background-size: 100% auto;
  float: left;
  height: 394px;
  width: 263px;
}

@media screen and (max-width: 71.563rem) {
  .about-cutout {
    display: none;
  }
}

.accreditation-logo {
  display: inline-block;
  max-height: 150px;
  margin: 4rem 0 0 0;
  vertical-align: middle;
  width: auto;
}

.accreditation-logo:first-of-type {
  margin-right: 60px;
}

.photo-katie {
  border: 1px solid #dedede;
  padding: 7px;
  display: block;
  float: right;
  height: auto;
  width: auto;
  margin-top: 1.7rem;
  max-height: 290px;
}

/* ==========================================================================
   @ Services
   ========================================================================== */
.services {
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 47.938rem) {
  .services {
    margin-bottom: 1.5rem;
  }
}

.service {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  max-width: 350px;
  margin: 0 1%;
  height: 250px;
  position: relative;
  width: 30%;
}

.service {
  float: left;
}

@supports (display: flex) {
  .service {
    float: none;
  }
}

@media screen and (max-width: 48rem) {
  .service {
    height: 200px;
  }
}

@media screen and (max-width: 45rem) {
  .service {
    margin: 0 auto 1.5rem auto;
    width: 100%;
  }
}

@media screen and (max-width: 31.25rem) {
  .service {
    height: 180px;
  }
}

.service-title {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  left: 0;
  padding: 1rem;
  position: absolute;
  text-align: left;
  width: 100%;
}

@media screen and (max-width: 48rem) {
  .service-title {
    font-size: 1.25rem;
    padding: 0.7rem;
  }
}

.service:hover .service-title {
  background-color: rgba(0, 0, 0, 0.5);
}

.service-title-workshop {
  background-image: url(img/icon/icon-flower.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 32px 32px;
}

.service-title-retreats {
  background-image: url(img/icon/icon-lilly.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 28px 32px;
}

.service-title-life-coaching {
  background-image: url(img/icon/icon-leaves.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 42px 34px;
}

.main-content .title-booking {
  margin-top: 6rem;
}

.main-content .title-testimonials {
  margin-top: 3rem;
}

@media screen and (max-width: 47.938rem) {
  .main-content .title-booking {
    margin-top: 3rem;
  }
}

/* ==========================================================================
   @ Newsletter
   ========================================================================== */
.section-newsletter {
  background: #69C9C5;
  text-align: center;
}

.section-newsletter .section-title {
  color: white;
}

/* ==========================================================================
   @ Social
   ========================================================================== */
.section-social .section-title {
  color: #4F4F4F;
}

/* ==========================================================================
   @ Contact
   ========================================================================== */
.acf-map {
  width: 100%;
  height: 400px;
}

.google-map {
  margin-top: 4rem;
  padding: 0;
}

/* ==========================================================================
   @ Blog
   ========================================================================== */
.blog-posts {
  float: left;
  margin: 4rem 0 2rem 0;
  width: 45%;
}

@supports (display: flex) {
  .blog-posts {
    float: none;
  }
}

@media screen and (max-width: 47.938rem) {
  .blog-posts {
    margin: 2rem 0 1rem 0;
    max-width: 320px;
    width: 100%;
  }
}

.post-single-content img,
.post-single-content iframe {
  margin: 30px 0 20px 0;
}

.post-single-content iframe {
  height: 400px;
  margin: 30px 0 0 0;
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 47.938rem) {
  .post-single-content iframe {
    height: 250px;
    max-width: 100%;
  }
}

.post-single-content img.aligncenter {
  display: block;
  margin: 30px auto 20px 0;
}

.post-single-content ul,
.post-single-content ol,
.post-single-content li {
  margin: 0;
  padding: 0;
}

.post-single-content ul,
.post-single-content ol {
  margin-left: 17px;
}

.post-single-content li {
  margin-bottom: 1rem;
}

.post-excerpt p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.post-thumbnail {
  background-size: cover;
  background-position: center center;
  background-color: #f5f5f5;
  padding-bottom: 50%;
  position: relative;
  margin-bottom: 1.5rem;
  width: 95%;
}

.post-thumbnail:before, .post-thumbnail:after {
  background: white;
  display: block;
  height: 50px;
  width: 50px;
  content: '';
  position: absolute;
  transform: rotate(45deg);
}

.post-thumbnail:before {
  left: -25px;
  top: -25px;
}

.post-thumbnail:after {
  bottom: -25px;
  right: -25px;
}

@media screen and (max-width: 31.25rem) {
  .post-thumbnail:before, .post-thumbnail:after {
    height: 25px;
    width: 25px;
  }
  .post-thumbnail:before {
    left: -12px;
    top: -12px;
  }
  .post-thumbnail:after {
    bottom: -12px;
    right: -12px;
  }
}

@media screen and (max-width: 47.938rem) {
  .post-thumbnail {
    width: 100%;
  }
}

.post-meta {
  color: #ABABAB;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0.5rem 0 1rem 0;
  text-transform: uppercase;
}

.archive .post-meta,
.blog .post-meta {
  display: block;
}

.single .post-meta {
  border-top: 3px solid #F0F0F0;
  margin-top: 3.5rem;
  padding-top: 1rem;
}

.post-meta-col {
  width: 50%;
}

.post-meta-back {
  font-size: 1rem;
  text-transform: none;
}

.single .post-meta-date {
  text-align: right;
}

.post-date {
  font-size: 0.7rem;
}

.archive .post-title,
.blog .post-title {
  font-size: 1.5rem;
  margin: 0;
}

.archive .post-title a,
.blog .post-title a {
  font-weight: 400;
}

.post-author {
  text-transform: none;
}

a.service-link {
  color: #395773;
  font-weight: 600;
}

a.service-link:hover {
  color: #69C9C5;
}

.blog-nav {
  margin-top: 4rem;
  text-align: center;
}

.page-numbers {
  display: inline-block;
  font-size: 1rem;
  margin: 0 5px;
}

.section-blog-filter {
  background: #395773;
  margin-top: 3rem;
}

.section-blog-filter .section-title {
  color: white;
}

.blog-filter-select {
  width: 47%;
}

.post-signature {
  color: #395773;
  display: block;
  font-family: 'Droid Serif';
  font-style: italic;
  font-weight: 100;
  margin-top: 40px;
}

#comments,
#reply-title {
  color: #395773;
  margin-bottom: 3rem;
}

#comments {
  margin: 5rem 0 2rem 0;
}

#reply-title {
  clear: both;
  margin-bottom: 1rem;
}

ol.commentlist {
  margin: 0;
  padding: 0;
}

.commentlist li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-author {
  margin-bottom: 1rem;
}

.comment-form label {
  display: inline-block;
  vertical-align: middle;
  width: 15%;
}

.comment-form #author,
.comment-form #email,
.comment-form #url,
.comment-form textarea {
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  color: #212121;
  font-family: "Nunito", "Open Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 10px;
  outline: none;
  padding: 0 25px;
  -webkit-box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.1);
}

.comment-form input {
  height: 51px;
  width: 84.4%;
}

.comment-form textarea {
  margin: 10px 0 0 0;
  padding: 20px 25px;
  width: 100%;
}

.comment-form .submit {
  margin: 2rem 0 0 0;
  width: auto;
}

.comment-form .required {
  color: red;
}

.comment-respond a {
  color: #395773;
  font-weight: normal;
}

.comment-respond #cancel-comment-reply-link {
  color: #69C9C5;
  font-family: "Nunito", "Open Sans", Arial, sans-serif;
  font-style: normal;
  font-size: 1rem;
  display: inline-block;
  margin-left: 1rem;
}

@media screen and (max-width: 47.938rem) {
  .comment-form input,
  .comment-form label {
    width: 100%;
  }
  .comment-form #author,
  .comment-form #email,
  .comment-form #url {
    margin-top: 10px;
  }
}

.comment-notes {
  margin-bottom: 2rem;
}

.comment-notes p {
  font-size: 0.875rem;
}

.comment-body {
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.comment-author .url,
.comment-author .fn {
  display: block;
  clear: both;
  font-family: "Droid Serif", "Georgia", "Times New Roman", serif;
  font-weight: normal;
  font-size: 1.6rem;
  color: #69C9C5;
}

.comment-author .says,
.comment-author .avatar {
  display: none;
}

.comment-meta {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0.5rem 0 1rem 0;
  text-transform: uppercase;
}

.comment-meta a {
  color: #ABABAB;
}

.form-submit {
  text-align: right;
}

.author-bio {
  background: #395773;
	border: 10px solid #395773;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  color: white;
  font-family: "Droid Serif", "Georgia", "Times New Roman", serif;
  margin-top: 3rem;
  padding: 2rem 1rem 0.8rem 1rem;
}

.author-bio-link {
  font-family: "Nunito", "Open Sans", Arial, sans-serif;
  font-weight: 400;  
  font-style: normal;
}

.author-bio-link:hover {
  color: #69C9C5;
}

.author-bio-photo {
  max-width: 23%;
}

.author-bio-photo img {
  border-radius: 100%;
  margin: 0;
}

.author-bio-content {
  font-style: italic;
  max-width: 68%;
}

@media screen and (max-width: 47.938rem) {
  .author-bio-photo,
  .author-bio-content {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .author-bio-content p {
    font-size: 1rem;
  }
  
  .author-bio-photo {
    max-width: 200px; 
    margin: 0 auto 1.5rem auto;
  }
}

/* ==========================================================================
   @ Life Coaching
   ========================================================================== */
.life-coaching {
  margin-top: 4rem;
}

/* ==========================================================================
   @ Icons
   ========================================================================== */
.section-title-follow {
  margin-bottom: 1.2rem;
}

.social {
  text-align: center;
}

.social li {
  display: inline-block;
  margin: 0 1.2rem;
}

@media screen and (max-width: 31.25rem) {
  .social li {
    margin: 0 0.5rem;
  }
}

.social a {
  display: block;
  height: 64px;
  margin-right: 10px;
  width: 64px;
}

@media screen and (max-width: 31.25rem) {
  .social a {
    height: 48px;
    width: 48px;
  }
}

.social-facebook {
  background: url(img/icon/icon-facebook.png);
  background-size: 100%;
}

.social-twitter {
  background: url(img/icon/icon-twitter.png);
  background-size: 100%;
}

.social-instagram {
  background: url(img/icon/icon-instagram.png);
  background-size: 100%;
}

/* ==========================================================================
   @ Buttons
   ========================================================================== */
.btn,
#mc-embedded-subscribe,
.wpcf7-submit,
.submit {
  background: #395773;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "Nunito", "Open Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  height: 50px;
  padding: 15px 50px;
}

.button-header {
  float: right;
  margin-top: 25px;
}

/* ==========================================================================
   @ Miscellaneous
   ========================================================================== */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.wpcf7-form {
  margin-top: 2rem;
}

.comment-form .submit,
.button,
.wpcf7-submit {
  border: none;
  -webkit-appearance: none;
}

@media screen and (max-width: 31.25rem) {
  .wpcf7-submit {
    display: block;
    margin: 0 auto;
  }
}

.wpcf7-text,
.mc-field-group input,
.wpcf7-textarea,
.blog-filter-select select {
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  color: #212121;
  font-family: "Nunito", "Open Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 30px;
  outline: none;
  padding: 0 25px;
  width: 100%;
  -webkit-box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.1);
}

.wpcf7-textarea {
  margin-bottom: 0;
  padding: 20px 25px;
  width: 100%;
}

@media screen and (max-width: 31.25rem) {
  .mc-field-group input,
  .wpcf7-text {
    padding: 0 15px;
  }
  .wpcf7-textarea {
    padding: 10px 15px;
  }
}

.blog-filter-select select,
.mc-field-group input,
.wpcf7-text {
  height: 51px;
}

.mc-field-group {
  display: inline-block;
  margin: 0 1.5%;
  width: 30%;
}

@media screen and (max-width: 51.375rem) {
  .mc-field-group {
    margin: 0 auto;
    width: 80%;
  }
}

@media screen and (max-width: 31.25rem) {
  .mc-field-group {
    width: 100%;
  }
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
  background: #a90000;
  border: none;
  color: white;
  font-weight: 600;
  margin: 0;
  padding: 15px;
}

@media screen and (max-width: 31.25rem) {
  div.wpcf7-validation-errors,
  div.wpcf7-mail-sent-ok {
    margin: 0 0 1.5rem 0;
  }
}

div.wpcf7-mail-sent-ok {
  background: green;
}

span.wpcf7-not-valid-tip {
  color: #a90000;
  margin: -20px 0 20px 5px;
}

#mc-embedded-subscribe {
  margin-top: 0.5rem;
}

::-webkit-input-placeholder {
  color: #7A7A7A;
  font-family: "Nunito", "Open Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

:-moz-placeholder {
  color: #7A7A7A;
  font-family: "Nunito", "Open Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #7A7A7A;
  font-family: "Nunito", "Open Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

/* ==========================================================================
   @ WooCommerce
   ========================================================================== */
@supports (display: flex) {
  .woocommerce ul.products {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page-id-33 .woocommerce ul.products {
    justify-content: flex-start;
  }
}

.woocommerce ul.products {
  margin-top: 2rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #395773;
  font-size: 1.3rem;
  padding: 0;
}

.woocommerce a.button,
.woocommerce input.button,
.woocommerce .cart input.button,
.woocommerce ul.products li.product .button {
  background: #395773;
  color: white;
  font-size: 0.9rem;
  font-weight: 700;
  margin-top: 0.5rem;
  padding: 0.7rem 1rem;
}

.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce .cart input.button:hover,
.woocommerce ul.products li.product .button:hover {
  background: #69C9C5;
  color: white;
}

.woocommerce input.button:disabled[disabled] {
  background: #cccccc;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: #395773;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #69C9C5;
}

.woocommerce .cart input.button {
  margin: 0;
}

.woocommerce ul.products li.product {
  float: left;
  margin: 0 1% 4rem 1%;
  width: 30%;
}

@supports (display: flex) {
  .woocommerce ul.products li.product {
    float: none;
  }
}

@media screen and (max-width: 31.25rem) {
  .woocommerce ul.products li.product {
    float: none !important;
    margin: 0 auto 4rem auto !important;
    max-width: 300px !important;
    width: 100% !important;
  }
}

.woocommerce ul.products li.product a img {
  border: none;
}

.woocommerce ul.products li.product .price {
  color: #69C9C5;
  font-weight: 600;
  margin-bottom: 1rem;
}

.woocommerce div.product .product_title {
  margin-bottom: 0.5rem;
  text-align: left;
}

.woocommerce div.product p.price {
  color: #69C9C5;
  font-weight: 500;
  margin-bottom: 2rem;
}

.woocommerce-breadcrumb {
  display: none;
}

.woocommerce figure {
  margin: 0;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 15%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  width: 80%;
}

.woocommerce div.product div.images img {
  border: none;
}

@media screen and (max-width: 768px) {
  .woocommerce-product-gallery,
  .woocommerce div.product div.images img {
    display: none;
  }
}

.woocommerce input.button.alt,
.woocommerce button.button.alt {
  background: #395773;
  font-family: "Nunito", "Open Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 10px 15px;
}

.woocommerce input.button.alt:hover,
.woocommerce button.button.alt:hover {
  background: #69C9C5;
}

.woocommerce button.button.alt:hover {
  background: #69C9C5;
}

.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce .quantity .qty {
  height: 37px;
  margin-right: 0.5rem;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 110px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: none;
}

.woocommerce-product-details__short-description {
  display: none;
}

.woocommerce-page #content div.product .woocommerce-tabs {
  padding-top: 0;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
  margin-top: 0;
}

.cart-contents {
  color: white;
  display: block;
  float: right;
  font-weight: 600;
  margin-top: 0.4rem;
  position: relative;
  z-index: 2;
}

.cart-contents:before {
  background: url(img/icon/icon-cart.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  content: '';
  height: 22px;
  margin: 0 0.3rem 0 1rem;
  width: 22px;
  vertical-align: middle;
}

.cart-contents:hover {
  color: white;
}

@media screen and (max-width: 53.75rem) {
  .cart-contents {
    margin: 0 65px 0 0;
  }
}

@media screen and (max-width: 47.938rem) {
  .cart-contents {
    margin: 4px 65px 0 0;
  }
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  font-size: 1rem;
}

.woocommerce form .form-row input.input-text {
  height: 40px;
  padding: 0.5rem;
}

.woocommerce form .form-row textarea {
  border: 1px solid #e2e2e2;
  height: 8rem;
  padding: 0.5rem;
}

.woocommerce div.product form.cart .variations select,
.woocommerce .woocommerce-ordering select {
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  color: #212121;
  font-family: "Nunito", "Open Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 30px;
  outline: none;
  width: 100%;
  -webkit-box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.1);
}

.woocommerce div.product form.cart .variations select {
  background: white;
  height: 40px;
  max-width: 200px;
}

.title-booking {
  margin-bottom: 0;
  text-align: center;
}

.woocommerce div.product span.price,
.woocommerce-variation-price {
  color: #69C9C5;
  font-weight: 500;
  margin-bottom: 2rem;
}

.product-testimonials {
  color: #395773;
  font-family: "Droid Serif", "Georgia", "Times New Roman", serif;  
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.8rem;
  padding: 1.8rem 0 1rem 0;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 47.938rem) {
  .product-testimonials {
    font-size: 1rem; 
    line-height: 1.5rem;
  }
}

.testimonial-name {
  color: #bdbdbd;
}

/* ==========================================================================
   @ Slideshow(s)
   ========================================================================== */
.cycle-pager { 
  text-align: center; width: 100%; z-index: 500; overflow: hidden; margin-bottom: 2rem;
}
.cycle-pager span { 
  font-family: arial; font-size: 50px; width: 16px; height: 16px; margin: 0 2px;
  display: inline-block; color: rgb(236, 236, 236); cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #69C9C5;}
.cycle-pager > * { cursor: pointer;}