/*
Theme Name: Mental Health Coach 
Theme URI: https://blossomthemes.com/wordpress-themes/mental-health-coach/
Template: blossom-coach 
Author: Blossom Themes
Author URI: https://blossomthemes.com/
Description: Mental Health Coach is a lead-optimized WordPress theme for business owners, coaches, mentors, therapists, presenters, leaders, counsellors, medical professionals, and independent copywriters. This theme comes with a beautiful landing page for marketing your business and introducing yourself. The sections like Banner with Call-to-Action, Newsletter, About, Services, Testimonials, Call-to-Action and Instagram allow you to showcase your services to your audience easily. Additionally, it is compatible with WooCommerce and functions well with LMS plugins like LearnDash and TutorLMS. This mobile-friendly, SEO-friendly theme is simple to use and has been optimized for speed. Mental Health Coach is schema-friendly, RTL script-ready, and translation-ready. Check theme details at https://blossomthemes.com/wordpress-themes/mental-health-coach/, demo at https://blossomthemes.com/theme-demo/?theme=mental-health-coach, documentation at https://docs.blossomthemes.com/mental-health-coach/, and get support at https://blossomthemes.com/support-ticket/
Version: 1.0.0
Requires at least: 4.7
Requires PHP: 5.6
Tested up to: 6.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: mental-health-coach
Tags: blog,one-column,two-columns,right-sidebar,left-sidebar,footer-widgets,custom-background,custom-header,custom-menu,custom-logo,featured-images,threaded-comments,full-width-template,rtl-language-support,translation-ready,theme-options,photography,e-commerce
*/
:root {
    --primary-color: #01415C;
    --primary-color-rgb: 1, 65, 92;
    --secondary-color: #ed706c;
    --secondary-color-rgb: 237, 112, 108;
    --font-color: #595f5f;
    --font-color-rgb: 89, 95, 95;
    --background-color: #fff;
    --background-color-rgb: 255, 255, 255;
    --black-color: #000;
    --black-color-rgb: 0, 0, 0;
    --white-color: #ffffff;
    --white-color-rgb: 255, 255, 255;
    --primary-font: 'Lato', sans-serif;
    --secondary-font: 'Lora', serif;
}

.site .header-lay8 .main-header {
    border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.2);
}

.site .header-lay8 .main-header .wrapper {
    display: flex;
    justify-content: space-between;
}

.site .header-lay8 .main-header .wrapper .menu-wrap {
    display: flex;
    align-items: center;
}

.site .header-lay8 .main-header .wrapper .menu-wrap nav+.button-wrap {
    margin-left: 40px;
}

.site .header-lay8 .header-t {
    background-color: rgba(var(--secondary-color-rgb), 0.1);
    border-bottom: 0
}

.site .header-lay8 .header-t .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site .header-lay8 .main-header .wrapper::before,
.site .header-lay8 .main-header .wrapper::after,
.site .header-lay8 .header-t .wrapper::before,
.site .header-lay8 .header-t .wrapper::after {
    content: none;
}

.site .header-lay8 .main-header .wrapper .site-branding {
    flex: unset;
}

.site .header-lay8 .header-t .wrapper .top-right {
    float: unset;
    width: unset;
    padding-left: 30px;
}

.site .header-lay8 .header-t .wrapper .top-right .header-social {
    padding-right: 30px;
}

.site .header-lay8 .header-t .wrapper .top-right .header-search {
    border-left: 0;
    border-right: 1px solid #e5e5e5;
    padding-left: 0;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 10px;
}



.site .header-lay8 .header-t .wrapper .top-left {
    width: unset;

}

.site .header-lay8 .header-t .wrapper .top-left span svg {
    fill: var(--primary-color);
    margin-right: 5px;
}

.site .header-lay8 .header-t .wrapper .top-left span svg path {
    fill: rgba(var(--primary-color-rgb), 0.5);
    margin-right: 5px;
}

