@charset "UTF-8";

:root{
    --text-color: #002642;
    --dark-color:#1e8267;
}

/*------------------------------------------------------------------
1. General
----------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&family=Jost:wght@300;400;500;600;700;800&display=swap");

/* 1.1	Theme Reset Style */
html {
    font-size: 15px;
}

:root {
    scroll-behavior: unset;
}

body {
    font-family: "Jost", sans-serif;
    color: #575760;
    background-color: #fff;
    font-size: 16px;
    font-size: 1.0666666667rem;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

p {
    font-size: 16px;
    color: #575760;
    line-height: 1.8em;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--text-color);
    font-family: "Gilda Display", serif;
    font-weight: 600;
}

ul {
    padding-left: 0;
    margin: 0;
}

a {
    text-decoration: none;
    transition: all 0.2s;
}
a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.hidden {
    display: none;
}

.sr-only {
    display: none !important;
    opacity: 0;
    visibility: hidden;
}

/* 1.2 Global Elements */
.page-wrapper {
    position: relative;
    overflow: hidden;
}

.wow {
    visibility: hidden;
}

.fi:before {
    margin: 0;
}

.section-padding {
    padding: 120px 0;
}
@media (max-width: 991px) {
    .section-padding {
        padding: 90px 0;
    }
}
@media (max-width: 767px) {
    .section-padding {
        padding: 80px 0;
    }
}

.pt-120 {
    padding-top: 120px;
}
@media (max-width: 991px) {
    .pt-120 {
        padding-top: 90px;
    }
}
@media (max-width: 767px) {
    .pt-120 {
        padding-top: 80px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}
@media (max-width: 991px) {
    .pb-120 {
        padding-bottom: 90px;
    }
}
@media (max-width: 767px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

#availability_response {
    border: 1px solid #ccc;
    border-radius: 10px;
    display: none;
    margin-bottom: 20px;
    margin-top: 15px !important;
    padding: 20px;
    text-align: center;
    width: 100% !important;
}
#availability_response .success, #availability_response .warning, #availability_response .error {
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-align: center;
    width: 100%;
}
#availability_response .success {
    background-color: #009a00;
    border-left: 10px solid green;
}
#availability_response .warning {
    background-color: #ffcc00;
    border-left: 10px solid orange;
}
#availability_response .error {
    background-color: #ff1a1a;
    border-left: 10px solid red;
}

@media (max-width: 767px) {
    #availability_response .success, #availability_response .warning, #availability_response .error {
        font-size: 15px;
    }
}

@-webkit-keyframes rotating {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 5s alternate infinite;
    animation: rotating 5s alternate infinite;
}

/*** back to top **/
.back-to-top {
    background-color: var(--dark-color);
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 2px solid rgba(30, 130, 103, 0.3);;
    border-radius: 45px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 15px;
    transition: all 0.2s;
}
@media (max-width: 991px) {
    .back-to-top {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}
.back-to-top:hover {
    background-color: rgba(30, 130, 103, 0.3);
}
.back-to-top i {
    font-size: 18px;
    font-size: 1.2rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/** for popup image ***/
.mfp-wrap {
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
}

.wpo-section-title,
.wpo-section-title-s2 {
    margin-bottom: 60px;
    text-align: center;
}

@media (max-width: 767px) {
    .wpo-section-title,
    .wpo-section-title-s2 {
        margin-bottom: 40px;
    }
}

.wpo-section-title span,
.wpo-section-title-s2 span {
    text-transform: capitalize;
    font-size: 20px;
    color: #c4aaad;
    font-family: "Jost", sans-serif;
}

@media (max-width: 575px) {
    .wpo-section-title span,
    .wpo-section-title-s2 span {
        font-size: 16px;
    }
}

.wpo-section-title h1,
.wpo-section-title h2,
.wpo-section-title-s2 h2 {
    font-size: 45px;
    line-height: 55px;
    margin: 0;
    position: relative;
    font-family: "Gilda Display", serif;
    font-weight: 500;
    color: var(--dark-color);
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    margin-top: 10px;
}
.wpo-section-title h1::after,
.wpo-section-title h2::after,
.wpo-section-title-s2 h2::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120%;
    height: 1px;
    content: "";
    background: #e7e7e7;
    left: -10%;
}
.wpo-section-title h2::before,
.wpo-section-title-s2 h2::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 70%;
    height: 1px;
    content: "";
    background: #e7e7e7;
}

@media (max-width: 767px) {
    .wpo-section-title h2,
    .wpo-section-title-s2 h2 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 575px) {
    .wpo-section-title h2, .wpo-section-title-s2 h2 {
        font-size: 22px;
    }
}

.wpo-section-title p,
.wpo-section-title-s2 p {
    font-size: 18px;
}
.wpo-section-title .section-title-img,
.wpo-section-title-s2 .section-title-img {
    max-width: 200px;
    margin: 0 auto;
    position: relative;
    margin-bottom: -35px;
    left: -6px;
}
.wpo-section-title-s2 .section-title-img:after,
.wpo-section-title-s2 .section-title-img:before {
    width: 144px;
}

@media (max-width: 575px) {
    .wpo-section-title-s2 .section-title-img:after,
    .wpo-section-title-s2 .section-title-img:before {
        width: 80px;
    }
}

.form input,
.form textarea,
.form select {
    border-color: #bfbfbf;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    color: #595959;
    font-style: normal;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
    border-color: #a3888c;
    -o-box-shadow: 0 0 5px 0 #b9a5a8;
    -ms-box-shadow: 0 0 5px 0 #b9a5a8;
    box-shadow: 0 0 5px 0 #b9a5a8;
}
.form ::-webkit-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}
.form :-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}
.form ::-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}
.form :-ms-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}
.form select {
    font-style: normal;
    background: url(../images/select-icon.png) no-repeat right center;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.form select::-ms-expand {
    /* for IE 11 */
    display: none;
}
.form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-style: normal;
}
.form ::-moz-placeholder {
    font-style: normal;
}
.form ::placeholder {
    font-style: normal;
}

.social-links {
    overflow: hidden;
}
.social-links li {
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 1px;
}
.social-links li a {
    background-color: #b9a5a8;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    color: #fff;
    text-align: center;
}
.social-links li a:hover {
    background-color: #a3888c;
}

.wpo-breadcumb-area {
    background: url(../afbeeldingen-weddingplanner-sas/achtergrond-header.webp) no-repeat center top/cover;
    min-height: 150px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}
.wpo-breadcumb-area .wpo-breadcumb-wrap ul li {
    display: inline-block;
    padding: 0 5px;
    color: var(--text-color);
    position: relative;
    font-size: 20px;
}

@media (max-width: 767px) {
    .wpo-breadcumb-area .wpo-breadcumb-wrap ul li {
        font-size: 18px;
    }
}

