/*!   
 * Template Name: Chris & Pao Wedding
 * Version: 1.0.0
 * Author: Ing. Christian Gómez Simón
 * Copyright: Mitgo Cloud
*/

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Mea+Culpa&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap");

:root {
    --theme-font: #2F2F2F;
    --theme-font-title: #1F1F1F;
    --theme-primary: #FAB1AA;
    --theme-primary-emphasis: #E26698;
    --theme-bg: #faf9f7;
    --theme-bg-soft: rgba(47, 47, 47, 0.05);
    --theme-bg-header-footer: #2F2F2F;
    
    --theme-font-sans-serif: "Inter", sans-serif;
    --theme-font-names: "Tangerine", cursive;
    --theme-font-statement: "Mea Culpa", sans-serif;
    --theme-font-script: "Tangerine", cursive;
    --ins-body-font-size: 1rem;
}

html,
body {
    height: 100%
}

body {
    font-family: var(--theme-font-sans-serif);
    font-size: var(--ins-body-font-size);
    color: var(--theme-font);
    background-color: var(--theme-bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

p {
    margin-bottom: 15px;
    line-height: 1.5
}

a {
    color: var(--theme-primary);
}

a:hover,
a:active {
    text-decoration: underline;
    color: var(--theme-primary-emphasis);
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

a:focus {
    text-decoration: none;
    color: var(--theme-primary-emphasis);
    outline: none
}

.btn,
a.btn {
    border-radius: 30px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-weight: bold;
    font-size: 18px
}

.btn .fa,
a.btn .fa {
    color: #fff;
    margin-right: 5px
}

.btn:focus,
a.btn:focus {
    color: #fff;
    box-shadow: none
}

.btn:hover,
a.btn:hover {
    text-decoration: none;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

a.btn-primary,
.btn-primary {
    background: var(--theme-primary);
    border: none;
    color: #fff;
    padding: 15px 45px;
    text-transform: uppercase;
    border-radius: 10px;
}

a.btn-primary.active:hover,
a.btn-primary.active:active,
a.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.active:active,
.btn-primary.active:focus {
    background: var(--theme-primary-emphasis);
    border: none;
    color: #fff;
    outline: none;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8
}

a.btn-primary:hover,
a.btn-primary:active,
a.btn-primary:focus,
a.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    background: var(--theme-primary-emphasis);
    border: none;
    color: #fff;
    outline: none;
    box-shadow: none
}

.form-control,
.form-select {
    box-shadow: none;
    height: 45px;
    border-color: #eee
}

.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder {
    color: #ccc
}

.form-control:-moz-placeholder,
.form-select:-moz-placeholder {
    color: #ccc
}

.form-control::-moz-placeholder,
.form-select::-moz-placeholder {
    color: #ccc
}

.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder {
    color: #ccc
}

.form-control:focus,
.form-select:focus {
    border-color: #e1e1e1;
    box-shadow: none
}

.script {
    font-family: var(--theme-font-script);
    font-weight: bold
}

input[type=text],
input[type=email],
input[type=password],
input[type=submit],
input[type=button],
textarea {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none
}

label {
    color: var(--theme-primary-emphasis)
}

.form-group {
    margin-bottom: 30px
}

.display-block {
    display: block
}

.display-inline-block {
    display: inline-block
}

.text-highlight {
    color: var(--theme-primary)
}

#back-to-top {
    background: var(--theme-primary);
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    z-index: 30
}

#back-to-top:hover {
    background: var(--theme-primary-emphasis)
}

#back-to-top svg {
    margin-top: 4px
}

.title {
    font-size: 70px;
    margin-top: 0;
    margin-bottom: 90px
}

.title .title-text {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    color: var(--theme-font-title);
}

.title-reversed {
    color: #fff;
    color: rgba(255, 255, 255, .85)
}

.title-reversed .title-deco-left {
    background: rgba(0, 0, 0, 0) url("../images/rose-left-white.svg") no-repeat left bottom;
    background-size: contain;
    -webkit-opacity: .85;
    -moz-opacity: .85;
    opacity: .85
}

.title-reversed .title-deco-right {
    background: rgba(0, 0, 0, 0) url("../images/rose-right-white.svg") no-repeat right bottom;
    background-size: contain;
    -webkit-opacity: .85;
    -moz-opacity: .85;
    opacity: .85
}

.title-deco-left {
    background: rgba(0, 0, 0, 0) url("../images/rose-left-pink.svg") no-repeat left bottom;
    background-size: contain;
    width: 75px;
    height: 86px;
    display: inline-block
}

