/*
Theme Name: littlestepschildcare
Theme URI: http://www.littlestepschildcare.co.uk
Description: Twenty Seventeen Child Theme
Author: Daly Design
Author URI: https://www.dalydesign.co.uk
Template: twentyseventeen
Version: 1.0.0
*/

/*
*
*	Light grey = 	#E3E3E3
*	Mid Grey =  	#D6D6D6
*	Dark Grey =  	#333333
*	Dark Red =		#AD1220
*	Light Blue =	#4398D2
*	Dark Blue =		#004A88
*	Dark Yellow =	#ECB300
*	Light Green =	#80B73F
*	Light Orange =	#ECA13B
*
*/
@import url("../twentyseventeen/style.css");
/*@import url("../littlestepschildcare/nav.css");*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

/* font-family: 'Open Sans', sans-serif; */



/*--------------------------------------------------------------
START Typography
--------------------------------------------------------------*/



body {
	background-color: #FFF;
	font-family: 'Open Sans', sans-serif;
}
.clearfix {
	clear: both;
}
.clearfix.spacing {
	margin-top: 40px;
}

body,
button,
input,
select,
textarea {
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-size: 0.9rem;
	font-weight: 300;
	line-height: 1.5;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	clear: both;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 1.5rem 0;
	padding: 0;
}

