/* :::::::::: CSS file for any additional styling added by Future :::::::::::::: */



.border-none {
    border: none !important;
}

.hideDesktop {
    display: none;
}

.homepage-new h1,
.homepage-new h2,
.homepage-new h3,
.homepage-new h4,
.homepage-new h5,
.homepage-new h6,
.homepage-new p {
    font-family: houschka-rounded, sans-serif !important;
}

.hero-overlay {
    height: 100%;
    width: 100%;
    background: #0101011A;
    position: absolute;
    z-index: 1;
    top: 0;
}

.homepage-new {
    height: 102vh;
    padding-top: 100px !important;
    position: relative;
    overflow: hidden;
}

.homepage-new .container {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#header:after{
	display: none;
}

.ab-header.scrollheader_enabled .banner-notice{
	top: 79px;
}

.ab-header .container nav{
	padding-right: 0px !important;
}

.homepage-new .container h1 {
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    max-width: 400px;
}

.homepage-new .container h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin: 25px 0;
    max-width: 612px;
}

.homepage-new img.background-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -40px;
    object-fit: cover;
    z-index: 0;
}

.signup .hs_submit.hs-submit input{    
	background-color: #3A455D;
    border: 1px solid #3A455D;
	color: #fff;
}

.signup .hs_submit.hs-submit input:hover{
	border: 1px solid #3A455D;
	color: #3A455D;
}


.homepage-new .container .find-a-nursery {
    max-width: 1230px;
    display: flex;
    flex-direction: row;
    background: #FF515C;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

.homepage-new .container .find-a-nursery form {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.homepage-new .container .find-a-nursery form input {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 55px;
    margin: 0 10px;
    border-radius: 50px;
    border: none;
    padding-left: 35px;
    font-family: houschka-rounded, sans-serif;
}

.homepage-new .container .find-a-nursery form button {
    width: 33%;
    height: 55px;
    border: 1px solid #3A455D;
    border-radius: 50px;
    background: #3A455D;
    color: #ffffff;
    font-size: 16px;
    line-height: 12px;
    font-family: houschka-rounded, sans-serif;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.homepage-new .container .find-a-nursery form button:hover {
    background: transparent;
    color: #fff;
	border: 1px solid #fff;
}

#testimonials_philos_hp.homepage-new-testimonials .testmonials_Wrap {
    top: 0;
    padding: 100px 50px 50px
}

#testimonials_philos_hp.homepage-new-testimonials .testmonials_Wrap h2 {
    font-family: EveleBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#testimonials_philos_hp .pp_infoWrap.homepage-new-philosphy {
    margin-top: 0;
    padding-top: 50px;
}

.homepage-key-points {
    background: #529B6B;
    padding-bottom: 50px;
}

.homepage-key-points .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.homepage-key-points .container .col {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 20px;
    min-height: 100px;
    position: relative;
}

.homepage-key-points .container .col p {
    color: #ffffff;
    font-weight: 700;
    padding-left: 10px;
    max-width: 280px;
}

.homepage-key-points .container .col p::before {
    content: url('https://www.kidsplanet.devbyfuture.co.uk/wp-content/themes/kidsplanet/library/images/kidsplanet-check.svg');
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
}



.banner-notice {
    top: 100px;
    background: #E7B201;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 0;
    color: #fff;
    text-align: center;
    padding: 5px 0px 0px;
    -moz-transition: .35s all;
    -ms-transition: .35s all;
    -o-transition: .35s all;
    transition: .35s all;
    z-index: 0;
}

.banner-notice p {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #ffffff;
}

.banner-notice .container {
    position: relative;
    max-width: 1180px !important;
    align-items: center;
    justify-content: center;
}

.banner-notice .container img {
    display: block;
    width: 15px;
    height: auto;
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.banner-notice p a {
    position: relative;
}

.banner-notice p a::after {
    content: '';
    display: block;
    height: 2px;
    width: 0%;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.3s ease-in-out;
}

.banner-notice p a:hover::after {
    width: 100%;
}

.banner-notice::before {
    content: none;
}

#header.header-new:after {
    display: none;
}

#header.header-new {
    width: 100%;
    left: 0;
}

.philosophy {
    padding: 95px 10px;
    border-radius: 10px 10px 0px 0px;
    background: #FFF8EB;
    margin-top: -50px;
}



.philosophy .container .col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.philosophy .container .col .sub-heading {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.36px;
}

.philosophy .container .col .heading {
    font-size: clamp(1.625rem, 1.0913rem + 2.2769vw, 3.9375rem);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    margin-block: 20px;
}

.philosophy .container .col .para {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    max-width: 700px;
}

.container .col .heading {
    margin-block: 10px;
    font-weight: 700;
}

.container .col .para {
    margin-bottom: 40px;
}

.txt-red {
    color: #FF515C;
}

