/*!
Author: themesmile
Author URI: http://themeforest.net/user/themesmile/portfolio
Version: 1.0
 */

* {
    box-sizing: border-box;
}

div, body {
   touch-action: auto !important; 
}
img {
    -webkit-user-select: auto !important;
}

select {
    color: #666;
    border: 1px solid #eee;
    background: rgba(238, 238, 238, 0.4);
    border-radius: 3px;
    width: 100%;
    padding: 10px;
}

div.menu-bezan-nest {
    background: #fff;
}

.top-right-decoration {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    z-index: 0;
}

.top-left-decoration {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 0;
}

.single_image {}

.single_image img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    top: 0;
    left: 0;
    object-fit: cover;
}

.single_image:before {
    content: "";
    position: absolute;
    z-index: 4;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100vh;
    display: block;
    top: 0;
    left: 0;
}

.page.widget_pages {
    background: #fff;
}

.bride_title h1 {
    margin-bottom: 0;
}

.bride_title h2 {
    font-size: 36px;
    margin: 30px 0 5px;
}

.bride_title h3 {
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 4px;
    font-family: 'Montserrat Light', cursive;
    display: inline-flex;
    margin: 0 0 5px;
    position: relative;
}

.bride_title h3:before,
.bride_title h3:after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 50px;
    background: #ccc;
    right: 0;
    top: 0;
    margin: 5px 15px 0;
    opacity: 0.2;
}

.bride_title p {
    font-size: 12px;
    letter-spacing: 0;
}

.text-center {
    text-align: center!important;
}

#page-bride {
    background: #f6f6f6;
}

.bride_event {
    width: 100%;
    position: relative;
    z-index: 0;
}

.bride_event .left {
    background: #000;
    float: left;
    width: 50%;
    height: 100vh;
    position: relative;
    z-index: 0;
}

.bride_event .right {
    background: #000;
    float: right;
    width: 50%;
    height: 100vh;
    position: relative;
    z-index: 0;
}

.bride_event .right img,
.bride_event .left img {
    width: 100%;
    height: 100Vh;
    object-fit: cover;
    -webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    -o-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
}

.bride_event .right img:hover,
.bride_event .left img:hover {
    opacity: 1;
    cursor: pointer;
}

.bride_event .right div h1,
.bride_event .left div h1 {
    font-size: 3em;
    margin: 0;
}

.bride_event .right div h4 small,
.bride_event .left div h4 small {
    font-size: 1em;
    color: #000!important;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 0;
    border-bottom: 2px solid #fb2185;
    border-top: 2px solid #fb2185;
    font-family: 'Montserrat Light', cursive;
    display: table;
    position: relative;
    padding: 5px;
    letter-spacing: 4px;
}

.bride_event .right div h4 small:before,
.bride_event .left div h4 small:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 3px solid #fb2185;
    margin: 0;
    position: absolute;
    top: 9px;
    left: -20px;
}

.bride_event .right div h4 small:after,
.bride_event .left div h4 small:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 3px solid #fb2185;
    margin: 0;
    position: absolute;
    top: 9px;
    right: -20px;
}

.bride_event .right div p,
.bride_event .left div p {
    padding: 0 20%;
    font-size: 1em;
}

.bride_event .right div,
.bride_event .left div {
    position: absolute;
    bottom: 11%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
    color: #000;
    background: rgba(255, 255, 255, 0.7);
    padding: 45px;
    max-height: 255px;
    overflow: hidden;
}


/*gallery*/

.page-heading {
    padding: 60px 0;
}

.gallery-header {
    background-color: #777777;
    background: no-repeat center center;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
    z-index: 0;
}

.gallery-header:before {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
}

.gallery-header h1,
.groom-heading h1 {
    margin-top: 0;
    color: #000;
    margin: 10% auto 30px;
    text-align: center;
    position: relative;
    z-index: 5;
    font-size: 3em;
}

.groom-heading h1 {
    color: #000;
    margin: 10% auto 30px;
}

.gallery-header h3,
.groom-heading h3 {
    font-size: 1em;
    margin: 0 auto 15%;
    text-transform: uppercase;
    border-bottom: 2px solid #fb2185;
    border-top: 2px solid #fb2185;
    display: table;
    position: relative;
    padding: 5px;
    letter-spacing: 4px;
    z-index: 5;
    text-align: center;
}

.gallery-header h3,
.gallery-header h1 {
    color: #fff!important;
}

.groom-heading h3 {
    color: #000!important;
}

.gallery-header h3:before,
.groom-heading h3:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 3px solid #fb2185;
    margin: 0;
    position: absolute;
    top: 8px;
    right: -20px;
}

