/* customstyle.css */
/* === Original === */
.displayflex {
    display: flex !important;
}

/* === WPCode 6610: Untitled Snippet === */
#trp-floater-ls {
    display: none !important;
}
li:has(.vn_none) {
    display: none;
}
li:has(.vn_list) {
    list-style-type: none;
}
.title-post h2 {
    font-size: 38px !important;
    font-weight: 600 !important;
    color: var(--e-global-color-secondary) !important;
}

/* === Elementor Custom Code === */
.elementor-widget-text-editor b {
    font-weight: 600;
}
#content.site-main:nth-of-type(2) {
    display: none !important;
}
#comments {
    display: none !important;
}
@media (max-width: 767px) {
    .hero-banner {
        min-height: 250px !important;
        background-size: cover !important;
    }
    .hero-banner .elementor-column-gap-default {
        min-height: 250px !important;
    }
    #ui-datepicker-div {
        position: fixed !important;
        top: 25% !important;
    }
    .big-text {
        font-size: 36px !important;
    }
    .small-text {
        font-size: 26px !important;
    }
}
