﻿@import url( '../fixed_footer.css' );
@import url( '../new_styles.css' );

a {
    color: var(--theme-date-color);
}

    a:hover {
        color: #b12a46;
    }

.date_color {
    color: var(--theme-date-color);
}

.d-none {
    display: none !important;
}

#depositPerPerson {
    color: var(--theme-color);
}

.text-lowercase {
    text-transform: lowercase;
}

.decorate_separator {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1em;
    position: relative;
}

    .decorate_separator::before, .decorate_separator::after {
        background: #f24789;
        content: '';
        height: 1px;
        width: 40px;
    }

    .decorate_separator svg {
        fill: var(--theme-color);
        height: 2em;
        margin: 0 10px;
        width: 2em;
    }

/*================================================= */
/* NAVIGATION SECTION ============================ */
.main_header {
    background-color: var(--theme-color);
    display: block;
    font-size: 16px;
    left: 0;
    background-color: var(--theme-navColor); 
}
/* sticky */
.sticky_header {
    padding-top: 34px;
}

    .sticky_header .main_header {
        position: fixed;
        transition: all .3s linear;
        top: 0%;
        width: 100%;
        z-index: 5;
    }

@media (max-width: 991px) {
    .sticky_header .main_header {
        border-bottom: 1px solid #fff;
    }
}

.sticky_header.hide_header .main_header {
    top: -91px;
}

.sticky_header.show_header .main_header, .sticky_header.nav_open .main_header {
    top: 0;
    background-color: var(--theme-navColor);
}
/* END sticky */
.logo {
    color: var(--theme-logo-color) !important;
    font-size: 26px;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .logo {
        font-size: 44px;
    }
}

.logo:hover, .logo:focus {
    text-decoration: none;
}

.main_header navbar {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .main_header navbar::before, .main_header navbar::after {
        display: none;
    }

.navigation_list {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0;
    text-transform: uppercase;
}

    .navigation_list a {
        color: #fff;
        display: block;
        padding: 34px 17px;
    }

        .navigation_list a:hover {
            background: #c52f4e;
            color: #fff;
            text-decoration: none;
        }

@media screen and (max-width: 991px) {
    .main_header navbar {
        padding: 7px 0 5px;
        width: 100%;
    }

    .logo {
        margin-left: 20px;
    }

    .navigation_list {
        background-color: #fff;
        box-shadow: 3px 13px 9px rgba(0,0,0,0.2);
        padding: 10px;
        text-align: center;
        width: 100%;
    }

        .navigation_list a {
            color: var(--theme-color);
            padding: 12px 0;
        }
}

.hamburger {
    display: none;
    fill: #fff;
    margin-right: 20px;
}

    .hamburger svg {
        height: 19px;
        width: 19px;
    }

@media screen and (max-width: 991px) {
    .navigation_list, .caret {
        display: none;
    }

    .hamburger, .nav_open .navigation_list {
        display: block;
    }
}


/* 1.0 General ========= */
/* 2.0 Global ========= */
/* 3.0 Hero ========= */
/* 3.1 Count-Down ========= */
/* 3.2 WEDDING, DESTINATION, RESERVATION INFO ========= */
/* 4.0 RSVP MODAL ========= */
/* 5.0 FOOTER ========= */
/* 6.0 FAQ PAGE ======= */
/* 7.0 CONTACT PAGE ======= */
/* 8.0 WEDDING PAGE ======= */
/* 8.1 STORY LINE ======= */
/* 8.3 BRIDESMAIDS AND GROOMSMEN ======= */
/* 8.4 REGISTERY ======= */
/* 8.5 GUEST LIST ======= */
/* 8.6 HASHTAG ======= */
/* 9.0 DESTINATION PAGE ======= */
/* 9.1 PACKAGE INFORMATION ======= */
/* 9.2 ADDITIONAL INFORMATION ======= */
/* 9.3 BOOKING ======= */

/* ************************************* */
/* 1.0 General ========= */
body {
    color: #999;
    font: 20px/1.7 "PT Serif", Georgia, "Times New Roman", Times, serif;
    /*font: 20px/1.7 var(--theme-fonts);*/ /*new code*/
    min-height: 100%;
    overflow-x: hidden;
}

.odd-div section:nth-child(odd) {
    background: #ecebeb;
}
/* ************************************* */
/* 2.0 Global ========= */
h1, h2, .main_title {
    color: #222;
    font-family: 'Engagement', cursive;
    /*font-family: var(--theme-fonts);*/
    font-size: 48px;
    margin-top: 100px;
}

.reserve_a_room {
    color: var(--theme-color);
    font-family: 'Josefin Sans', Arial, sans-serif;
    /*font-family: var(--theme-fonts);*/
    text-transform: uppercase;
    font-size: 28px;
}

h3 {
    font: 900 24px/1.1em "Open Sans", Helvetica, Arial, sans-serif;
    /*font: 900 24px/1.1em var(--theme-fonts);*/
}

h4 {
    font: 900 18px/1.1em "Open Sans", Helvetica, Arial, sans-serif;
    /*font: 900 18px/1.1em var(--theme-fonts);*/
}

h3, h4, h5, h6 {
    color: #222;
    letter-spacing: 0.2em;
    margin: 2em 0;
    text-transform: uppercase;
}

.btn_theme {
    display: inline-block;
}

.btn_theme {
    background-color: var(--theme-date-color);
    border: solid 1px var(--theme-date-color);
    border-radius: 26px;
    color: white;
    cursor: pointer;
    overflow: hidden;
    padding: 10px 20px 10px 20px;
    position: relative;
    text-decoration: none;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.66);
    text-transform: uppercase;
}

    .btn_theme:hover {
        background-color: #000;
        border-color: #000;
        color: #fff;
        text-decoration: none;
    }

