/* iPad Portrait */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.header-navigation-menu {
		margin-top: 0 !important;
	}
}

/* iPad Landscape */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.header-navigation-menu {
		margin-top: 0 !important;
	}

	#content .campaign {
		padding: 0;
	}

	.woocommerce .shop-page-container.has-container {
		padding-top: 0;
	}

	.single-product-page {
		padding-top: 50px;
	}

	.header-menu-flex.mli .header-menu {
		display: block;
		margin-top: 18px;
	}

	img.alignnone.size-full.wp-image-3772 {
		width: 95%;
		height: auto;
	}

	#post-3476 .entry-content > div:nth-child(1) {
		display: none;
	}
}

/* iPhone */
@media only screen and (max-width: 768px) {
	.mobile-only {
		display: block !important;
	}

	.home_container_1 {
		display: none;
	}

	body.page-id-766 .entry-content .mobile-only {
		padding-right: 50px !important;
		padding-left: 50px !important;
	}

	body.page-id-766 .entry-content .mobile-only .section-row {
		margin: 25px 0;
	}

	.header-navigation-menu {
		margin-top: 0 !important;
	}

	body.page-id-4062 #primary .vc_column_container:nth-child(even) {
		padding-top: 70px;
	}

	img.alignnone.size-full.wp-image-3772 {
		width: 95%;
		height: auto;
	}

	.woocommerce .shop-page-container.has-container {
		padding-top: 20px;
	}

	footer .agni-icon {
		padding: 0 5px 0 0 !important;
	}

	footer .agni-icon i {
		font-size: 14px !important;
	}
}
