/*
    Theme Name: Adventure Tours
    Tags: blue, white, two-columns, right-sidebar, responsive-layout, flexible-header, custom-colors, theme-options, translation-ready, holiday
    License:  GNU General Public License
    License URI: license.txt
*/

.h2{
    font-size: 1.6em;
}

#fixed-header{
    top: 0;
}

.admin-bar #fixed-header{
    top: 32px;
}

.admin-bar #btnNavMenuClose{
    transform: translateY(32px);
}

.admin-bar #btnNavMenuClose + .elementor-widget-shortcode .elementor-widget-container{
    padding-top: 32px;
}

@media screen and (max-width: 782.98px){
    html #wpadminbar {
        overflow-x: hidden;
    }
    
    .admin-bar #fixed-header{
        top: 46px;
    }

    .admin-bar #btnNavMenuClose{
        transform: translateY(46px);
    }
    
    .admin-bar #btnNavMenuClose + .elementor-widget-shortcode .elementor-widget-container{
        padding-top: 46px;
    }
}

@media screen and (max-width: 600px){
    .admin-bar #fixed-header{
        top: 0px;
    }
}

.page-wrapper{
    padding-left: 70px;
    padding-right: 70px;
    position: relative;
}

.page-container{
    max-width: 1440px;
    margin-left:auto;
    margin-right: auto;
}

.header-section{
	margin-top:20px;
	margin-bottom:20px;
}

.wpforms-form input::placeholder {
    color: #000000;
}

.product-photoheader .swiper-button-prev, 
.product-photoheader .swiper-button-next {
    background: rgb(0 0 0 / 60%);
    height: 40px;
    width: 40px;
    border-radius: 50px;
    border: 1px solid white;
    transition: all 300ms ease-out;
}

.product-photoheader .swiper-button-prev:after, 
.product-photoheader .swiper-button-next:after{
    font-size:13px;
    color: white;
}

.product-photoheader .swiper-button-prev:hover, 
.product-photoheader .swiper-button-next:hover {
    background: white;
}

.swiper-button-next:after, 
.swiper-rtl .swiper-button-prev:after{
    position: relative;
    left: 1px;
    top: 1px;
}

.swiper-button-prev:after, 
.swiper-rtl .swiper-button-next:after{
    position: relative;
    right: 1px;
    top: 1px;
}

.product-photoheader .swiper-button-prev:hover:after, 
.product-photoheader .swiper-button-next:hover:after {
    color: black;
}

.swiper-controls{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}

.swiper-controls > .page-wrapper{
    height:100%;
}

.swiper-controls .page-container{
    position:relative;
    height: 100%;
}

.swiper-wrapper {
    margin-bottom: 30px;
    height: auto !important;
}

