/*
Theme Name: Curos
Theme URI: https://curoshealth.com/
Author: Daniel Schuring, Modern Theory
Author URI: https://moderntheory.com
Description: Curos Nutri-Therapy Theme
Version: 4.7.2d

/*
Starter theme: _tk ( Version: 1.1.10 )
*/
/*
html { margin-top: 32px !important; }
* html body { margin-top: 32px !important; }
@media screen and ( max-width: 782px ) {
	html { margin-top: 46px !important; }
	* html body { margin-top: 46px !important; }
}
@media only screen and (max-width: 767px) {
#wpadminbar { display: none !important; }
}
*/
/* Misc */
a {
    color: #ff5d71;
    text-decoration: underline;
}

:focus {
    outline-color: transparent;
    outline-style: none;
}

/* Webfont loading, reduce FLOUT = Flash of Unstyled Text */
.wf-loading {
    /*
    background: url('assets/loading51.gif') no-repeat center center;
    background-size: 30px 30px;
    */
   height: 100%;
   overflow: hidden;
   opacity: 0;
}
.wf-active,
.wf-inactive {
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}


/* Main css */
body {
    word-wrap: break-word;
    /* This is a small security for too long strings titles */
    font-family: "brandon-grotesque", sans-serif;
    font-size: 16px;
    color: #2e2e2e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "brandon-grotesque", Tahoma,  sans-serif;
}

h1, .h1 {
    font-size: 40px;
    letter-spacing: normal;
    line-height: 50px;
}

h2, .h2 {
    font-size: 40px;
    letter-spacing: normal;
    line-height: 50px;
    font-weight: 500;
}

h2.alt, .h2.alt {
    letter-spacing: 0;
}

h3, .h3 {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: normal;
    font-weight: 500;
}

h4, .h4 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: normal;
    font-weight: 700;
}

h5, .h5 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: normal;
    font-weight: 500;
}

@media (max-width: 768px) {
    h1, .h1 {
        font-size: 40px;
        letter-spacing: normal;
        line-height: 50px;
    }

    h2, .h2 {
        font-size: 40px;
        letter-spacing: normal;
        line-height: 50px;
    }

    h3, .h3 {
        font-size: 24px;
        letter-spacing: normal;
        line-height: 34px;
        font-weight: bold;
    }
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* Images and wp-captions should always fit and be responsive */
img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

img[class*="wp-image-"] {
    margin-top: 10px;
    margin-bottom: 10px;
}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    max-width: 100%;
    border-radius: 4px;
    padding: 0 10px;
}

.wp-caption.aligncenter {
    margin-bottom: 10px;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
}

.wp-caption .wp-caption-text {
    text-align: center;
    margin-top: 10px;
}

/* WP Gallery */
.gallery {
    margin-bottom: 1.5em;
}

.gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}

.gallery dd {
    margin: 0;
}

.gallery-caption {
    display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}

/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    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 */
}

/* Content */
.main-content-inner {
    padding-bottom: 0;
}

.hentry {
    margin: 0 0 1.5em;
}

.sticky {
    display: block;
}

.bypostauthor {
    display: block;
}

/* Clearing */
.clear {
    clear: both;
}

/* Navigation */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:active>.dropdown-menu,
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:active>a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
}

/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget {
    margin-bottom: 100px;
}

.widget_nav_menu ul.sub-menu li,
.widget_pages ul.children li {
    padding-left: 15px;
}

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] {
    display: none;
}

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
.comment .children {
    margin-left: 1.5em;
}

/**
* Some WP Theme Repository requirements
*/
.sticky {}

.gallery-caption {}

.bypostauthor {}

.entry-meta {
    clear: both;
}

/* styles for _tk_pagination und _tk_link_pages */
nav form.tk-page-nav,
nav .input-group,
nav .input-group-btn,
nav .form-control {
    display: inline;
}

/*
**** Custom CSS ****
*/

.font-purple {
    color: #9E4BB6;
}

/* Buttons */
.btn-clear {
    display: inline-block;
    border: 0;
    background-color: transparent;
    font-size: 15px;
    font-weight: 900;
    color: #fff;
    padding: 0 60px;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #fff;
    letter-spacing: 2px;
    text-decoration: none;
}

.btn-clear:hover,
.btn-clear:active,
.btn-clear:focus {
    background-color: transparent !important;
    color: #fff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: .8;
    text-decoration: none;
}

@media (max-width: 767px) {
    .btn-clear {
        padding: 0 5px;
        width: 100%;
    }
}

.btn-clear-purple {
    border: 2px solid #AA41BC;
    color: #AA41BC;
}

.btn-clear-purple:hover,
.btn-clear-purple:active,
.btn-clear-purple:focus {
    border: 2px solid #AA41BC !important;
    color: #AA41BC !important;
    text-decoration: none;
}

.btn-clear-green {
    border: 2px solid #3aa7b9;
    color: #3aa7b9;
}
.btn-clear-green:hover,
.btn-clear-green:active,
.btn-clear-green:focus {
    border: 2px solid #3aa7b9 !important;
    color: #3aa7b9 !important;
    text-decoration: none;
}

.btn-clear-black {
    border: 2px solid #000;
    color: #000;
}
.btn-clear-black:hover,
.btn-clear-black:active,
.btn-clear-black:focus {
    border: 2px solid #999 !important;
    color: #999 !important;
    text-decoration: none;
}

.btn-clear-grey {
    border: 2px solid #9EACBC;
    color: #9EACBC;
}
.btn-clear-grey:hover,
.btn-clear-grey:active,
.btn-clear-grey:focus {
    border: 2px solid #9EACBC !important;
    color: #9EACBC !important;
    opacity: 1;
    text-decoration: none;
}

.btn-clear-light-grey {
    border: 2px solid #CAD6DD;
    color: #CAD6DD;
}
.btn-clear-light-grey:hover,
.btn-clear-light-grey:active,
.btn-clear-light-grey:focus {
    border: 2px solid #CAD6DD !important;
    color: #CAD6DD !important;
    opacity: 1;
    text-decoration: none;
}

.btn-red {
    display: inline-block;
    border: 0;
    background-color: #FF5D71;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding: 0 20px;
    height: 60px;
    line-height: 56px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #FF5D71;
    letter-spacing: 2px;
    text-decoration: none;
}
.btn-red:hover,
.btn-red:active,
.btn-red:visited,
.btn-red:focus {
    background-color: #FF5D71 !important;
    color: #fff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: .8;
    text-decoration: none;
}
@media (max-width: 767px) {
    .btn-red {
        padding: 0 0;
        width: 100%;
        font-size: 13px;
    }
}

.btn-purple {
    display: inline-block;
    border: 0;
    background-color: #ab41bc;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding: 0 50px;
    height: 60px;
    line-height: 56px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 2px;
    letter-spacing: 2px;
    text-decoration: none;
}
.btn-purple:hover,
.btn-purple:active,
.btn-purple:visited,
.btn-purple:focus {
    background-color: #ab41bc !important;
    color: #fff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: .8;
    text-decoration: none;
}
@media (max-width: 767px) {
    .btn-purple {
        padding: 20px 0;
        width: 100%;
        line-height: 1.3em;
        font-size: 13px;
    }
}
.btn-purple-round {
    border-radius: 40px;
}

.btn-light-green {
    display: inline-block;
    border: 0;
    background-color: #fff;
    font-size: 15px;
    font-weight: bold;
    color: #9CC6C4;
    padding: 0 50px;
    height: 60px;
    line-height: 56px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 2px;
    letter-spacing: 2px;
    text-decoration: none;
}
.btn-light-green:hover,
.btn-light-green:active,
.btn-light-green:visited,
.btn-light-green:focus {
    background-color: #fff !important;
    color: #9CC6C4 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: .8;
    text-decoration: none;
}


.btn-link {
    display: inline-block;
    border: 0;
    background-color: transparent;
    font-size: 15px;
    font-weight: normal;
    color: #2e2e2e;
    padding: 0 50px;
    height: 60px;
    line-height: 56px;
    text-transform: none;
    text-align: center;
    border: 0;
    letter-spacing: 2px;
    text-decoration: none;
    max-width: 100%;
}

.btn-link:hover,
.btn-link:active,
.btn-link:visited,
.btn-link:focus {
    background-color: transparent !important;
    color: #2e2e2e !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: .8;
    text-decoration: none;
}
@media (max-width: 767px) {
    .btn-link {
        padding: 20px 5px;
        width: 100%;
        line-height: 1.3em;
        font-size: 13px;
    }
}

.btn-grey {
	border-radius: 2px;
	border: 1px solid #979797;
	color: #91a6b2;

	display: inline-block;
    background-color: transparent;
    font-size: 15px;
    font-weight: 900;
    padding: 0 60px;
    height: 60px;
    line-height: 56px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
}
.btn-grey:hover,
.btn-grey:active,
.btn-grey:focus,
.btn-grey.active {
    border: 1px solid #979797 !important;
    color: #91a6b2 !important;
	background: transparent;
    text-decoration: none;
}

.btn-grey[disabled]:hover,
.btn-grey[disabled]:active,
.btn-grey[disabled]:focus,
.btn-grey[disabled].active {
    border: 1px solid #979797 !important;
    color: #91a6b2 !important;
	background: transparent !important;
    text-decoration: none;
}


.btn-radius {
    border-radius: 2px;
}

.btn-small {
    padding: 0 15px;
    height: 36px;
    line-height: 30px;
}

a.link-blue {
    color: #2196f3;
}
a.link-blue:hover,
a.link-blue:active {
    color: #2196f3;
    opacity: .8;
}

a.link-red {
    color: #ff5d71;
}
a.link-red:hover,
a.link-red:active {
    color: #ff5d71;
    opacity: .8;
}

a.link-purple {
    color: #ab41bc;
}
a.link-purple:hover,
a.link-purple:active {
    color: #ab41bc;
    opacity: .8;
}

a.link-black {
    color: #2e2e2e;
}
a.link-black:hover,
a.link-black:active {
    color: #2e2e2e;
    opacity: .8;
}

a.link-grey {
    color: #4F5362;
}
a.link-grey:hover,
a.link-grey:active {
    color: #4F5362;
    opacity: .8;
}

.btn-full-width {
    display: block;
    padding: 35px 15px;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 1.44px;
    line-height: 26px;
    margin-top: 0;
    font-weight: bold;
    font-family: "brandon-grotesque", sans-serif;
    height: auto;
    width: 100%;
    max-width: 100%;
}

/* Sections misc */
.section {
    padding: 30px 0;
}

.section-borders {
    -webkit-box-shadow: 0 2px 4px 0 rgba(142, 142, 142, 0.15);
    box-shadow: 0 2px 4px 0 rgba(142, 142, 142, 0.15);
}

.section-heading {
    margin-bottom: 40px;
}

.section-heading h3 {
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 36px;
    margin-top: 0;
    font-weight: 900;
}

