/*
Theme Name: Little Trinity
Author: Rotary Creative - Mark Feltwell
Author URI: http://www.rotaryprinters.co.uk/
Description: Graphic Design, Litho Printing, Digital Printing and Web Design in Stourport, Kidderminster, Worcester, Birmingham
Version: 1.0
Tags:
Text Domain: littletrinity
*/

/* Little Trinity Style */

html {
	font-size: 16px;
}

@media (max-width: 991.98px) {
	html {
		font-size: 14px;
	}
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	color: #555;
}

/* Global ____________________________________________________________________*/
/*h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #000;
}*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}

h2 {
	font-size: 1.75rem;
	text-align: center;
}

h4 {
	font-size: 1.25rem;
	margin: 5px 0 10px;
}

.lined {
  position: relative;
  display: inline-block;
}

.lined:before, .lined:after {
    content: '';
    position: absolute;
    height: 1px;
    background: #b29b5a;
    width: 70%;
    top: 50%;
    right: calc(100% + 10px);
}
/*section.standard h4 {
    color: #000;
}*/
.lined:before {
  right: calc(100% + 10px);
}

.lined:after {
  left: calc(100% + 10px);
}

.standard {
	padding: 100px 0;
}

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

ul.ul {
  list-style-type: disc;
  margin-block-start: 1rem;
  margin-block-end: 1rem;
  padding-inline-start: 40px;
}

a {
	transition: 0.15s;
	-webkit-transition: 0.15s;
	color: #004393;
}

a:hover {
	color: #217ebc;
}

.standard {
	padding: 60px 0;
	background: #fff;
}

.standard.altBkg {
	background: #f7f7f7;
}

.standard.blBkg {
	background: #3398DA;
/*	color: #fff;*/
}

.standard.blBkg p {
    text-align: center;
    margin: 0;
    line-height: 2;
    font-size: 18px;
    font-weight: 300;
    color: #000;
}

span.iconBorder {
	display: block;
  height: 25px;
  position: relative;
	margin-top: 5px;
  margin-bottom: 40px;
  text-align: center;
}

span.iconBorder img {
  height: 100%;
}

/*.blBkg span.iconBorder img {
  filter: brightness(100);
}*/

h1 span.iconBorder img {
  margin-top: -20px;
}

span.iconBorder:before {
  content: '';
  position: absolute;
  height: 2px;
  background: #000;
  width: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-125px, 2px);
}

span.iconBorder:after {
  content: '';
  position: absolute;
  height: 2px;
  background: #000;
  width: 100px;
  right: 50%;
  top: 50%;
  transform: translate(125px, 2px);
}

.standard.last {
  padding-bottom: 120px;
}

.h100 {
	height: 100%;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 767.98px) {
	.mt20 {
		margin-top: 20px;
	}
}


/* Buttons ___________________________________________________________________*/

.btn {
	border-radius: 0;
}

.btn-primary,
.btn-outline-primary:hover {
  background-color: #004393;
  border-color: #004393;
}

.btn-outline-primary {
  color: #004393;
}

.btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-special {
	border: 1px solid #C8B63C;
	text-transform: uppercase;
	font-weight: 600;
}

.spinIcon:hover svg {
	transition: 1s;
	-webkit-transition: 1s;
	transform: rotate(90deg);
}

/* Header ____________________________________________________________________*/

header {
  margin-bottom: 0;
}

.sticky header {
  margin-bottom: 57px;
}

.top-bar {
	background: #f7f7f7;
	color: #555;
	padding: 10px 0;
	font-size: 1.125rem;
}

.top-bar .FB img {
	height: 30px;
}

.top-bar .phone {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
	font-weight: 600;
}

.navigate {
	background: #fff;
	padding-top: 15px;
  border-bottom: solid 2px #eee;
}

