/*
Theme Name: Madara
Theme URI: https://live.mangabooth.com/
Author: MangaBooth
Author URI: https://mangabooth.com
Description: Manga Solution for WordPress. Support Manga, Comic, Novel, Anime, Video content. Require WP Manga (Madara-Core) plugin
Version: 2.2.4
Text Domain: madara
Domain Path: /languages/
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
License: MangaBooth License
License URI: license.txt
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Header
3.0 - Navigation
4.0 - Pages
5.0 - Single
6.0 - Content
7.0 - Plugins
8.0 - Shortcodes
9.0 - Widgets
10.0 - Footer
11.0 - Wall Ads
--------------------------------------------------------------*/


.vertical-align {
  position: relative;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}