.section-description {
    font-family: 'brandon-grotesque';
    font-size: 26px;
    line-height: 36px;
    letter-spacing: normal;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.section-description p {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .section-description {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: normal;
    }

    .section-description p {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: normal;
    }
}

.section-purple,
.section-purple h3 {
    color: #aa41bc;
}

.section-purple a {
    text-decoration: none;
    color: #aa41bc;
}
.section-purple a:hover,
.section-purple a:visited,
.section-purple a:active, {
    text-decoration: none;
    color: #aa41bc;
}


.section-number {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 103px;
    height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-number p {
    margin: 0 auto;
}

.section-actions {
    margin: 40px 0;
}

.section-actions small {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.86;
    letter-spacing: normal;
    color: #2e2e2e;
}

.section-actions small a {
    color: inherit;
    text-decoration: none;
}

.section-heading.section-heading-alt {
    color: #8e9095;
}

.section-heading.section-heading-alt h3 {
    color: #a8adba;
}

.section-alt-title {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 50px;
    color: #2e2e2e;
    margin-bottom: 40px;
}

.section-alt-description {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: normal;
    color: #2e2e2e;
    margin-bottom: 40px;
}

.section-alt-description p {
    margin-bottom: 40px;
}

.section-alt-purple {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 24px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: 2px;
    color: #aa41bc;
    margin-bottom: 40px;
}
.section-alt-purple a {
    text-decoration: none;
    color: #aa41bc;
}
.section-alt-purple a:hover,
.section-alt-purple a:visited,
.section-alt-purple a:active, {
    text-decoration: none;
    color: #aa41bc;
}

.section-alt-grey {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 24px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: 2px;
    color: #6b6d74;
    margin-bottom: 40px;
}

.section-alt-actions {
    margin: 10px 0;
}

@media (max-width: 767px) {
    .section {
        padding: 30px 0;
    }
    .section-alt-title {
        font-size: 40px;
        letter-spacing: 0;
        line-height: 50px;
    }

    .section-alt-description {
        font-size: 20px;
        line-height: 30px;
    }
}

.row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-eq-height>[class*='col-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 768px) {
    .row-eq-height>.col-sm-6 {
        width: 48%;
        margin-right: 1.9%;
        margin-left: 0;
    }

    .row-eq-height>.col-sm-6:nth-of-type(2) {
        width: 48%;
        margin-right: 0;
        margin-left:  1.9%;
    }

    .row-eq-height>.col-sm-4 {
        width: 31%;
        margin-right: 3.3%;
        margin-left: 0;
    }

    .row-eq-height>.col-sm-4:nth-of-type(2) {
        width: 31%;
        margin-right: 3.3%;
        margin-left: 0;
    }

    .row-eq-height>.col-sm-4:nth-of-type(3) {
        width: 31%;
        margin-right: 0;
        margin-left: 0;
    }
}

.rounded-block {
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(142, 142, 142, 0.5);
    box-shadow: 0 2px 4px 0 rgba(142, 142, 142, 0.5);
    border: solid 0.5px #ebebeb;
    padding: 40px 30px;
    margin: 0 20px;
}
.rounded-block img {
    margin-bottom: 40px;
}

.squared-block {
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px solid #EBEBEB;
    padding: 40px 30px;
    margin: 0 20px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(142, 142, 142, 0.5);
    box-shadow: 0 2px 4px 0 rgba(142, 142, 142, 0.5);
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

@media screen and (min-width: 992px) {
    .rounded-blocks {
        margin-left: 60px;
        margin-right: 60px;
    }
    .squared-blocks {
        margin-left: 60px;
        margin-right: 60px;
    }
}
@media (max-width: 767px) {
    .rounded-blocks {
        margin-left: 0;
        margin-right: 0;
    }
    .rounded-blocks .rounded-block:first-of-type {
        margin-bottom: 30px;
    }
    .rounded-block {
        margin: 0 auto;
    }
    .rounded-block .top {
        width: 100%;
    }

    .squared-blocks {
        margin-left: 0;
        margin-right: 0;
    }

    .squared-block {
        margin: 0 auto;
    }
    .squared-block .top {
        width: 100%;
    }

    .text-right-xs {
        text-align: right;
    }

    .text-left-xs {
        text-align: right;
    }

    .text-center-xs {
        text-align: center;
    }
}

/* Contact */
.contact-section {
    background: transparent;
}

.contact-section-padding {
    padding: 60px 0;
}

.contact-section-intro {
    font-size: 20px;
    color: #2E2E2E;
    letter-spacing: 2.67px;
    font-weight: bold;
    margin-bottom: 30px;
}

.contact-section-heading {
    font-size: 37px;
    font-weight: normal;
    color: #AB41BC;
    margin-bottom: 30px;
}

.contact-section .ajax-message {
    font-size: 26px;
    font-weight: normal;
    color: #333;
}

.contact-section .form-group {
    margin-right: -7px;
    min-width: 60%;
}

.contact-section input.form-control,
.contact-section textarea.form-control {
    margin-bottom: 20px;
    height: 51px;
    line-height: 50px;
    font-weight: normal;
    font-size: 21px;
    width: 100%;
    line-height: 20px;
    outline: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-bottom: solid 1px #AB41BC;
    background-color: transparent;
    padding-left: 0;
    color: #AB41BC;
}

.contact-section textarea.form-control {}

.contact-section .form-control::-webkit-input-placeholder {
    color: #AB41BC;
    font-weight: 300;
}

.contact-section .form-control::-moz-placeholder {
    color: #AB41BC;
    font-weight: 300;
}

.contact-section .form-control:-ms-input-placeholder {
    color: #AB41BC;
    font-weight: 300;
}

.contact-section button {
    min-width: 200px;
    height: 51px;
    padding: 0 30px;
    line-height: 1em;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.8px;
    text-align: center;
    background-color: transparent;
    border: solid 2px #AB41BC;
    color: #AB41BC;
    outline: none;
    border-radius: 0;
    text-transform: uppercase;
}

.contact-section button.btn:hover,
.contact-section button.btn:active,
.contact-section button.btn:focus {
    background-color: transparent;
    border: solid 2px #C7B8D4;
    color: #C7B8D4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Blog */
.blog-main-content .container {
    width: 1240px;
    max-width: 100%;
}

.section-blog-featured {
    padding: 30px 0 30px;
}

.blog-featured-item {
    margin-right: 15%;
    margin-left: 10px;
}

.blog-featured-title {
    margin-top: -8px;
    margin-bottom: 20px;
}

.blog-featured-title a {
    color: #2e2e2e;
    text-decoration: none;
}

.blog-featured-text {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: normal;
    color: #2e2e2e;
    margin-bottom: 30px;
}

.blog-featured-actions a {
    float: left;
}

.blog-featured-meta {
    font-size: 21px;
    color: #FFFFFF;
    letter-spacing: 2px;
    line-height: 27px;
    text-transform: uppercase;
    margin-left: 40px;
    margin-top: 5px;
    display: inline-block;
    float: left;
    font-weight: bold;
}

.blog-featured-meta em {
    font-weight: normal;
}

@media (max-width: 767px) {

    .blog-featured-title {
        margin-top: 10px;
    }

    .blog-featured-item {
        margin-right: 0;
        margin-left: 0;
    }

    .blog-featured-text {
        font-size: 20px;
        line-height: 30px;
    }
}

.section-blog-top {
    background: #ECF0F3;
    padding: 79px 0 54px;
}

.blog-top-image {
    margin-bottom: 25px;
}

.blog-top-image img {
    width: 100%;
    height: auto;
}

.blog-top-meta {
    font-size: 13px;
    color: #91A6B2;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 15px 0;
    text-transform: uppercase;
    font-weight: bold;
}

.blog-top-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    color: #2E2E2E;
}

.blog-top-title a {
    color: #2E2E2E;
    text-decoration: none;
}

.section-blog-subscribe {
    background: #41A7B7 url('assets/BG_horizline@2x.png') no-repeat;
    background-size: cover;
    position: relative;
}

.subscribe-close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    display: inline-block;
}

.blog-subscribe-title {
    font-size: 36px;
    color: #FFFFFF;
    letter-spacing: 3.27px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin: 20px 0 40px 0;
}

.section-blog-subscribe a.no-thanks {
    font-family: Helvetica;
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 100;
}

.blog-subscribe-form {
    width: 60%;
    margin: 0 auto;
}

.blog-subscribe-form .form-group {
    position: relative;
}

.blog-subscribe-form input.form-control {
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    width: 100%;
    line-height: 20px;
    outline: none;
    border: solid 2px #ffffff;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 2px;
    border-radius: 0;
    font-weight: 400;
}

.blog-subscribe-form input.form-control::-webkit-input-placeholder {
    color: #fff;
    font-weight: 300;
    opacity: .8;
    font-size: 15px;
}

.blog-subscribe-form input.form-control::-moz-placeholder {
    color: #fff;
    font-weight: 300;
    opacity: .8;
    font-size: 15px;
}

.blog-subscribe-form input.form-control:-ms-input-placeholder {
    color: #fff;
    font-weight: 300;
    opacity: .8;
    font-size: 15px;
}

.blog-subscribe-form button {
    top: 0;
    right: 0;
    position: absolute;
    height: 70px;
    padding: 0 30px;
    line-height: 1em;
    letter-spacing: 1.8px;
    text-align: center;
    background: transparent url('assets/Arrow-right-white.png') no-repeat 50% 50%;
    border: 0;
    color: #9153a0;
    outline: none;
    border-radius: 0;
    text-indent: -500px;
    overflow: hidden;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .blog-subscribe-form button {
        background: transparent url('assets/Arrow-right-white@2x.png') no-repeat 50% 50%;
        background-size: 18px 14px;
    }
}

.blog-subscribe-form .ajax-message {
    font-size: 20px;
    color: #fff;
}

.section-blog-second {
    padding-top: 33px;
}

.section-blog-second .blog-section-title a {
    text-decoration: none;
}

.blog-second-title {
    font-size: 40px;
    font-weight: 500;
    color: #2e2e2e;
    letter-spacing: normal;
    line-height: 50px;
    margin-top: -10px;
    margin-bottom: 20px;
}

.blog-second-title a {
    color: #2e2e2e;
    text-decoration: none;
}

.blog-second-text {
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: normal;
    margin-bottom: 30px;
    max-width: 610px;
}

.blog-second-actions {
    margin-top: 30px;
    margin-bottom: 0;
}

.section-blog-list {
    padding-top: 0;
    padding-bottom: 0;
}

.section-blog-list .container {
    padding-bottom: 0;
}

.blog-list-item {
    margin-bottom: 64px;
}

.blog-list-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3;
    color: #2e2e2e;
    margin-bottom: 10px;
    margin-top: -5px;
}

.blog-list-title a {
    color: #2e2e2e;
    text-decoration: none;
}

.blog-list-meta {
    margin-bottom: 9px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.85;
    letter-spacing: 1px;
    color: #341d43;
}

.blog-list-text {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #2e2e2e;
    max-width: 680px;
}

.blog-list-actions {}

.blog-posts-list-alt {}

.blog-list-item-alt {
    padding: 0 38px;
    margin-bottom: 37px;
}

.blog-single-related-list .blog-list-item-alt {
    padding: 0 0;
}

.blog-section-title {
    margin-bottom: 24px;
}

.blog-section-title h3,
.blog-section-title .h3 {
    font-size: 24px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 2px;
    color: #3aa7b9;
}

.blog-section-title-most-popular {
    margin-top: 40px;
    margin-bottom: 35px;
}
.blog-section-title-most-popular h3 {
    color: #f7c926;
    margin-top: 0;
}
.blog-section-most-popular .blog-list-item-alt {
    margin-bottom: 0;
}

.blog-section-title img {
    /* position: absolute;
    margin-left: -38px;
    margin-top: -10px; */
    vertical-align: baseline;
    margin-right: 2px;
}

.blog-section-description {
    font-size: 18px;
    margin-bottom: 30px;
}
.blog-section-description p {
    font-size: 18px;
}

.blog-list-item-alt .blog-list-title {
    font-size: 30px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #4f5362;
    margin-top: 29px;
    text-transform: none;
}

.blog-list-item-alt .blog-list-title a {
    color: #2e2e2e;
    text-decoration: none;
}

.blog-single-related-list .blog-list-item-alt .blog-list-title {
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.53;
    letter-spacing: 1px;
    color: #000000;
}

.blog-single-related-list .blog-list-item-alt .blog-list-title a {}

@media(max-width: 768px) {

    .blog-featured-actions {
        text-align: center;
    }

    .blog-featured-actions a {
        float: none;
    }

    .blog-featured-meta {
        float: none;
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
    }

    .blog-top-item {
        margin-bottom: 40px;
    }

    .section-blog-top {
        padding-bottom: 20px;
    }

    .blog-list-title {
        margin-top: 20px;
    }
    .blog-list-image {
        width: 100%;
    }
    .blog-list-image img {
        width: 100%;
    }

    .blog-second-title {
        margin-top: 20px;
        font-size: 30px;
        font-weight: 500;
        line-height: 1.3;
    }
    .blog-second-text {
        font-size: 18px;
        line-height: 28px;
    }
    .blog-list-item-alt .blog-list-title {
        margin-top: 10px;
    }

    .blog-second-actions {
        margin-bottom: 0;
        text-align: center;
    }

    .section-blog-second {
        padding-bottom: 0;
    }
}

/* Single blog post */
body.page-template-page-blog .section-instagram {
    background: #ECF0F3;
}

a.read-more {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #aa41bc;
}

.blog-breadcrumbs {
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.85;
    letter-spacing: 1px;
    color: #91a6b2;
    margin-bottom: 10px;
}

.blog-breadcrumbs a {
    font-size: 13px;
    color: #91a6b2;
    text-decoration: none;
}

.blog-post-item-size .blog-post-item {
    height: 400px;
}

.post_loading_loader {
    font-size: 18px;
    color: #91A6B2;
    font-weight: bold;
    text-transform: uppercase;
}

.blog-posts-list .blog-post-item-size:nth-child(3n+1) {
    clear: both;
}

@media only screen and (max-width: 991px) {
    .blog-posts-list .blog-post-item-size:nth-child(3n+1) {
        clear: none;
    }

    .blog-posts-list .blog-post-item-size:nth-child(2n+1) {
        clear: both;
    }
}

.blog-post-cat {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #9153a0;
    padding: 3px 15px;
    border-radius: 20px;
    border: solid 1px #9153a0;
    display: inline-block;
    text-transform: none;
}

.purple-tag {
    background: #b677c5;
}

.red-tag {
    background: #ef9387;
}

.blog-single-max {
    margin-right: 50px;
}

.blog-single-post {
    position: relative;
}

.blog-single-featured-image {
    margin-bottom: 30px;
}

.blog-single-featured-image img {
    width: 100%;
}

.blog-single-video-embed iframe,
.blog-single-video-embed video,
.blog-single-video-embed embed {
    width: 100%;
}

/* Responsive height video */
.respVideoWrapper {
    position: relative;
    padding-bottom: 53.25%;
    /* 16:9 */
    padding-top: 0;
    height: 0;
}

.respVideoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-single-video-caption {
    margin: 10px 0 0;
    color: #4F5362;
}

.blog-single-post h1 {
    margin-top: 0;
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: normal;
    color: #2e2e2e;
}

.blog-single-meta {
    font-size: 13px;
    color: #91A6B2;
    letter-spacing: 1px;
    line-height: 1.85;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.blog-single-meta .blog-meta-date {
    margin-left: 15px;
}

.blog-single-post .blog-post-cat {
    margin-left: 30px;
}

.blog-single-text {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 18px;
    color: #2e2e2e;
    line-height: 30px;
}

.blog-single-text h1,
.blog-single-text h2,
.blog-single-text h3,
.blog-single-text h4 {
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #aa14bc;
    line-height: 120%;
}

.blog-single-text h1 {
    font-size: 44px;
}

.blog-single-text h2 {
    font-size: 32px;
    line-height: 34px;
}

.blog-single-text h3 {
    font-size: 26px;
}

.blog-single-text h4 {
    font-size: 22px;
}

.blog-single-text a {
    color: #aa14bc;
}

.blog-single-author {
    border-top: 4px solid #C8D2D8;
    border-bottom: 4px solid #C8D2D8;
    padding: 50px 0;
    margin: 20px 0;
}

.blog-single-author-block {
    width: 200px;
    margin: 0 auto;
}

.blog-single-author-img img {
    border-radius: 100%;
}

.blog-single-author-name {
    font-size: 21px;
    color: #AA41BC;
    letter-spacing: 2px;
    line-height: 27px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
}

.blog-single-author-title {
    font-size: 15px;
    color: #6B6D74;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
}

.blog-single-author-links {
    margin-top: 15px;
}

.blog-single-author-links a {
    font-size: 26px;
    color: #AB41BC;
    padding: 0 9px;
}

.blog-single-author-bio {
    margin-top: 15px;
}

/*
.blog-sharing {
    position: absolute;
    top: 0;
    margin-left: -75px;
    width: 60px;
    font-size: 22px;
}
.blog-sharing.sticky {
    position: fixed;
    top: 0;
}
*/
.blog-sharing {
    margin-bottom: 10px;
}

.blog-sharing .sharing-title {
    font-size: 13px;
    color: #91A6B2;
    letter-spacing: 1px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.blog-sharing a {
    text-align: center;
    display: inline-block;
    padding: 0 0;
    border-radius: 0;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 37px;
    margin-bottom: 15px;
    margin-right: 5px;
}

.blog-sharing .facebook-share-link {
    background: #3B579A;
}

.blog-sharing .twitter-share-link {
    background: #67ADD3;
}

.blog-sharing .email-share-link {
    background: #A0CAC9;
}

.blog-sharing .comments-share-link {
    background: #C7B7D5;
    margin-bottom: 0;
}

.blog-sharing .btn-facebook {}

.blog-sharing .btn-twitter {}

.blog-sharing .btn-email {}

@media (max-width: 767px) {

    .blog-single-max {
        margin-right: 0;
    }

    .blog-sharing {
        position: fixed;
        top: auto;
        bottom: 0;
        margin-left: 0;
        width: auto;
        z-index: 8;
    }

    .blog-sharing.sticky {
        position: fixed;
        top: auto;
        bottom: 0;
    }

    .blog-sharing .sharing-title {
        display: inline-block;
    }

    .blog-sharing a {
        display: inline-block;
    }
}

.blog-single-tags {
    margin-top: 15px;
    margin-bottom: 30px;
}

.blog-single-tags .tags-title {
    font-size: 18px;
    color: #A5ADB2;
    letter-spacing: 1.5px;
    line-height: 27px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 20px;
}

.blog-single-tags-list a,
.blog-single-tags-list span {
    font-size: 15px;
    color: #6B6D74;
    letter-spacing: 1px;
    line-height: 23px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 8px;
}

.blog-single-categories-list a,
.blog-single-categories-list span {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 23px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 8px;
}

.blog-single-related {
    border-top: 2px solid #C8D2D8;
}

.blog-single-related .related-title {
    font-size: 18px;
    color: #A5ADB2;
    letter-spacing: 1.5px;
    line-height: 27px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 30px;
}

.blog-single-related .blog-list-item .blog-list-meta {
    display: none;
}

.blog-single-related .blog-list-item .blog-list-text {
    display: none;
}

.blog-single-related .blog-list-item .blog-list-action {
    display: none;
}

.blog-single-related .items-per-row-2:nth-child(2n+1) {
    clear: both;
}

.blog-single-related .items-per-row-3:nth-child(3n+1) {
    clear: both;
}

.blog-single-comments .comments-title {
    font-size: 18px;
    color: #A5ADB2;
    letter-spacing: 1.5px;
    line-height: 27px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 15px;
}

.blog-single-comments-list h3 {
    display: none;
}

.sidebar-blog-top-posts .blog-list-item {
    margin-bottom: 20px;
}

.sidebar-blog-top-posts .blog-list-item .blog-list-meta {
    display: none;
}

.sidebar-blog-top-posts .blog-list-item .blog-list-text {
    display: none;
}

.sidebar-blog-top-posts .blog-list-item .blog-list-action {
    display: none;
}

@media only screen and (max-width: 767px) {
    .blog-single-sidebar #widget_search {
        float: right;
        width: 46%;
        margin-left: 8%;
        margin-top: 58px;
    }
}

@media only screen and (max-width: 480px) {}

/* Misc */
.background-img {
    background: #5C5C5C;
    background-color: rgba(0, 0, 0, .3);
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Widgets */
.blog-single-sidebar-content {
    margin-left: auto;
    max-width: 310px;
}

.archive .blog-single-sidebar-content {
    padding-top: 70px;
}

.sidebar-blog-item-each {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 39px 0 52px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sidebar-blog-item-each>.sidebar-blog-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 25%;
    float: left;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 120%;
}

.sidebar-blog-item-each>.sidebar-blog-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    width: 75%;
    float: left;
    vertical-align: middle;
}

.sidebar-blog-number {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 50px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.8;
    letter-spacing: 1.7px;
    color: #f7c926;
    text-align: center;
}

.sidebar-blog-title {
    font-family: "Georgia";
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #4f5362;
}

.sidebar-blog-title a {
    color: #4f5362;
    text-decoration: none;
}

.widget .widget-title {
    text-transform: uppercase;
    font-size: 18px;
    color: #B673BC;
    letter-spacing: 1.5px;
    line-height: 27px;
    font-weight: bold;
}

.widget .widget-title img {}

.widget ul {
    padding: 0;
    margin: 0;
}

.widget li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget .search-field {
    height: 51px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 300;
    padding: 0 20px;
    width: 100%;
    line-height: 20px;
    border: solid 1px #ceb9d6;
    outline: none;
    border-radius: 0;
    background-color: rgba(206, 185, 214, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #9153a0;
}

.widget .search-field::-webkit-input-placeholder {
    color: #9153a0;
    background: url("assets/icon_search.png") no-repeat 80px 50%;
}

.widget .search-field::-moz-placeholder {
    color: #9153a0;
    background: url("assets/icon_search.png") no-repeat 80px 50%;
}

.widget .search-field:-ms-input-placeholder {
    color: #9153a0;
    background: url("assets/icon_search.png") no-repeat 80px 50%;
}

.widget .search-field:focus::-webkit-input-placeholder {
    color: transparent;
    background: none;
}

.widget .search-field:focus::-moz-placeholder {
    color: transparent;
    background: none;
}

.widget .search-field:focus:-ms-input-placeholder {
    color: transparent;
    background: none;
}

.widget_blog_top_posts .widget-title {
    font-size: 30px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: 2px;
    color: #f7c926;
}

.widget-title .img-icon-graph {
    margin-top: -18px;
    margin-right: 9px;
}

.widget_social {
    margin-top: 20px;
}

.widget_social .sidebar-social {
    margin: 20px 0;
    text-align: center;
}

.widget_social .sidebar-social a {
    font-size: 26px;
    color: #AB41BC;
    padding: 0 10px;
}

.widget_subscribe {
    margin-top: 20px;
    background: #CE91D8 url('assets/Backg_purple_side@2x.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 20px;
}

.widget_subscribe .widget-title {
    font-size: 22px;
    color: #AA41BC;
    letter-spacing: 2px;
}

.sidebar-subscribe {
    padding: 20px 0 0;
}

.sidebar-subscribe .form-group {
    position: relative;
}

.sidebar-subscribe input.form-control {
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    width: 100%;
    outline: none;
    border: 3px solid #FFFFFF;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 2px;
    border-radius: 5px;
    font-weight: 400;
}

.sidebar-subscribe input.form-control::-webkit-input-placeholder {
    color: #fff;
    font-weight: 300;
    opacity: .8;
    font-size: 15px;
}

.sidebar-subscribe input.form-control::-moz-placeholder {
    color: #fff;
    font-weight: 300;
    opacity: .8;
    font-size: 15px;
}

.sidebar-subscribe input.form-control:-ms-input-placeholder {
    color: #fff;
    font-weight: 300;
    opacity: .8;
    font-size: 15px;
}

.sidebar-subscribe button {
    height: 50px;
    padding: 0 30px;
    line-height: 1em;
    letter-spacing: 1.8px;
    text-align: center;
    background: transparent;
    border: 0;
    color: #fff;
    outline: none;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.sidebar-subscribe button:hover,
.sidebar-subscribe button:active,
.sidebar-subscribe button:focus,
    {
    background: transparent !important;
    color: #fff !important;
}

.sidebar-subscribe .ajax-message {
    font-size: 18px;
    color: #fff;
}

.sidebar-subscribe-note {
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    line-height: 16px;
}

.sidebar-subscribe-note a {
    font-weight: bold;
}

.widget_related_posts {
    margin-top: 30px;
}

.sidebar-related-posts {
    padding: 0 0 20px 0;
}

.sidebar-related-post-item {
    padding: 15px 0;
    border-bottom: 1px solid #C8D2D8;
}

.sidebar-related-post-item .related-title {
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    line-height: 23px;
}

.sidebar-related-post-item .related-title a {
    color: #000000;
}

.widget_categories {
    margin-top: 30px;
}

.sidebar-categories {
    padding: 5px 0 20px 0;
}

.sidebar-category-item {
    padding: 10px 0;
}

.sidebar-category-item .category-title {
    font-size: 15px;
    color: #4F5362;
    letter-spacing: 1px;
    line-height: 23px;
    font-weight: bold;
    text-transform: uppercase;
}

.sidebar-category-item .category-title a {
    color: #4F5362;
}

.sidebar-category-item .category-color {
    display: inline-block;
    margin-right: 10px;
    font-size: 26px;
    line-height: 15px;
}

/* Header */
#masthead {
    padding-top: 12px;
    /* border-bottom: solid 2px rgba(209, 214, 216, 0.42); */
    box-shadow: none;
    border: 0;
    margin-bottom: 10px;
}

#masthead>.container {
    padding-bottom: 0px;
}

.header-content {
    margin-top: 20px;
}

.site-navigation {
    height: 50px;
    background: transparent;
}

/* Owl Carousel */
.owl-theme .owl-pagination {
    margin-top: 20px;
    text-align: center;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 10px 13px;
    background: #CEB9D6;
    -webkit-box-shadow: inset 2px 2px 2px 0 rgba(181, 118, 197, 0.50);
    box-shadow: inset 2px 2px 2px 0 rgba(181, 118, 197, 0.50);
    border-radius: 20px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #82519E;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}

/* Full nav */

.navbar a {
    text-decoration: none;
}

.site-navigation .navbar-nav li a {
    font-weight: normal;
    text-transform: uppercase;
    text-align: right;
    padding-right: 30px;
    font-size: 14px;
    color: #6B6D74;
    letter-spacing: 1.43px;
    text-decoration: none;
}

.site-navigation .navbar-nav li a:hover,
.site-navigation .navbar-nav li a:active,
.site-navigation .navbar-nav li a:visited,
    {
    color: #9fa3a7;
    background-color: transparent !important;
    opacity: .8;
}

.site-navigation .navbar-nav li.current_page_item a {
    color: #aa41bc;
    font-weight: bold;
}

.site-navigation .navbar-nav li:last-child a {
    padding-right: 0;
}

.site-header .site-navigation .navbar-nav li a {
    color: #FFF;
}

.site-header .site-navigation .navbar-nav li a:hover,
.site-header .site-navigation .navbar-nav li a:focus,
.site-header .site-navigation .navbar-nav li a:active {
    color: #DDD;
    background: transparent;
}

#masthead .navbar .collapsing,
#masthead .navbar-collapse .collapsing {
    -webkit-transition: none;
    transition: none;
}

.logged-in .login-nav-item {
    display: none !important;
}

.site-navigation .dropdown-arrow {
    background: transparent url('assets/select-down@2x.png');
    width: 8px;
    height: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

/*
body.mobile-nav-fixed #masthead .navbar {
    top: 0px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    border-width: 0;
    background-color: #ffffff;
    padding: 0;
}

body.mobile-nav-fixed #masthead .navbar-header {
    margin-top: 1px;
    margin-bottom: -1px;
    padding: 0 15px;
    border-bottom: 1px solid #f5f1f7;
    height: 50px;
}

body.mobile-nav-fixed.mobile-nav-fixed-shown #masthead .navbar-header {
    margin-bottom: 2px;
}

body.admin-bar.mobile-nav-fixed #masthead .navbar {
    top: 32px !important;
}
*/

.nav>li>a:focus, .nav>li>a:hover {
    background: none;
}

body .mobile-menu .nav>li>a:focus, body .mobile-menu .nav>li>a:hover {
    background: #fff;
}
.nav-bar-lines {
    margin-top: 16px;
    width: 24px;
    height: 25px;
}

.nav-bar-line {
    border-bottom: 1px solid #bbb;
    background: #fff;
    height: 0;
    margin-bottom: 7px;
}

.site-header .nav-bar-line {
    border-color: #fff;
}

body.mobile-nav-fixed .site-header .nav-bar-line {
    border-color: #c5c5c5;
}

/* Bugfix make admin bar always fixed */
@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}

@media screen and (max-width: 767px) {
    #masthead {
        padding-top: 0;
    }

    #masthead .navbar-header {
        float: left;
    }

    /*
    body.admin-bar.mobile-nav-fixed #masthead .navbar {
        top: 46px !important;
    }
    body.mobile-nav-fixed #masthead .nav-phone {
        display: none;
    }
    */

    .site-navigation {
        background: #FFF;
        border-bottom: solid 1px #f5f1f7;
    }
}

