/* body,html {
	overflow-x: hidden !important;
}
*/
/*********HEADER**********/
.header-top{
	text-align: right;
	background: #e93854;
	padding: 10px 0;
	font-family: 'Oxygen', sans-serif;
}
.header-top p {
	display: inline-block;
	margin: 0 5px;
	color: #fff;
}
.header-top .theme-telephone{
	margin-right: 25px;
}
.header-wrapper {
	position: relative;
	z-index: 200;
}
body.page-main-page {
	overflow-x: hidden !important;
}
body:not(.page-main-page) .header-inner {
	position: relative;
}
.header-inner{
	display: block;
	height: auto;
	padding: 0px;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 5;
}
.header-inner-content {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	padding: 25px 75px;
}
.header-inner-content .school-details-wrapper .school-details.infant {
	display: none;
}
.header-inner-content .school-details-wrapper {
	display: flex;
	align-items: center;
	flex: 0 0 70%;
}
.header-inner-content .school-details {
	display: flex;
	align-items: center;
	padding: 0;
}
.header-inner-content .right-box {
	flex: 0 0 30%;
	text-align: right;
}
.school-details .theme-school-logo img {
	max-width: 110px;
	height: auto;
}
.header-inner-content .right-box .right-box-logo,.header-inner-content .right-box .right-box-icons {
	display: block;
	width: 100%;
}
.header-inner-content .right-box .right-box-icons {
	margin-bottom: 15px;
}
.header-inner-content .right-box .right-box-logo img {
	max-width: 95%;
}
.site-name-strap{
	font-family: 'Oxygen', sans-serif;
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}
.theme-site-name{
	font-size: 44px;
	color: #2b6e68;
	font-weight: 700;
	letter-spacing: -.5px;
}
.info-bar{
	background: #2b6e68;
	width: 100%;
	text-align: right;
	position: relative;
	padding: 20px calc(4% + 40px) 20px 0;
	display: none;
}
.info-bar > p{
	margin: 0;
	color: #fff;
}
.info-bar i.info-close{
	color: #fff;
	position: absolute;
	right: 4%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	cursor: pointer;
}
.info-bar i.info-close:hover{
	color: #ccc;
}
.info-btn{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	margin-left: 5px;
	position: relative;
	line-height: 0;
	cursor: pointer;
	background: #2b6e68;
	transition: background ease .5s;
}
.info-btn > i,.info-btn > a{
	width: 40px;
	height: 40px;
	text-align: center;
	position: relative;
	text-indent: -9999px;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.info-btn > a {
	display: block;
}
.info-btn[data-identify="address"] > i {
	background: url("/img/bespoke/birch_deluxe_theme/address_icon.png") center no-repeat;
	background-size: 55%;
}
.info-btn[data-identify="phone"] > i {
	background: url("/img/bespoke/birch_deluxe_theme/telephone_icon.png") center no-repeat;
	background-size: 60%;
}
.info-btn[data-identify="email"] > i {
	background: url("/img/bespoke/birch_deluxe_theme/mail_icon.png") center no-repeat;
	background-size: 60%;
}
.info-btn[data-identify="search"] > i {
	background: url("/img/bespoke/birch_deluxe_theme/search_icon.png") center no-repeat;
	background-size: 60%;
}
.info-btn[data-identify="translate"] > i {
	background: url("/img/bespoke/birch_deluxe_theme/globe_icon.png") center no-repeat;
	background-size: 60%;
}
.info-btn[data-identify="twitter"] > a {
	background: url("/img/bespoke/birch_deluxe_theme/twitter.png") center no-repeat;
	background-size: 60%;
}
.info-btn > i:before{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}
.theme-social{
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.theme-social a{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	font-size: 0;
}
.theme-social .fa-stack{
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: relative;
	font-size: 18px;
}
.theme-social a .fa-stack-2x{
	display: none;
}
.theme-social a .fa-stack-1x{
	background: #2b6e68;
	width: 100%;
	height: 100%;
	position: relative;
	transition: background ease .5s;
}
.theme-social a .fa-stack-1x:before{
	font-size: 20px;
}
/*SEARCH*/
.search-bar {
	display: block;
	text-align: right;
	width: 100%;
	position: relative;
	margin-top: 1px;
}
.search-bar input {
	border: solid 2px #fff;
	padding: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.search-bar button.btn {
	border: solid 2px #3a928b;
	background: #3a928b;
	color: #fff;
	box-shadow: none;
	outline: none;
	padding: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.search-bar form.form-inline {
	display: inline-block;
	position: relative;
}
.search-btn {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	margin-left: 14px;
	position: relative;
	line-height: 0;
	cursor: pointer;
}
.theme-google-translate {
	display: block !important;
}
.info-bar[data-identify="translate"] .skiptranslate {
	color: #fff;
}
.info-bar[data-identify="translate"] .skiptranslate select {
	color: #222;
}
/****\ SLIDESHOW /****/
body:not(.page-main-page) .slide-wrapper {
	display: none;
}
.slide-wrapper{
	position: relative;
}
.slide-wrapper .scroll-bar {
	display: flex;
	flex-wrap: nowrap;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 2;
	background: #2b6e68;
	color: #fff;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}
.slide-wrapper .scroll-bar .pagination {
	position: absolute;
	width: 100%;
	bottom: calc(100% + 15px);
}
.slide-wrapper .scroll-bar .pagination ul {
	padding: 0;
	list-style: none;
	text-align: center;
}
.slide-wrapper .scroll-bar .pagination ul li {
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	width: 10px;
	height: 10px;
	margin: 0px 5px;
	opacity: .75;
	transition: all ease .5s;
	transform: scale(1);
}
.slide-wrapper .scroll-bar .pagination ul li.active {
	opacity: 1;
	transform: scale(1.35);
}
.slide-wrapper .scroll-bar .scroll-bar-left {
	flex: 0 0 90%;
}
.scroll-bar .scroll-bar-left .theme-strap-line {
	font-size: 24px;
	font-weight: 600;
}
.slide-wrapper .scroll-bar .scroll-bar-right {
	display: flex;
	flex-wrap: nowrap;
	flex: 0 0 10%;
	align-items: center;
	justify-content: flex-end;
}
.scroll-bar .scroll-bar-right .scroll-text {
	flex: 0 0 85%;
	text-align: center;
}
.scroll-bar .scroll-bar-right .scroll-text strong {
	font-size: 36px;
	text-transform: uppercase;
}
.scroll-bar .scroll-bar-right #scroll-btn {
	display: flex;
	flex: 0 0 50%;
	align-items: center;
	justify-content: center;
	background: #b6e2df;
	padding: 15px 0;
	cursor: pointer;
}
.scroll-bar .scroll-bar-right #scroll-btn img {
	max-width: 40px;
}
.scroll-bar .scroll-bar-right #scroll-btn i {
	font-size: 32px;
	color: #2b6e68;
}
#theme-slideshow{
	position: relative;
	width: 100%;
	display: none;
}
.cms_show.page-main-page #theme-slideshow {
	height: calc(100vh - 60px) !important;
}
.page-main-page #theme-slideshow{
	display: block;
	height: calc(100vh) !important;
}
#theme-slideshow #theme-slideshow-images{
	position: relative;
	z-index: 1;
	height: 100%;
}
#theme-slideshow:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, #fff 5%, transparent 40%);
	z-index: 2;
}
.ss-imgs{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	background-attachment: fixed;
	width: 100%;
	background-size: cover;
	background-position: top;
	height: 100%;
	transition: background-image ease-in-out 2s;
}
#scroll-btn > img {
	animation: bob linear 2000ms infinite;
	cursor: pointer;
}
/****MENU****/
.page-main-page .nav {
	position: relative;
	top: 0;
	display: block;
}
.nav{
	transition: all ease 250ms;
}
.nav.fixed{
	z-index: 570;
}
.nav li{
	margin: 0;
}
.nav a{
	color: #fff;
	font-family: 'Oxygen', sans-serif;
	font-size: 15px;
	background: transparent;
	width: 100%;
	height: 100%;
	transition: all ease-in-out 200ms;
	font-weight: 400;
	text-align: center;
}
.nav > ul {
	display: block;
	text-align: center;
}
.nav > ul > li{
	width: 100%;
	max-width: 100%;
	transition: all ease-in-out 200ms;
	font-size: 0;
	float: left;
}

