/*
Theme Name: Alouette Child Care
Theme URI: http://www.alouette.com.au
Description: ...

Author: Neonetworks
Author URI: http://www.neonetwors.com.au
Version: 1.0.0
Tags: light, three-columns, right-sidebar, flexible-width, custom-colors, custom-header, custom-background, custom-menu, theme-options, threaded-comments, sticky-post, translation-ready

License: GNU/GPL Version 2 or later
License URI: http://www.gnu.org/licenses/gpl.html
*/

/*html {
    min-height: 100%;
    min-width: 100%;
    -ms-text-size-adjust: none;
    background-color: #FFFFFF;
    font-family: raleway, sans-serif;
    color: #7F7F7F;
}*/

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body,
button,
input,
select,
textarea {
    color: #333;
    font-family: raleway, sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin:0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 700;
}

p {
    margin-bottom: 1.6em;
}

b,
strong {
    font-weight: 700;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    border-left: 4px solid #707070;
    border-left: 4px solid rgba(51, 51, 51, 0.7);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 18px;
    font-size: 1.8rem;
    font-style: italic;
    line-height: 1.6667;
    margin-bottom: 1.6667em;
    padding-left: 0.7778em;
}

blockquote p {
    margin-bottom: 1.6667em;
}

blockquote > p:last-child {
    margin-bottom: 0;
}

blockquote cite,
blockquote small {
    color: #333;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: raleway, sans-serif;
    line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

address {
    font-style: italic;
    margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    line-height: 1.2;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0.8em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

abbr[title] {
    border-bottom: 1px dotted #eaeaea;
    border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
    cursor: help;
}

mark,
ins {
    background-color: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}


/**
 * 4.0 Elements
 */

hr {
    background-color: #eaeaea;
    background-color: rgba(51, 51, 51, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 1.6em;
}

ul,
ol {
    margin: 0 0 1.6em 1.3333em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

dl {
    margin-bottom: 1.6em;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 1.6em;
}

#menu {
    margin: auto;
    padding: 0px;
    width: 150px;
}

#menu ul, ol {
    margin: 0px;
}

#accordion {
    list-style: none;
    padding: 0px 0px 0px 0px;
    width: 150px;

}

#accordion li {
    display: block;
    /*background-color: #FF9927;*/
    /*font-weight: bold;*/
    margin: 1px;
    cursor: pointer;
    /*padding: 5px 5px 5px 7px;*/
    text-align: center;
    /*list-style: circle;*/
    /*-moz-border-radius: 10px;*/
    /*-webkit-border-radius: 10px;*/
    /*border-radius: 10px;*/
    color: #9F9F9F;
    font-size: 11px;
    padding: 14px 16px;
    border-top: 1px solid #9F9F9F;
    text-transform: uppercase;
}

#accordion ul {
    list-style: none;
    padding: 0 0 0 0;

}

#accordion ul{
    display: none;

}

#accordion ul li {
    font-weight: normal;
    cursor: auto;
    background-color: #fff;
    /*padding: 5px 5px 5px 7px;*/
    padding: 14px 16px;
    border-top:solid 1px #9F9F9F;
    text-align: center;

}

#accordion a {
    text-decoration: none;

}

#accordion a:hover {
    text-decoration: none;
}

#accordion li:first-child {
    border-top: none;
}

#accordion li.current_page_item a {
    color: #8CC63F;
    font-weight: bold;
}

a { 
    /*font-size: 11px;*/
    /*text-align: center;*/
    display: block;
    color: unset;
    /*padding: 14px 16px;*/
    text-decoration: none;
    /*border-bottom: 1px solid #9F9F9F;*/
}

a:hover {
    color: #8CC63F;
}

#container {
	max-width: 955px; /* 1004 */
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    /*height: 100%;*/
    display: flex;
}

#topBar {
	z-index: 2;
	min-height: 55px;
    border-color: #7F7F7F;
	background-color: #0155a9;
	float: left;
	position: absolute;
    left: 0px;
    right: 0px;
}

#topBarContainer {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 955px;
}

#topBarContent {
	z-index: 1;
	margin-top: 0px;
	width: 315px;
	float: left;
	left: 255px;
	position: relative;
	/*margin-left: 250px;*/
	/*position: relative;*/
	/*margin-right: -10000px;*/
    /*min-height: 22px;*/
    /*float: left;*/
}

