:root {
    color-scheme: light;
}
body,
html,
button,
.first_slide_subtitle,
form .form-field #full_name,
form .form-field select#guests,
form .form-field #message,
form .form-field #npersons,
.page_slide h1.title span.subtitle,
.tpl-2 .firstLineText,
.event_lock form#unlock_preview button#form-btn,
.poweredBy a,
.counter_timer,
.eng-font {
    font-family: "Lora", serif;
}
body.ct_article,
.ct_article button,
.ct_article .first_slide_subtitle,
.ct_article form .form-field #full_name,
.ct_article form .form-field select#guests,
.ct_article form .form-field #message,
.ct_article form .form-field #npersons,
.ct_article .page_slide h1.title span.subtitle,
.ct_article .tpl-2 .firstLineText,
.ct_article .event_lock form#unlock_preview button#form-btn,
.ct_article .poweredBy a,
.ct_article .counter_timer,
.ct_article .eng-font {
    font-family: "Cormorant Garamond", serif;
}

.firstLineText,
.page_slide h1.title,
.invtslide .slideBody h3 {
    font-family: "Dancing Script", cursive;
}
body,
button,
a,
form input,
form textarea,
form .form-field select#guests,
form .form-field select#npersons {
    color: #fff;
}
body.ct_article,
.ct_article button,
.ct_article a,
.ct_article form input,
.ct_article form textarea,
.ct_article form .form-field select#guests,
.ct_article form .form-field select#npersons {
    color: #2c2c2c;
}

.ct_article #ios_audio_lockscreen,
.ct_article #ios_audio_lockscreen * {
    color: #fff;
}
body.ct_article {
    background-color: #f3f3f3;
}
button,
a {
    border-color: #fff;
}
.page_slide svg,
.page_slide svg path {
    fill: #fff;
}
.ct_article .page_slide svg,
.ct_article .page_slide svg path {
    fill: #3a3a3a;
}
.ending-image {
    color: #000;
}
.progress_bar .progress_state {
    background: #fff;
}

body,
html {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    outline: none;
}

body {
    background-color: #fff; /* fallback for old browsers */
    /*background-image:url(../../images/patterns_desk.png);*/
    background-repeat: repeat;
    background-position: center center;
}
body.tpltype-2 {
    background-image: url(../images/desk_bdpattern.jpg);
}

#main.mobileOnlyTPL {
    width: 100%;
    height: 100%;
}

#main .main_wrapper {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    position: relative;
}

#main.mobileOnlyTPL .main_wrapper {
    position: relative;
    z-index: 70;
    box-sizing: border-box;
    margin: 0 auto;
    height: 100vh;
    width: 100vh;
}
.ct_article #main.mobileOnlyTPL .main_wrapper {
    height: auto;
}

section#sec_intro,
section#sec_intro .section_wrapper,
section#sec_intro .section_wrapper .section_content,
section#sec_intro div.MainSlider,
section#sec_intro div.main_slider_wrap,
section#sec_intro div.main_slider_wrap div {
    height: 100%;
}
.ct_article #sec_intro {
    position: fixed;
    z-index: 5;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100vh;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.MainSlider {
    position: relative;
}

.MainSlider img {
    display: block;
    width: 100%;
    height: auto;
}
.main_slider_wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.main_slider_wrap.deskvers {
    display: block;
}
.mobileOnlyTPL .main_slider_wrap.deskvers {
    display: none;
}
.main_slider_wrap.phoneversion {
    display: none;
}
.mobileOnlyTPL .main_slider_wrap.phoneversion {
    display: block;
}

.main_slider_wrap div {
    height: 100%;
    width: 100%;
}

.MainSlider .visItem {
    overflow: hidden;
}
.MainSlider .visItem .visItemBG {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 6500ms ease-in-out;
    -moz-transition: all 6500ms ease-in-out;
    -o-transition: all 6500ms ease-in-out;
    -ms-transition: all 6500ms ease-in-out;
    transition: all 6500ms ease-in-out;
}
.main_slider_wrap.ini_zoom .visItem.slick-active .visItemBG {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/** video BG **/

.videoBG_cont {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
}
.videoBG_cont .videoBG_wrapper {
    height: 100%;
}
.videoBG_cont video#customvidbackground {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.videoBG_cont video#customvidbackground.hideVideo {
    opacity: 0;
}

.introLineIMG {
    position: absolute;
    z-index: 30;
    max-width: 320px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.introLineIMG.hideIntroLine {
    opacity: 0;
}

.MainSlider .intro_screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 15;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}
.MainSlider .intro_screen.dim {
    opacity: 0.6;
}

section#sec_story {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 35;
    overflow: hidden;
}
.ct_article section#sec_story {
    overflow: auto;
    position: relative;
}

section#sec_story .section_wrapper,
section#sec_story .section_wrapper .section_content,
section#sec_story .section_wrapper #page_slider {
    height: 100%;
    width: 100%;
}

section#sec_story div.copy {
    height: 100%;
}
/*section#sec_story div.copy,*/
section#sec_story div.copy .copy_wrapper,
section#sec_story div.imgCont div {
    height: auto;
}

section#sec_story .page_slide {
    text-align: center;
    position: relative;
    outline: none;
    background-size: cover;
    border: none;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.ct_article section#sec_story .page_slide {
    overflow-y: initial;
}
.page_slide.TXTslide .page_slide_wrapper {
    overflow: hidden;
}
.ct_article .page_slide.TXTslide .page_slide_wrapper {
    overflow: initial;
}

