/*
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 {
    width: 100%;
}

h2,
h3 {
    line-height: 1.1;
}

img#site_logo {
    padding: 0;
}

header#masthead #scrolling_site_logo {
    /* padding: 0; */
}

.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;
}

.hero h1 {
    font-size: 4.5rem;
}

.navbar li.btn {
    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: 300;


}

#footer_columns p {
    margin: 0;
}

#footer_columns a {
    transition: .45s ease all;
    display: block;
    font-size: 20px;
    opacity: 1;
    color: #ffffff;
}

#footer_columns a:hover {
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    -o-transform: translateX(6px);
    transform: translateX(6px);
    color: #5fffb2;
}

#footer_columns .container {
    max-width: 1800px;
}

#footer_columns ul {
    padding: 0;
}

#footer_columns {
    padding: 100px 0;
}

#footer_column_2 ul {
    columns: 2;
    column-gap: 20px;
    list-style-type: none;
}

#footer_columns li {
    display: block;
    margin-bottom: 30px;
    font-size: 20px;
}

#footer_columns h5 {
    margin-top: 0px;
    margin-bottom: 20px;
}

#footer_columns .col-sm-3 {
    padding-left: 40px;
    padding-right: 40px;
}

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

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


#mobile_site_logo {
    width: 150px;
}


#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: var(--primary_color);
}

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

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

p,
li {
    color: rgba(0, 0, 0, 0.80);
}

.bottom-row-padding {
    padding-bottom: 200px;
}

.top-row-padding {
    padding-top: 200px;
}

.top-bottom-row-padding {
    padding: 200px 0px;
}

/* Home Page Styles */
.hero-section>.row {
    min-height: calc(100vh - 100px);
}

.hero-title {
    font-size: 50px;
    line-height: 1.1;
}

.hero-description {
    font-size: 24px;
    margin-bottom: 0px;
}

a.hero-btn-1,
a.hero-btn-2 {
    padding: 18px 40px;
}

a.hero-btn-1 {
    margin-right: 11px;
}

a.hero-btn-2 {
    margin-left: 11px;
    background-color: #B1FFEC;
    color: var(--secondary_color);
}

.services-section {
    background-color: var(--secondary_color);
    padding: 100px 0;
}

.hero-section-wrapper {
    position: relative;
    background: #ECFFFA;
}

.hero-left-cover {
    padding-left: calc((100vw - 1540px)/2);
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
    padding-right: 15%;
    background: url(../../../wp-content/uploads/2024/11/family-therapy-1.png);
    background-repeat: no-repeat;
    background-position: left 20px bottom 20px;
    background-size: 46%;
}

.green-mommy-logo {
    opacity: 0.6;
}

.hero-center-cover {
    position: absolute;
    right: -110px;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    max-width: 350px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-bottom-logo {
    position: absolute;
    bottom: 20px;
    right: 0;
}

.hero-description p {
    font-size: 24px;
}

.hero-center-cover>img.headshot {
    border: 5px solid #FFFFFF;
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.15));
    border-radius: 50%;
}

.repeater-row:not(:last-child) {
    margin-bottom: 30px;
}

.service-col {
    text-align: center;
    border: 2px solid white;
    border-radius: 20px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 30px;
    height: 100%;
}

.service-col img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.service-col .btn {
    background: transparent;
    border-color: #fff;
    padding: 16px 40px;
}

.service-item-img {
    padding-top: 60%;
    position: relative;
}

.service-item-img:before {
    content: "";
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top left, rgb(32 51 46) 49%, rgba(0, 212, 255, 0) 51%);
    z-index: 1;
}

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

.service-item-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 64px;
}

.service-item-content .btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

/* End Home Page Styles*/
.about-section {
    padding: 200px 0;
}

.green-text li {
    color: var(--secondary_color);
}

.about-title h1 {
    margin-bottom: 15px;
    padding: 0;
}

.about-title h3 {
    margin-top: 0px;
    font-size: 32px;
    font-weight: 400;
    font-family: 'Work Sans';
}

.about-title ul {
    padding: 0;
}

.about-title li {
    display: none;
    background: url('/wp-content/uploads/2024/11/noun-play-button-6525917-1.svg');
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 64px;
    padding-left: 70px;
    padding-top: 16px;
}

.about-header {
	padding-top: 50px;
}

.about-title a {
    color: var(--secondary_color);
}

.btn-primary {
    border-radius: 3px;
    padding: 20px 40px;
}

.inside-page-hero {
    padding: 260px 0px;
}

.white-border img {
    border: 4px solid white;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
}

.triangle-left-bg {
    background: url('/wp-content/uploads/2024/11/What-Is-Family-Therapy-Rectangle-BG.svg');
    background-position: left center;
    background-repeat: no-repeat;
}

