
@charset "UTF-8";


/* #Body
================================================== */


.navInner {
  
  font-size: 62.5%;
}



.shadow {
  margin: 0 auto;
  width: 1200px;
  -webkit-box-shadow: 0 1px 6px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 6px 4px rgba(0, 0, 0, 0.5);
  overflow: auto; }



/***********************************************
Lists
***********************************************/
ul, ol {
  margin: 0 0 2em 0;
  display: block;
  list-style: none; }

ul {
  list-style: none outside; }

ul li {
  margin: 0 0 15px 0;
  padding: 0 0 0 18px;
  line-height: 18px;
  background: transparent url("../img/bullet.png") no-repeat 0 3px;
  font-size: 1.4em; }

ul ul, ul ol {
  margin: 11px 0 5px 0; }

ol ol, ol ul {
  margin: 8px 0 5px 20px; }

ul ul li {
  margin: 0 0 5px 0;
  font-size: inherit; }

ul ol li, ol ol li, ol ul li {
  margin: 0 0 3px 0;
  font-size: inherit; }

ul.square, ul.square ul,
ul.circle ul.square {
  list-style: square outside; }

ul.circle, ul.circle ul,
ul.square ul.circle {
  list-style: circle outside; }

ul.disc, ul.disc ul {
  list-style: disc outside; }

ul.square li,
ul.circle li,
ul.disc li {
  margin: 0 0 5px 18px;
  padding: 0;
  line-height: 18px;
  background: none; }

ol {
  list-style: decimal; }

ol li {
  margin: 0 0 10px 22px;
  padding: 0;
  line-height: 18px; }

dl {
  margin: 16px 0 26px 0;
  padding: 0; }

dt {
  margin: 0 0 10px 0;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold; }

dd {
  margin: 0 0 10px 10px; }



/***********************************************
Links
***********************************************/
a:link {
  color: #ff8200;
  text-decoration: none;
  outline: 0;
  transition-property: color .1s linear 0s;
  -moz-transition: color .1s linear 0s;
  -webkit-transition: color .1s linear 0s;
  -o-transition: color .1s linear 0s; }

a:visited {
  color: #ff8200;
  text-decoration: none;
  outline: 0; }

a:active {
  color: #b45c00;
  text-decoration: none;
  outline: 0; }

a:hover {
  color: #b45c00;
  text-decoration: underline;
  outline: 0; }

a:focus {
  -moz-outline-style: none; }

/***********************************************
Images, iFrames & Videos
***********************************************/
img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto; }

.img-left {
  float: left;
  margin: 0 30px 30px 0;
  border: none; }

.img-right {
  float: right;
  margin: 0 0 30px 30px;
  border: none; }

.img-max {
  width: 100%;
  height: auto; }

.media {
  position: relative;
  margin: 0 0 15px 0;
  padding-bottom: 51%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border: 1px solid #ccc; }

.media iframe,
.media object,
.media embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

p img,
div.wp-caption img {
  border: 10px solid #fff;
  /* gold tint #FBF8F1 */
  -webkit-box-shadow: inset 0 1px 3px 0 #bbb;
  box-shadow: 0 1px 3px 0 #bbb; }

img.logo {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.alignright {
  float: right;
  margin-left: 1.5em; }

.alignleft {
  float: left;
  margin-right: 1.5em; }

.wp-caption {
  max-width: 100% !important;
  height: auto; }

body.page-childrens-farm-animals .wp-caption.alignleft {
  margin-right: 0;
  width: 25% !important; }

body.page-childrens-farm-animals .wp-caption.alignleft a:hover img {
  -webkit-box-shadow: none;
  box-shadow: none; }







.headWrap {
 
  position: relative; }

.headWrap:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 11px;
  bottom: -5px;
  background: url("../img/masthead-border.png") repeat-x;
  z-index: 1000; }



.headWrap .logo {
  text-align: center;
  padding-top: 1px;
z-index: 1001;}



.headWrap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 160px;
    bottom: 0px;
    background: url(img/masthead-border-flowers.png) repeat-x ;
    z-index: 1;
}

.banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: -1px;
    background: url(../img/Home-Banner-base.png) repeat-x;
    z-index: 1000;
    pointer-events: none;
    display: block;
}

/***********************************************
Navigation
***********************************************/
.nav {
  text-align: center;
  padding-top: 0.5em;
  overflow: hidden;
  z-index: 1000;}

.nav ul {
  margin: 0;
  position: relative;
  display: block;
  border-left: 0px solid #ececec;
  /*float: right;*/
  width: auto;
  display: inline-block;
  height: 4.2em;
z-index: 1000;}

.nav ul li {
  float: left;
  display: inline;
  margin: 0 6px 0 0;
  padding-left: 0;
  background: none;
  font-size: 3em;
  position: relative; 
z-index: 1000;}

