/*
 Theme Name:     Nursery Theme 2013 Child Theme
 Description:    Twenty Thirteen Child Theme
 Author:         Loughborough College
 Author URI:     http://www.loucoll.ac.uk
 Template:       twentythirteen
 Version:        1.0.0
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
/*@import url('../twentythirteen/style.css');
@import url('unsemantic-grid-responsive-tablet.css');*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Atkinson Hyperlegible */
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* Updated colour palette with higher contrast */
:root {
	--green-radmoor: #5c7f24;
	--dark-green-radmoor: #374c16;
	--blue-radmoor: #26769d;
	--dark-blue-radmoor: #17475e;
	--pink-radmoor: #D40D71;
	--dark-pink-radmoor: #94094f;
	--light-pink-radmoor: #ee9ec6;
	--purple-radmoor: #5E2C91;
	--dark-purple-radmoor: #381a57;
}

body{
	color:#3b3b3b;
	background: var(--green-radmoor);
	font-family: "Atkinson Hyperlegible", sans-serif;
	font-style: normal;
	font-weight: 400;
	overflow: hidden;	
}

a:focus {
	outline: 2px dashed var(--light-pink-radmoor);	
}

strong{
	font-style: normal;
	font-weight: 700;
}

img{
	max-width: 100%;
}

.page-template-enquiry .grid-parent {
	width: 100%;
}

.ofsted-badge img{
	position: relative;
	max-width: none;
	top:25px;

}

.ofsted-text{
	font-weight: bold;
	color:#d6022b;
	font-size: 1.2em;
}

#text-5{
	position: relative;
	top:25px;
}

.site {
	max-width: 100%;
	border-left: 0px;
	border-right:0px;
}

.site-info{
	display: none;
}

.site-header{
	background:var(--purple-radmoor);
}

.site-title, .site-description{
	display: none;
}

.site-header .home-link{
	min-height:inherit;
	max-width: none;
	width:auto;
	position: relative;
	padding:0px;
}

.site-logo{
	width: 100%;
	max-width: 100%;
	height: auto;
}

.site-footer{
	padding-top:70px;
	background:url('images/footer-pattern.png') top repeat-x #fff;
}

.site-footer .sidebar-container{
	background-color:var(--green-radmoor);
	color:#fff;
	padding:20px 0px 100px;
}

.site-footer .sidebar-container a{
	color:#fff;
}

.site-footer .widget{
	margin:0;
}

.site-footer .widget-area{
	max-width: 1200px;
}

.site-footer h2{
	font-family: futura-pt-1, futura-pt-2,sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size:1.5em;
}

.site-footer #text-2 h2.widget-title{
	padding-left:20px;
	background: url('images/8300_footer_icons.png') no-repeat;
	height:35px;
	line-height: 35px;
	padding-left:40px;
}

.site-footer #text-3 h2.widget-title{
	padding-left:20px;
	background: url('images/8300_footer_icons.png') no-repeat -4px -42px;
	height:35px;
	line-height: 35px;
	padding-left:40px;
}

.site-footer #text-4 h2.widget-title{
	padding-left:20px;
	background: url('images/8300_footer_icons.png') no-repeat -1px -85px;
	height:35px;
	line-height: 35px;
	padding-left:40px;
}

.site-footer .display-posts-listing{
	list-style: none;
    padding: 0 35px 0 0;
}

.site-footer .display-posts-listing a.title{
	font-family: futura-pt-1, futura-pt-2,sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 1.2em;
}

.site-footer .display-posts-listing .date{
	text-transform: uppercase;
	margin:5px 0px;
}

.site-footer .display-posts-listing .date{
	background: url('images/8300_footer_icons.png') no-repeat 100% -122px;
	float:left;
	padding:3px 22px 3px 0px;
}

.site-footer .display-posts-listing .date .date-text{
	background: var(--green-radmoor);
	padding:3px 5px;
}

.site-footer .read-more{
	text-align: right;
}

.site-footer .read-more .fa-caret-right{
	padding-left: 5px;
}

.site-footer .excerpt p{
	margin-bottom: 0;
}

.site-footer .display-posts-listing .listing-item{
	padding-bottom: 10px;
	border-bottom: 3px double var(--green-radmoor);
}

/* Make the Nursery News 2col wide*/
.site-footer #text-2.grid-25
{
	width: 50%;
}

.menu-top-menu-container{
	margin-top:35px;
}

/*  */
/* New custom nav */
/*  */

.grid-container {
	display: flex;
	justify-content: space-around;
}

.navigation {
	background-color: var(--purple-radmoor);	
}

.menu-custom-nav-container {	
	width: 100%;
	padding: 1rem;
}

ul#menu-custom-nav {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;	
}

ul#menu-custom-nav li {
	padding: 0.6rem;		

	a {
		font-family: futura, sans-serif;
		color: white;
	}	
	
	a[aria-current] {
		color: var(--light-pink-radmoor);
	}	

	

	.sub-menu {
		display: none;		
		margin-left: 1.5rem;
		padding: 0;
		background-color: var(--green-radmoor);
	}	
}

