header { background-color: #dce0d9; padding: 0 20px; }

.logo {
	background-color: #dce0d9; /*#b19769; */
	padding: 10px 0;
	width: 300px;
	float: left;
	margin-left: 40px;

}

/* Main navigation */

#menu-btn {

  position: absolute;
  top: -100%;
  left: -100%;
}

.menu-icon {
  visibility: hidden;
}

.navigation { width: 52%; float: right; text-align: right; margin:50px 20px 0 0;}

/*.menu {padding-top: 20px; height: 35px; } */


.menu {padding: 15px 0;}

.menu li {
    display: inline-block;
	text-align: center;
	padding: 5px 40px;
}

.menu li a {
    position: relative;
	color: #000;
    letter-spacing: 0.1em;
    transition: all .2s ease-in-out
}

.menu a {
	text-decoration: none;
	position: relative;
	display: inline-block;
	font-family: verdana;
    font-size: 18px;
	margin: 0 8px;
	font-weight: 400;
}
.menu a::after {
  content: '';
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  height: 2px;
  background: #000;
  transform: scaleX(0);
  transition: transform .35s ease;
}

.menu a:hover::after {
  transform: scaleX(1);
}

.active{
  color: #a12c04;
  border-bottom: 2px solid #1c1c49;
 
}

.menu a:hover{
	color: #a12c04;
}

/* Footer */