.gold {
    color: var(--theme-color);
}

.color_theme {
    color: var(--theme-color);
}

.container_space {
    padding-bottom: 60px;
    padding-top: 60px;
}

@media (max-width: 991px) {
    .container_space {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

ul {
    list-style: none;
    padding-left: 0;
}

.white {
    background-color: white;
}

/* ************************************* */
/* 3.0 Hero ========= */
#hero {
    background: var(--theme-bg) center / cover no-repeat;
    color: var(--theme-color);
    min-height: 100vh;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    #hero {
        align-items: center;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    #hero {
        padding: 70px 0 30px;
    }
}

#hero * {
    position: relative;
    z-index: 2
}

.tint_box::after {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.tint::after {
    background-color: rgba(255, 255, 255, 0.3);
}

.hero_title {
    color: var(--theme-second-color);
    font-size: 40px;
    line-height: 1.2em;
    margin-top: 0;
    text-transform: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero_title {
        font-size: 56px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hero_title {
        font-size: 70px;
    }
}

@media (min-width: 1200px) {
    .hero_title {
        font-size: 99px;
    }
}

#hero .main {
    color: var(--theme-date-color);
    font-size: 26px;
    letter-spacing: 0.4em;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

#hero .decorate_separator {
    margin: 10px 0;
}

/* ************************************* */
/* 3.1 COUNT DOWN ========= */
.wrap_countdown {
    font-family: 'Josefin Sans', Arial, sans-serif;
    /*font-family:  var(--theme-fonts);*/
    padding: 0 10px;
    text-align: center;
}

.countdown {
    display: flex;
    color: var(--theme-second-color);
    font-family: 'Josefin Sans', Arial, sans-serif;
    font-size: 20px;
    justify-content: center;
    margin: auto;
    max-width: 980px;
    padding: 4.15% 0;
    text-transform: uppercase;
}

    .countdown li {
        align-items: center;
        background: var(--theme-color);
        display: flex;
        flex-direction: column;
        margin: 0.4em;
        padding: 10px 5px;
    }

    .countdown .number {
        font: 2.4em "Open Sans", sans-serif;
        order: -1;
        padding: 7px 0;
    }

@media (max-width: 767px) {
    .countdown {
        font-size: 14px
    }
}

@media (max-width: 599px) {
    .countdown {
        font-size: 11px
    }
}

/* ************************************* */
/* 5.0 FOOTER ========= */
footer {
    background: #222;
    color: #999;
    padding: 30px 0;
}

@media (max-width: 1199px) {
    footer {
        padding-bottom: 70px;
    }
}

footer a, footer a:hover {
    text-decoration: none;
}

/* ************************************* */
/* 6.0 FAQ PAGE ========= */
#accordion_faq {
    margin: auto;
    max-width: 780px;
    padding: 15px;
}

