/*
Theme Name: SC Sandbox 
Theme URI: http://www.strafecreative.co.uk
Description: Designed by Strafe Creative
Author: Strafe Creative
Version: 3.1
*/
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline; }
    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
        display: block; }
    body {
        line-height: 1; }
    ol, ul {
        list-style: none; }
    blockquote, q {
        quotes: none; }
    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none; }
    table {
        border-collapse: collapse;
        border-spacing: 0; }
    .clearfix {
        clear: both;
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0;
    }
    body.no-movement {
        position: fixed;
    }
/* #Basic Styles
================================================== */
html {
    scroll-behavior: smooth;
}
body {
    background: #fff;
    color:#222;
    font-family: 'Open Sans', sans-serif;
    font-weight:300;
    font-size:20px;
    line-height:32px;
    padding-bottom:0;
    -webkit-text-size-adjust: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
.rule-top{
    background:url(images/rule-top.png) no-repeat top left;
    padding-top:20px;
}
.rule-top-mid{
    background:url(images/rule-top.png) no-repeat top center;
    padding-top:20px;
}
.rule-top-dark{
    background:url(images/rule-top-dark.png) no-repeat top left;
    padding-top:20px;
}
.rule-top-dark-mid{
    background:url(images/rule-top-dark.png) no-repeat top center;
    padding-top:20px;
}
/* #Buttons & Forms
================================================== */
.btn{
    background:#ec5e5c;
    font-family: 'Quicksand', sans-serif;
    text-transform:uppercase;
    color:#fff;
    border-radius:0;
    padding:10px 20px;
    border:none;
    text-shadow:none;
    font-weight:400;
}
.btn:hover{
    background:#d15553;
    color:#fff;
}
/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    color: #464646;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 46px; line-height: 50px;}
h2 { font-size: 35px; line-height: 40px;}
h3 { font-size: 28px; line-height: 34px;}
h4 { font-size: 21px; line-height: 30px;}
h5 { font-size: 17px; line-height: 24px;}
h6 { font-size: 14px; line-height: 21px;}
.subheader { color: #777; }
.ucase{text-transform:uppercase;}
.light{color:#fff;}
.lweight{font-weight:300;}
.red{color:#ec5e5c;}
p { margin: 0 0 20px 0; }
p:last-of-type { margin: 0; }
p img { margin: 0; }
em { font-style: italic; }
strong { font-weight: bold;}
small { font-size: 80%; }
/*  Blockquotes  */
    blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
    blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
    blockquote cite { display: block; font-size: 12px; color: #555; }
    blockquote cite:before { content: "\2014 \0020"; }
    blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
    hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
/* Flexible iFrame */
.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page .entry li{
    list-style: inside;
    font-size: 16px;
    margin-bottom: 10px;
}
.page .entry li ul li{
    margin-left:30px;
}
/* #Sections
================================================== */
section{
    position:relative;
    background-size:cover;
    background-position: center center;
    background-repeat:no-repeat;
}
section.p20{padding:20px 0;}
section.p40{padding:40px 0;}
section.p60{padding:60px 0;}
section.p80{padding:80px 0;}
section.p100{padding:100px 0;}
section.p120{padding:120px 0;}
.gradient-right{
    position:relative;
}
.gradient-right:before{
    content: '';
    position: absolute;
    width:70%;
    top: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=1 ); /* IE6-9 */
}
.doodles-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(images/bg-doodles.png);
  opacity: 0.06;
}
section.feet-bg:before{
      background-size:auto;
      background-image:url(images/bg-feet.png);
      opacity:0.2;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
}
section.pair-feet-bg{
    background-size:auto;
    background-image:url(images/bg-feet-pair.png);
    background-repeat:no-repeat;
    background-position:left bottom;
    opacity:0.6;
}
section.feet-top-r{
    background-image:url(images/feet-top-r.png);
    background-repeat:no-repeat;
    background-position:top right;
    background-size:auto;
    -webkit-animation: feet-top-r 6s infinite alternate; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: feet-top-r 6s infinite alternate; /* Firefox < 16 */
    -ms-animation: feet-top-r 6s infinite alternate; /* Internet Explorer */
    -o-animation: feet-top-r 6s infinite alternate; /* Opera < 12.1 */
    animation: feet-top-r 6s infinite alternate;
}
@keyframes feet-top-r {
    0% { background-image:url(images/feet-top-r.png); }
    50%   { background-image:url(images/feet-top-r-alt.png); }
    100% { background-image:url(images/feet-top-r.png); }
}
@-moz-keyframes feet-top-r {
    0% { background-image:url(images/feet-top-r.png); }
    50%   { background-image:url(images/feet-top-r-alt.png); }
    100% { background-image:url(images/feet-top-r.png); }
}
@-webkit-keyframes feet-top-r {
    0% { background-image:url(images/feet-top-r.png); }
    50%   { background-image:url(images/feet-top-r-alt.png); }
    100% { background-image:url(images/feet-top-r.png); }
}
@-ms-keyframes feet-top-r {
    0% { background-image:url(images/feet-top-r.png); }
    50%   { background-image:url(images/feet-top-r-alt.png); }
    100% { background-image:url(images/feet-top-r.png); }
}
@-o-keyframes feet-top-r {
    0% { background-image:url(images/feet-top-r.png); }
    50%   { background-image:url(images/feet-top-r-alt.png); }
    100% { background-image:url(images/feet-top-r.png); }
}
section.feet-top-r2{
    background-image:url(images/feet-top-r2.png);
    background-repeat:no-repeat;
    background-position:top right;
    background-size:auto;
    -webkit-animation: feet-top-r2 6s infinite alternate; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: feet-top-r2 6s infinite alternate; /* Firefox < 16 */
    -ms-animation: feet-top-r2 6s infinite alternate; /* Internet Explorer */
    -o-animation: feet-top-r2 6s infinite alternate; /* Opera < 12.1 */
    animation: feet-top-r2 6s infinite alternate;
}
@keyframes feet-top-r2 {
    0% { background-image:url(images/feet-top-r2.png); }
    50%   { background-image:url(images/feet-top-r2-alt.png); }
    100% { background-image:url(images/feet-top-r2.png); }
}
@-moz-keyframes feet-top-r2 {
    0% { background-image:url(images/feet-top-r2.png); }
    50%   { background-image:url(images/feet-top-r2-alt.png); }
    100% { background-image:url(images/feet-top-r2.png); }
}
@-webkit-keyframes feet-top-r2 {
    0% { background-image:url(images/feet-top-r2.png); }
    50%   { background-image:url(images/feet-top-r2-alt.png); }
    100% { background-image:url(images/feet-top-r2.png); }
}
@-ms-keyframes feet-top-r2 {
    0% { background-image:url(images/feet-top-r2.png); }
    50%   { background-image:url(images/feet-top-r2-alt.png); }
    100% { background-image:url(images/feet-top-r2.png); }
}
@-o-keyframes feet-top-r2 {
    0% { background-image:url(images/feet-top-r2.png); }
    50%   { background-image:url(images/feet-top-r2-alt.png); }
    100% { background-image:url(images/feet-top-r2.png); }
}
section.feet-mid-r{
    background-image:url(images/feet-mid-r.png);
    background-repeat:no-repeat;
    background-position:center right;
    background-size:auto;
    -webkit-animation: feet-mid-r 6s infinite alternate; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: feet-mid-r 6s infinite alternate; /* Firefox < 16 */
    -ms-animation: feet-mid-r 6s infinite alternate; /* Internet Explorer */
    -o-animation: feet-mid-r 6s infinite alternate; /* Opera < 12.1 */
    animation: feet-mid-r 6s infinite alternate;
}
@keyframes feet-mid-r {
    0% { background-image:url(images/feet-mid-r.png); }
    50%   { background-image:url(images/feet-mid-r-alt.png); }
    100% { background-image:url(images/feet-mid-r.png); }
}
@-moz-keyframes feet-mid-r {
    0% { background-image:url(images/feet-mid-r.png); }
    50%   { background-image:url(images/feet-mid-r-alt.png); }
    100% { background-image:url(images/feet-mid-r.png); }
}
@-webkit-keyframes feet-mid-r {
    0% { background-image:url(images/feet-mid-r.png); }
    50%   { background-image:url(images/feet-mid-r-alt.png); }
    100% { background-image:url(images/feet-mid-r.png); }
}
@-ms-keyframes feet-mid-r {
    0% { background-image:url(images/feet-mid-r.png); }
    50%   { background-image:url(images/feet-mid-r-alt.png); }
    100% { background-image:url(images/feet-mid-r.png); }
}
@-o-keyframes feet-mid-r {
    0% { background-image:url(images/feet-mid-r.png); }
    50%   { background-image:url(images/feet-mid-r-alt.png); }
    100% { background-image:url(images/feet-mid-r.png); }
}
section.feet-bot-r{
    background-image:url(images/feet-bot-r.png);
    background-repeat:no-repeat;
    background-position:bottom right;
    background-size:auto;
    -webkit-animation: feet-bot-r 6s infinite alternate; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: feet-bot-r 6s infinite alternate; /* Firefox < 16 */
    -ms-animation: feet-bot-r 6s infinite alternate; /* Internet Explorer */
    -o-animation: feet-bot-r 6s infinite alternate; /* Opera < 12.1 */
    animation: feet-bot-r 6s infinite alternate;
}
@keyframes feet-bot-r {
    0% { background-image:url(images/feet-bot-r.png); }
    50%   { background-image:url(images/feet-bot-r-alt.png); }
    100% { background-image:url(images/feet-bot-r.png); }
}
@-moz-keyframes feet-bot-r {
    0% { background-image:url(images/feet-bot-r.png); }
    50%   { background-image:url(images/feet-bot-r-alt.png); }
    100% { background-image:url(images/feet-bot-r.png); }
}
@-webkit-keyframes feet-bot-r {
    0% { background-image:url(images/feet-bot-r.png); }
    50%   { background-image:url(images/feet-bot-r-alt.png); }
    100% { background-image:url(images/feet-bot-r.png); }
}
@-ms-keyframes feet-bot-r {
    0% { background-image:url(images/feet-bot-r.png); }
    50%   { background-image:url(images/feet-bot-r-alt.png); }
    100% { background-image:url(images/feet-bot-r.png); }
}
@-o-keyframes feet-bot-r {
    0% { background-image:url(images/feet-bot-r.png); }
    50%   { background-image:url(images/feet-bot-r-alt.png); }
    100% { background-image:url(images/feet-bot-r.png); }
}
section.feet-bot-l{
    background-image:url(images/feet-bot-l.png);
    background-repeat:no-repeat;
    background-position:bottom left;
    background-size:auto;
    -webkit-animation: feet-bot-l 6s infinite alternate; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: feet-bot-l 6s infinite alternate; /* Firefox < 16 */
    -ms-animation: feet-bot-l 6s infinite alternate; /* Internet Explorer */
    -o-animation: feet-bot-l 6s infinite alternate; /* Opera < 12.1 */
    animation: feet-bot-l 6s infinite alternate;
}
@keyframes feet-bot-l {
    0% { background-image:url(images/feet-bot-l.png); }
    50%   { background-image:url(images/feet-bot-l-alt.png); }
    100% { background-image:url(images/feet-bot-l.png); }
}
@-moz-keyframes feet-bot-l {
    0% { background-image:url(images/feet-bot-l.png); }
    50%   { background-image:url(images/feet-bot-l-alt.png); }
    100% { background-image:url(images/feet-bot-l.png); }
}
@-webkit-keyframes feet-bot-l {
    0% { background-image:url(images/feet-bot-l.png); }
    50%   { background-image:url(images/feet-bot-l-alt.png); }
    100% { background-image:url(images/feet-bot-l.png); }
}
@-ms-keyframes feet-bot-l {
    0% { background-image:url(images/feet-bot-l.png); }
    50%   { background-image:url(images/feet-bot-l-alt.png); }
    100% { background-image:url(images/feet-bot-l.png); }
}
@-o-keyframes feet-bot-l {
    0% { background-image:url(images/feet-bot-l.png); }
    50%   { background-image:url(images/feet-bot-l-alt.png); }
    100% { background-image:url(images/feet-bot-l.png); }
}
section.feet-top-l{
    background-image:url(images/feet-top-l.png);
    background-repeat:no-repeat;
    background-position:top left;
    background-size:auto;
    -webkit-animation: feet-top-l 6s infinite alternate; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: feet-top-l 6s infinite alternate; /* Firefox < 16 */
    -ms-animation: feet-top-l 6s infinite alternate; /* Internet Explorer */
    -o-animation: feet-top-l 6s infinite alternate; /* Opera < 12.1 */
    animation: feet-top-l 6s infinite alternate;
}
@keyframes feet-top-l {
    0% { background-image:url(images/feet-top-l.png); }
    50%   { background-image:url(images/feet-top-l-alt.png); }
    100% { background-image:url(images/feet-top-l.png); }
}
@-moz-keyframes feet-top-l {
    0% { background-image:url(images/feet-top-l.png); }
    50%   { background-image:url(images/feet-top-l-alt.png); }
    100% { background-image:url(images/feet-top-l.png); }
}
@-webkit-keyframes feet-top-l {
    0% { background-image:url(images/feet-top-l.png); }
    50%   { background-image:url(images/feet-top-l-alt.png); }
    100% { background-image:url(images/feet-top-l.png); }
}
@-ms-keyframes feet-top-l {
    0% { background-image:url(images/feet-top-l.png); }
    50%   { background-image:url(images/feet-top-l-alt.png); }
    100% { background-image:url(images/feet-top-l.png); }
}
@-o-keyframes feet-top-l {
    0% { background-image:url(images/feet-top-l.png); }
    50%   { background-image:url(images/feet-top-l-alt.png); }
    100% { background-image:url(images/feet-top-l.png); }
}
.feet-home-1{
    background-image:url(images/feet-home-1.png);
    background-color:#f8f8f8;
    background-repeat:no-repeat;
    background-position:top 30px right;
    background-size: inherit;
    -webkit-animation: feet-home-1 6s infinite alternate; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: feet-home-1 6s infinite alternate; /* Firefox < 16 */
    -ms-animation: feet-home-1 6s infinite alternate; /* Internet Explorer */
    -o-animation: feet-home-1 6s infinite alternate; /* Opera < 12.1 */
    animation: feet-home-1 6s infinite alternate;
}
@keyframes feet-home-1 {
    0% { background-image:url(images/feet-home-1.png); }
    50%   { background-image:url(images/feet-home-1-alt.png); }
    100% { background-image:url(images/feet-home-1.png); }
}
@-moz-keyframes feet-home-1 {
    0% { background-image:url(images/feet-home-1.png); }
    50%   { background-image:url(images/feet-home-1-alt.png); }
    100% { background-image:url(images/feet-home-1.png); }
}
@-webkit-keyframes feet-home-1 {
    0% { background-image:url(images/feet-home-1.png); }
    50%   { background-image:url(images/feet-home-1-alt.png); }
    100% { background-image:url(images/feet-home-1.png); }
}
@-ms-keyframes feet-home-1 {
    0% { background-image:url(images/feet-home-1.png); }
    50%   { background-image:url(images/feet-home-1-alt.png); }
    100% { background-image:url(images/feet-home-1.png); }
}
@-o-keyframes feet-home-1 {
    0% { background-image:url(images/feet-home-1.png); }
    50%   { background-image:url(images/feet-home-1-alt.png); }
    100% { background-image:url(images/feet-home-1.png); }
}
/* #Promise */
section.promise .promise-text{
    padding-top:30px;
    text-align:center;
    background:url(images/icon-heart.png) no-repeat top center;
}
section.promise .promise-text h4{
    color:#2ebbdd;
    font-size:22px;
    font-weight:bold;
}
/* Visit a Nursery */
section.visit {
    position:relative;
}
section.visit h2{
    margin-bottom:20px;
}
section.visit.v1{
    background:url(images/header/002.jpg) no-repeat center center;
    background-size:cover;
}
section.visit.v2{
    background:url(images/header/003.jpg) no-repeat center center;
    background-size:cover;
}
section.visit.v3{
    background:#39363e;
}
section.visit.v3 .container{
    padding-top:100px;
    padding-bottom:100px;
}
section.visit.v3 .img-left{
    position:absolute;
    border-right:12px solid #60c6c8;
    width:50%;
    height:100%;
    background:url(images/header/bg-bookvisit-v3.jpg) no-repeat;
    background-size:cover;
}
@media only screen and (max-width: 992px) {
    section.visit.v3 .img-left{
        background:#39363e;
        border:none;
    }   
}
/* #Header
================================================== */
.hero-bg{
    position:relative;
    z-index:2;
    background:#f5f5f5;
    height:800px;
    padding:320px 0;

    text-align:center;
}
.hero-bg.nursery{
    padding:0;
    height:auto;
}
.hero-bg:before{
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background:#222;
      opacity: 0;
}
/* Page Headers */
.hero-bg.about{
    height:720px;
    background:url(images/header/about-hero-v3.jpg) no-repeat center bottom;
    background-size:cover;
}
.hero-bg.magic-story{
    padding:160px 0;
}
.hero-bg.magic-story p{
    margin-top:40px;
    padding:30px 0;
    border-top:1px dotted #fff;
}
.hero-bg.magic-story h1{
    display:inline-block;
    padding:20px 40px;
    position:relative;
    background:url(images/bg-magic-story-r.png) no-repeat right top;
}
.hero-bg.magic-story h1:before{
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background:url(images/bg-magic-story-l.png) no-repeat left bottom;
}
.hero-bg.home{
    text-align:left;
}
.hero-bg.home .slide:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:#222;
    opacity: 0.25;
}
.hero-bg.home .statement{
    position:absolute;
    z-index:10;
    top:180px;
}
.hero-bg.home .statement .button{
    margin-top:50px;
}
.ofsted{margin-top:130px;}
.ofsted h4{padding-top:5px;
    display: inline-block;
    float: left;}
.ofsted img{
    float:left;
    margin-right:20px;  
}
.ofsted .reco {
        width: 120px;
    display: block;
    float: left;
    margin-top: -56px;
    margin-left: 20px;
}
.ofsted .nmt-winner {
    width: 120px;
    display: block;
    float: left;
    margin-top: -65px;
    margin-left: 20px;
}
.hero-bg.home h1{
    text-align:left;
    text-transform:uppercase;
    font-size:64px;
    letter-spacing:-2px;
    line-height:64px;
    font-weight:700;
    color:#fff;
    text-shadow:1px 1px 20px rgba(0,0,0,0.95);
}
.hero-bg.home h4{
    text-transform:uppercase;
    color:#fff;
    text-shadow:1px 1px 20px rgba(0,0,0,0.9);
    text-align:left;
}
.container.page .row{
    position:relative;
    z-index:4;
    margin-top:-40px;
    background:rgba(255,255,255,0.8);
    border-top: 40px solid #fff;
}
.container.page .row .entry{
    padding:20px 40px 100px;
}
.hero-bg h1.entry-title{
    text-transform:uppercase;
    font-size:50px;
    text-align:center;
    font-weight:700;
    color:#fff;
    text-shadow:1px 1px 20px rgba(0,0,0,0.9);
}
.under-hero-before{
    width:100%;
    height:5px;
    background:url(images/bg-stripe.png) repeat-x top center transparent;
}
.under-hero {
    width:100%;
    height:auto;
    background-color:#342d3e;
    position: relative;
}

.under-hero::after {
    width: 50%;
    right: 0;
    position: absolute;
    bottom: 0;
    background-color: #26222E;
    content: '';
    height: 100%;
}

.under-hero .col-md-6 {
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.under-hero .col-md-6:last-child {
    padding-left: 80px;
}


.under-hero p{
    color:#ffffff;
    margin-bottom:0;
    font-size:16px;
}
.under-hero p#dots{
    line-height:1;
    margin-bottom:10px;
}
.under-hero h2{
    color:#ffffff;
    margin-bottom:0;
    font-size:30px;
    text-transform:uppercase;
}
.under-hero p {
    font-family: 'Quicksand', sans-serif;
}
.under-hero p#more a{
    color:#E4423D;
    text-transform:uppercase;
    text-decoration:none;
    font-weight: bold;
}
.under-hero p#more a i{
    font-size:20px;
    margin-left:10px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.under-hero p#more:hover a i{
    margin-left:5px;
}
.button{
    width:auto;
    background-color:#ff6b66;
    display:inline-block;
    font-size:0;
    line-height:0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.button:hover{
    background-color:#d15553;
}
.button a{
    color:#ffffff;
    text-transform:uppercase;
    text-decoration:none;
    font-size:14px;
    line-height:14px;
    padding:10px 20px;
    display:block;
}
@media (max-width: 500px) {
    .ofsted{
        display:none;   
    }
}
@media (max-width: 767px) {
    .hero-bg{
        height:400px;
        padding:0;
    }
    .hero-bg.home h1{
        font-size:44px;
        line-height:44px;   
    }
    .ofsted .reco {
        width: 51px;
    }

    .ofsted .nmt-winner {
        width: 42px;
    }
}
@media (max-width: 992px) {
    .under-hero::after {
        height: 50%;
        width: 100%;
        bottom: 0;
    }

    .under-hero .col-md-6:last-child {
        padding-left: 0;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .ofsted{
        margin-top:60px;    
    }
}
@media (max-width: 1280px) {
    .ofsted .reco {
        margin-top: 5px;
        margin-left: 9px;
        width: 60px;
    }

    .ofsted .nmt-winner {
        margin-top: 0;
        margin-left: 9px;
        width: 60px;
    }
}
/* #Menu
================================================== */
.nav-wrap{float:right; height:0;}
.navbar {background:#fff;position:relative;top:0;border-radius:0;margin-bottom:0;}
.navbar .container{padding:0; width:85%;}
.navbar .navbar-nav{display:inline-block;}
.menu-main-menu-container{display:inline-block;}
.navbar-brand{height:auto; padding: 18px 15px;}
.navbar .navbar-nav>li>a {color:#3a4042; font-size:14px; font-family: 'Quicksand', sans-serif; font-weight: bold; text-transform:uppercase; padding:32px 12px; border-top:6px solid;}
.navbar .navbar-nav>li>a:hover, 
.navbar .navbar-nav>li>a:focus,
.navbar .navbar-nav>.active>a:hover {background:none; border-top:10px solid; padding-bottom:28px;}
.navbar .navbar-nav>li:nth-child(1)>a { border-color: #2ebbdd!important; }
.navbar .navbar-nav>li:nth-child(2)>a { border-color: #e4423d!important; }
.navbar .navbar-nav>li:nth-child(3)>a { border-color: #79c448!important; }
.navbar .navbar-nav>li:nth-child(4)>a { border-color: #ff9210!important; }
.navbar .navbar-nav>li:nth-child(5)>a { border-color: #2ebbdd!important; }
.navbar .navbar-nav>li:nth-child(6)>a { border-color: #e4423d!important; }
.navbar .navbar-nav>li:nth-child(7)>a { border-color: #79c448!important; }
.navbar .navbar-nav>li:nth-child(8)>a { border-color: #ff9210!important; }
.navbar .navbar-nav>li:nth-child(9)>a { border-color: #2ebbdd!important; }
.navbar .navbar-nav>li:nth-child(10)>a { border-color: #e4423d!important; }
.navbar .navbar-nav>li:nth-child(11)>a { border-color: #79c448!important; }
.navbar .navbar-nav>li:nth-child(12)>a { border-color: #ff9210!important; }
.navbar .navbar-nav>.open>a,
.navbar .navbar-nav>.open>a:hover,
.navbar .navbar-nav>.open>a:focus {color:#363D45;}

.navbar-toggle{margin-top:28px;}
.navbar-toggle .icon-bar{background-color:#686868;}
.make-scrollable {
    overflow-y: scroll;
    height: 100%;
}
@media only screen and (max-width : 768px) {
    .navbar .navbar-nav{display:none;}
}

.dropdown{position:unset;}
.navbar .navbar-nav>li{position:static;}

.dropdown-menu {background-color: #fff; border:none;}
.dropdown-menu>li {
    display:inline-block;
}
.dropdown-menu>li>a {
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    text-transform:uppercase;
    font-weight:400;
}
.dropdown-menu>li>a:hover, 
.dropdown-menu>li>a:focus {color:#fff; border-bottom:1px solid #79c448; background: transparent;}

.dropdown-menu>.active>a{background:#dd633e;}
.dropdown-menu .mobile-only-nav-item {
    display: none;
}
.navbar .navbar-nav>.active>a:hover, 
.navbar .navbar-nav>.active>a:focus {}
.navbar .navbar-nav>.dropdown>a .caret { border-top-color: none;}
.navbar .navbar-nav>.dropdown>a:hover .caret { border-top-color: none;}
.navbar .navbar-nav>.dropdown>a .caret { border-bottom-color: none;}
.navbar .navbar-nav>.dropdown>a:hover .caret { border-bottom-color: none;}
.navbar .navbar-nav .dropdown .open-submenu {
    display: block;
}

.dropdown:hover .dropdown-menu {
    display: block;
    text-align: center;
    top:100%;
    width:100%;
    background-color:#342d3e;
    color:#fff;
    border-radius:0;
    box-shadow:none;
    padding:20px 0;
}

.dropdown:hover .dropdown-menu.nursery-dd{
    padding:50px 60px 0 60px;
    text-align:left;
}

.dropdown-menu.nursery-dd>li {
    display:block;
}

.nursery-dd__row{
    margin-bottom:40px;
}

.navbar .navbar-nav>li.nursery-dd_link a{
    border-color:#ff9210!important;
}

.navbar .navbar-nav>li.nursery-dd_home-link a{
    border-color:#79c448!important;
}

.nursery-dd__wrap>li{
    font-family: 'Quicksand', sans-serif;
    text-transform:uppercase;
    font-size:13px;
    font-weight:400;
}

.nursery-dd__wrap>li a{
    color:#fff;
}

.nursery-dd__wrap>li.nursery-dd__title{
    color:#888;
    font-weight:600;
}

.nursery-dd__wrap #form-input input[type="text"]{
    text-align:left;
    width:75%;
    color:#222;
}

.nursery-dd__wrap #form-input button#submit{
    background:url(images/icon-magnifying--white.png) no-repeat center center #ec5e5c;
    width:25%;
}

.nursery-dd__all-nurseries a{
    color:#fff;
    font-family: 'Quicksand', sans-serif;
    text-transform:uppercase;
    font-size:16px;
    font-weight:600;
}

.caret{
    margin-left:5px;
}

@media (max-width : 1100px) {
    .navbar .container{width:95%;}
    .navbar .navbar-nav>li>a{font-size:11px; padding: 32px 10px;}
}
/* #Home
================================================== */
/*section.home.intro{
    background:url(images/bg-stripe.png) repeat-x top center transparent;
}*/
section.home.intro p{
    font-size:16px;
    color:#777;
}
section.home.tiles{
}
section.home.tiles .tiles-wrap{
    margin-top:-40px;
}
section.home.tiles .ofsted-banner, section.home.tiles .find-nearest, section.home.tiles .our-story, section.home.tiles .news{
    float:left;
}
section.home.tiles .ofsted-banner{
    background:url(images/tile-ofsted.jpg) no-repeat bottom center;
    background-size:cover;
    width:30%;
    height:800px;
    padding:80px 50px;
}
section.home.tiles .find-nearest{
    background:url(images/tile-findnearest-bg.jpg) no-repeat right bottom #79c448;
    width:70%;
    padding:70px 50px;
}
section.home.tiles .our-story{
    background:url(images/tile-ourstory-bg.jpg) no-repeat center center #ec5e5c;
    background-size:cover!important;
    width:35%;
    height:400px;
    padding:140px 60px;
}
section.home.tiles .news{
    position:relative;
    background:#f8f8f8;
    width:35%;
    height:400px;
}
section.home.tiles .news .title a{
    color:#3f3a47;
    font-size:18px;
}
section.home.tiles .news .mast-img{
    position:relative;
    background-repeat:no-repeat !important;
    background-size:cover!important;    
    z-index:4;
    width:100%;
    height:50%;
}
section.home.tiles .news .content{
    width:100%;
    height:50%;
    padding:20px;
}
section.home.tiles .news .content .read-more a{
    font-family: 'Quicksand', sans-serif;
    text-transform:uppercase;
    font-size:16px;
    color:#ec5e5c;
}
section.home.tiles .find-nearest form{
    margin-top:60px;
}
section.home.tiles .find-nearest p{
    color:rgba(255,255,255,0.85);
    font-size:16px;
    width:70%;
}
section.home.tiles .find-nearest input[type="text"]{
    width:85%;
    float:left;
    padding:12px 15px;
    border:none;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    color:#79c448;
}
section.home.tiles .find-nearest input[type="submit"]{
    width:56px;
    background:url(images/bg-submit-check.png) no-repeat center center #ec5e5c;
    border:none;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    height:56px;
}
section.home.tiles .find-nearest input[type="submit"]:hover{
    background-color:#cf5351;
}
section.testimonials{
    background-color:#25b1c3;
}
section.testimonials .testimonial-entries{
    padding-top:40px;
}
section.testimonials .testimonial-entries .entry{
    color:#fff;
    font-size:16px;
    padding:0 20px;
}
section.testimonials .testimonial-entries .entry .parent{
    font-family: 'Quicksand', sans-serif;
    text-transform:uppercase;
    font-size:16px;
    font-weight:700;
    color:#2a3739;
}
section.home.awards{
    background:#fafafa; 
}
section.home.awards .award p{
    line-height: 20px;
    font-size:14px;
    padding:0 20px;
}
.award-list .owl-controls{
    position:relative !important;
    bottom:0;
    margin-top:50px!important;
}
/* #About
================================================== */
section.about-us .testimonial{
    color:#ec5e5c;  
    margin-top:105px;
}
section.about-us .testimonial .person{
    margin-top:20px;
}
section.img-break.about{
    height:180px;
    background:url(images/img-row-break.jpg) repeat-x;  
}
section.meet-the-family{
    text-align:center;
}
section.meet-the-family .family{
    padding:20px 5px;
}
section.meet-the-family .family .name{
    margin-top:20px;
}
section.meet-the-family .family .title{
    font-family: 'Quicksand', sans-serif;
    font-size:16px;
}
section.experienced-team{
    background:url(images/bg-feet-turquoise.gif) center center #60c6c8;
    color:#fff;
}
section.experienced-team .testimonial{
    margin-top:110px;
}
section.experienced-team .testimonial .person{
    margin-top:20px;
}
/* #Nursery
================================================== */
section.nursery .container .row{
    position:relative;
    z-index:8;  
}
section.nursery.nav{
    background-color:#2ebbdd;
    color:#fff;
    padding:20px 0; 
}
section.nursery.nav ul.menu-list a{
    color:#fff;
    font-family: 'Quicksand', sans-serif;
    text-transform:uppercase;
    font-size:16px;
    float:left;
    line-height: 24px;
    margin: 0 20px;
}
.jump:after { 
  display: block; 
  content: " "; 
  margin-top: -120px; 
  height: 120px; 
  visibility: hidden; 
}
section.nursery.about{
    background-color:#f8f8f8;
    position:relative;
    color:#7d7c7c;
    border-bottom:1px solid #e0e0e0;
}
section.nursery.about .manager{
    background-color:#fff;
    border:2px solid #e4423d;
    padding:20px 25px;
    margin-top: 100px;
}
section.nursery.about .nursary-title {
    display: inline-block;
    float: left;
}
section.nursery.about .nursery-accreditation {
    width: 81px;
    display: inline-block;
    margin-left: 13px;
    margin-top: -8px;
    float: left;
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
    display: block;
}
section.nursery.about .manager h4{
    margin-bottom:20px;
}
section.nursery.about .info a>.btn, section.nursery.about .info>.btn{
    padding:5px 10px;
    background:#2ebbdd;
}
section.nursery.about .manager .head{
    border-bottom:1px solid #e0e0e0;
    margin-bottom:8px;
}
section.nursery.about .manager .info{
    padding: 6px 0 12px;
}
section.nursery.about .manager .name h5{
    line-height:18px;
}
section.nursery.about .manager .job-title h5{
    line-height: 18px;
    margin-top: 8px;
}
section.nursery.about .manager .profile-img{
    float:left;
    margin-right:10px;
}
section.nursery.about .manager .profile-img a{
    cursor:pointer;
}
section.nursery.about .manager .profile-img img{
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
section.nursery.about .manager .bio{
    font-size:15px;
    line-height:24px;
    border-top:1px solid #e3e3e3;
    padding-top:10px;
}
section.nursery.facilities h4{
      margin-bottom:40px;
}
section.nursery.facilities .facility{
    cursor:pointer;
    display:inline-block;
    position:relative;
    z-index:10;
    float:left;
    padding:5px 8px;
    text-align:center;
    background-color:#fafafa;
    background-repeat:no-repeat;
    background-position:center 12px;
    border:1px solid #e3e3e3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height:100px;
    width:140px;
    margin: 0 10px 20px 10px;
}
section.nursery.facilities .facility:after{
      margin-top:60px;
      display:inline-block;
      font-size:12px;
      line-height: 14px;
      text-transform:uppercase;
      color:#39363e;
}
section.nursery.facilities .facility.baby-suite{background-image:url(images/facilities/baby-suite.png);}
section.nursery.facilities .facility.sensory-area{background-image:url(images/facilities/sensory-area.png);}
section.nursery.facilities .facility.toddler-suite{background-image:url(images/facilities/toddler-suite.png);}
section.nursery.facilities .facility.out-of-school{background-image:url(images/facilities/out-of-school.png);}
section.nursery.facilities .facility.dedicated-chef{background-image:url(images/facilities/dedicated-chef.png);}
section.nursery.facilities .facility.large-garden{background-image:url(images/facilities/large-garden.png);}
section.nursery.facilities .facility.nature-trail{background-image:url(images/facilities/nature-trail.png);}
section.nursery.facilities .facility.ball-pond{background-image:url(images/facilities/ball-pond.png);}
section.nursery.facilities .facility.free-places{background-image:url(images/facilities/free-places.png);}
section.nursery.facilities .facility.it-facilities{background-image:url(images/facilities/it-facilities.png);}
section.nursery.facilities .facility.recommended{background-image:url(images/facilities/recommended.png);}
section.nursery.facilities .facility.french-classes{background-image:url(images/facilities/french-classes.png);}
section.nursery.facilities .facility.funky-feet{background-image:url(images/facilities/funky-feet.png);}
section.nursery.facilities .facility.hairdresser{background-image:url(images/facilities/hairdresser.png);}
section.nursery.facilities .facility.fizzy-tots{background-image:url(images/facilities/fizzy-tots.png);}
section.nursery.facilities .facility.football-coaching{background-image:url(images/facilities/football-coaching.png);}
section.nursery.facilities .facility.forestry-school{background-image:url(images/facilities/forestry-school.png);}
section.nursery.facilities .facility.indoor-play{background-image:url(images/facilities/indoor-play.png);}
section.nursery.facilities .facility.jungle-room{background-image:url(images/facilities/jungle-room.png);}
section.nursery.facilities .facility.purpose-built{background-image:url(images/facilities/purpose-built.png);}
section.nursery.facilities .facility.singing-lessons{background-image:url(images/facilities/singing-lessons.png);}
section.nursery.facilities .facility.top-10{background-image:url(images/facilities/top-10.png);}
section.nursery.facilities .facility.baby-suite:after{content:'Baby Suite';}
section.nursery.facilities .facility.sensory-area:after{content:'Sensory Area';}
section.nursery.facilities .facility.toddler-suite:after{content:'Toddler Suite';}
section.nursery.facilities .facility.out-of-school:after{content:'Out of School Clubs';}
section.nursery.facilities .facility.dedicated-chef:after{content:'Dedicated Chef';}
section.nursery.facilities .facility.large-garden:after{content:'Large Garden';}
section.nursery.facilities .facility.nature-trail:after{content:'Nature Trail';}
section.nursery.facilities .facility.ball-pond:after{content:'Inside Play Area with Ball Pond';}
section.nursery.facilities .facility.free-places:after{content:'Free Places for 2, 3 & 4 Year Olds';}
section.nursery.facilities .facility.it-facilities:after{content:'IT Facilities';}
section.nursery.facilities .facility.recommended:after{content:'Recommended on DayNurseries.co.uk';}
section.nursery.facilities .facility.french-classes:after{content:'French Classes';}
section.nursery.facilities .facility.funky-feet:after{content:'Dancing with Funky Feet';}
section.nursery.facilities .facility.hairdresser:after{content:'Visit from Hairdresser';}
section.nursery.facilities .facility.fizzy-tots:after{content:'FizzyTots Games';}
section.nursery.facilities .facility.football-coaching:after{content:'Football Coaching';}
section.nursery.facilities .facility.forestry-school:after{content:'Forestry School';}
section.nursery.facilities .facility.indoor-play:after{content:'Indoor Play Area';}
section.nursery.facilities .facility.jungle-room:after{content:'Jungle Room';}
section.nursery.facilities .facility.purpose-built:after{content:'Purpose Built Environment';}
section.nursery.facilities .facility.singing-lessons:after{content:'Singing Lessons';}
section.nursery.facilities .facility.top-10:after{content:'Top 10 in East Midlands';}
section.nursery.facilities .info-box{
    display:none;
    background-color:#fafafa;
    border:1px solid #e3e3e3;
    padding:30px 40px;
    position:relative;
    cursor:pointer;
}
section.nursery.facilities .info-box .btn-close{
    position:absolute;
    top:-9px;
    right:-9px;
    width:19px;
    height:19px;
    background:url(images/btn-close.gif) no-repeat center center
}
section.nursery.facilities .info-box h5{
    margin-bottom:10px
}
section.nursery.news{
    background-color:#fafafa;   
}
section.nursery.news .next-event{
    margin-top:40px;
}
section.nursery.news .next-event .date{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color:#fff;
    float:left;
    border:1px solid #dadada;
    box-shadow: 0 5px 0 #dadada;
    width:80px;
    height:80px;
    text-align:center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    font-family: 'Quicksand', sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    padding:12px;
    margin-right:20px;
}
section.nursery.news .next-event .date .month{
    font-size:14px;
    line-height:20px;
}
section.nursery.news .next-event .date .day{
    font-size:34px;
}
section.nursery.news .next-event .title, section.nursery.news .next-event .read-more{
    font-family: 'Quicksand', sans-serif;
    text-transform:uppercase;
    font-weight:bold;
}
section.nursery.news .next-event .title{
    padding-top:10px;
}
section.nursery.news .next-event .title a{
    color:#60c6c8;
}
section.nursery.news .next-event .read-more a{
    color:#ec5e5c;
    font-size:14px;
}
section.nursery.news .latest-nursery-news{
    margin-top:40px;
}
section.nursery.news .latest-nursery-news .headline a{
    font-family: 'Quicksand', sans-serif;
    text-transform:uppercase;
    font-weight:bold;
    color:#60c6c8;
    font-size:20px;
}
section.nursery.news .latest-nursery-news .article-excerpt{
    font-size:14px;
}
section.nursery.news .latest-nursery-news .read-more a{
    font-family: 'Quicksand', sans-serif;
    text-transform:uppercase;
    font-weight:bold;
    color:#ec5e5c;
    font-size:14px;
}
section.nursery.details{
    background-color:#2ebadc;   
}
section.nursery.details p{
    color:#999; 
    font-size:14px;
    line-height:18px;
}
section.nursery.details h5{
    margin-bottom:10px;
}
section.nursery.details .nursery-info{ 
    background-color:#fff;
    padding:30px 35px;
}
section.nursery.details .nursery-links{ 
    background-color:#fff;
    padding:30px 35px;
    margin-top:20px;
}
section.nursery.details .nursery-links ul li{ 
    border-bottom:1px solid #ededed;
    padding:10px 0;
}
section.nursery.details .nursery-info .address-tel, section.nursery.details .nursery-info .email, section.nursery.details .nursery-info .opening-times, section.nursery.details .nursery-info .additional-info{ 
    padding:30px 0;
    border-bottom:1px solid #e6e6e6;
}
.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}
/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}
.feet-nursery-facilities{
    bottom: 0;
    position: absolute;
    width: 980px;
    height: 620px;
    background:url(images/feet-nursery-01.png) no-repeat center bottom; 
    -webkit-animation: feet-nursery-1 6s infinite alternate; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: feet-nursery-1 6s infinite alternate; /* Firefox < 16 */
    -ms-animation: feet-nursery-1 6s infinite alternate; /* Internet Explorer */
    -o-animation: feet-nursery-1 6s infinite alternate; /* Opera < 12.1 */
    animation: feet-nursery-1 6s infinite alternate;
}
@keyframes feet-nursery-1 {
    0% { background-image:url(images/feet-nursery-01.png); }
    50%   { background-image:url(images/feet-nursery-01-alt.png); }
    100% { background-image:url(images/feet-nursery-01.png); }
}
@-moz-keyframes feet-nursery-1 {
    0% { background-image:url(images/feet-nursery-01.png); }
    50%   { background-image:url(images/feet-nursery-01-alt.png); }
    100% { background-image:url(images/feet-nursery-01.png); }
}
@-webkit-keyframes feet-nursery-1 {
    0% { background-image:url(images/feet-nursery-01.png); }
    50%   { background-image:url(images/feet-nursery-01-alt.png); }
    100% { background-image:url(images/feet-nursery-01.png); }
}
@-ms-keyframes feet-nursery-1 {
    0% { background-image:url(images/feet-nursery-01.png); }
    50%   { background-image:url(images/feet-nursery-01-alt.png); }
    100% { background-image:url(images/feet-nursery-01.png); }
}
@-o-keyframes feet-nursery-1 {
    0% { background-image:url(images/feet-nursery-01.png); }
    50%   { background-image:url(images/feet-nursery-01-alt.png); }
    100% { background-image:url(images/feet-nursery-01.png); }
}
.owl-theme .owl-controls{
    position: absolute;
    bottom: 20px;   
    right: 100px;
}
#owl-example .item .slide{
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}
#owl-example .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d( 0,0,0 );
    -moz-transform: translate3d( 0,0,0 );
    -ms-transform: translate3d( 0,0,0 );
}
.owl-theme .owl-controls .owl-page span{
    background:#fff!important;  
}
.modal.nursery-manager p{
    font-size:14px; 
}
.modal.nursery-manager .modal-header{
    position:relative;
    text-align:center;
    background:#3cb878;
    border: none;
    padding:30px;
}
.modal.nursery-manager .modal-header .manager-profile img{
    border-radius: 75px;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
}
.modal.nursery-manager h4.modal-title{
    color:#fff;
    text-transform:uppercase;
}
.modal.nursery-manager h5.modal-subtitle{
    color:#fff;
    text-transform:uppercase;
    font-weight:100;
}
/* #Book Visit
================================================== */
section.book-visit .section-title{text-align:center; margin-bottom:60px;}
section.book-visit .booking-form h4{margin-bottom:10px;}
.booking-form-container {
    margin-bottom:40px;
}
.booking-form input[type="text"], .booking-form select, .booking-form input[type='tel'], .booking-form input[type='email']{
    background-color:#fafafa;
    border:1px solid #ccc;
    -webkit-appearance:none;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    border-radius:0;
    width:100%;
    padding:15px 15px;
}
.booking-form div.wpcf7 img.ajax-loader {
    display: inherit;
}
.booking-form div.wpcf7-response-output {
    float: left;
    width: 100%;
    text-align: center;
}
.booking-form span.wpcf7-not-valid-tip {
     font-size: 0.7em;
    background: #fddedd;
    padding: 10px 15px;
    border-left: 1px solid #ff9393;
    border-right: 1px solid #ff9393;
    border-bottom: 1px solid #ff9393;
    font-weight: 500;
}
.booking-form select{
    background:url(images/icon-dropdown.png) no-repeat right 15px center #fafafa;   
}
/* #Magic Story
================================================== */
section.ms-intro .intro-img{}
section.img-break.ms{
    height:470px;
    background:url(images/img-row-break-ms.jpg) no-repeat;
    background-size:cover;
}
section.atg{
    background:#60c6c8;
    color:#fff;
}
section.atg h4{
    color:#464646;
}
section.atg .promise{
    background:#44a9ab;
    padding:20px 25px;
    font-size:16px;

}
.timeline-wrap{position:relative; height:550px; overflow:hidden;}
.timeline-wrap.expand{height:100%;}
.timeline-wrap .see-more{position:absolute; bottom:0; background:#79c348; padding: 5px 16px; margin:0 auto; left:50%; margin-left: -65px; z-index:4;}
.timeline-wrap .see-more h5{color:#fff; text-transform:uppercase;}
.timeline {
    list-style: none;
    padding: 20px 0 60px;
    position: relative;
}
    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 1px;
        background-color: #60c6c8;
        left: 50%;
        margin-left: -1.5px;
    }
    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }
        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }
        .timeline > li:after {
            clear: both;
        }
        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }
        .timeline > li:after {
            clear: both;
        }
        .timeline > li > .timeline-panel {
            text-align: right;
            width: 46%;
            float: left;
            border-radius: 2px;
            padding: 0 20px 20px 20px;
            position: relative;
        }
        .timeline > li > .timeline-badge {
            color: #fff;
            width: 15px;
            height: 15px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -9px;
            background-color: #79c448;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
            border:3px solid #fff;
        }
        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
            text-align: left;
        }
            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }
            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }
.timeline-title {
    margin-top: 0;
    color: inherit;
    text-transform:uppercase;
}
.timeline-date {
    font-weight:300;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
    color:#6c6c6c;
    font-size:14px;
}
    .timeline-body > p + p {
        margin-top: 5px;
    }
@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }
    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }
        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}
/* #Contact
================================================== */
section.contact-info{font-size:16px;}
section.contact-info ul.details{margin-top:40px;}
section.contact-info ul.details li span{color:#ef3878; font-weight:bold; margin-right:10px;}
.gm-style .place-card div{background:#f00;}
section.contact-form{
    font-family: 'Quicksand', sans-serif;   
}
section.contact-form h4, section.contact-info h4{
    padding-bottom:10px;
    margin-bottom:20px;
    border-bottom:1px solid #ddd;
}
section.contact-form textarea, section.contact-form input[type="text"], section.contact-form input[type="email"]{
    background:#eee;
    border:none;
    padding:10px 15px;
    margin-bottom:20px;
    width:100%;
}
section.contact-form textarea{
    min-height:185px;   
}
section.contact-form input[type="submit"]{
    background:#ec5e5c;
    border:none;
    color:#fff;
    padding:10px 30px;
    font-family: 'Quicksand', sans-serif;
    text-transform:uppercase;
    font-weight:bold;
}
/* #Blog
================================================== */
section.blog-news{
    background:#f9f9f9; 
}
section.blog-news .container.blog .row{
    position:relative;
    z-index:4;
    background:#f9f9f9; 
    margin-top:-40px;
    padding: 30px 10px;
}
section.blog-news .blog-entry{
    background:#fff;    
    border-top:4px solid #79c448;
    border-left:1px solid #e9e9e9;
    border-right:1px solid #e9e9e9;
    border-bottom:1px solid #e9e9e9;
    margin-bottom:60px;
}
section.blog-news .blog-entry .blog-img{
    float:left;
    margin-right:30px;
}
section.blog-news .blog-entry .blog-img img{
    display:block;
}
section.blog-news .blog-entry .entry-content{
    padding:30px;
}
section.blog-news .blog-entry .entry-content h3 a{
    text-transform:uppercase;
    color:#464646;
}
section.blog-news .blog-entry .entry-content .excerpt{
    padding:20px 0;
}
section.blog-news .blog-entry .entry-content p{
    font-size:16px;
}
section.blog-news .blog-entry .entry-content .entry-date h6{ 
    color:#e4423d;
}
/* #Footer
================================================== */
footer{
    background:url(images/bg-footer.jpg) top center no-repeat #3c3647;
    background-size:cover;
    color:#fff;
    font-size:16px;
    padding: 0 20px;
}
footer .container{
    padding:80px 0 40px 0;
}   
footer .to-the-top{
    background:url(images/bg-ttp.gif) no-repeat center center #ec5e5c;
    display: block;
    width:50px;
    height:50px;    
    margin:0 auto;
    scroll-behavior: smooth;
}
footer a, footer p{
    color:#fff; 
}
footer .statement{
    margin-bottom:60px; 
}
footer .designed-by{
    text-align:right;   
}
footer .additional-vert{
    margin-top:60px;    
}
footer .copyright{
    border-top:1px solid rgba(255,255,255,0.4);
    padding:20px 0 0 0; 
    margin-top:60px;
}
footer .copyright-logo{
    text-align:right;   
}
/* #Footer CTA
================================================== */
section.footer-cta{
    background:#79c448;
    color:#fff;
}
section.footer-cta input[type="text"]{
    width:85%;
    float:left;
    padding:12px 15px;
    border:none;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    color:#79c448;
}
section.footer-cta form{
    margin:15px 0;  
}
section.footer-cta input[type="submit"]{
    width:15%;
    background:url(images/bg-submit-check.png) no-repeat center center #ec5e5c;
    border:none;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    height:56px;
}
section.footer-cta input[type="submit"]:hover{
    background-color:#cf5351;
}
/* #Animations
================================================== */
/* Fade In */
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1;}
}
@-moz-keyframes fadein {
from { opacity: 0; }
    to   { opacity: 1;}
}
@-webkit-keyframes fadein {
from { opacity: 0;}
    to   { opacity: 1;}
}
@-ms-keyframes fadein {
from { opacity: 0; }
    to   { opacity: 1; }
}
@-o-keyframes fadein {
from { opacity: 0; }
    to   { opacity: 1;}
}
.fade-in{
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;   
}
/* #Jobs
================================================== */
.job-head{
    margin-top:40px;    
}
.job-list{
    margin-top:20px;
    border-top:1px solid #ddd;  
}
.job{
    padding:30px 0; 
    border-bottom:1px solid #ddd;
}
/* #Calendar
================================================== */
.event-title{
    border-bottom:1px solid #ddd;
    padding-bottom:20px;    
}
.ai1ec-field-label, .ai1ec-field-value{
    text-align:left!important;
    font-size:inherit!important;
    margin-bottom:10px!important;   
}
.ai1ec-single-event .ai1ec-event-details{
    margin-bottom:60px!important;   
}
.calendar-nursery{
    background: #f5f5f5;
    border: 1px solid #d6d6d6;
    margin-bottom: 50px;
    min-height: 280px;
}
.calendar-nursery__title{
    text-align: center;
    font-size: 1rem;
    padding: 20px 20px 10px;
    color: #464646;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    line-height: 1.2rem;
    min-height: 60px;
}
.calendar-nursery__button{
    background: #e4423d;
    color: #fff;
    padding:5px 15px;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin: 20px;
    font-size: 0.8rem;
}
/* #Locator
================================================== */
#store-locator-container{
    float: left;
    margin-left: 20px;
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #333;
}
#page-header{
    float: left;
}
#form-container{
    clear: left;
    float: left;
    margin-top: 15px;
    width: 100%;
}
#map-container{
    clear: left;
    float: left;
    margin: 0 0 60px 0;
    width: 100%;
}

.container.nursery-search .row .entry{
    padding:20px 0 100px;
}

.nursery-search__wrap{
    float: left;
    width:40%;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    background:#3c3647;
    color:#fff;
}
#loc-list ul{
    display: block;
    list-style: none;
    margin: 0;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.nursery-search__list{
    background:#3c3647;
    color:#fff;
    padding: 20px;
    list-style: none;
    max-height: 530px;
    overflow-y: scroll
}

ul.nursery-search__list a{
    color:#fff;
}

ul.nursery-search__list li{
    list-style:none!important;
    border-bottom:1px solid rgba(255,255,255,0.6);
    position: relative;
    padding-bottom: 30px;
}

.nursery-search__title{
    position: relative;
    line-height: 20px;
    margin-top:8px;
}

ul.nursery-search__list .list-label{
    border-radius: 40px;
    float: left;
    margin:0 10px 0 0;
    width: 30px;
    text-align: center;
    color: #fff;
    background: #ec5e5c;
    font-weight: bold;
}

.nursery-search__distance{
    font-size: 0.8rem;
    position: absolute;
    top:15px;
    left:40px;
}

.home#map-container #loc-list .list-label{
    border-radius: 40px;
    float: left;
    margin: 5px 0 0 20px;
    padding: 0px 10px;
    width: 30px;
    text-align: center;
    color: #fff;
    background: #ec5e5c;
    font-weight: bold;
}
#loc-list .list-details{
    float: left;
    margin-left: 6px;
}
#loc-list .list-content{
    padding: 5px;
}
#loc-list .loc-dist{
    font-weight: bold;
    font-style: italic;
    color: #8e8e8e;
}
#loc-list li{
    /*display: inline-block;*/
    border-bottom:1px solid rgba(255,255,255,0.6);
    background:none!important;
    width:95%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: left;
    margin: 0 10px 0 0;
    cursor: pointer;
}
#loc-list .list-focus{
    border: 1px solid rgba(82,168,236,0.9);
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
#map-container .list-hidden{
    display:none;
}
/*#map-container .submit-hidden{
    display:none;
}*/
#map-container .loc-name{
    font-family: 'Quicksand', sans-serif;
    text-transform:uppercase;
    font-weight:bold;
    color:#ec5e5c;
}
.home#map-container .loc-name{
    font-family: 'Quicksand', sans-serif;
    text-transform:uppercase;
    font-weight:bold;
    color:#fff;
}
.home#map-container .loc-addr, .home#map-container .loc-addr2, .home#map-container .loc-addr3, .home#map-container .loc-phone{
    color:rgba(255,255,255,0.9);
}
#search-form{
    clear: left;
    float: left;
    height: 60px;
}
#form-input{
    float: left;
    margin-top: 3px;
}
#form-input label{
    font-weight: bold;
}
#form-input input{
    padding: 4px;
    line-height: 16px;
    border: 1px solid #ccc;
}
#address{
}
#loading-map{
    float: left;
    margin: 4px 0 0 10px;
    width: 16px;
    height: 16px;
    background:url(images/ajax-loader.gif) no-repeat;
}
#map{
    float: left; 
    width: 60%; 
    height: 530px; 
    border:8px solid #ec5e5c;
}
.gm-style img{
    max-width:none;
}
.gm-style .gm-style-iw{
    line-height:16px;
    width:140px;
}
.gm-style .gm-style-iw .loc-name a{
    color:#ec5e5c;
}
#form-container{
    position:relative;
    background:#ec5e5c;
    padding:40px 50px;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
    margin:30px 0;
}
#form-input{
    text-align:center;
    width:100%;
}
#form-input input[type="text"]{
    float:left;
    border:none;
    padding:10px 40px 10px 10px;
    line-height: 27px;
    width:90%;
    text-align:center;
}
#form-input button#submit{
    float:left;
    background:url(images/icon-magnifying.gif) no-repeat center center #fff;
    border:0;
    width:10%;
    height:47px;
}

