#rsvpBtn {
	width: auto;
	text-transform: uppercase;
	position: relative;
	clear: both;
	color: white;
	background-color: #2F2E2F;
	margin: 20px auto 0 auto;
	padding: 20px;
	cursor: pointer;
	font-family: 'Montserrat';
	font-weight:400;
	text-align: center;
	font-size: 14pt;
	transition: all .20s ease-in-out;
	-moz-transition: all .20s ease-in-out;
	-webkit-transition: all .20s ease-in-out;	
}

#blackout_form {
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index:9999;
	background-color: rgba(0,0,0,0.8);
}

#formBox {
	display:none;
	position:fixed;
	z-index: 99999;
	background-color: #E0E0E0;
	padding: 20px 20px 20px 20px;
}

#formClose:before {
	content:  "\f00d";
	line-height: 28px;
	margin-left: 6px;
}

#formClose {
	width: 30px;
	height: 30px;
	font-family: FontAwesome;
	font-size: 25px;
	color: black;
	position: absolute;
	top:0;
	right:0;
	cursor: pointer;
} 	#formClose:hover {color:#5B5B5B;}

#formBox h3 {
	font-family: 'montserrat';
	font-weight:400;
	font-size: 18pt;
}
#formBox textarea, #formBox input[type=text], #formBox input[type=number], #formBox input[type=email] {
	padding: 0 5px;
	margin: 0;
	display:block;
	width: 100%;
	height: 28px;
	font-family: 'montserrat';
	font-weight:400;
	font-size: 12pt;
	border: solid 2px white;
	box-sizing: border-box;
}
#formBox textarea{
	resize: none;
	padding: 5px 5px;
	height: 60px;
}
.t_rsvp span {
	margin-top:10px;
}

.t_rsvp {
	font-size: 13pt;
}

.g-recaptcha {
	position:relative;
	padding:0;
	width: 285px;
	margin:10px auto 0 auto;
	/*border: solid 5px black;*/
}

#rsvpSubmit {
	position: relative;
	float: right;
	display: block;
	border: 0;
	margin-top: 6px;
	color: white;
	background-color: black;
	cursor: pointer;
	padding: 20px;
	font-size: 14pt;
	font-family: 'Montserrat';
	font-weight:400;
	text-transform: uppercase;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out
}
#rsvpSubmit:hover, #rsvpBtn:hover {
	background-color: #505050;
}

.cselect {
	font-family: 'open sans';
    font-size: 11.5pt;
    margin: 0;
    background-color: #ffffff;
    color: black;
    opacity:1;
    -moz-appearance: none;
  	-webkit-appearance: none;
    border:2px solid #2F2E2F;
    padding: 0 20px 0 2px;
	width: auto;
	height:33px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	outline: 0;
}
.custom-dropdown {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.custom-dropdown:before, .custom-dropdown:after {
    content: "";
    pointer-events: none;
    position: absolute;
}
.custom-dropdown:after {
  	content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	
    font-size: 12px;
    height: 1em;
    line-height: 1;
    margin-top: -8px;
    right: 3.5px;
    top: 55%;
    color:#fff;
}
.custom-dropdown:before {
    bottom: 0;
    right: 0;
    top: 0;
    width: 20px;
    background-color: #2F2E2F;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

@media screen and (max-width: 780px) {
	#rsvpBtn {cursor: none;}
	
	#formClose:before {
		line-height: 28px;
		margin-left: 8px;
	}

	#formClose {
		width: 50px;
		height: 50px;
		font-family: FontAwesome;
		font-size: 45px;
		color: black;
		position: absolute;
		top:0;
		right:0;
		cursor: none;
	} 	#formClose:hover {color:#5B5B5B;}	
}