/* testimonials */

body.page-template-templatescustom-ip-php #inner-page-wrapper {

    margin-bottom: 0;

    background: #131210;

    color: #fff;

    padding-bottom: 100px;

}

.type-page {

    border: 1px rgb(255 255 255 / .25) solid;

    /* border: 1px #fff solid; */

    border-top: 0;

    padding: 0 50px 0;

    margin-top: 100px;

    position: relative;

}

.type-page::before {

    content: '';

    position: absolute;

    top: 50%;

    transform: translateY(-50%) scale(2);

    left: 0;

    width: 100%;

    height: 100%;

    background: linear-gradient(180deg, rgba(19,18,16,0) 0%, rgba(19,18,16,1) 50%, rgba(19,18,16,0) 100%);

    z-index: 1;

}

.type-page > * {

    position: relative;

    z-index: 2;

}

body.page-template-templatescustom-ip-php #content .entry-title  {

    font-size: 56px;

    text-align: center;

    letter-spacing: 0.130em;

    position: relative;

    margin-top: 0 !important;

    line-height: 1;

    top: -30px;

    position: relative;

    padding: 0 20px;

}

body.page-template-templatescustom-ip-php #content .entry-title  span {

    font-weight: 400;

}

body.page-template-templatescustom-ip-php #content .entry-title::before, body.page-template-templatescustom-ip-php #content .entry-title::after {

    content: '';

    position: absolute;

    top: calc(50% + 2px);

    /* background: rgb(137,136,135); */
    /* background: rgba(255, 255, 255, 0.25); */
    /* background: rgba(255, 255, 255, 0.25); */
    background: rgb(49, 48, 46);

    /* background: #fff; */

    width: 10%;

    height: 1px;

}

body.page-template-templatescustom-ip-php #content .entry-title::before {

    left: -50px;

}

body.page-template-templatescustom-ip-php #content .entry-title::after {

     right: -50px;

}

body.page-template-templatescustom-ip-php #content .ai-contact-wrap span.wpcf7-form-control-wrap {

    color: #000;

}





body.page-template-templatescustom-ip-php #content .ai-contact-wrap input.wpcf7-submit {

    width: 100%;

    height: 46px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    text-transform: uppercase;

    font-size: 13px;

    font-weight: 500;

    letter-spacing: 1px;

    border: 1px solid var(--accent);

    transition: all 0.3s ease;

    background: transparent !important;;

}



body.page-template-templatescustom-ip-php #content .ai-contact-wrap input.wpcf7-submit:hover {

    background: #fff !important;

    border-color: #fff;

    color: #000 !important;

}



[class*=aidefcf-wrapper-contact-us] .wpcf7 {

    margin: 50px auto;

    max-width: 500px;

}





.ip-contact-details {

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

}



.ip-contact-details a {

    margin-right: 20px;

}



.ip-contact-details a:hover {

    color: #ccc;

}



.ip-contact-details i {

    font-style: normal !important;

    margin-right: 10px;

}



.intro-text {

    font-size: 20px;

    margin-bottom: 20px;

}



.ip-abnb-list {

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    margin-bottom: 70px;

}



.abnb-item {

    text-align: center;

    padding: 0 10px;

}



.abnb-item img {

    transition: all .5s;

}



.abnb-item:hover img {

    filter: grayscale(1);

}



.abnb-item-label {

    margin-top: 20px;

    display: block;

    color: #fff;

}

.ip-abnb-wrap {
    display: flex;
    align-items: flex-end;
    margin-bottom: 70px;
}

.ip-abnb-wrap .ip-abnb-title {
    width: 5%;
}

.ip-abnb-wrap .ip-abnb-list > a br {
    display: none;
}

.ip-abnb-wrap .ip-abnb-title h3 {
    transform: rotate(-90deg);
    transform-origin: center;
    font-size: 50px !important;
    white-space: nowrap;
    text-transform: uppercase;
}

.ip-abnb-wrap .ip-abnb-title p {
    display: none;
}

.ip-abnb-wrap .ip-abnb-list{
    margin-bottom: 0;
    width: 95%;
}

.ip-abnb-wrap .ip-abnb-list.abnb-item{
    max-width: 50%;
}

.ip-abnb-wrap.fxstart {
    align-items: flex-start;
}


.ip-abnb-wrap.fxstart .ip-abnb-title {
    margin-top: 279px;
}

@media(max-width:1199px) {

    body.page-template-templatescustom-ip-php #content .entry-title {

        font-size: 45px;

        letter-spacing: normal;

        top: -25px;

    }

}


@media(max-width:991px) {
    .ip-abnb-wrap {
        flex-direction: column;
    }

    .ip-abnb-wrap .ip-abnb-title h3 {
        transform: none;
        transform-origin: unset;
        font-size: 23px !important;
    }

    .ip-abnb-wrap .ip-abnb-title {
        width: 100%;
        text-align: center;
    }

    .ip-abnb-wrap .ip-abnb-list {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
}


@media(max-width:767px) {

    body.page-template-templatescustom-ip-php #content .entry-title {

        font-size: 35px;

        letter-spacing: normal;

        top: 0;

    }

    body.page-template-templatescustom-ip-php #content .entry-title::before, body.page-template-templatescustom-ip-php #content .entry-title::after {

        display: none;

    }

    .type-page {

        border: 1px #fff solid;

        padding: 50px;

        margin-top: 30px;

    }

}



@media(max-width: 480px) {

    .type-page {

        padding: 0;

        border: 0;

    }

}