body #masthead .mobile-menu {
    background-color: #ffffff;
    padding: 0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    width: 100%;
    top: 48px;
    z-index: 999;
}

body #masthead .mobile-menu .navbar-nav {
    padding: 0 30px;
    margin: 0;
}

body #masthead .mobile-menu .navbar-nav li a {
    border-bottom: 1px solid #f5f1f7;
    padding: 20px 0;
    color: #9fa3a7;
}
body #masthead .mobile-menu .navbar-nav li:last-of-type {
    padding-bottom: 10px;
    padding-top: 10px;
}
body #masthead .mobile-menu .navbar-nav li a.btn-red {
    padding: 10px 0;
    border-radius: 3px;
    max-width: 300px;
    margin: 0 auto;
}

body #masthead .mobile-menu .navbar-nav li:last-child a {
    border: 0;
}

body.mobile-nav-fixed #masthead .navbar .logo-color {
    display: block;
}

body.mobile-nav-fixed #masthead .navbar .logo-white {
    display: none;
}

@media screen and (min-width: 768px) {
    .navbar-nav>li.buy-nav-item {
        background: #FF5D71;
        border: 1px solid #FF5D71;
        -webkit-box-shadow: 0 0 50px 2px rgba(0, 0, 0, 0.10);
        box-shadow: 0 0 50px 2px rgba(0, 0, 0, 0.10);
        font-weight: bold;
        font-size: 15px;
        color: #FFFFFF;
        letter-spacing: 2px;
        margin-top: -15px;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
        text-align: center;
        margin-left: 10px;
        margin-right: 10px;
    }

    .navbar-nav>li.buy-nav-item a {
        color: #FFFFFF;
        text-align: center;
        font-weight: bold;
        padding-left: 25px;
        padding-right: 25px;
        line-height: 28px;
    }
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 25px;
    width: 84px;
    height: 20px;
    background: transparent;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #9153a0;
    cursor: pointer;
    text-transform: uppercase;
}

.back-to-top a {
    color: #9153a0;
    cursor: pointer;
}

#masthead .full-menu {
    float: right;
}

#masthead .navbar-brand {
    padding: 5px 0 0 0;
}

#masthead .no-navbar .navbar-brand {
    float: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    padding: 5px 0 0 0;
}

#masthead .landing-navbar .navbar-brand {

}
#masthead .nav-phone {
    color: #9fa3a7;
    font-size: 18px;
    padding: 8px 2px;
}
#masthead .nav-phone a {
    color: #9fa3a7;
    text-decoration: none;
    font-size: 18px;
}

@media (max-width: 767px) {
    #masthead .no-navbar .navbar-brand {
        padding: 10px 0 0 0;
    }
    #masthead .landing-navbar {
        height: auto;
    }
    #masthead .nav-phone {
        float: none !important;
        margin-top: 48px;
        text-align: center;
        width: 100%;
        padding: 0;
    }
}


#masthead .navbar {
    margin-bottom: 0;
}

#masthead .full-menu .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-icons-menu {
    padding-left: 10px;
    position: absolute;
    right: 0;
    z-index: 2;
}

.nav-icons {
    padding: 6px 6px;
}

.mobile-nav-icons-menu {
    padding-left: 8px;
}

.mobile-nav-icons-menu .nav-icons {
    padding: 12px 8px;
}

/* Drop down menu */
.account-menu-right {
    position: relative;
    padding-top: 0;
}
.small-navbar .account-menu-right {
    padding-top: 4px;
}

.dropmenu-holder {
    position: absolute;
    top: 42px;
    right: -10px;
    z-index: 101;
}

.dropmenu ul,
.dropmenu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropmenu li {
    display: block;
}

.dropmenu {
    position: relative;
    width: 248px;
    padding: 0px;
    background: #FFFFFF;
    border-radius: 5px;
    border: #d4d5d7 solid 1px;
    background: #FFF;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.dropmenu:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -8px;
    left: 210px;
}

.dropmenu:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: #d4d5d7 transparent;
    display: block;
    width: 0;
    z-index: 0;
    top: -9px;
    left: 210px;
}

.dropmenu li a {
    display: block;
    padding: 14px 16px;
    border-bottom: 1px solid #dcdde1;
    font-size: 12px !important;
    font-weight: normal !important;
    letter-spacing: 1px !important;
    color: #6B6D74 !important;
    text-transform: uppercase;
}

.dropmenu li a:hover,
.dropmenu li a:active,
.dropmenu li a:focus {
    background-color: #f5f1f7;
    color: #9153a0;
    text-decoration: none;
    border-radius: 4px;
}

/* Mobile nav */
#masthead .mobile-menu {
    float: none;
}

#masthead .mobile-menu .navbar-nav li a {
    text-align: center;
}

#masthead .navbar-toggle {
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
}

#masthead .navbar-toggle .icon-bar {
    background-color: #c5c5c5;
    height: 1px;
    margin-top: 0px;
    margin-bottom: 7px;
    width: 24px;
}

.navbar-toggle .close-nav {
    margin-top: 12px;
}

.navbar-toggle:not(.collapsed) .close-nav {
    display: block !important;
}

.navbar-toggle:not(.collapsed) .nav-bar-lines {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    #masthead .navbar-brand {
        float: none;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        position: absolute;
        padding: 10px 0 0 0;
    }
}

/* Alert */
.top-alert-wrapper {
    background: #FFFFFF;
    font-size: 18px;
    color: #9153a0;
    width: 100%;
    line-height: 36px;
}

.top-alert-wrapper .container {
    padding-bottom: 0;
}

.top-alert-wrapper .col-sm-12 {
    min-height: 0;
}

.top-alert {
    background: #FFFFFF;
    margin-bottom: 0;
}

.top-alert .btn-close {
    float: right;
    color: #000;
    vertical-align: middle;
    margin-top: 10px;
}

.top-alert .btn-learn-more {
    vertical-align: middle;
    margin: 0 30px;
}

/* Error alerts */
#subscription-boxer-messages {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    width: 75%;
    margin: 0 auto;
    opacity: .8;
    z-index: 99999999;
}

.iframe_html #subscription-boxer-messages {
    position: absolute;
    width: 100%;
    top: 0;
    margin-top: 0;
    opacity: 1;
}

.iframe_html #subscription-boxer-messages .alert:first-child {
    margin-top: 15px;
}

.iframe_html #subscription-boxer-messages .alert-list-holder {
    position: relative;
    margin-bottom: 15px;
    border: 0;
}

.iframe_html #subscription-boxer-messages .iframe-alert {
    margin-top: 15px;
    ;
}

.iframe_html #subscription-boxer-messages .alert-list-holder .error-list {
    position: absolute;
    width: 100%;
    left: 0;
}

.iframe_html #subscription-boxer-messages .alert-list-holder .error-list .alert {
    margin-bottom: 0;
    position: relative;
    z-index: 999;
}

.alert-danger a {
    color: #a94442;
    text-decoration: underline;
}

.alert {
    padding: 4px 15px;
    margin-bottom: 1px;
    border: 1px solid transparent;
    border-radius: 0;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

@media only screen and (max-width: 767px) {
    .iframe_html #subscription-boxer-messages {
        position: absolute;
        width: 100%;
        top: 40px;
    }
}

/* Modals */
.modal-dialog {
    margin: 100px auto;
    width: 720px;
    max-width: 92%;
}

