/*
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.3
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;
}

.story-date a {
	color: white !important;
}

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

.site {
	background-color: var(--primary_color);
}

.tkmm-toggle span{
	background-color: white;
}

.page-heading-padding-large, .page-heading-padding {
	padding-top: 380px;
	margin-top: -73px;
}

.white-border-img img {
	border: 4px solid white;
}

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

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

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

.team-member {
  	position: relative !important;
  	display: flex;
  	justify-content: center; /* Center the image in the flex container */
  	align-items: center; /* Center the image vertically */
	width: auto;
}
.team-member-row > div{
	padding: 10px !important;
}
.team-member img {
  	display: block; 
  	width: auto;
	max-width: 100%;
 	height: auto; 
  	object-fit: cover;
	margin: 0 auto;
}
.team-member>div {
    position: relative;
}
.team-member .team-member-cred {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	background-color: rgba(22, 22, 22, 0.7); 
	padding: 10px;
	box-sizing: border-box;
}

.team-member-cred h4 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.team-member .vc_column-inner {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.team-member-headshot {
	padding-bottom: 0px !important;
}

.team-member-cred hr {
	border-color: white;
	width: 50%;
	margin-left: 0px;
}

.team-member-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.team-member-cred p {
	font-size: 12px;
}

.frm_button_submit {
	text-align: center;
	background: #444 !important;
	transition: 0.5s;
}

.frm_button_submit:hover {
	background: #b5b5b5 !important;
}

.address-icon li {
	background: url('/wp-content/uploads/2024/02/Map-Pin.svg');
}

.mobile-icon li {
	background: url('/wp-content/uploads/2024/02/Mobile.svg');
}

.time-icon li {
	background: url('/wp-content/uploads/2024/02/Frame.svg');
}

.address-icon li,
.mobile-icon li,
.time-icon li {
	background-repeat: no-repeat !important;
    background-position: top left !important;
    display: block !important;
    padding-left: 40px;
}

#footer_column_1 ul {
	list-style: none;
	padding-top: 20px;
	padding-left: 0px;
	display: flex;
	gap: 200px;
	padding-bottom:0;
	margin-bottom:0;
}

#footer_column_1 ul{
	font-size:14px;
}

.home #footer, .home #site_logo{
	display:none;
}

#footer .site-footer p{
	font-size:12px !important;
}

#footer_columns{
	padding-bottom:0;
}

#footer_columns .container.py-3{
	padding-top:0 !important;
}

.icon-section .wpb_single_image, .icon-section .wpb_text_column{
	padding:0;
}

.icon-section .wpb_text_column{
	padding-top:10px;
}
.ctl-description{ color:white; }
.ctl-description p, .ctl-labels, .ctl-label-big .story-date, .ctl-title a, .story-date{

	color:white !important;
}

.ctl-icondot{
	background:white !important;
}
.home-menu-bottom-left {
    position: fixed !important;
    top: auto!important;
    bottom: 20px;
    left: 0;
}


.welcome-header .vc_parallax-inner {
	background-position: center center !important;
}

.how-we-serve-header .vc_parallax-inner {
	background-position: center center !important;
}
.wpb_wrapper h2:first-child {
    margin-top: 0;
}

.ginlined-content {
	background-color: #212121;
}

b {
	color: #f26f72 !important;
}

#masthead .container-fluid {
/* 	margin-bottom: -73px; */
	z-index: 1;
	position: relative;
}

.page-banner::after {
    content: "" !important;
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

.service-page-banner::after {
	content: "" !important;
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

.page-banner, .service-page-banner {
	z-index: 0;
}

.service-page-banner h2,
.page-banner h2 {
	z-index: 1;
	position: relative;
}

.menu-wrapper {
	z-index: 2;
}

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

@font-face {
    font-family: 'Avant Garde Gothic';
    src: url('/wp-content/uploads/fonts/ITC-Avant-Garde-Gothic-LT-Bold.woff2') format('woff2'),
         url('/wp-content/uploads/fonts/ITC-Avant-Garde-Gothic-LT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Avant Garde Gothic', sans-serif;
}

.home-animation-row {
	z-index: 0;
}

/*
RESPONSIVE STYLES
*/

@media all and (max-width: 767px) {
	.team-member {
		justify-content: center;
	}
	
	.team-member img {
		width: 100%;
	}
	
	.team-member .team-member-cred {
		left: 0;
        transform: none;
        width: 100%;
        right: 0;
    }
	
	#footer_column_1 ul {
		display: block;
	}
	
	.frm_button_submit {
		max-width: 100%;
	}
	.team-member-row > .vc_col-sm-1\/5 {
		width: 50%;
	}
	.top-bottom-row-padding {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	body .ctl-wrapper .ctl-vertical-wrapper .ctl-labels~.ctl-icondot {
        top: 0;
    }
}

@media all and (max-width: 1000px) {
	#site_logo {
		max-width: 250px !important;
	}
}

@media all and (max-width: 999px) and (min-width:768px) {
	.team-member-row > .vc_col-sm-1\/5 {
		width: 33.33%;
	}
	.entry-content{
		padding:15px;
	}

}

@media all and (max-width: 600px) and (min-width:200px) {
	.icon-section .wpb_single_image{
		padding-top: 80px;
	}
}
@media (max-width: 480px){
	body .text-container span {
		margin-right: 10px;
		font-size: 13px;
	}  
}

@media (max-width: 430px){
	.team-member-row > .vc_col-sm-1\/5 {
		width: 100%;
	}
	.team-member-row .wpb_single_image .vc_figure, .team-member-row .wpb_single_image .vc_figure *{
		width: 100%;
	}
}

@media (max-width: 380px){
	body .text-container{
		margin-left: 15px;
	}
}

@media (max-width: 370px){
	body .text-container span {
        margin-right: 6px;
        font-size: 12px;
    }
}