.ct_article section#sec_story .page_slide.border_top::before,
.ct_article section#sec_story .page_slide.border_bottom::after {
    content: "";
    height: 40px;
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    position: absolute;
    left: 0;
    z-index: 5;
    width: 100%;
    background: #fff;
}
.ct_article section#sec_story .page_slide.border_top::before {
    mask-image: url(/images/tp3/imgframe-btm.svg);
    -webkit-mask-image: url(/images/tp3/imgframe-btm.svg);
    top: -40px;
    mask-position: 95% 50%;
    -webkit-mask-position: 95% 50%;
}

.ct_article section#sec_story .page_slide.border_bottom::after {
    mask-image: url(/images/tp3/imgframe-top.svg);
    -webkit-mask-image: url(/images/tp3/imgframe-top.svg);
    bottom: -40px;
    mask-position: 17% 50%;
    -webkit-mask-position: 17% 50%;
}

section#sec_story div.copy {
    position: relative;
    opacity: 0.5;

    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;

    -webkit-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    transition-delay: 300ms;
}
section#sec_story .page_slide.slick-active div.copy {
    opacity: 1;
}
section#sec_story div.copy .copy_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

section#sec_story div.copy .copy_wrapper p {
    margin: 0;
    padding: 10px 10px;
}

.page_slide .imgCont {
    position: relative;
    overflow: hidden;
}
.page_slide .imgCont .imageBOX img {
    display: block;
    width: 100%;
    height: auto;
}

.page_slide .imgCont .imageBOX {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page_slide .imgCont .imageBOX .imageBOX_wrapper {
    width: 78%;
    padding: 15px 15px 40px;
    background: #fff;
    border-radius: 5px;

    -webkit-transition: all 1200ms ease-in-out;
    -moz-transition: all 1200ms ease-in-out;
    -o-transition: all 1200ms ease-in-out;
    -ms-transition: all 1200ms ease-in-out;
    transition: all 1200ms ease-in-out;
}
.page_slide .imgCont.even .imageBOX .imageBOX_wrapper {
    -webkit-transform: rotate(0) translate(150%, -30%) scale(0.5);
    -ms-transform: rotate(0) translate(150%, -30%) scale(0.5);
    transform: rotate(0) translate(150%, -30%) scale(0.5);
}

.page_slide .imgCont.odd .imageBOX .imageBOX_wrapper {
    -webkit-transform: rotate(0) translate(150%, 30%) scale(0.5);
    -ms-transform: rotate(0) translate(150%, 30%) scale(0.5);
    transform: rotate(0) translate(150%, 30%) scale(0.5);
}

.page_slide.animIMG .imgCont.even .imageBOX .imageBOX_wrapper {
    -webkit-transform: rotate(-15deg) translate(0, 0) scale(1);
    -ms-transform: rotate(-15deg) translate(0, 0) scale(1);
    transform: rotate(-15deg) translate(0, 0) scale(1);
}
.page_slide.animIMG .imgCont.odd .imageBOX .imageBOX_wrapper {
    -webkit-transform: rotate(15deg) translate(0, 0) scale(1);
    -ms-transform: rotate(15deg) translate(0, 0) scale(1);
    transform: rotate(15deg) translate(0, 0) scale(1);
}

.progress_bar {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    z-index: 50;
    height: 3px;
    bottom: 0;
    left: 0;
    width: 100%;
}

.progress_bar .progress_state {
    width: 0%;
    height: 100%;
    /*background:#ff4141;
  background:#81b441;*/
    position: absolute;
    top: 0;
    left: 0;

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

section#sec_story .swipe_indicator,
section#sec_story .swipe_indicator div {
    height: auto;
}

section#sec_story .page_slide.helperSlide {
    position: relative;
}
.ct_article section#sec_story .page_slide.helperSlide {
    background-color: transparent;
    height: 75vh;
}
.ct_article section#sec_story .page_slide {
    height: auto;
    padding: 2rem 0;
    background-color: #fff;
}
.ct_article section#sec_story .page_slide.spacer_el {
    background-color: transparent;
    padding: 0;
}
.page_slide.helperSlide .swipe_indicator.mob {
    display: none;
}

.page_slide.helperSlide.hlpIndicShow .swipe_indicator.mob {
    display: block;
}
.swipe_indicator {
    position: absolute;
    left: 50%;
    bottom: 12px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}
.swipe_indicator.desk {
    display: block;
}
.swipe_indicator.mob {
    display: none;
}

.swipe_indicator .si_icons span {
    display: inline-block;
    margin: 0 1px;
    opacity: 0.6;

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.swipe_indicator .si_icons span svg {
    width: 9px;
    height: auto;
    display: block;
}
.swipe_indicator.desk .si_icons span svg {
    width: 22px;
    height: auto;
    display: block;
}

@keyframes flash {
    0% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.6;
    }
}
@-webkit-keyframes flash {
    0% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.6;
    }
}
@-ms-keyframes flash {
    0% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.6;
    }
}

.swipe_indicator .si_icons span {
    -webkit-animation: flash 800ms infinite linear;
    -ms-animation: flash 800ms infinite linear;
    animation: flash 800ms infinite linear;
}