.menu-nursery-search #form-input input[type="text"]{
    width:75%;
    color:#222;
}
.menu-nursery-search #form-input button#submit{
    background:url(images/icon-magnifying--white.png) no-repeat center center #ec5e5c;
    width:25%;
}

.white-pin{
    background:url(images/icon-whitepin.png) no-repeat left center;
    padding-left:36px;  
}
/* The following is for the geocode page and not the store locator */
#geocode-result{
    clear: left;
    float: left;
    margin-top: 30px;
    width: 100%;
}
/* Infowindow Roboto font override */
.gm-style div,
.gm-style span,
.gm-style label,
.gm-style a {
  font-family: Arial, Helvetica, sans-serif;
}
.bh-sl-error {
  clear: both;
  float: left;
  width: 100%;
  padding: 10px 0;
  color: #ae2118;
  font-weight: bold;
}
.bh-sl-container {
  float: left;
  margin-left: 20px;
  width: 875px;
  font: normal 14px/20px Arial, Helvetica, sans-serif;
  color: #333333;
}
.bh-sl-container .bh-sl-form-container {
  clear: left;
  float: left;
  margin-top: 15px;
  width: 100%;
}
.bh-sl-container .form-input {
  float: left;
  margin-top: 3px;
}
.bh-sl-container .form-input label {
  font-weight: bold;
}
.bh-sl-container .form-input input,
.bh-sl-container .form-input select {
  margin: 0 15px 0 10px;
  padding: 6px 12px;
  line-height: 16px;
  border: 1px solid #cccccc;
  font: normal 14px/18px Arial, Helvetica, sans-serif;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.bh-sl-container button {
  float: left;
  cursor: pointer;
  margin-top: 3px;
  padding: 6px 12px;
  background: #ae2118;
  border: 1px solid #961f17;
  font: normal 14px/18px Arial, Helvetica, sans-serif;
  color: #ffffff;
  white-space: nowrap;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.bh-sl-container .bh-sl-loading {
  float: left;
  margin: 4px 0 0 10px;
  width: 16px;
  height: 16px;
  background: url(../img/ajax-loader.gif) no-repeat;
}
.bh-sl-container .bh-sl-filters-container {
  clear: both;
  float: left;
  width: 100%;
  margin: 15px 0;
}
.bh-sl-container .bh-sl-filters-container .bh-sl-filters {
  list-style: none;
  float: left;
  padding: 0;
  margin: 0 100px 0 0;
}
.bh-sl-container .bh-sl-filters-container .bh-sl-filters li {
  display: block;
  clear: left;
  float: left;
  width: 100%;
  margin: 5px 0;
}
.bh-sl-container .bh-sl-filters-container .bh-sl-filters li label {
  display: inline;
}
.bh-sl-container .bh-sl-filters-container .bh-sl-filters li input {
  display: block;
  float: left;
  margin: 2px 8px 2px 0;
}
.bh-sl-container .bh-sl-map-container {
  clear: left;
  float: left;
  margin-top: 27px;
  height: 530px;
  width: 875px;
}
.bh-sl-container .bh-sl-map-container a {
  color: #e76737;
  text-decoration: none;
}
.bh-sl-container .bh-sl-map-container a:hover,
.bh-sl-container .bh-sl-map-container a:active {
  text-decoration: underline;
}
.bh-sl-container .bh-sl-loc-list {
  float: left;
  width: 30%;
  height: 530px;
  overflow-x: auto;
}
.bh-sl-container .bh-sl-loc-list ul {
  display: block;
  clear: left;
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bh-sl-container .bh-sl-loc-list ul li {
  display: block;
  clear: left;
  float: left;
  margin: 3% 4%;
  cursor: pointer;
  width: 92%;
  border: 1px solid #ffffff;
  /* Adding this to prevent moving li elements when adding the list-focus class*/
}
.bh-sl-container .bh-sl-loc-list .list-label {
  float: left;
  margin: 10px 0 0 6px;
  padding: 2px 3px;
  width: 10%;
  max-width: 25px;
  text-align: center;
  background: #451400;
  color: #ffffff;
  font-weight: bold;
}
.bh-sl-container .bh-sl-loc-list .list-details {
  float: left;
  margin-left: 6px;
  width: 80%;
}
.bh-sl-container .bh-sl-loc-list .list-details .list-content {
  padding: 10px;
}
.bh-sl-container .bh-sl-loc-list .list-details .loc-dist {
  font-weight: bold;
  font-style: italic;
  color: #8e8e8e;
}
.bh-sl-container .bh-sl-loc-list .list-focus {
  border: 1px solid rgba(150, 31, 23, 0.4);
  -moz-box-shadow: 0 0 8px rgba(150, 31, 23, 0.4);
  -webkit-box-shadow: 0 0 8px rgba(150, 31, 23, 0.4);
  box-shadow: 0 0 8px rgba(150, 31, 23, 0.4);
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container {
  width: 100%;
  height: 20px;
  position: relative;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container .bh-sl-close-icon {
  top: 0;
  right: 6px;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title {
  font-weight: bold;
  color: #ae2118;
}
.bh-sl-container .loc-name {
  /* Picked up by both list and infowindows */
  color: #ae2118;
  font-weight: bold;
}
.bh-sl-container .bh-sl-map {
  float: left;
  width: 70%;
  height: 530px;
}
.bh-sl-container .bh-sl-pagination-container {
  clear: both;
}
.bh-sl-container .bh-sl-pagination-container ol {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 10px 0;
}
.bh-sl-container .bh-sl-pagination-container ol li {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  font: bold 14px Arial, Helvetica, sans-serif;
  color: #ae2118;
  text-decoration: underline;
}
.bh-sl-container .bh-sl-pagination-container ol .bh-sl-current {
  color: #333333;
  cursor: auto;
  text-decoration: none;
}
/* Modal window */
.bh-sl-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: url(../img/overlay-bg.png) repeat;
}
.bh-sl-overlay .bh-sl-modal-window {
  position: absolute;
  left: 50%;
  margin-left: -460px;
  /* width divided by 2 */
  margin-top: 60px;
  width: 920px;
  height: 590px;
  z-index: 10010;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px #656565;
}
.bh-sl-overlay .bh-sl-modal-window .bh-sl-modal-content {
  float: left;
  padding: 0 22px;
  /* there's already a margin on the top of the map-container div */
}
.bh-sl-overlay .bh-sl-modal-window .bh-sl-close-icon {
  top: -6px;
  right: -6px;
}
.bh-sl-close-icon {
  position: absolute;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: #2c2c2c url(../img/close-icon.png) 3px 3px no-repeat;
  border: 1px solid #000000;
  border-radius: 3px;
  box-shadow: 0 0 3px #656565;
}
.contact-form .hbspt-form {
    float: left;
    width: 100%;
}
#owl-example .item .slide{
    height:800px;   
}

/* Drill Down Menu */
.slinky-menu {
    display:none;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); 
}

.slinky-menu.active{
    display:block;
}

.slinky-menu > ul {
    left: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.slinky-menu ul,
.slinky-menu li {
    list-style: none;
    margin: 0; 
}

.slinky-menu ul {
    width: 100%;
    border-top:1px solid #ddd;
}

.slinky-menu a {
    align-items: center;
    display: flex; 
}

.slinky-menu a span {
    flex: 1;
    line-height: 1.4;
    text-transform: uppercase;
    color: #3a4042;
    font-size: 14px;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
}

.slinky-menu li ul {
    display: none;
    left: 100%;
    position: absolute;
    top: 0; 
}

.slinky-menu li ul.sub-menu {
    background:#342d3e;
    color:#fff;
}

.slinky-menu li ul.sub-menu li{
    border-left: none;
    border-bottom: 1px solid #594f67;
}

.slinky-menu li ul.sub-menu li a span{
    color:#fff;
}

.slinky-menu li ul.sub-menu li.header{
    background:#fff;
    position:relative;
}

.slinky-menu li.nurseries-submenu ul.sub-menu li.header:after{
    content:'Our Nurseries';
    position:absolute;
    color: #3a4042;
    font-family: 'Quicksand', sans-serif;
    text-transform:uppercase;
    font-weight:600;
    font-size:14px;
    top:20px;
    left:70px;
}



.slinky-menu li ul.sub-menu li.header a.back{
    background:#27B3D8;
}

.slinky-menu li.nurseries-submenu ul.sub-menu li.header a.back{
    background:#79c448;
}

.slinky-menu li ul.sub-menu li.header a.back:before{
    color:#fff;
    opacity: 1;
}

.slinky-menu li ul.sub-menu li.header a.back:hover{
    text-decoration: none;
}

.slinky-menu .header {
    display: flex; 
}

.slinky-menu .header .title {
    flex: 1;
    line-height: 1.4;
    margin: 0;
    order: 1;
}

.slinky-theme-default {
    background: #fff;
}

.slinky-theme-default .title {
    color: #333;
    padding: 1em;
}

.slinky-theme-default li {
    border-bottom:1px solid #ddd;
    border-left:8px solid;
    line-height: 1;
}

.menu-nursery-search{
    background:#524D59;
    padding:30px;
}

.menu-nursery-search__title{
    color:#fff;
    font-family: 'Quicksand', sans-serif;
    text-transform:uppercase;
    font-weight:600;
    margin-bottom:20px;
}

#mainMenu ul>li:nth-child(1) { border-left-color: #2ebbdd!important; }
#mainMenu ul>li:nth-child(2) { border-left-color: #e4423d!important; }
#mainMenu ul>li:nth-child(3) { border-left-color: #79c448!important; }
#mainMenu ul>li:nth-child(4) { border-left-color: #ff9210!important; }
#mainMenu ul>li:nth-child(5) { border-left-color: #2ebbdd!important; }
#mainMenu ul>li:nth-child(6) { border-left-color: #e4423d!important; }
#mainMenu ul>li:nth-child(7) { border-left-color: #79c448!important; }
#mainMenu ul>li:nth-child(8) { border-left-color: #ff9210!important; }
#mainMenu ul>li:nth-child(9) { border-left-color: #2ebbdd!important; }
#mainMenu ul>li:nth-child(10) { border-left-color: #e4423d!important; }
#mainMenu ul>li:nth-child(11) { border-left-color: #79c448!important; }
#mainMenu ul>li:nth-child(12) { border-left-color: #ff9210!important; }
#mainMenu ul>li:nth-child(13) { border-left-color: #2ebbdd!important; }
#mainMenu ul>li:nth-child(14) { border-left-color: #e4423d!important; }
#mainMenu ul>li:nth-child(15) { border-left-color: #79c448!important; }
#mainMenu ul>li:nth-child(16) { border-left-color: #ff9210!important; }

#mainMenu ul>li:nth-child(17) { border-left-color: #2ebbdd!important; }
#mainMenu ul>li:nth-child(18) { border-left-color: #e4423d!important; }
#mainMenu ul>li:nth-child(19) { border-left-color: #79c448!important; }
#mainMenu ul>li:nth-child(20) { border-left-color: #ff9210!important; }


.slinky-theme-default a:not(.back) {
    color: #333;
    padding: 20px 30px;
}

.slinky-theme-default a:not(.back):hover {
    background: rgba(20, 20, 20, 0.05);
    text-decoration: none;
}

.slinky-theme-default a:not(.back):active {
    background: rgba(90, 200, 250, 0.5);
    text-decoration: none;
}

.slinky-theme-default .next::after,
.slinky-theme-default .back::before {
    content: '\25b6';
    font-size: 18px;
    color:#222;
    opacity: 0.25;
    transition: 200ms;
}

.slinky-menu li ul.sub-menu li a:after{
    color:#fff;
}

.slinky-theme-default .next::after {
    margin-left: 1em;
}

.slinky-theme-default .back::before {
    padding: 1em;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.slinky-theme-default .next:hover::after,
.slinky-theme-default .back:hover::before {
    opacity: 0.75;
}

.slinky-theme-default .next:active::after,
.slinky-theme-default .back:active::before {
    opacity: 1;
}


@media (max-width: 767px) {
    .dropdown-menu {
        position: static;
        float: left;
        width: 100%;
        top: auto;
    }
    .dropdown-menu .mobile-only-nav-item {
        display: block;
    }
    .nav > li {
        float: left; width: 100%;
    }
    .navbar .navbar-nav>li>a {
        float: left;
        width: 100%;
    }
    #bs-example-navbar-collapse-1 {
        max-height: initial;
    }
    #menu-main-menu {
        overflow-y: scroll;
    }
    #menu-main-menu >li>a:hover, #menu-main-menu >li>a:focus, #menu-main-menu >.active>a:hover {
        background: #fff;
    }
    .dropdown:hover .dropdown-menu {
        display: none;
    }
    section.home.tiles .ofsted-banner{
        display:none;   
    }
    section.home.tiles .find-nearest, section.home.tiles .find-nearest p, section.home.tiles .our-story, section.home.tiles .news{
        width:100%;     
    }
    section.home.tiles .find-nearest{
        padding:30px;   
    }
    #form-input input[type="text"]{
        font-size:16px;
        text-align:left;    
    }
    .hero-bg.about{
        height:360px;       
    }
    section.about-us .testimonial, section.experienced-team .testimonial{
        display:none;   
    }
    #owl-example .item .slide{
        height:400px;   
    }
    section.feet-top-r, .feet-nursery-facilities, section.feet-top-l{
        background-image:none;
        -webkit-animation:none;
    }
    .upcoming-events{
        margin-bottom:100px;    
    }
    .address-tel .add{
        margin-bottom:20px; 
    }
    .hero-bg.magic-story{
        height:500px;   
        padding:90px 0;
    }
    .intro-img, section.img-break.ms, section.atg .promise{
        display:none;   
    }
    .hero-bg.magic-story p{
        margin-top:20px;
        font-size:16px;
        line-height: 22px;
    }
    .timeline:before, ul.timeline > li > .timeline-badge{
        display:none;   
    }
    ul.timeline > li > .timeline-panel, .timeline > li.timeline-inverted > .timeline-panel{
        text-align:center;
        float:none;
        width: 100%;    
    }
    .timeline-wrap{
        height: 660px;  
    }
    section.contact-info ul.details{
        margin:40px 0;  
    }

    #map{
        width:100%!important;
    }

    .nursery-search__wrap{
        width:100%;
    }
}
@media (max-width: 400px) {
    .hero-bg h1.entry-title{
        font-size:34px; 
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    section.home.tiles .ofsted-banner{
        display:none;   
    }
    section.home.tiles .find-nearest, section.home.tiles .find-nearest p, section.home.tiles .our-story, section.home.tiles .news{
        width:100%;     
    }
}
@media (max-width: 500px){
    section.nursery.about .nursery-accreditation {
        margin: 0 auto;
        float: none;
        margin-bottom: 20px;
        display: block;
    }
}


@media (max-width: 680px){
    section.nursery.nav .anchor-menu .menu-list {
        display: none;
    }
}

.gallery {
    position: relative;
    padding-top: 42px;
    max-width: 800px;
}

.gallery::before {
    content: 'Click to view gallery';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
}

.gallery a {
    display: none;
}

.gallery a:first-child {
    display: block;
}

.gallery a:first-child img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}