.modal-content {
    position: relative;
    background-clip: padding-box;
    outline: 0;
    border-radius: 8px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.modal-header {
    padding: 65px 0 15px 0;
    border: 0;
}

.modal-header .modal-header-logo {
    display: block;
    text-align: center;
}

.modal-header .modal-header-logo span {
    display: inline-block;
}

.modal .modal-close-btn {
    position: absolute;
    top: 12px;
    right: 20px;
    cursor: pointer;
    padding: 10px;
    z-index: 9999;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #2e2e2e;
    text-decoration: none;
}

.modal .modal-heading {
    margin: 50px 0 20px;
}

.modal-body {
    position: relative;
    padding: 0 20px 0;
}

.modal-body .account-section-divider {
    margin: 0 20px 20px;
}

.modal-body-heading {
    font-size: 57px;
    font-weight: 300;
    line-height: 1.32;
    text-align: center;
    color: #9153a0;
    margin-bottom: 20px;
}

.modal-body p {
    font-size: 20px;
}
.modal-padding-box {
    padding: 0 40px;
}

@media only screen and (max-width: 767px) {

}

/* Footer */
.site-footer {
    background-color: #65346F;
    color: #fff;
    padding: 40px 0;
    font-weight: 300;
    margin-top: -20px;
    clear: both;
}

.site-footer a {
    color: #fff;
    text-decoration: none;
}

.site-footer a:hover {
    color: #eee;
}

.site-footer-column {
    padding-bottom: 30px;
}

.site-footer-heading {
    color: #fff;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 1.52px;
    line-height: 27px;
    font-weight: bold;
}

.site-footer-links a {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #fff;
}

.site-footer-contact {
    margin-bottom: 20px;
}

.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer li {
    list-style: none;
    margin: 0;
    padding: 8px 0;
}

.site-footer li a {
    padding: 0;
}

.site-footer-links {}

.site-footer-links li {
    list-style: none;
    margin: 0;
    padding: 4px 0;
    width: 46%;
    display: inline-block;
}

.site-footer-social {}

.site-footer-social i {
    font-size: 22px;
}

.site-footer .site-info {
    padding-top: 10px;
    font-size: 15px;
    font-weight: 300;
    color: #D1D6D8;
}

.site-footer .site-info-more {
    font-size: 13px;
    line-height: 140%;
    margin-top: 5px;
}

.site-footer-social li {
    float: left;
    padding-left: 0%;
    padding-right: 12%;
}

.site-footer-divider {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-top: 30px;
    clear: both;
}

.inline-input-submit {
    position: relative;
}

.site-footer-subscribe .form-group {
    width: 100%;
}

.site-footer-subscribe input.form-control {
    height: 51px;
    line-height: 50px;
    font-size: 16px;
    font-weight: normal;
    padding: 0 20px;
    width: 100%;
    border: 0;
    outline: none;
    border-radius: 100px;
    background-color: #562C5E;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.site-footer-subscribe input.form-control::-webkit-input-placeholder {
    color: #fff;
    font-weight: 300;
    opacity: .8;
}

.site-footer-subscribe input.form-control::-moz-placeholder {
    color: #fff;
    font-weight: 300;
    opacity: .8;
}

.site-footer-subscribe input.form-control:-ms-input-placeholder {
    color: #fff;
    font-weight: 300;
    opacity: .8;
}

.site-footer-subscribe button {
    top: 0;
    right: 0;
    position: absolute;
    height: 51px;
    padding: 0 30px;
    line-height: 1em;
    letter-spacing: 1.8px;
    text-align: center;
    background: transparent url('assets/Arrow-right-white.png') no-repeat 50% 50%;
    border: 0;
    color: #9153a0;
    outline: none;
    border-radius: 0;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .site-footer-subscribe button {
        background: transparent url('assets/Arrow-right-white@2x.png') no-repeat 50% 50%;
        background-size: 18px 14px;
    }
}

.site-footer-subscribe button.btn:hover,
.site-footer-subscribe button.btn:active,
.site-footer-subscribe button.btn:focus {
    opacity: .8;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.site-footer-subscribe .ajax-message {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .site-footer-first {
        text-align: center;
        clear: both;
    }

    .site-footer-column {
        padding: 0 40px;
    }

    .site-footer-fourth {
        clear: both;
        margin-bottom: 15px;
    }

    .site-footer-second {
        clear: both;
    }

    .site-footer-column .site-footer-heading {
        text-align: center;
    }

    .site-footer-first .site-footer-links ul li {
        text-align: left;
    }

    .site-footer-second .site-footer-links ul li {
        text-align: left;
    }

    .site-footer-third .site-footer-links ul li {
        text-align: right;
    }

    .site-footer-links {
        width: 100%;
        float: none;
    }

    .site-footer-links li {
        width: 49%;
    }

    .site-footer-first .site-footer-links ul li:nth-child(even) {
        text-align: right;
        float: right;
    }

    .site-footer-first .site-footer-links ul li:nth-child(odd) {
        text-align: left;
        float: left;
    }

    .site-footer-links ul li a {
        font-size: 16px;
    }

    .site-footer .site-info {
        padding-top: 0;
        color: #fff;
        font-size: 11px;
    }

    .site-footer .site-info-more {
        font-size: 11px;
    }

    .site-footer .site-info a {
        color: #fff;
    }

    .site-footer-social {
        clear: both;
        margin-top: 30px;
        margin-left: 0;
        width: 100%;
        float: none;
    }

    .site-footer-social ul {
        text-align: center;
    }

    .site-footer-social li {
        float: none;
        display: inline-block;
        text-align: center;
        padding-left: 8%;
        padding-right: 8%;
    }

    .site-footer-subscribe .ajax-message {
        text-align: center;
    }

    .site-footer-contact {
        text-align: center;
        margin-bottom: 20px;
    }
}

.site-footer-purple {
    background: #36013E;
}
.site-footer-purple a {
    color: #643E69
}

/* Popup boxes */
.popup-box * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.popup-box {
    width: 570px;
    position: fixed;
    right: 80px;
    bottom: 0;
    font-size: 21px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    color: #ffffff;
    background-color: #9153a0;
    z-index: 101;
}

.popup-box-close {
    position: absolute;
    right: 5px;
    top: 5px;
    display: inline-block;
    width: 25px;
    height: 25px;
}

.popup-box-close img {
    max-width: 100%;
}

.popup-box-heading {
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
}

.popup-box-noheader .popup-box-heading {
    font-size: 37px;
    font-weight: 300;
    margin-top: 10px;
}

.popup-box-form {
    padding: 15px 30px 50px 30px;
}

.popup-box-line {
    clear: both;
}

.popup-box-line-left {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.popup-box-line-right {
    float: left;
    width: 48%;
}

.popup-box-line-full {
    width: 100%;
}

.popup-box-center {
    text-align: center;
}

.popup-field {
    margin-bottom: 15px;
}

.popup-box-form input.popup-field,
.popup-box-form textarea.popup-field {
    margin-bottom: 20px;
    height: 51px;
    line-height: 50px;
    font-weight: normal;
    font-size: 21px;
    width: 100%;
    line-height: 20px;
    outline: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-bottom: solid 1px #ceb9d6;
    background-color: transparent;
    padding-left: 0;
    color: #ffffff;
}

.popup-box-form .popup-field::-webkit-input-placeholder {
    color: #ffffff;
    font-weight: 300;
}

.popup-box-form .popup-field::-moz-placeholder {
    color: #ffffff;
    font-weight: 300;
}

.popup-box-form .popup-field:-ms-input-placeholder {
    color: #ffffff;
    font-weight: 300;
}

.popup-box-form button,
.popup-box-form input[type=submit] {
    margin: 15px 0 0 0;
    min-width: 200px;
    height: 51px;
    padding: 0 30px;
    line-height: 1em;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.8px;
    text-align: center;
    background-color: transparent;
    border: solid 2px #ffffff;
    color: #ffffff;
    outline: none;
    border-radius: 0;
    text-transform: uppercase;
}

.popup-box-form button.btn:hover,
.popup-box-form input[type=submit]:hover,
.popup-box-form button.btn:active,
.popup-box-form input[type=submit]:active .popup-box-form button.btn:focus,
.popup-box-form input[type=submit]:focus {
    background-color: transparent !important;
    border: solid 2px #fefefe !important;
    color: #fefefe !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: .8;
}

@media only screen and (max-width: 767px) {
    .popup-box {
        width: 100%;
        right: 0;
    }
}

.popup-box-form .ajax-message {
    font-size: 26px;
    font-weight: normal;
    color: #FEFEFE;
}

/* WooCommerce colors */
.woocommerce-message {
    border-top-color: #9153a0;
    color: #9153a0;
}

.woocommerce-message::before {
    color: #9153a0;
}

.woocommerce-info {
    border-top-color: #9153a0;
    color: #9153a0;
}

.woocommerce-info::before {
    color: #9153a0;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin-bottom: 15px;
}

.woocommerce-form__label input[type=checkbox] {
    position: static;
}

body.woocommerce-account.not-logged-in h1.page-title {
    display: none;
}
body.woocommerce-account.woocommerce-lost-password h1.page-title {
    display: block;
}
#customer_login {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
#customer_login .u-column1, #customer_login .u-column2 {
    display: block;
    width: 100%;
}

.loginOrRegister {
    border-top: 1px solid #cbd2d6;
    position: relative;
    margin: 25px 0 10px;
    text-align: center;
}
.loginOrRegister .textOr {
    background-color: #fff;
    padding: 0 .5em;
    position: relative;
    color: #6c7378;
    top: -.7em;
}

.woocommerce-MyAccount-navigation {
    display: none !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    margin: 0 auto;
    width: 100%;
}

body.woocommerce-edit-account h1.page-title,
body.woocommerce-view-order h1.page-title {
    text-align: center;
}

.woocommerce-MyAccount-navigation {
    background: #f2f2f2;
    padding: 20px;
}

.woocommerce-MyAccount-navigation ul {
    margin: 0px;
    padding: 0px !important;
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: none;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
}
.woocommerce-MyAccount-navigation li a {
    text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li:last-of-type {
    border-bottom: 0;
}

.woocommerce-MyAccount-navigation li a {
    color: #000 !important;
}

.sidebar-account-widget {
    background: #f2f2f2;
    padding: 20px;
}

.sidebar-account-widget ul {
    margin: 0px;
    padding: 0px !important;
}

.sidebar-account-widget ul li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
}

.sidebar-account-widget ul li:last-of-type {
    border-bottom: 0;
}

.sidebar-account-widget li a {
    color: #000 !important;
}

.sidebar-account-widget {
    background: #f2f2f2;
    padding: 20px;
}

.sidebar-account-widget ul {
    margin: 0px;
    padding: 0px !important;
}

.sidebar-account-widget ul li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
}

.sidebar-account-widget ul li:last-of-type {
    border-bottom: 0;
}

.sidebar-account-widget li a {
    color: #000 !important;
}

body.woocommerce-page h1.page-title {
    color: #2e2e2e;
    text-transform: none;
    font-size: 40px;
    letter-spacing: normal;
    line-height: 50px;
    font-weight: 500;
}

body.woocommerce-page h2 {
    color: #2e2e2e;
    font-size: 40px;
    text-transform: none;
    letter-spacing: normal;
    line-height: 50px;
    font-weight: 500;
}

body.woocommerce-page h3 {
    color: #2e2e2e;
    font-size: 24px;
    text-transform: none;
    letter-spacing: normal;
    line-height: 34px;
    font-weight: 500;
}

body.woocommerce-checkout h1.page-title {
    display: none;
}

body.woocommerce-checkout h3#ship-to-different-address label {
    color: #2e2e2e;
    padding-left: 25px;
    text-transform: uppercase;
}

body.woocommerce-checkout label#ship-to-different-address {
    color: #2e2e2e;
    text-transform: uppercase;
}

body.woocommerce-checkout h3#ship-to-different-address label span {
    color: #2e2e2e;
    padding-left: 10px;
}

.woocommerce form .form-row label,
.section-my-account form label {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    display: block;
}

.section-my-account form label {
    margin-top: 15px;
}

.section-my-account form input[type=text],
.section-my-account form select {
    width: 100%;
}

.woocommerce form .form-row legend {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    padding-top: 10px;
}

.woocommerce form .form-row .select2-container,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select,
.woocommerce-page form .form-row .input-text,
.section-my-account form input:not([type=submit]),
.section-my-account form select {
    border: 1px solid #aaa;
    font-size: 1.5em;
    padding: 8px;
    ;
    border-radius: 6px;
}

.woocommerce form .form-row .input-text::-webkit-input-placeholder {
    color: #bbb;
}

.woocommerce form .form-row .input-text:-ms-input-placeholder {
    color: #bbb;
}

.woocommerce form .form-row .input-text::-moz-placeholder {
    color: #bbb;
}

.woocommerce form .form-row .input-text:-moz-placeholder {
    color: #bbb;
}

.select2-dropdown {
    border-color: #aaa;
}

.woocommerce form .form-row .select2-container--default .select2-selection--single {
    border: 0;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border: 1px solid #aaa;
    font-size: 1.5em;
    padding: 8px;
    ;
}

.woocommerce form.checkout .form-row.woocommerce-invalid label {
    color: #FF5D71;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border: 1px solid #FF5D71;
}

.woocommerce form .form-row .required {
    color: #FF5D71;
    font-weight: 700;
    border: 0;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    text-transform: uppercase;
    padding: 1em;
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
    text-transform: uppercase;
    font-weight: bold;
    background-color: #9153a0;
    display: block;
    text-align: center;
    font-size: 1.25em;
    padding: 1em;
}

.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover {
    background-color: #9153a0;
    opacity: .8;
}

a.button,
button.button,
input.button,
.section-my-account input[type=submit] {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    padding: 1em;
}

a.button:hover,
button.button:hover,
input.button:hover,
.section-my-account input[type=submit]:hover {
    background-color: #ebe9eb;
    opacity: .8;
}

/* Profile, Questionaire, Nutri-Therapy Report */
.account-section {
    padding: 30px 0;
}

.account-section-block {
    padding: 22px 35px 0;
    margin: 30px 0;
}

.account-section-block-borders {
    padding: 22px 35px;
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.03);
    border-radius: 4px;
}
.account-section-block-borders-alt {
    padding: 12px 15px;
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.03);
    border-radius: 4px;
}

.account-section-title {
    font-size: 26px;
    color: #333333;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 36px;
}

.account-section-title-alt {
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: normal;
    color: #333333;
}

.account-section-subtitle {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2e2e2e;
}
.account-section-subtitle-alt {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #2e2e2e;
}
.account-section-subtitle-alt a {
    color: #2e2e2e;
    text-decoration: none;
}

.account-section-description {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.45;
    letter-spacing: 0.3px;
    color: #2e2e2e;
}

.account-section-block-line {
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    margin: 5px -35px;
}

.account-section-divider {
    border-bottom: 3px solid #9E4BB6;
    margin: 20px 0 10px 0;
}

.section-profile-edit {
    padding-top: 0;
}

.account-section-perct {
    font-size: 27px;
    color: #2e2e2e;
    letter-spacing: 0;
    line-height: 27px;
}

.account-section-intro {
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: normal;
    color: #2e2e2e;
}

.account-section-fields {

}

.account-section-fields-description {
    margin-top: 20px;
}

.btn-grey-box {
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    border: solid 1px #d5dfe9;
    padding: 4px 12px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6d86a1;
    display: inline-block;
    cursor: pointer;
}

.btn-grey-box img {
    margin-left: 10px;
}

.block-profile-questionaire {
    margin-left: 60px;
}

.block-profile-questionaire .account-section-perct {
    padding: 0 20px;
}

.questionaire-form-graph {
    margin-top: 10px;
}

.signup-form table th,
.signup-form table td {
    font-size: 20px;
}

.form-message {
    clear: both;
}

/* borderless table */
.table.table-borderless td,
.table.table-borderless th {
    border: 0 !important;
}

.table.table-borderless {
    margin-bottom: 0px;
}

/* User Profile */

.account-section-label {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    margin-bottom: 16px;
    white-space: nowrap;
}

.account-section-label-link {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #2196f3;
    display: block;
    margin: 0 0 15px;
    text-decoration: none;
}

.account-section-label-link img {
    margin-bottom: 4px;
}

.account-section-group {
    font-size: 14px;
    min-height: 40px;
}

.account-section-group-alt {
    margin-top: 16px;
}

.account-section-alt-title {
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #4c6072;
}

.account-edit-link {
    margin-left: 5px;
    color: #a2a2a2;
    font-size: 14px;
    text-decoration: none;
}

.section-current-program {
    background-color: #f8faf9;
}

.account-box {
    border-radius: 4px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.03);
    padding: 22px;
}

.account-box-title {
    font-size: 16px;
    color: #4c6072;
}

.account-box-charts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0;
}

.account-box-charts>[class*='col-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 768px) {
    .account-box-charts>.col-sm-6 {
        width: 50%;
        margin-left: 0;
        margin-right: -5px;
    }

    .account-box-charts>.col-sm-6:nth-of-type(2) {
        width: 50%;
        margin-left: 0;
        margin-right: 0;
    }

    .account-box-charts>.col-sm-4 {
        width: 33%;
        margin-left: 0;
        margin-right: -5px;
    }

    .account-box-charts>.col-sm-4:nth-of-type(3) {
        width: 33%;
        margin-left: 0;
        margin-right: 0;
    }
}

.account-box-chart {
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    border: solid 1px #d5dfe9;
    float: left;
    font-size: 14px;
    letter-spacing: 0.3px;
    color: #9bacbe;
    padding: 22px 15px;
}

.account-box-chart-a {
    margin: 40px 0;
}

.account-box-chart-b {
    margin: 20px 0;
}

.account-box-chart-c {
    margin: 0 0;
}

.account-box-chart-title {
    font-size: 24px;
    color: #6d86a1;
    margin-bottom: 10px;
}

.account-box-chart-a .account-box-chart-title {
    font-size: 24px;
}

.account-box-chart-b .account-box-chart-title {
    font-size: 20px;
}

.account-box-chart-c .account-box-chart-title {
    font-size: 20px;
}

.account-box-chart-subtitle {
    font-size: 12px;
    color: #6d86a1;
    margin-bottom: 10px;
}

.account-box-chart-description {
    padding: 10px 10px 0;
}

.account-box-chart-description .chart-line-item {
    margin-bottom: 20px;
}

.account-box-chart-description .chart-line-item-name {
    font-size: 14px;
    letter-spacing: 0.3px;
    color: #2196f3;
    cursor: pointer;
}

.account-box-chart-description .chart-line-item-name img {
    margin-right: 5px;
}

.account-box-chart-description .chart-line-item.chart-shown img {
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg);
}

