/* Invitation */
#inv-popup.header{
    background-image: url("../images/inv.jpg");
}
@media (max-width: 767px) { 
    #inv-popup.header{
        background-image: url("../images/inv-p.jpg");
    }
}

/* Slider */
.static-hero {
    background: url("../images/slider/static-slide.jpg") center center/cover no-repeat local;
}

/* Couple */
.row.couple-no-photo {
    margin-top: 30px;
}
.couple-section .couple-row .img-holder img.img-border {
    width: 76%;
    margin-top: -76%;
}
.couple-section span.info {
    font-weight: normal;
    color: #c4b097;
    font-size: 0.9333333333rem;
}
.couple-section .details.text-only h2 {
    margin: 0.1em 0;
}
.couple-section .couple-row > div.link {
    margin: 15px auto 40px;
}
.couple-section .link:before {
    top: 1rem;
}
@media (max-width: 767px) {
    .couple-section .couple-row > div.link {
        margin: 15px auto 30px;
    }
    .couple-section .link:before {
        top: 3rem;
    }
    .couple-section .couple-row .img-holder img.img-border {
        top: 2%;
        left: 12%;
        width: 76%;
        position: absolute;
        margin-top: 0px;
    }
}

/* Bridesmaid Style-2*/
.bridesmaids-section.style-2 .bridesmaid-grids, .groomsmen-section .bridesmaid-grids {
    margin: 0px;
}
.bridesmaids-section.style-2 .grid, .groomsmen-section .grid {
    width: calc(25% - 30px);
    box-shadow: none;
    margin: 0 15px 30px;
    padding: 20px 55px;
    height: 210px;
}
.bridesmaids-section.style-2 .grid img, .groomsmen-section .grid img {
    box-shadow: 0px 6px 13.6px 2.4px rgb(0 0 0 / 9%);
}
.bridesmaids-section.style-2 .grid h4, .groomsmen-section .grid h4 {
    font-size: 1.6rem;
    margin: 0.6em 0 0.5em;
    color: #e5d8c9;
}
.bridesmaids-section.style-2 .grid.last-row-d {
    margin-left: calc(25% + 15px);
}

@media (max-width: 767px) { 
    .bridesmaids-section.style-2 .grid, .groomsmen-section .grid {
        width: calc(33.3% - 30px);
        margin: 0 15px 30px;
        padding: 0px 0px;
        height: 130px;
    }
    .bridesmaids-section.style-2 .grid.last-row-d {
        margin-left: 15px;
    }
    .bridesmaids-section.style-2 .grid.last-row-m {
        margin-left: calc(33.3% + 15px);
    }
    .bridesmaids-section.style-2 .grid h4, .groomsmen-section .grid h4 {
        font-size: 1.3rem;
        margin: 0.5em 0 0.5em;
    }
    .mob-hide {
        display: none !important;
    }
    .static-hero {
        background: url("../images/slider/static-slide-p.jpg") center center/cover no-repeat local;
    }
}