.gallery-header h3:after,
.groom-heading h3:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 3px solid #fb2185;
    margin: 0;
    position: absolute;
    top: 8px;
    left: -20px;
}


/*when*/

.page-bg {
    background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
}

.ceremony {
    padding: 60px;
    margin: 40px 0;
    text-align: center;
    position: relative;
    background-color: #fff;
}

.ceremony:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 5px;
    border: 10px solid #ddd;
}

.ceremony h1 {
    color: #000;
    letter-spacing: 0;
    font-size: 3em;
}

.ceremony strong {
    letter-spacing: 0;
    font-size: 2em;
    margin: 0;
    background: #fb2185;
    width: 40px;
    display: block;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    padding: 0;
}

.ceremony h2 {
    font-weight: 700;
    line-height: 1.6;
    text-transform: uppercase;
    color: #000;
    font-size: 17px;
    letter-spacing: 3px;
    display: inline-flex;
    margin: 0 auto 30px;
    padding: 10px 5px;
}

.ceremony h2 span {
    line-height: 40px;
}

.ceremony h2 span:before,
.ceremony h2 span:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #fb2185;
    margin: 0 auto;
    text-align: center;
}

.ceremony h2:before,
.ceremony h2:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 3px solid #fb2185;
    margin: 17px;
}

.ceremony h5 {
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    color: #444;
    font-size: 14px;
    letter-spacing: 0;
    display: inline-flex;
    margin: 0 auto 30px;
    padding: 0;
    position: relative;
}

.ceremony h5:before {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #fb2185;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -20px;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.ceremony h5:after {
    content: "";
    display: block;
    width: 200px;
    height: 2px;
    background: #ddd;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -20px;
    right: 0;
    margin: 0 auto;
    z-index: 0;
}

.ceremony ul {
    list-style: none;
    line-height: 1.6;
    padding: 0;
    margin: 0;
    position: relative;
}

.ceremony-logo {
    position: relative;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.ceremony ul li {
    list-style: none;
    line-height: 1.8em;
    margin: 10px auto 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #eee;
    display: table;
}

.ceremony ul li b small {
    font-size: 26px;
    margin: 0 20px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 0 20px;
}

.ceremony ul li:last-child {
    border-bottom: none;
}

.ceremony ul li h3 {
    font-family: 'Montserrat', cursive;
    line-height: 1.8em;
    margin: 5px auto;
    display: table;
    padding: 0 15px;
    position: relative;
    z-index: 0;
    text-transform: uppercase;
    font-size: 1em;
}

.ceremony ul li h3:after {
    border-top: 1px solid #ccc;
    content: '';
    display: inline-block;
    width: 30px;
    padding: 0;
    position: relative;
    top: -4px;
    z-index: 2;
    right: -7px;
}

.ceremony ul li h3:before {
    border-top: 1px solid #ccc;
    content: '';
    display: inline-block;
    width: 30px;
    padding: 0;
    position: relative;
    top: -4px;
    z-index: 2;
    left: -7px;
}

.ceremony ul li p {
    font-family: 'Montserrat', cursive;
    line-height: 1.8em;
    margin: 0 auto;
    display: table;
    font-size: 26px;
    color: #000;
    font-weight: bold;
}


/*TIMELINE*/


/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */

.cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

.cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}


/* -------------------------------- 

Main components 

-------------------------------- */

#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #fff!important;
    border-right: 1px dashed #ccc;
}

@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em;
    }
    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-block {
    position: relative;
    margin: 0;
    z-index: 2;
}

.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 0;
    }
    .cd-timeline-block:first-child {
        margin-top: 0;
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.cd-timeline-img img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 50%;
    object-fit: cover;
}

.cd-timeline-img.cd-picture {
    box-shadow: 0 0 0 7px white, inset 0 0px 0 rgba(0, 0, 0, 0.08), 0 0 0px 8px #ddd;
}

.cd-timeline-img.cd-movie {
    background: #222;
    box-shadow: 0 0 0 8px white;
    width: 150px;
    height: 150px;
    left: 0;
    position: relative;
    margin: 0 auto 100px;
}

.cd-timeline-img.cd-movie img.timeline-logo {}

.cd-timeline-img.cd-location {
    background: #7fbb00;
    margin-top: -160px;
    z-index: 2;
    box-shadow: 0 0 0 10px white, inset 0 0px 0 rgba(0, 0, 0, 0.08), 0 0px 20px 10px rgba(0, 0, 0, 0.3);
}

.cd-timeline-img h2 {
    text-align: center;
    color: white;
    font-size: 1.3em;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 45px;
    line-height: 45px;
}

.cd-timeline-img h2 span {
    line-height: 60px;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 200px;
        height: 200px;
        left: 50%;
        top: 40px;
        margin-left: -100px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: #fff;
    border-radius: 0.25em;
    padding: 1em;
    color: #777;
}

