@media screen and (min-width: 1500px) {
    .wpo-site-footer .link-widget {
        padding-left: 75px;
    }
}

@media screen and (min-width: 992px) {
    .wpo-site-header #navbar>ul .sub-menu {
        background-color: #fff;
        -webkit-box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
        box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
        width: 240px;
        position: absolute;
        padding: 20px;
        left: 0;
        top: 110%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .wpo-site-header #navbar>ul>li .sub-menu a {
        font-size: 16px;
        font-size: 1.06667rem;
        display: inline-block;
        padding: 5px 0px;
        color: #06002E;
        position: relative;
        overflow: hidden;
        font-weight: 500;
        -webkit-transition: all .5s;
        transition: all .5s;
        text-transform: capitalize;
    }
    .wpo-site-header #navbar>ul>li .sub-menu a:after {
        position: absolute;
        left: 0px;
        bottom: 5px;
        width: 0px;
        height: 1px;
        content: "";
        background: #D66371;
        -webkit-transition: all .3s;
        transition: all .3s;
        opacity: 0;
        visibility: hidden;
    }
    .wpo-site-header #navbar>ul>li .sub-menu a.active {
        color: #002642;
        font-weight: 700;
    }
    .wpo-site-header #navbar>ul>li .sub-menu a:hover:after {
        width: 100%;
        opacity: 1;
        visibility: visible;
    }
    .wpo-site-header #navbar>ul>li>.sub-menu .sub-menu {
        left: 120%;
        top: 0;
    }
    .wpo-site-header .navbar-header .open-btn {
        display: none;
    }
    .wpo-site-header #navbar .close-navbar {
        display: none;
    }
    .wpo-site-header #navbar li {
        position: relative;
        padding: 0 10px;
    }
    .story-section .story-timeline .right-align-text {
        text-align: right;
        margin-right: -60px;
    }
    .story-section .story-timeline .left-align-text {
        text-align: left;
        margin-left: -60px;
    }
    .wpo-site-header #navbar {
        /*** hover effect ***/
        -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
        justify-content: flex-end;
    }
    .wpo-site-header #navbar li {
        position: relative;
    }
    .sticky .wpo-site-header #navbar>ul>li>a:before {
        background: #fff;
    }
    .wpo-site-header #navbar>ul>li>a:hover:before,
    .wpo-site-header #navbar>ul>li.current-menu-item a:before {
        opacity: 1;
        visibility: visible;
    }
    .wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a {
        position: relative;
    }
    .wpo-site-header #navbar>ul>li:hover>.sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
    .wpo-site-header #navbar .sub-menu>li:hover>.sub-menu {
        left: 100%;
        visibility: visible;
        opacity: 1;
    }
}

@media (min-width: 991px) {
    .wpo-site-header.wpo-site-header-s3 {
        padding: 0 100px;
    }
}

@media (max-width: 1700px) {
    .wpo-site-header .navigation.sticky-header {
        padding: 10px 50px;
    }
    .couple-section .shape-1 img,
    .couple-section .shape-2 img,
    .story-section .shape-2 img,
    .wpo-contact-section .shape-1 img,
    .wpo-contact-section .shape-2 img,
    .story-section .shape-1 img {
        width: 70%;
    }
}

@media screen and (max-width: 1600px) {
    .wpo-site-footer .about-widget ul li+li {
        margin-left: 10px;
    }
}

@media (max-width: 1500px) {
    .wpo-site-header #navbar li {
        padding: 0 10px;
    }
    .wpo-site-footer .about-widget {
        padding-right: 15px;
    }
    .wpo-portfolio-section .portfolio-grids .grid {
        padding: 0 5.5px 10px;
    }
}

