@media screen and (max-width: 800px) {


	.nav.navright {
		padding-left: 0px;
	}
	
	
	.menu_bar, .main_content {
		width: 100%!important;
		margin: 0px!important;
	}
	
	.home_grid, .event_grid, #chapel_holder, #cemetery_holder, .event_grid {
		grid-template-columns: 1fr;
	}
	
	.footer_column {
		width: 100%;	
		border-left: 0px solid #ffffff1a;
		padding-left: 0px;
	}
	
	.featured_image {
		height: 250px;
		margin-bottom: 50px;
	}
	
	#mega-menu-wrap-header-menu .mega-menu-toggle {
		background: none!important;
	}
	
	.menu_bar {
		left: 0px;	
	}
	
	.main_content {
		padding: 0px;
		box-shadow: none!important;
		border-left: 0px;
	}
	
	#left_inner {
		margin-bottom: 25px;
		padding: 0px;
		background: whitesmoke;
		border: 1px solid #e0e0e0;
		padding: 15px;
	}
	
	#left_inner h2 {
		margin-top: 0px !important;
		font-size: 1em;
		margin-bottom: 7px !important;
	}
	
	#left_inner select {
		background: white;
		border:0px;
		width: 100%;
		padding: 10px;
	}
	
		
	.column_left, .column_right, .column_half, .box_cathays, .support_box {
		width: 100%;
	}
	
	.column_right {
		margin-top: 35px;
		border-left: 0px solid var(--pink);
		padding-left: 0px;
	}
	
	.gallery, .gallery div {
		height: 200px;
	}
	
	.home_link div {
		min-height: auto;
	}
	
	.homepage_top {
	  	margin-bottom: 0px;
	}
	
	.footer {
		margin-top: 50px;
	}
	
	.gallery_buttons div {
		width: 97px;
	}

	
	.footer_watermark {
		width: 100%!important;
		display: none!important;
	}
	
	.header {
		background: #661861!important;
	}

	.mega-sub-menu a {
		padding-bottom: 8px!important;
	}
	
	.event_grid {
		margin-bottom: 120px !important;
	}
	
	
	.wpcf7-form button, .wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
		width: 98%;
	}
	
}