.wpo-breadcumb-area .wpo-breadcumb-wrap ul li:after {
    content: "/";
    position: relative;
    left: 7px;
}
.wpo-breadcumb-area .wpo-breadcumb-wrap ul li:last-child span {
    color: var(--text-color);
}
.wpo-breadcumb-area .wpo-breadcumb-wrap ul li:last-child:after {
    display: none;
}
.wpo-breadcumb-area .wpo-breadcumb-wrap ul li a {
    color: var(--text-color);
    font-size: 20px;
    transition: all 0.3s;
}
.wpo-breadcumb-area .wpo-breadcumb-wrap ul li a:hover {
    color: #a3888c;
}

/*--------------------------------------------------------------
2. header
--------------------------------------------------------------*/
/*-- 2.1 topbar --*/
.topbar {
    background: none;
}

@media (max-width: 991px) {
    .topbar {
        text-align: center;
        padding: 0;
    }
}

.topbar {
    font-size: 16px;
    color: #e5e3e3;
    margin: 0;
}
.topbar ul {
    overflow: hidden;
    list-style: none;
    float: right;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .topbar ul {
        float: none;
        display: inline-block;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.topbar ul li {
    font-size: 16px;
    float: left;
    padding: 15px 10px;
    color: #fff;
    line-height: 1em;
}

@media (max-width: 991px) {
    .topbar ul li {
        padding: 15px 10px;
    }
}

.topbar .contact-intro ul li a, .topbar .contact-info ul li a {
    color: #fff;
}
.topbar .contact-intro ul li a:hover, .topbar .contact-info ul li a:hover {
    color: var(--dark-color);
}
.topbar ul li:first-child {
    padding-left: 0;
}
.topbar .contact-intro ul {
    float: left;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .topbar .contact-intro ul {
        float: none;
    }
}
@media (max-width: 1200px) {
    .topbar ul li {
        font-size: 12px;
        padding: 15px 10px;
    }
}
@media (max-width: 991px) {
    .topbar ul li {
        font-size: 13px;
    }

    .topbar {
        padding: 10px 0;
    }
}
@media (max-width: 767px) {
    .topbar ul li {
        float: left;
        border: none;
        padding: 8px 6px;
        font-size: 13px;
    }
}
@media (max-width: 590px) {
    .topbar ul li {
        float: none;
    }
    .topbar .contact-info ul li {
        float: left;
    }
    .topbar ul {
        flex-wrap: wrap;
    }
}

.topbar ul .fi {
    position: relative;
    top: 2px;
    display: inline-block;
    padding-right: 6px;
}
.topbar ul .fi:before {
    font-size: 15px;
    font-size: 1rem;
    color: #fff;
}

/* 2.2 navigation */
.wpo-header-other {
    background-color: #fff;
}
.wpo-header-other .navbar-header .logo {
    color: var(--dark-color);
}
.wpo-header-other .navigation {
    background-color: #fff;
}
.wpo-header-home .navigation .navbar-header .logo {
    color: #fff;
}
.wpo-header-other .navigation .navbar-header .logo {
    color: #a3888c;
}
.wpo-header-other #navbar ul li a::before {
    background: var(--dark-color);
}
.wpo-header-other #navbar>ul li a:hover,
.wpo-header-other #navbar>ul li a:focus {
    color: var(--dark-color);
}

@media (min-width: 1900px) {
    .wpo-site-header {
        padding: 0 130px;
    }
    .wpo-site-header.wpo-site-header-s3 {
        padding: 0 100px;
    }
}

.wpo-site-header .navigation {
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}
.wpo-site-header .navigation .navbar-header {
    align-items: center;
    display: flex;
}
.wpo-site-header .navigation .navbar-header img {
    max-height: 130px;
}

.wpo-site-header .navigation .navbar-header .logo {
    font-size: 45px;
    font-family: "Gilda Display", serif;
}
@media (max-width: 991px) {
    .wpo-site-header .navigation .navbar-header .logo {
        font-size: 40px;
    }
}

.wpo-site-header .navigation .navbar-header .logo span {
    position: relative;
}
.wpo-site-header .navigation .navbar-header .logo span i {
    position: absolute;
    left: 1px;
    top: 5px;
    font-size: 13px;
}

.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -400px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    box-shadow: 0 -5px 15px #086ad84a;
}
.sticky-on {
    opacity: 1;
    top: 0;
    visibility: visible;
}

.wpo-site-header .navigation>.container {
    position: relative;
}
.wpo-site-header .row {
    width: 100%;
}

@media (max-width: 991px) {
    .wpo-site-header .navigation {
        padding: 20px 0;
    }
}

.wpo-site-header #navbar {
    transition: all 0.5s;
}
.wpo-site-header #navbar>ul li a:hover,
.wpo-site-header #navbar>ul li a:focus {
    text-decoration: none;
}

@media screen and (min-width: 992px) {
    .wpo-site-header #navbar {
        justify-content: center;
    }
    .wpo-site-header #navbar li {
        position: relative;
    }
    .wpo-site-header #navbar>ul>li>a:before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 4px;
        background: #a3888c;
        content: "";
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
        border-radius: 3px;
    }
    .wpo-site-header #navbar>ul>li>a:hover:before,
    .wpo-site-header #navbar>ul>li.current-menu-item a:before,
    .wpo-site-header #navbar>ul>li>a.active: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;
    }
}

.wpo-site-header .container-fluid {
    padding-right: 0;
}

@media (max-width: 991px) {
    .wpo-site-header #navbar {
        background: #1c7a60;
    }
    .wpo-site-header #navbar>ul .menu-item-has-children>a:before {
        background: none !important;
    }
    .wpo-site-header #navbar ul li a:hover,
    .wpo-site-header #navbar ul li a:focus {
        color: #fff;
    }
    .wpo-site-header .container {
        width: 100%;
        max-width: 100%;
    }
    .wpo-site-header .header-right {
        right: -10px;
    }
    .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 {
    list-style: none;
}

@media (max-width: 991px) {
    .wpo-site-header #navbar {
        top: 0;
        visibility: visible;
        opacity: 1;
    }
    .wpo-site-header #navbar>ul {
        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: #a3888c;
    }
    .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 {
        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;
    }
}

@media (max-width: 767px) {
    .wpo-site-header .navbar-header .navbar-brand {
        font-size: 24px;
    }
    .wpo-site-header #navbar .navbar-nav {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .wpo-site-header .navbar-collapse.collapse {
        display: none;
    }
    .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;
        text-align: center;
    }
    .wpo-site-header .navbar-right {
        float: none;
    }
    .wpo-site-header .navbar-nav {
        float: none;
    }
    .wpo-site-header .navbar-nav>li {
        float: none;
    }
}

