/*!
Author: themesmile
Author URI: http://themeforest.net/user/themesmile/portfolio
Version: 1.0
 */

* {
    box-sizing: border-box;
}

.single_image {}

.single_image img {
    position: absolute;
    z-index: 1;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    top: 0;
    left: 0;
}

.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 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 10px;
    position: relative;
}

.bride_title h3:before,
.bride_title h3:after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 50px;
    background: #888;
    right: 0;
    top: 0;
    margin: 5px 15px 0;
}

.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 {
    opacity: 0.6;
    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: #fff!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: 20%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
    color: aliceblue;
}


/*gallery*/

.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: "";
    background: rgba(0, 0, 0, 0.5);
    display: block;
    width: 100%;
    height: 100vh;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.gallery-header h1,
.groom-heading h1 {
    margin-top: 0;
    color: #fff;
    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;
    color: #fff!important;
    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;
}

.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;
}

.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;
}


/*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 {
    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 {
    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: 100%;
    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
}