/**
Theme Name: maz-erp
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maz-erp
Template: astra
*/

.d-none { display: none !important; }

/* ==============================
   Article archive + single layout
   ============================== */

.maz-article-archive__header {
	margin: 0 0 1.25rem;
}

.maz-article-archive__title {
	margin: 0 0 .35rem;
	letter-spacing: -0.02em;
}

.maz-article-archive__description {
	margin: 0;
	color: rgba(15, 23, 42, 0.75);
	max-width: 70ch;
}

.maz-articles-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	padding: 0;
}

@media (max-width: 1024px) {
	.maz-articles-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.maz-articles-grid {
		grid-template-columns: 1fr;
	}
}

.maz-article-card {
	list-style: none;
	margin: 0;
}

.maz-article-card__link {
	display: block;
	height: 100%;
	border-radius: 14px;
	border: 1px solid rgba(2, 6, 23, 0.10);
	background: #fff;
	box-shadow:
		0 1px 1px rgba(2, 6, 23, 0.04),
		0 10px 30px rgba(2, 6, 23, 0.06);
	overflow: hidden;
	text-decoration: none !important;
	color: inherit;
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.maz-article-card__link:hover {
	transform: translateY(-2px);
	border-color: rgba(2, 6, 23, 0.16);
	box-shadow:
		0 1px 1px rgba(2, 6, 23, 0.05),
		0 18px 45px rgba(2, 6, 23, 0.10);
}

.maz-article-card__link:focus {
	outline: none;
}

.maz-article-card__link:focus-visible {
	outline: 3px solid rgba(22, 19, 231, 0.25);
	outline-offset: 3px;
}

.maz-article-card__thumb img {
	display: block;
	width: 100%;
	height: 210px;
	object-fit: cover;
}

.maz-article-card__body {
	padding: 1rem 1rem 1.1rem;
}

.maz-article-card__meta {
	margin: 0 0 .4rem;
	font-size: .875rem;
	color: rgba(15, 23, 42, 0.65);
}

.maz-article-card__title {
	margin: 0 0 .55rem;
	font-size: 1.15rem;
	line-height: 1.25;
	letter-spacing: -0.02em;
}

.maz-article-card__summary {
	margin: 0 0 .85rem;
	color: rgba(15, 23, 42, 0.82);
	line-height: 1.55;
}

.maz-article-card__cta {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	font-weight: 600;
	color: rgba(22, 19, 231, 0.95);
}

.maz-articles-pagination {
	margin-top: 1.25rem;
}

.maz-articles-empty {
	color: rgba(15, 23, 42, 0.75);
}

/* Single article */
.maz-article-single__header {
	margin-bottom: 1rem;
}

.maz-article-single__back {
	margin: 0 0 .6rem;
}

.maz-article-single__back a {
	text-decoration: none !important;
	color: rgba(22, 19, 231, 0.95);
	font-weight: 600;
}

.maz-article-single__title {
	margin: 0 0 .5rem;
	letter-spacing: -0.03em;
	line-height: 1.15;
}

.maz-article-single__meta {
	margin: 0 0 .9rem;
	color: rgba(15, 23, 42, 0.65);
	font-size: .95rem;
}

.maz-article-single__meta-sep {
	margin: 0 .35rem;
}

.maz-article-single__featured img {
	display: block;
	width: 100%;
	max-height: 440px;
	object-fit: cover;
	border-radius: 16px;
}

.maz-article-single__lead {
	font-size: 1.05rem;
	line-height: 1.7;
	color: rgba(15, 23, 42, 0.88);
	margin: 1rem 0 1.2rem;
	max-width: 75ch;
	margin-left: auto;
	margin-right: auto;
}

.maz-article-single__content {
	max-width: 75ch;
	margin-left: auto;
	margin-right: auto;
}

.maz-article-single__content h2,
.maz-article-single__content h3,
.maz-article-single__content h4 {
	letter-spacing: -0.02em;
}

@media (prefers-reduced-motion: reduce) {
	.maz-article-card__link {
		transition: none;
	}
	.maz-article-card__link:hover {
		transform: none;
	}
}

.mazerp-signin .menu-link {
	/* "Sign in" button-style menu item */
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: .5rem;

	/* Override Astra menu-link sizing so it doesn't become a big circle */
	padding: .42rem .95rem !important;
	line-height: 1.1 !important;
	height: auto !important;
	width: auto !important;
	min-height: 0 !important;

	border-radius: 999px;
	border: 1px solid rgba(22, 19, 231, 0.32);

	background: rgba(22, 19, 231, 0.06);
	box-shadow: none;

	color: rgba(22, 19, 231, 0.95) !important;
	font-weight: 600;
	text-decoration: none !important;

	transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease;
} 

.mazerp-signin .menu-link:hover {
	color: rgba(22, 19, 231, 1) !important;
	border-color: rgba(22, 19, 231, 0.50);
	background: rgba(22, 19, 231, 0.10);
	box-shadow: 0 10px 24px rgba(22, 19, 231, 0.10);
	transform: translateY(-1px);
}

.mazerp-signin .menu-link:active {
	transform: translateY(0);
	box-shadow:
		0 1px 1px rgba(0, 0, 0, 0.06),
		0 6px 16px rgba(22, 19, 231, 0.12);
}

.mazerp-signin .menu-link:focus {
	outline: none;
}

.mazerp-signin .menu-link:focus-visible {
	outline: 3px solid rgba(22, 19, 231, 0.25);
	outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
	.mazerp-signin .menu-link {
		transition: none;
	}
	.mazerp-signin .menu-link:hover,
	.mazerp-signin .menu-link:active {
		transform: none;
	}
}