.account-box-chart-description .chart-line-item-sub {
    font-size: 10px;
    margin: 5px 0 5px 18px;
    color: #2196f3;
    display: none;
}

.account-box-chart-description .chart-line-item.inactive .chart-line-item-name {
    color: #9bacbe;
}

.account-box-chart-description .chart-line-item.inactive .chart-line-item-sub {
    color: #9bacbe;
}

.dot-a {
    width: 8px;
    height: 8px;
    background-color: #d1c3e9;
    border-radius: 8px;
    display: inline-block;
    margin: 6px 8px 10px;
}

.dot-b {
    width: 8px;
    height: 8px;
    background-color: #9475cd;
    border-radius: 8px;
    display: inline-block;
    margin: 6px 8px 10px;
}

.dot-c {
    width: 8px;
    height: 8px;
    background-color: #6739b7;
    border-radius: 8px;
    display: inline-block;
    margin: 6px 8px 10px;
}

.dot-label {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    display: inline-block;
}


.account-edit-btn {
    width: auto;
    height: 17px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a2a2a2;
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .account-box-charts>.col-sm-4 {
        margin-right: -2px;
    }

    .account-box-chart-description {
        padding: 0;
    }
}


@media (max-width: 767px) {
    .section-profile-edit .report-label-links {
        margin-bottom: 20px;
    }
    .account-section-label {
        margin-bottom: 6px;
        margin-top: 16px;
    }
}

.account-section-subtitle-subtext {
    font-weight: 500;
    font-size: 12px;
    color: #B5B5B5;
    letter-spacing: 0;
}

.category-gpa-table {
    font-family: 'Lato';
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    margin-top: 5px;
    border:0;
}
.category-gpa-table>thead>tr>th {
    font-family: "brandon-grotesque", sans-serif;
    border-bottom: 0;
    font-size: 12px;
    color: #2E2E2E;
    padding: 6px 2px;
}
.category-gpa-table>tbody>tr>td, .category-gpa-table>tbody>tr>th, .category-gpa-table>tfoot>tr>td, .category-gpa-table>tfoot>tr>th {
    padding: 2px;
    border: 0;
    vertical-align: middle;
    line-height: 1.3;
}
.category-gpa-table>tbody>tr:nth-of-type(odd) {
    background: #F0F0F0;
}
.category-gpa-table a {
    color: #333333;
    text-decoration: none;
}
.category-gpa-table>tbody>tr>td.category-gpa-table-grade {
    text-align: center;
}
.category-gpa-table-grade-letter {
    width: 20px;
    text-align: left;
    display: inline-block;
}

.chart-labels {
    font-family: 'Lato';
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    margin-top: 20px;
}
.chart-labels span {
    color: #aeaeae;
}
.chart-label-row {
    margin: 10px 5px;
    clear: both;
}
.chart-label-row-text {
    margin: 0 0 0 30px;
}
.chart-sq {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background-color: #eee;
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
}
.chart-sq-a {
  background-color: #ab41bc;
}
.chart-sq-b {
  background-color: #b673bc;
}
.chart-sq-c {
  background-color: #f7c926;
}
.chart-sq-d {
  background-color: #fb8853;
}
.chart-sq-f {
  background-color: #ff5d71;
}

.chart-sq-1 {
  background-color: #6739b7;
}
.chart-sq-2 {
  background-color: #9475cd;
}
.chart-sq-3 {
  background-color: #d1c3e9;
}

.section-report-card .chart-sq {
  width: 9px;
  height: 9px;
  margin: 0 4px;
}

/* lite report overlay */

.report-section-disabled {
    position: relative;
}
/*
.report-section-disabled::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.60);
    z-index: 1;
    border-radius: 4px;
}
.report-section-disabled > * {
    z-index: 100;
}
*/
.report-section-disabled-content {
    display: none;
}
.report-section-disabled-content {
    color: #fff;
}
.report-section-disabled-content a {
    color: #fff;
}
.report-section-disabled .report-section-disabled-content {
    display: block;
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 60px);
    text-align: center;
    background: rgba(0,0,0,0.65);
    z-index: 1;
    border-radius: 4px;
    top: 30px;
}
.report-section-disabled-content-inner {
    margin: 0;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    display: table;
}
.report-section-disabled-content-cell {
    display: table-cell;
    vertical-align: middle;
}

/* Disable sections on Category blocks */
.section-report-card .report-section-disabled .account-section-block * {
    z-index: -22;
}
.section-report-card .report-section-disabled .account-section-block {
    cursor: pointer;
}
.section-report-card .report-section-disabled .account-section-block .btn-learn-more {
    z-index: 2;
}
.section-report-card .report-section-disabled a {
    z-index: 2
}
.section-report-card .report-section-disabled .account-section-title a {
    position: relative;
}
.section-report-card .report-section-disabled .report-section-disabled-content {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    z-index: -1;
}
.section-report-card .report-section-disabled .report-section-disabled-content-inner {
    z-index: 0;
}

/* Disabled sections on Additonal category blocks */
.section-report-additional-cats .report-section-disabled .report-section-disabled-content {
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
}
.report-row-additional-cat {
    position: relative;
}
.report-row-additional-cat .btn-learn-more {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}

.report-section-disabled-content-inner .img-white-lock {
    margin-bottom: 10px;
}
.report-section-disabled-content-inner hr {
    background: #fff;
    height: 3px;
    border:0;
    max-width: 58%;
    margin: 15px auto 15px;
}
.report-disabled-title {
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
}
.report-disabled-description {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
}
.report-disabled-action {
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    margin-top: 15px;
}
.report-disabled-action a {
    color: #FFFFFF;
    text-decoration: underline;
}
.report-disabled-description a {
    text-decoration: none;
}
@media (max-width: 767px) {
    .report-section-disabled .report-section-disabled-content {
        height: 100%;
        top: 0;
        left: 15px;
    }
    .section-report-card .report-section-disabled .report-section-disabled-content {
        height: 100%;
        top: 0;
    }
}

/* verticle center bonus points data lifestyle */
.row-report-dash .row-report-dash-col .account-data-lifestyle {
    height: 100%;
}
.row-report-dash .row-report-dash-col .account-data-lifestyle > .row {
    height: calc( 100% - 30px);
}
.row-report-dash .row-report-dash-col .account-data-lifestyle > .row  > .col-xs-12{
    display: table;
    height: 100%;
}
.data-lifestyle-left {
    text-align: center;
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.data-lifestyle-right {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.data-lifestyle-right .chart-sq {
    float: left;
    margin-bottom: 30px;
    margin-right: 8px;
    margin-top: 3px;
}

.lifestyle-bonus {
    white-space: nowrap;
    display: inline-block;
}
.lifestyle-bonus-points {
    font-weight: 500;
    font-size: 60px;
    color: #6739B7;
    letter-spacing: 1.33px;
    text-align: center;
    line-height: 1;
    border-bottom: 2px solid #6739B7;
}
.lifestyle-bonus-points-label {
    text-transform: uppercase;
    font-size: 14px;
    color: #2E2E2E;
    letter-spacing: 0;
    text-align: center;
}

.life-style-actions-other {
    font-size: 12px;
    color: #B5B5B5;
    letter-spacing: 0;
    text-align: center;
}
@media (max-width: 991px) {
    .lifestyle-bonus-points {
        margin-top: 20px;
    }
    .data-lifestyle-left {
        width: 100%;
        float: none;
        margin-top: 0;
        margin-bottom: 10px;
        display: block;
    }
    .data-lifestyle-right {
        width: 100%;
        float: none;
        display: block;
    }
}
@media (max-width: 767px) {
    .category-gpa-table {
        border: 0;
    }
    .category-gpa-table-actions {
        display: none;
    }
    .chart-labels {
        width: 210px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .data-lifestyle-left {
        width: 50%;
        float: none;
        display: table-cell;
    }
    .data-lifestyle-right {
        text-align: left;
        width: 50%;
        float: none;
        display: table-cell;
    }
}

.category-sku-table-heading {
    font-weight: bold;
    font-size: 18px;
    color: #2E2E2E;
    letter-spacing: 2px;
    line-height: 24px;
}
.category-sku-table-row {
    font-size: 20px;
    color: #2E2E2E;
    letter-spacing: 0;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.category-sku-table-title {
    font-weight: 500;
}
.category-sku-table-products-detail {
    margin: 10px 0 0;
}

.category-sku-table-data .chart-labels {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
}
.category-sku-table-data a {
    color: #2196F3;
}

.category-sku-table-data .chart-label-row-text {
    margin: -5px 0 0 30px;
    font-size: 15px;
    line-height: 20px;
}

.account-section-block-line {

}

@media (max-width: 767px) {
    .category-sku-table-heading {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .category-sku-table-heading-img {
        margin-top: 0;
    }
    .category-sku-table-img {
        text-align: center;
    }
    .category-sku-table-img img {
        width: 50%;
        height: auto;
    }
    .category-sku-table-data .chart-labels {
        max-width: 100%;
        width: 100%;
    }
    .category-sku-table-data .chart-label-row {
        margin-left: 0;
        margin-right: 0;
    }
    .category-sku-table-data .chart-sq {
        margin: 4px 10px 20px 0;
        vertical-align: middle;
        float: left;
        clear: both;
    }

    .category-sku-table-swiper {
        padding-bottom: 50px !important;
        position: relative;
    }

    .category-sku-table-row {
        margin-top: 0;
    }

    .section-report-products .account-section-block-borders {
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        margin-bottom: 0;
    }
    .category-sku-table-swiper .category-sku-table-row {
        padding: 22px 15px;
        -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.03);
        box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.03);
        border-radius: 4px;
        width:86%;
    }
}

/* Report recommendations summary */

.section-report-recommendation-summary {

}

.report-detail-view-alt {
    font-family: "Lato";
    font-size: 14px;
    color: #6D86A1;
    letter-spacing: 0;
}

.report-recommendations-table {
    font-weight: normal;
    font-size: 18px;
    color: #2E2E2E;
    line-height: 24px;
}
.report-recommendations-table th {
    font-weight: 500;
    vertical-align: bottom;
    line-height: 22px;
    padding: 4px 16px;
}
.report-recommendations-table td {
    vertical-align: top;
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 16px;
}
.report-recommendations-table tr:last-of-type td {
    border-bottom: 0;
}

.report-recommendations-table .recommendations-table-number-col {
    padding-left: 4px;
    padding-right: 0;
    padding-top: 6px;
    border-bottom: 0;
}

.report-recommendations-table-div {
    border-bottom: 2px solid #6739B7;
    margin-top: 12px;
}
.report-recommendations-table strong {
    font-weight: 500;
}

a.purple-link {
    color: #AB41BC;
    text-decoration: none;
}
a.purple-link:hover {
    color: #AB41BC;
    text-decoration: underline;
}
a.blue-link {
    color: #2196F3;
    text-decoration: none;
}
a.blue-link:hover {
    text-decoration: underline;
}
a.grey-link {
    color: #D1DAE0;
    text-decoration: none;
}
a.grey-link:hover {
    text-decoration: underline;
}

.recommendations-table-number {
    font-weight: 500;
    font-size: 80px;
    color: #E4E9EC;
    letter-spacing: -7px;
    line-height: 80px;
    text-align: center;
    width: 60px;
    white-space: nowrap;
}
.recommendations-table-number-checked {
    font-size: 60px;
    line-height: 60px;
    margin: 0 20px;
    text-align: center;
}
.recommendations-table-links {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #B5B5B5;
    letter-spacing: 0;
    margin-top: 10px;
}
.recommendations-table-links a {
    font-size: 12px;
    color: #B5B5B5;
    text-decoration: none;
}
.recommendations-table-links a:hover {
    text-decoration: underline;
}
.recommendations-table-links a.red-link {
    color: #ff5d71;
    text-decoration: none;
}
.recommendations-table-title {
    font-weight: 500;
}

.report-table-following thead {
    visibility: hidden;
    height: 0;
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.report-table-following thead th {
    height: 0;
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.report-table-following td {
    opacity: .5;
}

.report-table-notfollowing tr:nth-of-type(1n+4) {
    display: none;
}
.rec-notfollowing-view-all {
    margin: 20px 15px 20px 60px;
}

.data-report-recommend-modal-number {
    font-size: 80px;
    color: #E4E9EC;
    letter-spacing: 3.2px;
    line-height: 50px;
    vertical-align: top;
    margin-right: 8px;
}
.data-report-recommend-modal-description {
    font-size: 20px;
    color: #2E2E2E;
    letter-spacing: 0;
    line-height: 24px;
    max-width: 440px;
    margin: 0 auto;
}

.report-rec-summary-desktop .account-section-block {
    padding-left: 20px;
}
.report-rec-summary-desktop .account-section-block .section-report-recommendation-summary-heading {
    padding-left: 10px;
}

@media (max-width: 767px) {
    .section-report-recommendation-summary .btn-red {
        width: 100%;
    }
    .section-report-recommendation-summary .account-section-block-borders {
        padding: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .report-recommendations-table th,
    .report-recommendations-table td {
        display: block;
    }
    .report-recommendations-table td:first-of-type {
        float: left;
        width: 15%;
    }
    .report-recommendations-table td {
        float: right;
        width: 84.6%;
    }
    .report-recommendations-table thead {
        display: none;
    }
}

.section-report-recommendation-summary .swiper-container {
    width: 100%;
    height: 100%;
    margin-top: 20px;
}
.section-report-recommendation-summary .swiper-wrapper {
    width: 100%;
    height: 100%;
    margin-left: -20px;
}
.section-report-recommendation-summary .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 80%;
    height: auto;
    align-self: stretch;
}

.section-report-recommendation-summary .swiper-slide {
    padding: 22px 12px 22px 6px;
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.03);
    border-radius: 4px;
    border: 1px solid #eee;
}

.section-report-recommendation-summary .swiper-container {
    padding-bottom: 30px !important;
}
.section-report-recommendation-summary .swiper-container-horizontal>.swiper-pagination-bullets,
.section-report-recommendation-summary .swiper-pagination-custom,
.section-report-recommendation-summary .swiper-pagination-fraction {
    bottom: 0 !important;
}

body .swiper-pagination-bullet {
    background: #eee;
    opacity: 1;
}
body .swiper-pagination-bullet-active {
    background: #D8D8D8;
}

.recommendation-mobile-number {
    width: 22%;
    float: left;
    font-weight: 500;
    font-size: 80px;
    color: #E4E9EC;
    letter-spacing: 3.2px;
    line-height: 60px;
    text-align: center;
}
.recommendation-mobile-detail {
    float: right;
    width: 77.6%;
    text-align: left;
}

.recommendation-mobile-detail p {
    margin-bottom: 20px;
}

.recommendation-mobile-links {
    font-size: 12px;
    color: #B5B5B5;
    letter-spacing: 0;
}
.recommendation-mobile-links a {
    color: #B5B5B5;
    letter-spacing: 0;
    text-decoration: none;
}


@media (max-width: 767px) {
    .section-report-recommendation-summary {
        padding-top: 0;
    }
    .section-report-recommendation-summary-heading {
        padding-left: 15px;
        padding-right: 15px;
    }

    .report-recommendations-table-div {
        margin: 15px 0;
    }
    .recommendation-mobile-head {

    }
}

.gpa-video-wrap {
    width: 100%;
    height: 195px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}
.gpa-video-wrap video.gpa-vid {
    width: 570px;
    margin-left: calc((100% - 570px) / 2);
    position: relative;
    z-index: -1;
}

/* Recommended products swiper */

.report-recommended-products-swiper .swiper-wrapper {
    margin: 0 0;
}
.report-recommended-products-swiper .swiper-slide {
    margin: 0 0;
    display: block;
    flex: none;
}

.section-report-recommended {
    background: #FCFDFC;
}

@media (max-width: 767px) {
    .section-report-recommended {
        overflow-x: hidden;
    }
    .report-recommended-products-swiper {
        padding-bottom: 40px;
    }

    .section-report-recommended .swiper-container-horizontal>.swiper-pagination-bullets,
    .section-report-recommended .swiper-pagination-custom,
    .section-report-recommended .swiper-pagination-fraction {
        bottom: 0;
    }
}


/* Nutri Signup Steps */

.page-template-page-nutri-signup-step1 .site-footer,
.page-template-page-nutri-signup-step2 .site-footer,
.page-template-page-nutri-signup-step2b .site-footer,
.page-template-page-nutri-signup-step3 .site-footer{
    background-color: transparent;
    color: #999;
    margin-top: 600px;
    padding-bottom: 10px;
}

.page-template-page-nutri-signup-step1 .site-footer-white .img-logo,
.page-template-page-nutri-signup-step2 .site-footer-white .img-logo,
.page-template-page-nutri-signup-step2b .site-footer-white .img-logo,
.page-template-page-nutri-signup-step3 .site-footer-white .img-logo {
    display: none;
}
.page-template-page-nutri-signup-step1 .site-footer-white .img-logo-purple,
.page-template-page-nutri-signup-step2 .site-footer-white .img-logo-purple,
.page-template-page-nutri-signup-step2b .site-footer-white .img-logo-purple,
.page-template-page-nutri-signup-step3 .site-footer-white .img-logo-purple {
    display: inline-block;
}

.site-footer-white {
    color: #999;
}
.site-footer-white a,
.site-footer-white a:hover,
.site-footer-white a:active,
.site-footer-white a:visited {
    color: #999;
    text-decoration: none;
}
.site-footer-white .img-logo-purple {
    display: none;
}

.numbered-steps {
	font-size: 80px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 100%;
	letter-spacing: 4px;
	color: #e4e9ec;
	margin: 0 auto 10px;
    text-align: center;
    display: flex;
}
.numbered-step {
	width: 10%;
    vertical-align: top;
	text-align: center;
    flex: 1;
}
.numbered-step-divider {
	width: 22%;
	margin: 42px 5%;
	border-bottom: 1px solid #979797;
	height: 1px;
    vertical-align: top;
    flex: 1;
}
.numbered-step-active {
	color: #ab41bc;
}
@media (max-width: 767px) {
	.numbered-step {
		width: 18%;
	}
	.numbered-step-divider {
		width: 15%;
		margin-left: 1%;
		margin-right: 1%;
	}
}

.signup-grey-text {
    font-size: 20px;
    color: #AFAFAF;
    letter-spacing: 0;
    text-align: center;
    line-height: 40px;
}
.signup-intro {
	font-size: 26px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: normal;
	text-align: center;
	color: #2e2e2e;
}
.signup-alt-title {
    font-size: 20px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: normal;
	text-align: center;
	color: #2e2e2e;
}
.signup-form {
	margin: 10px auto;
}
.signup-form input {
	width: 100%;
	border-radius: 2px;
	background-color: #ffffff;
	border: 1px solid #979797;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.35;
	letter-spacing: 4px;
	color: #2e2e2e;
	padding: 10px;
}
.signup-form input::-webkit-input-placeholder {
    color: #91a6b2;
}
.signup-form input::-moz-placeholder {
    color: #91a6b2;
}
.signup-form input:-ms-input-placeholder {
    color: #91a6b2;
}

.signup-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
	border-radius: 2px;
	border: 1px solid #979797;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.35;
	letter-spacing: 4px;
	color: #BA31C2;
	padding: 10px 20px 10px 10px;
    height: 49px;
    max-width: 100%;
    margin-right: 10px;
    background: #ffffff url('assets/select-down.png') no-repeat 94% 50%;
}

.signup-form select::-webkit-input-placeholder {
    color: #4C6072;
}
.signup-form select::-moz-placeholder {
    color: #4C6072;
}
.signup-form select:-ms-input-placeholder {
    color: #4C6072;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .signup-form select {
        background: #fff url('assets/select-down@2x.png') no-repeat 94% 50%;
        background-size: 8px 8px;
    }
}


.signup-button {
    background: #FF5D71;
    border-radius: 2px;
    font-weight: 900;
    color: #FFFFFF;
    font-size: 15px;
    letter-spacing: 2px;
    text-align: center;
    outline: none;
    border: 0;

	display: inline-block;
    padding: 0 60px;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}
.signup-button-green {
    border: 1px solid #5AA5B6 !important;
    color: #fff !important;
	background: #5AA5B6;
    text-decoration: none;
}
.signup-button:hover,
.signup-button:active,
.signup-button:focus,
.signup-button.active {
    opacity: 0.8;
    text-decoration: none;
    color: #FFFFFF;
}

.signup-button[disabled]:hover,
.signup-button[disabled]:active,
.signup-button[disabled]:focus,
.signup-button[disabled].active {
    opacity: 0.8;
    text-decoration: none;
}

.signup-form .form-group {
    text-align: center;
}

.signup-form input[type=file] {
    font-size: 16px;
    letter-spacing: 0;
}

.signup-form label, .signup-form label {
    font-size: 20px;
}
.signup-form .checkbox label, .signup-form .radio label {
    padding-left: 30px;
}
.signup-form input[type=checkbox],
.signup-form input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #fff;
    color: #AB41BC;
    top: 8px;
    height: 26px;
    width: 26px;
    border: 1px solid #AB41BC;
    border-radius: 2px;
    cursor: pointer;
    outline: none;
    padding: 0;
    float: none;
    left: -10px;
    margin: 0px 0 0;
}

.signup-form .nutri-terms-checkbox input[type=checkbox],
.signup-form .nutri-terms-checkbox input[type=radio] {
    float: left;
}

.signup-form input[type=checkbox]:checked::before,
.signup-form input[type=radio]:checked::before {
    position: absolute;
    font: 26px/1 'Arial', sans-serif;
    left: 4px;
    top: -1px;
    content: '\02143';
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    color: #AB41BC;
}

.signup-form input[type=checkbox]:hover,
.signup-form input[type=radio]:hover {
    border-color: #AB41BC;
    opacity: .8;
}

.signup-form input[type=checkbox]:checked,
.signup-form input[type=radio]:checked {
    border-color: #AB41BC;
}

.signup-form .nutri-terms-checkbox label {
    font-size: 14px;
    padding-left: 50px;
}
.signup-form .nutri-terms-checkbox label a {
    color: #2e2e2e;
}
.signup-form .nutri-terms-checkbox input[type=checkbox],
.signup-form .nutri-terms-checkbox input[type=radio] {
    margin: 0 0 40px 0;
}

.signup-form .input-div {
    width: 100%;
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid #979797;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.35;
    letter-spacing: 4px;
    color: #91a6b2;
    padding: 20px;
}

.signup-form .input-upload-div {
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid #979797;

    font-size: 18px;
    font-weight: 900;
    padding: 0 15px;
    height: 60px;
    line-height: 60px;
    text-transform: none;
    color: #2e2e2e;
    font-weight: normal;
    letter-spacing: 0;
    width: 69%;
    margin-right: 1%;
    display: inline-block;
    float: left;
    text-align: left;
}

.dna-upload-placeholder {
    color: #e4e9ec;
}

.signup-form .signup-upload-button {
    width: 30%;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    float: left;
}
.signup-form .signup-upload-button.signup-upload-button-browse {
    background: #ab41bc;
    color: #fff;
    border-color: #ab41bc;
}


@media (max-width: 767px) {

    .signup-form .form-group .col-sm-6 {
        margin-bottom: 15px;
    }

    .signup-form select {
        width: 100%;
        margin-bottom: 20px;
    }
    .signup-button {
        letter-spacing: 2px;
    }

}

#loader-complete {
    width: 32px;
    height: 32px;
    position: absolute;
    top: -2px;
    right: 10px;
}

