/*
Custom
*/
@import url(http://fonts.googleapis.com/css?family=Abel);

html, body {
	height: 100%;
}


body { 
  font-family: 'Abel', sans-serif !important;
  font-size: 100%;
}

@media only screen and (max-width: 30em) {
	.button-group > * {
	float: none;
	}
}

button, .button, .tribe-events-widget-link a {
-moz-box-shadow:inset 0px -3px 0px 2px #91202d;
	-webkit-box-shadow:inset 0px -3px 0px 2px #91202d;
	box-shadow:inset 0px -3px 0px 2px #91202d;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a32332), color-stop(1, #a32332) );
	background:-moz-linear-gradient( center top, #a32332 5%, #a32332 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a32332', endColorstr='#a32332');
	background-color:#a32332;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-size: 1rem;
	font-weight:bold;
	font-style:normal;
	line-height:45px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #810e05;
	padding-top: 0;
	padding-bottom: 0;
  	font-family: 'Abel', sans-serif !important;
  	text-transform: uppercase;
  	letter-spacing: 1px;
}

button:hover, .button:hover, .tribe-events-widget-link a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b52938), color-stop(1, #b52938) );
	background:-moz-linear-gradient( center top, #b52938 5%, #b52938 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b52938', endColorstr='#b52938');	
	background-color:#b52938;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}

.tribe-events-widget-link a:hover {
	color: #fff;
}


h1, h2, h3, h4, h5, h6 {
font-family: 'Abel', "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

p {
	font-size: 1.2em;
	line-height: 140%;
}

a {
	color: #a32331;
	word-wrap: break-word;
}

a:hover {
	color: #000;
}

img.alignleft {
	margin-right: 25px;
	margin-bottom: 25px;
	float: left;
}
img.noborder {
	border: 0 !important;
}

.ie-note {
	background: #a32331;
	padding: 20px 50px;
	color: #fff;
	text-align: center;
	font-size: 120%;
}



/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
 
.fade-in {
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
 
    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
 
    -webkit-animation-duration:.7s;
    -moz-animation-duration:.7s;
    animation-duration:.7s;
}

.ie9 .fade-in {
	opacity: 1;
}

/* Updated Rows */
.row {
	padding-left: 1.3em;
	padding-right: 1.3em;
}

.row .row {
	padding-left: 0;
	padding-right: 0;
}


@media only screen and (min-width: 768px) {

.row {
	padding-left: 2.5em;
	padding-right: 2.5em;
	}

.row .row {
	padding-left: 0;
	padding-right: 0;
	}
}

@media only screen and (min-width: 1200px) {
	.row {
		padding-left: .15em;
		padding-right: .15em;
		}
	
	.row .row {
		padding-left: 0;
		padding-right: 0;
		}
}


/*Updated Top Bar*/

.contain-to-grid .top-bar {
	padding-left: 1.25em;
	padding-right: 1.25em;	
}

.contain-to-grid {
	background: #000;
	z-index: 100;
	position: relative;
}

.top-bar {
	background: #000;
}

.top-bar .name h1 a span {
	display: none;
}

.top-bar.expanded .title-area {
	background: #000;
}

.mobile .top-bar .name {
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.mobile .top-bar .name h1 a {
	color: #666;
	font-weight: 700;
	background: #fff;
	padding: 6px 6px 8px 6px;
	border-radius: 30px;
	font-size: 73.5%;
	width: 35px !important;
	height: 35px !important;
	line-height: 1.7;
	text-align: center;
}

.top-bar-section ul {
	background: #000;
}

.top-bar-section ul li > a {
	display: block;
	width: 100%;
	color: #000;
	font-family: 'Abel', sans-serif;
	text-transform: uppercase;
	text-align: center;
}

.top-bar.expanded .top-bar-section ul li > a {
	color: #fff;
	background-color: #000;
}

.top-bar.expanded .top-bar-section ul li > a:hover {
	background: #222;
	border-radius: 6px;

}

/* Home Sticky Nav */
.sticky-wrapper  {
	width: 100%;
	margin: 0 auto 0 auto;
	background: rgba(255,255,255,0.7) !important;
}


.sticky-wrapper .contain-to-grid.stuck {
	width: 100%;
	position:fixed;
	z-index: 100;
	margin: 0 auto;
	padding-top: 0;
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
 
    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
 
    -webkit-animation-duration:.5s;
    -moz-animation-duration:.5s;
    animation-duration:.5s;
}

.ie9 .sticky-wrapper .contain-to-grid.stuck {
	opacity: 1;
}			

.sticky-wrapper nav .name h1 a {
	background: url('../img/forbidden-logo-mb.png') no-repeat 5px 10px;
	background-size: 90%;
	width: 37px;
	height: 43px;
	display: block;
}

.sticky-wrapper .contain-to-grid.stuck .name h1 a {
	background: url('../img/forbidden-logo-mb.png') no-repeat 5px 10px;
	background-size: 90%;
	width: 37px;
	height: 43px;
	display: block;
}

.sticky-wrapper .contain-to-grid.stuck .fade-in.name h1 a {
-webkit-animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
animation-delay: 0.7s;
}

.mobile-lg-logo a {
	max-width: 320px;
	display: block;
	margin: 10px auto 30px auto;
	padding: 0 1em;
}

.mobile-lg-logo a span {
	display: none;
}

.top-bar-section .dropdown li.title h5 a {
font-size: .8em;
}


@media only screen and (min-width: 40.063em) /*641*/ {
	.contain-to-grid {
		background: #fff !important;
		padding-top: 20px;
	}

	.contain-to-grid .top-bar {
		padding-left: 2.25em;
		padding-right: 2.25em;	
	}

	.top-bar {
		background: transparent !important;
		height: auto;
		*zoom: 1;
		overflow: visible; 
	}
				
	.top-bar .name {
		height: auto;
	}
	
	.top-bar .title-area {
		float: none;
	}	
	
	.top-bar:before, .top-bar:after {
		content: " ";
		display: table; 
	}
	
	.top-bar:after {
		clear: both; 
	}
	
	.top-bar .toggle-topbar {
		display: none; 
	}
	
	
	.top-bar .name h1 a {
		width: auto; 
	}
	
	.top-bar input,
	.top-bar .button {
		font-size: 0.875rem;
		position: relative;
		top: 7px; 
	}
	
	.top-bar.expanded {
		background: transparent; 
	}
	
	.contain-to-grid .top-bar {
		max-width: 75em;
		margin: 0 auto;
		margin-bottom: 0; 
	}

	.top-bar-section {
		display: table;   /* Allow the centering to work */
		margin: 0 auto;
		left: 0 !important; 
	}
	
	.home .fade-in.top-bar-section {
		-webkit-animation-delay: 0.5s;
		-moz-animation-delay: 0.5s;
		animation-delay: 0.5s;
	}
	
	.interior .fade-in.top-bar-section {
	-webkit-animation-delay: .75s;
	-moz-animation-delay: .75s;
	animation-delay: .75s;
	}	
	
	.interior.page-watch .fade-in.top-bar-section {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
	}
		
	.top-bar-section ul {
		background: transparent;
		width: auto;
		height: auto !important;
		display: inline; 
	}
	
	.top-bar-section ul li {
		float: left; 
		color: #000;
	}
	
	.top-bar-section ul li a {
		color: #000;
		font-weight: bold;

	}
	
	.top-bar-section ul li .js-generated {
		display: none; 
	}
	
	.top-bar-section li.hover > a:not(.button) {
		background: #fff;
		color: #000; 
	}
	
	.top-bar-section ul li:hover > a, .top-bar-section ul li.current-menu-item > a, .top-bar-section ul li.current-menu-parent > a, .top-bar-section ul li.current_page_parent > a {
		background: transparent;
		color: #a32331;
	}
	
	.top-bar-section li a:not(.button) {
		padding: 0 9px 10px 9px;
		line-height: 45px;
		background: transparent;
		font-size: .9rem;
	}

	
	.top-bar-section li a:not(.button):hover {
		background: transparent; 
		color: #a32331; 
	}
	
	.top-bar-section .has-dropdown > a {
		padding-right: 15px !important; 
	}
	
	.top-bar-section .has-dropdown > a:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border: 0;
		border-color: none;
		border-top-style: none;
		margin-top: -3px;
		top: 22.5px; 
	}
        
    .top-bar-section .has-dropdown.moved {
      position: relative; 
    }
      
	.top-bar-section .has-dropdown.moved > .dropdown {
        display: none; 
    }
        
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
		display: block; 
    }
      
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
		border: none;
		content: "\00bb";
		top: 1rem;
		margin-top: -2px;
		right: 5px; 
     }
      
	.top-bar-section .dropdown {
		left: 0;
		top: auto;
		background: #fff;
		border-bottom-right-radius: 6px;
  		border-bottom-left-radius: 6px;
		padding: 0 10px;
		left: 0;
		top: auto;
		min-width: 100%;
	}
	
	.top-bar-section .dropdown li a {
		color: #000;
		line-height: 1;
		white-space: nowrap;
		padding: 8px 15px;
		background: #fff; 
		font-size: 90%;
	}
	
	.top-bar-section .dropdown li a:hover {
		
	}
	
	
	.top-bar-section .dropdown li label {
		white-space: nowrap;
		background: #fff; 
	}
	
	.top-bar-section .dropdown li .dropdown {
		left: 100%;
		top: 0; 
	}
        
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
		border-bottom: none;
		border-top: none;
		border-right: none;
		clear: none;
		height: 45px;
		width: 0; 
	}

    .top-bar-section ul.right li .dropdown {
      left: auto;
      right: 0; 
    }
      
	.top-bar-section ul.right li .dropdown li .dropdown {
		right: 100%; 
	}

	
	/* Home Sticky Nav */
	.sticky-wrapper nav .name h1 a {
		background: url('../img/forbidden-logo.png') no-repeat 0 5px;
		background-size: 100%;
		width: 350px;
		height: 125px;
		margin: 0 auto;
	}

	.sticky-wrapper, .sticky-wrapper .contain-to-grid {
		background: transparent;
	}
	
	.sticky-wrapper .contain-to-grid.stuck {
		background: #fff;
		border-bottom: 1px solid #CCC;
		-webkit-box-shadow: 0px 1px 5px rgba(100, 100, 100, 0.3);
		-moz-box-shadow: 0px 1px 5px rgba(100, 100, 100, 0.3);
		box-shadow: 0px 1px 5px rgba(100, 100, 100, 0.3);
	}

	.sticky-wrapper .contain-to-grid.stuck .name h1 a {
		background: url('../img/forbidden-logo-sm.png') no-repeat 5px 10px;
		background-size: 95%;
		width: 70px;
		height: 70px;
		display: block;
	}


}	


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

	.top-bar-section li a:not(.button) {
		padding: 0 15px 10px 20px;
		line-height: 45px;
		background: transparent;
		font-size: 1.015rem; 
	}
}


