/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.7.1.1719795896
Updated: 2024-07-01 11:04:56

*/


/* header #third-menu-bar {
    z-index: 9;
}

.hero-banner h3, .hero-banner h1 {
	color: #fff !important;
	text-shadow:  -1px -1px 0 black,  
                 1px -1px 0 black,
                -1px  1px 0 black,
                 1px  1px 0 black;
}

.three-services p {
    padding: 10px;
}

#testimonials .swiper-slide {
    box-shadow: 3px 3px 20px 0px #0000001f;
}

@media screen and (max-width: 767px) {
	.hero-banner h3 {
		font-size: 20px;
	}
} */

.ast-container {
    max-width: 100% !important;
}

#ticketingSys .wpsc-menu-list.wpsc-tickets-nav label {
    color: #000 !important;
}




















/* Container */
.wpsc-shortcode-container {
	border: none !important;
}
.auth-inner-container {
    margin: 60px auto;
    padding: 32px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Heading */
.auth-inner-container h2 {
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #1f2933;
}

/* Form */
.wpsc-login {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Inputs */
.wpsc-login input[type="text"],
.wpsc-login input[type="password"] {
    width: 100%;
    padding: 12px 14px;
    font-size: 15px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: #fff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.wpsc-login input::placeholder {
    color: #9ca3af;
}

.wpsc-login input:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

/* Remember me */
.checkbox-container.remember-me {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #374151;
}

.checkbox-container.remember-me input {
    width: 16px;
    height: 16px;
}

/* Button */
.wpsc-button.primary {
    margin-top: 8px;
    padding: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: #2563eb;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.05s ease;
}

.wpsc-button.primary:hover {
    background: #1d4ed8;
}

.wpsc-button.primary:active {
    transform: translateY(1px);
}

/* Links */
.auth-links {
    margin-top: 20px;
    text-align: center;
}

.auth-links a {
    font-size: 14px;
    color: #2563eb;
    text-decoration: none;
}

.auth-links a:hover {
    text-decoration: underline;
}

/* Mobile tweaks */
@media (max-width: 480px) {
    .auth-inner-container {
        margin: 40px 16px;
        padding: 24px;
    }
}


