/*
Theme Name: Clube Basket Theme
Theme URI: https://example.test/clube-basket/theme
Template: newsexo
Author: Clube Basket
Author URI: https://example.test
Description: Tema bridge do Clube Basket. Assume a shell visual do site e reduz a dependência de hacks no plugin.
Version: 0.1.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: clube-basket-theme
*/

body.theme-wide {
    background: #f5f4ef;
}

#wrapper {
    min-height: 100vh;
    background: transparent;
}

.clube-basket-theme-main {
    min-height: 40vh;
}

body.theme-wide #wrapper,
body.theme-wide #content,
body.theme-wide .clube-basket-theme-main,
body.theme-wide .theme-block,
body.theme-wide .single-news-area,
body.theme-wide .blog-grid-view-post {
    animation: none !important;
    transform: none !important;
    transition: none !important;
}

body.theme-wide .wow,
body.theme-wide .animate,
body.theme-wide .fadeInUp {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    visibility: visible !important;
}
