/*
Theme Name: breastCancerConqueror
Theme URI: http://getuwired.us
Author: Ben Redden
Author URI: http://getuwired.us
Description: Breast Cancer Conqueror's site
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: breastcancerconqueror
Tags:

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.

breastCancerConqueror is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Header
# Footer
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Asides
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/


/* TinyMCE */

@import url('guw-editor-styles.css');

h1,
h2,
h3,
h4,
h5,
h6,
span {
    /*reset for mobile browsers */
    font-weight: normal;
}



/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    background-image: none;
    color: rgb(0, 0, 0);
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}



/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #404040;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

.white {
    color: #fff;
}

.pinkBg {
    background-color: #f15f7d;
}

.pinkFont {
    color: #f15f7d;
}

.purpleFont {
    color: #744481;
}

.purpleBg {
    background-color: #7d4e9f;
}

.lato {
    font-family: 'Lato', sans-serif;
}

.parisienne {
    font-family: 'Parisienne', cursive;
}

.quicksand {
    font-family: 'Quicksand', sans-serif;
}

.dancingScript {
    font-family: 'Dancing Script', serif;
}

.capitalize,
.uppercase {
    text-transform: uppercase;
}

span.smallerTM {
    font-size: 40%;
    vertical-align: top;
    font-family: 'Quicksand', san-serif;
}

.alwaysPinkFont,
.alwaysPinkFontPurpleBG {
    color: #f15f7d !important;
    transition: all .2s ease .2s;
    text-decoration: none;
}

.alwaysPinkFont:hover {
    color: #7d4e9f !important;
}

.alwaysPinkFontPurpleBG:hover {
    color: #fff !important;
}



/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

.outerPageWrap {
    max-width: 1206px;
    margin: 0 auto;
}

.innerPageWrap {
    max-width: 1098px;
    margin: 0 auto;
}

.pinkBorderBtn,
.pagination a,
.navigation .nav-links a {
    border: 2px solid #f15f7d;
    border-radius: 6px;
    padding: 1% 2%;
    transition: all .2s ease .2s;
}

.pinkBorderBtn:hover,
.pagination a:hover,
.navigation .nav-links a:hover {
    border: 2px solid #fff;
    background-color: #f15f7d;
    box-shadow: 0 0 12px #000;
}

.pinkBtn {
    background: #f15f7d;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 1% 2%;
    border-radius: 6px;
    transition: all .2s ease .2s;
    border: 2px solid #f15f7d;
}

.pinkBtn:hover {
    background: transparent;
    border: 2px solid #f15f7d;
    box-shadow: 0 0 12px #000;
}

.whiteBorderBtn {
    border: 2px solid #fff;
    border-radius: 6px;
    padding: 1% 0;
    text-align: center;
    transition: all .2s ease .2s;
    display: block;
    text-decoration: none;
}

.whiteBorderBtn:hover {
    background: #f15f7d;
    box-shadow: 0 0 12px #fff;
}

.infusion-field label {
    display: none;
}

.purpleBtn {
    text-decoration: none;
    color: #fff;
    padding: 2% 0;
    display: block;
    background: #7d4e9f;
    border: 2px solid #7d4e9f;
    transition: all .2s ease .2s;
}

.purpleBtn:hover {
    text-decoration: none;
    color: #fff;
    padding: 2% 0;
    display: block;
    background: #e7b7c9;
    border: 2px solid #7d4e9f;
    box-shadow: 0 0 12px #000;
}

.page-template .site-main .spiralPageBG {
    background: url("images/pageBG.png");
    background-repeat: no-repeat;
}

.page-template .site-main .flowerPageBG {
    background: url("images/flowerPageBG.png");
    background-repeat: no-repeat;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


/*Home Header*/

.preHeader {
    background: url("images/homeHeader.jpg");
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='',
    sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='', sizingMethod='scale') ";
}

.preHeader .logo {
    background: url('images/headerLogo.png');
    background-repeat: no-repeat;
    text-indent: -9999px;
    height: 291px;
    width: 689px;
}

.preHeader .transparentBG {
    background-image: url("images/transparentPurpleBG.png");
    background-repeat: repeat;
    padding: 8px 0;
    overflow: hidden;
}

.preHeader .left {
    width: 40%;
    float: left;
    padding: 0 3% 0 0px;
}

.preHeader .right {
    width: 60%;
    float: left;
}

.preHeader h2.quicksand {
    font-size: 45px;
    font-weight: 100;
    margin: 0;
    padding: 0;
}

.preHeader h2.parisienne {
    font-size: 95px;
    margin: 0 0 4%;
    padding: 0;
    font-weight: 100;
    line-height: 84px;
}

.preHeader .transparentBG h2.quicksand {
    font-size: 27px;
    padding: 0 0 2%;
    letter-spacing: 2px;
}

.preHeader .transparentBG .pinkBorder {
    border-bottom: 1px solid #f15f7d;
    width: 70px;
}

.preHeader .transparentBG p.lato {
    font-weight: 500;
    margin: 2% 0 0;
}

.preHeader .transparentBG .right .nameAndStuff {
    border-left: 1px solid #fff;
    height: 40px;
    float: right;
    margin-right: 88px;
}

.preHeader .transparentBG .right .nameAndStuff h3 {
    margin: 0;
    font-size: 11px;
    letter-spacing: 4px;
    padding: 0 0 0 8px;
}

.preHeader .transparentBG .right .nameAndStuff h2 {
    font-size: 18px;
    padding: 0 0 0 8px;
    font-weight: 500;
    letter-spacing: 0px;
}

.preHeader .transparentBG .right .pinkBorderBtn {
    width: 200px;
    display: block;
    height: 60px;
    padding: 16px 0 0 0;
    text-align: center;
}

.preHeader .transparentBG .right a.pinkBtn {
    height: 60px;
    display: block;
    width: 300px;
    text-align: center;
    padding: 16px 0 0;
    color: #fff;
    letter-spacing: 1px;
}

.preHeader .transparentBG .right .buttons {
    clear: both;
}

.preHeader .transparentBG .right .pinkBorderBtn {
    width: 232px;
    height: 60px;
    padding: 8px 0px 0;
    text-align: center;
    display: inline-block;
    margin: 2%;
    cursor: pointer;
    font-size: 16px;
}

.preHeader .transparentBG .right a.pinkBtn {
    /*height: 60px;*/
    /*display: block;*/
    width: 320px;
    text-align: center;
    /*padding: 8px 0 0;*/
    color: #fff;
    letter-spacing: 1px;
    display: inline-block;
    font-size: 16px;

    vertical-align: middle;
    height: initial;
    padding: 16px 0px;
}

.preHeader .transparentBG .right .pinkBorderBtn span {
    background-image: url("images/playBtn.png");
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.preHeader .transparentBG .right .pinkBtn span {
    background-image: url("images/burst.png");
    width: 40px;
    height: 39px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    padding: 6px 0 0 0;
}

.preHeader .transparentBG .right .buttons {
    clear: both;
    text-align: right;
    margin: 8% 0 2%;
    display: block;
}



/* TopBar */

#topBar ul li {
    display: inline-block;
    color: #7d4e9f;
}

div#topBar {
    background: #faf2f8;
    color: #7d4e9f;
    padding: 4px 40px 0;
}

#topBar a {
    color: #7d4e9f;
}

div#login-area {
    display: inline-block;
    float: right;
    margin-top: 7px;
}

.menu-sm {
    display: inline-block;
    margin-bottom: 0!important;
}

a.login-link {
    text-decoration: none;
}



/* Main Header */

body.page-id-5924 header.entry-header h1 {
    margin-top: 90px;
}

header#masthead {
    /*height: 147px;*/
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}

.home div#content {
    margin: 0;
}

div#content {
    margin: 147px 0 0px 0;
}

header .site-branding {
    width: 15%;
    display: block;
    float: left;
}

header .site-branding h1.site-title {
    text-indent: -9999px;
    display: block;
    background-image: url("images/menuLogo.png");
    background-repeat: no-repeat;
    height: 100px;
    width: 274px;
}

header .main-navigation {
    display: block;
    float: right;
    width: 85%;
    margin: 4% 0 0;
    clear: none;
}

header .menu-main-nav-container ul#primary-menu {
    float: right;
    width: auto;
}

header .menu-item-object-page {
    cursor: pointer;
}

header .menu-main-nav-container a {
    display: block;
    text-decoration: none;
    padding: 0;
    text-align: center;
    overflow: hidden;
    width: auto;
    color: #7d4e9f;
    text-transform: uppercase;
    font-family: 'Quicksand', serif;
    font-weight: 900;
    font-size: 15px;
}

header .menu-main-nav-container li,
header .menu-main-nav-container a {
    transition: all .2s ease .2s;
}

header .menu-main-nav-container a:hover,
header .menu-main-nav-container li:hover:before {
    color: #f15f7d;
}

header .menu-main-nav-container ul.menu li:before {
    text-align: center;
    display: block;
    color: #7d4e9f;
    font-size: 36px;
    margin: 0 0 10%;
}

header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    left: 0;
    z-index: 9999;
}

#hpCTA.menuIsFixed {
    margin: 147px 0 0;
}

body.page-template header .site-branding h1.site-title {
    background-size: contain;
    height: 73px;
    margin: 20px 0 8px;
    width: 200px;
}

body.page-template .menu-sm ul.socialMedia li {
    margin: 0 2px;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer#colophon {
    background-image: url("images/footerBGPattern.png");
    background-color: #7d4e9f;
    background-repeat: repeat;
    color: #fff;
    padding: 2% 0;
    clear: both;
}

footer .left .socialMedia li span,
.menu-sm ul.socialMedia li span {
    display: none;
}

footer .left .socialMedia li,
.menu-sm ul.socialMedia li {
    display: inline-block;
    text-align: center;
    height: 36px;
    width: 36px;
    margin: 0 1%;
    border: 2px solid #eb5062;
    border-radius: 50%;
    transition: all .2s ease .2s;
}

footer .left ul.socialMedia,
.menu-sm ul.socialMedia {
    margin: 0;
    padding: 0;
}

footer .left ul li a,
.menu-sm ul.socialMedia li a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
}

footer .socialMedia a.twitter,
.menu-sm .socialMedia a.twitter {
    background-image: url("images/twitterFooter.png");
    width: 100%;
    height: 100%;
    display: block;
    margin: 0px auto;
    background-repeat: no-repeat;
    background-position: center center;
}

footer .socialMedia a.facebook,
.menu-sm .socialMedia a.facebook {
    background-image: url("images/facebookFooter.png");
    width: 100%;
    height: 100%;
    display: block;
    margin: 0px auto;
    background-repeat: no-repeat;
    background-position: center center;
}

footer .socialMedia a.instagram,
.menu-sm .socialMedia a.instagram {
    background-image: url("images/instagramFooter.png");
    width: 100%;
    height: 100%;
    display: block;
    margin: 0px auto;
    background-repeat: no-repeat;
    background-position: center center;
}

footer .socialMedia a.pinterest,
.menu-sm .socialMedia a.pinterest {
    background-image: url("images/pinterestFooter.png");
    width: 100%;
    height: 100%;
    display: block;
    margin: 0px auto;
    background-repeat: no-repeat;
    background-position: center center;
}

footer .socialMedia a.youtube,
.menu-sm .socialMedia a.youtube {
    background-image: url("images/youTubeFooter.png");
    width: 100%;
    height: 100%;
    display: block;
    margin: 0px auto;
    background-repeat: no-repeat;
    background-position: center center;
}



/*footer .left ul li a:before {*/


/*border: 2px solid #eb5062;*/


/*border-radius: 50%;*/


/*transition: all .1s ease .1s;*/


/*}*/

footer .left ul li:hover {
    background: #eb5062;
    border-color: #fff;
    box-shadow: 0 0 12px #000;
}

.menu-sm ul.socialMedia li {
    background-color: #eb5062;
    border: medium none;
    margin: 0 7px;
    transition: all 0.3s ease 0s;
}

.menu-sm {
    clear: left;
    margin: 0 0 10px;
}

header.sticky .site-branding h1.site-title {
    background-size: contain;
    height: 73px;
    margin: 10px 0 0;
    width: 200px;
}

header.site-header.sticky .menu-sm ul.socialMedia li {
    margin: 0 2px;
}



/*footer .left ul li a:before:hover {*/


/*background-color:#fff !important;*/


/*box-shadow:0 0 12px #fff !important;*/


/*color:#eb5062;*/


/*border: 2px solid #fff !important;*/


/*}*/

footer .left a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    transition: all .2s ease .2s;
}

footer div.outerPageWrap p:not(.copyright) {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    transition: all .2s ease .2s;
    margin: 0px;
}

footer .left a:hover {
    color: #eb5062;
}

footer .left p.copyright {
    font-size: 12px;
    font-weight: 300;
}

footer .left {
    /*width: 34%;*/
    /*float: left;*/
    width: 100%;
    float: none;
    text-align: center;
}

footer .right {
    width: 66%;
    float: left;
}

footer .right ul#menu-footer-nav li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Lato', serif;
}

footer .right ul#menu-footer-nav li {
    list-style: none;
}

footer .right ul#menu-footer-nav li {
    list-style: none;
    display: inline;
    float: left;
}

footer .right ul#menu-footer-nav {
    margin: 0;
    padding: 0;
}

footer .right ul.sub-menu li {
    display: block !important;
    float: none !important;
}

footer .right ul.sub-menu {
    margin: 0;
    padding: 0;
    min-width: 100px;
}

footer .right ul#menu-footer-nav li {
    list-style: none;
    display: inline;
    float: left;
    padding: 0 2%;
}

footer .right ul#menu-footer-nav li {
    list-style: none;
    display: inline;
    float: left;
    padding: 0 1%;
    max-width: 164px;
}

footer .right .menu-footer-nav-container {
    margin: 24px 0 0 0;
}

footer .left h3 {
    font-size: 13px;
    font-family: 'Lato', serif;
    font-weight: 500;
}

footer .right .sub-menu li a {
    font-weight: 300 !important;
}

footer .right ul#menu-footer-nav li a {
    transition: all .2s ease .2s;
    color: #fff;
    font-weight: 500;
}

footer .right ul#menu-footer-nav li a:hover {
    color: #f15f7d;
}

footer#colophon div.additional-policies {
    text-align: center;
    clear: both;
    padding: 10px 0px;
}

footer#colophon div.additional-policies a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

footer#colophon div.additional-policies span {
    padding: 0px 5px;
}



/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}



/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: royalblue;
}

a:visited {
    color: purple;
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}



/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
    width: 100px;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
    padding: 0 2%;
    width: 164px;
}

.main-navigation ul ul a {
    text-align: left;
    /*border-bottom: 1px solid;*/
    padding: 6% 2%;
}

.main-navigation ul ul li {
    width: auto;
    min-width: 100%;
    border-bottom: 1px solid;
}

.main-navigation ul ul.sub-menu {
    padding: 0 2%;
    width: 130px;
}

.main-navigation li:hover>a,
.main-navigation li.focus>a {}

.main-navigation ul ul :hover>a,
.main-navigation ul ul .focus>a {}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
    background-color: #fff;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a {}



/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
    float: right;
}

button.menu-toggle {
    background-color: transparent;
    color: #ee5e80;
    border: 2px solid #ee5e80;
    border-radius: 4px;
}

@media screen and (min-width: 898px) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

@media screen and (max-width: 898px) {
    .main-navigation li {
        float: none !important;
        position: relative;
        width: 126px !important;
    }

    header .menu-main-nav-container ul.menu li:before {
        display: none;
    }

    .main-navigation ul li:hover>ul,
    .main-navigation ul li.focus>ul {
        left: 110px !important;
        background-color: #fff;
        clear: both;
        display: block;
        top: -8px !important;
    }

    header .menu-main-nav-container ul#primary-menu {
        float: left !important;
        width: auto;
        background-color: #fff;
    }

    .main-navigation li {
        padding: 2% 0 !important;
    }

    .main-navigation li .sub-menu li {
        padding: 0% 0 !important;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
    margin: 1%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

a.read-more {
    color: #f15f7d;
    text-decoration: none;
    transition: all .2s ease .2s;
}

a.read-more:hover {
    color: #744481 !important;
}



/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}



/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}



/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}



/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}



/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}



/* Search widget. */

.widget_search .search-submit {
    display: none;
}



/* Sidebar */

div#secondary {
    width: 35%;
    float: right;
    max-width: 320px;
    margin: 6% 0 0;
}

#secondary .miniCourseCTA {
    background-color: #7d4e9f;
    background-image: url("images/formBG.png");
    color: #fff;
    overflow: hidden;
    padding: 4% 0;
}

#secondary .miniCourseCTA h3.lato {
    background-color: #ef538c;
    font-size: 14.5px;
    padding: 1% 0;
    text-align: center;
    width: 90%;
    margin: 2% 0 0%;
    display: block;
    overflow: hidden;
    font-weight: 600;
    letter-spacing: 2px;
}

#secondary .miniCourseCTA h2.lato.white {
    font-size: 22px;
    text-align: center;
    font-weight: 300;
    padding: 0 6%;
    letter-spacing: 2px;
}

#secondary .miniCourseCTA p.lato.white {
    font-size: 14px;
    text-align: center;
    font-weight: 300;
    padding: 0 5%;
    margin: 0;
    color: #fff;
}

#secondary .miniCourseCTA h2.lato.white {
    font-size: 22px;
    text-align: center;
    font-weight: 300;
    padding: 0 6%;
    letter-spacing: 2px;
    margin: 2% 0;
}

#secondary .miniCourseCTA .infusion-form .infusion-field input {
    width: 90%;
    margin: 2% auto;
    display: block;
    padding: 4%;
    font-family: "Quicksand";
    font-weight: 600;
    color: #7d4e9f;
}

#secondary .miniCourseCTA input.pinkBtn {
    width: 90%;
    margin: 0 auto;
    padding: 2% 0;
    font-size: 22px;
}

.facbeookWidget h3.lato {
    font-size: 12px;
    text-align: center;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    font-weight: 900;
}

.facbeookWidget h2.parisienne.purpleFont {
    font-size: 60px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.pageTitle .taxonomy-description {
    display: none;
}

aside#text-32 {
    margin: 0;
}

#easy_facebook_page_plugin-3 .fb_iframe_widget iframe {
    box-shadow: 0 0 12px #7d4e9f;
    left: 50%;
    margin: 0 0 0 -94px;
    position: absolute;
}

.canfieldInterview {
    background: url("images/canfieldBG.jpg");
    width: 100%;
    overflow: hidden;
}

.canfieldInterview h2.quicksand {
    font-size: 18px;
    text-align: center;
    max-width: 62%;
    margin: 0% auto;
    padding: 0% 0 4%;
}

.canfieldInterview .videoPlaceholder {
    background: url("images/canfieldInterviewPic.jpg");
    width: 247px;
    height: 185px;
    margin: 6% auto 4%;
    border: 2px solid #fff;
    box-shadow: 0 0 12px;
    cursor: pointer;
}

#secondary .fb_iframe_widget span {
    margin: 0 auto !important;
    display: block !important;
    box-shadow: 0 0 36px #7d4e9f;
}

#secondary .fb_iframe_widget {
    position: relative;
    margin: 0 auto;
    display: block !important;
}

#secondary .facbeookWidget {
    margin: 0% 0% 8%;
    padding: 6% 0;
    box-shadow: 0 0 12px #7d4e9f;
}

#secondary .searchForm {
    margin: 0px 0px 1.5em;
    height: auto;
}

#secondary #searchform #searchsubmit {
    display: inline-block;
    padding: 2% 4%;
    margin: 0 2%;
}

#secondary #searchform #s {
    font-family: "Quicksand", serif;
    padding: 2%;
    vertical-align: middle;
    display: inline-block;
}



/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

section.twoBoxSection .right p a {
    text-decoration: none;
    color: inherit;
}



/* Home Page */


/* Main CTA */

.videoPop,
.formPop {
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    background: url("images/transparentPurpleBG.png");
    z-index: 9999;
}

.formPop .formWrap {
    background-image: url("images/formBG.png");
    background-color: #7d4e9f;
    padding: 2%;
}

.formPop .formWrap h2.quicksand.pinkFont {
    text-align: center;
    font-weight: 500;
    font-size: 50px;
    margin: 0;
    color: #fff;
}

.formWrap input,
.formWrap textarea {
    width: 95%;
    display: block;
    margin: 0 auto 2%;
    padding: 2% 0% 2% 2%;
    font-family: 'Lato', serif;
}

.videoPop .videoWrap,
.formPop .formWrap {
    position: fixed;
    top: 5%;
    width: 57%;
    margin: 4% 0 0 -26%;
    display: block;
    left: 50%;
    max-height: 90%;
    overflow: auto;
}