.wpo-site-header .header-right {
    display: flex;
    justify-content: flex-end;
    z-index: 991;
    position: relative;
    align-items: center;
}
.wpo-site-header .header-right button {
    padding: 0;
    border: 0;
    outline: 0;
}
.wpo-site-header .header-right>div {
    float: left;
    position: relative;
    margin-right: 8px;
}

@media (max-width: 450px) {
    .wpo-site-header .header-right>div {
        margin-right: 10px;
    }
    .wpo-site-header .header-right {
        right: -30px;
    }
}

.wpo-site-header .header-right>div:last-child {
    margin: 0 0 0 10px;
    position: relative;
}

@media (max-width: 767px) {
    .wpo-site-header .header-right>div:last-child {
        margin: 3px 0 0 10px;
    }
}

.wpo-site-header .header-right .header-search-form-wrapper {
    position: relative;
}
.wpo-site-header .header-right .header-search-form-wrapper .fi:before {
    font-size: 18px;
}

@media (max-width: 991px) {
    .page-wrapper {
        transition: all 0.3s;
    }
    .body-overlay:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        transition: all 0.3s;
    }
}

.wpo-site-header {
    /* navigation open and close btn hide for width screen */
    /* style for navigation less than 992px */
    /*navbar collaps less then 992px*/
}
.wpo-site-header .navigation {
    background-color: #fff;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}
.wpo-site-header .navigation>.container {
    position: relative;
}

@media (max-width: 991px) {
    .wpo-site-header .navigation {
        padding: 20px 0;
    }
}

.wpo-site-header #navbar {
    transition: all 0.5s;
}

@media screen and (min-width: 992px) {
    .wpo-site-header #navbar li {
        position: relative;
    }
    .wpo-header-other #navbar>ul>li>a {
        color: var(--text-color);
    }
    .wpo-site-header #navbar>ul>li>a {
        font-size: 16px;
        padding: 35px 20px;
        display: block;
        font-weight: 500;
        position: relative;
        font-family: "Jost", sans-serif;
        text-transform: uppercase;
    }
}

@media screen and (min-width: 992px) and (max-width: 1870px) {
    .wpo-site-header #navbar>ul>li>a {
        padding: 35px 18px;
    }
}

@media screen and (min-width: 992px) {
    .wpo-site-header #navbar>ul .sub-menu {
        background-color: #fff;
        box-shadow: 0 2px 20px 0 rgba(62, 65, 159, 0.09);
        width: 240px;
        position: absolute;
        padding: 20px;
        left: 0;
        top: 110%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s;
    }
}

@media screen and (min-width: 992px) {
    .wpo-site-header #navbar>ul>li .sub-menu a {
        font-size: 16px;
        font-size: 1.0666666667rem;
        display: inline-block;
        padding: 5px 0;
        color: var(--text-color);
        position: relative;
        overflow: hidden;
        font-weight: 500;
        transition: all 0.5s;
    }
    .wpo-site-header #navbar>ul>li .sub-menu a:after {
        position: absolute;
        left: 0;
        bottom: 5px;
        width: 0;
        height: 1px;
        content: "";
        background: var(--dark-color);
        transition: all 0.3s;
        opacity: 0;
        visibility: hidden;
    }
    .wpo-site-header #navbar>ul>li .sub-menu a.active {
        color: var(--text-color);
        font-weight: 700;
    }
    .wpo-site-header #navbar>ul>li .sub-menu a:hover:after {
        width: 100%;
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (min-width: 992px) {
    .wpo-site-header #navbar>ul>li>.sub-menu .sub-menu {
        left: 120%;
        top: 0;
    }
}

@media screen and (min-width: 992px) {
    .wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children {
        position: relative;
    }
    .wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children:before {
        font-family: "themify";
        content: "";
        font-size: 11px;
        font-size: 0.7333333333rem;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 992px) {
    .wpo-site-header #navbar>ul>li:hover>.sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
}

@media screen and (min-width: 992px) {
    .wpo-site-header #navbar .sub-menu>li:hover>.sub-menu {
        left: 110%;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .wpo-site-header #navbar>ul>li a {
        display: block;
        font-size: 15px;
        font-size: 1rem;
        color: #fff;
        font-weight: 600;
    }
    .wpo-site-header #navbar>ul>li a:hover,
    .wpo-site-header #navbar>ul>li a.active {
        color: #fff;
    }
    .wpo-site-header #navbar>ul .sub-menu>li:last-child {
        border-bottom: 0;
    }
    .wpo-site-header #navbar>ul>li>.sub-menu a {
        padding: 8px 15px 8px 45px;
    }
    .wpo-site-header #navbar>ul>li>.sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px;
    }
    .wpo-site-header #navbar>ul .menu-item-has-children {
        position: relative;
    }
    .wpo-site-header #navbar>ul .menu-item-has-children>a {
        position: relative;
        color: #ddd;
    }
    .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: "";
        font-size: 11px;
        font-size: 0.7333333333rem;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.3s;
    }
    .wpo-site-header #navbar>ul .menu-item-has-children>a.rotate:before {
        transform: rotate(90deg);
        top: 29%;
    }
    .wpo-site-header #navbar>ul .menu-item-has-children>a.rotate {
        color: #fff;
    }
}

@media screen and (min-width: 992px) {
    .wpo-site-header .navbar-header .open-btn {
        display: none;
    }
    .wpo-site-header #navbar .close-navbar {
        display: none;
    }
}

.wpo-site-header .menu-close {
    display: none;
}

@media (max-width: 991px) {
    .wpo-site-header .container {
        width: 100%;
    }
    .wpo-site-header .mobile-menu button {
        background: var(--dark-color);
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 10px;
        outline: 0;
        position: relative;
        z-index: 20;
    }
    .wpo-site-header .mobile-menu button:focus {
        outline: none;
        box-shadow: none;
    }
    .wpo-site-header .mobile-menu button span {
        background-color: #fff;
        width: 20px;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }
    .wpo-site-header .mobile-menu button span:last-child {
        margin: 0;
    }
    .wpo-site-header #navbar {
        background: #6a4e52;
        display: block !important;
        width: 300px;
        height: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        position: fixed;
        left: -320px;
        top: 0;
        z-index: 999999;
        opacity: 0;
        visibility: hidden;
    }
    .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: #a3888c;
    }
    .wpo-site-header #navbar .navbar-nav {
        height: 100%;
        overflow: auto;
        padding-bottom: 60px;
    }
    .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 #navbar .close-navbar .ti-close {
        position: relative;
        top: 1px;
    }
    .wpo-site-header .menu-close {
        display: block;
        z-index: 99;
        background: none;
        text-align: center;
        color: #fff;
        border: 0;
        text-align: center;
        margin-left: auto;
        margin-top: 30px;
        margin-right: 30px;
        margin-bottom: 30px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #fff;
    }
    .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 {
        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;
    }
}

@media (max-width: 767px) {
    .wpo-site-header .navbar-header .navbar-brand {
        font-size: 24px;
    }
    .wpo-site-header #navbar .navbar-nav {
        margin: 0;
    }
}