.nav > ul:has(> li:last-child:nth-child(2)) > li{
	width: calc(100%/2);
	max-width: calc(100%/2);
}
.nav > ul:has(> li:last-child:nth-child(3)) > li{
	width: calc(100%/3);
	max-width: calc(100%/3);
}
.nav > ul:has(> li:last-child:nth-child(4)) > li{
	width: calc(100%/4);
	max-width: calc(100%/4);
}
.nav > ul:has(> li:last-child:nth-child(5)) > li{
	width: calc(100%/5);
	max-width: calc(100%/5);
}
.nav > ul:has(> li:last-child:nth-child(6)) > li{
	width: calc(100%/6);
	max-width: calc(100%/6);
}
.nav > ul:has(> li:nth-child(7)) > li{
	width: calc(100%/7);
	max-width: calc(100%/7);
}

.nav > ul > li > a{
	position: relative;
	padding: 13px 10px;
	font-weight: 600;
	font-size: 17px;
}
.nav > ul > li > a span{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	font-weight: 600;
	font-size: 15px;
}
.nav > ul > li li a{
	height: auto !important;
}
.nav.fixed > ul > li:nth-child(even){
	background: rgb(43 110 104 / 100%);
}
.nav > ul > li:nth-child(even){
	background: rgb(43 110 104 / 75%);
}
.nav.fixed > ul > li:nth-child(odd) {
	background: rgb(58 146 139 / 100%);
}
.nav > ul > li:nth-child(odd){
	background: rgb(58 146 139 / 75%);
}
.nav ul ul{
	width: 100%;
	padding: 0;
	background: rgb(255 255 255 / 85%) !important;
}
.nav ul ul li{
	background: rgba(0,0,0,0);
	text-align: left;
}
.nav ul ul li a{
	color: #2b6e68;
	font-size: 17px;
}
.nav ul ul ul{
	width: 100%;
	padding: 0;
}
.nav ul ul ul li a{
	padding-left: 10px;
	text-align: center;
}
.nav>ul>li>ul {
	top: 75px;
	left: auto;
	background-color: inherit;
	z-index: 1;
	border-top: none;
	opacity: 0;
	transition: all ease 0.35s;
	display: block !important;
	visibility: hidden;
}
.nav>ul>li:hover>ul {
	top: 100%;
	opacity: 1;
	transition: all ease 0.35s;
}