.swipe_indicator .si_label {
    font-size: 9px;
    font-family: arial;
    padding-top: 1px;
}
.swipe_indicator.desk .si_label {
    font-size: 9px;
    font-family: arial;
    padding-top: 0px;
}
.swipe_indicator.mob.dir-vertical span svg {
    width: 22px;
}

/** preloader **/

.sk-cube-grid {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #ababab;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

#preloaderCont {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 150;
    background: #fff;
}
.ct_article #preloaderCont {
    position: fixed;
}

.firstLineTextMain {
    /* height: 100%; */
    width: 100%;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.firstLineText {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85%;
    z-index: 30;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 50px;
    text-align: center;

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.firstLineText p {
    margin: 35px 0;
}
.first_slide_subtitle {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 12px;
}

.firstLineText.hideIntroLine,
.firstLineTextMain.hideIntroLine {
    opacity: 0;
}

.slide_main_container {
    height: 100%;
    width: 100%;
}
.slide_main_container.isShade_mob.isShade_desk,
.slide_main_container.isShade_desk {
    background: rgba(0, 0, 0, 0.4);
}

.page_slide h1.title {
    font-size: 40px;
    text-transform: capitalize;
    padding: 20px 5px 5px;
    margin: 0;
    font-weight: normal;
}

.page_slide .event_details {
    display: flex;
    flex-direction: column;
}
.page_slide .event_details.isbody {
    padding-top: 20px;
}

.page_slide .event_details .loc .mapBtn {
    margin-top: 22px;
}
.page_slide .event_details .loc .mapBtn a {
    width: 90%;
    max-width: 180px;
    border-radius: 0;
    height: 42px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    border: 1px solid;
    display: table;
    margin: 0 auto;
    text-decoration: none;
}
.page_slide .event_details .loc .mapBtn a span {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
}

.page_slide .event_details .info-row.loc div.icon a {
    display: inline-block;
}
.page_slide .event_details .info-row.loc div.icon svg {
    width: 24px;
}

.hdtitle.Title_noDisp {
    display: block;
    height: 15px;
}

.page_slide .event_details .info-row.date div.icon {
    margin-bottom: 8px;
}
.page_slide .event_details .info-row.loc div.icon {
    margin-bottom: 6px;
}
.page_slide .event_details div.icon svg {
    width: 28px;
    height: auto;
}
.page_slide .event_details .info-row {
    margin: 0 8px;
    padding-top: 2.2rem;
}
.page_slide .event_details .info-row.loc {
    margin: 0px 8px 8px;
}
.page_slide .event_details .col.info span {
    display: block;
}
.page_slide .event_details .col.info span.data-line-1 {
    font-size: 22px;
    font-weight: bold;
}
.page_slide .event_details .col.info span.data-line-2 {
    font-size: 18px;
}

.page_slide.location .map_cont {
    margin: 0px 3% 3% 3%;
    padding: 8px;
    border-radius: 5px;
    padding-bottom: 12px;
}
a.directions-btn {
    display: block;
    text-decoration: none;
    height: 45px;
    background: #000;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    line-height: 42px;
}

.page_slide .slide-content {
    padding: 5px;
}

form .form-field label {
    display: block;
}

form .form-field #full_name,
form .form-field select#guests,
form .form-field #message,
form .form-field #npersons {
    width: 90%;
    max-width: 280px;
    margin: 0 auto;
    height: 45px;
    border: 1px solid;
    background: rgba(72, 72, 72, 0.4);
    border-radius: 0;
    font-size: 16px;
    padding: 0 15px;
}

.ct_article .form-field #full_name,
.ct_article form .form-field select#guests,
.ct_article form .form-field #message,
.ct_article form .form-field #npersons {
    background: rgba(232, 232, 232, 0.4);
}

form .form-field select#guests,
form .form-field select#npersons {
    /*color:rgba(255,255,255,0.4);*/
    opacity: 0.8;
}
form .form-field select#guests.selected,
form .form-field #npersons.selected {
    /*color:rgba(255,255,255,1);*/
    opacity: 1;
}

form .form-field input::placeholder {
    font-size: 14px;
}
form .form-field #message {
    height: 70px;
    padding: 9px 15px;
    font-size: 14px;
}

form .form-field select#guests option {
    color: #000;
}
form .form-field label {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
}
form .form-field.fld-name {
    margin-bottom: 25px;
}
form .form-field.fld-npersons {
    margin-top: 25px;
}
form button#submit_rsvp {
    width: 90%;
    max-width: 280px;
    border: 1px solid;
    border-radius: 0;
    height: 45px;
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.2);
    font-size: 20px;
    cursor: pointer;
    position: relative;
}

.form-intro-wrapper {
    font-size: 18px;
    padding: 3px 10px;
    margin-bottom: 15px;
}
.form-intro-wrapper dd.npersons_cont {
    font-size: 14px;
    text-align: center;
    display: block;
    margin: 0;
    padding-top: 7px;
    font-style: oblique;
}

form .form-field {
    position: relative;
}
form .form-field .fld_error {
    color: #d70926;
    font-size: 12px;
    position: absolute;
    width: 100%;
    bottom: -17px;
    font-family: arial;
}

form .form-field input#full_name.error_input,
form .form-field select#guests.error_input,
form .form-field input#npersons.error_input {
    border-color: #d70926;
}

.page_slide.rsvp .form-wrapper {
    position: relative;
}

.page_slide.rsvp .form-field.fld-message {
    margin-top: 25px;
}