ul#menu-custom-nav {
	.sub-menu li:hover {		
		background-color: var(--dark-green-radmoor);
	}
	
	li:hover {
		background-color: var(--dark-purple-radmoor);
	}	
} 

ul#menu-custom-nav .menu-item-has-children {
	.sub-menu {
		a:after {
			content: '';
		}
	}	
}

.open-menu-icon {
	a:after { 
		content: '+';
		padding-left: 1rem;
		font-size: larger;
	}
}

.close-menu-icon {
	a:after {
		content: '--';
		padding-left: 1rem;
		font-size: larger;
	}
}

/*  */
/*  */
/*  */

.entry-header{
	max-width: none;
	margin:0;
}

.hentry{
	padding:0px;
}

h1.entry-title{
	color:#4d4d4e;
	font-family: futura-pt-1, futura-pt-2,sans-serif;
	font-style: normal;
	font-size:2.2em;
	font-weight: 400;
	line-height: 1em;
	margin:60px 0px 20px 0px;
}

h1.entry-title.home-welcome{
	font-size: 7em;
	height: auto;
	font-family: futura-pt-condensed-1, futura-pt-condensed-2,sans-serif;
	font-style: normal;
	font-weight: 400;
}

h2{
	font-size: 2em;
	line-height: 1em;
	margin:15px 0px;
	font-family: futura-pt-condensed-1, futura-pt-condensed-2,sans-serif;
	font-style: normal;
	font-weight: 400;
}

h3{
	font-family: futura-pt-1, futura-pt-2,sans-serif;
	font-weight: 400;
}

.home-image-container{
	position: relative;
}

.home-image-container .quad-image{
	position: relative;
}

.home-image-container .image-tag{
	position: relative;
	bottom:37px;
	left:70px;
	max-width: 184px;
	-webkit-transform-origin:180px 23px;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
}

.home-right{
	margin-top:78px;
}

/* Home page - right column image grid and links restyle */

.grid-link {	
	padding: 0.5rem;	
	transform: rotate(-10deg);
}

.home-image-container:hover {
	.facilities-link {
		background-color: var(--dark-blue-radmoor);	
	}

	.your-childs-day-link {
		background-color: var(--dark-pink-radmoor);
	}

	.funding-link {
		background-color: var(--dark-green-radmoor);
	}
	
	.mealtimes-link {
		background-color: var(--dark-purple-radmoor);
	}
}

.facilities-link {
	background-color: var(--blue-radmoor);
	color: white;	
}

.facilities-link:hover {
	background-color: var(--dark-blue-radmoor);	
}

.your-childs-day-link {
	background-color: var(--pink-radmoor);
	color: white;
}

.your-childs-day-link:hover {
	background-color: var(--dark-pink-radmoor);
}

.funding-link {
	background-color: var(--green-radmoor);
	color: white;
}

.funding-link:hover {
	background-color: var(--dark-green-radmoor);
}

.mealtimes-link {
	background-color: var(--purple-radmoor);
	color: white;
}

.mealtimes-link:hover {
	background-color: var(--dark-purple-radmoor);
}

/*  */

.page-id-10 .content-right{
	margin-top: 65px;
}

.content-right .slider-wrapper{
	margin-top: 60px;
}

.accordion-item-inner{
	height:4.8em;
	overflow: hidden;

}

.accordion-item:hover{
	cursor: pointer;
}

.accordion-item:hover .open-indicator, .accordion-item:hover .close-indicator, .accordion-item:hover .accordion-heading{
	color:#00AAE2;
}

.accordion-item-inner.expanded{
	height:auto;
}

.accordion-fade.expanded{
	height:0px;
}

.accordion-fade{
	background: url('images/transtowhite.png') repeat;
	height: 16px;
	position: relative;
	bottom: 1.2em;
}

.accordion-heading{
	font-size: 1.2em;
	font-family: futura-pt-1, futura-pt-2,sans-serif;
	font-style: normal;
	font-weight: 800;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
}

.open-indicator{
	background: transparent;
	text-align: center;
	color:#ccc;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
}

.close-indicator{
	text-align: center;
	display: none;
	color:#ccc;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
}

.testimonial{
	margin-bottom: 40px;
}

.quoteauthor p{
	margin:0;
}

.quoteauthor .author, .quoteauthor .date{
	text-align: right;
	padding-right: 20px;
}

.quoteauthor .author{
	font-family: futura-pt-1, futura-pt-2,sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 1.1em;
}

.quote{
	border-left:3px #83b534 solid;
	padding-left:20px;
}

.page-id-38 h1.entry-title{
	background:url('images/8300_blue_flower.png') no-repeat 0 0;
	padding:10px 0 10px 70px;
}

.page-id-60 h1.entry-title{
	background: url('images/8300_green_flower.png') no-repeat 0 0;
	padding:10px 0 10px 70px;
}

.page-id-58 h1.entry-title{
	background:url('images/8300_pink_sun.png') no-repeat 0 0;
	padding:10px 0 10px 70px;
}

.page-id-62 h1.entry-title{
	background: url('images/8300_swirl.png') no-repeat 0 0;
	padding:10px 0 10px 70px;
}