h1, .h1, h1.entry-title {
	color: #004A88;
	font-size: 2.45rem;
	letter-spacing: -1px;
	line-height: 2.75rem;
	font-weight: 300;
	text-transform: capitalize;
}
h1.pont-title {
	color: #AD1220;
}
h1.yst-title {
	color: #842780;
}
h2, .h2 {
	color: #333333;
	font-size: 1.5rem;
	letter-spacing: normal;
	line-height: normal;
	font-weight: 700;
	text-transform: uppercase;
}
h3, .h3 {
	color: #004A88;
	font-size: 1.25rem;
	letter-spacing: normal;
	line-height: normal;
	font-weight: 700;
	text-transform: uppercase;
}
h4, .h4 {
	color: #333333;
	font-size: 1.125rem;
	letter-spacing: normal;
	line-height: normal;
	font-weight: 700;
	text-transform: uppercase;
}
h5, .h5 {
	color: #333333;
	font-size: 1rem;
	letter-spacing: normal;
	line-height: normal;
	font-weight: 700;
	text-transform: uppercase;
}
h6, .h6 {
	color: #333333;
	font-size: 1rem;
	letter-spacing: normal;
	line-height: normal;
	font-weight: 700;
	text-transform: uppercase;
}
p {
	margin: 0 0 1.5rem;
	padding: 0;
	font-weight: 300;
	color: #333333;
	font-size: 0.85rem;
}
ul, ol {
	list-style-position: outside;
    margin: 0 0 1.5rem 20px;
	padding: 0;
	font-weight: 300;
	color: #333333;
	font-size: 0.85rem;
}
a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
	box-shadow: none;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	text-decoration: none;
}
a:link,
a:visited {
	color: #004A88;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	text-decoration: none;
}
a:hover, a:active, a:focus, .entry-content a:focus, .entry-content a:hover, .entry-summary a:focus, .entry-summary a:hover, .widget a:focus, .widget a:hover, .site-footer .widget-area a:focus, .site-footer .widget-area a:hover, .posts-navigation a:focus, .posts-navigation a:hover, .comment-metadata a:focus, .comment-metadata a:hover, .comment-metadata a.comment-edit-link:focus, .comment-metadata a.comment-edit-link:hover, .comment-reply-link:focus, .comment-reply-link:hover, .widget_authors a:focus strong, .widget_authors a:hover strong, .entry-title a:focus, .entry-title a:hover, .entry-meta a:focus, .entry-meta a:hover, .page-links a:focus .page-number, .page-links a:hover .page-number, .entry-footer a:focus, .entry-footer a:hover, .entry-footer .cat-links a:focus, .entry-footer .cat-links a:hover, .entry-footer .tags-links a:focus, .entry-footer .tags-links a:hover, .post-navigation a:focus, .post-navigation a:hover, .pagination a:not(.prev):not(.next):focus, .pagination a:not(.prev):not(.next):hover, .comments-pagination a:not(.prev):not(.next):focus, .comments-pagination a:not(.prev):not(.next):hover, .logged-in-as a:focus, .logged-in-as a:hover, a:focus .nav-title, a:hover .nav-title, .edit-link a:focus, .edit-link a:hover, .site-info a:focus, .site-info a:hover, .widget .widget-title a:focus, .widget .widget-title a:hover, .widget ul li a:focus, .widget ul li a:hover {
	box-shadow: none;
	color: #80B73F;
	text-decoration: none;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	outline: none;
	background-color: inherit;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
	color: #333333;
	padding: 0.5em;
}
select {
	display: block;
	width: 100%;
}
button, input[type="button"], input[type="submit"] {
	font-weight: 600;
	font-size: 0.75rem;
	text-transform: uppercase;
	padding: 12px 20px 12px 20px;
	background-color: #004A88;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
button:hover, input[type="button"]:hover, input[type="submit"]:hover {
	background-color: #333333;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.max-width {
	width: 100%;
	max-width: 1200px;
	padding: 0 10px 0 10px;
	display: block;
	margin: 0 auto;
	white-space: normal;
}
.clearfnt {
	font-size: 0;
}
.mob-show {
	display: inline-block;
}
.mob-hide {
	display: none;
}
.entry-content.center {
	text-align: center;
}
.pre-h1 {
	text-transform: uppercase;
	color: #333333;
	font-size: 0.9rem;
	font-weight: 700;
	display: inline-block;
	margin: 0 0 5px 0;
}
.entry-content a img,
.comment-content a img,
.widget a img {
	box-shadow: none;
}
.full-width {
	width: 100%;
	display: block;
	margin: 0 0 40px 0;
	padding: 0;
	white-space: normal;
}
.full-width.child-block-container {
	font-size: 0;
}



/* -------------- START BUTTONS -------------- */

a.green-btn,
a.green-btn:link,
a.green-btn:visited {
	display: inline-block;
	width: auto;
	padding: 10px 25px;
	background-color: #80B73F;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
	border-radius: 3px;
	margin: 0;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}
a.green-btn:hover,
a.green-btn:active,
a.green-btn:focus {
	background-color: #333333;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}

a.green-btn.contact {
	margin: 30px 0 30px 0;
}

a.orange-btn,
a.orange-btn:link,
a.orange-btn:visited {
	display: inline-block;
	width: auto;
	padding: 10px 25px;
	background-color: #ECA13B;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
	border-radius: 3px;
	margin: 0;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}
a.orange-btn:hover,
a.orange-btn:active,
a.orange-btn:focus {
	background-color: #333333;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}

a.white-red-btn,
a.white-red-btn:link,
a.white-red-btn:visited {
	display: inline-block;
	width: auto;
	padding: 10px 25px;
	background-color: #FFFFFF;
	color: #AD1220;
	text-transform: uppercase;
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
	border-radius: 3px;
	margin: 0;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}
a.white-red-btn:hover,
a.white-red-btn:active,
a.white-red-btn:focus {
	background-color: #333333;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}

a.grey-text-link,
a.grey-text-link:link,
a.grey-text-link:visited {
	color: #808080;
	margin: 0;
	padding: 5px;
	width: auto;
	font-size: 1rem;
}
a.grey-text-link:hover,
a.grey-text-link:active,
a.grey-text-link:focus {
	color: #333333;
}

/* -------------- END BUTTONS -------------- */



/*--------------------------------------------------------------
END Typography
--------------------------------------------------------------*/


.wrap {
	padding-left: 20px;
	padding-right: 20px;
}



/*--------------------------------------------------------------
START HEADER
--------------------------------------------------------------*/

header.site-header {
	width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    max-width: 100%;
	background-color: #FFF;
}
.header-top {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #333;
}
.header-top .header-top-links {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.header-top .header-top-links a.header-visit,
.header-top .header-top-links a.header-visit:link,
.header-top .header-top-links a.header-visit:visited {
	display: inline-block;
	padding: 5px 5px 5px 15px;
	margin: 0 5px 0 0;
	color: #FFF;
	font-size: 0.85rem;
	text-align: left;
	background-image: url(assets/images/icons/location-white.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: 12px auto;
}
.header-top .header-top-links a.header-visit:hover,
.header-top .header-top-links a.header-visit:active,
.header-top .header-top-links a.header-visit:focus {
	background-color: inherit;
	text-decoration: none;
	outline: none;
	color: #ECB300;
	background-image: url(assets/images/icons/location-yellow.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: 12px auto;
}
.header-top .header-top-links a.header-fb,
.header-top .header-top-links a.header-fb:link,
.header-top .header-top-links a.header-fb:visited {
	display: inline-block;
	padding: 5px 5px 5px 20px;
	margin: 0 0 0 0;
	color: #FFF;
	font-size: 0.85rem;
	text-align: left;
	background-image: url(assets/images/icons/fb-white.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: 17px auto;
}
.header-top .header-top-links a.header-fb:hover,
.header-top .header-top-links a.header-fb:active,
.header-top .header-top-links a.header-fb:focus {
	background-color: inherit;
	text-decoration: none;
	outline: none;
	color: #ECB300;
	background-image: url(assets/images/icons/fb-yellow.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: 17px auto;
}
.Little-Steps-Logo {
	width: 100%;
	max-width: 260px;
	margin: 20px auto;
}
.Little-Steps-Logo .custom-logo-link,
.Little-Steps-Logo .custom-logo-link img {
	width: 100%;
}
.header-contact {
	width: 100%;
	display: block;
	text-align: center;
	padding: 0;
	margin: 10px 0 10px 0;
}
.header-contact a.header-tel {
	width: auto;
	display: inline-block;
	margin: 0 10px 0 10px;
	padding: 0 0 0 25px;
	text-align: left;
	font-size: 1rem;
	color: #333;
}
.header-contact a.header-tel:link,
.header-contact a.header-tel:visited {
	background-image: url(assets/images/icons/phone-grey.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: 20px auto;
}
.header-contact a.header-tel:hover,
.header-contact a.header-tel:active,
.header-contact a.header-tel:focus {
	background-color: inherit;
	text-decoration: none;
	outline: none;
	color: #ECB300;
	background-image: url(assets/images/icons/phone-yellow.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: 20px auto;
}
.header-contact a.header-email {
	width: auto;
	display: inline-block;
	margin: 0 10px 10px 10px;
	padding: 0 0 0 25px;
	text-align: left;
	font-size: 1rem;
	color: #333;
}
.header-contact a.header-email:link,
.header-contact a.header-email:visited {
	background-image: url(assets/images/icons/email-grey.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: 20px auto;
}
.header-contact a.header-email:hover,
.header-contact a.header-email:active,
.header-contact a.header-email:focus {
	background-color: inherit;
	text-decoration: none;
	outline: none;
	color: #ECB300;
	background-image: url(assets/images/icons/email-yellow.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: 20px auto;
}




/* -------------- START NAV -------------- */

.navigation-top {
	background-color: #004A88;
	color: #FFF;
	position: relative;
	border: none;
}
.navigation-top.pont {
	background-color: #AD1220;
}
.navigation-top.yst {
	background-color: #842780;
}
.navigation-top .wrap {
	padding: 0;
}
.navigation-top .menu-button-container {
	padding: 0;
}
.navigation-top .main-navigation .menu-toggle {
	width: 100%;
	margin: 0;
	color: #FFF;
	font-weight: 700;
	line-height: normal;
}
.navigation-top .main-navigation .menu-toggle:hover,
.navigation-top .main-navigation .menu-toggle:active,
.navigation-top .main-navigation .menu-toggle:focus {
	outline: none;
	background-color: #004A88;
}
.navigation-top .main-navigation .menu-main-menu-container {
	background-color: #004A88;
}
/* Menu bar for the three sections */
.navigation-top .main-navigation ul {
	background-color: #004A88;
	border-top: 1px solid #FFF;
}
.navigation-top.pont .main-navigation ul {
	background-color: #AD1220;
	border-top: 1px solid #FFF;
}
.navigation-top.yst .main-navigation ul {
	background-color: #842780;
	border-top: 1px solid #FFF;
}
/* Sub-menu li with a further sub-menu */
.navigation-top .main-navigation li li:hover,
.navigation-top .main-navigation li li:active,
.navigation-top .main-navigation li li:focus,
.navigation-top .main-navigation li li.focus {
	background-color: #003A6A;
}
.navigation-top.pont .main-navigation li li:hover,
.navigation-top.pont .main-navigation li li:active,
.navigation-top.pont .main-navigation li li:focus,
.navigation-top.pont .main-navigation li li.focus {
	background-color: #850b16;
}
.navigation-top.yst .main-navigation li li:hover,
.navigation-top.yst .main-navigation li li:active,
.navigation-top.yst .main-navigation li li:focus,
.navigation-top.yst .main-navigation li li.focus {
	background-color: #5D165A;
}
/* Sub-menu within a sub-menu */
.navigation-top .main-navigation ul.menu ul.sub-menu ul.sub-menu {
	background-color: #003A6A;
}
.navigation-top.pont .main-navigation ul.menu ul.sub-menu ul.sub-menu {
	background-color: #850b16;
}
.navigation-top.yst .main-navigation ul.menu ul.sub-menu ul.sub-menu {
	background-color: #5D165A;
}


.navigation-top .main-navigation .menu-item > a {
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	padding: 18px 10px;
}
.navigation-top .main-navigation .current-menu-item > a,
.navigation-top .main-navigation .current_page_item > a {
	color: #ECB300;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	text-decoration: none;
}
.navigation-top .main-navigation .menu-item > a:hover,
.navigation-top .main-navigation .menu-item > a:active,
.navigation-top .main-navigation .menu-item > a:focus,
.navigation-top .main-navigation .current-menu-item > a:hover,
.navigation-top .main-navigation .current-menu-item > a:active,
.navigation-top .main-navigation .current-menu-item > a:focus {
	color: #FFF;
	background-color: #ECB300;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	text-decoration: none;
}
.navigation-top .main-navigation .dropdown-toggle {
	color: #FFF;
	right: 0;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	text-decoration: none;
	padding: 16px 10px;
}
.navigation-top .main-navigation .dropdown-toggle:hover,
.navigation-top .main-navigation .dropdown-toggle:active,
.navigation-top .main-navigation .dropdown-toggle:focus {
	background-color: #ECB300;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	text-decoration: none;
}


/* -------------- END NAV -------------- */



/* -------------- START MAIN IMAGE -------------- */

.single-featured-image-header {
	width: 100%;
	display: block;
    margin: 0;
	background-color: #FFF;
	border: none;
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 0;
	height: 300px;
	transition: all 2s;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
}

/* -------------- END MAIN IMAGE -------------- */


#breadcrumb-trail {
	width: 100%;
	display: block;
	margin: 0;
	background-color: #FFF;
	color: #707070;
	text-align: left;
	border-bottom: 1px solid #DEDEDE;
	padding: 14px 0;
}
#breadcrumb-trail #breadcrumbs {
	color: #707070;
	margin: 0;
	padding: 0;
}
#breadcrumb-trail #breadcrumbs .breadcrumb_last {
	margin: 0 0 0 5px;
}
#breadcrumb-trail #breadcrumbs a {
    margin: 0 5px;
}
#breadcrumb-trail #breadcrumbs a:link,
#breadcrumb-trail #breadcrumbs a:visited {
    color: #004A88;
}
#breadcrumb-trail #breadcrumbs.pont-bc a:link,
#breadcrumb-trail #breadcrumbs.pont-bc a:visited {
    color: #AD1220;
}
#breadcrumb-trail #breadcrumbs.yst-bc a:link,
#breadcrumb-trail #breadcrumbs.yst-bc a:visited {
    color: #842780;
}
#breadcrumb-trail #breadcrumbs a:hover,
#breadcrumb-trail #breadcrumbs a:active,
#breadcrumb-trail #breadcrumbs a:focus,
#breadcrumb-trail #breadcrumbs.pont-bc a:hover,
#breadcrumb-trail #breadcrumbs.pont-bc a:active,
#breadcrumb-trail #breadcrumbs.pont-bc a:focus,
#breadcrumb-trail #breadcrumbs.yst-bc a:hover,
#breadcrumb-trail #breadcrumbs.yst-bc a:active,
#breadcrumb-trail #breadcrumbs.yst-bc a:focus {
    color: #80B73F;
}


/*--------------------------------------------------------------
END HEADER
--------------------------------------------------------------*/



/*--------------------------------------------------------------
START FOOTER
--------------------------------------------------------------*/

.footer-slogan-block {
	width: 100%;
	display: block;
	margin: 80px 0 0 0;
	padding: 0;
	text-align: center;
}
.footer-slogan-block .max-width {
	background-image: url(assets/images/Footer-Graphic-Sml.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 140px;
}
.slogan-green {
	font-size: 1.1rem;
	text-transform: uppercase;
	font-weight: 700;
	color: #80B73F;
}
.slogan-grey {
	font-size: 1rem;
	color: #333;
}
footer.site-footer {
	width: 100%;
    padding: 30px 0 0 0;
    margin: 0;
    display: block;
    max-width: 100%;
	background-color: #333;
	color: #FFF;
	border: none;
}
.footer-logo-sml {
	width: 100%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin: 0 0 30px 0;
}
.footer-logo-lrg,
.footer-logo-lrg img {
	display: none;
}
.footer-logo-sml a {
	display: block;
}
.footer-logo-sml a:hover,
.footer-logo-sml a:active,
.footer-logo-sml a:focus {
	background-color: inherit;
	text-decoration: none;
	outline: none;
}
.footer-logo-sml img {
	width: 100%;
	max-width: 130px;
	margin: 0 auto;
}
.footer-location-left {
	width: 100%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin: 0 0 30px 0;
}
.footer-location-right {
	width: 100%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.footer-location-left p,
.footer-location-right p {
	color: #FFF;
	line-height: normal;
}
footer.site-footer .location-title {
	color: #80B73F;
	font-weight: 700;
}
.footer-location-left a,
.footer-location-left a:link,
.footer-location-left a:visited,
.footer-location-right a,
.footer-location-right a:link,
.footer-location-right a:visited {
	color: #FFF;
}
.footer-location-left a:hover,
.footer-location-left a:active,
.footer-location-left a:focus,
.footer-location-right a:hover,
.footer-location-right a:active,
.footer-location-right a:focus {
	color: #ECB300;
}

.site-footer p.footer-contact {
	margin: 20px 0 0 0;
}
.site-footer a.footer-tel,
.site-footer a.footer-tel:link,
.site-footer a.footer-tel:visited {
	width: auto;
	display: inline-block;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	text-align: left;
	color: #FFF;
	background-image: url(assets/images/icons/phone-white.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: 16px auto;
}
footer.site-footer a.footer-email,
footer.site-footer a.footer-email:link,
footer.site-footer a.footer-email:visited {
	width: auto;
	display: inline-block;
	margin: 0 0 0 0;
	padding: 0 0 0 19px;
	text-align: left;
	color: #FFF;
	background-image: url(assets/images/icons/email-white.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: 14px auto;
}
footer.site-footer a.footer-tel:hover,
footer.site-footer a.footer-tel:active,
footer.site-footer a.footer-tel:focus {
	color: #ECB300;
	background-image: url(assets/images/icons/phone-yellow.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: 16px auto;
	background-color: inherit;
	text-decoration: none;
	outline: none;
}
footer.site-footer a.footer-email:hover,
footer.site-footer a.footer-email:active,
footer.site-footer a.footer-email:focus {
	color: #ECB300;
	background-image: url(assets/images/icons/email-yellow.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: 14px auto;
	background-color: inherit;
	text-decoration: none;
	outline: none;
}
footer.site-footer a.footer-fb,
footer.site-footer a.footer-fb:link,
footer.site-footer a.footer-fb:visited {
	display: inline-block;
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
	color: #FFF;
	text-align: left;
	background-image: url(assets/images/icons/fb-white-solid.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: 15px auto;
}
footer.site-footer a.footer-fb:hover,
footer.site-footer a.footer-fb:active,
footer.site-footer a.footer-fb:focus {
	color: #ECB300;
	background-image: url(assets/images/icons/fb-yellow.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: 15px auto;
	background-color: inherit;
	text-decoration: none;
	outline: none;
}


/* -------------- START FOOTER NAV -------------- */

footer.site-footer .footer-navigation {
	margin: 30px 0 10px 0;
	text-align: center;
}
footer.site-footer .footer-navigation .footer-navigation-wrapper li {
	display: inline-block;
	line-height: 1.6rem;
}
footer.site-footer .footer-navigation .footer-navigation-wrapper li a {
	position: relative;
	padding: 5px 15px;
}
footer.site-footer .footer-navigation .footer-navigation-wrapper li a:link,
footer.site-footer .footer-navigation .footer-navigation-wrapper li a:visited {
	color: #FFF;
}
footer.site-footer .footer-navigation .footer-navigation-wrapper li a:hover,
footer.site-footer .footer-navigation .footer-navigation-wrapper li a:active,
footer.site-footer .footer-navigation .footer-navigation-wrapper li a:focus {
	color: #ECB300;
	background-color: inherit;
	outline: none;
	text-decoration: none;
}
footer.site-footer .footer-navigation .footer-navigation-wrapper li a::after {
	content: "";
	border-right: 1px solid #FFF;
	position: absolute;
	right: 0;
	top: 20%;
	height: 60%;
}
footer.site-footer .footer-navigation .footer-navigation-wrapper li:last-of-type a::after {
	display: none;
}
.littlesteps.no-widgets .site-footer {
	margin-top: 0;
}



/* -------------- END FOOTER NAV -------------- */



.footer-bottom {
	width: 100%;
	display: block;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
}
.footer-bottom p {
	color: #FFF;
	line-height: normal;
}

.footer-bottom a,
.footer-bottom a:link,
.footer-bottom a:visited {
	color: #FFF;
}
.footer-bottom a:hover,
.footer-bottom a:active,
.footer-bottom a:focus {
	color: #ECB300;
	background-color: inherit;
	text-decoration: none;
	outline: none;
}

/*--------------------------------------------------------------
END FOOTER
--------------------------------------------------------------*/

.twentyseventeen-front-page .site-content,
.page:not(.home) #content,
.site-content {
	padding: 0;
}

.entry-header {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
	clear: both;
	display: block;
}
.entry-header.center {
	text-align: center;
}
.entry-content {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	clear: both;
}
.home-nursery-selector h2 {
	margin: 0;
}
.home-nursery-selector h2 a:link,
.home-nursery-selector h2 a:visited {
	color: #004A88;
}
.home-nursery-selector h2 a:hover,
.home-nursery-selector h2 a:active,
.home-nursery-selector h2 a:focus {
	color: #333333;
}

.block-of-three-green {
	border-radius: 0 0 0 40px;
	overflow: hidden;
	z-index: 200;
}
.block-of-three-orange {
	border-radius: 0 0 40px 40px;
	overflow: hidden;
	z-index: 200;
}
.block-of-three-red {
	z-index: 200;
}
.block-of-three-green h3,
.block-of-three-green h4 {
	color: #80B73F;
}
.block-of-three-red h3,
.block-of-three-red h4,
.block-of-three-red p {
	color: #FFF;
}
.block-of-three-orange h3,
.block-of-three-orange h4 {
	color: #ECA13B;
}

.dark-blue-overlay,
.vc_row.vc_row-flex.dark-blue-overlay {
/*	mix-blend-mode: multiply;*/
	position: relative;
}
.dark-blue-overlay::before,
.vc_row.vc_row-flex.dark-blue-overlay::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	mix-blend-mode: multiply;
	background-color: rgba(0,39,98,0.9);
	z-index: 1;
}
.blue-overlay-block,
.blue-overlay-block h4,
.blue-overlay-block h5,
.blue-overlay-block p,
.blue-overlay-block a {
	color: #FFF;
}
.blue-block-stats {
	margin: 0 0 20px 0;
}
.blue-block-stats h5,
.blue-block-stats p {
	color: #FFF;
}

.vc_row.max-width {
	max-width: 1200px;
	margin: 0 auto;
}
.wavey::after,
.vc_row.vc_row-flex.wavey::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(assets/images/Wavey.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
	z-index: 10;
}
h1.underlined-title,
h2.underlined-title,
h3.underlined-title,
h4.underlined-title,
h5.underlined-title,
h6.underlined-title {
	position: relative;
	margin: 0 0 2.5rem 0;
    padding: 0 0 25px 0;
}
h1.underlined-title::before,
h2.underlined-title::before,
h3.underlined-title::before,
h4.underlined-title::before,
h5.underlined-title::before,
h6.underlined-title::before {
	content: "";
	position: absolute;
	display: block;
	width: 75px;
	height: 5px;
	margin: 0 auto;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #80B73F;
} 
h1.underlined-title.green::before,
h2.underlined-title.green::before,
h3.underlined-title.green::before,
h4.underlined-title.green::before,
h5.underlined-title.green::before,
h6.underlined-title.green::before {
	background-color: #80B73F;
}
h1.underlined-title.light-blue::before,
h2.underlined-title.light-blue::before,
h3.underlined-title.light-blue::before,
h4.underlined-title.light-blue::before,
h5.underlined-title.light-blue::before,
h6.underlined-title.light-blue::before {
	background-color: #4398D2;
}
h1.underlined-title.dark-blue::before,
h2.underlined-title.dark-blue::before,
h3.underlined-title.dark-blue::before,
h4.underlined-title.dark-blue::before,
h5.underlined-title.dark-blue::before,
h6.underlined-title.dark-blue::before {
	background-color: #004A88;
}
h1.underlined-title.red::before,
h2.underlined-title.red::before,
h3.underlined-title.red::before,
h4.underlined-title.red::before,
h5.underlined-title.red::before,
h6.underlined-title.red::before {
	background-color: #AD1220;
}
.green-check {
	text-align: left;
	padding: 10px 20px 10px 55px;
	background-image: url(assets/images/icons/green-tick.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: 45px auto;
}
.top-left-rounded,
.top-right-rounded {
	border-radius: 40px 40px 0 0;
	overflow: hidden;
}

.bottom-left-rounded,
.bottom-right-rounded {
	border-radius: 0 0 40px 40px;
	overflow: hidden;
}
.red-content a,
.red-content a:link,
.red-content a:visited {
	display: inline-block;
	text-transform: uppercase;
	background-color: #AD1220;
	color: #FFF;
	padding: 10px 15px;
	border-radius: 3px;
}
.red-content a:hover,
.red-content a:active,
.red-content a:focus {
	background-color: #333333;
}
.light-blue-content a,
.light-blue-content a:link,
.light-blue-content a:visited {
	display: inline-block;
	text-transform: uppercase;
	background-color: #4398D2;
	color: #FFF;
	padding: 10px 15px;
	border-radius: 3px;
}
.light-blue-content a:hover,
.light-blue-content a:active,
.light-blue-content a:focus {
	background-color: #333333;
}
.wpb_single_image.nursery-selector-img img {
	max-width: 226px;
}
.drop-shadow {
	box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 20%);
}
.intro-block {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
.staff-container {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
.department-container {
	width: 100%;
	display: flex;
	margin: 0;
	padding: 0;
	flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
	gap: 2%;
}
.department-container .department-title {
	width: 100%;
	text-align: center;
	float: left;
	margin: 20px 0 12px 0;
}
.staff-block {
	width: 49%;
	display: block;
	margin: 0 0 30px 0;
	padding: 0;
	float: left;
	white-space: normal;
	text-align: center;
}
/*
.staff-block:nth-of-type(odd) {
	clear: both;
}
.staff-block:nth-of-type(even) {
	margin: 0 0 25px 2%;
	clear: none;
}
*/
.staff-block .h4 {
	width: 100%;
    display: block;
    text-transform: capitalize;
	color: #333;
    margin: 0 0 8px 0;
}
.staff-img {
	width: 100%;
	padding-top: calc(100% - 8px); /* 1:1 Aspect Ratio (minus the 8px border (4 top, 4 bottom)) */
	position: relative;
	overflow: hidden;
    border-radius: 50%;
    border: solid 4px #FC0;
}
.staff-block .staff-img.colour-1 {
	border: solid 4px #80B73F;
}
.staff-block .staff-img.colour-2 {
	border: solid 4px #AD1220;
}
.staff-block .staff-img.colour-3 {
	border: solid 4px #ECA13B;
}
.staff-block .staff-img.colour-4 {
	border: solid 4px #299CD3;
}
.staff-block .staff-img.colour-5 {
	border: solid 4px #DE1E79;
}
.staff-block .staff-img.colour-6 {
	border: solid 4px #004A88;
}
.staff-block .staff-img.colour-7 {
	border: solid 4px #842780;
}
.staff-block .staff-img.colour-8 {
	border: solid 4px #FC0;
}
.staff-img img {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.two-col-left {
	width: 100%;
	display: block;
	float: left;
	clear: both;
	margin: 0 0 0 0;
	text-align: left;
}
.two-col-right {
	width: 100%;
	display: block;
	float: left;
	clear: both;
	margin: 0 0 0 0;
	padding: 0 1em 2em 1em;
}
.two-col-left .entry-header,
.two-col-left.entry-content {
	text-align: left;
}
#secondary .two-col-sidebar,
.has-sidebar #secondary {
	display: block;
	background-color: #E3E3E3;
	padding: 20px;
	margin: 0 0 20px 0;
	width: 100%;
}
#secondary .two-col-sidebar-img {
	display: block;
	margin: 0 0 20px 0;
}

/* Start Contact Form Responses */

/* Success */
.wpcf7 form.sent .wpcf7-response-output {
	background-color: #80B73F;
	color: #FFF;
	padding: 15px;
	border: none;
	font-size: 1rem;
	margin: 30px 0;
}

/* Error */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	background-color: #AD1220;
	color: #FFF;
	padding: 15px;
	border: none;
	font-size: 1rem;
	margin: 30px 0;
}

/* End Contact Form Responses */

.child-page-block {
	width: 100%;
	display: inline-block;
	clear: both;
	margin: 0 0 25px 0;
	padding: 0;
	font-size: 0;
}
.child-page-block a {
	display: block;
	position: relative;
}
.child-page-block-img {
	width: 100%;
	display: inline-block;
	clear: both;
	margin: 0 0 0 0;
	padding: 0;
	line-height: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
	position: relative;
	overflow: hidden;
	max-height: 284px;
}
.child-page-block-img img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.child-page-block-text {
	width: 100%;
	display: inline-block;
	clear: both;
	margin: 0;
	padding: 15px;
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color:rgba(255,255,255,0.85);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.child-page-block-text h4 {
	color: #004A88;
	padding: 0;
	margin: 0 0 0 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
	text-align: left;
	font-size: 1.2rem;
	text-transform: capitalize;
}
.child-page-block-text h5 {
	color: #000;
	padding: 14px 0 14px 30px;
	margin: -45px 0 0 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #FFF;
	width: 90%;
	float: left;
	text-align: left;
	border-top: 2px solid #004A88;
	text-transform: capitalize;
	font-size: 1rem;
	background-image: url(../c3chiropractic/assets/images/icons/tick.png);
	background-size: 20px auto;
	background-position: 0% 50%;
	background-repeat: no-repeat;
}
.child-page-block-text p {
	text-align: left;
	color: #000;
	padding: 0;
	margin: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.child-page-block a:hover .child-page-block-img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.child-page-block a:hover .child-page-block-img img {
	transform: scale(1.25);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.child-page-block a:hover .child-page-block-text {
	color: #FFF;
	background-color: #004A88;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.child-page-block a:hover .child-page-block-text h4,
.child-page-block a:hover .child-page-block-text p {
	color: #FFFFFF;
}

.strong-view.DDes_testimonial .wpmtst-testimonial.testimonial {
	border: solid 1px #e2e2e2;
	padding: 70px 0 0 0;
	background-image: url(https://beta.littlestepschildcare.co.uk/wp-content/uploads/2021/08/quotation-52x39.png);
    background-repeat: no-repeat;
    background-position: 15px 15px;
    background-size: 70px auto;
}
.strong-view.DDes_testimonial .wpmtst-testimonial-field.testimonial-field.testimonial-name {
	font-weight: 700;
	margin: 30px 0 5px 0;
}



/* Start - News Index blocks */

.single-post:not(.has-sidebar) #primary {
	width: 100%;
	max-width: 100%;
}
.archive:not(.page-one-column):not(.has-sidebar) #primary article.blog-block,
.blog:not(.has-sidebar) #primary article.blog-block,
.blog-block {
	width: 100%;
	display: inline-block;
	clear: both;
	margin: 0 0 25px 0;
	padding: 0;
	font-size: 0;
	float: none;
}
.archive:not(.page-one-column):not(.has-sidebar) #primary article.blog-block a,
.blog:not(.has-sidebar) #primary article.blog-block a,
.blog-block a {
	display: block;
	position: relative;
}
.blog-block-img {
	width: 100%;
	display: inline-block;
	clear: both;
	margin: 0 0 0 0;
	padding: 0;
	line-height: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
	position: relative;
	overflow: hidden;
	max-height: 284px;
}
.blog-block-img img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blog-block-text {
	width: 100%;
	display: inline-block;
	clear: both;
	margin: 0;
	padding: 15px;
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color:rgba(255,255,255,0.85);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blog-block-text h4 {
	color: #004A88;
	padding: 0;
	margin: 0 0 0 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
	text-align: left;
	font-size: 1.2rem;
	text-transform: capitalize;
}
.blog-block-text.pont-title h4 {
	color: #AD1220;
}
.blog-block-text.yst-title h4 {
	color: #842780;
}
.blog-block-text h5 {
	color: #000;
	padding: 14px 0 14px 30px;
	margin: -45px 0 0 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #FFF;
	width: 90%;
	float: left;
	text-align: left;
	border-top: 2px solid #004A88;
	text-transform: capitalize;
	font-size: 1rem;
	background-image: url(../c3chiropractic/assets/images/icons/tick.png);
	background-size: 20px auto;
	background-position: 0% 50%;
	background-repeat: no-repeat;
}
.blog-block-text p {
	text-align: left;
	color: #000;
	padding: 0;
	margin: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blog-block a:hover .blog-block-img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blog-block a:hover .blog-block-img img {
	transform: scale(1.25);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blog-block a:hover .blog-block-text {
	color: #FFF;
	background-color: #004A88;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blog-block a:hover .blog-block-text.pont-title {
	background-color: #AD1220;
}
.blog-block a:hover .blog-block-text.yst-title {
	background-color: #842780;
}
.blog-block a:hover .blog-block-text h4,
.blog-block a:hover .blog-block-text p {
	color: #FFFFFF;
}

/* END - News Index blocks */

.faq-container {
	text-align: left;
}

#section-select-block {
	text-align: center;
}
#section-select-block a.vc_btn3-style-custom {
	background-image: none!important;
}
#section-select-block a.vc_btn3-style-custom:hover,
#section-select-block a.vc_btn3-style-custom:active,
#section-select-block a.vc_btn3-style-custom:focus {
	background-color: #80B73F!important;
}

.wpb_single_image.daynurseries-read-reviews img {
	width: 100%;
	max-width: 200px;
}
.wpb_single_image.daynurseries-rating-score img {
	width: 100%;
	max-width: 300px;
}
.wpb_single_image.daynurseries-submit-review img {
	width: 100%;
	max-width: 200px;
}

.wp-block-table tr td table tr {
	border-bottom: none;
}
.wp-block-table tr td table tr td {
	padding-top: 0;
	padding-bottom: 0;
}




div#cookie-notice {
    margin-top: 25vh;
    padding: 20px;
    width: auto;
	margin-left: 5%;
	margin-right: 5%;
	min-width:90%;
}
span#cn-notice-text {
    color: #fff;
	font-size:0.95rem;
}
.cookie-notice-hidden {
    display: none;
}

@media screen and (min-width: 48em){
	div#cookie-notice {
		margin-top: 35vh;
		margin-left: 15%;
		margin-right: 15%;
		min-width:70%;
		padding: 50px;
	}
}

@media screen and (min-width: 60em){
	div#cookie-notice {
		margin-left: 25%;
		margin-right: 25%;
		min-width:50%;
	}
}
	.grecaptcha-badge { visibility: hidden; }









/* (30em = 480px (16px default pixel font size)) */
@media screen and (min-width: 30em){
	
	/*--------------------------------------------------------------
	START HEADER
	--------------------------------------------------------------*/
	
	
	
	/*--------------------------------------------------------------
	END HEADER
	--------------------------------------------------------------*/
	
} /* END @MEDIA MIN-WIDTH: 30em */












/* (48em = 768px (16px default pixel font size)) */
@media screen and (min-width: 48em){
	
	h1, .h1,
	h1.entry-title,
	.single-post h1.entry-title {
		font-size: 3.375rem;
		letter-spacing: -2px;
		line-height: 4rem;
	}
	h2, .h2 {
		font-size: 2.25rem;
		letter-spacing: normal;
		line-height: normal;
	}
	h3, .h3 {
		font-size: 1.5rem;
		letter-spacing: normal;
		line-height: normal;
	}
	h4, .h4 {
		font-size: 1.25rem;
		letter-spacing: normal;
		line-height: normal;
	}
	h5, .h5 {
		font-size: 1.125rem;
		letter-spacing: normal;
		line-height: normal;
	}
	h6, .h6 {
		font-size: 1rem;
		letter-spacing: normal;
		line-height: normal;
	}
	
	.max-width {
		white-space: nowrap;
	}
	.wrap {
		max-width: 1200px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	body:not(.has-sidebar):not(.page-one-column) .page-header,
	body.has-sidebar.error404 #primary .page-header,
	body.page-two-column:not(.archive) #primary .entry-header,
	body.page-two-column.archive:not(.has-sidebar) #primary .page-header,
	.entry-header {
		width: 100%;
		margin: 40px 0 0 0;
		padding: 0;
		float: left;
		clear: both;
		display: block;
	}
	.entry-header.center {
		text-align: center;
	}
	.blog:not(.has-sidebar) #primary article,
	.archive:not(.page-one-column):not(.has-sidebar) #primary article,
	.search:not(.has-sidebar) #primary article,
	.error404:not(.has-sidebar) #primary .page-content,
	.error404.has-sidebar #primary .page-content,
	body.page-two-column:not(.archive) #primary .entry-content,
	body.page-two-column #comments,
	.entry-content {
		width: 100%;
		margin: 0;
		padding: 0;
		display: block;
		float: left;
		clear: both;
	}
	.entry-content.center {
		text-align: center;
	}
	.pre-h1 {
		font-size: 1.35rem;
	}
	.block-of-three-orange {
		border-radius: 0 0 40px 0;
	}
	
	.has-sidebar:not(.error404) #primary {
		width: 100%;
	}
	
	
	
	
	
	
	
	/*--------------------------------------------------------------
	START HEADER
	--------------------------------------------------------------*/
	
	.header-top .header-top-links a.header-visit.first {
		margin-right: 25px;
	}
	.header-top .header-top-links a.header-visit,
	.header-top .header-top-links a.header-visit:link,
	.header-top .header-top-links a.header-visit:visited {
		padding: 7px 5px 7px 20px;
		background-size: 17px auto;
		float: left;
	}
	.header-top .header-top-links a.header-fb,
	.header-top .header-top-links a.header-fb:link,
	.header-top .header-top-links a.header-fb:visited {
		padding: 7px 5px 7px 25px;
		background-size: 22px auto;
		float: right;
	}
	
	.header-top .header-top-links a.header-visit:hover,
	.header-top .header-top-links a.header-visit:active,
	.header-top .header-top-links a.header-visit:focus {
		background-color: inherit;
		text-decoration: none;
		outline: none;
		color: #ECB300;
		background-image: url(assets/images/icons/location-yellow.png);
		background-repeat: no-repeat;
		background-position: 0% 50%;
		background-size: 17px auto;
	}
	.header-top .header-top-links a.header-fb:hover,
	.header-top .header-top-links a.header-fb:active,
	.header-top .header-top-links a.header-fb:focus {
		background-color: inherit;
		text-decoration: none;
		outline: none;
		color: #ECB300;
		background-image: url(assets/images/icons/fb-yellow.png);
		background-repeat: no-repeat;
		background-position: 0% 50%;
		background-size: 22px auto;
	}
	
	.Little-Steps-Logo {
		width: auto;
		max-width: 260px;
		margin: 20px 0 20px 0;
		display: inline-block;
	}
	.header-contact {
		width: auto;
		display: inline-block;
		text-align: right;
		padding: 0;
		margin: 33px 0 32px 0;
		float: right;
	}
	.header-contact a.header-tel {
		float: left;
		margin: 0 0 10px 0;
	}
	.header-contact a.header-email {
		float: left;
		clear: both;
		margin: 0;
	}
	
	
	/* -------------- START NAV -------------- */
	
	.navigation-top .wrap {
		padding: 0;
		max-width: 1200px;
	}
	.navigation-top .main-navigation ul {
		border: none;
		text-align: center;
	}
	.navigation-top .main-navigation ul {
		border-top: none;
	}
	.navigation-top.pont .main-navigation ul {
		border-top: none;
	}
	.navigation-top.yst .main-navigation ul {
		border-top: none;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: 0;
	}
	.main-navigation ul li.menu-item-has-children.focus:before,
	.main-navigation ul li.menu-item-has-children:hover:before,
	.main-navigation ul li.menu-item-has-children.focus:after,
	.main-navigation ul li.menu-item-has-children:hover:after,
	.main-navigation ul li.page_item_has_children.focus:before,
	.main-navigation ul li.page_item_has_children:hover:before,
	.main-navigation ul li.page_item_has_children.focus:after,
	.main-navigation ul li.page_item_has_children:hover:after {
		display: none;
	}
	
	/* -------------- END NAV -------------- */
	
	
	
	/* -------------- START MAIN IMAGE -------------- */

	.single-featured-image-header {
		height: 700px;
	}

	/* -------------- END MAIN IMAGE -------------- */
	
	
	
	/*--------------------------------------------------------------
	END HEADER
	--------------------------------------------------------------*/
	
	
	
	
	/*--------------------------------------------------------------
	START FOOTER
	--------------------------------------------------------------*/
	
	.footer-slogan-block .max-width {
		background-image: url(assets/images/Footer-Graphic-Lrg.jpg);
		padding: 0 0 140px 0;
	}
	
	.slogan-green {
		font-size: 1.5rem;
		color: #80B73F;
	}
	.slogan-grey {
		font-size: 1.15rem;
	}
	
	.footer-logo-sml,
	.footer-logo-sml img {
		display: none;
	}
	.footer-logo-lrg {
		width: 26%;
		display: inline-block;
		text-align: center;
		vertical-align: middle;
	}
	.footer-logo-lrg a {
		display: block;
	}
	.footer-logo-lrg a:hover,
	.footer-logo-lrg a:active,
	.footer-logo-lrg a:focus {
		background-color: inherit;
		text-decoration: none;
		outline: none;
	}
	.footer-logo-lrg img {
		width: 100%;
		display: block;
		max-width: 130px;
		margin: 0 auto;
	}
	.footer-location-left {
		width: 37%;
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		margin: 0;
	}
	.footer-location-right {
		width: 37%;
		display: inline-block;
		text-align: center;
		vertical-align: middle;
	}
	
	/*--------------------------------------------------------------
	END FOOTER
	--------------------------------------------------------------*/
	
	
	
	.home-nursery-selector h2 {
		font-size: 1.75rem;
	}
	
	.vc_row.wpb_row.vc_inner.vc_row-fluid.vc_custom_1628590072918 {
		margin-bottom: 150px!important;
	}
	.green-check {
		padding: 20px 20px 20px 55px;
		background-size: 45px auto;
	}
	.top-left-rounded {
		border-radius: 160px 0 0 0;
	}
	.top-right-rounded {
		border-radius: 0 160px 0 0;
	}
	.bottom-left-rounded {
		border-radius: 0 0 0 160px;
	}
	.bottom-right-rounded {
		border-radius: 0 0 160px 0;
	}
	
	.intro-block {
		width: 70%;
		margin: 0 15% 0 15%;
	}
	.staff-container {
		width: 96%;
		margin: 0 2% 0 2%;
	}
	.staff-block {
		width: 23.5%;
		margin: 0 0 30px 0;
		clear: none;
	}
/*
	.staff-block:nth-of-type(odd) {
		clear: none;
	}
	.staff-block:nth-of-type(even) {
		margin: 0 2% 25px 0;
		clear: none;
	}
	.staff-block:first-of-type,
	.staff-block:nth-of-type(4n+1){
		clear: both;
	}
	.staff-block:nth-of-type(4n) {
		margin: 0 0 25px 0;
		clear: none;
	}
*/
	
	.two-col-left {
		width: 65%;
		display: block;
		float: left;
		clear: both;
		margin: 0 5% 0 0;
		text-align: left;
	}
	.two-col-right {
		width: 30%;
		display: block;
		float: left;
		clear: none;
		margin: 30px 0 0 0;
		padding: 0;
	}
	
	.child-page-block {
		width: 32%;
		clear: none;
		margin: 0 2% 25px 0;
		vertical-align: top;
	}
	
	.child-page-block:nth-of-type(3n),
	.child-page-block:last-of-type {
		margin: 0 0 25px 0;
	}
	
	.archive:not(.page-one-column):not(.has-sidebar) #primary article.blog-block,
	.blog:not(.has-sidebar) #primary article.blog-block,
	.blog-block {
		width: 32%;
		clear: none;
		margin: 0 2% 25px 0;
		vertical-align: top;
	}
	
	.archive:not(.page-one-column):not(.has-sidebar) #primary article.blog-block:first-of-type,
	.archive:not(.page-one-column):not(.has-sidebar) #primary article.blog-block:nth-of-type(3n),
	.archive:not(.page-one-column):not(.has-sidebar) #primary article.blog-block:last-of-type,
	.blog:not(.has-sidebar) #primary article.blog-block:first-of-type,
	.blog:not(.has-sidebar) #primary article.blog-block:nth-of-type(3n),
	.blog:not(.has-sidebar) #primary article.blog-block:last-of-type,
	.blog-block:first-of-type,
	.blog-block:nth-of-type(3n),
	.blog-block:last-of-type {
		margin: 0 0 25px 0;
	}
	
} /* END @MEDIA MIN-WIDTH: 48em */












/* (60em = 960px (16px default pixel font size)) */
@media screen and (min-width: 60em){
	
	.mob-show {
		display: none;
	}
	.mob-hide {
		display: inline-block;
	}
	
} /* END @MEDIA MIN-WIDTH: 60em */











/* (75em = 1200px (16px default pixel font size)) */
/* (76.25em = 1220px (10px padding either side before the padding is nullified) */
/* This is the screen size required for the "max-width" div to have side paddings */
@media screen and (min-width: 76.25em){
	
	.max-width {
		padding: 0;
	}
	
} /* END @MEDIA MIN-WIDTH: 60em */







/* If the screen width is less than 340px (21.875em) */
@media screen and (max-width: 21.875em){
	
	.header-contact a.header-email {
		font-size: 0.85rem;
	}
	
} /* END @MEDIA MIN-WIDTH: 60em */












/* Miscellaneous */

.blue-text {
	color: #009FE3;
}
.yellow-text {
	color: #FFCC00;
}
.red-text,
.required {
	color: #BE1621;
}
.black-text {
	color: #000000;
}
.grey-text {
	color: #9D9D9C;
}

/* Miscellaneous */