/*** Organized/beautified code and fixed Footer and mobile nav issues | 3742327-zen ***/
/* change line height and font weight to contact info widget */ 
#widget_contact_info-3 a {
    line-height: 2em;
    font-weight: 400;
}

/* --- HEADER TWEAKS BEGIN HERE --- */

.top-bar-wrapper {
    max-width: 100%;
    padding: 0 2em;
}

.site-branding-wrapper {
    max-width: 100%;
    padding: 0 2em;
}

@media screen and (min-width: 768px) {
    .site-branding-wrapper {
        max-width: 100%;
        padding: 0 4em 0 2em;
    }
}
/* Hide page title for Anyone Can Meditate | 32329472-hc */
.page-id-709 .entry-title {
    display: none;
}

.menu-primary-container {
    display: none;
}

.toggled .menu-primary-container {
    display: block;
}

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

.main-navigation li {
    border-top: 1px solid #dddddd;
    display: block;
    float: none;
}

#site-navigation .menu-toggle {
    border-color: #ffffff!important;
    color: #ffffff!important;
    width: 150px;
    display: inline-block;
}

element.style {}

.sticky-wrapper a {
    color: white!important;
}

body,
.main-navigation a,
.main-navigation a:visited,
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:visited:hover,
.main-navigation a:visited:focus,
.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current-menu-ancestor>a {
    color: #333;
}

@media screen and (max-width: 1099px) {}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
    .main-navigation a {
        padding: 0.6em 0 0.6em 2.4em;
        transition: opacity 0.3s;
    }
    #site-navigation.main-navigation.toggled {
        float: none;
        text-align: left;
        margin-left: 0;
        padding: 0;
        position: initial;
        width: 100%;
        max-width: 150px;
    }
    #site-navigation .menu-toggle {
        border-color: #ffffff!important;
        color: #ffffff!important;
        width: 150px;
        display: block;
    }
    #site-navigation.main-navigation.toggled .menu-primary-container {
        position: absolute;
        width: 100%;
        left: 0;
        top: 100%;
        padding: 0 2em;
        background: #536e75;
        z-index: 9999;
        padding-bottom: 1em;
        max-height: 320px;
        overflow: scroll;
    }
    #site-navigation.main-navigation.toggled ul ul {
        background-color: unset!important;
        box-shadow: unset;
        float: none;
        position: initial;
        top: 0;
        left: 0;
        z-index: unset;
        margin-left: 0;
    }
    #site-navigation.main-navigation.toggled ul ul li a {
        padding-left: 4em;
        width: 500px;
    }
    #site-navigation.main-navigation.toggled ul ul li ul li a {
        padding-left: 6em;
        width: 500px;
    }
    #site-navigation.main-navigation.toggled li.menu-item-has-children a:after {
        content: "";
    }
    #site-navigation.main-navigation.toggled .sub-menu a {
        color: inherit!important;
    }
}

@media screen and (min-width: 1100px) {
    .site-branding {
        min-width: 25%;
    }
    .menu-toggle {
        display: none!important;
    }
    .menu-primary-container {
        display: block;
    }
    .main-navigation ul {
        display: block;
        list-style: none;
        margin: 0;
        padding-left: 0;
    }
    .main-navigation li {
        border-top: 0;
        display: inline-block;
        float: none;
    }
}


/* change header color | 27512651-hc kf */

.sticky-wrapper {
    background-color: #536e75!important;
}

.sticky-wrapper a {
    color: white!important;
}


/* logo same size on scroll | KS-18494227-hc */

@media screen and (min-width: 1100px) {
    .sticking .custom-logo {
        max-height: 100px;
        position: relative;
        top: -20px;
        margin-bottom: -40px;
    }
}


/*--- MAIN CONTENT SECTION TWEAKS BEGIN HERE --- */

body:not(.home) .custom-header {
    display: none
}

#content.site-content {
    padding-bottom: 0;
}

.home .wp-block-columns.alignfull.has-background {
    margin-bottom: 0;
}

.press .wp-block-group__inner-container>p {
    display: none;
}


/* Hide home page title | 27512651-hc kf */

.home .entry-title {
    display: none;
}

/* Page titles / 29952144-HC (MI) */
.page .entry-header h1.entry-title {
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
}

/*--- FOOTER TWEAKS BEGIN HERE --- */

.entry-footer {
    display: none;
}

@media only screen and (min-width: 768px) {
    footer {
        padding: 2em;
    }
    footer .footer-widgets .footer-widgets-wrapper {
        max-width: 100%;
        padding: 0;
    }
    footer .site-info {
        display: none;
    }
}


/*--- COLOR TWEAKS BEGIN HERE --- */


/* unset cover block internal color | 27512651-hc kf */

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    color: unset;
}


/* change link color | 27240305-hc bk */

.comment-navigation a,
.comment-navigation a:visited,
.post-navigation a,
.post-navigation a:visited,
.posts-navigation a,
.posts-navigation a:visited,
#primary a,
#primary a:visited {
    color: #707796;
}


/* woo-specific colors (cart widget, buttons, etc)| KS-18494227-hc */

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt {
    border: none;
    background: #b0b7ca;
    color: #333;
}

.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus {
    border: none;
    background: #536e75;
    color: #fff;
    box-shadow: 0 0 5px #fff;
}

.woocommerce-tabs ul.tabs li.active a {
    color: #b0b7ca;
}

.widget_shopping_cart_content,
.widget_shopping_cart_content a {
    color: #333;
}


/* change default button block colors | 27512651-hc kf */

.wp-block-button__link {
    background-color: #707796;
    color: #eff0f2;
}


/* --- SPACING TWEAKS BEGIN HERE --- */


/* post thumbnails centered | 27512651-hc kf */

.post-thumbnail {
    text-align: center;
}


/* Page width widerh | smf-20757884-hc */

.no-sidebar:not(.page-template-full-width-page):not(.page-template-front-page) .content-area {
    max-width: 100%;
}


/* Have full-width widgets paragraph elements appear side-bty-side | 24525951-hc */

#text-15 p {
    display: inline-block;
}


/* Add spacing and styling to page titles | 27512651-hc kf */

.entry-header .entry-title {
    padding-top: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* Reduce content top spacing / 25844526-HC (MI) */

.site-content {
    padding-top: 0;
}

.page-template-full-width-page .site-content {
    padding-top: 0;
.entry-title {
  font-weight: 800 !important;
}

}h2 {
  font-size: 28px;
  font-weight: 500;
}

h3 {
  font-size: 22px;
  font-weight: 500;
}
h2 {
margin-top: 30px;
}