/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Great+Vibes|Muli:400,400i,600,700&display=swap");

/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
    font-size: 16px;
}

body {
    font-family: "Muli", sans-serif;
    background-color: #fff;
    font-size: 16px;
    font-size: 1rem;
    color: #818492;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

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

p {
    color: #818492;
    line-height: 1.8em;
    text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2f2f2f;
}

ul {
    padding-left: 0;
    margin: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
    position: relative;
    overflow: hidden;
}

.wow {
    visibility: hidden;
}

.fi:before {
    margin: 0;
}

.section-padding {
    padding: 120px 0;
}

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

@media (max-width: 767px) {
    .section-padding {
        padding: 80px 0;
    }
}

.p-t-0 {
    padding-top: 0;
}

/*** validate rsvp form ***/
.validate-rsvp-form .success-error-message {
    margin: 15px 0 0;
}

.validate-rsvp-form label.error {
    color: #ff6384;
    margin: 5px 0 0 0;
}

.validate-rsvp-form #loader {
    display: none;
    margin-top: 10px;
}

.validate-rsvp-form #loader i {
    font-size: 30px;
    font-size: 1.875rem;
    color: #d39689;
    display: inline-block;
    -webkit-animation: rotating linear 2s infinite;
    animation: rotating linear 2s infinite;
}

.validate-rsvp-form #success,
.validate-rsvp-form #error {
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none;
}

@media (max-width: 767px) {

    .validate-rsvp-form #success,
    .validate-rsvp-form #error {
        font-size: 15px;
    }
}

.validate-rsvp-form #success {
    background-color: #34bfa3;
    margin-bottom: 5px;
}

.validate-rsvp-form #error {
    background-color: #ff6384;
    ;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 5s alternate infinite;
    animation: rotating 5s alternate infinite;
}

