
/* general / page global */
a.no-decoration:hover {
    text-decoration: none;
}

.nav-stacked>li {
    margin-top: 2px;
    margin-left: 0 !important;
}

html, body {
    overflow-x: hidden;
}

/* CARD GRID */
.card-grid .panel {
    margin-bottom: 14px;
}

.card-grid .panel-body {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px 30px !important;
}

.card-grid .grid-sizer, .card-grid .grid-item {
    padding-right: 6px !important;
    padding-left: 6px !important;
}

/* Flex row overrides bugfix safari  */
.row.is-flex:before, .row.is-flex:after {
    display: none !important;
    content: " ";
}

/* PWSP SWIPER Overrides */
body.main .pswp:not(.pswp--fs) .pswp__top-bar {
    top: 58px;
}

/* -- Scrollbar for card grid */
.card-grid *::-webkit-scrollbar {
    width: 0.6em;
}
 
.card-grid *::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
}
 
.card-grid *::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

/* RSVP / RSVP MODAL */

body.rsvp {
    /*RSVP*/
  }
  body.rsvp #wrapper {
    display: flex;
    overflow: visible;
  }
  body.rsvp #wrapper .main {
    min-height: 100%;
  }
  body.rsvp #wrapper .main h4 {
    font-weight: 500;
  }
  body.rsvp #wrapper .main .subheadLarge {
    margin-bottom: 10px;
  }
  body.rsvp #wrapper .main .question-title {
    font-size: 1.2rem;
  }
  body.rsvp #wrapper .main .question-row {
    margin: 15px 0;
  }
  body.rsvp #wrapper .main #rsvp {
    width: 100%;
    z-index: 3;
  }
  body.rsvp #wrapper .main .container.thin {
    max-width: 600px !important;
  }
  body.rsvp #wrapper .complete p {
    padding: 1em;
  }
  body.rsvp #footer-rsvp {
    background: #f92e74;
    position: fixed;
    z-index: 9999;
    bottom: 0px;
    width: 100%;
    height: 60px;
    text-align: center;
    padding: 1em 0.5em;
  }
  body.rsvp #rsvp .block > .nav-tabs > li > a {
    color: inherit;
  }
  body.rsvp #rsvp .img-upload-circle {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    color: white;
    background-color: #444;
    text-align: center;
  }
  body.rsvp #rsvp .img-upload-circle:hover {
    color: white;
    background-color: #666;
  }
  body.rsvp #rsvp .img-upload-circle .fa-lg {
    line-height: 64px;
  }
  body.rsvp .form-small .form-control {
    font-size: 14px;
  }
  body.rsvp .btn-light,
  body.rsvp .btn-light.btn-primary.appy-btn {
    color: #ccc;
    background-color: #fff;
    border-color: #ccc;
  }
  body.rsvp .btn-tiny {
    font-size: 12px;
    padding: 6px 5px;
  }
  body.rsvp .btn-rsvp,
  body.rsvp .btn.btn-rsvp {
    margin-right: 12px;
    min-width: 80px;
    border-top-color: white;
    border-left-color: white;
    border-right-color: white;
  }
  body.rsvp .btn-light.btn-primary.appy-btn:focus,
  body.rsvp .btn-light.btn-primary.appy-btn.focus,
  body.rsvp .btn-light.btn-primary.appy-btn:hover {
    color: #444;
    background-color: #fff;
    border-color: #444444;
  }
  body.rsvp #rsvp label.css-checkbox {
    color: #343434;
  }
  body.rsvp #rsvp .progress-bar-info {
    background-color: #b2a584;
  }
  body.rsvp #rsvp h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline-block;
  }
  body.rsvp .text-gold {
    color: #b2a584;
  }
  body.rsvp .no-focus *:focus {
    outline: 0 !important;
  }
  body.rsvp .btn-rsvp:active:focus {
    outline: 0;
  }
  body.rsvp .btn-accept:focus,
  body.rsvp .btn-accept.selected,
  body.rsvp .btn-accept.active {
    color: #fff;
    background-color: #46c37b;
    border-color: #34a263;
    outline: 0;
  }
  body.rsvp .btn-decline:focus,
  body.rsvp .btn-decline.selected,
  body.rsvp .btn-decline.active {
    color: #fff;
    background-color: #f7323f;
    border-color: #c54736;
    outline: 0;
  }
  body.rsvp .btn-maybe:focus,
  body.rsvp .btn-maybe.selected,
  body.rsvp .btn-maybe.active {
    color: #fff;
    background-color: #f3b760;
    border-color: #efa231;
    outline: 0;
  }
  body.rsvp .btn-none:focus,
  body.rsvp .btn-none.selected,
  body.rsvp .btn-none.active {
    color: #fff;
    background-color: #8b8b8b;
    border-color: #595857;
    outline: 0;
  }
  body.rsvp .content-events-list {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  body.rsvp .content-events-list .rsvp-status {
    font-size: 12px;
  }
  body.rsvp .block-content.active {
    background-color: #ffffff;
    position: relative;
  }
  body.rsvp .block-content.active:before {
    content: "";
    width: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
  }
  body.rsvp #rsvp .date-block {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.2;
    padding-top: 2px;
    margin-bottom: 7px;
    min-width: 30px;
  }
  body.rsvp #rsvp .date-block span {
    display: block;
  }
  body.rsvp #rsvp .date-block.inline {
    line-height: 2;
  }
  body.rsvp #rsvp .date-block.inline span {
    display: inline;
    padding-right: 2px;
  }
  body.rsvp #rsvp .date-block.inline span.spacer {
    padding-left: 10px;
  }
  body.rsvp #rsvp .event-block {
    display: inline-block;
  }
  body.rsvp .rsvp-quiz .btn-label {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    padding: 0 10px;
    height: 100%;
  }
  body.rsvp .btn-quizz {
    position: relative;
    background-color: white;
    border-color: #ccc;
    text-align: left;
    font-weight: 400;
    padding-left: 36px;
    border-left: none;
    border-right: none;
    border-top: none;
    font-family: inherit;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 300;
    white-space: normal;
  }
  body.rsvp .btn-quizz:hover {
    background-color: rgba(0, 0, 0, 0.15);
  }
  body.rsvp .btn-quizz:active,
  body.rsvp .btn-quizz.active {
    color: #444;
    background-color: rgba(68, 68, 68, 0.19);
    -webkit-font-smoothing: antialiased;
  }
  body.rsvp label .fa {
    line-height: 32px;
  }
  body.rsvp .no-padding {
    padding: 0;
  }
  body.rsvp .row.plus-ones .form-group {
    margin-bottom: 0;
  }