.txt-blue {
    color: #3A455D;
}

.txt-white {
    color: #ffffff;
}

.txt-bold {
    font-weight: 700;
}

.solway {
	font-family: "Solway", serif;
  font-weight: 700;
  font-style: normal;
}

.homepage-video {
    border-radius: 10px 10px 0px 0px;
}

.homepage-video .videoInner {
    height: 80vh;
    background-position: center;
    background-size: cover;
    position: relative;
}

.homepage-video .videoInner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
	width: 200px;
}

.nutrition {
    background: #3A455D;
    padding: 95px 10px;
    margin-top: -10px;
    border-radius: 10px 10px 0px 0px;
    position: relative;
}

.nutrition .container {
    display: flex;
    justify-content: space-between;
}

.nutrition .container .col {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
}

.nutrition .container .col img {
    max-width: 100%;
    border-radius: 10px;
}

.nutrition .container .col:first-child {
    justify-content: start;
    padding: 0;
}

.hp-review-widget{
	margin-block: 64px;
}

.safety {
    background: #529B6B;
    padding: 95px 10px;
    margin-top: -10px;
    border-radius: 10px 10px 0px 0px;
    position: relative;
}

.safety .container {
    display: flex;
    justify-content: space-between;
}

.safety .container .col {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
}

.safety .container .col img {
    max-width: 100%;
    border-radius: 10px;
}

.safety .container .col:last-child {
    justify-content: start;
    padding: 0;
}

.testimonials {
    padding: 95px 10px;
    margin-top: -10px;
    border-radius: 10px 10px 0px 0px;
    position: relative;
    background: #FF515C;
}

.testimonials .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonials .red_btn_small{
	background: #3A455D;
}

.testimonials .red_btn_small:hover{
	color: #3A455D !important;
	border: 1px solid #3A455D;
	background: transparent;
}

.nutrition .txt-red.sub-heading.solway{
	font-size: 26px;
}

.safety .txt-blue.sub-heading.solway{
	font-size: 26px;
}

.parentzone .txt-red.sub-heading.solway{
	font-size: 26px;
}

.testimonials .wrapper h2 {
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.testimonials .wrapper svg {
    width: 45.1px;
    height: 38px;
    margin: 30px 0 20px;
}

.testimonials .container.owl-carousel{
    margin-bottom: 40px;
}

.testimonials .container.owl-carousel p.quote {
    text-align: center;
    font-size: clamp(1.125rem, 0.8077rem + 1.3538vw, 2.5rem);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    max-width: 952px;
    margin: 0 auto;
}

.testimonials .container.owl-carousel p.quotee {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-block: 20px;
}

.testimonials .container.owl-carousel .owl-nav .owl-prev{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: #3A455D;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: #FFF8EB;
    font-size: 40px;
    line-height: 100%;
}

.testimonials .container.owl-carousel .owl-nav .owl-next{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: #3A455D;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: #FFF8EB;
    font-size: 40px;
    line-height: 100%;
}

.testimonials .container.owl-carousel .owl-dots button span{
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 0;
    background: #3A455D;
}

.testimonials .container.owl-carousel .owl-dots button.owl-dot.active span{
    background: #FFF8EB;
    border: 2px solid #3A455D;
}

.parentzone{
    padding: 95px 10px;
	position: relative;
}

.parentzone img{
	object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.parentzone .container .col{
    background: #3A455D;
    max-width: 660px;
    padding: 62px 86px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 10px;
}

.parentzone .container .col .para{
    text-align: center;
}

.parentzone .container .col .heading{
    font-size: 40px;
    text-align: center;
}

.signup{
    background: #FF515C;
    padding: 95px 10px;
    margin-top: -10px;
    border-radius: 10px 10px 0px 0px;
    position: relative;
}

.signup .container h2{
    font-size: clamp(1.75rem, 1.1731rem + 2.4615vw, 4.25rem);
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 20px;
}

.signup .container .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.signup .container .wrapper .col{
    position: relative;
}

.signup .container .wrapper .col h3{
    font-size: clamp(1rem, 0.6538rem + 1.4769vw, 2.5rem);
    font-style: normal;
    font-weight: 700;
    line-height: 118%;
    font-family: houschka-rounded, sans-serif !important;
    max-width: 464px;
    padding-right: 20px;
}

.signup .container  .no-list{
    display: none;
    list-style: none;
}

.signup .container .hs-main-font-element{
    position: absolute;
    left: 0;
    bottom: -20px;
}


.legal-consent-container{
	display: none;
}

.social-links-new24{
	display: flex;
	justify-content: space-between;
}

.footer .container .col #social_linksftt.social-links-new24 a .imgLogo img {
    width: auto;
    height: auto;
    object-fit: inherit;
}

.footer .container .col #social_linksftt.social-links-new24 a .imgLogo{
	width: 43px;
	margin-right: 10px;
	-webkit-transition: all 0.4s ease-in-out;
  	-moz-transition: all 0.4s ease-in-out;
  	-o-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
}