.video-player {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

.spirit-header {
    position: relative;
    z-index: 100;
}

.ripple {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

/** for popup image ***/
.mfp-wrap {
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999 !important;
}

.fancybox-wrap {
    z-index: 99999 !important;
}

.section-title,
.section-title-s2 {
    text-align: center;
    margin-bottom: 45px;
}

@media (max-width: 767px) {

    .section-title,
    .section-title-s2 {
        margin-bottom: 40px;
    }
}

.section-title h2,
.section-title-s2 h2 {
    font-family: "Great Vibes", cursive;
    font-size: 48px;
    font-size: 3rem;
    color: #2f2f2f;
    margin: 0;
    padding-top: 1.1em;
    text-transform: capitalize;
    position: relative;
}

@media (max-width: 991px) {

    .section-title h2,
    .section-title-s2 h2 {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {

    .section-title h2,
    .section-title-s2 h2 {
        font-size: 36px;
        font-size: 2.25rem;
    }
}

.section-title h2:before,
.section-title-s2 h2:before {
    content: "";
    background: url("../images/feuille.png") center center/cover no-repeat local;
    position: absolute;
    left: calc(50% - 47px);
    top: -43px;
    width: 95px;
    height: 93px;
}

.section-title-s2 h2 {
    margin-bottom: 0.4em;
}

.section-title-s2 p {
    margin-bottom: 0;
}

.see-location-btn {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 12px 25px;
    border: 2px solid #d39689;
    color: #818492;
    border-radius: 60px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .see-location-btn {
        padding: 8px 15px;
        font-size: 12px;
        text-transform: capitalize;
    }
}

.see-location-btn:hover {
    background-color: #d39689;
    color: #fff;
}

.theme-btn {
    background-color: #d39689;
    color: #fff;
    font-weight: bold;
    padding: 12px 30px;
    border: 0;
    outline: 0;
    display: inline-block;
    border-radius: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
}

.theme-btn:hover {
    background-color: #917d43;
}

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

.form input,
.form textarea,
.form select {
    border-color: #bfbfbf;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
    border-color: #d39689;
    -webkit-box-shadow: 0 0 5px 0 #c1af79;
    -moz-box-shadow: 0 0 5px 0 #c1af79;
    -o-box-shadow: 0 0 5px 0 #c1af79;
    -ms-box-shadow: 0 0 5px 0 #c1af79;
    box-shadow: 0 0 5px 0 #c1af79;
}

.form ::-webkit-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form :-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form ::-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form :-ms-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form select {
    font-style: italic;
    background: url(../images/select-icon.png) no-repeat calc(100% - 15px) center;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
}

.form select::-ms-expand {
    /* for IE 11 */
    display: none;
}

/******************************
	#page title
******************************/
.page-title {
    background: url("../images/page-title.jpg") center center/cover no-repeat local;
    width: 100%;
    height: 430px;
    position: relative;
    text-align: center;
}

@media (max-width: 991px) {
    .page-title {
        height: 300px;
    }
}

.page-title:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.page-title .container {
    height: 100%;
    display: table;
}

.page-title .container>.row {
    vertical-align: middle;
    display: table-cell;
}

.page-title h2 {
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: bold;
    color: #fff;
    margin: 0 0 0.30em;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .page-title h2 {
        font-size: 45px;
        font-size: 2.8125rem;
    }
}

@media (max-width: 767px) {
    .page-title h2 {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

.preloader {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
}

.preloader .middle {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader .middle .fi {
    float: left;
    margin-right: 8px;
}

.preloader .middle .fi:last-child {
    margin-right: 0;
}

.preloader .middle .fi:before {
    color: #d39689;
    font-size: 22px;
}

.preloader .middle i:first-child {
    -webkit-animation: preloaderAnimation 0.6s infinite alternate;
    animation: preloaderAnimation 0.6s infinite alternate;
}

.preloader .middle i:nth-child(2) {
    -webkit-animation: preloaderAnimation 0.6s 0.3s infinite alternate;
    animation: preloaderAnimation 0.6s 0.3s infinite alternate;
}

.preloader .middle i:nth-child(3) {
    -webkit-animation: preloaderAnimation 0.6s 0.6s infinite alternate;
    animation: preloaderAnimation 0.6s 0.6s infinite alternate;
}

.preloader .middle i:last-child {
    -webkit-animation: preloaderAnimation 0.6s 0.9s infinite alternate;
    animation: preloaderAnimation 0.6s 0.9s infinite alternate;
}

@-webkit-keyframes preloaderAnimation {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.3;
    }
}

@keyframes preloaderAnimation {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.3;
    }
}


/**** pagination ****/
.pagination-wrapper {
    text-align: center;
    margin-top: 60px;
}

@media (max-width: 991px) {
    .pagination-wrapper {
        text-align: left;
        margin-top: 40px;
    }
}

.pagination-wrapper .pg-pagination {
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
}

.pagination-wrapper .pg-pagination li {
    float: left;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .pagination-wrapper .pg-pagination li {
        margin-right: 5px;
    }
}

.pagination-wrapper .pg-pagination li:last-child {
    margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
    background-color: transparent;
    width: 50px;
    height: 50px;
    line-height: 47px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    color: #a9b8c4;
    border: 2px solid #c9cfd4;
    display: block;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .pagination-wrapper .pg-pagination li a {
        width: 40px;
        height: 40px;
        line-height: 37px;
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
    background: #d39689;
    border-color: #d39689;
    color: #fff;
}

.pagination-wrapper .pg-pagination .fi:before {
    font-size: 15px;
    font-size: 0.9375rem;
}

.pagination-wrapper-left {
    text-align: left;
}

.pagination-wrapper-right {
    text-align: right;
}

@media screen and (min-width: 1200px) {
    .pagination-wrapper-right {
        padding-right: 50px;
    }
}

@media (max-width: 991px) {
    .pagination-wrapper-right {
        margin-top: 45px;
        text-align: left;
    }
}

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header {
    /* navigation open and close btn hide for width screen */
    /* style for navigation less than 992px */
    /*navbar collaps less then 992px*/
}

.site-header .navigation {
    background-color: #fff;
    margin-bottom: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 35.77px 13.23px rgba(202, 202, 220, 0.16);
    box-shadow: 0px 0px 35.77px 13.23px rgba(202, 202, 220, 0.16);
}

.site-header .navigation>.container {
    position: relative;
}

.site-header #navbar {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    /*** mega-menu style ***/
}

.site-header #navbar ul {
    list-style: none;
}

.site-header #navbar>ul li a:hover,
.site-header #navbar>ul li.current-menu-item a {
    text-decoration: none;
    color: #d39689 !important;
}

@media screen and (min-width: 992px) {
    .site-header #navbar {
        /*** hover effect ***/
    }

    .site-header #navbar li {
        position: relative;
    }

    .site-header #navbar>ul>li>a {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: bold;
        text-transform: uppercase;
        color: #2f2f2f;
        padding: 40px 17px;
    }

    .site-header #navbar>ul .sub-menu {
        background-color: #fff;
        width: 220px;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    }

    .site-header #navbar>ul>li .sub-menu li {
        border-bottom: 1px solid #f5f5f5;
    }

    .site-header #navbar>ul>li .sub-menu a {
        font-size: 14px;
        font-size: 0.875rem;
        display: block;
        padding: 10px 20px;
        color: #2f2f2f;
    }

    .site-header #navbar>ul>li>.sub-menu .sub-menu {
        left: 100%;
        top: 0;
    }

    .site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a {
        position: relative;
    }

    .site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before {
        font-family: "themify";
        content: "\e649";
        font-size: 11px;
        font-size: 0.6875rem;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .site-header #navbar>ul>li:hover>.sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }

    .site-header #navbar .sub-menu>li:hover>.sub-menu {
        left: 100%;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .site-header #navbar>ul>li a {
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
    }

    .site-header #navbar>ul>li .sub-menu li {
        border-bottom: 1px solid #e6e6e6;
    }

    .site-header #navbar>ul .sub-menu>li:last-child {
        border-bottom: 0;
    }

    .site-header #navbar>ul>li>.sub-menu a {
        padding: 8px 15px 8px 45px;
    }

    .site-header #navbar>ul>li>.sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px;
    }

    .site-header #navbar>ul .menu-item-has-children>a {
        position: relative;
    }

    .site-header #navbar>ul .menu-item-has-children>a:before {
        font-family: "themify";
        content: "\e61a";
        font-size: 11px;
        font-size: 0.6875rem;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 992px) {
    .site-header #navbar {
        /*** hover effect ***/
    }

    .site-header #navbar .has-mega-menu {
        position: static;
    }

    .site-header #navbar .mega-menu,
    .site-header #navbar .half-mega-menu {
        background-color: #fff;
        padding: 20px;
        border-top: 2px solid #d39689;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    .site-header #navbar .mega-menu {
        width: 1140px;
        right: 15px;
    }

    .site-header #navbar .half-mega-menu {
        width: 585px;
    }

    .site-header #navbar .mega-menu-box-title {
        font-size: 14px;
        font-size: 0.875rem;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        padding-bottom: 7px;
        margin-bottom: 7px;
        border-bottom: 1px solid #e6e6e6;
    }

    .site-header #navbar .mega-menu-list-holder li a {
        font-size: 14px;
        font-size: 0.875rem;
        display: block;
        padding: 7px 8px;
        margin-left: -8px;
    }

    .site-header #navbar .has-mega-menu:hover>ul {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 1199px) {
    .site-header #navbar>ul .mega-menu {
        width: 950px;
        right: 15px;
    }

    .site-header #navbar>ul .half-mega-menu {
        width: 485px;
    }
}

