/*
 * Theme Name: Women and Waves
 * Version: 1.0.5036
 */
.icon.icon-social-footer {
    height: 1.7rem;
    width: auto;
}

@media (min-width:992px) {
    .icon.icon-social-footer {
        height: 1.2rem;
    }
}

.btn-rollup {
    position: relative;
    overflow: hidden;
    transform: rotate(0);
    padding: 0.6rem 3rem;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.025rem;
}

.btn-rollup:hover {
    background: transparent;
}

.btn-rollup.btn-roll-dark:hover {
    background: var(--bs-light);
    color: var(--bs-light);
}

.btn-rollup.btn-roll-dark svg path,
.btn-rollup.btn-roll-dark svg line {
    transition: Stroke 0.2s ease-in-out;
}

.btn-rollup.btn-roll-dark:hover svg path,
.btn-rollup.btn-roll-dark:hover svg line {
    stroke: var(--bs-light);
}

.btn-rollup span {
    position: relative;
    line-height: 0;
}

.btn-rollup:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 75px;
    transform: translateY(100%);
    background-color: #fff;
    transition: transform .3s ease-in-out;
}

.btn-rollup.btn-roll-dark:before {
    background-color: var(--bs-dark);
}

.btn-rollup:hover:before {
    transform: translateY(0);
}

.blockquote-footer::before {
    content: "";
}

.footer-menu li a {
    font-size: 1.25rem;
}

.footer-dive {
    width: 9.7rem;
}

.comeback {
    font-family: comeback;
}

.signup-header {
    font-size: 1.5625rem;
    line-height: normal;
}

.ww-section {
    padding: 2rem 5%;
}

@media (min-width:992px) {
    .footer-dive {
        width: 14rem;
    }
}

@media (min-width:992px) {
    .signup-header {
        font-size: 3.7vw;
        line-height: 3.9vw;
    }
}

.medium-rounded {
    border-radius: 2.2rem;
}

.big-radius {
    border-radius: 2.1875rem;
}

.big-section {
    padding-top: 14rem;
    padding-bottom: 14rem;
    margin-bottom: 3rem;
    margin-top: 3rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.clothing-header {
    font-size: 2.125rem;
    line-height: 2.625rem;
}

@media (min-width:992px) {
    .clothing-header {
        font-size: 3.929vw;
        line-height: 4.214vw;
    }

    .big-section {
        padding-bottom: 16rem;
        padding-top: 16rem;
    }
}

.temp-bg {
    background-image: url('assets/jpg/ww-homepage-video-image.jpg');
    background-color: var(--bs-gray-500);
}

.photo-over {
    overflow: hidden;
}

.photo-over:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.15);
    mix-blend-mode: multiply;
    z-index: 1;
}

.photo-over > * {
    position: relative;
    z-index: 2;
}

.gallery-image {
    border-radius: 1.56rem;
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 2.8;
    object-fit: cover;
    margin-right: 2rem;
    object-position: center;
}

.gallery-button {
    width: max-content;
}

.ww-section-gallery {
    border-radius: 2.1875rem;
    padding: 6.25rem 5%;
}

