/*********************  Scroll Bar  ***************************** */
::-webkit-scrollbar {
    width: 2px;
}


/* Header */
/* toggle memu */
.toggle-menu {
    display: none;
}
.toggle-menu-inner{
    display: flex;
    flex-direction: column;
    gap: 7px;
    position: relative;
    z-index: 9;
}
.toggle-menu-inner span {
    width: 26px;
    height: 2px;
    background-color: var(--ld-indian-red);
}
.page-template-approach .toggle-menu-inner span,
.page-template-contact .toggle-menu-inner span {
    background-color: #fff;
}


/* ******** 404 page ****** */
.error-404 .page-header {
    padding-bottom: .5rem;
}
.not-found, .search-results section {
    padding: 5rem .5rem;
}
.error-404 .page-header h1 ,
.no-results  .page-header h1 ,
.search-results .page-header h1{
    font-size: 32px;
    line-height: 1.5;
    font-weight: 400;
    font-family: var(--ld-pn-regular);
}
.page-content p {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.6;
    color: var(--ld-indian-red);
}
/* Search result */
.search-result-con {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px 30px;
}



/* ******************* Carousel  ************************* */
.splide__arrows button svg {
   display: none;
}
.splide__arrow {
    background: transparent;
    width: 50px;
    height: 32px;
    opacity: 1;
}
.splide__arrows button:after {
    content: '';
    display: block;
    width: inherit;
    height: inherit;
    background-size: contain;
    background-repeat: no-repeat;
}
.splide__arrow--prev:after  {
    background-image: url('/wp-content/themes/LDWP/assets/img/shishievents.png');
}
.splide__arrow--next:after  {
    background-image: url('/wp-content/themes/LDWP/assets/img/shishi.png');
}


/*******************   Template : Process  ******************* */
.process-hero-section {
    border-bottom: 1px solid var(--ld-indian-red);
}
.process-header {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.process-header h1{
    color: #1a202c;
}


.process-header .left {
    align-self: center;
}
.process-header .left h5 {
    font-size: 15px;
}
.process-header .right {
    display: flex;
    align-items: end;
    font-size: 17px;
    padding-left: 4rem;
    margin-top: 10rem;
}
.process-connection-inner {
    grid-template-columns: 1fr 1fr;
}
.process-connection-inner .content {
    padding-right: 8rem;
}
.process-connection-inner img {
    width: 100%;
}
.process-connection-inner .has-img {
    line-height: 0;
}
.process-connection-inner .right .desc {
    padding-right: 4rem;
    font-size: 17px;
    line-height: 1.7;
}

body.page-id-9 .section-process-connection .process-connection-inner .desc {
    max-width: 600px;
    padding: 0;
}

body.page-id-9 .section-process-planning .process-connection-inner .desc {
    max-width: 560px;
}

body.page-id-9 .section-process-design .process-connection-inner .desc {
    max-width: 580px;
    padding-right: 0;
}



.process-connection-inner .left .desc {
/*     padding-right: 1rem; */
    font-size: 17px;
    line-height: 1.6;
}

.process-counter {
    padding: 0px 16.5px;
    border: 2px solid var(--ld-salmon);
    border-radius: 40px;
    aspect-ratio: 8 / 7;
    display: flex;
    align-items: center;
    color: var(--ld-salmon);
}
.fullwidth-testimonial-slider #fw-testimonial-slider {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 .5rem 5rem;
}
#fw-testimonial-slider .splide__arrow--prev:after {
    background-image: url(/wp-content/themes/LDWP/assets/img/trans-arrow-left.png);
}
#fw-testimonial-slider .splide__arrow--next:after {
    background-image: url(/wp-content/themes/LDWP/assets/img/trans-arrow-right.png);
}
#fw-testimonial-slider .splide__arrow {
    width: 65px;
    height: 45px;
}
#fw-testimonial-slider .splide__arrows.splide__arrows--ltr {
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 180px;
    transform: translate(-50%, -50%);
    width: 180px;
}