@media (max-width: 991px) {

    .site-header #navbar>ul .mega-menu,
    .site-header #navbar>ul .half-mega-menu {
        width: auto;
    }

    .site-header #navbar>ul .mega-menu .row,
    .site-header #navbar>ul .half-mega-menu .row {
        margin: 0;
    }

    .site-header #navbar .mega-menu-content>.row>.col {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .site-header #navbar .mega-menu .mega-menu-list-holder a {
        padding: 5px 15px 5px 40px;
    }

    .site-header #navbar .mega-menu .mega-menu-box-title {
        font-size: 14px;
        font-size: 0.875rem;
        text-transform: uppercase;
        display: block;
        border-bottom: 1px dotted #b3b3b3;
        padding: 0 0 4px 5px;
        margin: 0 25px 8px 25px;
    }
}

@media screen and (min-width: 992px) {
    .site-header .navbar-header .open-btn {
        display: none;
    }

    .site-header #navbar .close-navbar {
        display: none;
    }
}

@media (max-width: 991px) {
    .site-header {
        /* class for show hide navigation */
    }

    .site-header .container {
        width: 100%;
    }

    .site-header .navbar-header button {
        background-color: #d39689;
        width: 40px;
        height: 40px;
        border: 0;
        padding: 5px 10px;
        outline: 0;
        position: absolute;
        right: 15px;
        top: 18px;
        z-index: 20;
        border-radius: 50%;
    }

    .site-header .navbar-header button span {
        background-color: #fff;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }

    .site-header .navbar-header button span:last-child {
        margin: 0;
    }

    .site-header #navbar {
        background: #fff;
        display: block !important;
        width: 280px;
        height: 100% !important;
        margin: 0;
        padding: 0;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        position: fixed;
        right: -330px;
        top: 0;
        z-index: 100;
    }

    .site-header #navbar ul a {
        color: #000;
    }

    .site-header #navbar ul a:hover,
    .site-header #navbar ul li.current a {
        color: #d39689;
    }

    .site-header #navbar .navbar-nav {
        height: 100%;
        overflow: auto;
    }

    .site-header #navbar .close-navbar {
        background-color: #fff;
        width: 40px;
        height: 40px;
        color: #000;
        border: 0;
        outline: none;
        position: absolute;
        left: -41px;
        top: 90px;
        z-index: 20;
    }

    .site-header #navbar .close-navbar .ti-close {
        position: relative;
        top: 1px;
    }

    .site-header #navbar>ul>li {
        border-bottom: 1px solid #f2f2f2;
    }

    .site-header #navbar>ul>li>a {
        padding: 10px 15px 10px 35px;
    }

    .site-header .slideInn {
        right: 0 !important;
    }
}