.swiper-slide{
    background: white;
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.swipe-slide-contents{
    padding: 20px 30px 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.experience-attributes{
    display: flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
    column-gap: 10px;
}

.experience-attributes > div{
    display: flex;
}

.slide-thumb{
    margin-bottom:0;
    width:100%;
}

.slide-title{
    color: #224C7F;
    font-family: "Libre Baskerville", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom:10px;
}

.slide-title a{
    color: #224C7F;
}

.attr-name {
    font-size: 12px;
    align-self: center;
    padding-left: 4px;
}

.attr-icon{
    align-items: center;
    display: flex;
}

.attr-icon svg{
    width: 1em;
    height: 1em;
    margin-left: 0.2em;
}

.attr-icon i {
    width: 1.25em;
    text-align: center;
}

.slide-description{
    font-size:12px;
    margin-bottom: 30px;
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
    word-spacing: -0.05em;
}

.slide-description hr{
    margin-top: 10px;
    margin-bottom: 10px;
    background: #A1A1A1;
    border-color: #A1A1A1;
}

.slide-footer{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    height: 100%;
}

.price-wrapper{
    width: 100%;
}
.price-wrapper .atgrid__item__price {
    width: 100%;
}

.slide-footer .btn {
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 15px;
    background-color: #1F497D;
    border-radius: 0px 0px 0px 0px;
    color: white;
    padding: 12px 24px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-footer .btn span{
    width: 100%;
}

.last-slide{
    padding:30px;
    justify-content: center;
    text-align: center;

}

.last-slide .slide-description{
    text-align: center;
    font-size: 16px;
}

.last-slide:after {
    content: '';
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    position: absolute;
    pointer-events: none;
    border: 1px solid #E2E2E2;
}

.see-others{
    padding: 5px 20px;
    display: inline-block;
    background: #1F497D;
    margin: 10px auto 30px;
    border: 1px solid #1F497D;
    transition: all 300ms ease-out;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}

.see-others:hover{
    border:1px solid #1F497D;
    background-color: white;
    color: #1F497D;
}

.buttons-wrapper{
    display: flex;
    column-gap: 10px;
    width: 100%;
}

.slide-footer .btn i{
    margin-left: 10px;
}

.dark-mode .swiper-slide{
    background-color: rgb(12 20 27 / 64%);
}

.dark-mode .swiper-button-next:after, 
.dark-mode .swiper-button-prev:after,
.light-mode .swiper-button-next:after, 
.light-mode .swiper-button-prev:after{
    font-size: 27px;
}

.dark-mode .swiper-button-next, 
.dark-mode .swiper-button-prev{
    color: white;
}

.dark-mode .swiper-button-next.swiper-button-disabled, 
.dark-mode .swiper-button-prev.swiper-button-disabled,
.light-mode .swiper-button-next.swiper-button-disabled, 
.light-mode .swiper-button-prev.swiper-button-disabled{
    opacity:0.1;
}

.light-mode .swiper-button-next, 
.light-mode .swiper-button-prev{
    color: #1F497D;
}

.dark-mode .swiper-button-next,
.light-mode .swiper-button-next{
    right: -28px;
}

.dark-mode .swiper-button-prev,
.light-mode .swiper-button-prev{
    left: -28px;
}

.dark-mode .slide-title,
.dark-mode .slide-title a{
    color: white;
}

.dark-mode .slide-description,
.dark-mode .slide-description span{
    color: white !important;
}

.dark-mode .swipe-slide-contents hr{
    background: rgba(255, 255, 255, 0.39);
    border-color: rgba(255, 255, 255, 0.39);
    margin-top: 10px;
}

.dark-mode .slide-footer .btn{
    background-color: rgb(31 73 125 / 0%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;

}

.dark-mode .swiper-scrollbar{
    background: rgba(255, 255, 255, 0.3);
}

.dark-mode .swiper-scrollbar-drag{
    background: rgba(255, 255, 255, 0.9);
}

.no-margin-left.wpforms-field-checkbox ul{
    margin-left: 0px !important;
}

.content-no-border.wpforms-field-content {
    border: none !important;
}

.content-no-border.wpforms-field-content p{
    margin-bottom:0 !important;
}

@media screen and (max-width:767.98px){
    .buttons-wrapper{
        flex-direction: column;
        row-gap: 10px;
    }
}

body.error404,
body.woocommerce-checkout,
body.error404 #colophon .elementor > .e-con-boxed{
    background:#F7F7EC;;
}

.page-404__container{
    overflow: hidden;
}

.page-404__container h1{
    font-weight: normal;
    color: #295182;
}

ul.page-404-info {
    font-size: 12px;
    margin-top: 20px;
    padding-left: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    max-width: 300px;
}

.page-404-info a{
    color:#295182;
}

.page-404-info .social-media-shortcode{
    display: inline-block;
}

ul.page-404-info ul{
    padding-left:10px;
}

.woocommerce-result-count{
    display:none;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{
    float:none;
    margin: 0;
}

.filterbar{
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
}

.filter-header .btn-filter{
    background: transparent;
    border-radius: 40px;
    padding: 5px 20px;
    border: 1px solid #9f9f9f;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #9f9f9f;
    font-size: 12px;
    transition: all 300ms ease-out;
}

.filter-header .btn-filter:hover{
    background-color: white;
}

.filter-header .btn-filter:focus,
.filter-header .btn-filter:active{
    outline:0;
    box-shadow: none;
}

.product-grid-wrapper{
    margin-bottom:6rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.atgrid__item-wrap.atgrid__item-wrap--product{
    margin:0;
}

.atgrid__item__content {
    flex: 1;
}

.row.product-row{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin-bottom: 40px;
}

.atgrid__item{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.atgrid__item-wrap--product{
    margin-bottom:3rem;
}

.atgrid__item-wrap--product img{
    width:100%;
}

.item-footer{
    display: flex;
    align-items: center;
    border-top: 1px solid #d9d9d9;
    padding-top: 10px;
}

.atgrid__item__price {
    margin-right: 30px;
    margin-bottom: 10px;
}

.item-footer .btn-wrapper{
    flex: 1 1 auto;
    text-align: right;
}

.item-footer .btn-wrapper .atgrid__item__price__button{
    width: 100%;
    text-align: center;
    max-width: none;
}

.item-footer .btn-wrapper .atgrid__item__price__button.btn-fullwidth {
    vertical-align: bottom;
}

.item-footer .atgrid__item__price__label{
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    line-height: 24px;
}

.item-footer .atgrid__item__price__label.alt{
    text-transform: lowercase;
    font-size: 13px;
    display: inline;
    line-height: 24px;
    margin-left: 4px;
}

.item-footer .woocommerce-Price-amount{
    font-family: 'Libre Baskerville';
    font-size: 22px;
}

body.tax-experience,
body.tax-destination,
.page-template-template-experiences,
.page-template-template-destinations{
    background: #FAFAFA;
}

.my-filter h3{
    cursor: pointer;
}

.my-filter .filter-collapsable{
    transition:all 300ms ease-out;
    margin-bottom: 1em;
    overflow: hidden;
}

.my-filter .wcapf-form{
    border: 1px solid black;
    padding: 1em 2em;
}

body.product-template-default,
body.post-type-archive-yacht{
    background-color: #F7F7EC;
}

.product-photoheader{
    text-align: center;
    margin-bottom: 1.5em;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.product-photoheader img{
    width: 100%;
    object-fit: cover;
}

.taxonomy-header{
    margin-bottom:4em;
}

.taxonomy-header img{
    width:100%;
}

.taxonomy-header .wrapper{
    padding: 0 40px;
}

.taxonomy-header .desc{
    font-size: 13px;
    line-height: 2.4rem;
}

.taxonomy-header > div{
    align-items: center;
    display: flex;
}

.modal{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}


.modal-backdrop.fade {
    filter: alpha(opacity = 0);
    opacity: 0;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.modal-backdrop.in {
    filter: alpha(opacity = 50);
    opacity: .5;
}

.modal-open {
    overflow: hidden;
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-header {
    padding: 2.5rem 3rem 0;
}

.modal-body {
    position: relative;
    padding: 2.5rem 3rem;
}

.modal-title{
    margin-bottom:0;
}

.modal-footer{
    padding: 0 3rem 2.5rem;
    text-align:right;
}

.modal-header .close {
    margin-top: -2px;
}
.modal-header button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modal-header .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity = 20);
    opacity: .2;
    z-index: 1;
    position: relative;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

#map-embed iframe{
    width: 100%;
}

#tourBookingForm .form-block__item {
    border: 1px solid whitesmoke;
}

#tourBookingForm .form-block__item .bootstrap-select .dropdown-menu.open {
    z-index: 1071;
}

#tourBookingForm .form-block__item.children-quantity,
#tourBookingForm .form-block__item.children_free-quantity{
    display: flex;
    align-items: center;
}

#tourBookingForm .form-block__item.children-quantity label,
#tourBookingForm .form-block__item.children_free-quantity label{
    line-height: 17px;
    font-size: 12px;
}

#tourBookingForm .form-block__item.field-hidden {
    border: none;
}

.sticky-wrapper{
    display: flex;
}

#sidebar-bookingformwrapper{
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (max-height: 600px){
    #sidebar-bookingformwrapper{
        position:static;
    }
}

.sidebar__inner{
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

.form-block--style3 #tourBookingForm .form-block__button{
    background: #1f497d !important;
    font-family: 'Montserrat';
}

.product-additional-infos span{
    font-size:14px;
}

.product-additional-infos span:after {
    content: '•';
    margin: 0px 10px;
    font-size: 22px;
    line-height: 0px;
    position: relative;
    top: 1px;
}

.product-additional-infos span:last-of-type:after {
    content:'';
}

.product-selling-points{
    padding: 30px;
}

.product-selling-points > div{
    display: flex;
    margin-bottom: 10px;
}

.product-selling-points .icon{
    padding-right: 10px;
}

.product-selling-points .label{
    line-height: 20px;
    font-size: 13px;
}

.product-selling-points .description{
    line-height: 16px;
    font-size: 13px;
}

.product-contentwrapper{
    border-top: 1px solid #e5e5da;
    padding-top: 40px;
    padding-bottom: 40px;
}

.product-contentwrapper:first-child{
    border-top: none;
    padding-top: 0px;
}

.product-contentwrapper h4{
    margin-bottom:0;
}



.product-contentwrapper :last-child{
    margin-bottom:0;
}

.product-tour-offers{
    column-count: 2;
    gap: 10px;
}

.product-tour-offers > div {
    width: 100%;
    display: flex;
    margin-bottom:10px;
}

.product-tour-offers .icon {
    padding-right: 10px;
}

.product-tour-offers .label{
    line-height: 20px;
    font-size: 13px;
}

.form-block__price-details {
    text-align: center;
    color: #000;
    position: relative;
    font-family: 'Montserrat';
    font-size: 16px;
    padding-top: 10px;
}

body .ui-datepicker {
    z-index: 4 !important;
}

.hotel{
    margin-bottom:4em;
}

.hotel h2{
    margin-bottom: 0;
}

.hotel .location{
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
}

.mini-search-form{
    top: 2px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
}
input[type="text"].mini-search-input{
    margin: 0;
    height: 34px;
    display: block;
    width: 100%;
}
.mini-search-input-wrap{
    width:0;
    overflow:hidden;
    transition:width 300ms ease-out;
    border-radius: 40px 0 0 40px;
    border: 1px solid #8b8b8b;
    margin-right: 16px;
}

.mini-search-input-wrap.active{
    width:100%;
}
.mini-search-btn{
    appearance: none;
    border: 1px solid #8b8b8b;
    border-radius: 30px;
    background: white;
    height: 36px;
    width: 36px;
    display: block;
    padding: 2px 14px 0px 10px;
    position: absolute;
}

.mobile-menu-search-wrapper{
    margin: 0rem 10px 2rem;
    align-items: center;
    display:none;
}

@media screen and (max-width: 767.98px){
    .mobile-menu-search-wrapper {
        padding: 0 10px;
        display: flex;
    }
}

input[type="text"].mobile-menu-search-input{
    margin-bottom: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid;
    height: auto;
    padding: 5px 0px;
}

.mobile-menu-search-btn{
    border: 0;
    appearance: none;
    background: white;
    font-size: 18px;
    margin-left: 0px;
}

.thumb-carousel{
    position: relative;
}

.thumb-carousel:hover .swiper-button-prev,
.thumb-carousel:hover .swiper-button-next{
    opacity:0.8;
}

@media screen and (max-width: 767.98px){
    .thumb-carousel .swiper-button-prev,
    .thumb-carousel .swiper-button-next{
        opacity:0.8 !important;
    }
}

.thumb-carousel .swiper-wrapper{
  margin-bottom:0;
}

.thumb-carousel .swiper-button-prev,
.thumb-carousel .swiper-button-next{
    background: black;
    height: 30px;
    width: 30px;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    border-radius: 40px;
    opacity:0;
    transition:opacity ease-out 300ms;
    border: 1px solid rgb(255 255 255 / 72%);
}

.thumb-carousel .swiper-button-prev{
    left: 10px;
}

.thumb-carousel .swiper-button-next{
    right: 10px;
}

.thumb-carousel .swiper-button-prev:after{
    content: '';
    height: 7px;
    width: 7px;
    background: transparent;
    transform: rotate(45deg);
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    position: absolute;
    top: 11px;
    left: 12px;
}

.thumb-carousel .swiper-button-next:after {
    content: '';
    height: 7px;
    width: 7px;
    background: transparent;
    transform: rotate(45deg);
    border-right: 1px solid white;
    border-top: 1px solid white;
    position: absolute;
    top: 11px;
    left: 9px;
}

.content-header{
    border-bottom: 3px solid #d9d9d9;
    margin-top: 10px;
    margin-bottom: 20px;
}

.content-header h4{
    margin-bottom: 5px;
}

.tag-list{
    position: absolute;
    left:10px;
    top:10px;
}

.tag-list .tag{
    display:inline-block;
    margin-left:5px;
    margin-right:5px;
    color: white;
    background: #1f497d;
    border-radius: 30px;
    padding: 2px 13px 0px;
    font-size: 11px;
    text-transform: uppercase;
}

.wcapf-form .wcapf-filter .wcapf-list-wrapper ul.wcapf-filter-options li.wcapf-filter-option label {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}

.wcapf-form .wcapf-filter .wcapf-list-wrapper.display-type-label .wcapf-filter-item .wcapf-filter-item-label {
    border-radius: 30px;
    padding: 4px 19px 3px;
}

.wcapf-form .wcapf-filter .wcapf-filter-title {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 15px;
    padding-left: 15px;
    border-left: 3px solid #febd59;
}

.wcapf-form .wcapf-noui-connect {
    background: rgb(254 189 89);
}

.wcapf-filter-inner {
    margin-left: 0px;
    margin-right: 0px;
}

.wcapf-filter .wcapf-list-wrapper.display-type-label.default-primary-style .wcapf-filter-item:not(.current-tax-item).item-active .wcapf-filter-item-label:before{
    content: '\f00d';
    font-family: "Font Awesome 5 Free";
    color: white;
    margin-right: 7px;
}

.wpforms-field-content{
    border-bottom: 2px solid silver !important;
    margin-bottom:10px !important;
}

.wpforms-field-content h4{
    margin-bottom:10px !important;
}

.wcapf-filter-taxonomy-location{
    display:none;
}

.post-type-archive-hotel .wcapf-filter-price,
.post-type-archive-hotel .wcapf-filter-taxonomy-experience,
.post-type-archive-hotel .wcapf-filter-booking-date,
.post-type-archive-hotel .wcapf-filter-taxonomy-location
{
    display:none;
}

.post-type-archive-yacht .wcapf-filter-price,
.post-type-archive-yacht .wcapf-filter-taxonomy-experience,
.post-type-archive-yacht .wcapf-filter-taxonomy-destination,
.post-type-archive-yacht .wcapf-filter-booking-date
{
    display:none;
}

.post-type-archive-yacht .wcapf-filter-taxonomy-location
{
    display:block;
}

.read-more{
    appearance: none;
    border-top: none;
    border-left: none;
    border-right: none;
    background: none;
    color: #1f497d;
    padding: 0 0 0;
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
}

.itinerary-header{
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 15px;
}

.modal-body h4.itinerary-header:before {
    content: '';
    height: 8px;
    width: 8px;
    display: inline-block;
    transform: rotate(45deg);
    border-right: 1px solid #febd59;
    border-top: 1px solid #febd59;
    margin-right: 11px;
    position: relative;
    top: -1px;
}

.page-container .search-field{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.product-collapsewrapper{
    border: 1px solid #c7c7c7;
    border-bottom: none;
    margin-bottom: 50px;  
}

.collapse-body {
    border-bottom: 1px solid #c7c7c7;
}

.collapse-heading {
    padding: 12px 20px 10px;
    border-bottom: 1px solid #c7c7c7;
    cursor: pointer;
    position:relative;
}

.collapse-heading h3{
    margin:0;
}

.collapse-body{
    overflow:hidden;
}
.collapse-body div {
    padding: 5px 20px;
}

.collapse-heading:after {
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    right: 20px;
    background: transparent;
    border-right: 1px solid #939393;
    border-bottom: 1px solid #939393;
    top: 50%;
    transform: translateY(-5px) rotate(-45deg);
    transition: transform 300ms ease-out;
}

.active .collapse-heading:after{
    transform: translateY(-5px) rotate(45deg);
}

.header-section__content--title{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-section__content--title .header-section__title-wrap{
    width: 80%;
}

.header-section__content--title .share-buttons-wrapper{
    width: 20%;
    position: relative;
}

.btnshare-toggle{
    position: absolute;
    right: 0;
    width: auto;
    height: auto;
    line-height: normal;
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 500;
    top: 50%;
    transform: translateY(-50%);
}

.share-buttons-wrapper .share-buttons{
    border: 1px solid #959da7;
    position: relative;
    z-index: 1;
    background: white;
    opacity: 0;
    pointer-events: none;
    transition: opacity 100ms ease-out;
}

.share-buttons-wrapper.active .share-buttons{
    opacity: 1;
    pointer-events: all;
}

.share-buttons-wrapper .share-buttons__item .box{
    height: 40px;
}

.share-buttons-wrapper .share-buttons__item--facebook a {
    color: #3b579d !important;
    overflow: hidden;
}

.share-buttons-wrapper .share-buttons__item--twitter a {
    color: #5ea9dd !important;
    overflow: hidden;
}

.share-buttons-wrapper .share-buttons__item--pinterest a {
    color: #bd081c !important;
    overflow: hidden;
}

.lodging-thumbnails{
    position: relative;
    margin-top: 20px;
}

.lodging-thumbnails > div{
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.lodging-thumbnails img{
    width: 100%;
}

.lodging-thumbnails .swiper-slide{
    position:relative;
}

.lodging-thumbnails a:hover .caption{
    opacity:1;
}

.lodging-swiper-controls{
    gap: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 10px 10px;
    pointer-events: none;
}

.lodging-swiper-button-next,
.lodging-swiper-button-prev{
    height: 30px;
    width: 30px;
    background: black;
    border-radius: 30px;
    border: 1px solid rgb(255 255 255 / 65%);
    position: relative;
    opacity: 0.8;
    pointer-events: all;
}

.lodging-swiper-button-next span{
    position: absolute;
    height: 6px;
    width: 6px;
    left: 12px;
    top: 11px;
    background: transparent;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    transform: rotate(45deg);
}

.lodging-swiper-button-prev span{
    position: absolute;
    height: 6px;
    width: 6px;
    right: 12px;
    top: 11px;
    background: transparent;
    border-top: 1px solid white;
    border-right: 1px solid white;
    transform: rotate(45deg);
}

.lodging-thumbnails .caption{
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    top: 0;
    align-content: end;
    padding: 5px 12px;
    background: linear-gradient(0deg, #00000052, transparent);
    opacity: 0;
    transition: opacity 100ms ease-out;
}

.relatedproducts-wrapper{
    margin-top:30px;
}

.similar-experiences{
    display: flex;
}

.similar-experiences-slider .swiper-slide{

    position:relative;
}

.relatedproducts-wrapper .cta-wrapper{
    /*align-content: center;*/
    padding-bottom: 30px;
}

.relatedproducts-wrapper .cta-wrapper h2{
    display: block;
    margin-bottom: 10px;
}

.similar-experiences-slider .content-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.95) 100%);
    color: white;
    align-content: end;
    padding: 15px 15px;
}

.similar-experiences-slider .content-overlay h3{
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 16px;
}

.similar-experiences-slider .content-overlay a{
    color: white;
    border: 1px solid white;
    display: inline-block;
    padding: 3px 15px;
    text-transform: uppercase;
    font-size: 11px;
    transition: all 300ms ease-out;
}

.similar-experiences-slider .content-overlay a:hover{
    color: black;
    border: 1px solid white;
    background-color: white;
}

.similar-experiences-slider .swiper-slide img {
    object-fit: cover;
    aspect-ratio: 360 / 480;
}

.price-decoration .small{
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 14px;
    padding-top: 10px;
}

.experiences-list .btn{
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 15px;
    background-color: #444444;
    border-radius: 0px 0px 0px 0px;
    color: white;
    padding: 12px 24px;
    width: auto;
}

.experiences-list h2.h1{
    font-size: 2.5rem;
}

.experiences-list .btn .fas{
    margin-left: 20px;
}

.booknow-tab{
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 20px;
    font-family: 'Libre Baskerville';
    font-weight: 500;
    z-index: 10;
    background: #ffffff;
    color: black;
    padding: 17px 20px 15px;
    box-shadow: 0px 0px 10px -1px rgb(0 0 0 / 38%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 200ms ease-out;
    cursor: pointer;
    white-space: nowrap;
}

.booknow-tab .price{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex: 1 1;
    flex-wrap: wrap;
    column-gap: 5px;
}

.booknow-tab .tour-unit{
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: normal;
    line-height: normal;
    display: block;
    width: 100%;
}

.booknow-tab .small{
    display: none;
}

#mini-booknow-btn {
    background: #1F497D;
    appearance: none;
    border: none;
    padding: 5px 15px;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block;
    color: white;
    font-family: 'Montserrat';
}

.booknow-tab.active{
    opacity:1;
    pointer-events: all;
}

.all-destinations .item-footer{
    border-top: none;
}

.all-destinations .item-footer .btn-wrapper{
    text-align:left;
}

.all-destinations .atgrid__item__price__button{
    background: #1F497D;
}

.atgrid__item__price__button.alt{
    background: #444444;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    padding: 0px 20px;
}

selector{
    height:100vh;
}

@media screen and (min-width:768px){
    selector .elementor-widget-container{
        padding-left:70px;
    }
}

/*
Mega Menu
*/

#navmenu{
    pointer-events: none;
    opacity:0;
    transition: opacity ease-out 300ms;
    z-index: -10;
}

#navmenu a,
#navmenu #mega-menu-mobile,
#navmenu #mega-menu-max_mega_menu_1,
#navmenu #mega-menu-wrap-mobile,
#navmenu #mega-menu-wrap-max_mega_menu_1,
#navmenu .mega-menu-item{
    pointer-events: none !important;
}

