/* Common Css Starts*/

html,
body {
    scroll-behavior: smooth;
}

body {
    font-size: 16px !important;
}

.content-section {
    padding: 0 15px;
    margin-top: 50px;
}

.body-background {
    background: var(--body-background) repeat !important;
    background-size: 100%;
}


/* Common Css Ends*/


/* Preloader and mute icon starts*/

#loading {
    background-color: #E1D9C0;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999999;
    margin-top: 0px;
    top: 0px;
}

.image-loader {
    position: absolute;
    border: none !important;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    margin-top: -150px;
    margin-left: -150px;
}

.play-music {
    position: fixed;
    top: 2%;
    left: 1%;
    z-index: 1;
    font-size: 25px;
    background-color: #ffffff;
    padding: 5px 15px;
    box-shadow: 0px 0px 1px 1px #d3d3d3;
}

.play-music .thumb-image {
    max-width: 25px;
}

.fa.fa-exclamation-circle {
    font-size: 36px;
    padding-bottom: 5px;
    padding-right: 10px;
    position: relative;
    top: 5px;
}

.ww-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 99999;
}

.ww-loading-wrapper {
    width: 100%;
    text-align: center;
}

#ww-overlay-gif img {
    width: auto;
}

.ww-loading-message {
    font-size: 20px;
    margin-top: 10px;
}


/* Preloader and mute icon ends */


/* Header Css Starts */

.header-logo {
    content: var(--theme-logo);
    margin: 10px 0 20px;
    max-width: 60%;
}

.navbar-light .navbar-nav .nav-link {
    padding: 0px 15px 15px;
}

header li a {
    font-size: 16px;
    font-family: var(--section-content-font);
    font-weight: 400;
    color: var(--text-color-2) !important;
    text-transform: uppercase;
}

header li a:hover {
    color: var(--text-color-1) !important;
    text-decoration: none;
}

.navbar-toggler {
    color: none;
    border: none;
    padding-right: 16px;
    position: relative;
    outline: none !important;
}

.navbar-toggler span {
    display: block;
    background-color: var(--text-color-1);
    height: 2px;
    width: 25px;
    margin-top: 6px;
    outline: none;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    -webkit-transition: transform 0.35s ease-in-out;
    -moz-transition: transform 0.35s ease-in-out;
    -o-transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

.join_virtually_nav {
    width: 210px;
    text-align: center;
    padding-bottom: 0 !important;
    transform: translate(0, -25%);
}

.join_virtually_nav a {
    text-transform: none !important;
}

.join_virtually_nav a span {
    text-transform: uppercase !important;
}


/* Header Css Ends */


/* Banner Css Starts */

.couple-name {
    font-family: var(--couple-name-font);
    font-size: var(--couple-name-font-size);
    color: var(--text-color-1);
    text-transform: capitalize;
}

.wedding-date,
.wedding-venue {
    text-transform: capitalize;
    margin-top: 5px;
}

.wedding-names {
    text-transform: capitalize;
    margin-top: 5px;
    font-style: italic;
    color: var(--text-color-1);
}

.wedding-content {
    margin-bottom: 15px;
}


/* Banner Css Ends */


/* Our Story year Starts */

.arrow-cls {
    background: var(--text-color-1);
    padding: 3px 10px;
    display: inline-block;
    color: #ffffff;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    font-family: var(--section-content-font);
    font-weight: 100;
    font-size: 16px;
}

.css-shape:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-right: 10px solid var(--text-color-1);
    border-bottom: 13px solid transparent;
    left: -10px;
    top: 0px;
}

.css-shape:after {
    width: 0;
    content: "";
    position: absolute;
    height: 0;
    border-top: 13px solid transparent;
    border-left: 10px solid var(--text-color-1);
    border-bottom: 13px solid transparent;
    right: -10px;
    top: 0px;
}

#our_story .content-list .each-section .section-title {
    max-width: 720px;
    margin: 5px auto;
    padding: 0 15px;
}

#our_story .content-list .each-section .section-title span.our-story-title {
    margin-left: 15px;
}


/* Our Story year Ends */


/* Functions Css Starts */

