/*RESET CSS BEGIN*/


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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


/* HTML5 display-role reset for older browsers */

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

body {
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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


/*RESET CSS END*/

/*----------------------------------------------------------------------------*/
/*#FONTS*/
/*----------------------------------------------------------------------------*/
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-Regular.eot');
    src: url('fonts/montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/montserrat/Montserrat-Regular.woff2') format('woff2'),
    url('fonts/montserrat/Montserrat-Regular.woff') format('woff'),
    url('fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-Light.eot');
    src: url('fonts/montserrat/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/montserrat/Montserrat-Light.woff2') format('woff2'),
    url('fonts/montserrat/Montserrat-Light.woff') format('woff'),
    url('fonts/montserrat/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-Bold.eot');
    src: url('fonts/montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/montserrat/Montserrat-Bold.woff2') format('woff2'),
    url('fonts/montserrat/Montserrat-Bold.woff') format('woff'),
    url('fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-Italic.eot');
    src: url('fonts/montserrat/Montserrat-Italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/montserrat/Montserrat-Italic.woff2') format('woff2'),
    url('fonts/montserrat/Montserrat-Italic.woff') format('woff'),
    url('fonts/montserrat/Montserrat-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-Black.eot');
    src: url('fonts/montserrat/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
    url('fonts/montserrat/Montserrat-Black.woff2') format('woff2'),
    url('fonts/montserrat/Montserrat-Black.woff') format('woff'),
    url('fonts/montserrat/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-ExtraBold.eot');
    src: url('fonts/montserrat/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/montserrat/Montserrat-ExtraBold.woff2') format('woff2'),
    url('fonts/montserrat/Montserrat-ExtraBold.woff') format('woff'),
    url('fonts/montserrat/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-Medium.eot');
    src: url('fonts/montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/montserrat/Montserrat-Medium.woff2') format('woff2'),
    url('fonts/montserrat/Montserrat-Medium.woff') format('woff'),
    url('fonts/montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-ExtraBoldItalic.eot');
    src: url('fonts/montserrat/Montserrat-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/montserrat/Montserrat-ExtraBoldItalic.woff2') format('woff2'),
    url('fonts/montserrat/Montserrat-ExtraBoldItalic.woff') format('woff'),
    url('fonts/montserrat/Montserrat-ExtraBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-BoldItalic.eot');
    src: url('fonts/montserrat/Montserrat-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/montserrat/Montserrat-BoldItalic.woff2') format('woff2'),
    url('fonts/montserrat/Montserrat-BoldItalic.woff') format('woff'),
    url('fonts/montserrat/Montserrat-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

/*HELPER CLASS BEGIN*/

h1 {
    font-size: 50px;
    line-height: 1.2;
    color: white;
    font-weight: 700;
    position: relative;
}

h1:after {
    display: block;
    height: 3px;
    background-color: #ffffff;
    content: " ";
    width: 80px;
    margin-top: 30px;
    margin-bottom: 30px;
}

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

h2 {
    font-size: 35px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: white;
}

.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.alignLeft {
    float: left;
}

.alignRight {
    float: right;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.grid-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.grid-center,
.grid-full-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.grid-full-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.grid-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grid-2 {
    width: 50%;
}

.grid-3 {
    width: 33.33%;
}

.grid-4 {
    width: 25%;
}

strong,
b {
    font-weight: 700;
}

em,
i {
    font-style: italic;
}

p,
ul li,
ol li {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 20px 0;
}

ul li,
ol li {
    margin-bottom: 10px;
}

.text-blue {
    color: #03c1f4;
}

.text-pink {
    color: #ef1571;
}

.width-100 {
    width: 100%;
}


/*HELPER CLASS END*/

* {
    box-sizing: border-box;
    outline: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wrapper {
    max-width: 1180px;
    padding: 25px 10px;
    margin: auto;
    position: relative;
}

body.about .wrapper {
    max-width: 1000px;
}

body.about header .wrapper {
    max-width: 1180px;
}


/*NAVIGATION BAR*/

.nav-wrapper {
    margin: auto;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1180px;
}

nav ul {
    float: right;
}

nav ul li {
    display: inline-block;
    padding-left: 35px;
    margin-bottom: 0px;
}

nav ul li a {
    font-size: 17px;
    line-height: 22px;
    text-decoration: none;
    color: #454545;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 2px solid transparent;
    padding-bottom: 3px;
    cursor: pointer;
    transition: 0.3s;
}

nav ul li a:hover {
    color: #03c1f4;
}

li.active a {
    color: #03c1f4;
    font-weight: bold;
}

p.big-p {
    font-size: 32px;
    line-height: 37px;
    text-align: center;
    margin-bottom: 50px;
}

body.menu-is-active .menu-trigger {
    display: none;
}

span.block {
    display: block;
}

.about-books-img {
    margin-right: 30px;
}


/* HERO BG */

body.home .hero-bg {
    background: url(../images/hero-bg.png) no-repeat center / cover;
}

body.about .hero-bg {
    background: url(../images/about-bg.png) no-repeat center / cover;
    padding: 40px 0;
}

body.contact .hero-bg {
    background: url(../images/contact-bg.png) no-repeat center / cover;
    padding: 40px 0;
}

body.contact .hero-bg .content {
    max-width: 500px;
}

body.contact h1:after {
    display: none;
}

body.home .hero-bg .wrapper {
    overflow: hidden;
    padding: 30px 10px 0;
}

.dannette-img {
    max-width: 353px;
}

.hero-bg .content {
    max-width: 700px;
    color: white;
    margin-top: 20px;
}

.recipes-img {
    margin: 0px 30px 0;
}

.pink-stripe {
    background: #ef1571;
    margin: 30px 0 0;
}

.silver-bg-danette {
    background: url(../images/tea.png) no-repeat left #f8f8fa;
}

.silver-bg-danette .content {
    max-width: 600px;
    margin: 0 0 0 40%;
    padding: 30px 0 0;
}

ul.pink-list {
    margin: 50px 0
}

ul.pink-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
}

ul.pink-list li:before {
    content: "";
    position: absolute;
    background: url(../images/pink-checkmark.png) no-repeat center / 15px auto;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    top: 0;
    left: 0;
}

.meditation-img {
    max-width: 350px;
    margin-top: -20px;
}

a.btn-pink {
    background: #ef1571;
    padding: 15px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    margin: 30px 0;
    display: block;
    max-width: 250px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a.btn-pink:hover {
    background: #cb1461;
}

.silver-bg {
    overflow: hidden;
    clear: both;
    background: #f5f5f5;
    padding: 30px 0;
    margin-top: 50px;
}

.danette-desc-img {
    padding: 0 20px;
    width: 49%;
}

.videos-img {
    margin: 20px 40px 20px -50px;
}

.dp-none {
    display: none;
}

/**********************
START OF NEW PAGES STYLES
**********************/
    body.compensation .wrapper .entry-content, body.terms .wrapper .entry-content, body.privacy .wrapper .entry-content, body.disclaimers .wrapper .entry-content{
        max-width: 960px;
        margin: 0 auto;
        width: 100%;
    }


/**********************
END OF NEW PAGES STYLES
**********************/

/**********************
START OF CONTACT STYLES
**********************/

.contact-form-bg {
    background: #f5f5f5;
}

.contact-form-bg .wrapper {
    overflow: hidden;
}

.contact-details {
    color: #898989;
    width: 40%
}

.contact-details h4 {
    color: #454545;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.contact-details h4:after {
    content: '';
    width: 110px;
    height: 2px;
    display: block;
    background: #03c1f4;
    position: relative;
    top: 18px;
    left: 0;
}

.contact-details p {
    margin: 0 0 5px 0;
}


.contact-details ul li {
    width: 33px;
    margin-right: 10px;
    display: block;
    float: left;
}

.contact-details ul li:nth-child(4) {
    clear: left;
}

.contact-details .pinterest {
    background: url('../images/pinterest_contact.png') no-repeat center / 100% auto;
}

.contact-details .twitter {
    background: url('../images/twitter_contact.png') no-repeat center / 100% auto;
}

.contact-details .facebook {
    background: url('../images/facebook_contact.png') no-repeat center / 100% auto;
}

.contact-details .youtube {
    background: url('../images/youtube_contact.png') no-repeat center / 100% auto;
}

.contact-details .instagram {
    background: url('../images/instagram_contact.png') no-repeat center / 100% auto;
}

.contact-form {
    padding: 5px;
    position: relative;
    min-height: 325px;
    width: 70%;
    margin:0 auto;
}

.contact-form input {
    padding: 12px 10px;
    width: 49%;
    display: inline-block;
    border: none;
    margin-bottom: 20px;
}

.contact-form input:first-child {
    margin-left: 0;
}

.contact-form textarea {
    font-family: 'Montserrat', sans-serif;
    width: 99%;
    max-width: 99%;
    height: 188px;
    border: none;
    padding: 12px 10px;
    margin-bottom: 20px;
}

#form-contact .g-recaptcha{
    margin-bottom: 20px;
}

.contact-form button {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 99%;
    width: 100%;
    background: #ef1571;
    color: #fff;
    border: none;
    padding: 12px 14px;
    height: 55px;
    cursor: pointer;
    
}

.sending-mail {
    opacity: 0;
    display: none;
    color: #03c1f4;
    font-size: 24px;
    text-align: center;
}

.form-success {
    color: green;
    text-transform: uppercase;
    opacity: 0;
    display: none;
    text-align: center;
}

.form-fail {
    color: red;
    text-transform: uppercase;
    opacity: 0;
    display: none;
    text-align: center;
}

.error_box {
    background: #FAD3C4;
    border: 1px solid #A75B4E;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #444444;
    display: none;
    font-size: 15px;
    margin: 0px 0px 15px 0px;
    padding: 8px 8px;
    max-width: 336px;
}

.php_errors {
    position: relative;
    top: 20%;
    list-style: none;
}

.php_errors li {
    font-size: 20px;
    color: red;
    text-align: center;
}
.text--center{
    text-align: center;
}
.background-grey{
    background-color: #f8f8fa;
    margin-top: 40px;
}
.background-grey h2{
    padding: 50px 0;
    text-transform: capitalize;
}
.direction-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 50px;
}
.direction-row .btn-pink{
    width: 300px;
    font-size: 20px;
    max-width: 100%;
    position: relative;
}
.direction-row .btn-pink:hover svg{
    -webkit-animation: arrowMove 2.3s infinite;
    animation: arrowMove 2.3s infinite;
}

@-webkit-keyframes arrowMove {
    0%   {right: 20px;}
    25%  {right: 10px;}
    50%  {right: 20px;}
    50%  {right: 30px;}
    100% {right: 20px;}
}
@keyframes arrowMove {
    0%   {right: 20px;}
    25%  {right: 10px;}
    50%  {right: 20px;}
    50%  {right: 30px;}
    100% {right: 20px;}
}

.direction-row .btn-pink svg{
    position: absolute;
    right: 20px;
    top: 17px;
    bottom: 0;
}

/********************
END OF CONTACT STYLES
********************/


/*********************
START OF 404 STYLES
*********************/

.page-404__bg{
    background-image: url("../images/404-bg.jpg");
    background-repeat: no-repeat;
    text-align: center;
    padding: 70px 0;
    min-height: calc(100vh - 369px);
}

.page-404 h1{
    font-size: 42px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-weight: bold;
    line-height: 51px;
    text-align: center;
}
.page-404 h1:after{
    display: none;
}

.page-404__p{
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    text-align: center;
    font-weight: 400;
}

.page-404 .page-404__bg a{
    color: #ef1571;
}

.page-404 .btn-pink {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 245px;
    width: 100%;
    background: #ef1571;
    color: #fff !important;
    border: none;
    padding: 15px 14px;
    font-size: 19px;
    cursor: pointer;
    margin: 30px auto;
    display: block;
}

/*********************
END OF 404 STYLES
*********************/


/*********************
START OF FOOTER STYLES
*********************/

.footer-bg {
    background: #313131;
}

.danette-footer {
    overflow: hidden;
    color: #c1c1c1;
}

.danette-footer a {
    text-decoration: none;
    color: #fff;
}
.danette-footer a:hover{
    text-decoration: underline;
}

.danette-footer .danette img {
    padding-bottom: 23px;
}

.danette-footer .danette p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 25px;
}

.danette-footer ul.social li {
    display: block;
    width: 20%;
    float: left;
    padding: 0 5px;
}

ul.social {
    max-width: 200px;
    overflow: hidden;
}

ul.social a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.danette-footer .danette .pinterest {
    background: url('../images/pinterest.png') no-repeat center / 100% auto;
}

.danette-footer .danette .twitter {
    background: url('../images/twitter.png') no-repeat center / 100% auto;
}

.danette-footer .danette .facebook {
    background: url('../images/facebook.png') no-repeat center / 100% auto;
}

.danette-footer .danette .youtube {
    background: url('../images/youtube.png') no-repeat center / 100% auto;
}

.danette-footer .danette .instagram {
    background: url('../images/instagram.png') no-repeat center / 100% auto;
}

.danette-footer h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding-bottom: 23px;
    margin-bottom: 23px;
}

.danette-footer h4:after {
    content: '';
    width: 76px;
    height: 1px;
    display: block;
    background: #c1c1c1;
    position: relative;
    top: 23px;
    left: 0;
}

.danette-footer > div {
    padding: 10px 40px 10px 0;
}

.quick-links {
    padding-left: 100px !important;;
}
.danette-footer .information{
    padding: 40px 0;
    width: 66.666%;
}
.footer-links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.footer-links li {
    padding: 0 10px 5px 10px;
    font-size: 14px;
}

.footer-copy {
    background: #202020;
    text-align: center;
    color: #c1c1c1;
}

.footer-copy p {
    margin: 0;
    font-size: 12px;
}

.footer-copy a {
    text-decoration: none;
    color: #c1c1c1;
}


/*******************
END OF FOOTER STYLES
*******************/


/*********************
START OF MEDIA QUERIES
*********************/

@media (max-width: 1080px) {

    .contact-details, .contact-form {
        width: 100%;
    }

    .contact-details > div {
        width: 50%;
    }
}

@media only screen and (max-width: 990px) {
    h1 {
        font-size: 35px;
        line-height: 40px;
    }
    .silver-bg-danette {
        position: relative;
    }
    .silver-bg-danette .wrapper {
        z-index: 1;
    }
    .silver-bg-danette .content {
        z-index: 5;
    }
    .silver-bg-danette:after {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: white;
        opacity: 0.7;
    }
}

@media only screen and (max-width: 940px) {
    .direction-row .btn-pink{
        width: 270px;
    }
}
@media only screen and (max-width: 870px) {
    .silver-bg-danette .content {
        margin: auto;
        max-width: inherit;
    }

    .contact-details > div {
        width: 100%;
    }

    .contact-form {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 850px) {
    .direction-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .direction-row .btn-pink {
        width: 400px;
    }
}

@media only screen and (max-width: 830px) {
    .footer-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .danette-footer .information {
        padding: 0;
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .pink-stripe {
        margin: 0;
    }
    body.about .hero-bg {
        padding: 10px;
    }

    .danette-footer > div {
        padding: 10px;
    }

    .danette-footer .danette {
        width: 100%;
        text-align: center;
    }

    .danette-footer ul.social {
        margin: 0 auto 40px;
    }

    .quick-links, .information {
        width: 50%;
    }
}

@media only screen and (max-width: 650px) {
    .menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 300px;
        background: #131313;
        -webkit-transform: translate3d(-200%, 0, 0);
        transform: translate3d(-200%, 0, 0);
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        z-index: 99999;
    }
    .menu li {
        display: block;
        margin-top: 20px;
        padding: 0;
        border-bottom: 1px solid gray;
        padding-bottom: 20px;
    }
    .menu li a {
        font-size: 18px;
        color: white;
    }
    .menu li a:hover {
        border-color: transparent;
    }
    .menu-is-active .menu {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        display: block;
        padding: 0px 15px;
    }
    .main-overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.72);
        z-index: 5;
        display: none;
    }
    .main-overlay:after {
        content: '';
        display: block;
        background: url('../images/close-icon.svg') no-repeat center center;
        background-size: cover;
        width: 35px;
        height: 35px;
        position: fixed;
        right: 10px;
        top: 10px;
        z-index: 999;
    }
    .menu-is-active .main-overlay {
        display: block;
    }
    .menu-trigger {
        background: url('../images/hamburger-icon.svg') no-repeat center;
        background-size: cover;
        display: block;
        width: 35px;
        height: 35px;
        position: absolute;
        right: 10px;
        top: 30px;
        z-index: 10;
    }
    .dannette-img {
        display: none;
    }
    .dp-none {
        display: block;
        margin: 0 auto;
        max-width: 300px;
    }
    body.home .hero-bg .wrapper {
        padding-bottom: 0;
    }
    .meditation-img {
        max-width: 200px;
    }
    h1,
    h1:after {
        margin: 0 auto;
        text-align: center;
    }
    body.home .hero-bg .wrapper {
        padding: 0 10px !important;
    }
    body.about .hero-bg .wrapper {
        padding: 0 10px;
    }
    .about-books-img {
        display: block;
        margin: 0 auto 20px auto;
        text-align: center;
        float: none;
    }
    h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .danette-desc-img {
        float: none;
        width: 100%;
        max-width: 450px;
        display: block;
        margin: 0 auto 30px auto;
    }
    p.big-p {
        font-size: 25px;
        line-height: 30px;
    }
    h1:after {
        margin: 10px auto;
    }
    .recipes-img,
    .worried-img,
    .meditation-img {
        float: none;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
    }
    .danette-desc-img.two {
        margin-bottom: 0;
    }
    .silver-bg {
        padding: 0;
        margin: 0;
    }
    a.btn-pink {
        margin: 0 auto;
    }
    ul.pink-list {
        margin: 20px 0;
    }
    .videos-img {
        margin: 0 auto 20px auto;
        max-width: 300px;
        display: block;
        text-align: center;
        float: none;
    }
    .direction-row .btn-pink{
        margin: 20px 0;
    }
}