.site .header-lay8 .header-t .wrapper .top-left span a {
    color: #46493C;
}

.site-header.header-lay8 .button-wrap a {
    padding: 13px 20px;
    white-space: nowrap;
    font-weight: normal;
}

.header-lay8 .header-cart {
    margin-left: 0;
}

/* mobile header */

@media(min-width:1025px) {
    .header-lay8 .mobile-menu {
        display: none;
    }
}

@media(max-width:1024px) {

    .admin-bar .menu-wrap nav.main-navigation.menu-toggled .toggle-button,
    .menu-wrap nav.main-navigation.menu-toggled .toggle-button {
        position: relative;
        top: unset;
        right: unset;
        z-index: unset;
    }

    .main-navigation.menu-toggled button.toggle-button .toggle-bar:first-child {
        transform: unset;
        top: -10px;
    }

    .main-navigation.menu-toggled button.toggle-button .toggle-bar:nth-child(2) {
        opacity: 1;
        visibility: visible;
    }

    .main-navigation.menu-toggled button.toggle-button .toggle-bar:last-child {
        transform: unset;
        top: 10px
    }

    .desktop.main-header,
    .header-t.desktop {
        display: none !important;
    }

    .mobile-menu .main-header {
        border-bottom: 0;
    }

    .mobile-menu .main-header .wrapper::after,
    .mobile-menu .main-header .wrapper::before {
        content: none;
    }

    .mobile-menu .main-header .wrapper .site-branding {
        flex: unset;
        width: unset;
        border-bottom: 0;
    }

    .mobile-menu .nav-slide-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        background: #f5f5f5;
        height: 100%;
        width: 50%;
        z-index: 9999;
        padding-top: 80px;
        overflow-y: auto;
        text-align: left;
        box-shadow: 10px 0 20px rgb(0 0 0 / 10%);
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all ease 0.35s;
        -moz-transition: all ease 0.35s;
        transition: all ease 0.35s;
    }

    .mobile-menu .nav-slide-wrapper .wrapper .menu-wrap,
    .mobile-menu .nav-slide-wrapper .wrapper .menu-wrap .main-navigation {
        width: 100%;
        overflow: hidden;
    }

    .mobile-menu .nav-slide-wrapper.menu-toggled {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    .mobile-menu .nav-slide-wrapper .menu-wrap .primary-menu-list {
        all: unset;
    }

    .mobile-menu .nav-slide-wrapper .main-navigation .toggle-button {
        display: none;
    }

    .mobile-menu .main-header .menu-toggled {
        width: 40px;
        height: 40px;
    }

    .mobile-menu .main-header .toggle-button {
        display: block;
        padding: 0;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        position: relative;
    }

    .mobile-menu .main-header .menu-toggled .toggle-button {
        position: absolute;
        top: 20px;
        right: 55%;
        z-index: 99999;
    }

    .mobile-menu .main-header button.toggle-button .toggle-bar {
        display: block;
        width: 20px;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        -webkit-transition: all ease 0.35s;
        -moz-transition: all ease 0.35s;
        transition: all ease 0.35s;
    }

    .mobile-menu .main-header button.toggle-button .toggle-bar:first-child {
        top: -10px;
    }

    .mobile-menu .main-header button.toggle-button .toggle-bar:last-child {
        top: 10px;
    }

    .header-lay8 .mobile-menu .nav-slide-wrapper .close {
        border-radius: 100%;
        top: 3%;
    }

    .header-lay8 .mobile-menu .close:hover::after,
    .header-lay8 .mobile-menu .close:hover::before {
        background-color: #fff;
    }



    .mobile-menu .nav-slide-wrapper .header-t {
        padding: 0;
        border: 0;
        background: none;
    }

    .mobile-menu .nav-slide-wrapper .header-t .wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .mobile-menu .nav-slide-wrapper .header-t .wrapper .top-right {
        padding-left: 0;
        margin-bottom: 21px;
        display: flex;
        width: 100%;
        padding-left: 20px;
        align-items: center;
        border-top: 0
    }

    .site .mobile-menu .header-t .wrap-right .top-left,
    .mobile-menu .header-t .wrap-right {
        width: 100%;
        margin-top: 28px;
    }

    .mobile-menu .header-t .wrap-right .top-left>span {
        display: block;
        text-align: left;
        margin: 0 0 12px 20px;
    }

    .mobile-menu .header-t .wrap-right .button-wrap {
        text-align: left;
        margin: 18px 0 0 10px;
    }

    .mobile-menu .header-t .main-navigation ul.menu {
        width: 100%;
    }

    .mobile-menu .main-header .wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .site .header-lay10 .main-header .site-branding {
        border-top: 0;
    }

    .site-banner .banner-caption {
        padding: 20px 0px;
    }

    header six .style-six.site-banner {
        padding: 60px 0;
    }
}