@media only screen and (min-width: 60em) {
	.contain-to-grid {
		background: #fff !important;
		padding-top: 20px;
	}

	.top-bar-section {
		margin-top: 40px;
		margin-right: 20px;
	}
	
	.top-bar-section ul li {
		float: left; 
		color: #000;
	}

	.top-bar-section ul li a {
		color: #000;
		font-weight: bold;
	}
	
	.top-bar-section ul li ul {
		padding-top: 5px !important;
		padding-bottom: 10px !important;
	}

	.top-bar-section li a:not(.button) {
		padding: 0 11px 0 6px;
		line-height: 32px;
		background: #fff;
		font-size: .9rem;
	}
	
	.top-bar-section li a:not(.button):hover {
		background: #fff; 
		color: #a32331; 
	}
	
	.top-bar-section ul li.menu-item-30 a, .top-bar-section ul li.menu-item-30 a:hover {
		background: #dcdcd2;
		border-radius: 5px;
			-moz-border-radius: 5px;
		padding: 0px 5px 0 5px;
		margin-left: 5px;
	}
	
	.top-bar-section ul li.menu-item-30.current_page_item > a {
		background: #a32331;
		color: #fff;
	}
	
	.top-bar-section ul li.menu-item-28.current_page_parent > a {
		color: #000;
	}


	.top-bar-section .dropdown {
		background: #fff;
	}

	.top-bar-section .dropdown li a {
		color: #000;
		background: #fff; 
	}
	
				
	.top-bar-section .dropdown li label {
		white-space: nowrap;
		background: #fff; 
	}
	

	.top-bar .title-area {
		float: left;
	}
	
	.top-bar {
		height: 100px;
	}
	

	.top-bar-section {
		float: right; 
		border-top: 0;
		border-bottom: 0;
 
	}

	.top-bar-section ul.primary-nav {
		float: right;
		margin: 0 auto 0 auto;	
	}
	
	.sticky-wrapper nav .name h1 a {
		background: url('../img/forbidden-logo.png') no-repeat 0 5px;
		background-size: 100%;
		width: 290px;
		height: 100px;
		margin: 15px auto 0 auto;
	}
	
	.sticky-wrapper .contain-to-grid.stuck {
		border-bottom: 1px solid #CCC;
		-webkit-box-shadow: 0px 1px 5px rgba(100, 100, 100, 0.3);
		-moz-box-shadow: 0px 1px 5px rgba(100, 100, 100, 0.3);
		box-shadow: 0px 1px 5px rgba(100, 100, 100, 0.3);
	}
	
	.sticky-wrapper, .sticky-wrapper .contain-to-grid {
		background: transparent;
	}
	.sticky-wrapper .contain-to-grid.stuck .top-bar {
		height: 80px;
	}
	
	.sticky-wrapper .contain-to-grid.stuck .top-bar-section {
		margin-top: 25px;
	}

	
	.sticky-wrapper .contain-to-grid.stuck .name h1 a {
		background: url('../img/forbidden-logo-sm.png') no-repeat 5px 10px;
		background-size: 95%;
		width: 70px;
		height: 70px;
		display: block;
		margin: 0;
	}
	
	.interior .contain-to-grid {
		background: #fff !important;
		padding-top: 0;
	}

	.interior .top-bar-section {
		margin-top: 15px;
	}
	
	.interior .top-bar {
		height: 60px;
	}

	.interior .sticky-wrapper nav .name h1 a {
		background: url('../img/forbidden-logo.png') no-repeat 0 5px;
		background-size: 100%;
		width: 240px;
		height: 50px;
		margin: 0 auto 0 auto;
	}
	
	.interior .sticky-wrapper .contain-to-grid.stuck .name h1 a {
		width: 50px;
		height: 50px;
	}
	
	.interior .sticky-wrapper .contain-to-grid.stuck .top-bar {
		height: 60px;
	}
	
	.interior .sticky-wrapper .contain-to-grid {
	}
	
	.interior .sticky-wrapper .contain-to-grid.stuck {
	}
	
}