.modal.rsvp-modal .modal-body {
    padding: 0px;
}

.modal.rsvp-modal {
    text-align: center;
    padding: 0!important;
  }
  
.modal.rsvp-modal:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -4px;
}

body.main .modal-backdrop.in {
    opacity: .55;
}

.modal-dialog.rsvp-modal {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    max-width: 440px;
}
body.editing .modal-backdrop {
    z-index: 4000 !important;
}

/* filestack overrides */
.fp__overlay {
    z-index: 9000 !important;
}


/* CONTAINER STUFF */

.lite-wrapper-content .wedsite-section-title {

    margin-top: 5px;

}

#wrapper .main {
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
}

#wrapper > * {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}

#wrapper #rsvp {
  width: 100%;
}

section.main {
    position: relative;
    font-size: inherit;
    background-size: 100%;
    background-repeat: repeat;
}

.lite-section-spacing {
    margin-bottom: 100px !important;
}

.wedsite-page-wrapper .weddingapp-content-standard-container {
    position: relative;
    width: 90%;
    max-width: 1300px;
    margin: 50px auto 5px;
}

/* default container size */
#wrapper .row-lite-wrapper {
    max-width: 70%;
    margin: 0 auto;
}
/* section container overrides */
#wrapper #events.row-lite-wrapper {
    max-width: 60% !important;
}

#wrapper #couple.row-lite-wrapper {
    max-width: 80% !important;
}

#wrapper #people.row-lite-wrapper {
    max-width: 65% !important;
}

#wrapper #registry.row-lite-wrapper {
    max-width: 60% !important;
}

#wrapper #travel.row-lite-wrapper {
    max-width: 50% !important;
}

#wrapper #hotels.row-lite-wrapper {
    max-width: 50% !important;
}

#wrapper #guestbook.row-lite-wrapper {
    max-width: 85% !important;
}


#wrapper .row-lite-wrapper .lite-inner-header {
    padding: 25px 0px;
}

#wrapper .row-lite-wrapper .lite-inner-light-box {
    background: #fff;
    color: #000;
}
#wrapper .row-lite-wrapper .lite-inner-light-box-80 {
    background: rgba(255,255,255,0.8);
    color: #000;
}
.lite-top-header-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}
.lite-wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}
.lite-wrapper-sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 60px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    color: #000;
    transform-origin: center left;
    -webkit-transform: translate(0px, 0);
    -webkit-transition: -webkit-transform 0.8s ease;
    -moz-transform: translate(0px, 0);
    -moz-transition: -moz-transform 0.8s ease;
    transform: translate(0px, 0);
    transition: -webkit-transform 0.8s ease;
    transform-origin: center left; /* Set the transformed position of sidebar to center left side. */
}
.lite-wrapper-sidebar.active {
    transform: translate(-250px, 0);
}

.lite-wrapper-sidebar .sidebar-header {
    padding: 20px;
    background: #fff;
}

.lite-wrapper-sidebar ul.components {
    padding: 20px 0;
}

.lite-wrapper-sidebar ul p {
    color: #000;
    padding: 10px;
}

.lite-wrapper-sidebar ul li {
    transition: all 0.3s;
    padding-left: 20px;
}
.lite-wrapper-sidebar ul li:hover {
    transition: all 0.3s;
}

.lite-wrapper-sidebar ul li a {
    padding: 10px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
}

.lite-wrapper-sidebar ul li a:hover {
    color:rgba(0,0,0,0.5);
}

.lite-wrapper-sidebar ul li.active>a,
.lite-wrapper-sidebar a[aria-expanded="true"] {
    color: #444;
}

.lite-wrapper-sidebar a[data-toggle="collapse"] {
    position: relative;
}

.lite-wrapper-sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.lite-wrapper-sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
}

.lite-wrapper-sidebar ul.CTAs {
    padding: 20px;
}

.lite-wrapper-sidebar ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

.lite-wrapper-content {
    width: calc(100%);
    padding: 0px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    /* overflow-y: auto;
    overflow-x: hidden; */
    /* transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665); */
    transform: translateX(250px);
}

/* .lite-wrapper-content #container, .lite-wrapper-content .region-content, .lite-wrapper-content #block-system-main {
    width: 100%;
    height: 100%;
    position: absolute;
} */

