/* Global */

img {
	max-width: 100%;
	height: auto !important;
}

blockquote {
	font-style: italic;
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
	border-left: solid 4px #bd151b;
	padding-left: 20px;
}

ul, ol {
	line-height: 1.75;
}

hr {
	height: 1px;
	border: 0;
	background: #dddddd;
}

.storysection ul, .storysection ol {
	line-height: 1.7;
}

.small-text {
	font-style: italic;
	text-decoration: none;
	font-size: 15px
}

.feed-section {
	padding-bottom: 20px;
}

.feed-section p:first-of-type {
	min-height: 120px;
}


/* Contact Top */

.phonepanel {
	color: #fff;
	background: #262626;
	font-size: 14px;
	text-align: center;
}

.phonepanel p {
	margin: 0;
	padding: 0;
}



/* Banner */

.banner-postion {
	background-position: center 10% !important;
}

.bannercaptionbox {	
	background-color: rgba(0, 0, 0, 0.50);
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 32px;
}

.redbarleft {
	background: #BD151B; /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #000, #BD151B); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #000, #BD151B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.redbarright {
	background: #BD151B; /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #BD151B, #000); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #BD151B, #000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

a.courseBtn:link {
	background: #23994C;
	padding: 10px 25px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 40px;
	font-weight: 600;
	font-size: 20px;
	color: #ffffff !important;
	text-decoration: none;
	border-radius: 8px;
	border: 3px solid #fff;
	display: inline-block;
	text-align: center;
	}
	
a.courseBtn:visited {
	color: #fff;
	background: #23994C;
	border: 3px solid #fff;
	}
	
a.courseBtn:hover {
	color: #fff;
	background: #29b55a;
	border: 3px solid #fff;
	}
	
a.courseBtn:active {
	color: #fff;
	background: #29b55a;
	border: 3px solid #fff;
	}
	
	
/* Keeper box */

div.homeintro {
	overflow: hidden;
	padding-bottom: 20px;
}

.goaliebox {
	width: 100%;
	background: rgba(0, 0, 0, 0.11);
	overflow: hidden;
} 

.goaliebox h2 {
	color: #fff;
	margin-bottom: 3px;
	line-height: 1.2;
}

.goaliebox > img {
	float: left;
	margin: 10px 20px 10px 10px;

}

.goaliebox p {
	margin: 0;
}

.goalietext {
	display: table-cell;
	vertical-align: middle;
	height: 220px;
	padding-right: 20px;
	width: 100%;
}

.goalietext p {
	font-style: italic;
}
	

	
/* Red Panels */

.redpanel {
	color: #fff !important;
}

/* Gallery Feed */

#gallery-feed-centre p {
	line-height: 0
}

.gallery-feed-image {
	width: 16.6666666667% !important;
	/* max-width: 100%; */
	height: auto !important;
}

/* more Buttons */

a.redBtn:link {
	background: #BD151B;
	padding: 5px 25px;
	margin-top: 0px;
	margin-right: 10px;	
	color: #ffffff;
	font-size: 15px;
	text-decoration: none;
	border-radius: 5px;
	border-bottom: solid 4px #9e1116;
	display: inline-block;
	text-align: center;
	}
	
a.redBtn:visited {
	color: #fff;
	background: #BD151B;
	border-bottom: solid 4px #9e1116;
	}
	
a.redBtn:hover {
	background: #961115;
	border-bottom: solid 4px #750d10;
	* -o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s; 
	}
	
a.redBtn:active {
	color: #fff;
	background: #BD151B;
	border-bottom: solid 4px #9e1116;
	}
	

	
/* Footer */

.footerTxt {
	color: #fff;
	font-size: 14px
}

.shareBtn {
	width: 41px;
	margin-right: 10px;
	opacity: .6;
	filter: alpha(opacity=60);
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
}

.shareBtn:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1.1);
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
}

/* Shop Feed */

#shopfeed-left p {
	line-height: 0px
}

/* Staff */

/* Staff pages */

ul.staffwrapper {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 0;
}

li.staffbox {
	margin: 20px 0;
	overflow: hidden;
	width: 100%;
	float: left
}

.photoanddetails {
	background-color: #f2f2f2;
	overflow: hidden;
}

.profileimageleft {
	float: left;
	width: 200px;
}

.profileright {
	float: left;
	padding: 20px;
	background-color: #f2f2f2;
	margin-top: 30px;
}

h2.staffname {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 5px;
	
	/* margin-bottom: 0; */
}

.qualifications {
	color: #828282;
	font-style: italic;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0px 
}

.jobtitle {
	margin-top: 10px;
	margin-bottom: 10px; 
}

.emailaddress {
	margin-top: 0;
}

