@import url('https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic');
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: 'Lora', serif;

	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.clear-fix {
	visibility: hidden;
	clear: both;
}
.sitetitle {
	background-color:#877962;
	font-size:10px;
	padding:4px;
	color:#ffffff;
}
.header {
	position: relative;
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #e4e2dd;
}
.header a {
	text-decoration: none;
}
.header .heading {
	margin: 0;
	padding: 15px 0 0 0;
	width: 100%;
	color: #242424;
	text-align: center;
	font-weight: 400;
	font-style: italic;
	font-size: 30px;
}

.header .heading img
{
  width: auto;
  height: 42px;
  display: inline-block;
}

.header .sub-heading {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #242424;
	text-align: center;
	font-weight: 400;
	font-style: italic;
	font-size: 12px;
}
.header .toggle {
	position: absolute;
	top: 40px;
	right: 20px;
	z-index: 1000;
	display: block;
	width: 20px;
	height: 20px;
}
.header .toggle .icon {
	width: 100%;
	height: 100%;
}
.header .navigation {
	position: relative;
	z-index: 1000;
	margin: 22px 0 0 0;
	width: 100%;
	background-color: #877962;
}
.header .navigation .parents {
	display: none;
	margin: 0;
	padding: 0 0 20px 0;
	width: 100%;
	list-style-type: none;
}
.header .navigation .parents .parent {
	width: 100%;
}
.header .navigation .parents .parent:hover .children {
	display: block;
}
.header .navigation .parents .parent .link {
	display: block;
	padding: 20px 20px 0 20px;
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
	font-size: 14px;
}
.header .navigation .parents .parent .children {
	display: none;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	width: 100%;
	background-color: #e4e2dd;
	list-style-type: none;
}
.header .navigation .parents .parent .children .child {
	width: 100%;
}
.header .navigation .parents .parent .children .child .link {
	display: block;
	padding: 20px 20px 0 20px;
	width: 100%;
	color: #242424;
	text-decoration: none;
	font-style: italic;
	font-size: 14px;
}
.container {
	width: 100%;
}
.container .home {
	width: 100%;
	background-color: #877962;
}
.container .home .hero {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 300px;
}
.container .home .hero .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.container .home .teaser {
	padding: 20px;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
}
.container .home .content {
	padding: 0 20px;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.5;
}
.container .home .content h1,
.container .home .content h2,
.container .home .content h3,
.container .home .content h4,
.container .home .content h5,
.container .home .content h6 {
	margin: 0 0 20px 0;
	font-weight: 400;
	font-size: 16px;
}
.container .home .content p {
	margin: 0 0 20px 0;
	font-size: 14px;
}
.container .home .mpus {
	width: 100%;
}
.container .home .mpus .mpu {
	display: block;
	padding: 20px 10px;
	width: 100%;
	text-decoration: none;
}
.container .home .mpus .mpu.one {
	background-color: #928671;
}
.container .home .mpus .mpu.two {
	background-color: #9f9482;
}
.container .home .mpus .mpu.three {
	background-color: #aba190;
}
.container .home .mpus .mpu .title {
	margin: 0 0 10px 0;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	font-weight: 400;
	font-size: 18px;
}
.container .home .mpus .mpu .text {
	margin: 0 0 10px 0;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
}
.container .home .mpus .mpu .read-more {
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
}
.container .page {
	width: 100%;
	background-color: #877962;
}
.container .page .hero {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100px;
}
.container .page .hero .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.container .page .left {
	padding: 20px 20px 10px 20px;
	width: 100%;
	background-color: #E4E1DD;
}
.container .page .left .title {
	margin: 0 0 20px 0;
	color: #575757;
	font-size: 22px;
}
.container .page .left .teaser {
	margin: 0 0 20px 0;
	width: 100%;
	color: #575757;
	font-size: 18px;
	line-height: 1.5;
}
.container .page .left .content {
	color: #575757;
	line-height: 1.5;
}
.container .page .left .content h1,
.container .page .left .content h2,
.container .page .left .content h3,
.container .page .left .content h4,
.container .page .left .content h5,
.container .page .left .content h6 {
	margin: 0 0 20px 0;
	color: #575757;
}
.container .page .left .content p {
	margin: 0 0 20px 0;
	color: #575757;
	font-size: 16px;
}
.container .page .left .content a {
	color: #575757;
	text-decoration: none !important;
	font-weight: 700;
}
.container .page .left .content ul,
.container .page .left .content ol {
	margin: 0 0 20px 15px;
	list-style-type: disc;
	padding: 0 0 0 15px;
}
.container .page .left .content li {
	font-size: 14px;
}

