/*
Theme Name:   Legendary Toolkit Child
Description:  Write here a brief description about your child-theme
Author:       legendarylion
Author URL:   https://legendarylion.com
Template:     legendary-toolkit
Version:      1.1.2
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  Legendary Toolkit Child
*/


/*
CHILD THEME STYLES
*/

.container-fluid {
    padding-left: 35px;
    padding-right: 35px;
}

.w-100 * {
    width: 100%;
}

.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p,
.white-text,
.white-text:hover {
    color: white;
}

.navbar li.btn {
    margin-left: 30px;
}

.navbar {
    align-items: center;
}

.header-call {
    margin-left: 30px;
}

.dark-mode {
    background: #3a3a3a;
}


/* body.home header#masthead {
    background-color: var(--scrolling_header_background);
} */


/*body:not(.page-id-229) header#masthead {
    background-color: var(--scrolling_header_background);
}
*/


/* body.page-id-229 header#masthead {
    background-color: var(--scrolling_header_background);
} */

.dark-mode p,
.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6 {
    color: #ffffff !important;
}

#footer_columns,
#footer_columns p {
    /* color:white; */
    font-weight: 400;
}

#footer_columns p {
    margin: 0;
}

#footer_columns a {
    padding: 0;
}

#menu-footer-menu {
    margin: 0 !important;
}

.legendary-footer-links {
    background: #232323;
    padding: 20px;
}

.top-bar-content p {
    font-size: 12px;
}


/* #mobile_site_logo{
    width:100px;
} */

#mobile-menu-top-content p,
#mobile-menu-bottom-content p {
    color: white
}


/*
legendary-css.css
*/

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
    transition: 1s;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.v-dialog.v-dialog--active {
    border: 1px solid rgba(255, 255, 255, .74);
}

::selection {
    background: #000;
}

::-moz-selection {
    background: #000;
}

.blog #content {
    max-width: 900px;
}


/* ************ */

::selection {
    background: var(--primary_color) !important;
    color: #fff;
}

div#page {
    width: 100%;
    overflow-x: hidden;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}


/* Base Typography
------------------------------------------------------------------------------*/

body {
    line-height: 1.5;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    min-height: -webkit-fill-available;
    height: auto;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1.2;
}

p {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
}

body.overflow-hidden {
    overflow: hidden;
}

.btn-black {
    background: var(--primary_color);
    padding: 12px 43px;
    border-radius: 4px;
    border: solid 1px var(--primary_color);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    color: #fff !important;
    font-family: 'Poppins', sans-serif !important;
}

.btn-black:hover {
    background: transparent;
    color: var(--primary_color) !important;
}

#footer_columns a:hover,
#footer_columns a:focus,
.navbar-nav li a:not(.btn):hover,
.navbar-nav li a:not(.btn):focus {
    color: var(--primary_color) !important;
}

.btn:hover {
    opacity: 0.8;
}

.btn-transparent {
    background: transparent;
    padding: 11px 43px;
    border-radius: 4px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffff;
    border: solid 1px #ffff;
    display: inline-block;
    vertical-align: middle;
}

.btn-transparent:hover {
    background: #fff;
    color: var(--primary_color) !important;
    border: solid 1px #fff;
}

a {
    transition: 0.2s ease all;
}

.wrapper {
    width: 100%;
    overflow-x: hidden;
}

.main-header {
    background: #fff;
    padding: 15px 0;
    position: relative;
    transition: all 0.3s ease;
}

.navbar-brand #site_logo {
    max-width: 340px;
}

.navbar-right-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.navigation-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 10;
}

header#masthead * {
    font-family: "Roboto", sans-serif;
}

#main-nav>ul>li {
    padding: 0 16px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

#main-nav>ul>li:last-child {
    padding-right: 0;
}

.navigation-menu>ul>li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 28px;
    width: 100%;
    height: 50px;
}

#main-nav>ul>li.btn-black {
    padding-left: 100px;
    background: transparent;
    border: none;
}

#main-nav ul li.btn-black a {
    background: var(--primary_color);
    padding: 12px 43px !important;
    border-radius: 4px;
    border: solid 1px var(--primary_color);
    font-size: 18px;
    text-transform: uppercase !important;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    color: #fff !important;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.5 !important;
}

#main-nav ul li.btn-black a:hover {
    background: transparent;
    color: var(--primary_color) !important;
}

.main-header.fixed .header-logo img {
    max-width: 240px;
}

.main-header.fixed .navigation-menu>ul>li .btn-black {
    padding: 8px 43px;
}

.site-header.is-stuck .navbar-brand #site_logo {
    max-width: 250px;
}

ul#menu-main-menu {
    display: flex;
    align-items: center;
}

.menu-item .btn {
    padding: 11px 70px !important;
    font-size: 18px !important;
}