@media only screen and (min-width: 68.750em) {
	.top-bar-section li a:not(.button) {
		padding: 0 11px 0 11px;
		line-height: 32px;
		background: #fff;
		font-size: .95rem;
	}

}

@media only screen and (min-width: 75em) {
	
	.contain-to-grid .top-bar {
		padding-left: 0em;
		padding-right: 0em;	
	}
		
	.sticky-wrapper .contain-to-grid.stuck .top-bar-section ul.primary-nav {
		float: right;
		margin: auto;	
	}

	.top-bar .title-area {
		float: left;
	}

	.top-bar-section {
		margin-top: 30px;
	}
	
	.sticky-wrapper .contain-to-grid.stuck {
		border-bottom: 1px solid #CCC;
		-webkit-box-shadow: 0px 1px 5px rgba(100, 100, 100, 0.3);
		-moz-box-shadow: 0px 1px 5px rgba(100, 100, 100, 0.3);
		box-shadow: 0px 1px 5px rgba(100, 100, 100, 0.3);
	}

	
	.sticky-wrapper .contain-to-grid.stuck .top-bar-section {
		margin-top: 10px;
	}
	
	
	
	.top-bar-section li a:not(.button) {
		padding: 0 18.5px 0 18.5px;
		line-height: 32px;
		background: #fff;
		font-size: 1.035rem;
	}

	.top-bar-section ul li > a {
		font-size: 1.15rem;
		font-weight: bold;
		margin-top: 15px;
	}
	
	.top-bar-section ul li ul li > a {
		margin-top: 3px;
		font-size: .8em !important;
		line-height: 150% !important;
	}
	
	.mobile .top-bar .name h1 a {
		color: #666;
		font-weight: normal;
		font-size: 65%;
		width: 35px !important;
		height: 35px !important;
		line-height: 1.5;
	}
	.top-bar-section ul.primary-nav {
		float: right;
		margin: 20px auto 0 auto;	
	}
	
	.top-bar {
		height: 130px;
	}

	.sticky-wrapper nav .name h1 a {
		background: url('../img/forbidden-logo.png') no-repeat 0 5px;
		background-size: 100%;
		width: 360px;
		height: 120px;
		margin: 20px auto 0 auto;
	}
	
	.interior .top-bar-section {
		margin-top: 0;
	}
	
	.interior .top-bar-section ul.primary-nav {
		margin: 0 auto 0 auto;
	}
	
	.interior .sticky-wrapper .contain-to-grid.stuck .top-bar-section {
	margin-top: 0;
	}
	
	
}




/*Start Forbidden*/

#landing {  
	background: url('../img/landing-brandon-moises-lg.jpg') no-repeat; 
	background-position: bottom 250px left 0;
	  -webkit-background-size: 140%;
	  -moz-background-size: 140%;
	  -o-background-size: 140%;
	background-size:140%;
	padding-bottom: 0;
	position: relative;
	width: 100%;
	position: relative;
}

#landing .flex-video {
	border-left: 5px solid #000;
	border-right: 5px solid #000;
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    background: #000;
}


.welcome-statement {
	background: rgba(255,255,255,0.8);
	padding: 15px 15px 0 15px;
	-webkit-border-radius: 4px;
    border-radius: 4px;
}

#landing h2.landing-content {
	font-size: 1em;
	margin: 0px 0 35px 0;
}


#landing ul.button-group {
	margin: 20px auto;
	display: table;
}

#landing ul.button-group li {
	margin-right: 8px;
	/*width: 100%;*/
	text-align: center;
}

#landing .button {
	padding-left: 1.35rem;
	padding-right: 1.35rem;
}	

#landing form {
	margin: 0;
}

@media only screen and (min-width: 30em) {
	#landing {
		background-position: bottom 270px center;
	}
}

@media only screen and (min-width: 40.063em) {
	#landing {  
		background: url('../img/landing-brandon-moises-lg.jpg') no-repeat; 
		background-position: bottom -50px center;
		  -webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		background-size: cover;
	}
	
	

	#landing .flex-video {
		margin: 0 auto 30px auto;
		height: auto;
		background: #000;
		float: none;
	}

	#landing ul.button-group li {
		margin-right: 8px;
		width: auto;
		text-align: center;
	}
	
	#landing .columns.welcome-statement {

	}
}


@media only screen and (max-width: 40em) {
	#landing .flex-video {
		width: 96%;
		margin: 0 auto 15px auto;
		background: #000;
	}

	#landing .columns.welcome-statement {
		float: none;
		clear: both;
		margin: 0 auto;
		width: 92%;
	}
	#landing .flex-video.widescreen {
		padding-bottom: 52%;
	}

}

@media only screen and (min-width: 40em) and (max-width: 60em) { 
	.medium-8.video {
		width: 85%;
		padding: 0;	
		margin: 0 auto;
	}
	
	#landing .flex-video {
		width: 100%;
	}
	
	.medium-4.welcome-statement {
		width: 85%;
	}
	
	.medium-push-4, .medium-pull-8 {
		float: inherit;
		width: inherit;
		right:inherit;
		left: inherit;
	}
	
	
	#landing .columns.welcome-statement {
		float: none;
		margin: 0 auto;
	}
	
	.player .video-wrapper .video {
	-webkit-background-size: cover !important;
	  -moz-background-size: cover !important;
	  -o-background-size: cover !important;
	  background-size: cover !important;	
	}
	  
	 #landing .flex-video.widescreen {
		padding-bottom: 55%;
	}
}



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

	#landing h2 {
		font-size: 1em;
		margin-bottom: 55px;
		width: 95%;
		line-height: 160%;
	}
	#landing .flex-video {
		border-left: 5px solid #000;
		border-right: 5px solid #000;
		border-top: 5px solid #000;
		border-bottom: 5px solid #000;
	}
	
	

}


@media only screen and (min-width: 60em) {
	#landing {  
		background: url('../img/landing-brandon-moises-lg.jpg') no-repeat 0 bottom;
		  -webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		background-size: cover;
		min-height: 630px;
	padding-top: 4%;
	}

	#landing ul.button-group {
		float: none;
		margin: 30px 0;
	}
	
	#landing ul.fade-in.button-group {
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	animation-delay: 0.8s;
	}
		
	#landing h2.fade-in.landing-content {
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	animation-delay: 0.7s;
	}

	.welcome-statement {
		background: transparent;
		padding: 0;
	    border-radius: 0;
	}
	
	#landing .flex-video {
		width: 90%;
		float: right;
	}
	
	#landing .fade-in.flex-video {
		-webkit-animation-delay: 1s;
		-moz-animation-delay: 1s;
		animation-delay: 1s;
	
	}

	
	#landing .flex-video.widescreen {
		padding-bottom: 49.5%;
	}
}

