/**
Theme Name: Astra Child
Author:devehrds
Author URI: https://kidzcubo.devherds.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. 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 so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/*#category-filter select {*/
/*  padding: 8px;*/
/*  border-radius: 6px;*/
/*  font-size: 16px;*/
/*  margin-bottom: 20px;*/
/*}*/

html, body {
  overflow-x: hidden !important;
}

.game-archive-container .game-sidebar a:hover {
  background: #ffd700 !important;
}
.game-card:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
 
/* ON homepage css */
.page-id-114 a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none !important;
}

/* on worksheet page css */
 .product-slider .slick-slide {
            margin: 0 10px;
        }
        .product-slider .woocommerce ul.products li.product {
            margin: 0;
        }

   span.ast-woo-product-category {
    display: none !important;
}  

ul.slick-dots {
    display: none !important;
}
ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

button.slick-next.slick-arrow {
    display: none !important;
}

button.slick-prev.slick-arrow {
    display: none !important;
}
h2.woocommerce-loop-product__title {
    display: none !important;
}
.review-rating {
    display: none !important;
}
span.price {
    display: none !important;
}
 
/* for check-out form remove add to cart option */
.woocommerce-checkout .woocommerce-message {
    display: none !important;
}


a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background: linear-gradient(90deg, #E10C0F 0%, #B20426 100%);
     display: flex;
    align-items: anchor-center !important;
    margin: 20px;
    /* text-align: center; */
    content: center;
    justify-content: center !important;
}


/* On conatct us page css */

/* Contact Form 7 Custom Styling */
.custom-contact-form {
  background-color: #ffd94b;
  padding: 20px;
  border-radius: 10px;
  max-width: 800px;
  margin: 0 auto;
  font-family: sans-serif;
}

.custom-contact-form .input-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form textarea {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  box-sizing: border-box;
  font-family: inherit;
}

.custom-contact-form textarea {
  height: 150px;
  resize: none;
}

.custom-contact-form input[type="submit"] {
  background-color: #050028;
  color: white;
  border: none;
  padding: 15px 30px;
  font-size: 18px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-contact-form input[type="submit"]:hover {
  background-color: #1a1a40;
}
.loader-wrapper {
    text-align: center;
    padding: 40px 0;
}

/* .spinner {
    margin: 0 auto 10px;
    width: 30px;
    height: 30px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #333;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
} */


/* for toggle on side bar */
/* .resource-toggle {
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 5px;
    background: #f4f4f4;
    padding: 10px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.resource-toggle .arrow { */
    /* transition: transform 0.2s ease; */
    /* position: sticky;
    transition: unset;
}

.resource-toggle.active .arrow {
    transform: rotate(180deg);
    position: sticky;
    transition: unset;
}

.resource-list {
    display: block;
    margin-bottom: 15px;
} */

.blog-wrapper {
  padding: 40px 20px;
  background: #f9f9f9;
}

.container {
  display: flex;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}

/* Sidebar */
.sidebar {
  width: 30%;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
}

.toc-box h3 {
  margin-bottom: 10px;
}

.toc-box ul {
  list-style: none;
  padding: 0;
}

.toc-box li a {
  text-decoration: none;
  color: #0073aa;
  font-size: 14px;
}

.toc-h3 {
  padding-left: 10px;
  font-size: 13px;
}

/* Content */
.blog-content {
  width: 70%;
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
}

.post-title {
  font-size: 2.2rem;
  margin-bottom: 10px;
  color: #222;
}

.post-meta {
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
}

.post-thumbnail img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
}

.post-content {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.post-content h2, .post-content h3 {
  margin-top: 30px;
  color: #111;
}

/* Author Box */
.author-box {
  margin-top: 40px;
  padding: 15px;
  background: #f0f0f0;
  border-left: 4px solid #0073aa;
}

/* Social Share */
.social-share {
  margin-top: 20px;
  font-size: 14px;
}

.social-share a {
  color: #0073aa;
  text-decoration: none;
  margin-right: 10px;
}

/* Comments */
.comments-area {
  margin-top: 40px;
}

@media (min-width: 922px) {
    .ast-narrow-container .site-content > .ast-container {
        max-width: 1000px;
    }
    
}
@media (max-width: 576px) {
  .blog-wrapper {
    padding: 20px 10px;
  }

  .post-title {
    font-size: 1.5rem;
  }

  .post-meta {
    font-size: 13px;
  }

  .toc-box h3 {
    font-size: 16px;
  }

  .toc-box li a {
    font-size: 13px;
  }

  .author-box {
    font-size: 14px;
  }

  .social-share {
    font-size: 13px;
  }
}

.single-post .ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single, .ast-separate-container .comment-respond {
    padding: unset;
}

.single-post .ast-comment-formwrap.ast-row {
    display: none !important;
}

/* Responsive fix for mobile */
@media (max-width: 768px) {
  .custom-contact-form .input-row {
    flex-direction: column;
  }
}