/*contact page title*/
h1.entry-title.contact-us,
h1.entry-title.latest-news {
	background:url('images/8300_contact_us.png') no-repeat 0 0;
	padding:10px 0 10px 70px;
}

.page-id-235  h1.entry-title{
	background: url('images/8300_orange_sun.png') no-repeat 0 0;
	padding:10px 0 10px 70px;
}

h2.visit{
	font-size:3.5em;
}

.page-menu{
	margin-bottom:15px;
	list-style: none;
	padding:0;
}

.page-menu li:first-child{
	margin-left:0px;
}

.page-menu li{
	float:left;
	height:30px;
	font-size: 14px;
	padding-right:12px;
	width:30%;
	margin-left:27px;
}

.page-menu > li a{
	line-height: 30px;
	padding-left:10px;
	color:#fff;
	text-decoration: none;
	display: block;
}

.page-menu > #your-childs-day{
	background: url('images/magenta-top-label.png') right no-repeat;
}

.page-menu > #your-childs-day a{
	background: #EA127D;
}

.page-menu > #fees-funding{
	background: url('images/green-top-label.png') right no-repeat;
}

.page-menu > #fees-funding a{
	background: #90BE4D;
}

.page-menu > #mealtimes{
	background: url('images/purple-top-label.png') right no-repeat;
}

.page-menu > #mealtimes a{
	background: #5f2c91;
}

.page-menu > #facilities{
	background: url('images/cyan-top-label.png') right no-repeat;
}

.page-menu > #facilities a{
	background: #07A9E0;
}

.contact-form-container{
	margin-top:65px;
}

.home-bottom-menu-container ul{
	padding:0;
	margin:0;
}

.home-bottom-menu-container ul li{
	margin-bottom: 8px;
}

.home-bottom-menu-container ul li a{
	display: block;
	padding:10px 10px 10px 20px;
	color:#fff;
	font-size: 1.2em;
	-webkit-box-shadow: 0 5px 5px 0 #D1D1D1;
	box-shadow: 0 5px 5px 0 #D1D1D1;
}

.home-bottom-menu-container ul li a:hover{
	text-decoration: none;
}

.home-bottom-menu-container li.facilities a{
	background:#07A9E0;
	border-bottom:2px dotted #43cbf9;
	border-top:2px dotted #43cbf9;
}

.home-bottom-menu-container li.your-childs-day a{
	background:#EB0F7E;
	border-bottom:2px dotted #f45aa8;
	border-top:2px dotted #f45aa8;
}

.home-bottom-menu-container li.fees-funding a{
	background:#91BF4B;
	border-bottom:2px dotted #b7d58a;
	border-top:2px dotted #b7d58a;
}

.home-bottom-menu-container li.mealtimes a{
	background:#5F2C91;
	border-bottom:2px dotted #8a4ac8;
	border-top:2px dotted #8a4ac8;
}

.nav-menu-mobile-container{
	margin:0px;
}

.nav-menu-mobile-container.hide{
	display: none;
}

.mobile-menu-button {
    background: none repeat scroll 0 0 #3B1465;
    color: #FFFFFF;
    padding: 3px 5px;  
    z-index: 9999;
    cursor: pointer;
    text-align: right;
	font-size: 1.5rem;
}

.nav-menu-mobile{
	padding:0px;
	margin:0px;
	border-top:2px solid #4c1a81;
}

.nav-menu-mobile li{
	color:#fff;
	border-bottom:2px solid #4c1a81;
	background: #3B1465;
}

.nav-menu-mobile li a{
	display: block;
	padding:10px 0px 10px 20px;
	color:#fff;
}

.nav-menu-mobile li a:hover{
	text-decoration: none;
}

.nav-menu-mobile li a:after {
	content: "";
}

.mobile-sub-menu{
	list-style: none;
	padding-left:20px;
}

.mobile-sub-menu li{
	border: none;
}

.mobile-sub-menu li a:before{
	content:"\f054";
	font-family:FontAwesome;
	font-size: 0.7em;
	margin-right: 8px;
}

.mobile-sub-menu li a{
	padding-left:10px;
}

/*** Staff Page ***/

#tab-selectors{
	margin:0;
	padding:0;
	list-style: none;
}

#tab-selectors li{
	margin-bottom: 5px;
}

#profiles_container, .contact-form-container{
	position: relative;
	background: url('images/8300_staff_profile_top.png') repeat-x;
	padding-top:52px;
}

#profiles_container{
	margin-bottom: 55px;
}

#profiles_container.stuckMenu.isStuck{
	margin-top: 50px;
}

.staff-selector-container{
	padding:20px 0px 10px 20px;
}

.staff-selector-image{
  height: 100px;
  width: 100px;
	border-top:5px solid #fff;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	border-bottom:10px solid #fff;
	-webkit-box-shadow: 4px 4px 4px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    4px 4px 4px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         4px 4px 4px 0px rgba(50, 50, 50, 0.3);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
	margin-right: 35px;
}

.category-profiles-container div.staff-selector-container:nth-of-type(2n+1) .staff-selector-image{
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
}