.video-card-image-bg {
    background-position: center center;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.card-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.large-section {
    padding: 5% 5%;
}

@media (min-width:992px) {
    .large-section {
        padding: 10% 5%;
    }
}

.video-card-title {
}

@media (min-width:768px) {
    .video-card-title {
        width: 75%;
    }
}

a.link-line-hover {
    text-decoration: none;
    position: relative;
    color: inherit;
}

a.link-line-hover:after {
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    border-top: 1px dotted #4D4647;
    width: 100%;
}

a.link-line-hover:before {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    border-top: 1px solid #4D4647;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

a.link-line-hover:hover:before {
    width: 100%;
}

.carousel-header {
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2.5rem;
}

@media (min-width:768px) {
    .carousel-header {
        font-size: 2rem;
        line-height: 2.3rem;
        font-weight: 300;
    }
}

@media (min-width:992px) {
    .carousel-header {
        font-size: 3.1vw;
        line-height: 3.3vw;
        font-weight: 300;
        width: 95%;
    }

    .academy-triple-row .carousel-header {
    }

    .ability-row-single .carousel-card {
        height: auto;
        aspect-ratio: 4 / 3;
        width: 100%;
        max-height: 70vh;
    }
}

.carousel-card {
    height: 30rem;
}

@media (min-width:992px) {
    .carousel-card {
        height: fit-content;
        aspect-ratio: 62/82;
        width: 100%;
    }
}

.offscreen-slider .flickity-viewport {
    overflow: visible;
}

.edge-flick-section {
    overflow: hidden;
}

.slider-badge {
    font-size: 0.875rem;
    font-weight: 400;
}

.simple-testi-title {
    font-size: 1.5625rem;
    line-height: 2rem;
    margin-top: 1.5rem;
    font-weight: 300;
}

.simple-testi-icon {
    width: 33.3%;
    height: auto;
}

.simple-testi-testi figure {
    padding-top: 2.7rem;
    padding-bottom: 2.7rem;
}

.simple-testi-testi:nth-of-type(2) figure {
    border-top: 1px solid var(--bs-black);
}

@media (min-width:768px) {
    .simple-testi-testi:first-of-type figure,
    .simple-testi-testi:nth-of-type(2) figure {
        padding: 0;
        border: 0;
    }

    .simple-testi-icon {
        height: 6.0625rem;
        width: auto;
    }

    .splitter {
        top: 0;
        left: 50%;
        position: absolute;
        height: 100%;
        width: 1px;
        background-color: var(--bs-gray-dark);
        padding: 0;
    }
}

@media (min-width:992px) {
    .simple-testi-title {
        font-size: 2.429vw;
        line-height: 2.629vw;
    }
}

.rounded-top-content {
    border-top-left-radius: 2.1875rem;
    border-top-right-radius: 2.1875rem;
    margin-top: -2.2rem;
}

.rounded-bottom-content {
    border-radius: 2.1875rem;
}

.moonstone {
    font-family: moonstone;
    font-size: 2.5rem;
}

.home-header {
    position: absolute;
    width: 80%;
    margin-top: 7.39rem;
    z-index: 20;
}

.home-header-sub {
    font-size: 2.5rem;
    font-weight: 400;
    display: block;
    margin-top: 1rem;
}

.home-header h1 {
    font-size: 2.875rem;
    line-height: 2.875rem;
}

.circle-button.btn-rollup {
    height: 2.1875rem;
    width: 2.1875rem;
    border-radius: 100%;
    padding: 0.84rem;
}

@media (min-width:768px) {
    .circle-button svg {
        height: 1.1rem;
        width: auto;
    }
}

.header-logo {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

@media (min-width:992px) {
    .header-logo {
        position: relative;
        transform: translate(0, 0);
        top: auto;
        left: auto;
    }
}

.main-nav-bar {
    padding: 1.88rem 5%;
}

.home .home-header-sub,
.single.single-trips .home-header-sub,
.single.single-programme .home-header-sub,
.single.single-course .home-header-sub,
.page-template-page-about .home-header-sub,
.page-template-page-landing .home-header-sub {
    font-family: 'moonstone';
}

@media (min-width:768px) {
    .home-header h1 {
        font-size: 5.5rem;
        line-height: 5.5rem;
    }

    .home-header-sub {
        font-size: 5.5rem;
        line-height: 5.5rem;
    }

    .home-header {
        margin-top: 10.5rem;
    }
}

@media (min-width:992px) {
    .home-header h1 {
        font-size: 7.429vw;
        line-height: 6.857vw;
    }
}

@media (min-width:992px) {
    .home-header-sub {
        font-size: 7.429vw;
    }
}

ul.destop-top-nav li.nav-item a {
    font-size: 1.25rem;
    letter-spacing: -0.025rem;
}

ul.destop-top-nav li.nav-item a:hover,
ul.destop-top-nav li.nav-item.current-menu-item a {
    text-decoration: underline;
}

.menu-button {
    font-size: 0.875rem;
    letter-spacing: -0.0175rem;
    height: 2.1875rem;
}

@media (min-width:992px) {
    .circle-button.btn-rollup {
        width: 3.0625rem;
        height: 3.0625rem;
    }

    .menu-button {
        height: 3.0625rem;
    }
}

.offcanv-nav li.nav-item a.nav-link {
    font-size: 1.5625rem;
    letter-spacing: -0.03125rem;
    padding-left: 0;
    padding-right: 0;
}

.mobile-menu-close {
    font-size: 0.75rem;
    letter-spacing: -0.015rem;
}

.main-off-canvas-menu {
    height: 100vh !important;
}

@media (min-width:992px) {
    .offcanv-nav li.nav-item a.link-dark {
        font-size: 1.25rem;
    }

    .offcanv-nav li.nav-item a.link-dark:hover {
        text-decoration: underline;
    }

    .main-off-canvas-menu {
        border-radius: 0rem 0rem 4.375rem 4.375rem;
        min-height: 800px;
    }
}

@media (min-width:1400px) {
    .offcanv-nav {
        columns: 2;
    }
}

.main-footer {
    margin-top: 3rem;
}

.card-badge {
    font-size: 0.875rem;
}

.floating-search {
    width: 66%;
    padding: 1.19rem;
    left: 0;
}

.video-header-section {
    height: calc(100vh + 4.5rem);
}

.video-header-section:after {
    content: '';
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.header-video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.placement-video {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (min-width:992px) {
    .floating-home-search form {
    }
}

.floating-home-search label {
    width: 100%;
}

.video-header-section .floating-home-search {
    position: fixed;
    bottom: 2rem;
    z-index: 10;
    transform: translateX(-50%);
    left: 50%;
    width: 60rem;
}

.floating-trip-button {
    position: fixed;
    bottom: 0.7rem;
    left: 50%;
    z-index: 1050;
    transform: translateX(-50%);
    width: max-content;
}

@media (min-width:992px) {
    .floating-trip-button {
        bottom: 2rem;
    }
}

.searchandfilter h4 {
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    color: rgba(77, 70, 71, 0.70) !important;
}

.searchandfilter ul li.sf-field-reset input,
.searchandfilter ul li.sf-field-submit input {
    border: none;
    padding: 0.94rem 5rem 0.94rem 1.89rem;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    border-radius: 5.09375rem;
    background: #4D4647;
    color: #fff;
    font-size: 1.25rem;
    background-image: url('data:image/svg+xml,<svg width="29" height="29" viewBox="0 0 29 29" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.3136 4.3893C23.4361 8.51189 23.4361 15.1909 19.3136 19.2905C15.191 23.4131 8.51193 23.4131 4.41237 19.2905C0.289788 15.1679 0.289788 8.48886 4.41237 4.3893C8.53496 0.266717 15.214 0.266717 19.3136 4.3893Z" stroke="%23F6F3EF" stroke-width="2" stroke-miterlimit="10"/><path d="M19.3136 19.2905L27.697 27.6969" stroke="%23F6F3EF" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/></svg>');
    background-position: center right 1.5rem;
    background-repeat: no-repeat;
}

.searchandfilter ul li {
    padding: 0;
}

body.home .main-nav-bar,
body.single-trips .main-nav-bar,
body.single-programme .main-nav-bar,
body.single-course .main-nav-bar,
body.page-template-page-about .main-nav-bar ,
body.page-template-page-landing .main-nav-bar,
body.page-template-page-single-lessons .main-nav-bar {
    position: absolute;
}

.big-page-title {
    font-size: 2.875rem;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

@media (min-width:992px) {
    .big-page-title {
        font-size: 5.5rem;
        padding-top: 5.87rem;
        padding-bottom: 5.87rem;
    }

    .big-trip-list-row {
        padding-top: 5.87rem;
    }
}

.header-logo-color path {
    fill: #fff;
}

.header-logo-color path,
ul.destop-top-nav li.nav-item a {
    fill: var(--bs-light);
    color: var(--bs-light);
    text-decoration-color: var(--bs-light) !important;
}

body.archive .header-logo-color path,
body.page-template-page-checkout .header-logo-color path,
body.page-template-page-cf-checkout .header-logo-color path,
body.archive ul.destop-top-nav li.nav-item a ,
body.page-template-page-checkout ul.destop-top-nav li.nav-item a,
body.page-template-page-cf-checkout ul.destop-top-nav li.nav-item a,
body.dark-menu .header-logo-color path,
body.dark-menu ul.destop-top-nav li.nav-item a,
body.page-template-default:not(.home) ul.destop-top-nav li.nav-item a,
body.page-template-default:not(.home) .header-logo-color path {
    fill: var(--bs-dark);
    color: var(--bs-dark);
    text-decoration-color: var(--bs-dark) !important;
}

.home .floating-home-search form {
    display: none;
    transition: all 0.4s ease-out;
}

.floating-home-search.shrink form {
    transform: scale(0, 0);
    opacity: 0;
}

.floating-home-search .small-show {
    opacity: 0;
    height: 0;
}

@media (min-width:992px) {
    .floating-home-search .small-show {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        transition: opacity 0.2s 0.5s;
        height: auto;
    }
}

.floating-home-search.shrink .small-show {
    color: var(--bs-dark);
    opacity: 1;
    display: block;
}

form.searchandfilter {
    width: 100%;
}

.searchandfilter ul li {
    width: 100%;
    flex-grow: 1;
}

select {
    width: 100% !important;
}

.searchandfilter ul li:last-of-type {
    flex-grow: 0;
    width: auto;
}

.form-select:focus {
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
}

.menu-button svg line.bar {
    transition: all 0.2s ease-in-out;
}

.menu-button .middle-bar {
    opacity: 0;
}

.menu-button .top-top-bar {
    transform: translateY(25%);
}

.menu-button .bottom-bar {
    transform: translateY(-25%);
}

.menu-button:hover .middle-bar {
    opacity: 1;
}

.menu-button:hover .top-top-bar {
    transform: translateY(0);
}

.menu-button:hover .bottom-bar {
    transform: translateY(0);
}

@media (min-width:992px) {
    .home .floating-home-search form,
    .post-type-archive-trips  .floating-home-search form {
        display: flex;
        padding: 1.38rem 1.25rem 1.38rem 3.25rem;
        background-color: #fff;
        max-width: 75rem;
        border-radius: 5.09375rem;
        margin-left: auto;
        margin-right: auto;
    }
}

.gallery-image.modal-gallery-image {
    height: auto;
    width: 100%;
    margin-bottom: 1rem;
}

@media (min-width:992px) {
    .gallery-image.modal-gallery-image {
        height: auto;
        width: 60vw;
        margin-bottom: 0;
    }
}

.gallery-image.gallery-image-pop {
}

.date-card {
    border-radius: 2.1875rem;
}

.card-title.date-card-title {
    font-size: 1.5625rem;
}

@media (min-width:992px) {
    .card-title.date-card-title {
        font-size: 2.125rem;
    }
}

.card-date-date {
    font-size: 0.9375rem;
    line-height: 1.375rem;
    letter-spacing: -0.01875rem;
    margin-bottom: 0.3rem;
    margin-top: 0.4rem;
}

@media (min-width:992px) {
    .card-date-date {
        font-size: 1.1rem;
        margin-top: 0;
        letter-spacing: -0.025rem;
    }
}

.card-price {
    font-size: 1.5625rem;
    margin-bottom: 1.2rem;
}

@media (min-width:992px) {
    .card-price {
        margin-bottom: 0.8rem;
    }
}

.date-card-image {
    border-radius: 1.25rem;
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 4/3;
}

@media (min-width:992px) {
    .date-card-image {
        height: auto;
        height: 100%;
        aspect-ratio: 16/10;
    }
}

.calendar-date-info {
    padding-top: 2.31rem;
    padding-bottom: 2.31rem;
    border-top-width: 1px;
    border-top-style: solid;
    margin-top: 2.31rem;
    border-color: rgba(77, 70, 71,0.3);
}

@media (min-width:992px) {
    .calendar-date-info {
        padding: 0;
        margin: 0;
        border-top-width: 0;
        border-bottom-width: 0;
        border-left: 1px;
        border-color: rgba(77, 70, 71,0.3);
        border-left-style: solid;
    }
}

.card-date-badges {
    margin-top: 2rem;
}

@media (min-width:992px) {
    .card-date-badges {
        margin-top: 0;
    }
}

.date-card-copy {
    margin-top: 2rem;
    font-size: 0.875rem;
    letter-spacing: -0.0175rem;
    font-weight: 400;
}

@media (min-width:992px) {
    .date-card-copy {
        margin-top: 2rem;
    }
}

.card-date-badge {
    font-weight: 400;
    font-size: 0.875rem;
    font-style: normal;
    margin-right: 0.31rem;
    margin-bottom: .4rem;
}

.card-date-body {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0;
}

@media (min-width:992px) {
    .card-date-body {
        padding: 1.3rem 0 1.3rem 3rem;
    }

    .date-card-main-content {
        padding-right: 2rem;
    }
}

.calendar-row {
    margin-top: 1.5rem;
}

@media (min-width:992px) {
    .calendar-row {
        margin-top: 7.62rem;
    }
}

.calendar-item {
    margin-top: 0;
    margin-bottom: 1.25rem;
}

@media (min-width:992px) {
    .calendar-item {
        margin-bottom: 1.88rem;
    }
}

.accordion-header .accordion-button {
    font-size: 1.5625rem;
    line-height: 2rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

@media (min-width:992px) {
    .accordion-header .accordion-button {
        padding-top: 1.96rem;
        padding-bottom: 1.96rem;
        font-size: 2.429vw;
        line-height: 3vw;
    }
}

.trip-intro-image {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    border-radius: 2.1875rem;
}

@media (min-width:992px) {
    .trip-intro-image {
        aspect-ratio: 16/10;
    }
}

.intro-text-row {
    margin-bottom: 3.75rem;
}

@media (min-width:768px) {
    .intro-text-row {
        margin-bottom: 4.5rem;
    }
}

.trip-intro-content-header {
    font-size: 1.5625rem;
    line-height: 2rem;
    margin-bottom: 1.25rem;
    margin-top: 2.5rem;
}

@media (min-width:768px) {
    .trip-intro-content-header {
        margin-top: 0;
        font-size: 2.429vw;
        line-height: 3vw;
    }
}

.trip-intro-text-copy-row {
    margin-bottom: 3rem;
}

.trip-intro-text-copy-row:last-of-type {
    margin-bottom: 0;
}

@media (min-width:992px) {
    .trip-intro-text-copy-row {
        margin-bottom: 4.5rem;
    }
}

@media (min-width:1200px) {
    .trip-intro-copy-col p {
        font-size: 1.25rem;
        line-height: 1.6875rem;
        letter-spacing: -0.025rem;
    }
}

.triple-info-title {
    font-size: 1.5625rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
}

@media (min-width:992px) {
    .triple-info-title {
        font-size: 2.429vw;
    }
}

.triple-info-copy {
    font-size: 0.9375rem;
    line-height: 1.375rem;
    letter-spacing: -0.01875rem;
}

.triple-info-copy {
    font-size: 1.25rem;
    line-height: 1.6875rem;
    letter-spacing: -0.025rem;
}

.triple-info-icon {
    margin-bottom: 2rem;
    width: 40%;
    height: auto;
}

@media (min-width:992px) {
    .triple-info-icon {
        height: 12rem;
        width: auto;
        margin-bottom: 4rem;
        max-height: 9rem;
    }
}

.triple-icon-col {
    margin-bottom: 3.5rem;
}

@media (min-width:768px) {
    .triple-icon-col {
        margin-bottom: 0;
    }
}

.quikc-fact-icon {
    width: 90%;
    height: 3.9375rem;
    margin-bottom: 1rem;
    max-width: 6rem;
}

@media (min-width:992px) {
    .quikc-fact-icon {
        width: 60%;
        max-width: 8rem;
        height: auto;
    }
}

.quick-fact-title {
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6875rem;
    letter-spacing: -0.01875rem;
    margin-bottom: 0.75rem;
}

@media (min-width:992px) {
    .quick-fact-title {
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.6875rem;
        letter-spacing: -0.025rem;
    }
}

.quick-fact-detail {
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2rem;
}

@media (min-width:992px) {
    .quick-fact-detail {
        font-style: normal;
        font-weight: 300;
        font-size: 2.429vw;
        line-height: 3vw;
    }
}

.quick-fact-icon-row {
    margin-top: 4rem;
}

.quick-fact-card .card-body {
    padding: 4rem 1rem 3rem;
}

@media (min-width:992px) {
    .quick-fact-card .card-body {
        padding: 6.25rem 2.52rem;
    }
}

.accommodation-intro {
    margin-top: 2.5rem;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    letter-spacing: -0.01875rem;
    margin-bottom: 3.59rem;
}

@media (min-width:768px) {
    .accommodation-intro {
        margin-bottom: 8rem;
        font-size: 1.25rem;
        line-height: 1.6875rem;
        letter-spacing: -0.025rem;
    }
}

.accomodation-header {
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 3.125rem;
    margin-bottom: 0;
}

@media (min-width:768px) {
    .accomodation-header {
        font-style: normal;
        font-weight: 300;
        font-size: 3.929vw;
        line-height: 3.6875rem;
    }
}

.accom-section {
    padding: 6.25rem 1rem;
}

.quick-facts-header {
    font-size: 2.125rem;
    line-height: 2.625rem;
    font-style: normal;
    font-weight: 300;
}

.triple-icon-tree {
    transform: translateX(10%);
}

.testimonial-slide .card-body {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

.testimonial-slide-row figure .blockquote p {
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.01875rem;
}

@media (min-width:992px) {
    .testimonial-slide-row figure .blockquote p {
        font-size: 1.25rem;
        line-height: 1.6875rem;
        letter-spacing: -0.025rem;
    }
}

.testimonial-slide-row figcaption.blockquote-footer {
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2rem;
    margin-top: 1rem;
}

@media (min-width:768px) {
    .testimonial-slide-row figcaption.blockquote-footer {
        font-size: 2.125rem;
        line-height: 2.625rem;
    }
}

.testimonial-title-row {
    margin-bottom: 2.5rem;
}

.testimonial-slide-row .slide figure {
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width:768px) {
    .testimonial-slide-row .slide figure {
        width: 50%;
    }
}

.testi-slider-header {
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2.625rem;
}

@media (min-width:768px) {
    .testi-slider-header {
        font-style: normal;
        font-weight: 300;
        font-size: 3.929vw;
        line-height: 3.6875rem;
    }
}

.itinerary-image {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 1.25rem;
}

@media (min-width:992px) {
    .itinerary-image {
        width: 100%;
        height: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
        max-width: 100%;
        border-radius: 2.2rem;
    }
}

.itinery-title {
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 1.5rem;
}

@media (min-width:768px) {
    .itinery-title {
        margin-top: 0;
        font-style: normal;
        font-weight: 300;
        font-size: 2.429vw;
        line-height: 3vw;
    }
}

.itin-copy-col p {
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.01875rem;
}

@media (min-width:768px) {
    .itin-copy-col p {
        font-size: 1.25rem;
        line-height: 1.6875rem;
        letter-spacing: -0.025rem;
    }
}

.itin-card-body {
    padding: 1rem;
}

@media (min-width:992px) {
    .itin-card-body {
        padding: 2.1rem;
    }
}

@media (min-width:768px) {
    .padded-section {
        padding-left: 5%;
        padding-right: 5%;
        transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
    }
}

.inner-block-padding {
    padding: 10%;
}

.itin-copy-col {
    padding-top: 2.3rem;
}

@media (min-width:1200px) {
    .itin-copy-col {
        padding: 2.3rem 0;
    }
}

.round-button-slide .flickity-button.flickity-prev-next-button {
    background: var(--bs-light);
    width: 2.85044rem;
    height: 2.85044rem;
    background-repeat: no-repeat;
    background-position: center;
}

.round-button-slide .flickity-button.flickity-prev-next-button svg {
    display: none;
}

.hide-arrows-mobile.round-button-slide .flickity-button.flickity-prev-next-button {
    display: none;
}

.hide-arrows-mobile.round-button-slide {
    padding-bottom: 0;
}

@media (min-width:992px) {
    .hide-arrows-mobile.round-button-slide .flickity-button.flickity-prev-next-button {
        display: block;
    }

    .hide-arrows-mobile.round-button-slide .flickity-prev-next-button.previous {
        left: 7%;
    }

    .hide-arrows-mobile.round-button-slide .flickity-prev-next-button.next {
        right: 7%;
    }
}

.round-button-slide .flickity-button.previous {
    background-image: url('data:image/svg+xml,<svg width="8" height="13" viewBox="0 0 8 13" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="1" y1="-1" x2="7.83221" y2="-1" transform="matrix(-0.706861 0.707352 -0.706861 -0.707352 6.27942 0.425293)" stroke="%234D4647" stroke-width="2" stroke-linecap="round"/><line x1="1" y1="-1" x2="7.83221" y2="-1" transform="matrix(0.706861 0.707352 -0.706861 0.707352 0.0363159 6.67261)" stroke="%234D4647" stroke-width="2" stroke-linecap="round"/></svg>');
}

.round-button-slide .flickity-button.next {
    background-image: url('data:image/svg+xml,<svg width="8" height="13" viewBox="0 0 8 13" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="1" y1="-1" x2="7.83221" y2="-1" transform="matrix(-0.706861 0.707352 -0.706861 -0.707352 6.27942 0.425293)" stroke="%234D4647" stroke-width="2" stroke-linecap="round"/><line x1="1" y1="-1" x2="7.83221" y2="-1" transform="matrix(0.706861 0.707352 -0.706861 0.707352 0.0363159 6.67261)" stroke="%234D4647" stroke-width="2" stroke-linecap="round"/></svg>');
    transform: rotateZ(180deg);
}

.round-button-slide {
    padding-bottom: 5rem;
}

@media (min-width:992px) {
    .round-button-slide {
        padding-bottom: 0;
    }
}

.round-button-slide .flickity-prev-next-button {
    top: auto;
    bottom: 1.7rem;
    border-radius: 50%;
    right: auto;
    transform: translateY(0);
}

.round-button-slide .flickity-prev-next-button.previous {
    left: auto;
    transform: translateX(-65%);
}

.round-button-slide .flickity-prev-next-button.next {
    right: auto;
    transform: translateX(65%) rotateZ(180deg);
}

@media (min-width:992px) {
    .round-button-slide .flickity-prev-next-button {
        top: 50%;
        bottom: auto;
        right: auto;
        left: auto;
    }

    .round-button-slide .flickity-prev-next-button.next {
        right: 0;
        transform: translateX(125%) translateY(-50%) rotateZ(180deg);
    }

    .round-button-slide .flickity-prev-next-button.previous {
        left: 0;
        transform: translateX(-125%) translateY(-50%);
    }

    .round-button-slide .flickity-button.flickity-prev-next-button {
        background-color: #fff;
        box-shadow: 0 0 1rem rgba(0,0,0,.175);
    }

    .round-button-slide.gallery-slider .flickity-prev-next-button.next {
        right: 0;
        transform: translateX(-50%) translateY(-50%) rotateZ(180deg);
    }

    .round-button-slide.gallery-slider .flickity-prev-next-button.previous {
        left: 0;
        transform: translateX(50%) translateY(-50%);
    }
}

.itin-title {
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2.625rem;
    margin-bottom: 2.5rem;
}

@media (min-width:992px) {
    .itin-title {
        font-style: normal;
        font-weight: 300;
        font-size: 3.929vw;
        line-height: 4.214vw;
    }
}

.itin-intro {
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
    letter-spacing: -0.01875rem;
    margin-bottom: 3.75rem;
}

@media (min-width:992px) {
    .itin-intro {
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.6875rem;
        letter-spacing: -0.025rem;
    }
}

.faq-section {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.large-section.section-itin {
    padding-top: 0;
}

.closer-look-header {
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 3.125rem;
    margin-bottom: 2.43rem;
}

.dates-prices-header {
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 3.125rem;
    margin-top: 6.25rem;
    margin-bottom: 3.75rem;
}

@media (min-width:992px) {
    .closer-look-header {
        margin-bottom: 6.26rem;
        font-size: 3.929vw;
        line-height: 4.214vw;
    }

    .dates-prices-header {
        margin-bottom: 6.66rem;
        margin-top: 10rem;
        font-size: 3.929vw;
        line-height: 4.214vw;
    }
}

.card-date-date-date {
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 1.63rem;
}

@media (min-width:992px) {
    .card-date-date-date {
        margin-bottom: 0;
        padding-bottom: 0;
        width: 40%;
    }
}

.card-date-date-date small {
    color: rgba(77, 70, 71, 0.70);
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
}

.date-card .card-body {
    padding: 2rem;
}

@media (min-width:992px) {
    .date-card .card-body {
        padding: 1.34rem 1.84rem 1.34rem 3.73rem;
    }
}

.book-price.price small {
    color: rgba(77, 70, 71, 0.70);
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
}

.book-price.price .total-price {
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2.625rem;
}

.book-price .book-price.price {
    width: 50%;
}

@media (min-width:992px) {
    .book-price .book-price.price {
        width: auto;
        margin-right: 2rem;
    }
}

.book-price .book-buttons {
    width: 50%;
}

@media (min-width:992px) {
    .book-price .book-buttons {
        width: auto;
        min-width: 9rem;
    }
}

.book-buttons .btn {
    width: 100%;
    white-space: nowrap;
}

@media (min-width:992px) {
    .book-buttons .btn {
        height: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.price-options {
    color: rgba(77, 70, 71, 0.70);
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
}

@media (min-width:992px) {
    .price-options {
        width: 25%;
        margin-left: auto;
    }
}

.price-option-select {
    color: #4D4647;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.01875rem;
    margin-top: 0;
    padding-bottom: 1rem;
}

.book-price-block {
    margin-top: 2rem;
    padding: 0;
}

.calendar-page-card {
    padding: 0.85rem;
    border-radius: 2.1875rem;
}

.card-date-date-date .book-bar-dates {
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

@media (min-width:992px) {
    .book-price-block {
        margin-top: 0;
        width: auto;
        margin-left: auto;
        padding: 0.84rem;
    }

    .book-bar-item {
        padding-right: 2.07rem;
        padding-left: 2.07rem;
        border-right: 1px dashed rgba(77, 70, 71, 0.20);
    }

    .date-card {
        border-radius: 6.25rem;
    }

    .price-options {
        padding-left: 2.07rem;
        border-left: 1px dashed rgba(77, 70, 71, 0.20);
    }

    .calendar-page-card {
        padding: 1.37rem;
    }

    .card-date-date-date .book-bar-dates {
        font-size: 2.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 2.625rem;
    }
}

.trip-header {
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2.625rem;
}

@media (min-width:992px) {
    .trip-header {
        font-style: normal;
        font-weight: 300;
        font-size: 3.929vw;
        line-height: 4.214vw;
    }
}

.large-section.section-trip-intro {
    padding-top: 11em;
    padding-bottom: 6.25em;
}

.accordion-body {
    padding-bottom: 3rem;
}

.large-section.learn-with-section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

.large-section.home-desti-section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

.post-slider.smaller-slider .card-title {
    font-size: 2.125rem;
    line-height: 2.625rem;
    font-style: normal;
    font-weight: 300;
    width: 100%;
}

@media (min-width:992px) {
    .post-slider.smaller-slider .card-title {
        font-style: normal;
        font-weight: 300;
        font-size: 2.429vw;
        line-height: 2.857vw;
    }
}

.smaller-slider .carousel-card {
    min-height: auto;
}

@media (min-width:992px) {
    .smaller-slider .carousel-card {
    }
}

.large-section.upcoming-experi {
    padding-top: 6.35rem;
    padding-bottom: 6.35rem;
}

.program-ability-header {
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.academy-ability-section {
    padding-top: 3.75rem;
}

@media (min-width:992px) {
    .academy-ability-section:nth-of-type(1) {
        padding-top: 5rem;
    }

    .academy-ability-section:nth-of-type(3),
    .academy-ability-section:nth-of-type(4) {
        padding-top: 10rem;
    }
}

.ability-row {
    margin-top: 2rem;
    margin-bottom: 2.74rem;
}

@media (min-width:992px) {
    .program-ability-header {
        font-size: 3.4375rem;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .academy-archive-title {
        font-size: 5.5rem;
        font-style: normal;
        font-weight: 300;
        padding-bottom: 1.88rem;
    }
}

.what-academy {
    margin-top: 6.25rem;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

@media (min-width:992px) {
    .what-academy {
        margin-top: 10rem;
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .large-section.section-trip-intro {
        padding-bottom: 10rem;
        padding-top: 16rem;
    }
}

.what-level-modal .modal-content {
    padding: 1.8rem 2.8rem;
}

.blog-date {
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.01875rem;
    margin-top: 1.94rem;
}

@media (min-width:992px) {
    .blog-date {
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.0175rem;
        margin-top: 1.94rem;
    }
}

.blog-card-title.card-title {
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2rem;
    margin-top: 0.59rem;
    margin-bottom: 1.8rem;
}

@media (min-width:992px) {
    .blog-card-title.card-title {
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 300;
        line-height: 1.6875rem;
    }
}

.blog-list-card {
    padding: 1.1em 1.1rem 1.8rem;
    border-radius: 2.1875rem;
}

.single-blog-title {
    margin-top: 1.25rem;
}

.blog-title {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

.post-cats {
    margin-top: 2.5rem;
}

.single-blog-fetured-image {
    aspect-ratio: 1/1;
    border-radius: 2.1875rem;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.blog-featured-image {
    padding-bottom: 6.25rem;
}

.single-post-content figure {
    width: 100% !important;
}

.single-post-content figure img {
    margin: 0;
}

.post-iframe,
.blog-element,
.single-post-content img,
.single-post-content figure,
.single-post-content figure,
.single-post-content blockquote {
    margin: 2.25rem 0 3.75rem;
}

@media (min-width:992px) {
    .post-iframe,
    .blog-element,
    .single-post-content img,
    .single-post-content figure,
    .single-post-content figure,
    .single-post-content blockquote {
        margin: 3.12rem 0 3.25rem 0;
    }
}

.event-slider img {
    width: 100%;
    border-radius: 2.1875rem;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
}

.single-post-content img {
    width: 100%;
    height: auto;
    border-radius: 2.1875rem;
}

@media (min-width:992px) {
    .single-blog-fetured-image {
        aspect-ratio: 16/9;
        border-radius: 4.375rem;
    }
}

.blog-back-link {
    margin-bottom: 3.79rem;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.0175rem;
}

.single-post-content h1,
.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6 {
    font-family: "comeback";
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2.8125rem;
    margin-bottom: 1rem;
}

.single-post-content a {
    color: inherit;
}

.single-post-content p {
    margin-bottom: 2.5rem;
}

@media (min-width:992px) {
    .single-post-content p,
    .single-post-content ol,
    .single-post-content ul,
    .single-post-content h1,
    .single-post-content h2,
    .single-post-content h3,
    .single-post-content h4,
    .single-post-content h5,
    .single-post-content h6,
    p.header-caption {
        padding: 0 10%;
    }

    .single-post-content p:has(> img) {
        padding: 0;
        margin: 0;
    }

    .blog-title {
        padding-bottom: 6.78rem;
    }
}

.header-caption,
figcaption {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.0175rem;
    margin-bottom: 0;
    margin-top: 1.5rem;
}

.related-articles-title {
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2.625rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

@media (min-width:992px) {
    .related-articles-title {
        font-size: 3.4375rem;
        font-style: normal;
        font-weight: 300;
        line-height: 3.6875rem;
        padding-top: 4.45rem;
        padding-bottom: 4.45rem;
    }
}

.single-post-content blockquote,
.single-post-content blockquote p {
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2rem;
    font-family: 'comeback';
}

@media (min-width:992px) {
    .single-post-content blockquote,
    .single-post-content blockquote p {
        font-size: 2.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 2.8125rem;
    }
}

.author-card-image img,
.author-thumb {
    border-radius: 6.25rem 6.25rem 0.9375rem 0.9375rem;
    object-fit: cover;
    width: 11.09594rem;
    height: 13.86994rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

@media (min-width:992px) {
    .author-card-image img,
    .author-thumb {
        width: 11.6875rem;
        height: 16.25rem;
    }
}

.author-card-title {
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2.625rem;
}

@media (min-width:992px) {
    .author-card-title {
        font-size: 2.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 2.8125rem;
    }
}

.author-card-name {
    margin-bottom: 1.25rem;
}

.author-card-desc {
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
    letter-spacing: -0.01875rem;
    margin-bottom: 0;
}

@media (min-width:992px) {
    .author-card-desc {
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.0175rem;
        width: 80%;
    }
}

.autor-card {
    padding: 3.75rem 2.44rem;
    border-radius: 2.1875rem;
}

@media (min-width:992px) {
    .autor-card {
        padding: 5.5rem 2.44rem;
        margin-left: 10%;
        margin-right: 10%;
    }
}

.author-section {
    padding-bottom: 0;
}

@media (min-width:1200px) {
    .blog-card-title.card-title {
        width: 70%;
        font-size: 1.5rem;
    }
}

.blog-list-card .slider-badge {
    margin-top: 1.69rem;
}

.blog-filter-row {
    padding-top: 0rem;
    padding-bottom: 1rem;
}

.blog-filter-row .searchandfilter ul li {
    flex-grow: 1;
}

.searchandfilter label {
    display: flex;
}

.share-title {
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2.625rem;
    margin-bottom: 2rem;
}

.share-button {
    width: 2.9375rem;
    height: 2.9375rem;
    margin-right: 0.75rem;
}

.share-button:last-of-type {
    margin-right: 0;
}

.share-buttons {
    margin-bottom: 3.75rem;
}

.icon-social-share {
    width: 1.18756rem;
    height: auto;
    max-height: 1.18744rem;
}

.contact-email {
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2.875rem;
}

.contact-phone {
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2.875rem;
}

@media (min-width:992px) {
    .contact-email,
    .contact-phone {
        font-size: 2.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 3rem;
    }

    .contact-phone {
        margin-top: 1rem;
    }
}

.contact-shop-email {
    margin-top: 2.38rem;
    margin-bottom: 0;
}

.contact-form-col {
    margin-top: 3.75rem;
}

@media (min-width:992px) {
    .contact-form-col {
        margin-top: 0;
    }
}

.footer-email-form input {
    background: #F6F3EF;
    color: #4D4647;
}

.btn-scroll-nav .btn,
.btn-scroll-nav .btn:active {
    background-color: #fff;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6875rem;
    letter-spacing: -0.0175rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    outline: 0;
    border-color: #fff;
}

.btn-scroll-nav .btn:first-of-type {
    background-color: #fff;
    padding-left: 2.2rem;
}

.btn-scroll-nav .btn:last-of-type {
    background-color: #fff;
    padding-right: 2.2rem;
}

.btn-scroll-nav {
    border-radius: 6.25rem;
    width: 85%;
}

@media (min-width:992px) {
    .btn-scroll-nav {
        width: auto;
    }
}

.btn-scroll-nav::-webkit-scrollbar {
    display: none;
}

.btn-scroll-nav {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.btn-scroll-nav .btn:hover {
    text-underline-offset: 0.35rem !important;
    text-decoration: underline;
}

.menu-floater {
    top: 2rem;
    height: 0;
}

.trip-book-button-outer {
    padding: 0.6rem 0.6rem 0.6rem 1rem;
    width: auto;
}

@media (min-width:768px) {
    .trip-book-button-outer {
        padding: 0.6rem 0.6rem 0.6rem 2.11rem;
        width: auto;
    }
}

.footer-signup-form {
    width: 100%;
}

@media (min-width:992px) {
    .footer-signup-form {
        max-width: 26rem;
    }
}

.section-trip-intro {
    background-color: var(--bs-info);
}

body.single.single-programme .section-trip-intro,
body.single.single-course .section-trip-intro {
    background-color: var(--bs-secondary);
}

.insta-sq {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 2.1875rem;
    height: 100%;
    object-position: center;
    background-position: center center;
    background-size: cover;
}

.icon-insta-sq {
    position: absolute;
    top: 1.3rem;
    right: 1.3rem;
    width: 1.41038rem;
    height: 1.41038rem;
}

@media (min-width:992px) {
    .icon-insta-sq {
        width: 2.16406rem;
        height: 2.16406rem;
        top: 2rem;
        right: 2rem;
    }
}

.footer-more {
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2.625rem;
}

@media (min-width:992px) {
    .footer-more {
        font-style: normal;
        font-weight: 300;
        font-size: 3.929vw;
        line-height: 4.214vw;
    }
}

.course-requirements {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

.accommodation-details-header.accomodation-header {
    margin-top: 6.5rem;
    margin-bottom: 6.25rem;
}

.apart-details-title {
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2.625rem;
    margin-bottom: 0;
    padding-bottom: 0;
}

.itin-copy-col p.apart-small-addres {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: -0.0175rem;
    margin: 0 0 1.84rem;
    padding: 0;
}

.apart-more-button {
    margin-top: 1.84rem;
    padding: 1rem 2rem;
    font-size: 0.9375rem;
}

.apart-image {
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    max-width: 100%;
    border-radius: 1.25rem;
}

@media (min-width:992px) {
    .apart-image {
        border-radius: 2.5rem;
    }
}

.apart-card {
    border-radius: 2.1875rem;
    margin-bottom: 1.25rem;
}

@media (min-width:992px) {
    .apart-card {
        border-radius: 4.375rem;
        margin-bottom: 1.88rem;
    }
}

.why-choose {
    margin-bottom: 6.25rem;
}

@media (min-width:992px) {
    .why-choose {
        margin-bottom: 9.87rem;
    }
}

.insta-slider .slide {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.quikc-fact-icon.quick-fact-icon-tick {
    max-width: 7rem;
    width: 59%;
    margin-bottom: 2remm;
}

.main-off-canvas-menu.search-menu {
    height: 100vh;
}

@media (min-width:992px) {
    .main-off-canvas-menu.search-menu {
        height: 50vh;
        min-height: 45rem;
    }
}

.pop-searches {
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2rem;
    margin-bottom: 1.87rem;
    margin-top: 3rem;
}

@media (min-width:992px) {
    .pop-searches {
        font-size: 2.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 2.8125rem;
        margin-top: 5rem;
    }
}

.pop-search-btn {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.0175rem;
}

.accom-pop-body {
    border-radius: 4.6875rem;
    width: 90%;
    padding: 4.15rem 2.2rem;
}

@media (min-width:992px) {
    .accom-pop-body {
        border-radius: 4.6875rem;
        width: 66%;
        padding: 4.15rem 4.6875rem;
    }
}

.accom-pop-address {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: -0.0175rem;
    margin-bottom: 0;
}

.accom-pop-gallery-row {
    margin-top: 3.13rem;
    margin-bottom: 6.13rem;
}

.apartment-pop-name {
    margin-bottom: 0;
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2.625rem;
}

.accom-pop-details {
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2.625rem;
    margin-bottom: 3.75rem;
}

.accom-pop-local-beaches {
    margin-top: 6.15rem;
    margin-bottom: 3.75rem;
}

.accom-pop-beach-title {
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6875rem;
    letter-spacing: 0.025rem;
    margin-bottom: 0;
}

.accom-pop-feature-list {
    margin-bottom: 1.86rem;
}

.accom-pop-modal-content {
}

#apartmentGallery .modal-fullscreen .modal-body {
    overflow-y: initial;
}

#apartmentGallery .modal-fullscreen {
    min-height: 100%;
}

#apartmentGallery .modal-fullscreen .modal-content {
    height: auto;
}

.accom-stuff-list {
    columns: 1;
    margin-top: 3.75rem;
}

@media (min-width:768px) {
    .accom-stuff-list {
        columns: 2;
        margin-top: 3.75rem;
    }
}

.accom-stuff-list li {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6875rem;
    letter-spacing: -0.025rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.icon.icon-accom-stuff-icon {
    width: 1.4375rem;
    height: 1.4375rem;
    margin-right: 1.38rem;
    opacity: 0.5;
}

.comp-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 0.625rem;
}

th.comp-col,
td.comp-col {
    width: 8.35rem;
    padding: 1.94rem 1.2rem !important;
}

.comp-row-thumb th.comp-col {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    padding-top: 1.2rem !important;
    position: sticky;
    top: 0;
}

.comp-title {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6875rem;
    letter-spacing: -0.025rem;
    margin-top: 1.5rem;
}

th.comp-col.comp-left-title,
td.comp-col.comp-left-title {
    padding: 2.26rem 1.6rem 2.26rem 0 !important;
    width: auto;
    white-space: nowrap;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6875rem;
    letter-spacing: -0.025rem;
}

.comp-number-col {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6875rem;
    letter-spacing: -0.025rem;
}

.icon.simple-testi-icon.comp-tick {
    width: 1.55569rem;
}

td.comp-col.comp-cat-cell {
    padding-top: 2.54rem !important;
    border-bottom-left-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    border-bottom-width: 0;
    padding-bottom: 1.28rem !important;
}

.comp-small-text {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.0175rem;
}

.comp-tick.icon {
    width: 1.55569rem;
    height: auto;
}

.modal-content .modal-body {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 2rem;
}

@media (min-width:992px) {
    .modal-content .modal-body {
        padding-left: 4rem;
        padding-right: 4rem;
        margin-top: 4rem;
    }
}

.empty-cell {
    position: sticky;
    top: 0;
}

.date-button {
    padding: 0.69rem 2.75rem;
}

.get-tickets-btn {
    margin-left: 0.4rem;
    position: relative;
    z-index: 10;
}

.event-list-card {
    min-height: 28.5625rem;
    padding-bottom: 3.12rem;
}

@media (min-width:992px) {
    .event-list-card {
    }

    .date-card-image.event-card-image {
        aspect-ratio: 12/7;
    }
}

.event-card-title {
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2rem;
}

@media (min-width:992px) {
    .event-card-title {
        margin-bottom: 5.94rem;
        margin-top: 0.5rem;
        font-size: 2.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 2.5rem;
    }

    .single-blog-title {
        font-size: 3.4375rem;
        font-style: normal;
        font-weight: 300;
        line-height: 3.6875rem;
    }
}

.event-intro-col p:first-of-type {
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2rem;
    font-family: 'comeback';
    margin-bottom: 1.87rem;
}

@media (min-width:992px) {
    .event-intro-col p:first-of-type {
        font-size: 2.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: 2.8125rem;
    }
}

.ww-section.other-events {
    padding-bottom: 5rem;
}

@media (min-width:992px) {
    .ww-section.other-events {
        padding-bottom: 8rem;
    }
}

.event-slider {
    border-radius: 2.1875rem;
    margin-top: 4rem;
    margin-bottom: 6rem;
}

.event-slider .flickity-page-dots {
    bottom: 2rem;
}

.event-slider .flickity-page-dots .dot {
    background: #fff;
    opacity: .5;
    margin: 0 5px;
}

.event-slider.round-button-slide .flickity-prev-next-button.previous {
    left: 4rem;
}

.event-slider.round-button-slide .flickity-prev-next-button.next {
    right: 4rem;
}

.large-section.event-details {
    padding-top: 5%;
}

.blog-back-link:hover circle {
    fill: var(--bs-dark);
}

.blog-back-link:hover line {
    stroke: var(--bs-light);
}

.svg-anim * {
    transition: all 0.2s ease-in-out;
}

.blog-card-ex {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: -0.0175rem;
    margin-bottom: 0;
    opacity: 0;
    height: 0;
    position: absolute;
    bottom: 0;
}

.blog-list-card img.date-card-image,
.blog-list-card .card-body,
.blog-list-card .blog-card-ex {
    transition: all 0.2s ease-in-out;
}

.blog-list-card .card-body {
    padding: 0;
}

.blog-list-card:hover .blog-card-ex {
    opacity: 1;
}

.banner-btn {
    padding: 0.2rem 0.8rem;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.0175rem;
    margin-left: 1rem;
    text-transform: capitalize;
}

.header-alert {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0;
    letter-spacing: -0.0175rem;
    display: flex;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
}

body.home .sf-field-taxonomy-departure-year {
    display: none;
}

.value-title {
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2.625rem;
}

.value-detail {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6875rem;
    letter-spacing: -0.025rem;
    margin-bottom: 0;
}

.quick-fact-card.value-card {
    padding-top: 5rem;
    padding-bottom: 0;
}

.team-card-title {
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6875rem;
    margin-top: 2.25rem;
}

.team-job-title {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.0175rem;
    margin-top: 1rem;
    margin-bottom: 0;
    padding-bottom: 0;
}

.team-card {
    border-radius: 2.1875rem;
    padding-bottom: 2rem;
}

.date-card-image.team-photo {
    aspect-ratio: 46/50;
    height: auto;
}

.gallery-modal .modal-content {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    position: relative;
}

.gallery-modal .modal-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}

.landing-promo-sections:last-of-type {
}

.accom-modal.modal-fullscreen .modal-body {
    overflow-y: visible;
    margin-bottom: 5rem;
}

.accom-modal.modal-fullscreen {
    height: auto;
}

.big-ass-button {
    font-size: 1.2rem;
    padding: 1.2rem 4rem;
}

@media (min-width:992px) {
    .triple-info-icon.triple-icon-cal {
        max-width: 9rem;
    }
}

.pagination {
    justify-content: center;
}

.page-item:first-of-type .page-link,
.page-item:last-of-type .page-link {
    border-radius: 6.25rem;
}

.page-item:first-of-type .page-link {
    margin-right: 1rem;
}

.page-link:not(.page-item:first-of-type .page-link, .page-item:last-of-type .page-link) {
    border-radius: 50% !important;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 1rem 0 0;
}

p a {
    color: var(--bs-dark);
}

@media (min-width:768px) {
    .what-level-modal .modal-content {
        padding: 3rem 6em 2rem 6rem;
        border-radius: 4.6875rem;
    }
}

.training-gallery {
    margin-bottom: 7rem;
}

.sign-up-footer .card-body {
    padding: 3.4rem 1.2rem 4.5rem;
}

@media (min-width:992px) {
    .sign-up-footer .card-body {
        padding: 5.65rem 6.75rem 5.69rem;
    }
}

@media (min-width:768px) {
    .header-alert {
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
    }
}

@media (min-width:992px) {
    .rounded-bottom-content {
        border-radius: 4.375rem;
    }
}

.large-section.triple-sec {
    padding-top: 4.375rem;
}

@media (min-width:992px) {
    .large-section.triple-sec {
        padding-top: 12rem;
    }

    .quick-facts-header {
        line-height: 3vw;
        font-size: 2.7vw;
    }
}

.ww-section-gallery.single-accom {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

@media (min-width:992px) {
    .ww-section-gallery.single-accom {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.large-section.section-itin {
    padding-top: 4rem;
    padding-bottom: 6rem;
}

@media (min-width:992px) {
    .large-section.section-itin {
        padding-top: 0;
        padding-bottom: 12rem;
    }
}

.travel-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

@media (min-width:992px) {
    .travel-section {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}

.section-faqs {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

@media (min-width:992px) {
    .section-faqs {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}

.calendar-page-card.checkout-card {
    padding-bottom: 2rem;
}

@media (min-width:992px) {
    .rounded-top-content {
        border-top-left-radius: 4.375rem;
        border-top-right-radius: 4.375rem;
        margin-top: -4.375rem;
    }

    .big-radius {
        border-radius: 4.375rem;
    }
}

.header-logo-color {
    width: 8rem;
    height: auto;
    transform: translateX(-0.4rem) translateY(-0.2rem);
}

.video-card {
    height: 30rem;
}

@media (min-width:992px) {
    .video-card {
        height: 40rem;
    }
}

.quikc-fact-icon.quikc-fact-icon-water-temp {
    max-width: 3rem;
}

@media (min-width:992px) {
    .quikc-fact-icon.quikc-fact-icon-water-temp {
        max-width: 4rem;
    }
}

.innit-card-outer {
    border-radius: 2.1875rem;
}

@media (min-width:992px) {
    .innit-card-outer {
        border-radius: 4.375rem;
    }
}

.accordion-header .accordion-button .question-inner {
    width: 80%;
}

.accordion-button::after {
    top: 1.25rem;
    position: absolute;
    right: 0;
    width: 2.71806rem;
    height: 2.71806rem;
}

@media (min-width: 992px) {
    .accordion-button::after {
        top: 2.3rem;
    }
}

.similar-slider-mobile:after {
    content: 'flickity';
    display: none;
}

@media screen and ( min-width: 992px ) {
    .similar-slider-mobile:after {
        content: '';
    }

    .similar-section {
        padding: 0 5% 10rem;
    }
}

.similar-slider-mobile .slide {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.gallery-section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

.gallery-slider:after {
    content: '';
}

@media (min-width:992px) {
    .gallery-slider:after {
        content: 'flickity';
        display: none;
    }
}

@media (min-width:992px) {
    .gallery-section {
        padding-top: 10rem;
        padding-bottom: 9.61rem;
    }
}

.mobile-home-flaoter-row {
    position: fixed;
    bottom: 0.7rem;
    width: 100%;
    z-index: 1050;
}

@media (min-width:992px) {
    .card-date-badge {
        margin-bottom: 0;
    }
}

.flickity-viewport {
    transition: height 0.2s;
}

.itin-card-body.apart-card-body {
    padding: 1.4rem;
}

@media (min-width:992px) {
    .itin-card-body.apart-card-body {
        padding: 2.1rem;
    }
}

.landing-intro-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

@media (min-width:992px) {
    .landing-intro-section {
        padding-top: 7rem;
    }
}

.landing-second-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.landing-promo-sections {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.zsiq_theme1.zsiq_floatmain {
    width: 3rem !important;
    height: 3rem !important;
}

.zsiq_theme1 .zsiq_flt_rel {
    width: 3rem !important;
    height: 3rem !important;
}

.zsiq_theme1 .zsiq_flt_rel {
    background: #fff !important;
}

.zsiq_theme1 .siqicon:before {
    margin: auto;
    z-index: 1111;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    color: #fff;
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    background-image: url('/wp-content/themes/ww/assets/svg/ww-chat-icon.svg');
}

.siqico-chat:before {
    content: '' !important;
}

@media (min-width:992px) {
    .zsiq_theme1.zsiq_floatmain {
        width: 4rem !important;
        height: 4rem !important;
    }

    .zsiq_theme1 .zsiq_flt_rel {
        width: 4rem !important;
        height: 4rem !important;
    }

    .siq_bR {
        bottom: 2rem !important;
        right: 2rem !important;
    }
}

.zsiq_theme1.zsiq_floatmain {
    max-height: fit-content !important;
}

@media (min-width:992px) {
    .blog-filter-row {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

.more-posts.other-events {
    padding-bottom: 5rem;
}

.searchandfilter ul>li>ul:not(.children),
.searchandfilter ul {
    padding-left: 0;
}

.searchandfilter ul {
    display: flex;
    width: 100%;
}

.searchandfilter ul {
    display: flex;
    width: 100%;
}

.searchandfilter ul li {
    margin-right: 2rem;
}

.searchandfilter ul li:last-of-type {
    margin-right: 0;
}

.accordion-body a {
    color: inherit;
}

.post-type-archive-date .searchandfilter ul li.sf-field-submit,
.post-type-archive-date .searchandfilter ul li.sf-field-submit {
    display: none;
}

.post-type-archive-date .floating-home-search .searchandfilter ul {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.post-type-archive-date .floating-home-search .searchandfilter ul li {
    margin-bottom: 2rem;
}

@media (min-width:992px) {
    .post-type-archive-date .floating-home-search .searchandfilter ul {
        display: flex;
        flex-direction: row;
    }
}

.modal-body .gallery-row {
    padding-top: 4rem;
}

@media (min-width:992px) {
    .modal-body .gallery-row {
        padding-top: 0rem;
    }
}

.supported {
    position: absolute;
    left: 50%;
    width: 9rem;
    bottom: 6rem;
    transform: translateX(-50%);
}

.supported .supported-logo {
    width: 100%;
}

@media (min-width:992px) {
    .supported {
        width: 11rem;
        bottom: 7.2rem;
        left: 2rem;
        transform: translateX(0);
    }
}

.date-card.sold-out {
}

.date-card.sold-out:before {
}

@media (min-width:992px) {
    .date-card.sold-out:before {
    }

    .date-card.sold-out:hover:before {
    }
}

.sold-out .hover-fully {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    transition: opacity 0.2s ease-out;
}

.sold-out:hover .hover-fully {
    opacity: 1 !important;
}

.ledaer-job-title {
    font-size: 1rem;
    color: var(--bs-secondary-text-emphasis);
}

.blog-date.leader-biog {
    margin-top: 0.5rem;
}

.blog-card-title.ledaer-title {
    margin-top: 2rem;
}

.date-card-image.ledaer-image {
    aspect-ratio: 4/3;
}

.ww-section-leaders {
    padding-top: 0;
    padding-bottom: 10%;
}

.leader-swipe {
    border-radius: 1.25rem;
    overflow: hidden;
}

.leader-swipe img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 4/3;
    height: auto;
}

.card-promo {
    font-family: 'moonstone';
    font-size: 5rem;
    line-height: 3.3rem;
    margin-bottom: 0;
}

.promo-card-body {
    padding-bottom: 0 !important;
}

.carousel-header.promo-card-header {
    font-size: 3rem;
    line-height: 3.3rem;
}

#destinationsMenu .sub-menu {
    list-style: none;
    padding-left: 0;
}

#destinationsMenu ul > li a {
    font-weight: bold;
}

#destinationsMenu ul > li {
    margin-bottom: 1rem;
}

#destinationsMenu .sub-menu > li a {
    font-weight: 400 !important;
    text-transform: none;
    font-family: inherit;
    font-size: 1.25rem;
    text-decoration: none;
}

#destinationsMenu .sub-menu > li a:hover {
    text-decoration: underline;
}

#destinationsMenu .sub-menu > li,
#destinationsMenu ul > li a {
    margin-bottom: 0;
    page-break-inside: avoid;
}

.destination-menu-header {
    margin-top: 0;
    font-size: 2.3rem;
    line-height: 2vw;
    margin-bottom: 1.25rem;
}

.simple-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.5rem;
    z-index: 10;
}

.simple-close svg {
    width: 1rem;
    height: 1rem;
}

.desti-menu-row {
    margin-top: 8rem;
    margin-bottom: 2rem;
    padding-left: 3%;
    padding-right: 3%;
}

#tripPromo .btn {
    text-transform: capitalize;
}

#menu-item-25381 > a, /* Newquay */
#menu-item-25380 > a, /* Croyde */
#menu-item-25384 > a { /* Cornwall */
    font-weight: bold !important;
    text-decoration: underline !important;
}