@charset "UTF-8";
/*
Theme Name: ProDoula
Theme URI: 
Author: The Peekskill Web Design Team
Author URI: http://peekskillwebdesign.com/
Description: Custom theme for ProDoula LLC
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:responsive-layout, accessibility-ready,awesome
Text Domain: prodoula

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ 
-moz-osx-font-smoothing: grayscale; 
-webkit-font-smoothing: antialiased; 
}

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 80%;
    padding: 0; } }
/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }

  .column,
  .columns {
    margin-left: 4%; }

  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns {
    width: 4.66666666667%; }

  .two.columns {
    width: 13.3333333333%; }

  .three.columns {
    width: 22%; }

  .four.columns {
    width: 30.6666666667%; }

  .five.columns {
    width: 39.3333333333%; }

  .six.columns {
    width: 48%; }

  .seven.columns {
    width: 56.6666666667%; }

  .eight.columns {
    width: 65.3333333333%; }

  .nine.columns {
    width: 74.0%; }

  .ten.columns {
    width: 82.6666666667%; }

  .eleven.columns {
    width: 91.3333333333%; }

  .twelve.columns {
    width: 100%;
    margin-left: 0; }

  .one-third.column {
    width: 30.6666666667%; }

  .two-thirds.column {
    width: 65.3333333333%; }

  .one-half.column {
    width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%; }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%; }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%; }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%; }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%; }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%; }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%; }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%; } }
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 300;
  font-family: "Ralweay", "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 400;
  font-family: "Raleway","Helvetica Neue", Helvetica, Arial, sans-serif; }

h1 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem; }

h2 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem; }

h3 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem; }

h4 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem; }

h5 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 3.6rem; }

  h2 {
    font-size: 3.6rem; }

  h3 {
    font-size: 3.0rem; }

  h4 {
    font-size: 2.4rem; }

  h5 {
    font-size: 1.5rem; }

  h6 {
    font-size: 1.5rem; } }
p {
  margin-top: 0;
  font-family: "Raleway"; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {

   color: #222;
 }

a:hover {
  opacity: .8; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #fff;
  border-color: #888;
  outline: 0; }

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  border: 1px solid;
  border-radius: 25px;
  font-weight: 300;
  color: #a0ce4e;
  background-color: transparent;
  border-color: #a0ce4e; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #a0ce4e;
  background-color: transparent;
  border-color: #a0ce4e; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #a0ce4e;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: " ";
  display: block;
  clear: both; }

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*

*/
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
img {
  position: relative;
  max-width: 100%;
  height: auto; }

.fixed {
  position: fixed; }

