@media only screen and (max-width: 959px) {
	body.default-breakpoint .oceanwp-mobile-menu-icon {
		position: absolute;
		top: 20px;
		right: 30px;
	}
	.epack-header-contact {
		margin: 50px 0 30px 0;
	}
	.sixth {
		width: 34.5%;
		margin-bottom: 30px;
	}
	.sixth:nth-child(4) {
    	margin-left: 0;
	}
}
@media only screen and (max-width: 805px) {
	.prefooter-left, .prefooter-right {
		float: none;
		width: 100%;
		padding: 0;
		border: none;
	}
	.prefooter-left {
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid #ddd;
	}
	.contact-left {
		float: none;
		width: 100%;
	}
	.contact-right {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.epack-product-left, .epack-product-right {
		float: none;
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	#site-logo {
		margin-bottom: 20px!important;
	}
}
@media only screen and (max-width: 600px) {
	.sixth {
		width: 50%;
	}
	.sixth:nth-child(4) {
    	margin-left: -4%;
	}
	.sixth:nth-child(3), .sixth:nth-child(5) {
    	margin-left: 0;
	}
	#site-logo {
    margin-left: 30px;
    width: 250px;
}
}
@media only screen and (max-width: 500px) {
	.epack-header-contact {
		float: none;
		clear: both;
		width: 100%;
		text-align: center;
		padding-right: 0;
	}
	.epack-header-search {
		width: 237px;
		margin: 0 auto 30px auto;
		overflow: hidden;
	}
	.epack-copyright, .wrn {
		float: none;
		width: 100%;
		text-align: center;
	}
	.epack-copyright {
		margin-bottom: 20px;
	}
}