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

/*================================================= */
/* NAVIGATION SECTION ============================ */
.main_header {
    font: 14px 'Josefin Sans', Arial, sans-serif;
    /*font: 14px var(--theme-fonts);*/
    letter-spacing: 1px;
    padding: 6px 0;
    text-transform: uppercase;
    background-color: var(--theme-navColor);
}

@media (min-width: 992px) {
    .main_header .book-now {
        background-color: var(--theme-color);
        border: solid 1px var(--theme-color);
        color: #fff;
        letter-spacing: normal;
        padding: 5px 10px 3px 10px;
    }

        .main_header .book-now:hover {
            background-color: #fff !important;
            border: 1px solid #fff;
            color: var(--theme-color) !important;
            text-decoration: none;
        }
}
/* sticky */
.sticky_header .main_header {
    height: 60px;
    left: 0;
    position: fixed;
    transition: all .3s linear;
    top: 0%;
    width: 100%;
    z-index: 5;
}

.sticky_header.hide_header .main_header {
    background-color: #fff;
    border-bottom: 1px solid var(--theme-color);
    top: -65px;
}

.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-color) !important;
    font: 700 36px 'Playfair Display SC', serif;
    /*font: 700 36px var(--theme-fonts);*/
    text-decoration: none !important;
}

.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;
}

    .navigation_list a {
        color: var(--theme-color);
        display: block;
        margin-right: 25px;
    }

        .navigation_list a:hover {
            text-decoration: underline;
        }

    .navigation_list li:last-child a {
        margin: 0;
    }

    .navigation_list .dropdown-menu {
        border: solid 1px var(--theme-color);
        margin: 0;
    }

    .navigation_list .dropdown:hover .dropdown-menu {
        display: block;
    }

    .navigation_list .dropdown-menu a {
        font-family: 'Raleway', Helvetica, sans-serif;
        /*font-family: var(--theme-fonts);*/
        margin: 0;
        text-transform: none;
    }

@media screen and (max-width: 991px) {
    .main_header navbar {
        padding: 0;
        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);
            margin: 12px 0;
        }
}

.hamburger {
    display: none;
    fill: var(--theme-color);
    margin-right: 20px;
}

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

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

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

/* 1.0 GLOBAL ========= */
/* 2.0 FOOTER ========= */
/* 3.0 HERO ========= */
/* 4.0 COUNT DOWN ========= */
/* 5.0 SAMPLE INFO ========= */
/* 6.0 FAQ PAGE ========= */
/* 7.0 CONTACT PAGE ========= */
/* 8.0 WEDDING PAGE ========= */
/* 8.1 STORY LINE ========= */
/* 8.2 COUPLE VIDEO ========= */
/* 8.3 BRIDESMAIDS AND GROOMSMEN ========= */
/* 8.4 INSTAGRAM ========= */
/* 9.0 DESTINATION PAGE ========= */
/* 9.1 PACKAGE INFORMATION ========= */
/* 9.2 BOOKING INFORMATION ========= */

/* ************************************* */
/* 1.0 GLOBAL ========= */
body {
    font: 14px/1.42857143 'Raleway', Helvetica, sans-serif;
    /*font: 14px/1.42857143 var(--theme-fonts);*/
    overflow-x: hidden;
}

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

h1, h2, h3, .main_title {
    color: var(--theme-color);
    font-family: 'Josefin Sans', Arial, sans-serif;
    /*font-family: var(--theme-fonts);*/
    text-transform: uppercase;
}

h1, .main_title {
    font-size: 28px;
    margin-top: 45px;
}

.btn_theme {
    background-color: var(--theme-color);
    border: solid 1px var(--theme-color);
    color: #fff;
    display: inline-block;
    font-family: 'Josefin Sans', Arial, sans-serif;
    /*font-family: var(--theme-fonts);*/
    padding: 5px 10px 3px 10px;
    position: relative;
    text-transform: uppercase;
}

    .btn_theme:hover, .btn_theme:focus {
        background-color: transparent;
        color: var(--theme-color);
        text-decoration: none;
    }

.color_inherit {
    color: inherit !important;
}

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

.bg_colored_odd section:nth-child(odd) {
    background-color: #f6f6f6;
}

.close-button {
    font-size: 80px;
    color: var(--theme-color);
    font-weight: 100;
    line-height: 25px;
}

.container_space {
    padding: 60px 0;
}

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

/* ************************************* */
/* 2.0 FOOTER ========= */
footer {
    border-top: solid 1px var(--theme-color);
    background-color: #fff;
    color: #000 !important;
    padding: 30px 0;
}

    footer a {
        color: var(--theme-color) !important;
        text-decoration: underline;
    }

.social_icon_list {
    fill: var(--theme-color);
}

    .social_icon_list svg {
        fill: currentcolor;
        height: 25px;
        width: 25px;
    }

    .social_icon_list .facebook svg {
        width: 13px;
    }

    .social_icon_list .knot svg {
        background-color: var(--theme-color);
        fill: #fff;
    }

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

@media (max-width: 991px) {
    footer {
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    footer {
        text-align: center;
        padding-bottom: 110px;
    }
}

/* ************************************* */
/* 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 {
    font: 40px/1.2em 'Playfair Display SC', serif;
    /*font: 40px/1.2em var(--theme-fonts);*/
    text-transform: none;
}

@media (min-width: 992px) {
    .hero_title {
        font-size: 60px;
        left: var(--theme-bannerContentLR);
        top: var(--theme-bannerContentTB);
    }
}

@media (max-width: 767px) {
    .hero_title span {
        display: block;
        text-align: center;
    }
}