.title-deco-right {
    background: rgba(0, 0, 0, 0) url("../images/rose-right-pink.svg") no-repeat right bottom;
    background-size: contain;
    width: 75px;
    height: 86px;
    display: inline-block
}

.header {
    background: var(--theme-bg-header-footer);
    color: #fff;
    min-height: 55px
}

.navbar-toggler {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 18px;
    background: none;
    position: relative;
    top: 12px;
    padding: 0;
    border: none
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none
}

.navbar-toggler .toggle-title {
    float: left;
    color: rgba(255, 255, 255, .9);
    margin-right: 10px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: 7px;
    font-size: 14px
}

.navbar-toggler .icon-bar-wrapper {
    float: left
}

.navbar-toggler .icon-bar {
    background-color: var(--theme-primary);
    height: 3px;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8
}

.navbar-toggler:hover .icon-bar {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.nav>li>a {
    color: #fff;
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    font-weight: 600
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: none;
    color: #fff;
    outline: none;
    text-decoration: none
}

.nav>li.active>a {
    color: var(--theme-primary-emphasis)
}

.footer {
    background: var(--theme-bg-header-footer);
    color: rgba(255, 255, 255, .65);
    font-weight: normal
}

.footer strong {
    color: var(--theme-primary)
}

.footer-content {
    padding: 10px 15px;
    font-size: 0.65rem;
}

.footer-content .script{
    font-size: 0.9rem;
}

.credit {
    margin-top: 5px
}

.hero-section {
    margin-top: 55px;
    background: #262220 url("../images/hero-bg.jpg") no-repeat 50% top;
    background-size: cover;
    height: 760px;
    position: relative
}

.curve-holder {
    display: block;
    background: rgba(0, 0, 0, 0) url("../images/curve-mask.svg") no-repeat 50% bottom;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    height: 120px;
    z-index: 10
}

.btn-rsvp {
    position: relative;
    z-index: 20
}

.hero-box {
    background: rgba(0, 0, 0, .6);
    color: rgba(255, 255, 255, .85);
    padding: 30px;
    padding-top: 120px;
    padding-bottom: 20px;
    height: 760px
}

.hero-box .date {
    font-size: 28px;
    color: var(--theme-font);
    background: rgba(0, 0, 0, 0) url("../images/ribbon.svg") no-repeat center top;
    height: 126px;
    padding-top: 8px;
    font-weight: bold;
    margin-bottom: 15px;
    -webkit-opacity: .85;
    -moz-opacity: .85;
    opacity: .85
}

.headline .names {
    font-family: var(--theme-font-names);
    font-size: 70px;
    margin-bottom: 20px;
}

.headline .statement {
    margin-bottom: 45px;
}

.headline .statement-text {
    font-family: var(--theme-font-statement);
    font-size: 40px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px
}

.headline .swirl-left {
    display: inline-block;
    background: rgba(0, 0, 0, 0) url("../images/swirl-left.svg") no-repeat left center;
    background-size: contain;
    width: 34px;
    height: 39px
}

.headline .swirl-right {
    display: inline-block;
    background: rgba(0, 0, 0, 0) url("../images/swirl-right.svg") no-repeat right center;
    background-size: contain;
    width: 34px;
    height: 39px
}

.btn-rvsp .statement-text {
    font-family: var(--theme-font-sans-serif);
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px
}

.btn-rvsp .swirl-left {
    display: inline-block;
    background: rgba(0, 0, 0, 0) url("../images/swirl-left.svg") no-repeat left center;
    background-size: contain;
    width: 14px;
    height: 19px;
    vertical-align: middle;
}

.btn-rvsp .swirl-right {
    display: inline-block;
    background: rgba(0, 0, 0, 0) url("../images/swirl-right.svg") no-repeat right center;
    background-size: contain;
    width: 14px;
    height: 19px;
    vertical-align: middle;
}

.wedding-section {
    padding-top: 90px
}

.wedding-section .title {
    margin-bottom: 30px
}

.wedding-section .love-icon {
    font-size: 32px;
    width: 55px;
    display: inline-block;
    color: var(--theme-primary);
    vertical-align: middle
}

.wedding-section .cols-wrapper {
    margin-bottom: 90px
}

.wedding-section .col-inner {
    padding: 60px 30px;
    background-color: var(--theme-bg-soft);
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.wedding-section .subtitle {
    font-size: 28px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 30px
}

.wedding-section .intro {
    margin-bottom: 30px;
}

.wedding-section .meta-list {
    font-size: 16px;
    display: inline-block
}

.wedding-section .meta-list li {
    margin-bottom: 15px
}

.wedding-section .meta-list .list-link {
    padding-left: 55px;
    font-size: 16px;
    margin-bottom: 5px
}

.wedding-section .action-wrapper {
    margin-bottom: 90px
}

    .ceremony-col h3.versicle {
        font-size: 38px;
        color: var(--theme-primary)
    }

    .ceremony-col p.versicle {
        color: var(--theme-primary)
    }

.countdown-box {
    margin-bottom: 60px
}

.countdown-box span {
    display: inline-block;
    margin-left: 5px;
    min-width: 100px;
    text-align: center;
    font-weight: normal
}

.countdown-box span:first-child {
    margin-left: 0
}

.countdown-box span.number {
    font-size: 38px;
    display: block;
    color: var(--theme-primary);
    font-weight: bold
}

.countdown-box span.unit {
    font-size: 28px;
    display: block;
    color: var(--theme-primary-emphasis);
}

.rsvp-confirmed {
    color: var(--theme-primary-emphasis);
    display: none;
}

.story-section {
    background: #413a38 url("../images/story-bg.jpg") no-repeat 50% top;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 90px
}

.story-section .container {
    position: relative
}

.story-box .title {
    margin-bottom: 60px
}

.story-box .content-container {
    background: rgba(255, 255, 255, .9);
    padding: 30px;
    text-align: left;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.story-carousel .item {
    min-height: 500px;
    padding: 15px
}

.story-carousel .subtitle {
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 15px;
    font-weight: bold
}

.story-carousel .love-icon {
    display: inline-block;
    margin-right: 10px
}

.story-carousel .icon-jar {
    font-size: 40px
}

.story-carousel .icon-glasses {
    font-size: 42px
}

.story-carousel p.story-text {
    text-align: justify;
}

.story-carousel p.story-text strong {
    color: var(--theme-primary-emphasis);
}

.gallery-section {
    padding-top: 90px;
    padding-bottom: 90px;
    background: var(--theme-bg-soft);
}

.gallery-section .title {
    margin-bottom: 30px
}

.gallery-section .intro {
    margin-bottom: 60px;
    font-size: 16px;
}

.nav-tabs {
    border: none;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    position: relative
}

.nav-tabs>li {
    margin-right: 15px
}

.nav-tabs>li.last {
    margin-right: 0
}

.nav-tabs>li>a {
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #786b67;
    padding: 5px;
    border: none;
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    font-size: 18px
}

.nav-tabs>li>a:hover {
    background: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    color: #413a38
}

.nav-tabs>li.active>a {
    color: #413a38;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 4px solid var(--theme-primary);
    font-weight: bold
}

.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: none;
    border-bottom: 4px solid var(--theme-primary);
    background: rgba(0, 0, 0, 0);
    color: #413a38
}

.tab-pane {
    padding: 15px
}

.photos-wrapper {
    overflow: hidden
}

.photos-wrapper .item {
    width: 25%;
    float: left;
}

.photos-wrapper .item.w2 {
    width: 50%
}

.gift-section {
    padding-top: 90px;
    padding-bottom: 90px
}

.message-container {
    background: rgba(0, 0, 0, 0) url("../images/frame-pink.svg") no-repeat center top;
    min-height: 620px;
    position: relative;
    margin-bottom: 200px;
    background-size: 860px 614px;
}

.message-container .intro {
    margin-bottom: 30px;
}

.message-container .thank-you {
    font-size: 46px;
    color: var(--theme-primary);
    margin-bottom: 15px
}

.message-container .signature {
    font-size: 38px;
    color: var(--theme-primary-emphasis)
}

.message-inner {
    max-width: 600px;
    padding: 30px;
    padding-top: 130px
}

.message-inner strong {
    color: var(--theme-primary-emphasis);
}

.couple-profile {
    position: absolute;
    bottom: -120px;
    left: 50%;
    margin-left: -163px;
    width: 326px;
    height: 304px;
    background: rgba(0, 0, 0, 0) url("../images/heart-couple-pink.png") no-repeat center center;
    background-size: 326px 304px;
}

.brand-list li {
    padding: 0 30px;
    margin-bottom: 30px
}

.brand-list li a:hover img {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.brand-list img {
    max-width: 160px;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    min-width: 100% !important;
    width: 100% !important;
    background: #fff
}

.modal-content {
    background-color: var(--theme-bg);
}

.modal .modal-dialog {
    width: 760px
}

.modal .modal-title {
    font-weight: bold;
    font-size: 28px;
    padding-top: 26px
}

.modal .modal-title .title {
    margin-bottom: 15px
}

.modal .modal-title .subtitle {
    font-size: 18px;
    font-weight: normal;
    color: var(--theme-primary-emphasis);
}

.modal .modal-body {
    padding: 30px 60px
}

.modal .modal-header {
    border: none;
    justify-content: center !important
}

.modal .close {
    position: absolute;
    right: 15px;
    top: 0px;
    font-size: 40px;
    font-weight: 300;
    margin-top: 0;
    background: none;
    border-radius: .6;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #786b67;
    text-shadow: none;
    border: none
}

.modal .close:hover {
    color: #413a38;
    border-radius: 1;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #413a38
}

.modal .close:focus {
    outline: none;
    box-shadow: none
}

.modal .error {
    color: #e65348;
    display: block;
    font-size: 14px;
    text-align: left;
    padding-top: 5px;
    padding-left: 5px;
    font-weight: 300
}

.modal .event-col {
    padding-left: 30px;
    padding-right: 30px
}

.modal .col-title {
    color: #786b67;
    font-size: 18px
}

.modal .col-subtitle {
    font-size: 24px;
    margin-bottom: 15px
}

.modal .section-title {
    color: var(--theme-primary-emphasis);
    font-size: 16px
}

.modal .section-title .svg-inline--fa {
    display: inline-block;
    margin-right: 5px
}

.modal .figure-container {
    margin-bottom: 30px
}

.modal .figure-container img {
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.modal-rsvp .modal-title {
    margin-bottom: 0
}

.modal-rsvp textarea.form-control {
    height: 120px
}

.modal-rsvp .additional-info {
    margin-top: 15px;
    margin-bottom: 15px;
}

.direction-modal .modal-dialog {
    width: 80%
}

.modal {
    -webkit-overflow-scrolling: auto !important;
    overflow-y: auto !important
}

.sl-overlay {
    opacity: 0.9 !important;
    background-color: var(--theme-bg);
}

@media(max-width: 767px) {
    .modal .modal-dialog {
        width: auto
    }

    .modal .modal-body {
        padding: 30px
    }

    .header {
        background: var(--theme-bg-header-footer)
    }

    .header .nav>li>a {
        color: #fff
    }

    .header .nav>li>a.active {
        color: #f4af9c
    }

    .header .nav>li>a:focus,
    .header .nav>li>a:hover {
        color: #f4af9c
    }

    .header .navbar {
        padding-top: 0;
        padding-bottom: 0
    }

    .header .navbar-collapse {
        border-top: 1px solid rgba(255, 255, 255, .1)
    }

    .header .nav-link {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .title {
        font-size: 52px;
        margin-bottom: 60px
    }

    .title .title-text {
        padding-left: 5px;
        padding-right: 5px
    }

    .title-deco-left {
        width: 45px;
        height: 52px;
        background-size: contain
    }

    .title-deco-right {
        width: 45px;
        height: 52px;
        background-size: contain
    }

    .hero-section {
        background-position: 50% 50%;
        height: auto
    }

    .hero-box {
        height: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .hero-box .date {
        font-size: 18px;
        background-size: contain;
        height: 100px;
        padding-top: 10px
    }

    .headline .swirl-left,
    .headline .swirl-right {
        width: 25px;
        height: 25px
    }

    .wedding-section .subtitle {
        font-size: 24px
    }

    .wedding-section .meta-list {
        font-size: 16px
    }

    .story-box .content-container {
        padding: 15px
    }

    .story-carousel .subtitle {
        font-size: 24px
    }

    .message-container .thank-you {
        font-size: 38px
    }

    .message-container .signature {
        font-size: 28px
    }

    .countdown-box span {
        min-width: 60px
    }

    .countdown-box span.number {
        font-size: 28px;
    }

    .countdown-box span.unit {
        font-size: 18px;
    }

    .ceremony-col h3.versicle {
        font-size: 32px;
        color: var(--theme-primary);
    }
}

@media(min-width: 576px) {
    .modal-dialog {
        max-width: inherit
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media(min-width: 768px) {
    .navbar-nav {
        float: none
    }
}

@media(min-width: 992px) {
    .nav-tabs>li>a {
        padding: 10px 5px
    }

    .hero-box {
        width: 470px
    }

    .headline .statement {
        font-size: 35px
    }
}

@media(min-width: 1200px) {
    .hero-box {
        width: 480px
    }
}

body {
    overflow-x: hidden
}

.fab-audio {
    position: fixed;
    right: 14px;
    bottom: 7%;
    transform: translateY(-50%);
    width:  48px;
    height: 48px;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    background: var(--theme-primary-emphasis);
    /* ajusta a tu paleta */
    color: var(--theme-bg);
    font-size: 20px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}

.fab-audio:hover {
    transform: translateY(-50%) scale(1.06);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .22);
}

.fab-audio:active {
    transform: translateY(-50%) scale(.98);
}