blockquote {
  font-size: 3.6rem;
  font-family: serif;
  font-style: italic; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

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

.text-justify {
  text-align: justify; }

.lead {
  font-size: 2.1rem;
  font-weight: 300; }

.nested {
  margin-left: 0; }

.hide {
  display: none; }

.fifty {
  width: 50%; }

.light-text {
  color: #999; }

.facebook:hover {
  color: #3b5998;
border-bottom: none; }

.instagram:hover {
  color: #517fa4; }

.youtube:hover {
  color: #bb0000; }

.prodoula {
  color: #a0ce4e; }

.inline {
  display: inline-block; }

.landing-footer {
  position: relative; }

@media (min-width: 1000px) {
  .landing-footer {
    width: 100%;
    height: 5rem;
    position: absolute;
    bottom: 0;
    left: 0; } }
footer {
  background: #f5f5f5;
  padding-top: 3rem;
    border-top: 1px solid #eee; }
  footer h4 {
    color: #7d7d7d;
    border-bottom: 1px solid;
    padding-bottom: 0; }
  footer ul {
    margin-top: 0;
    padding-left: 0; }
  footer li {
    color: #7d7d7d;
    list-style: none; }
  footer a {
    text-decoration: none; }
footer a:hover {
    border-bottom: none; }
.sub-footer li {
  display: inline-block;
  padding: 1.5rem; }
.sub-footer a {
  color: #a0ce4e; }

/*
.site-logo {
 margin-top:1.5rem;
 margin-left: 3rem; 
 margin-bottom: 1.25rem;
 width: 150px;
}
*/
.cursor {
  cursor: default !important;
  color: #222; }

.navbar, .navbar-page, .navbar-page-shop {
  display: none;
  position: fixed;
  width: 100%;
  height: auto;
  font-family: "pt sans";
  font-size: 14px;
  background: rgba(255, 255, 255, 0.9675);
  /*box-shadow: 0 1px 6px rgba($black, 0.35)*/
  border-bottom: 1px solid #ddd;
  z-index: 999; }
  .navbar ul, .navbar-page ul, .navbar-page-shop ul {
    float: right;
    padding-left: 0;
    list-style: none;
    margin: 0;
    margin-right: 2.5rem; }
  .navbar li, .navbar-page li, .navbar-page-shop li {
    display: inline;
    float: left;
    position: relative; }
    .navbar li a, .navbar-page li a, li a {
      display: inline-block;
      line-height: 4rem;
      padding: 5px 10px;
      text-decoration: none;
      color: #222; }
      .navbar li a:hover, .navbar-page li a:hover, .navbar-page-shop li a:hover {
        border-bottom: none;
        color: #a0ce4e; }

.navbar-page, .navbar-page-shop {
  display: block; }

.navbar a h1, .navbar-page a h1, .navbar-page-shop a h1 {
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
  margin-left: 2.5rem;
  font-size: 4.0rem; }
  .navbar a h1:hover, .navbar-page a h1:hover, .navbar-page-shop a h1:hover {
    color: #222; }

.navbar ul ul, .navbar-page ul ul, .navbar-page-shop ul ul {
  position: absolute;
  margin-top: 0px;
  min-width: 100%;
  height: 0px;
  overflow: hidden;
  padding: 0px;
  background: #fafafa;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25); }
  .navbar ul ul li, .navbar-page ul ul li, .navbar-page-shop ul ul li {
    float: none;
    display: list-item;
    padding: 0 2rem;
    margin-right: 0;
    white-space: nowrap;
    border-bottom: 1px solid #ddd; }
    .navbar ul ul li:hover, .navbar-page ul ul li:hover, .navbar-page-shopul ul li:hover {
      border-bottom: 1.5px solid #a0ce4e; }
    .navbar ul ul li a, .navbar-page ul ul li a, .navbar-page-shop ul ul li a {
      display: inline-block;
      margin-top: 0;
      padding-left: 0;
      line-height: 3rem;
      color: inherit;
      display: block; }
      .navbar ul ul li a:hover, .navbar-page ul ul li a:hover, .navbar-page-shop ul ul li a:hover {
        border-bottom: none; }

.navbar ul li:hover>ul, .navbar-page ul li:hover>ul, .navbar-page-shop ul li:hover>ul {
  height: auto;
  overflow: visible; 
	}
.navbar-page-shop {
  position: relative;
  margin-bottom:40px;
}
.current-menu-item {
  color: inherit;
  font-weight: bold; }

.menu-main-menu-container {
  display: inline-block;
  float: right; }

ul#menu-main-menu.menu {
  margin: 0;
  padding: 0; }

.social-icon-sidebar
.name {
  display: inline-block;
  position: relative;
  top: -11px;
  margin-left: 2.5rem; }

.action {
  float: right;
  background: #222;
  margin-top: .7rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #fff; }

.quick-links ul {
  padding: 0;
  margin-top: 1.5rem; }
.quick-links li {
  display: inline;
  list-style: none;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
.quick-links a {
  text-decoration: none;
  display: inline-block;
  color: #a0ce4e;
  padding-left: 3rem;
  font-size: 1.25rem; }
.quick-links a:hover {
border-bottom:none;
}

.quick-links.ql-header a {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 1.7rem;
  color: white; }
  .quick-links.ql-header a:hover {
    color: #a0ce4e;
border-bottom:none; }

.quick-links.long ul {
  width: 100%;
  margin-left: 0;
  margin-right: 0; }

.fade {
  opacity: .5; }

/*
Wrap content in <header> <section> and <article> tags. 
This allows for easier styling of content.
*/
/*header {
 padding-bottom: 2rem;
}*/
.main-title {
  padding-top: 7rem; }

.page-title-prodoula-theme {
  padding-top: 12rem; }

section {
  padding: 4rem 12px; }

.no-top {
  padding-top: 0; }

.padding-one {
  padding-top: 1rem;
  padding-bottom: 1rem; }

footer {
  margin-top: 2rem; }

.main {
  background: #f5f5f5; }

.testimonial {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0px; }

.trainings {
  padding-top: 0rem;
  padding-bottom: 0rem; }
  .trainings img {
    border: 1px solid #ddd;
    border-radius: 5px;
    border-bottom: 4px solid #ddd;
    border-left: 4px solid #ddd; }

.featured-doula .widget {
 border-bottom: none;
}

.doula-single h1,
.doula-single h2,
.doula-single h4 {
  border-bottom: 1px solid #ddd; }

article {
  margin-bottom: 0rem; }

.doula-card {
  border: #ddd solid 1px;
  text-align: center;
  margin-bottom: 52px;
  height: 500px;
  overflow: hidden; }
  .doula-card img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease; }
  .doula-card h4 {
    display: inline-block;
    padding-right: 2rem;
    border-bottom: 1px solid #ddd; }
  .doula-card p {
    margin-bottom: 2.5rem; }
  .doula-card hr {
    margin-bottom: 2rem; }

.doula-card .content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: left; }
  .doula-card .content p {
    font-size: 1.2rem; }

.ourdoula .view-button {
  margin-top: -75px;
  height: 20px; }

.widget-container, .widget {
  position: relative;
  border-bottom: 1px solid #a0ce4e;
  padding-bottom: 1rem;
  margin-bottom: 30px; }
  .widget-container ul, .widget ul {
    list-style: none;
    padding-left: 0; }
  .widget-container h4, .widget h4 {
    margin-top: 1.5rem;
    font-size: 2rem; }
  .widget-container a, .widget a {
    text-decoration: none; }

.post-author {
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin-bottom: 2rem; }

.view-button, .woocommerce ul.products li.product .button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .gform_wrapper .gform_button, .gform_wrapper .gform_next_button, .gform_wrapper .gform_previous_button, input[type="submit"] {
  display: inline-block;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #333 !important;
  font-weight: normal;
  padding: 5px 25px 5px;
  line-height: 1.5;
  vertical-align: top;
  text-align: center;
  background: #a0ce4e;
  border: #a0ce4e solid 2px;
  cursor: pointer;
  height: inherit;
  border-radius: 4px; }
  .view-button:hover, .woocommerce ul.products li.product .button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .gform_wrapper .gform_button:hover, .gform_wrapper .gform_next_button:hover, .gform_wrapper .gform_previous_button:hover, input[type="submit"]:hover {
    background: #a0ce4e;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    border: #a0ce4e solid 2px; }
  .view-button:focus, .woocommerce ul.products li.product .button:focus, .woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:focus, .gform_wrapper .gform_button:focus, .gform_wrapper .gform_next_button:focus, .gform_wrapper .gform_previous_button:focus, input[type="submit"]:focus {
    border: #a0ce4e solid 2px; }

.cc-blockquote {
  font-style: italic;
  padding: 2rem; }

.conference-sched, .presenter-text {
  font-size: 1.3rem;
  padding-left: 2rem; }

.presenter-text {
  padding-left: 0; }

.top-two {
  margin-top: 2rem; }

.cta {
  background: #f5f5f5;
  border-left: solid 2px #a0ce4e;
  padding: 3rem; }
  .cta a {
    float: right;
    margin-top: -2.5rem; }

.blog-post-loop a {
  text-decoration: none; }

.gallery-title {
  padding-top: 2rem; }

.gallery-nav {
  max-width: 750px;
  position: relative;
  margin: 0 auto; }

.gallery-main img {
  text-align: center;
  position: relative;
  margin: 0 auto; }

.slick-slide {
  opacity: .5; }

.slick-current {
  opacity: 1; }

/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
.mobile-nav {
  display: block;
  background: #fff;
  color: #222;
  position: fixed;
  width: 100%;
  border-bottom: 1px solid #ddd;
  z-index: 999; }
  .mobile-nav h2 {
    font-weight: 300;
    display: inline; }
  .mobile-nav a {
    color: rgba(34, 34, 34, 0.8);
    text-decoration: none; }

.transparent {
  background: transparent; }

.desktop-nav, .navbar, .navbar-page {
  display: none; }

@media (min-width: 1000px) {
  .mobile-nav {
    display: none; }

  .cart-menu i {
    font-size: 20px;
    color: white;
    margin-top: 0px; }

  .desktop-nav {
    display: block; }

  .navbar-page {
    display: block;
    margin-bottom: 6rem; }

  .landing-desktop-nav {
    display: block; } }
/*

#header {
  display: block;
  width: 100%;
 /* height: 80px;
  background: #4e5f81;
  -webkit-box-shadow: 1px 2px 4px rgba(0,0,0,0.4);
  -moz-box-shadow: 1px 2px 4px rgba(0,0,0,0.4);
  box-shadow: 1px 2px 4px rgba(0,0,0,0.4);*/
/*
}
.fixed{
  position: fixed;
  z-index: 10;
  right: 0;
  left: 0;
  top: 0;
}
*/
.slide {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

.slide--reset {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.slide--up {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.animated {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-100%); }
  100% {
    -moz-transform: translateY(0); } }
@-o-keyframes slideDown {
  0% {
    -o-transform: translateY(-100%); }
  100% {
    -o-transform: translateY(0); } }
@keyframes slideDown {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }
.animated.slideDown {
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  -o-animation-name: slideDown;
  animation-name: slideDown; }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%); } }
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0); }
  100% {
    -moz-transform: translateY(-100%); } }
@-o-keyframes slideUp {
  0% {
    -o-transform: translateY(0); }
  100% {
    -o-transform: translateY(-100%); } }
@keyframes slideUp {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-100%); } }
.animated.slideUp {
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp; }

.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  background: #fff;
  color: #222;
  -webkit-box-shadow: inset 0 0 1px 1px #666;
  -moz-box-shadow: inset 0 0 1px 1px #666;
  box-shadow: inset 0 0 1px 1px #666; }

.sidr .sidr-inner {
  padding: 0 0 15px; }

.sidr.right {
  left: auto;
  right: -260px; }

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8); }

.sidr ul li {
  display: block;
  margin: 0;
  font-size: 2rem;
  font-weight: 300;
  line-height: 48px;
  /*  border-top: 1px solid rgba($black, .8);
    border-bottom: 1px solid rgba($black, .8); */ }

.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  border-top: none; }

.sidr ul li a, .sidr ul li span {
  display: block;
  text-decoration: none;
  color: #222; }

.sidr ul li a:hover {
  color: #222; }

.sidr ul li ul {
  border-bottom: none;
  margin: 0; }

.sidr ul li ul li {
  line-height: 40px;
  font-size: 1.3rem;
  margin-left: 10px; }

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border-radius: 100%;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #a0ce4e;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
  z-index: 1000; }

.cart-circle {
  border-radius: 100%;
  background-color: #a0ce4e;
  width: 30px;
  height: 30px;
  margin-top: 1rem;
  line-height: 0px !important; }
  .cart-circle:hover {
    opacity: 0.7; }

.cart-menu a {
  padding-left: 5px !important;
  padding-top: 0px !important; }

.cart-menu i {
  font-size: 20px;
  color: white;
  line-height: 30px; }

.woocommerce td.product-quantity {
  min-width: 0px; }

.cart-qty {
  margin-left: 1rem;
  bottom: .3rem;
  position: relative; }

.onsale {
  background-color: #a0ce4e !important; }

.featured-thumbnail img {
  max-width: 100%;
  height: auto !important; }

html,
body {
  height: 100%; }

.top-spacing {
  padding-top: 10rem; }

.landing {
  background-image: url("https://www.prodoula.com/wp-content/uploads/2015/10/passion-paycheck2.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  height: 400px;
  position: relative;
  color: #fff; }

.page-landing {
  padding-top: 8rem; }

.page-heading {
  border-bottom: 1px solid #222;
  padding-bottom: 1.25rem; }

.heading {
  margin-top: 18rem; }
  .heading h1 {
    font-size: 4.0rem; }

@media (min-width: 1000px) {
  .landing {
    min-height: 530px; }

  .heading {
    margin-top: 18rem; }
    .heading h1 {
      font-size: 5.0rem; } }
.landing-page {
  min-height: 400px; }

.button-ghost {
  border: 1px solid #a0ce4e;
  color: #fff; }
  .button-ghost:hover {
    color: #f5f5f5;
    border-color: #f5f5f5; }

.list-div {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  cursor: pointer; }
  .list-div:hover {
    opacity: 0.8; }

.list-caret {
  color: #777;
  float: right; }

.trainer-image {
  margin-left: 1%;
  margin-bottom: 0.5%;
  width: 24% !important;
  cursor: pointer; }
  .trainer-image:first-child {
    margin-left: 1%; }

.trainer-icon {
  display: inline-block; }

.trainer-icon a {
  padding-right: 2rem; }

.business-pic {
  margin-top: 4rem; }

.presenter-img {
  padding-right: 4rem; }

#s, #search-service, #search-state {
  height: 45px;
  color: #000; }

#search-state {
  vertical-align: initial !important;
  background-color: white !important; }

.tt-menu {
  text-align: left; }

.tt-suggestion:hover, .tt-cursor {
  color: #a0ce4e;
  cursor: pointer; }

/* headers */
.labor-head {
  background: url("https://www.prodoula.com/wp-content/uploads/2015/10/labor-header.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 40% 50%;
  top: 50px;
  position: relative; }

.pp-header {
  background: url("https://www.prodoula.com/wp-content/uploads/2015/10/pp-headers.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 40% 50%;
  top: 50px;
  position: relative; }

.abt-header {
  background: url("https://www.prodoula.com/wp-content/uploads/2015/10/abt-header.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 40% 50%;
  top: 50px;
  position: relative; }

.vp-header {
  background: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 40% 50%;
  top: 50px;
  position: relative; }
.shop-header {
  background: url("https://www.prodoula.com/wp-content/uploads/2015/10/shop-header1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  top: 50px;
  position: relative; }

.cc-header {
  background: url("https://www.prodoula.com/wp-content/uploads/2019/02/doula-cross-certification.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 40% 50%;
  top: 50px;
  position: relative; }
  .cc-header h3 {
    padding-top: 5rem; }
  .cc-header p {
    padding-bottom: 5rem; }

.placenta-header {
  background: url("https://www.prodoula.com/wp-content/uploads/2019/02/PLACENTA_HEADER.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 40% 50%;
  top: 50px;
  position: relative; }
  .placenta-header h3 {
    padding-top: 5rem; }
  .placenta-header p {
    padding-bottom: 5rem; }

.childbirth-header {
  background: url("https://www.prodoula.com/wp-content/uploads/2016/01/ce-header.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 40% 50%;
  top: 50px;
  position: relative; }
  .childbirth-header h3 {
    padding-top: 5rem; }
  .childbirth-header p {
    padding-bottom: 5rem; }

.fifty-top {
  padding-top: 7rem; }

#searchform {
  padding-bottom: 10rem; }

#searchform input {
  margin: .5rem; }

.no-height {
  height: auto; 
}
article h1 { font-size: 3.6rem !important; }
article h2 { font-size: 3.0rem !important; }
article h3 { font-size: 2.4rem !important; }
article h4 { font-size: 2.0rem !important; }
article h5 { font-size: 1.5rem !important; }
article h6 { font-size: 1.5rem !important; }

.blog-listing-article {
padding-top: 2rem;
padding-bottom: 2rem;
}
.slick-slide:focus {
  outline:none;
}
.mobile-nav a {
padding-top: .5rem;
}
.tt-menu {
background-color: #fff;
color:#222;
text-shadow:none;
padding: 1rem 4rem 1rem 1rem;
border-radius: 5px;
}
a{color:#a0ce4e; text-decoration:none;}
a:hover{ text-decoration:underline;}
a.exclude{ color:#000 !important; }
a.exclude:hover{ border-bottom:none;}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
text-decoration: none !important;
}
.geo-mashup-search-form input, .geo-mashup-search-form select {color:#000;}

.geo-mashup-search-form input, .geo-mashup-search-form select, .geo-mashup-search-form label { display:inline;}

.geo-mashup-search-form input {margin:1rem 0;}

.search .widget{border-bottom:none;
}
.geo-mashup-search-form input, .geo-mashup-search-form select {color:#000; margin:1rem .5rem;}

.geo-mashup-search-form input, .geo-mashup-search-form select, .geo-mashup-search-form label { display:inline;}

.search .widget{border-bottom:none;
}

.geo-mashup-search-form label {font-size:1.8rem;}
.geo-mashup-search-form select {font-size:1.5rem;}
.quick-links.ql-header.inverse a {color: #a0ce4e; text-shadow: none;}
.hack-header img {width:100%;}
.navbar li ul li ul, .navbar-page li ul li ul {
position: absolute;
left: calc(100% + 1px);
top: 0;
height: 0px;
max-height:0px;
}
.navbar li ul li ul li, .navbar-page li ul li ul li {
  background:#fff;
  border-left:1px solid #ddd;
	
}
.navbar li ul li.menu-item-has-children:hover>a::after, .navbar-page li ul li.menu-item-has-children:hover>a::after {
  content: ">";
  position:absolute;
  right:10px;

}
.navbar li ul li ul li a, .navbar-page li ul li ul li a{
  line-height:2rem;
}

.no-border:hover {
    border-bottom: 0;
}


.video-container {
  position: relative;
  padding-bottom: 56.25%; 
  padding-top: 25px;
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gradient {
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-bottom: 0;
    background: -moz-linear-gradient(top, rgba(160, 206, 78, .8), 
      rgba(160, 206, 78, 0) 72%, 
      rgba(160, 206, 78, 0) 76%, 
      rgba(160, 206, 78, .65) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, 
      rgba(160, 206, 78, 0) 72%, 
      rgba(160, 206, 78, 0) 76%, 
      rgba(160, 206, 78, .65) 100%);
    background: linear-gradient(to bottom, transparent 0%, 
      rgba(160, 206, 78, 0) 72%, 
      rgba(160, 206, 78, 0) 76%, 
      rgba(160, 206, 78, .65) 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6cccccc',GradientType=0 );*/
}
.post-password-form {margin-left: 50px;}
.sku_wrapper {
	display:none;
}
.gm-map {display: none;}

.accord-header { 
cursor: pointer; 
   margin-top: 30px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px;  
      background: linear-gradient(to bottom, transparent 0%, rgba(160, 206, 78, 0) 33%, rgba(160, 206, 78, 0) 66%, rgba(160, 206, 78, .65) 99%);
}
.accord-content { display: none;
  padding: 10px 12px; 
}
.on { 
  display: block; 
}
fp-wc {
   margin-bottom: 60px; }
   .fp-wc li {
     list-style: none; }
     .fp-wc li a {
       display: block;
       text-decoration: none;
       margin: 10px 0;}
.fp-wc h2 {font-size: 18px;}
.fp-wc li a:hover {border-bottom: none;}
 .fp-wc span.price{
   display: none; }
 .fp-wc a.button {
   display: inline-block;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #333 !important;
  font-weight: normal;
  padding: 5px 25px 5px;
  line-height: 1.5;
  vertical-align: top;
  text-align: center;
  background: #a0ce4e;
  border: #a0ce4e solid 2px;
  cursor: pointer;
  height: inherit;
  border-radius: 4px; }

  /*-----------------------------------*/
.homepage-header,
  .become-a-doula,
  .doula-training,
  .testimonials {
    background: url("https://www.prodoula.com/wp-content/uploads/2020/02/prodoula-header-hello-doula.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top; 
    overflow: hidden;
    height: auto;}
    
    .homepage-header {
      padding: 15rem 0 13rem;
    }
    .doula-training {
      background: url("https://www.prodoula.com/wp-content/uploads/2020/02/prodoula-header-5.jpg");
      padding: 6rem 0 6rem;
      height: 475px;

    }
    .doula-training .maintitle {
      margin-top: 1rem;
    }
    .become-a-doula {
      padding: 10rem 0 10rem;
      background-position: center;
      background: url("https://www.prodoula.com/wp-content/uploads/2020/02/prodoula-headers-3.jpg");
    }
    .testimonials {
      background: #f5f5f5;
      background: url("https://www.prodoula.com/wp-content/uploads/2020/02/handmadepaper.png");
      background-repeat: repeat;
      padding: 10rem 0;
      margin-bottom: 6rem;
    }
    .testimonials img {
      border-radius: 100%;
      max-width: 150px;
      margin : 2rem 0 3rem;
    }
    .become-a-doula .maintitle {
      margin-top: 1rem;
    }
    .maintitle,
    .main-subtitle,
    .phone {
      color: #fff;
      font-family: 'Raleway';
      text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
      letter-spacing: 1px;
    }
    .maintitle,
    .title {
      font-size: 6rem;
      font-weight: 700;
      margin-top: 3rem;

    }

    .subtitle,
    .main-subtitle {
      font-size: 2.4rem;
      color: #f5f5f5;
    }
    .subtitle 
    {
      color: #444;
    }
    .phone a {
      color:#fff;
      font-size: 4.5rem;
      font-weight: 600;
      margin-bottom: 4rem;
    }
    .phone a:hover {
      border-bottom: none;
    }

    .hr-accent {
      border-top: 3px solid #a0ce4e;
      width: 25%;
    }
    .why-prodoula {
      margin-bottom: 4rem;
      padding-top: .5rem;
    }
    .subscribe .video-container{
      margin: 2rem 0;
    }
    .features {
      margin-bottom: 4rem;
      list-style: square;
    }

    .features li {
      font-weight: 300;
      font-size: 2rem;
    }

    .image-card {
      max-width: 80%;
      box-shadow: 0 8px 6px -6px black;
      margin-bottom: 2rem;
    }

    .mission {

    }
    .mission.button {
    margin-bottom: 3rem;
  }
  
    .mission h4 a {
      color: #a0ce4e;
    }
    .mission h4 a:hover {
      border-bottom: none;
    }
    .mission img {
      margin-top: 4rem;
    }
    .latest-news img{
      margin: 2rem 0;
    }
    .button {
      background-color: #a0ce4e;
    }
    .button:hover {
      color: #222;
    }
    .youtube-button {
      background: #ff0000;
    }
    .white-card {
      background: #fff;
      margin-top: -150px;
      z-index: 1000000;
      margin-left: 2rem;
      padding: 2rem 1rem 4rem;
      box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
      transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    }
 
  .doula-101 {
    margin-top: -150px;
  }
  .doula-101 h3 {
    font-weight: bold;
  }
  .doula-101 ol {
    width: auto;
    margin: 0 auto 3rem;
  }

.show-mobile {
 display: block;
}

.show-desktop {
 display: none;
}
  .doula-101 .four.columns,
  .doula-101 .three.columns {
    width: 100%;
    margin-bottom: 6rem;
  }
  .doula-101 .white-card {  
    margin: 6rem 0;  
  }
  .doula-101 .columns {
    margin-left:0;
  }

@media (min-width: 1000px) {

  .show-mobile {
   display: none;
  }

  .show-desktop {
   display: block;
  }
   .doula-101 .white-card {  
    margin-top: -150px;
    margin-left: 2rem;
  }
 .doula-101 .container {
    width: 95%;
    max-width: 1290px;
  }
  .doula-101 .three.columns{
    width: 19%;
  }
  .doula-101 .four.columns {
    width: 35%;     
  }
  .doula-101 .columns {
    margin-left: 2%;
  }
.doula-101 .four.columns,
  .doula-101 .three.columns {
    margin-bottom: 0;
  }
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  border: 1px solid;
  border-radius: 25px;
  font-weight: 300;
  color: #a0ce4e;
  background-color: transparent;
  border-color: #a0ce4e; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #a0ce4e;
  background-color: transparent;
  border-color: #a0ce4e; }


  /*ADDED DEC 11 20202 not in sass compiler check with version control*/

div.gmw-results-wrapper.grid-gray ul.posts-list-wrapper li.single-post .post-thumbnail, 
div.gmw-results-wrapper.grid-gray ul.posts-list-wrapper li.single-post .no-post-thumbnail {
    width: 100%;
    height: auto !important; 
    overflow: hidden;
    background: #f7f7f7;
    border: none !important; 
}

div.gmw-results-wrapper.grid-gray ul.posts-list-wrapper li .top-wrapper h2.post-title a {
    text-decoration: none;
    font-size: 20px !important;
    color: #a0ce4e !important;
  }
  div.gmw-results-wrapper.grid-gray .bottom-wrapper {
    background-color: #ccc !important;
  }
  div.gmw-form-wrapper.gray .gmw-field-label {
    background-color: #a0ce4e !important;
    border: 1px solid #ddd !important;
  }
  div.gmw-form-wrapper.gmw-form-wrapper.gray .gmw-locator-button-wrapper.text, div.gmw-form-wrapper.gray .gmw-submit-button {
    background-color: #a0ce4e !important;
  }
    
.gmw-per-page{
  display: none;
}

div.gmw-results-wrapper.grid-gray .bottom-wrapper 
{
  color: #222 !important;
}
div.gmw-results-wrapper.grid-gray ul.posts-list-wrapper li.single-post .address-wrapper .address a:link, div.gmw-results-wrapper.grid-gray ul.posts-list-wrapper li.single-post .address-wrapper .address a:visited {
    color: #222 !important;
}
div.gmw-form-wrapper.gray  {
  background: rgba(255, 255, 255, 0.7)!important;
}
li a {
  padding: 0 0;
}
.gmw-results-message {
  display: none !important;
}