.footer .container .col #social_linksftt.social-links-new24 a .imgLogo:hover img{
	transform: scale(1.1);
}

.footer.footer-2024 .container .col ul li{
	font-weight: 600;
}

.footer .container .col.col-three{
	max-width: 470px;
}

.col-three{
	background: #3A455D;
	padding: 33px 33px 40px 33px;
	border-radius: 10px 10px 0px 0px;

}

.footer.footer-2024{
	padding: 100px 0 0px;
}

.footer.footer-2024 .container {
    align-items: flex-end !important;
}

.col-one, .col-two{
	margin-bottom: 48px;
}

.footer-2024 h3{
    font-size: clamp(1rem, 0.6538rem + 1.4769vw, 2.5rem);
    font-style: normal;
    font-weight: 700;
    line-height: 118%;
    font-family: houschka-rounded, sans-serif !important;
	margin-bottom: 16px;
}

.footer-2024 p{
	font-size: 20px;
	font-style: normal;
    font-weight: 700;
    line-height: 118%;
    font-family: houschka-rounded, sans-serif !important;
	color: #fff;
	margin-bottom: 32px;
}


.footer.footer-2024 .container .col ul li {
    font-size: 20px;
	
}

.terms.terms-24 p{
	font-size: 18px !important;
	color: #3A455D;
	font-weight: 600;
}

.pdfLink.pdfLink-24 a{
	font-size: 18px !important;
	color: #3A455D;
	font-weight: 600;
	border-right: 0px;
}

.pdfLink.pdfLink-24{
	margin-top: 12px;
}

.footer_logos.footer_logos-24{
	width: 50%;
}

.terms.terms-24{
	width: 40%;
}


#termsLogosEnd.termsLogos24{
	padding: 64px 0;
}


.footer-links ul#menu-footer-links li:hover{
	color: #FF515C;
}

.pdfLink.pdfLink-24 a:hover{
	color: #FF515C;
}


@media (max-width: 1068px) {
	.footer.footer-2024 .container {
		align-items: flex-start !important;
		flex-direction: column !important;
	}
}




@media (max-width:801px) {

    #header.header-new.scrollheader_enabled {
        height: 60px !important;
        border-top: 8px solid #FFF !important;
        border-bottom: 8px solid #FFF;

    }

	.footer_logos.footer_logos-24, .terms.terms-24{
		width: 100%;
	}

	.footer .container .col:first-child{
		flex-direction: column !important;
	}


	.col-two{
		margin-bottom: 47px !important;
	}

    .hideDesktop {
        display: block;
    }

    .hideMobile {
        display: none;
    }

    .homepage-new {
        height: 464px;
        margin-top: 110px;
    }

    .homepage-new .container {
        justify-content: end;
        padding-bottom: 30px;
        z-index: 1;
    }

    .homepage-new .container h1 {
        font-size: 24px;
        line-height: 24px;
        max-width: 100%;
    }

    .homepage-new .container h2 {
        font-size: 18px;
        line-height: 21px;
        margin: 25px 0;
        max-width: 100%;
    }

    .homepage-new .container .find-a-nursery {
        flex-direction: column;
        padding: 20px 10px;
    }

    .homepage-new .container .find-a-nursery form button.hideDesktop {
        position: absolute;
        height: 50px;
        width: 50px;
        right: 0;
        top: 0;
    }

    .homepage-new img.background-image {
        bottom: 0;
        right: 0;
        left: auto;
    }

    .homepage-new .container .find-a-nursery form button.hideDesktop img {
        position: absolute;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -50%);

    }

    .homepage-new .container .find-a-nursery form input {
        width: 100%;
        margin: 0 0 20px 0;
        padding-left: 15px;
        height: 50px;
    }

    .tg-review-widget-container .tg_header_wrap .tg_score_wrapper .tg_score {
        margin: 0 10px 0 0;
    }

    .homepage-key-points .container {
        flex-direction: column;
        padding: 20px;
    }

    .homepage-key-points .container .col {
        padding: 15px;
        min-height: 100%;
    }

    #header.header-new {
        top: 50px;
        height: 60px;
        border-bottom: 8px solid #FFF;
        margin: 0;
    }

    .banner-notice {
        overflow: visible; /* was hidden */
        top: 100px;  /* was -58px */
        padding-bottom: 5px;
    }   

    /* Added Class below */
    .scrollheader_enabled .banner-notice {
        top: 79px;
    }

    .banner-notice .container {
        justify-content: start;
    }

    .banner-notice p {
        width: 85%;
        text-align: left;
        font-size: 10px;
        line-height: 13px;
    }

    .banner-notice .container img {
        right: 7%;
    }

    #header.header-new .container .logosWrap .mainLogo {
        display: block;
        max-width: 120px;
    }

    #header.header-new .container .logosWrap .mainLogoCircle {
        display: none;
    }

    .nutrition,
    .safety {
        padding: 35px 10px;
    }

    .container .col .para {
        margin-bottom: 20px;
    }

    .nutrition .container {
        flex-direction: column;
    }

    .safety .container {
        flex-direction: column-reverse;
    }

    .nutrition .container .col,
    .safety .container .col {
        width: 100%;
        padding: 25px 0;
    }

    .parentzone .container .col{
        padding: 25px;
    }

    .parentzone .container .col .heading{
        font-size: 28px;
    }

	.signup .container .wrapper {
		flex-direction: column;
		align-items: center;
	}

	.signup .hbspt-form form {
        flex-direction: column;
    }

	.signup .hs_submit.hs-submit input {
		padding: 17px 35px;
	}

	.signup .container h2{
		text-align: center;
	}

}