.lite-wrapper-content.active {
    transform: translateX(0px);
}


/* menu */
.lite-top-header-wrapper .site-nav-btn {
    display: none;
    line-height: 1.13em;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border-radius: 35px 35px 35px 35px;
    position: absolute;
    top: 14px;
    left: 14px;
    /* -webkit-box-shadow: 0 3px 5px -1px rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12);
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12); */
    z-index: 2001;
}
.lite-top-header-wrapper .site-nav-btn.active {
    display: block;
}
.lite-top-header-wrapper .mobileNavBar-link {
    width: 35px;
    height: 35px;
    display: block;
    padding-top: 12px;
    padding-left: 7px;
}
.lite-top-header-wrapper .nav_icon-bar {
    display: block;
    width: 18px;
    height: 1px;
    margin-left: 2px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.lite-top-header-wrapper .nav_icon-bar + .nav_icon-bar {
    margin-top: 4px;
}
/* header */
.lite-top-header-wrapper .site-nav-header {
    width: 100%;
    max-width: 100%;
    z-index: 4000;
    position: fixed;
    background-color: #fff;
    padding: 3px;
    visibility: hidden;
}
.lite-top-header-wrapper .site-nav-header.active {
    display: block;
}
.lite-top-header-wrapper .site-nav-header .site-nav-btn {
    position: relative !important;
    top: 0px;
    left: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* footer */
.lite-wrapper .site-nav-footer {
    width: 100%;
    max-width: 100%;
    z-index: 4000;
    position: fixed;
    background-color: #fff;
    padding: 3px;
    bottom: 0px;
}
.lite-wrapper .site-nav-footer #clock {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    align-content: center;
    color: #343434;
    margin-top: 0em;
}
.lite-wrapper .site-nav-footer #clock > div[class]:not(.none) {
    background: #fff;
    width: auto !important;
    height: 65px;
    float: left;
    padding: 18px 0px;
    margin: 0 0.25em;
    font-size: 2rem;
    display: block;
    z-index: 1;
    position: relative;
  }
  .lite-wrapper .site-nav-footer #clock > div[class]:not(.none) .inner {
    width: auto !important;
    float: left;
    text-align: right;
    margin-right: 4px;
  }
  .lite-wrapper .site-nav-footer #clock .hours-container {
    margin-right: 5px !important;
  }
  .lite-wrapper .site-nav-footer #clock > div[class]:not(.none) h3 {
    /* width: 2.8em; */
    float: left;
    text-align: left;
  }
.lite-wrapper .site-nav-footer #clock > div[class]:not(.none):hover {
    z-index: 2;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
.lite-wrapper .site-nav-footer #clock > div[class]:not(.none):nth-child(2) {
    background: rgba(255, 255, 255, 0.9);
  }
.lite-wrapper .site-nav-footer #clock > div[class]:not(.none):nth-child(3) {
    background: rgba(255, 255, 255, 0.7);
  }
.lite-wrapper .site-nav-footer #clock > div[class]:not(.none):nth-child(4) {
    background: rgba(255, 255, 255, 0.5);
  }
#get-our-app-link{
    text-decoration: none;
}
#get-our-app-link:link{
    text-decoration: none;
}

/* GALLERY PAGE */
body.gallery #wrapper .main {
    min-height: calc(100vh);
  }
  body.gallery.no-js .grid div.grid-item-content,
  body.gallery.no-cssanimations .grid div.grid-item-content,
  body.gallery .grid .shown {
    opacity: 1;
  }
  body.gallery .add-photo-container {
    position: absolute;
    left: 0;
    border-radius: 0;
    width: 100%;
    min-height: 150px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-justify-content: center;
    justify-content: center;
  }
  body.gallery .add-photo-container a#add-gallery-photos {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  body.gallery .add-photo-container a#add-gallery-photos .fa {
    font-size: 1rem;
  }
  body.gallery .add-photo-container a#add-gallery-photos p {
    font-size: 1rem;
    text-transform: uppercase;
  }
  body.gallery .add-photo-container a#download-gallery {
    position: absolute;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    align-self: center;
  }
  body.gallery .grid div[class*="col-"] {
    float: left;
    width: 22%;
  }
  @media only screen and (min-width: 1024px) {
    body.gallery .grid div[class*="col-"] {
      width: calc(25% - 12px);
    }
  }
  @media only screen and (max-width: 1023px) {
    body.gallery .grid div[class*="col-"] {
      width: calc(50% - 12px);
    }
  }
  body.gallery .grid .grid-item-content {
    display: block;
  }
  body.gallery .grid .grid-item-content img {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  body.gallery .grid .grid-item-content img:hover {
    cursor: pointer;
    -webkit-filter: saturate(1.3);
    -webkit-box-shadow: inset 10px 10px 118px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 10px 10px 118px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 10px 10px 118px 0px rgba(0, 0, 0, 0.75);
  }
  body.gallery .grid [class*="col-"] {
    padding: 0;
  }
  body.gallery .grid.effect-1 div.grid-item-content.animate {
    -webkit-animation: fadeIn 0.65s ease forwards;
    animation: fadeIn 0.65s ease forwards;
  }
  body.gallery .grid.effect-2 div.grid-item-content.animate {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards;
  }
  body.gallery .grid.effect-3 div.grid-item-content.animate {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: scaleUp 0.65s ease-in-out forwards;
    animation: scaleUp 0.65s ease-in-out forwards;
  }
  body.gallery .grid.effect-4 {
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  body.gallery .grid.effect-4 div.grid-item-content.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    -webkit-animation: fallPerspective 0.8s ease-in-out forwards;
    animation: fallPerspective 0.8s ease-in-out forwards;
  }
  body.gallery .grid.effect-5 {
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  body.gallery .grid.effect-5 div.grid-item-content.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50% -300px;
    transform-origin: 50% 50% -300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-animation: fly 0.8s ease-in-out forwards;
    animation: fly 0.8s ease-in-out forwards;
  }
  body.gallery .grid.effect-6 {
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  body.gallery .grid.effect-6 div.grid-item-content.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: rotateX(-80deg);
    transform: rotateX(-80deg);
    -webkit-animation: flip 0.8s ease-in-out forwards;
    animation: flip 0.8s ease-in-out forwards;
  }
  body.gallery .grid.effect-7 {
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  body.gallery .grid.effect-7 div.grid-item-content.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-animation: helix 0.8s ease-in-out forwards;
    animation: helix 0.8s ease-in-out forwards;
  }
  body.gallery .grid.effect-8 {
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  body.gallery .grid.effect-8 div.grid-item-content.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-animation: popUp 0.8s ease-in forwards;
    animation: popUp 0.8s ease-in forwards;
  }
  body.gallery.editing #wrapper .main {
    min-height: calc(100vh);
  }