@media only screen and (min-width: 75em) {
	#landing {  
		background: url('../img/landing-brandon-moises-lg.jpg') no-repeat; 
		background-position: bottom 0 center;
		  -webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		background-size: cover;
		padding-top: 3%;
	}
	
	#landing h2 {
		font-size: 1.1em !important;
		width: 98%;
	}

	#landing .flex-video {
		width: 92%;
		float: right;
		border-left: 10px solid #000;
		border-right: 10px solid #000;
		border-top: 1px solid #000;
		border-bottom: 3px solid #000;
		-webkit-border-radius: 5px;
	    border-radius: 5px;
	}
	#landing .flex-video.widescreen {
		padding-bottom: 52.5%;
	}
	
	#landing .button {
		padding-left: 1.35rem;
		padding-right: 1.35rem;
	}	
}


@media only screen and (min-width: 90.063em) {
	#landing {  
		min-height: 830px;
	}
}

@media only screen and (min-width: 120.063em) { /* min-width 1921px, xlarge screens */
	#landing {  
		min-height: 1030px;
	}
}
 
@media only screen and (min-width: 150em) { /* min-width 1921px, xlarge screens */
	#landing {  
		min-height: 1150px;
	}
}
 
 
#landing ul.button-group li {
	float: left;
}


#subscribe {
	clear: both;
	position: relative;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: rgba(0,0,0,1);
	margin-top: 100px;
	padding-top: 20px;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;	
	}

.mailing-list {
	margin: 30px 0 0 0;
}

.mailing-list h3 {
	float: left;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
} 

#landing #subscribe .button {
	padding-left: .8rem;
	padding-right: .8rem;
	padding-top: 0rem !important;
	padding-bottom: 0rem !important;
	margin-left: 5px;
	font-size: 90%;
	line-height: 38px;
}


#subscribe .icons {
	margin: 0;
	padding: 0;
	width: 200px;
}

#subscribe .icons li {
	display: inline;
	list-style: none;
}

#subscribe .icons li a {
	color: #fff;
	font-size: 24px;
}

#subscribe .icons {
	margin: 0 auto 20px auto;
}

.mailing-list h3 {
	color: #fff;
	float: none;
	margin: 0 auto 10px auto;
}


@media only screen and (min-width: 20em) and (max-width: 40em) {
		#subscribe {
			text-align: center;
	}

}

@media only screen and (min-width: 40em) {
	#subscribe {
			text-align: left;
			margin-top: 0;
			background: rgba(0,0,0,.8);

	}
	#subscribe h3 {
		font-size: 90%;
	}	

}

@media only screen and(min-width: 40em) and (max-width: 60em) {
	.stay-text {
		float: none;
		width: 100%;
	}
	
	#subscribe form .medium-8 {
	width: 80.66667%;
	}

}



@media only screen and (min-width: 60em) {
	#subscribe {
		position: absolute;
		clear: both;
		bottom: 0;
		width: 100%;
		text-align: center;
		background: rgba(255,255,255,.7);
		padding-top: 20px;
	}
	
	
	#subscribe .icons li a {
		color: #000;
		font-size: 24px;
	}

	#subscribe .icons {
		margin: 0 auto 20px auto;
	}
	
	#subscribe h3 {
		color: #000;
		float: left;
		margin: 7px auto 0 auto;
		font-size: 1em;
	}
	
	#landing ul.button-group li {
		float: left;
	}
}

@media only screen and (min-width: 75em) {
	#subscribe h3 {
		font-size: 1.1em;
	}

}



.section-title {
	text-align: center;
	margin-bottom: 15px;
}

.section-title h3 {
	font-weight: 500;
}


/* Home Main */

#home {
	background: #fff;
}

#home {
	padding: 30px 0;
	margin-top: 0;
}

#home p {
	font-size: 1em;
}

#home img {
	margin-bottom: 5px;
	border: 5px solid #f0f0e7;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#home h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 2.2em;
	font-weight: bold;
}

#home h4 {
	text-align: center;
	font-size: 1.6em;
	margin-bottom: 20px;
	line-height: 140%;
}

#home p.smaller {
	font-size: 100%;
}

#home .button-group {
	display: table;
	margin: 0 auto;
	padding-top: 20px;
}

#home .button-group li {
	margin-right: 5px;
}


@media only screen and (min-width: 48em) {
	#home {
		padding: 50px 0;
		margin-top: 0;
	}

	#home p {
		font-size: 1.2em;
	}

	#home img {
		margin-bottom: 10px;
		border: 10px solid #f0f0e7;
		border-radius: 8px;
		-moz-border-radius: 8px;
	}
	
	#home h4 {
	margin-bottom: 40px;
	}
}


/*Home Take Action*/

#home-takeaction {
	background: url('../img/home-takeaction-bg.jpg') no-repeat left center;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
	z-index: 50;
	display: block;
	clear: both;
	padding: 30px 0;
	text-align: center;
}

#home-takeaction .icons {
	margin: 80px 0 50px 0;
}


#home-takeaction .icons img {
	margin-bottom: 10px;
	width: 85%;
}

#home-takeaction h3 {
	text-align: center;
	font-weight: 500;
	font-size: 1.6em;
	padding-bottom: 15px;
	color: #fff;
}


#home-takeaction p {
	font-size: 90%;
}

#home-takeaction ul.button-group {
	margin: 50px auto 10px auto;
	display: table;
}

@media only screen and (min-width: 25em) /*480*/ {
	#home-takeaction .icons img {
	margin-bottom: 15px;
	width: 65%;
	}

}

@media only screen and (min-width: 30em) /*480*/ {
	#home-takeaction .icons img {
	margin-bottom: 15px;
	width: 55%;
	}

}

@media only screen and (min-width: 40.063em) /*641*/ {
	#home-takeaction {
	  	min-height: 700px;
		z-index: 50;
		display: block;
		clear: both;
		padding: 80px 0;
		text-align: center;
	}

	
	#home-takeaction .icons {
	margin: 80px 0 50px 0;
	}
	
	#home-takeaction .icons img {
		margin-bottom: 10px;
		width: 85%;
	}
	
	#home-takeaction h3 {
		text-align: center;
		font-weight: 500;
		font-size: 1.6em;
		padding-bottom: 15px;
		color: #fff;
	}
	
	
	#home-takeaction p {
		font-size: 90%;
	}
	
	#home-takeaction ul.button-group {
		margin: 50px auto 10px auto;
		display: table;
	}
}

@media only screen and (min-width: 75em)  {
	#home-takeaction {
		background: url('../img/home-takeaction-bg.jpg') center 70px no-repeat fixed;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  min-height: 700px;
		z-index: 50;
		display: block;
		clear: both;
		padding: 60px 0;
		text-align: center;
	}
	
	#home-takeaction .icons img {
		margin-bottom: 10px;
		width: 70%;
	}
}


/*Home News*/
#home-news {
	background: url('../img/home-nc-rural-landscape-large.jpg') #fff no-repeat bottom left;
	  -webkit-background-size: 100%;
	  -moz-background-size: 100%;
	  -o-background-size: 100%;
	background-size: 100%;
	padding: 60px 0 120px 0;
	min-height: 600px;
}