.gallery img {
    border: 0 !important;
}

.book-visit h3 {
    color: #001790;
    margin-bottom: 10px;
}

.book-visit p {
    color: #001790;
    font-size: 18px;
    line-height: 1.4;
}

/* Book a visit form */
.booking-form {
    width: 100%;
    max-width: 1440px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.booking-form h2 {
    background-color: #b81c48;
    color: #fff;
    font-size: 22px;
    padding: 16px 22px;
    border-radius: 5px 5px 0 0;
    font-weight: normal;
}

.booking-form form {
    background-color: #f8f8f8;
    padding: 22px 25px;
}

.booking-form label {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #bababa;
    line-height: 1;
    display: block;
    margin-bottom: 7px;
}

.booking-form select {
    font-family: 'Quicksand', sans-serif;
    border: 0;
    background-color: transparent;
    padding: 0;
    padding-bottom: 7px;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #bababa;
    color: #616161;
    line-height: 1;
    margin-bottom: 24px;
    display: block;
}

.booking-form select:last-of-type {
    margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
    .booking-form h2 {
        padding: 8px 15px;
        font-size: 18px;
    }

    .booking-form label {
        font-size: 11px;
    }

    .booking-form select {
        font-size: 18px;
    } 

    .book-visit h3 {
        font-size: 24px;
    }
}

.single-job-form {
    padding: 40px 0;
}

/* 3467 */

.single-nursery__entry {
    display:flex;
    justify-content: space-between;
}

#jump-facilities {
    overflow-x:hidden;
}

