/*** mobile menu ***/

@media (max-width: 768px) {
	body {
		background-color: #ffffff;
	}	
	.mooz-primary-nav {
		display: none;
	}
	.navbar .navbar-header {
		display: table-cell;
	}
	.mobile-header-logo {
		display: table-cell;
		float: left;
		padding: 15px 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;
	}
	.mz-cat-column {
		float: left;
		width: 100%;
	}
	.mz-categories-item {
		min-height: 95px;
	}
	.mz-categories-item .cat-thumb img {
		max-height: 70px;
	}
	.main-content {
		padding-right: 0px;
		padding-left: 0px;
	}
	.mz-collection {
		padding: 20px 15px 5px 15px;
	}
	.top-bar {
		display: none;
	}
	.header-logo {
		text-align: center;
		padding: 15px 0;
	}
	.mz-collection-item {
		margin-bottom: 30px;
	}
	.mz-collection-item h2:first-child {
		margin-top: 40px;
		margin-top: 40px;
		text-align: center;
		font-size: 31px;
	}
	.intro-text {
		text-align: center;
		width: 100%;
		-webkit-transform: translate(0%,0);
		-ms-transform: translate(0%,0);
		transform: translate(0%,0);
	}
	.footer-widget {
		padding: 15px 0;
	}
	.mz-collection p {
		margin: 0 0 30px 0;
		color: #272727;
		font-size: 16px;
		font-weight: 400;
		line-height: 160%;
	}
	.mz-collection h1 {
		font-size: 23px;
		line-height: 110%;
		font-weight: 800;
		margin: 0 0 10px 0;
		padding-bottom: 10px;
		min-height: initial;
		border-bottom: 1px solid #dddddf;
		font-family: "Montserrat", Sans-serif;
		letter-spacing: -0.8px;
	}
	.mz-collection h1 span {
		color: #c53312;
	}
	.mz-collection h1 b {
		color: #c53312;
		font-size: 15px;
	}	
	.mz-collection .post-header {
		margin-top: 15px;
		margin-bottom: 15px;
		min-height: initial;
	}
	.header-disclosure p {
		font-size: 12px;
	}
	.mz-collection-title {
		border-top: 1px dotted #dfdfdf;
		margin-top: 15px;
		padding: 10px 0px;
		text-align: center;
	}
	.mz-collection img {
		margin: 5px 35px;
		max-width: 80%;
	}
	.btn-preview {
		background-color: #48a937;
		border-color: #3db332;
		padding: 10px 40px;
		display: inline-block;
		font-size: 14px;
		margin: 0px;
	}
	.mz-collection .item-buttons {
		text-align: center;
		margin-bottom: 25px;
	}
	.site-breadcrumbs {
		margin: 0px 0 0 0;
	}
	.breadcrumbs a, .breadcrumbs span {
		color: #585858;
		font-size: 10px;
		line-height: 100%;
	}
	.adv-disclosure-text {
		height: initial;
	}	
	.adv-disclosure-text p {
		margin-bottom: 5px;
		color: #707687;
		font-size: 13px;
		font-weight: 400;
		line-height: 160%;		
	}

	/* mobile version */
	.mz-collection-header {
		float: left;
		width: 100%;
		padding: 20px 15px;
		display: inline-block;
	}
	.mz-collection-buttons {
		width: 100%;
	}
	.list-style-b .mz-collection {
		padding: 0px 5px 5px 5px;
		background-color: initial;
	}	
	.list-style-b .slidedown-button {
		left: 35%;
	}
	.mz-collection-counter {
		left: -10px;
	}
	.list-style-b .mz-collection-img {
		float: left;
		width: 100%;
		text-align: center;
		padding: 20px 10px 0px 10px;
	}
	.list-style-b .mz-collection-buttons {
		width: 100%;
		padding: 45px 0 55px 0px;
	}
	.list-style-b .btn-preview {
		padding: 14px 30px;
		font-size: 16px;
		bottom: 50px;
		right: 27px;
		border-radius: 30px;
		box-shadow: 2px 2px 4px 0 rgb(115 115 115 / 67%);
	}
	.list-style-b .main-feature {
		margin: 11px 0 0px 0;
	}
	.list-style-b .product-scores {
		margin: 0px 0 0px 0;
	}
	.list-style-b .mz-badges {
		display: none;
	}
	.list-style-b .mz-collection-subtitle {
		margin: 0 0 10px 0;
	}
	.list-style-b .mz-module {
		margin-bottom: 30px;
	}
	.product-score {
		font-size: 12px;
		line-height: 135%;
	}
	
	.list-style-b .mz-collection-buttons {
		width: 100%;
		padding: 1px 0 10px 0px;
		text-align: center;
	}
	.list-style-b .btn-preview {
		padding: 20px 30px;
		font-size: 18px;
		bottom: 50px;
		right: 27px;
		border-radius: 30px;
		box-shadow: 2px 2px 6px 0 rgb(115 115 115 / 37%);
	}
	.list-type-1 .main-feature p {
		font-size: 15px;
	}
}