.videoPop .closeBtn,
.formPop .closeBtn {
    font-family: 'Lato', serif;
    color: #fff;
    font-size: 34px;
    position: absolute;
    left: 20%;
    top: 7%;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 54px;
    width: 54px;
    text-align: center;
    cursor: pointer;
    background: #7d4e9f;
    transition: all .2s ease .2s;
    z-index: 9999;
}

.videoPop .closeBtn:hover,
.formPop .closeBtn:hover {
    background: #f15f7d;
    box-shadow: 0 0 12px #000;
}

.home .site-content section.mainCTA {
    text-align: center;
    overflow: hidden;
    padding: 1% 0;
    color: #fff;
}

.home .site-content section.mainCTA h3 {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 2px;
}

.home .site-content section.mainCTA .borderDiv {
    border-bottom: 1px solid #a589bf;
    width: 80px;
    margin: 0 auto;
}

.home .site-content section.mainCTA h2 {
    font-size: 27px;
    font-weight: 200;
    margin: 8px 0 0;
}

.home .site-content section.mainCTA p {
    font-size: 17px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

.home .site-content section.mainCTA .infusion-field,
.home .site-content section.mainCTA .infusion-submit {
    display: inline-block;
    margin: 1% 0;
    vertical-align: middle;
    width: 240px;
}

.home .site-content section.mainCTA .infusion-field input,
.home .site-content section.mainCTA .infusion-submit input {
    width: 100%;
}

.home .site-content section.mainCTA .infusion-field input {
    padding: 5%;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Quicksand', serif;
    color: #7d4e9f;
}

.home .site-content section.mainCTA .infusion-submit input {
    height: 47px;
}



/* Surviving Healing And Thriving */

.home .site-content section.healingSurvivingThriving {
    overflow: hidden;
    background-image: url("images/swirlBG.png");
    background-repeat: no-repeat;
}

.home .site-content section.healingSurvivingThriving {
    overflow: hidden;
    background-image: url("images/swirlBG.png");
    background-repeat: no-repeat;
}

.home .site-content section.healingSurvivingThriving h2 {
    text-align: center;
    font-size: 59px;
    font-weight: 100;
    margin: 4% 0 2%;
}

.home .site-content section.healingSurvivingThriving span.parisienne {
    font-weight: 600;
}

.home .site-content section.healingSurvivingThriving p {
    font-size: 16px;
    width: 65%;
    text-align: center;
    margin: 0 auto 4%;
    padding: 0;
    font-weight: 700;
}

.home .site-content section.healingSurvivingThriving .threeByThreeBox {
    max-width: 347px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.home .site-content section.healingSurvivingThriving .threeByThreeBox .ladyBG {
    background-repeat: no-repeat !important;
    /* background-size: cover !important; */
    width: auto;
    height: 254px;
}

.home .site-content section.healingSurvivingThriving .proactive .ladyBG {
    background: url("images/proactiveBox.jpg");
}

.home .site-content section.healingSurvivingThriving .surviving .ladyBG {
    background: url("images/survivingBox.jpg");
}

.home .site-content section.healingSurvivingThriving .healing .ladyBG {
    background: url("images/healingBox.jpg");
}

.home .site-content section.healingSurvivingThriving .surviving {
    margin: 0 2%;
}

.home .site-content section.healingSurvivingThriving .threeByThreeBox .textBox {
    color: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    min-height: 270px;
    height: auto;
    padding: 4% 0;
    position: relative;
}

.home .site-content section.healingSurvivingThriving .proactive .textBox {
    background-image: url("images/proactiveBG.png");
    background-color: #9156a2;
    background-position: 12px 0px;
}

.home .site-content section.healingSurvivingThriving .surviving .textBox {
    background-image: url("images/survivingBG.png");
    background-color: #f494be;
    background-position: 24px 4px;
}

.home .site-content section.healingSurvivingThriving .healing .textBox {
    background-image: url("images/healingBG.png");
    background-color: #996fb0;
    background-position: 55px 24px;
}

.home .site-content section.healingSurvivingThriving .textBox h2 {
    font-size: 24px;
}

.home .site-content section.healingSurvivingThriving .textBox p {
    width: 89%;
    line-height: 32px;
    margin: 0 auto 4%;
    font-weight: 300;
}

.home .site-content section.healingSurvivingThriving .textBox a.whiteBorderBtn {
    color: #fff;
    text-decoration: none;
    max-width: 50%;
    padding: 2% 0;
    width: 180px;
    position: absolute;
    left: 50%;
    margin: 0 -90px 0;
    bottom: 12px;
}

.curlyLineBreak {
    background-image: url("images/curvyLineBreak.png");
    background-repeat: no-repeat;
    height: 7px;
    width: auto;
    margin: 3% auto;
    max-width: 1100px;
    clear: both;
}

.headerCurlyLineBreak {
    background-image: url("images/headerCurvyLine.png");
    max-width: 1205px;
    height: 8px;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: block;
    clear: both;
    background-color: #fff;
}

.home .site-content section.healingSurvivingThriving .leftBoxes,
.home .site-content section.healingSurvivingThriving .rightBoxes {
    width: 50%;
    float: left;
}

.home .site-content section.healingSurvivingThriving .twoByTwoBox {
    max-width: 543px;
    overflow: hidden;
    margin: 0 0 4%;
    min-height: 380px;
    background-size: cover;
    background-repeat: no-repeat !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='',
    sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='', sizingMethod='scale') ";
}

.home .site-content section.healingSurvivingThriving .bookBox {
    background: url("images/OnLine-Program-Image.png");
    max-width: 543px;
    height: 381px;
}

.home .site-content section.healingSurvivingThriving .bookBox h2 {
    font-size: 27px;
    color: #fff;
    padding: 26% 0 0 5%;
    max-width: 66%;
    text-align: left;
}

.home .site-content section.healingSurvivingThriving .bookBox a.pinkBtn {
    padding: 2% 0;
    display: block;
    width: 160px;
    color: #fff;
    margin: 0 0 0 5%;
    text-align: center;
}

.home .site-content section.healingSurvivingThriving .healthyBreastBlog {
    background: url("images/twoByTwoBoxBlog.jpg");
    min-height: 440px;
    background-repeat: no-repeat;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='',
    sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='', sizingMethod='scale') ";
}

.home .site-content section.healingSurvivingThriving .healthyBreastBlog h3 {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    padding: 5px 0;
    width: 93%;
}

.home .site-content section.healingSurvivingThriving .healthyBreastBlog .featuredImage {
    max-height: 310px;
    width: 310px;
    overflow: hidden;
    margin: 2% auto 0;
}

.home .site-content section.healingSurvivingThriving .healthyBreastBlog .featuredImage img {
    display: block;
    margin: 0 auto;
}

.home .site-content section.healingSurvivingThriving .healthyBreastBlog .featuredImage a img {
    transition: all .2s ease .2s;
}

.home .site-content section.healingSurvivingThriving .healthyBreastBlog .featuredImage a img:hover {
    box-shadow: 0 0 12px #000;
}

.home .site-content section.healingSurvivingThriving .healthyBreastBlog h3.icon-coaching {
    color: #7d4e9f;
    text-transform: uppercase;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 900;
    font-family: 'Lato', serif;
    margin: 0;
    float: left;
    width: 40%;
    text-align: right;
    padding: 4px 8px 0 0%;
    vertical-align: bottom;
}

.home .site-content .healingSurvivingThriving .healthyBreastBlog a.categoryName {
    max-width: 100%;
    display: block;
    float: none;
    font-family: 'Quicksand', serif;
    text-align: center;
}

.home .site-content ul.post-categories {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 60%;
    float: left;
}

.home .site-content .twoByTwoBox .post-categories li a {
    text-decoration: none;
    color: #7d4e9f;
    text-transform: uppercase;
    font-family: 'Lato', serif;
    font-size: 16px;
    overflow: hidden;
    display: block;
    max-width: 84%;
}

.home .site-content section.healingSurvivingThriving .healthyBreastBlog h3.icon-coaching:before {
    color: #7d4e9f;
    font-family: 'icomoon', serif;
}

.home .site-content section.healingSurvivingThriving .healthyBreastBlog h3.blogLabel {
    margin: 0;
}

.home .site-content section.healingSurvivingThriving .healthyBreastBlog a h2 {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0px;
    padding: 0px 0 0;
    line-height: 44px;
    margin: 2% 0;
}

.home .site-content section.healingSurvivingThriving .healthyBreastBlog a,
.home .site-content section.healingSurvivingThriving .healthyBreastBlog h2 {
    text-decoration: none;
    color: #7d4e9f;
    transition: all .2s ease .2s;
}

.home .site-content section.healingSurvivingThriving .healthyBreastBlog a:hover,
.home .site-content section.healingSurvivingThriving .healthyBreastBlog h2:hover {
    color: #f15f7d;
}

.home .site-content section.healingSurvivingThriving .healthyBreastBlog h4.pinkFont {
    padding: 0;
    margin: 8px 0 0;
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
}

.home .site-content section.healingSurvivingThriving .healthyBreastBlog .defaultImage {
    margin: 2% auto;
    text-align: center;
    border: 1px solid #f15f7d;
    width: 273px;
    padding: 2%;
    box-shadow: 0 0 12px #000;
    background-color: #fff;
}

.home .site-content section.healingSurvivingThriving .personalCoaching {
    background: url("https://breastcancerconqueror.com/wp-content/uploads/2019/06/2019-Retreat-BCC-Home-Page-Image.png");
    background-repeat: no-repeat;
    color: #fff;
    background-size: cover;
    height: 381px;
    max-width: 543px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='',
    sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='', sizingMethod='scale') ";
}

.home .site-content section.healingSurvivingThriving .personalCoaching .heart {
    background: url("images/heartBurst.png");
    width: 62px;
    height: 62px;
    background-repeat: no-repeat;
}

.home .site-content section.healingSurvivingThriving .personalCoaching h2 {
    margin: 0;
    padding: 0;
    text-align: initial;
    padding: 0;
    font-size: 36px;
    max-width: 40%;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 2% 0 2% 38%;
    line-height: 36px;
}

.home .site-content section.healingSurvivingThriving .personalCoaching .heart {
    background: url("images/heartBurst.png");
    width: 62px;
    height: 62px;
    background-repeat: no-repeat;
    margin: 4% 0 0 40%;
}

.home .site-content section.healingSurvivingThriving .personalCoaching p {
    width: 52%;
    text-align: left;
    font-weight: 400;
    margin: 0 0 4% 38%;
}

.home .site-content section.healingSurvivingThriving .personalCoaching .whiteBorderBtn,
.home .site-content section.healingSurvivingThriving .bookBox .whiteBorderBtn {
    width: 180px;
    color: #fff;
    padding: 2% 0;
    margin: 0 0 0 38%;
    border: 4px solid #fff;
    box-shadow: 0 0 12px #000;
}




/*.home .site-content section.healingSurvivingThriving .delectableDishes {*/


/*background: url("images/recipleFeaturedImage.jpg");*/


/*background-repeat: no-repeat;*/


/*background-size: cover;*/


/*position: relative;*/


/*color: #fff;*/


/*z-index: 8888;*/


/*height: 381px;*/


/*max-width: 543px;*/


