/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
.dreamwedding .left-align-text{
    text-align: left !important;
}
.dreamwedding .margin-right-0{
    margin-right:0px !important;
}
.dreamwedding .divider {
    border: solid 1px #e5e5e5;
}
.dreamwedding .flower {
    position: absolute;
}
.dreamwedding .flower.flower-1 {
    top: 0;
    left: 0;
}
.dreamwedding .flower.flower-2 {
    bottom: 0;
    right: 25px;
}
.dreamwedding .flower.flower-3 {
    right: 30px;
}
.dreamwedding.item-on-left .page-cover {
    position: relative;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.dreamwedding.item-on-right .book-holder .body-content {
    padding-left: 72px;
    padding-right: 0px;
    padding-top: 70px;
    position: relative;
}
.dreamwedding.item-on-right .book-holder .body-content .content-title-area {
    margin-bottom: 37px;
    padding-right: 130px;
}
.dreamwedding.item-on-right
    .book-holder
    .body-content
    .content-title-area
    .title1 {
    text-align: left;
    margin-left: 0px;
}
.dreamwedding.item-on-right
    .book-holder
    .body-content
    .content-title-area
    .title2 {
    text-align: left;
    margin-top: -10px;
}
.dreamwedding.item-on-right
    .book-holder
    .body-content
    .content-title-area
    .title3 {
    text-align: right;
    margin-right: 65px;
    margin-top: 5px;
}
.dreamwedding.item-on-right .book-holder .body-content .content-subtitle-area {
    line-height: 140%;
    margin-bottom: 27px;
    padding-right: 150px;
}
.dreamwedding.item-on-right .book-holder .body-content .content-area {
    margin-top: 31px;
    padding-bottom: 72px;
}
.dreamwedding.item-on-right
    .book-holder
    .body-content
    .content-card:last-of-type
    hr {
    display: none !important;
}
.dreamwedding.item-on-right
    .book-holder
    .body-content
    .content-card:last-of-type
    .hrpad {
    padding-bottom: 0;
}
.dreamwedding .scroll-content {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-y: scroll;
}
.dreamwedding.item-on-right
    .book-holder
    .body-content
    .content-area
    .content-card {
    display: flex;
    padding-right: 45px;
    position: relative;
}
.dreamwedding.item-on-right
    .book-holder
    .body-content
    .content-area
    .content-card
    .icon-container {
    flex: 0 0 80px;
    width: 80px;
    text-align: center;
    position: relative;
    margin-left: 5px;
}
.dreamwedding.item-on-right
    .book-holder
    .body-content
    .content-area
    .content-card
    .icon-container::before {
    content: "";
    height: 100%;
    width: 1px;
    background: var(--grey);
    left: 50%;
    top: 0px;
    /*border-right: 1px solid #e5e5e5;*;*/
    display: block;
    position: absolute;
}

.dreamwedding.item-on-right
    .book-holder
    .body-content
    .content-area
    .content-card:last-of-type
    .icon-container:after {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: var(--grey);
    left: calc(50% - 5px);
    bottom: 0px;
    /*border-right: 1px solid #e5e5e5;*;*/
    display: block;
    position: absolute;
}

.dreamwedding.item-on-right .icon-container.icon-dot::before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 46px;
    height: 9px;
    width: 9px;
    background-color: #e5e5e5;
    border-radius: 50%;
    z-index: 0;
}
.dreamwedding .hrpad {
    padding-top: 35px;
    padding-bottom: 25px;
}

.dreamwedding .anim-duration {
    animation-duration: 1.5s;
}

.dreamwedding .content-card *[data-anim] {
    position: relative;
}

.dreamwedding.item-on-right
    .book-holder
    .body-content
    .content-area
    .content-card
    .content {
    margin-top: 6px;
    margin-bottom: 13px;
    line-height: 140%;
}
.dreamwedding.item-on-right
    .book-holder
    .body-content
    .content-area
    .content-card
    .thumbnail {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.dreamwedding .text-small.content a,
.dreamwedding .text-small.content a:visited {
    color: var(--grey);
    font-family: Loew;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    text-decoration: underline;
}