@media (max-width: 1400px) {
    .wpo-site-header .navigation.sticky-header {
        padding: 0 20px;
    }
    .wpo-hero-style-4 .wpo-wedding-date .countdown .time {
        font-size: 30px;
    }
    .couple-section .shape-1 img,
    .couple-section .shape-2 img,
    .story-section .shape-1 img,
    .story-section .shape-2 img,
    .wpo-contact-section .shape-1 img,
    .wpo-contact-section .shape-2 img {
        width: 60%;
    }
    .weddBook {
        height: auto;
    }
}

@media(min-width: 1401px) and (max-width: 1600px) {
    .desktop-countdown .shape-1 img,
    .wpo-event-section .shape-1 img,
    .desktop-countdown .shape-2 img,
    .wpo-event-section .shape-2 img {
        width: 320px;
    }
    .right-ele {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .left-ele {
        bottom: 0;
    }
    .left-ele img,
    .right-ele img {
        max-width: 180px;
    }
    .re-ab img {
        max-width: 350px;
    }
}

@media(min-width: 1200px) and (max-width: 1400px) {
    .couple-section .couple-area .couple-item .couple-img img {
        height: 300px;
    }
    .desktop-countdown .shape-1 img,
    .wpo-event-section .shape-1 img,
    .desktop-countdown .shape-2 img,
    .wpo-event-section .shape-2 img {
        width: 280px;
    }
    .wpo-site-header #navbar>ul>li>a {
        padding: 0px 6px;
        font-size: 17px;
    }
    .wpo-site-header #navbar li {
        padding: 0 4px;
    }
    .right-ele {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .left-ele {
        bottom: 0;
    }
    .left-ele img,
    .right-ele img {
        max-width: 150px;
    }
    .re-ab img {
        max-width: 350px;
    }
}

@media (max-width: 1200px) {
    .wpo-site-header .navigation .navbar-header .logo {
        font-size: 40px;
    }
    .wpo-site-header .navigation .navbar-header .logo span .fi:before {
        font-size: 25px;
    }
    .wpo-site-header #navbar {
        justify-content: flex-end;
    }
    .wpo-site-header #navbar>ul>li>a {
        padding: 0px 7px;
        font-size: 17px;
    }
    .wpo-site-header #navbar li {
        padding: 0 10px 0 0;
    }
    .wpo-site-header #navbar>ul>li>a.rsvp-btn {
        padding: 6px 18px;
    }
    .couple-section .shape-1 img,
    .couple-section .shape-2 img,
    .story-section .shape-2 img,
    .wpo-contact-section .shape-1 img,
    .wpo-contact-section .shape-2 img,
    .story-section .shape-1 img {
        width: 40%;
    }
    .wpo-contact-section .wpo-contact-section-wrapper {
        max-width: 570px;
    }
    .wpo-contact-section .wpo-contact-section-wrapper .wpo-section-title {
        margin-bottom: 20px;
    }
    .wpo-contact-section .wpo-contact-section-wrapper .vector-1 {
        left: -85px;
    }
    .wpo-contact-section .wpo-contact-section-wrapper .vector-2 {
        right: -85px;
    }
}

@media(min-width: 992px) and (max-width: 1200px) {
    .left-ele img,
    .right-ele img {
        max-width: 150px;
    }
    .re-ab img {
        max-width: 350px;
    }
    .wpo-event-section {
        padding-bottom: 150px;
    }
    .wedding-announcement .couple-text p {
        font-size: 22px;
    }
    .right-ele {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .left-ele {
        bottom: 0;
    }
    .wpo-site-header .navbar-header .navbar-brand img {
        max-width: 120px;
    }
    .wpo-site-header #navbar ul {
        justify-content: flex-end;
    }
    .wpo-site-header .container-fluid {
        padding: 0 20px;
    }
    .wpo-site-header .navigation .col-lg-7 {
        flex: 0 0 auto;
        width: 74.666667%;
    }
    .couple-section .couple-area .couple-item .couple-img img {
        height: 250px;
    }
    .desktop-countdown .shape-1 img,
    .wpo-event-section .shape-1 img,
    .desktop-countdown .shape-2 img,
    .wpo-event-section .shape-2 img {
        width: 220px;
    }
    .wedding-announcement .pos-border {
        padding: 0;
    }
    .wpo-wedding-date {
        padding-bottom: 0
    }
    .wpo-event-section .shape-2 {
        top: 30%;
    }
    .menu-bar {
        right: 20px;
        top: 22px;
    }
    .homeCouple img {
        left: 70px;
    }
}

