/*
Theme Name: Revival
Theme URI: http://revivalbrewing.com/
Author: Motel
Author URI: http://motel.is/
Description: This is the theme for Revival Brewing
Template: shrake
Version: 1.0.0
Text Domain: revival
*/

a, p, h1, h2, h3, h4, h5, h6, ul, li {
	text-rendering: optimizeLegibility;
}

a {
    text-decoration: none !important;
    -webkit-transition: all 225ms ease;
    -moz-transition: all 225ms ease;
    transition: all 225ms ease;
}
header.nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #222;
    height: 100px;
}
header.nav-bar a {
    color: #777;
}
header.nav-bar a:hover {
    color: #fff;
}
header.nav-bar .logo {
    display: inline-block;
    height: 50px;
    line-height: 50px;
}
header.nav-bar .toggle-panel {
    font-size: 30px;
}
article {
    height: auto;
}

select {
	padding: 0rem 1rem !important;
	font-family: "futura-pt",sans-serif !important;
}

#scotch-panel {
  display: none;
}
#site-wrapper {
  padding-top: 50px;
  width: 100%;
}
#site-wrapper .scotch-panel-canvas {
  z-index: 99;
	min-height: calc(100vh - 50px);
	background-color: #f7f3eb;
}
#fixed-nav {
    position: fixed;
    height: 100%;
    top: 0;
    right: 0;
    width: 100%;
    padding-top: 50px;
}
#fixed-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
#fixed-nav ul li a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: transparent;
    color: #fff;
}
#fixed-nav ul li a:hover {
    background-color: #d53c3a;
}
article {
  background: #fff;
}
@media only screen and (max-width : 830px) {
	.layout-list .hentry,
	.site-navigation.is-open,
	.page-header,
	.navigation,
	.page-links,
	.comments-header,
	.comment-navigation {
    margin-left: 0;
    margin-right: 0;
	}
}
@media only screen and (max-width : 860px) {
	.hentry,
	#respond,
	.comment-list {
		padding-left: 20px;
		padding-right: 20px;
	}
}
article,
.content-area {
	background: #f7f3eb;
	padding-bottom: 150px;
}
.hentry:first-of-type {
	padding-top: 3.3333333em;
}


/* //////////////////////////////////////// */



.nav-bar .row {
	max-width: 100% !important;
	text-align: center !important;
}

.nav-bar ul li{
	position: relative;
	bottom: 5px;
}


@media only screen and (min-width : 790px){
	.toggle-panel {
		display: none;
	}
}

@media only screen and (max-width : 790px){
	ul.nav-bar {
		display: none;
	}
}

.nav-style {
	background-color: #221d1d;
	position: fixed !important;
}
	.nav-style a {
		color: white;
		font-family: "futura-pt",sans-serif;
		font-weight: 600;
		font-size: 1.5rem;
		text-transform: uppercase;
		letter-spacing: .1em;
	}
	.nav-style ul {
		text-align: center !important;
		position: relative;
		top: 60px;
		margin-bottom: 60px !important;

	}

i.fa.fa-bars {
	position: relative;
  right: -40px;
  top: 10px;
}

[class*="column"]+[class*="column"]:last-child {
	float: left !important;
}

p {

	font-family: inherit;
	font-weight: normal;
	line-height: 1.6;
	margin-bottom: 17px;
}

li {
	list-style-type: none;
}


.row .row {
	margin-left: 0px !important;
}

.full-width{
	width: 100% !important;
	margin-left: 0 auto;
  margin-right: 0 auto;
}

.nav-bar {
	background: black !important;
	margin-left: 0;
	padding: 0;
	text-align: center !important;
}

.nav-bar-up ul li a {
	position: relative;
	bottom: -3px;
}

.nav-bar li > a {
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: white;
	margin-right: .5em;
	margin-left: .5em;
	list-style-type: none;
}


