
/* **************************************************
 * Theme Name:   PrioHealth
 * Theme URI:    https://prio-health.com
 * Description:  Custom WordPress theme for PrioHealth
 * Author:       SimDex LLC
 * Author URI:   https://simdex.org
 * Template:     Divi
 * Version:      1.0.0
 ************************************************** */


/* **************************************************
 * Everything to hide completely
 ************************************************** */

.cart-subtotal,
.et-cart-info,
.hide,
.mfp-title,
.recurring-totals,
.tax-total {
    display: none!important;
}


/* **************************************************
 * Everything with no padding
 ************************************************** */

.devider_home,
.main_heading,
.padding-no,
.product_botom_img_area,
.product_text_area,
.video_section .et_pb_slide {
    padding: 0!important;
}


/* **************************************************
 * Rules for mobile (smartphones and tablets)
 ************************************************** */

@media (max-width: 1240px) {
    #et_mobile_nav_menu {
        display: block;
    }
    #et_top_search,
    #top-menu,
    #top-menu-nav {
        display: none!important;
    }
}


/* **************************************************
 * Rules for all devices and screen sizes
 ************************************************** */

.woocommerce-account .login-error {
    font-weight: bold;
    display: block;
    margin: 1em;
    padding: 1em;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #dc3645;
}

.woocommerce-account .login-error a {
    text-decoration: underline;
    color: white;
}

.sign-up-buttons .button {
    display: block;
    margin-right: 10px!important;
    margin-bottom: 15px!important;
    text-align: center;
}

.sign-up-buttons .button-number {
    width: 75px;
    max-width: 75px;
}

.sign-up-buttons .button-number:hover {
    padding: .3em 1em!important;
}

#download_first_guid {
    margin-right: 0;
}

#top-header,
#et-secondary-nav li ul {
    background-color: #0072bf!important;
}

.audio-control-button {
    font-size: 20px;
    font-weight: 700;
    display: block;
    float: right;
    margin-top: -20px;
    padding: 20px;
    color: #fff;
}

.buy-memoves h2 {
    font-weight: 700;
    margin-right: -1em;
    margin-bottom: 1em;
    margin-left: -1em;
    padding: 1em;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background-color: #0072bf;
}

.buy-memoves hr {
    margin-bottom: 2em;
}

.buy-memoves p {
    clear: both;
}

.call_to_action_top_menu {
    font-size: 14px;
    font-weight: lighter;
    line-height: 20px;
    line-height: 9px;
    display: block;
    padding: 15px 25px;
    transition: all .5s ease 0;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    color: #fff;
    border-radius: 5px;
    background-color: #0072bf;
}

.download .download_btn {
    font-size: 12px!important;
    font-weight: 600!important;
    transition: all .5s ease 0!important;
    text-align: center!important;
    text-transform: uppercase!important;
    color: #000!important;
    border: none!important;
    border-radius: 5px!important;
    background: #7cda24!important;
    box-shadow: none!important;
}

.et_pb_button {
    border-radius: 5px!important;
}

.et_pb_more_button {
    border-radius: 5px!important;
}

.et_pb_promo_button {
    color: #fff!important;
}

.et_pb_promo_button:hover {
    border: 2px solid #fff!important;
    background-color: #0072bf!important;
}

.et_pb_section_video_bg {
    background-color: #000!important;
}

.et_pb_tab_0.et_pb_tab_0>a::before {
    font-family: FontAwesome;
    font-size: 30px;
    position: relative;
    left: 0;
    display: block;
    width: 100%;
    content: '\f179';
    text-align: center;
    color: #4477b6;
}

.et_pb_tab_1>a::before {
    font-family: FontAwesome;
    font-size: 30px;
    position: relative;
    left: 0;
    display: block;
    width: 100%;
    content: '\f17a';
    text-align: center;
    color: #ff8731;
}

.et_pb_tab_2>a::before {
    font-family: FontAwesome;
    font-size: 30px;
    position: relative;
    left: 0;
    display: block;
    width: 100%;
    content: '\f17b';
    text-align: center;
    color: #a4c439;
}

.et_pb_tab_3>a::before {
    font-family: FontAwesome;
    font-size: 30px;
    position: relative;
    left: 0;
    display: block;
    width: 100%;
    content: '\f179';
    text-align: center;
    color: #8b8b8b;
}

.full_width {
    width: 100%!important;
    max-width: 100%!important;
    padding: 30px 15px!important;
}