.header-call {
    font-size: 18px;
    font-weight: 500;
}

.navbar-right-col .dropdown-menu {
    position: absolute;
    top: calc(100% + 30px);
}

.navbar-right-col #menu-main-menu>.menu-item-has-children:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    top: 100%;
}

#footer_columns {
    width: 100%;
    padding: 70px 0;
}

*.footer-up {
    font-family: 'Roboto', sans-serif !important;
}

.footer-logo {
    max-width: 340px;
}

#footer_columns [class*="col-"] ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin-bottom: 50px;
}

#footer_columns [class*="col-"] ul li {
    display: inline-block;
    padding: 0 20px;
}

#footer_columns [class*="col-"] ul li a {
    color: #000000;
    font-size: 18px;
}

.footer-logo {
    margin-bottom: 45px;
}

#footer_columns a:hover {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

#footer_pre_footer {
    text-align: center;
}

#footer_pre_footer p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#footer_pre_footer {
    padding: 8vw 0;
}

#footer_pre_footer .btn,
.btn.btn-green {
    background: var(--primary_color);
    border-color: var(--primary_color);
    color: #fff;

}

#footer_pre_footer .btn {
    margin-top: 20px;
}

.footer-phone-number {
    font-size: 25px;
    font-weight: 500;
    font-family: inherit;
    margin-bottom: 5px;
    display: block;
}

.footer-email {
    font-weight: 500;
    font-size: 18px;
}

.footer-contact {
    max-width: 800px;
    margin: 0 auto;
    justify-content: center;
}

.footer-contact p {
    display: flex;
    align-items: center;
}

#footer_columns .footer-contact p:first-child {
    margin-right: 60px;
}

#footer_column_2 {
    align-items: center;
    display: flex;
    justify-content: center;
}

#footer_column_3 {
    text-align: right;
}

#footer_columns .footer-contact a {
    font-size: 25px;
    font-weight: 500;
    color: #000;
    padding: 5px;
}

.legendary-footer-links {
    display: none;
}

.cta-section {
    width: 100%;
    padding: 110px 0;
}

.cta-content {
    max-width: 700px;
    margin: 25px auto 50px;
}

#colophon p {
    font-size: 14px;
    color: #555555;
}

.btn {
    padding: 10px 42px;
    border: 1px solid;
    text-transform: uppercase;
}

.tree-image-arround-text img {
    width: 100%;
}

.hero-section {
    position: relative;
}

.hero-section:before {
    content: "";
    height: 150px;
    background: url(../../../wp-content/uploads/2022/10/hero-bottom-vector.png);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-inner-block p {
    font-size: 18px;
    line-height: 2;
}

.hero-button-group {
    margin: -5px;
    margin-top: 40px;
}

.hero-button-group .btn:not(:last-child) {
    margin-right: 2.8vw;
}

.hero-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content {
    position: relative;
    z-index: 1;
    padding: 100px 0 200px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hero-tag {
    padding-left: 18%;
    position: relative;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 20px;
}

.hero-tag:before {
    content: "";
    height: 1px;
    width: calc(18% - 20px);
    background: #fff;
    position: absolute;
    top: 12px;
    left: 0;
}

.hero-inner-block h1 {
    color: #fff;
}

.hero-inner-block p {
    color: #fff;
}

.hero-inner-block .btn {
    margin: 5px;
    color: #fff;
}

.hero-inner-block {
    max-width: 660px;
}

.btn.btn-video {
    padding-right: 75px;
    background-image: url(https://staging.childcounselorsanramon.com/wp-content/uploads/2022/10/Play-icon.png);
    background-repeat: no-repeat;
    background-position: right 40px center;
}

.family {
    width: 100%;
    padding: 120px 0 120px;
}

.family-background-wrap {
    margin: 0 -15px;
}

.family-content {
    width: calc(100% / 3 - 30px);
    margin: 15px;
    text-align: center;
}

.family-img {
    position: relative;
    padding-top: 110%;
    max-width: 440px;
    margin: 0 auto 40px;
}

.family-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 4px solid #FFFFFF;
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.25));
    border-radius: 230px 230px 0px 0px;
}

.family-content .title h4 {
    color: #444444;
}

.family-background-wrap .title h2 {
    font-weight: 700;
}

.family-background-wrap .content-text {
    max-width: 400px;
    margin: 0 auto;
}

.family-background-wrap .content-text p {
    color: #3E4462;
}

