/* @import must be at top of file, otherwise CSS will not work */
@import url("https://cdn.fonts.net/t/1.css?apiType=css&projectid=6a83d1b4-946a-44dc-bd9a-c70421f6fbbe");
  
@font-face {
  font-family: "Apercu";
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://cdn.fonts.net/kit/6a83d1b4-946a-44dc-bd9a-c70421f6fbbe/Apercu/ApercuRegular_normal_normal_subset1.woff2') format('woff2'), url('https://cdn.fonts.net/kit/6a83d1b4-946a-44dc-bd9a-c70421f6fbbe/Apercu/ApercuRegular_normal_normal_subset1.woff') format('woff');
  unicode-range: U+0020-007E,U+00A1-017E,U+01E6-01E7,U+0440,U+2013,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2032-2033,U+2039-203A,U+20A1,U+20A4,U+20A6-20A7,U+20A9-20AC,U+20B4-20B5,U+20B8-20BA,U+2122;
}
@font-face {
  font-family: "Apercu";
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://cdn.fonts.net/kit/6a83d1b4-946a-44dc-bd9a-c70421f6fbbe/Apercu/ApercuBold_normal_normal_subset1.woff2') format('woff2'), url('https://cdn.fonts.net/kit/6a83d1b4-946a-44dc-bd9a-c70421f6fbbe/Apercu/ApercuBold_normal_normal_subset1.woff') format('woff');
  unicode-range: U+0020-007E,U+00A1-017E,U+01E6-01E7,U+0440,U+2013,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2032-2033,U+2039-203A,U+20A1,U+20A4,U+20A6-20A7,U+20A9-20AC,U+20B4-20B5,U+20B8-20BA,U+2122;
}

body {
	border-top: 6px solid #c90015;
	background-color: #fbfff3;
    font-family: "Apercu", sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Apercu", sans-serif;
	font-weight: 700;
}

header {
	background: url("../img/headerbg.png") no-repeat 50% 0%, url("../img/headergradient.png") repeat-x;
	min-height: auto;
	margin-bottom: 20px;
}

footer p {
	font-family: "Apercu", sans-serif;
}

.center {
	padding: 50px 0;
	background: #b1d5e1 url("../img/centerbg.png") repeat-x 100% 50%;
}

.social {
	width: 300px;
	float: right;
	text-align: right;
}

.top{
	padding: 30px 0 70px 0;
}

.bottom {
	color: #5d5d5d;
	background-color: #262626;
	min-height: 200px;
}

.page-id-11 .bottom { margin-top: 30px; }

/* ====== NAVIGATION ====== */
.navbar {
	font-family: "Apercu", sans-serif;
	font-weight: 700;
}

.navbar:before {
  content: '';
  position: absolute;
  top: 63px;
  height: 0;
  width: 0;
  border-top: 20px solid #131b21;
  border-left: 25px solid transparent;
  z-index: 1;
}

.navbar:after {
  content: '';
  position: absolute;
  top: 63px;
  right: 0;
  height: 0;
  width: 0;
  border-top: 20px solid #131b21;
  border-right: 25px solid transparent;
  z-index: 1;
}

.nav > li > a {
	color: white;
	display: inline;
	float: left;
	padding: 11px 20px;
	font-size: 17px;
	margin: 10px 5px;
	text-transform: uppercase;
	font-family: "Apercu", sans-serif;
	font-weight: 700;
}

.nav .active > a { background-color: #c90015; border-bottom: 2px solid white; }

.nav>li>a:hover { background-color: #c90015; border-bottom: 2px solid white; }

/* ===== END OF NAVIGATION ===== */


.nav-footer {
	font-size: 1.2em;
	clear: both;
	text-align: center;
	padding: 10px 20px 0 0;
	margin-left: 80px;
}

.nav-footer > li > a {
	color: #575757;
	display: inline;
	float: left;
	padding: 10px;
	margin-right: 15px;
	text-transform: uppercase;
	font-family: "Apercu", sans-serif;
	font-weight: 700;
}

.nav-footer > li > a:hover {
	background-color: transparent;
	color: #c90015;
}


.stitched {
	position: relative;
	max-width: 100%;
	padding: 1px 0px 1px 0px;
	margin: 20px 0;
	color: #fefefe;
	background-color: #c90015;
	-webkit-box-shadow: 0px 2px 4px #888;
	-moz-box-shadow: 0px 2px 4px #888;
	box-shadow: 0px 2px 4px #888;
	
}
.rbn {
	font-size: 1.5em;
	padding: 2px;
	border-top: 1px solid #fefefe;
	border-bottom: 1px solid #fefefe;
	text-align: center;
}

.rbn:before{
	display: block;
	width: 10px;
	height: 0px;
	position: absolute;
	bottom: -12px;
	left: -10px;
	content: "";
	border-bottom: 12px solid transparent;
	border-right: 20px solid #73000f;
}

.rbn:after
{
	display: block;
	width: 10px;
	height: 0px;
	position: absolute;
	bottom: -12px;
	right: -9px;
	content: "";
	border-bottom: 12px solid transparent;
	border-left: 20px solid #73000f;
}


img.logo {
	clear: both;
	display: block;
	margin: 10px auto;
	padding: 20px;
}

.bottom img.logo {
	opacity: 0.2;
}


.text-center{
	text-align: center;
}

.featurette {
	overflow: hidden;
}

#sidebar {
	padding-left: 20px;
}

#sidebar ul {
	
}

#sidebar ul li a {
	color: #c90015;
	line-height: 26px;
}

.feature-img {
	border: 5px solid #fff;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .6);
	   -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .6);
			box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .6);
}

.event-title {
	background-color: #c90015;
	display: block;
	color: white;
	padding: 10px 15px;
	margin-bottom: 10px;
}

.event-title a {
	color: white;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: justified;

}

.text-left {
	text-align: left;
}

img.size-full, img.wp-post-image {
	border: 5px solid #eee;
	-moz-box-shadow: 0px 0px 3px #aaa;
	-webkit-box-shadow: 0px 0px 3px #aaa;
	box-shadow: 0px 0px 3px #aaa;
	}
.charity { 
	float: left;
	margin-right: 10px;
	width: 300px;
	}
	
	.charity h3 { color: #c90015 }
	.charity img { border: none; }
	
/*-------------------- */

.field1, .field2 { float:left; height:80px; }
.field1 { width: 485px; }
.field2 { width: 230px; }
.field3 { width: 485px; clear:both; }

.store-list { width:170px; float:left; }
.store-list a { color: #444; }
.store-list a:hover { text-decoration: none; color: #c90015; }

.send-back { z-index: 0 !important;}

	
#custom-mapping-google-map-0 { height: 500px !important;}

.mpfy-mll-location .mpfy-mll-l-heading { padding: 21px !important; }
.mpfy-mll-location .mpfy-mll-l-pin { width: 65px !important; height: 70px !important; }

.page-id-10 [class*="span"] { margin-left: 0;}

.aligncenter { margin: 0 auto; display: block; }

/*-------------------- */