.topContentTitle {
	color: #FFFFFF;
    line-height: 27px;
    letter-spacing: 0px;
    font-size: 18px;
    font-family: questrial, sans-serif;
    font-weight: 400;
    margin-top: 18px;
    margin-left: 20px;
    margin-bottom: 0px;
    /*position: absolute;*/
}

.smooth_slider {
    margin-bottom: 20px;
}

#linkSocialMedia {
	z-index: 115;
    width: 35px;
    height: 35px;
    position: relative;
    margin-top: 14px;
    left: 500px;
    float: left;
    /*background: url("../images/icon_fb_white.png");*/
    /*-webkit-transition-duration: 1s;
    -webkit-transition-delay: 0s;
    -webkit-transition-timing-function: ease;
    transition-duration: 1s;
    transition-delay: 0s;
    transition-timing-function: ease;
    background-size: contain;*/
    /* other css */
    /*margin-bottom: -1px;*/
    /*margin-right: -10000px;*/
    /*display: block;*/
}

.linkSocialMediaFB {
	background: url("images/icon_fb_white.png");
	/*background: transparent url("../images/icon_fb_white.png") no-repeat center center;*/
}

.linkSocialMediaTW {
	background: url("images/icon_twitter_white.png");
}

.linkSocialMediaLDN {
	background: url("images/icon_linked_white.png");
}

#containerMenu {
    max-width: 941px; /* 1004 */
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
}

#menuBar {
	z-index: 3;
    width: 241px;
    /*height: 724px;*/
    min-height: 924px;
    max-height: 1024px;
    position: relative;
    box-shadow: 5px 2px 6px rgba(127,127,127,0.5);
    border-color: #000000;
    background-color: #FFFFFF;
    border-radius: 0px 0px 10px 10px;
    color: #7F7F7F;
    float: left;
    /*margin-right: -5px;*/
    /*margin-left: 100px;*/
}

#menuBarLogo {
	margin-top: 50px;
	display: flex;
	/*padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;*/
}

.menuBarLogoImg {
	width: 200px;
	height: auto;
	margin: auto;
}

#menuBarLogoSubtitle {
	margin-top: 10px;
	font-family: "Fredericka the Great", fantasy;
	line-height: 1.1em;
	text-align: center;
    letter-spacing: normal;
    font-style: normal;
    font-size: 22px;
    color: #000000;
}

#menuBarList {
	margin-top: 20px;
}

#menuBarContentTop {
    /*margin: 20px 10px 20px 10px;*/
    /*margin-top: 20px;
    margin-bottom: 20px;*/
}

#menuBarContentBottom {
    z-index: 3;
    width: 223px;
    margin-top: 30px;
    padding: 10px;
    /*height: 724px;*/
    min-height: 724px;
    max-height: 924px;
    position: relative;
    box-shadow: 5px 2px 6px rgba(127,127,127,0.5);
    border-color: #000000;
    background-color: #88C68B;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    float: left;
    /*z-index: 3;
    width: 241px;
    position: relative;
    background-color: #FFFFFF;
    color: #7F7F7F;
    float: left;
    margin-top: 20px;
    margin-right: -5px;
    margin-left: 100px;*/
}

/*#menuBarContentBottom > div. {*/
div.contentText {
    padding: 20px;
    background-color: #88C68B;
    border-radius: 10px 10px 10px 10px;
}

div#menuBarContentBottom > div.ninja-forms-cont {
    padding: 20px;
    background-color: #88C68B; /*#96b6aa;*/
    border-radius: 10px 10px 10px 10px;
}

#mainContent {
	z-index: 2;
	width: 682px;
	margin-top: 60px;
    margin-left: 30px;
    position: relative;
    float: left;
	/*position: absolute;*/
	/*position: relative;*/
	/*background-color: #FCFCFC;*/
	/*float: left;*/
	/*margin-left: 10px;*/
	/*margin-left: auto;*/
    /*margin-right: auto;*/
	/*min-width: 300px;*/
	/*margin-right: auto;*/
}

/*.mainContentCentered {
	float: left;
	position: absolute;
	margin-left: 260px;
}*/

