/*
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: var(--primary_color);
    font-weight:400;
    
}

#footer_columns p {
    color: #444444;
}

#footer_columns {
    padding: 80px 0;
}

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

.legendary-footer-links {
	background: white !important;
}

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

.authority-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 125px 0;
    column-gap: 50px;
}

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

.row-top-margin {
    margin-top: 80px !important;
}

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

html, body {
    overflow-x: hidden;
    width: 100%;
}

.hero-section {
    position: relative;
    width: 100vw; /* Full viewport width */
    left: 50%; /* Move it outside the container */
    right: 50%;
    margin-left: -50vw; /* Pull it out of the container */
    margin-right: -50vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh; /* Adjust height as needed */
    overflow: hidden;
}

.overlay {
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-content {
    text-align: left;
    padding: 50px;
}

.hero-content p {
    color: white;
    font-weight: bold;
}

.hero-content h1 {
    color: white;
}

.btn-primary {
    padding: 12px 40px;
}

.hero-buttons .btn-primary {
    padding: 12px 40px;
    margin-right: 28px;
}

.hero-buttons .btn-outline {
    padding: 12px 40px;
    color: white;
    border: 1px solid white;
}

.menu-btn {
    margin-left: 50px;
}

.menu-btn a {
    padding: 12px 40px !important;
}

.row-top-bottom-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.inner-banner {
    padding: 150px;
}

.default-img-style img {
    border-radius: 40px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
}

.shadow-img {
    border-radius: 40px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
}

.about-col {
    border-radius: 40px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
    background-color: white;
    padding: 30px;
    right: 15%;
    background-image: url('/wp-content/uploads/2025/02/Logo-Watermark.svg');
    background-repeat: no-repeat;
    background-position: right top;
}

.about-col h2 {
    margin-top: 0;
}

.about-section .container {
    max-width: 1320px;
}

.rounded-btn {
    padding: 12px 40px;
    border-radius: 40px !important;
}

.service-item {
    text-align: center;
    background-color: white;
    box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.10);
    border-radius: 0px 0px 40px 40px;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.service-text {
    padding: 15px;
}

.service-overview .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Adjust the gap size as needed */
    justify-content: space-between; /* Ensures columns remain evenly spaced */
}

.service-overview .service-item {
    max-width: calc(25% - 20px);
}

.step-name {
    font-size: 25px;
    color: #c4c4c4;
    text-transform: uppercase;
}

.booking-steps .container {
    max-width: 1320px;
}

.why-us-description ul {
    padding: 0;
}

.why-us-description li {
    display: block;
    background: url('/wp-content/uploads/2025/02/orange-bullet-point.svg');
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 15px;
    padding-left: 30px;
    margin-bottom: 15px;
    background-position-y: 9px;
}

.google-map-wrapper {
    width: 100vw; /* Full width */
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.google-map {
    width: 100%;
    height: 450px; /* Set a fixed height */
    min-height: 450px; /* Ensures it doesn't collapse */
}

.map-embed {
    height: 100%;
}

.map-embed iframe {
    width: 100%;
    height: 100% !important; /* Forces iframe to take full height */
    border: none;
}

.strong-view.wpmtst-default .wpmtst-testimonial-inner {
    border: transparent !important;
}

.testimonial-content p {
    text-align: center;
}

.testimonials .container {
    max-width: 1320px;
}

.testimonials p,
.testimonials h2 {
    margin-bottom: 0px;
}

.pre-footer-row h2 {
    font-size: 72px;
}

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

.pre-footer-row .vc_column-inner {
    padding-top: 0px !important;
}

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

.pre-footer-row {
    padding: 125px 0;
}

.single-therapist .row {
    justify-content: center;
}

.single-therapist .container {
    max-width: 1320px;
}

.contact-btns {
    display: block;
}

.contact-btns a {
    min-width: 100%;
    margin-top: 20px;
}

.options-title {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: bold;
    color: #444;
}

.therapist-info h1 {
    margin-top: 0px;
    font-size: 48px;
    font-weight: 500;
}

.therapist-info h2 {
    margin-top: 0px;
    font-size: 32px;
    font-weight: 400;
    color: #444;
}

.rounded-img {
    border-radius: 10px;
}

.archive-intro h1 {
    font-size: 64px;
    font-weight: 500;
    margin-top: 0px;
}

.archive-intro .col-md-10 {
    text-align: center;
    border: 2px solid #CD5627;
    border-radius: 20px;
    padding: 45px 10px;
}

.row .archive-intro {
    justify-content: center;
}

.therapist-card {
    border: 2px solid #f2f2f2;
    border-radius: 10px;
}

.therapist-archive-info h3 {
    font-size: 32px;
    font-weight: bold;
}

.therapist-archive-info h4 {
    font-size: 24px;
    font-weight: 400;
    color: #444;
}

.therapist-archive-info p {
    font-size: 16px;
}

.therapist-image {
    position: relative;
    overflow: hidden;
    height: 300px; /* Adjust height as needed */
}

.therapist-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the area without stretching */
    object-position: center; /* Center the image within the container */
}