@media (min-width: 992px) {
    #accordion_faq {
        padding: 50px 80px;
    }
}

#faq h4 {
    color: var(--theme-color);
    cursor: pointer;
    margin: 0;
}

#faq .wrap_content {
    padding-top: 2em;
}

#faq .decorate_separator {
    justify-content: flex-start;
}

#faq p {
    margin: 0;
}

#faq .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    padding-top: 30px;
}

/* ************************************* */
/*  7.0 CONTACT PAGE ========= */
.grecaptcha {
    margin-bottom: 15px;
}

/* ************************************* */
/*  8.0 WEDDING PAGE ========= */
.wedding-bg {
    background: url('../assets/img/white-diamond.png');
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 992px) {
    .wedding-bg {
        padding-top: 70px;
    }
}

#wedding .couple-name {
    margin-bottom: 0;
    line-height: 50px;
    color: var(--theme-color);
}

.wrap_wedding_landing_slider {
    margin: 0 auto;
}

@media (max-width: 575px) {
    .wrap_wedding_landing_slider {
        padding: 15px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .wrap_wedding_landing_slider {
        max-width: 475px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .wrap_wedding_landing_slider {
        max-width: 470px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .wrap_wedding_landing_slider {
        max-width: 526px;
    }
}

@media (min-width: 1200px) {
    .wrap_wedding_landing_slider {
        max-width: 660px;
    }
}

.wrap_preview_image {
    cursor: pointer;
    margin-bottom: 15px;
    position: relative;
}

    .wrap_preview_image img {
        margin: 0 auto;
        max-height: 175px;
    }

    .wrap_preview_image .more_text {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

        .wrap_preview_image .more_text span {
            background-color: #000c;
            color: #fff;
            padding: 5px 10px;
        }

/* ************************************* */
/*   8.7 COUPLE VIDEO ========= */
.wrap_video {
    margin: auto;
    max-width: 640px;
}

/* ************************************* */
/*   9.0 DESTINATION PAGE========= */
#destination h1 {
    margin: 60px 0 0;
}

#destination h4 {
    margin-top: 5px;
}

.destination_pics {
    font-size: 10px;
    margin-top: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .destination_pics {
        font-size: 7px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .destination_pics {
        font-size: 8.9px;
    }
}

@media (min-width: 1200px) {
    .destination_pics {
        font-size: 10px;
    }
}

.bthumbnail {
    height: 24em;
    margin: 0 auto 10px;
    overflow: hidden;
    position: relative;
    max-width: 36em;
}

    .bthumbnail img {
        left: 50%;
        height: 100%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: auto;
        border-radius: 50%;
    }

/* ************************************* */
/*   9.1 PACKAGE INFORMATION========= */
#packages {
    background-color: #f6f6f6;
}

.wrap_group_perks {
    text-align: center;
}

.group_perks_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    max-width: 800px;
}

    .group_perks_list li {
        flex: 0 0 190px;
        padding: 0 15px 10px;
    }

.wrap_group_perks h2 {
    color: var(--theme-color);
    margin-bottom: 20px;
}

.wrap_group_perks h4 {
    font-size: 21px;
}

.minimum_nights {
    display: block;
    margin: 0 0 40px;
}

.border_bottom {
    border-bottom: 1px solid var(--theme-date-color);
}

.soldout, .btn_theme.btn_soldout {
    text-decoration: line-through;
}

    .btn_theme.btn_soldout, .btn_theme.btn_soldout.disabled {
        background: #ddd;
        border: solid 1px var(--theme-color);
        color: #fff;
    }

.soldout-message {
    font-weight: 600;
    color: red;
    text-transform: uppercase;
}

/* ************************************* */
/*   9.3 BOOKING INFORMATION========= */
#booking {
    background-color: #f6f6f6;
}

    #booking .btn_theme {
        background-image: linear-gradient(top, var(--theme-date-color) 0%, var(--theme-date-color) 100%);
        box-shadow: 0px 25px 0px 0px rgba(255, 255, 255, 0.08) inset, 0px 0px 0px 1px rgba(255, 255, 255, 0.3) inset;
        border: solid 1px var(--theme-color);
        border-radius: 26px;
        color: #fff;
        font-size: 21px;
        line-height: 50px;
        padding: 10px 20px;
        text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.66);
        max-width: 220px;
    }

        #booking .btn_theme:hover {
            background: #000;
            border: 1px solid #000;
            color: #fff;
        }

