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

.justify{
	text-align: justify;
}

.menu-white{
	background-color: #fff;
}

.no-wrap{
	text-wrap: nowrap;
}

/* 
 * blog sidebar 
 */
.ast-separate-container .ast-article-post.blog-archivo{
	box-shadow: 0px 30px 40px -24px var(--ast-global-color-1);
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.07);
	background-color: var(--ast-global-color-5);
	padding: 30px;
	margin-top: 10px !important;
	margin-bottom: 50px !important;
	margin-left: 0px;
	margin-right: 0px;
	border-radius: 10px;
	/*background-image: radial-gradient(farthest-corner at 50% 200%, var(--ast-global-color-1) 1%, transparent 75%);*/
/*     background-image: radial-gradient(farthest-corner at 27% 250%, var(--ast-global-color-1) 1%, transparent 84%); */
	animation-name: dancing-archives;
	animation-duration: 1.8s;
	animation-delay: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
	animation-fill-mode: backwards;
}

@keyframes dancing-archives{
	0% {
		background-image: radial-gradient(farthest-corner at 27% 250%, var(--ast-global-color-1) 1%, transparent 84%);
	}
	12.5% {
		background-image: radial-gradient(farthest-corner at 31.5% 250%, var(--ast-global-color-1) 1%, transparent 84%);
	}
	25% {
		background-image: radial-gradient(farthest-corner at 36% 250%, var(--ast-global-color-1) 1%, transparent 84%);
	}
	37.5% {
		background-image: radial-gradient(farthest-corner at 40.5% 250%, var(--ast-global-color-1) 1%, transparent 84%);
	}
	50% {
		background-image: radial-gradient(farthest-corner at 45% 250%, var(--ast-global-color-1) 1%, transparent 84%);
	}
	62.5% {
		background-image: radial-gradient(farthest-corner at 49.5% 250%, var(--ast-global-color-1) 1%, transparent 84%);
	}
	75% {
		background-image: radial-gradient(farthest-corner at 54% 250%, var(--ast-global-color-1) 1%, transparent 84%);
	}
	87.5% {
		background-image: radial-gradient(farthest-corner at 59.5% 250%, var(--ast-global-color-1) 1%, transparent 84%);
	}
	100% {
		background-image: radial-gradient(farthest-corner at 63% 250%, var(--ast-global-color-1) 1%, transparent 84%);
	}
}

.sidebar-grp form {
/*.sidebar-grp .wp-block-archives-list.wp-block-archives, */
/* .sidebar-grp .widget.widget_meta { */
    margin: 15px 0;
}

/* blog sidebar search wrapper */
.sidebar-grp .wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    max-width: 100%;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

/* blog sidebar search input */
.sidebar-grp .wp-block-search__inside-wrapper .wp-block-search__input {
    padding: 0.75em;
    margin-bottom: 15px;
	border-radius: 10px;
	width: 95%;
}

/* blog sidebar search button */
.sidebar-grp .wp-block-search__inside-wrapper .wp-block-search__button{
	border-radius: 10px;
}