@media only screen and (max-width: 550px) {
    
    .silver-bg-danette {
       background: url(../images/tea.png) no-repeat center #f8f8fa / cover;
    }
    
}
@media (max-width: 500px) {
    .quick-links {
        padding-left: 10px !important;
    }
    
    .contact-details > div > div {
        width: 100%;
        margin-bottom: 10px;
    }

    .margin-bottom-40 {
        margin-bottom: 0;
    }

    .contact-form input {
        width: 100%;
    }
}

@media only screen and (max-width: 420px) {

    .logo {
        max-width: 230px;
    }
    .menu {
        max-width: 250px;
    }
}

@media (max-width: 370px) {

    .quick-links, .information {
        width: 100%;
        text-align: center;
    }

    .danette-footer h4:after {
        left: 37%;
    }

    .danette-footer ul.social {
        margin: 0 auto 20px;
    }

    .danette {
        border-bottom: 1px solid;
        margin-bottom: 20px;
    }

    .quick-links {
        border-bottom: 1px solid;
        margin-bottom: 10px;
    }
}

@media (max-width: 315px) {

    .danette img {
        width: 80%;
    }

    .danette-footer h4:after {
        width: 60px;
    }
}

/*******************
END OF MEDIA QUERIES
*******************/

/*******************
START OF AJAX LOADER
*******************/

