/*
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
*/

img#site_logo{
    padding:10px;
}

.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:18px;
    font-weight:400;
    opacity:1;
    color:#9f9f9f;
    padding:12px 0;
    
}

#footer_columns a:hover{
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    -o-transform: translateX(6px);
    transform: translateX(6px);
    color:#ff9245;
    font-weight:400;
    
}

.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: #F9F9F9;
}

::-webkit-scrollbar {
    width: 15px;
    background-color: #F9F9F9;
    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;
}

.hero-section .wpb_content_element {
    padding-top: 0px;
}

.hero-section h1 {
    margin-top: 0px;
}

.hero-section {
    padding: 200px 0;
}

.default-image img {
    border-radius: 5px;
    border-top-right-radius: 100px;
}

h6 {
    letter-spacing: 3px;
}

.top-bottom-row-padding {
    padding: 10rem 0;
}

.top-row-padding {
    padding-top: 10rem;
}

.bottom-row-padding {
    padding-bottom: 10rem;
}

.welcome-section .col-padding-right, .col-padding-right {
    padding-right: 25px !important;
}

.welcome-section .col-padding-left, .col-padding-left {
    padding-left: 25px !important;
}

.welcome-section h2 {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-bottom: 0px;
}

.welcome-section h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.btn-primary, .btn-outline-dark {
    font-weight: 400;
    padding: 15px 32px;
}

.hero-section .btn-primary {
    margin-right: 20px;
}

.wpb_content_element.service-icon {
    padding-top: 0px;
    padding-bottom: 0px;
}

.service-overview .wpb_content_element {
    padding-top: 0px;
    padding-bottom: 0px;
}

.service-overview h3 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.service-overview ul {
    padding: 0;
}

.service-overview li {
    display: block;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 20px;
    font-weight: 500;
}

.service-overview {
    margin-bottom: 5rem !important;
}

.meet-the-team .wpb_content_element {
    padding-bottom: 0px;
    padding-top: 0px;
}

.pre-footer-row .wpb_content_element {
    padding-top: 0px;
    padding-bottom: 0px;
}

.pre-footer-row h2 {
    margin-top: 0px;
}

.pre-footer-row {
    padding: 150px 0;
    margin-bottom: 5rem !important;
    border-radius: 5px;
    border-top-right-radius: 100px;
}

.pre-footer-row .btn-secondary {
    margin-top: 40px;
}

.btn-secondary {
    background-color: white;
    color: var(--primary_color);
    padding: 15px 32px;
    border-color: white;
}

.top-bar-content .row {
    justify-content: space-around;
}

.top-bar-content {
    overflow: hidden;
}

.top-bar-content .header-phone {
    color: var(--primary_color);
}

.top-bar-content ul {
    padding: 0;
}

.header-address li {
    display: block;
    background: url('/wp-content/uploads/2025/07/map-icon.svg');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 35px;
    min-height: 24px;
    color: rgba(43, 44, 47, 0.8);
}

.header-phone li {
    display: block;
    background: url('/wp-content/uploads/2025/07/phone-icon.svg');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 35px;
    min-height: 24px;
}

#footer_columns p {
    color: #000000;
    font-size: 16px;
}

.inside-page-hero .wpb_text_column {
    padding-top: 0px;
    padding-bottom: 0px;
}

.inside-page-hero h1 {
    margin-top: 0px;
    padding-bottom: 0px;
}

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

.profile-icons .wpb_wrapper {
    display: flex;
    justify-content: space-between;
}

.meet-the-team .btn-primary {
    margin-top: 20px;
}

.service-icon-row .wpb_content_element {
    padding-top: 0px;
    padding-bottom: 0px;
}

.purple-bullets ul {
    padding-left: 0;
}

.purple-bullets li {
    margin-bottom: 10px;
}

.purple-bullets li::marker {
    color: var(--primary_color);
}

.margin-bottom-row {
    margin-bottom: 150px !important;
}

.contact-info-card {
    display: flex;
    justify-content: center;
}

.contact-info-card h3 {
    margin-top: 0;
}

