/*
Theme Name: Lanong Child SeaLux
Description: Child theme for lanong.
Template: lanong
Version: 1.0.0
*/

#whatsapp{
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    width: 60px;
    height: 60px;
}
.scroll-to-top{
    right: unset!important;
    left: 40px;
}

/* SeaLux - rend les titres des bateaux cliquables dans TK Top Attraction */
.top-destinations .destination-block-three .caption-box,
.top-destinations .destination-block-three .caption-box .inner,
.top-destinations .destination-block-three .caption-box .title,
.top-destinations .destination-block-three .caption-box .title a {
    position: relative;
    z-index: 5;
}

.top-destinations .destination-block-three .hover-box {
    pointer-events: none;
}

/* SeaLux - correctif Slider V1 responsive :
   le thème Lanong laisse parfois le contenu invisible après changement de slide */
@media only screen and (max-width: 767px) {

    .banner-one .banner-carousel .content-box h1,
    .banner-one .banner-carousel .content-box .text,
    .banner-one .banner-carousel .content-box .links-box {
        opacity: 1 !important;
        transform: none !important;
        -webkit-transform: none !important;
    }

}
/* SeaLux - flèches du Slider V1 plus discrètes */
.banner-one .owl-theme .owl-nav .owl-prev,
.banner-one .owl-theme .owl-nav .owl-next {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
}

/* Responsive mobile */
@media only screen and (max-width: 767px) {

    .banner-one .owl-theme .owl-nav .owl-prev,
    .banner-one .owl-theme .owl-nav .owl-next {
        width: 38px;
        height: 38px;
        line-height: 38px;
        font-size: 15px;
    }

    .banner-one .owl-theme .owl-nav .owl-prev {
        left: 10px;
    }

    .banner-one .owl-theme .owl-nav .owl-next {
        right: 10px;
    }
}