.container .page .left .content li + li
{
  margin-top: 5px;
}

.container .page .left .content img {
	max-width: 100% !important;
	height: auto !important;
}
.container .page .left .content hr {
	margin: 0 0 20px 0;
	width: 100%;
	height: 1px;
	border: 0;
	background-color: #575757;
}
.container .page .left .testimonials {
	width: 100%;
	list-style-type: none;
}
.container .page .left .testimonials .testimonial {
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	width: 100%;
	border-top: 1px dotted #575757;
}
.container .page .left .testimonials .testimonial .content {
	width: 100%;
	color: #575757;
	font-style: italic;
	font-size: 14px;
	line-height: 1.5;
}
.container .page .left .testimonials .testimonial .name {
	color: #575757;
	font-weight: 700;
	font-size: 14px;
	font-size: 12px;
}
.container .page .left .notices {
	width: 100%;
	list-style-type: none;
}
.container .page .left .notices .notice {
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	width: 100%;
	border-top: 1px solid #575757;
}
.container .page .left .notices .notice a {
	color: inherit;
	text-decoration: none;
}
.container .page .left .notices .notice .name {
	width: 100%;
	color: #575757;
	font-size: 18px;
}
.container .page .left .notices .notice .date {
	margin: 5px 0 0 0;
	color: #575757;
	font-weight: 700;
	font-size: 14px;
	font-size: 12px;
}
.container .page .left .notices .notice .brief {
	margin: 20px 0 8px 0;
	width: 100%;
	color: #575757;
	font-size: 14px;
	line-height: 1.5;
}
.container .page .left .notices .notice .more {
	width: 100%;
	color: #575757;
	text-align: left;
	font-weight: 700;
	font-size: 12px;
}
.container .page .left .forthcoming-funerals {
	width: 100%;
	list-style-type: none;
}
.container .page .left .forthcoming-funerals .forthcoming-funeral {
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	width: 100%;
	border-top: 1px solid #575757;
}
.container .page .left .forthcoming-funerals .forthcoming-funeral .name {
	width: 100%;
	color: #575757;
	font-size: 18px;
}
.container .page .left .forthcoming-funerals .forthcoming-funeral .date-and-time {
	margin: 5px 0 0 0;
	color: #575757;
	font-weight: 700;
	font-size: 14px;
	font-size: 12px;
}
.container .page .left .forthcoming-funerals .forthcoming-funeral .location {
	margin: 5px 0 0 0;
	color: #575757;
	font-weight: 700;
	font-size: 14px;
	font-size: 12px;
}
.container .page .left .forthcoming-funerals .forthcoming-funeral .details {
	margin: 20px 0 8px 0;
	width: 100%;
	color: #575757;
	font-size: 14px;
	line-height: 1.5;
}
.container .page .left .forthcoming-funerals .forthcoming-funeral .family {
	margin: 5px 0 0 0;
	width: 100%;
	color: #575757;
	font-size: 14px;
	line-height: 1.5;
}
.container .page .left .pagination {
	padding: 20px 0;
	width: 100%;
	border-top: 1px solid #575757;
}
.container .page .left .pagination .previous {
	float: left;
	width: auto;
	color: #575757;
	text-decoration: none;
	font-weight: 700;
	font-size: 12px;
}
.container .page .left .pagination .next {
	float: right;
	width: auto;
	color: #575757;
	text-decoration: none;
	font-weight: 700;
	font-size: 12px;
}
.container .page .right {
	padding: 20px 20px 10px 20px;
	width: 100%;
	background-color: #877962;
}
.container .page .right .right-teaser {
	margin: 0 0 20px 0;
	width: 100%;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 1.5;
}
.container .page .right .right-content {
	color: #FFFFFF;
	line-height: 1.5;
}
.container .page .right .right-content h1,
.container .page .right .right-content h2,
.container .page .right .right-content h3,
.container .page .right .right-content h4,
.container .page .right .right-content h5,
.container .page .right .right-content h6 {
	margin: 0 0 20px 0;
	color: #FFFFFF;
}
.container .page .right .right-content p {
	margin: 0 0 20px 0;
	color: #FFFFFF;
	font-size: 14px;
}
.container .page .right .right-content a {
	color: #FFFFFF;
	text-decoration: none !important;
	font-weight: 700;
}
.container .page .right .right-content ul,
.container .page .right .right-content ol {
	margin: 0 0 20px 15px;
	list-style-type: disc;
}
.container .page .right .right-content li {
	font-size: 14px;
}
.container .page .right .right-content img {
	max-width: 100% !important;
	height: auto !important;
}
.container .page .right .call {
	margin: 0 0 10px 0;
	padding: 20px 0;
	width: 100%;
	border: 2px solid #FFFFFF;
	border-right: 0;
	border-left: 0;
}
.container .page .right .call .title {
	margin: 0 0 10px 0;
	color: #ffffff;
	text-align: center;
	font-size: 30px;
}
.container .page .right .call .telephone {
	color: #ffffff;
	text-align: center;
	font-size: 30px;
}
.container .page .right .call .telephone a {
	color: #ffffff !important;
	text-decoration: none !important;
}
.footer {
	padding: 20px;
	width: 100%;
}
.footer .copyright {
	margin: 0 0 10px 0;
	width: 100%;
	color: #A2A2A2;
	font-style: italic;
	font-size: 12px;
	display: block;
}