@media (max-width: 767px) {
    .site-header .navbar-header .navbar-brand {
        font-size: 24px;
    }

    .site-header #navbar .navbar-nav {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .site-header .navbar-collapse.collapse {
        display: none;
    }

    .site-header .navbar-collapse.collapse.in {
        display: block;
    }

    .site-header .navbar-header .collapse,
    .site-header .navbar-toggle {
        display: block;
    }

    .site-header .navbar-header {
        float: none;
    }

    .site-header .navbar-right {
        float: none;
    }

    .site-header .navbar-nav {
        float: none;
    }

    .site-header .navbar-nav>li {
        float: none;
    }
}

@media (max-width: 991px) {
    .page-wrapper {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    .body-overlay:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
}

/*----------------------------------------------------------
	header style 1
-----------------------------------------------------------*/
.header-style-1 .navbar-brand,
.header-style-2 .navbar-brand {
    font-family: "Great Vibes", cursive;
    font-size: 30px;
    font-size: 1.875rem;
    color: #2f2f2f;
    margin-top: 25px;
}

@media (max-width: 991px) {

    .header-style-1 .navbar-brand,
    .header-style-2 .navbar-brand {
        margin-top: 12px;
        margin-bottom: 13px;
    }
}

/*----------------------------------------------------------
	header style 2
-----------------------------------------------------------*/
/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero-slider {
    width: 100%;
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

@media (max-width: 991px) {
    .hero-slider {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-slider {
        height: 500px;
    }
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: rgba(255, 255, 255, 0.3);
    width: 55px;
    height: 55px;
    line-height: 55px;
    margin-top: -30px;
    text-align: center;
    border-radius: 60px;
    border: 2px solid #fff;
    z-index: 10;
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
    opacity: 1;
}

@media (max-width: 991px) {

    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}

.hero-slider .swiper-button-prev {
    left: 25px;
}

.hero-slider .swiper-button-prev:before {
    font-family: "themify";
    content: "\e629";
    font-size: 15px;
    color: #fff;
}

.hero-slider .swiper-button-next {
    right: 25px;
}

.hero-slider .swiper-button-next:before {
    font-family: "themify";
    content: "\e628";
    font-size: 15px;
    color: #fff;
}

.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    display: none;
}

.hero-slider .swiper-pagination-bullet-active {
    color: #fff;
    background: #d39689;
}

.hero-style-1,
.hero-static {
    height: calc(100vh - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

@media (max-width: 991px) {

    .hero-style-1,
    .hero-static {
        height: 100vh;
    }
}

@media (max-width: 767px) {

    .hero-style-1,
    .hero-static {
        height: 100vh;
    }
}

.hero-style-1:before,
.hero-static:before {
    content: "";
    background: url("../images/slider/slide-top-arrow.png") center center/cover no-repeat local;
    width: 140px;
    height: 140px;
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 10;
}

@media (max-width: 991px) {

    .hero-style-1:before,
    .hero-static:before {
        width: 80px;
        height: 80px;
        left: 20px;
        top: 20px;
    }
}

@media (max-width: 767px) {

    .hero-style-1:before,
    .hero-static:before {
        width: 50px;
        height: 50px;
        left: 20px;
        top: 20px;
    }
}

.hero-style-1:after,
.hero-static:after {
    content: "";
    background: url("../images/slider/slide-bottom-arrow.png") center center/cover no-repeat local;
    width: 140px;
    height: 140px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 10;
}

@media (max-width: 991px) {

    .hero-style-1:after,
    .hero-static:after {
        width: 80px;
        height: 80px;
        right: 20px;
        bottom: 20px;
    }
}

@media (max-width: 767px) {

    .hero-style-1:after,
    .hero-static:after {
        width: 50px;
        height: 50px;
        right: 20px;
        bottom: 20px;
    }
}

.hero-style-1 .wedding-announcement,
.hero-static .wedding-announcement {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    text-align: center;
    display: table;
}

@media screen and (min-width: 992px) {

    .hero-style-1 .wedding-announcement,
    .hero-static .wedding-announcement {
        width: 80%;
        left: 10%;
    }
}

.hero-style-1 .couple-text,
.hero-static .couple-text {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.hero-style-1 #curve-text,
.hero-static #curve-text {
    font-size: 24px;
    font-size: 1.5rem;
    color: #fff;
    margin: 0 0 3.5em;
    text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.35);
}

.hero-style-1 .couple-name,
.hero-static .couple-name {
    font-family: "Great Vibes", cursive;
    font-size: 90px;
    font-size: 5.625rem;
    color: #fff;
    text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.35);
}

@media (max-width: 991px) {

    .hero-style-1 .couple-name,
    .hero-static .couple-name {
        font-size: 70px;
        font-size: 4.375rem;
    }
}

@media (max-width: 767px) {

    .hero-style-1 .couple-name,
    .hero-static .couple-name {
        font-size: 50px;
        font-size: 3.125rem;
    }
}

/*--------------------------------------------------------------
#0.5	footer-section
--------------------------------------------------------------*/
.footer-section {
    text-align: center;
    padding: 100px 0;
}

@media (max-width: 767px) {
    .footer-section {
        padding: 0 0 80px 0;
    }
}

.footer-section .couple-name {
    background: url("../images/footer-couple-name-frame.png") center center/cover no-repeat local;
    width: 415px;
    height: 483px;
    margin: 0 auto 120px;
    padding-left: 45px;
    display: table;
    text-align: center;
}

@media (max-width: 767px) {
    .footer-section .couple-name {
        width: 300px;
        height: 349px;
        margin: 0 auto 80px;
        padding-left: 45px;
    }
}

.footer-section .couple-name h2 {
    font-family: "Great Vibes", cursive;
    font-size: 48px;
    font-size: 3rem;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .footer-section .couple-name h2 {
        font-size: 38px;
        font-size: 2.375rem;
    }
}

.footer-section h3 {
    font-family: "Great Vibes", cursive;
    font-size: 48px;
    font-size: 3rem;
    margin: 0 0 0.2em;
}

@media (max-width: 767px) {
    .footer-section h3 {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

.footer-section p {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
}

.footer-section a {
    color: #d39689;
}

.sticky {
    width: 100%;
    position: fixed;
    left: 0;
    top: -200px;
    z-index: 999;
    opacity: 0;
}

.sticky-2 {
    width: 100%;
    position: fixed;
    left: 0;
    top: -100px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
}

.sticky-on {
    opacity: 1;
    top: 0;
}

/*--------------------------------------------------------------
#0.6	wedding-date
--------------------------------------------------------------*/
.wedding-date {
    text-align: center;
    padding-bottom: 115px;
}

@media (max-width: 991px) {
    .wedding-date {
        padding-bottom: 85px;
    }
}

@media (max-width: 767px) {
    .wedding-date {
        padding-bottom: 65px;
    }
}

.wedding-date h3 {
    font-size: 30px;
    font-size: 1.875pxrem;
    margin: 0;
    font-style: italic;
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .wedding-date h3 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

@media (max-width: 767px) {
    .wedding-date h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.wedding-date h3:before,
.wedding-date h3:after {
    content: "";
    background-color: #d39689;
    width: 40px;
    height: 1px;
    position: absolute;
    left: -55px;
    top: 50%;
}

.wedding-date h3:after {
    left: auto;
    right: -55px;
}

.wedding-date #clock {
    overflow: hidden;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
}

.wedding-date #clock>div {
    width: 176px;
    height: 179px;
    border: 2px solid #d39689;
    border-radius: 50%;
    float: left;
    display: table;
}

.couple-section p {
    font-size: 13px;
    line-height: 17px;
}

.couple-section .text-grid {
    padding: 0px 40px 40px!important;
}

@media (max-width: 991px) {
    .wedding-date #clock>div {
        width: 130px;
        height: 132px;
    }
    .section-title h2:before, .section-title-s2 h2:before {
        width: 75px!important;
        height: 75px!important;
    }
    .logo {
        height: 68px!important;
    }
    .middle-couple-pic {
        margin: 0!important;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .wedding-date #clock>div {
        background: none;
        border: 2px solid #d39689;
        width: calc(50% - 20px);
        height: 50%;
        margin: 10px;
        padding-bottom: 15px;
    }
}

.wedding-date #clock>div>div {
    display: table-cell;
    vertical-align: middle;
}

.wedding-date #clock>div+div {
    margin-left: 30px;
}

@media (max-width: 991px) {
    .wedding-date #clock>div+div {
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .wedding-date #clock>div+div {
        margin-left: 10px;
    }
}