.wedding-date,
.wedding-venue,
.section-title,
.function-name {
    font-family: var(--section-title-font);
    font-size: var(--wedding-content-font-size);
    color: var(--text-color-1);
}

.thanks-banner,
.alert-banner {
    color: var(--text-color-2);
    font-size: 18px;
    line-height: 1.4;
    margin: auto;
    max-width: 900px;
    padding: 0 15px;
}

.alert-banner .teal-color {
    color: #49a3a6 !important
}

.view-zoom-party:hover {
    color: var(--text-color-1);
}

.section-title,
.function-name {
    font-size: 22px;
    line-height: 1.3;
}

.content-list {
    margin-bottom: 20px;
}

.section-image,
.banner-image {
    max-width: 500px;
    border: 4px solid var(--img-border-color);
    margin: 15px auto 0;
    max-height: 300px;
}

.section-image {
    margin-bottom: 15px;
}

.banner-image {
    max-width: 900px;
    width: 100%;
    max-height: unset;
}

#banner {
    padding: 0 15px;
}

.section-content {
    max-width: 720px;
    margin: 0 auto 20px;
    padding: 0 15px;
    text-align: left;
    color: var(--text-color-2);
    font-size: 16px;
    font-family: var(--section-content-font);
    line-height: 1.8;
}

.each-section.row {
    justify-content: center;
}

.heading-secondary-style {
    font-family: var(--section-title-font);
    color: var(--text-color-2);
    font-size: 28px;
    letter-spacing: 2px;
    text-align: center;
    background: var(--divider-image) no-repeat bottom center !important;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.fa-calendar {
    font-size: 18px;
    padding-left: 1px;
    position: relative;
    text-align: center;
    right: 6px;
}

.squiggly {
    content: var(--functions-seperator);
    margin: auto;
}

.function-details {
    font-family: var(--section-content-font);
    color: var(--function-details-color);
}

.function-name {
    margin-bottom: 20px;
}

.functions_divider {
    margin: 15px 0;
}

.wed-image {
    margin-bottom: 20px;
}

.wed-image img {
    border: 4px solid var(--img-border-color);
    max-height: 300px;
    max-width: 100%;
}

.action-link,
.action-link:hover {
    color: var(--text-color-1) !important;
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    font-family: var(--section-content-font);
    padding: 5px;
    text-decoration: underline !important;
    cursor: pointer;
}


/* Functions Css Ends */


/* Photo Gallery Starts */

#photo_gallery {
    margin-top: 20px;
}

.grid {
    max-width: 1100px;
    list-style: none;
    margin: 30px auto;
    padding: 0;
    width: 100%;
}

.img-block {
    width: 20%;
    min-width: 140px !important;
}

#photo_gallery .item img {
    max-width: 100%;
    height: auto;
    padding: 0 10px 10px 0;
}

.gallery-empty-content {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

#galleryModal {
    padding: 0px !important;
}

.prev-pos,
.next-pos {
    position: absolute;
    top: 50% !important;
    color: #FFFFFF;
    font-size: 50px;
    transform: translate(0%, -50%);
    right: 9%;
}

.prev-pos {
    left: 8%;
}

#galleryModal button.btn {
    z-index: 1053;
    top: 5px;
    right: 5px;
    position: absolute;
    color: white;
    font-weight: bold;
    font-size: 25px;
}

#galleryModal .modal-dialog {
    width: 100%;
    max-width: unset !important;
    margin: auto !important;
    transform: translateY(-50%) !important;
    top: 50%;
}

#galleryModal .modal-content {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    width: 90%;
    margin: 0px auto;
}

#galleryModal .modal-body {
    background-color: transparent !important;
    text-align: center;
}

.img-modal {
    max-height: 100vh;
    border: none !important;
    width: auto;
    max-width: 100% !important;
    height: auto;
}

#galleryModal button.btn {
    z-index: 1108;
    top: 0px;
    right: 9%;
    position: absolute;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 50px;
    border: none !important;
    margin: auto;
    padding: 10px 0px;
}


/* Photo Gallery Ends */


/* RSVP Section Starts */

