/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* import bootstrap ICONS */



/* .site-footer{
    background:#2b2b2b;
}

.site-footer h4{
    color:#c8db1b;
}

.footer-menu li{
    margin-bottom:10px;
}

.footer-menu a{
    color:#ffffff;
    text-decoration:none;
}

.footer-menu a:hover{
    color:#c8db1b;
} */


    a{
        text-decoration: none;
    }
    .custom-footer {
        background: #2b2b2d;
        color: #fff;
        padding-top:0;
    }


.column-btns{
	background-color:var(--theme-palette-color-1);
	color: #333;
}


.footer-custom-logo{
	 width: 96px;
    height: auto; /* Keeps the aspect ratio perfect */
        /* Optional: Shrink it automatically on mobile screens */
/*     max-width: 100%;  */

}
    .footer-title,
    .footer-heading { 	
     color: #f0a000;
     font-size: 28px;
     margin-bottom: 25px;
}

.footer-strip{
	background-color: black;
	
}

.footer-strip h3{
	color: #f0a000 !important;
}
    .footer-text {
        color: #ddd;
        line-height: 1.8;
    }

    .footer-links {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-links li {
        margin-bottom: 15px;
    }

    .footer-links a {
        color: #f0a000;
        text-decoration: none;
        transition: .25s;
    }

    .footer-links a:hover {
        color: #fff;
        padding-left: 8px;
    }

	
	.footer-menu ul li a{
		color: silver;
	}
    .social-icons {
        display: flex;
        gap: 12px;
    }

    .social-icons a {
        width: 45px;
        height: 45px;
        background: #111;
        color: #f0a000;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: .3s;
        font-size: 18px;
    }

    .social-icons a:hover {
        background: #f0a000;
        color: #000;
    }

    .footer-input {
        background: #1f1f21;
        border: none;
        color: black;
        border-radius: 0;
        padding: 12px 15px;
    }

    .footer-input:focus {
        background: #1f1f21;
        color: #fff;
        box-shadow: none;
        border: 1px solid #c6d81c;
    }

    .footer-input::placeholder {
        color: #aaa;
    }

    .footer-btn {
        width: 100%;
        background: #f0a000;
        border: none;
        padding: 14px;
        font-weight: 600;
        color: #000;
        transition: .3s;
    }

    .footer-btn:hover {
        background: white;
		box-shadow: 0 0 10px #f0a000, 0 0 50px #f0a000;
		color: black;
    }

    .payment-section {
        text-align: center;
        border-top: 1px solid rgba(255, 255, 255, .08);
        margin-top: 60px;
        padding: 40px 0;
    }

    .payment-section p {
        color: #bcbcbc;
        margin-bottom: 15px;
    }

    .payment-icons i {
        font-size: 42px;
        color: #d7d7d7;
    }

    .footer-bottom {
        background: #1c1c1e;
        text-align: center;
        padding: 18px;
        font-size: 14px;
    }

    .footer-bottom strong a {
        color: #f0a000;
    }

/* woocommerce checkout page issues with Customer Address detatils section */

/* Override Bootstrap's .col-1 and .col-2 on WooCommerce checkout */

.woocommerce-checkout .col2-set {
    display: block !important;
}

.woocommerce-checkout .col2-set > .col-1,
.woocommerce-checkout .col2-set > .col-2 {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    float: none !important;
    margin-bottom: 30px;
}