/*
Theme Name: World of Adventures
Theme URI: https://wofa.games
Description: Divi Child Theme
Author: World of Adventures
Author URI: https://wofa.games
Template: Divi
Version: 1.0.0 
*/
@import url("../Divi/style.css");

/* Basics */

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
    background: #F5F5F5;
    border-radius: 8px;
    border: 1px solid #F5F5F5;
    width: 100%;
    padding: 10px;
    color: #000;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body .et_pb_button,
body .button,
body button {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    max-width: -moz-fit-content;
    padding: 1em 2em;
    cursor: pointer;
    white-space: nowrap;
}

body .et_pb_button:after,
body .et_pb_button:before {
    position: relative;
    font-weight: 600;
    line-height: 0em;
    content: "\24";
    font-size: 24px !important;
}

body .et_pb_button:hover,
body .et_pb_module .et_pb_button:hover {
    border: 1px solid;
    padding: 1em 0.9em 1em 1.3em;
}

body .et_pb_button:hover:after {
    margin-left: 5px;
}

body .et_pb_button.et_pb_bg_layout_dark {
    padding-right: 2.2em !important;
}

body .et_pb_button.et_pb_bg_layout_dark,
body .et_pb_button.et_pb_bg_layout_dark:hover {
    color: #000000 !important;
    background-color: transparent;
    border: 1px solid transparent;
    border-color: transparent !important;
    border-radius: 0px;
    padding: 1em 1em 1em 0;
}

body .et_pb_button.et_pb_bg_layout_dark:after {
    margin-left: 0;
    opacity: 1;
    color: #9ddcf9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    line-height: 1;
}

body .et_pb_button.et_pb_bg_layout_dark:hover:after {
    margin-left: 0;
    color: #FFCC05 !important;
    right: 0;
}

body .et_pb_button_module_wrapper {
    display: flex;
}

body .et_pb_button_module_wrapper.et_pb_button_alignment_tablet_right,
body .et_pb_button_module_wrapper.et_pb_button_alignment_right {
    justify-content: flex-end;
}

body .et_pb_button_module_wrapper.et_pb_button_alignment_tablet_left,
body .et_pb_button_module_wrapper.et_pb_button_alignment_left {
    justify-content: flex-start;
}

body .et_pb_button_module_wrapper.et_pb_button_alignment_tablet_center,
body .et_pb_button_module_wrapper.et_pb_button_alignment_center {
    justify-content: center;
}

body .et_pb_bg_layout_dark .et_pb_slide_description {
    text-shadow: none;
}

body #main-content .container:before {
    display: none;
}

body #page-container #left-area {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
}

body .et_pb_toggle.et_pb_text_align_left .et_pb_toggle_title,
body .et_pb_toggle.et_pb_text_align_left h5.et_pb_toggle_title,
body .et_pb_toggle .et_pb_toggle_title,
body .et_pb_toggle h5.et_pb_toggle_title {
    padding-right: 20px;
}

body .et_pb_toggle .et_pb_toggle_title:before {
    right: 20px;
    font-size: 24px;
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title::before {
    transform: rotate(180deg);
}

body #page-container .et_pb_toggle {
    background-color: #fff;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
}

body #page-container .et_pb_toggle .et_pb_toggle_title {
    background-color: #F1F5FF;
    border-radius: 20px 20px 20px 20px;
    padding-top: 25px !important;
    padding-right: 50px !important;
    padding-bottom: 25px !important;
    padding-left: 20px !important;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body #page-container .et_pb_toggle .et_pb_toggle_title:hover {
    background-color: #9ddcf9;
}

body #page-container .et_pb_toggle_content {
    top: -30px;
    margin-bottom: -30px;
    padding: 50px 20px 20px;
    background-color: #fff;
    border: 3px solid #F1F5FF;
    border-radius: 0 0 20px 20px;
    z-index: 1;
}

.et_pb_row {
    width: 90%;
}

.container {
    width: 90%;
}

body .et_pb_module:not(.et_pb_video_slider) .et_pb_slides .et_pb_slide {
    opacity: 1 !important;
    display: block !important;
    z-index: 1 !important;
}

body .et_pb_slides .et_pb_slide {}

body .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_slide_description {
    opacity: 0;
}

body .et_pb_slider .et_pb_slides .et_pb_slide.et-pb-active-slide .et_pb_slide_description {
    opacity: 1;
}

body .et_pb_slider .et_pb_slides .et_pb_slide.et-pb-active-slide {
    z-index: 2 !important;
}

body .et_pb_slides .et_pb_slide.et-pb-active-slide .et_pb_slide_description {
    animation-name: fadeIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#top-header .container {
    padding: 10px 0;
}

/* End of Basics */

/* Header */

#main-header {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#main-header.et-fixed-header {
    -webkit-box-shadow: 13px 4px 27px rgba(30, 67, 130, 0.12) !important;
    box-shadow: 13px 4px 27px rgba(30, 67, 130, 0.12) !important;
}

#logo {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#top-menu li.current-menu-ancestor>a,
#top-menu li.current-menu-item>a,
#top-menu li.current_page_item>a {
    font-weight: 700;
}

#main-header .wofa-menu-item-highlighted a,
#main-header.et-fixed-header .wofa-menu-item-highlighted a {
    color: #ffcc05 !important;
    font-weight: 700;
}

#main-header #et-top-navigation {
    font-weight: 400;
}

.pll-parent-menu-item a,
.pll-parent-menu-item .sub-menu a {
    text-transform: uppercase;
}

#main-header .nav li ul {
    width: auto;
    max-width: fit-content;
    max-width: -moz-fit-content;
    padding: 0;
}

#main-header #top-menu li li {
    padding: 0;
}

#main-header #top-menu li li a {
    width: auto;
}

/* End of Header */

/* Footer */

.wofa-footer-section .wofa-footer-top-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.wofa-footer-section .wofa-footer-top-row .et_pb_column {
    width: auto;
    margin-right: 0 !important;
}

.wofa-footer-section .wofa-footer-top-row .et_pb_column:nth-child(2) {
    flex: 1;
    justify-content: center;
}