.booking_steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}

.booking_well {
    background-color: #f6f6f6;
    border: solid 10px #fff;
    box-shadow: -5px 10px 35px -7px #949494;
    flex: 0 0 400px;
    padding: 15px;
}

    .booking_well .booking_number {
        color: var(--theme-color);
        display: block;
        font-weight: 700;
        margin-bottom: 18px;
        text-transform: uppercase;
    }

@media (max-width: 768px) {
    .booking_well {
        flex: 0 0 100%;
    }
}

.list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .list li {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

        .list li::after {
            content: '|';
            margin: 0 3px;
        }

        .list li:last-child::after {
            display: none;
        }

/* rsvp */
#rsvp {
    position: relative;
}

@media (max-width: 767px) {
    #rsvp {
        padding-bottom: 0;
    }
}

#rsvp .wrap_form {
    background: var(--theme-color);
    color: #222;
    padding: 20px;
}

@media (min-width: 768px) {
    #rsvp .wrap_form {
        border-radius: 8px;
        padding: 50px;
    }
}

#rsvp .main_title {
    margin-top: 0;
}

#rsvp .decorate_separator::before, #rsvp .decorate_separator::after {
    background: #fff;
}

#rsvp .decorate_separator svg {
    fill: #fff;
}

#rsvp .form-control {
    height: 37px;
}

#rsvp .btn_theme {
    background: #222;
    border-radius: 6px;
    color: #fff;
    font-size: 1em;
    letter-spacing: 0.3em;
    margin-top: 20px;
    padding: 15px 30px;
}
/* END rsvp */


/* contact */
#contactus {
    position: relative;
}

@media (max-width: 767px) {
    #contactus {
        padding-bottom: 0;
    }
}

#contactus .wrap_form {
    background: var(--theme-color);
    color: #222;
    padding: 20px;
}

@media (min-width: 768px) {
    #contactus .wrap_form {
        border-radius: 8px;
        padding: 50px;
    }
}

#contactus .main_title {
    margin-top: 0;
}

#contactus .decorate_separator::before, #rsvp .decorate_separator::after {
    background: #fff;
}

#contactus .decorate_separator svg {
    fill: #fff;
}

#contactus .form-control {
    height: 37px;
}

#contactus .btn_theme {
    background: #222;
    border-radius: 6px;
    color: #fff;
    font-size: 1em;
    letter-spacing: 0.3em;
    margin-top: 20px;
    padding: 15px 30px;
}
/* END rsvp */



/* packeges */
.grid_packages h4 {
    margin: 20px 0;
    text-align: center;
}

    .grid_packages h4 span {
        border-top: 1px solid var(--theme-date-color);
        line-height: 1.7em;
    }

.grid_packages .wrap_packages .wrap_block_package {
    margin-top: 10px;
}

.grid_packages .wrap_packages .wrap_block_package, .soldout-message {
    text-align: center;
}

.grid_packages.vertical_view .wrap_image_package {
    margin-bottom: 15px;
}

.grid_packages.vertical_view .horizontal_block, .grid_packages.horizontal_view .vertical_block {
    display: none !important;
}

@media (max-width: 767px) {
    .grid_packages.vertical_view {
        padding: 15px;
    }
}
/* END packeges */

.couple_img {
    margin: auto;
    max-width: 600px;
}

    .couple_img img {
        margin: auto;
    }

.wrap_agent_cta {
    font-size: 14px;
}

.agent_cta_title {
    letter-spacing: 0;
}
