/*** mobile menu ***/

@media (max-width: 768px) {
	.mooz-primary-nav {
		display: none;
	}
	.navbar .navbar-header {
		display: table-cell;
	}
	.mobile-header-logo {
		display: table-cell;
		padding: 5px 10px;
		height: 70px;
	}
	.navbar .container {
		padding-right: 0px;
		padding-left: 0px;
	}
	.navbar-header .description {
		display: none;
	}
	.desktop-header {
		display: none;
	}
	.author-image {
		float: left;
		width: 30%;
		margin: 0;
	}
	.author-text-body {
		padding: 5px 15px;
	}
	.author-text-body h3 {
		margin: 0px;
	}
	.author-text-body p {
		font-size: 11px;
		font-weight: 400;
		line-height: 132%;
		color: #545454;
		padding-top: 0px;
		margin: 0px;
	}
	.mz-categories-container {
		width: 100%;
	}
	.section-title {
		margin: 0px;
	}
	section {
		padding: 0px;
	}
	.mz-categories-item .cat-thumb {
		width: 30%;
	}
	.mz-categories-item .cat-title {
		width: 70%;
	}
	.suggested {
		padding: 15px 0px;
	}
	.suggested-lists {
		padding: 15px 0 0 0;
		width: 100%;
		display: flex;
	}
	.suggested-item {
		padding: 5px 5px;
		margin: 2px;
		width: 32%;
		min-height: 165px;
	}
	.suggested-thumb img {
		max-width: 70px !important;
	}
	.suggested-title {
		font-weight: 700;
		margin: 10px 0 0 0;
		line-height: 135%;
		font-size: 13px;
	}
	.suggested h3 {
		font-size: 20px;
	}
	.mz-article-share {
		padding: 15px 5px;
		background-color: #fff;
	}
	.share-button {
		color: #fff;
		display: inline-block;
		padding: 2px 10px;
		border-radius: 3px;
		margin: 2px;
		font-size: 14px;
	}
	.mz-module-details {
		display: inline-block;
		width: 100%;
		margin: 0px 0 20px 0;
		background-color: #f1f3f7;
		padding: 5px 10px;
		border: 1px solid #dddde2;
	}	
	.mz-module-specs .key-features-list li {
		color: #000;
		width: 50%;
		display: inline-block;
		text-align: left;
		padding-bottom: 5px;
		font-size: 13px;
		font-weight: 500;
		line-height: 12px;
		letter-spacing: 0px;
	}

	.videoWrapper {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		height: 0;
	}
	.videoWrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
.mz-docs {
	padding: 5px 10px;
}
.mz-docs p {
    margin: 10px 0 20px;
    font-size: 20px;
}
.mz-docs h1, .mz-docs h2, .mz-docs h3, .mz-docs h4, .mz-docs h5, .mz-docs h6 {
	line-height: 110%;
	margin: 10px 0;
}
.mz-docs ul li {
    font-size: 20px;
}
}