
/*iPad Landscape*/
@media (max-width:1024px) {
	.whatson .offer {
		background-image: none !important;
	}
	
	.whatson .offer.nitro-lazy {
		background-image: none !important;
	}
}

/*iPad Portrait*/
@media (max-width:768px) {
	.hide-mobile {
		display: none;
	}
	
	header .burger {
		display: block;
	}
	
	header .search {
		display: none;
	}
	
	header .logo {
		padding-bottom: 20px;
	}
	
	header .menu {
		display: none;
	}
	
	.information {
		margin-bottom: 20px;
	}
	
	.information .whats-on-panels {
		width: 100%;
	}
	
	.garden .gallery {
		height: 139px !important;
	}
	
	.gardens .sculpture {
		width: 100%;
	}
	
	.gardens .walks {
		width: 100%;
	}
	
	.whatson .item {
		width: 48%;
	}
	
	.banner-text-area {
		width: 45%;
	}
	
	.home-banners .arrow-left a, .home-banners .arrow-right a {
		padding: 0px 15px;
		line-height: 60px;
	}
	
	.lightbox-close {
		top: 10px;
		right: 10px;
		width: 30px;
		height: 30px;
	}
	
	.photo-gallery .filters ul li {
		margin-bottom: 10px;
	}
}

@media (max-width:667px) {
	.banner-text-area {
		width: 80%;
		margin-left: 10%;
	}
	
	.link-squares .square {
		width: 100%;
	}
	
	.garden .gallery {
		height: auto !important;
	}
	
	.special {
		opacity: .6;
	}
	
	.special h2 {
		font-size: 20px;
	}
	
	.special h3 {
		font-size: 30px;
		line-height: 38px;
	}
	
	.special h4 {
		font-size: 16px;
		line-height: 20px;
	}
	
	.special p {
		font-size: 14px;
		line-height: 18px;
	}
	
	.garden .title {
		padding-bottom: 35px;
	}
	
	.garden .title .heading {
		float: none;
		text-align: center;
		display: block;
	}
	
	.garden .title .back {
		position: absolute;
		right: auto;
		bottom: auto;
	}
	
	.plan .banner h2 {
		font-size: 24px;
		line-height: 38px;
	}
	
	.plan .side-menu ul {
		text-align: center;
		margin-bottom: 20px;
	}
	
	.information .whats-on .image {
		height: 90px;
	}
	
	.information .whats-on .text {
		font-size: 18px;
		line-height: 28px;
	}
	
	.information .whats-on .date {
		line-height: 20px;
	}
	
	.information .offers .offer {
		background-image: none !important;
	}
	
	.information .offers .offer.nitro-lazy {
		background-image: none !important;
	}
	
	.inner-page .side-menu ul li {
		display: inline-block;
		margin-right: 8px;
	}
	
	.whatson .item, .whatson .item.w2 {
		width: 100%;
	}
	
	.contact-form {
		margin-bottom: 20px;
	}
	
	footer .copy, footer .footer-panel, footer .mailing, footer .enquiries {
		text-align: center;
		margin-bottom: 15px;
	}
	
	footer .mailing input {
		margin-left: 3%;
	}
}

@media (max-width:500px) {
	.information .whats-on {
		width: 50%;
	}
}

/*iPhone Portrait*/
@media (max-width:375px) {
	header .logo {
		text-align: center;
	}
	
	.home-banners .arrow-left {
		bottom: 0;
	}
	
	.home-banners .arrow-right {
		bottom: 0;
	}
	
	.garden .content {
		padding-right: 0;
	}
	
	#garden-photos-carousel-mobile {
		display: block;
	}
	
	#garden-photos-carousel {
		display: none;
	}
}