#home-news .row {
	background-color: rgba(255,255,255.0.7);
}

.news-summary h4 {
	color: #bf1e2e;
	font-size: 1.4em;
	font-weight: 600;
}

.news-summary p {
	font-size: 1em;
}



@media only screen and (min-width: 39em) {
	#home-news {
		background: url('../img/home-nc-rural-landscape-large.jpg') #ffffff no-repeat bottom left;
	  -webkit-background-size: 120%;
	  -moz-background-size: 120%;
	  -o-background-size: 120%;
	background-size: 120%;
		padding: 40px 0;
	min-height: 680px;
	}
	.news-summary p {
		font-size: 1.1em;
		width: 90%;
	}
	
}

@media only screen and (min-width: 60em) {
	#home-news {
		background: url('../img/home-nc-rural-landscape-large.jpg') #fff no-repeat;
		background-position: bottom 0 center;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	background-size: cover;
		padding: 40px 0;
	}

	.news-summary h4, .news-summary p {
	padding-right: 60px;
	}

}

@media only screen and (min-width: 90.063em) {
	#home-news {  
		min-height: 830px;
	}
}

@media only screen and (min-width: 120.063em) { /* min-width 1921px, xlarge screens */
	#home-news {  
		min-height: 1030px;
	}
}
 


#home-news .button-group li {
	margin-right: 5px;
}



/*Twitter*/
#home-twitter {
	padding: 10px 0;
}

#home-twitter blockquote {
	float: none;
	width: 100%;
	border-left: 0;
  	margin: 10px 0 0 0;
  	padding: 25px 40px;
    position: relative;
	background: #e2e2d9;
    border-color: #e2e2d9;    
	border-radius: 4px;
	-moz-border-radius: 4px;
	border-bottom: 1px solid #d5d5c5;
}

#home-twitter blockquote:after {
    content: "";
    position: absolute;
   top: 100%;
   right: 50px;
   border-top: 25px solid #d5d5c5;
   border-top-color: inherit; 
   border-left: 25px solid transparent;
   border-right: 2px solid #d5d5c5; 
}



#home-twitter blockquote p {
  display: inline;
  color: #333;
  font-size: 1.2em;
  line-height: 140%;
}

.quote-left, .quote-right {
	font-size: 1.5em;
	display: none;
}


#home-twitter blockquote p.tweet-byline {
	clear: both !important;
	display: block;
	text-align: right;
}

#home-twitter .follow {
	float: right;
	margin-top: 30px;
}

#home-twitter .follow p {
	display: inline;
	margin-right: 10px;
	font-size: 1em;
}

#home-twitter .follow p.username {
    line-height: 220%;
}

#home-twitter i {
	float: right;
	font-size: 2em;
	color: #bf1e2e;
	margin-right: 0;
	-moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    line-height: 0;
}

ul.really_simple_twitter_widget {
	list-style-type: none;
	margin-left: 0;
}

@media only screen and (min-width: 40em) {
}


@media only screen and (min-width: 60em) {
	#home-twitter blockquote {
	width: 80%;
	float: right;
	}
}







/*Footer*/
footer.global {
	width: 100%;
	background: #fff;
	padding: 30px 0 0 0;
	border-top: 2px solid #e2e1db;
	margin-top: 3px;
	z-index: 30;
	position: relative;
}

footer.global .columns {
	border-bottom: 1px solid #ccc;
}

footer.global .mc4wp-form .columns {
	border-bottom: 0;
}

.footer-col1, .footer-col2, .footer-col3 {
	text-align: center;
}

.footer-col2, .footer-col3 {
	padding: 25px 0;
}

footer .footer-nav ul li > a {
	font-weight: 700;
	color: #bf1e2e;
}

footer .footer-nav ul li ul {
	list-style: none;
	margin: 0 0 20px 0;
}

footer .footer-nav ul li ul li a {
	font-size: 100%;
	font-weight: 300;
	color: #bf1e2e;
}

footer .footer-nav .inline-list > li {
	margin-left: 0;
}


footer .footer-nav .inline-list > li > a {
	color: #000;
	text-transform: uppercase;
	margin-bottom: 12px;
}

footer .footer-nav .inline-list > li a ul li a {
	color: #bf1e2e;
}



footer #icons {
	list-style: none;
	margin: 0;
}

footer ul#icons li {
	display: inline;
	background: #bf1e2e;
	color: #db8a91;
	border-radius: 30px;
	padding: 8px 5px;
	line-height: 3em;
}

footer ul#icons li a {
	color: #db8a91;
}

footer [class^="icon-"]:before, footer [class*=" icon-"]:before {
	width: 1.3em !important;
}

footer .footer-col3 a.scroll {
	float: right;
	display: table;
	background: #bf1e2e;
	color: #db8a91;
	border-radius: 30px;
	line-height: 1.5em !important;
	width: .5em !important;
	height: 1.7em !important;
	color: #db8a91;
	font-size: 1.5em;
	text-align: center;
	margin-top: 30px;
}


footer form.mc4wp-form {
	margin-top: 15px;
}

footer form.mc4wp-form input[type="email"] {
	width: 100%;
	background: #ecebeb;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

footer form .button {
	padding-left: .8rem;
	padding-right: .8rem;
	padding-top: 0rem !important;
	padding-bottom: 0rem !important;
	margin-left: 0;
	font-size: 90%;
	line-height: 38px;
}

footer .copyright p {
	font-size: 85%;
}

footer #post-footer {
	background: #000;
	padding: 20px;
	width: 100%;
	display: block;
	margin: 0;
}

footer #post-footer .tagline {
	margin: 0 auto;
	text-align: center;
}

footer #post-footer .tagline p {
	display: block;
	color: #616060;
	text-align: center;
	margin-right: 0;
	margin-bottom: 0;
	text-transform: uppercase;
}

footer #post-footer .tagline p:last-child {
	margin-right: 0;
}

footer #post-footer .tagline p img {
	max-width: 50px;
	height: auto;
}


@media only screen and (max-width: 29em) {
	footer .footer-nav ul {
		margin: 0;
		width: 100%;
		padding: 0;
	}
	
	footer .footer-nav ul li {
		width: 100%;
	}
}


@media only screen and (min-width: 30em) {
	.footer-col2 {
		display: table;   /* Allow the centering to work */
		margin: 0 auto;
	}
	footer .footer-nav .inline-list > li {
		margin-left: 2.375rem;
	}
	
	footer #post-footer .tagline p {
		display: inline;
		margin-right: 15px;
	}

}

@media only screen and (min-width: 40em) {
	footer.global .columns {
		border-bottom: 0;
	}

}


@media only screen and (min-width: 40em) {
	footer.global .columns {
		border-bottom: 0;
	}

	.footer-col1, .footer-col2 {
		border-right: 1px solid #ecebeb;
		text-align: left;
	}
	
	.footer-col1, .footer-col2 {
		min-height: 250px;
		height: auto !important;
		height: 250px;
	}


	.footer-col2 {
		width: 95%;
	}
	
	.footer-col3 {
		text-align: right;
	}


	footer form.mc4wp-form input[type="email"] {
		width: 85%;
	}
	
}

