/*
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:#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: 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: #000;
}

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

body {
    background-color: #F4F1ED !important;
}

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

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

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

.pre-footer-content {
    padding: 0 100px !important;
}

.pre-footer-content .btn-primary {
    margin-top: 20px;
}

.btn-primary, 
.btn-outline-light, 
.btn-outline-dark {
    padding: 12px 40px;
    transition: 0.3s;
}

.frm_button_submit {
    padding: 12px 40px !important;
    max-width: 300px;
    width: 100% !important;
    text-transform: uppercase;
    transition: 0.3s;
}

.frm_button_submit:hover {
    background-color: #8D4530 !important;
    border-color: #8D4530 !important;
    color: white !important;
    opacity: 1;
}

.btn-outline-light {
    border: 2px solid white !important;
}

.btn-outline-dark {
    border: 2px solid #3C2F2F !important;
    color: #3C2F2F;
}

.btn-primary:hover {
    background-color: #8D4530;
    border-color: #8D4530;
    opacity: 1;
}

.btn-outline-dark:hover {
    background-color: #3C2F2F;
    color: white;
    opacity: 1;
}

.btn-outline-light:hover {
    opacity: 1;
}


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: 270px;
    margin-top: -100px;
}

.welcome-section {
    padding-top: 10rem;
    margin-bottom: -10%;
}

.green-text {
    color: var(--secondary_color);
    font-size: 26px;
    font-weight: bold;
}

.welcome-bg {
    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;
    border-bottom: 5px solid #B5563A;
}

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

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

#content {
    margin-top: 0;
}

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

.inside-page-hero {
    padding-top: 20rem;
    padding-bottom: 5rem;
}

.colored-row-padding {
    padding: 10rem 0;
}

.year-section {
    padding: 25rem 0;
}

.vc_row.year-section {
    background-position: bottom center !important;
}

.orange-text h2 {
    color: var(--primary_color);
}

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

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

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

.featured-section .col-md-8 {
    padding-right: 5rem;
}

.featured-section .btn-primary, .hero-section .btn-primary {
    margin-right: 2rem;
}

.product-card {
    border-radius: 20px;
}

.products-section {
    margin-bottom: 10rem;
}

.floating-icon {
    position: absolute;
    top: -25%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    z-index: 2;
}

.product-card h5 {
    padding-top: 40px;
}

.products-section .section-title {
    margin-bottom: 120px;
    padding-top: 10rem;
}

.products-section .mb-4 {
    margin-bottom: 8rem !important;
}

.artist-col {
    margin-bottom: 5rem;
}

.artist-col h4 {
    margin-top: 0;
}

header#masthead.is_transparent {
    background-color: transparent !important;
}

header#masthead.is-stuck {
    background-color: white !important;
    color: #3c2f2f !important;
}

.full-header {
    position: relative;
    margin-left: -50vw;
    left: 50%;
    right: 50%;
    width: 100vw;
    overflow: hidden;
    padding-top: 20rem;
    padding-bottom: 5rem;
}

.full-header h1 {
    margin-bottom: 0px !important;
}

.artist-row,
.single-artist-row,
.product-archive-main,
.product-single-row {
    padding: 10rem 0;
}

.single-artist header#masthead.is_transparent {
    background-color: white !important;
}

.product-fade {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.product-fade.visible {
    opacity: 1;
    transform: translateY(0);
}

.product-col {
    margin-bottom: 5rem;
}

.product-price {
    color: var(--secondary_color);
    font-size: 28px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
}

.card-body h5 {
    margin-top: 0px;
}

.card {
    border: 5px solid white;
    border-radius: 0;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    background-color: #F4F1ED;
}

.product-price-single {
    font-size: 60px;
    font-weight: bold;
    color: var(--secondary_color);
}

.purchase-form {
    margin-top: 5rem;
}

.product-thumb-wrapper {
    gap: 10px;
}

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

#main-product-image {
    max-height: 580px;
}

.single-product header#masthead {
    background-color: white !important;
}

.single-product header#masthead a.nav-link:not(.btn-primary),
.single-artist header#masthead a.nav-link:not(.btn-primary) {
    color: #3C2F2F !important;
}

.address-icon ul,
.phone-icon ul,
.email-icon ul {
	padding: 0;
}

.address-icon li,
.phone-icon li,
.email-icon li {
	display: block;
}

.address-icon li {
	background: url('/wp-content/uploads/2025/07/Map-Pin.svg');
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 40px;
}

.phone-icon li {
	background: url('/wp-content/uploads/2025/07/Mobile.svg');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 40px;
	min-height: 25px;
}

.email-icon li {
	background: url('/wp-content/uploads/2025/07/Mail.svg');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 40px;
}

.contact-row .wpb_text_column {
	padding-bottom: 0px;
}

#footer_columns p, #footer_columns a {
	color: #3C2F2F;
}

.footer-social-cover .wpb_text_column>.wpb_wrapper {
	display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.footer-social-cover .wpb_text_column {
	padding-top: 0px;
	padding-bottom: 0px;
}

.footer-social-cover ul {
	padding: 0;
	margin-bottom: 0;
}

.footer-social-cover li {
	display: block;
}

.footer-social-cover .wpb_wrapper {
	z-index: 0;
}

.footer-social-cover .wpb_text_column>.wpb_wrapper:after {
	content: "";
    height: 1px;
    width: 100%;
    background: #3E1708;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
}

.footer-social-cover {
	padding-top: 5rem;
}

.footer-social-cover p {
	background: #E7DBC8;
	padding-right: 20px;
	font-family: "Libre Bakersville";
}

.footer-social-cover ul {
	background: #E7DBC8;
	padding-left: 30px;
	display: flex;
}

#colophon .container {
	padding-bottom: 3rem;
	border-top: 1px solid #3C2F2F;
}

#colophon p {
	font-size: 14px;
}

#footer_columns {
	padding-bottom: 60px;
	padding-top: 0px;
}

.hero-subline {
    font-size: 26px;
}

.quote-accent ul {
    padding: 0;
}

.quote-accent li {
    display: block;
    background: url('/wp-content/uploads/2025/07/Orange-accent.svg');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}

body:not(.home) #content {
    padding-top: 0px;
}

.nav-btn {
    margin-left: 2.5rem;
}

.nav-btn a {
    padding: 10px 40px !important;
}

.is-stuck .nav-btn a {
    margin: 10px 0;
}

.is-stuck .nav-btn a {
	color: white !important;
}

.related-products-row h5 {
	margin-top: 0px;
}

.privacy-policy {
	margin: 10rem 0;
}

.legendary-entry {
	margin-top: 100px;
	margin-bottom: 100px;
}

.seopages-template-default header#masthead.is_transparent {
}

.seopages-template-default header#masthead.is_transparent a:not(.btn) {
	color: #3c2f2f !important
}

/*
RESPONSIVE STYLES
*/
@media all and (max-width: 1340px) {
    .artist-row {
        margin: 0 15px;
    }
	
	.product-single-row {
		margin: 0 15px;
	}
}