.dropdown {
    position: relative;
    display: block;
    width: 100%;
}

.dropdown-btn {
    font-size: 16px;
    color: #AEAEAE;
    background-color: white;
    padding: 12px 22px;
    width: 100%;
    max-width: 440px;
    border: 1px solid #D9D9D9;
    cursor: pointer;
    text-align: left;
    outline: none;
    border-radius: 10px;
    margin-top: 5px;
}

.dropdown-content {
    display: none;
    padding: 10px 30px;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.form-check {
    color: black;
    padding: 5px 30px;
    text-decoration: none;
    display: flex;
    width: 100%;
    clear: both;
}

.form-check:hover {
    background-color: #e8e8e8;
}

#therapist-name-search {
    max-width: 440px;
    width: 100%;
    padding: 12px 22px;
    height: 100%;
    background-color: #FBFBFB;
    color: #AEAEAE;
    font-size: 16px;
    border-radius: 10px;
}

.form-check-label {
    font-size: 16px;
}

.top-bar-content .col-md-12 {
    display: inline-flex;
    justify-content: right;
    align-items: center;
}

.top-bar-content form {
    margin-top: .8rem;
    margin-right: 20px;
}

#search-results {
    display: none;
    position: absolute;
    width: 100%;
    max-width: 468px;
    background: #FBFBFB;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 2000;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.therapist-search-card {
    display: flex;
    align-items: center; 
    padding: 16px 20px;
    margin: 18px;
    border-bottom: 1px solid #eee;
    background-color: #fff; 
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
}

.therapist-search-card .therapist-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover; 
}

.therapist-search-card .therapist-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.therapist-search-card .therapist-info p {
    margin: 5px 0 0;
    color: black;
    font-size: 16px;
    font-weight: 500;
}

.therapist-search-card a {
    display: flex;
}

.therapist-search-card img {
    border: 4px solid #EAEAEA;
}

#therapist-quick-search {
    background-color: #FBFBFB;
    color: #AEAEAE;
    border-radius: 10px;
    width: 100%;
    max-width: 468px;
    border: none;
    padding: 15px 30px;
}

#therapist-name-search:focus, #therapist-quick-search:focus {
    border: 1px solid #CD5627;
    box-shadow: 0 0 0 .2rem rgba(255, 123, 0, 0.25);
}

.faq-accordion a {
    color: white !important;
}

.faq-accordion .vc_tta-panel-heading {
    background-color: #8CC541 !important;
    border-color: transparent !important;
}

.faq-accordion .vc_tta-controls-icon::before {
    border-color: white !important;
}

.faq-accordion .vc_tta-panel-body {
    background-color: #FFF8F5 !important;
}

.contact-bullets ul {
    padding: 0;
}

.contact-bullets li {
    display: block;
    margin-bottom: 20px;
}

.map-icon {
    background: url('/wp-content/uploads/2025/02/Map-Pin.svg');
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 40px;
}

.phone-icon {
    background: url('/wp-content/uploads/2025/02/Mobile.svg');
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 40px;
}

.frm_button_submit {
    font-weight: bold !important;
    padding: 12px 100px !important;
}

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

.conditions-column {
	max-width: 340px;
	background-color: white;
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.10);
	border-radius: 20px;
}

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

.conditions-text h3 {
	margin-top: 0px;
	font-size: 24px;
}

.conditions-row .vc_row.vc_row-flex {
	justify-content: center;
	margin-bottom: 30px;
	gap: 30px;
}

.therapist-archive-info .btn-primary {
    margin-bottom: 20px !important;
}

