@charset "UTF-8";

/* ------------------------------------------
  RESET
--------------------------------------------- */

body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
	margin: 0;
	padding: 0;
	border: 0;
}

ol, ul {
	list-style: none;
}

#sidebar li {
	list-style: none;
}

a:active,
a:hover {
	outline: 0;
}

@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/* ------------------------------------------
  FONTS
--------------------------------------------- */

@font-face {
	font-family: 'League Gothic';
    src: url('fonts/leaguegothic-regular-webfont.eot?');
    src: url('fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguegothic-regular-webfont.woff') format('woff'),
         url('fonts/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro-lightit-webfont.eot');
    src: url('fonts/sourcesanspro-lightit-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-lightit-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-lightit-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-lightit-webfont.svg#source_sans_prolight_italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
	font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro-bold-webfont.eot');
    src: url('fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-bold-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
	font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro-boldit-webfont.eot');
    src: url('fonts/sourcesanspro-boldit-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-boldit-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-boldit-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-boldit-webfont.svg#source_sans_probold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
	font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro-light-webfont.eot');
    src: url('fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-light-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ------------------------------------------
  BASE DEMO STYLES
--------------------------------------------- */

body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	color: #21181c;
	background: url(images/background.png) repeat;
	font: normal 100%/1.4 Open Sans,sans-serif;
}

#wrapper {
	min-width: 300px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 10px
}

.section {
	clear: both;
}

img {
	max-width: 100%;
	height: auto
}

#site-title h1, #site-title h1 a, #site-title h1 a:hover {
	font-family: League Gothic;
	font-size: 60px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #e8e7e5;
	line-height: 2;
}

h1, h1 a, h2, h2 a, .tubepress_embedded_title {
	font-family: League Gothic;
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #21181c;
	line-height: 37px
}

fieldset legend {
	font-family: League Gothic;
	font-size: 36px !important;
	font-weight: normal !important;
	font-style: normal !important;
	text-transform: uppercase;
	color: #21181c;
	line-height: 37px
}

h3, h3 a {
	font-family: League Gothic;
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #21181c;
	line-height: 40px;
	margin-top: 25px;
	margin-bottom: -10px;
}

.center {
	text-align: center
}

a {
	color: #b73d3d;
	text-decoration: none
}

a:hover {
	color: #b73d3d;
	text-decoration: underline
}

.sidebar-item a:hover {
	color: #21181c;
	text-decoration: underline;
}

p {
	font-family: 'Open Sans',arial,helvetica,sans-serif;
	font-size: 15px;
	line-height: 23px;
	color: #100b0d;
	text-align: justify;
	margin: 20px 0
}

.abutton, .prev a, .next a {
	padding: 5px 10px;
	background: #b73d3d;
	font-family: League Gothic;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #e8e7e5;
	border: 1px solid #b73d3d;
	display: inline-block;
	margin-top: 15px
}

.abutton:hover, .prev a:hover, .next a:hover {
	background: #e8e7e5;
	color: #b73d3d;
	border: 1px solid #b73d3d;
	text-decoration: none
}

.prev {
	float:left;
	margin-bottom:15px
}

.next {
	float:right;
}

.abutton-post:hover {
	background: #e8e7e5;
	color: #b73d3d;
	border: 1px solid #b73d3d;
	border-bottom: none;
	text-decoration: none
}

.abutton-post {
	padding: 5px 10px;
	background: #b73d3d;
	font-family: League Gothic;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #e8e7e5;
	border:  1px solid #b73d3d;
	border-bottom: none;
	float: right;
	margin-top: -15px
}

/* ------------------------------------------
  HEADER
--------------------------------------------- */

#header {
	float: left;
	width: 100%;
	position: relative;
	z-index: 9999
}

#branding {
	float: left;
	margin-top: 40px;
}

@media screen and (max-width: 1000px) {
	#site-title h1, #site-title h1 a, #site-title h1 a:hover {
		font-size: 36px;
	}
	
	.nav-collapse a {
		padding: 50px 14px 12px;
	}
	
	#branding {
		margin-top: 70px
	}
	
	#logo {
		width: 60px;
		height: auto
	}
}

/* ------------------------------------------
  NAVIGATION STYLES
  (+ responsive-nav.css file is loaded in the <head>)
--------------------------------------------- */

header nav,
header nav * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