.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-content h2 {
    color: #3E3D39!important;
    font-size: 1.3em;
    letter-spacing: 3px;
}

.cd-timeline-content h3 {
    font-family: "Roboto Slab";
    color: #ccc;
    font-size: 13px;
    margin: 15px -40px 0 -40px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0px 40px;
}

.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    font-size: 14px;
}

.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    display: inline-block;
}

.cd-timeline-content p {
    margin: 1em 0;
    color: #777;
    line-height: 1.7em;
    font-weight: 300;
}

.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: white;
    border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-right: 19px solid white;
}

@media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {}
    .cd-timeline-content p {
        font-size: 14px;
        font-weight: normal;
    }
    .cd-timeline-content .cd-read-more,
    .cd-timeline-content .cd-date {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 20px 40px;
        width: 39%;
        text-align: right;
    }
    .cd-timeline-content::before {
        top: 47px;
        left: 97%;
        border-color: transparent;
        border-left-color: white;
        display: none;
    }
    .cd-timeline-content .cd-read-more {
        float: left;
    }
    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
        text-align: left;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}


/*RSVP*/

.rsvp-nest {
    background: #fff;
    padding: 80px;
    border-radius: 5px;
    text-align: center;
    margin: 100px 0;
}

.rsvp-nest h2 {
    font-size: 22px;
    color: #222;
    letter-spacing: 0;
    margin: 75px 0 0 0;
}

.rsvp-nest h2:before {
    content: "";
    background: #ddd;
    width: 100px;
    height: 2px;
    display: block;
    margin: 0 auto 15px;
}

.rsvp-nest h3 {
    font-size: 16px;
}

.rsvp-nest h3:after {
    content: "";
    background: #ddd;
    width: 100px;
    height: 1px;
    display: block;
    margin: 25px auto 75px;
}

.rsvp-nest h1 {
    margin: 0 40px 40px 40px;
    color: #222;
    position: relative;
    font-weight: bold;
}

.rsvp-nest h1:before {
    content: "";
    background: #fb2185 url(../images/ribbon-left.png) right center no-repeat;
    display: inline-block;
    height: 42px;
    width: 90px;
    margin: 0px 25px 0 0;
    position: relative;
    top: 10px;
}

.rsvp-nest h1:after {
    content: "";
    background: #fb2185 url(../images/ribbon-right.png) right center no-repeat;
    display: inline-block;
    height: 42px;
    width: 90px;
    margin: 0 0 0 25px;
    position: relative;
    top: 10px;
}

.gift-registry {
    background: #fff;
    padding: 80px;
    border-radius: 5px;
    margin: 0 0 40px 0;
    text-align: center;
}

.gift-registry a img {
    width: 25%;
    margin: 0 20px;
}

.gift-registry p {
    margin-bottom: 75px;
}

.gift-registry span {
    text-transform: uppercase;
}

.gift-registry h2 {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    display: table;
    font-size: 17px;
    margin: 75px auto 20px;
    padding: 6px 10px;
}

.gift-registry h1 {
    margin: 0 40px 40px 40px;
    color: #222;
    position: relative;
    font-weight: bold;
}

.gift-registry h1:before {
    content: "";
    background: #fb2185 url(../images/ribbon-left.png) right center no-repeat;
    display: inline-block;
    height: 42px;
    width: 90px;
    margin: 0 25px 0 0;
    position: relative;
    top: 10px;
}

.gift-registry h1:after {
    content: "";
    background: #fb2185 url(../images/ribbon-right.png) right center no-repeat;
    display: inline-block;
    height: 42px;
    width: 90px;
    margin: 0 0 0 25px;
    position: relative;
    top: 10px;
}


/*MAP*/

.map-nest {
    position: relative;
    top: 30px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(255, 255, 255, 1);
    padding: 30px 0 60px;
    text-align: center;
    height: auto;
    border: 1px solid #eee;
}

.map-nest div {
    padding: 20px;
}

.map-nest img {
    margin: 30px 0;
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.map-nest h1 {
    margin-top: 0;
    font-size: 3em;
    color: #fff;
    margin: 0 auto 30px;
    text-align: center;
    font-weight: bold;
    position: relative;
    z-index: 5;
    color: #000;
}

.map-nest span {
    padding: 0 25px;
    display: block;
}

.map-nest h2 {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    display: table;
    font-size: 1.2em;
    margin: 0 auto 20px;
    padding: 6px 10px;
}

.map-nest h3 {
    background: #fb2185;
    font-size: 1em;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    padding: 15px 0;
    z-index: 5;
    color: #fff!important;
}

.map-nest h3:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    bottom: 4px;
    border-top: 1px dashed rgba(255, 255, 255, 0.4);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    z-index: 10;
}