.nav ul li a {
  display: block;
  padding: 10px 10px 30px 10px;
  text-decoration: none;
  color: #fff;
  font-family: 'Amatic SC', cursive;
  font-weight: 700 !important;
  cursor: pointer;
z-index: 1000;}

.nav ul li:nth-child(even) a {
  -moz-transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg); }

.nav ul li:nth-child(odd) a {
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg); }

.nav ul li:nth-child(1) a {
  background: #934e99; }

/* Purple */
.nav ul li:nth-child(2) a {
  background: #ff8200; }

/* Orange */
.nav ul li:nth-child(3) a {
  background: #d95f06; }

/* Dark Orange */
.nav ul li:nth-child(4) a {
  background: #e7217a; }

/* Pink */
.nav ul li:nth-child(5) a {
  background: #004899; }

/* Dark Blue */
.nav ul li:nth-child(6) a {
  background: #377421; }

/* Green */
.nav ul li:nth-child(7) a {
  background: #4db6e4; }

/* Light Blue */
.nav ul li.purple a {
  background: #a7341d; }

/* Purple */
.nav ul li.orange a {
  background: #4d0904; }

/* Orange */
.nav ul li.red a {
  background: #d22968; }

/* Dark Orange */
.nav ul li.pink a {
  background: #ff377e; }

/* Pink */
.nav ul li.blue a {
  background: #4d0427; }

/* Dark Blue */
.nav ul li.green a {
  background: #7a113d; }

/* Green */
.nav ul li.light-blue a {
  background: #4db6e4; }

/* Light Blue */
.nav ul > li a:hover {
  margin-top: 3px; }

.nav ul li.current-menu-item > a,
.nav ul li.current-menu-parent > a {
  color: #fff !important; }

.nav ul li.menu-item-type-custom > a {
  /* cursor: default; */ }



/*
* Amazium (http://www.amazium.co.uk)
* Copyright 2010 - 2013, Mike Ballan
* Licensed under MIT (https://github.com/OwlyStuff/Amazium/blob/master/LICENSE)
*/
/***********************************************
Screen 1200px+
***********************************************/

.row {
    width: 100%; }


.show-mobile {
  display: none !important; }

.show-tablet {
  display: none !important; }

.show-screen {
  display: inherit; }

.hide-mobile {
  display: inherit !important; }

.hide-tablet {
  display: inherit !important; }

.hide-screen {
  display: none !important; }

/***********************************************
Screen Smaller than 1200px
***********************************************/
@media (min-width: 960px) and (max-width: 1199px) {
  .row {
    width: 100%; }

  .show-mobile {
    display: none !important; }
  .show-tablet {
    display: none !important; }
  .show-screen {
    display: inherit !important; }
  .hide-mobile {
    display: inherit !important; }
  .hide-tablet {
    display: inherit !important; }
  .hide-screen {
    display: none !important; } 


.headWrap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 160px;
    bottom: 0px;
    background: url(img/masthead-border-flowers.png) repeat-x ;
    z-index: 1;
}
}

/***********************************************
Tablet (Smaller than 959px)
***********************************************/
@media (min-width: 768px) and (max-width: 959px) {
  .row {
    width: 100%;
	}
 
  .show-mobile {
    display: none !important; }
  .show-tablet {
    display: inherit !important; }
  .show-screen {
    display: inherit !important; }
  .hide-mobile {
    display: inherit !important; }
  .hide-tablet {
    display: none !important; }
  .hide-screen {
    display: none !important; } 
	
	
	
	
.headWrap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0px;
    background: url(img/masthead-border-flowers-no-crows.png) repeat-x;
    z-index: 1;
}
}


/***********************************************
 (Smaller than 768px)
***********************************************/
@media  (max-width: 768px) {
  .row {
    width: 100%;
	}
 
  .show-mobile {
    display: none !important; }
  .show-tablet {
    display: inherit !important; }
  .show-screen {
    display: inherit !important; }
  .hide-mobile {
    display: inherit !important; }
  .hide-tablet {
    display: none !important; }
  .hide-screen {
    display: none !important; } 
	
	
	
	
.headWrap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0px;
    background: url(img/masthead-border-flowers-no-crows.png) repeat-x;
    z-index: 1;
}
}


/***********************************************
 (Smaller than 734px)
***********************************************/
@media  (max-width: 734px) {
  .row {
    width: 100%;
	}
 
  .show-mobile {
    display: none !important; }
  .show-tablet {
    display: inherit !important; }
  .show-screen {
    display: inherit !important; }
  .hide-mobile {
    display: none !important; }
  .hide-tablet {
    display: none !important; }
  .hide-screen {
    display: none !important; } 
	
	
	
	
.headWrap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0px;
    background: none;
    z-index: 1;
}
}


