/*!
Theme Name: ezme
Theme URI: https://www.miruteam.com/
Author: Miru Team
Author URI: https://www.miruteam.com/
Description: Description
Version: 1.4.7
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ezme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
.ez-ss-area h3{
	font-size: 1.5rem;
    padding: 10px;
    background: #d63737;
    color: #fff;
}
.ez-ss-box{
	list-style: none;
    padding: 10px;
}
.ez-ss-li a{
	display: block;
	padding: 10px;
    background: #131212;
    margin-bottom: 2px;
    border: 1px solid #1d1d1d;
}
.ez-ss-li a:hover{
    background: #963a1e;
	color:#fff;
	text-decoration: none;
}
.ez-ss-li .ezactive{
	background: #252525;
}
.ez-ss-li .ezactive:hover{
    background: #252525;
	color:#fff;
	text-decoration: none;
}