#dna-upload-filename-display {
    overflow:hidden;
    white-space:nowrap;
    margin-right: 35px;
}
#dna-upload-filename {
    position: relative;
}
#loader-wrapper {
    position: absolute;
    top: 0;
    right: -10px;
    transform: scale(0.2);
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: #ab41bc;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: #3aa7b9;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: #f7c926;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}


/* Loading bar */

#step-loading-countdown-show {
    width: 100px;
    display: inline-block;
    text-align: left;
    overflow: visible;
    white-space: nowrap;
}
#step-loading-bar {
    border: 1px solid #fafafa;
}
#step-loading-bar-perct {
    overflow: hidden;
    height: 25px;
    background: transparent url('assets/ProgressBar-Desktop@2x.png') no-repeat 0 0;
    background-size: cover;
    -webkit-transition: width 12s, height 4s; /* For Safari 3.1 to 6.0 */
    transition: width 12s, height 4s;
}
#step-loading-bar-perct.loading-complete {
    width: 100%;
    -webkit-transition: width 3s, height 1s; /* For Safari 3.1 to 6.0 */
    transition: width 3s, height 1s;
}

#step-loading-bar-perct img {
    position: absolute;
}
#step-loading-countdown-show {
    font-weight: 500;
    font-size: 20px;
    color: #E4E9EC;
    letter-spacing: 1.67px;
    line-height: 20px;
}
#step-loading-questions-message h3 {
    font-weight: normal;
    color: #2E2E2E;
    letter-spacing: 0;
}

#step-loading-questions-message {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -ms-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}

@media (max-width: 767px) {
    #step-loading-bar-perct {
        height: 25px;
        background: transparent url('assets/ProgressBar-Mobile@2x.png') no-repeat 0 0;
        background-size: cover;
    }
}

.hr-purple {
    border-bottom: 5px solid #AB41BC;
    background: none;
}

.questionnaire-fields {

}

.questionnaire-fields .btn-red {
    border-radius: 2px;
}

.questionnaire-fields .table {
    width: auto;
}
.questionnaire-fields .table td {
    text-align: center;
}
.questionnaire-fields .table td input {
    float: none;
}

.questionnaire-fields .checkbox,
.questionnaire-fields .radio {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    background: #FFFFFF;
    border: 1px solid #979797;
    border-radius: 2px;
    width: 42%;
    display: inline-block;
    padding: 5px 10px;
    text-align: left;
    max-width: 350px;
}
.questionnaire-fields .checkbox-checked,
.questionnaire-fields .radio-checked {
    border-color: #AA41BC;
}
.questionnaire-fields .checkbox:hover,
.questionnaire-fields .radio:hover {
    border-color: #AA41BC;
    color: #AA41BC;
}

.questionnaire-fields .checkbox label,
.questionnaire-fields .radio label {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    font-size: 38px;
    color: #4C6072;
    letter-spacing: 0;
}

.questionnaire-fields .options-grouped-columns {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    font-size: 0;
}
.questionnaire-fields .options-grouped-columns .radio:nth-of-type(odd),
.questionnaire-fields .options-grouped-columns .checkbox:nth-of-type(odd) {
    clear: both;
    margin-right: 10px;
}

.questionnaire-fields .checkbox-radio-title {
    font-size: 34px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    display: block;
    width: 22%;
    white-space: nowrap;
    float: left;
    line-height: 180%;
}
.questionnaire-fields .checkbox-radio-bar {
    border-left: 1px solid #979797;
    margin: 0 3% 0 2%;
    display: block;
    height: 60px;
    vertical-align: middle;
    width: 1px;
    float: left;
}

.questionnaire-fields .checkbox-radio-detail {
    font-size: 18px;
    letter-spacing: 0;
    vertical-align: middle;
    display: inline-block;
    text-align: left;
    width: 70%;
    line-height: 110%;
    padding-bottom: 5px;
}

.questionnaire-fields .checkbox-checked .checkbox-radio-bar,
.questionnaire-fields .radio-checked .checkbox-radio-bar {
    border-color: #AA41BC;
}
.questionnaire-fields .checkbox-checked label,
.questionnaire-fields .radio-checked label {
    color: #AA41BC;
}
.questionnaire-fields .checkbox:hover label,
.questionnaire-fields .radio:hover label {
    color: #AA41BC;
}
.questionnaire-fields .checkbox:hover .checkbox-radio-bar,
.questionnaire-fields .radio:hover .checkbox-radio-bar {
    border-color: #AA41BC;
}

.questionnaire-fields .checkbox input,
.questionnaire-fields .radio input {
    margin-left: -14px;
    display: none !important;
}

.questionnaire-fields .checkbox:last-of-type,
.questionnaire-fields .radio:last-of-type {
    margin-bottom: 0;
}

.question-select-option {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
	margin-right: 10px;
}
.question-select-option select {
    width: 100%;
}
.question-height-inches {

}
.question-height-feet {

}
.question-weight {

}
.question-select-label {
    display: block;
    text-align: center;
    padding: 5px 0;
    font-size: 18px;
    color: #4C6072;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 15px;
}

.question-select-option-divider {
    border-left: 1px solid #979797;
    height: 70px;
    width: 1px;
    margin: 0 40px 50px;
    display: inline-block;
    vertical-align: middle;
}

.questionnaire-fields .table>tbody>tr>td,
.questionnaire-fields .table>tbody>tr>th,
.questionnaire-fields .table>tfoot>tr>td,
.questionnaire-fields .table>tfoot>tr>th,
.questionnaire-fields .table>thead>tr>td,
.questionnaire-fields .table>thead>tr>th {
    border-top: 0;
    text-align: center;
    vertical-align: middle;
}

.questionnaire-fields .table>thead>tr>th {
    border-bottom: 1px solid #ddd;
}

.questionnaire-fields .table>thead>tr>th,
.questionnaire-fields .table>tbody>tr>th {
    font-weight: normal;
}

.questionnaire-fields .table>tbody>tr>th {
    font-weight: normal;
    text-align: left;
}

.questionnaire-fields .table>tbody>tr:first-of-type>td,
.questionnaire-fields .table>tbody>tr:first-of-type>th {
    padding-top: 15px;
}

.question-block {
    opacity: 0;
    display: none;
    -webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    -ms-transition: opacity 500ms ease-in;
    -o-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
}
.question-block-visible {
    display: block;
}

.question-block-alt {

}
.question-block-alt .question-heading {
    text-align: right;
}
.question-block-alt .questionnaire-fields{
    text-align: left;
}

.question-heading .question-img {
    margin-bottom: 15px;
    width: 80px;
    margin: 0 auto 15px;
}
.question-heading .question-title {
    margin-bottom: 15px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    font-size: 30px;
    color: #37023F;
    letter-spacing: 0;
    text-align: center;
    line-height: 46px;
}
.question-heading .question-title small {
    font-weight: normal;
    font-size: 20px;
    color: #AFAFAF;
    letter-spacing: 0;
    line-height: 34px;
    display: inline-block;
}

.questionnaire-questions .account-section-block-borders:first-of-type {
    margin-top:0;
}

.questionnaire-questions {
    padding: 60px 0;
}

.question-count-label {
    font-size: 14px;
    color: #4C6072;
    letter-spacing: 0;
    text-align: center;
    margin: 15px 0;
}

.question-go-next {
    margin-top: 20px;
}
.question-go-back {
    margin: 12px 0;
}
.question-go-back a {
    color: #4C6072;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .questionnaire-fields .checkbox,
    .questionnaire-fields .radio {
        width: 46%;
    }
}

@media (max-width: 767px) {

    .question-block-alt .question-heading {
        text-align: center;
    }
    .question-block-alt .questionnaire-fields{
        text-align: center;
    }

    .questionnaire-fields .table {
        width: 100%;
    }
    .questionnaire-fields .table thead th {
        font-size: 16px;
        padding: 8px 2px;
    }
    .questionnaire-questions .account-section-block-borders {
        padding: 15px 15px;
    }
    .questionnaire-questions .account-section-block-borders:first-of-type {
        margin-top:0;
    }
    .questionnaire-fields .options-grouped-columns .checkbox,
    .questionnaire-fields .options-grouped-columns .radio {
        width: 100%;
        max-width: 100%;
        clear: none;
    }
    .questionnaire-fields .checkbox-radio-title {
        width: 24%;
    }

    .question-select-option {
        width: 42%;
        margin-left: 5px;
        margin-right: 5px;
    }

    .question-select-option select {
        margin-bottom: 0;
    }

    .question-select-option-divider {
        display: none;
    }

}

.questionnaire-fields input[type=checkbox],
.questionnaire-fields input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #f1f1f1;
    color: #666;
    top: 2px;
    left: auto;
    height: 20px;
    width: 20px;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 0;
    margin-left: 0;
    outline: none;
}

.questionnaire-fields input[type=checkbox]:checked::before,
.questionnaire-fields input[type=radio]:checked::before {
    position: absolute;
    font: 18px/1 'Lato', sans-serif;
    left: 4px;
    top: -1px;
    content: '\02143';
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    color: #fff;
}

.questionnaire-fields input[type=checkbox]:hover,
.questionnaire-fields input[type=radio]:hover {
    background-color: #3AA7B9;
    opacity: .5;
}

.questionnaire-fields input[type=checkbox]:checked,
.questionnaire-fields input[type=radio]:checked {
    background-color: #3AA7B9;
}



.questionnaire-fields .checkbox label input[type=checkbox],
.questionnaire-fields .radio label input[type=radio] {
    position: absolute;
    margin-left: 0;
    top: 4px;
    left: 0;
}