.add {
    margin-bottom: 35px;
}

.nursery-call-header {
    margin-bottom: 10px;
}

.single-nursery-slider-text {
    font-size:17px;
}

.single-nursery-icons {
    display:flex;
    margin:30px 0px;
}

.single-nursery-icons img {
    margin-right:30px;
    max-width: 70px;
}

.single-nursery-icons a {
    display:flex;
}

.single-nursery-wrapper {
    max-width:1440px;
    display:flex;
    margin:0 auto;
}

.single-nursery-carousel-left {
    width:580px;
    text-align:left;
    padding:50px 50px 50px 100px;
}

.owl-buttons {
    display:none;
}

.single-nursery-carousel .owl-buttons {
    display:flex;
    justify-content: space-between;
    padding:0px 30px;
}

.single-nursery-carousel .owl-controls {
    position:absolute;
    top:50%;
    bottom:initial;
    right:initial;
    margin-top:0 !important;
    width:100%;
    text-align: initial !important;
}

.single-nursery-carousel .owl-pagination {
    display:none;
}

.single-nursery-carousel .owl-prev, .single-nursery-carousel .owl-next {
    width:80px;
    height:80px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity:1 !important;
    background:#EC5E5C !important;
    border-radius: 0px !important;
    padding:0;
    margin:0 !important;
}