.bio {
	font-style: italic;
	line-height: 1.5;
	color: #717171;
	max-width: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* gallery */



.imagelisting {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 0
}

.imagegrid {
	float: left;
	width: 12.5%;
	line-height: 0;
	overflow: hidden;
}

.smallimagegrid {
	float: left;
	line-height: 0;
	overflow: hidden;
}

.homegrid {
	width: 100%;
	height: auto !important
}

 a.gridimagelink:link {
	opacity: .9;
	filter: alpha(opacity=90);
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
} 

a.gridimagelink:hover {
	opacity: 1; 
	filter: alpha(opacity=100);
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	}
	
a.gridimagelink img:hover {
	transform: scale(1.05);
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
}

a.fullimage img:hover {
	transform: scale(1)
}

a.fullimage:link {
	opacity: 1;
	filter: alpha(opacity=100):
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
}

.imageholder {
	max-width: 640px;
	float: left;
}

.staticimage {
	max-width: 100%;
	height: auto !important;
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}

.sidebar {
	float: right;
	display: inline-block;
	margin-top: 20px;
}

.imagedescriptionbx {
	display: inline-block;
	max-width: 640px
}



.beforenext {
	list-style: none;
	margin: 0;
	padding: 0;
}

.beforenext li {
	display: inline-block;
	padding-left: 10px;
}

.nextlinks {
	font-weight: 300;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 5px
}

.right {
	text-align: right;
}

.imagedesc {
	font-style: italic;
	font-size: 15px;
}


/* Courses section */

.courses h1 {
	margin-bottom: 0;
}


.courses h2:first-of-type {
	margin-top: 0;
	
}

.locationpill {
	font-style: italic;
	padding: 0px 15px;
	background-color: rgba(255, 255, 255, 0.17);
	border-radius: 20px;
	display: inline-block
	
}

.ages {
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}

.agepill {
	font-style: italic;
	padding: 3px 10px;
	background-color: rgba(128, 128, 128, 0.17);
	border-radius: 20px;
	display: inline-block;
	font-size: 14px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.courses h2 {
	margin-top: 40px;
}

ul.timetable {
	list-style-type: none;
	/* border-top: solid 1px #dcdcdc; */
	background: #f1f7eb;
	padding: 0;
	margin: 0;
}

li.timetableitem {
	padding: 10px 20px;
	border-bottom: solid 2px #fff
}

span.date {
	font-weight: 400;
}

span.time {
	font-size: 85%;
	color: #555
}

span.comment {
	font-size: 85%;
	font-style: italic;
	color: #555
}

span.cost {
	font-weight: 400;
}

.questions {
	line-height: 1.5;
}

.q {
	background:#534C49 ;
	padding: 5px 10px;
	color: white;
	border-radius: 5px
}


.courselist {
	list-style: none;
	padding-left: 0;
}

.courseitem {
	/* padding: 10px; */
	background: #f2f2f2;
	margin: 10px 0px
}

.courseitem:hover {
	/* padding: 10px; */
	background: #bd151b;
		-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
}

.courselink {
	text-decoration: none;
	display: block;
	padding: 10px 20px;
	line-height: 1.4
}

.courselink:hover {
	color: #fff !important;
}



a.bookBtn {
	color: #fff;
}

a.bookBtn:link {
	color: #fff !important;
	}
	
a.bookBtn:visited {
	color: #fff !important;
	}
	
a.bookBtn:hover {
	color: #fff !important;
	}
	
a.bookBtn:active {
	color: #fff !important;
	}


.furtherinfo {
	font-style: italic;
	color: #555
}

.addressmaps {
	padding: 20px 0;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 40px;
}

.csmap {
	maxwidth: 640px !important;
}




/* Search */

.searchresults ul{
	list-style-type: none;
	padding-left: 0;
}

.searchresults h2 {
	color: #000
}

#form1_search {
	margin-top: 20px
}

input#form1_q {	
	padding: 6px 4px;
	border: solid #bfbfbf 1px;
	background: #fff;
	font-size: 18px;
	font-style: italic;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	-webkit-appearance: none;
	cursor: auto;
}

.searchwrap input {
	padding: 6px 20px;
	background: #bd151b;
	border: solid #bd151b 1px;
	-webkit-appearance: none;
	color: #545154;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	border-radius: 5px;
	font-weight: 300;
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	font-size: 18px;
	margin: 0;
	cursor: pointer;
	}
	
input.searchBtn {
		color: #fff
	}

.keyword {
	font-style: italic;
	font-size: 110%;
	font-weight: 400;
	color: #000;
}

.searchresults hr {
	margin-top: 40px;
}

/* Shop */

.shop h2:first-of-type {
	margin-top: 10px;
}

.photoblock {
	overflow: hidden;
	line-height: 1;
}

.productshot {
	float: left;
}

.detailimage {
	width: 50%;
}

.cartlink {
	margin-top: 0;
	text-align: right;
}


.productdetails p {
    max-width: 700px;
    }

/* Contact */

.formfield {
	width: 96%;
	padding: 1.5% 2%;
	border: solid #bfbfbf 1px;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.formselect {
	width: 100%;
	height: 50px;
}

#formBtn {
margin-top: 20px;
margin-bottom: 30px;
padding: 10px 20px;
background: #23994C;
border: solid #23994C 1px;
-webkit-appearance: none;
cursor: pointer;
color: #fff;
font-size: 16px;
font-family: 'Lato', sans-serif;
font-weight: 300;
border-radius: 5px;
font-weight: 300-o-transition: .1s;
-ms-transition: .1s;
-moz-transition: .1s;
-webkit-transition: .1s;
}

#formBtn:hover {
	padding: 10px 20px;
	background: #29b55a;
	border: solid #29b55a 1px;
	-webkit-appearance: none;
	cursor: pointer;
	color: #fff;
	border-radius: 5px;
	font-weight: 300;
	-o-transition: .1s;
	-ms-transition: .1s;
	-moz-transition: .1s;
	-webkit-transition: .1s;
}


/* Footer */

.address {
	padding-left: 40px;
}

.address h2 {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.8;
	margin: 0
}
.address p {
	margin: 0;
	font-size: 1.2em
}

.otherdetails {
	margin-top: 20px;
	font-style: italic;
}

.copyright {
	font-size: 12px;
	font-style: italic;
	padding-left: 40px;
}

.designby p {
	font-size: 12px;
	font-style: italic
}