.sticky .navigate {
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	padding-top: 5px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.top-logo {
	margin-bottom: 15px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	height: 64px;
}

.sticky img.top-logo {
  height: 45px;
  margin-bottom: 5px;
}

@media (max-width: 991.98px) {
	.navigate {
		padding-top: 0;
	}

	.sticky .navigate {
		padding-top: 0;
	}

	.top-logo {
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.sticky img.top-logo {
	  margin-bottom: 5px;
		margin-top: 5px;
	}
}

.hamburger {
	font-size: 2rem;
  height: 100%;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
	display: none;
}

.MenuClose {
	display: none;
}

.hamburger svg,
.MenuClose svg {
	cursor: pointer;
	transition: 0.15s;
	-webkit-transition: 0.15s;
}

.hamburger svg:hover,
.MenuClose svg:hover {
	opacity: 0.7;
}

@media (max-width: 991.98px) {
	.hamburger {
		display: flex;
	}
}

ul.mainMenu {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
	text-transform: uppercase;
}

.sideIcon {
	display: none;
}

.sideIcon img {
	height: 100%;
}

.sideMbkg {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	z-index: 990;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

@media (max-width: 991.98px) {
	ul.mainMenu {
		transition: 0.3s;
    -webkit-transition: 0.3s;
    display: block;
    position: fixed;
    top: 0;
    right: -350px;
    width: 350px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    border-left: solid 2px #eee;
    text-align: right;
    font-size: 1.3rem;
    padding: 30px 30px;
	}

	ul.mainMenu.slideOut {
    right: 0;
	}

	.MenuClose {
    display: block;
    margin: 0 5px 20px;
    font-size: 2rem;
	}

	.sideIcon {
		display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
		height: 150px;
    z-index: -1;
    opacity: 0.7;
	}

	.sideMbkg.slideOut {
		visibility: visible;
		opacity: 1;
	}
}

ul.mainMenu li {
	border-bottom: 2px solid transparent;
	transition: 0.15s;
	-webkit-transition: 0.15s;
	margin-bottom: -2px;
}

ul.mainMenu li:hover,
ul.mainMenu .current_page_item,
ul.mainMenu .current-menu-parent {
	border-color: #004393;
}

ul.mainMenu li a {
	padding: 10px 25px;
	color: #687074;
	display: block;
}

ul.mainMenu li a:hover,
ul.mainMenu .current_page_item > a,
ul.mainMenu .current-menu-parent > a {
	color: #004393;
	text-decoration: none;
}

ul.mainMenu .menu-item-has-children {
	position: relative;
}

ul.sub-menu {
  position: absolute;
  background: #fff;
  z-index: 1;
  border-top: 2px solid #3398DA;
  border-bottom: solid 2px #687074;
	color: #687074;
	font-size: 1.125rem;
	visibility: hidden;
  min-width: 200px;
  overflow: hidden;
}

.slideOut ul.sub-menu {
  width: 100%;
  font-size: 1.1rem;
}

ul.mainMenu .menu-item-has-children:after {
	content: '\f107';
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
	display: none;
}

ul.mainMenu .menu-item-has-children svg {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}

ul.mainMenu .menu-item-has-children:hover ul.sub-menu,
ul.sub-menu:hover {
	visibility: visible;
}

ul.sub-menu li {
  border-bottom: solid 1px #eee;
	text-transform: none;
	transition: none !important;
	-webkit-transition: !important;
}

ul.sub-menu li:last-child {
  border-bottom: none;
}

ul.sub-menu li a {
	padding: 5px 15px;
	transition: none !important;
	-webkit-transition: !important;
}

ul.sub-menu li:hover {
	background: #eee;
	border-color: #eee;
}

ul.sub-menu li a:hover {
	color: inherit;
}

.banner {
  height: 350px;
  background-position: center;
  background-size: cover;
  z-index: 0;
  position: relative;
}

@media (max-width: 991.98px) {
	.banner {
	  height: 280px;
	}
}

.banner:after {
  content: '';
  background: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  opacity: 0.15;
}

.breadC {
	background: #004393;
	color: #fff;
	padding: 20px 0;
}

.breadC h5,
.breadC p {
	margin: 0;
}

.breadC h5 {
	font-size: 1.375rem;
}

.breadC p,
.breadC a {
	font-size: 1.125rem;
}

.breadC p .breadcrumb_last {
	color: #c8b63d;
}

.breadC a {
	color: #fff;
}

.bread {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

/* Footer ____________________________________________________________________*/

footer {
	color: #bbb;
	font-size: 1.125rem;
}

footer.footer {
	background: #252525;
  border-top: 5px solid #555;
  padding: 30px 0;
	text-align: center;
}

footer h4 {
	font-size: 1rem;
	font-weight: 400;
	color: #fff;
	margin-bottom: 10px;
}

footer ul li {
	margin-bottom: 10px;
}

.footer-logo {
	margin-top: -110px;
}

@media (max-width: 767.98px) {
	.footer-logo {
		margin-top: -80px;
    height: 120px;
    margin-bottom: -40px;
	}
}

@media (max-width: 991.98px) {
	.footer-logo img {
		height: 100%;
	}

	.footer-logo {
		margin-top: -80px;
    height: 160px;
    margin-bottom: -40px;
	}
}

.foot-address {
	margin-top: 60px;
}

footer.sub-footer {
	background: #222;
	padding: 10px 0;
}

footer.sub-footer p {
	background: #222;
	margin: 10px 0;
}

.facebook-ft {
  font-size: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.facebook-ft a {
  color: inherit;
}

a.FBlink:hover {
  filter: brightness(80%);
}

.facebook-ft a:hover {
  color: #004393;
}

.lastPost img {
  max-height: 120px;
  width: auto;
	max-width: 100%;
}

.lastPost h3 {
	font-size: 1.125rem;
	margin-bottom: 0;
	margin-top: 10px;
}

.lastPost .postDate {
	font-size: 0.687rem;
}

/* Home Page _________________________________________________________________*/

/* Slider */

.slider .carousel {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

.slider .carousel-item img {
  height: 600px;
  object-fit: cover;
  object-position: center 25%;
}

.slider .carousel-caption {
  right: unset;
  bottom: unset;
  top: 50%;
  width: 400px;
  transform: translateY(-50%);
}

.slider .carousel-caption h1 {
	text-transform: uppercase;
	text-shadow: 3px 3px 15px #000;
	font-size: 2.5rem;
}

@media (max-width: 767.98px) {
	.slider .carousel-caption h1 {
		font-size: 2rem;
	}
}

@media (max-width: 991.98px) {
	.slider .carousel-item img {
	  height: 400px;
	}

	.slider .carousel-caption {
    top: 70%;
    left: 50%;
    width: 100%;
    max-width: 500px;
    transform: translate(-50%, -50%);
	}
}

/* About */

.about {
	text-align: center;
	font-size: 1.312rem;
	font-weight: 300;
	line-height: 1.4;
}

.about p strong {
	font-weight: 600;
}

/* Info Blocks */

a .infoBlock {
	color: #555;
}

.info-blocks a:hover {
	text-decoration: none;
}

.infoBlock {
	text-align: center;
  background: #f7f7f7;
  border: 3px solid #eaeaea;
  margin: 20px 0;
  padding: 30px 20px;
  position: relative;
	transition: 0.15s;
	-webkit-transition: 0.15s;
}

.info-blocks a:hover .infoBlock {
	border-color: #ddd;
}

.topIcon {
  background: #3398DA;
  border-radius: 50px;
  border: 4px solid #eaeaea;
  height: 60px;
  width: 60px;
  position: relative;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  margin-top: -60px;
  display: flex;
  align-items: center;
  justify-content: center;
	color: #fff;
	font-size: 20px;
	transition: 0.15s;
	-webkit-transition: 0.15s;
}

.info-blocks a:hover .topIcon {
	border-color: #3398DA;
	background: #fff;
	color: #3398DA;
}

.infoBlock p {
	font-size: 1.125rem;
}

.vision {
	text-align: left;
	padding: 0 40px;
}

.vision p {
	margin: 0;
	line-height: 1;
	font-size: 1.20rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.vision p:last-child {
	margin-bottom: 0;
}

.vision p::first-letter {
	font-family: 'Passion One', cursive;
	font-weight: 600;
	color: #3398DA;
	font-size: 2.812rem;
	margin-right: 1px;
}

/* Rooms */

.room-blocks {
	margin-left: -15px;
	margin-right: -15px;
}

.roomBlock {
	position: relative;
	overflow: hidden;
}

.roomBlock img {
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.roomBlock .hoverOver {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	opacity: 0;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.roomBlock:hover img {
	transform: scale(1.1);
}

.roomBlock:hover .hoverOver {
	opacity: 1;
}

.roomBlock .hoverOver h4 {
	font-size: 1.375rem;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 20px;
}

.roomBlock .hoverOver h4:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
  height: 1px;
  width: 40px;
  background: #fff;
  transform: translateX(-20px);
}

/* Testimonials */

.testimonials {
	text-align: center;
}

.testimonials h5 {
	font-size: 1.375rem;
	color: #004393;
	font-weight: 300;
}

.testimonials h5 span {
	font-size: 1.125rem;
	color: #777;
	display: block;
  margin: 5px 0 20px;
}

.testimonials p {
	font-size: 1.125rem;
	color: #555;
}

.testimonials .carousel-control-prev {
  left: calc(50% - 28px);
}

.testimonials .carousel-control-next {
  right: calc(50% - 28px);
}

.testimonials .carousel-control-next:before {
  content: '';
}

.testimonials .carousel-control-prev,
.testimonials .carousel-control-next {
  top: unset;
  bottom: -30px;
  width: 26px;
  height: 26px;
	opacity: 1;
}

.testimonials .carousel-control-prev-icon,
.testimonials .carousel-control-next-icon {
	background: none;
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #bbb;
	height: 100%;
  width: 100%;
	transition: 0.15s;
	-webkit-transition: 0.15s;
}

.testimonials .carousel-control-prev-icon:hover,
.testimonials .carousel-control-next-icon:hover {
	color: #fff;
	background-color: #004393;
}

/* News */

.news {
	background-color: #fff;
	border: 2px solid #eaeaea;
	border-top: 3px solid #004393;
	margin-top: 30px;
	padding: 20px 0;
}

.news .carousel-indicators {
	bottom: -60px;
}

.news .carousel-indicators li {
  background-color: rgba(52, 152, 219, 0.5);
}

.news .carousel-indicators .active {
  background-color: #004393;
}

.news .carousel-item {
	padding: 0 20px;
}

.news-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.news h3 {
	font-size: 1.5rem;
}

.news .postDate {
	font-size: 1.125rem;
	display: block;
	margin-top: 5px;
}

.news .postDate ul {
	font-size: 1.125rem;
}

.news p {
	font-size: 1.125rem;
}

/* Staff Page ________________________________________________________________*/

.staff-box {
	background-color: #fff;
  height: calc(100% - 30px);
  margin-bottom: 30px;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

.staff-inner {
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: calc(100% - 340px);
}

@media (max-width: 1199.98px) {
	.staff-inner {
		height: calc(100% - 386px);
	}
}

@media (max-width: 991.98px) {
	.staff-inner {
		height: calc(100% - 280px);
	}
}

@media (max-width: 767.98px) {
	.staff-inner {
		height: calc(100% - 320px);
	}
}

@media (max-width: 575.98px) {
	.staff-inner {
    padding: 20px;
    display: block;
    text-align: center;
    height: 100%;
	}
}

.staff-text h5 {
	color: #555;
	font-size: 1.25rem;
	text-align: center;
}

.staff-text h5 span {
	color: #004393;
	font-size: 0.75rem;
	display: block;
}

.staff-text p {
	color: #555;
	font-size: 1.125rem;
	text-align: justify;
}

.staff-inner button {
  width: 100px;
}

/* Modal */

.modal-content {
	border-radius: 0;
}

.modal .staff-text {
  padding: 20px 0;
}

.modal .staff-text h5 {
  color: #555;
  font-size: 1.25rem;
  text-align: left;
  border-bottom: 1px solid;
  padding-bottom: 10px;
	margin-bottom: 20px;
}

.modal .staff-text h5 span {
	color: #004393;
	font-size: 0.75rem;
	display: block;
	margin-top: 5px;
}

@media (min-width: 992px){
	.modal-lg {
    max-width: 1200px;
	}
}

.bkgIcon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  filter: brightness(0);
  opacity: 0.04;
}

/* Ted the Tortoise */

.ted p {
	font-size: 0.9rem !important;
	text-align: left !important;
	line-height: normal !important;
	margin-bottom: 10px !important;
}

.tedTop {
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}

.tedTop h4 {
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
}

.tedTop h4 span {
	display: block;
	font-size: 1.125rem;
	font-weight: 400;
	text-transform: none;
}

.ted img {
	border: 2px solid #fff;
}

/* Gallery ___________________________________________________________________*/

.gallerynav {
  justify-content: center;
  text-transform: uppercase;
}

.gallerynav a {
  color: #555;
	font-size: 1.125rem;
}

.gallerynav a:hover,
.gallerynav a.active {
  color: #FFCB09;
}

.gallerynav li {
	position: relative;
}

.gallerynav li:after {
	content: '';
  position: absolute;
  height: 1.125rem;
  width: 1px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ddd;
}

.gallerynav li:last-child:after {
	display: none;
}

.galThumb {
  height: 255px;
  width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
	background: #000;
	cursor: pointer;
}


@media (max-width: 1199.98px) {
	.galThumb {
	  height: 210px;
	}
}

.galThumb img {
  height: 100%;
  width: 100%;
	object-fit: cover;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.galThumb:hover img {
  transform: scale(1.1);
	opacity: 0.7;
}

.imgIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.6rem;
	color: #fff;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	opacity: 0;
}

.imgIcon .fa-inverse {
  color: #555;
}

.galThumb:hover .imgIcon {
	opacity: 1;
}

.modal button.close {
	z-index: 100;
	position: absolute;
	right: 20px;
	font-size: 2rem;
}

/* Contact Page ______________________________________________________________*/

.acf-map {
	width: 100%;
	height: 400px;
}

.acf-map img {
   max-width: inherit !important;
}

.contact_page h3,
.contact_page h4 {
	position: relative;
}

.contact_page h3:after,
.contact_page h4:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 50%;
	height: 1px;
	background: #004393;
	margin-left: 10px;
}

.contact_page ul {
	margin: 10px 0 40px;
	font-size: 0.86rem
}

.contact_form {
	padding-right: 40px;
	margin-top: 40px;
}

.contact_form input,
.contact_form textarea {
	border-radius: 0;
}

/* Testimonials ______________________________________________________________*/

.testimonials_page {
	padding-bottom: 100px;
}

.testimonials_page .card {
	border-radius: 0;
}

.testimonials_page .card-body h5 span {
	display: block;
	color: #004393;
	font-size: 0.9rem;
}

/* Timetables ________________________________________________________________*/

.timeTable {
  border: 1px solid;
  margin-bottom: 30px;
}

.timeTable table {
  width: 100%;
}

.timeTable h3 {
  color: #fff;
  font-size: 1rem;
  padding: 10px 15px;
	margin: 0;
}

.red .timeTable,
.red.timeTable {
  border-color: #002760;
}

.red .timeTable h3,
.red.timeTable h3 {
  background: #002760;
}

.yellow .timeTable,
.yellow.timeTable {
  border-color: #b29b5a;
}

.yellow .timeTable h3,
.yellow.timeTable h3 {
  background: #b29b5a;
}

.green .timeTable,
.green.timeTable {
  border-color: #2DCC71;
}

.green .timeTable h3,
.green.timeTable h3 {
  background: #2DCC71;
}

.blue .timeTable,
.blue.timeTable {
  border-color: #004393;
}

.blue .timeTable h3,
.blue.timeTable h3 {
  background: #004393;
}

.timeTable .table {
	font-size: 18px;
	color: #333;
	margin: 0;
	padding: 15px;
	background: #fff;
}
div#pills-tabContent {
    padding: 20px;
    background: #fff;
}
.timeTable .table th {
  border: none;
}

.table th, .table td {
  padding: 5px;
}

.timetable-carousel .carousel-item {
	height: 600px;
}

@media (max-width: 991.98px) {
	.timetable-carousel .carousel-item {
		height: 400px;
	}
}

.timetable-carousel .carousel-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.nav.tablenav {
  justify-content: space-between;
	border-bottom: 2px solid #002760;
}

.nav.tablenav li {
  width: 33.33%;
  display: inline-block;
  text-align: center;
}

.nav.tablenav li.red .active,
.nav.tablenav li.red a:hover {
  background: #002760;
	color: #fff;
}

.nav.tablenav li.yellow .active,
.nav.tablenav li.yellow a:hover {
  background: #002760;
	color: #fff;
}

.nav.tablenav li.green .active,
.nav.tablenav li.green a:hover {
  background: #2DCC71;
	color: #fff;
}

.nav.tablenav.nav-pills .nav-link {
  border-radius: 0;
	font-size: 1.125rem;
}

.nav.tablenav li a {
  color: #555;
}

/* Uniform ___________________________________________________________________*/
.sliderdescription strong {
    color: #b29b5a;
}
.uniform-wrapper .uniformBox:first-child #uniform-carousel1 {
    display: none !important;
}
.sliderdescription ul li:before {
    content: "";
    position: absolute;
    left: -20px;
    background: #002760;
    width: 5px;
    height: 6px;
    border-radius: 100px;
    top: 9px;
}
.sliderdescription ul li {
    position: relative;
    list-style-type: none;
}
.sliderdescription ul {
    margin-left: 20px;
    margin-bottom: 30px;
}
.uniform-wrapper {
    padding: 40px 15px;
    margin-bottom: 0;
    background: #fff;
    border: solid 1px #e5e5e5;
    border-bottom: solid 4px #004393;
}
.nav.tablenav.nav-pills .nav-link {
    border-radius: 0;
    font-size: 1.125rem;
    border: 1px solid #002760;
    color: #002760;
}
h2.uniform {
    margin: 50px 0;
    font-size: 1.6rem;
    color: #555;
}
.parent-or-child-85 h2.uniform, .parent-or-child-85 h4 {
    color: #000;
    font-weight: 600;
}
.parent-or-child-85 section .titlecenteralign h2
{
	color: #004393;
}
.uniformBox p {
	font-size: 0.9rem;
}

/* Admissions ________________________________________________________________*/

.admission-info p,
.standard.blBkg.admission-info p,
.blBkg .admission-info p {
	font-size: 18px;
	line-height: normal;
	font-weight: 300;
	margin-bottom: 1rem;
}

.info_box {
  border: 1px solid #eee;
	border-left: 4px solid #004393;
	background-color: #fff;
	padding: 20px;
  margin: 20px 0;
}

#apply p {
	font-size: 0.9rem;
	margin-bottom: 20px;
}

#apply span.iconBorder {
  margin-bottom: 20px;
}

/* EYFS ______________________________________________________________________*/
.bulletpoint {
    padding-left: 25px;
}
.bulletpoint p:last-child {
    margin-bottom: 0;
}
.bulletpoint p {
    position: relative;
}
.opportunities li::marker {
    color: #002760;
}
.bulletpoint p:before {
    content: ".";
    position: absolute;
    left: -20px;
    background: #002760;
    width: 6px;
    height: 6px;
    border-radius: 100px;
    top: 10px;
}
ul.learning {
  background: #fff;
  max-width: 100%;
  border: 1px solid #fff;
	display: flex;
	justify-content: space-between;
}

ul.learning li {
  text-align: center;
  display: flex;
  align-items: center;
  max-width: 177px;
}

ul.learning li a {
    font-size: 18px;
    font-weight: 300;
    color: #000;
}

ul.learning li a:hover {
	color: #004393;
}

ul.learning.nav-pills .nav-link {
  border-radius: 0;
}

ul.learning.nav-pills .nav-link.active, ul.learning.nav-pills .show > .nav-link {
    background-color: #004393;
    height: 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 1199.98px) {
	ul.learning li {
    max-width: 141px;
    font-size: 0.8rem;
	}
}

@media (max-width: 991.98px) {
	ul.learning li {
    max-width: 225px;
	}
}

@media (max-width: 767.98px) {
	ul.learning {
    width: 100%;
    display: inline-block;
    text-align: center;
	}

ul.learning li {
    max-width: 100%;
		display: block;
	}

ul.learning.nav-pills .nav-link.active,
ul.learning.nav-pills .show > .nav-link {
    width: 100%;
		display: block;
	}
}
section.parentguide {
    background: #f5f5f5 !important;
    padding: 60px 0 !important;
}

section.eyfstabs {
    padding: 60px 0 !important;
}
.happy p {
/*  border-bottom: 1px solid #fff;*/
  padding-bottom: 30px;
}
.curriculumssection .container .infoBox:first-child h3.uniformtitle {
    display: block;
}
.curriculumssection h3.uniformtitle {
    display: none;
}
.eyfstabs div#pills-tabContent {
    background: #f5f5f5;
    padding: 0px 20px;
    display: inline-block;
    width: 100%;
}
.sevenareas p {
    text-align: left !important;
}
.opportunities {
    list-style: disc;
    padding: 0 30px;
}
.opportunities li {
    text-align: left;
    margin: 0;
    color: #000;
    font-size: 18px;
    line-height: normal;
    font-weight: 300;
    margin-bottom: 1rem;
}
.infoBox {
	margin: 60px 0;
}

.textBox {
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

/* Policies __________________________________________________________________*/

.timeTable .tableicon {
	filter: brightness(100);
	height: 20px;
}

/* FAQ _______________________________________________________________________*/

.faqs {
	padding-top: 0;
}

.faq_box {
  margin-bottom: 20px;
}

.faq_box .card {
  margin-bottom: 5px;
	border-radius: 0;
}

.faq_box .question {
  padding: 5px 15px;
}

.faq_box h3 {
  margin-bottom: 10px;
	font-size: 1.25rem;
}

.faq_box h5 button {
	font-size: 1rem;
  color: #004393;
	padding: 0;
	text-align: left;
	white-space: normal;
}

.faq_box .answer {
	font-size: 1.125rem;
	padding: 15px;
}

.faq_box .answer p:last-child {
	margin-bottom: 0;
}

.faq_box .accordion .card:not(:first-of-type):not(:last-of-type),
.faq_box .accordion .card:first-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* News Page _________________________________________________________________*/

.sideBar h3 {
  background: #fff;
  padding: 10px;
  border-left: 2px solid;
  margin-bottom: 20px;
  font-size: 1.25rem;
}

.sideBar ul {
  margin-bottom: 40px;
	padding-left: 5px;
}

.sideBar li {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.sideBar li span {
  display: block;
  font-size: 0.85rem;
}

.news_page .post_box {
  margin-bottom: 30px;
  height: calc(100% - 30px);
}

.news_page .post_image {
  height: 280px;
	width: 100%;
}

.news_page .post_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news_page .post_text {
  background: #fff;
  padding: 20px;
  height: calc(100% - 250px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 1.125rem;
}
.news_page p.post-date {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
  padding: 5px 10px;
	text-align: center;
  font-weight: 600;
  font-size: 1rem;
	line-height: 1.3;
}
.news_page p.post-date span {
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 0.7rem;
}
.news_page .postText h4 {
  margin-bottom: 0;
	font-size: 1rem;
}

.news_page .postText .post-categories {
  font-size: 0.8rem;
  margin-bottom: 10px;
	font-size: 0.687rem.news_page ;
}

.postText p img {
  width: 100%;
  height: auto;
}

/* Single Page */

.singleNews_page .post_text {
  background: #fff;
  padding: 20px;
	font-size: 1.125rem;
}

.cat_date {
  font-style: italic;
}

.cat_date .post-categories {
  display: inline-block;
}

.cat_date .post-date {
  display: inline-block;
}

.singleNews_page .postText h4 {
  text-transform: uppercase;
	font-weight: 600;
	font-size: 2rem;
	margin-bottom: 30px;
}

.singleNews_page .post_image img {
  width: 100%;
  height: auto;
}