.staff-profile{
	position: absolute;
	background:#f7f4f9 url('images/8300_staff_profile_bg.png') repeat;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	-webkit-transition: opacity 250ms ease;
	-moz-transition: opacity 250ms ease;
	-o-transition: opacity 250ms ease;
	transition: opacity 250ms ease;
}

.staff-profile.show{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.profile{
	padding:15px;
	color:#5f2c91;
}

.profile p{
	font-size: 1.1em;
}

.profile-image{
	padding:30px;
}

.selector-profile{
	display: none;
	margin-top: 20px;
}

.selector-profile.selected{
	display: block;
}

.profile-image img{
	width: 100%;
	height: auto;
	border-top:15px solid #fff;
	border-left:15px solid #fff;
	border-right:15px solid #fff;
	border-bottom:40px solid #fff;
	-webkit-box-shadow: 4px 4px 4px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    4px 4px 4px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         4px 4px 4px 0px rgba(50, 50, 50, 0.3);
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
}

.profile-image img.default-img {
  width: 279px;
  padding: 75px;
}


.profile-main-text{
	font-family: futura-pt-1, futura-pt-2,sans-serif;
	font-style: normal;
	font-weight: 800;
}

p.staff-name{
	margin: 0;
	font-family: futura-pt-1, futura-pt-2,sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 1.6em;
	line-height: 1em;
}

p.job-title{
	margin:0;
}

.staff-category-selector{
	height: 40px;
	line-height: 40px;
	padding-right: 29px;
	padding-left: 10px;
	color: #fff;
	font-family: futura-pt-1, futura-pt-2,sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.2em;
	cursor: pointer;
	/*-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;*/

}

.staff-category-name{
	background: #00aae1;
}

.staff-selector{
  display: flex;
  align-items: center;
	font-family: "futura-pt-n7",futura-pt-1, futura-pt-2,sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 1.1em;
	cursor:pointer;
}

.staff-selector img{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	/*filter: url('images/grayscale.svg#greyscale');*/
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

.staff-selector.selected img{
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter:none;
	filter: none;
}

.staff-selector:hover img{
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter:none;
	filter: none;
}


/* CONTACT PAGE  */

/*contact form*/
.wpcf7 {
	background:#f7f4f9 url('images/8300_staff_profile_bg.png') repeat;
	overflow: hidden;
}
.wpcf7 form  {
	padding: 20px 40px;
	color: var(--purple-radmoor);
}
.wpcf7 form input[type=text],.wpcf7 form input[type=email],.wpcf7 form textarea {
	width: 100%;
}

.wpcf7 p.form-field-label, label.form-field-label{
	font-family: futura-pt-condensed-1, futura-pt-condensed-2,sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 1.1em;
}

.wpcf7-form-control.wpcf7-submit{
	background: #fff;
	text-transform: uppercase;
	color: var(--purple-radmoor);
	border:2px solid #e5e5e5;
	font-family: futura-pt-1, futura-pt-2,sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 0.9em;
	padding:5px 30px;
	float:right;
}

.wpcf7-form-control.wpcf7-submit:hover{
	background: var(--purple-radmoor);
	color:#fff;
}

.wpcf7-form-control.wpcf7-submit:focus, .wpcf7-form-control.wpcf7-submit:active{
	background: #fff;
	text-transform: uppercase;
	color: var(--purple-radmoor);
	border:2px solid #e5e5e5;
	font-family: futura-pt-1, futura-pt-2,sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 0.9em;
	padding:5px 30px;
	float:right;
}

div.wpcf7-validation-errors{
	border:none;
}

#mapcontainer {
	border-top:15px solid #fff;
	border-left:15px solid #fff;
	border-right:15px solid #fff;
	border-bottom:40px solid #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.3);

	margin-bottom:40px;
}

#booking-form-list{
	margin:0 0 1em 0;
	list-style:disc outside none;
}

#booking-form-list li{
	color: var(--purple-radmoor);
	font-size: 1.2em;
}

#booking-form-list li a:after{
	content:"\f019";
	font-family:FontAwesome;
	position:relative;
	left:10px;
	font-size: 0.7em;
}

#booking-form-list li a{
	position: relative;
	color: var(--purple-radmoor);
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#booking-form-list li a:hover{
	color: var(--purple-radmoor);
	text-decoration: none;
	padding-left:3px;
}


.tag-blue+.category-profiles-container .staff-selector{
	color:#0080A9;
}
.tag-pink+.category-profiles-container .staff-selector{
	color:#eb0f7e;
}
.tag-orange+.category-profiles-container .staff-selector{
	color:#fd4f00;
}
.tag-green+.category-profiles-container .staff-selector{
	color:#60802E;
}
.tag-purple+.category-profiles-container .staff-selector{
	color:#5f2c91;
}


.tag-blue{
	background: url('images/tag_plus_minus.png') no-repeat 100% 0;
	background-color: #00aae1;
}

.tag-blue.minus{
	background: url('images/tag_plus_minus.png') no-repeat 100% -42px;
	background-color: #00aae1;
}