/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(*/


/*src='',*/


/*sizingMethod='scale');*/


/*-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='', sizingMethod='scale') ";*/


/*}*/


/*.home .site-content section.healingSurvivingThriving .delectableDishes .gradientOverlay {*/


/*background: url("images/twoByTwoBoxGradient.png");*/


/*height: 317px;*/


/*position: absolute;*/


/*bottom: 0;*/


/*left: 0;*/


/*width: 100%;*/


/*overflow: hidden;*/


/*z-index: 88888;*/


/*border: none;*/


/*background-repeat-x: repeat;*/


/*}*/


/*.home .site-content section.healingSurvivingThriving .delectableDishes .artichoke {*/


/*background: url("images/artichoke.png");*/


/*width: 55px;*/


/*height: 72px;*/


/*background-repeat: no-repeat;*/


/*margin: 4% auto 0;*/


/*}*/


/*.home .site-content section.healingSurvivingThriving .delectableDishes .artichoke {*/


/*background: url("images/artichoke.png");*/


/*width: 55px;*/


/*height: 72px;*/


/*background-repeat: no-repeat;*/


/*margin: 8% auto 0;*/


/*}*/


/*.home .site-content section.healingSurvivingThriving .delectableDishes p {*/


/*font-weight: 300;*/


/*max-width: 50%;*/


/*}*/


/*.home .site-content section.healingSurvivingThriving .delectableDishes a.pinkBtn {*/


/*width: 150px;*/


/*text-align: center;*/


/*color: #fff;*/


/*margin: 0 auto;*/


/*}*/


/*.home .site-content section.healingSurvivingThriving .delectableDishes a h2 {*/


/*font-size: 36px;*/


/*margin: 0;*/


/*padding: 0;*/


/*text-decoration: none;*/


/*color: inherit;*/


/*}*/


/*.home .site-content section.healingSurvivingThriving .delectableDishes a {*/


/*text-decoration: none;*/


/*color: #fff;*/


/*}*/

.upcomingEvent {
    padding: 2% 4%;
    color: #fff;
}

.upcomingEvent a.white {
    color: #fff;
    text-decoration: none;
    font-size: 26px;
    display: none;
}

.upcomingEvent a h2.quicksand.white {
    font-size: 34px;
    max-width: 70%;
    text-align: right;
    float: right;
    font-weight: 300;
    line-height: 34px;
    margin: 7% 0 0;
    letter-spacing: -2.5px;
}

.upcomingEvent a.pinkBtn.uppercase.lato.white {
    position: relative;
    max-width: 164px;
    font-size: 15px;
    font-weight: 500;
    width: 60%;
    text-align: center;
    margin: 1% auto 0;
    float: none;
    clear: both;
    padding: 12px 0;
    display: block;
}

.upcomingEvent a h2 span {
    font-weight: 100 !important;
    font-size: 20px;
    vertical-align: top;
    font-family: Verdana;
}

.upcomingEvent .featuredImage a img {
    margin: 1% auto;
    display: block;
    transition: all .2s ease .2s;
}

.upcomingEvent .featuredImage a img:hover {
    box-shadow: 0 0 12px #fff;
}



/*.upcomingEvent p {
    font-size: 16px !important;
    width: 44% !important;
    text-align: right !important;
    padding: 0 !important;
    font-weight: 300 !important;
    display: inline-block !important;
    vertical-align: top !important;
    margin: 2% 0 !important;
    font-family: "Lato", serif !important;
    float: right !important;
    line-height: 30px !important;
}*/

.upcomingEvent p {
    font-size: 18px !important;
    width: 96% !important;
    text-align: center;
    padding: 0 !important;
    font-weight: 500 !important;
    display: inline-block !important;
    vertical-align: top !important;
    margin: 2% !important;
    font-family: "Lato", serif !important;
    float: none;
    line-height: 30px !important;
}

.upcomingEvent .featuredImage {
    width: 46%;
    display: inline-block;
}

.footerBoxSection .upcomingEvent {
    padding: 1% 2%;
    color: #fff;
}



/* Testimonial Section */

.home .site-content section.testimonials {
    text-align: center;
}

.home .site-content section.testimonials h2.purpleFont {
    font-size: 58px;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.home .site-content section.testimonials p {
    font-family: 'Quicksand', serif;
    color: #7d4e9f;
    font-size: 16px;
}

.home .site-content section.testimonials .testimonialPost {
    width: 44%;
    display: inline-block;
    padding: 0 2%;
    vertical-align: top;
    min-height: 520px;
    position: relative;
}

.home .site-content section.testimonials .testimonialPost:nth-child(2) {
    border-right: 1px solid #e7b7c9;
}

.home .site-content section.testimonials .testimonialPost .quoteTop {
    background: url("images/quoteTop.png");
    width: 34px;
    height: 27px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.home .site-content section.testimonials .testimonialPost .quoteBottom {
    background: url("images/quoteBottom.png");
    width: 34px;
    height: 27px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.home .site-content section.testimonials .testimonialPost .testimonialPicture {
    position: absolute;
    bottom: 2%;
    left: 50%;
    margin: 0 0 0 -75px;
}

.home .site-content .testimonials .testimonialPost img {
    border-radius: 50%;
    height: 150px;
    width: 150px;
}

.home .site-content section.testimonials a.purpleBtn {
    width: 300px;
    margin: 0 auto;
    color: #fff;
    border-radius: 4px;
    padding: 2% 0;
    display: block;
}



/* Featured ON */

section.featuredOn {
    background-color: #faf2f8;
    padding: 1% 0;
    text-align: center;
    margin: 2% 0 0;
    clear: both;
}

section.featuredOn h2.purpleFont {
    font-size: 11px;
    margin: 0;
    padding: 0;
}

section.featuredOn .featuredOnImage {
    background: url("images/featuredOnV2.jpg");
    max-width: 1363px;
    height: 0;
    padding: 0 0 11% 0;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='', sizingMethod='scale') ";
}



/* Start Here Page */

.page-template-startHere .startHere h2 {
    text-align: center;
    font-size: 60px;
    font-weight: 100;
    margin: 3% 0 2%;
}

.page-template-startHere .startHere p {
    text-align: center;
    max-width: 840px;
    margin: 0 auto;
    font-size: 17px;
}

.page-template-startHere .site-content section.healingSurvivingThriving .threeByThreeBox {
    max-width: 347px;
    display: inline-block;
    text-align: center;
}

.page-template-startHere .site-content section.healingSurvivingThriving .threeByThreeBox .ladyBG {
    background-repeat: no-repeat !important;
    /* background-size: cover !important; */
    width: auto;
    height: 254px;
}

.page-template-startHere .site-content section.healingSurvivingThriving .proactive .ladyBG {
    background: url("images/proactiveBox.jpg");
}

.page-template-startHere .site-content section.healingSurvivingThriving .surviving .ladyBG {
    background: url("images/survivingBox.jpg");
}

.page-template-startHere .site-content section.healingSurvivingThriving .healing .ladyBG {
    background: url("images/healingBox.jpg");
}

.page-template-startHere .site-content section.healingSurvivingThriving .surviving {
    margin: 0 2%;
}

.page-template-startHere .site-content section.healingSurvivingThriving .threeByThreeBox .textBox {
    color: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    min-height: 262px;
    max-height: 300px;
    height: auto;
    padding: 0 0 6%;
}

.page-template-startHere .site-content section.healingSurvivingThriving .proactive .textBox {
    background-image: url("images/proactiveBG.png");
    background-color: #9156a2;
    background-position: 12px 0px;
}

.page-template-startHere .site-content section.healingSurvivingThriving .surviving .textBox {
    background-image: url("images/survivingBG.png");
    background-color: #f494be;
    background-position: 24px 4px;
}

.page-template-startHere .site-content section.healingSurvivingThriving .healing .textBox {
    background-image: url("images/healingBG.png");
    background-color: #996fb0;
    background-position: 55px 24px;
}

.page-template-startHere .site-content section.healingSurvivingThriving .textBox h2 {
    font-size: 24px;
}

.page-template-startHere .site-content section.healingSurvivingThriving .textBox p {
    width: 89%;
    line-height: 32px;
    margin: 0 auto 4%;
    font-weight: 500;
}

.page-template-startHere .site-content section.healingSurvivingThriving .textBox a.whiteBorderBtn {
    color: #fff;
    text-decoration: none;
    max-width: 50%;
    padding: 2% 0;
    margin: 0 auto;
}



/* Testimonial Section */

.page-template-startHere .site-content section.testimonials {
    text-align: center;
}

.page-template-startHere .site-content section.testimonials h2.purpleFont {
    font-size: 58px;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.page-template-startHere .site-content section.testimonials p {
    font-family: 'Quicksand', serif;
    color: #7d4e9f;
    font-size: 16px;
}

.page-template-startHere .site-content section.testimonials .testimonialPost {
    width: 44%;
    display: inline-block;
    padding: 0 2%;
    vertical-align: top;
}

.page-template-startHere .site-content section.testimonials .testimonialPost:nth-child(2) {
    border-right: 1px solid #e7b7c9;
}

.page-template-startHere .site-content section.testimonials .testimonialPost .quoteTop {
    background: url("images/quoteTop.png");
    width: 34px;
    height: 27px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.page-template-startHere .site-content section.testimonials .testimonialPost .quoteBottom {
    background: url("images/quoteBottom.png");
    width: 34px;
    height: 27px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.page-template-startHere .site-content section.testimonials .testimonialPost .testimonialPicture {
    margin: 4% 0 0;
}

.page-template-startHere .testimonials .testimonialPost .testimonialPicture img {
    border-radius: 50%;
}

.page-template-startHere .site-content section.testimonials a.purpleBtn {
    width: 300px;
    margin: 0 auto;
    color: #fff;
    border-radius: 4px;
    padding: 2% 0;
    display: block;
}

.page-template-startHere .site-content section.healingSurvivingThriving {
    margin: 2% 0 0;
}



/* 7 Essentials Page */

.page-template-7essentials .sevenEssentials h2 {
    font-size: 75px;
    font-weight: 100;
    text-align: center;
    margin: 3% 0 2%;
}

.page-template-7essentials .sevenEssentials h2 a {
    color: inherit;
    text-decoration: none;
}

.page-template-7essentials .sevenEssentials p.lato {
    font-size: 20px;
    text-align: center;
    max-width: 820px;
    margin: 0 auto 6%;
}

.page-template-7essentials .sevenEssentials article.essentialItem {
    clear: both;
}

.page-template-7essentials .sevenEssentials .essentialItem .left {
    max-width: 40%;
    float: left;
    display: inline-block;
}

.page-template-7essentials .sevenEssentials .essentialItem .right {
    max-width: 64%;
    float: left;
    display: inline-block;
    padding: 0 0 0 4%;
}

.page-template-7essentials .sevenEssentials .essentialItem .left .seal {
    width: 224px;
    height: 224px;
    background-repeat: no-repeat !important;
}

.page-template-7essentials .sevenEssentials .numberOne .left .seal {
    background: url("images/essentialSeal1.png");
}

.page-template-7essentials .sevenEssentials .numberTwo .left .seal {
    background: url("images/essentialSeal2.png");
}

.page-template-7essentials .sevenEssentials .numberThree .left .seal {
    background: url("images/essentialSeal3.png");
}

.page-template-7essentials .sevenEssentials .numberFour .left .seal {
    background: url("images/essentialSeal4.png");
}

.page-template-7essentials .sevenEssentials .numberFive .left .seal {
    background: url("images/essentialSeal5.png");
}

.page-template-7essentials .sevenEssentials .numberSix .left .seal {
    background: url("images/essentialSeal6.png");
}

.page-template-7essentials .sevenEssentials .numberSeven .left .seal {
    background: url("images/essentialSeal7.png");
}

.page-template-7essentials .sevenEssentials .essentialItem .left .borderDiv {
    background-color: #945aa4;
    width: 1px;
    min-height: 300px;
    display: block;
    margin: 10% auto;
}

.page-template-7essentials .sevenEssentials .essentialItem p.lato {
    font-size: 16px;
    text-align: left;
    padding: 0 0 4%;
}

.page-template-7essentials .sevenEssentials .essentialItem h4.lato {
    letter-spacing: 2px;
}

.page-template-7essentials .sevenEssentials a.pinkBtn {
    float: left;
    color: #fff;
    width: 140px;
    text-align: center;
    font-weight: 300;
    font-family: 'Lato', serif;
    font-size: 14px;
    padding: 12px 0;
    margin: 0 1%;
}

.page-template-7essentials .sevenEssentials a.pinkBorderBtn {
    text-decoration: none;
    color: #f15f7d;
    text-align: center;
    float: left;
    padding: 12px;
}

.page-template-7essentials .sevenEssentials a.pinkBorderBtn:hover {
    color: #fff !important;
}

.page-template-7essentials .sevenEssentials a.pinkBtn:hover {
    color: #f15f7d;
}

.page-template-7essentials .sevenEssentials .essentialItem h2 {
    font-size: 50px;
    text-align: left;
}

.page-template-7essentials .site-content .personalCoaching {
    background: url("images/twoByTwoBoxCoaching.jpg");
    background-repeat: no-repeat;
    color: #fff;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='',
    sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='', sizingMethod='scale') ";
}

.page-template-7essentials .site-content .personalCoaching .heart {
    background: url("images/heartBurst.png");
    width: 62px;
    height: 62px;
    background-repeat: no-repeat;
}

.page-template-7essentials .site-content .personalCoaching h2 {
    margin: 0;
    padding: 0;
    text-align: initial;
    padding: 0;
    font-size: 36px;
    max-width: 40%;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 2% 0 2% 40%;
    line-height: 36px;
}

.page-template-7essentials .site-content .personalCoaching .heart {
    background: url("images/heartBurst.png");
    width: 62px;
    height: 62px;
    background-repeat: no-repeat;
    margin: 4% 0 0 40%;
}

.page-template-7essentials .site-content .personalCoaching p {
    width: 48%;
    text-align: left;
    font-weight: 300;
    margin: 0 0 4% 40%;
    font-size: 16px;
}

.page-template-7essentials .site-content .personalCoaching .whiteBorderBtn {
    width: 180px;
    color: #fff;
    padding: 2% 0;
    margin: 0 0 0 40%;
    border: 4px solid #fff;
    box-shadow: 0 0 12px #000;
}

.page-template-7essentials .site-content .twoByTwoBox {
    width: 46%;
    float: left;
    height: 434px;
    margin: 4% 2%;
}

.page-template-7essentials .site-content .whereToStart {
    background: url("images/startHereBottomCTABG.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.page-template-7essentials .sevenEssentials .whereToStart h2 {
    font-size: 36px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    letter-spacing: initial;
    max-width: 50%;
    margin: 14% auto 0%;
}

.page-template-7essentials .sevenEssentials .whereToStart p.lato {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    max-width: 66%;
}

.page-template-7essentials .sevenEssentials .whereToStart a.pinkBtn {
    margin: 0 auto;
    display: block;
    float: none;
    font-size: 18px;
    font-weight: 300;
    width: 180px;
}



/* About Page */

.quoteTop {
    background: url("images/quoteTop.png");
    height: 27px;
    width: 34px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.quoteBottom {
    background: url("images/quoteBottom.png");
    height: 27px;
    width: 34px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.page-template-about .headerCurlyLineBreak,
.page-template-about_v2 .headerCurlyLineBreak,
.search-results .headerCurlyLineBreak {
    display: none;
}

.page-template-about section.pageTitle,
.page-template-about_v2 section.pageTitle {
    background: url("images/pageTitleBG.jpg");
    height: 107px;
    width: 100%;
    padding: 1% 0 0;
}

.page-template-about section.pageTitle h2.quicksand.white,
.page-template-about_v2 section.pageTitle h2.quicksand.white {
    color: #fff;
    font-size: 50px;
    padding: 0;
    margin: 0;
    font-weight: 300;
}

.page-template-about article.drQuote,
.page-template-about_v2 article.drQuote {
    background: url("images/aboutSubHeader.png");
    max-width: 844px;
    height: 369px;
    background-repeat: no-repeat;
    padding: 130px 50px 0px 300px;
    font-size: 24px;
}

.page-template-about h2.quicksand,
.page-template-about_v2 h2.quicksand {
    font-size: 33px;
    font-weight: 400;
    margin: 2% 0 0;
    letter-spacing: -2px;
}

.page-template-about .passion .left h2.quicksand.purpleFont,
.page-template-about_v2 .passion .left h2.quicksand.purpleFont {
    margin: 0 0 4%;
    line-height: 28px;
}

.page-template-about .passion .left p.lato,
.page-template-about_v2 .passion .left p.lato {
    padding: 0 18px 18px 0;
}

.page-template-about p.lato,
.page-template-about_v2 p.lato {
    font-size: 19px;
    margin: 0;
    padding: 0;
    font-weight: 300;
    color: #594c62;
}

.page-template-about .templateWrap,
.page-template-about_v2 .templateWrap {
    width: 65%;
    float: left;
}

.page-template-about .imageRowPic1,
.page-template-about_v2 .imageRowPic1 {
    background: url("images/aboutPic1.jpg");
    width: 209px;
    height: 208px;
    background-repeat: no-repeat;
    display: inline-block;
    box-shadow: 0 0 12px #000;
    margin: 4% 0% 0;
    border: 2px solid #fff;
}

.page-template-about .imageRowPic2,
.page-template-about_v2 .imageRowPic2 {
    background: url("images/aboutPic2.jpg");
    width: 271px;
    height: 205px;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 4% 5% 0;
    box-shadow: 0 0 12px #000;
    border: 2px solid #fff;
}

.page-template-about .imageRowPic3,
.page-template-about_v2 .imageRowPic3 {
    background: url("images/aboutPic3.jpg");
    width: 209px;
    height: 208px;
    background-repeat: no-repeat;
    display: inline-block;
    box-shadow: 0 0 12px #000;
    margin: 4% 0% 0;
    border: 2px solid #fff;
}

.page-template-about .passion,
.page-template-about_v2 .passion {
    margin: 6% 0;
}

.page-template-about .passion .left,
.page-template-about_v2 .passion .left {
    width: 60%;
    display: inline-block;
    float: left;
}

.page-template-about .passion .right .imageRight,
.page-template-about_v2 .passion .right .imageRight {
    background: url("images/passionateAboutPic4.jpg");
    width: 306px;
    height: 327px;
    background-repeat: no-repeat;
    box-shadow: 0 0 12px #000;
    border: 2px solid #fff;
}

.page-template-about .passion .right,
.page-template-about_v2 .passion .right {
    width: 40%;
    display: inline-block;
}

.page-template-about .life .left,
.page-template-about_v2 .life .left {
    width: 30%;
    display: inline-block;
    float: left;
}

.page-template-about .life .left .imageLeft,
.page-template-about_v2 .life .left .imageLeft {
    background: url("images/lifeAboutPic5.jpg");
    width: 202px;
    height: 391px;
    box-shadow: 0 0 12px #000;
    border: 2px solid #fff;
}

.page-template-about .life .right,
.page-template-about_v2 .life .right {
    width: 70%;
    display: inline-block;
}

.page-template-about .testimonial,
.page-template-about_v2 .testimonial {
    margin: 6% 0 6% 4%;
    clear: both;
    display: block;
    border-left: 2px solid #f06089;
    border-right: 2px solid #f06089;
    padding: 4%;
}

.page-template-about .testimonial .testimonialPicture,
.page-template-about_v2 .testimonial .testimonialPicture {
    margin: 2% auto;
    display: block;
    text-align: center;
}

.page-template-about .testimonial h3.quicksand,
.page-template-about_v2 .testimonial h3.quicksand {
    text-align: center;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

.page-template-about .testimonial p,
.page-template-about_v2 .testimonial p {
    font-family: 'Quicksand', serif;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #7d4e9f;
}

.page-template-about .askDrV p.lato {
    max-width: 74%;
}

.page-template-about .askDrV p.lato,
.page-template-contact .askDrV p.lato {
    font-size: 18px;
}

.page-template-about .askDrV h3.lato,
.page-template-contact .askDrV h3.lato {
    font-size: 19px;
    font-weight: 500;
    margin: 2% 0 0;
}

.page-template-about .askDrV h3.dancingScript,
.page-template-contact .askDrV h3.dancingScript {
    font-size: 33px;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

.page-template-about article.askDrV,
.page-template-contact article.askDrV {
    margin: 0 0 4%;
}

.page-template-about .infusion-field input,
.page-template-contact .infusion-field input {
    padding: 4% 0 4% 4% !important;
    font-family: 'Quicksand', serif !important;
}

.page-template-about .infusion-field textarea,
.page-template-contact .infusion-field textarea {
    height: 236px;
}

.page-template-about .infusion-submit input.pinkBtn,
.page-template-contact .infusion-submit input.pinkBtn {
    padding: 10px 0;
    font-size: 24px;
    text-transform: initial;
    font-weight: 300;
}

.page-template-about article.aboutForm,
.page-template-contact article.aboutForm {
    background-color: #7d4e9f;
    overflow: hidden;
    background-image: url("images/formBG.png");
}

.page-template-about .aboutForm h3.lato,
.page-template-contact .aboutForm h3.lato {
    text-align: center;
    background-color: #d9528f;
    width: 320px;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 1% 0;
}

.page-template-about .aboutForm .left,
.page-template-about .aboutForm .right,
.page-template-contact .aboutForm .left,
.page-template-contact .aboutForm .right {
    width: 50%;
    float: left;
    overflow: hidden;
}

.page-template-about .aboutForm .right input#inf_field_Email,
.page-template-contact .aboutForm .right input#inf_field_Email {
    float: right;
}

.page-template-about .aboutForm form.infusion-form,
.page-template-contact .aboutForm form.infusion-form {
    max-width: 96%;
    margin: 4% auto;
}

.page-template-about .aboutForm .infusion-field input,
.page-template-contact .aboutForm .infusion-field input {
    width: 96%;
}

.page-template-about .aboutForm .infusion-field,
.page-template-contact .aboutForm .infusion-field {
    margin: 0 0 6%;
}

.page-template-about .aboutForm .infMessage,
.page-template-contact .aboutForm .infMessage {
    margin: 0 !important;
    padding: 0;
}

.page-template-about .aboutForm .infusion-submit input,
.page-template-contact .aboutForm .infusion-submit input {
    width: 320px;
    display: block;
    text-transform: uppercase;
    margin: 3% auto 0;
}

.page-template-about .aboutForm .infusion-field input,
.page-template-about .aboutForm .infusion-field textarea,
.page-template-contact .aboutForm .infusion-field input,
.page-template-contact .aboutForm .infusion-field textarea {
    padding: 2% 0% 2% 2%;
    font-family: 'Lato', serif;
    font-size: 15px;
    color: #7d4e9f;
    font-weight: 600;
}

.page-template-about .testimonial .testimonialPost .testimonialPicture img {
    border-radius: 50%;
    width: 158px;
    height: 200px;
}

.page-template-contact .aboutForm .infusion-form .infusion-field {
    margin: 0 0 20px;
}

.page-template-contact .aboutForm .infusion-form .infusion-field input,
.page-template-contact .aboutForm .infusion-form .infusion-field textarea {
    box-sizing: border-box;
    padding: 2% 0 2% 2% !important;
    width: 100%;
}



/* Footer (ABOUT) */

.footerBoxSection .twoByTwoBox {
    width: 46%;
    float: left;
    margin: 4% 2%;
    min-height: 380px;
    position: relative;
}

.footerBoxSection .preventionTrack {
    background: url("images/preventionTrackBoxBG.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='',
    sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='', sizingMethod='scale') ";
}

.footerBoxSection .preventionTrack .drVPic {
    background-image: url("images/preventionTrackDrV.png");
    background-repeat: no-repeat;
    bottom: 0;
    height: 348px;
    left: 0;
    position: absolute;
    width: 246px;
}

.footerBoxSection .preventionTrack h4.quicksand {
    font-size: 22px;
    margin: 4% 0 0 44%;
    font-weight: 400;
}

.footerBoxSection .preventionTrack p.lato.purpleFont {
    margin: 4% 0 3% 44%;
    font-size: 16px;
}

.footerBoxSection .preventionTrack h2.quicksand.pinkFont {
    font-size: 54px;
    margin: 10% 0 0 44%;
    padding: 0;
    line-height: 50px;
}

.footerBoxSection .whereToStart2 {
    background-color: #7d4e9f;
    background-image: url("images/formBG.png");
    color: #fff;
    position: relative;
}

.footerBoxSection .whereToStart2 .ladyBG {
    background: url("images/whereToStartBoxBG.png");
    background-size: cover;
    height: 100%;
    width: 278px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='',
    sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='', sizingMethod='scale') ";
}

.wideCurlyLineBreak {
    background: url("images/wideCurvyLine.png");
    height: 8px;
    margin: 4% 0 0;
}

.footerBoxSection .preventionTrack a.pinkBtn {
    color: #fff;
    text-align: center;
    max-width: 180px;
    padding: 2% 0;
    margin: 0 0 0 44%;
}

.footerBoxSection .preventionTrack a.pinkBtn:hover {
    color: #f1607d;
}

.footerBoxSection .whereToStart2 p.lato.white {
    font-size: 16px;
    font-weight: 300;
    max-width: 42%;
    margin: 0 0 6% 4%;
    color: #fff;
}

.footerBoxSection .whereToStart2 h2.quicksand.white {
    font-size: 36px;
    font-weight: 300;
    max-width: 50%;
    line-height: 40px;
    margin: 8% 4% 2%;
}

.footerBoxSection .whereToStart2 p.lato.white {
    font-size: 16px;
    font-weight: 300;
    max-width: 42%;
    margin: 0 0 6% 4%;
}

.footerBoxSection .whereToStart2 a.pinkBtn {
    max-width: 180px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin: 0 0 0 4%;
    padding: 2% 0;
}



/* Footer (Blog Post) */

.single .footerBoxSection .personalCoaching {
    background: url("images/twoByTwoBoxCoaching.jpg");
    background-repeat: no-repeat;
    color: #fff;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='',
    sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='', sizingMethod='scale') ";
}

.single .footerBoxSection .personalCoaching .heart {
    background: url("images/heartBurst.png");
    width: 62px;
    height: 62px;
    background-repeat: no-repeat;
}

.single .footerBoxSection .personalCoaching h2 {
    margin: 0;
    padding: 0;
    text-align: initial;
    padding: 0;
    font-size: 36px;
    max-width: 52%;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 2% 0 2% 38%;
    line-height: 36px;
}

.single .footerBoxSection .personalCoaching .heart {
    background: url("images/heartBurst.png");
    width: 62px;
    height: 62px;
    background-repeat: no-repeat;
    margin: 4% 0 0 40%;
}

.single .footerBoxSection .personalCoaching p {
    width: 52%;
    text-align: left;
    font-weight: 400;
    margin: 0 0 4% 38%;
}

.single .footerBoxSection .personalCoaching .whiteBorderBtn {
    width: 180px;
    color: #fff;
    padding: 2% 0;
    margin: 0 0 0 38%;
    border: 4px solid #fff;
    box-shadow: 0 0 12px #000;
}

.copyright a {
    display: inline-block !important;
}



/*.single .footerBoxSection .whereToStart2 {*/


/*background-image: url("images/whereToStartBGFooter.png");*/


/*color: #fff;*/


/*position: relative;*/


/*background-repeat:no-repeat;*/


/*background-size:cover;*/


/*}*/


/*.single .footerBoxSection .whereToStart2 h2.quicksand.white {*/


/*font-size: 36px;*/


/*font-weight: 300;*/


/*line-height: 40px;*/


/*margin: 10% auto 2%;*/


/*text-align: center;*/


/*}*/


/*.single .footerBoxSection .whereToStart2 p.lato.white {*/


/*font-size: 16px;*/


/*font-weight: 300;*/


/*max-width: 66%;*/


/*margin: 0 auto 6%;*/


/*text-align: center;*/


/*line-height: 30px;*/


/*}*/


/*.single .footerBoxSection .whereToStart2 a.pinkBtn {*/


/*max-width: 180px;*/


/*text-align: center;*/


/*color: #fff;*/


/*letter-spacing: 1px;*/


/*margin: 0 auto;*/


/*padding: 2% 0;*/


/*}*/


/* Proactive Patty Page */

.page-template-proactivePatty .headerCurlyLineBreak,
.page-template-healing .headerCurlyLineBreak,
.page-template-surviving .headerCurlyLineBreak {
    display: none;
    clear: both;
}

.page-template-proactivePatty section.subHeader {
    background-image: url("images/footerBGPattern.png");
    background-color: #9058a1;
    background-repeat: repeat;
    overflow: auto;
    color: #fff;
    position: relative;
    min-height: 646px;
}

.page-template-surviving section.subHeader {
    background-image: url("images/footerBGPattern.png");
    background-color: #e886b0;
    background-repeat: repeat;
    overflow: auto;
    color: #fff;
    position: relative;
    min-height: 646px;
}

.page-template-healing section.subHeader {
    background-image: url("images/footerBGPattern.png");
    background-color: #9971af;
    background-repeat: repeat;
    overflow: auto;
    color: #fff;
    position: relative;
    min-height: 646px;
}

.page-template-proactivePatty .subHeader .curvyHeaderBottomBorder,
.page-template-surviving .subHeader .curvyHeaderBottomBorder,
.page-template-healing .subHeader .curvyHeaderBottomBorder {
    background-image: url("images/headerWavyBottomBorder.png");
    height: 16px;
    position: absolute;
    top: -8px;
    width: 100%;
}

.page-template-proactivePatty .subHeader h2.quicksand,
.page-template-surviving .subHeader h2.quicksand,
.page-template-healing .subHeader h2.quicksand {
    font-size: 71px;
    font-weight: 300;
    margin: 2% 0 0;
}

.page-template-proactivePatty .subHeader h4.quicksand.white,
.page-template-surviving .subHeader h4.quicksand.white,
.page-template-healing .subHeader h4.quicksand.white {
    font-size: 25px;
    font-weight: 300;
    max-width: 60%;
    margin: 0;
    z-index: 8888;
    position: relative;
}

.page-template-proactivePatty .subHeader .whoWeAre,
.page-template-surviving .subHeader .whoWeAre,
.page-template-healing .subHeader .whoWeAre {
    background: url("images/whoYouAreBanner.png");
    height: 48px;
    background-repeat: no-repeat;
    width: 184px;
    margin: 2% 0;
    padding: 0;
}

.page-template-proactivePatty .subHeader p.lato,
.page-template-healing .subHeader p.lato,
.page-template-surviving .subHeader p.lato {
    font-size: 19px;
    font-weight: 300;
    max-width: 43%;
    margin: 0;
    padding: 0;
}

.page-template-proactivePatty .subHeader .videoDiv .videoPlaceholder,
.page-template-surviving .subHeader .videoDiv .videoPlaceholder,
.page-template-healing .subHeader .videoDiv .videoPlaceholder {
    background-image: url("images/ppVideoPlaceholder.png");
    height: 108px;
    width: 188px;
    box-shadow: 0 0 12px #000;
    margin: 3% 0;
    cursor: pointer;
    float: left;
    display: inline-block;
}

.page-template-proactivePatty .subHeader .videoDiv,
.page-template-surviving .subHeader .videoDiv,
.page-template-healing .subHeader .videoDiv {
    overflow: hidden;
    margin: 0 0 2%;
}

.page-template-proactivePatty .subHeader .videoDiv h2.parisienne.white,
.page-template-surviving .subHeader .videoDiv h2.parisienne.white,
.page-template-healing .subHeader .videoDiv h2.parisienne.white {
    display: inline-block;
    font-weight: 100;
    margin: 4% 2% 0;
    vertical-align: bottom;
    position: relative;
    clear: both;
    background-image: url("images/ppVideoPlaceholderArrow.png");
    background-repeat: no-repeat;
    height: 68px;
    background-position: bottom left;
}

.page-template-proactivePatty .subHeader .ladyBG {
    background: url("images/ppHeaderLadyBG.png");
    background-repeat: no-repeat;
    height: 650px;
    width: 514px;
    position: absolute;
    bottom: 0px;
    right: 200px;
}

.page-template-healing .subHeader .ladyBG {
    background: url("images/hhHeaderLadyBG2.png");
    background-repeat: no-repeat;
    height: 476px;
    width: 522px;
    position: absolute;
    bottom: 0px;
    right: 120px;
    z-index: 1;
}

.page-template-surviving .subHeader .ladyBG {
    background: url("images/ssHeaderLadyBG.png");
    background-repeat: no-repeat;
    height: 648px;
    width: 547px;
    position: absolute;
    bottom: 0px;
    right: 200px;
}

.page-template-proactivePatty .soundLikeYou h2.quicksand.purpleFont,
.page-template-surviving .soundLikeYou h2.quicksand.purpleFont,
.page-template-healing .soundLikeYou h2.quicksand.purpleFont {
    font-size: 59px;
    text-align: center;
    font-weight: 300;
    margin: 4% 0 0;
}

.page-template-proactivePatty .soundLikeYou p.lato.purpleFont,
.page-template-surviving .soundLikeYou p.lato.purpleFont,
.page-template-healing .soundLikeYou p.lato.purpleFont {
    font-size: 17px;
    text-align: center;
    max-width: 78%;
    margin: 0 auto;
}

.page-template-proactivePatty article.circleArea,
.page-template-surviving article.circleArea,
.page-template-healing article.circleArea {
    background-image: url("images/circleSectionBG.png");
    height: 520px;
    width: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    background-position: center center;
    min-width: 1080px;
}

.page-template-proactivePatty .circleArea h2.quicksand,
.page-template-surviving .circleArea h2.quicksand,
.page-template-healing .circleArea h2.quicksand {
    font-size: 18px;
}

.page-template-proactivePatty .circleArea .circle_one {
    background-image: url("images/circleBG1.png");
    width: 140px;
    border-radius: 50%;
    height: 140px;
    text-align: center;
    padding: 20px 0 0 0;
    position: absolute;
    left: 20%;
}

.page-template-proactivePatty .circleArea .circle_two,
.page-template-surviving .circleArea .circle_two,
.page-template-healing .circleArea .circle_two {
    background-image: url("images/circleBG2.png");
    border-radius: 50%;
    width: 264px;
    height: 264px;
    padding: 6% 3% 0;
    text-align: center;
    position: absolute;
    top: 23%;
    left: 10%;
}

.page-template-proactivePatty .circleArea .circle_three {
    background-image: url("images/circleBG3.png");
    border-radius: 50%;
    height: 220px;
    width: 220px;
    padding: 7% 2% 0;
    text-align: center;
    position: absolute;
    left: 32%;
    top: 12%;
}



/* Surviving Suzy */

.page-template-surviving .circleArea .circle_three {
    background-image: url("images/circleBG3.png");
    border-radius: 50%;
    height: 220px;
    width: 220px;
    padding: 4% 2% 0;
    text-align: center;
    position: absolute;
    left: 60%;
    top: 16%;
}

.page-template-surviving .circleArea .circle_one {
    background-image: url("images/circleBG1.png");
    width: 240px;
    border-radius: 50%;
    height: 240px;
    text-align: center;
    padding: 68px 0 0 0;
    position: absolute;
    left: 20%;
}

.page-template-surviving .circleArea .circle_two {
    background-image: url("images/circleBG2.png");
    border-radius: 50%;
    width: 264px;
    height: 264px;
    padding: 6% 3% 0;
    text-align: center;
    position: absolute;
    top: 28%;
    left: 37%;
}

.page-template-surviving .preventionWrap p.lato.purpleFont {
    text-align: center;
}



/* Healing Hannah */

.page-template-healing .circleArea .circle_one {
    background-image: url("images/circleBG1.png");
    width: 200px;
    border-radius: 50%;
    height: 200px;
    text-align: center;
    padding: 38px 12px 0 12px;
    position: absolute;
    left: 20%;
}

.page-template-healing .circleArea .circle_three {
    background-image: url("images/circleBG3.png");
    border-radius: 50%;
    height: 300px;
    width: 300px;
    padding: 8% 2% 0;
    text-align: center;
    position: absolute;
    left: 56%;
    top: 12%;
}

.page-template-healing .circleArea .circle_two {
    background-image: url("images/circleBG2.png");
    border-radius: 50%;
    width: 280px;
    height: 280px;
    padding: 6% 3% 0;
    text-align: center;
    position: absolute;
    top: 32%;
    left: 10%;
}

.page-template-healing .circleArea .circle_four {
    background-image: url("images/circleBG4.png");
    border-radius: 50%;
    height: 260px;
    width: 260px;
    padding: 4% 4% 0;
    text-align: center;
    position: absolute;
    top: 20%;
    left: 34%;
}



/* End Circle Section for all pages */

.page-template-proactivePatty .circleArea .circle_four {
    background-image: url("images/circleBG4.png");
    border-radius: 50%;
    height: 198px;
    width: 198px;
    padding: 4% 2% 0;
    text-align: center;
    position: absolute;
    top: 42%;
    left: 40%;
}

.page-template-proactivePatty .circleArea .circle_five {
    background-image: url("images/circleBG5.png");
    border-radius: 50%;
    width: 302px;
    height: 302px;
    padding: 8% 3% 0;
    text-align: center;
    position: absolute;
    right: 20%;
}

.page-template-proactivePatty .circleArea .circle_six {
    background-image: url("images/circleBG6.png");
    border-radius: 50%;
    width: 264px;
    height: 264px;
    padding: 8% 2% 0;
    text-align: center;
    position: absolute;
    bottom: 0%;
    right: 19%;
}

.page-template-proactivePatty .twoBoxSection .left,
.page-template-proactivePatty .twoBoxSection .right,
.page-template-healing .twoBoxSection .left,
.page-template-healing .twoBoxSection .right,
.page-template-surviving .twoBoxSection .left,
.page-template-surviving .twoBoxSection .right {
    width: 50%;
    display: inline-block;
    float: left;
}

.page-template-proactivePatty .twoBoxSection,
.page-template-surviving .twoBoxSection,
.page-template-healing .twoBoxSection {
    color: #fff;
    height: 430px;
}

.page-template-proactivePatty .twoBoxSection .left,
.page-template-surviving .twoBoxSection .left,
.page-template-healing .twoBoxSection .left {
    background-image: url("images/pinkCurvyBG.jpg");
    height: 100%;
    display: block;
    overflow: hidden;
    height: 430px;
}

.page-template-proactivePatty .twoBoxSection h2.quicksand.white,
.page-template-healing .twoBoxSection h2.quicksand.white,
.page-template-surviving .twoBoxSection h2.quicksand.white {
    font-size: 96px;
    font-weight: 300;
    max-width: 540px;
    padding: 0 3% 0 0px;
    margin: 10% 0;
    text-align: right;
    float: right;
    line-height: 76px;
}

.page-template-proactivePatty .twoBoxSection .right,
.page-template-healing .twoBoxSection .right,
.page-template-surviving .twoBoxSection .right {
    background-color: #a078ad;
    background-image: url("images/footerBGPattern.png");
    background-repeat: repeat;
    overflow: hidden;
    height: 100%;
    padding: 3% 0 0 3%;
    display: block;
}

.page-template-proactivePatty .twoBoxSection .right .mapPointer,
.page-template-surviving .twoBoxSection .right .mapPointer,
.page-template-healing .twoBoxSection .right .mapPointer {
    background-image: url("images/mapPointer.png");
    width: 71px;
    height: 71px;
}

.page-template-proactivePatty .twoBoxSection .right p.lato.white,
.page-template-healing .twoBoxSection .right p.lato.white,
.page-template-surviving .twoBoxSection .right p.lato.white {
    max-width: 72%;
    font-size: 25px;
    font-weight: 100;
}

.page-template-proactivePatty section.preventionTrack,
.page-template-surviving section.preventionTrack,
.page-template-healing section.preventionTrack {
    background-color: #faf1f5;
    overflow: hidden;
    padding: 2% 0;
}

.page-template-proactivePatty .preventionWrap,
.page-template-healing .preventionWrap,
.page-template-surviving .preventionWrap {
    max-width: 100%;
    margin: 2% auto;
    background-color: #fff;
    box-shadow: 0 0 12px #000;
    padding: 2%;
}

.page-template-proactivePatty .preventionTrack .preventionWrap h2.quicksand.purpleFont,
.page-template-healing .preventionTrack .preventionWrap h2.quicksand.purpleFont,
.page-template-surviving .preventionTrack .preventionWrap h2.quicksand.purpleFont {
    text-align: center;
    font-size: 59px;
    font-weight: 300;
    letter-spacing: -2px;
    margin: 0;
}

.page-template-proactivePatty .preventionTrack .preventionWrap h4.lato,
.page-template-surviving .preventionTrack .preventionWrap h4.lato,
.page-template-healing .preventionTrack .preventionWrap h4.lato {
    text-align: center;
    margin: 0;
    font-size: 17px;
    font-weight: 600;
}

.page-template-proactivePatty .preventionTrack .preventionWrap .featureColumn,
.page-template-surviving .preventionTrack .preventionWrap .featureColumn,
.page-template-healing .preventionTrack .preventionWrap .featureColumn {
    width: 30%;
    display: inline-block;
    margin: 2% 1%;
    vertical-align: top;
}

.page-template-proactivePatty .preventionTrack .preventionWrap .featureColumn .ladyImage,
.page-template-surviving .preventionTrack .preventionWrap .featureColumn .ladyImage,
.page-template-healing .preventionTrack .preventionWrap .featureColumn .ladyImage {
    height: 234px;
    background-repeat: no-repeat;
    display: block;
    width: 234px;
    margin: 0 auto;
}

.page-template-proactivePatty .preventionTrack .preventionWrap .columnOne .ladyImage,
.page-template-surviving .preventionTrack .preventionWrap .columnOne .ladyImage,
.page-template-healing .preventionTrack .preventionWrap .columnOne .ladyImage {
    background-image: url("images/preventTrackPic1.png");
}

.page-template-proactivePatty .preventionTrack .preventionWrap .columnTwo .ladyImage,
.page-template-surviving .preventionTrack .preventionWrap .columnTwo .ladyImage,
.page-template-healing .preventionTrack .preventionWrap .columnTwo .ladyImage {
    background-image: url("images/preventionTrackPic2.png");
}

.page-template-proactivePatty .preventionTrack .preventionWrap .columnThree .ladyImage,
.page-template-surviving .preventionTrack .preventionWrap .columnThree .ladyImage,
.page-template-healing .preventionTrack .preventionWrap .columnThree .ladyImage {
    background-image: url("images/preventionTrackPic3.png");
}

.page-template-proactivePatty .preventionTrack .preventionWrap .featureColumn ul,
.page-template-surviving .preventionTrack .preventionWrap .featureColumn ul,
.page-template-healing .preventionTrack .preventionWrap .featureColumn ul {
    list-style-image: url("images/bulletPoint.png");
    margin: 0;
}

.page-template-proactivePatty .preventionTrack .preventionWrap .featureColumn li,
.page-template-surviving .preventionTrack .preventionWrap .featureColumn li,
.page-template-healing .preventionTrack .preventionWrap .featureColumn li {
    padding: 6% 0;
    border-bottom: 2px dotted #d1d4d9;
    font-weight: 700;
    font-family: 'Lato', serif;
}

.page-template-proactivePatty .preventionTrack .preventionWrap .featureColumn li:last-child,
.page-template-surviving .preventionTrack .preventionWrap .featureColumn li:last-child,
.page-template-healing .preventionTrack .preventionWrap .featureColumn li:last-child {
    border-bottom: none;
}

.flowerCircle .left h4.pinkFont.uppercase.lato {
    text-align: right;
}

.flowerCircle .right h4.pinkFont.uppercase.lato {
    text-align: left;
}

.flowerCircle .right h2 {
    text-align: left;
}

.flowerCircle .left h2 {
    text-align: right;
}

.page-template-proactivePatty .preventionTrack .preventionWrap a.pinkBtn.uppercase.lato,
.page-template-surviving .preventionTrack .preventionWrap a.pinkBtn.uppercase.lato,
.page-template-healing .preventionTrack .preventionWrap a.pinkBtn.uppercase.lato {
    max-width: 338px;
    text-align: center;
    color: #fff;
    display: block;
    margin: 2% auto;
}

.page-template-proactivePatty .preventionTrack .preventionWrap a.pinkBtn:hover,
.page-template-surviving .preventionTrack .preventionWrap a.pinkBtn:hover,
.page-template-healing .preventionTrack .preventionWrap a.pinkBtn:hover {
    color: #f15f7d !important;
}

.page-template-proactivePatty .essentialsSystem h2.quicksand.purpleFont,
.page-template-surviving .essentialsSystem h2.quicksand.purpleFont,
.page-template-healing .essentialsSystem h2.quicksand.purpleFont {
    font-size: 75px;
    text-align: center;
    font-weight: 300;
    margin: 2%;
}

.page-template-proactivePatty .essentialsSystem p.lato.purpleFont,
.page-template-surviving .essentialsSystem p.lato.purpleFont,
.page-template-healing .essentialsSystem p.lato.purpleFont {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    padding: 0 8%;
}

.essentialsSystem p a,
.cureAllHype a,
.essentialHighlights a,
.page-template-about p.lato a {
    text-decoration: none;
    color: inherit;
    transition: all .2s ease .2s;
}

.essentialsSystem p a:hover,
.cureAllHype a:hover,
.essentialHighlights a:hover,
.page-template-about p.lato a:hover {
    color: #f15f7d;
}

.page-template-proactivePatty .essentialsSystem .flowerCircle,
.page-template-surviving .essentialsSystem .flowerCircle,
.page-template-healing .essentialsSystem .flowerCircle {
    background-image: url("images/ppFlower2.png");
    width: 100%;
    height: 626px;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-template-proactivePatty .essentialsSystem .flowerCircle .left,
.page-template-surviving .essentialsSystem .flowerCircle .left,
.page-template-healing .essentialsSystem .flowerCircle .left {
    width: 33%;
    float: left;
    text-align: left;
    padding: 0 0 2%;
    position: relative;
    min-height: 84px;
}

.page-template-proactivePatty .essentialsSystem .flowerCircle .right,
.page-template-surviving .essentialsSystem .flowerCircle .right,
.page-template-healing .essentialsSystem .flowerCircle .right {
    width: 33%;
    float: right;
    text-align: right;
    padding: 0 0 2%;
    position: relative;
    min-height: 84px;
}

.flowerCircle article.row-2 {
    position: relative;
    padding: 42px 0 0;
}

.flowerCircle .row-2 .left {
    position: absolute !important;
    left: -60px;
}

.flowerCircle .row-2 .left h2.purpleFont.lato {
    max-width: 60%;
    position: absolute;
    right: 0;
}

.flowerCircle .row-2 .right h2.purpleFont.lato {
    max-width: 44%;
}

.flowerCircle .row-2 .right h4.pinkFont.uppercase.lato {
    padding: 0 0 0 56px;
}

.flowerCircle .row-2 .right h2.purpleFont.lato {
    max-width: 200px;
    padding: 0 0 0 54px;
}

.flowerCircle .row-3 .left {
    position: absolute;
    left: -104px;
}

.flowerCircle .row-3 .left h2.purpleFont.lato {
    max-width: 220px;
    position: absolute;
    right: 0;
}

.flowerCircle .row-3 .right h4.pinkFont.uppercase.lato {
    padding: 0 0 0 104px;
}

.flowerCircle .row-3 {
    padding: 12px 0 0;
}

.flowerCircle .row-3 .right h2.purpleFont.lato {
    padding: 0 0 0 104px;
    max-width: 250px;
}

.flowerCircle .row-4 .left {
    position: absolute;
    left: -64px;
}

.flowerCircle .row-4 .left h2.purpleFont.lato {
    max-width: 180px;
    position: absolute;
    right: 0;
}

.flowerCircle .row-4 .right h4.pinkFont.uppercase.lato {
    padding: 0 0 0 66px;
}

.flowerCircle .row-4 .right h2.purpleFont.lato {
    max-width: 240px;
    padding: 0px 0 0 64px;
}

.page-template-proactivePatty .essentialsSystem .flowerCircle article,
.page-template-surviving .essentialsSystem .flowerCircle article,
.page-template-healing .essentialsSystem .flowerCircle article {
    clear: both;
    text-align: center;
}

.page-template-proactivePatty .essentialsSystem .flowerCircle article h4.pinkFont.uppercase.lato,
.page-template-surviving .essentialsSystem .flowerCircle article h4.pinkFont.uppercase.lato,
.page-template-healing .essentialsSystem .flowerCircle article h4.pinkFont.uppercase.lato {
    font-size: 9px;
    margin: 0;
    letter-spacing: 2px;
    font-weight: 900;
}

.page-template-proactivePatty .essentialsSystem .flowerCircle article h2.purpleFont,
.page-template-surviving .essentialsSystem .flowerCircle article h2.purpleFont,
.page-template-healing .essentialsSystem .flowerCircle article h2.purpleFont {
    font-size: 21px;
    font-weight: 300;
    margin: 0;
}

.page-template-proactivePatty .essentialsSystem .flowerCircle .row-2,
.page-template-proactivePatty .essentialsSystem .flowerCircle .row-3,
.page-template-proactivePatty .essentialsSystem .flowerCircle .row-4,
.page-template-healing .essentialsSystem .flowerCircle .row-2,
.page-template-healing .essentialsSystem .flowerCircle .row-3,
.page-template-healing .essentialsSystem .flowerCircle .row-4,
.page-template-surviving .essentialsSystem .flowerCircle .row-2,
.page-template-surviving .essentialsSystem .flowerCircle .row-3,
.page-template-surviving .essentialsSystem .flowerCircle .row-4 {
    height: 70px;
    margin: 5% 0 0;
}

.page-template-proactivePatty section.cureAllHype,
.page-template-healing section.cureAllHype,
.page-template-surviving section.cureAllHype {
    background-color: #f9f9fa;
}

.page-template-proactivePatty .cureAllHype .left,
.page-template-healing .cureAllHype .left,
.page-template-surviving .cureAllHype .left {
    background-image: url("images/ppDrV.png");
    background-repeat: no-repeat;
}

.page-template-proactivePatty .cureAllHype .left,
.page-template-surviving .cureAllHype .left,
.page-template-healing .cureAllHype .left {
    width: 60%;
    display: inline-block;
    background-image: url("images/ppDrV.png");
    background-repeat: no-repeat;
    height: 666px;
    float: left;
}

.page-template-proactivePatty .cureAllHype .right,
.page-template-surviving .cureAllHype .right,
.page-template-healing .cureAllHype .right {
    width: 40%;
    display: inline-block;
    float: left;
    margin: 0 0 0 -10%;
}

.page-template-proactivePatty .cureAllHype .right .maze,
.page-template-healing .cureAllHype .right .maze,
.page-template-surviving .cureAllHype .right .maze {
    background-image: url("images/ppMaze.png");
    background-repeat: no-repeat;
    height: 83px;
    width: 83px;
    margin: 21% 0 0;
}

.page-template-proactivePatty .cureAllHype .right h2.quicksand.purpleFont,
.page-template-surviving .cureAllHype .right h2.quicksand.purpleFont,
.page-template-healing .cureAllHype .right h2.quicksand.purpleFont {
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -5px;
    margin: 0;
    line-height: 61px;
}

.page-template-proactivePatty .cureAllHype .right p.lato.purpleFont,
.page-template-surviving .cureAllHype .right p.lato.purpleFont,
.page-template-healing .cureAllHype .right p.lato.purpleFont {
    font-size: 16px;
    line-height: 32px;
}

.page-template-proactivePatty section.essentialHighlights,
.page-template-surviving section.essentialHighlights,
.page-template-healing section.essentialHighlights {
    clear: both;
    overflow: hidden;
    text-align: center;
}

.page-template-proactivePatty .essentialHighlights ul li.lato,
.page-template-surviving .essentialHighlights ul li.lato,
.page-template-healing .essentialHighlights ul li.lato {
    display: inline-block;
    width: 18%;
    vertical-align: middle;
    font-size: 16px;
    padding: 0px 14px;
}

.page-template-proactivePatty .essentialHighlights ul,
.page-template-surviving .essentialHighlights ul,
.page-template-healing .essentialHighlights ul {
    margin: 0;
    padding: 0;
}

.page-template-proactivePatty .essentialHighlights ul li.lato,
.page-template-surviving .essentialHighlights ul li.lato,
.page-template-healing .essentialHighlights ul li.lato {
    display: inline-block;
    width: 18%;
    vertical-align: top;
    line-height: 25px;
    min-height: 188px;
    font-size: 16px;
    font-family: 'Lato', serif;
}

.essentialHighlights ul li.icon-lotus:before {
    font-size: 90px !important;
}

.essentialHighlights ul li.icon-globe:before {
    font-size: 96px !important;
}

.page-template-proactivePatty .essentialHighlights ul li:before,
.page-template-surviving .essentialHighlights ul li:before,
.page-template-healing .essentialHighlights ul li:before {
    display: block;
    font-size: 80px;
    padding: 0 0 20%;
    color: #ee5d96;
    font-family: 'icomoon', serif;
    font-weight: 500;
}

.page-template-proactivePatty .essentialHighlights h2.quicksand.purpleFont,
.page-template-surviving .essentialHighlights h2.quicksand.purpleFont,
.page-template-healing .essentialHighlights h2.quicksand.purpleFont {
    font-size: 41px;
    font-weight: 500;
}



/* Blog Page */

.page-template-blog div#content,
.single div#content,
.page-template-testimonials div#content,
.page-template-contact div#content,
.page-template-about div#content,
.page-template-about_v2 div#content,
.page-template-startHere div#content {
    margin: 215px 0 0px 0;
}

section.pageTitle {
    background-image: url("images/formBG.png");
    height: auto;
    overflow: hidden;
    color: #fff;
    background-color: #7d4e9f;
}

.page-template-blog .headerCurlyLineBreak,
.single-post .headerCurlyLineBreak,
.archive .headerCurlyLineBreak {
    display: none;
}

section.pageTitle h2.white {
    font-size: 58px;
    font-weight: 300;
    margin: 8px 0 0;
}

section.blogRoll {
    width: 72%;
    float: left;
    max-width: 806px;
}

.page-template-blog .blogRoll ul,
.search-results .blogRoll ul {
    list-style: none;
    margin: 4% 0 0 0;
    padding: 0;
}

.page-template-blog .blogRoll ul li,
.search-results .blogRoll ul li {
    margin: 0 0 68px;
    padding: 1% 0;
    overflow: hidden;
}

.page-template-blog .blogRoll ul li .blogBorder,
.search-results .blogRoll ul li .blogBorder {
    background-image: url("images/blogBreak.png");
    height: 5px;
    background-repeat: no-repeat;
    max-width: 804px;
    margin: 4% 0;
}

.page-template-blog .blogRoll .right .post-categories li,
.search-results .blogRoll .right .post-categories li {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0;
}

.page-template-blog .blogRoll ul li .left.featuredImage,
.search-results .blogRoll ul li .left.featuredImage {
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
}

.page-template-blog .blogRoll ul li .right,
.search-results .blogRoll ul li .right {
    display: inline-block;
    max-width: 500px;
    padding: 0 0 0px 20px;
}

.page-template-blog .blogRoll ul li .right ul.post-categories,
.search-results .blogRoll ul li .right ul.post-categories {
    margin: 0;
    padding: 0 6px 0 0;
    width: auto;
    display: inline-block;
    float: left;
}

.page-template-blog .blogRoll ul li .right .post-categories li a,
.search-results .blogRoll ul li .right .post-categories li a {
    text-decoration: none;
    font-family: 'Quicksand', serif;
    text-transform: uppercase;
    font-size: 17px;
    transition: all .2s ease .2s;
}

.page-template-blog .blogRoll ul li .right .post-categories li a:hover,
.search-results .blogRoll ul li .right .post-categories li a:hover {
    color: #f15f7d;
}

.page-template-blog .blogRoll ul li .right h4,
.search-results .blogRoll ul li .right h4 {
    margin: 0;
    padding: 0;
    font-size: 17px;
    color: #b9afbf;
}

.page-template-blog .blogRoll li .right h4 a,
.search-results .blogRoll li .right h4 a {
    text-decoration: none;
    color: #744481;
    transition: all .2s ease .2s;
}

.page-template-blog .blogRoll li .right h4 a:hover,
.search-results .blogRoll li .right h4 a:hover {
    color: #f15f7d;
}

.page-template-blog .blogRoll ul li .right .title,
.search-results .blogRoll ul li .right .title {
    font-size: 33px;
    text-decoration: none;
    padding: 2% 0;
    display: block;
    line-height: 40px;
    transition: all .2s ease .2s;
}

.page-template-blog .blogRoll ul li .right .title:hover,
.search-results .blogRoll ul li .right .title:hover {
    color: #f15f7d;
}

.page-template-blog .blogRoll ul li .right p,
.search-results .blogRoll ul li .right p {
    font-size: 15px;
    font-family: 'Lato', serif;
}

.page-template-blog .blogRoll ul li .right .sharePostBtn,
.search-results .blogRoll ul li .right .sharePostBtn {
    width: 130px;
    background-image: url("images/shareIcon.png");
    background-repeat: no-repeat;
    background-position: 82px 6px;
    text-align: left;
    padding: 1% 4%;
    cursor: pointer;
    max-height: 102px;
    overflow: hidden;
}

.page-template-blog .blogRoll ul li .right .sharePostBtn:hover,
.search-results .blogRoll ul li .right .sharePostBtn:hover {
    color: #fff;
    background-color: #f15f7d;
    -webkit-box-shadow: 0 0 12px #000;
    -moz-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
}

.page-template-blog .blogRoll .category-4 .right h4 a,
.page-template-blog .blogRoll .category-64 .right h4 a,
.search-results .blogRoll .category-4 .right h4 a,
.search-results .blogRoll .category-64 .right h4 a {
    color: #f9ae5a !important;
}

.page-template-blog .blogRoll .category-5 .right h4 a,
.page-template-blog .blogRoll .category-67 .right h4 a,
.search-results .blogRoll .category-5 .right h4 a,
.search-results .blogRoll .category-67 .right h4 a {
    color: #ffd96d !important;
}

.page-template-blog .blogRoll .category-6 .right h4 a,
.page-template-blog .blogRoll .category-79 .right h4 a,
.search-results .blogRoll .category-6 .right h4 a,
.search-results .blogRoll .category-79 .right h4 a {
    color: #a3ce46 !important;
}

.page-template-blog .blogRoll .category-7 .right h4 a,
.page-template-blog .blogRoll .category-82 .right h4 a,
.search-results .blogRoll .category-7 .right h4 a,
.search-results .blogRoll .category-82 .right h4 a {
    color: #6b9dd3 !important;
}

.page-template-blog .blogRoll .category-8 .right h4 a,
.page-template-blog .blogRoll .category-84 .right h4 a,
.search-results .blogRoll .category-8 .right h4 a,
.search-results .blogRoll .category-84 .right h4 a {
    color: #a66bad !important;
}

.page-template-blog .blogRoll .category-9 .right h4 a,
.page-template-blog .blogRoll .category-49 .right h4 a,
.search-results .blogRoll .category-9 .right h4 a,
.search-results .blogRoll .category-49 .right h4 a {
    color: #f06490 !important;
}

.page-template-blog .blogRoll .category-10 .right h4 a,
.page-template-blog .blogRoll .category-69 .right h4 a,
.search-results .blogRoll .category-10 .right h4 a,
.search-results .blogRoll .category-69 .right h4 a {
    color: #ee3268 !important;
}

div#secondary {
    margin: 2% 0 0;
    list-style: none;
}

div#secondary .widgetDrVPic {
    background-image: url("images/blogSidebarDrVPic.jpg");
    height: 222px;
    width: 100%;
}

.page-template-recipe div#secondary .widgetDrVPic,
.single-recipe_post_type div#secondary .widgetDrVPic {
    background-image: url("images/drVRecipePic.jpg");
    height: 222px;
    width: 100%;
    background-repeat: no-repeat;
}

div#secondary ul#menu-recipemenu {
    margin: 0;
    list-style-image: url("images/bulletPoint.png");
    font-family: 'Quicksand', serif;
}

div#secondary ul#menu-recipemenu li a {
    color: #7d4e9f;
    text-decoration: none;
    transition: all .2s ease .2s;
}

div#secondary ul#menu-recipemenu li a:hover {
    color: #ee2a65;
}

div#secondary h3.lato.purpleFont.uppercase {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    padding: 2% 0 0;
    margin: 0;
}