@media only screen and (min-width: 75em) {
	footer .footer-nav .inline-list > li {
		margin-left: 3.375rem;
	}
}






/* Interior Pages */
body.interior {
}

#interior-wrapper {
	position: relative;
	background: #ddddd3;
}

#feature-background-image {
	border-bottom: 6px solid #c0c0af;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	overflow: hidden;
	display: block;
	height: 350px;
	background-color: #4f141a;
	background-image: url(../img/feature-default.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
}

#feature-background-image-blog, .blog #feature-background-image, .events-list #feature-background-image, .tag #feature-background-image, .archive #feature-background-image {
	border-bottom: 6px solid #c0c0af;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	overflow: hidden;
	display: block;
	height: 350px;
	background-color: #4f141a;
	background-image: url(../img/feature-blog.jpg) !important;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;

}

@media only screen and (min-width: 48em) {
	#feature-background-image {
		height: 500px;
	}
}


.interior-content {
	position: relative;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 30px;
	z-index: 20;
	margin-top: 70px;
	margin-bottom: 70px;
	overflow: auto;
}

.fade-in.interior-content {

}

.interior-content h2 {
	text-align: center;
	font-weight: 600;
}

.interior-content p {
	font-size: 1em;
	line-height: 140%;
}

.interior-content img {
	margin-bottom: 15px;
	border: 5px solid #ddddd3;
		border-radius: 5px;
		-moz-border-radius: 5px;
}


.interior .button-group.left li, .interior .button-group.right li {
	margin-right: 8px;
	text-align: center;
}


@media only screen and (max-width: 60em) {

	.interior .button-group.left, .interior .button-group.right {
		width: 100%;
		text-align: center;
		float: none;
		display: block;
	}
}


@media only screen and (min-width: 48em) {
	.interior-content {
		padding: 20px 50px 50px;
		margin-top: 120px;
		min-height: 500px;
		height: auto !important;
		height: 500px;
	}

	.interior-content img {
		border: 6px solid #ddddd3;
			border-radius: 6px;
			-moz-border-radius: 6px;
	}
	.interior .button-group {
		margin: 30px auto 0 auto;
	}
	
	.interior-content header {
		margin-bottom: 30px;
	}
	
	.twocol-1 p, .twocol-1 h3 {
	width: 95%;
	}

	.twocol-2 p, .twocol-2 h3 {
		margin-left: 5%;
	}
}



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


	.interior .button-group.left li {
		margin-right: 8px;
	}

	.interior .button-group.right li {
		margin-left: 8px;
	}

}


/* 2 column layout */

.page-template-templatespage-twocol-php section.main {
	margin-bottom: 5px;
	padding-bottom: 0;
}


.page-template-templatespage-twocol-php section.main h3 {
	font-weight: 900;
}


.twocol-1 h3, .twocol-1 h4, .twocol-1 h5, .twocol-2 h3, .twocol-2 h4, .twocol-2 h5 {
	font-weight: 700;
}

.twocol-1 ul li, .twocol-2 ul li {
	line-height: 130%;
	margin-bottom: 10px;
}

.twocol-1 ul li ul li, .twocol-2 ul li ul li {
	margin-top: 5px;
	margin-bottom: 0;
}

@media only screen and (min-width: 48em) {
	.twocol-1 h3, .twocol-1 h4, .twocol-1 h5, .twocol-1 p, .twocol-1 ul {
		width: 90%;
	}
	
	.twocol-2 h3, .twocol-2 h4, .twocol-2 h5, .twocol-2 p, .twocol-2 ul {
		margin-left: 10%;
	}
	
	.twocol-1 h4, .twocol-2 h4 {
		padding-top: 20px;
	}
	.twocol-1 {
		border-right: 1px solid #ccc;
	}


}


/* 3 column layout */

.page-template-templatespage-threecol-php section.main {
	margin-bottom: 5px;
	padding-bottom: 0;
}


.page-template-templatespage-threecol-php section.main h3 {
	font-weight: 900;
}

.threecol-1 h3, .threecol-1 h4, .threecol-1 h5, .threecol-2 h3, .threecol-2 h4, .threecol-2 h5, .threecol-3 h3, .threecol-3 h4, .threecol-3 h5, .resources-left h4, .resources-right h4 {
	font-weight: 700;
}

.threecol-1 ul li, .threecol-2 ul li, .threecol-3 ul li {
	line-height: 130%;
	margin-bottom: 10px;
}

.threecol-1 ul li ul li, .threecol-2 ul li ul li, .threecol-3 ul li ul li {
	margin-top: 5px;
	margin-bottom: 0;
}


.page-take-action .threecol-1, .page-take-action .threecol-2, .page-take-action .threecol-3 {
	text-align: center;
	padding: 0 30px;
	margin-bottom: 25px;
}


.page-take-action .threecol-1 img, .page-take-action .threecol-2 img, .page-take-action .threecol-3 img {
	border: 0;
	text-align: center;
	max-width: 70%;
	margin: 0 auto !important;
}

.page-take-action .main {
	padding-bottom: 20px;
}

.page-take-action .steps {
	padding: 20px 0;
}

@media only screen and (min-width: 48em) {
	.threecol-1 h3, .threecol-1 h4, .threecol-1 h5, .threecol-1 p, .threecol-1 ul {
	}
	
	.threecol-2 h3, .threecol-2 h4, .threecol-2 h5, .threecol-2 p, .threecol-2 ul {
	}
	
	.threecol-3 h3, .threecol-3 h4, .threecol-3 h5, .threecol-3 p, .threecol-3 ul {
	}
	
	.page-take-action .threecol-2 {
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}

	.resources-left {
		border-right: 1px solid #ccc;
	}
	
	.resources-right {
		padding-left: 5%;
	}

}

/* BLOG SPECIFIC */
.blog-content header {
	margin-bottom: 50px;
}

.blog-content h5 {
	text-align: center;
}

.blog-content .tags {

}

.comment .th {
	line-height: 0;
	display: inline-block;
	border: 0;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.comment img.photo {
	border: 0;
	margin: 0;
	border-radius: 0;
}


/* Blog Posts */
#blog-gallery {
	width: 100% !important;
}

#blog-gallery .item {	
	height: auto;
	display: block;	
	width: 100%;
    padding: 0;
	margin: 15px 0;	
	cursor: default;
	float: left;	
	position: relative;	
	background: #f6f6f3;
	background: rgba(246,246,243,1);
	-webkit-box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 1px 4px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 1px 4px 0px rgba(50, 50, 50, 0.25);
}

#blog-gallery .item:hover {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0);
	-moz-box-shadow:    0px 0px 0px 0px rgba(50, 50, 50, 0);
	box-shadow:         0px 0px 0px 0px rgba(50, 50, 50, 0);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}



@media only screen and (min-width: 58.750em) {
	#blog-gallery .item {	
	width: 47%;
	margin: 0 16px 16px 0;	
	}
	
	#blog-gallery .item:nth-child(2n+2) {
		margin-right: 0;
	}
	
}

@media only screen and (min-width: 75em) {
	#blog-gallery {
		margin-left: 25px;
	}
	
	.blog-posts section {
		padding-right: 0;
	}
	
	.blog-posts aside {
		padding-left: 0;
	}
	
}