.heart-left-bg {
    background: url('/wp-content/uploads/2024/11/GFT-Heart-Watermark.svg');
    background-position: left center;
    background-repeat: no-repeat;
}

.flipped-triangle-left-bg {
    background: url('/wp-content/uploads/2024/11/Flipped-triangle-bg.svg');
    background-position: left top;
    background-repeat: no-repeat;
}

.custom-list-style ul {
    padding-left: 0;
}

.custom-list-style li {
    display: block;
    background: url('/wp-content/uploads/2024/11/GFT-Heart-List-Icon.svg');
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 25px;
    padding-left: 35px;
    margin-bottom: 10px;
}

.inside-page-hero h4 {
    font-size: 32px !important;
    font-weight: 400 !important;
}

.green-text-block {
    background: rgba(22, 178, 140, 0.17);
    padding: 50px 40px !important;
}

.green-text-block h2 {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.green-text-block p {
    margin-top: 0px;
    padding-bottom: 0px;
}

.dark-green-block {
    background: var(--secondary_color);
    padding: 50px 40px !important;
}

.dark-green-block h2 {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.dark-green-block p {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.affects-you-icon h2 {
    background: url('/wp-content/uploads/2024/11/Affects-you-icon.svg');
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 60px;
    padding-top: 70px;
}

.approach-icon h2 {
    background: url('/wp-content/uploads/2024/11/Approach-Icon.svg');
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 60px;
    padding-top: 70px;
}

.expect-icon h2 {
    background: url('/wp-content/uploads/2024/11/Expect-Icon.svg');
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 60px;
    padding-top: 70px;
}

.benefits-icon h2 {
    background: url('/wp-content/uploads/2024/11/Benefits-Icon.svg');
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 60px;
    padding-top: 70px;
}


.second-problem-column .vc_column-inner {
    margin-top: 200px;
}

.third-problem-column .vc_column-inner {
    margin-top: -200px;
}

.fourth-problem-column .vc_column-inner {
    margin-top: 50px;
}

.site-header .container {
    max-width: 1600px;
}

.nav-btn a {
    background-color: transparent;
    border: 1px solid white;
    border-radius: 3px;
    padding: 20px 30px !important;
}

.nav-btn a:hover {
    opacity: 1;
}

.dropdown-item {
    width: max-content;
}

.triangle-right-bg {
    background: url('/wp-content/uploads/2024/11/triangle-bg-right.svg');
    background-position: right bottom;
    background-repeat: no-repeat;
}

/* .approach-column-top .wpb_single_image,
.approach-column-bottom .wpb_single_image {
    padding-bottom: 0px;
}

.approach-column-top h4,
.approach-column-bottom h4 {
    margin-top: 0px;
    color: var(--primary_color);
    padding: 0 20px;
}

.approach-column-top {
    background: url('/wp-content/uploads/2024/11/top-border-circle.svg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.approach-column-bottom {
    background: url('/wp-content/uploads/2024/11/bottom-border-circle.svg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
} */

.column-top-border {
    border-top: 2px solid white;
    border-top-style: dashed;
}

.column-bottom-border {
    border-bottom: 2px solid white;
    border-bottom-style: dashed;
}

.circle-column {
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    height: 33.33333333%;
    margin: auto;
}

.circle-column .wpb_single_image {
    padding-bottom: 0px;
}

.circle-column h4 {
    margin-top: 0px;
}

.stacked-image {
    margin-top: -50%;
    padding-left: 50px;
}

.page-template-home-template #content {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
}

.page-template-home-template #content>.row {
    margin-left: 0;
    margin-right: 0;
}

.main {
    width: 100%;
}

.cta-section {
    background: url(../../../wp-content/uploads/2024/11/transparent-triangle.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.wow {
    visibility: hidden;
}

.contact-row {
    background: url('/wp-content/uploads/2024/11/contact-triangle-bg.svg');
    background-position: right center;
    background-repeat: no-repeat;
}

.contact-frm-txt {
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 30px;
    box-shadow: 0px 4px 50px 5px rgba(0, 0, 0, 0.05);
}

.form-field {
    margin-bottom: 25px;
}

.column-bottom-border p {
	padding: 0 20px;
}
/*
RESPONSIVE STYLES
*/

@media (max-width: 1620px) {
    .hero-left-cover {
        padding-right: 240px;
        padding-left: 35px;
    }

    .cta-section {
        background-size: 50%;
    }
}

@media (max-width: 1441px) {

    .about-section,
    .top-bottom-row-padding {
        padding: 140px 0;
    }

    #footer_column_2 ul {
        columns: 1;
    }

    #footer_columns li {
        margin-bottom: 20px;
    }

    .hero-center-cover>img.headshot {
        max-width: 300px;
    }

}

@media (max-width: 1400px) {
    body:not(.theme-preset-active) #masthead .navbar-nav>li>a:not(.btn) {
        padding: 0 10px;
    }

    .hero-left-cover {
        padding-right: 190px;
    }
}