.wofa-footer-section .wofa-footer-top-row .et_pb_column:nth-child(2),
.wofa-footer-section .wofa-footer-top-row .et_pb_column:last-child {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.wofa-footer-section .wofa-footer-top-row .et_pb_column:first-child,
.wofa-footer-section .wofa-footer-top-row .et_pb_column:last-child {
    width: 250px;
}

.wofa-footer-section .wofa-footer-top-row .et_pb_column:last-child {
    justify-content: space-between;
}

.wofa-footer-section .wofa-footer-top-row .et_pb_column .et_pb_text {
    margin-bottom: 0;
}

.wofa-footer-section .wofa-footer-top-row .et_pb_column .et_pb_blurb_content {
    display: flex;
    align-items: center;
}

.wofa-footer-section .wofa-footer-top-row .et_pb_column .et_pb_blurb_content .et_pb_main_blurb_image {
    padding-bottom: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
}

.wofa-footer-section .wofa-footer-top-row .et_pb_column .et_pb_module_header {
    padding-bottom: 0;
}

.wofa-footer-section .wofa-footer-top-row .et_pb_column .et_pb_social_media_follow .et_pb_social_icon {
    margin-bottom: 0;
}

.wofa-footer-section .wofa-footer-top-row .et_pb_column .et_pb_social_media_follow .et_pb_social_icon .icon {
    background: none !important;
}

.wofa-footer-section .wofa-footer-top-row .et_pb_column .et_pb_social_media_follow .et_pb_social_icon .icon::before {
    font-size: 20px;
}

.wofa-footer-section .wofa-footer-mid-row {
    display: flex;
    flex-wrap: wrap;
}

.wofa-footer-section .wofa-footer-mid-row .et_pb_column:last-child {
    max-width: 250px;
}

.wofa-footer-section .wofa-footer-mid-row .et_pb_column:nth-child(2) {
    flex: 1;
    width: auto;
}

.wofa-footer-section .wofa-footer-mid-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu,
.wofa-footer-section .wofa-footer-mid-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav {
    width: 100%;
}

.wofa-footer-section .wofa-footer-mid-row .et_pb_menu ul.nav {
    width: 100%;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-row-gap: 15px;
    grid-auto-flow: column;
    justify-content: space-between;
}

.wofa-footer-section .wofa-footer-bottom-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.wofa-footer-section .wofa-footer-bottom-row .et_pb_column {
    width: auto;
}

.wofa-footer-section .wofa-footer-bottom-row .et_pb_column:last-child {
    flex: 1;
}

.wofa-footer-section .wofa-footer-bottom-row .et_pb_text_inner {
    white-space: nowrap;
}

/* End of Footer */

/* Custom elements */

.wofa-home-hero-section .et_pb_row>.et_pb_column:first-child {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    width: 51%;
}

.wofa-home-hero-section .et_pb_row>.et_pb_column:last-child {
    width: 49%;
}

.wofa-steps-blurb .et_pb_main_blurb_image {
    margin-bottom: 0;
}

.wofa-steps-blurb .et_pb_module_header {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #FFCC05;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 20px !important;
    padding: 5px;
    margin-bottom: -10px;
    position: relative;
    z-index: 2;
}

.wofa-steps-blurb .et_pb_module_header small {
    font-size: 14px;
}

.wofa-steps-row {
    display: flex;
}

.wofa-steps-row::after {
    display: none;
}

.wofa-steps-row .et_pb_column {
    display: flex;
    flex-direction: column;
    padding: 15px 0;
}

.wofa-steps-row .et_pb_column:nth-child(2) {
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 30px;
    width: auto;
    flex: 1;
}

.wofa-steps-row .et_pb_column:nth-child(2) .wofa-steps-blurb {
    margin-left: 20px;
}

.wofa-steps-row .et_pb_column:last-child {
    justify-content: center;
    align-items: flex-end;
}

.wofa-steps-row .et_pb_column:first-child .wofa-steps-blurb .et_pb_blurb_container {
    margin-top: -50px;
}

.wofa-steps-row .et_pb_column:last-child .wofa-steps-blurb .et_pb_blurb_container {
    margin-top: -25px;
}

.wofa-steps-row .et_pb_column:nth-child(2) .wofa-steps-blurb .et_pb_module_header {
    margin-left: -20px;
}

.wofa-steps-blurb .et_pb_blurb_container {
    display: flex;
    flex-direction: column;
}

.wofa-steps-blurb.wofa-steps-blurb-w-img .et_pb_blurb_container {
    align-items: center;
}

.wofa-steps-blurb .et_pb_blurb_description {
    background-color: #EBF8FE;
    border-radius: 8px;
    padding: 12px 15px;
    line-height: 1.5;
    text-align: left !important;
    width: 85%;
    display: flex;
    max-width: fit-content;
    max-width: -moz-fit-content;
    font-size: 15px;
}

.wofa-price-table::after {
    display: none;
}

.wofa-price-table .et_pb_pricing_table_wrap {
    gap: 30px;
    align-items: stretch;
}

body .wofa-price-table .et_pb_pricing_table {
    position: relative;
    width: auto !important;
    flex: 1;
    padding: 40px;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 60px rgba(30, 67, 130, 0.09);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: visible;
}

.wofa-price-table .et_pb_pricing_table:hover {
    z-index: 3;
    box-shadow: 10px 5px 40px rgba(30, 67, 130, 0.13);
}

.wofa-price-table .et_pb_pricing_heading {
    padding-top: 0;
    padding-bottom: 30px;
}

.wofa-price-table .et_pb_featured_table .et_pb_pricing_heading .et_pb_best_value {
    position: absolute;
    top: -60px;
    left: 0;
    background-image: url(/wp-content/uploads/2023/02/wofa-price-featured-badge.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 16px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 16px;
}

.wofa-price-table .et_pb_pricing_title {
    display: flex;
    align-items: center;
    min-height: 70px;
    padding-bottom: 0;
}

.wofa-price-table .et_pb_pricing_title span {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    border-radius: 10px;
    background-color: #1E4382;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-right: 10px;
}

.wofa-price-table .et_pb_pricing_title span img {
    display: flex;
}

.wofa-price-table .et_pb_pricing_content_top {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
}

.wofa-price-table .et_pb_pricing_content_top .et_pb_et_price * {
    font-weight: 400;
}

.wofa-price-table .et_pb_pricing_table.et_pb_featured_table .et_pb_pricing_content_top .et_pb_et_price .et_pb_sum {
    font-weight: 700;
}

.wofa-price-table .et_pb_pricing_content {
    padding: 0 0 30px;
    flex: 1;
}

.wofa-price-table .et_pb_pricing_content .et_pb_pricing li {
    padding-bottom: 10px;
}

.wofa-price-table .et_pb_button_wrapper {
    padding: 0;
}

body #page-container .wofa-app-cta-row {
    padding: 40px !important;
    display: flex;
    align-items: center;
    gap: 25px;
}

body #page-container .wofa-app-cta-row::after {
    display: none;
}

body #page-container .wofa-app-cta-row .et_pb_column:first-child {
    flex: 1;
}

body #page-container .wofa-app-cta-row .et_pb_column {
    width: auto;
}

body #page-container .wofa-app-cta-row .et_pb_image {
    margin-bottom: 0 !important;
    max-width: 150px;
}

.wofa-app-cta-row .et_pb_blurb .et_pb_blurb_content {
    display: flex;
    align-items: center;
}

.wofa-app-cta-row .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
    padding-bottom: 0;
    margin-bottom: 0;
    width: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wofa-app-cta-row .et_pb_blurb .et_pb_module_header {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    padding-bottom: 8px;
}

.wofa-app-cta-row .et_pb_blurb .et_pb_blurb_container {
    padding-bottom: 0;
    margin-bottom: -5px;
    display: flex;
    flex-direction: column;
}

.wofa-app-cta-row .et_pb_blurb .et_pb_blurb_description {
    line-height: 1.4;
}

.wofa-adventure-section>.et_pb_row {
    display: flex;
}

.wofa-adventure-section>.et_pb_row::after {
    display: none;
}

.wofa-adventure-section>.et_pb_row>.et_pb_column:first-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 35%;
    margin-right: 5%;
    float: none;
    padding-bottom: 90px;
}

.wofa-adventure-section>.et_pb_row>.et_pb_column:last-child {
    width: auto;
    flex: 1;
}

.wofa-adventure-section>.et_pb_row>.et_pb_column:first-child>.et_pb_image:not(:first-child) {
    margin: 10px;
    display: flex;
    align-items: center;
}

.wofa-adventure-section>.et_pb_row>.et_pb_column:first-child>.et_pb_image:first-child {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.wofa-adventure-section>.et_pb_row>.et_pb_column:first-child>.et_pb_image:first-child>.et_pb_image_wrap {
    max-width: 280px;
    display: flex;
}

.wofa-adventure-section>.et_pb_row .wofa-adventures-blurbs>.et_pb_column {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-row-gap: 60px;
    grid-auto-flow: column;
    justify-content: space-between;
}

.wofa-adventure-section>.et_pb_row .wofa-adventures-blurb {
    margin: 0 !important;
}

.wofa-adventure-section>.et_pb_row .et_pb_blurb.wofa-adventures-blurb .et_pb_blurb_content {
    display: flex;
}

.wofa-adventure-section>.et_pb_row .et_pb_blurb.wofa-adventures-blurb .et_pb_blurb_content .et_pb_main_blurb_image {
    padding-bottom: 0;
    margin-bottom: 0;
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wofa-adventure-section>.et_pb_row .et_pb_blurb.wofa-adventures-blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
    padding: 10px;
}

.wofa-adventure-section>.et_pb_row .et_pb_blurb.wofa-adventures-blurb .et_pb_module_header {
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: 8px;
}

.wofa-adventure-section>.et_pb_row .et_pb_blurb.wofa-adventures-blurb .et_pb_blurb_container {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
}

.wofa-adventure-section>.et_pb_row .et_pb_blurb.wofa-adventures-blurb .et_pb_blurb_description {
    line-height: 1.4;
    font-size: 14px;
}

.wofa-adventures-buttons::after {
    display: none;
}

.wofa-adventures-buttons>.et_pb_column {
    display: flex;
    align-items: center;
}

.wofa-adventures-buttons>.et_pb_column .et_pb_button_module_wrapper {
    margin-bottom: 0 !important;
}

.wofa-adventures-buttons>.et_pb_column .et_pb_button_module_wrapper:first-child {
    margin-right: 10px;
}

.wofa-logo-carousel .slick-slider {
    max-width: 90%;
    margin: 0 auto;
}

.wofa-logo-carousel .dtq-carousel .slick-arrow.slick-prev {
    left: -5%;
}

.wofa-logo-carousel .dtq-carousel .slick-arrow.slick-next {
    right: -5%;
}

.wofa-logo-carousel .dtq-image-carousel-item {
    padding-left: 20px;
    padding-right: 20px;
}

.wofa-logo-carousel .dtq-figure {
    background-color: #FFFFFF;
    box-shadow: 0px 16px 30px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 27px;
}

.wofa-logo-carousel .dtq-image-carousel-item .dtq-image-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: #505050;
}

