/*
Theme Name: Mikta Theme
Theme URI: http://www.mikta.org/
Author: Smo
Author URI: https://smo.vn/
Description: A Theme For Mikta.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mikta
Tags: Blog

The styleheets of Theme Name are located in assets/css.
IMPORTANT : If you write your CSS code below, it will be deleted when you'll update the theme.
*/

/*	################################################################
	CSS OVERVIEW 	

	1. IMPORT FILES
	2. GENERAL
	3. ELEMENTS
	4. HEADER
	5. FOOTER
	...

################################################################# */ 
a.prev.page-numbers img {
    transform: rotateY(180deg);
}
.wp-caption{
	border: none;
	padding: 0;
	max-width: 100%;
}
.wp-caption p.wp-caption-text{
	text-align: left;
}
.sidebar-detail .sidebar-year .item-year .list-month li a{
	color: #C6C3C3;
}
.page .entry-content{
	padding: 50px 0;
}
select{
	outline: none;
}
.banner-info .list-info {
	max-width: 750px;
}
@media (max-width: 991px){
	.menu-root a{
		display: block
	}
}
