/* supplement.css — homepage slider + page title banners */

.page_title_ctn {
	background-color: #2b2b2b;
	background-repeat: no-repeat !important;
	background-position: top center !important;
	background-size: cover !important;
}

.blog .page_title_ctn,
.single-post .page_title_ctn,
.single .page_title_ctn {
	background-image: url(/wp-content/uploads/head_blog.jpg);
}

#rev_slider_1_1_wrapper {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	background: #e9e9e9;
	z-index: 0;
}

#rev_slider_1_1_wrapper img,
.home-hero-slider img {
	max-width: 100% !important;
	height: auto !important;
	display: block;
	width: 100%;
	border: 0;
}

.home-hero-slider {
	position: relative;
	width: 100%;
	line-height: 0;
}

.home-hero-slide {
	display: none;
	width: 100%;
}

.home-hero-slide.is-active {
	display: block;
}

.home-hero-arrow {
	position: absolute;
	top: 50%;
	z-index: 5;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	color: #fff;
}

.home-hero-arrow:hover {
	background: #000;
}

.home-hero-arrow:before {
	font-family: Arial, sans-serif;
	font-size: 28px;
	line-height: 38px;
	display: block;
	text-align: center;
}

.home-hero-prev {
	left: 20px;
}

.home-hero-next {
	right: 20px;
}

.home-hero-prev:before {
	content: "\2039";
}

.home-hero-next:before {
	content: "\203A";
}

.home-hero-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	z-index: 5;
	text-align: center;
	line-height: 0;
}

.home-hero-dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 4px;
	border: 3px solid #e5e5e5;
	border-radius: 50%;
	background: #999;
	cursor: pointer;
	box-sizing: content-box;
	vertical-align: middle;
}

.home-hero-dot.is-active,
.home-hero-dot:hover {
	background: #666;
}