#rsvp,
#guest_book {
    margin-top: 40px;
}

#rsvp .content-list,
.join-meeting-wrapper {
    max-width: 950px;
    margin: 0 auto 30px;
    padding: 30px 29px 10px;
    background-image: var(--frame-left-top), var(--frame-right-top), var(--frame-left-bottom), var(--frame-right-bottom);
    background-position: 5px 5px, 99% 5px, 5px 99%, 99% 99%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#guest_count {
    margin-top: 10px;
}

#rsvp .name-email-margin {
    text-align: left;
    margin-top: 20px;
}

#guest_book .content-list {
    max-width: 950px;
    margin: 0 auto 30px;
    padding: 30px 29px 10px;
    /* border:2px solid var(--text-color-2); */
    background-color: transparent;
    background-image: var(--frame-left-top), var(--frame-right-top), var(--frame-left-bottom), var(--frame-right-bottom);
    background-position: 0px 0px, 100% 0px, 0px 100%, 100% 100% !important;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#guest_book .section-content {
    max-width: 720px;
    margin: 0 auto 20px;
    padding: 0 15px;
    text-align: left;
    color: #6D6767;
    font-size: 16px;
    font-family: var(--section-content-font);
    line-height: 1.8;
}

#guest_book .subtitile {
    color: var(--text-color-2);
    font-family: var(--section-content-font) !important;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.rsvp-form,
.guest_book_form_wrapper {
    margin-top: 5px;
}

#rsvp input,
.join-meeting-wrapper input {
    border: 2px solid var(--text-color-2);
    color: var(--text-color-2);
}

#guest_book input,
#guest_book textarea {
    border: 2px solid var(--text-color-2) !important;
    color: var(--text-color-2) !important;
}

#guest_book input::placeholder,
#guest_book textarea::placeholder {
    color: var(--text-color-2) !important;
    opacity: 0.8;
    font-size: 16px;
}

.rsvp-input,
.join-meeting-wrapper input {
    padding: 25px 15px;
    border-radius: 0;
    width: 100%;
    border: 2px solid var(--text-color-2);
    float: left;
    line-height: 53px;
    height: 40px;
    color: var(--text-color-2);
    font-size: 16px;
    font-weight: 400;
    background: transparent;
    margin-right: 30px;
    font-family: var(--section-content-font);
}

#guest_book input {
    padding: 25px 15px;
    border-radius: 0;
    width: 100%;
    float: left;
    line-height: 53px;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    background: transparent;
    margin-right: 30px;
    font-family: var(--section-content-font);
}

#guestbook_submit {
    margin-top: 20px !important;
}

.error-red-text {
    color: red;
    font-weight: 500;
    font-size: 17px;
}

.name-email-margin {
    text-align: left;
}

.rsvp-input:focus,
.join-meeting-wrapper input:focus,
#guest_book input:focus {
    border: 2px solid var(--text-color-2) !important;
}

#guest_book input:focus,
#guest_book textarea:focus {
    border: 2px solid var(--text-color-2) !important;
}

.include-guestbook {
    padding: 20px 0 0px 35px;
}

.rsvp-input::placeholder,
.rsvp-text-area::placeholder,
.join-meeting-wrapper input::placeholder,
.join-meeting-wrapper textarea::placeholder {
    color: var(--rsvp-placeholder-color) !important;
    opacity: 0.7;
    font-size: 16px;
}

.guest_book_form.section-content,
.section-content.rsvp-wrapper {
    max-width: none !important;
}

.rsvp-question {
    margin-bottom: .7rem;
    display: inline-block;
    font-weight: 600;
}

.rsvp-radio {
    padding: 0 10px;
}

.rsvp-options .rsvp-each-option {
    text-align: left;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin: auto;
}

.rsvp-options span {
    width: 100%;
    text-align: left;
    padding-left: 15px;
}

.rsvp-text-area,
.join-meeting-wrapper textarea {
    text-transform: none;
    padding: 3px 12px 0 12px;
    height: 85px !important;
    margin-top: 0;
    font-size: 16px;
    color: var(--text-color-2) !important;
    /* text-transform: capitalize; */
    background: transparent;
    font-weight: 400;
    border: 2px solid var(--text-color-2);
    font-family: var(--section-content-font);
    width: 100%;
}