@media(max-width:580px) {
    .main-header .menu-wrap {
        display: flex;
        flex-wrap: nowrap;
    }

    .mobile-menu .nav-slide-wrapper {
        width: 100%;

    }

    .mobile-menu.m-toggled .main-header .toggle-button {
        right: 40px
    }
}



.style-four.site-banner .wp-custom-header img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.style-four.site-banner .banner-caption {
    background: unset;
    padding: 0;
}

.style-four.site-banner .banner-caption .wrapper .banner-wrap {
    width: unset;
    max-width: 568px;
    padding: 37px 12px 0;
    background-color: var(--white-color);
    float: unset;
    border-radius: 5px;
}

.style-four.site-banner .banner-caption .banner-wrap {
    text-align: left;
}

.style-four.site-banner .banner-caption .banner-wrap .subtitle {
    font-size: 0.89em;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0.66px;
    color: var(--secondary-color);
    margin: 0;
}

.style-four.site-banner .banner-caption .banner-wrap .banner-title {
    font-size: 2.67em;
    line-height: 58px;
    color: var(--black-color);
    margin-top: 10px;
    font-weight: 700;

}

.style-four.site-banner .banner-caption .banner-wrap .banner-content p {
    color: rgba(var(--black-color-rgb), 0.9);
    font-size: 1.11em;
    line-height: 34px;
    letter-spacing: 0.0165em;
}

.style-four.site-banner .banner-caption .banner-wrap .banner-content p:last-child {
    margin-bottom: 0;
}


.style-four.site-banner .banner-wrap .banner-link {
    background-color: var(--secondary-color);
    border: 0;
    vertical-align: middle;
    display: inline-block;
    color: var(--white-color);
    font-size: 1em;
    font-weight: 400;
    padding: 13px 40px;
    margin-top: 40px;
    border-radius: 5px;
}

.style-four.site-banner .banner-wrap .banner-link:hover {
    background-color: var(--primary-color);
    border: 0;
    color: var(--white-color);
}



@media screen and (max-width: 1600px) and (min-width: 768px) {
    .site-banner.style-four .wp-custom-header img {
        height: 700px;
    }
}

@media screen and (max-width: 768px) and (min-width: 640px) {
    .site-banner.style-four .wp-custom-header img {
        height: 500px;
    }
}

@media screen and (max-width: 767px) {
    .style-four.site-banner .banner-caption .banner-wrap .banner-title {
        font-size: 2em;
        line-height: 51px;
    }
}

@media screen and (max-width: 640px) {
    .site-banner.style-four .wp-custom-header img {
        height: auto;
        width: auto;
    }

    .site-banner.style-four .banner-caption .banner-wrap>.banner-content {
        display: block;
    }
}

@media (min-width: 640px) {
    .style-four.site-banner .banner-caption .wrapper .banner-wrap {
        padding: 30px 30px 40px;
        box-shadow: 5px 5px 0px 0 var(--primary-color);
    }
}

@media (min-width: 992px) {
    .style-four.site-banner .banner-caption .wrapper .banner-wrap {
        padding: 50px 50px 60px;
    }
}