.map-nest-wrapper {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}

.map-wrapper {
    position: relative;
    z-index: 0;
    height: 650px;
    width: 100%;
}

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

.map h1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    color: red;
}


/*Video Youtube Background*/

.video-background-nest {
    position: relative;
    width: 100%;
    height: 100vh;
}

.video-background {
    position: fixed;
    top: 0;
    right: -5px;
    bottom: 0;
    left: -5px;
    z-index: -99;
}

.video-foreground,
.video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
}

#vidtop-content {
    top: 0;
    color: #fff;
}

.vid-info {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    color: #fff;
    padding: 1rem;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.vid-info img {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    bottom: 0;
    left: 0;
    margin: auto;
}

.vid-info h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 0;
    line-height: 1.2;
}

.vid-info a {
    display: block;
    color: #fff;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5);
    transition: .6s background;
    border-bottom: none;
    margin: 1rem auto;
    text-align: center;
}

@media (min-aspect-ratio: 16/9) {
    .video-foreground {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video-foreground {
        width: 300%;
        left: -100%;
    }
}

@media all and (max-width: 600px) {
    .vid-info {
        width: 50%;
        padding: .5rem;
    }
    .vid-info h1 {
        margin-bottom: .2rem;
    }
}

@media all and (max-width: 500px) {
    .vid-info .acronym {
        display: none;
    }
}


/*Groosmen*/

.testimonial {
    padding: 10px 20px;
    margin: 0;
    font-size: inherit;
    border-left: none;
}

.common-border {
    border-right: 1px dashed #ddd;
    height: 100%;
    margin: 15px 0;
}

.team-member {
    padding: 0px 0 25px;
}

.team-member img {
    margin: 20px 35px 0 20px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: right;
    float: left;
    position: relative;
    top: -5px;
    object-fit: cover;
    border: 5px solid #ddd;
    padding: 5px;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 20px;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
    text-align: left;
    padding: 0 0 0 175px;
    margin: 0;
    position: relative;
    top: 10px;
    left: 0px;
}

.team-member > .quote:before {
    content: '\275d';
    speak: none;
    font-style: normal;
    left: 140px;
    top: -34px;
    font-size: 4em;
    color: #ddd;
    position: absolute;
}

.team-member b {
    text-transform: uppercase;
    color: #777;
    position: relative;
    background: #fff;
    padding: 0;
    letter-spacing: 3px;
    z-index: 3;
    margin-top: 20px;
    display: inline-table;
}

.team-member b:before {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background: #fb2185;
    position: relative;
    z-index: 0;
    top: -10px;
}

.team-member p span {
    padding: 15px 0px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 300;
}


/*team member right*/

.team-member-right {
    padding: 0px 0 25px;
}

.team-member-right img {
    margin: 20px 15px 0 35px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: left;
    float: right;
    position: relative;
    top: -5px;
}

.team-member-right h4 {
    margin-top: 25px;
    margin-bottom: 20px;
    text-transform: none;
}

.team-member-right p {
    margin-top: 0;
    text-align: right;
    padding: 0 175px 0 0;
    margin: 0 0 15px 0;
    position: relative;
    top: 10px;
    left: 0px;
    color: #777!important;
    line-height: 1.7em!important;
}

.team-member-right p b {
    text-transform: uppercase;
    color: #777;
    font-size: 13px;
    letter-spacing: 3px;
}

.team-member-right p span {
    padding: 15px 0px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 300;
}

.bridesmaid {
    text-align: left;
    text-transform: uppercase;
    font-size: 1em;
    color: #666;
    font-weight: 100;
    margin: 30px 0 30px 40px;
    padding: 0;
    border-radius: 0;
    letter-spacing: 0
}


/*PAGEBUILDER*/

.page-home-common {
    position: relative;
    z-index: 5;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    pointer-events: auto;
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

#page-story,
#page-blog,
#page-rsvp,
#page-groomsmen,
#page-gift {
    border-bottom: 1px dashed #ccc;
}

.page-home-nest {
    position: relative;
    width: 100%;
    height: 100vh;
}

#page-home-video {
    overflow: hidden;
}

#page-software {
    width: 100%;
}

.page-bg .widgettitle {
    display: none;
}

.logo-scroll-to {
    float: left;
}

.logo-scroll-to h1 {
    color: #111!important;
    text-transform: capitalize;
    font-size: 20px;
    padding: 0!important;
    letter-spacing: 0;
    margin: 10px;
    position: relative;
    top: 5px;
}

.dummy {
    overflow-x: hidden;
    z-index: 0;
}