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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
    
}

.no_translate.transposh_flags{
    display: flex;
    flex-wrap: nowrap;
}
.no_translate.transposh_flags a{
    color: #fff;
}
.no_translate.transposh_flags .texts{
    margin-right: 5px;
}

ul.colors,ul.config{
	
	list-style:none;
	margin:0;
	display: flex;
   flex-direction: row;
	margin-top:30px;
}
ul.colors li,ul.config li{
	display: flex;
	flex-direction: column;
	width:13%;
	align-items: center;
	font-size:15px;
	text-align: center;
	line-height:22px;
}

.animated {
  animation-duration: 2s; /*动画时间*/
  animation-fill-mode: both; /*播放后的状态*/
}
.animated {
  animation-iteration-count: infinite; /*动作循环的次数：infinite 无限循环*/
}
.animated {
  animation-duration: 2s; /*动画时间*/
}

.down:hover { 
  transform: translateY(4px);
}

@keyframes press {
  0% { transform: translateY(0); }
  50% { transform: translateY(10px); }
  100% { transform: translateY(4px); }
}