.angry-workbook-section {
    width: 100%;
    background-color: #F9F9F9;
    position: relative;
    background-image: url(https://staging.childcounselorsanramon.com/wp-content/uploads/2022/10/vector-bg.png);
    background-size: cover;
}

.angry-workbook-wrap {
    padding: 130px 0 100px;
    position: relative;
}

.angry-workbook-wrap .bear-image {
    width: 454px;
    position: relative;
    z-index: 1;
    height: 100%;
    max-width: 40%;
}

.bear-img-round {
    width: 130%;
    padding-top: 130%;
    background: #D9D9D9;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15%;
}

.bear-sub-title p {
    font-size: 32px;
    font-weight: 300;
}

.bear-content {
    max-width: 730px;
}

.angry-workbook-wrap .bear-image::after {
    content: "";
    position: absolute;
    left: -67%;
    bottom: -92px;
    background: url('../../uploads/2022/09/Vector-3.svg');
    width: 353px;
    height: 110px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.angry-workbook-wrap .bear-image>img {
    border: 10px solid #FFFFFF;
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.25));
    width: 100%;
}

.angry-workbook-wrap .right-content {
    width: 60%;
    padding-left: 5%;
}

.bear-img-icon {
    position: absolute;
    bottom: -60px;
    right: -70px;
    z-index: 1;
}

.bear-sub-title {
    max-width: 635px;
    margin-bottom: 20px;
}

.angry-workbook-wrap .download-text {
    margin-top: 30px;
}

.angry-workbook-wrap .download-text p {
    max-width: 650px;
    font-size: 28px;
    font-weight: 500;
}

.angry-workbook-wrap .prise {
    margin: 20px 0;
}

.angry-workbook-wrap .prise p {
    font-size: 24px;
    font-weight: 500;
}

.office-section {
    width: 100%;
    padding: 9vw 0 3vw;
}

.office-right-content {
    width: 50%;
    padding-right: 9%;
}

.office-left-image {
    width: 50%;
    margin-top: -3vw;
}

.office-right-content h2 {
    margin-bottom: 35px;
}

.therapy-content .btn {
    margin-top: 10px;
}

p.large-text {
    font-size: 32px;
    font-weight: 300;
}

.therapy-img {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    padding: 0 !important;
}

.therapy-img img {
    max-height: 100%;
}

.therapy-item-inner {
    max-width: 520px;
    margin: 0 auto;
}

.therapy-cover {
    padding: 4vw 0;
}

.section-title {
    margin-bottom: 60px;
}

.max-520 {
    max-width: 520px;
    margin: 0 auto;
}

.btn:hover {
    background-color: var(--primary_color);
    color: #fff;
    border-color: var(--primary_color);
}

.contact-page-form h3.frm_form_title {
    margin-bottom: 0 !important;
    font-size: 60px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #000 !important;
}

.contact-page-form #form_contact-form {
    max-width: 1056px;
    margin: 0 auto;
}

.contact-page-form .frm_description p {
    font-size: 18px !important;
    font-family: 'Roboto', sans-serif;
    margin-top: 0 !important;
    color: #000 !important;
}

.contact-page-form .frm_fields_container textarea {
    font-size: 16px !important;
    padding: 30px !important;
    font-family: 'Roboto', sans-serif;
    border: 1.5px solid #A5A5A5;
    resize: none;
    width: 100%;
    border-radius: 6px;
    height: 334px;
}

.contact-has-map .wpb_wrapper iframe {
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.25));
    border: 4px solid #FFFFFF !important;
}

.contact-page-form {
    padding: 100px 0;
}

.contact-page-form .frm_fields_container input {
    font-size: 16px !important;
    height: 50px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-family: 'Roboto', sans-serif;
    border: 1.5px solid #A5A5A5;
    width: 100%;
    border-radius: 6px;
}

.contact-page-form .frm_fields_container .frm_form_field {
    font-size: 0;
}

body .frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus,
body .frm_style_formidable-style.with_frm_style select:focus,
body .frm_style_formidable-style.with_frm_style textarea:focus,
body .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text],
body .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password],
body .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email],
body .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number],
body .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url],
body .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel],
body .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search],
body .frm_form_fields_active_style,
body .frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement,
body .frm_style_formidable-style.with_frm_style .chosen-container-single.chosen-container-active .chosen-single,
body .frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices {
    border-color: #060606;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(97 97 97 / 60%);
}

.frm_submit .frm_button_submit {
    background: #407034 !important;
    border: none !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    font-family: 'Poppins', sans-serif !important;
    letter-spacing: 0;
    padding: 12px 60px !important;
    font-weight: 700 !important;
    min-width: 339px;
    border-radius: 4px !important;
    max-width: 100%;
    color: #ffff !important;
}

.frm_submit .frm_button_submit:hover,
.frm_submit .frm_button_submit:focus {
    opacity: 0.8;
}

.frm_form_field {
    margin-bottom: 30px !important;
}

#form_contact-form .frm_primary_label {
    display: none;
}

