/*
Theme Name: Construz Child
Theme URI: https://wp.framerpeak.com/construz/
Author: Favdevs
Author URI: https://themeforest.net/user/favdevs
Template: construz
Tested up to: 5.8
Requires PHP: 7.4
Description:  Construz - Construction WordPress Theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0.0
Text Domain: construz-child
Copyright (C) 2024 Favdevs
*/

/*


    Add your custom styles here
*/
/* STyle SH */
.tagcloud a {
    flex-basis: 48.5%;
}
.sticky-wrapper.sticky {
    background: rgb(21 22 28 / 80%) !important;
}
.sticky-wrapper {
    background: rgb(21 22 28 / 65%) !important;
}
/* .client-logo a img {
    filter: brightness(0) invert(1);
    opacity: 0.4;
} */
.client-logo a img {
    background: #fff;
}
body div#sbi_load a.sbi_load_btn {
    border-radius: 0 !important;
    padding: 19px 50px !important;
    text-transform: uppercase;
    font-size: 15px !important;
    background: #3e8599 !important;
}


@media only screen and (mx-width: 767px) {
.tagcloud a {
    flex-basis: 47.5%;
}
}