.posts img, .posts a.th {
	-webkit-border-radius: 0px;
      border-radius: 0px;
      border: 0 !important;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	-webkit-transition: none !important;
	-moz-transition: none !important;
		transition: none !important;	
	margin-bottom: 0;
}

a.th {
	display: inline-block;
	max-width: 100%;
	height: 170px;
	overflow: hidden;
}

@media only screen and (min-width: 30em) {
	a.th {
	height: 270px;

	}
}

.posts img {
	margin: 0 auto;
}

.posts p {
	padding: 0 15px 0 15px;
}

.interior-content .posts header {
	margin-bottom: 10px;
}

.posts h3 {
	margin: 0;
	padding: 10px 5px 10px 15px !important;
	background: #333;
	line-height: 95%;
}

.posts h3:hover {
	background: #a32331;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}

.posts h3 a {
	font-size: 20px !important;
	text-transform: none;
	font-weight: 900;
	color: #fff;
}

.posts h3 a:hover {
	color: #fff;
}

.posts h6.when {
	margin-top: 10px;
}

.posts h6 {
	margin: 0;
	padding: 5px 0 0 15px;
	line-height: 100%;
	font-size: 80%;
	text-transform: uppercase;
}

.blog-author {
	/*display: none;*/
}

.posts .post-date {
	text-transform: uppercase;
	padding: 0 !important;
}

h6.meta {
	margin-top: 10px;
}

.blog .posts article p {
	font-size: .95em;
	line-height: 130%;
}

.posts article p:last-child {
	padding-bottom: 0;
}

.single-post .attachment-post-thumbnail {
	margin-bottom: 1.5em;
}

p.return-link {
	padding-top: 30px;
}

.article-details {
	margin-top: 20px;
}


.alignleft {float:left;}
.alignright {float:right;}
.aligncenter {margin:0 auto;text-align:center;}

#searchform input#s {
	font-style: italic;
}


ul.pagination {
	display: block;
	height: 1.5em;
	margin: 20px 0;
}

@media only screen and (min-width: 75em) {
	ul.pagination {
		float: right;
		margin-right: 10px;
	}
}

ul.pagination li {
	height: 1.5em;
	color: #333;
	font-size: 1em;
	margin-left: 0.3125em;
	padding: 0;
}

ul.pagination li:first-child {
	margin-left: 0;
}

ul.pagination li {
	font-size: 0.875em;
	color: #fff;
	padding: 0;
}

ul.pagination li a {
	display: block;
	padding: 0.0625em 0.5375em 0.08em 0.5375em;
	background: #a32331;
	color: #fff;
	-webkit-border-radius: 4px;
  	border-radius: 4px;
}

ul.pagination li a.next {
	padding: 0.0625em 0.5em 0.08em 0.5em;
}

ul.pagination li a:hover {
	display: block;
	padding: 0.0625em 0.5375em 0.08em 0.5375em;
	background: #48646a;
	color: #fff;
}

ul.pagination li a.next:hover {
	padding: 0.0625em 0.5em 0.08em 0.5em;
}


ul.pagination li span.current {
	display: block;
	padding: 0.0625em 0.5375em 0.08em 0.5375em;
	background: #333;
	color: #fff;
	-webkit-border-radius: 4px;
  	border-radius: 4px;
}


.panel {
	border-width: 0;
	margin-bottom: 1.25em;
	padding: 1.25em;
	background: #fff;
	background: rgba(255,255,255,0.5);
	-webkit-border-radius: 8px;
      border-radius: 8px;
}



.form-allowed-tags, code {
	font-size: 85%;
}

textarea {
	min-height: 150px;
}

#commentform p {
	padding: 0;
	margin: 0;
}

#commentform p.comment-notes {
	margin-bottom: 10px;
	font-size: 90%;
}

.sidebar > div {
	background: #edede8;
	padding: 15px;
	margin-bottom: 15px;
-webkit-box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.25);
-moz-box-shadow:    0px 1px 4px 0px rgba(50, 50, 50, 0.25);
box-shadow:         0px 1px 4px 0px rgba(50, 50, 50, 0.25);
}

.sidebar form {
	margin: 0;
}

.sidebar #search-3 .large-8, .sidebar #search-3 .large-4 {
	/*width: 100%;*/
}

.sidebar h5 {
	line-height: 120%;
	font-weight: bold;
	
}

.sidebar #search-3 input[type="text"] {
}

.sidebar #search-3 input[type="submit"] {
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
  	width: auto;
  	padding-left: 10px;
  	padding-right: 10px;
  	margin: 0;
}

.sidebar #categories-3 ul {
	list-style-type: none;
	margin: 20px 0;
}

.sidebar #categories-3 ul li {
	display: block;
	padding: 0;
	width: 100%;
}

.sidebar #categories-3 ul li a {
  	background: #a32332;
	color: #fff;
	padding: 8px;
		border-radius: 5px;
			-moz-border-radius: 5px;
	margin-bottom: 5px !important;	
	width: 100%;
	display: block;
	text-align: center;
}



@media only screen and (min-width: 48em) {
	.sidebar #categories-3 {
		overflow: auto;
	}
	
	.sidebar #categories-3 ul li {
		width: auto;
		display: inline;
	}
	
	.sidebar #categories-3 ul li a {
		width: auto;
		float: left;
		margin-right: 5px;
	}
}

@media only screen and (min-width: 60em) {
	.sidebar #search-3 input[type="submit"] {
		margin-left: 10px;
	}
}

@media only screen and (min-width: 75em) {
	.sidebar h5 {
		text-align: left;
	}
}	


.blog #text-3 {
	display: none;
}

.addthis_toolbox {
	text-align: center;
	margin: 0 0 0 20px;
	
}





/*Watch*/

.watch-current {
	border-bottom: 6px solid #c0c0af;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1;
	overflow: hidden;
	display: block;
	background-color: #4f141a;
	background-image: url(../img/feature-watch.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
		background-attachment: fixed;
	z-index: 50;
	padding-bottom: 30px;
}

@media only screen and (min-width: 48em) {
	.watch-current {
	min-height: 750px;
	}
}

@media only screen and (min-width: 60em) {
	.watch-current {
	min-height: 900px;
	}
}


.watch-current .flex-video {
	border: 8px solid #fff;
	width: 90%;
	margin: 0 auto 15px auto;
}

.flex-video.widescreen {
	padding-bottom: 55.25%;
}

.watch-current .feature-video {
	padding: .75em .625em !important;
	background: rgba(0,0,0,0.7);
	margin-top: 50px;
		border-radius: 8px;
		-moz-border-radius: 8px;
}

.fade-in.feature-video {
}


.watch-current .interior-full {
	margin-top: 0px;
}

.watch-current h2 {
	margin-bottom: .75em;
	text-align: center;
	color: #fff;
}

.watch-current h3, .watch-current h4 {
	display: inline;
	color: #fff;
}

.watch-current h3 {
	font-size: 1.1em;
	color: #ddd;
}

.watch-current h4 {
	font-size: .8em;
	margin-left: 10px;
	color: #ddd;
}

.watch-current p {
	color: #fff;
	line-height: 140%;
	font-style: italic;
	font-size: .95em;
	color: #ddd;
}

.watch-current p a {
	color: #fff;
	font-style: normal;
}

.watch-current p a:hover {
	color: #a32331;
}


.orbit-container .orbit-next {
      background-color: rgba(0, 0, 0, 0.5); 
}

.orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.3); 
}