.page_slide.rsvp .form-wrapper .ajax_success_message {
    font-size: 33px;
    position: absolute;
    height: 100%;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;

    -webkit-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    transition-delay: 300ms;
}

.ct_article .page_slide.rsvp .form-wrapper .ajax_success_message {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.page_slide.rsvp .form-wrapper form#rsvp-event {
    opacity: 1;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;

    position: relative;
    z-index: 50;
}

.page_slide.rsvp .form-wrapper.onSuccess form#rsvp-event {
    opacity: 0;
    z-index: 20;
}
.page_slide.rsvp .form-wrapper.onSuccess .ajax_success_message {
    opacity: 1;
    z-index: 50;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.page_slide.rsvp
    .form-wrapper
    .ajax_success_message
    .ajax_success_message_wrapper {
    padding: 50px 15px 0;
}

.ending-image {
    background: #fff;
    width: 80%;
    max-width: 330px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(5deg) scale(0.5);
    -ms-transform: translate(-50%, -50%) rotate(5deg) scale(0.5);
    transform: translate(-50%, -50%) rotate(5deg) scale(0.5);
    padding: 15px;
    border-radius: 8px;

    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}
.ct_article .ending-image {
    width: 100%;
    max-width: none;
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translate(0%, 0%) rotate(0deg) scale(1);
    -ms-transform: translate(0%, 0%) rotate(0deg) scale(1);
    transform: translate(0%, 0%) rotate(0deg) scale(1);
    padding: 0;
    border-radius: 0;
}
.ct_article .ending-image img {
    border-radius: 0;
}
.ct_article .page_slide.endFrame .slide-content {
    padding: 0;
}
.slick-current .ending-image {
    -webkit-transform: translate(-50%, -50%) rotate(-12deg) scale(1);
    -ms-transform: translate(-50%, -50%) rotate(-12deg) scale(1);
    transform: translate(-50%, -50%) rotate(-12deg) scale(1);
}

.ct_article .ending-image .ending-image-wrapper {
    position: relative;
}
.ct_article .ending-image .ending-image-wrapper::before,
.ct_article .ending-image .ending-image-wrapper::after {
    content: "";
    height: 40px;
    display: block;
    position: absolute;
    background: #fff;
    z-index: 15;
    width: 100%;
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}
.ct_article .ending-image .ending-image-wrapper::before {
    mask-image: url(/images/tp3/imgframe-top.svg);
    -webkit-mask-image: url(/images/tp3/imgframe-top.svg);
    mask-position: 17% 50%;
    -webkit-mask-position: 17% 50%;
    top: 0;
}
.ct_article .ending-image .ending-image-wrapper::after {
    mask-image: url(../../images/imgframe-bottom.svg);
    -webkit-mask-image: url(/images/tp3/imgframe-btm.svg);
    mask-position: 95% 50%;
    -webkit-mask-position: 95% 50%;
    bottom: 0;
}

.ending-image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 8px;
}
.page_slide .ending-image img {
    aspect-ratio: 1/1;
    object-fit: cover;
}
.ending-image .photo-title {
    display: block;
    padding: 12px 3% 2px;
    font-size: 18px;
}
.ct_article .ending-image .photo-title {
    padding: 6px 3% 2px;
    font-size: 20px;
}
.page_slide.gift_reg .slide-content,
.page_slide.generic .slide-content {
    font-size: 20px;
    padding: 10px;
}

.ct_article .page_slide.gift_reg .slide-content,
.ct_article .page_slide.generic .slide-content {
    font-size: 22px;
}

.page_slide h1.title span.subtitle {
    display: block;
    font-weight: normal;
    font-size: 16px;
}
.ct_article .page_slide h1.title span.subtitle {
    font-size: 18px;
}
.page_slide .page_slide_wrapper {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    opacity: 0;
    max-width: 550px;
    margin: 0 auto;
}
.ct_article .page_slide .page_slide_wrapper {
    opacity: 1;
}
.page_slide .swipe_indicator {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    opacity: 0;
}

.page_slide .page_slide_wrapper .page_slide.generic .slide-content {
    max-width: 550px;
    margin: 0 auto;
}
.page_slide.slick-current .page_slide_wrapper,
.page_slide.slick-current .swipe_indicator {
    opacity: 1;
}

#page_slider .slick-next::before,
#page_slider .slick-prev::before {
    content: "";
    display: block;
    width: 30px;
    height: 51px;
}
#page_slider .slick-next::before {
    background: url(../images/right_arrow.svg) no-repeat center center;
}
#page_slider .slick-prev::before {
    background: url(../images/left_arrow.svg) no-repeat center center;
}

#page_slider .slick-next,
#page_slider .slick-prev {
    width: 30px;
    height: 51px;
}
#page_slider .slick-next {
    right: -45px;
}
#page_slider .slick-prev {
    left: -45px;
}

#intro_photo_thumb {
    border-radius: 50%;
    max-width: 300px;
    width: 70%;
    margin: 0 auto;
}

.tpl-2 .firstLineText {
    font-size: 25px;
}

.brand-logo {
    position: absolute;
    max-width: 180px;
    top: 15px;
    left: 15px;
    display: none;
}

.brand-logo svg {
    display: block;
    width: 100%;
    height: auto;
}

/** event lock screen **/

.event_lock {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 180;
    text-align: center;
}
.event_lock .event_lock_wrapper {
    padding: 15% 20px 15px;
    color: #000;
}
.event_lock .event_lock_wrapper svg path {
    fill: #000;
}
.event_lock .brand_logo svg {
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto;
    max-width: 320px;
}