.nav-bar > li { float: none; display: inline-block; position: relative; padding: 0; margin: 0; border-right: none; line-height: 38px; }
.nav-bar > li:first-child { -webkit-box-shadow: 0 0 0; -moz-box-shadow: 0 0 0; box-shadow: 0 0 0; }

.nav-bar > li.active { background: #2ba6cb; border-color: #2284a1; }
.nav-bar > li.active > a { color: white; cursor: default; }
.nav-bar > li.active:hover { background: #2ba6cb; cursor: default; }
.nav-bar > li:hover a { color: #d9b154; }
.nav-bar > li > a { color: #e6e6e6; }
.nav-bar > li ul { margin-bottom: 0; }
.nav-bar > li .flyout { display: none; }
.nav-bar > li.has-flyout > a:first-child { padding-right: 40px; position: relative; }
.nav-bar > li.has-flyout > a:first-child:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: #e6e6e6 transparent transparent transparent; position: absolute; right: 20px; top: 17px; }
.nav-bar > li.has-flyout > a.flyout-toggle { border-left: 0 !important; position: absolute; right: 0; top: 0; padding: 20px; z-index: 2; display: block; }
.nav-bar > li.has-flyout.is-touch > a:first-child { padding-right: 55px; }
.nav-bar > li.has-flyout.is-touch > a.flyout-toggle { border-left: 1px dashed #666; }
.nav-bar > li > a:first-child { position: relative; display: block; text-decoration: none; font-size: .9em; }
.nav-bar > li > input { margin: 0 10px; }
.nav-bar.vertical { height: auto; margin-top: 0; }
.nav-bar.vertical > li { float: none; border-bottom: none; border-right: solid 1px #333333; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.nav-bar.vertical > li.has-flyout > a:first-child:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: transparent transparent transparent #e6e6e6; }
.nav-bar.vertical > li .flyout { left: 100%; top: -1px; }
.nav-bar.vertical > li .flyout.right { left: auto; right: 100%; }
.nav-bar.vertical > li.active { border-right: solid 1px #2284a1; }
.nav-bar.vertical > li:last-child { border-bottom: solid 1px #333333; }



a.logo {
	position: relative;
	top: -6px;
	width: 120px;
	margin-left: 20px;
	margin-right: 30px;
}

.logo-sm {
	width: 140px !important;
	margin-top: 18px;
	margin-left: 15px;
}

.heroes {
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100%;
	background-color: black !important;
}

.heroes .columns {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.hero-row {
	max-width: 100% !important;
}


@media only screen and (max-width : 790px){
	.hero {
		height: 200px !important;
	}

	.hero:hover {
		height: 200px !important;
	}

	.now-serving {
		padding-bottom: 435px;
		background-color: #15191c !important;
	}

	.brews h1.title-white {
		margin-top: 80px;
		margin-bottom: 80px;
	}

	.hero h1 {
		font-size: 1.5em !important;
		position: relative;
		top: 50px !important;
		z-index: 99;
	}
	.hero h6 {
		font-size: .8em !important;
		position: relative;
		top: 50px !important;
	}

	.black {
		position: relative !important;
		top: -16px !important;
	}

}

.black {
	position: relative;
	top: -14px;
	height: 100%;
	/*background: rgba(0, 0, 0, 0.4) !important;*/
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.3) 80%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(80%, rgba(0,0,0,0.3)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.3) 80%);
	background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.3) 80%);
	background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.3) 80%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.3) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );

}

	.black:hover{
		background: rgba(0, 0, 0, 0.1) !important;
		text-decoration: none !important;
    -webkit-transition: all 225ms ease;
    -moz-transition: all 225ms ease;
    transition: all 225ms ease;
    border-bottom: 6px solid #d53c3a;
	}

.hero {
	background-size: cover;
	height: 575px;
	display: inline-block;
	width: 100%;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
}


	.hero h1 {
		font-family: "futura-pt",sans-serif;

		position: relative;
		top: 450px;
		font-size: 1.3em;
		margin-left: 10px;
		font-weight: bold;
		color: white;
		letter-spacing: .1em;
		text-transform: uppercase;
	}

	.hero h6 {
		font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		position: relative;
		top: 450px;

		margin-left: 10px;
		margin-bottom: 10px;
		font-size: .7em;
		line-height: 1.5em;
		color: white;
	}


.all-locations {
	font-family: "futura-pt",sans-serif;
	color: white;
	font-size: .6em;
	padding: 15px 20px 15px 20px !important;
	text-transform: uppercase;
	letter-spacing: .3em;
	font-weight: 600;
	z-index: 102;
	position: relative;
  display:block;
  margin: 0 auto;
  top: 365px;
  margin-top: -60px;
  background-color: transparent;
  border: 1px solid white;
}
	.all-locations:hover{
		background-color: #d53c3a;
		border: 1px solid #d53c3a;
	}

img.title-hero{
	z-index: 100;
	position: relative;
  display:block;
  margin: 0 auto;
  top: 250px;
  margin-top: -140px;
  width: 170px;
}

h1.title-hero {
	font-family: "futura-pt",sans-serif;
	color: white !important;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 4em;
	font-weight: bold;
	z-index: 101;
	position: relative;
	margin-top: -70px;
	top: 330px;
  text-align: center !important;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

h1.title {
	font-family: "futura-pt",sans-serif;
	text-align: center;
	color: black !important;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 3em;
	font-weight: bold;
	margin-bottom: 80px;
	margin-top: 80px;
}

h1.entry-title,
h1.entry-title a {
	font-family: "futura-pt",sans-serif;
	color: black;
	font-weight: bold;
}
h1.entry-title {
	font-size: 3em;
}

h1.title-white{
	font-family: "futura-pt",sans-serif;
	text-align: center;
	color: white !important;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 3em;
	font-weight: bold;
	margin-top: 80px;
	margin-bottom: 80px;

}

h1.title-locations{
	font-family: "futura-pt",sans-serif;
	text-align: center;
	color: white !important;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 3em;
	font-weight: bold;
	margin-top: 80px;
	margin-bottom: 25px;

}

h2.coming-soon {
	font-family: "futura-pt",sans-serif;
	font-size: 1.3em !important;
	font-weight: 500;

	color: #627682;
	display: inline-block;
}


.locations button {
	margin: 0px 0 2.25rem;
	background-color: #d53c3a;
}
	.locations button:hover {
		background-color: #d53c3a;
		opacity: .9;
	}

h2.hometown {
	font-family: "futura-pt",sans-serif;
	font-size: 1.3em !important;
	font-weight: 500;

	margin-bottom: 75px;
	margin-top: 50px;
	color: #627682;
}

h2.hometown a {
	font-weight: bold;
	color: #d53c3a;
}

.posted-by,
.posted-on,
.posted-on .sep {
	display: inline;
	font-family: "futura-pt", sans-serif;
	font-weight: bold;
}
@media only screen and (min-width : 1080px) {
	.posted-on {
		padding-left: 10px;
	}
	.posted-on .sep {
		display: none;
	}
}

.posted-by .vcard,
.posted-on .vcard,
.comment-author.vcard {
  margin: 0;
  border: 0;
  padding: 0;
}

.comment-author {
	margin-bottom: 0.5em;
}

.more-link {
	display: none;
}

.nav-links a {
	color: #000000;
}
.nav-links a:hover {
	color: #d53c3a;
}
.entry-content a,
#comments a {
	color: #d53c3a;
}
	.entry-content a:hover,
	.entry-content a:active,
	.entry-content a:focus,
	#comments a:hover {
		color: #d53c3a;
	}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-family: "futura-pt", sans-serif;
	font-weight: bold;
}
.entry-content h1 {
	font-size: 3em;
}
.entry-content h2 {
	font-size: 2.5em;
}
.entry-content h3 {
	font-size: 2em;
}
.entry-content h4 {
	font-size: 1.5em;
}
.entry-content h5 {
	font-size: 1em;
}