.single-nursery-carousel .owl-prev svg, .single-nursery-carousel .owl-next svg {
    fill:white;
    width:40px;
    height:40px;
}

.single-nursery-carousel .owl-prev:hover,
.single-nursery-carousel .owl-next:hover {
    background:white !important;
}


.single-nursery-carousel .owl-prev:hover svg,
.single-nursery-carousel .owl-next:hover svg {
    fill: #EC5E5C;
}

.single-nursery-header.hero-bg{
    position:relative;
    z-index:2;
    background:#f5f5f5;
    height:800px;
    padding:320px 0;

    text-align:center;
}
.single-nursery-header.hero-bg:before{
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background:#222;
      opacity: 0;
}
.single-nursery-header.hero-bg.nursery{
    padding:0;
    background:none;
    position:relative;
    overflow:hidden;
}
.single-nursery-header.hero-bg.nursery:before {
    content:none;
}

.whatsapp {
    position:fixed;
    bottom:25px;
    left:25px;
    max-width:100px;
    z-index: 999;
    background: white;
}

.whatsapp .btn {
    width:95%;
    padding:15px 20px;
    border:2px solid white;
}


@media screen and (min-width: 768px) {
    .whatsapp .btn {
        position: relative;
        top: -10px;
        width:100%;
        background: white;
        padding: 0 0 10px 0;
        color: black;
        text-transform:capitalize;
        white-space: break-spaces;
        margin: 0;
        border: none;
    }
}

@media screen and (max-width:1100px) {
    .single-nursery-carousel {
        max-width: 100% !important;
        position:relative !important;
    }
    .single-nursery-header.hero-bg {
        height: auto !important;
    }
    .single-nursery-wrapper {
        flex-direction: column;
    }
}

@media screen and (max-width:768px) {
    .navbar {
        overflow: hidden;
    }
    .single-nursery-carousel-left {
        width: auto !important;
        max-width: 90% !important;
        padding:15px 0px 40px 0px !important;
    }
    .single-nursery-wrapper {
        align-items: center;
    }

    .single-nursery-carousel .owl-prev, .single-nursery-carousel .owl-next {
        width:50px;
        height:50px;
    }

    .single-nursery-carousel .owl-prev svg, .single-nursery-carousel .owl-next svg {
        fill:white;
        width:24px;
        height:24px;
    }

    .single-nursery__entry {
        flex-direction: column-reverse;
    }

    .tg-review-widget-container {
        margin-bottom: 65px;
        width:100% !important;
    }

    .whatsapp {
        max-width:100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        left:0;
    }

    .whatsapp img {
        display:none;
    }

    .whatsapp .btn {
        display:block;
    }
}