.footer { background-color: #dce0d9; margin: 30px 0; text-align: center;}


.footer > div {
	width: 240px;

}

.footer-left {
	float: left;
	text-align: left;
	margin-left: 30px;
}
/*.footer-left a { font-size: 1.4em;}*/

.footer-middle {
	display: inline-block;
	margin: 0 auto;
	
}

.footer-middle img {margin: 0 auto;}

.footer-right { float: right;  text-align: right; margin-right: 30px;}

.footer-right h3 { text-align: right;  margin-bottom: 20px; }

.footer-left h3 { text-align: left; margin-bottom: 20px; }

.charity { font-size: 0.8em; margin-top: 10px;}



.footer-nav {
	text-align: center;
	margin: 0 auto;
}

.nav li {list-style: none; display: inline-block; padding: 10px 15px;}
.nav a:hover{color: #a12c04;}
.nav a { color: #000;}
.nav .active{border-bottom: 2px solid #1c1c49; color: #a12c04; }	

	

.BaseFooter { padding: 5px 10px; background-color: #cccccc; margin-top: 40px; }
.BaseFooter p { font-family: 'Open Sans' serif; font-size: 0.8em; color: #000;  padding-top: 3px;}
.BaseFooter a { font-family: 'Open Sans' serif; color: #000; cursor: pointer; font-size: 1em; }
.BaseFooter a:hover {color: #7b5f3b;}
.WebInfo {font-size: 1em;}
.left { float: left; width: 55%; }
.right {float: right; width: 35%; text-align: right; }

/* Home Page */

.slider {padding: 10px 30px; }
.slider-facilities {padding: 0 0;}

	
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  box-shadow: 0 10px 6px -6px #777;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  
}



/* Home Page Body */
.HomePage { width: 94%; margin: 0 auto;}
.HomeText {  float: left; width: 65%; } 

.UpcomingEvents h2 {padding: 10px 0; margin-bottom: 10px; background-color: #a12c04; color: #FFFF; text-align: center; }


.styledate { font-size: 1.1em; line-height: 1.2em;}

.UpcomingEvents { width: 400px; float: right;  margin-left: 30px; }
.Upcoming-Events { width: 99%;  float:left; margin: 6px 0px; display:table;  }
.Upcoming-Events p {font-size: 0.9em;}
.Upcoming-Events li { list-style: none; width: 100%;   }

.Up-Events li{ list-style: none; display: table-cell; width: 60%;  vertical-align: middle;   }
.Up-Events li.date{
	width: 140px;  
	text-align: center;  
	background: #FFFFF0; 
	padding: 0 0; 
	border-top: 1px solid #1c1c49;
	border-bottom:1px solid #1c1c49;
	border-left:1px solid #1c1c49;
}
.Up-Events li.text {
	width: 71%;  
	padding: 4px 10px;  
	vertical-align: top;  
	border-top: 1px solid #1c1c49;
	border-bottom: 1px solid #1c1c49;
	border-right: 1px solid #1c1c49;
}

.viewmore { text-align: center; background-color: #dfd5cb; width: 100%; font-size: 1.1em; margin-top: 20px; padding: 10px 0px; float: right; cursor: pointer; font-weight: bold;}
 


.Reg-Events {text-align: center; width: 90%; margin: 100px auto;  }
.Reg-Events img {margin: 20px auto; }
.Reg-Events h3 {font-size: 1.6em; margin-top: 10px;}
.Reg-Events ul  {text-align: center; }
.Reg-Events li { width: 300px; min-height: 390px; margin: 20px 20px; background: #dfd5cb; text-align: center; list-style: none; display: inline-block; vertical-align: top;}


/* Facilities */


.PageTitle {
	background-color:#a12c04;
	color: #FFFF;
	padding: 20px 30px;
	margin-bottom: 30px;
	text-align: right;
}

.PageTitle h2 {letter-spacing: 0.1em;}

.facilities h2 {margin-bottom: 6%; text-decoration: underline; text-underline-offset: 0.6em; } 

.facilities p {margin: 0;}
.facilities {
	position: relative;
	display: flex;
	margin: auto;
 	padding: 0;
	width: 95%;
	overflow: hidden;
	z-index: 3;
	margin-top: 50px;
	margin-bottom: 60px;
	align-items: center;
	justify-content: center;
	
}

.facilities-text {
	flex-basis: 60%;
	align-items: center;
	justify-content: center;
}

.facilities-image {width: 500px;  align-items: left; margin-right: 3%; box-shadow: 0 10px 6px -6px #777;}



/* History */

figcaption {font-size: .85em; font-style: italic; background-color: #b19679; color: #ffff; max-width: 500px; text-align: center; padding: 5px 0;}
.LandscapeRight { float: right; margin: 0 25px;}
.LandscapeLeft { float: left; margin: 0 25px;}
.HistoryBody { width: 90%; margin: 40px auto;}
.HistoryBody p {font-size: 1em}
.HistoryPhotos ul { list-style: none; display: inline-block; }
.HistoryPhotos li { display: inline-block; margin: 10px 50px; background-color: #b19679; color: #ffff; font-size: .85em; letter-spacing: 0.1em;}

.HistoryPhotos { text-align: center; margin-top: 100px;}
.imagespace {
	padding: 3% 1.5%;
}

.image { width: 500px;}

/* Whats on */
.WhatsOn {margin: 100px 0 500px 0;}
.DisplayEvents { width: 90%; margin: 0 auto;}
.Month { text-align: center; background-color: #b19679; padding: 10px 0; margin: 20px 0; color: #FFF; letter-spacing: 0.1em;}
/*.Events  {display: inline; } */

.All-Events { 
	width: 31.5%;  
	/*float:left;*/
	margin: 10px 10px; 
	/*display:table; */
	/*min-height: 120px; */
	display:inline-table;
	vertical-align: top;

	
	
}

.All-Events p { font-size: 0.9em;}
.All-Events li { list-style: none; width: 100%; }

.Events li{ list-style: none; display: table-cell; width: 50%;  vertical-align: middle;  }
.Events li.date{
	width: 140px;  
	text-align: center;  
	background: #FFFFF0; 
	padding: 0 0; 
	border-left: 1px solid #1c1c49;
	border-top:1px solid #1c1c49;
	border-bottom: 1px solid #1c1c49; 
	
}

.Events li.text {
	width: 69%;  
	padding: 4px 10px;  
	vertical-align: top;   
	border-top: 1px solid #1c1c49;
	border-right: 1px solid #1c1c49;
	border-bottom: 1px solid #1c1c49;
	

}
.All-Events li { margin: 0 auto;}

span.Cancelled {
position: relative;
display: block;
top: -35px;
left: 2px; 
z-index: 0; 
transform: rotate(-5deg);
padding: 3px 3px;
 
background-color: #a12c04;
opacity: .80;
color: #FFF;
font-size: 0.8em;
font-weight: bold;

text-align: center;

}








@media screen and (max-width: 1366px){
#page-wrapper {
	max-width: 1300px;
}

.logo { width: 200px;}

.rslides{
	margin: 0 auto;
	width: 100%;

}

.navigation {margin-top:20px;}
.nav a { font-size: 16px;}
.Reg-Events h3 {font-size: 1.4em; }
.UpcomingEvents p {font-size: 0.9em;}
.HomeText { width: 60%; } 


}



@media screen and (max-width: 1250px){

.All-Events { width: 47%;  }

.All-Events li { list-style: none; width: 100%;    }

.Events li{ list-style: none; display: table-cell; width: 50%;  vertical-align: middle;    }
.Events li.date{width: 140px;  text-align: center;  background: #FFFFF0; padding: 0 0; }
.Events li.text {width: 74%;  padding: 4px 10px;  vertical-align: top;  }
.All-Events li { margin: 0 auto;}

}

@media screen and (max-width: 1200px){
.HomeText { width: 58%;} 
.space-right{margin-right: 100px;}
}

@media screen and (max-width: 1153px){
.HomeText { width: 52%;} 
}

@media screen and (max-width: 970px){
.HomeText { width: 100%; float: none; }

.UpcomingEvents { width: 100%; float: none;  margin-left: 0; min-height: 140px;}
.Upcoming-Events { width: 48%;  display:inline-table; vertical-align: top; margin: 10px 5px;  }

.Upcoming-Events li { list-style: none; width: 100%;    }


.Up-Events li.text {width: 70%;    }

.UpcomingEvents h2 {margin-top: 50px;}
.viewmore {margin-bottom: 50px;}
}


@media screen and (max-width: 811px){
.footer > div {
	width: 100%;
	margin-bottom: 50px;
}

.footer-left {
	float: none;
	text-align: center;
	margin-left: 0px;
}

.footer-middle {
	display: inline-block;
	margin: 0 auto;
}

.footer-middle img {margin: 0 auto;}

.footer-right { float: none;  text-align: center; margin-right: 0px;}

.footer-right h3 { text-align: center;  margin-bottom: 20px; }

.footer-left h3 { text-align: center; margin-bottom: 20px; }
.slider {padding: 10px 10px; }
}

@media screen and (max-width: 760px) {
.facilities-wrapper { margin: 0 auto; width: 90%;}
.facilities h2 {margin-bottom: 6%; } 

.facilities p {margin: 0;}
.facilities {
	position: relative;
	display: inline;
	margin: 0 auto;
 	padding: 0;
	width: 95%;
	overflow: hidden;
	z-index: 3;
	margin-top: 80px;
	align-items: center;
	justify-content: center;
    
	
}

.facilities-text {
	flex-basis: 100%;
	margin-top: 30px;
	align-items: center;
	justify-content: center;
	margin-bottom: 100px;
}

.facilities-image {width: 100%;  margin: 3% auto; text-align: center;  }
.facilities-image img { width: 100%; }
	
.All-Events { width: 95%; padding: 2px 0px;}

.All-Events li { list-style: none; width: 100%;    }

.Events li{ width: 100%; }
.Events li.text {width: 79%;   }
.All-Events li { margin: 0 auto;}
.UpcomingEvents { width: 100%;}
.Upcoming-Events { width: 100%;  margin: 10px 5px;   }

.Upcoming-Events li { list-style: none; width: 98%;    }

.Up-Events li.date {width: 200px;}
.Up-Events li.text {width: 79%;    }
.left { float: none; width: 100%; text-align: center; }
.right {float: none; width: 100%; text-align: center; }

	
}

@media screen and (max-width: 720px) {
.logo { float: none; margin: 0 auto; text-align: center;}
.navigation { float: none; width: 100%; text-align: center; margin-top: 0px;}
}

@media screen and (max-width: 680px){
.AllEvents { width: 320px;  margin: 100px auto; }
.Event {
	width: 300px;
}
.EventDate { width: 70%; padding:5px 8px;}
.EventText{ width : 80%;}

}


@media screen and (max-width: 480px){
.PageTitle h2{  text-align: center;}
.nav li {display: block; padding: 20px 0px;}

}

@media screen and (max-width: 440px){
.Events li.date{width: 165px;  text-align: center;  background: #FFFFF0; padding: 0 0; }
.Events li.text {width: 68%;   }
.Reg-Events li { width: 90%;}

}

@media screen and (max-width: 400px){
.menu { padding: 0 0;}


.menu-btn {
   display: none;
}

.menu-icon {
   grid-area: hamburger;
   cursor: pointer;
   display: flex;
   justify-content: center;
   align-items: baseline;
   padding: 30px 0px 30px 0px; 
   position: relative;
   user-select: none;
   visibility: visible;
}

.navicon {
   background: #a12c04;
   display: block;
   height: 3px;
   width: 25px;
   position: relative;
}

.navicon:before {
   top: 7.5px;
}

.navicon:after {
   top: -7.5px;
}

.navicon:before, .navicon:after {
   background: #a12c04;
   display: block;
   width: 100%;
   height: 100%;
   content: '';
   position: absolute;
   transition: all .2s ease-out;
}

.menu {
   grid-area: nav;
   max-width: unset;
   max-height: 0;
   transition: max-height .2s ease-out;
   overflow: hidden;
   margin: 0;
   padding: 0;
   background-color: #dce0d9;
   display: flex;
   flex-direction: column; 
}



.menu a {
	padding: 20px 0px;
	margin: 0 0;
    background-color: #dce0d9;
    text-align: center;
	border-bottom: none;
	
}
  
.menu a:hover {color: #a12c04;}

.menu-btn:checked ~ .menu {
    max-height: 260px;
}

.menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}

.menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:before,
.menu-btn:checked ~ .menu-icon .navicon:after {
    top: 0;
}


.active {
 font-weight: bold;
 
}


header { padding: 0 0px; }

}