/* Event */
.event-section .event-grids .phone {
    color: #c4b097;
}
.note {
    padding: 10px;
    margin: 35px auto 0;
    background: #c4b097;
    color: #604932;
    max-width: 600px
}
.stream {
    margin-top: 30px;
}
.link-stream {
    display: block;
    margin-top: 35px;
}
.link-stream .theme-btn, .stream .theme-btn {
    background-color: #ce4856;
    padding: 15px 20px 12px 20px;
    border-radius: 5px;
}
.link-stream .theme-btn, .stream .theme-btn:hover {
    background-color: #e15866;
}
.stream .theme-btn:after {
    content: none;
}
.stream .theme-btn img {
    width: 25px;
    margin: 0 10px 0px 0;
}
.link-stream .theme-btn, .stream .theme-btn:before {
    content: '';
    background: linear-gradient(65deg, #ce4856, #ffa8a8, #f51b1b, #ffc2c2, #ce4856);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

/*---------------------------
    Gift Section
----------------------------*/
.gift-section {
    padding-bottom: 120px;
}
.gift-list {
    max-width: 950px;
    margin: auto;
}
.gift-detail {
    padding: 0px;
}
.gift-detail p {
    line-height: 1.3em;
}
.gift-detail h4 {
    font-weight: 600;
}
.gift-detail img {
    max-width: 200px;
}
.gift-content blockquote {
    margin-bottom: 1em;
}
.gift-button {
    margin: 10px 0;
}
.gift-box{
    padding: 10px;
    margin: auto;
    width: fit-content;
    background-color: #fff;
    /*box-shadow: 0px 4px 13.65px 7.35px rgb(143 143 143 / 18%);*/
    border-radius: 10px;
}
.rek-input {
    display: none;
}
.modal .theme-btn.gift {
    padding: 8px 10px 6px;
    font-size: 13px;
    margin-top: 5px;
    border-radius: 3px;
    font-weight: 300;
    text-transform: inherit;
}
.modal .theme-btn.gift:after {
    content: none;
}
.tooltip-inner {
    margin: auto;
}

img.gift-logo {
    width: 100%;
}
.nav-tabs{
    border-bottom: none;
}
.nav-tabs>li {
    max-width: 33.3%;
    margin-bottom: 0px;
} 
.nav>li>a {
    padding: 8px;

}
.nav-tabs>li>a {
    border: none;
}
.nav-tabs>li.active>a {
    border: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: none;
    border-radius: none;
    background-color: #f3f3f3;
}

.modal-header {
    border-bottom: none;
}
.modal-title {
    color: #604932;
    display: inline;
}
.modal-body {
    padding-top: 0px;
}
.modal.in .modal-dialog {
    margin-top: 10vh;
}
.modal #kirimkado {
    font-size: 1.1em;
    font-weight: 300;
    padding: 21px 10px 26px;
    display: block;
    /*border: dashed 1px;*/
    line-height: 1.5;
    font-family: Now, Sans-Serif;
    margin: 15px 10px;
    text-transform: none;
    background-color: #f5f5f5;
    border-radius: 5px;
}
#kirimkado .nama-penerima {
    font-weight: 600;
}
.gift-box-2 {
    max-width: 310px;
    margin: auto;
    display: block;
    margin-bottom: 60px;
}
.gift-detail h3 {
    color: #604932;
    font-weight: 600;
    font-size: 20px;
}
.about-section {
    background-color: inherit;
}
.tab-pane .gift-detail {
    padding: 30px 5px;
}
.nav>li>a>img {

}

/*---------------------------
    Footer Section
----------------------------*/
.footer-style-1 p {
    margin: 1em 0 0;
}
.footer-style-1 img.logo-sticky {
    height: 20px;
}

/*---------------------------
    Modal
----------------------------*/
.modal-open .modal {
    overflow-y: hidden;
}
body {
    padding-right: 0px !important;
}

/*---------------------------
    Story
----------------------------*/
.story-section .date {
    margin-bottom: 1em;
}

/* Protokol */
img.img-protokol {
    width: 100%;
    box-shadow: 0px 6px 13.6px 2.4px rgb(0 0 0 / 4%);
    max-width: 600px;
}
.bg-img-protocol {
    height: 50vh;
    min-height: 300px;
    max-height: 632px;
    display: block;
    background: url(../images/rsvp-bg.jpg) center center/cover no-repeat local;
    margin: 120px auto 0px;
}

/* Thank You */
.footer-style-1 .couple-pic img {
    max-width: 135%;
    border-radius: initial;
}
.footer-style-1 .couple-pic {
    background: url(../images/footer-couple-pic.jpg) center center/cover no-repeat local;
    border-radius: 50%;
    width: 380px;
    height: 380px;
}
@media (max-width: 767px) {
    .footer-style-1 .couple-pic {
        width: 250px;
        height: 250px;
    }
    .tab-pane .gift-detail {
        padding: 25px 5px 15px;
    }
}

/*---------------------------
    MEDIA
----------------------------*/

@media (max-width: 991px) {
  .header-style-1 .navigation {
    top: -125px;
    display: inline;
  }
  .header-style-1 .navigation.sticky-on {
    min-height: 60px;
    top: 0;
  }
  .sticky-header {
    min-height: 0px;
  }
  .find-book-section {
        padding: 90px 0
    }
    .mobile-hide {
        display: none;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 13px;
    }

    #couple-section.section-padding {
        padding: 90px 0 90px;
    }
    .couple-section .details .inner {
        padding: 40px 15px;
    }

    .flower-fixed-body:before {
        display: block;
        top: 608px;
        position: absolute;
        z-index: 2;
        left: -25px;
        width: 180px;
    }
    .flower-fixed-body:after {
        display: block;
        top: 75px;
        position: absolute;
        z-index: 2;
        height: 280px;
        width: 174px;
        right: -25px;
    }

    .about-section blockquote {
        font-size: 14px;
    }

    .bg-img-protocol {
        background: url(../images/rsvp-bg-mob.jpg) center center/cover no-repeat local;
        margin: 30px auto 0px;
    }

    .story-section .details h3 {
        font-size: 1.2rem;
        color: #b79f6e;
    }
}