.event_lock .lock_note {
    font-size: 19px;
    margin: 25px auto;
    max-width: 320px;
}

.event_lock form#unlock_preview input#password {
    display: block;
    width: 90%;
    max-width: 320px;
    margin: 0 auto;
    border: 2px solid #000;
    border-radius: 5px;
    height: 50px;
    padding: 2px 15px;
    font-size: 28px;
    text-align: center;
    color: #000;
}

.event_lock form#unlock_preview button#form-btn {
    display: block;
    width: 90%;
    max-width: 320px;
    border-radius: 5px;
    border: none;
    color: #fff;
    background: #81b441;
    margin: 22px auto 5px;
    height: 55px;
    font-size: 23px;
    cursor: pointer;

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.event_lock form#unlock_preview button#form-btn:hover {
    background: #89c53f;
}
.event_lock form#unlock_preview span.form-error {
    color: #d70926;
    font-size: 14px;
}
#preloaderCont .loading_lbl {
    position: absolute;
    top: 55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 130px;
    text-align: center;
}

.rsvp-preloader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    background: #000;
    font-size: 22px;
    display: none;
}

.form-lock-screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    display: none;
}
.lock-form .rsvp-preloader,
.lock-form .form-lock-screen {
    display: block;
}
.lock-form .form-field {
    opacity: 0.5;
}
.rsvp-preloader-wrapper::after {
    content: "";
    display: block;
    clear: both;
}
.rsvp-preloader-wrapper {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 280px;
}
.rsvp-preloader .waitTXT {
    float: none;
    display: block;
    margin-left: 12px;
    display: inline-block;
    position: relative;
    top: -4px;
}
.rsvp-preloader .sk-cube-grid {
    transform: unset;
    top: 2px;
    left: 0;
    position: relative;
    float: none;
    display: inline-block;
    width: 30px;
    height: 30px;
}
.rsvp-preloader .sk-cube-grid .sk-cube {
    background: #fff;
}
.rsvp-preloader .sk-cube-grid .loading_lbl {
    display: none;
}

.page_slide .poweredBy {
    display: none;
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 180px;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.showPoweredBy .poweredBy {
    display: block;
}
.ct_article .poweredBy {
    background: #fff;
    padding: 14px 5px 25px;
}

.poweredBy a {
    display: flex;
    outline: none;
    text-decoration: none;
    font-size: 10px;
    justify-content: center;
    align-items: center;
}
.poweredBy svg {
    display: block;
    width: 100%;
}

.poweredBy a span.spn_cont {
    display: block;
}
.poweredBy a span.spn_cont.spn_lbl {
    padding-right: 4px;
}
.poweredBy a span.spn_cont.spn_logo img {
    display: block;
    max-width: 55px;
}

/**wedding Clock **/
#clockTimer {
    display: flex;
    justify-content: space-evenly;
}
.counter_timer {
    position: relative;
    width: 90%;
    z-index: 40;
    text-align: center;
    margin: 0 auto;
    max-width: 275px;
}
.ct_article .counter_timer {
    padding-top: 22px;
}

.counter_timer span {
    display: block;
}
.counter_timer div.tcell {
    display: block;
    text-align: center;
    position: relative;
}

.counter_timer div.tcell span.t_val {
    font-size: 25px;
    width: 45px;
}
.counter_timer div.tcell span.t_label {
    text-transform: uppercase;
    font-size: 10px;
}
.counter_timer div.tcell::after {
    content: ":";
    display: block;
    position: absolute;
    font-size: 17px;
    right: -11px;
    top: 6px;
    font-weight: 300;
}

.counter_timer div.tcell:last-child:after {
    display: none;
}

#music_player_BTN {
    display: block;
    position: absolute;
    background: none;
    bottom: 15px;
    left: 15px;
    z-index: 52;
    cursor: pointer;
    border: none;
    padding: 0;
    width: 35px;
    height: 35px;
    outline: none;

    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;

    -webkit-transform: scale(0.5) rotate(-15deg);
    -ms-transform: scale(0.5) rotate(-15deg);
    transform: scale(0.5) rotate(-15deg);
    opacity: 0;
}
.ct_article #music_player_BTN {
    position: fixed;
    width: 30px;
    height: 31px;
}
#music_player_BTN svg {
    display: block;
    width: 35px;
    height: 34px;
    outline: none;
}
.ct_article #music_player_BTN svg {
    width: 30px;
    height: 31px;
}

#music_player_BTN.showAudioBtn {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1;
}

/** IOS Audio Hack **/

#ios_audio_lockscreen {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 140;
    background: rgba(0, 0, 0, 0.2);
}
.ct_article #ios_audio_lockscreen {
    position: fixed;
    height: 100vh;
}

#ios_audio_lockscreen div.btn_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 10;
    background: rgba(255, 255, 255, 0.2);
}

#ios_audio_lockscreen button {
    background-color: rgba(0, 0, 0, 0.25);
    font-size: 20px;
    border: 1px solid;
    width: 170px;
    height: 100%!important;
    border-radius: 0;
    padding: 0;
    margin: 0 auto;
    cursor: pointer;
}
#ios_audio_lockscreen div.btn_wrapper span {
    display: block;
    font-size: 14px;
    margin-top: 11px;
    letter-spacing: 2px;
}

.iosAudio .firstLineText,
.iosAudio .swipe_indicator {
    opacity: 0;
}

