/*
Theme Name: Twenty Twenty-Three
Theme URI: https://wordpress.org/themes/twentytwentythree
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Requires at least: 6.1
Tested up to: 6.7
Requires PHP: 5.6
Version: 1.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: twentytwentythree
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
h2{font-weight:bold;}
/*body{filter: grayscale(100%)}*/
.header{color: #09F;
    position: absolute;
    top: 30px;
    height: 90px;
    left: 0;
    right: 0;
    z-index: 3;
    padding-top: 20px;}
.more{background: #3b7eff;
    border: 2px solid #3b7eff;
    border-radius: 5000px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    padding: 5px 45px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*box-shadow: 0 10px 40px rgb(0 0 0 / 7%);*/
    box-shadow:rgba(59,126,255,0) 0 5px 15px;
}
.more:hover{box-shadow:rgba(59,126,255,.7) 0 5px 15px;transition: all 0.3s ease 0s; color:#fff}
.newsList h4{border-bottom: #CCC solid 2px;line-height: 55px;
    height: 55px;}

.wp-block-post-featured-image{over-flew:hidden}
.wp-block-post-featured-image img{transform: scale(1);
    transition: all 0.3s ease 0s;}
.wp-block-post-featured-image img:hover{transform: scale(1.05);
    transition: all 0.3s ease 0s;}

.indexBiz .wp-block-column:hover{background:none; transition:ease-in-out .5s all;border-radius:5px;}
.indexBiz .wp-block-column:hover{background: #fff; transition:ease-in-out .5s all;}
