html, body{
	padding:0;
	margin:0;
	text-align:center;
	font-family: 'Cormorant Garamond', serif;
	background-color:#f3f3f3;
}
a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}
div{
	box-sizing: border-box;
}
.ev_main_wrapper{
	width:100%;
	max-width: 414px;
	margin:0 auto;
	background-color:#ffffff;
}
/*
.cardCover .cCoverSlider{
	height:calc(100vh - 90px);
}
*/
.cardCover .cCoverSlider{
	height:100vh;/*hero img crop ratio can be adjusted here - 85*/
	overflow:hidden;
}

.card-intro.card-section {
	position: fixed;
	top: 0;
	left: 50%;
	width: 100%;
	z-index: 5;
	overflow: hidden;
	max-width: 414px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

section.card-body {
	position:relative;
	z-index:10;
}

.evcomp{
	background-color:#ffffff;
}
.evcomp p{
	margin:0;
	padding:24px 0;
}

.evcomp.divSpacer{
	background:none;
	height: 85vh;
	position:relative;
}

.evcomp.divSpacer.styledBorder-top::before{
	content: "";
	height: 40px;
	width:100%;
	display: block;
	background-image: url('../images/imgframe-btm.png');
	background-position: 95% 50%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 10;
	top: 0;
	background-size: cover;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.evcomp.divSpacer.styledBorder-bottom::after{
	content: "";
	height: 40px;
	width:100%;
	display: block;
	background-image: url('../images/imgframe-btm.png');
	background-position: 95% 50%;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	background-size: cover;
}

.cardCover .cCoverSlider .csItem{
	height:100%;
	overflow:hidden;
}
.cardCover .cCoverSlider .csItem .imgBG{
	height:100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1.1);	
	-webkit-transform: scale(1.1);	
	-ms-transform: scale(1.1);	
	
	transition: transform 6000ms ease-in-out;
	-webkit-transition: transform 6000ms ease-in-out;
	-ms-transition: transform 6000ms ease-in-out;		
}

.cardCover .cCoverSlider.iniZoom .csItem.slick-current .imgBG{
	transform: scale(1.0);	
	-webkit-transform: scale(1.0);	
	-ms-transform: scale(1.0);		
}
/*
.cardCover .cCoverSlider.iniZoom .csItem.slick-current .imgBG{
	transform: scale(1.0);	
	-webkit-transform: scale(1.0);	
	-ms-transform: scale(1.0);		
}
*/
.cCoverSlider .slick-track,
.cCoverSlider .slick-list{
	height:100%;
}
/** temp snippet **/
.cCoverSlider .csItem.cs_item1 .imgBG{
	background-image:url('../images/hero-sample.jpg');
}
.cCoverSlider .csItem.cs_item2 .imgBG{
	background-image:url('../images/hero-sample2.jpg');
}
/** end of temp snippet **/


.CardSignifier h3 {
	font-family: 'Beau Rivage', cursive;
	font-weight: normal;
	font-size: 59px;
	position: relative;
	color: #B08C3E;
	margin: 0;
	padding: 2.2rem 0;
}

.CardSignifier h3::before {
	content: "";
	display: block;
	width: 171px;
	height: 77px;
	background-image: url('../images/wheat.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	margin: 0 auto;
}
.CardSignifier h3::after {
	content: "";
	display: block;
	width: 171px;
	height: 77px;
	background-image: url('../images/wheat.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	margin: 0 auto;
	transform:rotate(180deg);
}


.cmpTitle h3{
	font-family: 'Courgette', cursive;
	font-weight: normal;
	font-size: 45px;
	position: relative;
	color: #000000;
	margin: 0 0;
}
.cmpTitle h3::before {
	content: "";
	display: block;
	width: 119px;
	height: 32px;
	background-image: url('../images/leaf.svg');
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 auto 4px auto;
}
.cmpTitle h3.no-leaf::before {
	display: none;
}

.cmpTitle span.subTitle{
	font-family: 'Courgette', cursive;
	display:block;
	font-size:22px;
}

.cmpText{
	font-size:24px;
}
/** countDown timer **/
#clockdiv {
	display: flex;
	justify-content: space-evenly;
	padding-top: 1.1rem;
}
#clockdiv .clkCell .val {
	font-size:40px;
}
#clockdiv .clkCell .label {
	font-size:12px;
	padding-top:5px;
}
/** End countDown timer **/


.CardSignifier, .cmpTitle, .cmpText, .cmpCountdown, .cmpLocation{
	padding:0 1rem 0rem 1rem;
}

.cmpImgGallery div img{
	width:100%;
	height:auto;
}

.cmpImgGallery .slick-dotted.slick-slider{
	margin-bottom:0;
}
.cmpImgGallery .imgGalWrapper::before{
	content: "";
	height: 40px;
	display: block;
	background-image: url('../images/imgframe-btm.png');
	background-position: 95% 50%;
	background-repeat: no-repeat;
	position: relative;
	z-index:5;
	top: 40px;
	background-size: cover;
    transform: rotate(180deg);	
    -webkit-transform: rotate(180deg);	
}

.cmpImgGallery .imgGalWrapper::after {
	content: "";
	height: 40px;
	display: block;
	background-image: url('../images/imgframe-btm.png');
	background-position: 95% 50%;
	background-repeat: no-repeat;
	position: relative;
	top: -40px;
	background-size: cover;
}
.cmpImgGallery .imgGalWrapper .slick-dots {
	bottom: -20px;
}

.cmpLocation .locWrapper {
	padding: 1.2rem 0;
}
.cmpLocation .locIcon{
	width:35px;
	height:51px;
	display:inline-block;
	background-color:transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;

}
.cmpLocation .locIcon.church{
	background-image: url('../images/church.svg');
}
.cmpLocation .locIcon.party{
	background-image: url('../images/party.svg');
}

