/*
Theme Name: Themify Ultra Child
Description: A child theme of Themify Ultra
Template: themify-ultra
Author: followtheloop (chat@followtheloop.com)
*/

/* Woohoo! Let's customize! */

<style>

  html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;

}
.select2-search {
    display: none !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
    .select2-search input {
        display: none !important;
    }
}
.ptb_search_label {
    font-weight: 900;
}
.tbp_template.fixed-header .tb_sticky_wrapper{
height:auto !important;
}
</style>