#mainContentSlider {
	margin-top: 10px;
}

.slider {
	color: #8CC63F;
	font-family: "Fredericka the Great", fantasy; /*open-sans, sans-serif;*/
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    padding: 0px;
}

.sliderSubtitle {
    color: #5F5F5F;
    font-family: open-sans, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 0px;
}

#mainContentBody {
	margin-top: 20px;
	/*height: 400px;*/
	/*background: transparent url("images/img_main_page.jpg") no-repeat center center;*/

}

/*img.size-full {
    height: auto;
    width: 682px;
    margin-bottom: 20px;
}*/

#mainContentBody h1,
#mainContentBody h2,
#mainContentBody h3,
#mainContentBody h4,
#mainContentBody h5,
#mainContentBody h6 {
    color: #0155a9;
    font-family: "Fredericka the Great", fantasy;
    font-size: 36px;
}

#mainContentBody h3.title {
    color: #FFFFFF;
    font-family: unset;
    font-size: unset;
}

#mainContentBody h3.arconix-faq-term-title {
    color: unset;
    font-family: unset;
    font-size: unset;
}

#mainContentBody div.squareDemo {
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    background-position: center !important;
    background-size: cover !important;
}

#mainContentBody h2 {
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.smooth_slideri > h2 {
    text-align: center;
}

#mainContentBody h2.ninja-forms-form-title {
    font-family: unset;
    font-size: 16px;
    color: unset;
    text-transform: uppercase;
}

img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#mainContentBodySecond {
    margin-top: 20px;
    margin-left: 20px;
    height: 400px;
    background: transparent url("images/childcare_01.jpg") no-repeat center center;

}

#bottomContainer {
    max-width: 1155px; /* 1004 */
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    /*float: left;*/
    /*position: relative;*/
    /*left: 0px;*/
    /*right: 0px;*/
}

#bottomContent {
    /*color: #9F9F9F;*/
    line-height: 27px;
    letter-spacing: 0px;
    font-family: questrial, sans-serif;
    font-weight: 400;
    /*float: left;*/
    margin: auto;
    margin-top: 20px;
    /*z-index: 5;
    float: left;
    width: 100%;
    margin-top: 30px;*/
    /*margin-left: 10px;*/
    /*position: relative;*/
}

#bottomContentBar {
    /*color: #9F9F9F;*/
    line-height: 27px;
    letter-spacing: 0px;
    font-family: questrial, sans-serif;
    font-weight: 400;
    /*float: left;*/
    margin: auto;
    margin-top: 20px;
    /*z-index: 5;
    float: left;
    width: 100%;
    margin-top: 30px;*/
    /*margin-left: 10px;*/
    /*position: relative;*/
}

#bottomContentBar h1,
#bottomContentBar h2,
#bottomContentBar h3,
#bottomContentBar h4,
#bottomContentBar h5,
#bottomContentBar h6,
#bottomContentBar p {
    color: #FFFFFF;
}

#bottomContentBar h5 {
    font-size: 14px;
    padding: 0px;
    margin: 10px 0px;
}

#bottomContentBar p {
    margin-bottom: 0px;
    font-size: 13px;
}

#bottomContentTitle {
    z-index: 5;
    float: left;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    /*margin-top: 70px;*/
    /*margin-left: 10px;*/
    /*position: relative;*/
}

.bottomContentTitleText {
    color: #8CC63F;
    font-family: "Fredericka the Great", fantasy; /*open-sans, sans-serif;*/
    font-size: 64px;
    font-weight: 300;
    text-align: center;
    padding: 0px;
    /*margin-top: 30px;*/
    margin-bottom: 40px;
}

#bottomBar {
    z-index: 5;
    display: flex;
    border-color: #7F7F7F;
    background-color: #0155a9;
    float: left;
    width: 100%;
    height: 150px;
    /*margin-top: 30px;*/
    padding-bottom: 30px;
    /*text-align: center;*/
}

.bottomBarText {
    margin-bottom: 0px;
    color: #FFFFFF;
    font-size: 13px;
    /*width: 33%; */
    /*position: relative;*/
}

.bottomBarTextTitle {
    font-weight: bold;
    font-size: 14px;
}

.contactInfo { 
    margin-left: 20px;
    font-size: 12px;
    position: relative;
    float: left;
    margin-bottom: 20px;
}

