/* Menu */
@media screen and (max-width: 991px) {

    /* Header */
    .odysseo-header-container.odysseo-desktop-menu {
        display: none;
    }
    .odysseo-header-container.odysseo-mobile-menu {
        display: block !important;
        z-index: 12;
    }
    .odysseo-header-wrapper {
        padding: 15px 0;
    }
    .odysseo-widthcontainer {
        max-width: 90%;
    }   
    .odysseo-logo {
        width: 45%;
        padding: 0;
    }
    header .odysseo-logo {
        position: relative;
        z-index: 999;
    }
    .odysseo-logo svg {
        height: auto;
        width: 130px;
    }
    button.navbar-toggler {
        box-shadow: none !important;
        outline: none !important;
        border: none !important;
        position: absolute;
        z-index: 999;
        height: 22px;
        width: 26px;
        padding: 0;
        top: -2px;
        right: 0;
    }
    .navbar-icon {
        height: 4px !important;
        width: 100% !important;
        border-radius: 50px;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0px;
        transition: 0.2s ease-in-out;
    }
    .navbar-icon, 
    .navbar-icon.middle:after {
        background: #00B4D5;
    }
    .home-header .navbar-icon, 
    .home-header .navbar-icon.middle:after,
    .transparent-header .navbar-icon, 
    .transparent-header .navbar-icon.middle:after {
        background: #FFFFFF;
    }
    .navbar-icon.middle {
        transform-origin: center;
        margin: 9px 0;
    }
    .navbar-icon.middle:after {
        border-radius: 50px;
        position: absolute;
        display: block;
        content: '';
        height: 4px;
        width: 100%;
        transition: 0.2s ease-in-out;
    }
    .navbar-icon.bottom {
        width: 65% !important;
        top: initial;
        left: auto;
        bottom: 0;
    }
    .menu-active .top {
        width: 0 !important;
        left: initial;
    }
    .menu-active .middle {
        transform: rotate(45deg);
    }
    .menu-active .middle:after {
        transform: rotate(-90deg);
    }
    .menu-active .bottom {
        width: 0 !important;
        right: initial;
    }
    .sticky-header .navbar-icon, 
    .sticky-header .navbar-icon.middle:after {
        background: #FFFFFF;
    }
    .menu-active .navbar-icon, 
    .menu-active .navbar-icon.middle:after {
        background: #FFFFFF;
    }
    .sticky-header .odysseo-header-wrapper {
        align-items: center;
    }
    .sticky-header .odysseo-logo svg {
        height: auto;
        width: 130px;
    }
    .home-header .odysseo-logo {
        top: 0;
    }
    .odysseo-menu-wrapper.menu-wrapper {
        padding: 90px 30px 130px;
        background: #012D53;
        position: fixed;
        display: block;
        height: 100vh;
        width: 100vw;
        left: auto;
        bottom: 0;
        top: 0;
    }
    .odysseo-menu-wrapper.menu-wrapper.menu-active {
        right: 0 !important;
        animation: 1s ease-out 0s 1 slideInRight;
    }
    .odysseo-menu-wrapper.menu-wrapper.menu-close {
        right: -100vw !important;
        animation: 1s ease-out 0s 1 slideInLeft;
    }
    .odysseo-menu-wrapper.menu-wrapper .navbar-collapse {
        display: block !important;
        height: 100%;
        width: 100%;
    }
    .menu-top-menu-container ul {
        flex-direction: column;
        gap: 15px;
    }
    .menu-top-menu-container ul li.menu-item a {
        color: #FFFFFF;
        padding: 0;
    }
    .top-header-menu-socials {
        border-top: 0.2px solid #FFFFFF;
        flex-direction: column;
        padding-top: 20px;
        margin-top: 30px;
        gap: 20px;
    }
    .header-social-links a i {
        color: #FFFFFF;
    }
    .menu-active .odysseo-logo svg path {
        fill: #FFFFFF;
    }
    .odysseo-menu-content-wrapper {
        margin-bottom: 20px;
    }
    .search-basket-book-now-wrapper {
        flex-direction: column;
        align-items: center;
        display: flex;
        gap: 20px;
    }
    .search-basket-wrapper {
        margin: 0;
    }
    .odysseo-book-now-btn {
        text-align: center;
        width: 85%;
        margin: 0;
    }
    .search-holder svg path {
        fill: #FFFFFF;
    }
    .basket-holder svg path {
        fill: #FFFFFF;
    }
    .odysseo-menu-wrapper .navbar-collapse > ul {
        gap: 10px;
    }
    .odysseo-menu-wrapper ul li a, 
    .odysseo-menu-wrapper ul li a:not([href]):not([class]) {
        color: #FFFFFF;
    }
    .odysseo-menu-wrapper .navbar-collapse > ul > li.menu-item-has-children > .dropdown-toggle::after {
        color: #FFFFFF;
    }
    body.menu-active {
        pointer-events: none;
        overflow: hidden;
        cursor: none;
        overscroll-behavior: none;
        -webkit-overflow-scrolling: auto !important;
    }
    body.menu-active .menu-container-items {
        pointer-events: initial;
        cursor: initial;
    }
    .odysseo-menu-wrapper .navbar-collapse > ul > li > ul.dropdown-menu {
        padding: 20px 15px 15px;
        box-shadow: none;
        display: none !important;
    }
    .odysseo-menu-wrapper .navbar-collapse > ul > li.active > ul.dropdown-menu {
        display: block !important;
    }
    .odysseo-menu-wrapper .navbar-collapse > ul li.menu-item {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
        display: flex;
        width: 100%;
    }
    .odysseo-menu-wrapper .navbar-collapse > ul li.menu-item a {
        text-align: center;
        width: fit-content;
    }
    .odysseo-menu-wrapper .navbar-collapse > ul > li.menu-item-has-children > .dropdown-toggle {
        padding: 6px 12px;
    }
    .odysseo-menu-wrapper .navbar-collapse > ul > li > ul.dropdown-menu > li.menu-item.current-menu-item > a {
        padding: 6px 12px;
    }
    .odysseo-menu-wrapper .navbar-collapse > ul > li > ul.dropdown-menu > li.menu-item > a {
        padding: 0;
    }
    .odysseo-menu-wrapper .navbar-collapse > ul > li > ul.dropdown-menu > li.menu-item:not(:last-child) {
        padding-bottom: 15px;
    }
    .odysseo-menu-wrapper .navbar-collapse > ul > li.menu-item-has-children::after {
        font-family: 'font awesome 5 pro';
        height: fit-content;
        align-items: center;
        position: absolute;
        font-weight: 700;
        content: '\f078';
        color: #FFFFFF;
        font-size: 12px;
        display: flex;
        border: none;
        right: 40px;
        z-index: 4;
        margin: 0;
        top: 7px;
        transition: 0.6s all ease-in-out;
    }
    .odysseo-menu-wrapper .navbar-collapse > ul > li.menu-item-has-children.active::after {
        transform: rotate(180deg);
    }
    .odysseo-menu-wrapper .navbar-collapse > ul > li.menu-item-has-children > .dropdown-toggle::after {
        display: none;
    }
    .odysseo-menu-wrapper ul.navbar-nav > li.current-menu-ancestor > a {
        background: transparent;
    }
    .odysseo-menu-wrapper ul.navbar-nav > li:before {
        background: transparent;
        bottom: auto !important;
        height: 32px !important;
        border-radius: 75px;
        position: absolute;
        padding: 6px 12px;
        cursor: pointer;
        display: block;
        content: '';
        z-index: 2;
        right: 0;
        left: 0;
        top: 0;
        transition: 0.6s all ease-in-out;
    }
    .odysseo-menu-wrapper ul.navbar-nav > li.current-menu-ancestor:before {
        background: #A5D6C84D;
    }
    .odysseo-menu-content-contact-wrapper {
        height: 85vh;
        overflow-y: scroll;
    }
    .home-header .top-header-menu-socials {
        position: relative;
        margin-top: 30px;
        width: 100%;
        right: 0;
        left: 0;
    }
    .home-header .search-basket-wrapper {
        display: flex;
        margin: 0;
    }
    .home-header .menu-top-menu-container ul {
        gap: 15px;
    }
    .home-header .menu-top-menu-container ul li.menu-item a {
        color: #FFFFFF;
    }
    .home-header .header-social-links {
        display: flex;
    }
    .sticky-header.home-header .top-header-menu-socials {
        position: relative;
        margin-top: 30px;
        width: 100%;
        right: 0;
        left: 0;
    }
    .sticky-header.home-header .menu-top-menu-container ul {
        gap: 15px;
    }
    .search-holder a {
        display: block;
        height: 100%;
        width: 100%;
    }

    .top-header-language {
        margin-top: 20px;
    }
    ul.language-dropdown-menu li a, 
    ul.language-dropdown-menu li {
        line-height: 18px;
        color: #FFFFFF;
        font-weight: 400;
        font-size: 14px;
        padding: 0;
    }
    ul.language-dropdown-menu li:last-child:after {
        background: #FFFFFF;
    }


    /* Footer */
    .footer-menu.quick-links-menu {
        display: none;
    }
    .footer-menu.other-links-menu {
        display: none;
    }
    .footer-menu.conservation-menu {
        display: none;
    }
    .footer-content-inner {
        flex-direction: column;
        padding: 30px 0;
        gap: 30px;
    }
    .footer-newsletter-wrapper {
        padding: 30px 16px 0;
    }
    .footer-newsletter-form.down.fromLeft {
        width: 100%;
    }
    .footer-content-inner .odysseo-logo svg {
        height: auto;
        width: 150px;
    }
    .footer-content-inner .odysseo-logo {
        width: 50%;
    }
    .footer-menu-title {
        margin-bottom: 20px;
    }
    .copyright-inner {
        align-items: flex-start;
        flex-direction: column;
        padding: 15px 0 20px;
        gap: 15px;
    }
    .rights-reserved-holder * {
        line-height: 18px;
        font-size: 14px;
        flex-wrap: wrap;
    }
    .policy-menus-holder ul li * {
        line-height: 15px;
        font-size: 11px;
    }
    .footer-contact-us-link-item {
        line-height: 18px;
        font-size: 14px;
    }
    .footer-contact-us-message a {
        line-height: 18px;
        font-size: 14px;
    }
    .subscribe-text p {
        line-height: 18px;
        font-size: 15px;
    }
    .subscribe-title p {
        line-height: 34px;
        font-size: 24px;
    }
    .subscribe-title {
        margin-bottom: 15px;
    }
    .subscribe-text {
        margin-bottom: 20px;
    }
    .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .gform_footer input.button[type=submit] {
        padding: 10px 20px;
        line-height: 18px;
        font-size: 14px;
        height: 45px;
    }
    .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .ginput_container_email input {
        padding: 10px 0 10px 20px !important;
        line-height: 18px;
        font-size: 14px;
        height: 45px;
    }
    .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .ginput_container_email input::placeholder {
        line-height: 18px;
        font-size: 14px;
    }
    .subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .gform-body.gform_body .gform_fields .gfield--type-email {
        margin-bottom: 10px;
    }
    .gform-theme.gform-theme--framework.gform_wrapper .custom-check label {
        padding-left: 30px;
        line-height: 16px;
        font-size: 12px;
    }
    .gform-theme.gform-theme--framework.gform_wrapper .custom-check label:before {
        height: 16px;
        width: 16px;
        top: 0;
    }
    .gform-theme.gform-theme--framework.gform_wrapper .custom-check label:after {
        height: 10px;
        width: 5px;
        left: 6px;
        top: 2px;
    }
    .footer-newsletter-pattern-wrapper {
        height: auto;
        width: 200px;
        left: -40px;
        top: -40px;
    }
    .footer-newsletter-pattern svg {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .subscribe-form .gfield--type-captcha iframe {
        transform: scale(0.7);
        margin-left: -45px;
        margin-top: -10px;
    }
    .policy-menus-holder ul li {
        width: fit-content;
    }
    .policy-menus-holder ul {
        flex-wrap: wrap;
        row-gap: 5px;
    }


}


/* Mobile */
@media screen and (min-width: 320px) and (max-width: 767px) {

    html, body {
        overflow-x: initial;
    }
    div#smooth-content {
        overflow-x: hidden;
    }


    /* Home */
    .home-banner-wrapper {
        height: 700px;
    }
    .banner-image-top-right-graphics {
        right: -60px;
        width: 60%;
        top: -2px;
    }
    .banner-image-bottom-right-graphics {
        display: none;
    }
    .banner-image-top-left-graphics {
        left: -50px;
        top: -15px;
        width: 45%;
    }
    .banner-image-top-left-graphics svg {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .banner-text-holder {
        margin-top: 175px;
        max-width: 100%;
        order: 1;
    }
    .banner-date-book-btn-wrapper {
        justify-content: center;
        margin: 30px 0 40px;
        max-width: 100%;
        flex-wrap: wrap;
        gap: 20px;
        order: 2;
    }
    .home-banner-blogs-wrapper {
        height: fit-content;
        position: relative;
        max-width: 100%;
        bottom: 0;
        order: 4;
    }
    .banner-content-wrapper .header-social-links {
        margin-bottom: 100px;
        flex-direction: row;
        position: relative;
        bottom: 0;
        order: 3;
        left: 0;
    }
    .banner-title h1 {
        line-height: 36px;
        font-size: 26px;
    }
    .banner-content-wrapper {
        justify-content: flex-start;
        max-width: 90%;
    }
    .banner-subtitle p {
        line-height: 22px;
        font-size: 18px;
    }
    .banner-title {
        margin-bottom: 20px;
    }
    .banner-date-book-btn-wrapper .top-header-date-wrapper p {
        line-height: 18px;
        font-size: 15px;
        gap: 12px;
    }
    .banner-date-book-btn-wrapper .odysseo-book-now-btn a {
        padding: 12px 25px;
        line-height: 18px;
        font-size: 14px;
    }
    .banner-blog-item-inner {
        flex-direction: column;
    }
    .banner-blog-item-inner .blog-item-image-wrapper {
        width: 100%;
    }
    .banner-blog-item-inner .blog-item-details-wrapper {
        width: 100%;
    }
    .home-banner-blogs-items-wrapper.slick-slider {
        padding: 0 25px;
        height: 100%;
    }
    .home-banner-blogs-wrapper .slick-list {
        height: 100%;
    }
    .home-banner-blogs-wrapper .slick-list .slick-track {
        height: 100%;
    }
    .banner-blog-item-inner .blog-item-title p {
        max-width: 90%;
    }
    .banner-blog-item-inner .blog-item-excerpt p {
        max-width: 90%;
    }
    .home-visit-event-learn-items-wrapper {
        flex-direction: column;
    }
    .vc_row.wpb_row.vc_row-fluid.visit-event-learn-row:after {
        height: 500px;
        top: -210px;
    }
    .visit-event-learn-inner-row .text-content-inner {
        max-width: 100%;
    }
    .home-visit-event-learn-item, 
    .home-visit-event-learn-item.visit-item, 
    .home-visit-event-learn-item.event-item {
        width: 100%;
    }
    .home-visit-event-learn-item.visit-item:after {
        margin: 0 auto;
        height: 0.8px;
        width: 100px;
        top: auto;
        right: 0;
        left: 0;
    }
    .home-visit-event-learn-item-inner, 
    .home-visit-event-learn-item.visit-item .home-visit-event-learn-item-inner, 
    .home-visit-event-learn-item.event-item .home-visit-event-learn-item-inner {
        align-items: flex-start;
        padding: 25px;
    }
    .home-visit-event-learn-item-text p br {
        display: none;
    }
    .home-visit-event-learn-item-text p {
        line-height: 20px;
        font-size: 16px;
    }
    .home-visit-event-learn-item-title p {
        line-height: 22px;
        font-size: 18px;
    }
    .home-visit-event-learn-item-icon {
        width: 20%;
    }
    .home-visit-event-learn-item-details {
        width: 80%;
    }
    .home-visit-event-learn-item-icon svg {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .experience-item-inner {
        padding: 0;
    }
    .experience-item {
        width: 100%;
    }
    .home-experiences-wrapper {
        margin: 0;
    }
    .vc_row.explore-the-blue-inner-row {
        flex-direction: column;
        padding: 0;
    }
    .vc_row.explore-the-blue-inner-row > .vc_column_container:last-child {
        padding: 60px 16px 0;
    }
    .vc_row.explore-the-blue-inner-row > .vc_column_container:first-child:after {
        right: -135px;
        width: 350px;
    }
    .vc_row.groups-schools-events-inner-row:after {
        display: none;
    }
    .vc_row.explore-the-blue-inner-row > .vc_column_container:first-child:before {
        background: linear-gradient(0deg, rgba(1, 55, 102, 0) 0%, rgba(1, 55, 102, 0.86) 30%, rgba(1, 55, 102, 1.0) 41%, rgba(1, 55, 102, 0.8) 57%, rgba(1, 55, 102, 0) 100%);
        position: absolute;
        height: 200px;
        bottom: -80px;
        content: '';
        width: 100%;
        right: 0;
        left: 0;
    }
    .vc_row.explore-the-blue-row:after {
        height: 155px;
        top: 0;
    }
    .foundation-item-inner {
        padding: 0;
    }
    .foundation-item {
        width: 100%;
    }
    .home-foundations-wrapper {
        margin: 0;
    }
    .home-blogs-left-wrapper {
        width: 100%;
    }
    .home-blogs-right-wrapper {
        display: none;
    }
    .home-blogs-wrapper .blog-item-details-wrapper {
        padding: 25px 20px 35px;
    }
    .gws-content-wrapper.container-odysseo-news-btns {
        position: relative;
        margin-top: 80px;
        bottom: 0;
    }
    .gws-content-wrapper.container-odysseo-news-btns .container-col.odysseo-news-btns .gws-button {
        justify-content: center;
    }
    .vc_row.groups-schools-events-inner-row .gws-image-content-item.odysseo-groups-schools-events-cols {
        max-width: 100%;
        padding: 0 16px;
    }
    .odysseo-groups-schools-events-cols .text-content-wrapper {
        max-width: 90%;
    }
    .gws-content-wrapper.container-groups-schools-events-btns {
        max-width: 100%;
    }
    .groups-schools-events-btns .gws-button a {
        padding: 11px 30px 12px 0;
        text-align: left;
    }
    .groups-schools-events-btns .gws-button a .icon {
        margin-right: 10px;
        width: 30px;
    }
    .groups-schools-events-btns .gws-button a .icon svg {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .groups-schools-events-btns .gws-button a i {
        margin-left: 0;
        right: 10px;
    }
    .container-explore-blue-icons .container-col.explore-blue-icons {
        margin-bottom: 0;
    }
    .gws-kpi-wrapper:nth-child(2) .kpi-title-text-wrapper .kpi-text-wrapper {
        max-width: 100%;
    }
    .text-content-wrapper.center.why-visit-blue-text .text-content-inner {
        padding-left: 0;
    }
    .gws-image-content-item.why-visit-odysseo-cols {
        max-width: 90%;
        margin: 0 auto;
        padding: 0;
    }
    .text-content-wrapper.center.why-visit-blue-text {
        padding: 0 0 20px;
        max-width: 90%;
        margin: 0 auto;
        height: 100%;
        top: 0;
    }
    .gws-image-item.why-visit-odysseo-graphics {
        bottom: -115px;
        left: -35px;
        width: 60%;
    }
    .gws-image-item.why-visit-odysseo-graphics svg {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .gws-image-item.groups-schools-events-graphics {
        right: -10px;
        width: 55%;
        top: 430px;
    }
    .gws-image-item.groups-schools-events-graphics svg {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .gws-image-item.groups-schools-events-octopus-graphic {
        margin: 0 auto;
        width: 195px;
        top: 435px;
        right: 0;
        left: 0;
    }
    .container-col.why-visit-odysseo-btns .icon-wrapper .icon-content-text p {
        line-height: 20px;
        font-size: 16px;
    }
    .container-col.why-visit-odysseo-btns .icon-wrapper {
        gap: 15px;
    }
    .container-col.why-visit-odysseo-btns .icon-wrapper .icon {
        width: 10%;
    }
    .container-col.why-visit-odysseo-btns .icon-wrapper .icon-content {
        width: 90%;
    }
    .odysseo-groups-schools-events-cols .image-content-details-wrapper {
        padding: 0;
    }
    .vc_row.protecting-oceans-image-row {
        top: 0;
    }
    .vc_row.protecting-oceans-projects-row {
        position: relative;
        top: -45px;
    }
    .vc_row.protecting-oceans-row > .vc_column_container > .vc_column-inner > .wpb_wrapper {
        padding-bottom: 0;
    }
    .gws-image-item.odysseo-news-left-graphics-row {
        right: -55px;
        width: 50%;
        top: -40px;
    }
    .gws-image-item.odysseo-news-left-graphics-row svg {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .gws-image-item.odysseo-news-right-graphics-row {
        bottom: 125px;
        left: -40px;
        width: 50%;
    }
    .gws-image-item.odysseo-news-right-graphics-row svg {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .protecting-oceans-inner-row .text-content-inner {
        max-width: 90%;
    }
    .protecting-oceans-inner-row .text-content-inner {
        max-width: 90%;
    }
    .protecting-oceans-inner-row .wpb_wrapper .gws-heading.font12px h2 {
        line-height: 16px;
        font-size: 12px;
    }
    .gws-image-item.protecting-oceans-image {
        height: 100%;
    }
    .vc_row.protecting-oceans-image-row .vc_column_container .vc_column-inner {
        height: 250px;
    }
    .vc_row.protecting-oceans-image-row .vc_column_container .vc_column-inner .wpb_wrapper {
        height: 100%;
    }
    .gws-image-item.protecting-oceans-image .image-wrapper {
        height: 100%;
    }
    .gws-image-item.protecting-oceans-image .image {
        height: 100%;
    }
    .experience-item-image {
        height: 185px;
    }
    .banner-blog-item-inner .blog-item-image-wrapper .blog-item-image {
        height: 140px;
    }
    .foundation-item-image {
        height: 180px;
    }
    .home-blogs-left-wrapper .blog-item .blog-item-inner .blog-item-image-wrapper {
        height: 180px;
    }
    .vc_row.odysseo-news-row {
        padding-bottom: 30px;
    }
    .vc_row.explore-the-blue-inner-row > .vc_column_container:first-child:hover img {
        transform: none !important;
    }


    /* Experiences */
    .archive-experience-banner-image-left-graphics svg {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .archive-experience-banner-image-left-graphics {
        bottom: 10px;
        left: -50px;
        width: 50%;
    }
    .archive-experience-banner-image-right-graphics-background {
        bottom: 50px;
        right: 15px;
        width: 50%;
    }
    .archive-experience-banner-title-subtitle-desc-wrapper {
        position: relative;
        text-align: center;
        padding: 40px 0 0;
        width: 100%;
        bottom: 0;
        left: 0;
    }
    .archive-experience-banner-wrapper {
        height: fit-content;
    }
    .archive-experience-banner-image-graphics-wrapper {
        overflow: hidden;
        height: 300px;
    }
    .archive-experience-banner-desc p {
        line-height: 18px;
        color: #737D82;
        font-size: 15px;
    }
    .archive-experience-banner-title h1 {
        line-height: 38px;
        color: #00B4D5;
        font-size: 28px;
    }
    .archive-experience-banner-subtitle {
        margin: 20px 0 25px;
        max-width: 100%;
    }
    .archive-experience-banner-subtitle p {
        line-height: 22px;
        color: #00B4D5;
        font-size: 18px;
    }
    .archive-experience-banner-desc {
        max-width: 100%;
    }
    .archive-experience-posts-desc {
        max-width: 100%;
    }
    .archive-experience-posts-desc p {
        line-height: 18px;
        font-size: 15px;
    }
    .archive-experience-posts-title h2 {
        line-height: 24px;
        font-size: 20px;
    }
    .archive-experience-posts-title {
        margin: 0 auto 25px;
        max-width: 80%;
    }
    .archive-experience-posts-items-wrapper .experience-item-excerpt p {
        line-height: 18px;
        min-height: 100%;
        font-size: 15px;
    }
    .experience-item-excerpt {
        margin: 12px 0 15px;
    }
    .experience-item-link p {
        line-height: 18px;
        font-size: 15px;
    }
    .archive-experience-posts-items-wrapper .experience-item-inner {
        padding: 0;
    }
    .archive-experience-posts-items-wrapper {
        margin: 0;
    }
    .archive-experience-posts-items-wrapper .experience-item:not(:last-child) {
        margin-bottom: 35px;
    }
    .archive-experience-posts-items-wrapper .experience-item-image {
        height: 185px;
    }
    .archive-experience-banner-image-right-background {
        right: 35px;
    }
    .archive-experience-posts-bottom-right-graphics svg {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .archive-experience-posts-bottom-right-graphics {
        bottom: -5px;
        right: -40px;
        width: 55%;
    }
    .archive-experience-plan-your-visit-content-wrapper {
        padding: 20px;
        gap: 25px;
    }
    .archive-experience-plan-your-visit-content-title-desc-wrapper {
        max-width: 100%;
    }
    .archive-experience-plan-your-visit-content-desc p {
        line-height: 18px;
        font-size: 15px;
    }
    .archive-experience-plan-your-visit-content-title h2 {
        line-height: 32px;
        font-size: 22px;
    }
    .archive-experience-plan-your-visit-content-title {
        margin-bottom: 10px;
    }
    .archive-experience-plan-your-visit-content-btns-wrapper {
        flex-direction: column;
        gap: 10px;
    }
    .archive-experience-plan-your-visit-btn a {
        padding: 10px 30px;
        line-height: 18px;
        font-size: 14px;
        gap: 15px;
    }
    .archive-experience-plan-your-visit-btn a svg {
        height: 26px;
        width: 26px;
    }
    .archive-experience-plan-your-visit-wrapper {
        bottom: -410px;
    }
    body.post-type-archive-experience footer#colophon {
        padding-top: 430px;
    }


    /* School & Associations */
    .wpb_wrapper .page-banner-wrapper .banner-image-wrapper {
        min-height: initial;
        max-height: initial;
        position: relative;
        height: 115px;
    }
    .wpb_wrapper .page-banner-wrapper .banner-content-container {
        position: relative;
    }
    .wpb_wrapper .page-banner-wrapper .banner-heading h1 {
        line-height: 38px;
        color: #00B4D5;
        font-size: 28px;
    }
    .wpb_wrapper .page-banner-wrapper .banner-description {
        max-width: 100% !important;
        margin-top: 20px;
    }
    .wpb_wrapper .page-banner-wrapper .banner-description p {
        line-height: 18px;
        color: #737D82;
        font-size: 15px;
    }
    .wpb_wrapper .page-banner-wrapper .banner-heading h1 br {
        display: none;
    }
    .wpb_wrapper .page-banner-wrapper .banner-text-holder {
        margin-top: 0;
    }
    .wpb_wrapper .page-banner-wrapper .banner-content-wrapper {
        padding-bottom: 0;
        padding-top: 40px;
    }
    .gws-col-why-choose-icons-cols .icon-wrapper .icon-content-text p {
        line-height: 18px;
        font-size: 15px;
    }
    .gws-col-why-choose-icons-cols .icon-wrapper .icon-content-title {
        margin-bottom: 10px;
    }
    .gws-col-why-choose-icons-cols .icon-wrapper .icon-content-title p {
        line-height: 22px;
        font-size: 18px;
    }
    .gws-col-why-choose-icons-cols .gws-icon-item {
        margin-bottom: 0;
    }
    .tailored-programmes-inner-row .text-content-wrapper:first-child {
        margin-top: 40px;
    }
    .vc_row.group-learn-inner-row {
        flex-direction: column;
    }
    .group-learn-inner-row .vc_column_container:first-child {
        padding-bottom: 40px;
        padding-right: 0;
    }
    .gws-image-item.group-learn-graphics {
        left: -35px;
        width: 60%;
        top: -35px;
    }
    .gws-image-item.group-learn-graphics svg {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .group-learn-inner-row .gws-image-item {
        border-radius: 0;
    }
    .group-learn-inner-row .vc_column_container:last-child {
        padding: 0;
    }
    .group-learn-inner-row .container-col.why-visit-odysseo-btns .icon-wrapper .icon-content-text p {
        line-height: 18px;
        font-size: 15px;
    }
    .school-plan-your-visit-inner-row .vc_column_container:last-child {
        padding-top: 40px;
        padding-left: 0;
    }
    .vc_row.useful-info-reservation-inner-row {
        flex-direction: column;
    }
    .useful-info-reservation-inner-row .vc_column_container:first-child {
        padding-bottom: 40px;
        padding-right: 0;
    }
    .useful-info-reservation-inner-row .vc_column_container:last-child {
        padding-left: 0;
    }
    .useful-info-reservation-inner-row .container-col.why-visit-odysseo-btns .icon-wrapper .icon-content-title p {
        line-height: 20px;
        font-size: 16px;
    }
    .useful-info-reservation-row .container-col.why-visit-odysseo-btns .icon-wrapper .icon-content-text p {
        line-height: 18px;
        font-size: 15px;
    }
    .ready-to-inspire-inner-row .wpb_wrapper {
        padding: 0 20px;
    }
    .ready-to-inspire-inner-row .text-content-wrapper {
        max-width: 90%;
    }
    .ready-to-inspire-inner-row .container-col.ready-to-inspire-btns {
        gap: 15px;
    }


    /* Plan your trip */
    .plan-your-trip-banner-row .wpb_wrapper .page-banner-wrapper .banner-image-wrapper {
        height: 165px;
    }
    .wpb_wrapper .page-banner-wrapper .banner-subtitle p {
        line-height: 22px;
        color: #00B4D5;
        font-size: 18px;
    }
    .wpb_wrapper .page-banner-wrapper .banner-subtitle p br {
        display: none;
    }
    .wpb_wrapper .page-banner-wrapper .banner-subtitle {
        margin: 15px 0 25px;
    }
    .wpb_wrapper .banner-date-location-btn-wrapper .top-header-date-wrapper * {
        color: #737D82;
    }
    .banner-date-location-btn-wrapper .top-header-date-wrapper p {
        line-height: 18px;
        font-size: 15px;
        gap: 12px;
    }
    .banner-date-location-btn-wrapper .top-header-date-wrapper p.top-header-date-closed {
        padding-left: 30px;
    }
    .guided-tour-row .gws-image-content-item, .self-guided-tour-row .gws-image-content-item {
        padding-right: 0;
    }
    .buy-your-tickets-wrapper {
        position: relative;
        margin-top: 50px;
        top: 0;
    }
    .guided-tour-row .image-content-details-wrapper .text-content-wrapper, 
    .self-guided-tour-row .image-content-details-wrapper .text-content-wrapper {
        padding: 0 15px;
    }
    .guided-tour-row .image-content-details-wrapper .gws-heading, 
    .self-guided-tour-row .image-content-details-wrapper .gws-heading {
        padding: 20px 15px;
    }
    .guided-tour-row .image-content-details-wrapper, 
    .self-guided-tour-row .image-content-details-wrapper {
        padding: 0;
    }
    .vc_row.self-guided-tour-inner-row {
        padding: 0 16px;
    }
    .wpb_wrapper .gws-image-content-wrapper.position-column.height-215px .image-content-img, 
    .wpb_wrapper .gws-image-content-wrapper.position-column-reverse.height-215px .image-content-img {
        height: 150px;
    }
    .buy-your-tickets-titles-wrapper {
        padding: 20px;
    }
    .buy-your-tickets-title-wrapper h2 {
        padding-right: 15px;
        line-height: 24px;
        font-size: 20px;
    }
    .buy-your-tickets-title-wrapper h2 br {
        display: none;
    }
    .buy-your-tickets-title-wrapper svg {
        height: 50px;
    }
    .buy-your-tickets-title-wrapper {
        align-items: flex-start;
        margin-bottom: 20px;
    }
    .buy-your-tickets-text p {
        line-height: 18px;
        font-size: 15px;
    }
    .buy-your-tickets-form-wrapper {
        padding: 20px 15px 30px;
    }
    .date-time-selection-wrapper {
        flex-direction: column;
        margin-bottom: 15px;
        gap: 10px;
    }
    .ticket-subtotal-wrapper {
        margin: 20px 0 15px;
    }
    .ticket-subtotal-wrapper p {
        line-height: 22px;
        font-size: 18px;
    }
    .add-to-cart-btn-wrapper input[type="submit"] {
        padding: 15px 40px;
        line-height: 20px;
        font-size: 16px;
    }
    .date-time-selection-wrapper > div {
        width: 100%;
    }
    .ticket-category-wrapper {
        margin-bottom: 20px;
    }
    .ticket-category-inner-wrapper .ticket-category-item-wrapper p {
        padding: 12px 20px;
        line-height: 18px;
        font-size: 14px;
    }
    .ticket-type-item-wrapper label {
        align-items: center;
        padding-left: 10px;
        flex-wrap: wrap;
    }
    .ticket-type-item-title-desc {
        margin-bottom: 10px;
        width: 100%;
    }
    .ticket-type-item-price {
        width: 50%;
    }
    .buy-your-tickets-form-wrapper .ticket-type-item-quantity {
        width: 50%;
    }
    .ticket-type-item-title p {
        line-height: 18px;
        font-size: 15px;
    }
    .ticket-type-item-desc p {
        line-height: 18px;
        font-size: 14px;
    }
    .ticket-type-item-desc {
        margin-top: 5px;
    }
    .wpb_wrapper .ticket-checkbox {
        height: 18px;
        width: 18px;
    }
    .wpb_wrapper .ticket-checkbox:checked:after {
        height: 11px;
        left: 4.5px;
        width: 6px;
        top: 1.5px;
    }
    .ticket-type-item-price p {
        line-height: 20px;
        font-size: 16px;
    }
    .wpb_wrapper .buy-your-tickets-form-wrapper p#booking_date_field input,
    .date-time-selection-wrapper > div input[type="time"] {
        line-height: 18px;
        color: #737D82;
        font-size: 15px;
        padding: 0 10px;
    }
    .wpb_wrapper .buy-your-tickets-form-wrapper p#booking_date_field input::placeholder,
    .date-time-selection-wrapper > div input[type="time"]::placeholder {
        line-height: 18px;
        color: #737D82;
        font-size: 15px;
    }
    .vc_row.self-guided-tour-inner-row .vc_column_container:last-child {
        margin-top: 50px;
    }
    .photobooth-souvenir-icons .gws-icon-item:first-child .icon-content {
        max-width: 100%;
    }
    .photobooth-souvenir-icons .icon-wrapper {
        padding: 15px;
        gap: 10px;
    }
    .photobooth-souvenir-icons .icon-wrapper .icon {
        width: 40px;
    }
    .gws-image-item.photobooth-image {
        right: -25px;
        top: -60px;
        width: 50%;
    }
    .gws-column-wrapper.gws-col-accessible-family-cols {
        padding: 20px 20px 40px;
    }
    .gws-col-accessible-family-cols .gws-icon-item .icon-wrapper {
        gap: 10px;
    }
    .gws-col-accessible-family-cols .gws-icon-item .icon-wrapper .icon {
        width: 40px;
    }
    .vc_row.sustainability-food-inner-row > .vc_column_container:first-child {
        padding: 0 16px;
    }
    .vc_row.sustainability-food-inner-row > .vc_column_container:last-child {
        padding: 40px 16px 0;
    }
    .vc_row.sustainability-food-inner-row > .vc_column_container:last-child .gws-icon-item .icon-wrapper {
        flex-direction: column;
        padding: 20px;
        gap: 15px;
    }
    .vc_row.sustainability-food-inner-row > .vc_column_container:first-child > .vc_column-inner > .wpb_wrapper {
        padding: 0 20px 0;
    }
    .vc_row.sustainability-food-inner-row > .vc_column_container:first-child .gws-icon-item .icon-wrapper {
        flex-direction: column;
        gap: 15px;
    }
    .container-col.sustainability-image-texts {
        padding-left: 0;
    }
    .sustainability-image-texts .gws-image-item {
        width: 35% !important;
        padding-bottom: 20px;
        position: relative;
        left: 0;
        top: 0;
    }
    .sustainability-image-texts .gws-image-item svg {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .gws-image-item.ready-to-dive-graphics svg {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .gws-image-item.ready-to-dive-graphics {
        right: -35px;
        width: 45%;
        top: -25px;
    }
    .container-ready-to-dive-texts {
        max-width: 90%;
    }
    .gws-column-wrapper.gws-col-how-to-get-title-cols {
        padding: 0 20px 25px 20px;
    }
    .gws-column-wrapper.gws-col-how-to-get-icons-cols {
        padding: 20px;
    }
    .gws-column-wrapper.gws-col-how-to-get-icons-cols .gws-icon-item .icon-content-text p, 
    .gws-column-wrapper.gws-col-how-to-get-icons-cols .gws-icon-item .icon-content-text ul li {
        line-height: 18px;
        font-size: 15px;
    }
    .gws-column-wrapper.gws-col-how-to-get-icons-cols .gws-icon-item .icon-content-title p {
        line-height: 24px;
        font-size: 20px;
    }
    .gws-column-wrapper.gws-col-how-to-get-icons-cols .gws-icon-item .icon-content-title {
        margin-bottom: 10px;
    }
    .gws-column-wrapper.gws-col-how-to-get-icons-cols .gws-icon-item .icon-wrapper {
        gap: 15px;
    }
    .gws-column-wrapper.gws-col-how-to-get-icons-cols .gws-icon-item .icon-wrapper .icon {
        width: 35px;
    }
    .how-to-get-inner-row .wpb_wrapper {
        padding: 30px 0 15px;
    }


    /* Single Experience */
    .single-experience-wrapper {
        padding-top: 100px;
    }
    .single-experience-banner-content-wrapper {
        flex-direction: column;
    }
    .single-experience-content {
        width: 100%;
    }
    .single-experience-banner {
        min-height: initial;
        height: 200px;
        width: 100%;
    }
    .single-experience-content-title h1 {
        line-height: 38px;
        font-size: 28px;
    }
    .single-experience-content-title {
        margin-bottom: 20px;
    }
    .single-experience-content-description {
        margin-top: 15px;
    }
    .single-experience-content-description p {
        line-height: 18px;
        font-size: 15px;
    }
    .single-experience-content-subtitle p {
        line-height: 22px;
        font-size: 18px;
    }
    .single-experience-content-subtitle {
        max-width: 100%;
    }
    .single-experience-image-box-banner img {
        min-height: initial;
        height: 100px;
    }
    .single-experience-image-box-content {
        position: relative;
        padding: 0;
    }
    .single-experience-image-box-content-description p,
    .single-experience-image-box-content-description p strong {
        line-height: 18px;
        color: #737D82;
        font-size: 15px;
    }
    .single-experience-image-box-content-title h2 {
        line-height: 24px;
        color: #00B4D5;
        font-size: 20px;
    }
    .single-experience-image-box-content-title {
        margin: 0 auto 15px;
        max-width: 85%;
    }
    .single-experience-image-box-inner-wrapper {
        flex-direction: column-reverse;
        display: flex;
        gap: 30px;
    }
    .single-experience-whats-included-what-you-need-to-know-wrapper {
        flex-direction: column;
        max-width: 100%;
        gap: 60px;
    }
    .single-experience-whats-included-wrapper {
        width: 100%;
    }
    .single-experience-what-you-need-to-know-wrapper {
        width: 100%;
    }
    .single-experience-whats-included-content-title {
        margin-bottom: 20px;
    }
    .single-experience-whats-included-content-title h2 {
        line-height: 24px;
        font-size: 20px;
    }
    .single-experience-whats-included-content-note {
        margin-top: 15px;
    }
    .single-experience-whats-included-content-item {
        gap: 15px;
    }
    .single-experience-whats-included-content-item-text p {
        line-height: 18px;
        font-size: 15px;
    }
    .single-experience-what-you-need-to-know-content-title h2 {
        line-height: 24px;
        font-size: 20px;
    }
    .single-experience-what-you-need-to-know-content-subtitle-items {
        padding: 20px;
    }
    .single-experience-what-you-need-to-know-content-subtitle {
        padding-bottom: 5px;
        margin-bottom: 15px;
    }
    .single-experience-what-you-need-to-know-content-subtitle p {
        line-height: 20px;
        font-size: 18px;
    }
    .single-experience-what-you-need-to-know-content-item-text {
        width: calc(100% - 20px);
        line-height: 18px;
        font-size: 15px;
    }
    .single-experience-what-you-need-to-know-content-item-icon {
        width: 20px;
    }
    .single-experience-what-you-need-to-know-content-note p {
        line-height: 18px;
        font-size: 15px;
    }
    .single-experience-details-inner-wrapper {
        flex-direction: column;
        padding: 20px;
        gap: 20px;
    }
    .single-experience-details-wrapper {
        margin-top: 60px;
        max-width: 100%;
    }
    .single-experience-details-content-left {
        width: 100%;
    }
    .single-experience-details-content-title h2 {
        line-height: 24px;
        font-size: 20px;
    }
    .single-experience-details-content-right {
        width: 100%;
    }
    .single-experience-details-description * {
        line-height: 18px;
        font-size: 15px;
    }
    .single-experience-why-you-love-it-booking-form-wrapper {
        flex-direction: column;
        margin-top: 60px;
        max-width: 100%;
        gap: 60px;
    }
    .single-experience-why-you-love-it-wrapper {
        width: 100%;
    }
    .single-experience-why-you-love-it-inner-wrapper {
        padding: 20px;
    }
    .single-experience-why-you-love-it-content-title {
        margin-bottom: 20px;
    }
    .single-experience-why-you-love-it-content-description p {
        line-height: 18px;
        font-size: 15px;
    }
    .single-experience-why-you-love-it-content-title h2 {
        line-height: 24px;
        font-size: 20px;
    }
    .buy-your-tickets-wrapper.single-experience-buy-your-tickets-wrapper {
        margin-top: 0;
        width: 100%;
    }
    .single-experience-buy-your-tickets-wrapper .buy-your-tickets-form-wrapper {
        padding: 20px 15px 30px;
    }
    .single-experience-booking-form .gfield--type-html {
        line-height: 18px;
        font-size: 15px;
    }
    .single-experience-booking-form .gfield--type-html strong {
        line-height: 22px;
        font-size: 18px;
    }
    .single-experience-booking-form .gform-theme.gform-theme--framework.gform_wrapper .gform-footer.gform_footer.top_label input[type="submit"].button {
        padding: 12px 30px;
        line-height: 18px;
        font-size: 14px;
    }
    .single-experience-buy-your-tickets-wrapper .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework .ginput_container.ginput_container_date input {
        height: 45px;
    }
    .single-experience-buy-your-tickets-wrapper .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework .gfield--type-number label.gfield_label.gform-field-label {
        padding-left: 10px;
    }
    .single-experience-buy-your-tickets-wrapper .gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework .gfield--type-number .ginput_container {
        margin-left: 10px;
    }
    .single-experience-gallery-inner-wrapper {
        padding-top: 60px;
    }
    .single-experience-gallery-image a {
        height: 100px;
    }
    .single-experience-gallery-top-wrapper {
        gap: 5px;
    }
    .single-experience-gallery-image:nth-child(2) {
        width: 58%;
    }
    .single-experience-gallery-image:nth-child(3) {
        width: 58%;
    }
    .single-experience-gallery-image:nth-child(4) {
        width: 40%;
    }
    .single-experience-gallery-image:nth-child(5) {
        width: 40%;
    }
    .single-experience-gallery-image:nth-child(6) {
        width: 58%;
    }
    .single-experience-gallery-image img {
        border-radius: 5px;
    }
    .single-experience-details-subtitle1-description p {
        line-height: 18px;
        font-size: 15px;
    }
    .single-experience-details-subtitle1 h3 {
        line-height: 22px;
        font-size: 18px;
    }
    .single-experience-details-subtitle2 h3 {
        line-height: 22px;
        font-size: 18px;
    }
    .single-experience-details-content-item:not(:last-child) {
        margin-bottom: 5px;
    }
    .single-experience-details-content-item {
        gap: 15px;
    }
    .single-experience-whats-included-bottom-conditions-wrapper {
        flex-direction: column;
        max-width: 100%;
        gap: 60px;
    }
    .single-experience-whats-included-bottom-wrapper {
        width: 100%;
    }
    .single-experience-conditions-wrapper {
        width: 100%;
    }
    .single-experience-conditions-inner-wrapper {
        padding: 20px;
    }
    .single-experience-conditions-content-title {
        margin-bottom: 20px;
        max-width: 100%;
    }
    .single-experience-conditions-content-title h2 {
        line-height: 24px;
        font-size: 20px;
    }
    .single-experience-conditions-content-item {
        gap: 15px;
    }
    .single-experience-conditions-content-item-title-text p {
        line-height: 18px;
        font-size: 15px;
    }
    .single-experience-whats-included-bottom-content-title h2 {
        line-height: 24px;
        font-size: 20px;
    }
    .single-experience-whats-included-bottom-content-item {
        gap: 15px;
    }
    .single-experience-whats-included-bottom-content-item-text p {
        line-height: 18px;
        font-size: 15px;
    }
    .single-experience-details-schedule-inner-wrapper {
        column-count: 1;
        column-gap: 0;
    }
    .single-experience-details-schedule-content-title-subtitle h2 {
        line-height: 24px;
        font-size: 20px;
    }
    .single-experience-details-schedule-content-title-subtitle h3 {
        line-height: 22px;
        font-size: 18px;
    }
    .single-experience-whats-included-content-item-details-item-text p {
        line-height: 18px;
        font-size: 15px;
    }
    .single-experience-whats-included-content-item-time p {
        line-height: 18px;
        font-size: 15px;
    }
    .single-experience-whats-included-content-item-time i {
        line-height: 18px;
        font-size: 15px;
    }
    .single-experience-whats-included-content-item-time {
        margin-bottom: 2px;
    }
    .single-experience-details-schedule-content-item:not(:last-child) {
        margin-bottom: 6px;
    }
    .single-experience-details-schedule-content-item {
        padding: 10px;
    }
    .single-experience-whats-included-content-item-details-item-icon {
        height: 22px;
        width: 22px;
    }
    .single-experience-details-schedule-wrapper {
        margin-bottom: 60px;
    }
    .single-experience-why-you-love-it-conditions-wrapper {
        width: 100%;
    }


    /* Become a member */
    .odysseo-width90-container, 
    .odysseo-width90container > .vc_column_container {
        max-width: 100%;
    }
    .odysseo-width85-container, 
    .odysseo-width85container > .vc_column_container {
        max-width: 100%;
    }
    .odysseo-width95-container, 
    .odysseo-width95container > .vc_column_container {
        max-width: 100%;
    }
    .become-member-banner-inner-row .gws-heading h1 {
        line-height: 38px !important;
        font-size: 28px !important;
    }
    .become-member-banner-inner-row .image {
        height: 150px !important;
    }
    .become-member-annual-pass-inner-row .gws-heading h2 {
        line-height: 26px !important;
        font-size: 22px !important;
    }
    .become-member-annual-pass-inner-row .text-content-wrapper {
        max-width: 100%;
    }
    .become-member-annual-pass-inner-row .wpb_column.vc_column_container:first-child {
        padding-right: 0;
    }
    .become-member-annual-pass-inner-row .image {
        height: fit-content !important;
    }
    .container-membership-benefits-icons .gws-icon-item .icon-wrapper {
        gap: 15px;
    }
    .container-membership-benefits-icons .gws-icon-item .icon {
        width: 10%;
    }
    .container-membership-benefits-icons .gws-icon-item .icon-content {
        width: 90%;
    }
    .container-membership-benefits-icons .gws-icon-item:not(:last-child) {
        margin-bottom: 10px;
    }
    .gws-image-item.annual-pass-graphics {
        left: -35px;
        width: 55%;
    }
    .gws-image-item.annual-pass-graphics svg {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .gws-content-wrapper.container-membership-box {
        padding: 150px 20px 40px;
    }
    .become-member-form-row .buy-your-tickets-wrapper.single-experience-buy-your-tickets-wrapper {
        margin-right: auto;
        width: 100%;
    }
    .become-member-form-row .single-experience-buy-your-tickets-wrapper .buy-your-tickets-form-wrapper {
        padding: 20px 15px 30px;
    }
    .become-member-form-row .single-experience-booking-form .gform-footer.gform_footer.top_label {
        margin-top: 35px;
    }
    .become-member-form-row .gws-image-item.annual-pass-graphics {
        left: -40px;
        width: 40%;
        top: -10px;
    }
    .become-member-form-row .gws-image-item.annual-pass-graphics svg {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }


    /* Donation */
    .vc_row.donation-banner-inner-row {
        flex-direction: column;
        text-align: center;
    }
    .vc_row.donation-banner-inner-row .vc_column_container:first-child {
        margin-bottom: 40px;
    }
    .donation-banner-inner-row .gws-heading h1 {
        line-height: 38px !important;
        font-size: 28px !important;
    }
    .contribution-difference-image-row .image {
        height: 150px !important;
    }
    .vc_row.contribution-difference-details-inner-row {
        max-width: 100%;
    }
    .contribution-difference-details-inner-row .vc_column_container:last-child {
        margin-top: 30px;
    }
    .vc_row.ready-to-dive-inner-row {
        align-items: flex-start;
        flex-direction: column;
        padding: 20px;
    }
    .vc_row.ready-to-dive-inner-row.how-to-donate-inner-row {
        padding: 20px;
    }
    .vc_row.ready-to-dive-inner-row.how-to-donate-inner-row .ready-to-dive-images.wpb_column.vc_column_container {
        padding-bottom: 30px;
        padding-right: 0;
    }
    .gws-image-item.donate-icon-graphics {
        height: auto;
        width: 80px;
    }
    .gws-image-item.donate-icon-graphics .image-wrapper {
        height: 100%;
    }
    .gws-image-item.donate-icon-graphics .image-wrapper .image {
        height: 100%;
    }


    /* Volunteer */
    .vc_row.volunteer-details-inner-row {
        padding: 0;
    }
    .vc_row.volunteer-details-inner-row .wpb_column.vc_column_container:last-child {
        padding-top: 40px;
        padding-left: 0;
    }
    .gws-image-item.volunteer-graphics svg {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .gws-image-item.volunteer-graphics {
        left: -50px;
        width: 60%;
    }
    .gws-col-why-volunteer-cols .text-content-wrapper .text-block-title {
        margin-bottom: 15px;
    }
    .vc_row.ready-to-dive-inner-row .wpb_column.vc_column_container:last-child {
        padding-left: 0;
    }
    .vc_row.ready-to-dive-inner-row .ready-to-dive-images.wpb_column.vc_column_container {
        padding-bottom: 30px;
        padding-right: 0;
        margin-left: 0;
        width: 50%;
    }
    .gws-image-item.ready-to-dive-fish-graphics {
        right: -15px;
        top: -25px;
    }


    /* Error 404 */
    .error-404-details-wrapper {
        max-width: 90%;
    }
    .error-404-main-title h1 {
        line-height: 38px;
        font-size: 28px;
    }
    .error-404-main-title {
        margin-bottom: 30px;
    }
    .error-404-content-title p {
        line-height: 22px;
        font-size: 18px;
    }
    .error-404-btns-wrapper {
        flex-direction: column;
        gap: 10px;
    }
    .error-404-btns-wrapper .gws-button a {
        padding: 10px 25px;
    }



































    /* Cart */
    .woocommerce-cart-top-text-wrapper h2 {
        line-height: 24px;
        font-size: 20px;
        max-width: 75%;
        margin: 0 auto;
    }
    .woocommerce-cart .woocommerce, 
    .woocommerce-checkout .woocommerce {
        padding-top: 100px;
        max-width: 90%;
        margin: 0 auto;
    }
    form#booking-cart-form, 
    form.woocommerce-checkout {
        flex-direction: column;
        padding: 30px 15px;
        margin-top: 25px;
    }
    .cart-booking-product {
        align-items: flex-start;
        flex-direction: column;
        position: relative;
        padding-left: 25px;
    }
    .qty-control .qty-input {
        width: 40px;
    }
    .qty-control {
        width: 100px;
    }
    .booking-total-preview {
        margin: 50px auto 0;
        text-align: center;
    }
    .cart-checkout-next {
        text-align: center;
    }
    .woocommerce-cart-odysseo-notice {
        padding: 30px 20px;
    }
    .woocommerce-cart-checkout-step {
        display: none;
    }
    .woocommerce-cart-checkout-step.active {
        display: flex;
    }
    .woocommerce-cart-checkout-step:not(:last-child):after {
        display: none;
    }
    .woocommerce-cart-checkout-steps {
        justify-content: center;
    }
    .woocommerce-cart-checkout-step.active.completed {
        display: none;
    }
    .woocommerce-cart-checkout-step span {
        line-height: 18px;
        font-size: 18px;
        height: 40px;
        width: 40px;
    }
    .woocommerce-cart-form-left {
        width: 100%;
    }
    .woocommerce-cart-form-right {
        padding-left: 0;
        width: 100%;
    }
    .woocommerce-cart-form-right .cart-checkout-next button.checkout-button.alt.wc-forward {
        padding: 15px 45px !important;
        line-height: 18px;
        font-size: 15px;
    }
    .booking-date-opening-hours {
        flex-direction: column;
        margin-bottom: 30px;
        gap: 20px;
    }
    .booking-cart-date {
        padding: 8px 15px;
        width: 100%;
    }
    .booking-cart-opening-hours p {
        line-height: 18px;
        font-size: 15px;
    }
    .booking-cart-opening-hours span {
        line-height: 18px;
        font-size: 15px;
    }
    .cart-booking-product span.product-name {
        line-height: 18px;
        font-size: 15px;
    }
    .cart-booking-product span.product-price {
        margin: 5px 0 10px;
    }
    .cart-booking-product span.product-price span.woocommerce-Price-amount.amount {
        line-height: 18px;
        font-size: 15px;
    }
    .cart-booking-product:not(:last-child) {
        margin-bottom: 20px;
    }
    .cart-booking-product input.product-checkbox {
        position: absolute;
        height: 18px;
        width: 18px;
        margin: 0;
        left: 0;
        top: 0;
    }
    .product-checkbox:checked:after {
        height: 12px;
        left: 4.5px;
        width: 6px;
        top: 1px;
    }
    .qty-control button {
        font-size: 15px;
        height: 20px;
        width: 20px;
        outline: 0;
    }
    .booking-total-preview p {
        line-height: 22px;
        font-size: 18px;
    }
    .booking-cart-opening-hours:before {
        line-height: 20px;
        font-size: 16px;
        left: 0;
        top: 0;
    }
    .booking-cart-opening-hours {
        flex-direction: column;
        padding-left: 25px;
        display: flex;
        width: 100%;
    }
    .woocommerce-cart footer#colophon:after, 
    .woocommerce-checkout footer#colophon:after {
        height: 400px;
        bottom: 620px;
    }


    /* To check from here */

    /* Checkout */
    form.woocommerce-checkout .checkout-step {
        flex-direction: column;
        gap: 40px;
    }
    .checkout-step-2-left {
        width: 100%;
    }
    .checkout-step-2-right {
        width: 100%;
    }
    .form-row.form-group {
        width: 100% !important;
    }
    .checkout-step-2-right input#billing_phone {
        width: 100%;
    }
    .checkout-step-2-right p#terms_conditions_field {
        margin-top: 20px;
    }
    .checkout-step-2-right .step-nav {
        margin-top: 30px;
        flex-direction: column;
        gap: 30px;
    }
    .woocommerce .checkout-step-2-right .input-checkbox {
        appearance: checkbox;
    }
    .checkout-step-3-left {
        width: 100%;
        padding: 25px;
    }
    .checkout-cart-item-wrapper {
        flex-direction: column;
        gap: 0;
    }
    .checkout-cart-item {
        gap: 15px;
    }
    .checkout-step-3-left-cart {
        margin: 30px 0 15px;
    }
    .checkout-step-3-left-contact p strong {
        width: 50%;
    }
    .checkout-step-3-left-contact p {
        justify-content: space-between;
        font-size: 14px;
    }
    .checkout-step-3-left-contact p span {
        text-align: right;
    }
    .item-name-quantity-wrapper span {
        font-size: 15px;
    }
    p.item-price-unit {
        font-size: 15px;
    }
    .checkout-cart-item span.item-price {
        font-size: 15px;
    }
    .checkout-cart-totals p {
        font-size: 16px;
    }
    .checkout-step-3-right {
        width: 100%;
        padding: 30px 20px;
    }
    .checkout-step-3-right .step-nav {
        flex-direction: column;
        gap: 15px;
        width: 75%;
        margin: 0 auto;
    }
    .checkout-step-3-right button.button {
        font-size: 15px;
    }


    /* Order Received */
    .order-received-wrapper {
        padding: 60px 25px 30px;
        margin-bottom: 50px;
    }
    .order-received-wrapper h2 {
        font-size: 20px;
    }
    .order-received-wrapper > p {
        max-width: 100%;
        font-size: 22px;
    }
    .order-received-contact-info {
        max-width: 100%;
    }
    .order-received-contact-info p {
        width: 100%;
        font-size: 15px;
        justify-content: space-between;
        text-align: right;
    }
    .order-received-contact-info p strong {
        width: 50%;
        text-align: left;
    }
    .digital-passes-wrapper {
        margin: 40px 0 20px;
        max-width: 100%;
    }
    .digital-passes-btn {
        margin-top: 10px;
    }
    .checkout-step-3-right {
        border-radius: 0 0 30px 30px;
    }


    /* About us */
    .about-us-banner-row .wpb_wrapper .page-banner-wrapper .banner-image-wrapper {
        height: 220px;
    }
    .about-us-banner-row .wpb_wrapper .page-banner-wrapper .banner-image-wrapper img {
        object-position: right;
    }
    .wpb_wrapper .page-banner-wrapper .banner-toptitle p {
        line-height: 18px;
        color: #00B4D5;
        font-size: 14px;
    }
    .about-us-banner-row .wpb_wrapper .page-banner-wrapper .banner-description p {
        line-height: 18px !important;
        font-size: 15px !important;
    }
    .mission-values-inner-row .text-content-wrapper {
        max-width: 100%;
    }
    .about-unique-inner-row .wpb_column.vc_column_container:last-child {
        padding-top: 40px;
        padding-left: 0;
    }
    .about-unique-inner-row .wpb_column.vc_column_container:last-child .gws-heading, 
    .about-unique-inner-row .wpb_column.vc_column_container:last-child .text-content-wrapper, 
    .about-unique-inner-row .wpb_column.vc_column_container:last-child .gws-button-wrapper {
        padding-left: 0;
    }
    .about-main-promoters-inner-row .wpb_column.vc_column_container:last-child {
        padding-left: 0;
    }
    .gws-image-item.about-fish-cutout {
        margin-bottom: 60px;
        position: relative;
        top: 0;
    }
    .gws-image-item.odysseo-unique-pattern {
        right: -35px;
        width: 35%;
        top: 75px;
    }
    .gws-image-item.odysseo-unique-pattern svg {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .vc_row.about-key-promoters-inner-row {
        padding: 0 20px;
    }
    .gws-col-key-promoters-images .image {
        height: 100px;
        width: 100px;
    }
    .gws-col-key-promoters-images .slick-slider ul button {
        background: #00B4D5;
        height: 5px;
        width: 5px;
    }
    .gws-col-key-promoters-images .slick-slider ul li {
        margin: 0 2px;
        height: 5px;
        width: 5px;
    }
    .gws-col-key-promoters-images .slick-slider ul.slick-dots {
        bottom: -12px;
        right: 5px;
    }


    /* Single Foundation */
    .single-foundation-wrapper {
        padding: 100px 0 60px;
    }
    .single-foundation-content-title h1 {
        line-height: 38px;
        font-size: 28px;
    }
    .single-foundation-content-subtitle {
        margin-bottom: 30px;
    }
    .single-foundation-content-second-title-title {
        margin: 30px 0;
    }
    .single-foundation-content-subtitle p {
        line-height: 21px;
        font-size: 17px;
    }
    .single-foundation-content-second-title-title p {
        line-height: 21px;
        font-size: 17px;
    }
    .single-foundation-content-image {
        height: 115px;
    }
    .vc_row.coral-get-involved-donate-inner-row {
        flex-direction: column;
    }
    .coral-get-involved-donate-inner-row .donate-coral-col {
        padding-top: 60px;
        padding-left: 0;
    }
    .gws-col-get-involved-icon-text-cols .gws-image-item.donate-icon-graphics {
        width: 25% !important;
    }
    .gws-content-wrapper.container-get-involved-icon-texts {
        padding: 0;
    }
    .donate-coral-col > .vc_column-inner > .wpb_wrapper .gws-content-wrapper.container-donation-icon-texts {
        padding: 20px;
    }
    .donate-coral-col > .vc_column-inner > .wpb_wrapper .gws-image-item {
        height: 350px;
    }
    .coral-get-partners-inner-row > .vc_column_container > .vc_column-inner > .wpb_wrapper {
        padding: 30px 20px;
    }
    .container-partners-logo .image-wrapper .image {
        height: 75px !important;
        width: 75px !important;
    }
    .coral-restauration-inner-row .image {
        height: 100px !important;
    }
    .container-col.partners-logo .slick-list {
        width: 100% !important;
    }
    .container-col.partners-logo.slick-slider ul button {
        background: #00B4D5;
        height: 5px;
        width: 5px;
    }
    .container-col.partners-logo.slick-slider ul li {
        margin: 0 2px;
        height: 5px;
        width: 5px;
    }
    .container-col.partners-logo.slick-slider ul.slick-dots {
        bottom: -15px;
        right: 5px;
    }
    .importance-blue-carbon-inner-row > .vc_column_container > .vc_column-inner > .wpb_wrapper > .text-content-wrapper:nth-child(3) {
        max-width: 100%;
    }
    .importance-blue-carbon-inner-row > .vc_column_container > .vc_column-inner > .wpb_wrapper > .text-content-wrapper {
        max-width: 100%;
    }
    .unique-marine-inner-row > .vc_column_container > .vc_column-inner > .wpb_wrapper > .text-content-wrapper {
        max-width: 100%;
    }
    .learn-more-brandon-row > .vc_column_container > .vc_column-inner > .wpb_wrapper {
        padding: 20px;
    }
    .gws-image-item.learn-more-brandon-graphics-left svg, 
    .gws-image-item.learn-more-brandon-graphics-right svg {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .gws-image-item.learn-more-brandon-graphics-left {
        width: 45%;
        left: 5px;
        top: 15px;
    }
    .gws-image-item.learn-more-brandon-graphics-right {
        bottom: 5px;
        right: 15px;
        width: 45%;
    }
    .innovative-coral-row .container-col.why-visit-odysseo-btns .icon-wrapper .icon-content-text p {
        line-height: 18px;
        font-size: 15px;
    }
    .innovative-coral-row .icon-content-title p {
        line-height: 20px;
        font-size: 16px;
    }


    /* Odysseo Foundation */
    .foundation-main-projects-row .slick-slider ul.slick-dots button {
        background: #00B4D5;
    }
    .foundation-item-title p {
        line-height: 22px;
        font-size: 18px;
    }
    .foundation-item-excerpt p {
        line-height: 18px;
        font-size: 15px;
    }
    .foundation-impact-inner-row .wpb_column.vc_column_container:last-child {
        padding-top: 40px;
        padding-left: 0;
    }
    .team-wrapper {
        flex-direction: column;
    }
    .team-left-wrapper {
        margin-bottom: 20px;
        width: 100%;
        padding: 0;
    }
    .team-right-wrapper {
        flex-direction: column;
        width: 100%;
    }
    .team-image-wrapper {
        width: 100%;
    }
    .team-content {
        padding: 20px;
        width: 100%;
    }
    .meet-our-team-inner-row .gws-heading {
        margin-bottom: 30px;
    }
    .team-title-wrapper h3 {
        line-height: 24px;
        font-size: 20px;
    }
    .team-position-wrapper p {
        line-height: 22px;
        font-size: 18px;
    }
    .team-text p {
        line-height: 18px;
        font-size: 15px;
    }
    .gws-image-item.meet-our-team-graphics svg {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .gws-image-item.meet-our-team-graphics {
        transform: rotate(-175deg) scaleX(1);
        right: -25px;
        left: auto;
        width: 45%;
        top: 10px;
    }
    .vc_row.protect-ocean-row .wpb_column.vc_column_container:first-child {
        padding-bottom: 40px;
        padding-right: 0;
    }
    .vc_row.protect-ocean-row .gws-button a {
        padding: 12px 30px;
    }
    .vc_row.protect-ocean-row {
        flex-direction: column;
    }
    .vc_row.protect-ocean-row .image {
        height: 200px;
    }


    /* Thank you */
    .thank-you-banner-inner-row .gws-image-item .image {
        height: 100vh;
    }
    .container-thank-you-text .gws-heading h1 {
        line-height: 50px !important;
        font-size: 40px !important;
        text-align: center;
    }
    .gws-content-wrapper.container-thank-you-text {
        max-width: 90%;
    }
    .container-thank-you-text .gws-heading-inner-wrapper {
        justify-content: center;
    }
    .container-thank-you-text .text-content-wrapper p {
        line-height: 24px !important;
        font-size: 20px !important;
        text-align: center;
    }
    .thank-you-banner-inner-row .gws-image-item .image img {
        object-position: left;
    }


    /* Search */
    .search-wrapper {
        padding: 100px 0 60px;
    }
    .search-wrapper .odysseo-widthcontainer {
        max-width: 90%;
    }
    .main-search-inner-wrapper {
        padding: 20px;
    }
    .main-search-title h3 {
        line-height: 22px;
        font-size: 18px;
    }
    .main-search-holder form input {
        line-height: 20px;
        font-size: 16px;
        padding: 10px;
    }
    .main-search-holder form input::placeholder {
        line-height: 20px;
        font-size: 16px;
    }
    .main-search-holder form button i {
        line-height: 20px;
        font-size: 20px;
    }
    .search-posts-wrapper article {
        padding: 20px;
    }
    .search-posts-wrapper .search-item-title p {
        line-height: 20px;
        font-size: 16px;
    }
    .search-posts-wrapper article .entry-summary {
        line-height: 18px;
        font-size: 15px;
    }
    .search-btn p {
        line-height: 18px;
        font-size: 14px;
    }
    .search-item {
        flex-direction: column;
        gap: 30px;
    }
    .search-left {
        width: 100%;
    }
    .search-item.search-has-image .search-right {
        width: 100%;
    }
    .search-item-image-wrapper {
        height: 150px;
    }


    /* Privacy Policy */
    .vc_row.privacy-policy-content-row {
        max-width: 100%;
    }
    .privacy-policy-title-row .gws-heading.font48px h1 {
        line-height: 28px !important;
        font-size: 24px !important;
    }


    /* Archive Upcoming Event */
    .archive-upcoming-event-wrapper {
        padding: 100px 0 60px;
    }
    .archive-upcoming-event-banner-title {
        margin-bottom: 60px;
    }
    .archive-upcoming-event-banner-title h1 {
        line-height: 38px;
        font-size: 28px;
    }
    .archive-upcoming-event-posts-items-wrapper {
        flex-direction: column;
        margin: 0;
        gap: 30px;
    }
    .upcoming-event-item {
        width: 100%;
    }
    .archive-upcoming-event-posts-wrapper .upcoming-event-item-inner {
        padding: 0;
    }
    .upcoming-event-item .upcoming-event-item-image {
        height: 200px;
    }
    .upcoming-event-item .upcoming-event-item-excerpt p {
        line-height: 18px;
        min-height: 100%;
        font-size: 15px;
    }
    .upcoming-event-item .upcoming-event-item-link p {
        line-height: 18px;
        font-size: 15px;
    }
    .upcoming-event-item .upcoming-event-item-link {
        margin-top: 20px;
    }
    .upcoming-event-item .upcoming-event-item-excerpt {
        margin-bottom: 20px;
    }


    /* Archive Blog */
    .archive-blog-wrapper {
        padding: 100px 0 60px;
    }
    .archive-blog-title h1 {
        line-height: 38px;
        font-size: 28px;
    }
    .archive-blog-subtitle p {
        line-height: 24px;
        font-size: 20px;
    }
    .archive-blog-banner-wrapper {
        margin-bottom: 60px;
    }
    .archive-blog-posts-wrapper .blog-item-inner {
        padding: 0;
    }
    .content-blog-item {
        width: 100%;
    }
    .archive-blog-posts-items-wrapper {
        margin: 0;
        gap: 30px;
    }
    .content-blog-item .blog-item-image {
        height: 215px;
    }
    .content-blog-item .blog-item-excerpt p {
        line-height: 18px;
        min-height: 100%;
        font-size: 15px;
    }
    .content-blog-item .blog-item-link {
        margin-top: 20px;
    }
    .content-blog-item .blog-item-author-and-icon {
        margin: 30px 0 20px;
    }
    .content-blog-item .blog-item-excerpt {
        margin-bottom: 30px;
    }
    .content-blog-item .blog-item-link p {
        line-height: 18px;
        font-size: 15px;
    }
    .content-blog-item .blog-item-author p {
        line-height: 18px;
        font-size: 15px;
    }
    .content-blog-item .blog-item-icon {
        height: 30px;
        width: 30px;
    }
    .content-blog-item .blog-item-title-category {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 5px;
    }
    .content-blog-item .blog-item-category p {
        border-radius: 25px;
        line-height: 16px;
        padding: 3px 10px;
        font-weight: 600;
        font-size: 12px;
    }
    .content-blog-item .blog-item-title h3 {
        line-height: 24px;
        font-size: 20px;
        -webkit-line-clamp: 2;
    }
    .content-blog-item .blog-item-icon img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .archive-blog-posts-first-wrapper {
        margin-bottom: 30px;
    }
    .archive-blog-posts-wrapper .archive-blog-posts-first-wrapper .blog-item-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 0;
    }
    .archive-blog-posts-first-wrapper .content-blog-item .blog-item-image-wrapper {
        margin-bottom: 15px;
        width: 100%;
    }
    .archive-blog-posts-first-wrapper .content-blog-item .blog-item-image {
        height: 215px;
    }
    .archive-blog-posts-first-wrapper .blog-item-details-wrapper {
        width: 100%;
    }
    .archive-blog-posts-first-wrapper .content-blog-item .blog-item-title-category {
        margin-bottom: 12px;
    }
    .archive-blog-posts-first-wrapper .content-blog-item .blog-item-excerpt {
        margin: 12px 0 30px;
    }
    .archive-blog-posts-first-wrapper .content-blog-item .blog-item-excerpt p {
        -webkit-line-clamp: 3;
    }
    .archive-blog-posts-first-wrapper .content-blog-item .blog-item-title h3 {
        line-height: 24px;
        font-size: 20px;
    }


    /* Single Blog */
    .single-blog-wrapper {
        padding: 100px 0 60px;
    }
    .single-blog-title-wrapper h1 {
        line-height: 24px;
        font-size: 20px;
    }
    .single-blog-title-wrapper {
        margin: 12px auto 30px;
        max-width: 100%;
    }
    .single-blog-category-wrapper p {
        border-radius: 25px;
        line-height: 16px;
        padding: 3px 10px;
        font-weight: 600;
        font-size: 12px;
    }
    .single-blog-category-wrapper {
        margin-bottom: 12px;
    }
    .single-blog-image-wrapper {
        margin: 30px auto;
        max-width: 100%;
    }
    .single-blog-image {
        height: 215px;
    }
    .single-blog-author-date-wrapper {
        align-items: flex-start;
        margin: 30px auto 60px;
        flex-direction: column;
        max-width: 100%;
        gap: 15px;
    }
    .single-blog-back-button-wrapper {
        top: 0;
    }
    .single-blog-icon {
        height: 30px;
        width: 30px;
    }
    .single-blog-icon img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .single-blog-author p {
        line-height: 18px;
        font-size: 15px;
    }
    .single-blog-date p {
        line-height: 18px;
        font-size: 15px;
    }
    .single-blog-text-content-inner-wrapper .gws-heading.font18px h2 {
        line-height: 20px !important;
        font-size: 18px !important;
    }
    .other-blogs-title-wrapper p {
        line-height: 18px;
        font-size: 28px;
    }
    .other-blogs-wrapper {
        padding-top: 60px;
    }
    .other-blogs-title-wrapper {
        margin-bottom: 30px;
    }
    .other-blogs-posts-wrapper {
        margin: 0;
    }
    .other-blogs-posts-wrapper .blog-item-inner {
        padding: 0;
    }
    .other-blogs-posts-wrapper.slick-slider ul button {
        background: #00B4D5;
    }


    /* Single Upcoming Event */
    .upcoming-event-banner-inner-row-wrapper {
        flex-direction: column;
    }
    .upcoming-event-banner-inner-row-wrapper .vc_column_container:first-child {
        padding-right: 0;
    }
    .single-upcoming-event-text-content-wrapper {
        padding-top: 50px;
    }
    .upcoming-event-banner-inner-row-wrapper .gws-heading {
        padding: 0;
    }
    .vc_row.upcoming-event-included-inner-row-wrapper {
        padding: 30px 20px;
    }
    .vc_row.upcoming-event-included-inner-row-wrapper .vc_column_container:first-child {
        padding-right: 0;
    }
    .vc_row.upcoming-event-included-inner-row-wrapper .vc_column_container:last-child {
        padding-left: 0;
    }
    .gws-image-item.upcoming-event-whats-included-graphics {
        display: none;
    }
    .upcoming-event-optional-inner-row-wrapper .vc_column_container:first-child {
        position: initial;
        padding-right: 0;
    }
    .gws-content-wrapper.container-upcoming-event-optional-box {
        padding: 30px 20px;
        position: absolute;
        z-index: 3;
        bottom: 0;
    }
    .upcoming-event-optional-inner-row-wrapper .vc_column_container:last-child {
        padding-left: 0;
    }
    .vc_row.upcoming-event-optional-inner-row-wrapper {
        position: relative;
    }
    .gws-content-wrapper.container-upcoming-event-optional-box .image {
        height: 150px;
        width: 150px;
    }


    /* Investor */
    .archive-investor-wrapper {
        padding: 100px 0 60px;
    }
    .archive-investor-inner-wrapper .tab-outer-title p {
        padding: 8px 20px;
        line-height: 18px;
        font-size: 15px;
    }
    .archive-investor-inner-wrapper .gws-outer-tab-top {
        flex-wrap: wrap;
    }
    .archive-investor-inner-wrapper .gws-accordion-title p {
        color: #00B4D5;
    }
    .archive-investor-inner-wrapper .gws-tab-main-wrapper .gws-accordion-card .gws-accordion-title:after {
        color: #00B4D5;
    }
    .archive-investor-inner-wrapper .gws-tab-main-wrapper .gws-accordion-card .gws-accordion-title {
        background: #00b4d526;
    }
    .archive-investor-inner-wrapper .gws-tab-main-wrapper .gws-accordion-description {
        box-shadow: 0 0 4px 0 #012d531a;
        border-radius: 30px;
        overflow: hidden;
        cursor: pointer;
        height: 200px;
        padding: 0;
    }
    .archive-investor-inner-wrapper .gws-tab-main-wrapper .gws-accordion-description a {
        display: block;
        height: 100%;
        width: 100%;
    }
    .archive-investor-inner-wrapper .gws-tab-main-wrapper .gws-accordion-description a img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .archive-investor-inner-wrapper .gws-accordion-item-wrapper {
        padding-top: 20px;
    }


    /* UAT */
    .explore-the-blue-inner-row .image {
        height: 300px;
    }
    .homepage-odysseo-foundation-logo .image {
        width: 130px;
    }
    .home-blogs-wrapper .blog-item-title p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .home-blogs-wrapper .home-blogs-left-wrapper .blog-item-image {
        height: 100%;
    }
    .gform-theme--foundation .gfield--type-captcha iframe {
        transform: scale(0.7);
        margin-left: -45px;
    }
    .banner-text-holder .banner-subtitle {
        max-width: 100%;
    }
    .banner-logo-top {
        width: 100px;
    }
    .corporate-event-content-inner-row .image-wrapper .image {
        height: 200px !important;
    }




}


/* Large Phones */
@media screen and (min-width: 350px) and (max-width: 767px) {

    html, body {
        overflow-x: initial;
    }
    div#smooth-content {
        overflow-x: hidden;
    }


}


/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    html, body {
        overflow-x: initial;
    }
    div#smooth-content {
        overflow-x: hidden;
    }


    /* Footer */
    .footer-content-inner {
        flex-direction: row;
    }
    .footer-menus-holder {
        width: 50%;
    }
    .footer-newsletter-form.down.fromLeft {
        width: 50%;
    }
        .footer-newsletter-wrapper {
        padding: 30px 38px 0;
    }


    /* Home */
    .banner-content-wrapper {
        max-width: 90%;
    }
    .banner-text-holder {
        max-width: 75%;
    }
    .banner-title h1 {
        line-height: 48px;
        font-size: 38px;
    }
    .banner-date-book-btn-wrapper {
        margin: 25px 0 0;
        max-width: 75%;
    }
    .home-banner-blogs-wrapper {
        max-width: 75%;
    }
    .banner-title {
        margin-bottom: 25px;
    }
    .banner-content-wrapper .header-social-links {
        bottom: 80px;
    }
    .banner-image-top-right-graphics {
        right: -200px;
        width: 65%;
    }
    .banner-image-top-right-graphics img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .banner-image-bottom-right-graphics {
        display: none;
    }
    .banner-image-top-left-graphics {
        left: -90px;
        width: 30%;
        top: 10px;
    }
    .banner-image-top-left-graphics svg {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .home-visit-event-learn-item-inner, 
    .home-visit-event-learn-item.visit-item .home-visit-event-learn-item-inner, 
    .home-visit-event-learn-item.event-item .home-visit-event-learn-item-inner {
        align-items: flex-start;
        padding: 20px;
        gap: 10px;
    }
    .home-visit-event-learn-item-details {
        width: 82%;
    }
    .home-visit-event-learn-item-icon {
        width: 18%;
    }
    .home-visit-event-learn-item-icon svg {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .home-visit-event-learn-item-title p {
        line-height: 22px;
        font-size: 18px;
    }
    .home-visit-event-learn-item-text p {
        line-height: 20px;
        font-size: 16px;
    }
    .home-visit-event-learn-item-text p br {
        display: none;
    }
    .home-visit-event-learn-item.learn-item {
        width: 35%;
    }
    .home-blogs-right-wrapper {
        display: none;
    }
    .home-blogs-left-wrapper {
        width: 100%;
    }
    .home-blogs-left-wrapper .blog-item a {
        padding: 0 15px;
    }
    .home-blogs-wrapper {
        margin: 0 -15px;
    }
    .home-blogs-left-wrapper .blog-item .blog-item-inner .blog-item-image-wrapper {
        height: 200px;
    }
    .home-blogs-wrapper .blog-item-excerpt p {
        min-height: 60px;
    }
    .home-blogs-wrapper .blog-item-title {
        min-height: 45px;
    }
    .gws-image-content-item.why-visit-odysseo-cols {
        max-width: 70%;
        margin: 0 auto;
        padding: 0;
    }
    .text-content-wrapper.center.why-visit-blue-text {
        margin: 0 auto;
        height: 100%;
        padding: 0;
        top: 0;
    }
    .text-content-wrapper.center.why-visit-blue-text .text-content-inner {
        padding: 0;
    }
    .vc_row.protecting-oceans-row > .vc_column_container > .vc_column-inner > .wpb_wrapper {
        padding-bottom: 405px;
    }
    .vc_row.protecting-oceans-image-row {
        top: 0;
    }
    .protecting-oceans-inner-row .wpb_wrapper .gws-heading.font12px h2 {
        line-height: 18px;
        font-size: 15px;
    }
    .experience-item-image {
        height: 210px;
    }
    .gws-image-item.odysseo-news-left-graphics-row svg {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .gws-image-item.odysseo-news-left-graphics-row {
        right: -180px;
        width: 50%;
    }
    .gws-image-item.odysseo-news-right-graphics-row svg {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .gws-image-item.odysseo-news-right-graphics-row {
        left: -175px;
        width: 50%;
    }
    .vc_row.groups-schools-events-inner-row .gws-image-content-item.odysseo-groups-schools-events-cols {
        max-width: 75%;
        margin: 0 auto;
    }
    .gws-image-item.groups-schools-events-graphics svg {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .gws-image-item.groups-schools-events-graphics {
        right: 25px;
        top: 486px;
        width: 50%;
    }
    .gws-image-item.groups-schools-events-octopus-graphic {
        padding-right: 0;
        margin: 0 auto;
        width: 400px;
        top: 460px;
        right: 0;
        left: 0;
    }
    .gws-image-item.why-visit-odysseo-graphics svg {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .gws-image-item.why-visit-odysseo-graphics {
        left: -115px;
        width: 45%;
    }
    .odysseo-groups-schools-events-cols .text-content-wrapper {
        max-width: 100%;
    }
    .odysseo-groups-schools-events-cols .image-content-details-wrapper {
        max-width: 85%;
        margin: 0 auto;
    }
    .gws-content-wrapper.container-groups-schools-events-btns {
        max-width: 100%;
    }
    .vc_row.explore-the-blue-inner-row > .vc_column_container:last-child {
        padding: 0 38px 0 0;
    }
    .gws-kpi-wrapper:nth-child(2) .kpi-title-text-wrapper .kpi-text-wrapper {
        max-width: 100%;
    }
    .vc_row.explore-the-blue-row:after {
        top: -135px;
    }


    /* Experiences */
    .archive-experience-banner-image-right-graphics-background {
        right: 40px;
        width: 30%;
    }
    .archive-experience-banner-image-right-background {
        right: 50px;
    }
    .archive-experience-banner-title-subtitle-desc-wrapper {
        padding-left: 40px;
        bottom: 50px;
        width: 60%;
        left: 0;
    }
    .archive-experience-banner-title h1 {
        line-height: 38px;
        font-size: 28px;
    }
    .archive-experience-banner-subtitle p {
        line-height: 22px;
        font-size: 18px;
    }
    .archive-experience-banner-subtitle {
        margin: 20px 0 25px;
        max-width: 85%;
    }
    .archive-experience-banner-wrapper {
        height: 500px;
    }
    .archive-experience-banner-image-left-graphics {
        bottom: 25px;
        left: -60px;
        width: 30%;
    }
    .archive-experience-banner-image-left-graphics svg {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .archive-experience-posts-desc p {
        line-height: 20px;
        font-size: 16px;
    }
    .archive-experience-posts-desc {
        max-width: 70%;
    }
    .archive-experience-posts-title h2 {
        line-height: 38px;
        font-size: 28px;
    }
    .archive-experience-posts-title {
        margin-bottom: 20px;
    }
    .archive-experience-posts-items-wrapper .experience-item-image {
        height: 135px;
    }
    .experience-item-excerpt {
        margin: 12px 0 15px;
    }
    .archive-experience-posts-items-wrapper .experience-item-inner {
        padding: 10px 8px;
    }
    .archive-experience-posts-items-wrapper {
        margin: -10px -8px;
    }
    .archive-experience-posts-bottom-right-graphics svg {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .archive-experience-posts-bottom-right-graphics {
        bottom: -5px;
        right: -75px;
        width: 35%;
    }
    .archive-experience-plan-your-visit-content-wrapper {
        padding: 25px;
    }
    .archive-experience-plan-your-visit-content-title-desc-wrapper {
        max-width: 90%;
    }


    /* School & Associations */
    .wpb_wrapper .gws-col-why-choose-icons-cols .gws-col.gap65 {
        gap: 25px;
    }
    .group-learn-row .container-col.why-visit-odysseo-btns .icon-wrapper .icon-content-text p {
        line-height: 18px;
        font-size: 15px;
    }
    .group-learn-inner-row .vc_column_container:last-child {
        padding-left: 20px;
    }
    .group-learn-inner-row .vc_column_container:first-child {
        padding-right: 0;
    }
    .school-plan-your-visit-inner-row .vc_column_container:last-child {
        padding-left: 20px;
    }
    .gws-image-item.group-learn-graphics svg {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .gws-image-item.group-learn-graphics {
        top: -100px;
        left: -65px;
        width: 45%;
    }
    .vc_row.useful-info-reservation-inner-row {
        flex-direction: column;
    }
    .useful-info-reservation-inner-row .vc_column_container:first-child {
        padding-bottom: 60px;
        padding-right: 0;
        margin: 0 auto;
        width: 80%;
    }
    .useful-info-reservation-inner-row .vc_column_container:last-child {
        margin: 0 auto;
        padding: 0;
        width: 80%;
    }
    .gws-col-why-choose-icons-cols .icon-wrapper .icon-content-title {
        min-height: 56px;
    }


    /* Plan your visit */
    .wpb_wrapper .plan-your-trip-banner-inner-row .page-banner-wrapper .banner-image-wrapper {
        height: 600px;
    }
    .vc_row.guided-tour-inner-row {
        flex-direction: column;
        display: flex;
    }
    .vc_row.guided-tour-inner-row > .vc_column_container {
        margin: 0 auto;
        width: 80%;
    }
    .guided-tour-row .gws-image-content-item, .self-guided-tour-row .gws-image-content-item {
        padding-bottom: 60px;
        padding-right: 0;
    }
    .vc_row.self-guided-tour-inner-row {
        flex-direction: column;
        display: flex;
        padding: 0;
    }
    .vc_row.self-guided-tour-inner-row > .vc_column_container {
        margin: 0 auto;
        width: 80%;
    }
    .vc_row.self-guided-tour-row {
        margin: 0 auto !important;
        padding-top: 40px;
        max-width: 90%;
    }
    .buy-your-tickets-wrapper {
        position: relative;
        top: 0;
    }
    .self-guided-tour-row .gws-image-content-item {
        padding-bottom: 80px;
    }
    .gws-image-item.photobooth-image {
        width: 60%;
        top: -100px;
    }
    .gws-column-wrapper.gws-col-accessible-family-cols {
        padding: 20px;
    }
    .gws-col-accessible-family-cols .gws-icon-item .icon-wrapper {
        gap: 15px;
    }
    .gws-col-accessible-family-cols .gws-icon-item .icon-wrapper .icon {
        width: 40px;
    }
    .vc_row.sustainability-food-inner-row {
        flex-direction: column;
        display: flex;
    }
    .vc_row.sustainability-food-inner-row > .vc_column_container {
        margin: 0 auto;
        width: 80%;
    }
    .vc_row.sustainability-food-inner-row > .vc_column_container:first-child {
        padding-bottom: 60px;
        padding-right: 0;
    }
    .vc_row.sustainability-food-inner-row > .vc_column_container:last-child {
        padding-left: 0;
    }
    .gws-column-wrapper.gws-col-how-to-get-title-cols {
        padding: 0 60px 25px;
    }
    .gws-column-wrapper.gws-col-how-to-get-icons-cols {
        padding: 25px 60px 0;
    }


    /* Single Experience */
    .single-experience-wrapper {
        padding-top: 100px;
    }
    .single-experience-banner-content-wrapper {
        align-items: flex-start;
        flex-direction: column;
    }
    .single-experience-content {
        width: 80%;
    }
    .single-experience-banner {
        min-height: initial;
        height: 275px;
        width: 100%;
    }
    .single-experience-content-title h1 {
        line-height: 42px;
        font-size: 38px;
    }
    .single-experience-content-title {
        margin-bottom: 25px;
    }
    .single-experience-content-description {
        margin-top: 25px;
    }
    .single-experience-image-box-content {
        padding: 20px;
    }
    .single-experience-image-box-content-title h2 {
        line-height: 30px;
        font-size: 26px;
    }
    .single-experience-image-box-banner img {
        min-height: 350px;
    }
    .single-experience-whats-included-what-you-need-to-know-wrapper {
        max-width: 100%;
        gap: 30px;
    }
    .single-experience-whats-included-wrapper {
        width: 50%;
    }
    .single-experience-what-you-need-to-know-wrapper {
        width: 50%;
    }
    .single-experience-details-inner-wrapper {
        padding: 20px;
    }
    .single-experience-details-content-title h2 {
        line-height: 30px;
        font-size: 26px;
    }
    .single-experience-why-you-love-it-booking-form-wrapper {
        flex-direction: column;
        max-width: 100%;
    }
    .single-experience-why-you-love-it-wrapper {
        margin: 0 auto;
        width: 80%;
    }
    .single-experience-details-wrapper {
        max-width: 100%;
    }
    .buy-your-tickets-wrapper.single-experience-buy-your-tickets-wrapper {
        margin: 0 auto;
        width: 80%;
    }
    .single-experience-why-you-love-it-inner-wrapper {
        padding: 25px;
    }
    .single-experience-why-you-love-it-content-title {
        margin-bottom: 50px;
    }
    .single-experience-why-you-love-it-content-title h2 {
        line-height: 30px;
        font-size: 26px;
    }
    .buy-your-tickets-title-wrapper h2 {
        line-height: 30px;
        font-size: 26px;
    }
    .single-experience-whats-included-bottom-conditions-wrapper {
        flex-direction: column;
        max-width: 100%;
        gap: 60px;
    }
    .single-experience-whats-included-bottom-wrapper {
        width: 80%;
    }
    .single-experience-conditions-wrapper {
        margin: 0 auto;
        width: 80%;
    }
    .single-experience-why-you-love-it-conditions-wrapper {
        width: 100%;
    }
    .single-experience-conditions-inner-wrapper {
        padding: 30px;
    }
    .single-experience-conditions-content-title {
        margin-bottom: 30px;
    }
    .single-experience-conditions-content-title h2 {
        line-height: 30px;
        font-size: 26px;
    }
    .single-experience-details-subtitle1 h3 {
        line-height: 26px;
        font-size: 22px;
    }
    .single-experience-details-subtitle2 h3 {
        line-height: 26px;
        font-size: 22px;
    }
    .single-experience-gallery-top-wrapper {
        gap: 10px;
    }
    .single-experience-gallery-image a {
        height: 150px;
    }
    .single-experience-details-schedule-inner-wrapper {
        column-count: 2;
        column-gap: 20px;
    }
    .single-experience-details-schedule-content-item {
        padding: 10px;
    }
    .single-experience-details-schedule-content-item:not(:last-child) {
        margin-bottom: 15px;
    }
    .single-experience-details-schedule-content-title-subtitle h2 {
        margin-bottom: 10px;
        line-height: 30px;
        font-size: 26px;
    }
    .single-experience-details-schedule-content-title-subtitle h3 {
        line-height: 24px;
        font-size: 20px;
    }
    .single-experience-details-schedule-content-title-subtitle {
        position: absolute;
        padding-bottom: 0;
        top: 0;
    }
    .single-experience-details-schedule-wrapper {
        margin-bottom: 60px;
        position: relative;
        padding-top: 90px;
    }


    /* Become a member */
    .odysseo-width90-container, 
    .odysseo-width90container > .vc_column_container {
        max-width: 100%;
    }
    .odysseo-width85-container, 
    .odysseo-width85container > .vc_column_container {
        max-width: 100%;
    }
    .odysseo-width95-container, 
    .odysseo-width95container > .vc_column_container {
        max-width: 100%;
    }
    .become-member-banner-inner-row .gws-heading {
        max-width: 80%;
        margin: 0 auto;
    }
    .become-member-banner-inner-row .text-content-wrapper {
        max-width: 60%;
        margin: 0 auto;
    }
    .become-member-banner-inner-row .image {
        height: 240px !important;
    }
    .vc_row.become-member-annual-pass-inner-row {
        flex-direction: column;
        display: flex;
    }
    .become-member-annual-pass-inner-row .wpb_column.vc_column_container:first-child {
        padding-right: 0;
        margin: 0 auto;
        width: 80%;
    }
    .become-member-annual-pass-inner-row .wpb_column.vc_column_container:last-child {
        margin: 0 auto;
        width: 80%;
    }
    .gws-image-item.annual-pass-graphics svg {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .gws-image-item.annual-pass-graphics {
        bottom: -10px;
        left: -75px;
        width: 40%;
    }
    .gws-content-wrapper.container-membership-box {
        padding: 150px 30px 50px;
    }
    .become-member-form-row .single-experience-booking-form .gform-footer.gform_footer.top_label {
        margin-top: 35px;
    }
    .become-member-form-row .single-experience-buy-your-tickets-wrapper .buy-your-tickets-form-wrapper {
        padding: 25px 30px 30px;
    }
    .become-member-form-row .buy-your-tickets-wrapper.single-experience-buy-your-tickets-wrapper {
        margin-right: auto;
        width: 80%;
    }
    .become-member-form-row .gws-image-item.annual-pass-graphics {
        width: 30%;
        top: 50px;
    }
    .become-member-form-row .gws-image-item.annual-pass-graphics svg {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }


    /* Donation */
    .donation-banner-inner-row .wpb_wrapper .gws-button a {
        border-radius: 100px;
        text-align: center;
        padding: 12px 30px;
    }
    .contribution-difference-image-row .image {
        height: 250px !important;
    }
    .vc_row.contribution-difference-details-inner-row {
        max-width: 100%;
    }
    .container-membership-benefits-icons .gws-icon-item .icon-wrapper {
        gap: 15px;
    }
    .container-membership-benefits-icons .gws-icon-item .icon {
        width: 8%;
    }
    .container-membership-benefits-icons .gws-icon-item .icon-content {
        width: 92%;
    }
    .vc_row.ready-to-dive-inner-row {
        padding: 30px;
    }
    .vc_row.ready-to-dive-inner-row.how-to-donate-inner-row {
        padding: 30px;
    }


    /* Volunteer */
    .vc_row.volunteer-details-inner-row {
        padding: 0;
    }
    .vc_row.volunteer-details-inner-row .wpb_column.vc_column_container:last-child {
        padding-left: 40px;
    }
    .wpb_wrapper .why-volunteer-inner-row .gws-col-why-volunteer-cols .gws-col.gap100 {
        gap: 30px;
    }
    .gws-col-why-volunteer-cols .text-content-wrapper .text-block-title {
        margin-bottom: 15px;
        max-width: 95%;
    }
    .gws-col-why-volunteer-cols .text-content-wrapper:not(:last-child):after {
        right: -15px;
    }
    .vc_row.ready-to-dive-inner-row .wpb_column.vc_column_container:last-child {
        padding-left: 40px;
    }


    /* Error 404 */
    .error-404-details-wrapper {
        max-width: 90%;
    }
    .error-404-main-title h1 {
        line-height: 48px;
        font-size: 38px;
    }
    .error-404-main-title {
        margin-bottom: 30px;
    }
    .error-404-content-title p {
        line-height: 28px;
        font-size: 24px;
    }




























    /* Cart */
    .woocommerce-cart-top-left {
        position: inherit;
        margin: 30px auto;
        width: 90%;
    }
    .header-container.odysseo-widthcontainer {
        display: flex;
        flex-direction: column-reverse;
    }
    .woocommerce-cart .landing-page-site .site-logo {
        padding-bottom: 0;
        justify-content: flex-start;
        width: 90%;
        margin: 0 auto;
    }
    .woocommerce-cart-top-text-wrapper h2 {
        font-size: 21px;
    }
    form#booking-cart-form, form.woocommerce-checkout {
        padding: 30px 15px;
        border-radius: 15px;
        margin-top: 25px;
        flex-direction: column;
    }
    .woocommerce-checkout .woocommerce-cart-top-left {
        margin: 0 auto;
    }
    .booking-cart-opening-hours:before {
        left: -10%;
    }
    .booking-date-opening-hours {
        gap: 40px;
    }
    .booking-cart-opening-hours {
        display: flex;
        flex-direction: column;
        width: 85% !important;
        margin: 0 0 0 40px;
    }
    .booking-cart-date {
        width: 65%;
        margin: 0 auto;
    }
    .cart-booking-product {
        flex-direction: row;
        align-items: center;
        position: relative;
        padding-left: 45px;
        margin: 20px 0px;
    }
    form#booking-cart-form, form.woocommerce-checkout {
        margin-bottom: 400px;
    }
    .woocommerce-cart .ui-datepicker {
        top: 45% !important;
    }
    .woocommerce-cart-form-left {
        width: 100%;
    }
    .woocommerce-cart-form-right {
        width: 100%;
    }
    .cart-booking-product input.product-checkbox {
        position: absolute;
        left: 10px;
        top: 12px;
    }
    .cart-booking-product span.product-price {
        margin: 0 30px;
    }
    .qty-control .qty-input {
        width: 50px;
        text-align: center;
    }
    .qty-control {
        width: 125px;
    }
    .booking-total-preview {
        margin: 50px auto 25px;
        text-align: center;
    }
    .cart-checkout-next {
        text-align: center;
    }
    .woocommerce-cart-odysseo-notice {
        padding: 30px 20px;
    }
    .woocommerce-cart section#primary .site-main, .woocommerce-checkout section#primary .site-main {
        padding-bottom: 5px;
    }
    .woocommerce-cart-checkout-step {
        display: none;
    }
    .woocommerce-cart-checkout-step.active {
        display: flex;
    }
    .woocommerce-cart-checkout-step:not(:last-child):after {
        display: none;
    }
    .woocommerce-cart-checkout-steps {
        justify-content: center;
    }
    .woocommerce-cart-checkout-step.active.completed {
        display: none;
    }
    .checkout-step-2-left {
        width: 100%;
    }
    .checkout-step-2-right {
        width: 100%;
    }

    /* To check from here */

    /* Checkout */
    form.woocommerce-checkout .checkout-step {
        flex-direction: column;
        gap: 40px;
    }
    .form-row.form-group {
        /* display: flex; */
        width: 100% !important;
    }
    .checkout-step-2-right input#billing_phone {
        width: 100%;
    }
    .checkout-step-2-right p#terms_conditions_field {
        margin-top: 20px;
    }
    .checkout-step-2-right .step-nav {
        margin-top: 30px;
        flex-direction: column;
        gap: 30px;
    }
    .woocommerce .checkout-step-2-right .input-checkbox {
        appearance: checkbox;
    }
    .checkout-step-3-left {
        width: 100%;
        padding: 25px;
    }
    .checkout-cart-item-wrapper {
        flex-direction: column;
        gap: 0;
    }
    .checkout-cart-item {
        gap: 15px;
    }
    .checkout-step-3-left-cart {
        margin: 30px 0 15px;
    }
    .checkout-step-3-left-contact p strong {
        width: 50%;
    }
    .checkout-step-3-left-contact p {
        justify-content: space-between;
        font-size: 16px;
    }
    .checkout-step-3-left-contact p span {
        text-align: right;
    }
    .item-name-quantity-wrapper span {
        font-size: 15px;
    }
    p.item-price-unit {
        font-size: 15px;
    }
    .checkout-cart-item span.item-price {
        font-size: 15px;
    }
    .checkout-cart-totals p {
        font-size: 16px;
    }
    .checkout-step-3-right {
        width: 100%;
        padding: 30px 20px;
    }
    .checkout-step-3-right .step-nav {
        flex-direction: column;
        gap: 15px;
        width: 40%;
        margin: 0 auto;
    }
    .checkout-step-3-right button.button {
        font-size: 15px;
    }


    /* Order Received */
    .order-received-wrapper {
        padding: 60px 25px 30px;
        margin-bottom: 400px;
    }
    .order-received-wrapper h2 {
        font-size: 20px;
    }
    .order-received-wrapper > p {
        max-width: 100%;
        font-size: 22px;
    }
    .order-received-contact-info {
        max-width: 100%;
    }
    .order-received-contact-info p {
        width: 100%;
        font-size: 15px;
        justify-content: space-between;
        text-align: right;
    }
    .order-received-contact-info p strong {
        width: 50%;
        text-align: left;
    }
    .digital-passes-wrapper {
        margin: 40px 0 20px;
        max-width: 100%;
    }
    .digital-passes-btn {
        margin-top: 10px;
    }
    .checkout-step-3-right {
        border-radius: 0 0 30px 30px;
    }
    .landing-page-site .site-logo {
        padding: 30px 0;
    }


    /* About us */
    .about-us-banner-row .wpb_wrapper .page-banner-wrapper .banner-image-wrapper {
        height: 450px;
    }
    .wpb_wrapper .gws-col-about-actions-cols .gws-col.gap15 {
        gap: 10px;
    }
    .gws-col-key-promoters-images .gws-col > div:nth-child(1) {
        width: 100% !important;
    }
    .gws-col-key-promoters-images .image {
        height: 150px;
        width: 150px;
    }
    .gws-col-key-promoters-images .slick-slider ul button {
        background: #00B4D5;
        height: 5px;
        width: 5px;
    }
    .gws-col-key-promoters-images .slick-slider ul li {
        margin: 0 2px;
        height: 5px;
        width: 5px;
    }
    .gws-col-key-promoters-images .slick-slider ul.slick-dots {
        bottom: -12px;
        right: 5px;
    }
    .gws-image-item.about-fish-cutout {
        width: 70%;
        top: 200px;
    }
    .gws-image-item.odysseo-unique-pattern svg {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .gws-image-item.odysseo-unique-pattern {
        right: 40px;
        top: 170px;
        width: 35%;
    }
    .about-main-promoters-inner-row .wpb_column.vc_column_container:last-child {
        padding-left: 75px;
    }


    /* Single Foundation */
    .single-foundation-wrapper {
        padding: 100px 0 60px;
    }
    .single-foundation-content-image {
        height: 250px;
    }
    .single-foundation-content-title h1 {
        line-height: 48px;
        font-size: 38px;
    }
    .single-foundation-content-subtitle {
        margin-bottom: 30px;
    }
    .single-foundation-content-second-title-title {
        margin: 30px 0;
    }
    .single-foundation-content-subtitle p {
        line-height: 24px;
        font-size: 20px;
    }
    .single-foundation-content-second-title-title p {
        line-height: 24px;
        font-size: 20px;
    }
    .wpb_wrapper .gws-col-get-involved-icon-text-cols .gws-col.gap40 {
        flex-direction: column;
        gap: 30px;
    }
    .wpb_wrapper .gws-col-get-involved-icon-text-cols .gws-col > div:nth-child(2) {
        width: 100%;
    }
    .gws-content-wrapper.container-get-involved-icon-texts {
        padding: 0;
    }
    .donate-coral-col > .vc_column-inner > .wpb_wrapper .gws-content-wrapper.container-donation-icon-texts {
        padding: 25px;
    }
    .coral-get-partners-inner-row > .vc_column_container > .vc_column-inner > .wpb_wrapper {
        padding: 30px;
    }
    .container-col.partners-logo .slick-list {
        width: 100% !important;
    }
    .coral-restauration-inner-row .image {
        height: 200px !important;
    }
    .container-col.partners-logo.slick-slider ul button {
        background: #00B4D5;
        height: 5px;
        width: 5px;
    }
    .container-col.partners-logo.slick-slider ul li {
        margin: 0 2px;
        height: 5px;
        width: 5px;
    }
    .container-col.partners-logo.slick-slider ul.slick-dots {
        bottom: -15px;
        right: 5px;
    }
    .container-partners-logo .image-wrapper .image {
        height: 100px !important;
        width: 100px !important;
    }
    .gws-image-item.learn-more-brandon-graphics-left svg, 
    .gws-image-item.learn-more-brandon-graphics-right svg {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .gws-image-item.learn-more-brandon-graphics-left {
        width: 25%;
        left: 5px;
        top: 15px;
    }
    .gws-image-item.learn-more-brandon-graphics-right {
        bottom: 5px;
        right: 15px;
        width: 25%;
    }
    .learn-more-brandon-row > .vc_column_container > .vc_column-inner > .wpb_wrapper {
        padding: 30px;
    }


    /* Odysseo Foundation */
    .foundation-main-projects-row .slick-slider ul.slick-dots button {
        background: #00B4D5;
    }
    .team-left-wrapper {
        padding: 0 0 20px 0;
    }
    .team-content {
        padding: 20px;
    }
    .team-title-wrapper h3 {
        line-height: 26px;
        font-size: 22px;
    }
    .team-position-wrapper p {
        line-height: 22px;
        font-size: 18px;
    }
    .team-wrapper {
        align-items: flex-start;
        flex-direction: column;
    }
    .meet-our-team-inner-row .gws-heading {
        margin-bottom: 30px;
    }
    .team-right-wrapper {
        width: 100%;
    }
    .vc_row.protect-ocean-row .wpb_column.vc_column_container:first-child {
        padding-right: 40px;
    }
    .vc_row.protect-ocean-row .gws-button a {
        padding: 12px 30px;
    }


    /* Thank you */
    .thank-you-banner-inner-row .gws-image-item .image {
        height: 100vh;
    }
    .container-thank-you-text .gws-heading h1 {
        line-height: 70px !important;
        font-size: 60px !important;
        text-align: center;
    }
    .gws-content-wrapper.container-thank-you-text {
        max-width: 90%;
    }
    .container-thank-you-text .gws-heading-inner-wrapper {
        justify-content: center;
    }
    .container-thank-you-text .text-content-wrapper p {
        line-height: 28px !important;
        font-size: 24px !important;
        text-align: center;
    }
    .container-thank-you-text .gws-button {
        justify-content: center;
    }


    /* Search */
    .search-wrapper {
        padding: 100px 0 60px;
    }
    .search-wrapper .odysseo-widthcontainer {
        max-width: 80%;
    }
    .search-posts-wrapper article {
        padding: 20px;
    }
    .search-item-image-wrapper {
        height: 200px;
    }
    .search-item {
        gap: 30px;
    }

    
    /* Archive Upcoming Event */
    .archive-upcoming-event-wrapper {
        padding: 125px 0 60px;
    }
    .archive-upcoming-event-banner-title {
        margin-bottom: 60px;
    }
    .archive-upcoming-event-banner-title h1 {
        line-height: 42px;
        font-size: 32px;
    }
    .archive-upcoming-event-posts-items-wrapper {
        justify-content: space-between;
        margin: 0;
        gap: 30px;
    }
    .upcoming-event-item {
        width: 47%;
    }
    .archive-upcoming-event-posts-wrapper .upcoming-event-item-inner {
        padding: 0;
    }
    .upcoming-event-item .upcoming-event-item-image {
        height: 230px;
    }
    .upcoming-event-item .upcoming-event-item-excerpt p {
        line-height: 18px;
        min-height: 100%;
        font-size: 15px;
    }
    .upcoming-event-item .upcoming-event-item-link p {
        line-height: 18px;
        font-size: 15px;
    }
    .upcoming-event-item .upcoming-event-item-link {
        margin-top: 20px;
    }
    .upcoming-event-item .upcoming-event-item-excerpt {
        margin-bottom: 20px;
    }


    /* Archive Blog */
    .archive-blog-wrapper {
        padding: 125px 0 60px;
    }
    .archive-blog-title h1 {
        line-height: 42px;
        font-size: 32px;
    }
    .archive-blog-subtitle p {
        line-height: 24px;
        font-size: 20px;
    }
    .archive-blog-banner-wrapper {
        margin-bottom: 60px;
    }
    .archive-blog-posts-wrapper .blog-item-inner {
        padding: 0;
    }
    .content-blog-item {
        width: 47%;
    }
    .archive-blog-posts-items-wrapper {
        justify-content: space-between;
        margin: 0;
        gap: 30px;
    }
    .content-blog-item .blog-item-image {
        height: 240px;
    }
    .content-blog-item .blog-item-excerpt p {
        line-height: 18px;
        min-height: 100%;
        font-size: 15px;
    }
    .content-blog-item .blog-item-link {
        margin-top: 20px;
    }
    .content-blog-item .blog-item-author-and-icon {
        margin: 30px 0 20px;
    }
    .content-blog-item .blog-item-excerpt {
        margin-bottom: 30px;
    }
    .content-blog-item .blog-item-link p {
        line-height: 18px;
        font-size: 15px;
    }
    .content-blog-item .blog-item-author p {
        line-height: 18px;
        font-size: 15px;
    }
    .content-blog-item .blog-item-icon {
        height: 30px;
        width: 30px;
    }
    .content-blog-item .blog-item-title-category {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 5px;
    }
    .content-blog-item .blog-item-category p {
        border-radius: 25px;
        line-height: 16px;
        padding: 3px 10px;
        font-weight: 600;
        font-size: 12px;
    }
    .content-blog-item .blog-item-title h3 {
        line-height: 24px;
        font-size: 20px;
        -webkit-line-clamp: 2;
    }
    .content-blog-item .blog-item-icon img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .archive-blog-posts-first-wrapper {
        margin: 0 auto 60px;
        max-width: 75%;
    }
    .archive-blog-posts-wrapper .archive-blog-posts-first-wrapper .blog-item-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 0;
    }
    .archive-blog-posts-first-wrapper .content-blog-item .blog-item-image-wrapper {
        margin-bottom: 15px;
        width: 100%;
    }
    .archive-blog-posts-first-wrapper .content-blog-item .blog-item-image {
        height: 215px;
    }
    .archive-blog-posts-first-wrapper .blog-item-details-wrapper {
        width: 100%;
    }
    .archive-blog-posts-first-wrapper .content-blog-item .blog-item-title-category {
        margin-bottom: 12px;
    }
    .archive-blog-posts-first-wrapper .content-blog-item .blog-item-excerpt {
        margin: 12px 0 30px;
    }
    .archive-blog-posts-first-wrapper .content-blog-item .blog-item-excerpt p {
        -webkit-line-clamp: 3;
    }
    .archive-blog-posts-first-wrapper .content-blog-item .blog-item-title h3 {
        line-height: 24px;
        font-size: 20px;
    }


    /* Single Blog */
    .single-blog-wrapper {
        padding: 100px 0 60px;
    }
    .single-blog-title-wrapper h1 {
        line-height: 34px;
        font-size: 24px;
    }
    .single-blog-title-wrapper {
        margin: 12px auto 30px;
    }
    .single-blog-category-wrapper p {
        border-radius: 25px;
        line-height: 16px;
        padding: 3px 10px;
        font-weight: 600;
        font-size: 12px;
    }
    .single-blog-category-wrapper {
        margin-bottom: 12px;
    }
    .single-blog-image-wrapper {
        margin: 30px auto;
    }
    .single-blog-image {
        height: 250px;
    }
    .single-blog-author-date-wrapper {
        align-items: flex-start;
        margin: 30px auto 60px;
        gap: 15px;
    }
    .single-blog-back-button-wrapper {
        top: 0;
    }
    .single-blog-icon {
        height: 30px;
        width: 30px;
    }
    .single-blog-icon img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .single-blog-author p {
        line-height: 18px;
        font-size: 15px;
    }
    .single-blog-date p {
        line-height: 18px;
        font-size: 15px;
    }
    .single-blog-text-content-inner-wrapper .gws-heading.font18px h2 {
        line-height: 20px !important;
        font-size: 18px !important;
    }
    .other-blogs-title-wrapper p {
        line-height: 18px;
        font-size: 28px;
    }
    .other-blogs-wrapper {
        padding-top: 60px;
    }
    .other-blogs-title-wrapper {
        margin-bottom: 30px;
    }
    .other-blogs-posts-wrapper {
        margin: 0 -15px;
    }
    .other-blogs-posts-wrapper .blog-item-inner {
        padding: 0 15px;
    }
    .other-blogs-posts-wrapper.slick-slider ul button {
        background: #00B4D5;
    }


    /* Single Upcoming Event */
    .vc_row.upcoming-event-included-inner-row-wrapper {
        padding: 30px;
    }
    .gws-content-wrapper.container-upcoming-event-optional-box {
        padding: 20px;
    }


    /* Investor */
    .archive-investor-wrapper {
        padding: 125px 0 60px;
    }
    .archive-investor-inner-wrapper .tab-outer-title p {
        padding: 8px 20px;
        line-height: 18px;
        font-size: 15px;
    }
    .archive-investor-inner-wrapper .gws-outer-tab-top {
        flex-wrap: wrap;
    }
    .archive-investor-inner-wrapper .gws-accordion-title p {
        color: #00B4D5;
    }
    .archive-investor-inner-wrapper .gws-tab-main-wrapper .gws-accordion-card .gws-accordion-title:after {
        color: #00B4D5;
    }
    .archive-investor-inner-wrapper .gws-tab-main-wrapper .gws-accordion-card .gws-accordion-title {
        background: #00b4d526;
    }
    .archive-investor-inner-wrapper .gws-tab-main-wrapper .gws-accordion-description {
        box-shadow: 0 0 4px 0 #012d531a;
        border-radius: 30px;
        overflow: hidden;
        max-width: 435px;
        cursor: pointer;
        margin: 0 auto;
        height: 300px;
        padding: 0;
    }
    .archive-investor-inner-wrapper .gws-tab-main-wrapper .gws-accordion-description a {
        display: block;
        height: 100%;
        width: 100%;
    }
    .archive-investor-inner-wrapper .gws-tab-main-wrapper .gws-accordion-description a img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .archive-investor-inner-wrapper .gws-accordion-item-wrapper {
        padding-top: 20px;
    }


    /* UAT */
    .home-banner-wrapper {
        height: 600px;
    }
    .protecting-oceans-inner-row .text-content-inner {
        max-width: 60%;
    }
    .homepage-odysseo-foundation-logo .image {
        width: 200px;
    }
    .banner-date-book-btn-wrapper {
        align-items: flex-start;
        flex-direction: column;
        max-width: 50%;
        gap: 15px;
    }
    .corporate-event-content-inner-row {
        flex-direction: column;
    }
    .container-type-of-event-icons .icon {
        width: 8%;
    }
    .container-type-of-event-icons .icon-content {
        width: 92%;
    }
    .banner-logo-top {
        width: 150px;
    }
    .foundation-banner-inner-row .page-banner-wrapper .banner-text-holder .banner-description {
        max-width: 75% !important;
    }
    .foundation-banner-inner-row .wpb_wrapper .page-banner-wrapper .banner-image-wrapper {
        height: 400px;
    }
    .corporate-event-content-inner-row .image-wrapper .image {
        height: 300px !important;
    }




}


/* Tablet Ipad Pro */
@media screen and (min-width: 1024px) and (max-width: 1025px) {



}


/* Tablet Ipad Pro Landsacpe */
@media screen and (min-width: 1024px) and (max-width: 1195px) and (orientation: landscape) {



}


/* Tablet Landscape */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    html, body {
        overflow-x: initial;
    }
    div#smooth-content {
        overflow-x: hidden;
    }

}


/* Mobile Landscape */
@media screen and (max-height: 500px) and (orientation: landscape) {
    

}


/* Small Laptops */
@media screen and (min-width: 1281px) and (max-width: 1450px) {
    

}


/* Extra Small Laptops */
@media screen and (min-width: 1200px) and (max-width: 1280px) {


}


/* Large Laptops */
@media screen and (min-width: 1449px) and (max-width: 1750px) {
    

}


/* Extra Large Laptops */
@media screen and (min-width: 1751px) {
    

}