.big-input label {
    padding-left: 40px;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: normal;
    color: #2e2e2e;
}
.big-input input[type=checkbox],
.big-input input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #fff;
    color: #333;
    top: 8px;
    height: 26px;
    width: 26px;
    border: 1px solid #979797;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 12px;
    outline: none;
    padding: 0;
    float: left;
}
.big-input input[type=checkbox]:checked::before,
.big-input input[type=radio]:checked::before {
    position: absolute;
    font: 26px/1 'Arial', sans-serif;
    left: 4px;
    top: -4px;
    content: '\02143';
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    color: #333;
}
.big-input input[type=checkbox]:hover,
.big-input input[type=radio]:hover {
    border-color: #333;
    opacity: .8;
}
.big-input input[type=checkbox]:checked,
.big-input input[type=radio]:checked {
    border-color: #333;
}

.big-input-center label {
    padding: 10px;
    text-align: center;
    margin: 0 0;
}
.big-input-center input[type=checkbox],
.big-input-center input[type=radio] {
    float: none;
    text-align: center;
    margin: 0 0 10px;
}

@media (max-width: 767px) {
    #pause-modal .big-input-center label {
        padding: 10px 0;
        text-align: center;
        margin: 0 0;
        font-size: 18px;
        white-space: nowrap;
    }
}


/* Nutri-Therapy Report */

.section-report-title {
    box-shadow: 0 2px 4px 0 rgba(142, 142, 142, 0.2);
    padding: 26px 0;
}

.section-report-card .account-section-block {
    margin-bottom: 0;
}

.section-report-card .account-section-title a {
    text-decoration: none;
    color: #333333;
}

.row-report-dash {
    display: flex;
    margin-right: 0;
    margin-left: 0;
}
.row-report-dash .row-report-dash-col {
    align-items: stretch;
    float: none;
}
.row-report-dash .report-section-grouped {
    align-items: stretch;
    float: none;
    display: flex;
}


.row-report-dash .row-report-dash-col:nth-of-type(1) {
    margin-left: 0;
}
.row-report-dash .row-report-dash-col:nth-of-type(2) {
    margin-left: 0;
}
.row-report-dash .row-report-dash-col:nth-of-type(3) {
    margin-left: 30px;
    margin-right: 30px;
}

