/*
Theme Name: KiddoTurf Child
Theme URI: http://themefuse.com/demo/wp/kiddo-turf/
Description: Child theme for the KiddoTurf theme. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Author URI: http://themefuse.com
Template: kiddo-turf-parent
*/

@import url("../kiddo-turf-parent/style.css");

.slide_line {
	height:0px;
	background:#fff08c;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);}


.btn_slider {
	height:42px;
	display:none;
	line-height:42px;
	border:3px solid #c1e6eb;
	border-radius:21px;
	-webkit-border-radius:21px;
	padding:0 35px;
	background:url(images/button_sprite.png) 0 0 repeat-x;
	color:#fff;
	font-size:24px;
	font-family: 'Nunito', sans-serif;
	font-weight:bold;
	-webkit-box-shadow:  0px 10px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 10px 5px 0px rgba(0, 0, 0, 0.2);}