/*


Theme Name: mimian
Theme URI:  http://ninetheme.com/themes/mimian
Author: Ninetheme
Author URI: http://ninetheme.com/
Description: Our mimian theme is clean, blog-focused, and designed for clarity. mimian's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.3
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-menu, editor-style, featured-images, post-formats, threaded-comments, translation-ready
Text Domain: mimian
Domain Path: /languages

*/

.widget ul li a {
	text-transform: inherit !important;
}

.arrowdown {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px;
}

.articleBlock {
	font-size: 12px;
	max-width: 100%;
	width: 300px;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
	padding: 8px;
	color: white;
}

.articleBlock--red {
	background-color: #EE230C;
}

.articleBlock--yellow {
	background-color: #F7BA01;
}

.articleBlock--green {
	background-color: #61D836;
}