.inline .wpcf7-list-item {display: inline;}
.hide { display: none;}

/* .logged-in #kp_site_loader {display: none !important;} */

/** Search on Posts page **/ 

.search-wrap { max-width: 400px; width: 100%; margin: 0 auto 50px auto;}
.search-wrap form { display: flex;}
.search-wrap input { 
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    padding: 10px;
    margin: 0;
    font-family: houschka-rounded, sans-serif;
    width: 100%;
    box-shadow: none;
    background-color: #ed6285;
    color: #f9f9f9;
    border: 1px solid #ec6285;
    border-radius: 5px;
    -webkit-appearance: none;
}
.search-wrap button { -webkit-appearance: none; background: none; border: none; width: 25px; margin-left: 10px; padding: 0; cursor: pointer;}
.search-wrap button .uuid-798f34c1-5103-4e47-8dcd-35ca4731045a { 
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.search-wrap button:hover .uuid-798f34c1-5103-4e47-8dcd-35ca4731045a { fill: #3a455d;}

/* ::: AUG 2022 AWARDS FORM - START ::: */
 .subtitlewrap.food-menu {
	background: #3A455D;
	padding: 20px;
	margin: 30px 0;
	border-radius: 6px;
 }
 .subtitlewrap.food-menu h5 {color: #fff !important; margin: 0 0 30px 0px}
 .subtitlewrap.food-menu p {
	display: block; 
	color: #fff !important;
	margin: 0px 0px 20px 0;
    font-size: 18px;
    line-height: 1.2;
}
.subtitlewrap.food-menu p:last-child {margin: 0}

#wpcf7-f72364-o2 .two_column_kpform .ampmselect .wpcf7-list-item {width: 33.333%;}

/* ::: AUG 2022 AWARDS FORM - END ::: */

/* ::: Header ::: */

.header-cta {
	position: absolute;
    width: 100%;
    left: 0;
    top: 107px;
    background: #ec6285;
    color: #fff;
    text-align: center;
    padding: 5px 0px 0px;
    -moz-transition: .35s all;
    -ms-transition: .35s all;
    -o-transition: .35s all;
    transition: .35s all;
}
.header-cta.blue {background: #7BB28E;}
/* .scrollheader_enabled .header-cta.blue {display: none;} */
.scrollheader_enabled .header-cta {top: 103px !important;}
.header-cta::before {
    content: "";
    position: absolute;
    background-image: url('../images/texture-states/notification-top-v3.png');
    background-size: contain;
    background-position: top left;
    height: 60px;
    width: 100%;
    opacity: 1;
    top: -25px;
    left: 0;
    background-repeat: repeat-x;
}
.header-cta.blue::before {background-image: url('../images/texture-states/notification-top-v3-green.png');}
.header-cta p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    max-width: 90%;
    margin: 0px auto;
    display: inline-block;
}

.header-cta .red_btn_small{
    display: inline-block;
    position: relative;
    margin: 0px 30px 15px;
}

.header-cta.btn-below p{
    display: block;
    margin-top: 10px;
}

.header-cta.btn-right .red_btn_small{
    margin: 15px 30px;
}

/* .header-cta a {
	position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    border: none;
    height: 100%;
    width: 100%;
    z-index: 3;
    background: transparent url(../images/box-link.png);
} */

#header .container nav .enquire_header,
.red_btn_large, 
.red_btn_small {
    border: 1px transparent solid;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    cursor: pointer;
}

#header .container nav .enquire_header:hover,
.red_btn_large:hover, 
.red_btn_small:hover {
    background: none;
    border: 1px #FF515C solid;
    color: #FF515C !important; 
}


#borderWrapperKp.cta_enabled .bannerEl {
    padding-top: 170px;
}

form .ajax-loader {
    visibility: visible;
}

.align-center { margin: auto;}

/* ::: Sidebar ::: */

#nursery_overview .container .mainContentWrap .rightSidebar .enrtyCard .further_buttons a,
#default_template .wrapSidebarDef .sidebarRightde #sidebar_default .enrtyCard .further_buttons a {
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ::: Careers Form ::: */ 

.wpcf7-form-control-wrap.nurseries {
    height: 140px;
    overflow: scroll;
    display: block;
}

span.wpcf7-form-control.wpcf7-checkbox.nurseries {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.nurseries .wpcf7-list-item { width: 33.3%; }

.hs_test_radio_select{
    margin: 0px 16px;
}

.hs_agency_name .input input{
    width: 100%!important;
}

.hs_child_first_name__another_child_attending_kids_planet_ .input input{
    width: 100%!important;
}

.hs_child_last_name__another_child_attending_kids_planet_ .input input{
    width: 100%!important;
}

/* ::: Footer ::: */

.footer .container,
.footer #hori_line span  {max-width: 1180px !important;}
.footer .container .col.footer-embed {max-width: none !important; width:  auto !important;}

#termsLogosEnd .container .footer_logos {
    padding-right:15px;
}

#termsLogosEnd .container .footer_logos img {
	max-height: 104px;
	max-width: 169px;
    height: 104px;
    width: 120px;
    object-fit: contain;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.pdfLink {
    font-size: 12px;
    line-height: 19px;
}
.pdfLink a {
    border-right: 1px solid black;
    padding-right: 10px;
    padding-left: 7px;
    text-decoration: underline;
    color: #EC6285;
}
.pdfLink a:last-child {
    border-right: 0px transparent;
}

/* ::: Find a Nursery ::: */

.page-template-tpl-find-nursery-2021 #map_outputWrap,
.page-template-tpl-find-nursery-2022 #map_outputWrap {
	padding: 50px 0 75px;
    background-image: url('../images/backgrounds/texture-grey-bg.png');
	background-repeat: repeat;
    background-position: top left;
	overflow: visible;
	z-index: 2;
	position: relative;
}

.page-template-tpl-find-nursery-2021 section#map_outputWrap::before,
.page-template-tpl-find-nursery-2022 section#map_outputWrap::before {
    background-image: url('../images/ripples/grey-ripple-top.png');
    background-size: contain;
    background-position: bottom left;
    width: 100%;
    content: '';
    position: absolute;
    background-repeat: repeat-x;
    left: 0;
    height: 36px;
    top: -36px;
    z-index: 2;
}

