/*
Theme Name: Imranlaws
Theme URI: www.demo.com/
Author: theme_pure
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4.x
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: imranlaws
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.mean-container {
    display: block !important;
}

.side-info-wrapper {
    transform: translateX(100%);
    transition: 0.3s;
}

.side-info-wrapper.side-info-opened {
    transform: translateX(0);
}

.mean-nav li a {
	display: block;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: 600;
}

.tp-btn {
	text-align: center;
	display: block;
	background: #530028;
	padding: 20px;
	color: #fff;
	width: 100%;
	border: 0;
}

.tp-btn:hover{
    background: #db3636;
}