/* Mobile Bar */
header.template-header .header-wrap .template-header-mobile-bar .template-header-mobile-bar__phone--single {
	font-family: "Sofia Pro Light";
	font-size: 17px;
	text-transform: none;
}

header.template-header .header-wrap .template-header-mobile-bar .template-header-mobile-bar__phone--single a {
	font-family: "Sofia Pro Bold";
}

/* General Hover Link styles */
div.header-container .bookend {
	outline: none;
	text-decoration: none;
	position: relative;
	line-height: 2;
	color: #fff;
	display: inline-block;
}


/* Hover Effect */
div.header-container .bookend-vert {

}

div.header-container .bookend-vert::before,
div.header-container .bookend-vert::after {
	content: '';
	width: 100%;
	height: 2px;
	z-index: -1;
	background: #fff;
	position: absolute;
	-webkit-transform: scale3d(0,1,1);
	transform: scale3d(0,1,1);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

div.header-container .bookend-vert::before {
	right: 0;
	top: 0;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

div.header-container .bookend-vert::after {
	left: 0;
	bottom: 0;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

div.header-container .bookend-vert:hover::before,
div.header-container .bookend-vert:hover::after {
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

div.header-container .bookend-vert span {
	position: relative;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}

header.template-header .navbar-side .mobile-sub-nav ul li:not(.website-phone)
	{
	display: inline-block;
	}

/* Virtual Tour iframe Responsive */
.reiframewrapper {width:80%;height:100%;margin:0 auto}
.h_iframe        {position:relative;}
.h_iframe .ratio {display:block;width:100%;height:auto;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;overflow:hidden}
	
/* Be A Hero - Fallen 15 */

div.f15-hero
	{
	overflow:hidden;
	margin-bottom: 40px;
	}
	
div.f15-hero img.f15
	{
	float: left;
	margin-right: 10px;
	clear:both;
	max-width: 180px;
	}
	
div.f15-hero p
	{
	margin: 0px;
	overflow:auto;
	}
	
	
/* Affiliate Links */

.template-footer .partner-associations-list li #famicVerify img {
	max-height: 50px;
}

/*
.affiliateLinks
	{
    width: 100%;
    margin: 40px auto 0 auto;
    text-align: center;
    border-top: 1px solid #004477;
    padding-top: 40px;
	}
	
.affiliateLinks div
	{
	display: inline-block;
	}

.affiliateLinks a 
	{
    margin-left:12px;
	}

.affiliateLinks a:first-child
	{
	margin-left:0;
	}

@media only screen and (max-width: 1200px) {

	.affiliateLinks
		{
        width: 100%;
        max-width: 80%;
        margin: 20px auto 0 auto;
        text-align: center;
		}
		

	.affiliateLinks a,
	div#famicVerify
		{
	        margin: 10px;
	        display: inline-block;
		}

}

@media only screen and (max-width: 768px) {

	.affiliateLinks
		{
		width:100%;
		max-width: 100%;
        margin: 20px auto;
        text-align: center;
        padding-top: 20px;
		}
		
	.affiliateLinks a,
	div#famicVerify
		{
		display: block;
		margin: 20px;
		}

}
*/

body#obituaries .affiliateLinks {
    display: none !important;
}

.obituaries-list__results li a.visit-tribute[href="/obituaries/Mary-Egbert-2"] ~ span.location {
    display: none;
}