.wofa-logo-carousel .dtq-image-carousel-item figure img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center;
}

.wofa-testimonials-row .et_pb_column:last-child .et_pb_text:first-child {
    padding: 40px 0 0 40px;
}

.wofa-testimonials-slider {
    margin-bottom: 20px !important;
    overflow: visible !important;
}

.wofa-testimonials-slider .et_pb_slides .et_pb_slide {
    border-radius: 20px;
    padding: 0;
    position: relative;
    opacity: 1 !important;
    display: block !important;
}

.wofa-testimonials-slider .et_pb_slides .et_pb_slide::before,
.wofa-testimonials-slider .et_pb_slides .et_pb_slide::after {
    content: "";
    background-image: url(/wp-content/uploads/2023/02/wofa-quote-icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 39px;
    height: 30px;
}

.wofa-testimonials-slider .et_pb_slides .et_pb_slide::before {
    top: 30px;
    left: 30px;
}

.wofa-testimonials-slider .et_pb_slides .et_pb_slide::after {
    bottom: 60px;
    right: 30px;
}

.wofa-testimonials-row .wofa-testimonials-slider {
    margin-left: -120px;
}

.wofa-testimonials-slider .et_pb_slide_description {
    padding: 90px 60px 40px !important;
    display: flex;
    flex-direction: column;
}

.wofa-testimonials-slider .et_pb_slide_description .et_pb_slide_content {
    order: 1;
    line-height: 1.7;
}

.wofa-testimonials-slider .et_pb_slide_description .et_pb_slide_title {
    order: 2;
    padding-top: 50px;
    padding-bottom: 0;
}

body .wofa-video-slider .et_pb_slider {
    overflow: visible;
}

body .wofa-video-slider .et-pb-controllers {
    display: none;
}

.wofa-video-slider .et-pb-slider-arrows,
.wofa-testimonials-row .wofa-testimonials-slider .et-pb-slider-arrows {
    position: absolute;
    display: flex;
    align-items: center;
}

.wofa-testimonials-row .wofa-testimonials-slider .et-pb-slider-arrows {
    bottom: -60px;
    left: 160px;
}

.wofa-video-slider .et-pb-slider-arrows {
    bottom: -60px;
    right: 0;
}

.wofa-video-slider .et-pb-slider-arrows::after,
.wofa-testimonials-row .wofa-testimonials-slider .et-pb-slider-arrows::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #000;
}

.wofa-video-slider .et-pb-slider-arrows>a,
.wofa-testimonials-row .wofa-testimonials-slider .et-pb-slider-arrows>a {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    margin: 0 0 -3px;
    opacity: 1;
    visibility: visible;
    font-size: 30px;
}

.wofa-video-slider .et-pb-slider-arrows>a.et-pb-arrow-prev,
.wofa-testimonials-row .wofa-testimonials-slider .et-pb-slider-arrows>a.et-pb-arrow-prev {
    margin-right: 20px;
    left: 0;
}

.wofa-video-slider .et-pb-slider-arrows>a.et-pb-arrow-next,
.wofa-testimonials-row .wofa-testimonials-slider .et-pb-slider-arrows>a.et-pb-arrow-next {
    margin-left: 20px;
    left: 0;
}

.wofa-video-slider .et-pb-slider-arrows>a.et-pb-arrow-prev::before,
.wofa-testimonials-row .wofa-testimonials-slider .et-pb-slider-arrows>a.et-pb-arrow-prev::before {
    content: "\23";
    color: #000;
}

.wofa-video-slider .et-pb-slider-arrows>a.et-pb-arrow-next::before,
.wofa-testimonials-row .wofa-testimonials-slider .et-pb-slider-arrows>a.et-pb-arrow-next::before {
    content: "\24";
    color: #000;
}

.wofa-testimonials-row .et_pb_column:last-child .et_pb_button_module_wrapper {
    padding-right: 30px;
    padding-bottom: 30px;
}

.wofa-testimonials-row .et_pb_column:first-child .et_pb_image {
    height: 100%;
}

.wofa-testimonials-row .et_pb_column:first-child .et_pb_image .et_pb_image_wrap {
    height: 100%;
}

.wofa-testimonials-row .et_pb_column:first-child .et_pb_image .et_pb_image_wrap img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.wofa-newsletter {
    position: relative;
}

.wofa-newsletter .et_pb_newsletter_form {
    padding-bottom: 0 !important;
}

.wofa-newsletter .et_pb_newsletter_button_wrap {
    display: flex;
    justify-content: flex-end;
    pointer-events: none;
}

.wofa-newsletter .et_pb_newsletter_button_wrap .et_pb_newsletter_button {
    pointer-events: all;
}

.wofa-newsletter .et_pb_newsletter_description {
    position: absolute;
    bottom: 10px;
    left: 0;
    max-width: fit-content;
    max-width: -moz-fit-content;
    z-index: 2;
}