.tag-purple{
	background: url('images/tag_plus_minus.png') no-repeat 100% -84px;
	background-color: #5f2c91;
}

.tag-purple.minus{
	background: url('images/tag_plus_minus.png') no-repeat 100% -126px;
	background-color: #5f2c91;
}


.tag-pink{
	background: url('images/tag_plus_minus.png') no-repeat 100% -168px;
	background-color: #eb0f7e;
}

.tag-pink.minus{
	background: url('images/tag_plus_minus.png') no-repeat 100% -210px;
	background-color: #eb0f7e;
}

.tag-light-blue{
	background: url('images/tag_plus_minus.png') no-repeat 100% -589px;
	background-color: #7fd4f0;
}

.tag-light-blue.minus{
	background: url('images/tag_plus_minus.png') no-repeat 100% -631px;
	background-color: #7fd4f0;
}

.tag-orange{
	background: url('images/tag_plus_minus.png') no-repeat 100% -504px;
	background-color: #fd4f00;
}

.tag-orange.minus{
	background: url('images/tag_plus_minus.png') no-repeat 100% -546px;
	background-color: #fd4f00;
}

.tag-red{
	background: url('images/tag_plus_minus.png') no-repeat 100% -252px;
	background-color: #eb293c;
}

.tag-red.minus{
	background: url('images/tag_plus_minus.png') no-repeat 100% -294px;
	background-color: #eb293c;
}

.tag-yellow{
	background: url('images/tag_plus_minus.png') no-repeat 100% -420px;
	background-color: #ffc511;
}

.tag-yellow.minus{
	background: url('images/tag_plus_minus.png') no-repeat 100% -462px;
	background-color: #ffc511;
}

.tag-green{
	background: url('images/tag_plus_minus.png') no-repeat 100% -336px;
	background-color: #91bf4b;
}

.tag-green.minus{
	background: url('images/tag_plus_minus.png') no-repeat 100% -378px;
	background-color: #91bf4b;
}

.grayscale {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url('images/grayscale.svg');
	filter: gray;
}

/*
* Mealtimes Page
*/

#mealtimes-tabs{
	margin-bottom: 30px;
}

#meal-tabs{
	margin:0 0 3em 0;
	padding:0;
	list-style: none;
	position: relative;
	z-index: 1;
}

#meal-tabs li{
	padding-right: 15px;
	margin-right: 30px;
	float:left;
	background: url('images/8300_menu_tag_sprite.png') no-repeat 100% 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

#meal-tabs li.selected{
	padding-right: 15px;
	margin-right: 30px;
	float:left;
	background: url('images/8300_menu_tag_sprite.png') no-repeat 100% 0;
	position: absolute;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

#meal-tabs .meal-tab{
	height: 37px;
	line-height: 37px;
	padding-left: 10px;
	padding-right: 50px;
	background: var(--purple-radmoor);
	color: #fff;
	font-family: lobster-1, lobster-2,serif;
	font-style: normal;
	font-weight: 400;	
	float: left;
	font-size: 1.2em;

}

#meal-tab-text-selectors{
	margin:0;
	padding:0 0 0 5px;
	list-style: none;
	float:right;
	background: #fff;
	z-index: 1;
	line-height: 1.6em;
}

#meal-tab-text-selectors li{
	float:left;
	margin-right: 8px;
	font-family: lobster-1, lobster-2,serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.1em;
	color:var(--green-radmoor);
	cursor: pointer;
}

span.seperator{
	color:var(--green-radmoor);
}

#meal-tab-text-selectors li.selected{
	color:var(--purple-radmoor);
}

.meal-top-border{
	background:#efeaf4;
	position: relative;
	top:-36px;
	z-index: 0;
	height:2px;
}

.meal-bottom-border{
	background:#efeaf4;
	position: relative;
	top:-16px;
	z-index: 0;
	height:2px;
}

.menu-container{
	padding: 10px 15px;
}

.meal-menu-day{
	background: #efeaf4;
  padding:10px 15px;
}

.menu-clear {
  clear: both;
}

.menu-mb {
  margin-bottom: 45px;
}

.dairy-opt {
  color: #2daae1;
}

.menu-container .meal-menu-day:nth-of-type(even){
	background: #fff;
}

.meal.spacer{
	height:0.6em;
	background: transparent;
}

.meal-menu-day p{
	margin:10px 0px 15px 0px;
	line-height:1.2em;
	font-size: 1.1em;
}

.meal-2x{
	min-height: 2.4em;
}

.meal-3x{
	min-height: 3.6em;
}

.meal-6x{
	min-height: 7.2em;
}

p.meal-type{
	font-family: futura-pt-condensed-1, futura-pt-condensed-2,sans-serif;
	font-style: normal;
	font-weight: 700;
	color:var(--purple-radmoor);
	font-size: 1.5em;
}

span.meal-vege{
	color: #537220;
}

span.meal-or-with-pudding{
	color:var(--purple-radmoor);
	font-size: 0.9em;
}

#slide-indicators{
	top:12px;
	position: relative;
	z-index:1;
	background: #fff;
	float:left;
	overflow: hidden;
	padding-right: 10px;
}