.frm_message {
    max-width: 800px;
    margin: 0 auto !important;
}

.has-contact-form .wpb_wrapper {
    font-size: 0;
}

.btn.focus,
.btn:focus {
    box-shadow: none !important;
}


/* contact page */

.has-banner-line {
    position: relative;
}

.has-banner-line>.wpb_column {
    position: static;
}

.has-banner-line>.wpb_column:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 16px;
    background: url('../../uploads/2022/10/bottom-border.svg');
    background-color: #703441;
    background-size: 410px 40px;
    background-repeat: no-repeat;
    background-position: right center;
}

.contact-has-content p {
    font-size: 24px;
}

.subscribe-form-cover input {
    background: #E3E3E3 !important;
    border: 4px solid #FFFFFF !important;
    border-radius: 4px !important;
    height: 52px !important;
}

.subscribe-form-cover .frm_submit .frm_button_submit {
    width: 212px !important;
    height: 50px !important;
    padding: 0 !important;
    min-width: 1px;
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    margin: 0 !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    background: #407034 !important;
}

.subscribe-form-cover .frm_form_field {
    max-width: calc(100% - 230px);
    grid-column: inherit !important;
    width: calc(100% - 230px) !important;
    display: inline-block;
    vertical-align: top;
}

.subscribe-form-cover .frm_submit {
    width: 212px !important;
    display: inline-block !important;
    vertical-align: top !important;
    grid-column: inherit;
    margin-left: 12px;
}

.subscribe-form-cover .frm_form_field input {
    width: 100% !important;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.subscribe-form-cover .frm_fields_container {
    display: block !important;
}

.subscribe-form-cover * {
    font-family: inherit !important;
    font-size: 18px !important;
}

.subscribe-form-cover {
    margin-top: 50px;
    max-width: 640px;
}

fieldset {
    border: none !important;
}

.subscribe-form-cover .frm_form_field .frm_error {
    text-align: center;
}

body:not(.home) #content {
    padding-top: 0 !important;
}

.image-has-border img {
    border: 4px solid #FFFFFF;
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.25));
}

.contact-detail p {
    font-size: 24px;
    padding: 0 10px;
    line-height: 2;
}

body header {
    box-shadow: 0px 2px 10px rgb(0 0 0 / 25%) !important;
    position: relative;
    top: 0 !important;
    z-index: 2;
}

.inner-has-banner * {
    color: #ffff;
}

.inner-has-banner .container {
    position: relative;
    z-index: 1;
}

.inner-has-banner h1,
.inner-has-banner p {
    text-align: center;
}

.inner-has-banner .wpb_text_column .wpb_wrapper p {
    max-width: 800px;
    margin: 0 auto;
}

.inner-has-banner .wpb_column {
    position: relative;
    z-index: 1;
}

.inner-has-banner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
}

.teams-feature-image {
    width: 34%;
}

.teams-feature-image img {
    width: 100%;
}

.team-post-content {
    width: 60%;
}

.team-content {
    justify-content: space-between;
    align-items: center;
}

.team-content-item-cover {
    border-bottom: solid 1px #E6E6E6;
    padding-top: 95px;
    padding-bottom: 95px;
}

.team-content-item-cover:last-child {
    border: none;
    padding-bottom: 0;
}

.team-category {
    position: relative;
    display: flex;
    align-items: center;
}

.team-category h2 {
    position: relative;
    padding-right: 40px;
    margin-bottom: 0;
    display: inline-block;
    width: auto;
    z-index: 1;
    flex: 1 0 auto;
}

.title-has-border {
    background: #703440;
    height: 1px;
    width: 100%;
}

.frm_verify {
    left: -200vw !important;
}

.teams-feature-image img {
    border: 4px solid #FFFFFF;
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.25));
}

.team-content .read-more-btn {
    margin-top: 45px;
}

.team-title {
    margin-bottom: 20px;
}

.team-title h3 {
    margin-bottom: 12px;
}

.team-position {
    font-weight: 600;
}

.team-content * {
    color: #444444;
}


/* single page */

.blog-single-img {
    padding-top: 7vw;
}

.single-article-cover {
    padding-top: 60px;
}

.blog-single-img .post-thumbnail img {
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.25));
    border: 6px solid #FFFFFF;
}

.single-article-cover .article-metabox-left {
    margin-top: 93px;
}

.single-article-cover .article-metabox-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 20px;
}

.single-article-cover .article-metabox-left ul li {
    border: solid 1px #EDEDED;
    margin-bottom: 20px;
    padding: 7px 23px;
    text-align: center;
}

.single-article-cover .article-metabox-left .metabox-share {
    position: relative;
    padding: 0;
}

.single-article-cover .article-metabox-left .metabox-share a {
    padding: 20px;
    width: 100%;
    padding-bottom: 40px;
}