@media (max-width: 1199px) {
    .weddBook {
        height: auto;
    }
    .wedding-announcement {
        top: 40%
    }
    .wpo-hero-style-4 .wpo-wedding-date .countdown>div {
        width: 150px;
        height: 150px;
    }
    .wpo-site-footer .link-widget {
        padding-left: 20px;
    }
    .story-section .story-timeline>.row>.col:first-child {
        padding: 0 45px 0 70px;
    }
    .story-section .story-timeline>.row>.col:last-child {
        padding: 0 70px 0 45px;
    }
}

@media (max-width: 1100px) {
    .wpo-hero-style-4 .wpo-wedding-date .countdown .time {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .wedding-announcement .couple-text h2 span {
        display: block;
    }
    .wedding-announcement .couple-text p {
        font-size: 20px;
    }
    .rsvp-sec {
        height: auto;
    }
    .menu-bar {
        display: block;
    }
    .wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text h2 {
        font-size: 30px;
    }
    .wpo-hero-style-4 .wpo-wedding-date .countdown>div {
        width: 150px;
        height: 150px;
        margin: 20px 10px;
    }
    .wpo-wedding-date .countdown div+div {
        margin: 0 10px;
    }
    .wpo-hero-style-4 {
        display: block
    }
    div#spirit-header {
        display: none
    }
    .wedding-announcement {
        position: relative;
        left: 0;
        top: -110px;
        transform: none;
        z-index: 2;
    }
    .desktop-countdown .shape-1,
    .wpo-event-section .shape-1,
    .desktop-countdown .shape-2,
    .wpo-event-section .shape-2 {
        display: none
    }
    .wpo-site-header #navbar>ul>li a {
        display: block;
        font-size: 17px;
        color: #fff;
    }
    .wpo-site-header #navbar>ul>li a:hover,
    .wpo-site-header #navbar>ul>li a.active {
        color: #fff;
    }
    .wpo-site-header #navbar>ul>li>a.rsvp-btn {
        margin-top: 10px;
        color: #977270;
        background-color: #fff;
    }
    .wpo-site-header #navbar>ul .menu-item-has-children {
        position: relative;
    }
    .wpo-site-header #navbar>ul .menu-item-has-children>a {
        position: relative;
        color: #fff;
    }
    .wpo-site-header #navbar>ul .menu-item-has-children>a:hover,
    .wpo-site-header #navbar>ul .menu-item-has-children>a.active {
        color: #fff;
    }
    .wpo-site-header #navbar>ul .menu-item-has-children>a:before {
        font-family: "themify";
        content: "\e649";
        font-size: 11px;
        font-size: 0.73333rem;
        position: absolute;
        right: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .wpo-site-header #navbar>ul .menu-item-has-children>a.rotate:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 29%;
    }
    .wpo-site-header #navbar>ul .menu-item-has-children>a.rotate {
        color: #fff;
    }
    .wpo-site-header .mobail-menu button {
        background-color: #7c8b74;
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 10px;
        outline: 0;
        position: absolute;
        right: 5px;
        top: 20px;
        z-index: 20;
    }
    .wpo-site-header .mobail-menu button:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .wpo-site-header .mobail-menu button span {
        background-color: #fff;
        width: 20px;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }
    .wpo-site-header .mobail-menu button span:last-child {
        margin: 0;
    }
    .wpo-site-header #navbar .navbar-nav {
        display: block;
    }
    .wpo-site-header #navbar>ul {
        position: relative;
        z-index: 101;
    }
    .wpo-site-header #navbar ul a {
        color: #000;
    }
    .wpo-site-header #navbar ul a:hover,
    .wpo-site-header #navbar ul li.current a {
        color: #D66371;
    }
    .wpo-site-header #navbar .close-navbar {
        background-color: #fff;
        width: 40px;
        height: 40px;
        color: #000;
        border: 0;
        outline: none;
        position: absolute;
        left: -41px;
        top: 90px;
        z-index: 20;
    }
    .wpo-site-header .row {
        align-items: flex-start !important;
        width: 100%;
    }
    .wpo-site-header #navbar .navbar-nav {
        background-color: #977270;
        width: 280px;
        height: 100%;
        display: flex;
        overflow: auto;
        padding-bottom: 60px;
        left: -280px;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        margin-right: 0;
        right: auto;
        position: fixed;
        top: 0;
    }
    .wpo-site-header #navbar ul.show {
        left: 0;
        padding: 20px;
    }
    .menu-bar {
        right: 15px;
        top: 25px;
        background-color: #977270;
        border-radius: 5px;
        padding: 5px 8px;
    }
    .wpo-site-header .slideInn {
        left: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .wpo-site-header .navbar-toggler .first-angle,
    .wpo-site-header .navbar-toggler .last-angle {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .wpo-site-header .x-close .middle-angle {
        opacity: 0;
    }
    .wpo-site-header .x-close .first-angle {
        position: absolute;
        -webkit-transform: rotate(-44deg);
        top: 16px;
        left: 10px;
    }
    .wpo-site-header .x-close .last-angle {
        -webkit-transform: rotate(44deg);
        position: absolute;
        top: 16px;
        right: 10px;
    }
    .wpo-site-header .navbar-header .collapse,
    .wpo-site-header .navbar-toggle {
        display: block;
    }
    .wpo-site-header .navbar-header {
        float: none;
    }
    .wpo-site-header .navbar-right {
        float: none;
    }
    .wpo-site-header #navbar>ul>li>a {
        padding: 10px 0;
    }
    .wpo-hero-style-4 .wedding-announcement .couple-text h2 {
        font-size: 50px;
    }
    .wpo-hero-style-4 .wpo-wedding-date .countdown span {
        font-size: 16px;
    }
    .wpo-site-footer .widget-title h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
    .wpo-site-footer .about-widget .logo {
        font-size: 40px;
    }
    .wpo-site-footer .link-widget {
        padding-left: 0;
    }
    .wpo-site-footer .wpo-lower-footer .copyright {
        float: none;
        display: block;
    }
    .couple-section {
        padding-bottom: 30px;
    }
    .couple-section .couple-area .couple-item {
        text-align: center;
    }
    .couple-section .couple-area .couple-item .couple-img {
        max-width: 380px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .couple-section .couple-area .couple-item .couple-text {
        padding-left: 0;
    }
    .couple-section .couple-area .couple-item .couple-text ul {
        padding-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .couple-section .couple-area .couple-item.groom .couple-text {
        text-align: center;
        padding-right: 0;
    }
    .couple-section .couple-area .couple-item.groom .couple-text ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .story-section .story-timeline .heart {
        display: none;
    }
    .story-section .story-timeline:after {
        display: none;
    }
    .story-section .story-timeline .story-timeline-item {
        padding-top: 50px;
        text-align: center;
    }
    .story-section .story-timeline .story-timeline-item.s1 {
        padding-top: 0px;
    }
    .story-section .story-timeline .img-holder {
        margin-bottom: 40px;
    }
    .story-section .story-timeline>.row:last-child {
        padding: 0 !important;
        margin: 0 !important;
    }
    .story-section .story-timeline>.row+.row {
        padding-top: 30;
    }
    .story-section .story-timeline>.row>.col:first-child {
        padding: 0 15px;
    }
    .story-section .story-timeline>.row>.col:last-child {
        padding: 0 15px;
    }
    .story-section .story-timeline .story-text {
        background: rgba(214, 99, 113, 0.05);
        padding: 35px 25px;
        text-align: center;
        margin: 0 auto;
    }
    .story-section .story-timeline .left-site .story-text {
        background: rgba(214, 99, 113, 0.05);
        padding: 35px 25px;
        text-align: center;
    }
    .story-section .story-timeline .text-holder.left-text .story-text {
        margin: 0 auto;
    }
    .story-section .story-timeline .text-holder {
        border: 0;
    }
    .story-section .story-timeline h3 {
        font-size: 30px;
        font-size: 2rem;
    }
    .story-section .story-timeline .line-shape {
        max-width: 100px;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .wpo-portfolio-section .portfolio-grids .grid {
        padding: 0 4.5px 8px;
    }
    .wpo-contact-section {
        padding-bottom: 180px;
    }
    .couple-section .couple-area .couple-item.groom {
        margin-bottom: 0;
    }
    .back-to-top {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .theme-btn-s3 {
        font-size: 18px;
        font-size: 1.2rem;
    }
    .wpo-site-header .navigation .navbar-header .logo {
        position: relative;
        mask-image: none;
        background-color: transparent;
        width: auto;
        height: auto;
        line-height: normal;
        top: auto;
    }
    .wpo-site-header .container {
        width: 100%;
        max-width: 100%;
    }
    .wpo-site-header .navbar-header button span {
        background-color: #fff;
        width: 20px;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }
    .wpo-site-header .navbar-header button span:last-child {
        margin: 0;
    }
    .wpo-site-header #navbar>ul {
        z-index: 101;
        justify-content: flex-start;
    }
    .wpo-site-header #navbar ul a {
        color: #000;
    }
    .wpo-site-header #navbar ul a:hover,
    .wpo-site-header #navbar ul li.current a {
        color: #D66371;
    }
    .wpo-site-header #navbar .close-navbar .ti-close {
        position: relative;
        top: 1px;
    }
    .wpo-site-header .navbar-toggler .first-angle,
    .wpo-site-header .navbar-toggler .last-angle {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .wpo-site-header .x-close .middle-angle {
        opacity: 0;
    }
    .wpo-site-header .x-close .first-angle {
        position: absolute;
        -webkit-transform: rotate(-44deg);
        top: 16px;
        left: 10px;
    }
    .wpo-site-header .x-close .last-angle {
        -webkit-transform: rotate(44deg);
        position: absolute;
        top: 16px;
        right: 10px;
    }
    .wpo-site-header .navbar-collapse.collapse.in {
        display: block;
    }
    .wpo-site-header .navbar-header .collapse,
    .wpo-site-header .navbar-toggle {
        display: block;
    }
    .wpo-site-header .navbar-header {
        float: none;
        position: relative;
        z-index: 99;
    }
    .wpo-site-header .navbar-right {
        float: none;
    }
    .body-overlay:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .wpo-site-header .navigation,
    .wpo-site-header .navigation.sticky-header {
        padding: 0 10px 10px 10px;
    }
    .wpo-event-section .wpo-event-wrap .wpo-event-item {
        height: auto;
    }
    .couple-section,
    .wpo-contact-section {
        background-color: #f4f4f4;
    }
    .bg-custom {
        background-color: transparent;
    }
    .wpo-site-header .container-fluid {
        padding: 0 15px;
    }
    body.active {
        position: relative;
        overflow: hidden;
    }
    body.active::after {
        content: '';
        position: absolute;
        left: 0;
        height: 100%;
        background-color: rgb(0 0 0 / 50%);
        width: 100%;
        top: 0;
        z-index: 2;
    }
}

@media(max-width: 991px) and (min-width: 768px) {
    .wpo-event-section {
        padding-bottom: 120px;
    }
    .left-ele img,
    .right-ele img {
        max-width: 130px;
    }
    .re-ab img {
        max-width: 350px;
    }
    .right-ele {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .left-ele {
        bottom: 0;
    }
    .homeCouple img {
        max-width: 170px;
        left: 70px;
    }
    .desktop-countdown {
        min-height: 750px;
        position: relative;
    }
    .wedding-announcement .couple-text {
        padding: 0px 30px 0 30px;
        display: block
    }
    .login-secInner {
        left: auto;
        transform: translate(0%, -50%);
        width: 100%;
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
    }
    .wedding-announcement .pos-border {
        padding: 50px 0 0 0;
        height: calc(100vh - 50px);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .event-icon {
        margin-left: 0;
    }
    .cd-timeline-content .cd-date {
        padding: 30px 0;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 110px 0;
    }
    .right-ele {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .left-ele {
        bottom: 0;
    }
    .top-left,
    .top-right {
        max-width: 75px;
    }
    .weddBook {
        height: auto;
    }
    .enquiryBtn {
        flex-wrap: wrap;
    }
    .enquiryBtn a {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
    }
    .event-icon {
        margin-left: 0;
    }
    .cd-timeline-content .cd-date {
        padding: 30px 0;
    }
    .cd-timeline-content {
        margin-left: 30px;
        padding-bottom: 5em;
    }
    .right-ele img,
    .left-ele img {
        max-width: 110px;
    }
    .re-ab img {
        max-width: 300px;
    }
    .wpo-site-header .navbar-header .navbar-brand img {
        max-width: 85px;
    }
    .wpo-wedding-date .countdown {
        flex-wrap: wrap;
    }
    .wpo-wedding-date .countdown div+div {
        margin-left: auto;
    }
    .wpo-wedding-date {
        padding-top: 15px;
        padding-bottom: 0;
    }
    .wedding-announcement .pos-border {
        padding: 50px 0 0 0;
        height: calc(100vh - 10px);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    span.icon-bar.first-angle img {
        width: 17px;
    }
    .homeCouple img {
        bottom: 0;
        max-width: 125px;
        left: 10px;
    }
    .wpo-wedding-date .countdown>div {
        width: 140px;
        height: 120px;
        margin-bottom: 15px;
        padding: 15px;
    }
    .wpo-wedding-date .countdown .time {
        font-size: 30px
    }
    .wpo-site-header .navbar-header .navbar-brand {
        font-size: 24px;
    }
    .wpo-site-footer .widget-title {
        margin-bottom: 20px;
    }
    .couple-section .shape-1 {
        display: none;
    }
    .couple-section .shape-2 {
        display: none;
    }
    .btm-border {
        max-width: 180px;
        margin-bottom: 20px;
    }
    .wpo-section-title,
    .wpo-section-title-s2 {
        margin-bottom: 0px;
    }
    .wpo-section-title h2,
    .wpo-section-title-s2 h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .theme-btn-s3 {
        padding: 12px 18px;
        font-size: 14px;
    }
    .wpo-site-header .navigation .navbar-header .logo span .fi:before {
        font-size: 30px;
    }
    .wpo-site-header .navbar-header .navbar-brand {
        font-size: 24px;
    }
    .story-section {
        overflow: hidden;
    }
    .story-section .shape-1,
    .story-section .shape-2 {
        display: none;
    }
    .story-section .story-timeline h3 {
        font-size: 25px;
        font-size: 1.66667rem;
    }
    .story-section .story-timeline .date {
        font-size: 16px;
        font-size: 1.06667rem;
    }
    .story-section .story-timeline p {
        font-size: 16px;
        font-size: 1.06667rem;
    }
    .wpo-contact-section .wpo-contact-section-wrapper .vector-1 {
        left: -100px;
    }
    .wpo-contact-section .wpo-contact-section-wrapper .vector-2 {
        right: -100px;
    }
    .wpo-contact-section .shape-1,
    .wpo-contact-section .shape-2 {
        display: none;
    }
    .wpo-event-section {
        padding-bottom: 100px;
    }
    body {
        font-size: 14px;
    }
    .wpo-hero-style-4 .wpo-wedding-date .countdown>div.box div {
        display: block;
        text-align: center;
    }
    .couple-section .couple-area .couple-item {
        margin-bottom: 0;
    }
    .wpo-event-section .wpo-event-wrap .wpo-event-item {
        height: auto;
        margin-bottom: 20px;
    }
    .wpo-site-footer ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .wpo-site-footer .link-widget ul li {
        padding: 5px 15px;
    }
    .wpo-site-footer .link-widget ul li a {
        font-size: 17px;
    }
    .wpo-site-footer .wpo-lower-footer .copyright {
        font-size: 15px;
    }
    .wpo-site-footer .wpo-lower-footer .row {
        padding: 10px 0;
    }
    .couple-section .couple-area .couple-item .couple-img img {
        height: 280px;
    }
    .couple-section .couple-area .couple-item .couple-img {
        max-width: 280px;
        margin: 0 auto;
        margin-bottom: 28px;
        padding: 0;
        outline: 10px solid #fff;
    }
    .couple-section .couple-area .couple-item.groom {
        margin-top: 40px;
    }
    .spirit-header {
        position: relative;
        z-index: -1;
    }
    .wedding-announcement .couple-text {
        display: flex;
        flex-direction: column
    }
    .wedding-announcement .couple-text p {
        font-size: 22px;
    }
    .wpo-hero-style-4 .wedding-announcement .couple-text h2 {
        font-size: 40px;
    }
    .login-secInner {
        left: auto;
        transform: translate(0%, -50%);
        width: 100%;
    }
    .wedding-announcement {
        top: -85px;
    }
}

@media (max-width: 700px) {
    .wpo-hero-style-4 .wpo-wedding-date .countdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .wpo-portfolio-section .portfolio-grids .grid {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .wedding-announcement .couple-text h2,
    .login-secInner .couple-text h2 {
        font-size: 50px;
    }
    .wedding-announcement .couple-text h2 span {
        font-size: 40px;
        display: block;
    }
    .wedding-announcement .couple-text p {
        font-size: 16px;
        line-height: 1.5;
    }
    .wpo-site-footer .wpo-lower-footer .copyright br {
        display: block
    }
    .login-secInner {
        width: 100%;
    }
    .right-ele img,
    .left-ele img {
        max-width: 100px;
    }
    .wpo-hero-style-4 .wpo-wedding-date .countdown>div {
        width: 125px;
        height: 125px;
        margin-bottom: 15px;
    }
    .wpo-wedding-date .countdown {
        width: 100%;
    }
    .wedding-announcement .couple-text {
        padding: 0px;
    }
    .wpo-site-footer ul {
        justify-content: center;
    }
    .wpo-section-title .section-title-icon::before,
    .wpo-section-title-s2 .section-title-icon::before {
        width: 60px;
        left: 0px;
    }
    .wpo-section-title .section-title-icon::after,
    .wpo-section-title-s2 .section-title-icon::after {
        right: -10px;
        width: 60px;
    }
    .couple-section .couple-area .couple-item .couple-text h3 {
        font-size: 40px;
        font-size: 2.66667rem;
    }
    .wpo-contact-section .wpo-contact-section-wrapper .vector-1 {
        display: none;
    }
    .wpo-contact-section .wpo-contact-section-wrapper .vector-2 {
        display: none;
    }
    .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area {
        padding: 50px;
    }
}

@media (max-width: 480px) {
    .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area {
        padding: 50px 30px;
    }
}

@media(max-width: 350px) {
    .wedding-announcement .couple-text h2,
    .login-secInner .couple-text h2 {
        font-size: 60px;
    }
    .wedding-announcement {
        top: -60px;
    }
    .section-padding {
        padding: 40px 0;
    }
    .wpo-wedding-date .countdown div+div {
        margin-left: auto;
    }
    .wedding-announcement .couple-text p {
        font-size: 15px;
    }
}

@media(min-width: 1921px) {
    .wpo-site-header .container-fluid {
        padding: 0 80px;
        max-width: 1700px;
    }
}