/*
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: white;
    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:#D6692C;
    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
}

.nav-btn a {
    padding-top: 5px;
    padding-bottom: 5px;
	font-size: 16px !important;
	font-weight: 600 !important;
}

#menu-wrapper li a:not(.btn) {
	font-size: 16px;
}

/*
legendary-css.css
*/
p {
    font-family: 'Open Sans' !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;
}

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

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

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

header#masthead.is_transparent {
    background-color: transparent !important;
}

.hero-section {
    margin-top: -100px;
    align-content: end !important;
    padding-bottom: 7rem;
    padding-left: 5rem;
}

html .home, body .home {
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.tkmm-toggle span {
    background: white;
}

#content {
    margin-top: 0px;
}

#masthead .container {
    max-width: 1900px;
}

.inside-page-hero {
    padding-top: 20rem;
    padding-bottom: 5rem;
}

.blue-text p {
    color: #10264E !important;
}

.service-about-row {
    margin-top: 200px;
    padding: 10rem 0;
}

.default-image img {
    border: 4px solid white;
    border-radius: 30px;
}

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

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

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

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

.service-about-row h2 {
    margin-top: 0px;
}

.service-description {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  max-height: 0;
  overflow: hidden;
}

.service-card:hover {
  background-color: rgba(62, 124, 177, 0.60);
}

.service-card:hover .service-icon {
  display: none;
  transition: opacity 0.4s ease;
}

.service-card:hover .service-description {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
}

.service-card {
  position: relative;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
  text-align: center;
  border: 1px solid white;
  backdrop-filter: blur(40px);
  border-radius: 30px;
}

.service-list {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 10rem 0;
}

body {
    overflow-x: hidden !important;
}

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

.light-blue {
    color: #B7FFF9;
    font-weight: bold;
}

.service-row .col-md-4 {
    margin-bottom: 60px !important;
}

header#masthead.is_transparent.is-stuck {
    background-color: white !important;
}

header#masthead.is_transparent.is-stuck .tkmm-toggle span {
    background-color: #10264E;
}

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

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

.pre-footer-row {
    padding: 8rem 0;
}

#footer_columns {
    padding: 60px 0;
}

.doctor-row .wpb_text_column {
    text-align: center;
    padding-top: 0px;
}

.doctor-row .team-image {
    padding-bottom: 30px;
}

.popup-text p {
    font-family: 'Montserrat';
    color: #10264E;
    line-height: 25px;
}

.popup-text h2 {
    margin-top: 0px;
	color: var(--primary_color) !important;
}

.popup-row img {
    border-radius: 30px;
}

.popup-row {
    border-radius: 20px;
}

.pum-theme-70 .pum-container, .pum-theme-lightbox .pum-container {
    padding: 20px 50px !important;
}

.popup-btn {
    font-size: 16px !important;
    padding: 12px 30px !important;
}

.contact-row ul {
    padding: 0;
}

.map-icon {
    display: block;
    background: url('/wp-content/uploads/2025/07/Map-Pin.svg');
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 35px;
    min-height: 25px;
    margin-bottom: 50px;
}

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

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

.home #footer {
    display: none !important;
}

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

#footer_columns h6 {
    font-size: 20px !important;
    font-weight: bold;
}

#footer_columns a, 
#footer_columns p {
    font-size: 18px;
    line-height: 30px;
}

.map-embed .wpb_content_element {
    padding-top: 0px;
    padding-bottom: 0px;
}

.team-member .team-card {
	position: relative;
	overflow: hidden;
}

.team-member img {
	width: 100%;
	display: block;
	transform: 0.3s ease;
}

.team-member .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #10264eb4;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    flex-direction: column;
    padding: 10px;
    text-align: center;
}

.team-member .team-card:hover .overlay {
	opacity: 1;
}

.team-member .team-card:hover img {
	transform: scale(1.1);
}

.overlay h4, .overlay p {
	color: white;
}

.staff-row .team-member {
	margin-bottom: 50px;
}

/*
RESPONSIVE STYLES
*/
@media all and (max-width: 767px) {
    .col-padding-left {
        padding-left: 0px !important;
    }

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

    .service-about-row {
        margin-top: 100px;
        padding: 8rem 0;
    }
}

@media all and (max-width: 575px) {
    .hero-section {
        padding-left: 20px;
    }

    #footer_columns .col-sm-3:not(:last-child) {
        margin-bottom: 50px;
    }
}

@media all and (max-width: 380px) {
    .hero-section a {
        font-size: 16px !important;
    }

    .btn-primary {
        font-size: 16px !important;
    }

    .pum-theme-70 .pum-container, .pum-theme-lightbox .pum-container {
        padding: 20px 20px !important;
    }
}