#circularG{
    /*position:relative;*/
    width:58px;
    height:58px;
    margin: auto;
    display: none;
    opacity: 0;
}

.circularG{
    position:absolute;
    background-color:rgb(3,192,244);
    width:14px;
    height:14px;
    border-radius:9px;
        -o-border-radius:9px;
        -ms-border-radius:9px;
        -webkit-border-radius:9px;
        -moz-border-radius:9px;
    animation-name:bounce_circularG;
        -o-animation-name:bounce_circularG;
        -ms-animation-name:bounce_circularG;
        -webkit-animation-name:bounce_circularG;
        -moz-animation-name:bounce_circularG;
    animation-duration:1.1s;
        -o-animation-duration:1.1s;
        -ms-animation-duration:1.1s;
        -webkit-animation-duration:1.1s;
        -moz-animation-duration:1.1s;
    animation-iteration-count:infinite;
        -o-animation-iteration-count:infinite;
        -ms-animation-iteration-count:infinite;
        -webkit-animation-iteration-count:infinite;
        -moz-animation-iteration-count:infinite;
    animation-direction:normal;
        -o-animation-direction:normal;
        -ms-animation-direction:normal;
        -webkit-animation-direction:normal;
        -moz-animation-direction:normal;
}

#circularG_1{
    left:0;
    top:23px;
    animation-delay:0.41s;
        -o-animation-delay:0.41s;
        -ms-animation-delay:0.41s;
        -webkit-animation-delay:0.41s;
        -moz-animation-delay:0.41s;
}