.wofa-email-accept {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.wofa-email-accept input {
    font-size: 0;
    color: transparent;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 0;
    position: absolute;
    background: none;
    -webkit-appearance: none;
    appearance: none;
}

.wofa-email-accept .wofa-email-accept-checkbox {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F5F5;
    border-radius: 4px;
    margin-right: 10px;
}

.wofa-email-accept .wofa-email-accept-checkbox::before {
    content: "\4e";
    font-family: ETmodules !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
    transform: rotate(3deg);
    font-size: 16px;
    color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wofa-email-accept input:checked~.wofa-email-accept-checkbox::before {
    opacity: 1;
    visibility: visible;
}

.wofa-email-accept span {
    font-size: 14px;
}

.wofa-email-accept span a {
    text-decoration: underline;
    color: #000;
}

.leaflet-map .leaflet-pane.leaflet-popup-pane {
    display: none;
}

.wofa-ticket-type-row {
    align-items: center;
}

.wofa-ticket-type-row::after {
    display: none;
}

.wofa-ticket-type-row .et_pb_column {
    position: relative;
}

.wofa-ticket-type-row.wofa-ticket-type-row-left .et_pb_column:first-child {
    margin-left: 8%;
    margin-right: -8%;
    padding-right: 60px !important;
    z-index: 3;
}

.wofa-ticket-type-row.wofa-ticket-type-row-right .et_pb_column:last-child {
    z-index: 3;
}

.wofa-adventures {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.wofa-adventures-items-wrapper {
    display: flex;
    flex-direction: column;
    flex: 3;
}

.wofa-adventures-filters {
    flex: 1;
}

.wofa-adventures-filters-inner {
    width: 100%;
    height: 100%;
}

.wofa-adventures-filter-row {
    margin-bottom: 10px;
}

.wofa-adventures-filter-group {
    background-color: #F1F5FF;
    border-radius: 30px;
    padding: 20px;
    margin-bottom: 10px;
}

.wofa-adventures-filter-group input.text,
.wofa-adventures-filter-group input.title,
.wofa-adventures-filter-group input[type=email],
.wofa-adventures-filter-group input[type=password],
.wofa-adventures-filter-group input[type=tel],
.wofa-adventures-filter-group input[type=text],
.wofa-adventures-filter-group select,
.wofa-adventures-filter-group textarea,
.wofa-blog-filter-group input.text,
.wofa-blog-filter-group input.title,
.wofa-blog-filter-group input[type=email],
.wofa-blog-filter-group input[type=password],
.wofa-blog-filter-group input[type=tel],
.wofa-blog-filter-group input[type=text],
.wofa-blog-filter-group select,
.wofa-blog-filter-group textarea {
    background: #fff;
}

.wofa-adventures-filter-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.wofa-pagination {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.wofa-pagination>*:first-child,
.wofa-pagination>*:last-child {
    flex: 1;
    display: flex;
    align-items: center;
}

.wofa-pagination>*:first-child {
    justify-content: flex-start;
}

.wofa-pagination>*:last-child {
    justify-content: flex-end;
}

.wofa-pagination>*:not(.prev):not(.next) {
    padding: 5px;
    font-weight: 600;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 400;
}

.wofa-pagination>a:not(.prev):not(.next) {
    font-weight: 700;
}

.wofa-pagination>a:hover:not(.prev):not(.next) {
    background-color: #FFCC05;
}

.wofa-pagination>span.current {
    background-color: transparent !important;
}

.wofa-pagination>a {
    position: relative;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.wofa-pagination .page-numbers {
    line-height: 1;
}

.wofa-pagination .page-numbers.prev,
.wofa-pagination .page-numbers.next {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    display: flex;
    align-items: center;
}

.wofa-pagination .page-numbers.prev::before,
.wofa-pagination .page-numbers.next::after {
    position: relative;
    color: #000000;
    font-family: ETmodules;
    font-weight: 400;
    font-size: 24px;
    font-style: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
    margin-bottom: -2px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.wofa-pagination .page-numbers.prev::before {
    content: "\23";
    padding-right: 5px;
}

.wofa-pagination a.page-numbers.prev:hover::before {
    color: #FFCC05;
}

.wofa-pagination .page-numbers.next::after {
    content: "\24";
    padding-left: 5px;
}

.wofa-pagination a.page-numbers.next:hover::after {
    color: #FFCC05;
}

.wofa-pagination span.page-numbers.prev,
.wofa-pagination span.page-numbers.next {
    opacity: 0.5;
}

.wofa-adventures-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}

.wofa-adventures-items.wofa-adventures-items-related {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 0;
}

.wofa-blog-single-cta,
.wofa-adventure-single-cta,
.wofa-adventures-item {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: none;
    transform: translateY(0px);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.wofa-adventures-items.wofa-adventures-items-related .wofa-adventures-item {
    box-shadow: 0px 0px 60px rgba(30, 67, 130, 0.08);
}

.wofa-adventures-items.wofa-adventures-items-related .wofa-adventures-item:not(.wofa-adventures-item-cta):hover,
.wofa-adventures-item:not(.wofa-adventures-item-cta):hover {
    box-shadow: 5px 15px 30px rgba(30, 67, 130, 0.12);
    transform: translateY(-5px);
}

.wofa-blog-single-cta,
.wofa-adventure-single-cta,
.wofa-adventures-item.wofa-adventures-item-cta {
    background-color: #FFCC05;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wofa-adventures-item.wofa-adventures-item-cta {
    order: 3;
}

.wofa-blog-single-cta-img,
.wofa-adventure-single-cta-img,
.wofa-adventures-item-cta-img {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wofa-blog-single-cta-img img,
.wofa-adventure-single-cta-img img,
.wofa-adventures-item-cta-img img {
    width: 70%;
    max-width: 150px;
}

.wofa-blog-single-cta-text,
.wofa-adventure-single-cta-text,
.wofa-adventures-item-cta-text {
    padding: 10px 0 30px;
    flex: 1;
    font-size: 18px;
    line-height: 1.4;
}

.wofa-blog-single-cta-text strong,
.wofa-adventure-single-cta-text strong,
.wofa-adventures-item-cta-text strong {
    display: flex;
    padding-bottom: 10px;
}

.wofa-blog-single-cta-buttons,
.wofa-adventure-single-cta-buttons,
.wofa-adventures-item-cta-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.wofa-blog-single-cta-button,
.wofa-adventure-single-cta-button,
.wofa-adventures-item-cta-button {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.wofa-blog-single-cta-button:hover,
.wofa-adventure-single-cta-button:hover,
.wofa-adventures-item-cta-button:hover {
    filter: saturate(0%) invert(100%);
    backface-visibility: hidden;
}

.wofa-adventures-item>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.wofa-adventures-item-img {
    min-height: 170px;
    max-height: 170px;
    overflow: hidden;
}

.wofa-adventures-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    display: flex;
}

.wofa-adventures-item-title {
    background-color: #F1F5FF;
    display: flex;
    align-items: center;
    padding: 15px;
}

.wofa-adventures-item-title-icon {
    min-width: 42px;
    min-height: 42px;
    width: 42px;
    height: 42px;
    background-color: #F1F5FF;
    border: 2px solid #fff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    padding: 6px;
}

.wofa-adventures-item-title-icon img {
    max-height: 100%;
}

.wofa-adventure-single-bottom-left-icon.wofa-adventure-single-bottom-left-icon-foot,
.wofa-adventures-item-title-icon.wofa-adventures-item-title-icon-foot {
    background-color: #3BD189;
}

.wofa-adventure-single-bottom-left-icon.wofa-adventure-single-bottom-left-icon-bike,
.wofa-adventures-item-title-icon.wofa-adventures-item-title-icon-bike {
    background-color: #FFCC05;
}

.wofa-adventure-single-bottom-left-icon.wofa-adventure-single-bottom-left-icon-boat,
.wofa-adventures-item-title-icon.wofa-adventures-item-title-icon-boat {
    background-color: #6D82EE;
}

.wofa-adventures-item-title-text {
    display: flex;
    flex-direction: column;
}

.wofa-adventures-item-title-text-name {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 7px;
    line-height: 1.2;
}

.wofa-adventures-item-title-text-location {
    display: flex;
    align-items: center;
}

.wofa-adventures-item-title-text-location img {
    margin-right: 8px;
    max-height: 18px;
}

.wofa-adventures-item-title-text-location span {
    font-size: 13px;
    line-height: 1.2;
}

.wofa-adventures-item-meta {
    flex: 1 0 auto;
    padding: 15px;
    background-color: #fff;
    border: 2px solid #F1F5FF;
    border-radius: 0 0 30px 30px;
    position: relative;
    z-index: 2;
    pointer-events: none;
}

.wofa-adventures-item-meta-top {
    padding-bottom: 15px;
    border-bottom: 1px solid #1E4382;
    margin-bottom: 15px;
}

.wofa-adventure-single-bottom-right-items,
.wofa-adventures-item-meta-top-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.wofa-adventures-item-meta-top-items {
    gap: 10px;
}

.wofa-adventure-single-bottom-right-item,
.wofa-adventures-item-meta-top-item {
    display: flex;
    align-items: center;
}

.wofa-adventure-single-bottom-right-item-icon,
.wofa-adventures-item-meta-top-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wofa-adventures-item-meta-top-item-icon {
    margin-right: 8px;
}

.wofa-adventures-item-meta-top-item-icon img {
    max-width: 20px;
    max-height: 20px;
}

.wofa-adventures-item-meta-top-item-text {
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
}

.wofa-adventures-item-meta-bottom-tags {
    gap: 5px;
}

.wofa-adventures-item-meta-bottom-tags,
.wofa-adventure-single-bottom-left-text-tags {
    display: flex;
    flex-wrap: wrap;
}

.wofa-adventures-item-meta-bottom-tags a {
    pointer-events: all;
    border-radius: 30px;
    padding: 7px 12px;
    font-size: 13px;
}

.wofa-adventures-item-meta-bottom-tags a,
.wofa-adventure-single-bottom-left-text-tags a {
    background-color: #F1F5FF;
    color: #000;
    line-height: 1;
    text-decoration: none;
    max-width: fit-content;
    max-width: -moz-fit-content;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wofa-adventure-single-bottom-left-text-tags a:hover,
.wofa-adventures-item-meta-bottom-tags a:hover {
    background-color: #9ddcf9;
}

.wofa-adventure-single-inner {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 20px;
}

.wofa-adventure-single-img {
    border-radius: 30px;
    max-height: 550px;
    overflow: hidden;
    margin-bottom: 30px;
}

.wofa-adventure-single-img img {
    border-radius: 30px;
    width: 100%;
    height: 100%;
    max-height: 550px;
    object-fit: cover;
    object-position: center;
    display: flex;
}

.wofa-adventure-single-bottom {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 50px;
}

.wofa-adventure-single-bottom-left {
    display: flex;
    align-items: center;
}

.wofa-adventure-single-bottom-left-icon {
    margin-right: 15px;
    min-width: 60px;
    min-height: 60px;
    width: 60px;
    height: 60px;
    background-color: #F1F5FF;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.wofa-adventure-single-bottom-left-icon img {
    max-height: 100%;
}

.wofa-adventure-single-bottom-left-text {
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.wofa-adventure-single-bottom-left-text-location {
    display: flex;
    align-items: center;
}

.wofa-adventure-single-bottom-left-text-location img {
    margin-right: 8px;
    max-height: 20px;
}

.wofa-adventure-single-bottom-left-text-location span {
    font-size: 14px;
    line-height: 1.2;
}

.wofa-adventure-single-bottom-left-text-tags {
    gap: 5px;
}

.wofa-adventure-single-bottom-left-text-tags a {
    border-radius: 30px;
    padding: 8px 15px;
    font-size: 14px;
}

.wofa-adventure-single-bottom-right-items {
    gap: 15px;
}

.wofa-adventure-single-bottom-right-item-icon {
    margin-right: 10px;
}

.wofa-adventure-single-bottom-right-item-icon img {
    max-width: 22px;
    max-height: 22px;
}

.wofa-adventure-single-bottom-right-item-text {
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
}

.wofa-adventure-single-content {
    margin-bottom: 50px;
}

.wofa-adventure-single-buttons {
    display: flex;
    align-items: center;
    gap: 30px;
}

.wofa-adventure-single-buttons .et_pb_button_module_wrapper {
    margin-bottom: 0 !important;
}

.wofa-blog {
    display: flex;
    gap: 20px;
}

.wofa-blog-items-wrapper {
    display: flex;
    flex-direction: column;
    flex: 3;
}

.wofa-blog-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}

.wofa-blog-items.wofa-blog-items-related {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 0;
}

.wofa-blog-item {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: none;
    transform: translateY(0px);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.wofa-blog-items.wofa-blog-items-related .wofa-blog-item {
    box-shadow: 0px 0px 30px rgba(30, 67, 130, 0.05);
}

.wofa-blog-items.wofa-blog-items-related .wofa-blog-item:hover,
.wofa-blog-item:hover {
    box-shadow: 5px 15px 30px rgba(30, 67, 130, 0.12);
    transform: translateY(-5px);
}

.wofa-blog-items:not(.wofa-blog-items-related) .wofa-blog-item:nth-child(2) {
    grid-column: 1 / span 2;
}

.wofa-blog-item.wofa-blog-item-cta {
    order: 2;
    background-color: #FFCC05;
    padding: 0;
    justify-content: space-between;
}

.wofa-blog-item-cta-text {
    padding: 20px;
    line-height: 1.4;
    padding-bottom: 10px;
}

.wofa-blog-item-cta-text strong {
    font-size: 18px;
    padding-bottom: 10px;
    display: flex;
}

.wofa-blog-item-cta-img {
    padding-left: 10%;
}

.wofa-blog-item-cta-img img {
    display: flex;
}

.wofa-blog-item>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.wofa-blog-item-img {
    min-height: 170px;
    max-height: 170px;
    overflow: hidden;
    position: relative;
}

.wofa-blog-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    display: flex;
}

.wofa-blog-item-content {
    position: relative;
    background-color: #F1F5FF;
    display: flex;
    flex-direction: column;
    padding: 15px 20px 20px;
    pointer-events: none;
    z-index: 2;
    flex: 1;
}

.wofa-blog-items.wofa-blog-items-related .wofa-blog-item-content {
    background-color: #fff;
}

.wofa-blog-item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 10px;
}

.wofa-blog-item-title-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
}

.wofa-blog-item-title-date {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
}

.wofa-blog-item-desc {
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 25px;
}

.wofa-blog-item-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.wofa-blog-item-meta-bottom-tags {
    display: flex;
    flex-wrap: wrap;
    pointer-events: all;
    gap: 5px;
}

.wofa-blog-item-meta-bottom-tags a {
    background-color: #fff;
    color: #000;
    line-height: 1;
    text-decoration: none;
    max-width: fit-content;
    max-width: -moz-fit-content;
    pointer-events: all;
    border-radius: 30px;
    padding: 7px 12px;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wofa-blog-items.wofa-blog-items-related .wofa-blog-item-meta-bottom-tags a {
    background-color: #F1F5FF;
}

.wofa-blog-items.wofa-blog-items-related .wofa-blog-item-meta-bottom-tags a:hover,
.wofa-blog-item-meta-bottom-tags a:hover {
    background-color: #9ddcf9;
}

.wofa-blog-items:not(.wofa-blog-items-related) .wofa-blog-item:nth-child(2)>a {
    z-index: 3;
}

.wofa-blog-items:not(.wofa-blog-items-related) .wofa-blog-item:nth-child(2)::before {
    content: "";
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.6));
    z-index: 2;
}

.wofa-blog-items:not(.wofa-blog-items-related) .wofa-blog-item:nth-child(2) .wofa-blog-item-img {
    min-height: 100%;
    max-height: 100%;
    z-index: 1;
}

.wofa-blog-items:not(.wofa-blog-items-related) .wofa-blog-item:nth-child(2) .wofa-blog-item-content {
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.wofa-blog-items:not(.wofa-blog-items-related) .wofa-blog-item:nth-child(2) .wofa-blog-item-title {
    font-size: 28px;
    color: #fff;
    order: 2;
    flex: 1;
    display: flex;
    align-items: flex-end;
}

.wofa-blog-items:not(.wofa-blog-items-related) .wofa-blog-item:nth-child(2) .wofa-blog-item-title-date {
    position: absolute;
    top: 22px;
    left: 20px;
    font-weight: 500;
    font-size: 13px;
    text-shadow: 1px 1px 20px #000;
}

.wofa-blog-items:not(.wofa-blog-items-related) .wofa-blog-item:nth-child(2) .wofa-blog-item-desc {
    -webkit-line-clamp: 2;
    order: 3;
    color: #fff;
    margin-bottom: 0;
}

.wofa-blog-items:not(.wofa-blog-items-related) .wofa-blog-item:nth-child(2) .wofa-blog-item-bottom {
    order: 1;
    justify-content: flex-end;
}

.wofa-blog-filters {
    flex: 1;
}

.wofa-blog-filter-group {
    background-color: #F1F5FF;
    border-radius: 30px;
    padding: 20px;
    margin-bottom: 10px;
    min-height: 500px;
}

.wofa-blog-single-inner {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 20px;
}

.wofa-blog-single-img {
    border-radius: 30px;
    max-height: 550px;
    overflow: hidden;
    margin-bottom: 30px;
}

.wofa-blog-single-img img {
    border-radius: 30px;
    width: 100%;
    height: 100%;
    max-height: 550px;
    object-fit: cover;
    object-position: center;
    display: flex;
}

.wofa-blog-single-bottom {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 50px;
}

.wofa-blog-single-content {
    margin-bottom: 50px;
}

.wofa-blog-single-buttons {
    display: flex;
    align-items: center;
    gap: 30px;
}

.wofa-blog-single-buttons .et_pb_button_module_wrapper {
    margin-bottom: 0 !important;
}

.wofa-blog-single-bottom-left-tags {
    display: flex;
    flex-wrap: wrap;
    pointer-events: all;
    gap: 5px;
}

.wofa-blog-single-bottom-left-tags a {
    background-color: #F1F5FF;
    color: #000;
    line-height: 1;
    text-decoration: none;
    max-width: fit-content;
    max-width: -moz-fit-content;
    pointer-events: all;
    border-radius: 30px;
    padding: 8px 15px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wofa-blog-single-bottom-left-tags a:hover {
    background-color: #9ddcf9;
}

.wofa-blog-single-bottom-right {
    display: flex;
    align-items: center;
    height: 30px;
}

.wofa-blog-single-bottom-right-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
}

.wofa-user-country {
    background-color: #9ddcf9;
    color: #000;
    font-size: 13px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

body #page-container .wofa-adventure-section-mobile-phone-app-row {
    padding: 60px 0;
}

body #page-container .wofa-adventure-section-mobile-phone-app-row>.et_pb_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 250px;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
}

.wofa-adventure-section-mobile-phone-app-row>.et_pb_column .et_pb_image:not(:first-child) {
    margin: 10px;
    display: flex;
    align-items: center;
}

/* End of Custom elements */

/* Responsivity */

@media only screen and (min-width: 1441px) {
    .wofa-steps-row {
        background-size: auto 345px !important;
    }

    .wofa-steps-row .et_pb_column:nth-child(2) {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 1400px) {
    .wofa-steps-row {
        background-size: 76% auto !important;
        background-position: top left !important;
    }

    .wofa-steps-row .et_pb_column:nth-child(2) {
        padding-bottom: 40px;
    }
}

@media only screen and (min-width: 1330px) {
    .wofa-home-hero-section .et_pb_row>.et_pb_column:first-child .et_pb_button_module_wrapper {
        max-width: fit-content;
        max-width: -moz-fit-content;
    }

    .wofa-home-hero-section .et_pb_row>.et_pb_column:first-child .et_pb_button_module_wrapper:last-child {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 1279px) {
    .wofa-steps-row .et_pb_column {
        padding: 0;
    }

    .wofa-steps-row .et_pb_column:nth-child(2) {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .wofa-adventures-items.wofa-adventures-items-related {
        grid-template-columns: repeat(2, 1fr);
    }

    .wofa-blog-items.wofa-blog-items-related {
        grid-template-columns: repeat(2, 1fr);
    }

    .wofa-blog-items {
        grid-template-columns: repeat(2, 1fr);
    }

    .wofa-adventures-items {
        grid-template-columns: repeat(2, 1fr);
    }

    body .wofa-newsletter .et_pb_newsletter_button_wrap .et_pb_newsletter_button {
        height: 45px;
        padding: 1em 1.5em;
        font-size: 14px;
    }

    body .wofa-newsletter .et_pb_newsletter_button_wrap .et_pb_newsletter_button:after,
    body .wofa-newsletter .et_pb_newsletter_button_wrap .et_pb_newsletter_button:before {
        font-size: 18px !important;
    }

    body .wofa-newsletter .et_pb_newsletter_button_wrap .et_pb_newsletter_button:hover {
        padding: 1em 0.6em 1em 1em;
    }

    .wofa-email-accept span {
        max-width: 230px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 1150px) {
    body .wofa-steps-blurb .et_pb_blurb_description {
        width: 90%;
        font-size: 13px;
    }

    body .wofa-steps-blurb .et_pb_blurb_description p {
        font-size: 13px;
    }

    .wofa-steps-row .et_pb_column:first-child .wofa-steps-blurb.wofa-steps-blurb.wofa-steps-blurb-w-img {
        max-width: 180px;
    }

    .wofa-steps-row .et_pb_column:last-child .wofa-steps-blurb.wofa-steps-blurb.wofa-steps-blurb-w-img {
        max-width: 220px;
    }

    .wofa-steps-row .et_pb_column:nth-child(2) {
        padding-bottom: 0px;
    }

    .wofa-steps-row {
        background-size: 78% auto !important;
    }

    .wofa-steps-row .et_pb_column:nth-child(2) .wofa-steps-blurb.wofa-steps-blurb-no-img .et_pb_blurb_description {
        max-width: 180px;
    }
}

@media only screen and (max-width: 1050px) {
    .wofa-steps-row .et_pb_column:nth-child(2) .wofa-steps-blurb.wofa-steps-blurb-no-img:last-child {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 980px) {
    body #page-container #main-header .wofa-menu-item-hidden-on-desktop {
        display: none;
    }

    .wofa-ticket-type-row.wofa-ticket-type-row-right .et_pb_column:last-child {
        margin-left: -8%;
        padding-left: 60px !important;
    }
}

@media only screen and (max-width: 980px) {
    .wofa-blog-single-inner {
        grid-template-columns: 1fr;
    }

    .wofa-blog-single-right {
        display: none;
    }

    .wofa-adventure-single-img img {
        max-height: 450px;
    }

    .wofa-adventure-single-inner {
        grid-template-columns: 1fr;
    }

    .wofa-adventure-single-right {
        display: none;
    }

    .wofa-pagination {
        gap: 10px;
    }

    .wofa-pagination .page-numbers.prev,
    .wofa-pagination .page-numbers.next {
        font-size: 0;
        color: transparent;
    }

    body #page-container .wofa-ticket-type-row .et_pb_column .et_pb_image {
        width: 90%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -30px;
    }

    body #page-container .wofa-ticket-type-row {
        display: flex;
        flex-direction: column;
    }

    body #page-container .wofa-ticket-type-row:not(:last-child) {
        margin-bottom: 30px;
    }

    body #page-container .wofa-ticket-type-row .et_pb_column {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .wofa-ticket-type-row.wofa-ticket-type-row-left .et_pb_column:first-child {
        order: 2;
    }

    .wofa-email-accept span {
        max-width: 100%;
    }

    .wofa-video-slider .et-pb-slider-arrows>a.et-pb-arrow-prev,
    .wofa-testimonials-row .wofa-testimonials-slider .et-pb-slider-arrows>a.et-pb-arrow-prev {
        margin-right: 15px;
    }

    .wofa-video-slider .et-pb-slider-arrows>a.et-pb-arrow-next,
    .wofa-testimonials-row .wofa-testimonials-slider .et-pb-slider-arrows>a.et-pb-arrow-next {
        margin-left: 15px;
    }

    .wofa-video-slider .et-pb-slider-arrows {
        bottom: -55px;
    }

    .wofa-testimonials-row .et_pb_column:last-child .et_pb_text:first-child {
        padding-left: 0;
    }

    body footer .et_mobile_menu li a,
    body footer .nav ul li a {
        padding: 5px;
    }

    .wofa-footer-section .wofa-footer-top-row .et_pb_column:nth-child(2),
    .wofa-footer-section .wofa-footer-top-row .et_pb_column:last-child {
        gap: 10px;
    }

    body #page-container .wofa-footer-section .wofa-footer-mid-row {
        padding-top: 30px !important;
        padding-bottom: 40px !important;
    }

    .wofa-footer-section .wofa-footer-bottom-row .et_pb_column {
        margin-bottom: 0;
    }

    .wofa-email-accept .wofa-email-accept-checkbox {
        background-color: #fff;
    }

    body #page-container .wofa-adventure-section-mobile-phone-app-row {
        margin-right: -5%;
        margin-left: -5%;
        max-width: 110% !important;
        width: 110% !important;
    }

    .wofa-price-table .et_pb_pricing_table_wrap {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .wofa-price-table .et_pb_pricing_content_top .et_pb_et_price .et_pb_frequency_slash {
        font-size: 1em;
    }

    .wofa-packages-section .et_pb_text {
        text-align: center;
    }

    body #page-container .wofa-app-cta-row {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 40px;
    }

    body #page-container .wofa-app-cta-row .et_pb_column:first-child {
        flex: 1 0 100%;
    }

    .wofa-adventure-section>.et_pb_row {
        flex-direction: column;
        align-items: center;
    }

    .wofa-adventure-section>.et_pb_row>.et_pb_column:first-child {
        padding-bottom: 0;
        margin-right: auto;
        margin-bottom: 0;
    }

    .wofa-testimonials-row .et_pb_column:last-child .et_pb_text:first-child {
        padding-top: 0;
    }

    .wofa-testimonials-row .wofa-testimonials-slider {
        margin-left: auto;
    }

    .wofa-testimonials-row .wofa-testimonials-slider .et-pb-slider-arrows {
        left: 30px;
        bottom: -55px;
    }

    .wofa-testimonials-slider .et_pb_slide_description {
        padding: 70px 30px 30px !important;
    }

    .wofa-testimonials-slider .et_pb_slide_description .et_pb_slide_title {
        padding-top: 30px;
    }

    .wofa-testimonials-slider .et_pb_slides .et_pb_slide::after {
        bottom: 40px;
    }

    .wofa-testimonials-slider .et_pb_slides .et_pb_slide::before {
        top: 20px;
    }

    .wofa-testimonials-row .et_pb_column:last-child .et_pb_button_module_wrapper {
        padding-bottom: 0;
    }

    .wofa-logo-carousel .dtq-figure {
        max-width: 150px;
        margin: 0 auto;
    }

    body,
    body p,
    body span,
    body .et_pb_text_inner,
    body .et_pb_column .et_quote_content blockquote cite,
    body .et_pb_column .et_link_content a.et_link_main_url,
    body .et_pb_column .et_quote_content blockquote cite,
    body .et_pb_column .et_quote_content blockquote cite,
    body .et_pb_column .et_quote_content blockquote cite,
    body .et_pb_blog_grid .et_quote_content blockquote cite,
    body .et_pb_column .et_link_content a.et_link_main_url,
    body .et_pb_column .et_link_content a.et_link_main_url,
    body .et_pb_column .et_link_content a.et_link_main_url,
    body .et_pb_blog_grid .et_link_content a.et_link_main_url,
    body .et_pb_bg_layout_light .et_pb_post p,
    body .et_pb_bg_layout_dark .et_pb_post p {
        font-size: 14px;
    }

    body #page-container {
        line-height: 1.6em;
    }

    .et_pb_section {
        padding: 40px 0;
    }

    .et_pb_column .et_pb_row_inner,
    .et_pb_row {
        padding: 20px 0;
    }

    .wofa-steps-row {
        background-size: auto 410px !important;
        background-position: center 42% !important;
    }

    .wofa-steps-row .et_pb_column {
        align-items: center;
    }

    .wofa-steps-row .et_pb_column:nth-child(2) {
        padding-top: 60px;
        padding-bottom: 60px;
        flex: auto;
        width: 100%;
    }

    .wofa-steps-row .et_pb_column:nth-child(2) .wofa-steps-blurb.wofa-steps-blurb-no-img:first-child {
        margin-left: -180px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .wofa-steps-row .et_pb_column:nth-child(2) .wofa-steps-blurb.wofa-steps-blurb-no-img:last-child {
        margin-right: -180px;
        margin-left: 0;
        margin-bottom: -20px;
    }

    .wofa-steps-row .et_pb_column:nth-child(2) .wofa-steps-blurb .et_pb_module_header {
        margin: 0 auto -10px;
    }

    .wofa-steps-blurb .et_pb_blurb_description {
        margin: 0 auto;
    }

    .wofa-steps-blurb .et_pb_module_header {
        width: 35px;
        height: 35px;
        font-size: 15px !important;
    }

    .wofa-steps-row .et_pb_column:last-child {
        align-items: center;
    }

    .wofa-home-hero-section .et_pb_row>.et_pb_column:first-child {
        width: 100%;
        flex-direction: column;
    }

    body #page-container .wofa-home-hero-section {
        background-position: center bottom -15%;
    }

    .wofa-home-hero-section .et_pb_row .et_pb_button_module_wrapper:not(:last-child) {
        margin-bottom: 20px;
    }

    #main-header {
        background-color: #F1F5FF;
    }

    body #main-header #et-top-navigation {
        padding-top: 10px;
    }

    body #main-header #et-top-navigation #et_mobile_nav_menu {
        padding-bottom: 10px;
    }

    body #main-header #et-top-navigation .mobile_nav {
        width: 38px;
        height: 38px;
        border-radius: 20px;
        background-color: #1E4382;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    body #main-header #et-top-navigation .mobile_menu_bar {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    body #main-header #et-top-navigation .mobile_menu_bar::before {
        color: #fff;
    }

    body .et_mobile_menu {
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        padding: 20px 20px 30px;
        width: 100vw;
        border: 0;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    }

    body .logo_container img#logo {
        content: url("/wp-content/uploads/2023/02/wofa-logo-blue.svg");
    }

    body .et_mobile_menu li a,
    body .nav ul li a {
        color: #000;
        font-size: 16px;
        font-weight: 600;
        border: 0;
        padding: 12px;
        text-align: center;
    }

    body .et_mobile_menu .pll-parent-menu-item .sub-menu li a {
        padding: 8px 12px;
        font-weight: 400;
    }

    body .et_mobile_menu .pll-parent-menu-item .sub-menu li.current-lang a {
        font-weight: 700;
    }

    body .et_mobile_menu li a:hover,
    body .nav ul li a:hover {
        opacity: 1;
        background-color: transparent;
    }

    body .et_mobile_menu .menu-item-has-children>a {
        background-color: transparent;
        font-weight: 600;
    }

    body .pll-parent-menu-item>a {
        display: none;
    }

    #main-header .et_mobile_menu li ul,
    #main-header .et_pb_fullwidth_menu .et_mobile_menu li ul,
    #main-header .et_pb_menu .et_mobile_menu li ul {
        padding: 0;
    }

    body .et_mobile_menu li li {
        padding: 0;
    }

    body #main-header .pll-parent-menu-item>.sub-menu {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    body #main-header .pll-parent-menu-item>.sub-menu>li {
        position: relative;
    }

    body #main-header .pll-parent-menu-item>.sub-menu>li:not(:last-child)::after {
        content: "";
        height: 100%;
        width: 1px;
        background-color: rgba(0, 0, 0, 0.35);
        position: absolute;
        top: 50%;
        right: -7px;
        transform: translateY(-50%);
    }

    body #page-container .wofa-menu-item-store-buttons>a {
        display: none !important;
    }

    body #page-container .wofa-menu-item-store-buttons>.sub-menu {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 20px 10px !important;
        margin: 20px 0 30px;
        border-top: 1px solid #C8D0DE;
        border-bottom: 1px solid #C8D0DE;
    }

    body #page-container .wofa-menu-item-store-button {
        flex: 1;
    }

    body #page-container .wofa-menu-item-store-button a {
        font-size: 0;
        color: transparent;
        line-height: 1;
        padding: 0 !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        height: 40px;
    }

    .wofa-menu-item-store-button.wofa-menu-item-store-button-apple a {
        background-image: url(/wp-content/uploads/2023/02/App_Store_Badge.svg);
    }

    .wofa-menu-item-store-button.wofa-menu-item-store-button-google a {
        background-image: url(/wp-content/uploads/2023/02/Google_Play_Store_badge.svg);
    }

    .wofa-steps-row {
        flex-wrap: wrap;
    }

    .wofa-adventure-section>.et_pb_row {
        flex-wrap: wrap;
    }

    .wofa-adventures-buttons>.et_pb_column {
        flex-wrap: wrap;
    }

    .wofa-adventure-section>.et_pb_row .wofa-adventures-blurbs>.et_pb_column {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-auto-flow: initial;
        grid-row-gap: 40px;
    }

    body footer .mobile_nav .mobile_menu_bar {
        display: none;
    }

    body footer .et_mobile_menu {
        position: relative;
        top: auto !important;
        left: auto;
        transform: none;
        padding: 0 !important;
        width: auto;
        display: flex !important;
        flex-wrap: wrap;
        box-shadow: none;
        -webkit-box-shadow: none;
        gap: 10px;
    }

    .et_pb_menu .et_mobile_nav_menu {
        margin: 0 -5px;
    }

    .wofa-footer-section .wofa-footer-mid-row {
        gap: 20px;
    }

    .wofa-footer-section .wofa-footer-mid-row .et_pb_column:nth-child(2) {
        padding: 0;
        border: 0;
    }
}