#navmenu.menuvisible{
    opacity:1;
    transition: opacity ease-out 300ms;
    z-index: 53;
}

#navmenu .e-con-inner{
    pointer-events: none;
}

#navmenu.menuvisible .e-con-inner{
    pointer-events: auto;
}

#navmenu.menuvisible a,
#navmenu.menuvisible #mega-menu-mobile,
#navmenu.menuvisible #mega-menu-max_mega_menu_1,
#navmenu.menuvisible #mega-menu-wrap-mobile,
#navmenu.menuvisible #mega-menu-wrap-max_mega_menu_1,
#navmenu.menuvisible .mega-menu-item{
    pointer-events: auto !important;
}

#mega-menu-wrap-mobile #mega-menu-mobile.mega-menu-vertical > li.mega-menu-megamenu.mega-menu-item, 
#mega-menu-wrap-mobile #mega-menu-mobile.mega-menu-vertical > li.mega-menu-flyout.mega-menu-item,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical > li.mega-menu-megamenu.mega-menu-item, 
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical > li.mega-menu-flyout.mega-menu-item{
    position:static;
}

#mainmenu-wrapper {
    background: white;

}

@media screen and (max-width: 767.98px) {
    #mainmenu-wrapper {
        height: 100%;
    
    }

    #btnNavMenuClose{
        left: 11px !important;
        top: 21px !important;
    }

    #masthead .elementor-widget-social-icons{
        display:none;
    }
    
    #mainmenu-wrapper .elementor-shortcode{
        height: calc(100% - 70px);
        overflow: auto;
        margin-top: 70px;
        margin-left: 0px;
        margin-right: 0px;
        padding-right: 0px;
    }

    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link{
        padding-left: 20px;
        padding-right:20px;
    }

    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        padding-left: 40px;
        background: #ededed;
        display:block;
    }

    .row.product-row {
        display: block;
    }
}