#slide-indicators .indicator{
	-webkit-border-radius: 50%;
	border-radius: 50%;
	height:10px;
	width:10px;
	background: #dfd5e9;
	float:left;
	margin-right: 5px;
}

#slide-indicators .indicator.selected{
	background:var(--purple-radmoor);
}

#prev{
	padding-left: 16px;
	background: url('images/8300_menu_tag_sprite.png') 0 -108px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#next{
	padding-right: 16px;
	background: url('images/8300_menu_tag_sprite.png') no-repeat 100% -75px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#prev .btn-next, #next .btn-text{
	padding:0px 10px;
}

.spacer{
	width: 5px;
	height: 1.1em;
	float:left;
	position: relative;
	z-index: 1;
	background: #fff;
}

#prev, #next{
	color:#fff;
	float:left;
	width:100px;
	line-height:31px;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

#prev .btn-text, #next .btn-text{
	background:var(--purple-radmoor);
}

.dairy-free-info {
  margin-top: 20px;
  font-size: 1.1em;;
  color: var(--blue-radmoor);
}

#menu-container{
	margin-bottom: 30px;
	padding: 10px 0px;
}

.meal-menu-tab-content{
	position: absolute;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

.meal-menu-tab-content.show{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.meal-menu-day-tag{
	padding-right: 15px;
	width:100%;
	
	position: relative;
	top:-26px;
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.meal-menu-day-text{
	height:34px;
	line-height: 34px;
	padding-left:10px;
	background:var(--green-radmoor);
	color:#fff;
}


.accordion-selector-meal{
	color: #FFFFFF;
    cursor: pointer;
    font-family: futura-pt-1, futura-pt-2,sans-serif;
    font-size: 1.2em;
    font-style: normal;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 29px;
    margin-bottom: 5px;
}

.menu-chooser:focus {
	outline: 2px dashed var(--light-pink-radmoor);
}

/*  
*
*/

/* 
 * Holiday Club
 */

.holiday-club-session-times-table {
	font-family: futura-pt-1, futura-pt-2, sans-serif;
}

.holiday-club-forms-container {
	display: flex;
	flex-direction: column;
}

.holiday-club-location {
	font-size: larger;
}

.holiday-club-form {	
	padding: 1rem;
	margin-bottom: 1rem;
	width: fit-content;
	border-radius: 5px;
	
	a {
		color: white;
		cursor: pointer;
	}
}

.holiday-club-form.online-booking-form {
	background-color: var(--purple-radmoor);
}

.holiday-club-form.online-booking-form:hover {
	background-color: var(--dark-purple-radmoor);
}

.holiday-club-form.pdf-booking-form {
	background-color: var(--pink-radmoor);	
}

.holiday-club-form.pdf-booking-form:hover {
	background-color: var(--dark-pink-radmoor);
}

.holiday-club-form.info-booklet {
	background-color: var(--green-radmoor);
}

.holiday-club-form.info-booklet:hover {
	background-color: var(--dark-green-radmoor);
}

.holiday-club-form.registration-form {
	background-color: var(--blue-radmoor);
}

.holiday-club-form.registration-form:hover {
	background-color: var(--dark-blue-radmoor);
}

/* 
*
*/


#contact-info-container{
	font-size:1.2em;
}

.contact-info{
	font-family: futura-pt-condensed-1, futura-pt-condensed-2,sans-serif;
	font-style: normal;
	font-weight: 700;
	color:var(--purple-radmoor);
}

.page-id-15 h2{
	color:var(--purple-radmoor);
}



.news-story
{
	padding: 20px 40px;

	background:#f7f4f9 url('images/8300_staff_profile_bg.png') repeat;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

.news-story.show
{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.news-story h3
{
	font-family: futura-pt-condensed-1, futura-pt-condensed-2,sans-serif;
	font-weight: 900;
	font-size: 220%;
	color: var(--purple-radmoor);
}

#newslist
{
	margin-top:50px;
}

.news-story .content,
#newslist .holder .content,
#newslist .holder .full_content,
#newslist .holder .headline
{
	color: var(--purple-radmoor);
}

#newslist .holder .link
{
	background-color: var(--purple-radmoor);
	display: block;
	text-transform: uppercase;
	color: #fff;
}


#newslist #next
{
	width:140px;
	position: absolute;
	right: -4px;
	bottom: -8px;
	-ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
    transform: rotate(-5deg);
}


#newslist .selected .full_content
{
	display: none;
}


#newslist .selected .content
{
	display: block;
}



#newslist .holder
{
	padding: 15px 0px;
	border: dashed 1px #bfabd2;
	margin-bottom: 30px;
	overflow: visible;
	position: relative;

	background-image: url('images/8300_news_sun.png');
	background-repeat: no-repeat;
	background-position: right top;
}

#newslist .holder .full_content p:last-child,
#newslist .holder .content p:last-child
{
	margin-bottom: 0px;
}

#newslist .holder .headline
{
	margin: 0px;
	font-family: futura-pt-condensed-1, futura-pt-condensed-2,sans-serif;
	font-size: 180%;
	font-weight: 900;
}

#newslist .holder .headline,
#newslist .holder .content,
#newslist .holder .full_content,
#newslist .holder .link
{
	padding: 0px 15px;
}

#newslist .holder .bar
{
	background-color: #90bc49;
	margin: 15px 0px;
	padding: 3px 15px;
	color: #fff;
}

@media screen and (max-width: 1024px)
{

	#newslist .holder
	{
		display: none;
	}

	#newslist .holder.selected
	{
		display: block;
	}

	#newslist .selected .full_content
	{
		display: block;
	}

	#newslist .selected .content
	{
		display: none;
	}
}


@media screen and (min-width: 1024px)
{
	#newslist .selected.holder
	{
		background-color: #90bc49;
		border: none;
		background-image: none;
	}

	#newslist .selected.holder *
	{
		color: #fff;
	}
}


/* mobile breakpoint */
@media (max-width: 767px)
{
	.home-image-container{
		float:none;
	}

	.home-right{
		margin-top:0px;
	}

	.site-header .home-link{
		padding: 20px 60px;
	}

	h1.entry-title.home-welcome{
		font-size: 3em;
	}

	h2.visit{
		font-size: 2em;
	}

	/*testimonials*/
	/*.qb-container h3{
		float:none;
		width:100%;
	}

	.qb-container .quote{
		float:none;
		width:100%;
	}*/

	.meal-menu-tab-content{
		position: relative;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	    filter: alpha(opacity=1);
	    display: none;
	}

	#menu-container{
		height: auto !important;
	}

	.meal-2x{
	min-height: 1em;
	}

	.meal-3x{
		min-height: 1em;
	}

	.meal-6x{
		min-height: 1em;
	}

	.quoteauthor .author, .quoteauthor .date{
		text-align: left;
	}

	.quoteauthor .date{
		border-bottom:3px #83b534 solid;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.quote{
		border:none;
		padding:0;
	}

	.entry-content{
		padding:0px 20px;
	}

	.ofsted-badge{
		text-align: center;
		margin-bottom: 20px;
	}

	.ofsted-badge img{
		max-width: 100%;
		top:0;
	}

	.meal-menu-tab-content{
		margin-top: 20px;
	}

	.meal-menu-day{
		margin-bottom: 35px;
	}

	.page-id-8 .content-right{
		padding-left: 20px;
		padding-right: 20px;
	}

	.page-id-10 .content-right{
		margin-top: 0;
	}

}


/* tablet breakpoint */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	#content{
		padding-left: 20px;
		padding-right: 20px;
	}

	.nav-menu li{
		min-width: 27%;
	}

	.page-id-10 .content-right{
		margin-top: 0;
		text-align: center;
	}

	.staff-selector{
		font-size: 0.9em;
	}

	.staff-category-selector{
		font-size: 1em;
	}

	#meal-tab-text-selectors li{
		font-size: 1em;
	}
}


