/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


.jwrsvp-login {
	width: 320px !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
    padding: 24px !important;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 3px rgb(0 0 0 / 4%);
}

.jwrsvp-login label, .jwrsvp-login p, .jwrsvp-rsvp form p label{
	font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 3px;
	margin: 0;
    padding: 0;
}

.jwrsvp-login label{
	font-weight: bold;
}
.jwrsvp-login .jwrsvp-input-text, .jwrsvp-rsvp form p input[type=text]{
/*	background-color: #123456;*/
/*	border: 1px solid;*/
/*    border-width: 1px 1px 1px;*/
    margin-top: 7px;
/*    padding: 5px;*/
    width: 100%;
	font-size: 24px;
    line-height: 1.33333333;
    border-width: 0.0625rem;
    padding: 0.1875rem 0.3125rem;
    margin: 0 6px 16px 0;
    min-height: 40px;
    max-height: none;
	box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    background-color: #fff;
    color: #2c3338;
}

.jwrsvp-login .jwrsvp-input-submit{
	background: #2271b1;
    border-color: #2271b1;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
	float: right;
	display: inline-block;
    font-size: 13px;
    line-height: 1.33333333;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
}

.jwrsvp-rsvp form p input[type=text]{
    margin-top: 7px;
    width: 100%;
	font-size: 24px;
    line-height: 1.33333333;
    border-width: 0.0625rem;
    padding: 0.1875rem 0.3125rem;
    margin: 0 6px 16px 0;
    min-height: 40px;
    max-height: none;
	box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    background-color: #fff;
    color: #2c3338;
}

.jwrsvp-rsvp form input[type=submit], .jwrsvp-next, .jwrsvp-back{
	background: #2271b1;
    border-color: #2271b1;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
	float: right;
/*
	display: inline-block;
    font-size: 13px;
    line-height: 1.33333333;
*/
    min-height: 30px;
    margin: 0;
/*
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
*/
    white-space: nowrap;
    box-sizing: border-box;
}
.jwrsvp-back {
	float: left;
}

.jwrsvp-hr{
	border-top: 1px solid #eee;
}

.jwrsvp-greeting p::first-letter {
/*    float: left !important;*/
    font-size: 75px !important;
    line-height: 5px !important;
    padding-top: 4px !important;
    padding-right: 8px !important;
    padding-left: 3px !important;
    font-family: Georgia !important;
	margin-left: 0px !important;
}
.jwrsvp-q1, .jwrsvp-q1-next, .jwrsvp-q1-back {
	
	opacity: 1;
    height: auto;
}
.jwrsvp-q1, .jwrsvp-q2, .jwrsvp-q3, .jwrsvp-q4, .jwrsvp-q5, .jwrsvp-q6, .jwrsvp-q7, .jwrsvp-q8, .jwrsvp-submit {
	display: block;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.jwrsvp-q7-next, .jwrsvp-q5-next {
	display: none !important;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

.jwrsvp-hidden {
  	display: none !important;
  	
}
.jwrsvp-q1, .jwrsvp-q2, .jwrsvp-q3, .jwrsvp-q4, .jwrsvp-q5, .jwrsvp-q6, .jwrsvp-q7, .jwrsvp-q8{
	padding: 24px 24px 80px !important;
	border-radius: 25px;
	border: 1px solid #c3c4c7;
    box-shadow: 0 1px 3px rgb(0 0 0 / 4%);
}

.jwrsvp-schedule{
	display: flex;
  	flex-direction: column;
  	flex-wrap: nowrap;
  	justify-content: normal;
  	align-items: normal;
  	align-content: normal;
}
.jwrsvp-schedule-day:nth-child(1){
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}
.jwrsvp-schedule-day:nth-child(2){
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}
.jwrsvp-schedule-date{
    padding: 0 15px 0 0;
    display: block;
    background-color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.line{
	width: 100%;
    height: 1px;
    background-color: #e8e8e8;
    display: block;
}

.jwrsvp-schedule-time{
	font-weight: 600;
	font-size: 0.6em;
	width:30%;
	min-width: 120px;
	max-width: 180px;
	text-align: right;
	color: #8688ff;
	border-right: 0;
	padding: 2px;
}
.jwrsvp-schedule-dets{
	font-weight: 400;
	font-size: 0.8em;
	width:75%;
	border-right: 0;
	padding: 2px;
}

.jwrsvp-schedule-table, .jwrsvp-schedule-table tr td{
	border: 0;
	margin-bottom: 10px;
	padding: 2px;
}
.jwrsvp-map{
	padding-top: 20px;
	text-decoration:none; 
	overflow:hidden;
	max-width:100%;
	height:300px;
}
#canvas-for-googlemap img{
	max-width:none!important;
	background:none!important;
	font-size: inherit;
	font-weight:inherit;
}

.site-header-main{
	position: fixed;
	right: 0px;
	z-index: 100;
}

.site-header-menu {
	background: rgba(68, 68, 68, .2);
}
.menu-inside-wrapper .main-navigation .nav-menu .current_page_item > a:after {
    background-color: rgba(68, 68, 68, 0) !important;
}
.has-header-video .custom-header-media .wp-custom-header iframe{
	min-height: 125% !important;
}
.jwrsvp-success p{
	color: #2cbf38;
	text-align: center;
}
#post-267 {
    padding-top: 70px !important;
}

.menu-inside-wrapper{
	min-width: 150px;
}
#redirect-timer{
	color: #D10003;
}