/*
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:#5fffb2;
    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;
}

.vc_row.hero-section {
	background-position: right center !important;
}

header {
/* 	height: 101px; */
	display: flex;
	align-items: center;
	padding: 20px 0 !important;
}

.hero-section {
	height: 508px;
	padding-bottom: 50px;
}

.hero-section h1 {
	font-size: 40px;
}

.hero-section p {
	font-size: 32px;
	font-family: 'Montserrat';
}

.hero-content {
	margin-top: 60px;
}

.btn-outline-primary {
	border-width: 2px !important;
	padding: 9px 41px;
	transition: all 0.2s ease 0s;
}

.btn-outline-primary:hover {
	color: white;
	background: var(--primary_color);
	opacity: 1;
}


.icon-grid {
	margin-top: -75px;	
}

.icon-item a {
  	background-color: var(--primary_color);
  	border-radius: 50%;
  	width: 100px;
  	height: 100px;
  	line-height: 100px;
  	text-align: center;
  	transition: all 0.3s ease;
}

.icon-item a img {
  	max-width: 50%;
  	vertical-align: middle;
}

.icon-item .icon-label {
  	margin-top: 10px;
  	font-size: 16px;
  	color: #333;
  	transition: color 0.3s ease;
}

.icon-item:hover a {
  	background-color: #02c0f4;
	opacity: 1;
}

.icon-item:hover .icon-label {
	color: #005bb5;
	opacity: 1;
}

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

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

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

.linked-img:hover a {
	background-color: red;
}

.row-bottom-margin {
	margin-bottom: 4rem !important;
}

.row-top-bottom-margin {
	margin-bottom: 4rem !important;
	margin-top: 4rem !important;
}

.grey-bar {
	padding-top: 40px;
	padding-bottom: 40px;
}

#footer_columns .container {
	display: flex;
	justify-content: center;
}

#footer_columns {
	padding-top: 50px;
	padding-bottom: 50px;
}

#colophon p {
	font-size: 12px;
}

.lead p {
	font-size: 21px;
}

.blue-bg .wpb_content_element {
	padding-bottom: 20px;
}

.frm_button_submit {
	background: transparent !important;
	border: 2px solid var(--primary_color) !important;
}

.frm_button_submit:hover {
	background: var(--primary_color) !important;
	color: white !important;
}

.standard-tool-hero h1 {
	margin-top: 0px;
	padding-top: 120px;
	padding-bottom: 120px;
}

.dropdown-menu {
	background-color: black;
	border-color: #253653;
}

.dropdown-item {
	color: white;
}

.dropdown-item:hover {
	color: var(--primary_color);
}

.navbar-nav .dropdown-menu {
	border-top: 1px solid #253653;
}

.company-text h1 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.nav-btn a {
	background-color: transparent;
	border-color: white;
	padding: 16px 10px 16px 10px !important;
}

.nav-btn a:hover {
	background-color: transparent;
	border-color: var(--primary_color);
	color: var(--primary_color);
}

.nav-btn a::after {
	content: url('/wp-content/uploads/2025/09/nav-flags-v2.svg');
	margin-left: 10px;
}

body p,
body li {
	font-family: 'Georgia' !important;
	color: #7b808b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #383d48;
}

.badge.bg-secondary {
	background-color: var(--primary_color) !important;
	color: white;
	border-radius: 10px;
	font-weight: 400;
	font-family: 'Montserrat';
	padding: .25em .5em;
}

.card-body .d-flex {
	gap: 5px;
}

.card-body {
	padding-left: 0px;
}

.card-body h5 {
	font-size: 17px;
	margin-top: 0px;
}

.unit-text {
	right: 0;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 12px;
}

.card:hover .unit-text {
	color: white;
}

.special-tool-col:hover h5 {
	color: var(--primary_color);
}

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

.card .position-relative::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(3, 164, 208, 0.5); /* Bootstrap primary blue with 50% opacity */
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}

.card:hover .position-relative::before {
  opacity: 1;
}

.card .position-relative span {
  position: absolute;
  z-index: 2;
}


/*
RESPONSIVE STYLES
*/


@media all and (max-width: 1000px) {
	.icon-item a {
		width: 80px;
		height: 80px;
		line-height: 80px;
	}
}

@media all and (max-width: 767px) {
	.icon-grid {
		margin-top: 50px;
	}

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

	.icon-grid .wpb_wrapper {
		padding-bottom: 10px;
	}

	.icon-item,
	.icon-grid p {
		text-align: left !important;
	}

	.icon-item a {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.service-overview .wpb_column {
		margin-bottom: 30px;
	}

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

	.hero-section.vc_custom_1758218663892 {
		background: url('') !important;
		background-color: #0e1628 !important;
	}

	#footer_columns .container {
		justify-content: flex-end;
	}

	.hero-section h1 {
		font-size: 25px;
	}

	.hero-section p {
		font-size: 20px;
	}

	#mobile_site_logo {
		width: 200px;
	}

	.icon-grid .wpb_wrapper {
		display: flex;
		align-items: center;
	}

	.icon-grid .wpb_wrapper p {
		padding-left: 10px;
	}
}

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

	#scrolling_site_logo {
		max-height: 50px;
	}

	header {
		padding: 10px 0 !important;
	}
}