.hero_title .separator {
    font-size: 3.333em;
    line-height: 0.75em;
}

.hero_title .groom_first_name {
    padding-top: 1.333em;
}

@media (max-width: 767px) {
    .hero_title .groom_first_name {
        padding-top: 0.5em;
    }
}

.hero_subtitle {
    font: 26px 'Josefin Sans', Arial, sans-serif;
    /*font: 26px var(--theme-fonts);*/
    margin-top: 50px;
    text-transform: none;
}

/* ************************************* */
/* 4.0 COUNT DOWN ========= */
.wrap_countdown {
    padding: 0 10px;
    text-align: center;
}

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

    .countdown li {
        flex-direction: column;
        display: flex;
        flex-grow: 1;
        padding: 8px;
    }

    .countdown .number {
        display: block;
        font-size: 3.57em;
    }

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

/* ************************************* */
/* 5.0 SAMPLE INFO ========= */
.space30 {
    padding: 30px 0;
}

.sample_info_pic_wedding img {
    max-height: 400px;
}

.img_outline img {
    outline: 1px solid var(--theme-color);
    outline-offset: -20px;
}

.sample_info_text {
    padding: 20px 60px 0;
}

@media (max-width: 991px) {
    .sample_info_text {
        margin-top: 25px;
        margin-bottom: 25px;
        padding: 15px;
    }
}

/* ************************************* */
/* 4.0 RSVP MODAL ========= */
label {
    font-family: 'Josefin Sans', Arial, sans-serif;
    /*font-family: var(--theme-fonts);*/
}

/* ************************************* */
/* 6.0 FAQ PAGE ========= */
#faq {
    padding-left: 15px;
    padding-right: 15px;
}

#accordion_faq {
    margin: auto;
    max-width: 780px;
    padding: 15px;
}

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

#faq h1 {
    color: var(--theme-color);
    margin-bottom: 35px;
}

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

#faq .wrap_content {
    padding-top: 10px;
}

#faq p {
    margin: 0;
}

#faq .panel {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    padding-top: 30px;
}
/* ************************************* */
/*  7.0 CONTACT PAGE ========= */
#contact {
    background: url('../../img/gplaypattern.png') repeat;
    padding: 60px 0 30px;
}

    #contact .form-control {
        background-color: rgba(255, 255, 255, 0.8);
        border: 1px solid #ccc;
        border-radius: 0px;
        box-shadow: none !important;
        color: #000;
        display: block;
        outline: none;
        padding: 6px 12px;
        width: 100%;
    }

    #contact a {
        color: #000;
        text-decoration: underline;
    }

.wrap_contact_content {
    background-color: #f6f6f6;
    padding-top: 1px;
}

.agent_info {
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    #contact {
        padding: 90px 0 60px;
    }

    .contact_agent_info, .who_we_are {
        padding: 50px 75px;
    }

    .wrap_contact_content .col-sm-6 {
        flex: 0 0 50%;
    }
}

@media (min-width: 768px) {
    .wrap_contact_content {
        display: flex;
        flex-wrap: wrap;
    }
}

.grecaptcha {
    margin-bottom: 15px;
}

.who_we_are {
    background: #f2f2f2;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .who_we_are {
        padding-top: 5px;
    }
}

.promo {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding: 15px 25px 15px 15px;
}

.wrap_guarantee {
    max-width: 150px;
}

.contact_wrap_logo {
    background: #000;
    margin-top: 30px;
    padding: 8px 10px 10px 10px;
    width: 190px;
}

/* ************************************* */
/* 8.0 WEDDING PAGE ========= */
.wrap_wedding {
    padding-top: 70px;
}

    .wrap_wedding h1 {
        font-family: 'Playfair Display SC', serif;
        /*font-family: var(--theme-fonts);*/
        font-size: 60px;
        margin-bottom: 0;
        text-align: center;
        text-transform: none;
    }

@media (max-width: 767px) {
    .wrap_wedding h1 {
        font-size: 40px
    }
}

.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.1 STORY LINE ========= */
.couple_story button {
    margin-top: 10px;
}

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

.book_now_section {
    background-color: #f0efee;
}

    .book_now_section .btn_theme {
        margin-bottom: 3px;
    }

/* ************************************* */
/* 8.3 BRIDESMAIDS AND GROOMSMEN ========= */
#maids_grooms h4 {
    color: var(--theme-color);
}

#maids_grooms .wrap_person {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    #maids_grooms .wrap_person {
        text-align: center;
    }
}

#maids_grooms .wrap_logo_person img {
    margin: 0 auto;
    max-height: 200px;
}

/* ************************************* */
/* 8.4 INSTAGRAM ========= */
#instagram p {
    font-size: 24px;
}

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

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

.destination_pics {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.bthumbnail {
    height: 200px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 300px;
}

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

/* ************************************* */
/*   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 {
        color: #01213F;
        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;
}

@media (max-width: 768px) {
    .wrap_group_perks h2 {
        font-size: 20px;
    }
}

#packages .price {
    color: #000;
    font-size: 20px;
}

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

    .btn_theme.btn_soldout, .btn_theme.btn_soldout.disabled {
        background-color: #ddd;
        color: #fff;
        pointer-events: none;
    }

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

/* ************************************* */
/* 9.2 BOOKING INFORMATION ========= */
#booking {
    background: #f6f6f6;
}

.length_stay {
    display: block;
    font-weight: 700;
    margin: 10px 0;
}

.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%;
    }
}
.font_weight700 {
    font-weight:300;
}