.centerSlideCont .page_slide_wrapper,
.ctnt-center .page_slide_wrapper {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.centerSlideCont .helperSlide .page_slide_wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.centerSlideCont .firstLineText p {
    margin: 30px 0;
}

.Default_DeskVis,
.deskBG_mobonly {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
}
deskBG_mobonly {
    position: fixed;
    z-index: 1;
}

.deskBG_mobonly_wrapper {
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    /*background-color: #89c53f;*/
    background-image: none !important;
    display: none;
}

/********************************************** leaves container *******************************/
#fallingImageContainer {
    width: 100%;
    height: 100vh;
    position: fixed;
    overflow: hidden;
    pointer-events: none;
    z-index: 75;
}

#fallingImageContainer > div {
    position: absolute;
    width: 45px;
    height: 45px;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-direction: normal, normal;
    -webkit-animation-timing-function: linear, ease-in;
}

#fallingImageContainer.floral_white > div,
#fallingImageContainer.floral > div,
#fallingImageContainer.floral > div img,
#fallingImageContainer.floral_white > div img {
    width: auto;
    height: 17px;
}

#fallingImageContainer > div > img {
    position: absolute;
    width: auto;
    height: 55px;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: linear;
    -webkit-transform-origin: 50% -100%;
}
#fallingImageContainer.floral > div > img,
fallingImageContainer.floral_white > div > img {
    height: 17px;
}
#fallingImageContainer.hearts_red > div > img,
#fallingImageContainer.hearts_pink > div > img {
    height: 45px;
}
#fallingImageContainer.dandelions > div > img {
    height: 65px;
}
#fallingImageContainer.baloons > div > img {
    height: auto;
    width: 35px;
}

@-webkit-keyframes fade {
    0% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
}
@-webkit-keyframes drop {
    0% {
        -webkit-transform: translate(0px, 50px);
    }
    100% {
        -webkit-transform: translate(0px, -1950px);
    }
}
@-webkit-keyframes clockwiseSpin {
    0% {
        -webkit-transform: rotate(-50deg);
    }
    60% {
        -webkit-transform: rotate(50deg);
    }
    80% {
        -webkit-transform: rotate(80deg);
    }
    100% {
        -webkit-transform: rotate(-40deg);
    }
}
@-webkit-keyframes counterclockwiseSpinAndFlip {
    0% {
        -webkit-transform: scale(-1, 1) rotate(80deg);
    }
    100% {
        -webkit-transform: scale(-1, 1) rotate(-80deg);
    }
}

@-webkit-keyframes clockwiseSpin_baloon {
    0% {
        -webkit-transform: rotate(-20deg);
    }
    60% {
        -webkit-transform: rotate(20deg);
    }
    80% {
        -webkit-transform: rotate(30deg);
    }
    100% {
        -webkit-transform: rotate(-20deg);
    }
}
@-webkit-keyframes counterclockwiseSpinAndFlip_baloon {
    0% {
        -webkit-transform: scale(-1, 1) rotate(25deg);
    }
    100% {
        -webkit-transform: scale(-1, 1) rotate(-25deg);
    }
}

/** end fallingImageContainer**/

/** sponsor **/

.sponsor-frame h4.sponsor-label {
    margin: 0 0 12px 0;
    font-weight: 300;
    font-size: 14px;
}
.sponsor-frame .sponsor-logo img {
    width: 85%;
    height: auto;
    max-width: 300px;
    margin: 0 auto;
}

.sponsor-frame h2.sponsor-title {
    font-weight: 700;
    font-size: 22px;
    margin: 5px 0;
    padding: 10px 8px 5px 8px;
}

.sponsor-frame .sponsor-description {
    max-width: 320px;
    margin: 0 auto;
}
.sponsor-frame .sponsor-description p {
    font-size: 16px;
    margin: 0;
    padding: 5px 8px;
}
.sponsor-frame .external_link {
    margin-top: 10px;
}
.sponsor-frame .external_link a {
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 5px;
    text-decoration: none;
}

.sponsor-frame .external_link a span {
    display: inline-block;
    position: relative;
    text-decoration: underline;
}
.sponsor-frame .external_link a span::after {
    display: block;
    content: "";
    width: 20px;
    height: 21px;
    background: url(../images/external-link-symbol.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: -27px;
    top: -2px;
}
.ctnt-top .sponsor-frame .sponsor-frame-wrapper {
    padding-top: 20px;
}
.form-field.fld-name.HideGuestNames_forms {
    display: none;
}
.guestNames_dyn {
    font-size: 20px;
    padding: 0 5px 18px;
    font-style: italic;
}
.form-intro-wrapper dd.npersons_cont.npLabel_hidden {
    display: none;
}

#ios_audio_lockscreen .front-guest-info {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 7%;
    z-index: 10;
}

#ios_audio_lockscreen .front-guest-info .guestNames_dyn {
    padding: 0 5px 5px;
}
#ios_audio_lockscreen .front-guest-info .npersons_cont_front {
    font-size: 14px;
}
#msg_charCount {
    font-size: 10px;
    max-width: 280px;
    margin: 0 auto;
    text-align: right;
    padding: 0 3px 0;
}
.CardCover_photo {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.CardCover_photo .cvrMask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;

    background: rgb(0, 0, 0);
    background: -moz-radial-gradient(
        circle,
        rgba(0, 0, 0, 0) 19%,
        rgba(0, 0, 0, 1) 99%
    );
    background: -webkit-radial-gradient(
        circle,
        rgba(0, 0, 0, 0) 19%,
        rgba(0, 0, 0, 1) 99%
    );
    background: radial-gradient(
        circle,
        rgba(0, 0, 0, 0) 19%,
        rgba(0, 0, 0, 1) 99%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);

    opacity: 0.75;
}

