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

.navbar-nav li.button {
    align-items: center;
    margin: 0 40px;
}

.btn.btn-primary{
    padding: 8px 60px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border:2px solid white !important;
}


#mobile_menu .btn.btn-primary{
    width:auto;
}

#mobile_menu span.fas.fa-caret-down {
    position: relative;
    left: 10px;
    font-size:10px;
    display:flex;
    flex-direction: column;
    justify-content: center;
}

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: #444;
}

#footer_columns * {
    color: #444;
}

#footer_columns p {
    margin:0;
}

#footer_columns a{
    transition: .45s ease all;
    display:block;
    font-size:18px;
    font-weight:400;
    opacity:1;
    color:#727272;
    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:#E1B7B6;
    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;
}

/* Site Wide Styles */
.white-nav a {
    color: white !important;
}

#footer_column_2 {
    padding-left: 40px;
}

.btn-primary {
    border: 2px solid white !important;
    text-transform: uppercase;
}

.btn-outline-light {
    background: none !important;
    border: 2px solid white !important;
    text-transform: uppercase;
}

.cta-btn {
    border: 4px solid white !important;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
}

.inside-pg-banner {
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: 5px solid var(--primary_color);
}

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

.pre-footer-cta {
    padding-top: 100px;
    padding-bottom: 100px;
    border-top: 5px solid var(--primary_color);
    border-bottom: 5px solid var(--primary_color);
    margin-bottom: 50px;
}

.nav-link {
    color: var(--secondary_color) !important;
    font-weight: 400 !important;
    /* font-size: 16px !important; */
}

.dropdown-menu .dropdown-item {
    font-size: 16px;
}

.dropdown-menu {
    width: max-content;
}

.navbar-nav .dropdown-menu {
    border-top: 3px solid var(--primary_color);
}

.dropdown-menu .dropdown-item{
    font-weight: 400 !important;
}

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

.nav-link button {
    color: white !important;
}

/* HomePage Styles */
.home-hero-row {
    padding-top: 200px;
    padding-bottom: 200px;
    border-bottom: 5px solid var(--primary_color);
}

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

.home-hero-text h1 {
    font-size: 72px;
}

.home-hero-text {
    width: 75%;
}

.line-before {
    width: 75%;
}

.book-appointment-btn {
    margin-right: 10px;
    width: 300px;
    transition: background 1s;
}

.book-appointment-btn:hover {
    color: white;
    background: none;
}

.learn-more-btn {
    margin-left: 10px;
    width: 300px;
    transition: background 1s;
}

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

.how-it-works-section {
    padding-top: 150px;
    padding-bottom: 150px;
}

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

.issues-text h5 {
    border-bottom: 2px solid white;
    width:fit-content;
}

/* .issues-card-top {
    border-top: 4px solid #FFF0F0;
    border-right: 4px solid #FFF0F0;
    border-left: 4px solid #FFF0F0;
}

.issues-card-bottom {
    border-right: 4px solid #FFF0F0;
    border-left: 4px solid #FFF0F0;
    border-bottom: 4px solid #FFF0F0;
} */

/* Contact Page Styles */
/* .frm_primary_label {
    display: none !important;
} */

.with_frm_style input[type=text], .with_frm_style textarea {
    border: 2px solid var(--primary_color);
    background-color: #f9f9f9;
}

.frm_opt_container {
    border: 2px solid var(--primary_color);
    background-color: #f9f9f9;
    padding: 10px;
}

.frm_button_submit {
    width: 33% !important;
    border: 4px solid white !important;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25) !important;
    text-transform: uppercase;
}
/*
RESPONSIVE STYLES
*/

@media all and (max-width: 1200px) {
    #menu-wrapper li{
        font-size: 20px;
    }
}

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

    .how-it-works-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media all and (max-width: 768px) {

    .line-before, .home-hero-text {
        width: 100%;
    }
    
    .home-hero-text h1 {
        font-size: 64px;
    }

    .how-it-works-row2 img {
        text-align: center !important;
    }

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

    .pre-footer-cta {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .inside-pg-banner {
        padding-top: 50px;
        padding-bottom: 50px;
    }

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

    .white-border {
        text-align: center !important;
    }

    .issues-card-top {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }

    .issues-card-bottom {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }

    #footer_column_2 {
        padding-left: 20px;
    }
}

@media all and (max-width: 767px) {
    .how-it-works-row2 {
        padding-top: 50px;
        padding-bottom: 50px;
        flex-direction: column-reverse;
    }
}

@media all and (max-width: 650px) {
    .learn-more-btn {
        margin-left: 0px;
    }

    .issues-card-top {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }

    .issues-card-bottom {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
}

@media all and (max-width: 640px) {
    .learn-more-btn {
        margin-top: 20px;
    }
}

@media all and (max-width: 575px) {
    #footer_column_2, #footer_column_3, #footer_column_4, .site-footer {
        margin-top: 50px;
    }

    #footer_column_2 {
        padding-left: 15px;
    }
}

@media all and (max-width: 535px) {
    .home-hero-text h1 {
        font-size: 48px;
    }

    .how-it-works-section h1 {
        font-size: 38px;
    }

    .how-it-works-section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .how-it-works-row {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .how-it-works-row2 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .inside-pg-banner {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .standard-row-padding {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .pre-footer-cta h1 {
        font-size: 38px;
    }
}

@media all and (max-width: 420px) {
    .inside-pg-banner h1 {
        font-size: 38px;
    }
}

@media all and (max-width: 390px) {
    .home-hero-text h1 {
        font-size: 38px;
    }

    .how-it-works-section h1 {
        font-size: 28px;
    }

    .pre-footer-cta h1 {
        font-size: 28px;
    }

    .issues-card-top {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .issues-card-bottom {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}

@media all and (max-width: 324px) {
    .inside-pg-banner h1 {
        font-size: 28px;
    }
}

#main-nav a.nav-link.btn.btn-primary{
	padding:6px 30px;
	
}