/*
 Theme Name: Leigia Bootstrap
 Theme URI: http://leigia.com
 Description: WordPress Theme built using the latest version of Bootstrap.
 Version: 1.0.0
 Author: Alvin Araujo
 Author URI: http://leigia.com
 Tags: Blank, HTML5, CSS3, Bootstrap
 License: MIT
 License URI: http://opensource.org/licenses/mit-license.php
 Text Domain: leigiabootstrap
*/
@import url("dist/css/style.css");
@import url("dist/fonts/hotel-room-fonts/css/fontello.css");
@import url('https://fonts.googleapis.com/css2?family=Jost&amp;display=swap');
.acf-block-preview .carousel{
    width: 100%!important;
    overflow-x: scroll;
}
.acf-block-preview .carousel-inner{
    display: flex;
    column-gap:10px;
}
.acf-block-preview .carousel-indicators.thumb-image{
    display: none;
}
.acf-block-preview .carousel-inner > div{
    flex: 1 0 450px;
}
.acf-block-preview .lei-navtabs{
    width: 100%!important;
    background:#f7f7f7;
    padding:15px;
}
.acf-block-preview .nav.nav-tabs{
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    list-style: none;
    border-bottom: 1px solid #000;
}
.acf-block-preview .lei-post-room .block-content{
    display: flex;
    gap:15px;
    overflow-x: scroll;
}
.wp-block.heading-group{
    text-align: center;
}