.therapist-image {
    height: auto;
}

.support-staff-container {
    max-width: 1140px;
}

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

.col-md-4.support-image {
    padding-left: 0px;
    padding-right: 0px;
}

.support-card {
    align-items: center;
}

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

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

.pre-footer-row p {
	padding: 20px 0;
}

.card-title {
    margin-top: 0px;
    font-size: 26px;
    font-weight: 600;
}

.card-subtitle {
    font-size: 22px;
}

.facetwp-dropdown-wrapper {
  	margin-bottom: 20px;
}

.facetwp-dropdown-toggle {
  	background-color: #f2f2f2;
	border: none;
  	padding: 10px 15px;
  	width: 100%;
 	text-align: left;
  	cursor: pointer;
  	font-weight: bold;
	border-radius: 10px;
}

.facetwp-dropdown-content {
  	display: none;
  	padding: 10px 0;
  	border-left: 1px solid #ccc;
  	border-right: 1px solid #ccc;
  	border-bottom: 1px solid #ccc;
}

.facetwp-dropdown-toggle {
	color: #444;
	font-weight: 400;
}

.chevron-icon {
  	float: right;
  	transition: transform 0.3s ease;
	margin-top: 5px;
}

.facetwp-dropdown-toggle.open .chevron-icon {
  	transform: rotate(180deg);
}

.facetwp-input-wrap {
	width: 100%;
}

.facetwp-facet input.facetwp-search {
	width: 100%;
	padding: 10px 15px;
	background-color: #f2f2f2;
	border: none;
	color: #444;
	border-radius: 10px;
}

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

.facetwp-type-checkboxes {
	margin-left: 15px;
}

.facetwp-facet {
	margin-bottom: 0px !important;
}

.facetwp-counter {
	display: none;
}

.contact-btns {
	max-width: 342px;
}

.contact-btns a {
	border-radius: 10px !important;
}

/*
RESPONSIVE STYLES
*/

@media all and (max-width: 1630px) {
    .service-overview {
        margin-right: 50px;
        margin-left: 50px;
    }
}

@media all and (max-width: 1417px) {
	.facetwp-dropdown-wrapper h4 {
		font-size: 24px;
	}
}

@media all and (max-width: 1085px) {
	.facetwp-dropdown-wrapper h4 {
		font-size: 20px;
	}
}

@media all and (max-width: 986px) {
	.facetwp-dropdown-toggle {
		font-size: 18px;
	}
}

@media all and (max-width: 919px) {
	.facetwp-dropdown-toggle {
		font-size: 14px;
	}
	
	.facetwp-dropdown-wrapper h4 {
		font-size: 16px;
	}
}

@media all and (max-width: 1300px) {
    .service-overview .row {
        display: block;
    }

    .service-overview .service-item {
        max-width: 100%;
        margin-bottom: 50px;
    }
}

@media all and (max-width: 1167px) and (min-width: 767px) {

}

@media all and (max-width: 1167px) {
    .hero-section .col-md-8 {
        max-width: 100%;
        flex: 100%;
    }
}

@media all and (max-width: 777px) {
    .hero-buttons .btn-primary {
        margin-right: 0px;
    }
}

@media all and (max-width: 767px) {
	.therapist-checkbox-filters .wpb_content_element {
		padding-bottom: 0px;
	}
	
	.facetwp-dropdown-toggle {
		font-size: 18px;
	}
	
	.facetwp-dropdown-wrapper h4 {
		font-size: 20px;
	}
	
    #footer_columns .col-sm-3 {
        margin-bottom: 40px;
    }

	.about-col {
		text-align: center;
	}
	
    h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 48px;
    }

    h3 {
        font-size: 32px;
    }

    .about-col {
        right: 0;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0;
    }

    .about-row {
        flex-direction: column-reverse;
        margin-left: 15px;
        margin-right: 15px;
    }

    .about-row img {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .about-img-col {
        padding-right: 0px;
        padding-left: 0px;
    }

    .row-top-bottom-padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .row-top-bottom-margin {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .vc_row.therapist-post-row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .col-md-3.therapist-image {
        padding-right: 0px;
    }

    .authority-logos {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media all and (max-width: 748px) {
    .hero-buttons .btn-primary {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 525px) {
    .row-top-bottom-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .row-top-bottom-margin {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 36px;
    }
}

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