#circularG_2{
    left:6px;
    top:6px;
    animation-delay:0.55s;
        -o-animation-delay:0.55s;
        -ms-animation-delay:0.55s;
        -webkit-animation-delay:0.55s;
        -moz-animation-delay:0.55s;
}

#circularG_3{
    top:0;
    left:23px;
    animation-delay:0.69s;
        -o-animation-delay:0.69s;
        -ms-animation-delay:0.69s;
        -webkit-animation-delay:0.69s;
        -moz-animation-delay:0.69s;
}

#circularG_4{
    right:6px;
    top:6px;
    animation-delay:0.83s;
        -o-animation-delay:0.83s;
        -ms-animation-delay:0.83s;
        -webkit-animation-delay:0.83s;
        -moz-animation-delay:0.83s;
}

#circularG_5{
    right:0;
    top:23px;
    animation-delay:0.97s;
        -o-animation-delay:0.97s;
        -ms-animation-delay:0.97s;
        -webkit-animation-delay:0.97s;
        -moz-animation-delay:0.97s;
}

#circularG_6{
    right:6px;
    bottom:6px;
    animation-delay:1.1s;
        -o-animation-delay:1.1s;
        -ms-animation-delay:1.1s;
        -webkit-animation-delay:1.1s;
        -moz-animation-delay:1.1s;
}