/*********CONTENT*********/
.content-wrapper{
	float: left;
	width: 100%;
	clear: both;
	position: relative;
	z-index: 2;
}
.content-wrapper .bs3-breadcrumb {
	display: none;
	margin: 0;
	margin-left: 3%;
	padding: 30px 0 15px 0;
}
.content-wrapper .bs3-breadcrumb li,.content-wrapper .bs3-breadcrumb a {
	color: #3a928b;
}
.content-wrapper .bs3-breadcrumb>li+li:before {
	content: "\f054";
	font-family: "FontAwesome";
	font-weight: 100;
	color: #3a928b;
	font-size: 9px;
	padding-left: 2.5px;
}
body:not(.page-main-page) .content-wrapper .bs3-breadcrumb {
	display: block;
	background: none;
}
.page-main-page .content-inner {
	padding-top: 50px;
	background: #edf8f7;
}
body:not(.page-main-page).has-side-menu .content-inner {
	display: flex;
	flex-wrap: wrap;
}
body:not(.page-main-page) .content-inner {
	max-width: 95%;
	padding-bottom: 50px;
}
.content-inner{
	padding: 0;
}
body:not(.page-main-page) .element{
	padding: 10px;
	background: #fff;
}
/****SIDENAV****/
.sidenav{
	max-width: 20%;
	flex: 0 0 20%;
	background: none;
	font-family: 'Oxygen', sans-serif;
	padding: 0;
	float: none;
}
.page-main-page .sidenav {
	display: none;
}
.sidenav > ul > li{
	background: #eeeeee;
	margin: 0 0 10px;
	position: relative;
}
.sidenav > ul > li:before{
	content: '';
	height: 100%;
	width: 7px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	transition: all ease 350ms;
	z-index: 1;
}
.sidenav > ul > li:hover:before{
	width: 100%;
}
.sidenav > ul > li > a{
	transition: all ease 350ms;
	color: #2b6e68;
	font-size: 17px;
}
.sidenav > ul > li:hover > a{
	color: #fff;
}
.sidenav > ul > li:before,.sidenav > ul > li ul li{
	background: #2b6e68;
}
.sidenav > ul > li ul li:hover > a{
	color: #2b6e68;
}
.sidenav a{
	font-size: 14px;
	font-weight: 500;
	padding: 15px;
	text-align: left;
	color: #fff;
	position: relative;
	z-index: 2;
}
.sidenav > ul > li > ul{
	padding-left: 10px;
}
.has-side-menu .content {
	flex: 0 0 calc(80% - 100px);
	max-width: calc(80% - 100px);
	margin-left: 100px;
	padding-top: 0;
	/* margin-left: 1%;
	margin-right: 2%;
	*/
	background: #fff;
	float: none;
}
.page-main-page.has-side-menu .content {
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	margin-left: 0;
}
.sidenav > ul > li ul li:hover{
	background: #fff;
}
/* Quick Links */
.page-main-page .sj-outer-row-1 .sj-content-row-1{
	max-width: 90%;
	margin: 0 auto;
}
.page-main-page .sj-content-row-1 .column{
	font-size: 0;
}
.page-main-page .sj-content-row-1 .column-3col-1,.page-main-page .sj-content-row-1 .column-3col-3 {
	width: 25%;
}
.page-main-page .sj-content-row-1 .column-3col-2 {
	width: 50%;
}
.page-main-page .sj-content-row-1 .column-3col-1 .element-image,.page-main-page .sj-content-row-1 .column-3col-3 .element-image{
	width: 100%;
	margin: 0;
}
.page-main-page .sj-content-row-1 .column-3col-1 .element-image:first-child,.page-main-page .sj-content-row-1 .column-3col-3 .element-image:first-child{
	margin-bottom: 20px;
}
.page-main-page .sj-content-row-1 .column-3col-2 .element-image {
	width: calc(50% - 10px);
}
.page-main-page .sj-content-row-1 .column-3col-2 .element-image:first-child {
	margin-right: 20px;
}
.page-main-page .sj-content-row-1 .element-image{
	display: inline-block;
	margin: 0px;
	position: relative;
	cursor: pointer;
}
.page-main-page .sj-content-row-1 .element-image:first-child{
	margin-left: 0;
}
.page-main-page .sj-content-row-1 .element-image:last-child{
	margin-right: 0;
}
.page-main-page .sj-content-row-1 .element-image:hover:before {
	opacity: 0;
}
.page-main-page .sj-content-row-1 .element-image:before {
	content: "";
	position: absolute;
	left: 0;
	transition: all ease 0.5s;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: 10;
	pointer-events: none;
	background: linear-gradient(180deg, rgb(255 255 255 / 75%) 5%, transparent 50%);
}
.page-main-page .sj-content-row-1 .element-image img {
	width: 100%;
	transition: all ease 0.35s;
	object-fit: cover;
}
.page-main-page .sj-content-row-1 .element-image .sj_element_image_caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	right: 0;
	left: 0;
	z-index: 11;
	height: auto;
	transition: all ease 0.5s;
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #2b6e68;
	font-weight: 700;
	padding: 25px 0;
}
.page-main-page .sj-content-row-1 .element-image:hover .sj_element_image_caption {
	background: #3a928b;
}
/****ROW 2****/
.page-main-page .sj-outer-row-2{
	padding: 100px 0;
}
.page-main-page .sj-outer-row-2 .sj-content-row-2{
	display: flex;
	align-items: center;
	max-width: 90%;
	margin: 0 auto;
}
.page-main-page .sj-outer-row-2 .sj-content-row-2 .column-right2col-2 {
	padding-left: 5%;
}
.page-main-page .sj-content-row-2 .element-text h1 {
	font-size: 40px;
	text-transform: capitalize;
	font-weight: 700;
}
body.page-main-page:not(.cms_edit) .sj-content-row-2 .element-text ul {
	margin-top: 50px;
	padding: 0px;
}
body.page-main-page:not(.cms_edit) .sj-content-row-2 .element-text ul li {
	list-style: none;
}
body.page-main-page:not(.cms_edit) .sj-content-row-2 .element-text ul li a {
	display: inline-block;
	padding: 15px 40px;
	background: #2b6e68;
	color: #fff;
	border-radius: 50px;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	transition: all ease .25s;
}
body.page-main-page:not(.cms_edit) .sj-content-row-2 .element-text ul li a:hover {
	background: #3a928b;
}
.element-text h1{
	font-size: 50px;
}
.element-text h1,.element-text h2,.element-text h3,.element-text h4,.element-text h5,.element-text h6{
	font-family: 'Oxygen', sans-serif;
	font-weight: 700;
	color: #2b6e68;
}
.page-main-page .element-text p{
	text-align: justify;
	font-size: 18px;
}
.element-text p{
	color: #000;
	font-family: 'Oxygen', sans-serif;
	text-align: justify;
}
/****ROW 3****/
.page-main-page .sj-outer-row-3{
	background: url("/img/bespoke/birch_deluxe_theme/background.png") center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.page-main-page .sj-outer-row-3 .column{
	padding: 0 15px;
}
.page-main-page .sj-outer-row-3 .column-2col-1{
	padding-right: 17px;
}
.page-main-page .sj-outer-row-3 .column-2col-2{
	padding-left: 17px;
}
.page-main-page .element-events h3{
	text-align: center;
	font-size: 36px;
	font-weight: 700;
}
.page-main-page .element-events{
	color: #fff;
}
.page-main-page .sj_element_events dl.sj_events .sj-event-image {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100px;
	height: 100px;
	display: block;
	background: rgba(0,0,0,0);
	box-shadow: none;
	vertical-align: top;
	transform: translateY(-50%);
	background: #fff;
}
.page-main-page .year,.page-main-page .events-time{
	display: none;
}
.page-main-page .sj_element_events dl.sj_events .sj-event-image .month {
	color: #2b6e68;
	background: none;
	position: absolute;
	top: unset;
	left: 0;
	bottom: 0;
	line-height: 24px;
	height: 25px;
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	font-family: 'Oxygen', sans-serif;
	background: #b6e2df;
}
.page-main-page .sj_element_events dl.sj_events .sj-event-image .day {
	position: absolute;
	top: 40%;
	transform: translateY(-60%);
	height: 30px;
	line-height: 30px;
	text-align: center;
	left: 0;
	width: 100%;
	background: none;
	font-weight: 900;
	font-size: 40px;
	color: #2b6e68;
	font-family:'Oxygen', sans-serif;
}
.page-main-page .events-footer{
	display: inline-block;
	width: 100%;
	text-align: right;
}

.page-main-page .sj-outer-row-3 .events-footer a:hover,
.page-main-page .sj-outer-row-3 .events-footer a:visited,
.page-main-page .sj-outer-row-3 .events-footer a{
	color: #fff;
}
.page-main-page .sj_element_events dl.sj_events {
	padding: 20px 20px 20px 120px;
	position: relative;
	min-height: 100px;
}
.page-main-page .sj_element_events dl.sj_events:last-of-type{
	margin:0;
}
.page-main-page .sj-outer-row-3{
	position: relative;
}
.page-main-page .sj-content-row-3{
	padding: 70px 0;
	width: 95%;
	margin: 0 auto;
	position: relative;
}
.page-main-page .sj-outer-row-3:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #2b6e68;
	opacity: 0.9;
	z-index: 0;
}
.page-main-page .sj-content-row-3 .column-2col-1{
	border-right: solid 3px #fff;
}
.page-main-page .sj_element_news ul,.page-main-page .sj_element_newsletters ul {
	padding-left: 0;
	/* background: rgba(185, 185, 185, 0.4);
	*/
	color: #fff;
}
.page-main-page .sj_element_news h3{
	display: none;
}
.bs3-h1,.bs3-h2,.bs3-h3,h1,h2,h3{
	margin-bottom: 20px;
}
.page-main-page .element-news h2,.page-main-page .element-newsletters h2,.page-main-page .element-news h3,.page-main-page .element-newsletters h3,.element-events h2{
	color: #fff;
	font-family: 'Oxygen', sans-serif;
	text-transform: capitalize;
	line-height: 0.7;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
}
.page-main-page .sj_element_news ul li,.page-main-page .sj_element_newsletters ul li {
	overflow: hidden;
	margin-bottom: 25px;
	font-family: 'Oxygen', sans-serif;
	text-align: justify;
}
.page-main-page .sj_element_newsletters ul li{
	color: #fff;
	padding: 20px 20px 20px 120px;
	position: relative;
	margin-bottom: 20px;
	min-height: 100px;
}
.page-main-page .sj_element_newsletters ul li small {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100px;
	height: 100px;
	display: block;
	box-shadow: none;
	vertical-align: top;
	transform: translateY(-50%);
	background: #fff;
}
.page-main-page .sj_element_newsletters ul li small .day {
	position: absolute;
	top: 40%;
	transform: translateY(-60%);
	height: 30px;
	line-height: 30px;
	text-align: center;
	left: 0;
	width: 100%;
	background: none;
	font-weight: 900;
	font-size: 40px;
	color: #2b6e68;
	font-family:'Oxygen', sans-serif;
}
.page-main-page .sj_element_newsletters ul li small .month {
	color: #2b6e68;
	background: none;
	position: absolute;
	top: unset;
	left: 0;
	bottom: 0;
	line-height: 24px;
	height: 25px;
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	font-family: 'Oxygen', sans-serif;
	background: #b6e2df;
}
.page-main-page .sj_element_news ul li a,.page-main-page .sj_element_newsletters ul li a,.page-main-page .sj_element_events dl.sj_events dt,.page-main-page .sj_element_newsletters strong {
	color: inherit;
	font-weight: bold;
	font-size: 20px !important;
	font-family: 'Oxygen', sans-serif;
}
.page-main-page .sj_element_events dl.sj_events dt{
	position: static;
}
.page-main-page .sj_element_news > a{
	display: none;
}
.page-main-page .events-description {
	font-family: 'Oxygen', sans-serif;
	text-align: justify;
}
/****ROW 4****/
.page-main-page .element-gallery .sj_element_gallery ul li img {
	border: none;
	border-radius: 4px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 4px;
	vertical-align: middle;
	width: 100%;
	object-fit: cover;
}
.page-main-page .element-gallery .sj_element_gallery ul li {
	height: auto;
	display: inline-block;
	text-align: center;
	margin: 0.5%;
	position: relative;
	vertical-align: top;
	width: 24%;
	float: left;
}
/* Map Row */
.page-main-page .sj-outer-row-4 .column {
	padding: 0;
	min-height: 0;
}
/*********FOOTER*********/
.footer-wrapper{
	background: #3a928b;
	clear: both;
	font-size: 0;
}
.footer-map {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}
body:not(.page-main-page) .footer-map {
	display: none;
}
.page-main-page .footer-quicklinks {
	display: none;
}
.footer-quicklinks {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	text-align: left;
}
.footer-quicklinks .quick-links-wrapper {
	max-width: 75%;
}
.footer-quicklinks .quick-link:last-child {
	margin-bottom: 0;
}
.footer-quicklinks .quick-link a:hover {
	background: #3a928b;
}
.footer-quicklinks .quick-link a {
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	padding: 20px;
	background: #2b6e68;
	transition: all ease .25s;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}