@media (max-width: 1310px) {
    .second-problem-column .vc_column-inner {
        margin-top: 0px;
    }
    
    .third-problem-column .vc_column-inner {
        margin-top: 0px;
    }
    
    .fourth-problem-column .vc_column-inner {
        margin-top: 0px;
    }

    .vc_row.top-problem-row {
        margin-bottom: 50px;
    }

    .problem-column h2 {
        font-size: 1.5em;
    }
}

@media (max-width: 1274px) {
    .inside-page-hero {
        padding: 200px 0px;
    }
}

@media (max-width: 1199px) {
    .hero-center-cover>img.headshot {
        max-width: 230px;
    }

    .hero-left-cover {
        padding-right: 120px;
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .hero-bottom-logo img {
        max-width: 160px;
    }

    .service-item-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .service-description p {
        font-size: 18px;
    }

    .about-section,
    .top-bottom-row-padding {
        padding: 100px 0;
    }

    .services-section {
        padding: 50px 0;
    }

    #footer_columns .col-sm-3 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-title {
        font-size: 44px;
    }

    .hero-description p {
        font-size: 22px;
    }

    #mobile_site_logo {
        padding: 0;
    }

    a.hero-btn-1,
    a.hero-btn-2 {
        padding: 16px 31px;
    }
}

@media (max-width: 1050px) {
    .green-text-block h2 {
        font-size: 1.3em;
    }
}

@media (max-width: 991px) {
    .hero-center-cover>img.headshot {
        max-width: 180px;
    }

    .hero-center-cover {
        right: -80px;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-left-cover {
        padding-right: 100px;
        padding-top: 60px;
    }

    .hero-description p {
        font-size: 18px;
    }

    a.hero-btn-1 {
        margin-right: 0;
    }

    a.hero-btn-1,
    a.hero-btn-2 {
        padding: 14px 12px;
    }

    .about-section,
    .top-bottom-row-padding {
        padding: 60px 0;
    }

    .services-section {
        padding: 20px 0;
    }

    .service-description p {
        font-size: 16px;
    }

    .service-col .btn,
    .btn-primary {
        padding: 12px 20px;
    }

    #footer_columns .col-sm-3 {
        flex: 1 0 50%;
        max-width: 50%;
    }
}

@media (max-width:767px) {
	.column-bottom-border p {
		padding-right: 0px;
		padding-left: 0px;
	}
	
    .column-top-border {
        border-top: none;
        border-top-style: none;
    }
    
    .column-bottom-border {
        border-bottom: none;
        border-bottom-style: none;
    }

    .contact-frm-txt {
        margin-top: 50px;
    }

    .contact-row  {
        background: none;
    }

    .vc_row.top-problem-row {
        margin-bottom: 0px;
    }

    .problem-column:not(:last-child) {
        margin-bottom: 25px;
    }

    .problem-column {
        margin-right: 10px;
        margin-left: 10px;
    }

    .hero-title {
        font-size: 38px;
    }

    .hero-bg {
        min-height: 100vw;
    }

    .hero-left-cover {
        padding-right: 35px;
        padding-top: 200px;
        padding-bottom: 110px;
    }

    .hero-center-cover {
        right: auto;
        left: 35px;
        top: 20px;
        height: auto;
        transform: none;
    }

    .hero-bottom-logo {
        right: 20px;
    }

    .service-item {
        margin-bottom: 20px;
    }

    .repeater-row:not(:last-child) {
        margin-bottom: 0;
    }

    .cta-section .d-flex {
        flex-wrap: wrap;
    }

    #footer_columns a {
        font-size: 18px;
    }

    header#masthead .navbar-brand a,
    header#masthead.is-stuck .navbar-brand a {
        height: 70px;
    }

    header#masthead:not(.is_transparent)+#content {
        margin-top: 70px;
    }

    .inside-page-hero {
        padding: 125px 0px;
    }

    .triangle-left-bg {
        background-position: left bottom;
    }

    .wpb_single_image.center-image {
        text-align: center !important;
    }
}

@media (max-width: 500px) {
    .hero-title {
        font-size: 32px;
    }

    .btn {
        font-size: 14px;
    }

    .hero-bottom-logo img {
        max-width: 120px;
    }

    a.hero-btn-1,
    a.hero-btn-2 {
        font-size: 14px !important;
    }

    #footer_columns .col-sm-3 {
        flex: 1 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

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

    #footer_columns li {
        margin-bottom: 5px;
    }

    #footer_columns {
        padding: 50px 0 20px;
    }

    #footer_columns a {
        font-size: 16px;
    }

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

    #footer_columns h5 {
        margin-bottom: 15px;
    }
}