#circularG_7{
    left:23px;
    bottom:0;
    animation-delay:1.24s;
        -o-animation-delay:1.24s;
        -ms-animation-delay:1.24s;
        -webkit-animation-delay:1.24s;
        -moz-animation-delay:1.24s;
}

#circularG_8{
    left:6px;
    bottom:6px;
    animation-delay:1.38s;
        -o-animation-delay:1.38s;
        -ms-animation-delay:1.38s;
        -webkit-animation-delay:1.38s;
        -moz-animation-delay:1.38s;
}



@keyframes bounce_circularG{
    0%{
        transform:scale(1);
    }

    100%{
        transform:scale(.3);
    }
}

@-o-keyframes bounce_circularG{
    0%{
        -o-transform:scale(1);
    }

    100%{
        -o-transform:scale(.3);
    }
}

@-ms-keyframes bounce_circularG{
    0%{
        -ms-transform:scale(1);
    }

    100%{
        -ms-transform:scale(.3);
    }
}

@-webkit-keyframes bounce_circularG{
    0%{
        -webkit-transform:scale(1);
    }

    100%{
        -webkit-transform:scale(.3);
    }
}

@-moz-keyframes bounce_circularG{
    0%{
        -moz-transform:scale(1);
    }

    100%{
        -moz-transform:scale(.3);
    }
}

/*****************
END OF AJAX LOADER
*****************/