/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
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
*/

/*yerp*/
#left-area ol, .entry-content ol, .et-l--header ol, .et-l--body ol, .et-l--footer ol, .comment-content ol, body.et-pb-preview #main-content .container ol {
    list-style-type: decimal;
    list-style-position: inside;
    padding: 0 0 23px;
    line-height: 2.5em;
}


.wp-block-latest-posts__post-excerpt, .wp-block-latest-posts__post-author {
    color: #000000a6;
}
.footer-navbar__menu ul li a {
    color: black;
    transition: color .25s;
}

/*tarih gösterme*/
time.post__date {
    display: none;
}

/*yorum URL */
p.comment-form-url, time.comment__date {
    display: none !important;
}
/*read more link color*/
a.wp-block-latest-posts__read-more {
    color: #ff9500 !important;
}

/*tıkla Oku buton impulse ayarları*/
/* Paste this in your CSS file (e.g. /assets/css/style.css) */
/* === Pulse Animation for Buttons === */
@keyframes softPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    transform: scale(1.03);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/* Apply to your CTA button */
.btn-pulse {
  animation: softPulse 2.5s ease-in-out infinite;
  transition: transform 0.3s ease;
}
