/*
Theme Name:   Little Explorers
Theme URI:    https://www.littleexplorers.co.uk
Description:  A Twenty Twenty child theme 
Author:       Chris Lomas
Author URI:   https://www.chrislomas.co.uk
Template:     twentytwenty
Version:      1.0.1
Text Domain:  littleexplorers
*/

main#site-content {
	background-image: linear-gradient(#FFFFFF, #FFFFFF, #A6d4E4);
}

.blue-gradient {
	background-image: linear-gradient(#FFFFFF, #FFFFFF, #A6d4E4);
}

.primary-menu li {
	font-size: 90%
}
body:not(.overlay-header) .primary-menu > li > a, body:not(.overlay-header) .primary-menu > li > .icon {
	color: #FFA277 !important;
}

.entry-header, .entry-content h1, .entry-content h2 {
	font-family: 'Indie Flower', cursive;
}
.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.entry-header h1 {
	font-size: 6.4rem;
	text-align: left;
}
.entry-content {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.8rem;
}
.section-inner.medium, .wp-block-columns.alignfull {
	max-width: 120rem;
}

p {
	margin: 0;
}


.footer-top-hidden #site-footer {
	margin-top: 0 !important;
}


/* Home Page */
.home .entry-header {
	display: none;
}
.home .header-titles {
	text-align : center;
	font-family: 'Indie Flower', cursive;
}
@media ( min-width: 700px ) {
	.home .post-inner {
		padding-top: 0;
	}
	.site-logo img {
		max-height: 10rem;
	}
	.singular .entry-header {
		padding: 4rem 0;
	}
	.staff-list-member {
		max-width: 30%;
	}

        .footer-widgets .widget {
                margin-top: 0 !important;
        }
}
@media (min-width: 1000px) {
	.home .entry-content > .alignwide:not(.wp-block-group.has-background), .entry-content > .alignfull:not(.wp-block-group.has-background) {
		margin-bottom: 0;
		padding-bottom: 2rem;
	}
	.home .entry-content > .alignfull:not(.wp-block-group.has-background) {
		margin-top: 0;
		padding-top: 2rem;
	}
	.header-inner {
		padding: 3rem 0;
		max-width: 140rem;
	}
}
@media (max-width: 1000px) {
	.home .wp-block-spacer {
		display: none;
	}
}
.nursery-links-container {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-around;
}
.nursery-link {
	text-align: center;
	margin-bottom: 40px;
}
.nursery-link img {
	margin: 0 auto;
	border-radius: 50%;
	border: solid 2px #A6d4E4;
}
.nursery-link h2, .nursery-link h3 {
	margin: 10px 0 0;
}

.icon-columns .fas {
    font-weight: 900;
    font-size: 8rem;
    border: solid 10px;
    border-radius: 50%;
    margin-bottom: 20px;
    padding: 30px;
}
.icon-columns .fa-child {
    padding: 30px 40px;
	color: #ff4c00 !important;
}
.icon-columns .fa-user-graduate {
    padding: 30px 40px;
	color: #34D293 !important;
}
.icon-columns .fa-tree {
    padding: 30px 40px;
	color: #3AB0E2 !important;
}
.icon-columns h4 {
	font-size: 2rem;
	text-align: center;
}

.icon-rows .fas, .icon-rows .far {
    font-weight: 900;
    font-size: 3rem;
    border: solid 3px;
    border-radius: 50%;
    margin-bottom: 5px;
    padding: 30px;
}
.icon-rows .fa-clock {
    padding: 10px;
	color: #ff4c00 !important;
}
.icon-rows .fa-calendar-check {
    padding: 10px;
	color: #34D293 !important;
}
.icon-rows .fa-pound-sign {
    padding: 10px 15px;
	color: #3AB0E2 !important;
}
.icon-rows p {
	text-align: center;
	margin-bottom: 15px;
}

.staff-list-container {
  display: flex;
  grid-template-columns: repeat(3,minmax(0, 1fr));
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-around;
}
.staff-list-member {
	text-align: center;
	margin-bottom: 40px;
	padding: 20px;
	border: solid 1px rgb(166 212 228 / 75%);
	box-shadow: 10px 10px 5px 0px rgb(166 212 228 / 75%);
    -webkit-box-shadow: 10px 10px 5px 0px rgb(166 212 228 / 75%);
    -moz-box-shadow: 10px 10px 5px 0px rgba(166,212,228,0.75);
	font-size: 1.5rem;
}
.staff-list-member img {
	margin: 0 auto;
	border-radius: 50%;
	border: solid 2px #A6d4E4;
}
.staff-list-member h4, .staff-list-member h5 {
	margin: 10px 0;
	font-size: 2rem;
}
.staff-list-member h4 {
	font-size: 2.5rem;
}
.staff-list-member h5 {
	font-size: 2rem;
}


.fees-list-container {
  display: flex;
  grid-template-columns: repeat(3,minmax(0, 1fr));
  grid-column-gap: 150px;
  grid-row-gap: 50px;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-around;
}
.fees-list-item {
	text-align: center;
	margin-bottom: 40px;
	padding: 20px;
	border: solid 1px rgb(166 212 228 / 75%);
	box-shadow: 10px 10px 5px 0px rgb(166 212 228 / 75%);
    -webkit-box-shadow: 10px 10px 5px 0px rgb(166 212 228 / 75%);
    -moz-box-shadow: 10px 10px 5px 0px rgba(166,212,228,0.75);
	font-size: 1.5rem;
}
.fees-list-item i {
	font-size: 8rem;
	color: #A6d4E4;
}
.fees-list-item h4, .fees-list-item h5 {
	margin: 10px 0;
	font-size: 2rem;
}
.staff-list-item h4 {
	font-size: 2.5rem;
	color: #A6d4E4;
}
.staff-list-item h5 {
	font-size: 2rem;
}


.wp-block-columns.alignfull.map-section {
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}
.wpmapblockrender {
	max-width: 100% !important;
}