div#secondary h2.widgettitle {
    font-family: 'Quicksand', serif;
    text-transform: uppercase;
    color: #ee2a65;
    font-size: 14px;
    border-bottom: 2px dotted #cbcfd4;
    padding: 0 0 4% 10%;
    background-image: url("images/listIcon.png");
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: left top;
}

div#secondary ul#menu-blogcategories {
    margin: 0;
    padding: 0;
    list-style: none;
}

div#secondary h2.quicksand.purpleFont {
    font-size: 18px;
    margin: 0 auto;
    padding: 0;
    font-weight: 500;
    text-align: center;
}

div#secondary span.pinkFont {
    font-size: 9px;
    font-weight: 900;
    display: block;
    text-decoration: none;
}

#secondary .textwidget ul li {
    height: 104px;
    padding: 0px 0% 0 86px;
    border-bottom: 2px dotted;
    margin: 6% 0 0%;
}

div#secondary #menu-blogcategories li a {
    text-decoration: none;
    color: #744481;
    font-size: 21px;
    font-weight: 500;
    font-family: 'Quicksand', serif;
}

div#secondary .menu-blogcategories-container ul li {
    padding: 28px 0 0 86px;
    height: 120px;
    border-bottom: 2px dotted #cbcfd4;
    background-size: 76px;
    background-position: left center;
}