.orbit-container .orbit-prev {
      background-color: rgba(0, 0, 0, 0.5); 
}

.orbit-container .orbit-prev:hover {
      background-color: rgba(0, 0, 0, 0.3); 
}


.watch-episodes {
	background: transparent;
	padding: 2em 1.25em;
	clear: both;
}

.watch-episodes h4 {
	text-align: center;
	margin-bottom: 30px;
}

.watch-episodes li {
	overflow: auto;

}

.watch-episodes li img {
	border: 5px solid #fff;
		border-radius: 5px;
		-moz-border-radius: 5px;
	max-width: 100%;
}

.reveal-modal {
	background-color: rgb(0,0,0);
}

.watch-episodes h5, .watch-episodes h6 {
	line-height: 100%;
}

.watch-episodes h5 {
	font-size: 1em;
	font-weight: 900;
	padding-top: 10px;
}

.watch-episodes h6 {
	font-size: .8em;
	font-style: italic;
	padding: 0;
}


@media only screen and (min-width: 75em) {
	.watch-current .flex-video {
	width: 100%;
	}
	

}



/*Team & Partners*/

ul.team, ul.partners  {
	margin: 0;
	list-style-type: none;
}


ul.team li, ul.partners li {
	list-style-type: none;
	clear:left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	overflow: auto;
}

ul.partners li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

ul.team li img {
	max-width: 95%;
}

.team h3, .team h4 {
	display: inline;
}

.team h4 {
	font-style: italic;
	font-size: 1em;
}

.team p {
	margin-top: 15px;
}

.partners img {
	border: 0;
	max-width: 85%;
}


/*Contact From*/

textarea.wpcf7-textarea {
min-height: 100px;
}


.page-template-templatescontact-page-php #icons {
	list-style: none;
	margin: 0;
}

.page-template-templatescontact-page-php ul#icons li {
	display: inline;
	background: #bf1e2e;
	color: #db8a91;
	border-radius: 30px;
	padding: 8px 5px;
	line-height: 3em;
}

.page-template-templatescontact-page-php ul#icons li a {
	color: #db8a91;
}

.page-template-templatescontact-page-php [class^="icon-"]:before, .page-template-templatescontact-page-php [class*=" icon-"]:before {
	width: 1.3em !important;
}

.page-donate img {
	border: 0;
}



/*Photo gallery*/

#photo-gallery {
	margin: 0 auto;
	padding: 0;	
	display: block;
	position: relative;
	text-align: center;
}

#photo-gallery .item {	
	width: 100%;
	display: block;
}

#photo-gallery .item img{
	max-width: 93%;
	height: auto;
	-moz-border-radius:8px; 
		-webkit-border-radius:8px; 
			border-radius:8px; 
	overflow: hidden;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 1px 1px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 1px 1px 0px rgba(50, 50, 50, 0.25);
}

#photo-gallery .item img:hover {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0);
	-moz-box-shadow:    0px 0px 0px 0px rgba(50, 50, 50, 0);
	box-shadow:         0px 0px 0px 0px rgba(50, 50, 50, 0);
	opacity: .5;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}

@media only screen and (min-width: 30em) {
	#photo-gallery .item {	
	width: 25%;
	}
	
	#photo-gallery dl.item {
		padding-bottom: 1%;
		margin-bottom: 0;
	} 
}



.page-reach-us a.button {
	line-height: 120%;
	padding: 10px 10px;
}


/*Events*/
.events-list .interior-content header {
	margin-bottom: 30px;
	display: none;
}

#tribe-bar-form.tribe-bar-full .tribe-bar-filters {
	display: none !important;
}

.tribe-events-schedule {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.single-tribe_events .tribe-events-schedule h3 {
	display: block;
}

.tribe-events-schedule h3 {
	text-align: center;
}

.vcard {
	display: inline-block;
	margin: 0;
	border: 0;
	padding: 0;
}


.events-list #tribe-events-footer {
	margin: 1.25em auto 18px auto;
	width: 85%;
	border-top: 1px solid #c2c2c2;
}

.tribe-events-list h2.tribe-events-list-event-title {
	float: none;
	display: block;
	text-align: left;
}

.tribe-events-list .vevent.hentry h2 {
	font-size: 1.6em;
	line-height: 115%;
}

.tribe-events-loop .tribe-events-event-meta {
	margin-bottom: 1em;
	font-size: 13px;
	display: block;
	clear: none;
}


.tribe-events-list .tribe-events-event-image {
	float: left;
	width: 30%;
	margin: 0 3% 2% 0;
}

.single-tribe_events .tribe-events-event-image {
	text-align: center;
}

.tribe-events-loop .tribe-events-content {
	float: none;
}

.tribe-events-read-more {
	display: block;
	margin-top: 15px;
}

.events-list #categories-3, .events-list #tribe-events-list-widget-2, .events-list #archives-3 {
	display: none;
}

.events-list .button {
	padding-left: .9rem;
	padding-right: .9rem;
	font-size: 90%;
	line-height: 250%;
}	

.tribe-events-widget-link a {
	padding-left: .8rem;
	padding-right: .8rem;
	font-size: 75%;
	line-height: 250%;
	letter-spacing: 0;
}	


.tribe-events-widget-link {
	padding-top: 20px;
}

.tribe-events-meta-group .tribe-events-single-section-title {
	font-size: 15px;
	text-transform: uppercase;
}

.tribe-events-list .tribe-events-venue-details, .tribe-events-event-meta address.tribe-events-address {
	font-weight: normal !important;
	font-style: normal;
	font-size: 14px;
}


.vcard .fn {
font-weight: normal;
font-size: inherit;
}

.tribe-events-list .time-details {
	text-transform: uppercase;
}

.tribe-events-list-separator-year {
	display: none;
}

.tribe-events-notices {
	background: #efefea;
	border: 0px solid #ddddd3;
	color: #a7a79c;
	margin: 10px 0 18px;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
}

.single-tribe_events .tribe-events-event-meta {
	background: #efefea;
	border: 0px solid #eee;
	margin: 30px 0;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.single-tribe_events .tribe-events-venue-map {
	width: 58%;
	margin: 20px 4% 2% 0;
	padding: 5px;
	float: right;
	background: #ddddd3;
	border: 1px solid #efefef;
	border-radius: 3px;
	display: inline-block;
	zoom: 1;
	vertical-align: top;
}


.sidebar ol {
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 1.25rem;
	font-family: inherit;
	list-style-type: none;
	margin: 0;
}

.sidebar .vevent .summary {
	font-weight: bold;
	font-size: 1em;
	margin: 0;
}

.sidebar .tribe-events-widget-link {
	margin-top: 15px;
}


.page-screenings #photo-gallery .item img {
	border-radius: 0px;
	    -webkit-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0);
    box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0);
	
}
.page-screenings .interior-content img {
	border: 0px solid #fff;
	
}