#ios_audio_lockscreen .cardLogo {
    display: block;
    max-width: 180px;
    width: 155px;
    position: absolute;
    top: 60px;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.cardLogo {
    display: block;
    max-width: 180px;
    width: 155px;
    margin: 0 auto;
}
.cardLogo img {
    display: block;
    width: 100%;
    height: auto;
}

#qtauth {
    font-size: 14px;
    opacity: 0.7;
    font-style: italic;
    display: block;
    padding-top: 8px;
}
.invtslide .slideBody h5 {
    font-size: 20px;
    margin: -7px 0;
}
.ct_article .invtslide .slideBody h5 {
    font-size: 24px;
    font-weight: 700;
}
.invtslide .slideBody h3 {
    font-size: 40px;
    line-height: 52px;
    font-weight: normal;
}

.invtslide .parents {
    display: flex;
    text-align: center;
    justify-content: space-around;
    padding: 12px 4px;
}
.invtslide .slideBody .parents h5 {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}
.invtslide .slideBody .parents h5 span {
    display: block;
    font-size: 12px;
}

.prompt {
    width: 140px;
    margin-left: 20px;
    position: absolute;
    bottom: 25px;
    right: 50%;
    transform: translateX(50%);
    z-index: 20;
}
.prompt_label {
    display: block;
    font-size: 14px;
    opacity: 0.8;
}