/*********************************  Template: Portfolio ************************************************/
.portfolio-header  {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.portfolio-header .left {
    align-self: center;
}
.portfolio-header .left h5 {
    font-size: 15px;
}
.portfolio-header .right {
    display: flex;
    align-items: end;
    font-size: 17px;
    padding-left: 3rem;
    margin-top: 10rem;
}
.page-template-portfolio .portfolio-listing {
    gap: 80px 50px;
}
.portfolio-item-wrapper:hover .portfolio-item-img {
    transform: scale(1.05);
}
.portfolio-item-additional-info {
    padding-top: 23px;
}

.portfolio-item-additional-info .dot-separator {
    margin: 0 0 11px 0;
    display: inline-flex;
    line-height: 24px;
    font-size: 22px;
}



/*********************************  Single Portfolio ************************************************/

.portfolio-single-banner .banner-inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
}
.port-lead-img img {
    width: 100%;
}

.portfolio-single-banner .portfolio-grn-con {
    background-size: 330px auto;
    background-position: 35px 64px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    min-height: 500px;
}
.port-general-info {
    margin-top: 190px;
    margin-left: 163px;
    padding: 10rem 4rem 0 0;
}
.port-loc {
    margin-top: 24px;
}
.photography {
    margin-top: 10px;
    color: var(--ld-black-0);
    font-size: 13px;
    font-family: var(--ld-poppins);
    font-weight: 300;
    font-style: italic;
    text-transform: capitalize;
}

/* masonary */
.port-gallery {
    margin: 0 -10px;
}
.port-gallery .gal-img {
    padding: 10px;
    line-height: 0;
    width: 33.33%;
}
.section-port-nav {
    padding-left: 10rem;
}
.portfolio-nav {
    max-width: 1200px;
    margin: 0 auto;
}

.port-divider {
    border-top-color: #965d6a;
    width: 43px;
    height: 2px;
}
.next-port-link a {
    text-decoration: none;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.6;
    text-transform: capitalize;
}
.prev-port-link a {
    text-decoration: none;
    font-weight: 400;
    font-size: 50px;
    text-transform: capitalize;
    font-style: italic;
    font-family: var(--ld-pn-italic);
    line-height: 1.6;
    margin-top: 10px;
}


/* ******************** Template : Approach ************************** */
/* Header */
.page-template-approach .header-wrapper {
    background-color: var(--ld-indian-red);
}
.page-template-approach .item-blank-line a::before {
    background: #fff;
}
.page-template-approach  .main-navigation ul#primary-menu li a,
.page-template-approach  .btn-header-contact {
    color: #fff;
}


/* Body */
.page-template-approach .featured-logo-listing  {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    max-width: 1134px;
    margin: 0 auto;
    gap: 1rem 2rem;
    justify-content: center;
    padding-bottom: 5rem;
}
.page-template-approach .featured-logo-listing .featured-logo-item {
    display: flex;
    justify-content: center;
}
.page-template-approach .section-featured-in h2 {
    font-size: 36px;
    text-align: center;
    padding-top: 5rem;
    margin-bottom: 24px;
}
.section-about-banner img {
    width: 100%;
}
.about-slider-inner {
    display: grid;
    grid-template-columns: 25% 55% 20%;
}
.shishi-slider-logo-after {
    bottom: 275px;
    left: -102px;
    position: relative;
    align-self: flex-end;
}
.shishi-slider-logo-before {
    top: 135px;
    right: -102px;
    z-index: 9;
    position: relative;
}
.vertical-divider {
    display: flex;
    justify-content: center;
}
.vertical-divider > div {
    position: relative;
    top: -30px;
}
section.section.section-about-hero{
    padding: 32px 0 104px;
}