.page-template-tpl-find-nursery-2021 #map_Cards_Wrapper,
.page-template-tpl-find-nursery-2022 #map_Cards_Wrapper {
	padding: 50px 0 50px;
    background-image: url('../images/backgrounds/texture-cream-bg.png');
    background-repeat: repeat;
    background-position: top left;
}
.page-template-tpl-find-nursery-2021 #map_Cards_Wrapper .container,
.page-template-tpl-find-nursery-2022 #map_Cards_Wrapper .container {margin-top: 0px;}
#map_Cards_Wrapper .container #found_results .initial {max-width: 550px; text-align: center;}
#map_Cards_Wrapper .container #found_results .initial p {
	font-size: 28px;
    line-height: 36px;
    color: #3A455D;
}
#map_Cards_Wrapper .container #found_results .initial a {
	padding: 12px 20px;
    color: #ffffff!important;
    border-radius: 36px;
    border: 0;
    background-color: #FF515C;
    display: inline-block;
    margin-top: 15px;
    font-weight: 900;
}

/* :::Find a Nursery 2022::: */

#find_nursery_wrapper, #find_nursery_wrapper {
    padding: 50px 0 50px;
    background-image: url(../images/backgrounds/texture-cream-bg.png);
    background-repeat: repeat;
    background-position: top left;
}

#find_nursery_wrapper .container{
    max-width: 1400px;
    position: relative;
}

.top_section, .bottom_section{
    display: flex;
    align-items: center;
}

.top_section div, .bottom_section div{
    width: 50%;
    padding: 32px;
}

.top_section img, .bottom_section img{
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    border-radius: 4px;
    border: 12px solid white;
}

.top_section a, .bottom_section a{
    color: #EC6285;
}

.bottom_section{
    margin-top: 64px;
}