#registration .progress,
#registration .nav-btns-wcf7
{
	padding: 20px 40px;
	color:#5f2c91;
}

.nav-btns-wcf7
{
	margin-bottom:40px;
	float:right;
}

.wpcf7-form h4
{
	margin-top: 0px;
}

.back-btn,
.next-btn{
	background: #fff;
	text-transform: uppercase;
	color:#602d91;
	border:2px solid #e5e5e5;
	font-family: futura-pt-1, futura-pt-2,sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 0.9em;
	padding:5px 30px;

	margin-left: 10px;

	-webkit-transition: background-color linear 0.8s;
    -moz-transition: background-color linear 0.8s;
    -o-transition: background-color linear 0.8s;
    transition: background-color linear 0.8s;

}

.back-btn:hover,
.next-btn:hover
{
	background: #602d91;
	color:#fff;
	text-decoration: none;
	-webkit-transition: background-color linear 0.8s;
    -moz-transition: background-color linear 0.8s;
    -o-transition: background-color linear 0.8s;
    transition: background-color linear 0.8s;


}

.progress
{
	margin-top: 20px;
}

.prog
{
	/*	width: 12.3%;*/
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 10px 20px;
	border: 1px solid #602d91;
	/*margin-right: 2.2869%;*/
	margin-bottom: 10px;
	background-color: #fff;
}

.prog.on
{
	background-color: #83b534;
	border-color: #83b534;
	color:#fff;
}

div.prog:last-child
{
	margin-right: 0px;
}

.progress h4
{
	margin-top:0px;
}

.wpcf7 hr
{
	margin: 10px 40px;
	border-bottom: 1px dotted grey;
}

h4,
h5
{
	color: #5f2c91;
	font-family: futura-pt-1, futura-pt-2,sans-serif;
	font-style: normal;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 1em;
}

h5
{
	font-size: 1.2em;
	margin-bottom: 5px;
	font-weight: 400;
}

.hidden
{
	display: none;
}

.holder
{
	overflow: hidden;
	margin: 35px 0px;
}

.days
{
	width:100%;
}

.rates
{
	background: #fff;
	border: 25px solid #fff;
}

.activities {
	background: #fff;
	border: 25px solid #fff;
}

