
.row.block {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}


/* Ribbon */

#rsvp .ribbon-image {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;;;
}

#ribbon {
	margin: 0;
	margin-top: 0;
	position: relative;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.1em;
	display: inline-block;
	background: #EC018C;
	z-index: 2;
	padding: 0;
}

#content p {
	padding: 0;
	margin: 5px;
	font-family: 'source-sans-pro', sans-serif;
	font-size: 16px;
	font-weight: 500;
}

#ribbon:before, 
#ribbon:after {
	content: "";
	bottom:0;
	position:absolute;
	z-index:-1;
	border:17px solid;
	display:block;
	border-color:#EC018C;
	width:30px;
}
	
#ribbon:before {
	position: absolute;
	top: 0;
	border-right-width: 100px;
	border-left-color:transparent;
	left:-100px;
}
	
#ribbon:after {
	border-right-color:transparent;
	top: 0;
	position: absolute;
	right: -100px;
	border-left-width: 100px;
}

#content:before {
  left: 0;
  border-width: .5em 0 0 .5em;
}
	
#content:after {
  right: 0;
  border-width: .5em .5em 0 0;
}

@media only screen and (max-width: 768px){
	#ribbon {
		display: none;
	}
}

/* ---------------------
   GLOBAL FORM STYLES 
   ---------------------- */

/* Remove inner shadow from inputs on mobile iOS */
textarea, 
input[type="text"] {
	-webkit-appearance: none;
}
.radio,
.checkbox,
input[type="radio"], 
input[type="checkbox"] {
	cursor: pointer;
}
/* Browser focus ring */
input[type="file"]:focus,
input[type="radio"]:focus, 
input[type="checkbox"]:focus {
	outline: none;
}

.form {
	margin-top: 50px;
	padding: 0;
}

@media only screen and (min-width: 768px){
	input[type="text"] {
	    font-size:22px;
	    line-height:inherit;
	    font-weight:400;
	}
}

.form-group .help-block {
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #a94442;
	font-size: 13px;
	font-weight: 600;;
}

.label-title {
	color: #182B42;
	white-space: nowrap;
	border-radius: 0;
	font-size: 32px;
	text-align: right;
	vertical-align: baseline;
	width: 100px;
	display: block;
	padding: 0;
	float: right;
	line-height: .8em;
	font-family: 'source-sans-pro',sans-serif;
	font-weight: 300;;
}

/* Name font style */
.label-title.script {
	font-size: 60px;
	font-family: "cac-champagne", sans-serif;
	xfont-family: "bickham-script-pro", sans-serif;
	font-weight: 300;
	color: #2A354D;
	width: 100%;
}

/* Letter F */
.label-title h1 {
	font-size: 100px;
	font-weight: 900;
	color: #CECECE;
	margin-top: 0;
	text-align: left;
	margin-bottom: -15px;
	margin-left: -5px;

}
/* Date*/
.label-title h5 {
	font-size: 19px;
	display: block;
	margin: 10px 0;
	text-align: left;
	color: #BDBDBD;
}


.label-title hr {
	margin: 0;
	width: 50%;
	border-top: 2px solid #B3B3B3;
	float: left;
}

.form-title {
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 900;
	padding: 0 15px;
	margin: 20px 0;
}

/* Tablet min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) { }

/* Desktop max-width 1024px, large screens */
@media only screen and (max-width: 1024px) {
	.label-title.script {
		text-align: left;
		margin-bottom: 20px;
	} 
}



/* Mobile form title */
/* max-width 640px - mobile-only styles */
@media only screen and (max-width: 640px) { 
	.form-title {
		padding: 0 5px;
		margin-bottom: 15px;
	}
}

.radio label, 
.checkbox label {
	display: inline;
	font-weight: normal;
	cursor: pointer;
	font-size: 18px;
}

.form-group label.help {
	display: block;
	font-weight: 300;
	font-size: 16px;
	margin-top: 10px;
	text-align: center;

}

/* ==========================
    Validation Styles 
   ========================== */

/* has error */
 .has-error .help-block {
 	color: #B60000;
 }

