/**
 * Theme Name: Child Theme
 * Template:   client-theme
 * Author: Keith Pennington
 * Author URI: https://clearspringhealthcare.com
 * Description: A custom theme for the AAM site, built with tailwindcss and the Gutenberg Block Editor
 * Version: 1.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: child-theme
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned with others.
 */


/* Fonts */

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

/* Child Theme Styles */
#main-menu a[title="Get in touch"] {
    display: flex;
    color: #282828;
    height: fit-content;
    align-items: center;
}

#main-menu a[title="Get in touch"] span {
    font-size: 2.2rem;
    margin-top: -7px;
}

#main-header {
    z-index: 999;
    background-color: #EDF1F6;
}


#main-header.scrolled {
    position: fixed;
    display: flex;
    justify-content: center;
    background-color: #EDF1F6;

}

#main-header .scrolled .dropdown-menu li a {
    color: white;
}

#main-nav {
    display: none;
    width: 100%;
}

#main-nav-wrapper #main-menu li {
    display: flex;
}

#main-nav-wrapper #main-menu li:nth-child(1),
#main-nav-wrapper #main-menu li:nth-child(4) {
    justify-content: flex-center;
}

@media only screen and (min-width: 1024px) {
    #main-nav {
        display: flex;
    }

    #main-nav-wrapper {
        display: block;
    }
}

#footer-inner {
    color: #ffffff;
    background-color: #081F5C;
}

#footer-inner a,
#footer-inner {
    color: #e5e5e5;
    font-size: 14px;
    text-decoration: none;
    line-height: 2rem;
}

#footer-inner a:hover {
    opacity: 0.7;
}


#copyright {
    font-size: 12px;
}

#leads-divider {
    margin: 10px;
}

#main-menu {
    margin-top: 10px;
}

body {
    background-color: #F9FCFF
}

.text-secondary {
    color: #6d6d6d
}


.contact-home-header-button {
    border-style: solid;
    border-width: 1px;
    border-color: black;
    padding: 0px;
    height: 43px;
}


.login-input {
    padding: 20px;
    width: 100%;
}

.login-input::placeholder {
    color: #282828;
    width: 100%;
    font-family: Poppins, 'Font Awesome 5 Free' !important;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;

}


.page-id-1057 #main-header {
    display: none;

}

.page-id-1057 #main-footer {
    display: none;

}

.underline-offset-1 {
    text-decoration: underline;
}

#mobile-menu li a {
    width: 50%;
    justify-content: flex-start;
}

#mobile-menu li a span {
    margin-left: 5px;
}