.comments-title,
.comment-reply-title {
	font-family: "futura-pt",sans-serif;
	color: black;
	font-weight: bold;
	text-transform: none;
	letter-spacing: normal;
}
.comments-header:hover .comments-title {
	color: #d53c3a;
}

#footer {
	background-color: #15191c;
	padding: 30px 0 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
	#footer p {
		font-size: .9em;
		color: #627682;
	}
	#footer .social-icons {
		float: right;
		margin-top: 8px;
	}
	#footer .social-icons img {
		width: 32px;
	}
	@media only screen and (max-width : 641px) {
		#footer .social-icons {
			float: left;
			margin: 0 0 20px;
		}
	}

#brew-wrap { background-color: #f7f3eb; }
#happ-wrap { background-color: #15191c; }
#team-wrap { background-color: #f7f3eb; }
#origin-wrap { background-color: #f7f3eb; }
#location-wrap { background-color: #15191c; }
#contact-wrap { background-color: #f7f3eb; }
#mailing-wrap {
	background-color: #d53c3a;
	margin-bottom: -46px;
 }

.brew-row { text-align: center !important; }

.brews{
	background-color: #f7f3eb;
	padding: 5px;
	text-align: center;
	padding-bottom: 85px;
	max-width: 1096px !important;
}

.brew .row {
	margin-left: 1px !important;
	margin-right: 1px !important;
}

