/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.homeWrapper {
	margin-top: 25px;
}

/* Character Carousel */
#characterCarousel {
	padding: 15px 0;
	margin-left: auto;
	margin-right: auto;
}

#characterCarousel h1 {
	text-align: center;
	color: #b00069;
}

.characterText {
	float: left;
	width: 55%;
	padding-right: 25px;
	vertical-align: middle;
}

.characterText h2 {
	font-family: "Schoolbell", sans-serif;
}

.characterImage {
	float: left;
	width: 40%;
	vertical-align: middle;
}

.characterImage img {
	width: 100%;
}

.characterButton {
	width: 80%;
	font-family: "Schoolbell", sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	padding: 7px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f7d343;
	border: 3px solid #b00069;
	border-radius: 20px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbe883+0,f7d343+100 */
	background: #fbe883;
/* Old browsers */
	background: -moz-linear-gradient(top,#fbe883 0%,#f7d343 100%);
/* FF3.6-15 */
	background: -webkit-linear-gradient(top,#fbe883 0%,#f7d343 100%);
/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,#fbe883 0%,#f7d343 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbe883',endColorstr='#f7d343',GradientType=0);
/* IE6-9 */
}

.characterButton p {
	padding: 0;
	margin: 0;
}

.characterButton:hover, .characterButton a:hover {
	text-decoration: none;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7d343+99,fbe883+100 */
	background: #f7d343;
/* Old browsers */
	background: -moz-linear-gradient(top,#f7d343 99%,#fbe883 100%);
/* FF3.6-15 */
	background: -webkit-linear-gradient(top,#f7d343 99%,#fbe883 100%);
/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,#f7d343 99%,#fbe883 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7d343',endColorstr='#fbe883',GradientType=0);
/* IE6-9 */
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background-color: #b10069;
}

.owl-theme .owl-controls .owl-buttons div {
	background-color: #b10069;
}

.owl-theme .owl-controls .owl-page span {
	background-color: #b10069;
}

.owl-theme .owl-controls .owl-buttons div {
/*background-color: none;*/
}

.owl-theme .owl-controls .owl-buttons div {
/*border-radius: none;*/
}

.owl-prev {
/*background-color: none;
	border-radius: none;
	background: url('http://thepoodletales.com/wp-content/uploads/2016/09/carousel-arrows.png') 0 0 no-repeat;
	width: 50px;
	height: 25px;*/
}

.owl-next {
/*background-color: none;
	border-radius: none;
	background: url('http://thepoodletales.com/wp-content/uploads/2016/09/carousel-arrows.png') 60px 0 no-repeat;
	width: 50px;
	height: 25px;*/
}

/* Footer */
ul.footerCol {
	width: 16%;
}