/* ========================================================================= */
/* Mobile
/* ========================================================================= */

@media (max-width: 767px) {

	header {
		display: none;
	}

	h1 {
		font-size: 42px;
	}

	/* ============================================================================ */
	/* Hidden
	/* ============================================================================ */

	.side {

		display: none;

		.banners	{
			display: none;
		}

		.recently-viewed {
			display: none;
		}

		.featured-listing {
			display: none;
		}

		.featured-news {
			display: none;
		}

	}

	/* ============================================================================ */
	/* Navbar theme
	/* ============================================================================ */

	.navbar-vd2019 {

		.navbar-nav {

			.nav-item {
    		border-left: none;
			}

		}

	}

	/* ============================================================================ */
	/* Home
	/* ============================================================================ */

	.homeIcons {

		.homeIcon {

			text-align: center;
			font-size: 16px;

			i {
				font-size: 32px;
			}

		}

	}

	/* ============================================================================ */
	/* Main Controls
	/* ============================================================================ */

	.main-controls {

		margin-bottom: 20px;

		i {
			margin-right: 5px;
			font-size: 14px;
		}

		a {
			margin-right: 5px;
			font-size: 14px;
		}

		.view-desc {
			display: none;
		}

	}

	/* ============================================================================ */
	/* List Index
	/* ============================================================================ */

	.list-index {

		.item {

			.image {
				float: none;
				margin-left: 0px;
			}

		}

	}

	/* ============================================================================ */
	/* Grid Index
	/* ============================================================================ */

	.grid-index {

		.image {

			text-align: center;

			img {
				margin-left: auto;
				margin-right: auto;
			}

		}

	}

	/* ============================================================================ */
	/* Grid View
	/* ============================================================================ */

	.grid-view {

		.title {
			text-align: center;
		}

		.item {

			margin-left: auto;
			margin-right: auto;
			width: 320px;

			img {
			}

		}

	}


}