.wedding-date #clock .time {
    font-family: "Great Vibes", cursive;
    font-size: 54px;
    font-size: 3.375rem;
    line-height: 1em;
    padding-top: 15px;
}

@media (max-width: 991px) {
    .wedding-date #clock .time {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

/*--------------------------------------------------------------
#0.7	couple-section
--------------------------------------------------------------*/
.couple-section {
    background-color: #fffdf6;
}

.couple-section .couple-area>div {
    float: left;
}

@media (max-width: 991px) {
    .couple-section .couple-area>div {
        float: none;
    }
}

.couple-section .middle-couple-pic {
    width: 42%;
}

.couple-section .middle-couple-pic img {
    border: 5px solid #e1d9bf;
}

@media (max-width: 991px) {
    .couple-section .middle-couple-pic {
        width: 100%;
        margin: 50px 0;
    }
}

.couple-section .text-grid {
    width: 29%;
    padding: 115px 40px 40px;
}

@media (max-width: 1199px) {
    .couple-section .text-grid {
        padding: 45px 40px 40px;
    }
}

@media (max-width: 991px) {
    .couple-section .text-grid {
        width: 100%;
        padding: 0;
    }
}

.couple-section .text-grid h3 {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 0 0.8em;
    text-transform: uppercase;
}

.couple-section .bride {
    padding-left: 0;
    text-align: right;
}

@media (max-width: 991px) {
    .couple-section .bride {
        text-align: left;
    }
}

.couple-section .bride .social {
    float: right;
}

@media (max-width: 991px) {
    .couple-section .bride .social {
        float: none;
    }
}

.couple-section .groom {
    padding-right: 0;
}

.white {
    color: white !important;
}

.couple-section ul {
    list-style: none;
    overflow: hidden;
    padding-top: 15px;
}

@media (max-width: 991px) {
    .couple-section ul {
        padding-top: 10px;
    }
}

.couple-section ul li {
    float: left;
}

.couple-section ul>li+li {
    margin-left: 10px;
}

.couple-section ul li a {
    display: block;
    background-color: #818492;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

@media (max-width: 991px) {
    .couple-section ul li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
}

.couple-section ul li a:hover {
    background-color: #d39689;
}

/*--------------------------------------------------------------
#0.8	love-story-section
--------------------------------------------------------------*/
.love-story-section {
    text-align: center;
    background: url("../images/story-bg-2.jpg") center center/cover no-repeat local;
}

.love-story-section .story-grids {
    background-color: #ffffff91;
    max-width: 770px;
    margin: 0 auto;
    padding: 65px;
    -webkit-box-shadow: 0px 14px 36.21px 14.79px rgba(177, 154, 86, 0.09);
    box-shadow: 0px 14px 36.21px 14.79px rgba(177, 154, 86, 0.09);
    border-radius: 10px;
    position: relative;
}

.love-story-section .story-grids p {
    color: black;
}

@media (max-width: 767px) {
    .love-story-section .story-grids {
        padding: 65px 25px;
    }
}

/* .love-story-section .story-grids:before {
  content: "";
  background: url("../images/story-left-flower.png") center center/cover no-repeat local;
  width: 394px;
  height: 311px;
  position: absolute;
  left: -290px;
  top: 20%;
  z-index: -10;
}

.love-story-section .story-grids:after {
  content: "";
  background: url("../images/story-right-flower.png") center center/cover no-repeat local;
  width: 355px;
  height: 339px;
  position: absolute;
  right: -190px;
  top: 50%;
  z-index: -10;
} */

.love-story-section h3 {
    font-family: "Great Vibes", cursive;
    font-size: 33px;
    font-size: 2.0625rem;
    margin: 0 0 0.4em;
}

@media (max-width: 991px) {
    .love-story-section h3 {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

.love-story-section .story-grids .grid {
    position: relative;
    padding-bottom: 95px;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .love-story-section .story-grids .grid {
        padding-bottom: 75px;
        margin-bottom: 60px;
    }
}

.love-story-section .story-grids .grid:after {
    font-family: 'themify';
    content: "\e634";
    position: absolute;
    left: calc(50% - 7px);
    bottom: 0;
}

.love-story-section .story-grids .grid:before {
    content: "";
    background: #d0d5e9;
    width: 1px;
    height: 45px;
    position: absolute;
    left: 50%;
    bottom: 25px;
}

@media (max-width: 767px) {
    .love-story-section .story-grids .grid:before {
        height: 25px;
        bottom: 15px;
    }
}

.love-story-section .story-grids .grid:nth-child(4) {
    padding-bottom: 55px;
    margin-bottom: 0;
}

.love-story-section .story-grids .grid:nth-child(4):before,
.love-story-section .story-grids .grid:nth-child(4):after {
    display: none;
}

/*--------------------------------------------------------------
#0.9	wedding-location-section
--------------------------------------------------------------*/
.wedding-location-section {
    padding-bottom: 33px;
}

@media (max-width: 991px) {
    .wedding-location-section {
        padding-bottom: 0;
    }
}

.wedding-location-section .location-grids {
    margin: 0 -15px;
}

.wedding-location-section .location-grids .grid {
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px 100px;
}

@media (max-width: 650px) {
    .wedding-location-section .location-grids .grid {
        width: 92%;
        float: none;
    }
}

.wedding-location-section .img-holder {
    position: relative;
}

.wedding-location-section .img-holder:before {
    content: "";
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    position: absolute;
    left: 15px;
    top: 15px;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.wedding-location-section h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    margin: 2em 0 1em;
}

@media (max-width: 991px) {
    .wedding-location-section h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.wedding-location-section ul {
    list-style: none;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 15px;
}

.wedding-location-section ul>li+li {
    margin-top: 8px;
}

.wedding-location-section ul i {
    display: inline-block;
    color: #d39689;
    padding-right: 5px;
}

.wedding-location-section p {
    margin-bottom: 1rem;
}

/*--------------------------------------------------------------
#1.0	wishes-section
--------------------------------------------------------------*/
.wishes-section {
    background: url("../images/essendieras.jpg") center center/cover no-repeat local;
    text-align: center;
    font-weight: bold;
    padding: 320px 0;
    position: relative;
}

.wishes-section:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.wishes-section p {
    font-size: 20px;
    font-size: 1.25rem;
    font-style: italic;
    color: #fff;
    margin-bottom: 2em;
    line-height: 1.5em;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}

.wishes-section h5 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 0.3em;
    color: #fff;
}

.wishes-section h5+span {
    color: #fff;
}

/*--------------------------------------------------------------
#1.1	groomsmen-bridesmaid
--------------------------------------------------------------*/
.groomsmen-bridesmaid {
    text-align: center;
    padding-bottom: 0;
}

.groomsmen-bridesmaid .groomsmen-bridesmaid-grids {
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .groomsmen-bridesmaid .groomsmen-bridesmaid-grids {
        margin: 0 -7.5px;
    }
}

.groomsmen-bridesmaid .groomsmen-bridesmaid-grids .grid {
    width: calc(25% - 30px);
    margin: 0 15px 60px;
    float: left;
}

@media (max-width: 991px) {
    .groomsmen-bridesmaid .groomsmen-bridesmaid-grids .grid {
        width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .groomsmen-bridesmaid .groomsmen-bridesmaid-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 60px;
    }
}

@media (max-width: 500px) {
    .groomsmen-bridesmaid .groomsmen-bridesmaid-grids .grid {
        width: calc(100% - 30px);
        float: none;
    }
}

.groomsmen-bridesmaid .img-holder img {
    border-radius: 50%;
}

.groomsmen-bridesmaid .details {
    padding: 45px 45px 15px;
    -webkit-box-shadow: 0px 14px 36.21px 14.79px rgba(177, 154, 86, 0.09);
    box-shadow: 0px 14px 36.21px 14.79px rgba(177, 154, 86, 0.09);
    border-radius: 10px;
    margin-top: -20px;
}

@media (max-width: 767px) {
    .groomsmen-bridesmaid .details {
        padding: 45px 25px 15px;
    }
}

.groomsmen-bridesmaid h4 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0 0 0.2em;
}

@media (max-width: 1199px) {
    .groomsmen-bridesmaid h4 {
        font-size: 16px;
        font-size: 1rem;
    }
}

.groomsmen-bridesmaid p {
    border-bottom: 1px solid #e8ebfa;
    padding-bottom: 0.6em;
}

@media (max-width: 1199px) {
    .groomsmen-bridesmaid p {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.groomsmen-bridesmaid ul {
    list-style: none;
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
}

.groomsmen-bridesmaid ul li {
    float: left;
}

.groomsmen-bridesmaid ul a {
    font-size: 14px;
    font-size: 0.875rem;
    color: #2f2f2f;
}

.groomsmen-bridesmaid ul a:hover {
    color: #d39689;
}

.groomsmen-bridesmaid ul>li+li {
    margin-left: 18px;
}

/*--------------------------------------------------------------
#1.2	gallery-section
--------------------------------------------------------------*/


.gallery-section .gallery-grids {
    margin: 0 -7.5px;
}

@media (max-width: 767px) {
    .gallery-section .gallery-grids {
        margin: 0 -7.5px;
    }
}

.gallery-section .gallery-grids .grid {
    width: calc(25% - 15px);
    margin: 0 7.5px 15px;
    float: left;
    overflow: hidden;
    position: relative;
}

@media (max-width: 991px) {
    .gallery-section .gallery-grids .grid {
        width: calc(33.33% - 15px);
    }

    .couple-name {
        margin-top: 35px !important;
    }

    .logo {
        margin-top: 3px !important;
        margin-bottom: 3px !important;
    }
}

@media (max-width: 767px) {
    .gallery-section .gallery-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 15px;
    }
}

.gallery-section .grid img {
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    filter: grayscale(50%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gallery-section .grid:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1.2) rotate(-3deg);
    -moz-transform: scale(1.2) rotate(-3deg);
    -o-transform: scale(1.2) rotate(-3deg);
    -ms-transform: scale(1.2) rotate(-3deg);
    transform: scale(1.2) rotate(-3deg);
}

.gallery-section .video-play-btn i {
    width: 45px;
    height: 45px;
    background: #d39689;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    position: absolute;
    left: calc(50% - 22.5px);
    top: calc(50% - 22.5px);
}

/*--------------------------------------------------------------
#1.3	rsvp-section
--------------------------------------------------------------*/
.rsvp-section {
    padding-top: 105px;
}

@media (max-width: 991px) {
    .rsvp-section {
        padding-top: 75px;
    }
}

@media (max-width: 767px) {
    .rsvp-section {
        padding-top: 65px;
    }
}

.rsvp-section .rspv-form {
    background-color: #fff;
    max-width: 570px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 14px 36.21px 14.79px rgba(134, 134, 134, 0.09);
    box-shadow: 0px 14px 36.21px 14.79px rgba(134, 134, 134, 0.09);
    text-align: center;
    position: relative;
    padding: 65px 80px;
}

@media (max-width: 767px) {
    .rsvp-section .rspv-form {
        padding: 45px 50px;
    }
}

.rsvp-section .rspv-form:before {
    content: "";
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    position: absolute;
    left: 12px;
    top: 12px;
    background-color: white;
    opacity: 0.541;
    -webkit-box-shadow: 0px 14px 36.21px 14.79px rgba(134, 134, 134, 0.09);
    box-shadow: 0px 14px 36.21px 14.79px rgba(134, 134, 134, 0.09);
}

.rsvp-section .rspv-form .left-flower,
.rsvp-section .rspv-form .right-flower {
    background: url("../images/rsvp-left-flower.png") center center/cover no-repeat local;
    width: 491px;
    height: 546px;
    position: absolute;
    left: -150px;
    top: 20%;
    z-index: -10;
}

.rsvp-section .rspv-form .right-flower {
    background: url("../images/rsvp-right-flower.png") center center/cover no-repeat local;
    left: auto;
    right: -150px;
}

.rsvp-section h3,
.rsvp-section p {
    position: relative;
}

.rsvp-section h3 {
    font-family: "Great Vibes", cursive;
    font-size: 48px;
    font-size: 3rem;
    margin: 0;
}

@media (max-width: 767px) {
    .rsvp-section h3 {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}

.rsvp-section p {
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic;
    margin: 0;
}

.rsvp-section form {
    position: relative;
    margin-top: 50px;
}

.rsvp-section form ::-webkit-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #adb0bd;
}

.rsvp-section form :-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #adb0bd;
}

.rsvp-section form ::-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #adb0bd;
}

.rsvp-section form :-ms-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #adb0bd;
}

.rsvp-section form>div {
    text-align: left;
}

.rsvp-section form>div+div {
    margin-top: 40px;
}

.rsvp-section form .submit-btn {
    text-align: center;
}

.rsvp-section form input,
.rsvp-section form select,
.rsvp-section form textarea {
    border: 0;
    border-bottom: 1px solid #e9ebf2;
    border-radius: 0;
}

.rsvp-section form input:focus,
.rsvp-section form select:focus,
.rsvp-section form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rsvp-section form select {
    color: #adb0bd;
    font-style: normal;
}

.rsvp-section form textarea {
    height: 120px;
}

/*--------------------------------------------------------------
#1.4	gift-registry-section 
--------------------------------------------------------------*/
.gift-registry-section {
    padding-bottom: 0;
}

.gift-registry-section .grid {
    width: 25%;
    float: left;
    text-align: center;
    border: 1px solid #eeeeee;
    margin: -1px 0 0 -1px;
    padding: 25px;
}

@media (max-width: 767px) {
    .gift-registry-section .grid {
        width: 50%;
    }
}

.gift-registry-section img {
    display: inline-block;
}

.invites {
    margin-bottom: 10px;
}

.rsvp-section form label {
    color: #818492;
    font-weight: 400;
    margin: 0;
}

/*# sourceMappingURL=style.css.map */