@media only screen and (max-width: 900px) {
    .wofa-blog {
        gap: 40px;
        flex-direction: column;
    }

    .wofa-blog-items-wrapper {
        flex: auto;
        order: 2;
    }

    .wofa-blog-filters {
        flex: auto;
        order: 1;
    }

    .wofa-adventures {
        gap: 40px;
        flex-direction: column;
    }

    .wofa-adventures-items-wrapper {
        flex: auto;
        order: 2;
    }

    .wofa-adventures-filters {
        flex: auto;
        order: 1;
    }

    .wofa-adventures-item.wofa-adventures-item-cta {
        order: 1;
    }
}

@media only screen and (max-width: 767px) {
    body #page-container .wofa-home-hero-section {
        background-position: center bottom;
        padding-bottom: 300px;
    }

    body .wofa-price-table .et_pb_pricing_table {
        width: 100% !important;
    }

    .wofa-adventure-single-bottom {
        flex-direction: column;
    }
}

@media only screen and (max-width: 700px) {
    footer .wofa-footer-section>.et_pb_row {
        flex-direction: column;
    }

    footer .wofa-footer-section>.et_pb_row::after {
        display: none;
    }

    footer .wofa-footer-section .et_pb_column {
        margin-bottom: 0;
    }

    .wofa-footer-section .wofa-footer-top-row {
        gap: 30px;
    }

    .wofa-footer-section .wofa-footer-top-row .et_pb_column:last-child {
        justify-content: center;
    }

    body #page-container .wofa-footer-section .wofa-footer-mid-row>.et_pb_column:first-child>.et_pb_text {
        padding: 30px 0;
        text-align: center;
    }

    .wofa-footer-section .wofa-footer-mid-row .et_pb_column:nth-child(2) {
        margin-bottom: 30px;
    }

    .wofa-footer-section .wofa-footer-mid-row .et_pb_column:last-child>.et_pb_text,
    .wofa-footer-section .wofa-footer-mid-row .et_pb_column:nth-child(2)>.et_pb_text {
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .wofa-footer-section .wofa-footer-mid-row .et_pb_column:last-child {
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .wofa-footer-section .wofa-footer-mid-row .et_pb_column:last-child>.et_pb_text {
        width: 100%;
        margin-bottom: 30px !important;
    }

    .wofa-footer-section .wofa-footer-mid-row .et_pb_column:last-child>.et_pb_image:last-child {
        margin-right: 0;
    }

    footer .wofa-footer-section>.et_pb_row.wofa-footer-bottom-row {
        flex-direction: initial;
        flex-wrap: wrap;
        gap: 5px;
        justify-content: space-between;
        padding-top: 20px !important;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .wofa-footer-section .wofa-footer-bottom-row .et_pb_column {
        margin: 0;
        float: none;
        width: auto !important;
    }

    .wofa-footer-section .wofa-footer-bottom-row .et_pb_column:first-child {
        width: 100% !important;
        order: 3;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .wofa-footer-section .wofa-footer-bottom-row .et_pb_column:first-child .et_pb_text {
        text-align: center;
    }

    .wofa-footer-section .wofa-footer-bottom-row .et_pb_column a {
        font-size: 13px;
    }

    .wofa-blog-items.wofa-blog-items-related {
        grid-template-columns: 1fr;
    }

    .wofa-adventures-items.wofa-adventures-items-related {
        grid-template-columns: 1fr;
    }
}

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

    .wofa-blog-single-bottom {
        margin-bottom: 30px;
    }

    .wofa-blog-single-buttons {
        flex-direction: column;
    }

    .wofa-adventure-single-buttons {
        flex-direction: column;
    }

    .wofa-adventure-single-bottom-left {
        align-items: flex-start;
    }

    .wofa-adventure-single-bottom-left-icon {
        min-width: 40px;
        min-height: 40px;
        width: 40px;
        height: 40px;
        padding: 8px;
    }

    .wofa-adventure-single-bottom {
        margin-bottom: 30px;
    }

    .wofa-adventure-single-bottom-left-text-tags {
        margin-top: 10px;
        margin-left: -55px;
    }

    .wofa-adventure-single-bottom-right {
        padding: 20px 0;
        border-top: 1px solid #1E4382;
        border-bottom: 1px solid #1E4382;
    }

    .wofa-adventure-single-content {
        font-size: 14px;
    }

    .wofa-blog-items {
        grid-template-columns: repeat(1, 1fr);
        gap: initial;
        row-gap: 20px;
    }

    .wofa-blog-items:not(.wofa-blog-items-related) .wofa-blog-item:nth-child(2) {
        grid-column: initial;
        min-height: 300px;
    }

    .wofa-blog-item.wofa-blog-item-cta {
        order: 2;
    }

    .wofa-blog-items:not(.wofa-blog-items-related) .wofa-blog-item:nth-child(2) .wofa-blog-item-title-date {
        line-height: 2;
        position: relative;
        top: auto;
        left: auto;
    }

    .wofa-blog-item-meta-bottom-tags {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .wofa-blog-item-meta-bottom-tags a {
        height: fit-content;
        height: -moz-fit-content;
    }

    .wofa-blog-items:not(.wofa-blog-items-related) .wofa-blog-item:nth-child(2) .wofa-blog-item-title {
        flex: 1;
    }

    .wofa-blog-items:not(.wofa-blog-items-related) .wofa-blog-item:nth-child(2) .wofa-blog-item-bottom {
        flex: 1;
        display: block;
        justify-content: initial;
    }

    .wofa-adventures {
        margin-top: -10px;
    }

    .wofa-blog-single-cta-img img,
    .wofa-adventure-single-cta-img img,
    .wofa-adventures-item-cta-img img {
        width: 50%;
        max-width: 70px;
    }

    .wofa-blog-single-cta-img,
    .wofa-adventure-single-cta-img,
    .wofa-adventures-item-cta-img {
        padding: 20px;
    }

    .wofa-adventures-items {
        grid-template-columns: repeat(1, 1fr);
    }

    body .et_pb_button.et_pb_bg_layout_dark {
        padding-right: 1.8em !important;
    }

    body .et_pb_button.et_pb_bg_layout_dark:hover {
        padding: 1em 1.8em 1em 0 !important;
    }

    .wofa-app-cta-row .et_pb_blurb .et_pb_blurb_content {
        flex-direction: column;
    }

    .wofa-app-cta-row .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
        margin-bottom: 20px;
    }

    body #page-container .wofa-app-cta-row {
        padding: 20px !important;
    }

    .wofa-app-cta-row .et_pb_blurb .et_pb_blurb_container {
        text-align: center !important;
        margin-bottom: 0;
        padding-left: 0;
    }

    .wofa-app-cta-row .et_pb_blurb .et_pb_blurb_description {
        font-size: 14px;
    }

    body #page-container .wofa-app-cta-row .et_pb_column {
        width: auto !important;
    }

    body #page-container .wofa-app-cta-row .et_pb_image {
        max-width: 130px;
    }

    .wofa-logo-carousel .dtq-figure {
        max-width: 120px;
    }

    .wofa-adventure-section>.et_pb_row .wofa-adventures-blurbs>.et_pb_column {
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
    }

    .wofa-adventures-buttons>.et_pb_column {
        justify-content: center;
        gap: 20px;
        flex-direction: column;
        float: none;
    }

    .wofa-adventures-buttons>.et_pb_column .et_pb_button_module_wrapper:first-child {
        margin-right: 0;
    }

    .wofa-price-table .et_pb_pricing_title {
        font-size: 20px;
    }

    body .wofa-price-table .et_pb_pricing_table {
        padding: 25px;
    }

    .wofa-price-table .et_pb_pricing_heading {
        padding-bottom: 20px;
    }

    .wofa-price-table .et_pb_pricing_content_top .et_pb_et_price>* {
        font-size: 26px;
    }

    .wofa-price-table .et_pb_pricing_table_wrap {
        gap: 50px;
    }

    body .et_pb_button,
    body .button,
    body button {
        height: 45px;
        padding: 1em 1.5em;
    }

    body .et_pb_button:after,
    body .et_pb_button:before {
        font-size: 18px !important;
    }

    body .et_pb_button:hover,
    body .et_pb_module .et_pb_button:hover {
        padding: 1em 0.6em 1em 1em;
    }

    .wofa-price-table .et_pb_pricing_content {
        padding: 0 0 20px;
    }

    .wofa-price-table .et_pb_pricing_title span {
        width: 45px;
        height: 45px;
        min-width: 45px;
        min-height: 45px;
        padding: 8px;
    }

    .wofa-newsletter .et_pb_newsletter_button_wrap {
        margin-top: 50px;
        justify-content: flex-start;
        pointer-events: none;
    }

    .wofa-newsletter .et_pb_newsletter_button_wrap>* {
        pointer-events: all;
    }

    .wofa-newsletter .et_pb_newsletter_description {
        bottom: 65px;
    }
}