.single-article-cover .article-metabox-left .metabox-share:hover .share-txt {
    opacity: 0.8;
}

.share-txt {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    pointer-events: none;
}

.single-article-cover .metabox-date {
    font-size: 22px;
    font-weight: 500;
}

.single-article-cover span.metabox-date {
    font-size: 50px;
    color: #703440;
    line-height: 1;
    font-weight: 600;
}

.article-cat-name p span {
    color: #407034;
}

.article-cat-name p {
    color: #703440;
    font-weight: 500;
}

.single-article-cover .entry-title {
    font-size: 48px;
    color: #703440;
    font-weight: 900;
}

.services-right-content p {
    margin-bottom: 30px;
}

.services-right-content p strong {
    font-weight: 600;
}

.single-article-cover .search-form {
    display: flex;
    flex-flow: wrap;
}

.single-article-cover .right-sidebar-item label {
    width: calc(100% - 90px);
    margin: 0;
}

.single-article-cover input.search-field {
    height: 90px;
    border: solid 1px #703441;
    border-radius: 5px 0px 0px 5px;
    padding: 15px 30px;
    font-size: 18px;
}

.single-article-cover input.search-field:focus {
    border: solid 1px #703441 !important;
    box-shadow: none !important;
}

.right-sidebar-item input[type=submit] {
    font-size: 0 !important;
    background: #703440;
    padding: 30px 20px;
    background-image: url('../../uploads/2022/10/search-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    height: 90px;
    width: 90px;
    border: solid 1px #703441;
    border-radius: 0px 5px 5px 0px !important;
}

.recent-post-has-bg {
    background: #F9F9F9;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    padding: 40px 30px;
    list-style: none;
    margin-top: 40px;
}

.recent-post-has-bg h5 {
    color: #703440;
    margin-bottom: 0;
    font-weight: 600;
}

.recent-post-has-bg ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-article-cover .sidebar-thumbnail {
    width: 75px;
    height: 75px;
}

.single-article-cover .sidebar-thumbnail img {
    width: 100%;
    border-radius: 100%;
}

.single-article-cover .sidebar-cnt {
    width: calc(100% - 100px);
}

.sidebar-no-between {
    justify-content: space-between;
}

.single-article-cover #sidebar-recent-post li {
    padding: 20px 0;
    border-bottom: solid 1px #E6E6E6;
}

.single-article-cover #sidebar-recent-post li:last-child {
    border: none;
}

.single-article-cover .sidebar-caption-class {
    color: #444444;
    font-weight: 500;
}

.sidebar-caption-date {
    color: #703440;
    font-size: 16px;
    text-transform: uppercase;
}

.right-sidebar-item .sidebar-blog-category,
.right-sidebar-item .sidebar-tag {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    margin-top: 40px;
    padding: 40px 30px;
}

.right-sidebar-item .sidebar-blog-category ul,
.right-sidebar-item .sidebar-tag ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.right-sidebar-item .sidebar-blog-category ul li {
    padding: 10px 0 10px 30px;
    position: relative;
}

.right-sidebar-item .sidebar-blog-category ul li a {
    color: #444444;
    font-weight: 500;
}

.right-sidebar-item .sidebar-blog-category ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('../../uploads/2022/10/tree-icon.svg');
    width: 18px;
    height: 20px;
}

.right-sidebar-item .sidebar-tag ul li a {
    color: #444444;
    font-weight: 500;
}

.right-sidebar-item .sidebar-tag ul li {
    display: inline-block;
    margin: 7px 14px 7px 0;
    padding: 5px 10px;
    border: solid 1px #E6E6E6;
}

.right-sidebar-item .sidebar-tag ul li:hover {
    background: #444444;
    transition: 0.2s ease;
}

.right-sidebar-item .sidebar-tag ul li:hover a {
    color: #ffff;
    opacity: 1 !important;
}

.sidebar-blog-category h5,
.sidebar-tag h5 {
    color: #703440;
    font-weight: 600;
}

.single-article-cover .article-cat-name {
    margin-bottom: 20px;
}

.article-left-content .entry-title {
    margin-bottom: 30px;
}

.content-item {
    border-bottom: none !important;
}

.single-article-cover>article>.d-flex {
    flex-wrap: nowrap;
}

.article-right-sidebar {
    max-width: 30%;
    flex: 1 0 auto;
    margin-left: 50px;
}

.blog-items-cover {
    padding: 6vw 0;
}

.blog-item-thumbnail {
    position: relative;
    padding-top: 60%;
}

.blog-item-date {
    position: absolute;
    top: 0;
    left: 0;
    background: #703440;
    padding: 8px 15px;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0 0 10px 0;
    z-index: 1;
}

.blog-item-content {
    padding: 26px 40px;
}