@media screen and (min-width:768px){
    #mainmenu-wrapper{
        height:100vh;
    }

    #mainmenu-wrapper .elementor-widget-container{
        padding-left:70px;
    }
    

    #mega-menu-wrap-mobile #mega-menu-mobile.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu, 
    #mega-menu-wrap-mobile #mega-menu-mobile.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item ul.mega-sub-menu, 
    #mega-menu-wrap-mobile #mega-menu-mobile.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu,
    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu, 
    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item ul.mega-sub-menu, 
    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-menu-vertical li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{
        background: white;
        min-height:100vh;
    }
}

#mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-item > a.mega-menu-link:hover, 
#mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover, 
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:focus{
    color: #FEC875;
}

/*
End Mega Menu
*/

.swipe-slide-image{
    position:relative;
}

.swipe-slide-image > img{
    position: absolute;
    width: 100%;
    object-fit: contain;
    height: 100%;
    pointer-events: none;
}

.btn-bluesmall {
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #1F497D;
    border: 1px solid #1F497D;
    border-radius: 0px 0px 0px 0px;
    padding: 5px 30px;
    color: white;
    display: inline-block;
}

.btn-bluesmall:hover {
    background-color: transparent;
    color: #1F497D;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .header-section__content--breadcrumbs{
        margin-bottom: 2em;
    }

    .page-wrapper{
        padding-left: 40px;
        padding-right: 40px;
    }

    .taxonomy-header .wrapper{
        padding: 0 0px;
    }

}