header nav {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

header nav,
header nav ul {
	list-style: none;
	width: 100%;
	float: right;
}

@media screen and (min-width: 50em) {
	header nav {
		width: auto;
		float: right;
	}
}

header nav > ul {
	border-top: 1px solid rgba(0,0,0, .15);
}

header nav li {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}

@media screen and (min-width: 50em) {
	header nav li {
		width: auto;
	}
}

header nav a {
	font-family: League Gothic;
	font-size: 1.125em;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	display: block;
	color: #e8e7e5;
	text-decoration: none;
	width: 100%;
	border-bottom: 1px solid #21181c;
	padding: 0.7em 1em;
	float: left;
}

header nav a:active {
	color: rgba(255,255,255, .5);
}

@media screen and (min-width: 50em) {

	header nav a {
		display: block;
		margin-left: 2px;
		padding: 100px 14px 12px;
		float: left;
		text-align: center;
		border-bottom: 0;
	}

	header nav a:hover {
		background: #b73d3d;
		color: #e8e7e5;
		text-decoration: none;
	}

	header nav li:last-child a {
		border: 0;
	}
}

/* ------------------------------------------
  SLIDER
--------------------------------------------- */

.main-slide {
	position: relative;
}

.slider-caption {
	position: absolute;
	width: 310px;
	padding:20px;
	bottom: 10px;
	right: 10px;
	background: #ffffff
}

.slider-caption h2, .slider-caption h2 a {
	line-height: 1;
}

.slider-caption p {
	margin: 7px 0 10px 0
}


.slider-button {
	padding: 19px 10px 28px 10px
}

.slider-button:hover {
	background: #b73d3d
}

.slider-button-active {
	background: #b73d3d
}

.slider-header {
	color: #e8e7e5;
	line-height: 1.3
}

.slider-subtitle {
	font-family: League Gothic;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #e8e7e5;
	margin: 0
}

#bx-pager a:hover {
	text-decoration: none;
}

/* ------------------------------------------
  SIDEBAR
--------------------------------------------- */

.sidebar-item, .widget {
	background-color: #e8e7e5;
	padding: 27px 15px 15px 15px;
	margin-bottom: 16px;
	
}

#sidebar img, #sidebar figure {
	height: auto
}

.sidebar-image {
	margin-top: 15px;
	margin-bottom: 15px
}

.sidebar-subtitle, label.text, .req-text {
	font-family: League Gothic;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #21181c
}

.input {
	margin-top: 15px;
	text-align: center;
	position: relative;
}

.signup_email {
	font-family: League Gothic;
	font-size: 24px;
	font-weight: normal;
	color: #b73d3d;
	text-transform: uppercase;
	padding: 10px;
	float: left;
	height: 100%;
	width: -moz-calc(100% - 62px);
	width: -webkit-calc(100% - 62px);
	width: -o-calc(100% - 62px);
	width: calc(100% - 62px);
	border: 1px solid #b73d3d;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#user_login, #user_pass {
	font-family: League Gothic;
	font-size: 24px;
	font-weight: normal;
	color: #b73d3d;
	text-transform: uppercase;
	padding: 10px;
	float: left;
	height: 100%;
	width: 100%;
	border: 1px solid #b73d3d;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

#wpmem_reg input[type="text"], #wpmem_reg input[type="password"], #wpmem_reg textarea, #wpmem_login input[type="text"], #wpmem_login input[type="password"] {
	font-family: League Gothic;
	font-size: 24px;
	font-weight: normal;
	color: #b73d3d;
	text-transform: uppercase;
	padding: 10px;
	height: 100%;
	width: 100%;
	color: #b73d3d !important;
	background: none !important;
	border: 1px solid #b73d3d !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

#user-submit {
	float:right;
}

.bbp-register-link {
	font-family: League Gothic;
	font-size: 24px;
	font-weight: normal;
	background-color: #b73d3d;
	color: #e8e7e5;
	text-align:center;
	text-transform: uppercase;
	padding: 10px;
	height: 100%;
	width: 90px;
	float: left;
	margin-top: 10px;
	border: 1px solid #b73d3d;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

.bbp-register-link:hover {
	color: #e8e7e5;
	text-decoration: none;
}

#s {
	font-family: League Gothic;
	font-size: 24px;
	font-weight: normal;
	color: #b73d3d;
	text-transform: uppercase;
	padding: 10px;
	height: 100%;
	width: -moz-calc(100% - 82px); 
	width: -webkit-calc(100% - 82px);
	width: -o-calc(100% - 82px);
	width: calc(100% - 82px);
	border: 1px solid #b73d3d;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.screen-reader-text {
	display: none
}

input[type="button"] {
	display: inline-block;
	margin: auto;
}

input[type="submit"]:hover{
    color: #eac5c5;
}

fieldset.submit {
	padding: 0;
	background: none;
	border: none;
}


#bbpress-forums #bbp-your-profile fieldset div {
	margin-bottom: 0;
}

.submit {
	font-family: League Gothic;
	font-size: 24px;
	font-weight: normal;
	text-transform:uppercase;
	width: 55px;
	height:100%;
	color: #e8e7e5;
	padding: 10px;
	background: #b73d3d;
	border: 1px solid #b73d3d;
	float: right;
}

 input.buttons {
	font-family: League Gothic;
	font-size: 24px !important;
	font-weight: normal;
	text-transform:uppercase;
	width: 100px;
	color: #e8e7e5;
	padding: 10px;
	background: #b73d3d;
	border: 1px solid #b73d3d;
 }

#searchform {
	margin-top: 15px;
}

button.submit {
	width: 140px !important;
}

#searchsubmit {
	font-family: League Gothic;
	font-size: 24px;
	font-weight: normal;
	text-transform:uppercase;
	width: 75px;
	height:100%;
	color: #e8e7e5;
	padding: 9px;
	background: #b73d3d;
	border: 1px solid #b73d3d;
	float:right;
}

/* ------------------------------------------
  PAGE
--------------------------------------------- */