.top_section h2 {
    color: #EC6285;
    margin-bottom: 15px;
    line-height: 62px;
    font-size: 62px;
    font-family: KokoBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.seo-section{margin-top: 4rem; padding: 32px;}
.seo-section li{

}
.seo-section p{    
	margin-bottom: 1em !important;
	font-size: 16px !important;
	line-height: 24px !important;}
.seo-section h2{
	color: #EC6285 !important;
    margin-bottom: 15px !important;
    line-height: 62px !important;
    font-size: 40px !important;
}

.seo-section li{
	font-size: 16px !important;
	color: #3A455D;
}

.seo-section ul{
	margin-left: 24px;
}

.seo-section a{
	color: #EC6285;
}

@media (max-width: 769px) {
    .seo-section p, .seo-section a, .seo-section li {
        font-size: 16px !important;
        line-height: 24px !important;
    }
}

@media (max-width: 1400px) and (min-width: 769px) {
	.seo-section p, .seo-section a, .seo-section li {
        font-size: 16px !important;
    }
}

.seo-section h1, .seo-section h2, .seo-section h3, .seo-section h4, .seo-section h5{
	color: #3A455D !important;
    font-family: EveleBold, "Helvetica Neue", Helvetica, Arial, sans-serif !important;

}

#map_Cards_Wrapper {
    position: revert;
}

.top_section p, .bottom_section p{
    margin-bottom: 1em;
    font-size: 28px;
    line-height: 36px;
}

@media all and (max-width: 1200px) {

    .top_section, .bottom_section{
        flex-direction: column;
    }

    .top_section div, .bottom_section div{
        width: 100%;
        padding: 16px;
    }

}

@media all and (max-width: 1400px) and (min-width: 769px) {

	.top_section p, .bottom_section p{
        font-size: 22px;
    }

}

@media all and (max-width: 769px) {

	.top_section p, .bottom_section p{
        font-size: 19px;
        line-height: 29px;
    }
    

}

@media all and (max-width: 520px) {

	#find_nursery_banner .container .left_searcharea #search_nursery_internal .instuctionPromt {
        bottom: -46px;
    }
    

}

/* ::: Single Nursery ::: */

.parent-testimonials {
	margin: -50px auto 100px auto;
	position: relative;
	max-width: 750px;

}

.parent-testimonials h3.afterstate_title {
	font-family: KokoBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
    font-size: 72px;
    line-height: 82px;
    color: #EC6285;
}

.parent-testimonials .item p {
	font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
	color: #3A455D;
	text-align: center;
	font-weight: 700;
	font-family: houschka-rounded,"Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	z-index: 2;
}
.parent-testimonials .deetsWrapper {margin-top: 40px;}
.parent-testimonials .deetsWrapper h4 {
	font-size: 19px;
    line-height: 24px;
	color: #3A455D;
	font-weight: 700;
	font-family: houschka-rounded,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
}
.parent-testimonials .owl-dots {display: none;}
.parent-testimonials .owl-carousel{ margin: 70px auto 0px auto; }
.parent-testimonials .owl-stage-outer {z-index: 2;}

.parent-testimonials .caroselFloatControl.prevStaffTbnr {margin-top: 8px; left: -125px;}
.parent-testimonials .caroselFloatControl.nextStaffTbnr {margin-top: 8px; right: -125px;}

.parent-testimonials-slider {position: relative;}
.parent-testimonials-slider::before {
	content: '';
    position: absolute;
    top: -60px;
    left: -20px;
    width: 115px;
    height: 90px;
    z-index: 0;
    background-image: url(../images/speech_left_top.png);
    background-size: cover;
}
.parent-testimonials-slider::after {
	content: '';
    position: absolute;
    bottom: 40px;
    right: -20px;
    width: 115px;
    height: 90px;
    z-index: 0;
    background-image: url(../images/speech_right_btm.png);
    background-size: cover;
}


/* ::: Podcasts Page ::: */