.has-error .control-label, 
.has-error .radio, 
.has-error .checkbox, 
.has-error .radio-inline, 
.has-error .checkbox-inline {
	color: #979797;
	/* input text color */
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.has-error .form-control-feedback {
	color: #a94442;
}

/* has success */
.has-success .help-block,
.has-success .control-label,
.has-success .radio, 
.has-success .checkbox, 
.has-success .radio-inline, 
.has-success .checkbox-inline {
	color: #3c763d;
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.has-feedback .form-control-feedback {
	display: block;
	height: 34px;
	width: 34px;
	line-height: 34px;
	top: 0;
	right: 0;
	position: absolute;
	text-align: center;
}
.fa-check,
.fa-times,
.fa-asterisk,
.fa-refresh {
	font-weight: 100;
	font-size: 14px;

}

label {
	margin-bottom: 5px;
	font-weight: 300;
	font-size: 18px;
	display: inline-block;
}

.form-control {
	font-size: 14px;
	line-height: 1.42857143;
	background-color: rgba(255, 255, 255, 0);
	border-radius: 0px;
	display: block;
	width: 100%;
	background-image: none;
	border: none;

	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-transition: background ease-in .5s;
	transition: background ease-in .5s;
	color: #555555;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #244161;
	border-bottom: 1px solid;
	height: 34px;
	padding: 6px 12px;
}

.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	border-radius: 2px;
	border: 1px solid;
	outline: 0;
	border-color: rgba(143, 143, 143, 0);
	background: rgba(211, 211, 211, 0);
}

.form-control:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #979797;
}


/* Mobile Styles */
@media only screen and (max-width: 640px) {
	
	.label-title {
		float: none;
		text-align: left;
		font-size: 24px;
		margin-bottom: 10px;
	}

	.form-group {
		margin-bottom: 0;
	}
}

input[type=radio]:before, 
input[type=checkbox][type=radio]:before, 
input[type=checkbox]:before {
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

input[type=radio], 
input[type=checkbox] {
	position: relative;
}

input[type=radio]:before, 
input[type=radio]:after, 
input[type=checkbox]:before, 
input[type=checkbox]:after {
  content: "";
  position: absolute;
}
input[type=radio]:before, 
input[type=checkbox]:before {
	height: 100%;
}

input[type=radio][type=radio]:before, 
input[type=checkbox][type=radio]:before {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid;
  border-color: #000;
  box-shadow: none;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  margin: 3px 0;
}

input[type=radio][type=radio]:checked:before, input[type=checkbox][type=radio]:checked:before {
	box-shadow: none;
	border: 1px solid;
	border-color: #EC018C;
	background-color: #EC018C;
}

input[type=radio][type=checkbox]:before, 
input[type=checkbox][type=checkbox]:before {
  width: 200%;
  background-color: #2c3f52;
  box-shadow: 0 0 0 1px #2c3f52;
  -moz-transform: translate(-25%, 0);
  -ms-transform: translate(-25%, 0);
  -webkit-transform: translate(-25%, 0);
  transform: translate(-25%, 0);
  xborder-radius: 30px;
}

input[type="radio"], input[type="checkbox"] {
	margin: 0;
	margin-top: 1px \9;
	line-height: normal;
}

input[type=radio], input[type=checkbox] {
  cursor: pointer;
  height: 25px;
  width: 25px;
  margin-right: 20px;
}

.radio, 
.check {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  line-height: 1.5em;
  position: relative;
  margin-bottom: 15px;
}

/* Remove margin to maintain inline-radios on tablets and below */
@media only screen and (max-width: 900px) {
	.radio-inline + .radio-inline, 
	.checkbox-inline + .checkbox-inline {
		margin-top: 0;
		margin-left: 0;
	}
}

@media only screen and (max-width: 640px) {
	.form .pad {
		margin-bottom: 40px;
	}
	.row.block {
		padding: 0;
	}

}

/* Inline Radio Group | Custom Styles */

.radio-inline img {
	width: 60px;
	position: relative;
	right: 33px;
	display: block;
}


/* mobile styles*/
@media only screen and (max-width: 640px) {
	.radio-inline, .checkbox-inline {
		margin-left: 10px;
	}
}






















/* =============================
	RSVP Data Table 
	============================= */
/*
section.rsvp-data {
	background: #ADC7D3;
}

.rsvp-responses {
	min-height: 100%;
	display: block;
	background: #FFF;
	width: auto;

}
.rsvp-responses iframe {
	margin: 0 auto;
	display: block;
	background: #efefef;
	width: 100%;
	min-height: 100%;

}

.rsvp-data iframe {
	display: block;
	margin: 60px auto;
	background: #FFFFFF;
	width: 100%;
	min-height: 100%;
}
.rsvp-data .data {
	display: block;;
	width: 750px;
	font-size: 14px;
	font-family: 'Roboto',sans-serif;
	padding: 100px 0;;;
	
}
.data #header {
	font-size: 18px;
}
.data table {
	background: #efefef;
}
.data tbody {
	background-color: #efefef;
}
.data tr {
	background: #E4E4E4;
}
.data td {

}
*/