/*
 Theme Name: Astra Child
 Theme URI: https://wordpress.org/themes/astra/
 Description: Tema hijo de Astra
 Author: Tu Nombre
 Author URI: https://tusitio.com
 Template: astra
 Version: 1.0
 Text Domain: astra-child
*/
 .ast-blog-layout-5-grid .ast-blog-featured-section{
	width: 50%;
}
.ast-blog-layout-5-grid .post-content {
		width: 50%;
}
.ast-article-post .post-thumb-img-content img {
	aspect-ratio: initial;
}
.ast-separate-container .ast-article-post {
 
  background-color: #fff;
}
.wp-block-latest-posts .wp-block-latest-posts__post-date{
	font-size:12px;
	margin: 6px;
	  color: #777;
	font-family: Roboto;
	 font-weight: 400; 
	 text-transform: capitalize;
}
img.wp-post-image{
	max-width: 100% !important;
}
.entry-meta * {
  color: #777;
	font-family: Roboto;
	 font-weight: 400; 
	 text-transform: capitalize;
}
.sidebar-main .wp-block-latest-posts__post-title {
	overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient:vertical;
 
}
.ast-header-search .slide-search .search-form {
  border: 2px solid #fa5a1f !important;
}
.search-form .search-submit{
	margin-top:20px
}
.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row{
	min-height: auto;
}
.site-below-footer-wrap[data-section="section-below-footer-builder"]{
	background-color: #111;
	border-top-color: #fa5a1f;
}
@media (max-width: 921px) {
  .ast-separate-container .ast-blog-layout-5-grid .post-content {
	  padding-right: 1.5em;
	  padding-top: 1.5em;
	  padding-bottom: 1.5em;
	  padding-left: 1.5em;
  }
}

@media (max-width: 520px) {
	 .ast-blog-layout-5-grid .ast-blog-featured-section{
		width: 100%;
	}
	.ast-blog-layout-5-grid .post-content {
			width: 100%;
	}
	  .ast-separate-container .ast-blog-layout-5-grid .post-content {
		  padding: 0;
	}
}