.wpo-site-header .navbar-header .navbar-brand img {
    max-width: 170px;
}

@media (max-width: 991px) {
    .wpo-site-header .navbar-collapse.collapse {
        display: none;
    }
    .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;
    }
    .wpo-site-header .navbar-right {
        float: none;
    }
    .wpo-site-header .navbar-nav {
        float: none;
    }
    .wpo-site-header .navbar-nav>li {
        float: none;
    }
}

@media (max-width: 440px) {
    .wpo-site-header .navbar-header .navbar-brand img {
        max-width: 170px;
    }
}

@media (max-width: 370px) {
    .wpo-site-header .navbar-header .navbar-brand img {
        max-width: 140px;
    }
}

@media (max-width: 1700px) {
    .wpo-site-header {
        padding: 0 30px;
    }
}

@media (max-width: 1500px) {
    .wpo-site-header #navbar>ul>li>a {
        padding: 30px 15px;
    }
    .wpo-site-header {
        padding: 0 10px;
    }
}

@media (max-width: 1400px) {
    .wpo-site-header #navbar>ul>li>a {
        padding: 30px 10px;
    }
}

@media (max-width: 1200px) {
    .wpo-site-header #navbar>ul>li>a {
        padding: 30px 6px;
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .wpo-site-header #navbar>ul>li>a {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .wpo-site-header .header-right .close-form {
        display: none;
    }
}

.wpo-header-home {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.4);
}
.wpo-header-home .navigation {
    background: none;
}
.wpo-header-home .navigation.sticky-on {
    background-color: #17634f;
}
.wpo-header-home .navigation:before {
    position: absolute;
    left: -8%;
    top: 0;
    width: 118%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    content: "";
}
.wpo-header-home #navbar>ul>li>a {
    color: #fff;
}
.wpo-header-home #navbar>ul>li>a::before {
    background: #fff;
}
.wpo-header-home #navbar>ul>li>a:hover,
.wpo-header-home #navbar>ul>li>a:focus {
    color: #fff;
}

@media (max-width: 991px) {
    .wpo-site-header #navbar>ul>li>a {
        padding: 15px 30px;
    }
}

@media (max-width: 991px) {
    .wpo-site-header {
        z-index: 99999;
    }
}

.wpo-site-header .navigation.sticky-header {
    padding: 0 130px;
}

@media (max-width: 1700px) {
    .wpo-site-header .navigation.sticky-header {
        padding: 0 50px;
    }
}

@media (max-width: 1400px) {
    .wpo-site-header .navigation.sticky-header {
        padding: 0 20px;
    }
}

@media (max-width: 991px) {
    .wpo-site-header .navigation.sticky-header {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .wpo-site-header .navigation.sticky-header {
        padding: 20px 10px;
    }
}

.wpo-site-header-s1 {
    position: absolute;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 9999;
}

@media (max-width: 991px) {
    .wpo-site-header-s1 {
        position: relative;
    }
}

.wpo-site-header-s1 .navigation {
    background: transparent;
}

@media (min-width: 991px) {
    .wpo-site-header-s1 #navbar>ul>li>a {
        padding: 50px 20px;
    }
}

@media (max-width: 1200px) {
    .wpo-site-header-s1 #navbar>ul>li>a {
        padding: 35px 10px;
    }
}

@media (max-width: 991px) {
    .wpo-site-header-s1 #navbar>ul>li>a {
        padding: 15px 30px;
    }
}

@media (min-width: 991px) {
    .wpo-site-header-s1 .sticky-on #navbar>ul>li>a {
        padding: 35px 20px;
    }
}

@media (max-width: 1200px) {
    .wpo-site-header-s1 .sticky-on #navbar>ul>li>a {
        padding: 35px 10px;
    }
}

@media (max-width: 991px) {
    .wpo-site-header-s1 .sticky-on #navbar>ul>li>a {
        padding: 15px 30px;
    }
}

.wpo-site-header-s1 .sticky-on.navigation {
    background: #fff;
}

/*--------------------------------------------------------------
4. wpo-footer
--------------------------------------------------------------*/
.wpo-site-footer {
    background: rgba(30, 130, 103, 0.1);
    position: relative;
    font-size: 15px;
    overflow: hidden;
}
.wpo-site-footer ul {
    list-style: none;
}
.wpo-site-footer p {
    color: #525252;
}
.wpo-site-footer li {
    color: #525252;
}
.wpo-site-footer .container {
    position: relative;
}
.wpo-site-footer .wpo-upper-footer {
    padding: 100px 120px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1800px) {
    .wpo-site-footer .wpo-upper-footer {
        padding: 80px 50px;
    }
}

@media (max-width: 991px) {
    .wpo-site-footer .wpo-upper-footer {
        padding: 60px 30px 0;
    }
}

@media (max-width: 767px) {
    .wpo-site-footer .wpo-upper-footer {
        padding: 30px 20px 0;
    }
}

