/*
Theme Name: Kidslife
Theme URI:  https://kidslifewp.wpengine.com/
Author: the DesignThemes team
Author URI: https://wedesignthemes.com/
Description: Kids Life | Children WordPress Theme 
Version: 4.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: kidslife

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.
*/

.aligncenter {
	text-align:center;
}

.alignleft {
	text-align:left;
}

.alignright {
	text-align:right;
}

.homepageboxes {
	padding:10px;
	color:#FFFFFF;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#002c40+0,005c82+100 */
	background: #002c40; /* Old browsers */
	background: -moz-linear-gradient(top,  #002c40 0%, #005c82 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002c40), color-stop(100%,#005c82)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #002c40 0%,#005c82 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #002c40 0%,#005c82 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #002c40 0%,#005c82 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #002c40 0%,#005c82 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002c40', endColorstr='#005c82',GradientType=0 ); /* IE6-9 */
}

.homepageboxestitle {
	text-shadow: 1px 1px 4px #000;
	background: url('/wp-content/uploads/home_redbg.png');
	font-family: 'Bubblegum Sans', cursive;
	padding:7px;
	color:#ffffff;
	text-align:center;
}

.homepageboxes a {
	color:#FFFFFF;
	text-decoration: underline;
}

.homepageboxes a:hover {
	color:#cf571b;
	text-decoration: underline;
}
.clear {
	clear:both;
}

#googleforms-contact {
	padding:20px 10px 20px 10px;
	border-radius: 10px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fb2f00+0,7a1800+100 */
		/* background: #fb2f00; /* Old browsers */
		/* background: -moz-linear-gradient(top,  #fb2f00 0%, #7a1800 100%); /* FF3.6+ */
		/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb2f00), color-stop(100%,#7a1800)); /* Chrome,Safari4+ */
		/* background: -webkit-linear-gradient(top,  #fb2f00 0%,#7a1800 100%); /* Chrome10+,Safari5.1+ */
		/* background: -o-linear-gradient(top,  #fb2f00 0%,#7a1800 100%); /* Opera 11.10+ */
		/* background: -ms-linear-gradient(top,  #fb2f00 0%,#7a1800 100%); /* IE10+ */
		/* background: linear-gradient(to bottom,  #fb2f00 0%,#7a1800 100%); /* W3C */
		/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb2f00', endColorstr='#7a1800',GradientType=0 ); /* IE6-9 */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fb2f00+0,7a1800+100 */
		background: #fb2f00; /* Old browsers */
		background: -moz-linear-gradient(top,  #fb2f00 0%, #7a1800 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #fb2f00 0%,#7a1800 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #fb2f00 0%,#7a1800 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb2f00', endColorstr='#7a1800',GradientType=0 ); /* IE6-9 */

}

div.ss-form-entry input {
	background: #FFFFFF !important;
	color:#000000 !important;
	padding:5px;
	margin-bottom:5px;
	font-family: 'Lato', sans-serif;
}

div.ss-form-entry textarea {
	background: #FFFFFF !important;
	color:#000000 !important;
	padding:5px;
	width:100%;
	font-family: 'Lato', sans-serif;
}

div.ss-form-entry span.field_name {
	font-size:16px;
	color:#FFFFFF;
}

.gallery.default .gallery-item dt {
	margin-bottom:0px;
}

.gallery-item {
	background:#FF0000 !mportant;
	border:1px solid #000000;
}

.gallery-item img {
	border:4px solid #FFFFFF !important;
}

.gallery-item img:hover {
	border:4px solid #CF571B !important;
}

div.ss-q-title {
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
}