/*
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: #fff !important;
}

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: #212121;
    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:#212121;
    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(--primary_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: #D6D6D6;
}

::-moz-selection {
    background: #000;
}

.blog #content{
    max-width: 900px;
}

.home-hero-row {
	padding-top: 150px;
	padding-bottom: 150px;
}

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

.center-statement-padding {
	padding: 80px 100px;
}

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

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

.bottom-row-margin {
	margin-bottom: 100px !important;
}

.curved-image img {
	border: 4px solid var(--primary_color);
	border-top-left-radius: 30%;
	border-bottom-right-radius: 30%;
}

.btn-primary {
	padding: 14px 43px;
}

.pre-footer-cta p {
	font-family: 'Poppins' !important;
}

.pre-footer-cta h2 {
	font-size: 72px !important;
	font-weight: 900;
}

.btn-outline-light {
	border: 2px solid white !important;
	border-radius: 4px !important;
	padding: 14px 65px;
	transition: 0.5s;
}

.btn-outline-light:hover {
	background-color: white;
	color: var(--primary_color);
	opacity: 100%;
}

/* .navbar {
	margin-top: 20px;
	margin-bottom: 20px;
} */

.nav-button a {
	border-radius: 4px !important;
	padding: 14px 43px !important;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* .navbar-nav>li.current_page_item>a:not(.btn) {
	color: var(--primary_color) !important;
} */

.active a:not(.btn){
	color: var(--primary_color) !important;
}

.inside-page-hero {
	padding-top: 140px;
	padding-bottom: 140px;
}

.inside-page-hero h5 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.inside-page-hero h1 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.promise-text {
	padding: 0px 45px;
	border: 4px solid white;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
}

.site {
	overflow-x: hidden;
}

.blue-border-bottom {
	border-bottom: 5px solid var(--primary_color);
}

img#mobile_site_logo {
	width: 250px;
	margin-top: 40px;
}

img#site_logo {
	max-width: 260px;
}

.no-bottom-padding {
	padding-bottom: 0px !important;
}

.green-text h4 {
	color: #64777D;
}

/*
RESPONSIVE STYLES
*/

@media all and (max-width: 1024px)  {
	.home-hero-row {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	.inside-page-hero {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.top-bottom-row-padding {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	.center-statement-padding {
		padding: 60px 100px;
	}

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

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

	.bottom-row-margin {
		margin-bottom: 80px !important;
	}
	
	.pre-footer-cta h2 {
		font-size: 64px !important;
	}
}

@media all and (max-width: 767px) {
	.home-hero-row {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	.inside-page-hero {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.center-img {
		text-align: center !important;
	}
	
	p {
		font-size: 18px;
	}
	
	h6 {
		font-size: 20px;
	}
	
	h5 {
		font-size: 22px;
	}
	
	h4 {
		font-size: 24px;
	}
	
	h3 {
		font-size: 32px;
	}
	
	.pre-footer-cta h2 {
		font-size: 48x !important
	}
}

@media all and (max-width: 450px) {
	.home-hero-row {
		padding-top: 60x;
		padding-bottom: 60x;
	}

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

	.center-statement-padding {
		padding: 40px 0px;
	}
	
	.top-row-padding {
		padding-top: 50px;
	}

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

	.bottom-row-margin {
		margin-bottom: 50px !important;
	}
	
	.pre-footer-cta h2 {
		font-size: 32px !important
	}
}