/*
Theme Name: pressure drop brewing
Theme URI: 
Description: 
Author: Parkway Digital
Author URI: http: //www.pkwydigital.com/
Template: salient
Version: 0.1
*/





.team-member[data-style="meta_overlaid"] .team-meta h3, .team-member[data-style="meta_overlaid_alt"] .team-meta h3, .team-member[data-style="bio_fullscreen"] .team-meta h3 {
	color: #FFF !important;
}

.container-wrap .span_12.light textarea {
	height: 100px;
}

.container-wrap .span_12.light input[type="text"], 
.container-wrap .span_12.light textarea, 
.container-wrap .span_12.light input[type="email"], 
.container-wrap .span_12.light input[type="password"], 
.container-wrap .span_12.light input[type="tel"], 
.container-wrap .span_12.light input[type="url"], 
.container-wrap .span_12.light input[type="search"], 
.container-wrap .span_12.light input[type="date"],
.container-wrap .span_12.light textarea {
	background-color: #FFF;
}

.container-wrap .span_12.light input[type="text"]::placeholder, 
.container-wrap .span_12.light textarea::placeholder, 
.container-wrap .span_12.light input[type="email"]::placeholder, 
.container-wrap .span_12.light input[type="password"]::placeholder, 
.container-wrap .span_12.light input[type="tel"]::placeholder, 
.container-wrap .span_12.light input[type="url"]::placeholder, 
.container-wrap .span_12.light input[type="search"]::placeholder, 
.container-wrap .span_12.light input[type="date"]::placeholder,
.container-wrap .span_12.light textarea::placeholder {
	/* color: #FFF; */
}

.age-gate-form {
    background-color: transparent !important;
	font-family: Fjalla One;
}

.age-gate-form, .age-gate-form label, .age-gate-form h1, .age-gate-form h2 {
	color: #FFF;
}

.age-gate-form input[type=text] {
	font-size: 22px;
}

.age-gate-submit, 
.age-gate-form input[type=submit], 
.age-gate-form button[type=submit], 
.age-gate-form input[type="button"]{
	font-size: 22px;
	background-color: transparent;
	border: 1px solid #8798a5!important;
	border-radius: 4px!important;
	padding: 12px 45px;
    -webkit-border-radius: 4px!important;
    -o-border-radius: 4px!important;
    box-shadow: none;
    -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}

.age-gate-remember-wrapper { }

.age-gate-heading.age-gate-logo {
	margin-bottom: 4px;
}

p.age-gate-confirm-message {
	font-size: 20px;
    letter-spacing: 4px;
	font-family: Fjalla One;
}

.age-gate-form p {
}

button.age-gate-submit-yes {
	margin-right: 18px;
	
}

.age-gate-form button[type=submit] {
	font-family: Fjalla One;
}

.age-gate-form label {
	letter-spacing: 2px;    
	font-size: 14px;
}


.container-wrap .span_12.light textarea {
	color: #000 !important;
}

.container-wrap .span_12.light input[type="text"]:focus, .container-wrap .span_12.light textarea:focus, .container-wrap .span_12.light input[type="email"]:focus, .container-wrap .span_12.light input[type="password"]:focus, .container-wrap .span_12.light input[type="tel"]:focus, .container-wrap .span_12.light input[type="url"]:focus, .container-wrap .span_12.light input[type="search"]:focus, .container-wrap .span_12.light input[type="date"]:focus {
	color: #000 !important;
}

/*  body[data-button-style*="slightly_rounded"] */
body[data-form-submit="see-through"] .full-width-section >.col.span_12.light input[type=submit] {
    border-color: #FFF !important;
    color: #FFF !important;
}