/* GALLERY */
.single-page-gallery #add-gallery-photos .lite-photo-add-circle {
    position: absolute;
    z-index: 4000;
    padding: 0.5em;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 50px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: rgba(0,0,0,0.8);
}

.single-page-gallery #add-gallery-photos .lite-photo-add-circle:hover {
    background-color: rgba(255,255,255,0.8);
}

.single-page-gallery #add-gallery-photos .lite-photo-add-circle i {
    display: inline-block;
    width: 100%;
    color: #ffffff;
}

.single-page-gallery #add-gallery-photos .lite-photo-add-circle:hover i {
    color: #000000;
}

.lite-carousel-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
}

.lite-carousel {
    height: 50vh;
    min-height: 400px;
}

.lite-carousel img {
    display: block;
    height: 50vh;
    min-height: 400px;
}

.lite-gallery-overlay {
    position: absolute;
    z-index: 2001;
    width: 101%;
    height: 100%;
}

.lite-gallery-overlay-color {
    position: absolute;
    z-index: 2001;
    width: 100%;
    height: 100%;
    /* mix-blend-mode: color; */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
}

.lite-gallery-overlay-box {
    padding: 5.25em 0.75em;
    background: rgba(255,255,255,0.8);
   /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); */
   box-shadow: 0 1px 2px rgba(0,0,0,0.15);
   transition: all 0.3s ease-in-out;
}

.lite-gallery-overlay-box:hover {
    background: rgba(255,255,255,1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transition: all 0.3s ease-in-out;
}

.lite-gallery-overlay-box:hover div {
    /* color: #ffffff !important; */
}

/* PARALLAX */
.parallaxParent {
    height: 100%;
    overflow: hidden
}

.parallaxParent > * {
    height: 150%;
    position: relative;
    top: 18%;
}

/* BUTTON EXPANDED */
.btn.btn-large-dynamic {
    min-width: 176px;
    max-width: 80%;
}

.lite-wrapper-content .btn.photo.image-picker {
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    padding-left: 16px !important;
}

.lite-wrapper-content .lite-photo-add-circle {
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    padding-left: 8px !important;
}

/* INPUT OVERRIDES */
.lite-wrapper-content .form-material > .form-control {
    padding-left: 0;
    padding-right: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    -moz-box-shadow: 0 1px 0 #aeaeae;
    -webkit-box-shadow: #aeaeae;
    box-shadow: 0 1px 0 #aeaeae;
}

/* UTIL CLASSES */

.all-caps {
    text-transform: uppercase;
}

.paddingless {
    padding: 0px;
}

.marginless {
    margin: 0px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.vertical-align {
    display: flex;
    align-items: center;
}
.is-flex-vertical-align-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.table-container {
    display: table;
}
  
.table-container .table-row {
    height: 100%;
    display: table-row;
}
  
.table-container .table-row .table-col {
    display: table-cell;
    float: none;
    vertical-align: top;
}

.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* effects */
/* paper stack */
.paper {
    background: #fff;
    padding: 30px;
    position: relative;
  }
  
  .paper,
  .paper::before,
  .paper::after {
    /* Styles to distinguish sheets from one another */
    box-shadow: 1px 1px 1px rgba(0,0,0,0.25);
    border: 1px solid #bbb;
  }
  
  .paper::before,
  .paper::after {
    content: "";
    position: absolute;
    height: 95%;
    width: 99%;
    background-color: #eee;
  }
  
  .paper::before {
    right: 15px;
    top: 0;
    transform: rotate(-1deg);
    z-index: -1;
  }
  
  .paper::after {
    top: 5px;
    right: -5px;
    transform: rotate(1deg);
    z-index: -2;
  }

/* Grow Rotate */
.hvr-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg);
  }

/* Curl Bottom Right */
.hvr-curl-bottom-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
  }
  .hvr-curl-bottom-right:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: 0;
    right: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
  }
  .hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
    width: 25px;
    height: 25px;
  }

/* COLOR STUFF */
.darkish-text {
    color: #000 !important;
}

.darkish-text:link {
    color: #000 !important;
}