.full_width>.et_pb_column_0 {
    width: 100%;
    max-width: 100%;
    padding: 30px 15px;
}

.full_width_home {
    width: 100%;
    max-width: 100%;
}

.gray_bg {
    background-color: #f4f4f4;
}

.hidden {
    display: none!important;
}

.home .et_menu_container {
    height: 100px!important;
}

.home .mejs-video {
    left: 0!important;
    display: flex!important;
    width: auto!important;
    height: 100%!important;
    margin: auto!important;
    align-items: center!important;
    justify-content: center!important;
}

.home .mejs-video video {
    height: 100%!important;
}

.license-quantities a {
    padding: 5px 10px;
    color: #fff;
    background-color: #0072bf;
}


/*
.lifemoves #top-header,
.lifemoves #et-secondary-nav li ul
{
    background-color: #00a7cc!important;
}

.lifemoves .buy-memoves h2
{
    background-color: #00a7cc;
}

.lifemoves .call_to_action_top_menu
{
    background-color: #00a7cc;
}

.lifemoves .et_pb_promo_button:hover
{
    background-color: #00a7cc!important;
}

.lifemoves .license-quantities a
{
    background-color: #00a7cc;
}

.lifemoves .my_tab .download_btn
{
    background: #00a7cc!important;
}

.lifemoves .page-header .et_pb_slide
{
    min-height: 50vh;
}

.lifemoves .page-header .et_pb_slide h1
{
    font-size: 46px;
}

.lifemoves .page-id-1401 .cart .button.alt,
.lifemoves .page-id-1422 .cart .button.alt
{
    background-color: #00a7cc;
}

.lifemoves .page-id-1401 .cart .button.alt:hover,
.lifemoves .page-id-1422 .cart .button.alt:hover
{
    background-color: #00a7cc;
}

.lifemoves .thumbnail:hover,
.lifemoves .thumbnail:focus,
.lifemoves .thumbnail.active
{
    border-color: #00a7cc;
}

.lifemoves a,
.lifemoves #et_search_icon:hover,
.lifemoves .mobile_menu_bar::before,
.lifemoves .mobile_menu_bar::after,
.lifemoves .et-social-icon a:hover,
.lifemoves .comment-reply-link,
.lifemoves .form-submit .et_pb_button,
.lifemoves .entry-summary p.price ins,
.lifemoves .woocommerce div.product span.price,
.lifemoves .woocommerce-page div.product span.price,
.lifemoves .woocommerce #content div.product span.price,
.lifemoves .woocommerce-page #content div.product span.price,
.lifemoves .woocommerce div.product p.price,
.lifemoves .woocommerce-page div.product p.price,
.lifemoves .woocommerce #content div.product p.price,
.lifemoves .woocommerce-page #content div.product p.price,
.lifemoves .woocommerce .star-rating span::before,
.lifemoves .woocommerce-page .star-rating span::before,
.lifemoves .woocommerce a.button.alt,
.lifemoves .woocommerce-page a.button.alt,
.lifemoves .woocommerce button.button.alt,
.lifemoves .woocommerce-page button.button.alt,
.lifemoves .woocommerce input.button.alt,
.lifemoves .woocommerce-page input.button.alt,
.lifemoves .woocommerce #respond input#submit.alt,
.lifemoves .woocommerce-page #respond input#submit.alt,
.lifemoves .woocommerce #content input.button.alt,
.lifemoves .woocommerce-page #content input.button.alt,
.lifemoves .woocommerce a.button,
.lifemoves .woocommerce-page a.button,
.lifemoves .woocommerce button.button,
.lifemoves .woocommerce-page button.button,
.lifemoves .woocommerce input.button,
.lifemoves .woocommerce-page input.button,
.lifemoves .woocommerce #respond input#submit,
.lifemoves .woocommerce-page #respond input#submit,
.lifemoves .woocommerce #content input.button,
.lifemoves .woocommerce-page #content input.button,
.lifemoves .woocommerce a.button.alt:hover,
.lifemoves .woocommerce-page a.button.alt:hover,
.lifemoves .woocommerce button.button.alt:hover,
.lifemoves .woocommerce-page button.button.alt:hover,
.lifemoves .woocommerce input.button.alt:hover,
.lifemoves .woocommerce-page input.button.alt:hover,
.lifemoves .woocommerce #respond input#submit.alt:hover,
.lifemoves .woocommerce-page #respond input#submit.alt:hover,
.lifemoves .woocommerce #content input.button.alt:hover,
.lifemoves .woocommerce-page #content input.button.alt:hover,
.lifemoves .woocommerce a.button:hover,
.lifemoves .woocommerce-page a.button:hover,
.lifemoves .woocommerce button.button,
.lifemoves .woocommerce-page button.button:hover,
.lifemoves .woocommerce input.button:hover,
.lifemoves .woocommerce-page input.button:hover,
.lifemoves .woocommerce #respond input#submit:hover,
.lifemoves .woocommerce-page #respond input#submit:hover,
.lifemoves .woocommerce #content input.button:hover,
.lifemoves .wp-pagenavi span.current,
.lifemoves .wp-pagenavi a:hover,
.lifemoves .et_password_protected_form .et_submit_button,
.lifemoves .nav-single a,
.lifemoves .posted_in a,
.lifemoves #top-menu li.current-menu-ancestor > a,
.lifemoves #top-menu li.current-menu-item > a,
.lifemoves .bottom-nav li.current-menu-item > a,
.lifemoves .footer-widget h4,
.lifemoves .et_pb_sum,
.lifemoves .et_pb_pricing li a,
.lifemoves .et_pb_pricing_table_button,
.lifemoves .et_overlay::before,
.lifemoves .et_pb_member_social_links a:hover,
.lifemoves .woocommerce-page #content input.button:hover .et_pb_widget li a:hover,
.lifemoves .et_pb_bg_layout_light .et_pb_promo_button,
.lifemoves .et_pb_bg_layout_light.et_pb_module.et_pb_button,
.lifemoves .et_pb_bg_layout_light .et_pb_more_button,
.lifemoves .et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active,
.lifemoves .et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active,
.lifemoves .et_pb_gallery .et_pb_gallery_pagination ul li a.active,
.lifemoves .et_pb_contact_submit,
.lifemoves .et_pb_bg_layout_light .et_pb_newsletter_button
{
    color: #00a7cc;
}
*/

