/*
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:white;
    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:#86C177;
    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;
}

.hero-section {
    padding: 300px 0;
    border-bottom: 10px solid var(--primary_color);
    margin-top: -150px;
}

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

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

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

body:is(.home) header#masthead {
    background-color: transparent;
}

body:is(.home) header#masthead:not(.is-stuck) .nav-link,
body:is(.home) header#masthead:not(.is-stuck) .dropdown-toggle::after {
    color: white !important;
}

.hero-section .btn-primary {
    margin-right: 30px;
}

.btn {
    padding: 12px 43px;
}

.blue-service-row {
    border: 5px solid #214C9E;
    border-radius: 30px;
    margin-bottom: 25px !important;
}

.blue-service-row h3 {
    color: #214C9E;
}

.blue-service-row .btn {
    background-color: #214C9E;
    border: none;
}

.blue-service-row img {
    border-right: 5px solid #214C9E;
    padding-right: 15px;
}

.teal-service-row {
    border: 5px solid #44C9DF;
    border-radius: 30px;
    margin-bottom: 25px !important;
}

.teal-service-row h3 {
    color: #44C9DF;
}

.teal-service-row .btn {
    background-color: #44C9DF;
    border: none;
}

.teal-service-row img {
    border-right: 5px solid #44C9DF;
    padding-right: 15px;
}

.green-service-row {
    border: 5px solid #86C177;
    border-radius: 30px;
    margin-bottom: 25px !important;
}

.green-service-row h3 {
    color: #86C177;
}

.green-service-row .btn {
    background-color: #86C177;
    border: none;
}

.green-service-row img {
    border-right: 5px solid #86C177;
    padding-right: 15px;
}

.orange-service-row {
    border: 5px solid #F36F2C;
    border-radius: 30px;
    margin-bottom: 25px !important;
}

.orange-service-row h3 {
    color: #F36F2C;
}

.orange-service-row .btn {
    background-color: #F36F2C;
    border: none;
}

.orange-service-row img {
    border-right: 5px solid #F36F2C;
    padding-right: 15px;
}

.red-service-row {
    border: 5px solid #DF4748;
    border-radius: 30px;
}

.red-service-row h3 {
    color: #DF4748;
}

.red-service-row .btn {
    background-color: #DF4748;
    border: none;
}

.red-service-row img {
    border-right: 5px solid #DF4748;
    padding-right: 15px;
}

.offset-heading h2 {
    background: white;
    margin-left: -15%;
    padding-left: 20px;
}

.how-it-works .wpb_content_element {
    padding-bottom: 0px !important;
}

.how-it-works p {
    font-size: 30px;
}

.vc_row .how-it-works-row {
    background-position: right bottom !important;
}

.pre-footer-row {
    margin-top: 150px;
    border-radius: 15px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: -5% !important;
    position: relative;
    z-index: 1;
}

.pre-footer-text {
    padding-left: 100px;
}

#footer_columns {
    padding-top: 150px;
}

.pre-footer-row .btn-primary {
    text-transform: none !important;
    padding: 10px 50px;
}

.inside-page-row {
    padding: 250px 0;
    border-bottom: 10px solid var(--primary_color);
}

.standard-img img {
    border-radius: 30px;
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.25);
}

.issue-what-is-it h5,
.issue-what-is-it h2,
.issue-what-is-it p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.issue-what-is-it h5 {
    font-style: italic;
}

.purple-checkmark ul {
    padding: 0;
}

.purple-checkmark li {
    background: url('/wp-content/uploads/2024/05/Checkmark.svg');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    display: block;
}

.purple-checkmark p {
    margin-bottom: 20px !important;
}

.dropdown a {
    width: max-content;
}

body:not(.home) img#site_logo {
    filter: brightness(20%);
}

.contact-info ul {
    padding: 0;
}

.contact-info li {
    background-position: left top;
    display: block;
    padding-left: 30px;
}

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

.phone-icon li {
    background: url('/wp-content/uploads/2024/05/Mobile.svg');
    background-repeat: no-repeat;
}

.office-icon li {
    background: url('/wp-content/uploads/2024/05/Clock.svg');
    background-repeat: no-repeat;
}

.seal {
	padding-top: 0px !important;
	padding-bottom: 20px !important; 
}

.team-member img {
    border-radius: 10px;
}

.team-member h2 {
    font-size: 24px;
    color: var(--primary_color);
}

.team-member-column .wpb_single_image {
    padding-bottom: 0px;
}

.team-member-column h3 {
    margin-top: 0px;
}

.team-member-column img {
    border-radius: 10px;
}

.sticky {
    position: sticky !important;
}

.team-member-row {
    padding-top: 80px;
    padding-bottom: 80px;
}

.team-member-row h1 {
    color: var(--primary_color);
}
/*
RESPONSIVE STYLES
*/
@media all and (max-width: 1330px) {
    .blue-service-row,
    .teal-service-row,
    .green-service-row,
    .orange-service-row,
    .red-service-row {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }

    .pre-footer-row {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
}

@media all and (max-width: 1199px) {
    body:is(.home) header#masthead:not(.is-stuck) .tkmm-toggle span {
        background-color: white;
    }

    .hero-section {
        padding: 200px 0;
    }

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

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

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

    body:is(.home) header#masthead:not(.is-stuck) .nav-link {
        color: #444 !important;
    }
}

@media all and (max-width: 767px) {
    .sticky {
        position: inherit !important;
    }

    p {
        font-size: 18px;
    }

    h1 {
        font-size: 52px;
    }

    h2 {
        font-size: 42px;
    }

    h3 {
        font-size: 32px;
        margin-top: 0;
    }

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

    .blue-service-row img,
    .teal-service-row img,
    .green-service-row img,
    .orange-service-row img,
    .red-service-row img {
        border-right: none;
        padding-bottom: 0px !important;
    }

    .blue-service-row,
    .teal-service-row,
    .green-service-row,
    .orange-service-row,
    .red-service-row {
        text-align: center;
        padding: 20px;
    }

    .offset-heading h2 {
        margin-left: 0;
        padding-left: 0;
    }

    .pre-footer-text {
        padding-left: 0;
        text-align: center;
    }

    .pre-footer-row {
        padding: 20px;
    }

    .inside-page-row {
        padding: 150px 0;
    }
}

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

@media all and (max-width: 460px) {
    .hero-section {
        padding: 100px 0;
    }

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

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

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

    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 32px;
        margin-top: 0;
    }

    .hero-section .btn-primary {
        margin-bottom: 20px;
        width: 100% !important;
    }

    .inside-page-row {
        padding: 100px 0;
    }
}

@media all and (max-width: 375px) {
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 24px;
        margin-top: 0;
    }
}