.darkish-text:active {
    color: #000 !important;
}

a.darkish-text:hover {
    color: #444 !important;
}
.lightish-bckg {
    background-color: #fff;
}
.lightish-text {
    color: #fff !important;
}

.lightish-text:link {
    color: #fff !important;
}

.lightish-text:active {
    color: #fff !important;
}

a.lightish-text:hover {
    color: #444 !important;
}

/* FONT OVERRIDES */
.lite-top-header-wrapper .site-nav-header .titleT2 {
    /* line-height: 30px;
    height: 30px; */
}

/* WELCOME IMAGE */
.wedsite-page-wrapper .welcome-img-container {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 450px;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.5);
    background-position: center center;
}

/* GUEST BOOK */
#guestbook {
    top: 50px;
}

.lite-wrapper .lite-guestbook-header {
    padding: 4em;
}

.lite-wrapper .lite-guestbook-content {
    margin-top: 10px;
}

.lite-wrapper .lite-guestbook-content .lite-guestbook-comment {
    margin-top: 15px;
    margin-bottom: 15px;
    max-height: 220px;
    height: 220px;
    overflow-y: hidden;
    display: inline-block;
    float: none;
    font-size: 14px;
}

.lite-wrapper .lite-guestbook-content .lite-guestbook-comment .lite-inner-light-box {
    max-height: 220px;
    height: 220px;
    border: 1px solid;
}

.lite-wrapper .lite-guestbook-content .lite-guestbook-comment  .lite-guestbook-comment-guest-photo {
    position: absolute;
    padding: 0px;
    margin: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 5px;
    z-index: 1300;
}

.lite-wrapper .lite-guestbook-content .lite-guestbook-comment .img-lightbox-container {
    width: 70px;
    height: 70px;
    margin-top: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.lite-wrapper .lite-guestbook-content .lite-guestbook-comment .lite-guestbook-comment-guest {
    padding: 0px;
    font-size: 1rem;
    color: #454545;
}

.lite-wrapper .lite-guestbook-content .lite-guestbook-comment .lite-guestbook-comment-text  {
    padding: 0px;
    margin: 75px auto 10px auto;
    font-size: 1rem;
    color: #444444;
    height: 70px;
    width: 70%;
}

.lite-wrapper .lite-guestbook-content .lite-guestbook-comment .lite-guestbook-comment-text p  {
    padding: 0px;
    font-size: 1.2rem;
    color: #444444;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
}

.lite-wrapper .lite-guestbook-content .lite-guestbook-comment .lite-guestbook-comment-date {
    padding: 0px 5px;
    font-size: 1rem;
    color: #454545;
}

.lite-wrapper .lite-guestbook-header .uploaded-photo-container {
    position: relative;
    z-index: 99;
    display: inline-block;
    width: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.lite-wrapper .lite-guestbook-header .uploaded-photo-container img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}


/* EVENTS BOX */
#events .content-template-1 {
    max-width: 100%;
}

#events .widget-container {
    font-size: 1rem;
    padding: 2em 0 0 0;
    position: relative;
    margin-left: -5px;
    width: calc(100% + 15px);
}

.single-lite-box-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(51,51,51,0.4);
}
@media (min-width: 64rem) {
    .single-lite-box-timeline::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.single-lite-bot-timeline-over {
    position: relative;
    z-index: 1;
}

.single-lite-events-header {
    margin-top: 60px;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    padding: 3em 10px;
    background: #fff;
    border: rgba(51,51,51,0.4) 1px solid;
    transform: perspective(600px) rotateX(90deg);
    transition: transform 0.6s ease-out;
    z-index: 3001;
}
.single-lite-events-header.rotate {
    transform: perspective(600px) rotateX(0deg);
}

.single-lite-time {
    font-size: 1.2em;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #444444;
    text-transform: uppercase;
}

.single-lite-date {
    font-size: 1.2em;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #444444;
}

.single-lite-address {
    font-size: 1.2em;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #444444;
}

.single-lite-map {
    min-height: 250px;
    height: 20vh;
}

.row-lite-wrapper .lite-event-private-left {
  width: 50px;
  height: 50px;
  color: white;
  -webkit-font-smoothing: antialiased;
  border-radius: 50%;
  margin: 0 auto;
}

.row-lite-wrapper .lite-event-private-left i {
  margin: auto;
}

/* REGISTRY */
.singlelite-registry-head-box {
    width: 100%;
    height: 100%;
}

.content-template-1[contenttype=registry][contenttemplate="list"] .weddingapp-content-registry-list-wrapper {
    width: 100%;
}

/* STORIES */
#wrapper .content-template-1[contenttype=stories] {
    margin-left: -15px;
    width: calc(100% + 30px);
    max-width: 100%;
}

.content-template-1[contenttype=stories][contenttemplate="polaroids"] .singlelite-content-couple-polaroid figcaption.story-title {
    color: #444;
    font-size: 20px;
    font-family: 'Rollerscript-Smooth', sans-serif;
    text-transform: none;
    text-align: left;
    white-space: pre-line;
    word-wrap: break-word;
    vertical-align: middle;
    height: 80px;
    position: relative;
    display: table-cell;
}

