/*
    Theme Name: Happy Child
    Theme URI: http://happychild.stylemix.net/
    Author: StylemixThemes
    Author URI: http://stylemixthemes.com/
    Description: Happy Child is the outstanding WordPress theme created for professional child care centres and kindergartens.
    Version: 3.3
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: Child, Care, Kindergarten, Preschool
    Text Domain: happychild

    This theme, like WordPress, is licensed under the GPL.
    Use it to make something cool, have fun, and share what you've learned with others.
*/

@import "assets/css/style.css?v=3.3";

body.page #Splash .wpb_row {
  padding: 0 0 20px 0;
}
#Splash p {
  font-size: 1.3em;
  line-height: 1.5em;
  color: #444;
  text-align: center;
}

#buckets2 {
	margin: 0 auto 2em;
	padding: 3em 0;
	background: #FFE100 url("http://bikepittsburgh.com/wp-content/uploads/2018/04/bg_landmarks.jpg") center center no-repeat;
	background-size: cover;
}
#buckets2 .bucket {
  padding: 1em .75em;
  text-align: center;
  background: #fff;
  border-top: 10px solid #5B7782;
  border-bottom: 15px solid #5B7782;
  box-shadow: 0 3px 6px 0 rgba(35,31,32,0.25);
}
#buckets2 .bucket h2 {
  margin: 0 auto 1em;
  font-size: 1.25rem;
  text-align: center;
  text-transform: uppercase;
}
#buckets2 .bucket hr {
  max-width: 60%;
  margin: 0 auto 1em;
  border: 0;
  border-bottom: 1px solid #FFE100;
}
#buckets2 .bucket img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
#buckets2 .bucket a.btn {
  margin: -3em auto 0;
  }

#message-board2 {
  margin: 0 auto 2em;
  background: #5B7782 url("http://bikepittsburgh.com/wp-content/uploads/2018/04/bg_message_board.jpg") center center no-repeat;
  background-size: cover;
}
#message-board2 .wpb_row {
	padding: 0;
}
#message-board2 .vc_column_container {
  padding-top: 6em;
  padding-bottom: 8em;
  text-align: center;
  background: rgba(255,255,255,0.75);
}
#message-board2 .vc_column_container h3 {
  font-family: "lato",sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
#landmarks2 {
  margin: 0 auto 3em;
  padding: 1em 0 3em;
  background: #FFE100 url("http://bikepittsburgh.com/wp-content/uploads/2018/04/bg_buckets.jpg") center center no-repeat;
  background-size: cover;
}
#landmarks2 h4 {
  font-size: 30px;
  text-transform: uppercase;
}

#landmarks2 .landmark {
  margin-bottom: 1em;
  padding: 1em .5em .5em;
  text-align: center;
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(35,31,32,0.25);
}
#landmarks2 .landmark h4 {
  margin: 0 auto .25em;
  font-size: 1rem;
  text-transform: uppercase;
}
#landmarks2 .landmark hr {
  max-width: 60%;
  margin: 0 auto 1em;
  border: 0;
  border-bottom: 1px solid #FFE100;
}
#landmarks2 .landmark img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  border: 2px solid rgba(91,119,130,0.25);
}
#Location h4 {
  font-size: 30px;
  text-transform: uppercase;
}

/* ********** Flexslider styles ********** */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 60px; background: none; border: 0; position: relative;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}
.flexslider ul.slides li p {
	margin-bottom: 1em;
	font-family: "lato",sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 140%;
}


#Features .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12 {
	padding-left: 0 !important;
	padding-right: 0 !important;
  margin: 0;
}
#Features .full_width.no_margin.no_columns_margin > .wpb_row > .wpb_column, .full_width.no_margin.no_columns_margin > .wpb_row > .vc-vc_column.vc-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
  margin: 0;
}
#Features .SliderCol {
  padding: 0 !important;
  margin: 0;
}

#Featured {
  text-align: center;
  margin: -50px 0 0 0;
}
#Featured .flexslider {margin: 0;}
#Featured ul.slides li {
  max-height: 500px;
  position: relative;
  overflow: hidden;
}
#Featured ul.slides li img {
  position: relative;
  top: 0px;
}
#Featured ul.slides li .container {
  position: absolute;
  top: 100px;
  width: 100%;
}
#Featured ul.slides li h1 {
  text-transform: none;
  color: #fff;
  text-shadow: 0 0 10px #231F20;
}


body.home #buckets {
display: none;
}

body.home #landmarks {
display: none;
}

body.home #events-blog {
display: none;
}

body.home #feature {
display: none;
}


body.home #message-board {
display: none;
}

#message-board2 {
  font-size: 2rem;
}

@media screen and (max-width: 860px) {
#Featured ul.slides li {
  max-height: auto;
}
#Featured ul.slides li img {
  top: 0;
  }
#Featured ul.slides li .container {
  position: static;
  background: #000;
  padding: 10px;
  }
#Featured ul.slides li h1 {
  font-size: 1.25em;
  }
}