.link-heading {
    font-size: 17px!important;
    line-height: 24px;
}


/*
.main-landing .et_pb_button
{
    margin-bottom: 5%;
}

.main-landing .et_pb_row_fullwidth
{
    width: 100%!important;
    max-width: 100%!important;
    padding: 0!important;
}

.main-landing .memoves-morememoves-logos img,
.main-landing .lifemoves-logo img
{
    max-height: 50px;
}

.main-landing .memoves-morememoves-logos,
.main-landing .lifemoves-logo
{
    padding: 5%;
}
*/

.main-title {
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}

.my_tab .download_btn {
    font-size: 12px!important;
    font-weight: 600!important;
    transition: all .5s ease 0!important;
    text-align: center!important;
    text-transform: uppercase!important;
    color: #fff!important;
    border: none!important;
    border-radius: 5px!important;
    background: #0072bf!important;
    box-shadow: none!important;
    text-shadow: none!important;
}

.my_tab .download_btn:hover {
    color: #fff!important;
}


/*
.page-id-1401 .cart .button.alt,
.page-id-1422 .cart .button.alt
{
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;

    position: relative;
    left: auto;

    display: inline-block;
    float: none;
    overflow-x: visible;
    overflow-y: visible;

    width: 180px;
    height: 60px;
    margin: 0 0 0 10px;
    padding: 13px 24px 14px;

    border-collapse: separate;

    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;

    color: #ffffff;
    border-width: 0;
    border-style: none;
    border-color: #ffffff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #0072bf;
    background-image: none;
    background-attachment: scroll;
    -webkit-background-clip: border-box;
            background-clip: border-box;
            background-origin: padding-box;
    -webkit-background-size: auto;
            background-size: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;

    -webkit-appearance: none;
    -webkit-background-origin: padding-box;
    -webkit-font-smoothing: auto;
}

.page-id-1401 .cart .button.alt:hover,
.page-id-1422 .cart .button.alt:hover
{
    color: #ffffff;
    background-color: #0072bf;
}

.page-id-1401 .cart .quantity .input-text.qty.text,
.page-id-1422 .cart .quantity .input-text.qty.text
{
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 23.799999237061px;

    display: block;
    float: left;

    width: 50px;
    height: 60px;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 0 0 0 15px;

    border-collapse: separate;

    text-align: left;
    vertical-align: baseline;

    color: #666666;
    border-width: 0;
    border-style: none;
    border-color: #666666;
    outline-width: 0;
    outline-style: none;
    outline-color: #666666;
    background-color: #dcdcdc;
    background-image: none;
    background-attachment: scroll;
    -webkit-background-clip: border-box;
            background-clip: border-box;
            background-origin: padding-box;
    -webkit-background-size: auto;
            background-size: auto;

    -webkit-background-origin: padding-box;
    -webkit-font-smoothing: antialiased;
}
*/