.footer .copyright a
{
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}

.footer .site {
	display: block;
	width: 100%;
	color: #A2A2A2;
	text-decoration: none;
	font-style: italic;
	font-size: 12px;
}

/* Landing pages */

.landing_page h2 {
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
}

.landing_page h2 a {
	color:#575757;
	text-decoration: none;
}

a.viewmore {
	display:block;
	width:75px;
	font-weight:800;
	background-color:#cccccc;
	padding:3px;
	margin-top:5px;
	text-decoration: none;
	text-align: center;
	color:#ffffff;
	border-radius: 0 0 5px 5px;
}

.landing_page_section {
	background-color:#ffffff;
	padding:15px;
	margin-bottom:15px;
	border-top:2px solid #cccccc;
}

.landing_page_section ul {
	margin-bottom:0px !important;
}

/* Notices & Funerals */

ul.testimonials li,
ul.forthcoming-funerals li,
ul.notices li {
	background-color:#ffffff;
	border:none !important;
	border-radius:5px;
	padding:15px !important;
}

/* Pride on homepage */

.home h3 {
	font-weight:400 !important;
	font-size:30px !important;
	background-color:#978871;
	display:inline-block;
	width:auto;
	color:#463f34;
	color:#ffffff;
	padding:10px;
	border-radius:10px;

}
.mpus {
	border-top:2px solid #ffffff;
}

/* Slider */

.slider {
	width: 100%;
	height: 500px;
	overlay: hidden;
}
.slider .royalSlider {
	width: 100%;
	height: 100%;
}



.container .page .left .content table
{
  width: 100% !important;
  border: 1px solid #877962 !important;
}

.container .page .left .content table + *
{
  margin-top: 20px !important;
}

.container .page .left .content table tr th
{
  padding: 10px;
  width: auto !important;
  height: auto !important;
  border: 1px solid #877962 !important;
}

.container .page .left .content table tr th p
{
  margin: 0;
}

.container .page .left .content table tr td
{
  padding: 10px;
  width: auto !important;
  height: auto !important;
  border: 1px solid #877962 !important;
}

.container .page .left .content table tr td p
{
  margin: 0;
}



.write-testimonial
{
  width: 100%;
  text-align: right;
  margin: 0 0 20px 0;
}

.write-testimonial a
{
  display: inline-block;
  background-color: #877962;
  padding: 8px 12px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
}