#guest_book textarea {
    text-transform: none;
    padding: 3px 12px 0 12px;
    height: 85px !important;
    font-size: 16px;
    text-transform: capitalize;
    background: transparent;
    font-weight: 400;
    font-family: var(--section-content-font);
    width: 100%;
    margin-top: 20px;
}

#rsvp textarea {
    margin-top: 20px;
}

.rsvp-submit,
#attend_meeting,
#buy-gift {
    width: 250px;
    font-size: 14px;
    color: var(--guestbook-color);
    font-weight: 400;
    border: 2px solid var(--guestbook-color);
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    /* border-radius: 4px; */
    display: inline-block;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-family: var(--section-content-font);
    text-transform: uppercase;
    padding: 8px 25px;
}

.guestbook-submit-wrapper .rsvp-submit {
    font-size: 14px;
    color: var(--guestbook-color);
    font-weight: 400;
    border-color: var(--guestbook-color);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    /* border-radius: 4px; */
    display: inline-block;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-family: var(--section-content-font);
    text-transform: uppercase;
    padding: 8px 25px;
}

.guestbook_checkbox_wrapper {
    padding: 20px 0 0px 35px;
}

.checkbox_guestbook {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    border: 2px solid var(--rsvp-checkbox-color);
    transform: translateY(-50%);
    color: var(--rsvp-checkbox-color);
    font-size: 20px;
    line-height: 1.3;
    display: inline-block;
    font-weight: 400;
}

input#include_guestbook {
    left: 10px;
    margin: 0;
    position: absolute;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
}

.include-guestbook label {
    margin-bottom: 0px !important;
    font-weight: 300 !important;
    line-height: 1.5;
}

.include-guestbook {
    padding: 20px 0 20px 35px;
    position: relative;
    text-align: left;
    line-height: 1;
}

input#include_guestbook:checked~.checkbox_guestbook:after {
    display: block;
}

.checkbox_guestbook:after {
    content: "";
    position: absolute;
    display: none;
    left: calc(50% - 4px);
    top: calc(50% - 9px);
    width: 8px;
    height: 14px;
    border: solid var(--rsvp-checkbox-color);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* RSVP Section Ends*/


/*LOACTION MODAL STARTS */

.map-text-box {
    height: 32px !important;
    line-height: 0px !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    width: 100% !important;
}

#locationmodal .modal-header {
    position: relative;
}

#locationmodal .modal-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#locationmodal .save-content-map #save-map {
    background: #b50b21;
    border: none;
    color: #fff;
    font-family: var(--section-content-font);
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    padding: 5px 30px;
    outline: none;
    text-transform: uppercase;
}


/*LOACTION MODAL ENDS */


/*FOOTER STARTS */

.primary-footer {
    text-align: center;
    background-color: var(--footer-bg-color);
    padding: 30px;
    color: var(--text-color-1);
}

.footer-logo {
    content: var(--theme-footer-logo);
    max-width: 220px;
    margin: 10px auto;
}

.footer-wedding-content {
    margin-bottom: 20px;
}

.footer-wedding-content .wedding-date {
    font-size: 20px;
}

.powered-by-footer {
    background-color: #fff;
    color: #787c7f;
    text-align: right;
    font-size: 13px;
    padding: 5px;
}

.powered-by-footer-tag {
    color: black;
    text-decoration: none;
}


/*FOOTER ENDS */


/* VIRTUAL WEDDINGS CSS STARTS */


/* Nav bar */

#header>.container {
    width: 100%;
}

.join_virtually_nav {
    width: 210px;
    text-align: center;
    padding-bottom: 0 !important;
    transform: translate(0, -25%);
}

.join_us_virtually {
    text-transform: none !important;
}

a.join_us_virtually span {
    text-transform: uppercase;
}


/* Nav bar end */


/* Banner Counter start */