@media (max-width: 991px) {
    .wpo-site-footer .wpo-upper-footer .col {
        min-height: 235px;
        margin-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .wpo-site-footer .wpo-upper-footer .col {
        min-height: auto;
        margin-bottom: 60px;
    }
}

.wpo-site-footer .widget-title {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .wpo-site-footer .widget-title {
        margin-bottom: 20px;
    }
}

.wpo-site-footer .widget-title h3 {
    font-size: 25px;
    color: var(--text-color);
    margin: 0;
    position: relative;
    font-family: "Gilda Display", serif;
    font-weight: 400;
}

@media (max-width: 991px) {
    .wpo-site-footer .widget-title h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.wpo-site-footer .about-widget .logo {
    font-size: 45px;
    font-family: "Gilda Display", serif;
    color: var(--dark-color);
    line-height: 40px;
}

@media (max-width: 991px) {
    .wpo-site-footer .about-widget .logo {
        font-size: 40px;
    }
}

.wpo-site-footer .about-widget .logo span {
    position: relative;
}
.wpo-site-footer .about-widget .logo span i {
    position: absolute;
    left: 1px;
    top: 3px;
    font-size: 13px;
}
.wpo-site-footer .about-widget {
    padding-right: 45px;
}

@media (max-width: 1500px) {
    .wpo-site-footer .about-widget {
        padding-right: 15px;
    }
}

.wpo-site-footer .about-widget p {
    margin-bottom: 0.8em;
    line-height: 1.9em;
}
.wpo-site-footer .about-widget p:last-child {
    margin-bottom: 0;
}
.wpo-site-footer .about-widget ul {
    overflow: hidden;
    padding-top: 10px;
}
.wpo-site-footer .about-widget ul li {
    font-size: 22px;
    float: left;
}
.wpo-site-footer .about-widget ul li a {
    background: #fff;
    border-radius: 50%;
    color: var(--text-color);
    display: block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 42px;
}
.wpo-site-footer .about-widget ul li a:hover {
    background: var(--text-color);
    color: #fff;
}
.wpo-site-footer .about-widget ul li+li {
    margin-left: 15px;
}

@media screen and (max-width: 1600px) {
    .wpo-site-footer .about-widget ul li+li {
        margin-left: 10px;
    }
}

.wpo-site-footer .link-widget {
    overflow: hidden;
}

@media screen and (min-width: 1500px) {
    .wpo-site-footer .link-widget {
        padding-left: 75px;
    }
}

@media (max-width: 1199px) {
    .wpo-site-footer .link-widget {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .wpo-site-footer .link-widget {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .wpo-site-footer .link-widget {
        max-width: 350px;
    }
}

.wpo-site-footer .link-widget ul li {
    position: relative;
}
.wpo-site-footer .link-widget ul li a {
    color: #575757;
    font-size: 17px;
}
.wpo-site-footer .link-widget ul li a:hover {
    text-decoration: underline;
}
.wpo-site-footer .link-widget ul li+li {
    padding-top: 15px;
}
.wpo-site-footer .contact-ft {
    margin-top: 20px;
    padding-right: 50px;
}

@media (max-width: 1500px) {
    .wpo-site-footer .contact-ft {
        padding-right: 0;
    }
}

.wpo-site-footer .contact-ft ul li {
    padding-bottom: 15px;
    position: relative;
    padding-left: 28px;
    color: var(--dark-color);
    font-size: 16px;
}
.wpo-site-footer .contact-ft ul li i {
    position: absolute;
    left: 0;
    top: 0;
}
.wpo-site-footer .contact-ft ul li .fi:before {
    font-size: 17px;
    margin-right: 15px;
}
.wpo-site-footer .wpo-lower-footer {
    text-align: center;
    position: relative;
    background: #fff;
}
.wpo-site-footer .wpo-lower-footer .row {
    padding: 20px 0;
    position: relative;
}
.wpo-site-footer .wpo-lower-footer .copyright {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    color: var(--dark-color);
}
.wpo-site-footer .wpo-lower-footer .copyright a {
    color: var(--dark-color);
    text-decoration: none;
}

@media (max-width: 991px) {
    .wpo-site-footer .wpo-lower-footer .copyright {
        float: none;
        display: block;
    }
}

.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -200px;
    z-index: 9999;
    opacity: 0;
    transition: all 0.7s;
}
.sticky-on {
    opacity: 1;
    top: 0;
}

/* 3.5 wpo-portfolio-section*/
.wpo-portfolio-section .portfolio-grids {
    margin: 0 -7.5px;
}
.wpo-portfolio-section .portfolio-grids .grid {
    width: 33.33%;
    float: left;
    padding: 0 7.5px 15px;
}

@media (max-width: 1500px) {
    .wpo-portfolio-section .portfolio-grids .grid {
        padding: 0 5.5px 10px;
    }
}

@media (max-width: 991px) {
    .wpo-portfolio-section .portfolio-grids .grid {
        padding: 0 4.5px 8px;
    }
}

@media (max-width: 1199px) {
    .wpo-portfolio-section .portfolio-grids .grid {
        width: 50%;
    }
}

@media (max-width: 600px) {
    .wpo-portfolio-section .portfolio-grids .grid {
        width: 100%;
    }
}

.wpo-portfolio-section .portfolio-grids .grid img {
    width: 100%;
}
.wpo-portfolio-section .grid .img-holder {
    position: relative;
}
.wpo-portfolio-section .grid .img-holder .hover-content {
    transition: all 0.3s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    text-align: center;
    width: 260px;
}
.wpo-portfolio-section .grid .img-holder .hover-content span {
    color: #585858;
}
.wpo-portfolio-section .grid .img-holder .hover-content h3 {
    font-size: 30px;
    font-weight: 600;
}
.wpo-portfolio-section .grid .img-holder .hover-content h3 a {
    color: var(--text-color);
}
.wpo-portfolio-section .grid .img-holder .hover-content h3 a:hover {
    color: #a3888c;
}
.wpo-portfolio-section .grid .img-holder .hover-content h4 a:hover {
    color: var(--dark-color);
}
.wpo-portfolio-section .grid .img-holder .hover-content i {
    font-size: 30px;
    color: var(--text-color);
}
.wpo-portfolio-section .grid .img-holder:before {
    position: absolute;
    left: 2%;
    top: 2%;
    width: 96%;
    height: 96%;
    content: "";
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    transition: all 0.3s;
    transform: scale(0);
}
.wpo-portfolio-section .img-holder:hover .hover-content {
    opacity: 1;
}
.wpo-portfolio-section .img-holder:hover:before {
    opacity: 1;
    transform: scale(1);
}

/* 3.6 wpo-contact-section */
.wpo-contact-section {
    padding-bottom: 200px;
}

@media (max-width: 991px) {
    .wpo-contact-section {
        padding-bottom: 180px;
    }
}

@media (max-width: 767px) {
    .wpo-contact-section {
        padding-bottom: 140px;
    }
}

@media (max-width: 575px) {
    .wpo-contact-section {
        padding-bottom: 80px;
    }
}

.wpo-contact-section .wpo-contact-section-wrapper {
    position: relative;
    max-width: 650px;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0 2px 16.8px 3.2px rgba(0, 0, 0, 0.08);
    background: #fff;
    border-radius: 322px;
}

@media (max-width: 1200px) {
    .wpo-contact-section .wpo-contact-section-wrapper {
        max-width: 570px;
    }
}

@media (max-width: 1200px) {
    .wpo-contact-section .wpo-contact-section-wrapper .wpo-section-title {
        margin-bottom: 20px;
    }
}

.wpo-contact-section .wpo-contact-section-wrapper .vector-1 {
    position: absolute;
    left: -30%;
    bottom: -10%;
    z-index: -1;
}

@media (max-width: 575px) {
    .wpo-contact-section .wpo-contact-section-wrapper .vector-1 {
        display: none;
    }
}

.wpo-contact-section .wpo-contact-section-wrapper .vector-2 {
    position: absolute;
    right: -26%;
    top: -3%;
    z-index: -1;
}

@media (max-width: 575px) {
    .wpo-contact-section .wpo-contact-section-wrapper .vector-2 {
        display: none;
    }
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area {
    padding: 130px 60px;
    border: 1px solid #a3888c;
    position: relative;
    z-index: 99;
    border-radius: 322px;
}

@media (max-width: 1200px) {
    .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area {
        padding: 80px 20px;
    }
}

@media (max-width: 575px) {
    .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area {
        padding: 50px 15px;
    }
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    background: transparent;
    color: #787878;
    font-size: 18px;
}
.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control.error {
    border: 1px solid #ff0000;
}
.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:not(.wedding-date) {
    border: 0;
    border-bottom: 1px solid #cde0ef;
    border-radius: 0;
    padding-left: 0;
}
.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:focus {
    outline: none;
    box-shadow: none;
}
.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #787878;
}
.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-moz-placeholder {
    color: #787878;
}
.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::placeholder {
    color: #787878;
}
.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control {
    color: #6c757d;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
    position: relative;
}
.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .select.last {
    margin-bottom: 50px;
}
.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area {
    margin-top: 40px;
    text-align: center;
}

/* 3.9 wpo-blog-section */
.wpo-blog-section {
    padding-bottom: 90px;
}

@media (max-width: 767px) {
    .wpo-blog-section {
        padding-bottom: 60px;
    }
}

.wpo-blog-section .wpo-blog-item {
    margin-bottom: 30px;
}
.wpo-blog-section .wpo-blog-item .wpo-blog-content {
    padding-top: 20px;
}
.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li {
    color: var(--dark-color);
}
.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li:first-child:before {
    background: var(--dark-color);
}
.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li a {
    color: var(--dark-color);
}
.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li a:hover {
    color: var(--dark-color);
}
.wpo-blog-section .wpo-blog-item .wpo-blog-content h2 a:hover {
    color: var(--dark-color);
}
.wpo-blog-section .wpo-blog-item .wpo-blog-img {
    overflow: hidden;
}
.wpo-blog-section .wpo-blog-item .wpo-blog-img img {
    width: 100%;
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
    transition: all 0.3s;
    transform: scale(1);
}
.wpo-blog-section .wpo-blog-item:hover .wpo-blog-img img {
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transform: scale(1.2);
}
.wpo-blog-section .wpo-blog-item .wpo-blog-content {
    padding-top: 20px;
}
.wpo-blog-section .wpo-blog-item .wpo-blog-content ul {
    list-style: none;
    display: flex;
    margin-bottom: 15px;
}
.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li {
    color: #c4aaad;
    font-size: 16px;
}
.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li:first-child {
    padding-right: 30px;
    position: relative;
}
.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li:first-child:before {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    content: "";
    background: #c4aaad;
    border-radius: 50%;
}
.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li a {
    color: #c4aaad;
}
.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li a:hover {
    color: #a3888c;
}
.wpo-blog-section .wpo-blog-item .wpo-blog-content h3 {
    font-size: 30px;
    font-family: "Gilda Display", serif;
    margin-bottom: 20px;
    line-height: 36px;
    font-weight: 400;
    margin-top: 10px;
}

@media (max-width: 1200px) {
    .wpo-blog-section .wpo-blog-item .wpo-blog-content h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content h3 a {
    color: var(--text-color);
}
.wpo-blog-section .wpo-blog-item .wpo-blog-content h3 a:hover {
    color: #a3888c;
}
.wpo-blog-section .wpo-blog-item .wpo-blog-content p {
    font-size: 18px;
    color: #585858;
}

/*======================================
 6. Home-style-3 
 =======================================*/
/*6.1 wpo-service-section */
.service-items {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1400px) {
    .service-items {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 776px) {
    .service-items {
        grid-template-columns: 1fr;
    }
}

.wpo-service-section .wpo-service-item {
    box-shadow: 0 0 6.1px 3.9px rgba(28, 31, 86, 0.04);
    padding: 20px;
    text-align: center;
}

@media (max-width: 991px) {
    .wpo-service-section .wpo-service-item {
        margin-bottom: 30px;
    }
}

.wpo-service-section .wpo-service-item .wpo-service-img {
    overflow: hidden;
}
.wpo-service-section .wpo-service-item .wpo-service-img img {
    max-height: 400px;
    transform: scale(1);
    transition: all 0.3s;
}
.wpo-service-section .wpo-service-item:hover .wpo-service-img img {
    transform: scale(1.2);
}
.wpo-service-section .wpo-service-item .wpo-service-text {
    padding-top: 20px;
    text-align: center;
}
.wpo-service-section .wpo-service-item .wpo-service-text a {
    color: var(--dark-color);
    font-size: 25px;
    font-weight: 400;
}

/* 6.2 wpo-about-section */
.wpo-about-section .wpo-about-section-wrapper {
    box-shadow: 0 1px 13.5px 1.5px rgba(46, 49, 108, 0.08);
    padding: 20px;
}
.wpo-about-section .wpo-about-section-wrapper .wpo-about-content {
    padding: 20px 30px 20px 40px;
}

.wpo-about-section .nomination {
    align-items: center;
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}
.wpo-about-section .nomination p {
    color: var(--dark-color);
}
.wpo-about-section .nomination img {
    max-height: 150px;
}

@media (max-width: 1400px) {
    .wpo-about-section .wpo-about-section-wrapper .wpo-about-content {
        padding: 30px;
    }
}

@media (max-width: 1200px) {
    .wpo-about-section .wpo-about-section-wrapper .wpo-about-content {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .wpo-about-section .wpo-about-section-wrapper .wpo-about-content {
        margin-top: 0;
        padding: 0;
        padding-top: 40px;
    }
}
@media (max-width: 770px) {
    .wpo-about-section {
        padding-top: 120px;
    }
}

.wpo-about-section .about-title-img {
    max-width: 200px;
    margin: 0 auto;
    position: relative;
    margin-bottom: -35px;
    left: -6px;
}
.wpo-about-section .about-title-img:after {
    width: 144px;
}

@media (max-width: 575px) {
    .wpo-about-section .about-title-img:after,
    .wpo-about-section .about-title-img:before {
        width: 80px;
    }
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .about-title h1,
.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .about-title h2 {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 20px;
    font-weight: 400;
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
    color: var(--dark-color);
}
.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .about-title h1::after,
.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .about-title h2::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: #e7e7e7;
    left: 0%;
}
.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .about-title h1::before,
.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .about-title h2::before {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 70%;
    height: 1px;
    content: "";
    background: #e7e7e7;
}

@media (max-width: 1200px) {
    .wpo-about-section .wpo-about-section-wrapper .wpo-about-content .about-title h1,
    .wpo-about-section .wpo-about-section-wrapper .wpo-about-content .about-title h2 {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 20px;
        padding-bottom: 2px;
    }
}
@media (max-width: 575px) {
    .wpo-about-section .wpo-about-section-wrapper .wpo-about-content .about-title h1,
    .wpo-about-section .wpo-about-section-wrapper .wpo-about-content .about-title h2 {
        font-size: 25px;
        line-height: 35px;
        padding-bottom: 10px;
    }
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content span {
    font-size: 25px;
    display: block;
    margin-bottom: 30px;
}

@media (max-width: 1200px) {
    .wpo-about-section .wpo-about-section-wrapper .wpo-about-content span {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

/* 6.4 wpo-testimonial-area */
.wpo-testimonial-area {
    padding-bottom: 120px;
}
.wpo-testimonial-area .wpo-testimonial-wrap .wpo-testimonial-item {
    text-align: center;
}
.wpo-testimonial-area .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-img {
    width: 350px;
    height: 350px;
    margin: 0 auto;
    margin-bottom: 25px;
    position: relative;
    padding: 10px;
    box-shadow: 0 0 6.1px 3.9px rgba(28, 31, 86, 0.06);
    background: #fff;
}
.wpo-testimonial-area .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-img:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
    content: "";
    font-family: "Flaticon";
    z-index: 1;
    font-size: 25px;
    color: #a3888c;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    box-shadow: 0 0 6.1px 3.9px rgba(28, 31, 86, 0.06);
    border-radius: 50%;
}
.wpo-testimonial-area .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-content h2 {
    color: var(--dark-color);
}
.wpo-testimonial-area .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-content h3 {
    font-size: 25px;
    font-weight: 400;
    color: #a3888c;
}
.wpo-testimonial-area .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-content p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .wpo-testimonial-area .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-content p {
        font-size: 18px;
        line-height: 34px;
    }
}

.wpo-testimonial-area .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-content span {
    font-size: 18px;
}

@media (max-width: 767px) {
    .wpo-testimonial-area .wpo-testimonial-wrap .wpo-testimonial-item {
        text-align: center;
    }
}

.wpo-testimonial-area .wpo-testimonial-wrap .testimonial-slider {
    padding-bottom: 60px;
}

.wpo-testimonial-area .wpo-testimonial-wrap .testimonial-slider .owl-nav {
    display: none;
}

.wpo-testimonial-area .wpo-testimonial-wrap .testimonial-slider .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    text-align: center;
}

.wpo-testimonial-area .wpo-testimonial-wrap .testimonial-slider .owl-dots button {
    width: 20px;
    height: 3px;
    background: #c9c3c4;
    border: 0;
    margin: 0 10px;
}

@media (max-width: 767px) {
    .wpo-testimonial-area .wpo-testimonial-wrap .testimonial-slider .owl-dots button {
        width: 10px;
    }
}

.wpo-testimonial-area .wpo-testimonial-wrap .testimonial-slider .owl-dots button.active {
    background: var(--dark-color);
    width: 40px;
}

@media (max-width: 767px) {
    .wpo-testimonial-area .wpo-testimonial-wrap .testimonial-slider .owl-dots button.active {
        width: 20px;
    }
}

/* 6.5 wpo-pricing-section */
.wpo-pricing-section, .wpo-pricing-section-s2 {
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}
.wpo-pricing-section .container, .wpo-pricing-section-s2 .container {
    max-width: 90%;
}
.wpo-pricing-section .wpo-pricing-wrap, .wpo-pricing-section-s2 .wpo-pricing-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
@media (max-width: 1400px) {
    .wpo-pricing-section .wpo-pricing-wrap, .wpo-pricing-section-s2 .wpo-pricing-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .wpo-pricing-section .wpo-pricing-wrap, .wpo-pricing-section-s2 .wpo-pricing-wrap {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .wpo-pricing-section,
    .wpo-pricing-section-s2 {
        padding-bottom: 70px;
    }
}

.wpo-pricing-section:before,
.wpo-pricing-section-s2:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 500px;
    content: "";
    background: url(../afbeeldingen-weddingplanner-sas/achtergrond-prijzen.webp) no-repeat center center;
    z-index: -1;
}
.wpo-pricing-section:after,
.wpo-pricing-section-s2:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 500px;
    content: "";
    background: rgba(94, 86, 86, 0.6);
    z-index: -1;
}
.wpo-pricing-section .wpo-section-title h2 {
    color: #fff;
}
.wpo-pricing-section .wpo-section-title h1,
.wpo-pricing-section-s2 .wpo-section-title h2 {
    color: var(--dark-color);
}
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item {
    position: relative;
    margin-bottom: 40px;
    box-shadow: 0 0 6.1px 3.9px rgba(28, 31, 86, 0.06);
    background: #fff;
    padding: 30px;
    padding-bottom: 0;
    text-align: center;
}

@media (max-width: 1400px) {
    .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item,
    .wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item {
        padding: 15px;
    }
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item img,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item img {
    max-height: 500px;
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top {
    padding: 30px;
    text-align: center;
    border-bottom: 1px solid #e4ebf2;
}
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h3,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h4,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h3 {
    font-size: 40px;
    color: var(--dark-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    font-family: "Jost", sans-serif;
    font-weight: 500;
}
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h4 span,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h3 span {
    font-size: 16px;
}
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom {
    padding: 40px;
    padding-top: 35px;
    text-align: center;
}
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text ul,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text ul {
    list-style: none;
}
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text ul li,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text ul li {
    color: #575760;
    padding-bottom: 15px;
}
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text a,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text a {
    font-size: 16px;
    color: var(--text-color);
    font-weight: 600;
    display: inline-block;
    margin-top: 15px;
    position: relative;
    padding-bottom: 5px;
}
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text a:before,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--text-color);
    content: "";
    transition: all 0.3s;
}
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text a:hover,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text a:hover {
    color: #a3888c;
}
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text a:hover:before,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text a:hover:before {
    background-color: #a3888c;
}
.wpo-pricing-section-s2::after,
.wpo-pricing-section-s2::before {
    display: none;
}

/*--------------------------------------------------------------
15. wpo-portfolio-single-section
--------------------------------------------------------------*/
.wpo-portfolio-single-section .portfolio-single-wrap {
    margin-bottom: 30px;
}
.wpo-portfolio-single-section .portfolio-single-img {
    padding-right: 50px;
}

@media (max-width: 991px) {
    .wpo-portfolio-single-section .portfolio-single-img {
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .wpo-portfolio-single-section .portfolio-single-text {
        padding-top: 40px;
    }
}

.wpo-portfolio-single-section .portfolio-single-text h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

@media (max-width: 550px) {
    .wpo-portfolio-single-section .portfolio-single-text h2 {
        font-size: 20px;
    }
}

.wpo-portfolio-single-section .portfolio-single-text span {
    color: #5880a2;
    display: block;
    margin-bottom: 30px;
}

@media (max-width: 550px) {
    .wpo-portfolio-single-section .portfolio-single-text span {
        margin-bottom: 20px;
    }
}

.wpo-portfolio-single-section .portfolio-single-text p {
    margin-bottom: 30px;
}
.wpo-portfolio-single-section .wpo-portfolio-single-content-des {
    max-width: 380px;
    flex-basis: 35%;
}

@media (max-width: 1200px) {
    .wpo-portfolio-single-section .wpo-portfolio-single-content-des {
        flex-basis: 100%;
        margin-bottom: 40px;
    }
}

.wpo-portfolio-single-section .wpo-portfolio-single-content-des ul {
    list-style: none;
    margin-top: 40px;
}
.wpo-portfolio-single-section .wpo-portfolio-single-content-des ul li {
    display: flex;
    padding: 15px 0;
    font-size: 16px;
    color: var(--text-color);
    font-weight: 600;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    justify-content: space-between;
    font-weight: 600;
}
.wpo-portfolio-single-section .wpo-portfolio-single-content-des ul li span {
    flex-basis: 70%;
    color: #575760;
    font-weight: 400;
    margin-bottom: 0;
}
.wpo-portfolio-single-section .wpo-portfolio-single-content-des ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.wpo-portfolio-single-section .wpo-portfolio-single-content-des ul li:first-child {
    padding-top: 0;
}
.wpo-portfolio-single-section .pagi {
    padding-top: 50px;
}

@media (max-width: 767px) {
    .wpo-portfolio-single-section .pagi {
        padding-top: 30px;
    }
}

.wpo-portfolio-single-section .pagi ul {
    overflow: hidden;
    list-style: none;
}
.wpo-portfolio-single-section .pagi ul li {
    width: 50%;
    float: left;
    text-align: center;
    border: 1px solid #d8e0f1;
}
.wpo-portfolio-single-section .pagi ul li i {
    margin: 0 10px;
}
.wpo-portfolio-single-section .pagi ul>li:last-child {
    margin-left: -1px;
}
.wpo-portfolio-single-section .pagi ul a {
    display: flex;
    padding: 20px;
    color: #585858;
    align-items: center;
    justify-content: center;
}
.wpo-portfolio-single-section .pagi ul a:hover {
    background-color: #a3888c;
    color: #fff;
}
.wpo-portfolio-single-section .project-content .pagi {
    padding-top: 0;
}

/*--------------------------------------------------------------
18. wpo-contact-pg-section
--------------------------------------------------------------*/
.wpo-contact-pg-section {
    background-color: #f7f0f1;
    padding-bottom: 100px;
}
.wpo-contact-pg-section .wpo-contact-title {
    max-width: 440px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .wpo-contact-pg-section .wpo-contact-title {
        margin-bottom: 30px;
    }
}

.wpo-contact-pg-section .wpo-contact-title h2 {
    font-size: 35px;
    font-size: 2.3333333333rem;
    font-weight: 700;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .wpo-contact-pg-section .wpo-contact-title h2 {
        font-size: 25px;
        font-size: 1.6666666667rem;
    }
}

.wpo-contact-pg-section form input,
.wpo-contact-pg-section form select,
.wpo-contact-pg-section form textarea {
    background: transparent;
    width: 100%;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: none !important;
    padding-left: 25px;
    border: 1px solid #ddd;
}

@media (max-width: 991px) {
    .wpo-contact-pg-section form input,
    .wpo-contact-pg-section form select,
    .wpo-contact-pg-section form textarea {
        height: 45px;
    }
}

.wpo-contact-pg-section form input:focus,
.wpo-contact-pg-section form select:focus,
.wpo-contact-pg-section form textarea:focus {
    border-color: #a3888c;
    background: transparent;
}
.wpo-contact-pg-section form textarea {
    height: 180px;
    padding-top: 15px;
}
.wpo-contact-pg-section form {
    margin: 0 -15px;
    overflow: hidden;
}
.wpo-contact-pg-section form ::-webkit-input-placeholder {
    font-style: 15px;
    font-style: normal;
    color: #9d9c9c;
}
.wpo-contact-pg-section form :-moz-placeholder {
    font-style: 15px;
    font-style: normal;
    color: #9d9c9c;
}
.wpo-contact-pg-section form ::-moz-placeholder {
    font-style: 15px;
    font-style: normal;
    color: #9d9c9c;
}
.wpo-contact-pg-section form :-ms-input-placeholder {
    font-style: 15px;
    font-style: normal;
    color: #9d9c9c;
}
.wpo-contact-pg-section form select {
    display: inline-block;
    color: #a9a9a9;
    cursor: pointer;
    opacity: 1;
    padding: 6px 25px;
    font-size: 15px;
    font-size: 1rem;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
    position: relative;
}
.wpo-contact-pg-section form select:focus {
    background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
}
.wpo-contact-pg-section form .submit-area {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
}

@media (max-width: 767px) {
    .wpo-contact-pg-section form .submit-area {
        margin-bottom: 0;
    }
}

.wpo-contact-pg-section form>div {
    margin: 0 15px 25px;
}
.wpo-contact-pg-section form>div:not(.button-row) {
    width: calc(50% - 30px);
    float: left;
}

@media (max-width: 600px) {
    .wpo-contact-pg-section form>div {
        width: calc(100% - 25px);
        float: none;
    }
}

.wpo-contact-pg-section form .fullwidth {
    width: calc(100% - 25px);
    float: none;
    clear: both;
}
.wpo-contact-pg-section .office-info {
    padding-bottom: 100px;
}

@media (max-width: 767px) {
    .wpo-contact-pg-section .office-info {
        padding-bottom: 60px;
    }
}

@media (max-width: 1200px) {
    .wpo-contact-pg-section .office-info .col .office-info-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 1200px) {
    .wpo-contact-pg-section .office-info .col:last-child .office-info-item {
        margin-bottom: 0;
    }
}

.wpo-contact-pg-section .office-info .office-info-item {
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgba(62, 65, 159, 0.1);
    padding: 20px;
    text-align: center;
}
.wpo-contact-pg-section .office-info .office-info-item img {
    max-height: 190px;
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-icon {
    width: 85px;
    height: 85px;
    background: #f5f5f5;
    line-height: 85px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-icon .icon .fi:before {
    font-size: 35px;
    color: var(--dark-color);
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-text h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 20px 0;
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-text p {
    margin-bottom: 0;
}
.wpo-contact-pg-section .wpo-contact-form-area {
    padding: 50px;
    background: #fff;
    box-shadow: 0 1px 15px 0 rgba(62, 65, 159, 0.1);
    padding-bottom: 0;
    margin-bottom: -125px;
    position: relative;
    z-index: 99;
}

@media (max-width: 767px) {
    .wpo-contact-pg-section .wpo-contact-form-area {
        padding: 30px;
        padding-top: 50px;
    }
}

/*--------------------------------------------------------------
19. error-404-section
--------------------------------------------------------------*/
.error-404-section {
    text-align: center;
}
.error-404-section .error-message {
    margin-top: 70px;
    padding: 0 200px;
}

@media (max-width: 991px) {
    .error-404-section .error-message {
        margin-top: 50px;
        padding: 0 100px;
    }
}

@media (max-width: 767px) {
    .error-404-section .error-message {
        padding: 0;
    }
}

.error-404-section .error-message h3 {
    font-size: 30px;
    font-size: 2rem;
    margin: 0 0 0.8em;
}
.error-404-section .error-message p {
    margin-bottom: 1.8em;
}