@media only screen and (max-width: 480px) {
    .wofa-testimonials-row .wofa-testimonials-slider .et-pb-slider-arrows {
        left: 50%;
        transform: translateX(-50%);
        bottom: -50px;
    }

    .wofa-testimonials-row .et_pb_column:last-child .et_pb_button_module_wrapper {
        margin-top: 75px;
        justify-content: center;
        padding-right: 0;
        pointer-events: none;
    }

    .wofa-testimonials-row .et_pb_column:last-child .et_pb_button_module_wrapper>* {
        pointer-events: all;
    }

    .wofa-video-slider .et_pb_text:not(:first-child) .et_pb_text_inner,
    .wofa-video-slider .et_pb_text:not(:first-child) .et_pb_text_inner p {
        font-size: 13px;
        text-decoration: underline;
    }

    .wofa-home-hero-section .et_pb_row {
        padding-top: 0;
    }

    .wofa-home-hero-section .et_pb_row>.et_pb_column:first-child {
        align-items: center;
    }

    .wofa-home-hero-section .et_pb_row>.et_pb_column:first-child .et_pb_module {
        text-align: center;
    }

    body #page-container .wofa-home-hero-section {
        padding-bottom: 250px;
    }

    .wofa-footer-section .wofa-footer-mid-row .et_pb_column:last-child .et_pb_image {
        max-width: 140px;
    }

    .wofa-footer-section .wofa-footer-top-row .et_pb_column:first-child .et_pb_image {
        margin-left: auto;
        margin-right: auto;
        max-width: 180px;
    }

    body #page-container .wofa-footer-section .wofa-footer-mid-row .et_pb_column:first-child .et_pb_text_inner {
        font-size: 18px;
    }

    body #page-container .wofa-footer-section .wofa-footer-mid-row>.et_pb_column:first-child>.et_pb_text {
        padding: 25px 0;
    }
}



/* End of Responsivity */