div#secondary .menu-blogcategories-container ul li.essential1 {
    background-image: url("images/essentialSeal1.png");
    background-repeat: no-repeat;
}

div#secondary .menu-blogcategories-container ul li.essential2 {
    background-image: url("images/essentialSeal2.png");
    background-repeat: no-repeat;
}

div#secondary .menu-blogcategories-container ul li.essential3 {
    background-image: url("images/essentialSeal3.png");
    background-repeat: no-repeat;
}

div#secondary .menu-blogcategories-container ul li.essential4 {
    background-image: url("images/essentialSeal4.png");
    background-repeat: no-repeat;
}

div#secondary .menu-blogcategories-container ul li.essential5 {
    background-image: url("images/essentialSeal5.png");
    background-repeat: no-repeat;
}

div#secondary .menu-blogcategories-container ul li.essential6 {
    background-image: url("images/essentialSeal6.png");
    background-repeat: no-repeat;
}

div#secondary .menu-blogcategories-container ul li.essential7 {
    background-image: url("images/essentialSeal7.png");
    background-repeat: no-repeat;
}

.page-template-blog .blogRoll .right .sharePostBtn .socialShareWrap li,
.sharePostBtn .socialShareWrap li {
    padding: 0 !important;
    margin: 0 !important;
    color: #fff;
    font-size: 36px;
    display: inline-block;
    vertical-align: middle;
    width: 38px;
}

.socialShareWrap ul {
    margin: 0 !important;
    padding: 0;
}

.page-template-blog .blogRoll .right .sharePostBtn .socialShareWrap li a,
.sharePostBtn .socialShareWrap li a {
    color: #fff;
    font-size: 36px;
    text-decoration: none;
    display: inline-block;
    transition: all .2s ease .2s;
}

.page-template-blog .blogRoll .right .sharePostBtn .socialShareWrap li a:hover {
    color: #7d4e9f;
    text-shadow: 1px 1px 2px #000000;
}

.page-template-blog .blogRoll .right .sharePostBtn .socialShareWrap li a span {
    display: none;
}

.page-template-blog .blogRoll ul li .left .catIcon {
    margin: -50px 0px 0 20px;
    width: auto;
    z-index: 1;
    position: relative;
}



/* essential 1 */

.page-template-blog .blogRoll ul li .left .categoryImage-4,
.page-template-blog .blogRoll ul li .left .categoryImage-64 {
    background-image: url("images/essential1Featured.png");
    width: 66px;
    height: 66px;
}



/* essential 2 */

.page-template-blog .blogRoll ul li .left .categoryImage-5,
.page-template-blog .blogRoll ul li .left .categoryImage-67 {
    background-image: url("images/essential2Featured.png");
    width: 66px;
    height: 66px;
}



/* essential 3 */

.page-template-blog .blogRoll ul li .left .categoryImage-6,
.page-template-blog .blogRoll ul li .left .categoryImage-79 {
    background-image: url("images/essential3Featured.png");
    width: 66px;
    height: 66px;
}



/* essential 4 */

.page-template-blog .blogRoll ul li .left .categoryImage-7,
.page-template-blog .blogRoll ul li .left .categoryImage-82 {
    background-image: url("images/essential4Featured.png");
    width: 66px;
    height: 66px;
}



/* essential 5 */

.page-template-blog .blogRoll ul li .left .categoryImage-8,
.page-template-blog .blogRoll ul li .left .categoryImage-84 {
    background-image: url("images/essential5Featured.png");
    width: 66px;
    height: 66px;
}



/* essential 6 */

.page-template-blog .blogRoll ul li .left .categoryImage-9,
.page-template-blog .blogRoll ul li .left .categoryImage-49 {
    background-image: url("images/essential6Featured.png");
    width: 66px;
    height: 66px;
}



/* essential 7 */

.page-template-blog .blogRoll ul li .left .categoryImage-10,
.page-template-blog .blogRoll ul li .left .categoryImage-69 {
    background-image: url("images/essential7Featured.png");
    width: 66px;
    height: 66px;
}

.pagination a,
.navigation .nav-links a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Lato', serif;
    margin: 1% 0;
    display: block;
    width: 180px;
    text-align: center;
    color: #f05783;
}

.pagination a:hover,
.navigation .nav-links a:hover {
    color: #fff;
}



/* Single Blog Post */

#secondary .featImage {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin: 0 2% 0 0px;
}

#secondary .sidebarPost {
    display: inline;
    width: auto;
    clear: both;
    font-family: 'Quicksand', serif;
    margin: 0 0%;
    text-align: left;
    padding: 0 0 0 0px;
}

#secondary .sidebarPost a {
    text-decoration: none;
    color: #7d4e9f;
}

#secondary #relatedPost h4.pinkFont {
    font-size: 12px;
    background-image: url("images/listIcon.png");
    background-repeat: no-repeat;
    padding: 0 0 8px 26px;
    border-bottom: 2px dotted #cbcfd4;
}

#secondary #relatedPost .sidebarWrapper {
    overflow: hidden;
    border-bottom: 2px dotted #cbcfd4;
    margin: 0 0 2%;
    padding: 0 0 2%;
}

#secondary #relatedPost .sidebarWrapper ul {
    margin: 0;
    padding: 0;
    clear: both;
    overflow: hidden;
    list-style: none;
}

.textwidget {
    clear: both;
}

.single .blogRoll article header a.purpleFont,
.search-results .blogRoll article header a.purpleFont {
    font-size: 12px;
    text-decoration: none;
    border-bottom: 2px dotted #cbcfd4;
    width: 300px;
    display: block;
    padding: 0 0 2%;
    margin: 2% 0;
    font-weight: 900;
}

.single .blogRoll article header ul.post-categories {
    margin: 0;
    padding: 0 4px 0 0;
    list-style: none;
    float: left;
    width: auto;
}

.single .blogRoll article header .post-categories a {
    text-decoration: none;
}

.single .blogRoll article header h4.catAndDate {
    color: #c0b7c5;
    width: auto;
    float: left;
    padding: 0 18px 0 0px;
    margin: 10px 0;
}

.single .blogRoll .cat-4 header .post-categories a {
    color: #f9ae5a;
}

.single .blogRoll .cat-5 header .post-categories a {
    color: #ffd96d;
}

.single .blogRoll .cat-6 header .post-categories a {
    color: #a3ce46;
}

.single .blogRoll .cat-7 header .post-categories a {
    color: #6b9dd3;
}

.single .blogRoll .cat-8 header .post-categories a {
    color: #a66bad;
}

.single .blogRoll .cat-9 header .post-categories a {
    color: #f06490;
}

.single .blogRoll .cat-10 header .post-categories a {
    color: #ee3268;
}

.single .blogRoll article .sharePostBtn {
    width: 130px;
    background-image: url("images/shareIcon.png");
    background-repeat: no-repeat;
    background-position: 82px 10px;
    text-align: left;
    padding: 1% 2%;
    cursor: pointer;
    max-height: 102px;
    overflow: hidden;
}

.single .blogRoll article .sharePostBtn:hover {
    color: #fff;
    background-color: #f15f7d;
}

.single .blogRoll article .sharePostBtn .socialShareWrap ul {
    margin: 0;
    padding: 0;
}

.single .blogRoll article .sharePostBtn .socialShareWrap li {
    padding: 0 !important;
    margin: 0 !important;
    color: #fff;
    font-size: 36px;
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    border-bottom: 0;
}

.single .blogRoll article .sharePostBtn .socialShareWrap li a {
    color: #fff;
    font-size: 36px;
    text-decoration: none;
    display: inline-block;
    transition: all .2s ease .2s;
    width: auto;
    border-bottom: 0;
}

.single .blogRoll article .sharePostBtn .socialShareWrap li a:hover {
    color: #7d4e9f;
    text-shadow: 1px 1px 2px #000000;
}

.single .blogRoll article .sharePostBtn .socialShareWrap li a span {
    display: none;
}

.single .blogRoll article header h1.entry-title.purpleFont.quicksand {
    font-weight: 500;
}

.single .blogRoll article p {
    font-family: 'Lato', serif;
    font-size: 18px;
    color: #594c62;
}

.single .blogRoll article img {
    border: 2px solid #fff;
    box-shadow: 0 0 12px #000;
    margin-bottom: 2%;
}

.single .blogRoll article .wp-post-image {
    box-shadow: none;
    border: 0;
}

.single-testimonial_post .wp-post-image {
    max-width: 300px;
    float: left;
    padding: 0 2% 0 0;
}



/* Archive Page */

.single-testimonial_post li#relatedPost {
    display: none;
}

.archive div#content {
    margin: 200px 0 0px 0;
}

.archive .pageTitle h1.quicksand.page-title {
    font-weight: 300;
}



/* Category Page */

.category .blogRoll .right .sharePostBtn .socialShareWrap li {
    padding: 0 !important;
    margin: 0 !important;
    color: #fff;
    font-size: 36px;
    display: inline-block;
    vertical-align: middle;
}

.category .blogRoll .right .sharePostBtn .socialShareWrap li a {
    color: #fff;
    font-size: 36px;
    text-decoration: none;
    display: inline-block;
    transition: all .2s ease .2s;
}

.category .blogRoll .right .sharePostBtn .socialShareWrap li a:hover {
    color: #7d4e9f;
    text-shadow: 1px 1px 2px 1 #000000;
}

.category .blogRoll .right .sharePostBtn .socialShareWrap li a span {
    display: none;
}

.category .blogRoll ul li .left .catIcon {
    margin: -50px 0px 0 20px;
    width: auto;
    z-index: 1;
    position: relative;
}



/* essential 1 */

.category .blogRoll ul li .left .categoryImage-4 {
    background-image: url("images/essential1Featured.png");
    width: 66px;
    height: 66px;
}



/* essential 2 */

.category .blogRoll ul li .left .categoryImage-5 {
    background-image: url("images/essential2Featured.png");
    width: 66px;
    height: 66px;
}



/* essential 3 */

.category .blogRoll ul li .left .categoryImage-6 {
    background-image: url("images/essential3Featured.png");
    width: 66px;
    height: 66px;
}



/* essential 4 */

.category .blogRoll ul li .left .categoryImage-7 {
    background-image: url("images/essential4Featured.png");
    width: 66px;
    height: 66px;
}