.blog-item-ct {
    font-size: 18px;
    font-weight: 500;
    color: #703440;
    margin-bottom: 22px;
}

.blog-item-ct span {
    color: #407034;
}

.blog-item-content h5 {
    font-weight: 600;
    color: #703440;
    line-height: 1.4;
    margin-bottom: 12px;
}

.blog-item-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-item {
    background: #fff;
}

.blog-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.has-load-more {
    margin-top: 50px;
}

.entry-content ul li,
.entry-content ol li {
    margin-bottom: 15px;
}

.entry-content ul li:last-child,
.entry-content ol li {
    margin-bottom: 0;
}

.team-popup-cover .team-content {
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
}

.team-popup-cover {
    max-width: 1420px;
    padding: 70px;
    border: 9px solid #EFEFEF;
}

.team-popup-cover .team-position {
    position: relative;
}

.team-popup-cover .team-position span {
    position: relative;
    z-index: 2;
    background: #FFFF;
    padding-right: 10px;
}

.team-popup-cover .team-position:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background: #703440;
    z-index: 1;
}

.team-popup-cover .carousel__button.is-close {
    top: 10px !important;
    right: 15px !important;
}

.team-popup-cover .carousel__button.is-close svg {
    color: #703440;
}

.inner-has-banner {
    position: relative;
    padding-top: 190px;
    padding-bottom: 190px;
    background-image: url('../../uploads/2022/11/blog-banner-bg.jpg')
}

.archive .blog-item {
    background: #f5f5f5;
}

.wp-pagenavi {
    text-align: center;
}

.wp-pagenavi>* {
    border: 1px solid #703440;
    padding: 6px 15px;
    margin: 4px;
    font-size: 16px;
    color: #703440;
    display: inline-block;
}

.wp-pagenavi .current,
.wp-pagenavi>*:hover {
    background: #703440;
    border-color: #703440;
    color: #ffff;
    opacity: 1;
}

/* Responsive CSS */

@media (max-width: 1600px) {
    #main-nav>ul>li {
        padding: 0 8px;
    }

    .menu-item .btn {
        padding: 11px 40px !important;
        font-size: 17px !important;
    }
}

@media (max-width: 1440px) {
    .menu-item .btn {
        padding: 11px 25px !important;
        font-size: 15px !important;
    }

    #main-nav>ul>li {
        padding: 0;
    }

    header#masthead .navbar-brand a {
        max-height: 70px;
    }

    .header-call {
        margin-left: 20px;
    }

    .bear-img-round {
        width: 120%;
        padding-top: 120%;
        left: -10%;
    }

    .bear-sub-title p {
        font-size: 28px;
    }

    .angry-workbook-wrap .right-content {
        padding-left: 7%;
    }

    .angry-workbook-wrap .download-text p {
        font-size: 26px;
    }

    .office-right-content {
        padding-right: 5%;
    }

    p.large-text {
        font-size: 28px;
    }

    #footer_columns [class*="col-"] ul li {
        padding: 0 12px;
    }

    .single-article-cover .entry-title {
        font-size: 36px;
    }
}

@media (max-width: 1199px) {
    .header-call {
        display: none;
    }

    .team-content {
        align-items: flex-start;
    }

    .single-article-cover input.search-field {
        height: 70px;
        border-radius: 3px 0px 0px 3px;
        font-size: 16px;
    }

    .right-sidebar-item input[type=submit] {
        height: 70px;
        border-radius: 0px 3px 3px 0px !important;
    }
}