.contact-info-card .wpb_wrapper {
    background: #FBFBFB;
    border-radius: 5px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 50px;
}

.wpb_content_element.contact-info-card {
    padding-top: 0px;
    padding-bottom: 0px;
}

.contact-info-card ul {
    padding: 0;
}

.contact-info-card li {
    font-size: 24px;
}

.phone-icon {
    display: block;
    background: url('/wp-content/uploads/2025/07/Phone-Icon.svg');
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 33px;
    padding-left: 45px;
    margin-bottom: 30px;
}

.email-icon {
    display: block;
    background: url('/wp-content/uploads/2025/07/Email-Icon.svg');
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 33px;
    padding-left: 45px;
    margin-bottom: 30px;
}

.address-icon {
    display: block;
    background: url('/wp-content/uploads/2025/07/Address-Icon.svg');
    background-position: top left;
    background-repeat: no-repeat;
    min-height: 33px;
    padding-left: 45px;
}

.frm_button_submit {
    padding: 16px 32px !important;
    transition: 0.3s;
}

.frm_button_submit:hover {
    color: white !important;
    background: #7c507c !important;
}

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

.single-clinician .post-thumbnail,
.single-clinician .entry-title {
	display: none;
}

.content-item:not(.archive-layout-grid-item) {
	border-width: 0px !important;
	margin-bottom: 0px;
}

#footer_columns {
	padding: 60px 0;
}

#footer_columns strong {
	font-size: 20px;
	font-weight: 500;
}

#footer_columns a {
	color: #000;
}

#footer_columns ul {
	padding: 0;
}

.navigation.post-navigation {
	display: none;
}

.nav-btn {
	margin-left: 30px;
}

.nav-btn a {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.pre-footer-row {
	padding-left: 5rem;
	padding-right: 5rem;
}

.mobile-btn-row {
    display: none;
}

#masthead.is-stuck .nav-link a {
	padding-top: 10px !important;
}

/*
RESPONSIVE STYLES
*/
@media all and (max-width: 1320px) {
    .pre-footer-row {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }

    #footer_pre_footer .container {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media all and (max-width: 935px) {
	.hero-section h1 {
		font-size: 56px;
	}
	
	.hero-section .btn-outline-dark {
		margin-top: 20px;
	}
}

@media all and (max-width: 767px) {
    .mobile-btn-row {
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 1;
        text-align: center;
        width: 100%;
    }

    .mobile-btn-row a {
        width: 100%;
        border-radius: 0px !important;
    }

    .top-bar-content {
        display: none;
    }

    .center-item {
        text-align: center !important;
    }

    .col-padding-left {
        padding-left: 0px !important;
    }

    .col-padding-right {
        padding-right: 0px !important;
    }

    .service-overview {
        margin-bottom: 0px !important;
    }

    .service-overview .vc_col-sm-4 {
        margin-bottom: 5rem;
    }

    .team-content-row {
        margin-bottom: 6rem !important;
    }

    .meet-the-team .vc_col-sm-4 {
        margin-bottom: 5rem;
    }

    .top-bottom-row-padding {
        padding: 5rem 0;
    }

    .top-row-padding {
        padding-top: 5rem;
    }

    .bottom-row-padding {
        padding-bottom: 5rem;
    }

    .service-page-icon {
        margin-top: 3rem;
    }
	
	.hero-section .btn-outline-dark {
		margin-top: 0px;
	}
	
	.hero-section {
		padding: 150px 0;
	}
	
	.hero-section h1 {
		font-size: 52px;
	}
}

@media all and (max-width: 575px) {
    #footer_columns .col-sm-3:not(:last-child) {
        margin-bottom: 50px;
    }
	
	.hero-section {
		padding: 100px 0;
	}
}

@media all and (max-width: 561px) {
	.hero-section .btn-outline-dark {
		margin-top: 20px;
	}
	
	.hero-section h1 {
		font-size: 46px;
	}
}

@media all and (max-width: 418px) {
	header#masthead #site_logo {
		height: 80px;
	}
}