/* essential 5 */

.category .blogRoll ul li .left .categoryImage-8 {
    background-image: url("images/essential5Featured.png");
    width: 66px;
    height: 66px;
}



/* essential 6 */

.category .blogRoll ul li .left .categoryImage-9 {
    background-image: url("images/essential6Featured.png");
    width: 66px;
    height: 66px;
}



/* essential 7 */

.category .blogRoll ul li .left .categoryImage-10 {
    background-image: url("images/essential7Featured.png");
    width: 66px;
    height: 66px;
}

.category .blogRoll article header ul.post-categories {
    margin: 0;
    padding: 0 4px 0 0;
    list-style: none;
    float: left;
    width: auto;
}

.category .blogRoll article header .post-categories a {
    text-decoration: none;
}

.category .blogRoll article header h4.catAndDate {
    color: #c0b7c5;
    width: auto;
    float: left;
    padding: 0 18px 0 0px;
    margin: 10px 0;
}

.category .blogRoll .cat-4 header .post-categories a {
    color: #f9ae5a;
}

.category .blogRoll .cat-5 header .post-categories a {
    color: #ffd96d;
}

.category .blogRoll .cat-6 header .post-categories a {
    color: #a3ce46;
}

.category .blogRoll .cat-7 header .post-categories a {
    color: #6b9dd3;
}

.category .blogRoll .cat-8 header .post-categories a {
    color: #a66bad;
}

.category .blogRoll .cat-9 header .post-categories a {
    color: #f06490;
}

.category .blogRoll .cat-10 header .post-categories a {
    color: #ee3268;
}

.category .blogRoll article .sharePostBtn {
    width: 130px;
    background-image: url("images/shareIcon.png");
    background-repeat: no-repeat;
    background-position: 82px 10px;
    text-align: left;
    padding: 1% 2%;
    cursor: pointer;
    max-height: 102px;
    overflow: hidden;
}

.category .blogRoll article .sharePostBtn:hover {
    color: #fff;
    background-color: #f15f7d;
}

.category .blogRoll article .sharePostBtn .socialShareWrap ul {
    margin: 0;
    padding: 0;
}

.category .blogRoll article .sharePostBtn .socialShareWrap li {
    padding: 0 !important;
    margin: 0 !important;
    color: #fff;
    font-size: 36px;
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    border-bottom: 0;
}

.category .blogRoll article .sharePostBtn .socialShareWrap li a {
    color: #fff;
    font-size: 36px;
    text-decoration: none;
    display: inline-block;
    transition: all .2s ease .2s;
    width: auto;
    border-bottom: 0;
}

.category .blogRoll article .sharePostBtn .socialShareWrap li a:hover {
    color: #7d4e9f;
    text-shadow: 1px 1px 2px #000000;
}

.category .blogRoll article .sharePostBtn .socialShareWrap li a span {
    display: none;
}

.category .blogRoll article header h1.entry-title.purpleFont.quicksand {
    font-weight: 500;
}

.category .blogRoll article {
    margin: 2% 0;
    border-bottom: 2px dotted #cbcfd4;
}



/* Recipe Page */

.page-template-testimonials .testimonials .featuredImage img {
    border-radius: 50%;
}

.page-template-recipe header .headerCurlyLineBreak {
    display: none;
}

.page-template-recipe .blogRoll ul li,
.page-template-testimonials .blogRoll ul li {
    margin: 0 0 68px;
    padding: 1% 0;
    overflow: hidden;
}

.page-template-recipe .blogRoll ul li .left.featuredImage {
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
}

.page-template-recipe .blogRoll ul li .right,
.page-template-testimonials .blogRoll ul li .right {
    display: inline-block;
    max-width: 500px;
    padding: 0 0 0px 20px;
}

.page-template-recipe .blogRoll ul li .right h4,
.page-template-testimonials .blogRoll ul li .right h4 {
    margin: 0;
    padding: 0;
    font-size: 17px;
    color: #b9afbf;
}

.page-template-recipe .blogRoll ul li .right ul.post-categories,
.page-template-testimonials .blogRoll ul li .right ul.post-categories {
    margin: 0;
    padding: 0 6px 0 0;
    width: auto;
    display: inline-block;
    float: left;
}

.page-template-recipe .blogRoll ul,
.page-template-testimonials .blogRoll ul {
    list-style: none;
    margin: 4% 0 0 0;
    padding: 0;
}

.page-template-recipe .blogRoll ul li .right .title {
    font-size: 28px;
    text-decoration: none;
    padding: 0% 0;
    display: block;
    line-height: 40px;
    transition: all .2s ease .2s;
}

.page-template-testimonials .blogRoll ul li .right .title {
    font-size: 15px;
    text-decoration: none;
    padding: 0% 0;
    display: block;
    line-height: 40px;
    transition: all .2s ease .2s;
}

.page-template-recipe .blogRoll ul li .right p,
.page-template-testimonials .blogRoll ul li .right p {
    font-size: 15px;
    font-family: 'Lato', serif;
    margin: 0;
}

.page-template-recipe .blogRoll ul li .right .sharePostBtn,
.page-template-testimonials .blogRoll ul li .right .sharePostBtn {
    width: 130px;
    background-image: url("images/shareIcon.png");
    background-repeat: no-repeat;
    background-position: 82px 6px;
    text-align: left;
    padding: 1% 4%;
    cursor: pointer;
    max-height: 102px;
    overflow: hidden;
}

.page-template-recipe .blogRoll ul li .right .sharePostBtn:hover,
.page-template-testimonials .blogRoll ul li .right .sharePostBtn:hover {
    background: #f15f7d;
    box-shadow: 0 0 12px #000;
    background-image: url("images/shareIcon.png");
    background-repeat: no-repeat;
    background-position: 82px 6px;
}

.page-template-recipe .blogRoll ul,
.page-template-testimonials .blogRoll ul {
    list-style: none;
    margin: 4% 0 0 0;
    padding: 0;
}

.page-template-recipe .blogRoll .right .sharePostBtn .socialShareWrap li,
.page-template-testimonials .blogRoll .right .sharePostBtn .socialShareWrap li {
    padding: 0 !important;
    margin: 0 !important;
    color: #fff;
    font-size: 36px;
    display: inline-block;
    vertical-align: middle;
}

.page-template-recipe .blogRoll .right .sharePostBtn .socialShareWrap li a,
.page-template-testimonials .blogRoll .right .sharePostBtn .socialShareWrap li a {
    color: #fff;
    font-size: 36px;
    text-decoration: none;
    display: inline-block;
    transition: all .2s ease .2s;
}

.page-template-recipe .blogRoll .right .sharePostBtn .socialShareWrap li a:hover,
.page-template-testimonials .blogRoll .right .sharePostBtn .socialShareWrap li a:hover {
    color: #7d4e9f
}

.page-template-recipe .blogRoll .right .sharePostBtn .socialShareWrap li a span,
.page-template-testimonials .blogRoll .right .sharePostBtn .socialShareWrap li a span {
    display: none;
}

.single header .headerCurlyLineBreak,
.page-template-testimonials .headerCurlyLineBreak,
.page-template-packageDeals .headerCurlyLineBreak {
    display: none;
}



/* Recipe Page */

.page-template-testimonials .blogRoll ul li .left.featuredImage {
    display: inline-block;
    vertical-align: top;
    min-width: 140px;
}



/* Contact Page */

.page-template-contact .blogRoll {
    width: 72%;
    float: left;
    max-width: 806px;
}

.page-template-contact header .headerCurlyLineBreak {
    display: none;
}



/* Healing Diva Retreat LP */

.page-template-healingDiva .socialShare span {
    background-color: transparent;
    border: none;
    vertical-align: middle;
    padding: 0px 4px 0px;
    height: 20px;
    display: inline-block;
    margin: 0;
    text-align: center;
    line-height: 20px;
    font-family: 'Quicksand', sans-serif;
    color: inherit;
    font-size: 22px;
    text-decoration: none;
}

.page-template-healingDiva .icon-facebook:before,
.page-template-healingDiva .icon-twitter:before {
    font-size: 24px;
    vertical-align: middle;
    display: inline-block;
}

.page-template-healingDiva .icon-facebook,
.page-template-healingDiva .icon-twitter {
    text-decoration: none;
    border: 2px solid;
    padding: 2% 0%;
    display: inline-block;
    vertical-align: middle;
    border-radius: 6px;
    transition: all .2s linear;
    width: 290px;
}

.page-template-healingDiva .icon-facebook:hover,
.page-template-healingDiva .icon-twitter:hover {
    background: #fff;
    box-shadow: 0 0 12px #000;
}

.socialShareWrap li {
    display: inline-block;
}

section.sortOfAHeader {
    background-image: url("images/healingDivaHeader.jpg");
    background-repeat: no-repeat;
    /*background-position: right bottom, center center;
    background-size:25%, cover;*/
    max-width: 1426px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 1% 0;
}

.twoByTwoBox.upcomingEvent {
    background-image: url('/wp-content/uploads/2016/01/ctaBG.jpg')!important;
    /*background-size:100%, cover!important;
    background-position:top left, top center;*/
}


section.sortOfAHeader h2.logo {
    text-align: center;
    text-indent: -9999px;
    background-image: url("images/healingDivaLogo.png");
    background-repeat: no-repeat;
    height: 469px;
    width: 406px;
    margin: 1% auto 0;
}

section.sortOfAHeader .eventInfo h4.white.lato {
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

section.sortOfAHeader h2.quicksand.white {
    text-align: center;
    font-size: 78px;
    color: #fff;
    font-weight: 300;
    margin: 0;
    padding: 0;
    line-height: 76px;
}

.CTA h2.quicksand.purpleFont {
    text-align: center;
    font-weight: 500;
    font-size: 40px;
    margin: 0;
}

.CTA p.lato.purpleFont {
    text-align: center;
    margin: 0;
}

.CTA .infusion-field,
.CTA .infusion-submit {
    display: inline-block;
    margin: 1% 0;
    width: 240px;
}

.CTA .infusion-field input {
    padding: 5%;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Quicksand', serif;
    color: #7d4e9f;
    width: 90%;
    margin: 0 auto;
    display: block;
    background-color: #f3e6f1;
    border: 0px;
}

.CTA input.pinkBtn.white.lato {
    height: 47px;
    width: 100%;
    font-weight: 300;
    font-size: 20px;
}

.CTA input.pinkBtn:hover {
    color: #f15f7d;
}

.CTA .left,
.CTA .right {
    width: 50%;
    display: inline-block;
    float: left;
    max-height: 350px;
    margin: 3% 0;
}

.CTA form.infusion-form {
    text-align: center;
}

.CTA .left iframe {
    box-shadow: 0 0 12px #000;
    display: block;
    margin: 0 auto;
}

.CTA .right h2.quicksand.purpleFont {
    text-align: left;
    display: block;
    font-size: 42px;
    line-height: 48px;
    margin: 4% 0 0;
}

.CTA .right p.lato.purpleFont {
    font-size: 20px;
    text-align: left;
    font-weight: 300;
    padding: 2% 0;
}

section.testimonialsRetreat {
    overflow: hidden;
    clear: both;
}

.testimonialsRetreat h2.quicksand {
    text-align: center;
    font-size: 58px;
    font-weight: 300;
}

.testimonialsRetreat .left,
.testimonialsRetreat .right {
    display: inline-block;
    overflow: hidden;
    width: 50%;
    float: left;
}

.testimonialsRetreat .left iframe,
.testimonialsRetreat .right iframe {
    margin: 0% auto 10%;
    display: block;
    max-width: 80%;
    box-shadow: 0 0 12px #000;
}



/*.testimonialsRetreat .left iframe:nth-child(2), .testimonialsRetreat .right iframe:nth-child(2) {*/


/*margin: 0 auto 0;*/


/*}*/

.testimonialsRetreat .left {
    border-right: 2px solid #e6b7c9;
}

.socialShare h2.quicksand.purpleFont {
    text-align: center;
    font-weight: 500;
    font-size: 48px;
    margin: 2% 0 4%;
}

body.page-id-6892 article#post-6892 label {
    color: #7d4e9f;
}

body.page-id-6892 article#post-6892 .infusion-field label {
    display: block;
}

body.page-id-6892 article#post-6892 .infusion-radio label {
    display: inline-block;
    margin: 0px 5px;
}

body.page-id-6892 article#post-6892 .infusion-field label:first-of-type {
    margin-top: 15px;
}

body.page-id-6892 article#post-6892 .infusion-field label {
    font-size: 24px;
}

body.page-id-6892 article#post-6892 .infusion-field label[for='inf_field_Email'],
body.page-id-6892 article#post-6892 .infusion-field label[for='inf_field_LastName'],
body.page-id-6892 article#post-6892 .infusion-field label[for='inf_field_FirstName'],
body.page-id-6892 article#post-6892 .infusion-field span.infusion-option label {
    font-size: 18px;
    font-weight: 400;
}

body.page-id-6892 article#post-6892 .infusion-field input#inf_field_Email {
    margin-bottom: 35px;
}

body.page-id-6892 article#post-6892 label[for$="Pleaseexplainyouranswer"] {
    font-size: 18px;
    font-weight: 400;
}

body.page-id-6892 h2.title {
    text-align: center;
    color: #7d4e9f;
    font-size: 30px;
}

body.page-id-6892 article#post-6892 div.infusion-submit {
    margin-top: 20px;
}

body.page-id-6892 article#post-6892 input[type='submit'] {
    background: #f15f7d;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 1% 2%;
    border-radius: 6px;
    transition: all .2s ease .2s;
    border: 2px solid #f15f7d;
}

body.page-id-6892 article#post-6892 input[type='submit']:hover {
    background: transparent;
    border: 2px solid #f15f7d;
    box-shadow: 0 0 12px #000;
    color: #f15f7d;
}


.socialShare span {
    background-color: #fff;
    border: 1px solid #000;
    vertical-align: top;
    padding: 0px 4px 0px;
    height: 20px;
    display: inline-block;
    margin: 0;
    text-align: center;
    line-height: 20px;
}

section.socialShare {
    overflow: hidden;
    clear: both;
    background-color: #f5eef1;
    width: 48%;
    margin: 2% auto;
    text-align: center;
    padding: 0 0 2%;
}

section.sortOfAFooter {
    text-align: center;
}

.sortOfAFooter h2.logo {
    text-indent: -9999px;
    background-image: url("images/smallLogo.png");
    background-repeat: no-repeat;
}

.sortOfAFooter h2.logo {
    text-indent: -9999px;
    background-image: url("images/smallLogo.png");
    background-repeat: no-repeat;
    height: 100px;
    width: 273px;
    text-align: center;
    margin: 0 auto;
}

.sortOfAFooter p.lato.purpleFont {
    font-size: 12px;
    font-weight: 300;
}



/* Healing Diva TYP */

ul.green-check2 li {
    font-family: 'Quicksand', serif;
}

ul.arrow-green-list li {
    font-family: 'Quicksand', serif;
}

.page-id-5493 .sortOfAHeader .left {
    width: 100%;
}

.page-id-5493 .sortOfAHeader .right {
    display: none;
}

.page-template-healingDivaWelcome .blogRoll article .entry-header {
    display: none;
}

.page-template-healingDivaWelcome .headerCurlyLineBreak {
    display: none;
}

.page-template-healingDivaWelcome #content {
    margin: 150px 0 0px 0;
}

.page-template-healingDivaWelcome .pinkBtn {
    display: block;
    width: 180px;
    text-align: center;
    margin: 0 auto;
}

.page-template-healingDivaWelcome p,
.page-template-healingDivaWelcome h2,
.page-template-healingDivaWelcome strong,
.page-template-healingDivaWelcome h1,
.page-template-healingDivaWelcome h2,
.page-template-healingDivaWelcome h3,
.page-template-healingDivaWelcome h4,
.page-template-healingDivaWelcome li,
.page-template-healingDivaWelcome a,
.page-template-healingDivaWelcome span {
    font-family: 'Quicksand', serif;
}

.page-template-healingDivaWelcome h3 span {
    font-size: 25px !important;
    color: #744481 !important;
}

.page-template-healingDivaWelcome .leftBox,
.page-template-healingDivaWelcome .rightBox {
    width: 49%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    vertical-align: top;
}

.page-template-healingDivaWelcome ul {
    list-style-image: url("images/hdr-check.png");
}

.page-template-healingDivaWelcome .leftBox h3,
.page-template-healingDivaWelcome .rightBox h3 {
    max-width: 400px;
    margin: 0 auto;
}

.page-template-healingDiva .CTA h2.lato {
    text-align: center;
}

.sortOfAHeader .left,
.sortOfAHeader .right {
    width: 50%;
    display: inline-block;
    float: left;
}

section.sortOfAHeader .left h2.logo {
    text-align: center;
    text-indent: -9999px;
    background-image: url("images/healingDivaTYPLogo.png");
    background-repeat: no-repeat;
    height: 375px;
    max-width: 325px;
    margin: 4% auto 0;
}

.sortOfAHeader .left h3.white.lato {
    font-size: 21px;
    font-weight: 100;
    text-align: center;
    color: #fff;
    letter-spacing: 3px;
    margin: 0;
    text-transform: uppercase;
}

section.sortOfAHeader .left .eventInfo h4.white.lato {
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 13px;
}

.sortOfAHeader .left a.pinkBtn {
    max-width: 40%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 2% 0;
    border: 2px solid #fff;
    margin: 2% auto;
}

.sortOfAHeader .right iframe {
    margin: 20% auto 0;
    min-height: 320px;
}

.page-template-healingDiva .CTA .left iframe {
    min-height: 320px;
}

.infoSection p,
.infoSection h2,
.infoSection h3,
.infoSection h4,
.infoSection span {
    font-family: 'Quicksand', serif;
    /*text-align: center;*/
}

.infoSection h2.quicksand.purpleFont {
    font-size: 54px;
    font-weight: 300;
    margin: 2% 0;
}

.infoSection h3.lato.purpleFont {
    font-size: 25px;
    max-width: 54%;
    margin: 0 auto;
}

.infoSection .pinkBorder {
    border-bottom: 1px solid #ee5e80;
    width: 32%;
    margin: 2% auto;
}

.infoSection ul li {
    padding: 0 0 1%;
}

.infoSection h3 span strong span,
.infoSection h3 strong span {
    font-weight: 700 !important;
}



/*.healingDivaTYP .infoSection h3 {*/


/*display: inline;*/


/*}*/

.healingDivaTYP .infoSection ul {
    list-style-image: url("images/bulletPoint.png");
    display: inline-block;
}

.healingDivaTYP .rightColumn {
    width: 78%;
    display: inline-block;
    float: left;
}

.page-template-healingDivaWelcome .rightColumn strong span {
    font-weight: 700;
}

.healingDivaTYP .leftColumn {
    width: 22%;
    display: inline-block;
    float: left;
}

.healingDivaTYP hr {
    clear: both;
}

.healingDivaTYP .bulletListBG p {
    background-position: 0 8px;
}



/* COACHING PAGE */

.coachingPage h2,
.coachingPage h3,
.coachingPage a {
    font-family: 'Quicksand', serif;
    color: #744481;
}

.page-id-6440 ul li,
.page-id-5924 ul li {
    display: inline-block;
    text-align: center;
}

.page-id-6440 ul,
.page-id-5924 ul {
    margin: 0;
    padding: 0;
}



/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.blogRoll article .entry-content p,
.blogRoll article .entry-content ol,
.blogRoll article .entry-content ul,
.blogRoll article .entry-content li {
    font-family: 'Quicksand', serif;
}

.page-template-testimonials .sharePostBtn {
    display: none;
}



/*--------------------------------------------------------------
## Package Deals
--------------------------------------------------------------*/

.page-template-packageDeals .completePackages {
    max-width: 996px;
    margin: 0 auto;
}

.page-template-packageDeals section.pageTitle h2.white {
    font-size: 59px;
    font-weight: 300;
    margin: 8px 0;
}

.page-template-packageDeals .completePackages .title h2.purpleFont.quicksand {
    margin: 0;
    padding: 0;
}

.page-template-packageDeals h2.purpleFont.quicksand {
    font-size: 34px;
    font-weight: 300;
    margin: 2% 0 1%;
    padding: 0;
    text-align: center;
}

.page-template-packageDeals p.lato {
    font-size: 20px;
    font-weight: 300;
    max-width: 866px;
}

.page-template-packageDeals table th {
    width: 240px;
}

.page-template-packageDeals table th:first-child {
    width: 280px;
}

.page-template-packageDeals .completePackages h2,
.page-template-packageDeals .completePackages h4 {
    text-align: center;
}

.page-template-packageDeals .completePackages .packageColumn h4 {
    margin: 0;
    font-size: 15px;
    line-height: 18px;
    padding: 0 0 3%;
    font-weight: 300;
}