#content {
	background-color: #e8e7e5;
	line-height: 18px
}

.attachment-thumbnail, .signup img, .sidebar-item img {
	max-width: 100%;
	height: auto
}

.attachment-post-thumbnail {
	max-width: 100%;
	max-height: 400px;
	width: auto;
	height: auto;
	text-align: center;
	margin:0 auto;
	display:block;clear:both
}

.post, article.type-, article.forum, article.topic, .page, #disqus_thread {
	padding: 15px;
	margin-bottom: 20px
}

.post-summary {
	padding: 15px 15px 0;
	margin: 0
}

.post-summary:last-child {
	padding-bottom: 15px;
}

.post-edit-link{display:none;}

.post-header {
	background-color: #b73d3d;
	padding: 17px 10px 10px 10px;
	margin-bottom: 10px
}

.author a, .post-edit-link, .meta-sep, .entry-date, .post-edit-link a {
	font-family: League Gothic;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #e8e7e5
}

.entry-footer {
	margin-top: 10px
}

.single .entry-title, h1.entry-title, h2.entry-title {
	font-family: League Gothic;
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #e8e7e5;
	text-align: left;
	line-height: 1;
	margin-bottom: 5px
}

.entry-title a {
	font-family: League Gothic;
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #e8e7e5
}

/* ------------------------------------------
  CTA
--------------------------------------------- */

.signup {
	background-color: #e8e7e5;
	padding: 10px;
	margin-bottom: 6px
}

@media only screen and (max-width: 480px) {

	#container.signup img {
		display:block;
  		margin:0 auto 7px;
		width: auto;
		height: auto;
	}
}

.section-subtitle {
	font-family: League Gothic;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #5e5e5e;
	margin: 2px 0 0 0
}

/* ------------------------------------------
  FOOTER
--------------------------------------------- */

.footer-wrapper {
	background-color: #e8e7e5
}

.footer-padding {
	padding: 15px
}

#footer .menu li a {
	line-height: 1.5;
	border-bottom: 2px solid #5e5e5e;
	display: block;
	font-family: League Gothic;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #5e5e5e;
	font-size: 16px;
	margin-right: 20px
}

 #footer .menu li:nth-of-type(7) a, #footer .menu li:first-child a {
	border-top: 2px solid #5e5e5e;
 }

.footer-menu {
	-moz-column-count: 2;
	-moz-column-gap: 0;
	-webkit-column-count: 2;
	-webkit-column-gap: 0;
	column-count: 2;
	column-gap: 0;
}

.footer-social {
	margin-top: 15px
}

.footer-social ul li {
	display: inline;
	margin-right: 6px
}

#fb-button, #tw-button, #yt-button {
	background: #5e5e5e
}

#fb-button:hover, #tw-button:hover, #yt-button:hover {
	background: #b73d3d
}

#copyright {
	text-align: center;
	padding: 20px
}

.copyright {
	margin: 0 0 10px;
	text-align: center;
	text-transform: uppercase;
	font-family: League Gothic;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #e8e7e5
}

@media screen and (max-width: 50em) {
	
	#site-title h1, #site-title h1 a, #site-title h1 a:hover {
		font-size: 48px;
	}
	
	#branding {
		text-align: center;
		float: none;
		padding: 20px 0 0 0;
		margin: 0;
		clear: both
	}
	
	#logo {
		width: 70px;
		height: auto
	}
	
	.slider-caption {
		bottom: 10px;
		right: 10px;
		padding:0;
		width: 50%
	}
	
	.slider-padding {
		padding: 10px
	}	
}

@media screen and (max-width: 575px) {

	.slider-caption {
		margin-top: 7px;
		position: relative;
		bottom: 0;
		right: 0;
		padding:0;
		width: 100%
	}
	
	.slider-padding {
		padding: 10px
	}
	
}

@media screen and (max-width: 25em) {
	
	h1, h1 a, h1 a:hover {
		font-size: 40px;
	}
	
	#logo {
		width: 60px;
		height: auto
	}
	
}

.excerpt p {
	margin: 0
}

.post-excerpt {
	float: right;
	border-bottom: 1px solid #b73d3d
}

body.page {
	padding: 0;
	margin: 0
}

.wp-caption-text, .aligncenter {
	text-align: center;
	margin:0 auto;
	display:block;clear:both
}

.alignleft{margin:20px 20px 20px 0;float:left}
.alignright{margin:20px 0 20px 20px;float:right}

.entry-content div {
	max-width: 100%;
}

.size-large, .size-full {
	max-width: 100%;
	height: auto
}

.nav-links { display: none; } 

@media only screen and (max-width: 480px) {
	.post-excerpt {
		margin-top: 23px;
	}
}

/* ------------------------------------------
  SUPERFISH
--------------------------------------------- */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/

.sf-menu ul li a {
	padding: .75em 1em;
	margin: 0;
	text-decoration: none;
	text-align: left;
	zoom: 1; /* IE7 */
}
.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul {
	width: 10em;
	background: #1d1318;
}
.sf-menu ul li {
	width: 100%;
	float: left;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

.slider-button:hover { cursor:pointer; }