.countdown-section,
.alert-section {
    background-color: var(--thin-banner-background);
    color: var(--text-color-2);
    padding: 10px 0;
    margin-bottom: 0px !important;
    line-height: 1 !important;
    font-family: var(--section-content-font) !important;
    font-size: 16px;
}

.alert-section {
    padding: 25px 0;
}

.countdown-banner {
    margin: auto;
    max-width: 900px;
    text-align: center;
}

.countdown-value,
.count-down-message {
    display: inline-block;
    text-align: center;
    width: 15%;
}

.count-down-message {
    font-size: 24px;
    width: 35%;
}

.countdown-banner .timer {
    font-size: 26px;
    padding-bottom: 5px;
}

.bottom-countdown .count-down-message {
    display: none;
}

.bottom-countdown .countdown-value {
    width: 24%;
}

.bottom-countdown .countdown-banner .timer {
    font-size: 50px;
    transition: all 0.3s ease-in-out;
    font-family: var(--section-content-font);
    font-weight: 300;
    line-height: 0.7;
}

.bottom-countdown {
    background-color: transparent;
}

.bottom-countdown {
    background-color: transparent;
    margin: 10px auto !important;
    text-align: center;
    padding: 50px 20px !important;
}

.bottom-countdown .countdown-value .title {
    transition: all 0.3s ease-in-out !important;
    display: block;
    font-size: 16px;
    text-transform: uppercase !important;
    font-family: var(--section-content-font) !important;
    line-height: 0.7 !important;
    margin: 19px 0 0 !important;
    letter-spacing: 1.2px !important;
    font-weight: 300 !important;
}

.bottom-countdown .countdown-value {
    width: calc(25% - 10px) !important;
}

.bottom-countdown .countdown-banner {
    margin: 0 auto !important;
    max-width: 100% !important;
}


/* Banner Counter end */


/* Join Virtually - before start */

.before-wedding {
    margin: auto;
    max-width: 400px;
}

.before-wedding p {
    line-height: 1.8;
    color: var(--text-color-2);
    font-weight: 400;
    margin-bottom: 10px;
    font-family: var(--section-content-font);
}


/* .before-wedding p:last-child { margin-bottom: 45px; } */


/* Join Virtually - before end */


/* Join Virtually - on start */

#join_virtually .live-stream-video .live-stream-title,
#join_virtually .guest-party-video .guest-party-title {
    color: var(--text-color-2);
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: var(--section-content-font);
}

.live-stream-video {
    padding-top: 15px;
}

#join_party.live-stream-title {
    margin-top: -50px;
    padding-top: 100px;
}

.today-banner {
    margin: auto;
    max-width: 900px;
    min-height: 45px;
    text-align: center;
}

.today-banner .button-section {
    display: inline;
    float: right;
    width: 30%;
}

.today-banner .button-section>.btn {
    background-color: #ffffff !important;
    border: 1px solid var(--virtual-button-color);
    border-radius: 0px;
    color: var(--text-color-2);
    font-weight: 400;
    margin: 3px 10px !important;
    max-width: 300px;
    width: 100%;
    word-break: break-word;
    white-space: break-spaces;
}

.today-banner .button-section:nth-child(2) {
    float: left;
}

.today-banner .today-message {
    float: left;
    font-size: 24px;
    line-height: 30px;
    padding: 8px 15px;
    text-align: center;
    width: 40%;
}

.youtube-iframe,
.zoom-iframe {
    margin: 0 auto 0px;
    max-width: 900px;
}

.youtube-iframe iframe,
.zoom-iframe iframe {
    margin: 0 auto;
    width: 100%;
}

.stream-content,
.guest-content,
.share-invite-link,
.active-actions-wrapper .active-actions {
    color: var(--text-color-2);
    font-family: var(--section-content-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    max-width: 800px;
    margin: auto;
}

#desc-span-wl {
    font-weight: 400 !important;
}

.stream-content.on-wedding {
    padding-bottom: 20px;
}

.guest-content {
    padding-bottom: 20px;
}

.active-actions {
    font-size: 24px;
    font-weight: 400;
    padding: 30px 15px;
}

