/*
Theme Name: Bell Media
Author: Bell Media
*/


/****** Custom CSS ******/

header {
	background-image:url(images/white_plaster.png);
	background-repeat:repeat;
	padding:0em 0em 1.5em 0em;
}

@media only screen and (max-width:40em) {
	header {
		padding:0em 0em 0.6em 0em;
	}
	
	.logo {
		margin-top:1rem;
		margin-bottom:1rem;
	}
}

nav {
	margin-top: 0.5rem;
}

.top-tab {
	background-color:#85a8c5;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	padding:0.5rem 1.5rem 0.5rem 1.5rem;
}

@media only screen and (max-width:62.5em) {
	.top-tab {
		border-radius:0;
	}
}

.top-tab p {
	color:#fff;
	margin-bottom:0;
	font-size:0.9rem;
	font-weight:100;
}

.header-home {
	padding:0;
	background-color:#fff;
}

.home-callout {
	padding:2em 0em 1em 0em;
	background-image:url(images/white_plaster.png);
	background-repeat:repeat;
}

.home-callout img {
	padding:1em;
}

.home-callout-ind {
	background-color:#fff;
	box-shadow:0px 0px 14px #ddd;
}

.home-callout-ind p {
	padding:0rem 1rem 1.5rem 1rem;
	text-align:center;
	font-size:0.8rem;
}

.home-callout-ind h2 {
	padding:0.5rem 1.5rem;
	text-align:center;
	color:#85a8c5;
	font-size:1.6rem;
}

.home-callout-ind img {
	opacity:1;
	transition:ease-in-out 300ms;
	-webkit-transition:ease-in-out 300ms;
	-ms-transition:ease-in-out 300ms;
	-moz-transition:ease-in-out 300ms;
}

.home-callout-ind img:hover {
	opacity:0.7;
}

.call-out {
	background-color:#85a8c5;
	padding:2em 0em 1em 0em;
}

.call-out p {
	color:#fff;
	text-align:justify;
	font-style:italic;
	font-size: 1rem;
}

.call-out p:last-child {
	text-align:right;
	font-style:normal;
}

.call-out img {
	border:3px solid #9dbedb;
}

.pro-pic {
	margin-bottom:2rem;
}

/********** SUB PAGE **********/

.sub-page-header {
	padding:0em 0em;
}

.sub-page-header h1 {
	font-size:3.6rem;
	/*background-color:rgba(169,156,89,0.6);*/
	padding:0.6rem 1rem;
	color:#fff;
	transform:skew(20deg);
	font-weight:700;
	/*text-shadow:4px 1px 0px #2f2b18;*/
}



.sub-page-content h2 {
	margin-bottom:1rem;
	font-size:1.6rem;
}

.sub-page-header-trans {
	background-color:rgba(169,156,89,1);
	width:100%;
	transform:skew(-20deg);
	position:absolute;
	bottom:-50px;
	border-radius:10px;
}

.sub-page-content {
	padding:5em 0em 1em 0em;
	background-image:url(images/white_plaster.png);
	background-repeat:repeat;
}

.sub-page-content h3 {
	color:#888;
	margin-top:1rem;
	padding:0.2em 0.2em 0.2em 0em;
	border-radius:4px;
	font-size:1.375rem;
}

.list img {
	border-radius:10px;
}

.sub-page-content .list ul {
	list-style:none;
	padding:0;
	margin:0;
	margin-left: 18px;
}

.sub-page-content .list ul li {
	list-style:none;
	padding:0em 0em 0.2em 0em;
	line-height:1.6rem;
	margin-bottom: 0.5rem;
	margin-top:0.5rem;
	font-size:0.8rem;
}

.sub-page-content span {
	float:right;
	color:#222;
	clear:both;
	border-radius:4px;
}

@media only screen and (max-width:40em) {
	.sub-page-header h1 {
	font-size:1.6rem;
	transform:none;
	}
	
	.sub-page-header-trans {
	transform:none;
	position:relative;
	bottom:16px;
	border-radius:0;
	}
	
	.sub-page-content {
	padding:0em 0em 1em 0em;
	}
	
	table {
		padding:0;
	}
	
}

.sidebar {
	background-color:#85a8c5;
	padding:2em 2em;
	margin-bottom:1em;
	border-radius:10px;
}

.sidebar ul {
	padding:0;
	margin:0;
	list-style:none;
}

.sidebar ul li {
	list-style:none;
	font-size:0.8rem;
}

.sidebar ul li a {
	color:#fff;
	transition:ease-in-out 300ms;
}

.sidebar ul li a:hover {
	color:#222;
	margin-left:0.5rem;
}

.gift-card {
	border-radius:10px;
}

.responsive-map {
	margin-bottom:1rem;
	border-radius:10px;
}

footer {
	background-color:#a99c59;
	padding:2em 0em;
}

footer p {
	font-size: 0.8rem;
	color:#fff;
}

footer a {
	color:#fff;
}

footer a:hover {
	color:#222;
}

table ul {
	padding:0;
	margin:0;
}

table {
	font-size:0.8rem;
}

table ul li {
	list-style:none;
	font-size:0.8rem;
}