@media screen and (max-width: 1279.98px) {
    .item-footer  {
        display: block;
    }
}

@media screen and (min-width: 1280px) {
    .item-footer .btn-wrapper .atgrid__item__price__button  {
        max-width:200px;
    }
    .item-footer .btn-wrapper .atgrid__item__price__button.btn-fullwidth  {
        max-width:none;
    }
    
}

@media screen and (min-width: 992px) and (max-width: 1279.98px) {
    .buttons-wrapper {
        flex-direction: column;
        row-gap: 10px;
    }
}

@media screen and (max-width: 991.98px){
    main {
        max-width:100%;
    }

    .breadcrumbs {
        margin-top: 20px;
        line-height: 23px;
    }

    .product-photoheader{
        margin-bottom:0;
    }

    .sticky-wrapper {
        display: block;
    }

    .similar-experiences{
        display: block;
    }

    .similar-experiences-wrapper{
        width:100%;
    }

    .relatedproducts-wrapper .cta-wrapper{
        text-align: center;
    }

    .taxonomy-header{
        margin-bottom:0;
        padding-top:0;
    }
    .taxonomy-header > div{
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .taxonomy-header .wrapper{
        padding: 30px 0px;
    }

    .sidebar{
        margin-top:0 !important;
    }

    .header-section__content--title{
        margin-bottom:2em;
        display: block;
    }
    .header-section__content--title .header-section__title-wrap{
        width: auto;
    }

    .header-section__content--title .share-buttons-wrapper{
        display: none;
    }

    .product-additional-infos{
        text-align: center;
    }

    .item-footer {
        display: block;
    }
}

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

    .destinations-swiper .item-footer {
        flex-direction: column;
        row-gap: 20px;
    }

    .header-section__content--breadcrumbs{
        margin-bottom: 2em;
    }

    .page-wrapper{
        padding-left: 15px;
        padding-right: 15px;
    }

    .item-footer .atgrid__item__price{
        width:50%;
    }

    .price-wrapper.item-footer .atgrid__item__price{
        width:100%;
    }

    .item-footer .btn-wrapper{
        width:50%;
    }

    .experiences-list .item-footer .btn-wrapper {
        width: 100%;
        margin-bottom: 30px;
    }

    .item-footer .btn-wrapper a{
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 10px;
    }
}