.share-element {
    display: inline-block;
    width: 25%;
    padding: 40px 15px;
    margin-top: 20px;
    background: #ebc6b7;
    border-radius: 5px;
}

.share-element:last-child {
    margin-left: 5%;
}

.share-element:first-child {
    margin-right: 5%;
}

.close-share-link {
    margin: 25px 0 15px;
    text-align: center;
}

.share-icon,
.purchase-icon {
    position: relative;
    transform: translate(-10px, 0px);
    fill: var(--text-color-2);
}

.purchase-icon {
    transform: translate(-10px, -3px);
}

.guest-party-wrapper {
    color: var(--text-color-2);
    font-weight: 300;
    margin-bottom: 10px;
    font-family: var(--section-content-font);
}

.guest-party-wrapper .section-content {
    margin-top: 20px;
}

.guest-party-video {
    margin-top: -100px;
    padding-top: 150px;
}


/* Join Virtually - on end */


/* Join Virtually - after start */


/* Join Virtually - after end */


/* Registry start */

#what-reg-popup {
    text-decoration: none !important;
    border-bottom: 1px solid;
    display: inline-block;
    font-weight: 400;
}


/* .what-reg-popup{color:var(--text-color-5);font-family: var(--section-title-font);} */

.how-to-buy-border-top {
    border-bottom: none !important;
    padding-top: 1px;
}

.how-to-buy-mob {
    border-top: none !important;
    padding-top: 20px;
}


/* Registry end */


/* Guestbook start */

.rsvp-wrapper .subtitile {
    color: var(--text-color-2);
    font-family: var(--section-content-font) !important;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.guestbook-note {
    color: var(--text-color-2);
}

.inner-wrapper #mail_meeting {
    padding: 15px 15px !important;
}

.view-guestbook,
.view-guestbook:hover {
    color: var(--text-color-2) !important;
    text-decoration: none;
    margin-bottom: 25px;
}


/* Guestbook end */


/* Center align all content */

#our_story .section-content,
#travel .section-content {
    text-align: center;
}

@media screen and (max-width: 1199px) {
    .today-banner .button-section>.btn {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .join_virtually_nav {
        width: 180px;
    }
}

@media screen and (max-width: 956px) {
    .today-banner {
        min-height: 70px;
    }
}

@media screen and (max-width: 913px) {
    .today-banner {
        min-height: 70px;
    }
}

@media screen and (max-width: 767px) {
    .join_virtually_nav {
        text-align: left;
        transform: none;
        width: 100%;
    }
    .today-banner {
        min-height: 140px;
    }
    .today-banner .button-section {
        display: inline-block;
        width: 100%;
    }
    .today-banner>div:nth-child(3) {
        padding-top: 10px;
    }
    .today-banner .today-message {
        padding-top: 10px;
        width: 100%;
    }
    .fa.fa-exclamation-circle {
        font-size: 24px;
        position: relative;
        top: 2px;
    }
}

@media screen and (max-width: 499px) {
    .countdown-banner .timer {
        font-size: 24px;
    }
    .countdown-banner .title {
        font-size: 14px;
    }
    .countdown-banner .count-down-message {
        font-size: 20px;
        width: 30%;
    }
    .bottom-countdown .countdown-banner .timer {
        font-size: 34px;
    }
    .bottom-countdown .countdown-banner .title {
        font-size: 13px !important;
    }
    .alert-banner {
        font-size: 13px !important;
    }
}

@media screen and (max-width: 399px) {
    .countdown-banner .timer {
        font-size: 22px;
    }
    .countdown-banner .title {
        font-size: 14px;
    }
    .countdown-banner .count-down-message {
        font-size: 16px;
        line-height: 20px;
    }
    .bottom-countdown .countdown-value {
        width: 23%;
    }
    .bottom-countdown .countdown-banner .timer {
        font-size: 32px;
    }
    #our_story .content-list .each-section .section-title {
        font-size: 16px;
    }
}

.share-invite-link .action-link,
.active-actions-wrapper .action-link {
    font-size: 16px !important;
    font-weight: 400;
    text-transform: none;
}


/* VIRTUAL WEDDINGS CSS ENDS */


