@media all and (max-width:1000px) {

	#navigation,
	#header .social-link {
		display: none;
	}

	#openmenu {
		display: inline-block;
	}

	.aboutus-img {
		display: none;
	}

	.aboutus-content {
		width: 100%;
		padding-left: 0px;
	}

	.wrapper-services article {
		width: calc(50% - 20px);
	}

	.single-content-footer:first-child,
	.single-content-footer,
	.single-edge {
		width: 50%;
	}

	.w-70,
	.w-30 {
		width: 100%;
	}

	.sidebar-right .sidebar {
		padding-left: 0px;
	}

	.sidebar-left .sidebar {
		padding-right: 0px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.sidebar-left .sidebar,
	.sidebar-right .sidebar {
		padding-top: 50px;
	}

	.faq-img {
		display: none;
	}

	.faq-block-content {
		width: 100%;
		padding: 100px 0px 100px 0;
	}

	.our-fleet-img {
		width: 100%;
		margin-bottom: 30px;
	}

	.our-fleet-content {
		width: 100%;
		padding-left: 0px;
	}

	.contact-content,
	.contact-form {
		width: 100%;
	}

	.contact-content {
		padding-right: 0px;
		margin-bottom: 50px;
	}

	.booking-content {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 50px;
	}

	.booking-form {
		width: 100%;
	}

}

@media all and (max-width:600px) {

	.wrapper-header-content.pages.page-404 h1 {
		font-size: 70px;
	}

	h1 {
		font-size: 70px;
	}

	h2 {
		font-size: 40px;
	}

	.single-edge,
	.single-blog {
		width: 100%;
	}

	.wrapper-services article {
		width: calc(100% - 20px);
	}

	.single-content-footer:first-child,
	.single-content-footer {
		width: 100%;
		text-align: center;
	}

	.footer-social {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.contact-form .wrapper-input p,
	.booking-form .wrapper-input p {
		width: 100%;
	}

}

@media all and (max-width:400px) {

	.wrapper-header-content.pages.page-404 h1 {
		font-size: 50px;
	}

	h1 {
		font-size: 50px;
	}

	.wrapper-header-content {
		height: 600px;
	}
	
}