@media (max-width: 767px) {
    .row-report-dash {
        display: block;
        margin-right: -15px;
        margin-left: -15px;
    }
    .row-report-dash .row-report-dash-col {
        align-items: center;
        float: none;
    }
    .row-report-dash .report-section-grouped {
        display: block;
    }
    .row-report-dash .row-report-dash-col:nth-of-type(1),
    .row-report-dash .row-report-dash-col:nth-of-type(2),
    .row-report-dash .row-report-dash-col:nth-of-type(3) {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.report-label-links {
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
}
.report-label-links li {
    background: transparent url('assets/icon-arrow-right.png') no-repeat left 4px;
    padding-left: 20px;
}
.report-label-links li.active {
    background: transparent url('assets/icon-arrow-down.png') no-repeat left 4px;
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .report-label-links li {
        background: transparent url('assets/icon-arrow-right@2x.png') no-repeat left 4px;
        background-size: 8px 10px;
    }
    .report-label-links li.active {
        background: transparent url('assets/icon-arrow-down@2x.png') no-repeat left 4px;
        background-size: 10px 8px;
    }
}
.report-label-links a {
    color: #2196f3;
    text-decoration: none;
}
.report-label-link {
    font-family: 'Lato';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #2196f3;
    display: block;
    margin: 10px 0 0;
    text-decoration: none;
}
.report-label-link img {
    margin-bottom: 4px;
}

.report-line-show-all-link {
    font-family: 'Lato';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #6D86A1;
    display: block;
    margin: 15px 0 0;
    text-decoration: none;
}
.report-line-show-all-link a {
    color: #6D86A1;
    text-decoration: none;
}

.report-label-link .bad-good-label {
    margin-right: 10px;
    display: inline-block;
}

.report-subtitle-alt {
    font-family: 'Lato';
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2e2e2e;
}

.report-section-block-line {
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    margin: 15px 0px;
}

.report-line-expand {

}
.report-line-expand li {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
}
.report-line-expand li:nth-of-type(n+5) {
    display: none;
}
.report-line-expand li:last-of-type {
    border-bottom: 0;
}

.report-line-expand-more {
    display: none;
    padding: 10px 20px 5px;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: normal;
    color: #2e2e2e;
    max-width: 900px;
}

/*Report viewing patient */

.viewing-sticky-fixed {
    position: fixed;
    top: 0px;
}
.section-practitioner-viewing-patient {
    z-index: 11;
    background: rgba(248, 241, 249, 0.82);
    font-size: 20px;
    line-height: 30px;
    color: #333;
    padding: 12px 0;
    width: 100%;
}
.section-practitioner-viewing-patient a {
    color: #2196f3;
}

.section-viewing-archived-report {
    z-index: 11;
    background: rgba(248, 245, 201, 0.82);
    font-size: 20px;
    line-height: 30px;
    color: #333;
    padding: 12px 0;
    width: 100%;
}
.section-viewing-archived-report a {
    color: #FF5F73;
    text-decoration: none;
}

.admin-bar .viewing-sticky-fixed {
    top: 32px;
}

/* Curos Health UOB */

body.page-template-page-template-uob1 {
    background: url('assets/landing-uob/landing5-bg-top@2x.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}
body.page-template-page-template-uob1 #masthead {
    border: 0;
}

body.page-template-page-template-location-fl, body.page-template-page-template-location-tx, body.page-template-page-template-location-ny, body.page-template-page-template-services {
    background: url('assets/landing-uob/landing5-bg-top@2x.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}
body.page-template-page-template-location-fl #masthead, body.page-template-page-template-location-tx #masthead, body.page-template-page-template-location-ny #masthead, body.page-template-page-template-services #masthead {
    border: 0;
}

.nav-small {
    list-style: none;
    margin: 6px 0;
}
.nav-small li {
    list-style: none;
    display: inline-block;
    padding: 8px 14px;
}
.nav-small li:last-of-type {
    padding-right 0;
}
.nav-small li a {
    font-size: 16px;
    color: #2E2E2E;
    letter-spacing: 0;
    font-weight: 500;
}
.nav-small li a.nav-small-btn {
    background: #FF5D71;
    box-shadow: 0 2px 6px 0 rgba(133,48,58,0.35);
    color: #FFFFFF;
    letter-spacing: 1px;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 10px;
    font-weight: bold;
}
.nav-small li a.nav-small-btn:hover,
.nav-small li a.nav-small-btn:active,
.nav-small li a.nav-small-btn:focus {
    opacity: 0.7;
    background: #FF5D71;
    color: #FFFFFF;
}
#masthead .small-navbar .navbar-brand {
    float: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    padding: 10px 0 0 0;
}

.nav-small-menu.pull-left {
    margin-left: 21%;
    position: relative;
}
.nav-small-menu.pull-right {
    margin-right: 28%;
}

.nav-continue-menu {
    padding-right: 8px;
}

.nav-continue-menu .btn-red {
    height: 46px;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 28px;
    padding: 8px 10px;
}

.nav-small .dropmenu li.nav-services-label {
    font-size: 12px;
    text-align: center;
    padding: 6px 6px;
    border-bottom: 1px solid #dcdde1;
}

.nav-small-menu.pull-left .dropmenu:before {
    left: 115px;
}
.nav-small-menu.pull-left .dropmenu:after {
    left: 115px;
}

.nav-small .dropmenu li {
    list-style: none;
    display: block;
    padding: 0;
}

.nav-services-dropdown {
    position: relative;
}
.nav-services-dropdown .dropmenu-holder{
    right: -75px;
}

.nav-locations-dropdown {
    position: relative;
}
.nav-locations-dropdown .dropmenu-holder{
    right: -75px;
}

@media (max-width: 1199px) {

    .nav-small-menu.pull-left {
        margin-left: 0;
    }

    .nav-small-menu.pull-right {
        float: left !important;
    }
    .nav-small-menu.pull-right .nav-small {
        padding-left: 0;
    }

    .nav-services-dropdown {
        margin-right: 0;
    }

    .nav-small li a.nav-small-btn {
        display: inline-block;
    }
}
@media (max-width: 991px) {
    .nav-small-menu.pull-left {
        margin-left: 0%;
    }
    .nav-small-menu.pull-right {
        display: none;
    }
    .nav-services-dropdown .dropmenu-holder{
        right: -100px;
    }
}
@media (max-width: 767px) {

    body #masthead {
        background: #fff;
    }

    body.page-template-page-template-uob1  {
        background: url('assets/landing-uob/landing5-bg-top-mobile@2x.jpg');
        background-size: contain;
        background-repeat: no-repeat;
    }

    .nav-small-menu.pull-left {
        margin-left: 10%;
        position: relative;
    }



    .nav-small {
        display: none;
    }

}
@media (max-width: 442px) {
    .nav-continue-menu {
        display: none;
    }
}
/* Form */

.landing-uob-form-area {
    max-width: 457px;
    margin: 0 auto;
}
.landing-uob-form-wrapper {
    background: #FAF8F6;
    padding: 20px;
}
.landing-uob-form-heading-sub {
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    background: #AB41BC;
    border: 1px solid #979797;
    padding: 2px 0;
}
.landing-uob-form-heading {
    font-weight: bold;
    font-size: 41px;
    color: #36013E;
    letter-spacing: 1.4px;
    line-height: 60px;
    padding: 0 15px;
    margin-top: 10px;
}
.landing-uob-form-heading span {
    color: #AB41BC;
}
.landing-uob-form-div {
    border-top: 2px solid #AB41BC;
    margin: 25px 10px;
}
.landing-uob-form-detail {
    margin: 10px 0 0;
}
.landing-uob-form-link {

    text-align: center;
}
.landing-uob-form-link .btn-landing-uob-red {
    width: 100%;
    display: block;
    font-size: 16px;
    padding: 20px 5px;
}

.landing-uob-landing-right {
    max-width: 457px;
    margin: 40px auto;
}

@media (max-width: 1199px) {
    .landing-uob-form-area .btn-landing-uob-red {
        font-size: 14px;
        line-height: 22px;
        padding: 20px 5px;
        width: 100%;
        display: block;
    }
    .landing-uob-form-link {
        margin: 0 20px;
        text-align: center;
    }
}

@media (min-width: 768px) {

    .landing-signup-form .form-group-name .col-sm-6 {
        padding-left: 5px;
        padding-right: 15px;
    }
    .landing-signup-form .form-group-name .col-sm-6:first-of-type {
        padding-right: 5px;
        padding-left: 15px;
    }
}
@media (max-width: 767px) {
    .landing-uob-form-heading-sub {
        font-size: 18px;
        padding: 4px 0;
    }
    .landing-uob-form-link {
        margin: 0 20px;
    }
}

.landing-uob-landing-right .meet-team-heading {
    font-weight: bold;
    font-size: 50px;
    color: #000;
    letter-spacing: 0;
    line-height: 61px;
}


.section-landing-uob-long-story .section-heading h3 {
    font-weight: 500;
    text-transform: none;
    font-size: 31px;
    color: #AB41BC;
    letter-spacing: 0;
}

.section-landing-uob-long-story h2 {
    font-weight: bold;
    font-size: 50px;
    color: #2E2E2E;
    letter-spacing: 0;
    line-height: 58px;
}
.section-landing-uob-long-story .section-description {
    max-width: 100%;
    margin: 0 0;
}

.section-landing-uob-long-story .section-description h3 {
    font-weight: bold;
    font-size: 46px;
    color: #36013E;
    letter-spacing: 1.44px;
    line-height: 64px;
}


@media (max-width: 767px) {
    .section-landing-uob-long-story h2 {
        font-size: 40px;
        line-height: 46px;
    }

    .section-landing-uob-long-story .section-description h3 {
        font-size: 33px;
        line-height: 42px;
    }
}


.signup-form-terms {
    margin: 20px 0 0;
    font-size: 18px;
    font-weight: 300;
    color: #2E2E2E;
    line-height: 26px;
    text-align: left;
}

.landing-uob-form-wrapper .landing-submit-label-a {
    display: none;
}
.landing-uob-form-wrapper .landing-submit-label-b {
    display: block;
}


@media (min-width: 992px) and (max-width: 1200px) {
    .landing-uob-form-wrapper {
        padding: 0 0 10px 0;
    }
    .landing-uob-form-heading {
        font-size: 33px;
        line-height: 54px;
        padding-top: 15px;
        margin-top: 0;
    }
    .landing-uob-form-heading-sub {
        font-size: 19px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .landing-uob-form-wrapper {
        padding: 0 0 10px 0;
    }
    .landing-uob-form-heading {
        font-size: 36px;
        line-height: 46px;
        padding-top: 15px;
        margin-top: 0;
    }
    .landing-uob-form-heading-sub {
        font-size: 19px;
    }

}


@media (max-width: 767px) {
    .landing-uob-form-wrapper {
        padding: 0 0 10px 0;
    }
    .landing-uob-form-heading {
        margin-top: 0;
        font-size: 34px;
        line-height: 44px;
        padding-top: 15px;
    }
}

/* Intro */

.section-landing-uob-intro {

}
.section-landing-uob-intro .section-heading {
    max-width: 490px;
}
.section-landing-uob-intro h2 {
    font-weight: bold;
    font-size: 50px;
    color: #2E2E2E;
    letter-spacing: 0;
    line-height: 58px;
}
.section-landing-uob-intro h3 {
    font-weight: 500;
    text-transform: none;
    font-size: 31px;
    color: #AB41BC;
    letter-spacing: 0;
}
.section-landing-uob-intro h4 {
    font-weight: 500;
    font-size: 36px;
    color: #AB41BC;
    letter-spacing: 0;
    line-height: 41px;
}

.section-landing-uob-intro .section-description {
    max-width: 90%;
    margin: 0 0;
}

.uob-list-line {
    margin: 8px 0 8px 28px;
    text-align: left;
}
.uob-list-dash {
    width: 16px;
    height: 4px;
    background: #AB41BC;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 7px;
}

body.page-template-page-template-uob2 .uob-list-line {
    text-align: center;
    margin-right: 0;
    margin-left: 0;
}
body.page-template-page-template-uob2 .uob-list-line .uob-list-dash {
    display: none;
}

body.page-template-page-template-uob2 .section-landing-uob-intro h4 {
    font-size: 40px;
    color: #2E2E2E;
    letter-spacing: 0;
    font-weight: normal;
}

body.page-template-page-template-uob2 .section-landing-uob-intro h4 span {
    font-weight: bold;
    text-decoration: underline;
}

body.page-template-page-template-uob2 .section-landing-uob-intro .section-description {
    margin: 0;
    max-width: 100%;
}


.landing-uob-img-shadow {
    box-shadow: 0 2px 30px 0 rgba(0,0,0,0.29);
}

.landing-uob-learn-more-lines {

}

.landing-uob-learn-more-lines-button {
    margin-left: 3px;
    margin-bottom: 8px;
}

.btn-learn-more {
    font-size: 17px;
    color: #2E2E2E;
    letter-spacing: 2.24px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.landing-uob--color-tab {
    background: #AB41BC;
    height: 8px;
    width: 38px;
}
.landing-uob--color-tab.red {
    background: #FF7D8D;
}
.landing-uob--color-tab.teal {
    background: #39A7B9;
}
.landing-uob--color-tab.yellow {
    background: #F7C927;
}

.section-landing-uob-intro .landing-uob-learn-more-description {
    max-width: 90%;
    margin-left: auto;
}
.section-landing-uob-intro .landing-uob-learn-more-description .section-heading {
    max-width: 70%;
    margin-right: auto;
    margin-bottom: 20px;
}
.section-landing-uob-intro .landing-uob-learn-more-description .section-heading h2 {
    margin-top: 10px;
}
.section-landing-uob-intro .landing-uob-learn-more-description .section-description p {
    font-size: 20px;
    color: #2E2E2E;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.uob-dr-intro-video {
    position: relative;
}
.uob-dr-intro-video video {
    max-width: 100%;
}
.uob-dr-intro-video .btn-video-unmute {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 8px;
    background: rgba(15,15,15,0.5);
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 15;
}
.uob-dr-intro-video .btn-video-unmute:hover {
    background: rgba(15,15,15,0.8);
}

@media (max-width: 767px) {

    .section-landing-uob-intro .section-heading {
        max-width: 490px;
        margin: 0 auto;
    }
    .section-landing-uob-intro {
        padding-bottom: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .landing-uob--color-tab {
        width: 42px;
    }
    .section-landing-uob-intro .section-heading {
        text-align: center;
        margin-top: 0px;
    }
    .section-landing-uob-intro .section-heading h2 {
        font-weight: normal;
        font-size: 40px;
        line-height: 48px;
    }
    .section-landing-uob-intro .section-heading h2:nth-of-type(2) {
        font-weight: bold;
    }
    .section-landing-uob-intro h4 {
        font-size: 32px;
        line-height: 38px;
    }
    .section-landing-uob-intro h3 {
        padding-top: 20px;
    }
    .section-landing-uob-intro .section-description {
        max-width: 100%;
        margin: 30px auto 0;
        text-align: left;
    }
    .section-landing-uob-intro .section-description p {
        font-weight: normal;
        margin-bottom: 15px;
    }
    .section-landing-uob-intro .section-description p b {
        font-weight: normal;
    }
    .section-landing-uob-intro .landing-uob-learn-more-description .section-heading {
        max-width: 100%;
        margin: 40px auto 20px;
        text-align: left;
    }
    .section-landing-uob-intro .landing-uob-learn-more-description .section-heading h2 {
        font-size: 32px;
        color: #2E2E2E;
        letter-spacing: 0;
        line-height: 35px;
        font-weight: bold;
        margin-top: 20px;
    }
    .section-landing-uob-intro .landing-uob-learn-more-description .section-description {
        max-width: 100%;
    }
    .section-landing-uob-intro .landing-uob-learn-more-description {
        max-width: 100%;
        margin: 0 auto;
    }
    .section-landing-uob-intro .landing-uob-learn-more-description .section-description p {
        font-size: 17px;
        line-height: 23px;
        text-align: left;
    }
    .section-landing-uob-intro .landing-uob-learn-more-description .section-description p b {
        font-weight: bold;
    }

    .uob-list-line {
        margin-left: 2px;
    }
    .landing-uob-learn-more-lines-button {
        margin-top: 30px;
    }
    .landing-uob-learn-more-lines {
        text-align: center;
    }
}


.section-landing-uob-free {
    background: #FFF5C9;
}
.section-landing-uob-free .uob-free-dr-img {
    margin: 0 10px 0 0;
    max-width: 100%;
    padding: 20px 20px;
}
.section-landing-uob-free h2 {
    font-size: 46px;
    color: #36013E;
    letter-spacing: 1.44px;
    line-height: 61px;
    font-weight: bold;
    margin: 0 0;
    text-transform: uppercase;
}
.section-landing-uob-free p {
    margin-bottom: 18px;
}
.section-landing-uob-free .container {
    padding-bottom: 0;
}
.uob-free-dr-name {
    font-weight: 500;
    font-size: 50px;
    color: #36013E;
    letter-spacing: 0;
    text-align: center;
}
.uob-free-dr-title {
    color: #BA31C2;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

@media (max-width: 767px) {
    .section-landing-uob-free h2 {
        font-size: 26px;
        line-height: 38px;
    }
    .section-landing-uob-free p {
        font-size: 16px;
        line-height: 24px;
    }
    .section-landing-uob-free .uob-free-dr-img {
        padding: 0 5px 30px;
        margin: 0;
    }
    .uob-free-dr-name {
        font-size: 30px;
    }

}

.section-landing-uob-signup {
    background-color: #FAF8F6;
}

.section-landing-uob-signup h2 {
    font-weight: 800;
    font-size: 46px;
    color: #AB41BC;
    letter-spacing: 1.44px;
    text-align: center;
    line-height: 64px;
}
.section-landing-uob-signup h2 span {
    color: #3C0041;
}

@media (max-width: 767px) {

    .section-landing-uob-signup h2 {
        font-size: 32px;
        line-height: 44px;
    }

}


.section-landing-uob-dont-wait h2 {
    font-weight: 800;
    font-size: 30px;
    color: #2E2E2E;
    letter-spacing: 4px;
    text-align: left;
    line-height: 44px;
}

@media (max-width: 767px) {
    .section-landing-uob-dont-wait h2 {
        font-size: 24px;
        line-height: 36px;
    }
}


.section-landing-uob-video {

}
.section-landing-uob-video h2 {
    font-size: 50px;
    color: #2E2E2E;
    letter-spacing: 0;
    line-height: 61px;
}
.landing-uob-video-left-line {
    border-left: 4px solid #FF5D71;
    height: 100%;
    padding: 60px 10px 40px 40px;
    margin: 30px 0;
}
.landing-uob-video-description {

}
.landing-uob-video-area {
    margin: 100px 0;
    background: url('assets/landing-uob/landing-uob-bg-paint.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 80px;
    padding-right: 80px;
}


@media (max-width: 1099px) {

    .landing-uob-video-area {
        background-size: contain;
        margin: 90px 0;
        padding: 80px 30px;
    }

}
@media (max-width: 767px) {

    .landing-uob-video-left-line {
        margin-bottom: 0;
    }
    .landing-uob-video-area {
        background-size: cover;
        margin: 0 0;
        text-align: center;
        padding-bottom: 20px;
    }
    .section-landing-uob-video h2 {
        font-size: 28px;
        line-height: 40px;
    }

}


.section-landing-uob-testimonials h2 {
    font-size: 50px;
    color: #2E2E2E;
    letter-spacing: 0;
    line-height: 61px;
    margin-top: 0;
}

.section-landing-uob-testimonials .section-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section-landing-uob-testimonials .section-inner img {
    width: calc((100% - (3 * 14px)) / 3);
    margin: 0 7px;
    flex: 1;
}

@media (max-width: 767px) {
    .section-landing-uob-testimonials {
        padding-bottom: 0;
    }
    .section-landing-uob-testimonials h2 {
        font-size: 36px;
        line-height: 44px;
    }
    .section-landing-uob-testimonials .section-inner {
        flex-direction: column;
        display: block;
        text-align: center;
    }
    .section-landing-uob-testimonials .section-inner img {
        width: auto;
        max-width: 80%;
        margin: 0 auto 20px;
        flex: 1;
    }
}

.section-landing-uob-care-list {
    background: #F7F0F8;
}

.section-landing-uob-care-list h2 {
    font-weight: 600;
    font-size: 46px;
    color: #36013E;
    letter-spacing: 1.44px;
    line-height: 64px;
}

.section-cateogory-list {
    margin: 0 auto;
}

.cateogory-list {
    margin: 0 auto;
}
.category-list-row {
    text-align: justify;
}
.category-list-row a {
    padding: 0 4px;
    display: inline-block;
    margin: 15px 0;
}
.category-list-row a img {
    height:70px;
}

@media (max-width: 1199px) {
    .category-list-row a img {
        height:60px;
    }
}
@media (max-width: 991px) {
    .category-list-row a img {
        height:50px;
    }
}
@media (max-width: 736px) {
    .category-list-row {
        text-align: center;
    }
    .category-list-row a {
        margin: 4px 0;
    }
    .category-list-row a img {
        height:70px;
    }
    .category-list-row a:nth-child(2) {
        clear: both;
    }
}
@media (max-width: 560px) {
    .category-list-row {
        text-align: center;
    }
    .category-list-row a img {
        height:50px;
    }
}

.section-landing-uob-featured-in {

}
.section-landing-uob-featured-in h2 {
    font-size: 20px;
    color: #2E2E2E;
    letter-spacing: 2.67px;
    text-align: center;
    margin-top: 0;
    margin-left: 8px;
    margin-bottom: 0;
}
.section-landing-uob-featured-in .section-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-landing-uob-featured-in .section-inner div {
    margin: 15px 10px 10px;
}

@media (max-width: 767px) {
    .section-landing-uob-featured-in h2 {
        margin-left: 0;
        margin-top: 0;
    }
    .section-landing-uob-care-list h2 {
        font-size: 32px;
        line-height: 40px;
    }

}


.section-landing-uob-optimize {
    z-index: 2;
    position: relative;
    padding-top: 0;
}

.section-landing-uob-optimize h2 {
    font-weight: 800;
    font-size: 30px;
    color: #2E2E2E;
    letter-spacing: 4px;
    margin-bottom: 30px;
}

.landing-uob-optimize-idea-list {
    z-index: 2;
}
.landing-uob-optimize-idea {
    background: #FFFFFF;
    border: 2px solid #CFDAE1;
    box-shadow: 0 10px 40px 0 rgba(0,0,0,0.10);
    border-radius: 5px;
    margin-bottom: 50px;
    display: flex;
    z-index: 2;
}
.landing-uob-optimize-idea-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    flex-direction: column;
    flex-basis: 50%;
    border-radius: 4px;
}
.landing-uob-optimize-idea p {
    font-size: 20px;
    color: #2E2E2E;
    letter-spacing: 0.67px;
    line-height: 34px;
}
.landing-uob-optimize-idea h3 {
    font-size: 32px;
    color: #2E2E2E;
    line-height: 38px;
    margin-top: 12px;
}

.landing-uob-optimize-idea-text {
    padding: 30px 40px;
}

@media (max-width: 767px) {
    .section-landing-uob-optimize {
        padding-top: 0;
    }
    .landing-uob-optimize-idea {
        display: block;
        margin-bottom: 30px;
    }
    .landing-uob-optimize-idea-text {
        padding: 30px 30px;
    }
    .landing-uob-optimize-idea-image {
        display: block;
        min-height: 300px;
    }
    .landing-uob-optimize-idea h3 {
        margin-top: 18px;
        margin-bottom: 16px;
    }
}

.section-landing-uob-utilize {
    background: #FFEC94;
    margin-top: -220px;
    padding: 240px 0 120px;
    z-index: 0;
    position: relative;
    margin-bottom: 0;
}

.section-landing-uob-utilize h2 {
    font-size: 35px;
    color: #AB41BC;
    letter-spacing: 0;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
}

.btn-landing-uob-red {
    background: #FF5D71;
    box-shadow: 0 2px 6px 0 rgba(133,48,58,0.35);
    color: #FFFFFF;
    letter-spacing: 1px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 40px;
    font-weight: bold;
    text-decoration: none;
    max-width: 100%;
}
.btn-landing-uob-red:hover,
.btn-landing-uob-red:active,
.btn-landing-uob-red:focus {
    opacity: 0.7;
    background: #FF5D71;
    color: #FFFFFF;
    text-decoration: none;
}

@media (max-width: 767px) {
    .section-landing-uob-utilize {
        padding: 200px 0 100px;
    }
    .section-landing-uob-utilize .section-description p {
        font-size: 23px;
        line-height: 35px;
    }
    .btn-landing-uob-red {
        font-size: 14px;
        line-height: 20px;
        padding: 20px 10px;
        width: 100%;
        display: block;
    }
}


.section-landing-uob-dr {
    background: url('assets/landing-uob/landing-uob-bg-paint2.jpg');
    background-repeat: no-repeat;
    background-position: 2% 2%;
    padding-top: 80px;
    margin-top: 30px;
}
.section-landing-uob-dr .uob-dr-img {
    margin-right: 30px;
    box-shadow: 0 2px 30px 0 rgba(0,0,0,0.29);
}

.section-landing-uob-report {
    margin-top: 0;
    padding-top: 0;
}

.section-landing-uob-report h2 {
    font-weight: bold;
    font-size: 45px;
    color: #000;
    letter-spacing: 0;
    line-height: 55px;
    margin-top: 20px;
}

.section-landing-uob-report .uob-report-img-left {
    margin-right: 30px;
    box-shadow: 0 2px 30px 0 rgba(0,0,0,0.29);
}

.section-landing-uob-report .uob-report-img-right {
    margin-left: 30px;
    box-shadow: 0 2px 30px 0 rgba(0,0,0,0.29);
}

@media (max-width: 767px) {

    .section-landing-uob-dr .uob-dr-img {
        margin: 0;
    }

    .section-landing-uob-report .uob-report-text {

    }
    .section-landing-uob-report .uob-report-image {
        text-align: center;
    }
    .section-landing-uob-report .uob-report-img-left {
        margin-right: 0;
    }
    .section-landing-uob-report .uob-report-img-right {
        margin-left: 0;
    }
}



.section-landing-uob-get-started {
    background: #F6EDF7;
    margin-top: 0;
    padding: 100px 0 100px;
    z-index: 0;
}

@media (max-width: 767px) {
    .section-landing-uob-get-started {
        margin-top: 0;
        padding: 40px 0;
    }
}

.site-footer {
    background: #36013E;
}
.site-footer-purple {
    font-size: 15px;
    color:#98829D;
    letter-spacing: 0;
    line-height: 30px;
}
.site-footer-purple a {
    font-size: 15px;
    color:#98829D;
    letter-spacing: 0;
    line-height: 30px;
}

.site-footer-links {
    margin: 20px 0;
}
.site-footer-social {
    margin: 20px 0;
}
.site-footer-social ul {
    width: 200px;
    margin: 0 auto;
}
.site-footer-social ul i {
    color: #69416F;
}
.site-footer-social li {
    display: inline-block;
    float: none;
}

.site-footer-dark-purple {
    background: #1E0023;
}



/* Banners */
.banner-uob {
    opacity: 0.8;
    background: #F6EDF7;
    padding: 20px;
}
.banner-uob-title {
    font-weight: bold;
    font-size: 16px;
    color: #AB41BC;
    letter-spacing: 2.13px;
    text-align: center;
    text-transform: uppercase;
}
.banner-uob-text {
    font-weight: 500;
    font-size: 24px;
    color: #36013E;
    letter-spacing: 1.33px;
    text-align: center;
    line-height: 30px;
}


/* Signup Onboarding */

body.page-template-page-signup {
    background-image: url('assets/graphic-signup-top-left.jpg');
    background-repeat: no-repeat;
    background-position: left top;
}
body.page-template-page-signup .main-content {
    background-image: url('assets/graphic-signup-bottom-right.jpg');
    background-repeat: no-repeat;
    background-position: right 300px;
}

.section-signup-onboarding {
    background: transparent;
    box-shadow: none;
}

.signup-onboarding-box {
    background: #FAF8F6;
    width: 80%;
    margin: 30px auto 0;
    padding-top: 20px;
    padding-bottom: 30px;
    min-height: 380px;
}
.signup-onboarding-box-progress {
    background: #D8D8D8;
    position: relative;
    height: 13px;
    width: 80%;
    margin: 0 auto 0;
}
.signup-onboarding-box-progress span {
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 1.2px;
    line-height: 27px;
    display: inline-block;
    position: absolute;
    right: 10px;
    line-height: 14px;
}
.box-progress-bar {
    background: #AB41BC;
    min-width: 20px;
    height: 100%;
    width: 1%;
}

#signup-wait-loading-loader {
    position: relative;
    width: 50px;
    height: 80px;
    margin: 40px auto 40px;
}

#signup-wait-loading-loader #loader-wrapper {
    transform: scale(0.46);
}

.signup-onboarding-banner {
    background: rgba(246,237,247,0.8);
    padding: 30px 15px;
}
.signup-onboarding-banner h2 {
    font-weight: bold;
    font-size: 40px;
    color: #AB41BC;
    letter-spacing: 0;
    text-align: center;
    line-height: 40px;
}
.signup-onboarding-banner p {
    font-weight: bold;
    font-size: 26px;
    color: #2E2E2E;
    letter-spacing: 0;
    text-align: center;
    line-height: 40px;
    margin-bottom: 0;
}

.section-signup-onboarding h3,
.section-nutri-signup h3 {
    font-weight: 500;
    font-size: 30px;
    color: #37023F;
    letter-spacing: 0;
    text-align: center;
    line-height: 40px;
}

.onboarding-step-schedule-free .signup-onboarding-box {
    padding-top: 0;
    margin-bottom: 0;
}

@media (max-width: 767px) {

    .signup-onboarding-box {
        width: 90%;
    }
    .signup-onboarding-box-progress {
        width: 90%;
    }

    .onboarding-step-schedule-free .signup-onboarding-box {
        width: 100%;
    }
    .onboarding-step-schedule-free .signup-onboarding-box-progress {
        width: 100%;
    }

}

.signup-contact-info, .signup-contact-info a {
    font-family: 500;
    font-size: 26px;
    color: #AB41BC;
    letter-spacing: 3px;
    line-height: 25px;
}
.signup-contact-info-detail {
    margin-top: 10px;
}
.signup-contact-info-detail, .signup-contact-detail a {
    font-size: 22px;
    color: #AFAFAF;
    letter-spacing: 0;
    text-align: center;
    line-height: 38px;
}

.scrollbar-box {
    padding: 8px;
    margin: 0 0 0px;
    width: 100%;
    height: 80px;
    border: 2px solid #efefef;
    border-right: 8px solid #eee;
    overflow-y:  scroll;
    background: #fff;
    font-size: 14px;
    text-align: left;
}

.form-question-consult-consent label {
    font-size: 16px;
}


.widget_blog_side_ads {
    box-shadow: 1px 3px 10px #aaa;
}
.widget_blog_bottom_ads {
    box-shadow: 1px 3px 10px #aaa;
}