@media (max-width: 1023px) {
    .family {
        padding: 80px 0;
    }

    .angry-workbook-wrap {
        padding: 90px 0;
    }

    .bear-img-icon {
        bottom: -60px;
        right: -40px;
        max-width: 140px;
    }

    .bear-sub-title p,
    .angry-workbook-wrap .download-text p,
    p.large-text {
        font-size: 24px;
    }

    #footer_columns .col-sm-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    #footer_columns .col-sm-4:last-child {
        margin-bottom: 0;
    }

    body .has-banner-line {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .contact-has-content p {
        font-size: 20px;
    }

    .contact-detail p {
        font-size: 20px;
    }

    body .inner-has-banner {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    body .service-content-wrap {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .service-content-wrap .vc_column-inner {
        padding-left: 15px !important;
    }

    .has-contact-form .frm_form_fields .frm_fields_container {
        grid-template-columns: inherit;
    }

    .team-content-item-cove {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    body .staff-wrapper {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    body .team-content-wrapper {
        padding-top: 60px !important;
        padding-bottom: 70px !important;
    }

    .teams-feature-image {
        width: 36%;
    }

    .blog-grid {
        grid-template-columns: 1fr 1fr;
    }

    .recent-post-has-bg,
    .right-sidebar-item .sidebar-blog-category,
    .right-sidebar-item .sidebar-tag {
        padding: 30px 20px;
    }

    .article-right-sidebar {
        margin-left: 30px;
    }

    .single-article-cover .sidebar-cnt {
        width: 100%;
        margin-top: 15px;
    }

    .single-article-cover .entry-title {
        font-size: 30px;
    }

    .single-article-cover .metabox-date,
    .share-txt {
        font-size: 18px;
    }

    .single-article-cover span.metabox-date {
        font-size: 35px;
    }

    .single-article-cover .article-metabox-left ul li {
        padding: 12px;
    }

    .team-content-item-cover {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {

    h1,
    h2 {
        font-size: 48px;
    }

    h3 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .family-content {
        width: calc(100% / 2 - 30px);
    }

    .angry-workbook-wrap .right-content {
        padding-left: 0;
        width: 100%;
        margin-top: 70px;
    }

    .angry-workbook-wrap .bear-image {
        max-width: 70%;
        width: 100%;
        margin: 0 auto;
    }

    .bear-sub-title p,
    .angry-workbook-wrap .download-text p,
    p.large-text {
        font-size: 20px;
    }

    .office-right-content {
        padding-right: 0;
        width: 100%;
    }

    .office-left-image {
        width: 100%;
        margin-top: 20px;
    }

    .therapy-cover {
        padding: 60px 0;
    }

    .therapy-item {
        margin-bottom: 50px;
    }

    .therapy-item:last-child {
        margin-bottom: 0;
    }

    .therapy-img {
        height: 90px;
    }

    .btn {
        padding: 8px 32px;
        font-size: 16px !important;
    }

    .office-right-content h2 {
        margin-bottom: 15px;
    }

    .angry-workbook-wrap {
        padding: 50px 0;
    }

    .hero-button-group .btn:not(:last-child) {
        margin-right: 5px;
    }

    .vc_row {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .wpb_content_element {
        padding-bottom: 25px !important;
    }

    .subscribe-form-cover .frm_submit .frm_button_submit {
        width: 185px !important;
        height: 45px !important;
        font-size: 16px !important;
    }

    .subscribe-form-cover input {
        height: 47px !important;
        font-size: 16px !important;
    }

    .has-banner-line>.wpb_column:after {
        height: 7px;
        background-size: 60% 30px;
    }

    .contact-page-form .frm_fields_container textarea {
        padding: 20px 30px !important;
        height: 190px;
    }

    body .contact-has-content {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .contact-has-map .wpb_wrapper iframe {
        width: 100%;
    }

    body .has-banner-line {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .contact-has-content p {
        font-size: 18px;
    }

    body .staff-wrapper {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    body .team-content-wrapper {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .team-content-item-cove {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .staff-wrapper .wpb_column:first-child {
        margin-bottom: 20px;
    }

    #footer_pre_footer {
        padding: 80px 0;
    }

    .hero-content {
        padding-bottom: 130px;
    }

    .blog-item-content {
        padding: 20px 20px;
    }

    .blog-item-ct,
    .blog-item-date,
    #footer_columns [class*="col-"] ul li a {
        font-size: 16px;
    }

    .blog-grid {
        grid-gap: 20px;
    }

    .single-article-cover>article>.d-flex {
        flex-wrap: wrap;
    }

    .article-right-sidebar {
        margin-left: 30px;
        width: 100%;
        margin: 30px 0 0 0;
        max-width: inherit;
    }

    .single-article-cover .article-metabox-left {
        width: 100px;
    }

    .article-left-content {
        width: calc(100% - 100px);
    }

    .single-article-cover .sidebar-cnt {
        width: calc(100% - 100px);
    }

    .single-article-cover span.metabox-date {
        font-size: 30px;
    }

    .single-article-cover .metabox-date {
        font-size: 16px;
    }

    .single-article-cover .article-metabox-left ul li {
        padding: 12px;
    }

    .single-article-cover .article-metabox-left .metabox-share a img {
        width: 30px;
    }

    .right-sidebar-item .sidebar-tag ul li {
        margin: 5px 10px 5px 0;
    }

    .single-article-cover #sidebar-recent-post li {
        padding: 15px 0;
    }

    .content-item {
        margin-bottom: 0 !important;
    }

    .entry-content ul,
    .entry-content ol {
        padding-left: 20px;
    }

    .article-left-content .entry-title {
        margin-bottom: 15px;
    }

    .article-cat-name {
        margin-bottom: 10px;
    }

    .single-article-cover .right-sidebar-item label {
        width: calc(100% - 50px);
    }

    .single-article-cover input.search-field {
        height: 50px;
    }

    .right-sidebar-item input[type=submit] {
        width: 50px;
        height: 50px;
        background-size: 20px;
        padding: 0;
    }

    .team-content-item-cover {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .team-popup-cover .carousel__button.is-close {
        top: 0px !important;
        right: 0px !important;
    }

    .wp-pagenavi .pages,
    .wp-pagenavi .first,
    .wp-pagenavi .last {
        display: none;
    }

    .wpb_single_image.therapy-img {
        height: auto;
    }

    .two-col-block-items .wpb_column {
        margin-bottom: 50px;
    }

}

@media (max-width:640px) {
    body .has-banner-line {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    body .contact-has-content {
        padding-top: 40px !important;
        padding-bottom: 30px !important;
    }

    .contact-has-content p {
        font-size: 16px;
    }

    .contact-detail p {
        font-size: 16px;
    }

    .vc_row {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    body .inner-has-banner {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    body .service-content-wrap {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .subscribe-form-cover .frm_form_field {
        max-width: 100%;
        width: 100% !important;
    }

    .subscribe-form-cover .frm_form_field {
        margin-bottom: 20px !important;
    }

    .subscribe-form-cover .frm_submit {
        margin-left: 0 !important;
        width: 100% !important;
        text-align: center;
    }

    .footer-phone-number {
        font-size: 20px;
    }

    .footer-email {
        font-size: 16px;
    }

    #site_logo {
        max-width: 200px !important;
    }

    .has-contact-form .frm_form_field {
        margin-bottom: 20px !important;
    }

    .contact-has-content p {
        font-size: 16px;
    }

    .teams-feature-image {
        width: 100%;
        margin-bottom: 30px;
    }

    .team-post-content {
        width: 100%;
    }

    .team-content .read-more-btn {
        margin-top: 35px;
    }

    body .staff-wrapper {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    body .team-content-wrapper {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .inner-has-banner .wpb_wrapper h1 {
        margin-bottom: 10px;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .recent-post-has-bg,
    .right-sidebar-item .sidebar-blog-category,
    .right-sidebar-item .sidebar-tag {
        margin-top: 30px;
    }

    .single-article-cover .entry-title {
        font-size: 26px;
    }

    .single-article-cover .sidebar-thumbnail {
        width: 60px;
        height: 60px;
    }

    .single-article-cover .sidebar-cnt {
        width: calc(100% - 80px);
    }

    .sidebar-caption-date {
        font-size: 14px;
    }

    .recent-post-has-bg,
    .right-sidebar-item .sidebar-blog-category,
    .right-sidebar-item .sidebar-tag {
        padding: 20px 20px;
    }

    .team-popup-cover {
        padding: 40px 30px;
        border-width: 5px;
    }

    .team-content-item-cover {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .single-article-cover {
        padding-top: 40px;
    }
}

@media (max-width: 480px) {

    .bear-sub-title p,
    .angry-workbook-wrap .download-text p,
    p.large-text {
        font-size: 18px;
    }

    .family-content {
        width: calc(100% / 1 - 30px);
        margin-bottom: 30px;
    }

    .family-content:last-child {
        margin-bottom: 0;
    }

    .hero-inner-block p {
        font-size: 16px;
        line-height: 1.7;
    }

    .hero-section:before {
        height: 60px;
    }

    .family-img {
        margin-bottom: 20px;
    }

    .angry-workbook-wrap .bear-image {
        max-width: 80%;
    }

    .office-section {
        padding: 60px 0;
    }

    #footer_column_1 img {
        max-width: 240px;
    }

    .frm_submit .frm_button_submit {
        min-width: inherit;
        width: 100%;
    }

    .contact-has-map .wpb_wrapper iframe {
        height: 300px;
    }

    .team-category h2 {
        padding-right: 25px;
    }

    .single-article-cover .article-metabox-left {
        margin-top: 0;
    }

    .single-article-cover .article-metabox-left {
        width: 50px;
    }

    .single-article-cover .article-metabox-left ul {
        margin-right: 10px;
    }

    .single-article-cover .article-metabox-left ul li {
        padding: 5px;
    }

    .single-article-cover .metabox-date {
        font-size: 12px;
    }

    .single-article-cover span.metabox-date {
        font-size: 22px;
    }

    .article-metabox-left .metabox-share a {
        padding: 7px;
        padding-bottom: 20px;
    }

    .share-txt {
        font-size: 10px;
        bottom: 5px;
    }

    .article-left-content {
        width: calc(100% - 50px);
    }

    .single-article-cover .article-metabox-left .metabox-share a {
        padding: 8px;
        padding-bottom: 20px;
    }

    .article-left-content .entry-title {
        margin-bottom: 10px;
    }

    .single-article-cover .article-cat-name {
        margin-bottom: 10px;
    }
}

.hero-tag{
	font-size: 20px;
}