@media all and (max-width: 1265px) {
    .pre-footer-content h3 {
        font-size: 36px;
        margin-top: 0px;
    }

    .pre-footer-content {
        padding: 0 80px !important;
    }

    .pre-footer-content .vc_column-inner {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
}

@media all and (max-width: 1200px) {
	#mobile_menu a.nav-link:not(.btn-primary) {
        color: #3C2F2F !important;
    }
	
	.nav-btn {
        margin-left: 0;
    }
}

@media all and (max-width: 1199px) {
	.single-artist .tkmm-toggle span, 
	.single-product .tkmm-toggle span {
		background: #3c2f2f;
	}
	
	.is-stuck .tkmm-toggle span {
		background: #3c2f2f;
	}
}

@media all and (max-width: 1050px) {
    .floating-icon {
        top: -20%;
    }
}

@media all and (max-width: 980px) {
    .pre-footer-content h3 {
        font-size: 32px;
    }

    .pre-footer-content {
        padding: 0 60px !important;
    }
}

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

    .hero-section .btn-outline-light {
        margin-top: 20px;
    }

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

    h2 {
        font-size: 40px;
    }
}

/* Mobile Breakpoint */
@media all and (max-width: 767px) {
    .welcome-section .col-md-8 {
        margin-bottom: 5rem;
    }

    .featured-section img {
        width: 50% !important;
        margin-top: 5rem;
    }

    .floating-icon {
        top: -35%;
    }

    #masthead.is-stuck .tkmm-toggle span {
        background: #3C2F2F !important;
    }

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

    .year-section {
        padding: 20rem 0;
    }
	
	.card {
		max-width: 300px;
	}
	
	.product-archive-main .col-md-3 {
		display: flex;
		justify-content: center;
	}
}

/* Footer Breakpoint */
@media all and (max-width: 575px) {
    h6 {
        font-size: 18px;
    }

    #footer_columns .col-sm-3:not(:last-child) {
        margin-bottom: 3rem;
    }
}

@media all and (max-width: 519px) {
    .featured-section .btn-outline-dark {
        margin-top: 20px;
    }
}

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

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 26px;
    }
}

@media all and (max-width: 384px) {
    .hero-section .btn-primary {
        margin-right: 0px;
    }
}

@media all and (max-width: 375px) {
    .floating-icon {
        top: -30%;
    }
}