/*
.page-press .et_pb_image img
{
    width: auto;
    height: 500px;
}

.page-press .et_pb_row
{
    padding-top: 0;
    padding-bottom: 0;
}


.page-press h1
{
    font-weight: 700;

    text-align: center;
    text-transform: uppercase;
}

.page-press h2
{
    font-weight: 700;

    margin-top: 2em;
}


.page-press h2,
.page-press h3,
.page-press h5,
.page-press iframe,
.page-press img,
.page-press ol,
.page-press p,
.page-press ul
{
    margin-bottom: 1em!important;
}
*/

.sub_heading {
    font-weight: 600;
    text-align: right;
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.thumbnail {
    line-height: 1.42857;
    display: block;
    margin-bottom: 20px;
    padding: 4px;
    transition: border .2s ease-in-out 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.thumbnail>img,
.thumbnail a>img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.thumbnail:hover,
.thumbnail:focus,
.thumbnail.active {
    border-color: #0072bf;
}

.videoWrapper {
    position: relative;
    height: 0;
    padding-top: 25px;
    padding-bottom: 56.25%;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video_section p {
    text-align: justify;
}

.video_section_gray {
    background-color: #f4f4f4!important;
}

.video_section_gray>.et_pb_slide {
    background-color: transparent!important;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
}

.woocommerce-product-page {
    clear: both;
}

.woocommerce-product-page .product .product_title {
    font-size: 20px!important;
    font-weight: 700;
}

.woocommerce-product-page .product .product_title,
.woocommerce-product-page .entry-summary .price span {
    font-size: 18px!important;
}

.woocommerce-product-page .product-type-variable-subscription .cart,
.woocommerce-product-page .product .cart {
    margin-top: 0!important;
}

.woocommerce-product-page .quantity .qty {
    margin-bottom: 0;
}

.woocommerce-product-page .variations {
    margin-bottom: 0!important;
}

.woocommerce-product-page .woocommerce .product .cart .variations td,
.woocommerce-product-page .woocommerce div.product form.cart,
.woocommerce-product-page .woocommerce-variation-price,
.woocommerce-product-page .woocommerce-variation-add-to-cart,
.woocommerce-product-page .entry-summary .entry-title,
.woocommerce-product-page .woocommerce div.product p.price {
    margin-bottom: 1em!important;
    padding: 0!important;
}

a,
#et_search_icon:hover,
.mobile_menu_bar::before,
.mobile_menu_bar::after,
.et-social-icon a:hover,
.comment-reply-link,
.form-submit .et_pb_button,
.entry-summary p.price ins,
.woocommerce div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce #content div.product span.price,
.woocommerce-page #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce #content div.product p.price,
.woocommerce-page #content div.product p.price,
.woocommerce .star-rating span::before,
.woocommerce-page .star-rating span::before,
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button,
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce #content input.button:hover,
.wp-pagenavi span.current,
.wp-pagenavi a:hover,
.et_password_protected_form .et_submit_button,
.nav-single a,
.posted_in a,
#top-menu li.current-menu-ancestor>a,
#top-menu li.current-menu-item>a,
.bottom-nav li.current-menu-item>a,
.footer-widget h4,
.et_pb_sum,
.et_pb_pricing li a,
.et_pb_pricing_table_button,
.et_overlay::before,
.et_pb_member_social_links a:hover,
.woocommerce-page #content input.button:hover .et_pb_widget li a:hover,
.et_pb_bg_layout_light .et_pb_promo_button,
.et_pb_bg_layout_light.et_pb_module.et_pb_button,
.et_pb_bg_layout_light .et_pb_more_button,
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active,
.et_pb_gallery .et_pb_gallery_pagination ul li a.active,
.et_pb_contact_submit,
.et_pb_bg_layout_light .et_pb_newsletter_button {
    color: #0072bf;
}

.pp-multiple-authors-wrapper+.pp-multiple-authors-wrapper {
    display: none!important;
}

/* **************************************************
 * YouTube icon
 * ************************************************** */

 .et-social-youtube a.icon:before {
    content: "\e0a3";
 }