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

body {
    background: #F4F4F4;
}

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

header#masthead:not(.is-stuck) {
    background-color: transparent !important;
}

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

.hero-section {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-top: 350px;
    padding-bottom: 200px;
    margin-top: -100px;
}

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

.hero-subheadline .mb-4 {
    margin-bottom: 2rem !important;
}

.hero-btn {
    padding: 15px 50px;
    max-width: 280px;
}

.row .hero-section {
    display: block !important;
}

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

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

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

.colored-background {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.about-section .col-6 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.about-section .col-6 img {
    border-radius: 13px;
}

.navbar {
    background-color: rgba(255, 255, 255, .1);
    backdrop-filter: blur(26px); /* blur effect */
    -webkit-backdrop-filter: blur(26px); /* for Safari */
    margin-top: 2rem;
    border-radius: 13px;
}

.is-stuck .navbar {
    margin-top: 0;
}

#main-nav {
    padding-right: 15px;
}

.menu-btn {
    margin-left: 1rem;
}

.menu-btn a {
    padding: 12px 30px !important;
    font-size: 18px !important;
}

.menu-item a:not(.btn-primary) {
    background-color: rgba(255, 255, 255, 0.2);
    max-height: 40px;
    padding: 10px 15px !important;
    border-radius: 5px;
}

#menu-main-nav li {
    align-content: center;
    flex-wrap: wrap;
    margin-right: 0.6rem;
}

#menu-main-nav .current-menu-item > a {
    background-color: var(--primary_color);
	padding: 5px;
}

.is-stuck #menu-main-nav .current-menu-item > a {
    color: white !important;
}

.card-title {
    font-size: 26px;
    font-weight: bold;
    text-decoration: underline;
}

.service-card .card {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 400px;
  overflow: hidden;
}

.service-card .card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* Adjust opacity as needed */
  z-index: 1;
}

.service-card .card-body {
  position: relative;
  z-index: 2;
}

.authority-section-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.authority-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.authority-section .amp-margin {
    margin-top: 15rem !important;
    margin-bottom: 2rem;
}

.authority-title {
  margin-top: 2rem;
  margin-bottom: 3rem;
  text-align: left;
}

.authority-card {
  background: rgba(244, 244, 244, 0.20);
  backdrop-filter: blur(26px);
  -webkit-backdrop-filter: blur(26px);
  max-width: 550px;
  min-height: 274px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  padding: 2rem;
  color: #fff;
}

.authority-card p {
    margin-bottom: 0px;
    font-size: 32px;
}

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

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

.pre-footer-row .vc_column-inner {
    padding-top: 10rem !important;
    padding-bottom: 10rem;
}

.pre-footer-row {
    margin-top: 6rem;
    margin-bottom: 6rem !important;
    border-radius: 25px;
}

.pre-footer-row a {
    padding: 15px 50px;
}

.footer-icons {
    padding: 0;
}

.cell {
    display: block;
    background: url("/source/b1b890e0578fa163407b01fbb8854b1f/footer-cell-icon.svg");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.address {
    display: block;
    background: url("/source/62bc1345e4efe92da494ef23993d795f/footer-address.svg");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.footer-icons li {
    margin-bottom: 20px;
}

#footer_columns {
    border-top: 1px solid #CBC7C7;
    padding: 100px 0 !important;
}

#footer_columns p {
    color: black;
}

#footer_column_1 p {
    margin-bottom: 1rem;
}

#footer_column_2 p, #footer_column_3 p, #footer_column_4 p {
    font-weight: 500;
}

#footer_columns a {
    color: black;
}

#footer_columns a:hover {
    color: var(--primary_color);
}

.inside-page-hero {
    margin-top: -100px;
    padding-top: 20rem;
    padding-bottom: 5rem;
    background-image: linear-gradient(0deg, rgba(27, 47, 80, 0.20) 0%, rgba(27, 47, 80, 0.20) 100%), linear-gradient(271deg, rgba(27, 47, 80, 0.00) 0.72%, rgba(27, 47, 80, 0.90) 98.94%);
}

.img-border img {
    border-radius: 20px;
}

.remove-default-padding .wpb_content_element {
    padding-top: 0px;
    padding-bottom: 0px;
}

.remove-default-padding h2 {
    margin-top: 0px;
    padding-bottom: 0px;
}

.amplified-text {
    margin-top: 2rem;
    margin-bottom: 2rem !important;
}