.page-template-packageDeals .completePackages h4 {
    margin: 0;
    font-size: 20px;
    line-height: 18px;
    padding: 0 0 3%;
}

.page-template-packageDeals .completePackages .testPackages {
    margin: 4% 0;
}

.page-template-packageDeals .completePackages .threeColumnSection .packageColumn {
    max-width: 32%;
    display: inline-block;
    vertical-align: top;
    color: #FFF;
    text-align: center;
    min-width: 300px;
    padding: 0px 0px 2%;
    width: 32%;
}

.page-template-packageDeals .completePackages .threeColumnSection .packageColumn ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: 'Lato', serif;
    font-weight: 300;
}

.page-template-packageDeals .completePackages .threeColumnSection .packageColumn ul li:nth-child(1) {
    margin: 0;
    padding: 0 0 4%;
}

.page-template-packageDeals .completePackages .threeColumnSection .packageColumn ul li:after {
    border-bottom: 3px dotted #fff;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -15%;
    bottom: 0;
    height: 4px;
    width: 30%;
    content: "";
}

.page-template-packageDeals .completePackages .threeColumnSection .packageColumn ul li.whiteFont {
    font-size: 18px;
    position: relative;
    padding: 4% 0;
    font-weight: 200;
}

.page-template-packageDeals .completePackages .threeColumnSection .packageColumn ul li span.italic {
    font-size: 15px;
    font-style: italic;
    font-weight: 100;
    display: block;
}

.page-template-packageDeals .completePackages .threeColumnSection h2.quicksand.whiteFont {
    font-size: 30px;
    margin: 3% 0 0%;
    font-weight: 300;
    padding: 0;
}

.page-template-packageDeals .completePackages .threeColumnSection h3.whiteFont.bold.uppercase {
    font-size: 18px;
    font-weight: 300;
    font-family: "Lato", serif;
    padding: 2% 0;
    margin: 6% 0 2%;
}

.page-template-packageDeals .completePackages .threeColumnSection h3.whiteFont.bold.uppercase {
    font-size: 18px;
    font-weight: 300;
    font-family: "Lato", serif;
    padding: 2% 0;
}

.page-template-packageDeals .completePackages .threeColumnSection span.smallerFont.uppercase {
    font-size: 13px;
    vertical-align: middle;
}

.page-template-packageDeals .completePackages .threeColumnSection .gradientBox h3.whiteFont.quicksand {
    margin: 0;
}

.page-template-packageDeals .completePackages .threeColumnSection .gradientBox {
    margin: 0 0 0%;
    padding: 6% 0 4%;
}

.page-template-packageDeals .completePackages .threeColumnSection h2.solidBG.quicksand {
    margin: 0 0 6%;
}

.page-template-packageDeals .completePackages .threeColumnSection a.whiteBorderBtn.uppercase {
    max-width: 230px;
    margin: 0 auto;
    padding: 2% 4%;
    color: #fff;
    font-size: 16px;
}

.page-template-packageDeals .completePackages .threeColumnSection .pp {
    background-image: url("images/ppColumnBG.png");
    background-repeat: no-repeat;
    background-color: #9156a2;
}

.pp .gradientBox {
    background-image: linear-gradient(#9054a2, #874a99, #7c3c92);
}

.page-template-packageDeals .completePackages .italicBig {
    font-size: inherit;
    font-style: italic;
    font-weight: inherit;
}

.page-template-packageDeals .completePackages tfoot th:nth-child(1) {
    text-align: left;
    font-weight: 500;
    vertical-align: middle;
    padding: 0 4% 0 1%;
}

.page-template-packageDeals .completePackages tfoot tr th .whiteBorderBtn {
    max-width: 60%;
    margin: 4% auto 0;
    color: #fff;
}

.page-template-packageDeals .completePackages tfoot th:last-child {
    border-right: 4px solid #694581;
}

.page-template-packageDeals .completePackages tfoot th {
    font-size: 18px;
    height: 112px;
    vertical-align: top;
    font-weight: 500;
    padding: 2% 0 0;
    border-right: 4px solid #fff;
}

.page-template-packageDeals .completePackages h5.italic.lato {
    font-style: italic;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

.page-template-packageDeals .completePackages table {
    margin: 0;
}

.page-template-packageDeals .completePackages table tbody {
    border-bottom: 10px solid #694581;
}

.page-template-packageDeals .completePackages .pinkBg td:nth-child(1) {
    text-align: left;
}

.page-template-packageDeals .completePackages .pinkBg td:first-child {
    font-size: 18px;
}

.page-template-packageDeals .completePackages .pinkBg td {
    text-align: center;
    font-size: 20px;
}

.pp h2.solidBG.quicksand {
    background-color: #6c368f;
    padding: 2% 0;
    font-size: 31px;
    font-weight: 500;
    font-family: 'Lato', serif !important;
}

.page-template-packageDeals .completePackages .threeColumnSection .pp h3.whiteFont.bold.uppercase {
    background-color: #a172b1;
}

.page-template-packageDeals .completePackages .threeColumnSection .ss {
    background-image: url("images/ssColumnBG.png");
    background-repeat: no-repeat;
    background-color: #f494be;
    background-position: 20px -28px;
}

.page-template-packageDeals .completePackages .threeColumnSection .packageColumn ul li.whiteFont:last-child:after {
    border-bottom: none;
}

.ss .gradientBox {
    background-image: linear-gradient(#f392ba, #f06499, #f05e96);
}

.ss h2.solidBG.quicksand {
    background-color: #ee4280;
    padding: 2% 0;
    font-size: 31px;
    font-weight: 500;
    font-family: 'Lato', serif !important;
}

.page-template-packageDeals .completePackages .threeColumnSection .ss h3.whiteFont.bold {
    background-color: #f6a8ca;
}

.page-template-packageDeals .completePackages .threeColumnSection .hh {
    background-image: url("images/hhColumnBG.png");
    background-repeat: no-repeat;
    background-color: #996fb0;
}

.hh .gradientBox {
    background-image: linear-gradient(#986ead, #9068a2, #795889, #795788);
}

.hh h2.solidBG.quicksand {
    background-color: #694581;
    padding: 2% 0;
    font-size: 31px;
    font-weight: 500;
    font-family: 'Lato', serif !important;
}

.page-template-packageDeals .completePackages .threeColumnSection .hh h3.whiteFont.bold {
    background-color: #a986bd;
}

.page-template-packageDeals .completePackages .threeColumnSection .packageColumn:nth-child(2) {
    margin: 0 1%;
}

.page-template-packageDeals .completePackages .threeColumnSection h3.whiteFont.quicksand {
    margin: 2% 0;
}

.page-template-packageDeals table {
    background-color: #694581;
    color: #fff;
    border: 4px solid #694581;
    font-family: "Lato", serif;
    border-bottom: 10px solid #694581;
}

.page-template-packageDeals table .pinkBg {
    background-color: #fbdae4 !important;
}

.page-template-packageDeals table thead tr th {
    text-transform: uppercase;
    font-weight: 300;
    padding: 1%;
}

.page-template-packageDeals table thead tr th:first-child {
    text-align: left;
}

.page-template-packageDeals .nutritional {
    margin: 4% 0 0;
}

.page-template-packageDeals table td .bullet {
    background-image: url("images/largeBullets.png");
    width: 15px;
    height: 15px;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
}

.page-template-packageDeals table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
}

.page-template-packageDeals table td {
    display: block;
    border-left: 4px solid #694581;
    border-right: 4px solid #694581;
    color: #594d64;
    min-height: 26px;
    font-weight: 300;
}

.page-template-packageDeals table td .height26 {
    min-height: 26px;
}

.page-template-packageDeals table th {
    display: none;
    max-width: 260px;
}

.page-template-packageDeals table thead,
.page-template-packageDeals table thead tr,
.page-template-packageDeals table thead td,
.page-template-packageDeals table tfoot,
.page-template-packageDeals table tfoot tr,
.page-template-packageDeals table tfoot td {
    background-color: #694581 !important;
}

.page-template-packageDeals table tr {
    background-color: #d3cada;
}

.page-template-packageDeals table tbody tr:nth-child(odd) {
    background-color: #fff;
}

.page-template-packageDeals a.mailLink {
    color: #000 !important;
    text-decoration: none !important;
    transition: all .2s ease .2s;
}

.page-template-packageDeals a.mailLink:hover {
    color: #ee4280 !important;
}

@media all and (min-width: 600px) {
    .page-template-packageDeals table th,
    .page-template-packageDeals table td {
        display: table-cell;
        padding: .25em .5em;
    }

    .page-template-packageDeals table td:before {
        display: none;
    }
}

@media all and (max-width:599px) {
    .page-template-packageDeals tbody {
        border-top: 8px solid #694581;
        border-bottom: 8px solid #694581;
    }
    .page-template-packageDeals table td {
        display: block;
        border-left: 4px solid #694581;
        border-right: 4px solid #694581;
        color: #594d64;
        min-height: 26px;
        font-weight: 300;
        padding: 0 2%;
        border-bottom: 1px solid #000;
    }
    .page-template-packageDeals table td:before {
        content: attr(data-th) ": ";
        font-weight: bold;
        width: 50%;
        display: inline-block;
    }
    .page-template-packageDeals table td .bullet {
        background-image: url("images/bulletPoint.png");
        width: 9px;
        height: 9px;
        display: inline-block;
        margin: 0 auto;
        vertical-align: middle;
    }
    .page-template-packageDeals .completePackages .pinkBg td {
        text-align: left;
    }
}



/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}



/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}



/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,


/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}



/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}



/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}



/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}



/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

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

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}



/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.thumbnail.course .price {
    display: none;
}



/*--------------------------------------------------------------
## Media Queries
--------------------------------------------------------------*/

@media all and (max-width: 1260px) {
    .outerPageWrap {
        padding: 0 1%;
    }

    .page-template-proactivePatty .subHeader .ladyBG,
    .page-template-surviving .subHeader .ladyBG,
    .page-template-healing .subHeader .ladyBG {
        right: 2%;
        z-index: 1;
    }
}

@media all and (max-width: 1196px) {
    .preHeader {
        background-position: 100%;
    }

    .main-navigation li {
        float: left;
        position: relative;
        width: 88px;
    }

    .home .site-content section.testimonials .testimonialPost .testimonialPicture {
        position: relative;
        bottom: 2%;
        margin: 4% auto;
        left: initial;
    }
}

@media all and (max-width: 1160px) {
    .preHeader {
        background: url("images/mobileHeader.jpg");
        color: #fff;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='',
        sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='', sizingMethod='scale') ";
    }

    .page-template-about .templateWrap {
        width: 98%;
        float: none;
        margin: 0 auto;
    }

    .page-template-about_v2 .templateWrap {
        width: 98%;
        float: none;
        margin: 0 auto
    }
}

@media all and (max-width: 1148px) {
    div#secondary {
        width: 35%;
        float: none;
        max-width: 320px;
        margin: 6% auto 0 !important;
    }

    section.blogRoll {
        width: 90%;
        float: none;
        max-width: 806px;
        margin: 0 auto;
    }
}

@media all and (max-width: 1120px) {
    .page-template-startHere .site-content section.healingSurvivingThriving .threeByThreeBox {
        max-width: 347px;
        display: block;
        text-align: center;
        margin: 0 auto 2% !important;
    }

    .home .site-content section.healingSurvivingThriving .threeByThreeBox {
        max-width: 347px;
        display: block;
        text-align: center;
        margin: 1% auto !important;
    }

    .innerPageWrap {
        max-width: 1098px;
        margin: 0 auto;
        padding: 0 1%;
    }

    .home .site-content section.healingSurvivingThriving .leftBoxes,
    .home .site-content section.healingSurvivingThriving .rightBoxes {
        width: 90%;
        float: none;
        margin: 0 auto 1%;
    }

    .home .site-content section.healingSurvivingThriving .bookBox {
        background: url("images/twoByTwoBookW%3AOliviajpeg.jpg");
        max-width: 543px;
        min-height: 381px;
        margin: 2% auto;
    }

    .home .site-content section.healingSurvivingThriving .healthyBreastBlog {
        background: url("images/twoByTwoBoxBlog.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        max-width: 543px;
        margin: 2% auto;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='',
        sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='', sizingMethod='scale') ";
    }

    .home .site-content section.healingSurvivingThriving .personalCoaching {
        background: url("https://breastcancerconqueror.com/wp-content/uploads/2019/06/2019-Retreat-BCC-Home-Page-Image.png");
        background-repeat: no-repeat;
        color: #fff;
        background-size: cover;
        height: 381px;
        max-width: 543px;
        margin: 2% auto;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='',
        sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='', sizingMethod='scale') ";
    }

    .home .site-content section.healingSurvivingThriving .upcomingEvent {
        margin: 2% auto;
    }

    .home .site-content section.healingSurvivingThriving .delectableDishes {
        background: url("images/recipleFeaturedImage.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        color: #fff;
        z-index: 8888;
        height: 381px;
        max-width: 543px;
        margin: 0 auto;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='',
        sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='', sizingMethod='scale') ";
    }

    .page-template-proactivePatty .twoBoxSection .left,
    .page-template-proactivePatty .twoBoxSection .right,
    .page-template-healing .twoBoxSection .left,
    .page-template-healing .twoBoxSection .right,
    .page-template-surviving .twoBoxSection .left,
    .page-template-surviving .twoBoxSection .right {
        width: 100%;
        display: block;
        float: none;
        height: auto;
    }

    .page-template-proactivePatty .twoBoxSection h2.quicksand.white,
    .page-template-healing .twoBoxSection h2.quicksand.white,
    .page-template-surviving .twoBoxSection h2.quicksand.white {
        font-size: 96px;
        font-weight: 300;
        padding: 0 3% 0 0px;
        margin: 10% 0;
        text-align: center;
        float: none;
        line-height: 76px;
        max-width: 100%;
    }

    .page-template-proactivePatty .twoBoxSection .right p.lato.white,
    .page-template-healing .twoBoxSection .right p.lato.white,
    .page-template-surviving .twoBoxSection .right p.lato.white {
        max-width: 100%;
        font-size: 25px;
        font-weight: 100;
        text-align: center;
    }

    .page-template-proactivePatty .twoBoxSection .right .mapPointer,
    .page-template-surviving .twoBoxSection .right .mapPointer,
    .page-template-healing .twoBoxSection .right .mapPointer {
        background-image: url("images/mapPointer.png");
        width: 71px;
        height: 71px;
        margin: 0 auto;
    }

    .page-template-proactivePatty .twoBoxSection,
    .page-template-surviving .twoBoxSection,
    .page-template-healing .twoBoxSection {
        color: #fff;
        height: auto;
    }

    .flowerCircle {
        display: none;
    }

    .mobileList {
        text-align: center;
        display: block !important;
    }

    .page-template-proactivePatty .cureAllHype .left,
    .page-template-surviving .cureAllHype .left,
    .page-template-healing .cureAllHype .left {
        display: none;
        float: none;
    }

    .page-template-proactivePatty .cureAllHype .right,
    .page-template-surviving .cureAllHype .right,
    .page-template-healing .cureAllHype .right {
        width: 100%;
        display: inline-block;
        float: left;
        margin: 0;
        text-align: center;
    }

    .page-template-proactivePatty .cureAllHype .right .maze,
    .page-template-healing .cureAllHype .right .maze,
    .page-template-surviving .cureAllHype .right .maze {
        background-image: url("images/ppMaze.png");
        background-repeat: no-repeat;
        height: 83px;
        width: 83px;
        margin: 0 auto;
    }

    .footerBoxSection .preventionTrack h2.quicksand.pinkFont {
        font-size: 42px;
        margin: 0 0 0 44%;
        padding: 0;
        line-height: 50px;
        font-weight: 300;
    }

    .footerBoxSection .twoByTwoBox {
        width: 66%;
        float: none;
        margin: 4% auto;
        min-height: 380px;
        max-height: 380px;
    }

    .page-template-proactivePatty .essentialHighlights ul li.lato,
    .page-template-surviving .essentialHighlights ul li.lato,
    .page-template-healing .essentialHighlights ul li.lato {
        display: inline-block;
        width: 48%;
        vertical-align: middle;
    }
}

@media all and (max-width: 1015px) {
    .page-template-packageDeals .completePackages .threeColumnSection .packageColumn {
        display: block;
        vertical-align: top;
        color: #fff;
        text-align: center;
        min-width: 322px;
        padding: 0 0 2%;
        width: 80%;
        max-width: 90%;
        margin: 0 auto;
        background-position: center top;
    }
    .page-template-packageDeals .completePackages .threeColumnSection .packageColumn:nth-child(2) {
        margin: 0 auto;
    }
}

@media all and (max-width: 986px) {
    .preHeader .left {
        width: 64%;
        float: left;
        padding: 0 3% 0 0px;
    }

    .preHeader .right {
        width: 36%;
        float: left;
    }
}

@media all and (max-width: 959px) {
    .page-template-proactivePatty article.circleArea,
    .page-template-surviving article.circleArea,
    .page-template-healing article.circleArea {
        background-image: url("images/circleSectionBG.png");
        height: 520px;
        width: 100%;
        background-repeat: no-repeat;
        overflow: hidden;
        position: relative;
        background-position: center center;
        min-width: 0;
    }

    .preHeader .logo {
        background: url('images/headerLogo.png');
        background-repeat: no-repeat;
        text-indent: -9999px;
        height: 291px;
        width: 689px;
        margin: 0 auto;
    }

    .preHeader .left {
        width: 90%;
        float: none;
        padding: 0 3% 0 0px;
        margin: 0 auto;
    }

    .preHeader .right {
        width: 90%;
        float: none;
        margin: 0 auto;
    }

    .preHeader .transparentBG .right .nameAndStuff h3 {
        margin: 0;
        font-size: 11px;
        letter-spacing: 4px;
        padding: 0 0 0 8px;
        text-align: center;
    }

    .preHeader .transparentBG .right .nameAndStuff {
        border-left: 1px solid #fff;
        height: 40px;
        float: none;
    }

    .preHeader .transparentBG .right .nameAndStuff {
        border-left: none;
        height: 40px;
        float: none;
    }

    .preHeader .transparentBG .right .pinkBorderBtn {
        width: 232px;
        height: 60px;
        padding: 8px 0px 0;
        text-align: center;
        display: block;
        margin: 1% auto;
        cursor: pointer;
    }

    .preHeader .transparentBG .right .buttons {
        clear: both;
        text-align: right;
        margin: 8% auto 2%;
        display: block;
    }

    .preHeader .transparentBG .right a.pinkBtn {
        /*height: 60px;*/
        display: block;
        width: 320px;
        text-align: center;
        /*padding: 8px 0 0;*/
        color: #fff;
        letter-spacing: 1px;
        display: block;
        margin: 2% auto;
    }

    .preHeader h2.quicksand {
        font-size: 45px;
        font-weight: 100;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .preHeader h2.parisienne {
        font-size: 95px;
        margin: 0;
        padding: 0;
        font-weight: 100;
        text-align: center;
    }

    .preHeader .right {
        width: 66%;
        float: none;
        margin: 0 auto;
    }

    .page-template-proactivePatty .subHeader .ladyBG,
    .page-template-surviving .subHeader .ladyBG,
    .page-template-healing .subHeader .ladyBG {
        display: none;
    }

    .page-template-proactivePatty .subHeader h2.quicksand,
    .page-template-surviving .subHeader h2.quicksand,
    .page-template-healing .subHeader h2.quicksand {
        font-size: 71px;
        font-weight: 300;
        margin: 2% 0 0;
        text-align: center;
    }

    .page-template-proactivePatty .subHeader h4.quicksand.white,
    .page-template-surviving .subHeader h4.quicksand.white,
    .page-template-healing .subHeader h4.quicksand.white {
        font-size: 25px;
        font-weight: 300;
        margin: 0;
        text-align: center;
        max-width: 100%;
    }

    .page-template-proactivePatty .subHeader .whoWeAre,
    .page-template-surviving .subHeader .whoWeAre,
    .page-template-healing .subHeader .whoWeAre {
        background: url("images/whoYouAreBanner.png");
        height: 48px;
        background-repeat: no-repeat;
        width: 184px;
        margin: 2% auto;
        padding: 0;
    }

    .page-template-proactivePatty .subHeader p.lato,
    .page-template-healing .subHeader p.lato,
    .page-template-surviving .subHeader p.lato {
        font-size: 19px;
        font-weight: 300;
        max-width: 90%;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }

    .page-template-proactivePatty .subHeader .videoDiv,
    .page-template-surviving .subHeader .videoDiv,
    .page-template-healing .subHeader .videoDiv {
        overflow: hidden;
        margin: 2% auto;
        text-align: center;
        max-width: 360px;
    }

    .page-template-surviving section.subHeader,
    .page-template-healing .subHeader,
    .page-template-proactivePatty .subHeader {
        height: auto;
        min-height: 450px;
    }

    .page-template-proactivePatty .circleArea h2.quicksand,
    .page-template-surviving .circleArea h2.quicksand,
    .page-template-healing .circleArea h2.quicksand {
        font-size: 18px;
        position: relative;
        display: block;
        margin: 0 auto;
        left: auto;
        right: auto;
    }

    .page-template-proactivePatty article.circleArea,
    .page-template-surviving article.circleArea,
    .page-template-healing article.circleArea {
        background-image: url("images/circleSectionBG.png");
        height: auto;
        width: 100%;
        background-repeat: no-repeat;
        overflow: hidden;
        position: relative;
        background-position: center center;
    }

    .flowerCircle {
        display: none;
    }

    .page-template-proactivePatty .preventionTrack .preventionWrap .featureColumn,
    .page-template-surviving .preventionTrack .preventionWrap .featureColumn,
    .page-template-healing .preventionTrack .preventionWrap .featureColumn {
        width: 90%;
        display: block;
        margin: 2% 1%;
        vertical-align: top;
        float: none;
    }

    .page-template-proactivePatty .cureAllHype .left,
    .page-template-surviving .cureAllHype .left,
    .page-template-healing .cureAllHype .left {
        display: none;
    }

    .page-template-proactivePatty .cureAllHype .right,
    .page-template-surviving .cureAllHype .right,
    .page-template-healing .cureAllHype .right {
        width: 90%;
        float: none;
        margin: 0;
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    .page-template-proactivePatty .cureAllHype .right .maze,
    .page-template-healing .cureAllHype .right .maze,
    .page-template-surviving .cureAllHype .right .maze {
        background-image: url("images/ppMaze.png");
        background-repeat: no-repeat;
        height: 83px;
        width: 83px;
        margin: 0 auto;
    }

    .testimonialsRetreat .left,
    .testimonialsRetreat .right {
        display: block;
        overflow: hidden;
        width: 90%;
        float: none;
        border-right: 0px !important;
        margin: 8% auto;
    }

    section.sortOfAHeader h2.logo {
        text-align: center;
        text-indent: -9999px;
        background-image: url("images/healingDivaLogo.png");
        background-repeat: no-repeat;
        max-width: 320px;
        margin: 1% auto 0;
        background-size: contain;
        height: 320px;
        text-align: center;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='',
        sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='', sizingMethod='scale') ";
    }

    .CTA .left,
    .CTA .right {
        width: 90%;
        display: block;
        float: none;
        max-height: 350px;
        margin: 3% auto;
    }

    .sortOfAHeader .left,
    .sortOfAHeader .right {
        width: 90%;
        display: block;
        float: none;
        margin: 0 auto;
    }
}

@media all and (max-width: 646px) {
    .preHeader .logo {
        background: url('images/headerLogo.png');
        background-repeat: no-repeat;
        text-indent: -9999px;
        height: 0;
        max-width: 689px;
        background-size: contain;
        width: 100%;
        padding: 0 0 42%;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='',
        sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='', sizingMethod='scale') ";
    }
}

