body {
    outline: none;
}

.scroll-element {
    bottom: 100px;
    color: #fff;
    z-index: 100;
}

.scroll-element .scroll-line {
    padding-top: 30px;
}

.scroll-element .scroll-line:before {
    content: "";
    background: #fff;
    width: 1px;
    height: 70px;
    position: absolute;
}

.scroll-element .scroll-line:after {
    content: "";
    background: #000;
    width: 1px;
    height: 70px;
    position: absolute;
    bottom: -140px;
}

.category_banner:after {
    content: "";
    background: #000;
    width: 1px;
    height: 70px;
    position: absolute;
    bottom: -70px;
    transform: translateX(-50%);
    left: 50%;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
}

/*Global CSS*/
.has-text-align-center {
    text-align: center;
}

.single .w-88 {
    width: 95% !important;
}

.w-88 {
    width: 88% !important;
}

.pt-120 {
    padding-top: 120px;
}

.pt-130 {
    padding-top: 130px;
}

.pb-80 {
    padding-bottom: 80px;
}

.mb-36 {
    margin-bottom: 36px;
}

@media (min-width: 992px) {
    .category_banner{
        max-height: 700px;
    }
    .container-1585 {
        max-width: 1585px !important;
        margin: 0 auto;
    }

    .px-lg-6 {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }

    .py-lg-6 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .py-lg-9 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }

    .pt-lg-9 {
        padding-top: 9rem !important;
    }
}

/*Getting Here 2036 & About 852 & Team 1744*/
.page-id-2036 .iframe-container,
.page-id-852 .iframe-container,
.page-id-1744 .iframe-container,
.page-id-1842 .iframe-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 700px;
    overflow: hidden;
}

/*.page-id-2036 .banner_slider_img,*/
/*.page-id-852 .banner_slider_img,*/
/*.page-id-1744 .banner_slider_img,*/
/*.page-id-1842 .banner_slider_img {*/
/*    height: -webkit-fill-available;*/
/*}*/

/*END ABOUT, TEAM*/

.title-text {
    padding: 120px 0 100px;
}

.title-text .title-text-content {
    max-width: 900px;
}

.title-text .title-text-content p {
    margin-bottom: 1.6em;
}

/*.title-text .title-text-content h3 {*/
/*    margin-top: 60px;*/
/*    margin-bottom: 24px;*/
/*}*/


/*SINGLE POST*/
.single-post {
    margin-top: 220px
}

.single-post .published-date {
    font-family: DMSans;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 1.6px;
    text-align: center;
}

.single-post h1 {
    font-family: SabonLTPro-Roman;
    line-height: 1.14;
    letter-spacing: -2.1px;
    text-align: center;
    max-width: 790px;
    margin: 20px auto 68px;
}

@media (min-width: 1200px) {
    .single-post h1 {
        font-size: clamp(48px, calc((80 - 48) * ((100vw - 1200px) / (1920 - 1200)) + 48px), 80px);
    }
}

.single-post #content {
    font-family: DMSans;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.59;
    letter-spacing: normal;
    color: #000;
    max-width: 900px;
    margin: 0 auto;
}

body.single-post.understrap-no-sidebar #content .wp-block-image {
    width: auto;
    max-width: 900px;
    height: inherit;
    margin: 80px auto 0;
}

.single-post #content h2 {
    font-family: SabonLTPro-Roman;
    font-size: 35px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: -1.05px;
    color: #000;
    margin-bottom: 24px;
    margin-top: 88px;
}

.single-post .news_subscribe {
    margin: 125px 0;
}

.single-post .news_subscribe .news_subscribe_form {
    max-width: 560px !important;
    width: 100%;
    padding: 75px 0;
}

.single-post .news_subscribe .news_subscribe_form .news_subscribe_title {
    font-family: DMSans;
    font-size: 18px;
    line-height: 1.67;
    margin-bottom: 35px;
}

.single-post .news_subscribe .news_subscribe_image_text {
    text-align: center;
}

/*.single-post .news_subscribe .news_subscribe_image {*/
/*    height: -webkit-fill-available;*/
/*}*/

/*ARCHIVE NEWS*/
.category_banner {
    height: 100%;
}

.category_banner img {
    height: -webkit-fill-available;
}

.news {
    margin-top: 100px;
}

.news_item_title {
    font-family: SabonLTPro-Roman;
    font-size: 35px;
    line-height: 1.29;
    letter-spacing: -1.05px;
}


/*ABOUT US*/
/*Image text block*/
.image-text {
    padding: 120px 0 0;
}

.single .image-text {
    padding: 30px 0;
}

@media (max-width: 1199px) {
    .image-text {
        padding: 60px 0 0;
    }
}

.image_text_description p {
    margin-bottom: 26px;
}

/*Explore block*/
.explore_header {
    margin-top: 145px;
}

.explore_item_title {
    font-family: SabonLTPro-Roman;
    font-size: 35px;
    line-height: 1.29;
    letter-spacing: -1.23px;
}

