/* -------------------- FONTS -------------------- */
@font-face
{
	font-family: 'TradeGothicW02-BoldCn20';
	src: url('fonts/tradegothic-boldcondtwenty-webfont.eot');
	src: url('fonts/tradegothic-boldcondtwenty-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/tradegothic-boldcondtwenty-webfont.woff') format('woff'),
	url('fonts/tradegothic-boldcondtwenty-webfont.ttf') format('truetype'),
	url('fonts/tradegothic-boldcondtwenty-webfont.svg#TradeGothicW02-BoldCn20') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'HD-Letterpress';
	src: url('fonts/hdletterpress-webfont.eot');
	src: url('fonts/hdletterpress-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/hdletterpress-webfont.woff') format('woff'),
		url('fonts/hdletterpress-webfont.ttf') format('truetype'),
		url('fonts/hdletterpress-webfont.svg#TradeGothicW02-BoldCn20') format('svg');
	font-weight: normal;
	font-style: normal;
}

body
{
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	color: #fff;
	font-family: "TradeGothicW02-BoldCn20", sans-serif;
	font-size: 36px;
	margin: 1rem 0;
	text-transform: uppercase;
}

h2
{
	color: #fff;
	font-family: "TradeGothicW02-BoldCn20", sans-serif;
	font-size: 32px;
	margin: 1rem 0;
	text-transform: uppercase;
}

h3
{
	color: #fff;
	font-family: "TradeGothicW02-BoldCn20", sans-serif;
	font-size: 28px;
	margin: 1rem 0;
	text-transform: uppercase;
}

h4
{
	color: #fff;
	font-family: "TradeGothicW02-BoldCn20", sans-serif;
	font-size: 24px;
	margin: 0;
	text-transform: uppercase;
}

h5
{
	color: #fff;
	font-family: "TradeGothicW02-BoldCn20", sans-serif;
	font-size: 20px;
	margin: 1rem 0;
	text-transform: uppercase;
}

h6
{
	clear: none;
	color: #fff;
	font-family: "TradeGothicW02-BoldCn20", sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 12px 0;
	text-transform: uppercase;
}

.site-content a,
a>*,
.site-footer ul li a
{
	color: #f60;
	outline: 0;
	text-decoration: none;
	transition: text-shadow .25s, color .25s;
}

.site-content a:hover,
a>*:hover,
.site-footer ul li a:hover
{
	color: #f60;
	text-shadow: 0 0 3px #f60;
}

/* -------------------- BUTTONS -------------------- */

