/*
 Theme Name:   JST Child Theme
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Based on the 2020 theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  materiell
*/


.powered-by-wordpress {
    display: none;
}

.primary-menu-wrapper a {
    color: #606060 !important;
}

.sub-menu {
    background: #344560 !important;
    border-radius: 0px !important
}

body:not(.overlay-header) .primary-menu > li > ul:after {
    border-bottom-color: #344560;
}

.sub-menu a {
    color: white !important;
    text-decoration: none !important;
}

.sub-menu a:hover {
    background: #971f5d !important;
}

.hero1 {
    background: radial-gradient(circle at 100%, #e9eff5 57%, #dbe4ee 0%);
    padding: 4rem;
}

.hero2 {
    background: radial-gradient(circle at 0%, #fed68e 57%, #fdbb42 0%);
    padding: 8rem 4rem;
}

.post-inner {
    padding: 0;
}

.footer-top-visible .footer-nav-widgets-wrapper {
    margin-top: 0px
}

.plumbg {
    background: #971f5d;
    padding: 6rem 2rem 4.5rem;
    color: white;
}

.sagebg {
    background: #3c6e71;
    padding: 6rem 2rem 4.5rem;
    color: white;
}

.bluebg {
    background: #002756;
    padding: 6rem 2rem 4.5rem;
    color: white;
}

.wp-block-button__link {
    font-size: 20px;
    padding: 1.5rem 3rem
}

.footer-text {
    color: #344560;
}

.footer-links {
    list-style: none;
    text-align: right;
}

.footer-links a {
    color: #344560;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.social-icons {
    list-style: none;
    padding: 1rem 0 4rem;
    color: #ffffff;
    justify-content: flex-end;
}

.social-icons a {
    background-color: #ff5101 !important;
    opacity: 1
}

.social-icons svg {
    opacity: 0.45;
}

.social-icons svg:hover {
    opacity: 0.75;
}

.footer-copyright, .materiell a {
    color: #344560;
}

.find-coach-cta {
    padding: 4rem 2rem 3rem !important
}

.singular .entry-header {
    padding-top: 2.5rem
}

.entry-title {
    font-size: 4rem
}

.bio-profile-single {
    margin-top: -4rem !important;
}

.bio-profile-single {
    margin-top: -7rem !important;
}

.bio-profile-single h2 {
    font-weight: 300 !important;
}

@media only screen and (max-width: 699px) {
    .hero-image-mobile {
        max-width: 200px;
        margin: auto;
    }

    .hero1 {
        background: #dbe4ee
    }

    .hero2 {
        background: #fdbb42
    }

    .mission {
        font-size: 2.5rem !important;
    }

    .mission-blurb {
        font-size: 1.75rem !important;
    }

    .social-icons {
        justify-content: center;
    }

    p.footer-text, .footer-widgets img {
        text-align: center !important;
        margin: auto !important
    }

    .footer-links {
        text-align: center !important;
    }

    .footer-copyright {
        margin: 0rem auto 1rem !important;
    }

    #site-footer .footer-inline {
        margin: auto;
        flex-direction: column;
    }

    .bio-profile-single {
        margin-top: -3.5rem !important;
    }
}

.coach-box-1 {
    border-top: 10px solid #f05422;
    padding: 3rem 1rem;
    background: #e9eff5
}

.coach-box-2 {
    border-top: 10px solid #f3764e;
    padding: 3rem 1rem;
    background: #e9eff5
}

.coach-box-3 {
    border-top: 10px solid #f6987a;
    padding: 3rem 1rem;
    background: #e9eff5
}

.coach-box-1 p, .coach-box-2 p, .coach-box-3 p {
    margin: 1rem
}

.top-nav {
    display: none;
    font-size: 14px;
    font-weight: bold;
}

.top-nav a {
    text-decoration: none;
    margin-right: 5px;
}


@media only screen and (min-width: 100px) {
    .header-inner {
        padding-top: .5rem;
    }
    .top-nav {
        display: block;
        padding: 1rem 4rem;
        float: right;
    }
}

.header-navigation-wrapper {
    display: none;
}

@media only screen and (min-width: 1256px) {
    .header-navigation-wrapper {
        align-items: center !important;
        display: flex !important;
    }
}



.header-titles-wrapper {
    display: flex;
    justify-content: space-between;
    min-width: 100%;
    max-width: 100%;
}

@media only screen and (min-width: 1256px) {
    .header-titles-wrapper {
        min-width: 0%;
    }
}

.mobile-search-toggle, .mobile-nav-toggle {
    display: block !important;
}

@media only screen and (min-width: 1256px) {
    .mobile-search-toggle, .mobile-nav-toggle {
        display: none !important;
    }
}

.header-titles {
    width: 100%;
}

@media only screen and (min-width: 1000px) {
    .header-titles {
        width: auto;
    }
}

@media only screen and (min-width: 1000px) {
    .mobile-menu {
        display: block !important;
    }
}