#contactBox {
    z-index: 5;
    display: flex;
    background-color: #FFFFFF;
    float: left;
    width: 670px;
    /*height: 200px;*/
    margin-top: 20px;
    margin-left: 5px;
    margin-bottom: 20px;
    /*padding-bottom: 30px;*/
}

#contactBoxText {
    /*line-height: 27px;*/
    letter-spacing: 0px;
    font-family: questrial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    /*float: left;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 200px;
}

#contactBoxText h5 {
    font-family: unset;
    color: unset;
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

.buttonRight {
    float: right;
}

.formButton {
  background: #34d98f;
  background-image: -webkit-linear-gradient(top, #34d98f, #28a167);
  background-image: -moz-linear-gradient(top, #34d98f, #28a167);
  background-image: -ms-linear-gradient(top, #34d98f, #28a167);
  background-image: -o-linear-gradient(top, #34d98f, #28a167);
  background-image: linear-gradient(to bottom, #34d98f, #28a167);
  text-shadow: 1px 1px 1px #666666;
  /*font-family: Arial;*/
  color: #ffffff;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  border: solid #6d9989 1px;
  text-decoration: none;
}

.formButton:hover {
  background: #3beb9c;
  background-image: -webkit-linear-gradient(top, #3beb9c, #3ad690);
  background-image: -moz-linear-gradient(top, #3beb9c, #3ad690);
  background-image: -ms-linear-gradient(top, #3beb9c, #3ad690);
  background-image: -o-linear-gradient(top, #3beb9c, #3ad690);
  background-image: linear-gradient(to bottom, #3beb9c, #3ad690);
  text-decoration: none;
}

.formTextArea {
    background:#FFFFFF;
    /*color:#999999;*/
    border:1px solid #cccccc;
    border-radius:0px ;
    /*font-size:14px ;*/
    /*width: 300px ;*/
    padding: 10px ;
    /*box-shadow: -1px 0px 0px #DCDCDC; 
    -webkit-box-shadow: -1px 0px 0px #DCDCDC; 
    -moz-box-shadow: -1px 0px 0px #DCDCDC; */
}

.formInputText {
    border-color: #cccccc;
    border-style: solid;
    padding: 8px;
    /*font-size: 14px;*/
    border-width: 1px;
    background-color: #ffffff;
}
 
.formInputText:focus, .formTextArea:focus, .formSelectList:focus {
    outline: none;
}

.formInputText, .formTextArea, .formSelectList {
    font-size: 14px;
}

.formSelectList {
    border-color: #cccccc;
    border-style: solid;
    padding: 8px;
    /*font-size: 14px;*/
    border-width: 1px;
    background-color: #ffffff;
    /*background: url('images/icon_select_down_arrow.png') right right / 100% no-repeat transparent;*/
    background: #ffffff url("images/icon_select_down_arrow.png") no-repeat 99% 50%/18px 18px;
    border-radius: 0px;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.formSelectList option {
    /*border-color: #cccccc;*/
    /*border-style: solid;*/
    padding: 8px;
    /*font-size: 14px;*/
    /*border-width: 1px;*/
    background-color: #ffffff;
    /*border-radius: 0px;*/
    border: none;
    /*overflow: hidden;*/
}

div.ninja-forms-cont {
    position: unset;
}

iframe.map {
    /*width: unset;*/
    height: 300px;
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
}

p > iframe {
    width: 100%;
    /*max-height: 100%;*/
    height: 70%;
}

div.squareDemo {
    float: left;
    margin-bottom: 10px;
    margin-left: 18px;
    margin-right: 18px;
    background-position: center !important;
    background-size: cover !important;
}

/*div#menuBarContentBottom < div#square_production_pages_link_1715612 {
    background-color: #FFFFFF;
    border-radius: 0px;
}*/

@font-face {
    font-family: "Fredericka the Great";
    src: url("fonts/FrederickatheGreat-Regular.ttf");
}

/*.browserWidth > * {
    position: absolute;
    left: 0px;
    right: 0px;
}*/

/*@media screen and (max-width: 400px) {
   #menuBar { 
    float: none;
    margin-right:0;
    width:auto;
    border:0;
    border-bottom:2px solid #000;

  }
}