input[type=submit],
#tribe-bar-form .tribe-bar-submit input[type="submit"],
#tribe-events .tribe-events-button,
#tribe-events-footer ~ a.tribe-events-ical.tribe-events-button,
nf-field input[type=button]
{
	background: #EF7018; /* fallback */
	background: linear-gradient(top, #ef7018 0%,#f18031 50%,#ee5a06 51%,#ee5a06 100%); /* fallback */
	background: linear-gradient(to bottom, #ef7018 0%,#f18031 50%,#ee5a06 51%,#ee5a06 100%);
	border: 1px solid #EF7018;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	font: bold 14px/14px Arial, Helvetica, sans-serif;
	padding: 0.55em 1.4em;
	text-shadow: none;
	text-transform: uppercase;
}

input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus,
#tribe-bar-form .tribe-bar-submit input[type="submit"]:hover,
#tribe-bar-form .tribe-bar-submit input[type="submit"]:active,
#tribe-bar-form .tribe-bar-submit input[type="submit"]:focus,
#tribe-events .tribe-events-button:hover,
#tribe-events .tribe-events-button:active,
#tribe-events .tribe-events-button:focus,
#tribe-events-footer ~ a.tribe-events-ical.tribe-events-button:hover,
#tribe-events-footer ~ a.tribe-events-ical.tribe-events-button:active,
#tribe-events-footer ~ a.tribe-events-ical.tribe-events-button:focus,
nf-field input[type=button]:hover,
nf-field input[type=button]:active,
nf-field input[type=button]:focus
{
	background: linear-gradient(to bottom, #ee5a06 0%,#ee5a06 100%);
	border: 1px solid #EF7018;
	box-shadow: none;
	color: #fff;
	outline: none;
}

#tribe-bar-form.tribe-bar-full .tribe-bar-submit input[type="submit"]
{
	height: 40px;
	padding: 10px 0;
}

button[disabled], html input[disabled],
button[disabled]:hover, html input[disabled]:hover,
button[disabled]:active, html input[disabled]:active,
button[disabled]:focus, html input[disabled]:focus
{
	background: #858585;
	background: linear-gradient(top, #ef7018 0%,#f18031 50%,#ee5a06 51%,#ee5a06 100%);
	background: linear-gradient(to bottom, #858585 0%,#919191 50%,#7a7a7a 51%,#7a7a7a 100%);
	border: 1px solid #858585;
}

/* -------------------- PAGE -------------------- */
html
{
    	min-height: 100%;
	position: relative;
}

body
{
	background: url('images/bg.png') #181818;
}

.container
{
	margin: auto;
	max-width: 1000px;
	width:100%;
}

/* -------------------- HEADER -------------------- */
.site-header
{
	background-color: #090909;
}

.site-header, .main-navigation
{
	font-size: 0px;
}

.site-title, .site-description, .site-header img
{
	margin: 0;
}

.header-text
{
	margin: 35px;
}

.header-logo, .header-text
{
	display: inline-block;
}

p.site-title
{
	font-family: "HD-Letterpress", sans-serif;
	font-size: 60px;
	text-transform: uppercase;
}

p.site-title a
{
	color: #fff;
	text-decoration: none;
}

p.site-description
{
	color: #fff;
	font-family: "TradeGothicW02-BoldCn20", sans-serif;
	font-size: 28px;
	text-transform: uppercase;
}

/* -------------------- NAV -------------------- */

.main-navigation
{
	background-color: #090909;
}

.menu-primary-menu-container ul
{
	text-align: justify; /*evenly space menu items*/
	font-size: 0.1px; /*evenly space menu items*/ /* IE 9/10 fix */
}

.menu-primary-menu-container ul:after
{
	content: ''; /*evenly space menu items*/
	width: 100%; /*evenly space menu items*/ /* Ensures justification for single lines */
	display: inline-block; /*evenly space menu items*/
}

.menu-primary-menu-container ul li
{
	display: inline-block; /*evenly space menu items*/
	float: none;
	font-family: "TradeGothicW02-BoldCn20", sans-serif;
	font-size: 20px;
}

.menu-primary-menu-container ul li a
{
	color: #fff;
	margin: 0 0 14px 0;
	padding: 4px 6px;
	text-transform: uppercase;
}

.menu-primary-menu-container ul li a:hover
{
	background: url('images/bg-nav-rollover.png') repeat-x bottom;
}

.main-navigation li.current_page_item > a, .main-navigation li.current-menu-item > a, .main-navigation li.current_page_ancestor > a, .main-navigation li.current-menu-ancestor > a
{
	background: url('images/bg-nav-rollover.png') repeat-x bottom;
}

/* -------------------- CONTENT -------------------- */

#primary
{
	padding: 0 6px;
}

/* -------------------- FOOTER -------------------- */
.site-info
{
	margin-left: 8px;
	padding: 16px 0;
}

@supports (display: flex)
{
	.site
	{
	  display: flex;
	  min-height: 100vh;
	  flex-direction: column;
	}

	.site-content
	{
	  flex: 1;
	}
}

.site-footer
{
    background-color: #090909;
    width: 100%;
}

.site-footer ul
{
	margin: 0;
	padding: 0;
}

.site-footer ul li
{
	display: inline;
	font-size: 12px;
}

/*add pipes between list items*/
.site-footer ul li + li::before
{
	color: #999;
	content: " | ";
}

.menu-links-menu-container
{
	margin-bottom: 6px;
}

.site-footer p
{
	color: #999;
	display: inline-block;
	font-size: 12px;
	margin-bottom: 0;
}

.menu-legal-menu-container
{
	display: inline-block;
}

.menu-legal-menu-container li.current_page_item > a,
.menu-legal-menu-container li.current-menu-item > a,
.menu-legal-menu-container li.current_page_ancestor > a,
.menu-legal-menu-container li.current-menu-ancestor > a
{
	text-shadow: 0 0 3px #f60;
}

/* -------------------- COMMITTEE PAGE -------------------- */
article.committee-member
{
	display: inline-block;
	margin-bottom: 2rem;
	margin-right: 4%;
	padding-right: 15px;
	text-align: center;
	vertical-align: top;
	width: 22%;
}

article.committee-member:nth-child(4n)
{
	margin-right: 0px;
}

.committee-member-thumbnail
{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 140%;
	width: 100%;
}

.committee-member-details
{
	background: #242424;
	box-shadow: 0 3px 3px rgba(0,0,0,.5);
	padding: 4px;
	position: relative;
	left: 15px;
	top: -15px;
	text-align: left;
}

.committee-member-title
{
	display: inline-block;
}

.committee-member-details h5
{
	background: url('images/bg-nav-rollover.png') repeat-x bottom;
	margin: 0 4px;
	padding: 4px 10px 4px 0;
}

.committee-member-details p
{
	margin: 0;
	padding: 4px 10px 4px 4px;
}

/**** Responsive Design ****/

/* Committee Member 3-column switch */
@media only screen and (max-width : 999px)
{
	article.committee-member
	{
		margin-right: 5%;
		width: 30%;
	}

	article.committee-member:nth-child(4n)
	{
		margin-right: 5%;
	}

	article.committee-member:nth-child(3n)
	{
		margin-right: 0;
	}
}

/* Committee Member 2-column switch */
@media only screen and (max-width : 799px)
{
	article.committee-member
	{
		margin-right: 5%;
		width: 45%;
	}

	article.committee-member:nth-child(3n)
	{
		margin-right: 5%;
	}

	article.committee-member:nth-child(2n)
	{
		margin-right: 0;
	}
}

/* Committee Member 1-column switch */
@media only screen and (max-width : 479px)
{
	article.committee-member
	{
		margin-right: 0;
		width: 100%;
	}

	article.committee-member:nth-child(3n),
	article.committee-member:nth-child(4n)
	{
		margin-right: 0;
	}
}

/* -------------------- CALENDAR PAGE -------------------- */
#tribe-bar-form
{
	background-color: #242424;
}

.tribe-bar-views-inner,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover
{
	background-color: #242424;
	border-left: 1px solid #999;
	border-radius: 0;
}

#tribe-bar-form label
{
	color: #fff;
}

#tribe-bar-form input[type=text]::-webkit-input-placeholder
{
	font-style: normal;
	font-weight: 700;
}

#tribe-bar-form input[type=text]:focus
{
	color: #999;
}

.tribe-events-sub-nav
{
	display: none;
}

.tribe-events-calendar
{
	background-color: #242424;
}

.tribe-events-notices
{
	background: none;
	border: none;
	color: #cc0000;
	padding-left: 0;
	text-shadow: none;
}

.tribe-events-list-separator-month
{
	background-color: #dddddd;
	color: #333333;
}

.tribe-events-venue-details,
.tribe-event-schedule-details,
.tribe-events-list .tribe-events-venue-details,
.tribe-events-list .time-details
{
	padding: 0;
}

.tribe-events-day .tribe-events-day-time-slot h5
{
	background-color: #dddddd;
	color: #333333;
	font-family: Ariel, Helvetica, sans-serif;
}

.single-tribe_events .tribe-events-single-event-title
{
	font-size: 36px;
}

.tribe-events-list-separator-month,
.tribe-events-day .tribe-events-day-time-slot h5,
.tribe-events-loop .tribe-events-event-meta
{
	padding: 6px 12px;
}

.tribe-event-schedule-details
{
	margin: 0 0 8px;
}

.tribe-events-loop .tribe-events-event-meta
{
	background-color: #dddddd;
	color: #333333;
	padding: 6px 12px;
}

.tribe-events-day .tribe-events-day-time-slot .type-tribe_events
{
    	margin-left: 0;
}

.tribe-events-list .tribe-events-venue-details
{
	border: none;
}

.single-tribe_events .tribe-events-schedule
{
	background: none;
	border: none;
	padding: 0;
}

.single-tribe_events .tribe-events-schedule h2
{
	font-size: 28px;
}

.single-tribe_events .tribe-events-event-meta
{
	background-color: #242424;
	border-color: #242424;
}

#tribe-events-day
{
	padding: 0;
}

.tribe-events-event-image .wp-post-image
{
   	max-height: 400px;
   	width: auto;
}

.time-details, .tribe-events-venue-details
{
	line-height: 1.5;
}

.tribe-events-list .tribe-events-event-image,
.tribe-events-event-image+div.tribe-events-content,
#tribe-events-day .tribe-events-event-image,
#tribe-events-day .tribe-events-content
{
	display: block;
	float: none;
	margin: 0;
	text-align: left;
}

#tribe-bar-collapse-toggle
{
	background-color: #242424;
	color: #fff;
}

/* -------------------- NEWSLETTERS PAGE -------------------- */
.downloads {
    border-top: #AAA 1px solid;
    border-bottom: #AAA 1px solid;
}

.download-item {
    padding: 1rem 0;
    border-bottom: #666 1px solid;
}

.download-item:last-child {
    border-bottom: none;
}

/* -------------------- PHOTO GALLERY PAGE -------------------- */
.gallery-thumb
{
	background: #242424;
}

.gallery h5
{
	margin: 0;
}

/* -------------------- IN MEMORIAL PAGE -------------------- */
article.memorial
{
	display: inline-block;
	margin-bottom: 2rem;
	margin-right: 5%;
	text-align: center;
	vertical-align: top;
	width: 30%;
}

article.memorial:nth-child(3n)
{
	margin-right: 0;
}

article.memorial h5
{
	margin: 1rem 0;
}

.memorial-thumbnail
{
	background-size: cover;
	background-position: center top;
	padding-top: 100%;
	width: 100%;
}

/**** Responsive Design ****/

/* Memorial 2-column switch */
@media only screen and (max-width : 799px)
{
	article.memorial
	{
		margin-right: 6%;
		width: 47%;
	}

	article.memorial:nth-child(3n)
	{
		margin-right: 6%;
	}

	article.memorial:nth-child(2n)
	{
		margin-right: 0;
	}
}

/* Memorial 1-column switch */
@media only screen and (max-width : 479px)
{
	article.memorial
	{
		margin-right: 0;
		width: 100%;
	}

	article.memorial:nth-child(3n)
	{
		margin-right: 0;
	}
}

/* -------------------- MEMBERSHIP PAGE -------------------- */
@supports (display: flex)
{
	.flex
	{
		display: flex;
	}

	.flex1
	{
		flex: 1;
		padding-left: 8px;
		padding-right: 8px;
	}

	.flex1:first-child
	{
		padding-left: 0;
	}

	.flex1:last-child
	{
		padding-right: 0;
	}
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"]
{
	width: 100%;
}

span.wpcf7-list-item
{
	margin: 0;
}

input[type="checkbox"],
.wpcf7-acceptance
{
	margin: 0 8px 0 0;
}

.bike
{
	margin-bottom: 16px;
}

.mobile
{
	display: none;
}

.inline
{
	display: inline-block;
}

.wpcf7-recaptcha
{
	margin-bottom: 1.5em;
}

/* -------------------- CONTACT PAGE -------------------- */
#wpcf7-f71-p21-o1
{
	float: left;
	margin-right: 50px;
	width: 50%;
}

.wpcf7-form label,
.wpcf7-form p
{
	color: #fff;
	display: block;
	font-size: 16px;
	margin-bottom: 1.5em;
	margin-top: 1em;
}

.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form textarea
{
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	color: #555;
	font-size: 14px;
	margin-top: 6px;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.wpcf7-form input[type=text], .wpcf7-form input[type=email]
{
	height: 34px;
}

.wpcf7-form input[type=text]:focus, .wpcf7-form input[type=email]:focus, .wpcf7-form textarea:focus
{
	border-color: #f60;
	box-shadow: 0px 0px 6px #f60;
	color: #555;
	outline: none;
}

span.wpcf7-not-valid-tip
{
	color: #cc0000;
	padding-top: 4px;
}

div.wpcf7-validation-errors
{
	border: none;
	color: #cc0000;
	padding: 0;
	margin: 16px 0 24px 0;
}

/* -------------------- RESPONSIVE DESIGN -------------------- */
@media only screen and (max-width : 860px)
{
	p.site-title
	{
		font-size: 48px;
	}
}

@media only screen and (max-width : 799px)
{
	.menu-toggle
	{
		background: none;
		border: none;
		box-shadow: none;
		color: #f60;
		font: bold 16px Arial, Helvetica, sans-serif;
		outline: 0;
		text-decoration: none;
		text-shadow: none;
		text-transform: uppercase;
		transition: text-shadow .25s, color .25s;
		width: 100%;
	}

	.menu-toggle:hover,
	.menu-toggle:active
	{
		box-shadow: none;
		text-shadow: 0 0 3px #f60;
	}

	.menu-toggle:focus
	{
		box-shadow: none;
	}

	.main-navigation ul
	{
		padding-top: 16px;
	}

	.main-navigation ul li
	{
		display: block;
		padding-left: 16px;
	}

	.main-navigation ul li a
	{
		display: inline-block;
		padding-left: 0;
	}
}

@media only screen and (max-width : 740px)
{
	.header-logo img
	{
		width: 150px;
	}

	p.site-title
	{
		font-size: 36px;
	}

	p.site-description
	{
		font-size: 24px;
	}
}

@media screen and (max-width: 679px)
{
	.header-logo img
	{
		display: none;
	}

	.header-text
	{
		margin: 35px 16px;
	}

	#primary
	{
		padding: 0 16px;
	}

	.alignright,
	.alignleft
	{
		display: block;
		float: none;
		margin: 0 auto 16px;
	}

	.site-info
	{
		margin: 0 16px;
	}

	.flex
	{
		display: block;
	}
	
	.flex1
	{
		padding: 0;
	}

	.mobile
	{
		display: block;
	}

	input[type="submit"]
	{
		width: 100%;
	}

	#wpcf7-f71-p21-o1
	{
		float: none;
		width: 100%;
	}
}

@media screen and (max-width: 400px)
{
	p.site-title
	{
		font-size: 28px;
	}

	p.site-description
	{
		font-size: 20px;
	}
}

@media screen and (min-width: 800px)
{
	.menu-toggle
	{
		display: none;
		margin: 16px 0;
	}

	.main-navigation ul
	{
		display: block;
	}
}