#default-banner-kp .container .text_Left.podcasts_Left {max-width: 43%; margin-right: 40px;}
#default-banner-kp .container .text_Left.podcasts_Left h1 {margin-bottom: 20px;}
.text_Left.podcasts_Left p.tagline {
	font-size: 27px;
    line-height: 1.2;
    color: #3A455D;
    margin-bottom: 10px;
    font-weight: bold;
	text-transform: uppercase;	
}
.text_Left.podcasts_Left p.desc {
	font-size: 17px;
    line-height: 1.2;
    color: #3A455D;
    margin-bottom: 20px;
    font-weight: normal;
}
.text_Left.podcasts_Left .btn_wrap {margin-top: 10px; float: left;}
.text_Left.podcasts_Left .btn_wrap button {margin: 0px;cursor: pointer;}
.text_Left.podcasts_Left .mc4wp-checkbox {display: none;}
.text_Left.podcasts_Left .two_column_kpform p {margin: 0px;}
.text_Left.podcasts_Left .alertform-danger { background-color: #f8505c;}
.text_Left.podcasts_Left .checkbox_wrap span.wpcf7-not-valid-tip {
	margin: 0;
    position: absolute;
    left: 0;
    top: -4px;
}

a.box-link {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	border: none;
    height: 100%;
    width: 100%;
    z-index: 1000;
    background: transparent url('../images/box-link.png');
}
#ppc_nursery_selection .singleNursery .mejs-container {display: block; margin-top: 20px;}
#ppc_nursery_selection .singleNursery .mejs-container, 
#ppc_nursery_selection .singleNursery .mejs-container .mejs-controls, 
#ppc_nursery_selection .singleNursery .mejs-embed, .mejs-embed body {background: #ec6285; border-radius: 20px; z-index: 0;}
.page-template-tpl-podcasts #ppc_nursery_selection .singleNursery p {margin-bottom: 20px;}
.page-template-tpl-podcasts #ppc_nursery_selection .singleNursery p:last-child {margin-bottom: 0px;}
body #catapult-cookie-bar {left: 260px; bottom: 20px;}
body.page-template-tpl-podcasts #catapult-cookie-bar {left: 30px; bottom: 20px;}
body.page-id-30293 .podcast-button,
body.page-template-tpl-podcasts .podcast-button {display: none;}
.podcast-button {
	position: fixed;
	bottom: 20px;
	left: 40px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	z-index: 10;
	box-shadow: 0px 3px 7px 5px rgba(0, 0, 0, 0.07);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.podcast-button:hover {opacity: 0.85;}
.podcast-button img {max-width: 100%; height: auto;}

/* ::: Default Page ::: */

.page-template-default #default_template .container form {margin-top: 30px;}


@media all and (max-width: 1200px) {
	/* ::: Single Nursery ::: */
	.parent-testimonials {max-width: 650px;}
	.parent-testimonials .caroselFloatControl.prevStaffTbnr {left: -100px;}
	.parent-testimonials .caroselFloatControl.nextStaffTbnr {right: -100px;}
	.parent-testimonials .deetsWrapper { margin-top: 40px; }

	/* ::: Podcasts Page ::: */ 
	


}

@media all and (max-width: 998px) {

	/* ::: Sidebar ::: */

    #borderWrapperKp.cta_enabled #home-banner-kp.bannerEl { padding-top: 200px; }
	
	/* ::: Single Nursery ::: */
	.parent-testimonials .controls-wrap {
		display: block;
		margin: 30px auto 0px auto;
		position: relative;
		height: 50px;
		width: 120px;
	}
	.parent-testimonials .caroselFloatControl.prevStaffTbnr {left: 0px; margin-top: 0px;}
	.parent-testimonials .caroselFloatControl.nextStaffTbnr {right: 0px; margin-top: 0px;}

	/* ::: Podcasts Page ::: */

	#default-banner-kp .container .text_Left.podcasts_Left {
		max-width: 92%;
		margin-right: 0;
		width: 400px;
	}

	.text_Left.podcasts_Left .two_column_kpform .formWrapKp {
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	}

	.text_Left.podcasts_Left .two_column_kpform .formWrapKp .col {max-width: 100%; margin-right: 0 !important;}
	.text_Left.podcasts_Left .btn_wrap button {margin: 0px auto;}

	.text_Left.podcasts_Left .wpcf7 form .wpcf7-response-output {margin-bottom: 40px !important;}

}

@media all and (max-width: 968px) and (min-width: 769px) {

	/* ::: Footer ::: */

    .footer .container .col .footerCircleLogo,
    .footer .container .col .kaLogofooter {max-width: 90% !important;}
}

@media all and (max-width: 768px) {

	/* ::: Header ::: */

    .header-cta::before {
        top: -13px;
    }

    .scrollheader_enabled .header-cta {
        top: 92px !important;
	}
	
	/* ::: Sidebar ::: */

    #borderWrapperKp.cta_enabled .bannerEl {
        padding-top: 160px;
    }

    #borderWrapperKp.cta_enabled #home-banner-kp.bannerEl {
        padding-top: 200px;
    }
	
	/* ::: Footer ::: */

    .footer .container .col.footer-embed {width: 100% !important; margin-top: 50px;}
	.footer .container .col.footer-embed .tg-review-widget-container {width: 100% !important;}
	#termsLogosEnd .container .footer_logos {flex-wrap: wrap; -ms-flex-wrap: wrap; justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center;}

	
	/* ::: Single Nursery ::: */
	.parent-testimonials .item p {
		font-size: 25px;
		line-height: 29px;
		padding: 0px 6%;
	}
	.parent-testimonials .deetsWrapper {margin-top: 0px;}
	.parent-testimonials-slider::before,
	.parent-testimonials-slider::after { width: 80px; height: 62px; }
	.parent-testimonials-slider::before {top: -40px; left: 25px;}
	.parent-testimonials-slider::after { bottom: 20px; right: 25px;}

	/* ::: Podcasts Page ::: */
	.podcast-button {width: 135px; height: 135px; left: 25px;}
	body #catapult-cookie-bar {left: 25px; bottom: 190px;}
	.text_Left.podcasts_Left p.tagline {font-size: 22px;}


}

