/**
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
*/

/* Round page content frame corners (pages only) */
body.page-template-default.ast-separate-container .site-main article.ast-article-single {
  border-radius: 6px;
  overflow: hidden;
}

/* Round blog post article frame corners (single posts) */
body.single.ast-separate-container .site-main article.ast-article-single {
  border-radius: 6px;
  overflow: hidden;
}

/* Round blog archive/listing/search card corners */
body.blog.ast-separate-container .site-main article.ast-article-post,
body.archive.ast-separate-container .site-main article.ast-article-post,
body.search.ast-separate-container .site-main article.ast-article-post {
  border-radius: 6px;
  overflow: hidden;
}

/* Round featured image corners — blog archive cards 
.ast-blog-featured-section {
  border-radius: 18px;
  overflow: hidden;
}*/

/* Category / archive / search header section — bottom margin and round border */
body.category .ast-archive-description,
body.tag .ast-archive-description,
body.archive .ast-archive-description,
body.search .ast-archive-description {
  margin-bottom: 20px !important;
  border-radius: 6px;
  overflow: hidden;
}

/* Round featured image corners — single posts and pages */
body.single .entry-header .post-thumb,
body.page .entry-header .post-thumb {
  border-radius: 6px;
  overflow: hidden;
}

/* Sidebar frame: full border, rounded corners, matching fill color */
.ast-separate-container #secondary .sidebar-main {
  background-color: #07162d;
  border: 1px solid #07162d;
  border-radius: 6px;
  padding: 20px;
}

/* Fallback: round the img element directly 
.ast-blog-featured-section img,
body.single .entry-header .post-thumb img,
body.page .entry-header .post-thumb img {
  border-radius: 18px;
}*/

/* Main menu dropdown border */
.ast-desktop .main-header-menu .sub-menu,
.ast-desktop .main-navigation ul.sub-menu,
.ast-mobile-popup-drawer .main-header-menu .sub-menu {
  border: 1px solid #F45A2A;
  border-radius: 6px;
}

.ast-separate-container #secondary .sidebar-main .widget.widget_recent_entries nav li{

  padding: 10px 0px 0px 0px;
  font-size: 0.9rem;  
  line-height: 1.2rem;
  list-style-type: disc;
  margin-left: 20px;
  
}


.widget-title {
  margin-bottom: 0px;
}

/* Home page posts: make all cards same height */
.home #post-items--3ccc51fe {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.home #post-items--3ccc51fe > .ekit-col-4 {
  display: flex;
  margin-top: 20px;
}

.home #post-items--3ccc51fe .elementskit-post-image-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.home #post-items--3ccc51fe .elementskit-post-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.home #post-items--3ccc51fe .elementskit-post-body .entry-title {
  margin-bottom: auto;
}

.home #post-items--3ccc51fe .elementskit-post-body p {
  margin-top: 20px;
  line-height: 1.3rem;
}

p strong {
  color: #fcaaaa;
}

/* Single post pages: add horizontal padding to SimpleTOC lists */
body.single .simpletoc-list {
  padding-left: 30px;
  padding-right: 30px;
}

/* Single post pages: add horizontal padding to block lists */
body.single .wp-block-list {
  padding-left: 30px;
  padding-right: 30px;
}

/* Single post pages: light blue background for code blocks */
body.single .wp-block-code {
  background-color: #004c86;
  border-radius: 6px;
}

/* Single post pages: rounded post images */
body.single .entry-content img {
  border-radius: 6px;
}