section.section.section-about-hero .right{
    padding-bottom: 1rem;
}
.about-hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.section-about-hero .about-hero-inner h2 {
    font-size: 44px;
    margin-bottom: 1.5rem;
    color: #fbfaf7;
}
.section-about-hero .about-hero-inner h4 {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Poppins';
    text-transform: uppercase;
    letter-spacing: 2px;
    color:#fbfaf7;
}
.section-about-hero .right .desc {
    padding-top: 4rem;
    color: #fbfaf7;
    font-weight: 300;
    font-family: var(--ld-poppins);
}

/* approrach section */
.our-approach-section .process-connection-inner .left .desc {
    font-size: 16px;
    font-weight: 300 !important;
    font-family: var(--ld-poppins);
    color: var(--ld-black-0);
    margin-bottom: 16px;
}

.process-connection-inner .left.content{
    gap:10px;
}


.section-about-three-columns {
    background-color: #f1f0ea;
    color: #965d6a;
}

.about-three-columns-inner {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
}
.section-about-three-columns h3 {
    color: #965d6a;
    font-size: 44px;
    padding-right: 3.5rem;
    line-height: 1.1;
    font-weight: 100;
}
.about-three-col .divider {
    background-color: #c08794;
    width: 49px;
    height: 2px;
    display: block;
    margin: 1.5rem 0 1rem;
    opacity: .5;
}
.about-three-col .desc {
    font-size: 16px;
    font-weight: 300;
    font-family: var(--ld-poppins);
}



/*******************   Template : Press ******************* */

section.press-grid-items-wrapper .wrapper {
    max-width: 1050px;
}

.press-grid-items-wrapper .portfolio-listing {
    grid-template-columns: repeat(2, 1fr);
    gap: 100px 80px;
}

.press-grid-items-wrapper .portfolio-listing img.portfolio-item-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    transition: all 0.3s ease;
}

.press-grid-items-wrapper .portfolio-item-wrapper:hover img.portfolio-item-logo {
    opacity: 0;
}

.page-template-press  .portfolio-item-outer:nth-child(4n+2) .portfolio-item-overlay-color,
.page-template-press  .portfolio-item-outer:nth-child(4n+3) .portfolio-item-overlay-color {
    background-color: var(--ld-indian-red) !important;
}
.page-template-press .featured-logo-listing  {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    max-width: 1134px;
    margin: 0 auto;
    gap: 2rem;
    justify-content: center;
}
.page-template-press .featured-logo-listing .featured-logo-item {
    display: flex;
    justify-content: center;
}
.page-template-press .section-featured-in {
    padding: 2.5rem 0;
}
.press-carousel .wrapper .splide__track  {
    max-width: 87%;
    margin: 0 auto;
} 
.press-carousel .splide__slide img {
    height: 260px;
    object-fit: cover;
}



/********************************** Home *********************************************/
section.section.home-portfolio-wrapper {
    overflow: hidden;
}
.page-template-homepage .splide__arrows.splide__arrows--ltr {
    position: absolute;
    bottom: 4%;
    left: -49%;
}
.page-template-homepage .splide__arrow--prev {
    left: 0;
}
.page-template-homepage  .splide__arrow--next {
    right: unset;
    left: 90px;
}
.home-testimonial-wrapper .left {
    width: 33%;
    display: flex;
    align-items: end;
}
.home-testimonial-wrapper .right {
    width: 67%;
}
.page-template-homepage  .splide__slide_inner {
    display: flex;
    flex-direction: column;
}
.page-template-homepage .testimonial-desc  h3 {
    line-height: 1.5;
}

section.section.home-testimonial-wrapper .splide__slide_inner h3.font-pn-regular {
    color: #fbfaf7;
}
section.section.home-testimonial-wrapper .splide__slide_inner .name {
    font-size: 15px;
    line-height: 30px;
    color: #FBFAF7;
}