@media screen and (min-width: 768px)
{
	.site-logo{
		position: relative;
		top:32px;
	}
	.prog
	{
		width: 12.3%;
		margin-right: 2.2869%;
		min-height: 94px;
		margin-bottom: 0px;
	}

	input[name='child-dateofbirth']
	{
		max-width: 300px;
	}

	.days
	{
		width:18%;
		float: left;
		margin-right: 2.5%;
	}

	.days:last-child
	{
		margin-right: 0px;
	}
}

th.centre,
td.centre
{
	text-align: center;
}


.activity-info li
{
	margin-bottom: 20px;
}

.blank-li
{
	list-style-type: none;
	min-height: 40px;
}

.holder
{
	border-bottom: 1px dotted #5f2c91;
	padding-bottom: 60px;
}


.site-footer .display-posts-listing .listing-item{
		width:70%;
}

.site-footer .display-posts-listing .listing-item a{
	display: block;
}

.site-footer .display-posts-listing .listing-item a.title:after{
        content: "Read More >";
        display: block;
        margin-top: 5px;
        text-align: right;
		font-size: 12px;
}

.quick-links {
	padding: 0;
}

.quick-links li {
	list-style-type: none;
}

#fab-container {
  position: fixed;
}

#fab-container #fab-enquiry {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: var(--pink-radmoor);
  border: none;
  box-shadow: 0 0 0 0 rgba(235, 14, 126, 0.5);
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;  
}

#fab-container #fab-enquiry img {
  height: 28px;
}

#fab-container #fab-enquiry span {
  color: white;
}

#fab-container #fab-enquiry:hover {
  outline: none;
}

#fab-enquiry:focus {
	outline: 2px dashed var(--light-pink-radmoor);	
}

.page-id-2232 article > div {
  margin: 0 auto 50px auto;
  float: none;
}

.page-id-2232 #fab-container,
.page-id-2241 #fab-container {
  display: none;
}

.page-id-2241 #main {
  margin-bottom: 25vh;
}

@media(max-width: 900px) {
	.page-id-1736 table.activities td,
	.page-id-1736 table.activities th {
		display: block;
		margin-bottom: 40px;
		width: 100%;
	}

	.page-id-1736 table.activities br {
		display: none;
	}

	.page-id-1736 table.activities span.wpcf7-form-control-wrap {
		display: block;
		width: 100%;
	}

	.page-id-1736 table.activities .show-mobile {
		display: block;
	}


	.page-id-1736 table.activities .hide-mobile {
		display: block;
	}

	.page-id-1736 table.activities tr.hide-mobile {
		display: none;
	}

	#fab-container {
		right: 20px;
		bottom: 15px;
	}
	
	#fab-container #fab-enquiry {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 60px;
		width: 60px;
		padding: 0;
		border-radius: 50%;
	}

	#fab-container #fab-enquiry span {
		display: none;
	}

	#fab-container #fab-enquiry img {
		margin: 0;
	}
}


.page-id-1736 table.activities tr td {
	margin-bottom: 30px;
}

.page-id-1736 table.activities tr td br {
	display: none;
}

@media (min-width: 900px){
	.hide-desktop{
		display:none;
		font-weight: bold;
	}

  #fab-container {
    top: 35%;
    right: 0px;
    transform: rotate(180deg);
  }
  
  #fab-container #fab-enquiry {
    flex-direction: column;
    padding: 15px 8px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: all 0.35s ease-in-out;
  }

  #fab-container #fab-enquiry:hover {
    animation: none;
    background-color: #d20065;
  }

  #fab-container #fab-enquiry span {
    display: table;
    margin-top: 10px;
    font-size: 15px;
    writing-mode: vertical-rl;
  }

  #fab-container #fab-enquiry img {
    height: 36px;
    padding-top: 10px;
    border-top: 2px solid white;
    transform: rotate(180deg);
  }
}

@keyframes pulse {
  0% {
  }
  70% {
    box-shadow: 0 0 0 15px rgba(235, 14, 126, 0);
  }
    100% {
    box-shadow: 0 0 0 0 rgba(235, 14, 126, 0);
  }
}


#front-video {
  max-width: 800px;
  margin: 0 auto 50px;
}

#front-video-title {
  max-width: 800px;
  margin: 50px auto 35px;
  font-size: 56px;
}

@media(min-width: 1000px) {
  #front-video {
    margin: 0 auto 80px;
  }
}

.continuous-provision-curriculum-container {
  margin-top: 60px;
}

.continuous-provision-curriculum-container table tr {
  vertical-align: top;
}

.continuous-provision-curriculum-container table th,
.continuous-provision-curriculum-container table td {
  padding-bottom: 15px;
}
.continuous-provision-curriculum-container table th {
  padding-right: 15px;
}

.continuous-provision-dl-link {
  display: flex;
  align-items: center;
}

.continuous-provision-dl-link::before {
  content: "";
  height: 35px;
  width: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
  background: url("images/doc-dl-blue.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.continuous-provision-dl-link:nth-of-type(even)::before {
  background: url("images/doc-dl-orange.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
} 