.footer-map .element {
	margin: 0;
}
body:not(.page-main-page) .footer-details {
	padding: 100px 0;
}
.footer-details{
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	padding: 20px 0 30px;
}
.footer-details.infant {
	display: none;
}
.footer-details .footer-details-inner {
	display: inline-block;
	text-align: left;
	max-width: 75%;
}
.footer-details h1 {
	font-family: 'Oxygen', sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 28px;
	margin-top: 25px !important;
	margin-bottom: 40px;
	letter-spacing: unset;
	position: relative;
}
.footer-details p {
	font-size: 18px;
}
.footer-details p:last-child {
	margin: 0;
}
.footer-details p i {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	background-position: center !important;
	background-repeat: no-repeat !important;
	text-indent: -9999px;
	margin-right: 10px;
}
.footer-details p.theme-headteacher i {
	background: url(/img/bespoke/birch_deluxe_theme/head_icon.png) center no-repeat;
	background-size: contain;
}
.footer-details p.theme-address i {
	background: url(/img/bespoke/birch_deluxe_theme/address_icon.png) center no-repeat;
	background-size: 70%;
}
.footer-details p.theme-telephone i {
	background: url(/img/bespoke/birch_deluxe_theme/telephone_icon.png) center no-repeat;
	background-size: 75%;
}
.footer-details p.theme-email i {
	background: url(/img/bespoke/birch_deluxe_theme/mail_icon.png) center no-repeat;
	background-size: 80%;
}
.footer-details p:not(:last-of-type){
	font-family: 'Oxygen', sans-serif;
	margin-bottom: 15px;
}
.footer-details .theme-telephone{
	font-family: 'Oxygen', sans-serif;
	margin: 0;
}
.footer-images {
	background: #fff;
	margin: 20px;
	padding: 0px 150px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}
