/*
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{
    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: #324883;
    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(--secondary_color);
    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;
}

/*
SITEWIDE STYLES
*/
.hero-text {
	padding-right: 20px;
}

.white-border img {
	border: 10px solid white;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
}

#footer_columns li{
	display: block;
    padding-left: 20px;
    background: url(/wp-content/uploads/2023/06/Check-marks.svg);
    background-repeat: no-repeat;
    background-position: center left;
    min-height: 40px;
    padding-top: 2px;
    margin-bottom: 10px;
}

#footer_columns ul {
	padding: 0;
}

.nav-link {
	color: #444444 !important;
}

a.nav-link {
	padding-right: 50px !important;
}

.color-yellow {
    color: var(--secondary_color);
}

button {
    padding-left: 50px;
    padding-right: 50px;
}

.cta-btn {
    background-color: #324883;
    color: white;
    border: 4px solid white;
    border-radius: 10px !important;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    padding-left: 50px;
    padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}

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

.standard-btn {
    background-color: var(--secondary_color);
    color: #324883;
    border: 4px solid white;
    border-radius: 10px !important;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    padding-left: 60px;
    padding-right: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px !important;
	font-weight: 600 !important;
    transition: 0.6s;
}

.standard-btn:hover {
    background: rgba(255, 206, 161, 0.75) !important;
	color: #324883 !important;
	border-color: white !important;
}

.standard-btn:focus {
    background: rgba(255, 206, 161, 0.75) !important;
	color: #324883 !important;
	border-color: white !important;
}

.inside-banner-row {
    border-bottom: 8px solid rgba(236, 236, 236);
}

.nav-link.btn {
    background: var(--secondary_color) !important;
    color: #444444;
    border-color: white;
	border-radius: 4px;
	font-weight: bold !important;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.dropdown-menu {
    width: max-content;
}
/* 
HOME STYLES
*/
.hero-row {
   padding-top: 100px;
   padding-bottom: 350px;
}

/* .hero-text {
    width: 60%;
} */

.get-started-btn {
    border: 4px solid white !important;
    color: #324883 !important;
    margin-right: 20px;
	padding-right: 40px;
	padding-left: 40px;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	font-weight: bold !important;
}

.learn-more-btn {
	border: 1px solid white !important;
	padding-right: 40px;
	padding-left: 40px;
	height: 50px;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	justify-content: center;
}

.playground-photo {
    margin-top: -10%;
}

.proccess-row {
    z-index: 1;
    position: relative;
}

.hero-row-background {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
   	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background: rgba(154, 154, 154, 0.47);
	backdrop-filter: blur(12px);
	width: 50%;
}

.hero-column {
	margin-left: 20%;
}

.hero-text h6:before {
    content: '';
    height: 2px;
    width: 3vw;
    display: inline-block;
    background-color: white;
    vertical-align: middle;
    margin-right: 10px;
}

/* 
FAQ STYLES
*/

.vc_tta-title-text {
    color: #324883 !important;
    text-transform: none;
	font-size: 20px !important;
}

.vc_tta-color-grey, .vc_tta-style-outline, .vc_tta-controls-icon::after, .vc_tta-color-grey, .vc_tta-style-outline, .vc_tta-controls-icon::before {
    border-color: #324883 !important;
}

/*
CONTACT STYLES
*/
.phone-number h5 {
    background: url(/wp-content/uploads/2023/06/Phone-Icon.svg);
    display: block;
    padding-left: 60px;
    background-repeat: no-repeat;
    background-position: top left;
    min-height: 70px;
    padding-top: 20px;
    margin-bottom: 10px;
    width: 100%;
}

.address h5 {
    background: url(/wp-content/uploads/2023/06/Location-Icon.svg);
    display: block;
    padding-left: 60px;
    background-repeat: no-repeat;
    background-position: top left;
    min-height: 49px;
    margin-bottom: 10px;
    width: 100%;
}

.contact-email h5 {
    background: url(/wp-content/uploads/2023/06/email-ic.png);
    display: block;
    padding-left: 60px;
    background-repeat: no-repeat;
    background-position: top 19px left;
    min-height: 70px;
    padding-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    text-transform: none;
}

.frm_submit button {
    background-color: var(--secondary_color) !important;
    text-transform: uppercase;
}

/*
RESPONSIVE STYLES
*/
@media all and (max-width: 1330px) {
    .hero-column {
        margin-left: 50px;
        margin-right: 50px;
    }
    
    .hero-row {
        padding-top: 200px;
        padding-bottom: 200px;
    }
}


@media all and (max-width: 1118px) {
    .hero-row-background {
        width: 80%;
    }
}
@media (min-width: 768px) and (max-width: 1023px){
	body h1 {
		font-size: 64px;
	}
}
@media (min-width: 767px){
	.reverse_on_mobile { 
		display: inline-block !important;
    	width: 100%;
	}
}
@media all and (max-width: 767px) {
    .hero-row {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .hero-text {
        width: 100%;
    }

    .steps-column:not(:last-child), .how-it-works:not(:last-child) {
        margin-bottom: 50px;
    }
	.playground-photo {
		margin-top: 0;
	}
	.standard-padding {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media all and (max-width: 698px) {
    .get-started-btn {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 473px) {
    .hero-column {
        margin-left: 20px;
        margin-right: 20px;
    }
	.toolkit-vc-btn + .toolkit-vc-btn {
		margin-top: 10px;
	}
	.hero-row-background {
		width: 100%;
		border-right: none;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	#footer_columns a{
		font-size: 16px;
	}
	.contact-email h5{
		word-break: break-all;
	}
}

@media all and (max-width: 412px) {
    .get-started-btn {
        margin-bottom: 20px;
    }

    .standard-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}