.brews h3 {
	font-family: "futura-pt",sans-serif;
	font-weight: 600;
	line-height: 1em;
	font-size: 1.3em;
	margin-top: 20px;
}

.brews p {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
	font-size: .8em;
	color: #62676C;
	line-height: 1.4em;
	margin-bottom: 40px;

}

.burnsider { color: #d9c53e; }
.mercy { color: #d53c3a; }
.cheer { color: #e17f54; }
.larkins { color: #78c68e; }
.conga { color: #507273; }
.fanny { color: #d9b154; }
.juliett { color: #5abad8; }
.doublack { color: #7487a1; }
.zepp { color: #dbf1fc; }
.rocky { color: #ed1b23; }
.octfest { color: #f7921f; }
.saison { color: #b0ba94; }
.coffee { color: #e13d34; }
.fantom { color: #64c7c4; }


.pic1, .pic2, .pic3, .pic4, .pic5, .pic6, .pic7, .pic8, .pic9 {
	background-size: cover;
	width: 100%;
	height: 300px;
}
.pic1{background-image: url(images/pic1.jpg);}
.pic2{background-image: url(images/pic2.jpg);}
.pic3{background-image: url(images/pic3.jpg);}
.pic4{background-image: url(images/pic4.jpg);}
.pic5{background-image: url(images/pic5.jpg);}
.pic6{background-image: url(images/pic6.jpg);}
.pic7{background-image: url(images/pic7.jpg);}
.pic8{background-image: url(images/pic8.jpg);}
.pic9{background-image: url(images/pic9.jpg);}


.newsletter{
	background-color: #d53c3a;
}

.contact{
	background-color: #f7f3eb;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 50px !important;
}

.contact a {
 color: #d53c3a;
}
.contact a:hover {
	color: #d53c3a;
}

.contact input, .contact textarea {
-webkit-appearance: none;
-webkit-border-radius: 0px;
box-shadow: none !important;
}

.contact textarea:focus, .contact input:focus {
	border-color: #d53c3a !important;
	}

.find {
	text-align: center;
 	margin-bottom: 70px;
}

.find h3 {
	font-family: "futura-pt",sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 500 !important;
	font-size: 1.3em;
}

.locations{
	background-color: #15191c;
}
	.locations h2 {
		text-align: center;
		font-size: 1em;

	}
	.locations h4 {
		font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;

		color: white;
		font-size: .9em;
		margin-bottom: 5px;
	}
	.locations p {
		font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		font-size: .8rem;
		color: #627682;
		line-height: 1rem;
	}
	.locations h3 {
		color: white;
		position: relative;
		top: 3px;
		font-weight: 400;
		display: inline-block;
		margin-right: 18px;
		margin-left: 18px;
		margin-bottom: 18px;
	}

	input.locations {
		width: 250px !important;
		height: 40px !important;
		border-style: none;
		margin-right: 10px !important;
		display: inline-block !important;
	}

		button.location {
			font-family: "futura-pt", sans-serif;
			color: white;
			border: 2px solid #d53c3a;
			width: 180px;
			letter-spacing: .1em;
			text-transform: uppercase;
			font-size: .7em;
			font-weight: 600;
			padding: 12px 10px 11px 10px;
			background-color: transparent;
	}
		button.location:hover{
			background-color: #d53c3a;
			border: 2px solid #d53c3a;
		}

.origins{
	text-align: center;
	background-color: #f7f3eb;
}
.origins h1 {
	margin-top: 20px !important;
}

	div.origins{
		padding-bottom: 50px;
	}

	.origins p {
		margin-bottom: 50px;
		margin-right: 45px;
		margin-left: 45px;
	}

	.origins p {
		font-size: 1em;
	}

.thumb {
	width: 110px !important;
	margin-top: 9px;
	margin-left: 10px;
	padding-right: 0px !important;
}

.no-events {
	margin-top: 40px;
	text-align: center;
}

.events p {
	color: white;
	font-size: .8rem;
	margin-bottom: -.1rem;

}

.event {
	background-color: #1a1e20;
	margin-bottom: 80px;
	padding: 10px 0;
}

.events {
	color: #8eabbd;
}

.event-img{
	vertical-align: top;
	display: inline-block;
	position: relative;
	top: 20px;
	width: 100px;
}

.event-date{
	vertical-align: top;
	display: inline-block;
	margin: 1px 20px 20px 20px;
}
	@media only screen and (max-width : 790px){
		.event-date{
			margin-bottom: 0;
		}
	}
	h6.month {
		margin-top: 25px;
		font-size: 1.3rem;
		font-family: "futura-pt",sans-serif;
		font-weight: 600;
		color: #dfebed;
		text-transform: uppercase;
	}

	h6.day {
		position: relative;
		bottom: 15px;
		font-family: "futura-pt",sans-serif;
		font-size: 3rem;
		font-weight: 600;
		color: #dfebed;
	}

.event-details {
	display: inline-block;
	margin-left: 20px;
}
	.event-details h1 {
		font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		color: #dfebed;
		font-size: 1.2rem;
		line-height: 1.5rem;
	}

.happening{
	background-color: #15191c;
	padding-bottom: 80px;
}

.happening h2 {
	font-family: "futura-pt",sans-serif;
	color: #47555e;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: .1em;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.happening h4 {
	font-family: "futura-pt",sans-serif;
	color: #47555e;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: .1em;
	margin-bottom: 20px;
	margin-bottom: 20px;
	display: inline-block;
	text-transform: uppercase;
}

.happening h5 {
	font-family: "futura-pt",sans-serif;
	color: white;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 10px;
}

.happening p {
	font-size: .9em;
	color: #627682;
	margin-bottom: 0;
}

@media only screen and (max-width : 790px){
	.stalk-us {
		margin-top: 20px;
		margin-left: 15px;
	}
}

#instafeed{
 text-align: center;
}

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

.stalk {
	background-color: #1a1e20;
	padding: 20px 20px 20px 20px;
	height: auto;
	max-height: 500px;
	overflow: scroll;
}
	.stalk h1 {
		margin-top: 15px;
		font-size: .8rem;
		line-height: .9rem;
		color: #47555e;

	}
	.stalk p {
		margin-top: 12px;
		margin-bottom: 40px;
		font-size: 1rem;
		font-weight: 400;
		line-height: .3rem;
		color: #dfebed;

	}

.icons {
	margin-top: 20px;
	margin-bottom: 10px;
}

.icons a img {
	width: 60px;
}

	.icons a:hover{
		color: #627682;
	}

.social h1 {
	color: white;
}

.team{
	background-color: #f7f3eb;
}

.team-images {
	float: left;
	display: inline;
	margin-right: 30px;
	margin-bottom: 20px;
	clear: both;
}

.crew {
	margin-bottom: 40px;
}

.team-details {
	text-align: center;
	margin-top: 10px;
}

div.brew {
	background-color: #15191c;
	border: 4px solid #f7f3eb;
	padding: initial;
  min-height: 660px;
}

.brew-details ul {
	margin-left: 0px;
	text-align: center;
}

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

.brew-details ul li {
	font-family: "futura-pt",sans-serif;
	color: #c9d0d8;
	list-style-type: none;
	font-size: .5em;
	letter-spacing: .1em;
	margin-left: 1em;
	margin-right: 1em;
	display: inline-block;
}

	.brew-details img {
		display: block;
		width: 19px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1em;
		margin-top: 1.5em;
	}

	.brew p {
		padding-left: 20px;
		padding-right: 20px;
	}

.test {
	text-align: center !important;
}

.deets{
	display: block;
	text-align: center !important;
	height: 19px;
	margin-bottom: 20px;
	margin-top: 20px;
}

	.team h3 {
		font-family: "futura-pt",sans-serif;
		font-size: 1.4rem;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-weight: bold;
		margin-bottom: -3px;

		position: relative;
		bottom: 7px;
	}

	.contact h3 {
		font-family: "futura-pt",sans-serif;
		font-size: 1rem;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-weight: bold;
		margin-bottom: -3px;
		position: relative;
		bottom: 7px;
	}

	.team h4, .contact h4 {
		font-family: "futura-pt",sans-serif;
		font-size: 1em;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-weight: bold;
		color: #d53c3a;
		margin-bottom: 10px;
		position: relative;
		bottom: 7px;
	}

	.team p, .origins p {
		color: #85827e;
		font-size: .8rem !important;
		margin-bottom: 30px;

	}
		.team p:last-of-type, .origins p:last-of-type {
			margin-bottom: 50px;

		}

.contact p {
	color: #85827e;
	font-size: .8rem;
	margin-bottom: 20px;
}

.labels {
	text-align: center;
	/*width: 166px;*/
}

.mailing {
	background-color: #d53c3a;
	text-align: center;
}

h1.mailing{
	font-family: "futura-pt",sans-serif;
	text-align: center;
	color: black !important;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 3em;
	font-weight: bold;
	margin-top: 75px;

}

	.mailing p {
		font-family: "futura-pt",sans-serif;
		font-size: 1.5em;
		color: white;
		font-weight: 500;
		margin-top: 20px;
	}

	.submit {
		font-family: "futura-pt",sans-serif;
		color: black;
		border: 2px solid black;
		width: 150px;
		margin-left: 0 auto;
		margin-right: 0 auto;
		letter-spacing: .1em;
		text-transform: uppercase;
		font-size: 1rem;
		font-weight: 600;
		padding: 12px 10px 12px 10px;
		background-color: transparent;
	}
		.submit:hover{
			color: white;
			background-color: black;
			border: 2px solid black;
		}

	.submit2,
	.comment-form .submit {
		font-family: "futura-pt",sans-serif;
		color: black !important;
		border: 2px solid black !important;
		letter-spacing: .1em;
		text-transform: uppercase;
		font-size: 1rem;
		font-weight: 600;
		padding: 13px 38px;
		background-color: transparent;
	}
		.submit2:hover,
		.comment-form .submit:hover {
			color: white !important;
			background-color: black;
			border: 2px solid black;
			opacity: 1;
		}


input.email {
	width: 300px !important;
	height: 50px !important;
	text-align: center !important;
	border-style: none !important;
	font-size: 1.2em !important;
}

textarea.message {
	height: 150px;
	font-size: 0.875rem;
}

.email {
	display: inline !important;
	margin-right: 5px !important;
}

p.want {
	font-family: "futura-pt",sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #d53c3a;
	line-height: 1.2em;
}

input[type="text"], input[type="password"], textarea, input {
	background: white;
	border: none !important;
	font-family: FuturaBT-Bold, Helvetica Neue, sans-serif;
	font-size: 1em;
	color: #85827e !important;
}

::-webkit-input-placeholder {
	color: #d2c8b2; }

:-moz-placeholder { /* Firefox 18- */
	color: #d2c8b2; }

::-moz-placeholder {  /* Firefox 19+ */
  color: #d2c8b2; }

:-ms-input-placeholder {
   color: #d2c8b2;
}

#mc_embed_signup {
	clear:right;
}


#mc-embedded-subscribe{
	font-family: "futura-pt",sans-serif;
	color: black !important;
	border: 2px solid black !important;
	width: 150px;
	margin-left: 0 auto;
	margin-right: 0 auto;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 600;
	padding: 13px 10px 13px 10px;
	background-color: transparent;
	transition: background-color 300ms ease-out;
}

	#mc-embedded-subscribe:hover{
		color: white !important;
		background-color: black;
		border: 2px solid black;
	}

.thank-you {
	background-image: url(images/sean_thank.jpg);
	background-position: center center;
	height: auto;
	padding: 60px;
	text-align: center;
}

	.thank-you h1 {
		color: #e2cc96;
		font-size: 2.5em;
		font-weight: 500;
		line-height: 1.375em; }

	.thank-you a {
		color: #f7f3eb;
		font-size: 1.5em; }

	.thank-you a:hover { color: #e2cc96; }
	.thank-you a, .thank-you h1 {
		font-family: "futura-pt",sans-serif; }

	.dist-form {
		font-family: "futura-pt",sans-serif;
		background-color: #15191c;
		height: auto;
		padding-bottom: 60px;
		margin-top: 20px !important;
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
	}
	.dist-form label {
		font-size: 1.3em;
		color: #627682;

	}
	.dist-form h1, .dist-form a {
		font-family: "futura-pt",sans-serif;
		color: #627682;
		font-weight: bold;
		font-size: 1.5em;
		letter-spacing: .1em;
		margin-bottom: 40px;
		margin-top: 40px;
		text-transform: uppercase;
	}

.dist-form textarea {
	background: #f7f3eb;
	border: none !important;
	font-family: "futura-pt",sans-serif;
	font-size: .7em;
	color: #85827e !important;
	margin-top: 5px;
	height: 125px;
}

.dist-form input[type="text"], input {
	background: #f7f3eb;
	border: none !important;
	font-family: "futura-pt",sans-serif;
	font-size: .9em;
	color: #85827e !important;
	margin-top: 5px;
}

.dist-form .form-submit {
	font-family: "futura-pt",sans-serif;
	color: white !important;
	border: 2px solid white !important;
	width: 150px;
	margin-left: 0 auto;
	margin-right: 0 auto;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 600;
	padding: 13px 10px 13px 10px;
	background-color: transparent;
}
	.dist-form .form-submit:hover {
		color: white !important;
		background-color: #d53c3a;
		border: 2px solid #d53c3a !important;
		transition: background-color 100ms ease-out;
	}

.tabs-state dd {
	font-family: "futura-pt",sans-serif;
	border-bottom: 2px solid #627682;
	background: transparent;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 0 !important;
	list-style: none;
	width: 150px;
	display: inline-block;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.tabs-state a { color: #627682; }
.tabs-state a:hover, .tabs-state dd:hover { color: white; }
dd.active a { color: #d53c3a; outline: none; }