.prompt_swipeUp .prompt_label {
    font-size: 16px;
    opacity: 1;
    position: relative;
    z-index: 10;
    color: #fff;
    padding: 0px 15px 14px;
    width: 170px;
    text-align: center;
    text-shadow: 0px 0px 12px #000;
}
.prompt svg {
    height: 64px;
    width: 64px;
    transform-origin: 0% 100%;
    animation-name: swipe;
    animation-duration: 2.1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    opacity: 0.6;
}
.prompt_swipeUp {
    position: fixed;
    top: 50%;
    z-index: 85;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.prompt_swipeUp svg {
    width: 50px;
    height: auto;
    transform: translateY(-75px);
    transform-origin: 50% 50%;
    animation-name: swipeup;
    animation-duration: 2.1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    opacity: 0;
    margin: 0 auto;
    display: block;
    z-index: 10;
    position: relative;
}
.prompt_swipeUp svg path {
    fill: #fff;
}
.prompt_swipeUp .promptMask {
    height: 200px;
    position: absolute;
    background: #000;
    width: 100%;
    top: -95px;
    z-index: 5;
    filter: blur(75px);
    opacity: 0.7;
}

@keyframes swipe {
    0% {
        transform: translateX(100px) rotate(10deg);
    }
    50% {
        transform: translateX(-20px) rotate(-15deg) scale(0.9);
    }
    100% {
        transform: translateX(100px) rotate(10deg);
    }
}

@keyframes swipeup {
    0% {
        transform: translateY(0);
        opacity: 0;
    }
    10% {
        transform: translateY(0);
        opacity: 0;
    }
    20% {
        transform: translateY(0);
        opacity: 0;
    }
    80% {
        transform: translateY(-75px);
        opacity: 1;
    }
    90% {
        transform: translateY(-75px);
        opacity: 0;
    }
    100% {
        transform: translateY(-75px);
        opacity: 0;
    }
}

.lang-switch-btn {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: 1px solid white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.lang-switch-btn:hover,
.lang-switch-btn:focus {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    border-color: white;
}

.language-switcher {
    position: absolute !important;
    right: 20px !important;
    top: 20px !important;
    z-index: 100 !important;
    text-align: right !important;
}

@media only screen and (max-width: 600px) {
    .language-switcher {
        position: fixed;
    }
}

.langSelector_cont {
    position: relative;
    z-index: 7;
    width: 100%;
}
.langSelector_cont .langSelector_cont_wrapper {
    display: flex;
    gap: 12px;
    padding: 14px 15px 0 10px;
    justify-content: flex-end;
    width: 100%;
}
.langSelector_cont .langSelector_cont_wrapper a {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    text-decoration: none;
}
.IntroVerse {
    position: relative;
    z-index: 7;
    text-align: center;
    padding-top: 25px;
    font-size: 18px;
}
.ct_article {
    font-size: 20px;
}
.IntroVerse .IntroVerse_wrapper {
    padding: 0 15px;
}
.formNote {
    font-size: 14px;
    padding-top: 7px;
}
.formNote.formNote_B {
    margin-top: 12px;
}

.Adv_location_cont {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding-top: 2rem;
    font-size: 20px;
}
.page_slide.location.advanced_Location .Adv_location_cont {
    padding-top: 1rem;
}
.Adv_location_cont .adv_location_item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.Adv_location_cont .adv_location_item:last-child {
    padding-bottom: 1.8rem;
}
.Adv_location_cont .advLoc_title {
    font-size: 24px;
    font-weight: 600;
}
.Adv_location_cont .advLoc_type {
    font-size: 16px;
    opacity: 0.8;
}

.Adv_location_cont .advLoc_map a {
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    opacity: 0.8;
}
.Adv_location_cont .advLoc_map a span {
    display: flex;
    align-items: center;
    gap: 5px;
}
.Adv_location_cont .advLoc_map a span::before {
    content: "";
    height: 13px;
    width: 11px;
    mask-image: url(../images/location-pin.svg);
    -webkit-mask-image: url(../images/location-pin.svg);
    mask-position: center center;
    -webkit-mask-position: center center;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background: #2c2c2c;
    display: block;
}
.page_slide .Adv_location_cont .advLoc_map a span::before {
    background: #fff;
}

.ct_article .MainSlider .intro_screen {
    display: none;
}

.advLoc_time .eventItems_cont {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin: 1.2rem 0 0;
    padding: 2rem 0;
    position: relative;
} /*
.advLoc_time .eventItems_cont::after {
	content: "";
	width: 1px;
	display: block;
	background-color: #2c2c2c;
	height: 100%;
	position: absolute;
	left: 50%;
	top:0;
	z-index: 5;
	opacity: 0.2;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
*/
.advLoc_time .eventItems_row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 12px;
    align-items: center;
    position: relative;
    z-index: 15;
    font-size: 18px;
}
.advLoc_time .eventItems_row::before,
.advLoc_time .eventItems_row::after {
    content: "";
    width: 1px;
    display: block;
    background-color: #999;
    height: 30px;
    position: absolute;
    left: 50%;
    z-index: 5;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.advLoc_time .eventItems_row::before {
    top: -30px;
}
.advLoc_time .eventItems_row::after {
    bottom: -30px;
}

.advLoc_time .eventItem.ev_activity,
.advLoc_time .eventItem.ev_time {
    width: 45%;
}
.advLoc_time .eventItem.ev_time {
    text-align: right;
    font-weight: 600;
}
.advLoc_time .eventItem.ev_activity {
    text-align: left;
}
.advLoc_time .eventItem.ev_icon {
    width: 38px;
    height: auto;
    aspect-ratio: 1/1;
    background: #2c2c2c;
    border-radius: 50%;
    padding: 2px;
    display: flex;
    text-align: center;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.page_slide .advLoc_time .eventItem.ev_icon {
    background: rgba(255, 255, 255, 0.2);
}
.advLoc_time .eventItem.ev_icon.noIcon {
    width: 8px;
    height: 8px;
}
.advLoc_time .eventItem.ev_icon span {
    background-color: #fff;
    height: 75%;
    width: 75%;

    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;

    mask-image: url(../../images/timeline/heart.svg);
    -webkit-mask-image: url(../../images/timeline/heart.svg);

    mask-position: center center;
    -webkit-mask-position: center center;
}
.advLoc_time .eventItem.ev_icon.noIcon span {
    display: none;
}

blockquote {
    font-size: 18px;
    margin: 10px 5px;
}
/* blockquote::before {
  content: "â";
  font-size: 28px;
  line-height: 18px;
  display: block;
} */
blockquote p {
    margin: 0;
    padding: 0;
}
blockquote em {
    display: block;
    opacity: 0.7;
    font-size: 15px;
    margin-top: 11px;
}
.ct_article .page_slide h1.title.hidden-title {
    display: none;
}

@media screen and (min-width: 850px) {
    html {
        height: 100%;
        width: 100%;
    }
    body {
        width: 100%;
        height: 100%;
    }

    .brand-logo {
        display: block;
    }

    #main.mobileOnlyTPL .main_wrapper {
        top: 25px;
    }
}
@media screen and (max-width: 1025px) {
    .swipe_indicator.mob {
        display: block;
    }
    .swipe_indicator.desk {
        display: none;
    }

    #main.nav-vertical .page_slide_wrapper {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    #main.nav-vertical .helperSlide .page_slide_wrapper {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media screen and (max-width: 850px) {
    #page_slider .slick-next,
    #page_slider .slick-prev {
        display: none !important;
    }
    body,
    body.tpltype-2 {
        background-image: none;
    }
}

@media screen and (max-width: 768px) {
    .main_slider_wrap.deskvers,
    .Default_DeskVis {
        display: none;
    }
    .main_slider_wrap.phoneversion {
        display: block;
    }

    .slide_main_container.isShade_mob {
        background: rgba(0, 0, 0, 0.4);
    }
    .slide_main_container.isShade_desk {
        background: rgba(0, 0, 0, 0);
    }
}

@media screen and (max-width: 650px) {
    /* .first_section{
    top:450px; 
    position: relative;
  }
  .second_section{
    top:400px; 
    position: relative;
  }
  .rsvp_section{
    top:350px;
    position: relative;
  }
  .lets_party{
    top:350px;
    position: relative;
  }
  }
  .slide_main_container{
    position: relative;
  } */
    form .form-field #message {
        height: 70px;
        padding: 9px 15px;
        font-size: 14px;
    }
    /*leavescont*/
    #fallingImageContainer > div > img {
        height: 38px;
    }
    #fallingImageContainer.floral > div > img,
    #fallingImageContainer.floral_white > div > img {
        height: 17px;
    }
    #fallingImageContainer.hearts_red > div > img,
    #fallingImageContainer.hearts_pink > div > img {
        height: 31px;
    }
    #fallingImageContainer.dandelions > div > img {
        height: 45px;
    }

    .sponsor-frame .sponsor-logo img {
        max-width: 230px;
        margin: 0 auto;
    }
}