.amplified-text ul {
    padding: 0;
}

.amplified-text li {
    color: black;
    font-style: italic;
    display: block;
    background: url("/source/fcf2b7b936bb0b97b4dfcfd72bbeef06/accent-bar.svg");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
}

.ideal-cards {
    margin-bottom: 30px !important;
}

.ideal-cards h4 {
    margin-top: 0px;
    font-weight: bold;
    border-radius: 26px;
    background: rgba(244, 244, 244, 0.20);
    backdrop-filter: blur(13px);
    padding: 48px 56px;
}

.logo-bullets ul {
    padding: 0;
}

.logo-bullets li {
    display: block;
    background: url("/source/54ed0f93c0beb8c1cfae59b4240012f4/bullet-icon.svg");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
    min-height: 20px;
    margin-bottom: 1rem;
}

fieldset {
    border-radius: 20px;
}

.mobile-menu ul {
    padding: 0;
}

.mobile-menu li {
    display: block;
    background: url("/source/344dac04ff9dbc18b1973e437963781c/mobile-icon.svg");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
    font-weight: bold;
    min-height: 25px;
}

.design-type-row .wpb_content_element {
    padding-top: 0px;
    padding-bottom: 0px;
}

.design-type-row {
    margin-bottom: 3rem !important;
}

.design-type-row p {
    margin-bottom: 0.5rem !important;
    color: #1B2F50;
}

.design-type-row img {
    border: 2px solid #1B2F50;
    border-radius: 10px;
}

.blue-text h3 {
    color: #1B2F50;
}

.is-stuck .tkmm-toggle span {
    background: black;
}

.legendary-entry {
	padding: 10rem 0;
}

.seopages-template-default header#masthead:not(.is-stuck) {
	background-color: #1B2F50 !important;
}

.seopages-template-default .navbar{
	margin: 1rem 0;
} 

/* #drawer {
    height: 100vh;
}

#mobile_menu a {
    color: black;
} */

#content {
    margin-top: 0;
}

.address a {
	padding-top: 0 !important;
}

.fancybox-gallery img:first-of-type {
	contain-intrinsic-size: 3000px 2000px;
}

.address {
	min-height: 30px;
}

/*
RESPONSIVE STYLES
*/

@media all and (max-width: 1600px) {
    .pre-footer-row {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
}

@media all and (max-width: 1451px) and (min-width: 1103px) {
	.navbar {
		flex-wrap: nowrap;
	}
	
	.menu-item a:not(.btn-primary) {
		padding: 30px 15px !important;
		text-align: center;
	}
}

@media all and (max-width: 1270px) {
	.nav-link,
	.menu-btn a {
		font-size: 16px !important;
	}
	
	.menu-btn a {
		padding: 10px 20px !important;
	}
}

@media all and (max-width: 1177px) {
	.nav-link,
	.menu-btn a {
		font-size: 14px !important;
	}
}

@media all and (max-width: 1103px) {
	.navbar {
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		margin-top: 1rem;
	}
	
		#mobile_menu a:not(.btn-primary) {
		color: black !important;
	}
	
	.menu-btn {
		margin-left: 0px;
	}
	
	#mobile_site_logo {
		width: 160px;
	}
	
	#mobile_menu li {
		margin-bottom: 2rem;
	}
}

@media all and (max-width: 767px) {
    .service-card {
        margin-bottom: 3rem;
    }

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

    .authority-section .col-md-4 {
        display: flex;
        justify-content: center;
    }

    .authority-card {
        margin-bottom: 3rem;
        max-width: 500px;
    }

    .hero-section {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    h2 {
        font-size: 3rem;
    }

    .authority-section .amp-margin {
        margin-top: 5rem !important;
    }

    .authority-card p {
        font-size: 24px;
    }

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

    .fancybox-gallery {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .text-margin h2 {
        margin-top: 30px;
    }

    .ideal-cards {
        margin-bottom: 0px !important;
    }

    .ideal-cards h4 {
        margin-bottom: 3rem !important;
    }

    .top-bottom-row-padding {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

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

@media all and (max-width: 575px) {
    #footer_columns .col-sm-3 {
        margin-bottom: 3rem;
    }

    .fancybox-gallery {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media all and (max-width: 525px) {
    h2 {
        font-size: 2rem;
    }

    .pre-footer-row {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
}


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

@media all and (max-width: 375px) {
    .fancybox-gallery {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}