@media all and (max-width: 898px) {
    header .main-navigation {
        display: block;
        float: none;
        width: 90%;
        margin: 2% auto 2%;
        clear: none;
    }

    header .site-branding {
        width: 90%;
        display: block;
        float: none;
        margin: 0 auto;
    }

    header#masthead {
        height: auto;
        z-index: 9998;
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
    }

    header.sticky {
        position: relative;
        top: 0;
        width: 100%;
        background-color: #fff;
        left: 0;
        z-index: 9999;
    }

    #hpCTA.menuIsFixed {
        margin: 0;
    }

    header .site-branding h1.site-title {
        text-indent: -9999px;
        display: block;
        background-image: url("images/menuLogo.png");
        background-repeat: no-repeat;
        height: 100px;
        width: 274px;
        margin: 0 auto;
    }
    body.page-template header .site-branding h1.site-title {
        height: 100px;
        margin: 0 auto;
        width: 274px;
    }
    button.menu-toggle {
        background-color: transparent;
        color: #ee5e80;
        border: 2px solid #ee5e80;
        border-radius: 4px;
        margin: 2% auto;
        float: none;
    }

    header .menu-main-nav-container ul#primary-menu {
        background-color: #fff;
        width: 128px;
        margin: 0 auto;
        float: none !important;
    }


    .menu-sm {
        margin: 20px 0;
        text-align: center;
    }
    header.sticky .site-branding h1.site-title {
        background-size: initial;
        height: 100px;
        margin: 0 auto;
        width: 274px;
    }
    header.site-header.sticky .menu-sm ul.socialMedia li {
        margin: 0 7px;
    }

    div#content {
        margin-top: 224px;
    }
}

@media all and (max-width: 620px) {
    .home .site-content section.healingSurvivingThriving .bookBox {
        /*background: url("images/formBG.png") !important;*/
        max-width: 543px;
        height: 381px;
        background-color: #7d4e9f !important;
        background-repeat: repeat !important;
        background-size: contain!important;
    }

    .home .site-content .bookBox .bookPicture {
        background-image: url("images/bestSellerBook.png");
        height: 204px;
        width: 251px;
        margin: 0 auto 2%;
    }

    .home .site-content section.healingSurvivingThriving .bookBox h2 {
        font-size: 27px;
        color: #fff;
        padding: 2% 0 0 5%;
        max-width: 66%;
        text-align: left;
    }

    .home .site-content section.healingSurvivingThriving .personalCoaching {
        background: url("https://breastcancerconqueror.com/wp-content/uploads/2019/06/2019-Retreat-BCC-Home-Page-Image.png");
        background-repeat: no-repeat;
        color: #fff;
        background-size: cover;
        height: 381px;
        max-width: 543px;
        margin: 2% auto;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='', sizingMethod='scale') ";
    }

    .home .site-content section.healingSurvivingThriving .personalCoaching .heart {
        background: url("images/heartBurst.png");
        width: 62px;
        height: 62px;
        background-repeat: no-repeat;
        margin: 4% auto 0px;
        display: block;
    }

    .home .site-content section.healingSurvivingThriving .personalCoaching h2 {
        margin: 0;
        padding: 0;
        text-align: initial;
        padding: 0;
        font-size: 36px;
        max-width: 90%;
        font-weight: 500;
        letter-spacing: 0px;
        margin: 2% auto;
        line-height: 36px;
        text-align: center;
    }

    .home .site-content section.healingSurvivingThriving .personalCoaching p {
        width: 52%;
        font-weight: 400;
        margin: 0 auto 4%;
        text-align: center;
    }

    .home .site-content section.healingSurvivingThriving .personalCoaching .whiteBorderBtn {
        width: 180px;
        color: #fff;
        padding: 2% 0;
        margin: 0 auto;
        border: 4px solid #fff;
        box-shadow: 0 0 12px #000;
    }

    .home .site-content section.healingSurvivingThriving .bookBox h2 {
        font-size: 27px;
        color: #fff;
        max-width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    .home .site-content section.healingSurvivingThriving .bookBox a.pinkBtn {
        padding: 2% 0;
        display: block;
        width: 160px;
        color: #fff;
        margin: 4% auto;
        text-align: center;
        margin: 303px auto 0 auto!important;
    }

    .twoByTwoBox.bookBox a.whiteBorderBtn.uppercase.lato.white {
        margin-top: 76%!important;
    }

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

    .mobileAdjust .left {
        width: 100%;
        padding: 0 3%;
    }

    .mobileAdjust .right {
        width: 100%;
        text-align: center;
    }

    .mobileAdjust .nameAndStuff {
        margin: 10px 0 0 0!important;
    }

    .mobileAdjust .buttons {
        display: none!important;
    }
}




@media all and (max-width: 770px) {
    .circleArea h2 {
        background-image: url("images/circleBG1.png");
        border-radius: 0px !important;
        height: auto !important;
        left: 20%;
        padding: 20px 8px !important;
        position: relative !important;
        text-align: center;
        width: 90% !important;
        margin: 2% auto !important;
    }

    .footerBoxSection .whereToStart2 .ladyBG {
        display: none;
    }

    .footerBoxSection .preventionTrack .drVPic {
        display: none;
    }

    .footerBoxSection .preventionTrack h4.quicksand {
        font-size: 22px;
        font-weight: 400;
        margin: 4% auto 0 !important;
        text-align: center !important;
    }

    .footerBoxSection .preventionTrack h2.quicksand.pinkFont {
        font-size: 36px;
        line-height: 34px;
        margin: 0 !important;
        padding: 0;
        text-align: center !important;
    }

    .footerBoxSection .preventionTrack p.lato.purpleFont {
        font-size: 16px;
        margin: 4% auto !important;
        max-width: 50%;
        text-align: center !important;
    }

    .footerBoxSection .preventionTrack a.pinkBtn {
        color: #fff;
        margin: 0 auto !important;
        max-width: 180px;
        padding: 2% 0;
        text-align: center !important;
    }
}

@media all and (min-width: 320px) and (max-width: 646px) {
    .home .site-content section.healingSurvivingThriving .personalCoaching p {
        width: 80%;
        text-align: center;
        font-weight: 400;
        margin: 2% auto 9% auto;
        font-size: 20px;
    }

    .upcomingEvent a h2.quicksand.white {
        font-size: 34px !important;
        max-width: 90% !important;
        text-align: center !important;
        float: none !important;
        font-weight: 300 !important;
        line-height: 34px !important;
        margin: 7% auto !important;
        letter-spacing: -2.5px !important;
    }

    .upcomingEvent p {
        font-size: 16px !important;
        width: 90% !important;
        text-align: center !important;
        padding: 0 !important;
        font-weight: 300 !important;
        display: block !important;
        vertical-align: top !important;
        margin: 2% auto !important;
        font-family: "Lato", serif !important;
        float: none !important;
        line-height: 30px !important;
    }

    .upcomingEvent a.pinkBtn.uppercase.lato.white {
        position: relative !important;
        max-width: 164px !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        width: 60% !important;
        text-align: center !important;
        margin: 2% auto 0 !important;
        float: none !important;
        clear: both !important;
        padding: 12px 0 !important;
    }

    .upcomingEvent {
        background-image: url("images/F15F7D-0.75.png") !important;
        background-repeat: repeat;
    }

    .home .site-content section.healingSurvivingThriving .delectableDishes p {
        font-weight: 300;
        max-width: 96%;
        width: auto;
    }

    .home .site-content section.healingSurvivingThriving .upcomingEvent .featuredImage {
        width: 100%;
        display: block;
    }

    .home .site-content section.healingSurvivingThriving .upcomingEvent p {
        font-size: 16px;
        width: 100%;
        text-align: center;
        padding: 0 2%;
        font-weight: 300;
        display: inline-block;
        vertical-align: top;
        margin: 4% auto 0;
        font-family: "Lato", serif;
    }

    .home .site-content section.healingSurvivingThriving .twoByTwoBox {
        max-width: 543px;
        overflow: hidden;
        margin: 0 0 4%;
        min-height: 380px;
        background-size: cover;
        background-repeat: no-repeat !important;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='', sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='', sizingMethod='scale') ";
        padding: 2% 0;
    }

    .page-template-proactivePatty .essentialsSystem h2.quicksand.purpleFont,
    .page-template-surviving .essentialsSystem h2.quicksand.purpleFont,
    .page-template-healing .essentialsSystem h2.quicksand.purpleFont {
        font-size: 62px;
        text-align: center;
        font-weight: 300;
        margin: 2%;
    }

    .site-content .videoPop .closeBtn,
    .formPop .closeBtn {
        font-family: 'Lato', serif;
        color: #fff;
        font-size: 34px;
        position: absolute;
        left: 0%;
        top: 4%;
        border: 2px solid #fff;
        border-radius: 50%;
        height: 54px;
        width: 54px;
        text-align: center;
        cursor: pointer;
        background: #7d4e9f;
        transition: all .2s ease .2s;
        z-index: 9999;
    }

    .site-content .videoPop .videoWrap,
    .formPop .formWrap {
        position: fixed;
        top: 5%;
        width: 90%;
        margin: 4% 0 0 -45%;
        display: block;
        left: 50%;
        max-height: 90%;
        overflow: auto;
    }

    .preHeader .left {
        width: 98%;
        float: none;
        padding: 0 3% 0 0px;
        margin: 0 auto;
        overflow: hidden;
    }

    .preHeader .right {
        width: 98%;
        float: left;
        margin: 2% auto;
    }

    .preHeader .transparentBG .right .nameAndStuff {
        border-left: 0px;
        height: 40px;
        float: none;
        text-align: center;
    }

    .preHeader .transparentBG .right .pinkBorderBtn {
        width: 232px;
        height: 60px;
        padding: 8px 0px 0;
        text-align: center;
        display: block;
        margin: 2% auto;
        cursor: pointer;
        clear: both;
    }

    .preHeader .transparentBG .right a.pinkBtn {
        height: 60px;
        display: block;
        width: 320px;
        text-align: center;
        padding: 8px 0 0;
        color: #fff;
        letter-spacing: 1px;
        margin: 0 auto;
    }

    .home .site-content section.healingSurvivingThriving .leftBoxes,
    .home .site-content section.healingSurvivingThriving .rightBoxes {
        width: 90%;
        float: none;
        margin: 0 auto 1%;
    }

    .home .site-content section.healingSurvivingThriving .bookBox h2 {
        font-size: 27px;
        color: #fff;
        max-width: 66%;
        text-align: left;
    }

    .home .site-content section.testimonials .testimonialPost {
        width: 90%;
        display: inline-block;
        padding: 4%;
        vertical-align: top;
        border-bottom: 1px solid #ee5e80;
    }

    .home .site-content section.testimonials .testimonialPost:nth-child(2) {
        border-right: none;
    }

    footer .left {
        width: 90%;
        float: none;
    }

    footer .right {
        width: 90%;
        float: none;
    }

    .menu-main-nav-container {
        display: block;
        float: none;
    }

    .menu-toggle,
    .main-navigation.toggled ul {
        display: block;
        float: none;
    }

    header .site-branding {
        width: 90%;
        display: block;
        float: none;
    }

    header .main-navigation {
        display: block;
        float: none;
        width: 70%;
        margin: 0% auto 2%;
        clear: none;
    }

    footer .right ul.sub-menu {
        margin: 0;
        padding: 0;
        display: none;
    }

    header#masthead {
        height: auto;
        z-index: 9998;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
    }

    .page-template-startHere .site-content section.healingSurvivingThriving .threeByThreeBox {
        max-width: 347px;
        display: block;
        text-align: center;
        margin: 0% auto 2%;
    }

    .page-template-startHere .site-content section.testimonials .testimonialPost {
        width: 90%;
        display: inline-block;
        padding: 0 2%;
        border-bottom: 1px solid #ee5e80;
        border-right: none !important;
        padding: 2% 0;
    }

    .page-template-startHere .site-content section.testimonials .testimonialPost:nth-child(3) {
        border-bottom: none !important;
    }

    div#secondary {
        width: 86%;
        float: none;
        max-width: 320px;
        margin: 6% auto 0 !important;
    }

    .page-template-about .templateWrap,
    .page-template-about_v2 .templateWrap {
        width: 95%;
        float: none;
        margin: 0 auto;
    }

    .page-template-about article.drQuote,
    .page-template-about_v2 article.drQuote {
        background: transparent;
        max-width: 844px;
        height: 369px;
        background-repeat: no-repeat;
        padding: 130px 50px 0px 300px;
        font-size: 24px;
    }

    .page-template-about article.drQuote,
    .page-template-about_v2 article.drQuote {
        background: transparent;
        width: auto;
        height: auto;
        background-repeat: no-repeat;
        padding: 0;
        font-size: 24px;
    }

    .page-template-about .imageRowPic1,
    .page-template-about_v2 .imageRowPic1,
    .page-template-about .imageRowPic2,
    .page-template-about_v2 .imageRowPic2,
    .page-template-about .imageRowPic3,
    .page-template-about_v2 .imageRowPic3 {
        display: block;
        margin: 4% auto 0;
    }

    .page-template-about .passion .left,
    .page-template-about_v2 .passion .left {
        width: 90%;
        display: block;
        float: none;
    }

    .page-template-about .life .left,
    .page-template-about_v2 .life .left {
        width: 90%;
        display: block;
        float: none;
    }

    .page-template-about .life .left .imageLeft,
    .page-template-about_v2 .life .left .imageLeft {
        background: url("images/lifeAboutPic5.jpg");
        width: 202px;
        height: 391px;
        margin: 0 auto;
    }

    .page-template-about .passion .right,
    .page-template-about_v2 .passion .right {
        width: 90%;
        display: inline-block;
    }

    .page-template-about .passion .right .imageRight,
    .page-template-about_v2 .passion .right .imageRight {
        background: url("images/passionateAboutPic4.jpg");
        width: 306px;
        height: 327px;
        background-repeat: no-repeat;
        margin: 0 auto;
        display: block;
    }

    .page-template-about .life .right,
    .page-template-about_v2 .life .right {
        width: 90%;
        display: inline-block;
    }

    .footerBoxSection .twoByTwoBox {
        width: 96%;
        float: none;
        margin: 4% 2%;
        min-height: 380px;
        padding: 2% 0;
    }

    .footerBoxSection .preventionTrack h2.quicksand.pinkFont {
        font-size: 36px;
        margin: 0 0 0 48%;
        padding: 0;
        line-height: 34px;
    }

    .footerBoxSection .preventionTrack p.lato.purpleFont {
        font-size: 16px;
        max-width: 50%;
        margin: 4% 0 4% 48%;
    }

    .footerBoxSection .preventionTrack h4.quicksand {
        font-size: 22px;
        margin: 4% 0 0 48%;
        font-weight: 400;
    }

    .footerBoxSection .whereToStart2 h2.quicksand.white {
        font-size: 36px;
        font-weight: 300;
        max-width: 90%;
        line-height: 40px;
        margin: 8% 4% 2%;
        text-align: center;
    }

    .footerBoxSection .whereToStart2 p.lato.white {
        font-size: 18px;
        font-weight: 300;
        max-width: 90%;
        margin: 4% 0 6% 4%;
        text-align: center;
    }

    .footerBoxSection .whereToStart2 a.pinkBtn,
    .footerBoxSection .personalCoaching a.pinkBtn {
        max-width: 180px;
        text-align: center;
        color: #fff;
        letter-spacing: 1px;
        margin: 303px auto;
        padding: 2% 0;
    }

    .page-template-7essentials .sevenEssentials article.essentialItem {
        clear: both;
        border-bottom: 1px solid #f15f7d;
        overflow: hidden;
        padding: 4% 0;
    }

    .page-template-7essentials .sevenEssentials .essentialItem .left {
        max-width: 90%;
        float: none;
        display: block;
    }

    .page-template-7essentials .sevenEssentials .essentialItem .left .borderDiv {
        display: none;
    }

    .page-template-7essentials .sevenEssentials .essentialItem .left .seal {
        width: 224px;
        height: 224px;
        background-repeat: no-repeat !important;
        margin: 0 auto;
    }

    .page-template-7essentials .sevenEssentials .essentialItem .right {
        max-width: 90%;
        float: none;
        display: block;
        padding: 0 0 0 4%;
    }

    .page-template-7essentials .sevenEssentials a.pinkBorderBtn {
        text-decoration: none;
        color: #f15f7d;
        text-align: center;
        float: left;
        padding: 12px;
        margin: 0 0 2%;
    }

    .page-template-7essentials .site-content .twoByTwoBox {
        width: 90%;
        float: none;
        max-height: 434px;
        margin: 4% auto;
        padding: 1% 0;
    }

    article.essentialItem.numberSeven {
        border-bottom: 0px !important;
    }

    section.blogRoll {
        width: 90%;
        float: none;
        max-width: 806px;
    }

    section.pageTitle h2.white {
        font-size: 36px;
        font-weight: 300;
        margin: 8px 0 0;
        text-align: center;
        padding: 6% 0 0;
    }

    .fiftyPercent {
        width: 90%;
        display: block;
        float: none;
    }

    .page-template-contact .blogRoll {
        width: 96%;
        float: none;
        max-width: 806px;
        margin: 0 auto;
    }

    .home .site-content section.healingSurvivingThriving .bookBox {
        background: url("images/twoByTwoBookW%3AOliviajpeg.jpg");
        max-width: 543px;
        height: auto;
        margin: 2% auto;
    }

    .home .site-content section.testimonials .testimonialPost:nth-child(3) {
        border-bottom: none;
    }
}

#tab-nutritional-information img {
    float: left;
}

.print_btn a {
    float: left;
    margin-right: 15px;
    display: inline-block;
    line-height: 44px;
    padding: 0 20px;
    background: #f15f7d;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}

li#wp-admin-bar-tve_button.thrive-admin-tar {
    background: #23282d;
}