.footer-images .slick-slide {
	margin: 0 35px;
	height: 120px;
	object-fit: contain;
	filter: grayscale(0);
	opacity: 0.9;
	padding: 20px 0px;
}
.footer-images .slick-prev:hover:before,.footer-images .slick-next:hover:before {
	background: #05aafa!important;
	color: #fff!important;
	font-size: 40px;
}
.footer-images .slick-prev:before,.footer-images .slick-next:before {
	background: transparent;
}
.copyright{
	background: #2b6e68;
	font-family: 'Oxygen', sans-serif;
	font-size: 12px;
	padding-bottom: 12.5px;
}
@keyframes bob{
	0%{
		transform: translateY(0px);
	}
	5%{
		transform: translateY(5px);
	}
	10%{
		transform: translateY(0px);
	}
	15%{
		transform: translateY(5px);
	}
	20%{
		transform: translateY(0px);
	}
	30%{
		transform: translateY(0px);
	}
	40%{
		transform: translateY(0px);
	}
	50%{
		transform: translateY(0px);
	}
	60%{
		transform: translateY(0px);
	}
	70%{
		transform: translateY(0px);
	}
	80%{
		transform: translateY(0px);
	}
	90%{
		transform: translateY(0px);
	}
	100%{
		transform: translateY(0px);
	}
}
.sj_preview.page-main-page .page-loader {
	display: flex;
}
.page-loader {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: #fff;
	top: 0;
	left: 0;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.page-loader-content {
	display: flex;
	width: 100%;
	min-height: 13%;
	align-items: center;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
}
.page-loader span {
	display: block;
	width: 100%;
	text-align: center;
	padding: 15px 100px 0;
}
.page-loader h1 {
	font-weight: 700 !important;
	color: #2b6e68;
	font-family: 'Oxygen', sans-serif;
	font-size: 45px !important;
	line-height: 1;
}
.wa-page-loader {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}
.wa-page-loader div {
	display: inline-block;
	position: absolute;
	left: 6px;
	width: 13px;
	background: #3a928b;
	animation: wa-page-loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.wa-page-loader div:nth-child(1) {
	left: 6px;
	animation-delay: -0.24s;
	background: #2b6e68;
}
.wa-page-loader div:nth-child(2) {
	left: 26px;
	animation-delay: -0.12s;
	background: #3a928b;
}
.wa-page-loader div:nth-child(3) {
	left: 45px;
	animation-delay: 0;
	background: #2b6e68;
}
@keyframes wa-page-loader {
	0% {
		top: 6px;
		height: 51px;
	}
	50%,100% {
		top: 19px;
		height: 26px;
	}
}
.element-twitter .sj_element_twitter{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.element-twitter .sj_element_twitter > div{
	width: 100%;
	max-width: 100%;
	flex: 0 0 100%;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center 0 !important;
	;
}
.element-twitter .sj_element_twitter > div p{
	text-align: left;
}
.element-twitter .sj_element_twitter > p{
	width: 300px;
	margin: 20px;
	display: block;
	position: relative;
	border: none;
	color: #333;
	background: #fff;
	padding: 15px;
	border-radius: 20px;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.6);
	text-align: left;
}
.element-twitter .sj_element_twitter > p a{
	color: #4768b9 !important;
	text-decoration: underline;
}
.element-twitter .sj_element_twitter > p a:visited{
	color: #6300a9 !important;
}
.element-twitter .sj_element_twitter > p .pull-right{
	float: none;
	font-weight: bold;
	font-size: 16px;
}
.element-twitter .sj_element_twitter > p .pull-right:after{
	content: '-';
	margin-left: 5px;
}
.element-twitter .sj_element_twitter > p:after{
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background:#fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(100% - 8px);
	left: 20px;
	box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
}
/* POPUP */
body:not(.page-main-page) .popup-wrapper {
	display: none !important;
}
.popup-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 555;
	background: rgb(0 0 0 / .6);
	display: none;
}
.popup-box {
	position: fixed;
	width: 30%;
	z-index: 55;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: #2b6e68;
	padding: 25px;
	border-radius: 10px;
	color: #fff;
	font-weight: 600;
	box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 30%);
}
.popup-box #closepop {
	position: absolute;
	top: 12.5px;
	right: 15px;
	font-size: 18px;
	color: #eee;
	cursor: pointer;
	transition: opacity ease .25s;
}
.popup-box #closepop:hover, .popup-box button:hover {
	opacity: .7;
}
.popup-box .element-text, .popup-box .element-text ul {
	margin: 0px;
}
.popup-box a {
	color: #ccc;
}
.popup-box .element-text * {
	color: #fff;
}
.popup-box p {
	margin-bottom: 5px;
	color: #fff;
}
.popup-box button {
	background: #424242;
	border: none;
	border-radius: 5px;
	padding: 5px 10px;
	transition: all ease 0.25s;
}
.popup-box button#acceptCookie {
	margin-right: 10px;
}
/* END OF POPUP */
/** CUSTOM COUNTER STYLING **/
#count-list {
	font-size: 0;
	padding: 0;
}
#count-list li {
	display: inline-block;
	width: 33.333333333%;
	list-style: none;
	text-align: center;
	font-size: 7.5rem;
	font-weight: 900;
	color: #FFF;
}
.cms_edit #count-list li:nth-child(3n+1)::after,.cms_edit #count-list li:nth-child(3n+2)::after,.cms_edit #count-list li:nth-child(3n+3)::after {
	content: "NUMBER COUNTER";
	color: red;
}
#count-list li:after {
	display: block;
	margin: 0 auto;
	font-size: 22px;
	color: #DDD;
	text-transform: uppercase;
}
#count-list li:after {
	content: attr(name);
}