.portfolio-listing-col-1 {
    transition-timing-function: cubic-bezier(.25,.1,.25,1);
    transform: translate3d(-100%, 0, 0);
    transition-duration: 1.5s;
}
.portfolio-listing-col-1.in-view {
    transform: translate3d(0, 0, 0);
}
.portfolio-listing-col-2 .portfolio-item-wrapper {
    transition-timing-function: cubic-bezier(.25,.1,.25,1);
    transform: scale(0);
    transition-duration: 1.5s;
    opacity: 0;
}
.portfolio-listing-col-2 .portfolio-item-wrapper.in-view {
    transform: scale(1);
    opacity: 1;
}
.portfolio-listing-col-3 {
    transition-timing-function: cubic-bezier(.25,.1,.25,1);
    transform: translate3d(100%, 0, 0);
    transition-duration: 1.5s;   
}
.portfolio-listing-col-3.in-view {
    transform: translate3d(0, 0, 0);
}
.inquire-img-sec {
    position: relative;
    z-index: 2;
    padding: 1.5rem 0;
}
.inquire-img-sec .process-contact-div {
    display: flex;
    justify-content: right;
}
.inquire-img-sec .process-contact {
    display: block;
    padding-right: 10rem;
}


section.section.section-our-approach .right h2 {
    font-weight: 100;
    font-style: italic;
}

section.section.section-instagram .section-instagram-inner h2 {
    font-weight: 100;
    font-style: italic;
}

.footer-3-cols a {
    line-height: 1;
    text-align: center;
    letter-spacing: 1.5px;
}
footer .footer-tagline h2 p {
    font-weight: 100;
}

.page.page-id-13 section.section.press-hero-section {
    padding-top: 8px;
    padding-bottom: 48px;
}
.page.page-id-13 section.section.press-hero-section h1{
    line-height: 1.5;
    color: #1a202c;
}

/* Portfolio */
.section.portfolio-cta-banner {
    padding: 4.5rem 0 !important;
}
.section.portfolio-cta-banner .wrapper {
    padding-bottom: 5px;
}
.portfolio-cta-banner h2 {
    color: #f1f0ea !important;
    margin-bottom: .5em;
    line-height: 1.5;
}
.section.portfolio-cta-banner .btn-ld-default {
    display: inline-block;
}

.port-general-info .portfolio-title{
    line-height: 1.11;
    color: #1a202c;
}


/* Contact */
.contact_page_info_section .container_con{
    padding-left: 0px !important;
}
p.contact_short_descrip {
    max-width: 500px;
}

.gform-theme--foundation .gform_fields {
    row-gap: 2rem !important;
}
.contact_form_inner input:not(input[type=submit]),
.contact_form_inner textarea {
    border-color: #000 !important;
}


/* Responsive */
@media (min-width: 1440px) and (max-width: 1535px) {
	/* 	Approach */
    .process-connection-inner .content {
        padding-left: 11%;
    }
}
@media only screen and (min-width: 1536px) {

    /* Template Process */
    .process-connection-inner .right.content {
        padding-right: 22%;
    }
    .process-connection-inner .left.content {
        padding-left: 16.5%;
    }
}

@media only screen and (min-width: 1600px) {
    .process-connection-inner .left.content {
        padding-left: 25.7%;
    }

    /* Home Page */
    .page-template-homepage .section-our-approach .our-approach-inner .right  {
        padding-right: 26%;
    }



}




@media only screen and (max-width: 1439px) {
    .process-connection-inner .left.content {
        padding-left: 6%;
    }
}

@media only screen and (max-width: 1440px) {
    /* Home */
    .page-template-homepage  .section.section-our-approach .right {
        padding: 0 4rem 2rem 0;
    }
}

@media (min-width: 1023px) and (max-width: 1024px) {
    .homepage-navbar .site-header .wrapper {
        padding-left: 33px;
        padding-right: 33px;
    }
}


@media only screen and (min-width: 1366px) {

    /* Single Press */
    .portfolio-single-banner .port-lead-img img {
        min-width: 733px;
        position: relative;
        z-index: 99;
    }
}