.content-template-1[contenttype=stories][contenttemplate="polaroids"] .singlelite-content-couple-polaroid,
.photoviewer-content-couple[contenttemplate="polaroids"] .singlelite-content-couple-polaroid {
  padding: 4px 1px;
  margin: 10px 4px 10px 10px;
}
.content-template-1[contenttype=stories].photoviewer-shadowbox .weddingapp-content-couple-story,
.photoviewer-content-couple.photoviewer-shadowbox .weddingapp-content-couple-story {
  background-color: #eeeeee;
  width: 100%;
  height: 100%;
}
.content-template-1[contenttype=stories].photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-story-container,
.photoviewer-content-couple.photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-story-container {
  float: right;
  margin-top: 4%;
  margin-right: 4%;
  width: 43%;
  height: 75%;
  overflow: auto;
}
.content-template-1[contenttype=stories].photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-story-container .weddingapp-content-couple-story-title,
.photoviewer-content-couple.photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-story-container .weddingapp-content-couple-story-title {
  margin: 0.6em 0 1.2em;
}
.content-template-1[contenttype=stories].photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-photo,
.photoviewer-content-couple.photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-photo {
  background-size: contain;
}
.content-template-1[contenttype=stories].photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-prev,
.photoviewer-content-couple.photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-prev,
.content-template-1[contenttype=stories].photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-next,
.photoviewer-content-couple.photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-next {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}
.content-template-1[contenttype=stories].photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-prev,
.photoviewer-content-couple.photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-prev {
  left: 0;
  background-image: url("/img/wedding/single/arrow_thin_left.png");
}
.content-template-1[contenttype=stories].photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-next,
.photoviewer-content-couple.photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-next {
  right: 0;
  background-image: url("/img/wedding/single/arrow_thin_right.png");
}
.content-template-1[contenttype=stories].photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-story-close,
.photoviewer-content-couple.photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-story-close {
  position: absolute;
  top: 15px;
  right: 25px;
  padding: 7px 15px;
  font-size: 16px;
  color: #cccccc;
  cursor: pointer;
}
.content-template-1[contenttype=stories].photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-photo-underlay,
.photoviewer-content-couple.photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-photo-underlay,
.content-template-1[contenttype=stories].photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-photo,
.photoviewer-content-couple.photoviewer-shadowbox .weddingapp-content-couple-story .weddingapp-content-couple-photo {
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.content-template-1[contenttype=stories] .singlelite-content-couple-polaroid-button,
.photoviewer-content-couple .singlelite-content-couple-polaroid-button {
  display: block;
  position: absolute;
  bottom: -10px;
  right: -10px;
  background: url("/img/wedding/single/plus-icon-white.png") no-repeat 50% 50% #999999;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.content-template-1[contenttype=stories] .singlelite-content-couple-polaroid,
.photoviewer-content-couple .singlelite-content-couple-polaroid {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.content-template-1[contenttype=stories] .singlelite-content-couple-polaroid .singlelite-content-couple-polaroid-card,
.photoviewer-content-couple .singlelite-content-couple-polaroid .singlelite-content-couple-polaroid-card {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
}
/* rotated caption */
.content-template-1[contenttype=stories] .singlelite-content-couple-polaroid .singlelite-content-couple-polaroid-card .singlelite-content-couple-polaroid-caption,
.photoviewer-content-couple .singlelite-content-couple-polaroid .singlelite-content-couple-polaroid-card .singlelite-content-couple-polaroid-caption {
    position: absolute;
    bottom: 30px;
    text-align: left;
    padding: 6% 5% 0 5%;
    height: 20%;
    /*
    -ms-transform: rotate(344deg);
    -webkit-transform: rotate(344deg);
    transform: rotate(344deg);
    %*/
}
.content-template-1[contenttype=stories] .singlelite-content-couple-polaroid .singlelite-content-couple-polaroid-card .singlelite-content-couple-polaroid-caption div,
.photoviewer-content-couple .singlelite-content-couple-polaroid .singlelite-content-couple-polaroid-card .singlelite-content-couple-polaroid-caption div {
  vertical-align: middle;
  display: inline-block;
  color: #333333;
  line-height: 1.1em;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 100%;
}
.content-template-1[contenttype=stories] .singlelite-content-couple-polaroid .singlelite-content-couple-polaroid-card .singlelite-content-couple-polaroid-image-container,
.photoviewer-content-couple .singlelite-content-couple-polaroid .singlelite-content-couple-polaroid-card .singlelite-content-couple-polaroid-image-container {
  margin: 5% 5%;
  width: 90%;
  height: 70%;
  background-color: #aab3ba;
  cursor: pointer;
}
.content-template-1[contenttype=stories] .singlelite-content-couple-polaroid .singlelite-content-couple-polaroid-card .singlelite-content-couple-polaroid-image-container .singlelite-content-couple-polaroid-image,
.photoviewer-content-couple .singlelite-content-couple-polaroid .singlelite-content-couple-polaroid-card .singlelite-content-couple-polaroid-image-container .singlelite-content-couple-polaroid-image {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-size: cover;
  background-position: 50% 50%;
}
/* vintage effect on polaroid */
.content-template-1[contenttype=stories] .singlelite-content-couple-polaroid .singlelite-content-couple-polaroid-card .singlelite-content-couple-polaroid-image-container .singlelite-content-couple-polaroid-image::after,
.photoviewer-content-couple .singlelite-content-couple-polaroid .singlelite-content-couple-polaroid-card .singlelite-content-couple-polaroid-image-container .singlelite-content-couple-polaroid-image::after
{
      content: "";
      display: block;
      position: relative;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, rgba(255, 255, 0, 0.1)60%, rgba(255, 136, 0, 0.1)81%);
      box-shadow: inset -2px -3px 16px 0 rgba(194, 131, 4, 0.4), inset 0px 0px 0px 500px rgba(255, 255, 255, 0.15);
      opacity: 1;
      -webkit-transition: all 250ms linear;
      -moz-transition: all 250ms linear;
      -o-transition: all 250ms linear;
      -ms-transition: all 250ms linear;
      transition: all 250ms linear;
  }

  .content-template-1[contenttype=stories] .singlelite-content-couple-polaroid .singlelite-content-couple-polaroid-card.hvr-grow-rotate:hover .singlelite-content-couple-polaroid-image-container .singlelite-content-couple-polaroid-image::after,
.photoviewer-content-couple .singlelite-content-couple-polaroid .singlelite-content-couple-polaroid-card.hvr-grow-rotate:hover .singlelite-content-couple-polaroid-image-container .singlelite-content-couple-polaroid-image::after
{
    opacity: 0;
}

.content-template-1[contenttype=stories] .singlelite-content-couple-polaroid:before,
.photoviewer-content-couple .singlelite-content-couple-polaroid:before {
  content: '';
  display: block;
  padding-bottom: 125%;
}
.featherlight-content .singlelite-content-couple-polaroid-card {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    min-width: 20vw;
    width: 50%;
    max-width: 450px;
    height: 100%;
    max-height: 500px;
    display: inline-block;
  }
  .featherlight-content .singlelite-content-couple-polaroid-card .singlelite-content-couple-polaroid-image-container {
    width: 90%;
    height: 75%;
    margin: 5% auto;
  }
  .featherlight-content .singlelite-content-couple-polaroid-card .singlelite-content-couple-polaroid-image-container .singlelite-content-couple-polaroid-image {
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-size: cover;
    background-position: 50% 50%;
  }


  .featherlight-content .singlelite-content-couple-polaroid-card .singlelite-content-couple-polaroid-caption {
    margin: 0 5%;
  }
  .featherlight-content .singlelite-content-couple-polaroid-card .subheadSmall {
    text-align: left;
    margin-top: 10px;
  }
  .featherlight-content .singlelite-content-couple-polaroid-text {
    display: inline-block;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 15vw;
    width: 58%;
    vertical-align: top;
  }
  .featherlight-content .singlelite-content-couple-polaroid-text blockquote {
    text-align: left;
    height: auto;
    max-height: 60vh;
    max-width: auto;
    width: auto;
    margin-left: 0;
    display: block !important;
    border: none;
    padding-right: 0;
    padding-top: 0;
  }
  .featherlight-content .singlelite-content-couple-polaroid-text blockquote > p {
    margin-top: 0;
  }
  .featherlight-content .singlelite-content-couple-polaroid-text blockquote a {
    text-decoration: underline;
  }
  .featherlight-content .singlelite-content-couple-polaroid-text blockquote IFRAME {
    width: 100%;
    position: relative;
    max-height: 37vh;
  }

/* WELCOME BOX */
.wedsite-page-wrapper .welcome-box {
    width: 350px;
    color: #454545;
    margin: auto;
}

.wedsite-page-wrapper .welcome-box.wide-box {
    width: 420px;
}

.wedsite-page-wrapper .welcome-box .welcome-box-border {
    padding: 1px;
    border: 15px solid rgba(255, 255, 255, 0.9);
    border-radius: 1px;
    display: inline-block;
    position: relative;
    background: transparent;
    margin: 0 5%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

.wedsite-page-wrapper .welcome-main {
    padding: 2em 3.5em;
    text-align: center;
    color: #444444;
}

.wedsite-page-wrapper .welcome-box .welcome-box-border .welcome-main p a:link,
.wedsite-page-wrapper .welcome-box .welcome-box-border .welcome-main p a:visited {
    text-decoration: underline;
}

.wedsite-page-wrapper .welcome-box .welcome-box-border .welcome-main .welcome-headline {
    margin: 0;
    padding-bottom: 10px;
}

.wedsite-page-wrapper .welcome-box .welcome-box-border .welcome-main .btn-arrow {
    height: 40px;
    background: transparent;
    border: none;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
}

.wedsite-page-wrapper .welcome-box .welcome-box-border .welcome-main .btn-arrow:hover {
    text-indent: 20px;
}

.wedsite-page-wrapper .welcome-box .welcome-box-border .welcome-main .btn-arrow:active {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.wedsite-page-wrapper .welcome-box .welcome-box-border .welcome-main .btn-arrow:focus {
    outline: none;
}

.wedsite-page-wrapper .welcome-box .welcome-box-border .welcome-main>.full-center {
    width: 75%;
}

/* TRAVEL */

#travel.content-template-1[contenttype=travel][contenttemplate="list"] .weddingapp-content-travel-list-wrapper {
    width: auto !important;
    margin-right: -15px;
    margin-left: -15px;
    padding: 20px 20px;
}

/* HOTEL */

#hotels.content-template-1[contenttype=travel][contenttemplate="list"] .weddingapp-content-travel-list-wrapper {
    width: auto !important;
    margin-right: -15px;
    margin-left: -15px;
    padding: 20px 20px;
}


/* KEY PEOPLE - adapted over from multi */
.people-wrapper .pill-wrap {
    width: 100%;
    position: relative;
    text-transform: uppercase;
}
.people-wrapper .pill-wrap .nav-pills.draggable-column {
    min-height: 50px;
}
.people-wrapper .pill-wrap .nav-pills {
    position: relative;
    display: table;
    margin: 0 auto;
    padding: 0.5em 8em;
}
.people-wrapper .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.people-wrapper .nav-pills>li {
    float: left;
}

.people-wrapper .nav>li {
    position: relative;
    display: block;
}

.people-wrapper .pill-wrap .nav-pills li a.active {
    border-bottom-color: #000;
    background: none;
}

.people-wrapper .pill-wrap .nav-pills li a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: thin solid transparent;
    font-weight: normal;
    background: none;
}

.people-wrapper .pill-wrap .nav-pills li a:hover {
    background: none;
    border-bottom-color: #000;
}

.people-wrapper a:hover, a:focus {
    text-decoration: none;
}

.people-wrapper .grid {
    text-align: center;
    padding: 2em 2em;
}

.people-wrapper .grid .row:first-child {
    display: block;
}

.people-wrapper .grid .row {
    width: 100%;
    padding: 0;
    margin: 0;
    display: none;
}

.people-wrapper .grid .person-thumbs {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.people-wrapper .draggable-column {
    min-height: 100px;
}

.people-wrapper .grid .person-thumbs .person {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
}

.people-wrapper .grid .row .person-link {
    font-size: 1.5rem;
    margin: 0.5em 0 0.6em 0;
}

.people-wrapper a {
    -moz-transition: color 0.12s ease-out;
    -o-transition: color 0.12s ease-out;
    -ms-transition: color 0.12s ease-out;
    -webkit-transition: color 0.12s ease-out;
    transition: color 0.12s ease-out;
}

.people-wrapper .grid .row .person-link img {
    width: 120px;
    max-width: 120px;
    height: 120px;
    background-color: white;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover';
    -webkit-transition: 500ms -webkit-filter ease-in-out;
    -moz-transition: 500ms -webkit-filter ease-in-out;
    -o-transition: 500ms -webkit-filter ease-in-out;
    -ms-transition: 500ms -webkit-filter ease-in-out;
    transition: 500ms -webkit-filter ease-in-out;
}

.people-wrapper .img-responsive {
    width: 100%;
}

.people-wrapper .grid .row .person-link .name {
    font-size: 0.75em;
    margin-top: 5px;
    text-transform: initial;
    letter-spacing: 0;
}

.people-wrapper .grid .row .person-link .title {
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.people-wrapper .grid .row .person-thumbs .description {
    display: none;
}

.people-wrapper .grid .details {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    -ms-transition: all 250ms;
    transition: all 250ms;
}

.people-wrapper .grid .details .sticky {
    position: relative;
}

.people-wrapper .grid .details img {
    height: 260px;
    width: 260px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover';
    margin-bottom: 10px;
}

/* ------- Responsive -------- */
@media (max-width: 768px) {
    .lite-wrapper-sidebar {
        -webkit-transform: translate(0px, 0);
        -webkit-transition: -webkit-transform 0.8s ease;
        -moz-transform: translate(0px, 0);
        -moz-transition: -moz-transform 0.8s ease;
        transform: translate(0px, 0);
        transition: -webkit-transform 0.8s ease;
    }
    .lite-wrapper-sidebar.active {
        transform: translate(-250px, 0);
    }
    .lite-wrapper-content {
        width: 100%;
    }
    .lite-wrapper-content.active {
        transform: translateX(0px);
    }
    #sidebarCollapse span {
        display: none;
    }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
    .featherlight-content .singlelite-content-couple-polaroid-card {
      width: 100% !important;
      margin-left: 20%;
      height: 42vw;
      margin-top: 10px;
    }
    .featherlight-content .singlelite-content-couple-polaroid-text {
      width: 100%;
    }
    .featherlight-content .singlelite-content-couple-polaroid-text blockquote {
      padding: 0;
      max-height: 85vh;
      max-width: 100%;
    }
}
@media only screen and (max-width: 1024px) {

    #wrapper .row-lite-wrapper {
        max-width: 90%;
        margin: 0 auto;
    }

    .wedsite-page-wrapper .weddingapp-content-standard-container {
        width: 100%;
        max-width: 1300px;
    }

}
@media only screen and (max-width: 1024px) and (orientation: portrait) {

    .featherlight-content .singlelite-content-couple-polaroid-card {
      width: 60%;
      height: 100%;
      margin-top: 10px;
    }
    .featherlight-content .singlelite-content-couple-polaroid-text blockquote {
      padding: 0;
      max-height: 85vh;
      max-width: 100%;
    }
}

@media only screen and (max-width: 1314px) {

    #wrapper .row-lite-wrapper {
        max-width: 90%;
        margin: 0 auto;
    }

    #wrapper #events.row-lite-wrapper {
        max-width: 90% !important;
    }

    #wrapper #couple.row-lite-wrapper {
        max-width: 90% !important;
    }
    
    #wrapper #people.row-lite-wrapper {
        max-width: 90% !important;
    }
    
    #wrapper #registry.row-lite-wrapper {
        max-width: 90% !important;
    }

    #wrapper #travel.row-lite-wrapper {
        max-width: 90% !important;
    }

    #wrapper #hotels.row-lite-wrapper {
        max-width: 90% !important;
    }
    
    #wrapper #guestbook.row-lite-wrapper {
        max-width: 90% !important;
    }

    .wedsite-page-wrapper .weddingapp-content-standard-container {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 5px;
    }

}