/*
Theme Name:     Grizzly Child
Description:    Child theme of the Grizzly Theme
Author:         Wegrass Interactive
Author URI:     http://wegrass.com
Template:       grizzly-theme
Version:        1.0
*/

/* ------- Insert custom styles below this line ------- */
.icon-title {
	color: #e54b00;
}

#site-title img { margin: 0 auto; padding: 0 15px; }

#home-feature-next,
#home-slide-wrapper .flex-direction-nav li .flex-next {
	width: 95px;
	height: 95px;
	background: url(../grizzly-child/images/arrow.png)  no-repeat scroll -100px 0 transparent;
	position: absolute;
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	right: 0;
	margin: 0;
	opacity: 0.8;
	z-index: 9999;
	text-indent: -999em;
}
#home-feature-next:hover,
#home-slide-wrapper .flex-direction-nav li .flex-next:hover {
	background-position:-100px -100px;
}
#home-feature-next:active,
#home-slide-wrapper .flex-direction-nav li .flex-next:active {
	background-position: -100px -100px !important;
	opacity: 1;
}
#home-slide-wrapper .flex-direction-nav li {
	margin: 0;
}
#home-feature-prev,
#home-slide-wrapper .flex-direction-nav li .flex-prev {
	width: 95px;
	height: 95px;
	background: url(../grizzly-child/images/arrow.png) no-repeat;
	position: absolute;
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	left: 0;
	margin: 0;
	opacity: 0.8;
	z-index: 9999;
	text-indent: -999em;
}
#home-feature-prev:hover,
#home-slide-wrapper .flex-direction-nav li .flex-prev:hover {
	background-position:0 -100px;
}
#home-feature-prev:active,
#home-slide-wrapper .flex-direction-nav li .flex-prev:active {
	background-position: 0 -100px !important;
	opacity: 1;
}

.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .0s ease;}