.explore_item_content {
    bottom: 40px;
}

/*Title text block*/
.page-id-1744 .title-text {
    padding: 144px 0 80px;
}

.page-id-1744 .title-text .title-text-content h2, .page-id-1744 .title-text .title-text-content .h2 {
    font-family: SabonLTPro-Roman;
    font-size: 45px;
    line-height: 1.33;
    letter-spacing: -1.35px;
    text-align: center;
}

.page-id-1744 .title-text .content {
    text-align: center;
}

/*end*/

/*Team*/
.teams-list .team_single {
    padding-top: 0;
    padding-bottom: 95px;
}

.teams-list .teams-img {
    margin-bottom: 25px;
}

.teams-list .team-top-info {
    font-family: SabonLTPro-Roman;
    font-size: 35px;
    line-height: 1.14;
    letter-spacing: -1.05px;
    margin-bottom: 15px;
}

.teams-list .team-top-info .team-name {

}

.teams-list .team-top-info .team-position {
    font-size: 25px;
    letter-spacing: -0.75px;
    margin-top: 8px;
}


/*Gift Vouchers*/
.postid-508 .voucher-content {
    max-width: 900px;
    margin: 180px auto;
}

@media (max-width: 767px) {
    .postid-508 .voucher-content {
        margin: 50px 0;
    }
}

.postid-508 .voucher-content h2 {
    font-size: 45px;
    line-height: 1.33;
    letter-spacing: -1.35px;
    margin-bottom: 30px;
}

.postid-508 .voucher-content p {
    margin-bottom: 34px;
}

.gift-product-type .product-desc {
    padding-bottom: 66px;
    margin-bottom: 83px;
}

.gift-product-type .left_number span {
    top: -2px;
}

.gift-product-type h4, .gift-product-type .h4 {
    font-family: DMSans;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.17;
    margin-bottom: 50px;
    text-transform: inherit;
}

.gift-product-type .amount input {
    margin: 56px 0;
}

.gift-product-type .amount {
    padding-bottom: 100px;
    margin-bottom: 80px;
}

.bg-images-text, .personal-text {
    font-family: DMSans;
    font-size: 22px;
    line-height: 1.59;
    margin: 34px 0 0px !important;
}

.gift-product-type .gift-bg-parent {
    padding-bottom: 96px;
    margin-bottom: 80px;
}

.personal-text {
    margin-bottom: 47px !important;
}

.gift-product-type textarea {
    border-radius: 30px;
}

.gift-product-type .textarea-block {
    padding-bottom: 80px;
    margin-bottom: 100px;
}

.gift-product-type .button-block {
    padding-bottom: 100px;
    margin-bottom: 65px;
}

/*
WEDDINGS*/

.page-id-1842 .scroll-element,
.page-id-1842 .hero:after {
    display: none;
}

.anchors-nav a {
    padding: 44px 35px;
}

/*.page-id-1842 .title-text h3 {*/
/*    font-size: 45px;*/
/*    line-height: 1.33;*/
/*    letter-spacing: -1.35px;*/
/*}*/

.page-id-1842 .title-text h2 {
    /*font-size: 70px;*/
    /*line-height: 1.14;*/
    letter-spacing: -2.1px;
}

.page-id-1842 .image-text {
    padding: 0 0 120px;
}

@media (max-width: 767px) {
    .page-id-1842 .image-text {
        padding: 0 0 50px;
    }
}

.page-id-1842 .title-text .title-text-content {
    max-width: 1425px;
}

.page-id-1842 .faq-block .accordion {
    padding-top: 20px;
}


/*SINGLE PRODUCT*/
/*.single-product p.price {*/
/*    margin-bottom: 0;*/
/*}*/

.single-product .summary.entry-summary {
    padding-left: 20px;
    padding-top: 55px;
}

.single-product.woo-variation-swatches.wvs-show-label .variations td label, .single-product.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name {
    margin-bottom: 10px;
    margin-top: 30px;
}

.single-product .variations td {
    padding-bottom: 23px;
}

.disabled_link {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

body.modal-open, .fixed-top, .modal {
    padding-right: 0 !important;
}

.no-results {
    row-gap: 40px;
    padding: 105px 0 50px;

}

.no-results-text {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.17;
    color: #cbcbcb;
}

.course-cat {
    margin-bottom: 50px;
}

.cat_name {
    margin-bottom: 20px;
}

.woocommerce-ordering {
    width: auto;
}

.selected_values:not(:empty) {
    padding-top: 30px;
    padding-bottom: 20px;
}

.selected_values {
    flex: 1 0 100%;
}

.selected_values a {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.94;
    text-align: center;
    border-radius: 50px;
    border: solid 1px #cbcbcb;
    text-decoration: none;
    margin-right: 20px;
    padding: 6px 50px 6px 25px;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.selected_values a:after {
    content: "\00d7";
    position: absolute;
    right: 25px;
}
/*# sourceMappingURL=custom-developer.css.map */