@media only screen and (max-width: 1024px) {

    /* Header */
    .item-blank-line {
        display: none;
    }

    
    /* Footer  */
    .site-footer > .wrapper {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .footer-tagline {
        padding: 1.5rem 0;
    }
    .footer-tagline h2 {
        padding: 0 2rem;
    }
    .footer-tagline h2 p{
        font-size: clamp(1.75rem, 1.576rem + 0.543vw, 2rem);
    }
    .footer-col a {
        font-size: 13px !important;
        line-height: 1 !important;
        letter-spacing: 1.5px !important;
    }
    .footer-3-cols > div.footer-logo-block {
        border: none;
    }
    .footer-3-cols > div.footer-col-nav {
        border-right: 1px solid var(--ld-indian-red);
    }
    .footer-3-cols > div.footer-links-block {
        border-left: 1px solid var(--ld-indian-red);
    }
    .footer-tagline h2 p{
        margin-left: 0;
    }


    /* Single Press */
    .portfolio-single-banner {
        padding-bottom: 2rem;
    }
    .port-general-info {
        padding-right: 0px;
        margin-top: 90px;
        margin-left: 44px;
    }
    .portfolio-single-banner .portfolio-grn-con {
        background-size: 220px auto;
        background-position: -38px 64px;
    }
    .port-loc {
        margin-top: 10px;
    }
    .section-port-nav {
        padding-left: 3rem;
    }



    /* Template: Portfolio */
    .portfolio-hero-section {
        padding-top: 0rem;
    }
    .portfolio-header .left h1 {
        font-size: 64px;
        line-height: 1.2;
    }
    .portfolio-header .right {
        font-size: 18px;
    }
    .page-template-portfolio .portfolio-listing {
        gap: 80px 50px;
    }


    /* Template: Pocess */
    .process-hero-section {
        padding-top: 0rem;
    }
    .process-header .left h1 {
        font-size: 64px;
        line-height: 1.2;
    }
    .process-header .right {
        font-size: 18px;
    }
    .process-connection-inner .content {
        padding-right: 1.5rem;
        padding-bottom: 2rem;
    }
    .process-connection-inner  .desc {
        font-size: 15px !important;
    }
    .our-approach-section .process-connection-inner .left .desc {
        font-size: 16px !important;
    }
    .process-counter {
        padding: 0px 11.5px;
        border: 1px solid var(--ld-salmon);
    }
    .process-connection-inner h2 {
        font-size: 40px;
    }



    /* Template : Approach */
    .section-about-hero .about-hero-inner h2 {
        font-size: 32px;
    }

    .process-connection-inner .left.content h2{
        line-height: 1.2 !important;
    }

    .page-id-10 .our-approach-section .right.has-img{
        overflow: hidden;
    }
    .page-id-10 .our-approach-section .right.has-img img {
        min-width: 127%;
    }

    .section-about-hero .about-hero-inner h4 {
        font-size: 13px;
    }

    .about-three-columns-inner {
        grid-template-columns: 100%;
        padding: 3rem 1rem;
        gap: 2rem;
    }
    .about-three-col {
        padding: 0;
    }
    .section-about-three-columns h3 {
        font-size: 32px;
        padding-right: 0;
    }
    .about-three-col .desc {
        font-size: 15px;
    }



    /* Template : press */
    .page-template-press .featured-logo-listing  {
        grid-template-columns: 1fr 1fr;
    }
    .press-hero-section h1 {
        font-size: 64px;
    }



        section.section.section-about-hero{
        padding: 0px 0 48px;
    }

    /* ******************** Template : Approach ************************** */

    .page-template-approach .featured-logo-listing  {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem;
        padding-bottom: 5rem;
    }
    .page-template-approach .section-featured-in h2 {
        font-size: 24px;
        text-align: center;
        padding-top: 3rem;
    }
    .vertical-divider img {
        max-height: 75px;
    }
    .vertical-divider {
        position: relative;
        top: -100px;
    }
    .shishi-slider-logo-before {
        right: -45px;
    }
    .shishi-slider-logo-after {
        left: -52px;
    }


    /* Home Page */
    .home-big-text-inner > div.left {
        margin-left: 0;
    }
    .home-big-text-inner h1.home-big-text-title {
        font-size: 80px;
    }
    .home-process-desc-inner {
        margin-left: -260px;
    }
    .page-template-homepage .featured-logo-listing  {
        flex-direction: column;
        gap: 0 !important;
        margin-top: 32px;
    }
    .page-template-homepage .featured-logo-listing > div {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .page-template-homepage .featured-logo-listing .featured-logo_img5 {
        margin: 1.5rem auto;
    }
    .section.section-wedding-architect .right {
        padding: 0 0 1.5rem 0;
        align-self: end;
    }

    .home-testimonial-wrapper .wrapper-full-width {
        flex-direction: column;
        padding: 6.5rem 0 8rem !important;
    }
    .home-testimonial-wrapper .left {
        width: 100%;
        display: flex;
        align-items: end;
    }
    .home-testimonial-wrapper .right {
        width: 100%;
    }
    .section.home-testimonial-wrapper .wrapper-full-width .left h2 {
        font-size: 56px;
    }
    .page-template-homepage .testimonial-desc h3 {
        font-size: 36px;
    }
    .home-process-desc .p-small {
        padding-top: 0;
        line-height: 1.5;
    }
    .inquire-img-sec {
        padding-top: 0;
    }
    .inquire-img-sec .process-contact img {
        width: 140px;
        position: relative;
        left: 80%;
    }
        

    


}

@media only screen and (max-width: 991px) {
    
    /* Single Press */
    .port-gallery .gal-img {
        width: 49%;
    }
    .prev-port-link a {
        font-size: 32px;
    }

    /* Template : portfolio */
    .page-template-portfolio .portfolio-listing {
        grid-template-columns: 1fr 1fr;
    }

    /* Template : Press */
    .press-carousel .wrapper .splide__track {
        max-width: 85%;
    }
    .press-carousel .splide__arrow--prev {
        left: 0;
    }
    .press-carousel .splide__arrow--next {
        right: 0;
    }

    /* Template : Approach */
    .shishi-slider-logo-after {
        bottom: 200px;
    }
    .vertical-divider {
        top: 0;
    }
    .page-id-10  .our-approach-section .right.has-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Home  */
    .section.home-testimonial-wrapper .wrapper-full-width .left h2 {
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .page-template-homepage .splide__arrows.splide__arrows--ltr {
        position: absolute;
        bottom: unset;
        left: 39%;
        transform: translate(-50%, -50%);
        top: -70px;
    }

    .section.home-process .wrapper {
        padding: 0;
    }

    /* Search result */
    .search-result-con {
        grid-template-columns: 1fr 1fr ;
    }


}

@media only screen and (max-width: 767px) { 


    /* Header */
    .toggle-menu {
        display: block;
        cursor: pointer;
    }
    .toggle-menu.fixed {
        position: fixed;
        top: 73px;
        z-index: 9;
    }
    .toggle-menu.fixed span:nth-child(1){
        transform: rotate(45deg) translate(2px, 5px);
    }
    .toggle-menu.fixed span:nth-child(2){
        display: none;
    }
    .toggle-menu.fixed span:nth-child(3){
        transform: rotate(135deg) translate(-1px, 5px);
    }
    .main-navigation ul {
        display: flex !important;
        flex-direction: column;
    }
    .site-header .site-branding {
        max-width: 47px;
    }
    #site-navigation {
        display: none;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        background: #fff;
        z-index: 1;
        left: 0;
        padding: 9rem 0 50px;
    }
    .page-template-approach .toggle-menu.fixed span,
    .page-template-contact .toggle-menu.fixed span {
        background-color: var(--ld-indian-red);
    }
    #site-navigation a {
        color: var(--ld-indian-red) !important;
    }


    /* Footer */
    .site-footer {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
    .footer-3-cols > div.footer-col-nav {
        border-right: 0;
    }
    .footer-3-cols > div.footer-links-block {
        border-left: 0;
    }
    .footer-bottom {
        padding-top: 1rem;
    }
    .footer-bottom .footer-text-block p {
        font-size: 13px;
        line-height: 1.5 !important;
    }
    .footer-copyright-block p {
        margin: 0;
    }

    footer#colophon {
        margin-top: 0px;
    }

    .footer-tagline h2 p{
        max-width: 200px;
        width: 100%;
    }
    .footer-tagline h2{
        place-items: center;
    }

    .footer-tagline h2 p em{
        font-size: 32px;
    }
    .footer-3-cols {
        padding: 0px;
    }


    

    /* Home */
    .section.homepage-navbar .wrapper {
        max-width: 100%;
        padding: 0 1rem;
        min-height: 60px;
    }
    .home-big-text-inner {
        padding: 0;
    }
    .section.home-process .wrapper {
        width: 85%;
        padding: 0;
    }
    .home-process-title {
        max-width: 100%;
    }
    .home-process-desc-inner {
        margin-left: 0;
        max-width: 100%;
    }
    .home-process-desc-inner .desc {
        margin: 0 !important;
        padding: 1rem 0 2rem !important;
    }
    .section.section-wedding-architect .right {
        padding: 0 1rem 3rem;
    }
    .home-big-text-inner .desc{
        max-width: 100%;
    }
    section.section.home-big-text-wrapper .wrapper{
        padding: 0 16px;
    }

    
    .home-featured {
        padding-top: 2rem;
    }
    .page-template-homepage .home-featured h2 {
        font-size: 24px;
    }
	.section.home-process h2 {
		line-height: 1.2;
	 }



    .home-testimonial-wrapper .wrapper-full-width {
        padding: 3rem 1.5rem !important;
    }
    .section.home-testimonial-wrapper .wrapper-full-width .left h2 {
        font-size: 32px;
        padding-bottom: 4rem
    }
    .page-template-homepage .testimonial-desc h3 {
        font-size: 24px;
    }
    .section.home-testimonial-wrapper .splide__slide_inner .testimonial-desc {
        padding: 1.5rem;
        height: 100%;
    }
    .page-template-homepage .splide__arrows.splide__arrows--ltr {
        top: -45px;
    }
    .home-testimonial-wrapper .splide__arrow--prev::after {
        width: 44px;
    }
    .home-testimonial-wrapper button.splide__arrow.splide__arrow--next::after {
        width: 44px;
    }
    .page-template-homepage .splide__arrows.splide__arrows--ltr {
        width: 100px;
        left: 50%;
    }
    .page-template-homepage .splide__arrow--next {
        right: 0;
        left: unset;
    }
    .page-template-homepage .section.section-our-approach .right {
        padding: 0 1.5rem 2.5rem;
    }
    .section-instagram-inner {
        padding-top: 2rem;
    }
    .section-instagram-inner h2 {
        font-size: 32px;
    }
    .section-instagram-inner h5 {
        font-size: 13px;
    }
    .inquire-img-sec .process-contact img {
        width: 99px;
        left: 0;
    }
    .inquire-img-sec .process-contact {
        display: block;
        padding-right: 15px;
    }
    .section.home-process {
        margin-top: -82px;
        padding-top: 3rem;
    }



    /* Single Press */

    .portfolio-single-banner {
        padding: 3rem 0;
    }
    .portfolio-single-banner .banner-inner {
        grid-template-columns: 1fr;
    }
    .port-lead-img {
        order: 2;
    }
    .portfolio-grn-con {
        order: 1;
    }

    .portfolio-single-banner .portfolio-grn-con {
        background-size: 134px auto;
        background-position: 208px 14px;
        min-height: 200px;
    }
    .port-general-info {
        margin-top: 0;
        margin-left: 0;
        padding: 0;
    }
    .portfolio-title {
        font-size: 40px;
    }
    .port-loc, .photography {
        margin-top: .5rem;
    }

    .port-gallery .gal-img {
        width: 100%;
    }
    .section-port-nav {
        padding-left: 20px;
        padding-bottom: 3rem;
        padding-top: 1rem;
    }


    /* Template: Portfolio */
    .portfolio-hero-section {
        padding: 3rem 0;
        text-align: center;
    }
    .portfolio-header {
        grid-template-columns: 1fr;
    }
    .portfolio-header .right {
        padding-left: 0;
        margin-top: 0;
        text-align: center;
    }

    .page-template-portfolio .portfolio-listing {
        grid-template-columns: 1fr;
        gap: 50px;
        padding-top: 3rem;
    }
    .section.portfolio-cta-banner {
        padding: 2rem .5rem 3rem !important;
    }
    .portfolio-cta-banner h2 {
        font-size: 40px;
        line-height: 1.2;
        padding-left: calc(3rem - 20px);
        padding-right: calc(3rem - 20px);
    }

    /* Template: Process */
    .process-hero-section {
        padding: 3rem 0;
        text-align: center;
    }
    .process-header {
        grid-template-columns: 1fr;
    }
    .process-header .right {
        padding-left: 0;
        margin-top: 0;
        text-align: center;
    }







    /* Template : Press */
    .press-grid-items-wrapper .portfolio-listing {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 1rem;

    }
    .page-template-press .section-featured-in {
        padding: 0;
    }
    .press-carousel .wrapper .splide__track {
        max-width: 100%;
    }
    .press-carousel .splide__arrow--prev {
        left: calc(50% - 50px);
        bottom: -25%;
        top: unset;
    }
    .press-carousel .splide__arrow--next {
        right: calc(50% - 50px);
        bottom: -25%;
        top: unset;
    }


    /* Template : Process */
    .fullwidth-testimonial-slider {
        padding-bottom: 2.5rem;
    }
    .process-connection-inner {
        grid-template-columns: 100%;
        gap: 1rem;
    }
    .process-connection-inner .content {
        padding: 1rem 1.5rem 3rem 1.5rem;
    }
    .process-connection-inner .left.content {
        gap: 1rem;
    }
    .page-id-10 .our-approach-section .right.has-img img {
        min-width: unset;
    }
    .process-connection-inner .right.has-img {
        order: 1
    }
    .process-connection-inner .left.content {
        order: 2;
    }
    #fw-testimonial-slider .splide__arrow {
        width: 54px;
        height: 37px;
    }
    



    /* ******************** Template : Approach ************************** */

    .page-template-approach .featured-logo-listing  {
        padding-bottom: 2rem;
    }
    .about-hero-slider  {
        padding-top: 2rem;
    }
    .shishi-slider-logo-after {
        position: absolute;
        right: 0;
        left: unset;
        bottom: 130px;
    }
    .shishi-slider-logo-before {
        position: absolute;
        left: 0;
        top: 50px;
    }
    .shishi-slider-logo-after img , 
    .shishi-slider-logo-before img {
        width: 87px;
    }
    .about-slider-inner {
        grid-template-columns: 1fr;
        padding: 0 4rem;
		position: relative;
    }
    .vertical-divider {
        top: 0;
    }
    .section-about-hero {
        padding-bottom: 3rem;
    }
    .about-hero-inner {
        grid-template-columns: 100%;
        gap: 2rem;
    }
    .section-about-hero .right .desc {
        padding-top: 0;
    }
    .about-three-columns-inner {
        padding: 2rem 0;
    }
    .testimonial-slide-inner {
        line-height: 1.1;
    }

    .our-approach-sec-inner.process-connection-inner{
        gap: 32px;
    }


    /* Carousel */
    .splide__arrow {
        width: 35px;
    }


    /* Press Carousel */
    .press-carousel .wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }


     /* Search result */
     .search-result-con {
        grid-template-columns: 100% ;
    }



   
    
}