/* testimonial style two */
.testimonial-section.style-two .grid {
    background-color: rgba(var(--secondary-color-rgb), 0.05);
    padding: 50px 15px;
}

.testimonial-section.style-two .grid .widget_bttk_testimonial_widget {
    max-width: 770px;
    margin: 0 auto;

}

.testimonial-section.style-two .grid .bttk-testimonial-inner-holder .testimonial-icon {
    display: flex;
    justify-content: center;
}

.testimonial-section.style-two .grid .bttk-testimonial-inner-holder .testimonial-icon span {
    background-color: var(--secondary-color);
    display: inline-block;
    width: 67px;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.testimonial-section.style-two .widget_bttk_testimonial_widget .testimonial-meta,
.testimonial-section.style-two .widget_bttk_testimonial_widget .text-holder {
    margin-top: 40px;
}

.testimonial-section.style-two .widget_bttk_testimonial_widget .img-holder {
    position: static;
    border-radius: 100%;
}

.testimonial-section.style-two .widget_bttk_testimonial_widget .img-holder img {
    border-radius: 100%;
}

.testimonial-section.style-two .widget_bttk_testimonial_widget .user-detail {
    display: flex;
    align-items: center;

}


.testimonial-section.style-two .widget_bttk_testimonial_widget .user-detail .name+.designation {
    padding-left: 12px;
    margin-left: 12px;
    line-height: 1.2;
    border-left: 1px solid rgba(0, 0, 0, 0.4);

}

section.testimonial-section.style-two {
    margin-bottom: 80px;
}

.testimonial-section.style-two .widget_bttk_testimonial_widget .testimonial-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 15px;
}

.testimonial-section.style-two .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-section.style-two .owl-dots .owl-dot {
    background: rgba(0, 0, 0, 0.3);
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.testimonial-section.style-two .owl-dots .owl-dot+.owl-dot {
    margin-left: 8px;
}

.testimonial-section.style-two .owl-dots .owl-dot.active {
    background: var(--primary-color);
}

.testimonial-section.style-two .grid .bttk-testimonial-inner-holder .testimonial-icon span svg {
    width: 30px;
}

@media(max-width:767px) {
    .testimonial-section.style-two .widget_bttk_testimonial_widget .testimonial-meta {
        flex-direction: column;
    }

    .testimonial-section.style-two .widget_bttk_testimonial_widget .user-detail {
        flex-direction: column;

    }

    .testimonial-section.style-two .widget_bttk_testimonial_widget .user-detail .name {
        margin-top: 0;
    }

    .testimonial-section.style-two .widget_bttk_testimonial_widget .user-detail .name+.designation {
        padding: 0;
        margin-top: 5px;
        border-left: 0;
    }

    .testimonial-section.style-two .grid .bttk-testimonial-inner-holder .testimonial-icon span {
        width: 50px;
        height: 50px;
    }

    .testimonial-section.style-two .grid .bttk-testimonial-inner-holder .testimonial-icon span svg {
        width: 25px;
    }
}

.service-section.style-two .icon-holder img {
    border-radius: 8px;
}

.service-section.style-two .widget_bttk_icon_text_widget .icon-holder {
    width: auto;
    height: auto;
}


.site-banner.style-four .wp-custom-header::before {
    content: none;
}

.site-header.header-lay8 .button-wrap a.btn-cta:hover {
    background: var(--secondary-color);
}

.style-four.site-banner.item-right .banner-caption .banner-wrap {
    margin: 0 0 0 auto;
}

section.contact-section {
    background-color: rgba(var(--secondary-color-rgb), 0.05);
}

section.service-section {
    background: rgba(var(--secondary-color-rgb), 0.05);
}

#secondary .widget_bttk_author_bio .author-socicons .svg-inline--fa {
    vertical-align: 0;
}

.testimonial-section.style-two .widget_bttk_testimonial_widget .user-detail .name+.designation {
    margin-top: 5px;
}