.cmpLocation .LocTitle h3 {
	font-weight: 700;
	font-size: 28px;
	margin: 1rem auto;
}

.cmpTitle .titleWrapper{
	padding: 1rem 0;
}
.cmpLocation .LocDesc{
	font-size:24px;
	font-style:italic;	
}
.cmpLocation .LocDesc p{
	line-height: 29px;
	padding: 13px 0;
}
.cmpLocation .LocDesc a {
	color: #B08C3E;
	font-family: verdana;
	font-style: normal;
	text-decoration: none;
	font-size: 17px;
}

/** RSVP section **/
.cmpRSVP .form_header {
	font-size: 18px;
	margin-bottom: 5px;
}
.cmpRSVP .form_header p {
	padding: 8px 0;
}
.cmpRSVP .form_header .nPersons span {
	font-size: 23px;
	line-height: 18px;
}
.cmpRSVP .form_body {
	width: 100%;
	padding: 1rem;
	font-size:18px;
	text-align:left;
}
.cmpRSVP .form_body .formBodyWrapper{
	background-color:#F3F3F3;
	padding:2rem 3rem;
}

.form_body .fieldGroup.fldgrp_name label,
.form_body .fieldGroup.fldgrp_name input{
	display:block;
}
.form_body .fieldGroup{
	padding-top:2.5rem;	
}
.form_body .fieldGroup:first-child{
	padding-top:0;
}
.form_body .fieldGroup.fldgrp_attenders{
	padding-top:1.6rem;
}
.form_body .fieldGroup input.fld_TXT {
	border-bottom-color: #707070;
	border-left: none;
	border-right: none;
	border-top: none;
	width: 100%;
	background: none;
	outline: none;
	font-size: 16px;
	font-family: 'Cormorant Garamond', serif;
	padding: 14px 0 2px;
}
.form_body .fieldGroup .fld_TXTAREA {
	width: 100%;
	display: block;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #707070;
	background: none;
	height: 60px;
	outline: none;
	font-family: 'Cormorant Garamond', serif;
	padding: 14px 0 2px;
	resize: none;

}
.form_body .fieldGroup.fldgrp_message .msg_limit {
	display: block;
	text-align: right;
}

.fldgrp_reply .rplOpt label {
	position: relative;
	cursor: pointer;
	height: 22px;
	display: flex;
}
.fldgrp_reply .rplOpt{
	margin-bottom:1rem;	
}
.fldgrp_reply .rplOpt:last-child{
	margin-bottom:0rem;	
}

.fldgrp_reply .rplOpt .inputTxt {
	margin-left: 0.55rem;
}

/** style Radio inputs **/
.fldgrp_reply .rplOpt .radioInput{
	width:0;
	height:0;
	opacity:0;
	position:absolute;
}
.fldgrp_reply .rplOpt span.checkMark{
	display:inline-block;
	width:22px;
	height:22px;
	border:1px solid #707070;
	box-sizing:border-box;
	position:relative;
}

.fldgrp_reply .rplOpt span.checkMark:before{
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
  -moz-transform: rotate(-45deg) scale(0, 0);
  -ms-transform: rotate(-45deg) scale(0, 0);
  -o-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0);
  content: "";
  position: absolute;
  left: 0.1rem;
  top: 0.13rem;
  z-index: 1;
  width: 0.950rem;
  height: 0.475rem;
  border: 2px solid #B08C3E;
  border-top-style: none;
  border-right-style: none;
}
.fldgrp_reply .rplOpt .radioInput:checked ~ span.checkMark:before{
  -webkit-transform: rotate(-45deg) scale(1, 1);
  -moz-transform: rotate(-45deg) scale(1, 1);
  -ms-transform: rotate(-45deg) scale(1, 1);
  -o-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
}	
/**   ** *** ** **/


.form_body .fieldGroup.fldgrp_attenders {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

/** style select inputs **/
.form_body .fieldGroup.fldgrp_attenders label{
	flex:1;
}
.form_body .fieldGroup.fldgrp_attenders .selectBox {
	/*width: 50%;*/
	height: 2rem;
	border-bottom: 2px solid #707070;
	position:relative;
	flex:1;
}
.form_body .fieldGroup.fldgrp_attenders .selectBox select {
	width: 100%;
	border: none;
	height: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	position: relative;
	z-index: 2;
	font-family: 'Cormorant Garamond', serif;
	font-size: 22px;
	outline:none;
	cursor: pointer;
}
.form_body .fieldGroup.fldgrp_attenders .selectBox::before {
	content: "";
	display: block;
	position: absolute;
	z-index:1;
	right: 0.25rem;
	width: 11px;
	height: 17px;
	background-image: url('../images/picker.svg');
	background-position: 45% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/**   ** *** ** **/

.fieldGroup.submitCont button {
	width: 100%;
	text-align: center;
	font-family: 'Cormorant Garamond', serif;
	font-size: 18px;
	background-color: #FFFFFF;
	border: 2px solid #707070;
	padding: 0.75rem 0.3rem;
	cursor: pointer;
	display:block;
	color:#000;
}
.fieldGroup.submitCont button span{
	position:relative;
	top:1px;
	left:3px;
}

.cmpRSVP .form_footer{
	font-size:18px;
}
.cmpRSVP .form_footer p {
	padding: 6px 0;
}
.cmpRSVP .form_footer a{
	color:#000;
	text-decoration:none;
    font-size:20px;	
}
.cmpCardClosure{
	padding-bottom:1rem;
}
.cmpCardClosure p {
	font-family: 'Beau Rivage', cursive;
	font-size: 45px;
	position: relative;
	color: #B08C3E;
	margin: 0;
	padding: 2.5rem 0;
}