/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/
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: 2.3.2.1584623015
Updated: 2020-03-19 13:03:35

*/

/*----------------------------
		>>> TABLE OF CONTENTS
------------------------------
		1.0 General CSS
		2.0 Gravity
		3.0 Footer
		4.0 Mobile Responsiveness
----------------------------*/

/*----------------------------
		1.0 General CSS
----------------------------*/



/*----------------------------
		2.0 Gravity Forms CSS
----------------------------*/

.gfield_required {
	display: none !important;
}
.gform_wrapper .top_label li.gfield.gf_right_half {
	padding-right: 0px !important;
}


/*----------------------------
		3.0 Footer CSS
----------------------------*/
.footer-copyright-link a:hover {
	color: #3DD740 !important;
}


/*----------------------------
		3.0 Mobile Responsiveness CSS
----------------------------*/
@media all and (max-width: 767px) {
	body, 
	button, 
	input, 
	select, 
	textarea, 
	.ast-button, 
	.ast-custom-button {
		font-size: 16px;
	}
}
/* Fertile SEO 2026-09-04 - blog polish */
.single-post .elementor-widget-theme-post-content p { color: #2e3a4e; }
.hic-callout { background: #eef6f7; border-left: 4px solid #0f8b8d; padding: 1.1rem 1.4rem; border-radius: 0 8px 8px 0; margin: 1.6rem 0; }
.hic-callout p { margin: 0.45rem 0; color: #1d3a52; }
.single-post .elementor-widget-theme-post-featured-image img { border-radius: 12px; }

/* Fertile SEO 2026-09-04 - blog archive card polish */
.blog-posts .uael-post__bg-wrap { height: 100%; }
.blog-posts .uael-post__inner-wrap {
  height: 100%; display: flex; flex-direction: column;
  background: #fff; border: 1px solid #e3eaf3; border-radius: 14px; overflow: hidden;
  box-shadow: 0 6px 18px rgba(13,42,80,0.06) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.blog-posts .uael-post-wrapper:hover .uael-post__inner-wrap {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(13,42,80,0.13) !important;
}
@media (prefers-reduced-motion: reduce) {
  .blog-posts .uael-post-wrapper:hover .uael-post__inner-wrap { transform: none; }
}
.blog-posts .uael-post__thumbnail { margin: 0; }
.blog-posts .uael-post__thumbnail img { aspect-ratio: 16/9; object-fit: cover; width: 100%; display: block; }
.blog-posts .uael-post__content-wrap { display: flex; flex-direction: column; flex: 1; padding: 24px 26px 26px !important; }
.blog-posts .uael-post__title a {
  font-size: 20px; line-height: 1.35; font-weight: 600; color: #1D458D; text-transform: none;
}
.blog-posts .uael-post__title a:hover { color: #0f8b8d; }
.blog-posts .uael-post__meta-data {
  font-size: 12px !important; font-weight: 600; letter-spacing: 0.09em;
  color: #0f8b8d !important; text-transform: uppercase; margin: 4px 0 10px;
}
.blog-posts .uael-post__meta-data span { font-size: 12px !important; color: #0f8b8d !important; }
.blog-posts .uael-post__excerpt {
  color: #4a5a70; font-size: 15px; line-height: 1.62; margin-bottom: 20px;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.blog-posts .uael-post__read-more.elementor-button {
  margin-top: auto; align-self: flex-start;
  background-color: #1D458D !important; color: #fff !important;
  border-radius: 999px; padding: 9px 24px !important;
  font-size: 13px; letter-spacing: 0.05em; text-transform: uppercase;
}
.blog-posts .uael-post__read-more.elementor-button:hover { background-color: #0f8b8d !important; }