/* MEDIA QUERIES */

@media screen and (min-width:768px) and (max-width:991px) {
    .nav-link {
        text-align: center;
        font-size: 12px;
    }
    #rsvp .content-list,
    .join-meeting-wrapper,
    #guest_book .content-list {
        max-width: 767px;
    }
}

@media screen and (min-width:549px) and (max-width:991px) {
    #rsvp .rsvp-radio {
        width: 50%;
    }
}

@media screen and (max-width:991px) {
    .section-image {
        max-width: 100%;
    }
}

@media screen and (max-width:767px) {
    .navbar-toggler {
        position: absolute;
        right: 20px;
        top: 30px;
    }
    .how-to-buy {
        margin: 0;
        padding: 0 15px;
        width: 100%;
    }
    .how-to-buy .col-sm-4 {
        margin: 15px 0;
    }
    .couple-name {
        font-size: 32px;
    }
    .wedding-date,
    .wedding-venue {
        font-size: 18px;
    }
    .header-countdown .count-down-message {
        display: none;
    }
    .header-countdown .countdown-value {
        width: calc(25% - 10px) !important;
    }
    .section-title,
    .function-name {
        font-size: 20px;
    }
    .section-content {
        font-size: 14px;
    }
    #galleryModal button.btn {
        min-width: auto;
        border: none;
        right: 1%;
    }
    .prev-pos {
        left: 4%;
        font-size: 27px !important;
    }
    .next-pos {
        right: 5% !important;
        font-size: 27px !important;
    }
    .close-but {
        position: absolute;
        top: 3% !important;
        color: #FFFFFF;
        font-size: 27px !important;
        transform: translate(0%, -50%);
    }
    #galleryModal .modal-content {
        width: 95% !important;
    }
    #guest_book .content-list {
        margin: 15px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 12px 15px 12px;
        border-bottom: 1px solid var(--nav-border-color);
    }
    .thanks-banner,
    .alert-banner {
        font-size: 16px;
        line-height: 1.5;
    }
    .rsvp-input,
    .join-meeting-wrapper input,
    #guest_book input {
        padding: 25px 15px;
        font-size: 14px;
    }
    .rsvp-text-area,
    .join-meeting-wrapper textarea,
    #guest_book textarea,
    .rsvp-input::placeholder,
    .rsvp-text-area::placeholder,
    .join-meeting-wrapper input::placeholder,
    .join-meeting-wrapper textarea::placeholder,
    #guest_book input::placeholder,
    #guest_book textarea::placeholder {
        font-size: 14px;
    }
    .error-red-text {
        font-size: 15px;
    }
    .wedding-date,
    .wedding-venue {
        margin-top: 0px;
    }
    #navbarCollapse {
        width: 100%;
        float: none;
        left: 0px;
        position: fixed;
        top: 110px;
        z-index: 1025;
        background: var(--nav-bg-color);
    }
    .play-music {
        opacity: 70%;
    }
}

@media screen and (max-width:576px) {
    input#email,
    input#gemail {
        margin-top: 20px;
    }
}

@media screen and (max-width:549px) {
    #rsvp .rsvp-radio {
        width: calc(100% - 50px);
        /* margin-left: 50px; */
    }
}

@media screen and (max-width:375px) {
    .nav-link {
        font-size: 14px;
    }
    #rsvp .rsvp-radio {
        width: calc(100% - 20px);
        margin-left: 20px;
    }
}

@media screen and (max-width:359px) {
    .rsvp-submit,
    #attend_meeting,
    #buy-gift {
        width: 190px;
    }
    #guest_book .content-list {
        padding: 30px 15px 10px !important;
        margin: 0 !important;
    }
    .guestbook-submit-wrapper .rsvp-submit {
        padding: 8px 5px;
    }
}

@media (max-width: 1100px) {
    .img-block {
        width: 33.3%;
        padding: 0px;
    }
}

@media (max-width: 768px) {
    .img-block {
        width: calc(50% - 5px);
        padding: 0px;
    }
}

@media (min-width: 768px) {
    #join-virtually-head-title-2 {
        padding-bottom: 0;
    }
}