@media all and (max-width: 479px) {

	/* ::: Sidebar ::: */

    #nursery_overview .container .mainContentWrap .rightSidebar .enrtyCard .further_buttons,
    #default_template .wrapSidebarDef .sidebarRightde #sidebar_default .enrtyCard .further_buttons {flex-wrap: wrap;}
    #nursery_overview .container .mainContentWrap .rightSidebar .enrtyCard .further_buttons a,
	#default_template .wrapSidebarDef .sidebarRightde #sidebar_default .enrtyCard .further_buttons a {display: inline-block; margin-bottom: 10px}

	
}

/* NEW CTA BUTTONS 2023 */

/* Secondary Button */

.kp-btn-secondary{
    background-color: transparent;
    border: 1px solid #f8505c;
    padding: 10px 25px;
    margin: 10px auto;
    border-radius: 50px;
    display: table;
    font-weight: 900;
    font-size: 14px;
    color: #f8505c !important;
    font-family: houschka-rounded, sans-serif;
    transition:.25s all;
    -webkit-transition:.25s all;
    -moz-transition:.25s all;
    -ms-transition:.25s all;
    -o-transition:.25s all;
}


.kp-btn-secondary:hover{
    border: 1px solid #f8505c;
    color: #fff!important;
	background: #f8505c !important;
    transition:.25s all;
    -webkit-transition:.25s all;
    -moz-transition:.25s all;
    -ms-transition:.25s all;
    -o-transition:.25s all;
}

.kp-btn-secondary-green{
    background-color: transparent;
    border: 1px solid #7ab28d;
    padding: 10px 25px;
    margin: 10px auto;
    border-radius: 50px;
    display: table;
    font-weight: 900;
    font-size: 14px;
    color: #7ab28d !important;
    font-family: houschka-rounded, sans-serif;
    transition:.25s all;
    -webkit-transition:.25s all;
    -moz-transition:.25s all;
    -ms-transition:.25s all;
    -o-transition:.25s all; 
}

.kp-btn-secondary-green:hover{
    border: 1px solid #7ab28d;
    color: #fff!important;
	background: #7ab28d !important;
    transition:.25s all;
    -webkit-transition:.25s all;
    -moz-transition:.25s all;
    -ms-transition:.25s all;
    -o-transition:.25s all;
}

.further_buttons .kp-btn-secondary{
    padding: 10px 5px;
}

.further_buttons .red_btn_small{
    padding: 10px 5px;
    margin: 10px 0px;
}

#default_template .wrapSidebarDef .sidebarRightde #sidebar_default #findNurserySb .contentWrap a{
    margin: 0;
}

#ourStory_cta .kp-btn-secondary{
    margin: 0 0 0 15px;
}

#findNurserySb .kp-btn-secondary{
    margin: 0;
}

#ourCareers_cta .kp-btn-secondary{
    margin: 0 0 0 15px;
}

.blog_pagination ul .next, .blog_pagination ul .prev{
    background-color: #ffffff;
    border: 1px solid #f8505c;
    padding: 10px 25px;
    margin: 10px auto;
    border-radius: 50px;
    display: table;
    font-weight: 900;
    font-size: 14px;
    color: #000000!important;
    font-family: houschka-rounded, sans-serif;
    transition:.25s all;
    -webkit-transition:.25s all;
    -moz-transition:.25s all;
    -ms-transition:.25s all;
    -o-transition:.25s all;
}
.blog_pagination ul .next:hover{
    border: 1px solid #f8505c;
    color: #f8505c!important;
    transition:.25s all;
    -webkit-transition:.25s all;
    -moz-transition:.25s all;
    -ms-transition:.25s all;
    -o-transition:.25s all;
}
.blog_pagination ul .prev:hover{
    border: 1px solid #f8505c;
    color: #f8505c!important;
    transition:.25s all;
    -webkit-transition:.25s all;
    -moz-transition:.25s all;
    -ms-transition:.25s all;
    -o-transition:.25s all;
}

.container.wrapSidebarDef.cdpddkp.career-app-2022 h1, .container.wrapSidebarDef.cdpddkp.career-app-2022 h2, .container.wrapSidebarDef.cdpddkp.career-app-2022 h3, .container.wrapSidebarDef.cdpddkp.career-app-2022 h4, .container.wrapSidebarDef.cdpddkp.career-app-2022 h5{
    color: #3A455D;
    margin: 15px 0px;
}

.container.wrapSidebarDef.cdpddkp.career-app-2022 p{
    margin-bottom: 15px;
    color: #3A455D;
}

.blog_pagination ul, .postsArcWrap{
    list-style: none;
}

.boxItem .inner .red_btn_small{
    display: inline-block;
    margin-top: 20px;
}

