/* CSS Document */


/* Hero Banner Begin */
/* -- Responsive Conversion -- */

.carousel-control.right {
	background-size: auto 90%;
}
.carousel-control.left {
	background-size: auto 90%;
}

@media all and (max-width: 1199px) {
	.carousel-control.left, .carousel-control.right { 
		background-size: auto 100%; 
	}
}
@media all and (max-width: 768px) {
	.carousel-control.left, .carousel-control.right { 
		background: none; 
	}
}
/* -- CUSTOM HERO HEIGHT -- */
.comp5 #carousel-hero .carousel-inner {
	height: 496px;
	/* bg image defined in theme css 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow:visible; */
}
.comp5 .photoframe {
	position:absolute;
	top:80px;
	width:566px;
	height:416px;
	z-index:2;
}
.comp5 .photoframe .frame {
	position:absolute;
	width:566px;
	height:416px;
	z-index:4;
	/* bg image defined in theme css */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.comp5 .photoframe .herobanner {
	margin: 63px 0 0 63px;
	width: 440px;
	height: 290px;
	overflow:hidden;
}
.comp5 .photoframe .herobanner .personimage {
	height:335px;
	overflow:hidden;
	text-align:center;
}
.comp5 .people{
	max-width:80%;
}
.comp5 .herocontent {
	margin:170px 0 15px 0;
	position:relative;
	max-width:50%;
	text-align:right;
}
.comp5 .herocontent div.title{
	font-size:2.9em;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	color:rgb(255,255,255);	
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9);
	line-height:1.2em;
	margin-bottom: 10px;
}
.comp5 .herocontent .action {
	position:relative;
	overflow:visible;
}

@media (max-width: 1199px) {
	.comp5 #carousel-hero .carousel-inner {
		height: 450px;
		margin-left: 0;
		background-size: auto 100%!important;
	}
	.comp5 .photoframe {
		top: 90px;
		width: 450px;
		height: 339px;
	}
	.comp5 .photoframe .frame {
		position: absolute;
		width: 440px;
		height: 320px;
		z-index:4;
		/* bg image defined in theme css */
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.comp5 .photoframe .herobanner {
		margin: 48px 0 0 48px;
		width: 341px;
		height: 225px;
	}
	.comp5 .photoframe .herobanner .personimage {
		height: 315px;
		overflow: hidden;
		text-align: center;
	}
	.comp5 .herocontent {
		margin: 160px 0 15px 0;
	}
	.comp5 .people {
		max-width: 80%;
	}
	.comp5 .herocontent div.title{
		font-size: 2.8em;
	}
}

@media all and (max-width: 992px) {
	.comp5 #carousel-hero .carousel-inner {
		background-size: auto 90%!important;
	}
	.comp5 .photoframe .frame {
		display: none;
	}
	.comp5 .photoframe {
		position: absolute;
		top: 0;
		left: -2.5%;
		margin: 0;
		padding: 0;
		width: 105%;
		height: 310px;
		z-index: -1;
	}
	.comp5 .herocontent {
		position: absolute;
		margin: 0; left: 0; right: 0;
		max-width: 100%;
		text-align: left;
		padding: 0;
		z-index: 2;
	}
	.comp4 .herobanner * { 
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.comp5 .photoframe .herobanner {
		position: absolute;
		margin: 0;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 310px;
	}
	.comp5 .people {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		top: 0;
		max-width: 45%;
		z-index: 0;
	}
	.comp5 .photoframe .herobanner .personimage {
		height: 310px;
	}
	.comp5 #carousel-hero .carousel-inner {
		height: 310px;
	}
	.comp5 .herocontent div.title  {
		padding: 10% 0 0 1em;
		font-size: 2.3em!important;
		max-width: 50%;
		margin-left: 40%;
		text-align: left;
	}
	.comp5 .herobanner div.action { 
		padding: 1em 0 0 2em;
		text-align: left;
		max-width: 50%;
		margin-left: 40%;
	}
	.comp5 .herobanner div.action button {
		font-size: 1.2em!important;
	}
}

@media all and (max-width: 767px) {
	.comp5 #carousel-hero .carousel-inner {
		height: auto;
		min-height: auto;
		padding-bottom: 0;
		overflow: hidden;
	}
	.comp5 #carousel-hero * { 
		transition: all 300ms ease-in-out;
	}
	.comp5 .herocontent {
		position: absolute;
		display: flex;
		flex: 1; -ms-flex: 1;
		flex-direction: column;
		justify-content: flex-end;
		padding-bottom: 20px;
		height: 340px;
		width: 100%;
	}
	.comp5 .personimage {
		height: 360px;
		position: relative;
	}
	.comp5 .people {
		position: absolute;
		max-width: 330px;
		max-height: 360px;
		min-width: 250px;
		width: 100%;
		bottom: 0;
		left: 0;
		right: 0;
		top: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.comp5 .herocontent div.title {
		font-size: 1.5em!important;
		max-width: 100%;
		text-align: center;
		padding: .5em 1em;
		margin-left: 0;
	}
	.comp5 .herobanner {
		position: relative;
		overflow: hidden;
		padding: 0;
		height: 340px;
	}
	.comp5 .herobanner div.action {
		max-width: 100%;
		text-align: center;
		padding: 0;
		margin-left: 0;
	}
	.comp5 .herobanner div.action button {
		font-size: 16px!important;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	}
}

/* Recent Obits */

.comp5 .horizontal-obits {
	background-color: #e8e6cf;
}
.comp5 .vertical-welcome-obits {
	background-color: #e8e6cf;
}

/* End Recent Obits */